@charset "utf-8";

/*/Gibson sub_feature//////////////////////////////*/

/*/main/////////////////////////////////////////////*/

main {
    width: 100%;
    height: 550px;
    background: url(../imgs/feature_bg.jpg) no-repeat center;
    text-align: center;
}
main h1 {
    padding-top: 250px;
    font-size: 40px;
    color: white;
}
main h2 {
    padding-top: 15px;
    font-size: 28px;
    font-weight: 200;
    color: white;
    position: relative;
    font-family: 'Charter','sans-serif';
}
main h2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #daa150;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}

/* fix_con ////////////////////////////*********************/
.feature_con {
    width: 1280px;
    margin: 0 auto;
    margin-top: 100px;
}
.feature_con p {
    width: 1000px;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 150px;
    font-size: 18px;
    word-break: keep-all;
}

/* process ////////////////////////////*********************/
.process {
    width: 100%;
    height: 800px;
    background-color: #eee;
    padding-bottom: 200px;
}
.process_wrap {
    width: 1350px;
    margin: 0 auto;
    background: url(../imgs/icons/flyingV.png) no-repeat;
    background-position: 2% 17%;
}
.process_wrap .process_txt {
    padding-top: 150px;
}
.process_wrap .process_txt {
    width: 1200px;
    margin: 0 auto;
}
.process_wrap .process_txt h3 {
    margin-bottom: 10px;
}
.process_wrap .process_txt p {
    color: #e3ab80;
    margin-bottom: 60px;
}
.process_wrap .process_video {
    width: 1200px;
    margin: 0 auto;
}
.process_wrap .process_video .b_frame {
    width: 935px;
    height: 500px;
    float: left;
    background-color: #e3ab80;
}
.process_wrap .process_video .b_frame iframe {
    width: 935px;
    height: 500px;
}
.process_video .s_frame {
    float: left;
    height: 500px;
    margin-left: 10px;
    overflow: hidden;
}
.process_video .s_frame ul {
    height: 500px;
    position: relative;
}
.process_video .s_frame ul li {
    width: 230px;
    height: 144px;
    background-color: #e3ab80;
    display: block;
}
.process_video .s_frame ul li~li {
    margin-top: 10px;
}

.process_video .s_frame ul li>a {
    line-height: 144px;
    text-align: center;
    display: block;
    color: white;
    font-size: 20px;
    font-weight: 500;
}


.process_video .s_frame ul li:nth-child(1) a {
    background: url(../imgs/ep1.jpg) no-repeat center;
}
.process_video .s_frame ul li:nth-child(2) a {
    background: url(../imgs/ep2.jpg) no-repeat center;
}
.process_video .s_frame ul li:nth-child(3) a {
    background: url(../imgs/ep3.jpg) no-repeat center;
}
.process_video .s_frame ul li:nth-child(4) a {
    background: url(../imgs/ep4.jpg) no-repeat center;
}
.process_video .s_frame ul li:nth-child(5) a {
    background: url(../imgs/ep5.jpg) no-repeat center;
}
.process_video .s_frame ul li:nth-child(6) a {
    background: url(../imgs/ep6.jpg) no-repeat center;
}


.process_video .s_frame ul li a span {
    width: 0;
    height: 0;
    display: none;
}
.process_video .s_frame ul li a span iframe {
    display: none;
}
.process_video .dbar {
    background-color: #fff;
    margin-left: 10px;
    width: 15px;
    height: 500px;
    float: left;
    border-radius: 30px;
}
.dbar #bar {
    margin-left: -5px;
    display: block;
    width: 25px;
    height: 53px;
    cursor: pointer;
}



.process_wrap .process_btn {
    color: #333;
    float: right;
    margin-right: 75px;
    margin-top: 20px;
    position: relative;
    padding-right: 80px;
    padding-top: 13px;
    color: #666;
}
.process_btn img {
    width: 40px;
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 1;
}
.process_btn span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    line-height: 38px;
    font-size: 13px;
    text-indent: 6px;
}






