.banner{
    position: relative;
    overflow: hidden;
}
.banner .img_list{
    position: absolute;
    width:1000% ;

    top: 0;
    left: 0;
}
.banner .img_list > a{
    display: block;
    width: 10%;
    float: left;

}
.banner .img_list > a img{
    width: 100%;
}
.banner ul{
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.banner ul li{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #babbbe;
    margin: 0 5px;
    *display:inline;
    *zoom:1;
    cursor: pointer;
}
.banner ul li.on{
    background: #cfa144;
}
.brand{
    padding:  60px 0 50px;
}
.brand .text_list{
    overflow: hidden;
}
.brand .text_list li{
    width: 300px;
    float: left;
}
.brand .text_list li img{
    float: left;
}
.brand .text_list li .text{
    width: 169px;
    height: 165px;
    float: right;
}
.brand .text_list li .text h3{
    font-size: 16px;
    color: #333;
}
.brand .text_list li .text label{
    display: block;
    line-height: 16px;
    margin:10px 0 20px;
    color: #999;
}
.brand .text_list li .text p{
    line-height: 20px;
    color: #747474;
}


.brand .total{
    margin-top: 100px;
}
.brand .total h2,
.pulpit_con .pulpit_img_con h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    color: #333;
    text-align: center;
}
.brand .total h2 span,
.pulpit_con .pulpit_img_con h2 span{
    display: block;
    width: 220px;
    height: 40px;
    background: url("../images/line.png") repeat-x left center;
}
.brand .total label,
.pulpit_con .pulpit_img_con label{
    display: block;
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}
.pulpit_con .pulpit_img_con label{
 color: #676361;
}
.count{
    overflow: hidden;
    margin-top: 40px;
}
.count li{
    width:150px;
    float: left;
    text-align: center;
    color: #999;
    margin-left: 130px;
}

.count li span{
    display: block;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    font-family: "georgia";
    font-size: 76px;
}
.count li p{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
}

.brand .img_list{
    margin: 50px 0 50px;
    overflow: hidden;
}

.quote{
    position: fixed;
    width: 100%;

    left: 0;
    bottom: 0;

    background: url("../images/bac_block.png");
}

.quote .price{
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}
.quote .price label{
    display: block;
    height: 32px;
    line-height: 32px;
    float: left;
    font-size: 16px;
    margin-right: 20px;
}
.quote .price  form{
    float: left;
}

.quote .price  form ul > li{
    height: 32px;
    line-height: 32px;
    margin-right:20px;
    padding-left: 10px;
    background: #fff;
    border-radius: 3px;
    float: left;
    position: relative;
}


.quote .price  form ul > li > input.use_phone{
    width: 180px;
    height: 32px;
    line-height: 32px;
    float: left;
    border: 0;
}
.quote .price  form ul > li input[type=submit]{
    width: 90px;
    height: 32px;
    float: left;
    background: #d92121;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.quote .price  form ol li{
    padding-left: 0;
}
.quote .price  form ul li span{
    float: left;
    font-size: 14px;
}

.quote .price  form ul li > b{
    display: none;
    width: 65%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 100%;
}
.quote .price  form ul li > b.msg{
    display: block;
    color: red;
}
.size{
    float: left;
    position: relative;
    width: 160px;
}

.select{
    width: 150px;
    position: relative;
    left: 10px;
    text-align: center;
    z-index: 20;
}

.select b{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    cursor: pointer;
}

.select .option{
    width: 100%;
    position: absolute;
    left: 0;
    list-style: none;
    font-size: 14px;
    display: none;
}
.quote .select .option{
    bottom: 100%;
}
.quote  .select b{
    background:#fff url("../images/select_up.png") no-repeat 94% center;
}
.quote  .select b.on{
    background: #fff url("../images/select_down.png") no-repeat 94% center;
}
.need_form .select .option{
    top: 30px;
}
.need_form .select b{
    background: #fff url("../images/select_down.png") no-repeat 94% center;
}

.need_form .select b.on{
    background:#fff url("../images/select_up.png") no-repeat 94% center;
}
.select ol.option li{
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    background: #e5e5e5;
    border: none;
}
.select ol.option li:hover{
    color:#cfa144 ;
    cursor: pointer;
}
.select ol.option li.on{
    background: #cfa144;
    color: #fff;
}

.select_val{
    width:100px;
    height: 20px;
    float: left;
    margin-left: 10px;
    opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.pulpit_con .content{
    overflow: hidden;
}
.pulpit_con .pulpit{
    width: 780px;
    float: left;
}
.pulpit_con .pulpit h2,
.pulpit_con .news h2{
    font-size: 24px;
    font-weight: normal;
    color: #474443;
}
.pulpit_con .pulpit .text_list{
    margin: 40px 0;
    padding-left: 50px;
    border-left: 1px solid #cacaca;
}
.pulpit_con .pulpit .text_list li{
    margin-top: 40px;
}
.pulpit_con .pulpit .text_list li:first-child{
    margin-top: 0;
}
.pulpit_con .pulpit .text_list li a{
    display: block;
    font-size: 15px;
    color: #666;
}
.pulpit_con .pulpit .text_list li p{
    font-size: 12px;
    margin: 20px 0;
    color: #999;
}

.pulpit_con .pulpit .text_list li:hover a,
.pulpit_con .pulpit .text_list li:hover p{
    color: #333;
}
.pulpit_con .pulpit .text_list li label{
    color: #9e9e9e;
}

.pulpit_con .news{
    width: 380px;
    float: right;
}
.pulpit_con .news_list{
    margin: 40px 0;
}
.pulpit_con .news_list li{
    overflow: hidden;
    margin-bottom: 30px;
}
.pulpit_con .news_list li .img{
    display: block;
    width: 150px;
    height: 100px;
    float: left;
    overflow: hidden;
    background: #000;
}
.pulpit_con .news_list li .img:hover img{
    opacity: 0.7;
    filter:alpha(opacity=70);
    transition:opacity 0.3s ease-in-out;
}
.pulpit_con .news_list li .txt{
    width: 200px;
    float: right;
    padding: 5px 0;
}
.pulpit_con .news_list li .txt a{
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom:15px;
}
.pulpit_con .news_list li .txt a:hover{
    color: #333;
    text-decoration: underline;
}
.pulpit_con .news_list li .txt label{
    color: #999;
}

.pulpit_img_con table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 150px;
}
.pulpit_img_con table tr{
    width: 100%;
}
.pulpit_img_con table tr td{
    width:12.09%;
   /*  padding-top: 4px;
   padding-bottom: 4px; */
    overflow: hidden;
}
.pulpit_img_con table tr td img{
    display:block;
    width: 98%;
    max-width: 98%;
    margin: 1px auto;
}

.case_banner{
    height: 390px;

    text-align: center;
    overflow: hidden;
}
.case_banner h2{
    line-height: 60px;
    font-size: 50px;
    color: #000;
    margin: 90px 0 26px;
    padding-bottom: 40px;
    background: url("../images/banner_line.jpg") no-repeat center bottom;
    -webkit-animation:down 0.5s ease-in-out;
}
@-webkit-keyframes down{
    0%{transform:translateY(-50px);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}

.case_banner p{
    line-height: 25px;
    color: #010101;
    font-size: 14px;
    -webkit-animation:up 1.5s ease-in-out ;
}
@-webkit-keyframes up{
    0%{transform:translateY(29px);letter-spacing:2px;opacity:0;}
    100%{transform:translateY(0);letter-spacing: 0px;opacity:1;}
}
.change_nav{
     text-align: center;
     margin: 50px 0 60px;
 }
.change_nav a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #666;
}
.change_nav a:hover{
    color:#cfa144;
}
.change_nav a.on{
    color: #fff;
    background: #cfa144;
}
.case_brand .img_list{
    overflow: hidden;
}
.brand_img{
    display: block;
    width: 24.6%;
    +width: 24.55%;
    margin: 0.2%;
    background: #000;
    float: left;
    overflow: hidden;
    position: relative;
}
.brand_img img{
    width: 100%;
    display: block;
    transition:transform 0.3s ease-in-out;
}
.brand_img:hover img{
    opacity:0.3;
    filter:alpha(opacity=30);
    transform:scale(1.2);
}
.brand_img .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
}
.brand_img .text label,
.brand_img .text em,
.brand_img .text p{
    opacity:0;
    filter:alpha(opacity=0);
}
.brand_img .text label{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 22.9%;
    transform:translateY(-60px);
    transition:all 0.3s ease-in-out;
}
.brand_img:hover > .text label{
    transform:translateY(0);
    opacity: 1;
    filter:alpha(opacity=100);
}
.brand_img .text em{
    display: block;
    height: 40px;
    background: url("../images/yellow_line.jpg") no-repeat center;
    transform:translateX(40%);
    transition:all 0.32s ease-in-out;
}
.brand_img:hover .text em{
    transform:translateX(0);
    opacity:1;
    filter:alpha(opacity=100);
}
.brand_img .text p{
    color: #cfa144;
    transform:translateY(60px);
    transition:all 0.4s ease-in-out;
}
.brand_img:hover .text p{
    transform:translateY(0);
    opacity:1;
    filter:alpha(opacity=100);
}
.case_detail{
    padding: 40px 0 100px;
    border: 3px solid #f7f7f7;
}
.case_detail .text_con{
    overflow: hidden;
}
.case_detail .text_con .text{
    width: 525px;
    float: left;
}
.case_detail .text_con .text h2{
    background: url("../images/detai_yellow_line.jpg") no-repeat left top;
    padding: 32px 0 20px;
    font-size: 28px;
    color: #cfa144;
}
.case_detail .text_con .text label{
    color: #999;
    display: block;
}
.case_detail .text_con .text p{
    color: #333;
    line-height: 28px;
    font-size: 14px;
    margin: 45px 0 50px;
}
.case_detail .text_con .infor{
    width: 182px;
    float: right;
    padding-top: 50px;
}
.case_detail .text_con .infor label{
    display: block;
    color: #999;
}
.case_detail .text_con .infor p{
    font-size: 14px;
    color: #1e1e1e;
    margin-bottom: 25px;
}
.case_detail .img_list img{
    display: block;
    margin-bottom: 2px;
}

.else_case .title{
    text-align: center;
    margin-bottom: 40px;
}
.else_case .title em{
    display: inline-block;
    width:20px;
    height: 20px;
    margin: 0 10px;
    background: url("../images/yellow_down.png") no-repeat center;
}
.else_case .title span{
    display: inline-block;
    font-size: 20px;
    color: #333;
}
.else_case .case_list{
    overflow: hidden;
}

.news_con  .news{
    overflow: hidden;
    margin-bottom: 40px;
}
.news_con  .news .img{
    display: block;
    width: 350px;
    height: 197px;
    float: left;
    background: #000;
    overflow: hidden;
}
.news_con  .news .img  img{
    width: 100%;
	height:auto;
}

.news_con  .news .img:hover img{
    opacity:0.5;
    filter:alpha(opacity=50);
    animation:scale 1.5s ease-in-out;
}
@-webkit-keyframes scale{
    0%{transform:scale(1);}
    20%{transform:scale(1.27);}
    50%{transform:scale(1);}
    76%{transform:scale(1.09);}
    100%{transform:scale(1);}
}

.news_con  .news .text{
    width: 804px;
    float: right;
}
.news_con  .news .text .title{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 32px 0;
}
.news_con  .news .text .title:hover{
    color: #cfa144;
}
.news_con  .news .text p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 40px;
}
.news_con  .news .text label{
    display: block;
    overflow: hidden;
}
.news_con  .news .text label span{
    display: block;
    float: left;
    margin-right: 40px;
}
.news_con  .news .text label  em{
    font-style: normal;
}
.page{
    text-align: center;
    margin: 100px 0;
}
.page label{
    width: auto;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    margin-right: 15px;
}
.page label em{
    font-style: normal;
}
.page a,.page span,.page b{
    display:inline-block;
    margin-right:10px;
    padding:2px 8px;
    min-width: 25px;
    height: 25px;
    text-decoration:none;
    font-size:14px;
    color:#666;
}
.page b{
     width: 15px;
     border: none;
}
.page p{
    display:inline-block;
    padding:2px 12px;
    font-size:14px;
    line-height:24px;
    color:#bbb;
    background:#fcfcfc;
    margin-right:8px;
}
.page p.pageRemark
{
    background:none;
    margin-right:0px;
    padding:4px 0px;
    color:#666;
}
.page .cur{
    border-color: #cfa144;
    color:#cfa144;
}
.page .pre{
    position: relative;
    top: 8px;
    +top:2px;
    background: url("../images/left_btn.png") no-repeat center;
}
.page .next{
    position: relative;
    top: 8px;
    +top:2px;
    background: url("../images/right_btn.png") no-repeat center;
}
.team h4,
.recruit h4{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding-left: 15px;
    border-left: 2px solid #cfa144;
}

.team ul.count{
    margin:70px 0 100px;
    padding: 0 50px;
}
.team ul.count li{
    width: 175px;
    margin: 0 50px;
}

.team .img_list{
    overflow: hidden;
    margin-bottom: 50px;
}
.team .img_list li{
    width: 216px;
    float: left;
    margin-left: 30px;
    margin-bottom: 50px;
}
.team .img_list li:nth-child(5n+1){
    margin-left: 0;
}
.team .img_list li .img{
    height: 264px;
    overflow: hidden;
}

.team .img_list li label{
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    margin: 25px 0 10px;
    color: #333;
}
.team .img_list li  p{
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.company{
    line-height: 25px;
    overflow: hidden;
    padding-bottom: 135px;
}
.company h4{
    color: #333;
    margin-bottom:29px;
    font-size: 14px;
 }

.company img{
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-left: 70px;
}
.enterprise .text{
    width: 670px;
    margin: 0 auto;
}

.enterprise .text li{
    overflow: hidden;
    margin-bottom: 70px;
}
.enterprise .text li .title{
    width: 150px;
    float: left;
}
.enterprise .text li label{
    display: block;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.enterprise .text li span{
    color:#999;
}
.enterprise .text li p{
    width: 435px;
    line-height: 24px;
    float: right;
    color: #333;
}
.enterprise .property{
    padding: 50px 0 120px;
    background: url("../images/mark_back.jpg") no-repeat center top;
}
.enterprise .property h4{
    font-size: 30px;
    color: #000;
    text-align: center;
    text-transform: Uppercase;
}
.enterprise .anima h4.tit{
    animation:title_down 0.5s ease-in-out;
}
@-webkit-keyframes title_down{
    0%{transform:translateY(-40px);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}
.enterprise .property label{
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    text-align: center;
    font-size: 14px;
    color: #000;
}


.enterprise .anima label{
    animation:label_translateX 1s ease-in-out;
}

@-webkit-keyframes label_translateX{
    0%{transform:translateX(60px);opacity:0;}
    100%{transform:translateX(0);opacity:1;}
}



.enterprise .property .mark{
    width: 760px;
    margin: 60px auto;
    overflow: hidden;
}

.enterprise .property .mark li{
    width: 150px;
    float: left;
    margin: 0 50px;

}
.enterprise .anima .mark1{
    animation:mark_li1 1.5s ease-in-out;
}

 @-webkit-keyframes mark_li1{
     0%{
         transform:translate(-50px,50px);
         opacity:0;
     }
     100%{
         transform:translate(0);
         opacity:1;
     }
 }

.enterprise .anima .mark2{
    animation:mark_li2 2s ease-in-out;
}
@-webkit-keyframes mark_li2{
    0%{
        transform:translate(0px,50px);
        opacity:0;
    }
    100%{
        transform:translate(0);
        opacity:1;
    }
}
.enterprise .anima .mark3{
    animation:mark_li3 2.5s ease-in-out;
}

@-webkit-keyframes mark_li3{
    0%{
        transform:translate(50px,50px);
        opacity:0;
    }
    100%{
        transform:translate(0);
        opacity:1;
    }
}
.enterprise .property .mark li .img{
    height: 70px;
    overflow: hidden;
}
.enterprise .property .mark li p{
    height: 40px;
    line-height: 20px;
    color: #333;
    text-align: center;
    overflow: hidden;
}
.enterprise .anima .p1{

    animation:opacity_text 3s ease-in-out;
}
.enterprise .anima .p2{

    animation:opacity_text 4s ease-in-out;
}
.enterprise .anima .p3{

    animation:opacity_text 5s ease-in-out;
}
@-webkit-keyframes opacity_text{
    0%{opacity:0;}
    100%{opacity: 1;}
}


.recruit .img_list{
    overflow: hidden;
    margin: 50px 0;
}
.recruit .img_list li{
    width: 376px;
    float: left;
    margin-left: 36px;
    margin-bottom: 20px;
}
.recruit .img_list li:nth-child(3n+1){
    margin-left: 0;
}
.recruit .img_list li .img{
    height: 210px;
    overflow: hidden;
    position: relative;
}
.recruit .img_list li .img img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.recruit .img_list li h6{
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    margin: 40px 0 25px;
}
.recruit .img_list li label{
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}
.recruit .img_list li p{
    line-height: 20px;
    height: 210px;
    overflow: hidden;
}
.news_detail{

    padding:40px 0;
    border-top: 3px solid #f7f7f7;
}
.news_detail .left{
    width: 855px;
    float: left;
}
.news_detail .left a.back_btn{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    background: url("../images/back_btn.png") no-repeat left center;
}
.news_detail .left .text{
    margin:60px 0 180px;
}
.news_detail .left .text h4{
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.news_detail .left .text label{
    display: block;
    height: 20px;
    line-height: 20px;
}
.news_detail .left .text label .time{
    display: block;
    height: 20px;
    float: right;
    padding-left: 25px;
    background: url("../images/time.png") no-repeat left center;
}
.news_detail .left .text p{
    margin: 20px 0;
	font-size:14px;
	line-height:24px;
	color:#333333;
}
.news_detail .left .text p img{
    display: block;
    margin: 50px 0;
}
.news_detail .left .text .conc img{
    width: 500px;
}
.share_con{
    overflow: hidden;
}
.share_con span{
    display: block;
    height: 32px;
    line-height: 32px;
    float: left;
    padding-left: 28px;
    background: url("../images/share_mark.png") no-repeat left center;
}
.share_con .share{
    height: 32px;
    float: right;
}
.share_con .share li{
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.news_page{
    margin: 95px 0 70px;
}
.news_page a.pre,
.news_page a.next{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 15px;
}
.news_page a.pre{
    float: left;
    margin-left: -20px;
    padding-left: 56px;
    background: url("../images/pre_page.png") no-repeat left center;
}
.news_page a.next{
    float: right;
    margin-right: -20px;
    padding-right: 56px;
    background: url("../images/next_page.png") no-repeat right center;
}
.news_detail .right{
    width: 302px;
    float: right;
}
.news_detail .right h4{
    color: #333;
    font-size: 14px;
    margin-bottom: 25px;
}
.information_list li{
    margin-bottom: 40px;
}
.information_list li .img{
    display: block;
    height: 167px;
    background: #000;
    overflow: hidden;
    position: relative;
}
.information_list li .img span{
    display: block;
    position: absolute;
    background: #eb4242;
    left: 10px;
    top: 10px;
    padding: 2px 10px;
    color: #fff;
}
.information_list li .img:hover img{
    opacity: 0.5;
    filter:alpha(opacity=50);
    animation:scale 1.5s ease-in-out;
}
.information_list li p{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}
.information_list li label{
    display: block;
    font-size: 13px;
    color: #999;
}
.business_con{
    perspective: 600px;
}
.plan_con{
    overflow: hidden;
}
.plan_con .plan1{
    width: 24.7%;
    float: left;
    margin-top: 138px;
}
.plan_con .plan1 img,
.plan_con .plan2 img{
    width: 100%;
}
.plan_anima .plan1{
    animation:paln_left 1.5s ease-in-out;
}
@-webkit-keyframes paln_left{
    0%{transform:translateX(-50px);opacity: 0;}
    32%{transform:translateX(-50px);opacity: 0;}
    100%{tranform:translateX(0);opacity: 1;}
}

.plan_con .plan{
    width:46%;
    float: left;
    margin-left: 2.3%;
}

.plan_con .plan img{
    width: 100%;
}
.plan_anima .plan img{
    animation:plan_rotate 1s ease-in-out;
}

@-webkit-keyframes plan_rotate{
    0%{opacity:0;}
    100%{opacity:1;}
}
.plan_con .plan h3{
    font-size: 24px;
    color: #333;
    margin-bottom:50px;
}
.plan_con .plan .text{
    width: 450px;
    line-height: 20px;
    margin-top: 25px;
    padding-top: 20px;
    font-size: 14px;
    background: url("../images/plan_line.jpg") no-repeat left top;
}
.plan_con .plan2{
    width: 24.7%;
    float: right;
    margin-top: 138px;
}

.plan_anima .plan2{
    width: 24.7%;
    animation:plan_tansright 1.5s ease-in-out;
}
@-webkit-keyframes plan_tansright{
    0%{transform:translate(50px); opacity:0;}
    32%{transform:translate(50px); opacity:0;}
    100%{transform:translate(0); opacity:1;}
}
.business{
    padding: 90px 0;
    position: relative;
}
.business .text{
    width: 260px;
    position: absolute;
    right: 0;
    top: 218px;
    padding: 40px 70px;
    background: #fff;
    color: #333;
}
.business .text h4{
    font-size: 24px;

    height: 33px;
    margin-bottom: 20px;
    overflow: hidden;
}
.business .text p{
    height: 160px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}
.scheme{
    position: relative;
    padding-bottom: 100px;
}
.scheme h4{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}
.scheme .goodness{
    width: 485px;
    height: 485px;
    margin: 0 auto;
    padding: 25px;
    background: url("../images/youshi.png") no-repeat center;
}
.scheme .goodness img{
    display: block;
    margin-top: 5px;
    animation:goodness_rotate 20s linear infinite;
}
@-webkit-keyframes goodness_rotate{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
.scheme  .text{
    width: 275px;
    position: absolute;
}
.scheme  .text1{
    left: 112px;
    top: 102px;
}
.scheme  .text h6{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: right;
    margin-bottom: 15px;
}
.scheme  .text2 h6,
.scheme  .text4 h6,
.scheme  .text6 h6{
    text-align: left;
}
.scheme  .text p{
    line-height: 20px;
    color: #999;
}
.scheme  .text2{
    right: 109px;
    top: 102px;
}
.scheme .text3{
    width: 210px;
    left: 121px;
    top: 276px;
}
.scheme  .text4{
    right: 56px;
    top: 268px;
}
.scheme .text5{
    left: 95px;
    top: 431px;
}
.scheme .text6{
    right: 98px;
    top: 431px;
}

.service_con{
    margin-bottom: 50px;
}

.exterior{
    overflow: hidden;
}
.exterior h3{
    font-size: 24px;
    color: #333;
}
.exterior .text{
    width: 580px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 50px;
}
.exterior .img{
    width: 580px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 50px;
}

.exterior .text h5{
    height: 40px;
    margin-top: 40px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    background: url("../images/exterior_line.png") no-repeat left bottom;
}
.exterior .text p{
    height: 120px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
}
.exterior .text_left{
    float: left;
}
.exterior_anima .text_left{
    animation:exterior_left 1s ease-in-out;
}
.exterior .img_right{
    float: right;
}
.exterior_anima .img_right{
    animation:exterior_right 1s ease-in-out;
}
.exterior_anima .text_left_d{
    animation:exterior_left_d 1.5s ease-in-out;
}
.exterior_anima .img_right_d{
    animation:exterior_right_d 1.5s ease-in-out;
}
@-webkit-keyframes exterior_left{
    0%{transform:translateX(-50px);opacity:0;}
    100%{transform:translateX(0);opacity:1;}
}
@-webkit-keyframes exterior_left_d{
    0%{transform:translateX(-50px);opacity:0;}
    50%{transform:translateX(-50px);opacity:0;}
    100%{transform:translateX(0);opacity:1;}
}

@-webkit-keyframes exterior_right{
    0%{transform:translateX(50px);opacity:0;}
    100%{transform:translateX(0);opacity:1;}
}

@-webkit-keyframes exterior_right_d{
    0%{transform:translateX(50px);opacity:0;}
    50%{transform:translateX(50px);opacity:0;}
    100%{transform:translateX(0);opacity:1;}
}
.indoor{
    margin: 100px 0;
    overflow: hidden;
}
.indoor .text{
    width: 390px;
    float: left;
}
.anoma_indoor .text{
    animation:indoor_text 1s ease-in-out;
}
@-webkit-keyframes indoor_text{
    0%{transform:translateY(50px);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}
.indoor .text h3{
    font-size: 24px;
    color: #333;
}
.indoor .text p{
    line-height: 20px;
    color: #333;
    margin-top: 29px;
    font-size: 14px;
}
.indoor .text p span{
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 60px;
}

.indoor .img{
    width: 706px;
    height: 455px;
    float: right;
    overflow: hidden;
}
.anoma_indoor .img{
    animation:indoor_img 1.5s ease-in-out;
}
@-webkit-keyframes indoor_img{
    0%{transform:translateY(50px);opacity:0;}
    50%{transform:translateY(50px);opacity:0;}
    100%{transform:translateY(0px);opacity:1;}
}
.outdoors{
    overflow: hidden;
}
.outdoors .big_img{
    width: 670px;
    height: 440px;
    float: left;
    overflow: hidden;
}
.outdoors .small_img{
    width: 525px;
    float: right;
}
.outdoors .small_img .text{
    padding: 0 95px;
    color: #333;
}
.outdoors .small_img .text h3{
    font-size: 24px;
    margin-bottom: 40px;
}
.outdoors .small_img .text p{
    height: 220px;
    line-height:20px;
    margin-bottom: 18px;
    overflow: hidden;
    font-size: 14px;
}

.point{
    margin: 90px 0;
}
.point h3{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 24px;
}

.point label{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.point ul.text_con{
    width: 900px;
    margin: 70px auto 0;
    overflow: hidden;
}

.point ul.text_con li{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.point ul.text_con li .text{
    width: 280px;
    margin-left: 90px;
    float: left;
}
.point ul.text_con li  .text label{
    display: block;
    text-align: left;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}
.point ul.text_con li  .text p{
    height: 100px;
    line-height: 20px;
    overflow: hidden;
}


.point-anima .li1{
    animation:LI1 1s ease-in-out;
}
@-webkit-keyframes LI1{
    0%{transform:translate(-50px,0);opacity:0;}
    100%{transform:translate(0,0);opacity:1;}
}
.point-anima .li2{
    animation:LI2 1.5s ease-in-out;
}
@-webkit-keyframes LI2{
    0%{transform:translate(50px,0);opacity:0;}
    50%{transform:translate(50px,0);opacity:0;}
    100%{transform:translate(0,0);opacity:1;}
}
.point-anima .li3{
    animation:LI3 2s ease-in-out;
}
@-webkit-keyframes LI3{
    0%{transform:translate(0,50px);opacity:0;}
    50%{transform:translate(0,50px);opacity:0;}
    100%{transform:translate(0,0);opacity:1;}
}
.point-anima .li4{
    animation:LI4 3s ease-in-out;
}
@-webkit-keyframes LI4{
    0%{transform:translate(0,-50px);opacity:0;}
    50%{transform:translate(0,-50px);opacity:0;}
    100%{transform:translate(0,0);opacity:1;}
}
.brand_service h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.brand_service h3 + label{
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    margin-bottom: 40px;
}
.brand_service ul.brand1{
    overflow: hidden;
}
.brand_service ul.brand1 li{
    width: 50%;
    height: 260px;
    float: left;
    overflow: hidden;
}

.brand_service ul.brand1 li .text{
    width: 300px;
    margin: 50px auto;
    padding-left: 80px;
}
.brand_service ul.brand1 li .text strong{
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.brand_service ul.brand1 li .text p{
    height: 120px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
}
.brand_service ul.brand2{
    overflow: hidden;
    margin: 70px 0 100px;
}
.brand_service ul.brand2 li{
    width: 50%;
    height: 310px;
    float: left;
}
.brand1-anima .li1{
    animation:brand_left1 1s ease-in-out;
}
@-webkit-keyframes brand_left1{
    0%{transform:translateX(-50px);opacity:0;}
    100%{transform:translateX(0);opacity:1;}
}
.brand1-anima .li2{
    animation:brand_right1 1.5s ease-in-out;
}
@-webkit-keyframes brand_right1{
    0%{transform:translateX(50px);opacity:0;}
    100%{transform:translateX(0);opacity:1;}
}
.brand1-anima .li3{
    animation:brand_up1 1.5s ease-in-out;
}
@-webkit-keyframes brand_up1{
    0%{transform:translateY(50px);opacity:0;}
    50%{transform:translateY(50px);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}

.brand1-anima .li4{
    animation:brand_up2 2s ease-in-out;
}
@-webkit-keyframes brand_up2{
    0%{transform:translateY(50px);opacity:0;}
    50%{transform:translateY(50px);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}
.brand1-anima .li5{
    animation:brand_up1 2.5s ease-in-out;
}
.brand1-anima .li6{
    animation:brand_up2 3s ease-in-out;
}
.brand1-anima .li7{
    animation:brand_left2 3.5s ease-in-out;
}
@-webkit-keyframes brand_left2{
    0%{transform:translateX(-50px);opacity:0;}
    50%{transform:translateX(-50px);opacity:0;}
    100%{transform:translateX(0);opacity:1;}
}
.brand1-anima .li8{
    animation:brand_right2 4.2s ease-in-out;
}
@-webkit-keyframes brand_right2{
    0%{transform:translateX(50px);opacity:0;}
    50%{transform:translateX(50px);opacity:0;}
    100%{transform:translateX(0);opacity:1;}
}
.brand_service ul.brand2 li .img{
    width: 300px;
    height: 310px;
    overflow: hidden;
    float: left;
}
.brand_service ul.brand2 li .text{
    width: 239px;
    float: left;
    padding: 50px 30px 0;
}
.brand_service ul.brand2 li .text h3{
    font-size: 16px;
    color: #333;
}
.brand_service ul.brand2 li .text p{
    height: 120px;
    line-height: 20px;
    overflow: hidden;
}
.brand2-anima li.li1{
    animation:brand2_down1 1s ease-in-out;
}
@-webkit-keyframes brand2_down1{
    0%{transform:translateY(-50px);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}
.brand2-anima li.li2{
    animation:brand2_down2 1.2s ease-in-out;
}
@-webkit-keyframes brand2_down2{
    0%{transform:translateY(-50px);opacity:0;}
    50%{transform:translateY(-50px);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}
.brand2-anima li.li3{
    animation:brand2_up1 1.8s ease-in-out;
}
@-webkit-keyframes brand2_up1{
    0%{transform:translateY(50px);opacity:0;}
    50%{transform:translateY(50px);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}
.brand2-anima li.li4{
    animation:brand2_up2 2.5s ease-in-out;
}
@-webkit-keyframes brand2_up2{
    0%{transform:translateY(50px);opacity:0;}
    50%{transform:translateY(50px);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}
.relation_con{
    width: 1200px;
    margin: 70px auto 90px;
}
.relation_con .infor{
    overflow: hidden;
}
.relation_con .infor .text{
    width: 390px;
    float: left;
}
.relation_con .infor .text h3{
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    padding: 0 45px;
    background: url("../images/map.jpg") no-repeat left center;
    margin-bottom: 70px;
}
.relation_con .infor .text p{
    font-size: 15px;
    line-height: 28px;
}
.relation_con .infor .img{
    width: 810px;
    height: 535px;
    float: right;
    overflow: hidden;
}
.relation_con .infor .img.daxiao{
    width: 810px;
    height: 535px;
}
.relation_con .need{
    width: 790px;
    margin: 150px auto  100px;
}
.relation_con .need h3{
    font-size: 18px;
    color: #cfa144;
    text-align: center;
    margin-bottom: 20px;
}
.relation_con .need h3+label{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.relation_con .need form{
    margin-top: 60px;
}

.relation_con .need form ul > li{
    width: 40%;
    border: 1px solid #e5e5e5;
    float: left;
    margin-left:40px;
    margin-bottom: 29px;
    padding:15px 0 15px 25px;
    position: relative;
}
.relation_con .need form ul li label{
    display: block;
    max-width: 62px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.relation_con .need form ul li span{
    display: block;
    position: absolute;
    width: 240px;
    height: 24px;
    line-height: 24px;
    top: 60px;
    left: 0;
    overflow: hidden;
}
.relation_con .need form ul li span.on{
    color: red;
}
.relation_con .need form ul li > input{
    width: 240px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    padding-left: 5px;
    border: 0;
    outline: none;
}
.relation_con .need form ul > li.on,
.relation_con .need form ul > li.on input{
    background: #333;
    color: #fff;
}
.relation_con .need form textarea{
    display: block;
    width: 673px;
    height: 145px;
    padding: 25px;
    margin-left: 40px;
    +margin-top: 29px;
    outline: 0;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #999;
}
.relation_con .need form input[type="submit"]{
    display: block;
    width: 183px;
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    background: #cfa144;
    font-size: 24px;
    color: #fff;
    border: none;
    border-radius: 53px;
    margin: 29px auto;
    cursor: pointer;
}
#allmap{
    width:100%;
    height:500px;
}
.course{
    width: 749px;
    overflow: hidden;
    margin: 0 auto 40px;
}
.course ul.year_nav{
    width: 80px;
    float: left;
}
.course ul.year_nav li{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #a3a3a3;
    cursor: pointer;
}
.course ul.year_nav li.on{
    color: #000;
    background: url("../images/jiantou.png") no-repeat right center;
}
.course ul.text{
    width: 499px;
    float: right;
}
.course ul.text li{
    line-height: 20px;
    color: #333;
    padding-left: 70px;
    padding-bottom: 29px;
    position: relative;
    background: url("../images/gray_line.png") repeat-y 9px;
    overflow: hidden;
}
.course ul.text li:last-child{
    background: none;
}
.course ul.text li i{
    display: block;
    width: 18px;
    height: 20px;
    background: url("../images/dian.png") no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
}
.course ul.text li:first-child i{
    background: url("../images/dian_on.jpg") no-repeat center top;
}
.course ul.text li label{
    display: block;
    color: #b2b2b2;
    margin-top: 12px;
}
.car_service{
    width: 730px;
    margin: 0 auto 235px;
}
.car_service>li{
    overflow: hidden;
    color: #333;
    margin-bottom: 50px;
}
.car_service>li h4{
    width: 180px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 20px;
    padding-left: 70px;
    overflow: hidden;
}
.car_service>li p{
    width: 430px;
    line-height: 20px;
    float: right;
}
.car_service>li p >strong{
    font-size: 14px;
}
.car_service>li p >span{
    display: block;
    padding-left: 115px;
    color: #999;
}
.car_service>li p>em{
    font-style: normal;
    font-weight: bold;
}