@charset "utf-8"; 

* {
	margin: 0px;
	padding: 0px;
	-webkit-tap-highlight-color: transparent;
}

body {
	color: #606060;
	color: #333;
	/* font: 12px/1.5 Courier New, Tahoma, Geneva, Verdana, Arial, "Microsoft Yahei", "宋体"; */
	font: 12px/1.5 "Microsoft Yahei", Arial, Helvetica, sans-serif;
	background-color: #fff;
}

img {
	border: 0px;
}

input, textarea {
	font-family: inherit;
	border-radius: 0px;
	outline: none;
	-webkit-appearance : none;
}

a {
	color: inherit;
	text-decoration: none;
}

ul li {
	list-style-type: none;
}

p {
	text-align: justify;
}

#screen-mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #e60012;
	z-index: 99999;
}

#body-wrap {
	width: 100%;
}

.w {
	width: 1000px;
	margin: 0 auto;
}

.msyh {
	font-family: "Microsoft Yahei";
}

.hidden,
.dn {
	display: none;
}

.vhidden,
.vh {
	visibility: hidden;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.xlink {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
.xlink:hover {
	text-decoration: underline;
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.ml0 {
	margin-left: 0px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.loading {
	display: none;
	height: 80px;
	background: url(../../res/imgs/loading.gif) 50% 50% no-repeat;
}

table.vc-table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

table.vc-table td {
	vertical-align: middle;
}

.bst {
	transition: box-shadow 300ms;
	-o-transition: box-shadow 300ms;
	-ms-transition: box-shadow 300ms;
	-moz-transition: box-shadow 300ms;
	-webkit-transition: box-shadow 300ms;
}

.bst:hover {
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

.tsn300 {
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}

.tsn500 {
	transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
}

.tsn600 {
	transition: all 600ms;
	-o-transition: all 600ms;
	-ms-transition: all 600ms;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
}

.tsn700 {
	transition: all 700ms;
	-o-transition: all 700ms;
	-ms-transition: all 700ms;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
}

.tsn1000 {
	transition: all 1000ms;
	-o-transition: all 1000ms;
	-ms-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-webkit-transition: all 1000ms;
}

.rotate {
	transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

.ipt-err {
	color: #c00 !important;
	border-color: #c66161 !important;
	background-color: #fbe2e2 !important;
}

.ipt-err-msg {
	color: #c00 !important;
}

/* ================================ contentbar ================================ */

.contentbar {
}

.contentbar .contentbar-wrap {
}

/* ================================ mainbar ================================ */

.mainbar {
	padding-top: 5.2%;
}

.mainbar .mainbar-wrap {
}

/* ================================ ck-content ================================ */

.ck-content p {
	color: #666;
	font-size: 14px;
	line-height: 1.8em;
	/* margin: 1em 0px; */
}

.ck-content p * {
	/* line-height: 1.8em; */
}

.ck-content img {
	display: block;
	width: 100% !important;
	max-width: 100%;
	margin: 0 auto;
	/* margin-bottom: 10px; */
	height: auto !important;
}

/* ================================ pager ================================ */

.pager {
	float: right;
	margin-top: 30px;
}

.pager span {
	color: #333;
	font-size: 16px;
	margin-left: 10px;
}

.pager a {
	color: #333;
	font-size: 16px;
	margin-left: 10px;
	text-decoration: none;
}
.pager a:hover {
	color: #fa9d1c;
	text-decoration: underline;
}

.pager a.disabled {
	color: #aaa;
}
.pager a.disabled:hover {
	text-decoration: none;
}

/* ================================ pager2 ================================ */

.pager2 {
	float: right;
}

.pager2 a {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: 12px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	background-color: #a0a0a0;
	text-align: center;
	text-decoration: none;
}
.pager2 a:hover {
	background-color: #e60012;
}
.pager2 a.current {
	background-color: #e60012;
}

.pager2 b {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 12px;
	color: #a0a0a0;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

/* ================================ pager3 ================================ */

.pager3 {
	color: #bbb;
	height: 30px;
	line-height: 30px;
	padding: 40px 0px;
	text-align: center;
}

.pager3 a {
	font-size: 24px;
	margin: 0px 8px;
}
.pager3 a:hover {
	color: #111;
}
.pager3 a.current {
	color: #111;
}

.pager3 b {
	font-size: 16px;
	font-weight: normal;
}

/* ================================ xbtn ================================ */

.xbtn {
	display: inline-block;
	color: #e60012;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 60px;
	height: 42px;
	line-height: 42px;
	border: 2px solid #e60012;
	border-radius: 23px;
	position: relative;
	cursor: pointer;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.xbtn:hover {
	color: #fff;
	background-color: #e60012;
}

.xbtn i {
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../../res/imgs/index/xbtn-arrow.png) 50% 50% no-repeat;
	background-size: 15px auto;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.xbtn:hover i {
	background-image: url(../../res/imgs/index/xbtn-arrow-hover.png);
}

.xbtn-rc {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 60px;
	height: 42px;
	line-height: 42px;
	border: 2px solid #fff;
	border-radius: 23px;
	background-color: #e60012;
	position: relative;
	cursor: pointer;
}
.xbtn-rc:hover {
	color: #e60012;
	background-color: #fff;
}

.xbtn-rc i {
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../../res/imgs/index/xbtn-arrow-hover.png) 50% 50% no-repeat;
	background-size: 15px auto;
}
.xbtn-rc:hover i {
	background-image: url(../../res/imgs/index/xbtn-arrow.png);
}

.xbtn3 {
	display: inline-block;
	color: #666;
	font-size: 14px;
	width: 160px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #aaa;
	border-radius: 22px;
	text-align: center;
	cursor: pointer;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.xbtn3:hover {
	color: #fff;
	border-color: #e60012;
	background-color: #e60012;
}
.xbtn3.chked {
	color: #fff;
	border-color: #e60012;
	background-color: #e60012;
}

.xbtn4 {
	display: inline-block;
	color: #e60012;
	font-size: 16px;
	width: 160px;
	height: 42px;
	line-height: 42px;
	border: 2px solid #e60012;
	border-radius: 23px;
	text-align: center;
	cursor: pointer;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.xbtn4:hover {
	color: #fff;
	background-color: #e60012;
}

/* ================================ anli ================================ */

.anli {
	/* margin: 0px 2.5%; */
}

.anli .anli-top {
	margin-bottom: 25px;
}

.anli .anli-top h1 {
	display: none;
	width: 1080px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 50px;
	font-family: "museo-light";
	font-weight: normal;
}

.anli .anli-top ul {
	margin-left: 12.5%;
}

.anli .anli-top ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 50px;
}
.anli .anli-top ul li.first {
	margin-left: 0px;
}

.anli .anli-top ul li a {
	color: #888;
	font-size: 14px;
	cursor: pointer;
}
.anli .anli-top ul li.first a {
	font-size: 16px;
	font-family: "museo-light";
}
.anli .anli-top ul li a:hover {
	color: #0f0b09;
	text-decoration: underline;
}
.anli .anli-top ul li.chked a {
	color: #0f0b09;
	text-decoration: underline;
	font-size: 15px;
	position: relative;
	top: -1px;
}
.anli .anli-top ul li.first.chked a {
	font-size: 16px;
	top: 0px;
}

.anli .anli-top ul li a span.k1 {
	display: inline;
}
.anli .anli-top ul li a span.k2 {
	display: none;
}

.anli .anli-content {
}

/* ================================ project ================================ */

.project {
}

.project ul {
}

.project ul li {
	float: left;
	width: 25%;
}
.project ul li.tpl {
	display: none;
}

.project ul li .wrap {
	width: 100%;
	padding-top: 100%;
	position: relative;
	background: url(../../res/imgs/loading.gif) 50% 50% no-repeat;
}

.project ul li .main {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.project ul li .main .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.project ul li:hover .main .img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.project ul li .main img {
	display: block;
	display: none;
	width: 100%;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.project ul li:hover .main img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.project ul li .mask {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.project ul li:hover .mask {
	opacity: 1;
}

.project ul li .mask .mask-img {
	display: block;
	width: 100%;
	height: 100%;
}

.project ul li .mask .mask-tag {
	width: 88%;
	padding: 6%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.project ul li .mask .mask-tag h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

.project ul li .mask .mask-content {
	position: absolute;
	bottom: 0%;
	left: 9%;
	right: 0px;
	transition: all 400ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 400ms;
}
.project ul li:hover .mask .mask-content {
	bottom: 11%;
}

.project ul li .mask .mask-content i {
	display: block;
	width: 16px;
	border-bottom: 2px solid #fff;
	margin-bottom: 7px;
}

.project ul li .mask .mask-content h2 {
	font-size: 1.456vw;
	font-weight: normal;
}

.project ul li .mask .mask-content h3 {
	font-size: 1.04vw;
	font-weight: normal;
	margin-top: 3%;
}

/* .project ul li .mask .mask-more {
	width: 47px;
	height: 47px;
	position: absolute;
	right: 6%;
	bottom: 6%;
	background: url(../../res/imgs/case/arrow.png) 0px 0px no-repeat;
	background-size: 47px auto;
} */

.project ul li.more .wrap2 {
	padding-top: 100%;
	position: relative;
}

.project ul li.more .wrap2 b {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
	/* padding: 0px 25px; */
	width: 150px;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	border: 2px solid #959595;
}

/* ================================ order ================================ */

.order {
	padding-top: 4%;
	margin: 4% 12.5% 6%;
}

.order .left {
	float: left;
	width: 38.84%;
}

.order .left h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.45em;
	/* font-family: "宋体"; */
}

.order .left h2 {
	width: 240px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.45em;
	/* font-family: "宋体"; */
}

.order .left h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.7em;
	margin-top: 35px;
}

.order .left h4 {
	color: #e60012;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.7em;
}

.order .left h5 {
	width: 222px;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.7em;
	margin-top: 5px;
}

.order .right {
	float: left;
	width: 61.16%;
}

.order .right ul {
}

.order .right ul li {
	margin-top: 30px;
	border-bottom: 1px solid #c7c7c7;
}
.order .right ul li.last {
	border-bottom: 0px;
}

.order .right ul li input[type=text] {
	display: block;
	width: 100%;
	padding: 20px 0px;
	border: 1px solid transparent;
	font-size: 16px;
	box-sizing: border-box;
}

.order .right ul li textarea {
	display: block;
	width: 100%;
	padding: 20px 0px;
	border: 1px solid transparent;
	font-size: 16px;
	box-sizing: border-box;
	height: 150px;
	resize: none;
}

.order .right ul li input[type=submit] {
	border: 0px;
	padding: 0px 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #e60012;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.order .right ul li input[type=submit]:hover {
	background-color: #cc0000;
}

.order .ipt-err {
	padding-left: 15px !important;
}

.order .ipt-err-msg {
	display: block;
	margin: 15px 0px;
	margin-left: 15px;
}

/* ================================ .x-more ================================ */

.x-more {
	margin: 3% 0px;
	margin-left: 12.5%;
}

.x-more a {
	position: relative;
	padding-left: 32px;
	color: #e60012;
	font-size: 20px;
}
.x-more a:hover {
	text-decoration: underline;
}

.x-more a i {
	width: 26px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../../res/imgs/index/arrow.svg) 50% 50% no-repeat;
	background-size: 82% auto;
}

@keyframes kf-banner-arrow {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	47% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	53% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (min-width: 1025px) and (max-width: 1440px) {
	
	/* .w {
		width: 900px;
	} */
	
	/* ================================ project ================================ 
	
	.project {
	}
	
	.project ul {
	}
	
	.project ul li {
	}
	.project ul li.tpl {
	}
	
	.project ul li .main {
	}
	
	.project ul li .main img {
	}
	
	.project ul li .mask {
	}
	.project ul li:hover .mask {
	}
	
	.project ul li .mask .mask-img {
	}
	
	.project ul li .mask .mask-tag {
	}
	
	.project ul li .mask .mask-tag h1 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.project ul li .mask .mask-tag i {
		width: 12px;
	}
	
	.project ul li .mask .mask-content {
	}
	
	.project ul li .mask .mask-content h1 {
		font-size: 14px;
	}
	
	.project ul li .mask .mask-content h2 {
	}
	
	.project ul li .mask .mask-more {
		width: 37px;
		height: 37px;
		background-size: 37px auto;
	}*/
	
}

@media (min-width: 1px) and (max-width: 1024px) {
	
	/* body {
		background-color: #f5f5f5;
	}
	
	#body-wrap {
		max-width: 640px;
		margin: 0 auto;
		background-color: #fff;
	}
	
	.w {
		width: auto;
	} */
	
	/* ================================ pager2 ================================ 
	
	.pager2 {
	}
	
	.pager2 a {
		width: 26px;
		height: 26px;
		line-height: 26px;
		margin-left: 10px;
		font-size: 14px;
	}
	.pager2 a:hover {
	}
	.pager2 a.current {
	}
	
	.pager2 b {
		height: 26px;
		line-height: 19px;
		font-size: 14px;
		margin-left: 10px;
	}*/
	
	/* ================================ project ================================ 
	
	.project {
	}
	
	.project ul {
	}
	
	.project ul li {
		width: 50%;
	}
	.project ul li.tpl {
	}
	
	.project ul li .main {
	}
	
	.project ul li .main img {
	}
	
	.project ul li .mask {
	}
	.project ul li:hover .mask {
	}
	
	.project ul li .mask .mask-img {
	}
	
	.project ul li .mask .mask-tag {
	}
	
	.project ul li .mask .mask-tag h1 {
		font-size: 20px;
		line-height: 22px;
	}
	
	.project ul li .mask .mask-tag i {
		width: 10px;
	}
	
	.project ul li .mask .mask-content {
	}
	
	.project ul li .mask .mask-content h1 {
		font-size: 16px;
	}
	
	.project ul li .mask .mask-content h2 {
	}
	
	.project ul li .mask .mask-more {
		width: 47px;
		height: 47px;
		background-size: 47px auto;
	}*/
	
}

@media (min-width: 1px) and (max-width: 600px) {
	
	/* ================================ project ================================ 
	
	.project {
	}
	
	.project ul {
	}
	
	.project ul li {
	}
	.project ul li.tpl {
	}
	
	.project ul li .main {
	}
	
	.project ul li .main img {
	}
	
	.project ul li .mask {
	}
	.project ul li:hover .mask {
	}
	
	.project ul li .mask .mask-img {
	}
	
	.project ul li .mask .mask-tag {
	}
	
	.project ul li .mask .mask-tag h1 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.project ul li .mask .mask-tag i {
	}
	
	.project ul li .mask .mask-content {
	}
	
	.project ul li .mask .mask-content h1 {
		font-size: 14px;
	}
	
	.project ul li .mask .mask-content h2 {
	}
	
	.project ul li .mask .mask-more {
		width: 37px;
		height: 37px;
		background-size: 37px auto;
	}*/
	
}

@media (min-width: 1px) and (max-width: 480px) {
	
	/* ================================ project ================================ 
	
	.project {
	}
	
	.project ul {
	}
	
	.project ul li {
	}
	.project ul li.tpl {
	}
	
	.project ul li .main {
	}
	
	.project ul li .main img {
	}
	
	.project ul li .mask {
	}
	.project ul li:hover .mask {
	}
	
	.project ul li .mask .mask-img {
	}
	
	.project ul li .mask .mask-tag {
	}
	
	.project ul li .mask .mask-tag h1 {
		font-size: 16px;
		line-height: 18px;
	}
	
	.project ul li .mask .mask-tag i {
	}
	
	.project ul li .mask .mask-content {
	}
	
	.project ul li .mask .mask-content h1 {
		font-size: 12px;
	}
	
	.project ul li .mask .mask-content h2 {
	}
	
	.project ul li .mask .mask-more {
		width: 27px;
		height: 27px;
		background-size: 27px auto;
	}*/
	
}

@media (min-width: 1px) and (max-width: 750px) {
	
	/* ================================ mainbar ================================ */
	
	.mainbar {
		padding-top: 5.2%;
		
		padding-top: 18%;
	}
	
	/* ================================ pager2 ================================ */
	
	.pager2 {
		float: right;
	}
	
	.pager2 a {
		float: left;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-left: 12px;
		border-radius: 50%;
		color: #fff;
		font-size: 16px;
		background-color: #a0a0a0;
		text-align: center;
		text-decoration: none;
		
		width: 26px;
		height: 26px;
		line-height: 26px;
		margin-left: 10px;
		font-size: 14px;
	}
	.pager2 a:hover {
		background-color: #e60012;
	}
	.pager2 a.current {
		background-color: #e60012;
	}
	
	.pager2 b {
		float: left;
		height: 30px;
		line-height: 30px;
		margin-left: 12px;
		color: #a0a0a0;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		
		height: 26px;
		line-height: 26px;
		margin-left: 10px;
		font-size: 14px;
	}
	
	/* ================================ pager3 ================================ */
	
	.pager3 {
		color: #bbb;
		height: 30px;
		line-height: 30px;
		padding: 40px 0px;
		text-align: center;
	}
	
	.pager3 a {
		font-size: 24px;
		margin: 0px 8px;
		
		font-size: 19px;
		margin: 0px 5px;
	}
	.pager3 a:hover {
		color: #111;
	}
	.pager3 a.current {
		color: #111;
	}
	
	.pager3 b {
		font-size: 16px;
		font-weight: normal;
		
		font-size: 14px;
	}
	
	/* ================================ anli ================================ */
	
	.anli {
		/* margin: 0px 2.5%; */
		
		/* margin: 0px 3%; */
	}
	
	.anli .anli-top {
		margin-bottom: 25px;
		
		margin: 0px 3%;
		margin-bottom: 2%;
	}
	
	.anli .anli-top h1 {
		display: none;
		width: 1080px;
		margin: 0 auto;
		font-size: 18px;
		line-height: 50px;
		font-family: "museo-light";
		font-weight: normal;
	}
	
	.anli .anli-top ul {
		margin-left: 12.5%;
		
		margin-left: 0%;
	}
	
	.anli .anli-top ul li {
		float: left;
		height: 50px;
		line-height: 50px;
		margin-left: 50px;
		
		height: 30px;
		line-height: 30px;
		margin-left: 16px;
	}
	.anli .anli-top ul li.first {
		margin-left: 0px;
	}
	
	.anli .anli-top ul li a {
		color: #888;
		font-size: 14px;
		cursor: pointer;
		
		font-size: 12px;
	}
	.anli .anli-top ul li.first a {
		font-size: 16px;
		font-family: "museo-light";
		
		font-size: 12px;
	}
	.anli .anli-top ul li a:hover {
		color: #0f0b09;
		text-decoration: underline;
	}
	.anli .anli-top ul li.chked a {
		color: #0f0b09;
		text-decoration: underline;
		font-size: 15px;
		position: relative;
		top: -1px;
		
		font-size: 12px;
	}
	.anli .anli-top ul li.first.chked a {
		font-size: 16px;
		top: 0px;
		
		font-size: 12px;
	}
	
	.anli .anli-top ul li a span.k1 {
		display: inline;
		
		display: none;
	}
	.anli .anli-top ul li a span.k2 {
		display: none;
		
		display: inline;
	}
	
	.anli .anli-content {
	}
	
	.anli .anli-bottom {
		display: block;
		text-align: center;
		padding: 20% 0px;
	}
	
	.anli .anli-bottom .case-more-btn {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		padding: 0px 25px;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		border: 2px solid #959595;
	}
	.anli .anli-bottom .case-more-btn:hover {
		color: #fff;
		background-color: #959595;
	}
	
	/* ================================ project ================================ */
	
	.project {
	}
	
	.project ul {
	}
	
	.project ul li {
		float: left;
		width: 25%;
		
		width: 100%;
	}
	.project ul li.tpl {
		display: none;
	}
	
	.project ul li .wrap {
		width: 100%;
		padding-top: 100%;
		position: relative;
		background: url(../../res/imgs/loading.gif) 50% 50% no-repeat;
	}
	
	.project ul li .main {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		overflow: hidden;
	}
	
	.project ul li .main .img {
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.project ul li:hover .main .img {
		transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);

		transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
	}
	
	.project ul li .main img {
		display: block;
		display: none;
		width: 100%;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.project ul li:hover .main img {
		transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	
	.project ul li .mask {
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		color: #fff;
		background-color: rgba(0,0,0,0.6);
		cursor: pointer;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;

		opacity: 1;
		background-color: rgba(0,0,0,0.3);
	}
	.project ul li:hover .mask {
		opacity: 1;
	}
	
	.project ul li .mask .mask-img {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.project ul li .mask .mask-tag {
		width: 88%;
		padding: 6%;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	.project ul li .mask .mask-tag h1 {
		font-size: 18px;
		line-height: 22px;
		font-weight: normal;
		
		font-size: 16px;
	}
	
	.project ul li .mask .mask-content {
		position: absolute;
		bottom: 0%;
		left: 9%;
		right: 0px;
		transition: all 400ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 400ms;

		bottom: 11%;
		left: 6%;
	}
	.project ul li:hover .mask .mask-content {
		bottom: 11%;
	}
	
	.project ul li .mask .mask-content i {
		display: block;
		width: 16px;
		border-bottom: 2px solid #fff;
		margin-bottom: 7px;
	}
	
	.project ul li .mask .mask-content h2 {
		font-size: 1.456vw;
		font-weight: normal;
		
		font-size: 7.18vw;
		font-size: 6.18vw;
	}
	
	.project ul li .mask .mask-content h3 {
		font-size: 1.04vw;
		font-weight: normal;
		margin-top: 3%;
		
		font-size: 5.52vw;
	}
	
	/* .project ul li .mask .mask-more {
		width: 47px;
		height: 47px;
		position: absolute;
		right: 6%;
		bottom: 6%;
		background: url(../../res/imgs/case/arrow.png) 0px 0px no-repeat;
		background-size: 47px auto;
	} */
	
	.project ul li.more {
		display: none;
	}
	
	.project ul li.more .wrap2 {
		padding-top: 100%;
		position: relative;
	}
	
	.project ul li.more .wrap2 b {
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		text-align: center;
		/* padding: 0px 25px; */
		width: 150px;
		font-size: 14px;
		font-weight: normal;
		height: 40px;
		line-height: 40px;
		border: 2px solid #959595;
	}
	
	/* ================================ order ================================ */
	
	.order {
		padding-top: 4%;
		margin: 4% 12.5% 6%;
		
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 9%;
	}
	
	.order .left {
		float: left;
		width: 38.84%;
		
		width: 100%;
	}
	
	.order .left h1 {
		font-size: 30px;
		font-weight: normal;
		line-height: 1.45em;
		/* font-family: "宋体"; */
		
		font-size: 22px;
	}
	
	.order .left h2 {
		width: 240px;
		font-size: 30px;
		font-weight: normal;
		line-height: 1.45em;
		/* font-family: "宋体"; */
		
		width: auto;
		font-size: 20px;
	}
	
	.order .left h3 {
		font-size: 24px;
		font-weight: normal;
		line-height: 1.7em;
		margin-top: 35px;
		
		font-size: 20px;
	}
	
	.order .left h4 {
		color: #e60012;
		font-size: 22px;
		font-weight: normal;
		line-height: 1.7em;
		
		font-size: 20px;
	}
	
	.order .left h5 {
		width: 222px;
		font-size: 17px;
		font-weight: normal;
		line-height: 1.7em;
		margin-top: 5px;
		
		width: auto;
		font-size: 14px;
	}
	
	.order .right {
		float: left;
		width: 61.16%;
		
		width: 100%;
		margin-top: 10%;
	}
	
	.order .right ul {
	}
	
	.order .right ul li {
		margin-top: 30px;
		border-bottom: 1px solid #c7c7c7;
		
		margin-top: 20px;
	}
	.order .right ul li.last {
		border-bottom: 0px;
	}
	
	.order .right ul li input[type=text] {
		display: block;
		width: 100%;
		padding: 20px 0px;
		border: 1px solid transparent;
		font-size: 16px;
		box-sizing: border-box;
		
		padding: 15px 0px;
		font-size: 14px;
	}
	
	.order .right ul li textarea {
		display: block;
		width: 100%;
		padding: 20px 0px;
		border: 1px solid transparent;
		font-size: 16px;
		box-sizing: border-box;
		height: 150px;
		resize: none;
		
		padding: 15px 0px;
		font-size: 14px;
	}
	
	.order .right ul li input[type=submit] {
		border: 0px;
		padding: 0px 50px;
		height: 50px;
		border-radius: 25px;
		background-color: #e60012;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		cursor: pointer;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		
		padding: 0px 33px;
		height: 36px;
		border-radius: 18px;
		font-size: 14px;
	}
	.order .right ul li input[type=submit]:hover {
		background-color: #cc0000;
	}
	
	.order .ipt-err {
		padding-left: 15px !important;
	}
	
	.order .ipt-err-msg {
		display: block;
		margin: 15px 0px;
		margin-left: 15px;
	}
	
	/* ================================ .x-more ================================ */
	
	.x-more {
		margin: 3% 0px;
		margin-left: 12.5%;
	    
		margin: 6% 0px;
	    margin-left: 3%;
	}
	
	.x-more a {
		position: relative;
		padding-left: 32px;
		color: #e60012;
		font-size: 20px;
		
		padding-left: 28px;
		font-size: 14px;
	}
	.x-more a:hover {
		text-decoration: underline;
	}
	
	.x-more a i {
		width: 26px;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		background: url(../../res/imgs/index/arrow.svg) 50% 50% no-repeat;
		background-size: 82% auto;
		
		background-size: 63% auto;
	}
	
}

/* ================================ comming-soon ================================ */

.comming-soon {
	display: none;
}

.comming-soon div {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}
         
.comming-soon div h1 {
	font-size: 50px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
	letter-spacing: 5px;
}

/* @media (min-width: 1px) and (max-width: 1000px) {
	
	.topbar {
		display: none;
	}
	
	.contentbar {
		display: none;
	}
	
	.bottombar {
		display: none;
	}
	
	.progress {
		display: none;
	}
	
	.comming-soon {
		display: block;
	}
	
} */
