body,p,table ,tr,td,h1,h2,h3,h4,h5,h6,input,dd,dl,dt{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
body{
	 min-width: 1000px; 
}
ul ,li{
	text-decoration: none;
	list-style-type:none;
	padding: 0;
	margin: 0;
}
em{
	/* font-size: 12px; */
	font-style: normal;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #555;
}
.header {
	background-color: #07426A;
	min-width: 1200px;
}
.header .logo{
	width:233px;
	height:48px;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	background: url(imgindeximages.png) 1px -607px;
}
.header .links{
	float:right;
	padding-top: 29px;
    margin-right: 40px;

}
.header .links a{
	color:white;
}
.header .links a:hover{
	color:red;
}
.header .links span.line{
    color: white;	
    margin: 0 10px;
}
.header .headerbottom{
	width:100%;
	height: 50px;
	line-height: 50px;
	clear: both;
	/*border-top: #fff 1px solid;*/
	border-top: #448ACA 1px solid;
	position: relative;
}
.header .headerbottom .menu{
    font-size: 16px;
    color: #fff;
    width: 85%;
    margin-left: 1%;
    float: left;
    height: 50px;
    line-height: 50px;
}
.header .headerbottom .menu ul{
    width: 100%;

}
.header .headerbottom .menu ul li{
    display:block;	
    float: left;
    margin: 0%;
    padding: 0 2%;
}
.header .headerbottom .menu ul li a{
    color: #fff;	
    display: inline-block;
}
.header .headerbottom .menu ul li a.active{
    color: #7EDAF4;	
    display: inline-block;
    background: url(imgheadmenuimg.png) bottom center no-repeat;
}
.header .headerbottom .menu ul li span#ygzztcindex{
/* 	padding-right:40px;
	background: url(imgnew11.png) right center no-repeat; */
	color:#F7EA29;
	font-weight:bold;
}
.header .headerbottom .menu ul li a:hover{
	color:#7EDAF4;
	/*background: url(imgheadmenuimg.png) bottom center no-repeat;*/
}
.header .headerbottom #searchbox{
	float:right;
	width: 220px;
	height: 50px;
	position: absolute;
	right: 6%; 
/* 	right: 1%; */
	top: 0px;
}
.header .headerbottom #searchbox input{
	height: 18px;
	padding: 5px 0 5px 10px;	
	background-color: #fff;
	border: none;
	color: #007ECB;
	text-indent: 0px;
	width: 178px;
	position: absolute;
	top:12px;
	left: 0;
}
.header .headerbottom #searchbox #btnsearch{
	width: 30px;
	height: 50px;	
	background: url(imgindeximages.png) -251px -421px no-repeat;
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	cursor: pointer;
}
.maincontent {
	clear:both;
	background-color:#fff;
	overflow: hidden;
	position: relative;
}
.maincontent .navleft{
	width: 12%;
	min-width: 160px;
	max-width: 170px;
	height: 100%;
	float: left;
	position: relative;
	top:0;
	left:0;
}
.maincontent .navleft ul {
    width: 100%;
    padding-top: 15px;
}
.maincontent .navleft ul li{
    display: block;	
    margin: 0 15px 20px 15px;
    height: 60px;
    background-position: -140px 0;
    background-image: url(imgindeximages.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
.maincontent .navleft ul li.li1{
   background-position: -140px 0px;	
}
 .maincontent .navleft ul li.li2{
   background-position: -140px -60px;
} 
.maincontent .navleft ul li.li3{
   background-position: -140px -120px;	
}
.maincontent .navleft ul li.li4{
   background-position: -140px -180px;		
}
.maincontent .navleft ul li.li5{
   background-position: -140px -240px;		
}
.maincontent .navleft ul li.li6{
   background-position: -140px -300px;		
}
.maincontent .navleft ul li.li7{
   background-position: -140px -360px;		
}
.maincontent .navleft.small{
	min-width: 120px;
}
.maincontent .navleft.small ul li.li1{
   background-position: -150px 0px;	
}
 .maincontent .navleft.small ul li.li2{
   background-position: -150px -60px;
} 
.maincontent .navleft.small ul li.li3{
   background-position: -150px -120px;	
}
.maincontent .navleft.small ul li.li4{
   background-position: -150px -180px;		
}
.maincontent .navleft.small ul li.li5{
   background-position: -150px -240px;		
}
.maincontent .navleft.small ul li.li6{
   background-position: -150px -300px;		
}
.maincontent .navleft.small ul li.li7{
   background-position: -150px -360px;		
}

.maincontent .navleft ul li a{
    display: block;	
    width: 100%;
    height: 100%;    
    /*color: #478EE3;*/
    color: #0068B7;
}
.maincontent .navleft ul li a:hover{
	/*color:#0068B7;*/
	color: #ff7110;
}
.maincontent .navleft ul li.li1 span.name{
    line-height: 32px;
	
}
.maincontent .navleft ul li span.name{	
	display: block;
	text-align: center;
	width: 50px;
	height: 32px;
	float: right;
	position: relative;
	top: 50%;
	margin-top: -16px;
	margin-right: 12%;
}

.maincontent .navleft.small ul li span.name{
	margin-right: 4%;
}
.maincontent .navleft.small ul li {
	margin: 0 6px 20px 5px;
}

.downloadDiv{
	z-index: 9999;
	position: absolute;
	left: 12%;
 	width: 156px;	
 	height: 173px; 
 	background-color: #fff;
 	border: 1px solid #5ABFF0;
 	box-shadow: 0 0 5px #0F6399;
 	padding: 10px; 	
}
.downloadDiv .img{
	text-align:center;
	color: red;
	width: 153px;
	height: 153px;
	display:block;
	margin :3px auto;
	background-image:url(imgindeximages.png);
	background-repeat: no-repeat;
}

.downloadDiv span.name{
	width: 100%;
	text-align: center;
	display: block;
	color: red;
}
#showphoneClient{
 	top: 370px;
}
#showphoneClient .img{
	background-position: -300px 0px;
}
#showchart{
	top: 450px;
}
#showchart .img{
	background-position: -300px -180px;
}
#showchartClient_1{
 	top: 520px;
}
#showchartClient_1 .img{
	background-position: -300px -360px;
}
#Calendar{
 	position: absolute;	
	z-index: 9999;
 	right: 65px;
 	width: 370px;	
 	background-color: #fff;
 	border: 1px solid #5ABFF0;
 	box-shadow: 0 0 5px #0F6399;
 	padding: 10px; 
}



#fixedmenu{
	position: absolute;
	right: 1%;
	top:50%;
	z-index: 1000;
	height: 560px;
	margin-top: -280px;
	float: right;
}
#fixedmenu ul{
    background-color: transparent;
}
#fixedmenu ul li{
    margin: 10px 0;	
    background-color: #fff;
}
#fixedmenu ul li a{
    display: block;	
    width: 30px;
    height: 30px;
    padding: 8px;
    border: 1px solid #07426A;
    color: #07426A;
    text-align: center;
}
#fixedmenu ul li a:hover{
	background-color: #0087bd;
	color:#fff;
	border: 1px solid #0087bd;
}
.maincontent .contentright{
	float: left;
	margin-left: 1%;
	width: 80%;
	/* margin-bottom: 10px; */
}
.maincontent .contentright .newestlisttable{
	margin-top: 16px;
	margin-bottom: 15px;
}
.maincontent .contentright .newestlistbox{
	 
}
.maincontent .contentright .newestlist {
	border: 1px solid #EBEAEA;
    margin-right: 16px;
    overflow: hidden;
    height: 120px;
    background: url(imgindeximages.png) -241px -600px no-repeat;
}

.maincontent .contentright .newestlist table.list{
	width: 100%; 
	margin-top: 13px;
	height: 105px;
	overflow: hidden;
	border-left:none;
	
}
.maincontent .contentright .newestlist table.list tr{
    height: 25px;
    line-height: 25px;
    overflow: hidden;	
}
.maincontent .contentright .newestlist table.list td{
    /*width: 100%;*/
    /*margin: 0px 2% 0px 3%;*/
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-indent: 26px;
}


.maincontent .contentright .newestlist table.list td.t-r{
	width: 100px;
}
.maincontent .contentright .newestlist table.list td.t-l div {
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.maincontent .contentright .newestlist table.list td.t-l div{
	width: 528px;
	min-width: 370px;
}

.maincontent .contentright .newestlist table.list td span.date{
    margin-right: 20px;	
    color: #A8A8A8;
    text-align: right;
    display: block;
    height: 25px;
    overflow: hidden;
}
.maincontent .contentright .newestlist table.list td a:hover{
	/*color:orange;*/
	color: #ff7110;
}
.maincontent .contentright .sliderimg{
    position: relative;
    top: 0;
    left: 0;
    width: 38.5%;
    height: 120px;
    /*float: right;*/
    overflow: hidden;
}
.maincontent .contentright .sliderimgbox{
    position: relative;
    top: 0;
    left: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.maincontent .contentright .sliderimg .dots{
    position: absolute;	
    bottom: 5px;
    right: 20px;
    z-index: 100;
}
.maincontent .contentright .sliderimg .dots li{
    width: 12px;	
    height: 12px;
    background-color: #BFBFBF;
    display:block;	
    float: left;
    margin: 1px 3px;
    border-radius: 50%;
}
.maincontent .contentright .sliderimg .dots li.current{
	background-color: orange;
}
.maincontent .contentright .sliderimg .content{
    position: relative;	
    height: 120px;
}
.maincontent .contentright .sliderimg .content li{
    position: relative;	
    top: 0;
    left: 50%;
    margin-left: -315px;
    width: 630px;
    height: 120px;
    overflow: hidden;
    vertical-align: top;
}
.maincontent .contentright .sliderimg .content li img{
	width: 100%;
	height: 120px;
}
.maincontent .contentright .sliderimg .content li a{
    width: 100%;	
    height: 120px;
    display: block;
}
.maincontent .contentright .tabslist{
	width:100%;
	height: 165px;
	overflow: hidden;
	clear:both;
	margin-top: 10px;
	/* border: 1px solid #D7D5D5; */
	position: relative;
	top: 0;
	left: 0;
	clear:both;
}
.maincontent .contentright .tabslist ul.tabs{
    background-color: #CDCDCD;
    height: 35px;
}
.maincontent .contentright .tabslist ul.tabs li{
    height: 35px;
    line-height: 35px;
    /* padding: 0px 40px; */
    width: 12.28%;
    text-align: center;
    display: block;
    float: left;
    font-size: 14px;
    cursor: pointer;
}
.maincontent .contentright .tabslist ul.tabs li a{

}
/*.maincontent .contentright .tabslist ul.tabs li:hover{
	color: #fff;
	background-color: #ff7110;
}*/
.maincontent .contentright .tabslist ul.tabs li.current{
    color: #fff;	
    background-color: #07426A!important;
}
.maincontent .contentright .tabslist ul.tabs li.current a{
	color: #fff;
}
.maincontent .contentright .tabslist .tab-content{
    height: 130px;	
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.maincontent .contentright .tabslist .tab-content .tab-content-item{
	width:100%;
	height:100%;
	overflow:hidden;
}

.maincontent .contentright .tabslist .tab-content ul.ul1 li{
	width: 32.7%;
	display: block;
	float: left;
	height: 102px;
	margin-top: 10px;
	margin-right: 0.5%;
	border-right: 1px solid #D7D5D5;
}

.maincontent .contentright .tabslist .tab-content ul.ul1 .more{
	position:absolute;
	right:10px;
	bottom: 15px;
	color: #08436B;
}
.maincontent .contentright .tabslist .tab-content ul.ul1 li.li3{
	border:none;
}
.maincontent .contentright .tabslist .tab-content ul.ul1 li span.title{
	display: block;
	width: 70px;
	/*min-width: 60px;*/
	min-height: 87px;
	text-align: center;
	font-size: 14px;
	margin: 10px 0%;
	float: left;
}
.maincontent .contentright .tabslist .tab-content .tab-content-item1 ul.ul1 li span.title1{
	background: url(imgtabsbg_0.png) center no-repeat;
}
.maincontent .contentright .tabslist .tab-content .tab-content-item3 ul.ul1 li span.title1,
.maincontent .contentright .tabslist .tab-content .tab-content-item4 ul.ul1 li span.title1{
	background: url(imgtabsbg_1.png) center no-repeat;
}
.maincontent .contentright .tabslist .tab-content .tab-content-item1 ul.ul1 li span.title3,
.maincontent .contentright .tabslist .tab-content .tab-content-item3 ul.ul1 li span.title2,
.maincontent .contentright .tabslist .tab-content .tab-content-item4 ul.ul1 li span.title2{
	background: url(imgtabsbg_2.png) center no-repeat;
}
.maincontent .contentright .tabslist .tab-content .tab-content-item1 ul.ul1 li span.title2{
	background: url(imgtabsbg_3.png) center no-repeat;
}
.maincontent .contentright .tabslist .tab-content .tab-content-item5 ul.ul1 li span.title1{
	background: url(imgtabsbg_4.png) center no-repeat
}
.maincontent .contentright .tabslist .tab-content .tab-content-item5 ul.ul1 li span.title2{
	background: url(imgtabsbg_5.png) center no-repeat;
}

.maincontent .contentright .tabslist .tab-content ul.ul1 li.li1 span.title{
	line-height:80px;
}
.maincontent .contentright .tabslist .tab-content ul.ul1 li span.title em{
	font-size:13px;
}
.maincontent .contentright .tabslist .tab-content ul.ul1 li.li2 span.title em,
.maincontent .contentright .tabslist .tab-content ul.ul1 li.li3 span.title em{
    display: block;
    margin-top: 20px;
	
}

.maincontent .contentright .tabslist .tab-content ul.ul1 li dl{
}
.maincontent .contentright .tabslist .tab-content ul.ul1 li dl dd{
    line-height: 25px;	
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
	word-wrap: normal;
}
.maincontent .contentright .tabslist .tab-content ul.ul1 li dl dd a:hover{
	color: #FF7D26;
}
.maincontent .contentright .tabslist .tab-content ul.ul1 li dl dd.hot a{
	color: #FF7D26;
}

.maincontent .contentright .tabslist .tab-content .tab-content-item5 ul.ul1 li{
	width: 49%;
}
.maincontent .contentright .tabslist .tab-content .tab-content-item5 ul.ul1 li.li2{
	margin-right: 0px;
	border: none;
}
.maincontent .contentright .tabslist .tab-content .tab-content-item5 ul.ul1 li.li3{
	display: none;
}
.tab-content .ul2{
	overflow: hidden;
	margin-top: 15px;
}
.tab-content .ulleft{
    width: 49.99%;
	overflow:hidden;
	margin-top:15px;
	float:left;
	vertical-align: top;
}

.tab-content .ulright{
	width: 50%;
	overflow:hidden;
	margin-top:15px;
	float:right;
}
.tab-content .ul2 .t-item{
    display: block;
    float: left;
    width: 48%;
    margin: 0px 1.4% 0px 0.5%;     
    height:25px;
    line-height:25px;
    overflow: hidden;
    background:url(imgindexpoint.png) 0 center no-repeat;
    text-indent: 8px;
}




.tab-content .ulleft .t-item{
     height:25px;
     line-height:25px;
     text-indent: 8px;
     vertical-align: top;
}
.tab-content .ulleft .t-item .t-l{
     height:25px;
     line-height:25px;
     overflow: hidden;
     background:url(imgindexpoint.png) 2.5% center no-repeat;	
}
.tab-content .ulleft .t-item .t-l div{
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tab-content .ulleft .t-item a {
	margin-left: 2.5%;
	/**float: left;*/
	/*display: block;*/
	/*height: 25px;*/
}
.tab-content .ulright .t-item{
	 /*display:block;*/
	 /*float:right;*/
	 width:100%;
	/*  margin: 0px 1% 0px 3%; */
     height:25px;
     line-height:25px;
     overflow: hidden;
}
.tab-content .ulleft .t-item .t-r{
	width: 187px;
	text-indent: 0;
}
.tab-content .ul2 .t-item span.date{
    margin-right:0px;	
    color: #A8A8A8;
}
.tab-content .ulleft .t-item span.date,.tab-content .ulright .t-item span.date{
    margin-right: 20px;	
    color: #A8A8A8;
    height: 25px;
    overflow: hidden;
    display: block;
    text-align: right;
    float: right;
    word-break: break-all;
    text-indent: 0;
}

.tab-content .ul2 .t-item a:hover{
	color:#ff7110;
}
.tab-content .ulleft .t-item:hover a,
.tab-content .ulleft .t-item:hover span.detail,
.tab-content .ulright .t-item a:hover{
	color: #ff7110;
}

/*applist*/
.applist {
    margin-top:0px;
}
.applist .title{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: #07426A;
}
.applist .title  span{	 
    color: #fff;    
    /* padding: 8px 40px; */
    width: 12.28%;
    text-align: center;
    display:block;	
    float: left;
}
.applist .appsbox{
	 /* border: 1px solid #D7D5D5; */
	 position: relative;
	 min-height: 110px;
}
.applist .ulapps{
    overflow: hidden; 
    margin-top: 15px;
    max-width: 1200px;
    width: 100%;
}
.applist .ulapps li{
    display: block;	
    float: left;
    width: 8%;
    height: 110px;
    margin: 0 0 0 2.2%;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
}
.applist .ulapps li.li1{
	margin: 0;
}

.applist .ulapps li a{
    display: block;	
    height: 100%;
    width: 64px;
/*    position: relative;
    top: 0;
    left: 50%;
    margin-left: -32px;*/
    margin: 0 auto
}
.applist .ulapps li span.img{
	display: block;	
    width: 60px;
    height: 60px;
	border: 2px solid #07426A;
	background-repeat: no-repeat;
	background-image: url(imgindeximages.png);
}
.applist .ulapps li.li1 span.img{
	background-position: -2px -0px;
}
.applist .ulapps li.li2 span.img{
	background-position: -2px -60px;
}
.applist .ulapps li.li3 span.img{
	background-position: -2px -120px;
}
.applist .ulapps li.li4 span.img{
	background-position: -2px -180px;
}
.applist .ulapps li.li5 span.img{
	background-position: -2px -240px;
}
.applist .ulapps li.li6 span.img{
	background-position: -2px -300px;
}
.applist .ulapps li.li7 span.img{
	background-position: -2px -360px;
}
.applist .ulapps li.li8 span.img{
	background-position: -2px -420px;
}
.applist .ulapps li.li9 span.img{
	background-position: -2px -480px;
}
.applist .ulapps li.li10 span.img{
	background-position: -2px -540px;
}
.applist .ulapps li span.img:hover{
	background-color: #009DE9;
}
.applist .ulapps li.li1 span.img:hover{
	background-position: -62px -0px;
}
.applist .ulapps li.li2 span.img:hover{
	background-position: -62px -60px;
}
.applist .ulapps li.li3 span.img:hover{
	background-position: -62px -120px;
}
.applist .ulapps li.li4 span.img:hover{
	background-position: -62px -180px;
}
.applist .ulapps li.li5 span.img:hover{
	background-position: -62px -240px;
}
.applist .ulapps li.li6 span.img:hover{
	background-position: -62px -300px;
}
.applist .ulapps li.li7 span.img:hover{
	background-position: -62px -360px;
}
.applist .ulapps li.li8 span.img:hover{
	background-position: -62px -420px;
}
.applist .ulapps li.li9 span.img:hover{
	background-position: -62px -480px;
}
.applist .ulapps li.li10 span.img:hover{
	background-position: -62px -540px;
}
.applist .ulapps li span.name{
    display: block;	
    line-height: 15px;
    padding-top: 5px;
    width: 64px;
/*    position: absolute;
    left:0;*/
    background-color: #fff;
    color: #333333;
}
.applist .more{
    color: #fff;
    float: right;
    margin-right: 20px;
    display:block;
}
/* xapplist*/
.xapplist  a{
    display: block;	
    float: left;
    height: 45px;
    width: 44px;
    margin: 10px;
}
.xapplist  span img{
	width: 100%;
}
.xapplist  span.img{
	display:block;	
    float: left;
	width: 40px;    
	height: 40px;
	border: 2px solid #07426A;
	background-position: center;
	background-repeat: no-repeat;
}
.xapplist  span.img.hover{
	background-color: #009DE9;
	display: none;
}

.xapplist  span.name{
    display: block;	
    line-height: 15px;
    padding-top: 5px;
    width: 64px;
    position: absolute;
    background-color: #fff;
    color: #333333;
}



.videolist{
	width: 64%;
	float: left;
	height: 160px;
	overflow: hidden;
	background-color: #E3E8F4;
	margin-top: 2px;
	position: relative;
}
.videolist .videomore{
	position: absolute;
	right: 0px;
	bottom: 7px;
	z-index: 10;
	width: 50px;
	height: 20px;
	background: url(imgindeximages.png) -181px -459px;
	font-size: 0;
}
.videolist dl.nav{
    float: left;
    width: 18%;
    /* min-width: 127px; */
    line-height: 40px;
    color: #fff;
    /* padding-bottom: 14px; */
}
.videolist dl.nav dt{
	font-size: 14px;
	text-align: center;
	background-color: #07426A;
	height: 40px;
}
.videolist dl.nav dd{
    text-align: left;	
    line-height: 30px;
    height: 30px;
    background-color: #93BDEF;
    text-indent: 20%;
    cursor: pointer;
}
.videolist dl.nav dd.current{
	color:#EB6100;
}

.videolist ul.videocontent{
    /*width: 82%;*/
    width: 100%;
    float: right;
}
.videolist ul.videocontent li.videocontent-item{
    position: relative;	
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*display: none;*/
}
.videolist ul.videocontent li.videocontent-item span.arrowleft{
    width: 20px;	
    height: 30px;
    display: block;
    background: url(imgindeximages.png) -120px -421px no-repeat;
    position: absolute;
    top: 40%;
    left: 2%;
    margin-top: -15px;
    cursor: pointer;
}
.videolist ul.videocontent li.videocontent-item span.arrowleft:hover{
	background: url(imgindeximages.png) -146px -421px no-repeat;
}
.videolist ul.videocontent li.videocontent-item span.arrowright{
    width: 20px;	
    height: 30px;
    display: block;
    background: url(imgindeximages.png) -122px -451px no-repeat;	
    position: absolute;
    top: 40%;
    margin-top: -15px;
    right: 2%;
    cursor: pointer;
}
.videolist ul.videocontent li.videocontent-item span.arrowright:hover{
	background: url(imgindeximages.png) -147px -451px no-repeat;
}
.videolist .videosbox{
    width: 90%;
    margin:  0 auto;
    position: relative;
    overflow: hidden;
}
.videolist dl.videos{
    width: 9999999px;
    height: 160px;
    /* margin:  0 auto; */
    position: relative;
    top: 0;
    left: 0;
    /* border: 1px solid red; */
}
.videolist dl.videos dd{
	position: relative;
	cursor:pointer;
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 29.8px;
	margin-right: 29.8px;
}
.videolist dl.videos dd .hover{
	width: 150px;
	height: 100px;
	position: absolute;
	top:0px;
	left: 0px;
	background: url(imgindeximages.png) -120px -482px no-repeat;
	display: none;
}
.videolist dl.videos dd span.video{
	display:block;
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.videolist dl.videos dd span.videoname{
    color: #0068B7;	
    line-height:16px;
    padding: 3px 0;
    display: block;
    text-align: center;
}
.videolist dl.videos dd span.video img{
	width:100%;
	height:100px;
}
.quicklinks{
	width: 34%;
	height: 160px;
	overflow: hidden;
	float: right;
	background-color: #E0DDDD;
	margin-top: 2px;
}
.quicklinks table.qt th{
	 border:none;
	 line-height: 38px;
	 text-align: center;	
}
.quicklinks table.qt td{
	 border:none;
	/*  line-height: 30px; */
	 line-height: 24px;
	 text-align: center;
}
.quicklinks table.qt a:hover{
	color:#ff7110;
}
@media only screen and (max-width: 1920px){
	.maincontent .contentright{
		width:84%;
	}
	.maincontent .contentright .tabslist ul.tabs li,
	.applist .title span{
		letter-spacing: 4px;
	}
	.maincontent .contentright .sliderimg {
		width: 621px;
	}
	.maincontent .contentright .sliderimg .content li{
		width: 621px;
		margin-left: -310px;
	}
}
@media only screen and (max-width: 1800px){
	.maincontent .contentright{
		width:82%;
	}
}
@media only screen and (max-width: 1500px){
	.maincontent .contentright{
		width:81%;
	}
	.maincontent .contentright .tabslist ul.tabs li,
	.applist .title span{
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 1440px){
	.maincontent .contentright .sliderimg {
		width: 449px;
	}
	.maincontent .contentright .sliderimg .content li{
		width: 449px;
		margin-left: -225px;
	}
}	

@media only screen and (max-width: 1366px){
	.maincontent .contentright .tabslist .tab-content ul.ul1 li{
		width: 49%;
	}
	.maincontent .contentright .tabslist .tab-content ul.ul1 li.li2{
		margin-right: 0px;
		border: none;
	}
	.maincontent .contentright .tabslist .tab-content ul.ul1 li.li3{
		display: none;
	}
	.maincontent .contentright .tabslist ul.tabs li,
	.applist .title span{
		letter-spacing: 0px;
	}
	.maincontent .contentright .tabslist .tab-content ul.ul1 li span.title{
		width:80px;;
	}
	#fixedmenu{
		right:0.5%;
	}
	.maincontent .contentright{
		margin-left: 1%;	
		width: 81%;
	}
	.maincontent .contentright .tabslist .tab-content li span.title{
		margin:10px 0;
	}
}

@media only screen and (max-width: 1280px){
	.maincontent .navleft{
		min-width: 120px;
	}
	.maincontent .navleft ul li{
		margin: 0 6px 20px 5px;
	}
	.maincontent .navleft ul li span.name{
		margin-right: 8%;
	}
	.applist .ulapps li{
	    width: 9%;
	    margin: 0 0 0 1%;
	}
	.videolist .videosbox{
		width: 90%;
	}
	.videolist ul.videocontent li.videocontent-item span.arrowleft{
		left: 1%;
	}
	.videolist ul.videocontent li.videocontent-item span.arrowright{
		right: 1%;
	}
	.videolist dl.nav dt{
		font-size: 12px;
	}
}
@media only screen and (max-width: 1279px){
	.maincontent .contentright .sliderimg {
		width: 319px;
	}
	.maincontent .contentright .sliderimg .content li{
		width: 319px;
		margin-left: -160px;
	}
}
@media only screen and (max-width: 1180px){
	.header .headerbottom .menu ul li{
		padding:0 1%;
	}
	.maincontent .navleft ul li span.name{
		margin-right: 5%;
	}
	.downloadDiv{
		left: 130px;
	}
	.tab-content .ulleft .t-item span.date,.tab-content .ulright .t-item span.date{
   	 	margin-right: 10px;	
	}
}

#footer{margin-top:20px;background-color:#07426a;width:100%;font-size:12px;min-width: 1200px;line-height:20px;}
#footer ul.main{overflow:hidden;padding:30px 0px}
#footer .box-fix-l .logo{width:140px;}
#footer .box-fix-d {}
#footer .box-fix-d dl{overflow:hidden;}
#footer .box-fix-d dl dt{border-left:1px solid #e6eaed;height:170px;_height:200px;overflow: hidden;*margin-left:-2px}
#footer .box-fix-d dl dt .box-content{padding: 10px 15px 5px 15px;overflow: hidden;height: 155px;_height:200px;margin-top:0;margin-left:25px;}
#footer .box-fix-d dl dt:hover  .box-content{background-color:#e6eaed;overflow:visible;width:227px;height:auto;_height:200px;position:absolute;z-index:100}
#footer .box-fix-d dl dt .box-content strong{font-size:16px}
#footer .box-fix-d dl dt ul{overflow: hidden;}
#footer .box-fix-d dl dt li{float:left;width:50%}
#footer .box-fix-d dl dt li:nth-child(odd){width:60%;}
#footer .box-fix-d dl dt li:nth-child(even){width:40%;}
#footer .tdesc{color:#bbb;font-size:16px;margin:5px 0}
#footer .tdesc a:link,.footer .tdesc a:visited{color:#bbb;text-decoration:none;}
#footer .copyright .main{padding:10px 0;overflow:hidden; color:#fff; text-align:center;}
.copyright a,.copyright a:visited{margin:0 5px;color:#fff;}
.copyright a:hover{margin:0 5px;color:red;}
.mainsample{
	width:700px;
	margin:0 auto;
}
.logo_simple{
	text-align:center;
	margin:50px auto 35px;
}
.search_btn{
	height:40px;
}
.simple_search{
	background:#07426a;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width:98px;
    cursor: pointer;
}
.search_btn input{
	height:38px;
	line-height:38px;
	vertical-align: top;
	padding-left: 20px;
	width:580px;
	}
	.search_btn i{
	margin-left:20px;
	font-style: normal;
	}
.simple_search span{
	width:23px;
	height:23px;
	display:inline-block;
	background:url(imagessearch.png);
	left: 10px;
    position: absolute;
    top: 10px;
    width: 23px;
}
.hot_search{
	height:50px;
	line-height:50px;
	font-size:14px;
}
/* metro layout */
.metro-layout { width: 100%; height: 100%; }
.metro-layout .header { height: 20%; position: relative; }
.metro-layout .header h1 { position: absolute; top: 50%; margin-top: -0.6em; left: 50px; padding-left: 0.1em; font-size: 3em; line-height: 1em; }
.metro-layout .header .controls { position: absolute; top: 50%; height: 48px; margin-top: -24px; right: 50px; }
.metro-layout .header .controls span { float: right; width: 48px; height: 48px; margin-left: 5px; opacity: 0.25; filter: alpha(opacity=25); cursor: pointer; background: url(imagessprite.png) no-repeat -999px 0; }
.metro-layout .header .controls span:hover { opacity: 1; filter: none; }
.metro-layout .header .controls span.prev { background-position: 0 0; }
.metro-layout .header .controls span.next { background-position: -48px 0; }
.horizontal .header .controls span.toggle-view { background-position: -96px 0; }
.vertical .header .controls span.toggle-view { background-position: -144px 0; }
.metro-layout .header .controls span.up { background-position: -192px 0; }
.metro-layout .header .controls span.down { background-position: -240px 0; }
.horizontal .header .controls span.up, .horizontal .header .controls span.down, .vertical .header .controls span.prev, .vertical .header .controls span.next { display: none; }
.metro-layout .content { height: 80%; overflow: hidden; margin-top: 20px;}
.metro-layout .content .items { padding: 0; position: relative; overflow: hidden; }
.horizontal .content .items { height: 97%; }
.vertical .content .items {height:310px; }
.metro-layout .box { position:absolute; margin:2px; padding: 0; background: #555; width:136px
; height:101px; text-decoration: none; cursor: pointer; overflow: hidden; color: #fff; background: #00a8ec; z-index: 9; }
.metro-layout .box:hover { opacity: 0.85; filter: alpha(opacity=85); }
.metro-layout .box span { position: absolute; left: 0.5em; top: 0.5em; font-size:14px; font-weight: normal; z-index: 8; }
.metro-layout .box img.icon {   left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    z-index: 7;}
.metro-layout .box img.big { margin-left: -64px; margin-top: -64px; }
.metro-layout .box img.cover { position: absolute; left: 0; top: 0; width: 100%; z-index: 6; }
.metro-layout .width2 { width:415px; }
.metro-layout .width3 { width:101px; }
.metro-layout .width4 { width: 66em; }
.metro-layout .height2 { height:206px;; }
.metro-layout .height3 { height:101px; }
.metro-layout .height4 { height: 38em; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.box10{ top:0;left:0}
.box1{ top:0;left:140px}
.box2{ top:0;left:280px}
.box3{ top:105px;left:0}
.box4{ top:105px;left:140px;}
.box5{ top:210px;left:140px;}
.box6{ top:210px;left:280px;}
.box7{ top:210px;left:385px;}
.box8{ top:210px;left:490px;}
.box9{ top:210px;left:595px;}
.box11{ top:210px;left:0}
#footer .copyright div,#footer .copyright span,#footer .copyright a{ padding:0;line-height: 20px;margin-top:0;}
/*金融街*/
.taxSliver{
	position:absolute;
	top:0;
	right:0;
	width:180px;
	height:160px;
	margin:0px;
	background:url(imgtaxSliverlogo.png) 0 0 no-repeat;
}
.ygzbox{
	width: 266px;
}
.ygz{
	display: block;
	width: 250px;
	height: 120px;
	margin-right:16px;
	background:url(imgygzlogo.jpg) 0 0 no-repeat;
}
#close_float_ad{	
	background: url(imgmoveadclose.png) no-repeat;
	font-size: 0;
	color: transparent;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 8px;
	top: 8px;
}
#footer .copyright div,#footer .copyright span,#footer .copyright a{ padding:0;line-height: 20px;margin-top:0;}
.downContent3 .downImg{
	margin:0 auto;
}
.container .all{
	background:transparent;
}
#ygzbottom{
	position: fixed;
	right: 70px;
	top: 330px;
	z-index:10001;
}
#ygzbottom .close{
	width: 20px;
	height: 20px;
	background: #fff;
	float: right;
	cursor: pointer;
}
#ygzbottom img{
	display:block;
}
.scroller_content{
	overflow:auto;
}