.Layout__Content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
}
@media screen and (max-width:1366px){

}
/* 首页 */
#full_bg {
    background-color: #000;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-warp {
    position: relative;
}




/* 领创优势 */
.icon_column {
    width: 20%;
    padding: 90px 10px;
    position: relative;
    overflow: hidden;
}

.icon_column .icon_box {
    width: 100%;
    height: 210px;
    border-radius: 50px;
    background: #27b0fc;
    position: absolute;
    left: -288px;
    top: 50px;
    filter: Alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    padding: 20px;
    -webkit-transition: left 0.5s ease;
}

.icon_column .icon_box h3 {
    height: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    left: -288px;
    -webkit-transition: left 1s ease;
}

.icon_column .icon_box p {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    position: relative;
    left: -288px;
    -webkit-transition: left 1s ease;
    text-align:center;
}

.icon_column:hover .icon_box {
    left: 0px;
}

.icon_column:hover .icon_box h3 {
    left: 0px;
}

.icon_column:hover .icon_box p {
    left: 0px;
}
.icon_photo {
    padding-bottom: 13px;
    text-align:center;
}

.icon_photo img {
    margin: 0 auto;
    display: table-cell;
}

.icon_column span {
    display: block;
    font-size: 14px;
    color: #0683e3;
    line-height: 36px;
    text-align: center;
}
@media screen and (max-height:900px){

    .icon_column{
        padding:70px 10px;
    }
    .icon_column .icon_box {
        width: 100%;
        height: 180px;
        border-radius: 50px;
        background: #27b0fc;
        position: absolute;
        left: -288px;
        top: 30px;
        filter: Alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
        padding: 20px;
        -webkit-transition: left 0.5s ease;
    }
}

/*-----服务领域-------*/
.service-column{
    width: 20%;
    padding: 0 5px 0;
    position: relative;
    overflow: hidden;
}
.service-con{
   padding:40px 25px 70px;
    background:#fff;
    height:500px;
}
.service-con:hover{
    background:#ff8708;
    transition: background-color 1s,width 2s;
    -moz-transition: background-color 1s,width 2s;	/* Firefox 4 */
    -webkit-transition: background-color 1s,width 2s;	/* Safari 和 Chrome */
    -o-transition: background-color 1s,width 2s;
}
.service-con .service-title{
    padding:18px 0;
    border-top:solid #f1f1f1 2px;
    border-bottom:solid #f1f1f1 2px;
}
.service-con:hover .service-title{
    border-top:solid #fff 2px;
    border-bottom:solid #fff 2px;
}
.service-con .first-t,.service-con .second-t,.service-con .service-p,.service-con .title-en{
    text-align:center;
}
.service-con .first-t{
    font-size:24px;
    font-weight:bold;
    color:#089ceb;
}
.service-con:hover .first-t{
    font-size:24px;
    font-weight:bold;
    color:#fff;
}
.service-con .second-t{
    margin-top:5px;
    font-size:18px;
    color:#333;
}
.service-con:hover .second-t{
    font-size:18px;
    color:#fff;
}
.service-con .service-p{
    font-size:16px;
    line-height:24px;
    padding-top:40px;
    height:110px;
}
.service-con:hover .service-p{
    font-size:16px;
    line-height:24px;
    padding-top:40px;
    color:#fff;
}
.service-con .web-img{
    width:52px;
    height:52px;
    margin:70px auto 30px;
    background: url("../images/web-img-blue.png");
}
.service-con:hover .web-img{
    background: url("../images/web-img-white.png");
}
.service-con .odoo-img{
    width:162px;
    height:52px;
    margin:70px auto 30px;
    background: url("../images/opoo_blue.png");
}
.service-con:hover .odoo-img{
    background: url("../images/opoo.png");
}
.service-con .wechat-img{
    width:68px;
    height:52px;
    margin:70px auto 30px;
    background: url("../images/webchat_blue.png");
}
.service-con:hover .wechat-img{
    background: url("../images/webchat.png");
}
.service-con .menagement-img{
    width:55px;
    height:52px;
    margin:70px auto 30px;
    background: url("../images/menagement_blue.png");
}
.service-con:hover .menagement-img{
    background: url("../images/menagement.png");
}
.service-con .intra-mart-img{
    width:170px;
    height:52px;
    margin:70px auto 30px;
    background: url("../images/intra-mart_blue.png");
}
.service-con:hover .intra-mart-img{
    background: url("../images/intra-mart_white.png");
}



.service-con .title-en{
    color:#c7c7c7;
    font-size:16px;
}
.service-con:hover .title-en{
    color:#ffcd97;
}
/* 首页标题 */
.title {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    width: 100%;

}
.tfont-color{
    color:#2793f3;
    padding-left:4px;
}
.title .sub-title{
    font-size:14px;
    font-weight:normal;
    text-align:center;
    padding-top:15px;
    padding-bottom:50px;
}

.Layout_businessArea {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../images/businessArea.jpg");
    background-size: 100% 100%;
}

.Layout_businessArea .title {
    color: #fff;
}
.business-tfont-color{
    color:#bac7cf;
    padding-left:4px;
}
.businessArea_content {
    width: 100%;
    height: 534px;
    background: rgba(255, 255, 255, 0.5);
    filter: alpha(opacity=50); /*兼容ie*/
}

.Layout_project {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../images/project.jpg");
    background-size: 100% 100%;
}

.Layout_project ul {
    width: 280px;
    height: 342px;
    background: #fff;
    float: left;
    margin-left: 26px;
}

.project_con ul:first-child {
    margin-left: 0;
}

.project_con ul:hover {
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.10);
}

.project_img {
    width: 280px;
    height: 186px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.project_title {
    padding: 0 14px;
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
}

.project_p {
    font-size: 12px;
    padding: 0 14px;
    line-height: 18px;
    color: #666;
}

.project_btn {
    margin: 0 14px;
    padding-top: 20px;
}

.project_btn a {
    width: 80px;
    height: 24px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    background: #fff;
    border: solid #e7e7e7 1px;
    color: #e0e0e0;
}

.project_btn a:hover {
    background: #089ceb;
    border: solid #089ceb 1px;
    color: #fff;
}

.more_list {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}

.more_list a {
    color: #0683e3;
    font-size: 14px;
    border-bottom: solid #0683e3 2px;
    padding-bottom: 2px;
}

/* 内页banner */
.Layout_s_banner {
    width: 100%;
    text-align: center;
    position: relative;
}

.s_con {
    min-height: 500px;
    _height: 500px;
    display: block;
    clear: both;
}

.left_sidebar {
    width: 200px;

    background: #0683e3;
    position: absolute;
    z-index: 1;
}

/*_height:500px;
    min-height: 500px;
}*/
.afocus a{
    color:#0683e3;
    font-weight:bold;
    text-decoration: none;
}
.sidebar_title {
    width: 178px;
    height: 83px;
    background-image: url("../images/left_nav_tbg.jpg");
    color: #fff;
    line-height: 22px;
    padding: 22px 0 0 22px;
}

.sidebar_title .ch_t {
    font-size: 24px;
}

.sidebar_title .en_t {
    font-size: 14px;
}

.s_nav li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f7f7f7;
    border-bottom: solid #eee 1px;
    border-top: solid #fff 1px;

}

.s_content {
    width: 976px;
    float: right;
}

.s_title {
    width: 100%;
    height: 53px;
    font-size: 14px;
    font-weight: bold;
    color: #0683e3;
    text-indent: 15px;
    padding-top: 26px;
    border-bottom: solid #ececec 2px;
    position: relative;
}

.s_title span {
    font-weight: normal;
    color: #666;
}

.s_title_line {
    width: 58px;
    height: 2px;
    background: #0683e3;
    position: absolute;
    z-index: 1;
    margin: 50px 0 0 13px;
}

.s_content_con {
    width: 100%;
    min-height: 500px;
    _height: 500px;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.con_p {
    padding: 20px;
}

.con_bg {
    background: #fff;
    min-height: 500px;
    _height: 500px;
    padding: 20px;
}

.con_text {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding:10px;

}
.aboutCont .con_text img{

    padding-bottom:0px;

    margin-bottom:10px;
}
.aboutCont img {
    max-width:100%;
    padding-bottom: 15px;
    text-align: center;
}
.culture_data{
    width:110px;
    height:32px;
    border-radius: 3px;
    background:#f1f1f1;
    line-height:32px;
    text-align:center;
    margin-top:10px;
}
.dotted_line{
    width:100%;
    border-bottom:dotted #cecdcd 1px;
    padding-top:20px;
    margin-bottom:20px;
}
/*----------页码-------------------*/
.page_bar {
    padding: 35px 0;
    text-align: center;
    display: inline-table;
    width: 100%;
}

.page_bar a {
    border: #d2d2d2 1px solid;
    padding: 3px 10px;
    margin-right: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.page_bar .page_t {
    padding: 3px 10px;
}

.page_bar a:active {
    border: #0166b4 1px solid;
    margin-right: 2px;
}

.page_bar .page_current, .page_bar a:hover {
    border: #0166b4 1px solid;
    margin-right: 2px;
    background: #0079d6;
    color: #fff;
}

.pag_bar .disabled {
    border: #f3f3f3 1px solid;
    margin-right: 2px;
    color: #ccc;
    cursor: default;
}

.disabled{
    color:#e1e1e1;
    border:solid #e1e1e1 1px;
    padding: 3px 10px;
    margin-right: 2px;
    text-align: center;
    text-decoration: none;
    cursor: not-allowed;
}




/* 首页 flex*/
.section_flex > div:first-child{
    display: flex;
    flex-flow: column;
}
.index_nav{
    width:100%;
    height:120px;
}
.Layout_banner{
    width:100%;
    flex:auto;
    overflow: hidden;
}
.advance{
    height:320px;
}
@media screen and (max-height: 900px) {
    .advance{
        height:240px;
    }
}
/* 首页 banner*/
.swiper-container {
    width: 100%;
    height: 100%;

}
swiper-wrapper{
    width:100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width:100%;
    height:100%;
}


