body{
	background:#fff;
}
.header{
	width:100%;
	min-width:1200px;
	padding:20px 0px;
}
.head{
	width:1200px;
	margin:0 auto;
}
.cx{
	position: fixed;
	top:0px;
	left:0px;
	z-index: 999;
}
.bd{
	background:#fff;
	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.44);
}
.bd img{
	height:50px !important;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.bd ul{
	margin-top:8px !important;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.head dl{
	float:left;
	height:52px;
	padding:10px 0px 10px 36px;
	background:url(../../images/logo_bg.png) no-repeat left center;
}
.head dl dt{
	font-size:20px;
	color:#005bac;
}
.head dl dd{
	font-size:16px;
	color:#212121;
}
.head img{
	float:left;
	margin-right:40px;	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.tel{
	float:right;
	padding-left:78px;
	background:url(../../images/tel_bg.png) no-repeat left center;
	font-size:20px;
	color:#212121;
	line-height:28px;
	margin-top:8px;
}
.banner{
	width:100%;
	min-width:1200px;
	height:60px;
	line-height: 60px;
	background:#005bac;	
}
.menu{		
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 99;
	width:1200px;
	height:60px;
	text-align: center;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.menu li a{	
	display: block;
	font-size:16px;	
	color:#ffffff;
	line-height:60px;	
	padding:0px 35px;
}
.menu > li {
    display:inline-block;	
	height:60px;
	line-height: 60px;	
	position: relative;
	text-align: center;
	margin:0px 8px;	
}
.menu > li:first-child{
	margin-left:0px;
}
.menu > li:last-child{
	margin-right:0px;
}
.menu a{   
    color: #fff;
    display: block;    
    font-size:18px;
	color:#fff;
	line-height:16px;	
}
.menu li.in_cur > a{
	color:#005bac;
	background:#fff;
}
.menu li:hover > a {   
    color:#005bac;
	background:#fff;
}
.submenu {
	width:100%;
    left: 0;
    max-height: 0;
    position: absolute;
    top:50px;
    z-index: -1;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;   
}
.submenu li{
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu .submenu li:first-child{
	padding-top:10px;	
}
.menu .submenu li a{
	font-size:12px;
	padding:0px;
	background:#005bac;
  	color:#fff;
	line-height: 40px;		
	border:none;
}
.menu .submenu li:hover a {	
	background-color:rgba(80,80,80,0.2);
	color:#005bac;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
/*轮播图*/
.picture{
	width: 100%;
    min-width:1200px;
    height:600px;
    position: relative;
    overflow: hidden;
    z-index: 50;
}
.slider {
    width: 100%;
    position: absolute;
    left:50%;
    margin-left:-960px;     
}
/* 切换按钮 */
.osSlider-main .slider-btn-prev {    
     display: none;
}
.slider-btn-next{   
    display: none;
}
/* 高亮导航部分 */
.osSlider-main .slider-nav {
    position: absolute;
    width:100%;
    height: 22px;
    bottom: 90px;
    text-align: center;
    z-index: 25;
}
.osSlider-main .slider-nav li {
    display: inline-block;
    width:13px;
    height:13px;
    font-size:0px;
    border:1px solid #005bac;
    margin:0 6px;   
    cursor: pointer; 
    border-radius: 10px; 
}
.osSlider-main .slider-nav li.active {
    background:#005bac;
}
.osSlider-main .slider-nav li:hover {   
    background: #005bac;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 20;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  	-webkit-transform: translate3d(0,0,0);
  	-moz-transform: translate3d(0,0,0);
  	-ms-transform: translate3d(0,0,0);
}
/*产品展示*/
.pro{
	width:100%;
	min-height: 200px;
	height:590px;
	padding-top:23px;
	background:url(../../images/prds_bg.jpg) no-repeat top center;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 88;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
	float: left;
	text-align: center;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  	-webkit-transform: translate3d(0,0,0);
  	-moz-transform: translate3d(0,0,0);
  	-ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-controls{
	position: absolute;
	width:1200px;
	height:330px;
	left:50%;
	margin-left:-600px;
	top:0px;
	z-index: 5;
}
.owl-buttons{
	position: absolute;
	z-index: 10;
	width:100%;
}
.owl-buttons div:hover{
	opacity: 1;
}
.owl-prev{
	left:0px;
	background:url(../../images/box_left.png) no-repeat center center;
}
.owl-next{
	right:0px;
	background:url(../../images/box_right.png) no-repeat center center;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/*产品轮播*/
.prds{
	width:100%;
	min-width:1200px;
	padding-top:30px;
	text-align: center;	
}
.in_txt1{
	display: inline-block;
	width:280px;
	text-align: center;
}
.in_txt1 dt{
	font-size:24px;
	color:#005bac;
	line-height: 36px;
}
.in_txt1 dd{
	font-size:14px;
	color:#828282;
	line-height:30px;
	text-transform: uppercase;
	background:url(../../images/hx_hui.png) no-repeat center center;
}
.in_txt1 a:hover dd{
	color:#005bac;
}
.tabs{
	width:1200px;
	margin:30px auto 0px;
	text-align: center;
}
.tabs li{
	margin:0px 2px;
	display: inline-block;
}
.tabs li a{
	display: block;
	height:36px;
	line-height: 36px;
	text-align: center;
	font-size:16px;
	color:#828282;
	padding:0px 20px;
	border-radius: 20px;
	border:1px solid #828282;
	text-transform: uppercase;
}
.tabs li.thistab a{
	border:1px solid #005bac;
	color:#fff;
	background:#005bac;
}
.tab_conbox{
	width:1200px;
	margin:35px auto 0px;
}
.owl-pagination{
	display: none;
}
.owl-buttons{
	width:1310px;
	height:233px;
	margin:0 auto;
	position: absolute;
	top:0px;
	left:-55px;
	z-index: 1;
}
.owl-prev,.owl-next{
	position: absolute;
	top:50%;
	margin-top:-29px;
	font-size:0px;
	width:32px;
	height:57px;	
}
.owl-prev{
	left:0px;
	background:url(../../images/box_left.png) no-repeat center center;
	background-size:100% 100%;
}
.owl-prev:hover{
	background:url(../../images/box_left1.png) no-repeat center center;
}
.owl-next{	
	right:0px;
	background:url(../../images/box_right.png) no-repeat center center;
	background-size:100% 100%;
}
.owl-next:hover{
	background:url(../../images/box_right1.png) no-repeat center center;
}
.owl-dots{
	display: none;
}
.owl-item i{
	display:block;
	width:360px;
  	overflow:hidden;
}
.item{	
	display: inline-block;
	width:360px;
	text-align: center;	
	position: relative;
	cursor: pointer;
}	
.item img{
	width:360px;	
}
.item a:after{
	content:'';
	width:360px;
	height:0px;
	position: absolute;
	left:0px;
	top:0px;
	background:url(../../images/pro_bg.png) no-repeat center center;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.item a:hover:after{
	height:260px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.item p{
	font-size:16px;
	color:#5a5a5a;
	line-height: 40px;
	text-align: left;
	padding-top:8px;
}
.more{
	text-align: center;
	margin-top:20px;
}
.more a{
	display: inline-block;
	width:124px;
	height:34px;
	font-size:14px;
	color:#005bac;
	line-height: 34px;
	border:1px solid #005bac;
	border-radius: 17px;
}
.more a:hover{
	background:#005bac;
	color:#fff;
}
/*公司简介*/
.about{
	width:100%;
	min-width:1200px;
	height:490px;
	padding-top:30px;
	margin-top:40px;
	text-align: center;
	background:url(../../images/about_bg.jpg) no-repeat top center;
}
.about_con{
	width:1200px;
	margin:50px auto 0px;	
}
.in_txt{
	display: inline-block;
	width:300px;
}
.in_txt dt{
	font-size:24px;
	color:#fff;
	line-height: 40px;
}
.in_txt dd{
	font-size:15px;
	color:#fff;
	text-transform: uppercase;
	background:url(../../images/hx_bai.png) no-repeat center center;
}
.ab_left{
	float:left;
	overflow: hidden;
	width:552px;
	height:277px;
}
.ab_right{
	float:right;
	width:600px;
	text-align: left;
	color:#fff;
}
.ab_right dt{
	font-size:20px;
	color:#fff;
}
.ab_right dd{
	font-size:14px;
	color:#ffffff;
	line-height: 26px;
	margin-top:30px;
}
.ab_right dd.more{
	text-align: left;
	margin-top:50px;
}
.ab_right dd.more a{
	color:#fff;
	border-color:#fff;
	text-align: center;
}
.ab_right dd.more a:hover{
	background:#fff;
	color:#005bac;
}
/*经典客户*/
.kh{
	width:1200px;
	margin:40px auto 0px;
	text-align: center;
}
.kh ul{
	float:left;
	width:1200px;	
	text-align: center;
	margin-top:30px;
}
.kh ul li{
	float:left;
	width:398px;
	border:1px solid #aaaaaa;
	border-right:none;
	height:66px;
	padding:70px 0px;
	text-align: center
}
.kh ul li:nth-child(3n){
	border-right:1px solid #aaa;
}
.kh ul li:nth-child(1),.kh ul li:nth-child(2),.kh ul li:nth-child(3){
	border-bottom:none;
}
/*产品展示左右箭头 */
.LeftBotton,.RightBotton{	
	cursor:pointer;
	font-size:80px;;
	font-family: serif;
	color:#e5e5e5;	
	position: absolute;
	top:50%;
	margin-top:-55px;
}
.LeftBotton:hover,.RightBotton:hover{
	color:#ff0000;
}
.LeftBotton{	
	left:0px;
}
.RightBotton{	
	right:0px;
}
/*新闻中心*/
.news{
	padding:30px 0px 40px;
	width:1200px;
	margin:0 auto;
	text-align: center;
}
.news_con{
	margin:40px auto;
}
.news li{
	display: inline-block;
	width:240px;
	padding:100px 40px 30px;
	background:#e8e8f1;
	position: relative;
	text-align: left;
}
.news li p{
	position:absolute;
	width:88px;
	padding:15px 0px 15px 30px;
	color:#fff;
	background:#5a5a5a;
	top:0px;
	left:40px;
	line-height: 26px;
}
.news li p span{
	display: block;
	font-size:22px;
	color:#fff;
}
.news_con dt{
	font-size:18px;
	color:#5a5a5a;
	padding-bottom:15px;
	position: relative;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_con dt:after{
	content: '';
	width:20px;
	height:2px;
	background:#5a5a5a;
	position: absolute;
	bottom:0px;
	left:0px;
}
.news_con dd{
	font-size:14px;
	color:#a1a1a1;
	line-height: 22px;
	margin-top:20px;
	word-break:break-all;
  	display:-webkit-box;
  	-webkit-line-clamp:3;
  	-webkit-box-orient:vertical;
  	overflow:hidden;
}
.news_con dd span{
	display: block;
	width:80px;
	height:24px;
	border:1px solid #5a5a5a;
	font-size:14px;
	color:#5a5a5a;
	text-align: center;
	border-radius: 13px;
	line-height: 24px;
}
.news_con a:hover p,.news_con a:hover dd span{
	background:#005cad;
	color:#fff;
}
/*发展历程*/
.history{
	width:100%;
	min-width:1200px;
	height:600px;
	text-align: center;
	padding-top:37px;
	background:url(../../images/his_bg.jpg) no-repeat top center;
}
.scrollpic {
	width: 1230px;
	margin:96px auto 0 auto;
	position: relative;
  	z-index:99;
}
#myscroll {
	display: block;
	width:976px;
	position: relative;
	height: 331px;
	overflow: hidden;
	margin:0 auto;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:244px;
	height:331px;
	position: relative;
}
#myscroll ul li dl{
	width:204px;
	height:78px;	
	position: absolute;
	text-align: left;
	padding:20px;
	color:#fff;
}
#myscroll ul li dl dt{
	font-size:25px;
	font-weight: bold;
}
#myscroll ul li dl dd{
	font-size:13px;	
	line-height: 20px;
	padding-top:8px;	
	color:#fff;
}
#myscroll ul li dl:hover{
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#CCFFFFFF", endColorstr="#CCFFFFFF");
	background-color:rgba(255,255,255,0.8);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;	
}
#myscroll ul li dl:hover dt,#myscroll ul li dl:hover dd{
	color:#005cad;
}
#myscroll ul li:nth-of-type(odd){
	background:url(../../images/his_bg1.png) no-repeat top center;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
} 
#myscroll ul li:nth-of-type(odd) dl{
	top:0px;	
}
#myscroll ul li:nth-of-type(even){	
	background:url(../../images/his_bg2.png) no-repeat bottom center;	
}
#myscroll ul li:nth-of-type(even) dl{
	bottom:0px;	
}
#mybtns {
	margin: 10px 0;
	width: 1100px;
	display: block;
	height: 42px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left:10px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#left,#right{
	display:block;	
	position: absolute;
	top:50%;
    margin-top: -35px;
    font-size:60px;
    color:#fff;
    font-family: serif;
}
#left {	
    left:0px;    
}
#left:hover{
	opacity: 0.8;
}
#right {	
    right:0px;
}
#right:hover{
	opacity: 0.8;
}
#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
/*产品展示 */
.rollBox{
	width:1300px;
	overflow:hidden; 
	margin:40px auto;
	text-align: left;
	position: relative;
}
.rollBox .Cont{
	width:1204px;
	overflow:hidden;
	margin:0 auto;
}
.rollBox .ScrCont{width:10000000px;}
.pic{ 
	position:relative;	
	float:left;
	text-align:center; 	
	margin-right:26px;
	text-align: left;		
}
.pic a{
	display: block;
	width:350px;
	padding:16px;
	border:1px solid #fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.pic i{
	display:block;
	width:350px;
	height:256px;
	overflow: hidden;
}
.pic a img{
	width:350px;
	height:256px;
}
.pic a:hover img{	
	transform:scale(1.1);
	-webkit-transform:scale(1.1); 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.pic a:hover{
	border:1px solid #ff0000;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.pic h2{
	font-size:20px;
	color:#333333;
	font-weight: normal;
	line-height: 50px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.pic a:hover h2{
	color:#ff0000;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.pic a:hover dt{
	color:#ff0000;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.pic a:hover span{
	background:#e50b22;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.pic dl{
	padding:10px 0px;
}
.pic dt{
	font-size:15px;
	color:#989898;
	line-height: 36px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.pic dd{
	font-size:13px;
	color:#333333;
	line-height: 20px;
}
.pic span{
	display: inline-block;
	width:90px;
	height:34px;
	line-height: 34px;
	text-align: center;
	font-size:15px;
	color:#fff;
	background:#666666;
	margin-top:10px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.rollBox #List1,.rollBox #List2{
	float:left;
}
/*友情链接*/
.link{
	width:1200px;
	margin:50px auto 40px;
}
.link,.link a,.link span{
	font-size:14px;
	color:#5a5a5a;
}
.link a{
	margin-right:10px;
}
.link a:hover{
	color:#000;
	text-decoration: underline;
}
/*底部*/
.footer{
	width:100%;
	min-width:1200px;
	background:#212121;
	padding-top:50px;
	padding-bottom:35px;
}
.foot_con{
	width:1200px;
	margin:0 auto;
}
.foot_left{
	float:left;
	width:880px;
}
.fo_ban{
	line-height: 14px;
	margin-bottom:20px;
}
.fo_ban li{
	display: inline-block;
	line-height: 14px;
	padding:0px 30px;
	border-right:1px solid #949495;
}
.fo_ban li:first-child{
	padding-left:0px;
}
.fo_ban li:last-child{
	border-right:none;
}
.fo_ban li a{
	font-size:15px;
	color:#c4c4c4;
}
.foot_con span{
	display: inline-block;
	margin-right:20px;
	line-height: 44px;
}
.foot_right{
	float:right;
	width:310px;
}
.foot_right span{
	display: inline-block;
	padding:30px 0px;
	font-size:15px;
	line-height: 26px;
	padding-left:60px;
	border-left:1px solid #a5a5a7;
	text-align:center;
}
.foot_right img{
	float:right;
  	width:140px;
	margin-top:-20px;
}
.foot_con,.foot_con p,.foot_con span,.foot_con a{
	font-size:14px;
	color:#c4c4c4;
}
.footer a:hover{
	color:#005bac;
}
/*列表页*/
.banner_n{
	width:100%;
	min-width:1200px;
	height:298px;
}
.list{
	width:1200px;
	margin:40px auto 65px;
}
.list_left{
	float:left;
	width:218px;	
}
.list_left > div{
	border:1px solid #e8e8e8;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;	
}
.left_top{
	margin-bottom:28px;
}
.left_txt{
	background:#005bac;
	padding:8px 0px;
	border-radius: 8px;
	padding-left:20px;
	position: relative;
}
.left_txt:after{
	content: '>';
	width:18px;
	height:18px;
	border-radius: 18px;
	border:1px solid #afcce5;
	text-align: center;
	line-height: 18px;
	color:#afcce5;
	position: absolute;
	right:15px;
	top:26px;
	font-family: serif;
}
.left_txt dt{
	font-size:20px;
	color:#fff;
	font-weight: bold;
	line-height: 32px;
}
.left_txt dd{
	font-size:12px;
	color:#a9a9a9;
	line-height: 20px;
	font-family: arial;
	text-transform: uppercase;
}
.list_fl li a{
	display: block;
	padding-left:20px;
	font-size:14px;
	color:#252525;
	line-height: 45px;
	border-bottom:1px solid #e8e8e8;
	position: relative;
}
.list_fl li:last-child a{
	border-bottom:none;
}
.list_fl li a:after{
	content: '>';
	font-size:15px;
	color:#7f7f7f;
	line-height: 45px;
	position: absolute;
	right:37px;
	top:0px;
	font-family: serif;
}
.list_fl li.li_cur a,.list_fl li.li_cur a:after,.list_fl li a:hover,.list_fl li a:hover:after{
	color:#005bac;
}
.left_bom p{
	font-size:20px;
	color:#005bac;
	line-height: 30px;
	text-align: center;
	padding:12px 0px;
	font-weight: bold;
	border-bottom:1px solid #e8e8e8;
}
.left_ly{
	padding:15px 0px 20px;
	text-align: center;
}
.left_ly dt{
	font-size:16px;
	color:#005bac;
	line-height: 30px;
	margin-bottom:8px;
}
.left_ly dd a{
	display: inline-block;
	width:124px;
	height:28px;
	line-height: 28px;
	border:1px solid #005bac;
	color:#005bac;
}
.left_ly dd a:hover{
	background:#005bac;
	color:#fff;
}
.list_right{
	float:right;
	width:920px;
}
.pst{
	font-size:16px;
	color:#005bac;
	padding-left:48px;
	height:42px;
	line-height: 42px;
	background:url(../../images/ico1.png) no-repeat left 4px;
	border-bottom:1px solid #dbdbdb;
}
.pst span{
	float:right;
	line-height: 42px;
	padding-left:28px;
	background:url(../../images/home_bg.png) no-repeat left center;
}
.pst a:last-child{
	color:#005bac;
}
.list_about{
	padding-top:20px;
}
.li_txt{
	text-align: center;
	font-size:20px;
	color:#212121;
	line-height: 28px;
	font-weight: normal;
	margin-bottom:10px;
}
.list_about,.list_about p,.list_about span{
	font-size:14px;
	line-height: 30px;
	color:#626262;
}
/*产品中心*/
.list_img li{
	float:left;
	width:280px;
	margin-right:38px;
	margin-bottom:25px;
}
.list_img li i{
	display: block;
	width:280px;
	overflow: hidden;
}
.list_img li i img{
	width:100%;
}
.list_img li:nth-child(3n){
	margin-right:0px;
}
.list_img li p{
	line-height: 30px;
	font-size:16px;
	color:#5a5a5a;
	padding-top:20px;
	overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
/*产品详情*/
.arc_top img{
	height:250px;
}
.arc_top dl{
	float:right;
	width:360px;
	height:210px;
	padding:20px 80px;
	background:#eaeaea;
}
.arc_top dt{
	font-size:20px;
	color:#5a5a5a;
	line-height:36px;
	padding-bottom:10px;
	border-bottom:1px solid #c1c1c1;
	margin-bottom:10px;
}
.arc_top dd{
	font-size:16px;
	color:#4b4b4b;
	line-height: 38px;
}
.arc_img{
	width:100%;
	margin-top:45px;
}
.list img{
	max-width:100%;
}
/*客户案例*/
.list_about .kh{
	width:920px;
	margin:0px;
}
.list_about .kh li{
	width:304px;
}
/*人才招聘*/
.list_zp{
	width:1200px;
	margin:20px auto;
}
.zp_con{
	background:#f3f3f3;
	margin:40px auto 60px;
}
.zp_right{
	float:right;
	width:380px;
	padding:90px 40px;
}
.zp_more{
	text-align: center;
	margin-top:40px;
}
.zp_more a{
	display: inline-block;
	width:160px;
	height:36px;
	line-height: 36px;
	text-align: center;
	color:#fff;
	background:#005bac;
	font-size:14px;
}
.zp_more a:hover{
	text-decoration: underline;
}
.list_zp .pst{
	background:url(../../images/ico2.png) no-repeat left 4px;
}
/*联系我们*/
.list_contact{
	padding-top:50px;
}
.lx_left{
	float:left;
	width:420px;
}
.lx_right{
	float:right;
	width:660px;
}
.lx_txt{
	padding-top:95px;
	margin-bottom:15px;
}
.phone{
	background:url(../../images/lx_tel.png) no-repeat top left;
}
.ly{
	background:url(../../images/lx_mes.png) no-repeat left top;
}
.lx_txt dt{
	font-size:20px;
	color:#262635;
	line-height: 24px;
}
.lx_txt dd{
	font-size:14px;
	color:#a5a5a5;
	font-family: arial;
	line-height:20px;
}
.lx_left p{
	font-size:18px;
	color:#000000;
	line-height:30px;
	padding-left:50px;
	margin:60px 0px;
}
.lx_tel{
	background:url(../../images/tel_bg1.png) no-repeat left center;
}
.lx_add{
	background:url(../../images/add_bg.png) no-repeat left center;
}
.lx_email{
	background:url(../../images/email_bg.png) no-repeat left center;
}
#map{
	width:100%;
	height:480px;
	margin-top:60px;
	margin-bottom:60px;
}
#name,#phone{
	width:305px;
	height:56px;
	line-height: 56px;
	background:#f6f6f6;
	margin-bottom:22px;
	border:none;
	padding-left:15px;
}
#name{	
	float:left;
}
#phone{
	float:right;
}
#neirong{
	width:645px;
	height:120px;
	line-height: 56px;
	background:#f6f6f6;
	padding-left:15px;
	border:none;
	resize: none;
	margin-bottom:22px;
}
.coolbg{
	float:right;
	width:212px;
	height:55px;
	line-height: 55px;
	background:#005bac;
	font-size:18px;
	color:#ffffff;
	border:none;
	cursor: pointer;
}
.intxt{
	width:150px;
	height:52px;
	line-height: 52px;
}
#vdimgck{
	height:55px;
}
/*新闻中心*/
.list_news{
	width:1150px;
	margin:20px auto;
}
.arc_news{
	width:1150px;
	margin:20px auto;
}
.list_news ul{
	float:left;
	width:100%;
	margin-top:20px;
}
.list_news li{
	float:left;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:2px dotted #dfdfdf;
}
.list_news li p{
	float:left;
	width:70px;
	padding:10px 0px;
	text-align: center;
	background:#000000;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.list_news li span,.list_news li i{
	display: inline-block;
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.list_news li span{
	font-size:30px;
}
.list_news li i{
	font-size:15px;
}
.list_news li a:hover p{
	background:#005bac;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.list_news li a:hover span,.list_news li a:hover p i{
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.list_news dl{
	float:left;
	width:1030px;
	margin-left:38px;
	padding-top:8px;	
}
.list_news dl dt{
	font-size:18px;
	color:#000000;
	line-height: 30px;
	margin-bottom:8px;
}
.list_news dl dd{
	font-size:15px;
	color:#7c7c7c;
	line-height: 20px;
	overflow: hidden;/*超出部分隐藏*/
            white-space: nowrap;/*不换行*/
            text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.list_news a:hover dt{
	color:#005bac;
}
/*新闻详情*/
.article{
	margin-top:40px;
}
.article h1{
	font-size: 18px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    margin-bottom:5px;
    color:#404040;
}
.f_txt{
	text-align: center;	
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #b9b9b9;
}
.f_txt span{
	font-size:14px;
	color:#909090;
	padding:0px 8px;
}
.arc_body{
	padding-bottom:20px;	
	font-size:18px;
	min-height: 400px;
}
.arc_images,.arc_images span,.arc_images p,.arc_images dl{
	font-size:16px;
	line-height: 34px;
}
.arc_bottom{
	float:left;
	width:100%;
	margin-bottom:25px;
	margin-top:20px;
}
.arc_bottom li{	
	width:48%;
	font-size:14px;
	color:#505050;	
}
.arc_bottom li a{
	font-size:14px;	
}
.article .img_txt{
	padding-bottom:10px;
	border-bottom:1px solid #d5d5d5
}
.arc_bottom li.right{
	text-align: right;
}
.img_fl{
	text-align:center;
  	margin-bottom:20px;
  	margin-top:10px;
}
.img_fl li{
	display:inline-block;
  	margin:0px 8px;
}
.img_fl li a{
	display:block;
  	padding:5px 10px;
  	font-size:14px;
  	color:#005bac;
  	border:1px solid #005bac;
}
.img_fl li.img_cur a{
	background:#005bac;
  	color:#fff;
}
/* jquery.hiSlider.css */
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 69px;
    width: 41px;    
    margin-top: -20px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
    font-size:0px;
}
.hiSlider-btn-prev{
    left: 10px;
    background:url(../../images/ab_left.png) no-repeat center center;
}
.hiSlider-btn-next{
    right: 10px;
    background:url(../../images/ab_right.png) no-repeat center center;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;  
}
.hiSlider-pages{
    bottom: 10px;
    right: 10px;
    text-align: right;
}
.hiSlider-pages a{
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ddd;
}
.hiSlider-pages a.active{
    background: #5472BF;
}
#wrap{
	width: 80%;
	min-width: 300px;
	margin: 10px auto 80px;
	background: #fefefe;
}
.hiSlider{
	overflow: hidden;
	height: 566px;
	width:921px;
	margin-top:30px;
}
.hiSlider-item{
	float: left;
}
























