﻿@charset "utf-8";
.container .reason_title {
	text-align: center;
}
.container .reason_title hgroup {}

.container .reason_title hgroup h4 {
	color: #666;
	margin: 20px auto;
}
.container .reason_title .line img {
	max-width: 100%;
	margin: 0 auto;
}
.contact{
	margin-top: 60px;
}
.container-fluid{
	padding: 0;
}
.contact_box{
	width: 100%;
	height:322px;
	font-size: 0;
	margin:50px auto;
}
.contact_box li{
	width:22%;
	height: auto;
	display: inline-block;
	*zoom:1;
	*display: inline;
	text-align: center;
	position: relative;
	border-radius:5px;
	float:left;
	margin-left: 3.8%;
}
.contact_box li:first-child{
	margin-left: 0;
}
.contact_box:after{
	content:'';
	clear:both;
}
.pos_kefu{
	position: fixed;
	right:0;
	top: 60%;
	zoom: .8;
	z-index: 1200;
}
.pos_kefu a{
	display: block;
	cursor: pointer;
}
.contact_box li .contact_info{
	padding: 20px 0;
	height: 142px;
	border:1px solid #f8c205;
	border-radius:0 0 6px 6px;
	border-top: 0;
	transition: .3s;
}
.contact_box li h3{
	color: #333;
	padding: 20px 0;
	margin-top: 10px;
}
.contact_box li p{
	color: #333;
	font-size: 16px;
	padding: 0 15px;
}
.contact_box li p a{
	color: #222;
	font-size: 16px;
}
.contact_box li .box_color{
	background: #f8c205;
	height: 102px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition:height .5s;
	border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 768px)  {

@-webkit-keyframes fadeInRight {
				0% {
					opacity: 0;
					-webkit-transform: translateX(180px);
				}
				100% {
					opacity: 1;
					-webkit-transform: translateX(0);
				}
			}
			
			@keyframes fadeInRight {
				0% {
					opacity: 0;
					transform: translateX(100px);
				}
				100% {
					opacity: 1;
					transform: translateX(0);
				}
			}
			/*调用animation属性，从而让按钮在载入页面时就具有动画效果 以-webkit为例，请为不同的浏览器添加前缀 */
			
			.contact_box li:nth-child(1) {
				-webkit-animation-name: "fadeInRight";
				/*动画名称，需要跟@keyframes定义的名称一致*/
				-webkit-animation-duration: .5s;
				/*动画持续的时间长*/
				-webkit-animation-iteration-count: 1;
				/*动画循环播放的次数为1 infinite为无限次*/
			}
			
			.contact_box li:nth-child(2) {
				-webkit-animation: 'fadeInRight' 1s 1
			}
			/* 简写 */
			
			.contact_box li:nth-child(3) {
				-webkit-animation: 'fadeInRight' 1.5s 1
			}
			
		.contact_box li:nth-child(4) {
				-webkit-animation: 'fadeInRight' 2s 1
			}
.contact_box li:nth-child(2){
	border: 0;
}
.contact_box li:nth-child(3){
	margin-right: 1px;
	border: 0;
}
.contact_box li img{
	margin: 16px auto;
	transition: .3s;
}

.contact_box li:hover{
	border: 0;
}
.contact_box li:hover .contact_info {
	border: 0;
	padding-top: 6px;
}
.contact_box li:hover h3{
	color: #fff;
	margin-top: 0;
} 
.contact_box li:hover p,.contact_box li:hover a{
	color: #fff;
} 
.contact_box li:hover .box_color{
	height: 282px;
	background: #f8c205;
	/*background: linear-gradient(180deg,#f8c205,#fd8847);*/
	/*background: -webkit-gradient(linear, 0px 20px, 0 100%, from(#f8c205), to(#ffd8847);*/
	box-shadow:0 0 8px rgba(248,194,5,.6);
	color: #fff;
	border: 1px solid #f8c205;
	border-radius: 8px;
}
.contact_box li:hover img{
	margin-top: 54px;
	margin-bottom: 0;
}
.contact .map_box{
	background:#eee;
	padding: 40px 0;
}
.contact .map_box .map_img{
	width: 100%;
	height: 480px;
	background:url(../img/map_img.png?v=11112) no-repeat center;
}
}
@media only screen and (min-width: 100px) and (max-width: 760px) {
	.container .reason_title {
	text-align: center;
}

.container .reason_title hgroup h2 {
	font-size: 24px;
}

.container .reason_title hgroup h4 {
	color: #666;
	margin: 10px auto;
	font-size: 18px;
	line-height: 28px;
}

.container .reason_title .line img {
	max-width: 100%;
	margin: 0 auto;
	
}
.contact{
	margin-top: 40px;
}
.container-fluid{
	padding: 0;
}
.contact_box{
	width: 100%;
	font-size: 0;
	margin:50px auto;
}
.contact_box li{
	width:100%;
	height: 102px;
	/*display: inline-block;
	*zoom:1;
	*display: inline;
	text-align: center;*/
	position: relative;
	border-radius:5px ;
	margin: 0 auto;
	margin-bottom: 20px;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(180px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*调用animation属性，从而让按钮在载入页面时就具有动画效果 以-webkit为例，请为不同的浏览器添加前缀 */

.contact_box li:nth-child(1) {
	-webkit-animation-name: "fadeInRight";
	/*动画名称，需要跟@keyframes定义的名称一致*/
	-webkit-animation-duration: .5s;
	/*动画持续的时间长*/
	-webkit-animation-iteration-count: 1;
	/*动画循环播放的次数为1 infinite为无限次*/
}

.contact_box li:nth-child(2) {
	-webkit-animation: 'fadeInRight' 1s 1
}
/* 简写 */

.contact_box li:nth-child(3) {
	-webkit-animation: 'fadeInRight' 1.5s 1
	}
	
.contact_box li:nth-child(4) {
		-webkit-animation: 'fadeInRight' 2s 1
}
.contact_box li:nth-child(2){
	border: 0;
}
.contact_box li:nth-child(3){
	margin-right:0;
	border: 0;
}
.contact_box li img{
	width: 58px;
	margin: 23px 0px 23px 10px;
	display: inline-block;
	vertical-align:inherit;
}
.contact_box li .contact_info{
	padding: 0 0;
	height: 100px;
	border-left: 0;
	border-top: 1px solid #F8C205;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	text-align: center;
	border-radius: 0 8px 8px 0;
}
.contact_box li h3{
	color: #333;
	padding-top: 25px;
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 22px;
}
.contact_box li p{
	color: #333;
	font-size: 16px;
}
.contact_box li .box_color{
	background: #f8c205;
	height: 102px;
	width: 30%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition:height 1s;
	border-radius: 8px 0 0 8px;
	transition: .3s;
}
.contact_box li:hover{
	border: 0;
}
.contact_box li:hover .contact_info {
	border: 0;
}
.contact_box li:hover h3{
	color: #fff;
} 
.contact_box li:hover p,.contact_box li:hover a{
	color: #fff;
} 
.contact_box li:hover .box_color{
	width: 100%;
	background: #f8c205;
	/*background: linear-gradient(180deg,#f8c205,#fd8847);*/
	/*background: -webkit-gradient(linear, 0px 20px, 0 100%, from(#f8c205), to(#ffd8847);*/
	box-shadow:0 0 8px rgba(248,194,5,.6);
	color: #fff;
	border: 1px solid #f8c205;
	border-radius: 8px;
}
.contact .map_box{
	background:#eee;
	padding: 40px 0;
}
.contact .map_box .map_img{
	width: 100%;
	height: 480px;
	background:url(../img/map_img.png) no-repeat center;
}
.pos_kefu{
		top: 72%;
		zoom: .5;
	}
}
@media screen and (max-width:415px ) {
	.contact_box li .contact_info{
		width: 77%;
	}
	.contact_box li img{
		margin-left: 25px;
	}
}
@media screen and (max-width:376px ) {
	.contact_box li .contact_info{
		width: 70%;
	}
	.contact_box li img{
		margin-left: 22px;
	}
}



@media screen and (min-width: 992px) {
	.section_partner table {
		float: right;
		width: 70%;
		height: 280px;
	}
	.section_reason .reason_items li {
		width: 23.3%;
	}
	.section_reason .reason_items li .reason_box {
		position: absolute;
		top: 42%;
		left: 50%;
		margin: -40% 0 0 -40%;
	}
}

@media screen and (min-width: 1200px) {
	.section_partner table {
		float: right;
		width: 920px;
		height: 280px;
	}
	/*	.logo_box{
		margin-top:10px ;
	}*/
	.section_reason .reason_items li {
		width: 276px;
		height: 356px;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		text-align: center;
		border: 1px solid #ccc;
		position: relative;
		margin-left: 19px;
		border-radius: 10px;
		transition: all 0.3s ease;
		z-index: 1;
	}
	.section_reason .reason_items li:first-child{
		margin-left: 0;
	}
	.section_reason .reason_items li .reason_box {
		width: 80%;
		height: 80%;
		position: absolute;
		top: 46%;
		left: 50%;
		margin: -40% 0 0 -40%;
	}
	.section_partner .partner_title {
		float: left;
		background: #fff;
		width: 240px;
		height: 280px;
		text-align: center;
		position: relative;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 8px #EFEFEF;
		-moz-box-shadow: 0 0 8px #EFEFEF;
		box-shadow: 0 0 8px #EFEFEF;
	}
	.section_partner .partner_title .partner_box {
		position: absolute;
		top: 30%;
		bottom: 0;
		left: 0;
		right: 0;
	}
}




