﻿@charset "utf-8";
/* CSS Document */

html {overflow-y:scroll; text-decoration:none;}
body {margin:0; padding: 0; font:12px ,sans-serif; font-family: 微软雅黑; min-width:1160px;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,a{padding:0; margin:0;/*font-size:12px;*//*font-size:22px;font-family: 仿宋;line-height: 300%;*/ }
table,td,tr,th{font-size:12px;}
ol,ul,li { list-style:none; margin:0px; padding:0px;}
a,a:visited { text-decoration:none; cursor: pointer;}
a:hover { text-decoration:none;}
a:focus { outline: none; } 
.ffSong{ font-family:"宋体"}
.ffWRYH{ font-family:"微软雅黑"}

h1,h2,h3,h4,h5 {font-weight:normal; font-style:normal; margin:0 !important;}
.green,.green a ,.green:visited {color:#008000;}
.blue,.blue a ,.blue:visited {color:#1E50A2}
.red,.red a ,.red:visited {color:red;}
.orange,.orange a ,.orange a:visited {color:#ff6600;}
.c333,.c333 a ,.c333:visited {color:#333;}
.c666,.c666 a ,.c666:visited {color:#666;}
.c999,.c999 a ,.c999:visited {color:#999;}
.mt10{margin-top:10px;}
.mt5 {margin-top:5px;}
.fB {font-weight:bold;}
.left {float:left;}
.right {float:right;}
.hidden {display:none;}
.txtCenter {text-align:center;}
.txtRight {text-align:right;}
.clear {clear:both;}
.overf {overflow:hidden;}

.overdot {white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}
.readonly {border:#999999 1px solid; background:#f1f1f1;color:#666666;}
.box {width:1000px;overflow:hidden;margin:10px auto 0;}
.pointer{cursor:pointer}
.t1{font-size: 20px;font-weight: bold;}
.clearfix:after { content:"." !important; display:block !important; height:0 !important; visibility:hidden !important; clear:both !important; } 
.lh40 {
	line-height: 40px
}
.mb30 {
	margin-bottom: 30px
}
.mt40 {
	margin-top: 40px
}
.font-size-64 {
	font-size: 64px
}
.font-size-34 {
	font-size: 34px
}
.font-size-36 {
	font-size: 36px
}
.font-bold {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.font-size-42 {
    font-size: 42px;
}
.mt100 {
    margin-top: 100px;
}
.font-size-24 {
    font-size: 24px;
}
.mt50 {
    margin-top: 50px;
}
.font-size-20 {
    font-size: 20px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
.mt20 {
    margin-top: 20px;
}
.mb80 {
    margin-bottom: 80px;
}
.text-white {
    color: #fff;
}
.mult-overdot2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ad-f { font-size:16px; width:340px; float:left; margin-left:10px; display:inline;}
.ad-f:hover { text-shadow: 1px 0px 0px #000;}

.filter {
	filter:alpha(opacity=70);  /*支持 IE 浏览器*/
	-moz-opacity:0.70; /*支持 FireFox 浏览器*/
	-khtml-opacity: 0.7; /*webkit内核浏览器*/
	opacity:0.70;  /*支持 Chrome, Opera, Safari 等浏览器*/
}