/* 公共样式 */
* {
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei";
}

ul,li {
    list-style: none;
}

img {
    border: 0 none;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* 进本样式 */
.container {
    width: 1000px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

body {
    font-family: "Microsoft YaHei,Arial";
    background: url("../images/body02.jpg");
}

/* 头部开始 */
.top {
    height: 95px;
    width: 100%;
    background: #FFF;
}

.header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.logo {
    float: left;
    margin-top: 34px;
}

/* 导航开始 */
.nav {
    float: left;
    margin-top: 46px;
    margin-left: 136px;
}

.nav ul li {
    float: left;
}

.nav ul > li > a {
    color: #000;
    font-family: Microsoft YaHei;
    vertical-align: middle;
    font-size: 16px;
    padding: 30px 15px;
    line-height: 25px;
}

.nav ul > li > li.active > a:hover,
.nav ul > li > a:hover {
    color: #F00;
}

.nav ul > li.active > a {
    color: #F00;
}

.nav ul > li.active > a:hover {
    color: #F00;
}

.nav ul > li > img {
    vertical-align: middle;
}

.nav ul > li > ul {
    display: none;
    padding: 0px 3px;
    border-top: 2px solid transparent;
    z-index: 99;
    height: 38px;
    background: #fff;
    text-align: left;
    opacity: .93;
    position: absolute;
    top: 96px;
    left: 0px;
    width: 994px;
    background: rgba(255,255,255,0.9);
}

/* .nav ul > li:hover > ul {
    display: none;
} */

.nav ul > li > ul > li > a {
    color: #000;
    padding: 0px 15px;
    line-height: 34px;
    font-size: 14px;
}

.nav ul > li > ul > li > a:hover {
    color: #F00;
}

.search {
    float: right;
    background: #c1272d;
    line-height: 20px;
    margin-top: 47px;
    width: 100px;
}

.search a {
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    margin: 3px 0;
}

.center {
    text-align: center;
}
/* 导航结束 */

/* banner开始 */
.banner {
    margin: 0 auto;
    width: 1000px;
}

.flexslider {
    position: relative;
    width: 1000px;
    height: 405px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slider li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a{
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url("../images/ad_ctr.png") no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25)
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25)
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url("../images/dot.png") no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 10px;
    cursor: pointer;
    position: relative;
    background-position: 0px 0px;
}

.flex-control-nav li.active a {
    background-position: -13px 0;
}

.flexslider .slider a img {
    width: 1000px;
    height: 405;
    display: block;
}
/* banner结束 */

/* 左侧导航 */
.con-box{ 
    margin: 0px auto;
    background: #fff;
    width: 1000px;
    height: auto;
}

.con-right{
    width: 550px; 
    float: left; 
    min-height: 400px; 
    background: #fff; 
    padding: 50px 105px;
}

.con-right h3{ 
    color:#000; 
    font-size: 22px; 
    font-weight: inherit; 
    text-align: left;
    font-family: 'Microsoft YaHei'
}

.con-right p{ 
    font-size: 12px; 
    color:#000000; 
    line-height: 30px;
}

.sidebar{ 
    width: 240px; 
    background: #c1272d; 
    min-height: 500px; 
    float: left;
}

.sidebar{ 
    width:240px;  
    float:left;
}

.sidebar ul li{ 
    width:240px; 
    line-height:40px; 
    text-align:left; 
    text-indent:50px;   
    padding-bottom:1px;
}

.sidebar ul li a:hover { 
    background:#000; 
    color:#fff;
}

.sidebar ul li a{ 
    line-height: 40px; 
    color:#fff; 
    display: block; 
    width: 100%; 
    height: 40px; 
    font-size: 14px; 
    letter-spacing: 1px; 
    font-weight: 800; 
    font-family: 'Microsoft YaHei'; 
    background: url("../images/si-list-bottom.png") center bottom no-repeat; 
}

.sidebar ul li.selected{ 
    background:#840000; 
    color:#fff;
}

.sidebar ul li.sub-selected{ 
    background:#500101; 
    color:#fff;
}

.sidebar ul li ul { 
    width: 100%;
    display: none;
}

.sub-menu a{ 
    text-indent:64px;
}

.subNavBox{ 
    color:#fff; 
    margin-top: 50px;
}

/* footer */
.footer{ 
    background: #4e4e4e; 
    width: 1000px; 
    margin: auto; 
    padding: 13px 0; 
    text-indent: 25px; 
    text-align: center;
}
.footer p{ 
    color: #969696; 
    font-size: 12px; 
    text-align: center; 
    font-family: Microsoft YaHei;  
    line-height: 20px; 
}

.headStyle1pa49ffpka a:link{
    background: #427db1;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
}