@charset "utf-8";
/* CSS Document */

body{background:url(../img/details_bg.jpg) ;}
/*头部代码*/
.hender_bg{width: 100%;height: 102px;}
.hender{ width: 1200px; margin: 0 auto; position: relative;}
.logo{ position: fixed; top: 48px; left:360px;z-index: 999998;}
.language{ position: fixed; top: 48px;right: 21.875%;z-index: 999999;}
.menu{ position: fixed;top: 48px; right:18.75%;z-index: 999997;}
.menu ul{ margin-top: 24px;position: relative;z-index: 2;}
.menu ul li{ line-height: 42px; text-align:center;}
.menu ul li a{ color: #a57c00; font-size: 22px; display: block;}
.menu ul li a:hover{color: #fff;}
/*主体代码*/
section{width:1200px; margin:0 auto; padding-bottom:85px;margin-top: 100px;}
.project_name{position:relative; height:23px;}
.to_back{position:absolute; right:0; height:23px; top:0;}
.project_name p{color:#a57c00; line-height:23px;}
.project_details{margin-top:25px;}
.project_box{margin:22px 0 40px 0; width:1200px; overflow:hidden; position:relative;}
.project_box ul li{width:175px; padding-right:25px; cursor:pointer;}
.project_left,.project_right{width:20px; height:130px; border:none; cursor:pointer; display:none;}
.project_box:hover .project_left,.project_box:hover .project_right{display:block;}
.project_hide{position:relative;}
.project_hide img.active{ border:1px #fff solid;}
.project_left{background:rgba(255,255,255,0.2) url(../img/left.png) no-repeat center; position:absolute; left:0; top:0;}
.project_right{background:rgba(255,255,255,0.2) url(../img/right.png) no-repeat center; position:absolute; right:0; top:0;}

.project_state p {font:14px/30px "微软雅黑"; color:#fff;}
/*其他代码*/
article{}
aside{}
video{}
/*页脚代码*/
footer{ background:#333333; height:92px;}
.footer_content{width:1200px; margin:0 auto; padding-top:45px; line-height:14px; position:relative;}
.share{position:absolute; right:0; top:45px;}
.share li{margin-left:20px;}