<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:0;font-family:å¾®è½¯é›…é»‘;font-size:14px;list-style-type:none;text-decoration:none;}
body,html,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font-size:14px;font-family:"å¾®è½¯é›…é»‘";color: #444;background:#fff;}
a{text-decoration:none}
a:hover{text-decoration:none;}
em{font-style:normal}
img{border:0;vertical-align:middle}
li{list-style: none;}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
input, textarea, select, button { font-size:14px; font-family:"å¾®è½¯é›…é»‘";}
input:focus{outline: none;}
html,body{min-width: 1240px;width: 100%;height:100%;}
input::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder{
    color:#ccc;
}
input:-ms-input-placeholder{
    color:#ccc;
}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
.main{width: 1200px;margin: 0 auto;}

.header{
	width: 100%;
	height: 110px;
	background-image: url(../images/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.header .logo{
	display: block;
	float: left;
	width: 180px;
	height: 110px;
	/* background-image: url(../images/logo.png);
	background-position: left center;
	background-repeat: no-repeat;*/
	margin-right: 15px;
}
.header .sysname{
	line-height: 110px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	float: left;
}
.header .syslogin{
	float: right;
	font-size: 16px;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 35px 0;
	margin-left: 20px;
}
.header .userlogin{
	padding-left: 25px;
	background-image: url(../images/login.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size:15px;
}
.header .oldweb{
	padding-left: 25px;
	background-image: url(../images/oldweb.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size:16px;
}
.header .sousuo{
	width: 240px;
	height: 40px;
	float: right;
	margin: 35px 0;
	position: relative;
	margin-right: 20px;
}
.header .sousuo .input{
	width: 100%;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
	border:0;
	box-sizing: border-box;
	padding-left: 40px;
}
.header .sousuo .sub{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	border:0;
	background-image: url(../images/fdj.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: inherit;
}
.nav{
	width: 100%;
	height: 55px;
	background-color: #fff;
	border-top: 5px solid #0b6daf;
}
.nav li{
	width:170px;
	height: 55px;
	float: left;
	position: relative;
}
.nav li .yiji{
	display: block;
	/*padding: 0 65px;*/
	height: 100%;
	line-height: 55px;
	font-size: 16px;
	color: #444;
	text-align: center;
}
.nav li:hover .yiji{
	color: #005187;
}
.nav li.hover .yiji{
	color: #005187;
}
.nav li .list{
	display: inline-block;
	background-image: url(../images/sanjiao.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-left:5px;
	/* position: absolute;
	right: 45px;
	top: 21px; */
}
.nav li:hover .list{
	background-image: url(../images/sanjiaoh.png);
}
.nav li.hover .list{
	background-image: url(../images/sanjiaoh.png);
}
.nav li .erji{
	background-image: url(../images/hoverbj.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	width: 120px;
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	transition: all 3s;
	-webkit-transition: all 3s;
	z-index: 99999;
	padding:15px 0;
}
.nav li .erji li{
	width: 120px;
	height: 30px;
	float: left;
	font-size: 14px;
	color: #666;
	margin: 5px 0;
	font-weight: normal;
	text-align: center;
	display: none;
}
.nav li .erji li a{
	line-height: 30px;
	font-size: 14px;
	color: #444;
}
.nav li .erji li a:hover{color: #005187}
.nav li .erji li a.hover{color: #005187}
.nav li:hover .erji{
	display: block;
}
.nav li:hover .erji li{
	display: block;
}
.banner{
	width: 100%;
	/*height: 480px;*/
}
.news{
	width: 100%;
	height: 400px;
	position: relative;
	z-index: 22;
	background-color: #f3f3f3;
}
.news .box{
	width: 1200px;
	height: 445px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
}
.news .box .l{
	width: 380px;
	height: 100%;
	margin-right: 20px;
	float: left;
	background-color: #fff;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.news .box .l .title{
	width: 100%;
	height: 50px;
	background-color: #005187;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}
.news .box .l .title .left1{
	float: left;
	padding-left: 60px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	background-image: url(../images/rili.png);
	background-repeat: no-repeat;
	background-position: 18px center;
}
.news .box .l .title .num{
	float: right;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding-right:20px;
	font-size: 14px;
}
.news .box .r{
	width: 800px;
	height: 100%;
	float: left;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.news .box .r .sel{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #444;
	font-weight: bold;
}
.news .box .r .sel .item2{
	display: inline-block;
	padding: 0 20px;
	padding-right: 15px;
	line-height: 50px;
	font-size: 18px;
	color: #444;
	font-weight: bold;
}
.news .box .r .sel .item2.hover{
	color: #005187;
}
.news .box .r .sel .more{
	float: right;
	height: 50px;
	padding-right: 20px;
	line-height: 50px;
	font-size: 13px;
	color: #005187;
}
.news .box .r .down{
	width: 100%;
	box-sizing: border-box;
	height: 350px;
	padding: 0 20px;
}
.news .box .r .down .picnews{
	width: 280px;
	height: 100%;
	float: left;
	margin-right: 20px;
	display: block;
}
.news .box .r .down .picnews .pic{
	width: 280px;
	height: 210px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.news .box .r .down .picnews .title{
	width: 100%;
	max-height: 50px;
	font-size: 16px;
	color: #444;
	line-height: 25px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .box .r .down .picnews:hover .title{color: #005187;}
.news .box .r .down .picnews .intro{
	width: 100%;
	height: 100px;
	font-size: 14px;
	color: #aaa;
	line-height: 25px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news .box .r .down .listnews{
	width: 100%;
	height: 100%;
	float: left;
}
.news .box .r .down .listnews li{
	width: calc(100% - 15px);
	padding-left:15px;
	background:url(../images/icon.png) no-repeat left center;
	height:49px;
	line-height: 49px;
	border-bottom: 1px dashed #ddd;
}
.news .box .r .down .listnews li:last-child{border-bottom: 0}
.news .box .r .down .listnews li a{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
}
.zdicon{float:left;width:40px;height:20px;margin-top:15px;background:url(../images/zd.png) no-repeat left center;background-size:30px;}
.news .box .r .down .listnews li a .time{
	width: 65px;
	float: right;
	text-align: right;
}
.news .box .r .down .listnews li a .title{
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	float: left;
}
.news .box .r .down .listnews li a:hover .title{color: #005187;}
#schedule-box {
	width: 380px;
	margin: 0 auto;
	/*padding: 35px 20px;*/
	font-size: 13px;
}

.schedule-hd {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}

.today {
	flex: 1;
	text-align: center;
}

.ul-box {
	overflow: hidden;
}
.week-ul {background-color: #e1e1e1;}
.ul-box&gt;li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 3px 0;
}
.week-ul li{padding: 10px 0;}

.other-month {
	color: #999999;
}

.disabled {
	pointer-events: none;
	background-color: #eeeeee;
	color: #999999;
}

.current-month {
	color: #333333;
}

.today-style {
	border-radius: 50%;
	background: #58d321;
}

.arrow {
	cursor: pointer;
}

.dayStyle {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}

.current-month&gt;.dayStyle:hover {
	background: #7a7c8b;
	color: #ffffff;
}

.today-flag {
	background: #172738;
	color: #fff;
}

.boxshaw {
	box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
	background-color: #ffba5a;
	color: #ffffff;
}

.active-style {
	background: #7a7c8b;
	color: #ffffff;
}

#h3Ele {
	text-align: center;
	padding: 10px;
}

.today {
	text-align: center;
	color: #005187;
	line-height: 50px;
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
}
.iconfont {
  width: 30px;
  height: 50px;
  line-height: 50px!important;
  font-size: 16px!important;
  text-align: center;
  color: #005187;
}
/*ä¸‹ä¸€å¹´*/
.icon-115rightarrowheads:before { content: ""; }
/*ä¸‹ä¸ªæœˆ*/
.icon-111arrowheadright:before { content: "\f0da"; }
/*ä¸Šä¸€å¹´*/
.icon-116leftarrowheads:before { content: ""; }
/*ä¸Šä¸ªæœˆ*/
.icon-112leftarrowhead:before { content: "\f0d9"; }


.box1{
	width: 100%;
}
.box1 .btitle{
	width: 100%;
	height: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.box1 .btitle .l{
	padding-left: 35px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #005187;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
}
.box1 .btitle .more{
	float: right;
	height: 20px;
	padding-right: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #005187;
}
.box1 .zphlist{
	width: 100%;
}
.box1 .zphlist li{
	width: 260px;
	height: 150px;
	margin-right: 53px;
	float: left;
	margin-bottom: 30px;
}
.box1 .zphlist li:nth-child(4n){
	margin-right: 0;
}
.box1 .zphlist li a{
	width: 100%;
	height:100%;
	display: block;
}
.box1 .zphlist li a .up{
	background-image: url(../images/pic2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 230px;
	height: 55px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	padding: 0 15px;
	padding-top: 25px;
}
.box1 .zphlist li a .down{
	width: 260px;
	height: 70px;
	font-size: 12px;
	color: #888;
	box-sizing: border-box;
	padding: 15px;
	border:1px solid #f9f9f9;
	line-height: 20px;
	box-shadow: 0px 0px 5px #ccc;
}
.box1 .zphlist li a .down p{width: 230px;height:20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.box1 .ad{
	width: 1200px;
	height: 100px;
	margin-bottom: 30px;
}
.box1 .ad img{
	width: 1200px;
	height: 100px;
}
.box1 .infolist{
	width: 100%;
	height: 430px;
}
.infocon{float:left;width:380px;}
.infocon.listcenter{margin:0 30px;}
.infotitle{height:40px;border-bottom: 1px solid #444;}
.titlelink{position:relative;top:6px;float:left;display:block;width:110px;height:40px;line-height: 35px;font-size:16px;color:#444;font-weight:bold;text-align: center;cursor: pointer;}
.titlelink.active,.titlelink:hover{background:url(../images/titbg.png) no-repeat center;color: #fff;}
.infotitle .more{float:right;width:50px;line-height:40px;text-align:center;font-size:12px;color:#005187;}
.ullist{margin-top:5px;}
.ullist li{height:38px;line-height: 38px;}
.ullist li a{display: block;height:38px;padding-left:12px;background:url(../images/listicon.png) no-repeat left center;}
.ullist li p{float:left;width:300px;height:38px;font-size:14px;color:#666;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.ullist li span{float: right;font-size:14px;color:#bcc7d2;font-weight: bold;}
.ullistcenter{margin-top:10px;}
.ullistcenter li{margin-bottom: 10px;height:53px;}
.ullistcenter li .date{float:left;width:50px;height:53px;line-height:30px;margin-right: 15px;font-size:14px;color:#bcc7d2;font-weight: bold;}
.ullistcenter li .zpname{float:left;width:315px;}
.ullistcenter li .zpname p{height:30px;line-height:30px;font-size:14px;color:#005187;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.ullistcenter li .zpname span{display:block;height:23px;line-height:23px;font-size:13px;color:#aaaaaa;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.box1 .infolist .item2{
	width: 300px;
	height: 430px;
	float: left;
}
.box1 .infolist .item2:nth-child(2n+1){
	background-color: #f3f3f3;
}
.box1 .infolist .item2:nth-child(2n+1) .up{
	background-color: #005187;
}
.box1 .infolist .item2:nth-child(2n){
	background-color: #fff;
}
.box1 .infolist .item2:nth-child(2n) .up{
	background-color: #aaa;
}
.box1 .infolist .item2 .up{
	width: 100%;
	height: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
}
.box1 .infolist .item2 .down{
	width: 100%;
	height: calc(100% - 45px);
	box-sizing: border-box;
	padding: 20px;
}
.box1 .infolist .item2 .down .more{
	width: 100%;
	text-align: right;
}
.box1 .infolist .item2 .down .more a{
	font-size: 13px;
	color: #005187;
}
.box1 .infolist .item2 .down .list1 li{
	width: 100%;
	height: 42px;
	margin-bottom: 25px;
}
.box1 .infolist .item2 .down .list1 li .shang{
	height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	padding-bottom: 5px;
}
.box1 .infolist .item2 .down .list1 li:hover .shang{
	color: #005187;
}
.box1 .infolist .item2 .down .list1 li .shang .zp{color: #f00}
.box1 .infolist .item2 .down .list1 li .shang .zw{color: #005187}
.box1 .infolist .item2 .down .list1 li .xia{
	font-size: 13px;
	color: #aaa;
}
.box1 .infolist .item2 .down .list1 li .time{
	float: right;
}
.box1 .infolist .item2 .down .list2 li{
	width: 100%;
	height: 37px;
	border-bottom:1px dashed #ddd;
}
.box1 .infolist .item2 .down .list2 li:last-child{
	margin-bottom: 29px;
}
.box1 .infolist .item2 .down .list2 li a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #666;
	display: block;
}
.box1 .infolist .item2 .down .list2 li:hover a{color: #005187;}
.box1 .yqlj{
	width: 100%;
}
.box1 .yqlj li{
	width: 280px;
	height: 80px;
	float: left;
	margin-right: 26px;
	margin-bottom: 30px;
}
.box1 .yqlj li:nth-child(4n){
	margin-right: 0;
}
.box1 .yqlj li a{
	width: 100%;
	height: 100%;
	display: block;
}
.box1 .yqlj li a img{
	width: 100%;
	height: 100%;
}
.footer{
	width: 100%;
}
#totop {
    position: absolute;
    right: 0px;
    top: -52px;
    z-index: 999;
    cursor: pointer;
}
.footer .up{
	width: 100%;
	height:160px;
	background-image: url(../images/footbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0;
	position: relative;
}
.footer .up .logo2{
	margin-left:80px;
	margin-top: 45px;
	max-height:60px;
}
.footer .up .list{
	float: left;
	width: 300px;
	margin-right:20px;
}
.footer .up .list li{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}
.footer .up .list li a{
	font-size: 14px;
	color: #fff;
}
.footer .up .list li.title{
	font-size: 16px;
	color: #fff;
}
.footer .up .weixin{
	width: 110px;
	float: right;
	margin-left:10px;
	text-align: center;
}
.footer .up .weixin img{
	width: 110px;
	height: 110px;
}
.footer .up .weixin p{
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top:5px;
}
.footer .down{
	width: 100%;
	padding:10px 0;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #222;
}
.footer .down a{font-size:14px;color:#fff;}
.banner2{
	width: 100%;
	height: 180px;
	background-image: url(../images/banner2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.con{
	width: 100%;
}
.lnav{
	width: 305px;
	float: left;
	margin-right: 30px;
}
.rnav{
	width: 865px;
	float: left;
}
.right-top{margin-top: 20px;}
.lnav .nav1{
	width: 100%;
	margin-bottom: 10px;
	position:relative;
}
.lnav .nav1 .title{
	width: 325px;
	height:63px;
	position:relative;
	left:-20px;
	box-sizing: border-box;
/* 	background-image: url(../images/navbg.png);
background-position: 5px center;
background-repeat: no-repeat; */
}
.lnav .nav1 .title .titcon{position:relative;height: 45px;line-height: 45px;padding:0 20px;background-color:#005187;}
.lnav .nav1 .title .navbg{position:absolute;left:0;bottom:0;width:20px;height:18px;background:url(../images/lkuai.png) no-repeat center;}
.lnav .nav1 .title .navtit{font-size:16px;color:#fff;padding-left: 30px;}
.title .stuicon{background:url(../images/student.png) no-repeat left center;}
.title .gzicon{background:url(../images/guzhu.png) no-repeat left center;}
.title .teaicon{background:url(../images/teacher.png) no-repeat left center;}
.title .xyicon{background:url(../images/friends.png) no-repeat left center;}
.nav-open .navlist{display: block;}
.nav-close .navlist{display: none;}
.nav-open .opena{position:absolute;top:13px;right:20px;width:20px;height:20px;background:url(../images/close.png) no-repeat center;}
.nav-close .opena{position:absolute;top:13px;right:20px;width:20px;height:20px;background:url(../images/open.png) no-repeat center;}

.lnav .nav1 .title .kuai1{
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 45px;
	background-color: #005187;
}
.lnav .nav1 .title .kuai2{
	position: absolute;
	left: -20px;
	top: 45px;
	width: 20px;
	height: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/lkuai.png);
}
.lnav .nav1 .title .sanjiao{
	position: absolute;
	right: 20px;
	top: 12px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/sanjiao2.png);
	background-position: center;
}
.lnav .nav1 ul{
	box-shadow: 0px 0px 10px #ccc;
    width: 303px;
    position:relative;
    top:-17px;
}
.lnav .nav1 li{
	width: 100%;
	height: 40px;
	padding: 0 30px;
	box-sizing: border-box;
}
.lnav .nav1 .navtab{padding:0 20px;background-image: url(../images/nav2bj.jpg);background-size: 100% 100%;background-repeat: no-repeat}
.navtab p{line-height: 40px;padding-left:40px;background-image: url(../images/yeljt.png);font-weight: bold;background-repeat: no-repeat;background-position: 10px center;
}
.lnav .nav1 .navli{padding-left:60px;background:url(../images/navicon.png) no-repeat 40px center;}
.lnav .nav1 .navli:hover,.lnav .nav1 .navli.hover{padding-left:60px;background:url(../images/naviconh.png) no-repeat 40px  center;}

.lnav .nav1 li a{
	line-height: 40px;
	font-size: 14px;
	color: #666;
	width: 100%;
	height: 100%;
	display: block;
}
.lnav .nav1 li:hover a{color: #005187}
.lnav .nav1 li.hover a{color: #005187}
.lnav .btitle{
	width: 100%;
	height: 45px;
	border-top: 2px solid #005187;
	background-color: #f3f3f3;
	box-sizing: border-box;
	padding: 0 20px;
}
.lnav .btitle .l{
	float: left;
	line-height: 43px;
	font-size: 14px;
	color: #005187;
	font-weight: bold;
}
.lnav .btitle .more{
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 43px;
}
.lnav .rmzph li{
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	height: 40px;
}
.lnav .rmzph li:last-child{
	margin-bottom: 15px;
	border-bottom: 0
}
.lnav .rmzph li a{
	width: 100%;
	height: 100%;
	display: block;
}
.lnav .rmzph li a .l{
	float: left;
	width: 45px;
	height: 40px;
	margin-right: 15px;
}
.lnav .rmzph li a .l .up{
	width: 100%;
	height: 20px;
	background-color: #fc992f;
	text-align: center;
	font-size: 12px;
	color: #000;
}
.lnav .rmzph li a .l .down{
	width: 100%;
	height: 20px;
	background-color: #eee;
	text-align: center;
	font-size: 12px;
	color: #000;
}
.lnav .rmzph li a .r{
	width: 225px;
	padding-right: 20px;
	float: left;
	height: 40px;
}
.lnav .rmzph li a .r .up{
	font-size: 12px;
	color: #666;
	padding-bottom: 5px;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lnav .rmzph li:hover a .r .up{color: #005187}
.lnav .rmzph li a .r .down{
	font-size: 12px;
	color: #aaa;
}
.lnav .gonggao li{
	width: 100%;
	height: 40px;
	padding:  0 15px;
	box-sizing: border-box;
}
.lnav .gonggao li a{
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #666;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.lnav .gonggao li a .dian{color: #fc992f}
.lnav .gonggao li a:hover{color: #005187;}

.rnav .top{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #005187;
	box-sizing: border-box;
}
.rnav .top .l{
	font-size: 18px;
	color: #005187;
	float: left;
}
.rnav .top .weizhi{
	float: right;
	line-height: 38px;
	font-size: 12px;
	color: #aaa;
}
.rnav .top .weizhi a{
	line-height: 38px;
	font-size: 12px;
	color: #aaa;
}
.rnav .top .weizhi a:hover{color: #005187;}
.zytz li{
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom:1px dashed #ddd;
}
.zytz li a{
	width: 100%;
	height: 100%;
}
.zytz li a.down{
	float: left;
    background: url(../images/download.png) no-repeat 0 center;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
}
.zytz li .l{
	float: left;
	font-size: 14px;
	color: #666;
	width: 750px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zytz li .r{
	float: right;
	width: 100px;
	font-size: 14px;
	color: #888;
}
.zytz li:hover a .l,.zytz li:hover a .r{color: #005187;}

.zphxx li{
	padding: 20px 0;
	width: 100%;
	height: 50px;
	border-bottom: 1px dashed #ddd;
}
.zphxx li .l{
	float: left;
	width: 700px;
}
.zphxx li .l .time{
	width: 73px;
	height: 48px;
	margin-right:20px;
	float: left;
	border:1px solid #ddd;
}
.zphxx li .l .time .up{
	text-align: center;
	width: 100%;
	height: 24px;
	background-color: #005187;
	color: #fff;
	font-size: 16px;
}
.zphxx li .l .time .down{
	text-align: center;
	width: 100%;
	height: 24px;
	background-color: #fff;
	font-size: 14px;
	color: #444;
}
.zphxx li .l .title{
	font-size: 14px;
	color: #005187;
	height: 19px;
	width: calc(100% - 95px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 10px;
}
.zphxx li .l .info{
	font-size: 13px;
	color: #999;
}
.zphxx li .sc{float:right;width:30px;height:50px;margin-left:10px;background:url(../images/sc.png) no-repeat center ;background-size:20px;}
.zphxx li .r{
	float: right;
	height: 50px;
	line-height: 50px;
	color: #aaa;
	font-size: 14px;
}
.zphxx li .r .cj{
	width: 95px;
	height: 30px;
	text-align: center;
	background-color: #005187;
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 30px;
	border-radius: 10px;
	margin-top:10px;
}
/*ç½‘ä¸Šå®£è®²ä¼š*/
.zphxx li.xjhslb{width:100%; background:none; height:auto; line-height:inherit; position:relative; padding:20px 0px;}
.zphxx li.xjhslb .xjhsleft1{ width:300px; position:absolute; top:20px; left:0px;}
.zphxx li.xjhslb .xjhsright1{ margin-left:320px;}
.zphxx li.xjhslb .xjhsright1 .xjhsp1{ font-size:24px; color:#3a3a3a; line-height:25px; padding-bottom:10px;}
.zphxx li.xjhslb .xjhsright1 .xjhsp2{ color:#666666; line-height:25px;}
.zphxx li.xjhslb .xjhsright1 .xjhsp3{ color:#666666; line-height:20px; height:40px; overflow:hidden;}
.zphxx li.xjhslb .xjhsright1 .xjhsa1{ width:200px; height:35px; display:block; background:#005187; color:#ffffff; line-height:35px; text-align:center; font-size:16px; margin-top:10px;}

.xjhscon{ width:100%; height:100%; background:url('/Public/images/bytelive-pc.png'); background-size:100% auto; text-align:center;}
.xjhscon_title{ text-align:center; padding:50px 0px; font-size:30px; font-weight:bold; line-height:40px; color:#ffffff;}
.xjhscon_img{ width:60%;}

.page{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page a,.page span {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 3px;
	background-color: #f4f4f4;
	line-height: 23px;
}

.page a,.page li {
	display: inline-block;
	list-style: none;
	text-decoration: none;
	color: #999;
}

.page a.first,.page a.prev,.page a.next,.page a.end {
	margin: 0;
}

.page a:hover {
	border-color: #005187;
}
.page span.current {
	color: #fff;
	font-weight: 700;
	background-color: #005187;
}

.wenzhang{
	width: 100%;
}
.wenzhang img{ max-width:100%;}
.wenzhang .title{
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	padding: 25px 0;
	padding-bottom: 15px
}
.wenzhang .info{
	text-align: center;
	width: 100%;
	color: #aaa;
	font-size: 14px;
	padding-bottom: 15px
}
.wenzhang .content{
	line-height: 25px;
	font-size: 14px;
	color: #666;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.wenzhang .content img{max-width:100%;}
.wenzhang .prevwz{
	width: 50%;
	float: left;
	margin: 45px 0;
	font-size: 14px;
	color: #666;
}
.wenzhang .nextwz{
	width: 50%;
	float: left;
	margin: 45px 0;
	text-align: right;
	font-size: 14px;
	color: #666;
}
.wenzhang .prevwz a,.wenzhang .nextwz a{
	font-size: 14px;
	color: #666;
}
.wenzhang .prevwz a:hover,.wenzhang .nextwz a:hover{
	color: #005187;
	text-decoration: underline;
}

.zpxx li{
	width: 100%;
	height: 50px;
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
}
.zpxx li a{
	width: 100%;
	height: 100%;
	display: block;
}
.zpxx li .l{
	width: 750px;
	float: left;
}
.zpxx li .l .up{
	font-size: 14px;
	color: #005187;
	height: 19px;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zpxx li .l .down{
	font-size: 13px;
	color: #999;
}
.zpxx li .r{
	width: 100px;
	float: right;
	font-size: 14px;
	color: #005187;
}

.zpxq{
	width: 100%;
}
.zpxq .title{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 20px 0;
}
.zpxq .title .gongzi{
	font-size: 18px;
	color: #f00;
	float: right;
}
.zpxq .info{
	background-color: #f3f3f3;
	padding: 15px;
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
}
.zpxq .info a{font-size: 14px;color: #888;}
.zpxq .info .fb{float: right;}
.zpxq .stitle{
	color: #444;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
.zpxq .content{
	line-height: 25px;
	font-size: 14px;
	color: #888;
	padding-bottom: 20px;
}

.gzdt li{
	width: 100%;
	padding: 20px 0;
	/*height: 105px;*/
}
.gzdt li a{
	width: 100%;
	height: 100%;
	display: block;
}
.gzdt li a table{
	width: 100%;
}
.gzdt li a table td.pic{
	width: 160px;
	height: 105px;
	vertical-align: top;
}
.gzdt li a table td.pic img{
	width: 140px;
	height: 105px;
	margin-right: 20px;
}
.gzdt li a table td.title{
	font-size: 16px;
	color: #444;
	vertical-align: top;
}
.gzdt li:hover a table td.title{color: #005187;}
.gzdt li a table td.time{
	font-size: 12px;
	color: #aaa;
	padding: 8px 0;
}
.gzdt li a table td.intro{
	font-size: 14px;
	color: #888;
	line-height: 25px;
	max-height: 50px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*å¹¿å‘Š*/
.wrap{ width:1200px; margin:0 auto;overflow:hidden;margin-top:30px;}
.scrollbox{width:1200px; position: relative;overflow:hidden;}
#scrollDiv{width:1200px;height:120px; overflow:hidden; display: block;}
#scrollDiv ul{ width: 1200px;overflow:hidden;}
#scrollDiv li{width:380px;height:110px;margin-right:20px; float:left;background: #fff;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}
#scrollDiv li img{width:380px;height:110px;margin-right:10px;float:left;}
/*å‹æƒ…é“¾æŽ¥*/
#friend-link{width:1200px;margin:0 auto;overflow:hidden;}
#friend-link p{float:left;width:92px;margin-top:30px;margin-bottom:30px;background:url(../images/link.png) no-repeat left center ;padding-left:28px;color:#005187; font-size:16px;}
#friend-link ul{float:left;width:1080px;overflow:hidden;padding-top:25px;padding-bottom:25px;}
#friend-link a{color:#666;line-height:30px;margin-left:17px;margin-right:17px;display:block;float:left;}
/*æ‹›è˜ä¿¡æ¯æœç´¢*/
.search_old_zp{ width:100%; padding-top:15px; padding-bottom:10px;}
.search_old_zp input[type='text']{ width:200px; padding:5px;height:24px; border:1px solid #e3e3e3; border-radius:5px; margin-right:15px;outline:none; float:left;}
.search_old_zp select{padding:5px;height:36px; color:#aaaaaa; border:1px solid #e3e3e3; border-radius:5px; margin-right:15px;outline:none; float:left;}
.search_old_zp input[type='submit'] {
    height: 34px;
    border-radius: 5px;
    width: 60px;
    border: none;
    outline: none;
    background: #005187;
    color: #ffffff;
    cursor: pointer;
    float: left;
}
.search_old_zps{width: 100%;}
.search_old_zps tr{height: 30px;}
.search_old_zps tr td{ vertical-align: top;}
.search_old_zps tr td a{display: inline-block; padding: 5px 15px;color: #666;  margin-bottom: 10px;}
.search_old_zps tr td a.hover{background: #005187; color: #fff;}
/*æŠ•é€’ç®€åŽ†*/
.tou_jianli{ width:100px; height:40px;background:#005187; color:#ffffff; cursor:pointer; display:block; text-align:center; line-height:40px; border-radius:5px; font-size:16px; margin:0px auto; margin-bottom:30px;}
/*æŠ•é€’ç®€åŽ†å¼¹å‡ºå±‚*/
.blackbg {width: 100%;height: 100%;position: fixed;background: #000;opacity: .5;filter: alpha(opacity=50);top: 0;left: 0;z-index: 200;display: none;}
.t_log_box{ width:400px; padding:30px; padding-right:40px; background:#ffffff; display:none;border-radius: 5px;position: fixed;z-index: 200;}
.t_log_box a.tc_close{position: absolute;top: 10px; right: 10px;width: 30px; height: 30px;z-index: 211;background: url(../images/tc_close.png) no-repeat;display: block;}
.t_log_box label{ display:block; line-height:25px; padding-bottom:10px;}
.t_log_box .t_textarea{ width:390px; height:100px; padding:5px; border:1px solid #ccc; margin:10px 0px;}
.t_log_box .jianlibtn{ width:100px; height:40px;background:#005187; color:#ffffff; cursor:pointer; border-radius:5px; font-size:14px; outline:none; margin-left:150px;border:none;}
/*ä¼ä¸šä¸»é¡µ*/
.company_index{ width:100%; padding:30px 0px;}
.company_index .p1{font-size: 20px;color: #005187;width: 100%; position:relative;}
.company_index .company_ly{width: 100px; height: 40px;  background: #005187;  color: #ffffff; cursor: pointer;display: block;text-align: center; line-height: 40px;border-radius: 5px;font-size: 16px; position:absolute; top:-6px; right:0px;}
.company_index .p2{padding-top:15px; padding-bottom:10px;}
.company_index .p2 span{ display:inline-block; line-height:15px; font-size:14px;  padding-right:10px; border-right:1px solid #888888; color:#888888; margin-right:10px; }
.company_index .p2 span.span1{  border-right:none; }
.company_index .p3{ line-height:25px; background:url(../images/company_indexicon1.png) no-repeat left center; padding-left:20px;  font-size:14px;color:#888888;}
.company_index .p4{ padding-top:5px;}

.company_index .p4 .p4_a{ float:right;}
.company_index .p4 .p4_a a.a1{ display:block; margin-right:10px; line-height:25px; background:url(../images/company_indexicon2.png) no-repeat left center; padding-left:21px; color:#aaaaaa; font-size:14px; float:left;}
.company_index .p4 .p4_a a.a2{ display:block; line-height:25px; background:url(../images/company_indexicon3.png) no-repeat left 6px; padding-left:23px; color:#aaaaaa; font-size:14px; float:left;}

.company_index_info{ width:100%; padding-bottom:30px;}
.company_index_info .company_index_info_title{ width:100%; height:40px; background:#f3f3f3; margin-bottom:30px;}
.company_index_info .company_index_info_title p{ line-height:40px; padding-left:50px; color:#444444; font-size:16px; font-weight:bold;}
.company_index_info .company_index_info_title p.p1{ background:url(../images/company_indexicon4.png) no-repeat 15px center;}
.company_index_info .company_index_info_title p.p2{ background:url(../images/company_indexicon5.png) no-repeat 15px center;}
.company_index_info .company_index_info_title p.p3{ background:url(../images/company_indexicon6.png) no-repeat 15px center;}
.company_index_info .company_index_info_title p.p4{ background:url(../images/company_indexicon7.png) no-repeat 15px center;}

.company_index_info .company_index_info_content{ width:100%; line-height:25px; color:#666666; font-size:14px;}
.company_index_info .company_index_info_content img{ max-width:100%;}

table.company_index_info_zph{ width:100%; margin-top:30px; border-left:1px solid #cccccc; border-top:1px solid #cccccc;}
table.company_index_info_zph tr{ height:50px;}
table.company_index_info_zph tr td{ padding:5px 20px; line-height:20px; color:#666666; font-size:14px; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
table.company_index_info_zph tr td.tdc{ text-align:center; width:80px;}
table.company_index_info_zph tr td a{ color:#666666; font-size:14px; }


.company_index_info_zpul{ width:100%;}
.company_index_info_zpul li{ width:100%; border-bottom:1px solid #e3e3e3; padding:10px 0px;}
.company_index_info_zpul li .zw_title{width:100%;}

.company_index_info_zpul li .zw_title p.p1{float: left; font-size: 14px;  color: #005187;}
.company_index_info_zpul li .zw_title p.p2{ color:#888888; font-size:16px; line-height:30px; float:right;}
.company_index_info_zpul li .zw_cate{ line-height:30px; font-size:14px; color:#888888;}
/*æ‹›è˜ä¼šå†…å®¹é¡µ*/
.s_left{float:left;width:100%;overflow:hidden;margin:30px;}

.s_left .con_tit{line-height:35px;width:100%;font-size:30px;font-weight:bold;}
.s_left .con_time{margin:16px 0 30px 0;line-height:20px;font-size:14px;color:#999;}
.s_left .content{width:100%;overflow:hidden;}
.s_left .content img{max-width:100%;}
.s_left .content p{font-size:14px;line-height:30px;color:#666;}
.s_left .zixun{width:100%;overflow:hidden;}
.s_left .zixun ul{margin-top:15px;margin-bottom:20px;}
.s_left .zixun ul li a{color:#222;}
.s_left .con_btn {width: 120px;margin: 0 auto;}
.s_left .con_btn a{ width:120px; height:40px; border-radius:5px; background: #005187;color: #ffffff;cursor: pointer;display: block; margin-top: 30px;text-align: center;line-height: 40px;font-size: 16px;}
/*çº¿ä¸ŠåŒé€‰ä¼š*/
ul.serviceul{width:100%;margin-top:25px;}
ul.serviceul li{width:100%; padding:20px 0;height:30px;line-height:30px;border-bottom:#ddd 1px dotted;}
ul.serviceul li a{display:block;float:left;width:700px;font-size:24px;color:#3a3a3a;text-overflow: ellipsis;white-space: nowrap;}
ul.serviceul li span{float:right;font-size:14px;color:#999;}
ul.serviceul li .sc{float:right;width:30px;height:30px;margin-left:10px;background:url(../images/sc.png) no-repeat center ;background-size:20px;}
ul.serviceul li p.content1{ line-height:20px; font-size:16px; padding-top:20px;}
ul.serviceul li p.content{line-height:30px;margin-top:15px;color:#666;}
ul.serviceul li p.cishu{height:15px;line-height:15px;margin-top:15px;color:#999;}
.serviceul li.liban a img { width: 100%;margin: 10px 0px; height: auto;float: none;}
.serviceul li.liban{ position:relative;width:100%; padding:10px 0;background:none;height:auto; line-height:inherit;}
.serviceul li.liban a{ width:100%; float:none; display:block;  margin-top:0px; height:auto;}
.serviceul li.liban a img{ width:100%; margin:10px 0px; height:auto; float:none;}
.serviceul li.liban .title{padding:0px 10px; width:845px; height:35px; line-height:35px; color:#fff; font-size:16px; background:#000; opacity:0.7; position:absolute; left:0px; bottom:20px;}
.serviceul li.liban .title p{float:left;max-width: 800px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.serviceul li.liban .title .sc{float:right;width:30px;height:30px;background:url(../images/scwhite.png) no-repeat center ;background-size:20px;}
/* æ„è§åé¦ˆ  */
.yj_form{ width:100%; margin-top:30px;}
.yj_select{ width:200px; height:42px; border:1px solid #ddd; outline:none; float:left;margin-right:30px;margin-bottom:20px; color:#444;}
.yj_input{margin-bottom:20px;width:188px; border:1px solid #ddd; outline:none; padding:10px 5px; float:left; margin-right:17px;}
textarea.yjfk{border:1px solid #ddd; padding:5px; width:853px; height:140px; outline:none; margin-bottom:20px;}
input.yjfk_fabiao{width:150px;height:40px;line-height:40px;font-size:14px;text-align:center;border-radius:4px;color:white;background:#7b8c9e; float:right;}
.yj_input::-webkit-input-placeholder{color: #444;}
textarea.yjfk::-webkit-input-placeholder{color: #444;}

.yjfk_titw{width:100%;overflow:hidden;border-bottom:1px solid #ddd;}
h3.yjfk_tit{font-size:16px;line-height:16px;color:#222;margin-top:30px;margin-bottom:15px;}
.floatl{float:left;}
.floatr{float:right;}
ul.yjfk_ul{width:100%;overflow:hidden;}
ul.yjfk_ul li{border-bottom:1px #f5f5f5 solid;overflow:hidden;}
ul.yjfk_ul li .divup{float:left;width:100%;overflow:hidden;}
ul.yjfk_ul li img.tx{height:50px;width:50px;float:left;margin-top:30px;margin-right:15px;margin-bottom:30px;}
ul.yjfk_ul li .divupin{float:left;width:823px;overflow:hidden;margin-top:30px;margin-bottom:15px;}

ul.yjfk_ul li .divupin .timup{float:left;font-size:13px;line-height:13px;color:#999;margin-top:5px;}
ul.yjfk_ul li .divupin .conup{clear:left;font-size:13px;line-height:24px;margin-top:25px;}
ul.yjfk_ul li .divdown{padding-left:34px;position:relative;width:830px;overflow:hidden;}
ul.yjfk_ul li .divdown img.sj{position:absolute;top:0px;left:65px;}
ul.yjfk_ul li .divdownin{width:790px;background:#f4f4f4;padding:20px 20px 28px 20px;overflow:hidden;margin-bottom:30px;margin-top:13px;border:#eee 1px solid;}
ul.yjfk_ul li .divdown .namdown{float:left;font-size:14px;line-height:14px;margin-right:10px;color:#fdb902;font-weight:bold;margin-bottom:20px;}
ul.yjfk_ul li .divdown .condown{float:left;font-size:13px;line-height:13px;margin-bottom:20px;}
ul.yjfk_ul li .divdown .timdown{clear:left;font-size:13px;line-height:13px;color:#999;margin-top:10px;}
/* æ„è§åé¦ˆ  */
/* æ¡£æ¡ˆ æŸ¥è¯¢  */
.da_input{width:200px; border:1px solid #ddd; outline:none; padding:10px 5px; float:left; margin-right:29px;}
input.dacx{display:block;width:150px;height:40px;line-height:40px;font-size:14px;text-align:center;border-radius:4px;color:white;background:#7b8c9e; margin-top:20px;cursor: pointer;}
.dacx_titw{width:100%;overflow:hidden;}
h3.dacx_tit{font-size:18px;line-height:18px;color:#444;margin:30px 0;text-align:center;}
.dacx_titw p {font-size:16px;color:#666;line-height:30px;}
/*èŒä¸šæµ‹è¯„*/
.ceping {padding: 20px 0px; line-height:24px;}
.ceping img{max-width:100%;}
/*æ‹›è˜æŒ‡å— å…³äºŽæˆ‘ä»¬*/
.left_tit{ width:100%; height:50px;background:url(../images/s_left_top_h.jpg) repeat-x; line-height:50px;}
.left_tit p{ display:inline-block;height:50px; background:#005187;color:#fff;font-size:16px;padding:0px 20px;height:50px;line-height:50px;}
.introduction{width:100%;margin-top:20px;line-height: 24px;}
.introlianxi{width:100%;margin-top:35px;}
.introlianxi .tit{font-size:16px;color:#005187;padding-left:20px;line-height:20px; border-left:3px solid #fdb902; font-weight:bold;}
.introlianxi .phone{color:#222;padding-left:20px;line-height:30px; border-left:3px solid #fdb902;}
.introlianxi .con{color:#666;line-height:25px;border-left:3px solid #005187; padding-top:20px; padding-left:20px;}
img.introban {width:100%;margin-bottom: 35px;}
/*ä¸­å¿ƒç®€ä»‹*/
/*é™¢ç³»ä»‹ç»*/
.yxjs{width:100%;margin-top:25px;margin-bottom:35px;border:0px;background:#eee; }
.yxjs li{color:#222;width:33%;height:55px; float:left;}
.yxjs li a{color:#222;padding-left:40px;width:245px;height:55px;display:block; line-height:55px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
/*é™¢ç³»ä»‹ç»*/
/*å°±ä¸šå°ç»„*/
.jyxz_content th{border:1px solid #ddd;color:#005187;padding:10px 0;}
.jyxz_content table{width:880px;border-collapse:collapse;margin-bottom:30px;}
.jyxz_content td{border:1px solid #ddd;width:220px;padding:10px 0;text-align:center;color:#666;}
.jyxz_content .content img{ max-width:100%;}
/*å°±ä¸šå°ç»„*/

/*æœç´¢é¡µ*/
.search_index{ width:1200px; margin:60px auto; background:#ffffff; min-height:300px; }
.search_index .search_con{ width:990px; margin:0 auto;}
.search_con_form{ width:100%; padding-top:60px; padding-bottom:60px;}


.search_con_result{ float:left; font-size:16px; color:#222222; line-height:45px; padding-left:30px;}
.search_result{ width:100%; padding-bottom:60px;}

.search_result_con { padding-top:20px; padding-bottom:30px;}

.search_result_con ul li a{ color:#222222; line-height:30px; display:block; cursor:pointer;}

.search_result_more{width:100%; height:50px; background:#eeeeee; display:block; cursor:pointer; line-height:50px; text-align:center; font-size:18px; color:#222222;}
.search_old{ padding-top:20px; }
.search_old input{ float:left;}
.search_old input[type='text']{ width:200px; padding:5px; line-height:20px; border:1px solid #e3e3e3; margin-right:20px;outline:none;}

.search_con_form .search_text{ width:373px; line-height:23px; padding:10px; border:1px solid #005187; outline:none; float:left;}
.search_con_form .search_btn{ width:100px; height:45px; border:1px solid #005187; outline:none; background:#005187; font-size:18px; color:#ffffff;float:left; cursor:pointer;}

.search_result_con ul li{ float:left;line-height:30px;height:30px; width:465px;padding-left:10px; padding-right:20px;background:url(../images/web_icon2.png) no-repeat -2px -174px; overflow:hidden;}
.search_result_con ul li a:hover{ color:#005187;}
.search_old input[type='submit']{ height:32px; width:60px; border:none; outline:none; background:#005187; color:#ffffff; cursor:pointer;}


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