/*****************可比信息科技有限公司的网站源码css**************/
/*******编辑器：brackets  编写人员：web部门唯一的boy：刘杰敏*******/
/************************************************************
                          *****
                        导航栏样式
                          *****
*************************************************************/
#nav{
    width:100%;
    background:rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
    position:fixed;
    z-index:10;
}
#nav .logo{
    float:left;
    width:102px;
    height:120px;
    padding:15px 0 15px 7px;
}
#nav .logo img{
    width:100%;
    height:100%;
}
#nav .nav_list{
    font-size:0;
    float:right;
    height:120px;
    line-height: 120px;
    transition:width 0.5s;
}
@media (max-width: 750px) {
  #nav .nav_list{
    width: 0;
    overflow: hidden;
  }
}
#nav .nav_list>li{
    display: inline-block;
    padding:0 16px;
    position:relative;
}
.nav_list>li>a{
    display: inline-block;
    color:#fff;
    font-size:20px;
    height:50px;
    line-height:50px;
    cursor:pointer;
    font-weight: 600;
    transition:all 0.2s;
}
#nav .nav_list .active a{
    color:#0BB7D7;
    border-bottom:3px solid #0BB7D7;
}
#nav .nav_list li:hover a{
    color:#0BB7D7;
}
#nav .nav_list .about_list{
    position:absolute;
    width:112px;
    background:rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
    top:80px;
    left:0;
    min-height:100px;
}
/************************************************************
                          *****
                        侧边栏样式
                          *****
*************************************************************/
#aside{
    height:250px;
    position: fixed;
    top:38.75%;
    bottom:0;
    right:0;
    z-index: 10;
}
#aside ul{
    background:rgba(11, 183, 215,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#600BB7D7,endColorstr=#600BB7D7);
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
#aside ul li{
    width:50px;
    text-align: center;
    height:50px;
    line-height:50px;
    cursor: pointer;
    border-radius:5px;
}
#aside ul li i{
    width:50px;
    text-align: center;
    height:50px;
    line-height:50px;
    cursor: pointer;
    border-radius:5px;
}
#aside ul li div{
    transition:all 0.5s;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto 0;
    width:0;
    height:150px;
    background:rgba(11, 183, 215,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#700BB7D7,endColorstr=#700BB7D7);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
#aside ul .item{
    display: block;
    left:-150px;
    width:150px;
}
#aside ul .phone{
    display:block;background:url(../images/index.png) 0 -43px;
}
#aside .phone div{
    padding-top:10px;
}
#aside .phone div h3{
    color:#fff;
    font-size:20px;
}
#aside .phone div p{
    color:#fff;
    font-size:16px;
    margin-top:5px;
    line-height:30px;
}
#aside ul .qq{
    display:block;background:url(../images/index.png) -44px -41px;
    
    text-align: center;
    font-size:0;
    line-height: normal;
}
#aside ul .qq h3{
    margin-top:20px;
    color:#fff;
    font-size:20px;
    font-weight: normal;
}
#aside ul .qq a{
    display: inline-block;
    line-height:26px;
    font-size:16px;
    width:110px;
    height:26px;
    border:1px solid #fff;
    border-radius:4px;
    color:#fff;
    margin-top:15px;
}
#aside ul .weichat{
    display:block;background:url(../images/index.png) -44px -86px;
}
#aside ul .weichat div{
}
#aside ul .weichat div img{
    margin:15px;
    width:120px;
    height:120px;
}
#aside ul .share{
    display:block;background:url(../images/index.png) 0 -92px;
}
#aside ul .prve{
    background:url("../images/index.png") -41px 0;
}
#aside ul .next{
    background:url("../images/index.png") -99px 0;
}
/************************************************************
                          *****
                         主体样式
                          *****
*************************************************************/
body{
    width:100%;
    height:100%;
    overflow: hidden;
}
#section{
    width:100%;
    height:100%;
    background:#eee;
    position: absolute;
}
.pages{
    width:100%;
    position: relative;
}
/*
    第一个页面的样式
*/
.page1{
    position: relative;
    overflow:hidden;
}
/*
    页面单独样式
*/
.items .slide1{
    background:url(../images/banner_01.jpg) no-repeat center center;
    background-size:cover;
}
.page1 .headerline{
    position: absolute;
    z-index:1;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:100px;
    line-height:100px;
    text-align: center;
    color:#fff;
    font-size:55px;
}
/*轮播图样式*/
.slideBox ul{
    position: absolute;
}
.slideBox ul li{
    display: inline-block;
}
/*底栏背景设置*/
.slideBox ul.items{
    position:absolute;
    float:left;
    background:none;
    list-style:none;
    padding:0;
    margin:0;
}
.slideBox span{
    position:absolute;
    width:66px;
    height:14px;
    top:82.87%;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    font-size:14px;
    color:#0BB7D7;
}
.slideBox ul.items li {
    background-size:cover;
    float: left;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position:relative;
}
.slideBox ul.items li img {
    width:0;
    height:0;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    border: none /*For IE.ADD.JENA.201206300844*/;
}
.slideBox div.tips {
    position: absolute;
    top:86.75%;
    bottom: 0;
    left:0;
    right:0;
    margin:0 auto;
    height: 3.73rem;
    overflow: hidden;
    color:#fff;
    bottom: 11.88%;
    transition:width 0.5s;
}

.slideBox div.tips div.title {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1200px;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    transition: width 0.5s;
    line-height: 1.73rem;
    font-size: 0;
    display: inline-block;
}
.slideBox  div.title a {
     color: #0BB7D7;
    font-size: 0.87rem;
    height: 1.73rem;
    line-height: 1.73rem;
    margin-right: 9px;
    text-decoration: none;
    text-shadow:#24414F 1px 1px ;
}
.slideBox div.tips div.title a:hover {
    text-decoration: underline !important;
}
.slideBox div.nums {
    position:absolute;
    right:0;
    left:0;
    bottom:0;
    width:1200px;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    transition:width 0.5s;
    line-height: 1.73rem;
    font-size:0;
    display: inline-block;
}
.slideBox div.tips div.nums:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.slideBox div.nums a {
    display:inline-block;
    width:60px;
    height:10px;
    background-color:#FFF;
    margin:10px 8px 0 0;
    box-shadow:1px 1px #7F7F7F inset;
    cursor: pointer;
}
.slideBox  div.nums a.active {
    background-color:#0BB7D7;
    box-shadow:-1px -1px #7F7F7F inset;
}

/*******************************************************************
                                *****
                            产品中心分页样式
                                *****
********************************************************************/
.page2{
    background:url(../images/banner_02.jpg) no-repeat center center;
    background-size:cover;
}
.page2>img{
    width:100%;
    height:100%;
}
.page2 .container{
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page2 .container .app_page{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    display: block;
    height:437px;
    margin:auto;
    text-align: center;
}
.app_page>img{
    width:90px;
    height:82px;
    font-size: 0px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.app_page h1{
    height:90px;
    line-height: 90px;
    font-size:50px;
    color:#0BB7D7;
    margin-top:82px;
}
.app_list{
    padding-top:25px;
}
.app_list>div{
    display: inline-block;
    position: relative;
    width:25%;
    padding:0 25px;
}
.app_list>div a {
    display: block;
    width:100%;
    height:230px;
    box-shadow:0px 0px 21px 0px rgba(0,0,0,0.2);
    background-color:#fff;
    position: relative;
    overflow: hidden;
}
.app_list>div a img{
    margin-bottom:30px;
    width:120px;
    height:120px;
}
.app_list>div a div{
    width:100%;
    height:230px;
    position:absolute;
    top:25px;
    background:#fff;
    font-size:20px;
    color:#000;
}
.app_list>div a div span{
    background-color:#3BC5DF;
    display: block;
    widht:100%;
    hegiht:50px;
    line-height:50px;
    text-align: center;
    font-size:20px;
    color:#fff;
    font-weight: 600;
}
.app_list>div a div p{
    color: #545455;
    width:100%;
    height:60%;
    padding:30px;
    text-align:left;
    overflow: hidden;
}
@media (max-width: 1000px) {
      .app_list>div{
        display: inline-block;
        float:left;
        width:25%;
        padding:0 5px;
    }
}
/*******************************************************************
                                *****
                            资讯动态分页样式
                                *****
********************************************************************/
.page3{
    background:url(../images/banner_03.jpg) no-repeat center center;
    background-size:cover;
}
.page3>img{
    width:100%;
    height:100%;
}
.page3 .container{
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.news_page{
    width:100%;
    height:507px;
    position: absolute;
    top:70px;
    bottom:0;
    margin:auto;
}
.news_page>div{
    float:left;
    width:50%;
    height:507px;
    position: relative;
}
.news_pic .pic_box{
    width:507px;
    height:507px;
    border:3px solid #fff;
    position: absolute;
}
.pic_box a{
    float:left;
    border:1px solid #fff;
    overflow: hidden;
    position: relative;
    transition:all 0.3s;
}
.pic_box a img{
    width:100%;
    height:100%;
    transition:all 0.3s;
}
.pic_box a img:hover{
   transform:scale(1.4);
}
.pic_box a p{
    width:100%;
    height:24px;
    position: absolute;
    bottom:0;
    font-size:14px;
    text-align: center;
    overflow: hidden;
    line-height:24px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    padding:0 5px;
}
@media (max-width: 1400px) {
    .page3 .container{
        padding-left:80px;
    }
    .pic_box{
        margin-left:30px;
    }
    .news_pic{
        padding-top:40px;
    }
    .news_pic .pic_box{
        width:400px;
        height:400px;
        border:3px solid #fff;
    }
    .news_center{
        padding-left:10px;
    }
    .news_center_sec {
        width: 475px;
        height: 430px;
        margin-top: 10px;
        overflow: hidden;
    }
    .news_page>div{
        width:45%;
        height:450px;
    }
}
@media (max-width: 1200px){
    .page3 .container{
        padding-left:30px;
    }
    .pic_box{
        margin-left:0px;
    }
    .news_pic{
        padding-top:40px;
    }
    .news_pic .pic_box{
        width:400px;
        height:400px;
        border:3px solid #fff;
    }
    .news_center{
        padding-left:10px;
    }
    .news_center_sec {
        width: 475px;
        height: 430px;
        margin-top: 10px;
        overflow: hidden;
    }
    .news_page>div{
        width:45%;
        height:450px;
    }
}
@media (max-width: 1000px) {
    .news_pic .pic_box{
        width:400px;
        height:400px;
        border:3px solid #fff;
    }
    .news_center{
        padding-left:10px;
    }
    .news_center_sec {
        width: 475px;
        height: 430px;
        margin-top: 10px;
        overflow: hidden;
    }
}
.news_center{
    position: relative;
}
.news_center .more_link{
    font-size: 20px;
    color: #4c4c4c;;
    position: absolute;
/*    bottom: -35px;*/
    right: 135px;
    transition: all 0.3s;
}
.news_center .more_link:hover{
    color:#c5531b;
}
.news_center h1{
    position: absolute;
    top:0;
    left:0;
    font-size:44px;
    color:#141415;
    height:40px;
    line-height: 40px;
}

.news_center_sec{
    width:475px;
    max-height:430px;
    margin-top:77px;
    overflow: hidden;
}
@media (max-width: 1400px){
    .news_center_sec{
        margin-top:55px;
        height:395px;
    }
}
@media (max-width: 1000px){
    .news_center_sec{
        margin-top:55px;
    }
    .news_center_sec p{
        width:97%;
    }
}
.news_center_sec p{
    width:100%;
    max-height:60px;
    line-height: 30px;
    font-size:20px;
    color:#000;
    overflow: hidden;
    position: relative;
    margin:8px 0;
}
.news_center_sec p a{
    display: inline-block;
    font-size:20px;
    color:#000;
    padding-left:20px;
    background:url(../images/index.png) no-repeat -92px -125px;
    transition:all 0.3s;
}
.news_center_sec p:hover a,.news_center_sec p:hover span{
    color:#c5531b;
}
.news_center_sec p span{
    float:right;
    color:#4C4C4C;
    position: absolute;
    right:0;
    bottom:0;
    transition:all 0.3s;
}
/*******************************************************************
                                *****
                            关于我们分页样式
                                *****
********************************************************************/
.page4{
    background:url(../images/banner_04.jpg) no-repeat center center;
    background-size:cover;
    position: relative;
}
.page4>img{
    width:100%;
    height:100%;
}
.page4 .container{
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page4 .about_us{
    width:100%;
}
.about_list{
   position: absolute;
    width:120px;
    height:360px;
    top:0;
    bottom:0;
    left:0;
    z-index:10;
    margin:auto 0;
}
.about_list li{
    width:120px;
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size:20px;
    font-weight:600;
    color:#fff;
    background:rgba(11,183,215,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#800BB7D7,endColorstr=#800BB7D7);
    cursor:pointer;
    transition: all 0.3s;
}
.about_list li:hover{
   color:#000;
}
.about_list .active{
    color:#0BB7D7;
    background:rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90ffffff,endColorstr=#90ffffff);
}
.about_list li:nth-of-type(1){
    border-top-left-radius:8px;
    border-top-right-radius:8px; 
}
.about_list li:nth-of-type(6){
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px; 
}
.about_common{
    position: absolute;
    top:0;
    bottom:0;
    left:120px;
    right:0;
    margin:auto;
    width:730px;
    height:360px;
    border-radius:10px;
    background:rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
}
/*企业简介*/
.intro{
    padding:20px 23px 20px 35px;
}
.intro h1{
    font-size:50px;
    color:#0BB7D7;
    height:40px;
    line-height: 40px;
}
.intro p{
    float:left;
    display: block;
    display: inline-block;
    width:360px;
    height:213px;
    line-height: 30px;
    font-size:18px;
    color:#000;
    margin-top:30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro a{
    display: inline-block;
    height: 30px;
    width: 150px;
    position: absolute;
    bottom: 20px;
    left: 280px;
    font-size: 18px;
    color: #000;
}
.intro img{
    float:right;
    width:250px;
    height:250px;
    border-radius:10px;
    margin-top:30px;
}
/*企业历程*/
.framework{
    width:820px;
    height:620px;
    position: absolute;
    left:120px;
    right:0;
    bottom:0;
    margin:0 auto;
}
@media (max-height: 700px){
    .framework{
        width:727px;
        height:550px;
    }
}
.framework img{
    width:100%;
    height:100%;
}
.framework .year{
    position: absolute;
    background:#fff;
    text-align: center;
    border-radius:50%;
    color:#0BB7D7;
    font-size:22.5px;
    cursor:pointer;
    transition:all 0.3s;
}
.framework .sc{
    line-height:80px;
    width:80px;
    height:80px;
    background:url(../images/sc.png) no-repeat;
}
.framework .bc{
    line-height:90px;
    width:90px;
    height:90px;
    background:url(../images/bc.png) no-repeat;
}
.framework .year p{
    width:240px;
    line-height:30px;
    padding:20px 30px;
    font-size:16px;
    font-weight:600;
    background:#fff;
    border-radius:10px;
    position:absolute;
    top:100px;
    left:90px;
    z-index:2;
    display: none;
    text-align:left;
    background-color: rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
}
/*企业文化*/
.cultrue{
    padding:20px 23px 20px 35px;
}
.cultrue h1{
    font-size:50px;
    color:#0BB7D7;
    height:40px;
    line-height: 40px;
}
.cultrue p{
    float:left;
    display: inline-block;
    width:360px;
    height:210px;
    line-height: 30px;
    font-size:18px;
    color:#000;
    margin-top:30px;
    overflow: hidden;
}
.cultrue img{
    float:right;
    width:250px;
    height:250px;
    border-radius:10px;
    margin-top:30px;
}
.cultrue a{
    display: inline-block;
    height: 30px;
    width: 150px;
    position: absolute;
    bottom: 20px;
    left: 280px;
    font-size:18px;
    color:#000; 
}
.cultrue a:hover{
    color:#0BB7D7; 
}
/*企业架构*/
.department{
    position:absolute;
    width:840px;
    height:540px;
    top:60px;
    bottom:0;
    left:120px;
    right:0;
    margin:auto;
    background-size:753px 370px;
}
.department .blue_bg{
    display: inline-block;
    font-weight: 600;
    background-color: rgba(11,183,215,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#800bb7d7,endColorstr=#800bb7d7);
    color:#fff;
    text-align: center;
}
.department .blue_div{
    font-size:20px;
    border-radius:8px;
}
.department .d_company{
    position: absolute;
    top:0;
    bottom:0;
    margin:auto 0;
    width:300px;
    height:54px;
    line-height:54px;
    text-align: center;
    letter-spacing:2px;
}
.department_ul{
    position:absolute;
    top:69px;
    bottom:0;
    left:310px;
    margin:auto 0;
    width:242px;
    /*height:406px;*/
    font-size:0;
    text-align: right;
    background:url(../images/department_ul_bg.png) no-repeat 0px 39px;
}
.department_ul>li{
    position:relative;
    width:162px;
    height:46px;
    margin:17.5px 0;
    line-height:46px;
    cursor:pointer;
    transition:all 0.3s ease-in-out;
}
.department_ul>li ul{
    position:absolute;
    width:189px;
    text-align: right;
    opacity:0;
    transform: translate3d(0px,100px,0px) rotateY(90deg);
    transition:all 0.5s ease-in-out;
}
.department_ul .active ul{
    opacity:1;
    transform: translate3d(0px,0px,0px) rotateY(0deg);
}
.department_ul>li ul li{
    width:130px;
    height:40px;
    line-height:40px;
    margin:7.5px 0;
    cursor:pointer;
    font-size:16px;
    border-radius:8px;
}
.department_ul>li:hover {
    color: #000;
}
.department_ul>li.active{
    background-color: rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
    color:#0bb7d7;
}
.marketing{
    top:-4px;
    left:174px;
    background:url(../images/ul_marketing.png) no-repeat 0px 26px;
}
.technology{
    top:-116px;
    left:174px;
    background:url(../images/ul_technology.png) no-repeat 0px 26px;
}
.department_ul .operation{
    width:227px;
    top:-60px;
    left:174px;
    background:url(../images/ul_operation.png) no-repeat 0px 26px;
}
.department_ul .operation_two{
    width:227px;
    top:-28px;
    left:174px;
    background:url(../images/ul_operation_two.png) no-repeat 0px 26px;
}
.department_ul .operation li{
    width:168px;
}
.department_ul .operation_two li{
    width:168px;
}
.other{
    top:-60px;
    left:174px;
    background:url(../images/ul_operation.png) no-repeat 0px 26px;
}
@media (max-height: 700px){
    .department{
        width:777px;
        height:500px;
    }
}
.department img{
    width:100%;
    height:100%;
}
/*成功案例*/
.show_box{
    width:945px;
    height:360px;
    position: absolute;
    top:0;
    bottom:0;
    left:230px;
    right:0;
    margin:auto;
}
.show_box i{
    position:absolute;
    width:24px;
    height:50px;
    top:0;
    bottom:0;
    margin:auto 0;
    cursor:pointer;
}
.show_box .left{
    background:url(../images/index.png) no-repeat 0 -210px;
    left:-24px;
}
.show_box .left:hover{
    background:url(../images/index.png) no-repeat 0 -152px;
    left:-24px;
}
.show_box .right{
    background:url(../images/index.png) no-repeat -37px -210px;
    right:-24px;
}
.show_box .right:hover{
    background:url(../images/index.png) no-repeat -36px -152px;
    right:-24px;
}
.show_box div{
    width:945px;
    height:360px;
    overflow: hidden;
}
.case ul{
    position: relative;
    left:0;
    font-size:0;
    height:100%;
} 
.case li{
    display:inline-block;
    float:left;
    width:220px;
    height:100%;
    padding:33px 0;
    text-align: center;
    margin:0 8px;
    border-radius:5px;
    background-color:rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
}
.case li img{
    width:164px;
    height:100px;
    border:1px solid #000;
    margin-bottom:28px;
}
.case li h5{
    text-align:left;
    width:164px;
    height:48px;
    line-height: 24px;
    font-size:20px;
    font-weight: 600;
    color:#545455;
    margin:0 auto;
    margin-bottom:12px;
    overflow: hidden;
}
.case li p{
    margin:0 auto;
    text-align:left;
    width:164px;
    overflow: hidden;
    height:100px;
    line-height: 20px;
    font-size:16px;
    color:#545455;
    transition:all 0.3s;
}
.case li:hover h5,.case li:hover p{
    color:#000;
}
@media (max-width: 1200px){
    .show_box{
        width:784px;
       height:320px; 
    }
    .show_box div{
        width:784px;
        height:320px;
    }
    .case li{
        width:180px;
        height:100%;
        padding:20px 15px;
    }
    .case li img{
        width:154px;
        height:94px;
        margin-bottom:10px;
    }
    .case li h5{
        width:154px;
    }
    .case li p{
        width:154px;
        height:120px;
        line-height: 18px;
        font-size:16px;
    }
}
/*证书展示*/
.cfc div{
    width:945px;
    height:360px;
    overflow: hidden;
}
.cfc ul{
    position: relative;
    left:0;
    font-size:0;
    height:100%;
} 
.cfc li{/*整体样式控制*/
    float:left;
    display:inline-block;
    text-align: center;
}
.cfc .wide{
    width: 432.5px;
    margin:30px 20px;
}
.cfc .wide img{
    width:auto;
    height:100%;
}
.cfc .narrow{
    width:216.25px;
    height:300px;
    margin:30px 10px;
}
.cfc .narrow img{
    width:auto;
    height:100%;
}
@media (max-width: 1200px){
    div.cfc{
        width:764px;
       height:250px; 
    }
    div.cfc div{
        width:764px;
        height:250px;
        overflow: hidden;
    }
    .cfc .wide{
        width: 361px;
        margin:0 10px;
    }
    .cfc .narrow{
        width:171px;
        height:250px;
        margin:5px 10px;
    }
    .cfc .wide img{
        width:100%;
        height:auto;
    }
    .cfc .narrow img{
        width:100%;
        height:auto;
    }
}

/*******************************************************************
                                *****
                            联系我们分页样式
                                *****
********************************************************************/
.page5{
    background:url(../images/banner_05.jpg) no-repeat center center;
    background-size:cover;
}
.page5>img{
    width:100%;
    height:100%;
}
.contact_info{
    position:absolute;
    width:440px;
    height:300px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    padding:40px 0;
    text-align: center;
    background:rgba(0,0,0,0.5);
    border-radius:20px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#70000000);
}
.contact_info h1{
    font-size:40px;
    color:#0BB7D7;
    height:34px;
}
.contact_info p{
    font-size: 24px;
    height: 25px;
    color: #fff;
    margin-top: 22px;
    padding-left: 75px;
    text-align: left;
}
.copy_right{
    width:100%;
    text-align: center;
    position: absolute;
    bottom:4%;
}
.copy_right ul{
    
}
.copy_right ul li{
   display:inline-block;
    padding:0 20px;
    color:#fff;
    font-size:18px;
    border-left:1px solid #fff;
}
.copy_right ul li a{
    color:#fff;
}
.copy_right hr{
    width:800px;
}
.copy_right p{
    font-size:18px;
    color:#fff;;
}
/********************************************************************
                                  *****
                                新闻资讯页面
                                  *****
*********************************************************************/
.newspage .container{
    padding-top:182px;
    padding-bottom:80px;
}
.newspage .news_nav {
    width:530px;
    margin-bottom:35px;
}
.newspage .news_nav h1{
    height:60px;
    line-height:55px;
    font-size:50px;
    color:#0BB7D7;
    font-weight:600;
    float:left;
    margin-right:20px;
}
.newspage .news_nav h3{
    height:30px;
    line-height:30px;
    font-size:24px;
    color:#0BB7D7;
    font-weight:600;
    float:left;
}
.newspage .news_nav div{
    font-size:20px;
    color:#000;
    float:left;
}
.newspage .news_nav div a{
    color:#000;
}
.newspage .news_list{
    position: relative;
    width:100%;
    padding:4.17% 15.83% 4.17% 4.17%;
    background-color:rgba(255,255,255,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70ffffff,endColorstr=#70ffffff);
}
.newspage .news_list div a{
    display:inline-block;
    max-width:80.66%;
    height:45px;
    line-height:45px;
    color:#000;
    font-size:18px;
    font-weight:600;
    padding-left:20px;
    background:url(../images/index.png) no-repeat -96px -120px;
    overflow: hidden;
    transition: all 0.3s;
}
.newspage .news_list div:hover a{
    color:#c5531b;
}
.newspage .news_list div:hover span{
    color:#c5531b;
}
.newspage .news_list div span{
    display: inline-block;
    height:45px;
    line-height:45px;
    color:#4C4C4C;
    font-size:20px;
    font-weight:600;
    float:right;
    transition: all 0.3s;
}
.load_more{
    position: absolute;
    bottom:20px;
    right:5.2%;
/*    color: #19C6E6;*/
    color: #000;
    font-size: 18px;
}
.newspage .news_sec{
    width:100%;
    padding:4.17%;
    background-color:rgba(255,255,255,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70ffffff,endColorstr=#70ffffff);
    text-align: center;
}
.news_sec .news_headline h2{
    font-size:20px;
    color:#000;
}
.news_sec .news_headline span{
    display: block;
    font-size: 18px;
    color: #4C4C4C;
    margin-top: 25px;
}
.news_sec .news_body{
    margin-top:36px;
}
.news_sec .news_body p{
    font-size: 18px;
    color: #000;
    text-indent: 36px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 15px;
}
.news_sec .news_body img{
    max-width:93%;
    margin-top:25px;
}
/****************************************************
                        *****
                      可圈下载页面
                        *****
****************************************************/
.kequan_box{
    width:1100px;
    height:450px;
    margin-right: auto;
    margin-left: auto;
    transition:width 0.5s;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.kequan2d{
    float:left;
}
.kequan2d>div{
    width:505px;
}
.kequan_headline{
    width:505px;
    height:164px;
}
.kequan2d .kequan_headline .kequanlogo{
    float:left;
    width:165px;
    height:165px;
    margin-right:42px;
}
.kequan2d .kequan_headline img{
    float:left;
    width:160px;
    height:72px;
}
.kequan2d .kequan_headline p{
    float:left;
    width:285px;
    font-size:28px;
    color:#fff;
    margin-top: 22px;
}
.kequan_code{
    position: absolute;
    height:165px;
    left:0;
    bottom:0;
}
.kequan_code .code{
    float:left;
    width:165px;
    height:165px;
    margin-right:42px;
}
.kequan2d .kequan_code a{
    float:left;
    display: inline-block;
    width:230px;
    height:72px;
    text-align: left;
    padding-left:86px;
    padding-top:2px;
    border-radius:5px;
    background-color:rgba(0,0,0,0.6);
    position: absolute;
}
.kequan2d .kequan_code a i{
    display: inline-block;
    width:50px;
    height:62px;
    position: absolute;
    top:0;
    bottom:0;
    left:18px;
    margin:auto 0;
}
.kequan2d .kequan_code a span{
    color:#fff;
    display: block;
    font-size:25px;
}
.kequan_pic{
    width:456px;
    height:450px;
    float:right;
}
.kequan_pic img{
    width:100%;
    height:100%;
}












