@charset "utf-8";
/*
 * ==============================
 * @description: [WebSite] 基础样式模块
 * @author: skyhuman123
 * @QQ: 534988724;
 * @update: ---
 * ==============================
 */

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

body,
label,
button,
input,
select,
textarea {
	line-height: 20px;
	color: #333333;
	font-family: "Noto Sans SC";
	font-weight: 100;
	font-size: 14px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
	*font-size: 100%;
	/*to enable resizing for IE*/
}

dl,
ul,
ol {
	list-style-type: none;
}

em,
strong {
	font-style: normal;
}

fieldset,
img,
iframe {
	border: 0;
}

img {
	vertical-align: middle;
}

img,
a img {
	-ms-interpolation-mode: bicubic;
}

iframe {
	display: block;
	/* width: 760px; */
}

a {
	color: #273c46;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

a:active,
a:hover {
	color: #273c46;
	text-decoration: underline;
	text-decoration: none;
}


a:active {
	background-color: transparent;
	color: #273c46;
	text-decoration: none;
}

a:focus {
	outline: 0 none;
	text-decoration: none;
}

:focus {
	outline: 0 none;
}

::-moz-selection {
	background: #39f;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: #39f;
	color: #ffffff;
	text-shadow: none;
}

.container,
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

/* [Base] Function
------------------------------*/
.rebs-cb,
.rebs-cb *,
.rebs-cb *:before,
.rebs-cb *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.guangtiao{
    position: absolute;
    bottom: 50px;
    height: 50px;
    width: 100%;
}
.uppercase {
	text-transform: uppercase;
}

/*文字大写*/
.lowercase {
	text-transform: lowercase;
}

/*文字小写*/
.capitalize {
	text-transform: capitalize;
}

/*首字母大写*/
.fn-cb:after,
.fn-cbli li:after {
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	content: ".";
	height: 0;
}

.fn-cb,
.fn-cbli li {
	zoom: 1;
}

.fn-csd {
	cursor: default;
}

.fn-csp {
	cursor: pointer;
}

.fn-csh {
	cursor: help;
}

.fn-csm {
	cursor: move;
}

.fn-db {
	display: block;
}

.fn-dn {
	display: none;
}

.fn-fl {
	float: left;
}

.fn-fr {
	float: right;
}

.fn-ff0 {
	font-family: Arial, \5b8b\4f53;
}

.fn-ff1 {
	font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, Arial, \5b8b\4f53;
}

.fn-ff2 {
	font-family: \5b8b\4f53, Arial, sans-serif;
}

.fn-fs12 {
	font-size: 12px;
}

.fn-fs14 {
	font-size: 14px;
}

.fn-fs16 {
	font-size: 16px;
}

.fn-fs18 {
	font-size: 18px;
}

.fn-fs24 {
	font-size: 24px;
}

.fn-fs30 {
	font-size: 30px;
}

.fn-fs36 {
	font-size: 36px;
}

.fn-fwb {
	font-weight: bold;
}

.fn-fwn {
	font-weight: normal;
}

.fn-ib {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.fn-lhn {
	line-height: normal;
}

.fn-oh {
	overflow: hidden;
}

.fn-ol-none {
	outline: 0 none;
}

.fn-pr {
	position: relative;
}

.fn-prz {
	position: relative;
	zoom: 1;
}

.fn-pre {
	overflow: hidden;
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

.fn-tac {
	text-align: center;
}

.fn-tal {
	text-align: left;
}

.fn-tar {
	text-align: right;
}

.fn-taj {
	text-align: justify;
	text-justify: inter-ideograph;
}

.fn-ti {
	overflow: hidden;
	text-indent: -30000px;
}

.fn-ti2 {
	text-indent: 2em;
}

.fn-tdu,
.fn-tdu:hover {
	text-decoration: underline;
}

.fn-tdn,
.fn-tdn:hover {
	text-decoration: none;
}

.fn-toe {
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fn-usn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.fn-vam,
.fn-vama * {
	vertical-align: middle;
}

.fn-vabl {
	vertical-align: baseline;
}

.fn-vat {
	vertical-align: top;
}

.fn-vab {
	vertical-align: bottom;
}

.fn-vam {
	vertical-align: middle;
}

.fn-wsn {
	word-wrap: normal;
	white-space: nowrap;
}

.fn-wwb {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

/* let's clear some floats */
.fn-clear {
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.fn-clearfix:after {
	display: block;
	visibility: hidden;
	content: "\0020";
	clear: both;
	height: 0;
	font-size: 0;
}

.fn-clearfix {
	display: block;
}

* html .fn-clearfix {
	height: 1%;
	zoom: 1;
}

/* 外边距 */
.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-50 {
	margin-right: 50px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-50 {
	margin-left: 50px;
}

/* 内填充 */
.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-20 {
	padding-right: 20px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-20 {
	padding-left: 20px;
}

.pd-5 {
	padding: 5px;
}

.pd-10 {
	padding: 10px;
}

.pd-15 {
	padding: 15px;
}

.pd-20 {
	padding: 20px;
}

.pd-30 {
	padding: 30px;
}

.pd-40 {
	padding: 40px;
}

/* 间隔 */
.spcline5,
.spcline10,
.spcline15,
.spcline20,
.spcline40 {
	overflow: hidden;
	clear: both;
	width: 100%;
	line-height: 0;
	font-size: 0;
}

.spcline5 {
	height: 5px;
}

.spcline10 {
	height: 10px;
}

.spcline15 {
	height: 15px;
}

.spcline20 {
	height: 20px;
}

.spcline40 {
	height: 40px;
}

.iLLoad {
	background: url(../images/loading.gif) no-repeat center center;
}

.imgOpacity a:link img,
.imgOpacity a:visited img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.imgOpacity a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* [Base] Form elements
------------------------------*/
.fctl-chkbox,
.fctl-chkbox>input {
	position: relative;
	margin-top: -2px;
	margin-bottom: 1px;
	vertical-align: middle;
}

.fctl-input,
.fctl-select,
.fctl-textarea {
	display: inline-block;
	padding: 4px 6px;
	height: 30px;
	line-height: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	vertical-align: middle;
	resize: none;
	outline: 0 none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fctl-select {
	min-width: 180px;
	font-size: 100%;
	cursor: pointer;
}

.fctl-textarea {
	min-width: 280px;
	height: auto;
}

.u-select1 {
	display: inline-block;
	padding: 2px;
	height: 24px;
	line-height: 18px;
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
	font-size: 100%;
	vertical-align: middle;
	resize: none;
	outline: 0 none;
}

.u-input1 {
	display: inline-block;
	padding: 2px 5px;
	width: 180px;
	height: 24px;
	line-height: 18px;
	border: 1px solid #d9d9d9;
	border-top-color: #c0c0c0;
	background: #fff;
	color: #333;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	resize: none;
	outline: 0 none;
}

/*容器*/
.sky-container {
	margin: 0 auto;
	max-width: 1200px;
}

.am-g-fixed {
	max-width: 1200px;
}

html,
body {
	position: relative;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/* Center slide text vertically*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*header*/
.site-header {
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 70px;
	background: #00000066;
}

.header-bg {
	/*background: url(../images/main_site/header_bg.png);*/
}

.site-header .site-logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 10px;
	display: flex;
}

.site-header .site-logo img {
	margin-top: 14px;
	height: 43px;
}

.site-header .site-logo .site-continer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .site-logo .site-continer .site-info-class {
	text-align: center;
	margin-left: 5px;
}

.site-header .site-logo .site-continer .site-info-class span {
	font-size: 12px;
}

.site-header .site-logo .line {
	width: 1px;
	height: 36px;
	background-color: #999;
	margin-left: 8px;
	margin-right: 8px;
}

.site-header .site-logo .site-info-desc {
	display: flex;
	flex-direction: column;
	font-size: 13px;
}

.site-header .tel {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

/*header-nav*/
.nav-list {
	width: 556px;
	margin: 0 auto;
}

.nav-list li {
	font-size: 18px;
}

.nav-list li a {
	color: #fff;
	font-weight: 900;
}

.windowNot {
	display: block;
}

.mediaNot {
	display: none;
}

.slide-navbg-height {
	bottom: 70px;
}



  
.fontSome{
	font-size: 40px;
}
  

@media screen and (max-width: 768px) {
	.mediaNot {
		display: block;
		/* Show on mobile devices */
	}

	.windowNot {
		display: none;
	}

	.slide-navbg-height{
		bottom: 160px;
	}

	.fontSome{
		font-size: 16px;
	}
}

@media screen and (max-width:770px) {
	.nav-list {
		float: right;
	}
}

@media screen and (max-width:890px) {
	.site-header .tel {
		display: none;
	}
}

@media screen and (min-width:640px) {
	.nav-list li {
		float: left;
		margin-top: 25px;
		padding: 0 20px 5px;
	}

	.nav-list li a {
		padding-bottom: 5px;
	}

	.nav-list li.active a,
	.nav-list li:hover a {
		border-bottom: 2px solid #fff;
		text-decoration: none;
	}
}

@media screen and (max-width:640px) {
	.site-header {
		height: 50px;
	}

	.site-header .site-logo {
		margin-top: 2px;
	}

	.site-header .site-logo img {
		margin-top: 8px;
		height: 34px;
	}

	/*logo*/
	.site-header {
		background: url(../images/main_site/header_bg.png);
	}

	/*nav*/
	.am-collapse.am-in {
		padding-top: 8px;
	}

	.am-topbar-btn {
		margin-right: 10px;
		border-radius: 50%;
		height: 34px;
		width: 34px;
		border: 1px solid #fff;
        background: url(../images//main_site/菜单.png);
        background-size: 70% 60%;
        background-repeat: no-repeat;
        background-position: center;
	}

	.am-icon-bars {
		margin-left: -4px;
	}

	.am-topbar-btn:hover {
		/* background: #6397d7; */
		background: url(../images//main_site/菜单.png);
        background-size: 70% 60%;
        background-repeat: no-repeat;
        background-position: center;
	}

	.nav-list {
		margin-left: 0;
		padding: 10px;
		background: url(../images/main_site/header_bg.png);
		width: 100%;
	}

	.nav-list li {
		line-height: 36px;
		padding: 0 10px;
		font-size: 16px;
	}

	.nav-list li:hover,
	.nav-list li.active {
		background-color: rgba(255, 255, 255, 0.5);
	}

	.nav-list li a {
		display: block;
		text-decoration: none;
	}

	.service-txt a {
		display: none;
	}
}

/*地图*/
.map-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.map-info {
	position: absolute;
	right: 20%;
	top: 25%;
	z-index: 999;
	background-color: #fff;
	max-width: 515px;
	background-color: #fff;
}

.map-info header {
	width: 100%;
	height: 64px;
	position: relative;
}

.map-info header span {
	font-size: 20px;
	color: #fff;
}

.map-info header img {
	margin-top: 10px;
}

.map-info section {
	top: 0;
	position: absolute;
	left: 0;
	padding: 0 10px;
	width: 100%;
	max-width: 515px;
	line-height: 64px;
}

.map-info>div {
	padding: 10px 10px 30px;
}

.map-info>div img {
	margin-bottom: 10px;
}

.map-info p {
	line-height: 24px;
}

@media screen and (max-width:1200px) {
	.map-info {
		right: 10%;
	}
}

@media screen and (max-width:640px) {
	.map-info {
		right: 5%;
		left: 5%;
	}

	.map-info section {
		height: 50px;
	}

	.map-info header img {
		height: 40px;
	}

	.map-info header span {
		font-size: 18px;
	}
}

/*footer*/
.footer {
	padding: 40px 0;
	width: 100%;
	min-width: 640px;
	background-color: #323232;
}

.footer .footer-link {
	margin-right: -40px;
}

.footer .footer-link dl {
	float: left;
	margin-right: 40px;
}

.footer .footer-link dt {
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}

.footer .footer-link dd {
	line-height: 24px;
}

.footer .footer-link dd a {
	color: #bababa;
}

.footer .copyright p {
	color: #fff;
	padding-bottom: 5px;
	line-height: 24px;
}

.footer .copyright p em {
	padding-left: 30px;
}

.footer .copyright p.copy-info {
	color: #bababa;
}

@media screen and (max-width:1121px) {
	.footer .footer-link dl {
		margin-right: 20px;
	}

	.footer .footer-link {
		margin-right: 0;
	}
}

@media screen and (max-width:1024px) {
	.footer .footer-link dl {
		margin-right: 40px;
	}
}

.footer .friend-link {
	max-width: 1200px;
	margin: 20px auto 0;
	padding-left: 20px;
	color: #8f8f8f;
}

.footer .friend-link li {
	float: left;
	margin: 0 8px 10px 0;
	font-size: 14px;
}

.footer .friend-link li a {
	color: #8f8f8f;
}

.footer .friend-link h5 {
	margin-bottom: 15px;
	font-size: 16px;
}

.sidebar {
	position: fixed;
	z-index: 999;
	right: 0;
	top: 70%;
}

.sidebar li {
	position: relative;
	padding: 5px;
}

.sidebar li a {
	display: block;
}

.sidebar li a img {
	width: 66px;
}

.sidebar li .sidebar-sec {
	position: absolute;
	width: 184px;
	right: 84px;
	top: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity==0);
	transition: all 0.3s;
}

.sidebar li .sidebar-sec {
	width: 168px;
}

.sidebar li .ewm {
	position: absolute;
	top: 0;
	width: 120px;
	right: 84px;
	opacity: 0;
	filter: alpha(opacity==0);
}

.sidebar li .sidebar-sec a {
	float: left;
	display: block;
}

.sidebar li:hover .sidebar-sec {
	display: block;
	opacity: 1;
	filter: alpha(opacity==100);
}

.sidebar li:hover .ewm {
	display: block;
	opacity: 1;
	filter: alpha(opacity==100);
}

@media screen and (max-width:768px) {
	.sidebar {
		display: none;
	}
}