﻿@charset 'utf-8';


@font-face {
    font-family: 'SM';
    font-weight: normal;
    font-style: normal;
    src: url("../font/SourceHanSerifCN-Medium.otf");
}
@font-face {
    font-family: 'ThEx';
    font-weight: normal;
    font-style: normal;
    src: url("../font/HelveticaNeueLTPro-ThEx.otf");
}
@font-face {
    font-family: 'ThTh';
    font-weight: normal;
    font-style: normal;
    src: url("../font/HelveticaNeueLTPro-Th.otf");
}

/*  ====== index ===== */
    .head1{
        width: 100%;
        /*min-width: 1200px;*/
        height: 90px;
        background:#1F1F1F;
        cursor: pointer;
        opacity: 1;
        position: fixed;
        left: 0;
        top:0px;
        z-index: 5000;

        -webkit-transition: all 1s ease-out 0s;
        -moz-transition: all 1s ease-out 0s;
        -ms-transition: all 1s ease-out 0s;
        -o-transition: all 1s ease-out 0s;
        transition: all 1s ease-out 0s;
    }
    .head1.act{
        height: 75px;
        background: #FFFFFF;
    }
    .head1 .head1-con{
        max-width: 1200px;
        margin: auto;
    }
    .head1 .head1-con .logo{
        height: 90px;
        padding-top: 20px;
        margin-right: 270px;
    }
  /*  @media screen and (max-width: 1180px){
        .head1 .head1-con .logo{
            height: 90px;
            padding-top: 20px;
            margin-right: 70px;
        }
    }*/
    .head1 .head1-con .logo .logoimg-1{
        display: inline;
    }
    .head1 .head1-con .logo .logoimg-2{
        display: none;
    }
    .head1.act .head1-con .logo{
        height: 75px;
        padding-top: 0px;
        margin-right: 270px;
    }
    .head1.act .head1-con .logo .logoimg-1{
        display: none;
    }
    .head1.act .head1-con .logo .logoimg-2{
        display:inline;
    }
    .head1 .head1-con .head1-nav{
        width: auto;
        height: 90px;
        line-height: 90px;
    }
    .head1.act .head1-con .head1-nav{
        width: auto;
        height: 75px;
        line-height: 75px;
    }
    .head1 .head1-con .head1-nav > li{
        float: left;
        height: 90px;
        margin-right: 40px;
        font-size: 16px;
        padding-top: 35px;
    }
    .head1.act .head1-con .head1-nav > li{
        float: left;
        height: 75px;
        margin-right: 40px;
        font-size: 16px;
        padding-top: 27px;
    }
    .head1 .head1-con .head1-nav li> a{
        display: inline-block;
        height: 100%;
        color: #ffffff;
    }
    .head1.act .head1-con .head1-nav li> a{
        display: inline-block;
        height: 100%;
        color: #666666;
    }
    .head1 .head1-con .head1-nav .act>a{
        border-bottom: 3px solid #c00000;
        color: #c00000;
    }
    .head1.act .head1-con .head1-nav .act>a{
        border-bottom: 3px solid #c00000;
        color: #c00000;
    }
    .head1 .head1-con .language{
        height: 90px;
        padding-top: 35px;
        position: relative;
        cursor: pointer;
    }
    .head1.act .head1-con .language{
        height: 75px;
        padding-top: 27px;
        position: relative;
        cursor: pointer;
    }
    .head1 .head1-con .language > li{
        color: #ffffff;
        font-size: 14px;
    }
    .head1.act .head1-con .language > li{
        color: #666666;
        font-size: 14px;
    }
    .head1 .head1-con .language.act > li img{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .head1 .head1-con .language .xialadown{
        position: absolute;
        top:60px;
        left: 0;
        z-index: 100;
        display: none;
    }
    .head1.act .head1-con .language .xialadown{
        position: absolute;
        top:60px;
        left: 0;
        z-index: 100;
        display: none;
    }
    .head1 .head1-con .language .xialadown li{
        color: #ffffff;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .head1.act .head1-con .language .xialadown li{
        color: #ffffff;
        font-size: 14px;
        padding-bottom: 10px;
    }

    /* 头部下拉 */
    .head1 .nav-down{
        width: 100%;
        height: 415px;
        position: absolute;
        top: 90px;
        left: 0;
        z-index: 500;
        display: none;
    }
    .head1.act .nav-down{
        width: 100%;
        height: 415px;
        position: absolute;
        top: 75px;
        left: 0;
        z-index: 500;
        display: none;
    }
    .head1 .nav-down .down-left{
        width: 40%;
        height: 100%;
        background:#2C2C2C;
        position: relative;
        padding-top: 70px;
    }
    .head1.act .nav-down .down-left{
        width: 40%;
        height: 100%;
        background:#DEDEDE;
        position: relative;
        padding-top: 70px;
    }
    .head1 .nav-down .down-left .fan{
        margin-right: 25px;
        width: 390px;
    }
    .head1 .nav-down .down-left .fan li{
        width: 390px;
        height: 50px;
        line-height: 30px;
        padding:10px 20px 10px 40px ;
        font-size: 18px;
        color: #8E8E8E;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .head1.act .nav-down .down-left .fan li{
        width: 390px;
        height: 50px;
        line-height: 30px;
        padding:10px 20px 10px 40px ;
        font-size: 18px;
        color: #666666;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .head1 .nav-down .down-left .fan li .act-show{
        display: none;
    }
    .head1 .nav-down .down-left .fan .act{
        background: #c00000;
        color: #ffffff;
    }
    .head1 .nav-down .down-left .fan .act .act-show{
        display: inline;
    }
    .head1 .nav-down .down-right{
        width: 60%;
        height: 100%;
        background:#383838;
        position: relative;
        padding-top: 85px;
        padding-left: 85px;
    }
    .head1.act .nav-down .down-right{
        width: 60%;
        height: 100%;
        background:#EDEDED;
        position: relative;
        padding-top: 85px;
        padding-left: 85px;
    }
    .head1 .nav-down .down-right .down-right-con{
        display: none;
    }
    .head1 .nav-down .down-right .down-right-con.active{
        display: block;
    }
    .head1 .nav-down .down-right .p1{
        font-size: 30px;
        color: #ffffff;
        line-height: 60px;
    }
    .head1.act .nav-down .down-right .p1{
        font-size: 30px;
        color: #333333;
        line-height: 60px;
    }
    .head1 .nav-down .down-right .fana{
        width: 320px;
        height:auto;
    }
    .head1 .nav-down .down-right .fana li{
        width: 100%;
        height: 30px;
        line-height: 40px;
        font-size: 14px;
        padding-right: 20px;
        color: #ffffff;
    }
    .head1.act .nav-down .down-right .fana li{
        width: 100%;
        height: 30px;
        line-height: 40px;
        font-size: 14px;
        padding-right: 20px;
        color: #666666;
    }
    .head1 .nav-down .down-right .fana li:hover{
        color: #c00000;
    }
    .head1 .nav-down .down-right .chou{
        width: 360px;
        height:auto;
    }
    .head1 .nav-down .down-right .chou li{
        margin-bottom: 15px;
        font-size: 14px;
        color: #999999;
    }
    .head1 .nav-down .down-right .chou li img{
        width: 360px;
        height: 200px;
    }
    /*  轮播 */
    .banner{
        width: 100%;
        min-width: 1200px;
        height:640px;
        overflow: hidden;
        position: relative;
        /*margin-top: 90px;*/
    }

    .banner .shang{
        position: absolute;
        top: 300px;
        left: 190px;
        z-index: 150;
        cursor: pointer;
    }
    .banner .xia{
        position: absolute;
        top: 300px;
        right: 190px;
        z-index: 150;
        cursor: pointer;
    }
    .banner .banner-con{
        width: 100%;
        min-width: 1200px;
        height: 640px;
    }
    .banner .banner-con div{
        float: left;
        width: 100%;
        min-width: 1200px;
        height: 640px;
        position: relative;
        overflow: hidden;
    }
    .banner .banner-con div img{
        /*width: 100%;*/
        /*height: 100%;*/
        min-width: 1200px;
        height: 730px;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: 0%;
    }
    .banner .slick-slider {
         margin-left: 0px;
         margin-right: 0px;
    }
    .banner .banner-con .slick-slide {
         padding-left: 0px;
         padding-right: 0px;
    }
    /* 指示点 */
    .banner .banner-con .slick-dots li {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 2px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .banner .banner-con .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 35px;
        height: 2px;
        padding: 0px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #8E8F8F;
    }
    .banner .banner-con .slick-dots .slick-active button{
        background: #c00000;
    }
    .banner .banner-con .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
         opacity: .25;
         color: transparent;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /* 四个块 */
    .lei{
        width: 100%;
        min-width: 1200px;
        /*height: 310px;*/
        /*height: auto;*/
    }
    .lei li{
        width: 25%;
        height: 100%;
        position: relative;
        float: left;
    }

    .lei li .bg{
        width: 100%;
        /*height: 100%;*/
      /*  position: absolute;
        top: 0;
        left: 0;
        z-index: 50;*/
        overflow: hidden;
    }
    .lei li .meng{
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(left bottom, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(top right,rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(top right, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Firefox 3.6 - 15 */
        background: linear-gradient(to top right, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* 标准的语法（必须放在最后） */
        position: absolute;
        top: 0;
        left: 0;
        z-index:50;
    }
    .lei li:hover .meng{
        background: -webkit-linear-gradient(left bottom, rgba(53,0,0,1), rgba(0,0,0,0.6)); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(top right,rgba(53,0,0,1), rgba(0,0,0,0.6)); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(top right, rgba(53,0,0,1), rgba(0,0,0,0.6)); /* Firefox 3.6 - 15 */
        background: linear-gradient(to top right, rgba(53,0,0,1), rgba(0,0,0,0.6)); /* 标准的语法（必须放在最后） */
    }
    .lei li .bg img{
        width: 100%;
        height: 100%;
    }
  /*  .lei li :hover  img{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }*/
    .lei li .ti{
        position: absolute;
        bottom: 100px;
        left: 50px;
        z-index:100;
        color: #ffffff;
        font-size: 20px;
    }
    .lei li .ti img{
        margin-right: 10px;
    }
    .lei li .xian{
        width: 60px;
        height: 0;
        border-top: 1px solid #ffffff;
        position: absolute;
        bottom: 85px;
        left: 50px;
        z-index:100;
    }
    .lei li .ti2{
        position: absolute;
        bottom: 50px;
        left: 50px;
        z-index:100;
        color: #ffffff;
        font-size: 14px;
        padding-top: 15px;
        padding-right: 50px;
    }
    /* 底部 */
    .foot{
        width: 100%;
        height: 260px;
        min-width: 1200px;
        background: #1B1B1B;
        overflow: hidden;
    }
    .foot-con{
        max-width: 1200px;
        margin: auto;
        padding-top: 50px;
    }
    .foot-con .fanfan span{
        font-size: 16px;
        color: #ffffff;
        line-height: 36px;
        padding-right: 40px;
    }
    .foot-con .img{
        margin-left: 15px;
        position: relative;
        cursor: pointer;
    }
    .foot-top{
        padding-bottom: 15px;
        border-bottom: 1px solid #363636;
        margin-bottom: 20px;
        position: relative;
    }
    .foot-top .fanfan a:hover span{
        /*font-size: 20px;*/
        color:#ccc;
    }
    .foot-con .img .xhj{
        position: absolute;
        top:30px;
        left:-55px;
        display: none;
    }
    .foot-con .img:hover .xhj{
        display: inline;
    }
    .foot-con .zmb li{
        color: #cccccc;
        font-size: 14px;
        line-height:36px;
    }
    .foot-con .zmb li img{
        margin-right: 15px;
    }
    .rshn{
        width: 200px;
        height: 40px;
        border: 1px solid #363636;
        cursor: pointer;
    }
    .rshn .tk{
        margin-top:15px;
        margin-right: 15px;
    }
    .rshn .xs{
        display: none;
        width: 200px;
        margin-left: -1px;
        height: 70px;
        border: 1px solid #363636;
    }
    .rshn li{
        color: #cccccc;
        font-size: 14px;
        line-height: 36px;
        padding-left: 15px;
    }
    .copy{
        width: 100%;
        min-width: 1200px;
        height: 50px;
        background:#0C0C0C ;
    }
    .copy-con{
        width: 1200px;
        margin: auto;
        height: 50px;
        padding-top: 15px;
        color: #666666;
        font-size: 14px;
    }
/*  ======  index-end===== */

/*  ======新闻详情-start===== */
    .wrap{
        width: 100%;
        /*min-width: 1200px;*/
        height: auto;
        position: relative;
    }
    /*@media screen and (max-width: 990px){*/
        /*.wrap{*/
            /*min-width: 1920px;*/
        /*}*/
    /*}*/
    .wrap video{
        min-width: 100%;
        min-height: 100%;
        position: fixed;
        top:0;
        left: 0;
        z-index: -1;
    }
    /* 内容区 */
    .wrap .wrap-con{
        width: 1200px;
        margin: auto;
    }
    .wrap-con .TITLE{
        margin-top:225px;
        text-align: right;
    }
    /* 下拉 */
    .content-top > li{
        float: left;
        height: 35px;
        line-height: 40px;
        font-size: 14px;
        color: #ffffff;
        line-height: 40px;
        border-right: 1px solid rgba(255,255,255,0.5);
        cursor: pointer;
    }
    .content-top > li > span{
        padding-left: 15px;
    }
    .content-top > li > img{
        margin-left: 15px;
        margin-right: 15px;
    }
    .content-top > .act > img{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .content-top .xiala{
        width: 100%;
        height: auto;
        background: rgba(0,0,0,0.5);
        padding: 0 15px;
        display: none;
        margin-top: 10px;
    }
    .content-top .xiala li{
        height: 35px;
        line-height: 40px;
        font-size: 14px;
        color: #ffffff;
    }
    /* 下拉-end */
    .content-bottom{
        margin-top: 15px;
        width: 100%;
        height: auto;
        background: rgba(255,255,255,0.5);
        padding: 80px 65px 50px;
        margin-bottom: 75px;
    }
    .content-bottom:hover{
        background: rgba(255,255,255,0.9);
    }
    .content-bottom .timu{
        font-size: 24px;
        text-align: center;
        line-height: 30px;
        color: #333333;
        padding-bottom: 40px;
    }
    .content-bottom .xinxi{
        text-align: center;
        margin-left: 380px;
        margin-bottom: 45px;
    }
    .content-bottom .xinxi li{
        float: left;
        margin-right: 15px;
        font-size: 14px;
        color: #999999;
        line-height: 22px;
    }
    .content-bottom .xinxi li img{
        margin-right: 10px;
    }
    .content-bottom .xinxi .back{
        float: right;
    }
    /* 正文 */
    .content-bottom .wenzi{
       font-size: 14px;
        color: #666666;
        line-height: 22px;
        padding-bottom: 25px;
    }
    .content-bottom .wenzi-img{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    /* 分享 */
    .content-bottom .share{
        margin-left: -65px;
        margin-right: -65px;
        margin-top: 40px;
    }
    .content-bottom .share p{
        float: left;
    }
    .content-bottom .share .xian{
        width: calc((100% - 165px)/2);
        height: 0%;
        border-top: 2px solid #C2C2C2;
    }
    .content-bottom .share .sharbtn{
        width: 150px;
        text-align: center;
        margin-top: -20px;
        margin-left: 15px;
    }
    .content-bottom .share .sharbtn .bds_tsina{
        background: url("../images/wb_26.png");
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
    }
    .content-bottom .share .sharbtn .bds_weixin{
        background: url("../images/wx_26.png");
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
    }
    .content-bottom .share .sharbtn .bds_sqq{
        background: url("../images/qq_28.png");
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
    }
    .content-bottom .share .sharbtn .bds_more{
        background: url("../images/fx_30.png");
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
    }
/*  ====== 新闻详情-end ====    */

/*  ====== 招聘职位 ====    */
    .content-bottom1{
        margin-top: 15px;
        width: 100%;
        min-width: 1200px;
        height: auto;
        background: rgba(255,255,255,0.5);
        padding: 50px 0px;
        margin-bottom: 75px;
        position: relative;
        z-index: 10;
    }
    .content-bottom1:hover{
        background: rgba(255,255,255,0.9);
    }
    .content-bottom1 .h1{
        font-size: 24px;
        color: #000000;
        line-height: 40px;
        text-align: center;
        padding-bottom: 15px;
    }
    .content-bottom1 .h2{
        width: 35px;
        height: 0px;
        margin: auto;
        border-top: 2px solid #AB0A0A;
    }
    .content-bottom1 .h3{
        text-align: center;
        font-size: 14px;
        color: #666666;
        padding-top: 15px;
        padding-bottom: 35px;
    }
    .content-bottom1 .zhaopin{
        width: 1100px;
        margin: auto;
        margin-bottom: 15px;
        cursor: pointer;

    }
    .content-bottom1 .zhaopin-list{
        width: 100%;
        height: 65px;
        background: rgba(244,244,244,0.6);
    }
    .content-bottom1 .zhaopin-list p{
        float: left;
        height: 100%;
    }
    .content-bottom1 .zhaopin-list .zhiwei{
        width: 340px;
        padding-left: 50px;
        font-size: 18px;
        color: #333333;
        line-height: 65px;
    }
    .content-bottom1 .zhaopin-list .didian{
        width: 180px;
        font-size: 14px;
        color: #888888;
        line-height: 65px;
    }
    .content-bottom1 .zhaopin-list .shijian{
        width: 220px;
        font-size: 14px;
        color: #888888;
        line-height: 65px;
    }
    .content-bottom1 .zhaopin-list .renshu{
        /*padding-left: 85px;*/
        font-size: 14px;
        color: #888888;
        line-height: 65px;
    }
    .content-bottom1 .zhaopin-list .jiajian{
        float: right;
        width:20px;
        background: #AB0A0A;
        text-align: center;
        line-height: 65px;
    }
    .content-bottom1 .zhaopin-list .jiajian .jia{
        margin-top: 25px;
        margin-left: 4px;
    }
    .content-bottom1 .zhaopin-list .jiajian .jian{
        display: none;
        margin-top: 30px;
        margin-left: 4px;
    }
    .content-bottom1 .zhaopin-zhankai{
        padding-left: 65px;
        display: none;
    }
    .content-bottom1 .zhaopin-zhankai .til1{
        padding-top:45px;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        padding-bottom: 15px;
        margin-left: -15px;
    }
    .content-bottom1 .zhaopin-zhankai ol li{
        font-size: 14px;
        color: #666666;
        padding-bottom: 15px;
        list-style:decimal;
    }
    .content-bottom1 .zhaopin-zhankai .sq-btn{
        width: 145px;
        height: 40px;
        border: 1px solid #BF0909;
        color: #c00000;
        font-size: 16px;
        margin-left: -15px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .content-bottom1 .zhaopin-zhankai .sq-btn:hover{
        background: #c00000;
        color: #FFFFFF;
    }
    /* 分页 */
    .page-con{
        width: auto;
        /*margin: auto;*/
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        display: inline-block;
    }
    .page-con li{
        float: left;
        width: 35px;
        height: 35px;
        color: #333333;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
        margin-top: 50px;
        margin-left: 5px;
    }
    .page-con .act{
        border: 1px solid #AB0A0A;
        color: #AB0A0A;
    }
    .page-con li:hover{
        border: 1px solid #AB0A0A;
        color: #AB0A0A;
    }
/*  ====== 招聘职位-end ====    */

/*  ====== 下载中心 ====    */
    .content-bottom1 .xiazai{
        width: 100%;
        height: 135px;
        border-top: 1px dashed #C7C2C2;
        border-bottom: 1px dashed #C7C2C2;
        padding-left: 80px;
        overflow: hidden;
    }
    .content-bottom1 .xiazai + .xiazai{
        border-top: none;
    }
    .content-bottom1 .xiazai:hover{
        background: url("../images/bg_14.jpg") 0 0 no-repeat;
        background-size: cover;
        border-top: none;
        border-bottom:none;
    }
    .content-bottom1 .xiazai p{
        float: left;
        line-height: 135px;
    }
    .content-bottom1 .xiazai .tubiao{
        width:57px;
        height: 54px;
        margin-top: 40px;
        background: url("../images/pdf_03.png") 0 0 no-repeat;
    }
    .content-bottom1 .xiazai:hover .tubiao{
        background: url("../images/pdf2_13.png") 0 0 no-repeat;
    }
    .content-bottom1 .xiazai .mingzi{
        font-size: 18px;
        color: #333333;
        padding-left: 65px;
        padding-right: 440px;
    }
    .content-bottom1 .xiazai:hover .mingzi{
        color: #ffffff;
    }
    .content-bottom1 .xiazai .date{
        font-size: 14px;
        color: #888888;
    }
    .content-bottom1 .xiazai:hover .date{
        color: #ffffff;
    }
    .content-bottom1 .xiazai .date .act-hide{
        margin-top:58px;
    }
    .content-bottom1 .xiazai .date .act-show{
        display: none;
        margin-top:58px;
    }
    .content-bottom1 .xiazai:hover .date .act-hide{
        display: none;
    }
    .content-bottom1 .xiazai:hover .date .act-show{
        display: inline;
    }
    .content-bottom1 .xiazai .date span{
        padding-left: 5px;
    }
    .content-bottom1 .xiazai .down{
        padding-left: 20px;
        font-size: 14px;
        color: #888888;
    }
    .content-bottom1 .xiazai:hover .down{
        color: #ffffff;
    }
    .content-bottom1 .xiazai .down .act-hide{
        margin-top:58px;
    }
    .content-bottom1 .xiazai .down .act-show{
        display: none;
        margin-top:58px;
    }
    .content-bottom1 .xiazai:hover .down .act-hide{
        display: none;
    }
    .content-bottom1 .xiazai:hover .down .act-show{
        display: inline;
    }
    .content-bottom1 .xiazai .down span{
        padding-left: 5px;
    }
    .content-bottom1 .xiazai .shxuian{
        width: 0px;
        height: 40px;
        border-left: 1px solid #C0C0C0;
        margin: 53px 25px 0 25px;
    }
    .content-bottom1 .xiazai .dianji{
        font-size: 14px;
        color: #666666;
    }
    .content-bottom1 .xiazai:hover .dianji{
        color: #ffffff;
    }
/*  ====== 下载中心-end ====    */

/*  ====== 售后服务 ====    */
    .sh-top{
        width: 100%;
        margin-top: -50px;
        padding-top:40px;
        height: 154px;
        /*background:rgb(182,182,182);*/
    }
    .content-bottom1:hover .sh-top{
        background: #ffffff;
    }
    .content-bottom1 .sh-biaozhun{
        width: 100%;
        height: 200px;
        background:rgba(255,255,255,0.6);
        padding: 45px 170px 0;
    }
    .content-bottom1 .sh-biaozhun .p1{
        text-align: center;
        font-size: 16px;
        color:#c00000;
        padding-bottom: 40px;
    }
    .content-bottom1 .sh-biaozhun .p2{
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        color:#666666;
    }
    .content-bottom1 .sh-img{
        width: 100%;
    }
    .content-bottom1 .sh-img img{
        width: 100%;
    }
    .content-bottom1 .sh-bottom{
        width: 100%;
        height: 510px;
        margin-bottom: -50px;
        background: url("../images/bg2_03.jpg") 0 0 no-repeat;
        background-size: cover;
        position: relative;
    }
    .content-bottom1 .sh-bottom .mengban{
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.7);
        position: absolute;
        top:0;
        left:0;
        z-index: 50;
    }
    .content-bottom1:hover .sh-bottom .mengban{
        background: rgba(255,255,255,0.4);
    }
    .content-bottom1 .sh-bottom .ding{
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left:0;
        z-index: 100;
        padding-top: 70px;
        padding-left:200px;
    }
    .content-bottom1 .sh-bottom .p1{
        font-size: 18px;
        color: #c00000;
        padding-bottom: 20px;
    }
    .content-bottom1 .sh-bottom .p1 img{
        margin-right: 20px;
    }
    .content-bottom1 .sh-bottom .ul1{
        padding-left: 40px;
        margin-bottom: 50px;
    }
    .content-bottom1 .sh-bottom .ul1 li{
        float: left;
        font-size: 18px;
        color: #666666;
        padding-right: 25px;
    }
    .content-bottom1 .sh-bottom .ul2{
        padding-left: 40px;
    }
    .content-bottom1 .sh-bottom .ul2 li{
        font-size: 14px;
        color: #666666;
        padding-bottom: 12px;
    }
/*  ====== 售后服务-end ====    */

/*  ====== 维修申请 ====    */
    .content-bottom1 .table{
        width: 835px;
        margin: auto;
    }
    .content-bottom1 .table .lxr{
        width: 380px;
        height: 35px;
        border: 1px solid rgba(0,0,0,0.1);
        margin-right: 10px;
        padding-left: 20px;
        font-size: 14px;
        color: #444444;
    }
    .content-bottom1 .table .dh{
        width: 380px;
        height: 35px;
        border: 1px solid rgba(0,0,0,0.1);
        margin-left: 15px;
        padding-left: 20px;
        font-size: 14px;
        color: #444444;
        margin-right: 10px;
    }
    .content-bottom1 .table .gs{
        width: 800px;
        height: 35px;
        border: 1px solid rgba(0,0,0,0.1);
        padding-left: 20px;
        font-size: 14px;
        color: #444444;
        margin-top: 20px;
        margin-right: 10px;
    }
    .content-bottom1 .table .nr{
        width: 800px;
        height: 80px;
        border: 1px solid rgba(0,0,0,0.1);
        padding-left: 20px;
        font-size: 14px;
        color: #444444;
        margin-top: 20px;
        padding-top: 15px;
        /*resize: none;*/
    }
    .content-bottom1 .table .yz-con{
        width: 800px;
        height: 36px;
        margin-top: 20px;
    }
    .content-bottom1 .table .yz-con .pass{
        width: 251px;
        height: 35px;
        border: 1px solid rgba(0,0,0,0.1);
    }
    .content-bottom1 .table .yz-con .pass span{
        font-size: 14px;
        color: #444444;
        padding-left: 15px;
        padding-right: 10px;
    }
    .content-bottom1 .table .yz-con .pass input{
        width: 90px;
        height: 100%;
    }
    .content-bottom1 .table .yz-con .xing{
        margin-left: 10px;
        margin-top: 15px;
    }
    .content-bottom1 .table .yz-con .tj{
        width: 145px;
        height: 35px;
        color: #c00000;
        border: 1px solid #c00000;
        font-size: 14px;
    }
.content-bottom1 .table input::-moz-placeholder { color:#444444; opacity: 1; }
.content-bottom1 .table input:-moz-placeholder { color:#444444;opacity: 1; }
.content-bottom1 .table input::-webkit-input-placeholder  { color:#444444; }
.content-bottom1 .table input:-ms-input-placeholder { color:#444444; }
.content-bottom1 .table textarea::-moz-placeholder { color:#444444;opacity: 1; }
.content-bottom1 .table textarea:-moz-placeholder { color:#444444; opacity: 1;}
.content-bottom1 .table textarea::-webkit-input-placeholder  { color:#444444; }
.content-bottom1 .table textarea:-ms-input-placeholder  { color:#444444; }



/*  ====== 维修申请-end ====    */

/*  ====== 联系方式-end ====    */
    .content-bottom1 .lx-con{
        height: 162px;
        overflow: hidden;
        margin-bottom: 80px;
    }
    .content-bottom1 .lx-left{
        width: 594px;
        padding-left: 130px;
        border-right:1px solid rgba(237,237,237,0.5);
    }
    .content-bottom1 .lx-left ul li{
        padding-bottom: 25px;
    }
    .content-bottom1 .lx-left ul li img{
        margin-right: 15px;
    }
    .content-bottom1 .lx-right{
        padding-left:105px;
    }
    .content-bottom1 .lx-right .ul1{
        margin-top: 95px;
        padding-left: 15px;
    }
    .content-bottom1 .lx-right .ul1 li{
        font-size: 14px;
        color: #666666;
        padding-bottom: 15px;
    }
    #allmap {
        width: 100%;
        height: 420px;
        overflow: hidden;
        margin:0;
        margin-bottom: -50px;
        font-family:"微软雅黑";
    }
/*  ====== 联系方式-end ====    */

/*  ====== 产品详情 ====    */
    .content-bottom1 .cp-h1{
        font-size: 24px;
        color: #333333;
        font-weight: bold;
        text-align: center;
        padding-bottom: 28px;
    }
    .content-bottom1 .cp-h3{
        text-align: center;
    }
    .content-bottom1 .cp-h3{
        font-size: 16px;
        color: #c00000;
        font-weight: bold;
       margin-left: 20px;
    }
    .content-bottom1 .cp-back{
        display: inline-block;
        font-size: 14px;
        color: #999999;
        margin-right: 40px;
        margin-top: -20px;
    }
    .content-bottom1 .cp-h3 span:last-child img{
        margin-right: 15px;
    }
    /* 轮播 */
    .content-bottom1 .lunbo-con{
        position: relative;
        width: 100%;
        height: 360px;
        margin-top: 50px;
        overflow: hidden;
    }
    .content-bottom1 .lunbo-con .lunbo{
        width: 650px;
        height: 100%;
        margin: auto;
    }
    .content-bottom1 .lunbo-con .lunbo .cp-img{
        float: left;
        height: 360px;
        margin: 0px 2.5px;
    }
    .content-bottom1 .lunbo-con .lunbo .cp-img img{
        width: 100%;
        height: 100%;
    }
    .content-bottom1 .lunbo-con .cp-mengban1{
        width: 322px;
        height: 100%;
        background: rgba(0,0,0,0.3);
        position: absolute;
        top:0;
        left: 0;
        z-index: 500;
    }
    .content-bottom1 .lunbo-con .cp-mengban2{
        width: 323px;
        height: 100%;
        background: rgba(0,0,0,0.3);
        position: absolute;
        top:0;
        right: 0;
        z-index: 500;
    }
    .content-bottom1 .lunbo-con .prev{
        width: 40px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top:125px;
        left: 327px;
        z-index: 500;
        cursor: pointer;
    }
    .content-bottom1 .lunbo-con .next{
        width: 40px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top:125px;
        right: 328px;
        z-index: 500;
        cursor: pointer;
    }
    .content-bottom1 .cp-fourimg{
        text-align: center;
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .content-bottom1 .product-left{
        padding-top: 20px;
    }
    .content-bottom1 .product-left p{
        width: 580px;
        margin: auto;
        font-size: 14px;
        color: #333333;
        line-height: 32px;
    }
/*  ====== 产品详情-end ====    */

/*  ====== 案例详情 ====    */

    .content-bottom1 .alxq-h3{
        text-align: center;
        font-size: 14px;
        color:#999999;
        padding-top: 20px;
    }
    .content-bottom1 .alxq-back{
        display: inline-block;
        font-size: 14px;
        color: #999999;
        margin-right: 40px;
        margin-top: -20px;
    }
    /* 轮播 */
    .content-bottom1 .anxq-lunbo-con{
        position: relative;
        width: 100%;
        height:400px;
        margin-top: 50px;
        overflow: hidden;
        margin-bottom: 80px;
    }
    .content-bottom1 .anxq-lunbo-con .anxq-lunbo{
        width: 700px;
        height: 100%;
        margin: auto;
    }
    .content-bottom1 .anxq-lunbo-con .anxq-lunbo .anxq-img{
        float: left;
        height:400px;
        margin: 0px 2.5px;
    }
    .content-bottom1 .anxq-lunbo-con .anxq-lunbo .anxq-img img{
        width: 100%;
        height: 100%;
    }
    .content-bottom1 .anxq-lunbo-con .anxq-mengban1{
        width:298px;
        height: 100%;
        background: rgba(0,0,0,0.3);
        position: absolute;
        top:0;
        left: 0;
        z-index: 500;
    }
    .content-bottom1 .anxq-lunbo-con .anxq-mengban2{
        width:296px;
        height: 100%;
        background: rgba(0,0,0,0.3);
        position: absolute;
        top:0;
        right: 0;
        z-index: 500;
    }
    .content-bottom1 .anxq-lunbo-con .anxq-prev{
        width: 40px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top:155px;
        left: 303px;
        z-index: 500;
        cursor: pointer;
    }
    .content-bottom1 .anxq-lunbo-con .anxq-next{
        width: 40px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top:155px;
        right: 301px;
        z-index: 500;
        cursor: pointer;
    }
    /* 相关产品 */
    .content-bottom1 .alxq-back1{
        display: inline-block;
        font-size: 14px;
        color: #999999;
        margin-right: 40px;
    }
    .content-bottom1 .anxq-lunbo-con1{
        position: relative;
        width: 100%;
        height:auto;
        margin-top: 50px;
        margin-bottom: -50px;
        overflow: hidden;
    }
    .content-bottom1 .anxq-lunbo-con1 .anxq-lunbo1{
        width: 100%;
        height: 325px;
    }
    .content-bottom1 .anxq-lunbo-con1 .anxq-lunbo1 .anxq-img{
        float: left;
        height:325px;
        margin: 0px 2.5px;
    }
    .content-bottom1 .anxq-lunbo-con1 .anxq-lunbo1 .anxq-img img{
        width: 100%;
        height: 265px;
    }
    .content-bottom1 .anxq-lunbo-con1 .anxq-lunbo1 .anxq-img .yqname{
        font-size: 18px;
        color: #333333;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .content-bottom1 .anxq-lunbo-con1 .anxq-prev1{
        width: 40px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top:110px;
        left:0px;
        z-index: 500;
        cursor: pointer;
    }
    .content-bottom1 .anxq-lunbo-con1 .anxq-next1{
        width: 40px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top:110px;
        right:0px;
        z-index: 500;
        cursor: pointer;
    }
/*  ====== 案例详情-end ====    */

/*  ====== 工程案例 ====    */
    .gcali-con{
        width: 100%;
        margin-top: -50px;
        background: rgba(200,200,200,0.6);
    }
    .content-bottom1:hover .gcali-con{
        background: rgba(200,200,200,0.6);
    }
    .gcali-con .left{
        float: left;
        width: 535px;
        height: 395px;
        padding-top: 110px;
        padding-left: 90px;
    }
    .gcali-con .left .p1{
        font-size: 24px;
        color: #333333;
        line-height: 75px;
    }
    .gcali-con .left .p2{
        font-size: 16px;
        color: #999999;
        line-height: 22px;
        padding-bottom: 50px;
    }
    .gcali-con .left .p3{
        width: 130px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #c00000;
        color: #c00000;
        font-size: 14px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .gcali-con li{
        cursor: pointer;
    }
    .gcali-con li:hover .left .p3{
        /*font-size: 18px;*/
    }
    .gcali-con .left .p3 img{
        margin-right: 10px;
    }
    .gcali-con .left .p3 .hover-yin{
        display: inline;
    }
    .gcali-con .left .p3 .hover-show{
        display: none;
    }
    .gcali-con .left .p3:hover{
        background: #c00000;
        color: #FFFFFF;
    }
    .gcali-con .left .p3:hover .hover-show{
        display: inline;
    }
    .gcali-con .left .p3:hover .hover-yin{
        display: none;
    }
    .gcali-con .right{
        float: left;
        width: 665px;
        height: 395px;
        overflow: hidden;
        position: relative;
    }
    .gcali-con .right .meng{
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(left bottom, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(top right,rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(top right, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Firefox 3.6 - 15 */
        background: linear-gradient(to top right, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* 标准的语法（必须放在最后） */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
    }
    .gcali-con .right img{
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .gcali-con li:hover .right img{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    .gcali-con li:hover .right .meng{
        background: none;
    }
/*  ====== 工程案例-end ====    */

/*  ====== 产品列表 ====    */
    .cp-list-h3{
        color: #333333;
        font-size: 14px;
        width: 650px;
        margin: auto;
        line-height: 24px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .cp-list{
        width: 100%;
        height:299px;
        border-bottom: 1px solid #ffffff;
        background: rgba(255,255,255,0.3);
    }
    .content-bottom1:hover .cp-list{
        background: rgba(202,202,202,0.7);
    }
    .cp-list .cp-list-img{
        width: 450px;
        height: 299px;
        overflow: hidden;
    }
    .cp-list .cp-list-img img{
        width: 100%;height: 100%;
    }
    .cp-list:hover .cp-list-img img{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .cp-list .cp-list-jieshao{
        padding-top: 50px;
        padding-left: 60px;
    }
    .cp-list .cp-list-jieshao .p1{
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        padding-bottom: 25px;
    }
    .cp-list .cp-list-jieshao  .cp-list-fourimg{
        margin-bottom: 25px;
    }
    .cp-list .cp-list-jieshao .p2{
        width: 560px;
        font-size: 14px;
        color: #333333;
        margin-bottom:40px ;
    /* 超出显示... */
        display:block;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .cp-list .cp-list-jieshao .cha{
        width: 130px;
        height: 35px;
        border: 1px solid #c00000;
        color: #c00000;
        text-align: center;
        line-height: 35px;
        font-size: 14px;
    }
    .cp-list .cp-list-jieshao .cha img{
        margin-right: 10px;
    }
    .cp-list .cp-list-jieshao .cha .hover-yin{
        display: inline;
    }
    .cp-list .cp-list-jieshao .cha .hover-show{
        display: none;
    }
    .cp-list .cp-list-jieshao .cha:hover{
        background: #c00000;
        color: #FFFFFF;
    }
    .cp-list .cp-list-jieshao .cha:hover .hover-show{
        display: inline;
    }
    .cp-list .cp-list-jieshao .cha:hover .hover-yin{
        display: none;
    }
/*  ====== 产品列表-end ====    */

/*  ====== 新闻动态 ====    */
    .News-con{
        width: 100%;
        height: 340px;
        background:rgba(202,202,202,0.7) ;
        position: relative;
        overflow: hidden;
    }
    .content-bottom1:hover .News-con{
        background:rgba(202,202,202,0.5) ;
    }
    .News-con .prev{
        position: absolute;
        top: 145px;
        left: 20px;
        z-index: 500;
        cursor: pointer;
    }
    .News-con .next{
        position: absolute;
        top: 145px;
        right: 20px;
        z-index: 500;
        cursor: pointer;
    }
    .News-con .news{
        width: 100%;
        height: 100%;
        padding-left: 75px;
        padding-top: 30px;
        float: left;
        cursor: pointer;
    }
    .News-con .news-img{
        width: 422px;
        height: 273px;
        overflow: hidden;
        margin-right: 50px;
    }
    .News-con .news-img img{
        width:100%;
        height: 100%;
    }
    .News-con .news:hover .news-img img{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .News-con .news-right{
        width: 535px;
    }
    .News-con .news-right .date{
        font-size: 30px;
        line-height: 70px;
        color: #c00000;
        font-family: ThEx;
        padding-top: 30px;
    }
    .News-con .news-right .title{
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        line-height: 75px;
    }
    .News-con .news-right .liula{
        font-size: 14px;
        color: #999999;
        padding-bottom: 25px;
    }
    .News-con .news-right .liula .liulan{
        margin-left:45px ;
    }
    .News-con .news-right .jiejie{
        width: 100%;
        font-size: 14px;
        color: #999999;
        line-height: 22px;
        /* 超出两行显示... */
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .acticle-con{
        margin-top: 60px;
        width: 100%;
        border-top: 1px dashed #ffffff;
    }
    .acticle-con .acticle{
        width: 100%;
        height: 210px;
        border-bottom: 1px dashed #ffffff;
        padding-top: 60px;
        cursor: pointer;
    }
    .acticle-con .acticle:hover{
        background: url("../images/47_07.jpg") 0 0 no-repeat;
        background-size: cover;
    }
    .acticle-con .acticle .time{
        padding-left: 90px;
        text-align: center;
    }
    .acticle-con .acticle .time li:first-child{
        font-size: 48px;
        line-height: 22px;
        color: #c00000;
        font-family:ThEx;
        padding-bottom: 15px;
    }
    .acticle-con .acticle .time li:last-child{
        font-size: 18px;
        line-height: 22px;
        color: #333333;
        font-family:ThEx;
    }
    .acticle-con .acticle:hover .time li{
        color: #ffffff;
    }
    .acticle-con .acticle .wenzhang{
        padding-left: 95px;
    }
    .acticle-con .acticle .wenzhang .li1{
        font-size: 18px;
       padding-bottom: 20px;
        font-weight: bold;
        color: #333333;
    }
    .acticle-con .acticle .wenzhang .li2{
        font-size: 14px;
        color: #999999;
        padding-bottom: 15px;
    }
    .acticle-con .acticle:hover .wenzhang .li1{
        color: #ffffff;
    }
    .acticle-con .acticle:hover .wenzhang .li2{
        color: #ffffff;
    }
    .acticle-con .acticle .wenzhang .li2 .liulan{
        margin-left:45px ;
    }
    .acticle-con .acticle:hover .wenzhang .li3{
        color: #ffffff;
    }
    .acticle-con .acticle .wenzhang .li3{
        width: 550px;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        /* 超出显示... */
        display:block;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .acticle-con .acticle .more{
        margin-right: 90px;
    }
    .acticle-con .acticle .more .act-show{
        display: none;
    }
    .acticle-con .acticle:hover .act-hide{
        display: none;
    }
    .acticle-con .acticle:hover .act-show{
        display: inline;
    }
/*  ====== 新闻动态-end ====    */

/*  ====== 保密系统 ====    */
    .bm-zhuti{
        width: 730px;
        margin:25px auto 50px;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        text-align: center;
    }
    .bm-con{
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 70px;
    }
    .bm-con li{
        width: 50%;
        height: 350px;
        float: left;
        position: relative;
    }
    .bm-con li .meng{
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(left bottom, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(top right,rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(top right, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Firefox 3.6 - 15 */
        background: linear-gradient(to top right, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* 标准的语法（必须放在最后） */
        position: absolute;
        top: 0;
        left: 0;
        z-index:50;
    }
    .bm-con li:hover .meng{
        background: -webkit-linear-gradient(left bottom, rgba(53,0,0,1), rgba(0,0,0,0.6)); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(top right,rgba(53,0,0,1), rgba(0,0,0,0.6)); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(top right, rgba(53,0,0,1), rgba(0,0,0,0.6)); /* Firefox 3.6 - 15 */
        background: linear-gradient(to top right, rgba(53,0,0,1), rgba(0,0,0,0.6)); /* 标准的语法（必须放在最后） */
    }
    .bm-con li .bg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
        overflow: hidden;
    }
    .bm-con li .bg img{
        width: 100%;
        height: 100%;
    }
  /*  .bm-con li :hover  img{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }*/
    .bm-con li:nth-child(2) p{
        width: 440px;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        position: absolute;
        top: 85px;
        left: 65px;
        z-index: 100;
        text-indent: 2em;
    }
    .bm-con li .ti{
        position: absolute;
        bottom: 100px;
        left: 50px;
        z-index:100;
        color: #ffffff;
        font-size: 20px;
    }
    .bm-con li .ti img{
        margin-right: 10px;
    }
    .bm-con li .xian{
        width: 60px;
        height: 0;
        border-top: 1px solid #ffffff;
        position: absolute;
        bottom: 85px;
        left: 50px;
        z-index:100;
    }
    .bm-con li .ti2{
        position: absolute;
        bottom: 50px;
        left: 50px;
        z-index:100;
        color: #ffffff;
        font-size: 14px;
        padding-top: 15px;
    }
    .anlilunbo{
        width: 975px;
        height: 195px;
        margin: auto;
       margin-top: 45px;
        position: relative;
    }
    .anlilunbo .prev{
        width: 30px;
        height: 40px;
        position: absolute;
        top:75px;
        left:-70px ;
        z-index: 100;
        cursor: pointer;
    }
    .anlilunbo .next{
        width: 30px;
        height: 40px;
        position: absolute;
        top:75px;
        right:-70px ;
        z-index:100;
        cursor: pointer;
    }
    .anlilunbo .item{
        width: 100%;
        height:100%;
        overflow: hidden;
    }
    .anlilunbo .item .item-img{
        width:325px;
        height: 195px;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .anlilunbo .item .item-img .meng{
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(left bottom, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(top right,rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(top right, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* Firefox 3.6 - 15 */
        background: linear-gradient(to top right, rgba(53,0,0,1), rgba(0,0,0,0.3)); /* 标准的语法（必须放在最后） */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 60;
    }
    .anlilunbo .item .item-img img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index:50;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .anlilunbo .item .item-img:hover img{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    .anlilunbo .item .item-img:hover .meng{
        background: none;
    }
    .anlilunbo .item .item-img p{
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        position: absolute;
        top: 85px;
        left: 0;
        z-index: 100;
    }
    .anlilunbo .item .item-img:hover p{
        font-size: 20px;
    }
/*  ====== 保密系统-end ====    */

/*  ====== 常见问题 ====    */
    .cj-con{
        width: 100%;
        height: 800px;
        margin-bottom: -50px;
        padding-top: 30px;
        background: url("../images/3025_03.jpg") 0 0 no-repeat;
        background-size: cover;
        position: relative;
    }
    .cj-con .mengban{
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.3);
        position: absolute;
        top:0;
        left: 0;
        z-index: 200;
    }
    .content-bottom1:hover .cj-con .mengban{
        background: rgba(255,255,255,0);
    }
    .cj-con .cj-left{
        width: 465px;
        height: 100%;
        padding-left: 50px;
        position: relative;
        z-index: 600;
    }
    .cj-con .cj-left .p1{
        width: 100%;
        height: auto;
        font-size: 60px;
        color: #333333;
        font-family:ThTh;
    }
    .cj-con .cj-left .p2-xian {
        width: 50px;
        height: 0px;
        border-top: 1px solid #060606;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .cj-con .cj-left .cj-left-con{
        width: 228px;
        font-size: 16px;
        color: #333333;
        line-height: 26px;
    }
    .cj-con   .cj-right{
        width:725px;
        height: 730px;
        overflow: hidden;
        position: relative;
        z-index: 600;
        cursor: pointer;
    }
    .cj-con   .cj-right .item{
        width: 725px;
        height:700px;
        float: left;
        overflow: hidden;
    }
    .cj-con   .cj-right .item-con{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #E0DDDE;
    }
    .cj-con   .cj-right .item-con:last-child{
        border-bottom: none;
    }
    .cj-con   .cj-right .item-con .q1{
        width: 100%;
        height:95px;
        background: rgba(241,241,241,0.7);
    }
    .cj-con   .cj-right .item-con .q1 span{
        display: inline-block;
    }
    .cj-con   .cj-right .item-con .q1 .qw{
       width: 55px;
        height: 55px;
        border: 1px solid #c00000;
        border-radius: 50%;
        font-size: 28px;
        text-align: center;
        line-height: 55px;
        color: #c00000;
        margin-top: 15px;
        margin-left: 45px;
    }
    .cj-con   .cj-right .item-con .q1 .qt{
        font-size: 16px;
        color: #c00000;
        line-height: 24px;
        padding-left: 30px;
    }
    .cj-con   .cj-right .item-con  .a-con{
        width:100%;
        height:140px;
        background: rgba(246,246,246,1);
        padding: 20px 45px;
        display: none;

    }
    .cj-con   .cj-right .item-con .q1.act + .a-con{
        display:block;
    }
    .cj-con   .cj-right .item-con  .a-con .a1{
        width: 55px;
        height: 55px;
        border-radius: 50%;
        font-size: 28px;
        text-align: center;
        line-height: 55px;
        color: #c00000;
    }
    .cj-con   .cj-right .item-con  .a-con .a2{
        width: calc(100% - 55px);
        height: 100%;
        padding-left: 30px;
        padding-top: 15px;
        font-size: 16px;
        color: #333333;
        line-height: 24px;
    }
/* 指示点 */
.cj-con   .cj-right .slick-dots{
    height: auto;
    text-align: center;
    position: absolute;
    left: 282.5px;
    bottom:0px;
}
.cj-con   .cj-right .slick-dots li {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 2px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.cj-con   .cj-right .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 35px;
    height: 2px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #8E8F8F;
}
.cj-con   .cj-right .slick-dots .slick-active button{
    background: #c00000;
}
.cj-con   .cj-right .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*  ====== 常见问题-end ====    */

/*  ====== 企业概况 ====    */
    .company-jianjie{
        width: 100%;
        height:auto;
    }
    .company-jianjie div{
        float: left;
        width: 50%;
        height: 100%;
    }
    .company-jianjie .left-logo{
        text-align: center;
        padding-top: 200px;
    }
    .company-jianjie .right h3{
        font-size: 20px;
        color: #333333;
        padding-top: 80px;
        padding-bottom: 10px;
        text-align: left;
        text-indent: 0em;
        margin-left: 50px;
    }
    .company-jianjie .right h4{
        font-size: 14px;
        color: #c00000;
        line-height: 24px;
        text-transform: uppercase;
        padding-bottom: 40px;
        text-align: left;
        text-indent: 0em;
        margin-left: 50px;
    }
    .company-jianjie .right p{
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        text-indent: 2em;
        text-align: justify;
        width: 470px;
        margin-left: 50px;
    }
    .dkh .right{
        padding-top: 80px;
    }
    .dkh .right h3{
        font-size: 20px;
        color: #333333;
        padding-top: 0px;
        padding-bottom: 10px;
        text-align: left;
        text-indent: 0em;
    }
    .dkh .right h4{
        font-size: 14px;
        color: #c00000;
        line-height: 24px;
        text-transform: uppercase;
        padding-bottom: 20px;
        text-align: left;
        text-indent: 0em;
    }
    .dkh .right p{
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        text-indent: 0em;
        text-align: justify;
        width: 470px;
        margin-left: 50px;
    }
    .company-jianjie1{
        width: 100%;
        height: 480px;
        margin-top: -75px;
        padding-top: 120px;
    }
    .company-jianjie1 .company-jianjie1-con{
        padding-left: 100px;
    }
    .company-jianjie1 .company-jianjie1-con p{
        float: left;
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
    }
    .company-jianjie1 .company-jianjie1-con .jiejei{
        width: calc(100% - 101px);
        padding-left: 20px;
    }
    .company-jianjie1 .company-jianjie1-con .icon{
        margin-left:125px;
       margin-top: 75px;
    }
    .company-jianjie1 .company-jianjie1-con .icon li{
        float: left;
        width: 65px;
        margin-right: 65px;
    }
    .company-jianjie1 .company-jianjie1-con .icon li p:first-child{
        height: 65px;
        margin-bottom: 25px;
    }
    .fzlc-con{
        width: 855px;
        margin: auto;
    }
    .fzlc-con .fzlc-left{
        width: 100%;
        float: left;

    }
    .fzlc-con .fzlc-left .neir1{
        width: 50%;
        padding-top: 52px;
        padding-right: 65px;
        position: relative;
    }
    .fzlc-con .fzlc-left .neir1 .xuxian{
        width: 0;
        height: 100%;
        border-right:1px dotted #969595;
        position: absolute;
        top:0;
        right: 0;
        z-index: 150;
    }
    .fzlc-con .fzlc-left .neir1 .xuxian1{
        width: 0;
        height: 50%;
        border-right:1px dotted #969595;
        position: absolute;
        top:0;
        right: 0;
        z-index: 150;
    }
    .fzlc-con .fzlc-left .neir2{
        width: 50.1%;
        float: right;
        padding-left:65px;
        position: relative;
    }
    .fzlc-con .fzlc-left .neir2 .xuxian{
        width: 0;
        height: 100%;
        border-left:1px dotted #969595;
        position: absolute;
        top:0;
        left: 0;
        z-index: 150;
    }
    .fzlc-con .fzlc-left .neir2 .xuxian1{
        width: 0;
        height: 50%;
        border-left:1px dotted #969595;
        position: absolute;
        top:0;
        left: 0;
        z-index: 150;
    }
    .fzlc-con .fzlc-left .neir1 .neir{
        width: 340px;
        height: 95px;
        position: relative;
        padding-right: 15px;
        border-right:2px solid #c00000;
        text-align: right;
    }
    .fzlc-con .fzlc-left .neir1 .neir p:first-child{
        font-size: 18px;
        color: #c00000;
        padding-bottom: 20px;
    }
    .fzlc-con .fzlc-left .neir1 .neir p:last-child{
        font-size: 14px;
        color: #666666;
    }
    .fzlc-con .fzlc-left .neir1 .neir .img-1{
        position: absolute;
        right: -100px;
        top: 10px;
        z-index: 150;
    }
    .fzlc-con .fzlc-left .neir1 .neir .img-2{
        position: absolute;
        right: -100px;
        top: 36px;
        z-index: 150;
    }
    .fzlc-con .fzlc-left .neir1 .neir .img-3{
        position: absolute;
        right: -100px;
        top: 60px;
        z-index: 150;
    }
    .fzlc-con .fzlc-left .neir2 .neir{
        width: 340px;
        height: 95px;
        position: relative;
        padding-left: 15px;
        border-left:2px solid #c00000;
        text-align: left;
    }
    .fzlc-con .fzlc-left .neir2 .neir p:first-child{
        font-size: 18px;
        color: #c00000;
        padding-bottom: 20px;
    }
    .fzlc-con .fzlc-left .neir2 .neir p:last-child{
        font-size: 14px;
        color: #666666;
    }
    .fzlc-con .fzlc-left .neir2 .neir .img-1{
        position: absolute;
        left: -80px;
        top: 10px;
        z-index: 150;
    }
    .fzlc-con .fzlc-left .neir2 .neir .img-2{
        position: absolute;
        left: -80px;
        top: 36px;
        z-index: 150;
    }
    .fzlc-con .fzlc-left .neir2 .neir .img-3{
        position: absolute;
        left: -80px;
        top: 60px;
        z-index: 150;
    }
    .zs-con{
        width: 1040px;
        margin: auto;
        /*padding-left: 6px;*/
        position: relative;
    }
    .zs-con .prev{
        position: absolute;
        top: 80px;
        left: -30px;
        z-index: 200;
        cursor: pointer;
    }
    .zs-con .next{
        position: absolute;
        top: 80px;
        right: -30px;
        z-index: 200;
        cursor: pointer;
    }
    .zs-con .zh-item{
        width: 1040px;
        overflow: hidden;
        /*margin-left: -6px;*/
        margin-right: -6px;
    }
    .zs-con .zh-item .item1{
        width: 161px;
        height: 210px;
        margin-left: 6px;
        margin-right: 6px;
        float: left;
        text-align: center;
        padding-top: 8px;
        background:url("../images/kuang1_03.jpg") 0 0 no-repeat;
        background-size: cover;
    }
    .zs-con .zh-item .item1 img{
        width: 144px;
        height: 195px;
    }
    .jianjie{
        width: 100%;
    }
    .jianjie .h1{
        font-size: 24px;
        color: #ffffff;
        line-height: 40px;
        text-align: center;
        padding-bottom: 15px;
    }
    .jianjie .h2{
        width: 35px;
        height: 0px;
        margin: auto;
        border-top: 2px solid #AB0A0A;
    }
    .jianjie .h3{
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        padding-top: 15px;
        padding-bottom: 35px;
    }
    .jianjie .con{
        width: 100%;
        height: 450px;
        position: relative;
    }
    .jianjie .con .gn-img{
        width: 930px;
        height: 300px;
        margin: auto;
        position: relative;
    }
    @-webkit-keyframes circle{
        0%{ transform:rotate(0deg); }
        100%{ transform:rotate(360deg); }
    }
    .jianjie .con .gn-img .zhuan1{
        position: absolute;
        top:194px;
        left: -2px;
        z-index: 100;
        width: 47px;
        height:47px;
        animation:circle 2.5s infinite linear;/*匀速 循环*/
        -webkit-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -moz-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -ms-animation:circle 2.5s infinite linear;/*匀速 循环*/
    }
    .jianjie .con .gn-img .zhuan1 img ,.jianjie .con .gn-img .zhuan2 img,.jianjie .con .gn-img .zhuan3 img,.jianjie .con .gn-img .zhuan4 img,.jianjie .con .gn-img .zhuan5 img{
        width: 100%;
        height: 100%;
    }
    
    .jianjie .con .gn-img .zhuan2{
        position: absolute;
        top:247px;
        left: 179px;
        z-index: 100;
        width: 47px;
        height:47px;
        animation:circle 2.5s infinite linear;/*匀速 循环*/
        -webkit-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -moz-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -ms-animation:circle 2.5s infinite linear;/*匀速 循环*/
    }
    .jianjie .con .gn-img .zhuan3{
        position: absolute;
        top:110px;
        left: 366px;
        z-index: 100;
        width: 47px;
        height:47px;
        animation:circle 2.5s infinite linear;/*匀速 循环*/
        -webkit-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -moz-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -ms-animation:circle 2.5s infinite linear;/*匀速 循环*/
    }
    .jianjie .con .gn-img .zhuan4{
        position: absolute;
        top:189px;
        right: 318px;
        z-index: 100;
        width: 47px;
        height:47px;
        animation:circle 2.5s infinite linear;/*匀速 循环*/
        -webkit-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -moz-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -ms-animation:circle 2.5s infinite linear;/*匀速 循环*/
    }
    .jianjie .con .gn-img .zhuan5{
        position: absolute;
        top:46px;
        right: 102px;
        z-index: 100;
        width: 47px;
        height:47px;
        animation:circle 2.5s infinite linear;/*匀速 循环*/
        -webkit-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -moz-animation:circle 2.5s infinite linear;/*匀速 循环*/
        -ms-animation:circle 2.5s infinite linear;/*匀速 循环*/
    }
    .jianjie .con .nian{
        font-family:Arial;
        font-size: 24px;
        color: #ffffff;
    }
    .jianjie .con .nian1{
        position: absolute;
        top: 160px;
        left: 100px;
        z-index: 150;
    }
    .jianjie .con .nian2{
        position: absolute;
        top: 210px;
        left: 310px;
        z-index: 150;
    }
    .jianjie .con .nian3{
        position: absolute;
        top: 80px;
        left: 495px;
        z-index: 150;
    }
    .jianjie .con .nian4{
        position: absolute;
        top: 160px;
        right: 450px;
        z-index: 150;
    }
    .jianjie .con .nian5{
        position: absolute;
        top: 15px;
        right: 235px;
        z-index: 150;
    }
    .jianjie .con .mubiao li{
       font-size: 14px;
        color: #ffffff;
        line-height: 24px;
        text-align: center;
    }
    .jianjie .con .jihua1{
        position: absolute;
        top:253px;
        left:95px;
        z-index: 100;
    }
    .jianjie .con .jihua2{
        position: absolute;
        top:310px;
        left:275px;
        z-index: 100;
    }
    .jianjie .con .jihua3{
        position: absolute;
        top:175px;
        left:480px;
        z-index: 100;
    }
    .jianjie .con .jihua4{
        position: absolute;
        top:253px;
        right:405px;
        z-index: 100;
    }
    .jianjie .con .jihua5{
        position: absolute;
        top:120px;
        right:200px;
        z-index: 100;
    }
    .content-top > li >a > img {
        margin-left: 15px;
        margin-right: 15px;
    }
/*  ====== 企业概况-end ====    */
.content{
    z-index: 100;
    position: relative;
}