﻿*{
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei", "";
}
*:focus {
    outline: none;
}
body{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    outline: none;
}
a:focus{
    text-decoration: none;
    outline: none;
}
ul,li{
    margin: 0px;
    list-style: none;
}
i{
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-rendering: optimizelegibility;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}
.container{
    min-width:1200px;
}
.media-left,.media-right,.media-top{
    padding:0;
}
.media,.media-heading{
    margin:0;
}
.displaybox{
    display: none;
}
p,.row,dl{
    margin:0;
}
.bx-wrapper {
    margin: 0 auto;
}
.bx-wrapper .bx-viewport {
    box-shadow:none;
    border: none;
    left: 0;
}
header{
    height:144px;
    padding-top:27px;
}
header .set{
    padding:33px 11px 0 0;
}
header .set a{
    float: right;
    display: block;
    font-size:12px;
    color:#333;
    height:33px;
    line-height:33px;
    padding-left:40px;
    background: url(../images/user_icon.png) no-repeat left center;
    margin-left:35px;
}
header .set form{
    float: right;
}
header .set form input{
    height:33px;
    width:195px;
    line-height:31px;
    border:1px solid #dcdcdc;
    border-right:none;
    float: left;
    padding:0 10px;
    color:#333;
    border-radius: 4px 0 0 4px;
}
header .set form button{
    height:33px;
    width:42px;
    background: #f8b551 url(../images/search.png) no-repeat center;
    border:none;
    border-radius:0 4px 4px 0;
}
.wrap{
     min-width:1200px;
 }
.wrap-content{
    border-top:4px solid #dcdcdc;
    background: url(../images/banner_bg.jpg) no-repeat top center;
}
.wrap-content nav{
    position: relative;
}
.wrap-content nav .navlist{
    height:52px;
    border-bottom:3px solid rgba(255,255,255,0.5);
}
.wrap-content nav .navlist>li{
    float: left;
    width:10.5%;
    background: transparent;
    text-align: center;
    position: relative;
    z-index:2;
}
.wrap-content nav .navlist>li>a{
    font-size:18px;
    font-weight: bold;
    background: transparent;
    display: block;
    color:#fff;
    line-height:49px;
}
.wrap-content nav #slider{
    height:53px;
    border-top:4px solid #f8b551;
    background: #0a6f88;
    position: absolute;
    left:0;
    z-index:1;
    top:-4px;
    width:10.5%;
}
.wrap-content nav .navlist>.havsub{
    position: relative;
}
.wrap-content nav .navlist>.havsub>.subnav{
    position: absolute;
    left:0;
    top:49px;
    width:100%;
    background: #0a6f88;
    display: none;
    padding:10px 0;
    z-index:9999;
    border-bottom:4px solid rgba(255,255,255,0.5);
}
.wrap-content nav .navlist>.havsub>.subnav>li>a{
    display: block;
    line-height:24px;
    padding:6px 10px;
    font-size:16px;
    color:#fff;
}
.wrap-content nav .navlist>.havsub>.subnav>li>a:hover{
    background: #299bb8;
}
footer{
 min-width:1200px;
    min-height:115px;
    padding-top:15px;
 padding-bottom:15px;
    background:#7b2a29 url(../images/f_bg.jpg) no-repeat top center;
    text-align: center;
 color:#FFF;
 line-height:26px;
}
footer a{
 color:#FFF;
}
footer p{
    color:#fff;
    font-size: 13px;
    line-height:32px;
    height:32px;
}
footer p i{
    padding:0 24px;
}
footer p img{
    vertical-align: inherit;
    padding-right:10px;
}