/*header*/
.header{
    position: absolute;
    top: 27px;
    z-index: 10;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}
.logo{
    width: 295px;
    height: 81px;
}
.nav{
    width: 750px;
    overflow: hidden;
}
.nav ul{
    margin-right: -48px;
    padding-top: 31px;
}
.nav ul li{
    float: left;
    font-size: 14px;
    color: #fff;
    margin-right: 41px;
}
.nav ul li a{
    color: #fff;
}
.active a{
    color: #d38f2c !important;
}
.nav ul li:hover a{
    color: #d38f2c;
}
/*header end*/
/*项目概览*/
.xmglp{
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding-top: 25px;
}
.xmgl-list{
    margin-top: 60px;
    margin-bottom: 122px;
}
.xmgl-list ul{
    margin-right: -11px;
}
.xmgl-list ul li{
    float: left;
    border: 1px solid #e5e5e5;
    width: 230px;
    height: 270px;
    border-bottom: 1px solid #d28f2c;
    text-align: center;
    margin-right: 9px;
}
.xmgl-img{
    height: 93px;
    margin-top: 50px;
    line-height: 93px;
    margin-bottom: 54px;
}
.xmgl-h3{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.xmgl-p{
    text-transform:uppercase;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.xmgl-img 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;
}
.xmgl-list ul li:hover .xmgl-img img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
/*项目概览 end*/
/*案例展示*/
.anlist{

}
.nalista{
    text-align: center;
    margin-top: 25px;
}
.nalista a{
    padding: 8px 20px;
    margin: 0 20px;
}
.nalista a:hover{
    background: #d28f2c;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.nactive{
    background: #d28f2c;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#gallery{
    margin-top: 57px;
}
/* isotope */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* isotope end*/
.item{
    width: 33.3%;
    float: left;
    height: 400px;
    overflow: hidden;
}
.item img{
    width: 100%;
    height: 400px;
}

.anmore{
    height: 170px;
    line-height: 170px;
    text-align: center;
    background: #d28f2c;
}
.anmore a{
    font-size: 14px;
    color: #ffdea7;
    padding: 17px 55px;
    border: 1px solid #f2be70;
}
/*案例展示 end*/


/*inabout*/
.inabout{
    background: #f5f5f5;
    height: 600px;
    overflow: hidden;
}
.inaleft{
    width: 40%;
}
.inaright{
    width: 60%;
}
.inarh3{
    font-size: 36px;
    color: #111111;
    line-height:60px;
    padding-left: 152px;
    margin-top: 68px;
    padding-right: 408px
}
.ina_line{
    width: 50px;
    height: 3px;
    background: #d28f2c;
    margin-left: 152px;
    margin-top: 42px;
    margin-bottom: 38px;
}
.inarp{
    padding-left: 152px;
    padding-right: 266px;
    font-size: 14px;
    color: #444444;
    line-height: 32px;
}
/*inabout end*/
/*新闻中心*/
.innews{
    margin-top: 32px;
    margin-bottom: 91px;
}
.innews ul{
    margin-right: -16px;
    overflow: hidden;
}
.innews ul li{
    width: 390px;
    float: left;
    margin-right: 14px;
}
.inneli{
    margin-top: 13px;
}
.inneleft{
    width: 60px;
}
.innespan{
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    background: #d28f2c;
    font-size: 30px;
    color: #ffffff;
}
.innespant{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #333;
}
.innright{
    width: 307px;
}
.inneh3{
    font-size: 16px;
    color: #d38f2c;
    font-weight: bold;
    margin-bottom: 6px;
}
.innrp{
    font-size: 14px;
    color: #666666;
    height: 70px;
}
.innrmore{
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
}
.innrjt{
    font-size: 19px;
    font-weight: bold;
    color: #d38f2c;
}
/*新闻中心 end*/
/*联系我们*/
.lxlogo{
    background: #000000;
}
.xlogoli{
    margin-right: -105px;
    padding-top: 34px;
    padding-bottom: 32px;
}
.xlogoli li{
    float: left;
    width: 114px;
    height: 110px;
    text-align: center;
    margin-right: 103px;
}
.ilxwm{
    background: url("../images/lxwbj.png") no-repeat center;
    height: 565px;
}
.lxwmleft{
    width: 750px;
}
.lwmwidt{
    margin-right: -12px;
    overflow: hidden;
    padding-top: 15px;
}
.lwwmdiv{
    width: 370px;
    float: left;
    margin-right: 10px;
    margin-bottom: 17px;
}
.error{
    display: none;
    color: #C03;
    font-size: 12px;
}
.form-control{
    width: 97%;
    border: 1px solid #4d4748;
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #666666;
    height: 34px;
}
.success {
    display: none;
    color: #093;
    background: none;
    margin-bottom: 20px;
}
.insubmit{
    width: 148px;
    height: 38px;
    border: 1px solid #4d4748;
    background: none;
    color: #666666;
}
.lxwmright{
    width: 383px;
}
.lxwmriul li{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    zoom:1;
    overflow: hidden;
    border-bottom: 1px solid #424242;
    padding-top: 15px;
    padding-bottom: 15px;
}
.aicoleft{
    margin-right: 13px;
    width: 28px;
    text-align: center;
}
.aicon{
    vertical-align: middle;
}
/*联系我们 end*/
/*footer*/
.footer{
    background: #111111;
    padding-top: 30px;
    padding-bottom: 26px;
}
.footer p{
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
/*footer end*/
/*子页*/
/*关于我们*/
.zheadet{
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aboutwz{
    padding-top: 21px;
}
.aboutwz li{
    float: left;
    font-size: 14px;
    padding-left: 5px;
}
.aboutwz li a{
    color: #666666;
}
.aboutwz > li + li:before {
    content: '>';
    padding-right: 5px;
    opacity: 1;
}
.abunav{
    height: 44px;
}
.abunav a{
    font-size: 14px;
    color: #666666;
    padding-bottom: 20px;
    margin-right: 50px;
    padding-left: 3px;
    padding-right: 3px;
}
.abunav a:hover{
    color: #daa250;
}
.aactive{
    border-bottom: 3px solid #daa250;
}
.about-content{
    margin-top: 13px;
    padding: 40px 42px;
    margin-bottom: 25px;
}
.about-content p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}
/*关于我们 end*/
/*新闻中心*/
.news{
    margin-top: 13px;
    margin-bottom: 25px;
}
.newsleft{
    width: 850px;
    padding-bottom: 40px;
}
.neswleful{
    width: 807px;
    margin: 0 auto;
}
.neswleful li{
    zoom: 1;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding-top: 23px;
    padding-bottom: 23px;
}
.nesleimg{
    width: 200px;
    height: 130px;
}
.neslep{
    width: 582px;
}
.neslh3{
    font-size: 18px;
    color: #333333;
    line-height: 33px;
}
.neslep{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 75px;
}
.nespspan{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
/*分页*/
.page{
    text-align: center;
}
.page a{
    font-size: 14px;
    color: #999999;
    border: 1px solid #dcdcdc;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 3px;
}
/*分页 end*/

.newsright{
    width: 335px;
}
.newswith{
    width: 295px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.nerh3{
    font-size: 18px;
    color: #333333;
    position: relative;
}
.nesreng{
    color: #999999;
}
.nerspan{
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: 2px;
    right: 0;
}
.newswul li{
    font-size: 16px;
    margin-top: 25px;
}
.newswul li a{
    color: #666666;
}
/*新闻中心 end*/
/*新闻中心内页*/
.newsny{
    width: 807px;
    margin: 0 auto;
}
.newnyh3{
    padding-top: 34px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}
.newnytit{
    font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
}
.newnyspan{
   font-size: 14px;
    color: #999999;
}
.newnyp{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.newnyp p{
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}
.newsup{
    border-top: 1px solid #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nesup{
    width: 50%;
    font-size: 14px;
    color: #999999;
}
.nesdown{
    width: 50%;
    font-size: 14px;
    color: #999999;
    text-align: right;
}
.neactive{
    color: #d38f2c !important;
}
/*新闻中心内页 end*/
/*大记事*/
.about-djs{
    margin-top: 13px;
    padding: 40px 42px;
    margin-bottom: 25px;
}
.abot-time{
    width: 1117px;
    margin: 0 auto;
}
/* timeline */
#timeline {
    width:1117px;
    height: 400px;
    overflow: hidden;
    margin: 40px auto 0 auto;
    position: relative;
    background: url('../images/dot.gif') left 45px repeat-x;
}

#dates {
    width: 800px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 50px;
}

#dates li {
    float: left;
    width: 100px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
    color: #daa250;
}

#dates .selected {
    color: #daa250;
    font-size: 18px;
}

#issues {
    width: 800px;
    height: 350px;
    overflow: hidden;
}

#issues li {
    width:1130px;
    height: 270px;
    float: left;
}

#issues li img {
    float: left;
    margin: 10px 30px 10px 50px;
}

#issues li h1 {
    color: #ffcc00;
    font-size: 36px;
    margin: 29px 0;
    text-shadow: #000 1px 1px 2px;
    text-align: center;
}

#issues li p {
    font-size: 14px;
    margin-right: 55px;
    font-weight: normal;
    line-height: 23px;
    color: #666666;
    height: 184px;
}

#grad_left, #grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0;
}

#grad_left {
    left: 0;
    /*background: url('../images/grad_left.png') repeat-y;*/
}

#grad_right {
    right: 0;
    /*background: url('../images/grad_right.png') repeat-y;*/
}

#next, #prev {
    position: absolute;
    font-size: 70px;
    top: 215px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#next:hover, #prev:hover {
    background-position: 0 -76px;
}

#next {
    right: 0;
    background-image: url('../images/next.png');
}

#prev {
    left: 0;
    background-image: url('../images/prev.png');
}

#next.disabled, #prev.disabled {
    opacity: 0.2;
}
/* timeline end*/
/*大记事 end*/
/*产品*/
.pro{
    margin-top: 13px;
    padding: 40px 42px;
    margin-bottom: 25px;
}
.pro ul{
    margin-right: -50px;
}
.pro ul li{
    float: left;
    width:340px;
    overflow: hidden;
    margin-right: 48px;
    margin-bottom: 15px;
}
.proh3{
    font-size: 18px;
    color: #333;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

/*产品 end*/


/*子页 end*/