/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 14px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
em{font-style:normal;}
body{min-width:1200px;}
ul, ol{list-style: none;}
a{
	text-decoration: none;color:#333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;} 
input,button,select,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;}
a { text-decoration: none; color: #333; }

a:focus{outline:none;}
a.hidefocus{outline:none}
.button{ border-radius: 0; }
input{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}
.w1200{ width:1200px; margin:0 auto;}
.w1080{ width:1080px; margin:0 auto;}

.tab-content .tabs-nav {
    width: 226px;
    height: 275px;
    overflow: hidden;
    float: left;
}
.tab-content .tab-nav {
    height: 91px;
    background: url(../images/tab_nav.png) no-repeat;
    text-indent: -999em;
    cursor: pointer;
}
.tab-content .tab-nav.nav1.current {
    background-position: -227px 0;
}
.tab-content .tab-nav.nav2.current {
    background-position: -227px -92px;
}

.tab-content .tab-nav.nav3.current {
    background-position: -227px -184px;
}

.tab-content .tab-nav.nav2 {
    background-position: 0 -91px;
}
.tab-content .tab-nav.nav3 {
    background-position: 0 -182px;
}
.tab-content .tab-plane {
    width: 974px;
    height: 275px;
    background: #f8f8f8;
    float: left;
}
.tab-content .tab-plane .news-list {
    padding: 30px 0 0 50px;
}
.tab-content .tab-plane .news-list li {
    width: 210px;
    overflow: hidden;
    line-height: 30px;
    float: left;
}
.news-list li a.tit {
    padding-left: 13px;
    background: url(../images/dot_g_3px.png) no-repeat 2px center;
}