<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">charset "utf-8";
/* CSS Document */
body { font-family: "microsoft yahei", Arial; font-size: 12px; margin:0; padding:0; background:#ffffff; color:#3c3c3c; background:#ffffff;text-align: center;width: 100%;}
* { margin:0; padding:0 }
div, ul, li, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd, ol, th, td { margin: 0px; padding: 0px; }
li { list-style-type: none; }
form, input, button, option, textarea, select { margin: 0px; padding: 0px; }
input, button, textarea, select { font:100% Tahoma, Helvetica, Arial, sans-serif; }
a { text-decoration: none; cursor:pointer; outline:none; blr:expression(this.onFocus=this.blur());
color:#272727;font-family: "microsoft yahei"; }
span{font-family: "microsoft yahei";}
p{font-family: "microsoft yahei";}
a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
th { font-weight:normal; }
img { border: 0; }
h1{font-family: "microsoft yahei";}
h2{font-family: "microsoft yahei";}
h3 {font-family: "microsoft yahei";}
h4 {font-family: "microsoft yahei";}
.clear { clear: both; }
.copy { font-family:Arial, Helvetica, sans-serif; }
table { font-size:inherit; font:100%; }
img { border:none;  }


/*banner*/
.banner{
	position: relative;
	width: 100%;
	height: 500px;
}
.banner .bd{
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
	width: 100% !important;
	height: 500px !important;
}

.banner .bd ul li {
	width: 100% !important;
	text-align: center;
}

.banner .bd ul li a {
	display: block;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	z-index: 1;
}
.banner .hd ul {}
.banner .hd ul li {
	margin: 0 6px;
	width: 36px;
	height: 8px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 0;
	border-radius: 4px;
}

.banner .hd .on {
	background: #1275b4;;
}



/* é¦–é¡µ */
.header{
	width: 100%;
	
}

.header .wel{
	width: 100%;
	height: 36px;
	background: #1275b4;
}

.header .wel .cont{
	width: 1250px;
	margin: 0 auto;
}

.header .wel .cont .left p{
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	float: left;
}

.header .wel .cont .right{
	float: right;
}

.header .wel .cont .right ul li{
	float: left;
	padding: 10px 0;
	
}
.header .wel .cont .right ul li a{
	display: block;
	padding: 0 8px;
	color: #fff;
	line-height: 16px;
	font-size: 14px;
	
}
.header .wel .cont .right ul li:first-child a{
	border-right: 2px solid #fff;
}
.header .top{
	width: 100%;
	background: #fff;
	height: 70px;
	z-index: 111111111;
	top: 0;
}
.header .top .cont{
	width: 1250px;
	margin: 0 auto;
	padding-top: 20px;
}
.header .top .logo{
	width: 150px;
	height: 51px;
	float: left;
	margin-top: -8px;
}
.header .top .logo img{
	display: block;
	width: 150px;
	height: 51px;
}

.header .top .nav{
	width: 685px;
	float: left;
	margin-left: 50px;
	padding-top: 2px;
}

.header .top .nav ul{
}
.header .top .nav ul li{
	float: left;
	margin: 0 10px;
	position: relative;
}
.header .top .nav ul li:nth-child(2) span{
	display: none;
}
.header .top .nav ul li:last-child span{
	display: none;
}
.header .top .nav ul li&gt;a{
	display: block;
	padding: 0 2px;
	text-align: center;
	font-size: 15px;
	height: 43px;
	line-height: 30px;
	/* border-bottom: 4px solid #1275b4; */
	float: left;
	color: #555;
	font-weight: 530;

}
.header .top .nav ul li:hover&gt;a{
	border-bottom: 4px solid #1275b4;
}
.header .top .nav ul .on&gt;a{
	border-bottom: 4px solid #1275b4;
}
.header .top .nav ul li span{
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/down.svg) center no-repeat;
	margin-top: 5px;
	transition: 1s;
}
.header .top .nav ul li:hover span{
	transform: rotate(180deg);
	transition: 1s;
}

.header .top .nav ul li .drop{
	width: 120px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 46px;
	left: -25px;
	display: none;
	z-index: 11111111;
}

.header .top .nav ul li .drop a{
	display: block;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	
}
.header .top .nav ul li .drop dl dt:last-child a{
	border-bottom: none;
}

.header .top .nav ul li .drop a:hover{
	color: #1275b4;
}

.header .top .nav ul li:hover .drop{
	display: block;
	transition: 1s;
}

.header .top .nav ul li:nth-child(2) .drop{
	display: none !important;
}















.header .top .login{
	float: right;
	margin-top: 5px;
}

.header .top .login li{
	float: right;
	margin-right: 16px;
	width: 65px;
	height: 24px;
	border-radius: 6px;
	border: 2px solid #1275b4;
	
}
.header .top .login li a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.header .top .tel{
	padding-top: 2px;
	float: left;
	background: url(../images/phone.png) left 2px no-repeat;
	background-size: 30px 30px;
}
.header .top .tel span{
	display: block;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #1275b4;
}






/* footer */

.footer{
	width: 1250px;
	margin: 100px auto 0;
	
}
.footer .shejiao .follow{
	width: 200px;
	float: left;
	height: 80px;
}
.footer .shejiao .follow span{
	font-size: 22px;
	font-weight: 700;
	display: block;
	line-height: 34px;

}
.footer .shejiao .facebook{
	width: 60px;
	float: left;
	margin-left: 20px;
}
.footer .shejiao .facebook img{
	display: block;
	width: 45px;
	height: 45px;
	padding-top: 10px;
	
}
.footer .shejiao .twwiter{
	width: 60px;
	float: left;
}
.footer .shejiao .twwiter img{
	display: block;
	width: 45px;
	height: 45px;
	padding-top: 10px;
}
.footer .shejiao .biaoyu{
	width: 350px;
	float: left;
	margin-left: 115px;
}
.footer .shejiao .biaoyu span{
	font-size: 22px;
	font-weight: 700;
	display: block;
	line-height: 34px;
}
.footer .shejiao .more{
	float: right;
}
.footer .shejiao .more a{
	display: block;
	width: 200px;
	height: 50px;
	margin-top: 9px;
	background: #1275b4;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 8px;
    font-weight: 600;
}



.footer .dibu{
	width: 1250px;
	margin: 0 auto;
	border-top: 1px solid #e0e6ee;
	padding-top: 30px;
}
.footer .dibu .about{
	width: 350px;
	float: left;
}
.footer .dibu .about .b_logo img{
	display: block;
	height: 70px;
}
.footer .dibu .about .c_name{
	font-size: 20px;
	font-weight: 700;
	color: #0c2b60;
}
.footer .dibu .about p{
	line-height: 26px;
	font-size: 14px;
	color: #55647b;
	margin-top: 5px;
}



.footer .dibu .about p span{
	font-size: 16px;
	font-weight: 700;
	color: #1275b4;
}
.footer .erweima{
	width: 350px;
	margin-top: 20px;
}
.footer .erweima .photo{
	width: 120px;
	height: 120px;
}
.footer .erweima .photo img{
	display: block;
	width: 120px;
	height: 120px;
}
.footer .erweima span{
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #55647b;
}
.footer .erweima .erwei_gongzhonghao{
	width: 120px;
	float: left;
}
.footer .erweima .erwei_kefu{
	width: 120px;
	float: left;
	margin-left: 30px;
}
.footer .f_nav{
	width: 900px;
	float: left;
}


.footer .f_nav ul li{
	width: 120px;
	float: left;
	margin: 0 30px;
}
.footer .f_nav ul li&gt;a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #131a2b;
	font-size: 18px;
	font-weight: 600;
}
.footer .f_nav ul li .drop{
	
}

.footer .f_nav ul li .drop a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	float: left;
	color: #55647b;
	font-size: 14px
}
.footer .f_nav ul li .drop a:hover{
	color: #1275b4;
}
.footer .copyright{
	width: 1200px;
	margin: 25px auto 0;
	height: 58px;
}
.footer .copyright span{
	line-height: 24px;
	color: rgba(0,0,0,0.7);
	font-size: 14px;
}
.footer .copyright a{
    line-height: 24px;
	color: rgba(0,0,0,0.7);
	font-size: 14px;
	
	display: inline-block;
}

/* å³ä¾§æµ®åŠ¨å®¢æœ */
.float{
	width: 64px;
	height: 280px;
	position: fixed;
	right: 10px;
	bottom: 30px;
}
.float .kefu{
	margin-top: 5px;
	width: 64px;
	height: 64px;
	border: 1px solid #e2e1e1;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	box-shadow: 2px #e2e1e1;
}
.float .kefu span{
	display: block;
	padding-top: 40px;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.float .phone{
	background: rgba(246, 246, 246, 0.9)  url(../images/iphone.png) center 6px no-repeat;
	background-size: 30px 30px;
}

.float .zaixian{
	background: rgba(246, 246, 246, 0.9)  url(../images/kefu.png) center 6px no-repeat;
	background-size: 30px 30px;
}

.float .weixin{
	background: rgba(246, 246, 246, 0.9)  url(../images/wechat.png) center 6px no-repeat;
	background-size: 30px 30px;

}
.float .go_top{
	background: rgba(246, 246, 246, 0.9)  url(../images/dingbu.png) center 6px no-repeat;
	background-size: 30px 30px;
}

.float .phone:hover{
	background: rgba(246, 246, 246, 0.9)  url(../images/phone1.png) center 6px no-repeat;
	border-color: #1275b4;
	background-size: 30px 30px;
}
.float .zaixian:hover{
	background: rgba(246, 246, 246, 0.9)  url(../images/kefu1.png) center 6px no-repeat;
	border-color: #1275b4;
	background-size: 30px 30px;
}
.float .weixin:hover{
	background: rgba(246, 246, 246, 0.9)  url(../images/wechat1.png) center 6px no-repeat;
	border-color: #1275b4;
	background-size: 30px 30px;
}
.float .go_top:hover{
	background: rgba(246, 246, 246, 0.9) url(../images/dingbu1.png) center 6px no-repeat;
	border-color: #1275b4;
	background-size: 30px 30px;
}

.float .phone:hover span{
	color: #1275b4;
}
.float .zaixian:hover span{
	color: #1275b4;
}
.float .weixin:hover span{
	color: #1275b4;
}
.float .go_top:hover span{
	color: #1275b4;
}


.float .weixin .more{
	display: none;
	position: absolute;
	right: 72px;
	width: 200px;
	height: 100px;
	top: 0;
	padding-right: 10px;
}

.float .weixin .more img{
	display: block;
	width: 200px;
	height: 100px;
	border: 2px solid #f4f4f4;
	border-radius: 8px;
}

.float .phone .more{
	display: none;
	position: absolute;
	right: 72px;
	width: 200px;
	height: 100px;
	top: 0;
	padding-right: 10px;
}

.float .phone .more img{
	display: block;
	width: 200px;
	height: 100px;
	border: 2px solid #f4f4f4;
	border-radius: 8px;
}
.float .phone:hover .more{
	display: block;
	transition: 0.5s;
}
.float .weixin:hover .more{
	display: block;
	transition: 0.5s;
}



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