@charset "utf-8";

/*通用样式*/
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	list-style: none;
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #fff;
	font: normal 12px/22px "微软雅黑";
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}


.clear {
	clear: both;
}

div {
	box-sizing: border-box;
}

.clearfix::after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

/* CSS Document */




.sectionOne {
	/* padding: 30px 0; */
	background: url(../indeximages/sectionBg.jpg) left top no-repeat #ffffff;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

.sectionSwiper {
	float: left;
	width: 45%;
}

.sectionSwiper .swiper-button-next {
	background: url(../images/a_08.png);
	width: 30px;
	height: 74px;
	background-size: 100% 100%;
	margin-top: -70px;
	right: 0;
	opacity: 0;
}

.sectionSwiper .swiper-button-prev {
	background: url(../images/a_07.png);
	width: 30px;
	height: 74px;
	background-size: 100% 100%;
	margin-top: -70px;
	left: 0;
	opacity: 0;
}

.sectionSwiper .swiper-button-next:after,
.sectionSwiper .swiper-button-prev:after {
	display: none;
}

.sectionSwiper:hover .swiper-button-next {
	opacity: 1;
}

.sectionSwiper:hover .swiper-button-prev {
	opacity: 1;
}

.fixRight {
	z-index: 2;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.fixRight a {
	display: block;
	position: absolute;
	width: 120px;
	height: 36px;
}

.fixRight span {
	display: block;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.newsPic img {
	transition: all .5s;
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	display: block;
	height: 450px;
}

.newsPic {
	margin-bottom: 10px;
	overflow: hidden;
	height: 385px;
	/* text-align: center; */
}

.newsPic:hover img {
	transform: scale(1.1);
}

.newsTxt h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.newsTxt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #777777;
	line-height: 1.5;
	margin-bottom: 13px;
}

.newsTxt span {
	transition: all .5s;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #d92f26;
	line-height: 25px;
	border-radius: 4px;
	padding: 0 8px;
}

.sectionSwiper .swiper-slide:hover h2 {
	color: #0d5aa8;
}

.sectionSwiper .swiper-slide:hover .newsTxt span {
	background: #0d5aa8;
}

.workDynic {
	float: left;
	width: 32%;
	margin-left: 2.89%;
}

.titleCell {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
	line-height: 45px;
	font-size: 20px;
	color: #0d5aa8;
	font-weight: bold;
	padding-left: 40px;
}

.titleCell img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 25px;
	width: 25px;
}

.titleCell a {
	float: right;
	font-size: 15px;
	color: #4c4c4c;
	background: url(../images/more.png) left center no-repeat;
	padding-left: 25px;
}

.workDynic ul {
	margin-top: 10px;
}

.workDynic li {
	line-height: 45px;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}

.workDynic li p {
	position: relative;
	box-sizing: border-box;
	transition: all .5s;
	font-size: 16px;
	color: #333333;
	float: left;
	width: calc(100% - 52px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.workDynic li:hover p {
	color: #0d5aa8;
	padding-left: 10px;
}

.workDynic li p::after {
	content: '';
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
        width: 13px;
        height: 13px;
        background-image: url(../images/youjiantou.png);
        background-size: contain;
	transition: all .3s;
	opacity: 0;
}

.workDynic li:hover p::after {
	opacity: 1;
}

.workDynic li span {
	float: right;
	font-size: 16px;
	color: #b1b1b1;
}

.noticeCont {
	float: right;
	width: 50%;
}

.noticeCont li {
	margin-bottom: 11px;
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
}
.noticeCont li a{
    display: flex;
    align-items: center;
}

.dataTag {
	transition: all .3s;
	padding-top: 12px;
	float: left;
	text-align: center;
	width: 80px;
	height: 67px;
	background: #eeeeee;
	border-radius: 10px;
	/* padding-right: 10px; */
	margin-right: 10px;
}

.dataTag p {
	transition: all .3s;
	font-weight: bold;
	font-size: 24px;
	color: #0d5aa8;
	line-height: 1;
	width: 80px;
	padding-right: 10p;
}

.dataTag span {
	transition: all .3s;
	display: block;
	font-size: 15px;
	color: #0d5aa8;
	border-top: 2px solid #0d5aa8;
	margin: 0 10px;
	/* width: 80px; */
}
.gzdt-zy{
    font-size: 12px;
    color: #666666;
}
.noticeCont ul {
	margin-top: 25px;
}

.noticeCont li h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	float: right;
	transition: all .3s;
	width: calc(100% - 100px);
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}

.noticeCont li:hover h2 {
	color: #0d5aa8;
}

.noticeCont li:hover .dataTag {
	background: #0d5aa8;
}

.noticeCont li:hover .dataTag p,
.noticeCont li:hover .dataTag span {
	color: #ffffff;
}

.serviceList ul {
	float: right;
	width: calc(100% - 120px);
}

.serviceList li {
	margin: 0 48px;
	float: left;
	transition: all 0.5s;
	width: 168px;
	height: 168px;
	text-align: center;
}

.serviceList li p {
	color: #343434;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 18px;
}

.serviceList li span {
	margin-top: 40px;
	transition: all 0.3s;
	display: block;
	height: 54px;
	width: 100%;
}

.serviceList li span.icon-1 {
	background: url(../indeximages/icon1.png) center no-repeat;
}

.serviceList li span.icon-2 {
	background: url(../indeximages/icon2.png) center no-repeat;
}

.serviceList li span.icon-3 {
	background: url(../indeximages/icon3.png) center no-repeat;
}

.serviceList li span.icon-4 {
	background: url(../indeximages/icon4.png) center no-repeat;
}

.serviceList li span.icon-5 {
	background: url(../indeximages/icon5.png) center no-repeat;
}

.serviceList li span.icon-6 {
	background: url(../indeximages/icon6.png) center no-repeat;
}

.serviceList li span.icon-7 {
	background: url(../indeximages/icon7.png) center no-repeat;
}

.serviceList li span.icon-8 {
	background: url(../indeximages/icon8.png) center no-repeat;
}

.serviceList li span.icon-9 {
	background: url(../indeximages/icon9.png) center no-repeat;
}

.serviceList li span.icon-10 {
	background: url(../indeximages/icon10.png) center no-repeat;
}

.serviceList li span.icon-11 {
	background: url(../indeximages/icon11.png) center no-repeat;
}

.serviceList li span.icon-12 {
	background: url(../indeximages/icon12.png) center no-repeat;
}

.serviceList li span.icon-13 {
	background: url(../indeximages/icon13.png) center no-repeat;
}

.serviceList li span.icon-14 {
	background: url(../indeximages/icon14.png) center no-repeat;
}

.serviceList li span.icon-15 {
	background: url(../indeximages/icon15.png) center no-repeat;
}

.serviceList li span.icon-16 {
	background: url(../indeximages/icon16.png) center no-repeat;
}

.serviceList li span.icon-17 {
	background: url(../indeximages/icon17.png) center no-repeat;
}

.serviceList li span.icon-18 {
	background: url(../indeximages/icon18.png) center no-repeat;
}

.serviceList li span.icon-19 {
	background: url(../indeximages/icon19.png) center no-repeat;
}

.serviceList li span.icon-20 {
	background: url(../indeximages/icon20.png) center no-repeat;
}

.serviceList li span.icon-21 {
	background: url(../indeximages/icon21.png) center no-repeat;
}

.serviceList li span.icon-22 {
	background: url(../indeximages/icon22.png) center no-repeat;
}

.serviceList li span.icon-23 {
	background: url(../indeximages/icon23.png) center no-repeat;
}

.serviceList li span.icon-24 {
	background: url(../indeximages/icon24.png) center no-repeat;
}

.serviceList li span.icon-25 {
	background: url(../indeximages/icon25.png) center no-repeat;
}

.serviceList li span.icon-26 {
	background: url(../indeximages/icon26.png) center no-repeat;
}

.serviceList li span.icon-27 {
	background: url(../indeximages/icon27.png) center no-repeat;
}

.serviceList li span.icon-28 {
	background: url(../indeximages/icon28.png) center no-repeat;
}

.serviceList li span.icon-32 {
	background: url(../indeximages/icon32.png) center no-repeat;
}


.serviceList li span.icon-gx1 {
	background: url(../indeximages/icon29.png) center no-repeat;
}

.serviceList li span.icon-gx2 {
	background: url(../indeximages/icon30.png) center no-repeat;
}

.serviceList li span.icon-gx3 {
	background: url(../indeximages/icon31.png) center no-repeat;
}

.serviceList li span.icon-gx4 {
	background: url(../indeximages/icon32.png) center no-repeat;
}

.serviceList li span.icon-gx5 {
	background: url(../indeximages/icon33.png) center no-repeat;
}

.serviceList li:hover span.icon-1 {
	background: url(../indeximages/icon1on.png) center no-repeat;
}

.serviceList li:hover span.icon-2 {
	background: url(../indeximages/icon2on.png) center no-repeat;
}

.serviceList li:hover span.icon-3 {
	background: url(../indeximages/icon3on.png) center no-repeat;
}

.serviceList li:hover span.icon-4 {
	background: url(../indeximages/icon4on.png) center no-repeat;
}

.serviceList li:hover span.icon-5 {
	background: url(../indeximages/icon5on.png) center no-repeat;
}

.serviceList li:hover span.icon-6 {
	background: url(../indeximages/icon6on.png) center no-repeat;
}

.serviceList li:hover span.icon-7 {
	background: url(../indeximages/icon7on.png) center no-repeat;
}

.serviceList li:hover span.icon-8 {
	background: url(../indeximages/icon8on.png) center no-repeat;
}

.serviceList li:hover span.icon-9 {
	background: url(../indeximages/icon9on.png) center no-repeat;
}

.serviceList li:hover span.icon-10 {
	background: url(../indeximages/icon10on.png) center no-repeat;
}

.serviceList li:hover span.icon-11 {
	background: url(../indeximages/icon11on.png) center no-repeat;
}

.serviceList li:hover span.icon-12 {
	background: url(../indeximages/icon12on.png) center no-repeat;
}

.serviceList li:hover span.icon-13 {
	background: url(../indeximages/icon13on.png) center no-repeat;
}

.serviceList li:hover span.icon-14 {
	background: url(../indeximages/icon14on.png) center no-repeat;
}

.serviceList li:hover span.icon-15 {
	background: url(../indeximages/icon15on.png) center no-repeat;
}

.serviceList li:hover span.icon-16 {
	background: url(../indeximages/icon16on.png) center no-repeat;
}

.serviceList li:hover span.icon-17 {
	background: url(../indeximages/icon17on.png) center no-repeat;
}

.serviceList li:hover span.icon-18 {
	background: url(../indeximages/icon18on.png) center no-repeat;
}

.serviceList li:hover span.icon-19 {
	background: url(../indeximages/icon19on.png) center no-repeat;
}

.serviceList li:hover span.icon-20 {
	background: url(../indeximages/icon20on.png) center no-repeat;
}

.serviceList li:hover span.icon-21 {
	background: url(../indeximages/icon21on.png) center no-repeat;
}

.serviceList li:hover span.icon-22 {
	background: url(../indeximages/icon22on.png) center no-repeat;
}

.serviceList li:hover span.icon-23 {
	background: url(../indeximages/icon23on.png) center no-repeat;
}

.serviceList li:hover span.icon-24 {
	background: url(../indeximages/icon24on.png) center no-repeat;
}

.serviceList li:hover span.icon-25 {
	background: url(../indeximages/icon25on.png) center no-repeat;
}

.serviceList li:hover span.icon-26 {
	background: url(../indeximages/icon26on.png) center no-repeat;
}

.serviceList li:hover span.icon-27 {
	background: url(../indeximages/icon27on.png) center no-repeat;
}

.serviceList li:hover span.icon-28 {
	background: url(../indeximages/icon28on.png) center no-repeat;
}

.serviceList li:hover span.icon-29 {
	background: url(../indeximages/icon29on.png) center no-repeat;
}

.serviceList li:hover span.icon-30 {
	background: url(../indeximages/icon30on.png) center no-repeat;
}

.serviceList li:hover span.icon-31 {
	background: url(../indeximages/icon31on.png) center no-repeat;
}

.serviceList li:hover span.icon-32 {
	background: url(../indeximages/icon32on.png) center no-repeat;
}

.serviceList li:hover span.icon-gx1 {
	background: url(../indeximages/icon29on.png) center no-repeat;
}

.serviceList li:hover span.icon-gx2 {
	background: url(../indeximages/icon30on.png) center no-repeat;
}

.serviceList li:hover span.icon-gx3 {
	background: url(../indeximages/icon31on.png) center no-repeat;
}

.serviceList li:hover span.icon-gx4 {
	background: url(../indeximages/icon32on.png) center no-repeat;
}

.serviceList li:hover span.icon-gx5 {
	background: url(../indeximages/icon33on.png) center no-repeat;
}


.serviceList li:hover {
	border-radius: 50%;
	background: #11a9b7;
}

.serviceList li:hover p {
	color: #ffffff;
}

.service {
	padding: 35px 0;
}

.leftTxt {
	margin-top: 48px;
	background: url(../indeximages/icontag.png) right bottom no-repeat;
	padding-bottom: 25px;
	float: left;
}

.leftTxt p {
	line-height: 42px;
	font-weight: bold;
	font-size: 30px;
	color: #0d5aa8;
}

.leftTxt span {
	line-height: 1;
	display: block;
	text-align: right;
	font-size: 16px;
	color: #11a9b7;
	font-weight: 200;
}

.buildTitle {
	background: url(../indeximages/tbg.jpg) center no-repeat;
	background-size: cover;
	border-top: 6px solid #730600;
	padding: 65px 0 30px;
}

.buildTitle h2 {
	font-size: 48px;
	text-align: center;
	background: url(../indeximages/ti2.png) center bottom no-repeat;
	line-height: 1;
	padding-bottom: 40px;
	font-weight: bold;
	color: #ffffff;
}

.buildCont {
	position: relative;
}

.buildImg {
	position: absolute;
	right: 0;
	width: 14.79vw;
	top: -8.59vw;
}

.buildInfor {
	background: url(../images/zxz-background.png) center no-repeat;
	background-size: cover;
	padding: 30px 0 30px;
	min-width: 1300px;
}

.buildSlide .titleCell {
	font-size: 20px;
	line-height: 60px;
	/* margin: auto; */
}

.buildSlide .titleCell a {
	line-height: 60px;
}

.buildSlide {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.buildSlide:last-child {
	margin-right: 0;
}

.buildSlide ul {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 5px 25px 2px;
	margin-top: 10px;
	min-height: 300px;
}

.buildSlide li {
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	line-height: 55px;
}

.buildSlide li p {
	box-sizing: border-box;
	position: relative;
	transition: all .5s;
	font-size: 16px;
	color: #333333;
	float: left;
	width: calc(100% - 52px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.buildSlide li:hover p {
	color: #0d5aa8;
	padding-left: 10px;
}

.buildSlide li p::after {
	content: '';
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
        background-image: url(../images/youjiantou.png); /* 图标的路径 */
        background-size: contain; /* 确保图标完整显示 */
	transition: all .3s;
	opacity: 0;
}

.buildSlide li:hover p::after {
	opacity: 1;
}

.buildSlide li span {
	float: right;
	font-size: 16px;
	color: #b1b1b1;
}

.safecont {
	background: url(../indeximages/se_04.jpg) center no-repeat;
	background-size: cover;
}

.safeTit {
	background: url(../indeximages/tbg2.png) center no-repeat;
	background-size: cover;
	border-top: 6px solid #0d5aa8;
	padding: 65px 0 30px;
}

.safeTit h2 {
	font-size: 48px;
	text-align: center;
	background: url(../indeximages/ti2.png) center bottom no-repeat;
	line-height: 1;
	padding-bottom: 40px;
	font-weight: bold;
	color: #ffffff;
}