@charset "gb2312";
.head {
	position: fixed;
	z-index: 99999999;
	width: 100%;
	height: 130px;
	background-color: #FFFFFF;
}
.head-top-bar {
	width: 100%;
	height: 40px;
	background-color: #e1f0e9;
}
.head-top-bar-holder {
	width: 1200px;
	height: 40px;
	margin: auto;
}
.head-welcome-word {
	float: left;
	height: 40px;
}
.head-welcome-word a {
    display: block;
    float: left;
    line-height: 40px;
	font-size: 14px;
	color: #0c8391;
}
.head-store {
	float: right;
	height: 40px;
    background-image: url("../img/add-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
}
.head-store a {
    display: block;
    float: left;
    line-height: 40px;
	font-size: 14px;
	color: #0c8391;
}
.head-tel {
	float: right;
	height: 40px;
    background-image: url("../img/tel-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    margin-left: 50px;
}
.head-tel a {
    display: block;
    float: left;
    line-height: 40px;
	font-size: 14px;
	color: #0c8391;
}
.head-tel span {
    display: block;
    float: left;
    line-height: 40px;
	font-size: 22px;
    font-weight: bold;
	color: #0c8391;
}
.head-main {
	width: 1200px;
	height: 90px;
	margin: auto;
}
.head-logo {
	float: left;
	width: 300px;
	height: 90px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.head-nav {
	float: left;
	width: 600px;
	height: 90px;
}
.head-search {
	float: left;
	width: 300px;
	height: 90px;
    padding: 27px 0px 27px 60px;
}
.head-search select {
	display: block;
    float: left;
	width: 70px;
	height: 36px;
    text-align: center;
	line-height: 36px;
	font-size: 14px;
    color: #9ccdb6;
    background-image: url("../img/head-search-select.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 5px!important;
}
.head-search input[type="text"] {
	display: block;
    float: left;
	width: 97px;
	height: 36px;
    padding: 0px 10px;
	line-height: 36px;
	font-size: 14px;
    background-image: url("../img/head-search-input.jpg");
    background-repeat: repeat-x;
    background-position: center;
}
.head-search input[type="submit"] {
	display: block;
    float: left;
	width: 73px;
	height: 36px;
    padding-left: 15px;
	line-height: 36px;
	font-size: 14px;
    color: #FFF;
	text-align: center;
	background-image: url("../img/head-search-submit.jpg");
    background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
}
/*---------------------------------------------------------*/
.footer-message {
	position: relative;
	width: 100%;
	background-color: #9ccdb6;
}
.footer-message-holder {
    width: 1200px;
    height: 100px;
    margin: auto;
}
.footer-message-title {
    display: block;
    float: left;
    width: 430px;
    height: 100px;
    background-image: url("../img/footer-message-title.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.footer-message-form {
    display: block;
    float: left;
    width: 770px;
    height: 100px;
}
.footer-message-form div {
    position: relative;
    display: block;
    float: left;
    margin: 29px 0px 29px 10px;
}
.footer-message-form input[type="text"] {
	display: block;
	width: 160px;
	height: 42px;
    padding: 10px;
	line-height: 22px;
	font-size: 16px;
    color: #9ccdb6;
    border-radius: 5px;
    background-color: #FFF;
}
.footer-message-form select {
	display: block;
	width: 100px;
	height: 42px;
    padding: 10px;
	line-height: 22px;
	font-size: 16px;
    color: #9ccdb6;
    border-radius: 5px;
    background-color: #FFF;
}
.footer-message-form input[type="submit"] {
	display: block;
	width: 140px;
	height: 42px;
    padding: 10px;
	line-height: 22px;
	font-size: 26px;
    font-weight: bold;
    color: #FFF;
    border-radius: 5px;
    background-color: #08707c;
	cursor: pointer;
}
/*定义表单placeholder的样式*/
.footer-message-form input::-webkit-input-placeholder {
	color: #9ccdb6;
	font-size: 16px;
	line-height: 22px;
}
.footer-message-form input:-moz-placeholder {
	color: #9ccdb6;
	font-size: 16px;
	line-height: 22px;
}
.footer-message-form input::-moz-placeholder {
	color: #9ccdb6;
	font-size: 16px;
	line-height: 22px;
}
.footer-message-form input:-ms-input-placeholder {
	color: #9ccdb6;
	font-size: 16px;
	line-height: 22px;
}
/*定义表单错误提示的样式*/
.footer-message-form div span {
	display: none;
	position: absolute;
    z-index: 10;
    width: 100%;
	padding: 10px;
    margin-top: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #08707c;
	background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px #CCC;
	box-shadow: 0px 0px 5px 0px #CCC;
}
/*---------------------------------------------------------*/
.footer-main {
	position: relative;
	width: 100%;
    padding: 50px 0px;
	background-color: #0c8391;
}
.footer-main-holder {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.footer-main-left {
    display: block;
    float: left;
    width: 350px;
}
.footer-logo {
    width: 280px;
}
.footer-logo img {
    display: block;
    width: 100%;
}
.footer-contact {
    width: 100%;
    margin-top: 50px;
}
.footer-title {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
    font-weight: bold;
	color: #FFF;
}
.footer-tel {
	display: block;
	width: 100%;
	height: 48px;
	padding-left: 50px;
	background-image: url(../img/footer-tel-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 48px;
	font-size: 30px;
	color: #FFFFFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.footer-text {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
}
.footer-icon {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.footer-icon a {
	position: relative;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}
.footer-icon .footer-qq {
	background-image: url(../img/footer-qq.png);
}
.footer-icon .footer-wx {
	background-image: url(../img/footer-wx.png);
}
.footer-icon .footer-wx i {
	position: absolute;
	top: -200px;
	left: -55px;
	display: none;
	width: 150px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.footer-icon .footer-wx:hover i {
	display: block;
}
.footer-icon .footer-tb {
	background-image: url(../img/footer-tb.png);
}
.footer-icon .footer-xl {
	background-image: url(../img/footer-xl.png);
}
.footer-main-center {
    display: block;
    float: left;
    width: 700px;
}
.footer-menu {
    float: left;
    width: 140px;
}
.footer-link {
	display: block;
	width: 100%;
	line-height: 32px;
	font-size: 16px;
	color: #fff3c2;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.footer-link:first-child {
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 20px;
}
.footer-link:hover {
	color: #FFF;
}
.footer-main-right {
    display: block;
    float: left;
    width: 150px;
}
.footer-qr {
    width: 100%;
    margin-top: 25px;
}
.footer-qr img {
    display: block;
    width: 100%;
}
/*---------------------------------------------------------*/
.footer-copyright {
    width: 100%;
    height: 50px;
    padding: 15px 0px;
    background-color: #08707c;
    text-align: center;
}
.footer-copyright span {
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
}
.footer-copyright a {
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    margin-left: 50px;
}