﻿@charset "utf-8";
/* CSS Document by JOHN WONG */

.index_banner{
    position: relative;
    width:100%;
    height: 600px;
}
.index_banner{
    position: relative;
    width:100%;
    height: 540px;
}
.index_banner .pic{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 540px;
    background-repeat: no-repeat;
    background-position: center top;
    filter:alpha(opacity=100);
    cursor: pointer;
}
.index_banner .pic a{
    display: block;
    width:100%;
    height: 100%;
}
.index_banner ul{
    position: absolute;
    width:100px;
    left:50%;
    top:500px;
    margin-left: -50px;
    text-align: center;
    z-index: 20;
}
.index_banner ul li{
    display: inline-block;
    width:12px;
    height: 12px;
    border-radius:6px;
    margin: 0 3px;
    font-size: 0;
    overflow: hidden;
    background-color: #b0b0b0;
}
.index_banner ul li.selected{
    background-color: #fff;
}

.our_figures{
    position: relative;
    padding-top: 50px;
    overflow: hidden;
}
.our_figures .figure_item{
    float: left;
    width:49.9%;
    height: 320px;
    text-align: center;
}
.our_figures .figure_item .p_ico{
    display: block;
    width:120px;
    height: 120px;
    margin:0 auto 15px;
    background-repeat: no-repeat;
    background-position: center center;
}
.our_figures .figure_item .p_tit{
    font-size: 44px;
    margin-bottom: 19px;
    color: #ef8200;
    line-height: 62px;
    text-align: center;
    font-weight: 100;
}
.our_figures .figure_item .p_tit em{
    font-weight: 100;
}
.our_figures .figure_item .p_txt{
    font-size: 23px;
    line-height: 26px;
    color: #666666;
    font-weight: 100;
}

.our_marks{
    height:387px;
    background: #ececec;
}
.our_marks .box_tit{
    padding-top: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px;
    font-size: 27px;
    color: #333b43;
}
.our_marks .box_con{
    position: relative;
    overflow: hidden;
    
}
.our_marks .box_con .mark_item{
    float:left;
    width:150px;
    margin: 0 5px;
}
.our_marks .box_con .mark_item .p_ico{
    display: block;
    width:80px;
    height: 72px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.our_marks .box_con .mark_item .p_txt{
    padding-top: 14px;
    font-size: 12px;
    color: #333b43;
    text-align: center;
}
.our_marks .scroller_wrap{
    position: relative;
    overflow: hidden;
    width:1120px;
    margin-left: 30px;
    height: 180px;
}
.our_marks .scroller{
    position: absolute;
    left:0;
    top:0;
    width:2240px;
    height:180px;
    -webkit-transition: left .6s ease-in;
    -moz-transition: left .6s ease-in;
    -o-transition: left .6s ease-in;
    -mz-transition: left .6s ease-in;
    transition: left .6s ease-in;
}
.our_marks .dots{
    position: relative;
    text-align: center;
}
.our_marks .dots span{
    display: inline-block;
    width:12px;
    height: 12px;
    border-radius:6px;
    margin: 0 6px;
    font-size: 0;
    overflow: hidden;
    background-color: #b0b0b0;
}
.our_marks .dots span.current{
    background-color: #333b43;
}
