<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	color: #333;
	padding:0px;
	margin: 0px;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #333;
}
a{cursor: pointer;}
a:hover{text-decoration: none;}
img{
	vertical-align: middle;
	border: none;
}
li{list-style: none;}
video {z-index:9999999999999999;}
/*index------------------------------------------------------*/
/*index杞挱*/
.indexbanner{
    width: 100%;
    height: 650px;
	position:relative;
	overflow:hidden;
}
.pb-carouselWarp .pb-carousel{
	position:relative;
	height:100%;
}
.pb-carouselWarp .pb-carousel&gt;div{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.pb-carouselWarp .pb-carousel .pb-this{
	display:block;
	left:0;
}
.pb-carouselWarp .pb-arrow{
	position:absolute;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	border-radius:50%;
	background:#000;
	cursor:pointer;
	border:0;
}
.pb-carouselWarp .pb-arrow-prev{
	left:20px;
	outline: none;
	background:#c60827 url(../images/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next{
	right:20px;
	outline: none;
	background:#c60827 url(../images/arrow-right.png) no-repeat center;
}
.indexbanner_con1{
	width: 100%;
	height: 100%;
	margin: 0 auto;
    overflow: hidden;
	background: url(../images/banner_bg1.png) no-repeat;
	background-size: 100% 100%;
}
.indexbanner_con2{
	width: 100%;
	height: 100%;
	margin: 0 auto;
    overflow: hidden;
	background: url(../images/banner_bg2.jpg) no-repeat;
	background-size: 100% 100%;
}
.indexbanner_con3{
	width: 100%;
	height: 100%;
	margin: 0 auto;
    overflow: hidden;
	background: url(../images/banner_bg3.jpg) no-repeat;
	background-size: 100% 100%;
}
.indexbanner_con4{
	width: 100%;
	height: 100%;
	margin: 0 auto;
    overflow: hidden;
	background: url(../images/banner_bg4.png) no-repeat;
	background-size: 100% 100%;
}
.pb-carousel&gt;div&gt;.banner_con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.posi1{
	position: absolute;
	/*left: 352px;*/
    left:0px;
	top: 30%;
  z-index:99;
}
.posi2{
	position: absolute;
	/*right: 347px;*/
  	right: -50px;
    top: 13%;
  z-index:11;
}
.posi3{
	position: absolute;
	/*left: 346px;*/
    left:0px;
	top: 22%;
}
.posi4{
	position: absolute;
	/*right: 342px;*/
    right: 0px;
    top: 39%;
}
.posi5{
	position: absolute;
	/*left: 20%;*/
  	left: 50px;
    top: 42%;
}
.posi7{
	position: absolute;
	/*left: 20%;*/
  	left: 20px;
    top: 34%;
    z-index:99;
}
.posi8{
	position: absolute;
	/*left: 20%;*/
  	right: 50px;
    top: 31%;
    z-index:11;
}
/*about*/
.indexabout{width: 100%;}
.indexabout_con{
	width: 1200px;
	margin: 0 auto;
}
.indexabout_title{
	width: 100%;
	margin-top:40px;
	margin-bottom: 30px;
	text-align: center;
}
.indexabout_title h3{
	font-size: 36px;
	font-weight: 500;
}
.indexabout_title p{
	margin-top: 18px;
	font-size: 16px;
}
/**/
.indexabout_inner{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	box-shadow: 0 0px 5px #999;
}
.indexabout_left{
	width: 50%;
	position:relative;
	overflow:hidden;
}
.indexabout_right{
	background: rgba(255,255,255,0.7);
	width: 50%;
	padding: 40px;
   z-index:-1;
}
.indexabout_right p{
	font-size: 14px;
	text-indent: 2em;
	text-align: justify;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #333333;
	line-height: 30px;
}
.indexabout_right .list{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 20px;
}
.indexabout_right .list .item a{
    display: inline-block;
    width:100%;
    height:100%
}
.indexabout_right .a{
	display: inline-block;
	padding: 8px 40px;
	background: #01c6ff;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom:27px;
}
/*浜斿紶鍥�*/
.imglist{
	display: flex;
	width: 1730px;
	margin: 0 auto;
	justify-content: space-between;
}
.imglist .imgitem{
	/*display: flex;*/
	/*justify-content: space-between;*/
	position: relative;
	overflow: hidden;
	/*width: 20%;*/
	height: 450px;
}
.imglist .imgitem .up{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.imglist .imgitem .up img{
	width: 100%;
	height: 100%;
}
.imgitem .up p{
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 100px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	letter-spacing: 3px;
}
.imgitem .mask{
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: ;*/
	transition: all linear 0.3s;
	position: relative;
}
.imgitem .mask a{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -20px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 38px;
}
.imglist .imgitem:hover .up{
	top: -100%;
}
.imglist .imgitem:hover .mask{
	top: 0px;
}
/*indexnews*/
.indexnews{
	width:1200px;
	margin: 0 auto;
}
.newslist{
	padding: 0 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newslist .item{
	position: relative;
	padding: 15px;
	width: 32%;
	height: 340px;
	display: flex;
	justify-content: space-between;
	transition: all linear 0.3s;
	margin-bottom: 20px;
}
.newslist .item:hover .box .img img{transform: scale(1.1);}
.newslist .item:hover .box p{color: #fff;}
.newslist .item:hover .box div.time{color: #fff;}
.newslist .item:hover .back{background-color: rgba(0,0,0,0.3);}
.newslist .item .box{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.newslist .item .back{
	width: 100%;
    height: 300px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    transition: all linear 0.3s;
}
.newslist .item .box .img{
	height: auto;
	margin: 0px 20px;
    overflow: hidden;
}
.newslist .item .box .img img{
	transition: all linear 0.3s;
	width: 100%;
}
.newslist .item .box p{
	text-align: justify;
	font-size: 20px;
	color: #666666;
	margin:0px 20px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist .item .box .time{
	margin: 0px 20px;
    color: #666666;
    font-size: 18px;
    margin-top: 15px;
}
.news_news{
	margin: 0 auto;
	box-shadow: 0 0 5px #999;
}
.news_news div img{width: 100%;}
.news_news h3{padding: 10px 15px;}
.news_news p.indexnewsright_con{
	padding: 0 15px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
.indexnews .more{
	text-align: center;
	margin: 40px 0 10px 0;
}
.indexnews .more a{
	display: inline-block;
	color: #fff;
	background: #01c6ff;
	padding: 10px 40px;
}
/*five_img*/
.five_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.five_img .imgitem{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.five_img .imgitem:hover img{
	transform: scale(1.1);
}
.five_img .imgitem img{
	transition: all linear 0.3s;
	width: 100%;
	height: 100%;
}
.five_img .imgitem p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
	text-align: center;
	line-height: 110px;
	color: #fff;
	font-size: 30px;
}
.five_img .imgitem:nth-child(1),.five_img .imgitem:nth-child(2){
  width: 49%;
 }
 .five_img .imgitem:nth-child(2)~.imgitem{
  width: 33%;
 }
/*about----------------------------------------------*/
/*banner*/
.banner{
	width: 100%;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: auto;
}
/*about*/
.about{
	width: 100%;
	background: #f5f5f5 !important;
}
.about_con{
	width: 1250px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 7px 2px rgba(0,0,0,0.1);
	overflow: hidden;
}
.about .about_con:first-child{margin-bottom: 30px;}
.about_con_top,.about_con_bottom{
	width: 1200px;
	margin: 0 auto;
	/*padding-bottom: 20px;*/
}
.about_con_title{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 40px;
}
.about_con_title .left{width: 35%;}
.about_con_title .left p{
	font-weight: bold;
	font-size: 36px;
	color: #666666;
}
.about_con_title .left p.font_26{
	font-size: 26px;
	font-weight: normal;
}
.about_con_title .left p span{color: #01c6ff;}
.about_con_title .right{
	width: 65%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.about_con_title .right a{
	display: inline-block;
	text-align: center;
	width: 145px;
	height: 40px;
	line-height: 40px;
	background: #01c6ff;
	color: #fff;
}
.about_con_title .right .empty{
	width: 145px;
	height: 0px;
}
.about_con_title .right .about_active{background: #0172bd;}
.about_con_main{
	width: 100%;
	padding: 25px 0;
}
.about_con_main_img{
	float: left;
	width: 450px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 25px;
}
.about_con_main img{
	max-width: 100%;
	max-height: 100%;
}
.about_con_main_p p{
	text-indent: 1em;
	color: #666;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 13px;
}
.about_con_bottom .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_con_main .item{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.about_con_main .item_empty{
	width: 390px;
	height: 0px;
	margin-bottom:0px;
}
.about_con_main .item .img{
	width: 390px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_con_main .item .img img{
	max-height: 100%;
	max-width: 100%;
	transition: all linear 0.3s;
}
.about_con_main .item .mask{
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 100px 0;
	transition: all linear 0.3s;
	background: rgba(0,0,0,0.6);
}
.about_con_main .item:hover .mask{
	top: 0px;
}
.about_con_main .item:hover .img img{
	transform: scale(1.1);
}
.about_con_main .item .mask p{
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
.about_con_main .item .mask a{
	margin-top: 15px;
	display: inline-block;
	border: 1px solid #fff;
	font-size: 12px;
	width: 90px;
	height: 24px;
	line-height: 22px;
	color: #fff;
}
#pagination{
	    text-align: center;
    padding-bottom: 50px;
}
#pagination a,#pagination b{
       width: 55px;
    height: 35px;
    border: 1px solid #eee;
    display: inline-block;
    line-height: 35px;
    background: #eee;
    margin: 0 5px;
}
#pagination ul{
	/*margin-top:30px;*/
	margin-bottom: 40px;
	display: flex;
}
#pagination ul li{
	margin-left: 10px;
	cursor: pointer;
}
#pagination ul li span{
	font-size: 14px;
	padding: 5px 10px;
	background: #dcdcdc;
	color: #333;
}
#pagination ul li.active span.page-link{
	color: #fff;
	background: #01c6ff;
	border:1px solid #01c6ff;
}
/*鑱旂郴鎴戜滑----------------------------------------*/
.contact{
	padding: 20px 0;
}
.contact_us{
	width: 100%;
	text-align: center;
	font-size: 19px;
	color: #333;
	margin-bottom: 30px;
	margin-top: 20px;
}
.contact_map{
	display: flex;
	justify-content: space-between;
}
.contact_map .info{
	width: 565px;
	margin: 20px 0;
	padding-left: 30px;
	border-left: 1px solid #999;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.contact_map .info .item{
	display: flex;
}
.contact_map .info .item .img{
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_map .info .item .number{
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.contact_map .info .item .number h3{
	font-size: 18px;
	color: #333;
}
.contact_map .info .item .number p{
	font-size: 16px;
	color: #333;
}
.contact form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact form input[type="text"]{
	margin-bottom: 20px;
	width: 380px;
	height: 40px;
	padding-left: 10px;
	outline: none;
}
.contact form textarea{
	width: 100%;
	height: 150px;
	padding: 10px;
	outline: none;
}
.contact form input[type="submit"]{
	margin: 30px auto;
	width: 190px;
	height: 50px;
	background: #01c6ff;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
/*newslist-----------------------------------*/
.newslist_item{
	display: flex;
	background: #f8f8f8;
	width: 100%;
	margin: 10px 0;
	transition: all linear 0.3s;
}
.newslist_item:hover{
	box-shadow: 0px 0px 10px #999;
}
.newslist_item:hover .newsitem_content span a{
	border: 1px solid #01c6ff;
	background: #01c6ff;
	color: #fff;
	margin-right: -30px;
}
.newslist_item .newsitem_content .newsitem_title h4{transition: all linear 0.3s;}
.newslist_item:hover .newsitem_content .newsitem_title h4{margin-left: 30px;}
.newslist_item:hover .newsitem_content&gt;p{
	margin-left: 30px;
	padding-right: 127px;
}
.newslist_item img{margin: 10px;    width: 220px; height:150px;}
.newslist_item .newsitem_content{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 10px 50px 10px 10px;
    width: 100%;
}
.newslist_item .newsitem_content .newsitem_title{
	display: flex;	
	justify-content: space-between;
}
.newslist_item .newsitem_content .newsitem_title p{
	color: #999;
}
.newslist_item .newsitem_content&gt;p{
	padding-right: 157px;
	font-size: 14px;
	letter-spacing: normal;
	transition: all linear 0.3s;
	color: #666;
}
.newslist_item .newsitem_content span{text-align: right;}
.newslist_item .newsitem_content span a{
	transition: all linear 0.3s;
	line-height: 33px;
	border: 1px solid #ccc;
	text-align: center;
	display: inline-block;
	width: 120px;
	height: 35px;
	border-radius: 17px;
}
/*product_center-----------------------------------*/
.center{
	width: 100%;
	display: flex;
	justify-content: center;
}
.center .img{
	width: 50%;
	height: 350px;
	margin-right: 50px;
}
.center .info{
    width:50%;
	padding-left: 30px;
	border-left: 1px solid #999;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.center .info h3{
	font-size: 30px;
	font-weight: normal;
	border-left: 6px solid #01c6ff;
	padding-left: 5px;
	margin: 10px 0;
    line-height: 30px;
}
.center .info p{
	font-size: 16px;
	color: #333;
	margin: 5px 0;
}
.center .info p span{font-size: 10px;}
.center .info p.phone_num{
	font-size: 28px;
	color: #d00b0b;
	margin: 5px 0;
}
.center .info a{
	width: 135px;
	height: 40px;
	display: inline-block;
	background: #01c6ff;
	line-height: 40px;
	color: #fff;
}
.center .info a img{
	width:auto;
	height: 100%;
	padding: 5px;
}
.center-text{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.center-text img{
          position: relative;
    left: -2rem;
}
.center-text h3{
	color: #01c6ff;
	font-weight: normal;
	margin-bottom: 15px;
    font-weight:600;
}
.center-text p{
	text-indent: 2em;
	color: #666666;
	line-height: 30px;
}
.picturedetail_indicator{
	margin: 30px 0 10px 0;
	height: 55px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.picturedetail_indicator p{
	line-height: 53px;
	padding: 0 50px;
	color: #666666;
}
.picturedetail_indicator p a{
	color: #666;
}
/*news_detail---------------------------------------*/	
.newsdetail_title{
	padding: 0 100px;
	border-bottom: 1px solid #999999;
}
.newsdetail_title h1{
	font-weight: normal;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 28px;
}
.newsdetail_title p{
	font-size: 14px;
	margin: 5px 0;
}
.newsdetail_title p span{
	color: #999;
}
.newsdetail_title span:not(:first-child){
	margin-left: 50px;
}
.newsdetail_content{
	padding: 40px 100px 0;
	overflow: hidden;
    /*text-align: center;*/
}
.newsdetail_content img{
    width:600px;
}
.newsdetail_content .img{
	width: 1000px;
	height: 550px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsdetail_content .img img{
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.newsdetail_content p{
	margin: 15px 0;
	/*text-indent: 2em;*/
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
/*浜烘墠鎷涜仒-------------------------------------------*/
.contact ul{
	width: 100%;
}
.contact ul li:not(.content_list){
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #c1c1c1;
	line-height: 55px;
}
.contact ul li.content_list{
	width: 100%;
	height: 320px;
	display: flex;
	background:rgba(255,255,255,0.4);
}
.contact ul li.content_list div{
	width: 50%;
	padding: 20px;
}
.contact ul li.content_list div p{
	padding: 10px 0;
	text-indent: 2rem;
	color: #666;
	font-size: 14px;
}
.contact ul li a{
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	transition: all linear 0.3s;
}
.contact ul li:first-child{
	padding: 0 30px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
.contact ul li:first-child span{
	color: #333;
    display: inline-block;
    width: calc(100%/5);
    text-align: center;
}
.contact ul li:not(:first-child) a{
	font-size: 14px;
	color: #666666;
}
.contact ul li:not(:first-child) a span{
    color: #333;
    display: inline-block;
    width: calc(100%/5);
    text-align: center;
}
.contact ul li.title_list:last-child{border: none;}
.contact ul li:not(:first-child):hover a{
	background-color: #01c6ff;
}
.contact ul li:not(:first-child):hover a span{
	color: #fff;
}


/*technology--------------------*/
.contact .technology_title{
	text-align: center;
	font-size: 33px;
	font-weight: normal;
}
.technology_con{
	overflow: hidden;
	padding: 0 75px;
	display: flex;
	justify-content: space-between;
}
.technology_con .item{
	margin: 30px 0;
	width: 179px;
}
.technology_con .item .img{
	width: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
}
.technology_con .item .img img{
	max-width: 100%;
	max-height: 100%;
}
.technology_con .item p{
	padding: 0 20px;
	margin: 15px 0;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}




/*culture---------------------------------*/
.culture_img{
	width:100%;
	height: 500px;
	overflow: hidden;
}
.culture_img img{
	transform: translateY(-50px);
}
/*vision---------------------------------*/
.vision_img{
	width: 100%;
	height: 450px;
	background: url(../picture/vision_bg.jpg) no-repeat;
}
.vision_img&gt;div{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
/*development---------------------------------*/
.development_img{width:100%;}



/*鍚庢湡淇敼浜у搧涓績*/
.lists{
			width: 100%;
			height: 100%;
			display: flex !important;
			flex-wrap: wrap !important;
			justify-content: space-between !important;
			align-content: space-between !important;
            margin: 25px 0;
		}
		.lists .item{
			display: inline-block;
			width: 390px;
			height: 300px;
			margin-bottom:50px;
			transition: all linear 0.3s;
		}
		.lists .item&gt;div{
			overflow: hidden;
			width: 390px;
			height: 300px;
              background: #fff;
            text-align: center;
            line-height: 300px;
		}
		.lists .item:hover{
			background: #999;
		}
		.lists .item:hover img{
			transform: scale(1.1);
		}
		.lists .item:hover p{
			background: #01c6ff;
			color: #fff;
		}
		.lists .item img{
			max-width: 100%;
			/*height: auto;*/
			/*max-height: 100%;*/
			transition: all linear 0.3s;
		}
		.lists .item p{
			width: 100%;
			height: 50px;
			text-align: center;
			line-height: 50px;
			transition: all linear 0.3s;
                overflow: hidden;
		}
		.lists .itemempty{
			width: 390px;
			height: 0px;
		}



.video{
    width: 100%;
    height: 100%;
    padding-left: 20px;
       display: flex;
    justify-content: center;
    align-items: center;
}
.video video{
   width: 100%;
}



/*渚ц竟鏍�*/

.side {
	position: fixed;
	width: 54px;
	height: 175px;
	right: 0;
	top: 414px;
	z-index: 100;
}

.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
}

.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #01c6ff;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 14px/54px "寰蒋闆呴粦";
	overflow: hidden;
}

.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #01c6ff;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: #0172bd;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.side ul li img {
	float: left;
}</pre></body></html>