<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header{
	max-width: 1400px;
	margin: 0 auto;

}
.logo img{
	max-width:150px;
}
nav{
	height: 100px;
	line-height: 100px;
}
nav li{
	font-size: 17px;
	text-transform: uppercase;
	margin: 0 30px;
	font-weight: bold;
	color: #666;
	position: relative;
	min-width: 84px;
	text-align: center;
	
}
nav li::before{
	content: '';
	top: 0;
	left: 50%;
	width: 0%;
	height: 4px;
	background:#00a2e9;
	position: absolute;
	-webkit-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
nav li a{
	display: block;
	color: #666;
}
nav li.active a{
	-webkit-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	color: #00a2e9;
}
nav li.active::before{
	left: 0%;
	width: 100%;
}
nav li:hover::before{
	left: 0;
	width: 100%;
}
nav li:hover a{
	color: #00a2e9;
}

.language{
	font-size: 17px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}
.language img{
	margin-left: 8px;
}

.mod_about{
	max-width: 1400px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 100px 0;
}
.mod_aboutleft{

}
.mod_aboutleft div{
	width: 567px;
	height: 200px;
	overflow: hidden;
	position: relative;
	
}
.mod_aboutleft div:first-child{
	margin-bottom: 30px;
}
.mod_aboutleft div h3{
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,.6);
	line-height: 80px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 20px;
	z-index: 2;
	text-transform: uppercase;
	transition: ease-in-out .3s;
}
.mod_aboutleft div:hover{
	cursor: pointer;
}
.mod_aboutleft div:hover h3{
	background: rgba(8,165,234,9);
}
.mod_aboutright{
	max-width: 777px;
padding-left: 20px;
padding-top: 30px;
padding-bottom: 50px;
	background: url(../images/aboutmap.jpg) no-repeat center top;
}
.mod_aboutright div{
	font-size: 16px;
	line-height: 32px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;


}
.mod_aboutright h3{
	
	font-size: 48px;
	color: #09a5ea;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.mod_aboutright a{
	display: block;
	margin-top: 100px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	transition: ease .3s;
}
.mod_aboutright a:hover{
	color: rgba(9,166,235);
}

.mod_pro{
	background: url(../images/mod_proimg.jpg) no-repeat center top;

}
.mod_pro article{
	height: 600px;
	position: relative;
}
.mod_prot{
	max-width: 1400px;
	margin: 0 auto;
	height: 400px;
}
.mod_prot h3{
	padding-top: 70px;
	padding-bottom: 20px;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}
.mod_prot aside{
	width: 872px;
	font-size: 20px;
	color: #fff;
	padding-bottom: 70px;
	line-height: 30px;
}
.mod_prot a{
	color: #fff;
	font-weight: bold;
}
.mod_c{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	margin: 0 auto;
}
.mod_prohot{
	max-width: 1400px;
	margin: 0 auto;
}
.mod_c{
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,.6);
}
.mod_c ul{
	max-width: 1400px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: inherit;
}
.mod_c li{
	width: 25%;
	height: inherit;
	
	border-right: 1px solid #808081;
	transition: ease-in-out .3s;
}
.mod_c li a{
	padding-top: 50px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	height: inherit;
}
.mod_c li i{
	
	font-size:70px;
	display: block;
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
	line-height: 60px;
}
.mod_c li:nth-child(2) i{
font-size:65px;
}
.mod_c li:nth-child(3) i{
font-size:50px;
}
.mod_c li:nth-child(4) i{
font-size:55px;
}
.mod_c li:hover{
	background: #0D8AC1;
}
.mod_prohot{
	padding: 70px 0 100px;
}
.mod_prohot ul{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.mod_prohot li{
	width: 318px;
	height: 318px;
	border: 1px solid #cccccc;
	transition: ease-in-out .3s;
	
}
.mod_prohot li~li{
	margin-left:40px;
}

.mod_prohot li:hover{
	border: 2px solid #09a5ea;
	box-shadow: 0px 0px 8px #ccc;
}

.mod_news{
	height: 754px;
	background: url(../images/mod_newsbg.jpg) no-repeat center top;
}
.mod_newsc{
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}
.mod_newsc_left{
	width: 632px;
	height: 470px;
	overflow: hidden;
	border: 10px solid #08A5EA;
	position: relative;
}
.mod_newsc_left img{
	width: 100%;
   
    object-fit: cover;
   
}
.mod_newsc_right{
	width: 727px;
}
.mod_newsc_one{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: rgba(0,0,0,.6);
	padding: 30px 0 0 32px;
	color: #fff;
}
.mod_news h3.mod_news_title{
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	padding: 70px 0 60px;
}
.mod_newsc_one h3{
	font-size: 18px;
	padding-bottom: 15px;
}
.mod_newsc_one aside{
	font-size: 14px;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mod_newsc_right li{
	background: #fff;
	height: 145px;
	margin-bottom: 18px;
}
.mod_newsc_right li{
display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	
}
.mod_newsc_right li:hover a{
	color:#08A5EA;
}
.mod_newsc_right li:hover a b{
	color:#08A5EA;
}
.mod_newsc_right li:hover a h3,.mod_newsc_right li:hover a aside{
	color:#08A5EA;
}
	
.mod_newsc_right li figcaption{
	width: 124px;

	text-align: center;
	font-size: 16px;
	border-right: 1px solid #eeeeee;
}
.mod_newsc_right li figcaption a{
	color: #999;
	font-weight: bold;
}
.mod_newsc_right li figcaption b{
	font-size: 56px;
	font-weight: bold;
	display: block;
	color: #666;
	padding-bottom: 5px;
}
.mod_newsc_right li figure{
	padding: 0 40px 0 30px;
	width: 600px;
}
.mod_newsc_right li figure aside{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.6;
	
}
.mod_newsc_right li figure h3{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	font-size: 18px;
	color: #333;
	padding-bottom: 15px;
}
.mod_newsc_right li figure a aside{
	color: #666;
}

.mod_contact{
	max-width: 1400px;
	margin: 0 auto;
	padding: 90px 0;
}
.mod_message{
	width: 600px;
}
.mod_message_title{
	color: #c8c9c9;
	font-size: 16px;
	padding-bottom: 50px;
}
.mod_message_title h3{
	color: #09a5ea;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}
.mod_mess div{
	margin-bottom: 10px;

}
.mod_mess input{
	width: 49%;
	line-height: 42px;
	border-radius: 5px;
	color: #bfbfbf;
	font-size: 15px;
	border: 1px solid #adadad;
	padding-left: 10px;
	overflow: hidden;
}
.mod_mess input::-webkit-input-placeholder{
	color: #bfbfbf;
}
.mod_mess div:nth-child(2) input{
	width: 100%;
}
.mod_mess textarea{
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	color: #bfbfbf;
	font-size: 15px;
	border: 1px solid #adadad;
	height: 160px;
}
.mod_mess button{
	width: 49%;
	border-radius: 5px;
	color: #fff;
	background: #09a5ea;
	font-size: 15px;
	overflow: hidden;
	line-height: 42px;
}
.mod_cont{
	width: 680px;
}
.mod_contc span{
	font-size: 20px;
	color: #666;
	padding-bottom: 35px;
	display: block;
}
.mod_contc p{
	color: #666;
	font-size: 15px;
	line-height: 32px;
	vertical-align: middle;
}
.mod_contc p img{
	vertical-align: middle;
	margin-right: 14px;
}
.mod_mess div aside{
	width: 49%;
	position: relative;
}
.mod_mess div aside input{
	width: 100%;
}
.mod_mess img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.footer{
	padding-top: 40px;
	background: #444444;
}
.footer_header{
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #666;
}
.footernav li{
	margin: 0 30px;
}
.footernav li a{
	font-weight: bold;
	color: #ccc;
	font-size: 16px;
	transition: ease .3s;
	text-transform: uppercase;
}
.footernav li a:hover{
	color: #00a2e9;
	
}
.footer .language{
	color: #ccc;
}



/*inside*/
.newslist{
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 0;
}
.newslist div.time{
	font-size: 18px;
	color: #999;
	width: 155px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	padding: 50px 0;
}
.newslist b{
	font-size: 60px;
	color: #666;
	display: block;
}
.newslist li{
	margin: 20px 0;
	padding: 25px 30px 25px 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border: 1px solid #e6e5e5;
	-webkit-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.newslist li figure{
	width: 650px;
}
.newslist li h3{
	
	font-size: 22px;
	color: #333;
	-webkit-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	padding-bottom: 20px;
}
.newslist li h3 a{
	
}
.newslist li .newsimg{
	flex-basis: 260px;
}
.newslist li aside{
	font-size: 14px;
	color: #666;
	line-height: 28px;

}
.newslist li.newsimg{
	width: 260px;
	height: 150px;
	overflow: hidden;
}
.newslist li:hover{
	cursor: pointer;
	box-shadow: 1px 1px 5px #ccc;
}
.newslist li:hover h3 a{
	color: #00A2EA;
}
.newsdetail{
	padding: 70px 0;
}
.newstimes{
	font-size: 18px;
	color: #666;
	text-align: center;
}
.news_title{
	font-size: 28px;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding: 20px 0 30px;
}
.news_content{
	font-size: 18px;
	color: #666;
	line-height: 48px;
}

/*service*/
.servicepage{
	padding: 80px 0;
}
.servicepage li{
	width: 385px;
	height: 255px;
	border: 1px solid #ccc;
	margin-left: 20px;
	margin-bottom: 30px;
	padding: 30px 40px;
	position: relative;
}
.servicepage li:first-child{
	margin-left: 0px;
}
.servicepage li:nth-child(3n+1){
	margin-left: 0px;
}
.servicepage li h3{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.servicepage li div.time{
	font-size: 14px;
	color: #999;
	
}
.servicepage li div.time{
	font-size: 14px;
	color: #999;
	padding-top: 30px;
}
.servicepage li .button{
	position: absolute;
	bottom: 30px;
	left: 40px;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
}
.servicepage li .button img{
	margin-right: 10px;
}
.servicepage li:hover{
	cursor: pointer;
	border: 1px solid #039EEE;
	box-shadow: 1px 1px 5px #ccc;
}
.servicepage li:hover h3{
	color: #039EEE;
}
.servicepage li:hover .button{
	text-decoration:underline;
}
/*product*/
.pro{
	padding: 50px 0;
}
.proleft{
	width: 310px;
}
.proleft li{
	font-size: 16px;
	position: relative;
	line-height: 50px;
	background: #1CACEB;
	color: #fff;
	margin-bottom: 2px;
}
.proleft li span{
	line-height: 50px;
	font-size: 20px;
	position: absolute;
	top:3px;
	right: 0px;
	z-index: 2;
	transform: scaleX(1.5);
	font-weight: 300;
	padding:0 20px;
	cursor: pointer;
	/*transition: ease .2s;*/

}
.proleft li span.active{
	-ms-transform:scaleX(1.5) rotate(180deg) translate(0px,5px); 	/* IE 9 */
-moz-transform:scaleX(1.5) rotate(180deg) translate(0px,5px); 	/* Firefox */
-webkit-transform:scaleX(1.5) rotate(180deg) translate(0px,5px); /* Safari å’Œ Chrome */
-o-transform:scaleX(1.5) rotate(180deg) translate(0px,5px); 
	transform:scaleX(1.5) rotate(180deg) translate(0px,5px);

}
.proleft li.active span{
	
}
.proleft li a{
	padding-left: 20px;
	color: #fff;
}
.proleft li dl{
	display: none;
	background: #fff;
}
.proleft li dl dd a{
	display: block;
	color: #666666;
	font-size: 13px;
	border-bottom: 1px dashed #ccc;
}
.prolist{
	width: 1060px;
	padding-left:2%;
}
.prolist ul{
	padding: 30px 0 30px 0px;
}
.prolist li{
	width:31.33% ;
	/*height: 318px;*/
	overflow: hidden;
	border: 1px solid #ccc;
	margin: 0 0 40px 3%;
}
.prolist li:first-child{
	margin-left:0;
}
.prolist li:nth-child(3n+1){
	margin-left:0;
}

/*.prolist li:first-child{
	margin-left: 0;
}
.prolist li:nth-child(3n+1){
	margin-left: 0;
}*/
.prolist_title{
	width: 100%;
	text-transform: uppercase;
	color: #00a2e9;
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	line-height: 1.1;
	padding-bottom:5px;
}
.prolist_title span{
	font-size:12px;
	color:#666;
	font-weight:normal;
	padding-top:5px;
	display:block;
	line-height:1.7;
	
}
.prolist li:hover{
	border: 2px solid #00a2e9;
	box-shadow: 1px 1px 5px #ccc;
}
.prodetail{
	width: 1040px;
	
}
.prodetail_title{
	font-size: 36px;
	color: #666;
	text-align: center;
}
.prodeimg{
	text-align: center;
}
.prodetailimg{
	position: relative;
}
.pageturn{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -147px;
	width: 70px;
	border: 1px solid #cccccc;
	border-bottom: none;
	z-index:5;
}
.pageturn a{
	line-height: 98px;
	height: 98px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #cccccc;
	-webkit-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pageturn a i{
	font-size: 30px;
	color: #999;
}
.pageturn a:hover{
	background: #1caceb;
}
.pageturn a:hover i{
	color: #fff;
}
.pdetail{
	margin-top: 40px;
}
.pdetail_title{
	height: 60px;
	border: 1px solid #ccc;
	background: #cccccc;
}
.pdetail_title h3{
	display: inline-block;
	padding: 0 36px;
	text-align: center;
	color: #fff;
	background: #1caceb;
	line-height: 60px;
	font-weight: bold;
	font-size: 20px;
}

.menu_down{
	display: none;
}
.menu{
	display: none;
}


.aboutnav{
	max-width: 1200px;
	margin: 0 auto;
}
.aboutnav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}
.aboutnav li{
	-webkit-flex-grow: 1;
	flex-grow: 1;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.aboutnav li a{
	display: block;
}
.aboutnav li:hover{
	background: #00a2e9;
	
}
.aboutnav li:hover a{
	color: #fff;
}
.aboutnav li.active {
	background: #00a2e9;
}
.aboutnav li.active a{
	color: #fff;
}
.about_content{
	
}
.about_c{
	width: 100%;
	background: #f9f9f9;
}
.company{
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
}
.company h3{
	color: #09a5ea;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.company_con{
	max-width: 1084px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 32px;
}
.photoimg{
	padding: 60px 0 30px;
	max-width: 1220px;
	margin: 0 auto;
}
.photoimg h3{
	color: #09a5ea;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.photoimg ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.photoimg li{
	width: 33.33%;
	padding:10px;
}
.photoimg li a{
	height: inherit;
}
.photoimg li a img{
	height: 100%;
	object-fit: cover;
}
.photo_more{
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 40px;
}
.photo_more a{
	display: block;
	
}
.photo_more a:hover{
	background: #09A5EA;
	color: #fff;
}


.contact{
	max-width: 1150px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 90px;
	padding-bottom: 60px;
}
.message{
	width: 430px;
}
.contactleft{
	flex-grow: 1;
}
.contactleft h3{
	font-size: 48px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.contactus{
	padding-top: 15px;
	font-size: 18px;
	line-height: 48px;
	color: #666;
}
.contactus p{
	font-size: 18px;
	line-height: 48px;
	color: #666;
}
/* .message{
	padding-top: 35px;
} */
.message_tip{
	font-size: 16px;
	color: #999;
}
.message_tip h3{
	font-size: 48px;
	color: #09a5ea;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
.mess {
	padding-top: 15px;
}
.mess li{
	padding-bottom: 10px;
	position: relative;
}
.mess li input{
	line-height: 44px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	padding-left: 11px;
}
.mess li textarea{
	height: 160px;
	padding: 11px;
	line-height: 1.7;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	color: #666;
}
.mess li button{
	line-height: 44px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	background: #09a5ea;
	text-align: center;
}
.mess li img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.pdetail_edit{
	padding:20px 0;
	line-height:1.7;
}</pre></body></html>