body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑";
	overflow-x: hidden;
}

ul,
ol {
	list-style: none;
}

img,
fieldset {
	vertical-align: middle;
	border: 0;
}

a:link {
	text-decoration: none;
}

/* 未访问时的状态 */
a:visited {
	text-decoration: none;
}

/* 已访问过的状态 */
a:hover {
	text-decoration: none;
}

/* 鼠标移动到链接上时的状态 */
a:active {
	text-decoration: none;
}

/* 鼠标按下去时的状态 */
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

header .top {
	background-color: #3c86c7;
	font-size: 12px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

header .top .container {
	display: flex;
	justify-content: space-between;
}

header .top-left a {
	color: #fff;
}

header .top iframe {
	width: 300px;
	vertical-align: -12px;
}

header .top-right span {
	margin: 0 5px;
}

header .top-right a {
	color: #fff;
}

header .top-right a:hover {
	color: #F06431;
	text-decoration: underline;
}



header .bottom {
	height: 175px;
	background: url('../img/bg1.jpg');
}

header .bottom .logo {
	line-height: 175px;
	float: left;
}

header .bottom .right {
	height: 175px;
	float: right;
}

header .bottom .right p {
	margin-top: 50px;
	color: #022f62;
	font-size: 36px;
}

header .bottom .right form {
	font-size: 0;
}

header .bottom .right input {
	width: 350px;
	height: 32px;
	margin-top: 15px;
	border: 0;
	padding-left: 10px;
	font-size: 14px;
}

header .bottom .right input.btn {
	display: inline-block;
	width: 35px;
	height: 32px;
	vertical-align: middle;
	margin-top: -12px;
	background-color: #ff9933;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}


.indexnav {
	height: 80px;
	line-height: 80px;
	background: #0000EE;
}

.indexnav-ul {
	display: flex;
	justify-content: space-between;
}

.indexnav-li {
	position: relative;
}

.indexnav-li span {
	color: #ccc;
}

.indexnav-li a {
	color: #ffffff;
	font-size: 18px;
}

.indexnav-li a.active,
.indexnav-li a:hover {
	color: #eeff2e;
	font-weight: bold;
}

.indexnav-li ul{
	position: absolute;
	top:60px;
	left: -20px;
	padding: 10px 20px;
	background-color: #0000EE;
	z-index: 99999;
	display: none;
}
.indexnav-li ul li{
	line-height: 40px;
	white-space:nowrap;
}



section {
	margin-top: 2px;
}

.boxOne {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.sCarousel {
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide p {
	position: absolute;
	width: 98%;
	padding: 1%;
	font-size: 28px;
	white-space:nowrap;
	left: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.3);
}

.swiper-pagination {
	text-align: right;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: #fff;
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}


.societyNews {
	width: 52%;
}

.indexNotice {
	width: 46%;
}

.societyNews .stitle {
	border-bottom: 2px solid #1074d4;
}

.societyNews .stitle h3 {
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	display: inline-block;
	background-color: #1074d4;
}

.societyNews .stitle .more {
	float: right;
	color: #333;
	margin-top: 10px;
}

.societyNews .stitle .more:hover {
	color: #F06431;
}

.societyNews .slist {
	padding-top: 15px;
}

.societyNews .slist li {
	padding: 12px 0;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
}

.societyNews .slist a {
	color: #484848;
	font-size: 14px;
	display: block;
	position: relative;
}

.societyNews .slist a:before {
	content: "▪";
	color: #1074d4;
	font-size: 16px;
	position: absolute;
	left: -15px;
}

.societyNews .slist p {
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.societyNews .slist p:hover {
	color: #fd685a;
	text-decoration: underline;
}

.societyNews .slist span {
	float: right;
	color: #999;
}






.boxVal {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.boxVal-left {
	width: 750px;
}


.boxTwo {
	margin-top: 25px;
	margin-bottom: 15px;
}

.ititle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	border-bottom: 2px solid #3381d7;
	background-size: contain;
	font-size: 18px;
}

.ititle-nav a {
	display: inline-block;
	margin-right: 2px;
	padding: 10px 20px;
	color: #333;
	border: 2px solid #3381D7;
	border-bottom: none;
}

.ititle-nav .box {
	color: #fff;
	background-color: #3381d7;
}


.ititle .more {
	color: #000000;
	font-size: 14px;
}

.ititle .more:hover {
	color: #fd685a;
}



.lnews {
	width: 100%;
	margin-bottom: 10px;
}

.lnews .lnewslist {
	padding-top: 15px;
}

.lnews .lnewslist li {
	position: relative;
	padding-left: 15px;
}

.lnews .lnewslist li a {
	display: block;
	position: relative;
	width: 100%;
	height: 38px;
}

.lnews .lnewslist li a:before {
	content: "▪";
	color: #1074d4;
	font-size: 16px;
	position: absolute;
	left: -15px;
}

.lnews .lnewslist li p {
	width: 600px;
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lnews .lnewslist li span {
	color: #bababa;
	float: right;
}

.lnews .lnewslist li a:hover p {
	color: #F06431;
	text-decoration: underline;
}




.kwkj,
.dlcenter,
.contactUs {
	width: 400px;
	margin-bottom: 40px;
}


.btitle {
	width: 360px;
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
}

.hy {
	background-image: url('../img/kwkj.png');
}

.kw {
	background-image: url('../img/kanwu.png');
}

.dl {
	background-image: url('../img/dlicon.png');
}

.lx {
	background-image: url('../img/lxwm.png');
}

.btitle a {
	float: right;
	margin-top: 2px;
	font-size: 14px;
	color: #333;
}

.btitle a:hover {
	text-decoration: underline;
}


.kwkj .slist {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.kwkj .slist a {
	display: block;
	width: 30%;
	color: #000;
	text-align: center;
}

.kwkj .slist a:hover {
	color: #007700;
}

.kwkj .slist a:hover img {
	transform: translateY(-64px);
	filter: drop-shadow(#007700 0 64px);
}

.kwkj .slist div {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	margin-bottom: 5px;
	overflow: hidden;
}

.kwkj .slist div img {
	opacity: 0.6;
}


.dlcenter .slist {
	padding-top: 15px;
}

.dlcenter .slist li {
	padding: 9px 0;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
}


.dlcenter .slist li:before:hover {
	color: #fd685a;
}


.dlcenter .slist a {
	color: #484848;
	font-size: 14px;
	display: block;
	position: relative;
}


.dlcenter .slist a:before {
	content: "▪";
	color: #1074d4;
	font-size: 16px;
	position: absolute;
	left: -15px;
}


.dlcenter .slist a:hover {
	color: #fd685a;
}

.dlcenter .slist a:hover:before {
	color: #fd685a;
}

.dlcenter .slist p {
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dlcenter .slist span {
	float: right;
}



.contactUs .content {
	background-image: url('../img/cbg.jpg');
	margin-top: 10px;
	padding: 20px 15px;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #e6eef1;
}

.contactUs .content li {
	font-size: 14px;
	line-height: 24px;
	color: #4a4a4a;
	margin-top: 8px;
	margin-bottom: 8px;
}

.contactUs .content li span {
	color: #2379cc;
	font-weight: bold;
}




.message {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;

}

.message h3 {
	font-size: 26px;
	color: #555;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.message h3 div {
	float: right;
}

.message h3 div img {
	opacity: 0.6;
}

.message-val {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.message-val input {
	padding: 8px;
	margin-left: 5px;
}

.message-val .texts {
	width: 320px;
}

.message-val .submitBtn {
	padding: 5px 10px;
	cursor: pointer;
}

.message-yan {
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	background: url('../img/ys.png');
}



.flink {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	margin-bottom: 20px;
}

.flink select {
	width: 150px;
	display: inline-block;
}



.footer {
	display: flex;
	justify-content: space-between;
}

.footer-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 700px;
}

.footer-info-text p {
	margin-bottom: 15px;
}

.footer-info-text a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.footer-navs {
	width: 200px;
	height: 180px;
	padding-left: 60px;
	border-left: 1px solid #ddd;
}

.footer-navs h4 {
	margin-bottom: 15px;
}

.footer-navs a {
	display: block;
	width: 50%;
	float: left;
	color: #2379cc;
	margin-bottom: 15px;
}

.footer-navs a:hover {
	color: #FF1C1C;
	text-decoration: underline;
}

.footer-dm {
	text-align: center;
}

.footer-dm img {
	margin: 0 8px;
}

.footer-copy {
	text-align: center;
	margin: 20px 0;
}

.footer-copy a {
	color: #333;
}

.footer-copy a:hover {
	text-decoration: underline;
}

.toolBackTop {
	position: fixed;
	margin-left: 1210px;
	bottom: 100px;
	z-index: 99;
}

.toolBackTop img {
	cursor: pointer;
}

.toolBackTop img:hover {
	box-shadow: 0 0 5px #999;
}
