﻿@charset "utf-8";
/* CSS Document */
/* banner开始 */
.banner {
    width: 100%;
    height: 600px;
    position: relative;
    top:0;
    left:0;
    overflow: hidden;
    background:#3966DE;
}

    .banner ul {
        width: 400%;
        height: 600px;
    }

        .banner ul li {
            float: left;
            width: 25%;
            height: 600px;
            background: url(../images/banner1.jpg) no-repeat 50% 50%;
            background-size: auto;
        }

            .banner ul li .bb {
                display: block;
                height: 600px;
            }
            .banner ul li .bb .banner_left{
                position:relative;
                left:0;
                float:left;
                top:100px;
                margin-top:45px;
                width: 65%;
            }
            .banner ul li .bb .banner_left h1{
                font-size:65px;
                color:#fff;
                line-height:180px;
            }
            .banner ul li .bb .banner_left h2{
                font-size:40px;
                color:#fff;
                line-height:110px;
            }
            .banner ul li .bb .banner_left p{
                font-size:24px;
                color:#fff;
                line-height:40px;
            }
            .banner ul li .bb .banner_left .p_1{
                font-size:70px;
                color:#fff;
                font-weight:bold;
                line-height:120px;
            }
            .banner ul li .bb .banner_left .p_2{
                font-size:86px;
                color:#fff;
                line-height:140px;
                font-weight:bold;
            }
            .banner ul li .bb .banner_left .p_3{
                font-size:24px;
                color:#fff;
                line-height:50px;
                letter-spacing:2px;
            }
            .banner ul li .bb .banner_right{
                min-width: 370px;
                padding: 20px;
                width: 30%;
                position:relative;
                right:0;
                float:right;
                top:100px;
            }


    .imgbanner
    {
        border-radius:  10px 10px 10px 10px;
        background-origin:content; /*从content区域开始显示背景*/
background-position:50% 50%; /*图片上下左右居中*/
background-size:cover; /*保持图像本身的宽高比例，将图片缩放到宽度或高度正好适应定义背景的区域*/
background-repeat:no-repeat; /*图像不重复显示*/
    }

    .banner ol {
        position: absolute;
        left: 50%;
        bottom: 20px;
    }

        .banner ol li {
            float: left;
            width: 50px;
            height: 4px;
            margin-left: 8px;
            cursor: pointer;
            background: #ccc;
            cursor: pointer;
        }

        .banner ol .current {
            width: 50px;
            height: 7px;
            background: #ddd;
            margin-top: -1px;
        }

    .banner span {
        width: 100px;
        height: 600px;
        position: absolute;
        left: 0;
        line-height: 600px;
        color: #FFF;
        font-size: 100px;
        text-align: center;
        font-family: "宋体";
        color: #000;
        cursor: pointer;
    }

    .banner .right {
        right: 0;
        left: auto;
    }

/* 服务项目开始 */
.biaoti {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    padding-top:60px;
    color:#666;
}
.biaoti .p_1 {
    font-size:32px;
    font-weight:bold;
    line-height:40px;
}.biaoti .p_2 {
    font-size:12px;
    line-height:30px;
}.biaoti .p_3 {
    font-size:20px;
    line-height:30px;
}
.service {
    width: 1200px;
    height: 320px;
    margin: 0 auto;
}

.bg_gray{width:100%; background:#F5F5F5;}

    .service ul li {
        width: calc(25% - 20px);
        height: 260px;
        float: left;
        margin: 0 10px;
        text-align: center;
        cursor: pointer;
    }

        .service ul li .tupian {
            width: 100%;
            height: 180px;
            margin: 0 auto;
            
            transition: all 0.5s linear;
        }

        .service ul li .tupian img {
            width:85%;
        }

        .service ul li.out .tupian {
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
            color: #5E8BD7;
        }

        .service ul li.out i {
            font-size: 135px;
            color: #5E8BD7;
        }

    .service h2 {
        line-height: 50px;
        font-size: 20px;
        font-weight: 400;
    }

        .service h2.current {
            color: #5E8BD7;
        }
    .service h3 {
        line-height: 50px;
        font-size: 20px;
        font-weight: 400;
        color:#666;
        margin-top:20px;
        text-align:left;
        margin-left:15px;
    }
    
    .service h3 span {
        float:right;
        font-size:18px;
        color:#f00;
        font-weight:bold;
    }
        .service h3.current {
            color: #5E8BD7;
        }

    .service p {
        line-height: 22px;
        font-size: 14px;
        color: #666;
    }

    #ys_main{
            height: 1000px;
    }
/* 我们的优势开始 */
.youshi {
    width: 100%;
    height: 280px;
    position:relative;
}
.ul_youshi{
    list-style:none;
}
.ul_youshi li{
   float:left;
   margin-right:15px;
   margin-bottom:15px;
}
.ul_youshi li:nth-child(2){
    margin-right:0px;
}
.ul_youshi li:nth-child(5){
    margin-right:0px;
}
.ul_youshi li .ys_content{
   position:relative;
}
.ul_youshi li .jiaobiao{
   position:absolute;
   width:100px;
   height:100px;
   bottom:0;
   right:0;
   z-index:3;
    overflow: hidden; transition:all ease 0.5s;
}

.ul_youshi li.active .jiaobiao{display:none; transition:all ease 0.5s; }
.ul_youshi li .jiaobiao img{ 
   width:100px;
   height:100px; 
}
.ul_youshi li .fontct{
    display:none;
   position:absolute;
   width:calc(100% - 80px);
   height:calc(100% - 80px);
   padding:40px;
   top:0;
   left:0;
   z-index:5;
   overflow: hidden;
   background:rgba(0, 0, 0, 0.60);
  vertical-align:bottom;transition:all ease 0.5s;
}.ul_youshi li .fontct h2{
   font-size:26px;
   color:#fff;
   text-align:center;
   font-weight:bold;
   line-height:60px;
   padding-top:90px;
  border-bottom:1px solid rgba(248, 248, 248, 0.44);
}
 .ul_youshi li .fontct p{
   font-size:16px;
   color:#fff;
   line-height:26px;
   padding:10px 0;
}

 .ul_youshi li.active .fontct{
   display:inline-block;transition:all ease 0.5s;
}

.youshi_in {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    .youshi_in .youshi_sh {
        width: 357px;
        height: 41px;
        position: absolute;
        left: 0;
        top: 40px;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
        -webkit-opacity: 1;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    .youshi_in.out .youshi_sh {
        position: absolute;
        left: 0;
        top: 80px;
        opacity: 0;
    }

    .youshi_in .youshi_sh1 {
        width: 367px;
        height: 51px;
        position: absolute;
        left: 0;
        top: 100px;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
        -webkit-opacity: 1;
        -moz-transition: all 0.5s linear 0.5s;
        -ms-transition: all 0.5s linear 0.5s;
        -o-transition: all 0.5s linear 0.5s;
        -webkit-transition: all 0.5s linear 0.5s;
        transition: all 0.5s linear 0.5s;
    }

    .youshi_in.out .youshi_sh1 {
        position: absolute;
        left: 0;
        top: 140px;
        opacity: 0;
    }

    .youshi_in .youshi_x {
        width: 916px;
        height: 153px;
        position: absolute;
        left: 50%;
        margin-left: -180px;
        top: 40px;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
        -moz-transition: all 0.5s linear 1s;
        -ms-transition: all 0.5s linear 1s;
        -o-transition: all 0.5s linear 1s;
        -webkit-transition: all 0.5s linear 1s;
        transition: all 0.5s linear 1s;
    }

    .youshi_in.out .youshi_x {
        opacity: 0;
        top: 100px;
    }

    .youshi_in .youshi_1 {
        width: 83px;
        height: 84px;
        position: absolute;
        left: 490px;
        top: 20px;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
        -moz-transition: all 0.3s linear 1.5s;
        -ms-transition: all 0.3s linear 1.5s;
        -o-transition: all 0.3s linear 1.5s;
        -webkit-transition: all 0.3s linear 1.5s;
        transition: all 0.3s linear 1.5s;
    }

    .youshi_in.out .youshi_1 {
        top: 40px;
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -webkit-opacity: 0;
    }

    .youshi_in.out .youshi_2 {
        top: 140px;
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -webkit-opacity: 0;
    }

    .youshi_in.out .youshi_3 {
        top: 30px;
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -webkit-opacity: 0;
    }

    .youshi_in.out .youshi_4 {
        top: 90px;
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -webkit-opacity: 0;
    }

    .youshi_in .youshi_2 {
        width: 83px;
        height: 84px;
        position: absolute;
        left: 640px;
        top: 90px;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
        -moz-transition: all 0.5s linear 2.0s;
        -ms-transition: all 0.5s linear 2.0s;
        -o-transition: all 0.5s linear 2.0s;
        -webkit-transition: all 0.5s linear 2.0s;
        transition: all 0.5s linear 2.0s;
    }

    .youshi_in .youshi_3 {
        width: 83px;
        height: 84px;
        position: absolute;
        left: 790px;
        top: 10px;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
        -moz-transition: all 0.5s linear 2.5s;
        -ms-transition: all 0.5s linear 2.5s;
        -o-transition: all 0.5s linear 2.5s;
        -webkit-transition: all 0.5s linear 2.5s;
        transition: all 0.5s linear 2.5s;
    }

    .youshi_in .youshi_4 {
        width: 83px;
        height: 84px;
        position: absolute;
        left: 950px;
        top: 70px;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
        -moz-transition: all 0.5s linear 3.0s;
        -ms-transition: all 0.5s linear 3.0s;
        -o-transition: all 0.5s linear 3.0s;
        -webkit-transition: all 0.5s linear 3.0s;
        transition: all 0.5s linear 3.0s;
    }

/* 合作伙伴开始 */

.hezuo {
    width: 1130px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

    .hezuo ul li {
        width: 130px;
        height: 130px;
        padding: 10px;
        _margin: 9px;
        float: left;
        overflow: hidden;
    }

        .hezuo ul li img {
            display: block;
            width: 100px;
            height: 100px;
            padding: 15px;
            box-shadow: 0 2px 4px rgba(0,0,0,.1);
            transition-property: transform,box-shadow,-webkit-filter;
            transition-duration: .35s;
            transition-timing-function: ease;
        }

            .hezuo ul li img:hover {
                box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.2);
                transition-duration: 0.25s;
                transform: scale(1.15);
            }
            
            .hezuo ul li img.out {
                box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.2);
                transition-duration: 0.25s;
                transform: scale(1.15);
            }

            
        .hezuo ul li i {
            display: block;
            width: 100px;
            height: 100px;
            padding: 15px;
            font-size:100px;
            color:#ccc;
            transition-property: transform,box-shadow,-webkit-filter;
            transition-duration: .35s;
            transition-timing-function: ease;
        }

            .hezuo ul li i:hover {
                box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.2);
                transition-duration: 0.25s;
                transform: scale(1.15);
                color:#5E8BD7;
            }

.hezuoicon {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

    .hezuoicon li {
        float: left;
        padding: 15px 20px;
        width: 80px;
        height: 80px;
    }

    .hezuoicon ul li img {
        display: block;
        width: 80px;
        height: 80px;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0,0,0,.1);
        transition-property: transform,box-shadow,-webkit-filter;
        transition-duration: .35s;
        transition-timing-function: ease;
    }

        .hezuoicon ul li img:hover {
            transform: scale(1.15);
            box-shadow: 0 20px 35px rgba(0,0,0,.2);
            transition-duration: .25s;
        }
        .hezuoicon ul li img.out {
            transform:scale(1.15);box-shadow:0 20px 35px rgba(0,0,0,.2);transition-duration:.25s;
        }


        
    .hezuoicon ul li i {
        display: block;
        width: 80px;
        height: 80px;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        border-radius: 5px;
        transition-property: transform,box-shadow,-webkit-filter;
        transition-duration: .35s;
        transition-timing-function: ease;
        font-size:80px; color:#e3e3e3;
    }

        .hezuoicon ul li i:hover {
            transform: scale(1.15);
            box-shadow: 0 20px 35px rgba(0,0,0,.2);
            transition-duration: .25s;
            color:#5E8BD7;

        }





.m3C-a {
    background-color: #f8f8f8;
    background-image: url(../images/m3-2.jpg);
}


.m3Con .w1002 {
    width: 910px;
    height: 256px;
}

.w1002 {
    width: 1002px;
    margin-left: auto;
    margin-right: auto;
}

.m3C-img {
    width: 256px;
    height: 256px;
    overflow: hidden;
    background: url(../images/m3c-img.png) no-repeat left top;
    position: relative;
}

.fl, .fldi {
    float: left;
}

.fr, .fldi {
    float: right;
}

.m3C-img i {
    width: 146px;
    height: 146px;
    display: block;
    margin: -95px 0 0 -72.5px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 50%;
    top: 50%;
}

.m3C-bg1 {
    background-image: url(../images/dd-1.jpg);
}

.m3C-a .m3C-txt {
    padding-top: 30px;
}

.m3C-txt {
    padding-top: 30px;
    width: 600px;
    color: #3c3c3c;
}

.m3Ct-h1 {
    height: 80px;
    line-height: 40px;
    margin-bottom: 17px;
}

    .m3Ct-h1 .en {
        font-size: 30px;
    }

    .m3Ct-h1 .cn {
        font-size: 26px;
    }

.m3Ct-p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
}

.m3Ct-tabs {
    width: 502px;
    line-height: 24px;
    padding-left: 98px;
    position: relative;
}

.m3C-b {
    background-color: #f3f3f3;
    background-image: url(../images/m3-3.jpg);
}


.tab_kh{
    width:100%;
    border:1px solid #f1f1f1;
    margin-bottom:50px;
}
.tab_kh td:first-child{
    width:100px;
}
.tab_kh td{
    text-align:center;
    border-right:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
    height:141px;
}
/*.tab_kh td img{
    filter:Gray; -webkit-filter: grayscale(100%); opacity:.5;
}
.tab_kh td img:hover{
    filter:alpha(opacity=100); opacity:1; -webkit-filter: grayscale(0); transition:all ease .3s;
}*/
.tab_kh td img{
    opacity:.5;
}
.tab_kh td img:hover{
    filter:alpha(opacity=100); opacity:1; -webkit-filter: grayscale(0); transition:all ease .3s;
}

.tab_zy td img{
    filter:Gray; -webkit-filter: grayscale(70%); opacity:.5;
}
.tab_zy td img:hover{
    filter:alpha(opacity=100); opacity:1; -webkit-filter: grayscale(0); transition:all ease .3s;
}

.font-white{color:#fff;}
.font-white p{color:#fff;}

.ul_huigu{list-style:none;}
.ul_huigu li{float:left; width:25%; background:#fff;}
.ul_huigu li:nth-child(1){width:50%;height:432px;}
.ul_huigu li:nth-child(2){width:50%;}
.ul_huigu li .huigu_cont{padding:50px;margin-top:50px;color:#666;}
.ul_huigu li .huigu_cont h1{font-size:30px;line-height:70px;}
.ul_huigu li .huigu_cont h3{font-size:18px;line-height:43px; font-weight:500;}
.ul_huigu li .huigu_cont p{font-size:16px;line-height:30px;}
.ul_huigu li .huigu_cont  a{margin-top:50px; display:block; width:120px; overflow:hidden; font-size:16px; padding:5px 10px; color:#999; border:1px solid #999; border-radius:8px;}
.ul_huigu li .jiaobiao{position:relative;bottom:0;right:-4px; float:right; width:100px; height:30px;z-index:2;text-align:right;}
.ul_huigu li .jiaobiao span{padding-right:10px;color:#666;}
.ul_huigu li .jiaobiao .btn_left{ background:#666;color:#fff;padding:5px 15px; text-align:center;cursor:pointer;}

.imgshow{cursor:pointer;}

#jingcai{padding-bottom:50px;}