body {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft yahei', 'STHeiTi', Arial, Simsun, Helvetica, sans-serif, Verdana;
	color: #333;
	background-color: #f7f9ff;
}

ul {
	list-style: none;
}

ul,
li,
div,
p,
h1,
h2,
h3,
h4,
img {
	margin: 0;
	padding: 0;
}

a,a:hover {
	text-decoration: none;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

/*----------------- 头部 ----------------*/
.headTop {
			background: #333333;
			color: #b0b0b0;
			position: relative;
			z-index: 30;
			font-size: 12px;
			width: 100%;
			height: 40px;
  min-width: 1180px;
		}

		.headTop .headMain {
			width: 1180px;
			height: 40px;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 0 15px;
		}
		.headTop .head-item {
			cursor: pointer;
          position: relative;
          height: 40px;
    line-height: 40px;
		}   
.headTop .sep {
			margin: 0 15px;
    color: #424242;
}
.headTop .head-item a{
   color: #b0b0b0;
}
		.head-left,.head-right{
			display: flex;
			align-items: center;
		}
		.head-right-item{
			cursor: pointer;
			position: relative;
		}
		.head-right-item .weChat-img {
			height: 100px;
			position: absolute;
			left: -20px;
			top: 40px;
			transition: height .3s;
			box-shadow: 0 1px 5px #dadada;
          display: none;
			background-color: #fff;
		}
		.head-right-item .weChat-img img{
			margin: 8px;
			width: 90px;
			height: 90px;
		}
		.corner_down{
			width: 13px;
			height: 13px;
			position: relative;
			top: 2px;
			margin-left: 5px;
		}
		.corner_mobile{
			width: 17px;
			height: 17px;
			position: relative;
			top: 3px;
			margin-right: 3px;
		}
		.header .dropdownMenu1 {
	display: none;
	border-top: none;
	border-radius: 4px 4px 4px 4px;
	background: transparent;
	position: absolute;
	left: -31px;
	-webkit-box-shadow: 0 2px 30px rgb(54 56 79 / 8%);
	box-shadow: 0 2px 30px rgb(54 56 79 / 8%);
  	z-index:10;
}

.header .dropdownMenu1 li {
	text-align: center;
	width: 133px;
	font-size: 14px;
    color: #606266;
	height: 38px;
	line-height: 40px;
	background-color: #fff;
	position: relative;
}

.header .dropdownMenu1 li a {
	font-size: 14px;
    color: #606266;
}

.header .dropdownMenu1 li:first-child {

	border-radius: 4px 4px 0 0;
	position: relative;
}

.header .dropdownMenu1 li:last-child {
	border-bottom: 0px solid #dddddd;
}

.header .dropdownMenu1:before {
	content: "";
	width: 16px;
	height: 6px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
	background-size: contain;
	position: absolute;
	top: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header .dropdownMenu1 li:hover {
	background-color: #E7F3FF;
	color: #3C9BFF!important;
}

.header .dropdownMenu1 li:hover a {
	color: #3C9BFF!important;
}

.header {

	background-color: #fff;
	margin: 0 auto;
	z-index: 9;
	box-sizing: border-box;
}

.header_main {
	width: 1180px;
	height: 80px;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	box-sizing: border-box;
}

.header h1 {
	display: inline-block;
	height: 60px;
	color: #113e66;
	font-size: 22px;
	font-weight: normal;
	width: 300px;
}

.header h1 img {
	vertical-align: middle;
	height: 50px;
}

.header .menu {
	display: inline-block;
	margin-left: 30px;
}

.header .menu>li {
	display: inline-block;
	min-width: 40px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	margin: 0 15px;
	position: relative;
}



.header .menu>li.active a {
	font-weight: 400;
	color: #0e3f66;
}

.header .menu>li.active::after {
	content: '';
	display: block;
	width: 34px;
	height: 3px;
	background: #0e3f66;
	border-radius: 2px;
	margin: -10px auto 0;
}

.header .menu>li:hover .dropdownMenu {
	display: block;
}

.header .menu li a {
	color: #333;
	font-size: 18px;
}

.header .dropdownMenu {
	display: none;
	border-top: none;
	border-radius: 4px 4px 4px 4px;
	background: transparent;
	position: absolute;
	left: -31px;
	-webkit-box-shadow: 0 2px 30px rgb(54 56 79 / 8%);
	box-shadow: 0 2px 30px rgb(54 56 79 / 8%);
  	z-index:10;
}

.header .dropdownMenu li {
	text-align: center;
	width: 133px;
	font-size: 16px;
	height: 38px;
	line-height: 40px;
	background-color: #fff;
	position: relative;
}

.header .dropdownMenu li a {
	color: #333;
	font-size: 16px;
}

.header .dropdownMenu li:first-child {

	border-radius: 4px 4px 0 0;
	position: relative;
}

.header .dropdownMenu li:last-child {
	border-bottom: 0px solid #dddddd;
}

.header .dropdownMenu:before {
	content: "";
	width: 16px;
	height: 6px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
	background-size: contain;
	position: absolute;
	top: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header .dropdownMenu li:hover {
	background-color: #104166;
	color: #fff;
}

.header .dropdownMenu li:hover a {
	color: #fff;
}

.header .dropdownMenu li:hover .childrenMenu {
	display: block;
}

.header .dropdownMenu .childrenMenu {
	display: none;
	background-color: rgba(238, 241, 246, 100);
	position: absolute;
	left: 133px;
	top: 0;
}

.header .dropdownMenu .childrenMenu li {
	background-color: rgba(238, 241, 246, 100);
	color: rgba(80, 80, 81, 100);
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
}

.header .dropdownMenu .childrenMenu li a {
	color: #333;
	font-size: 14px;
}

.header .dropdownMenu .childrenMenu li a {
	color: rgba(80, 80, 81, 100);
}

.header .dropdownMenu .childrenMenu li:hover {
	background-color: #104166;
}

.header .dropdownMenu .childrenMenu li:hover a {
	color: #fff;
}


/*----------------- /头部 ----------------*/
/* 底部 */
.foot {
	min-width: 1180px;
	width: 100%;
	height: 242px;
	background: url('../images/footerBg.png') no-repeat left top;
	background-size: 100% 100%;
	padding: 40px 0 60px;
	box-sizing: border-box;
	margin-top: 15px;
}

.footBox {
	width: 1180px;
	margin: 0 auto;
}

.footBox .selectBox {
	height: 40px;
}

.footBox .selectBox select {
	width: 384px;
	height: 40px;
	background: #f8f8f8;
	border-radius: 4px;
	line-height: 40px;
	margin-right: 14px;
	color: #999;
	font-size: 14px;
	padding-left: 10px;
	float: left;
	vertical-align: middle;
	outline: none;
}

.footBox .selectBox select:last-child {
	margin-right: 0;
}

.footBox .record,
.footBox .contact {
	font-size: 14px;
	font-family: SourceHanSansCN, SourceHanSansCN-Regular;
	font-weight: 400;
	text-align: center;
	color: #f8f8f8;
	line-height: 24px;
}

.footBox .record {
	margin-top: 60px;
}

.footBox .record img {
	vertical-align: middle;
	position: relative;
	top: -1px;
}

/* 页面右侧跟随部分 */
.fixedBox {
	z-index: 1000;
	position: fixed;
	right: 2px;
	top: 50%;
	width: 70px;
	line-height: 20px;
	padding-top: 16px;
	margin-top: -187px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 100);
	text-align: center;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

.fixedBox li {
	text-align: center;
	color: rgba(16, 16, 16, 100);
	font-size: 12px;
	font-family: SourceHanSansSC-regular;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.fixedBox img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 2px;
}

.fixedBox li div {
	display: none;
	width: 116px;
	height: 116px;
	line-height: 106px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	background: #fff;
	box-shadow: -2px 0 6px 0px rgba(0, 0, 0, 0.16);
	position: absolute;
	top: 0;
	right: 72px;
}

.fixedBox li div img {
	width: 100%;
	height: 100%;
}

.fixedBox li:hover div {
	display: block;
}

.pubinfobut{
font-size: 15px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 18px;
    margin-right: 20px;
    margin-left: -100px;
}