/* 引入思源黑体 */

@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url("../fonts/SourceHanSansCN-Normal.eot")/*tpa=http://www.inno-inno.com/innokic/static/fonts/SourceHanSansCN-Normal.eot*/;

src:
url("../fonts/SourceHanSansCN-Normal.eot")/*tpa=http://www.inno-inno.com/innokic/static/fonts/SourceHanSansCN-Normal.eot*/,


url("../fonts/SourceHanSansCN-Normal.woff2")/*tpa=http://www.inno-inno.com/innokic/static/fonts/SourceHanSansCN-Normal.woff2*/ format('woff2'),
		url("../fonts/SourceHanSansCN-Normal.woff")/*tpa=http://www.inno-inno.com/innokic/static/fonts/SourceHanSansCN-Normal.woff*/ format('woff'),
		url("../fonts/SourceHanSansCN-Normal.ttf")/*tpa=http://www.inno-inno.com/innokic/static/fonts/SourceHanSansCN-Normal.ttf*/ format('truetype'),
		url("../fonts/SourceHanSansCN-Normal.svg")/*tpa=http://www.inno-inno.com/innokic/static/fonts/SourceHanSansCN-Normal.svg*/ format('svg'),
		url("../fonts/SourceHanSansCN-Normal.css")/*tpa=http://www.inno-inno.com/innokic/static/fonts/SourceHanSansCN-Normal.css*/;
	font-weight: normal;
	font-style: normal;
}
/* checkbox */
.checkbox_wrap1{
    color: #000;
    font-size: 1em;
    display: inline-flex;
    align-items: center;
}
.checkbox_wrap1 input[type=checkbox]{
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #000;
    border-radius: .2em;
    display: block;
    margin: 0;
    margin-right: .5em;
    outline: none;
    position: relative;
}
.checkbox_wrap1 input[type=checkbox]::after{
    position: absolute;
    content: "";
    width: 70%;
    height: 40%;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%) rotate(-45deg);
    display: none;
}
.checkbox_wrap1 input[type=checkbox]:checked::after{
    display: block;
}
.checkbox_wrap1 p{
    margin: 0;
}
.checkbox_wrap1 a{
    color: #000;
    text-decoration: underline;
}
/* checkbox end */

html,
body {
	width: 100%;
	overflow-x: hidden;
	color: #57464e;
}

body {
	font-family: 'SourceHanSansCN-Normal';
	padding-bottom: 120px;
}


a {
	text-decoration: none;
	color: #333;
}
/* 去掉input:type=number时的箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
	}


/*去掉mac safari浏览器input右边的小图标/小按钮*/

input:focus::-webkit-contacts-auto-fill-button {
	opacity: 0;
}

input {
	-webkit-appearance: none;
}

::-moz-placeholder {
	color: #666;
}

::-webkit-input-placeholder {
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

.bg-w {
	background: #fff;
}

.bg-g {
	background: #F1F2F6;
}

.common {
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

.common-np {
	width: 80%;
	position: absolute;
	top: 0;
	left: 60px;
	right: 0;
	margin: 0 auto;
	padding: 0px;
	z-index: 100;
}







/* 联系我们 */

.ft-contact {
	padding: 10px 0px;
}

.ft-contact-item {
	position: relative;
	margin-bottom: 15px;
	font-size: 1.8em;
}

.ft-contact_icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 14px;
	height: 14px;
	margin: auto 0;
	background: #fff;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #AAAAAA;
}

.ft-contact_icon img {
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.ft-contact-item input {
	width: 100%;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 0.6em;
}

.ft-contact-btn {
	background: #FF4C4D;
	color: #fff;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
	text-align: center;
	padding: 0.6em;
	cursor: pointer;
	font-size: 1.11em;
}

.ft-get {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	justify-content: space-between;
}

.ft-get-btn {
	position: relative;
	border: 1px solid #FF4C4D;
	text-align: center;
	cursor: pointer;
	color: #FF4C4D;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
	line-height: 2.25em;
}

.ft-get-btn-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.ft-get-btn,
.ft-get input {
	width: 49%;
}

.title-side {
	position: relative;
}

.title-side:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
	width: 50px;
	height: 2px;
	background: #FF4C4D;
}







/*底部样式*/

.footer {
	font-size: 1.6em;
}

.footer-hd {
	width: 100%;
	padding: 0.5em 0px;
	background: #27282A;
	color: #fff;
}

.footer-hd-box {
	height: 10.625em;
	position: relative;
}

.footer-ft {
	width: 100%;
	height: 9.375em;
	line-height: 9.375em;
	color: #4c4e51;
	background: #fff;
}

.footer-ft-box {
	position: relative;
}

.footer-hd-l {
	position: absolute;
	left: 0;
	line-height: 1.8em;
}

.footer-hd-r {
	position: absolute;
	right: 0;
}

.footer-logo {
	width: 3.75em;
	margin-bottom: 10px;
}

.footer-qrcode {
	display: block;
	margin: 0 auto;
	width: 5.25em;
	height: 5.25em;
	margin-bottom: 10px;
}

.footer-img {
	width: 4.75em;
	/* height: 4.75em; */
	margin-right: 10px;
}


.footer-ft-con,
.footer-ft-txt {
	display: inline-block;
	vertical-align: middle;
	color: #4c4e51;
	font-size: 1em;
}

.footer-ft-con {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.footer-ft-txt {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: right;
}







/* --- */

.rexian {
	color: #fff;
	position: absolute;
	top: 0.8em;
	z-index: 100;
	right: 6.78%;
	text-shadow: 3px 3px 6px #000;
	font-size: 2em;
}

.rexian img {
	width: 15px;
	margin-right: 6px;
}

.rexian span {
	font-size: 1.2em;
}

.logo {
	width: 18%;
	min-width: 8em;
}







/* 重置swiper样式 */

.swiper-button-disabled {
	display: none;
}

.swiper-pagination-bullet {
	width: 3.56em;
	height: 0.3em;
	background: #ACABA8;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 4px;
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	background: #FF4C4D;
}

.swiper-box {
	position: relative;
}

.button-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 20px;
	top: 0;
	bottom: 0px;
	margin: auto 0;
	z-index: 100;
}

.button-next {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 20px;
	top: 0;
	bottom: 0px;
	margin: auto 0;
	z-index: 100;
}

.button-prev img,
.button-next img {
	width: 100%;
}






/* 标题 */

.title {
	display: inline-block;
	color: #372e32;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 3.2em;
	font-weight: bold;
}

.intro {
	font-size: 2.4em;
}

.more-txt {
	color: #ff4c4c;
	font-size: 2.4em;
	font-weight: bold;
}

.title-des {
	color: #372e32;
	font-size: 2.4em;
	margin-bottom: 20px;
}







/* 产品分类 */

.product-item {
	position: relative;
	background: #fff;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 10px;
	/*behavior: url(pie.htc);*/
	-moz-box-shadow: 0 2px 10px #ddd;
	-webkit-box-shadow: 0 2px 10px #ddd;
	box-shadow: 0 2px 10px #ddd;
}

.product-img {
	width: 100%;
	overflow: hidden;
}

.des-con {
	padding: 12px 20px;
}

.des-con-box {
	height: 0;
	padding-bottom: 22%;
}

.des-tit {
	margin-top: 5px;
	margin-bottom: 5px;
}

.des-tit-m {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
}

.des-txt {
	font-size: 1.8em;
	height: 2em;
}

.txt-num {
	font-weight: bold;
	font-size: 2.4em;
	color: #ff4e4d;
	margin-right: 6px;
	font-weight: bold;
}

.txt-price {
	color: #ff4e4d;
	font-weight: bold;
}

.txt-num-ex {
	font-size: 0.8em;
}

.txt-unit {
	font-size: 1.4em;
	color: #999999;
}

.des-txt {
	margin-bottom: 10px;
}

.des-text {
	font-size: 1.8em;
	margin-top: 1.25em;
	/* height: 2.5em; */
}

.des-btn {
	width: 96%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 10px;
	background: #ff4c4c;
	color: #fff;
	text-align: center;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
	cursor: pointer;
	display: block;
	padding: 6px 0;
	font-size: 2em;
	font-weight: bold;
}

.product-des-box {
	position: relative;
	background: #fff;
	padding: 15px 20px;
}

.product-logo {
	width: 18%;
	display: inline-block;
	vertical-align: middle;
}

.product-des {
	position: absolute;
	right: 20px;
	height: 2.5em;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	font-size: 1.6em;
}







/* ---   */


/* 首页social */

.social-img {
	width: 100%;
	position: relative;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
}

.social-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5.375em;
	font-size: 2.2em;
	background: rgba(0, 0, 0, .4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	color: #fff;
	text-align: center;
	font-weight: bold;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 0px 0px 10px 10px;
}

.social-name-txt {
	width: 94%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.social-name-txt p {
	margin: 0;
	padding: 0;
}





/* --- */


/* 首页community */

.community-item {
	/* height: 16.4em; */
	height: 0;
	padding-bottom: 13%;
	text-align: center;
	margin-top: 20px;
}

.community-img {
	display: block;
	/*width: 4.2em;*/
	/* width: 20%;
	max-width: 6em; */
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 35px;
}

.community-des {
	font-size: 2em;
	margin: 0 auto;
	text-align: center;
}







/* 首页企业服务*/

.enterprise-item {
	width: 100%;
	height: 0;
	position: relative;
	border: 2px solid #f2f2f2;
	margin-bottom: 20px;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	padding-bottom: 41.75%;
	box-sizing: border-box;
	cursor: pointer;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
}

.enterprise-item-box {
	position: absolute;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.enterprise-img-box {
	position: relative;
	display: inline-block;
	width: 30%;
	height: 0;
	padding-bottom: 30%;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
	box-sizing: border-box;
	border: 2px solid #f2f2f2;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.enterprise-tit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 2.4em;
	margin-bottom: 0.3em;
}

.enterprise-txt {
	font-size: 2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.enterprise-des {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.enterprise-img {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
}







/* --首页活动图-- */

.activity-item {
	/*behavior: url(pie.htc);*/
	-moz-box-shadow: 0 2px 10px #ddd;
	-webkit-box-shadow: 0 2px 10px #ddd;
	box-shadow: 0 2px 10px #ddd;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 20px;
}

.activity-img {
	width: 100%;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px 6px 0px 0px;
}

.activity-des {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	text-align: center;
	background: #fff;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 0px 0px 6px 6px;
	color: #372e32;
	padding: 0px 1em;
	width: 100%;
	height: 0;
	padding-bottom: 13.58%;
}

.activity-logo {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 3.5em;
}

.activity-name {
	width: 86%;
	font-size: 2.417em;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}







/* --地图显示 */

.anchorBL {
	display: none;
}

.map-con {
	position: relative;
}

#map {
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px 0px 0px 6px;
	/*behavior: url(pie.htc);*/
	-moz-box-shadow: 0 2px 6px #ddd;
	-webkit-box-shadow: 0 2px 6px #ddd;
	box-shadow: 0 2px 6px #ddd;
}

.map-con .col-md-7 {
	padding-right: 0px;
}

.map-des {
	color: #fff;
	background: #27282A;
	padding: 20px;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 0px 6px 6px 0px;
}

.map-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #FF4C4C;
	color: #fff;
	text-align: center;
	height: 2.2em;
	line-height: 2.2em;
	width: 120px;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 4px;
	display: block;
}

.map-btn img {
	width: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.4rem;
}

.route {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	width: 16px;
	height: 16px;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin-right: 2px;
	line-height: 16px;
	/*IE8*/
	*line-height: 16px;
	/* IE7支持 */
	_line-height: 16px;
	/* IE6支持 */
	-ms-line-height: 16px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 16px;
	/*火狐*/
}

.route-4 {
	background: #61347F;
}

.route-6 {
	background: #E07BA2;
}

.route-7 {
	background: #EEB152;
}

.route-8 {
	background: #487FAF;
}

.route-10 {
	background: #9978A9;
}

.map-tit {
	font-size: 22px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.map-txt {
	font-size: 16px;
	line-height: 30px;
}
















/* -首页公司介绍- */

.company-img {
	width: 100%;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
}

.company-con {
	padding-top: 2em;
	/* display: table; */
	/*position: relative;*/
}

.company-con-box {
	/*  display: table-cell;
    vertical-align: middle; */
	/*width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
}

.company-title {
	font-weight: bold;
	font-size: 2.4em;
	color: #372e32;
	line-height: 3.496em;
	margin-bottom: 10px;
}

.company-des {
	font-size: 1.8em;
	line-height: 1.8em;
}















/* -首页其他推荐- */

.recommend-name {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recommend-img {
	width: 100%;
	/*behavior: url(pie.htc);*/
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 15px;
}

.swiper-container-acts,
.swiper-container-social,
.swiper-container-other {
	overflow: hidden;
}




.bottom-img {
	display: block;
    margin: 0;
    width: 100%;
    height: 0;
    background: url("../images/bottom_img.jpg")/*tpa=http://www.inno-inno.com/innokic/static/images/bottom_img.jpg*/ no-repeat 50%/cover;
	padding-bottom: 24.6%;
	
}
 

/* 媒体查询 */

@media screen and (max-width:767px) {

	.swiper-container-acts,
	.swiper-container-social,
	.swiper-container-other {
		overflow: visible;
	}

	body {
		font-size: 14px;padding-bottom: 36px;
	}

	.vr_w{
		width: 100% !important;
	}

	.common {
		width: 90%;
		padding: 20px 0 20px 0;
	}

	.common-np {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0px;
		z-index: 100;
	}

	.rexian {
		text-shadow: none;
		font-size: 1em;
		font-weight: 500;
		text-shadow: 1px 1px 1px #000;
	}

	.rexian img {
		width: 1em;
	}

	.logo {
		width: 19.48%;
		min-width: auto;
	}

	.title {
		font-size: 1.4em;
	}

	/* 重置底部 */
	.footer {
		font-size: 0.6em;
	}

	.footer-logo {
		width: 3em;
	}

	.footer-ft-box {
		padding: 20px 0px;
	}



	.footer-hd {
		height: 120px;
	}

	.footer-ft {
		padding: 14px 0;
		height: auto;
		line-height: 30px;
	}

	.footer-ft .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-qrcode {
		width: 4em;
		height: 4em;
	}

	.footer-img {
		width: 2.75em;
		/* height: 2.75em; */
		margin-left: 0px;
	}

	.footer-ft-txt {
		width: 70%;
	}

	.intro-block {
		display: block;
	}

	.button-next,
	.button-prev {
		display: none;
	}

	/* -- */
	.social-name {
		height: 50px;
		font-size: 12px;
		padding: 10px;
	}

	.community-des {
		/* width: 70%; */
		font-size: 1em;
	}

	.community-item {
		height: 7.6em;
		font-size: 0.8em;
	}

	.community-img {
		width: 2.75em;
		margin-bottom: 12px;
	}

	/* - */
	.enterprise-box .col-xs-6 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.enterprise-img-box {
		margin-right: 5px;
		border: 1px solid #f2f2f2;
	}

	.enterprise-img {
		width: 2.5em;
	}

	.enterprise-item {
		border: 1px solid #f2f2f2;
		/*behavior: url(pie.htc);*/
		overflow: hidden;
		border-radius: 6px;
	}

	.enterprise-des {
		width: 60%;
	}

	.enterprise-txt {
		font-size: 0.875em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	/* -- */
	.company-con {
		padding: 20px;
		/*display: inherit;*/
	}

	.company-title {
		line-height: 1.75em;
	}

	.company-des {
		line-height: 1.5em;
	}

	.recommend-img {
		margin-bottom: 8px;
	}

	.activity-logo {
		width: 2.2em;
	}

	/* map */
	#map {
		box-shadow: none;
	}

	.mapPadding {
		padding: 15px;
	}

	.map-box {
		padding: 0px;
		/*behavior: url(pie.htc);*/
		overflow: hidden;
		border-radius: 6px 6px 0px 0px;
	}

	.map-des {
		/*behavior: url(pie.htc);*/
		overflow: hidden;
		border-radius: 0px 0px 6px 6px;
		padding: 10px 15x 15px 15px;
	}

	.map-tit {
		margin-top: 0.5em;
		line-height: 24px;
		margin-bottom: 0.2em;
	}

	.map-txt {
		line-height: 1.5em;
		font-size: 0.8em;
	}

	.map-con .col-md-7 {
		padding-left: 0px;
	}

	.map-txt {
		display: -moz-box;
		/* Firefox */
		display: -ms-flexbox;
		/* IE10 */
		display: -webkit-box;
		/* Safari */
		display: -webkit-flex;
		/* Chrome, WebKit */
		display: box;
		display: flexbox;
		display: flex;
		margin-bottom: 4px;
	}

	.route {
		display: table;
	}

	.route-num {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.ft-contact-item {
		font-size: 1em;
	}

	.ft-contact-item input,
	.ft-contact-btn {
		padding: 0.6em;
	}

	.des-con-box {
		padding-bottom: 15%;
	}

	.des-con {
		padding: 20px 0;
	}

	.des-tit,
	.des-txt {
		padding: 0px 25px;
	}

	.des-btn {
		position: relative;
		height: 0;
		padding-bottom: 11.13%;
	}

	.des-btn-txt {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.title-des,
	.map-tit,
	.company-des,
	.recommend-name,
	.activity-name,
	.product-des,
	.product-des,
	.des-btn,
	.des-txt,
	.des-tit-m,
	.txt-unit,
	.title .intro,
	.enterprise-tit,
	.rexian span,
	.intro,
	.state-tit,
	.txt-num,
	.txt-des {
		font-size: 1em;
	}

	.company-title {
		font-size: 1.1em;
	}

	.parameter-address {
		font-size: 0.8em;
	}

	.swiper-pagination-bullet {
		width: 1.2em;
		height: 0.255em;
		background: #ACABA8;
		/*behavior: url(pie.htc);*/
		overflow: hidden;
		border-radius: 2px;
		opacity: 0.7;
	}

	.swiper-pagination-bullet-active {
		background: #FF4C4D;
	}

	
	.bottom-img {
	background-image: url("../images/bottom_img_s.jpg")/*tpa=http://www.inno-inno.com/innokic/static/images/bottom_img_s.jpg*/;
	padding-bottom: 85.3%;
	}
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.common {
		width: 95%;
		/* width: 98%; */
	}

	.map-tit {
		font-size: 18px;
		line-height: 24px;
	}

	.map-txt {
		font-size: 14px;
		line-height: 24px;
	}

	/* .community-img {
		width: 40px;
	} */
	.bottom-img {
		background-image: url("../images/bottom_img_s.jpg")/*tpa=http://www.inno-inno.com/innokic/static/images/bottom_img_s.jpg*/;
		padding-bottom: 85.3%;
		}
}

@media screen and (min-width:1280px) and (max-width:1439px) {
	.common {
		width: 80%;
		/* width: 95%; */
	}

	.map-tit {
		font-size: 20px;
		line-height: 28px;
	}

	.map-txt {
		font-size: 16px;
		line-height: 28px;
	}

	/* 	.community-img {
		width: 44px;
	} */
}

@media screen and (min-width:1440px) and (max-width:1919px) {
	.common {
		width: 67%;
		/* width: 80%; */
	}

	.map-tit {
		font-size: 20px;
		line-height: 28px;
	}

	.map-txt {
		font-size: 16px;
		line-height: 28px;
	}

	/* 	.community-img {
		width: 48px;
	} */
}

@media screen and (min-width:1920px) {
	.rexian img {
		width: 20px;
	}

	.common {
		width: 67%;
	}

	.map-tit {
		font-size: 24px;
		line-height: 36px;
	}

	.map-txt {
		font-size: 18px;
		line-height: 36px;
	}

	body {
		font-size: 10px;
	}

	/* 	.community-img {
		width: 50px;
	} */
}








/*@media screen and (device-width: 320px) and (device-height: 568px) {

}

@media screen and (device-width: 320px) and (device-height: 653px) {
}*/
