@charset "utf-8";
/* CSS Document */
html {
	overflow-x: hidden;
}
body {
	font-size: 12px !important;
	color: #474747;
	margin: 0;
	padding: 0;
	_overflow: hidden;
	background: #fff;
}
body,ol,table,tr,td,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,input,select,textarea,span,em {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑",Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

ul,li {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-weight: normal;
}

.red {
	color: red;
}

input,button,select,textarea {
	outline: none
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

i, em, cite, address {
	font-style: normal;
}

input {
	vertical-align: middle;
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	font-family: "微软雅黑";
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a,area {
	blr: expression(this.onFocus=this.blur())
} /* for IE */
:focus {
	-moz-outline-style: none;
} /* for Firefox */
a {
	outline: none;
} /* for FF Chrome */
.dis {
	display: none;
}

.clear {
	clear: both;
}

html {
	-webkit-text-size-adjust: none;
  /*解决chrome浏览器下字体不能小于12px*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* chrome*/
	.justify:after {
		content: ".";
		display: inline-block;
		width: 100%;
		overflow: hidden;
		height: 0;
	}
}
/*----- clearfix///给容器清除浮动-----*/
.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
/*  CSS3调用*/
.com-right-img img,
.com-left-menu li,
.com-top-info,
.com-top-info span,
.com-top-info .com-top-ico,
.com-more {
	transition: all 0.5s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}

.com-right-img img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
/******************************************************************common/////**********************************************************************/
header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #34373F;
	padding: 12px 0;
	z-index: 9;
 /*display:table;*/
}

.logo {
	width: 113px;
	float: left;
	margin-left: 90px;
	float: left\9;
}

.nv1 {
	float: left;
	float: left\9;
	margin-left: 64px;
	width: 360px;
	display: table;
}

.nv1 li {
	float: left;
	float: left\9;
	height: 45px;
	line-height: 45px;
	margin-right: 12px;
}

.nv1 li a {
	color: #D6D6D8;
	font-size: 14px;
}

.nv1 li a:hover {
	color: #0391dc;
}

.nv1 li span {
	display: block;
	width: 6px;
	height: 6px;
	margin-top: 20px;
	border-radius: 50%;
	background-color: #fff;
}

.nv2 {
	float: right;
	float: right\9;
	margin-right: 64px;
	display: table;
}

.nv2 li {
	float: left;
	float: left\9;
	margin-right: 12px;
	height: 45px;
	line-height: 45px;
}

.nv2 li a {
	color: #D6D6D8;
}

.nv2 li a:hover {
	color: #0391dc;
}

.nv2 li span {
	color: #D6D6D8;
}

.gb-nav {
	padding: 12px 0;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99;
	top: -100%;
}

.gb-nav .logo {
	width: 113px;
	float: left;
	margin-left: 90px;
}

.ghh {
	float: right;
	width: 48px;
	height: 38px;
	margin-right: 30px;
	margin-top: 7px;
	border: 2px solid 
#00a2f9;
	text-align: center;
	border-radius: 5px;
}

.ghh.clect {
	border-color: #fff;
}

.gh {
	float: right;
	width: 34px;
	margin-top: 17px;
	margin-right: 5px;
	position: relative;
	cursor: pointer;
	display: table;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh.selected {
	transform: rotate(90deg);
}

.gh a {
	background-color: 
#00a2f9;
	display: block;
	height: 4px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh:hover a:before {
	transform: translateY(-2px) rotate(0deg);
	-webkit-transform: translateY(-2px) rotate(0deg);
	-ms-transform: translateY(-2px) rotate(0deg);
}

.gh:hover a:after {
	transform: translateY(2px) rotate(0deg);
	-webkit-transform: translateY(2px) rotate(0deg);
	-ms-transform: translateY(2px) rotate(0deg);
}

.gh.selected:hover a:before {
	transform: translateY(0px) rotate(-55deg);
	-webkit-transform: translateY(0px) rotate(-55deg);
	-ms-transform: translateY(0px) rotate(-55deg);
}

.gh.selected:hover a:after {
	transform: translateY(0px) rotate(55deg);
	-webkit-transform: translateY(0px) rotate(55deg);
	-ms-transform: translateY(0px) rotate(55deg);
}

.gh a:after, 
.gh a:before {
	background-color: 
#00a2f9;
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
	content: " ";
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
	top: 10px;
}

.gh a:before {
	top: -10px;
}

.gh.selected a:after, .gh.selected a:before {
	top: 0;
}

.gh.selected a:before {
	background-color: #fff;
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}

.gh.selected a:after {
	background-color: #fff;
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}

.gh.selected a {
	background-color: transparent !important;
}

/*#fp-nav ul li a.active span {*/
	/*background: */
/*#00a2f9;*/
	/*border: 1px solid */
/*#00a2f9;*/
/*}*/

/*#fp-nav ul li a.active font {*/
	/*display: block;*/
/*}*/

/*#fp-nav ul li a span {*/
	/*width: 10px !important;*/
	/*height: 10px !important;*/
	/*border-radius: 50%;*/
	/*border: 1px solid #fff;*/
/*}*/

/*#fp-nav ul li a font {*/
	/*position: absolute;*/
	/*left: 20px;*/
	/*top: 0px;*/
	/*display: inline-block;*/
	/*width: 100px;*/
	/*margin-left: 5px;*/
	/*color: */
/*#00a2f9;*/
	/*display: none;*/
	/*transition: all .3s linear 0s;*/
	/*-moz-transition: all .3s linear 0s;*/
	/*-webkit-transition: all .3s linear 0s;*/
	/*-o-transition: all .3s linear 0s;*/
/*}*/

/*#fp-nav ul li a:hover font {*/
	/*display: block;*/
/*}*/

/*.fp-slidesNav ul li {*/
	/*position: relative;*/
/*}*/

/*.fp-slidesNav ul li a span {*/
	/*width: 10px !important;*/
	/*height: 10px !important;*/
	/*border-radius: 50%;*/
	/*background-color: #D8D09C;*/
	/*border: 1px solid #D8D09C !important;*/
/*}*/

/*.fp-slidesNav ul li a.active span {*/
	/*bordder: none !important;*/
	/*background-color: #D8D09C !important;*/
/*}*/

/*.fp-slidesNav ul li a:hover span:before {*/
	/*position: absolute;*/
	/*content: " ";*/
	/*left: -6px;*/
	/*top: -6px;*/
	/*width: 20px;*/
	/*height: 20px;*/
	/*border-radius: 50%;*/
	/*border: 1px solid #D8D09C;*/
	/*opacity: 1;*/
	/*transition: all .6s linear 0s;*/
	/*-moz-transition: all .6s linear 0s;*/
	/*-webkit-transition: all .6s linear 0s;*/
	/*-o-transition: all .6s linear 0s;*/
/*}*/

/*.fp-slidesNav ul li a.active span:before {*/
	/*position: absolute;*/
	/*content: " ";*/
	/*left: -6px;*/
	/*top: -6px;*/
	/*width: 20px;*/
	/*height: 20px;*/
	/*border-radius: 50%;*/
	/*border: 1px solid #D8D09C;*/
	/*transition: all .6s linear 0s;*/
	/*-moz-transition: all .6s linear 0s;*/
	/*-webkit-transition: all .6s linear 0s;*/
	/*-o-transition: all .6s linear 0s;*/
/*}*/




/**首页专用*/
/*.right-fdd2{ width:70px; height:198px; position:fixed; right:0; top:40%; background-color:#34373F; background-color:rgba(52,55,63,0.7); border-top-left-radius:8px;  border-bottom-left-radius:8px;}*/
/*.right-fdd2 ul li{ width:255px; height:66px; border-bottom:1px solid #545760; border-bottom:1px solid rgba(84,87,96,0.6); }*/
/*.right-fdd2 ul li a{ display:block; width:90%; height:100%; margin:0% auto; font-size:14px; font-weight:bold;  padding-left:57px; line-height:64px; color:#EDEDED;}*/

/*.right-fdd2 ul li.nn1 a{ background:url(../images/mlr1.png) no-repeat 10px center;}*/
/*.right-fdd2 ul li.nn2 a{ background:url(../images/mlr2.png) no-repeat 10px center;}*/
/*.right-fdd2 ul li.nn3 a{ background:url(../images/mlr3.png) no-repeat 10px center;}*/
/*.right-fdd2 ul li.nn4 a{ background:url(../images/mlr4.png) no-repeat 10px center;}*/

/*.right-fdd2 li{*/
	/*height: 66px; width: 255px; border-radius:8px 0 0 8px;*/
	/*-webkit-transition: all 0.5s;*/
    /*-moz-transition: all 0.5s;*/
    /*-o-transition: all 0.5s;*/
    /*transition: all 0.5s;*/
/*}*/
/*.right-fdd2 li img{*/
	/*display: block;*/
/*}*/
/*.right-fdd2 li:hover{*/
	/*margin-left: -184px; background: rgba(0,0,0,0.6); */
/*}*/

/*.right-fdd2 li:hover a{ padding-left:50px;}*/

/*.delu2 strong{ display:inline-block; margin-right:15px; cursor:pointer; font-weight:300;  color: #333;}*/
/*.delu2 strong.on{ font-weight:bold;  color: #fff;}*/


/*@media screen and ( max-width: 768px ){ */
	/*.right-fdd2,*/
	/*.right-fdd{ display: none;}*/
	/*.gh{ margin-top: 26px;}*/
	/*.gh a { margin-top: -10px;}*/
/*}*/









