﻿body {
	font-family: 'Microsoft YaHei';
}
@font-face {
	font-family: "fzlt";
	src: url("")
}
;

.fixpage {
}

.fix-logo-all {
	position: fixed;
	z-index: 999;
	left: 2.6%;
	top: 1%;
}
.fix-logoimg-all, .fix-logoname-all {
	position: relative;
	display: inline-block;
}
.fix-logoimg-all img {
	width: 195px;
}
.fix-logoname-all img {
	
	height: 55px;
}
.fix-logoimg-h, .fix-logoname-h {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	padding-top: 8px;
}
.no1st .fix-logoimg-h, .no1st .fix-logoname-h {
	opacity: 1;
}

.fix-nav-all {
	position: fixed;
	z-index: 999;
	right: 2.6%;
	top: 4.2%;
}
.fix-nav-close {
	display: none;
}
.fix-nav-all > ul {
	font-size: 0;
}
.fix-nav-all > ul > li {
	display: inline-block;
	margin-left: 45px;
	font-size: 16px;
}
.fix-nav-all > ul > li a {
	position: relative;
	padding-bottom: 11px;
	color: #fff;
	opacity: .7;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.fix-nav-all > ul > li.active a, .fix-nav-all > ul > li:hover a {
	opacity: 1;
}
.fix-nav-all > ul > li > a::before {
	content: "";
	position: absolute;
	left: 1px;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.fix-nav-all > ul > li.active > a, .fix-nav-all > ul > li:hover > a {
	color: #fff;
}
.no1st .fix-nav-all > ul > li > a {
	color: #00693e;
}
.no1st .fix-nav-all > ul > li > a::before {
	background: #00693e;
}
.fix-nav-all > ul > li.active > a::before, .fix-nav-all > ul > li:hover > a::before {
	width: 100%;
	right: 0;
}

.fix-qq-all-all {
	position: fixed;
	z-index: 999;
	right: 2.6%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fix-qq-all {
	padding-top: 12px;
	border: 1px solid #fff;
	width: 82px;
	height: 82px;
	text-align: center;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-o-transition: .5s .3s;
	-moz-transition: .5s .3s;
	transition: .5s .3s;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.show.fix-qq-all {
	height: 352px;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.no1st .fix-qq-all {
	border: 1px solid #69ad91;
}
.fix-share-all {
	margin-top: 20px;
}
.fix-qq-one {
	margin-bottom: 20px;
}
.fix-qq-one-hide {
	opacity: 0;
	visibility: hidden;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.show .fix-qq-one-hide {
	opacity: 1;
	visibility: visible;
	-o-transition: .5s .3s;
	-moz-transition: .5s .3s;
	transition: .5s .3s;
}
.fix-qqimg-all {
	position: relative;
	padding-bottom: 11px;
}
.fix-qqimg {
	position: relative;
	display: inline-block;
}
.fix-qqimg em {
	position: absolute;
	display: block;
	right: -12px;
	bottom: 0;
	width: 28px;
	height: 16px;
	background: url(../image/qqol-on.png) no-repeat center center;
}
.fix-qqimg em.off {
	background: url(../image/qqol-off.png) no-repeat center center;
}
.fix-qqimg-h {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.no1st .fix-qqimg-h {
	opacity: 1;
}
.fix-qqimg i, .no1st .fix-qqimg-h i {
	position: absolute;
	display: block;
	left: 2px;
	top: 0;
	width: 10px;
	height: 4px;
	background-color: #1d8058;
	opacity: 0;
	-o-transition: .1s .2s;
	-moz-transition: .1s .2s;
	transition: .1s .2s;
}
.fix-qqimg i {
	background-color: #fff;
}
.fix-qqimg i:last-child, .no1st .fix-qqimg-h i:last-child {
	left: 2px;
	top: 5px;
}
.fix-qqname-all {
	color: #fff;
	line-height: 12px;
	font-size: 12px;
	-o-transition: .5s, font-size 0s;
	-moz-transition: .5s, font-size 0s;
	transition: .5s, font-size 0s;
}
.no1st .fix-qqname-all {
	color: #00693e;
}

.fix-next-all {
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 90%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.fix-nextimg-h {
	position: absolute;
	top: 0;
	opacity: 0;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.no1st .fix-nextimg-h {
	opacity: 1;
}

.fix-lang-all {
	position: fixed;
	z-index: 999;
	right: 2.6%;
	bottom: 6.03%;
	color: #fff;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.fix-lang-all a {
	font-size: 16px;
	color: #fff;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.no1st .fix-lang-all, .no1st .fix-lang-all a {
	color: #999;
}
.no1st .fix-lang-all a.cur {
	color: #00693e;
}
.fix-lang-all a.cur, .fix-lang-all a:hover {
	color: #00bd47;
}

.footer-all {
	position: relative;
	width: 100%;
	height: 100%;
	background: #03663b;
}
.footer-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.footer-bg img {
	height: 100%;
}
.footer-wrap {
	position: relative;
	z-index: 1;
	
	height: 403px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-wrap-in {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 2.6%;
	padding-left: 2.6%;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-friend {
	text-align: center;
	font-size: 0;
	margin-bottom: 6px;
	color: #fff;
}
.footer-friend span, .footer-friend a {
	line-height: 32px;
	font-size: 14px;
	color: #fff;
}
.footer-friend span {
	margin-right: 14px;
}
.footer-friend a:not(:last-child)::after {
	content: '|';
	margin-right: 14px;
	margin-left: 14px;
}
.footer-friend a:hover {
	text-decoration: underline;
}
.footer-col-list {
	display: inline-block;
	vertical-align: top;
}
.footer-col {
	margin-left: 33%;
	display: inline-block;
	margin-right: 200px;
	color: #fff;
	vertical-align: top;
}
.footer-col p, .footer-col pre, .footer-sup, .footer-sup a {
	line-height: 32px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.footer-sup, .footer-sup a {
	color: #11bb75;
}
.footer-qrcode {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.footer-qrcode-img {
	display: inline-block;
	width: 83px;
	height: 81px;
}
.footer-qrcode p {
	margin-top: 15px;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
}
.footer-col p a.tel {
	color: #fff;
}
.gotop {
	display: inline-block;
	float: right;
	cursor: pointer;
}
#WidgetLauncher {
	display: none !important;
}
#WidgetFloaterPanels {
	left: -500px !important;
}
#WidgetFloaterPanels + div {
	display: none !important;
}
*[lang="en"] {
	background-color: transparent !important;
}
.none {
	display: none;
}

.page {
	margin-top: 30px;
}
.page > ul {
	font-size: 0;
	text-align: center;
}
.page > ul > li {
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	vertical-align: top;
	font-size: 16px;
}
.page > ul > li a, .page > ul > li span {
	display: block;
	padding: 5px 10px;
	border: 1px solid #69ad91;
	cursor: pointer;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.page > ul > li:hover a, .page > ul > li:hover span, .page > ul > li.active a, .page > ul > li.active span {
	background-color: #00693e;
	color: #fff;
}
.shouyefoot{
	width:100%; 
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
    bottom: 0px;
    opacity: 99;
    color: #fff;
}
.shouyefoot a{
	color: #fff;
}
.chb_foot_box {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	height: 300px;
}
.chb_foot_A {
	float: left;
	border-right: 1px solid #323232;
	height: 254px;
	padding-right: 138px;
	padding-left: 28px;
}
.chb_foot_ul .chb_foot_A:first-child {
	padding-left: 0;
}
.chb_foot_ul .chb_foot_A:last-child {
	padding-right: 0;
	border-right: none;
}
.chb_foot_top {
	background-color: #1e1e1e;
	padding-bottom: 40px;
}
.chb_foot_yiji {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 21px;
}
.chb_foot_erji a {
	font-size: 14px;
	color: #a8a8a8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.chb_foot_erji li {
	line-height: 27px;
}
.chb_foot_erji a:hover {
	color: #ffffff;
}
.chb_foot_ul {
	float: left;
}
.chb_foot_r {
	float: right;
	width: 388px;
}
.chb_foot_input {
	position: relative;
}
.chb_foot_input input.input_text {
	width: 360px;
	height: 37px;
	border: none;
	padding-left: 11px;
	font-size: 14px;
	color: #a8a8a8;
	background-color: #363636;
}
.chb_foot_input input.input_submit {
	position: absolute;
	right: 0;
	top: 0;
	background: url(404.png) no-repeat center;
	width: 37px;
	height: 37px;
	border: none;
}
.chb_foot_gz {
	margin-top: 25px;
}
.chb_foot_gz span {
	vertical-align: middle;
	font-size: 14px;
	color: #a8a8a8;
	margin-left: 15px;
}
.chb_foot_gz a {
	vertical-align: middle;
	margin-left: 18px;
}
.chb_foot_gz a:hover {
	opacity: 0.6;
}
.chb_foot_bottom {
	height: 60px;
	line-height: 58px;
	background-color: #000000;
}
.chb_foot_bottom_box {
	width: 1200px;
	margin: 0 auto;
}
.chb_foot_bottom_box span {
	font-size: 12px;
	color: #a8a8a8;
}
.chb_foot_bottom_box span a{
	font-size: 12px;
	color: #a8a8a8;
}
.chb_foot_a {
	margin-right: 30px;
}
.chb_foot_c {
	float: right;
}
.chb_foot_c a {
	color: #a8a8a8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.chb_foot_c a:hover {
	color: #ffffff;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
    display: table;
    content: "";
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix, .c {
    zoom: 1;
    clear: both;
}
.add {
    color: #a8a8a8;
}
.add p {
    margin-bottom: 8px;
	margin: 1em 0;
}
.addbiaotien {
    font-size: 16px;
    font-weight: bold;
    font-family: '340ExtendedLight';
}
.layout {
    overflow: hidden;
    width: 100%;
}
.layout2 {
    overflow: hidden;
    width: 100%;
	
}
.slideshow {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.clearfix:after, .layout:after, .container:after, .container-layout:after, .line:after, .line-small:after, .line-middle:after, .line-big:after, .nav-main:after, .nav-sub:after, .navbar:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.dingzhi-bg{padding-top:26px;padding-bottom:50px;background-color:#f9f9f9;margin-top: 40px;}
.gbook{width:800px;margin-top:26px;    margin: 0 auto;}
.gbook p{height:86px;line-height:21px;overflow:hidden;font-size:14px;color:#333}
.gbook p span{font-weight:bold;color:#f00}.gbook dl{height:215px;overflow:hidden;margin-top:25px}.gbook dl dt{float:left;width:287px;padding: 8px 0 15px 0;}.gbook dl dt li{margin-top:22px}.gbook dl dt li img{margin:0 5px}.gbook dl dt li:first-child{margin-top:0}
.gbook dl dd{float:right;width:455px}
.gbook input,.gbook textarea{font-family:"Microsoft Yahei";font-weight: normal;font-size: 14px;}
.wbk{width:307px;height:35px;padding:9px 10px;border:1px #b8b8b8 solid;background-color:transparent}
.yzm{width:40px;height:15px;padding:7px 5px;border:1px #b8b8b8 solid;background-color:transparent}
.wby{width:433px;height:207px;padding:10px;border:1px #b8b8b8 solid;background-color:transparent;resize:none}
.gbook h4{margin-top:25px}.tj{width:174px;height:35px;line-height:35px;background-color:#00693e;border:0;font-size:14px;color:#efefef;text-align:center;cursor:pointer}.liucheng{width:210px;margin-top:20px}.liucheng h3 span{display:inline-block;width:80px;height:25px;line-height:25px;background-color:#008ae2;font-size:16px;font-weight:normal;color:#fff;text-align:center}.liucheng ul{margin-left:8px;margin-top:10px;background-image:url(404.png);background-position:22px 5px;background-repeat:no-repeat}.liucheng ul li{height:36px;line-height:36px;font-size:14px;color:#1b1b1b}.liucheng ul li span{margin-right:36px;font-size:12px;font-weight:bold;color:#008ae2}
.edit-all p{
	line-height: 32px;
}



















 @media (max-width: 1400px) {

.footer-col {
	margin-right: 60px;
}
.gotop {
	position: absolute;
	right: 2.6%;
	top: 30px;
}
}
@media (max-width: 1200px) {

.footer-col {
	margin-right: 40px;
}
.gotop {
	position: absolute;
	right: 2.6%;
	top: 30px;
}
.nav-navicon, .nav.nav-navicon, .navbar-body.nav-navicon {
	display: none
}	
	
	
	
	
	
	
	
	
	
	
	
}
 @media (max-width: 62em) {
.none {
	display: block;
}

.fix-qq-all-all {
	top: auto;
	right: auto;
	left: 2.6%;
	bottom: 3%;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.fix-qq-all {
	padding-top: 12px;
	width: 82px;
	height: 82px;
}
.fix-qq-all {
	right: 12px;
	top: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	padding-top: 6px;
	width: 60px;
	height: 60px;
}
.fix-qqimg-all {
	padding-bottom: 2px;
}
.fix-qqimg img,  .fix-qqimg-h img {
	width: 28px;
}
.fix-qqimg i,  .no1st .fix-qqimg-h i {
	left: 2px;
	top: 0px;
	width: 5px;
	height: 3px;
}
.fix-qqimg i:last-child,  .no1st .fix-qqimg-h i:last-child {
	left: 2px;
	top: 4px;
}
.fix-logoname-all {
	display: none;
}
.fix-nav-all {
	right: 0;
	top: 13%;
	opacity: 0;
}
.fix-nav-close {
	display: block;
}
.fix-nav-all > ul > li {
	display: block;
	padding: 3px 8px 3px 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	background: #fff;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}
.fix-nav-all > ul > li > a {
	color: #999;
}
.fix-nav-all > ul > li.active > a {
	color: #333;
}
.no1st .fix-nav-all > ul > li {
	background: #00693e;
}
.no1st .fix-nav-all > ul > li > a {
	color: #fff;
}
.fix-nav-all > ul > li > a::before {
	display: none;
}
.fix-nav-all > ul > li.active {
	-webkit-transform: scale(1.2) translateX(-10px);
	-moz-transform: scale(1.2) translateX(-10px);
	-o-transform: scale(1.2) translateX(-10px);
	transform: scale(1.2) translateX(-10px);
}
.fix-nav-close-click {
	position: absolute;
	z-index: 10;
	right: 30px;
	top: -moz-calc(-24% - 13px);
	top: calc(-24% - 13px);
	width: 26px;
	height: 26px;
}
.fix-nav-close {
	position: absolute;
	right: 30px;
	top: -24%;
	width: 26px;
	height: 2px;
	background: #fff;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.fix-nav-close::before,  .fix-nav-close::after {
	content: " ";
	position: absolute;
	display: block;
	top: -8px;
	width: 26px;
	height: 2px;
	background: #fff;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.no1st .fix-nav-close,  .no1st .fix-nav-close::before,  .no1st .fix-nav-close::after {
	background: #333;
}
.fix-nav-close::after {
	top: 8px;
}
.fix-nav-all.on .fix-nav-close {
	background: transparent;
}
.fix-nav-all.on .fix-nav-close::before {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.fix-nav-all.on .fix-nav-close::after {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
.fix-nav-all > ul {
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: translateX(130%);
	-moz-transform: translateX(130%);
	-o-transform: translateX(130%);
	transform: translateX(130%);
}
.fix-nav-all.on > ul {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.show.fix-qq-all {
	height: 252px;
}
.fix-qqimg em {
	right: -7px;
}

.footer-wrap {
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	height: 100%;
}
.footer-wrap-in {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.footer-col {
	margin-left: 0%;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 100%
}
.footer-friend span {
	margin-right: 8px;
}
.footer-friend a:not(:last-child)::after {
	margin-right: 8px;
	margin-left: 8px;
}
.footer-friend span,  .footer-friend a,  .footer-col p,  .footer-col pre,  .footer-sup,  .footer-sup a {
	line-height: 22px;
	font-size: 14px;
}
.footer-col p a.tel {
	color: #D3E825;
}
.footer-qrcode {
	
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.footer-friend {
	margin-bottom: 26px;
}
.gotop {
	right: 15px;
}
.gotop > img {
	width: 40px;
}
.footer-qrcode p {
	margin-top: 10px;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
}
}
 @media (max-width: 48em) {

.page {
	margin-top: 20px;
}
.page > ul {
	font-size: 0;
	text-align: center;
}
.page > ul > li {
	margin-right: 3px;
	margin-left: 3px;
	font-size: 14px;
}
.page > ul > li a,  .page > ul > li span {
	padding: 3px 6px;
}
}
 @media (max-width: 34em) {
.none {
	display: block;
}
.inside-all {
	padding-right: 15px;
	padding-left: 15px;
}
.fix-logo-all {
	left: 15px;
	top: 15px;
}
.fix-logoimg-all img {
	width: auto;
	height: 56px;
}
.fix-next-all {
	top: auto;
	bottom: 35px;
}
.fix-lang-all,  .fix-lang-all a {
	font-size: 14px;
}
.fix-lang-all {
	right: 15px;
	bottom: 34px;
}
.fix-nav-all > ul > li {
	font-size: 14px;
}
.fix-nav-all {
	right: 0;
	top: 80px;
}
.fix-qq-all-all {
	bottom: 15px;
}
.ind-up-down {
	padding-top: 0;
}
.footer-friend span,  .footer-friend a,  .footer-col p,  .footer-col pre,  .footer-sup,  .footer-sup a {
	line-height: 18px;
	font-size: 12px;
}
.footer-qrcode p {
	line-height: 12px;
	font-size: 12px;
}
}