

.bold{
	font-weight: bold;
}
.am-text{
	position: absolute;
    z-index: 99;
    top: 36%;
    left: 15%;
    color: #fff;
}
.am-text h4{
	text-transform: capitalize;
}
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
	max-width: 100%;
}
.banner .ban-title{
	position: absolute;
	top: 30%;
	width: 100%;
	color: #232323;
}
.banner .ban-title small{
	text-transform: capitalize;
	font-size: 2.2em;
}

.text-center{
	text-align: center
}

.left{
	text-align: left;
	float: left;
}
.right{
	text-align: right;
	float: right;
}
.title{
	margin-bottom: 1em;
}
.title h2{
	text-transform: capitalize;
}
.title hr{	
	width: 40px;
    height: 3px;
    background: #e60012;
    border: 0;
    margin:1.6rem auto
}
.left .title hr{
	margin-left: 0;
}
.left .title img{
	margin-top: 50%;
}
.am-about h4{
	max-width: 17em;
	line-height: 1.6em;
	margin-bottom: 1em;	
}
a.more{
    display: block;
    border: 1px solid #e60012;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 1rem;
}
.am-about .am-list-item-text a.more{
    margin-left: auto;
    margin-bottom: 1.6em;
}

.right .title hr{
	margin-right: 0;
}
.am-team-synopsis{
    position: relative;
	background: #e60012;
    padding: 4% 6%;
    color: #fff;
    width: 66%;
    float: right;
    margin-top: -20%;
    margin-right: 1rem;
}
.am-team-synopsis .am-list-item-text,.declaration-right .am-list-item-text,.declaration-r .am-list-item-text{
	color: #fff;
}

.am-team-synopsis .am-list-item-text a.more,.declaration-right .am-list-item-text a.more,.declaration-r .am-list-item-text a.more{
	color: #fff;
	border-color: #fff;
    margin-left: auto;
}

.business{
	padding-top:2em;
	background: url(../img/business-bg.jpg) center;
	background-repeat: repeat;
	overflow: hidden;
	color: #fff;
}
.business ul{
	background: url(../img/line.png) no-repeat center;
	background-size: 100%;
	padding: 0 5%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.business ul li:nth-child(2n){
	margin-top: 6em;
}
.business img{
    display: block;
    width: 60%;
    max-width: 180px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 5%
}
.business span{
	color: #fff;
	font-size: 1em
}
.declaration{
	position: relative;
	overflow: hidden;
}

.declaration-l{
	width: 60%;
	position: relative;
	z-index: 10;
}
.declaration-right{
	width: 60%;
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #fff;
	padding: 5% 10%;
	background: #e60012;

}
.declaration-right hr{
	background: #fff;
	margin-left: 0;
}

.declaration-r{
	width: 60%;
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #fff;
	border: 4px solid #e60012;
}
.declaration-r .bg{
	padding: 5% 10%;
	background: #e60012;
	margin: 1rem;

}
.news .list-item{
	padding: 1rem;
}
.news .list-item:nth-child(2n){
	margin-top: 2em
}
.news .list-item .am-gallery-item{
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.35);
    box-shadow: 0 0 3px rgba(0,0,0,.35);
}
.news .list-item .am-gallery-item img{
	width: 100%;
}
.news .list-item .am-gallery-item .list-item-text{
	position: relative;
	padding-top: 2rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-bottom: 4px solid #e53100;
	margin-top: 0;
	overflow: hidden;
	background: #fff;
    color: #666;
}
.news .list-item .am-gallery-item .list-item-text h5{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #e53100;
	top: 100%;
	left: 0;
	color: #fff;
	padding: 1rem;
  	-webkit-transform: translate3d(0, 40px, 0);
  	transform: translate3d(0, 40px, 0);
  	-webkit-transition: -webkit-transform 0.35s;
  	transition: transform 0.35s;

}
.news .list-item .am-gallery-item:hover h5 {
	top:0;
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  	color: #fff;
}
.news a.more{
	margin-left: auto;
	margin-right: auto;
}

.into-category{
	position: relative;
}
.into-category img{
	width: 100%;
}
.into-category .bg{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
}
.into-category .bg .text-center{
	width: 60%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 5%;
    padding-bottom: 5%;
    border: 2px solid #fff;
    color: #fff;
}
.into-category .bg .text-center small{
	display: block;
	margin-bottom: 1rem;
}
.into-category .bg .text-center a{
	display: block;
	color: #fff;
    border: 1px solid #fff;
    font-size: 1rem;
    width: 7em;
    height: 2rem;
    line-height: 2rem;
    margin: auto;
}

.into-category .list-item{
	background: #e60012;
	color: #fff;
	padding-top: 2rem;
	padding-bottom: 2rem
}

.into-category .list-item small{
	display: block;
}
.business-service{
	background: #e60012;
	color: #fff;
	overflow: hidden;
	padding:5%;
}
.business-service .am-list-item-text{
	color: #fff;

}
.business-service .am-list-item-text a.more{
	color: #fff;
	border-color: #fff;
	margin-left: auto;
}
.business-case{
	overflow: hidden;
	background: #eee;
}

.swiper-slide {
	text-align:center;
	font-size:18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	transition:300ms;
	transform:scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
   transform: scale(1.2);
}
.swiper-slide img{
   width: 100%
}
.swiper-pagination{
	width: 100%;
}
.swiper-pagination span{
	margin: 10px;
	width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active{
    background: #e60012;
}
.swiper-button-prev,.swiper-button-next{
	color: #999!important;
}
.business-clientele{
	overflow: hidden;
	border:3px solid #e60012;
	padding: 2em 3em;
}
.business-clientele a.more,.business-praise a.more{
	margin-left: auto;
	margin-right: auto;
}
.business-praise li .am-gallery-item{
	position: relative;
	overflow: hidden;
}

.business-praise li .am-gallery-item .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.business-praise li .bg h5{
	position: relative;
	text-align: center;
	width: 100%;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.business-praise li .am-gallery-item:hover .bg{
    top:0;
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}









.column{
	padding-top: 1em;
	background: #e60012;
	color: #fff;
	margin-top: -7.4em;
}
.column dl {
	width: 80%;
	margin: 0 auto;
}
.column dl:after{
	content:"";
	display: block;
	clear: both;
}
.column dl dd{
	height: 4em;
    line-height: 4em;
	border-top: 1px dashed  #ffc561
}
.column dl small{
	display: block;
	margin-bottom: 1rem;
	font-size: 1.4rem;
	text-transform: capitalize;
}
.column dl dd a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
}
.column dl dd.active a,.column dl dd a:hover{
	color: #ffc561;
}
.column .wechat{
	background: #222;
	padding-top: 2.6em;
	padding-bottom: 3em;
}
.column .wechat img{
	width: 100%;
	max-width: 140px;
	margin-top: 1em;
}

.content{
	margin-top: 1em;
	margin-left: 1em;
}
.content h3{
	margin-bottom: 1em
}
.content p{
	font-size: 1.7rem;
	text-indent: 2em;
	line-height: 2em
}
.content .text{
	font-size: 1.7rem;
	text-indent: 2em;
	line-height: 2em
}
.content a.more{
	margin-left: auto;
}
.content .address{
	font-size: 1.6rem;
	color: #333;
	line-height: 2em;
}
.content .address small{
	font-size: 1rem;
	display: block;
}
.content .address img{
	max-width: 120px;
}























@media only screen and (max-width: 960px){
	h2,h3{
		font-size:1.6em;
	}
	h4{
		font-size:1.4em;
	}
	h5,.column dl dd a{
		font-size: 1.7rem;
	}
	.title hr{
		margin: 1rem auto;
	}
	.am-text h1,h1{
		font-size:1.8em;
	}
	.am-text h4,.column dl small{
		font-size:1rem;
	}
	.am-g .title{
		max-width: 100%;
		text-align: center;
	}
	.banner .ban-title small{
		font-size: 1em;
	}
	.left .title hr{
		margin-left: auto;
	}
	.right .title hr{
		margin-right: auto;
	}
	.left .title img{
		display: none !important;
	}
	.am-list-item-text{
		font-size: 1.5rem;
	}

	.am-team-synopsis{
		width: calc(100% - 2rem);
		margin: auto;
		float: initial;
	}
	.am-team-synopsis .am-list-item-text a.more, .declaration-r .am-list-item-text a.more{
		margin-right: auto;
		margin-top: 2rem;
	}
	.business ul{
		background: none;
	}
	.business ul li:nth-child(2n),.news .list-item:nth-child(2n){
		margin-top: 0
	}
	.business ul li{
		margin-bottom: 2rem;
	}
	
	.declaration-l{
		position: absolute;
		width: 100%;
	}
	.declaration-l img{
		height: 100%;
		max-width: initial;
	}
	.declaration-r{
		position: relative;
		padding: 2rem 1rem;
		background: none;
		width: auto;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
	}
	.declaration-r hr{
		margin-left: auto;
	}

	.news .list-item:last-child{
		display: none;
	}
	.business-clientele{
		padding:2em 1rem;
	}





	.column{
		font-size: 80%;
		margin-top: 0;
	padding-bottom: 1em;
	}
	.column dl{
		width: 100%;
	}
	.column dl dd{
		float: left;
		width: 50%;
	}
	.column .wechat,.footer .link{
		display: none;
	}
	.content{
		margin-left: 0;
	}
	.footer .link

}


