

/* 1-1 轮播图 */
.flexslider{margin:0 auto;position:relative;width:100%;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flexslider .slides img{width:100%;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../image/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../image/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}
/* 1-1 轮播图 end */


/* 1-2 业务领域 */
.index_main1{width:1280px; height:auto; margin:0 auto;}
.index_main1_title{width:1280px; height:auto; margin:0 auto; text-align:center; padding:40px 0 40px 0;}
.index_main1_content{width:1280px; height:auto; margin:0 auto;}
.index_main1_content li{width:195px; height:180px; margin-left:15px; margin-bottom:30px; float:left; text-align:center; background:#f4f4f4; padding-top:15px;}
.index_main1_content li img{width:85px; height:85px;margin-bottom:10px;}
.index_main1_content li p{padding:0 10px;font-size:16px;line-height: 22px;}
.index_main1_content li span{display:none; width:70px; height:24px; text-align:center; line-height:24px; border:1px solid #ccc; font-size:14px; margin-top:10px; border-radius:15px; background:#fff;line-height: 24px;}
.index_main1_content li:hover{background:rgb(0, 93, 174);}
.index_main1_content li:hover span{display:inline-block;}
.index_main1_content li:hover p{color:#fff;}
/* 1-2 业务领域 end */


/* 1-3 关于我们 */
.index_main2{width:1280px; height:auto; margin:0 auto; background-image:url(../image/about.jpg); background-position:bottom; background-repeat:no-repeat; padding-bottom:430px; }
.index_main2_title{width:1280px; height:auto; margin:0 auto; text-align:center; padding:40px 0 40px 0;}
.index_main2_num{width:1280px; height:150px; margin:0 auto;}
.index_main2_num li{width:calc(25% - 1px); border-left:1px solid #ccc; height:180px; float:left; text-align:center;}
.index_main2_num li div{line-height:90px; font-size:44px; color:rgba(0,93,174,1);}
.index_main2_num li div span{ font-size:44px; color:rgba(0,93,174,1);font-weight: 700;}
.index_main2_num li p{font-size:24px; line-height: 36px;}
.index_main2_num li:nth-child(1){border-left:0;}
/* 1-3 关于我们 end */



/* 1-4 应用案例 */
.index_main3{width:1280px; height:auto; margin:0 auto;}
.index_main3_title{width:1280px; height:auto; margin:0 auto; text-align:center; padding:40px 0 40px 0;}
.index_main3_list{width:1280px; height:auto; margin:0 auto;}
.index_main3_list li{width:160px; height:auto; float:left; position:relative; overflow:hidden;}
.index_main3_list li img{width:213.33333px; height:auto; float:left;}
.index_main3_list li .p-mask {
    opacity: 0;
    visibility: hidden;
    background-color:rgba(0, 119, 255, 0.3);
    bottom: 0%;
    position: absolute;
    width: 100%; height:100%;
    -webkit-transform: translate3d( 0px, -100%, 0px);
    -moz-transform: translate3d( 0px, -100%, 0px);
    -ms-transform: translate3d( 0px, -100%, 0px);
    -o-transform: translate3d( 0px, -100%, 0px);
    transform: translate3d( 0px, -100%, 0px);
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    text-align: left;
    border: none;
}
.index_main3_list li .p-mask h4{color:#fff; float:left; margin-top:80px; font-size:16px; text-align:center; width:100%; height:auto; line-height:16px;}
.index_main3_list li .p-mask p{margin-top:30px;color:#fff; float:left; padding:0 10px;font-size:14px;line-height:16px;}
.index_main3_list li .p-mask span{width:108px; height:16px; line-height:16px; display:inline-block; text-align:center; color:#005dae; margin-left:27px; background:#fff; margin-top:30px; font-size:14px; border-radius:25px;}
.index_main3_list li:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px);
    -moz-transform: translate3d( 0px, 0px, 0px);
    -ms-transform: translate3d( 0px, 0px, 0px);
    -o-transform: translate3d( 0px, 0px, 0px);
    transform: translate3d( 0px, 0px, 0px);
}

/* 1-4 应用案例 end */


