.zygn {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	background-color: #F6F6F6;
}
.container {
    max-width:1200px;
}
.wrap2 {
	margin-right: auto;
	margin-left: auto;
	max-width:1200px;
}


.module-title {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 80px;
}
.module-title span {
	color: #da251d;

	font-size: 46px;
	padding-right: 10px;
}
.module-title h2 {
	font-size: 40px;
	font-weight: bold;
	background-image: url(../images/icon/i10.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.module-title p {
	color: #666;
	font-size: 16px;
}

/*轮播图*/



.carousel {background-color: #cc0000;}
.carousel-control.left {background-image: linear-gradient(to right, rgba(216, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%) !important;}
.carousel-control.right{background-image: linear-gradient(to right, rgba(216, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%) !important;}
/*轮播图结束*/
/*公司简介*/
.aboutzd {
	padding-top: 80px;
	padding-bottom: 80px;
}

.cf{
	
	height: 95px;
	margin-top: 15px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	text-align: center;
	padding-bottom: 10px;
}
.szlf{
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
}
.szlf strong {
	font-size: 44px;
	font-weight: bold;
	color: #da251d;
	height: 50px;
	line-height: 50px;
	margin-bottom: -20px;
}
.szlf p {
    margin: 0 0 0px;
}
.szlf span {
	font-size: 12px;
	color: #333333;
}
.szlf sub {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	bottom: 0.2em !important;
	padding-left: 5px;	
}
.szlf sup {
	font-size: 16px;
	color: #333333;
	padding-right: 5px;
	top: -0.3em !important;
}


/*公司简介结束*/



/*开水壶简介*/
.testmonials {
	background-size: cover;
	padding: 5em 0;
	background-image: url(../images/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.ixuqiu {
	padding-top: 40px;
	padding-bottom: 50px;
}
.ixuqiu .ixq_item {
	margin-bottom: 20px;
	color: #fff;
}
.ixuqiu .ixq_item i {
	display: inline-block;
	float: left;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-family: 'Impact';
	text-align: center;
	background: #da251d;
	color: #fff;
	margin-right: 15px;
	font-size: 26px;
	font-style: normal;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
	-ms-transition: 0.4s all;
	border-radius: 8px;
}
.ixuqiu .ixq_item:hover i {margin-right: 20px;}
.ixuqiu .ixq_item h4 {font-size: 16px;padding-top: 1px;}
.ixuqiu .ixq_item p {
	color: #999999;
	font-size: 12px;
	padding-left: 60px;
}

.ixuqiu .client-pic {padding-top: 85px;text-align: center;}
.gallery {padding-top: 50px;}
.ixuqiu h3 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}

/*开水壶简介结束*/

/*核心价值*/


.p-about-y6 ul li {position: relative;text-align: center;}
.p-about-y6 li a {
    height: 250px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    width: 100%;
}

.p-about-y6 .ser-lan .sicon {
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	margin: 0 auto 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.p-about-y6 .ser-lan .sicon img {
	width: 70px;
	height: 70px;
	display: block;
	max-width: 100%;
  transform: translateZ(0px);
  transform: -webkit-translateZ(0px);
}

.p-about-y6 ul li:nth-child(1) a:hover .sicon {
	width: 70px;
	height: 70px;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	background-size: cover;
	background-image: url(../images/icon/i53.png);
	background-repeat: no-repeat;
}
.p-about-y6 ul li:nth-child(2) a:hover .sicon {
	width: 70px;
	height: 70px;
	transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  background: url(../images/icon/i54.png) no-repeat;
  background-size:cover ;
}

.p-about-y6 ul li a:hover .sicon img{display: none;}
.p-about-y6 .ser-lan {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 25px 25px 0 25px;
	box-sizing: border-box;
	opacity: 1;
	background-color: rgba(255,255,255,1);
	border-radius: 8px;
}

.p-about-y6 ul li:hover .ser-lan {
	background: rgba(208, 0, 37, 0.8);
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}
.p-about-y6 ul li:hover .szi b,
.p-about-y6 ul li:hover .szi p{color: #fff;}
.p-about-y6 .ser-lan .szi {display: block;}

.p-about-y6 .ser-lan .szi b {
	display: block;
	color: #000;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
}


.p-about-y6 .ser-lan .szi p {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
	font-weight: normal;
	font-style: normal;
	padding-top: 15px;
}
.p-about-y6 .ser-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-radius:10px ;
}
.p-about-y6 .ser-img img{
	width: 100%;
	height: 100%;
	display: block;
}

/*核心价值*/

/*5大服务*/

.card-area{
	height: 560px;/* width:1140px; */
	position: relative;
	list-style-type: none;
	overflow: hidden;
	margin-top: 30px !important;
	margin-bottom: 60px !important;
}
.card-area .bg-e8e8e8{background:#e8e8e8}
.card-area .bg-e1e1e1{background:#e1e1e1}
.card-area .card-item{border-radius:4px;z-index:4;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;position:relative;float:left;width:15%;height:521px;background-color:transparent}
.card-area .card-item+.card-item{margin-left:-1px}
.card-area .card-item .card{border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;width:100%;height:100%;text-align:center;background:#fff}
.card-area .card-item .card .card-content{width:100%;line-height:2}
.card-area .card-item .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));line-height:2}
.card-area .card-item .card .card-content.content-second li{float:left;width:50%}
.card-area .card-item .card .card-content,.card-area .card-item .card .card-title{position:absolute;left:0;right:0;z-index:1}
.card-area .card-item .card .card-title{padding-top:1px;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;height:145px;line-height:26px;font-size:14px;top:0;background:#333;border-left:1px solid #ccc}
.card-area .card-item .card .card-title .content{position:absolute;top:15px;width:100%}
.card-area .card-item .card .card-title h1{font-size:20px;font-weight:700;color:#fff;margin-bottom:0}
.card-area .card-item .card .card-title .short-info{color:#f1f1f1;font-size:12px;margin-top:0;margin-top:5px}
.card-area .card-item .card .card-title .zq-product-img{width:40px;height:40px;margin:10px auto;position:relative}
.card-area .card-item .card .card-title .zq-product-img img{position:absolute;left:0;width:100%}
.card-area .card-item .card .card-title .zq-product-img .un-hover{z-index:1;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-title .zq-product-img .with-hover{z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item .card .card-title .short-info,.card-area .card-item .card .card-title .zq-product-img img,.card-area .card-item .card .card-title h1{transition:all .15s cubic-bezier(.4,0,.2,1) 0s}
.card-area .card-item .card .card-content{height:376px;position:absolute;top:145px}
.card-area .card-item .card .card-content.content-first .content-first-list{
	width: 80%;
	font-size: 14px;
	color: #666666;
	margin-top: 37px;
	padding: 0;
	list-style-type: none;
	margin-left: 15px;
	line-height: 20px;
	text-align: left;
}
.card-area .card-item .card .card-content.content-first .content-first-list p{
	
}
.card-area .card-item .card .card-content.content-second{width:90%;left:25px;font-size:14px;color:#a9b0b4;text-align:left;padding-top:26px}
.card-area .card-item .card .card-content.content-second .main-head{color:#e32929;font-size:18px;line-height:28px;margin-bottom:10px}
.card-area .card-item .card .card-content.content-second p{margin:5px 0}
.card-area .card-item .card .card-content.content-second .main-tip{color:#232933;font-size:14px}
.card-area .card-item .card .card-content.content-second .main-desc{color:#8c8c8c;font-size:14px;line-height:22px;height:150px}
.card-area .card-item .card .card-content.content-second .main-btn{cursor:pointer;width:160px;height:38px;font-size:16px!important;color:#fff;margin-top:22px;margin-bottom:33px;border-radius:19px;background:#e32929;border:none;transition:color .3s ease-in-out,background .3s ease-in-out}
.card-area .card-item .card .card-content.content-second .main-btn:hover{color:#fff;background:#1b77b9}
.card-area .card-item .card .card-content.content-second .main-white-btn{cursor:pointer;width:160px;height:36px;border:1px solid #e32929;font-size:16px!important;color:#e32929;margin-top:22px;margin-bottom:33px;border-radius:20px;background:#fff;transition:color .3s ease-in-out,background .3s ease-in-out;display:block;margin:50px auto 0 auto}
.card-area .card-item .card .card-content.content-second .main-white-btn:hover{color:#fff;background:#e32929}
.card-area .card-item .card .card-content.content-second .main-white-btn:active{outline:0;text-decoration:none}
.card-area .card-item .card .card-content .other-info{width:105%;height:70px;overflow:hidden;line-height:22px;padding-top:20px;font-size:12px}
.card-area .card-item .card .card-content .other-info .other-info-list{width:27%;height:70px;background:#f2f2f2;margin-right:25px;padding:0 0 0 10px;position:relative}
.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow{position:absolute;right:10px;top:15px;background-position:-200px 0}
.card-area .card-item .card .card-content .other-info .other-info-list:hover{background:#e32929}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow{background-position:-200px -17px}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc,.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head{color:#fff}
.card-area .card-item .card .card-content .other-info .other-info-list .list-context{color:#00c1de}
.card-area .card-item .card .card-content .other-info .other-head{font-size:16px;font-weight:400;color:#000;margin:13px 0 0 0}
.card-area .card-item .card .card-content .other-info .other-desc{margin-top:2px;font-size:12px;color:#999}
.card-area .card-item.active{z-index:6;box-shadow:0 0 30px rgba(0,0,0,.2);width:40%;height:535px}
.card-area .card-item.active .card .card-title{background-color:#e32929;height:145px;border:none}
.card-area .card-item.active .card .card-title .short-info{color:#f1f1f1}
.card-area .card-item.active .card .card-title h1{color:#fff}
.card-area .card-item.active .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item.active .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}


/*5大服务*/



/*5壶社交*/
#core_technology .container .description p {color: #7c7c7c;margin-bottom: 6px;}
#core_technology {padding-bottom: 50px;}
#core_technology .big_title {margin-top: 30px;}
#core_technology .container .description {margin-top: 20px;}

#core_technology .container .panel_wrapper {height: 270px;margin-top: 30px;}
#core_technology .container .panel_wrapper li {
	height: 100%;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	margin-top: 12px;
}

#core_technology .container .panel_wrapper li .panel_effect {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 10px;
	width: 95%;

}

#core_technology .container .panel_wrapper li .panel_effect.shadow {
    -webkit-box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.15);
}

#core_technology .container .panel_wrapper li .panel_effect.background {
    background: #263451;
    width: 95%;
    height: 100%;
}

#core_technology .container .panel_wrapper li:hover .circle {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#core_technology .container .panel_wrapper li:hover .content p {
    background: rgba(49, 127, 203, 0.96);
    margin: 0px -12px;
    padding: 8px 28px;
    border-radius: 6px;
}

#core_technology .container .panel_wrapper li .content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

#core_technology .container .panel_wrapper li .content .icon {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#core_technology .container .panel_wrapper li .content .title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
}
#core_technology .container .panel_wrapper li .content h4 {margin-top: 0px;}

#core_technology .container .panel_wrapper li .content p {
    font-size: 14px;
    padding: 8px 16px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    line-height: 1.6;   
}

#core_technology .container .panel_wrapper li .circle {
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    background: -webkit-gradient(linear, left bottom, left top, from(#21b9e2), to(#28e5ab));
    background: -webkit-linear-gradient(bottom, #21b9e2 0%, #28e5ab 100%);
    background: -o-linear-gradient(bottom, #21b9e2 0%, #28e5ab 100%);
    background: linear-gradient(0deg, #21b9e2 0%, #28e5ab 100%);
    border-radius: 50%;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: -16px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
}

#core_technology .container .panel_wrapper li .circle .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 1px;
}



/*5壶社交*/

/*新闻*/
.news{
	width: 100%;
	background: #f0f0f0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
} 
.news h3{
	width: 80px;
	display: block;
	border-left: 2px solid #F00;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	text-align: right;
	overflow: hidden;
	margin-bottom: 16px;
	font-weight: bold;
}
.news .con{ padding-top:30px; overflow:hidden;}
.news li{ width:517px; background:#FFF; height:70px; margin-top:10px; position:relative;}
.news li span{ width:70px; float:left;height:70px; background:#333; display:block; color:#fff; overflow:hidden;text-align:center; }
.news li span b{ display:block; width:70px; font-size:36px; margin-top:8px; line-height:36px; height:36px;}
.news li strong{ width:407px; display:block; float:left; padding:10px 20px 0; font-size:14px}
.news li p{
	width: 407px;
	float: left;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.news li.cur{ background:#e70012; color:#fff;} 
.news li.cur span{background:#e70012;}
.news li.cur em{ border-right:1.5px solid #FFF; height:48px; float:right; position:absolute; top:14px; left:70px;}
.news li.cur a{ color:#FFF} 
/*新闻&流程结束*/


.index-technology{
	position: relative;
	text-align: center;
	margin-top: 100px;
}
.index-technology .ring{position:relative;z-index:1;display:inline-block;padding:74px;font-size:0;border-radius:50%;background-color:#F6F6F6}
.index-technology .ring span{display:inline-block;padding:73px;border-radius:50%;border:18px solid #feac88;background-color:#feceb8}
.index-technology .ring i{display:inline-block;width:136px;height:136px;border-radius:50%;background:#e94800 url(../images/icon/i21.png) no-repeat center;background-size:100% 100%}
.index-technology .ring b{animation:ringRotate 30s linear infinite;position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/icon/i22.png) no-repeat center}
@keyframes ringRotate{0%{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.index-technology ul{position:absolute;top:0;left:0;width:100%}
.index-technology ul li{position:absolute;width:280px;height:56px}
.index-technology ul li:nth-child(1){top:0;left:75px}
.index-technology ul li:nth-child(2){top:0;right:75px}
.index-technology ul li:nth-child(3){top:140px;left:0}
.index-technology ul li:nth-child(4){top:140px;right:0}
.index-technology ul li:nth-child(5){top:280px;left:0}
.index-technology ul li:nth-child(6){top:280px;right:0}
.index-technology ul li:nth-child(7){top:420px;left:75px}
.index-technology ul li:nth-child(8){top:420px;right:75px}
.index-technology ul li a{display:block;width:100%;height:100%}
.index-technology ul li div{position:absolute;left:0;top:0;width:48px;height:56px;background:url(../images/icon/i23.png) no-repeat center}
.index-technology ul li div i{display:block;width:100%;height:100%;text-indent:-9999em;background-repeat:no-repeat;background-position:center;overflow:hidden}
.index-technology ul li:nth-child(1) div i{background-image:url(../images/icon/i31.png)}
.index-technology ul li:nth-child(2) div i{background-image:url(../images/icon/i32.png)}
.index-technology ul li:nth-child(3) div i{background-image:url(../images/icon/i33.png)}
.index-technology ul li:nth-child(4) div i{background-image:url(../images/icon/i34.png)}
.index-technology ul li:nth-child(5) div i{background-image:url(../images/icon/i35.png)}
.index-technology ul li:nth-child(6) div i{background-image:url(../images/icon/i36.png)}
.index-technology ul li:nth-child(7) div i{background-image:url(../images/icon/i37.png)}
.index-technology ul li:nth-child(8) div i{background-image:url(../images/icon/i38.png)}
.index-technology ul li span{position:relative;float:right;display:block;width:224px;padding:0 12px 12px;font-size:18px;line-height:1}
.index-technology ul li span:after,.index-technology ul li span:before{content:"";position:absolute}
.index-technology ul li span:before{left:0;bottom:0;width:100%;height:2px;background-color:#e3e3e8}
.index-technology ul li span:after{right:0;bottom:-4px;width:10px;height:10px;border-radius:50%;background-color:#ff3333}
.index-technology ul li:nth-child(2n) div{left:auto;right:0}
.index-technology ul li:nth-child(2n) span{float:left;}
.index-technology ul li:nth-child(2n) span:after{right:auto;left:0}
@media (max-width:1100px){.index-technology{padding:82px 0}
.index-technology .ring{padding:30px}
.index-technology .ring span{padding:30px;border:2px solid #feac88}
.index-technology .ring i{width:70px;height:70px}
.index-technology .ring b{background-size:cover}
.index-technology ul li:nth-child(1){top:0;left:50px}
.index-technology ul li:nth-child(2){top:0;right:50px}
.index-technology ul li:nth-child(3){top:100px;left:0}
.index-technology ul li:nth-child(4){top:100px;right:0}
.index-technology ul li:nth-child(5){top:200px;left:0}
.index-technology ul li:nth-child(6){top:200px;right:0}
.index-technology ul li:nth-child(7){top:300px;left:50px}
.index-technology ul li:nth-child(8){top:300px;right:50px}

}

@media (max-width:767px){.index-technology{padding:60px 0}
.index-technology .ring{padding:15px}
.index-technology .ring span{padding:15px;border:2px solid #feac88}
.index-technology .ring i{width:30px;height:30px}
.index-technology .ring b{background-size:cover}
.index-technology ul li{width:110px;height:30px}
.index-technology ul li:nth-child(1){top:0;left:40px}
.index-technology ul li:nth-child(2){top:0;right:40px}
.index-technology ul li:nth-child(3){top:60px;left:0}
.index-technology ul li:nth-child(4){top:60px;right:0}
.index-technology ul li:nth-child(5){top:120px;left:0}
.index-technology ul li:nth-child(6){top:120px;right:0}
.index-technology ul li:nth-child(7){top:180px;left:40px}
.index-technology ul li:nth-child(8){top:180px;right:40px}
.index-technology ul li div{width:30px;height:30px;background-size:auto 100%}
.index-technology ul li div i{background-size:50% 50%}
.index-technology ul li span{box-sizing:border-box;width:calc(100% - 30px);padding:0 5px 5px;font-size:12px}
.index-technology ul li span:before{height:1px}
.index-technology ul li span:after{bottom:-2px;width:5px;height:5px}

.module-title {margin-bottom: 0px;margin-top: 50px;}
.module-title span {font-size: 30px;}
.module-title h2 {
	font-size: 22px;
	font-weight: bold ;
	padding-right: 0px !important;
	background-image: url(../images/icon/i11.png);
}
.module-title p {font-size: 12px ;}
.index-technology{margin-top: 50px;}
.zygn {padding-top: 30px;padding-bottom: 30px;}
#core_technology .container .panel_wrapper {margin-top: 10px;}

.news li{width: 100%;}
.news li strong{
	font-size: 14px;
	width: 75%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 70px;
}

.news li p{visibility: hidden;
    width: 0px;
    float: left;
    font-size: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;

}

.card-area .card-item .card .card-title h1 {font-size: 14px;}
.card-area .card-item .card .card-content{visibility: hidden;height: 10px;}
.card-area .card-item.active {height: 150px;box-shadow: none;width: 28%;}
.card-area .card-item {width: 18%; height: 150px;}
.card-area { height: 160px;margin-bottom: 10px !important;margin-top: 30px !important;}
.card-area .card-item.active .card .card-title {height: 125px;}
.card-area .card-item .card .card-title {height: 125px;}


.p-about-y6 ul li {margin-top: 15px;}
.p-about-y6 .ser-lan .szi p {padding-top: 5px;}
.p-about-y6 .ser-lan .sicon {margin: 0 auto 10px;}

.p-about-y6 .ser-lan {padding: 15px 15px 0 15px;}
.ixuqiu h3 {font-size: 22px;}
.ixuqiu .ixq_item p {line-height: 16px;}
.ixuqiu .client-pic {padding-top: 40px;}
.gallery {padding-top: 20px;}

.abouttile {
	font-size: 24px !important;
	margin-top: 15px !important;
	background-image: none !important;
	text-align: center;
	padding-left: 0px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.abouttile2 {font-size: 18px;padding-left: 25px;
padding-bottom: 5px;
    margin-top: 15px;
	background-image: none !important;
	text-align: center;
	padding-left: 0px !important;
}
.aboutcon2 {
	padding-left: 130px;
	font-size: 16px !important;
	line-height: 22px !important;
	padding-top: 7px;
}
.aboutr {padding-left: 0px !important; margin-top:-60px !important;}
.aboutcon {font-size: 14px !important;}
.szlf strong {font-size: 16px;height: 50px;line-height: 50px;}
.szlf {height: 80px;}
.szlf sub {font-size: 14px;bottom: 0.1em !important;padding-left: 3px;}
.szlf sup {font-size: 10px !important;padding-right: 3px; top: -0.2em !important;}
.szlf span {
	line-height: -10px !important;
	height: 20px !important;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 10px !important;
}
.szlf p {height: 34px;}
.banner2 img {max-width: 200% !important;text-align: center;margin-left: -50%;	}
.aboutzd {padding-top: 15px;padding-bottom: 50px;}
.list11 {padding-left: 100px !important;padding-top: 30px;padding-bottom: 15px;}
.list12 {padding-left: 30px !important;}
.footlist2{padding-top: 20px;}
.copright {font-size: 12px !important;}
.banner {margin-top: 50px !important;}
.aboutimg {visibility: hidden !important;height: 0px !important;}
.aboutimg img{visibility: hidden !important;}



.wrap3 {margin-top: 50px !important;height: 200px !important;}
.wrap3 h2 {font-size: 26px !important;padding-top: 70px !important;letter-spacing: 0.2em !important;}
.wrap3 p {font-size: 10px !important;letter-spacing: 0em !important;}
.about2r h3 {
	font-size: 24px !important;
	text-align: center;
	padding-top: 0px !important;
}

.wrap4 {padding-bottom: 30px !important;padding-top: 10px !important;}
.about2r h4 {
    font-size: 14px !important;
	text-align: center;
    line-height: 20px !important;
    padding-top: 0px !important;
}
.wrap4 p {line-height: 26px !important;}
.qyln h2 {font-size: 24px !important;}
.qyln {margin-top: 30px !important;}
.qyln p {font-size: 16px !important;}
.qyyj {padding-top: 20px !important;padding-bottom: 60px;}
.row .col-md-4 {padding-bottom: 25px !important;}
.wrap5 {padding-top: 20px !important;}
.k1,.k2{height: 40px !important;}
.title2 {font-size: 26px !important;}
.ying1 {font-size: 14px !important;}
.jiantou {padding-top: 0px !important;padding-bottom: 40px;}
.ying1 {padding-bottom: 30px !important;}
.fangan1 {font-size: 12px !important;border-radius: 10px !important;}
.faimg1 img {margin-top: 35px !important;}
.fa2 {
    font-size: 12px !important;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 25px !important;
    margin-bottom: 40px !important;
}
.box2 {
	padding-top: 15px !important;
	padding-bottom: 25px !important;
}

.box2 h3 {font-size: 24px !important;margin-top: 0px !important;}
.box2 h2 { margin-top: 30px !important;font-size: 24px !important;}
.box2 span {padding-bottom: 45px !important;}
.newItem .pic {width: 110px !important;height: 68px !important;}
.newItem {height: 88px !important;padding: 10px !important;margin-top: 15px !important;}
.list3r {padding-left: 126px !important;}
.newItem h1 {font-size: 16px !important;margin-bottom: 6px !important;}
.newItem .txt {height: 14px !important;line-height: 14px !important;font-size:12px !important;-webkit-line-clamp: 1 !important;}
.list3r .date {font-size: 10px !important;}
.box5 {margin-bottom: 30px !important;}
.navbar2 {max-width: 300px !important;padding-bottom: 0px !important;}
.fawrap2 {padding-top: 5px !important;}
.wrap6 {margin-top: 0px !important;}
.arcnav { padding-left: 20px !important;}
.arccont {
    padding-top: 30px !important;
    padding-bottom: 50px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.arctile h1 {font-size: 20px !important;}



}

@media (min-width: 1200px){
.container {width: 1200px !important;}

}


@media (min-width: 768px){
	
#core_technology .container {width: 95%;}

	
	}
	
	
	
	
	
	.module-title2 h2 {
	text-align: center;
	background-image: url(../images/titbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
.wrap1 {
	background-color: #f0f0f0;
	height: auto;
	width: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.abouttile {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/icon/i01.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;

}
.abouttile2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/icon/i01.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 15px;
}
.aboutcon {
	font-size: 14px;
	color: #515050;
}
.aboutr {
	padding-left: 30px;
}
.aboutcon2 {
	background-image: url(../images/icon/img122.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 130px;
	line-height: 53px;
	color: #333;
	height: 53px;
	font-size: 18px;
}
.footerwrap {
	background-color: #17191f;
	height: auto;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer {
	padding-top: 60px;
	color: #CCC;
	font-size: 14px;
	padding-bottom: 50px;
}
.foottile1 {
	font-size: 18px;
	color: #cccccc;
	background-image: url(../images/icon/i02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;

}
.foottile2 {
	font-size: 18px;
	color: #cccccc;
	background-image: url(../images/icon/i5.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;

}
.footlist1 {
	padding-left: 82px;
	background-image: url(../images/icon/i3.png);
	background-repeat: no-repeat;
	background-position: 40px top;
		margin-top: 15px;
}
.footlist1 li {
	line-height: 38px;
	height: 38px;
}
.footlist1 a {
	font-size: 14px;
	color: #FFF;
}
.foottile2 strong {
	font-size: 26px;
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-bottom: -20px;
	position: absolute;
	top: -7px;
}
.fwsj {
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.footkf {
	padding-left: 30px;
	padding-top: 25px;
}
.footlist2 {
	text-align: center;
}
.footlist2 p {
	padding-top: 10px;
}
.footlist3 {
	background-image: url(../images/icon/i6.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	text-align: center;
	font-size: 18px;
	line-height: 120px;
	color: #FFF;
}
.copright {
	line-height: 64px;
	color: #999999;
	height: 64px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3a3e49;
	font-size: 14px;
}
.copright a {color: #999999;}
.footerwrap a:hover {color: #FF9900;}
.banner {margin-top: 90px;}
.wrap3 {
	padding: 0px;
	margin-top: 94px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 460px;
	color: #FFF;
	text-align: center;
}
.wrap3_2 {background-image: url(../images/banner12.jpg);}
.wrap3_1 {background-image: url(../images/banner11.jpg);}
.wrap3_3 {background-image: url(../images/banner13.jpg);}
.wrap3_4 {background-image: url(../images/banner14.jpg);}
.wrap3_5 {background-image: url(../images/banner14.jpg);}
.wrap3_6 {background-image: url(../images/banner16.jpg);}
.wrap3_7 {background-image: url(../images/banner17.jpg);}
.wrap3_8 {background-image: url(../images/banner18.jpg);}
.wrap3_9 {background-image: url(../images/banner19.jpg);}
.wrap3 h2 {
	font-size: 46px;
	font-weight: bold;
	padding-top: 180px;
	letter-spacing: 0.3em;
}
.wrap3 p {font-size: 16px;letter-spacing: 0.2em;}
.wrap4 {
	background-color: #f6f6f6;
	background-image: url(../images/bg11.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.wrap4 p {
	text-indent: 2em;
	line-height: 30px;
	padding-top: 20px;
}
.about2r h4 {
	font-size: 20px;
	line-height: 30px;
	color: #666;
	padding-top: 10px;
}
.about2r h3 {font-size: 36px;font-weight: bold;	}
.about2r img {margin-top: 25px;}
.qyln{ margin-top:60px;}
.qyln h2 {font-size: 36px;font-weight: bold;}
.qyln p {font-size: 18px;}
.qyyj {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.qyyj h3 {
	font-size: 30px;
	font-weight: bold;
}
.qyyj span {
	font-size: 16px;
	color: #999;
}
.qyyj p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.row .col-md-4 {
	padding-top: 20px;
}
.map {margin-top: 15px;}
.wrap5 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.wrap5 h3 {
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-bottom: 30px;
	padding-bottom: 20px;
	width: 90%;
}
.banquan {
	text-align: center;
	font-size: 12px;
	color: #666;
}
.title2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	
}
.ying1 {
	font-size: 16px;
	color: #666666;
	text-align: center;
	padding-bottom: 35px;
}
.qdhz img { max-width:100px;
}
.qdhz p {
	text-align: center;
	text-indent: 0em;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}
.jiantou {
	padding-top: 35px;
}
.fangan1 {
	font-size: 20px;
	text-align: center;
	border-radius: 30px;
	border: 2px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 850px;
	margin: auto;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.faimg1 img {
	margin-top: 70px;
}
.faimg1 {
	text-align: center;
	margin-top: 20px;
}
.k2 {
	height: 60px;
}
.fa2 {
	font-size: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 50px;
	color: #000;
	background-color: #f6f6f6;
	border-radius: 10px;
	margin-bottom: 50px;
}
.fawrap2 {
	background-color: #f6f6f6;
	padding-top: 40px;
}
.box2 strong {
	font-size: 48px;
	font-weight: bold;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
.box2 h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
}
.box2 p {
	color: #666;
	padding-left: 5px;
}
.box2 {
	padding-top: 30px;
	padding-bottom: 50px;
}
.box2 h4 {
	font-weight: bold;
	color: #666;
}
.box2 h2 {
	font-weight: bold;
	margin-top: 130px;
	background-image: url(../images/icon/i01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 36px;
}

.title3 h2 {
	font-size: 32px;
	text-align: center;

}
.title3 h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background: #e81212;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.title3 {
	padding-top: 30px;
}
.box3 h3 {
	font-size: 24px;
	padding-left: 5px;
	padding-bottom: 20px;
	padding-top: 30px;
}
.box3 p {
	font-size: 16px;
	line-height: 30px;

}
.box3 .aniu1 {
	background-color: #C00;
	color: #FFF;
	border-color: #C00;
}
.box3 .aniu2 {
	background-color: #FFF;
	color: #C00;
	border-color: #999;
	margin-left: 20px;
}

.download {
	margin-top: 20px;
}

.download .btn{
	margin-top: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	width: 40%;
}
.yuan1{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #06C;
	height: 80px;
	width: 80px;
	font-size: 34px;
	line-height: 80px;
	text-align: center;
	border-radius: 40px;
	margin: auto;
	padding: 0px;
	font-weight: bold;
}
.lanse{background-color: #06C;}
.jinse{background-color: #F90;}
.huilanse{background-color: #099;}
.lvse{
	background-color: #090;
}
.box4 p {
	margin-top: 20px;
	color: #333;
}
.box4 h2 {
	font-weight: bold;
}
.box4 p strong {
	padding-top: 5px;
	padding-bottom: 30px;
}
.box4 {
	padding-top: 60px;
	padding-bottom: 60px;
}

/*list*/
.newItem {
	height: 166px;
	padding: 15px;
	background-color: #FFF;
	margin-top: 25px;
}
.newItem .pic {
	float: left;
	width: 220px;
	height: 136px;
	border-radius: 0;
	overflow: hidden;
}
.list3r {
	padding-left: 250px;
}


.newItem h1 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-height: 24px;
	margin-top: 4px;
}
.newItem h1 a {color: #3c3c3c;}
.newItem h1 a:hover {color: #CC0000;}

.newItem .pic a img, .newItem .pic a:hover img {
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.newItem .pic a img {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
}
.newItem .pic a:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2);
}
.newItem .txt {
    height: 57px;
    line-height: 20px;
    color: #999;
	font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.list3r .date {
	font-size: 14px;
	color: #999;
}
.date u {
	padding-right: 10px;
	padding-left: 10px;
}
.box5 a:hover {
	background-color: #C00;
	color: #FFF;
	border-color: #FFF;
}
.box5 .btn {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;


}

.box5 {
	max-width: 460px;
	margin: auto;
	padding: 0px;

}
.navbar2 {
	max-width: 500px;
	margin: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.arccont img {
	max-width: 100%;
	height: auto;
margin-left: auto;
  margin-right: auto;
display: block;
}
.arctile h1 {
	font-size: 26px;
	text-align: center;
}
.arczuozhe {
	font-size: 14px;
	color: #818181;
	text-align: center;
}
.arccont {
	padding-top: 30px;
	padding-bottom: 50px;
	padding-right: 60px;
	padding-left: 60px;
}
.wrap6 {
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 50px;
	margin-top: -20px;

}
.arcnav a {
	font-size: 14px;
	color: #666;
}
.arcnav {
	padding-left: 60px;
	margin-top: -20px;
}
.footlist2 img{width: 98px;}