/* 公共 ----------------------------------------------------- */
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}
body{color: #666;background-color: #fff;font-family: "微软雅黑";min-width:320px;max-width: 1920px;margin: 0 auto;}
img{max-width: 100%;}
a img{-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;}
input[type="button"],
input[type="submit"]{cursor: pointer;}
button{cursor: pointer;}
a:hover img{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
input[type="button"],input[type="submit"],input[type="reset"],button{
    -webkit-appearance: none;
}
a{
    color: #c3c3c3;
}
a:hover{
    color: #b26d1f;
}

.d-ul-txt .d-con,.d-con h2 a:hover,.btn a.ul-txt2 li:hover,.ul-txt h2 a,.ul-txt2 li:hover .txt p,
.ul-txt2 li:hover .d01 span,.ul-txt2 .li-con{
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

/* 通用模块 -------------------------------------------------- */
.inner-body{
    background: #fffcf7;
}
/* 布局 */
.wp,.wp7{ width:1440px; margin:0 auto;}
.wp2{
	width: 1200px;
	margin: 0 auto;
}
.wp3{
    width:920px;
    margin:0 auto;
}
.wp4{
	width: 1630px;
	margin: 0 auto;
}
.wp5{
    width:796px;
    margin:0 auto;
}



/*头部*/
.header{
	height: 78px;
	line-height: 78px;
	background: #313131;
	border-bottom: 3px solid #d98214;
}
.logo,.nav{
	float: left;
}
.language{
	float: right;
	font-size: 12px;
    margin-right: 2px;
}
.logo{
	padding-top: 10px;
    height: 58px;
    
}
.nav{
	padding-left: 55px;
}
.nav li{
	cursor: pointer;
	float: left;
	margin-right: 47px;
	position: relative;
}
.nav li:nth-child(4) .nav-content{
    width: 193px;
    left: -65px;
}

.nav .a1{
	font-size: 16px;
}
.nav li:hover .a1,.nav .on .a1{
	color: #b26d1f;
}
.language a{
	color: #999999;
}
.language .on{
	color: #d09806;
}
.nav-content{
	width: 160px;
	background: #d98214;
	position: absolute;
	left: -50px;
	top: 78px;
	z-index: 10;
}
.nav-content dd{
	margin: 0 10px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #d0d0d0;
	text-align: center;
}
.nav-content .last{
	border: none;
}
.nav-content dd:last-child{
	border: none;
}
.nav-content dd a{
	font-size: 14px;
	color: #d0d0d0;
}
.nav-content dd a:hover{
	color: #fff;
}
/*手机导航*/
.menu-m{
    position: fixed;
    right:20px;
    top:10px;
    z-index: 999;
    display: none;
    width: 26px;
    height: 40px;
    background: url(../images/main-.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

/*.menu-m em{
    position: relative;
    display: block;
    width: 30px;height: 4px;margin:4px 0;background:#b26d1f;
    -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
    transition:.8s;
}
.menu-m.ok .em1{
    top:10px;
    transform:rotate(40deg);
    -ms-transform:rotate(40deg);
    -moz-transform:rotate(40deg);
    -webkit-transform:rotate(40deg);
    -o-transform:rotate(40deg);
}
.menu-m.ok .em2{
    opacity: 0;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
}
.menu-m.ok .em3{
    top:-7px;
    transform:rotate(-40deg);
    -ms-transform:rotate(-40deg);
    -moz-transform:rotate(-40deg);
    -webkit-transform:rotate(-40deg);
    -o-transform:rotate(-40deg);
}*/
.mo-nav{
    display: none;
    width: 100%;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 9999;

}
.mo-nav-e1{
	top: 117px;
}
.mo-nav a{
    color: #b26d1f;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    background-color: #fff;
    border-bottom:1px dotted #b26d1f;
}
.mo-nav .language-e1 a{
	float: left;
	width: 49.93%;
}
.mo-nav .language-e1 .first{
	border-right: 1px solid #b26d1f;
}
.mo-nav .language-e1 .on{
	background: #b26d1f;
	color: #fff; 
}
/*底部*/
.footer{
	clear: both;
	background: #656565;
}
.fd-nav{
	overflow: hidden;
	padding-top: 42px;
	border-bottom: 1px solid #848484;
}
.fd-nav .focus{
	float: right;
	width: 163px;
	height: 163px;
	overflow: hidden;
}
.fd-nav dl{
	float: left;
	margin-right: 140px;
}
.fd-nav dt{
	padding-left: 20px;
	height: 49px;
	background: url(../images/icon-right.png) no-repeat 3px 5px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.fd-nav dd{
	height: 35px;
	font-size: 15px;
}
.fd-nav .person{
	margin-right:89px; 
}
.fd-nav .contact{
	margin-right: 0;
}
.fd-nav .contact dd{
	color: #bebebe;
	font-size: 13px;
}
.fd-copy{
	height: 51px;
	line-height: 51px;
	font-size: 15px;
	color: #bcbcbc;
}
.fd-copy span a{
font-size: 15px;
color: #bcbcbc;
}
.fd-copy span{
	float: right;
}
/*首页*/

.main-e1{
	height: 970px;
	background: url(../images/main-bg.jpg) no-repeat center ;
}
.main-e1 .wp{
	height: 889px;
}
.main-e1 .tit{
	padding-top: 218px;
	width: 36%;
	float: left;
}
.main-e1 .develop{
	padding-top: 66px;
	margin-left: 432px;
	width: 68%;
}
.main-e1 .develop .ul-develop{
	padding-top: 75.37%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ul-develop li a{
	display: block;
}
.ul-develop .one a{
	width: 288px;
	height: 288px;
	background: url(../images/develop-e1.png) no-repeat center;
	position: absolute;
	top: 407px;
	left: 18px;
}
.ul-develop .one:hover a{
	background-image: url(../images/pic-e1.png);
}
.ul-develop .two a{
	width: 189px;
	height: 189px;
	background: url(../images/develop-e2.png) no-repeat center;
	position: absolute;
	top: 17px;
	left: 227px;
}
.ul-develop .two:hover a{
	background-image: url(../images/pic-e2.png);
}
.ul-develop .three a{
	width: 196px;
	height: 196px;
	background: url(../images/develop-e3.png) no-repeat center;
	position: absolute;
	top: 320px;
	left: 386px;
}
.ul-develop .three:hover a{
	background-image: url(../images/pic-e3.png);
}
.ul-develop .four a{
	width: 157px;
	height: 157px;
	background: url(../images/develop-e4.png) no-repeat center;
	position: absolute;
	top: 110px;
	left: 556px;
}
.ul-develop .four:hover a{
	background-image: url(../images/pic-e4.png);
}
.ul-develop .five a{
	width: 288px;
	height: 288px;
	background: url(../images/develop-e5.png) no-repeat center;
	position: absolute;
	top: 300px;
	left: 700px;
}
.main-e1 .link{
	position: absolute;
	bottom: 100px;
	right: 54px;
	width: 40.2%;
}
.main-e1 .link a{
	display: block;
	padding-top: 13.5%;
}
.main-e1 .link a:hover{opacity:.6;}
.main-e1 .title{
	display: none;
	width: inherit;
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -259px;
	z-index: 10;
}

.main-e1 .link-e1{
	display: none;
	position: absolute;
	top: 534px;
	left: 50%;
	margin-left: -365px;
	z-index: 10;
}
.main-e1 .fd-copyright{
	display: none;
	background: #656565;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 70px;
}
.main-e1 .fd-copyright p{
	line-height: 30px;
	font-size: 16px;
	color: #bcbcbc;
	text-align: center;
}
.nav-total .logo{
    line-height: 43px;
}
.nav-total{
	height: 78px;
	line-height: 78px;
	background: url(../images/nav_bg.png) no-repeat center;
	border-top: 3px solid #d98214;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
}
.nav-total .nav{
	padding-left: 105px;
}
.nav-total .nav li{
	margin-right: 63px;
}
.nav-total .nav-content{
	position: absolute;
	left: -50px;
	top: inherit;
	bottom: 78px;
	z-index: 100;
}
.link-pa{position: absolute;right: 0;bottom: 0;width: 64%;height: 14%;display: block;}
.link-box{position: relative;}

/*首页7-26修改*/
.main-e2 .wp{
    height: 880px;
}
.main-e2 .tit{
    margin-left: 123px;
    padding-top: 290px;
    width: 27.36%;
}
.main-e2 .link{
    bottom: 167px;
    right: 137px;
    width: 34.58%;
}
.main-e2 .link a{
    padding-top: 14.06%;
}
.main-e2 .develop{
    padding-top: 108px;
    margin-left: 490px;
    width: 57.7%;
}
.main-e2 .develop .ul-develop{
    padding-top: 73.04%;
}
.ul-develop-e1 .one a{
    width: 246px;
    height: 246px;
    background-image: url(../images/develop-e2-01.png);
    top: 346px;
    left: 14px;
}
.ul-develop-e1 .one:hover a{
    background-image: url(../images/pic-e1-01.png);
}
.ul-develop-e1 .two a{
    width: 162px;
    height: 162px;
    background-image: url(../images/develop-e2-02.png);
    top: 15px;
    left: 192px;
}
.ul-develop-e1 .two:hover a{
    background-image: url(../images/pic-e1-02.png);
}
.ul-develop-e1 .three a{
    width: 168px;
    height: 167px;
    background-image: url(../images/develop-e2-03.png);
    top: 273px;
    left: 328px;
}
.ul-develop-e1 .three:hover a{
    background-image: url(../images/pic-e1-03.png);
}
.ul-develop-e1 .four a{
    width: 134px;
    height: 135px;
    background-image: url(../images/develop-e2-04.png);
    top: 94px;
    left: 474px;
}
.ul-develop-e1 .four:hover a{
    background-image: url(../images/pic-e1-04.png);
}
.ul-develop-e1 .five a{
    width: 288px;
    height: 288px;
    background-image: url(../images/develop-e2-05.png);
    top: 240px;
    left: 570px;
}
.nav-total-e1 .nav{
    padding-left: 70px;
}
.nav-total-e1 .nav li{
    margin-right: 63px;
}
.nav-total-e1 .nav .last{
    margin-right: 34px;
}
.nav-total-e1 .nav .a1{
    font-size: 15px;
}
    
/*内页banner*/
.inner-ban img{
    border:0;
    padding: 4px;
    box-shadow: 0 0 4px 4px #ddd;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 24px;
    margin-top: 14px; 
}
/*产品展示列表*/
.tabs{
    overflow: hidden; 
}
.tabs-txt{
    margin-bottom: 80px;   
}
/*tab选项卡切换*/
.tabs-list{overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 2px solid #d98214;
}
.tabs-list li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.tabs-list li a{
    font-size: 16px;
    color: #666;
}
.tabs-list .on a{
    color: #d98214;
}
.tabs-pic{
    padding:0 75px;
}
.tabs-pic ul{
    overflow: hidden;
    padding-top: 50px;
}
.tabs-pic li{
    margin-bottom: 35px;
    float: left;
}
.tabs-con{
    padding: 10px;
    margin: 0 15px;
    box-shadow: 0 0 2px 2px #ddd;
}
.tabs-con .img{
    overflow: hidden;
    position: relative;
    padding-top: 107%; 
    overflow: hidden;
    background: #fff;
}
.tabs-con .img img{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tabs-con p{
    padding-top: 10px;
    text-align: center;
}
.tabs-con p a{
    color: #666;
    text-align: center;
}
.tabs-con .on a,.tabs-pic li:hover p a{
    color: #D98316;
}
/*页码*/
.pages{
    overflow: hidden;
    width: 400px;
    margin: 0 auto;
}
.pages li{
 float: left;
}
.pages li a{
    font-size: 18px;
    font-family: Arial;
}
.pages li a:hover,.pages .on a{
    color: #fff;
    cursor: pointer;
    background-color: #D98316;
}
.pages li a{
    display: inline-block;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    color: #5D5D5D;
    text-align: center;
    line-height: 50px;
    background-color: #F3F3F3;
}
.pages .prev{
    float: left;
    background:#F3F3F3 url(../images/ico-a1.png) no-repeat center;
}
.pages .next{
    float: left;
    background:#F3F3F3 url(../images/ico-a2.png) no-repeat center;;
 
}
/*明辉大秦-相关企业-列表*/
.tabs-txt1{
    margin-bottom: 40px;
    overflow: hidden; 
}
.d-ul-txt{
    margin-top: 73px;
 
}
.d-ul-txt li{
    margin-bottom: 22px;
}
.d-con{
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
}
.d-ul-txt .d-con:hover{
    cursor: pointer;
    box-shadow: 0 0 6px 6px #ddd;
}

.d-con .img{
    float: left;
    margin-right: 30px;
    width: 390px;
    height: 312px;
    overflow: hidden;
}
.d-con .txt h2{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:nowrap;
    padding-top: 40px;
    padding-bottom: 36px;
}
.d-con .txt h2 a{
    color: #333;
    font-size: 20px;
}
.d-con .txt h2 a:hover{
    color: #d98214;
}
.d-con .txt p{
    text-align: justify;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.btn{
    padding-top: 40px;
}
.btn a{
    display: inline-block;
    width: 148px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #d98214;
    margin-right: 7px;
    border:2px solid #d98214;
    border-radius: 5px;
    background: #fff;
}
.btn .on,.btn a:hover{
    color: #fff;
    background: #d98214;
}
.last .btn{
    padding-top: 68px;
}
/*资讯-列表*/
.tabs-txt3{
    overflow: hidden;
}
.ul-txt2{
    padding-top: 46px;
}
.ul-txt2 li{
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
    /*background: #d98214;*/
}
.ul-txt2 .li-con{
    padding: 24px 0 24px 24px;
    overflow: hidden;
}
.ul-txt2 .li-con:hover{  
    background: #D98214;
}
.ul-txt2 .li-con:hover h2 a,.ul-txt2 .li-con:hover .txt p,.ul-txt2 .li-con:hover .d01 span{
    color: #fff;
}

.ul-txt2 .li-con .img{
    margin-right: 30px;
    float: left;
    
}
.ul-txt2 .li-con .img img{
    width: 192px;
    height: 192px;
    overflow: hidden;
}
.ul-txt2 .li-con .txt{
    overflow: hidden;
    padding-right: 26px;
}
.ul-txt2 h2{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:nowrap;
    padding-top: 22px;
    padding-bottom: 24px;
}
.ul-txt2 h2 a{
    color: #333;
    font-size: 20px;
}
.ul-txt2 .txt p{
    color: #666;
    line-height: 28px;
    font-size: 16px;
}
.ul-txt2 .d01{
    height: 32px;
    line-height: 32px;
    margin-top: 28px;
}
.ul-txt2 .d01 span{
    float: left;
    font-size: 14px;
    font-family: Arial;
    color: #999;
} 
.ul-txt2 .d01 a{
    float: right;
    display: inline-block;
    width: 102px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    color: #fff;
    background: #d98214;
}
.ul-txt2 li:hover .d01 a{
    color: #d98214;
    background: #fff;
}
.zixun-pages a{
    color: #999;
    border-radius: 5px;
}
.zixun-pages .prev{
    background:#f3f3f3 url(../images/a2-ico1.png) no-repeat center;
}

.zixun-pages .next{
    background:#f3f3f3 url(../images/a2-ico2.png) no-repeat center;
}
.zixun-pages .on1{
    background-color:#D98316;
}
/*明辉大秦-发展历程*/
.tabs-txt4{
    overflow:hidden; 
    margin-bottom: 80px;
}
.fazhan ul{
    padding-top: 1px;
    margin-top:104px;
    background: url(../images/fazhan-line.png) repeat-y 160px;
}
.fazhan ul li{
    margin-top:-10px;
    overflow: hidden;
    color: #d98214;

}
.fazhan .year{

    padding-left: 88px;
    font-family: Arial;
    font-size: 24px;
    
}
.fazhan .year img{
   vertical-align: middle;
}
.fazhan .year span{
    margin-left: 23px;
    font-size: 30px;
}

.fazhan .txt{
    background: url(../images/ju-spot.png) no-repeat 151px;
    font-size: 16px;
}

.fazhan .year img{
   vertical-align: middle;
}
.fazhan .txt{
    margin-top: 47px;
    margin-bottom: 85px;
    padding-left: 230px;
    height: 107px;
}
.fazhan .txt .t1{
    position: relative;
    padding: 0 30px;
    background-color: #efefef;
    border-radius: 3px;

}
.fazhan .txt .t1 i{
    position: absolute;
    background: url(../images/jz-list1.png) no-repeat left top;
    top: 50%;
    margin-top: -13px;
    left: -12px;
    display: block;
    width: 12px;
    height: 24px;
}

.fazhan .txt p{
    font-size: 17px;
    line-height: 54px;
    color: #666;
}
.fazhan .txt p:nth-child(1){
    border-bottom:1px dashed #ddd;
    color: #333;
}



















/*刘佳欣*/

    /*产品导航样式*/
    .product-title {
        margin-top:62px;
        margin-bottom:40px;
        font-size: 30px;
        color:#d98214;
    }
    .ul-product-nav{
        overflow: hidden;
        border-radius: 6px;
        padding:0 7px;
        background: #d98214;
        width:100%;
    }
    .ul-product-nav li{
        float:left;
        height: 40px;
        line-height: 40px;
        width:25%;
        font-size: 15px;
        text-align: center;
    }
    .ul-product-nav li a{
         color:#ffffff;
         display: block;
         width:100%;
         height: 100%;
    }
    .ul-product-nav .s1{background:url(../images/product-nav_ico_01.png) no-repeat 62px center;}
    .ul-product-nav .s2{background: url(../images/product-nav_ico_02.png) no-repeat 62px center;}
    .ul-product-nav .s3{background: url(../images/product-nav_ico_03.png) no-repeat 55px center;}
    .ul-product-nav .s4{background: url(../images/product-nav_ico_04.png) no-repeat 61px center;}
    .ul-product-nav li:hover{background-color: #c87000;}
    



    /*产品介绍*/
    .introduce {
        margin-bottom: 60px;
    }
    .introduce h5{
        font-size: 20px;
        color:#d98214;
        padding-top:41px;
    }
    .introduce p{
        font-size: 17px;
        color:#333333;
        line-height: 30px;
    }
    .top-txt p{
        font-size: 24px;
        line-height: 35px;
    }
    .top-txt{
        margin-top:42px;
    }
    .introduce .connection{
        margin-top:42px;
    }






    
        /*产品手册*/
    
    
    .handbook{
        margin-bottom: 20px;
    }
    .slider-for{

        position: relative;
    }
    .slider-for .slick-list {overflow: hidden !important;}
    .slider-for .item .img{
        padding-top: 58%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    
    .slider-for .slick-prev{position: absolute;
           top:50%;
           margin-top: -63px;
           left:-150px;
           display: block;
           width: 66px;
           height: 127px;
           z-index: 999;
           background: url(../images/prev.png) no-repeat left top;
           text-indent: -99999px;
           border:none;
    }
    
    .slider-for .slick-next{
        position: absolute;
       top:50%;
      margin-top: -63px;
       right:-150px;
       display: block;
       width: 66px;
       height: 127px;
       background: url(../images/next.png) no-repeat left top;
       text-indent: -99999px;
       border:none;
    }
    .slider-for .slick-prev:hover{
        background-image: url(../images/prev-h.png);
    }
    .slider-for .slick-next:hover{
        background-image: url(../images/next-h.png);
    }
    .slider-nav{
        position: relative;
    }
    .slider-nav .j-item .img{
        padding-top: 58%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .slider-nav .slick-list{
        overflow: hidden !important;
        padding-top: 8px;
    }
    .slider-nav .slick-prev{
        position: absolute;
           top:50%;
           margin-top: -17px;
           left:0px;
           width: 23px;
           height:40px;
           z-index: 999px;
           background: url(../images/prev-x.png) no-repeat left top;
           border:none;
           text-indent: -99999px;
           -webkit-background-size: 23px 40px;
              -moz-background-size: 23px 40px;
                -o-background-size: 23px 40px;
                   background-size: 23px 40px;
            background-repeat: no-repeat;
    }
    .slider-nav .slick-next{
        position: absolute;
        display: block;
       top:50%;
       margin-top: -17px;
       right:0px;
       display: block;
       width: 23px;
        height:40px;
       background: url(../images/next-x.png) no-repeat left top;
       text-indent: -99999px;
       border:none;
       -webkit-background-size: 23px 40px;
          -moz-background-size: 23px 40px;
            -o-background-size: 23px 40px;
               background-size: 23px 40px;
        background-repeat: no-repeat;
    }
    .slider-nav .slick-prev:hover{
        background-image: url(../images/prev-x-h.png);
    }
    .slider-nav .slick-next:hover{
        background-image: url(../images/next-x-h.png);
    }
    .slider-nav{

        padding:0 55px 0;
    }
    .slider-nav .j-item{
        position: relative;

        margin:0 9px;
        border:4px solid #fffbf3;
    }
    .slider-nav  .on{
        border:4px solid #d98214;
        border-radius: 5px;
    }
    .slider-nav  .slick-slide:hover{
        border:4px solid #d98214;
        border-radius: 5px;
    }
    .slider-nav .on:before{
        content: "";
        position: absolute;
        width: 14px;
        height: 8px;
        top: -11px;
        left: 50%;
        margin-left: -11px;
        z-index: 9;
        background: url(../images/slider-nav-ico.png) no-repeat left top;
    }
    .slider-nav .slick-slide:hover:before{
        content: "";
        position: absolute;
        width: 14px;
        height: 8px;
        top: -11px;
        left: 50%;
        margin-left: -11px;
        z-index: 9;
        background: url(../images/slider-nav-ico.png) no-repeat left top;
    }
    .slick-list{overflow: visible !important;}
    .slider-txt{
        padding-top: 18px;
        height: 53px;
        font-size: 17px;
        color: #999;
    }
    .slider-txt i{
        font-style: normal;
        font-size: 25px;
        color: #d98214;
    }

    /*产品视频*/
    .video{
        margin-bottom:94px;
    }
    .dimension{
        padding:33px 48px;
        background: #faf4e8;
        margin-top:58px;
        border-radius: 6px;
    }
    .dimension .play{
        width:823px;
        height:480px;
    }

    /*资料下载*/
    .info-download h5{
        padding:40px 0;
        font-size: 40px;
    }
    /*关于我们*/
    .about{
        margin-top:40px;
        margin-bottom:97px;
       
    }
	.about p{
        font-size: 17px;
        line-height: 40px;
    }
    .about .txt p{
        font-size: 17px;
        line-height: 40px;
    }
    .about .img{
        height: 273px;
    }
    .about .img .img-l{
        float:left;
    }
    .about .img-l img{
        width:525px;
        height:auto;
    }
    .about .img .img-r{
        float:right;
    }
    .about .img-r img{
        width:385px;
        height: auto;
    }
    .about .hot{
        margin-top:40px;
        color:#d98214;
        font-size: 35px;
        padding-left:21px;
        border-left:8px solid #d98214;
    }
    /*人才招聘*/
    .inner-ban2{
        height: 330px;
        background: url(../images/a3-banner.jpg) no-repeat center;
    }
    .recruit{
        margin-top:37px;
    }
    .recruit .ul-txt-list li a{
        width:100%;
        height: 100%;
        display: block;
    }
    /*列表页可共用*/
    .ul-txt-list li{
        height: 43px;
        line-height: 43px;
        border-bottom:1px dashed #d8d8d8;
        padding-left:30px;
        background: url(../images/recruit-ico.png) no-repeat 0 center;
    }
    .ul-txt-list li h5{
        float:left;
    }
     .ul-txt-list span{
        float:right;
    }
     .ul-txt-list a{
        color:#666666;
    }
     .ul-txt-list a:hover{
        color:#d98214;
    }
    .ul-page{
        height: 136px;
        text-align: center;
    }
    .ul-page ul{
        margin-top:39px;
        display: inline-block;
    }
    .ul-page li{
        float:left;
        margin-right:9px;
    }

    .ul-page a{
        text-align: center;
        display:block;
        font-size: 16px;
        height:34px;
        width:34px;
        line-height: 34px;
        color:#999999;
        background: #ffffff;
        border-radius: 5px;
    }
    .ul-page a:hover{
        background:#d98214;
        color:#ffffff;
    }
    .ul-page .on a{
        background:#d98214;
        color:#ffffff;
    }

    /*投资关系*/
    .invest{
        margin-top:37px;
    }
    .download,.preview{
        float:right;
        padding-left:40px;
        margin-left:20px;
        font-size: 12px;
    }
    .download{
        background: url(../images/download.png) no-repeat 15px center;
    }
    .download:hover{
        background: url(../images/download_on.png) no-repeat 15px center;
    }
    .preview{
        background: url(../images/preview.png) no-repeat 15px center;
    }
    .preview:hover{
        background: url(../images/preview_on.png) no-repeat 15px center;
    }

    /*资讯详情*/

    .details .title {
        text-align: center;
        font-size:25px;
        color:#d98214;
		margin-top:25px;
    }
    .details .title p{
        margin-top:10px;
        font-size: 14px;
    }
    .details .txt{
        line-height: 40px;
        color:#666666;
        font-size: 16px;
    }
    .details .img{
        overflow: hidden;
    }
 
    .details .re{
        margin-top:20px;
    }
    .details .re a{
        display: block;
        color:#ffffff;
        text-align: center;
        width:132px;
        line-height: 44px;
        height: 44px;
        background: #d98214;
        font-size: 14px;
    }
    .details-page{
        padding-top:45px;
        padding-bottom:56px;
    }
    .details-page li{
        height: 44px;
        line-height: 44px;
        padding:0 17px;
    }
    .details-page li h3{
        font-size: 17px;
        float:left;
    }
    .details-page li h4{

        width:200px;/*对宽度的定义,根据情况修改*/
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left:15px;
        font-size: 15px;
        float:left;
    }
    .details-page span{
        float:right;
    }
    .details-page a{
        color:#666666;
    }
    .details-page a:hover{
        color:#d98214;
    }


