@charset "utf8";

.focus {
    width: 100%;
    position: relative;
    background: #fff;
}

.focus .bd {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.focus .bd li {
    position: relative;
}

.focus .bd li img {
    width: 100%;
}

.focus .bd li p {
    position: absolute;
    width: 830px;
    height: 50px;
    line-height: 50px;
    display: block;
    left: 50%;
    bottom: 15px;
    margin-left: -480px;
    color: #fff;
    z-index: 9;
    text-indent: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focus .hd {
    width: 960px;
    height: 50px;
    z-index: 8;
    line-height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    bottom: 15px;
    text-align: right;
    background: rgba(0, 0, 0, 0.6)
}

.focus .hd ul {
    margin-right: 20px;
}

.focus .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #fff;
}

.focus .hd ul .on {
    background: #ffa800;
}

.focus .prev,
.focus .next {
    display: block;
    position: absolute;
    top: 38%;
    width: 50px;
    height: 80px;
}

.focus .prev {
    left: 2%;
    background: url(../tplimg/la.png) no-repeat center center;


}

.focus .next {
    right: 2%;
    background: url(../tplimg/ra.png) no-repeat center center;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.title1 {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    background: url("../tplimg/title1.png") no-repeat center bottom;
}

.title1 span {
    float: right;
    text-indent: 0;
    margin-right: 20px;
}

.search {
    display: block;
    width: 403px;
    height: 38px;
    margin-top: 10px;
    background: url("../tplimg/search-bg.png") no-repeat center center;
}

.search-input {
    width: 310px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 4px;
    border: none;
    vertical-align: middle;
}

.search-btn {
    width: 70px;
    height: 35px;
    margin-top: 1px;
    border: none;
    background: url("../tplimg/search-btn.png") no-repeat center center;
    vertical-align: middle;
    cursor: pointer;
}

.title1 span a {
    display: block;
    float: left;
    color: #764533;
    width: 95px;
    height: 33px;
    line-height: 33px;
    margin-top: 15px;
    margin-right: 10px;
    text-align: center;
    background: url("../tplimg/title1-tab.png") no-repeat center top;
}

.title1 span a:hover {
    text-decoration: none;
    color: #fff;
    background-position: center -33px;
}

.big-news-photo {
    width: 500px;
    margin: 25px 0 0 10px;
    float: left;
}

.big-news-photo img {
    width: 500px;
    height: 315px;
}
.big-news-photo .bd {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.big-news-photo .bd li {
    position: relative;
}

.big-news-photo .bd li img {
    width: 100%;
}

.big-news-photo .bd li p {
    position: absolute;
   width:420px;
    height: 50px;
    line-height: 50px;
    display: block;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    z-index: 9;
    text-indent: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.big-news-photo .hd {
   width: 100%;
    height: 50px;
    z-index: 8;
    line-height: 50px;
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    text-align: right;
    background: rgba(0, 0, 0, 0.6)
}

.big-news-photo .hd ul {
    margin-right: 20px;
}

.big-news-photo .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height:8px;
    margin: 0 3px;
    background: #fff;
}

.big-news-photo .hd ul .on {
    background: #ffa800;
}

.big-news-photo .prev,
.big-news-photo .next {
    display: block;
    position: absolute;
    top: 43%;
    width: 20px;
    height: 34px;
}

.big-news-photo .prev {
    left: 2%;
    background: url(../tplimg/big-photo-l.png) no-repeat center center;


}

.big-news-photo .next {
    right: 2%;
    background: url(../tplimg/big-photo-r.png) no-repeat center center;
}
.big-news {
    width: 455px;
    float: right;
    margin-top: 20px;
}

.big-news-content {
    height: 120px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #bfbfbf;
}

.big-news-content h1 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #653522;
}

.big-news-content a:hover h1 {
    color: #BD0A01;
}

.big-news-content p {
    font-size: 14px;
    color: #666;
}

.big-news-content a:hover {
    color: #dd2e2e;
    text-decoration: none;
}

.big-news-content a:hover p {
    color: #dd2e2e;
}

.news-list {
    margin-top: 15px;
}

.news-list li {
    height: 35px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
    padding-left: 20px;
    background: url("../tplimg/news-list-ico.png") no-repeat left 12px;
}

.ad img {
    width: 1000px;
    margin: 20px auto 0;
}

.contet-area-left {
    width: 480px;
    float: left;
    margin-top: 20px;
}

.contet-area-right {
    width: 480px;
    float: right;
    margin-top: 20px;
}

.title2 {
    background: url("../tplimg/title2.png") no-repeat center center;
    height: 45px;
}

.more {
    float: right;
    color: #764533;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
}

.intro {
    width: 460px;
    display: block;
    margin: 10px auto 0;
}

.tabs-title {
    background: url("../tplimg/tabs-title.png") no-repeat center center;
    height: 45px;
}

.tabs-title h2 {
    width: 120px;
    height: 35px;
    display: block;
    margin-top: 5px;
    float: left;
    background-image: url("../tplimg/tabs-title2.png");
    background-repeat: no-repeat;
}

.tabs-title h2 a {
    display: block;
}

.tabs-title1 {
    margin-left: 55px;
    background-position: center -50px;
}

.tabs-title2 {
    margin-left: 20px;
    background-position: center -90px;
}

.on.tabs-title1 {
    background-position: center top;
}

.on.tabs-title2 {
    background-position: center -136px;
}

.top-news {
    height: 135px;
    overflow: hidden;
    margin-top: 20px;
}

.top-news img {
    float: left;
    margin-right: 20px;
}

.top-news h1 {
    font-size: 18px;
}

.top-news p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    margin-top: 10px;
    line-height: 1.8;
}

.top-news a:hover {
    text-decoration: none;
}

.top-news a:hover p {
    color: #BD0A01;
}

.title3 {
    background: url("../tplimg/title3.png") no-repeat center center;
    height: 45px;
}

.title4 {
    background: url("../tplimg/title4.png") no-repeat center center;
    height: 45px;
}

.grallery {
    width: 1000px;
    margin: 50px auto 0;
}

.grallery .mt {
    margin-top: 10px;
}

.grallery .ml0 {
    margin-left: 0;
}

.TBigPhoto {
    font: normal 16px/40px "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
    float: left;
    height: 360px;
    width: 300px;
    overflow: hidden;
    color: #fff;
    position: relative;
    text-decoration: none;
}

.TBigPhoto a {
    color: #fff;
}

a.Tico {
    background: #c07636 url("../tplimg/grallery-ico.png") no-repeat center center;
    float: left;
    height: 170px;
    width: 170px;
    display: block;
}

a:hover.Tico {
    background-color: #c07636;
}

.TGallery {
    float: right;
    width: 690px;
}

.Tphoto {
    float: left;
    margin-left: 7px;
    display: inline;
    position: relative;
}

.TBigPhoto span.show,
.show .TphotoTitle {
    display: block;
}

.TBigPhoto span,
.TphotoTitle {
    font-size: 16px;
    line-height: 35px;
    background: #c07636;
    display: none;
    position: absolute;
    left: 0px;
    bottom: 15%;
    padding-right: 10px;
    padding-left: 10px;
}

.TphotoTitle a {
    color: #FFF;
}

.link {
    width: 1000px;
    margin: 20px auto 0;
}

.title5 {
    background: url("../tplimg/title5.png") no-repeat center center;
    height: 60px;
}


.link-list li {
    float: left;
    display: inline;
    height: 268px;
    padding: 0 5px;
    overflow: hidden;
    zoom: 1;
}

.link-list li h4 {
    width: 40px;
    height: 245px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    float: left;
    overflow: hidden;
    background: #8c6528 url("../tplimg/link-tabs-bg.png") no-repeat center center;
    color: #fff;
}

.link-list li h4 span {
    width: 18px;
    display: block;
    margin-left: 10px;
    margin-top: 25px;
}

.link-list li.on .tabBody {
    display: block;
    width: 750px;
    padding: 20px 10px 0 20px;
    display: inline;
    float: left;
    margin-left: 10px;
}

.link-list li .tabBody {
    display: none;
}
.link-photo{float: left;}
.link-list-section{
    width: 500px;
    float: left;
    margin-left: 10px;
}

.link-list-section li{height: 30px;line-height: 30px;}
#gg1{z-index: 999;}
   #gg1 img {
       display: block;
   }

   #close-ad {
       cursor: pointer;
       float: right;
       margin-top: 5px;
       margin-right: 5px;
   }