@charset "utf-8";
/* CSS Document */
@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	text-align: justify;
	font-size: .95rem;
	color: #000;
	/*font-family: Helvetica Neue,PingFangSC-Regular,Microsoft Yahei,榛戜綋, 鏂板畫浣? 'Arial Unicode MS';*/
	font-family: "Pingfang SC", "Hiragino Sans GB", "Helvetica", "Droid Sans", "Microsoft YaHei", "Arial", "sans-serif";
	background: #fff;
}

fieldset,
img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

.cleardiv {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	zoom: 1;
	overflow: hidden;
	visibility: hidden;
	display: block
}

.clearflt {
	*zoom: 1
}

.clearflt:after {
	content: "";
	display: block;
	clear: both
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur())
}

input,
button,
select,
textarea,
a:focus,
div:focus {
	outline: none
}

.re {
	position: relative
}

.ab {
	position: absolute
}

.ov {
	overflow: visible
}

.oh {
	overflow: hidden
}

header,
nav,
article,
section,
aside,
footer,
address,
dialog,
figure,
menu {
	display: block
}

em {
	font-style: normal;
}

input,
button,
select,
textarea {
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.margin-t-40{
	margin-top: .4rem;
}
.margin-t-50{
	margin-top: .5rem;
}

.margin-t-60{
	margin-top: .6rem;
}
.margin-t-70{
	margin-top: .7rem;
}
.margin-t-80{
	margin-top: .8rem;
}
.margin-t{
	margin-top: 2.3rem;
}
.p70{
	padding:3.2rem 0;
}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}
.fn-left{
	float: left;
}
.fn-right{
	float: right;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

textarea {
	-webkit-appearance: none;
}

body,
html {
	overflow-x: hidden;
}

b {
	font-weight: normal;
}

.area {
	width: 92.3%;
	margin:0 auto;
}


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

	.w1200 {
		width: 93%;
	}

	.kHeaderM {
		box-sizing: border-box;
		width: 100%;
		background: #Fff;
		display: block;
		overflow: hidden;
		box-shadow: 0px 8px 8px rgba(29, 29, 29, .04);
		height: 53px;
	}

	.fexd_f {
		position: fixed;
		z-index: 10001;
		top: 0;
	}

	.kHeaderM.hov {
		-webkit-box-shadow: 0px 8px 8px rgba(29, 29, 29, .04);
		box-shadow: 0px 8px 8px rgba(29, 29, 29, .04);
	}

	.kBgCon {
		display: none;
	}

	.kLogom {
		display: block;
		width: 85%;
		/* padding-top: .6rem;
		padding-bottom: .85rem; */
	}

	.kLogom img,
	.kListm img {
        width:auto;
		display: block;
        height: 2.1rem;
        margin: .55rem 0 0 .6rem;
	}

	.kListm {
		width: 48px;
		display: block;
		height: 3.3rem;
		position: relative;
	}

	.menu-btn .line {
		top: 0;
		bottom: 0;
		-webkit-transition: border 0.3s;
		transition: border 0.3s;

	}

	.kListm span,
	.kListm span:before,
	.kListm span:after {
		color: #05519e;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 20px;
		height: 0;
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-radius: 3px;

	}

	.kListm span:before {

		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);

	}

	.kListm span:before,
	.kListm span:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: transform 0.3s;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;

	}

	.kListm span:after {

		-webkit-transform: translateY(6px);
		transform: translateY(6px);

	}

	.kListmClose span {

		border-color: transparent;

	}

	.kListmClose span:before {

		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);

	}

	.kListmClose span:after {

		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);

	}

	.ovhd {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
	}

	.kNavM {
		/* overflow-y: scroll;  */
		width: 100%;
		position: absolute;
		left: 0;
		top: 44px;
		background: #ffffff;
		z-index: 1000;
		padding: 5px 0;
		box-sizing: border-box;
	}

	.kNavM li {
		line-height: 32px;
	}

	.kNavM li .kFir {
		width: calc(100% - 30px);
		margin: 0 15px;
		line-height: 54px;
		border-bottom: 1px solid #f7f7f7;
		font-size: .95rem;
		color: #333;
		display: block;
		overflow: hidden;
		box-sizing: border-box;
		display: flex;
	}

	.kNavM li .kFir a {
		float: left;
		display: block;
		width: 100%;
	}

	.kNavM li .kFir i {
		display: inline-block;
		float: right;
		padding-left: 20px;
	}

	.kNavM li .kFir i span {
		display: block;
		font-size: .95rem;
		color: #000;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.kNavM li .kFir i span.hov {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.kNavM li p {
		background: #fafafa;
	}

	.kNavM li p a {
		font-size: .9rem;
		display: block;
		width: calc(100% - 30px);
		margin: 0 15px;
		border-bottom: 1px solid #f0f0f0;
		color: #333;
		line-height: 50px;
	}

}

/* 搴曢儴灞曠ず */
.icon {
	background: url(../images/icon1.png) no-repeat;
	display: inline-block;
	background-size: 4rem auto;
	vertical-align: middle;
}

.icon,
.iconn:before,
.iconn:after,
.iconbef:before,
.iconbef:after {
	content: "\20";
	display: block;
}

.iconn {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}

/* #toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 3.3rem;
	left: 0;
}

#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #054893;
}

#toolbar .list li:last-child {
	border: none;
}

#toolbar .list li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #0d5e9a;
}

#toolbar .list a {
	height: 3.3rem;
	font-size: 0.9rem;
	color: #fff;
	padding-top: 0.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#toolbar .list a i {
	font-size: 1.3rem;
}
#toolbar .list a span {
	text-align: center;
	display: block;
}
.xbg {
	width: 100%;
	display: block;
	position: fixed;
	height: 1.05rem;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 880;
}

#toolbar .list a s span {
	color: #fff;
	padding-top: .9rem;
	text-transform: initial;
	font-style: normal;
} */

.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0 60px 0;
	background: #f2f2f2;
	text-align: center;
}
.fbq {
	font-size: 0.9em;
	line-height: 150%;
	color: #999;
}
.fbq a {
	color: #999 !important;
}
.k1,.k2 {
	width: 30.3333%;
	height: 35px;
	line-height: 35px;
	font-size: 0.9em;
	color: #fff;
	position: fixed;
	z-index: 100;
	bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.k1 img,.k2 img {
	height: 15px;
	vertical-align: middle;
	margin-right: 10px;
}
.k1 {
	background: #2c68ff;
	left: 35%;
}
.k1 a,
.k2 a{
	color: #fff;
}
.k2 {
	background: #333;
	right: 3%;
}
.kftelbox {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 110;
	display: none;
}
.kftel {
	width: 45%;
	height: auto;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 45px;
	padding: 15px;
	font-size: 0.9em;
	line-height: 200%;
	text-align: center;
	box-sizing: border-box;
}

/*寰俊寮圭獥*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 17rem;
	height: 12rem;
	padding: 0.3rem;
	padding-top: 2rem;
	margin-top: -8rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}

#wxnr img {
	width: 8rem;
	height: 8rem;
	display: block;
	margin: 0 auto;
}

#wxnr p {
	font-size: 0.9rem;
	line-height: 1.8rem;
	text-align: center;
	color: #222222;
}

#wxnr i {
	position: absolute;
	top: 0.2rem;
	right: 1.2rem;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 0.9rem;
	line-height: 1.5rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}

#wxnr span {
	display: inline-block;
	padding: 0.3rem 0.3rem;
	line-height: 1rem;
	background-color: #0037ad;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
}

#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}

/*澶嶅埗鎻愮ず*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: .9rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}

/* 搴曢儴 */
.footer{
	padding: 2.1rem 6% 5rem 6%;
    background: #282828;
}
.f-item-2{
	overflow: hidden;
}
.f-item-2 .ewm{
	width: 30%;
	height: auto;
	margin:0 auto
}
.f-item-2 .ewm img{
	width: 100%;
	height: auto;
}
.f-item-2 .contact-b{
	width: 65%;
	text-align: center;
	margin-top: 1rem;
	text-align: left;
}
.f-item-2 .contact-b a{
	color:#fff;
	font-size: 1.1rem;
	font-family: "myFont2";
}
/* .f-item-2 .contact-b span{
	margin-right:10px;
} */
.footer .right,
.footer .contact-b{
	font-size: .9rem;
	line-height: 30px;
}
.footer .right,
.footer .right a,
.footer .contact-b{
	font-family: "myFont1";
	color:#fff;
}


.kTg li{
	position: fixed;
    width: 45px;
    height: 45px;
    right: 0;
    z-index: 99;
    top: 75%;
}
/* .kGoTop{
	background: url(../images/top.png) no-repeat center center/20px auto #91918e;
} */
.kGoTop{
	border-radius: 50%;
	overflow: hidden;
	width: 45px;
	height: 45px;
	display: block;
	background: url(../images/top.png) no-repeat center center #2c68ff;
	transition: all 0.6s;
	background-size: 60%;
	-webkit-transition: all 0.6s;
	-webkit-box-shadow: 0px 0px 20px rgba(65,65,65,.1);
	box-shadow: 0px 0px 20px rgba(65,65,65,.1);
}