 
*{
	padding:0px;
	margin:0px;

}
::-moz-selection{background:#808F92;color:#FFFFFF;}
::selection {background:#808F92;color:#FFFFFF;}
code::-moz-selection {background:#808F92;color:#FFFFFF;}
code::selection {background:#808F92;color:#FFFFFF;}
::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #535353;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}
html,body{
	font-family:\5fae\8f6f\96c5\9ed1, "STXihei", Tahoma;
	font-size:14px;
	color:#333;
	line-height: 1.8em;
}
img{
	border:none;
}

a{
	text-decoration:none;
	color:#005a96;
}
a:hover{
	color:#4d1ecf;
}
ul{
	list-style:none;
}
li {
	list-style-type: none;
}
input{outline:0px;}
#browser_hint{
display:none;
}
h1,h2,h3{
	font-weight:normal;
	color:#333;
	height:auto;
	line-height:1em;
	width:100%;
}
h1{font-size: 3.5rem;}
h2{font-size: 3rem;}
h3{font-size: 2rem;}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.w100{
width:100%;
position: relative;
}
.w960{
	width:96%;
	position: relative;
}
.w30 {
	width:32%;

}
.w90{width:90%;}
.w80{
	width:80%;
	max-width:1280px;
	position: relative;
}
.w50{
	width:50%;
}
.w60{
	width:60%;
}

.w70{
	width:70%;
}

.mr8 {
	margin-right: 8px;
}
.mt1{/* ( margin-top * 1 ) */
	margin-top:8px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:30px;
}
.clear{
	overflow:hidden;
}
.fright,.fr{
	float: right;
}
.fleft,.fl{
	float: left;
}
.tright{
	text-align: right;
}
.tleft{
	text-align: left;
}
.clr{
	clear:both;
	
	}

.ipt-txt{
	line-height:15px;
	padding:4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px;
}
.nb{
	line-height:20x;
	padding:1px 2px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px
}
.bt,.bt2,.bt3{
	width:100px;
	padding:8px 0;
	height:22px;
	margin:5px auto;
	line-height:22px;
	overflow:hidden;
	color:#fff;
	cursor:pointer;
	background-color:#005a96;
	text-align: center;
	display:block;
}
.bt2 {
	width:150px;
	border:2px solid #808F92;
	background-color:#808F92;
	color:#fff;
	margin:40px 0;
	float: left;
}
.bt3{
	width:150px;
	border:2px solid #fff;
	color:#fff;
	margin:40px auto;
}
.bt:hover {
	background-color:  #3c6dbb;
	color:#fff;
}
.bt2:hover {
	color:#808F92;
	background-color:  transparent;
}
.bt3:hover {
	color:#000;
	background-color: #fff;
}
.bg-blue{
	
	background-color: #808F92;
}


input[type=text] {
	height:24px;
}
select  {
	height:30px;
	font-size: 16px;
line-height:18px;}
/*---------- frame ---------*/

.index{
	padding-top:84px;
}
.index h2{
	margin-bottom:1em;
	text-align: center;
}
.index h3{
	text-align: center;
}
/*---------- frame : header ---------*/
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:84px;
	z-index: 999;
	background-color: #e2e2e2;
    -webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	-ms-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out;
}
.top{
	clear:both;
	display: flex;
	justify-content: space-between;
}

.header_logo{
	width:250px;
	height:84px;
	float:left;
	background-image: url(/images/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:auto 100%;
	margin:0 0 0 0;
    -webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	-ms-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out;
}
.header_logo a {
	
	text-indent:-999px;
	display: block;
	height:100%;
	width: 100%;
	overflow: hidden;

}

.screen{
	position: absolute;
	right:10px;
	top:10px;
	display:none;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 50px;
	font-size: 50px;
	margin:5px 10px 0 0;
	-webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	-ms-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out;
}
.screen span{
	display:block;
	height: 50px;
	width: 50px;
	color:#005a96;
	cursor: pointer;
}
.screen span:hover{
    color:#000;
}
.top-select {
	display:block;
	width: 80px;
	height: 84px;
	-webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	-ms-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out;
}

.top-select a {
	float:left;
	width: 35px;
	height: 100%;
	display:flex;
	margin: 0 5px 0 0;
}

.top-select a img {
	height: 23px;
	align-self:center;
}

#menu{height:100%;width:66%;float:right;}
#menu  .menu {position:relative;float:left; width:14%; height:100%;}
#menu  .menu  a {
	float:left; 
	display:block;
	white-space:nowrap; 
	color:#000; 
	font-size: 1.1em;
	line-height:84px;
	height:100%; 
	text-align:center; 
	width:100%; 
   -webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	-ms-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out;
	}
#menu  .menu  a:hover,#menu  .menu.hover  a {background-color:#22519E;color:#fff;}
#menu  .menu ul { 
	position:absolute;
	top:84px;
	left:0;
	font-size: 0.9em;
	width:200px;
	height:auto;  
	background-color:#005a96; 
	display:none; 
	z-index:1111;
	
}
#menu  .menu ul li { float:left; width:100%; padding:0 ; }
#menu  .menu ul li a {width:100%;display:block;text-align:left;  color:#fff;line-height:36px; text-indent:25px;}
#menu  .menu ul li a:hover {  background-color:#0193de; }

.search {float:right; margin:20px 0 0 0; width:180px; height:36px;display:inline;}
.search form{ border:none; width:190px;}
.search #q { float:left; width:144px; height:36px; border:0; line-height:36px; padding-left:2px; font-size:16px; font-weight:bold;background-color: #eaeaec;}
.search button {
	float:left;
	background-image: url(../images/search_btn.jpg);
	background-image: url(../images/search.svg),none;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 60% auto;
	height: 36px;
	width: 36px;
	border: none;
	text-indent: -99px;
	cursor: pointer;
	background-color: #eaeaec;
	overflow:hidden;
}

.header.scrolled {
	height:48px;
	}
.scrolled  .header_logo{
	height:32px;
	margin:10px 0 0 0;
	width:150px;
}
.scrolled .top-select{
	height:48px;
}
.scrolled #menu  .menu a {
	line-height:48px;
}
.scrolled #menu  .menu ul {top:48px;}
.scrolled #menu  .menu ul li a{line-height:36px;}


#video{margin-top:-168px;clear: both;background-color: #000;}
#video .title {
	z-index: 555;
	position: absolute;
	left: 0;
	bottom: 30%;
	height: 20%;
	width: 100%;
}
#video .title h1,
#video .title span{
	color: #005a96;
	font-size: 5em;
	line-height: 1.1em;
	min-height: 1em;
	
	font-weight: 600;
	text-align: center;
	width: 100%;
	display: block;
}
#video .title span{
	font-size: 1.5em;
	min-height:2em;
}
#video .title h1 b{
	color: #fff;
}
.news{

    display: flex;

    justify-content: space-around;

    padding-bottom:2rem;

}

.new{height:800px;}
.new3{height:600px;}
.new a {
	position: relative;
	display: block;
	width:100%;
	height:800px;
	overflow: hidden;
	border:5px solid transparent;box-sizing: border-box;
}
.new2 .fr a {
	height:400px;
}
.new3   a {
	height:600px;
}
.bigimg,.bigimg2,.bigimg3,.bigimg4,.bigimg5{
	float:left;display:block;height:100%;width:100%;position: relative;
	background-image: url('/images/new1.jpg') ;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	-webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	-ms-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out;
}
.bigimg2{background-image: url('/images/new2.jpg') ;}
.bigimg3{background-image: url('/images/new3.jpg') ;}
.bigimg4{background-image: url('/images/new4.jpg') ;}
.bigimg5{background-image: url('/images/new5.jpg') ;}
.gradient{
	position: absolute;
	left:0;
	top:0;
	width:50%;
	height:70px;
	padding:15px 5%;
	z-index: 999;
	text-align:left;
background-image: -moz-linear-gradient(to left, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
background-image: -webkit-linear-gradient(to left, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
background-image: -webkit-linear-gradient(to left, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
background-image: -o-linear-gradient(to left, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#000000'); 
background-image: linear-gradient(to left, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
}
.fl .gradient{
	right:0;
	left:auto;
	bottom:0;
	top:auto;
background-image: -moz-linear-gradient(to right, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
background-image: -webkit-linear-gradient(to right, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
background-image: -webkit-linear-gradient(to right, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
background-image: -o-linear-gradient(to right, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#000000'); 
background-image: linear-gradient(to right, rgba(1,96,162, 0) 0%, rgba(1,96,162, 0.9)  100%); 
}
.gradient h3 {
	text-align:left;
	font-size: 24px;
	font-weight:bold;
	color:#fff;
	height: 30px;
	line-height:40px;
	padding:0 ;
}

.gradient p{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	height: 20px;
	line-height:20px;
	padding:0 ;
}
.fl .gradient h3,
.fl .gradient p{
	text-align:right;
}
.new a:hover .bigimg,
.new a:hover .bigimg2,
.new a:hover .bigimg3,
.new a:hover .bigimg4,
.new a:hover .bigimg5 {
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	transform: scale(1.1); 
}



.case{width: 80%;height:500px;}
.case li,.case li img{width: 100%;}
.case li{opacity:0;}
@-webkit-keyframes fadeInLeft{

    0%{
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
    transform:none}
    }
    
    @keyframes fadeInLeft{
    
    0%{
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
    transform:none}
    }
    .fadeInLeft{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft}
    @-webkit-keyframes fadeInRight{
    
    0%{
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
    transform:none}
    }
    
    @keyframes fadeInRight{
    
    0%{
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
	transform:none
     }
    }
    .fadeInRight{
    -webkit-animation-name:fadeInRight;
	animation-name:fadeInRight
    }
    @keyframes fadeInUp{
    
    0%{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
    transform:none}
    }
    .fadeInUp{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp}
    @-webkit-keyframes zoomIn{

    0%{
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3)}
    50%{
    opacity:1}
    }
    
    @keyframes zoomIn{
    
    0%{
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3)}
    50%{
    opacity:1}
    }
    .zoomIn{
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn}
    
    .fl{margin-left:0%;opacity:0;float:left;}
    .fr{margin-right:0%;opacity:0;float:right;}
    
    .fadeIn .fl{opacity:1;-webkit-animation:fadeInLeft 0.6s .2s ease both;-moz-animation:fadeInLeft 0.6s .2s ease both;animation:fadeInLeft 0.6s .2s ease both;}
    .fadeIn .fr{opacity:1;-webkit-animation:fadeInRight 0.6s 0.2s ease both;-moz-animation:fadeInRight 0.6s 0.2s ease both;animation:fadeInRight 0.6s 0.2s ease both;}
    .zoomIn  li{opacity:1;-webkit-animation:zoomIn 0.6s 0s ease both;-moz-animation:zoomIn 0.6s 0s ease both;animation:zoomIn 0.6s 0s ease both;}
    .fadeInUp li{opacity:1;-webkit-animation:fadeInUp 0.6s 0.8s ease both;-moz-animation:fadeInUp 0.6s 0.8s ease both;animation:fadeInUp 0.6s 0.8s ease both;}
    
.hint {
	position: relative;
	min-height:400px;
	width: 100%;
	clear:both;
	margin-top:84px;
	background-image: url(/images/slide1.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	/*  background-attachment: fixed;*/
}
.hint h1{
  color:#fff;
  font-weight: bold;
  font-size: 56px;
  text-align: left;
  position: absolute;
  left:20%;
  bottom:80px;
  text-shadow:0 0 5px #000
}
.about{
	margin-top: 10px;
	width:90%;
	max-width: 1000px;
}
.about p {
	font-size: 16px;
}
.tm {

	padding:5rem 0;
	
}
.circl{
	border-radius: 50%;
}
.desc{
	width: 70%;
	clear:both;
	font-size: 1.2em;
	margin:30px auto;
}
 .scale1 li{
-webkit-transform: scale(1,1); 
-moz-transform: scale(1,1); 
-o-transform: scale(1,1); 
-ms-transform: scale(1,1); 
transform: scale(1,1); 
}
.moveup li{
-webkit-transform: translateY(-180px);
-moz-transform: translateY(-180px);
transform: translateY(-180px);
transition-duration: 0.8s;
opacity: 1;
}

.career{
	display: block;
	min-height:600px;
	padding:10% 0 0 0;
	margin-top:100px;
	background-image: url("/images/career.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.career h2{color:#fff;}
.flex-between{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-between li{
	width:48%;
	height:45px;
}
.intxt{
	box-sizing: border-box;
	
}
.coolbg {
	display: block;
	width:100%;
	height:40px;
	border:none;
	line-height:40px;
	overflow:hidden;
	color:#FFFFFF;
	margin:20px auto;
	cursor:pointer;
	background-color: #005a96;
	font-size: 1.2rem;
	text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius:5px;
}
.coolbg:hover {
	background-color: #22519E;
}
.contact{
	width:90%;
	
}
.contactform{
	max-width: 1000px;
	margin:20px auto;
}
.contactform li{
	margin-bottom:1em;

}
.white {
	background-color: #FFFFFF;
}

.hiden {
	display: none;
}
.abeam{border-bottom:1px solid #dddddd;height:40px;}
.abeam ul{display: flex;border-left:1px solid #dddddd;}
.abeam ul li{border-right:1px solid #dddddd;height:40px;flex-grow:1;line-height:40px ;}
.abeam ul li a{display: block;width:100%;height:40px;color:#000;text-align: center;
	-webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	-ms-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out;
}
.abeam ul li a:hover,.abeam ul li a.thisclass{background-color:#005a96 ;color:#fff;font-weight: bold;}
.e1{
	width:100%;
	padding:10px 0 30px;
}

.e1 li{
	float:left;
	width:100%;
	height:40px;
border-bottom: 1px solid #eeeeee;
}
.e1 li a {
display:block;
}
.e1 li .tt{
	width:85%;
	display:block;
    line-height:40px;
	text-indent: 1em;
	float:left;
	background: url(/images/arrow1.png) no-repeat 0 center;
	transition: all 0.3s ease-in-out;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.e1 li .info{
    color:#999;
	font-size:0.8rem;
	display: block;
	float: right;
	line-height:40px;
	text-align: right;
	padding-right:10px;
}
.e1 li:hover{
	background-color: #F6F6F6;
}
.e1 li:hover .tt{
	margin-left:10px;
}

.e2 li{
	border-bottom: 1px solid #E4E4E4;
	height: auto;
	width:100%;
	float: left;
}
.e2 li:last-child{border:none;}
.e2 li a{
	width: 96%;
	height:100%;
	overflow:hidden;
	display: block;
	padding:5px 2%;
}
.e2 li a:hover {
	background-color: #F6F6F6;
}
.e2 li .preview{
	width:28%;
	float:left;
	margin:5px 2% 10px 0;
	overflow:hidden;
}
.e2 li .preview img{
	width:100%;
	display:block;
}
.e2 li a .tt {
	width:70%;
	display:block;
	color:#000;
	line-height:20px;
	font-size:1.2rem;
	font-weight:600;
	padding:5px 0 ;
	float:left;
}
.e2 li a p{
	float:left;
	width:70%;
	color:#999999;
	padding:10px 0 0 0;
	
}
.e2 li a .info{
	float:right;
	text-align: right;
	width:70%;
	color:#999999;
	font-size:0.8rem;
	padding:10px 0 0 0;
	
}
.e2 li a:hover .tt{
	color:#0193de;
}

.e3 {
	min-height: 500px;
	_height: 500px;
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:20px;
}
.e3 li{
	position: relative;
	width:30%;
	height: 460px;
	
	margin:0 10px  30px ;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
    box-sizing: border-box; 
}
.e3 li .timg {
	display: block;
	height: 260px;
	width: 100%;
	overflow: hidden;

}
.e3 li img{
	width:100%;
	height: 100%;
	display:block;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
	
}
.e3 li a{
	display: block;
	width:100%;
	height:100%;
}

.e3 li h3{
	width:90%;
	padding:5px 10px;
	margin:0;
	color:#000000;
	font-size:1.4em;
	line-height: 1.1em;
	text-align: left;
	display:block;
}
.e3 li p{
	color: #666;
	font-size:1em;
	width:90%;
	padding:5px 10px;
}
.e3 li a:hover h3{
	color: #22519E;
}
.e3  li:hover {
	-webkit-box-shadow: 0px 0px 10px #a6a6a6;
	-moz-box-shadow: 0px 0px 10px #a6a6a6;
	box-shadow: 0px 0px 10px #a6a6a6;
}
.e3  li:hover  img{

-webkit-transform: scale(1.1,1.1); 
-moz-transform: scale(1.1,1.1); 
-o-transform: scale(1.1,1.1); 
-ms-transform: scale(1.1,1.1); 
transform: scale(1.1,1.1); 
transform-origin: center center;
}
.e3 li  .info{
	position: absolute;
	left:10px;
	bottom: 5px;
	width:50%;
	color:#999999;
	font-size:0.8rem;

}
.e3 li  .bt{
	position: absolute;
	right:5px;
	bottom:0;
}

.e4{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top:20px;
}
.e4 li{
	position:relative;
	background-color: #fff;
	width:280px;
	height: 300px;	
	margin:30px 0;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}
.e4 li .timg {
	display: block;
	height: 210px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.e4 li .timg img{
	width: 100%;
}
.e4 li h3 {

	font-size: 14px;
	font-weight:bold;
	height: 30px;
	line-height:30px;
}

.e4 li p{
	padding:20px 15px ;
	text-align: left;
}

.e4 li:hover {
	-webkit-box-shadow: 0px 0px 10px #a6a6a6;
	-moz-box-shadow: 0px 0px 10px #a6a6a6;
	box-shadow: 0px 0px 10px #a6a6a6;
}

.e4 li:hover h3 {
	color:#22519E;
}
.equipment {
display: flex;
justify-content: space-between;
}
.equipment li{
	height: 500px;	
	width:33%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.equipment li .timg {
	height: 100%;
	width:100%;
}
.equipment li img{
	width:100%;
	-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; transition: all 0.6s ease-out;
	
}
.equipment li:hover img{
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	transform: scale(1.2); 
}
.ttext{
	position: absolute;
	left:0;
	bottom:0;
	width:90%;
	height:70px;
	padding:15px 5%;
	z-index: 99;
	background-color: rgba(1,96,162,0.6);
}
.ttext h3 {
    
	font-size: 24px;
	font-weight:bold;
	color:#fff;
	height: 30px;
	line-height:40px;
	padding:0;
}

.ttext p{
	font-size: 14px;
	color:#fff;
	height: 20px;
	line-height:20px;
	text-align: center;
}



.place{
	display: none;
	float: left;
	height:20px;
	color:#707070;
	font-size:12px;
	overflow:hidden;
	font-family: "Tahoma";
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	padding:20px 0 20px 20px;
	background-position: 0px center;
	width:100%;
}
.place a{
	color:#707070;
	font-size:12px;
	margin:0px 2px;
}
.place a:hover{
	color:#00a0e9;
}
.pright{
	width:20%;
	float:right;
	
}
.pright dl{
	display: block;
	margin:60px 0 0 0;

}
.pright dl dt{
	background-color:#22519E;
	color:#fff;
	height:40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	
	}
	.pright dl dd{
		border-radius:0 0  5px 5px ;
background-color: #eeeeee;

	}

.dede_pages{
	width: 50%;
	clear:both;
	display: block;
	margin: 0 auto;
	padding-top: 5em;
	padding-bottom: 5em;
}
.dede_pages li {
	font-size: 1.5em;
	border:1px solid #9d9d9d;
	float:left;
	margin-right: 10px;
	min-width: 40px;
	line-height: 40px;
	height:40px;
	display:block;
	text-align: center;
	background-color: #CCCCCC;
}
.dede_pages li a {
    color: #000;
	text-align:center;
	width: 40px;
	display: block;
	line-height: 40px;
}
.dede_pages  li a:hover,
.dede_pages  li.thislink,
.dede_pages  li.thisclass,
.dede_pages  li.thisclass a {
     color:#FFF;
	background-color: #000000;
}
.dede_pages .pageinfo{
	line-height:40px;
	padding:12px 0px 12px 8px;
	color:#999;
	display: none;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
.dede_pages b{
	font-family: "宋体";
}
.listbox{
	width:100%;
	min-height:800px;
}

.viewbox{
	padding:2em 0 ;
	min-height:600px;
}
.listbox h1,.viewbox h1{
	font-size: 3em;
	color: #000;
	height:1.5em;
	line-height:1.5em;
	overflow:hidden;
	padding:1em 0 0 0;
	text-align: center;
}
.viewbox h2{
     color:#000000;
	font-size:2em;
	line-height: 2em;
	padding-top: 20px;
	clear:both;
}
.viewbox .info{
	text-align: center;
padding:30px 0;
}
.viewbox .content{
	width:98%;
	color:#333;
	margin:0 auto;
	line-height: 1.8em;
	font-size: 16px;
}
.viewbox .content p{
	margin-bottom: 0.5em;
}
.viewbox .content img{
	margin: 0 auto;
	width:100%;
	max-width:1200px;
	height:auto;
}

.viewbox .content td {
	background-color: #FFFFFF;
	height: 30px;
	padding: 5px;
	vertical-align: top;
}
.viewbox .content h2,.viewbox .content h3,.viewbox .content h4 {
	margin:0 0 10px 0;
	text-align: left;

}
.viewbox .content  ul li{
	list-style-position: inside;
	list-style-type: square;
}
.prevnext{
	display: block;
    width:100%;
	height:40px;
	font-size: 16px;
}


.w25 .coolbg{
	line-height:30px;
	margin:0 auto;
	height:30px;
}
input[type=text], .textarea{
	height:40px;
	font-size: 1em;
	line-height: 40px;
	padding: 4px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #bebebe;
	margin-bottom: 5px;
}
.textarea{
font-family: Arial, sans-serif;
	height:205px;width: 96%;
}
.formtable td{
padding:5px;
line-height: 2em;
}
/*---------- frame : footer ---------*/
.footer{
	font-size: 12px;
	width:100%;
	clear:both;
	
	min-height:60px;
	
}

.copyright{
	width:100%;
	color: #fff;
	background-color: #292929;
	min-height: 40px;
	line-height: 40px;
	text-align: center;
	border-top:1px solid #666;
}
.footer-a{
	background-color:#005a96 ;
	padding: 35px 0;
	
}
.footer-b{
	padding: 40px 0;
	min-height: 150px;
	background-color: #292929;
}
.footer-a .flex-between > div {width:20%;min-width:230px;color:#fff;text-indent: 70px;font-size: 1.5em;line-height: 60px;white-space: nowrap;overflow: hidden;}
.footer-a .flex-between > div:nth-child(3) {width:40%;}
.footer-a .flex-between > div:nth-child(4) {width:15%;}
.footer-a .phone{background: url(../images/p1.png) no-repeat 10px center;}
.footer-a .email{background: url(../images/p2.png) no-repeat 10px center;}
.footer-a .add{background: url(../images/p3.png) no-repeat 10px center;}
.footer-a .mess{background: url(../images/p4.png) no-repeat 10px center;}
.footer-a .mess a{display: block;width:100%;height:100%;color: #fff;text-indent: 70px;}

.flogo,.fcode{float: left;width:240px;height:150px;font-size: 3em;text-align:center ;}
.fcode{width:200px;font-size: 1.2em;color: #ccc;}
.footmenu {
	width:60%;
}

.footmenu li {
	position: relative;
	width: 100px;
	height: 100%;
}

.footmenu li a {
	color: #fff;
	float: left;
	display: block;
	white-space: nowrap;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	width: 100%;
}

.footmenu li ul {
	float: left;
	width: 100%;
	height: auto;
}

.footmenu li ul li {
	float: left;
	width: 100%;
	height:24px;
}

.footmenu li ul li a {
	float: left;
	color: #ccc;
	font-size: 1em;
	width: 100%;
	height: 24px;
	display: block;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
}

.footmenu li ul li a:hover {
	color: #fff;
}


#followDiv1{
	Z-INDEX: 1000;
	POSITION: fixed;
	width:80px;
	height:200px;
	line-height: 17px;
	text-align: center;
	bottom: 200px;
	left: 0px;
	background-color: #EAEAEA;
	border: 1px solid #958C9F;
	padding-top: 8px;
	color: #000;
}
#followDiv1 img{
	margin-bottom: 3px;
	margin-top: 3px;
}
.sp-title {
	height: 60px;
}

.outerdiv {
position: fixed;
top: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index:9999;
width: 100%;
height: 100%;
display: none;
box-sizing:border-box; 
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */ 
}
.innerdiv{
	margin:0 auto;
	width: 100%;
	max-width: 550px;
	min-height:530px;
	padding:100px 0;
	box-sizing:border-box; 
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */ 
}

.closepop{
	width: 1.5em;
	height:1.5em;
	line-height:1.5em;
	background: rgba(0,0,0,0.7);
	text-align: center;
	color:#fff ;
	position:absolute;
	top: 0px;
	right:0px;
	font-size:60px;
	cursor:pointer;
}

#gotop,#gobot {
	background-image: url(../images/btt.png);
	background-repeat: no-repeat;
	POSITION: fixed;
	height: 50px;
	width: 50px;
	bottom: 161px;
	right: 10px;
	background-color: #7F7F7A;
	display: block;
	cursor: pointer;
	z-index: 20000;
}
#gobot {
	background-image: url(../images/btb.png);
	background-repeat: no-repeat;
	bottom: 110px;

}
#gotop{
	background-position: center -55px;
}
#gotop:hover{
	background-color:#031d4d;
	background-position: center 15px;
}
#gobot{
	background-position: center 15px;
}
#gobot:hover{
	background-color: #031d4d;
	background-position: center -55px;
}
@media all and (max-width:1440px) {

.w960,.articlelist .w960,.footer .link{width:96%;}
.partner li img{height:60px;}
#menu  .menu  a {font-size:1em;}
.equipment li{	height: 300px;	}
.case{width: 80%;height:400px;}
}

@media all and (max-width:1220px) {

	#video{margin-top:-84px;}
.w960,.articlelist .w960,.footer .link{width:98%;}
.partner li img{height:55px;}
}
@media all and (max-width:1120px) {
	.equipment li{	height: 250px;	}
	
	#menu{width:75%;}
}

@media all and (max-width:1030px) {
#followDiv1 { display: none; }


}

@media all and (max-width:980px) { 
.w960,.w80,.pright,.pleft{width:100%;	max-width:100%;}
.scrolled .header_logo{margin:10px 0 0 10px;}
.screen {display:block;}
.scrolled .screen{margin:-10px 10px 0 0;}
.member,.search,#menu {display:none;}
.top-select{margin-right:90px;}
#menu{position:absolute;top:84px;left:0; width:100%;}
.scrolled #menu{top:48px;}
#menu .menu{width:100%; height:auto; overflow:hidden;border-bottom:1px solid #324254;background:#1c252f ;}
#menu  .menu a{float:left;height:45px;width:100%;line-height:45px;color:#fff;}
#menu  .menu ul { position:relative;float:left;top:0; width:100%;background-color:#262f38;  display:none;overflow:hidden; -webkit-box-shadow: none;	-moz-box-shadow: none;box-shadow:none;}
.scrolled #menu  .menu ul {	top:0;}
#menu  .menu:nth-child(5) ul {width:100%; background-color:#355c9b; }
#menu  .menu ul li {width:100%;border-bottom:1px solid #324254;}
#menu  .menu ul li a{width:100%;text-align: center;font-weight: normal;text-indent:0;line-height:45px;}
#menu  .menu ul li a:hover {  background-color:#337df2; }
#video{margin-top:0;}
#video .title h1{	font-size: 3em;}
#video .title span{	font-size: 1em;}
.e4{justify-content: space-around;}

.footer{	height:auto;}
.desc{width: 90%;}
.case{width: 90%;height:300px;}
}
@media all and (max-width:750px) {
#menu  .menu ul li a {font-size:14px;}

.hint h1{left:5%;}
.tm{padding:1rem 0;}

.e2 li a .tt {font-size:1rem;}
.w50{width:90%;margin:0 5%;}
.new {height:auto;}
.new .content{width: 100%;padding:10% 20%;}
#gotop,#gobot {right:-100px}

.equipment { flex-wrap:  wrap;	}
.equipment li{
	height: 500px;	
	width:100%;
	
}
.flogo,.fcode{width:100%;text-align: center;}
.footer-a .flex-between > div {width:50%;}
.footer-a .flex-between > div:nth-child(3) {width:100%;}
.footmenu {
	width:90%;
	padding:0 5%;
}
}

@media all and (max-width:500px) {
.tm h2{padding:2em 0 .5em ;	font-size:2em;}
.tm h3{	font-size:1.4em;}
.news {flex-wrap:  wrap; }
.news > div{
width:90%;
margin:10px 5%;
}
}
@media all and (max-width:450px) {

#video .title {   height: 25%;}
#video .title h1{	font-size: 2em;}
.w50{width:96%;margin:2%;}
.equipment li{width:90%;	height:auto;	}
.new .content{ padding:10% ;}
}