@charset "UTF-8";
/*
********************************外层框架 start********************************
*/
/*头部开始*/
.top{
	background-color: #fff;
}
.logo{
	padding: 19px 0;
}
.logo img{
	height: 62px;
}
.topR{
	padding-top: 30px;
}
.topSearch{
	width: 248px;
	border:1px solid #1e5ab0; 
	border-radius: 3px;
	overflow: hidden;
}
.topSearch .inpBox{
	width:205px; 
	background:#fff; 
	z-index:0;
}
.topSearch .input{
	width:100%;
	padding: 0 10px;
	box-sizing: border-box;
	height:36px; 
	line-height: 36px;
	background:none; 
	border:none; 
}
.searchBtn{
	display: block;
	height:36px; 
	overflow: hidden;
	background:#1e5ab0 url(../images/search.png) no-repeat center center; 
}
.videoBtn{
	margin-left: 30px;
}
.videoBtn a{
	display: block;
	text-align: center;
	line-height: 35px;
	color: #1E5AB0;
	font-size: 14px;
	width: 120px;
	height: 35px;
	border: 1px solid #1E5AB0;
	border-bottom-width: 3px;
	border-right-width:3px ;
	border-radius: 4px;
	transition: 0.4s;
}
.videoBtn a:hover{
	box-shadow: 0 0 14px 0 rgba(30, 90, 176, 0.4);
}

/* 导航 */
.menuBox{
	background-color: #1E5AB0;
}
.menuDl{
	display: flex;
	
}
.menuDl dd{
	flex: 1;
	width: 11.11111%;
	float: left;
	display: inline;
	position: relative;
}
.topMenu{
	position: relative;
	z-index: 9;
	background-color: #1E5AB0;
}
.topMenu a{
	display: block;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	transition: 0.4s;
}
.menuDl dd+dd::before{
	content: '';
}
.menuDl dd.hover .topMenu a,
.topMenu a:hover{
	background-color: #1e48a4;
}

.twoMenu{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transform:translateY(-100%);
	opacity: 0;
	background: rgba(255,255,255,0.95);
	visibility: hidden;
	display: none\0;
	border-radius: 0 0 3px 3px;
	z-index: 8;
	transition: 0.4s;
	padding: 5px 0;
}
.twoMenu li{
	padding: 5px 0;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	
}
.twoMenu li+li{
	border-top: 1px solid #e5e5e5;
}
.twoMenu a{
	display: block;
	color: #666;
}
.twoMenu a:hover{
	color: #292e88;
}
/* .twoMenu li.hover{
	background-color: #1E48A4;
} */
.twoMenu li.hover a{
	color: #292e88;
}
.menuDl dd:hover .twoMenu{
	opacity: 1;
	transform:translateY(0);
	visibility: visible;
}
/*头部结束*/

/*底部开始*/
.footer1{
	background-color: #18488d;
}
.linkBox{
	border-bottom: 1px solid #245193;
	padding: 22px 0;
}
.link{
	padding-left: 50px;
	overflow: hidden;
	background: url(../images/link.png) left center no-repeat;
}
.link dd{
	float: left;
	display: inline;
	margin-right: 50px;
}
.link a{
	display: block;
	line-height: 30px;
	color: #e5e5e5;
	font-size: 14px;
}
.footContact{
	color: #E5E5E5;
	line-height: 30px;
	font-size: 14px;
}
.footType_dl{
	padding-top: 20px;
}
.footType_dl dd{
    position: relative;
    margin-right: 20px;
    float: left;
    display: inline;
}

.footType_dl a{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.footType_dl dd.ico1 a{
	background: url(../images/footIco1.png) center center no-repeat;
}
.footType_dl dd.ico2 a{
	background: url(../images/footIco2.png) center center no-repeat;
}
.footType_dl dd.ico3 a{
	background: url(../images/footIco3.png) center center no-repeat;
}
.footCode {
	overflow: hidden;
	margin-right: -32px;
}
.footCode dd{
	float: left;
	display: inline;
	width: 100px;
	margin-right: 20px;
}
.footCode dd .pic:before{
	padding-top: 100%;
}
.footCode dd span{
	color: #fff;
	font-size: 14px;
	display: block;
	padding-top: 16px;
	text-align: center;
}

.footer2{
	background-color: #163f79;
	color: #b2b2b2;
	line-height: 50px;
}
.footer2 a{
	color: #b2b2b2;
	transition: 0.2s;
}
.footer2 a:hover{
	color: #fff;
}

/*底部结束*/
/* 视频浮窗开始 */
 .rVideo {
	position: fixed;
	width: 250px;
	height: 140px;
	right: 25px;
	bottom: 10%;
	z-index: 1111;
 }
 .rVideo .pausecenter {
	width: 53px!important;
	height: 53px!important;
	top: 50%!important;
	left: 50%!important;
	margin-top: -26px!important;
	margin-left: -26px!important;
 }
 .rVideo canvas {
	width: 53px;
	height: 53px;
 }
  .rVideo .controlbar {
	display: none !important;
  }
  .rVideo .controlbgbar {
	display: none !important;  
  }
  .rVideo .timebobg {
	bottom: -4px !important;
  }
  .rVideo .timeprogressbg {
	bottom: 0px !important;
  }
/* 视频浮窗结束 */
/*
********************************外层框架 end********************************
*/
/*
********************************首页样式 start********************************
*/

/*banner开始*/
.banner{
	background: #018ed6;
	position: relative;
}
.banner .mySlide{
    height: 580px;
    position: relative;
	overflow: hidden;
}
.banner .mySlide a{
    display: block;
    height: 100%;
	width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	top: 0 !important;
	left: 0 !important;
}
.banner .img{
	height: 100%;
	width: 100%;
}
.banner .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .slick-dots{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.banner .slick-dots li{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid #fff;
}
.banner .slick-dots li.slick-active{
	background: #fff;
}
/*banner结束*/

/*公告 start*/
.noticeBox{
	background-color: #f4f4f9;
}
.notice{
	overflow: hidden;
}
.notLeft{
	width: 110px;
	height: 49px;
	line-height: 49px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}
.notLeft .notIco{
	float: left;
	width: 46px;
	height: 49px;
	position: relative;
	background: url(../images/noticeIco1.png) 15px center no-repeat;
}
.notLeft .notIco i{
	display: block;
}
.notLeft .notIco .notIco1{
	position: absolute;
	top: 17px;
	left: 28px;
	width: 8px;
	height: 14px;
	background: url(../images/noticeIco2.png) center center no-repeat;
	animation: notice1 2s linear infinite;
}
.notLeft .notIco .notIco2{
	position: absolute;
	top: 16px;
	left: 32px;
	width: 7px;
	height: 17px;
	animation: notice2 2s linear infinite;
	background: url(../images/noticeIco3.png) center center no-repeat;
}
@keyframes notice1{
	0%{
		opacity: 0;
	}
	25%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	75%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
@keyframes notice2{
	0%{
		opacity: 0;
	}
	25%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	75%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
.notCon{
	overflow: hidden;
	height: 49px;
	position: relative;
}
.notCon ul{
	padding: 0 20px;
	width: 920px;
	overflow: hidden;
	outline: none;
}
.notCon ul li{
	float: left;
	display: inline;
	line-height: 49px;
	font-size: 14px;
	width: 440px;
}
.notCon ul li a{
	color: #666;
	width: 330px;
	height: 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	outline: none;
	padding-left: 10px;
}
.notCon ul li a:hover{
	color: #292e88;
}
.notCon ul li span{
	color: #999;
	float: right;
}
.notCon ul li+li{
	margin-left: 40px;
}
.notCon span.slick-arrow{
	display: block;
	position: absolute;
	opacity: 0.8;
	width: 24px;
	height: 24px;	
	z-index: 9;
	top: 14px;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 3px;
}
.notCon span.prev{
	right: 28px;
	background:#fff url(../images/arrowUp.png) center center no-repeat;
}
.notCon span.next{
	right: 0;
	background:#fff url(../images/arrowDown.png) center center no-repeat;
}
.notCon span.prev:hover{
	opacity: 1;
}
.notCon span.next:hover{
	opacity: 1;
}
/*公告 end*/

/*新闻 start*/
.newsImg{
	width: 600px;
	margin-right: 20px;
	position: relative;
}
.newsImg .list_a{
	display: block;
	position: relative;
}
.newsImg .text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0 130px 0 15px;
}
.newsImg .slick-dots{
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 100%;
	text-align: right;
	font-size: 0;
	z-index: 9;
}
.newsImg .slick-dots li{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background-color: #fff;
}
.newsImg .slick-dots li.slick-active{
	background: #f1af59;
}
.column1R{
	overflow: hidden;
}
.newsT{
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.column1R .tabT1{
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	color: #666666;
	float: left;
	display: inline;
	cursor: pointer;
	margin: 0 56px 0 0;
	position: relative;
	top: 1px;
}
.column1R a{
	color: #666;
}
.column1R .tabT1.hover a{
	font-weight: bold;
	color: #292e88;
}
.column1R .tabT1.hover:before{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #292e88;
	width: 100%;
	height: 2px;
	content: '';
	display: block;
}
.indexMore a {
    display: block;
	color: #999;
	font-size: 14px;
	line-height: 45px;
	transition: 0.2s;
}
.indexMore a:hover{
	color: #292E88;
}
.column1RBox1{
	height: 345px;
	transition: all 0.4s;
}
.column1RText{
	border-bottom:dotted 1px #e5e5e5;
}
.column1RT1{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin-bottom: 6px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.column1RT1 a{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.column1RT1 a:hover{
	color: #1a3071;
}
.column1RInfo{
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	color: #858585;
	overflow: hidden;
	margin-bottom: 15px;
}
.column1RText .time{
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #999999;
}
.column1Dl{
	padding-top: 18px;
	overflow: hidden;
}
.column1Dl dd{
	line-height: 42px;
	height: 42px;
}
.column1Dl dd .text{
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column1Dl dd .text a{
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	line-height: 42px;
	height: 42px;
	position: relative;
	padding-left: 13px;
	transition: 0.4s;
}
.column1Dl dd .time{
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
}
.column1Dl dd:hover .text a{
	color: #1a3071;
	letter-spacing: 1px;
}
.column1Dl dd:hover .time{
	color: #1a3071;
}
.column1Dl dd .text a:before{
	position: absolute;
	left: 0;
	top: 9px;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: url(../images/dot1.png);
}
/*新闻 end*/

/* 关于我们 start*/
.indexAbout dt{
	overflow: hidden;
	margin-right: 20px;
	height: 280px;
	float: left;
	width: 500px;
	background-size: 100%;
	background-position: center center;
	border-radius: 3px;
	box-sizing: border-box;
}
.indexAbout dt .list_a{
	display: block;
	padding: 55px 40px;
}
.indexAbout dt:hover{
	background-size: 103%;
}
.indexAbout dd{
	height: 280px;
	float: left;
	display: inline;
	width: 225px;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.indexAbout dd .list_a{
	display: block;
	padding: 55px 30px;
}
.indexAbout .title{
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.indexAbout .title2{
	color: #333;
	opacity: 0.5;
	font-size: 15px;
	font-family: arial;
	line-height: 28px;
	margin-bottom: 5px;
}
.indexAbout .info{
	color: #666;
	font-size: 14px;
	font-family: arial;
	line-height: 22px;
	padding-right: 60px;
}
.indexAbout dd .title{
	color: #fff;
}
.indexAbout dd .title2{
	color: #fff;
}
.indexAbout dd .ico{
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.4s;
}
.indexAbout dd:hover .ico {
	transform: scale(1.05);
}
/* 关于我们 end*/

/* 工程案例 start*/
.indexTitle .title1{
	font-size: 24px;
	color: #333333;
	float: left;
	display: inline;
	line-height: 52px;
	height: 52px;
}
.indexTitle .title2{
	font-size: 16px;
	color: #cccccc;
	float: left;
	display: inline;
	line-height: 52px;
	height: 52px;
	margin-left: 10px;
}

.indexCase{
	position: relative;
	padding-top: 5px;
}
.indexCase .bd{
	overflow: hidden;
}
.indexCase .slick-list{ 
	margin:0 -11px; 
}
.indexCase .slick-list{ 
	overflow: visible; 
}
.indexCase .myslide{
	padding: 10px 0;
}
.indexCase .list_a{
	display: block;
	position: relative;
	margin: 0 11px;
	border-radius: 3px;
	overflow: hidden;
	transition: 0.4s;
}
.indexCase .title{
	line-height: 50px;
	text-align: center;
	background-color: #f4f4f9;
	font-size: 16px;
	color: #333;
	transition: 0.4s;
}
.indexCase .list_a:hover{
	transform: translateY(-4px);
	
}
.indexCase .list_a:hover .title{
	color: #292E88;
}
.indexCase .slick-arrow{
	position: absolute;
	top: 50%;
	width: 35px;
	height: 40px;
	margin-top: -20px;
	background-color: #f4f4f9;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 2px;
}
.indexCase .prev{
	left: -70px;
	background-image: url(../images/arrowL1.png) ;
}
.indexCase .next{
	right: -70px;
	background-image: url(../images/arrowR1.png) ;
}
.indexCase .prev:hover{
	background-image: url(../images/arrowL1_h.png) ;
}
.indexCase .next:hover{
	background-image: url(../images/arrowR1_h.png) ;
}
/* 工程案例 end*/



/*
********************************首页样式 end********************************
*/

/*
********************************内页框架 start********************************
*/
/*页码开始*/
/* .page{padding:10px 0 5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{margin: 0 1px; display: inline-block;overflow: hidden;padding:7px 12px;color:#999999;background: #ececec;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #8F359A;color: #fff;}
.page a.hover{background: #8F359A;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/icon12.png)}
.page a.prevPage div{background-image: url(../images/page/icon13.png)}
.page a.nextPage div{background-image: url(../images/page/icon14.png)}
.page a.lastPage div{background-image: url(../images/page/icon15.png)}

.page a.firstPage:hover div{background-image: url(../images/page/icon12h.png)}
.page a.prevPage:hover div{background-image: url(../images/page/icon13h.png)}
.page a.nextPage:hover div{background-image: url(../images/page/icon14h.png)}
.page a.lastPage:hover div{background-image: url(../images/page/icon15h.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#fafafa;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/icon12.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/icon13.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/icon14.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/icon15.png)} */
/*页码结束*/
/*
********************************内页框架 end********************************
*/


/* 首页广告位 start wgh 20250417 */
.columnImg{
	position: relative;
}
.columnImg .bd{
	margin: 0 -15px;
	overflow: hidden;
}
.columnImg .myslide{
	float: left;
	display: inline;
	width: 50%;
}
.columnImg .con{
	display: block;
	margin: 0 15px;
}
.columnImg .pic::before{
	padding-top: 17.0213%;
}
.columnImg .slick-arrow{
	position: absolute;
	width: 30px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
.columnImg .slick-arrow.prev{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	left: -40px;
	background:rgba(0,0,0,0.5) url(../images/arrowLeft.png) no-repeat center center;
}
.columnImg .slick-arrow.next{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	right: -40px;
	background:rgba(0,0,0,0.5) url(../images/arrowLeft.png) no-repeat center center;
}
.columnImg .slick-arrow.prev:hover{
	left: 0;
	opacity: 0;
	visibility: visible;
	background:rgba(0,0,0,0.8) url(../images/arrowLeft.png) no-repeat center center;
}
.columnImg .slick-arrow.next:hover {
	right: 0;
	opacity: 0;
	visibility: visible;
	background:rgba(0,0,0,0.8) url(../images/arrowLeft.png) no-repeat center center;
}
/* 首页广告位 end wgh 20250417 */
