@charset "utf-8";
/* CSS Document */
/* =reset 网页样式重置
------------------------------------------------------------------------------------------------------------------------------*/
html { font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;overflow:-moz-scrollbars-vertical;/*强制firefox出现滑动条*/}
body { font-size:0.75em; background: #f8f8f8;}
label { cursor:pointer}
a:link, a:visited { text-decoration:none}
input:focus { outline: none; }
input,button,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;-webkit-appearance:none;}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, var { margin:0; padding:0}

article, aside, footer, header, hgroup, nav, section, figure, figcaption { display: block} /*html5设置*/

h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub{ font-size:1em}
body, input, button, select, textarea, sub{ font-family:Arial, sans-serif}
em, cite, address, optgroup { font-style:normal}
kbd, samp, code { font-family:monospace}

img, input, button, select, textarea { vertical-align:middle;outline:none;}
ul, ol { list-style:none}
img, fieldset { border:0}
abbr, acronym { cursor:help; border-bottom:1px dotted black}
table {	width:100%; border-spacing:0; border:0}
table th, table td { border:0}
legend, hr { overflow:hidden; position:absolute; top:0; left:0}
legend, hr, caption { visibility:hidden; font-size:0; width:0; height:0; line-height:0}

/* =global 统一样式
------------------------------------------------------------------------------------------------------------------------------*/
html {height: 100%;}
body { font-family:"微软雅黑"; height: 100%; }
body img { max-width:100%; }/*图片自适应*/
body h1,body h2,body h3,body h4,body h5,body h6,body strong { font-weight:normal; }/*微软雅体 将原有的bold属性去掉*/
body.fixed { overflow: hidden; height: 100%!important; }
.s-bgContactSubmit:active {
background-color: #ff6b11; text-align: center;font-size: 16px; color: white;
}
.s-bgContactSubmit { background-color: #ff6b00; text-align: center;font-size: 18px; color: white; border-radius:8px; line-height: 44px;}

.f-cur {
cursor: pointer;
}

/* 联系我们 contact 
--------------------------------------------------------*/
.m-contact { padding-bottom: 100px; }

.contact-title { margin-bottom: 20px; border-bottom:1px solid #eee; }
.contact-way { position: relative; width: 100%; /*初始高度，会被JS覆盖*/height:582px;background: #f8f8f8; }
.contact-way p{margin-bottom: 8px;}
@media screen and (max-width: 500px) {
	/*初始高度，会被JS覆盖*/
	.contact-way { /*初始高度，会被JS覆盖*/height:971px; }
}
.contact-way .contact-way-content { position: absolute; top: 0; left: 0; width: 100%; } /* 隐藏的内容 */
.contact-way .contact-way-content.hide { top: 100%; }

.contact-way .contact-way-content .content-item {
	-webkit-transition:margin-top 0.5s,left 1s,right 1s;
	-moz-transition:margin-top 0.5s,left 1s,right 1s;
	-ms-transition:margin-top 0.5s,left 1s,right 1s;
	-o-transition:margin-top 0.5s,left 1s,right 1s;
	transition:margin-top 0.5s,left 1s,right 1s;
}
.contact-way .contact-way-content.Ami960 { height: 100%; }
.contact-way .contact-way-content.Ami960 .content-item { position: absolute; float: none!important; top: 0; }
.contact-way .contact-way-content.Ami960 .way-address { left: 0%; }
.contact-way .contact-way-content.Ami960 .way-form { right: 0%; }
.contact-way .contact-way-content.Ami960 .way-address.shide { left: -100%; }
.contact-way .contact-way-content.Ami960 .way-form.shide { right: -300%; }

.contact-way .way-address { float: left; width:35.5%; padding:16px 2.1% 0; border-right: 1px solid #eee; }
.contact-way .way-address .about { margin-bottom: 35px; }
.contact-way .way-address .about h3 { margin-bottom: 20px; }
.contact-way .way-address .about p { line-height: 150%; }
.contact-way .way-address .touch { margin-bottom: 35px; }
.contact-way .way-address .touch strong { display: block;; margin: 5px 0; }
.contact-way .way-address .location p { margin-bottom: 10px; }

.contact-way .way-form { float: left; width:56.04%; padding-top: 16px; padding-left: 3.96%; }
.contact-way .way-form h3 { margin-bottom: 35px; }
.contact-way .way-form .form-input { padding:0 1.04%; }
.contact-way .way-form .form-input h5 { margin-bottom: 14px; }
.contact-way .way-form .form-input .form-input-item { width: 100%; margin-bottom: 20px; }
.contact-way .way-form .form-input .form-input-item input { height: 38px; line-height: 38px; padding-left: 3%; border: 1px solid #ccc!important; font-size: 16px; color: #ccc; border-radius: 0!important; box-shadow: none!important; }
.noMedia .contact-way .way-form .form-input .form-input-item input { height: 35px; } 

.contact-way .way-form .form-input .form-input-item textarea { height: 70px; padding-left:3%; color: #ccc; border: 1px solid #ccc!important; border-radius: 0!important; }
.contact-way .way-form .form-input .form-input-item input.focus { border-color:#fd8813!important; }
.contact-way .way-form .form-input .form-input-item textarea.focus { border-color:#fd8813!important; }

.contact-way .way-form .form-input .form-input-4 { overflow: hidden; height: 44px; width: 100%; margin-bottom: 0; }
.contact-way .way-form .form-input .form-input-item .submit { float: left; width: 172px; height: 44px; }
.contact-way .way-form .form-input .form-input-item .txt { float: left; width: 55%;padding-left: 10px; }

.contact-way .way-form .form-input p.popup { position: fixed; left: 50%; top:50%; margin-top:-40px; margin-left: -200px;  width: 400px; padding: 15px 0; text-align: center; font-size: 26px; border-radius: 8px; 
	 opacity: 0;
	 filter:alpha(opacity=0);
	 z-index: -1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.contact-way .way-form .form-input p.popup.popup-error { background: #f48813; }
.contact-way .way-form .form-input p.popup.popup-success { background: #55e224; }
.contact-way .way-form .form-input p.popup.on { opacity: 1; z-index: 99; filter:alpha(opacity=100); }

@media screen and (min-width: 960px) {
	.contact-way .way-form .form-input .form-input-item .txt { line-height: 44px; }
}
@media screen and (max-width: 800px) {
	.contact-way .way-form .form-input .form-input-item .txt { width: 50%; }
}
@media screen and (max-width: 740px) {
	.contact-way .way-address { float: none; width: 95%; padding:0 2%; }
	.contact-way .way-address .location .mapBox { display: none; }
	.contact-way .way-form { float: none; width: 96%; padding:20px 2% 0; }

	.contact-way .way-form .form-input .form-input-4 { height: 100%; line-height: 150%; width: 100%; }
	.contact-way .way-form .form-input .form-input-item .submit { float: none; width: 172px; height: 44px; margin:0 auto 20px; }
	.contact-way .way-form .form-input .form-input-item .txt { float: none; width: 100%; text-align: center; }

}
@media screen and (max-width: 500px) {
	.mobileTouch .contact-way .way-form {}
	.contact-way .way-form .form-input .form-input-1 input.f-inputW01 { width: 42.5%; }
}
/* =function 功能样式 */
.f-widthMin { min-width: 960px; margin: 0 auto;} 
.f-widthC {max-width: 960px;margin:0 auto;}
.f-fl {float: left;}
.f-fr {float: right;}
.f-out {text-indent: -9999px; font-size: 0;}
.f-tc {text-align: center;}
.f-cur {cursor: pointer;}
.f-inputW01 { width: 43.3%; }
.f-inputW02 { width: 95%; }
.f-inputW03 { width: 93%; }
.f-marR01 { margin-right: 4%; }
.f-marB01 { margin-bottom: 15px; }
.f-cfl { display: block; height: 0; width: 0; clear: both; float: none; }

h2,strong { font-size: 24px; color: #666; }
h3 { font-size: 18px; color: #666; }
h4 { font-size: 16px; color: #666; }
h5,p,span  { font-size:14px; color: #666; }
a { font-size: 14px; }
img { max-width: 100%; }

/* 移动端字体变大2PX */
.mobileTouch{background: #f8f8f8;}
.mobileTouch h2,.mobileTouchstrong { font-size: 26px; color: #666; }
.mobileTouch h3 { font-size: 17px; color: #666;text-align: center;  }
.mobileTouch h4 { font-size: 18px; color: #666; }
.mobileTouch h5,.mobileTouch p,.mobileTouch span  { font-size:16px; color: #666; margin-bottom: 8px; }
.mobileTouch a { font-size: 14px; }
.mobileTouch select{margin: 3px 0}
/*省市联动*/
.control-label{ color: #666; line-height: 25px;}
select {width: 140px;background-color: #fff;border: 1px solid #ccc;height: 35px;line-height: 35px;padding-left: 3%;font-size: 1.25em;
}  


