@charset "utf-8";
	blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}
body {
	margin: 0 auto
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}
address,
cite,
dfn,
em,
var {
	font-style: normal
}
code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}
small {
	font-size: 12px
}
@font-face {
	font-family: htop;
	src: url('../font/AVENIRNEXTLTPRO-ULTLT.OTF');
}
dd,
dl,
dt,
li,
ul {
	list-style: none
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
legend {
	color: #000
}
fieldset,
img {
	border: 0
}
button,
input,
select,
textarea {
	font: 12px/1.5 tahoma, arial, sans-serif;
	vertical-align: middle;
	cursor: pointer
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.clear {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background: 0 0;
	border: 0;
	font-size: 0
}
a {
	text-decoration: none;
	color: #555
}
a:hover {
	color: #f60
}
h1 {
	font-size: 50px
}
h2 {
	font-size: 40px
}
h3 {
	font-size: 30px
}
h4 {
	font-size: 14px
}
h5 {
	font-size: 12px
}
h6 {
	font-size: 9px
}
* {
	padding: 0;
	margin: 0
}
li,
ul {
	list-style: none
}
a {
	text-decoration: none
}
body {
	font-family: "微软雅黑"
}
.p-head {
	width: 100%;
	line-height: 68px;
	height: 68px;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	box-shadow: 0px 5px 10px 0px rgba(45, 44, 44, 0.2);
}
.p-head img {
	float: left;
	margin-left: 80px;
	margin-top: 8px;
}
.catpos {
	text-align: right;
}
.catpos>a {
	color:#4381e8;
}
.catpos>a:last-child {
	color:#888;
}
@media only screen and (max-width: 725px) {
	.p-head img {
	margin-left: 20px;
}
}
@media only screen and (max-width: 390px) {
	.p-head img {
	display: inline-block;
	width: 40%;
	background-size: 100% 100%;
	margin-left: 20px;
	margin-top: 20px;
}
}
.p-head .serBox {
	max-width: 300px;
	width: 25%;
	position: absolute;
	right: 0;
	top: 0
}
.p-head ul.navBox {
	width: 80%;
	max-width: 1200px;
	margin-left: 25%
}
/*li响应样式*/
	.navLiActive {
	background-color: #4673d8;
}
.navAActive {
	color: white;
}
.p-head ul.navBox>li {
	padding: 0 12px;
	margin-right: 46px;
	float: left;
}
.p-head ul.navBox>li:nth-of-type(1) {
	padding-right: 0;
	text-align: center;
}
.p-head ul.navBox>li:nth-of-type(1) a {
	display: inline-block;
	text-align: center;
	letter-spacing: 20px;
	text-indent: 10px;
	padding: 0;
}
.p-head ul.navBox .pitch {
	background-color: #4673d8;
}
.p-head ul.navBox .pitch a {
	color: #fff;
}
.p-head ul.navBox>li:last-child {
	margin-right: 0px;
}
@media only screen and (max-width:1700px) {
	.p-head ul.navBox li {
	margin-right: 20px;
}
}
@media only screen and (max-width:1500px) {
	.p-head ul.navBox li {
	margin-right: 10px;
}
}
.p-head ul.navBox>li:hover {
	background-color: #4673d8;
}
.p-head ul.navBox>li:hover a {
	color: white;
}
.p-head ul.navBox>li>a {
	font-size: 14px;
	color: #333333;
}
.p-head ul.navBox>li:hover .nav_1 {
	color: white;
	display:block;
}
.p-head ul.navBox>li:hover .showNav {
	visibility: visible;
}
.p-head ul.navBox>li:hover .showNav ul {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}
.com-all-href {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
/***************************************/
	.p-head .showNav {
	background-color: #4673da;
	overflow: hidden;
	position: absolute;
	top: 68px;
	left: 0px;
	z-index: 100;
	width: 100%;
	; visibility: hidden;
}
.p-head .navBox .showNav>ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate(20%, 0);
	transition: transform 0.25s ease 0s, opacity 0.25s ease 0s;
	-webkit-transition: transform 0.25s ease 0s, opacity 0.25s ease 0s;
}
.p-head .navBox .showNav>ul>li {
	padding: 0 25px;
	cursor: pointer;
}
.p-head .navBox .showNav>ul>li>a {
	color: #b4cfec;
	display:block;
}
.p-head .navBox .showNav>ul>li:hover {
	background-color: #3062d1;
}
.p-head .navBox .showNav>ul>li:hover a {
	color: #fff;
}
.p-head ul.navBox .jxzc:hover .jxzcM {
	display: block;
}
.p-head ul.navBox .zxxx:hover .zxxxM {
	display: block;
}
.p-head ul.navBox .lcyy:hover .lcyyM {
	display: block;
}
.p-head ul.navBox .jsfz:hover .jsfzM {
	display: block;
}
.p-head ul.navBox .yyss:hover .yyssM {
	display: block;
}
.p-head ul.navBox .kyfw:hover .kyfwM {
	display: block;
}
/************************************/
	/*点击按钮*/
	.p-head .clickEle {
	position: absolute;
	top: 0px;
	right: 40px;
	display: none;
}
::-webkit-input-placeholder {
	color: #c5c5c5;
}
:-moz-placeholder {
	color:#c5c5c5;
	opacity: 1;
}
::-moz-placeholder {
	color: #c5c5c5;
	opacity: 1;
}
:-ms-input-placeholder {
	color:#c5c5c5;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #c5c5c5;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#c5c5c5;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color:#c5c5c5;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color:#c5c5c5;
}
.p-head .clickEle span {
	font-size: 40px;
	color: #4673d8;
}
@media only screen and (max-width: 390px) {
	.p-head .clickEle span {
	font-size: 30px;
}
}
.p-head .clickEle:hover {
	cursor: pointer !important;
}
.height150 {
	height: 100px;
	overflow: hidden;
	clear: both;
}
.slide-nav {
	width: 26%;
	height: 100%;
	position: fixed;
	background-color: #4673d8;
	right: -26%;
	top: 0;
	z-index: 10000;
	transition: all .5s
}
.slide-nav ul {
	width: 100%;
	height: 100%
}
.slide-nav ul li {
	width: 100%;
	text-align: center;
	line-height: 45px;
	cursor:pointer;
}
.slide-nav ul li a {
	color: #fff;
	cursor: pointer;
}
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	opacity: 1;
	top: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 9998;
	display: none
}
/*页脚*/
	footer {
	width: 100%;
	background-color: #3974d6;
	overflow: hidden;
	clear: both;
	position: relative;
}
footer .fmask {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 0;
}
footer .link {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 218px;
	text-align: center;
}
footer .link img {
	float: left;
	margin-top: 60px;
}
footer .width1 {
	display: inline-block;
	width: 40%;
	max-width: 443px;
	margin-top: 52px;
}
footer .width2 {
	float: right;
}
footer .link-info {
	margin-top: 52px;
}
footer .link-info h5 {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid #70a2f5;
	color: #fff;
	font-size: 14px;
	text-align: left;
}
footer .link-info ul {
	width: 100%;
}
footer .link-info ul li {
	float: left;
	line-height: 46px;
}
footer .link-info ul li:nth-child(2) {
	margin: 0px 67px;
}
footer .link-info ul li:nth-child(3) {
	margin-right: 67px;
}
footer .link-info ul li:nth-child(6) {
	margin: 0px 67px;
}
footer .link-info ul li:nth-child(7) {
	margin-right: 67px;
}
footer .link-info ul li a {
	color: #b4cfec;
	font-size: 14px;
}
footer .link-info ul li a:hover {
	color:#fff;
}
/*下拉选择*/
	footer .select {
	width: 260px;
	height: 38px;
	padding: 0px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: white;
	font-size: 14px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}
footer .select p {
	width: 100%;
	height: 100%;
	line-height: 38px;
	text-indent: 20px;
	font-size: 14px;
	color: #999;
	text-align: left;
}
footer .select span {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #e4e4e4;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #4381e8;
	text-align: center;
	line-height: 36px;
	color: #fff;
}
footer .select span i {
	font-size: 24px;
}
footer .select .wraplink {
	background-color: #fff;
	position: absolute;
	top: -65px;
	left: 0;
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	overflow-y: scroll;
	width: 100%;
	height: 150px;
	visibility: hidden;
	border-radius: 5px;
	z-index: 10000;
}
footer .select .wraplink::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
	border-radius: 5px;
}
footer .select .wraplink::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	// -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	// background: rgba(0,0,0,0.2);
}
footer .select .wraplink::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	// background: rgba(0,0,0,0.1);
	border-radius: 5px;
}
footer .select .wraplink a {
	display: block;
	text-align: left;
	text-indent: 20px;
	line-height: 25px;
	width: 100%;
}
footer .width2 div.wrapHref {
	width: 100%;
	text-align: right;
	padding-top: 38px;
}
footer .width2 div.wrapHref a {
	display: inline-block;
	color: white;
}
footer .width2 div.wrapHref a:nth-child(2) {
	margin: 0 12px;
}
footer .width2 .qq:hover {
	color: #1196db;
}
footer .width2 .wb:hover {
	color: red;
}
footer .width2 .wx:hover {
	color: lawngreen;
}
@media only screen and (max-width: 1100px) {
	footer .link-info h5 {
	text-align: center;
}
footer .link {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 30px;
}
footer .link img {
	float: none;
	display: block;
	margin: 0 auto;
}
footer .width1 {
	display: block;
	width: 80%;
	margin: 0 auto;
	max-width: none;
}
footer .width2 {
	float: none;
	width: 80%;
	height: 38px;
	margin: 0 auto;
	text-align: center;
}
footer .link-info {
	margin-top: 30px;
}
footer .width2 div.wrapHref {
	padding-top: 20px;
}
footer .link-info ul {
	overflow: hidden;
}
footer .link-info ul li {
	float: left;
	line-height: 46px;
	margin: 0 12px !important;
	text-align: left;
}
footer .link-info ul li a {
	color: white;
	font-size: 14px;
}
/*下拉选择*/
	footer .select {
	float: left;
	width: 260px;
	height: 38px;
	padding: 0px;
	border-radius: 5px;
	background-color: white;
	border: 0;
}
footer .select select {
	}
footer .select option {
	padding: 10px 0px;
}
footer .width2 p {
	display: inline-block;
}
}
/**/
	footer .banquan {
	width: 100%;
	height: 44px;
	background: #033fa3;
	overflow: hidden;
	line-height: 44px;
	text-align: center;
	color: white;
	font-size: 12px;
}
footer .banquan span {
	display: inline-block;
}
footer .banquan span:nth-child(1) {
	margin: 0px 4px;
}
/*搜索框*/
	/*搜索框*/
	.searchWrap {
	width: 100%;
	text-align: center;
	background-color: white;
	border-top: 1px solid #4673d8;
	position: absolute;
	top: 68px;
	display: block;
}
#search {
	display: inline-block;
	width: 300px;
	padding: 2px 10px;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid gainsboro;
	outline: none;
}
.p-head ul.login {
	float: left;
	margin-right: 80px;
	position: relative;
	height:68px;
}
.p-head ul.login>li {
	display: inline-block;
	position: relative;
}
.p-head ul.login>li a {
	cursor:pointer;
}
.p-head ul.login>li>.login-detail {
	position: absolute;
	width: 98px;
	height: 146px;
	left: 50%;
	margin-left: -49px;
	top: 85px;
	background:url('../img/login-details.png') no-repeat center center;
	box-shadow: 0px 5px 10px 0px rgba(45, 44, 44, 0.4);
	visibility: hidden;
	transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
}
.p-head ul.login>li>.login-detail>ul>li {
	width:60px;
	text-align:center;
	line-height:35px;
	display:block;
	height:36px;
	margin:0 auto;
	font-size:12px;
	border-bottom: 1px solid #eee;
}
.p-head ul.login>li>.login-detail>ul>li:last-child {
	border:none;
}
.p-head ul.login>li>.login-detail>ul>li a {
	color:#999;
	font-size:12px;
}
.p-head ul.login>li>.login-detail>ul>li a:hover {
	color:#4673d8;
}
.hoverShow {
	visibility:visible !important;
	transform:translate(0,-30px) !important;
	-webkit-transform:translate(0,-30px) !important;
}
.p-head ul.login>li .ser {
	width: 300px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 68px;
	transform: translate(300px, 0);
	-webkit-transform: translate(300px, 0);
	transition: transform 0.5s;
	visibility: hidden;
	z-index: 999;
}
.vishow {
	visibility: visible !important;
	transform: translate(0, 0) !important;
	-webkit-transform: translate(0, 0) !important;
}
.p-head ul.login li .ser input {
	margin-bottom: 20px;
	margin-left: 15px;
	border: none;
	border-bottom: 1px solid #eee;
}
.bmask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 888;
}
.p-head ul.login li .ser #head-submit {
	display: inline-block;
	border: none;
	width: 60px;
	height: 30px;
	margin-bottom: 27px;
	background-color: #4381e8;
	color: #fff;
	border-radius: 5px;
	margin-left: 6px;
}
.p-head ul.login li span {
	display: inline-block;
	margin-right: 18px;
	margin-bottom: -2px;
}
.p-head ul.login li span:hover {
	cursor: pointer;
}
.p-head ul.login li a {
	font-size: 14px;
}
.p-head ul.login i {
	font-size: 14px;
	margin: 0 18px;
}
@media only screen and (max-width: 1370px) {
	.p-head .serBox {
	max-width: none;
	width:220px;
}
.p-head ul.login li .ser {
	width:220px;
}
.p-head ul.login li .ser input {
	width:120px;
}
.p-head ul.login {
	margin-right:20px;
}
.p-head ul.login li span {
	margin-right:0px;
}
}
@media only screen and (max-width: 1260px) {
	.p-head ul.navBox {
	display: none;
}
.p-head .clickEle {
	display: block;
}
.p-head ul.login {
	display: block;
	float: none;
	position: absolute;
	top: 0px;
	right: 70px;
	z-index: 300;
}
.p-head ul.login i {
	margin: 0 10px;
}
}
@media only screen and (max-width: 700px) {
	.p-head ul.login {
	display: block;
	float: none;
	width: 160px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 40px;
	z-index: 300;
}
.p-head ul.login i {
	margin: 0 10px;
}
}
@media only screen and (max-width: 480px) {
	footer .banquan p {
	width:324px;
	margin:0 auto;
}
.p-head .clickEle {
	right:20px;
}
footer .width1 {
	width: 90%;
}
footer .select {
	float: none;
	margin: 0 auto;
}
footer .link-info {
	margin-bottom: 20px;
}
footer .width2 div.wrapHref {
	display: flex;
	justify-content: center;
}
}
@media only screen and (max-width: 450px) {
	#search {
	display: inline-block;
	width: 100px;
	padding: 2px 10px;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid gainsboro;
	outline: none;
}
}
@media only screen and (max-width: 450px) {
	.content .contact .map {
	height:200px;
}
.p-head .serBox {
	width:150px;
}
.p-head ul.login {
	margin:0;
	right:50px;
	width:100px;
}
.p-head ul.login>li:nth-of-type(1) {
	display:none;
}
.p-head ul.login i {
	margin:0 5px;
}
}
/* 右侧公共导航*/
	.common-icon-nav {
	width: 40px;
	height: 200px;
	position: fixed;
	right: 15px;
	top: 30%;
	z-index: 9999;
	display: none
}
.common-icon-nav ul {
	position: relative
}
.common-icon-nav ul li {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	position: relative;
	z-index: 9999;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-bottom: 5px;
	transition: all .5s;
	-webkit-transition: all .5s
}
.common-icon-nav ul li i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99
}
.common-icon-nav ul li div {
	width: 160px;
	position: absolute;
	background-color: red;
	right: 65px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .1);
	border-radius: 5px;
	z-index: 997;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translate(-50px, 0);
	opacity: 0;
	display: none
}
.common-icon-nav ul li div span {
	position: absolute;
	right: -10px
}
.common-icon-nav ul li div h4 {
	color: #666;
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
	text-indent: 17px;
	line-height: 15px
}
.common-icon-nav ul li div h4 i {
	color: #ffae21;
	float: none;
	display: inline;
	width: auto;
	height: auto
}
.common-icon-nav ul li div p {
	color: #ffae21;
	line-height: 20px;
	margin-top: 5px
}
.common-icon-nav ul li:nth-of-type(1) {
	background-color: #ffae21
}
.common-icon-nav ul li:nth-of-type(1) div {
	top: -20px
}
.common-icon-nav ul li:nth-of-type(1) div span {
	top: 15px
}
.common-icon-nav ul li:nth-of-type(2) {
	background-color: #3cb1f0
}
.common-icon-nav ul li:nth-of-type(2) div {
	top: 0
}
.common-icon-nav ul li:nth-of-type(2) div span {
	top: 0
}
.common-icon-nav ul li:nth-of-type(3) {
	background-color: #4dc74c;
	margin-bottom: 20px
}
.common-icon-nav ul li:nth-of-type(3) div {
	top: 0
}
.common-icon-nav ul li:nth-of-type(3) div span {
	top: 0
}
.common-icon-nav ul li:nth-of-type(4) {
	background-color: #ff5c56;
	cursor: pointer;
	display: block
}
.common-icon-nav ul li:nth-of-type(4) i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg)
}
.dis {
	display: block!important
}
.common-icon-nav ul .show-hover {
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 1;
	right: 25px
}
.body-content ol{
    padding-left: 30px;
}
.body-content ol li{
    list-style: inherit;
}