@charset "UTF-8";

/*通用*/
.color_222 {
    color: #222;
}

.color_333 {
    color: #333;
}

.color_555 {
    color: #555;
}

.color_666 {
    color: #666;
}

.color_777 {
    color: #777;
}

.color_999 {
    color: #999;
}

.color_eee {
    color: #eee;
}

.color_aaa {
    color: #aaa;
}

.color_bbb {
    color: #bbb;
}

.color_ccc {
    color: #ccc;
}

.color_ddd {
    color: #ddd;
}

.color_f00 {
    color: #f00;
}

.font14 {
    font-size: 14px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.w100 {
    width: 100%;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.l-h25 {
    line-height: 25px;
}

.l-h50 {
    line-height: 50px;
}

.l-h80 {
    line-height: 80px;
}

.l-h100 {
    line-height: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}
.redxian{
    position: relative;
    top: -7px;
    display: inline-block;
    width: 25px;
    border-bottom: 2px solid #781f1c;
    margin: 0 15px;
}
.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user {
    line-height: 50px;
    height: 50px;
    padding-right: 50px;
}

.user ul li {
    float: left;
}

.user ul li a {
    display: block;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 5px;
    color: #fff;
}

/*头部*/
.header {
    width: 100%;
    z-index: 100;
    position: relative;
    height: 100px;
    background-color:#fff;
    transition: all .3s ease-in;
    top: 0;
}
.second-bg{
    display: none;
    width: 100%;
    position: relative;
    top: 100%;
    height: 50px;
    background: #af8b65;z-index: 1;
    transition: all 500ms;
}
.header .logo {
    width: 250px;
    height: 100px;
    overflow: hidden;
}

.header .topright {
    position: relative;
    width: 920px;
    height: 100px;
    line-height: 100px;
}

.header .nav {
    width: 600px;
    height: 100px;
}

.nav-list{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
}

.header .nav-list li {
    float: left;
    display: inline-block;
    list-style: none;
    font-size: 16px;
    text-align: center;
    position: relative;
    width: 20%;
    height: 100px;
    line-height: 100px;
}

.trig{
    display: none;
    position: absolute;
    bottom: 0px;
    left: 50px;
    border-bottom: 7px solid #af8b65;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.subnav{
    position: absolute;
    z-index: 999;
    display: none;
    width: 359px;

}
.subnav li a{color: #FFF;}
.header .nav-list li .subnav li{
    margin-right: 10px;
}
.i{
    position: absolute;
    display: inline-block;
    top: 18px;
    margin-left: 5px;
    width: 8px;
    height: 15px;
    background: url(../images/i.jpg);
}
.header .nav li ul li{
    float: left;
    height: 50px;
    line-height: 50px;
}

.header .topbtn {
    padding-right: 7%;
    position: relative;
    z-index: 10;
}

.header .search-box {
    position: absolute;
    right: 0;
    top: -25px;
    height: 80px;
    line-height: 80px;
    z-index: 99;
}

.header .search-box .butn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    background: url(../images/ico_60.png) no-repeat center;
}

.header .search-box .butn.hov {
    background: none;
}

.header .search-box .butn.hov i {
    display: block;
}

.header .search-box .butn i {
    width: 38px;
    height: 38px;
    display: none;
    background: url(../images/sou.png) no-repeat center;
    margin: 0 auto;
    border: 1px solid #52545b;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.header .search-box .share-sub {
    position: absolute;
    margin-top: 25px;
    right: 40px;
    top: 30px;
    width:240px;
    height: 42px;
    line-height: 40px;
}

.header .search-box .share-sub .tex {
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 16px;
    color: #b3b3b3;
    border:none;
    border-radius:4px;
    outline: none;
}
.share-sub{
    border:1px solid #EEE;
    border-radius: 4px;
}
.shuxian{
    position: absolute;
    top: 14px;
    right: 0;
    margin-right: 65px;
    display: block;
    width: 2px;
    height: 15px;
    background: #eee;
}
.header .search-box .share-sub .sub-btn {
    border: none;
    width: 40px;
    height: 42px;
    cursor: pointer;
    outline: none;
    background: url(../images/sou.jpg) no-repeat center;
    border:none;
}

/*轮播图*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 510px;
    background: #000;
    overflow: hidden;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 600px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.fullSlide .hd ul {
    width: 1200px;
    height: 52px;
    line-height: 52px;
    margin: auto;
    text-align: center;
    background: #781f1c;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width:1160px;
    height: 50px;
    padding:0 20px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #E74C3C;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 4%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 4%;
    background-position: -6px -137px;
}

/*首页*/
.subnav li>a .i{
    display: inline-block;
    right: 0px;
    width: 8px;
    height: 15px;
    background: url(../images/i.jpg);
}
.m_til {
    text-align: center;
    margin-bottom: 50px;
}

.m_til em {
    display: block;
    position: relative;
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
}

.m_til .enfont {
    font-family: "微软雅黑 Light";
    transform: scale(1, 1.1);
    text-transform: uppercase;
}

.m_til span {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    color: #292828;
}

.main_case {
    overflow: hidden;
    min-height: 500px;
    background: #f5f5f5;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.case_list {
    position: relative;
    margin-top: 40px;
}

/*产品中心*/
.g-nav{
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
/*    background: #af8b65;
    color: #FFFFFF;*/
}
.huang{
    background:#af8b65;
    color: #FFFFFF;
}
.tab-item{
    width: 1200px;
    height: 640px;
    margin-bottom: 40px;
    overflow: hidden;
}
.g-form{
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
}
.g-fenlei{
    text-align: right;
}
/*.active{
    background: #af8b65;
    color: #FFF;
}*/
.g-flbox{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.g-inpt{
    width: 285px;
    height: 35px;
    line-height: 35px;
    text-indent:15px;
    font-size: 14px;
    color: #999999;
    border:1px solid #EEE;
}
.g-page{
    padding: 20px 0 100px 0;
}
.g-sou{
    margin-left: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background: #af8b65;
    border:none;
}
.goods_list{
    margin-bottom: 40px;
    height: auto;
    clear: both;
    overflow: hidden;
}
.goods_list ul li {
    overflow: hidden;
    float: left;
    width: 285px;
    height: 300px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.goods_list ul li:hover .top-Floor{
     top: 0;
}
.top-Floor{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: url(../images/black.4.png) repeat;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.white-cross{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    line-height: 250px;
}
.g-title{
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.g-content{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #d9c6a7;
}
.empty-img{
    display: block;
    height: 225px;
    line-height: 225px;
    font-size: 18px;
    text-align: center;
    background: #FFF;
}
.case-img{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 78%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case_a{
    z-index: 2;
    display: block;
    padding: 15px 0;
    overflow: hidden;
    background: #af8b65;
}
.goods_list ul li:hover .case_a:before{
    bottom: 0;
}
.case_a:before{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/black.4.png) repeat;
    left: 0;
    bottom: -100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: -1; 
}
.action{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #af8b65;
    color: #FFF;
}
.case_list ul li a {
    display: block;
}

.g-btn{
    display: block;
    text-align: center;
    margin: auto;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border:1px solid #635143;
    color: #635143;
    font-size: 14px;
}
.g-btn:hover{
    background: #af8b65;
    color: #FFF;
    border:1px solid #af8b65;
}
.case_list ul li .case_a {
    padding: 25px 8% 30px;
    background-color: #e8e8e8;
    overflow: hidden;
    z-index: 2;
    display: block;
}

.case_list ul li .case_a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e74c3c;
    left: 0;
    bottom: -100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: -1;
}

.case_list ul li.hover .case_a:before {
    bottom: 0;
}

.case_list ul li.hover .case_a h2,
.case_list ul li.hover .case_a .nr {
    color: #fff;
}

.case_list ul li .case_a h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #666;
}

.case_list ul li .case_a .nr {

    font-size: 14px;
    color: #666464;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-top: 10px;
}

.case_list ul li .top-Floor {
    width: 100%;
    height: 100%;
    background: url(../images/black.4.png) repeat;
    z-index: 3;
    left: 0;
    top: -100%;
}

.case_list ul li.hover .top-Floor {
    top: 0;
}

.case_list ul li .top-Floor .white-cross {
    width: 60px;
    height: 60px;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: url(../images/whit_cross.png) no-repeat;
}

.case_list .x_arrs {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: -5%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 51px;
    height: 51px;
    background: url(../images/scroll_btn_4.png) 0px 0px no-repeat;
}

.case_list .next {
    left: auto;
    right: -5%;
    background-position: right bottom;
}

.case_list .prev {
    left: -5%;
    background-position: left bottom;
}

.case_list .prev:hover {
    background-position: left top;
}

.case_list .next:hover {
    background-position: right top;
}

/*产品详情*/
.show-w12{
    clear: both;
    overflow: hidden;
    padding-bottom: 40px;
}
.container-top{
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}
.show-top{
    height: auto;
    clear: both;
    overflow: hidden;
    padding-bottom: 60px;
}
.show-img{
    float: left;
    margin-right: 80px;
    width: 540px;
    height: 405px;
    background: #FFF;
    overflow: hidden;
}
.show-img img{
    width: 100%;
}
.show-text{
    float: right;
    width: 580px;
    height: 405px;
    overflow: hidden;
}
.show-text p{
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 26px;
    color: #333333;
}
.show-text span{
    font-size: 14px;
    color: #333;
}
.show-text .price{
    display: block;
    margin-bottom: 20px;
}
.show-text-box{
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
}
.show-left{
    width: 40%;
    float: left;
}
.show-left span{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}
.show-right{
    float: right;
    width: 60%;
}
.show-right span{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}
.show-iten-img{
    margin-top: 35px;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.dateils{
    padding-bottom: 3px;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.dateils p{
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #781f1c;
    margin-bottom: 40px;
}
.show-iten-img ul{
    margin-left: -15px;
}
.show-iten-img ul li{
    display: block;
    float: left;
    width: 160px;
    height: 120px;
    overflow: hidden;
    margin-left: 15px;
}
.show-iten-img ul li img{max-width:100%;}
/* end 产品中心*/

.main_about {
    overflow: hidden;
    min-height: 500px;
    background: #f3ece2 ;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-title{
    display: block;
    position: relative;
    text-align: center;
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
}
.about-span{
    display: block;
    margin-bottom: 55px;
    text-align: center;
    font-size: 24px;
    color: #292828;
}
.abt_l{
    float: left;
    width: 560px;
    height: 399px;
    overflow: hidden;
    box-shadow: #af8b65 20px 20px 1px 1px;
}
.main_about .abt_r {
    width:580px;
    height:405px;
    float: right;
    overflow: hidden;
}
.abt_r p{
    text-indent: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.abt-r-title{
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
/*新闻资讯*/
.main_new {
    overflow: hidden;
    min-height: 450px;
    background: #f5f5f5;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
}
.list-banner{
    width: 100%;
    height: 240px;
    background: url(../images/news.jpg);
}
.news_list-left {
    float: left;
    width: 520px;
    height:390px;
    padding: 20px;
    background: #FFF;
    border-radius: 2px;
    overflow:hidden;
}
.news-title:hover {
    color: #af8b65;
}
.news_list-left .news-left-img{
    display: block;
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
}
._date{margin-bottom:14px;}
.news-title{
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}
.news-time{
    float: right;
    font-size:14px;
    color:#9a9a9a;
}
.news-content{line-height: 25px;font-size: 14px;color: #999999;}
.news_list_right{
    float: right;
    width: 580px;
    height: 430px;
    border-radius: 2px;
}
.news-right-box{
    width: auto;
    height: 130px;
    background: #FFF;
    margin-bottom: 20px;
    padding: 0 30px;
    transition: all 500ms; 
}
.news-right-box:hover{
    margin-left: 15px;
    box-shadow: #af8b65 0px 0px 5px 5px;
}
.box-date{
    display: inline-block;
    float: left;
    width:20%;
    height: auto;
    padding: 35px 0;
    text-align: center;
}
.box-text{
    display: inline-block;
    float: right;
    width: 75%;
    height: auto;
    padding: 35px 0;
}
/*end 新闻资讯*/
.lore-banner{
    width: 100%;
    height: 240px;
    background: url(../images/zy-banner.jpg);
}
.lore-ul li{
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #CCCCCC;
}
.lore-ul li:hover .lore-title{
    color: #2b56c6;
}
.lore-ul li:hover .lore-date{
    color: #2b56c6;
}
.yuan{
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:1px solid #934e4c;
}
.lore-title{
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #333333;
}
.lore-date{
    float: right;
    margin-right: 15px;
    font-size: 16px;
    color: #333333;
}
/*标签*/
.page_tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #fff;
    background-color: #eee;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
    text-decoration: none;
}

.page_tags a em {
    font-style: normal;
    font-size: 11px;
    margin-left: 5px;
}

.page_tags a:hover {
    color: #fff;
}

.page_tags a:nth-child(8n) {
    background-color: #00a2ca;
}

.page_tags a:nth-child(8n+1) {
    background-color: #5CB85C;
}

.page_tags a:nth-child(8n+2) {
    background-color: #D9534F;
}

.page_tags a:nth-child(8n+3) {
    background-color: #FF6600;
}

.page_tags a:nth-child(8n+4) {
    background-color: #B433FF;
}

.page_tags a:nth-child(8n+5) {
    background-color: #00ABA9;
}

.page_tags a:nth-child(8n+6) {
    background-color: #B37333;
}

.page_tags a:nth-child(8n+7) {
    background-color: #5CB85C;
}







/*分页*/
#pages {
    text-align: center;
}

#pages li {
    /*padding: 0 10px;*/
    width: 38px;
    margin: 0 2px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}

#pages li.active {
    /*padding: 0 10px;*/
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #af8b65;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f90712;
}

#pages li:hover a {
    color: #fff;
}

/*内页*/
.main {
    min-height: 450px;
    position: relative;
}
/*active产品中心*/
.g-banner{
    width: 100%;
    height: 240px;
    background-image: url(../images/g-banner.jpg);
}
/*end产品中心*/

.about {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
/*关于我们banner*/
.page-banner{
    width: 100%;
    height: 240px;
    background-image: url(../images/abust.jpg);
}
.page-nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #FFF;
}
.pag-nav-center{
    width: 1200px;
    margin: auto;   
}
.pag-a{
    float: left;
    display: block;
    width: 400px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    color: #2c2824;
}
.page-box{
    padding-top: 60px;
    padding-bottom: 80px;
}
.select{
    border-bottom: 2px solid #af8b65;
}
.pag-left-img{
    margin-right: 80px;
    float: left;
    width: 560px;
    height: 399px;
    box-shadow: #af8b65 20px 20px 1px 1px;
}
.pag-left-text{
    margin-right: 80px;
    float: left;
    width: 560px;
    height: 399px;
}
.pag-left-text h2{
    padding-top: 30px;
    font-size: 26px;
    color: #333;
    margin-bottom: 40px;
}
.pag-left-text p{
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}
.pag-left-img img{width: 100%;}
.content-title {
    width: 160px;
    padding-left: 80px;
    height: 80px;
    line-height: 80px;
    background: #f90712 url(../images/h2bg.png) no-repeat 25px center;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 3px solid #f6f6f6;
}

.menu-list {
    width: 240px;
    background-color: #f6f6f6;
}

.menu-list a {
    display: block;
    width: 236px;
    height: 55px;
    line-height: 55px;
    border-left: 4px solid #f6f6f6;
    border-bottom: 1px solid #e8e8e8;
    text-indent: 40px;
    font-size: 16px;
    color: #333;
}

.menu-list a:hover,
.menu-list a.active {
    border-left-color: #f1151f;
    background-color: #fff;
    text-indent: 36px;
}

.content-contact {
    margin-top: 38px;
    width: 100%;
}

.content-contact .h2bg {
    height: 84px;
    width: 100%;
    line-height: 84px;
    background: url(../images/conbg.png) no-repeat center;
}

.content-contact .h2bg h2 {
    width: 146px;
    padding-left: 94px;
    background: url(../images/conico.png) no-repeat 34px center;
    font-size: 24px;
    color: #ffffff;
}

.cc-info {
    padding: 20px 20px 40px 20px;
    background-color: #f6f6f6;
}

.cc-info p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}


/*案例*/
.case_ny_list {
    width: 100%;
    padding-top: 20px;
}

.case_ny_list li {
    margin-bottom: 20px;
    width: 270px;
    float: left;
    margin-right: 20px;
}

.case_ny_list li ._con {
    border-bottom: #f80909 solid 2px;
    overflow: hidden;
    cursor: pointer;
    height: 355px;
}

.case_ny_list li ._img {
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.case_ny_list li ._con:hover ._img {
    padding-bottom: 60%;
}

.case_ny_list li ._info {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.case_ny_list li ._info h3 {
    line-height: 2;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.case_ny_list li ._info .txt {
    line-height: 22px;
    margin-bottom: 25px;
    height: 66px;
}

.case_ny_list li ._info ._more {
    display: block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #f80909;
}

.case_ny_left {
    float: left;
    width: 720px;
}

.case_ny_left h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.6;
}

.casePreview {
    border-top-color: #dddddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #dddddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.backBtn {
    float: left;
    padding: 8px 15px 8px 15px;
    border: 1px solid #dedede;
}

.previewBtn {
    float: right;
    padding: 8px 15px 8px 15px;
    background-color: #f80909;
    color: #FFFFFF;
}

.previewBtn:hover {
    color: #fff;
    background-color: #c50606;
}

.caseTitle {
    font-size: 18px;
    border-left: 3px #f80909 solid;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 30px;
}

.detaLabels {
    margin-top: 20px;
}

.labelList {
    background-color: #eeeeee;
    color: #666;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    margin-left: 10px;
}

.detaIntro {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.detaBody {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.case_ny_right {
    float: right;
    width: 360px;
}

.case_ny_right h3 {
    font-weight: normal;
    line-height: 1.8;
    font-size: 24px;
    margin-bottom: 20px;
}

.newsBox {
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.newsTitle {
    color: #333;
    font-size: 16px;
    display: block;
    margin-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsIntro {
    color: #999;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}

/*荣誉*/
.honor {
    padding-left: 15px;
}

.honor-list {
    width: 100%;
    padding: 0 0 15px 0;
}

.honor-list li {
    float: left;
    width: 245px;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.honor-list li .img,
.honor-list li .img img {
    display: block;
    width: 245px;
    height: 345px;
}

.honor-list li:hover {
    margin-top: -10px;
    padding-bottom: 10px;
}

.honor-list li:hover .img {
    box-shadow: 0 5px 5px #f2f2f2;
}

.honor-list li.r {
    margin-right: 0;
}

.honor-list li h3 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 32px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.honor-list li:hover h3 {
    color: #e41a21;
}

/*新闻列表*/
.news-box{
    padding: 60px 0 80px 0;
}
.item{
    padding: 20px 75px 20px 20px;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    background: #FFF;
    transition: all 500ms;
}
.item:hover{
    margin-left: 15px;
    box-shadow: #af8b65 0px 0px 5px 5px;
}
.item-img{
    margin-right:40px;
}
.item-nav{
    padding-top:16px;
    margin-bottom: 23px;
    font-size: 22px;
    color: #333333; 
}
.txt{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin-bottom: 20px;
}
.year{
    display: block;
    font-size: 14px;
    color: #999999;
}
.news-page{
    padding-top: 40px;
}
/*新闻详情页*/
.newsshow {
    padding-top: 25px;
}

.newsview {
    min-height: 400px;
    margin-top: 30px;
    border-top: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 33px;
    color: #777;
}

.allow_visitor{
    font-size: 16px;
    padding: 2%;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.newsshow h2 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
}

.newsshow .date {
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.newsshow .date span {
   /* display: block;
    float: left;*/
    color: #999999;
    margin-right: 30px;
    padding-left: 22px;
}

.newsshow .date .s1 {
    background: url(../images/news_icon1.jpg) no-repeat left center;
}

.newsshow .date .s2 {
    background: url(../images/news_icon2.jpg) no-repeat left center;
}

.newsshow .date .s3 {
    background: url(../images/news_icon3.jpg) no-repeat left center;
}

.main_r_nav {
    float: left;
    width: 754px;
    height: 66px;
    padding: 10px 0;
    font-size: 14px;
    margin-left: 20px;
    display: inline;
}

.main_r_nav a {
    color: #777;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 33px;
    font-size: 14px;
}

.main_r_nav a:hover {
    color: #f90712;
}

.returnlist {
    width: 50px;
    height: 56px;
    padding: 15px 18px;
    display: inline;
    float: right;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    background: #2f2e2e;
}

.returnlist a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "microsoft yahei";
    width: 100%;
    display: block;
}

/*底部*/
.footer {
    width: 100%;
    background: #f3ece2;
    color: #333333;
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-nav a{
    display:inline-block;
    margin-right: 10px;
    list-style: none;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}
.footer-a{
    color: #999999;
    font-size: 14px;
    padding-top: 0px;
}
/*搜索*/
.search {
    width: 600px;
    background: #fff;
    border: 2px solid #fa0712;
    height: 45px;
    line-height: 45px;

}

.search_box {
    margin: 0 auto;
    width: 600px;
}

.search-top-box {
    background: #fff;
    padding: 100px 0 200px 0;
}

.search_time {
    line-height: 40px;
    height: 40px;
}

.search select {
    display: none;
}

.search .select_box {
    font-size: 14px;
    color: #999999;
    width: 120px;
    line-height: 45px;
    float: left;
    position: relative;
}

.search .select_showbox {
    height: 45px;
    background: url(../images/search_ico.png) no-repeat 90px center;
    text-indent: 1.5em;
}

.search .select_showbox.active {
    background: url(../images/search_ico_hover.png) no-repeat 90px center;
}

.search .select_option {
    display: none;
    border: 2px solid #fa0712;
    border-top: none;
    display: none;
    left: -2px;
    top: 45px;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.search .select_option li {
    text-indent: 1.5em;
    width: 100px;
    cursor: pointer;
}

.search .select_option li a {
    color: #666;
}

.search .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
}

.search .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
}

.search input.inp_srh,
.search input.btn_srh {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
    float: left
}

.search input.inp_srh {
    font-size: 14px;
    outline: none;
    width: 380px;
}

.search input.btn_srh {
    background: #fa0712;
    color: #FFF;
    font-family: "微软雅黑";
    font-size: 15px;
    width: 100px;
}

.search_result {
    background: #fff;
    padding: 16px 0px;
}

.search_left {
    text-align: right;
    float: left;
    width: 200px;
    margin-right: 16px;
}

.search_left h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item_gr {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: block;
    padding: 2px 0px;
}

.list-group-item_gr.active,
.list-group-item_gr.active:hover,
.list-group-item_gr.active:focus {
    z-index: 2;
    color: #fa0712;
    font-weight: 600;
}

.left-line {
    border-left: 1px solid #ddd;
}

.search_right {

    float: right;
    width: 970px;
}

.search_bd {
    min-height: 500px;
    margin-left: 16px;
}