﻿@charset "utf-8";
/* CSS Document */




/*标题*/
.ttitle{
    text-align: center;
}
.ttitle .ttit{
    font-size: 38px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.ttitle .ttit b{
    color: #31519f;
}
.ttitle .thr{
    width: 100%;
    height: 1px;
    text-align: center;
    background: #dcdcdc;
    margin: 20px auto;
}
.ttitle .thr span{
    width: 50px;
    height: 1px;
    display: block;
    background: #31519f;
    margin: auto;
}
.ttitle .tsub{
    font-size: 15px;
    color: #333;
}


/*合作客户*/
.hezuo{padding-top: 60px;}
.aahezuo{ width:1200px; position:relative;margin-top: 40px;}
.aahezuo .hd{ overflow:hidden; }
.aahezuo .hd .prev,.aahezuo .hd .next{
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/btn01.png) no-repeat;
    position: absolute;
    top: 36%;
    left: -80px;
    opacity: .8;
}
.aahezuo .hd .prev:hover,.aahezuo .hd .next:hover{opacity: 1;}
.aahezuo .hd .next{ background-position:-60px 0;right: -75px; left: auto;}
.aahezuo .hd .prevStop{ background-position:-60px 0; }
.aahezuo .hd .nextStop{ background-position:-60px -50px; }

.aahezuo .bd{overflow: hidden;}
.aahezuo .bd .tempWrap{margin-left: -8px;}
.aahezuo .bd ul{ overflow:hidden; zoom:1; }
.aahezuo .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.aahezuo .bd ul li .pic{ text-align:center;border:1px solid #e5e5e5;}
.aahezuo .bd ul li .pic a{ padding:30px 20px 20px;display: block;}
.aahezuo .bd ul li .pic img{ width:245px; height:85px; display:block;}
.aahezuo .bd ul li:hover .pic{ border-color:#ff7f00; }
.aahezuo .bd ul li:hover .pic img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;{ border-color:#ff7f00; }
}
.aahezuo .bd ul li p{ margin-top: 25px;font-size: 15px; color: #333;}

