/*首页轮播区域*/
.swiperBox{
    margin: 20px 0;
}
.swiperBox .left{
    width: 48%;
    float: left;
    z-index: 100;
    overflow: hidden;
    border: 2px #d3d3d3 solid;
    box-sizing: border-box;
    font-size: 0;
}
.swiperBox .left img{
    width: 100%;
    transition: all 0.3s;
}
.swiperBox .left img:hover{
    transform: scale(1.12);
}
.swiperBox .right{
    width: 52%;
    float: left;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
}
.swiperBox .right h3{
   font-size: 24px;
    font-weight: bolder;
    line-height: 30px;
    color: #333333;
    margin:16px 0 8px 0;
}
.swiperBox .right h3:hover{
    color: #1234a0;
}
.swiperBox .right p{
    font-size: 15px;
    line-height: 28px;
    color: #333333;
    border-bottom: 1px #a1a1a1 dashed;
    margin: 0 0 12px 0;
}
.swiperBox .right .text{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0 0 8px 0;
    text-indent: 2em;
}
.swiper-slide{
    z-index: 100;
}

.swiperBox  .swiper-button-prev,
.swiperBox  .swiper-button-next{
    position: absolute;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 9999;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.swiperBox  .swiper-button-prev{
    right: 50px;
    left: auto;
    top: auto;
    bottom: 0;
}
.swiperBox  .swiper-button-next{
    right: 10px;
    left: auto;
    top: auto;
    bottom: 0;
}
.swiperBox  .swiper-button-prev:before,
.swiperBox  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/pres.png) no-repeat center;
    background-size: 8px;
}
.swiperBox  .swiper-button-next:before {
    background: url(../images/nexts.png) no-repeat center;
    background-size: 8px;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}
.swiper-pagination:before{
    display: inline-block;
    content: '<';
    margin: 0 4px 0 0 ;
}
.swiper-pagination:after{
    display: inline-block;
    content: '>';
    margin: 0 0 0 4px  ;
}
.swiper-pagination{
    display: inline-block;
    bottom: 19px;
    right: 0;
    font-size: 18px;
    color: #666666;
    width: 50%;
    left: auto;
    z-index: 0;
}





.tit_list ul {
    padding: 10px 10px;
    margin: 0;
    font-size: 14px;
}
.tit_list ul li span {
    display: inline-block;
    float: right;
    margin: 0;
    color: #bbb;
}
.more_col {
    margin-top: 6px;
}
.more_col .column_title, .in_links .column_title {
    border-top:#7082a7 5px solid;
}
.more_col {
    width: 288px;
}

.threebox .more_col {
    width: 390px;
}
.column_title a {
    padding: 0 12px 0 0;
}
.column_title h2 {
    padding: 0 0 0 12px;
}

.titleh4 {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    background: #436bcd;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    margin: 20px 0 0 0 ;
}
.titleh4 p{
    float: left;
    background: url(../images/bai_shu.jpg) no-repeat 10px 6px;
    padding-left: 30px;
    margin: 0 ;
}
.titleh4  a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    float: right;
    margin: 0 10px 0 0;
}

.tit_list ul li a:hover{
    color: #333333;
}
















