.container {
	width: 1400px;
	margin: 0 auto;
}

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

.flex-justify-space {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hide {
	display: block;
}

.hide-1024 {
	display: block;
}

.show {
	display: none;
}

.block {
	display: inline-block;
}

.block-768 {
	display: none;
}

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

.fff {
	color: #fff !important;
}

.ens {
	
}

.p-5 {
	padding: 5px;
}

#china-map {
	height: 800px;
	margin: 0 auto;
}

/* header--------------------------- */

header .top {
	height: 43px;
	line-height: 43px;
	background-color: #363636;
	color: #fefefe;
	font-size: 14px;
}

header .top .top-right span {
	padding-right: 15px;
	margin-right: 12px;
	border-right: 2px solid #fefefe;
}
header .top .top-right a:nth-child(1){
	padding-left: 25px;
	background: url(../images/tel_icon1.png) no-repeat left center;
}

header .menu {
	height: 120px;
	padding-top: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

header .menu .menu-img a {
	display: inline-block;
	width: 85px;
}

header .menu ul li {
	display: inline-block;
	height: 105px;
	line-height: 105px;
	cursor: pointer;
	font-size: 16px;
	margin: 0 20px;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	position: relative;
}

header .menu ul li .menu-hover {
	position: absolute;
	left: 0;
	top: 105px;
	z-index: 9;
	width: 244px;
	background: rgba(255, 255, 255, .89);
	padding: 20px 15px;
	-webkit-box-shadow: 0 2px 6px rgba(115, 115, 115, .2);
	box-shadow: 0 2px 6px rgba(115, 115, 115, .2);
	display: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

header .menu ul li .menu-hover a {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 12px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 3px;
}

header .menu .active {
	background: #FC932C;
	color: #fff;
	font-weight: bold;
}

header .menu ul li a {
	display: inline-block;
	padding: 0 15px;
}

header .footer {
	background: #008781;
}

header .footer div:nth-of-type(1) {
	width: calc(100% - 530px);
	height: 150px;
	background-image: url("../img/index/en.png");
	background-repeat: no-repeat;
	background-position-x: 15px;
	margin-right: 20px;
	margin-left: -15px;
}

header .footer div:nth-of-type(2) {
	padding-top: 50px;
	height: 150px;
	width: 530px;
}
header .footer div:nth-of-type(2) form{
	width: 100%;
	height: 100%;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
header .footer .footer-hot {
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .footer .footer-hot span {
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
}

header .footer .footer-hot a {
	display: inline-block;
	padding: 5px 15px;
	margin-right: 2px;
	font-size: 14px;
	margin-bottom: 3px;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
}

header .footer .footer-hot a:hover {
	border: 1px solid #00B0A8;
}

header .footer .footer-search input {
	width: calc(100% - 130px);
	height: 50px;
	line-height: 50px;
	border: none;
	background-color: #fff;
	padding-left: 15px;
	font-size: 14px;
}

header .footer .footer-search button {
	width: 130px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #FB932C;
	border: none;
}

header .footer .footer-search button i {
	font-size: 25px;
}

.mobile_menu_btn {
	padding-top: 18px;
	cursor: pointer;
}

.mobile_menu_btn span {
	display: block;
	height: 3px;
	width: 32px;
	background: #363636;
	border-radius: 2px;
	margin-bottom: 7px;
}

/* ------------------------------- */

.banner {
	width: 100%;
	position: relative;
}

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

.banner .owl-controls {
	bottom: 10px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.banner .position {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.position-xs {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 15px;
	padding-left: 0;
	color: rgb(51, 51, 51);
}

.banner .position h1 {
	font-size: 48px;
	color: #E7811A;
	margin-bottom: 15px;
	
	font-weight: normal;
}

.banner .position h1 span {
	font-size: 30px;
	color: #666666;
	
	position: relative;
	top: 5px;
	
	font-weight: normal;
}

.banner .position .position-by {
	height: 45px;
	line-height: 45px;
	line-height: 45px;
	background: rgba(0, 135, 129, 0.6);
	padding-left: 10px;
	font-size: 14px;
	color: #fff;
}

/* main------------------------- */

main .main-title {
	padding-top: 75px;
	border-bottom: 1px solid #DCDCDC;
	font-size: 30px;
	color: #666666;
}

main .main-title-center {
	padding-top: 60px;
	border-bottom: 1px solid #DCDCDC;
	font-size: 30px;
	color: #666666;
	text-align: center;
}

main .main-title b {
	font-size: 40px;
	color: #333333;
	display: inline-block;
	border-bottom: 1px solid #008781;
	padding-bottom: 40px;
	position: relative;
	bottom: -1px;
}

main .main-title-center .main-title-info{
	font-size: 40px;
	color: #333333;
	display: inline-block;
	border-bottom: 1px solid #008781;
	padding-bottom: 40px;
	font-weight: bold;
	position: relative;
	bottom: -1px;
}

main .main-title-center p {
	font-size: 24px;
	font-weight: 100;
	color: 333333;
	margin-top: 10px;
}

/* main .main-title b:hover {
	border-bottom: 1px solid #008781;
} */

/* main .main-title-center b:hover {
	border-bottom: 1px solid #008781;
} */

main .main-title span {
	
}

main .main-title button {
	width: 195px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #666;
	border: 1px solid #DCDCDC;
	background: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

main .main-title button:hover {
	background: #FB932C;
	color: #fff;
	border: 1px solid #FB932C;
}

main .main-info {
	padding: 40px 0;
}

.owl-demo .item {
	margin-bottom: 30px;
	border: 1px solid #DCDCDC;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
}

.owl-demo .item:hover {
	border: 1px solid #008781;
}

.owl-demo .item .item-list-button {
	border-top: 1px solid #DCDCDC;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	color: #333333;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
}

.owl-demo .item:hover .item-list-button {
	border-top: 1px solid #008781;
}

.owl-demo .item .item-list-button button {
	color: #666666;
	font-size: 16px;
	padding: 10px 50px;
	background-color: #fff;
	border: 1px solid #DCDCDC;
	border-radius: 3px;
	margin-top: 20px;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.owl-demo .item:hover .item-list-button button {
	background: #FB932C;
	border: 1px solid transparent;
	color: #fff;
}

.owl-demo img {
	display: block;
	width: 100%;
}

.owl-demo .owl-controls {
	margin-bottom: 20px;
}

.bg-fff {
	background: #fff;
}

.bg-f5 {
	background: #f5f5f5;
}

.bg-green {
	background: #008781;
}

/* main-left-right--------------- */

.main-left-right {
	padding: 80px 0;
}

.main-left-right .main-info-text {
	width: calc(50% - 45px);
	margin-right: 90px;
	margin-bottom: 40px;
}

.main-left-right .main-info-img {
	width: calc(50% - 45px);
}
.main-left-right .main-info-img a{
	display: block;
	position: relative;
}
.video_icon{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	font-size: 60px !important;
	color:#fff;
	background: rgba(0,0,0,.5);
}
.main-left-right .main-info-text h4 {
	font-size: 30px;
	color: #666666;
	margin-top: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

.main-left-right .main-info-text h1 {
	font-size: 40px;
	color: #333333;
}

.main-left-right .main-info-text h2 {
	font-size: 36px;
	color: #333333;
	font-weight: normal;
}

.main-left-right .main-info-text p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin: 20px 0 25px 0;
}

.main-left-right .main-info-text p.left-title {
	font-size: 30px;
	color: #666666;
	
	margin: 60px 0 20px 0;
	position: relative;
	padding-left: 95px;
}

.main-left-right .main-info-text p.left-title::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #8AC8C5;
	position: absolute;
	bottom: 50%;
	left: 0;
}

.main-left-right .main-info-text button,
.main-left-right .main-info-text a{
	width: 150px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 3px;
}

.main-left-right .main-info-text a:nth-of-type(1) .sec-button {
	background: #FB932C;
	margin-right: 20px;
	margin-bottom: 10px;
}

.main-left-right .main-info-text a:nth-of-type(2) .sec-button {
	background: #008781;
}

main .main-icon-list {
	background-color: #008781;
	padding: 80px 0;
}

main .main-icon-list ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 20px;
	border-right: 1px solid #1F9590;
}

main .main-icon-list ul li:last-child {
	border-right: none;
}

main .main-icon-list ul li .main-icon-list-icon {
	width: 175px;
	height: 175px;
	line-height: 175px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 auto;
	margin-bottom: 30px;
	cursor: pointer;
}

main .main-icon-list ul li .main-icon-list-icon i {
	padding: 45px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 55px;
	color: #008781;
}

main .main-icon-list ul li:hover .main-icon-list-icon i {
	padding: 60px;
}

main .main-icon-list ul li .main-icon-list-info {
	font-size: 22px;
	color: #fff;
}

main .main-icon-list ul li .main-icon-list-info p:nth-of-type(2) {
	margin-top: 5px;
	font-size: 18px;
	color: #cbe0de;
}

main .main-img-list ul li {
	width: 25%;
	float: left;
	position: relative;
}

main .main-img-list ul li .by {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

main .main-img-list ul li .by button {
	width: 145px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #666666;
	border-radius: 3px;
	border: none;
	margin-top: 15px;
}

main .main-img-list ul li:hover .by {
	opacity: 1;
}

main .main-img-list ul li:hover .by button {
	background-color: #FB932C;
	color: #fff;
}

/* 新闻资讯------- */

main .padding-40-80 {
	padding-top: 40px;
	padding-bottom: 80px;
}

main .main-news .main-news-left {
	width: 520px;
	float: left;
}

main .main-news .main-news-left .new-img {
	width: 100%;
	padding: 10px;
	border: 1px solid #DCDCDC;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
}

main .main-news .main-news-left:hover .new-img {
	border: 1px solid #43A5A0;
}

main .main-news .main-news-left .new-img-footer {
	padding: 40px 10px;
	font-size: 18px;
	line-height: 20px;
	background: #008781;
	text-align: center;
	color: #fff;
}

main .main-news .main-news-right {
	width: calc(100% - 520px);
	float: left;
	padding-left: 25px;
}

main .main-news .main-news-right .main-new-right-header {
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: #EEEEEE;
	font-size: 18px;
	color: #333333;
}

main .main-news .main-news-right .main-new-right-header span {
	display: inline-block;
	float: left;
	padding: 0 50px;
	cursor: pointer;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.main-news-right .main-new-right-header span:hover {
	font-weight: bold;
	background-color: #FB932C;
	color: #fff;
}

main .main-news .main-news-right .main-new-right-header span.active {
	font-weight: bold;
	background-color: #FB932C;
	color: #fff;
}

main .main-news .main-news-right .main-new-right-list ul li {
	padding: 25px 10px;
	border-bottom: 1px dashed #DCDCDC;
}

main .main-news .main-news-right .main-new-right-list ul li {
	padding: 25px 10px 25px 20px;
	border-bottom: 1px dashed #DCDCDC;
}

main .main-news .main-news-right .main-new-right-list ul li section {
	position: relative;
}

main .main-news .main-news-right .main-new-right-list ul li section::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -18px;
	top: 10px;
	width: 4px;
	height: 4px;
	background-color: #666666;
}

main .main-news .main-news-right .main-new-right-list ul li section h1 {
	width: calc(100% - 120px);
	float: left;
	font-size: 18px;
	color: #333333;
}

main .main-news .main-news-right .main-new-right-list ul li section span {
	display: inline-block;
	width: 120px;
	text-align: right;
	float: left;
	color: #666666;
	font-size: 18px;
}

main .main-news .main-news-right .main-new-right-list ul li p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}

/* 客户案例----- */

main .main-footer-list {
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative;
}

main .clicks {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #DCDCDC;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

main .clicks:hover {
	border: 1px solid #008781;
}

main .clicks img {
	display: inline-block;
	width: 10px;
}

main .click-prev {
	position: absolute;
	left: -77px;
	top: 45%;
}

main .click-next {
	position: absolute;
	right: -77px;
	top: 45%;
}

main .main-footer-list {
	padding-top: 40px;
	padding-bottom: 60px;
}

.main-footer-list .owl-demo .item {
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	margin-bottom: 0;
}

.main-footer-list .owl-demo .item:hover {
	background-color: #fff;
}

.main-footer-list .owl-demo .item section:nth-of-type(1) {
	padding: 10px;
}

.item-list-p {
	padding: 15px 20px 20px 20px;
	border-top: 1px solid #DCDCDC;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
}

.main-footer-list .owl-demo .item:hover .item-list-p {
	border-top: 1px solid #008781;
}

.owl-demo .item:hover .item-list-button {
	border-top: 1px solid #008781;
}

.item-list-p h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

.item-list-p p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

/*  */

.main-link {
	padding: 30px 0;
	background-color: #008781;
	color: #fff;
	font-size: 14px;
}

.main-link section {
	margin-left: -15px;
}

.main-link b {
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
}

.main-link a {
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
}

.main-link a:hover {
	border: 1px solid #00B0A8;
}

/* footer */

footer {
	padding-top: 60px;
	padding-bottom: 10px;
	background: #454545;
}

footer ul {
	margin-right: -50px;
	padding-bottom: 70px;
	border-bottom: 1px solid #5C5C5C;
}

footer ul li {
	width: calc(25% - 50px);
	margin-right: 50px;
	float: left;
	color: #fff;
}

footer ul li .foot-title {
	padding: 20px;
	border-bottom: 1px solid #5C5C5C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	position: relative;
}

footer ul li .foot-title::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0px;
}

footer ul li a.a-link {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 6px 15px 6px 0;
}

footer ul li p.p-link ,
footer ul li a.p-link {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 6px 15px 6px 0;
}

footer ul li h1 {
	line-height: 30px;
	position: relative;
	top: -5px;
}

footer ul li a.a-link:hover {
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
	text-decoration: underline;
}

footer ul li a.a-link::before {
	content: "";
	background-image: url("../img/jiantou.png");
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

footer ul li .a-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

footer ul li .a-two>div {
	width: 120px;
}

footer ul li .foot-input {
	margin-bottom: 20px;
}

footer ul li .foot-input input, textarea {
	width: 100%;
	background-color: #4D4D4D;
	font-size: 14px;
	border-radius: 3px;
	border: none;
	padding: 10px;
	color: #e2e2e2;
	font-family: Arial;
}

footer ul li .foot-input input {
	height: 38px;
}

footer ul li .foot-input input::-webkit-input-placeholder, footer ul li .foot-input textarea::-webkit-input-placeholder {
	color: #e2e2e2;
}

footer ul li .foot-input input:-moz-placeholder, footer ul li .foot-input textarea:-moz-placeholder {
	color: #e2e2e2;
}

footer ul li .foot-input input::-moz-placeholder, footer ul li .foot-input textarea::-moz-placeholder {
	color: #e2e2e2;
}

footer ul li .foot-input input:-ms-input-placeholder, footer ul li .foot-input textarea:-ms-input-placeholder {
	color: #e2e2e2;
}

footer ul li .foot-input textarea {
	height: 80px;
}

footer ul li button {
	width: 130px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #ededed;
	background: #FB932C;
	border-radius: 3px;
	border: none;
}

footer .footer-bottom {
	color: rgba(255, 255, 255, 0.6);
	padding: 35px 0 25px 0;
	font-size: 14px;
}

footer .footer-bottom section.footer-bottom-right p {
	margin-bottom: 15px;
	margin-left: 10px;
}

footer .footer-bottom section.footer-bottom-right i {
	margin-top: 10px;
	font-size: 20px;
	padding: 8px;
	margin-left: 10px;
	background-color: #BABABA;
	border-radius: 50%;
	color: #454545;
}

.main-case {
	padding-bottom: 40px;
}

.main-case .main-case-button {
	padding: 40px 0 20px 0;
	text-align: center;
}

.main-case .main-case-button button {
	height: 75px;
	width: 425px;
	margin-right: 20px;
	border: 1px solid #DCDCDC;
	background: #fff;
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}

.main-case .main-case-button button b {
	color: #FB932C;
}

/* 公司概括-------------- */

.about .about-list {
	padding: 75px 0;
	text-align: center;
	color: #fff;
}

.about .about-list #owl-demo {
	margin-top: 30px;
}

.about .about-list .owl-demo .owl-controls {
	margin-bottom: 0;
}

.about .about-list .item {
	background: #1F9690;
	border: 1px solid #00AAA2;
	border-radius: 3px;
	padding: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about .about-list .item:hover {
	-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3)
}

.about .about-list h1 {
	font-size: 40px;
	font-weight: normal;
}

.about .about-list p {
	font-size: 16px;
	padding: 20px 0;
	line-height: 28px;
}

.about .about-list ul {
	margin-right: -5%;
}

.about .about-list ul li {
	width: calc(100% / 6);
	padding-right: 5%;
	float: left;
	margin-top: 25px;
	margin-bottom: 20px;
}

.about .about-list ul div {
	width: 175px;
	height: 135px;
	line-height: 135px;
	border-radius: 8px;
	background: #fff;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about .about-list ul li div::before {
	content: "";
	display: inline-block;
	border-style: solid;
	width: 0;
	height: 0;
	border-width: 20px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.about .about-list ul li div:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.about .about-list ul li div:hover i {
	color: #FB932C;
}

.about .about-list ul div i {
	font-size: 50px;
	color: #008781;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about .about-list ul div i.iconfangan {
	position: relative;
}

.about .about-list ul div i.iconfangan {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

.about-f5-info .about-f5-info-left {
	width: 38%;
}

.about-f5-info .about-f5-info-right {
	padding-top: 8%;
	width: 64%;
	padding-left: 5%;
}

.about-f5-info .about-f5-info-right h1 {
	font-size: 40px;
	color: #333333;
	font-weight: normal;
}

.about-f5-info .about-f5-info-right p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 25px 0;
}

.about-f5-info .about-f5-info-right p span {
	font-size: 24px;
	margin-top: 15px;
}

.about-f5-info .about-f5-info-right p b {
	font-size: 40px;
	color: #333333;
}

.about-f5-info .about-f5-info-right button {
	color: #333333;
	width: 180px;
	height: 42px;
	line-height: 42px;
	background: #FB932C;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 3px;
	margin-top: 20px;
}

.about .about-ccie {
	padding: 40px 0;
}

.about .about-ccie ul {
	margin-right: -20px;
}

.about .about-ccie ul li {
	width: 20%;
	float: left;
	padding-right: 20px;
	margin-top: 20px;
}

.about .more {
	display: block;
	width: 195px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #DCDCDC;
	font-size: 18px;
	background: #fff;
	margin: 50px auto 40px;
	border-radius: 3px;
}

.about .more:hover {
	border: 1px solid #FB932C;
	background: #FB932C;
	color: #fff;
}

.obout-footer {
	padding: 50px 0;
}

.obout-footer ul li {
	width: calc(100% / 6);
	float: left;
	text-align: center;
}

.obout-footer ul li section {
	width: 135px;
	height: 135px;
	line-height: 135px;
	background-color: #008781;
	color: #fff;
	font-size: 55px;
	border-radius: 50%;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.obout-footer ul li section:hover {
	background-color: #FB932C;
}

.obout-footer ul li section i {
	font-size: 55px;
}

.obout-footer ul li p {
	padding: 20px 0;
	font-size: 18px;
}

.main-caseList {
	padding: 40px 0 0px 0;
}

.main-caseList ul {
	margin-right: -20px;
}

.main-caseList ul li {
	width: 25%;
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
}

.main-caseList ul li div {
	border: 1px solid #DCDCDC;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
}

.main-caseList ul li div:hover {
	border: 1px solid #008781;
}

.main-caseList ul li div:hover .item-list-p {
	border-top: 1px solid #008781;
}

.main-caseList ul li .li-item-img {
	padding: 10px;
}

/* 联系我们 */

.contactMe-pos {
	padding: 40px 0 70px 0;
}

.contactMe-pos .pos-info {
	width: 50%;
	float: left;
}

.contactMe-pos .pos-info:nth-of-type(1) {
	padding-right: 15px;
}

.contactMe-pos .pos-info:nth-of-type(1) section {
	border: 4px solid #DCDCDC;
}

.contactMe-pos .pos-info:nth-of-type(2) {
	padding-left: 15px;
}

.contactMe-pos .pos-info:nth-of-type(2) ul {
	margin-right: -20px;
}

.contactMe-pos .pos-info:nth-of-type(2) ul li {
	width: calc(50% - 20px);
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	height: 115px;
	padding: 30px 0;
	padding-left: 6%;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactMe-pos .pos-info:nth-of-type(2) ul li:hover {
	border: 1px solid #078B85;
	background: #078B85;
}

.contactMe-pos .pos-info:nth-of-type(2) ul li:hover .pos-icon {
	background: #fff;
}

.contactMe-pos .pos-info:nth-of-type(2) ul li:hover .pos-icon i {
	background: #fff;
	color: #666666;
}

.contactMe-pos .pos-info:nth-of-type(2) ul li:hover .pos-text {
	color: #fff;
}

.contactMe-pos .pos-info:nth-of-type(2) ul li:hover .pos-text p {
	color: #fff;
	text-decoration: underline;
}

.contactMe-pos .pos-icon {
	height: 45px;
	width: 45px;
	background-color: #078B85;
	border-radius: 50%;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	margin-right: 18px;
	color: #fff;
}

.contactMe-pos .pos-text b {
	font-size: 21px;
}

.contactMe-pos .pos-text p {
	font-size: 20px;
	color: #666666;
	margin-top: 5px;
}

.contactMe-pos .pos-info:nth-of-type(2) .pos-list {
	margin-bottom: 20px;
	height: 115px;
	padding: 30px 0;
	padding-left: 6%;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactMe-pos .pos-info .pos-list {
	margin-bottom: 20px;
	height: 115px;
	padding: 30px 0;
	padding-left: 45px;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactMe-pos .pos-info .pos-list:hover {
	border: 1px solid #078B85;
	background: #078B85;
}

.contactMe-pos .pos-info .pos-list:hover .pos-icon {
	background: #fff;
}

.contactMe-pos .pos-info .pos-list:hover .pos-icon i {
	background: #fff;
	color: #666666;
}

.contactMe-pos .pos-info .pos-list:hover .pos-text {
	color: #fff;
}

.contactMe-pos .pos-info .pos-list:hover .pos-text p {
	color: #fff;
	text-decoration: underline;
}

/* 在线留言 */

.contactMe-submit {
	background-image: url("../img/contact/bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.diy-table {
	background: none;
}

.main-submit {
	padding: 45px 0;
}

.main-submit ul {
	margin-right: -60px;
}

.red {
	color: red;
}

.main-submit ul li {
	width: calc(50% - 60px);
	float: left;
	margin-right: 60px;
	margin-bottom: 20px;
}

.main-submit ul li:last-child {
	width: calc(100% - 60px);
}

.main-submit ul li label {
	width: 100px;
	float: left;
	padding-right: 15px;
	text-align: right;
	line-height: 38px;
	font-size: 16px;
	color: #333333;
}

.main-submit ul li input {
	width: calc(100% - 100px);
	float: left;
	height: 38px;
	border: 1px solid #DCDCDC;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px #DCDCDC inset;
	box-shadow: 0 2px 3px #DCDCDC inset;
	border-radius: 5px;
	padding: 15px;
}

.main-submit ul li textarea {
	width: calc(100% - 100px);
	float: left;
	height: 110px;
	color: #333 !important;
	border: 1px solid #DCDCDC;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px #DCDCDC inset;
	box-shadow: 0 2px 3px #DCDCDC inset;
	border-radius: 5px;
	padding: 15px;
}

.main-submit .submit-button {
	margin-left: 100px;
	padding: 15px;
	padding-left: 0;
}

.main-submit .submit-button button {
	width: 155px;
	height: 40px;
	line-height: 40px;
	background: #FB932C;
	color: #fff;
	font-size: 16px;
	margin-right: 40px;
	border: none;
	border-radius: 3px;
	margin-bottom: 20px;
}

.main-submit .submit-button button:nth-of-type(2) {
	background: #363636;
}

/* 定制--------------- */

.diy-table {
	overflow: auto;
}

.diy-table table {
	overflow: auto;
}

.diy-table {
	padding: 40px 0;
}

.diy-table .table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.diy-table .table {
	border: 1px solid #E5E5E5;
	border-spacing: 0;
	border-collapse: collapse;
}

.diy-table .table .title {
	background: #F5F5F5;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.diy-table .table .th {
	color: #333333;
	font-weight: bold;
}

.diy-table .table tr {
	display: table-row;
	vertical-align: middle;
	border-color: inherit;
}

.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: 20px;
	padding-left: 50px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #E5E5E5;
	font-size: 16px;
	white-space: nowrap;
	vertical-align: middle;
}

.diy-table .table tr input {
	border: none;
	background: none;
	height: 20px;
	width: 100%;
}

.diy-table .table tr ul li {
	padding: 5px 0;
}

.diy-table .table tr input[type="radio"], .diy-table .table tr input[type="checkbox"] {
	width: auto;
	position: relative;
	top: 5px;
	margin-right: 30px;
}

.diy-table .main-submit {
	text-align: center;
}

.diy-table .main-submit .submit-button {
	margin-left: 0;
}

/* 解决方案 */

.solution {
	padding: 40px 0 70px 0;
}

.solution ul li {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #F5F5F5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.solution ul li:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.solution ul li:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.solution ul li .demo-left {
	width: 480px;
}

.solution ul li .demo-right {
	width: calc(100% - 480px);
	padding: 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.solution ul li h2 {
	font-weight: normal;
	font-size: 30px;
	color: #333333;
}

.solution ul li h3 {
	font-weight: normal;
	font-size: 26px;
	color: #333333;
	
}

.solution ul li p {
	font-size: 16px;
	line-height: 24px;
	margin: 35px 0;
}

.solution ul li .text {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin: 35px 0;
}

.solution ul li button {
	font-size: 14px;
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
	color: #fff;
	border: none;
	border-radius: 3px;
}

.solution ul li button.button-left {
	background-color: #008781;
}

.solution ul li button.button-right {
	background-color: #FB932C;
}

/* 新闻详细 ------------------------------- */

.new-infos-title {
	padding-top: 80px;
	border-bottom: 1px solid #DCDCDC;
}

.new-infos-title h1 {
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.new-infos-title ul{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.new-infos-title ul li {
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	font-size: 14px;
	padding: 35px 0;
	padding-right: 30px;
}

.new-infos-title ul li::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	left: -5px;
}

.new-infos-title ul li:nth-of-type(1)::before {
	background-image: url("../img/new/time.png");
}

.new-infos-title ul li:nth-of-type(2)::before {
	background-image: url("../img/new/yan.png");
	top: 5px;
}

.new-infos-title ul li:nth-of-type(3)::before {
	background-image: url("../img/new/share.png");
	background-size: 80%;
	left: 0px;
}

.new-infos-title ul li:nth-of-type(3)::before {
	background-image: url("../img/new/share.png");
	background-size: 80%;
	left: 0px;
	top: 4px;
}

.new-infos-title .link-icon div {
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
}

.new-infos-title .link-icon a:nth-of-type(1) div {
	background-position: 0 0;
}

.new-infos-title .link-icon a:nth-of-type(2) div {
	background-position: -22px 0;
}

.new-infos-title .link-icon a:nth-of-type(3) div {
	background-position: -44px 0;
}

.new-infos-title .link-icon a:nth-of-type(4) div {
	background-position: -65px 0;
}

.new-infos-title .link-icon a:nth-of-type(5) div {
	background-position: -88px 0;
}

.new-infos-title .link-icon a:nth-of-type(6) div {
	background-position: -111px 0;
}

/* 公司新闻 */

.new-info-text {
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
  max-width:1000px;
}

.new-info-text p {
	font-size: 14px;
	line-height: 24px;
	margin: 30px 0;
}
.new-info-text img{
	display: inline-block;
  max-width:100%;
  width:auto;
}

/*.new-info-text div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}*/

.new-info-text div .img {
	margin-bottom: 20px;
	padding-right: 10px;
}

.new-info-text div .img1 {
	padding-left: 20px;
}

.new-info-text button {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #008781;
	font-size: 24px;
	border: none;
	margin: 0 auto;
	color: #fff;
}

.click-page-next {
	margin: 40px 0;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #F5F5F5;
}

.click-page-next section:nth-of-type(1) {
	border: 1px solid #fff;
}

.click-page-next section {
	width: 50%;
	padding: 30px 50px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
}

.click-page-next section::before {
	content: "";
	display: inline-block;
	background-image: url("../img/new/right.png");
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 15px;
	margin-left: 5px;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

/* 新闻中心 */

.newCenter-info {
	padding: 30px 0;
}

.newCenter-info .titles {
	padding: 40px 0;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.newCenter-info .titles::after {
	content: "";
	display: inline-block;
	width: calc(100% - 170px);
	height: 1px;
	margin-left: 20px;
	background-color: #EEEEEE;
	position: relative;
	top: -10px;
}

.newCenter-info ul.new-lis li {
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 70px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.newCenter-info ul.new-lis li:hover {
	-webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
}

.newCenter-info ul.new-lis li:hover h1::before {
	background-color: #FB932C;
}

.newCenter-info ul.new-lis li h1 {
	font-size: 20px;
	color: #333333;
	position: relative;
	margin-right: 20px;
}

.newCenter-info ul.new-lis li h1::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #D8D8D8;
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.newCenter-info ul.new-lis li div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.newCenter-info ul.new-lis li p {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 20px 0;
}

.newCenter-info ul.new-lis li p:nth-of-type(1) {
	width: 80%;
}

.newCenter-info ul.new-lis li p:nth-of-type(2) {
	width: 20%;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.newCenter .main-title-center a {
	margin: 0 150px;
	cursor: pointer;
	font-size: 40px;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #008781;
    padding-bottom: 40px;
    position: relative;
    bottom: -1px;
}

.newCenter .main-title-center a.remove-active {
	font-weight: normal;
	border-bottom: none;
}

.main-info-lunbo .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 75px 75px;
}

.main-info-lunbo .item .newCenter-left {
	width: 580px;
	background: #fff;
	text-align: center;
	position: relative;
}

.main-info-lunbo .item .newCenter-left img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.main-info-lunbo .item .newCenter-right {
	width: calc(100% - 580px);
	padding-left: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-info-lunbo .item .newCenter-right h1 {
	font-size: 24px;
}

.main-info-lunbo .item .newCenter-right p {
	font-size: 14px;
	line-height: 24px;
	margin: 35px 0;
}

.main-info-lunbo .item .newCenter-right a.button {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background: #fff;
}

.newCenter-left-time {
	width: 90px;
	height: 90px;
	background-color: #008781;
	position: absolute;
	right: -30px;
	bottom: -35px;
	z-index: 25;
	font-size: 18px;
	color: #fff;
	padding-top: 22px;
}

main .clicks-button {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	z-index: 1;
}

main .clicks-button img {
	display: inline-block;
	width: 10px;
}

main .click-button-prev {
	left: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

main .click-button-next {
	right: 10px;
}

.main-info-lunbo {
	position: relative;
}

.newCenter-lunbo1 {
	display: block;
}

.newCenter-lunbo2 {
	display: none;
}

.main-info-lunbo .owl-controls {
	position: absolute;
	bottom: 22%;
	right: 44%;
}

.main-info-lunbo .owl-theme .owl-dots .owl-dot span {
	border-radius: 0;
}

.main-info-lunbo .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fb932a;
}

/* 服务 */

.fuwu-banner {
	position: relative;
}

.fuwu-banner .main-title-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding-top: 0;
}

.fuwu-banner .main-title-center b {
	color: #fff;
}

.fuwu-text {
	padding: 60px 0 40px 0;
}

.fuwu-text .fuwu-text-4 {
	margin-right: -20px;
}

.fuwu-text .fuwu-text-4 li {
	width: calc(25% - 20px);
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	padding: 45px 20px 30px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	min-height: 390px;
}

.fuwu-text .fuwu-text-4 li.text-3 {
	width: calc(33.33333% - 20px);
	padding: 30px 20px 30px 20px;
	min-height: 210px;
}

.fuwu-text .fuwu-text-4 li b {
	display: block;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: normal;
}

.fuwu-text .fuwu-text-4 li p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 20px;
}

.fuwu-text .fuwu-text-4 li.text-3 p {
	margin-top: 0px;
}

.fuwu-phone-img {
	position: relative;
}

.fuwu-phone-img .fuwu-phone {
	position: absolute;
	top: 50%;
	right: 20%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.fuwu-phone-img .fuwu-phone p {
	font-size: 32px;
	line-height: 28px;
	padding: 10px 0;
}

.fuwu-phone-img .fuwu-phone i {
	font-size: 50px;
	position: relative;
	top: 7px;
}

.fuwu-phone-img .fuwu-phone b {
	font-size: 36px;
	display: inline-block;
	margin-top: 10px;
	color: #008781;
}

/* 产品页面 */

.main-product {
	padding: 60px 0;
}

.main-product .main-product-left {
	width: 325px;
	float: left;
}

.main-product .main-product-right {
	width: calc(100% - 325px);
	padding-left: 30px;
	float: left;
}

.main-product .main-product-right .titles {
	padding: 10px 0 18px 0;
	border-bottom: 1px solid #dcdcdc;
}

.main-product .main-product-right .titles b {
	font-size: 40px;
	border-bottom: 1px solid #008781;
	padding-bottom: 19px;
}

.main-product .main-product-left .main-product-left-title, .main-product .main-product-left .main-product-left-text {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	margin-bottom: 20px;
}

.main-product .main-product-left .main-product-left-title li {
	padding: 18px 30px;
	line-height: 20px;
	font-size: 16px;
	border-bottom: 1px solid #eeeeee;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-product .main-product-left .main-product-left-title li.li::before {
	content: "";
	background-image: url("../img/product/right.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 15px;
}

.main-product .main-product-left .main-product-left-title li.ti {
	font-size: 24px;
	font-weight: bold;
	background-color: #008781;
	border-bottom: 2px solid #006b66;
	color: #fff;
	border-radius: 3px 3px 0 0;
}

.main-product .main-product-left .main-product-left-title li.li:hover {
	color: #f08519;
}

.main-product .main-product-left .main-product-left-title li.li:hover::before {
	background-image: url("../img/product/right_hover.png");
}

.main-product .main-product-left .main-product-left-title li.active::before {
	background-image: url("../img/product/right_hover.png");
}

.main-product .main-product-left .main-product-left-title li.active {
	color: #f08519;
}

.main-product-left-text p {
	padding: 10px 18px;
	font-size: 14px;
}

.main-product-left-text p b {
	display: block;
	font-size: 30px;
}

.main-product-left-text img {
	margin-bottom: 30px;
}

.main-product-left-text p:last-child {
	margin-bottom: 30px;
}

.main-product .solution ul li {
	margin-bottom: 20px;
	padding: 30px;
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
}

.main-product .solution ul li:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.main-product .solution ul li .demo-left {
	width: 280px;
}

.main-product .solution ul li .demo-right {
	width: calc(100% - 280px);
}

.main-product .solution ul li .demo-right h2 {
	font-size: 20px;
	font-weight: bold;
}

.main-product .solution ul li p {
	margin: 30px 0;
}

.main-product .solution ul li button.button-right {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	color: #666666;
}

.productInfos {
	padding: 50px 0;
}

.productInfos .info-left {
	width: 500px;
	float: left;
}

.productInfos .info-left .thumbs {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	padding: 15px;
	height: 520px;
}

.productInfos .info-left .thumbs img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.productInfos .info-left .gallery {
	margin-right: -20px;
}

.productInfos .info-left .gallery-list {
	width: calc(25% - 20px);
	height: 115px;
	border: 1px solid #EEEEEE;
	padding: 10px;
	background: #fff;
	margin-right: 20px;
	float: left;
	cursor: pointer;
}

.productInfos .info-left .gallery-list img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.lunbo-active {
	border: 1px solid #008781!important;
}

.productInfos .info-right {
	width: calc(100% - 500px);
	float: left;
	padding-left: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.productInfos .info-right .titles {
	padding: 40px 0;
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
}

.productInfos .info-right p {
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
	color: #666;
}

.productInfos .info-right .icon-link {
	padding: 30px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	width: 100%;
}

.productInfos .info-right .icon-link span {
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	border-right: 1px solid #dcdcdc;
}

.productInfos .info-right .icon-link span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../img/product/i1.png");
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
}

.productInfos .info-right .icon-link a:nth-of-type(1) span::before {
	background-image: url("../img/product/i1.png");
}

.productInfos .info-right .icon-link a:nth-of-type(2) span::before {
	background-image: url("../img/product/i2.png");
}

.productInfos .info-right .icon-link a:nth-of-type(3) span::before {
	background-image: url("../img/product/i3.png");
}

.productInfos .info-right .icon-link a:nth-of-type(4) span::before {
	background-image: url("../img/product/i4.png");
}

.productInfos .info-right .icon-link span:first-child {
	padding-left: 0;
}

.productInfos .info-right .icon-link span:last-child {
	border: none;
}

.productInfos .info-right .phone-num {
	font-size: 32px;
	margin-top: 35px;
}
.productInfos .info-right .phone-num a{
	color: #333;
}
.productInfos .info-right .phone-num b {
	color: #008781;
}

.productInfos .info-right .phone-text {
	font-size: 26px;
	margin-top: 0;
	color: #666666;
}

.productInfos .div-button {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 40px;
}

.productInfos .div-button button {
	width: 165px;
	height: 45px;
	border-radius: 5px;
	margin-right: 20px;
	border: none;
	background-color: #008781;
	color: #fff;
}

.productInfos .div-button a:nth-of-type(2) button {
	background-color: #fb932a;
}

.productInfos .info-right ul.pros-ul {
	margin-right: -20px;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.productInfos .info-right ul.pros-ul li {
	width: calc(50% - 20px);
	margin-right: 20px;
	border-radius: 3px;
	border: 1px solid #008781;
	padding: 30px 30px 0 30px;
}

.productInfos .info-right ul.pros-ul li p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

/* 招商 */

.list-zhaoshang {
	padding: 70px 0;
}

.header-title {
	font-size: 32px;
	font-weight: bold;
	width: 50%;
	height: 58px;
	line-height: 58px;
	margin: 0 auto;
	background: #008781;
	text-align: center;
	color: #fff;
	position: relative;
	margin: 20px auto;
}

.header-title::after {
	content: "";
	display: inline-block;
	position: absolute;
	border-width: 29px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	right: -1px;
}

.bg-f5 .header-title::after {
	border-color: transparent #f5f5f5 transparent transparent;
}

.header-title .before {
	width: 80px;
	height: 80px;
	line-height: 64px;
	border-radius: 50%;
	position: absolute;
	left: -65px;
	background-color: #008781;
	text-align: center;
	top: -8px;
	border: 8px solid #fff;
}

.header-title .before i {
	font-size: 30px;
	font-weight: normal;
}

.header-title-p {
	font-size: 18px;
	padding: 15px 0 40px 0;
}

.list-zhaoshang ul.ul1 {
	margin-right: -20px;
}

.list-zhaoshang ul.ul1 li {
	width: calc(33.333% - 20px);
	margin-right: 20px;
	float: left;
	background: #fff;
	padding: 45px 20px 0 20px;
	border-radius: 3px;
	height: 260px;
}

.list-zhaoshang ul.ul1 li i {
	font-size: 75px;
	display: block;
	color: #888888;
}

.list-zhaoshang ul.ul1 li b {
	display: block;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-zhaoshang ul.ul1 li p {
	display: block;
	font-size: 18px;
	color: #666666;
}

.list-zhaoshang .main-icon-list {
	background: #fff;
}

.list-zhaoshang .main-icon-list ul li {
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 15px;
	border-right: none;
	word-wrap: break-word
}

.list-zhaoshang .main-icon-list ul li .main-icon-list-icon {
	width: 135px;
	height: 135px;
	line-height: 135px;
	border-radius: 50%;
	background: rgba(0, 135, 129, 0.2);
	margin: 0 auto;
	margin-bottom: 30px;
	cursor: pointer;
}

.list-zhaoshang .main-icon-list ul li .main-icon-list-icon i {
	padding: 35px;
	border-radius: 50%;
	background: #008781;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 50px;
	color: #fff;
}

.list-zhaoshang .main-icon-list ul li:hover .main-icon-list-icon i {
	padding: 42px;
}

.list-zhaoshang .main-icon-list ul li .main-icon-list-info {
	font-size: 24px;
	color: #505050;
	font-weight: bold;
}

.list-zhaoshang .main-icon-list ul li .main-icon-list-info p:nth-of-type(2) {
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.list-zhaoshang .main-icon-list ul li .main-icon-list-info p:nth-of-type(3) {
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.list-zhaoshang .diannao div {
	width: 630px;
	float: left;
}

.list-zhaoshang .diannao div:nth-of-type(1) {
	width: 630px;
	float: left;
}

.list-zhaoshang .diannao div:nth-of-type(2) {
	width: calc(100% - 630px);
	float: left;
	padding-left: 80px;
	margin-top: 150px;
	text-align: left;
}

.list-zhaoshang .diannao div:nth-of-type(2) b {
	font-size: 30px;
	text-align: left;
}

.list-zhaoshang .diannao div:nth-of-type(2) p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 30px;
}

.list-zhaoshang .div-table {
	width: 100%;
	overflow-x: auto;
}

.list-zhaoshang .div-table table {
	width: 100%;
	margin-top: 40px;
}

.list-zhaoshang .div-table table tr {
	background: #f7f7f7;
	width: 100%;
	font-size: 18px;
	cursor: pointer;
}

.list-zhaoshang .div-table table tr td {
	border: 4px solid #fff;
	height: 52px;
	padding-left: 80px;
	padding-right: 20px;
	text-align: left;
	white-space: nowrap;
}

.list-zhaoshang .div-table table tr td:nth-of-type(1) {
	width: 290px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

.list-zhaoshang .div-table table tr:nth-of-type(2n) {
	background: #e6e6e8;
}

.list-zhaoshang .div-table table tr:hover {
	background: #fb932a;
	color: #fff;
	font-size: 20px;
}

.list-zhaoshang .main-icon-list {
	padding: 80px 0 20px 0;
}

.div-footer {
	padding: 70px 0;
}

.div-footer b {
	font-size: 32px;
}

.div-footer p {
	font-size: 20px;
	padding: 20px 0 40px 0;
}

.div-footer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
}

.div-footer-text i {
	font-size: 58px;
}

.div-footer-text li:nth-of-type(1) {
	font-size: 32px;
	font-weight: bold;
}

.div-footer-text li:nth-of-type(2) {
	font-size: 20px;
}

.div-footer-text ul {
	position: relative;
	top: -5px;
}

.div-6 {
	margin-top: 40px;
}

.kehuanli {
	background-image: url("../img/product/list-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 40px;
}

.kehuanli .main-caseList ul li div {
	background: #fff;
}

/* .list-zhaoshang-icon ul1{
	m
} */

.list-zhaoshang-icon ul.ul1 {
	margin-right: -10px;
}

.list-zhaoshang-icon ul.ul1 li {
	width: calc(20% - 10px);
	margin-right: 10px;
	float: left;
	background: #f5f5f5;
	padding: 35px 15PX 0 15PX;
	border-radius: 5px;
	height: 280px;
}

.list-zhaoshang-icon ul.ul1 li div {
	width: 65px;
	height: 65px;
	margin: 10px auto 20px auto;
}

.list-zhaoshang-icon ul.ul1 li b {
	font-size: 24px;
}

.list-zhaoshang-icon ul.ul1 li p {
	font-size: 14px;
	line-height: 24px;
}

.list-zhaoshang-icon {
	padding: 0;
}

.list-zhaoshang-icon ul.ul1 {
	padding: 40px 0 50px 0;
}

.list-zhaoshang-icon .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 20px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #dcdcdc;
	white-space: nowrap;
}

.list-zhaoshang-icon .table>tbody>tr>th {
	background: #eeeeee;
	font-weight: normal;
	font-size: 15px;
}

.list-zhaoshang-icon .pa {
	padding: 40px 0 50px 0;
}

.list-zhaoshang-icon .pa-list .left {
	width: 55%;
	float: left;
  text-align:left;
  line-height:1.7;
  font-size:14px;
}

.list-zhaoshang-icon .pa-list .left ul {
	margin-right: -10px;
}

.list-zhaoshang-icon .pa-list .left ul li {
	width: calc(33.333% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.list-zhaoshang-icon .pa-list .right {
	width: 45%;
	float: left;
	padding: 0 30px 0 55px;
}

.list-zhaoshang-icon .pa-list .right img {
	border: 1px solid #008781;
	padding: 20px;
}

.main-productInfo .main-img-list {
	padding-top: 30px;
}

.mar-b-60 {
	margin-bottom: 60px;
}

.main-productInfo .main-img-list ul li .by {
	opacity: 1;
}

.main-productInfo .main-img-list ul li:hover .by {
	background: rgba(0, 0, 0, 0);
}

.list-zhaoshang-icon .ling {
	text-align: center;
}

.list-zhaoshang-icon .ling li {
	display: inline-block;
	width: 130px;
	height: 150px;
	background-image: url("../img/product/list-icon.png");
	background-size: 100% 100%;
	margin: 30px 0;
	margin-right: 50px;
	font-size: 22px;
	line-height: 28px;
	color: #666666;
	position: relative;
}

.list-zhaoshang-icon .ling li div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 130px;
	height: 150px;
	margin-top: 45px;
}

.list-zhaoshang-icon .ling li:nth-of-type(4) div {
	margin-top: 30px;
}

.list-zhaoshang-p p.ps {
	font-size: 16px;
	line-height: 36px;
}

.list-zhaoshang-p p.ps:last-child {
	margin-bottom: 50px;
}

.pro-title {
	height: 80px;
	background-color: #008781;
	padding-top: 10px;
}

.pro-title div {
	height: 70px;
	line-height: 70px;
	width: calc(100% / 6);
	border-right: 1px solid #01a19a;
	float: left;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.pro-title div:hover {
	height: 70px;
	line-height: 70px;
	background: #fff;
	color: #333333;
}

.pro-title a:last-child div {
	border-right: none;
}

/* ------------------------------------------------------------------ */

/* page -------------------------------------------- */

.page {
	padding: 40px 0;
	text-align: center;
}

.page ul.page-ul a{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	padding: 7px 12px;
	border: 1px solid #dddddd;
	cursor: pointer;
	margin: 10px 5px;
}

.page ul a:first-child {
	padding: 7px 30px;
}

.page ul a:last-child {
	padding: 7px 30px;
}

.page ul a:hover {
	background-color: #008781;
	color: #fff;
}

.page-active {
	background-color: #008781;
	color: #fff !important;
}


.float_fix{
	position: fixed;
	right: 0;
	bottom: 20%;
	width: 50px;
	border-radius: 5px;
	z-index: 9;
	
}
.float_fix .item{
	width: 50px;
	height: 50px;
	position: relative;
	background: #FB932C;
	border-bottom: 1px solid #ffd5ac;
}
.float_fix .item:last-child{
	border: none;
}
.float_fix .item .icon{
	display: block;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
}
.float_fix_tel .float_fix_down{
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
	width: 140px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding:12px 10px;
	background: #FB932C;
}
.float_fix_wx .float_fix_down{
	position: absolute;
	right: 100%;
	top: 0;
	display: none;
	padding: 5px;
	background: #fff;
}
.float_fix_wx .float_fix_down img{
	display: block;
	width: 130px;
}
.float_fix_tel:hover .float_fix_down,
.float_fix_wx:hover .float_fix_down{
	display: block;
}

#cnzz_stat_icon_1278074093 img{
	display: inline-block;
	width:50px;
	margin-left: 6px;
}


@media (max-width:1580px) {
	main .clicks {
		display: none;
	}
}

@media (max-width:1450px) {
	.container {
		width: 90%;
	}
	.banner .position h1 {
		font-size: 30px;
	}
	.banner .position h1 span {
		font-size: 24px;
	}
	.banner .position .position-by {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
	.main-info-lunbo .owl-controls {
		display: none;
	}
	.contactMe-pos .pos-info:nth-of-type(2) {
		padding-left: 5px;
		float: left;
	}
	.contactMe-pos .pos-info:nth-of-type(2) ul li {
		padding: 4% 0;
		padding-left: 3%;
		height: auto;
	}
	.contactMe-pos .pos-info:nth-of-type(2) .pos-list {
		padding: 4% 0;
		padding-left: 3%;
		height: auto;
	}
	.contactMe-pos .pos-text b {
		font-size: 18px;
	}
	.contactMe-pos .pos-text p {
		font-size: 16px;
		color: #666666;
		margin-top: 5px;
	}
}

@media (max-width:1366px) {
	.container {
		width: 90%;
	}
	header .menu ul li {
		margin: 0;
	}
	header .menu ul li a {
		display: inline-block;
		padding: 0 10px;
	}
	.about .about-list ul {
		margin-right: 0;
	}
	.about .about-list ul li {
		width: calc(100% / 3);
		padding-right: 0;
		display: inline-block;
		margin-bottom: 0;
	}
	.about .about-list ul li div {
		margin: 0 auto;
	}
	.about .about-list h1 {
		font-size: 28px;
	}
	.about .about-list {
		padding: 40px 0;
	}
	.about-f5-info .about-f5-info-left {
		width: 430px;
	}
	.about-f5-info .about-f5-info-right {
		padding-top: 5%;
		width: calc(100% - 430px);
		padding-left: 5%;
	}
	.about-f5-info .about-f5-info-right p b {
		font-size: 30px;
	}
	.about-f5-info .about-f5-info-right button {
		margin-top: 10px;
	}
	.about-f5-info .about-f5-info-right h1 {
		font-size: 30px;
	}
	.main-caseList .item-list-p h1 {
		font-size: 16px;
	}
	.solution ul li .demo-left {
		width: 400px;
	}
	.solution ul li .demo-right {
		width: calc(100% - 400px);
		padding: 0 25px;
	}
	.main-info-lunbo .item {
		padding: 40px 40px 75px 40px;
	}
	.main-info-lunbo .item .newCenter-left {
		width: 480px;
	}
	.main-info-lunbo .item .newCenter-right {
		width: calc(100% - 480px);
	}
	.newCenter-left-time {
		font-size: 18px;
	}
	.newCenter .main-title-center a {
		margin: 0 40px;
	}
	.fuwu-text .fuwu-text-4 li b {
		font-size: 26px;
		margin-bottom: 5px;
	}
	.fuwu-text .fuwu-text-4 li {
		padding: 30px 15px 30px 15px;
		border: 1px solid #dcdcdc;
		border-radius: 3px;
		min-height: 390px;
	}
	.fuwu-phone-img .fuwu-phone {
		right: 10%;
	}
	.fuwu-phone-img .fuwu-phone p {
		font-size: 26px;
	}
	.fuwu-phone-img .fuwu-phone i {
		font-size: 35px;
	}
	.fuwu-phone-img .fuwu-phone b {
		font-size: 26px;
	}
	.main-product .solution ul li {
		padding: 15px;
	}
	.header-title {
		width: 80%;
		font-size: 26px;
	}
	.div-footer b {
		font-size: 26px;
	}
	.div-footer p {
		font-size: 18px;
		padding: 20px 0 20px 0;
	}
	.div-footer-text li:nth-of-type(1) {
		font-size: 26px;
	}
	.div-footer-text i {
		font-size: 50px;
	}
	.div-footer {
		padding: 40px 0;
	}
	/* 详细订单 */
	.productInfos .info-right .titles {
		padding: 30px 0;
		width: 100%;
		font-size: 28px;
		font-weight: bold;
		border-bottom: 1px solid #dcdcdc;
	}
	.productInfos .info-right {
		padding-left: 45px;
	}
	.productInfos .info-right .phone-num {
		font-size: 22px;
		margin-top: 30px;
	}
	.productInfos .info-right .phone-text {
		font-size: 22px;
	}
	.pro-title div {
		font-size: 18px;
	}
	.productInfos .info-right ul.pros-ul li {
		padding: 20px 20px 0 20px;
		min-height: 185px;
	}
	.productInfos .info-right ul.pros-ul li p {
		font-size: 14px;
		line-height: 22px;
		color: #666;
	}
	.list-zhaoshang-icon ul.ul1 li {
		height: 300px;
	}
	.main-product .main-product-left {
		width: 300px;
		float: left;
	}
	.main-product .main-product-right {
		width: calc(100% - 300px);
	}
	.solution ul li button {
		margin-bottom: 10px;
	}
	.main-product .solution ul li p {
		margin: 20px 0;
	}
	.contactMe-pos .pos-info:nth-of-type(2) {
		padding-left: 5px;
		float: left;
	}
	.contactMe-pos .pos-info:nth-of-type(2) ul li {
		padding: 4% 0;
		padding-left: 2%;
		height: auto;
	}
	.contactMe-pos .pos-info:nth-of-type(2) .pos-list {
		padding: 4% 0;
		padding-left: 2%;
		height: auto;
	}
	.contactMe-pos .pos-text b {
		font-size: 17px;
	}
	.contactMe-pos .pos-text p {
		font-size: 15px;
		color: #666666;
		margin-top: 5px;
	}
}

@media(max-width:1266px) {
	.contactMe-pos .pos-info:nth-of-type(2) {
		padding-left: 5px;
		float: left;
	}
	.contactMe-pos .pos-info:nth-of-type(2) ul li {
		padding: 20px 0;
		padding-left: 2%;
		height: auto;
	}
	.contactMe-pos .pos-info:nth-of-type(2) .pos-list {
		padding: 20px 0;
		padding-left: 2%;
		height: auto;
	}
	.contactMe-pos .pos-text b {
		font-size: 16px;
	}
	.contactMe-pos .pos-text p {
		font-size: 15px;
		color: #666666;
		margin-top: 5px;
	}
	.contactMe-pos .pos-icon {
		margin-right: 12px;
	}
}

@media(max-width:1200px) {
	.contactMe-pos .pos-info:nth-of-type(2) {
		padding-left: 5px;
	}
	.contactMe-pos .pos-info:nth-of-type(2) ul li {
		padding: 18px 0;
		padding-left: 2%;
	}
	.contactMe-pos .pos-info:nth-of-type(2) .pos-list {
		padding: 18px 0;
		padding-left: 2%;
	}
}

@media(max-width:1150px) {
	.contactMe-pos .pos-info:nth-of-type(2) ul li {
		padding: 16px 0;
		padding-left: 2%;
	}
	.contactMe-pos .pos-info:nth-of-type(2) .pos-list {
		padding: 17px 0;
		padding-left: 2%;
	}
	.contactMe-pos .pos-text b {
		font-size: 15px;
	}
	.contactMe-pos .pos-text p {
		font-size: 12px;
	}
}

@media(max-width:1100px) {
	.contactMe-pos .pos-info:nth-of-type(2) ul li {
		padding: 14px 0;
		padding-left: 2%;
	}
	.contactMe-pos .pos-info:nth-of-type(2) .pos-list {
		padding: 14px 0;
		padding-left: 2%;
	}
}

@media (min-width:1025px) {
	.menu-list {
		display: block !important;
	}
	header .menu ul li:hover {
		background: #FC932C;
		color: #fff;
		font-weight: bold;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
	}
	header .menu ul li:hover .menu-hover {
		display: block;
	}
	header .menu ul li:hover .menu-hover a {
		font-weight: normal;
	}
	header .menu ul li .menu-hover a:hover {
		color: #fff;
		background: #FC932C;
	}
}

@media (max-width:1024px) {
	.show {
		display: block;
	}
	.hide-1024 {
		display: none;
	}
	header .menu {
		height: 60px;
		padding-top: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		position: relative;
	}
	header .menu .container>section:nth-of-type(2) {
		display: none;
		width: 100%;
	}
	header .menu .menu-img a {
		display: inline-block;
		width: 40px;
		margin-top: 10px;
	}
	/* 小屏下 改变样式 */
	header .menu-list {
		position: absolute;
		top: 60px;
		z-index: 12;
		left: 0;
		background: #f1f1f1;
		padding: 10px 0;
	}
	header .menu .active {
		background: none;
		color: #333;
		font-weight: normal;
	}
	header .menu ul li {
		display: inline-block;
		width: 100%;
		height: auto;
		line-height: 36px;
		cursor: pointer;
	}
	header .menu ul li .menu-hover {
		position: static;
		display: none;
		width: 100%;
		background: none;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	header .menu ul li .menu-hover a {
		border: none;
		text-align: left;
		padding: 0;
		padding-left: 30px;
		line-height: 33px;
		float: left;
	}
	header .menu ul li .toggle-icon {
		border: none;
		text-align: left;
		padding: 0;
		padding-left: 30px;
		line-height: 33px;
		width: 30px;
		height: 36px;
		float: left;
		background-image: url("../img/toggle.png");
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
		cursor: pointer;
	}
	header .menu ul li a {
		display: inline-block;
		padding: 0 8px;
		width: calc(100% - 60px);
		float: left;
	}
	.flex-justify-space {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	header .footer div:nth-of-type(1) {
		width: 100%;
		background: none;
		height: auto;
		padding: 30px 0;
		margin-right: 0;
		margin-left: -10px;
	}
	header .footer div:nth-of-type(2) {
		width: 100%;
		padding-top: 0;
		height: 100px;
	}
	header .footer .footer-hot a {
		padding: 5px 10px;
	}
	header .footer .footer-hot span {
		padding: 5px 10px;
	}
	main .main-title {
		padding-top: 40px;
	}
	main .main-title b {
		font-size: 28px;
		padding-bottom: 25px;
	}
	main .main-title .container>div:nth-of-type(1) {
		font-size: 22px;
	}
	main .main-title button {
		margin-bottom: 35px;
	}
	main .main-info {
		padding-bottom: 20px;
	}
	.main-left-right {
		padding: 40px 0 40px 0;
	}
	.main-left-right .main-info-text p.left-title {
		margin: 30px 0 20px 0;
	}
	.main-left-right .main-info-text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.main-left-right .main-info-img {
		width: 100%;
	}
	.main-left-right .main-info-text h4 {
		font-size: 26px;
		margin-top: 5px;
	}
	.main-left-right .main-info-text h1 {
		font-size: 28px;
	}
	.main-left-right .main-info-text h2 {
		font-size: 26px;
	}
	main .main-info-img iframe {
		min-height: 200px;
	}
	main .main-icon-list {
		padding: 40px 0 20px 0;
	}
	main .main-icon-list ul li {
		width: 50%;
		margin-bottom: 40px;
	}
	main .main-icon-list ul li:nth-child(2n) {
		border: none;
	}
	main .main-img-list ul li {
		width: 50%;
	}
	main .main-news .main-news-left {
		width: 100%;
	}
	main .main-news .main-news-right {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	main .main-news .main-news-right .main-new-right-header span {
		display: inline-block;
		padding: 0 30px;
		cursor: pointer;
	}
	main .padding-40-80 {
		padding-bottom: 40px;
	}
	footer ul li {
		width: calc(50% - 50px);
		margin-bottom: 20px;
	}
	footer {
		padding-top: 30px;
	}
	footer ul {
		padding-bottom: 40px;
	}
	main .main-icon-list ul li:hover .main-icon-list-icon i {
		padding: 50px;
	}
	main .main-icon-list ul li .main-icon-list-icon {
		width: 155px;
		height: 155px;
		line-height: 155px;
	}
	main .main-icon-list ul li .main-icon-list-icon i {
		padding: 35px;
		border-radius: 50%;
		background: #fff;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		font-size: 55px;
		color: #008781;
	}
	.about-f5-info .about-f5-info-left {
		width: 100%;
	}
	.about-f5-info .about-f5-info-right {
		padding-top: 8%;
		width: 100%;
		padding-left: 0;
	}
	/* .about-f5-info .about-f5-info-right button {
		margin-bottom: 40px;
	} */
	.about-f5-info .container {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.obout-footer ul li {
		width: calc(100% / 3);
		margin-top: 20px;
	}
	.about .more {
		margin: 30px 0 20px 0;
	}
	.obout-footer {
		padding: 20px 0 30px 0;
	}
	.main-caseList ul li {
		width: 50%;
		float: left;
		padding-right: 20px;
	}
	.contactMe-pos {
		padding: 30px 0 30px 0;
	}
	.main-submit ul li {
		width: calc(100% - 60px);
		float: left;
		margin-right: 60px;
		margin-bottom: 20px;
	}
	.main-submit {
		padding: 30px 0;
	}
	.diy-table {
		padding: 30px 0 0 0;
	}
	/* 解决方案 */
	.solution {
		padding: 30px 0;
	}
	.solution ul li .demo-left {
		width: 100%;
	}
	.main-product .solution ul li .demo-left {
		width: 100%;
	}
	.solution ul li .demo-right {
		width: 100%;
		padding: 20px 15px 10px 15px;
	}
	.solution ul li button {
		margin-bottom: 15px;
	}
	.main-product .solution ul li .demo-right {
		width: 100%;
		padding: 20px 0;
	}
	.solution ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.solution ul li h2 {
		font-size: 26px;
	}
	.solution ul li h3 {
		font-size: 24px;
	}
	.solution ul li p {
		margin: 20px 0;
	}
	.main-product .solution ul li p {
		margin: 20px 0;
	}
	.click-page-next {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.click-page-next section {
		width: 100%;
		padding: 20px 30px;
	}
	.new-info-text div {
		display: block;
		padding: 0;
	}
	.new-info-text div .img {
		margin-bottom: 20px;
		padding-right: 0;
	}
	.new-info-text div .img1 {
		padding-left: 0;
	}
	.new-infos-title {
		padding-top: 30px;
		border-bottom: 1px solid #DCDCDC;
	}
	.new-infos-title h1 {
		font-size: 26px;
		color: #333333;
		font-weight: normal;
	}
	.new-infos-title ul li {
		display: inline-block;
		font-size: 14px;
		padding: 10px 0;
		padding-right: 20px;
	}
	.new-infos-title ul li:nth-of-type(1)::before {
		background-image: url(../img/new/time.png);
		background-size: 90%;
		position: relative;
		top: 8px;
	}
	.newCenter-info ul.new-lis li {
		padding: 20px 0 10px 0;
		padding-left: 30px;
	}
	.newCenter-info .titles {
		padding: 30px 0;
		font-size: 28px;
	}
	.main-info-lunbo .item {
		padding: 40px 40px 30px 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-info-lunbo .item .newCenter-left {
		width: 100%;
		height: auto;
	}
	.main-info-lunbo .item .newCenter-right {
		width: 100%;
		margin-top: 45px;
		padding-left: 0;
	}
	.main-info-lunbo .item .newCenter-right p {
		margin: 20px 0;
	}
	main .clicks-button {
		top: 30%;
	}
	.main-info-lunbo .item .newCenter-right h1 {
		font-size: 18px;
	}
	main .main-title-center {
		padding-top: 30px;
	}
	.newCenter .main-title-center {
		padding-top: 30px;
	}
	main .main-title-center .main-title-info {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.newCenter .main-title-center a {
		font-size: 24px;
		padding-bottom: 30px;
		margin: 0 20px;
	}
	main .main-title-center p {
		font-size: 24px;
	}
	.newCenter .main-title-center p {
		font-size: 24px;
	}
	.fuwu-text .fuwu-text-4 li {
		width: calc(50% - 20px);
		min-height: 300px;
		padding-bottom: 10px;
	}
	.fuwu-text {
		padding: 30px 0 20px 0;
	}
	.fuwu-phone-img .fuwu-phone {
		display: none;
	}
	.fuwu-text .fuwu-text-4 li.text-3 {
		width: 100%;
		min-height: 170px;
	}
	.main-product .main-product-right .titles b {
		font-size: 22px;
	}
	.main-product .main-product-left .main-product-left-title li.ti {
		font-size: 22px;
	}
	.main-product .main-product-left .main-product-left-title li {
		padding: 18px 20px;
		line-height: 20px;
		font-size: 16px;
		border-bottom: 1px solid #eeeeee;
		display: block;
		cursor: pointer;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.list-zhaoshang {
		padding: 40px 0;
	}
	.list-zhaoshang:nth-of-type(2) {
		padding: 40px 0 10px 0;
	}
	.header-title-p {
		font-size: 18px;
		padding: 30px 0;
	}
	.list-zhaoshang ul.ul1 li {
		width: calc(100% - 20px);
		margin-right: 20px;
		float: left;
		background: #fff;
		padding: 45px 20px 0 20px;
		border-radius: 3px;
		height: 260px;
		margin-bottom: 20px;
	}
	.list-zhaoshang .main-icon-list {
		padding: 40px 0 20px 0;
	}
	.list-zhaoshang .main-icon-list ul li .main-icon-list-icon {
		margin-bottom: 20px;
	}
	.list-zhaoshang .main-icon-list ul li {
		width: 100%;
		margin-top: 10px;
	}
	.list-zhaoshang .diannao div:nth-of-type(1) {
		width: 100%;
		margin-top: 20px;
	}
	.list-zhaoshang .diannao div:nth-of-type(2) {
		width: 100%;
		padding-left: 0;
		margin-top: 45px;
	}
	.list-zhaoshang .diannao div:nth-of-type(2) b {
		font-size: 24px;
	}
	.list-zhaoshang .diannao div:nth-of-type(2) p {
		margin-top: 20px;
	}
	.list-zhaoshang .div-table table tr td {
		padding-left: 40px;
	}
	.list-zhaoshang .div-table table tr {
		font-size: 16px;
	}
	.productInfos .info-left {
		width: 100%;
	}
	.productInfos .info-right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.productInfos .info-right p {
		font-size: 14px;
		line-height: 22px;
		margin: 15px 0;
	}
	.productInfos .info-right .icon-link {
		padding: 20px 0;
	}
	.productInfos .info-right .phone-text {
		display: inline-block;
		width: 100%;
		font-size: 20px;
	}
	.productInfos .div-button button {
		margin-top: 20px;
	}
	.productInfos .div-button {
		margin-top: 0px;
		padding-bottom: 10px;
	}
	.list-zhaoshang-icon .ling li {
		margin: 15px 0;
	}
	.list-zhaoshang-icon .pa-list .left {
		width: 100%;
	}
	.list-zhaoshang-icon .pa-list .left {
		width: 100%;
	}
	.list-zhaoshang-icon .pa-list .right {
		width: 100%;
		padding: 20px 0;
	}
	#xuzhi .list-zhaoshang-icon ul.ul1 {
		padding: 0;
	}
	#xuzhi .list-zhaoshang ul.ul1 li {
		padding: 0 20px 0 20px;
		margin-top: 10px;
		height: 220px;
	}
	.pro-title {
		height: 160px;
		background-color: #008781;
	}
	.pro-title div {
		width: calc(100% / 3);
		border: none;
	}
	.productInfos .info-left .thumbs {
		padding: 20px;
		height: 420px;
	}
	.new-info-text button {
		font-size: 18px;
	}
	.main-product {
		padding: 30px 0 0 0;
	}
	.main-product .main-product-left {
		width: 100%;
	}
	.main-product .main-product-right {
		width: 100%;
		padding-left: 0;
	}
	.contactMe-pos .pos-info:nth-of-type(1) {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.contactMe-pos .pos-info:nth-of-type(1) section {
		height: auto;
	}
	.contactMe-pos .pos-info:nth-of-type(2) {
		width: 100%;
		padding: 0;
	}
	#china-map {
		height: 600px;
	}
}

@media (max-width:768px) {
	.block {
		display: block;
	}
	.block-768 {
		display: block;
	}
	.hide {
		display: none;
	}
	.page {
		padding: 20px 0;
	}
	main .main-icon-list ul li {
		width: 100%;
		margin-bottom: 40px;
		border: none
	}
	main .main-img-list ul li {
		width: 100%;
	}
	footer ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	footer ul {
		padding-bottom: 10px;
	}
	.footer-bottom-right {
		margin-top: 20px;
	}
	footer .footer-bottom section.footer-bottom-right {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px;
	}
	footer .footer-bottom {
		padding: 25px 0 25px 0;
	}
	footer .footer-bottom section.footer-bottom-right p {
		margin-left: 0;
	}
	footer .footer-bottom section.footer-bottom-right a {
		text-align: center;
	}
	footer .footer-bottom section.footer-bottom-right i {
		margin-right: 10px;
	}
	footer .footer-bottom section.footer-bottom-right i:first-child {
		margin-left: 0;
	}
	main .main-title {
		padding-top: 25px;
	}
	main .main-title b {
		padding-bottom: 15px;
		border-bottom: none;
	}
	main .main-title button {
		margin-bottom: 25px;
	}
	main .main-title button {
		width: 170px;
	}
	main .main-title button {
		height: 45px;
		line-height: 45px;
	}
	footer {
		padding-top: 10px;
	}
	main .main-news .main-news-right .main-new-right-header span {
		width: 50%;
		text-align: center;
	}
	header .footer .footer-search input {
		width: calc(100% - 80px);
	}
	header .footer .footer-search button {
		width: 80px;
	}
	header .footer div:nth-of-type(2) {
		height: 85px;
	}
	main .main-title-center {
		padding-top: 30px;
	}
	.newCenter .main-title-center {
		padding-top: 30px;
	}
	main .main-title-center .main-title-info {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.newCenter .main-title-center a {
		font-size: 24px;
		padding-bottom: 30px;
		margin: 0 20px;
	}
	main .main-title-center p {
		font-size: 24px;
	}
	.newCenter .main-title-center p {
		font-size: 24px;
	}
	.main-case .main-case-button button {
		width: 100%;
	}
	.about .about-list ul {
		margin-right: 0;
	}
	.about .about-list ul li {
		width: 100%;
	}
	.about .about-list h1 {
		font-size: 22px;
	}
	.about .about-list {
		padding: 40px 0 20px 0;
	}
	.about-f5-info .about-f5-info-right p span {
		font-size: 20px;
		margin-top: 15px;
	}
	.about-f5-info .about-f5-info-right button {
		width: 100%;
	}
	.about-f5-info .about-f5-info-right h1 {
		font-size: 26px;
	}
	.main-left-right .main-info-text h1 {
		font-size: 26px;
	}
	.main-left-right .main-info-text p.left-title {
		font-size: 26px;
		margin: 0 0 20px 0;
	}
	.about .about-ccie ul li {
		width: 100%;
		margin-top: 30px;
	}
	.about .about-ccie {
		padding: 10px 0;
	}
	.obout-footer {
		padding: 20px 0;
	}
	.obout-footer ul li {
		width: 50%;
		margin-top: 20px;
	}
	.about .more {
		margin: 30px 0 30px 0;
	}
	.main-caseList ul li {
		width: 100%;
	}
	.contactMe-pos .pos-info:nth-of-type(2) ul {
		margin-right: 0;
	} 
	.contactMe-pos .pos-info:nth-of-type(2) ul li {
		width: 100%;
		height: auto;
		padding: 20px 0;
		padding-left: 4%;
	}
	.contactMe-pos .pos-info:nth-of-type(2) .pos-list {
		height: auto;
		padding-right: 20px;
		padding: 20px 0;
		padding-left: 4%;
	}
	.contactMe-pos .pos-info:nth-of-type(2) ul li {
		height: auto;
	}
	.pos-text {
		width: calc(100% - 90px);
	}
	.main-submit ul li label {
		width: 100%;
		text-align: left;
	}
	.main-submit ul li input {
		width: 100%;
	}
	.main-submit ul li textarea {
		width: 100%;
	}
	.main-submit ul li {
		margin-bottom: 10px;
	}
	.main-submit .submit-button {
		margin-left: 0;
		padding-right: 0;
	}
	.main-submit .submit-button button {
		width: 100%;
		margin-right: 0;
	}
	.main-submit .submit-button button:nth-of-type(2) {
		margin-right: 0;
	}
	.main-submit {
		padding: 0;
		width: 100%;
	}
	.contactMe-submit {
		background: #f5f5f5;
	}
	.contactMe-pos .pos-text b {
		font-size: 18px;
	}
	.contactMe-pos .pos-text p {
		font-size: 15px;
	}
	.diy-table .main-submit {
		padding-bottom: 0;
		width: 100%;
	}
	.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: 15px;
		font-size: 14px;
	}
	.new-infos-title h1 {
		font-size: 22px;
	}
	.new-infos-title ul li:last-child {
		margin-bottom: 20px;
	}
	.new-info-text p {
		margin: 20px 0;
	}
	.click-page-next {
		margin: 25px 0 30px 0;
	}
	.click-page-next section {
		padding: 20px 15px;
	}
	.new-infos-title ul li {
		padding: 3px 0;
		width: 100%;
	}
	.newCenter-info .titles {
		padding: 20px 0;
		text-align: center;
	}
	.newCenter-info ul li div {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.newCenter-info ul li p {
		display: inline-block;
		font-size: 14px;
		line-height: 24px;
		padding: 5px 0;
	}
	.newCenter-info ul.new-lis li p:nth-of-type(1) {
		width: 100%;
		padding: 10px 0;
	}
	.newCenter-info ul.new-lis li p:nth-of-type(2) {
		width: 100%;
		text-align: left;
		padding: 5px 0;
	}
	.main-info-lunbo .item .newCenter-left {
		padding: 20px 20px;
	}
	main .clicks-button {
		top: 25%;
	}
	.newCenter-left-time {
		width: 70px;
		height: 70px;
		right: -18px;
		bottom: -25px;
		font-size: 14px;
		color: #fff;
		padding-top: 18px;
	}
	.main-info-lunbo .item .newCenter-right h1 {
		font-size: 16px;
	}
	.main-info-lunbo .item {
		padding: 37px 20px 30px 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	main .click-button-prev {
		left: -3px;
	}
	main .click-button-next {
		right: 0px;
	}
	.newCenter-info ul.new-lis li {
		padding: 10px 0 10px 0;
		padding-left: 30px;
	}
	.newCenter-info ul.new-lis li h1 {
		font-size: 18px;
	}
	.fuwu-banner .main-title-center {
		display: none;
	}
	.fuwu-text .fuwu-text-4 {
		margin-right: 0;
	}
	.fuwu-text .fuwu-text-4 li {
		width: 100%;
		min-height: 230px;
	}
	.fuwu-text .fuwu-text-4 li b {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.fuwu-text .fuwu-text-4 li.text-3 {
		min-height: 150px;
	}
	.main-product .solution ul li .demo-right {
		padding: 20px 0 0 0;
	}
	.solution ul li h2 {
		font-size: 22px;
	}
	.solution ul li h3 {
		font-size: 20px;
	}
	.solution ul li p {
		margin: 20px 0;
		font-size: 14px;
	}
	.header-title {
		font-size: 22px;
		font-weight: bold;
		line-height: 24px;
		height: auto;
		text-align: center;
		color: #333333;
		position: relative;
		background: none;
		width: auto;
		margin: 0;
	}
	.header-title .before {
		display: none;
	}
	.header-title-p {
		font-size: 14px;
		padding: 20px 0;
		text-align: left;
	}
	.list-zhaoshang ul.ul1 li b {
		display: block;
		font-size: 22px;
	}
	.list-zhaoshang ul.ul1 li p {
		display: block;
		font-size: 14px;
		color: #666666;
	}
	.list-zhaoshang .main-icon-list {
		padding: 40px 0 0px 0;
	}
	.list-zhaoshang .diannao div:nth-of-type(2) b {
		font-size: 22px;
	}
	.list-zhaoshang .diannao div:nth-of-type(2) p {
		margin-top: 14px;
		font-size: 14px;
	}
	.list-zhaoshang .div-table table tr td {
		padding-left: 40px;
		font-size: 14px;
	}
	.div-footer b {
		font-size: 22px;
	}
	.div-footer p {
		font-size: 14px;
		padding: 20px 0 20px 0;
	}
	.div-footer-text li:nth-of-type(1) {
		font-size: 22px;
	}
	.div-footer-text li:nth-of-type(2) {
		font-size: 14px;
	}
	.div-footer-text i {
		font-size: 40px;
	}
	.div-footer {
		padding: 30px 0;
	}
	.productInfos .info-right .icon-link span {
		margin-bottom: 20px;
	}
	.productInfos .info-right .phone-text {
		display: inline-block;
		width: 100%;
		font-size: 18px;
	}
	.productInfos .div-button button {
		margin-top: 15px;
	}
	.productInfos {
		padding: 30px 0;
	}
	.productInfos .info-right .titles {
		padding: 20px 0;
		font-size: 22px;
	}
	.pro-title div {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	.pro-title {
		height: 100px;
		padding: 0 0;
	}
	.pro-title div:hover {
		margin-top: 0;
		height: 50px;
		line-height: 50px;
	}
	.list-zhaoshang-icon .ling {
		padding-top: 20px;
	}
	.list-zhaoshang-icon .ling li {
		margin: 5px 0;
	}
	.mar-b-60 {
		margin-bottom: 0;
	}
	.productInfos .info-right ul.pros-ul li {
		width: calc(100% - 20px);
		min-height: 150px;
	}
	.kehuanli {
		padding-bottom: 0;
	}
	.list-zhaoshang-icon .pa {
		padding: 30px 0 30px 0;
	}
	#xuzhi .list-zhaoshang ul.ul1 li {
		margin-top: 10px;
		height: 210px;
	}
	main .main-title .container>div:nth-of-type(1) {
		font-size: 18px;
	}
	.main-case .main-case-button button {
		height: 50px;
		font-size: 16px;
	}
	main .main-title-center p {
		font-size: 16px;
		margin-top: 0;
	}
	.obout-footer ul li section {
		width: 115px;
		height: 115px;
		line-height: 115px;
	}
	.new-info-text button {
		width: 100%;
		font-size: 16px;
	}
	.block-768 .item {
		width: 100%;
		height: 300px;
		background: #fff;
		padding: 20px;
	}
	.block-768 .owl-carousel .owl-item img {
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
	.main-submit ul li .radio {
		width: 100%;
		height: 38px;
	}
	.main-submit ul li .radio label {
		width: auto;
	}
	.main-submit ul li .radio input {
		width: auto;
		float: left;
		height: auto;
		background: #fff;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border-radius: 0;
		padding: 0;
		margin-top: 13px;
	}
	main form .main-title-center {
		padding-top: 20px;
	}
	main form .main-title-center b {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.case-list ul {
		border: 1px solid #eee;
		border-radius: 5px;
	}
	.case-list ul li {
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #eee;
		padding: 0 20px;
	}
	.case-list ul li::before {
		content: "";
		background-image: url("../img/product/right.png");
		background-repeat: no-repeat;
		width: 10px;
		height: 12px;
		display: inline-block;
		margin-right: 10px;
		position: relative;
		top: 1px;
	}
}



/*
 * add
 */
.main-info_btn_box{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.main-info_btn_bars{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	padding: 0 10px;
}
.main-info_btn_bars .item{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 6px;
	background: #d6d6d6;
	cursor: pointer;
}
.main-info_btn_bars .item.active{
	background: #008781;
}
.main-info_btn_prev,
.main-info_btn_next{
	width: 30px;
	height: 30px;
	background: url(../images/ind_pro_icon1.png) no-repeat center center;
	cursor: pointer;
}
.main-info_btn_next{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

.textOverflow{white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.textOverClm{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;}
.clm2{-webkit-line-clamp:2; }
.clm3{-webkit-line-clamp:3; }
.clm4{-webkit-line-clamp:4; }
.clm5{-webkit-line-clamp:5; }
.clm6{-webkit-line-clamp:6; }
.clm7{-webkit-line-clamp:7; }

.about-list .owl-theme .owl-dots .owl-dot.active span, 
.about-list .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
}




/*
 * video_open
 */
.video_window {
	display: none;
	width: 800px;
	height: 485px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10000;
	margin: -300px 0 0 -400px;
}

.video_window_rela {
	position: relative;
	height: 100%;
}

.video_window_close {
	position: absolute;
	right: -12px;
	top: -12px;
	width: 20px;
	color: #fff;
	font-size: 18px;
	height: 20px;
	font-family: arial;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.video_window_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}
.video_window_ifeame{
	background:#333;
	border: 0;
}


@media screen and (min-width: 768px) and (max-width: 992px){
	
	.video_window{
		width:600px;
		height: 400px;
		margin: -200px 0 0 -300px;
	}
	
	
	
}

@media screen and (min-width: 300px) and (max-width: 767px){
	
	.video_window{
		width:80%;
		height: 260px;
		margin: -130px 0 0 -40%;
	}
	
}






/* ~~~~~~~~~~~~~~about_bdyx,css */
/* ~~~~~~~~~~~~~~about_bdyx,css */
/* ~~~~~~~~~~~~~~about_bdyx,css */
.abo_bdBoxOne_w {
    padding: 50px 0 0;
}
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.abo_bdBoxOne1 .item {
    border: 1px solid #eeeeee;
    padding: 20px 30px 15px;
    margin-bottom: 60px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_bdBoxOne1 .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.abo_bdBoxOne1_01 {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.abo_bdBoxOne1_01 .click_arrow {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 20px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #d10707;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_bdBoxOne1_01 .click_arrow.active {
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.abo_bdBoxOne1_01 .iconfont {
    width: 45px;
    font-size: 40px;
    color: #ff0100;
}

.abo_bdBoxOne1_01 span {
    width: calc(100% - 45px);
    font-size: 24px;
    color: #333333;
    padding: 6px 0 0 0;
}

.vidBoxOne2_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.vidBoxOne2_list .left_video {
    width: 42.5%;
}

.vidPage_video_item {
    cursor: pointer;
}

.vidPage_video_item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.vidPage_video_item:hover .bottom_text .text_01 {
    color: #ff0100;
}

.vidPage_video_item .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.vidPage_video_item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vidPage_video_item .img_box .time {
    font-weight: 700;
    font-size: 12px;
    color: #666666;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 46px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 2px;
}

.vidPage_video_item .img_box .iconfont {
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vidBoxOne2_list .right_video .vidPage_video_item .img_box .iconfont {
    font-size: 40px;
}

.vidPage_video_item .bottom_text {
    padding: 8px 0 0;
}

.vidPage_video_item .bottom_text .text_01 {
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vidPage_video_item .bottom_text .text_02 {
    font-size: 14px;
    color: #999999;
    padding-top: 2px;
}

.vidBoxOne2_list .right_video {
    width: 55.6%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vidBoxOne2_list .right_video > .vidPage_video_item:nth-child(n + 7) {
    display: none;
}

.vidBoxOne2_list .right_video.more_video > .vidPage_video_item:nth-child(n + 7) {
    display: block;
}

.vidBoxOne2_list .right_video .vidPage_video_item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
    margin-bottom: 16px;
}

.vidBoxOne2_list .right_video>.vidPage_video_item:nth-child(3n) {
    margin-right: 0;
}


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

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
/* about_bdyx,ipad */
    .vidBoxOne2_list .left_video {
        width: 100%;
    }

    .vidBoxOne2_list .right_video {
        width: 100%;
        padding-top: 30px;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .vidBoxOne2_list .right_video .vidPage_video_item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 25px;
    }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
.abo_bdBoxOne_w {
        padding: 50px 10px 0;
    }

    .abo_bdBoxOne1 .item {
        padding: 20px 10px 15px;
        margin-bottom: 40px;
    }

    .abo_bdBoxOne1_01 .iconfont {
        width: 40px;
        font-size: 30px;
    }

    .abo_bdBoxOne1_01 span {
        font-size: 18px;
        width: calc(100% - 40px);
    }

    .vidBoxOne2_list .left_video {
        width: 100%;
    }

    .vidBoxOne2_list .right_video {
        width: 100%;
        padding-top: 20px;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .vidPage_video_item .img_box .iconfont {
        font-size: 50px;
    }

    .vidBoxOne2_list .right_video .vidPage_video_item {
        width: calc((100% - 10px) / 2);
        margin-right: 0;
        margin-bottom: 20px;
    }

    .vidPage_video_item .bottom_text .text_02 {
        font-size: 12px;
    }

    .vidBoxOne2_list .right_video .vidPage_video_item .img_box .iconfont {
        font-size: 35px;
    }
    
    
    .ind_video_maskBox .video_Box_1 {
        width: 94%;
        height: 190px;
    }

    .ind_video_maskBox .video_Box_1 .closeBtn {
        font-size: 18px;
    }
}
/* ~~~~~~~~~~~~~~about_bdyx,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about_bdyx,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about_bdyx,css~~~~~~~~~~~~end */

