﻿@charset "utf-8";
/* CSS Document by JOHN WONG */

.aboutus_a{
    position: relative;
    margin-top: 10px;
    min-height: 664px;
    padding-bottom: 45px;
    background-color: #f8f8f8;
}
.aboutus_a .mod_pic{
    float: left;
    width:500px;
    height: 664px;
    margin-right: 45px;
}

.aboutus_a .mod_txts{
    float:left;
    width:612px;
    padding-top: 60px;
    color: #323b43;
}
.aboutus_a .mod_txts .p_tit{
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 28px;
}
.aboutus_a .mod_txts .p_txt{
    font-size: 16px;
    line-height: 20px;
    color: #323b43;
}
.aboutus_a .mod_txts .p_txt p{
    margin-bottom: 18px;
}

.aboutus_b{
    position: relative;
    overflow: hidden;
    min-height: 475px;
    background-color: #f6f7f7;
}
.aboutus_b .mod_pic{
    float:left;
    width:540px;
    margin-right: 60px;
}
.aboutus_b .mod_txts{
    float:left;
    width:540px;
    padding-top: 50px;
    font-size: 14px;
    line-height: 20px;
    color: #323b43;
}
.aboutus_b .mod_txts p{
    margin-bottom: 40px;
}
.rd_center{
    position: relative;
    color: #323b43;
    height: 578px;
    border-bottom:1px solid #d3d1dc;
}
.rd_center .mod_tit{
    font-weight: normal;
    padding-top: 66px;
    padding-bottom: 66px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.rd_center .mod_con{
    position: relative;
    overflow: hidden;
    padding-left: 206px;
}
.rd_center .center_item{
    float:left;
    width:300px;
    margin-right: 184px;
}
.rd_center .center_item .p_pic{
    width:300px;
    height: 180px;
    margin-bottom: 38px;
}
.rd_center .center_item .p_tit{
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    color: #eb6101;
}
.rd_center .center_item .p_txt{
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #323b43;
}

.core_tech{
    
}
.core_tech .mod_tit{
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 323b43;
    font-size: 24px;
    font-weight: normal;
}

/*slider01*/
.news_focus{ position:relative; width:1180px; height:548px; overflow:hidden; }
.news_focus .slider_scroll{ position:relative; width:1180px; overflow:hidden;}
.news_focus .slider_scroll ul{ position:relative; width:8000px;}
.news_focus .slider_scroll li{ float:left; width:1180px; height:548px; overflow:hidden;}
.news_focus .slider_scroll li img{ display:block; width:1180px; height:548px;}
.news_focus .slider_ctrl{ position:absolute; left:0;width:100%;z-index:20; bottom:30px; text-align: center;}
.news_focus .slider_ctrl span{
    display: none;
    margin:0 6px;
    width:12px;
    height: 12px;
    border:1px solid #838592;
    border-radius:7px;
}
.news_focus .slider_ctrl span.current{
    background-color: #838592;
}

.news_focus .prev,
.news_focus .next{
    position: absolute;
    top:246px;
    width:54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}
.news_focus:hover .prev,
.news_focus:hover .next{
    display: block;
}
.news_focus  .prev{
    left:21px;
    background-image: url(../images/ico_go_left.png);
}
.news_focus  .next{
    right:21px;
    background-image: url(../images/ico_go_right.png);
}
.news_focus  .prev:hover{
    background-image: url(../images/ico_go_left_hover.png);
}
.news_focus  .next:hover{
    background-image: url(../images/ico_go_right_hover.png);
}