﻿@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-size: 1em;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
}

body {
	font-size: 62.5%;
    font-family: 'Roboto', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background-color: #f9f9f9;
}

@font-face {
    font-family: montserrat;
    src: url(../fonts/montserrat.ttf);
    src: url(../fonts/montserrat.eot?#iefix) format('embedded-opentype'), url(../fonts/montserrat.ttf) format('truetype'), url(../fonts/montserrat.svg#roboto) format('svg');
    font-weight: 400;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

* {
	box-sizing: border-box;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: Roboto;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}


.common {
	margin: 0 auto;
	width: 80%;
}

@media only screen and (max-width: 768px){
	.common {
		margin: 0 20px;
		width: auto;
	}

}

.headLine {
	margin-bottom: 50px;
	font-size: 44px;
	font-family: montserrat;
	font-weight: bold;
	text-align: center;
}

.headLine span {
	margin-top: 10px;
	display: block;
	color: #444;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

#footer {
	background: #262626;
}

#footer .fBox {
	margin: 0 auto;
	padding: 50px 0;
	width: 80%;
}

#footer .fBox .logo {
	width: 30%;
	float: left;
	color: #fff;
	font-size: 38px;
}

#footer .fBox .ttl {
	margin-bottom: 15px;
	color: #fff;
	font-family: montserrat;
	font-size: 22px;
	font-weight: bold;
}

#footer .fBox .navi {
	width: 30%;
	float: left;
}

#footer .fBox .navi li {
	margin-bottom: 10px;
}

#footer .fBox .navi li a {
	color: #fff;
	font-size: 17px;
}

#footer .fContact {
	float: right;
	width: 30%;
}

#footer .fContact .txt {
	margin-bottom: 5px;
	color: #fff;
	font-size: 17px;
}

#footer .fContact .txt a {
	color: #fff;
}

#footer .copyright {
	overflow: hidden;
	background: #000;
}

#footer .copyright p {
	margin: 0 auto;
	padding: 15px 0;
	width: 80%;
	color: #fff;
	font-size: 15px;
}

@media only screen and (max-width: 768px){
	#footer {
		background: #262626;
	}
	
	#footer .fBox {
		margin: 0 auto;
		padding: 50px 20px;
		width: auto;
	}
	
	#footer .fBox .logo {
		margin-bottom: 10px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#footer .fBox .navi {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}
	
	#footer .fBox .navi li {
		margin-bottom: 10px;
		width: 50%;
		float: left;
	}
	
	#footer .fBox .navi li a {
		color: #fff;
		font-size: 17px;
	}
	
	#footer .fContact {
		float: none;
		width: auto;
	}
	
	#footer .fContact .txt {
		margin-bottom: 5px;
		color: #fff;
		font-size: 17px;
	}
	
	#footer .fContact .txt a {
		color: #fff;
	}
	
	#footer .copyright {
		overflow: hidden;
		background: #000;
	}
	
	#footer .copyright p {
		margin: 0 auto;
		padding: 15px 0;
		width: 80%;
		color: #fff;
		font-size: 15px;
	}

}



.contact {
	padding: 100px 0;
	background: url(../image/contact_bg.jpg) no-repeat center center;
}

.contact h2 {
	margin-bottom: 20px;
	color: #fff;
	font-family: montserrat;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.contact .add {
	margin-bottom: 10px;
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.contact .link {
	margin-bottom: 20px;
}

.contact .link a {
	margin: 0 auto;
	padding: 10px 0;
	width: 250px;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #FE7503;
	border-radius: 40px;
}
.pageLead {
	height: 580px;
	overflow: hidden;
	background: url(../image/page_about.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead h2 {
	padding-top: 15%;
	color: #fff;
	font-family: montserrat;
	font-size: 56px;
	text-align: center;
}

.pageLead h2 span {
	display: block;
	font-size: 18px;
}


