/*基础CSS*/
html {
	font-size: 14px;
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	color: #0dbcd3;
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 14px;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0dbcd3;
	border-color: #0dbcd3;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #999;
}
.content {
	color: #666;
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}

/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	position: relative;
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	line-height: 30px;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #27a8e1;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #1781bd;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-200 {
	height: 200px;
	line-height: 200px;
	overflow: hidden;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: 150px;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}
.h-210px {
	height: 210px;
}
.h-220px {
	height: 220px;
}
.h-230px {
	height: 230px;
}
.h-240px {
	height: 240px;
}
.h-250px {
	height: 250px;
}
.h-260px {
	height: 260px;
}
.h-270px {
	height: 270px;
}
.h-280px {
	height: 280px;
}
.h-290px {
	height: 290px;
}
.h-300px {
	height: 300px;
}
.h-310px {
	height: 310px;
}
.h-320px {
	height: 320px;
}
.h-330px {
	height: 330px;
}
.h-340px {
	height: 340px;
}
.h-350px {
	height: 350px;
}
.h-360px {
	height: 360px;
}
.h-370px {
	height: 370px;
}
.h-380px {
	height: 380px;
}
.h-390px {
	height: 390px;
}
.h-400px {
	height: 400px;
}
.h-410px {
	height: 410px;
}
.h-420px {
	height: 420px;
}
.h-430px {
	height: 430px;
}
.h-440px {
	height: 440px;
}
.h-450px {
	height: 450px;
}
.h-460px {
	height: 410px;
}
.h-470px {
	height: 470px;
}
.h-480px {
	height: 480px;
}
.h-490px {
	height: 490px;
}
.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
	line-height: 1;
}
.lh-sm-2 {
	line-height: 2;
}
.lh-sm-3 {
	line-height: 3;
}
.lh-sm-4 {
	line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.428rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 2.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
	height: 5px;
}
.h-sm-10px {
	height: 10px;
}
.h-sm-15px {
	height: 15px;
}
.h-sm-20px {
	height: 20px;
}
.h-sm-25px {
	height: 25px;
}
.h-sm-30px {
	height: 30px;
}
.h-sm-35px {
	height: 35px;
}
.h-sm-40px {
	height: 40px;
}
.h-sm-45px {
	height: 45px;
}
.h-sm-50px {
	height: 50px;
}
.h-sm-55px {
	height: 55px;
}
.h-sm-60px {
	height: 60px;
}
.h-sm-65px {
	height: 65px;
}
.h-sm-70px {
	height: 70px;
}
.h-sm-75px {
	height: 75px;
}
.h-sm-80px {
	height: 80px;
}
.h-sm-85px {
	height: 85px;
}
.h-sm-90px {
	height: 90px;
}
.h-sm-95px {
	height: 95px;
}
.h-sm-100px {
	height: 100px;
}
.h-sm-110px {
	height: 110px;
}
.h-sm-120px {
	height: 120px;
}
.h-sm-130px {
	height: 130px;
}
.h-sm-140px {
	height: 140px;
}
.h-sm-150px {
	height: 150px;
}
.h-sm-160px {
	height: 160px;
}
.h-sm-170px {
	height: 170px;
}
.h-sm-180px {
	height: 180px;
}
.h-sm-190px {
	height: 190px;
}
.h-sm-200px {
	height: 200px;
}
.h-sm-210px {
	height: 210px;
}
.h-sm-220px {
	height: 220px;
}
.h-sm-230px {
	height: 230px;
}
.h-sm-240px {
	height: 240px;
}
.h-sm-250px {
	height: 250px;
}
.h-sm-260px {
	height: 260px;
}
.h-sm-270px {
	height: 270px;
}
.h-sm-280px {
	height: 280px;
}
.h-sm-290px {
	height: 290px;
}
.h-sm-300px {
	height: 300px;
}
.h-sm-310px {
	height: 310px;
}
.h-sm-320px {
	height: 320px;
}
.h-sm-330px {
	height: 330px;
}
.h-sm-340px {
	height: 340px;
}
.h-sm-350px {
	height: 350px;
}
.h-sm-360px {
	height: 360px;
}
.h-sm-370px {
	height: 370px;
}
.h-sm-380px {
	height: 380px;
}
.h-sm-390px {
	height: 390px;
}
.h-sm-400px {
	height: 400px;
}
.h-sm-410px {
	height: 410px;
}
.h-sm-420px {
	height: 420px;
}
.h-sm-430px {
	height: 430px;
}
.h-sm-440px {
	height: 440px;
}
.h-sm-450px {
	height: 450px;
}
.h-sm-460px {
	height: 410px;
}
.h-sm-470px {
	height: 470px;
}
.h-sm-480px {
	height: 480px;
}
.h-sm-490px {
	height: 490px;
}
.h-sm-500px {
	height: 500px;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
	line-height: 1;
}
.lh-md-2 {
	line-height: 2;
}
.lh-md-3 {
	line-height: 3;
}
.lh-md-4 {
	line-height: 4;
}
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
	height: 5px;
}
.h-md-10px {
	height: 10px;
}
.h-md-15px {
	height: 15px;
}
.h-md-20px {
	height: 20px;
}
.h-md-25px {
	height: 25px;
}
.h-md-30px {
	height: 30px;
}
.h-md-35px {
	height: 35px;
}
.h-md-40px {
	height: 40px;
}
.h-md-45px {
	height: 45px;
}
.h-md-50px {
	height: 50px;
}
.h-md-55px {
	height: 55px;
}
.h-md-60px {
	height: 60px;
}
.h-md-65px {
	height: 65px;
}
.h-md-70px {
	height: 70px;
}
.h-md-75px {
	height: 75px;
}
.h-md-80px {
	height: 80px;
}
.h-md-85px {
	height: 85px;
}
.h-md-90px {
	height: 90px;
}
.h-md-95px {
	height: 95px;
}
.h-md-100px {
	height: 100px;
}
.h-md-110px {
	height: 110px;
}
.h-md-120px {
	height: 120px;
}
.h-md-130px {
	height: 130px;
}
.h-md-140px {
	height: 140px;
}
.h-md-150px {
	height: 150px;
}
.h-md-160px {
	height: 160px;
}
.h-md-170px {
	height: 170px;
}
.h-md-180px {
	height: 180px;
}
.h-md-190px {
	height: 190px;
}
.h-md-200px {
	height: 200px;
}
.h-md-210px {
	height: 210px;
}
.h-md-220px {
	height: 220px;
}
.h-md-230px {
	height: 230px;
}
.h-md-240px {
	height: 240px;
}
.h-md-250px {
	height: 250px;
}
.h-md-260px {
	height: 260px;
}
.h-md-270px {
	height: 270px;
}
.h-md-280px {
	height: 280px;
}
.h-md-290px {
	height: 290px;
}
.h-md-300px {
	height: 300px;
}
.h-md-310px {
	height: 310px;
}
.h-md-320px {
	height: 320px;
}
.h-md-330px {
	height: 330px;
}
.h-md-340px {
	height: 340px;
}
.h-md-350px {
	height: 350px;
}
.h-md-360px {
	height: 360px;
}
.h-md-370px {
	height: 370px;
}
.h-md-380px {
	height: 380px;
}
.h-md-390px {
	height: 390px;
}
.h-md-400px {
	height: 400px;
}
.h-md-410px {
	height: 410px;
}
.h-md-420px {
	height: 420px;
}
.h-md-430px {
	height: 430px;
}
.h-md-440px {
	height: 440px;
}
.h-md-450px {
	height: 450px;
}
.h-md-460px {
	height: 410px;
}
.h-md-470px {
	height: 470px;
}
.h-md-480px {
	height: 480px;
}
.h-md-490px {
	height: 490px;
}
.h-md-500px {
	height: 500px;
}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
	line-height: 1;
}
.lh-lg-2 {
	line-height: 2;
}
.lh-lg-3 {
	line-height: 3;
}
.lh-lg-4 {
	line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
	height: 5px;
}
.h-lg-10px {
	height: 10px;
}
.h-lg-15px {
	height: 15px;
}
.h-lg-20px {
	height: 20px;
}
.h-lg-25px {
	height: 25px;
}
.h-lg-30px {
	height: 30px;
}
.h-lg-35px {
	height: 35px;
}
.h-lg-40px {
	height: 40px;
}
.h-lg-45px {
	height: 45px;
}
.h-lg-50px {
	height: 50px;
}
.h-lg-55px {
	height: 55px;
}
.h-lg-60px {
	height: 60px;
}
.h-lg-65px {
	height: 65px;
}
.h-lg-70px {
	height: 70px;
}
.h-lg-75px {
	height: 75px;
}
.h-lg-80px {
	height: 80px;
}
.h-lg-85px {
	height: 85px;
}
.h-lg-90px {
	height: 90px;
}
.h-lg-95px {
	height: 95px;
}
.h-lg-100px {
	height: 100px;
}
.h-lg-110px {
	height: 110px;
}
.h-lg-120px {
	height: 120px;
}
.h-lg-130px {
	height: 130px;
}
.h-lg-140px {
	height: 140px;
}
.h-lg-150px {
	height: 150px;
}
.h-lg-160px {
	height: 160px;
}
.h-lg-170px {
	height: 170px;
}
.h-lg-180px {
	height: 180px;
}
.h-lg-190px {
	height: 190px;
}
.h-lg-200px {
	height: 200px;
}
.h-lg-210px {
	height: 210px;
}
.h-lg-220px {
	height: 220px;
}
.h-lg-230px {
	height: 230px;
}
.h-lg-240px {
	height: 240px;
}
.h-lg-250px {
	height: 250px;
}
.h-lg-260px {
	height: 260px;
}
.h-lg-270px {
	height: 270px;
}
.h-lg-280px {
	height: 280px;
}
.h-lg-290px {
	height: 290px;
}
.h-lg-300px {
	height: 300px;
}
.h-lg-310px {
	height: 310px;
}
.h-lg-320px {
	height: 320px;
}
.h-lg-330px {
	height: 330px;
}
.h-lg-340px {
	height: 340px;
}
.h-lg-350px {
	height: 350px;
}
.h-lg-360px {
	height: 360px;
}
.h-lg-370px {
	height: 370px;
}
.h-lg-380px {
	height: 380px;
}
.h-lg-390px {
	height: 390px;
}
.h-lg-400px {
	height: 400px;
}
.h-lg-410px {
	height: 410px;
}
.h-lg-420px {
	height: 420px;
}
.h-lg-430px {
	height: 430px;
}
.h-lg-440px {
	height: 440px;
}
.h-lg-450px {
	height: 450px;
}
.h-lg-460px {
	height: 410px;
}
.h-lg-470px {
	height: 470px;
}
.h-lg-480px {
	height: 480px;
}
.h-lg-490px {
	height: 490px;
}
.h-lg-500px {
	height: 500px;
}
}

.bg-gray{
	background: #f0f0f0;
}
.cate-image{
	height: 360px;
}
.cate-image img{width: 100%;}

.product-con{
	box-sizing: border-box;
	color: #333;
	display: block;
	padding: 5px 10px 10px;
	width: 280px;
}
.product-item{
	background: #fff;
	box-sizing: border-box;
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.product-item:hover{
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	transform: translateY(-2px);
	transition: 0.2s all ease-out;
}
.product-item:hover .card-body{
	background: #0dbcd3;
}
.product-item:hover h3 a{
	color: #fff;
}
.product-item .item-img{
	height: 240px;
	margin: 0px auto;
	max-width: 240px;
	line-height: 240px;
}
.index-title h2{display: inline-block}
.index-title .cate{
	float: right;
}
.index-title .cate a{margin-left: 15px;}
.card-body{
	padding: 0;
	background: #e2e2e2;
}
.card-title{
	width: 90%;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 100%;
	font-weight: normal;
}
.card-text{ text-align: left; line-height: 22px;color: #999; height: 45px; overflow: hidden}
.index-ad-w100{width: 100%; height: 169px; background-repeat: no-repeat;background-position:center; }
.floor1{border-left: 4px solid #f00; padding-left: 10px;}
h2.floor1 a{color:#f00;}
.floor2{border-left: 4px solid dodgerblue; padding-left: 10px;color:dodgerblue;}
h2.floor2 a{color:dodgerblue;}
.floor3{border-left: 4px solid #00A600; padding-left: 10px;color:#00A600;}
h2.floor3 a{color:#00A600;}

.info-bg{
	background: url(../images/info_bg.jpg) #fff no-repeat top center;
}
.info-bg .bg-brown{
	padding: 3rem;
	background: #565656;
	color: #fff;
}
.info-bg .bg-brown h2{
	line-height: 4rem;
}
.info-bg .bg-brown p{
	text-indent: 2rem;
}
.info-button{padding: 0.3rem 0.8rem;background: #f00;float: right;color: #fff!important;}
.case-title{ margin-bottom: 2rem;}
.case-title .desc{
	background: url("../images/index-bg-des.png") no-repeat center;
	color: #999;
}
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.cate .title{
	background: #f00;
}
.cate  li:hover:after{
	border-color: #f00;
}
.cate  li.active{
	background: #f00;
	color: #fff;
}

.cate li.active:after{
	border-color: #fff;
}
.cate li.active a{
	color:#fff;
}
.cate .title h2{
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.cate li{
	height: 3.5rem;
	font-size: 16px;
	line-height: 3.5rem;
	padding-left: 2rem;
	padding-right: 1.5rem;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;
}
.cate li:after{
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -4px;
	-webkit-transform: rotate(
			45deg
	);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(
			45deg
	);
}
.cate li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pages .product-item{
	border:1px solid #eee;
}
.text-secondary.box{
	padding: 0.2rem 0 0.2rem 0;
}
.pd-6{padding-left: 6rem;}
.display .pd-6{padding-left: 3rem;}
.companydesc{
	background: #efefef;
	padding: 0.5rem 1rem;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 9rem 2rem;
	}
}
@media only screen and (max-width: 768px) {
	.index-title .cate{display: none;}
	.md-hidden{display: none;}
}
@media only screen and (max-width: 1200px) {
	.lg-hidden{display: none;}
}
.fl{float: left;}
.fr {
	float: right;
}
input, img, button {
	outline: none;
	border: none;
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}
	.container{
		padding-left: 0;
		padding-right: 0;
	}
}
.position{height: 50px;line-height: 50px;}
.position>a {    font-size: 14px;
	line-height: 40px;
	margin: 0 15px;
	color: #333;}
	/*长崎*/


.cate_content-l-title{  height: 79px;  background: url("../images/category.png") no-repeat 15px 20px;   background-color: #fe0000;  border-bottom: 2px solid #fff;  }
.cate_content-l-title span{  display: inline-block;  margin: 17px 0 0 30px;  font-size: 18px;  color: #ffffff;  }
.navnow li{   height: 47px;  border-bottom: 1px dashed #ccc;  text-align: left; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; text-indent: 38px; color: #333;  background: url("../images/list-item.png") no-repeat 22px 20px;  }
.navnow li:last-child{  border-bottom: none;  }
.navnow li:hover,.cate_content-l .navnow li.on{  border-bottom: 1px solid #efefef; background-color: #efefef; background-position:23px -80px}
.navnow li.on{ background-color: #ff3737;border-bottom: 1px solid #fe0000;background-position:23px -30px}
.navnow li a{  display: block;  font-size: 16px;  line-height: 48px;  }
.navnow li:hover a,.navnow li.on a{  color: #fe0000;  }
.navnow li.on a{color: #fff}

.cpys_bt {
	width: 100%;
	height: 152px;
	padding-top: 45px;
	background: url(../images/cpysbt.jpg) #0061b0 no-repeat center;
	text-align: center;
	font-size: 20px;
	color: #1de3e3;
	line-height: 42px;
	box-sizing:content-box;
}
.cpys_bt strong {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.f_pr{position:relative;}
.f_pa {  position: absolute;  }
.worry{background:url(../images/worrbg.jpg) no-repeat center 0 #f9f9f9;padding: 72px 0 0;height: 523px;border-bottom: solid 1px #f9f9f9;font-size: 16px;color: #484848;line-height: 30px;font-family: "Microsoft Yahei";box-sizing: content-box;}
.worry_p{left: -39px;top: -20px;}
.worry_w{width: 605px;}
.worry_w h3{height: 130px;line-height: 40px;font-size: 24px;color: #333;font-weight: normal;}
.worry_w h3 p{font-size:40px;color: #0061b0;line-height:54px;}
.worry_w h3 p b{font-size:50px;}
.worry_w h3 em{font-size:12px;color: #b2b2b2;text-transform: uppercase;font-family: Arial;display: block;font-style: normal;line-height: 24px;}
.worry_w li{padding: 13px 2px 0;border-bottom: dotted 1px #c5c5c5;height: 46px;display: block; box-sizing: content-box;}
.worry_w li b{background:url(../images/ico04.png) no-repeat 0 0;float: left;width: 22px;line-height:27px;height: 30px; font-family: Arial;font-size: 16px;font-weight: normal;color: #fff;text-align: center;margin: 0 12px 0 0;}
.worry_w li.worrl1{border-bottom: solid 4px #fe0000;}
@media  (max-width: 1200px) and (min-width: 992px) {
	.worry_pic {
		width: 300px;
	}
}
@media (max-width: 992px) {
	.worry_pic,.reason_banner,.reason{
		display: none;
	}

}
/*worry end*/


/*reason start*/
.reason_banner {  height: 155px;  font: 30px "Microsoft YaHei";  font-weight: bold;  color: #fff;  text-align: center;  line-height: 64px;  background: url(../images/ys_txt_bj.jpg) no-repeat center top;  padding-top: 35px;  position: relative;  }
.reason_banner:after{
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 3px;
	left: 50%;
	margin-left: -10px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #da251c;
}
.reason_banner span {
	width: 350px;
	height: 36px;
	border: 1px solid #efa4a0;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	margin: 0 auto;
	display: block;
}
.reason_banner i{
	width: 63px;
	height: 74px;
	display: inline-block;
	position: absolute;
	top: 63px;
	left: 50%;
	margin-left: -15px;
	background: url("../images/six.png") no-repeat ;
}
.reason_content{
	width: 100%;
	height: 430px;
}

.reason{ padding-top:20px;height: 480px;  width: 100%;  background: #fff;  position: relative;  }
.reason_main{  width: 380px;  height: 380px;  display: inline-block;  border: 1px solid #fe0000;  border-radius: 50%;  position: relative;  margin-left: 50%;  margin-top: 50px;  transform: translateX(-50%);  }
.reason_main span{display: inline-block;margin-left: 50%;transform: translateX(-50%); font-size: 18px;}
.reason_main span:nth-child(7){  color: black; font-size: 50px; text-align: center; font-weight: bold;  margin-bottom: 10px;  width: 200px;  margin-top: 140px;}
.reason_main span:nth-child(8){  color: #3f3f3f; font-size: 18px;    width: 211px;  }


.reason_main .cricle{  width: 100px;  height: 100px;  border-radius: 50%;  background: black;  position: absolute;  font-size: 36px;  font-weight: bold;  color: #fff;  text-align: center;  line-height: 100px;  }
.reason_main .cricle:nth-child(1){ background: #fbb03b; top: -20px; left: 260px;  }
.reason_main .cricle:nth-child(2){ background: #f3aa37; top: 35%;   left: 335px;  }
.reason_main .cricle:nth-child(3){ background: #f8931d; top: 74%;   left: 280px;  }
.reason_main .cricle:nth-child(4){ background: #f05b23; top: 74%;   left: 0;  }
.reason_main .cricle:nth-child(5){ background: #e61720; top: 35%;   left: -50px;  }
.reason_main .cricle:nth-child(6){ background: #c2272d; top: -20px; left: 20px;  }

.reason_main .cricle .cricle_tit{  width: 240px;  font-size: 18px;  display: inline-block;  position: absolute;  top: 10px;  left: -190px;  line-height: 25px;  color: #fe0000;  text-align: right;  font-weight: normal;  }
.reason_main .cricle:nth-child(-n+3) .cricle_tit{  left: 190px;  text-align: left;  }

.reason_main .cricle .circle_des{  width: 300px;  font-size: 12px;  color: #524f4f;  position: absolute;  top: 40px;  left: -320px;  line-height: 25px;  text-align: left;  font-weight: normal;  }
.reason_main .cricle:nth-child(-n+3) .circle_des{  left: 120px;  }
/*reason end*/

/*case begin*/
.case{ width: 100%;height: 630px; background: #ffffff;font-family:"Microsoft YaHei"; overflow: hidden;}

.ca_con{height: 516px; margin-top: 86px; overflow: hidden; position: relative; }
.ca_top{ height: 443px; background: #f2f2f2; padding:32px 68px 0 42px; font-size: 14px; line-height: 24px;color: #555; }
.ca_top .case_en_name{padding-top: 16px; height: 84px;   font:30px Arial; font-weight: normal; text-transform: uppercase; line-height: 34px; background: url(../images/ca_x1.jpg) no-repeat left top;}
.ca_top	 .case_name{height: 40px; font-size: 26px; line-height: 30px; color: #333;}
.ca_nav{width: 784px; height: 118px; }
.ca_nav li{width: 144px; height: 34px; font-size: 14px; line-height: 34px; text-align: center; float: left; border:1px solid #e6e6e6; margin: 0 10px 10px 0; transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition:  all 0.2s linear 0s;}
.ca_nav li a{color: #555;display: block;}
.ca_nav li:hover,.ca_nav li.cur{background: #da251c; border-color: #da251c;}
.ca_nav li:hover a,.ca_nav li.cur a{color: #fff;}
.ca_topnr{position: absolute;width: 1180px; top: 118px; right:0;height: 385px;}
.ca_txt{ height: 385px;}
.ca_t1 dl{  position: relative;width: 1180px;height: 385px;}
.ca_t1 dt{ width:784px; height: 358px;  float: right;  overflow: hidden;}
.ca_t1 dt img{ width:784px; height: 358px;  }
.ca_t1 dd{width:396px; height: 178px;padding: 24px 24px 0; position: absolute; top: 108px; left: 0; background: #fff; font-size: 12px; line-height: 24px; color: #555; background: url(../images/ca_tb1.png) no-repeat left top; box-sizing: content-box;}
.ca_t1 h4{font-size: 16px; line-height:18px; height: 28px;}
.ca_t1 h4 a{color: #000;}
.ca_t1 p{height: 85px;}
.ca_t1 p em{display: block; line-height: 30px;}
.ca_t1 span a{ line-height: 15px; padding-left: 18px; float: right;  margin-top: 20px; display: block; font-size: 14px; color: #da251c; background: url(../images/ca_d1.jpg) no-repeat left center; }

@media (max-width: 1200px) {
	.case{ width: 100%;height: auto; background: #ffffff;font-family:"Microsoft YaHei"; overflow: auto;}
	.ca_con,.ca_top{height: auto}
	.ca_top{padding-bottom: 2rem;}
	.ca_nav{width: 100%;height: auto;margin-top: 1rem;}
	.ca_topnr{position: relative;top: 0; width: 100%;}
	.ca_topnr dt{width: 100%; max-height: 350px; float: none;}
	.ca_topnr dt img{width: 100%; height: auto; max-height: 350px;}
	.ca_t1 dd{display: none}

}
/*case end*/


.wi_img li{border:1px solid #999; float: left; margin-right: 16px; overflow: hidden;}
.wi_img li img{max-width: 155px; max-height: 91px;transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;}
.wi_con li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.pro_extra{
	display: block;
	box-shadow: none;
	background: #fff;
}
.pro_extra .track-tit{
	position: relative;
	line-height: 20px;
	color: #333;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 25px;
}
.pro_extra .track-tit h3 {
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-size: 1.2rem;
}
.pro_extra .track-tit span {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 10px;
	height: 1px;
	background: #f2f2f2;
}
.pro_extra .track-con {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.pro_extra .track-con ul{
}
.pro_extra .track-con li {
	position: relative;
	/*padding: 10px 0;*/
	float: left;
	margin-bottom: 20px;
}
.pro_extra .track-con a{
	color: #666666;
}
.pro_extra .track-con img {
	width: 150px;
	height: auto;
	border: 0;
	vertical-align: middle;
}
.pro_extra .track-con p {
	font-size: 12px;
	line-height: 25px;
	background: #fff;
	text-align: center;
}

.companydesc{  background: #F0F0F0;  line-height: 22px;  padding: 8px 20px;  font-size: 1rem; color: #333;  margin-top: 10px;  }
.companydesc b{  font-size: 16px;  color: #fe0000;  }
.copyright.border-top{border-top:1px solid #424242!important}

aside{position:relative;margin-top: 20px;}
.art-aside .hd{
	color: #fff;
	font-size: 18px;
	height: 40px;
	padding-top: 15px;
	line-height: 20px;
	text-align: center;
	background: #0dbcd3;
}
.art-aside .bd{
	border: 1px solid #0dbcd3;
	padding: 20px 10px 10px;
}
.art-aside .bd .address{
	line-height: 24px;
	font-size: 12px;
}
.art-aside .phone{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #0dbcd3;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.art-aside{
	height: auto;
	background: #fafafa;
	float: left;
}
.art-aside .title{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	padding-top: 15px;
	line-height: 20px;
	text-align: center;
	background: #da251c;
	margin-bottom:10px;
}
.art-aside .title:after{
	content: '';
	width: 100%;
	height:2px;
	margin-bottom: 10px;
}
.art-aside .aside_list{
	margin-bottom: 10px;
}



.m_fwc dl{padding-top: 1rem;height: 80px;}
.page dl:last-child{border-bottom: 0;}
.m_fwc dt{width: 60px; float:left;font-size: 40px;color: #bdbdbd;font-weight: bold;font-family: arial;margin-right: 15px; line-height: 35px;}
.m_fwc dt em{display: block;font-weight: normal;font-size: 14px;color: #a4a4a4;}
.m_fwc dd{width: 100%; padding-left: 80px;}
.m_fwc dd h3{height: 30px;line-height: 30px;overflow: hidden;}
.m_fwc dd p{height: 24px;line-height: 24px;overflow: hidden;font-size: 14px;color: #717171;}


.page dl{ height:115px; border-bottom:0; margin-bottom: 5px;}
.page dt{ float:left; width:84px; height:88px; padding:12px 0 8px 0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#969696; text-align:center; border:1px solid #cfcfcf;}
.page dt b{display: block;font-size: 40px;line-height: 42px;font-weight: bold;}
.page dd{width: 100%; padding-left: 100px;}
.page dd h3{height: 30px;line-height: 30px;overflow: hidden; font-weight: bold;}
.page dd p{ height:44px; line-height:22px; overflow: hidden; font-size:14px; color: #999}
.caselist{ margin-bottom:20px; padding:22px 25px;background:#efefef;border:1px solid white;border-radius: 4px;}

.caselist:hover{border-color:#0dbcd3;}
.caselist:hover h4 a{color:#0dbcd3 }
.caselist h4{display:block; font-size:1.3rem; font-weight:bold; height:28px; overflow:hidden; margin-bottom:12px; line-height:28px; padding:4px 0 0;}
.caselist p{ display:block;font-size:1rem; line-height:28px; overflow:hidden;}
dl.news_dl {font-size:14px; color:#666; padding:0 5px; line-height:22px;}
dl.news_dl a{ color:#000; }
dl.news_dl dt { margin-top:15px; line-height:32px; height:27px; width:720px; overflow:hidden; float: none;border: 0;padding: 0;text-align:left;}
dl.news_dl dt span{background:url(../images/n1.gif) no-repeat 0 3px; width:33px; height:30px; display:block; line-height:28px; float:left; color:#fff; text-align:center;  margin-right:10px;}
dl.news_dl .dt_1 { height:20px; font-size:14px; color:#0dbcd3; font-weight:bold; }
dl.news_dl .dt_1:hover {color:#0dbcd3; }/*资讯首页内容,点击时的图片*/
dl.news_dl .dt_2 { font-size:12px; float:right; padding:0 10px 0 8px;  font-family:"宋体"; }
dl.news_dl .dt_3 { font-size:12px;}
dl.news_dl .dt_3 a { color:#0dbcd3; text-decoration:underline;} /*文章出处*/
dl.news_dl dd {position:relative;font-size:12px; margin-bottom:10px; border: 1px solid #ccc; padding: 10px;margin-top: 10px;border-radius: 10px;}

dl.news_dl dd:before{
	content:'';
	display:block;
	width:0;
	height:0;
	position:relative;
	left:22px;
	top:-18px;
	border-left:7px solid transparent;
	border-bottom: 9px solid #ccc;
	border-right:7px solid transparent;
}

dl.news_dl dd:after{
	content:'';
	display:block;
	width:0;
	height:0;
	position:relative;
	left:22px;
	top:-69px;
	border-left:7px solid transparent;
	border-bottom:9px solid #fff;
	border-right:7px solid transparent;
}


/*2021 new style*/
@font-face {font-family: "iconfont";
	src: url('../fonts/iconfont.eot?t=1503991090616'); /* IE9*/
	src: url('../fonts/iconfont.eot?t=1503991090616#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/iconfont.woff?t=1503991090616') format('woff'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.woff2?t=1503991090616') format('woff2'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.ttf?t=1503991090616') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.svg?t=1503991090616#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-search:before{content:'\e633';}
.icon-sousuo:before{content:"\e623";}
.icon-qq:before{content:"\e699";}
.icon-qian:before{content:"\e61a";}
.icon-liubianxing2:before{content:"\e601";}
.icon-wenti:before{content:"\e63c";}
.icon-guanbi:before{content:"\e602";}
.icon-xiangyoujiantou:before{content:"\e65f";}
.icon-xiangzuojiantou:before{content:"\e660";}
.icon-fenlei:before{content:"\e647";}
.icon-dingzhi:before{content:"\e6b1";}
.icon-mianliao:before{content:"\e654";}
.icon-wenda:before{content:"\e618";}
.icon-tuijian:before { content: "\e60e"; }
.icon-xinwen:before{content:"\e634";}
.icon-chuangyixinpin:before{content:"\e62e";}
.icon-icon-news:before{content:"\e69b";}
.icon-lianxiwomen:before{content:"\e629";}
.icon-tigaoxiaoshuai:before{content:"\e502";}
.icon-fangan:before{content:"\e6fd";}
.icon-cunqianguan:before{content:"\e628";}
.icon-dingzhi1:before{content:"\e621";}
.icon-shiyan:before{content:"\e603";}
.icon-weizhi:before{content:"\e69d";}
.icon-iconfont7:before{content:"\e73e";}
.icon-_jishuchuangxin:before{content:"\e60d";}

.wraper { width: 1200px; margin: 0 auto;}
.header{width:100%;height:120px;min-width:1200px;background:#fff;}
.header .header_nav{width:100%;height:30px;background:#efefef;}
.header_nav .nav_left{position:absolute;left:50%;margin-left:-600px;width:1200px;}
.nav_left span{float:left;font-size:12px;color:#666;line-height:30px;}
.nav_content ul{float:right;}
.nav_content ul > li{float:left;color:#cccccc}
.nav_content ul > li:first-child{position:relative;}
.nav_content ul > li > a{font-size:12px;line-height:30px;color:#666;margin-left:15px;margin-right:15px}
.nav_content ul > li:last-child{display:inline-block;position:relative;}
.nav_content ul > li:last-child:after{display:inline-block;position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);content:'';width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:6px solid #efefef;}
.nav_content ul > li:last-child a{color:#0dbcd3;}
.header .header_content{height:90px;}
.header_content .logo{float:left;height:100%;display:inline-block;margin-right:18px; margin-bottom: 0}
.header_content .logo img{display:inline-block;margin-top:10px;margin-bottom:6px;}
.header_content .content_tel{width:22%;height:100%;float:right;}
.content_tel i{ position: absolute; font-size: 45px; line-height: 90px; color: #0dbcd3; }
.content_tel span{display:inline-block;margin-top:4px;margin-left:55px;font-size:14px;color:#666;}
.content_tel span.tel{display:inline-block;margin:0 0 0 55px;font-size:25px;font-weight:bold;line-height:29px;color:#0dbcd3;}
.content_code{float:right;margin-right:20px;margin-top:10px;width:75px;height:75px;}
.content_code img{max-width: 100%;}
/*banner start*/
nav{width:100%;height:35px;background:#0dbcd3;}
nav .wraper{position:relative;}
nav ul > li{float:left;height:35px;color:#fff;position:relative;display:inline-block;}
nav ul > li:after{display:block;width:1px;height:17px;position:absolute;right:-1px;top:11px;content:"";background:#98f3ff;}
nav ul > li:last-child:after{display:none;}
nav ul > li:hover a{color:#004ea5}
nav ul > li.cur:hover a{color:#fff}
nav ul > li.cur{background:#0558ac;z-index:999;}
nav ul > li.cur:after{display:block;width:1px;height:35px;position:absolute;right:-1px;top:0px;content:"";background:#0558ac;}
nav ul > li > a{font-size:14px;line-height:35px;color:#fff;display:block;padding:0 18px;cursor: pointer;}
nav ul > li > a > i{ margin-right: 10px; font-size: 14px; }
nav span.tag{position:absolute;width:40px;height:21px;top:-15px;left:50%;}
nav span.hot{  background: url("../images/hot.gif") no-repeat;}
nav span.new{  background: url("../images/new.gif") no-repeat;}
/*新增的导航 .nav_list*/
.cat_list{ position: absolute;width:100%; overflow: hidden; padding-bottom:10px; top: 35px; left: 0; background: #f5f5f5; z-index: 999; display: none;}
.cat_list dl{ float: left;  width: 220px;height:auto; margin-top: 15px; margin-left: -1px; font-size: 12px; border-left: 1px solid #e6e6e6;}
.cat_list dl dt{ display: block; font-size: 14px;  line-height: 14px; padding-left: 25px; color: #333; margin-bottom: 6px;}
.cat_list dd a{ display: block; line-height: 25px; padding-left: 40px; color: #666; background: url("")}
.cat_list dd a:hover{ color: #0dbcd3; }

.fullSlide{width:100%;position:relative;height:451px;overflow:hidden}
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul {width:100% !important;}
.fullSlide .bd li {width:100% !important;height:451px;overflow:hidden;text-align:center; background-position:center top;background-repeat:no-repeat;background-size: 100%  100%;}
.fullSlide .bd li a {display:block;height:451px;}
.fullSlide .hd {  position:absolute; z-index:7; bottom:35px; left:47%; padding:5px 6px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li{border-radius:14px;width:18px;height:18px; color:#ccc;  background:#ccc; float:left; cursor: pointer;display:block;margin-left: 5px;
	transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s;
	-moz-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Firefox 4 */
	-webkit-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Safari and Chrome */
	-o-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Opera */}

.fullSlide .hd ul .on{width:32px;height:18px;background:#0558ac;color:#0558ac;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;top:50%;margin-top:-30px;left:5%;z-index:1;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;font-size:50px;}
.fullSlide .next{left:auto;right:5%;}

.search{  height: 52px; border-bottom: 1px solid #efefef; background: #efefef;}
.search .hotwords,.search .position{ width: 65%; float: left; overflow: hidden;height:52px;  line-height: 52px;color: #666;}
.search .position a{color: #666;}
.search .in_search{width:380px; float: right; height: 30px; padding-left: 5px; background: #fff; margin-left: 0px;  margin-top: 12px;position: relative;}
.hotwords>span{  height: 100%;  font-size: 14px;   font-weight: bold;  color: #333;  }
.hotwords>a{  font-size: 14px;   margin: 0 10px;  color: #333;  }
.hotwords>a:hover{  color: #0dbcd3;  }
.in_search .keyword{ width:auto;border: 1px solid #ccc;  font-size: 14px; border:0; height: 20px; margin: 5px 0; }
.in_search .btn_red{position:absolute;top:0;right:0;width: 68px;  height: 32px; background: url("../images/search.png") no-repeat center center;  background-color: #0dbcd3; margin-top: -1px; float: right;  cursor: pointer;}
.in_search > i {  position: absolute; right: 16px; line-height: 31px; font-size: 32px; color: #fff;}

.aboutUs{height:246px;margin-top:25px;}
.aboutUs .aboutus-pic{width:380px;height:247px;display:inline-block;}
.aboutUs .aboutus-pic img{width: 100%;}
.aboutUs .aboutUs-content{width:799px;height:246px;box-sizing:border-box;float:right;background:#0dbcd3;padding:32px 36px 0 44px;position:relative;}
.aboutUs-content h3{font-style:normal;font-size:18px;line-height:18px;color:#fff;margin-bottom:34px;}
.aboutUs-content p{font-size:14px;line-height:25px;color:#fff;}
.aboutUs-content a{width:77px;height:21px;position:relative;line-height:21px;box-sizing:border-box;background:#fff;color:#0dbcd3;font-size:12px;display:inline-block;position:absolute;bottom:26px;right:47px;padding-left:5px;}
.aboutUs-content a:hover{color:#0558ac;}
.aboutUs-content a i{font-size: 12px; margin-right: 3px;}


/* recommend start */
.recommend{ margin-top: 20px;}
.recommend .recommend-title { width: 438px; height: 55px; margin: 0 auto; position: relative;}
.recommend .recommend-title:after { width: 438px; height: 1px;  position: absolute; left: 0; bottom: 0; content: '';background: #ccc;}
.recommend-title h3{ font-size: 36px; text-align: center; line-height: 36px;position: relative; color: #5c5e5e; }
.recommend-title span{ font-style: normal; font-size: 12px; text-align: center; line-height: 12px;  color: #5c5e5e; display: inline-block; position: relative;  margin-top: 3px; background: #fff; left: 50%; transform: translateX(-50%); z-index: 3; padding: 0 12px; }
.recommend-title span:before{ position: absolute; left: -5px ;  top:4px;width: 7px; height: 7px; border-radius: 50%; background: #0dbcd3; content: '';}
.recommend-title span:after{ position: absolute; right: -5px ;  top:4px;width: 7px; height: 7px; border-radius: 50%; background: #0dbcd3; content: '';}
.recommend .pt:before{ position: absolute; left: 45%; top:15px;  content: ''; width: 10px; height: 10px; border-radius: 50%; background: #5c5e5e;}
.recommend-nav { margin-top: 35px; text-align: center}
.recommend-nav li{  display: inline-block; margin:0  10px; padding:8px 16px; border: 1px solid #ccc; font-size: 14px; line-height: 18px; color: #666 ;position: relative; box-sizing: border-box; cursor: pointer;}
.recommend-nav li.cur{ background: #0dbcd3; border-color: #0dbcd3; color: #fff; }
.recommend-nav li.cur:after{ border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 5px solid #0dbcd3;position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); content: ''; }
.recommend-good{margin-top: 22px;}

/*聚焦*/
.recommend.focu{padding-top: 20px;   background: #f5f5f5;}
.recommend.focu .recommend-title h4{background: #f5f5f5;}

.box_scroll{ position: relative; box-sizing: content-box; overflow: hidden;}
.box_scroll .btn_scroll{width:40px;height:40px;overflow:hidden;cursor:pointer;position:absolute;top:190px;background:#e5e5e5; text-align: center; z-index: 99999}
.box_scroll .btn_scroll:hover{ background: #0dbcd3; }
.box_scroll .scroll_prev{ left: 9px;}
.box_scroll .scroll_next{ right: 8px;}
.btn_scroll i{ font-size: 25px; line-height: 40px; z-index: 999999 }
.btn_scroll:hover i{ color: #fff; }
.list_con{
	position: relative;
	width: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.list_con .list_item{width: 270px; height: 410px; border:6px solid #f4f4f4; float: left; margin: 0 9px;  overflow: hidden;box-sizing: content-box;}
.recommend_list.list_con .list_item{height: 360px;}
.list_con .list_item .item{position: relative;top: 50px;transition: top 0.5s ease;}
.list_con .item .goods_pic{width: 100%; margin-top: -20px; padding-bottom: 20px; overflow: hidden;transition: all 0.5s ease;}
.list_con .list_item .item .goods_pic img{ display: block;width: 100%;}
.list_con .item .goods_info strong.title{ display: block;white-space:nowrap;text-overflow:ellipsis; height: 20px; overflow: hidden; padding: 0 5px; font-size: 16px; font-weight:normal; line-height: 20px; padding-top: 8px; margin-bottom: 10px; text-align: left; color: #333; box-sizing: content-box;}
.list_con .item .goods_info p.desc{ font-size: 12px; line-height: 21px; height: 42px;overflow : hidden;  display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  padding: 0 5px; color: #666;box-sizing: content-box; }
.list_con .list_item:hover{ border:6px solid #0dbcd3;}
.list_con .list_item:hover .item{ top: 0;}
.list_con .list_item:hover .item .goods_pic{ margin-top:0; padding-bottom: 0; }
.list_con .list_item:hover .goods_info{background: #0dbcd3;}
.list_con .list_item:hover strong.title a{color: #fff;}
.list_con .list_item:hover .goods_info p.desc{color:#fff;}
.list_con .goods_info .btns{margin-left: 5px; margin-top: 19px; padding-bottom: 11px;}
.goods_info .btns a{width:28%;height: 30px; margin-right: 10px; text-align: center;  background: #fff;border: none;box-sizing: border-box;  display: inline-block;color: #0dbcd3;  font-size: 14px;  line-height: 30px;  }
.goods_info .btns a:last-child{ margin-right: 0}
.goods_info .btns a:hover{ color: #0558ac; background: #efefef}


.wi_img li:hover{ border:6px solid #0dbcd3;}
.wi_img li:last-child{ margin-right: 0; }
.wi_img li .loop-item{ position: relative; top: 50px; transition: top 1s ease; }
.wi_img li:hover .loop-item{ top: 0;  }
.wi_img li:hover .loop-item-b{background: #0dbcd3;}
.wi_img li img{width: 100%; }
.wi_img li span:nth-child(1){ display: block; padding: 0 5px; font-size: 16px; line-height: 16px; padding-top: 10px; margin-bottom: 10px; text-align: left; color: #333; }
.wi_img li span:nth-child(2){ font-size: 12px; line-height: 21px; padding: 0 5px; display: inline-block; color: #666; }
.wi_img li:hover span{ color:#fff; }
.wi_img .wi_img-list{margin-left: 13px; margin-top: 19px; padding-bottom: 11px;}
.wi_img .wi_img-list li{width: 70px; height: 27px; float: left; background: #fff;  border:none; box-sizing: border-box;}
.wi_img li.cur .wi_img-list li{background: #fff;}
.wi_img .wi_img-list li a{display: block; padding: 0 18px 0 28px ; color:#0dbcd3; font-size: 12px; line-height: 27px;}
.wi_img .wi_img-list li:nth-child(1) a{ background: url(../images/custom.png) no-repeat 8px center; }
.wi_img .wi_img-list li:nth-child(2) a{ background: url(../images/test.png) no-repeat 8px center; }
.wi_img .wi_img-list li:nth-child(3) a{ background: url(../images/qq.png) no-repeat 8px center; }
.wi_con{ position:relative;}
.wi_con p{width: 40px; height: 40px; overflow: hidden; cursor:pointer; position: absolute; top: 210px;}
.wi_con .wi_perv{left: -40px;}
.wi_con .wi_next{right: -38px;}
.wi_con p img{width: 80px; height: 40px;transition: all 0.3s;}
.wi_con p:hover img{margin-left: -40px;}
/* recommend end */

/* todo s */
.todo{    margin-top: 33px; position: relative;}
.todo:after{ position: absolute; left: 0;top:11%; height: 1px;width: 100%; background: #ccc; content: ''; }
.todo-title{position: relative; box-sizing: border-box; padding: 0 15px; display: inline-block; left: 50%; transform: translateX(-50%); z-index: 3; background: #fff; margin-bottom: 25px;}
.todo-title:before{ position: absolute; left: -5px ;  top:50%;width: 7px; height: 7px; border-radius: 50%; background: #0dbcd3; content: '';}
.todo-title:after{ position: absolute; right: -5px ;  top:50%;width: 7px; height: 7px; border-radius: 50%; background: #0dbcd3; content: '';}
.todo-title span:nth-child(1){ font-size: 36px; line-height: 60px; color: #0dbcd3; }
.todo-title span:nth-child(2){ font-size: 24px; line-height: 60px; color:#666; }
.todo-title span.help{ font-size: 60px; font-weight: bolder; font-style: italic; color:#ccc; vertical-align: bottom; line-height: 60px; font-family: "tahoma,arial,Microsoft YaHei,Hiragino Sans GB";}
.todo-nav{ height: 230px; margin-left: 20px;}
.todo-nav li{ float: left; margin-right: 78px; height: 230px; width: 170px; text-align: center;}
.todo-nav li:last-child{ margin-right: 0; }
.todo-nav li .outer{   font-size: 160px; position: relative; font-weight: 300; color: #0dbcd3; line-height: 160px; text-align: center; transition: all 0.5s ease}
.todo-nav li:hover .outer{color: #0558ac;}
.todo-nav li .inner{ position: absolute; top: 40px; left: 0; bottom: 0; right: 0; font-size: 90px; line-height: 90px;}
.todo-nav li span{ text-align: center; font-size: 24px; line-height: 24px; color: #666; display: block;}
/* todo e */
/* banner-apply start  */
.banner-apply{position: relative; height: 178px; overflow: hidden;}
.banner-apply img{ position: absolute; left: 0; top: 0; width: 100%;}
.banner-apply .wraper{ height: 178px; position: relative; }
.banner-apply .wraper:after{ position: absolute; bottom: 8px; left: 48%; border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 25px solid #36c6c2; content:''; }
.banner-apply .wraper span:nth-child(1){ color: #fff; font-size: 24px;line-height: 24px; display: inline-block; position: absolute; bottom: 30px; left: 90px; }
.banner-apply .wraper span:nth-child(2){ color: #fff; font-size: 24px;line-height: 24px; display: inline-block; position: absolute; top: 35px; right: 550px;  }
.banner-apply .wraper span:nth-child(3){ color: #fff; font-size: 18px;line-height: 18px; display: inline-block; position: absolute; top: 40px; right: 200px; }
.banner-apply .wraper form{ display: inline-block; position: absolute; bottom: 60px; right: 60px; color: #0558ac; font-size: 16px;}
.banner-apply .wraper form input{-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none;   background: transparent;  border: 1px solid #0558ac; width: 154px; height: 27px; }
.banner-apply .wraper form button{ width: 103px; height: 29px; font-size: 14px ;line-height: 14px; display: inline-block; text-align: center;  box-sizing: border-box; background: #0558ac; color: #fff;}
.banner-apply .input{ display:inline-block; position: relative}
.banner-apply .input span.tips{ position: absolute; top:33px; left:52px; width: 180px; overflow: hidden; font-size: 14px;color: red;}
.banner-apply .input span.input-name{position: static; font-size: 16px; padding:0 10px 0 5px;}
/* banner-apply end  */
/* banner-info start */
.banner-info{ margin-top: 63px;}
.step {width: 356px; height: 214px; background: #d9fbff;position: relative; margin:170px auto ; }
.step:before{ position: absolute; top: -102px; left: 0; border-left: 178px solid transparent; border-right: 178px solid transparent; border-bottom: 102px solid #d9fbff; content:''; z-index: -2;}
.step:after{ position: absolute; bottom: -102px; left: 0; border-left: 178px solid transparent; border-right: 178px solid transparent; border-top: 102px solid #d9fbff; content:''; z-index: -2;}
.step img{ z-index: 2; margin: 0 auto; display: block; position: relative; top:-20px; }

.step li{ width: 246px; position: absolute; left: 0; }
.step li:nth-child(1){   top: -65%;   left: 43%;}
.step li:nth-child(2){   top: -18%;   left: 93%;}
.step li:nth-child(3){   top: 82%;   left: 93%;}
.step li:nth-child(4){   top:  129%;   left: 43%;}
.step li:nth-child(5){   top: 82%;   left: -62%;}
.step li:nth-child(6){   top: -18%;   left: -62%;}
.step .step-num{ width: 48px; height: 27px; margin-top:12px;  background: #0558ac;  position: relative; font-size: 24px; text-align: center; line-height: 27px; color: #fff;  float: left; top: 14px;}
.step .step-num:before{ position: absolute; top: -14px; left: 0; border-left: 24px solid transparent; border-right: 24px solid transparent; border-bottom: 14px solid #0558ac; content:''; }
.step .step-num:after{ position: absolute; bottom: -14px; left: 0; border-left: 24px solid transparent; border-right: 24px solid transparent; border-top: 14px solid #0558ac; content:''; }
.step li:nth-child(5) .step-num{float: right;}
.step li:nth-child(6) .step-num{float: right;}
.step .step-des{ width: 180px; float: right; }
.step li:nth-child(5) .step-des {float: left; text-align: right;}
.step li:nth-child(6) .step-des {float: left; text-align: right;}
.step .step-des span:nth-child(1){ font-size: 18px; line-height: 22px; color: #0558ac; font-weight: bold; display: block; }
.step .step-des span:nth-child(2){ font-size: 14px; line-height: 22px;  color: #666; display: block;}

/* banner-info end */

/*Applied Technology start*/
.pz_r{ width:259px; height:288px; background:#0dbcd3; overflow:hidden; margin-right: 38px;}
.pz_r a{  color:#fff;}
.pz_r h3{ padding-top:25px; text-align:center;  font-weight:normal; height:72px;font-size:30px; display:block; color:#fff; margin-bottom:30px; position: relative; }
.pz_r h3:after{ position: absolute; bottom:-10px; left: 70px; width: 120px; height: 2px;background: #fff;content: ''; }
.pz_r h3 span{font-size:12px; color:#fff; display:block; font-weight: normal }
.pz_r p{ font-size:14px; line-height:25px; margin:0 28px 26px; color:#fff;}

.application{background: #f5f5f5;height: 288px;  width: 100%; margin-top: 20px;}
.application .m_dt{float: left;width: 324px;margin-right: 30px; position: relative;}
.application .m_dtc h2{padding: 30px 25px 0;height: 80px;background: #29a8a0;font-size: 18px;font-weight: bold;}
.application .m_dtc h2 a{color: #fff;}
.application .m_dtc h2 em{display: block;font-size: 18px;font-weight: normal;padding-top: 10px;}
.application .m_dtc dt,.applyT .m_dtc dt img{width: 324px;height: 158px;display: block;}
.application .m_dtc dd{height: 66px;border-bottom: 1px solid #dddde1; padding: 14px 0 0 0;font-size: 14px;line-height: 22px;overflow: hidden;}
.application .u_ljt,.applyT .u_rjt{ width:22px; height:30px;position: absolute; cursor:pointer;  display:block;}
.application .u_ljt{left:254px;top:72px;}
.application .u_rjt{left:284px;top:72px; }
.application .u_ljt a{ background: url(../images/jt2.jpg) no-repeat; width:22px; height:30px; display:block;}
.application .u_rjt a{ background: url(../images/jt2.jpg) no-repeat right 0; width:22px; height:30px; display:block;}

/* icon-title 通用样式 加上父级class限制宽度 */
.application .ic-tit_l{float: left;width: 438px;margin-right: 30px; margin-top:15px;}
.application .ic-tit_r{float: left;width: 370px; margin-top: 15px;}
.icon-title h2{height: 48px;font-size: 18px;font-weight: normal; margin-bottom: 15px; border-bottom: 1px solid #ccc; position: relative;}
.icon-title h2:after{ position: absolute; width: 115px; height: 3px; background: #29a8a1; left: 0; bottom: 0; content: ''; }
.icon-title h2 > i{ font-size: 25px; line-height: 25px; margin-right: 10px; color:#0dbcd3;}
.icon-title h2 span{font-size: 14px;color: #666666;text-transform: uppercase;font-weight: normal;display: block;padding-top: 10px;}
.icon-title h2 a{color: #666;}
.icon-title h2 a:hover{ color:#0dbcd3}
.application .m_fwc{height: 196px;overflow: hidden;}
.application .m_fwc ul{ padding-left: 12px; display: block; position: relative;}
.application .m_fwc ul:before{ position: absolute; top: 17px; left: 15px; width: 1px; height: 155px; content: ''; background: transparent; border-left: 1px dashed #ccc; }
.application .m_fwc li{ padding-left: 23px; font-size:14px; position: relative;}
.application .m_fwc li:before{  position: absolute; top: 13px; left: -1px; width: 10px; height: 10px; content: ''; background: #d8d8d8; border-radius: 50%; }
.application .m_fwc li:hover:before{ background: #0dbcd3;}
.application .m_fwc li a {color: #888;    height: 38px;    line-height: 38px;   display: block;	overflow: hidden;}
.application .m_fwc li:hover a{ color:#0dbcd3; }
/*Applied Technology end*/

/* our Project   start */
.case{height:248px; padding-top: 50px; }
.case.box_scroll .btn_scroll{ top: 90px;}
.ga_img li.case_item{width: 287px; height: 199px; border: 0;  float: left; padding:0 9px; overflow: hidden; position: relative;}
.ga_img li.case_item a{width: 100%; display: block; position:relative; overflow: hidden;}
.ga_img img{width: 100%; height: 199px;transition: all 0.3s ease-out; overflow: hidden;}
.ga_img li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.ga_img li span{width: 100%;height: 35px; display: block; font-size: 12px; line-height: 35px; color: #fff; text-align: center; background: #000 ; opacity: 0.6; position: absolute; bottom: 0;}
.ga_con{height: 199px; position:relative;}
.ga_img{width: 1200px;}
.ga_con p{width: 40px; height: 40px; overflow: hidden; cursor:pointer; position: absolute; top:65px;}
.ga_con .ga_perv{left: -40px;}
.ga_con .ga_next{right: -40px;}
.ga_con p img{width: 80px; height: 40px;transition: all 0.3s ease-out;}
.ga_con p:hover img{margin-left: -40px;}
/* our Project   end */

.headline-news{
	padding-top:2rem; text-align:center;background: #0dbcd3;color: #fff;
}
.headline-news strong{
	display: block;
	margin-top: 2rem;
}
.headline-news em{
	font-style: normal;
}
.headline-news-img{
	width: 100%;
}
.headline-info h4{
	margin-top: 1rem;
	font-weight: bold;
}
.headline-info p{
	color: #999;
}


dl.news_dl dd:before{
	content:'';
	display:block;
	width:0;
	height:0;
	position:relative;
	left:22px;
	top:-18px;
	border-left:7px solid transparent;
	border-bottom: 9px solid #ccc;
	border-right:7px solid transparent;
}

dl.news_dl dd:after{
	content:'';
	display:block;
	width:0;
	height:0;
	position:relative;
	left:22px;
	top:-69px;
	border-left:7px solid transparent;
	border-bottom:9px solid #fff;
	border-right:7px solid transparent;
}
.fa_con dl {padding-bottom: 30px; height: auto; }
.fa_con dl dt { height:28px; line-height:28px; background:url(../images/wen.jpg) no-repeat left 5px; padding-left:33px; font-weight:bold; overflow: hidden;}
.fa_con dl dt a { color:#333333; font-size: 14px;}
.fa_con dl dd { line-height:24px; height: auto; overflow:hidden; background:url(../images/da.jpg) no-repeat left 2px; padding:0 0 0 33px; color:#777777; margin-top:3px; font-size: 14px;}
.news_title{ border-bottom: 1px solid #ccc; line-height: 3rem; font-size: 1.4rem}
.news_title .more{font-size: 1rem; float: right}
.news_title .title{border-bottom: 2px solid #0dbcd3; margin-bottom: -2px; line-height: 3rem; display: inline-block;}


/*footer start -------------------------------------------------------------------------------------------------------------------------------------------*/
.footer{margin-top: 40px;   }
/*ft 通道start */
.quick{ clear:both;}
.quick .title{  text-align:center; font-weight:normal; height:30px; position: relative; margin-bottom: 15px;}
.quick .title:after{ position: absolute; left: 0; top:50%; height: 1px; width: 100%; background: #ccc; content: ''; z-index: -1;}
.quick .title span:nth-child(1){font-size:22px; color: #0dbcd3; padding-left: 24px; background: #fff;}
.quick .title span:nth-child(1):before{ position: absolute; left: 0; top:44%; height: 5px; width: 100px; background: #0dbcd3; content: ''; }
.quick .title span:nth-child(1):after{  position: absolute; right: 0; top:44%; height: 5px; width: 100px; background: #0dbcd3; content: ''; }
.quick .title span:nth-child(2){font-size:22px; color: #000; padding-right: 24px;  background: #fff;}

.quick-menu dl{ line-height:30px; position: relative; margin-bottom: 15px;  clear:both;}
.quick-menu dt{ display:inline-block; left: 0px; padding-left: 30px; height:30px; text-align:center; font-weight:normal; margin-right:14px; position: absolute;}
.quick-menu dt:before{ position: absolute; left: 5px; top: 5px; content: url(../images/icon-left.png); }
.quick-menu dd{ float:left; margin-left: 180px;}
.quick-menu dd a{ display:inline-block; color:#666; font-size:14px; padding:0 5px;}
/*ft 通道end */

/* ft nav start*/
.footer-nav{  background: #0dbcd3; height: 35px; text-align: center }
.footer-nav .item {  color: #fff;  position: relative ;display: inline-block; font-size: 14px; line-height: 35px;  color: #fff; padding: 0 38px;}
.footer-nav .item:before{  display: block;  width: 1px;  height: 17px;  position: absolute;  left: -1px;  top: 11px;  content: "";  background: #98f3ff;  }
.footer-nav .item:first-child:before {  display: none;  }
.footer-nav .item:hover{  color:#0558ac; }
/* ft nav end*/
/* ft copyRight  start */
.foot_copy{height:150px;position:relative; color: #808080;}
.foot_copy .f_ftcon{color:#666;padding:25px 0 0 300px;line-height:28px;font-size:14px; display: inline-block; position: relative}
.foot_copy .f_ftcon strong{ display: block; font-size: 16px; font-weight: normal}
.foot_copy .f_ftcon span.email{margin-left: 30px;}
.foot_copy .f_ftcon a{ color: #666;}
.foot_copy .f_ftcon a:hover{text-decoration: underline}
.foot_copy .flogo{left:0;top:40px;width:256px;color:#fff;}
.foot_copy .foot_code{ margin-top: 10px;}
.foot_copy .fc_item{ float: left; width: 100px; height: 150px; margin: 0 10px;}
.foot_copy .fc_item img{ width: 100%;}
.foot_copy .fc_item em{ font-size: 12px; line-height: 18px; text-align: center; color: #333; display: block; }
.link{height:auto;font-size:12px;color:#333;}
.link a{margin-right:21px;display:inline-block;line-height:38px;color:#333;}
.link a:hover{color:#0dbcd3;}
/*ft copyRight  end */
/*ft custom start */
.footer-custom {width:100%;min-width:1200px;height: 128px; position: fixed; z-index:99; bottom:0;background-color: #404040;}
.footer-custom .wraper{position: relative;}
.footer-custom .wraper>img{ position: absolute; left: 40px; top: -40px; width: 85px;}
.footer-custom .wraper>span:nth-child(2){font-size: 31px; line-height: 31px; font-weight: bold; color:#fff; display: inline-block; position: absolute; left: 150px; top:30px;}
.footer-custom .wraper>span:nth-child(3){font-size: 13px; line-height: 13px; font-weight: bold; color:#fff; display: inline-block; position: absolute; left: 235px; top:80px;}
.footer-custom form{ width: 490px; position: absolute; top:30px; left: 450px; }
.footer-custom form input{ width: 176px; height: 32px; float: left;  padding-left: 10px;}
.footer-custom form .input{ display: inline-block; position: relative}
.footer-custom form .input span{ position: absolute; display: block; color: red; width: 170px; top:-30px; left:5px; line-height: 32px;}
.footer-custom form .input .input-name{ display: none;}
.footer-custom form input.first{ margin-right: 20px; }
.footer-custom form input.require{ width: 382px; margin-top: 9px; }
.footer-custom form button{ float: right; width: 79px; height: 73px; background: #0dbcd3; font-size: 16px; line-height: 73px;  color: #fff; }
.footer-custom .ft-im{ position: absolute; top: -28px; right: 115px; height: 128px; width: 130px;}
.footer-custom .ft-im img{ display: inline-block; }
.footer-custom .ft-im span{ display: block; text-align: center; font-size: 14px; line-height: 16px;  color: #fff;}
.footer-custom .ft-code{  position: absolute; top: 30px; right: 30px; height: 128px; width: 75px; }
.footer-custom .ft-code span{ display: block; text-align: center; font-size: 14px; line-height: 16px; color: #fff; }
/*ft custom end */
/*footer end */
/* 定制、申请 弹出层*/
.modal-content{border: 0;}
.modal-header .close:focus{outline:0;}
.modal-header{background: #0dbcd3; color: #fff;}
.modal-title{font-size: 1.2rem; padding: 0; margin: 0; line-height: 1.2rem;}
.layer-custom .layer-tit{ height: 48px; background: url(../images/goods_detail/custom.png) 15px center no-repeat; background-color: #0dbcd3; font-size: 16px; line-height: 48px; color: #fff; padding-left: 56px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.layer-custom .layer-form{ color:#666; font-size: 14px ; width: 514px; display: inline-block; margin-top: 30px; border-bottom-left-radius: 5px; }
.layer-custom .form-item{ margin-bottom: 24px; text-align: right; padding-right: 40px;position: relative;  }
.layer-custom .require:after{ position: absolute; top: 5px; right: 30px; content: '*';color: red; }
.layer-custom .form-item .tips{ color: red; position: absolute; top: 25px; left: 120px; display: none;}
.layer-custom .layer-form input{ border: 1px solid #777; width: 355px; height: 24px; padding-left: 6px;}
.layer-custom .layer-form textarea{ border: 1px solid #777; width: 355px; height: 62px; padding-left: 6px; resize: none; vertical-align: text-top; }
.layer-custom .form-item:last-child{ text-align: center; }
.layer-custom .layer-form button{ padding: 0 23px; line-height: 32px; height: 32px ; font-size: 16px; background: #0dbcd3; color: #fff;}
.layer-custom .layer-form .comfirm{ margin-right: 26px; cursor: pointer}
.layer-custom .layer-form .cancel{ background-color: #a1a1a1; cursor: pointer}
.layer-custom .layer-ad{ background: yellow; width: 246px; display: inline-block;position: absolute; right: 0; top:0; bottom: 0; border-bottom-right-radius: 5px; }

.layer-apply{ width: 760px; border-radius: 5px; position: relative; display: none;}
.layer-apply .layer-tit{ height: 42px; background: url(../images/goods_detail/custom.png) 15px center no-repeat; background-color: #0dbcd3; font-size: 16px; line-height: 42px; color: #fff; padding-left: 56px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.layer-apply .layer-form{ color:#666; font-size: 14px ; width: 514px; display: inline-block; margin-top: 30px; border-bottom-left-radius: 5px; }
.layer-apply .form-item{ margin-bottom: 24px; text-align: left; padding-right: 40px; position: relative; }
.layer-apply .require:after{ position: absolute; top: 5px; right: 30px; content: '*';color: red; }
.layer-apply .form-item .tips{ color: red; position: absolute; top: 25px; left: 120px; display: none;}
.layer-apply .require input:focus{ border-color: red; }
.layer-apply .form-item span:first-child{ width: 110px; text-align: right;  display: inline-block;}
.layer-apply .layer-form input{ border: 1px solid #777; width: 355px; height: 24px; padding-left: 6px;}
.layer-apply .form-item .num{width: 180px;}
.layer-apply .form-item:last-child{ text-align: center; }
.layer-apply .layer-form button{ padding: 0 23px; line-height: 32px; height: 32px ; font-size: 16px; background: #0dbcd3; color: #fff;}
.layer-apply .layer-form .confirm{ margin-right: 26px; }
.layer-apply .layer-form .cancel{ background-color: #a1a1a1; }
.layer-apply .layer-ad{ background: yellow; width: 246px; display: inline-block;position: absolute; right: 0; top:42px; bottom: 0; border-bottom-right-radius: 5px; }

.layer-tip{ width: 435px; height: 160px; position: relative; }
.layer-tip .layer-icon{ width: 70px; height: 160px;vertical-align: top; display: inline-block; margin-left: 63px; margin-right: 13px; background: url(../images/index/lay-icon.jpg) center center no-repeat;  }
.layer-tip .layer-icon-error{background: url(../images/index/lay-icon-error.jpg) center center no-repeat;  }
.layer-tip .layer-text{  width: 284px; height: 160px; display: inline-block; }
.layer-tip .layer-text span{ display: block; text-align: left; color:#0dbcd3; font-size: 16px; line-height: 16px; }
.layer-tip .layer-text span:first-child{ margin-top: 55px; margin-bottom: 10px; }
.layer-tip .layer-text span:last-child{ font-size: 14px; color: #666; }
.modal-dialog {
	max-width: 760px;
}
#customizeModal,#testModal{ top: 50%; margin-top: -200px;}
.modal-body{padding: 0}

/*右侧导航 及案例咨询*/
.slide{width:180px;line-height:30px;font-size:14px;}
.slide_title{width:180px;position:relative;height:85px;background:url(../images/goods_detail/slide-title.png) no-repeat; text-align:center;padding-top:15px;font-size:20px;color:#fff;}
.slide .aside_nav_list{border:1px solid #018ccd;}
.slide dl a{color:#5e5e5e;display:block;}
.slide dl{margin:0;}
.slide dt{background: url(../images/goods_detail/arrow_d.png) 155px center no-repeat; background-color: #0dbcd3; cursor:default; width: 100%; height: 35px;  padding-right: 30px; box-sizing: border-box; font-size: 16px; line-height: 35px; padding-left: 20px; color: #fff;}
.slide dd{display: none}
.slide dl.cur dd{display: block}
.slide a.cat_item{display:block;padding-left:30px; position:relative; font-size: 14px; line-height: 28px; color:#666;background: #e5e7e6; border-bottom: 1px solid #fff;}
.slide a.cat_item:hover{ color: #0dbcd3; }
.slide a.cur{color:#0dbcd3;}
.slide .cur_show{display:block;}

.slide_case{width: 178px; border: 1px solid #0dbcd3; margin-top: 20px;}
.slide_case span{ display: block; width: 100%; height: 35px; font-size:16px; line-height: 35px; text-align: center; color:#fff; background: #0dbcd3; margin-bottom: 7px; }
.slide_case ul{ padding-bottom: 7px; }
.slide_case li{ float: left; padding-left:  11px; line-height: 24px; height: 24px;}
.slide_case li a{ display: block; width: 160px; font-size: 12px; color:#666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }
.slide_case li:hover a{ color: #0dbcd3; }

/*右侧联系方式*/
.slide_contract{text-align: center; margin-top:20px; font-family: "微软雅黑";font-size: 12px; color: #666;  display:block; margin-bottom:20px;}
.slide_contract h5{background:#0dbcd3; line-height:35px; height:35px; font-weight: normal; text-align:center;font-size: 16px; color: #fff; }
.slide_contract .nr{border:1px solid #0dbcd3 ; padding:20px 10px 10px}
.slide_contract .phone {margin-bottom: 10px;}
.slide_contract .phone img {width: 40px;height: 40px;padding-bottom: 10px;}
.slide_contract .phone span {display: block;}
.slide_contract .phone p {font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid #dedede;  color:#0dbcd3; text-align:center;}
.slide_contract p {line-height: 22px; text-align:left;}

.pro_extra{display:block;right:auto;left:auto;box-shadow:none;width:210px;position:absolute;top:0;right:0;background:#fff;}
.pro_extra .track-tit{position:relative;line-height:50px;font-size:12px;color:#333;font-weight:400;text-align:center;}
.pro_extra .track-tit h3{position:relative;z-index:2;display:inline-block;background:#fff;padding:0 25px;}
.pro_extra .track-tit span{position:absolute;z-index:1;left:0;right:0;top:25px;height:1px;background:#f2f2f2;}
.pro_extra .track-con{width:150px;height:510px;overflow:hidden;margin:0 auto;position:relative;}
.pro_extra .track-con ul{position:absolute;width:150px;height:2550px;top:0;left:0;}
.pro_extra .track-con li{position:relative;float:left;height:205px;margin-bottom:20px;}
.pro_extra .track-con a{color:#666666;}
.pro_extra .track-con img{width:150px;height:180px;border:0;vertical-align:middle;}
.pro_extra .track-con p{position:absolute;left:0;right:0;bottom:0;font-size:12px;line-height:25px;background:#fff;text-align:center;}

/* 产品列表 */
.content .product_list{width: 980px;   float: right;  margin-top: 16px; margin-bottom: 20px;}
.product_list li.list_item{width: 293px; height: 378px; border:8px solid #f4f4f4; float: left; margin:0 11px; margin-bottom: 20px;  overflow: hidden;}
.product_list li.list_item:hover{ border:8px solid #0dbcd3;}
.product_list li.last{ margin-right: 0; }
.product_list .item .goods_info p.desc{ height: 52px;}
.wi_con{height: 375px; position:relative;}
.recommend_list li{width: 230px; height: 370px; border:3px solid #f4f4f4; float: left; margin-right: 5px;  overflow: hidden;}
.recommend_list li:hover{ border:3px solid #0dbcd3;}
.recommend_list li.last{ margin-right: 0; }
/*相关产品 小*/
.goodxs{height:375px;font-family:"Microsoft YaHei";   }
.gxs_img h2{height: 40px;font-size: 18px;font-weight: normal; margin-bottom: 15px; border-bottom: 1px solid #ccc; position: relative;}
.gxs_img h2 > i{ font-size: 25px; line-height: 25px; margin-right: 10px; color:#0dbcd3;}
/*.gxs_img h2:before{position: absolute;   left: 5px; top: 0; content: url(../images/goods_detail/recommend.png);}*/
.gxs_img h2:after{ position: absolute; width: 115px; height: 3px; background: #29a8a1; left: 0; bottom: 0; content: ''; }
.gxs_img li{width: 212px; height: 305px; border:9px solid #f4f4f4; float: left; margin-right: 20px;  overflow: hidden;}
.gxs_img li:hover{ border:9px solid #0dbcd3;}
.gxs_img li:last-child{ margin-right: 0; }
.gxs_img li .loop-item{ position: relative; top: 30px; transition: top 0.5s ease; }
.gxs_img li:hover .loop-item{ top: 0;  }
.gxs_img li:hover .loop-item-b{background: #0dbcd3;}
.gxs_img li img{width: 100%; }
.gxs_img li span:nth-child(1){ display: block; padding: 0 5px; font-size: 14px; line-height: 14px; padding-top: 10px; margin-bottom: 10px; text-align: left; color: #333; }
.gxs_img li span:nth-child(2){ font-size: 12px; line-height: 21px; padding: 0 5px; display: inline-block; color: #666;  overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.gxs_img li:hover span{ color:#fff; }
.gxs_img .wi_img-list{margin-left: 13px; margin-top: 10px; padding-bottom: 11px;}
.gxs_img .wi_img-list li{width: 55px; height: 21px; float: left; background: #fff;  border:none; box-sizing: border-box; margin-right: 10px;}
.gxs_img li.cur .wi_img-list li{background: #fff;}
.gxs_img .wi_img-list li a{display: block; padding: 0 7px 0 22px ; color:#0dbcd3; font-size: 12px; line-height: 21px;}
.gxs_img .wi_img-list li:nth-child(1) a{ background: url(../images/index/custom.png) no-repeat 5px center; }
.gxs_img .wi_img-list li:nth-child(2) a{ background: url(../images/index/test.png) no-repeat 5px center; }
.gxs_img .wi_img-list li:nth-child(3) a{ background: url(../images/index/qq.png) no-repeat 5px center; }
.wi_con{height: 375px; position:relative;}



/*---产品列表页面的随机资讯--*/
.randomnews .right{ margin-left: 0; }
.randomnews .title{height: 40px;font-size: 18px;font-weight: normal;margin-bottom: 15px; border-bottom: 1px solid #ccc; position: relative;}
.randomnews .title > i{ font-size: 25px; line-height: 25px; margin-right: 10px; color:#0dbcd3; }
.randomnews .title:after{ position: absolute; width: 115px; height: 3px; background: #29a8a1; left: 0; bottom: 0; content: ''; }
.randomnews .title span{font-size: 14px;color: #666666;text-transform: uppercase;font-weight: normal;display: inline-block;padding-top: 10px;}
.randomnews .title a{color: #666;}
.randomnews .title a:hover{ color:#0dbcd3}
.RandomNews {padding:0 0px 10px; margin-bottom:15px;}

.news_random{ font-size:14px;}
.news_random ul{ display:block; }
.news_random ul li{ height:30px;line-height:30px; padding:0;  width:464px; float:left;overflow:hidden;  position: relative;}
.news_random ul li:before{ position: absolute; top: 0; left: 0; content: '+'; color: #6b6b6b; }
.news_random ul li.fl:after{ position: absolute; top: 0; right: 0; content: ''; width: 1px ; height: 30px; background: #ccc; }
.news_random ul li:hover:before{color: #0dbcd3;}
.news_random ul li a{  padding-left:12px; color: #666; display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news_random ul li a span:first-child{ font-size: 14px; width: 360px;  color: #666; display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news_random ul .fr a span:first-child{ width: 320px;  }
.news_random ul li a span:last-child{font-size:12px; padding-right:25px; color: #666;}
.news_random ul li:hover a span{ color: #0dbcd3; }
.news_random ul li.fl{ width: 570px; margin-left: 15px;}
.news_random ul li.fr{ padding-right:0; width: 580px; margin-left: 20px;}
.news_random ul li.fr span{padding-right:0;}
.new-s dl{margin: 0 auto;padding-top:25px;height:117px;}
.new-s dl dt {height:110px;width: 226px;float: left;position: relative;border-bottom: 1px solid #e2e2e2}
.new-s dl dt img{width: 226px;height: 110px;}
.new-s dl dt p{width: 226px;height: 28px;display: inline-block;position: absolute;bottom:0;left:0;font: 14px '微软雅黑';color: #fff;text-align: center;line-height: 28px; background:#333;  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.new-s dl dd{width:690px;float: right;height:110px;border-bottom: 1px solid #e2e2e2; position:relative;}
.new-s dl dd p{color: #353e47;font-size: 16px;font-weight: bold;margin-bottom:8px;}
.new-s dl dd p a{color: #222;}
.new-s dl dd p a:hover{color: #29a8a0;}
.new-s dl dd span{font-size: 14px ;color: #353e47;display:inline-block;line-height: 28px; height:56px; overflow:hidden;}
.new-s dl dd a.more{display: inline-block;font: 12px '微软雅黑','微软雅黑';color: #29a8a0; float:right; position:absolute; bottom:5px; right:5px;}

/*左边 */
aside{width:180px;overflow:hidden;}
.aside_nav_list{border:1px solid #018ccd;}
.aside_nav_list li{cursor:default;width:180px;height:40px;box-sizing:border-box;font-size:16px;line-height:40px;color:#fff;border-bottom:1px solid #0dbcd3;}
.aside_nav_list li:first-child{margin-top:1px;}
.aside_nav_list li a{display:block;padding:0 40px 0 30px;}
.aside_nav_list li.on{background:#0dbcd3;}
.aside_nav_list li.on a{color:#fff;}
.slide_box{margin-top:20px;}
.slide_box .hd{background:#0dbcd3;line-height:35px;height:35px;font-weight:normal;text-align:center;font-size:16px;color:#fff;}
.slide_box .bd{border:1px solid #0dbcd3;padding:20px 10px 10px;}
.slide_box .phone{text-align:center;font-size:18px;font-weight:bold;color:#0dbcd3;border-bottom:1px solid #dedede;padding-bottom:5px;margin-bottom:10px;}
.slide_box .phone img{width:auto;height:auto}
.slide_box .address{line-height:24px;font-size:12px;}
.slide_box .address strong{display:block;}
.slide_box .address span{display:inline-block;}
.content aside{float:left;}
.content article{padding-left:200px;}

.detail-information{
	font-size: 14px;
	line-height: 30px;
	color: rgb(13, 188, 211);
	margin-bottom: 20px;
	font-family: "Microsoft YaHei", 微软雅黑;
	overflow: hidden;
	border-bottom: 1px solid rgb(232, 232, 232);
}
.pro_intro .wi_img-list{ margin-top: 40px; padding-bottom: 11px;}
.pro_intro .wi_img-list li{width: 134px; height: 53px; float: left; background: #0dbcd3;  border:none; box-sizing: border-box; margin-right: 14px; border-radius: 3px;}
.pro_intro .wi_img-list li:last-child{ margin-right: 0; }
.pro_intro li.cur .wi_img-list li{background: #0dbcd3;}
.pro_intro .wi_img-list li a{display: block; padding: 0 30px 0 54px ; color:#fff; font-size: 23px; line-height: 53px;}
.pro_intro .wi_img-list li:nth-child(1) a{ background: url(../images/goods_detail/custom.png) no-repeat 14px center; }
.pro_intro .wi_img-list li:nth-child(2) a{ background: url(../images/goods_detail/test.png) no-repeat 14px center; }
.pro_intro .wi_img-list li:nth-child(3) a{ background: url(../images/goods_detail/qq.png) no-repeat 14px center; }



/*相关应用，解决方案*/
.related{background: #fff; width: 100%;}
.related .ic-tit_l{float: left;width: 573px;margin-right: 30px; margin-top: 31px;}
.related .ic-tit_r{float: left;width: 585px; margin-top: 31px;}

.related .m_fwc{overflow: hidden;}
.related .m_fwc ul{ padding-left: 12px; display: block; position: relative;}
.related .m_fwc ul:before{ position: absolute; top: 17px; left: 16px; width: 1px; height: 155px; content: ''; background: transparent; border-left: 1px dashed #ccc; }
.related .m_fwc li{ padding-left: 23px; font-size:14px; position: relative; }
.related .m_fwc li:before{  position: absolute; top: 13px; left: 0; width: 10px; height: 10px; content: ''; background: #d8d8d8; border-radius: 50%; }
.related .m_fwc li:hover:before{ background: #0dbcd3;}
.related .m_fwc li a {    color: #888;    height: 38px;    line-height: 38px;   display: block; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.related .m_fwc li:hover a{ color:#0dbcd3; }


/*-----------------------------------  手感风格页 --------------------------------------------*/

/* style-tit标题*/
.style-tit{ position: relative; height: 42px; border-left: 4px solid #ccc; margin-top: 30px;}
.style-tit h1,.style-tit h2{ padding-left: 27px; font-size: 36px; line-height: 42px; margin-right: 33px;  display: inline-block;}
.style-tit span{ color: #999; font-size: 18px; vertical-align: bottom; }

.style-tit.special{ border-color: #0dbcd3; }
.style-tit.special h1 {color:#0dbcd3;}

.style-tit.terminal{ border-color: #26a471; }
.style-tit.terminal h2 {color:#26a471;}

.style-tit.fashion{ border-color: #4786c6; }
.style-tit.fashion h2 {color:#4786c6;}

.style-tit.feeling{ border-color: #ff9600; }
.style-tit.feeling h2 {color:#ff9600;}

.cate-nav{ height: 135px; margin-top: 45px; }
.cate-nav li{ float: left; margin-right: 19px; width: 224px; height: 132px; background: #e1fcff; border-top: 3px solid #0dbcd3;}
.cate-nav li a:hover h3{color:#0dbcd3; }
.cate-nav li:nth-child(2){ background: #dbfff2; border-color: #009c63; }
.cate-nav li:nth-child(3){ background: #daecff; border-color: #0558ac; }
.cate-nav li:last-child{   background: #ffefd9; border-color: #ff9600; margin-right: 0; }
.cate-nav li span{  display: block; text-align: left; padding-left: 17px; }
.cate-nav li h3{  padding-left: 17px; font-size: 23px; line-height: 23px; margin-top: 37px; margin-bottom: 19px; color: #333; }
.cate-nav li span:last-child{   font-size: 13px; line-height: 18px; color: #666;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.cate-recommend{ margin-top: 20px;}
.cate-recommend .ct-recommend-title { width: 438px; height: 50px; margin: 0 auto; position: relative;}
.cate-recommend .ct-recommend-title:after { width: 438px; height: 1px;  position: absolute; left: 0; bottom: 0; content: '';background: #ccc;}
.ct-recommend-title h3{ font-size: 36px; text-align: center; line-height: 36px;position: relative; color: #5c5e5e; }
.ct-recommend-title h4{ font-style: normal; font-size: 12px; text-align: center; line-height: 12px;  color: #5c5e5e; display: inline-block; position: relative;  margin-top: 3px; background: #fff; left: 50%; transform: translateX(-50%); z-index: 3; padding: 0 12px; }
.ct-recommend-title h4:before{ position: absolute; left: -5px ;  top:4px;width: 7px; height: 7px; border-radius: 50%; background: #0dbcd3; content: '';}
.ct-recommend-title h4:after{ position: absolute; right: -5px ;  top:4px;width: 7px; height: 7px; border-radius: 50%; background: #0dbcd3; content: '';}
.cate-recommend .pt:before{ position: absolute; left: 45%; top:15px;  content: ''; width: 10px; height: 10px; border-radius: 50%; background: #5c5e5e;}
.ct-recommend-nav { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: center}
.ct-recommend-nav li{display: inline-block; margin:0 6px; padding:11px 10px;  font-size: 18px; line-height: 29px; color: #666 ;position: relative; box-sizing: border-box; cursor: pointer;}
.ct-recommend-nav li.cur:after{ position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #0dbcd3; content: '';  }
.fashion .ct-recommend-nav li.cur:after{ position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #0558ac; content: '';  }
.feeling .ct-recommend-nav li.cur:after{ position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #ff9600; content: '';  }
.ct-recommend-good{margin-top: 22px;}
.ct-recommend-good .show{display: block;}

.cate-ad img{ margin-top: 20px;}

/*-----------------------------------  手感定制页 --------------------------------------------*/


/*customized-des*/
.customized-des p{ text-align: center; color:#666; font-size: 12px; line-height: 21px; width: 640px; margin: 50px auto 80px;   }


/*customized-strength*/
.scontent{  width: 1002px; margin: 0 auto;  }
.customized-strength{ height:499px;font-family:"Microsoft Yahei"; background:#eeeeee; margin-top: 20px;}
.customized-strength h2{ position:relative; width:266px; height:131px; top:-30px; margin:0 auto; padding:18px 0 0 0; text-align:center; font-size:20px; color:#ffffff; background:url(../images/custom/strength_bg1.png) no-repeat;color:#ffffff; font-weight: bold; box-sizing: content-box}
.customized-strength h2 a{ color:#ffffff;}
.customized-strength span{ display:block; font-size:20px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
.customized-strength dl{ float:left; width:179px; padding: 0 95px 0 0; background:url(../images/custom/strength_bg2.jpg) no-repeat left top; box-sizing:content-box}
.customized-strength dt{ height:210px; padding:35px 0 0 0; text-align:center; line-height:24px; color:#333333; font-size:16px;}
.customized-strength dt span{ display:block; padding: 0 0 5px 0; font-size:50px; font-family:"Times New Roman"; color:#fa7821;}
.customized-strength dt span img{width: 45px; height: 45px;}
.customized-strength dd{ padding: 0 10px 0 15px; line-height:26px; font-size:14px; color:#555555;}
.customized-strength .dl-last{ padding:0;}

/*customized-process*/
.customized-process{ height:260px; padding:65px 0 0 0;font-family:"Microsoft Yahei"; }
.customized-process ul{ height:240px;}
.customized-process ul li{ float:left; width:158px; padding: 0 53px 0 0; text-align:center; color:#171f2a; font-size:16px; background:url(../images/custom/process_icon1.gif) no-repeat 170px 66px; box-sizing: content-box}
.customized-process ul li img{ width:158px; padding-bottom:13px;}
.customized-process ul .li-last{ padding-right:0; background:none;}

/*customized-information*/
.customized-information{ height:657px;font-family:"Microsoft Yahei";}
.customized-information .ifmt-l{ width:605px;}
.customized-information h2{ padding: 55px 0 0 14px;  border:none;color: #adadad; position: relative; font-size: 30px;}
.customized-information h2:before{ position: absolute; left: 0; top: 60px; width: 3px; height: 35px; bottom: 0; background: #35c0d3; content: ''; }
.customized-information .ifmt-l h2{ margin-bottom: 20px}
.customized-information h2 a{ color: #35c0d3; }
.customized-information h2 span{color:#000;}
.customized-information h2 small{ font-size: 20px; margin-left: 10px;      }
.customized-information .ifmt-txt{ height:505px; padding:0; overflow:hidden;}
.customized-information .ifmt-txt dl{ padding: 18px 0 18px 67px; background:url(../images/custom/information_icon1.jpg) no-repeat left 18px; border-bottom:1px dashed #838383;}
.customized-information .ifmt-txt .dl-last{ border:none;}
.customized-information .ifmt-txt dt a{ font-size:20px; color:#333;}
.customized-information .ifmt-txt dd{ padding:10px 0 0 0; line-height:24px; font-size:14px; color:#666;}
.customized-information .ifmt-r{ width:332px; top:0; right:-22px; padding-right:22px; background:url(../images/custom/information_sd1.gif) no-repeat right bottom;}
.customized-information .ifmt-c{ height:460px; margin:33px 0 0 0; padding: 0 20px; border:1px solid #dcdcdc;}
.customized-information .ifmt-c h3{ padding:24px 0;}
.customized-information .ifmt-c h3 img{ width:290px; height:137px;}
.customized-information .ifmt-c h4{ margin:0 17px; padding-bottom:10px; font-size:18px; font-weight:normal; text-align:center; line-height:26px; border-bottom:1px solid #e0e0e0;color:#27303f;}
.customized-information .ifmt-c h4 a{ color:#27303f;}
.customized-information .ifmt-c p{ padding:15px 10px 23px; line-height:24px; font-size:14px; font-family: "宋体";}
.customized-information .ifmt-c p span{ color:#35c0d3;}
.customized-information .ifmt-c .ayjm{ display:block; width:110px; height:35px; margin:0 auto; padding: 0 0 0 40px; line-height:35px; font-size:18px; color:#fff; border:1px solid #fff; background:#35c0d3; box-sizing: content-box}

.con_title{font-weight:bold;padding-top:16px;color:#333;padding-bottom:10px;margin-bottom:10px;text-align:center;font:26px/70px "Microsoft Yahei";padding:4px;background:url(../images/brief.gif) repeat left top;}
