﻿



.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1270px;
	position: relative;
}

/* ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.img:hover {
	background: #000;
}
.img:hover img {
	opacity: 0.7;
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
.img img {
	display: block;
}
img {
	max-width: 100%;
} */

/* m端导航栏右边淡出 */
*, *:before, *:after {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
/* 导航栏 */
.header {
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	position: fixed;
	background: #F0FFF0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	line-height: 70px;
}
.header .logo {
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0px;
	background: #F0FFF0;
	/* padding: 0 35px; */
}
.logo img {
	vertical-align: middle;
}
.menu {
	text-align: center;
}
.menu ul li {
	display: inline-block;
	/* margin: 0 10px; */
}
.menu ul li a {
	display: block;
	padding: 0 15px;
	border-bottom: 2px solid #F0FFF0;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.menu ul li.on a, .menu ul li a:hover {
	color: #000000;
	border-bottom-color: #000000;
}
.header_tel {
  height: auto;
  float: right;
  margin-top: -70px;
  font-size: 2.4rem;
}
.search {
	position: absolute;
	right: 0;
	top: 50%;
	padding-left: 45px;
	margin-top: -16px;
	height: 32px;
	line-height: 14px;
	border-radius: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.search .btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	bottom: 0;
	background: url(../images/icon1.png) no-repeat center center;
}
.search .btn a {
	border: none;
	width: auto;
	display: block;
	height: 32px;
}
.search .div_input {
	border-left: 1px solid #ddd;
	;
	width: 150px;
	margin: 7px 0;
}
.div_input input {
	width: 100%;
	border: 0;
	outline: 0;
}


/* 轮播图 */
.mainer {
	padding-top: 72px;
}
.banner .item {
	height: 700px;
}
.banner .owl-dots {
	counter-reset: nav;
}
.banner .owl-dots:after {
	margin-right: 180px;
}
.banner .owl-dots:after, .banner .owl-dots:before {
	content: ' ';
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	line-height: 50px;
	background: rgba(255,255,255,.8);
}
.banner.owl-theme .owl-dots .owl-dot {
	vertical-align: middle;
}
.banner.owl-theme .owl-dots .owl-dot span {
	margin: 0;
	height: 50px;
	display: block;
	width: 50px;
	line-height: 50px;
	background: rgba(255,255,255,.8);
	border-radius: 0;
	vertical-align: middle;
	color: #888;
	font-size: 16px;
}
.banner.owl-theme .owl-dots .owl-dot.active span, .banner.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(255,255,255,.8);
	color: #333;
}
.banner .owl-dots .owl-dot span:before {
	text-align: center;
	display: block;
	counter-increment: nav;
	content: "0" counter(nav);
}
.banner.owl-theme .owl-controls .owl-dots {
	text-align: right;
	max-width: 1200px;
	margin: 0 auto;
}
.banner_owl {
	position: relative;
}
.banner_owl .banner_cur {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 10;
}
.banner_cur .cur {
	position: absolute;
	bottom: 0;
	right: 0;
}
.banner_cur .cur span {
	cursor: pointer;
	display: block;
	float: left;
	width: 90px;
	height: 50px;
	background: #333;
}
.banner_cur .cur span:hover {
	background: #F0FFF0;
}
.banner_cur .cur span:after {
	content: '';
	width: 10px;
	display: block;
	margin: 0 auto;
	background: url(../images/cur1.png) no-repeat left center;
	height: 50px;
}
.banner_cur .cur span:hover:after {
	width: 40px;
}
.banner_cur .cur span.next:after {
	background: url(../images/cur2.png) no-repeat right center;
}


.contact_box .div_input {
	line-height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 15px;
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
	outline: 0;
}
.div_input textarea {
	height: 80px;
	width: 100%;
	border: 0;
	background: none;
	resize: none;
	padding: 5px 0;
}

 @media only screen and (max-width: 1340px) {
.pro_details .box .owl-theme .owl-controls .owl-nav .owl-next {
	right: -10px;
}
.pro_details .box .owl-theme .owl-controls .owl-nav .owl-prev {
	left: -10px
}
.pro_details .page1_list ul {
	margin: 0;
}
.about_list2 .owl {
	padding: 0 70px;
}
}
@media only screen and (max-width: 1200px) {
.about_list .item .img {
	width: 50%;
}
.about_list .item .box {
	padding: 20px;
}
.about_list .item p {
	margin-top: 20px;
}
.banner .item {
	height: 600px;
}
}
 @media only screen and (max-width: 1100px) {
.page1_box .bottom li img {
	margin-right: 10px;
}
.page2_text .box {
	padding: 30px 60px;
}
.page2_text .box > .text {
	line-height: 25px;
	height: 150px;
}
.banner .item {
	height: 500px;
}
}
@media only screen and (max-width: 1000px) {
.header .logo {
	padding: 0 20px;
}
.menu_wrap {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #F0FFF0;
	background-size: 20px auto;
	right: 0px;
}
.menu {
	position: fixed;
	height: 100%;
	padding-bottom: 60px;
	box-sizing: border-box;
	top: 60px;
	border-top: 1px solid #ddd;
	bottom: 0;
	left: 100%;
	width: 100%;
	background: #fff;
	display: table;
	z-index: 1001;
}
.h_menu .menu {
	left: 0;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #F0FFF0;
	background-size: 20px auto;
}
.search {
	display: none;
}
.header .logo {
	line-height: 60px;
	position: initial;
	display: inline-block;
}
.menu ul {
	display: table-cell;
	vertical-align: middle;
}
.menu ul li {
	display: block;
}
.menu ul li a {
	border-bottom: 0;
	font-size: 20px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #F0FFF0;
	line-height: 60px;
}
.mainer {
	padding-top: 60px;
}

.header_tel {
  float: right;
  margin-top: 0px;
  font-size: 2.4rem;
  margin-right: 50px;
}

/* .page_tit {
	padding: 50px 0;
}
.news_lt, .news_rt {
	width: 49%;
}
.news_lt .box {
	padding: 25px;
	height: 493px;
	box-sizing: border-box;
}
.page1_box .bottom li {
	font-size: 16px;
	line-height: 25px;
	padding: 15px 0;
	text-align: center;
}
.page1_box .bottom li img {
	display: block;
	margin: 0 auto;
}
.news_p_list .text h3 {
	padding-top: 0px;
}
.news_p_list .text p {
	line-height: 25px;
	height: 50px;
} */
}
 @media only screen and (max-width: 800px) {
.banner .item {
	height: 400px;
}

/* .page1_box .img {
	width: 50%;
}
.page1_box .text h4 {
	margin-bottom: 10px;
}
.page1_box .text h3 {
	line-height: 40px;
}
.page1_box .img {
	margin-right: 10px;
}
.page2_text .box {
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 40px;
}
.page2_text .page_tit {
	padding: 20px 0
}
.page2_text .box > .text {
	height: 100px;
}
.more {
	margin-top: 15px;
}
.page_tit h2 {
	line-height: 100px;
	font-size: 100px;
	margin-top: -70px;
	margin-left: 20px;
}
.page1_box .bottom {
	left: 50%;
}
.page1_box .bottom li {
	padding: 5px 0;
}
.news_list a {
	padding: 25px 20px;
}
.news_lt .box {
	height: 463px;
}
.page_tit {
	padding: 25px 0;
}
.about_list .item p {
	margin-top: 10px;
}
.about_list .item p {
	line-height: 25px;
	height: 100px;
}
.about_list, .news_p_list {
	padding: 50px 0;
}
.news_p_list li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.news_p_list li:after {
	content: '';
	display: block;
	clear: both;
}
.news_p_list .img {
	width: 30%;
	float: left;
	margin-left: 0;
	margin-right: 20px !important;
}
.news_p_list .btn {
	width: auto;
	display: inline-block;
}
.news_p_list .btn a {
	border: 0;
	line-height: 20px;
	width: auto;
	text-align: left;
}
.news_p_list .text h3 {
	line-height: 1.2em;
	margin-bottom: 10px;
}
.news_p_list .text p {
	height: 25px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cont_rt, .cont_lt {
	width: 100%;
	float: none;
}
.cont_rt {
	margin-top: 15px
}
.cont_lt ul li {
	box-sizing: border-box;
	min-width: 50%;
	float: left;
}
.cont_lt ul {
	overflow: hidden;
}
.contact_box {
	padding: 20px;
}
.about_list2 .list li .img {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.about_list2 .list li:nth-child(2n+1) .img {
	float: none;
	margin-left: 0;
}
.about_list2 .list li:nth-child(2n) .img {
	text-align: right
}
.about_list2 .list li img {
	display: inline-block;
}

.page1_list ul li {
	width: 33.33%;
}
.page1_list ul li:nth-child(4n+1) {
	clear: none;
}
.page1_list ul li:nth-child(3n+1) {
	clear: both;
} */
}
 @media only screen and (max-width: 750px) {
.btn {
	width: auto;
}
.btn a {
	display: inline-block;
	padding: 0 20px;
	line-height: 30px;
	font-size: 14px;
}
.btn a span {
	font-size: 14px;
}
.page1_box .img {
	width: 100%;
	float: none;
	margin: 0
}
.banner .item {
	height: 250px;
}
.banner .owl-dots:after, .banner .owl-dots:before, .banner.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	line-height: 30px;
	height: 30px;
}
.banner_cur .cur span {
	width: 60px;
	height: 30px;
}
.banner_cur .cur span:after {
	height: 30px;
}
.banner .owl-dots:after {
	margin-right: 120px;
}


/* 
.page_tit h3 {
	font-size: 20px;
	margin-right: 20px;
}
.page_tit {
	display: flex;
}
.tit_tag {
	flex: 1;
	white-space: nowrap;
	overflow-x: auto;
	text-align: right;
}
.tit_tag ul li {
	padding: 0 1px;
}
.page1_box .bottom {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: 20px;
}
.page1_box .text {
	padding: 0 20px;
}
.page1_box .bottom li {
	font-size: 14px;
}
.page1_list ul li {
	width: 50%;
}
.page1_list ul li:nth-child(3n+1) {
	clear: none;
}
.page1_list ul li:nth-child(2n+1) {
	clear: both;
}
.page2_text, .page2_img {
	width: 100%;
	float: none;
}
.page2_text .box {
	padding-bottom: 20px;
}
.page2_text .box > .text {
	height: auto;
}
.page2 {
	background: url(../images/about1.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px 10px;
}
.news_lt, .news_rt {
	width: 100%;
	float: none;
}
.news_lt .box {
	height: auto;
}
.footer .frt {
	float: none;
	clear: both;
	text-align: center;
}
.footer .ewm {
	margin-right: 30px;
}
.page1_list ul {
	margin: 10px -5px;
}
.page1_list {
	overflow: hidden;
}
.footer .foot2 p {
	padding: 0 5px;
}
.footer .frt p {
	margin: 0 auto;
}
.page1_list ul li a {
	margin: 5px;
}
.page_banner .item {
	height: 150px;
}
.pro_tit li {
	margin: 0 15px;
}
.pagesize a.prev, .pagesize a.next {
	margin: 0 2px;
}
.pagesize a {
	margin: 0 1px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
}
.pagesize a.prev, .pagesize a.next {
	width: 50px;
	height: 30px;
}
.pagesize a.prev:after, .pagesize a.next:after {
	height: 30px;
}
.pro_tit ul {
	white-space: nowrap;
	overflow-x: auto;
}
.about_list .item:nth-child(2n+1) .img, .about_list .item .img {
	float: none;
	margin: 0 auto;
	width: 100%;
}
.about_list .item:nth-child(2n+1) .text, .about_list .item .text {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	transform: none;
	width: 100%;
	text-align: left;
}
.about_list .item:nth-child(2n) .text {
	text-align: left;
}
.about_list .item p {
	height: auto;
}
.about_list .item .box {
	padding: 20px 0;
}
.news_p_list li:nth-child(2n+1) .img, .news_p_list .img {
	width: 100%;
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}
.news_p_list .text {
}
.news_p_list .btn a {
	padding-left: 0
}
.news_p_list .text p {
}
.contact_box ul li {
	width: 97%;
	margin-bottom: 5px;
}
.contact_box .btn1 {
	margin-top: 10px;
}
.cont_lt {
	line-height: 35px;
	margin-top: 15px;
}
.footer .top {
	transform: scale(.7)
}
.about_owl.owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 50px;
	height: 30px;
}
.about_owl.owl-theme .owl-controls .owl-nav .owl-next {
	right: -50px;
}
.about_owl.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -50px;
}
.about_owl.owl-theme .owl-controls .owl-nav [class*=owl-]:after {
	height: 30px;
}
.about_list2 .owl {
	padding: 0 50px;
}
.about_owl .item span {
	font-size: 20px;
	height: 30px;
	padding-top: 10px;
}
.about_owl .item.on span, .about_owl .item span:hover {
	font-size: 30px;
	height: 40px;
	padding-top: 0;
}
.about_list2 .list li {
	width: 100%;
	float: none !important;
}
.about_list2 .list li .time {
	margin: 0 auto !important;
}
.about_list2 .list li .box {
	padding: 0 !important;
	padding-left: 20px !important;
}
.about_list2 .list .line {
	left: 5px;
	right: auto;
}
.about_list2 .list .time i {
	left: -5px;
	right: auto;
}
.about_list2 .list .time label, .about_list2 .list .time span {
	display: inline-block !important;
	width: auto !important;
	float: none !important;
	vertical-align: middle;
	color: #666;
	font-size: 16px;
}
.about_list2 .list .time {
	padding-left: 20px;
}
.about_list2 .list li .text {
	min-height: initial;
}
.about_list2 .list li .text p {
	line-height: 25px;
}
.about_list2 .list .time span:after {
	content: '-';
	;
}
.about_list2 .list li .img {
	text-align: left !important;
}
.about_list2 .list li .time {
	left: 0 !important;
	right: auto !important
}
.news_details {
	padding: 20px 0
}
.pro_img {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.pro_img .img_owl {
	margin-top: 20px;
}
.pro_details {
	margin-top: 10px;
}
.pro_details .box {
	margin-top: 20px;
	padding-top: 20px;
}
.page_tit p {
	margin-right: 20px;
}
.page1_box .bottom li img {
	width: 30px;
}
.page1_box .bottom li {
	padding-top: 10px;
}
.about_list, .news_p_list {
	padding: 20px 0;
}
.about_owl {
	margin: 20px auto;
}
.about_list2 .list {
	margin-top: 40px;
} */
}

@media only screen and (max-width: 700px) {
.header_tel{
  display: none;
}
}
/* 
@media screen and (max-width: 1500px) {
	.new-more {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1400px) {
	.new-more {
		margin-top: 40px;
	}
}

.new-more:hover {
	opacity: .7;
}

.index-new-switch .li .left {
	position: relative;
	width: 390px;
	height: 661px;
	display: inline-block;
	vertical-align: top;
	transition: all .4s ease-out;
}

.index-new-switch .li .left:hover {
	transform: translate3d(0, -5px, 0);
}

.index-new-switch .li .left:hover .swiper-slide-text .text h5 {
	color: #026bbc;
}

.index-new-switch .li .left-box {
	background: #f5f5f5;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 43px 47px 50px 53px;
	box-sizing: border-box;
}

.index-new-switch .li .left-box-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.shadow {
	position: absolute;
	bottom: -40px;
	left: 0px;
	width: 100%;
	padding-bottom: (99/612)*100%;
	background: url(../images/new_icon_0.png);
	background-size: 100% 100%;
}

.swiper-slide {
	display: block;
	background: #FFF;
}

.pagination2 {
	text-align: left;
}

.pagination2 .swiper-pagination-bullet {
	background: #4E4E4E;
	opacity: 1;
	margin-right: 4px;
}

.pagination2 .swiper-pagination-bullet-active {
	background: #DC301F;
}

.swiper-slide-box {
	width: 293px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide-box img {
	width: 100%;
	max-height:165px;
	height: auto !important;
}

.swiper-slide-text {
	width: 293px;
	margin-top: 30px;
	font-size: 0;
}

.swiper-slide-text .text {
	display: inline-block;
	vertical-align: top;
	width: 208px;
	height: 90px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.swiper-slide-text .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #060606;
	transition: all .3s ease;
}

.swiper-slide-text .text p {
	height: 50px;
	margin-top: 12px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	color: #888888;
}

.index-new-switch .li .left .swiper-slide-text .date {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	border-radius: 4px;
	background: #026bbc;
	text-align: center;
}

.index-new-switch .li .left .swiper-slide-text .date .d {
	font-size: 38px;
	color: #FFF;
	font-family: "CG";
	line-height: 38px;
	margin-top: 6px;
}

.index-new-switch .li .left .swiper-slide-text .date .ym {
	margin-top: 2px;
	line-height: 16.4px;
	font-size: 16.4px;
	font-family: "Arial";
	color: #FFF;
}

.index-new-switch .li .right {
	margin-left: 12px;
	width: 776px;
	height: 561px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.index-new-switch .li .right-li {
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 140px;
	transition: all .4s ease-out;
}

.index-new-switch .li .right-li:nth-child(even) {
	padding-left: 2px;
	box-sizing: border-box;
}

.index-new-switch .li .right-li:nth-child(n+3) {
	padding-top: 1px;
	box-sizing: border-box;
}

.index-new-switch .li .right-li-box {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #FFF;
}

.index-new-switch .li .right-li:hover {
	z-index: 100;
	box-shadow: 0 8px 35px rgba(0, 0, 0, .2);
}

.index-new-switch .li .right-li:hover .date .d {
	color: #026bbc;
}

.index-new-switch .li .right-li:hover .date .ym {
	color: #026bbc;
}

.index-new-switch .li .right-li:hover .text h5 {
	color: #026bbc;
}

.index-new-switch li+li:before {
	content: "";
	position: absolute;
	left: -8px;
	top: 11px;
	width: 15px;
	height: 1px;
	background: #BABABA;
}

.index-new-switch .li .right .shadow {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	padding-bottom: (100/524)*100%;
	background: url(../images/new_icon_1.png);
	background-size: 100% 100%;
}

.index-new-switch .li .right .date {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100%;
	padding-top: 35px;
	padding-right: 25px;
	padding-left: 25px;
	box-sizing: border-box;
	text-align: center;
}

.index-new-switch .li .right .date .d {
	font-size: 42px;
	color: #555;
	font-family: "Arial";
	line-height: 42px;
	margin-top: 6px;
	transition: color .3s ease;
}

.index-new-switch .li .right .date .ym {
	margin-top: 2px;
	line-height: 14px;
	font-size: 14px;
	font-family: "Arial";
	color: #333;
	transition: color .3s ease;
}

.index-new-switch .li .right .text {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 100%;
	text-align: left;
	padding-top: 35px;
	box-sizing: border-box;
}

.index-new-switch .li .right .text h3 {
	font-size: 15px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color .3s ease;
}

.index-new-switch .li .right .text p {
	margin-top: 10px;
	color: #888;
	font-size: 13px;
	line-height: 25px;
	height: 50px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media screen and (max-width: 1620px) {
	.index-new-switch .li .left {
		width: 508px;
	}
	.index-new-switch .li .left-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.index-new-switch .li .right {
		margin-left: 15px;
	}
	.index-new-switch .li .right {
		width: 900px;
	}
	.index-new-switch .li .right .date {
		padding-left: 20px;
		padding-right: 12px;
		width: 90px;
	}
	.viewpoint-text h5 {
		line-height: 50px;
		font-size: 40px;
	}
	.viewpoint-text .p {
		margin-top: 20px;
	}
	.viewpoint-text .icon {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1450px) {
	.index-new-switch .li .left {
		height: 480px;
		width: 458px;
	}
	.index-new-switch .li .left .swiper-slide-box {
		width: 428px;
		height: 280px;
	}
	.index-new-switch .li .left .swiper-slide-text {
		width: 428px;
	}
	.index-new-switch .li .left .swiper-slide-text .text {
		width: 338px;
	}
	.index-new-switch .li .left-box {
		padding-top: 23px;
		padding-bottom: 30px;
	}
	.index-new-switch .li .right {
		width: 800px;
		height: 480px;
	}
	.index-new-switch .li .right .date {
		padding-left: 20px;
		padding-right: 12px;
		padding-top: 45px;
		width: 90px;
	}
	.index-new-switch .li .right .text {
		width: 233px;
		padding-top: 45px;
	}
	.index-new-switch .li .right-li {
		height: 160px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.index-new{
		min-width: 1px;
	}
	.index-new-switch .li .right {
    width: 100%;
    margin-left: 0;
}
	.index-new-switch .li .left {
    display: none;
}
	.index-new{
		padding: 20px 1%;
	}
	.index-new-title h5{
		font-size: 20px;
		margin-bottom: 0;
	}
	.index-new-title h6{
		display: none;
	}
	.index-new-title{
		margin-bottom: 20px;
	}
	.index-new-switch{
		margin-top: 0;
	}
	.index-new-switch li{
		padding: 0 10px;
	}
	.index-new-switch .li{
		max-width: 100%;
		margin-top: 20px;
	}
	.index-new-switch .li .right{
		height: auto;
	}
	.index-new-switch .li .right-li{
		height: auto;
		padding: 10px 0 !important;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	.index-new-switch .li .right .date .d{
		margin-top: 0;
	}
	.index-new-switch .li .right-li-box{
		height: auto;
	}
	.index_vip_kefu{
		height: auto;
		padding: 25px 1%;
	}
	.index_vip_kefu h5{
		font-size: 23px;
	}
	.index_vip_kefu p{
		font-size: 14px;
	}
	.index_vip_kefu a{
		font-size: 20px;
	}
	.index_vip_kefu a{
		width: 200px;
		height: 48px;
		line-height: 48px;
	}
	.new-more{
		display: none;
	}
		.index-new-switch .li .right .date{
		width: 25%;
		padding-top: 0;
		height: auto;
	}
	.index-new-switch .li .right .text{
		width: 75%;
		padding-top: 0;
		height: auto;
	}
	.page_tit3 h2 {
    line-height: 100px;
    font-size: 100px;
    margin-top: -70px;
    margin-left: 20px;
}
} */