/*-----------------[初始化]--------------*/
/*
-----------------[公用]--------------*/
.row_index1{
    margin: 30px 0;
}
.g_tit{
    text-align: center;
    margin-bottom: 20px;
}
.g_tit h2{
    font-size: 28px;
	margin:10px;
    color: #1e1e1e;
    font-weight: normal;
}
.g_tit .en{
    font-size: 14px;
    color: #6e6e6e;
    text-transform: uppercase;
}

/*
-----------------[首页]--------------*/

.banner .item img{
    display: block;
    width: 100%;
}
.sell_list{
    margin: 0 -10px;
}
.sell_list li{
    float: left;
    width: 20%;
    margin-bottom: 30px;
}
.sell_list .con{
    display: block;
    margin: 0 10px;
    background-color: #fff;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.sell_list .con:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.sell_list .con:hover .pic img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05);
    transform-origin: 50% 50%;
}
.sell_list .pic{
    height: 215px;
    overflow: hidden;
}
.sell_list .pic img{
    display: block;
    width: 100%;
    height: 100%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.sell_list .txt{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #424242;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.customer_list{
    overflow: hidden;
}
.customer_list li{
    float: left;
    width: 19.7%;
	border:1px solid #F2F2F2;
    text-align: center;
}
.customer_list li img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.row_index2{
    height: 400px;
    background-color: #f5f5f5;
}
.slick_list{
    float: left;
    width: 50%;
}
.slick_list .item{
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.slick_list .slick-dots{
    position: absolute;
    left: 0;bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.slick_list .slick-dots li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    background-color: #eee;
    border: 1px solid #eee;
}
.slick_list .slick-dots li.slick-active{
    background-color: #0874e3;
}
.m_about{
    float: left;
    max-width: 650px;
    padding: 50px 20px 0 80px;
}
.m_about .tit h3{
    font-size: 24px;
    color: #1e1e1e;
    display: inline-block;
    font-weight: normal;
}
.m_about .tit .en{
    display: inline-block;
    font-size: 18px;
    color: #7c7c7c;
    margin-left: 15px;
}
.m_about .tit{margin-bottom: 20px;}
.m_about .txt{
    font-size: 14px;
    color: #7c7c7c;
    line-height: 24px;
    height: 192px;
    overflow: hidden;
    margin-bottom: 40px;
}
.m_about .det{
    font-size: 14px;
    color: #7c7c7c;
}
.m_about .det:hover{
    color: #255DA8;
}

.slick_list2 .item{
    display: block;
    margin: 15px 12px;
    border: 1px solid #e4e4e4;
}
.slick_list2 .pic{
    height: 225px;
    overflow: hidden;
}
.slick_list2 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.slick_list2 .txt{
    height: 117px;

    padding: 18px;
    background-color: #fff;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.slick_list2 .txt h4{
    font-size: 16px;
	line-height:30px; margin:0px;
    color: #000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.slick_list2 .txt p{
    font-size: 12px;
    color: #959595;
	margin-top:0px;
	line-height:20px;
}
.slick_list2 .item:hover{box-shadow: 0px 3px 15px #999999;}
.slick_list2 .item:hover .txt{
    background-color: #255DA8;
}
.slick_list2 .item:hover .txt h4,
.slick_list2 .item:hover .txt p{
    color: #fff;
}
.slick_list2 .item:hover .pic img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05);
    transform-origin: 50% 50%;
}

.slick2_btn{
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}
.slick2_btn a{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    cursor: pointer;
}
.slick2_btn .btn1{
    background: url(../Images/prev1.png) center center no-repeat;
}
.slick2_btn .btn2{
    background: url(../Images/icon_s02.png) center center no-repeat;
}
.slick2_btn .btn3{
    background: url(../Images/next1.png) center center no-repeat;
}
.slick2_btn .btn1:hover{
    background: url(../Images/prev2.png) center center no-repeat;
}
.slick2_btn .btn3:hover{
    background: url(../Images/next2.png) center center no-repeat;
}
.g_btn1{
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 30px auto; 
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background-color: #255DA8;
}