@import "common.css";


.content{
    width: 1200px;
    margin: 0 auto;

}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility: hidden;
    height:0
}
.container{
    margin-bottom: 80px;
}

.content_left{
    width: 300px;
    margin-bottom: 40px;
}
.content_left .contact{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 300px;
}
.content_left .contact img{
    width: 300px;
    height: 130px;
}
.content_left .contact .bag1{
    width: 300px;
    height: 60px;
    background: black;
    position: absolute;
    top: 40px;
    opacity: 0.6;
}

.content_right{
    width: 900px;

}
.content_right ul{
    margin-left: 16px;
    min-height: 874px;
}
.content_right li{
    width: 272px;
    height: 416px;
    list-style: none;
    display: block;
    margin: 0 0 21px 21px;
    float: left;
    cursor: pointer;
    background: #ebebeb;
}
.content_right li .honor-img-wrapper{
    width: 257px;
    height: 369px;
    line-height: 369px;
    margin: 10px 8px 0 8px;
    background-color: white;
}
.content_right li img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.content_right li a{
    display: block;
    line-height: 39px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 8px;
}
.content_right li:hover{
    box-shadow: 3px 5px 15px #cccccc;
}

.content_right li span{
    display: block;
    width: 225px;
    height: 115px;
    overflow: hidden;
}
.p1{
    width: 225px;
    height: 42px;
    font:14px/40px "microsoft yahei" ;
    text-align: center;
    margin-top: 40px;
    /*background: #ebebeb;*/
    color: #666666;
}

.content_right li a{
    text-decoration: none;
    color: #808080;
}
.content_right li a:hover{
    color: #4d4d4d;
}
.content_right>ul>li a.active{
    color: #4d4d4d;
}

.introduce_menu{
    width: 300px;
    background: url("../images/fenlan03.png") no-repeat left bottom;
    padding-bottom: 12px;
}
.introduce_menu>span{
    display: inline-block;
    width: 100%;
    height: 47px;
    background: url("../images/fenlan01.png") no-repeat right top;
    font:600 20px/47px "microsoft yahei";
    color: #0083ff;
    padding-right: 30px;
    text-align: right;
}
.introduce_menu ul{
    width: 100%;
    padding-left: 24px;
    background: url("../images/fenlan02.png") repeat-y left 0;
}
.introduce_menu ul li{
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;

}
.introduce_menu ul li:hover{
    background-color: #999;
}
.introduce_menu ul li:hover a{
    color: #fff;
}
.introduce_menu ul li a{
    display: inline-block;
    width: 276px;
    height: 48px;
    /*padding-left: 57px;*/
    /*padding-top: 15px;*/
    font: 18px/48px "microsoft yahei";
    color: #808080;
    text-align: center;
}
.introduce_menu ul li.active{
    background-color: #999;
}
.introduce_menu ul li.active a{
    color: #fff;
}
.pro_menu>span em{
    background: url("../images/icon3.png") no-repeat left center;
}
