

.inside-banner .title {
	width: auto;
	color: #fff;
	background: rgba(255,129,36,0.8);
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%); 
	top: 30%;
	padding: 10px;
}
.inside-banner .content {
	width: auto;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%); 
	background: rgba(255,129,36,0.8);
	padding: 10px;
}
.inside-banner img {
	width: 100%;
}
section.contents .kh_fuwu {
	width: 1400px;
	margin: 0 auto;
}
section.contents .kh_fuwu .img {
	margin: 45px 138px 45px 48px;
}
section.contents .kh_fuwu .img img {
	width: 295px;
}
section.contents .kh_fuwu .text {
	width: 62%;
	font-size: 16px;
	line-height: 30px;
	margin-top: 80px;
	/*text-align: center;*/
}
section.contents .kh_liebiao {
	background: #f9f9f9;
	padding-top: 50px;	
}
section.contents .kh_liebiaos {
	width: 1400px;
	margin: 0 auto;
}
section.contents .kh_liebiaos li {
	height: 250px;
	border: 2px solid transparent;
	overflow: hidden;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;
	background: #fff;	
	margin-bottom: 20px;
}
section.contents .kh_liebiaos li:hover {
	border: 2px solid #fdc231;
}
section.contents .kh_liebiaos li .left {
	height: 492px;
	cursor: pointer;
}
section.contents .kh_liebiaos li .left .top {
	height: 50%;
	width: 388px;
	position: relative;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;
	border-right: 1px solid #f2f2f2;	
}
section.contents .kh_liebiaos li:hover .left .top {
	height: 0;
}
section.contents .kh_liebiaos li .left .top img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	max-width: 100%;
}
section.contents .kh_liebiaos li .left .bottom {
	height: 50%;
	width: 388px;
	position: relative;	
}
section.contents .kh_liebiaos li .left .bottom img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);	
}
section.contents .kh_liebiaos li .right {
	text-align: center;
	display: inline-block;
	width: 72%;
	position: relative;
	height: 100%;
}
section.contents .kh_liebiaos li .right .con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 100%;	
}
section.contents .kh_liebiaos li .right .top {
	display: inline-block;
	width: 80%;
	font-size: 16px;
	padding: 0 63px;
	line-height: 30px;
	position: relative;
}
section.contents .kh_liebiaos li .right .top:before {
	content: '';
	position: absolute;
	background-image: url('/assets/img/content-img/shangyinhao.png');
	top: 5px;
	left: 0;
	width: 24px;
	height: 18px;
	background-size: 100% 100%;	
}
section.contents .kh_liebiaos li .right .top:after {
	content: '';
	position: absolute;
	background-image: url('/assets/img/content-img/xiayinghao.png');
	top: 5px;
	right: 0;
	width: 24px;
	height: 18px;
	background-size: 100% 100%;		
}
section.contents .kh_liebiaos li .right .bottom {
	margin-top: 20px;

}
section.contents .kh_liebiaos li .right .bottom a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #fdc231;
	display: inline-block;
	border-radius: 20px;
	font-size: 0px;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;
	opacity: 0;
}
section.contents .kh_liebiaos li:hover .right .bottom a {
	opacity: 1;
}
section.contents .kh_liebiaos li .right .bottom a span {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;	
}
section.contents .kh_liebiaos li .right .bottom a:hover span {
	margin-right: 30px;
}
section.contents .kh_liebiaos li .right .bottom a img {
	display: inline-block;
}
section.contents .more {
	width: 1400px;
	margin: 0 auto;
	text-align: center;	
	padding-top: 20px;	
	padding-bottom: 40px;	
}
section.contents .more a {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #fdc231;
	color: #fff;
	border-radius: 20px;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;
}
section.contents .more a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1600px) {
	.inside-banner .title {
		top: 27%;
	}
}


@media screen and (max-width: 1440px) { 
	section.contents .kh_fuwu {
	    width: 1200px;
	}
	section.contents .kh_fuwu .img {
	    margin: 45px 80px 45px 48px;
	}	
	section.contents .kh_liebiaos {
		width: 1200px;
	}
	section.contents .kh_liebiaos li .right {
	    width: 67%;
	}	
	section.contents .kh_liebiaos li .right .top {
		width: 95%;
		padding: 0 40px;
	}
	section.contents .more {
	    width: 1200px;
	}	
	.inside-banner .title {
		top: 30%;
	}		
}


@media screen and (max-width: 1366px) {
	.inside-banner .title { 
		top: 34%;
		padding: 8px;
	}
	.inside-banner .content {
		top: 55%;
		padding: 8px;
	}
}


@media screen and (max-width: 1280px) {
	section.contents .kh_fuwu {
	    width: 1000px;
	}
	section.contents .kh_fuwu .img img {
	    width: 250px;
	}
	section.contents .kh_fuwu .img {
	    margin: 45px 40px 45px 30px;
	}
	section.contents .kh_fuwu .text {
	    width: 67%;
	    margin-top: 55px;
	}
	section.contents .kh_liebiaos {
	    width: 1000px;
	}
	section.contents .kh_liebiaos li .left .bottom {
	    width: 350px;
	}
	section.contents .kh_liebiaos li .left .top {
	    width: 350px;
	}
	section.contents .kh_liebiaos li {
		height: 222px;
	}
	section.contents .kh_liebiaos li .left {
		height: 444px;
	}
	section.contents .kh_liebiaos li .right {
	    width: 64%;
	}
	section.contents .kh_liebiaos li .right .top {
	    width: 98%;
	    padding: 0 30px;
	}
	section.contents .more {
	    width: 1000px;
	}	
}

@media screen and (max-width: 1024px) { 
	.inside-banner .title {
		font-size: 30px;
	}
	.inside-banner .content {
	    font-size: 22px;
	    margin-top: 10px;
	}
	.inside-banner .nav-link {
	    padding: 10px 0;
	}
	section.contents .kh_fuwu {
	    width: 760px;
	}
	section.contents .kh_fuwu .img img {
	    width: 200px;
	}
	section.contents .kh_fuwu .img {
	    margin: 45px 20px 45px 20px;
	}
	section.contents .kh_fuwu .text {
	    font-size: 14px;
	    line-height: 24px;
	}
	section.contents .kh_liebiaos {
	    width: 760px;
	}
	section.contents .kh_liebiaos li .left .bottom {
	    width: 300px;
	}
	section.contents .kh_liebiaos li .left .top {
	    width: 300px;
	}
	section.contents .kh_liebiaos li {
		height: 190px;
	}
	section.contents .kh_liebiaos li .left {
		height: 380px;
	}
	section.contents .kh_liebiaos li .right {
	    width: 60%;
	}
	section.contents .kh_liebiaos li .right .top {
	    font-size: 14px;
	    line-height: 24px;
	}
	section.contents .kh_liebiaos li .right .top:before {
	    width: 19px;
	    height: 14px;
	}
	section.contents .kh_liebiaos li .right .top:after {
	    width: 19px;
	    height: 14px;
	}
	section.contents .kh_liebiaos li .right .bottom {
	    margin-top: 10px;
	}
	section.contents .more {
	    width: 760px;
	}
}



@media screen and (max-width: 768px) {
	.inside-banner img {
		position: relative;
		width: 150%;
		left: 50%;
		transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);		
	}
	.inside-banner .title {
	    font-size: 20px;
	    line-height: 30px;
	}	
	.inside-banner .content {
	    font-size: 14px;
	    margin-top: 5px;
	}	
	section.contents .kh_fuwu {
		width: 100%;
	}
	section.contents .kh_fuwu .img {
	    margin: 0;
	    width: 30%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    margin-right: 10px;
	    margin-left: 10px;
	}
	section.contents .kh_fuwu .img img {
	    width: 100%;
	}
	section.contents .kh_fuwu .text {
	    margin-top: 30px;
	  	width: 62%;  
	}
	section.contents .kh_liebiaos {
	    width: 100%;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	section.contents .kh_liebiaos li .left .bottom {
		display: none;
	}
	section.contents .kh_liebiaos li:hover .left .top {
		height: 50%;
	}
	section.contents .kh_liebiaos li .left {
		width: 30%;
	}
	section.contents .kh_liebiaos li .left .top {
	    width: 100%;
	}
	section.contents .kh_liebiaos li .right {
	    width: 70%;
	}

	section.contents .kh_liebiaos li .right .bottom a {
		opacity: 1;
		width: 130px;
	}
	section.contents .kh_liebiaos li .right .bottom a span {
	    margin-right: 10px;
	    font-size: 12px;
	}
	section.contents .kh_liebiaos li .right .bottom a:hover span {
		margin-right: 10px;
	}
	section.contents .more {
		width: 100%;
	}
	section.contents .kh_liebiaos li .top img {
		width: 60%;
	}

}

@media screen and (max-width: 414px) {
	section.contents .kh_fuwu .img {
	    margin: 0;
	    width: 100%;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    margin-right: 0px;
	    margin-left: 0px;
	}
	section.contents .kh_fuwu .img img {
/*		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
		padding-bottom: 20px;*/
		padding: 20px 21%;
	}
	section.contents .kh_fuwu .text {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	    margin-top: 0;		
	}
	section.contents .kh_liebiaos li .right .top {
	    font-size: 12px;
	    line-height: 20px;
	}
	section.contents .kh_liebiaos li .right .top:before {
		display: none;
	}
	section.contents .kh_liebiaos li .right .top:after {
		display: none;
	}
	section.contents .kh_liebiaos li .right .top {
	    padding: 0;
	}
	section.contents .kh_liebiaos li .right .bottom a {
	    width: 110px;
	    height: 35px;
	    line-height: 35px;
	}
	section.contents .more a {
	    width: 100px;
	    font-size: 12px;
	    height: 35px;
	    line-height: 35px;
	}	
	.inside-banner .title {
		top: 16%;
		font-size: 16px;
		line-height: 20px;
	}
	.inside-banner .content {
		top: 40%;
		width: 100%;
		text-align: center;
	}	
}

@media screen and (max-width: 320px) {
	.inside-banner .title {
		top: 12%;
	}
}

