﻿@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; font-family:"微软雅黑"; background:#FFF; color:#BDBDBD;}
a{ color:#000;}
li{ list-style-type:none;}
ul{ margin:0px; padding:0px;}


.main01{ background:url(../images/1.jpg) no-repeat center center; height:595px; overflow:hidden; }
.main02{ background:url(../images/2.jpg) no-repeat center center; height:793px; overflow:hidden; }
.main03{ background:#FCFBF7;height:157px; overflow:hidden; }

.main03_c{ width:1200px; height:78px; margin:0px auto;}

.main03_bd_name{ width:302px; height:78px; float:left;margin-right:10px;}
.main03_bd_phone{ width:302px; height:78px;  float:left;margin-right:10px;}

.main03 input{border:1px #BFBDBE solid; width:290px; height:76px; line-height:76px; padding:0px; margin:0px; padding-left:10px; font-size:30px;color:#BFBDBE}

.main03_bd_bottom{ background:#FF6801; width:228px !important; float:left;}
.main03_bd_bottom input{background:#FF6801; color:#FFF;}

.main03_list{ width:854px; margin:0px auto;}


.main04{ background:url(../images/4.jpg) no-repeat center center; height:850px; overflow:hidden; }
.main05{ background:url(../images/5.jpg) no-repeat center center; height:170px; overflow:hidden; }
.main06{ background:url(../images/6.jpg) no-repeat center center; height:654px; overflow:hidden; }
.main07{ background:url(../images/7.jpg) no-repeat center center; height:750px; overflow:hidden; }
.main08{ background:url(../images/8.jpg) no-repeat center center;; height:770px; overflow:hidden; }
.main09{ background:url(../images/9.jpg) no-repeat center center; height:1270px; overflow:hidden; }
.main10{ background:url(../images/10.jpg) no-repeat center center; height:727px; overflow:hidden; }
.main11{ background:url(../images/11.jpg) no-repeat center center; height:573px; overflow:hidden; }
.main12{ background:url(../images/12.jpg) no-repeat center center; height:600px; overflow:hidden; }

.main12_c{ width:1200px; margin:0px auto;}
.main_bd{ width:636px; height:258px; margin:0px auto; margin-top:180px;}

.main_bd_list{ height:163px; overflow:hidden;}
.main_bd_list div{ width:306px; height:70px; overflow:hidden; float:left;}
.main_bd_list input{ width:294px; height:68px; padding-left:10px; font-size:30px; border:1px #BFBFBD solid; color:#BFBDBE}
.main12_bd_name{ margin-right:22px;}
.main12_bm_mianji{ margin-right:22px;margin-top:22px;}
.main12_bm_phone{ margin-top:22px;}


.main12_bd_bottom{ width:260px; height:60px; margin:0px auto;margin-top:34px; }
.main12_bd_bottom input{width:260px; height:60px;background:#FF6801; color:#FFF; border:0px; font-size:30px;}
	
.main06_list{ width:1200px; height:600px; margin:0px auto;}
.main06_list li{ width:300px; height:300px; float:left; position:relative; overflow:hidden;}
.main06_bg{ width:134px; height:172px; margin-top:64px; margin-left:83px; background:url(../images/6_bg.png) no-repeat; font-size:36px; line-height:46px; text-align:center;}
.main06_bg span{ display:inline-block; padding-top:30px; color:#ff6700;}

.main06_items{ padding:65px 35px 0px 35px; width:230px; height:235px; color:#FFFFFF; position:absolute;  text-align:justify; top:100%; background: rgba(0,0,0,.6);}

.main07_list{  width:1200px; height:304px; margin:0px auto; margin-top:243px;}
.main07_list ul{ width:1310px;}
.main07_list li{ float:left; width:110px; height:110px; margin-right:46px; margin-top:42px;}

.main07_list li img {
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }

.main07_list li img:hover {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
        }
		
     input::-webkit-input-placeholder {
         /* placeholder颜色  */
         color: #CDCDCD;

     }