@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}
#title {
	display: none;
}
table {
	border-collapse: collapse;
	/* border-spacing: 0;
	margin: 0 auto; */
	/*	border-collapse: separate !important;*/
	border-spacing: 0 !important;
	background-color: #ccd6e1 !important;
}

table td {
	background: #fff;
}

caption,
th {
	/*	text-align: left;*/
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

* {
	box-sizing: border-box;
}

img {
	border: 0;
	outline: 0;
	/*	vertical-align: middle;*/

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

body {
	font-family: 'Microsoft YaHei';
	color: #1a1a1a;
	overflow-x: hidden;
	font-size: 20px;
	min-width: 1000px;
}

.clear {
	zoom: 1;
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #1b62af;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pcNone {
	display: none !important;
}

.wrapper {
	width: 1400px;
	margin: 0 auto;
}

.top {
	position: relative;
}

.topbox {}

.in_banner {
	text-align: center;
	overflow-x: hidden;
	min-width: 1000px;
}

.in_banner img {
	width: 100%;
}

.index .top_dw {
	position: absolute;
	top: 0;
	width: 100%;
}

.index .top_bar {
	background: rgba(14, 80, 152, .2);
	line-height: 50px;
}

.top_ico {
	text-align: right;
	font-size: 16px;
}

.top_ico li {
	display: inline-block;
	padding: 0 18px;
	position: relative;
}

.top_ico li::before {
	content: '';
	width: 0;
	height: 16px;
	border-left: 1px solid rgba(255, 255, 255, .4);
	position: absolute;
	left: -2px;
	top: 50%;
	margin-top: -8px;
}
.top_ico li:first-child::before {
	display: none;
}
.index .top_ico {
	color: #fff;
	font-size: 16px;
}

.index .top_ico a {
	opacity: .7;
	display: inline-block;
}

.index .top_ico a:hover {
	opacity: 1;
	color: #fff;
}

.top_ico .ico_so {
	width: 20px;
	height: 20px;
	background: url(hjghy_202603_icon_so2.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-top: -3px;
}

.index .top_ico .ico_so {
	background-image: url(hjghy_202603_icon_so.png);
}

.top_ico .ico_wx {
	background: url(hjghy_202603_icon_wx2.png) left center no-repeat;
	background-size: 20px auto;
	padding-left: 26px;
}

.index .top_ico .ico_wx {
	background-image: url(hjghy_202603_icon_wx.png);
}

.top_warp {}

.top_warp .logo {
	float: left;
	padding-top: 30px;
}

.top_warp .logo img {
	width: 340px;
}

.menu {
	padding-top: 20px;
	float: right;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.menu li {
	float: left;
	position: relative;
}

.menu li a {
	display: block;
}

.menu li a:hover {
	color: #fff;
}

.menu li:hover::before,
.menu li.on::before {
	content: '';
	width: 40px;
	height: 3px;
	border-radius: 100px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}

.menu li a.menu_t1 {
	line-height: 60px;
	padding: 0 12px;
}

.menu li .menu_t2 {
	/*	display: none;*/
	height: 0;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 60px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	z-index: 99;
	text-align: center;
	background: rgba(84, 140, 198, .96);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 15px rgba(23, 85, 193, 0.2);
	/* 阴影透明度 */
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.menu li .menu_t2.menu_sys {
	/*	display: none;*/
	height: 0;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 60px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	z-index: 99;
	text-align: center;
	background: rgba(84, 140, 198, .96);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 15px rgba(23, 85, 193, 0.2);
	/* 阴影透明度 */
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	text-align: left;
}
.menu li .menu_t2 a {
	padding: 10px 10px;
	display: block;
	color: #fff;
}

.menu li .menu_t2 a:nth-child(1) {
	padding-top: 15px;
}

.menu li .menu_t2 a:last-child {
	padding-bottom: 15px;
}

.menu li .menu_t2 a:hover {
	color: #fff;
	background: rgba(1, 60, 131, .25);
}

.menu li:hover .menu_t2 {
	/*	display: block;*/
	height: auto;
	opacity: 1;
}


/*更多*/
.more {
	position: absolute;
}

.more .ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(hjghy_202603_icon_more.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 8px;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.more a {
	font-size: 18px;
	color: #1b62af;
	display: block;
}

.more a:hover {
	color: #000;
}

.more a:hover .ico {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}

.footer {
	background: #f1f7ff;
	margin-top: 72px;
}

.friendly-links {
	/* overflow: hidden; */
	padding: 40px;
	font-size: 18px;
	border-bottom: 1px solid #cbd0d6;
}

.friendly-links>* {
	float: left;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}

.friendly-links>div {
	position: relative;
	margin-left: 100px;
	margin-right: 180px;
	padding-right: 35px;
	cursor: pointer;
}

.friendly-links>div+div {
	margin-left: 0;
}

.friendly-links>div:last-child {
	margin-right: 0;
}

.friendly-links .arr {
	position: absolute;
	right: 0;
	bottom: 14px;
	width: 15px;
	height: 9px;
	background: url(hjghy_202603_footerArr.png) no-repeat;
	transition: .5s;
}

.friendly-links>div:hover .arr {
	transform: rotate(180deg);
	transition: .5s;
}

.friendly-links .links-con {
	position: absolute;
	width: 260px;
	height: 240px;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	background: #f1f7ff;
	box-shadow: 0 0 10px #3e6896;
	border-radius: 10px;
	padding: 10px;
	font-size: 18px;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transition: .5s;
	overflow: hidden;
}

.friendly-links>div:hover .links-con {
	opacity: 1;
	height: 240px;
	visibility: visible;
	transition: .5s;
}

.friendly-links .links-con ul {
	width: 240px;
	height: 220px;
	overflow-y: scroll;
}

.friendly-links .links-con li {

	font-size: 18px;
	line-height: 26px;
	padding: 10px 0;
}

.beian>* {
	float: left;
	margin-right: 175px;
}

.beian .sydw {
	margin-right: 20px;
	margin-left: 60px;
}

.beian>div:last-child {
	margin-right: 0;
}

.beian {
	height: 68px;
	line-height: 68px;
	padding: 30px 0 50px 0;
	box-sizing: content-box;
	font-size: 18px;
}

.beian img {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
}

.scale-img {
	width: 100%;
	height: auto;
	transition: .5s;
}

.scale-img:hover {
	transform: scale(1.05);
	transition: .5s;
}

.scale-con {
	overflow: hidden;
}

.scale-con a {
	display: block;
	width: 100%;
	height: 100%;
}

/* 搜索 */
.index .search {
	width: 40px;
	margin-right: 10px;
	position: relative;
}
.index .search .sline {
	padding: 0 0 0 45px;
}
.index .search .btn {
	opacity: 1;
	position: absolute;
	left: 10px;
	top: 0;
	right: 0px;
	bottom: 0;
	z-index: 5;
}
.index .search .btn input {
	width: 100%;
	height: 22px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: -16px;
	bottom: auto;
	background: url("hjghy_202603_icon_so.png") no-repeat;
	background-size: 20px;
	border: 0;
}
.index .search .input {
	position: absolute;
	z-index: 1;
	left: auto;
	right: 0px;
	top: -20px;
	bottom: auto;
	height: 30px;
	width: 30px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
}
.index .search .input input {
	width: 88%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
	border: 0;
	display: block;
}
.index .search.on .btn {
	color: #186ABC;
}
.index .search.on .btn input {
	display: block;
	background: url("hjghy_202603_icon_so2.png") no-repeat;
	background-size: 20px;
}
.index .search.on .input {
	width: 250px;
	opacity: 1;
	visibility: visible;
	margin: 0;
	padding: 0;
}
.index .search .input {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
/* 搜索2 */
.ej-page .search {
	width: 40px;
	margin-right: 10px;
	position: relative;
}
.ej-page .search .sline {
	padding: 0 0 0 45px;
}
.ej-page .search .btn {
	opacity: 1;
	position: absolute;
	left: 10px;
	top: 0;
	right: 0px;
	bottom: 0;
	z-index: 5;
}
.ej-page .search .btn input {
	width: 100%;
	height: 22px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: -16px;
	bottom: auto;
	background: url("hjghy_202603_icon_so2.png") no-repeat;
	background-size: 20px;
	border: 0;
}
.ej-page .search .input {
	position: absolute;
	z-index: 1;
	left: auto;
	right: 0px;
	top: -20px;
	bottom: auto;
	height: 30px;
	width: 30px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
}
.ej-page .search .input input {
	width: 88%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
	border: 0;
	display: block;
}
.ej-page .search.on .btn {
	color: #186ABC;
}
.ej-page .search.on .btn input {
	display: block;
	background: url("hjghy_202603_icon_so2.png") no-repeat;
	background-size: 20px;
}
.ej-page .search.on .input {
	width: 250px;
	opacity: 1;
	visibility: visible;
	margin: 0;
	padding: 0;
	border: 1px solid #013d83;
	overflow: hidden;
}
.ej-page .search .input {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

/*微信弹窗*/
.index .top .top_bar .wx_b{
	display: none;
	position: absolute;
	width: 110px;
	height: 110px;
	background: #f7fcfe;
	left: 50%;
	margin-left: -60px;
	top: 50px;
	box-shadow: 0 0 13px rgba(31, 67, 132, .25);
	box-sizing: border-box;
	font-size: 14px;
	color: #408686;
	padding-top: 5px;
	text-align: center;
	z-index: 9;
}
.index .top .top_bar .wx_b::after{
	content: '';
	height: 11px;
	width: 22px;
	background: url(hjghy_202603_jiao.png) no-repeat;
	background-size: 100% 100%;

	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -11px;
}
.index .top .top_bar  .wx_b .img{
	width: 100px;
	height: 100px;
}
.index .top .top_bar .wx:hover .wx_b{
	display: block;
}

/*微信弹窗2*/
.ej-page .top .top_bar .wx_b{
	display: none;
	position: absolute;
	width: 110px;
	height: 110px;
	background: #f7fcfe;
	left: 50%;
	margin-left: -60px;
	top: 36px;
	box-shadow: 0 0 13px rgba(31, 67, 132, .25);
	box-sizing: border-box;
	font-size: 14px;
	color: #408686;
	padding-top: 5px;
	text-align: center;
	z-index: 9;
}
.ej-page .top .top_bar .wx_b::after{
	content: '';
	height: 11px;
	width: 22px;
	background: url(hjghy_202603_jiao.png) no-repeat;
	background-size: 100% 100%;

	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -11px;
}
.ej-page .top .top_bar  .wx_b .img{
	width: 100px;
	height: 100px;
}
.ej-page .top .top_bar .wx:hover .wx_b{
	display: block;
}

@media screen and (max-width: 1440px) {
	body {
		font-size: 16px;
	}
	.wrapper {
		width: 1000px;
	}

	.index .top_bar {
		line-height: 36px;
	}

	.top_ico li {
		padding: 0 13px;
	}

	.top_ico li::before {
		left: -1px;
		top: 50%;
		margin-top: -6px;
		height: 12px;
	}

	.index .top_ico {
		font-size: 12px;
	}

	.top_ico .ico_so {
		width: 14px;
		height: 14px;
		margin-top: -2px;
	}

	.top_ico .ico_wx {
		background-size: 14px auto;
		padding-left: 18px;
	}

	.top_warp .logo {
		padding-top: 25px;
	}

	.top_warp .logo img {
		width: 243px;
	}

	.menu {
		padding-top: 14px;
		font-size: 16px;
	}

	.menu li:hover::before,
	.menu li.on::before {
		width: 26px;
		height: 2px;
		margin-left: -14px;
		border-radius: 71px;
	}

	.menu li a.menu_t1 {
		line-height: 43px;
		padding: 0 6px;
	}

	.menu li .menu_t2 {
		top: 43px;
		width: 120px;
		margin-left: -60px;
		font-size: 12px;
		border-radius: 0 0 7px 7px;
		box-shadow: 0px 0px 10px rgba(23, 85, 193, 0.2);
	}

	.menu li .menu_t2.menu_sys {
		top: 43px;
		width: 190px;
		margin-left: -95px;
		font-size: 12px;
		border-radius: 0 0 7px 7px;
		box-shadow: 0px 0px 10px rgba(23, 85, 193, 0.2);
	}

	.menu li .menu_t2 a {
		padding: 7px 7px;
	}

	.menu li .menu_t2 a:nth-child(1) {
		padding-top: 10px;
	}

	.menu li .menu_t2 a:last-child {
		padding-bottom: 10px;
	}

	.more .ico {
		width: 14px;
		height: 14px;
		margin-top: -1px;
		margin-left: 6px;
	}

	.more a {
		font-size: 13px;
	}

	.footer {
		margin-top: 51x;
	}

	.friendly-links {
		padding: 28px;
		font-size: 14px;
	}

	.friendly-links>* {
		font-size: 14px;
		height: 28px;
		line-height: 28px;
	}

	.friendly-links>div {
		margin-left: 71px;
		margin-right: 128px;
		padding-right: 17px;
	}

	.friendly-links .arr {
		bottom: 10px;
		width: 11px;
		height: 6px;
		background-size: contain;
	}

	.friendly-links .links-con {
		width: 185px;
		height: 171px;
		bottom: 28px;
		box-shadow: 0 0 7px #3e6896;
		border-radius: 7px;
		padding: 7px;
		font-size: 13px;
	}

	.friendly-links>div:hover .links-con {
		height: 171px;
	}

	.friendly-links .links-con ul {
		width: 171px;
		height: 171px;
	}

	.friendly-links .links-con li {
		font-size: 13px;
		line-height: 20px;
		padding: 7px 0;
	}

	.beian>* {
		margin-right: 78px;
	}

	.beian .sydw {
		margin-right: 14px;
		margin-left: 42px;
	}

	.beian {
		height: 48px;
		line-height: 48px;
		padding: 21px 0 35px 0;
		font-size: 14px;
	}

	.beian img {
		margin-right: 3px;
		margin-bottom: 1px;
	}

	/* 搜索 */
	.index .search {
		width: 40px;
		margin-right: 10px;
		position: relative;
	}
	.index .search .sline {
		padding: 0 0 0 45px;
	}
	.index .search .btn {
		opacity: 1;
		position: absolute;
		left: 16px;
		top: 0;
		right: 0px;
		bottom: 0;
		z-index: 5;
	}
	.index .search .btn input {
		width: 100%;
		height: 16px;
		cursor: pointer;
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: -13px;
		bottom: auto;
		background: url("hjghy_202603_icon_so.png") no-repeat;
		background-size: 16px;
		border: 0;
	}
	.index .search .input {
		position: absolute;
		z-index: 1;
		left: auto;
		right: 0px;
		top: -17px;
		bottom: auto;
		height: 24px;
		width: 30px;
		background: #fff;
		opacity: 0;
		visibility: hidden;
	}
	.index .search .input input {
		width: 88%;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		padding: 0 10px;
		border: 0;
		display: block;
	}
	.index .search.on .btn input {
		display: block;
		background: url("hjghy_202603_icon_so2.png") no-repeat;
		background-size: 16px;
	}
	.index .search.on .input {
		width: 250px;
		opacity: 1;
		visibility: visible;
		margin: 0;
		padding: 0;
	}


	/* 搜索2 */
	.ej-page .search {
		width: 40px;
		margin-right: 10px;
		position: relative;
	}
	.ej-page .search .sline {
		padding: 0 0 0 45px;
	}
	.ej-page .search .btn {
		opacity: 1;
		position: absolute;
		left: 16px;
		top: 0;
		right: 0px;
		bottom: 0;
		z-index: 5;
	}
	.ej-page .search .btn input {
		width: 100%;
		height: 16px;
		cursor: pointer;
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: -13px;
		bottom: auto;
		background: url("hjghy_202603_icon_so2.png") no-repeat;
		background-size: 16px;
		border: 0;
	}
	.ej-page .search .input {
		position: absolute;
		z-index: 1;
		left: auto;
		right: 0px;
		top: -17px;
		bottom: auto;
		height: 24px;
		width: 30px;
		background: #fff;
		opacity: 0;
		visibility: hidden;
	}
	.ej-page .search .input input {
		width: 88%;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		padding: 0 10px;
		border: 0;
		display: block;
	}
	.ej-page .search.on .btn input {
		display: block;
		background: url("hjghy_202603_icon_so2.png") no-repeat;
		background-size: 16px;
	}
	.ej-page .search.on .input {
		width: 250px;
		opacity: 1;
		visibility: visible;
		margin: 0;
		padding: 0;
	}

	/*微信弹窗*/
	.index .top .top_bar .wx_b {
		display: none;
		position: absolute;
		width: 100px;
		height: 100px;
		background: #f7fcfe;
		left: 50%;
		margin-left: -56px;
		top: 36px;
		box-shadow: 0 0 13px rgba(31, 67, 132, .25);
		box-sizing: border-box;
		font-size: 14px;
		color: #408686;
		padding-top: 5px;
		text-align: center;
		z-index: 9;
	}
	.index .top .top_bar .wx_b::after {
		content: '';
		height: 7px;
		width: 16px;
		background: url(hjghy_202603_jiao.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: -7px;
		left: 50%;
		margin-left: -8px;
	}
	.index .top .top_bar .wx_b .img {
		width: 90px;
		height: 90px;
	}
	.index .top_ico {
		text-align: right;
		font-size: 12px;
	}

	/*微信弹窗2*/
	.ej-page .top .top_bar .wx_b {
		display: none;
		position: absolute;
		width: 100px;
		height: 100px;
		background: #f7fcfe;
		left: 50%;
		margin-left: -56px;
		top: 26px;
		box-shadow: 0 0 13px rgba(31, 67, 132, .25);
		box-sizing: border-box;
		font-size: 14px;
		color: #408686;
		padding-top: 5px;
		text-align: center;
		z-index: 9;
	}
	.ej-page .top .top_bar .wx_b::after {
		content: '';
		height: 7px;
		width: 16px;
		background: url(hjghy_202603_jiao.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: -7px;
		left: 50%;
		margin-left: -8px;
	}
	.ej-page .top .top_bar .wx_b .img {
		width: 90px;
		height: 90px;
	}
	.ej-page .top_ico {
		text-align: right;
		font-size: 12px;
	}
}