
ul {padding:0;margin:0;list-style:none}
html a{text-decoration:none; outline:none;}
html a:hover{ text-decoration:none; outline:none;}
html a:active{text-decoration:none; outline:none;}
html a:after{text-decoration:none; outline:none;}
html a:before{text-decoration:none; outline:none;}
html a:link{text-decoration:none; outline:none;}
em{font-style: normal;}
body{
    /*font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;*/
    /*font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;*/
    font-family: Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
}

/*常用*/
.hidden{
    display: none;
}
.clear{
    clear:both;
    display:block; 
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0
}
.floor{
    overflow: hidden;
}
/*段落标题*/
.section_box{
}
.section_box .title{
    float: left;
    font-size: 18px;
    line-height: 20px;
    border-left: 2px solid red;
    color: #4c4c4c;
    margin: 21px 0 20px 2px;
    padding: 0 0 0 6px;
}
.section_box .more{
    float: right;
    line-height: 60px;
    font-size: 16px;
    color:     #9f9f9f;
}

/*图文数据列表2*/
.index_list_2{
}
.index_list_2 .item{
    float: left;
    width: 32.5%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 36px;
    cursor: pointer;
}
.index_list_2 .item.last{
    margin-right: 0px;
}
.index_list_2 .item .img{
    background: #efefef none repeat scroll 0 0;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.index_list_2 .item .img img:hover{
    /*box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);*/
    /*transform: translateY(-4px);*/
    /*transition: all 0.3s ease-in-out 0s;*/
    opacity: 0.7;
}
.index_list_2 .item .img img{
    width: 100%;
    display: block;
}
.index_list_2 .item .summary{
    width: 100%;
    color: #4c4c4c;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    display: block;
}
.index_list_2 .item .summary:hover{
    color: red;
}

/*主体*/
.container{
    width: 1180px;
    margin: 0 auto;
    padding: 0;
}
.container .slogen{
    width: 100%;
    line-height: 130px;
    color: #ccc;
    text-align: center;
    font-size: 28px;
    color: #5e5e5e;
    font-family: font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
    font-style: normal;
    
    border-bottom: 1px solid #e6e6e6;
}
.container .slogen_2{
    width: 100%;
    line-height: 130px;
    color: #ccc;
    text-align: center;
    font-size: 28px;
    color: #5e5e5e;
    font-family: font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
    font-style: normal;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 0 0;
}
/*筛选框*/
.filter_box{
    margin: 36px 0 -10px 0;
}
.filter_box .item{
    margin: 0 0 18px 0;
}
.filter_box .item label{
    float: left;
    color: #4c4c4c;
    margin: 0 22px 0 0;
}
.filter_box .item .item_box{
    float: left;
    width: 1090px;
}
.filter_box .item a{
    float: left;
    color: #4c4c4c;
    margin: 0 8px 6px 0;
    padding: 1px 6px 2px 6px;
}
.filter_box .item .current{
    background: red;
    color: #fff;
}
.filter_box .item .item_box2{
    float: left;
    width: 1050px;
}
.filter_box .item .item_box2 a{
    width: 180px;
}

/*首页顶部*/
.index_main_banner{
    position: relative;
}
.index_main_banner .index_head_box{
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.index_main_banner .index_head_box .index_head{
    width: 1180px;
    margin: 0 auto;
    padding: 0 0 0 0;
    height: 66px;
}
.index_main_banner .index_head_box .index-loge{
    float: left;
    height: 38px;
    margin: 10px 0 0 0;
}
.index_main_banner .index_head_box .index-loge img{
    height: 100%;
    display: block;
}
.index_main_banner .index_head_box .header_activity_box{
    float: left;
    width: 100px;
    margin: 20px 0 0 58px;
    cursor: pointer;
}
.index_main_banner .index_head_box .header_activity_box .header_activity_img{
    width: 100%;
    display: block;
}
.index_main_banner .index_head_box .index-nav{
    float: right;
    margin: 0 0 0 0;
    
}
.index_main_banner .index-nav ul{
    width: 100%;
}
.index_main_banner .index-nav ul li{
    float: right; 
    font-size: 16px;
    padding: 0 0 0 0;
    position: relative;
}
.index_main_banner .index-nav ul li:hover a{
    color: #f00;
    border-bottom:2px solid #f00;
}
.index_main_banner .index-nav ul li a{
}

.index_main_banner .index-nav ul .current{
    color: #f00;
    border-bottom:2px solid #f00;
}
.index_main_banner .index-nav ul a{
    margin: 0 0 0 60px;
    text-decoration:none;
    color: #fff;
    display: inline-block;
    line-height: 62px;
}
.index_main_banner .index_head .col-md-8 div .hover{
    color: #f00;
    border-bottom: 2px solid #f00;
}
/*首页主banner*/
.index_main_banner .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 200;
}
.index_main_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    padding: 0 0 0 0;
    width: 100%;
    cursor: pointer;
}
.index_main_banner .swiper-slide .index_banner_text{
    margin: 0 auto;
    /*width: 46%;*/
    /*max-width: 691px;*/
    padding: 18.5% 0 0 0;
    color: #fff;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
.index_main_banner .swiper-slide .index_banner_text .text_1{
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 0 36px 0;
}
.index_main_banner .swiper-slide .index_banner_text .text_2{
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
}
.index_main_banner .swiper-slide .index_banner_text_2{
    margin: 0 auto;
    /*width: 80%;*/
    /*max-width: 1300px;*/
    padding: 20% 0 0 0;
    color: #fff;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
.index_main_banner .swiper-slide .index_banner_text_2 .text_3{
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 0 36px 0;
}
.index_main_banner .swiper-slide .index_banner_text_3{
    margin: 0 auto;
    /*width: 28%;*/
    /*max-width: 660px;*/
    padding: 8.6% 0 0 0;
    color: #fff;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
.index_main_banner .swiper-slide .index_banner_text_3 .text_4{
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 38px 0 22px 0;
}
.index_main_banner .swiper-slide .index_banner_text_3 .text_5{
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 3px;
}
.index_main_banner .swiper-container-v {
    background: #eee;
}

.index_main_banner .index_banner_1{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index_main_banner .index_banner_2{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index_main_banner .index_banner_3{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index_main_banner .index_banner_4{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index_main_banner .swiper-pagination-bullets{
    bottom: 60px;
}
.index_main_banner .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #939393;
    opacity: 1;
    margin: 0 8px;
}
.index_main_banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 16px;
    height: 16px;
    background: #fe0000;
}
/*首页第2段*/
.index_section_2_bg{
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size:100% auto;
    position: relative;
}
.index_section_2_bg .index_section_2_img_1{
    margin: 4.5% 0 0 0;
    width: 18%;
    max-width: 220px;
    display: inline-table;
}
.index_section_2_bg .index_section_2_img_2{
    margin: 1.6% 0 0 0;
    width: 22%;
    max-width: 450px;
    display: inline-table;
}
.index_section_2_bg .index_section_2_img_3{
    margin: 3% 0 0 0;
    width: 12%;
    max-width: 230px;
    display: inline-table;
}
.index_section_2_bg .index_section_2_img_4{
    margin: 2% 0 0 0;
    width: 72%;
    max-width: 1180px;
    display: inline-table;
}

.index_section_2_bg .index_section_2_title_1{
    margin: 4.5% 0 0 0;
    font-size: 60px;
    line-height: 60px;
    color: #fe0000;
    display: inline-table;
}
.index_section_2_bg .index_section_2_title_2{
    margin: 1% 0 0 0;
    font-size: 42px;
    line-height: 42px;
    color: #000000;
    font-weight: 300;
    letter-spacing: 5px;
    display: inline-table;
}
.index_section_2_bg .index_section_2_title_3{
    margin: 4.5% 0 0 0;
    font-size: 26px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 5px;
    display: inline-table;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
.index_section_2_bg .index_section_2_title_3 span{
    color: #fe0000;
}
.index_section_2_bg .index_section_2_title_3_sub{
    margin: 10px 0 0 0;
    font-size: 17px;
    line-height: 17px;
    color: #000000;
    display: inline-table;
}
.index_section_2_bg .index_section_2_title_4{
    margin: 1.3% 0 0 0;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 3px;
    font-weight: 300;
    display: inline-table;
}

.index_section_2_bg .service_item_list{
    margin: 3.8% 0 0 0;
    text-align: center;
}
.index_section_2_bg .service_item_list .item{
    display: inline-table;
    width: 18%;
    max-width: 260px;
}
.index_section_2_bg .service_item_list .item img{
    display: inline-table;
    width: 45%;
    cursor: pointer;
    opacity: 1;
}
.index_section_2_bg .service_item_list .item .item_name{
    font-size: 16px;
    line-height: 16px;
    margin: 13px 0 13px 0;
}
.index_section_2_bg .service_item_list .item .item_content{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

/*首页第3段*/
.index_section_3_box{
    position: relative;
    background-size:cover;
    background-repeat: no-repeat;
}
.index_section_3_box .index_section_3_text_1_bg{
    position: relative;
}
.index_section_3_box .bus-left-img{
  margin: 16% 0 60px 121px;
  width:58%;
  max-width: 379px;
}
.index_section_3_box .index_section_3_text_1{
    position: absolute;
}
.index_section_3_box .bus-left-img2{
    margin: 0 0 0 121px;
    width: 86%;
    position: relative;
}
.index_section_3_box .bus-left-img2 img{
    width: 100%;
    display: block;
}
.index_section_3_box .bus-left-img2_text{
    color: #f5f5f5;
    font-size: 16px;
    position: absolute;
    bottom: 60%;
    left: 0px;
    line-height: 30px;
    letter-spacing: 2px;
}
.index_section_3_box .bus-left{
    margin-left: 118px;
    margin-top: 60px;
    background-color: #f00;
    color: #fff;
    height: 60px;
    width: 160px;
    border-radius:45px;
    text-align: center;
    line-height: 60px;
    text-decoration:none;
    color: #fff;
    font-size: 24px;
    display: block;
}
.index_section_3_box .bus-left:hover{
    background: #fff;
    color: #f00;
}
.index_section_3_box .bus--rt{
    width: 92%;
    min-width: 600px;
    background:#fff;
    margin-top: 7%;
    padding: 5% 0 1% 4%;
}
.index_section_3_box .bus--rt .row{
    margin: 0 0 4% 0;
}
.index_section_3_box .bus--rt img{
    float: left;
    margin: 0 24px 0 0;
    width: 22%;
}
.index_section_3_box .bus--rt .row h2{
  margin-top: 2.5%;
  font-size: 20px;
  font-weight: bold;
}
.index_section_3_box .bus--rt .row .h2{
  margin-top: 2.5%;
  font-size: 20px;
  display: block;
  color: #333;
}
.index_section_3_box .bus--rt .row .h2:hover{
    color: #f00;
}
.index_section_3_box .bus--rt .row p{
    font-size: 13px;
    margin-top: 10px;
    color: #727272;
    line-height: 22px;
}
.index_section_3_box .bus--rt .col-md-6{
    padding: 0 0 0 0;
}

/*首页第4段*/
.index_section_4_box{
    background-color: #202020;
    width:100%;
}
.index_section_4_box .index_section_4_img_title{
    width: 100%;
    height: 20%;
}
.index_section_4_box .index_section_4_img_title .index_section_4_img_title_text{
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    width: 100%;
}
.index_section_4_box .index_section_4_img_title .index_section_4_img_title_text .text_1{
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
.index_section_4_box .index_section_4_img_title .index_section_4_img_title_text .text_1 span{
    color: #ff0101;
}
.index_section_4_box .index_section_4_img_title .index_section_4_img_title_text .text_2{
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin: 12px 0 16px 0;
}
.index_section_4_box .index_section_4_img_title .index_section_4_img_title_text .text_3{
    font-size: 24px;
    line-height: 24px;
    color: #fefefe;
    font-weight: 300;
    letter-spacing: 6px;
}
.index_section_4_box .col-md-2{
    padding: 0 0 0 0;
    height: 27%;
    background: #464646;
    position: relative;
}
.index_section_4_box .col-md-2:hover{
    background: #101010;
}
.index_section_4_box .col-md-2 img{
    width: 100%;
}
.index_section_4_box .col-md-2 img:hover{
    opacity: 0.7;
}
.index_section_4_box .col-md-2 .item_text{
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 39%;
    font-size: 14px;
    letter-spacing: 1px;
}
.index_section_4_box .col-md-2 .item_text span{
    font-size: 20px;
    letter-spacing: 2px;
}

/*首页第5段*/
.index_section_5_box{
}
.index_section_5_box .index_section_5_img_title{
    width: 100%;
    text-align: center;
    height: 22%;

}
.index_section_5_box .index_section_5_img_title img{
    margin: 2.8% 0 0 0;
    height: 50%;
    max-width: 392px;
    display: inline-table;
}
.index_section_5_box .index_section_5_img_title .index_section_5_img_title_text{
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    width: 100%;
}
.index_section_5_box .index_section_5_img_title .index_section_5_img_title_text .text_1{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #202020;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
.index_section_5_box .index_section_5_img_title .index_section_5_img_title_text .text_1 span{
    color: #ff0101;
}
.index_section_5_box .index_section_5_img_title .index_section_5_img_title_text .text_2{
    font-size: 19px;
    line-height: 19px;
    margin: 16px 0 0 0;
    font-weight: 200;
    color: #333;
}
.index_section_5_box .swiper-container{
    width: 100%;
    height: 78%;
}
.index_section_5_box .swiper-container .swiper-slide {
    background-position: top center;
    background-size: 100% auto;
}
.index_section_5_box .swiper-container .swiper-slide .index_section_5_img_bg_1{
    position: absolute;
    width: 100%;
    height: 38%;
    left: 0;
    bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
    padding: 16% 0 0 0;
}
.index_section_5_box .swiper-container .swiper-slide .index_section_5_img_bg_2{
    position: absolute;
    width: 100%;
    height: 38%;
    left: 0;
    bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
    padding: 16% 0 0 0;
}
.index_section_5_box .swiper-container .swiper-slide .index_section_5_img_bottom_1{
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: #fff;
}
.index_section_5_box .swiper-container .swiper-slide .index_section_5_img_bottom_2{
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: #464646;
}
.index_section_5_box .swiper-container .swiper-slide .index_section_5_img_icon{
    display: inline-table;
    width: 16%;
    max-width: 80px;
    margin: 0 0 1% 0;
    z-index: 100;
}
.index_section_5_box .swiper-container .swiper-slide .index_section_5_img_text_1{
    display: inline-table;
    color: #222222;
    font-size: 16px;
    line-height: 16px;
    margin: 8px 0 0 0;
}
.index_section_5_box .swiper-container .swiper-slide .index_section_5_img_text_2{
    display: inline-table;
    color: #fefefe;
    font-size: 16px;
    line-height: 16px;
    margin: 8px 0 0 0;
}
.index_section_5_box .swiper-button-prev {
    left: 20px;
    background-size: 100% auto;
    width: 44px;
    height: 77px;
}
.index_section_5_box .swiper-button-next {
    right: 20px;
    background-size: 100% auto;
    width: 44px;
    height: 77px;
}

/*首页第6段*/
.index_section_6_box{
    background: #222222;
    text-align: center;
}
.index_section_6_box .index_section_6_img_title{
    margin: 0 auto;
    position: relative;
    height: 24%;
}
.index_section_6_box .index_section_6_img_title img{
    margin: 3% 0 3% 0;
}
.index_section_6_box .index_section_6_img_title .index_section_6_img_title_text{
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    width: 100%;
}
.index_section_6_box .index_section_6_img_title .index_section_6_img_title_text .text_1{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #fff;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
.index_section_6_box .index_section_6_img_title .index_section_6_img_title_text .text_1 span{
    color: #ff0101;
}
.index_section_6_box .index_section_6_img_title .index_section_6_img_title_text .text_2{
    font-size: 19px;
    line-height: 19px;
    font-weight: 300;
    margin: 16px 0 0 0;
    color: #dddddd;
}
.index_section_6_box .case_more{
    position: absolute;
    right: 6.6%;
    top: 32%;
    border: 2px solid red;
    text-align: center;
    border-radius: 45px;
    padding: 6px 36px;
    text-align: center;
    text-decoration:none;
    color: #fff;
    font-size: 25px;
}
.index_section_6_box .case_more:hover{
    background: red;
}
.index_section_6_box .case-content{
    text-align: center;
}
.index_section_6_box .case-content .case-content-box{
    width: 20%;
    display: inline-table;
    margin: 0 1% 2% 1%;
}
.index_section_6_box .case-content-box img{
    max-width: 400px;
    width: 100%;
}
.index_section_6_box .case-content-box img:hover{
    opacity: 0.7;
}
.index_section_6_box .case-content p{
    color: #e0e0e0;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 13px 0 0 0;
}
.index_section_6_box .case-content p:hover{
    color: #fe0000;
}
/*首页第7段*/
.index_section_7_box{
    background: #2a2a2a;
    text-align: center;
}
.index_section_7_box .index_section_7_img_title{
    margin: 0 auto;
    position: relative;
    height: 22%;
}
.index_section_7_box .index_section_7_img_title img{
    margin: 3% 0 3% 0;
}
.index_section_7_box .index_section_7_img_title .index_section_7_img_title_text{
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    width: 100%;
}
.index_section_7_box .index_section_7_img_title .index_section_7_img_title_text .text_1{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #fff;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
.index_section_7_box .index_section_7_img_title .index_section_7_img_title_text .text_1 span{
    color: #ff0101;
}
.index_section_7_box .index_section_7_img_title .index_section_7_img_title_text .text_2{
    font-size: 19px;
    line-height: 19px;
    font-weight: 200;
    margin: 16px 0 0 0;
    color: #dddddd;
}
.index_section_7_box .friend_more{
    position: absolute;
    right: 6.6%;
    top: 32%;
    border: 2px solid red;
    text-align: center;
    border-radius: 45px;
    padding: 6px 36px;
    text-align: center;
    text-decoration:none;
    color: #fff;
    font-size: 25px;
}
.index_section_7_box .friend_more:hover{
    background: red;
}
.index_section_7_box .index_section_7_img_1{
    max-width: 1746px;
    height: 76%;
    text-align: center;
}
.index_section_7_box .index_section_7_img_1 img{
    height: 100%;
    display: inline-table;
}
.index_section_7_box .index_section_7_img_list{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.index_section_7_box .index_section_7_img_list .item{
    width: 19%;
    display: inline-table;
}
.index_section_7_box .index_section_7_img_list .item img{
    width: 100%;
    display: block;
    opacity: 0.7;
}
.index_section_7_box .index_section_7_img_list .item img:hover{
    opacity: 1;
}

.index_section_8_box{
    text-align: center;
    background-size: 68% auto;
    background-position: bottom center;
    
}
.index_section_8_box .index_section_8_img_title{
    width: 100%;
    text-align: center;
    height: 22%;
    margin: 2% 0 0 0;

}
.index_section_8_box .index_section_8_img_title .index_section_8_img_title_text{
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    width: 100%;
}
.index_section_8_box .index_section_8_img_title .index_section_8_img_title_text .text_1{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #202020;
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
.index_section_8_box .index_section_8_img_title .index_section_8_img_title_text .text_1 span{
    color: #ff0101;
}
.index_section_8_box .index_section_8_img_title .index_section_8_img_title_text .text_2{
    font-size: 19px;
    line-height: 19px;
    font-weight: 200;
    margin: 16px 0 0 0;
    color: #333;
}
.index_section_8_box .new-content {
    padding-top: 1%;
    margin: 0 73px;
}
.index_section_8_box .new-content-tito{
    border-bottom: 1px solid #BBBBBB; 
    margin-bottom: 6%;
}
.index_section_8_box .new-content .new-content-tito-cen{
    text-align: center;
    border-radius: 45px;
    border: 2px solid #FF191C;
    font-size: 14px;
    color: #FF191C;
    font-weight: 500;
    margin: 0 0 6% 0;
    padding: 6px 18px;
    float: left;
}
.index_section_8_box .new-content a{
    display: block;
    font-size: 14px;
    margin-top: 16px;
    color: #000000;
    text-align: left;
    overflow: hidden;
    height: 20px;
    width: 100%;
}
.index_section_8_box .new-content a:hover{
    color: #FE0100;
}
.index_section_8_box .new-content .new-more{
    width: 96px;
    border: 2px solid red;
    text-align: center;
    border-radius: 45px;
    margin-top: 28px;
    background:#FE0100;
    text-align: center;
    color: #fff;
    height: auto;
    padding: 6px 18px;
}
.index_section_8_box .new-content .new-more:hover{
    background: #fff;
    color: #FE0100;
}
.index_section_8_box .new-content .row{
    text-align: center;
}
.index_section_8_box .new-content .row .col-md-3{
    display: inline-table;
    float: none;
    margin: 0 30px;
}

.index_section_9_box{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    background: #e60000;
}

.index_section_9_box .index_section_9_img_title{
    display: inline-table;
    margin: 4% 0 2% 0;
    font-size: 68px;
    color: #fff;
    letter-spacing: 0;
}
.index_section_9_box .contactus-numberus{
    width: 78%;
    margin: 0 auto;
}
.index_section_9_box .contactus-number{
    width: 43%;
    text-align: left;
}
.index_section_9_box .contactus-content{
    letter-spacing: 1px;
}
.index_section_9_box .contactus .text-center{
    margin: 0;
}
.index_section_9_box .contactus-content .iconfont{
    font-size: 52px;
    color: #ffffff;
    float: left;
    line-height: 52px;
    margin: 0 0 0 0;
}
.index_section_9_box .location{
    margin: -6px 0 0 8px;
}
.index_section_9_box .location span{
    margin-left: 12px;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    line-height: 36PX;
    font-size: 13px;
}
.index_section_9_box .contactus-content{
    color: #fff;
}
.index_section_9_box .contactus-content .location span{
    cursor: pointer;
}
.index_section_9_box .contactus-content .location .activity{
    border-bottom: 1px solid  #fff;
}
.index_section_9_box .location p{
    margin-left: 12px;
    color: #fff;
    margin-top: 50px;
}
.index_section_9_box .Hotline p{
    margin-left: 13px;
    color: #ffffff;
}
.index_section_9_box .Hotline p:nth-last-child(1){
    font-size: 30px;
}
.index_section_9_box .Hotline p:nth-last-child(3){
    font-size: 30px;
}
.index_section_9_box .contactus-content .phone{
    padding: 0 0 0 6px;
}
.index_section_9_box .emil p{
    margin-left: 18px;
    color: #fff;
    margin-top: 10px;
}
.index_section_9_box .clearfix{
    margin-top: 60px;
}
.index_section_9_box .contactus-content{
    padding-bottom: 200px;
}
.index_section_9_box .contactus-content-font{
    margin-left: 20px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}
.index_section_9_box .contactus-content-right{
    margin-top: 25px;
    float: right;
    width: 57%;
    font-size: 14px;
}
.index_section_9_box .front_form_box_1{
    padding: 0 0 30px 0;
    text-align: left;
}
.index_section_9_box .front_form_box_1 .form_title{
    margin: 20px 0 60px 0;
    font-size: 28px;
    line-height: 28px;
    float: left;
    color: #5e5e5e;
}
.index_section_9_box .front_form_box_1 .form-inline{
    margin: 30px 0 30px 0;
}
.index_section_9_box .front_form_box_1 .form-group-item{
    margin: 0 0 16px 0;
    position: relative;
}
.index_section_9_box .front_form_box_1 .checkbox{
    line-height: 32px;
    overflow: hidden;
    float: left;
    margin: 4px 16px 0 0;
}
.index_section_9_box .front_form_box_1 .checkbox input[type="checkbox"]{
    float: left;
    margin: 11px 6px 0 0;
    border: 1px solid #ccc;
}
.index_section_9_box .form-inline .form-control.form_hide{
    display: none;
}
.index_section_9_box .front_form_box_1 .Wdate{
    height: 32px;
    background: #fff;
    border: 1px solid #ccc;
}
.index_section_9_box .front_form_box_1 .form-group{
    margin-bottom: 20px;
    width: 50%;
}
.index_section_9_box .notice{
    color: #fff;
    margin: 12px 8px 0 0;
    float: right;
}
.index_section_9_box .form_item_label{
    margin: 0 16px 0 0;
    float: right;
    line-height: 38px;
    font-weight: 300;
}
.index_section_9_box .input_text_1{
    width: 60%;
    float: right;
    position: relative;
    border: 1px solid #fff;
}
.index_section_9_box .input_text_1 .form-control{
    width: 100%;
    backgroud-color: transparent;
    border: 0px;
    background: #e60000;
    color: #fff;
    height: 38px;
}
.index_section_9_box .input_text_1 .icon_input_down{
    position: absolute;
    right: 12px;
    top: 15px;
    width: 13px;
    heigh: 11px;
}
.index_section_9_box .input_text_2{
    width: 80%;
    float: right;
    position: relative;
}
.index_section_9_box .input_text_2 .form-control{
    width: 100%;
}
.index_section_9_box .input_text_3{
    width: 80%;
    float: right;
    position: relative;
    border: 1px solid #fff;
}
.index_section_9_box .input_text_3 .form-control{
    width: 100%;
    backgroud-color: transparent;
    border: 0px;
    background: #e60000;
    color: #fff;
    height: 38px;
}
.index_section_9_box .input_text_3 input::-webkit-input-placeholder {
    color: #fff;
}
.index_section_9_box .input_text_3 input::-moz-placeholder{
    color: #fff;
}
.index_section_9_box .input_text_3 input:-moz-placeholder{
    color: #fff;
}
.index_section_9_box .input_text_3 input:-ms-input-placeholder{
    color: #fff;
}

.index_section_9_box .checkbox{
    float: right;
}
.index_section_9_box #submit_btn{
    background: #fff;
    color: #000;
    padding: 8px 52px;
    font-size: 16px;
    position: absolute;
    top: 76px;
    left: 0;
    border-radius: 8px;
}
.index_section_9_box #submit_btn:hover{
    background: #ddd;
}
.index_section_9_box .front_form_box_1 .activiy_city_box{
    position: absolute;
    left: -1px;
    bottom: -198px;
    width: 333px;
    height: 198px;
    border: 1px solid #ddd;
    z-index: 666;
    padding: 16px 0 0 12px;
    background: #e60000;
}
.index_section_9_box .front_form_box_1 .activiy_city_box a{
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0 6px 18px 0;
    padding: 3px 6px;
    border-radius: 6px;
    width: 57px;
    color: #eee;
}
.index_section_9_box .front_form_box_1 .activiy_city_box a:hover{
    color: #fff;
}
.index_section_9_box .front_form_box_1 .filter-text{
    background: #e60000;
    border-radius: 0px;
}
.index_section_9_box .front_form_box_1 .icon-filter-arrow{
    width: 13px;
    height: 11px;
    top: 15px;
    right: 12px;
}
.index_section_9_box .filter-list{
    right: 0;
    left: auto;
    top: 32px;
    width: 60%;
}

/*首页楼层*/
#LoutiNav{position: fixed; top: 36%; left: 60px; z-index: 200;}
#LoutiNav li{ width: 10px; height: 10px; border: 2px solid #ababab; cursor: pointer; display: block; margin: 0 0 8px 0; border-radius: 18px;}
#LoutiNav .active{background: #ababab;}
#LoutiNav li:hover i{display: none;}

/*首页底部悬浮广告*/
.index_section_bottom_ad_box{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box{
    width: 100%;
    position: relative;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box .index_section_2_ad{
    width: 100%;
    height: 120px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    text-align: center;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box .icon_close{
    width: 32px;
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box .ad_time{
    padding: 32px 0 0 496px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box .ad_time_sub{
    padding: 1px 0 0 496px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.nianhui_2018_bg{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.nianhui_2018_bg .img_bg{
    width: 100%;
}
.nianhui_2018_bg .ad_time{
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    top: 316px;
    left: 420px;
}
.nianhui_2018_bg .ad_time_sub{
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    top: 338px;
    left: 442px;
    letter-spacing: 2px;
}
.nianhui_2018_bg .contact_form_box{
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}
.nianhui_2018_bg .contact_form_box .contact_form{
    width: 410px;
    display: inline-block;
    text-align: center;
}
.nianhui_2018_bg .contact_form_box .contact_form .item{
    margin: 0 0 20px;
}
.nianhui_2018_bg .contact_form_box .contact_form .form_title{
    width: 200px;
    display: inline-block;
    margin: 0 0 32px 80px;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .item_name{
    font-size: 14px;
    float: left;
    text-align: right;
    width: 80px;
    line-height: 32px;
    color: #fff;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .input_text{
    font-size: 14px;
    float: right;
    width: 330px;
    background: #fff;
    border: 0;
    text-align: left;
    padding: 0 12px;
    line-height: 32px;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .input_textarea{
    font-size: 14px;
    float: right;
    width: 330px;
    background: #fff;
    border: 0;
    text-align: left;
    resize: none;
    padding: 6px 12px;
    height: 100px;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .input_submit_btn{
    font-size: 16px;
    padding: 8px 0;
    width: 180px;
    color: #fff;
    font-weight: bold;
    background: #fe0000;
    border: 3px solid #000;
    border-radius: 32px;
    margin: 22px 0 0 150px;
    display: block;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .input_submit_btn:hover{
    color: #fe0000;
    background: #fff;
}
.bottom_ad_dialog .modal_content_button{
    position: fixed;
    top: 36%;
    right: 20%;
    height: 60px;
    width: 60px;
    background: #f00;
    color: #fff;
    border: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
}
.bottom_ad_dialog .modal_content_button_2{
    position: fixed;
    top: 40%;
    right: -7.9%;
    height: 60px;
    width: 60px;
    background: #f00;
    color: #fff;
    line-height: 22px;
    text-align: center;
    padding: 8px 0 0 0;
    cursor: pointer;
    font-weight: bold;
}
.bottom_ad_dialog .modal_content_button_3{
    position: fixed;
    top: 50%;
    right: -7.9%;
    height: 60px;
    width: 60px;
    background: #f00;
    color: #fff;
    line-height: 22px;
    text-align: center;
    padding: 8px 0 0 0;
    cursor: pointer;
    font-weight: bold;
}

/*右侧悬浮联系框*/
.right_pannel_box{
}
.right_pannel_box .right_pannel_mini{
    position: fixed;
    bottom: 52%;
    right: 0;
    width: 100px;
    z-index: 100;
    
}
.right_pannel_box .right_pannel_mini .right_pannel_btn{
    width: 100%;
    display: block;
    border-radius: 12px;
    cursor: pointer;
}
.right_pannel_box .main_contact_box_2{
    position: fixed;
    bottom: 37%;
    right: 0px;
    background: red;
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 170px;
    text-align: center;
    padding: 20px 0;
    display: none;
    z-index: 200;
}
.right_pannel_box .main_contact_box_2 .item{
    width: 150px;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.right_pannel_box .main_contact_box_2 .last{
    border-bottom: 0px;
}
.right_pannel_box .main_contact_box_2 .item .chat{
    width: 42px;
    margin: 0 auto;
}
.right_pannel_box .main_contact_box_2 .item .chat img{
    width: 100%;
    display: block;
}
.right_pannel_box .main_contact_box_2 .item .title_1{
    margin: 6px 0 6px 0;
    text-align: center;
    font-size: 14px;
}
.right_pannel_box .main_contact_box_2 .item .title_2{
    margin: 16px 10px 0;
    text-align: center;
    font-size: 14px;
}
.right_pannel_box .main_contact_box_2 .item .content_2{
    font-weight: bold;
    font-size: 14px;
    margin: 6px 0 16px 0;
}
.right_pannel_box .main_contact_box_2 .item .title_3{
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    margin: 16px 0 10px 0;
}
.right_pannel_box .main_contact_box_2 .item .content_3{
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    margin: 6px 0 6px 0;
}
.right_pannel_box .main_contact_box_2 .item .qq_item{
    color: #fff;
    width: 100%;
    height: 16px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.right_pannel_box .main_contact_box_2 .item .qq_item .img{
    width: 16px;
    float: left;
    margin: 0 0 0 10px;
}
.right_pannel_box .main_contact_box_2 .item .qq_item .img img{
    width: 100%;
    display: block;
}
.right_pannel_box .main_contact_box_2 .item .qq_item .title{
    line-height: 16px;
    float: left;
    padding: 0px;
    margin: 0 8px;
}
.right_pannel_box .main_contact_box_2 .item .qq_item .content{
    margin: 0 0 0 0;
    line-height: 16px;
    float: left;
}

/*弹窗联系控件*/
.contact_dialog_box_container{
    position: fixed;
    top: 36%;
    width: 400px;
    height: 185px;
    background: #eee;
    left:0px;
    right:0px;
    margin-left:auto;
    margin-right:auto;
    background-color:transparent;
    display: none;
    z-index: 1000;
}
.contact_dialog_box_container .contact_dialog_box{
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.contact_dialog_box_container .contact_dialog_box .btn_close{
    position: absolute;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:16px;
    height:16px;
    text-decoration: none;
}
.contact_dialog_box_container .contact_dialog_box .btn_next{
    position: absolute;
    top: 133px;
    left: 127px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:120px;
    height:26px;
    text-decoration: none;
}
.contact_dialog_box_container .contact_dialog_box .btn_go{
    position: absolute;
    top: 133px;
    right: 22px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:120px;
    height:26px;
    text-decoration: none;
}
.contact_dialog_box_container .contact_dialog_box{
    background-image: url('../image/contact_bg.png');
}
.contact_dialog_box_container .contact_dialog_box .btn_close{
    background-image: url('../image/contact_btn_cancel.png');
}
.contact_dialog_box_container .contact_dialog_box .btn_next{
    background-image: url('../image/contact_btn_next.png');
}
.contact_dialog_box_container .contact_dialog_box .btn_go{
    background-image: url('../image/contact_btn_now.png');
}

/*网站底部*/
.footer{
    background: #0b0b0b;
    width: 100%;
    color: #8b8b8b;
}
.footer a{
    color: #8b8b8b;
}
.footer .footer_box{
    width: 75.8%;
    margin: 0 auto;
    padding: 60px 0 40px 0;
}
.footer .footer_box .footer_qr{
    float: right;
    width: 100px;
    text-align: center;
    margin: 2px 0 0 0;
}
.footer .footer_box .footer_qr img{
    width: 100%;
    display: block;
}
.footer .footer_box .footer_qr .footer_qr_text{
    font-size: 14px;
    line-height: 14px;
    margin: 12px 0 0 0;
}
.footer .footer_box .footer_box_cut{
    float: left;
    margin: 0 0 0 5%;
    height: 160px;
    width: 2px;
    border: 0px;
    border-left: 1px solid #000000;
    border-right: 1px solid #161616;
}
.footer .footer_box .footer_content{
    float: left;
    width: 80%;
    text-align: left;
}
.footer .footer_box .footer_content .footer_menu_container{
    margin: 0 0 20px 0;
}
.footer .footer_box .footer_content .footer_menu_container .footer_menu{
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin: 0 80px 0 0;
}
.footer .footer_box .footer_content .footer_menu_container .footer_menu:hover{
    color: #eee;
}
.footer .footer_box .footer_content .title{
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px 0;
    color: #666;
}
.footer .footer_box .footer_content .firend_link_list{
}
.footer .footer_box .footer_content .firend_link_list a{
    float: left;
    margin: 0 16px 0 0;
    line-height: 22px;
    font-size: 12px;
    color: #666;
}
.footer .footer_box .footer_content .firend_link_list a:hover{
    color: #aaa;
}
.footer .footer_box .footer_content .footer_qq{
    display: block;
    margin: 6px 0 0 0;
    color: #666;
    font-size: 12px;
}
.footer .footer_copyright{
    width: 100%;
    background: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}

/*内页公共顶部*/
.sub_page_header{
    position: relative;
}
.sub_page_header .index_head_box{
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.sub_page_header .index_head_box .index_head{
    width: 1180px;
    margin: 0 auto;
    padding: 9px 0 0 0;
}
.sub_page_header .index_head_box .index-loge{
    float: left;
    height: 45px;
    margin: 0.5% 0 0 0;
}
.sub_page_header .index_head_box .index-loge img{
    height: 80%;
    display: block;
}
.sub_page_header .index_head_box .header_activity_box{
    float: left;
    width: 100px;
    margin: 12px 0 0 58px;
    cursor: pointer;
}
.sub_page_header .index_head_box .header_activity_box .header_activity_img{
    width: 100%;
    display: block;
}
.sub_page_header .index_head_box .index-nav{
    float: right;
    margin: 0.8% 0 0 0;
}
.sub_page_header .index-nav ul{
    width: 100%;
}
.sub_page_header .index-nav ul li{
    float: right; 
    font-size: 16px;
    padding: 2px 0 0 0;
}

.sub_page_header .index-nav ul .current{
    color: #f00;
    border-bottom:2px solid #f00;
}
.sub_page_header .index-nav ul a:hover{
    color: #f00;
    border-bottom:2px solid #f00;
}
.sub_page_header .index-nav ul a{
    margin: 0 0 0 60px;
    text-decoration:none;
    color: #231815;
    display: inline-block;
    height: 45px;
}
.sub_page_header .index_head .col-md-8 div .hover{
    color: #f00;
    border-bottom: 2px solid #f00;
}
.sub_page_header .head_nav{
    height:65px;
    width: 100%;
}
.sub_page_header .index-nav ul{
    width: 100%;
}
.sub_page_header .index-nav ul li .dropdown-menu{
    min-width: 123px;
    padding: 10% 0 0 0;
    left: 30px;
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
}
.sub_page_header .index-nav ul .dropdown-menu a{
    margin: 0 0 0 0;
    border-bottom: 0;
    line-height: 22px;
    height: 22px;
    margin: 0 0 16px 0;
}
/*子页面顶部间隔*/
.sub_page_header_hr{
    width: 1180px;
    margin: 0 auto;
    height: 1px;
    background: #e6e6e6;
    display: block;
}

/*面包屑*/
.crumbs_box{
    margin: 22px 0 0 0;
}
.crumbs_box a{
    line-height: 12px;
}

/*文章列表*/
.article_list_2{
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}
.article_list_2 .item{
    border-bottom: 1px dashed #ddd;
    border-width: 1px;
    line-height: 36px;
    margin-bottom: 6px;
}
.article_list_2 .item .title{
    float: left;
    line-height: 30px;
    color: #333;
}
.article_list_2 .item .title:hover{
    color: #111;
}
.article_list_2 .item .time{
    float: right;
    line-height: 30px;
    color: #666;
    margin: 0 4px 0 0;
}
.pager{
    margin: 0 0 60px 0;
}

/*文章*/
.article_title{
    color: #4c4c4c;
    line-height: 36px;
    overflow: hidden;
    padding: 21px 0 0 2px;
    font-weight: 500;
    margin: 16px 0 0 0;
    font-size: 22px;
}
.article_content{
    line-height: 24px;
}
.article_content img{
    max-width: 100%;
}
.article_img{
    width: 100%;
}
.article_img img{
    max-width: 100%;
    display: block;
}
.article_content .relation_link{
    margin: 30px 0 0 0;
}
.video_content{
    width: 100%;
    margin: 0 0 16px 0;
}

/*分页*/
.page {
    display: inline-block;
    padding: 0;
    margin: 8px 0 60px 0;
    text-align: center;
    width: 100%;
}
.page a {
    display: inline-table;
    color: #1a1a1a;
    padding: 8px 16px;
    text-decoration: none;
}
.page .current {
    background-color: red;
    display: inline-table;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}
.page a:hover:not(.active) {
    background-color: red;
    color: #fff;
}

hr {
    background: #e6e6e6 none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 6px 0 20px 0;
}