@charset "utf-8";
@import url("core.css");

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px
}

.a-upload {
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	padding: 15px 15px;
	font-size: 16px;
	color: #aaa;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin-top: 10px;
	background-color: #fff;
}

.a-upload input {
	position: absolute;
	opacity: 0;
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0;
}

.btn {
	position: absolute;
	right: 15px;
	padding: 0 20px;
	width: auto;
	height: 30px;
	top: 8px;
	z-index: 1;
	background-color: #EE1D23;
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 16px;
	float: left;
	outline: unset;
	border: 1px solid #ccc;
	border-radius: 30px;
}

* {
	margin: 0;
	padding: 0;
	letter-spacing: -0.5px;
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}




#kefu {
	position: fixed;
	top: 35%;
	right: 0px;
	width: 75px;
	z-index: 4;
}

#kefu a {
	background-color: #11a466;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	transition: all 0.5s;
	height: 55px;
	border-radius: 5px 0px 0px 5px;
	position: relative;
}

#kefu a:hover {
	background-color: #C9E855;
}

#kefu a img {
	display: block;
	width: 22px;
	margin: 0 auto;
	padding: 5px 0;
}



#kefu a:hover .duihua {
	opacity: 1;
	right: 85px;
}

#kefu .messbox1 {
	position: fixed;
	top: 35%;
	background-color: #fff;
	padding: 20px;
	right: 80px;
	width: 300px;
	border: 1px solid #eee;
	display: none;
	opacity: 0;
}

.messbox form {
	padding: 0 !important;
}

#kefu .messbox1.block {
	display: block !important;
}



.messbox input[type="text"],
.messbox textarea,
.messbox select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 .75em;
	height: 2.507em;
	font-size: .97em;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	-webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	-webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
	-o-transition: color .3s, border .3s, background .3s, opacity .3s;
	transition: color .3s, border .3s, background .3s, opacity .3s;
	outline: none;
	font-size: .9em;
	font-size: 12px;
	margin-bottom: .4em;
	margin-top: 8px;
	margin-bottom: 3px;
}

.messbox textarea {
	min-height: 120px;
}

.messback {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	opacity: 0;
	display: none;
}

.messback.block {
	display: block;
}


.messbox2 {
	position: fixed;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 700px;
	background: #fff;
	padding: 40px;
	border: 1px solid #eee;
	z-index: 6;
}

.messbox2 #out {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #4a4a4a;
}


.messbox .submit {
	width: auto;
	background: #EE1D23;
	border: none;
	box-shadow: none;
	padding: 15px 35px;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}


.insert {
	background-color: #EE1D23 !important;
	color: #fff !important;
	text-transform: capitalize !important;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	width: 160px;
	text-align: center;
	font-weight: bold;
	padding: 0px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.5s;
}

.insert:hover {
	background-color: #86af49 !important;
}

@media (max-width: 1000px) {
	.h2_des {
		font-size: 14px;
		line-height: 23px;
		padding-bottom: 20px;
	}

	#kefu {
		display: none !important;
	}

	.messbox2 {
		width: 90%;
		top: 20%;
	}

}

@media (max-width: 600px) {
	.h2_des {
		font-size: 13px;
		line-height: 22px;
	}

	.messbox2 {
		top: 12%;
		padding: 20px;
	}

	.messbox input[type="text"],
	.messbox textarea {
		line-height: 1.8em;
	}
}




#banner_page {
	overflow: hidden;
}

#banner_page>img {
	transition: all 0.3s;
	-webkittransition: all 0.3s;
}

#banner_page:hover>img {
	transform: scale(1.03);
}

.transOne {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.transTwo {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.transAll * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

html,
body {
	margin: 0 auto;
	min-width: 100%;
}

body {
	overflow-x: hidden;
	font-size: 14px;
	background: none;
	/* font-family:  "Microsoft yahei"; */
}

body {
	font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", arial, "Hiragino Sans GB", "Hiragino Sans GB W3";
}

.to-big {
	overflow: hidden;
}

.to-big img {
	transition: all 0.7s;
}

.to-big:hover img {
	transform: scale(1.05);
}

.img {
	overflow: hidden;
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.fix-sear {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(35, 35, 35, .9);
	opacity: 0;
	display: none;
}

.fix-sear.active {
	opacity: 1;
	display: block;
}

.fix-sear .fix-box {
	background-color: #fff;
	padding: 100px 0 160px;
	position: relative;
	opacity: 0;
	transition: all 0.7s !important;
}

.fix-sear .fix-box.active {
	opacity: 1;
	display: block;
}

.fix-sear .fix-box>a {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: 50px;
	top: 50px;
	color: #000;
	font-size: 30px;
	transform: rotateX(0deg);
}

.fix-sear .fix-box>a:hover {
	color: #EE1D23;
	transform: rotateX(360deg);
}

.fix-box form {
	display: block;
	width: 50%;
	position: relative;
	margin: 0 auto;
	border-bottom: 2px solid #666;
}

.fix-sear .fix-box #key-inp {
	background-color: #fff;
	outline: unset;
	border: unset;
	color: #454545;
	height: 65px;
	line-height: 65px;
	padding-left: 15px;
	display: block;
	width: 75%;
	font-size: 18px;

}

#open_sub {
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 100% 100%;
	display: block;
	float: right;
	background-color: unset;
	top: 25px;
	right: 20px;
	outline: unset;
	border: unset;
}

@media screen and (max-width: 1000px) {
	.fix-box form {
		width: 90%;
	}

	.fix-sear .fix-box>a {
		width: 20px;
		height: 20px;
		right: 10px;
		top: 25px;
		font-size: 20px;
	}
}

/* .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
} */



.w1510 {
	margin: 0 auto;
	padding: 0 20px;
	width: 81.25%;
	max-width: 1550px;
}

a {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#mobile_height {
	height: 99px;
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

#top,
#top .site-header {
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
}

#top li,
#top nav,
.language,
.site-header .logo a,
.site-header .logo {
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

#top.scroll {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}



.site-header {
	position: relative;
	padding: 0 20px;
	width: 81.25%;
	margin: 0 auto;
	max-width: 1550px;
}

.site-header .logo {
	display: block;
	float: left;
	width: 150px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	/* left: 50px; */
	top: 25px;
	z-index: 9999
}

.site-header .logo a {
	text-indent: -2000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 45px;
	display: block;
	background-size: 100% 100%
}

#top.scroll .site-header {}

nav {
	height: 100px;
	float: right;
	margin-right: 60px;
}

.loginb {
	float: right;
	color: #c78fbc;
	line-height: 60px;
	font-size: 16px;
	margin-left: 5%;
	margin-right: 3%;
	transition: all 0.3s;
}

.loginb:hover {
	color: #fff;
}



#top.scroll .site-header #menu ul li>a:hover {
	/* color: #EE1D23; */
}


.language {
	float: right;
	margin-top: 55px;
	position: relative;
}



/*#menu*/
#menu li {
	float: left;
	line-height: 100px;
	margin-left: 37px;
}

#menu li:nth-child(6) {
	margin-right: 0;
}


#menu li a {
	display: block;
	color: #000;
	font-size: 15.5px;
	position: relative;
	transition-duration: .0s;
	-ms-transition-duration: .0s;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
	letter-spacing: 0;
	font-weight: bold;
}

#menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	background-color: #fff;
	transition: all 0.3s;
}

#menu>ul>li:hover>a::after,
#menu>ul>li.selected>a::after {
	width: 100%;
}




#menu li>a:hover,
#menu li.selected>a {}


#menu li .sub_menu {
	display: none;
	position: absolute;
	top: 80px;
	background: #EE1D23;
	/* width: 100%; */
	padding: 10px 0;
	-webkit-animation: atop 0.8s linear;
	-moz-animation: atop 0.8s linear;
	animation: atop 0.8s linear;
}

#menu li .sub_menu a {
	line-height: 30px;
	font-size: 14.5px;
	transition: all 0.3s;
	padding: 2px 20px;
	color: #fff;
}

#menu li .sub_menu a:hover {
	color: #EE1D23;
	background-color: #fff;
	padding-left: ;
}

#menu li .sub_menu2 {
	display: none;
}


#menu li .sub_menu2 a {
	display: block;
}

#menu li .sub_menu2 a .img-box {
	display: flex;
	align-items: center;
	text-align: center;
}

#menu li .sub_menu2 a .img-box img {
	height: 180px;
	display: block;
	margin: 0 auto;
}

#menu li .sub_menu2 a p {
	text-align: center;
}

#menu li ul li {
	height: auto;
	line-height: normal;
	float: none;
	width: 100%;
}

#menu li ul li a,
#menu li.selected li a {
	color: rgba(255, 255, 255, 0.6);
	padding: 2px 20px;
	/* padding-left: 23px; */
	text-align: left;
	font-size: 14px;
	display: block;
	background: none;
	text-transform: capitalize;
	position: relative
}

#menu li ul li a:before,
#menu li.selected li a:before {}

#menu li ul li a:after,
#menu li.selected li a:after {
	display: none
}

#menu li ul li a:hover i {
	display: inline-block
}

#menu li ul li a i {
	display: none;
	color: #0a4c92;
	margin-left: 10px;
}

#menu li ul li a:hover:before,
#menu li.selected li a:hover:before {
	/* background-color: #fff; */
}

#menu li ul li a:hover,
#menu li.selected li a:hover {
	color: #fff;
}

#top.white .site-header .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


#top.white .site-header nav #menu>ul>li>a::after {
	background-color: #EE1D23;
}

#top.scroll .site-header .logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#top.scroll .site-header nav #menu ul li>a {
	color: #2a2a2a;
}

#top.scroll .site-header nav #menu>ul>li>a::after {
	background-color: #EE1D23;
}


#top .pnm {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 444;
}

#top .pnm a img.img2 {
	display: none;
}

#top.scroll .pnm a img.img1 {
	display: none;
}

#top.scroll .pnm a img.img2 {
	display: unset;
}







#top .search_form {
	margin-top: 25px;
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 444;
	border-radius: 5px;
}

#top .search_form a {
	font-size: 15px;

}

.fix-sear.active {
	opacity: 1;
	display: block;
}

.transOne {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.fix-sear {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(35, 35, 35, .9);
	opacity: 0;
	display: none;
}

.fix-sear .fix-box.active {
	opacity: 1;
	display: block;
}

.fix-sear .fix-box {
	background-color: #fff;
	padding: 100px 0 160px;
	position: relative;
	opacity: 0;
	transition: all 0.7s !important;
}

.fix-sear .fix-box>a {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: 50px;
	top: 50px;
	color: #000;
	font-size: 30px;
	transform: rotateX(0deg);
}

.fix-box form {
	display: block;
	width: 50%;
	position: relative;
	margin: 0 auto;
	border-bottom: 2px solid #666;
}

.fix-sear .fix-box #key-inp {
	background-color: #fff;
	outline: unset;
	border: unset;
	color: #454545;
	height: 65px;
	line-height: 65px;
	padding-left: 15px;
	display: block;
	width: 75%;
	font-size: 18px;

}

#open_sub {
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 100% 100%;
	display: block;
	float: right;
	background-color: unset;
	top: 25px;
	right: 20px;
	outline: unset;
	border: unset;
}

/*#menu*/






@-webkit-keyframes atop {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}
}

@keyframes atop {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}

	50% {
		opacity: 0.5;
		-moz-opacity: 0.5;
		-webkit-opacity: 0.5;
	}

	100% {
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
	}
}

@-webkit-keyframes l100 {
	0% {
		left: 0
	}

	50% {
		left: 65px
	}

	100% {
		left: 130px
	}
}

@keyframes w100 {
	0% {
		left: 0
	}

	50% {
		left: 65px
	}

	100% {
		left: 130px
	}
}

@-webkit-keyframes w100 {
	0% {
		width: 0%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

@keyframes w100 {
	0% {
		width: 0%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

/*#banner start*/

#banner {
	position: relative;
	z-index: 800;
	height: 45vw;
	width: 100%;
}



#banner .swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	overflow: hidden;
}

#banner .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
	/* display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  color:#fff; */
}



#banner .swiper-slide .slide-inner>div {
	width: 81.25%;
	max-width: 1550px;
	padding: 0 20px;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: left;
	position: absolute;
	top: 25%;
}


/* #banner .swiper-slide .slide-inner .con .tit {
	font-weight:bold;
	font-size: 64.65px;
	letter-spacing: -1px;
} */

#banner .swiper-slide .slide-inner .con .tit font {
	position: relative;
	z-index: 1;
}

#banner .swiper-slide .slide-inner .con .tit font::after {
	content: "";
	display: block;
	height: 15%;
	width: 88%;
	position: absolute;
	left: 0;
	bottom: 7px;
	z-index: -1;
	background-color: #EE1D23;
}


#banner .swiper-slide .slide-inner .con .tit span {
	font-weight: bold;
	font-size: 47px;
	line-height: 65px;
	font-weight: normal;
	text-transform: uppercase;
}

#banner .swiper-slide .slide-inner.ban3 .con .tit span {
	font-size: 38px;
	line-height: 55px;
}

#banner .swiper-slide .slide-inner.ban3 .con .tit span img {
	width: 200px;
}


#banner .swiper-slide .slide-inner .con .tit p {

	font-size: 24.3px;
	line-height: 40px;
	font-weight: normal;
	margin-top: 30px;
}


#banner .swiper-slide .slide-inner.ban3 .con .tit p {
	font-size: 18px;
	line-height: 30px;
}

#banner .swiper-slide .slide-inner .con .des {
	letter-spacing: -1px;
	width: 60%;
	margin-top: 150px;
	min-width: 525px;
}

#banner .swiper-slide .slide-inner.ban3 .con .des {
	margin-top: 100px;
}

#banner .swiper-slide .slide-inner .con .des .list {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	font-size: 19px;
	line-height: 35px;
	background-repeat: no-repeat;
	border-right: 1px solid #fff;

	background-size: 47px auto;
	padding: 0 15px;
	text-align: center;
	width: 25%;
}

#banner .swiper-slide .slide-inner.ban3 .con .des .list {
	height: 100px;
	font-size: 14px;
	line-height: 25px;
	padding: 0 0px;
	width: 180px;
}


#banner .swiper-slide .slide-inner .con .des .list:first-child {
	border-left: 1px solid #fff;
}




#banner .swiper-slide .slide-inner .con * {
	color: #fff;
}

#banner .swiper-button-prev {
	display: none;
}

#banner .swiper-button-next,
#banner .swiper-container-rtl .swiper-button-prev {
	right: 10%;
	background-color: rgba(255, 255, 255, 0.5);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-size: 16px 25px;
}


@media screen and (max-width:1680px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 44.8px;
		line-height: 60px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 22.3px;
		line-height: 35px;
		margin-top: 25px;
	}

	#banner .swiper-slide .slide-inner .con .des {
		margin-top: 120px;
	}
}

@media screen and (max-width:1440px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 36px;
		line-height: 50px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 20px;
		margin-top: 20px;
	}

	#banner .swiper-slide .slide-inner .con .des {
		margin-top: 80px;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .des {
		margin-top: 40px;
	}

	#banner .swiper-slide .slide-inner .con .des .list {
		font-size: 16px;
		line-height: 30px;
		padding: 0 13px;
	}

	#banner .swiper-slide .slide-inner .con .des .list {
		font-size: 14px;
		line-height: 25px;
		padding: 0 0px;
		width: 150px;
	}
}

@media screen and (max-width:1280px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 30px;
		line-height: 40px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 16px;
		margin-top: 20px;
	}

	#banner .swiper-slide .slide-inner .con .des {
		margin-top: 50px;
	}

	#banner .swiper-slide .slide-inner .con .des .list {
		font-size: 14px;
		line-height: 25px;
		height: 70px;
		padding: 0 10px;
		width: 125px;
	}

	#banner .swiper-slide .slide-inner .con .des .list {
		padding: 0 0px;
	}

	#banner .swiper-slide .slide-inner .con .des .list img {
		height: 40px;
	}
}

@media screen and (max-width:1182px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 24px;
		line-height: 35px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 14px;
		line-height: 25px;
		margin-top: 20px;
	}

	#banner .swiper-slide .slide-inner .con .des {
		display: none;
	}

	#banner .swiper-slide .slide-inner>div {
		top: 17%;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .tit p {
		font-size: 14px;
		line-height: 23px;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .tit span img {
		width: 145px;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .tit span {
		font-size: 24px;
		line-height: 50px;
	}
}

@media screen and (max-width:754px) {
	#banner .swiper-slide .slide-inner .con .des {
		display: none;
	}

	#banner .swiper-button-next {
		display: none;
	}
}

@media screen and (max-width:600px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 20px;
		line-height: 30px;
	}

	#banner .swiper-slide .slide-inner .con .tit p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 20px;
	}

	#banner .swiper-slide .slide-inner>div {
		top: 8%;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .tit span {
		font-size: 18px;
		line-height: 30px;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .tit p {
		font-size: 12px;
		line-height: 20px;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .tit span img {
		width: 110px;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .tit span {
		font-size: 18px;
		line-height: 40px;
	}
}

@media screen and (max-width:400px) {
	#banner .swiper-slide .slide-inner .con .tit span {
		font-size: 16px;
		line-height: 23px;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .tit span img {
		width: 80px;
	}

	#banner .swiper-slide .slide-inner.ban3 .con .tit span {
		font-size: 16px;
		line-height: 30px;
	}

}



/*#banner end*/









#yax_solutions {
	position: relative
}

.h5_position {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 900;
	width: 100%;
}

.h5_position .h2_title * {
	color: #fff;
	text-align: left;
	display: block
}

.sulutions_tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 910;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.sulutions_tabs ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


.sulutions_tabs li {
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 0 15px;
	padding-top: 45px;
	padding-bottom: 33px;
	/* border-left: 1px solid rgba(255, 255, 255, 0.1); */
	line-height: 1.6;
}


#yax_solutions.brand .sulutions_tabs li {
	width: 16.6%;
}

.sulutions_tabs li b {
	font-size: 20px;
	font-weight: normal;
	display: block;
}

.sulutions_tabs li p {
	display: block;
	margin-bottom: 25px
}

.sulutions_tabs li span {
	display: block;
	height: 24px;
}

.sulutions_tabs li.active a.url {
	display: inline-block
}

.sulutions_tabs li.active {
	background: #EE1D23;
	border-left-color: #EE1D23;
	border-right-color: #EE1D23;
}

.sulutions_tabs li a {
	color: #fff;
	display: block;
	font-size: 20px;

}

.sulutions_tabs li a.url {
	background: url(../images/icon_vv.png) no-repeat right center;
	display: inline-block;
	padding-right: 20px;
	color: #fff;
	display: none
}

#solutions_carousel .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 901;
	color: #fff;
	padding-top: 9%;
	background-color: rgba(0, 0, 0, 0.3);
}

#yax_solutions .wauto {
	max-width: 1550px;
	width: 81.45%;
	margin: 0 auto
}

#yax_solutions .wauto2 {
	max-width: 1550px;
	width: 81.45%;
}

#solutions_carousel .item {
	line-height: 1.7;
	font-size: 14px;
	overflow: hidden;
}

#solutions_carousel .item b {
	font-size: 38px;
}

#solutions_carousel .item .lit-tit {
	font-size: 15px;
	"arial";
	margin-top: 0px;
}

#solutions_carousel .item .lit-tit::after {
	content: "";
	background-color: #fff;
	width: 50px;
	height: 3px;
	display: block;
	margin: 35px 0 30px;
}

#yax_solutions .big-tit {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 15%;
	z-index: 30;
	width: 100%;
	color: #fff;
}


#yax_solutions .big-tit .w1510 {
	position: relative;
	padding: 0 0px;
}

#yax_solutions .item h1 {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}


#solutions_carousel .item p {
	display: block;
	margin-top: 5px;
	width: 60%;
	font-size: 16px;
	line-height: 25px;

}



/* #yax_solutions .owl-carousel .owl-item img {
	min-width: 800px;
} */


@media screen and (max-width:1440px) {
	#yax_solutions .big-tit {

	}

	#yax_solutions .item h1 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	#solutions_carousel .item p {
		font-size: 14px;
		line-height: 25px;
	}

	.sulutions_tabs li {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.sulutions_tabs li a {
		font-size: 18px;
	}
}

@media screen and (max-width:1280px) {
	#pcb-product .big-tit {
		font-size: 28px;
	}

	#pcb-product .big-des {
		font-size: 13px;
		line-height: 20px;
		margin: 15px 0 26px;
	}

	.sulutions_tabs li a {
		font-size: 16px;
	}
}

@media screen and (max-width:1000px) {
	#yax_solutions {}

	#yax_solutions .big-tit {
		display: block;
		position: relative;
		background: #f6f6f6;
		color: #000;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	#yax_solutions .wauto {
		width: 100%;
	}

	#yax_solutions .wauto2 {
		width: 100%;
	}

	#yax_solutions .item h1,
	#yax_solutions .item p {
		padding: 0 20px;
		width: 100%;
	}

	.sulutions_tabs li {
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 5px;
	}

	.sulutions_tabs li:nth-child(2n-1) {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}


	#yax_solutions.brand .sulutions_tabs li {
		width: 50%;
	}

	.sulutions_tabs li a {
		color: #fff;
		display: block;
		font-size: 15px;
	}

	.sulutions_tabs li b {
		font-size: 16px;
		line-height: 30px;
	}


	#solutions_carousel .item a {
		padding-top: 20px;
		padding-left: 0px;
	}

	.sulutions_tabs {
		position: relative;
		background: rgba(0, 0, 0, 1);
	}
}


@media screen and (max-width:600px) {
	.sulutions_tabs li {
		padding: 5px;
	}

	.sulutions_tabs li a {
		font-size: 13px;
	}

	#solutions_carousel .item b,
	#solutions_carousel .item font {
		font-size: 19px !important;
	}

	#solutions_carousel .item p {
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
		height: 200px;
		overflow: auto;
	}

	#yax_solutions .item h1 {
		font-size: 15px;
		line-height: 20px;
	}

	#solutions_carousel .item p {
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}


	#yax_solutions .owl-carousel .owl-item img {
		height: 350px;
		width: auto;
		margin: 0 auto;
	}
}

/*#solution*/


/*footer*/


footer {
	background: #313131;
	color: #c5c5c5;
}

.footer * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	color: #c5c5c5;
}

.footer {
	padding: 135px 20px 55px;
	max-width: 1550px;
	margin: 0 auto;
	width: 81.25%;
}

.footer .first-tit {

	font-size: 18px;
	color: #fff !important;
	font-weight: bold;
}

.footer .left {
	float: left;
	width: 25%;
	padding-right: 80px;
}

.footer .center {
	float: left;
	width: 17%;
	overflow: hidden;
}

.footer .center.two {
	width: 20%;
}

.footer .center .top .list .b {
	display: inline-block;
	width: 70%;
	float: left;
}

.footer .center .top .list .b.two {
	padding-top: 61px;
	width: auto;
}



.footer .right {
	float: right;
	width: 30%;
}


.footer .left .companyname {
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 23.5px;
	color: #fff;
}


.footer .left .address {
	font-size: 15px;
	line-height: 25px;

	margin-bottom: 15px;
}

.footer .left .pne {
	margin-bottom: 90px;
}

.footer .left .pne a,
.footer .left .pne * {
	color: #fff !important;
}

.footer .left .pne div {
	display: inline-block;
	padding-left: 55px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin-top: 15px;

}

.footer .left .pne div:nth-child(1) {
	background-image: url(/images/pe-p.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #f5f5f5;
}

.footer .left .pne div:nth-child(2) {
	background-image: url(/images/pe-e.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}



.footer .center .top .list {
	float: left;
	width: 100%;
	padding-right: 80px;
}

.footer .center .top .list a {
	display: block;
	font-size: 15px;
	line-height: 35px;
	color: #c5c5c5;

}

.footer .center .top .list a.first-tit {
	margin-bottom: 28px;
	font-weight: bold;
}

.footer .center.two .top .list {
	padding-right: 0px;
}

.footer .center .bottom {
	margin-top: 58px;
}

.footer .center .bottom a {
	width: 50%;
	padding-right: 5%;
	display: block;
	float: left;
}

.footer .right .add-tit {
	font-size: 18px;
	margin-bottom: 44px;
	color: #fff;
	font-weight: bold;
}

.footer .right .add-con {
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;

}

.footer .right .add-con form input#b-keyword {
	height: 45px;
	line-height: 45px;
	width: 70%;
	float: left;
	background-color: unset;
	border: 0;
	outline: unset;
	border: 1px solid #a3a3a3;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	padding-left: 15px;

}

.footer .right .add-con form input#b-sub {
	height: 45px;
	line-height: 45px;
	width: 30%;
	float: left;
	background-color: #fff;
	border: 0;
	outline: unset;
	border: 2px solid #fff;
	font-size: 16px;
	display: inline-block;
	margin-left: -2px;
	text-align: center;

	color: #454545;
}

input#b-sub {
	outline: 0px;
	-webkit-appearance: none;
}

.footer .left:hover *,
.footer .center .top .list a:hover,
.footer .right:hover .add-con {
	color: #fff;
}


#copyright {
	text-align: left;
	line-height: 25px;
	font-size: 14px;
}

inp .icon_box {
	background-image: url(../images/icon_auth.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 238px;
	height: 35px;
	float: right;
	margin-top: 80px;
}

.icon_box a {
	display: block;
	float: left;
	width: 16%;
	height: 100%;
	margin-right: 5%;
	padding: unset !important;
}

.icon_box a:nth-child(5) {
	margin-right: 0;
}

#copyright .copy-con {
	float: right;
	width: 100%;
	font-size: 14px;

}

#copyright a {
	font-size: 14px;
	color: #818181;
	padding-left: 0px;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#copyright a:hover {
	color: #fff;
}


#copyright .copy-con-right {
	float: right;
}

#copyright .copy-con-right a {
	display: inline-block;
	margin-right: 60px;
}

#copyright .copy-con-right a:nth-child(4) {
	margin-right: 0;
}

@media screen and (max-width:1280px) {
	.footer .left .list {
		font-size: 16px;
		line-height: 25px;
	}

	.footer .center .top .list a {
		font-size: 14px;
		line-height: 25px;
	}

	.footer .center .top .list .b.two {
		padding-top: 58px;
		width: auto;
	}

	.footer .first-tit {
		font-size: 16px;
	}

	.footer .right li a {
		line-height: 25px;
		font-size: 16px;
	}
}


@media screen and (max-width:1680px) {}

@media screen and (max-width:1440px) {
	.footer {
		padding: 95px 20px 85px;
	}

	.footer .left {
		padding-right: 40px;
	}

	.footer .left .address {
		font-size: 14px;
		line-height: 23px;
	}

	.footer .left .pne {
		margin-bottom: 50px;
	}

	.footer .left .pne div {
		font-size: 14px;
		padding-left: 40px;
		margin-top: 10px;
	}

	.footer .right .add-tit {
		font-size: 18px;
		margin-bottom: 45px;
	}



}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1182px) {
	.footer .center {
		display: none;
	}

	.footer {
		padding: 30px 20px 30px;
		width: 100%;
	}

	.footer .left .pne {
		margin-bottom: 0px;
	}

	.footer .left .companyname img {
		width: 125px;
	}

	#scrollTop {
		display: none !important;
	}
}

@media screen and (max-width:960px) {
	.footer .left {
		width: 100%;
		padding-right: 0;
	}

	.footer .left .pne div {
		margin-right: 20px;
	}

	.footer .left .pne div {
		font-size: 14px;
		margin-top: 10px;
	}

	.footer .left .pne div:nth-child(1) {
		background-size: 23px;
	}

	.footer .left .pne div:nth-child(2) {
		background-size: 23px;
	}

	.footer .right {
		margin-top: 25px;
	}

	.footer .right .add-tit {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.footer .right {
		width: 100%;
	}

	.icon_box {
		background-image: url(../images/icon_auth.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 200px;
		height: 28px;
		float: left;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	#copyright {
		margin-top: 15px;
	}

	#copyright .copy-con-right {
		display: none;
	}
}

/*footer*/

#scrollTop {
	text-align: center;
	cursor: pointer;
	line-height: 30px;
	z-index: 990;
	padding-top: 5px;
	-moz-border-radius: 50%;
	background: #EE1D23;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 5%;
	bottom: 50px;
	display: none
}

#scrollTop i {
	font-size: 28px;
	color: #fff;
}

div.burger {
	height: 50px;
	width: 25px;
	position: absolute;
	top: -5px;
	right: 20px;
	cursor: pointer;
	z-index: 9999;
	display: none;
}

div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #EE1D23;
	border-radius: 2px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

div.x,
div.y,
div.z {
	height: 2px;
	width: 26px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.y.squize {
	width: 0;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.y {
	top: 18px
}

div.z {
	top: 37px
}

div.open div.x,
div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}






.item a {
	display: block;
	height: 29vw;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background-size: 100% auto;
	color: #fff;
	text-align: left;
}

.item a .con h1 {
	font-size: 70.49px;
	padding: 13vw 0 30px;
}

.item a .con .des {
	font-size: 21.91px;
	color: #eaeaea;
}

.system-service-bg-white-below {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 96px;
	z-index: 1;
	background-size: 100% 100%;
}



.pages {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 35px 0;
}

.pages .a1,
.pages .prev,
.pages .next {
	display: none;
}

/*.pages a,
.pages span {
	padding: 12px 15px;
	margin-top: -3px;
	width: 4%;
	text-align: center;
	display: inline-table;
	color: black;
	transition: all 0.7s;
	box-sizing: border-box;
	background: #f1f1f1;
}

.pages span {
	color: white;
	background: #57144a;
	outline-color: #57144a;
	margin-top: 0px;
	display: inline-table;
}
*/

#menu li .fa {
	display: none;
}


@media screen and (max-width:1750px) {
	#menu li {
		margin-left: 30px;
	}
}


@media screen and (max-width:1700px) {




	#menu li a {
		font-size: 15px;
		/* padding: 0px 5px; */
	}
}

@media screen and (max-width:1680px) {
	#menu li {
		margin-left: 20px;
	}

	#menu li a {
		font-size: 13px;
		/* padding: 0px 5px; */
	}


}




@media screen and (max-width:1440px) {
	.site-header .logo a {
		width: 130px;
		height: 35px;
	}


	.site-header .logo {
		top: 37px;
		width: 130px;
	}

	nav {
		margin-right: 75px;
	}


	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 18px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {

		font-size: 50px;
		margin: 2% 0;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		font-size: 17.5px;
		line-height: 30px;
	}

	#news_index .list {
		height: 455px;
	}

	#news_index .list2 {
		margin-bottom: 20px;
	}


	.footer .center .top .list {
		float: left;
		width: 100%;
		padding-right: 35px;
	}

	.footer .center.two {
		width: 20%;
	}

	.footer .center .top .list a {
		font-size: 14px;
		line-height: 30px;
	}

	.footer .right .add-tit {
		font-size: 14px;
		margin-bottom: 35px;
	}

	.footer .right .add-con form input#b-keyword {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.footer .right .add-con form input#b-sub {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
}



@media screen and (max-width:1280px) {

	#menu li {
		float: left;
		margin-left: 20px;
	}

	#menu li a {
		font-size: 12px;
	}

	#top .search_form {
		margin-top: 26px;
	}

	#top .search_form a {
		font-size: 12px;
	}


	#menu li .sub_menu a {
		line-height: 24px;
		font-size: 13px;
		transition: all 0.3s;
		padding: 2px 15px;
		color: #fff;
	}


	#news_index .list {
		height: 405px;
	}


	#news_index .list .time .day {
		font-size: 25px;
	}

	#news_index .list .time .y-m {
		font-size: 13px;
	}

	#news_index .list>.tit {
		font-size: 15px;
		line-height: 24px;
		margin: 15px 0;
	}

	#news_index .list>.des {
		font-size: 14px;
		line-height: 20px;
	}

	#news_index .list2 .tit {
		font-size: 14px;
	}

	#news_index .list2 .des {
		font-size: 12px;
	}

	#news_index .list2 {
		margin-bottom: 15px;
	}

	#news_index .list2 .tit {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.footer .center.two {
		width: 22%;
	}

}

@media screen and (max-width:1190px) {

	#top .search_form {
		top: -5px;
		right: 60px;
	}

	/* #top .search_form a:nth-child(1),
	#top .search_form a:nth-child(2),
	#top .search_form a:nth-child(3) {
		display: none;
	} */

	.search_form a.bs {
		display: inline-block;
		width: 15px;
	}

	.search_form a.bs img {
		width: 100%;
		display: block;
	}

	.search_form a.sign {
		margin-right: 0px;
		background-color: #EE1D23;
		color: #fff;
		padding: 8px 8px 8px 24px;
		background-image: url(../images/login.png);
		background-repeat: no-repeat;
		background-position: 8px 7px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		font-size: 12px;
	}


	div.burger {
		display: block;
	}

	.site-header {
		width: 100%;
		position: relative;
	}



	.site-header {
		height: 60px;
	}

	#top.scroll .site-header .logo,
	.site-header .logo {
		top: 15px;
		width: 125px;
	}

	.site-header .logo a {
		width: 125px;
		height: 32px;
	}


	#mobile_height {
		height: 60px !important;
		display: block;
	}

	nav {
		z-index: 9998;
		margin-top: 60px;
		right: 0;
		width: 100%;
		top: 0;
		height: 100%;
		position: fixed;
		display: none;
		margin-right: 0;
	}

	#menu {
		background: #EE1D23;
		overflow: auto;
		padding: 20px 0
	}

	#menu li {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		border: 0;
		margin-bottom: 0px;
		line-height: normal;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2)
	}

	#menu li li {
		margin-bottom: 0
	}

	#menu li ul li:last-child {
		border-bottom: 0
	}

	#menu .dropdown {
		width: 100%;
		padding-bottom: 30px
	}

	#menu li>a {
		display: block;
		padding: 0;
		border: 0;
		margin: 0;
		padding: 12px 15px;
		color: #fff;
		position: relative;
		float: none
	}

	#menu li.hasNav>a {
		width: 80%;
	}

	#menu li .fa {
		display: block;
		position: absolute;
		right: 0px;
		top: 13px;
		width: 40px;
		height: 15px;
		color: #fff;
		font-size: 13px;
		align-items: center;
		text-align: center;
		transform: rotateZ(90deg) scale(1, 1.3);
	}

	#menu li .fa.active {
		right: -29px;
		top: -10px;
		height: 55px;
		transform: rotateZ(270deg) scale(1, 1.3);
	}

	#menu li>.sub_menu a {
		padding: 5px 45px;
	}

	#menu li a .fa {
		position: absolute;
		right: 50px;
		top: 15px;
		display: block
	}

	#menu li .sub_menu {
		position: static;
		background: rgba(0, 0, 0, 0.1);
		width: 100%;
		text-align: left
	}

	#menu li ul li a,
	#menu li.selected li a {
		text-align: left;
		color: #fff;
		border: 0
	}

	#menu li ul li {
		border-color: rgba(255, 255, 255, 0.2)
	}

	#menu li a:hover,
	#menu li.selected a {
		color: #fff;
		background: rgba(0, 0, 0, 0.3)
	}

	#menu li a:hover,
	#menu li.selected2 a {
		color: #fff;
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 10px 50px;
		font-size: 16px;
	}

	#menu li a:after,
	#menu li a:hover:after,
	#menu li.selected a:after {
		display: none
	}

	#menu li ul li a:hover {
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
		color: #fff
	}

	#menu li {
		position: relative
	}

	#menu li * {
		float: none
	}

	#menu li .sub_menu {
		float: left;
		padding: 0
	}

	#menu li ul li {
		padding: 0 0px;
		float: none
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 15px 50px;
		display: block;
		font-size: 13px;
		padding-left: 43px;
	}

	#menu li ul li a:before,
	#menu li.selected li a:before {
		display: none
	}


	#top.scroll .site-header nav #menu ul li>a {
		color: #fff;
	}

	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-header .logo {
		left: 20px;
	}

	div.burger {
		right: 20px
	}

	#top.scroll .language {
		right: 70px;
	}

	#banner .owl-dots {
		bottom: 15px;
	}


	.footer .left {
		width: 325px;
	}

}

@media screen and (max-width: 960px) {

	.footer .left {
		width: 100%;
		padding-right: 0;
	}
}



/* @media screen and (max-width:1150px) {
	nav {
		margin-left: 130px;
	}
	#top .search_form {
	    margin-top: 24px;
	}
}

@media screen and (max-width:1100px) {
	nav {
		margin-left: 120px;
	}
	#menu li{
		margin-right: 5px;
	}
	#menu li a {
	    font-size: 14px;
	}
} */

@media screen and (max-width:1000px) {



	#banner .swiper-pagination-bullets {
		bottom: 10%;
		width: 100%;
	}


	.w1510 {
		width: 100%;
	}



	#banner .swiper-pagination-bullets {
		bottom: 5%;
	}

	/* #banner .swiper-button-next,
	#banner .swiper-container-rtl .swiper-button-prev {
		display: none;
	} */

	#banner .swiper-slide .slide-inner div {
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con {
		bottom: 14%;
		width: 100%;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 14px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-size: 34px;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		font-size: 13.5px;
		line-height: 25px;
	}


	#news_index .list {
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		background-color: #f5f5f5;
		position: relative;
		height: auto;
	}

	#news_index .list:nth-child(2) {
		margin-right: 0;
	}

	#news_index .list:nth-child(3) {
		width: 100%;
	}

	#news_index {
		padding: 25px 0 35px;
	}

	#news_index .list>.url {
		display: none;
	}

}



@media screen and (max-width:900px) {}



/*  */


@media screen and (max-width:700px) {



	#news_index .list {
		width: 100%;
	}

	#news_index .list>.tit {
		height: auto;
		font-size: 15px;
	}


	#news_index .list>.des {
		font-size: 13px;
		line-height: 23px;
		min-height: auto;
	}

	#news_index .list>.url {
		font-size: 20px;
		letter-spacing: 0.5px;
		width: 100%;
		padding: 10px 25px;
		padding-bottom: 15px;
		position: unset;
		bottom: 0;
		right: 0;
		color: #616161;
	}


	#news_index .list2 {
		display: block;
	}

	#news_index .list:nth-child(3) {
		padding: 0 0;
	}


	#news_index .list2 .tit {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	#news_index .list2 .des {
		font-size: 12px;
	}

	#news_index .bottom {
		margin-top: 20px;
	}


}

@media screen and (max-width:670px) {}



@media screen and (max-width:600px) {
	.footer li.contact {
		padding-right: 0
	}


	#banner {
		height: 53.9vw;
	}

	#banner .swiper-slide .slide-inner div .con .cate {
		font-size: 12px;
	}

	#banner .swiper-slide .slide-inner div .con .tit {
		font-size: 20px;
	}

	#banner .swiper-slide .slide-inner div .con .des {
		display: none;
	}





}




.all_album {
	display: block;
	text-align: center;
	padding-top: 25px;
	max-width: 1000px;
	margin: 0 auto;
}

.all_album p {
	display: block;
	padding: 10px 0;
}

.all_album a {
	font-size: 18px;
}

.all_album a.on {
	color: #4e8880
}

#kefu_online {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -120px;
	z-index: 9999
}

#kefu_online * {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

#kefu_online p {
	display: block;
	width: 50px;
	height: 60px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	padding: 5px 0
}

#kefu_online p a {
	display: block;
	height: 50px;
	color: #fff;
	font-size: 25px;
	background: #EE1D23;
	position: relative;
}

#kefu_online p a img {
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 550px;
	top: 0;
	border: 1px solid #069fc9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#kefu_online p a:hover img {
	left: -150px;
}

#kefu_online p a:hover {
	background: #069fc9
}



/*新首页*/

#pro-index {
	background-color: #f6f6f6;
	padding: 100px 0;
}

.h2_title {
	font-size: 38px;
	margin-bottom: 25px;
	line-height: 45px;
	position: relative;
	font-weight: bold;
}

#pro-index .h2_title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.h2_title .a-box {
	position: absolute;
	right: 0;
	bottom: 5px;
	height: 75px;
	line-height: 45px;
}

.h2_title a {
	font-size: 20px;
	line-height: 45px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.h2_title a:hover {
	color: #EE1D23;
}

#pro-index .pro-box .left {
	width: 49%;
	float: left;
}

#pro-index .pro-box .left .pimg {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#pro-index .pro-box .left .pimg .con {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 15px 35px 40px;
	padding-bottom: 30px;
	background-color: rgba(25, 82, 163, 0.7);

}

#pro-index .pro-box .pimg .con .s-tit {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

#pro-index .pro-box .pimg .con .b-tit {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 555;
}

/* #pro-index .pro-box .right:nth-child(2) .pimg:nth-child(2) .con .b-tit {
	color: #000;
} */

/* #pro-index .pro-box .left .pimg .con .s-tit {
	margin-bottom: 15px;
}

#pro-index .pro-box .right .pimg .con .b-tit {
	margin-bottom: 15px;
} */

#pro-index .pro-box .right {
	width: 49%;
	float: right;
}


#pro-index .pro-box .right .pimg {
	width: 100%;
	display: block;
	position: relative;
}

#pro-index .pro-box .right .pimg:nth-child(1) {
	margin-bottom: 4%;
}

#pro-index .pro-box .right .pimg:nth-child(2) {
	background-color: #fff;
}

#pro-index .pro-box .pimg .img img {
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#pro-index .pro-box .pimg:hover .img img {
	transform: scale(1.1);
}

#pro-index .pro-box .right .pimg .con {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#pro-index .pro-box .right .pimg:hover .con{
	background-color: rgba(0,0,0,0.5);
}


#pro-index .pro-box .right .pimg .con::after {
	content: "";
	display: none;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 5px;
	background-color: red;
	z-index: 222;
}

/* #pro-index .pro-box .right .pimg:nth-child(2) .con .s-tit,
#pro-index .pro-box .right .pimg:nth-child(2) .con .b-tit {
	color: #000;
} */




@media screen and (max-width:1680px) {
	#pro-index .pro-box .pimg .con .s-tit {
		font-size: 16px;
		line-height: 28px;
	}

	#pro-index .pro-box .pimg .con .b-tit {
		font-size: 22px;
		line-height: 30px;
	}

	.h2_title {
		font-size: 38px;
		margin-bottom: 50px;
		line-height: 40px;
	}
}

@media screen and (max-width:1440px) {
	#pro-index .pro-box .pimg .con .s-tit {
		font-size: 14px;
		line-height: 25px;
	}

	#pro-index .pro-box .pimg .con .b-tit {
		font-size: 20px;
		line-height: 30px;
	}

	.h2_title {
		font-size: 32px;
		margin-bottom: 45px;
		line-height: 40px;
	}
}

@media screen and (max-width:1330px) {
	#pro-index .pro-box .pimg .con .s-tit {
		font-size: 13px;
		line-height: 22px;
	}

	#pro-index .pro-box .pimg .con .b-tit {
		font-size: 18px;
		line-height: 25px;
	}

	.h2_title {
		font-size: 28px;
		margin-bottom: 40px;
		line-height: 35px;
	}
}

@media screen and (max-width:1182px) {
	#pro-index {
		padding: 30px 0;
	}

	.h2_title {
		font-size: 24px;
		margin-bottom: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width:900px) {

	#pro-index .pro-box .left,
	#pro-index .pro-box .right {
		width: 100%;
	}
}

@media screen and (max-width:600px) {
	.h2_title {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 30px;
	}

	#pro-index .pro-box .left .pimg .con {
		width: 100%;
		padding: 11% 5% 0%;
		bottom: 0;
		left: 0;
		right: auto;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.3);
	}

	#pro-index .pro-box .left {
		margin-bottom: 4%;
		height: 150px;
	}

	#pro-index .pro-box .pimg .con .s-tit {
		font-size: 12px;
		line-height: 20px;
	}

	#pro-index .pro-box .left .pimg .con .s-tit {
		margin-bottom: 4px;
	}

	#pro-index .pro-box .pimg .con .b-tit {
		font-size: 12px;
		line-height: 18px;
	}


	#pro-index .pro-box .right .pimg .con {
		position: absolute;
		bottom: auto;
		top: 35px;
		left: 4%;
		width: 150px;
	}


	#pro-index .pro-box .right .pimg .con .b-tit {
		margin-bottom: 4px;
	}

	#about-index .bottom .img-url::after {
		background-size: 50px !important;
	}

	.footer .left .address {
		font-size: 13px;
		line-height: 20px;
	}

	.footer .right .add-con form input#b-keyword {
		font-size: 13px;
		padding-left: 8px;
	}

	.footer .right .add-con form input#b-sub {
		font-size: 13px;
	}
}

@media screen and (max-width:400px) {

	.h2_title {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 25px;
	}


	#pro-index .pro-box .pimg .con .s-tit {
		display: none;
	}
}


/*pro-index end*/

#pro-index-list .list-box {
	padding: 100px 0 0;
}

#pro-index-list .list-box a {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

#pro-index-list .list-box a:hover {
	box-shadow: 0 0 8px 3px #eee;
}

#pro-index-list .list-box a:nth-child(4) {
	margin-right: 0;
}

#pro-index-list .list-box a .img {
	display: flex;
	justify-content: center;
	align-items: center;
}

#pro-index-list .list-box a img {
	max-width: 100%;
	max-height: 100%;
}

#pro-index-list .list-box a .tit {
	padding: 0 15%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;

	display: flex;
	justify-content: center;
	align-items: center;
}

#pro-index-list .p-url {
	display: block;
	width: 180px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background-color: #EE1D23;

	margin: 0 auto;
	margin-top: 30px;
}

#pro-index-list .pi-left {
	float: left;
	width: 20%;
	padding: 100px 0 0;
}

#pro-index-list .pi-right {
	float: right;
	width: 78%;
}

#pro-index-list .pi-left .cate-box:first-child {
	border-top: 1px solid #aaa;
	padding-top: 10px;
}

#pro-index-list .pi-left .cate-box>a {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 34px;
	font-weight: bold;
	color: #616161;
	letter-spacing: -1.1px;
}

#pro-index-list .pi-left .cate-box>a.active,
#pro-index-list .pi-left .cate-box>a:hover {
	color: #EE1D23;
}

#pro-index-list .pi-left .cate-sbox {
	padding: 10px 0 0px;
	display: none;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#pro-index-list .pi-left .cate-sbox.active {
	display: block;
}

#pro-index-list .pi-left .cate-sbox>a {
	display: block;
	font-size: 14px;
	line-height: 21px;

	color: #9a9a9a;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#pro-index-list .pi-left .cate-sbox>a:hover {
	color: #EE1D23;
}

@media screen and (max-width:1680px) {
	#pro-index-list .pi-left {
		height: 480px;
	}

	#pro-index-list .pi-left .cate-box>a {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 25px;
	}

	#pro-index-list .pi-left .cate-sbox {
		padding: 10px 0 0px;
	}

	#pro-index-list .pi-left .cate-sbox>a {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#pro-index-list .list-box a .img {
		height: 220px;
	}

	#pro-index-list .list-box a img {
		max-width: 100%;
		max-height: 100%;
	}

	#pro-index-list .list-box a .tit {
		padding: 0 10%;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 25px;
	}
}

@media screen and (max-width:1440px) {
	#pro-index-list .list-box a .img {
		height: 200px;
	}

	#pro-index-list .list-box a img {
		max-width: 100%;
		max-height: 100%;
	}

	#pro-index-list .list-box a .tit {
		padding: 0 5%;
		box-sizing: border-box;
		font-size: 15px;
		line-height: 25px;
	}
}

@media screen and (max-width:1280px) {
	#pro-index-list .pi-left {
		height: 320px;
	}

	#pro-index-list .pi-left .cate-box>a {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	#pro-index-list .pi-left .cate-sbox {
		padding: 5px 0 0px;
	}

	#pro-index-list .pi-left .cate-sbox>a {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#pro-index-list .list-box a .img {
		height: 190px;
	}

	#pro-index-list .list-box a img {
		max-width: 100%;
		max-height: 100%;
	}

	#pro-index-list .list-box a .tit {
		padding: 0 5%;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 20px;
	}

	#pro-index-list .p-url {
		display: block;
		width: 160px;
		color: #fff;
		font-size: 14px;
	}
}

@media screen and (max-width:1182px) {

	#pro-index-list .pi-left {
		padding: 30px 0 0;
	}

	#pro-index-list .list-box {
		padding: 30px 0 0;
	}
}

@media screen and (max-width:900px) {
	#pro-index-list .pi-left {
		display: none;
	}

	#pro-index-list .pi-right {
		width: 100%;
	}

	#pro-index-list .list-box a img {
		max-width: 100%;
		max-height: 100%;
	}

	#pro-index-list .p-url {
		width: 160px;
		font-size: 14px;
		margin-top: 20px;
		height: 35px;
		line-height: 35px;
	}
}

@media screen and (max-width:600px) {
	#pro-index-list .list-box a {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	#pro-index-list .list-box a:nth-child(2n) {
		margin-right: 0%;
	}

	#pro-index-list .list-box a .tit {
		font-size: 13px;
		height: 30px;
		overflow: hidden;
	}

	#pro-index-list .list-box a .img {
		height: 120px;
	}

	#pro-index-list .p-url {
		width: 125px;
		font-size: 13px;
	}
}

@media screen and (max-width:400px) {}

/*pro-index-list end*/


/*adv-index*/

#adv-top {
	padding: 100px 0;
}

#adv-top .h2_title {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 45px;
}

.adv-box {
	position: relative;
}

.adv-box .adv-list-img {
	margin: 0 auto;
}

#adv-top .adv-list-img a {
	/* width: 33.333333%; */
	display: block;
	position: relative;
	overflow: hidden;
}

#adv-top .adv-list-img a img {
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#adv-top .adv-list-img .url img {
	width: auto;
	display: unset;
}

#adv-top .adv-list-img a .flex-play {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
}

#adv-top .adv-list-img a .flex-play img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
}

#adv-top .adv-list-img a:hover img {
	transform: scale(1.1);
}

#adv-top .adv-list-img a .flex-play {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
}

#adv-top .adv-list-img a .flex-play img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
}

#adv-top .adv-list-img a:hover .flex-play {
	opacity: 1;
}

#adv-top .top {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	overflow: unset;
	padding: 20px 30px;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#adv-top .top .tit {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 0px !important;
	color: #fff;
}

#adv-top .top .des {
	font-size: 16px;
	line-height: 22px;
	height: auto !important;
	margin-bottom: 0px !important;
}

#adv-top .top .url {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: none;
}

.adv-box .swiper-button-prev,
.adv-box .swiper-button-next {
	top: 100%;
}

.adv-box .swiper-button-prev,
.adv-box .swiper-container-rtl .swiper-button-next {
	left: 48%;
}

.adv-box .swiper-button-next,
.adv-box .swiper-container-rtl .swiper-button-prev {
	right: 48%;
}

.adv-box .swiper-button-prev.swiper-button-white,
.adv-box .swiper-container-rtl .swiper-button-next.swiper-button-white,
.adv-box .swiper-button-next.swiper-button-white,
.adv-box .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-size: 13px;
}

.adv-box .w1510 {
	overflow: hidden;
}

.adv-box .swiper-container {
	width: 81.45%;
	max-width: 1510px;
}

.adv-list-img .swiper-pagination {
	left: 0;
	right: 0;
	margin-top: 20px;
}

.adv-list-img .swiper-pagination span {
	margin: 0 2px;
}

/* .adv-list-img a>.top:before {
	content: "";
	width: 83px;
	height: 83px;
	position: absolute;
	z-index: 30;
	top: -33px;
	left: 62px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.adv-list-img a.a1>.top:before {
	background-image: url(/images/avs1.png);
}

.adv-list-img a.a2>.top:before {
	background-image: url(/images/avs2.png);
}

.adv-list-img a.a3>.top:before {
	background-image: url(/images/avs3.png);
}

.adv-list-img a.a4>.top:before {
	background-image: url(/images/avs4.jpg);
}

.adv-list-img a.a5>.top:before {
	background-image: url(/images/avs5.jpg);
}

.adv-list-img a.a6>.top:before {
	background-image: url(/images/avs6.jpg);
} */

@-webkit-keyframes img-top {
	0% {
		bottom: 63px;
	}

	50% {
		bottom: 78px;
	}

	to {
		bottom: 63px;
	}
}

@media screen and (max-width:1680px) {
	#adv-top .top {
		padding: 75px 60px 70px;
	}

	#adv-top .top .tit {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 25px;
	}

	#adv-top .top .des {
		font-size: 15px;
		line-height: 21px;
		height: 63px;
		margin-bottom: 45px;
	}

	#adv-top .top .url {
		font-size: 13px;
	}
}

@media screen and (max-width:1440px) {
	#adv-top .top {
		padding: 60px 40px 55px;
	}

	#adv-top .top .tit {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 25px;
	}

	#adv-top .top .des {
		font-size: 15px;
		line-height: 21px;
		height: 63px;
		margin-bottom: 45px;
	}

	.adv-list-img a>.top:before {
		width: 65px;
		height: 65px;
		top: -33px;
		left: 40px;
	}
}

@media screen and (max-width:1280px) {
	#adv-top .top {
		padding: 20px 20px 20px;
	}

	#adv-top .top .tit {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 22px;
	}

	#adv-top .top .des {
		font-size: 14px;
		line-height: 20px;
		height: 55px;
		margin-bottom: 35px;
	}

	.adv-list-img a>.top:before {
		width: 55px;
		height: 55px;
		top: -33px;
		left: 30px;
	}
}

@media screen and (max-width:1182px) {
	#adv-top {
		padding: 30px 0;
		margin-top: 30px;
	}

	.adv-list-img .swiper-pagination {
		margin-top: 8px;
	}

	.adv-box .adv-list-img {
		padding: 0 20px;
	}

	.adv-box .swiper-container {
		width: 100%;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:600px) {
	#adv-top .top {
		padding: 35px 20px 30px;
	}

	#adv-top .top .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}

	#adv-top .top .des {
		font-size: 13px;
		line-height: 20px;
		height: auto;
		margin-bottom: 15px;
	}

	.adv-list-img a>.top:before {
		width: 45px;
		height: 45px;
		top: -23px;
		left: 20px;
	}
}

@media screen and (max-width:400px) {}

/*adv-index end*/


#about-index {
	padding: 120px 0;
	position: relative;
	background-image: url(/images/about-back.png);
	background-size: 65% auto;
	background-repeat: no-repeat;
	background-position: 55% 80%;
	z-index: 0;
}

#about-index .h2_title {
	margin-bottom: 45px;
}

#about-index .top-box>img {
	float: left;
	width: 385px;
	height: 485px;
}

#about-index .top-box .top-con {
	float: right;
	width: 65%;
	position: relative;
}

#about-index .h2_title {
	text-align: center;
}

#about-index .h2_des {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	width: 70%;

	margin: 0 auto;
	margin-bottom: 83px;
}

.orange {
	color: #EE1D23;
}

#about-index .bottom .num-box {
	float: right;
	width: 40%;
	padding-top: 5%;
}

#about-index .bottom .num-box .list {
	float: left;
	width: 50%;
	padding-top: 80px;
}

#about-index .bottom .num-box .list:nth-child(1),
#about-index .bottom .num-box .list:nth-child(2) {
	padding-top: 0;
}

#about-index .bottom .num-box .list .b {
	font-size: 65px;

	color: #EE1D23;
}

#about-index .bottom .num-box .list .s sup {
	font-size: 16px;
	color: #EE1D23;
}

#about-index .bottom .num-box .list p {
	font-size: 16px;
	margin-top: 15px;

	font-weight: bold;
	text-transform: uppercase;
}

#about-index .bottom .img-url {
	display: block;
	float: left;
	width: 45%;
	position: relative;
}

#about-index .bottom .img-url>img {
	display: block;
	width: 100%;
}

/* #about-index .bottom .img-url::after {
			    content: "";
			    background-image: url(/images/play.png);
			    background-repeat: no-repeat;
			    background-size: auto;
			    background-position: center;
			    position: absolute;
			    z-index: 1;
			    width: 100%;
			    height: 100%;
			    left: 0;
			    top: 0;
			} */
#about-index .bottom .right {
	float: right;
	width: 50%;
	font-size: 20px;
	line-height: 35px;
}

#about-index .bottom .right a {
	display: block;
	margin-top: 45px;
	padding: 10px 15px;
	background-color: #EE1D23;
	color: #fff;
	width: 160px;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 1680px) {

	#about-index .h2_des {
		font-size: 18px;
		line-height: 27px;
		width: 85%;
		margin-bottom: 83px;
	}

	#about-index .bottom .num-box .list .b {
		font-size: 52px;
	}

	#about-index .bottom .num-box .list p {
		font-size: 14px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 1440px) {
	#about-index {
		padding: 80px 0;
	}

	#about-index .h2_des {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 60px;
	}

	#about-index .bottom .num-box .list .b {
		font-size: 43px;
	}
}

@media screen and (max-width: 1280px) {

	#about-index .h2_des {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 50px;
	}

	#about-index .bottom .num-box .list .b {
		font-size: 36px;
	}

	#about-index .bottom .num-box .list p {
		font-size: 12px;
	}
}

@media screen and (max-width: 1182px) {
	#about-index {
		padding: 30px 0;
	}

	#about-index .h2_des {
		margin-bottom: 15px;
	}

	#about-index .bottom .num-box .list {
		float: left;
		width: 50%;
		padding-top: 20px;
	}
}

@media screen and (max-width: 900px) {
	#about-index .bottom .img-url {
		width: 100%;
	}

#about-index .bottom .right {padding-top:25px;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}


	#about-index .bottom .num-box {
		width: 100%;
		padding-top: 0;
	}

	#about-index .bottom .num-box .list:nth-child(1),
	#about-index .bottom .num-box .list:nth-child(2) {
		padding-top: 20px;
	}

	#about-index .bottom .num-box .list {
		padding-top: 20px;
	}

	#about-index .bottom .num-box .list .b {
		font-size: 28px;
	}

	#about-index .h2_des {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#about-index .bottom .num-box .list .b {
		font-size: 22px;
	}
}

/*about-index end*/






#news-index {
	padding: 115px 0;
	background-color: #f6f6f6;
}

#news-index .h2_title {
	text-align: center;
	margin-bottom: 45px;
}

#news-index .news-box .left {
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative;
	height: 660.5px;
	background-color: #fff;
}

#news-index .news-box .swi-list .img img {
	display: block;
	width: 100%;
}

#news-index .news-box .swi-list .con {
	padding: 100px 36px 65px;
	position: relative;
	background-color: #fff;
}

#news-index .news-box .swi-list .con .time {
	width: 83px;
	height: 83px;
	position: absolute;
	z-index: 30;
	top: -22px;
	left: 37px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #EE1D23;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#news-index .news-box .swi-list .con .time .d {
	font-size: 43px;
	margin-top: 5px;
}

#news-index .news-box .swi-list .con .time .y-m {
	transform: scale(0.9, 1);
}

#news-index .news-box .swi-list .con .cate {
	font-size: 14px;
	color: #EE1D23;

	margin-bottom: 10px;
	text-transform: uppercase;
}

#news-index .news-box .swi-list .con .cate span {
	text-align: left;
	font-weight: bold;
}

#news-index .news-box .swi-list .con .cate font {
	text-align: right;
	position: absolute;
	right: 45px;
	font-size: 18px;
}

#news-index .news-box .swi-list .con .tit {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}

#news-index .news-box .swi-list .con .des {
	font-size: 16px;
	line-height: 25px;
	height: 80px;

	color: #565656;
}

#news-index .news-box .right {
	padding: 75px 10px 40px;
	background-color: #fff;
	float: right;
	width: 32%;
	position: relative;
	height: 660.5px;
}

#news-index .news-box .right::after {
	content: "半导体知识";
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 160px;
	background-color: #EE1D23;
	padding: 15px 5px;
	text-align: center;
	left: 0;
	top: 0;
}

#news-index .news-box .right a {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1.5px solid #cecece;
}

#news-index .news-box .right a:nth-child(4) {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

#news-index .news-box .right a .con {
	float: left;
	width: 100%;
}

#news-index .news-box .right a .con .tit {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

#news-index .news-box .right a .con .time {
	font-size: 13px;
	margin: 10px 0;

	color: #EE1D23;
}

#news-index .news-box .right a .con .des {
	font-size: 14px;
	line-height: 23px;

	color: #565656;
}




@media screen and (max-width:1680px) {
	#news-index .news-box .swi-list .con {
		padding: 75px 36px 60px;
	}

	#news-index .news-box .swi-list .con .time {
		width: 70px;
		height: 70px;
		top: -17px;
		left: 37px;
		font-size: 16px;
	}

	#news-index .news-box .swi-list .con .time .d {
		font-size: 40px;
		margin-top: 5px;
	}

	#news-index .news-box .swi-list .con .tit {
		font-size: 20px;
		line-height: 26px;
	}

	#news-index .news-box .swi-list .con .des {
		font-size: 14px;
		line-height: 24px;
		height: 80px;
	}

	#news-index .news-box .left,
	#news-index .news-box .right {
		height: 580px;
		overflow: hidden;
	}

	#news-index .news-box .right {
		padding: 65px 20px 35px;
		height: 580px;
	}

	#news-index .news-box .right a .con .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#news-index .news-box .right a .con .time {
		font-size: 13px;
		margin: 5px 0;
	}

	#news-index .news-box .right a .con .des {
		font-size: 13px;
		line-height: 20px;
	}
}

@media screen and (max-width:1440px) {
	#news-index {
		padding: 85px 0;
	}

	#news-index .news-box .swi-list .con {
		padding: 65px 25px 45px;
	}

	#news-index .news-box .swi-list .con .time {
		width: 60px;
		height: 60px;
		top: -15px;
		left: 25px;
		font-size: 14px;
	}

	#news-index .news-box .swi-list .con .time .d {
		font-size: 34px;
		margin-top: 5px;
	}

	#news-index .news-box .swi-list .con .tit {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	#news-index .news-box .swi-list .con .des {
		font-size: 13px;
		line-height: 22px;
		height: 80px;
	}

	#news-index .news-box .left,
	#news-index .news-box .right {
		height: 540px;
		overflow: hidden;
	}

	#news-index .news-box .right {
		padding: 55px 10px 30px;
		height: 540px;
	}

	#news-index .news-box .right::after {
		font-size: 16px;
		width: 130px;
		padding: 10px 5px;
	}

	#news-index .news-box .right a {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	#news-index .news-box .right a .con .tit {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	#news-index .news-box .right a .con .time {
		font-size: 12px;
		margin: 5px 0;
	}

	#news-index .news-box .right a .con .des {
		font-size: 12px;
		line-height: 20px;
	}
}

@media screen and (max-width:1280px) {

	#news-index .news-box .left,
	#news-index .news-box .right {
		height: 520px;
		overflow: hidden;
	}

	#news-index .news-box .right {
		height: 520px;
	}

	#news-index .news-box .right a {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	#news-index .news-box .right a .con .tit {
		font-size: 14px;
	}

	#news-index .news-box .swi-list .con .tit {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#news-index .news-box .swi-list .con .des {
		font-size: 12px;
		line-height: 20px;
		height: 80px;
	}
}

@media screen and (max-width:1182px) {
	#news-index .w1510 {
		width: 100%;
	}

	#news-index {
		padding: 30px 0;
	}
}

@media screen and (max-width:950px) {

	#news-index .news-box .left,
	#news-index .news-box .right {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	#news-index .news-box .left:nth-child(1) {
		margin-top: 0;
	}

	#news-index .news-box .swi-list .con .des {
		height: auto;
	}

	#news-index .news-box .swi-list .con {
		padding: 45px 15px 20px;
	}

	#news-index .news-box .swi-list .con .time {
		width: 50px;
		height: 50px;
		top: -18px;
		left: 15px;
		font-size: 12px;
	}

	#news-index .news-box .swi-list .con .time .d {
		font-size: 28px;
		margin-top: 5px;
	}
}

@media screen and (max-width:600px) {}

/*news-index end*/




#part-about {
	padding: 120px 0;
	background-color: #f6f6f6;
}

#part-about .h2_title {
	text-align: center;
}

#part-about .part-box .list {}

#part-about .part-box .list:first-child {
	border-top: 0;
}

#part-about .part-box .list .l-box {
	float: left;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 20%;
}

#part-about .part-box .list .l-box img {
	max-width: 75%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#part-about .part-box .list .l-box img:hover {
	transform: scale(1.05);
}


.h2_s_title {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #EE1D23;
}

#team-adv {
	padding: 100px 0;
}

#team-adv .box {
	margin-top: 45px;
}

#team-adv .list {
	float: left;
	width: 32%;
	height: 140px;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 30px 46px;
	padding-left: 115px;
	background-color: #f7f7f7;
	background-position: 38px 30px;
	background-size: auto 50px;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in;
}

#team-adv .box .list:nth-child(3n) {
	margin-right: 0;
}

#team-adv .list .h2_s_title {
	margin-top: 0;
	margin-bottom: 5px;
}

#team-adv .list .txt {
	font-size: 16px;
	line-height: 22px;
	color: #5f5f5f;
}

#team-adv .list:hover * {
	color: #fff;
}

#team-adv .list:hover {
	background-color: #EE1D23;
}

#team-adv .list:nth-child(1) {
	background-image: url(/images/w1.png);
}

#team-adv .list:nth-child(2) {
	background-image: url(/images/w2.png);
}

#team-adv .list:nth-child(3) {
	background-image: url(/images/w3.png);
}

#team-adv .list:nth-child(4) {
	background-image: url(/images/w4.png);
}

#team-adv .list:nth-child(5) {
	background-image: url(/images/w5.png);
}

#team-adv .list:nth-child(6) {
	background-image: url(/images/w6.png);
}

#team-adv .list:nth-child(1):hover {
	background-image: url(/images/w11.png);
}

#team-adv .list:nth-child(2):hover {
	background-image: url(/images/w22.png);
}

#team-adv .list:nth-child(3):hover {
	background-image: url(/images/w33.png);
}

#team-adv .list:nth-child(4):hover {
	background-image: url(/images/w44.png);
}

#team-adv .list:nth-child(5):hover {
	background-image: url(/images/w55.png);
}

#team-adv .list:nth-child(6):hover {
	background-image: url(/images/w66.png);
}



@media screen and (max-width: 1680px) {


	#team-adv .list {
		padding: 20px 35px;
		background-position: 35px 35px;
		background-size: auto 45px;
		padding-left: 105px;
		height: 135px;
	}

	#team-adv .list .h2_s_title {
		font-size: 14px;
		line-height: 20px;
	}

	#team-adv .list .txt {
		font-size: 14px;
		line-height: 20px;
	}
}


@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1182px) {

	#team-adv {
		padding: 30px 0;
	}

	#team-adv .list {
		padding: 15px 20px;
		background-position: 20px 20px;
		background-size: auto 35px;
		padding-left: 70px;
	}
}

@media screen and (max-width: 1000px) {
	#team-adv .list {
		width: 49%;
		padding: 15px 20px;
		background-position: 15px 25px;
		background-size: auto 30px;
		padding-left: 70px;
		height: 100px;
	}

	#team-adv .box .list:nth-child(3n) {
		margin-right: 2%;
	}


	#team-adv .box .list:nth-child(2n) {
		margin-right: 0%;
	}

	#team-adv .list .txt {
		font-size: 12px;
		height: 30px;
	}
}




@media screen and (max-width: 700px) {


	#team-adv .list {
		width: 100%;
		height: auto;
	}

	#team-adv .list .txt {
		height: auto;
	}

}





@media screen and (max-width:1880px) {

	#page-about .a-r .num>div {
		margin-right: 8% !important;
	}
}

@media screen and (max-width:1680px) {
	#page-about .a-r .tit {
		font-size: 28px;
	}

	#page-about .a-r .des {
		font-size: 14px;
		line-height: 25px;
		margin: 35px 0 35px;
	}

	#page-about .a-r .num>div {
		margin-right: 5% !important;
	}

	#page-about .a-r .num>div .tit {
		font-size: 36px;
	}

	#page-about .a-r .num>div p {
		font-size: 13px;
	}
}

@media screen and (max-width:1440px) {
	#page-about .a-r .tit {
		font-size: 26px;
	}

	#page-about .a-r .des {
		font-size: 13.5px;
		line-height: 25px;
		margin: 30px 0 30px;
	}

	#page-about .a-r .num>div {
		margin-right: 2% !important;
	}

	#page-about .a-r .num>div .tit {
		font-size: 28px;
	}

	#page-about .a-r .num>div p {
		font-size: 12px;
		width: 80%;
	}
}

@media screen and (max-width:1280px) {
	#page-about .a-r {
		padding-top: 25px;
	}

	#page-about .a-r .tit {
		font-size: 22px;
	}

	#page-about .a-r .des {
		font-size: 13px;
		line-height: 21px;
		margin: 20px 0 20px;
	}

	#page-about .a-r .num>div .tit {
		font-size: 22px;
	}

	#page-about .a-r .num>div p {
		width: 80%;
	}
}

@media screen and (max-width:1182px) {
	#page-about .a-r .num>div {
		width: 25%;
	}

	#page-about {
		padding: 0 0 30px;
	}

	#part-about {
		padding: 30px 0 15px;
	}

	#part-about .part-box .list .l-box {
		height: 100px;
	}

	#part-about .part-box .list .l-box img {
		max-width: 90%;
	}
}

@media screen and (max-width:900px) {
	#page-about .a-l {
		width: 100%;
		margin-bottom: 15px;
	}

	#page-about .a-r {
		width: 100%;
	}

	#page-about .a-r .des {
		margin: 15px 0;
	}

	#page-about .a-r .num>div {
		width: 45%;
		margin-top: 15px;
		height: 50px;
	}

	#page-about .a-r .num>div.clear {
		height: unset;
		width: unset;
		margin-top: unset;
	}

}

@media screen and (max-width:600px) {

	#part-about .part-box .h2_title.page {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	#part-about .part-box .list .l-box {
		height: 50px;
	}
}