@charset "utf-8";

/*公共样式*/

* {
	margin: 0;
	padding: 0;
}

div,
span,
ul,
li,
td,
th,
input,
textarea,
a,
p,
h1,
h2,
h3,
h4,
h5 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-size: 14px;
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	overflow-x: hidden;
	background: #fff;
}

ul,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
	transition: all .5s;
	text-indent:0px;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clear {
	zoom: 1;
}

input,
textarea,
select {
	-webkit-appearance: none;
	resize: none;
	outline: none
}

a,
button,
input,
textarea,
select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

img {
	border-style: none;
	vertical-align: middle;
	max-width: 100%;
}

article {
	display: block;
	margin: 0 auto;
}

.zoom-img {
	overflow: hidden;
}

.zoom-img .img {
	overflow: hidden;
}

.zoom-img img {
	transition: all .5s;
}

.zoom-img:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.w25 {
	width: 100%;
	height: auto;
	padding: 0 .25rem;
}

.nav-page {
	font-size: 0;
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* header */

.header {
	padding: 0 .6rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 11;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.header .logo {
	width: 2rem;
	line-height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -1rem;
}

.header .menu {
	float: left;
	width: 24px;
	height: 20px;
	margin-top: 15px;
}

.header .menu-but {
	width: 24px;
	height: 20px;
	background: url(../images/img2.png) center center no-repeat;
	background-size: 24px auto;
}

.header .menu-but.on {
	background: url(../images/img30.png) center center no-repeat;
	background-size: 24px auto;
}

.header .nav-box {
	position: fixed;
	top: 1rem;
	left: 0;
	width: 100%;
	height: calc(100vh - 1rem);
	background: #fff;
	z-index: 10;
	border-top: 1px solid #dcdcdc;
	display: none;
}

.header .nav-box li .d_1 {
	padding: 0 .9rem;
	line-height: .9rem;
	border-bottom: 1px solid #dcdcdc;
	background: url(../images/img29.jpg) .3rem .33rem no-repeat;
	background-size: .28rem auto;
	font-size: .26rem;
	color: #333;
}

.header .nav-box li .d_1.on {
	background: url(../images/img28.jpg) .3rem .33rem no-repeat;
	background-size: .28rem auto;
	color: #008ae5;
}

.header .nav-box .box {
	display: none;
	line-height: 1rem;
	font-size: .26rem;
	color: #333;
}

.header .nav-box .box>a {
	display: block;
	color: #666;
	padding-left: 1rem;
	border-bottom: 1px solid #dcdcdc;
}

.header .nav-box .d_3 {
	padding-left: 1rem;
	border-bottom: 1px solid #dcdcdc;
}

.header .nav-box .d_4 {
	display: none;
	padding-left: 1.25rem;
	background: #f7f7f7;
	border-bottom: 1px solid #dcdcdc;
}

.header .nav-box .d_4 a {
	display: block;
	color: #666;
}

.header .search {
	width: 20px;
}

.header .sear-but {
	line-height: 50px;
}

.header .sear-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	background: #f9f9f9;
	font-size: 0;
	padding-right: .3rem;
	display: none;
}

.header .sear-box .text {
	width: calc(100% - .5rem);
	line-height: .5rem;
	margin-top: .25rem;
	padding: 0 .1rem 0 .95rem;
	background: #f9f9f9;
	vertical-align: top;
}

.header .sear-box .but {
	font-size: 0;
	width: .5rem;
	height: .5rem;
	background: url(../images/img1.png) center center no-repeat;
	background-size: cover;
	margin-top: .27rem;
}


.header .h-language{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-color:#008ae5;
	border: #008ae5 solid 1px;
}
.header .h-language ul{

}
.header .h-language ul li{
	float: left;
	padding: 0px 5px;
	background-color:#fff;
}
.header .h-language ul li a{
	color: #008ae5;;
	font-size: 14px;
	line-height: 30px;
}
.header .h-language ul li:hover, .header .h-language ul li.on{
	background-color: #008ae5;;
}
.header .h-language ul li:hover a, .header .h-language ul li.on a{
	color: #ffffff;
}


.return-top {
	position: fixed;
	bottom: 10%;
	right: 3%;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #fff;
	font-size: .24rem;
	color: #333;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5) url(../images/icon-top.png) center center no-repeat;
	background-size: 15px;
	display: none;
}

.mess {
	position: fixed;
	bottom: 10%;
	left: 3%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.mess a {
	display: block;
	font-size: 12px;
	color: #fff;
}

/* footer */

.footer {
	padding: .3rem .25rem .25rem;
	background: #eee;
	text-align: center;
	font-size: .2rem;
	color: #626262;
	line-height: .4rem;
	border-top: 1px solid #dcdcdc;
}

.footer a {
	color: #626262;
}

.footer .number {
	font-size: .4rem;
	color: #008ae5;
}


/* index */

.main {
	padding-top: 1rem;
}

.home-swip .text {
	position: absolute;
	left: 0;
	top: 36%;
	width: 100%;
	padding: 0 .6rem;
}

.home-swip .h1 {
	font-size: .4rem;
	color: #fff;
	margin-bottom: .25rem;
}

.home-swip .words {
	font-size: .22rem;
	color: #fefffd;
}

.home-swip .swiper-pagination-bullet {
	width: .3rem;
	height: .04rem;
	background: #707070;
	border-radius: 0;
	opacity: 1;
	margin: 0 .1rem;
}

.home-swip .swiper-pagination-bullet-active {
	background: #fff;
	border-radius: .02rem;
}

.advan {
	margin: .3rem .25rem;
	font-size: 0;
}

.advan .item {
	margin-bottom: .4rem;
}

.advan .item:last-child {
	margin-bottom: 0;
}

.advan .img {
	display: inline-block;
	width: .37rem;
	vertical-align: top;
	margin-left: .38rem;
}

.advan .h1 {
	width: calc(100% - .75rem);
	display: inline-block;
	color: #333333;
	font-size: .26rem;
	font-weight: bold;
	line-height: .43rem;
	margin-bottom: .1rem;
	padding-left: .1rem;
}

.advan .words {
	color: #666666;
	font-size: .22rem;
	line-height: .38rem;
	padding-left: .85rem;
}

.home-page .titles {
	text-align: center;
	margin-bottom: .45rem;
}

.home-page .titles .cn {
	font-size: .34rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
}

.home-page .titles .sp {
	font-weight: 400;
	color: #666;
}

.home-page .titles .en {
	font-size: .24rem;
	color: #c1c1c1;
	font-family: Arial, Helvetica, sans-serif;
}

.home-page .titles .icon {
	width: .35rem;
	height: .02rem;
	background: #008ae5;
	margin: 0 auto;
	margin-top: .2rem;
}

.home-page .nav-bar {
	font-size: 0;
	text-align: center;
	margin-bottom: .6rem;
}

.home-page .nav-bar a {
	display: inline-block;
	font-size: .26rem;
	color: #333;
	padding: 0 .4rem;
	line-height: .5rem;
	border: 1px solid #c4c4c4;
	border-radius: .2rem;
	margin: 0 .2rem;
}

.home-page .nav-bar a.on {
	color: #fff;
	font-weight: bold;
	background: #008ae5;
	border: 1px solid #008ae5;
}

.home-page .preview {
	font-size: 0;
	text-align: center;
	margin-bottom: .6rem;
	padding: 0 .4rem;
}

.home-page .preview .name {
	display: inline-block;
	font-size: .26rem;
	color: #333;
	padding: 0 .4rem;
	line-height: .5rem;
	border: 1px solid #c4c4c4;
	border-radius: .2rem;
	margin: 0 auto;
}

.home-page .preview .active-nav .name {
	color: #fff;
	font-weight: bold;
	background: #008ae5;
	border: 1px solid #008ae5;
}

.home-page .view {
	padding: 0 .15rem;
}

.home-page .view .view-swip{
	padding-bottom: .95rem;
}

.home-page .view .boxs li {
	float: left;
	width: 47%;
	margin: 0 1.5%;
	background: #fff;
}

.product {
	background: #f5f5f5;
	padding: .6rem 0 .95rem;
}

.product .item-box {
	padding: 0 .15rem;
}

.product .item {
	position: relative;
	display: none;
}

.product .item.on {
	display: block;
}

.product .swiper-pagination2,
.product .swiper-pagination3,
.product .swiper-pagination4 {
	position: absolute;
	left: 0;
	bottom: -.6rem;
	width: 100%;
	text-align: center;
}

.product .swiper-pagination-bullet {
	width: .14rem;
	height: .14rem;
	background: #fff;
	opacity: 1;
	margin: 0 .08rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.product .swiper-pagination-bullet-active {
	background: #008ae5;
}

.product .box {
	background: #fff;
	margin: 0 .1rem;
	text-align: center;
}

.product .img {
	width: 90%;
	margin: 0 auto;
	padding: .8rem 0;
}

.product .model {
	font-size: .2rem;
	color: #666;
	margin-bottom: .2rem;
}

.product .name {
	font-size: .26rem;
	color: #333;
	margin-bottom: .25rem;
}

.product .more {
	display: inline-block;
	width: 1.4rem;
	height: .4rem;
	line-height: .4rem;
	font-size: .2rem;
	color: #fff;
	background: #008ae5;
	border-radius: .2rem;
	margin-bottom: .3rem;
}

.service {
	padding: .6rem 0 .95rem;
}

.service .carousel {
	margin-top: .15rem;
	padding: 0 .15rem;
	position: relative;
}

.service .box {
	margin: 0 .1rem;
	text-align: center;
}

.service .icon {
	width: .8rem;
	margin: 0 auto;
	margin-bottom: .23rem;
}

.service .text {
	background: #f5f5f5;
	padding: .25rem;
}

.service .box .h1 {
	font-size: .26rem;
	color: #333;
	margin-bottom: .25rem;
}

.service .words {
	font-size: .22rem;
	color: #666;
	line-height: .38rem;
	min-height: 1.5rem;
}

.service .swiper-pagination5 {
	position: absolute;
	left: 0;
	bottom: -.6rem;
	width: 100%;
	text-align: center;
}

.service .swiper-pagination-bullet {
	width: .14rem;
	height: .14rem;
	background: #fff;
	opacity: 1;
	margin: 0 .08rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.service .swiper-pagination-bullet-active {
	background: #008ae5;
}

.case {
	padding: .45rem .25rem .4rem;
	background: #f1f1f1;
}

.case .item {
	margin-bottom: .3rem;
}

.case .img {
	float: left;
	width: 3.3rem;
	position: relative;
}

.case .img .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: .9rem;
}

.case .img .icon {
	width: 1.25rem;
	margin: 0 auto;
	margin-bottom: .3rem;
}

.case .img .name {
	font-size: .28rem;
	color: #fff;
}

.case .text {
	float: right;
	width: calc(100% - 3.3rem);
	padding-left: .4rem;
	padding-top: .1rem;
}

.case .text a {
	font-size: .26rem;
	color: #333;
	line-height: .62rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case .text .icon {
	font-size: .26rem;
	color: #008ae5;
	display: inline-block;
	margin-right: .3rem;
}

.case .more {
	display: inline-block;
	padding: 0 .3rem;
	line-height: .4rem;
	font-size: .2rem;
	color: #fff;
	border-radius: .2rem;
	background: #008ae5;
	margin-left: .4rem;
	margin-top: .2rem;
}

.case .item:nth-child(2n) .img {
	float: right;
}

.case .item:nth-child(2n) .text {
	float: left;
}

.case .item:last-child {
	margin-bottom: 0;
}

.news {
	padding: .6rem .25rem .4rem;
}

.news .item-box {
	display: none;
}

.news .item-box.on {
	display: block;
}

.news .text {
	padding: .3rem;
}

.news .date {
	font-size: .26rem;
	color: #9a9a9a;
	margin-bottom: .2rem;
	font-family: Arial, Helvetica, sans-serif;
}

.news .h1 {
	font-size: .26rem;
	color: #333;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: .23rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .words {
	font-size: .2rem;
	color: #666;
	line-height: .34rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .mores {
	text-align: center;
}

.news .more {
	display: inline-block;
	padding: 0 .3rem;
	line-height: .4rem;
	font-size: .2rem;
	color: #fff;
	border-radius: .2rem;
	background: #008ae5;
}

.about {
	padding: .6rem .25rem .4rem;
	background: #f2f2f2;
}

.about .box {
	padding: 0 .3rem;
}

.about .h1 {
	font-size: .26rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
}

.about .h2 {
	font-size: .24rem;
	color: #333;
	margin-bottom: .3rem;
}

.about .words {
	font-size: .2rem;
	color: #666;
	line-height: .38rem;
}

.about .year {
	font-size: .3rem;
	color: #008ae5;
	font-weight: bold;
	margin: .3rem 0 .1rem;
}

.about .h3 {
	font-size: .24rem;
	color: #333;
	margin-bottom: .2rem;
}

.about .img {
	margin-bottom: .1rem;
}

.about .h4 {
	font-size: .18rem;
	color: #888;
}

.about .more {
	display: inline-block;
	padding: 0 .3rem;
	line-height: .4rem;
	font-size: .2rem;
	color: #fff;
	border-radius: .2rem;
	background: #008ae5;
	margin-top: .3rem;
}

.partner {
	padding: .6rem .25rem .75rem;
}

.partner .list {
	float: left;
	width: 24%;
	/*height: 1rem;
	line-height: 1rem;*/
	margin-right: 1.33%;
	margin-bottom: .1rem;
	border: 1px solid #eaeaea;
	text-align: center;
}

.partner .list:nth-child(4n) {
	margin-right: 0;
}

.partner .list img {
	width: 100%;
}


/* 案例 */

.main .banner {
	position: relative;
}

.main .banner .text {
	position: absolute;
	top: 1.1rem;
	left: 0;
	width: 100%;
	padding: 0 .6rem;
	text-align: center;
	color: #fefffd;
}

.main .banner .h1 {
	font-size: .36rem;
	color: #fefffd;
	margin-bottom: .3rem;
}

.main .banner .icon {
	display: inline-block;
	width: .6rem;
	height: .03rem;
	background: #008ae5;
	vertical-align: top;
}

.main .banner .words {
	font-size: .26rem;
	line-height: .48rem;
}

.locat {
	line-height: .9rem;
	padding: 0 .5rem;
}

.locat a {
	font-size: .26rem;
	color: #666;
}

.nav-bar2 {
	font-size: 0;
	line-height: 1.2rem;
	padding: 0 .15rem;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	overflow-x: scroll;
	white-space: nowrap;
	text-align: center;
}

.nav-bar2::-webkit-scrollbar {
	display: none;
}

.nav-bar2 a {
	display: inline-block;
	padding: 0 .35rem;
	font-size: .28rem;
	color: #666;
	vertical-align: top;
}

.nav-bar2 a.on {
	color: #008ae5;
}

.cases .item-box {
	padding: .5rem .25rem .1rem;
}

.cases .item {
	margin-bottom: .3rem;
}

.cases .item .img {
	position: relative;
}

.cases .item .text {
	padding: .2rem 0;
}

.cases .item .words {
	font-size: .26rem;
	color: #333;
}

.cases .item .size-img {
	position: absolute;
	bottom: .2rem;
	right: .2rem;
	width: 1.6rem;
}

.nav-page {
	padding-bottom: .8rem;
}

.nav-page a {
	display: inline-block;
	width: .6rem;
	height: .6rem;
	line-height: .6rem;
	font-size: .2rem;
	color: #999;
	margin: 0 .08rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.nav-page a.on {
	color: #fff;
	background: #0097fb;
}

.cases .details {
	padding: 0 .25rem;
}

.cases .details .carousel {
	padding-bottom: .9rem;
	position: relative;
}

.cases .details .swiper-pagination {
	bottom: .3rem;
	left: 0;
	width: 100%;
}

.cases .details .swiper-pagination-bullet {
	width: .14rem;
	height: .14rem;
	opacity: 1;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	margin: 0 .08rem;
}

.cases .details .swiper-pagination-bullet-active {
	background: #008ae5;
}

.cases .details .text {
	font-size: .24rem;
	color: #666;
	line-height: .44rem;
	padding: 0 .2rem;
	padding-bottom: .8rem;
}

.cases .details .h1 {
	font-size: .26rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
}

.cases .details .words {
	font-size: 0;
}

.cases .details .name {
	display: inline-block;
	width: 1.3rem;
	font-size: .24rem;
	vertical-align: top;
}

.cases .details .desc {
	display: inline-block;
	width: calc(100% - 1.3rem);
	font-size: .24rem;
}

.cases .desc .img {
	margin-top: .15rem;
}

.prod {
	background: #f8f8f8;
	min-height: 400px;
}

.prod-nav {
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -1.2rem;
	width: .45rem;
	height: 2.4rem;
	background: #008ae5;
	border-radius: 0 .2rem .2rem 0;
	z-index: 9;
}

.prod-nav .but {
	font-size: .26rem;
	color: #fff;
	text-align: center;
	line-height: .4rem;
	margin-top: .4rem;
}

.prod-nav .nav {
	position: absolute;
	background: #fff;
	width: 4.5rem;
	height: auto;
	left: 0;
	top: -50%;
	line-height: .9rem;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	display: none;
}

.prod-nav .d_1 {
	font-size: .26rem;
	color: #666;
	padding: 0 .65rem;
	background: url(../images/img106.jpg) .25rem center no-repeat;
	background-size: .22rem auto;
}

.prod-nav .on .d_1 {
	color: #fff;
	background: #008ae5 url(../images/img107.jpg) .25rem center no-repeat;
	background-size: .22rem auto;
}

.prod-nav .box {
	display: none;
}

.prod-nav .on .box {
	display: block;
}

.prod-nav .d_3 {
	font-size: .26rem;
	color: #008ae5;
	padding: 0 .65rem;
	border-bottom: 1px solid #dcdcdc;
}

.prod-nav .d_3 i {
	font-style: normal;
}

.prod-nav .d_3 .name {
	float: left;
}

.prod-nav .d_3 .open-close {
	float: right;
	font-size: .28rem;
}

.prod-nav .d_3 .close {
	display: none;
}

.prod-nav .d_3.on .close {
	display: block;
}

.prod-nav .d_3.on .open {
	display: none;
}

.prod-nav .box_2 {
	background: #f7f7f7;
	border-bottom: 1px solid #dcdcdc;
	display: none;
}

.prod-nav .box_2 a {
	display: block;
	font-size: .26rem;
	color: #666;
	padding: 0 .85rem;
}

.prod .form {
	padding-top: .25rem;
	display: none;
}

.prod .form .box {
	width: 5rem;
	height: .6rem;
	border: 1px solid #7d7d7d;
	margin: 0 auto;
	border-radius: .3rem;
	padding: 0 .6rem;
	font-size: 0;
}

.prod .form .text {
	width: calc(100% - .27rem);
	height: .4rem;
	background: #f8f8f8;
	vertical-align: top;
	margin-top: .1rem;
	padding: 0 .1rem;
}

.prod .form .but {
	width: .27rem;
	height: .27rem;
	background: url(../images/img44.jpg) center center no-repeat;
	background-size: .27rem auto;
	margin-top: .16rem;
	font-size: 0;
}

.prod .list-box {
	padding: .6rem .5rem .3rem;
}

.prod .list {
	float: left;
	width: 46%;
	margin-right: 8%;
	margin-bottom: .3rem;
	border: 1px solid #dadada;
}

.prod .list img{
	height: auto !important;
}

.prod .list:nth-child(2n) {
	margin-right: 0;
}

.prod-page .locats {
	background: #f8f8f8;
}

.prod .list .text {
	background: #fff;
	border-top: 1px solid #dadada;
	line-height: .65rem;
	text-align: center;
}

.prod .list .words {
	font-size: .22rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prod .details {
	background: #fff;
	padding: .6rem 0 0;
}

.prod .details .h1 {
	font-size: .3rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .3rem;
	padding: 0 .5rem;
}

.prod .model {
	font-size: 0;
	padding: 0 .5rem;
}

.prod .model .name {
	font-size: .24rem;
	color: #666;
	margin-bottom: .15rem;
}

.prod .model .d_1 {
	display: inline-block;
	padding: 0 .1rem;
	line-height: .5rem;
	background: #959595;
	font-size: .2rem;
	color: #fff;
	margin-right: 1.33%;
	margin-bottom: .15rem;
	width: 32%;
	text-align: center;
}

.prod .model .d_1:nth-child(3n) {
	margin-right: 0;
}

.prod .model .d_1.on {
	background: #008ae5;
}

.prod .top {
	padding: 0 .5rem;
	margin-top: .35rem;
}

.prod .top .preview {
	margin: .5rem 0;
}

.prod .top .preview .img {
	border: 1px solid #e5e5e5;
}

.prod .top .preview img{
	height: auto !important;
}

.prod .top .preview .active-nav .img {
	border: 1px solid #008ae5;
}

.prod .bot {
	background: #f9f9f9;
}

.prod .nav-box {
	position: relative;
	font-size: 0;
	/*padding: 0 .3rem;*/
	line-height: .8rem;
	border-bottom: 1px solid #e5e5e5;
}

.prod .nav-box .left,
.prod .nav-box .right {
	display: inline-block;
	width: .5rem;
	font-size: .3rem;
	color: #008ae5;
	text-align: center;
}

.prod .nav-box .nav {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 0;
}

.prod .nav-box .d_1 {
	font-size: .28rem;
	color: #333;
	font-weight: bold;
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

.prod .nav-box .d_1.on {
	/* display: block; */
	background: #f5f5f5;
	color: #FFF;
	background: #007aff;
}

.prod .details .item {
	display: none;
}

.prod .details .item.on {
	display: block;
}

.prod .items {
	display: none;
}

.prod .items.on {
	display: block;
}

.prod .items.chara {
	padding: .4rem .5rem .3rem;
}

.prod .items.chara li {
	padding-left: .35rem;
	background: url(../images/img45.jpg) left .06rem no-repeat;
	background-size: .12rem auto;
	font-size: .24rem;
	color: #666;
	margin-bottom: .3rem;
}

.prod .items.param {
	padding: .4rem .25rem .6rem;
}

.prod .items.param td {
	line-height: .7rem;
	padding: 0 .2rem;
	border-top: 1px solid #7d7d7d;
	border-left: 1px solid #7d7d7d;
}

.prod .items.param td:nth-child(2) {
	border-right: 1px solid #7d7d7d;
	text-align: center;
}

.prod .items.param tr:last-child td {
	border-bottom: 1px solid #7d7d7d;
}

.prod .items.size {
	padding: .45rem .8rem .6rem;
	font-size: .24rem;
	color: #666;
	line-height: 1.5;
}

.prod .items.down {
	padding: .4rem .5rem .3rem;
}

.prod .items.down a {
	display: block;
	font-size: .28rem;
	color: #666;
	padding: 0 .45rem;
	background: url(../images/img45.jpg) left center no-repeat / .12rem auto, url(../images/img47.jpg) 96% center no-repeat / .27rem auto;
	margin-bottom: .35rem;
}


/* 推荐模块 */

.reco {
	padding: .6rem .45rem .5rem;
}

.reco .h2 {
	font-size: .26rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: .4rem;
}

.reco .swiper-slide {
	padding: 0 .15rem;
}

.reco .box {
	border: 1px solid #dcdcdc;
	text-align: center;
}

.reco .text {
	padding-bottom: .15rem;
}

.reco .box .img{
	margin-bottom: .15rem;
}

.reco .words {
	font-size: .24rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.reco .swiper-container {
	padding-bottom: .55rem;
}

.reco .swiper-pagination {
	bottom: 0;
}


/* 定制 */

.cust .titles {
	text-align: center;
	margin-bottom: .5rem;
}

.cust .titles .cn {
	font-size: .34rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
}

.cust .titles .en {
	font-size: .24rem;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
}

.charac {
	padding: .6rem .35rem .1rem;
	background: url(../images/img48.jpg);
}

.charac .item {
	padding: .6rem .35rem .5rem .6rem;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
	margin-bottom: .3rem;
}

.charac .item .icon {
	float: left;
	width: 1.32rem;
	margin-top: .05rem;
}

.charac .item .text {
	float: right;
	width: calc(100% - 1.32rem);
	padding-left: .6rem;
}

.charac .item .h1 {
	font-size: .26rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
}

.charac .item .icons {
	width: .4rem;
	height: .02rem;
	background: #666;
	margin-bottom: .2rem;
}

.charac .item .words {
	font-size: .24rem;
	color: #666;
	line-height: .44rem;
}

.process {
	padding: .6rem .3rem .4rem;
	background: url(../images/img55.jpg) center center no-repeat;
	background-size: cover;
}

.process .swiper-container {
	padding-bottom: .55rem;
}

.process .swiper-pagination {
	bottom: 0;
}

.process .swiper-pagination-bullet {
	width: .14rem;
	height: .14rem;
	background: #fff;
	opacity: 1;
	margin: 0 .08rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.process .swiper-pagination-bullet-active {
	background: #007aff;
}

.process .swiper-slide {
	padding: 0 .05rem;
}

.process .box {
	padding: .1rem;
	background: rgba(255, 255, 255, .6);
	font-size: 0;
	text-align: center;
}

.process .l-back {
	display: inline-block;
	vertical-align: top;
	width: .1rem;
	height: .1rem;
	background: url(../images/img56.png) center center no-repeat;
	background-size: cover;
}

.process .c-text {
	display: inline-block;
	width: calc(100% - .2rem);
	padding: .35rem 0;
}

.process .r-back {
	display: inline-block;
	vertical-align: bottom;
	width: .1rem;
	height: .1rem;
	background: url(../images/img57.png) center center no-repeat;
	background-size: cover;
}

.process .number {
	font-size: .24rem;
	color: #333;
	margin-bottom: .3rem;
}

.process .icon {
	display: inline-block;
	width: .02rem;
	height: .3rem;
	background: #666;
	margin-bottom: .3rem;
}

.process .img-icon {
	width: .33rem;
	margin: 0 auto;
	margin-bottom: .2rem;
}

.process .name {
	font-size: .24rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.process .gets {
	text-align: center;
	margin-top: .4rem;
}

.process .get {
	display: inline-block;
	width: 3rem;
	height: .7rem;
	line-height: .7rem;
	text-align: left;
	padding-left: 1.15rem;
	font-size: .22rem;
	color: #fff;
	border-radius: .1rem;
	background: #008ae5 url(../images/img61.jpg) .55rem center no-repeat;
	background-size: .42rem auto;
}

.consu {
	margin-top: .4rem;
}

.consu .top {
	padding: .55rem .25rem;
}

.consu .top .text {
	background: rgba(0, 0, 0, .9);
	padding: .6rem 1rem .5rem;
	color: #fff;
	text-align: center;
}

.consu .top .h1 {
	font-size: .26rem;
	font-weight: bold;
	margin-bottom: .4rem;
}

.consu .top .words {
	font-size: .24rem;
	line-height: .42rem;
}

.consu .item-box {
	padding: .2rem .25rem .3rem;
	background: #f6f6f6;
}

.consu .item {
	padding: .35rem .3rem .3rem .15rem;
	background: #fff;
	margin-bottom: .1rem;
}

.consu .item .icon {
	float: left;
	width: .4rem;
}

.consu .item .text {
	float: left;
	width: calc(100% - .4rem);
	padding-left: .15rem;
}

.consu .item .h1 {
	font-size: .26rem;
	color: #333;
	margin-bottom: .12rem;
}

.consu .item .words {
	font-size: .22rem;
	color: #666;
	line-height: .4rem;
}

.consus .item-box {
	padding-bottom: .7rem;
}


/* 服务 */

.serv {
	padding-bottom: .6rem;
}

.serv .titles {
	padding: 0 .35rem;
	margin: .55rem 0 .55rem;
	text-align: center;
}

.serv .titles .cn {
	font-size: .3rem;
	color: #333;
	margin-bottom: .2rem;
}

.serv .titles .icon {
	width: .3rem;
	height: 1px;
	background: #008ae5;
	margin: 0 auto;
	margin-bottom: .15rem;
}

.serv .titles .en {
	font-size: .2rem;
	color: #999;
	margin-bottom: .4rem;
	font-family: Arial, Helvetica, sans-serif;
}

.serv .titles .img-icon {
	width: .34rem;
	margin: 0 auto;
}

.serv .text {
	font-size: .24rem;
	color: #666;
	line-height: .4rem;
	text-align: center;
	margin-bottom: .5rem;
}

.serv .carousel {
	padding: .5rem .35rem .3rem;
	background: #f9f9f9;
	margin-bottom: .5rem;
}

.serv .carousel .box {
	text-align: center;
}

.serv .carousel .number {
	font-size: .28rem;
	color: #008ae5;
	font-weight: bold;
	margin-bottom: .4rem;
}

.serv .carousel .h1 {
	width: 2.4rem;
	height: .6rem;
	line-height: .6rem;
	background: #008ae5;
	font-size: .28rem;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: .2rem;
}

.serv .text .words {
	padding: 0 .35rem;
}

.serv .carousel .h2 {
	font-size: .26rem;
	color: #008ae5;
	margin-bottom: .5rem;
}

.serv .carousel .icon {
	width: .3rem;
	height: .03rem;
	background: #008ae5;
	margin: 0 auto;
}

.serv .swiper-container {
	padding-bottom: .55rem;
}

.serv .swiper-pagination {
	bottom: 0;
}

.serv .swiper-pagination-bullet {
	width: .14rem;
	height: .14rem;
	background: #fff;
	opacity: 1;
	margin: 0 .08rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.serv .swiper-pagination-bullet-active {
	background: #008ae5;
}


/* 关于 */

.abouts {
	padding: .4rem 0 0;
}

.abouts .titles {
	text-align: center;
	margin-bottom: .4rem;
}

.abouts .titles .cn {
	font-size: .34rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
}

.abouts .titles .sp_1 {
	color: #008ae5;
}

.abouts .titles .en {
	font-size: .24rem;
	color: #777;
}

.abouts .about-box .text {
	padding: 0 .25rem;
}

.abouts .about-box .img {
	margin-bottom: .4rem;
}

.abouts .about-box .words {
	padding: 0 .25rem;
	font-size: .22rem;
	color: #666;
	line-height: .44rem;
}

.quali {
	padding: .6rem .35rem .75rem;
	background: url(../images/img75.jpg) center center no-repeat;
	background-size: cover;
}

.quali .nav {
	font-size: 0;
	text-align: center;
	margin-bottom: .5rem;
}

.quali .nav a {
	display: inline-block;
	width: 2.2rem;
	line-height: .5rem;
	border-radius: .25rem;
	background: #626262;
	font-size: .24rem;
	color: #fff;
	margin: 0 .15rem;
}

.quali .nav a.on {
	background: #008ae5;
}

.quali .item {
	display: none;
}

.quali .item.on {
	display: block;
}

.quali .item .box {
	text-align: center;
	position: relative;
}

.quali .item .swiper-slide {
	transform: scale(0.78);
	transition: all .3s;
}

.quali .item .swiper-slide-active {
	transform: scale(1);
}

.quali .item .img {
	display: inline-block;
	vertical-align: middle;
}

.quali .item .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
}

.quali .item .name {
	display: inline-block;
	font-size: .24rem;
	color: #333;
	margin-top: .2rem;
	display: none;
}

.quali .swiper-slide-active .name {
	display: block;
}

.quali .swiper-slide-active .back {
	display: none;
}


/* 建议 */

.prop .slogan .text {
	padding: .3rem .25rem .5rem;
}

.prop .words {
	padding: 0 .25rem;
	font-size: .24rem;
	color: #666;
	line-height: .44rem;
}

.prop .form {
	padding: 0 .2rem;
	padding-bottom: .8rem;
}

.prop .form .d_1 {
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	font-size: 0;
	margin-bottom: .3rem;
}

.prop .form .name {
	display: inline-block;
	vertical-align: top;
	width: 1.2rem;
	line-height: .7rem;
	font-size: .24rem;
	color: #949494;
	text-align: right;
}

.prop .form .text {
	width: calc(100% - 1.2rem);
	line-height: .4rem;
	padding: 0 .1rem;
	margin-top: .15rem;
}

.prop .form .tarea {
	width: calc(100% - 1.2rem);
	line-height: .7rem;
	height: 2rem;
	padding: 0 .1rem;
}

.prop .form .sub {
	width: 100%;
	line-height: .7rem;
	font-size: .24rem;
	color: #fff;
	background: #008ae5;
	border-radius: 2px;
}


/* 联系 */

.cont {
	padding: .3rem 0 0;
}

.cont .top {
	padding: 0 .7rem;
}

.cont .text {
	margin-bottom: .4rem;
}

.cont .text .h1 {
	font-size: .26rem;
	color: #666;
	font-weight: bold;
	margin-bottom: .4rem;
}

.cont .text .icon {
	font-size: .3rem;
	color: #38a4eb;
	margin-bottom: .4rem;
}

.cont .text .words {
	font-size: .24rem;
	color: #333;
	line-height: .44rem;
}

.cont .code {
	font-size: 0;
	text-align: center;
	margin-bottom: .5rem;
}

.cont .code .icon {
	display: inline-block;
	width: 40%;
	margin-right: 20%;
}

.cont .code .icon:nth-child(2n) {
	margin-right: 0;
}

.map {
	position: relative;
	margin-bottom: .5rem;
}

.map .icon {
	position: absolute;
	bottom: -.2rem;
	right: -.3rem;
	width: .9rem;
}

.line {
	width: 95%;
	height: .04rem;
	background: #008ae5;
}

.cont .form {
	padding: .6rem .2rem .8rem;
}

.cont .form .h1 {
	font-size: .26rem;
	color: #777;
	font-weight: bold;
	margin-bottom: .3rem;
	padding-left: .5rem;
}

.cont .form .d_1 {
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	font-size: 0;
	margin-bottom: .3rem;
}

.cont .form .name {
	display: inline-block;
	vertical-align: top;
	width: .8rem;
	line-height: .7rem;
	font-size: .24rem;
	color: #949494;
	text-align: right;
}

.cont .form .text {
	width: calc(100% - 1.2rem);
	line-height: .4rem;
	padding: 0 .1rem;
	margin-bottom: 0;
	margin-top: .15rem;
}

.cont .form .tarea {
	width: calc(100% - 1.2rem);
	line-height: .7rem;
	height: 2rem;
	padding: 0 .1rem;
}

.cont .form .sub {
	width: 100%;
	line-height: .7rem;
	font-size: .24rem;
	color: #fff;
	background: #008ae5;
	border-radius: 2px;
}


/* 售后 */

.posts .titles {
	text-align: center;
	margin-bottom: .3rem;
}

.posts .titles .cn {
	font-size: .34rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
}

.posts .titles .sp_1 {
	color: #008ae5;
}

.posts .titles .en {
	font-size: .24rem;
	color: #777;
}

.prin {
	padding: .4rem .25rem 0;
}

.prin .text {
	margin-bottom: .7rem;
}

.prin .words {
	font-size: .24rem;
	color: #666;
	line-height: .44rem;
}

.types .carousel {
	padding: 0 .65rem .5rem;
	position: relative;
	margin: .7rem 0 1rem;
}

.types .box {
	padding: .5rem .6rem .9rem .5rem;
}

.types .box .top {
	margin-bottom: .4rem;
}

.types .box .top>span {
	display: inline-block;
}

.types .box .icon {
	width: .6rem;
	height: 1px;
	background: #008ae5;
	vertical-align: bottom;
	margin-right: .15rem;
}

.types .box .number {
	font-size: .24rem;
	color: #008ae5;
	margin-right: .5rem;
}

.types .box .h1 {
	font-size: .26rem;
	color: #008ae5;
}

.types .box .img-icon {
	width: .5rem;
	margin-bottom: .4rem;
}

.types .box .words {
	font-size: .24rem;
	color: #666;
	line-height: .44rem;
	height: .88rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.types .swiper-pagination {
	bottom: 0;
	left: 0;
	width: 100%;
}

.types .swiper-pagination-bullet {
	width: .14rem;
	height: .14rem;
	background: #fff;
	opacity: 1;
	margin: 0 .08rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.types .swiper-pagination-bullet-active {
	background: #008ae5;
}

.prom .carousel {
	margin-top: .6rem;
	padding-bottom: .5rem;
}

.prom .swiper-slide {
	width: 4.5rem;
	padding: .2rem;
}

.prom .box {
	position: relative;
	border-top: 1px solid #e8e8e8;
	padding-top: .25rem;
}

.prom .box .text {
	padding: .5rem .6rem;
	background: #efefef;
}

.prom .box .number {
	position: absolute;
	top: -.1rem;
	left: .6rem;
	width: .5rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	font-size: .2rem;
	color: #fff;
	font-weight: bold;
	background: #3d3d3d;
}

.prom .box .h1 {
	font-size: .26rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .15rem;
}

.prom .box .words {
	font-size: .24rem;
	color: #666;
	line-height: .44rem;
}


/* 文化 */

.culture .titles {
	text-align: center;
	margin-bottom: .4rem;
}

.culture .titles .cn {
	font-size: .34rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
}

.culture .titles .sp_1 {
	color: #008ae5;
}

.culture .titles .en {
	font-size: .24rem;
	color: #777;
}

.idea .titles {
	margin-bottom: 0;
	padding: .45rem .25rem .4rem;
	background: url(../images/img48.jpg);
}

.idea .item-box {
	padding: 0 .85rem 0 1.35rem;
	margin-bottom: .3rem;
	background: url(../images/img48.jpg);
}

.idea .item {
	padding: .3rem .35rem;
	border-bottom: 1px solid #bcbcbc;
}

.idea .item:last-child {
	border-bottom: 0;
}

.idea .icon {
	float: left;
	width: .5rem;
	margin-top: .13rem;
}

.idea .item .text {
	float: left;
	width: calc(100% - .5rem);
	padding-left: .6rem;
}

.idea .item .text .h1 {
	font-size: .26rem;
	color: #000;
	margin-bottom: .25rem;
}

.idea .text .words {
	font-size: .24rem;
	color: #6666;
}

.idea .items-box {
	padding: 0 .25rem;
	margin-bottom: .6rem;
}

.idea .items {
	margin-bottom: 2px;
}

.idea .items .h1 {
	font-size: .26rem;
	color: #333;
	line-height: .8rem;
	background: #e5e5e5;
	text-align: center;
}

.idea .items .box {
	padding: .4rem .5rem;
	background: #f6f6f6;
	display: none;
}

.idea .items.on .h1 {
	color: #fff;
	font-weight: bold;
	background: #008ae5;
}

.idea .items.on .box {
	display: block;
}

.idea .items .words {
	font-size: .22rem;
	color: #666;
	line-height: .44rem;
}

.pers-idea .item-box {
	padding: 0 .4rem .4rem;
}

.pers-idea .item {
	margin-bottom: .4rem;
}

.pers-idea .number {
	display: inline-block;
	width: 1.5rem;
	font-size: 1rem;
	color: #e5e5e5;
	font-weight: bold;
	position: relative;
	padding-right: .1rem;
}

.pers-idea .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: .26rem;
	color: #008ae5;
	font-weight: bold;
	background: #fff;
	line-height: .4rem;
}

.pers-idea .words {
	font-size: .24rem;
	color: #666;
	line-height: .44rem;
}


/* news */

.news-page {
	background: #f9f9f9;
}

.new .item-box {
	padding: .3rem .25rem .1rem;
}

.new .item {
	border: 1px solid #dcdcdc;
	margin-bottom: .5rem;
}

.new .item:nth-child(1) {
	border: 0;
	margin-bottom: .3rem;
}

.new .item .text {
	padding: .3rem .2rem;
}

.new .item:nth-child(1) .text {
	padding: .3rem 0;
}

.new .item .time {
	font-size: .24rem;
	color: #777;
	margin-bottom: .25rem;
	padding-left: .3rem;
	background: url(../images/img96.png) left center no-repeat / .23rem auto;
}

.new .item:nth-child(1) .time {
	background: none;
	padding-left: 0;
	font-size: .2rem;
}

.new .item .h1 {
	font-size: .28rem;
	color: #333;
	margin-bottom: .2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.3;
}

.new .item .words {
	font-size: .22rem;
	color: #666;
	line-height: .44rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new .more {
	display: inline-block;
	padding: 0 .25rem;
	font-size: .2rem;
	color: #fff;
	line-height: .4rem;
	background: #008ae5;
	margin-top: .2rem;
}

.new .nav-page {
	padding-left: .25rem;
	padding-right: .25rem;
}

.news-page .locat.locats {
	background: #f9f9f9;
}

.new .details {
	background: #fff;
	padding-bottom: .8rem;
}

.new .details .title {
	padding: .5rem .25rem .25rem;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: .3rem;
}

.new .details .h1 {
	font-size: .26rem;
	color: #333;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: .25rem;
}

.new .details .bot {
	font-size: 0;
}

.new .details .time {
	display: inline-block;
	font-size: .2rem;
	color: #777;
	padding-left: .3rem;
	background: url(../images/img96.png) left center no-repeat / .23rem auto;
	margin: 0 .3rem;
	line-height: 1.2;
}

.new .details .number {
	display: inline-block;
	font-size: .2rem;
	color: #777;
	padding-left: .3rem;
	background: url(../images/img97.png) left center no-repeat / .23rem auto;
	margin: 0 .3rem;
}

.new .details .text {
	padding: 0 .25rem .5rem;
}

.new .details .words {
	font-size: .2rem;
	color: #666;
	line-height: 1.6;
}
.new .details .words p img{
	display:block;
	margin:10px auto;
}
.prev-next {
	padding: 0 .25rem;
}

.prev-next .box {
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
	line-height: .9rem;
	font-size: 0;
	text-align: center;
}

.prev-next .box a {
	display: inline-block;
	font-size: .24rem;
	color: #666;
	vertical-align: top;
	width: 33.33%;
}

.prev-next .prev {
	display: inline-block;
	text-align: left;
	padding-right: .25rem;
	background: url(../images/img100.png) right center no-repeat / .15rem auto;
}

.prev-next .return {
	display: inline-block;
	padding: 0 .25rem;
	background: url(../images/img102.png) left center no-repeat / .16rem auto;
}

.prev-next .next {
	display: inline-block;
	padding-right: .25rem;
	background: url(../images/img101.png) right center no-repeat / .15rem auto;
}
