/* CSS Document */

*{text-overflow: ellipsis;}
body{
	margin: auto;
	font-size: 14px;
	line-height: 2;
	color: #666666;
	min-width:1200px;
	font-family: Arial, Helvetica, sans-serif;
}
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,p,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px;}

table{
border-collapse: collapse;
}
a{
color: #999999;
text-decoration: none;	text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
a:hover{
	color: #cccccc;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img[align="left"]{ margin-right:10px;}
img[align="right"]{ margin-left:10px;}
ul,li,p,dl,dt{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div,span{text-overflow: ellipsis;}
@-webkit-keyframes mycolor{
		0%{
				
				}
				30%{
		
					transform: rotate(90deg);
					
				}
				
				60%{
		
					transform: rotate(270deg);
					
				}
				
				100%{
			
					transform: rotate(360deg);
				
				}
	}

.clear{ clear:both}
/*垂直居中*/
.center{ display: flex;
    justify-content:center;
    align-items:Center;}
/*图片放大*/
.fd img{    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;}
.fd:hover img{    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);}

.fl{ float:left}
.fr{ float:right}
.box{
	width:1300px;
	margin:auto;
	min-width:1100px;
	position: relative;
}

.box1{ width:1300px; max-width:100%; margin:auto; min-width:1200px;}



.app_header{ display:none;border-top-style: solid;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.3);}


.app_top{width:100%;/*height:162px;*/ float:left;}

/*首页*/
#menu{ z-index:22}
.phone{
	position: fixed;
	z-index: 2222;
	right: 10px;
	bottom: 60px;

	float:left;
	line-height:38px;
	width:38px;
	text-align:center;
	border-radius:100%;
	display:none;

}
.phone i{ font-size:32px;color:#FFFFFF}
.phone div span i{ font-size:22px;}
.phone div{
	border-radius:100%;
	line-height: 38px;
	text-align: center;
	line-height:38px;
	width:38px; height:38px;
	float:left;
	position: relative;
}
.phone div span{	border: 1px solid #dddddd;border: 1px solid rgba(255,255,255,0.3);
	float:left;
	line-height:38px;
	width:38px; height:38px; 
	position: absolute; z-index:23; border-radius:100%; top:0px; left:0px; cursor:pointer;background-color:rgba(38,47,54,0.5);}
.phone div a{
	border: 1px solid #dddddd;border: 1px solid rgba(255,255,255,0.3);
	float:left;
	line-height:38px;
	width:38px; height:38px;
	position: absolute; z-index:22; border-radius:100%; top:0px; left:0px;background-color:rgba(38,47,54,0.5);opacity:0;
}
.phone div a.item{opacity:1}
.phone div a.item.item1{ 
	left: -50px;
	top: -50px; 
}


.phone div a.item.item2{left: 0px;
	top: -75px; }

.phone div a.item.item3{left: -75px;
	top: 0px; }

.phone div a.item.item4{left: -75px;
	top: 50px; }

.phone div a.item.item5{}



    #header {
	position: fixed; top:0px; left:0px;

	width: 100%;
	z-index: 22; padding-bottom:10px; padding-top:10px;
}
 .navbg{background-color:rgba(255,255,255,0.8);}

 #header .box1{
	position: relative;
}
 
.nav{z-index:333;
font-size:16px;
line-height:40px;  float:right; 
}

.nav ul{ width:100%; float:left; font-size:16px;}
.nav ul li{ float:left; text-align:center; cursor:pointer;position: relative;}
.nav ul li a{
	color:#ffffff;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:2px;
	text-transform: capitalize;
	
}
.nav> ul >li> a{color:rgba(255,255,255,0.9);
	position: relative;
	text-transform: uppercase; display:block;
}
.nav> ul >li >a:after{
	content:'';
	position: absolute;
	width: 0%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.6);
-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; 	transition:500ms;
	left: 0%;
	bottom: 0px;
}
.nav> ul >li:hover>a:after{

	width: 100%;

}
.nav> ul >li:hover> a{color:#ffffff; }
.nav ul li  ul li a{ padding:0px; margin-left:0px; margin-right:0px; }
.nav ul ul{-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
	font-size:14px;
	line-height:1.5;
	text-align:center;
	float: left;
	width: 150%;
	position: absolute;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.3);
	z-index:333;
	left: -25%;
	top: 40px;background-color:#f5f5f5; background-color:rgba(255,255,255,0.95); max-height:0px; overflow:hidden; font-size:12px;line-height:1.5; _display:none;
}
.nav ul ul ul{ left:100%; top:0px;z-index:333;}
.nav ul li ul li{ float:left; width:100%;}
.nav ul li ul li>a{
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(0,0,0,0.1);
	border-bottom-color:  rgba(255,255,255,0.3); color:#555555; line-height:1; padding-top:10px; padding-bottom:10px;
}
.nav ul ul li>a:hover{ background-color:#ffffff; color:#555555}
.nav ul li{	position: relative;}

.nav>ul>li:hover{
	
	position: relative;
}

.nav>ul>li:hover>ul{ display:block;max-height:250px;}


.nav >ul> li:nth-child(4)>ul{ width:120%; }

.navbg .box1 {
	/*background-color:rgba(0,0,0,0.2);*/
}
#header.navbg{
	/*position: relative;*/
}
.lang{
	position: relative; line-height:40px;  margin-left:60px;
}
.lang:after{ content:'';
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.5);
	height: 16px;
	position: absolute;
	left: -30px;
	top: 50%; margin-top:-8px;
}
.lang:before{ content:'';
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255,255,255,0.5);
	height: 16px;
	position: absolute;
	left: -31px;
	top: 50%; margin-top:-8px;
}
.lang i.search{ cursor:pointer;}
.lang a,.lang{ color:#FFFFFF}

.lang form {/*-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;*/
	position: absolute;
	top: 50px;
	right: 0px;
	float: left;
	width: 300px; z-index:2; display:none;
	
}
.lang form>div{
	float: left;
	width: 100%;
	position: relative;
}
.lang form .close{
	background-color: #333333;
	z-index:2;
	height: 36px;
	width: 36px;
	position: absolute;
	right: 0px;
	line-height:36px;
	text-align:center;
	cursor:pointer;
	background-color:rgba(255,255,255,0.2);
	bottom: -36px;
}
.lang input{
	background-color: #666666;
	width:200px;
	background-color:rgba(255,255,255,0.3);
	height:36px;
	color:#FFFFFF;
	border-radius:3px 0 0 3px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: rgba(255,255,255,0.1);
	border-bottom-color: #666666;
	border-left-color: #666666;border-right-color:rgba(255,255,255,0.1);
}
.lang button{
	float:right;
	height:36px;
	background-color: #666666;
	background-color:rgba(255,255,255,0.3);
	color:#FFFFFF;
	width:36px; font-size:18px;
	border-radius:0 3px 0px 0;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #555555;border-left-color:rgba(0,0,0,0.1);
}
/*底部*/
.foot{
	float:left;
	width:100%;
	
}
.foot .footnav{ background-color:#141414; padding-top:100px; padding-bottom:30px;}
.foot .footnav .box>ul >li{ float:left; width:250px;}
.foot .footnav .box>ul >li >a{
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF; 
}
.foot .footnav .box{
	position: relative;
}
.foot .footnav .box .gotop:hover{top: -90px;}
.foot .footnav .box .gotop{-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
	border-radius:100%;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#555555;
	color:#FFFFFF;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: -80px;
	margin-left: -30px; cursor:pointer; z-index:22;
}
.foot .footnav .box:after{
	content:'';
	width: 0px;
	height: 0px;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	border-top: 50px solid #ffffff;
	
	position: absolute;
	left: 50%; margin-left:-200px;
	top: -100px; z-index:1;
}
.foot .footnav .box .gotop:after{transform:scale(3,1); z-index:22;
	content:'^';
	text-align: center;
	position: absolute;
	width: 60px;
	left: 0px;
	top: 5px; text-align:center;  height:15px; line-height:15px; font-size:12px;
}
.foot .footnav ul li ul{ padding-top:10px;}
.foot .footnav ul li ul li{ line-height:2; font-size:14px;}
.foot .copy{ font-size:12px; padding-top:5px; padding-bottom:5px; background-color:#000000;}
.foot .copy,.foot .copy a{ color:#333333;}
.foot .lianxi{ float:left; width:500px; margin-left:20px; max-width:100%;}
.foot .lianxi,.foot .lianxi a{color: #999999;}
.foot .lianxi .title{
	color:#FFFFFF;
	font-size:16px;
	text-transform: uppercase;
}
.foot .lianxi .hc{ padding-top:10px; line-height:2; font-size:14px;}
.foot .qrcode{ float:right}
/*内页banner*/
.bannerin{
	clear:both;
	text-align: center;
	position: relative;
}
/*.bannerin:after{
	content:'';
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px; float:left; background-color:rgba(0,0,0,0.3);
}*/
.bannerin .h1{
	font-size: 48px;
	text-align: center;
	position: absolute;

	width: 100%;
	left: 0px;
	top: 50%;
	color:#FFFFFF;
	z-index:2;
	margin-top: -25px;  line-height:1.5; display:none;
}
.bannerin .h1 span{
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	position: relative;
}
.bannerin .h1 i{
	font-family: Arial, Helvetica, sans-serif;
	display:inline-block;
	clear:both;
	position: relative;
	font-size: 36px;
	font-style: normal;
	text-transform: capitalize; color:rgba(255,255,255,0.9);  
}
.bannerin .h1 span:before{content:'';
	float: left;
	width: 2em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	position: absolute;
	left: 50%; margin-left:-1em;
	bottom: 0px;
}

/*产品一*/
.indexpro{ float:left; width:100%; padding-top:35px;}
.pro{ clear:both; float:left; width:100%; margin-top:10px;  margin-bottom:10px;}
.pro .etitle{ display:none}
.pro .fleft{
	width:646px; max-width:100%; max-height:540px;min-height:540px;
	_height:540px;
	overflow:hidden;
	float:left;
	position: relative;
}
.pro .fleft .moremin{
	position: absolute;
	bottom: 10px; left:10px;
	z-index:2;

}
.pro .fleft .fd:hover img{    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);}
.pro .fleft img{  min-height:540px;max-height:540px;_height:540px; width:100%;}
.pro .fright{ margin-left:646px;}
.pro .fright .picli{
	float:left;
	width:300px;
	min-height:250px;max-height:250px;_height:250px;
	background-color:#F5F5F5;
	position: relative;
	padding: 9px;
}
.pro .fright .picli .img{ height:270px; width:100%;}

.pro .fright .picli a .img img{ margin-top:30px;text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
.pro .fright .picli a:hover .img img{ margin-top:0px;}
.pro .fright .picli a .img{   margin-top:-30px;text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
/*.pro .fright .picli a:hover .img{  margin-top:0px;}*/

.pro .fright .picli .title{
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index:2;
	width:300px;
	float:left; color:#000000;

}
.pro .fright .picli .span{ 
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index:1;
	width:300px;
	float:left;
	background-image: url(../image/jt.png);
	background-position: right center;
	background-repeat: no-repeat; height:28px;
}
.pro .fright .picli .title span{
	position: absolute;
	right: 10px;
	bottom: 10px; z-index:2; display:none;
}
.pro .fright .picli{ margin-left:8px; margin-bottom:5px;}

.pro1 .fleft{ float:right;}
.pro1 .fright{ margin-left:0px; float:left; }
.pro1 .fright .picli{margin-left:0px;margin-right:8px; width:319px;  padding:0px; overflow:hidden;min-height:545px;max-height:545px;_height:545px;}
.pro1 .fright .picli .img{min-height:545px;max-height:545px;_height:545px; overflow:hidden;}
/*.pro1 .fright .picli:nth-child(2n){ float:right; margin-right:0px;}*/
.pro1 .fleft{min-height:545px;max-height:545px;_height:545px;}
.pro1 .fleft img{ min-height:545px;max-height:545px;_height:545px;}
.pro1 .fright .picli .title{
	top:10px;
	bottom:none;
	
}
.pro .more{ display:none}
.pro2 .more{ display:block; padding-top:20px; clear:both; text-align:center;}
.pro2 .more a{
	display:inline-block;
	padding-left:65px;
	padding-right:65px;
	border-radius:30px;
	border: 1px solid #333333;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
}
.pro2 .more a:hover{ background-color:#333333; color:#FFFFFF;}
/*公司简介*/
.about{
	/*background-image: url(tv.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/

	clear:both;
	margin-top:30px;
	float:left;
	width:100%;
	overflow:hidden;
	position: relative;
}
.about *{ max-width:100%; max-height:665px;}
.about #video{ width:100%; background-color:#000000;}


.about .txt{
	position: absolute;
	top: 10%;
	right: 10%;
	height: 80%;
	width: 450px; background-color:rgba(255,255,255,0.3);border-radius:3px; overflow:hidden; padding:50px;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
.about .txt .title{ display:none}
.about .txt,.about .txt a{ color:#FFFFFF; font-size:16px}
.about .txt .more{ clear:both; padding-top:10px;}
.about .txt .more a,.pro .fleft .moremin{
	background-color:#000000;
	color:#FFFFFF;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	border-radius:5px;
	text-transform: uppercase;
}
.pro .fleft:hover .moremin{ background-color:rgba(0,0,0,0.8);}
.about .txt .more a:hover{ background-color:rgba(0,0,0,0.4);}
/*检索*/
.searchl{
	background-image: url(../image/search.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float: left;
	min-height: 275px;_height: 275px;
	width: 100%;

}
.searchl form{ width:500px; margin:auto; padding-top:50px; padding-bottom:50px; max-width:100%;}
.searchl input{
	border: 1px solid #333333; height:43px; padding-left:10px; padding-right:10px; float:left; width:428px;
}
.searchl button{
	background-color:#333333;
	height: 45px;
	width: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; color:#FFFFFF; float:left
}
.share{ text-align:center}
.share img{ max-width:50px;}
.share a{ margin-right:5px;}