/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-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);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

 ::selection {
	background-color: #e60012;
	color: #fff;
}

::-moz-selection {
	background-color: #e60012;
	color: #fff;
}

::-webkit-selection {
	background-color: #e60012;
	color: #fff;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 '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 {
    text-decoration: none;
}

a:link,
a:active,
a:visited {
    text-decoration: none;
}

a:hover{text-decoration: underline}

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;
}

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;
}

/*公共样式*/
.container{max-width:1000px;}
.con_w{max-width:1000px;margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
.white a{color:#fff;}
.bor_rad img{border-radius:50%; -webkit-border-radius:50%;-moz-border-radius:50%;}
.no_wrap{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.no_wrap a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display:inline-block;}
.blue{color:#93c1ea;}
/* top*/

.top{ background: #333333;height:36px;line-height:36px;padding:0 50px;overflow:hidden;}
.top a,.top p{color:#fff;font-size:14px;}
.top .top_con{float:left;margin-left:50px;}
.top .top_con li{float:left;margin-right:15px;}
.top .top_con li.line{color:#fff;}

/*nav*/
.nav_box{ background: #C38A56;height:70px;line-height:70px;}
.nav_box .logo{font-size:28px;margin-right:50px}
.nav_box nav li{font-size:18px;margin-right:50px;float:left;}
.nav_box nav li.hov{font-weight:bold;}
.nav_box .search{margin-top:15px;}
.nav_box .search a{ background:#a67549;width:40px;height:40px;border-radius:50%; -webkit-border-radius:50%;-moz-border-radius:50%;display:block;}
.nav_box .search a.fl:hover {
    background: #8d5522;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.nav_box .search a i{ background: url(../images/search.png) no-repeat center;width:18px;height:18px;display:block;padding:20px;}
.nav_box .search span a{ background: none;}
.nav_box .search span img{width:40px;height:40px;border-radius:50%; -webkit-border-radius:50%;-moz-border-radius:50%;display:block;margin-left:15px;}



.footer {
    background-color: #eee;
    text-align      : center;
    padding         : 2rem;
    margin-top:40px;
clear:both;}

.footer .nav-links a {
    padding: 0 1em;color:#333;
}

div.slideBox{ position:relative; width:721px; height:300px; border-radius:0px !important;overflow:hidden;}
div.slideBox ul.items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li{ float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li a{ float:left; line-height:normal !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox ul.items li a img{ margin:0px !important; padding:0px !important; display:block; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:50px; background-color:#000; overflow:hidden;}
div.slideBox div.tips div.title{ position:absolute; left:0px; top:0px; height:100%;}
div.slideBox div.tips div.title a{ color:#FFF; font-size:18px; line-height:50px; margin-left:10px; text-decoration:none;}
div.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
div.slideBox div.tips div.nums{ position:absolute; right:0px; top:0px; height:100%;}
div.slideBox div.tips div.nums a{ display:inline-block; >float:left/*For IE.ADD.JENA.201206300844*/; width:20px; height:20px; background-color:#FFF; text-indent:-99999px; margin:15px 10px 0px 0px;}
div.slideBox div.tips div.nums a.active{ background-color:#093;}


