@charset "utf-8";
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}

body {
	overflow-x: hidden;
}


/*banner*/

.banner {
	overflow: hidden;
	position: relative;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	bottom: 34px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
	font-size: 0;
	padding: 0 4%;
}

.banner .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 7px;
	padding: 0;
	position: relative;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	margin: 0 55px 0 7px;
}

.banner .slick-dots li.slick-active button {
	font-size: 30px;
	height: 30px;
	position: relative;
}

.banner .slick-dots li button:after {
	content: "";
	position: absolute;
	left: 38px;
	bottom: 5px;
	width: 0;
	height: 1px;
	opacity: 0;
	background: #fff;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active button:after {
	width: 42px;
	opacity: 1;
}

.banner .slick-dots li button {
	width: auto;
	height: 24px;
	padding: 0;
	font-family: arial;
	font-size: 24px;
	font-style: italic;
	color: #fff;
}


/*首页样式*/

.tit {
	line-height: 65px;
	padding: 30px 0 5px 0;
	border-bottom: 1px solid #cacaca;
	text-align: center;
	position: relative;
}

.tit h3 {
	display: inline-block;
	font-family: 'sySong';
	font-size: 34px;
	font-weight: bold;
	color: #282828;
	position: relative;
	z-index: 1;
}

.tit h3:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 57px;
	height: 4px;
	background: #f39800;
}

.tit h3:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 36px;
	font-family: impact;
	font-size: 180px;
	color: rgba(3, 72, 149, 0.07);
	z-index: -1;
}

.more {
	position: absolute;
	right: 0;
	top: 30px;
	transition: all 0.3s;
}

.more a {
	display: block;
	font-size: 16px;
	color: #034895;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/more.png) no-repeat right center;
	padding-right: 28px;
	position: relative;
	transition: all 0.3s;
}

.more:hover {
	right: 5px;
}

.more:hover a {
	color: #f39800;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/more2.png) no-repeat right center;
}


/*主体*/

.section12 {
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/section1.png) no-repeat center bottom;
	background-size: 100% 80%;
}

.s1-l {
	width: 720px;
	height: 400px;
	position: relative;
}

.s1-l ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.s1-l ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}

.s1-l:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 106px;
	height: 10px;
	background: #034895;
}

.s1-l .slick-prev,
.s1-l .slick-next {
	width: 53px;
	height: 53px;
	line-height: 53px;
	top: inherit;
	transform: translateY(0);
	bottom: 0;
	transition: all 0.3s;
	z-index: 9;
}

.s1-l .slick-prev {
	background: #f39800 url(http://zs.shxj.edu.cn/img/prev1.png) no-repeat center;
	left: inherit;
	right: 53px;
}

.s1-l .slick-prev:hover {
	background: rgba(243, 153, 0, 0.8) url(http://zs.shxj.edu.cn/img/prev1.png) no-repeat center;
}

.s1-l .slick-next {
	background: #034895 url(http://zs.shxj.edu.cn/img/next1.png) no-repeat center;
}

.s1-l .slick-next:hover {
	background: rgba(3, 72, 149, 0.8) url(http://zs.shxj.edu.cn/img/next1.png) no-repeat center;
}

.s1-r {
	overflow: hidden;
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 30px;
	height: 410px;
	background: #f5f5f5;
	border-bottom: 10px solid #034895;
}

.s1-r .tit {
	padding: 0;
}

.s1-r .tit h3 {
	float: left;
	display: block;
}

.s1-r .tit h3:after {
	content: "01";
	left: -42px;
	transform: translateX(0);
}

.s1-r .tit h3:before {
	width: 95px;
	height: 6px;
	bottom: -3px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	left: 0;
	transform: translateX(0);
}

.s1-r .more {
	top: 0;
}

.s1-r .zy {
	max-height: 246px;
	overflow: hidden;
}


.zy {
font-size: 15px;
	color: #6c6c6c;
	line-height: 28px;
	text-indent: 2em;
	margin-top: 25px;
}

.s1-r p {
	font-size: 15px;
	color: #6c6c6c;
	line-height: 28px;
	text-indent: 2em;
	margin-top: 25px;
}

.section2 {}

.tit h3:after {
	content: "02";
}

.s2-c {
	background: #f5f5f5;
	position: relative;
	z-index: 1;
	margin-top: 40px;
	padding: 25px 40px;
}

.s2-c ul li {
	float: left;
}

.s2-c ul li a {
	display: block;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 25px 80px;
	transition: all 0.3s;
}

.s2-c ul li:nth-child(1) a,
.s2-c ul li:nth-child(4) a {
	border-left: 0;
	padding-left: 0;
}

.s2-c ul li:nth-child(4) a,
.s2-c ul li:nth-child(5) a,
.s2-c ul li:nth-child(6) a {
	border-bottom: 0;
}

.s2-c ul li:nth-child(3) a,
.s2-c ul li:nth-child(6) a {
	padding-right: 0;
}

.s2-c ul li:nth-child(2),
.s2-c ul li:nth-child(5) {
	width: 40%;
}

.s2-c ul li:nth-child(1),
.s2-c ul li:nth-child(3),
.s2-c ul li:nth-child(4),
.s2-c ul li:nth-child(6) {
	width: 30%;
}

.s2-c ul li a .s2-ck {
	max-width: 360px;
}

.s2-c ul li:nth-child(2) a .s2-ck,
.s2-c ul li:nth-child(5) a .s2-ck {
	margin: 0 auto;
}

.s2-ct {
	height: 38px;
	line-height: 38px;
}

.s2-ct .date {
	float: left;
	width: 138px;
	height: 100%;
	background: #034895;
	color: #fff;
}

.s2-ct .date p {
	display: inline-block;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/s2-l.png) no-repeat;
	background-size: cover;
	width: 60px;
	height: 38px;
	font-size: 26px;
	padding-left: 10px;
}

.s2-ct .date span {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
}

.s2-ct .gd {
	display: block;
	float: right;
	margin-top: 12px;
	transition: all 0.3s;
}

.s2-c ul li a .s2-ck h3 {
	margin-top: 15px;
	line-height: 26px;
	font-size: 16px;
	color: #232323;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
height: 52px;
}

.s2-c ul li a:hover .s2-ck h3 {
	color: #034895;
	font-weight: bold;
}

.s2-c ul li a:hover .s2-ct .gd {
	margin-right: -5px;
}

.section3 {
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/section3.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0 40px 0;
}

.section3 .tit {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.section3 .tit h3 {
	color: #fff;
}

.section3 .tit h3:after {
	content: "03";
	color: rgba(225, 255, 255, 0.03);
	top: 8px;
}

.section3 .more a {
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/more3.png) no-repeat right center;
	color: #fff;
}

.s3-c {
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.s3-c ul li {
	float: left;
	width: 33.333%;
	margin: 10px 0;
}

.s3-c ul {
	margin-left: -26px;
	margin-right: -26px;
}

.public-sjlist li a {
	display: block;
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	margin: 0 26px;
	transition: all 0.3s;
}

.public-sjlist li:first-child a {
	border-top: 0;
}

.public-sjlist li .date {
	margin-right: 20px;
	text-align: center;
}

.public-sjlist li .date p {
	font-size: 30px;
	color: #034895;
}

.public-sjlist li .date span {
	color: #034895;
}

.public-sjlist li h3 {
	border-left: 1px solid #ddd;
	padding-left: 25px;
	font-size: 0;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
}

.s3-c .public-sjlist li h3:after {
	content: "";
	position: absolute;
	left: 25px;
	top: 38px;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/gd.png) no-repeat;
	width: 30px;
	height: 14px;
	transition: all 0.3s;
}

.s3-c .public-sjlist li a:hover h3:after {
	left: 30px;
}

.public-sjlist li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	transition: all 0.3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-c .public-sjlist li h3 p {
	display: block;
}

.s4-c .public-sjlist li h3 p {
	display: inline-block;
}

.public-sjlist li a:hover h3 p {
	color: #034895;
	font-weight: bold;
}

.s3-c .public-sjlist li h3 {
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-c .public-sjlist li a:hover {
	background: #fff;
}

.section4 {
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/section4.png) no-repeat center top;
	background-size: 100% 50%;
}

.section4 .tit h3:after {
	content: "04";
	top: 0;
}

.s4-c {
	margin-top: 12px;
}

.s4-c ul li a {
	background: #F5F5F5;
}

.s4-c .public-sjlist li .date {
	width: 80px;
	height: 76px;
	background: #034895;
	color: #fff;
	text-align: left;
	padding: 12px 0 0 7px;
}

.s4-c .public-sjlist li .date p {
	font-size: 22px;
	color: #fff;
}

.s4-c .public-sjlist li .date span {
	color: #fff;
}

.s4-c .public-sjlist li h3:after {
	display: none;
}

.s4-c .public-sjlist li h3 {
	line-height: 76px;
	height: 76px;
	border-left: 0;
	padding-left: 0;
	white-space: normal;
	text-overflow: inherit;
}

.s4-c .public-sjlist li h3 p {
	line-height: 38px;
}

.s4-c .public-sjlist li a:hover {
	background: #F5F5F5;
}

.s4-c .public-sjlist li a:hover .date {
	background: #f39800;
}

.section5 {
	background: #034895;
	margin-top: -10px;
}

.section5 .tit {
	border-bottom: 0;
	padding: 0 0 5px 0;
}

.section5 .tit h3 {
	color: #fff;
}

.section5 .tit h3:after {
	display: none;
}

.section5 .more {
	right: 20px;
	top: 10px;
}

.section5 .more:hover {
	right: 25px;
}

.section5 .more a {
	color: #fff;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/more3.png) no-repeat right center;
}

.s5-ck {
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/section5.jpg) no-repeat;
	background-size: cover;
	padding: 12px;
}

.s5-c {
	position: relative;
	z-index: 1;
	background: #f5f5f5;
	padding: 20px 0;
}

.s5-c:after {
	content: "05";
	position: absolute;
	left: 8px;
	top: -34px;
	font-family: impact;
	font-size: 180px;
	color: rgba(3, 72, 149, 0.07);
	z-index: -1;
}

.s5-c ul {}

.s5-c ul li {
	float: left;
	width: 25%;
}

.s5-c ul li a {
	display: block;
	height: 56px;
	line-height: 56px;
	margin: 0 22px;
	color: #222;
	position: relative;
	padding-left: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s5-c ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 23px;
	background: #034895;
}

.s5-c ul li a:hover {
	background: #034895 url(http://zs.shxj.edu.cn/img/s5-li.png) no-repeat right bottom;
	color: #fff;
}

.s5-c ul li a:hover:after {
	background: #f39800;
}

.s6-l {
	overflow: hidden;
}

.s6-l .tit {
	border-bottom: 0;
}

.s6-l .tit:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/s6-tit1.png) no-repeat center bottom;
	width: 870px;
	height: 8px;
}

.s6-l .tit h3 {
	float: left;
}

.s6-l .tit h3:before {
	display: none;
}

.s6-l .tit h3:after {
	content: "06";
	left: 0;
	transform: translateX(0);
	top: 10px;
}

.s6-r {
	width: 580px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 0 10px;
	margin-left: 50px;
}

.s6-ld {
	overflow: hidden;
	padding: 36px 0;
}

.s6-ld1 {
	border-bottom: 1px solid #dfe0e1;
}

.s6-ld p {
	float: left;
	width: 88px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 0;
	margin-right: 40px;
	position: relative;
	z-index: 1;
}

.s6-ld p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 88px;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/s6-bg.png) no-repeat;
	animation: icon-y 3.5s linear infinite;
	z-index: -1;
}

.s6-ld p img {
	vertical-align: middle;
}

.s6-ld .s6-ldtx {
	overflow: hidden;
	color: #090909;
	line-height: 30px;
	padding: 15px 0 0 0;
}

.s6-ld .s6-ldtx2 {
	padding: 5px 0 0 0;
}

.s6-ld .s6-ldtx h4 {
	font-weight: bold;
	color: #034895;
}

.s6-ld .s6-ldtx h3 {
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #034895;
	margin-top: 10px;
}

@keyframes icon-y {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.section7 {
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/section7.jpg) no-repeat center top;
	background-size: 100% 61%;
}

.section7k {
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/section4.png) no-repeat center bottom;
	background-size: 100% 61%;
}

.section7 .tit {
	border-bottom: 0;
}

.section7 .tit h3 {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.section7 .tit h3:before {
	bottom: -3px;
}

.section7 .tit h3:after {
	content: "07";
	color: rgba(255, 255, 255, 0.06);
	top: 20px;
}

.s7-c {
	position: relative;
	margin-top: 40px;
	padding-bottom: 120px;
	overflow: hidden;
}

.s7-c ul {
	margin-left: -45px;
	margin-right: -45px;
}

.s7-c ul li {
	padding: 10px 0;
}

.s7-c ul li a {
	display: block;
	margin: 25px 45px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.s7-c ul li.slick-current {
	transform: scale(1.2);
}

.s7-c ul li a img {
	width: 100%;
}

.s7-c .slick-prev,
.s7-c .slick-next {
	display: none !important;
}

.s7-btn {
	width: 47px;
	height: 47px;
	border: 2px solid #c9c9c9;
	border-radius: 50%;
	line-height: 47px;
	text-align: center;
	cursor: pointer;
	padding: 0 !important;
	position: absolute;
	bottom: 44px;
	transition: all 0.3s;
}

.s7-btn:hover {
	background: #034895;
	border-color: #034895;
}

.s7-prev {
	right: 50%;
	margin-right: 15px;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/prev2.png) no-repeat center;
}

.s7-prev:hover {
	background: #034895 url(http://zs.shxj.edu.cn/img/prev2-1.png) no-repeat center;
}

.s7-next {
	left: 50%;
	margin-left: 15px;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/index_res/next2.png) no-repeat center;
}

.s7-next:hover {
	background: #034895 url(http://zs.shxj.edu.cn/img/next2-1.png) no-repeat center;
}

@media screen and (max-width:1500px) {
	.s6-ld .s6-ldtx {
		padding: 0;
	}
	.s6-ld {
		padding: 34px 0;
	}
}

@media screen and (max-width:1300px) {
	.s1-l {
		width: 640px;
		height: 355px;
	}
	.s1-r {
		height: 365px;
	}
	.s6-ld {
		padding: 26px 0;
	}
	.s6-ld1 {
		margin-top: 10px;
	}
	.s6-ld .s6-ldtx {
		line-height: 26px;
	}
}

@media screen and (max-width: 1160px) {
	.s6-ld .s6-ldtx {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.banner .slick-dots {
		bottom: 15px;
	}
	.banner .slick-dots li button {
		font-size: 18px;
		height: 18px;
	}
	.banner .slick-dots li.slick-active button {
		height: 24px;
		font-size: 24px;
	}
	.banner .slick-dots li.slick-active button:after {
		width: 30px;
	}
	.banner .slick-dots li.slick-active {
		margin: 0 35px 0 7px;
	}
	.banner .slick-dots li button:after {
		left: 28px;
	}
	.tit {
		line-height: 50px;
		padding: 20px 0 0 0;
	}
	.tit h3 {
		font-size: 26px;
	}
	.more {
		top: 25px;
	}
	.more a {
		font-size: 14px;
	}
	.tit h3:after {
		font-size: 100px;
		top: 20px;
	}
	.s1-r .tit h3:before {
		height: 4px;
		bottom: -2px;
	}
	.tit h3:before {
		bottom: -7px;
	}
	.s1-l {
		float: none;
		width: auto;
		height: auto;
	}
	.s1-r {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: 6px solid #034895;
		height: auto;
		padding-bottom: 20px;
	}
	.s1-r .zy {
		max-height: initial;
	}
	.s1-r .tit h3:after {
		top: 16px;
		left: -15px;
	}
	.s1-l .slick-prev,
	.s1-l .slick-next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-size: auto 20px;
	}
	.s1-l .slick-prev:hover,
	.s1-l .slick-next:hover {
		background-size: auto 20px;
	}
	.s1-l .slick-prev {
		right: 40px;
	}
	.s1-l:after {
		width: 80px;
		height: 6px;
		bottom: -6px;
	}
	.s2-c {
		padding: 20px;
		margin-top: 30px;
	}
	.s2-c ul li a {
		padding: 20px 30px;
	}
	.s2-ct .date p {
		font-size: 20px;
		height: 34px;
		width: 54px;
	}
	.s2-ct .gd {
		max-height: 12px;
		margin-top: 11px;
	}
	.s2-ct .date span {
		font-size: 14px;
	}
	.s2-ct {
		height: 34px;
		line-height: 34px;
	}
	.section3 {
		padding: 0 0 15px 0;
	}
	.s3-c {
		margin-top: 12px;
	}
	.s3-c ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.s3-c ul li {
		width: 50%;
	}
	.public-sjlist li a {
		margin: 0 10px;
		padding: 15px;
	}
	.public-sjlist li .date p {
		font-size: 26px;
	}
	.public-sjlist li .date span {
		font-size: 14px;
	}
	.s3-c .public-sjlist li h3:after {
		background-size: auto 10px;
	}
	.public-sjlist li h3 {
		padding-left: 15px;
	}
	.public-sjlist li .date {
		margin-right: 15px;
	}
	.s5-c ul li {
		width: 33.333%;
	}
	.s5-c ul li a {
		margin: 0 15px;
		height: 50px;
		line-height: 50px;
	}
	.s5-c:after {
		font-size: 100px;
		left: 0;
		top: -16px;
	}
	.s6-r {
		float: none;
		width: auto;
		margin-left: 0;
		height: auto;
	}
	.s6-l .tit:before {
		width: 100%;
		background-size: 100% auto;
	}
	.s6-ld p img {
		max-height: 22px;
	}
	.s6-ld p {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.s6-ld p:after {
		width: 60px;
		height: 60px;
		background-size: cover;
	}
	.s6-ld .s6-ldtx {
		font-size: 16px;
	}
	.s6-ld .s6-ldtx h3 {
		font-size: 26px;
	}
	.s7-c {
		margin-top: 16px;
		padding-bottom: 60px;
	}
	.s7-c ul {
		margin-left: -25px;
		margin-right: -25px;
	}
	.s7-c ul li a {
		margin: 25px;
	}
	.s7-btn {
		bottom: 20px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background-size: auto 14px;
	}
	.s7-btn:hover {
		background-size: auto 14px;
	}
}

@media screen and (max-width: 768px) {
	.banner .slick-dots li button {
		font-size: 14px;
		height: 14px;
	}
	.banner .slick-dots li.slick-active {
		margin: 0 20px 0 7px;
	}
	.banner .slick-dots li.slick-active button {
		height: 20px;
		font-size: 20px;
	}
	.banner .slick-dots li.slick-active button:after {
		width: 20px;
		left: 22px;
	}
	.banner .slick-dots li button:after {
		bottom: 3px;
	}
	.banner .slick-dots {
		bottom: 10px;
	}
	.s2-c {
		padding: 0;
	}
	.s2-c ul li {
		width: 50% !important;
	}
	.s2-c ul li a {
		padding: 20px;
	}
	.s2-c ul li:nth-child(3) a,
	.s2-c ul li:nth-child(6) a {
		padding-right: 20px;
	}
	.s2-c ul li:nth-child(1) a,
	.s2-c ul li:nth-child(4) a {
		padding-left: 20px;
	}
	.s2-c ul li:nth-child(4) a {
		border-left: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
	}
	.s2-c ul li:nth-child(3) a,
	.s2-c ul li:nth-child(5) a {
		border-left: 0;
	}
	.s5-c ul li {
		width: 50%;
	}
	.s7-c {
		padding-bottom: 40px;
		margin-top: 2px;
	}
	.s7-c ul li a {
		padding: 6px;
	}
	.s7-c ul li.slick-current {
		transform: scale(1);
	}
	.s7-c ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.s7-c ul li a {
		margin: 20px 10px;
	}
}

@media screen and (max-width: 640px) {
	.s2-c ul li {
		width: 100% !important;
	}
	.s2-c ul li a .s2-ck {
		max-width: inherit;
	}
	.s2-c ul li a {
		border-left: 0!important;
		border-bottom: 1px solid #d9d9d9 !important;
	}
	.s3-c ul li {
		width: 100%;
	}
	.s5-c ul li {
		width: 100%;
	}
	.s5-c ul li a {
		height: 42px;
		line-height: 42px;
	}
	.s6-ld .s6-ldtx {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}