@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;}
.banner_left { width: 71px;
               height: 71px;
	           top: 50%;
	           left: 60px;
	           border-radius: 6px;
	           background: #000000;
	           opacity: 0.3;
               position: absolute;}
.banner_right { width: 71px;
                height: 71px;
	            top: 50%;
	            right: 60px;
	            border-radius: 6px;
	            background: #000000;
	            opacity: 0.3;
                position: absolute;}
/*公司服务*/
#service { width: 100%;
           height: 290px;
           /*background: #737373;*/
           margin-top: 10px;}
.service_1 { width: 1200px;
             height: 290px;
             /*background: #2E4EC7;*/
             line-height: 290px;}
.service_2 { width: 150px;
             height: 130px;
             /*background: #E46D1C;*/
             text-align: center;
             display: inline-block;
             vertical-align: middle;
             line-height: 20px;
             margin-left: 117px;}
.service_2_1 { color: #000000;
               font-size: 20px;
               margin-top: 20px;
               display: inline-block;}
.service_2_2 { color: #666666;
               font-size: 14px;
               margin-top: 6px;
               display: inline-block;}
/*关于我们*/
#about_us { width: 1200px;
            height: 550px;
            /*background: #626262;*/}
.about_us_1 { width: 1200px;
              height: 90px;
              /*background: #D7CD40;;*/
              margin-top: 60px;
              display: inline-block;}
.about_us_2 { width: 300px;
              height: 90px;
              /*background: #D7CD40;*/
              text-align: center; }
.about_us_2_1 { color: #000000;
                font-size: 22px;}
.about_us_2_2 { color: #666666;
                font-size: 14px;
                margin-top: 4px;
                display: inline-block;}
.about_us_2_3 { width: 30px;
	            height: 2px;
	            border-bottom: 2px solid #02b2b5;
                margin-top: 28px;}
.about_us_3 { width: 1200px;
              height: 292px;
              /*background: #865416;*/
              margin-top: 60px;}
.about_us_3 img { margin-left: 106px;
                  display: inline-block;
                  vertical-align: middle;
                  margin-top: 12px;}
.about_us_4 { width: 712px;
              height: 292px;
              background: #f5f5f5;
              float: right;
              margin-right: 90px;
              position: relative;}
.about_us_4 span { display: inline-block;
                   margin-left: 20px;
                   margin-top: 60px;
                   float: left;}
.about_us_4 a { width: 150px;
                height: 44px;
                text-align: center;
                color: #fff;
                background: #02b2b5;
                display: inline-block;
                line-height: 44px;
                position: absolute;
                left: 20px;
                bottom: 20px;}
/*底部*/
#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;}







