﻿body {
	font-family: 'microsoft yahei';
	color: #595959;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	cursor: default;
	position: relative;
	background: #eee;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat-black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/icon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.colored-text {
	color: #fe503e;
}

a {

	text-decoration: none;
	color: #1386e8;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

a:hover,
a:focus {
	color: #888;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

img {
	max-width: 100%;
}

h1 {

	font-size: 30px;
	color: #444;
	line-height: 40px;
	font-weight: bold;
}

h2 {
	margin: 0;

	font-size: 24px;
	color: #444;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	text-shadow: none;
}

h3,
h4 {

	color: #444;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	text-shadow: none;
}

::-moz-selection {
	background: #fe503e;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fe503e;
	color: #fff;
	text-shadow: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

input {
	background: 0 0 !important;
}

.new-list h3 {
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.baui-red .numCX,
.baui-bule .numCX,
.baui-orenge .numCX,
.baui-cyan .numCX {
	color: #fff !important;
}

.baui-red {
	background-color: rgba(231, 0, 18, 1) !important;
}

.baui-bule {
	background-color: rgba(1, 151, 225, 1) !important;
}

.baui-orenge {
	background-color: rgba(248, 182, 42, 1) !important;
}

.baui-cyan {
	background-color: rgba(125, 48, 142, 1) !important;
}

@media (min-width: 1200px) {
	.col-zdlg-2-5 {
		float: left;
		width: 20%;
	}
}


.list-inline>div {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/***** Big links / buttons *****/
/*头部*/

/*头部*/

@media (min-width: 1400px) {
	.container-yl {
		width: 95%;
	}
}

/*滚动*/
.slider-container {
	margin: 0 auto;
}

.slider {
	padding: 0;
	overflow: hidden;
}

.flexslider {
	margin: 0;
	background: none;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.flexslider .slides>li {
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

/*滚动*/

.video-container vedio {
	width: 100%;
}

.banner {
	position: relative;
	top: 0;
	z-index: 0
}

.banner video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.banner img {
	width: 100%;
	height: 100%;
}


section.banner {
	width: 100%;
}

section.banner .swiper-slide {
	position: relative;

}

section.banner .swiper-slide img,
section.banner .swiper-slide video {
	width: 100%;
	object-fit: fill;
	/* height:auto; */
}

section.banner .swiper-slide .title {

	width: 100%;
	height: 100%;
	position: absolute;
	top: -50px;
	left: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
}

section.banner .swiper-slide .title2 {

	width: 100%;
	height: 100%;
	position: absolute;
	top: 280px;
	left: 390px;
}

section.banner .swiper-slide .title h3,
section.banner .swiper-slide .title2 h3 {
	font-weight: 400;
	font-weight: bold;
	color: #fff;
	font-size: 40px !important;
	font-style: normal;
	line-height: 70px;
	margin-bottom: 30px;
	letter-spacing: 1px;

}

section.banner .swiper-slide .title p,
section.banner .swiper-slide .title2 p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

section.banner .swiper-slide .title a,
section.banner .swiper-slide .title2 a {
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;

	margin-left: 10px;
	text-align: center;
	padding: 11px 42px;
	white-space: nowrap;
	/*letter-spacing: 1px;*/
	background: none;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;

}

section.banner .swiper-slide .title a:hover,
section.banner .swiper-slide .title2 a:hover {
	background: #536dfe;
	color: #fff;
	border: 1px solid #536dfe;
}

@media screen and (min-width:1000px) and (max-width:1400px) {
	section.banner .swiper-slide .title2 {
		top: 180px !important;
		left: 190px !important;
	}
}

@media screen and (min-width:750px) and (max-width:900px) {

	section.banner .swiper-slide .title h3,
	section.banner .swiper-slide .title2 h3 {
		font-size: 35px !important;

	}

	section.banner .swiper-slide .title p,
	section.banner .swiper-slide .title2 p {
		font-size: 15px;
	}

	section.banner .swiper-slide .title a,
	section.banner .swiper-slide .title2 a {
		padding: 10px 25px;
	}
}

@media screen and (max-width:750px) {
	section.banner .swiper-slide .title {
		top: 0 !important;
	}

	section.banner .swiper-slide .title h3,
	section.banner .swiper-slide .title2 h3 {
		font-size: 14px !important;
		line-height: 20px;
		font-weight: bold;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}

	section.banner .swiper-slide .title p,
	section.banner .swiper-slide .title2 p {
		font-size: 12px;
		/* margin-bottom: 0px; */
		margin-bottom: 20px !important;
	}


	section.banner .swiper-slide .title2 {
		top: 40px;
		left: 30px;

	}

	section.banner .swiper-slide .title a,
	section.banner .swiper-slide .title2 a {
		padding: 5px 15px;
		font-size: 12px;
		margin-left: 0 !important;
	}
}

/*背景特效*/
#canv {
	position: absolute;
	top: 1800px;
	left: 0;
}

#canv2 {
	position: absolute;
	top: 3200px;
	left: 0;
}

/*公司介绍*/


.titm {
	text-align: center;
	overflow: hidden;
}

.titm p {
	color: #424d66;
	font-weight: bold;
	text-transform: uppercase;
}

.fo-01 {
	padding-top: 50px;
	background-color: rgba(55, 64, 89, 0.9);
}

.nenew_bj {
	position: relative;
}


@media (min-width: 1400px) {
	.ny_ban {
		width: 100%;
		height: 480px;
	}

	.ban_pro {
		background-image: url("../pics/product.jpg");
	}

	.ban_ser {
		background-image: url("../pics/service.jpg");
	}

	.ban_solu {
		background-image: url("../pics/solution.jpg");
	}

	.ban_soluny {
		background-image: url("../pics/soluny.jpg");
	}

	.ban_soluyl {
		background-image: url("../pics/solutionyl.jpg");
	}

	.ban_soluylny {
		background-image: url("../pics/solutionyl.jpg");
	}

	.ban_about {
		background-image: url("../pics/about.jpg");
	}

	.ban_news {
		background-image: url("../pics/news.jpg");
	}

	.ban_job {
		background-image: url("../pics/job.jpg");
	}

	.ban_file {
		background-image: url("../pics/file.jpg");
	}

	.ab-pa {
		padding: 50px 0 180px 0;
	}

	.about-sv {
		position: absolute;
		width: 100%;
		height: 1300px;
		margin-top: -260px;
	}

	.solu-sv {
		position: absolute;
		width: 100%;
		height: 1800px;
		margin-top: -150px;
	}

	.news-sv {
		position: absolute;
		width: 100%;
		height: 1200px;
		margin-top: -50px;
	}

	#myCarousel ol.carousel-indicators {
		bottom: 150px;
	}

	.cont p {}

	.solu_bj {
		position: relative;
		margin-top: -100px;
		padding: 300px 0 200px 0;
	}

	.nenew_bj {
		padding: 250px 0 220px 0;
	}

	.navbar {
		position: fixed;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.2)
	}

	.container {
		width: 1400px;
	}

	.h1_tit {
		padding: 20px 0;
		margin-top: 50px;
	}

	.new_body video {
		width: 700px;
		height: 450px;
	}

	.h1_tit {
		background: url("../pics/h_tit01.png") no-repeat center 0;
	}

	.con_bj {
		padding: 500px 0 300px 0;
		margin-top: -300px;
	}

	.pro_bj {
		padding: 250px 0 120px 0;
	}

	.container video {
		border-radius: 5px;
		width: 50%;
		height: 440px;
	}

	.titm p {}

	div.about acticle {
		width: 630px;
		padding: 0 40px;
	}

	.apli_img {
		width: 50%;
		float: left;
	}

	.apli_disc {
		width: 50%;
		float: left;
	}

	.part ul li img {
		float: left;
		border: solid 1px #ccc;
		border-radius: 5px;
		margin: 12px;
		width: 250px;
		height: 120px;
	}

	.news_li_img {
		width: 20%;
	}

	.fo_top,
	.fo_top2 {
		padding: 40px 0;
	}

	.fo_top_l {
		float: left;
	}

	.fo_top_l p {
		font-size: 18px;
		font-weight: bold;
		color: #ffbc2b;
	}

	.fo_top_l tel {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background: #515f7c;
		margin-top: 10px;
		padding: 10px 12px;
		border-radius: 5px;
		width: 100%;
	}

	.fo_top_m {
		float: left;
		margin-left: 8%;
		margin-top: 18px;
	}

	.fo_top_m>ul>li {
		float: left;
		width: 160px;
	}

	.fo_bot {
		line-height: 50px;
	}

	.fo_bot p {
		float: left;
		color: #939393;
	}

	.fo_top_m ul li h5 {
		font-size: 16px;
		color: #fff;
	}

	.fo_top_r {
		float: right;
		margin-top: 26px;
	}

	.fo_top_r p {
		line-height: 40px;
	}

	footer {
		margin-top: 60px;
	}

	.text-cor-fo {
		color: #8b8b8b;
	}

	footer section {
		margin-bottom: 60px;
	}

	.pro_3d_h2 {
		font-size: 16px;
		color: #595959;
		text-align: center;
		padding: 10px 0;

	}

	.fot-li {
		float: left;
		width: 155px;
	}

	/*	.navbar-collapse{position: relative;}*/
	.nav>li {
		position: inherit !important;
	}

	ul.navbar-nav>li:hover .li_sub {
		display: block;
		z-index: 1000;
	}

	.li_sub {
		width: 100%;
		height: 196px;
		display: none;
		padding: 50px 0 0 100px;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 90px;
		left: 0px;
	}

	.li_sub ul li {
		float: left;
	}

	.li_sub ul li a {
		display: block;
		margin: 0 50px;
		color: #fff;
	}

	.li_sub ul li:hover .li_sub_img {
		-webkit-animation-name: hvr-wobble-vertical;
		animation-name: hvr-wobble-vertical;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

	.tab_pto ul li {
		margin: 0 20px;
		padding: 0 20px;
	}

	.tab_pto {
		padding: 30px 0 30px 0;
	}

	.hb_bj {
		padding: 20px 0 80px 0;
	}

	.pro_img,
	.pro_img2 {
		position: relative;
		text-align: center;
	}

	.pro_img img {
		width: 100%;
		height: 100%;
		cursor: pointer;
		transition: all 0.6s;
		-ms-transition: all 0.8s;
	}

	.pro_img2 img {
		width: 90%;
		height: 100%;
		cursor: pointer;
		transition: all 0.6s;
		-ms-transition: all 0.8s;
	}

	.pro_img:hover img {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
	}

	.pro_img2:hover img {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
	}



	.pro_3d_img2 {
		position: relative;
		text-align: center;
	}

	.pro_3d_img2 img {
		width: 100%;
		height: 100%;
		cursor: pointer;
		transition: all 0.6s;
		-ms-transition: all 0.8s;
	}

	.pro_3d_img2:hover img {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
	}


	.pub li {
		line-height: 46px;
	}



	.ser_disc article ul h3 {
		text-align: center;
		margin-bottom: 40px;
		text-shadow: none;
		color: #444
	}

	.ser_disc article ul {
		margin: auto;
		overflow: hidden;
		display: table;
	}

	.ser_disc article ul li {
		float: left;
		margin: 0 60px;
		padding: 80px 0 0 0;
		background-position: center top;
		background-size: 80px;
	}

	.ser_disc article dl dt h3 {
		padding: 10px 0;
		font-size: 18px;
	}

	.ser_disc article dl dd {
		line-height: 24px;
		color: #888;
	}

	.new_li_dis {
		padding: 10px 0 0 0;
	}

	.new_li_dis {
		width: 75%;
	}

	.pro_sy_img {
		width: 42%;
		position: absolute;
		top: 100px;
		right: 80px;
		opacity: 0;
	}

	.pro_sy_img2 {
		width: 25%;
		position: absolute;
		top: 100px;
		right: 80px;
	}

	.pro_img_art {
		width: 600px;
	}

	#share02 {
		float: right;
	}

	pro {
		width: 74%;
	}

	.cont02 ul {
		width: 79%;
	}
}

.pro_ms {
	position: absolute;
	border-radius: 5px;
	width: 360px;
	top: 35%;
	opacity: 0;
	background-color: rgba(42, 50, 73, 0.5);
	transition: 0.4s;
}

.pro_img:hover .pro_ms {
	opacity: 1;
}

@media (min-width: 1024px) and (max-width: 1400px) {

	.ny_ban {
		width: 100%;
		height: 380px;
	}

	.ban_pro {
		background-image: url("../pics/product.jpg");
	}

	.ban_ser {
		background-image: url("../pics/service.jpg");
	}

	.ban_solu {
		background-image: url("../pics/solution.jpg");
	}

	.ban_soluny {
		background-image: url("../pics/soluny.jpg");
	}

	.ban_soluyl {
		background-image: url("../pics/solutionyl.jpg");
	}

	.ban_soluylny {
		background-image: url("../pics/solutionyl.jpg");
	}

	.ban_about {
		background-image: url("../pics/about.jpg");
	}

	.ban_news {
		background-image: url("../pics/news.jpg");
	}

	.ban_job {
		background-image: url("../pics/job.jpg");
	}

	.ban_file {
		background-image: url("../pics/file.jpg");
	}

	.fot-li {
		float: left;
		width: 120px;
	}

	.con_bj {
		padding: 0px 0 30px 0;
	}

	.container video {
		width: 100%;
		float: left;
		height: 400px;
	}

	.h1_tit {
		padding: 0px 0;
	}

	.h1_tit {
		background: none;
	}

	div.about acticle {
		margin-top: 40px;
		padding: 20px;
	}

	.part {
		height: 280px;
		overflow: hidden;
	}

	.part ul li img {
		float: left;
		border: solid 1px #ccc;
		border-radius: 5px;
		margin: 20px;
	}

	.ser_disc article ul li {
		float: left;
		padding: 5px 25px;
		background-position: left;
		background-size: 20px;
	}

	.new_li_dis {
		width: 78%;
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.fot-li {
		float: left;
		width: 120px;
	}

	.con_bj {
		padding: 0px 0 30px 0;
	}

	.banner {
		top: 90px;
	}

	.con_bj {
		top: 50px;
	}

	.titm h1 {
		margin-top: 80px;
	}

	.container video {
		width: 100%;
		float: left;
		height: 400px;
	}

	.h1_tit {
		padding: 0px 0;
	}

	.h1_tit {
		background: none;
	}

	div.about acticle {
		margin-top: 40px;
		padding: 20px;
	}

	.part ul li img {
		float: left;
		border: solid 1px #ccc;
		border-radius: 5px;
		margin: 20px;
	}

	.part {
		height: 280px;
		overflow: hidden;
	}

	.ser_disc article ul li {
		float: left;
		padding: 5px 25px;
		background-position: left;
		background-size: 20px;
	}

	.video-area {
		width: 100%;
		height: 400px;
		float: left;
	}

	.video-play {
		margin-top: 150px;
	}

	.tab_pto ul li {
		width: 120px;
		margin: 0 10px;
	}

	.cont p {
		margin-top: 20px;
	}

	.new_li_dis p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 1.3em !important;
	}

	.new_li_dis {
		width: 78%;
	}

}

@media (max-width: 767px) {
	#video-container-01 video {
		width: 100%;
		margin-top: 90px;
	}
    .pro_3d_h2{font-size: 16px;}
	.tab_pto {
		padding: 30px 0 0 0;
	}

	.banner {
		top: 80px;
	}

	.ser_disc article ul h3 {
		text-shadow: none;
	}

	.hb_bj {
		padding: 0px 0 20px 0;
	}

	.con_bj {
		padding: 80px 0 30px 0;
	}

	ul.navbar-nav>li>a {
		color: #fff;
	}

	.container video {
		width: 100%;
		float: left;
		height: 400px;
	}

	.h1_tit {
		padding: 0px 0;
	}

	.h1_tit {
		background: none;
	}

	div.about acticle {
		margin-top: 20px;
		padding: 20px;
	}

	.part ul li img {
		width: 44%;
		float: left;
		border: solid 1px #ccc;
		border-radius: 5px;
		margin: 10px;
	}

	.part {
		height: 300px;
		overflow: hidden;
	}

	.cont p {
		margin-top: 2rem;
	}

	.news ul li p {
		width: 100%;
		margin: auto;
	}

	.new_li_dis p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 1em !important;
	}

	.pub li {
		line-height: 24px;
	}

	.fo_top_l {
		margin-bottom: 20px;
	}

	.fo_top {
		padding: 20px 0;
	}

	.fo_logo {
		margin: auto;
	}

	.fo_top_l p {
		font-size: 18px;
		font-weight: bold;
		color: #ffbc2b;
	}

	.fo_top_l tel {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background: #ffbc2b;
		padding: 10px 20px;
		border-radius: 5px;
	}

	.ny_ban {
		width: 100%;
		height: 150px;
		background-position: center;
		background-size: cover;
		margin-top: 80px;
		background-attachment: scroll !important;
	}

	.ban_pro {
		background-image: url("../pics/product.jpg");
	}

	.ban_solu {
		background-image: url("../pics/solution.jpg");
	}

	.ban_soluny {
		background-image: url("../pics/soluny.jpg");
	}

	.ban_soluyl {
		background-image: url("../pics/solutionyl.jpg");
	}

	.ban_soluylny {
		background-image: url("../pics/solutionyl.jpg");
	}

	.ban_ser {
		background-image: url("../pics/service.jpg");
	}

	.ban_about {
		background-image: url("../pics/about.jpg");
	}

	.ban_news {
		background-image: url("../pics/news.jpg");
	}

	.ban_file {
		background-image: url("../pics/file.jpg");
	}

	h4 {
		font-size: 14px;
	}

	.fo_bot {
		color: rgba(255, 255, 255, 0.3)
	}

	.new_li_dis h3 {
		margin-top: 0px;
	}

	.ser_disc article ul li {
		float: left;
		padding: 5px 25px;
		background-position: left;
		background-size: 20px;
	}

	.news_li_img {
		width: 30%;
	}

	.new_li_dis {
		width: 65%;
	}

	.cont02 ul li {
		width: 42.6%;
		float: left;
		margin: 10px;
	}

	.fo_bot {
		line-height: 50px;
	}

	.tab_pto ul li {
		margin: 10px 15px 0px 0;
		padding: 0 10px;
	}

	#slidersw img {
		width: 80%;
		margin: auto;
	}

	.zixun {
		margin-right: 30px;
		margin-top: 30px;
	}

	#share02 {
		display: inline-block;
		margin-top: 30px;
	}

	.contact-con figure {
		margin-top: 30px;
	}

	.pro {
		padding: 0px !important;
	}
   .cl-al-ul{margin-bottom: 20px;overflow: hidden;}
	.cl-al-ul li {
		margin-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.pro_tit_top h3 {
		font-size: 24px !important;
	}

	.cont ul{margin-left: -15px!important;margin-right: -15px!important;}
	.cont ul li {
		margin-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.sec-so-bj {
		padding: 80px 0 !important;
	}

	.pro-tit-ico,
	.pro-bk {
		width: 90px !important;
	}
}

.ny_ban {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.navbar-brand img {
	max-width: 80%;
}

.pro_bj {
	position: relative;
}

.pro_bj>a,
.solu_bj>a,
.home-a {
	position: absolute;
	display: block;
	width: 200px;
	left: 45%;
	z-index: 3;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 50px;
	border-radius: 100px;
	background-color: rgba(4, 1, 36, 0.4);
	transition: 0.4s;
}

.fo_bot a {
	color: #939393;
}

.ripple {
	position: relative;
	overflow: hidden;
}

.ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .3s, opacity .5s;
}

.ripple:active:after {
	transform: scale(0, 0);
	opacity: .3;
	transition: 0s;
}

.pro_img img {
	width: 100%;
}

.pro_img_bj {
	position: absolute;
}

.p1 {
	top: 190px;
	left: 49.5%;
}

.p2 {
	bottom: 6px;
	left: 49.5%;
}

.form-control {
	color: #697089 !important;
}

.li_sub ul {
	width: 1400px;
	margin: auto;
}

.con_bj {
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.pro_img img {
	border-radius: 5px;
}

.about_img {
	position: absolute;
}

.i01 {
	top: 350px;
	left: 49.5%;
}

.i02 {
	z-index: 1;
	top: 750px;
	left: 48%;
}

.i03 {
	top: 300px;
	left: 49.5%;
}

.i04 {
	top: 20px;
	left: 49.5%;
}

.i05 {
	top: 250px;
	left: 49.5%;
}

div.about acticle {
	float: left;
	overflow: hidden;
}

acticle h1 {
	text-align: left;
	color: #fff;
}

acticle h2 {
	background: none !important;
	color: #1386e8;
}

acticle h2 span {
	color: #fff;
	font-weight: normal;
}

acticle p {
	margin: 20px 0 0 0;
	text-align: justify;
	text-indent: 2em;
	line-height: 24px;
	color: #fff;
}

acticle ul {
	margin: 15px 0 0 0;
	padding: 0;
}

acticle ul li {
	list-style-type: none;
	float: left;
	background: #424d66;
	color: #fff;
	padding: 10px;
	margin: 15px 10px 0 0;
	border-radius: 3px;
}

/*产品中心*/
ul .vmcarousel-normal {}

.pro_roll_img {
	width: 300px;
	margin: auto;
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro_roll_img img {
	width: 80%;
	text-align: center;
	transition: 0.4s;
}

ul.vmcarousel-normal>li:hover img {
	width: 85%;
}

ul.vmcarousel-normal>li>a>h2 {
	color: #fff;
	font-size: 16px;
	text-align: center !important;
}

ul.vmcarousel-normal>li>a>p {
	text-align: center;
	background: #1386e8;
	line-height: 40px;
	border-radius: 3px;
	width: 88%;
	color: #fff;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*解决方案*/

.apli_lo h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.b01 {
	background: url("../pics/001.jpg") no-repeat center;
}

.b02 {
	background: url("../pics/002.jpg") no-repeat center;
}

.apli_disc ul li {
	padding: 85px 26px 65px;
}

.apli_lo p {
	color: #fff;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.2)
}

/*新闻资讯*/
.new_img:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.new_img img {
	width: 100%;
	height: 266px;
	cursor: pointer;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
	border-radius: 5px;
}

.news ul li h4 {
	text-shadow: none;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news ul li p {
	text-align: left;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	height: 48px;
}

.pub_time {
	font-size: 12px;
	line-height: 24px;
	color: #cccccc;
	overflow: hidden;
}

.pub_time span {
	float: left;
}

.pub_time i {
	float: right;
}

/*footer*/
.fo_top,
.fo_top2 {
	text-align: center;
}

.fo_top {
	background-color: rgba(55, 64, 89, 0.9);
}

.fo_bot {
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.fo_logo {
	width: 220px;
	height: 72px;
	background-image: url("../pics/logo2.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.fo_top_m ul li ul li a {
	line-height: 30px;
	color: #8b8b8b;
}

.fo_top_m ul li ul li a:hover {
	color: #fff;
}

/*产品中心*/
.web_position {
	text-align: left;
	line-height: 5em;
	border-bottom: solid 1px #dcdcdc;
}

.pro_position {
	border-bottom: solid 1px #dcdcdc;
	padding: 30px 0;
	overflow: hidden;
}

.ser-position {
	float: right;
}

.ser-position ul li {
	float: left;
	margin-top: 50px;
}

.web_position ul li a,
.ser-position ul li a {
	display: block;
	float: left;
	color: #595959;
}

.web_position ul li a:hover,
.ser-position ul li a {
	color: #ccc;
}

.pos_this {
	color: #a9a9a9 !important;
}

/*abotu计数*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.numCount {
	margin: 0 -10px;
}

.numCount li {
	float: left;
	text-align: center;
}

.numCount li .item {
	margin: 0 10px;
}

.numCount li .numU {
	line-height: 1.3;
}

.numCount li .numCX {
	font-size: 24px;
	font-weight: bold;
	color: #1386e8;
}

.numCount li .numU .unitC {
	font-size: 100%;
	line-height: 1.3;
	margin-left: 0.3em;
}

.numCount li .numU sup {
	vertical-align: top;
}

.numCount li .numU sub {
	vertical-align: baseline;
}

@media (min-width:1440px) and (max-width:1920px) {}

@media (max-width:800px) {
	.numCount li .numCX {
		font-size: 36px;
	}
}

@media (max-width:640px) {
	.numCount li .numCX {
		font-size: 7vw;
	}
}

@media (max-width:480px) {
	.numCount {
		font-size: 0.5vw;
	}
}

/*about计数*/
/*产品tab切换*/

.tab_pto ul,
#e1 ul,
#e2 ul {
	overflow: hidden;
	margin: auto;
	display: table;
	text-align: center;
}

.fa_icon img {
	cursor: pointer;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}

.fa_icon:hover img {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.tab_pto ul li {
	cursor: pointer;
	float: left;

	background: #1386e8;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	border: solid 1px #1386e8;
	border-radius: 15px;
	transition: 0.4s;
}

.tab_pto ul li.teshu_f {
	background: #fff;
	color: #333;
	border: solid 1px #bfbfbf;
}



.cont ul li h2,
.cont2 ul li h2,
.cont h2 {
	font-size: 16px;
	color: #595959;
	text-align: center;
	padding: 10px 0;
}

.cont {
	overflow: hidden;
}

.cont,
.cont2 {
	display: table;
	text-align: center;
	margin: auto;
}

.cont p,
.cont2 p {
	color: #bac4d9;
}

/*列表分页*/
.list_fy {
	clear: both;
	margin-left: 0px;
	text-align: center;
	margin-top: 30px;
}

.list_fy ul {
	padding-left: 0;
	display: inline-block;
	border-radius: 5px;
}

.list_fy ul li select,
.list_fy ul li option {
	border: none;
}

.list_fy ul li {
	float: left;
	list-style-type: none;
	padding: 5px 15px;
	line-height: 30px;
	background: #fff;
	color: #1386e8;
	margin: 0 0.5px;
}

.list_fy ul li:hover select {
	background: #fff;
	color: #1386e8;
}

.list_fy ul li:hover {
	background: #1386e8;
	color: #fff;
}

.list_fy ul li:hover a {
	color: #fff;
}

.list_fy ul li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list_fy ul li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*第几页样式*/
.list_fy ul li.thisclass {

	border: 1px solid #1386e8;
	padding: 5px 15px;
	background: #1386e8;
	color: #fff;
}

/*解决方案*/
.ser_disc article {
	margin-top: 30px;
	border: solid 1px #dcdcdc;
	line-height: 30px;
	color: #595959;
	text-align: left;
	padding: 40px;
	overflow: hidden;
}

.ser_disc article ul li {
	background-repeat: no-repeat;
}

.ser_tel {
	background-image: url("../pics/ser01.png");
}

.ser_meil {
	background-image: url("../pics/ser02.png");
}

.ser_time {
	background-image: url("../pics/ser03.png");
}

.ser_add {
	background-image: url("../pics/ser04.png");
}

/*伙伴*/
.hb_bj {
	position: relative;
}

/*新闻内页列表*/

.new-list {
	overflow: hidden;
	margin-bottom: 30px;
}

.new-list>li {
	position: relative;
	margin-top: 30px;
	padding: 20px;
}

.newsa {
	color: #888;
}

.newsa:before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(19, 134, 232, 0);
	border-radius: 5px;
	top: 0;
	bottom: 0;
	right: 50%;
	left: 50%;
	z-index: -1;
	transition: all 0.9s ease 0s;
}

.new-list p {
	margin-top: 20px;
	line-height: 30px;
}

.new-list li:hover .newsa:before {
	background: rgba(66, 77, 102, 0.05);
	right: 0;
	left: 0;
}

.newli-pub li {
	margin: 20px 20px 0 0;
	color: #ADADAD
}

.newli-pub li:nth-child(1) {
	color: #fff;
	background: #ccc;
	padding: 8px 0;
}

.new-list>li:hover .newli-pub li:nth-child(1) {
	background: #1386e8;
}

@media (max-width:798px) {
	.new-list h3 {
		font-size: 18px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.new-list p {
		line-height: 24px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

/*产品详情页*/
.art_pro_tj ul {}

@media(min-width:1400px) and (max-width:1920px) {
	.cont02 ul li {
		margin: 20px;
	}

	.pro_word {
		padding: 6em;
	}

	.art_pro_tj ul li a {
		margin-right: 50px;
		margin-top: 50px;
	}
}

@media(min-width:1024px) and (max-width:1400px) {
	.art_pro_tj ul li a {
		margin-right: 20px;
		margin-top: 50px;
	}
}

@media(min-width:767px) and (max-width:1024px) {
	.art_pro_tj ul li a {
		margin-right: 20px;
		margin-top: 50px;
	}
}

@media(max-width:767px) {
	.art_pro_tj ul {
		overflow: hidden;
	}

	.art_pro_tj ul li a {
		margin-right: 20px;
		margin-top: 20px;
	}
}

.art_pro_tj>ul>li>a {
	display: block;
	float: left;
	text-align: left;
	font-weight: bold;
	color: #fff;
}

.art_pro_tj>ul>li>a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #f38713;
	transition: 0.4s;
}

.art_pro_tj>ul>li>a:hover::after {
	width: 100%;
}

.tj_ul>li>a {
	display: block;
	float: left;
	text-align: left;
	font-weight: bold;
	color: #444;
	margin-right: 20px;
	margin-top: 12px;
}

.tj_ul>li>a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #f38713;
	transition: 0.4s;
}

.tj_ul>li>a:hover::after {
	width: 100%;
}

#share02 {
	text-align: left;
}

#share02 p {
	float: left;
	padding: 12px 0 0 0;
}

#share02 div {
	float: left;
}

.bdshare-button-style0-32 a {
	background-image: none !important;
	text-indent: 0 !important;
}

#share {
	float: right;
	text-align: left;
}

#share p {
	float: left;
	padding: 12px 0 0 0;
}

#share div {
	float: left;
}

.zixun {
	display: block;
	padding: 0.5em 1em;
	background: #1386e8;
	float: right;
	color: #fff;
}

.pro_word {
	float: left;
	text-align: left;
}

.pro_tit_top p {
	font-size: 18px;
	color: #444;
	font-weight: bold;
}

.pro_word ul li {
	line-height: 2em;
}

.pro_img_art {
	padding: 5em;
	float: left;
}

.pro_tit_top {
	overflow: hidden;
}

.pro_tit_top h3 {
	font-size: 3em;
	color: #1386e8;
	line-height: 2em;
}

.pro_art_cs {
	background-color: rgba(36, 40, 60, 0.05);
	text-align: center;
	margin: 3em 0;
}

.pro_art_cs p {
	width: 150px;
	padding: 1em;
	background: #1386e8;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}

.pro {
	background-color: rgba(36, 40, 60, 0.05);
	margin-top: 3em;
	padding: 5em;
	overflow: hidden;
}

.tab_list {
	width: 100%;
	font-size: 1em;
	line-height: 3.2em;
	color: #ccc;
}

.tr_re {
	color: #fff;
	font-size: 1.2em;
}

.xiaz {
	display: block;
	margin: auto;
	background-color: rgba(19, 134, 232, 0.65);
	margin-top: 1.5em;
	color: #fff;
	width: 150px;
	padding: 1em;
	text-align: center;
}

.xiaz:hover {


	background-color: rgba(19, 134, 232, 0.75);
	color: #fff;
}

.tr_red {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}

.tab_list td {
	width: 50%;
	padding-left: 10px;
}

.pro_more li a {
	color: #fff;
	border-radius: 5em;
	display: block;
	padding: 0.2em 3em;
	margin: 2em 2em 0 0;
	background: #1386e8;
	float: left;
	transition: 0.4s;
	line-height: 2em;
}

.pro_more li a:hover {
	background: #ffbc2b;
}

.cont02 {}

.cont02 ul {
	margin: auto;
}

.cont02 ul li {
	float: left;
}

.cont ul li p {
	color: #fff;
}

/*文章内页*/
.article_con h3 {
	text-shadow: none;
	margin: 50px 0;
	line-height: 1.5em;
}

.pub_xx {
	padding: 10px 20px;
	overflow: hidden;
	border: solid 1px #dcdcdc;
}

.pub {
	float: left;
}

.pub li {
	float: left;
}
.pub li:nth-child(2) {
	padding-left: 20px;
}

.dayin {
	float: right;
}

.dayin ul li {
	float: left;
}

.news_next {
	text-align: left;
	float: left;
}

.new_body {
	line-height: 30px;
	margin: 50px 0;
	text-align: justify;
}


/*iframe*/
.bjtx {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: rgba(255, 255, 255, 0.13);
	padding: 3px;
	font-size: 12px;
	color: #656565;
	border-radius: 5px;
	cursor: pointer;
}

.baniframe {
	width: 100%;
	height: 100%;
	border-width: 0px;
}

@media (min-width: 1400px) and (max-width: 1920px) {
	#mh {
		height: 870px;
	}
}

@media (max-width: 767px) {
	#mh {
		height: 300px;
	}

	#share {
		float: left;
	}
	.pub li:nth-child(2) {
		padding-left: 0px;
	}
    .article_con h3{margin: 20px 0;font-size: 18px;}
    .dayin{margin: 10px 0;}
    .news_next li{line-height: 24px;}
}


.ban_tu {
	position: absolute;
	left: 10%;
}

.ban_zong {}

/*iframe*/

.video-poster .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

@media(min-width:1400px) {
	.video-area {
		position: absolute;
		width: 720px;
		left: 50%;
		z-index: 2;
		border-radius: 5px;
	}

	.pb-200 {
		padding-bottom: 200px;
	}

	.pt-200 {
		padding-top: 200px;
	}
}

@media(max-width:767px) {
	.col-xl-12 {
		margin-top: 60px;
	}

	.video-area {
		width: 100%;
		height: 200px;
		float: left;
		border-radius: 5px;
	}
}

.video-play {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.video-play:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #a3bbc8;
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	-webkit-animation-name: shape-2;
	animation-name: shape-2;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-delay: 0.8s;
}


.video-play a {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	position: relative;
}

.video-play a:hover {
	background: #fcd7b6;
}

@keyframes shape-2 {
	from {
		transform: translate(-50%, -50%) scale(0.8);
	}

	to {
		transform: translate(-50%, -50%) scale(1.5);
	}
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}


.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-close-btn-in .mfp-close {}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

button,
.btn {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

*,
::after,
::before {
	box-sizing: border-box;
}

user agent stylesheet div {
	display: block;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.bg-fix {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



@media (min-width:1440px) and (max-width:1920px) {
	.b-5 {
		bottom: -50px;
	}
}

.carousel-indicators li {}

.b-5 li {
	width: 100px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	border: none !important;
}

.b-5 .active {
	width: 100px;
	height: 2px;
	border-radius: 1px;
	background-color: #ffbc2b;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none !important;
}

@media(max-width:769px) {
	.pro_box {
		height: 40px !important;
		padding: 10px !important;
	}

	.pro_bj>a,
	.solu_bj>a {
		left: 25% !important;
	}

	.pro_box_tit a,
	.pro_box_tit2 a {
		font-size: 14px !important;
	}
}

.pro-list-item {
	position: relative;
	margin: 15px;
}

.pro_box_tit a,
.pro_box_tit2 a,
.pro_box_tit,
.pro_box_tit2 {
	font-weight: bold;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	transition: 0.4s;
	text-align: center;
}

.pro_box_con {
	line-height: 24px;
	margin-bottom: 20px;
	height: 97px;
	text-align: left;
	color: #fff;
}

@media (min-width:1200px) and (max-width:1400px) {
	.pro_box_con {
		height: 45px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media (max-width:750px) {
	.pro-list-item{margin: auto;margin-bottom: 20px;}
}
.but {
	width: 120px;
	display: block;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.65);
	text-align: center;
	color: #fff;
	border-radius: 2px;
	transition: 0.4s;
}

.ma-top01 {
	margin-top: 38px;
}

.ma-top02 {
	margin-top: 40px;
}

.ma-top05 {
	margin-top: 80px;
}

.ma-04 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.but:hover {
	background: #1b1e3a;
	color: #fff;
}

.pro_box {
	transition: all .5s ease;
	color: #fff;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 60px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	bottom: 0;
	left: 0;
	padding: 19px 50px;
	background-color: rgba(19, 134, 232, .75);
	overflow: hidden;
}

@media (min-width:1200px) and (max-width:1400px) {
	.pro_box {}
}

.pro_box_cl {
	transition: all .5s ease;
	color: #fff;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 40px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	bottom: 0;
	left: 0;
	padding: 15px;
	background-color: rgba(19, 134, 232, .65);
	overflow: hidden;
}

.pro-list-item:hover .pro_box_cl {
	height: 100%;
}

.pro-list-item:hover .pro_box_tit_cl {
	text-align: left;
}

.pro_box_tit_cl {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #fff;
	line-height: 15px;
	margin-bottom: 0px;
	transition: 0.4s;
	text-align: center;
	transition: 0.4s;
}

.pro_box_con_cl {
	line-height: 24px;
	margin-top: 10px;
	height: 97px;
}

@media(min-width:1000px) {

	.pro-list-item:hover .pro_box_tit a,
	.pro-list-item:hover .pro_box_tit {
		text-align: left;
	}

	.pro-list-item:hover .pro_box_tit a,
	.pro-list-item:hover .pro_box_tit {
		margin-top: 50px;
	}

	.pro-list-item:hover .pro_box_tit2 a,
	.pro-list-item:hover .pro_box_tit2 {
		text-align: left;
	}

	.pro-list-item:hover .pro_box_tit2 a,
	.pro-list-item:hover .pro_box_tit2 {
		margin-top: 30px;
	}

	.cont2 {
		height: 700px;
	}
}

.pro-list-item:hover .pro_box {
	height: 100%;
}


.contact-con figure h4 {
	color: #1386e8;
}

.contact-con figure p {
	line-height: 24px;
	margin: 20px 0;
}

.contact-con .row {
	margin: 30px 0 50px 0;
}

.con-add {
	padding: 5px;
}

.con-add li {
	line-height: 40px;
}

#dituContent {
	max-width: 750px;
	height: 680px;
}

.fo-tel {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #515f7c;
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 5px;
	width: 100%;
}

.fo-tit-h5 h5 {
	font-size: 16px;
	color: #fff;
}

.fo-ul {
	margin-bottom: 50px;
}

.fo-ul li a {
	line-height: 30px;
	color: #8b8b8b;
}

.fo-link li a {
	display: block;
	padding: 8px;
	color: #8b8b8b;
}

.ma-top18 {
	margin-top: 18px;
}

.table-edite {
	margin-top: 30px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 10px;
	line-height: 2;
	vertical-align: top;
	border-bottom: solid 1px #dcdcdc;
}

.yl-table>thead>tr>th {
	border: none;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: solid 1px #dcdcdc;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.tab-tb .table>tbody>tr>th {
	font-weight: normal;
	width: 150px;
}

.table thead {
	color: #444;
}

.btn-default {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: none;
}


.nav-tabs {
	border-bottom-color: #dcdcdc;
	margin-bottom: 1rem;
	line-height: 5em;
}

.nav-tabs>li>a {
	margin-right: 0px;
	border: none;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	color: #595959;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
	font-weight: bold;
	line-height: 4em;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #1386e8;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #f38713;
}

.nav-tabs.nav>li>a:hover,
.nav-tabs.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
	border-bottom-color: #f38713;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	color: #4d5259;
	border: none;
	border-bottom: 1px solid #f38713;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom-color: #ebebeb;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
}

.cl-ny-uli li {
	line-height: 30px;
	margin-right: 20px;
}

.pro-tit-ico {
	border-radius: 10px 10px 0 0;
	background-repeat: no-repeat;
	border: solid 1px #00b9ef;
	font-size: 50px;
	text-align: center;
	font-family: 'iconfont';
	/* padding: 10px; */

}

.pro-bk {
	font-size: 14px;
	border: solid 1px #00b9ef;
	border-radius: 0 0 10px 10px;
	line-height: 40px;
	margin-top: 5px;

}

.ico01 {
	background-position: 0;
}

.ico02 {
	background-position: -90px 0;
}

.ico03 {
	background-position: -180px 0;
}

.ico04 {
	background-position: -270px 0;
}

.ico05 {
	background-position: -360px 0;
}

.ico06 {
	background-position: -450px 0;
}

.ico07 {
	background-position: -540px 0;
}

.ico08 {
	background-position: -630px 0;
}

.ico09 {
	background-position: -720px 0;
}

.ico10 {
	background-position: -810px 0;
}

.pro-td-li li {
	line-height: 30px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.cl-ul {
	overflow: hidden;
	padding: 20px;
	background: rgba(36, 40, 60, 0.05);
}

.cl-ul li {
	line-height: 40px;
	color: rgba(19, 134, 232, 1);
}

.sec-cl p,
.sec-ylal p {
	line-height: 30px;
}

.sec-cl h3 {
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
}

.sec-cl .pro-list-item {
	margin: 0;
}

.yl-table tr th {
	color: #1386e8;
}

/*rgba(19,134,232,1)*/

.link {
	margin-top: 50px;
	margin-left: 50px;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #fff;
}

.link p {
	float: left;
}

.link ul {
	float: left;
}

.link ul li {
	float: left;
	margin: 0 15px;
}

.link ul li a {
	font-size: 14px;
	color: #8b8b8b;
}

.pdf-a {
	display: block;
	width: 100%;
	height: 40px;
	border: solid 1px #dcdcdc;
	line-height: 40px;
}

.pdf-a:hover {
	background: rgba(19, 134, 232, 0.8);
	color: #fff;
}

.pdf-ul li {
	margin-top: 40px;
}

.modal-dialog {
	margin: 120px auto;
}

.abou-ul li {
	list-style-type: none;
	background: #424d66;
	color: #fff;
	padding: 10px;
	margin: 15px 10px 0 0;
	border-radius: 3px;
}

.video-container video {
	width: 100%;
	height: 100%;
}

.about-ny p {
	color: #595959;
	line-height: 30px;
	padding: 10px 0;
	text-indent: 28px;
}

.video-about {
	border-radius: 5px;
	height: 300px;
}

@media(max-width:768px) {
	.video-about {
		height: 300px;
		margin-top: 30px;
	}

	.about-ny .video-play {
		margin-top: 150px;
	}
}

.yl-gd-al h4 {
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.yl-gd-al p {
	line-height: 30px;
	color: #888;
}

.sec-so-bj {
	background-repeat: no-repeat;
	background-position: top center;
	padding: 120px 0;
}

.sec-so-bj p {
	line-height: 24px;
}

.yl-al-li p {
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec-so-bj ul li {}

.sec-so-bj ul li i {
	color: #1386e8;
}

.yl-al-li figcaption {
	margin-top: 30px;
}

.yl-al-li .pro_img img {
	height: 200px;
}

.ks-ms {
	position: relative;
	padding: 50px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 8px #eee;
	border-radius: 5px;
}

.ks-ms::before {
	content: '';
	display: block;
	width: 80px;
	height: 20px;
	background: #1386e8;
	position: absolute;
	top: 0;
	left: 50px;
}

.con-table>tbody>tr>th,
.con-table>tbody>tr>td {
	border: none;
}

.con-table ul li {
	width: 260px;
}

.con-table ul hr {
	margin: 5px 0;
}

#gallery img {
	border: none;
}

#gallery_nav {
	overflow: hidden;
}

#gallery_nav a {
	margin-top: 20px;
}

#gallery_output {
	width: 100%;
	overflow: hidden;
}

#gallery_output img {
	display: block;
	margin: 0px auto 0px auto;
}

/*.on{ border: 1px solid rgba(92,92,92,1.00); }*/




.con-list li p {
	margin: 0;
	padding: 0;
}

.pdf-list h4 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.jy-ul {
	padding: 66px;
	background-color: rgba(36, 40, 60, 0.05);
	border-radius: 5px;
}

.jy-ul li {
	padding: 15px 0;
}

.sec-jy-td figcaption {
	padding: 30px;
	line-height: 30px;
	border-radius: 5px;
	background-color: rgba(36, 40, 60, 0.05);
}

.jy-ico {
	width: 50px;
	height: 50px;
	margin: auto;
	margin-top: 0px;
	background-image: url("../pics/jyico.png");
	background-repeat: no-repeat;
}

.jy-ico01 {
	background-position: 0 0;
}

.jy-ico02 {
	background-position: 0 -69px;
}

.jy-ico03 {
	background-position: -77px 0;
}

.jy-ico04 {
	background-position: -77px -69px;
}

.jy-ico05 {
	background-position: -154px 0;
}

.jy-ico06 {
	background-position: -231px 0;
}

.main-timeline {
	position: relative;
}

.main-timeline:before,
.main-timeline:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.main-timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #302124;
	position: absolute;
	top: 0;
	left: 50%;
}

.main-timeline .timeline {
	width: 50%;
	float: left;
	position: relative;
	z-index: 1;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #2a4876;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1;
}

.main-timeline .timeline:last-child:before {
	top: auto;
	bottom: 0;
}

.main-timeline .timeline:last-child:nth-child(even):before {
	right: auto;
	left: -12px;
	bottom: -2px;
}

.main-timeline .timeline-content {
	text-align: center;
	margin-top: 8px;
	position: relative;
	transition: all 0.3s ease 0s;
}

.main-timeline .timeline-content:before {
	content: "";
	width: 100%;
	height: 5px;
	background: #2a4876;
	position: absolute;
	top: 88px;
	left: 0;
	z-index: -1;
}

.main-timeline .circle {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #fff;
	border: 8px solid #2a4876;
	float: left;
	margin-right: 25px;
	position: relative;

}

.main-timeline .circle:before {
	content: "";
	width: 26px;
	height: 30px;
	background: #2a4876;
	margin: auto;
	position: absolute;
	top: 0;
	right: -33px;
	bottom: 0;
	z-index: -1;
	box-shadow: inset 7px 0 9px -7px #444;
}

.main-timeline .circle span {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	line-height: 160px;
	border: 3px solid #adabab;
	font-size: 80px;
	color: #454344;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-timeline .circle span:before,
.main-timeline .circle span:after {
	content: "";
	width: 28px;
	height: 50px;
	background: #eee;
	border-radius: 0 0 0 21px;
	margin: auto;
	position: absolute;
	top: -54px;
	right: -33px;
	bottom: 0;
	z-index: -1;
}

.main-timeline .circle span:after {
	border-radius: 21px 0 0 0;
	top: 0;
	bottom: -56px;
}

.main-timeline .content {
	display: table;
	padding-right: 40px;
	position: relative;
}

.main-timeline .year {
	display: block;
	padding: 10px;
	margin: 10px 0 50px 0;
	background: #2a4876;
	border-radius: 7px;
	font-size: 25px;
	color: #fff;
}

.main-timeline .title {
	font-weight: bold;
	color: #2a4876;
	margin-top: 0;
	line-height: 30px;
}

.main-timeline .description {
	font-size: 14px;
	color: #EEEEEE;
	text-align: justify;
	opacity: 0;
}

.main-timeline .icon {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #2a4876;
	position: absolute;
	top: 78px;
	right: -14px;
}

.main-timeline .icon:before {
	content: "";
	width: 15px;
	height: 25px;
	background: #2a4876;
	margin: auto;
	position: absolute;
	top: -1px;
	left: -15px;
	bottom: 0;
	z-index: -1;
}

.main-timeline .icon span:before,
.main-timeline .icon span:after {
	content: "";
	width: 21px;
	height: 25px;
	background: #eee;
	border-radius: 0 0 21px 0;
	margin: auto;
	position: absolute;
	top: -30px;
	left: -15px;
	bottom: 0;
	z-index: -1;
}

.main-timeline .icon span:after {
	border-radius: 0 21px 0 0;
	top: 0;
	left: -15px;
	bottom: -30px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle {
	float: right;
}

.main-timeline .timeline:nth-child(2n) .circle {
	margin: 0 0 0 25px;
}

.main-timeline .timeline:nth-child(2n) .circle:before {
	right: auto;
	left: -33px;
	box-shadow: -7px 0 9px -7px #444 inset;
}

.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after {
	right: auto;
	left: -33px;
	border-radius: 0 0 21px 0;
}

.main-timeline .timeline:nth-child(2n) .circle span:after {
	border-radius: 0 21px 0 0;
}

.main-timeline .timeline:nth-child(2n) .content {
	padding: 0 0 0 40px;
	margin-left: 2px;
}

.main-timeline .timeline:nth-child(2n) .icon {
	right: auto;
	left: -14px;
}

.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after {
	left: auto;
	right: -15px;
}

.main-timeline .timeline:nth-child(2n) .icon span:before {
	border-radius: 0 0 0 21px;
}

.main-timeline .timeline:nth-child(2n) .icon span:after {
	border-radius: 21px 0 0 0;
}

.main-timeline .timeline:nth-child(2) {
	margin-top: 180px;
}

.main-timeline .timeline:nth-child(odd) {
	margin: -175px 0 0 0;
}

.main-timeline .timeline:nth-child(even) {
	margin-bottom: 80px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
	margin: 0;
}

@media(min-width:1200px) {
	.main-timeline .timeline-content:nth-child(2n):before {}
}

@media only screen and (max-width: 990px) {
	.main-timeline:before {
		left: 100%;
	}

	.main-timeline .timeline {
		width: 100%;
		float: none;
		margin-bottom: 20px !important;
	}

	.description {
		display: none;
	}

	.main-timeline .timeline:first-child:before,
	.main-timeline .timeline:last-child:before {
		left: auto !important;
		right: -13px !important;
	}
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        float: none;
    }
	.main-timeline .timeline:nth-child(2n) .circle {
		float: left;
		margin: 0 25px 0 0;
	}

	.main-timeline .timeline:nth-child(2n) .circle:before {
		right: -33px;
		left: auto;
		box-shadow: 7px 0 9px -7px #444 inset;
	}

	.main-timeline .timeline:nth-child(2n) .circle span:before,
	.main-timeline .timeline:nth-child(2n) .circle span:after {
		right: -33px;
		left: auto;
		border-radius: 0 0 0 21px;
	}

	.main-timeline .timeline:nth-child(2n) .circle span:after {
		border-radius: 21px 0 0 0;
	}

	.main-timeline .timeline:nth-child(2n) .content {
		padding: 0 40px 0 0;
		margin-left: 0;
	}

	.main-timeline .timeline:nth-child(2n) .icon {
		right: -14px;
		left: auto;
	}

	.main-timeline .timeline:nth-child(2n) .icon:before,
	.main-timeline .timeline:nth-child(2n) .icon span:before,
	.main-timeline .timeline:nth-child(2n) .icon span:after {
		left: -15px;
		right: auto;
	}

	.main-timeline .timeline:nth-child(2n) .icon span:before {
		border-radius: 0 0 21px 0;
	}

	.main-timeline .timeline:nth-child(2n) .icon span:after {
		border-radius: 0 21px 0 0;
	}

	.main-timeline .timeline:nth-child(2),
	.main-timeline .timeline:nth-child(odd),
	.main-timeline .timeline:nth-child(even) {
		margin: 0;
	}
}

@media only screen and (max-width: 480px) {
	.main-timeline:before {
		left: 0;
	}

	.main-timeline .timeline:first-child:before,
	.main-timeline .timeline:last-child:before {
		left: -12px !important;
		right: auto !important;
	}

	.main-timeline .circle,
	.main-timeline .timeline:nth-child(2n) .circle {
		width: 130px;
		height: 130px;
		float: none;
		margin: 0 auto;
	}

	.main-timeline .timeline-content:before {
		width: 99.5%;
		top: 68px;
		left: 0.5%;
	}

	.main-timeline .circle span {
		line-height: 115px;
		font-size: 60px;
	}

	.main-timeline .circle:before,
	.main-timeline .circle span:before,
	.main-timeline .circle span:after,
	.main-timeline .icon {
		display: none;
	}

	.main-timeline .content,
	.main-timeline .timeline:nth-child(2n) .content {
		padding: 0 10px;
		margin: auto;
	}

	.main-timeline .year {
		margin-bottom: 15px;
	}

	.main-timeline .description {
		text-align: center;
	}
}

@media(max-width:769px) {
	#dituContent {
		height: 300px !important;
	}



}

@media(max-width:472px) {

	.pro_bj>a,
	.solu_bj>a,
	.home-a {
		left: 0;
		right: 0;
		margin: auto;
	}

}

@media(min-width:769px) and (max-width:1200px) {
	.cloud_link {
		right: 180px !important;
	}

	div.about acticle {
		float: none !important;
	}

	.news-sv,
	.solu-sv,
	.about-sv {
		display: none !important;
	}

	.i04,
	.i05,
	.i03,
	.i01,
	.p1,
	.i02 {
		display: none !important;
	}

	.video-area {
		height: 500px !important;
	}

	.video-play {
		top: 180px !important;
	}

	.pro_bj>a,
	.solu_bj>a {
		left: 42.8% !important;
	}

	.pro_sy_img {
		display: none !important;
	}

	.tab_pto ul li {
		width: 200px !important;
		margin: 20px !important;
	}

	.part {
		height: 500px !important;
	}

	.carousel-inner {
		margin-bottom: 60px !important;
	}

	.video-about {
		height: 500px !important;
		margin-top: 30px !important;
	}
}

@media(min-width:1200px) and (max-width:1400px) {
	.cloud_link {
		right: 180px !important;
	}

	div.about acticle {
		float: none !important;
	}

	.news-sv,
	.solu-sv,
	.about-sv {
		display: none !important;
	}

	.i04,
	.i05,
	.i03,
	.i01,
	.p1,
	.i02 {
		display: none !important;
	}

	.video-area {
		height: 500px !important;
	}

	.video-play {
		top: 180px !important;
	}

	.pro_bj>a,
	.solu_bj>a {
		left: 42.8% !important;
	}

	.pro_sy_img {
		display: none !important;
	}

	.tab_pto ul li {
		width: 200px !important;
		margin: 20px !important;
	}

	.part {
		height: 500px !important;
	}

	.carousel-inner {
		margin-bottom: 60px !important;
	}
}

.checkbox {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.checkbox label {
	position: relative !important;
	margin-bottom: 20px;
}

.yszc {
	cursor: pointer;
}

.modal-dialog {
	width: 80%;
}

.indc {
	font-size: 0.8vw;
}

.form-ly input {
	width: 100%;
	border: solid 1px #dcdcdc;
	line-height: 30px;
	padding: 5px;
}

.area {
	width: 100%;
	height: 100px;
	background: #eee;
	border: solid 1px #dcdcdc;
}

.submit {
	width: 30%;
	border: none;
	background: #1386e8 !important;
	color: #fff;
	line-height: 40px;
}
.container .product_indr {
	height: 1000px;
	width: 100%;
	background: #fff;
	position: relative;
}

.container .product_indr .product_bigImg {
	width: auto;
	height: 700px;
	position: absolute;
	right: 200px;
	bottom: 150px;
}

.container .product_indr .product_bigImg img {
	height: 100%;
	width: auto;
}

.container .product_indr .product_name {
	width: 600px;
	padding-top: 80px;
	margin-left: 200px;
}

.container .product_indr .product_name .name_top {
	width: 200px;
	height: 40px;
}

.container .product_indr .product_name .name_top img {
	height: 100%;
	width: auto;
}

.container .product_indr .product_name .name_bottom {
	margin-top: 15px;
	display: flex;
	align-items: center;
	font-size: 40px;
	font-weight: bold;
	height: 40px;

}

.container .product_indr .product_name .name_bottom span {
	margin-left: 10px;
}

.container .product_indr .product_name .name_bottom img {
	height: 40px;
	width: auto;

}

.container .product_indr .open_store {
	margin-top: 30px;
	margin-left: 200px;
}

.container .product_indr .open_store .title {
	font-size: 30px;
	font-weight: 600;
	color: rgb(0, 107, 177);
}

.container .product_indr .open_store .title .style_color {
	color: rgb(240, 123, 52);
	font-style: italic;
	text-shadow: 1px 1px 1px rgb(240, 123, 52);
}

.container .product_indr .open_store .line {
	margin-top: 8px;
	width: 30px;
	height: 3px;
	background: rgb(240, 123, 52);
}

.container .product_indr .product_advantages {
	display: flex;
	width: 60%;
	flex-flow: wrap;
	margin-top: 30px;
	margin-left: 200px;
}

.container .product_indr .product_advantages .adv_list {
	display: flex;
	align-items: center;
	width: 46%;
	margin-right: 8%;
	margin-bottom: 8%;
}

.container .product_indr .product_advantages .adv_list .list_right {
	margin-left: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.container .product_indr .product_advantages .adv_list .list_right .right_top {
	font-size: 28px;
	font-weight: 600;
}

.container .product_indr .product_advantages .adv_list .list_right .right_bottom {
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
}

.container .product_indr .product_advantages .adv_list:nth-child(2n) {
	margin-right: 0;
}

.container .product_indr .product_sImg {
	margin-top: 30px;
	margin-left: 200px;
}

.container .product_indr .product_sImg .img_list {
	width: 200px;
	border: 1px solid #b6c8d0;
	border-radius: 8px;
	margin-bottom: 16px;
}

.container .product_indr .product_sImg .img_list img {
	width: 100%;
	border-radius: 8px;

}

.container .handmade_introduction {
	width: 100%;
	height: 980px;
	background: #fff;
	position: relative;
}

.container .handmade_introduction .title {
	position: absolute;
	width: 250px;
	top: 180px;
	left: 150px;
	z-index: 1;
}

.container .handmade_introduction .title .h_title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 600;
}

.container .handmade_introduction .title .m_title {
	font-size: 16px;
	font-weight: 500;

}

.container .handmade_introduction img {
	width: 100%;
	height: 100%;

}

.container .specification_parameters {
	width: 100%;
	height: 650px;
	background: #fff;
	padding: 50px 50px 0 50px;
}

.container .specification_parameters .sp_header {}

.container .specification_parameters .sp_header .sp_h {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 16px;
}

.container .specification_parameters .sp_header .sp_h span {
	margin-left: 10px;
}

.container .specification_parameters .sp_header .sp_line {
	width: 100%;
	height: 2px;
	background: #1386e8;
	align-items: center;
}
.container .product_list {
	width: 100%;
	height: 800px;
	background: #fff;
	padding: 50px 50px 0 50px;
}

.container .product_list .sp_header {}

.container .product_list .sp_header .sp_h {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 16px;
}

.container .product_list .sp_header .sp_h span {
	margin-left: 10px;
}

.container .product_list .sp_header .sp_line {
	width: 100%;
	height: 2px;
	background: #1386e8;
	align-items: center;
}
.container .product_list .sp_form{
	width: 100%;
	margin-top: 30px;
}
.container .product_list .sp_form .from_right{
	width: 100%;
}
.container .product_list .sp_form .from_right table{
	width: 100%;

}
.container .product_list .sp_form .from_right table thead{

}
.container .product_list .sp_form .from_right table thead tr{

}
.container .product_list .sp_form .from_right table thead tr th{
	text-align: center;
	font-weight: 600;
	padding: 8px 0;
}
.container .product_list .sp_form .from_right table tbody{

}
.container .product_list .sp_form .from_right table tbody tr{

}
.container .product_list .sp_form .from_right table tbody tr td{
	text-align: center;
	padding: 6px 0;
}
.container .specification_parameters .sp_form {
	width: 100%;
	height: 360px;
	display: flex;
	margin-top: 60px;
}

.container .specification_parameters .form1 {
	width: 100%;
	height: 180px;
	display: flex;
	margin-top: 60px;
}
.container .specification_parameters .form2 {
	width: 100%;
	height: 240px;
	display: flex;
	margin-top: 60px;
}

.container .specification_parameters .sp_form .from_left {
	height: 100%;
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(248, 248, 248);
	margin-right: 2%;
	font-size: 24px;
	font-weight: 600;
}

.container .specification_parameters .sp_form .from_right {
	width: 68%;
	height: 100%;
}

.container .specification_parameters .sp_form .from_right .from_list {
	width: 100%;
	display: flex;
	height: 30px;
}

.container .specification_parameters .sp_form .from_right .from_list .list_right {
	height: 100%;
	display: flex;
}

.container .specification_parameters .sp_form .from_right .from_list .list_right img {
	height: 14px;
}

.container .specification_parameters .sp_form .from_right .from_list .list_left {
	padding-left: 60px;

}

.container .specification_parameters .sp_form .from_right .from_list .list_left,
.list_right {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 30px;
	width: 50%;
}

.container .specification_parameters .sp_form .from_right .last_list {
	height: 150px;
}

.container .specification_parameters .sp_form .from_right .last_list .last_from {
	height: 150px;
	line-height: 24px;
}

.container .specification_parameters .sp_form .from_right .from_list:nth-child(2n) {
	background: rgb(238, 239, 239);
}

.container .specification_parameters .sp_form .from_right .from_list:nth-child(1) {
	border: 1px solid rgb(238, 239, 239);
}

.container .ps_jz {
	width: 100%;
	height: 1050px;
	background: #fff;
	padding:50px;
}

.container .ps_jz .jz_info .title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}

.container .ps_jz .jz_advantage {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.container .ps_jz .jz_advantage .adv_list {
	width: 200px;
	height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.container .ps_jz .jz_advantage .adv_list .adv_t {
	position: absolute;
	bottom: 0;
}

.container .ps_jz .jz_proImg .pro_appearance{
	margin-top: 20px;
}
.container .ps_jz .jz_proImg .pro_appearance .title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.container .ps_jz .jz_proImg .pro_appearance .main{

}
.container .ps_jz .jz_proImg .color_pro,
.structure_pro {
	margin-top: 60px;
	text-align: center;
}

.container .ps_jz .jz_proImg .structure_pro img:nth-child(1) {
	margin-right: 200px;
}

.container .ps_jz .jz_proImg .color_pro img:nth-child(1) {
	margin-right: 200px;

}

.container .ps_jz .jz_proImg .color_pro .t {
	margin-top: 20px;
}

.container .ps_jz .jz_proImg .structure_pro .t {
	margin-top: 20px;
}

/* .container .ps_jz .jz_proImg .color_pro img{
    width: 240px;
    height: 252px;
}
.container .ps_jz .jz_proImg .structure_pro img{
    width: 240px;
    height: 252px;
} */
@media (max-width: 767px) {
	.container .product_indr {
		height: 800px;
	}

	.container .product_indr .product_name {
		width: 95%;
		padding-top: 20px;
		margin-left: 5%;
	}

	.container .product_indr .product_bigImg {
		width: auto;
		height: 650px;
		position: absolute;
		right: 20px;
		bottom: 20px;
	}

	.container .product_indr .product_name .name_top {
		width: 100px;
		height: 20px;
	}

	.container .product_indr .product_name .name_bottom {
		font-size: 20px;
		height: 20px;
	}

	.container .product_indr .product_name .name_bottom img {
		height: 100%;

	}

	.container .product_indr .open_store {
		margin-top: 10px;
		margin-left: 20px;
	}

	.container .product_indr .open_store .title {
		font-size: 16px;
	}

	.container .product_indr .open_store .line {
		width: 20px;
	}

	.container .product_indr .product_advantages {
		margin-top: 10px;
		margin-left: 20px;
	}

	.container .product_indr .product_advantages .adv_list {
		flex-direction: column;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.container .product_indr .product_advantages .adv_list .list_right {
		margin-left: 0;
		align-items: center;
		width: 100%;
	}

	.container .product_indr .product_advantages .adv_list .list_right .right_top {
		font-size: 12px;
	}

	.container .product_indr .product_advantages .adv_list .list_right .right_bottom {
		font-size: 10px;
	}

	.container .product_indr .product_sImg {
		margin-top: 10px;
		margin-left: 20px;
	}

	.container .product_indr .product_sImg .img_list {
		width: 150px;
		margin-bottom: 10px;
	}

	.container .handmade_introduction {
		height: 267px;
	}

	.container .handmade_introduction .title {
		display: none;
	}

	.container .specification_parameters {
		padding: 20px 20px 0 20px;
	}

	.container .specification_parameters .sp_form .from_left {
		font-size: 14px;
		width: 20%;
	}

	.container .specification_parameters .sp_form .from_right {
		width: 78%;
	}

	.container .specification_parameters .sp_form .from_right .from_list .list_left {
		padding-left: 10px;
	}

	.container .specification_parameters .sp_form .from_right .from_list .list_left {
		width: 35%;
	}

	.container .specification_parameters .sp_form .from_right .from_list .list_right {
		width: 60%;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.container .ps_jz{
		height: 1600px;
		padding: 20px;
	}
	.container .ps_jz .jz_advantage{
		margin-top: 20px;
		flex-flow: wrap;
	}
	.container .ps_jz .jz_advantage .adv_list{
		width: 50%;
		margin-bottom: 20px;
	}
	.container .ps_jz .jz_proImg .color_pro img:nth-child(1){
		margin-right: 0;
		margin-bottom: 20px;
	}
	.container .ps_jz .jz_proImg .structure_pro img:nth-child(1){
		margin-right: 0;
		margin-bottom: 20px;
	}
	.container .product_list{
		padding: 20px;
		height: 1050px;
	}
}