﻿@charset "utf-8";
.banner {
	background: url(../images/bannerc.jpg) no-repeat center;
}

.contact-detail {
	width: 990px;
	margin: 60px auto 0;
}

/*联系方式列表 start*/
.contact-l {
	padding-top: 20px;
}

.contact-item {
	height: 55px;
	margin-bottom: 5px;
}

.contact-item:last-child {
	margin-bottom: 0;
}

.contact-item strong {
	font-size: 18px;
	letter-spacing: 2px;
	color: rgb(102,102,102);
	font-weight: bold;
}

.contact-item span {
	font-size: 16px;
	letter-spacing: 2px;
	color: rgb(90,90,90);
}

.tel-icon,
.qq-icon,
.mail-icon,
.net-icon,
.addr-icon {
	width: 52px;
	height: 52px;	
}

.tel-icon {
	background: url(../images/telc.png) no-repeat center;
	background-size: 100% 100%;
}

.qq-icon {
	background: url(../images/qqc.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.mail-icon {
	background: url(../images/mailc.png) no-repeat center;
	background-size: 100% 75%;
}

.net-icon {
	background: url(../images/netc.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.addr-icon {
	background: url(../images/addrc.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.tel-info,
.qq-info,
.mail-info,
.net-info,
.addr-info {
	margin-left: 20px;
	line-height: 1.5;
}
/*联系方式 end*/

/*表单 start*/
.contact-r {
	width: 430px;
}

.contact-r .form-item {
	width: 100%;
	margin: 9px 0 13px;
}

.contact-r .form-item-last {
	margin-bottom: 18px;
}

.contact-r .form-title {
	box-sizing:border-box;
	height: 41px;
	padding: 10px 0;
	line-height: 21px;
	font-size: 14px;
	color: #5a5a5a;
}

.contact-r .reqtip {
	color: #666;
}

.contact-r .inpbox {
	width: 400px;
}

.contact-r .inpbox .inptext {
	display: block;
	width: 100%;	
	height: 40px;
	line-height: 38px;
	border: 1px solid #255690;
	border-radius: 5px;
	font-size: 13px;
	color: #434343;
	text-indent: 5px;
	background-color: #fff;
}

.contact-r .inpbox .inptext:focus {
	border-color: #666;
}

.contact-r .inpbox textarea.inptext {
	height: 88px;
	padding: 5px 0;
	text-indent: 0;
	line-height: 14px;
}

.contact-r .btnsubmit {
	display: block;
	width: 400px;
	height: 40px;
	line-height: 40px;
	background: #255690;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
/*表单 end*/

/*营销网络 start*/
.contact-r table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666;
	text-align: center;
	font-size: 16px;
}

.contact-r table th {
	text-align: center;
}

.contact-r table th,
.contact-r table td {
	border: 1px solid #666;
	height: 30px;
	line-height: 30px;
}
/*营销网络 end*/

/*二维码 start*/
.c-code-wrap {
	box-sizing: border-box;
	height: 382px;
	padding: 40px 56px;
	margin-top: 64px;
	margin-bottom: 80px;
	border: 1px solid #666;
}

.code-l,
.code-r {
	width: 360px;
}

.code-divider {
	box-sizing: border-box;
	width: 151px;
	height: 220px;
	padding: 0 75px;
}

.col-line {
	box-sizing: border-box;
	width: 1px;
	height: 220px;
	border-left: 1px dashed #666;
}

.c-code-img {
	box-sizing: border-box;
	width: 182px;
	height: 182px;
	border: 1px solid #ccc;	
	margin: 19px auto 14px;
}

.code-l .c-code-img {
	background: url(../images/tianmao.jpg) no-repeat center;
	background-size: 100% 100%;
}

.code-r .c-code-img {
	background: url(../images/weixin.jpg) no-repeat center;
	background-size: 100% 100%;
}

.code-title {
	height: 24px;
	margin-bottom: 14px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	letter-spacing: 1px;
}

.code-introduce {
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #666;
}
/*二维码 end*/

/*地图 start*/
.map-container {
	width: 990px;
	height: 389px;
	margin: 0 auto 70px;
	background: #ccc;
	border: 1px solid #aaa;
}
/*地图 end*/

.swiper-slide{
	text-align: center!important;
}