body{
    padding-top:50px;
}
footer {
    line-height: 1.5em;
}

.copyright {
    position: relative;
    z-index: 500;
    background: #000;
    padding: 10px 0;
    text-align: center;
    color: #a1a1a1;
}
address{
    color: #eee;
    background: #262c38;
    padding: 10px;
    text-align: center;
    margin: 0;
    text-shadow: none;
}
img{
    width: 100%;
}
.navbar-nav>li>a{
    color:#fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-inverse input[type="text"]{
    background: #313131;
    border: none;
    color: #999;
}
.navbar-inverse {
    background-color: #262c38;
}

.navbar-inverse .navbar-form{
    position: relative;
}
.navbar-inverse button[type="submit"]{
    position: absolute;
    top: 25%;
    right: 20px;
    background: none;
    border: none; 
}
@media(min-width:768px){
    .navbar-inverse button[type="submit"]{
      top: 15%  
    }
}
.navbar-inverse .glyphicon{
    color: #999;
}
.profile{ 
    margin-right: 25px; 
     
}
.row{
    margin: 0;
}
.nav{
    margin: 0 auto;
}
.product{
    margin: 0 auto;
    text-align: left;
    box-shadow: inset 0px 0px 0px 10px #d9d9d9;
    margin-bottom: 100px;
    margin-top: 20px;
}
.product h2{
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    color: #3a3a3a;
    padding: 3px 0 3px 0;
    margin: 80px auto 50px;
    text-shadow: 3px 3px 0px #c7c7c7;
    border-bottom: 2px solid rgb(138, 30, 30);
    display: inline-block;
}
@media (max-width: 768px) {}

/* 中等屏幕（桌面显示器，大于等于768px） */

@media (max-width: 768px) {

.product h2 {

font-size:25px;

}

}
.resume {
    background-color: #f1f1f1;
    margin-top: 30px;
    padding-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    margin-bottom: 140px;
    line-height: 2em;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    padding: 5%;
    text-align: justify;
}
.resume h3{
    text-align: center;
}
.resume h4 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #3d3d3d;
    margin-bottom: 25px;
    text-align: left;
}
.resume h5, h6 {
    font-size: 16px;
    font-family: 'Arvo', Arial, sans-serif;
    font-weight: 700;
    padding: 10px 0;
    margin: 30px 0 10px;
}
.resume li {
    list-style: outside none none;
    line-height: 22px;
    font-family: "楷体",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3D3D3D;
    margin-bottom: 10px;
}
.res h4{
    text-align: left;
    border-bottom: 2px solid rgb(138, 30, 30);
}
.res li{
    padding-left: 1em;
    
}
/*行程*/
#itinerary{
    background-color: #f3f3f3;
}
#itinerary h3
{
    font-size: 22px;
}
#itinerary h4
{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.itinerary{border-left: 5px solid #e65109;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background-color: #72727233;
padding: 15px;
margin: 10px 0;
}

/*服务细节*/
#services{
    background-color: #f3f3f3;
}

/*费用相关*/
#costinfo{
    background-color: #f3f3f3;
}
/*景点图片*/
.details_img{
    background-color: #b9b9b9;
}
/*艺术家简介*/
#artist{
    background-color: #f3f3f3;
}
.art{
    background-color: #f1f1f1;
    padding: 5%;
    border-top:1px solid gray;
    border-bottom:1px solid gray;
}
.art-list li{
    list-style-type: none;
    line-height: 25px;
    text-align: left;
}
.art-img{
    text-align: center;
}
.art img{width: 80%;
margin-bottom: 21px;
line-height: 0em;
padding: 5px;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
-o-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
box-shadow: 0px 0px 3px rgba(0,0,0,.2);}
/*景点图片*/
#details_an{
    background-color: #000;
}
#details_an h2 {
    color: #fafafa;
}
/*景点图片*/
#webpic{
    background-color: #f3f3f3;
}
       .gao {
            list-style: none;
            width: 90%;
           margin: 0 auto;
        }

        .gao li {
            float: left;
            width: 100%;
            height: auto;
            vertical-align: middle;
            margin-bottom: 150px;
        }

        .gao span {
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle;
        }

        .gao img {
            width: 100%;
            background: #333;
            text-align: center; 
        }
.gao span{
    width: 100%;
    text-align: center;
    margin: 5px auto;
}
       .an {
            list-style: none;
            width: 90%;
           margin: 0 auto;
        }


        .an span {
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle;
        }

        .an img {
            width: 100%;
            background: #333;
            text-align: center; 
            margin-bottom: 80px;
        }


.feature h3{
    color: #0d211a;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 20px;
text-align: center;
}
.feature h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.feature h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.feature {background-color: #dddfe3;
padding: 5%;
height: auto;}
.sm{    margin: 20px 0;
    font-size: 16px;
    font-style: normal;
    font-family: "楷体",Microsoft Yahei,sans-serif;
    text-align: justify;
}

.feature ol li{ 
    list-style-type:demical;
    list-style-position:outside;
    margin-bottom: 5px;
    font-family: Microsoft Yahei,sans-serif;
}
.xl_top{
    margin-top: 20px;
}
.point {
    display: block;
    background: #681205;
    width: auto;
    font-size: 18px;
    text-align: center;
    float: left;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
}

 .nav nacbar-nav li a {
        color: #fff;

    }
    h3{
        font-size: 18px;
        font-weight: 600;
    }
	
	.content3 {
            width: 700px;
            margin: 0 auto;
            margin-top: 0px;
            margin-top: 6px;
            padding: 10px 0px 80px;
        }
		
		 .shm {
            padding: 30px 50px 80px;
            background: #d4d4d4;
            border: 4px solid #f8f8f8;
            margin: 50px auto;
            width: 660px;
        }
		
		 .shm h5 {
            text-align: center;
            font-family: "楷体";
            color: #410304;
            font-size: 1.5em;
            height: 20px;
            line-height: 10px;
        }

        .shm li {
            font-family: "楷体";
            list-style: none;
            font-size: 1.4em;
            line-height: 30px;
            list-style-type: square;
            list-style-position: outside;
            padding: 5px 10px;
        }
	