﻿/*header*/
#header {
    width:100%;
    height:97px;
    margin:0 auto;
}
#header .logo {
    width:540px;
    height:97px;
}
#header .search {
    margin-top:32px;
}
#header .search input{
    width:363px;
    height:32px;
    border:1px solid #d1d1d1;
    line-height:32px;
    font-size:14px;
    color:#bbb;
    background:url(../images/search_icon.jpg) no-repeat 11px center;
    padding-left:35px;
}
/*nav*/
.nav_box {
    height:44px;
    line-height:44px;
    background:#2c93f2;
    margin-bottom:12px;
}
.nav_list li.nav_item{
    float:left;
    display:inline;
    font-size:16px;
    margin: 0 30px;
    position: relative;
}
.nav_item>a {
    display:block;
    color:#fff;
 }
a.sub_icon {
 background:url(../images/nav_arrow.png) no-repeat right center;
 padding-right:15px;
}

.nav_item:hover .sub_nav {
    opacity:1;
    visibility:visible;
    
}
.sub_nav{
    position:absolute;
    width:100px;
    left:0px;
    top:44px;
    background:#fff;
    border-bottom:2px solid #2c93f2;
    z-index:99;
    text-align:center;
    box-shadow:rgba(0,0,0,0.2) 0px 4px 6px;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-out 0s;
  }
.sub_nav_item a {
    display:block;
    color:#333;
    font-size:14px;
    line-height:32px;
}
.sub_nav_item:hover {
    background:#78baf7;
}
.sub_nav_item:hover a{
    color:#fff;
}
.index_login ul li {
    float:left;
    width:62px;
    display:inline;
    text-align:center;
    height:100%;
 }

.index_login ul li.on{
    background-color:#f54339;
}
 .index_login ul li a {
    display:block;
    color:#fff;
    font-size:16px;
 }
/*banner_new*/
.banner_new_box {
    height:355px;
    position:relative;
    background-color:#f8f8f8;
    margin-bottom:30px;
}
.banner_new_box .tempWrap {
    overflow:hidden;
    position:relative;
    width:626px;
    height:355px;
}
    .banner_new_box  .prev,.banner_new_box  .next{
       height: 99px;
       opacity:0.2;
       position: absolute;
       top: 50%;
       margin-top:-50px;
       display:block;
       transition: all 0.5s ease 0s;
       width:45px;
       z-index:999;
   }
    .banner_new_box  .prev {
      
        left:0px;
        background:url(../images/banner_pic_arrow.png) no-repeat -112px 0px;
    }
    .banner_new_box  .next {
        background:url(../images/banner_pic_arrow.png) no-repeat -157px 0px;
       
        right:374px;
    }
        .banner_new_box .next:hover, .banner_new_box .prev:hover {
            opacity:0.6;
        }
    .banner_new_box .tempWrap .pic li {
        float:left;
        width:626px;
        display:inline;
    }
    .banner_new_box .tempWrap .pic img {
        width:626px;
        height:355px;
    }
.banner_new_box .hd {
    width:324px;
    position:absolute;
    left:650px;
    top:0px;
    overflow:hidden;
}
    .banner_new_box .hd .title_h2 {
        font-size:20px;
        color:#333;
        font-style:italic;
        line-height:52px;
    }
        .banner_new_box .hd .title_h2 span {
            color:#f74136;
            margin-left:8px;
          
        }
    .banner_new_box .hd li {
        padding-left:12px;
        line-height:30px;
        height:30px;
        overflow:hidden;
        font-size:14px;
        background:url(../images/banner_new_disc.png) no-repeat 0px -83px;
     }
    .banner_new_box .hd li.on {
     
        background:url(../images/banner_new_disc.png) no-repeat 0px 12px;
     }
        .banner_new_box .hd li.on a {
            color:#f54339;
        }
        .banner_new_box .hd li a {
            color:#333;
        }

            .banner_new_box .hd li a.on,.banner_new_box .hd li a:hover {
                color:#f7413d;
            }
/*container_l*/
.container_l {
  width:260px; 
}
    .container_l .hd ,.container_r_list_top_r .hd{
        width:100%;
        line-height:40px;
        border-top:1px solid #cbcdcc;
    }
    .container_l .hd h3,.container_r_list_top_r .hd h3 {
        width:106px;
        margin-top:-1px;
        font-size:12px;
        border-top:1px solid #2d94f1;
        background:url(../images/hd_bg.png) no-repeat right center;
    }
    .container_l .hd h3 a,.container_r_list_top_r h3 a{
        color:#2d94f1;
    }
.jp-container {
    width:260px;
    position:relative;
    overflow:hidden;
    float:left;
}
    .jp-container ul {
        border-left:1px solid #eeeeee;
        margin-left: 4px;
        padding-left: 10px;
        
    }
        .jp-container ul li {
            position:relative;
            margin-bottom:39px;
        }
            .jp-container ul li:last-child {
                 margin-bottom:0px;
            }
            .jp-container ul li a {
                display:block;
                
            }
                .jp-container ul li a img {
                    width:226px;
                    height:90px;
                    opacity:1;
                    transition:all 0.3s ease-in-out 0s;
                }
            .jp-container ul li:hover {
                opacity:0.8;
            }
            .jp-container ul li .pos_cir {
                display:block;
                position:absolute;
                top:0px;
                left:-15px;
                width:6px;
                height:6px;
                background-color:#fff;
                border:2px solid #e3e3e3;
                border-radius:50%;
                transition:all 0.3s ease-out 0s;
            }
          
             .jp-container ul li:hover .pos_cir {
                 width:6px;
                 height:6px;
                 background-color:#2b91f3;
                 border:2px solid #2b91f3 ;
            }


/*container_r*/
.container_r {
    width:720px;
}
.container_r_list {
   margin-bottom:18px;
}

.container_r_list_top_l {
    width:345px;
}
    .container_r_list_top_l .hd {
        border-top:1px solid #ccc;
        line-height:40px;
    }
        .container_r_list_top_l .hd li {
            float:left;
            display:inline;
            margin-right:10px;
            
        }
            .container_r_list_top_l .hd li a {
               display:block;
               color:#333333;
               margin-top:-1px;
               font-size:12px;
               width:126px;
            }
                .container_r_list_top_l .hd li a.on {
                    border-top:1px solid #2c93f2;
                    color:#2c93f2;
                }
  
.bd_list_info {
    height:90px;
}
.bd_list_info_img img {
    width:120px;
    height:90px;
}
.bd_list_info_img {
    margin-right:10px;
}
.bd_list_info_txt {
    width:215px;
    overflow:hidden;
}
    .bd_list_info_txt .tit {
        font-size:14px;
        color:#2c93f2;
        line-height:40px;
    }
    .bd_list_info_txt .detail {
        height:44px;
        line-height:22px;
        font-size:12px;
        color:#999;
        overflow:hidden;
    }
.bd_list_little li ,.container_r_list_top_r .bd li{
    overflow:hidden;
    height: 32px;
    line-height:32px;
    font-size:14px;
}
    .container_r_list_top_r .bd li .from {
        float:left;
        color:#444;
    }
.bd_list_little li .name{
    width:260px;
    overflow:hidden;
    float: left;
    overflow: hidden;
    color:#333;
 }
    .container_r_list_top_r .bd li .name {
    width:230px;
    overflow:hidden;
    float: left;
    overflow: hidden;
    color:#333;
    margin-left:5px;
    }
.bd_list_little li .name:hover,.container_r_list_top_r .bd li .name:hover{
   color:#2c93f2;
 }
.bd_list_little li .date,.container_r_list_top_r .bd li .date{
    color:#666;
    float:right;
    display:inline;
}
.container_r_list_top_r {
    margin-left:30px;
    width:345px;
}
    .container_r_list_top_r .hd {
        padding-bottom:14px;
        border-bottom:1px solid #ededed;
    }
    .container_r_list_top_r .tit h3{
        font-size:14px;
        line-height:42px;
        width:100%;
        overflow:hidden;
    }
        .container_r_list_top_r .tit h3 a {
            color:#2c93f2;
        }
.container_r_list_bottom {
    margin-top:10px;
}
.container_r_list_bottom ul li {
    float:left;
    display:inline;
    width:174px;
    height:76px;
    margin-right:7px;
}
    .container_r_list_bottom ul li:last-child {
         margin-right:0px;
    }
    .container_r_list_bottom ul li img {
        opacity: 1;
        transition: all 0.3s ease-in-out 0s;
    }   
   .container_r_list_bottom ul li img:hover {
        opacity:0.7;
   }
.container_r_bottom_item {
    width:345px;
}
    .container_r_bottom_item .hd {
        line-height:40px;
        width:100%;
        border-bottom:1px solid #cdcdcd;
    }
        .container_r_bottom_item .hd h3 {
            font-size:12px;
            background:url(../images/hd_bg.png) no-repeat right center;
        }
            .container_r_bottom_item .hd h3 a {
              color:#333;
              display:block;
              width:136px;
              border-bottom:1px solid #2c92f6;
              margin-bottom:-1px;
            }
                .container_r_bottom_item .hd h3 a:hover,.container_r_bottom_item .hd h3 a{
                    color:#2c93f2;
                }
    .container_r_bottom_item .bd li {
        border-bottom: 1px dashed #ddd;
        font-size: 14px;
        line-height: 36px;
        overflow:hidden;
    }
        .container_r_bottom_item .bd  li .num {
            border-radius: 20px;
            color: #fff;
            float: left;
            font-family: "arial";
            font-size: 12px;
            height: 20px;
            line-height: 20px;
            margin: 7px 5px 0 0;
            text-align: center;
            width: 20px;
            background-color:#808284;
      }
        .container_r_bottom_item .bd li .name {
           display:block;
            width:240px;
            font-size:14px;
            color:#333;
            float:left;
            overflow:hidden;
        }
            .container_r_bottom_item .bd li .name:hover {
                color:#2c93f2;
            }
        .container_r_bottom_item .bd li .date {
             font-size:14px;
            color:#666;
            float:right;
        }
        .container_r_bottom_item .bd li .numBlue {
            background-color:#0092fb;
        }
        
.lmrg30 {
    margin-left:30px;
}

.container_bottom {
    margin-top:28px;
  
  }
    .container_bottom li {
        float: left;
        display:inline;
        width: 160px;
        height: 75px;
        margin-left:8px;
        margin-bottom:10px;
    }
        .container_bottom li a {
            display:block;
        }
        .container_bottom li img {
        width: 160px;
        height: 75px;
        opacity:1;
        transition:all 0.3s ease-in-out 0s;
        }
        .container_bottom li:hover img {
            opacity:0.7;
        }
/*footer*/
#footer {
    width:100%;
    height:136px;
    background-color:#26292e;
    margin-top:30px;
}
.footer_list {
    padding-top:34px;
}
.footer_list li {
    float:left;
    display:inline;
    font-size:12px;
}
    .footer_list li a {
        color:#ccc;
        transition:all 0.2s ease-in-out 0s;
    }
        .footer_list li a:hover {
            color:#fff;
        }
    .footer_list li .line {
       width:1px;
       height:12px;
       background-color:#ccc;
       border-right:1px solid #636364;
       margin:0 8px;
    }
     .footer_copy {
        font-size:12px;
        color:#999;
        line-height:25px;
        transition:all 0.2s ease-in-out 0s;
    }
        .footer_copy:hover {
            color:#ccc;
        }
.footer_right {
    padding-top:36px;
}
.footer_right ul li {
    float:left;
    display:inline;
    width:31px;
    height:30px;
    margin-left:14px;
}
/*exhi*/
.exhi-trace {
    font-size:14px;
    line-height:40px;
    border-bottom:1px solid #d9d8de;
}
 .exhi-trace a {
     color:#333;
}
 .exhi-trace a:hover {
     color:#2c93f2;
 }
 .exhi-trace a:first-child {
    padding-left:22px;
    background:url(../images/about-trace.jpg) no-repeat 0 0;
}
 .exhi-list{
    margin-top:26px;
}
 .exhi-list .hd{
 border-bottom:1px solid #d7d8dd;
 padding-bottom:10px; 
 }
 .exhi-list .hd .title-h3 {
     border-left:4px solid #2c93f2;
     padding-left:4px;
     font-size:20px;
     color:#222;
     font-weight:500;
}
 .exhi-list .hd .more {
     font-size:12px;
     color:#333;
     padding-top:12px;
 }
 .exhi-list .hd .more:hover {
     color:#2c93f2;
}
.exhi-list .bd {
    margin-top:23px;
}
.exhi-list .bd ul li.exhi-list-item {
    float:left;
    width:241px;
    margin-right:12px;
    margin-bottom:32px;
    position:relative;
}
.exhi-list .bd ul li.exhi-list-item:last-child {
     margin-right:0px;
}
.exhi-list .bd ul li.exhi-list-item .pic {
    width:241px;
    height:147px;
    overflow:hidden;
}
 .exhi-list .bd ul li.exhi-list-item .pic a {
    display:block;
    width:241px;
    height:147px;
    overflow:hidden;
}
 .exhi-list .bd ul li.exhi-list-item .pic a img {
     
     transform:scale(1,1);
     transition:all 0.5s ease-in-out 0s;
}
 .exhi-list .bd ul li.exhi-list-item:hover .pic img{
     transform:scale(1.2,1.2);
}
.exhi-list .bd ul li.exhi-list-item .txt .title-h4 a{
    font-size:16px;
    color:#333;
    line-height:25px;
    font-weight:500;
}
.exhi-list .bd ul li.exhi-list-item:hover .txt .title-h4 a{
    color:#2c93f2;
}
.exhi-list .bd ul li.exhi-list-item .txt p.time, .exhi-list .bd ul li.exhi-list-item .txt p.map {
    font-size:14px;
    color:#666;
    line-height:20px;
}
 .exhi-list .bd ul li.exhi-list-item .txt p.price {
     font-size:14px;
     color:#f54339;
     line-height:24px;
     font-weight:500;
     margin-top:10px;
 }
 .exhi-list .bd ul li.exhi-list-item .but {
     width:85px;
     height:25px;
     background-color:#2c93f2;
     text-align:center;
     line-height:25px;
     border-radius:4px;
     position:absolute;
     right:0px;
     bottom:0px;
 }
 .exhi-list .bd ul li.exhi-list-item .but:hover {
     background-color:#f54339;
 }
 .exhi-list .bd ul li.exhi-list-item .but a {
     color:#fff;

 }
 .exhi-list .bd-banner a{
     display:block;
}
 .exhi-list .bd-banner a:first-child {
     width:800px;
     height:70px;
 }
 .exhi-list .bd-banner a:last-child {
     width:190px;
     height:70px;
 }
.exhi-list .bd-banner img{
    opacity:1;
    transition:all 0.3s ease-in-out 0s;
    
}
 .exhi-list .bd-banner img:hover {
     opacity:0.8;
 }


/*about*/
.about-box-left {
    float:left;
    width:620px;
}
 .about-box-left .about-trace {
    font-size:14px;
    line-height:40px;
    border-bottom:1px solid #d9d8de;
 
}
 .about-box-left .about-trace a {
   color:#333;
}
 .about-box-left .about-trace a:hover {
     color:#2c93f2;
 }
.about-box-left .about-trace a:first-child {
    padding-left:22px;
    background:url(../images/about-trace.jpg) no-repeat 0 0;
}
.about-box-left .about-info {
    margin-top:26px;
}
 .about-box-left .about-info .hd {
 border-bottom:1px solid #d7d8dd;
 padding-bottom:10px; 
 }
 .about-box-left .about-info .hd .title-h3 {
     border-left:4px solid #2c93f2;
     padding-left:4px;
     font-size:20px;
     color:#222;
     font-weight:500;
}
.about-box-left .about-info .bd .title-h4{
    font-size:18px;
    color:#222;
    margin:30px 0px;
    font-weight:500;
    text-align:center;
}
.about-box-left .about-info .bd .title-h4:hover {
    color:#2c93f2;
}

.about-box-left .about-info .bd p.txt {
    font-size:14px;
    color:#252525;
    line-height:24px;
    text-indent:2em;
    margin:30px 0px;
}
.about-box-left .about-info .bd p.bold {
    font-weight:600;
}
.about-box-left .about-icon {
    margin-top:40px;
 }

 .about-box-left .about-icon ul li {
     float:left;
     display:inline;
     width:25%;
     text-align:center;
}
 .about-box-left .about-icon ul li .img {
     width:70px;
     height:70px;
     border-radius:50%;
     background-color:#eee;
     margin:0 auto; 
 }
.about-box-left .about-icon ul li:hover .img{
    background-color:#2c93f2;
}
 .about-box-left .about-icon ul li:hover p {
     color:#2c93f2;
 }
 .about-box-left .about-icon ul li .img img{
    padding-top:10px;
     margin:0 auto;
 }
 .about-box-left .about-icon ul li p {
    font-size:14px;
    color:#999;
    margin-top:28px;
 }
.about-box-right {
    margin-top:41px;
    width:300px;
    float:right;
}
.about-box-right .hd {
    height: 110px;
    background-color: #2c93f2;
    text-align: center;
    color: #fff;
    font-weight:400;
}
 .about-box-right .hd h4 {
     font-size:20px;
     padding-top:30px;
}
.about-box-right .hd p {
     font-size:18px;
     margin-top:4px;
}
.about-box-right .bd ul li {
    line-height:50px;
    border-bottom:1px solid #d3d3d3;
    text-align:center;
    background-color:#fff;
    font-size:16px;
    font-weight:300;
}
 .about-box-right .bd ul li.curr,.about-box-right .bd ul li:hover {
      background-color:#828282;
 }
.about-box-right .bd ul li.curr a,.about-box-right .bd ul li:hover a {
    color:#fff;
    padding-left:20px;
    background:url(../images/about-arrow1.png) no-repeat left center;
}
.about-box-right .bd ul li a {
    color:#333;
    padding-left:20px;
    background:url(../images/about-arrow.png) no-repeat left center;
}

/*new*/
.new-bd ul li {
    padding:27px 0px;
    padding-bottom:22px;
    border-bottom:1px solid #dbdbdb;
}
.new-bd ul li .title a{
    color:#252525;
}
.new-bd ul li:hover .title a{
    color:#2c93f2;
}
.new-bd ul li .title a h4 {
    font-size:16px;
}
.new-bd ul li p {
    margin-top:10px;
    font-size:14px;
    line-height:24px;
    color:#666;
    text-indent:2em;
}
 .new-bd ul li .time-box {
     margin-top:24px;
     font-size:14px;
 }
 .new-bd ul li .time-box span.time {
     font-size:14px;
     color:#999;
     padding-left:26px;
     background:url(../images/time.png) no-repeat 0 0;
}
 .new-bd ul li .time-box .share a{
     float:left;
     margin-left:10px;
 }
 .new-bd ul li .time-box .share span {
     float:left;
     color:#999;
 }
.new-bd .page {
    margin-top:22px;
    text-align:center;
    font-size:14px;
    
}
.new-bd .page a {
    margin:0 8px;
    color:#222;
}
 .new-bd .page a:hover,.new-bd .page a:active {
     color:#2c93f2;
 }

.new-bd .page a:last-child {
    margin:0px;
}
.new-list-right-top .title,.new-list-right-bottom .title{
        border-top: 1px solid #ccc;
}
.new-list-right-top .title h3,.new-list-right-bottom .title h3{
    font-size:16px; 
    line-height:46px;
   
 }
.new-list-right-top .title h3 a,.new-list-right-bottom .title h3 a {
    border-top:1px solid #2c93f2;
    color:#222;
    padding:14px 0px;
}
.new-list-right-top .bd-con .bd-first .info,.new-list-right-bottom .bd-con .bd-first .info{
    display: block;
    width: 300px;
    height: 46px;
    position: relative;
    overflow: hidden;
}
.new-list-right-top .bd-con .bd-first .info em.tag,.new-list-right-bottom .bd-con .bd-first .info em.tag{
    display: block;
    width: 60px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    background: #2c93f2 url(../images/new-icon.png) no-repeat 0 0;
    overflow: hidden;
}
.new-list-right-top .bd-con .bd-first a.pic,.new-list-right-bottom .bd-con .bd-first a.pic{
    display: block;
    width: 300px;
    height: 90px;
    overflow: hidden;
}
.new-list-right-top .bd-con .bd-first a.pic img,.new-list-right-bottom .bd-con .bd-first a.pic img{
    transform:scale(1,1);
    transition:all 0.5s ease-in-out 0s;
}
 .new-list-right-top .bd-con .bd-first a.pic img:hover,.new-list-right-bottom .bd-con .bd-first a.pic img:hover {
      transform:scale(1.2,1.2);
 }
.new-list-right-top .bd-con .bd-first .info h3,.new-list-right-bottom .bd-con .bd-first .info h3{
padding-left:70px;
width: 230px;
height: 46px;
line-height:46px;
font-size:17px;
}
.new-list-right-bottom .bd-con .bd-first .info h3 {
    padding-left:14px;
}
 .new-list-right-top .bd-con .bd-first .info h3 a,.new-list-right-bottom .bd-con .bd-first .info h3 a{
color:#404040;
}
 .new-list-right-top .bd-con .bd-first .info h3:hover a,.new-list-right-bottom .bd-con .bd-first .info h3:hover a {
     color:#f64339;
 }
.new-list-right-top .bd-con ul.bd-list,.new-list-right-bottom .bd-con ul.bd-list{
    margin-top:10px;
}
.new-list-right-top .bd-con .bd-list li,.new-list-right-bottom .bd-con ul.bd-list li {
    width: 285px;
    height: 30px;
    line-height:30px;
    border-left: 3px solid #f6f6f6;
    font-size:14px;
    background: #fff;
    overflow: hidden;
    padding-left: 12px;
    transition:all 0.3s ease-in-out;
}
 .new-list-right-top .bd-con .bd-list li:hover,.new-list-right-bottom .bd-con ul.bd-list li:hover {
  background: #fbfbfb;
  border-left: 3px solid #2c93f2;
 }
.new-list-right-top .bd-con .bd-list li:hover a,.new-list-right-bottom .bd-con ul.bd-list li:hover a {
    color:#f54339;
}
.new-list-right-top .bd-con .bd-list li a,.new-list-right-bottom .bd-con ul.bd-list li a {
    color:#404040;
}
.new-list-right-bottom {
    margin-top:44px;
}
.new-bd-info .title-h4 {
     font-size:18px;
    color:#222;
    margin-top:30px;
    margin-bottom:20px;
    font-weight:500;
    text-align:center;
}
 .new-bd-info .title-h4:hover {
     color:#2c93f2;
}
 .new-bd-info .time {
      text-align:center;
      color:#7a7a7a;
 }
.new-bd-info p.txt {
     font-size:14px;
    color:#252525;
    line-height:24px;
    text-indent:2em;
    margin:28px 0px;
}

