
.banner {
    height:550px;
    width:100%;
    margin-top:80px;
    position:relative;
    top:0;
    left:0;
}
/* flexslider */
.flexslider{position:relative;height:550px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:550px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%;margin-top:-40px;}
.flex-direction-nav li a{display:block;width:50px;height:80px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}
/* flexslider end */
.banner_container {
width:1200px;
position:absolute;
left:50%;
margin-left:-600px;
z-index:998;
top:0;

}
.banner_text {
width:430px;
height:100px;
position:absolute;
z-index:999;
top:200px;
left:50px;


}
        .banner_text_left em,.banner_text_right  em {
        font-size:56px;
        font-style:italic;
        }
.banner_text_left,.banner_text_right {
    color:#fff;
    font-size:36px;
    font-weight:bold;
    font-style:italic;
float:left;
margin-right:25px;
text-shadow:1px 1px 3px #c79f62;
}
.banner_text_english {
font-size:20px;
color:#fff;
float:right;
font-style:italic;
text-shadow:1px 1px 3px #c79f62;
}

.service {
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:30px;
}
.service_container {
width:1200px;margin:0 auto;}
.title1{
    font-size: 20px;
    color: rgb(14, 15, 33);
    font-weight: bold;
    font-family: "微软雅黑";
    text-align: center;
    padding-top: 30px;
}
 .title2{
position:relative;
height:20px;
margin-bottom:10px;
border-bottom:1px solid #A0A0A7;
width:500px;
left:50%;
margin-left:-250px;
}
 .title2 span {
    position:absolute;
    top:10px;
    background:#fff;
   left:76px;
   padding:0 5px;
    }
.title3 {
text-align:center;
width:900px;
margin:20px auto;
line-height:20px;
}

.service_item {
	text-align:center;
	width:100%;
	padding: 30px;
	padding-left: 15%;
}
    .service_item ul li {
    width:18%;
    float:left;
	text-align:center;
    cursor:pointer;

    }
    .service_item ul li:hover {
        background:#c79f62;
        color:#fff;
    }
        .service_item ul li img {
        display:block;
        width:80px;
        margin:10px auto;
        }
        .service_item ul li p {
        height:30px;
        line-height:30px;
        text-align:center;
        font-size:14px;

        }

.index_about {
    height:auto;overflow:hidden;
}
.index_about_container {
width:1200px;
margin:0 auto;
}
.index_about_tab_btn{
    height:auto;
    overflow:hidden;
}
    .index_about_tab_btn ul {
    width:255px;
    padding-left:5px;
    margin:10px auto;
    }
.index_about_tab_btn ul li{
    width:120px;
    height:35px;
    float:left;
    margin-right:5px;
}
    .index_about_tab_btn ul li .tab_btn1 {
    width:120px;
    height:35px;
    line-height:35px;
    display:block;
    color:#fff;
    background:#c79f62;
    text-align:center;
    
    }
        .index_about_tab_btn ul li .tab_btn1:hover {
       /* background:#FF8201; */
		}
        .index_about_tab_btn ul li .tab_btn2 {
    width:120px;
    height:35px;
    line-height:35px;
    display:block;
    color:#fff;
    /* background:#FF8201; */
    text-align:center;
    
    }
            .index_about_tab_btn ul li .tab_btn2:hover {
                 background:#c79f62;
            }
.index_about_text {
width:100%;
margin:30px 0;
height:465px; background:url(../images/index_about_bg.png) repeat-x;
}
.index_about_text_left {
    padding:70px 0px 70px 0;
    height:325px;
    width:630px;
    float:left;
    position:relative;
}
.index_about_text_left h2 {
    color:#fff;
    font-size:18px;
    font-weight:bold;
    letter-spacing:2px;
}
    .index_about_text_left h3 {
        color:#fff;
        font-size:12px;
        padding:10px 0 5px;
    }
    .index_about_text_left p {
    line-height:30px;
    color:#fff;
    }
    .index_about_text_left a {
    border:1px solid #fff;
    color:#fff;
    position:absolute;
    bottom:70px;
    width:85px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:2px;
    left:0;
    }

.index_about_text_right {
    float:left;
width:540px;
padding-left:30px;
-webkit-transition: all .5s linear 0s;
        -moz-transition: all .5s linear 0s;
        -ms-transition: all .5s linear 0s;
        -o-transition: all .5s linear 0s;
        transition: all .5s linear 0s;
}
    .index_about_text_right:hover {
        padding-left:20px;
         -webkit-transition: all .5s linear 0s;
        -moz-transition: all .5s linear 0s;
        -ms-transition: all .5s linear 0s;
        -o-transition: all .5s linear 0s;
        transition: all .5s linear 0s;
    }
.index_about_text_right img {
width:540px;
height:465px;
box-shadow:5px 5px 1px #4c4b4b;
}

.index_news {
    margin-top:30PX;
width:100%;
height:600px;
 border-top:1px solid #e5e5e5;
}
.index_news_container {
width:1200px;
margin:0 auto;
}
.index_news .title2 span{
   width:115px;
   left:50%;
   margin-left:-57px;
   text-align:center;

}
.index_news_left {
width:450px;
height:270px;
/* box-shadow:0 0 5px #ccc; */
margin-top:30px;
float:left;
margin-right:50px;
}
.index_news_right {
    margin-top:15px;
    width:690px;
    float:left;

    height:auto;
    overflow:hidden;
}
    .index_news_right ul li {
    padding:17px 0;
    border-bottom:1px dashed #A0A0A7;
    height:auto;
    overflow:hidden;
    }
    .index_news_right .index_news_right_box {
    width:100%;}
    .index_news_right .index_news_right_date {
    background:#c79f62;
    width:60px;
    height:60px;
    float:left;
    margin-left:50px;
    }
        .index_news_right .index_news_right_date span {
        width:60px;
        color:#fff;
        display:block;
        height:24px;
        line-height:24px;
        border-bottom:1px solid #fff;
        text-align:center;
        }
        .index_news_right .index_news_right_date em {
        display:block;width:60px;
        height:35px;
        line-height:35px;
        color:#fff;
        font-size:25px;

        text-align:center;
        }
.index_news_right_content {
width:530px;
float:right;
}
    .index_news_right_content  dt a {
    color:#c79f62;
    font-size:14px;
    }
    .index_news_right_content  dd {
    font-size:13px;
    color:#666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; 
margin-top:3px;
    }


    /*轮播图特效*/

.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}
.hiSlider-title  img{
    width: 450px;
    height: 270px;
}

.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    /*background:  url(../images/hislider-arrow.png) no-repeat;*/
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{
    left: 10px;
}
.hiSlider-btn-next{
    right: 10px;
    background-position: -30px 0;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 0;
    width: 100%;
    padding: 0px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma"
}
.hiSlider-pages{
    bottom: 10px;
    right: 10px;
    text-align: right;
}
.hiSlider-pages a{
    height: 10px;
    width: 10px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;

    background: #ddd;
}
.hiSlider-pages a.active{
    background: #c79f62;
}



.index_link {
width:100%;
height:auto;
overflow:hidden;

}
    .index_link dl {
    width:1200px;
    height:20px;
    padding:15px 0;
     border-top:1px solid #e5e5e5;
    margin:0 auto;
    }
        .index_link dl dt {
            height:20px;
    line-height:20px;
        float:left;
        font-size:15px;
        font-weight:bold;
        color:#c79f62;
        
        }
            .index_link dl dt span {
            height:20px;background:#c79f62;
            width:3px;display:block;float:left;
            margin-right:10px;
            }
        .index_link dl dd {
        float:left;
        height:20px;
    line-height:20px;
    font-size:15px;
    margin-left:20px;
        }

