﻿body {
    font-family: "Microsoft YaHei",微软雅黑;
}

div, figure, figcaption, input, button {
    box-sizing: border-box;
}

a:hover {
}

figure {
    margin: 0; /*内*/
    padding: 0;
}

#adver {
    max-width: 1920px;
    margin: 0 auto;
    padding: 65px 0 0 0;
    position: relative;
}

    #adver .img {
        width: 100%;
    }




#container {
    /* width: 1263px; */
    /*height: 1200px;*/
    margin: 30px auto;
}

    #container .sidebar {
        width: 340px;
        /*height: 1200px;*/
        float: right;
    }

    #container .sidebox {
        border: 1px solid #eee;
        margin: 0 0 10px 0;
        text-align: center;
    }

        #container .sidebox h2 {
            font-size: 20px;
            font-weight: normal;
            letter-spacing: 2px;
            text-indent: 8px;
            height: 40px;
            line-height: 40px;
            /*background-color: #fafafa;*/
            background-color: #f60;
            font-weight: bolder;
            color: #fff;
            text-align: left;
        }

    #container .tag {
        padding: 10px 0;
    }

        #container .tag a {
            display: inline-block; /*变成数据块*/
            width: 300px;
            background-color: #eee;
            height: 35px;
            line-height: 35px;
            margin: 2px 0px;
            color: #666;
            text-align: left;
            text-indent: 8px;
        }

            #container .tag a:hover {
                background-color: #458b00;
                color: #fff;
            }

    #container .hot_pro {
        padding: 10px 0;
    }
    #container .hot_pro ul{
        line-height: 40px;
        display: inline-block;
        width: 100%;
        background: #acedf3;

    }
    #container .hot_pro ul li{
        /* background-color: #abacaa; */
        /* display: inline-block; */
        /* border: #458b00 1px solid ; */
        line-height: 45px;
    }
    #container .hot_pro ul:hover{
        background-color: #c7ff8f;
        color: #458b00;
        font-weight: bold;
        display: block;
        /* border: #458b00 1px solid ; */
    }

    /* #container .hot_pro a:hover{
        display: block;
        color:#458b00;
        border: #f60 2px solid;

    } */
        #container .hot_pro figcaption {
            width: 150px;
            overflow: hidden;
        }

    #container figure {
        display: inline-block;
        padding: 1px;
        color: #666;
        border: 1px solid #eee;
    }

        #container figure a:hover {
            display: inline-block;
            /*background-color: #999;
            color: red;*/
            color: #fff;
            background-color: #f60;
        }

    #container .box {
        padding: 10px 0;
    }

        #container .box li {
            display: inline-block; /*变成数据块*/
            width: 150px;
            background-color: #eee;
            height: 40px;
            line-height: 40px;
            margin: 2px 0px;
            text-align: left;
            text-indent: 40px;
        }

        #container .box a {
            display: block;
            color: #999;
        }

            #container .box a:hover {
                background-color: #458b00;
                color: #fff;
            }

            #container .box a.trea1 {
                background: #eee url(../img/book.png) no-repeat 5px center;
            }

            #container .box a.trea2 {
                background: #eee url(../img/book.png) no-repeat 5px center;
            }

            #container .box a.trea3 {
                background: #eee url(../img/book.png) no-repeat 5px center;
            }

            #container .box a.trea4 {
                background: #eee url(../img/book.png) no-repeat 5px center;
            }

    #container .hot_pro {
        padding: 10px 0;
    }

    #container .list {
        width: 100%;
        /*height: 1200px;*/
        float: left;
        background-color: #f6fdff;
    }

    #container .infor {
        background-color: #eee;
        line-height: 45px;
        height: 45px;
        margin: 0 0 10px 0;
    }

    #container .left {
        display: inline-block;
        /*background-color:maroon;*/
        float: left;
    }

        #container .left li {
            display: inline-block;
            width: 150px;
            height: 43px;
            line-height: 43px;
            /*background-color:#ccc;*/
            text-align: center;
        }

            #container .left li:first-child {
                background-color: #fff;
                border-top: 2px solid #458b00;
                position: relative;
                left: 1px;
            }

        #container .left a {
            color: #666;
        }

    #container .right {
        display: inline-block;
        /*background-color:green;*/
        margin: 0 20px 0 0;
        float: right;
    }

        #container .right li {
            display: inline-block;
            /*background-color:green;*/
            width: 60px;
            height: 45px;
            line-height: 45px;
            text-align: center;
        }

        #container .right a {
            padding: 3px 8px;
        }

            #container .right a.selected, #container .right a:hover {
                background-color: #458b00;
                color: #fff;
            }

    #container .tour {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0; /*上，右，下，左*/
        /*background-color:#ccc;*/
        border: 1px solid #eee;
        position: relative;
    }
  
        #container .tour img {
            float: left;
            width: 300px;
            height: 160px;

        }

        #container .tour figcaption {
            width: 72%;
            height: 160px;
            float: right;
        }

        #container .tour hgroup {
            width: auto;
        }

        #container .tour h2 {
            font-size: 20px;
            font-weight: normal;
            color: #333;
            /* padding: 10px 0 10px 25px; */
        }

        #container .tour h3 {
            font-size: 16px;
            font-weight: normal;
            color: #666;
            line-height: 1.5;
            padding: 10px 0 10px 25px; /*上，右，下，左*/
        }

        #container .tour h4 {
            /*font-size: 16px;*/
            letter-spacing: 1px; /*字体间距*/
            text-indent: 25px; /*首行缩进*/
            font-weight: normal;
            color: #666;
            line-height: 1.5;
            padding: 10px 0 10px 25px; /*上，右，下，左*/
        }

        #container .tour h5 {
            letter-spacing: 1px; /*字体间距*/
            text-indent: 25px; /*首行缩进*/
            background-color: #f2e8e8;
            width: 95%;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            color: #666;
            bottom: 0;
           
        }

        #container .tour ol {
            width: 95%;
            padding: 0 0 0 25px;
            line-height: 1.5;
            color: #666;
        }

        #container .tour mark {
            background-color: #fff;
            border: 1px solid #458b00;
            border-radius: 4px;
            padding: 0 5px;
            color: #458b00;
        }

        #container .tour .buy {
            position: absolute;
            top: 55px;
            right: 15px;
        }

        #container .tour .price {
            color: #f60;
            font-size: 20px;
        }

        #container .tour .content {
            height: 60px;
            overflow: hidden;
        }

        #container .tour .price strong {
            font-size: 30px;
        }

        #container .tour .price s {
            font-size: 14px;
            color: #999;
        }

        #container .tour .reserve {
            margin: 10px 0 0 0;
        }

            #container .tour .reserve a {
                display: inline-block;
                width: 190px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 20px;
                color: #fff;
                background-color: #f60;
                border-radius: 6px;
            }

        #container .tour .type {
            color: #fff;
            width: 90px;
            height: 25px;
            line-height: 25px; /*高度居中*/
            font-size: 14px;
            text-align: center; /*水平居中*/
            background-color: #59b200;
            position: absolute;
            top: 0;
            left: 0;
            letter-spacing: 1px;
            border-bottom-right-radius: 4px; /*右下角圆角*/
        }
        @media (max-width:768px) {

            #container .tour {
                width: 100%;
                padding: 0;
                margin: 0 0 20px 0; /*上，右，下，左*/
                /*background-color:#ccc;*/
                border: 1px solid #eee;
                position: relative;
            }
            #container.tour img {
               float: left;
               width: 180px;
               height: 80px;
   
           }
           #container .tour figcaption {
               width: 100%;
               /* height: 80px; */
               float: left;
           }
           #container .tour h2 {
               font-size: 22px;
               font-weight: normal;
               color: #333;
               padding: 5px 0 5px 15px; /*上，右，下，左*/
           }
   
           #container.tour h3 {
               font-size: 10px;
               font-weight: normal;
               color: #666;
               line-height: 1.5;
               padding: 5px 0 5px 10px; /*上，右，下，左*/
           }
           #container .tour hgroup {
            width: 100%;
            }
            #container .tour footer {
                width: auto;
                height: 30px;
                line-height: 30px;
                letter-spacing: 1px; /*字体间距*/
                text-indent: 25px; /*首行缩进*/
                color: #666;
                /* bottom: 0; */
                position: absolute;
                background-color: #fafafa;
            }
       
            .jumbotron  img {
                width: 100% !important;
                height: 100% !important;
              
            }
            .jumbotron p h2{
                font-size:16px;
            }
            h1 {
                font-size:28px;

            }
            h2{
                font-size:22px;
            }
            
            
        }

        

       

        #container .tour h4 {
            /*font-size: 16px;*/
            letter-spacing: 1px; /*字体间距*/
            text-indent: 15px; /*首行缩进*/
            font-weight: normal;
            color: #666;
            line-height: 1.5;
            padding: 10px 0 10px 25px; /*上，右，下，左*/
            }

        #container .tour h5 {
            letter-spacing: 1px; /*字体间距*/
            text-indent: 25px; /*首行缩进*/
            background-color: #f2e8e8;
            width: 95%;
            /* height: 40px; */
            /* line-height: 40px; */
            font-size: 18px;
            color: #666;
            bottom: 0;
           
            }

        #container .tour ol {
            width: 95%;
            padding: 0 0 0 25px;
            line-height: 1.5;
            color: #666;
        }

        #container .tour mark {
            background-color: #fff;
            border: 1px solid #458b00;
            border-radius: 4px;
            padding: 0 5px;
            color: #458b00;
        }

        #container .tour .buy {
            position: absolute;
            /* top: 55px; */
            right: 15px;
        }

        #container .tour .price {
            color: #f60;
            font-size: 20px;
        }

        #container .tour .content {
            height: 60px;
            overflow: hidden;
        }

        #container .tour .price strong {
            font-size: 30px;
        }

        #container .tour .price s {
            font-size: 14px;
            color: #999;
        }

       }
        #container .tour .disc {
            position: absolute;
            top: 0;
            right: 0;
            width: 52px;
            height: 52px;
            /*line-height:52px;*/
            background: url(../img/price.png) no-repeat;
        }

            #container .tour .disc span {
                display: block;
                transform: rotate(45deg);
                width: 52px;
                height: 52px;
                padding: 5px 0 0 0;
                text-indent: 7px;
                font-size: 14px;
                color: #fff;
            }

        #container .tour footer {
            width: auto;
            height: 30px;
            line-height: 30px;
            letter-spacing: 1px; /*字体间距*/
            text-indent: 25px; /*首行缩进*/
            color: #666;
            bottom: 0;
            position: absolute;
            background-color: #fafafa;
        }

        #container .tour time {
            color: #458b00;
        }

    #container .more {
        width: 50%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid #ccc;
        border-color: #fafafa;
        border-radius: 10px;
        cursor: pointer;
        font-size: 18px;
        color: #666;
    }

    #container .about {
        color: #666;
        font-size: 20px;
    }

        #container .about h2 {
            height: 40px;
            line-height: 40px;
            border-bottom: 1px dashed #999;
            padding: 0 0 15px 0;
            font-size: 30px;
            font-weight: normal;
        }

        #container .about figure {
            border: 1px solid #ddd;
            display: inline-block;
            width: 370px;
            height: 335px;
            padding: 4px;
            border-radius: 4px; /*圆角矩形*/
            margin: 10px 10px;
            text-align: left;
            font-size: 14px;
            /*position: relative;*/
        }

        #container .about figcaption {
            text-align: center;
            padding: 5px 0;
        }

        #container .about p {
            font-size: 15px;
            line-height: 2;
            color: #666;
            margin: 20px 0;
        }

        #container .about address {
            line-height: 1.5;
            font-size: 13px;
            color: #666;
            margin: 20px 0;
            font-style: normal;
        }


#footer {
    clear: both;
    background-color: #222;
    position: relative;
    top: 20px;
}

    #footer .top {
        max-width: 1263px;
        height: 260px;
        margin: 0 auto;
        text-align: center;
    }

        #footer .top .block {
            width: 25%;
            height: 260px;
            /*background-color: red;*/
            display: inline-block;
            text-align: left;
            color: #ccc;
            vertical-align: top; /* 至顶*/
            display: block;
            float: left;
        }

    #footer h2 {
        font-size: 20px;
        /*font-weight:normal;*/ /*不需要任何管理*/
        padding: 20px 0 0 20px;
    }

    #footer hr {
        width: 90%;
        border: 1px dashed #333;
    }

    #footer ul {
        font-size: 16px;
        color: #777;
        text-indent: 20px; /*首行缩进*/
        line-height: 1.5;
    }


    #footer .version {
        color: #777;
        text-align: center;
        padding: 10px;
    }

    #footer .bottom {
        /*width:1263px;
      
        margin:0 auto ;*/
        height: 40px;
        background-color: #000;
        color: #777;
        text-align: center;
        line-height: 40px;
        font-size: 13px;
        border-top: 1px solid #444; /*上边框增加1PX的线*/
    }
/* 右侧 */
.panel  h3{
    font-size: 25px;
    font-weight: bold;
}
.panel a{
    line-height: 45px;
    /* background: #c7ff8f; */
    display: block;
}
.panel a:hover{
    background: #a9f1e7;
    line-height: 45px;
}
.news_top h2,h3{
    text-align: center;
}
.jumbotron p img{
    /* width: 100%; */
}
.nav-pills li{
    width: 49%;
    display: inline-block;
    padding-right: 12px;
    padding-bottom:10px;


}
.project td
{ width:300px;
    }
.project .list
{
   width:300px;
   height:350px;
   background:1px solid #444;
   
    
    }
.project img
{
    width:260px;
    height:320px;
}
@media (max-width: 768px) {
	.project .list {
		width:100%;
    height:150px;
   background:1px solid #444;
	}
	.project img
{
    width:100%;
  height:120px;
}

}