* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

input,
button {
	outline: none;
}

img {
	vertical-align: top;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

@font-face {
	font-family: fm;
	src: url('../font/FuturaBT Medium.ttf');
}

@font-face {
	font-family: heavy;
	src: url('../font/FuturaBT-Heavy.otf');
}

@font-face {
	font-family: lt;
	src: url('../font/Futura LT Book.otf');
}

/* index top */
.index_top {
	background-color: #fff;
}

.index_top .content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 30px 0;
}

.index_top.active {
	position: fixed;
	left: 0;
	z-index: 999;
	width: 100%;
}

.index_top.active .content {
	padding: 15px 0;
}

.index_top .logo {
	float: left;
}

.index_top .lan {
	float: right;
	position: relative;
	margin-left: 50px;
	margin-top: 5px;
}

.index_top .lan .dropdown {
	padding-left: 27px;
	background: url(../img/lan.png) left center no-repeat;
	font: 14px "微软雅黑";
	color: #333;
	display: flex;
	align-items: center;
}

.index_top .lan .dropdown i {
	margin-left: 15px;
	font-size: 22px;
	color: #bfbfbf;
	transition: 300ms;
}

.index_top .lan .dropdown i.active {
	transform: rotate(180deg);
}

.index_top .lan .dropdown_menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 130%;
	padding: 3px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-color: #fff;
	display: none;
}

.index_top .lan .dropdown_menu a {
	font: 14px/40px "微软雅黑";
	color: #333;
	text-transform: capitalize;
	display: block;
	text-align: center;
	transition: 300ms;
}

.index_top .lan .dropdown_menu a:hover {
	background-color: #eaeaea;
}

.index_top .search {
	float: right;
	width: 300px;
	border: 1px solid #969696;
	border-radius: 5px;
}

.index_top .search input {
	width: 82%;
	height: 38px;
	float: left;
	border: none;
	background: transparent;
	padding-left: 15px;
	font: 16px fm;
	color: #a0a0a0;
	text-transform: capitalize;
}

.index_top .search input::-webkit-input-placeholder {
	color: #a0a0a0;
}

.index_top .search button {
	width: 18%;
	height: 38px;
	float: left;
	border: none;
	background: transparent;
	cursor: pointer;
}

.index_top .search button i {
	font-size: 20px;
	color: #1b8ff2;
}

/* index nav */
.index_nav {
	background-color: #2e4261;
}

.index_nav.active {
	position: fixed;
	width: 100%;
	left: 0;
	top: 70px;
	z-index: 999;
}

.index_nav .content {
	max-width: 1440px;
	margin: 0 auto;
	height: 50px;
}

.index_nav .content .nav {
	display: flex;
	justify-content: space-between;
}

.index_nav .content .nav li {
	flex: 1;
}

.index_nav .content .nav li a {
	display: block;
	width: 100%;
	text-align: center;
	font: 14px/50px fm;
	color: #fff;
	text-transform: uppercase;
}

.index_nav .content .nav li:hover {
	transform: skewX(-10deg);
	background-color: #1b8ff2;
}

.index_nav .content .nav li:hover a {
	transform: skewX(10deg);
}

.index_nav .content .nav li.active {
	transform: skewX(-10deg);
	background-color: #1b8ff2;
}

.index_nav .content .nav li.active a {
	transform: skewX(10deg);
}

.index_nav .content .toggle_nav {
	display: none;
	width: 270px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 300ms;
	background-color: #333;
	border: 1px solid #000;
	transition: 300ms;
	z-index: 999;
	left: -270px;
}

.index_nav .content .toggle_nav.open {
	left: 0;
}

.index_nav .content .toggle_nav ul {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.index_nav .content .toggle_nav ul li {
	border-top: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05) inset;
}

.index_nav .content .toggle_nav ul li:first-child {
	border-top: none;
	box-shadow: none;
}

.index_nav .content .toggle_nav ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	font: 16px/45px fm;
	color: #ccc;
	text-transform: uppercase;
	padding-left: 15px;
	box-sizing: border-box;
}

.index_nav .content .toggle {
	float: right;
	border: none;
	background-color: transparent;
	display: none;
	margin-top: 12px;
	cursor: pointer;
}

.index_nav .content .toggle i {
	font-size: 25px;
	color: #fff;
}

.index_nav .content .search {
	float: right;
	width: 250px;
	border-radius: 5px;
	background-color: #fff;
	margin-top: 6px;
	margin-right: 20px;
	display: none;
}

.index_nav .content .search input {
	width: 82%;
	height: 38px;
	float: left;
	border: none;
	background: transparent;
	padding-left: 15px;
	font: 16px fm;
	color: #a0a0a0;
	text-transform: capitalize;
}

.index_nav .content .search input::-webkit-input-placeholder {
	color: #a0a0a0;
}

.index_nav .content .search button {
	width: 18%;
	height: 38px;
	float: left;
	border: none;
	background: transparent;
	cursor: pointer;
}

.index_nav .content .search button i {
	font-size: 20px;
	color: #1b8ff2;
}

/* index banner */
#index_banner .swiper-button-next,
#index_banner .swiper-button-prev {
	background: none;
	text-align: center;
	outline: none;
}

#index_banner .swiper-button-next i,
#index_banner .swiper-button-prev i {
	font-size: 30px;
	color: #2e4261;
}

#index_banner .swiper-slide {
	height: 750px;
}

#index_banner .swiper-slide.one {
	background: url(../img/banner1.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

#index_banner .swiper-slide.two {
	background: url(../img/banner2.jpg) no-repeat;
	background-size: cover;
}

#index_banner .swiper-slide.three {
	background: url(../img/banner3.jpg) no-repeat;
	background-size: cover;
}

#index_banner .swiper-slide.four {
	background: url(../img/banner4.jpg) no-repeat;
	background-size: cover;
}

#index_banner .swiper-slide .inner {
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
}

#index_banner .swiper-slide.one .inner .left {
	width: 33%;
	float: left;
	margin-top: 155px;
	background-color: rgba(46, 66, 97, .85);
	padding: 70px 40px 40px;
}

#index_banner .swiper-slide.one .inner .left p {
	font: 50px heavy;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 60px;
}

#index_banner .swiper-slide.one .inner .left a {
	display: block;
	width: 220px;
	height: 50px;
	border: 2px solid #1c8ff3;
	text-align: center;
	font: 17px/46px fm;
	color: #fff;
	text-transform: uppercase;
	transition: 300ms;
}

#index_banner .swiper-slide.one .inner .left a:hover {
	background-color: #1c8ff3;
}

#index_banner .swiper-slide.one .inner .right {
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 100px;
	top: 0;
}

#index_banner .swiper-slide.one .inner .right li {
	width: 265px;
	height: 100%;
	transform: skewX(-10deg);
	cursor: pointer;
	transition: 400ms;
	overflow: hidden;
}

#index_banner .swiper-slide.one .inner .right li:nth-of-type(1) {
	background-color: rgba(28, 143, 243, .2);
}

#index_banner .swiper-slide.one .inner .right li:nth-of-type(2) {
	background-color: rgba(28, 143, 243, .4);
}

#index_banner .swiper-slide.one .inner .right li:nth-of-type(3) {
	background-color: rgba(28, 143, 243, .6);
}

#index_banner .swiper-slide.one .inner .right li:nth-of-type(4) {
	background-color: rgba(28, 143, 243, .8);
}

#index_banner .swiper-slide.one .inner .right li:hover {
	background-color: #fff;
}

#index_banner .swiper-slide.one .inner .right li .img {
	transform: skew(10deg);
	height: 590px;
	transition: 400ms;
}

#index_banner .swiper-slide.one .inner .right li:nth-of-type(1) .img {
	background: url(../img/banner1p1.png) center center no-repeat;
}

#index_banner .swiper-slide.one .inner .right li:nth-of-type(2) .img {
	background: url(../img/banner1p2.png) center center no-repeat;
}

#index_banner .swiper-slide.one .inner .right li:nth-of-type(3) .img {
	background: url(../img/banner1p3.png) center center no-repeat;
}

#index_banner .swiper-slide.one .inner .right li:nth-of-type(4) .img {
	background: url(../img/banner1p4.png) center center no-repeat;
}

#index_banner .swiper-slide.one .inner .right li:hover .img {
	transform: skew(10deg) scale(1.4);
}

#index_banner .swiper-slide.one .inner .right li a {
	width: 200px;
	height: 50px;
	background-color: #1b8ff2;
	border-radius: 25px;
	transform: skew(10deg);
	margin: 0 auto;
	font: 17px/50px fm;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: none;
	transition: 400ms;
}

#index_banner .swiper-slide.one .inner .right li a:hover {
	transform: skew(10deg) scale(.9);
}

#index_banner .swiper-slide.one .inner .right li:hover a {
	display: block;
}

#index_banner .swiper-slide.two .inner .left {
	width: 38%;
	float: left;
	margin-top: 155px;
	background-color: rgba(46, 66, 97, .85);
	padding: 50px 30px 30px;
}

#index_banner .swiper-slide.two .inner .left p {
	font: 40px heavy;
	color: #fff;
	margin-bottom: 30px;
}

#index_banner .swiper-slide.two .inner .left a {
	display: block;
	width: 220px;
	height: 50px;
	border: 2px solid #1c8ff3;
	text-align: center;
	font: 17px/46px fm;
	color: #fff;
	text-transform: uppercase;
	transition: 300ms;
}

#index_banner .swiper-slide.two .inner .left a:hover {
	background-color: #1c8ff3;
}

#index_banner .swiper-slide.two .inner .right {
	width: 35%;
	height: 100%;
	float: right;
}

#index_banner .swiper-slide.two .inner .right .top {
	height: 50%;
	position: relative;
	right: 120px;
}

#index_banner .swiper-slide.two .inner .right .bottom {
	height: 50%;
	position: relative;
	right: 40px;
}

#index_banner .swiper-slide.two .inner .right .top li {
	width: 50%;
	float: left;
	height: 100%;
	transform: skew(-10deg);
	overflow: hidden;
	transition: 400ms;
	position: relative;
	cursor: pointer;
}

#index_banner .swiper-slide.two .inner .right .top li:first-child {
	background-color: rgba(27, 143, 242, .2);
}

#index_banner .swiper-slide.two .inner .right .top li:last-child {
	background-color: rgba(27, 143, 242, .4);
}

#index_banner .swiper-slide.two .inner .right .bottom li {
	width: 50%;
	float: left;
	height: 100%;
	transform: skew(-10deg);
	overflow: hidden;
	transition: 400ms;
	position: relative;
	cursor: pointer;
}

#index_banner .swiper-slide.two .inner .right .bottom li:first-child {
	background-color: rgba(27, 143, 242, .6);
}

#index_banner .swiper-slide.two .inner .right .bottom li:last-child {
	background-color: rgba(27, 143, 242, .8);
}

#index_banner .swiper-slide.two .inner .right .top li .img,
#index_banner .swiper-slide.two .inner .right .bottom li .img {
	transform: skew(10deg);
	height: 100%;
	transition: 400ms;
}

#index_banner .swiper-slide.two .inner .right .top li:first-child .img {
	background: url(../img/banner2p1.png) center center no-repeat;
}

#index_banner .swiper-slide.two .inner .right .top li:last-child .img {
	background: url(../img/banner2p2.png) center center no-repeat;
}

#index_banner .swiper-slide.two .inner .right .bottom li:first-child .img {
	background: url(../img/banner2p3.png) center center no-repeat;
}

#index_banner .swiper-slide.two .inner .right .bottom li:last-child .img {
	background: url(../img/banner2p4.png) center center no-repeat;
}

#index_banner .swiper-slide.two .inner .right .top li:hover,
#index_banner .swiper-slide.two .inner .right .bottom li:hover {
	background-color: #fff;
}

#index_banner .swiper-slide.two .inner .right .top li:hover .img,
#index_banner .swiper-slide.two .inner .right .bottom li:hover .img {
	transform: skew(10deg) scale(1.4);
}

#index_banner .swiper-slide.two .inner .right .top li a,
#index_banner .swiper-slide.two .inner .right .bottom li a {
	width: 200px;
	height: 50px;
	background-color: #1b8ff2;
	border-radius: 25px;
	text-align: center;
	font: 17px/50px fm;
	color: #fff;
	text-transform: uppercase;
	transition: 400ms;
	transform: skew(10deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 auto;
	display: none;
}

#index_banner .swiper-slide.two .inner .right .top li a:hover,
#index_banner .swiper-slide.two .inner .right .bottom li a:hover {
	transform: skew(10deg) scale(.9);
}

#index_banner .swiper-slide.two .inner .right .top li:hover a,
#index_banner .swiper-slide.two .inner .right .bottom li:hover a {
	display: block;
}

#index_banner .swiper-slide.three .inner .left {
	width: 38%;
	float: left;
	margin-top: 155px;
	background-color: rgba(46, 66, 97, .85);
	padding: 30px;
}

#index_banner .swiper-slide.three .inner .left p {
	font: 48px heavy;
	color: #fff;
	margin-bottom: 30px;
	line-height: 55px;
}

#index_banner .swiper-slide.three .inner .left a {
	display: block;
	width: 220px;
	height: 50px;
	border: 2px solid #1c8ff3;
	text-align: center;
	font: 17px/46px fm;
	color: #fff;
	text-transform: uppercase;
	transition: 300ms;
}

#index_banner .swiper-slide.three .inner .left a:hover {
	background-color: #1c8ff3;
}

#index_banner .swiper-slide.three .inner .right {
	width: 35%;
	height: 100%;
	float: right;
}

#index_banner .swiper-slide.three .inner .right .top {
	height: 50%;
	position: relative;
	right: 225px;
}

#index_banner .swiper-slide.three .inner .right .bottom {
	height: 50%;
	position: relative;
	right: 40px;
}

#index_banner .swiper-slide.three .inner .right .top li {
	width: 50%;
	float: left;
	height: 100%;
	transform: skew(-10deg);
	overflow: hidden;
	transition: 400ms;
	position: relative;
	cursor: pointer;
}

#index_banner .swiper-slide.three .inner .right .top li:first-child {
	background-color: rgba(27, 143, 242, .2);
}

#index_banner .swiper-slide.three .inner .right .top li:last-child {
	background-color: rgba(27, 143, 242, .4);
}

#index_banner .swiper-slide.three .inner .right .bottom li {
	width: 50%;
	float: left;
	height: 100%;
	transform: skew(-10deg);
	overflow: hidden;
	transition: 400ms;
	position: relative;
	cursor: pointer;
}

#index_banner .swiper-slide.three .inner .right .bottom li:first-child {
	background-color: rgba(27, 143, 242, .6);
}

#index_banner .swiper-slide.three .inner .right .bottom li:last-child {
	background-color: rgba(27, 143, 242, .8);
}

#index_banner .swiper-slide.three .inner .right .top li .img,
#index_banner .swiper-slide.three .inner .right .bottom li .img {
	transform: skew(10deg);
	height: 100%;
	transition: 400ms;
}

#index_banner .swiper-slide.three .inner .right .top li:first-child .img {
	background: url(../img/banner3p1.png) center center no-repeat;
}

#index_banner .swiper-slide.three .inner .right .top li:last-child .img {
	background: url(../img/banner3p2.png) center center no-repeat;
}

#index_banner .swiper-slide.three .inner .right .bottom li:first-child .img {
	background: url(../img/banner3p3.png) center center no-repeat;
}

#index_banner .swiper-slide.three .inner .right .bottom li:last-child .img {
	background: url(../img/banner3p4.png) center center no-repeat;
}

#index_banner .swiper-slide.three .inner .right .top li:hover,
#index_banner .swiper-slide.three .inner .right .bottom li:hover {
	background-color: #fff;
}

#index_banner .swiper-slide.three .inner .right .top li:hover .img,
#index_banner .swiper-slide.three .inner .right .bottom li:hover .img {
	transform: skew(10deg) scale(1.4);
}

#index_banner .swiper-slide.three .inner .right .top li a,
#index_banner .swiper-slide.three .inner .right .bottom li a {
	width: 200px;
	height: 50px;
	background-color: #1b8ff2;
	border-radius: 25px;
	text-align: center;
	font: 17px/50px fm;
	color: #fff;
	text-transform: uppercase;
	transition: 400ms;
	transform: skew(10deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 auto;
	display: none;
}

#index_banner .swiper-slide.three .inner .right .top li a:hover,
#index_banner .swiper-slide.three .inner .right .bottom li a:hover {
	transform: skew(10deg) scale(.9);
}

#index_banner .swiper-slide.three .inner .right .top li:hover a,
#index_banner .swiper-slide.three .inner .right .bottom li:hover a {
	display: block;
}

/* index bar */
.index_bar {
	background-color: #1e1e1e;
}

.index_bar .content {
	max-width: 1440px;
	margin: 0 auto;
}

.index_bar .content p {
	float: left;
	font: 24px/145px fm;
	color: #fff;
	text-transform: uppercase;
}

.index_bar .content a {
	float: right;
	display: block;
	width: 183px;
	height: 50px;
	border: 2px solid #fff;
	font: 15px/46px fm;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
	transition: 300ms;
}

.index_bar .content a:hover {
	background-color: #fff;
	color: #1e1e1e;
}

/* index about */
.index_about {
	background-color: #2e4261;
	padding: 70px 0;
}

.index_about .content {
	max-width: 1440px;
	margin: 0 auto;
}

.index_about .content .left {
	width: 37%;
	float: left;
	padding-right: 130px;
	position: relative;
}

.index_about .content .left:after {
	content: "";
	position: absolute;
	width: 163px;
	height: 5px;
	background-color: #1b8ff2;
	right: 0;
	top: 30px;
}

.index_about .content .left img {
	width: 100%;
}

.index_about .content .right {
	width: 63%;
	float: right;
	padding-left: 20px;
}

.index_about .content .right .title {
	font: 48px/48px fm;
	color: #fff;
	margin-bottom: 35px;
}

.index_about .content .right .info {
	font: 17px/30px fm;
	color: #fff;
	margin-bottom: 40px;
}

.index_about .content .right ul li {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #1b8ff2;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	transition: 500ms;
}

.index_about .content .right ul li:last-child {
	margin-right: 0;
}

.index_about .content .right ul li i,.index_about .content .right ul li a {
	color: #2e4261;
	font-size: 22px;
	line-height: 45px;
}

.index_about .content .right ul li:hover {
	transform: scale(1.2) rotate(360deg);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
	background-color: #fff;
}

.index_about .content .right .link {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	background: url(../img/right.png) center center no-repeat;
	float: right;
	margin-top: 45px;
}

/* index product */
.index_product {
	background-color: #262626;
	padding: 70px 0;
}

.index_product .content {
	max-width: 1440px;
	margin: 0 auto;
}

.index_product .content .left {
	width: 49%;
	float: left;
	margin-right: 1.5%;
	height: 500px;
	background-color: #fff;
	padding-top: 95px;
	padding-left: 50px;
}

.index_product .content .left .title {
	font: 48px fm;
	color: #262626;
	margin-bottom: 30px;
}

.index_product .content .left .info {
	font: 20px fm;
	color: #969696;
	margin-bottom: 40px;
}

.index_product .content .left .link {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #262626;
	background: url(../img/right_black.png) center center no-repeat;
}

.index_product .content .center {
	width: 24%;
	float: left;
	margin-right: 1.5%;
	height: 500px;
	background-color: #fff;
	position: relative;
}

.index_product .content .center .img img {
	width: 100%;
}

.index_product .content .center .title {
	font: 30px fm;
	color: #262626;
	text-align: center;
}

.index_product .content .center.active {
	background-color: rgb(62, 142, 231);
}

.index_product .content .center.active .img img {
	mix-blend-mode: multiply;
}

.index_product .content .right {
	width: 24%;
	float: left;
	height: 500px;
	background-color: #fff;
}

.index_product .content .right .img img {
	width: 100%;
}

.index_product .content .right .title {
	font: 30px fm;
	color: #262626;
	text-align: center;
}

.index_product .content .right.active {
	background-color: rgb(62, 142, 231);
}

.index_product .content .right.active .img img {
	mix-blend-mode: multiply;
}

/* index contact */
.index_contact {
	background-color: #323232;
	padding: 60px 0;
}

.index_contact .content {
	max-width: 1440px;
	margin: 0 auto;
}

.index_contact .content .title {
	margin-bottom: 50px;
}

.index_contact .content .title p:first-child {
	font: 48px/48px fm;
	color: #fff;
	float: left;
	margin-right: 65px;
}

.index_contact .content .title p:last-child {
	font: 16px/24px fm;
	color: #787878;
	text-transform: uppercase;
}

.index_contact .content .xunpan .one input::-webkit-input-placeholder,
.index_contact .content .xunpan .two input::-webkit-input-placeholder,
.index_contact .content .xunpan .three textarea::-webkit-input-placeholder,
.index_contact .content .xunpan .four input::-webkit-input-placeholder {
	color: #fff;
}

.index_contact .content .xunpan .one input,
.index_contact .content .xunpan .two input,
.index_contact .content .xunpan .three textarea,
.index_contact .content .xunpan .four input {
	background-color: transparent;
	outline: none;
	border: 2px solid #787878;
	font: 16px/45px fm;
	color: #fff;
	padding-left: 20px;
}

.index_contact .content .xunpan .one {
	margin-bottom: 20px;
}

.index_contact .content .xunpan .one input:first-child {
	width: 49%;
	height: 45px;
	float: left;
}

.index_contact .content .xunpan .one input:last-child {
	width: 49%;
	height: 45px;
	float: right;
}

.index_contact .content .xunpan .two {
	margin-bottom: 20px;
}

.index_contact .content .xunpan .two input:first-child {
	width: 49%;
	height: 45px;
	float: left;
}

.index_contact .content .xunpan .two input:last-child {
	width: 49%;
	height: 45px;
	float: right;
}

.index_contact .content .xunpan .three {
	margin-bottom: 20px;
}

.index_contact .content .xunpan .three textarea {
	width: 100%;
	height: 135px;
	resize: none;
}

.index_contact .content .xunpan .four input {
	width: 24%;
	height: 45px;
	float: left;
}

.index_contact .content .xunpan .four img {
	float: left;
	margin-left: 15px;
}

.index_contact .content .xunpan .four button {
	width: 24%;
	height: 45px;
	float: right;
	background-color: #1b8ff2;
	border: none;
	outline: none;
	font: 22px fm;
	color: #323232;
	text-transform: capitalize;
	cursor: pointer;
	transition: 300ms;
}

.index_contact .content .xunpan .four button:hover {
	transform: scale(.9);
}

/* index footer */
.index_footer {
	background: url(../img/ifbg.jpg) no-repeat;
	background-size: cover;
	padding-top: 65px;
}

.index_footer .content {
	max-width: 1440px;
	margin: 0 auto;
}

.index_footer .content .top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.index_footer .content .top .left {
	width: 49%;
}

.index_footer .content .top .left .title {
	font: 24px fm;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.index_footer .content .top .left .item_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_footer .content .top .left .item_wrap .item .item_title {
	font: 16px fm;
	color: #fff;
	margin-bottom: 25px;
}

.index_footer .content .top .left .item_wrap .item ul li {
	margin-bottom: 10px;
}

.index_footer .content .top .left .item_wrap .item ul li:last-child {
	margin-bottom: 0;
}

.index_footer .content .top .left .item_wrap .item ul li a {
	font: 16px fm;
	color: #787878;
}

.index_footer .content .top .left .item_wrap .item ul li a:hover {
	color: #fff;
}

.index_footer .content .top .center {
	width: 32%;
}

.index_footer .content .top .center .title {
	font: 24px fm;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.index_footer .content .top .center ul li {
	padding-left: 40px;
	font: 16px fm;
	color: #787878;
	margin-bottom: 20px;
}

.index_footer .content .top .center ul li:last-child {
	margin-bottom: 0;
}

.index_footer .content .top .center ul li:nth-of-type(1) {
	background: url(../img/ificon1.png) left top no-repeat;
}

.index_footer .content .top .center ul li:nth-of-type(2) {
	background: url(../img/ificon2.png) left top no-repeat;
}

.index_footer .content .top .center ul li:nth-of-type(3) {
	background: url(../img/ificon3.png) left top no-repeat;
}

.index_footer .content .top .center ul li:nth-of-type(4) {
	background: url(../img/ificon4.png) left top no-repeat;
}

.index_footer .content .top .right {
	width: 15%;
}

.index_footer .content .top .right .share {
	margin-bottom: 40px;
}

.index_footer .content .top .right .share li {
	float: left;
	margin-right: 25px;
}

.index_footer .content .top .right .share li:last-child {
	margin-right: 0;
}

.index_footer .content .top .right .share li i,.index_footer .content .top .right .share li a {
	color: #fff;
	font-size: 20px;
	transition: 300ms;
	cursor: pointer;
}

.index_footer .content .top .right .share li i:hover,.index_footer .content .top .right .share li a:hover {
	color: #1b8ff2;
}

.index_footer .content .top .right .erweima li {
	width: 45%;
	float: left;
	margin-right: 10%;
}

.index_footer .content .top .right .erweima li:last-child {
	margin-right: 0;
}

.index_footer .content .top .right .erweima li .img {
	margin-bottom: 15px;
}

.index_footer .content .top .right .erweima li .img img {
	width: 100%;
}

.index_footer .content .top .right .erweima li p {
	font: 17px fm;
	color: #fff;
	text-align: center;
}

.index_footer .content .bottom {
	padding: 30px 0;
	font: 14px fm;
	color: #323232;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
}

/* neiye banner */
.neiye_banner .content {
	max-width: 1440px;
	height: 250px;
	margin: 0 auto;
}

.neiye_banner .content .inner {
	height: 100%;
	background-color: rgba(54, 78, 115, .85);
	transform: skew(-10deg);
	padding-top: 70px;
	position: relative;
	left: 23px;
}

.neiye_banner .content .inner .title {
	transform: skew(10deg);
	font: 50px lt;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.neiye_banner .content .inner .link {
	transform: skew(10deg);
	text-align: center;
}

.neiye_banner .content .inner .link span {
	color: #fff;
	padding: 0 5px;
}

.neiye_banner .content .inner .link a {
	font: 16px fm;
	color: #fff;
	text-transform: capitalize;
}

.neiye_banner .content .inner .link a:hover {
	color: #1b8ff2;
}

/* anout us one content */
.a_content {
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 95px;
	padding-bottom: 80px;
}

.a_content .left {
	width: 24%;
	float: left;
}

.a_content .left .title {
	font: 36px lt;
	color: #333;
	padding-left: 30px;
	margin-bottom: 25px;
}

.a_content .left .menu li {
	border-top: 1px solid #dcdcdc;
}

.a_content .left .menu li:last-child {
	border-bottom: 1px solid #dcdcdc;
}

.a_content .left .menu li a {
	display: block;
	font: 18px/49px fm;
	color: #333;
	text-transform: capitalize;
	padding-left: 30px;
}

.a_content .left .menu li a:hover {
	background-color: #cee1f2;
}

.a_content .right {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.a_content .right .title {
	font: 40px fm;
	color: #333;
	margin-bottom: 35px;
}

.a_content .right .one {
	margin-bottom: 50px;
}

.a_content .right .one .img {
	width: 46%;
	float: left;
	padding-right: 60px;
	position: relative;
}

.a_content .right .one .img:after {
	content: "";
	position: absolute;
	width: 110px;
	height: 5px;
	background-color: #1b8ff2;
	right: 0;
	top: 30px;
}

.a_content .right .one .img img {
	width: 100%;
}

.a_content .right .one .info {
	width: 54%;
	float: right;
	padding-left: 20px;
}

.a_content .right .one .info p {
	font: 16px fm;
	color: #888888;
	margin-bottom: 20px;
}

.a_content .right .one .info ul {
	padding-left: 30px;
}

.a_content .right .one .info ul li {
	font: 16px fm;
	color: #888888;
}

.a_content .right .two {
	margin-bottom: 35px;
}

.a_content .right .two img {
	width: 100%;
}

.a_content .right .three {
	margin-bottom: 50px;
}

.a_content .right .three p {
	font: 16px fm;
	color: #888888;
	margin-bottom: 20px;
}

.a_content .right .three p:last-child {
	margin-bottom: 0;
}

.a_content .right .four {
	padding-left: 115px;
	position: relative;
}

.a_content .right .four:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 5px;
	background-color: #1b8ff2;
	left: 0;
	top: 40px;
}

.a_content .right .four img {
	width: 100%;
}

/* about us two */
.a_content .right_two {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.a_content .right_two .title {
	font: 40px fm;
	color: #333;
	margin-bottom: 35px;
}

.a_content .right_two .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.a_content .right_two .list li {
	width: 22%;
	margin-bottom: 45px;
}

/*
.a_content .right_two .list li:nth-of-type(4),
.a_content .right_two .list li:nth-of-type(5),
.a_content .right_two .list li:nth-of-type(6){
	margin-bottom: 0;
}
*/
.a_content .right_two .list li .img {
	margin-bottom: 15px;
}

.a_content .right_two .list li .img img {
	width: 100%;
}

.a_content .right_two .list li p {
	font: 18px fm;
	color: #888888;
	text-align: center;
	display: none
}

/* about us three */
.a_content .right_three {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.a_content .right_three .title {
	font: 40px fm;
	color: #333;
	margin-bottom: 35px;
}

.a_content .right_three .list li {
	padding-left: 40px;
	background: url(../img/point.png) left 8px no-repeat;
	margin-bottom: 55px;
}

.a_content .right_three .list li p:first-child {
	font: 24px fm;
	color: #888888;
	margin-bottom: 15px;
}

.a_content .right_three .list li p:last-child {
	font: 16px fm;
	color: #888888;
}

.a_content .right_three .img img {
	width: 100%;
}

/* about us four */
.a_content .right_four {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.a_content .right_four .title {
	font: 40px fm;
	color: #333;
	margin-bottom: 35px;
}

.a_content .right_four .list li:nth-of-type(2n-1) .date {
	float: left;
	text-align: right;
	padding-right: 30px;
	border-right: 1px solid #999999;
}

.a_content .right_four .list li:nth-of-type(2n-1) .info {
	float: right;
	padding-left: 30px;
	border-left: 1px solid #999999;
	left: -1px;
}

.a_content .right_four .list li:nth-of-type(2n-1) .info:after {
	content: "";
	position: absolute;
	width: 210px;
	height: 15px;
	background-color: #999999;
	left: 0;
	top: 65px;
	border-right: 13px solid #999999;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #fff;
	z-index: 1;
}

.a_content .right_four .list li:nth-of-type(2n-1) .info img {
	position: absolute;
	left: -9px;
	top: 70px;
	z-index: 2;
}

.a_content .right_four .list li:nth-of-type(2n) .date {
	float: right;
	padding-left: 30px;
	border-left: 1px solid #999999;
	left: -1px;
}

.a_content .right_four .list li:nth-of-type(2n) .info {
	float: left;
	text-align: right;
	padding-right: 30px;
	border-right: 1px solid #999999;
}

.a_content .right_four .list li:nth-of-type(2n) .info:after {
	content: "";
	position: absolute;
	width: 210px;
	height: 15px;
	background-color: #999999;
	right: 0;
	top: 65px;
	border-left: 13px solid #999999;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #fff;
	z-index: 1;
}

.a_content .right_four .list li:nth-of-type(2n) .info img {
	position: absolute;
	right: -9px;
	top: 70px;
	z-index: 2;
}

.a_content .right_four .list li .date {
	width: 50%;
	height: 100%;
	font: 48px fm;
	color: #1b8ff2;
	min-height: 160px;
	height: auto;
	padding-top: 50px;
	position: relative;
}

.a_content .right_four .list li .info {
	width: 50%;
	min-height: 160px;
	height: auto;
	font: 16px fm;
	color: #333333;
	min-height: 160px;
	padding-top: 90px;
	position: relative;
}

/* about us five */
.a_content .right_five {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.a_content .right_five .title {
	font: 40px fm;
	color: #333;
	margin-bottom: 35px;
}

.a_content .right_five .one {
	margin-bottom: 115px;
}

.a_content .right_five .one .one_title {
	font: 20px fm;
	color: #1b8ff2;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.a_content .right_five .one .one_top {
	font: 16px fm;
	color: #888888;
	margin-bottom: 50px;
}

.a_content .right_five .one .one_left {
	width: 49%;
	float: left;
}

.a_content .right_five .one .one_left .pas {
	font: 16px fm;
	color: #2e4261;
}

.a_content .right_five .one .one_left .pas_info {
	font: 16px fm;
	color: #888888;
	margin-bottom: 25px;
}

.a_content .right_five .one .one_left .car {
	margin-bottom: 60px;
}

.a_content .right_five .one .one_left .car img {
	width: 100%;
}

.a_content .right_five .one .one_left .die {
	font: 16px fm;
	color: #2e4261;
}

.a_content .right_five .one .one_left .die_info {
	font: 16px fm;
	color: #888888;
	margin-bottom: 25px;
}

.a_content .right_five .one .one_right {
	width: 49%;
	float: right;
}

.a_content .right_five .one .one_right img {
	width: 100%;
}

.a_content .right_five .two .two_title {
	font: 20px fm;
	color: #1b8ff2;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.a_content .right_five .two .two_top {
	font: 16px fm;
	color: #888888;
	margin-bottom: 50px;
}

.a_content .right_five .two .reg {
	font: 16px fm;
	color: #2e4261;
}

.a_content .right_five .two .reg_info {
	font: 16px fm;
	color: #888888;
	margin-bottom: 25px;
}

.a_content .right_five .two .our {
	font: 16px fm;
	color: #2e4261;
}

.a_content .right_five .two .our_info {
	font: 16px fm;
	color: #888888;
	margin-bottom: 50px;
}

.a_content .right_five .two .two_img {
	width: 80%;
}

.a_content .right_five .two .two_img img {
	width: 100%;
}

/* about us six */
.a_content .right_six {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.a_content .right_six .title {
	font: 40px fm;
	color: #333;
	margin-bottom: 35px;
}

.a_content .right_six .info {
	font: 16px fm;
	color: #888888;
	margin-bottom: 20px;
}

.a_content .right_six .img img {
	width: 100%;
}

.a_content .right_six .ove {
	font: 15px fm;
	color: #1b8ff2;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.a_content .right_six p:last-of-type {
	margin-bottom: 0;
}

/* product content */
.p_content {
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 95px;
	padding-bottom: 80px;
}

.p_content .left {
	width: 24%;
	float: left;
}

.p_content .left .title {
	font: 36px lt;
	color: #333;
	padding-left: 30px;
	margin-bottom: 25px;
}

.p_content .left .lanmu {
	font: 18px/50px fm;
	color: #333333;
	padding-left: 30px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.p_content .left .list li a {
	display: block;
	font: 16px/36px fm;
	color: #888888;
	padding-left: 50px;
}

.p_content .left .list li a:hover {
	background-color: #cee1f2;
}

.p_content .right {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.p_content .right .title {
	font: 28px fm;
	color: #333;
	margin-bottom: 35px;
}

.p_content .right .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p_content .right .list li {
	width: 28%;
}

.p_content .right .list li .img {
	overflow: hidden;
}

.p_content .right .list li .img img {
	width: 100%;
	transition: 300ms;
}

.p_content .right .list li:hover .img img {
	transform: scale(1.2);
}

.p_content .right .list li .name {
	font: 16px lt;
	color: #333333;
	position: relative;
	margin-bottom: 12px;
}

.p_content .right .list li:hover .name {
	color: #666;
}

.p_content .right .list li .type {
	font: 17px lt;
	font-weight: bold;
	color: #1c8ff3;
	position: relative;
	margin-bottom: 20px;
}

.p_content .right .list li:hover .type {
	color: #1c8ff3;
}

.p_content .right .list li .link {
	display: block;
	font: 18px fm;
	color: #c8c8c8;
	text-transform: uppercase;
	border-top: 2px solid #c8c8c8;
	padding-top: 12px;
	position: relative;
	transition: 300ms;
}

.p_content .right .list li .link:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #2e4261;
	left: 0;
	top: -2px;
	transition: 300ms;
}

.p_content .right .list li:hover .link:before {
	width: 100%;
}

.p_content .right .list li:hover .link {
	color: #2e4261;
}

/* product details one */
.p_content .right_details_one {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.p_content .right_details_one .title {
	font: 28px fm;
	color: #333;
	margin-bottom: 35px;
}

.p_content .right_details_one .title2 {
	width: 60%;
	float: left;
}

.p_content .right_details_one .title2 span {
	color: #1c8ff3
}

.p_content .right_details_one .o_link2 a:first-child {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	background-color: #1b8ff2;
	border-radius: 25px;
	text-align: center;
	font: 17px/50px fm;
	color: #fff;
	text-transform: uppercase;
	margin-right: 55px;
	transition: 300ms;
}

.p_content .right_details_one .o_link2 a:first-child:hover {
	transform: scale(.9);
}

.p_content .right_details_one .prode-pdf2{
	margin-bottom: 40px;
}
.p_content .right_details_one .prode-pdf2 ul{
	margin-top: 15px;
}
.p_content .right_details_one .prode-pdf2 ul li{
	margin-top: 10px;
}
.p_content .right_details_one .prode-pdf2 ul li:first-child{
	margin-top: 0;
}

.p_content .right_details_one .prode-pdf2 ul a {
	font: 17px fm;
	color: #333333;
	text-transform: capitalize;
	/* padding-left: 35px;
	background: url(../img/download.png) left center no-repeat; */
}
.p_content .right_details_one .prode-pdf2 ul a i{
	margin-right: 10px;
	font-size: 21px;
}

.p_content .right_details_one .overview {
	padding-bottom: 60px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 55px;
}

.p_content .right_details_one .overview .o_left {
	width: 44%;
	float: left;
}

.p_content .right_details_one .overview .o_left img {
	width: 100%;
}

.p_content .right_details_one .overview .o_left #pd1thumb .swiper-slide {
	border: 1px solid #eeeeee;
}

.p_hr {
	border: none;
	outline: none;
	height: 1px;
	background: #dcdcdc;
	margin-bottom: 45px
}

.p_content .right_details_one .overview .o_right {
	width: 50%;
	float: right;
}

.p_content .right_details_one .overview .o_right2 {
	width: 100%;
	float: none;
}

.p_content .right_details_one .overview .o_right .o_title {
	font: 22px heavy;
	color: #333333;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 40px;
	position: relative;
}

.p_content .right_details_one .overview .o_right .o_title2 {
	font: 22px heavy;
	color: #333333;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 30px;
	border-bottom: none;
	margin-bottom: 0px;
	position: relative;
}

.p_content .right_details_one .overview .o_right .o_title:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 25px;
	transform: skew(-10deg);
	background-color: #1b8ff2;
	left: 0;
	top: 0;
}

.p_content .right_details_one .overview .o_right table {
	margin-bottom: 25px;
	width: 100% !important;
}

.p_content .right_details_one .overview .o_right table tr:not(:first-child) td {
	word-break: break-all;
}

.p_content .right_details_one .overview .o_right table tr:first-child {
	background-color: #2e4261;
}

.p_content .right_details_one .overview .o_right table tr:first-child td {
	color: #fff !important;
}

.p_content .right_details_one .overview .o_right table tr td:first-child {
	/* width: 40%; */
}

.p_content .right_details_one .overview .o_right table tr td:last-child {
	/* width: 60%; */
}

.p_content .right_details_one .overview .o_right2 table tr td:first-child {
	width: 28%;
}

.p_content .right_details_one .overview .o_right table tr td {
	border: none !important;
	font: 16px fm !important;
	color: #666666 !important;
	padding: 10px !important;
}

.p_content .right_details_one .overview .o_right table tr td {
	width: 18%;
	border-right: 1px solid #fff !important;
	box-sizing: border-box
}

.p_content .right_details_one .overview .o_right table tr td p {
	font: 16px fm !important;
	color: #666666 !important;
}

.p_content .right_details_one .overview .o_right table tr td span {
	font: 16px fm !important;
	color: #666666 !important;
}

.p_content .right_details_one .overview .o_right table tr td strong {
	font: 16px fm !important;
	color: #666666 !important;
}

.p_content .right_details_one .overview .o_right table tr:nth-of-type(2n) {
	background-color: #e2e2e2;
}

.p_content .right_details_one .overview .o_right table tr:nth-of-type(2n+1) {
	background-color: #f2f2f2;
}

.p_content .right_details_one .overview .o_right table tr:nth-of-type(1) {
	background-color: #2e4261;
}

.p_content .right_details_one .overview .o_right .o_link a:first-child {
	display: block;
	/* float: left; */
	width: 200px;
	height: 50px;
	background-color: #1b8ff2;
	border-radius: 25px;
	text-align: center;
	font: 17px/50px fm;
	color: #fff;
	text-transform: uppercase;
	margin-right: 55px;
	transition: 300ms;
}

.p_content .right_details_one .overview .o_right .o_link a:first-child:hover {
	transform: scale(.9);
}

.p_content .right_details_one .prode-pdf1{
	margin-bottom: 40px;
}
.p_content .right_details_one .prode-pdf1 ul{
	margin-top: 15px;
}
.p_content .right_details_one .prode-pdf1 ul li{
	margin-top: 10px;
}
.p_content .right_details_one .prode-pdf1 ul li:first-child{
	margin-top: 0;
}

.p_content .right_details_one .prode-pdf1 ul a{
	font: 17px fm;
	color: #333333;
	text-transform: capitalize;
	/* padding-left: 35px;
	background: url(../img/download.png) left center no-repeat; */
}
.p_content .right_details_one .prode-pdf1 ul a i{
	margin-right: 10px;
	font-size: 21px;
}

.p_content .right_details_one .m_title{
	font: 22px heavy;
	color: #333333;
	text-transform: uppercase;
	padding-left: 20px;
	position: relative;
	margin-bottom: 35px;
}
.p_content .right_details_one .m_title:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 25px;
	transform: skew(-10deg);
	background-color: #1b8ff2;
	left: 0;
	top: 0;
}

/*
.p_content .right_details_one .material{
	padding-bottom: 50px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 50px;
}
*/
.p_content .right_details_one .material p span {
	font: 16px Segoe UI !important;
}

.p_content .right_details_one .material .m_title {
	font: 22px heavy;
	color: #333333;
	text-transform: uppercase;
	padding-left: 20px;
	position: relative;
	margin-bottom: 35px;
}

.p_content .right_details_one .material .m_title:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 25px;
	transform: skew(-10deg);
	background-color: #1b8ff2;
	left: 0;
	top: 0;
}

.p_content .right_details_one .material table {
	margin-bottom: 25px;
	width: 100% !important;
}

.p_content .right_details_one .material table tr:not(:first-child) td {
	word-break: break-all;
}

.p_content .right_details_one .material table tr:first-child {
	background-color: #2e4261;
}

.p_content .right_details_one .material table tr:first-child td {
	color: #fff !important;
}

.p_content .right_details_one .material table tr td:first-child {
	/* width: 40%; */
}

.p_content .right_details_one .material table tr td:last-child {
	/*width: 60%;*/
}

.p_content .right_details_one .material table tr td {
	/*width: 18%;*/
}

.p_content .right_details_one .material table tr td:first-child {
	/*width: 28%;*/
}

.p_content .right_details_one .material table tr td {
	border: none !important;
	font: 16px fm !important;
	color: #666666 !important;
	padding: 10px !important;
	border-right: 1px solid #fff !important
}

.p_content .right_details_one .material table tr td p {
	font: 16px fm !important;
	color: #666666 !important;
}

.p_content .right_details_one .material table tr td span {
	font: 16px fm !important;
	color: #666666 !important;
}

.p_content .right_details_one .material table tr td strong {
	font: 16px fm !important;
	color: #666666 !important;
}

.p_content .right_details_one .material table tr:nth-of-type(2n+1) {
	background-color: #f2f2f2;
}

.p_content .right_details_one .material table tr:nth-of-type(1) {
	background-color: #2e4261;
}

.p_content .right_details_one .material .m_container {
	width: 100%
}

.p_content .right_details_one .material .m_container .m_left {
	width: 100%;
	color: #666;
	font-size: 17px;
	font-family: 'fm';
	line-height: 30px;
	padding-top: 60px;
	box-sizing: border-box;
}

.p_content .right_details_one .material .m_container .m_right {
	width: 100%;
	margin-bottom: 50px;
}

/*
.p_content .right_details_one .advantage{
	padding-bottom: 50px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 80px;
}
*/

.p_content .right_details_one .advantage p img {
	width: 100%;
	max-width: 800px
}

.p_content .right_details_one .advantage p span {
	font: 16px fm !important;
}

.p_content .right_details_one .advantage .m_title {
	font: 22px heavy;
	color: #333333;
	text-transform: uppercase;
	padding-left: 20px;
	position: relative;
	margin-bottom: 35px;
}

.p_content .right_details_one .advantage .m_title:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 25px;
	transform: skew(-10deg);
	background-color: #1b8ff2;
	left: 0;
	top: 0;
}

.p_content .right_details_one .advantage ul li {
	font: 18px fm;
	color: #666666;
}

.p_content .right_details_one .relate {
	margin-bottom: 90px;
	margin-top: 50px
}

.p_content .right_details_one .relate .r_title {
	font: 22px heavy;
	color: #333333;
	text-transform: uppercase;
	padding-left: 20px;
	position: relative;
	margin-bottom: 35px;
}

.p_content .right_details_one .relate .r_title:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 25px;
	transform: skew(-10deg);
	background-color: #1b8ff2;
	left: 0;
	top: 0;
}

.p_content .right_details_one .relate .swiper-slide .img {
	overflow: hidden;
}

.p_content .right_details_one .relate .swiper-slide .img img {
	width: 100%;
	transition: 300ms;
}

.p_content .right_details_one .relate .swiper-slide:hover .img img {
	transform: scale(1.2);
}

.p_content .right_details_one .relate .swiper-slide .name {
	font: 16px lt;
	color: #333333;
	position: relative;
	margin-bottom: 12px;
}

.p_content .right_details_one .relate .swiper-slide:hover .name {
	color: #666;
}

.p_content .right_details_one .relate .swiper-slide .type {
	font: 17px lt;
	color: #1c8ff3;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}

.p_content .right_details_one .relate .swiper-slide .link {
	display: block;
	font: 18px fm;
	color: #c8c8c8;
	text-transform: uppercase;
	transition: 300ms;
	position: relative;
}

.p_content .right_details_one .relate .swiper-slide:hover .link {
	color: #2e4261;
}

.p_content .right_details_one .relate .swiper-slide .link:after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #2e4261;
	left: 0;
	top: -2px;
	transition: 300ms;
}

.p_content .right_details_one .relate .swiper-slide:hover .link:after {
	width: 100%;
}

.p_content .right_details_one .company {
	background-color: #f2f2f2;
	margin-bottom: 70px;
}

.p_content .right_details_one .company .c_title {
	font: 22px/35px heavy;
	color: #fff;
	background: url(../img/pdbg.png) left top no-repeat;
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.p_content .right_details_one .company .info {
	font: 16px/26px fm;
	color: #888888;
	padding-left: 40px;
	margin-bottom: 15px;
}

.p_content .right_details_one .company ul {
	padding-left: 75px;
	margin-bottom: 35px;
}

.p_content .right_details_one .company ul li {
	font: 16px/26px fm;
	color: #888888;
}

.p_content .right_details_one .company .img img {
	width: 100%;
}

.p_content .right_details_one .pd_link {
	margin-bottom: 60px;
}

.p_content .right_details_one .pd_link .l_left {
	float: left;
}

.p_content .right_details_one .pd_link .l_left p {
	font: 18px heavy;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.p_content .right_details_one .pd_link .l_left p a {
	font: 18px fm;
	color: #888888;
	text-transform: none;
}

.p_content .right_details_one .pd_link .l_left p a:hover {
	color: #1b8ff2;
	text-decoration: underline;
}

.p_content .right_details_one .pd_link .l_right {
	float: right;
	font: 18px heavy;
	color: #333333;
	text-transform: uppercase;
	margin-top: 30px;
}

.p_content .right_details_one .xunpan {
	background-color: #404040;
	padding: 50px 30px;
}

.p_content .right_details_one .xunpan .x_title {
	font: 16px fm;
	color: #787878;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.p_content .right_details_one .xunpan .one input::-webkit-input-placeholder,
.p_content .right_details_one .xunpan .two input::-webkit-input-placeholder,
.p_content .right_details_one .xunpan .three textarea::-webkit-input-placeholder,
.p_content .right_details_one .xunpan .four input::-webkit-input-placeholder {
	color: #fff;
}

.p_content .right_details_one .xunpan .one input,
.p_content .right_details_one .xunpan .two input,
.p_content .right_details_one .xunpan .three textarea,
.p_content .right_details_one .xunpan .four input {
	background-color: transparent;
	outline: none;
	border: 2px solid #787878;
	font: 16px/45px fm;
	color: #fff;
	padding-left: 20px;
}

.p_content .right_details_one .xunpan .one {
	margin-bottom: 20px;
}

.p_content .right_details_one .xunpan .one input:first-child {
	width: 49%;
	height: 45px;
	float: left;
}

.p_content .right_details_one .xunpan .one input:last-child {
	width: 49%;
	height: 45px;
	float: right;
}

.p_content .right_details_one .xunpan .two {
	margin-bottom: 20px;
}

.p_content .right_details_one .xunpan .two input:first-child {
	width: 49%;
	height: 45px;
	float: left;
}

.p_content .right_details_one .xunpan .two input:last-child {
	width: 49%;
	height: 45px;
	float: right;
}

.p_content .right_details_one .xunpan .three {
	margin-bottom: 20px;
}

.p_content .right_details_one .xunpan .three textarea {
	width: 100%;
	height: 135px;
	resize: none;
}

.p_content .right_details_one .xunpan .four input {
	width: 38%;
	height: 45px;
	float: left;
}

.p_content .right_details_one .xunpan .four img {
	float: left;
	margin-left: 15px;
}

.p_content .right_details_one .xunpan .four button {
	width: 35%;
	height: 45px;
	float: right;
	background-color: #1b8ff2;
	border: none;
	outline: none;
	font: 22px fm;
	color: #323232;
	text-transform: capitalize;
	cursor: pointer;
	transition: 300ms;
}

.p_content .right_details_one .xunpan .four button:hover {
	transform: scale(.9);
}

/* product two */
.p_content .right_two {
	width: 100%;
}

.p_content .right_two .title {
	font: 40px fm;
	color: #333;
	margin-bottom: 35px;
}

.p_content .right_two .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p_content .right_two .list .list_item {
	width: 31%;
	border: 1px solid #dcdcdc;
	margin-bottom: 25px;
	transition: 300ms;
}

.p_content .right_two .list .list_item:hover {
	transform: translateY(-15px);
}

.p_content .right_two .list .list_item .img img {
	width: 100%;
}

.p_content .right_two .list .list_item .info {
	background-color: #dcdcdc;
	padding: 20px;
}

.p_content .right_two .list .list_item .info p {
	font: 22px heavy;
	color: #333333;
	margin-bottom: 15px;
}

.p_content .right_two .list .list_item .info ul li {
	padding-left: 0 !important;
}

.p_content .right_two .list .list_item .info ul li p {
	font: 15px fm;
	color: #888888;
	padding-left: 30px;
	position: relative;
}

.p_content .right_two .list .list_item .info ul li p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #888888;
}

/* news content */
.a_content .right .news_list a {
	margin-bottom: 20px;
}

.a_content .right .news_list li {
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
}

.a_content .right .news_list li:last-child {
	margin-bottom: 0;
}

.a_content .right .news_list li:hover .info .name {
	color: #1b8ff2;
}

.a_content .right .news_list li:hover .info .link {
	color: #333333;
}

.a_content .right .news_list li .img {
	width: 55%;
}

.a_content .right .news_list li .img img {
	width: 100%;
}

.a_content .right .news_list li .info {
	padding-left: 30px;
}

.a_content .right .news_list li .info .name {
	font: 22px fm;
	color: #333333;
	margin-bottom: 10px;
	transition: 300ms;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.a_content .right .news_list li .info .date {
	font: 15px lt;
	color: #888888;
	margin-bottom: 15px;
}

.a_content .right .news_list li .info .des {
	font: 16px lt;
	color: #888888;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.a_content .right .news_list li .info .link {
	font: 15px fm;
	color: #1b8ff2;
	text-transform: uppercase;
	transition: 300ms;
}

/* news details content */
.nd_content {
	width: 100%;
	margin-bottom: 60px;
}

.nd_content .content {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 60px;
}

.nd_content .content .title {
	text-align: center;
	font: 22px fm;
	color: #303030;
	margin-bottom: 15px;
}

.nd_content .content .date {
	font: 15px fm;
	color: #9a9a9a;
	text-align: center;
	margin-bottom: 15px;
}

.nd_content .content img {
	width: 100% !important;
}

.nd_content .content a {
	display: block;
	width: 120px;
	height: 40px;
	background-color: #383838;
	text-align: center;
	font: 20px/40px fm;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
}

/* download content */
.d_content {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 70px 0 90px;
}

.d_content .list {
	width: 22%;
	transition: 400ms;
}

.d_content .list:hover {
	transform: scale(1.1);
}

.d_content .list .img {
	margin-bottom: 25px;
}

.d_content .list .img img {
	width: 100%;
}

.d_content .list p {
	font: 24px fm;
	color: #1b8ff2;
	text-transform: capitalize;
	text-align: center;
}

/* download one content */
.d_one_content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 90px 0;
}

.d_one_content .title {
	font: 40px fm;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 45px;
}

.d_one_content .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.d_one_content .list li {
	width: 32%;
	margin-bottom: 50px;
}

.d_one_content .list li .img {
	margin-bottom: 40px;
}

.d_one_content .list li .img img {
	width: 100%;
}

.d_one_content .list li .download p {
	float: left;
	font: 18px fm;
	color: #333333;
}

.d_one_content .list li .download a {
	float: right;
}

/* download content */
.d_one_content .list_two {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.d_one_content .list_two li {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box
}

.d_one_content .list_two li span {
	font-weight: bold
}

.d_one_content .list_two li a {
	float: right;
	font-weight: bold
}

.d_one_content .list_two li .img {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .25);
	margin-bottom: 25px;
}

.d_one_content .list_two li .img img {
	width: 100%;
}

.d_one_content .list_two li .download p {
	float: left;
	font: 18px fm;
	color: #333333;
}

.d_one_content .list_two li .download a {
	float: right;
}

/* download three content */
.d_three_content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 90px 0;
}

.d_three_content .title {
	font: 40px fm;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 45px;
}

.d_three_content .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.d_three_content .list li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.d_three_content .list li .download p {
	float: left;
	font: 18px fm;
	color: #333333;
}

.d_three_content .list li span {
	font-weight: bold
}

.d_three_content .list li a {
	float: right;
	margin-right: 20px;
	cursor: pointer;
	font-weight: bold
}
.d_three_content .list li .down-times{
	float: right;
	font-size: 15px;
	color: #333;
}

/* contact content */
.c_content {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.c_content .title {
	font: 40px fm;
	color: #333;
	margin-bottom: 35px;
}

.c_content .info {
	margin-bottom: 40px;
}

.c_content .info p {
	font: 17px fm;
	color: #333333;
	margin-bottom: 10px;
}

.c_content .info p:first-child {
	font: 20px heavy;
	color: #333333;
	margin-bottom: 30px;
}

.c_content .info p:last-child {
	margin-bottom: 0;
}

.c_content #map {
	width: 100%;
	height: 350px;
	margin-bottom: 60px;
}

.c_content .xunpan {
	background-color: #404040;
	padding: 50px 30px;
}

.c_content .xunpan .x_title {
	font: 16px fm;
	color: #787878;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.c_content .xunpan .one input::-webkit-input-placeholder,
.c_content .xunpan .two input::-webkit-input-placeholder,
.c_content .xunpan .three textarea::-webkit-input-placeholder,
.c_content .xunpan .four input::-webkit-input-placeholder {
	color: #fff;
}

.c_content .xunpan .one input,
.c_content .xunpan .two input,
.c_content .xunpan .three textarea,
.c_content .xunpan .four input {
	background-color: transparent;
	outline: none;
	border: 2px solid #787878;
	font: 16px/45px fm;
	color: #fff;
	padding-left: 20px;
}

.c_content .xunpan .one {
	margin-bottom: 20px;
}

.c_content .xunpan .one input:first-child {
	width: 49%;
	height: 45px;
	float: left;
}

.c_content .xunpan .one input:last-child {
	width: 49%;
	height: 45px;
	float: right;
}

.c_content .xunpan .two {
	margin-bottom: 20px;
}

.c_content .xunpan .two input:first-child {
	width: 49%;
	height: 45px;
	float: left;
}

.c_content .xunpan .two input:last-child {
	width: 49%;
	height: 45px;
	float: right;
}

.c_content .xunpan .three {
	margin-bottom: 20px;
}

.c_content .xunpan .three textarea {
	width: 100%;
	height: 135px;
	resize: none;
}

.c_content .xunpan .four input {
	width: 38%;
	height: 45px;
	float: left;
}

.c_content .xunpan .four img {
	float: left;
	margin-left: 15px;
}

.c_content .xunpan .four button {
	width: 35%;
	height: 45px;
	float: right;
	background-color: #1b8ff2;
	border: none;
	outline: none;
	font: 22px fm;
	color: #323232;
	text-transform: capitalize;
	cursor: pointer;
	transition: 300ms;
}

.c_content .xunpan .four button:hover {
	transform: scale(.9);
}

/* swiper control */
.ryxl3 .swiper-button-next {
	right: 15px;
}

.ryxl3 .swiper-button-prev {
	left: 15px;
}

.ryxl3 {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	display: none;
}

.ryxl3 .ryxl4 {
	width: 35%;
	margin: 10px auto 0;
	position: relative;
}

.ryxl3 .ryxl4 img {
	width: 100%;
}


@media (max-width:1800px) {

	/* index banner */
	#index_banner .swiper-slide.one .inner .right li {
		width: 175px;
	}

	#index_banner .swiper-slide.one .inner .right li a {
		width: 150px;
	}
}

@media (max-width:1440px) {

	/* index top */
	.index_top .content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.index_top.active .content {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* index nav */
	.index_nav .content .nav li:hover {
		transform: skew(0);
	}

	.index_nav .content .nav li:hover a {
		transform: skew(0);
	}

	.index_nav .content .nav li.active {
		transform: skew(0);
	}

	.index_nav .content .nav li.active a {
		transform: skew(0);
	}

	/* index banner */
	#index_banner .swiper-slide .inner {
		padding: 0 15px;
	}

	/* index bar */
	.index_bar .content {
		padding: 0 15px;
	}

	/* index about */
	.index_about .content {
		padding: 0 15px;
	}

	.index_about .content .link {
		right: 15px;
	}

	/* index product */
	.index_product .content {
		padding: 0 15px;
	}

	/* index contact */
	.index_contact .content {
		padding: 0 15px;
	}

	/* index footer */
	.index_footer .content .top {
		padding: 0 15px;
	}

	/* about us one */
	.a_content {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* product content */
	.p_content {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* news content */
	.a_content .right .news_list li .img {
		width: 100%;
	}

	/* download one */
	.d_one_content {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* news details content */
	.nd_content .content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.p_content .right_details_one .title2 {
		width: 100%;
		float: none;
	}

	.p_content .right_details_one .o_link2 {
		width: 100%;
		float: none;
	}
}

@media (max-width:1200px) {

	/* index nav */
	.index_nav .content {
		padding: 0 15px;
	}

	.index_nav .content .nav {
		display: none;
	}

	.index_nav .content .toggle {
		display: block;
	}

	.index_nav .content .toggle_nav {
		display: block;
	}

	/* index banner */
	#index_banner .swiper-slide {
		height: 550px;
	}

	#index_banner .swiper-slide.one .inner .right {
		display: none;
	}

	#index_banner .swiper-slide.one .inner .left {
		width: 60%;
		float: none;
		margin: 100px auto 0;
	}

	#index_banner .swiper-slide.one .inner .left a {
		margin: 0 auto;
	}

	#index_banner .swiper-slide.one .inner .left p {
		text-align: center;
	}

	#index_banner .swiper-slide.two .inner .right {
		display: none;
	}

	#index_banner .swiper-slide.two .inner .left {
		width: 60%;
		float: none;
		margin: 100px auto 0;
	}

	#index_banner .swiper-slide.two .inner .left p {
		text-align: center;
	}

	#index_banner .swiper-slide.two .inner .left a {
		margin: 0 auto;
	}

	#index_banner .swiper-slide.three .inner .right {
		display: none;
	}

	#index_banner .swiper-slide.three .inner .left {
		width: 60%;
		float: none;
		margin: 100px auto 0;
	}

	#index_banner .swiper-slide.three .inner .left p {
		text-align: center;
	}

	#index_banner .swiper-slide.three .inner .left a {
		margin: 0 auto;
	}

	/* index bar */
	.index_bar .content {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.index_bar .content p {
		float: none;
		text-align: center;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.index_bar .content a {
		float: none;
		margin: 0 auto;
	}

	/* index about */
	.index_about .content .left:after {
		display: none;
	}

	.index_about .content .left {
		padding: 0;
	}

	/* index footer */
	.index_footer .content .top .left {
		width: 100%;
		margin-bottom: 40px;
	}

	.index_footer .content .top .center {
		width: 65%;
	}

	.index_footer .content .top .right {
		width: 30%;
	}

}

@media (max-width: 1100px) {
	.p_content .right_details_one .material .m_container .m_left {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 10px;
	}

	.p_content .right_details_one .material .m_container .m_right {
		width: 100%;
		float: none;
	}
}

@media (max-width:992px) {

	/* index banner */
	#index_banner .swiper-slide.one .inner .left {
		width: 80%;
	}

	#index_banner .swiper-slide.one .inner .left p {
		font-size: 50px;
	}

	#index_banner .swiper-slide.two .inner .left {
		width: 80%;
	}

	#index_banner .swiper-slide.three .inner .left {
		width: 80%;
	}

	/* index contact */
	.index_contact .content .title p:first-child {
		float: none;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.index_contact .content .title p:last-child {
		float: none;
	}

	/* about us one */
	.a_content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.a_content .left {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.a_content .right {
		width: 100%;
		float: none;
		padding: 0;
		border: none;
	}

	.a_content .right .title {
		font-size: 36px;
		text-align: center;
	}

	/* about us two */
	.a_content .right_two {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}

	.a_content .right_two .title {
		font-size: 36px;
		text-align: center;
	}

	/* about us three */
	.a_content .right_three {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}

	.a_content .right_three .title {
		font-size: 36px;
		text-align: center;
	}

	/* about us four */
	.a_content .right_four {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}

	.a_content .right_four .title {
		font-size: 36px;
		text-align: center;
	}

	/* about us five */
	.a_content .right_five {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}

	.a_content .right_five .title {
		font-size: 36px;
		text-align: center;
	}

	.a_content .right_five .two .two_img {
		width: 100%;
	}

	.a_content .right_five .one {
		margin-bottom: 60px;
	}

	/* about us six */
	.a_content .right_six {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
	}

	.a_content .right_six .title {
		font-size: 36px;
		text-align: center;
	}

	/* product content */
	.p_content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.p_content .left {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.p_content .right {
		width: 100%;
		float: none;
		padding: 0;
		border: none;
	}

	.p_content .right .title {
		font-size: 36px;
		text-align: center;
	}

	/* product details content */
	.p_content .right_details_one {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}

	.p_content .right_details_one .title {
		font-size: 36px;
		text-align: center;
		margin-bottom: 40px;
	}

	/* product two content */
	.p_content .right_two {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}

	.p_content .right_two .title {
		font-size: 36px;
		text-align: center;
	}

	/* download one */
	.d_one_content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	/* download two */
	.d_one_content .list_two li {
		width: 100%;
	}

	/* contact content */
	.c_content {
		width: 100%;
		float: none;
		padding: 0;
		border: none;
	}

	.c_content .title {
		font-size: 36px;
		text-align: center;
	}

	.ryxl3 .ryxl4 {
		width: 60%;
	}
}

@media (max-width:768px) {

	/* index top */
	.index_top .search {
		display: none;
	}

	.index_top .lan {
		margin-left: 0;
	}

	/* index nav */
	.index_nav .content .search {
		display: block;
	}

	.index_nav.active {
		top: 64px;
	}

	/* index about */
	.index_about .content .left {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.index_about .content .right {
		width: 100%;
		float: none;
		padding: 0;
	}

	.index_about .content .right .title {
		text-align: center;
	}

	.index_about .content .right ul {
		text-align: center;
	}

	.index_about .content .right ul li {
		display: inline-block;
		float: none;
	}

	.index_about .content .right .info {
		text-align: center;
	}

	.index_about .content .right .link {
		margin-top: 40px;
	}

	/* index product */
	.index_product .content .left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		height: auto;
		padding: 30px;
	}

	.index_product .content .left .title {
		text-align: center;
	}

	.index_product .content .left .info {
		text-align: center;
	}

	.index_product .content .left .link {
		float: right;
	}

	.index_product .content .center {
		width: 49%;
		margin-right: 2%;
	}

	.index_product .content .right {
		width: 49%;
	}

	/* index contact */
	.index_contact .content .title p:first-child {
		text-align: center;
	}

	.index_contact .content .title p:last-child {
		text-align: center;
	}

	/* index footer */
	.index_footer .content .top .left .item_wrap .item {
		width: 50%;
		margin-bottom: 30px;
	}

	.index_footer .content .top .left .item_wrap li:nth-of-type(3) {
		margin-bottom: 0;
	}

	.index_footer .content .top .left .item_wrap li:nth-of-type(4) {
		margin-bottom: 0;
	}

	/* about us one  */
	.neiye_banner .content .inner {
		width: 100% !important;
		position: static;
		transform: skew(0);
	}

	.neiye_banner .content .inner .title {
		transform: skew(0);
	}

	.neiye_banner .content .inner .link {
		transform: skew(0);
	}

	/* about us one */
	.a_content .right .one .img {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 35px;
	}

	.a_content .right .one .img:after {
		display: none;
	}

	.a_content .right .one .info {
		width: 100%;
		float: none;
		padding: 0;
	}

	.a_content .right .four {
		padding: 0;
	}

	.a_content .right .four:after {
		display: none;
	}

	/* about us two */
	.a_content .right_two .list li {
		width: 49%;
	}

	.a_content .right_two .list li:nth-of-type(4) {
		margin-bottom: 45px;
	}

	/* about us five */
	.a_content .right_five .one .one_left {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.a_content .right_five .one .one_right {
		width: 100%;
		float: none;
	}

	/* product content */
	.p_content .right .list li {
		width: 48%;
	}

	.p_content .right .title {
		margin-bottom: 0;
	}

	/* product details content */
	.p_content .right_details_one .overview .o_left {
		width: 100%;
		margin-bottom: 60px;
		float: none;
	}

	.p_content .right_details_one .overview .o_right {
		width: 100%;
		float: none;
	}

	.p_content .right_details_one .relate {
		margin-bottom: 60px;
	}

	/* product two */
	.p_content .right_two ul .list {
		width: 49%;
	}

	/* news content */
	.a_content .right .news_list li {
		display: block;
	}

	.a_content .right .news_list li .info {
		padding: 30px;
	}

	/* download one */
	.d_one_content .title {
		text-align: center;
		font-size: 30px;
	}

	.d_one_content .list li {
		width: 49%;
	}

}

@media (max-width:576px) {

	/* index banner */
	#index_banner .swiper-slide {
		height: 500px;
	}

	#index_banner .swiper-button-next,
	#index_banner .swiper-button-prev {
		display: none;
	}

	#index_banner .swiper-slide.one .inner .left {
		width: 90%;
		margin-top: 140px;
		padding: 20px;
	}

	#index_banner .swiper-slide.one .inner .left p {
		font: 25px/30px fm;
		margin-bottom: 30px;
	}

	#index_banner .swiper-slide.one .inner .left a {
		width: 183px;
	}

	#index_banner .swiper-slide.two .inner .left {
		width: 90%;
		margin-top: 125px;
		padding: 20px;
	}

	#index_banner .swiper-slide.two .inner .left p {
		font: 25px/30px fm;

	}

	#index_banner .swiper-slide.two .inner .left a {
		width: 183px;
	}

	#index_banner .swiper-slide.three .inner .left {
		width: 90%;
		margin-top: 115px;
		padding: 20px;
	}

	#index_banner .swiper-slide.three .inner .left p {
		font: 25px/30px fm;
	}

	#index_banner .swiper-slide.three .inner .left a {
		width: 183px;
	}

	/* index bar */
	.index_bar .content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.index_bar .content p {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	/* index about */
	.index_about .content .right ul li {
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}

	.index_about .content .right ul li i,.index_about .content .right ul li a {
		line-height: 40px;
	}

	.index_about .content .right .title {
		font-size: 30px;
	}

	/* index product */
	.index_product .content .left .title {
		font-size: 35px;
	}

	.index_product .content .center {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
		padding-bottom: 30px;
	}

	.index_product .content .center .title {
		font-size: 30px;
	}

	.index_product .content .right {
		width: 100%;
		height: auto;
		margin-right: 0;
		padding-bottom: 30px;
	}

	.index_product .content .right .title {
		font-size: 30px;
	}

	/* index contact */
	.index_contact .content .title p:first-child {
		font-size: 35px;
		line-height: 35px;
	}

	.index_contact .content .title p:last-child {
		text-align: center;
	}

	.index_contact .content .xunpan .one input,
	.index_contact .content .xunpan .two input,
	.index_contact .content .xunpan .three textarea,
	.index_contact .content .xunpan .four input {
		padding-left: 10px;
	}

	.index_contact .content .xunpan .four input {
		width: 25%;
	}

	/* index footer */
	.index_footer .content .top .left .title {
		text-align: center;
		font-size: 20px;
	}

	.index_footer .content .top .center {
		width: 100%;
		margin-bottom: 40px;
	}

	.index_footer .content .top .center .title {
		text-align: center;
		font-size: 20px;
	}

	.index_footer .content .top .right {
		width: 100%;
	}

	.index_footer .content .top .right .share {
		text-align: center;
	}

	.index_footer .content .top .right .share li {
		float: none;
		display: inline-block;
	}

	/* about us one */
	.neiye_banner .content {
		height: 170px;
	}

	.neiye_banner .content .inner {
		padding-top: 45px;
	}

	.neiye_banner .content .inner .title {
		font-size: 30px;
		margin-bottom: 5px;
	}

	/* about us one */
	.a_content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.a_content .left {
		text-align: center;
	}

	.a_content .left .title {
		padding-left: 0;
		font-size: 30px;
		margin-bottom: 15px;
	}

	.a_content .left .menu li a {
		padding-left: 0;
		line-height: 45px;
	}

	.a_content .right .title {
		font-size: 30px;
	}

	/* about us two */
	.a_content .right_two .title {
		font-size: 30px;
	}

	.a_content .right_two .list li {
		width: 100%;
	}

	.a_content .right_two .list li:nth-of-type(5) {
		margin-bottom: 45px;
	}

	/* about us three */
	.a_content .right_three .title {
		font-size: 30px;
	}

	.a_content .right_three .list li {
		margin-bottom: 30px;
	}

	/* about us four */
	.a_content .right_four .title {
		font-size: 30px;
	}

	.a_content .right_four .list li:nth-of-type(2n-1) .info:after {
		width: 150px;
	}

	.a_content .right_four .list li:nth-of-type(2n) .info:after {
		width: 150px;
	}

	.a_content .right_four .list li .date {
		font-size: 30px;
	}

	.a_content .right_four .list li:nth-of-type(2n-1) .info {
		padding-left: 15px;
	}

	.a_content .right_four .list li:nth-of-type(2n) .info {
		padding-right: 15px;
	}

	/* about us five */
	.a_content .right_five .title {
		font-size: 30px;
	}

	/* about us six */
	.a_content .right_six .title {
		font-size: 30px;
	}

	/* product content */
	.p_content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.p_content .left {
		text-align: center;
	}

	.p_content .left .title {
		padding-left: 0;
		font-size: 30px;
		margin-bottom: 15px;
	}

	.p_content .left .lanmu {
		padding-left: 0;
	}

	.p_content .left .list li a {
		padding-left: 0;
	}

	.p_content .right .title {
		font-size: 25px;
	}

	.p_content .right .list li {
		width: 100%;
	}

	.p_content .right .list li .name {
		text-align: center;
	}

	.p_content .right .list li .link {
		text-align: center;
	}

	/* product details */
	.p_content .right_details_one .title {
		font-size: 25px;
		margin-bottom: 0;
	}

	.p_content .right_details_one .o_link2 a:first-child {
		width: 150px;
		margin-right: 30px;
	}

	.p_content .right_details_one .relate .swiper-slide .name {
		text-align: center;
	}

	.p_content .right_details_one .relate .swiper-slide .link {
		text-align: center;
	}

	.p_content .right_details_one .overview .o_right table {
		margin-bottom: 60px;
	}

	.p_content .right_details_one .overview .o_right .o_link a:first-child {
		width: 150px;
		margin-right: 30px;
	}

	.p_content .right_details_one .pd_link .l_left p {
		font-size: 15px;
	}

	.p_content .right_details_one .company .info {
		padding-left: 15px;
	}

	.p_content .right_details_one .company ul {
		padding-left: 30px;
	}

	.p_content .right_details_one .overview .o_right .o_title {
		font-size: 22px;
	}

	.p_content .right_details_one .material .m_title {
		font-size: 22px;
	}

	.p_content .right_details_one .advantage .m_title {
		font-size: 22px;
	}

	.p_content .right_details_one .relate .r_title {
		font-size: 22px;
	}

	.p_content .right_details_one .company {
		margin-bottom: 40px;
	}

	.p_content .right_details_one .pd_link {
		margin-bottom: 40px;
	}

	.p_content .right_details_one .xunpan .four button {
		width: 100%;
		margin-top: 20px;
	}

	/* product two */
	.p_content .right_two .title {
		font-size: 25px;
	}

	.p_content .right_two ul .list {
		width: 100%;
	}

	/* download content */
	.d_content {
		padding: 60px 15px;
	}

	.d_content .list {
		width: 80%;
		margin-bottom: 40px;
	}

	.d_content div:last-child {
		margin-bottom: 0;
	}

	/* download one */
	.d_one_content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.d_one_content .title {
		margin-bottom: 30px;
	}

	.d_one_content .list li .img {
		margin-bottom: 15px;
	}

	.d_one_content .list li {
		width: 100%;
		margin-bottom: 35px;
	}

	/* download two */
	.d_one_content .list_two li {
		width: 100%;
		margin-bottom: 40px;
	}

	/* contact us content */
	.c_content .title {
		font-size: 30px;
	}

	.c_content .info p:first-child {
		font-size: 18px;
		text-align: center;
		font-family: fm;
	}

	.c_content .xunpan .four button {
		width: 100%;
		margin-top: 20px;
	}

	.ryxl3 .ryxl4 {
		width: 90%;
	}

}

/* 产品详情页轮播图 */
.slide {
	width: 100%;
	min-height: 180px;
	overflow: hidden;
	position: relative;
}

.slide .img {
	overflow: hidden;
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}

.slide .img img {
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	margin: 7px;
}

.slide .img1 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: -50%;
	z-index: 1;
}

.slide .img2 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: -20%;
	z-index: 2;
}

.slide .img3 {
	width: 60%;
	height: 80%;
	top: 10%;
	left: 20%;
	z-index: 3;
}

.slide .img4 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: 60%;
	z-index: 2;
}

.slide .img5 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: 110%;
	z-index: 1;
}

.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	z-index: 10;
}

.slide-bt span {
	width: 24px;
	height: 8px;
	background: #c9caca;
	float: left;
	margin: 5px;
	border-radius: 4px;
}

.slide .slide-bt .on {
	background: #ffd200;
}

.leftbtn {
	position: absolute;
	z-index: 100;
	left: 20px;
	top: 45%;
	width: 45px;
	cursor: pointer;
}

.rightbtn {
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 45%;
	width: 45px;
	cursor: pointer;
}
