﻿body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; }
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/f15455bbc2cc497ba842a5a284d31513.woff') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*inner-wrap*/
.inner-wrap {
	width: 86%;
	margin: 0 auto;
	max-width: 1400px;
}


/*=========
	contact
===============================*/
.contact {

	/*background: #f8f8f8;*/
}
.contact-box {
	text-align: center;
	background: url("../images/bg1.jpg") no-repeat center;
	background-size: cover;
	overflow: hidden;
	padding: 3% 0;
}

.contact-view > div {
	float: left;
	margin: 1%;
	
	text-align: center;
}
.contact-con {
	width: 33%;height:500px;
	text-align: left;
	background: #ffffff;
}
.contact-con ul { box-sizing:border-box; padding:6%;
	text-align: left;
}
.contact-con-li {
	position: relative;
	padding:18px 10px 18px 50px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
}
.contact-con-li:last-child {
	border: none;
}
.contact-con-li .ico {
	position: absolute;
	left: 0;
	top: 20px;
	display: block;
	width: 32px;
	height: 32px;
	background-position: 0 0;
	background-size: 100% 100%
}
.contact-con-li .addr {
	background-image: url(../images/h_ctc_ico1.png);
}
.contact-con-li .tel {
	background-image: url(../images/h_ctc_ico2.png);font-size:15px;
}
.contact-con-li .fax {
	background-image: url(../images/h_ctc_ico3.png);
}
.contact-con-li .mail {
	background-image: url(../images/h_ctc_ico4.png);
}
.contact-con-li .tit {
	font-size: 16px;
    color: #000;
}
.contact-con-li .txt {
	color: #333;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.contact-img {
	width: 62%;
	padding: 5px;
}
#allmap {
	height:100%;
	width: 100%;
	margin: 0 auto;
}
.contact-com {
	clear: both;
	padding: 5% 0;
}
.contact-item-box {
	overflow: hidden;
}
.contact-item {
	text-align: left;
	cursor: pointer;
	width: 31%;
	margin: 1%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	background: #f4f4f4;
	padding: 2% 3%;
}
.contact-item .contact-item-line {
	position: absolute;
	left: 0;
	width: 3px;
	z-index: 9;
	top: 30px;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	display: block;
	transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-moz-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.contact-item .contact-item-line1 {
	background: #bc9f5f;
}
.contact-item .contact-item-line2 {
	background: #444;
	height: 0;
	z-index: 12;
}
.contact-item h4 {
	font-size: 1rem;
	color: #bc9f5f;
	margin-bottom: 3%;
	transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-moz-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.contact-item-p {
	height: 102px;
}
.contact-item p {
	line-height: 30px;
	font-size: 13px;
}
.contact-item img {
	width: 20px;
	vertical-align: middle;
}
.contact-item em {
	display: inline-block;
	width: 15px;
	height: 20px;
	text-align: center;
	color: #dddddd;
	overflow: hidden;
	vertical-align: sub;
	font-style: inherit;
}
.contact-item span {
}
.contact-item-ewm {
	position: absolute;
	right: 6%;
	bottom: 12%;
	width: 18%;
}
.contact-item-ewm img {
	width: 100%;
}
.contact-item:hover .contact-item-line2 {
	height: 24px;
	line-height: 24px;
}
.contact-item:hover h4 {
	color: #000;
}
