* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none
}

a {
	color: #000;
}

input {
	outline: none;
}

/* 
@font-face {
	font-family: "tx";
	src: url("PINGFANG EXTRALIGHT.TTF");
} */


.margin-c {
	width: 1400px;
	margin: auto;
}

.banner01>.margin-c {
	position: absolute;
	z-index: 990;
	left: 0;
	right: 0;
	top: 30px;
}

.banner01 .logo {
	position: relative;
	z-index: 990;
}

.banner01 {
	position: relative;
	font-size: 0;
}

.banner01 .bd {
	position: relative;
}
.index-nav {
	width: 100%;
	height: 70px;
	padding-top: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.index-nav a {
	display: inline-block;
	line-height: 50px;
	color: #333;
	font-size: 18px;
	margin-right: 15px;
	transition: 0.4s;
	border-radius: 5px;
	padding: 0 15px;
}
.index-nav .on {
	background-color: #007bff;
	color: #fff;
}
.index-nav a:hover {
	background-color: #007bff;
	color: #fff;
}
.banner01 .bd .banner-title {
	position: absolute;
	top: 25%;
	font-size: 60px;
	color: #fff;
	text-align: center;
	z-index: 995;
	left: 0;
	right: 0;
	margin: auto;
}

.banner01 .bd .banner-text {
	position: absolute;
	top: 40%;
	font-size: 36px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	z-index: 995;
	left: 0;
	right: 0;
	margin: auto;
}

.banner01 .banner-foot {
	position: absolute;
	top: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	width: 450px;
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	padding-left: 30px;
	box-sizing: border-box;
	border-radius: 25px;
	z-index: 995;
	right: 0;
	text-transform: uppercase;
}

.banner01 .banner-foot input {
	background-color: initial;
	width: 90%;
	height: 100%;
	position: absolute;
	border: none;
	box-sizing: border-box;
	padding: 0 40px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	left: 0;
}

.banner01 .banner-foot input::-webkit-input-placeholder {
	color: #fff;
}

.banner01 .banner-foot a {
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	font-size: 0;
}

.banner01 .banner-foot a img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner01 .hd {
	position: absolute;
	bottom: 36px;
	text-align: center;
	width: 100%;
}

.banner01 .hd li {
	display: inline-block;
	width: 21px;
	height: 21px;
	border: 1px solid #fff;
	margin: 0 7px;
	border-radius: 50%;
	cursor: pointer;
}

.banner01 .hd .on {
	background-color: #fff;
}

.index-title {
	font-size: 0;
	text-align: center;
	/* height: 150px; */
}

.index-title img {
	margin-bottom: 100px;
}

.index-title-inner {
	display: inline-block;
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	background-image: url(index-title.png);
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 474px;
	height: 98px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	line-height: 98px;

}

.hy-list {
	width: 100%;
	height: auto;
	padding: 0 50px;
	box-sizing: border-box;
}

.hy-list::after {
	content: " ";
	display: block;
	clear: both;
}

.hy-item {
	float: left;
	box-shadow: 0 0 4px 4px #ddd;
	width: 308px;
	margin-bottom: 20px;
	margin-right: 22px;
	border-radius: 10px;
	background-color: #fff;
}

.hy-item:nth-child(4n) {
	margin-right: 0;
}

.hy-item-head {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.hy-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.hy-item:hover .hy-item-head img {
	transform: scale(1.05);
}

.hy-item-foot {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

.hy-item-title {
	margin: 10px 0;
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 42px;
}

.hy-item-dz {
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px
}

.hy-item-dz img {
	margin-bottom: -2px;
	margin-right: 3px;
}

.hy-item-sj {
	overflow: hidden;
	margin-bottom: 20px;
}

.hy-item-sj-left {
	float: left;
	margin-right: 5px;
	height: 40px;
}

.hy-item-sj-right {
	color: #999999;
	font-size: 12px;
	line-height: 1.75;
}

.hy-item-sj-right span {
	color: #ff0000;
}

.yh-gd {
	display: block;
	margin: 20px auto 0;
	width: 222px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border: 1px solid #007bff;
	border-radius: 10px;
	color: #007bff;
	font-size: 18px;
	font-weight: 600;
	transition: 0.4s;
}

.yh-gd:hover {
	color: #fff;
	background-color: #007bff;
}

.yh-gd img {
	margin-left: 5px;
}

.lc-list {
	background-color: #f7f7f7;
	overflow: hidden;
	border-radius: 30px;
	padding: 70px 30px;
	position: relative;
}

.lc-position {
	position: absolute;
	color: #666666;
	left: 465px;
	top: 80px;
	font-size: 14px;
}

.lc-item {
	float: left;
	/* overflow: hidden; */
}

.lc-item-left {
	float: left;
}

.lc-item-head {
	width: 114px;
	height: 114px;
	position: relative;
	box-shadow: 0 0 4px 4px #eee;
	background-color: #fff;
	margin-bottom: 16px;
	border-radius: 50%;
}

.lc-item-head img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.lc-item-text {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.lc-item-right {
	margin: 45px 65px 0;
	float: left;
}

.lc-item:nth-last-child(1) .lc-item-right {
	display: none;
}

.banner04-left {
	float: left;
	width: 810px;
	margin-top: 55px;
}

.banner04-title {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.banner04-text {
	line-height: 1.75;
	color: #333333;
	font-size: 18px;
}

.banner04-right {
	margin-left: 100px;
	float: left;
}

.banner04::after {
	content: " ";
	display: block;
	clear: both;
}

.banner02 {
	border-radius: 10px;
	box-shadow: 0 0 4px 4px #c9e3ff;
	margin-top: -90px;
	box-sizing: border-box;
	padding: 80px 50px 35px;
	margin-bottom: 70px;
}

.banner03 {
	border-radius: 10px;
	box-shadow: 0 0 4px 4px #c9e3ff;
	margin-top: -90px;
	box-sizing: border-box;
	padding: 70px 50px 45px;
	margin-bottom: 60px;
}

.banner04 {
	border-radius: 10px;
	box-shadow: 0 0 4px 4px #c9e3ff;
	margin-top: -90px;
	box-sizing: border-box;
	padding: 60px 65px 40px;
	margin-bottom: 60px;
}

.tg-title {
	text-align: center;
	color: #007cff;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 15px;
}

.tg-title img {
	margin: 0 15px;
}

.tg-title-btn {
	margin: 0 auto 35px;
	width: 285px;
	height: 70px;
	border-radius: 35px;
	background-color: #ebf5ff;
	text-align: center;
	line-height: 70px;
	color: #333333;
	font-size: 24px;
	font-weight: 600;
}

.tg-title-btn span {
	color: #ff0000;
}

.tg-form {
	width: 1300px;
	margin: 0 auto 55px;
}

.tg-form-item {
	overflow: hidden;
	margin-bottom: 25px;
}

.tg-form-left {
	float: left;
	overflow: hidden;
}

.tg-form-text {
	text-align: right;
	width: 80px;
	float: left;
	line-height: 56px;
	box-sizing: border-box;
	padding-right: 12px;
	color: #333333;
	font-size: 18px;
}

.tg-form-ipt {
	float: left;
}

.tg-form-ipt input {
	width: 537px;
	height: 56px;
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0px 20px;
	float: left;
	font-size: 18px;
}

.tg-form-right {
	float: right;
}

.tg-form-ipt img {
	float: left;
	margin-left: 8px;
}

.form-foot {
	overflow: hidden;
	margin-top: 38px;
	text-align: center;
}

.form-foot input {
	width: 222px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	border: none;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	background: linear-gradient(to right, #017dfe, #4de8f7);
	border-radius: 10px;
	cursor: pointer;
	transition: 0.4s;
}

.form-foot input:hover {
	background: linear-gradient(to right, #4de8f7, #017dfe);
}

.index-foot {
	text-align: center;
	color: #666666;
	font-size: 14px;
	padding: 40px 0;
	background-color: #f6f6f6;
	line-height: 2;
}

.index-foot * {
	color: #666666;
	font-size: 14px;
}

.dddwww {
	color: #333333;
	font-size: 14px;
	margin-top: -45px;
}

.dddwww img {
	margin: 0 10px;
}

.dddwww * {
	color: #333333;
	font-size: 14px;
}

.inner-table {
	width: 1300px;
	margin: 20px auto;
}

.inner-table-item {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding-top: 18px;
}

.inner-table-item-title {
	float: left;
	width: 85px;
	color: #333333;
	font-size: 14px;
	line-height: 33px;
}

.inner-table-item-list {
	overflow: hidden;
	float: left;
	width: 90%;
	height: 48px;
	position: relative;
	padding-right: 65px;
	box-sizing: border-box;
}

.inner-table-item-list .zk {
	position: absolute;
	top: 0;
	right: 0;
	color: #007bff;
	font-size: 12px;
	line-height: 33px;
	cursor: pointer;
}

.inner-table-item-list .sq {
	position: absolute;
	top: 0;
	right: 0;
	color: #007bff;
	font-size: 12px;
	line-height: 33px;
	cursor: pointer;
	display: none;
}

.inner-table-item-list .zk img {
	margin-left: 10px;
}

.inner-table-item-list .sq img {
	transform: rotate(180deg);
	margin-left: 10px;
}

.hysj .zk {
	right: 50%;
}

.hysj .sq {
	right: 50%;
}

.inner-table-item-01 {
	color: #333333;
	font-size: 14px;
	float: left;
	cursor: pointer;
	line-height: 33px;
	padding: 0 15px;
}

.inner-table-item-list-11 {
	color: #333333;
	font-size: 14px;
	float: left;
	cursor: pointer;
	padding: 0 15px;
	line-height: 33px;
	margin-bottom: 15px;
}

.inner-table-item-01:hover {
	color: #fff;
	background-color: #007bff;
	border-radius: 10px;
}

.inner-table-item-list-11:hover {
	color: #fff;
	background-color: #007bff;
	border-radius: 10px;
}

.inner-table-item-list .on {
	color: #fff;
	background-color: #007bff;
	border-radius: 10px;
}

.yaer-item {
	width: 100%;
	overflow: hidden;
}

.yaer-item-title {
	float: left;
	line-height: 33px;
	margin-right: 15px;
}

.yaer-item-list {
	float: left;
	overflow: hidden;
}

.yaer-item-item {
	float: left;
	padding: 0 15px;
	line-height: 33px;
	margin-bottom: 15px;
}

.yaer-item-list .on {
	color: #fff;
	background-color: #007bff;
	border-radius: 10px;
}

.yaer-item-item:hover {
	color: #fff;
	background-color: #007bff;
	border-radius: 10px;
	cursor: pointer;
}

.hy-ss {
	width: 1300px;
	margin: 0 auto 60px;
	overflow: hidden;
}

.hy-ss-left {
	float: left;
	margin-right: 12px;
	line-height: 42px;
	color: #333333;
	font-size: 14px;
}

.hy-ss-right {
	width: 571px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #ddd;
	border-radius: 10px;
	float: left;
	overflow: hidden;
}

.hy-ss-right a {
	float: right;
	background-color: #007bff;
	width: 111px;
	height: 42px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	border-radius: 10px;
}

.hy-ss-right input {
	float: left;
	width: 460px;
	box-sizing: border-box;
	height: 40px;
	border: none;
	padding-left: 15px;
	color: #333333;
}

.f5f5f5 {
	background-color: #f5f5f5;
	overflow: hidden;
	min-height: 200px;
	margin-top: -70px;
}

.f5f5f5 .dddwww {
	margin: 0;
	line-height: 60px;
}

.info::after {
	content: " ";
	display: block;
	clear: both;
}

.info-right-list::after {
	content: " ";
	display: block;
	clear: both;
}

.info-right-title {
	margin-bottom: 25px;
	color: #333333;
	font-size: 24px;
	position: relative;
	padding-left: 16px;
}

.info-right-title::after {
	content: " ";
	display: block;
	width: 7px;
	height: 23px;
	background-color: #093e8e;
	margin-right: 9px;
	border-radius: 3.5px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.info-left {
	background-color: #fff;
	float: left;
	width: 1040px;
	padding: 35px 28px;
	box-sizing: border-box;
}

.info-left-title {
	color: #093e8e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}

.info-left-title-e {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.info-fuwenben {
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
}

.info-fuwenben * {
	max-width: 100%;
}


.info-right {
	float: right;
	width: 308px;
}

.info-right .hy-item {
	margin-right: 0;
}






.layui-laypage * {
	margin-right: 5px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 15px !important;
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 50px !important;
	margin-top: 40px !important;
}

.layui-laypage-count {
	padding: 0 10px !important;
	border: 1px solid #EEEEEE !important;
}

.layui-laypage-em {
	color: #FFFFFF !important;
	background-color: #093e8e !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

.layui-laypage a:hover {
	color: #093e8e !important;
}


@media only screen and (min-width: 1250px) and (max-width:1400px) {
	.margin-c {
		width: 1200px;
	}
	.hy-item {
	    width: 258px;
	}
	.lc-item-right {
	    margin: 45px 42px 0;
	}
	.lc-position {
	    left: 390px;
	}
	.banner04-left {
	    width: 610px;
	}
	.tg-form {
	    width: 1200px;
	}
	.tg-form-ipt input {
	    width: 500px;
	}
	.inner-table {
	    width: 1200px;
	}
	.hysj .zk {
	    right: 43%;
	}
	.hysj .sq {
	    right: 43%;
	}
	
}


