@charset "UTF-8";
/**
 *
 * @authors
 * @date    2018-05-08 17:18:05
 */
#section .part-bg{
    position: relative;
    width: 100%;
    height: 640px;
}
#section .part-bg .bg-pic{
    position: relative;
    width: 100%;
    height: 100%;
}
#section .part-bg .bg-pic .pic-ul{
    width: 100%;
    height: 100%;
    background: url('../images/index/banner-1.jpg') center;
}
#section .part-bg .bg-pic .pic-ul .pic-li{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
}
#section .part-bg .bg-pic .pic-ul .pic-li:nth-child(1){
    display: block;
}
#section .part-bg .bg-pic .pic-ul .pic-li a,#section .part-bg .bg-pic .pic-ul .pic-li a>img{
    display: block;
    width: 100%;
    height: 100%;
}
#section .part-bg .bg-tab{
    overflow: hidden;
    position: absolute;
    left:50%;
    bottom: 25px;
    height: 16px;
    transform: translateY(-50%);
}
#section .part-bg .bg-tab .tab-ul{
    width: 1000%;
    height: 100%;
}
#section .part-bg .bg-tab .tab-ul .tab-li{
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer;
}
#section .part-bg .bg-tab .tab-ul .tab-li.active{
    background: #fff;
}
#section .s-switch{
    display: none;
    position: fixed;
    z-index: 9999;
    top:0;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#section .s-switch .s-ul{
    width: 1200px;
    margin: 0 auto;
}
#section .s-switch .s-ul .s-li{
    float: left;
    padding: 0 20px;
    margin: 0 98px;
    color: #657384;
    line-height: 50px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
#section .s-switch .s-ul .s-li:hover,#section .s-switch .s-ul .s-li.active{
    color: #63ba70;
    border-color: #63ba70;
}
#section .part{
    overflow: hidden;
    width: 1200px;
    margin:50px auto 0;
}
#section .part .title{
    text-align: center;
}
#section .part .title .s-l{
    position: relative;
    padding: 0 30px;
    line-height:50px;
    font-size: 30px;
    color: #383838;
}
#section .part .title .s-l::before{
    position: absolute;
    top:25px;
    left: -115px;
    content: "";
    width: 115px;
    height: 1px;
    background:#d8d8d8;
}
#section .part .title .s-l::after{
    position: absolute;
    top:25px;
    right: -115px;
    content: "";
    width: 115px;
    height: 1px;
    background:#d8d8d8;
}
#section .ability{
    position: relative;
    overflow: hidden;
    height:330px;
}
#section .ability .a-ul{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1000%;
    height: 240px;
}
#section .ability .a-ul .a-li{
    overflow: hidden;
    float: left;
    width: 340px;
    height: 100%;
    background: rgba(0,0,0,.6) url('../images/index/p_c.png');
    margin:0 70px 0 10px;
}
#section .ability .a-ul .a-li:nth-child(1){
    background-position: 0 0;
}
#section .ability .a-ul .a-li:nth-child(2){
    background-position: -347px 0;
}
#section .ability .a-ul .a-li:nth-child(3){
    background-position: 340px 0;
}
#section .ability .a-ul .a-li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}
#section .ability .a-ul .a-li a>span{
    overflow: hidden;
    position: absolute;
    left:0;
    color:#fff;
    transition: .5s;
}
#section .ability .a-ul .a-li a .a-bg{
    top:40px;
    left: 50%;;
    width: 80px;
    height: 80px;
    background: url("../images/index/icon_1.png");
    margin-left: -40px;
}
#section .ability .a-ul .a-li:nth-child(1) a .a-bg{
    background-position:  4px 0;
}
#section .ability .a-ul .a-li:nth-child(2) a .a-bg{
    background-position:  -74px 0;
}
#section .ability .a-ul .a-li:nth-child(3) a .a-bg{
    background-position:  78px 0;
}
#section .ability .a-ul .a-li a .a-title{
    top:140px;
    text-align: center;
    width: 100%;
    font-size: 18px;
}
#section .ability .a-ul .a-li a .a-explain{
    left:0;
    top:170px;
    width: 100%;
    height: 0;
    text-align: center;
    line-height: 24px;
}
#section .ability .a-ul .a-li a .a-explain>i,#section .ability .a-ul .a-li a .a-explain>em{
    display: block;
    font-style: normal;
}
#section .ability .a-ul .a-li a:hover{
    background: rgba(52,130,236,.4);
}
#section .ability .a-ul .a-li a:hover .a-bg{
    top:-80px;
    height: 0;
}
#section .ability .a-ul .a-li a:hover .a-title{
    top:40px;
}
#section .ability .a-ul .a-li a:hover .a-explain{
    top: 110px;
    height: auto;
}
#section .product{
    width: 1100px;
}
#section .product .item{
    width: 100%;
    margin-top: 60px;
}
#section .product .part1{
    height: 240px;
}
#section .product .item .p-item{
    height: 100%;
    transition: .5s;
}
#section .product .item .left{
    float: left;
}
#section .product .item .p-item img{
    display: block;
    width: auto;
    height: 100%;
}
#section .product .item .right{
    float: right;
}
#section .product .item:hover .left{
    margin-left: 30px;
}
#section .product .item:hover .right{
    margin-right: 30px;
}
#section .product .part1 .right,#section .product .part3 .right{
    width: 515px;
}
#section .product .item .p-item .p-title{
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}
#section .product .item .p-item .p-main{
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
#section .product .part2{
    height: 280px;
}
#section .product .part2 .left{
    width: 515px;
}
#section .product .part2 .left .p-title{
    margin-top: 70px;
}
#section .product .part3{
    height: 290px;
}
#section .service{
    overflow: hidden;
    width: 1100px;
}
#section .service .s-ul{
    width: 1000%;
    margin-top: 60px;
}
#section .service .s-ul .s-li{
    float: left;
    width: 300px;
    margin-right: 100px;
    text-align: center;
    height: 210px;
    margin-bottom: 15px;
    box-shadow: 0 0 15px 1px #ebf0f5;
}
#section .service .s-ul .s-li a{
    display: block;
    width: 100%;
    height:100%;
    color:#000;
    cursor: pointer;
}
#section .service .s-ul .s-li a>i,#section .service .s-ul .s-li a>em{
    overflow: hidden;
    display: block;
    width:100%;
    height: 169px;
}
#section .service .s-ul .s-li a>i>img,#section .service .s-ul .s-li a>em>img{
    display: block;
    width:100%;
    height: 100%;
    transition: .5s;
    transform-origin: center;
}
#section .service .s-ul .s-li:hover a>i>img,#section .service .s-ul .s-li:hover a>em>img{
    transform: scale(1.2);
}
#section .service .s-ul .s-li a>span{
    display: block;
    padding-top: 12px;
}
#section .service .s-ul .s-li:hover a>span{
    color:#63ba70;
}
#section .cooperation{
    margin-bottom: 30px;
}
#section .cooperation .c-ul{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
#section .cooperation .c-ul .c-li{
    float: left;
    width:220px;
    height: 70px;
    margin:20px 40px;
    background: url("../images/index/c_p.png");
    cursor: pointer;
}
#section .cooperation .c-ul .c-li:hover{
    background-image: url("../images/index/c_p1.png");
}
#section .cooperation .c-ul .c-li:nth-child(1){
    background-position: -225px 0;
}
#section .cooperation .c-ul .c-li:nth-child(2){
    background-position: -444px -140px;
}
#section .cooperation .c-ul .c-li:nth-child(3){
    background-position: -438px 0;
}
#section .cooperation .c-ul .c-li:nth-child(4){
    background-position: -220px 70px;
}
#section .cooperation .c-ul .c-li:nth-child(5){
    background-position: 0 -70px;
}
#section .cooperation .c-ul .c-li:nth-child(6){
    background-position: 212px 0;
}
#section .cooperation .c-ul .c-li:nth-child(7){
    background-position: 10px 0;
}
#section .cooperation .c-ul .c-li:nth-child(8){
    background-position: 220px 140px;
}
#section .cooperation .c-ul .c-li:nth-child(9){
    background-position: -220px -140px;
}
#section .cooperation .c-ul .c-li:nth-child(10){
    background-position: -437px -70px;
}
#section .cooperation .c-ul .c-li:nth-child(11){
    background-position: 440px -70px;
}
#section .cooperation .c-ul .c-li:nth-child(12){
    background-position: 440px -140px;
}
#section .cooperation .c-ul .c-li:nth-child(13){
    background-position: -220px -70px;
}
#section .cooperation .c-ul .c-li:nth-child(14){
    background-position: 5px -140px;
}
#section .cooperation .c-ul .c-li:nth-child(15){
    background-position: 217px -70px;
}
#section .cooperation .c-ul .c-li:nth-child(16){
    background-position: 4px 70px;
}


