
/*背景图*/
#img{
    width: 100%;
    background-size: cover;
}
#img img{
    width: 100%;
}
.img-log{
    margin-left: 10%;
    height: 480px;
    position: relative;
}
#img h1{
    color: #fefefe;
    float: left;
    margin-top: 90px;
    line-height:100px;
    font-family:'BlackChancery';
    font-size: 50px;
}
#img h1 a{
    line-height: 44px;
    font-size: 26px;
    text-align:center;
    display: block;
    width: 172px;
    height: 45px;
    border:1px solid #fefefe;
    color: #fefefe;
    transition: all 1s ease;
    margin-top: 25px;
}

#img h1 a:hover{
    background-color: #fefefe;
    color:#307b3a ;
    border:1px solid #307b3a;
    border-radius:22px 22px 22px 22px;
}
.sp{
    height: 115px;
}
.sp a{
    float: left;
    margin-left: 40px;
    margin-top: 40px;
}
.sp p{
    float: left;
    margin-left: 5px;
    margin-top: 40px;
}
.sp ol{
    margin-left: 10%;
}
.sp div{
    float: right;

    height: 70px;
    width: 70px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

}
.sp span{
    display: block;
    height: 60px;
    width: 8px;
    background-color: #87b039;
    float: left;
}
.sp h2{
    width: 50px;
    float: left;
    font-size: 20px;
    margin-top: 35px;
}
.sp-hover{
    color: #307b3a;
}
.abox{

    background-color: #f5f5f5;
}
.box{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;

}

.box h1{
    font-size:25px ;
    line-height: 50px;
   



}
.box h2{
    font-size:25px ;
    line-height: 50px;


}


.box ul{
    display: inline-block;
    width: 100%;
    padding-top: 50px;

    height: 200px;

}
.box ul li{
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius:40px 40px 40px 40px;
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    -ms-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
    cursor:pointer;
    margin-top: 20px ;
    margin-left:16% ;
}


#tabs ul li:hover .triangle03{
    display: block;
}

.triangle03{
    position: relative;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #307b3a;
    top:10px ;
    left: 29px;
    display: none;
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    -ms-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}
.triangle02{
    position: relative;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #307b3a;
    top:-140px ;

}
.triangle01{
    position: relative;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #307b3a;
    top: 30px;
    left: -330px;
}





/*中间样式*/

.txt{line-height: 42px; background-color: #d7d7d7;height: 42px; text-align: center;margin-top: 50px}
.txt>p{
    float: left;font-size: 15px;
    width: 50%;
}
.txt-dow{margin: 90px auto 0 auto}
.txt-con{font-size: 18px;line-height: 58px;padding-top: 50px;text-align: left;
    text-overflow:ellipsis;
    overflow:hidden}
.txt-dow{width: 422px;height: 45px; }
.txt-dow a{
    width:156px ;height:45px ;
    font-size: 22px;
    cursor:pointer
}
.txt-dow a div{width: 70px}
.txt-dow1{
    background-image: url(../images/jon1.png);float: left;

}
.txt-dow2{
    background-image: url(../images/jon2.png);float: right;
}
.txt-dow3{
    height: 40px;background-color: #f5f5f5;
}

/*结尾样式*/
.noll{

    height: 84px;
}
footer{
    background-color:#5b5b5b;
    color: #8c8c8c;
}
footer li a{
    color: #8c8c8c;
}
#center{
    width: 100%;
    height: 100%;
}
.main{
    width:100%;
    min-height: 500px;
    border-bottom:1px solid #000;
}
.index,.Roll,.location{
    float: left;
    width: 33%;
    height:100%;
    background: pink;
    border-right:1px solid;
}
.navbar-nav{
    margin-left:auto;

}

.footer{
    margin: 0 auto;
    width: 80%;


}
.footer-text{

    height:30px;
}
.footer-text li{

    float: left;
    padding-right:10px;
    padding-left:10px;
    border-right:1px solid #8c8c8c;
}

.footer-text li:last-child{
    border:none;
}
.qr {

}
.navbar-text {
    padding-top: 16px;
}
.navbar-text p{
    text-align:left;
    padding-left:10px;
    height: 30px;

}
.trunk-li1 div{
    background-image: url(../images/text-park-1.jpg)
}