img {
	max-width: 100%;
}
a {
	display: inline-block;
}
a:hover,a:active,a:visited,a:link {
	text-decoration: none;
}

li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p,ul,li,ul {
	margin: 0;
	padding: 0;
}
.global-color {
	color: #1DB1A1;
}
.global-color-text {
	color: #666;
	font-size: 14px;
}
.table-box {
	width: 100%;
	overflow-x: auto;
}
.table-box table{
	width: 100%;
}
.table-box td{
	padding: 10px;
}
.table-box::-webkit-scrollbar {
	height: 0;
}
.table-box::-webkit-scrollbar-track {
	border-radius: 1px;
}
.top{
	height: 15px;
	background-color: #1DB1A1;
}
.head-box {
	height: 76px;
	overflow: hidden;
	padding: 19px 0;
}
.head-logo,.head-logo a,.head-logo img{
	height: 100%;
}
.head-logo,.head-nav,.head-nav > ul > li {
	float: left;
}
.head-search {
	float: right;
}
.head-nav{
	margin-left: 10px;
}
.head-nav .head-phone-btn {
	font-size: 28px;
	color: #1DB1A1;
	display: none;
}
.head-nav > ul > li {
	margin: 0 5px;
	position: relative;
}
.head-nav > ul > li > a {
	color: #666;
	padding: 7px 15px;
	font-size: 16px;
}
.head-nav > ul > li > a::after{
	content: "";
	margin-top: 7px;
	height: 2px;
	display: block;
	background-color: #1DB1A1;
	transition: all .3s;
	position: absolute;
	left: 0;
	width: 0;
}
.head-nav > ul > li > a:hover::after{
	content: "";
	width: 100%;
	position: absolute;
	z-index: -1;
}
.head-nav > ul > li.active a {
	color: #1DB1A1;
}
/* search */
.head-search{
	position: relative;
}
.head-search .head-sea-icon {
	color: #1DB1A1;
	font-size: 16px;
	position: absolute;
	background-color: #fff;
	padding: 0;
	left: 4px;
	bottom: 4px;
	border: 0;
	outline: none;
}
.head-search .head-sea-icon:hover,
.head-search .head-sea-icon:active,
.head-search .head-sea-icon:visited{
	background-color: transparent;
	color: #1DB1A1;
}
.head-search .head-sea-input{
	border: 0;
	width: 150px;
	font-size: 16px;
	height: 30px;
	outline: none;
	padding-left: 30px;
	border-bottom: 1px solid #1DB1A1;
}
.head-search .head-sea-link {
	margin-left: 25px;
	font-size: 16px;
	color: #999;
}


/* 輪播 */
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	border-radius: 12px;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.5);
}
.carousel-indicators li,.carousel-indicators .active {
	margin: 0 8px;
}
.carousel-indicators {
    bottom: 0px;
}
/* 輪播end */


/* 底部 */
footer {
	border-bottom: 20px solid #1DB1A1;
}
.foot-top{
	border-bottom: 1px solid #d9d9d9;
}
.foot-top .foot-contact {
	padding: 25px 0;
}
.foot-top .foot-contact i {
	color: #000;
	margin-left: 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #696969;
	font-size: 20px;
	transition: all 1s;
}
.copy_btn,.copy_btn1{
	position: relative;
}
.copy_btn .weChat,.copy_btn1 .weTel{
	display: none;
	position: absolute;
	width: 150px;
	padding: 2px;
	line-height: 2;
	text-align: center;
	color: #fff;	
	top: 40px;
	right:0px;
	background: #1DB1A1;
}
.copy_btn:hover .weChat,.copy_btn1:hover .weTel{
	display: block;
}
.weChat .btnClose, .weTel .btnClose{
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: 0px;
	left: 0px;
	color: #fff;
	background: #696969;
}
.copy_btn:hover .weChat.dsnone, .copy_btn1:hover .weTel.dsnone {   
	display: none;
}
.copy_btn:hover .weChat.dsblock, .copy_btn1:hover .weTel.dsblock {   
	display: block;
}
.foot-top .foot-contact i:hover {
	transform: rotate(360deg);
	border-color: #1DB1A1;
	background-color: #1DB1A1;
	color: #fff;
}
.foot-nav ul {
	width: 25%;
	padding: 35px 0 35px 40px;
}
.foot-nav ul li:nth-child(1) {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.foot-nav ul li a{
	font-size: 14px;
	line-height: 32px;
	color: #666;
}
.foot-nav ul li a:hover {
	color: #1DB1A1;
}

.foot-bottom {
	height: 220px;
	padding: 20px 0;
	background-color: #363636;
}
.foot-bottom .foot-copy {
	color: #8d8d8d;
	margin-top: 146px;
	float: left;
}
.foot-bottom .foot-ewm {
	float: right;
}
.foot-bottom .foot-ewm .ewm-img {
	padding: 5px;
	background-color: #fff;
}
.foot-bottom .foot-ewm .ewm-text {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	
}
.foot-bottom .foot-ewm .ewm-text::after {
	content: "";
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 30px;
	transition: all 1s;
	transform: rotateY(90deg);
	background-color: #1DB1A1;
}
.foot-bottom .foot-ewm .ewm-text span {
	margin-right: 10px;
}
.foot-bottom .foot-ewm:hover .ewm-text::after {
	transform: rotateY(180deg);
}
/* 通話底部 */
.phone-foot {
	position: fixed;
	bottom: 0;
	z-index: 11;
	width: 100%;
	height: 60px;
	padding: 15px 0;
	background-color: rgba(0,0,0,.7);
}
.phone-foot ul li {
	width: 33.3333%;
}
.phone-foot ul li:not(:last-child) a{
	border-right: 1px solid #ccc;
}
.phone-foot ul li a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}



  /* 产品‌中心公共 */
.product-list {
	background-color: #fff;
	padding: 10px;
	border: 2px solid transparent;
}
.product-list:hover {
	border-color: #1DB1A1;
}
.product-list .product-img {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}
.product-list .product-img img {
	transition: all .8s;
}
/*.product-list:hover .product-img img{
	transform: rotateY(180deg);
}*/
.product-list .product-text-box{
	padding-top: 15px;
	height: 225px;
}
.product-list .product-text-box h2,
.product-list .product-text-box h3 {
	text-align: center;
}
.product-list .product-text-box h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.product-list .product-text-box h3 {
	font-size: 16px;
}
.product-list .product-text-box ul {
	padding-left: 0;
}
.product-list .product-text-box li {
	line-height: 26px;
}
.product-list .product-text-box a {
	font-size: 14px;
	color: #666;
}
.product-list .product-text-box a:hover {
	color: #1DB1A1;
}
.index-product-swiper .index-product-left,
.index-product-swiper .index-product-right {
	color: #666;
}
.index-product-swiper .index-product-left {
	left: -30px;
}
.index-product-swiper .index-product-right {
	right: -30px;
}


#product {
	padding: 30px 0;
	display: none;
}
#product .product-list {
	width: 20%;
}
.head-nav ul .head-pro-nav.pro-nav-active a{
	color: #1DB1A1;
	border-bottom: 2px solid #1DB1A1;
}
.product .product-close {
	position: relative;
	z-index: 1;
	display: block;
	width: 160px;
	height: 50px;
	margin: 60px auto 0;
	border: 1px solid #1DB1A1;
	background-color: #1DB1A1;
	color: #fff;
	font-size: 20px;
	outline: none;
}
.product .product-close::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	transition: all 1s;
	transform: rotateY(90deg);
}
.product .product-close:hover::after{
	background-color: #0DC1AD;
	transform: rotateY(180deg);
}




/* 漂浮 */
#x-slide {
	position: fixed;
	top: 50%;
	right: -250px;
	margin-top: -341px;
	width: 250px;
	height: 642px;
	background-color: #F5F5F5;
	z-index: 9;
	padding: 20px 35px;
}
#x-slide .slide-flag {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -66px;
	width: 40px;
	height: 133px;
	font-size: 16px;
	padding: 12px;
	background-color: #1DB1A1;
	color: #fff;
	cursor: pointer;
}
#x-slide .slide-list {
	padding: 21px 0;
}
#x-slide .slide-list:not(:last-child) {
	border-bottom: #605656 solid 1px;
}
#x-slide .slide-logo img{
	width: 128px;
}
#x-slide .slide-list p {
	color: #666;
	line-height: 35px;
}
#x-slide .slide-list p span{
	margin-right: 5px;
	color: #363636;
	font-size: 20px;
}
#x-slide .slide-contact p:nth-child(1), 
#x-slide .slide-adds p:nth-child(1) {
	font-size: 16px;
}
#x-slide .slide-contact p:nth-child(2),
#x-slide .slide-adds p:nth-child(2) {
	font-size: 12px;
}
#x-slide .slide-contact p:nth-child(3) {
	font-size: 20px;
}
#x-slide .slide-ewm {
	padding-top: 40px;
}
#x-slide .slide-ewm p{
	font-size: 14px;
}
#x-slide .ewm-box {
	width: 145px;
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
}

@media (max-width: 993px) {
	#x-slide {
		display: none;
	}
	.head-nav > ul > li > a {
		padding: 7px 8px;
	}
	.head-search .head-sea-link {
		margin-left: 8px;
	}
	.head-search .head-sea-input {
		width: 110px;
	}
}
@media (min-width: 900px) {
	.phone-foot {
		display: none;
	}
}
@media (max-width: 900px) {
	footer {
		border-bottom: 60px solid #1DB1A1;
	}
	.head-nav > ul > li > a:hover::after {
		width: 0;
	}
	.bodyAddClass {
		overflow: hidden;
	}
	.index-product-swiper .index-product-left {
	left: -15px;
	}
	.index-product-swiper .index-product-right {
		right: -15px;
	}
	.head-nav .head-phone-btn{
		display: block;
		cursor: pointer;
	}
	.head-box{
		padding: 19px 15px;
	}
	.head-nav {
		float: right;
		/* position: relative; */
	}
	.head-nav ul {
		display: none;
		position: fixed;
		padding: 20px 0 30px;
		width: 120px;
		text-align: center;
		top: 75px;
		right: 5px;
		z-index: 2;
		background-color: #fff;
	}
	.head-nav > ul > li {
		width: 100%;
		margin: 0;
	}
	
	.head-search {
		margin-right: 15px;
		display: none;
	}
	#product .product-list {
		width: 25%;
	}
	.product-list .product-text-box li {
    line-height: 30px;
}
}
@media (max-width: 768px) {
	#product .product-list {
		width: 50%;
	}
	.foot-nav ul {
		padding: 35px 0 31px 10px;
	}
	.foot-nav ul li:nth-child(1) {
		font-size: 15px;
	}
	.foot-bottom .foot-ewm {
		float: none;
		width: 135px;
		margin: 0 auto;
	}
	.foot-bottom .foot-copy {
		font-size: 12px;
		float: none;
		text-align: center;
		margin-top: 5px;
		width: 100%;
	}
	.head-search .head-sea-input {
		width: 85px;
	}
	.head-search .head-sea-link {
		margin-left: 5px;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	    display: block;
	    max-width: 160%;
	    height: auto;
	    margin-left: -30%;
	}
}