@charset "gb2312";
 
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; font-family:"微软雅黑"; line-height:36px; }
img { border:none; }
/*常用类*/
.layout_center { width:1200px; margin:0 auto; clear:both; }
.float_left { float:left; }
.float_right { float:right; }
.float_clear { clear:both; }
.red { color:red; }
.blue { color:blue; }
.gray { color:gray; }
.text_align_center { text-align:center; }
p { line-height:36px; }
a { color:#000; text-decoration:none; }
a:hover { color:#08478e; text-decoration:none; }
/*头部*/
#top_main { height:77px; width:1200px; margin:0 auto; }
#top { height:77px; }
#logo { height:77px;  float:left; }
#top_menu { height:67px;  float:right; text-align:right;   }

/*导航栏*/
#navigation_main { background:#004479; }
#navigation { height:46px; }
#navigation li { float:left; line-height:46px; text-align:center; background:url(images/menu-fgx.jpg) right no-repeat; }
#navigation li a { width:149px; display:block; font-weight:bold; font-size:14px; color:#FFF; }
#navigation li a:hover { background:#373737; text-decoration:none; }
/*幻灯*/
#banner_main { padding:5px 0; }
#banner { height:320px; border:0px; width:960px; }
/*主体*/
#content_main { clear:both; }
#content { }
/*主体左侧*/
#left { float:left; width:230px; }
.left_title { background:#004479; text-align:center; line-height:34px; padding:0 10px; }
.left_title h2 { font-size:14px; color:#FFF; }
.left_body { padding:5px 10px; overflow:hidden; zoom:1; border:1px solid #D7D7D7; border-top:none; }
.left_body dl dt { line-height:45px;   font-size:14px; padding:1px 0; }
.left_body dl dt a { background:#EDEDED; display:block; padding-left:15px; }
.left_body dl dt a:hover { background:#004479; display:block; padding-left:15px; color:#FFFFFF; text-decoration:none; }
.left_body dl dd { line-height:20px; padding-left:15px; border-bottom:1px dashed #D0D0D0; }
.left_bottom { height:10px; }
/*主体右侧*/
#right { float:right; width:960px; background:#fff; }
#right2 { float:right; width:1200px; background:#fff; }
.right_title {   height:27px; line-height:27px; padding:0 10px;  }
.right_title2 {   height:57px; line-height:57px; margin-bottom:20px;   }
.right_title h2 { font-size:12px; }
.right_body { padding:10px; overflow:hidden; zoom:1;  }
.right_bottom { height:10px; }
/*友情链接*/
#link_img_main { }
#link_img { background:#FFF; text-align:left; border-radius: 25px;    }
#link_img img { border:2px solid #FFFFFF;   }
#link_img a:hover img { border:2px solid #ff0000;   }
#link_text_main { }
#link_text {  padding-left:6px; background:#FFF; text-align:left; font-size:16px; line-height:100px; }
/*版权信息*/
#copyright_main {    background:#03366f ; color:#FFFFFF; font-size:14px; }
#copyright { padding:5px 0; text-align:center; }
#copyright a{ color:#CCCCCC; }
#copyright a:hover{ color:#FFFFFF }

/*产品相关*/
.products li { float:left; text-align:center; padding:6px; margin:12px; }
.products img { border:1px solid #d7d7d7;  }

.products li:hover{ transition: transform 0.5s ease; transform:translateY(-15px);  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.14);}

.products a { line-height:26px; font-size:14px;  }
.products_title { text-align:center; font-size:16px; padding:10px; }
.products_img { text-align:center; padding:10px; }
.products_img img { max-width:1200px; }
.products_next { padding:5px; border-bottom:1px dashed #333; }
/*首页企业风采*/
.productsf li { float:left; text-align:center; padding:3px; }
.productsf img { border:1px solid #999999;  }
.productsf a:hover img { border:1px solid #004479; }
.productsf a { line-height:26px; font-size:14px;  }
/*实景展示*/
.photo li { float:left; text-align:center; padding:4px; width:170px; height:150px;   }
.photo img { padding:4px; border:1px solid #999999; }
.photo a:hover img { border:1px solid #BF006A; }
.photo a { line-height:22px; }
.photo_title { text-align:center; font-size:16px; padding:10px; }
.photo_info { text-align:center; border-bottom:1px dashed #666; padding:10px; }
.photo_img { text-align:center; padding:10px; }
.photo_img img { max-width:600px; }
.photo_next { padding:5px; border-bottom:1px dashed #333; }
/*新闻相关*/
.news li { line-height:50px; border-bottom:1px dashed #eeeeee; padding-left:10px; background:url(images/li_ico.jpg) left no-repeat; list-style-type:none; }
.newsd li { line-height:69px; border-bottom:1px dashed #eeeeee; padding-left:10px; font-size:18px;  list-style-type:none; margin-bottom:30px; }
.newsd li:hover{ transition: transform 0.5s ease; transform:translateY(-15px);  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.14);}

.newsh li { line-height:39px; border-bottom:1px dashed #eeeeee; padding-left:10px; background:url(../images/hot.gif) left no-repeat; }
.news_title { text-align:center; font-size:16px; padding:10px; }
.news_content { padding:10px; }
.news_info { text-align:center; border-bottom:1px dashed #d7d7d7; padding:10px; }
.news_next { padding:5px; border-bottom:1px dashed #d7d7d7; }
/*留言板*/
.guestbook { border-collapse:collapse; width:100%; margin-top:10px; }
.guestbook th { padding:5px; border:1px solid #CCC; text-align:center; }
.guestbook td { padding:5px; border:1px solid #CCC; }
input, textarea, select { border:1px solid #CCC; font-size:12px; padding:5px; }
textarea { width:540px; height:100px; background:url(images/pcfinal.jpg) center no-repeat; }
/*人才招聘*/
.recruitment { border-collapse:collapse; width:100%; margin-top:10px; }
.recruitment th { padding:5px; border:1px solid #CCC; text-align:center; }
.recruitment td { padding:5px; border:1px solid #CCC; }
/*分页*/
.page_turner { padding:4px 0px 0px 1px; float:right; clear:both; }
.page_turner a, .page_turner span { float:left; display:block; border:1px solid #D3D1D1; padding:5px; margin-left:4px; line-height:16px; }
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c { background:#6F6F6F; color:#FFF; }
#total { color:red; }



.zixun{line-height:43px; height:100px; font-size:20px; text-align:center; margin-top:20px; color:#666666;}
.zixun h3 { color:#004479;}
.title1{
    font-size: 26px;  
    color: #004479;
    text-align: center;
    background: url(/images/line1.jpg)  0px 26px  no-repeat;
    line-height: 50px; margin-bottom:20px; margin-top:20px;
}
.title1 span { color:#999999 ; font-size:14px; line-height:30px;}
.dibu{ background:#004479; height:3px; }


/*主体样式*/
#container{width:1100px;margin:0 auto;}
.nei{
	background: #eeeeee;
	height: 54px;
}
.le{
	background: url(../images/left.png) top center no-repeat;
	height: 113px;
	text-align: center;
}
.le_sub1{
	font:400 28px/30px "微软雅黑";
	color: #333333;
	padding-top: 35px;
}
.le_sub1 span{
	color: #a1603c;
	text-transform:uppercase;
}
.le_sub2{
	text-transform:uppercase;
	color: #999999;
	font:200 14px/30px "微软雅黑";
}
.le1{
	margin-top: 15px;
}

.nei1{
	background: url(../images/nei.jpg) top center no-repeat;
	height: 465px;
	margin-top: 30px;
}
/*产品里列表*/
.product_list1{}
.product_list1 li{float:left;margin-left:43px;margin-right:44px;padding-bottom:15px;_display:inline;}
.product_list1 li a.img{padding:1px;border:1px solid #e0e1dc;}
.product_list1 li a.img img{width:150px;height:120px;}
.product_list1 li h3{text-align:center;padding-top:10px;font:200 16px/30px "微软雅黑";}
.product_list1 li h3 a{font-weight:normal;color: #333333;}
.product_list1 li a.img{display:block;}
.product_list1 li a.img:hover{border-color:#e87518;}
.le1_sub1{
	text-transform : uppercase;
	font:200 12px/20px "微软雅黑";
	text-align: center;
}



/*服务项目*/
.team{width:100%;padding:58px 0 ;   }
.team-con{width:100%;margin-top:40px}

.team-con .picScroll-left{ width:100%; left:0px; right:10px;top:20px;position:relative; }
.team-con  .picScroll-left .hd{  height:0px; position:relative}
.team-con  .picScroll-left .hd .prev{ z-index:9;display:block;  width:16px; height:30px;overflow:hidden;position:absolute;cursor:pointer; background:url("../images/left4.png") no-repeat;left:0;top:150px}
.team-con  .picScroll-left .hd .next{ z-index:9;display:block;  width:16px; height:30px;overflow:hidden;position:absolute;cursor:pointer; background:url("../images/right4.png") no-repeat;right:0;top:150px}
.team-con .picScroll-left .hd .prev:hover{background:url("../images/left4-1.png") no-repeat;}
.team-con .picScroll-left .hd .next:hover{background:url("../images/right4-1.png") no-repeat;}
.team-con  .picScroll-left .hd .prevStop{ background-position:-60px 0; }
.team-con  .picScroll-left .hd .nextStop{ background-position:-60px -50px; }


.team-con  .picScroll-left .bd{ overflow:hidden;padding:0 30px}
.team-con  .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.team-con  .picScroll-left .bd ul li{margin-top:25px;float:left; margin-left:5px;margin-right:5px;display:inline; width:276px !important;overflow:hidden;background:#fff;box-sizing:border-box;padding:10px 10px 10px 10px;transition:all ease-in-out 0.3s;text-align:left;height:420px; }
.team-des{width:100%;box-sizing:border-box;padding:0 22px}
.team-con  .picScroll-left .bd ul li h2{font-size:16px;color:#323232;margin-bottom:10px; font-weight:bold;}
.team-con  .picScroll-left .bd ul li p{font-size:14px;color:#777777;line-height:25px;margin-bottom:15px;height:75px;overflow:hidden}


.team-img{width:260px;height:260px;overflow:hidden;margin:0 auto; overflow:hidden;margin-bottom:20px;  }
.team-img img{width:260px;height:260px; }

.team-con .picScroll-left .bd ul li:hover{transition:all ease-in-out 0.3s;transform:translateY(-15px);transition:all ease-in-out 0.3s;box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.14);}
.team-con  .picScroll-left .bd ul li:hover  h3:after{opacity:1;right:5px;transition:all ease-in-out 0.3s}
.container{width:1200px;margin:0 auto}

/*产业布局*/
.team-con2{margin-top:0px; margin-bottom:30px;}
.team-con2  .picScroll-left2 .hd2{  height:0px; position:relative}
.team-con2  .picScroll-left2 .hd2 .prev{ z-index:9;display:block;  width:16px; height:30px;overflow:hidden;position:absolute;cursor:pointer; background:url("../images/left4.png") no-repeat;left:0;top:150px}
.team-con2  .picScroll-left2 .hd2 .next{ z-index:9;display:block;  width:16px; height:30px;overflow:hidden;position:absolute;cursor:pointer; background:url("../images/right4.png") no-repeat;right:0;top:150px}
.team-con2 .picScroll-left2 .hd2 .prev:hover{background:url("../images/left4-1.png") no-repeat;}
.team-con2 .picScroll-left2 .hd2 .next:hover{background:url("../images/right4-1.png") no-repeat;}
.team-con2  .picScroll-left2 .hd2 .prevStop{ background-position:-60px 0; }
.team-con2  .picScroll-left2 .hd2 .nextStop{ background-position:-60px -50px; }


.team-con2  .picScroll-left2 .bd2{ padding:0 30px}
.team-con2  .picScroll-left2 .bd2 ul{ overflow:hidden; zoom:1; }
.team-con2  .picScroll-left2 .bd2 ul li{margin-top:25px;float:left; margin-left:5px;margin-right:5px;display:inline; width:356px !important;overflow:hidden;background:#fff;box-sizing:border-box;padding:10px 10px 10px 10px;transition:all ease-in-out 0.3s;text-align:left;height:420px; }
.team-des2{width:100%;box-sizing:border-box;padding:0 22px}
.team-con2  .picScroll-left2 .bd2 ul li h2{font-size:16px;color:#323232;margin-bottom:10px; font-weight:bold;}
.team-con2  .picScroll-left2 .bd2 ul li p{font-size:14px;color:#777777;line-height:25px;margin-bottom:15px;height:75px;overflow:hidden}


.team-img2{width:320px;height:260px;overflow:hidden;margin:0 auto; overflow:hidden;margin-bottom:20px;  }
.team-img2 img{width:320px;height:260px; }

.team-con2 .picScroll-left2 .bd2 ul li:hover{transition:all ease-in-out 0.3s;transform:translateY(-15px);transition:all ease-in-out 0.3s;box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.14);}
.team-con2 .picScroll-left2 .bd2 ul li:hover  h3:after{opacity:1;right:5px;transition:all ease-in-out 0.3s}


/*服务优势*/
.fuwu{width:100%;padding:50px 0 70px 0}
.timu{width:100%;text-align:center}
.timu h2{font-size:24px;color:#909090;font-family: "ArnoPro-Semibold08pt";text-transform:uppercase;margin-bottom:5px}
.timu h3{font-size:32px; font-weight:bold;color:#333;margin-bottom:10px}
.timu h4 img{vertical-align:top;margin-top:6px}
.timu h4{font-size:14px;color:#646464; margin-top:22px}

/*关于我们*/
.about{width:100%;padding:50px 0 40px 0;background:url(/images/about-bg.jpg) center top no-repeat;}
.timu1{width:100%;text-align:center}
.timu1 h2{font-size:24px;color:#fff;font-family: "ArnoPro-Semibold08pt";text-transform:uppercase;margin-bottom:5px}
.timu1 h3{font-size:24px;color:#fff;margin-bottom:10px}
.timu1 h4 img{vertical-align:top;margin-top:11px}
.timu1 h4{font-size:14px;color:#fff; }

.about-con{width:100%;}
.about-conl{float:right;width:660px}
.about-conr{float:right;width:412px;height:505px;background:url(/images/about-lan.png) no-repeat;position:relative}
.about-text{font-size:14px;color:#fff;line-height:35px;margin-top:45px}
.about-text p{   font-size:16px;}
.about-shu{width:100%;margin-top:55px;position:relative}
.about-tel{ position:absolute; right:0; top:20px; margin-right:-480px; width:290px; text-align:left;}
.about-tel span{ color:#fff;}
.about-tel em{ font-size:33px; color:#ffd200; line-height:35px; font-style:normal;}
.about-shu ul{margin-left:15px;width:525px}
.about-shu ul li{float:left;width:175px;text-align:center}
.about-shu ul li h2 span{font-size:40px;color:#ffd200;display:inline-block;position:relative}
.about-shu ul li p{font-size:16px;color:#fdfeff;margin-top:5px}
.about-shu a{display:block;width:145px;height:45px;background:#ffd200;font-size:14px;color:#000;line-height:45px;text-align:center;transition:all ease-in-out 0.3s;position:absolute;right:0;top:20px}
.about-shu a:hover{background:#1999fa;color:#fff;transition:all ease-in-out 0.3s}
.about-shu ul li:nth-child(1) span:after{position:absolute;content:'年';right:-20px;top:0;font-size:16px}
.about-shu ul li:nth-child(2) span:after{position:absolute;content:'+';right:-27px;top:-10px;font-size:26px}
.about-shu ul li:nth-child(3) span:after{position:absolute;content:'+';right:-27px;top:-10px;font-size:26px}

.about-conr .picScroll-left{ width:360px; height:466px;position:absolute;left:30px;top:20px; overflow:hidden; position:relative; }
.about-conr .picScroll-left .hd{  height:0px; position:relative}
.about-conr .picScroll-left .hd .prev{ z-index:9;display:block;  width:36px; height:36px;overflow:hidden;position:absolute;cursor:pointer; background:url("../images/left2.png") no-repeat;left:0;top:230px}
.about-conr .picScroll-left .hd .next{ z-index:9;display:block;  width:36px; height:36px;overflow:hidden;position:absolute;cursor:pointer; background:url("../images/right2.png") no-repeat;right:0;top:230px}
.about-conr .picScroll-left .hd .prev:hover{background:url("../images/left2-1.png") no-repeat;}
.about-conr .picScroll-left .hd .next:hover{background:url("../images/right2-1.png") no-repeat;}
.about-conr .picScroll-left .hd .prevStop{ background-position:-60px 0; }
.about-conr .picScroll-left .hd .nextStop{ background-position:-60px -50px; }


.about-conr .picScroll-left .bd{  }
.about-conr .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.about-conr .picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center;  }
.about-conr .picScroll-left .bd ul li img{width:360px;height:466px}
