@charset "utf-8";
/* CSS Document */
body{font:12px/140% Arial,"宋体",Helvetica, sans-serif,Verdana;color:#555; margin:0; background:#FFF; }
html,body{-webkit-text-size-adjust:none;}
table,td{font:12px/140% Arial,"宋体",Helvetica, sans-serif,Verdana; color:#555;}
table{border-collapse:collapse; border-spacing:0; empty-cells:show; }
th, td { border-collapse:collapse; }
A:link{text-decoration:none; color:#555;}
A:visited{text-decoration:none; color:#555;}
A:hover{text-decoration:none; color:#d80042;}
img{ border:0; vertical-align:middle;}
div,p,img,ul,ol,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner{   border:none;padding:0 } 
a{blr:expression(this.onFocus=this.blur())} /*for IE*/
a{outline:none;} /*for Firefox*/
ol,ul,li{list-style-type:none;}
.overz{ clear:both; zoom:1; overflow:hidden;}

.w1100{ width: 1100px; margin: 0 auto;}

.header{}
.head{
	margin-top: 16px;
	height: 75px;
	border: 1px solid #ddd;
}
.logo{
	float: left;
	width: 183px;
	height:75px;
	line-height: 73px;
	text-align: center;
}
.logo img{
	max-width: 160px;
	max-height: 72px;
}

.head .head2{
	width: 148px;
	height: 75px;
	float: left;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-width: 0 1px;
	text-align: center;
	line-height: 75px;
}
.head .head2 p{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #777;
}

.nav{
	float: left;
	margin-left: 50px;
	padding-left: 5px;
	background: url(../images/tt02_rkzk.jpg) no-repeat left center;
}
.nav li{
	float: left;
	line-height: 76px;
}

.nav li a{
	display: block;
	padding: 0 16px;
	color: #888;
	font-family: Microsoft YaHei;
	font-size: 15px;
}
.nav li:hover{
	background: url(../images/tt06_5boj.jpg) repeat-x center bottom;
}
.nav li a:hover{
	color: #d80042;
}

/* flexslider */
.flexslider{position:relative;height:516px;margin-top:20px;overflow:hidden;background:url(/images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:516px;}
.flex-control-nav{position:absolute;bottom:26px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:16px;height:16px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:12px;height:12px;border: 2px solid #d80042;border-radius: 8px; opacity: .6;font-size: 0; overflow:hidden;cursor: pointer;transition: all .5s;}
.flex-control-nav .flex-active{background-color: #d80042;opacity: 1;}


.footer{
	font-family: 'Microsoft YaHei';
	font-size: 14px;
}
.foot{
	height: 47px;
	background-color: #eee;
	
	text-align: center;
	line-height: 46px;
	
}
.foot a{color: #666;}
.foot a:hover{ color: #d80042;}
.foot b{
	margin: 0 5px;
	color: #666;
}

.footer .copy{
	margin: 12px 0;
	
    color: #222;
	text-align: center;
}


/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 111.86px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	margin-top: -1px;
	border: 1px solid #d80042;
	border-top: 0px none;
	background-color: #FFF;
	
	padding:6px 0;
}

.dropMenu li {
	line-height:2;
}
.dropMenu a {
	width: auto;
	display: block;
	color: black;
	font-size:14px;
	text-align:center;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color:red;
	background-color:#eee;
}

