body,input,div,p,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd{
            padding: 0px;
            margin: 0px;
            /* font:13px 宋体; */
        }
        *{ padding:0; margin:0; list-style:none; border:0;}
        .fl{
            float: left;
        }
        .fr{
            float: right;
        }

        img{
            border: 0 none;
        }
         li{
            list-style: none;
        }
        a{
            text-decoration: none;
        }

 /*首页部分*/

        /*header部分*/
        .header{
            height:110px;
            width:100%;
        }
        .header1{
            height:110px;
            width:1200px;
            margin:0 auto;
           /* background-color: red; */
        }
        .header-content{
            height:110px;
        }
        .logo{
            height:110px;
            float:left;
        }
        .logo-image{
            float:left;
            margin-top:20px;
        }
        .logo-words{
            float:left;
            font-size:18px ;
            font-family:"微软雅黑";
            font-weight:bold;
            color:#333;
            line-height:110px;
            margin-left:30px;
        }
        .phone{
            float:left;
        }
        .phone-image{
            float:left;
            margin-top:38px;
        }
        .phone-words{
            float:left;
            margin-left:15px;
            margin-top:30px;
        }
        .phone-words1{

            font-size:14px;
            font-family:"微软雅黑";
        }
        .phone-words2{
            font-size:24px;
            font-family:"微软雅黑";
            font-weight:bold;
            color:#05964f;
            margin-top:5px;
        }

        /*nav部分*/
        .nav{
            width:100%;
            height:50px;
            background-color: #05964f;
        }
        .nav-content{
            width:1200px;
            height:50px;
            margin:0 auto;     
        }
        .nav-content ul{
            margin:0 auto;
        }
        .nav-content ul li{
            float:left;
            height:50px;
            width:200px;
        }
        .nav-content ul li a{
            float:left;
            height:50px;
            width:200px;
            font-size:16px;
            font-family:"微软雅黑";
            color:#fff;
            line-height:50px;
            text-align: center;
        }

        .nav-content ul li a:hover{
            background-color:#00793e;
        }

        /*banner部分*/
        .banner{
            width:100%;
            height:440px;
            background:url(../images/banner.png) no-repeat;

        }

        /*内容部分*/
        .content{
            float:left;
            width:100%;
            margin-top:60px;
            margin-bottom:60px;
        }
        .content-m{
            width:1200px;
            margin:0 auto;
        }
        .content-m-left{
            float:left;
            width:208px;
            height:280px;
            border:1px solid #05964f;
            border-radius: 5px;
            margin-right:40px;
        }
        .content-m-left  .title{
            width:185px;
            height:40px;
            background-color:#05964f;
            font-size:16px;
            font-family:"微软雅黑";
            font-weight:bold;
            color:#fff;
            line-height:40px;
            padding-left: 25px;
        }
        .content-m-left ul li{
            width:185px;
            height:40px;
            padding-left:25px;
            line-height:40px;
            background: url(../images/triangle.png) 25px center no-repeat;
            
        }
        .content-m-left ul li a{
            font-size:14px;
            font-family:"微软雅黑";
            color:#333;
            margin-left:12px;
        }

        .content-m-right{
            float:left;
            width:950px;
        }
        .content-m-right .top{
            float:left;
            width:950px;
        }
    
        .content-m-right .top .top-words1{
            float:left;
            font-size:24px;
            font-family:"微软雅黑";
            color:#05964f;
        }
        .content-m-right .top .top-words2{
            float:left;
            font-size:16px;
            color:#999;
            font-family:"微软雅黑";
            padding-left:12px;
             padding-top:6px;
        }
        .content-m-right .middle{
            float:left;
            width:950px;
            margin-top:16px;
            margin-bottom:30px;
        }
        .content-m-right .middle img{
            float:left;
        }
        .content-m-right .middle  .line{
            float:left;
            width:850px;
            height:1px;
            background-color:#e6e6e6;
        }
        .content-m-right .bottom{
            float:left;
            width:950px;
        }
        .content-m-right .bottom .title{
            font-size:20px;
            font-family: "微软雅黑";
            font-weight: bold;
            color:#333;
            margin-bottom: 30px;
        }
        .content-m-right .bottom .artitle{
            font-size:14px; 
            line-height:28px;
            color:#666;
            font-family:"微软雅黑";
            margin-bottom:40px;

        }
        .content-m-right .bottom .illustration1{
            width:950px;
            height:532px;
            background: url(../images/illustration1.png) center center no-repeat;

        }

        /*悬浮窗部分*/
        .floating-window{
           position: fixed;
           right:0px;
           top:70%;
           width:220px;
           height:200px; 
           padding-top:40px;
           padding-left:20px;
           background: url(../images/floating.png) no-repeat;
        }
        .close-img{
            position: absolute;
            top:15px;
            right:15px;
        }
        .floating-window .contact{
            font-size: 20px;
            font-family: "微软雅黑";
            color:#fff;
            font-weight:bold;
            margin-bottom:10px;

        }
        .floating-window  .telephone1{
            font-size: 20px;
            font-family: "微软雅黑";
            color:#fff;
            margin-bottom:5px;
        }  
        .floating-window  .telephone2{
            font-size: 20px;
            font-family: "微软雅黑";
            color:#fff;
        }
        .floating-window  .time{
            font-size: 16px;
            font-family: "微软雅黑";
            color:#fff;
        }





        /*友情链接部分*/
        .links{
            width:100%;
            float:left;
        }
        .links-content{
            width:1200px;
            margin:0 auto;
        }
        .links-content-top{
            width:1200px;
            margin:0 auto;
            display: flex;
            align-items: center;
        }
        .links-content-top-words1{
            float:left;
            font-size:24px;
            color:#333;
            font-family:"微软雅黑";
        }
        .links-content-top-words2{
            float:left;
            font-size:16px;
            color:#999;
            font-family:"微软雅黑";
            padding-left:12px;
        }
        .links-content-middle{
            width:1200px;
            margin:0 auto;
            float:left;
            margin-top:16px;
            margin-bottom:30px;
        }
        .deltoid-img{
            float:left;
        }
        .line{
            float:left;
            width:1100px;
            height:1px;
            background-color:#e6e6e6;
        }
        .links-content ul{
            width:1200px;
            float:left;
            margin:0 auto;
            margin-bottom:36px;

        }
        .links-content ul li{
            float:left;
            margin-right:168px;
        }
        .links-content ul li:last-child{
            margin-right:0px;
        }
        .links-content ul li a{
            float:left;
            font-size:16px;
            font-family:"微软雅黑";
            color:#05964f;  
        }

        /*footer部分*/
        .footer{
            display:flex;
            flex-direction:column;
            align-items:center;
            justify-content:center;
            width:100%;
            background-color:#0d1310;
            text-align:center;
            font-size:14px;
            font-family:"微软雅黑";
            color:#d4d4d4;
            height:80px;

        }
        .footer-words1{
            margin-bottom:6px;
        }


/*服务案例部分*/

         /*banner4部分*/
         .banner4{
            width:100%;
            height:440px;
            background:url(../images/banner4.png) no-repeat;

        }

        /*服务案例内容部分*/
        .service{
            width:100%;
            float:left;
            margin-top:60px;
            margin-bottom:60px;

        }
        .service-content{
            width:1200px;
            margin:0 auto;
        }
        .service-content .title{
            width:1200px;
            font-size:24px;
            font-family: "微软雅黑";
            color:#333;
            text-align:center;
        }
        .title-line{
            width:1200px;
            height:8px;
            background:url(../images/linegreen.png) center center no-repeat;
            margin-top:16px;
            margin-bottom:30px;

        }
        .title-line .line1{
            width:550px;
            height:1px;
            background-color:#e6e6e6;
            float:left;
        }
        .title-line .line2{
            width:550px;
            height:1px;
            background-color:#e6e6e6;
            float:right;
        }
        .service-content  .words{
            font-size:14px;
            font-family:"微软雅黑";
            line-height:28px;
            color:#666;
            text-align:justify;
        }
        .service-content ul{
            width:1200px;
            margin:0 auto;
            margin-top:50px;
        }
        .service-content ul .one{
            float:left;
            margin-bottom:60px;
        }
        .service-content ul .two{
            float:right;
            margin-bottom:60px;
        }
        .service-content ul .three{
            float:left;
        }
        .service-content ul .four{
            float:right;
        }



/*电子投标服务*/

        /*banner3部分*/

        .banner3{
            width:100%;
            height:440px;
            background:url(../images/banner3.png) no-repeat;

        }


    /*电子投标服务内容*/
        .electronic{
            width:100%;
            margin-top:40px;
        }
        .electronic-m{
            width:1200px;
            margin:0 auto;
        }
        .up{
            display: flex;
            width:1200px;
            height:162px;

        }
        .block{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #f3f3f3;
            border-radius: 5px;
            width: 224px;
            height: 150px;
            margin-right:20px;
            position: relative;

        }
        .block .trangle{
            display: none;
            position: absolute;
            bottom: -12px;
            width: 0;
            height: 0;
            border-top: 12px solid #05964f;
            border-right: 10px solid transparent;
            border-left: 12px solid transparent;
        }
        .block:last-child{
            margin-right: 0 !important;
        }
        .block-m{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }
        .block-m .words1{
            font-size: 21px;
            font-family: "微软雅黑";
            color:#333;
            margin-left: 10px;
        }
        .block .words2{
            margin-bottom:2px;
            font-size:14px;
            font-family: "微软雅黑";
            color:#666;
        }
        .block .words3{
            font-size:14px;
            font-family: "微软雅黑";
            color:#666;
        }
         .electronic-m a:hover{
            background: #05964f;
            cursor:pointer;
            /*background: url(../images/green.png)  no-repeat;
            height: 160px !important;*/
        }
        .electronic-m a:hover .trangle{
            display: block;
        }

        .electronic-m a:hover .registered-icon{
            background: url(../images/registered_white.png)  no-repeat;
        }
        .electronic-m a:hover .words1{
            color:#fff;
        }

        .electronic-m a:hover .words2{
            color:#fff;
        }

        .electronic-m a:hover .words3{
            color:#fff;
        }
        .bottom-words{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .bottom-words-steps{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom:10px;
        }
        .bottom-words-steps:last-child{
            margin-bottom:0px;
        }
        .circle{
            /*float:left;*/
            width:5px;
            height:5px;
            border-radius: 2.5px;
            background-color:#999;
            margin-right:14px;
        }
        .steps{
            font-size: 16px;
            font-family: "微软雅黑";
            min-width: 350px;
        }
        .tab{
            width:100%;
            margin-top:60px;
            margin-bottom:60px;
        }
        .panel1{
            width:1200px;
            margin:0 auto;
        }
        .panel1-top{
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .panel1-top .line1{
            float:left;
            width:260px;
            height:1px;
            background-color:#e6e6e6;
        }
        .panel1-top .title{
            float:left;
            font-size:21px;
            font-family:"微软雅黑";
           /* font-weight:bold;*/
            color:#333;
            margin:0 30px;
        }
        .panel1-top .line2{
            float:left;
            width:260px;
            height:1px;
            background-color:#e6e6e6;
        }
        .panel1-middle{
            font-size:16px;
            font-family: "微软雅黑";
            color:#666;
            margin:50px 0px;
            width:1200px;
            height:16px;
            text-align: center;
        }
        .panel1-bottom{
            display: flex;
            align-items: center;
            justify-content: center;

        }
        .panel1-bottom-left{
            float:left;
            margin-right:120px;
        }
        .panel1-bottom-left  .site{
            display: flex;
            align-items: center;
    /*        justify-content: center;*/
            margin-bottom:10px;
          /*  min-width:400px;*/
        }
        .site-words{
            font-size:16px;
            font-family: "微软雅黑";
            color:#05964f;
            margin-right:8px;
        }
        .panel1-bottom-left  .site:hover{
            cursor: pointer;
        }
        .panel1-bottom-right{
            float:left;
        }
        .panel1-bottom-right  .site{
            display: flex;
            align-items: center;
            margin-bottom:10px;
        }
         .panel1-bottom-right  .site:hover{
            cursor: pointer;
         }
         .panel2{
            width:1200px;
            margin:0 auto;
         }
         .panel4{
            width:1200px;
            margin:0 auto;
         }
         .plans{
            margin-bottom:80px;
         }
         .panel4-top{
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .panel4-top .line1{
            float:left;
            width:260px;
            height:1px;
            background-color:#e6e6e6;
        }
        .panel4-top .title{
            float:left;
            font-size:21px;
            font-family:"微软雅黑";
            color:#333;
            margin:0 30px;
        }
        .panel4-top .line2{
            float:left;
            width:260px;
            height:1px;
            background-color:#e6e6e6;
        }
        .panel4-bottom{
            width:1200px;
            height:144px;
            background: url(../images/plans.png) center center  no-repeat;
            margin-top:50px;
        }
        .process  img{
            margin-top:50px;
        }



/*联系我们部分*/

        /*联系我们内容部分*/

        .link-content{
            width:100%;
            margin-top:60px;
            margin-bottom:60px;

        }
        .link-content-m{
            width:1200px;
            margin:0 auto;
        }
        .link-title .title-line{
            margin-bottom:40px;
        }
        .link-title .title-words{
            width:1200px;
            font-size:24px;
            font-family: "微软雅黑";
            color:#333;
            text-align:center;
        }
        .link-words{
            width:1200px;
            height:250px;
            background-color: #f3f3f3;
             display: flex;
            align-items: center;
            justify-content: center;

        }
        .link-words .group{
            margin-right:100px;
        }
        .link-words .group:last-child{
            margin-right:0px;
        }

        .group-f{
            font-size: 16px;
            font-family: "微软雅黑";
            color:#333;
            margin-bottom:10px;
        }
        .group-s{
            font-size: 16px;
            font-family: "微软雅黑";
            color:#333;
            margin-bottom:20px;
        }
        .group-line{
            width:40px;
            height:1px;
            background-color: #cbcbcb;
        }
        .link-img{
            margin-top:40px;
            }


/*最新动态部分*/
            

        /*最新动态内容部分*/
        .latest-news{
            width:100%;
            margin-top:60px;
        }
        .latest-news-content{
            width:1200px;
            margin:0 auto;
        }
        .news-content-top{
            float:left;
            width:1200px;
            margin:0 auto;
            display: flex;
            align-items: center;
        }
        .news-content-top-words1{
            float:left;
            font-size:24px;
            color:#05964f;
            font-family:"微软雅黑";
        }
        .news-content-top-words2{
            float:left;
            font-size:16px;
            color:#999;
            font-family:"微软雅黑";
            padding-left:15px;
        }
        .news-content-middle{
            width:1200px;
            margin:0 auto;
            float:left;
            margin-top:16px;
            margin-bottom:30px;
        }
        .news-arrow{
            float:left;
        }
        .line{
            float:left;
            width:1100px;
            height:1px;
            background-color:#e6e6e6;
        }
        .news-content-bottom{
            width:1200px;
            margin:0 auto;
            float:left;
            margin-bottom: 60px;
        }
        .news-content-bottom li{
            float: left;
            margin-bottom:30px;
        }
        .news-content-bottom li:last-child{
            margin-bottom: 0px;
        }
        .left-part{
            float:left;
            display: flex;
            align-items: center;
        }
        .news-content-bottom li  .news-words{
            font-size:16px;
            font-family: "微软雅黑";
            color:#666;
        }
        .news-content-bottom li .news-date{
            float:right;
            font-size:16px;
            font-family: "微软雅黑";
            color:#666;
        }
        .bottom-line{
            float:left;
            margin-top:10px;
            width:1200px;
            border-bottom: 1px dashed #e6e6e6;
        }

/*标书编制服务页面*/
        
        /*标书编制服务内容部分*/

        .bidding-document{
            width:100%;
            margin-top:60px;

        }
        .bidding-document-c{
            width:1200px;
            margin:0 auto;
        }
        .category{
            float:left;
            margin-bottom:40px;
        }
        .category:last-child{
            float:left;
            margin-bottom:60px;
        }
        .category-title-words{
            font-size:24px;
            font-family: "微软雅黑";
            color:#05964f;
        }
        .category-title-line{
            margin-top:16px;
            margin-bottom:30px;
            width:1200px;
            height:8px;
            background: url(../images/bigarrow.png) left center  no-repeat;
        }
        .right-line{
            width:938px;
            height:1px;
            background-color: #e6e6e6;
            float:right;
        }
        .category-links{
            width:1200px;
            margin:0 auto;
        }
        .category-links  li{
            margin-right: 24px;
            float:left;

        }
        .category-links  li:last-child{
            margin-right:0px;
        }

        .category-links a{
            float:left;
            width:180px;
            height:34px;
            border-radius: 4px;
            background-color: #05964f;
            font-size:14px;
            font-family: "微软雅黑";
            color:#fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .category-links a .linkicon-image{
            margin-right:10px;
        }
        .category-links li .ele{
            background-color: #f08c21;
        }
        .category-project{
            float:left;
            width:1200px;
            margin:0 auto;
            margin-top:30px;


        }
        .category-project li{
            float:left;
            width:300px;
            display: flex;
            align-items: center;
            margin-bottom:10px;
        }
        .category-project-circle{
            float:left;
            width: 5px;
            height: 5px;
            border-radius: 2.5px;
            background-color:#999;
            margin-right:10px;
        }
        .category-project-words{
            font-size:16px;
            font-family: "微软雅黑";
            color:#666;
        }



















        
   













