<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	
	color: #898888;
}

:-moz-placeholder {
	
	color: #ababab;
}

::-moz-placeholder {
	
	color: #898888;
}

:-ms-input-placeholder {
	
	color: #898888;
}

a {
	cursor: pointer;
	outline: none;
	color: #666;
	text-decoration: none;
}

img {
	border: none;
	}



body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333333;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	smoothing: grayscale;
	-o-smoothing: grayscale;
	font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif;
	background:#fff;
}

ol,
ul {
	list-style: none;
}
body{
	overflow-x:hidden;
}
.width100 {
	width: 100%;
	
	float: left;
	
	top:0px;
	z-index:999;
}







header {
	border-bottom: 1px solid #d2d2d2;
	
	padding: 0 20px;
}

.header {
	margin:0 auto;
	width: 100%;
	max-width: 1100px;
	height: 100%;
	display: flex;
	padding:0px;
	
	justify-content: center;
}
.header .header_left{
	
	max-width:100%;
	display: flex;
	
}
.logo {
	margin-top: 20px;
	float: left;
	
}
.header .header_left .logo a{
	display:block;
	width:112px;
}
.nav {
	margin-left: 100px;
	float: left;
}
.nav ul{
	display:flex;
}
.nav ul li {
	height: 40px;
	position: relative;
	margin-top: 35px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.nav ul li:after {
	transform: scale(0, 1);
	transition: 0.5s;
	width: 100%;
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	height: 7px;
	background: #38598d;
}

.nav ul li:hover:after {
	transform: scale(1, 1);
	width: 100%;
}

.nav ul li a {
	
	text-transform: capitalize;
	font-size: 15px;
	color: #000;
	margin: 0 15px;
	padding: 10px 5px;
}

.header_right {
	float: right;
	display: inline-block;
	margin-top: 35px;
}

.header_right span {
	margin: 0 20px;
}

.se {
	float: left;
}

.language {
	font-size: 14px;
	float: right;
}
.language a{
	color: #38598d;
}
.language a:hover{
	color: #CCCCCC;
}
nav .active:before {
	width: 100%;
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	height: 7px;
	background: #38598d;
}

.clear{
	clear: both;
}

footer .content{
	max-width:1100px;
}
footer{
	padding: 0 20px;
	font-family: 'Microsoft Yahei';
	background: #111;
}
.content{
	margin: auto;
	width: 100%;
	max-width: 1210px;
	height: 100%;
}
.footer_top_left p{
	color: #c0bfc0;
}
.footer_top{
	padding-top:40px;
}
.footer_top p{
	line-height: 26px;
	color:rgba(255,255,255,0.6);
}
.footer_top_right{
	margin-top: 15px;
}
.form-control{
	padding-left: 10px;
	width: 410px;
	height: 40px;
}
.button{
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #b99f63;
	
}
.button:hover{
	background: #d6b76e;
}
.footer_hr{
	margin-top: 65px;
	width: 100%;
	height: 1px;
	background: #636061;
}
.footer_buttom_left p{
	line-height: 65px;
}
.footer_buttom_right p{
	
	line-height: 62px;
	color: rgba(255,255,255,0.8);
}
.footer_buttom_right{
	background-color:#111 ;
}
.footer_line_height li a:hover{
	color: #FFFFFF;
}
.fa{
	color: #b0aeaf;
}
.footer_a1{
	margin-left: 30px;
	margin-right: 5px;
}
.footer_a2{
	margin-left: 5px;
}
.footer_a3{
	margin-left: 30px;
}
.footer_buttom_font a{
	color: rgba(255,255,255,0.6);
}
.footer_buttom_font a:hover{
	color: rgba(255,255,255,1);
}
a .fa:hover{
	color: #FFFFFF;
}


.width_100_float{
	width: 100%;
	float: left;
}
.width_3_float{
	width: 33.333333333333%;
	float: left;
}
.width_38_float{
	width: 38%;
	float: left;
}
.width_62_float{
	width: 62%;
	float: left;
}
.width_5_float{
	width: 50%;
	float: left;
}
.width_45_float{
	width: 45%;
	float: left;
}
.width_55_float{
	float: left;
	width: 55%;
}
.width_25_float{
	width: 25%;
	float: left;
}
.width_5{
	width: 50%;
}
.width_3{
	width: 33.33333%;
	float: left;
}
.text_right{
	text-align: right;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
}
.fonts_white{
	color: #fff;
}
.text_uppercase{
	text-transform: uppercase;
}
.text_capitalize{
	text-transform: capitalize;
}
.text_loxercace{
	text-transform:lowercase;
}
.text-center{
	text-align: center;
}
.fonts_20{
	font-size: 16px;
	font-weight: 600;
	margin-top: -18px;
}
.fonts_32{
	font-size: 16px;
}
.fonts_16{
	font-size: 14px;
}
.fonts_18{
	font-size: 14px;
	line-height: 30px;
}
.fonts_24{
	font-size: 18px;
	font-weight: 600;
}
.clear_bold{
	font-weight: 100;
}
.top_10{
	padding-top: 10px;
}
.text_center{
	text-align: center;
}
.fonts_white60{
	color: rgba(255,255,255,0.6);
}
.footer_title{
	margin-bottom: 20px;
}
.footer_line_height{

	line-height:28px;
}
.padding-left{
	padding-left: 14px;
}
.padding-right{
	padding-right: 14px;
}
.line_2{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.border_buttom{
	border-bottom: 1px solid  #D2D2D2;
}




.nav2 a{
	display: block;
}
#nav_ac{
	opacity: 0;
	position: fixed;
	top: 27px;
	right: 15px;
}
#nav_ac, #nav_ac::before,#nav_ac::after {
    width: 30px;
    height: 3px;
    background-color: #38598d;
    border-radius: 3px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#nav_ac::before, #nav_ac::after {
    content: "";
    display: block;
}
#nav_ac::before{
	top: -10px;
}
#nav_ac::after {
	top: 10px;
}
.header2{
	border-bottom: 1px solid #C6C6C6;
	position: fixed;
	width: 100%;
	
	background: #fff;
	z-index: 11111;
}
.header2 .header_left .logo{
	line-height: 40px;
}
.header2 .header_left .logo a img{
	width: 70px;
}
.header2 .header_left .logo{
	margin-top: 10px;
	margin-left: 10px;
}
.header2 .nav2 {
	background: #38598d;

}
.header2 .logo{
	float: none;
}
.header2 .nav2 a{
	padding-left: 10px;
	border-top: 1px solid #999;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
}
.header2 .nav2 a:focus{
	background: #FFFFFF;
	color: #38598d;
}
.header2 {
	display: none;
}


.login_content{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	display:none;
	
}
.login_content .bg,
.login_content .login_container
{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0px;
	left:0px;
}
.login_content .login_container{
	background:none;
	display:flex;
	justify-content: center;
	align-items: center;
}
.login_content  .login{
	width:90%;
	max-width:600px;
	padding:40px;
	box-sizing:border-box;
	background:#fff;
	position:relative;
}
.login_content  .login img.close{
	position:absolute;
	top:20px;
	right:20px;
}
.login_content .form_buttons{
	background: #FFFFFF;
	margin-top: 25px;
	padding: 10px 20px;
	border: 1px solid #38598d;
	color: #38598d;
	outline:none;
}
.login_content .form_buttons:hover{
	color: #FFFFFF;
	background: #38598d;
}
.login_content .form-controls{
	padding: 5px 20px;
	outline: none;
	margin-top: 5px;
	border: 1px solid #dcdcdc;
	display: block;
	width: 100%;
}
.login_content .form_group {
		margin-top: 25px;
}

.login_content .err-input{
	border: 1px solid #FF0000;
}

.service_banner .service_content{
	position:absolute;
	top:0px;
	height:100%;
	left: 50%;
	transform: translateX(-50%);
	width:90%;
	max-width: 1100px;
	
}
.service_banner{
	position:relative;
	padding:0px;
	height:auto;
	
}
.service_banner img{
	width:100%;
	height:auto;
	min-height:200px;
	object-fit: cover;
}
.service_banner .service_content .service_banner_content{
	display:flex;
	flex-direction: column;
	width:100%;
	height:100%;
	justify-content: center;
}

@media screen and (max-width:1200px){
	
	
	.header  .header_left .nav ul{
    display: flex;
    width: 100%;
    justify-content: space-between;

	}
}
@media screen and (max-width:1100px){
	
	.nav ul li{
		margin-left: 0px;
    margin-right: 0px;
	}
}
@media screen and (max-width:991px){
	.header2 .header_left{
    width: 100%;
	}
	.header2 .header_left .logo,
	.header2 .header_left .logo a{
		display:block;
		width: 200px;
	}
	.header2 .header_left .logo a img {
			width: 126px;
	}
	.header2 .nav2{
		margin-top: 7px;
	}
	#nav_ac{
		margin-top: 8px;
	}
}
.logins .login_form .box_img {
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}

.logins .login_form .box_img img {
	width: 100%;
	max-width: 220px;
}

@media screen and (max-width:767px) {
	.logins .login_form .box_img img {
			max-width: 170px;
	}
}
.loadding_content{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999999999;
	background:#fff;
}
.loadding_content .img_contetn{
	max-width:100%;
	width:200px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.loadding_content .img_hover_content{
	position:absolute;
	top:0%;
	left:0%;
	overflow:hidden;
	height:100%;
}
.loadding_content img{
	width:200px;
	opacity:1;
	filter: grayscale(1);
}
@keyframes myanmite{
	0%{
			width:0%;
	}
	100%{
			width:300px;
	}
}
.loadding_content .img_hover_content{
	animation:myanmite 1s infinite;
	background-size:200px;
	background-repeat:no-repeat;
}
.nav ul li.logina{
	
	border-radius: 10px;
	margin-top: 25px;
	transition: all .3s ease;
	margin-left: 50px;
	position:relative;
}
.nav ul li.logina a {
	padding: 0px;
	height: 40px;
	line-height: 39px;
	color:#106cad;
	margin:0px;
	display:flex;
	align-items: center;
	width:65px;
}
.nav ul li.logina .img_show_content{
	opacity:1;
	transition: all ease .3s;
}
.nav ul li.logina .img_hover_content{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	transition: all ease .3s;
}
.nav ul li.logina a img{
	width:65px;
	height:32px;
	object-fit: contain;
	vertical-align: middle;
}
.nav ul li.login_out{
	display:none;
	margin-left: 80px;
}
.nav ul li.login_out a{
	border: 1px solid #38598d;
	border-radius: 10px;
	color:#38598d;
	padding: 5px 15px;

}
.nav ul li.login_out a:hover{
	color:#fff;
	background:#38598d;
}
.nav ul li.login_out:after{
	display:none;
}
nav li.logina{
	
}
nav li.logina:before,nav li.logina:after{
	display:none;
}
.nav ul li.logina.active .img_show_content,.nav ul li.logina:hover .img_show_content{
	opacity:0;
}
.nav ul li.logina.active .img_hover_content,.nav ul li.logina:hover .img_hover_content{
	opacity:1;
}	
.nav ul li.logina.active a,
.nav ul li.logina:hover a{
	color:#fff;
}

.nav ul li.products{
	display:none;
}

.login_mobile{
	
	margin-right: 80px;
	margin-top: 20px;
	float: right;
	display:flex;
	
}
.login_mobile .img_show_content{
	width: 40px;
	height: 34px;
}
.login_mobile img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.login_mobile a{
	display:block;
}
.login_mobile a.login_ous{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	display:none;
	color: #106cad;
}
.header2 .nav2 a.products{
	display:none;
}</pre></body></html>