body {
	position: relative;
}

.san {
	/*margin-top:24px;*/
	box-sizing: border-box;
	cursor: pointer;
	width: 26px;
	height: 20px;
	position: relative;
	float: right;
	display: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.san span {
	width: 100%;
	position: absolute;
	;
	height: 1px;
	background: #0065b4;
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.san span:nth-child(1) {
	top: 0;
}

.san span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

.san span:nth-child(3) {
	bottom: 0;
}

.san.cur span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.san.cur span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.san.cur span:nth-child(3) {
	display: none;
}

.nav2 {
	font-size: 20px;
	padding: 40px 0;
	color: #fff;
	position: absolute;
	width: 100%;
}

.gengduo {
	width: 19% !important;
	color: #fff;
	margin: 0 auto;
	transform: translateX(-26px);
	border-bottom: 1px solid #fff;
	border: none;
	color: cornsilk;
}

.gengduo1 {
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 25% !important;
	color: #fff;
	border-bottom: 1px solid #fff;
	border: none;
	color: cornsilk;
}

.head {
	max-width: 1820px;
	margin: 0 auto;
}

.navlist li {
	float: left;
	padding-left: 50px;
}

.position_img {
	position: relative;
}

.navlist a img {
	width: 22px;
	height: 22px;
}

.navtxt {
	padding-left: 50px;
	padding-top: 10px;
}

.banner img {
	width: 100%;
	display: block;
}


/*.nav_logo li img{width: 20px;}*/

.nav_logo li {
	padding-right: 18px;
}

.nav_logo {
	display: flex;
	align-items: center;
	padding-left: 90px;
}

.navline {
	border-left: 1px solid #EAEAEA;
	height: 15px;
	display: inline-block;
	padding-right: 18px;
}


/*.navrightlogo img{width: 50px !important;padding-left: 65px;}*/

.position_img {
	position: relative;
}

.piaodai {
	position: absolute;
	left: 65%;
	top: -20px;
}


/*飘带动画*/

.piaodai .img {
	position: relative;
	animation: myfirst 5s linear 2s infinite alternate;
	/* Firefox: */
	-moz-animation: myfirst 5s linear 2s infinite alternate;
	/* Safari and Chrome: */
	-webkit-animation: myfirst 5s linear 2s infinite alternate;
	/* Opera: */
	-o-animation: myfirst 5s linear 2s infinite alternate;
}

@keyframes myfirst {
	0% {
		left: 0px;
		top: 0px;
	}
	25% {
		left: 10px;
		top: 0px;
	}
	50% {
		left: 10px;
		top: 0px;
	}
	75% {
		left: 0px;
		top: 0px;
	}
	100% {
		left: 0px;
		top: 0px;
	}
}

@-moz-keyframes myfirst
/* Firefox */

{
	0% {
		left: 0px;
		top: 0px;
	}
	25% {
		left: 10px;
		top: 0px;
	}
	50% {
		left: 10px;
		top: 0px;
	}
	75% {
		left: 0px;
		top: 0px;
	}
	100% {
		left: 0px;
		top: 0px;
	}
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
	0% {
		left: 0px;
		top: 0px;
	}
	25% {
		left: 10px;
		top: 0px;
	}
	50% {
		left: 10px;
		top: 0px;
	}
	75% {
		left: 0px;
		top: 0px;
	}
	100% {
		left: 0px;
		top: 0px;
	}
}

@-o-keyframes myfirst
/* Opera */

{
	0% {
		left: 0px;
		top: 0px;
	}
	25% {
		left: 10px;
		top: 0px;
	}
	50% {
		left: 10px;
		top: 0px;
	}
	75% {
		left: 0px;
		top: 0px;
	}
	100% {
		left: 0px;
		top: 0px;
	}
}


/*qq动画*/

.qq {
	animation: breathe11 2s infinite linear;
	display: inline-block;
}

@keyframes breathe11 {
	0% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0.5);
	}
}


/*wx动画*/

.wx {
	animation: breathe11 2s infinite linear;
	display: inline-block;
}

@keyframes breathe11 {
	0% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0.5);
	}
}

.img {
	position: absolute;
	left: 65%;
	top: -20px;
}

.con-box1,
.con-box2,
.con-box3,
.zhuan_le,
.cont-box3,
.box02 {
	overflow: hidden;
}

.con-box1 img,
.cont2 li img,
.con-box3 img,
.l-img img,
.cont-box3 img,
.con-box2 img {
	cursor: pointer;
	transition: all 0.6s;
}

.zhuan_le img {
	cursor: pointer;
	transition: all 0.6s;
}

.con-box1 img:hover,
.zhuan_le img:hover,
.cont2 li img:hover.l-img img:hover,
.cont2 li img:hover,
.l-img img:hover,
.cont-box3 img:hover,
.con-box2 img:hover {
	transform: scale(1.2);
}

.ban_t1 {
	text-align: center;
}

.ban_t1 a {
	font-size: 18px;
	color: #fff;
	background-color: #000;
	opacity: 0.5;
	display: inline-block;
	padding: 20px 113px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.wid {
	max-width: 1200px;
	margin: 0 auto;
}

.cont11 {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 56px 0 40px 0;
}

.cont11 b {
	font-size: 30px;
}

.con-box1 {
	width: 880px;
	height: 500px;
	position: relative;
}

.con-box1 img {
	width: 100%;
	display: block;
}

.con-box2 {
	width: 300px;
	height: 240px;
	position: relative;
}

.con-box2 img {
	width: 100%;
	display: block;
}

.cont-box3 {
	width: 590px;
	height: 240px;
	position: relative;
}

.con-box3 img {
	width: 100%;
	display: block;
}

.box02 {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}

.den {
	margin-left: 20px;
}

.condow {
	margin-top: 20px;
}

.box3 {
	margin-right: 20px;
	position: relative;
}

.cont1 {
	/*width: 510px;*/
	height: 128px;
	position: absolute;
	top: 70px;
	left: 00px;
	padding: 0 40px;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.ban_t1 a:hover{
	color: orangered;
}
.cont1 h3 {
	color: #e4810a;
}

.cont1 span {
	display: block;
	font-size: 14px;
	padding-top: 20px;
	color: #fff;
	line-height: 2;
}

.cont2 {
	text-align: center;
	position: absolute;
	top: 42px;
	left: 50px;
	color: #fff;
}


/*.cont2 li img {
	width: 50px;
	height: 46px;
	padding-left: 73px;
	padding-bottom: 22px;
}*/


/*.cont2 li b {
	font-size: 24px;
	display: block;
}

.cont2 li {
	width: 197px;
	text-align: center;
}

.cont2 li span {
	font-size: 14px;
	width: 197px;
	line-height: 2;
}*/

.spli {
	padding-top: 10px;
}

.colt {
	color: #ce8540;
}

.cont3 {
	position: absolute;
	top: 40px;
}

.l-img img {
	/*width: 60px;*/
	height: 73px;
	margin: auto;
}

.l-tit {
	width: 70%;
	padding-left: 65px;
	color: #fff;
	/*margin-top: -15px;*/
}

.l-tit a span {
	/*margin-top: 24px;*/
	line-height: 2;
	color: #fff;
}

.l-tit a b {
	font-size: 24px;
	display: block;
	color: #fff;
}

.down-left {
	position: absolute;
	top: 60px;
	left: 106px;
}

.down02 {
	position: absolute;
	top: 60px;
	left: 106px;
}

.about a span {
	display: block;
	font-size: 14px;
	line-height: 2;
}

.about b {
	padding-bottom: 20px;
	display: block;
}

.counter {
	font-size: 48px;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-slide {
	text-align: center;
	color: #fff;
}

.swiper-slide i {
	font-style: normal;
	font-size: 48px;
}

.swi {
	margin-bottom: 42px;
}

.aboutimg11 {
	position: relative;
}

.aboutimg11 img {
	width: 100% !important;
}

.swip {
	position: absolute;
	top: 56px;
	left: 122px;
	width: 80%
}

.more11 {
	background-color: #e4810a;
	width: 110px;
	height: 38px;
	text-align: center;
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
}

.more11 a {
	display: block;
	color: #fff;
	line-height: 38px;
	font-size: 12px;
	background-color: #e4810a !important;
}

.content11 {
	background-color: #f5f5f5;
	padding-bottom: 58px;
	margin-top: 80px;
}

.zhuan_ri {
	width: 50%;
}

.zhuan_ri h3 {
	padding: 30px 0;
}

.zhuan_ri {
	padding: 0 40px;
}

.zhuan_ri p {
	font-size: 14px;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.lpk li img{
	max-width: 100%;
}
.mmore {
	background-color: #e4810a;
	width: 110px;
	height: 38px;
	text-align: center;
	margin-top: 50px;
}

.mmore a {
	display: block;
	line-height: 38px;
	font-size: 12px;
	color: #fff;
}

.heigh {
	margin-bottom: 40px;
}

.zhuan_le {
	width: 46%;
}

.swp {
	position: relative;
	padding: 46px 0;
}

.swiperPhone .swiper-button-prev {
	background-image: url(../images/zuo1.png);
}

.swiperPhone .swiper-button-next {
	background-image: url(../images/you1.png);
}


/*.swp .swiper-button-prev.swiper-button-white {
	background-image:url(../images/p_23.jpg) ;
	left: -80px;
}

.swp .swiper-button-next.swiper-button-white {
	background-image: url(../images/p_28.png);
	right: -80px;
}*/

.foot_logo img {
	width: 12px;
	height: 15px;
}

.foot_logo {
	display: flex;
	align-items: center;
}

.foot_logo span {
	font-size: 12px;
	color: #c0c1c3;
	padding-left: 10px;
}

.foot_img i {
	padding-right: 18px;
}

.foot_img {
	display: flex;
	margin-top: 30px;
	color: #fff;
}

.footimglogo {
	padding-bottom: 24px;
}

.foot_left {
	width: 30%;
}

.foot_right {
	width: 70%;
}

.foot_right ul {
	border-right: 1px solid rgba(234, 234, 234, 0.3);
	padding: 0px 30px;
	height: 160px;
}

.foot_right ul .li1 {
	font-size: 16px;
	color: #ececec;
	padding-bottom: 26px;
}

.foot_right ul .li2 a {
	font-size: 14px;
	color: #c0c1c3;
	line-height: 2;
}

.foot {
	background-color: #46474a;
	padding: 56px 0 130px 0;
}

.footbor {
	border-right: none !important;
}

.footdown {
	background-color: #3d3f42;
	text-align: center;
	font-size: 12px;
	padding: 27px 20;
	color: #666769;
}

.pic img {
	cursor: pointer;
	transition: all 0.6s;
}

.pic img:hover {
	transform: scale(0.8);
}


/*二级菜单*/

@media screen and (min-width: 1025px) {
	.leverbodertop {
		border-top: 1px solid #EAEAEA;
		padding-top: 40px;
		display: none;
		z-index: 10;
		position: absolute;
		top: 100%;
		background: #FFFFFF;
		left: 0;
		width: 100%;
	}
	.menulevel {
		display: flex;
		justify-content: flex-start;
		padding-left: 50px;
	}
	.colorfont a {
		font-size: 18px;
		color: #e4810a;
		font-weight: bold;
	}
	.level_list1 {
		width: 15%;
	}
	.level_list1 li a {
		font-size: 18px;
		color: #e4810a;
		display: block;
		font-weight: bold;
	}
	.lever_li1 li:hover a {
		color: #0062db !important;
		display: block;
	}
	.level_list1 li:nth-of-type(1) {
		padding-bottom: 42px;
	}
	.level_list1 li:nth-of-type(2) {
		font-size: 18px;
		color: #333;
		color: #e4810a;
		display: block;
		padding-bottom: 10px;
	}
	.level_list1 li:nth-of-type(3) img {
		width: 100%;
	}
	.nine2 {
		display: flex;
	}
	.levelbox2 {
		display: flex;
	}
	.level_02 {
		display: flex;
		padding-top: 42px;
	}
	.lever_li1 {
		padding-right: 30px;
	}
	.lever_li1 li span {
		font-size: 18px;
		color: #333;
		color: #e4810a;
		display: block;
		padding-bottom: 10px;
	}
	.lever_li2 li a {
		font-size: 14px;
		color: #666;
	}
	.lever_li2 li:hover a,
	.lever_color li:hover a {
		color: #0062db !important;
		display: block;
	}
	.lever_li2 li,
	.lever_color li {
		padding-bottom: 18px;
	}
	.lever_li2 {
		padding-right: 36px;
	}
	.lever_color {
		width: 24%;
		padding-top: 10px;
		text-align: center;
	}
	.lever_color li:nth-of-type(1) {
		color: #e4810a;
	}
	.lever_color li a {
		font-size: 14px;
		color: #666;
	}
	.lever_border {
		/*border-bottom: 1px solid #EAEAEA;*/
		width: 100px;
	}
	.menubox2 {
		width: 43%;
		margin-left: 45px;
	}
	.lever_right {
		margin-right: 50px;
	}
	.menubox002 {
		margin-left: 30px;
		width: 19%;
		margin-right: 30px;
	}
	/*.levelcon1{padding-top: 20px;}*/
	.levellist1 {
		margin-left: 10px;
	}
}

.headlist {
	width: 25%;
	display: flex;
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #fff;
	z-index: 1;
}

.headlist1 {
	width: 6%;
	background: #fff;
	position: absolute;
	right: 32.5%;
	top: 125px;
	z-index: 1;
}

.headlist2 {
	width: 6%;
	background: #fff;
	position: absolute;
	right: 27.5%;
	top: 125px;
	z-index: 1;
}

.headlist1 .lever_color {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

.headlist2 .lever_color {
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

@media screen and (max-width: 1600px) {
	.headlist1 {
		right: 46%;
	}


	.headlist2 {
		right: 38%;
	}
}

@media screen and (max-width: 1440px) {
	.headlist1 {
		right: 46%;
	}
	.headlist2 {
		right: 38%;
	}
	.headlist {
		left: 42%;
	}
}

@media screen and (max-width: 1366px) {
	.headlist1 {
		right: 46%;
	}

	.headlist2 {
		right: 38%;
	}
}

@media screen and (max-width: 1280px) {
	.headlist1 {
		right: 46%;
	}
	.headlist2 {
		right:38%;
	}
	.headlist {
		left: 36%;
	}
	.navlist li{
		padding-left: 30px;
	}
}


@media screen and (max-width: 1024px) {
	.leverbodertop {
		z-index: 10;
		position: absolute;
		top: 100%;
		background: #FFFFFF;
		left: 0;
		width: 100%;
		display: none;
		overflow: scroll;
		overflow-y: scroll;
		overflow-x: hidden;
		height: calc(500px);
		height: calc(100vh - 300px);     
		/*border-bottom: 1px solid #ccc;*/
		
		
		
	}
	.leverbodertop ul li img {
		display: none;
	}
	.leverbodertop ul li {}
	/*	.menulevel .men_title{}
	.levelbox2 {display: block;}
	.level_list1,*/
	.men_title>a {
		font-size: 16px;
		padding: 10px 20px;
		color: #333333;
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.men_title2 span{
		font-size: 15px;
		padding: 0 28px;
		color: #333333;
		margin: 10px 0;
		display: none;
	}
	.menulevel  .level_02{
		display: none;
	}
	.men_title2 a {
		display: block;
		font-size: 15px;
		padding: 0 28px;
		color: #333333;
		margin: 10px 0;
		/*display: none;*/
	}
	.men_title3 a {
		font-size: 14px;
		display: block;
		padding: 0 36px;
		color: #333333;
		line-height: 30px;
		/*display: none;*/
	}
	.xishi {
		display: none;
	}
	
	
	
}

@media screen and (max-width: 1219px) {
	/*.aboutimg11 img{width: 100% !important;}
	
	.index_wid{margin: 0 48px !important;}*/
	.ban_t1 a {
		padding: 20px 70px !important;
	}
	.cont-box3 {
		width: 538px !important;
		height: 240px !important;
	}
	
	.l-tit{
		padding-left: 25px;
	}
	
	.down-left b{
		font-size: 19px;
	}
	.wid11{
		padding: 0 30px !important;
	}
}

@media screen and (max-width: 1216px) {
	.con-box2 {
		width: 272px !important;
		height: 218px !important;
		position: relative;
	}
	.con-box1 {
		width: 800px !important;
		height: 475px !important;
		position: relative;
	}
	.condow {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 1111px) {
	.down-left {
		top: 40px !important;
	}
	.down02 {
		top: 53px;
	}
	.cont-box3 {
		width: 454px !important;
		height: 151px !important;
	}
	.con-box2 {
		width: 222px !important;
		height: 181px !important;
		position: relative;
	}
	.con-box1 {
		width: 673px !important;
		height: 400px !important;
		position: relative;
	}
	.condow {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 1076px) {
	/*.content11 {
    margin: 80px 30px 0px !important;
}
.index_bg{margin: 0 30px;}*/
	.spli {
		padding-top: 6px !important;
	}
	.cont-box3 {
		width: 473px !important;
		height: 240px !important;
	}
	.con-box1 {
		width: 663px !important;
		height: 402px !important;
		position: relative;
	}
	.con-box1 {
		width: 730px !important;
		height: 443px !important;
		position: relative;
	}
	.con-box2 {
		width: 231px !important;
		height: 179px !important;
		position: relative;
	}
	.cont2 li img {
		width: 33px !important;
		height: 30px !important;
		padding-left: 73px;
		padding-bottom: 2px !important;
	}
	.cont2 {
		top: 17px !important;
		left: 22px !important;
	}
}

@media screen and (max-width: 1024px) {
	.foot_left {
		width: 26%;
		margin-left: 25px;
	}
	/*.more11 {
    left: 435px !important;
}*/
	.swip {
		top: 28px !important;
		left: 43px !important;
	}
	.about_title {
		margin: 0 20px !important;
	}
	.nav1 {
		font-size: 20px;
		padding: 24px 0 !important;
		width: 100%;
		position: relative;
		background: rgba(0, 0, 0, 0.1);
	}
	.nav_logo {
		display: none;
	}
	.nav1 {
		position: fixed;
		top: 0;
		background-color: #fff;
	}
	.navlist li {
		float: left !important;
		padding-left: 46px !important;
	}
	.navlist li a {
		color: #333 !important;
	}
	.ban {
		margin-top: 65px;
	}
	.fr {
		float: right;
	}
	.fl {
		float: left;
	}
	.san {
		display: block;
		margin-right: 30px !important;
	}
	.navlist {
		display: block;
	}
	.img {
		position: absolute;
		left: 10%;
		top: 170px;
	}
	.navlist {
		display: none;
		background: #fff;
		position: fixed;
		width: 100%;
		left: 0;
		top: 60px;
		height: 100%;
	}
	.navlist li {
		margin: 12px 10px;
		width: 100%;
		/* line-height: 44px; */
		padding-bottom: 20px;
		border-bottom: 1px solid #EAEAEA;
	}
	.navlist>ul>li>a {
		display: block;
	}
	.nav1 {
		font-size: 14px !important;
		z-index: 1000;
	}
	.navtxt {
		z-index: 100;
		padding-left: 26px;
		padding-top: 0px;
	}
	.navtxt a i {
		color: #333;
	}
	.navtxt a span {
		color: #333;
	}
	.index_img1 {
		width: 70%;
		position: relative;
		margin-right: 20px;
		/*height: 429px !important;*/
	}
	.index_down {
		width: 49% !important;
		position: relative;
	}
	.index_down:first-child{
		margin-right: 2% !important;
	}
	.index_down:last-child{
		margin-right: 0% !important;
	}
	.index_img2>img{
		width: 100%;
	}
	.index_con1 li b {
	    font-size: 18px !important;
	}
	.zhuan_le img{
		width: 100%;
	}
	.lpk{
		width: 84% !important;
	}
}

@media screen and (max-width: 960px) {
	.l-tit {
		width: 80%;
		padding-left: 101px;
		color: #fff;
		margin-top: -79px;
		font-size: 16px;
	}
	.cont-box3 {
		width: 420px !important;
		height: 240px !important;
	}
	.l-tit b {
		font-size: 16px;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.myswi {
		width: 191px !important;
	}
	.cont2 li img {
		width: 33px !important;
		height: 30px !important;
		padding-left: 84px;
		padding-bottom: 2px !important;
	}
	.cont2 li b {
		font-size: 17px;
	}
	.cont-box3 {
		padding: 20px 62px;
		width: 454px !important;
		height: 151px !important;
	}
	.cont2 {
		top: 31px !important;
		left: 53px !important;
	}
	.cont1 {
		top: 44px !important;
		left: 36px;
	}
	.cont1 span {
		font-size: 16px;
	}
	.index_con1 li span {
		font-size: 16px !important;
	}
	.con-box1 {
		padding: 0 50px !important;
	}
	.cont11 b {
		font-size: 24px !important;
	}
	.ban_t1 a {
		padding: 12px 45px !important;
	}
	.cont11 {
		padding: 20px 24px 20px 39px !important;
	}
	.den {
		display: flex;
	}
	.con-box2 {
		padding: 0px 36px;
	}
	.down-left {
		top: 64px !important;
	}
	.cont-box3 {
		padding: 20px 60px;
		width: 454px !important;
		height: 151px !important;
	}
	.l-tit b {
		font-size: 18px;
	}
	.aboutimg11 img {
		width: 100% !important;
	}
	/*.more11 {
    background-color: #e4810a;
    width: 99px !important;
    height: 27px !important;
    text-align: center;
    position: absolute;
    bottom: 10px !important;
    left: 290px !important;
}*/
	.zhuan_ri {
		width: 90%;
		margin: 0 auto;
	}
	.zhuan_ri p {
		font-size: 18px;
		line-height: 43px;
	}
	.swi {
		margin-bottom: 3px !important;
	}
	.heigh {
		margin-bottom: 40px;
		margin-top: 46px;
	}
	.swip {
		position: absolute;
		top: 23px;
		left: 66px !important;
		max-width: 100%;
	}
	.counter {
		font-size: 30px !important;
	}
	.swiper-slide i {
		font-style: normal;
		font-size: 30px !important;
	}
	.more11 a {
		line-height: 29px !important;
		font-size: 9px !important;
	}
	.zhuan_ri h3 {
		padding: 16px 0 !important;
	}
	.swp .swiper-button-next.swiper-button-white {
		right: 0px !important;
	}
	.swp .swiper-button-prev.swiper-button-white {
		left: 9px !important;
	}
	.foot_img {
		display: none;
	}
	.foot_right {
		display: none;
	}
	.foot {
		padding: 15px 0 22px 0;
	}
	.foot_left {
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footimglogo {
		padding-right: 10px;
	}
	.foot_left {
		width: 100%;
	}
	.foot_right ul {
		border-right: 1px solid #56575a;
		padding: 0px 30px;
		height: 100%;
	}
	.foot_right {
		text-align: center;
		width: 100%;
		display: none;
	}
	.footimglogo {
		padding-bottom: 0px;
	}
	.pic1 {
		padding: 0 30px;
	}
	.index_img1 {
		width: 100% !important;
		position: relative;
		margin-right: 0px !important;
		height: 20% !important;
	}
	.index_box2 {
		padding-top: 20px;
		width: 100% !important;
		display: flex;
		justify-content: space-between;
	}
	.index_img2bottom {
		margin-top: 0px !important;
		margin-left: 20px;
	}
	.index_down:first-child {
	    margin-right: 0% !important;
	}
	.index_down {
		width: 100% !important;
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.zhuan_le img {
		margin: 0 auto;
	}
	.zhuan_le {
		width: 100% !important;
	}
	.about span {
		display: block;
		font-size: 16px;
		line-height: 2;
	}
	.swiperPhone {
		margin-top: 69px;
	}
	
	
	
	
	
	
	
	
	
	
}

@media screen and (max-width: 480px) {
	.index_box2 {
		padding-top: 20px;
		width: 106% !important;
		display: block;
		/* justify-content: space-between; */
	}
	.index_img2bottom {
		margin-top: 0px !important;
		margin-left: 0px !important;
		margin-top: 20px !important;
	}
	.index_img2 {
		width: 100% !important;
		position: relative;
	}
	.down-left {
		left: 45px !important;
		top: 50px !important;
	}
	.cont2 li img {
		padding-left: 52px !important;
	}
	.l-tit {
		width: 100%;
		padding-left: 68px !important;
		color: #fff;
		margin-top: -79px;
		font-size: 14px;
	}
	.index_down>a>img{
		min-height: 200px;
	}
	.index_down>img{
		min-height: 200px;
	}
	.cont2 li {
		width: 78% !important;
		text-align: center;
	}
	.myswi {
		width: 87px !important;
	}
	.swip {
		top: 1px !important;
		left: 43px !important;
	}
	.banner img {
		margin-top: 50px;
		width: 100%;
		display: block;
	}
	.ban_t1 a {
		padding: 4px 9px !important;
	}
	.ban_t1 a {
		font-size: 10px;
		color: #fff;
		background-color: #000;
		opacity: 0.5;
		display: inline-block;
		padding: 20px 113px;
		border-radius: 5px;
	}
	.cont11 b {
		font-size: 18px !important;
	}
	.con-box1 {
		width: 100% !important;
		height: 256px !important;
		position: relative;
	}
	.cont1 span {
		display: block;
		font-size: 12px;
		padding-top: 6px;
		color: #fff;
		line-height: 20px;
	}
	.cont1 {
		top: 17px !important;
		left: 23px !important;
	}
	.cont1 {
		width: 86% !important;
		height: 124px;
		position: absolute;
		top: 70px;
		left: 40px;
	}
	.zhuan_le img {
		width: 100% !important;
	}
	/*.heigh {
    margin: 0 30px;
    margin-bottom: 40px;
}*/
	.zhuan_le {
		width: 100%;
	}
	.swiper-slide i {
		font-style: normal;
		font-size: 12px !important;
	}
	.counter {
		font-size: 16px !important;
	}
	.swip {
		position: absolute;
		top: 2px;
		left: 40px !important;
		max-width: 100%;
	}
	.content11 {
		padding-bottom: 29px !important;
	}
	.zhuan_ri {
		padding: 0px !important;
	}
	.more11 a {
		line-height: 35px !important;
		font-size: 9px !important;
	}
	.more11 {
		bottom: -7px !important;
	}
	.zhuan_ri {
		width: 100% !important;
	}
	.zhuan_ri {
		padding: 0 0px !important;
	}
	.index_bg {
		padding: 0 0 !important;
	}
	.cont-box3 {
		padding: 20px 0px !important;
		width: 100% !important;
		height: 118px !important;
	}
	.con-box2 {
		padding: 0px 6px !important;
	}
	.con-box2 {
		width: 100% !important;
		height: 121px !important;
		position: relative;
	}
	.cont2 {
		top: 7px !important;
		left: 24px !important;
	}
	.cont2 li span {
		font-size: 10px !important;
		width: 100%;
		line-height: 1.4;
	}
	.cont2 li b {
		font-size: 10px !important;
	}
	.con-box1 {
		padding: 0 0px !important;
	}
	.l-img img {
		/*width: 37px !important;*/
		height: 48px !important;
	}
	.down-left b{
		font-size: 20px;
	}
	.cont-box3 img {
		width: 100%;
	}
	.content11 {
		margin-top: 25px !important;
	}
	.cont11 {
		padding: 20px 21px 20px 28px !important;
	}
	.zhuan_ri {
		padding-top: 0px !important;
	}
	.zhuan_ri h3 {
		font-size: 18px !important;
	}
	.mmore {
		margin-top: 21px !important;
		margin-bottom: 20px;
	}
	.heigh,
	.heigh1 {
		margin: 0 30px;
		margin-bottom: 20px !important;
	}
	.heigh1 {
		margin-top: 20px !important;
	}
	.l-tit b {
		margin-bottom: -20px !important;
	}
	.den {
		margin-left: 0px !important;
	}
	.swiper-slide i {
		font-style: normal;
		font-size: 20px !important;
	}
	.fileleft {
		width: 100% !important;
	}
	.file_right {
		margin-top: 30px;
		width: 100% !important;
	}
	.jia {
		background-color: #E4810A;
		border-radius: 50%;
		padding: 3px 10px;
		text-align: center;
		color: #fff;
	}
	.l-tit {
		width: 100%;
		padding-left: 0px;
		color: #fff;
		margin-top: -100px;
		font-size: 13px;
	}
	.down-left {
		left: 52px !important;
		top: 49px !important;
	}
	.aboutimg11 img {
		width: 100% !important;
		height: 200px;
	}
	.swip {
		top: 38px !important;
		left: 43px !important;
	}
	.ban img {
		width: 200%;
		display: block;
		position: relative;
		left: 67%;
		transform: translateX(-50%);
	}
	.zhuan_ri p {
		font-size: 15px;
		line-height: 32px;
	}
	.cont1 h3 {
		color: #e4810a;
		font-size: 18px;
	}
	.index_down_con .index_down:nth-child(2)  .gaotit{
		margin-top: -120px;
	}
	
	.index_img1 img{
		min-height: 235px;
	}
}