@charset "utf-8";
/* CSS Document */
.banner img{
	width: 100%;
/*	height: 650px;*/
}

.page1{
	padding: 70px 0;
}
/*头条开始*/
.toutiao{
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: url(sk_20250812_gzyx_inbg01.jpg);
	color: #fff;
	position: relative;
}
.toutiao::after,
.toutiao::before {
	content: '';
	height: 10px;
	border: 1px solid #2f91c1;
	position: absolute;
	left: 50px;
	right: 50px;
	
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.toutiao::after{
	top: -10px;
	border-bottom: 0;
}
.toutiao::before{
	bottom: -10px;
	border-top: 0;
}
.toutiao:hover::after,
.toutiao:hover::before {
	border: 3px solid #2f91c1;
	left: 0px;
	right: 0px;
}
.toutiao a{
	color: #fff;
	display: block;
	transition: transform .5s;
}


/*通用title*/
.in_title{
	font-size: 30px;
	font-weight: bold;
	color: #2181b0;
	line-height: 1.6;
	padding: 15px 0;
}
.in_title .icon{
	width: 34px;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -4px;
}

/*栏目 更多 样式*/
.lm_more{
	color: #2f91c1;
	font-size: 18px;
	line-height: 1.6;
	
	position: absolute;
	top: 27px;
	right: 0;
}
.lm_more .ico{
	vertical-align: middle;
	margin-left: 10px;
	display: inline-block;
	width: 13px;
	height: 0;
	border-top: 2px solid #2f91c1;
/*	background: #2f91c1;*/
	position: relative;
	margin-right: 5px;
	margin-top: -3px;
    transition: all .5s;
}
.lm_more .ico::after,
.lm_more .ico::before {
	content: '';
	height: 0;
	border-top: 2px solid #2f91c1;
	position: absolute;
	left: 0;
    transition: all .5s;
}
.lm_more .ico::after {
	width: 17px;
	top: -7px;
}
.lm_more .ico::before {
	width: 10px;
	bottom: -5px;
}
.lm_more:hover{
	color: #2f91c1;
}
.lm_more:hover .ico{
	width: 33px;
}
.lm_more:hover .ico::after{
	width: 37px;
}
.lm_more:hover .ico::before{
	width: 30px;
}

/*资讯动态*/
.in_newBox{
	margin-top: 30px;
	position: relative;
}

.new_lb{
	float: left;
	width: 680px;
	height: 404px;
	margin-top: 14px;
	position: relative;
}

.new_lb .text_cont {
    width: 680px;
	height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-indent: 16px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
/*    left: 0;*/
    bottom: 0;
}
.new_lb .text_cont{
	padding-right: 100px;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_lb .img_cont{
	height: 100%;
}
.new_lb .img_cont img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_lb .pagination {
    position: absolute;
    z-index: 20;
    bottom: 19px;
    text-align: right;
    box-sizing: border-box;
    right: 10px;
}
.new_lb .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s;
}
.new_lb .swiper-active-switch {
    background: #2f91c1;
}
.new_lb_bg{
	content: '';
	width: 40px;
	background: #ebebeb;
	
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
}
.new_lb_bg::after,
.new_lb_bg::before{
	content: '';
	width: 0;
	height: 0;
	
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
  	position: absolute;
	right: 0px;
}
.new_lb_bg::after{
	border-bottom: 14px solid #ebebeb;
	top: -13px;
}
.new_lb_bg::before{
	border-top: 14px solid #ebebeb;
	bottom: -13px;
}

.in_new_r{
	float: right;
	width: 680px;
	height: 432px;
	background: #f7f7f7;
	padding: 20px 38px 0;
}
.in_new_r .hot{
	line-height: 1.6;
	margin-bottom: 30px;
}
.in_new_r .hot h3{
	color: #2181b0;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}
.in_new_r .hot h3 a{
	color: #2181b0;
}
.in_new_r .hot h3 a:hover{
	color: #186e98
}
.in_new_r .hot .p1{
	color: #666;
	font-size: 16px;
	text-align: justify;
}
.in_new_r li{
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 1.6;
	padding-left: 28px;
	position: relative;
	width: 100%;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow: ellipsis;
}
.in_new_r li::after{
	content: '•';
	color: #2f91c1;
	position: absolute;
	left: 0;
}
.in_new_r li:last-child{
	margin-bottom: 0;
}

.page2{
	width: 100%;
	background: #f4f8ff;
	padding: 100px 0;
	padding-top: 30px;
}
.page2 .wrapper{
position: relative;
}
.page2 .in_title{
padding-bottom: 30px;
}
/*图片左右滚动*/
.img_roll{
	height: 300px;
	position: relative;
}
.img_roll .swiper-container{
	height: 300px;
	overflow: hidden;
}
.img_roll .prev,
.img_roll .next {
	width: 22px;
	height: 38px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all .5s;
	
	position: absolute;
	top: 50%;
	margin-top: -18px;
	z-index: 2;
	opacity: 0.5;
}
.img_roll .prev:hover,
.img_roll .next:hover {
	opacity: 1;
}

.img_roll .prev {
	background-image: url(sk_20250812_gzyx_prev.png);
	left: -40px;
}
.img_roll .next {
	background-image: url(sk_20250812_gzyx_next.png);
	right: -40px;
}

.in_rollImg{
	width: 327px;
	height: 300px;
	background: #fff;
	padding: 15px 15px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	box-shadow: 0px 0px 20px rgba(47, 145, 193, 0.1);
}
.in_rollImg .img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
}
.in_rollImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.in_rollImg a:hover img{
	transform: scale(1.05);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.in_rollImg .text{
	line-height: 1.3;
}

.page3{
	padding: 30px 0 20px;
}
/*匠师风采*/
.in_jsfc{
	position: relative;
}
.in_jsfc li{
	float: left;
	width: 49%;
	margin-bottom: 40px;
	position: relative;
}
.in_jsfc li:nth-child(2n) {
	float: right;
}
.in_jsfc .img{
	width: 260px;
	height: 260px;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 5px 5px 0px rgba(47, 145, 193, 0.5);
	overflow: hidden;
	position: absolute;
	top: 0;
}
.in_jsfc .img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.in_jsfc .img a:hover img{
	transform: scale(1.05);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.in_jsfc .text{
	margin-left: 130px;
	padding-top: 26px;
}
.in_jsfc .text .bt,
.in_jsfc .text .p1 {
	padding-left: 155px;
}
.in_jsfc .text .bt{
	background: url(sk_20250812_gzyx_inbg02.jpg) right repeat-y;
	line-height: 70px;
	font-size: 18px;
	font-weight: bold;
}
.in_jsfc .text .bt a{
	color: #fff;
}

.in_jsfc .text .p1{
	padding-right: 70px;
	padding-top: 15px;
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	height: 170px;
	overflow: hidden;
	background: url(sk_20250812_gzyx_inbg03.png) right top no-repeat;
}

/*page4*/
.page4{
	width: 100%;
	background: #f4f8ff;
	padding: 30px 0 60px;
}
.in_jxgg{
	position: relative;
}
.in_jxgg li{
	float: left;
	width: 675px;
	height: 150px;
	padding-top: 20px;
	border-bottom: 1px solid #c1d8ff;
	position: relative;
}
.in_jxgg li:nth-child(2n) {
	float: right;
}
.in_jxgg .text{
	margin-left: 120px;
}
.in_jxgg .text .bt{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}
.in_jxgg .text .p1{
	line-height: 1.75;
	font-size: 16px;
	color: #666;
}
.in_jxgg .time{
	width: 100px;
	height: 88px;
	border: 2px solid #2f91c1;
	position: absolute;
	top: 28px;
}
.in_jxgg .time .date{
	display: block;
	height: 52px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #2f91c1;
}
.in_jxgg .time .year{
	display: block;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #2f91c1
}

/*page5*/
.page5{
	width: 100%;
	padding: 30px 0 60px;
}

.in_cgzs{
	position: relative;
	width: 675px;
}
.in_cgzs ul{
	padding-top: 15px;
}
.in_cgzs li{
	padding-top: 15px;
	position: relative;
	margin-bottom: 34px;
}
.in_cgzs li:last-child{
	margin-bottom: 0;
}
.in_cgzs li .bk{
	height: 158px;
	border: 1px solid #cfe1ec;
}
.in_cgzs li .imgbk{
	width: 280px;
	height: 142px;
	background: #f1f6f9;
	position: absolute;
	bottom: 1px;
}
.in_cgzs li .img{
	width: 280px;
	height: 162px;
	overflow: hidden;
	
	position: absolute;
	left: 15px;
	top: 0;
}
.in_cgzs img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.in_cgzs .img a:hover img{
	transform: scale(1.05);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.in_cgzs .text{
	margin-left: 320px;
	padding-top: 15px;
	padding-right: 25px;
	text-align: justify;
}
.in_cgzs .text .bt{
	height: 58px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
	
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.in_cgzs .text .p1{
	height: 56px;
	line-height: 1.75;
	font-size: 16px;
	color: #666;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

/*page6*/
.page6{
	width: 100%;
	background: #f4f8ff;
	padding: 30px 0 60px;
}
/*成果展示*/
.in_cjrh{
	position: relative;
	width: 675px;
}
.in_list01{
	color: #666;
	line-height: 1.6;
}
.in_list01 li{
	background: #fff;
	height: 140px;
	padding: 22px 30px 0;
	margin-bottom: 50px;
/*	box-shadow: 10px 10px 0px rgba(47, 145, 193, 0.1);*/
	box-shadow: 10px 10px 0px #e3ecfb;
	
	position: relative;
}
.in_list01 li::before{
	content: "";
	width: 56px;
	height: 35px;
	background: url(sk_20250812_gzyx_jiao.png) no-repeat;
	background-size: 100% 100%;
  	position: absolute;
	right: 66px;
	bottom: -35px;
}
.in_list01 .bt{
	margin-bottom: 10px;
}
.in_list01 .bt a{
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	overflow:hidden;
	white-space: nowrap; /*强制不换行*/
	text-overflow:ellipsis;
}
.in_list01 .p1{
	line-height: 1.6;
	font-size: 16px;
	color: #666;
}
/*	信息发布*/
.in_xxfb{
	width: 675px;
	position: relative;
}
.src_box{
	height: 556px;
	border-bottom: 5px solid #2f91c1;
	background: #fff;
	padding: 5px 30px 0;
}
.xxfb_list{
	height: 480px;
	overflow: hidden;
}
.xxfb_list li{
	height: 120px;
	border-bottom: 1px solid #d0dee9;
	position: relative;
}
.xxfb_list li .text{
	position: absolute;
	left: 85px;
	right: 20px;
    top: 50%;
    transform: translateY(-50%); 
	margin-top: -3px;
	line-height: 1.6;
	font-size: 18px;
}
.xxfb_list li .time{
	width: 68px;
	height: 68px;
	border: 1px solid #2f91c1;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	top: 25px;
}
.xxfb_list li .time .date{
	font-family: "Arial";
	text-align: center;
	font-weight: bold;
	line-height: 46px;
	color: #4b87c5;
	font-size: 28px;
}
.xxfb_list li .time .year{
	position: absolute;
	font-size: 15px;
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	background: #2f91c1;
	left: 0;
	right: 0;
	bottom: 0;
/*	border-radius: 0 0 4px 4px;*/
}
.btn_box{
	color: #dae5f7;
}
.btn_a1{
	background-image: url(sk_20250812_gzyx_jt_up.png);
	background-size: 23px 12px;
	
}
.btn_a2{
	background-image: url(sk_20250812_gzyx_jt_down.png);
	background-size: 23px 12px;
}
.btn_a1,
.btn_a2{
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 48%;
	height: 60px;
	vertical-align: middle;
	opacity: .6;
}
.btn_a1:hover,
.btn_a2:hover {
	opacity: 1;
}

@media screen and (max-width: 1440px) {
	
	.banner img{
/*		height: 465px;*/
	}
	.page1{
		padding: 40px 0;
	}
	/*头条开始*/
	.toutiao{
		height: 58px;
		line-height: 58px;
		font-size: 22px;
	}
	.toutiao::after,
	.toutiao::before {
		height: 7px;
		left: 40px;
		right: 40px;
	}
	.toutiao::after{
		top: -7px;
	}
	.toutiao::before{
		bottom: -7px;
	}
	.toutiao:hover::after,
	.toutiao:hover::before {
		border: 2px solid #2f91c1;
	}

	/*通用title*/
	.in_title{
		font-size: 22px;
		padding: 10px 0;
	}
	.in_title .icon{
		width: 24px;
	}

	/*栏目 更多 样式*/
	.lm_more{
		font-size: 14px;
		top: 16px;
	}

	/*资讯动态*/
	.in_newBox{
		margin-top: 20px;
	}

	.new_lb{
		width: 486px;
		height: 290px;
		margin-top: 12px;
	}

	.new_lb .text_cont {
		width: 486px;
		height: 42px;
		line-height: 42px;
		text-indent: 1em;
		font-size: 15px;
	}
	.new_lb .text_cont{
		padding-right: 80px;
	}
	.new_lb .pagination {
		bottom: 12px;
		right: 8px;
	}
	.new_lb .swiper-pagination-switch {
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
	.new_lb_bg{
		width: 28px;
		right: -28px;
	}
	.new_lb_bg::after,
	.new_lb_bg::before{
		border-left: 28px solid transparent;
	}
	.new_lb_bg::after{
		border-bottom: 12px solid #ebebeb;
		top: -11px;
	}
	.new_lb_bg::before{
		border-top: 12px solid #ebebeb;
		bottom: -11px;
	}

	.in_new_r{
		width: 485px;
		height: 314px;
		padding: 12px 30px 0;
	}
	.in_new_r .hot{
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.in_new_r .hot h3{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.in_new_r .hot .p1{
		font-size: 12px;
	}
	.in_new_r li{
		margin-bottom: 12px;
		font-size: 15px;
		padding-left: 20px;
	}

	.page2{
		width: 100%;
		background: #f4f8ff;
		padding: 75px 0;
		padding-top: 20px;
	}
	.page2 .in_title{
		padding-bottom: 20px;
	}
	/*图片左右滚动*/
	.img_roll{
		height: 215px;
	}
	.img_roll .swiper-container{
		height: 215px;
	}
	.img_roll .prev,
	.img_roll .next {
		width: 16px;
		height: 26px;
		margin-top: -13px;
	}
	.img_roll .prev {
		left: -24px;
	}
	.img_roll .next {
		right: -24px;
	}

	.in_rollImg{
		width: 234px;
		height: 215px;
		padding: 10px 10px 0;
		font-size: 14px;
		box-shadow: 0px 0px 10px rgba(47, 145, 193, 0.1);
	}
	.in_rollImg .img{
		width: 100%;
		height: 145px;
		margin-bottom: 15px;
	}

	.page3{
		padding: 30px 0 20px;
	}
	/*匠师风采*/
	.in_jsfc li{
		margin-bottom: 20px;
	}
	.in_jsfc .img{
		width: 180px;
		height: 180px;
		border: 3px solid #fff;
		box-shadow: 3px 3px 0px rgba(47, 145, 193, 0.5);
	}
	.in_jsfc .text{
		margin-left: 90px;
		padding-top: 12px;
	}
	.in_jsfc .text .bt,
	.in_jsfc .text .p1 {
	}
	.in_jsfc .text .bt{
		line-height: 50px;
		font-size: 14px;
		padding-left: 100px;
	}
	.in_jsfc .text .p1{
		padding-left: 110px;
		padding-right: 50px;
		padding-top: 15px;
		font-size: 12px;
		height: 125px;
		background-size: 26px;
	}

	/*page4*/
	.page4{
		padding: 25px 0 45px;
	}
	.in_jxgg{
	}
	.in_jxgg li{
		width: 485px;
		height: 100px;
		padding-top: 12px;
	}
	.in_jxgg .text{
		margin-left: 86px;
	}
	.in_jxgg .text .bt{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.in_jxgg .text .p1{
		font-size: 12px;
	}
	.in_jxgg .time{
		width: 72px;
		height: 64px;
		border: 1px solid #2f91c1;
		top: 18px;
	}
	.in_jxgg .time .date{
		height: 40px;
		font-size: 15px;
		line-height: 40px;
	}
	.in_jxgg .time .year{
		font-size: 12px;
		line-height: 22px;
	}

	/*page5*/
	.page5{
		padding: 25px 0 45px;
	}

	.in_cgzs{
		width: 485px;
	}
	.in_cgzs ul{
		padding-top: 15px;
	}
	.in_cgzs li{
		padding-top: 10px;
		margin-bottom: 34px;
	}
	.in_cgzs li .bk{
		height: 114px;
	}
	.in_cgzs li .imgbk{
		width: 200px;
		height: 102px;
	}
	.in_cgzs li .img{
		width: 200px;
		height: 115px;
		left: 10px;
	}
	.in_cgzs .text{
		margin-left: 230px;
		padding-top: 10px;
		padding-right: 15px;
	}
	.in_cgzs .text .bt{
		height: 42px;
		font-size: 13px;
		margin-bottom: 5px;
	}
	.in_cgzs .text .p1{
		height: 42px;
		font-size: 12px;
	}

	/*page6*/
	.page6{
		padding: 25px 0 35px;
	}
	/*成果展示*/
	.in_cjrh{
		width: 485px;
	}
	.in_list01 li{
		height: 100px;
		padding: 15px 15px 0;
		margin-bottom: 40px;
		box-shadow: 7px 7px 0px #e3ecfb;
	}
	.in_list01 li::before{
		width: 40px;
		height: 25px;
		right: 45px;
		bottom: -25px;
	}
	.in_list01 .bt{
		margin-bottom: 5px;
	}
	.in_list01 .bt a{
		font-size: 15px;
	}
	.in_list01 .p1{
		font-size: 12px;
	}
/*	信息发布*/
	.in_xxfb{
		width: 485px;
	}
	.src_box{
		height: 410px;
		border-bottom: 4px solid #2f91c1;
		background: #fff;
		padding: 5px 30px 0;
	}
	.xxfb_list{
		height: 360px;
	}
	.xxfb_list li{
		height: 90px;
	}
	.xxfb_list li .text{
		left: 65px;
		right: 0;
		margin-top: -3px;
		font-size: 14px;
	}
	.xxfb_list li .time{
		width: 50px;
		height: 50px;
		top: 19px;
	}
	.xxfb_list li .time .date{
		line-height: 30px;
		font-size: 20px;
	}
	.xxfb_list li .time .year{
		font-size: 10px;
		height: 20px;
		line-height: 20px;
	}
	.btn_a1{
		background-size: 20px 10px;

	}
	.btn_a2{
		background-size: 20px 10px;
	}
	.btn_a1,
	.btn_a2{
		height: 40px;
	}
	
}