/* 首页样式文件 */
/* 页面主体 */
#main{
    width: 100%;
    overflow: hidden;
}
/* 轮播图 */
.swiper-container{
    width: 100%;
    height: auto;
}
.swiper-slide img{
    width: 100%
}
/* 轮播图########### */
/* 产品方案 */
.product-slution{
    height: 268px;
    background-color: #f5f5f5;
    background-image: url("../imgs/pc/q1.png");
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 126px;
}

.product-slution h3{
    font-size: 32px;
    text-align: center;
    padding-top: 100px;
}
.slution-box{
    position: absolute;
    width: 1200px;
    height: 144px;
    padding: 22px;
    border: 4px solid #e5e5e5;
    bottom: -72px;
    left: 50%;
    margin-left: -600px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.slution-box:hover{
    border: 4px solid #00a0ea;
}
.slution-box:hover h6{
    color: #00a0ea;
    font-weight: bold;
}
.slution-box:hover .title{
    background: url('../imgs/pc/ycyth_active.png') no-repeat 20px 20px;
}
.slution-box:hover .info{
    -webkit-transform: translateY(-10px);
    -moz-transform:translateY(-10px) ;
    -o-transform:translateY(-10px) ;
    -ms-transform: translateY(-10px);
    transform:translateY(-10px) ;
    box-shadow: 4px 4px 15px #ccc;
    font-weight: bold;
}
.slution-box .title,.slution-box .info{
    height: 100%;
}
.slution-box .title{
    width: 47%;
}
.slution-box .info{
    width: 50%;
}
.slution-box .title{
    background: url('../imgs/pc/ycyth.png') no-repeat 20px 20px;
}
.slution-box .title h6{
    padding-left: 130px;
    line-height: 92px;
    font-size: 18px;
}

.slution-box .info{
    background-color: #f0f0f0;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.slution-box .info::after{
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #fff;
    left: 0;
    top: 36px;
}
.slution-box .info p{
    padding-top: 27px;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    text-align: center;
}

/* 产品方案########## */

/* 产品列表4个方块的列表组合 */
.products{
    height: 200px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 124px;
    width: 1200px;
    margin: 0 auto;
}

.products .product-box{
    width: 23%;
    height: 144px;
    border: 4px solid #e5e5e5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product-box .icon{
    width: 100%;
    height: 90px;

}
.products .product-box p{
    font-size: 18px;
    text-align: center;
    color: #333;
}
.products .product-box:hover{
    border-color: #00a0ea;
    box-shadow: 0px 0px 20px #ccc;
    font-weight: bold;
}

.xzsydwnk .icon{
    background: url("../imgs/pc/neikong.png") no-repeat center;
}
.xzsydwnk:hover .icon{
    background: url("../imgs/pc/neikong_active.png") no-repeat center;
}

.xzsydwnkpj .icon{
    background: url("../imgs/pc/neikongpingjia.png") no-repeat center;
}
.xzsydwnkpj:hover .icon{
    background: url("../imgs/pc/neikongpingjia_active.png") no-repeat center;
}

.xtbg .icon{
    background: url("../imgs/pc/xietongbangong.png") no-repeat center;
}
.xtbg:hover .icon{
    background: url("../imgs/pc/xietongbangong_active.png") no-repeat center;
}

.sjyyjzx .icon{
    background: url("../imgs/pc/shujuyingyong.png") no-repeat center;
}
.sjyyjzx:hover .icon{
    background: url("../imgs/pc/shujuyingyong_active.png") no-repeat center;
}
/* 产品列表4个方块的列表组合 #######*/

/* youngtop平台板块 */
.terrace,.beselected{
    width: 1200px;
    margin: 0 auto;
    height: 160px;
}
.terrace .youngTop{
    border: 4px solid #e5e5e5;
    background: url("../imgs/pc/q2.png") no-repeat center;
}
.youngTop:hover{
    border: 4px solid #00a0ea;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    background: url("../imgs/pc/q2_active.png") no-repeat center;
    color: #00a0ea;
}
.youngTop p:hover{
    color: #00a0ea;
}
.youngTop h2{
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 50px;
}
.youngTop p{
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

/* youngtop平台板块##################### */

/* youngtop入围板块 */
.gjjg,.zsjg{
    width: 49%;
    height: 60px;
    background-color: #fff;
    border: 4px solid #e5e5e5;
    text-align: center;
    font-size: 16px;
    margin: 5px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.zsjg{
    line-height: 55px;
    margin-left: 2%;
}
.gjjg:hover , .zsjg:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform:translateY(-5px) ;
    -o-transform:translateY(-5px) ;
    -ms-transform: translateY(-5px);
    transform:translateY(-5px) ;
    border-color: #00a0ea;
    box-shadow: 0 0 12px #00a0ea;
    border-width: 1px;
    color: #00a0ea;
}
/* youngtop入围板块##################### */

/* 服务支持 */
.service-wrap{
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 100px;
}
.service-wrap .title{
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 28px;
}
.service{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 124px;
    width: 1200px;
    margin: 0 auto;
}
.service .service-box{
    width: 23%;
    box-shadow: 2px 2px 15px #ddd;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    background: url("../imgs/pc/q3.png") no-repeat left top;
    background-size: cover;
    background-color: #fff;
}

.service .service-box .icon{
    width: 100%;
    height: 150px;
}
.service .service-box .service-name{
    font-size: 18px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.service .service-box .service-info{
    font-size: 14px;
    color: #666;
    width: 200px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    text-align: center;
}
.service-box:hover .service-info{
    color: #00a0ea;
}
.service-box:hover .icon{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg) ;
    -o-transform: rotateZ(360deg) ;
    -ms-transform:  rotateZ(360deg);
    transform: rotateZ(360deg) ; 
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}
.service-box:hover .service-name,.service-box:hover .service-info{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px) ;
    -o-transform: translateY(-15px) ;
    -ms-transform:  translateY(-15px);
    transform: translateY(-15px) ; 
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}


.ywzx .icon{
    background: url("../imgs/pc/yewuzixun.png") no-repeat center;
}

.ssfw .icon{
    background: url("../imgs/pc/shishifuwu.png") no-repeat center;
}

.pxjz .icon{
    background: url("../imgs/pc/peixunjiangzuo.png") no-repeat center;
}

.dzfw .icon{
    background: url("../imgs/pc/dingzhifuwu.png") no-repeat center;
}
/* 服务支持############### */

/* 合作联盟 */
.cooperation{
    width: 100%;
    padding-bottom: 100px;
    background: url("../imgs/pc/q4.png") no-repeat center;
    background-size: cover;
}
.cooperation .title{
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 28px;
}
.cooperate-kind{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 124px;
    width: 1200px;
    margin: 0 auto;
}
.cooperate-kind .kindbox{
    width: 31%;
    background-color: #f5f5f5;
    padding-bottom: 46px;
    border-bottom: 2px solid #00a0ea;
}
.kindname{
    font-size: 28px;
    color: #00a0ea;
    padding: 40px 20px 20px 20px;
}
.kindname small{
    color: #333;
}
.kindinfo{
    text-align: center;
    font-size: 18px;
}
/* 合作联盟 ##########################*/

/* 页面主体########## */

