/* 
* @Author: zty
* @Date:   2015-10-13 15:48:16
* @Last Modified by:   zty
* @Last Modified time: 2016-08-30 16:56:17
*/
/*初始化*/
html{ width:100%;overflow-x:hidden}
*{ font-family:"微软雅黑"}
body,ul,li,ol,p,h1,h2,h3,h4,h5,h6,form,input,dl,dt,dd{ margin:0; padding:0;}
body{ font-size:14px; font-family:"微软雅黑"; color:#fff; line-height:1.7; overflow-x: hidden; zoom:0.85;}
a{ text-decoration:none; color: #fff;}
input:focus{ outline:none;}
ul{ list-style:none;}
img{ border:none; display: block;}
textarea{ resize:none;}
button:hover{ cursor:pointer;}
.clear{ clear:both; overflow:hidden; height:0;}
.fl{ float:left;}
.fr{ float:right;}
.abs{ position:absolute;}
.rel{ position:relative;}
.content{width: 1440px;margin: 0 auto;}
.em{text-indent: 2em;}
.tac{text-align: center;}
.blod{font-weight: 700;}
/*初始化结束*/

body{
	/*background: #050A1E;*/
	background: url(../images/index_bg.gif) repeat top center;
}


.mp4-bg{
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}
.warper{
	position: relative;
	z-index: 2;
}
.header{
	height: 184px;
	padding-top: 4px;
}
.language{
	width: /*70*/34px;
	height: 26px;
	border: 1px solid #4c4d4c;
	margin-left: 12px;
}
.flag{
	width: 34px;
	height: 26px;
	border-right: 1px solid #4c4d4c;
	position: relative;
}
.flag img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.chose-btn{
	color: #4c4d4c;
	width: 34px;
	line-height: 26px;
	text-align: center;
	display: block;
}
.nav-list>li>a{
	line-height: 1.1;
	width: 7em;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 31px;
	text-align: center;
}
.top-nav .nav-list{
	display: table;
}
.top-nav .nav-list>li{
	display: table-cell;
	width: 135px;
	position: relative;
}
.top-nav .nav-list>li:after{
	content: url(../images/png_03.png);
	position: absolute;
	right: 0;
	top: 0;
}
.top-nav .nav-list>li:last-child:after{
	content: '';
}
.mp3{
	margin-bottom: 30px;
}
.sec-nav{
	position: absolute;
	width: 180px;
	background: rgba(0,0,0,0.3);
	padding: 14px 30px;
	/*top: 140px;*/
	top: 90px;
	left: -50px;
	border-radius: 5px;
	display: none;
	z-index: 10;
}
.sec-nav li{
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	text-align: center;
}
.sec-nav li:after{
	content: url(../images/png_11.png);
	display: block;
	line-height: 2px;
}
.triangle-up{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid rgba(0,0,0,0.3);
	position: absolute;
	left: 88px;
	top: -30px;
}
.banner{
	padding: 5px 0;
	/*background: #000;*/
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.banner img{
	display: block;
	/*width: 100%;*/
	width: 1440px;
}
.right{
	width: 300px;
	background: rgba(0,0,0,0.3);
}
.mt{
	margin-top: 16px;
}
.hot-list li{
	float: left;
	margin-right: 16px;
}
.hot-list li:last-child{
	margin-right: 0;
}
.hot-box{
	background: rgba(0,0,0,0.3);
	width: 360px;
}
.hot-top{
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	border-bottom: 3px solid #ec8912;
	color: #ec8912;
	font-size: 18px;
}
.plus{
	color: #ec8912;
	font-size: 18px;
}
.hot-inner{
	padding: 14px 13px;
}
.hot-inner img{
	width: 334px;
	height: 218px;
}
.hot-text{
	padding: 14px 20px;
	background: #666;
	max-height: 76px;
	/*min-height: 43px;*/
	min-height: 76px;
	overflow: hidden;
}
.right{
	padding: 10px;
}
.hot-box:hover .hot-text{
	background: #ec8912;
}
.photo-box{
	margin-top: 14px;
	padding: 15px;
	background: rgba(0,0,0,0.3);
}
.left{
	width: 1112px;
}

.edge{
	/*width: 890px*/
	padding: 10px;
	background: rgba(255,255,255,0.1);
	position: relative;
}
.photo-list li{
	float: left;
	margin-right: 16px;
	margin-bottom: 44px;
}
.photo-list li:nth-child(4n){
	margin-right: 0;
}
.edge img{
	border: 1px solid #c0c0c0;
	/*width: 100%;
	height: 168px;*/
}
.photo-name{
	margin: 13px 5px;
	background: #666;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: block;
}
.photo-name:hover{background: #f99013}
.photo-list img{
	transition: all 1s;
	-webkit-transition: all 1s;
	/*filter: grayscale(100%);
	-webkit-filter: grayscale(100%);*/
}
.photo-list img:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.edge img{
	transition: all 1s;
	-webkit-transition: all 1s;
	/*filter: grayscale(100%);
	-webkit-filter: grayscale(100%);*/
}
.edge img:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}


.edge p{
	font-size: 12px;
	padding-left: 6px;
}
.tp{
	transition: all 1s;
	-webkit-transition: all 1s;
	/*filter: grayscale(100%);
	-webkit-filter: grayscale(100%);*/
}
.tp:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.news-title{
	font-size: 16px;
	display: block;
	position: relative;
}
.news-list li{
	width: 260px;
	float: right;
	padding-top: 21px;
}
.news-list li:after{
	content: url(../images/b_03.png);
	display: block;
	clear: both;
}
.review-box{
	padding-top: 42px;
}
.review-list li{
	width: 274px;
	margin: 19px auto 0;
}
.review-title{
	padding: 0 12px;
	background: rgba(255,255,255,0.1);
	border-radius: 5px;
	margin-bottom: 12px;
}
.hand{
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}
.hand img{
	vertical-align: middle;
}
footer{
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	margin-top: 14px;
}
.edge .line:nth-child(odd){
	width: 10px;
	height: 1px;
	background: #f99013;
	position: absolute;
}
.edge .line:nth-child(even){
	width: 1px;
	height: 10px;
	background: #f99013;
	position: absolute;
}

.l1,.l2{
	left: 0;
	top: 0;
}
.l3,.l4{
	right: 0;
	top: 0;
}
.l5,.l6{
	right: 0;
	bottom: 0;
}
.l7,.l8{
	left: 0;
	bottom: 0;
}
.news-title span{
	position: absolute;
	font-size: 12px;
	background: #666;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	text-align: center;
	left: -30px;
	top: 5px;
}
.news-list li:nth-child(1) .news-title span{
	background: #950000;
}
.news-list li:nth-child(2) .news-title span{
	background: #ff0202;
}
.news-list li:nth-child(3) .news-title span{
	background: #f99013;
}

/*padding*/
.plr{
	padding: 0 15px;
	min-height: 850px;
}
.bread{
	text-align: right;
}
.bread,.bread a{
	color: #ccc;
}
.bread span{
	color: #f99013;
	font-size: 16px;
}
.sec-title{
	color: #f99013;	
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
}
.sec-title span{
	font-size: 32px;
	font-family: 'microsoft yahei';
}
.title-en{
	font-size: 16px;
}
.class{
	margin-top: 50px;
	margin-bottom: 50px;
	height: 30px;
	position: relative;
}
.class-list{
	left: 0;
	right: 0;
	text-align: center;
}
.class-list li{
	display: inline-block;
	/*width: 128px;*/
	min-width: 128px;
	height: 26px;
	line-height: 26px;
	background: #333;
	border: 1px solid #5d5d5c;
	
	border-radius: 5px;
	text-align: center;
	margin: 0 6px;
	margin-bottom: 15px;
}
.class-list li.active{
	background: #f99013;
	border: 1px solid #f99013;
}
.class-list li a{
	width: 100%;
	height: 26px;
}
.product-list li{
	float: left;
	margin-right: 20px;
	margin-bottom: 34px;
}
.product-list li:nth-child(4n){
	margin-right: 0;
}
.product-list{
	padding: 29px;
}
.news-box-2{
	padding: 0 29px;
	margin-bottom: 30px;
}
.news-list-2 li{
	width: 650px;
	margin-bottom: 44px;
	float: left;
}
.news-list-2 li:nth-child(even){
	float: right;
}
.news-img{
	margin-right: 24px;
	float: left;
}
.ne-img img{
	height: 100px;
}
.news-title-2{
	font-size: 18px;
	display: block;
	font-weight: 700;
}
.news-title-2:hover{
	color: #f99013;
}
.page{
	height: 50px;
}
.page-list{
	left: 0;
	right: 0;
	text-align: center;
}
.page-list li{
	margin: 0 9px;
	display: inline-block;
	line-height: 1;
	padding: 6px 10px;
}
.page-list li:hover .line{
	background: #fff;
}
#page{ padding:20px;  text-align:center;}
#page a{
	background:#D8D5D5; 
    /*padding: 4px;*/
   padding-top: 4px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 5px;
    background: rgba(255,255,255,0.1);
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
    color: #f99013;
}
#page a:hover{ text-decoration:none; color:#fff; }


.news-list-3 li{
	width: 100%;
	float: left;
	margin-bottom: 27px;
}
.news-text-box{
	width: 1200px;
	margin: 0 auto;
}
.news-d-title{
	color: #f99013;
	font-size: 24px!important;
	font-weight: 700;
	line-height: 50px;
	border-bottom: 1px dashed #d2d3d3;
}
.news-d-text{
	padding: 10px 58px 20px;
}
.news-d-text p{
	background: rgba(255, 255, 255, 0)!important;
}
.next_prev a{
	font-size: 16px;
}
.next_prev a:hover{
	color: #f99013;
}
.comment-title{
	color: #f99013;
	font-size: 17px!important;
}
.comment-title img{
	padding-right: 12px;
	border: none;
	display: inline;
	vertical-align: middle;
}
.input-area{
	padding: 10px 40px;
}
.input-area textarea{
	display: block;
	width: 100%;
	height: 160px;
	padding: 10px;
	background: rgba(255,255,255,0.3);
	border: none;
	margin-bottom: 23px;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.input-box img{
	border: none;
	display: inline-block;
	float: left;
	margin-right: 12px;
}
.input-box{
	width: 660px;
	height: 46px;
	background: rgba(255,255,255,0.3);
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.input-box input{
	line-height: 24px;
	width: 500px;
	height: 26px;
	background: none;
	border: none;
	color: #fff;
	float: left;
}
.submit{
	width: 192px;
	height: 44px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	margin: 25px auto;
}
.submit input{
	border: none;
	background: none;
	color: #d47311;
	font-size: 17px;
	cursor: pointer;
	width: 100%;
	line-height: 24px;
}
.comment-list li{
	background: rgba(255,255,255,0.1);
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.com-name{
	margin-left: 12px;
	font-size: 16px;
	font-weight: 700;
	margin-top: -3px;
}
.com-date{
	margin-left: 2em;
}
.show-list li{
	float: left;
	/*margin: 0 11px 14px 0;*/
	margin:0px 4.5px 14px 4.5px;
}
.show-list li:nth-child(6n){
	margin-right: 0;
}
.show-list li img{
	border: 1px solid #fff;
	width: 113px;
	height: 113px;
}
.img-list{
	/*width: 745px;*/
	/*width: 622px;*/
	width:496px;
}
.page-show{
	margin: 20px 0;
}
.wheel{
	/*height: 502px;*/
	/*height: 700px;*/
	height: 815px;
	position: relative;
}
.wheel-box{
	/*width: 638px;*/
	/*width: 765px;*/
	width: 889px;
	/*height: 735px;*/
	height: 971px;
	padding: 30px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wheel-img{
	display: block;
	border: 1px solid #dd8114!important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	cursor: pointer;
}
.photo{
	max-height: 730px!important;
	max-width: 700px!important;
	width: auto;
	height: auto;
}
.w-btn{
	top: 50%;
	position: absolute;
	font-weight: 700;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.w-text-box{
	line-height: 2;
	/*padding-left: 30px;*/
	/*padding-top: 20px;*/
}
.w-btn img{
	border: none!important;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
}
.mask .w-btn img{
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.w-btn.prev{
	left: 0;
}
.w-btn.next{
	right: 0;
}
.photo-show{
	margin-bottom: 30px;
}
.text-inner{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 73px;
}
.been{
	opacity: 0.2;
}
.mask{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 5;
	background: rgba(0,0,0,0.8);
	display: none;
}
.screen{
	height: 100vh;
	padding-top: 7%;
}
.screen-img{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.close img{
	border-radius: 50%;
	position: absolute;
	right: 33px;
	top: 10px;
}

.mp4-bg {
    position: fixed;
    width: 105vw;
    height: 81vh;
    z-index: 1;
    transform: translate(-50%,-50%) scale(1.5);
    left: 50%;
    top: 50%;
}
.hovered .photo-name{
	background: #f99013;
}
.hovered .tp{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.client-img{width: auto;height: auto; position: absolute; left: -9999999px;}