@charset "utf-8";
/*全局*/
::selection { color: #fff; background-color: #b89b7c; }
::-moz-selection { color: #fff; background-color: #b89b7c; }
::-webkit-selection { color: #fff; background-color: #b89b7c; }
::-webkit-scrollbar { width: 8px; height: 8px; background-color: #F5F5F5; }
::-webkit-scrollbar-track { border-radius: 10px; background-color: #E2E2E2; }
::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #555; }
* { padding: 0; margin: 0; font-family: "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; }
body { font: 14px/1.231 "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; color: #333; margin: 0; line-height: 1.5; }
:focus { outline: 1; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
li, ul { list-style-type: none; }
img { border: none; }
a { color: #333; font-size: 14px; text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
a:link, a:hover, a:active, a:visited {  text-decoration: none;  }
input, textarea {  outline: 0;  border: 0;  }
textarea {  resize: none;  }
h1, h2, h3, h4, h5, h6, dl, dd, dt, em {  font-weight: normal;  font-style: normal; }

/*通用*/
.container {width:1180px; margin:0 auto;}
.lf   {float:left;}
.rt  {float:right;}
.clear  {clear:both;}

/*header*/
.header { background-color: #353537; width: 100%; height: 125px; }
.header .top{ border-bottom: 1px solid #515154; color: #69696e; font-size: 12px; line-height: 40px;}
.header .top .top_box span { padding-left: 194px;}
.header .top .top_box h4 { padding-left: 130px; font-size: 14px; color: #fff;}
.header .top .top_box a{ color: #69696e; padding:0 3px;font-size: 12px; }
.header .header_box { position: relative; }
.header .header_box .logo { position: absolute; left: 0; top:-41px; width: 168px; height: 173px; z-index: 1;}
.header .header_box .logo img { width:100%; height:100%; }

/*nav*/
.nav{ position: absolute; top:33px; right: 0; width: 1027px;}
.nav .nav_box li { float: left; margin-left: 41px;}
.nav .nav_box li a { color: #fff; transition: all .5s}
.nav .nav_box li.another a { background: url("../images/icon1.png") no-repeat center bottom; padding-bottom: 10px;  }
.nav .nav_box li:hover a { background: url("../images/icon1.png") no-repeat center bottom; padding-bottom: 10px; }
.fixedNav {  position: fixed;  top: 0;  left: 0;  width: 100%;  z-index: 9999; background-color: #353537; height: 60px; line-height: 60px;  }
.fixedNav .nav_box { width: 1180px; margin: 0 auto; }


/*foot*/
.foot .fnav { color: #fff; background-color: #b89b7c; width: 100%; line-height: 60px; }
.foot .fnav .fnav_box a { line-height: 60px; color: #fff; padding:0 26px; }

.foot .f_not { background: url("../images/foot.png") no-repeat center; width: 100%; height: 227px;}
.foot .f_not .f_not_box .foot2 { color: #fff; font-size: 14px; line-height: 24px; padding-top: 40px;}
.foot .f_not .f_not_box .foot2 h2 { font-size: 14px; }
.foot .f_not .f_not_box .foot2 span { margin: 0 5px; }
.foot .f_not .f_not_box .foot2 a { color: #fff; margin:0 5px;}

.foot .f_not .f_not_box .foot3 img { width: 120px; height:120px; padding-top: 55px; padding-right: 80px;}













