﻿@charset "utf-8";

*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:14px;color: #666666;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased}
body{line-height:1.5;min-width:1200px;background-color:#ffffff}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer;color: #666666}
a:hover{text-decoration:none;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
b{font-weight:400}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
/*IE下a:hover 背景闪烁*/
html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}

.w1200{width:1200px;margin:auto}
.w1100{width:1100px;margin:auto}
.w1000{width:1000px;margin:auto}
.tran-all5{-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease}
.tran-all3{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease}

.clear{height:0;clear:both;zoom:1;line-height:0;font-size:0}
.height5{height:5px;clear:both;zoom:1;line-height:0;font-size:0}
.height10{height:10px;clear:both;zoom:1;line-height:0;font-size:0}
.height20{height:20px;clear:both;zoom:1;line-height:0;font-size:0}
.height50{height:50px;clear:both;zoom:1;line-height:0;font-size:0}
.height100{height:100px;clear:both;zoom:1;line-height:0;font-size:0}

.text-l{text-align:left}
.text-r{text-align:right}
.text-c{text-align:center}
.va *{vertical-align:sub !important;*vertical-align:middle !important;_vertical-align:middle !important}
.va-t{ vertical-align:top !important}
.va-m{ vertical-align:middle !important}
.va-b{ vertical-align:bottom !important}

.pos-r{position:relative}
.pos-a{position:absolute}
.pos-f{position:fixed}

.f-l{float: left !important;_display:inline}
.f-r{float: right !important;_display:inline}

.left{ left:0; right:auto}
.right{ right:0; left:auto}
.top{ top:auto; bottom:0}
.bottom{ top:0; bottom:auto}

.text-overflow{overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.over-hide{overflow: hidden;}
.line{ font-size: 0px; line-height: 0px; border-top: solid 1px #e7e7e7; float: none}

.bk-gray{border:solid 1px #e7e7e7}
.radius{border-radius:5px; overflow:hidden}
.round{border-radius:1000px; overflow:hidden}
.circle{ border-radius:50%; overflow:hidden}

.box-shadow{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1)}
.text-shadow{-webkit-text-shadow:0 0 2px rgba(0,0,0,0.2);text-shadow:0 0 2px rgba(0,0,0,0.2)}

.text-white{color:#ffffff;}
.text-main{color:#e6002d}
.bg-white{background:#ffffff}
.bg-000{background:#000000}
.bg-gray{background:#f2f2f1;}
.bg-main{background:#e62129;}

sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}

.content{position:relative;font-size:14px;line-height:25px;overflow:hidden;text-align: left}
.content h3{ margin-top:20px;font-size:16px}

.hide{display:none}[hidden]{display: none}
.hidden{display:none!important;visibility:hidden!important}
.f-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}
.show{display:block}
.invisible{visibility:hidden}

::-webkit-input-placeholder {color:#999999;font-size:14px}
:-moz-placeholder {color:#999999;font-size:14px}
::-moz-placeholder {color:#999999;font-size:14px}
:-ms-input-placeholder {color:#999999;font-size:14px}

@font-face {
  font-family: 'LT_11441';
  src: url('font/LT_11441.eot');
  src: url('font/LT_11441.eot?#iefix') format('embedded-opentype'),
       url('font/LT_11441.woff') format('woff'),
       url('font/LT_11441.ttf')  format('truetype'),
       url('font/LT_11441.svg#LT_11441') format('svg');
}
@font-face {
  font-family: 'impact';
  src: url('font/impact.eot');
  src: url('font/impact.eot?#iefix') format('embedded-opentype'),
       url('font/impact.woff') format('woff'),
       url('font/impact.ttf')  format('truetype'),
       url('font/impact.svg#impact') format('svg');
}


/*head*/
.head{position:fixed;left:0;top:0;z-index:999;width:100%;height:80px;background-color:rgba(0,0,0,0.8);}
.head .logo{float: left;height:57px;margin-left:5%;margin-top:11px}
.head .logo img{height:57px}
.head .search{float: right;height:28px;line-height:28px;margin-top:25px;margin-right:5%;padding:0 10px 0 20px;border:1px solid #7f756f;border-radius:50px}
.head .search input{float: left;width:120px;height:28px;line-height:28px;color:#ffffff;border:0;background:none}
.head .search button{float: left;width:28px;height:28px;line-height:28px;background:url(../imgs/search.png) no-repeat center center;border:0;cursor:pointer}
.head .search ::-webkit-input-placeholder {color:#ffffff;font-size:14px}
.head .search :-moz-placeholder {color:#ffffff;font-size:14px}
.head .search ::-moz-placeholder {color:#ffffff;font-size:14px}
.head .search :-ms-input-placeholder {color:#ffffff;font-size:14px}

.head.head-index{border-bottom:1px solid rgba(255,255,255,0.15);background: none}

/*nav*/
.head .navs{float: right;height:30px;line-height:30px;margin-top:25px;}
.head .navs li{float: left;margin-right:50px}
.head .navs li a{color:#ffffff}



/*foot*/
.foot{padding:60px 0 100px;text-align:center;background:#333333}
.foot dl{display:inline-block;margin:0 80px;text-align: left;line-height:2;vertical-align:top}
.foot dl dt a{color:#ffffff}
.foot dl dd a{color:#999999;font-size:13px}

.footer{width:100%;padding:20px 0;background:#222222}
.footer a.wx{float: left;margin-left:5%;width:50px;height:50px;background: url(../imgs/wx.png) no-repeat center center}
.footer .f-tel{float: left;margin-left:50px;margin-top:15px;line-height:20px;padding-left:30px;font-size:22px;color:#ffffff;font-family:arial;background:url(../imgs/tel.png) no-repeat left center}
.footer .con{float: right;margin-right:5%;max-width:60%;text-align: right;padding:15px 0;line-height:20px;font-size:12px;color:#808080;font-family:arial;}
.footer .con span{margin-left:50px}
.footer .con a{color:#808080}







