﻿@charset "utf-8";
/* CSS Document */
/*-----------CSS Reset-----------*/
.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}
::selection {
	color:#fff;
    background-color: #7d4431;
}

::-moz-selection {
	color:#fff;
    background-color: #7d4431;
}

::-webkit-selection {
	color:#fff;
    background-color: #7d4431;
}

::-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;
}

body {
    font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #666;
    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: #666;
    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,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.m{
    width: 1180px;
    margin: 0 auto;
}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */






/*top_box*/
.top_box{ height:45px; line-height:45px; border-bottom:1px solid #eee;}
.top{ width:1180px; margin:0 auto;}
.top_left{ width:337px; float:left;}
.top_right{ width:320px; float:right; text-align:right;}
.top_right a{ display:block; background:url(../images/top_line.jpg) no-repeat 0 15px; float:left; width:80px; text-align:center;}

/*header_box*/

.header_box{ width:1180px; margin:50px auto; height:60px;}
.logo_box{ width:450px; float:left;}
.logo{ width:102px; height:100px; float:left;}
.logo img{ width:102px; height:100px;}
.logo_wen{ width:325px; float:right; text-align:center;}
.lg_w1{ font-size:20px; font-weight:bold; color:#333;}
.lg_w2{ font-size:18px;}
.lg_w3{ text-align:center;}

.lg_w{ font-size:24px; font-weight:bold; color:#333;}


.phone_box{ width:300px; float:right; padding-top:10px;}
.phone_tubiao{ background:url(../images/phone.jpg) no-repeat; width:66px; height:80px; float:left;}
.phone{ width:220px; float:right; text-align:center;}
.phone p{ font-size:24px; font-weight:bold; color:#7d4431;}




.fixedNav{position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:100000;
	_position:absolute;
  _top:expression(eval(document.documentElement.scrollTop));}

/*nav_box*/
.nav_box{ background:#eee; height:60px; width:100%; border-top:1px solid #CCC;}
.nav{ width:1180px; margin:0 auto;}
.nav ul li{ float:left; width:107px; text-align:center; background:url(../images/nav_line.jpg) no-repeat 0 25px}
.nav ul li a{ font-size:14px; line-height:60px; display:block; color:#565656;}
.nav ul li a:hover{color:#fff;text-decoration:none; margin:0 auto;  background:#7d4431;}
.nav ul li.another a{color:#fff;text-decoration:none; margin:0 auto;background:#7d4431;}





.foot_box{ width:100%; height:423px; background:url(../images/foot_bg.jpg) repeat;color:#fff;}
.foot_box a{ color:#fff;}
.foot{ padding-top:70px; position:relative;}
.foot_nav{ margin-right:20px; width:200px;}
.foot_nav ul li{ width:100px; height:38px; float:left;}
.copyr.fl{ margin-right:40px; width:238px;}
.copyr.fl p{ line-height:30px;}
.foot_logo {
    width: 189px;
    position: absolute;
    margin-left: 50%;
    left: -94.5px;
    top: -31px;text-align: center;
}
.cont{}
.cont p{ line-height:30px;}
.foot h2{ font-size:13px; font-weight:100;} 
.ewm{ width:141px; height:141px; margin-top:20px;}
