.banner {
	width: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: calc(100vh - 95px);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: flex-start;
	align-content: center
}

.banner .swiper-slide:nth-of-type(3n-1) {
	justify-content: flex-end;
}

.banner .swiper-slide .text {
	width: 90%;
	margin-left: 5%;
	max-width: 650px;
	padding: 50px;
	background-color: rgba(255, 255, 255, 0.85);
	/*background-color: rgba(0,0,0,0.5);*/
	border-radius: 10px;
	backdrop-filter: saturate(0%) blur(1px);
	transition: all 1.5s ease 0s;
	transform: translateX(100vw);
	opacity: 0;
}

.banner .swiper-slide:nth-of-type(3n-1) .text {
	margin-right: 5%;
}

.banner .swiper-slide.swiper-slide-active .text {
	opacity: 1;
	transform: translateX(0%);
}

.banner .swiper-slide .text h2 {
	color: #0071bc;
	font-size: 32px;
	padding-bottom: 20px;
}

.banner .swiper-slide .text h4 {
	color: #000000;
	font-size: 20px;
	padding-bottom: 20px;
}

.banner .swiper-slide .text p {
	color: #333333;
	font-size: 15px;
	padding-bottom: 50px;
}

.more a {
	display: inline-block;
	padding: 12px 25px;
	border-radius: 5px;
	border: 1px solid #0071bc;
	background-color: #0071bc;
	color: #ffffff;
	font-size: 14px;
	transition: all 0.5s ease 0s;
}

.more a span {
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
	transition: all 0.5s ease 0s;
}

.more a:hover {
	background-color: #000000;
}

.more a:hover span {
	transform: translateX(10px);
}

@media (max-width:1280px) {
	.banner .swiper-slide {
		height: 600px;
	}
	.banner .swiper-slide .text {
		padding: 40px;
	}
	.banner .swiper-slide .text h2 {
		font-size: 28px;
	}
	.banner .swiper-slide .text h4 {
		font-size: 18px;
	}
	.banner .swiper-slide .text p {
		padding-bottom: 30px;
	}
	.more a {
		padding: 8px 20px;
	}
}

@media (max-width:980px) {
	.banner .swiper-slide {
		height: 450px;
	}
	.banner .swiper-slide .text {
		max-width: 450px;
		padding: 30px 40px;
	}
	.banner .swiper-slide .text h2 {
		font-size: 24px;
	}
	.banner .swiper-slide .text h4 {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.banner .swiper-slide {
		height: 400px;
	}
	.banner .swiper-slide .text {
		max-width: 60%;
		padding: 25px;
	}
	.banner .swiper-slide .text h2 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.banner .swiper-slide .text h4 {
		font-size: 15px;
		padding-bottom: 10px;
	}
	.banner .swiper-slide .text p {
		font-size: 15px;
		padding-bottom: 20px;
	}
}

@media (max-width:500px) {
	.banner .swiper-slide {
		height: 300px;
	}
	.banner .swiper-slide .text {
		max-width: 75%;
	}
	.banner .swiper-slide .text h2 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.banner .swiper-slide .text h4 {
		padding-bottom: 0;
	}
	.banner .swiper-slide .text p {
		display: none;
	}
	.banner .swiper-slide .text .more {
		display: none;
	}
}

.product .product-text {}

.product .swiper-pagination {
	display: none;
}

.product h2 {
	color: #0071bc;
	font-size: 18px;
	padding-bottom: 10px;
}

.product h4 {
	font-size: 32px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
}

.product p {
	padding-top: 20px;
	color: #0071bc;
	font-weight: 600;
}

.product .product-tab .list {
	display: none;
}

.product .product-tab .list.on {
	display: block;
}

.product .product-tab ul {
	display: flex;
	flex-flow: wrap;
	column-gap: 20px;
}

.product .product-tab ul li {
	width: calc(25% - 15px);
}

.product .product-tab ul li a {
	display: block;
	width: 100%;
}

.product .product-tab ul li a+a {
	font-size: 20px;
	color: #000000;
	text-align: center;
	line-height: 1;
	padding-top: 15px;
}

.product .product-tab ul li img {
	width: 100%;
	display: block;
}

.product .mySwiper-product {
	background-color: #e3e3e3;
	padding: 30px calc(10% + 40px) 0;
	overflow: hidden;
	position: relative;
}

.product .swiper-slide {
	text-align: center;
	font-size: 18px;
}

.product .swiper-slide .img {
	border-radius: 500px;
	overflow: hidden;
	background-color: #ffffff;
}

.product .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.product .swiper-slide h5 {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 30px;
}

.product .swiper-slide.on .img {
	background-color: #0071BC;
}

.product .swiper-slide .img {
	margin: 0 auto;
	max-width: 80px;
}

.product .swiper-slide.on h5 {
	color: #0071BC;
	border-bottom: 4px solid #0071BC;
}

.product .swiper-slide.on img {
	filter: saturate(600%)
}

.product .swiper-button-prev,
.product .swiper-button-next {
	background-color: #0071BC;
	width: 10%;
	height: 100%;
	top: 0;
	margin-top: 0;
}

.product .swiper-button-prev.swiper-button-disabled,
.product .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.product .swiper-button-prev:after,
.product .swiper-button-next:after {
	font-size: 20px;
}

.product .swiper-button-prev {
	left: 0;
}

.product .swiper-button-next {
	right: 0;
}

@media (max-width:980px) {
	.product .product-tab ul li a+a {
		font-size: 18px;
	}
}

@media (max-width:500px) {
	.product h4 {
		font-size: 24px;
	}
	.product p {
		padding-top: 10px;
	}
	.product .product-tab ul li {
		width: calc(50% - 10px);
	}
	.product .product-tab ul li:nth-of-type(3) {
		display: none;
	}
	.product .product-tab ul li:nth-of-type(4) {
		display: none;
	}
	.product .product-tab ul li a+a {
		font-size: 16px;
	}
	.product .swiper-button-prev,
	.product .swiper-button-next {
		width: 30px;
	}
	.product .mySwiper-product {
		padding: 15px 50px 0;
	}
	.product .product-tab ul {}
	.product .swiper-slide h5 {
		padding-bottom: 15px;
		font-size: 15px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.about {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.about h2 {
	color: #0071bc;
	font-size: 18px;
	padding-bottom: 10px;
}

.about h4 {
	font-size: 32px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
}

.about .text-p {
	width: 40%;
}

.about .text-p h3 {
	color: #0071bc;
	font-size: 40px;
	padding-bottom: 30px;
}

.about .text-p p {
	font-size: 16px;
	line-height: 2;
}

.about .text-p .text {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about .text-p .text ul {
	padding-top: 30px;
	display: flex;
	flex-flow: wrap;
	gap: 30px;
	justify-content: space-between;
}

.about .text-p .text ul li {
	width: calc(50% - 15px);
	justify-content: space-between;
}

.about .text-p .text ul li .num {
	font-size: 32px;
	color: #0071bc;
	padding-bottom: 5px;
	font-family: arial;
	font-weight: 600;
}

.about .text-p .text ul li .num span {
	font-size: 12px;
	padding-left: 5px;
}

.about .text-img {
	width: 50%;
}

.about .text-img .img img {
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.about .text-img .img {
	position: relative;
	z-index: 1;
}

.about .text-img .img:after {
	content: '';
	width: 300px;
	height: 200px;
	background-color: #0071bc;
	position: absolute;
	left: -20px;
	bottom: -20px;
	z-index: -1;
}

.about .text-img .img:before {
	content: '';
	width: 300px;
	height: 200px;
	background-color: #0071bc;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: -1;
}

@media (max-width:1360px){
	.about .text-img {
		width: 40%;
	}
}
@media (max-width:1280px) {
	.about .text-p {
		width: 50%;
	}
}

@media (max-width:980px) {
	.about .text-p {
		width: 100%;
	}
	.about .text-img {
		width: 100%;
		padding-top: 30px;
	}
	.about .text-img .img:after {
		left: -15px;
		bottom: -15px;
	}
	.about .text-img .img:before {
		right: -15px;
		top: -15px;
	}
	.about .text-p h3 {
		font-size: 32px;
	}
	.about .text-p .text {
		padding-top: 30px;
	}
}

@media (max-width:768px) {
	.about .text-p {
		width: 100%;
	}
	.about .text-img {
		width: 100%;
		padding-top: 30px;
	}
	.about .text-p .text {
		padding-bottom: 30px;
	}
}

@media (max-width:500px) {
	.about h4 {
		font-size: 24px;
	}
	.about .text-p .text {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.about .text-p h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.about .text-p p {
		font-size: 15px;
		line-height: 1.68;
	}
	.about .text-p .text ul {
		padding-top: 20px;
		gap: 0px;
	}
	.about .text-p .text ul li {
		width: 50%;
		text-align: center;
		padding: 15px 10px;
	}
	.about .text-p .text ul li:nth-of-type(1),
	.about .text-p .text ul li:nth-of-type(2) {
		border-bottom: 1px solid #dddddd;
	}
	.about .text-p .text ul li:nth-of-type(2n) {
		border-left: 1px solid #dddddd;
	}
	.about .text-p .text ul li .num {
		font-size: 24px;
	}
	.about .text-p .text ul li .p {
		font-size: 15px;
	}
}

.partner h2 {
	color: #0071bc;
	font-size: 18px;
	padding-bottom: 10px;
	text-align: center;
}

.partner h4 {
	font-size: 32px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.partner p {
	text-align: center;
	padding: 10px 0 60px;
	font-size: 16px;
	color: #666666;
	line-height: 2;
}

.partner ul {
	display: flex;
	flex-flow: wrap;
	gap: 40px 50px;
}

.partner ul li {
	width: calc( 25% - 150px/4);
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	transition: all 0.5s ease 0s;
}

.partner ul li img {
	width: 100%;
	transition: all 0.5s ease 0s;
}

.partner ul li:hover img {
	transform: scale(1.15);
}

.partner ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (max-width:980px) {
	.partner p {
		padding-bottom: 45px;
	}
	.partner ul {
		gap: 15px;
	}
	.partner ul li {
		width: calc(25% - 90px/4);
	}
}

@media (max-width:500px) {
	.partner p {
		padding-bottom: 20px;
		font-size: 15px;
	}
	.partner ul li {
		width: calc(33.33% - 10px);
	}
	.partner h4 {
		font-size: 24px;
	}
	.partner ul li:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	}
}

.equipment {
	display: flex;
	flex-flow: wrap;
	background-color: #f9f9f9
}

.equipment .list1 {
	width: 500px;
}

.equipment .list2 {
	width: calc(100% - 500px);
}

.equipment h2 {
	color: #0071bc;
	font-size: 18px;
	padding-bottom: 10px;
}

.equipment h4 {
	font-size: 32px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
}

.equipment .list1 .title-tab {
	width: 250px;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

.equipment .list1 .title-tab:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #dddddd;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

.equipment .list1 .title-tab .tab {
	width: 100%;
	height: 40px;
	background-color: #dddddd;
	display: flex;
	flex-flow: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-weight: 600;
}

.equipment .list1 .title-tab .tab+.tab {
	margin-top: 30px;
}

.equipment .list1 .title-tab .tab.on {
	background-color: #0071BC;
	color: #ffffff;
}

.equipment .list1 h3 {
	font-size: 24px;
	padding-top: 50px;
	color: #0071BC;
	font-weight: 600;
}

.equipment .list1 ul {
	display: flex;
	flex-flow: wrap;
	padding-top: 30px;
	width: 350px;
}

.equipment .list1 ul li {
	width: 50%;
	padding-bottom: 20px;
	display: flex;
	flex-flow: wrap;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.equipment .list1 ul li .img {}

.equipment .list1 ul li .img img {
	width: 100%;
	padding: 20px 50px;
	max-width: 150px;
}

.equipment .list1 ul li h5 {
	font-size: 18px;
	color: #0071BC;
	text-align: center;
	padding-bottom: 10px;
}

.equipment .list1 ul li p {
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.equipment .list1 ul li:nth-of-type(2n-1) {
	border-right: 1px solid #dddddd;
}

.equipment .list1 ul li {
	border-bottom: 1px solid #dddddd;
	transition: all 0.5s ease 0s;
}

.equipment .list1 ul li:nth-of-type(1),
.equipment ul li:nth-of-type(2) {
	border-top: 1px solid #dddddd;
}

.equipment .list1 ul li:hover {
	background-color: #f1f1f1;
}

.equipment .list2 ul {
	display: flex;
	flex-flow: wrap;
	display: none;
}

.equipment .list2 ul.on {
	display: flex;
}

.equipment .list2 ul li {
	width: 25%;
	height: 680px;
	position: relative;
	transition: all 0.5s ease 0s;
}

.equipment .list2 ul li .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease 0s;
}

.equipment .list2 ul li .img:after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0.85));
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.equipment .list2 ul li:nth-of-type(2n-1) .img:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0.85));
}

.equipment .list2 ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.5s ease 0s;
}

.equipment .list2 ul li .text {
	position: absolute;
	bottom: 0;
	padding: 30px;
	transition: all 0.5s ease 0s;
}

.equipment .list2 ul li .text .num {
	font-size: 32px;
	color: #0071BC;
	padding-bottom: 10px;
	transition: all 0.5s ease 0s;
}

.equipment .list2 ul li .text h6 {
	font-size: 18px;
	padding-bottom: 10px;
	transition: all 0.5s ease 0s;
}

.equipment .list2 ul li .text p {
	font-size: 14px;
	line-height: 1.6;
	display: none;
	transition: all 0.5s ease 0s;
}

.equipment .list2 ul li:hover {
	padding: 10px 10px 280px;
	background-color: #0071BC;
	border-bottom: 5px solid white;
}

.equipment .list2 ul li:hover .img img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.equipment .list2 ul li:hover .text {
	padding: 30px 20px;
}

.equipment .list2 ul li:hover .text .num {
	display: none;
}

.equipment .list2 ul li:hover .text h6 {
	color: #ffffff;
	font-size: 20px;
}

.equipment .list2 ul li:hover .text p {
	color: #ffffff;
	display: block;
}

.equipment .list2 ul li:hover .img:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0));
}

.equipment .list2 ul li .more {
	margin-top: 20px;
	display: none;
}

.equipment .list2 ul li:hover .more {
	display: block;
}

.equipment .list2 ul li .more a {
	background-color: #ffffff;
	color: #0071BC;
}

@media (max-width:1360px) {
	.equipment .list1 {
		width: 400px;
	}
	.equipment .list2 {
		width: calc(100% - 400px);
	}
	.equipment .list2 ul li .text {
		padding: 30px 15px;
	}
	.equipment .list2 ul li:hover .text {
		padding: 30px 5px;
	}
}

@media (max-width:1280px) {
	.equipment .list1 {
		width: 100%;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		gap: 50px;
	}
	.equipment .list2 {
		width: 100%;
		padding-top: 50px;
	}
	.equipment .list1 h3 {
		padding-top: 0;
	}
	.equipment .list1 ul {
		width: 700px;
	}
	.equipment .list1 ul li {
		width: 25%;
		border-top: 1px solid #dddddd;
	}
	.equipment .list1 ul li:nth-of-type(2) {
		border-right: 1px solid #dddddd;
	}
	.equipment .list2 ul li {
		height: 450px;
	}
	.equipment .list2 ul li:hover {
		padding: 10px 10px 200px;
	}
	.equipment .list2 ul li:hover .text h6 {
		color: #ffffff;
		font-size: 18px;
	}
	.equipment .list2 ul li:hover .text p {
		font-size: 15px;
	}
}

@media (max-width:980px) {
	.equipment .list1 {
		gap: 40px
	}
	.equipment .list1>div {
		width: 100%;
	}
	.equipment .list1 ul {
		width: 100%;
		padding-top: 20px;
	}
	.equipment .list1 .title-tab {
		margin-top: 30px;
	}
	.equipment .list1 .title-tab .tab+.tab {
		margin-top: 20px;
	}
	.equipment .list2 {
		padding-top: 30px;
	}
}

@media (max-width:768px) {
	.equipment .list2 ul li {
		width: 50%;
	}
	.equipment .list1 h3 {
		font-size: 18px;
	}
	.equipment .list1 ul li h5 {
		font-size: 16px;
	}
}

@media (max-width:500px) {
	.equipment h4 {
		font-size: 24px;
	}
	.equipment .list2 ul li {
		width: 100%;
	}
	.equipment .list1 ul li {
		width: 50%;
		border-top: 0px solid #dddddd;
	}
	.equipment .list1 ul li:nth-of-type(2) {
		border-right: 0px solid #dddddd;
	}
	.equipment .list2 ul li .text p {
		font-size: 14px;
	}
}

.new h2 {
	color: #0071bc;
	font-size: 18px;
	padding-bottom: 10px;
}

.new h4 {
	font-size: 32px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
}

.new .list {
	padding-top: 50px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.new .list ul.list1 {
	width: 60%;
	display: flex;
	flex-flow: wrap;
}

.new .list ul.list1 li {
	width: 50%;
	padding: 30px;
	border-bottom: 6px solid #ffffff;
	transition: all 0.5s ease 0s;
}

.new .list ul.list1 li .img {
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

.new .list ul.list1 li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease 0s;
}

.new .list ul.list1 li h3 {
	padding: 30px 0 20px;
}

.new .list ul.list1 li h3 a {
	font-size: 18px;
	display: block;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s ease 0s;
}

.new .list ul.list1 li p {
	font-size: 15px;
	line-height: 1.68;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.5s ease 0s;
}

.new .list ul.list1 li .list1-bot {
	padding: 20px 0 0;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.new .list ul.list1 li .list1-bot .date {
	font-size: 14px;
	color: #999999;
	transition: all 0.5s ease 0s;
}

.new .list ul.list1 li .list1-bot .more1 a {
	font-size: 14px;
	color: #000000;
	transition: all 0.5s ease 0s;
}

.new .list ul.list1 li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.new .list ul.list1 li:hover .img img {
	transform: scale(1.15);
}

.new .list ul.list1 li:hover {
	border-bottom: 6px solid #0071BC;
	background-color: #f9f9f9;
}

.new .list ul.list1 li:hover h3 a {
	color: #0071BC;
}

.new .list ul.list1 li:hover p {
	color: #000000;
}

.new .list ul.list1 li:hover .list1-bot .date {
	color: #666666;
}

.new .list ul.list1 li .list1-bot .more1:hover a {
	color: #0071BC;
}

.new .list ul.list2 {
	width: 35%;
}

.new .list ul.list2 li {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #dddddd;
	display: flex;
	flex-flow: wrap;
}

.new .list ul.list2 li:last-child {
	border-bottom: 1px solid #dddddd;
}

.new .list ul.list2 li .li-L {
	width: calc(100% - 150px);
	padding-left: 50px;
	transition: all 0.5s ease 0s;
}

.new .list ul.list2 li .li-R {
	width: 150px;
	padding-right: 20px;
	display: flex;
	flex-flow: wrap;
	align-items: stretch;
	align-content: space-between;
	transition: all 0.5s ease 0s;
}

.new .list ul.list2 li h3 a {
	color: #000000;
	font-size: 18px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 15px;
}

.new .list ul.list2 li p {
	color: #666666;
	font-size: 15px;
	line-height: 1.68;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new .list ul.list2 li .date {
	text-align: right;
	width: 100%;
	color: #999999;
	font-weight: 400;
	font-family: arial;
}

.new .list ul.list2 li .more1 {
	text-align: right;
	width: 100%;
}

.new .list ul.list2 li .more1 a {
	font-size: 15px;
	color: #999999;
	font-weight: 400;
	line-height: 1.68;
}

.new .list ul.list2 li:hover {
	background-color: #f9f9f9;
}

.new .list ul.list2 li:hover .li-L {
	padding-left: 30px;
}

.new .list ul.list2 li:hover .li-R {
	padding-right: 10px;
}

.new .list ul.list2 li:hover h3 a {
	color: #0071BC;
}

.new .list ul.list2 li:hover p {
	color: #000000;
}

.new .list ul.list2 li .more1:hover a {
	color: #0071BC;
}

@media (max-width:1360px) {
	.new .list ul.list2 {
		width: 40%;
	}
	.new .list ul.list2 li .li-L {
		width: calc(100% - 120px);
		padding-left: 30px;
	}
	.new .list ul.list2 li .li-R {
		width: 120px;
	}
}

@media (max-width:980px) {
	.new .list {
		padding-top: 30px;
	}
	.new .list ul.list1 {
		width: 100%;
	}
	.new .list ul.list2 {
		width: 100%;
	}
}

@media (max-width:500px) {
	.new h4 {
		font-size: 24px;
	}
	.new .list {
		padding-top: 20px;
	}
	.new .list ul.list1 li {
		width: 100%;
		padding: 0;
	}
	.new .list ul.list1 li h3 {
		padding: 20px 15px 10px;
	}
	.new .list ul.list1 li p {
		font-size: 15px;
		padding: 0 15px;
	}
	.new .list ul.list1 li .list1-bot {
		padding: 10px 15px;
	}
	.new .list ul.list2 li {
		padding: 15px 0;
	}
	.new .list ul.list2 li .li-L {
		padding-left: 15px;
	}
	.new .list ul.list1 li h3 a {
		font-size: 16px;
	}
	.new .list ul.list2 li h3 a {
		font-size: 16px;
		padding-bottom: 10px;
	}
}