@import "common.css";

.container{
    margin-bottom: 80px;
}


.content{
    width: 1200px;
    margin: 0 auto;

}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility: hidden;
    height:0
}

.content_left{
    width: 300px;
    margin-bottom: 40px;
}
.content_left .contact{
    position: relative;
    margin-top: 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: 860px;
    margin-left: 40px
}
.content_right h3{
    font: 24px "microsoft yahei";
    color: #666666;
    text-align: center;
    padding-top: 30px;
}
.content_right .jieshao{
    font: 14px "microsoft yahei";
    color: #999999;
    text-align: center;
    padding-top: 20px;
}
.content_right .image1{
    width: 860px;
    margin-top: 50px;
    text-align: center;
}
.content_right .image1 img{
    display: block;
    width: 580px;
    margin: 0 auto;
}
.towards{
    margin-top: 50px;
    width: 100%;
    line-height: 26px;
}
.towards div{
    width: 267px;
    height: 28px;
    cursor: pointer;
}
.towards div.prev{
    margin-left: 118px; 
}
.towards div.next{
    margin:0 12px 0 48px; 
}
.towards span,.towards a{
    display: inline-block;
    text-align: center;
        vertical-align: middle;

}
.towards div span{
    width: 199px;
    height: 28px;
    font: 14px/26px "microsoft yahei";
    color: #666;
    border: 1px solid #b5b5b5;
}
.towards div.prev span{
    border-right: none;   
}
.towards div.next span{
    border-left: none;   
}
.towards div a{
    width: 68px;
    height: 28px;
    background-color: #999;
    font: 16px/24px "microsoft yahei";
    color: #fff;
}
.towards div:hover a{
    background-color: #ccc;
}

.towards>a{
    line-height: 26px;
    height: 26px;
    width: 26px;
    border:1px solid #4d4d4d;
    float: left;
    margin-top: 2px;
    margin-left: 13px;
    padding-left: 1px;
}
.towards>a img{
   height: 15px!important;
    width: 15px!important;
}
/*�ֲ�*/
.lunbo2{
    /*margin-top: 80px;*/
    width: 1000px;
    margin: 80px auto 0;
    
}
#container {
    position: relative;
    width: 772px;
    height: 180px;
    overflow: hidden;
    margin: 0 50px 0 50px;
}

#list {
    position: absolute;
    z-index: 1;
    width: 4200px;
    height: 180px;
    left: 0;
}

#list li {
    float: left;
    width: 226px;
    height: 180px;
    margin-left: 16px;
    margin-right: 16px;
    /* margin: 0 16px;*/
    cursor: pointer;
    border: 1px solid #b5b5b5;

}
/*#list li div{
    /!* margin: 0 25px 19px ;*!/
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #f5f5f5;
}*/
#list li div{
    /* margin: 0 25px 19px ;*/
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #f5f5f5;
}
/*#list li span{
    font:500 16px "microsoft yahei";
    margin-left: 30px;
}*/
#list li img{
    width: 224px;
    height: 140px;
}
#list li a{
    vertical-align: middle;
    display: inline-block;
    font:14px "microsoft yahei";
    color: #666666;
    text-align: center;


}


.arrow {
    position: absolute;
    top: 56px;
    z-index: 2;
    width: 31px;
    height: 71px;
    cursor: pointer;
    background-color: #ccc;
}

.arrow:hover {
background: #bfbfbf;
}

#prev {
    left: 13px;
}

#next {
    right: 140px;
}
/*???????????*/

/*?????????*/


.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;
}