﻿@charset 'utf-8';

 
 

.opacity90 {
	background-color: #fff;
	background-color: rgb(255, 255, 255, 0.9);
	opacity: 0.9\0;
	filter: alpha(opacity=90);
}

.opacity60 {
	background-color: #fff;
	background-color: rgb(255, 255, 255, 0.6);
	opacity: 0.6\0;
	filter: alpha(opacity=60);
}

.h100p {
	height: 100px;
}

.w28 {
	width: 28%;
}

.w70 {
	width: 70%;
}


/*****通用样式******/

/*清除浮动*/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.clear {
	clear: both;
}

.db {
	display: inline-block;
}


/* 文字溢出 */

.e {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




/* 底部 */
.footer{
	width: 100%;
	height: 100px;
	background: #1369C0;
}
.footer-centered{
	width: 1200px;
	height: 100px;
	margin: auto;
}
.footer-zt{
	color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-top: 12px;
}
.footer-zt:nth-child(3){
	color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-top: 7px;
}
.footer-left{
	width: 658px;
	float: left;
}
.footer-right{
	float: right;
}
.footer-right img{
	float: right;
	margin-right: 30px;
	margin-top: 12px;
}



/*下拉*/
.xiala{
	width: 1200px;
    margin: 0 auto;
    color: #666;
    overflow: hidden;
    margin-bottom: 10px;
}
.xiala-item{
	width: 240px;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
}
.xiala .active{
	background-color: #f2f2f2;
}
.xiala .active .xiala-i-p{
	color: #1369c0
}
.xiala-i-p{
	display: inline-block;
    height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    background: url(drop-icon.png) no-repeat right center;
}
.xiala .active .xiala-i-p{
    background: url(drop-icon2.png) no-repeat right center;
}
.xiala-hide{
	width: 100%;
	background-color: #f2f2f2;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
}
.xiala-h-item{
	display: none;
	padding: 12px 0 12px 50px;
}
.xiala-hide a{
	font-size: 15px;
	color: #1369c0;
	display: inline-block;
	width: 276px;
	line-height: 35px;
	margin-left: 10px;
}
.footer-left span{
	margin-right: 8px;
}


/*定位*/
.position {
    margin-left: 10px;
    font: 14px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #666666;
    margin: 10px auto;
    width: 1200px;
}
.position .poto {
    font: 14px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #666666;
}
.position .poto:hover{
	color: #1369c0;
}
.pagination{/*分页*/
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}
.pagination a{
    width: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    background: #eee;
    border-radius: 3px;
    margin: 0 6px;
}
.pagination a:hover{
    background: #2760b7;
    color: #fff;
    cursor:pointer;
}
.pagination .first-page,.pagination .last-page{
    width: 78px;
}
.pagination .active{
    background: #1369c0;
    color: #fff;
}


/* 右侧浮动 */
.index-float {
    position: absolute;
    top: 35%;
    right: 10px;
    width: 70px;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    display: none;
}
.index-float a {
  display: inline-block;
  width: 70px;
  height: 65px;
  padding-top: 15px;
  color: #666666;
  font-size: 14px;
  text-align: center;
  position: relative;
  background: #fff;
  border-bottom:1px solid #d5d5d5;
}
.index-float a:hover {
  font-weight: bold;
}
.index-float a p{
	margin-top: 8px;
}
.index-float a .img {
  position: absolute;
  right: 80px;
  top: 0;
  display: none;
}
.index-float a:hover .img{
	display: block;
}