@charset "utf-8";
/* CSS Document */
*{ margin: 0 auto; padding: 0px; font-family: "微软雅黑"; text-decoration: none;}
li{ list-style-type: none;}
/*top*/
#top { width: 100%;
       height: 120px;
       background: #F6F6F8;}
.top_center { width: 1200px;
              height: 120px;
              /*background: #929292;*/}
.logo { width: 215px;
        height: 120px;
        /*background: #453637;*/
        float: left;
        line-height: 120px;}
.logo img { width: 75px;
            height: 82px; 
            margin-left: 20px;
            vertical-align: middle;}
.logo p { font-size: 36px;
          color: #02B2B5;
          float: right;}
.top_right { width: 540px;
             height: 120px;
             /*background: #C12629; */
             float: right;
             margin-right: 45px;
             font-size: 16px;
	         text-align: center;
             line-height: 120px;}
.top_right_1 { width: 100px;
               height: 40px;
               background: #02B2B5;
               color: #fff;
	           line-height: 40px;
               border-radius: 20px;
               vertical-align: middle;
               display: inline-block;}
.top_right_2 { width: 100px;
               height: 40px;
               color: #333333;
               /*background: #FFFFFF;*/
               display: inline-block;
	           line-height: 40px;
               margin-left: 5px;}
.top_right_2:hover { width: 100px;
                     height: 40px;
                     background: #02B2B5;
                     color: #fff;
	                 line-height: 40px;
                     border-radius: 20px;
                     vertical-align: middle;}
/*banner*/
#banner { width: 100%;
          height: 944px;
          background: #585858;
          position: relative;
	      overflow: hidden;}
.banner_1 { width: 1920px;
            height: 944px;
            position: absolute;
	        left: 50%; 
	        margin-left:-960px;
            animation-name: none;}
/*机器展示*/
#machine { width: 100%;
           height: 630px;
           /*background: #436CD9;*/}
.machine_1 { width: 1200px;
             height: 630px;
             /*background: #18AF9E;*/}
.machine_2 { width: 1200px;
             height: 60px;
             /*background: #C72F32;*/
             line-height: 60px;
             margin-top: 20px;}
.machine_2_1 { color: #000;
               font-size: 24px;}
.machine_2_2 { color: #737373;
               font-size: 14px;
               display: inline-block;
               margin-left: 10px;}
.machine_2_3 { width: 6px;
                 height: 10px;
                 background: #40b8a8;
                 display: inline-block;
                 margin-left: 10px;}
.machine_2_4 { width: 850px;
               height: 10px;
               background: #f5f5f5;
               display: inline-block;
               margin-left: 10px;}
.machine_3 { width: 1200px;
             height: 550px;
             /*background: #198B37;*/
             line-height: 60px;
             margin-top: 20px;
             position: absolute;
	         left: 50%; 
	         margin-left:-600px;
             animation-name: none;}
.machine_3 img { width: 1200px;
                 height: 550px;}
/*底部*/
#bottom { width: 100%;
          height: 92px;
          background: #3b3b3b;
          margin-top: 20px;
          line-height: 92px;
          text-align: center;}
.bottom_1 { width: 1200px;
            height: 72px;
            /*background: #EF26DB;*/
	        display: inline-block;
            vertical-align: middle;
            line-height: 24px;} 
.bottom_1 a { color: #8b939e;
              font-size: 14px;
              display: inline-block;}
.bottom_1 a:hover { color: #fff;}
.bottom_1 span { color: #8b939e;
                 font-size: 14px;}










