<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--page--*/

html{
	font-size:62.5%;
	/* 10÷16=62.5% */
}

body{font-size:12px;
	font-size:1.2rem ;
	/* 12÷10=1.2 */
	background-color: #2D2D2D
}

html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page_wrap{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page_content{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page_content .page-slide&gt;div{
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
}
.page_content .page-slide.swiper-slide-active&gt;div{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.page_content .page-slide .container{
	height: 100%;
	position: relative;
}


.page-pagination{
	text-align: center;
	position: absolute;
	height: 150px;
	width: 10px;
	top: 50%;
	margin-top: -75px;
	right: 20px;
	z-index: 11;
}

.page-pagination span{
	display: block;
	margin: 15px 0;
	width: 40px;
	height: 20px;
	position: relative;
	top: 0px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url("../images/dot1.png") no-repeat;
	opacity: 1;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
	position: relative;
}

.page-pagination span:before{
	position: absolute;
	width: 40px;
	top:-3px;
	text-align: right;
	font-size: 15px;
	margin-left: 40px;
	color: #fff;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	filter:"alpha(opacity=0)";
	opacity:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: .8s;
	-moz-transition: .8s; transition: .8s;
}

.page-pagination span:nth-child(1):before{content: '首页';}
.page-pagination span:nth-child(2):before{content: '概况';}
.page-pagination span:nth-child(3):before{content: '新闻';}
.page-pagination span:nth-child(4):before{content: '联系';}


.page-pagination span.page-bullet-active{
	width: 100px;
	background: url("../images/dot2.png") no-repeat;
}

.page-pagination span.page-bullet-active:before{
	-khtml-opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	filter:"alpha(opacity=100)";
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);left: -90px;
}

.xian1{
	text-align: center;
	position: absolute;
	height: 150px;
	width: 1px;
	top: 50%;
	margin-top: -75px;
	right: 21px;
	z-index: 1;
	background: url("../images/xiant.png");
}


.about p{
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 10px;
	text-align: left;
}


/*--第一屏--*/

/*****banner******/
.swiper-container-1{
	position: relative;
}

.banner-bottom{
	width: 100%;
	margin: 0 auto;
	text-align: center!important;
	position: absolute!important;
	bottom:2%!important;
	z-index: 99999999;
}

.banner-bottom ul{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	height: 90px;
}

.banner-bottom ul li{
	width: 33%;
	opacity: 1;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	float: left;
	margin: 0 auto;
}
.banner-bottom ul li img{
	width: 100%;
}



.banner-bottom ul li:hover{
	border: 1px solid white;
}


.swiper-button-prev{
	width: 5%;
	height: 5%;
	background-image:url("../images/bannerjiantou-left.png");
	position: absolute;
	left: 3%;
}
.swiper-button-next{
	width: 5%;
	height: 5%;
	background-image:url("../images/bannerjiantou-right.png");
	position: absolute;
	right: 3%;
}


.swiper-container-1{
	width: 100%;
	margin: 0 auto;
}



/*---banner动画1---*/
.b1 .b1_content{
	position: absolute;
	right: 18%;
	top: 22%;
}
.b1 .b1_content h2{
	float: left;
	line-height: 56px;
	padding-top: 5px;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	filter:"alpha(opacity=0)";
	opacity:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transform: translate(0,500px);
	-ms-transform: translate(0,500px);
	transform: translate(0,500px);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.b1 .b1_content .b1_right{
	float: left;
	padding-left: 13px;
}
.b1 .b1_content .b1_right h3{
	-khtml-opacity:0;
	-moz-opacity:0;
	line-height: 24px;
	filter:alpha(opacity=0);
	filter:"alpha(opacity=0)";
	opacity:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transform: translate(500px,0);
	-ms-transform: translate(500px,0);
	transform: translate(500px,0);
}
.b1 .b1_content .b1_right h4{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	filter:"alpha(opacity=0)";
	opacity:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transform: translate(500px,0);
	-ms-transform: translate(500px,0);
	transform: translate(500px,0);
}
.b1 .b1_content .b1_right h3{
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s;
}
.b1 .b1_content .b1_right h4{
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-ms-transition-delay: .6s;
	transition-delay: .6s;
}
.b1 .b1_content .b1_right p{
	font-size: 32px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	filter:"alpha(opacity=0)";
	opacity:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transform: translate(-500px,0);
	-ms-transform: translate(-500px,0);
	transform: translate(-500px,0);
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.swiper-slide-active .b1 .b1_content span:before{
	top: 0;
	-webkit-transition: 5s linear;
	-moz-transition: 5s linear;
	transition: 5s linear;
}
.swiper-slide-active .b1 .b1_content h2,
.swiper-slide-active .b1 .b1_content h3,
.swiper-slide-active .b1 .b1_content h4,
.swiper-slide-active .b1 .b1_content p{
	-khtml-opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	filter:"alpha(opacity=100)";
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}
/*---banner动画1 end---*/

/*--banner动画2--*/
.b2 .b2_content{position: absolute;  right: 31%; top: 25%;}
.b2 .b2_content h2{width: 210px; font-size: 48px; color: #fff; float: left; line-height: 56px; padding-top: 5px;-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; -webkit-transform: translate(0,500px);-ms-transform: translate(0,500px);transform: translate(0,500px);-webkit-transition-delay: .2s;transition-delay: .2s;}
.b2 .b2_content span{display: block; width:1px; height: 175px; float: left; margin:0 22px; background: #fff; position: relative; overflow: hidden;}
.b2 .b2_content span:before{content: ''; position: absolute; width: 100%; height: 100%;background: #e88f2f; top: -100%; left: 0;}
.b2 .b2_content .b2_right{float: left; padding-top: 13px;margin-left: 0%;}
.b2 .b2_content .b2_right h3,.b2 .b2_content .b2_right h4{font-size: 28px; color: #fff; font-weight: normal; line-height: 36px;-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; -webkit-transform: translate(500px,0);-ms-transform: translate(500px,0);transform: translate(500px,0);}
.b2 .b2_content .b2_right h3{-webkit-transition-delay: .4s;transition-delay: .4s;}
.b2 .b2_content .b2_right h4{-webkit-transition-delay: .6s;transition-delay: .6s;}
.b2 .b2_content .b2_right p{font-size: 25px; color: #ffffff; line-height: 24px; font-weight: normal; margin-top: 22px;-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; -webkit-transform: translate(-500px,0);-ms-transform: translate(-500px,0);transform: translate(-500px,0);-webkit-transition-delay: .8s;transition-delay: .8s;}
.b2.swiper-slide-active .b2_content span:before{top: 0;-webkit-transition: 5s linear; -moz-transition: 5s linear; transition: 5s linear;}
.b2.swiper-slide-active .b2_content h2,.b2.swiper-slide-active .b2_content h3,.b2.swiper-slide-active .b2_content h4,.b2.swiper-slide-active .b2_content p{-khtml-opacity:1;-moz-opacity:1;filter:alpha(opacity=100);filter:"alpha(opacity=100)";opacity:1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);-webkit-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0);}

@media screen and (max-width: 1200px){
	.b2 .b2_content{right: 8%;}
}
@media screen and (max-width: 750px){
	.b2 .b2_content{right: 0;}
}
@media screen and (max-width: 640px){
	.b2 .b2_content h2{font-size: 30px; line-height: 48px; width: 30px;}
	.b2 .b2_content span{height: 150px;}

	.b2 .b2_content .b2_right h3,.b2 .b2_content .b2_right h4{font-size: 20px; line-height: 28px;}
	.b2 .b2_content .b2_right p{font-size: 16px;}
}

@media screen and (max-width: 500px){
	.b2 .b2_content h2{font-size: 30px; line-height: 68px; width: auto; float: none; letter-spacing: 5px;}
	.b2 .b2_content span{height: 1px; width: 200px; margin: 0 auto; float: none;}
	.b2 .b2_content .b2_right{float: none;}
	.b2 .b2_content .b2_right h3,.b2 .b2_content .b2_right h4{font-size: 20px; line-height: 38px;}
	.b2 .b2_content .b2_right p{font-size: 16px;}
	.b2 .b2_content span:before{left: -100%; top: 0;}
	.b2.swiper-slide-active .b2_content span:before{left: 0;}
}
/*--图三--*/
.b3 .b3_content{ position: absolute; left: 38%; margin-left: -397.5px; top: 28%;}
.b3 .b3_content p,.b3 .b3_content h6{-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; -webkit-transform: translate(500px,0);-ms-transform: translate(500px,0);transform: translate(500px,0);}
.b3 .b3_content p{letter-spacing: 2px;-webkit-transition-delay: 1.4s;transition-delay: 1.4s;}
.b3 .b3_content h2{margin-top:100px;letter-spacing: 5px;-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; -webkit-transform: translate(-500px,0);-ms-transform: translate(-500px,0);transform: translate(-500px,0);-webkit-transition-delay: 1.2s;transition-delay: 1.2s;}
.b3 .b3_content h6{font-size: 24px; color: #0d58b4; line-height: 30px; width: 540px; margin-top: 50px;margin-left: 100px; text-align: left; float: right;-webkit-transition-delay: 1.5s;transition-delay: 1.5s; font-weight: normal;}
.b3 .b3_content img{position: absolute;-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: 1s; -moz-transition: 1s; transition: 1s;-webkit-transition-delay: .2s;transition-delay: .2s;}
.b3 .b3_content img.b3_img1{left: -65px; top: -60px;-webkit-transform: translate(500px,-500px);-ms-transform: translate(500px,-500px);transform: translate(500px,-500px);}
.b3 .b3_content img.b3_img2{left: -55px; top: -50px;-webkit-transform: translate(-500px,500px);-ms-transform: translate(-500px,500px);transform: translate(-500px,500px);}

.b3.swiper-slide-active .b3_content p,.b3.swiper-slide-active .b3_content h2,.b3.swiper-slide-active .b3_content h6,.b3.swiper-slide-active .b3_content img{-khtml-opacity:1;-moz-opacity:1;filter:alpha(opacity=100);filter:"alpha(opacity=100)";opacity:1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);-webkit-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0);}



@media screen and (max-width: 990px){
	.b3 .b3_content{text-align: left; margin-left: -278px;}
	.b3 .b3_content h2{font-size: 28px; /*line-height: 36px;*/}
	.b3 .b3_content p{letter-spacing: 0;}
}



/*--图四--*/
.b4 .b4_content{text-align: right; position: absolute; left: 50%;  top: 30%;}
.b4 .b4_content span{
	text-align: left;
	display: inline-block;
	position: relative;
	left: 50px;
	top: 20px;
	z-index: 9999;
}
.b4 .b4_content p,.b4 .b4_content h6{-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; -webkit-transform: translate(500px,0);-ms-transform: translate(500px,0);transform: translate(500px,0);}
.b4 .b4_content p{font-size: 16px; color: #fff; letter-spacing: 2px;-webkit-transition-delay: 1.4s;transition-delay: 1.4s;}
.b4 .b4_content p img{
	max-width: 100%;
	height: 100%;
}
.b4 .b4_content h2{font-size: 25px; color: #1f5bad;font-weight:bold;letter-spacing: 5px;-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; -webkit-transform: translate(-500px,0);-ms-transform: translate(-500px,0);transform: translate(-500px,0);-webkit-transition-delay: 1.2s;transition-delay: 1.2s;}
.b4 .b4_content h6{font-size: 13px; color: #7981ac; line-height: 30px; width: 540px; text-align: left; float: right;-webkit-transition-delay: 1.5s;transition-delay: 1.5s; font-weight: normal;}
.b4 .b4_content div{
	position: absolute;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	filter:"alpha(opacity=0)";
	opacity:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.b4 .b4_content .b4_img1{
	width:568px;
	height: 287px;
	background:rgba(255,255,255,0.9);
	right: -40px;
	top: -10px;
	-webkit-transform: translate(-500px,500px);
	-ms-transform: translate(-500px,500px);
	transform: translate(-500px,500px);
}
.b4 .b4_content .b4_img2{
	width:568px;
	height: 287px;
	/*background:rgba(255,255,255,0.5);*/
	border: 8px solid rgba(255,255,255,0.5);
	right: -15px;
	top: -40px;
	-webkit-transform: translate(500px,-500px);
	-ms-transform: translate(500px,-500px);
	transform: translate(500px,-500px);
}

.b4.swiper-slide-active .b4_content p,
.b4.swiper-slide-active .b4_content h2,
.b4.swiper-slide-active .b4_content h6,
.b4.swiper-slide-active .b4_content .b4_img1,
.b4.swiper-slide-active .b4_content .b4_img2 {-khtml-opacity:1;-moz-opacity:1;filter:alpha(opacity=100);filter:"alpha(opacity=100)";opacity:1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);-webkit-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0);}



@media screen and (max-width: 990px){
	.b4 .b4_content{text-align: left; margin-left: -278px;top: 40%;}
	.b4 .b4_content h2{font-size: 25px; /*line-height: 36px;*/}
	.b4 .b4_content p{letter-spacing: 0;}
	.b4 .b4_content h6{width: auto; float: none;}
	.b4 .b4_content span{
		text-align: left;
		display: inline-block;
		position: relative;
		left: 0;
		margin-top: 40px;
		z-index: 9999;
	}
}
@media screen and (max-width: 720px){
	.b4 .b4_content{text-align: center; width: 40%; margin-left:-36%; top: 20%;}
	.b4 .b4_content h2{font-size: 25px; /*line-height: 36px;*/ margin: 5% 0;webkit-transition-delay: .5s;transition-delay: .5s;}
	.b4 .b4_content h2 b{display: block;}
	.b4 .b4_content p{letter-spacing: 0; webkit-transition-delay: .2s;transition-delay: .2s;}
	.b4 .b4_content h6{ text-align: center; webkit-transition-delay: .8s;transition-delay: .8s;}
}


/*--banner动画5--*/
.b5 .container{text-align: center; margin-top: 16%;}
.b5 h6{-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; -webkit-transform: translate(500px,0);-ms-transform: translate(500px,0);transform: translate(500px,0);}
.b5 h6 img{
	max-width: 100%;
}
.b5 h6{font-size: 23px; color: #fff; font-weight: normal; letter-spacing: 3px; -webkit-transition-delay: .2s;transition-delay: .2s;}
.b5 p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	border: 1px solid white;
	width: 85%;
	margin: 0 auto;
	margin-top:3%;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	filter:"alpha(opacity=0)";
	opacity:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transform: translate(-500px,0);
	-ms-transform: translate(-500px,0);
	transform: translate(-500px,0);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.b5.swiper-slide-active h6,
.b5.swiper-slide-active p{
	-khtml-opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	filter:"alpha(opacity=100)";
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}
@media screen and (max-width: 1366px){
	.b5&gt;.container{margin-top: 25%;}
}
@media screen and (max-width: 990px){
	.b5 h6{margin-top: 35%;}
	.page-pagination{width: 50px;}
	.page-pagination span{width: 20px;}
	.page-pagination span.page-bullet-active{width: 50px;}
}
@media screen and (max-width: 750px){
	.b5&gt;.container{padding: 0 20%; margin-top: 42%;}
	.b5 h6{letter-spacing: 0; font-size: 18px; margin-top: 45%;}
	.b5 p{ font-size: 16px;}
	.page-pagination{width: 50px;}
	.page-pagination span{width: 20px;}
	.page-pagination span:before{display: none;}
	.page-pagination span.page-bullet-active{width: 50px;}
}
@media screen and (max-width: 570px){
	.b5&gt;.container{padding: 0 16% 0 9%;}
	.b5 h6{letter-spacing: 0; font-size: 16px; margin-top: 55%;}
	.b5 p{ font-size: 14px;}
	.page-pagination{width: 20px; right: 5px;}
	.page-pagination span{width: 10px;}
	.page-pagination span:before{display: none;}
	.page-pagination span.page-bullet-active{width: 20px;}
}



/*--第一屏 end--*/



/*--第二屏--*/
.page_5{
	background-image:url(../images/erpin.jpg);
}



/*--第三屏--*/
.page_three{background-image:url(../images/sanpin.jpg);}

/****news****/
.news_wrap{ height: auto; overflow: hidden; margin: 0 auto;
	/*text-align: center;*/
}
.news_wrap h2{font-size: 36px;color: #313131; font-weight: bold;}

.ifocus_pic{
	padding-left: 0!important;
}
.news_list{
	padding-right: 0!important;
}
.news_main{ height: auto; overflow:  hidden;margin-top: 35px;}
.bd { position: relative; overflow: hidden; }
.bd .pic{
	width: 100%!important;
	height: 520px!important;
}
.bd .pic li{
	width: 100%!important;
	height: 520px!important;
}
.bd .pic a{display: block; width: 100%; position: relative;}
.bd .pic img {width: 100%; display: block;-webkit-transition: .8s;-moz-transition: .8s;-ms-transition: .8s;-o-transition: .8s;transition: .8s; }
.bd .pic a:hover img{-webkit-transform: scale(1.06);-moz-transform: scale(1.06);-ms-transform: scale(1.06);-o-transform: scale(1.06);transform: scale(1.06);}
.bd .pic a span{ display: block;margin-top: 10px;margin-left: 10px; width: 80px; height:70px; background: rgba(234,97,0,0.8); color: #fff; font-size: 18px; line-height: 64px; text-align: center; position: absolute; z-index: 3; top: 0px; left: 0;}
.bd .pic a p{text-align: center; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; height: 70px; line-height: 70px; font-size: 18px;color: #5d5d5d; background: #fff; padding: 0 40px 0 10px;}

.news_wrap .more{border: 1px solid #dcdcdc; margin-top: 20px}
.news_wrap .more span{color: #414040;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}
.news_wrap .more:hover span{color: #fff;}


#ifocus {width: 100%;margin:2% auto;}
#ifocus_btn .xinwen{
	margin-top: 20px;
}
#ifocus_btn .xinwen li{
	padding: 8px;
}
#ifocus_btn .xinwen li.on:before{left: 0;transition: 0.5s}


#ifocus_btn .xinwen li.on .nes_title{color: #fff;}
#ifocus_btn .xinwen li.on .nes_title:before{left: -100%;}
#ifocus_btn .xinwen li.on .news_center h4{color: #fff;}
#ifocus_btn .xinwen li.on .news_center p{color: #fff;}

#ifocus_btn .xinwen li{ height: auto;margin-bottom: 12px;overflow: hidden; background: white}
#ifocus_btn .xinwen li{display: block; width: 100%; height: auto; position: relative; overflow: hidden;}
#ifocus_btn .xinwen li:before{z-index:-1;content: ''; width: 100%; height: 100%; position: absolute; background: #173c6c; top: 0; left: -100%;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s; }
.zhongjian{z-index: 2;}

#ifocus_btn .xinwen li.on:before{left: 0;}
#ifocus_btn .xinwen li.on h4{color: #fff;}
#ifocus_btn .xinwen li.on h4 span{
	color:#FFFFFF ;
	border-bottom: 1px solid #FFFFFF;
}
#ifocus_btn .xinwen li.on h3{
	color:#FFFFFF ;
}

#ifocus_btn .xinwen li.on p{
	color:#FFFFFF ;
}

#ifocus_btn .xinwen li.on .nes_title:before{left: -100%;}
#ifocus_btn .xinwen li.on .news_center h4{color: #fff;}
#ifocus_btn .xinwen li.on .news_center p{color: #fff;}



.text2 .liaojie{
	float: left;
	margin-left: 10px;
	width: 20%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

.text2 .liaojie a{
	color: white;
}

.text2 ul li:first-child{
	margin-left: 0;
}

.text2 .current{
	background: #eb6100;
}

@media screen and (max-width: 1200px){
	.ifocus_pic{
		/*width: 80%!important;*/
		/*margin: 0 auto;*/
		/*text-align: center;*/
	}
}
@media screen and (max-width: 1000px){
	.ifocus_pic{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.news_list{
		padding-left: 15px!important;
		padding-right: 15px!important;
		margin-top: 20px;
	}
	.bd .pic{
		width: 100%!important;
		height: 550px!important;
	}


	.bd .pic li{
		width: 100%!important;
		height: 550px!important;
	}
}
@media screen and (max-width: 1000px){
	.ifocus_pic{
		width: 100%!important;
		margin: 0 auto!important;
		text-align: center;
	}
	.bd .pic{
		width: 100%!important;
		height: 400px!important;
	}

	.bd .pic li{
		width: 100%!important;
		height: 400px!important;
	}
	.bd .pic img {
		width: 100%;
		display: block;
		-webkit-transition: .8s;
		-moz-transition: .8s;
		-ms-transition: .8s;
		-o-transition: .8s;
		transition: .8s;
		max-height: 300px;
	}
	#ifocus_btn .xinwen li{
		padding: 2px;
	}

}
@media screen and (max-height: 900px){
	#ifocus {width: 100%;margin:0 auto;}

	.bd .pic{
		width: 100%!important;
		height: 400px!important;
	}

	.bd .pic li{
		width: 100%!important;
		height: 400px!important;
	}
	.bd .pic img {
		width: 100%;
		display: block;
		-webkit-transition: .8s;
		-moz-transition: .8s;
		-ms-transition: .8s;
		-o-transition: .8s;
		transition: .8s;
		max-height: 325px;
	}
	#ifocus_btn .xinwen li{
		padding: 0;
	}
	#ifocus_btn .xinwen li{ margin-bottom:4px;}
	#ifocus_btn .xinwen{
		margin-top: 10px;
	}
}
/*--第三屏 end--*/



/*--第四屏--*/
.page_four{
	background-image:url(../images/sipin.jpg);
	position: relative;
}

.footerleftimg{
	width: 90%;
	height: 495px;
	background: url("/upfiles/2025/06/2025060316300980214.png") no-repeat center;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
}

.footerleftimg img{
	position: relative;
}
.footeright{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.footeright img{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.saoma{
	width: 80%;
	margin-top: 10px;
}

.saoma span{
	display: inline-block;
	width: 125px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #424242;
	margin-top: 30px;
}


.textfoot{
	width: 90%;
	position: absolute;
	top: 140px;
	left: 110px;
	color: #424242;
}

@media screen and (max-width: 992px){
	.textfoot{
		position: absolute;
		top: 130px;
		left: 200px;
		color: #424242;
	}
	.swiper-button-prev,
	.swiper-button-next {
		position: absolute;
		top: 50%;
		width: 35px;
		height: 35px;
		margin-top: -22px;
		z-index: 10;
		cursor: pointer;
		background-size: 35px 35px;
		background-position: center;
		background-repeat: no-repeat;
	}
}


.textfoot p{
	color: #424242;

}

.foot_bottom{
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.foot_bottom p{
	font-size: 13px;
	color: #fff;
	float: left;
}
.foot_bottom p img{
	vertical-align: middle;
	margin-top: 15px;
}
.foot_bottom .ani1{
	margin-top: 40px;
	margin-left: 30px;
	line-height: 25px;
}

.foot_bottom .jszc{
	text-align: right;
	float: right;
	line-height: 100px;
	margin-top: 12px;
}
.foot_bottom .jszc a{
	color: #fff;
}

#mydiv{
	position: absolute;
	top: 0;
	left: 0;
	height:auto !important;
	height:100%;
	min-height:1080px;
}





</pre></body></html>