.pro-left{
    padding: 15px;
    background-color: #fafaf7;
}
.search-cont{
    position: relative;
    height: 45px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
}
.search-input{
    width:80%;
    line-height: 45px;
    text-indent: 5px;
}
.search-btn{
    background: url("../images/search-icon2.png") no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 12px;
    right: 15px;
}
.pro-left{
    margin-bottom: 20px;
}
.left-head{
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    height: 60px;
    margin-top: 20px;
}
.left-head p{
    position: absolute;
    font-size: 1.8rem;
    line-height: 59px;
    border-bottom: 1px solid #e77817;
}
.name-list{
    margin-top: 15px;
}
.ul1>li{
    position: relative;
    line-height: 40px;
    /*border-bottom: 1px solid #e7e7e7;*/
}
.ul1>li>a{
    font-size: 1.2rem;
    color: #666;
    transition: .3s;
}
.ul1>li>a:hover{
    color: #e77817;
}
.ul1>li>i{
    display: block;
    position: absolute;
    top:15px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #acacac;
    border-right: 1px solid #acacac;
    cursor: pointer;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    transition: .3s;
}
.ul1>li>i.on{
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    -o-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    border-top: 1px solid #e77817;
    border-right: 1px solid #e77817;
}
.ul2{
    display: none;
}
.ul2>li>a{
    display: block;
    line-height: 30px;
    font-size: 1.2rem;
    color: #666;
    text-indent: 10px;
    transition: .3s;
}
.ul2>li>a:hover{
    color: #e77817;
}

.pro-right img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   }