/*--------------------Reset-----------------*/
/** 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;}
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{blr:expression(this.onFocus=this.blur());}
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;}
body{min-width:1280px;}
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}
.wrap{width:1200px;margin:auto;}
.red{color:#d41900;}
.gray{color:#c1c1c1;}
a:hover{color:#f69e2c;}
.margin-bottom-20{margin-bottom:20px;}
/*头部*/
.head{background:#c60000;padding-bottom:26px;}
.head .logo{padding-top:22px;}
.head .top-link{line-height:42px;}
.head .top-link a{color:#fff;}
.head .top-link a.first-child:after{content: "/";display: inline-block;color: #da7d7d;padding:0px 5px;}
.head .search{width:235px;height:33px;margin-top:26px;background-repeat: no-repeat;position:relative;border-radius:15px;border:1px solid #ee4646;}
.head .search .text{width:235px;height:33px;line-height:33px;position:absolute;left:0px;top:0px;background: transparent;font-size:13px;color:#fff;text-indent:20px;}
.head .search .submit{width:20px;height:19px;position:absolute;left:203px;top:7px;background: transparent;background-image:url(../images/en-search_03.png);background-repeat: no-repeat;cursor:pointer;}
/*导航*/
.nav{height:64px;line-height:64px;}
.nav li{float:left;width:150px;position:relative;text-align:center;line-height:64px;}
.nav li a{width:150px;color:#333;font-size:18px;display:block;}
.nav li a:hover{border-bottom:2px solid #b90909;height:62px;}
.nav li a.hover{border-bottom:2px solid #b90909;height:62px;}
.nav li ul{width:150px;position:absolute;left:0px;top:64px;background:url(../images/bs-t_03.png);z-index:55;*z-index:55;_z-index:55;display:none;}
.nav li ul li{line-height:42px;height:42px;}
.nav li ul li a{display:block;color:#333;}
.nav li ul li a:hover{background-color:#b90909;color:#fff;border:none;line-height:42px;}
/*版权*/
.copy{background-color:#ac0101;line-height:102px;color:#fff;}
.copy span{display:inline-block;padding:0px 20px;}