﻿/* 轮播 */
.banner .slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .slideBox .hd ul {
    text-align: center;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    bottom: 30px;
    z-index: 1;
}

.banner .slideBox .hd ul li {
    margin-right: 10px;
    width: 60px;
    height: 4px;
    line-height: 4px;
    text-align: center;
    background: #e5e5e4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.banner .slideBox .hd ul li:last-child {
    margin-right: 0;
}

.banner .slideBox .hd ul li.on {
    background: #ffffff;
}

.banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner_con {
    width: 100%;
}

.banner .slideBox .bd img {
    width: 100%;
    display: block;
}

.big_pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .slideBox .hd .prev,
.banner .slideBox .hd .next {
    display: block;
    width: 30px;
    height: 52px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/rota.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 90px;
    z-index: 2;
}

.banner .slideBox .hd .next {
    left: auto;
    right: 90px;
    transform: rotate(180deg);
}

/* 数据 */
.inde_tit {
    margin: 60px 0;
}

.inde_tit h1 {
    font-size: 36px;
    color: #000000;
}

.inde_tit p {
    font-size: 18px;
    color: #383838;
    margin-top: 30px;
}

/* 轮播 */
.pro_ban .picScroll-left {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

.pro_ban .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.pro_ban .picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    margin-right: 50px;
    width: 31.1%;
    transition: all 0.4s;
}

.picl_data {
    position: relative;
}

.pro_tetx {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: table;
    transition: all 1s;
}

.pro_tetx p {
    font-size: 24px;
    color: #FFf;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.picl_data:hover .pro_tetx {
    bottom: 0;
}

.p_line {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    transition: all 1s;
}

.p_line span {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 100%;
    height: 100%;
    display: block;
}

.picl_data:hover .p_line {
    bottom: -100%;
}

.pro_ban .picScroll-left .hd {
    position: absolute;
    top: -130px;
    right: 0;
    font-size: 0
}

.pro_ban .picScroll-left .hd a {
    width: 80px;
    height: 46px;
    background: url("../images/zj.jpg")no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.pro_ban .picScroll-left .hd a.prev {
    background: url("../images/zj2.jpg")no-repeat;
    background-size: 100% 100%;
}

.inde_pro {
    position: relative;
}

.nel_lis {
    border: 1px solid #e5e5e5;
}

.synn_jia {
    padding: 26px 38px;
}

.synn_jia h1 {
    font-size: 16px;
    color: #aeaeae;
}

.synn_jia h2 {
    font-size: 20px;
    line-height: 34px;
    color: #393939;
    margin: 26px 0 35px;
    transition: all 0.4s;
    height: 105px;
}

.synn_jia a {
    font-size: 14px;
    color: #0f3793;
    padding-top: 15px;
    border-top: 2px solid #0f3793;
}

.inde_new .pro_ban .picScroll-left .bd ul li:hover{
    transform: translateY(-10px);
}
.inde_new .pro_ban .picScroll-left .hd {
    top: -98px;
}

.synn_p {
    width: 100%;
    overflow: hidden;
}

.inde_store {
    width: auto;
    margin: 100px 90px 0;
    position: relative;
}

.store_text {
    position: absolute;
    top: 124px;
    left: 132px;
}

.store_text h1 {
    font-size: 24px;
    color: #ffffff;
}

.store_text p {
    font-size: 24px;
    color: #FFF;
   
    width: 700px;
    margin: 40px 0 50px;
}

.store_text a {
    font-size: 16px;
    color: #FFF;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 159px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    transition: all 0.4s;
}
.store_text a:hover{
    background: #FFF;
    color: #000;
}