@import url("public.css");
/***********************项目图片展播***********************************/
.projectshow {
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 980px;
    padding: 10px;
    display: inline-block;
}
.showleft{
    width:760px;
    height: 400px;
    background-color: #f2f2f2;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.showleft img {
    width:760px;
    height: 400px;
}
.showright {
    width:210px;
    height: 400px;
    background-color: #f2f2f2;
    display: inline-block;
    position: relative;
    float: right;
}
.showright img {
    width:210px;
    height: 110px;
}
.showright .updown {
    width: 210px;
    height: 60px;
    display: block;
    cursor: pointer;
    position: absolute;
    display: none;
    z-index: 100;
    text-align: center;
    color: #1994F2;
}
.showright .down {
    top:340px;
}
.showright .smallimg {
    width: 210px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.showright .smallimg .moveit{
    position: absolute;
}
.showright .smallimg img {
    width: 210px;
    height: 110px;
    margin-bottom: 5px;
    cursor: pointer;
}
.showright .smallimg img:hover {
    width:206px;
    height: 106px;
    border: 2px solid #1994F2;
}

.projectline{
    width: 1000px;
    height: 80px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    background-color: #fff;
}
.projectline span{
    padding-top: 10px;
    line-height: 30px;
    color:#4F5F6E;
    font-size: 20px;
    display: block;
}
.projectline p{
    line-height: 20px;
    color:#999;
    font-size: 16px;
    display: inline-block;
}
.projectcontent {
    width: 980px;
    color: #333;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.projectcontent p{
    line-height: 25px;
    padding: 10px 20px;
    text-indent: 2em;
    font-family: "Arial","宋体";
}
.projectcontent img{
    max-width: 900px;
    margin: 10px;
}