/*通用*/
.am-container {
	max-width:1200px;
	padding:0px;
}
.am-text-fff {
	color:#FFF;
}
.am-text-fff:hover {
	color:#FFF;
}
.am-background-color-fff {
	background:#FFF;
}
.am-text-048e0e{
	color:#048e0e;
}
.am-btn-more {
  color: #fff;
  background-color: #272636;
  border-color: #272636;
  border-radius: 5px;
  padding:5px 15px;
}

.am-btn-more:hover,
.am-btn-more:focus,
.am-btn-more:active,
.am-btn-more.am-active,
.am-active .am-btn-more.am-dropdown-toggle {
  color: #fff;
  border-color: #fff;
}

/*特殊字体*/
@font-face {
	font-family: "BigYoung";
	src: url( ../fonts/BigYoung.eot ); /* IE */
	src: local("BigYoung"), url( ../fonts/BigYoung.ttf ) format("truetype"); /* 非IE */
}
@font-face {
	font-family: "MFYueHei";
	src: url( ../fonts/MFYueHei.eot ); /* IE */
	src: local("MFYueHei"), url( ../fonts/MFYueHei.otf ) format("truetype"); /* 非IE */
}
.BigYoung { font-family:"BigYoung", verdana, helvetica, sans-serif; } 
.MFYueHei { font-family:"MFYueHei", verdana, helvetica, sans-serif; } 

/*头部*/
.am-topbar{
	background: #f7f7f7;
	margin:0px;
	height:80px;
	border-bottom:#c2c2c2 1px solid;
}
.am-with-topbar-fixed-top {
	padding-top: 80px;
}

.nav{ float:left; }
.nav ul li.on {background-color: #048e0e;color: #FFF;}
.nav ul li.on a{color: #FFF;}
.nav ul {z-index:999;margin: 0;padding: 0;}
.nav ul li {float: left;position: relative; font-size:15px; list-style:none;}
.nav ul li a{float:left;padding:28px 0; width:95px; text-align:center; font-weight:bold;}
.nav ul li a.on {background: #048e0e;color:#FFF;}
.nav ul li a:hover{ background: #048e0e;color:#FFF;text-decoration:none;}
.nav ul li ul {background:#FFF;position: absolute;width:166px;display:none;visibility: hidden;left: 0; border:#DDD 1px solid; border-top:none; padding: 10px 0; }
.nav ul li ul:before,
.nav ul li ul:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
}
.nav ul li ul:before,
.nav ul li ul:after {
  border-bottom-style: solid;
  border-width: 0 8px 8px;
}
.nav ul li ul:before {
  border-bottom-color: #dddddd;
  bottom: 0;
}
.nav ul li ul:after {
  border-bottom-color: #ffffff;
  bottom: -1px;
}
.nav ul li ul:before,
.nav ul li ul:after {
  left: 40px;
  top: -8px;
  pointer-events: none;
}
.nav ul li ul li { height:35px; line-height:35px; }
.nav ul li ul li a{float:left;text-align:left; width:162px; padding: 0px 0px 0px 20px;color:#333; font-weight:normal; font-size:14px;}
.nav ul li ul li a:hover {background:#F5F5F5; color:#333;}
.nav ul li ul li.folder  span.fd {float:left;color:#FFF;CURSOR:pointer;}
.nav ul li.on ul li a{float:left;text-align:left; width:162px; padding: 0px 0px 0px 20px;color:#333; font-weight:normal; font-size:14px;}


.navbgbox{position: absolute;left: 0;top: 0;width: 0;height: 0;background: silver; }
.toplevelshadow {opacity: 0.8;}
#nav_0 a {border:0;}

.am-form-group .am-form-field{
	border-right:none;
	max-width:120px;
}
.am-form-group select{
	height:33px;
	font-size:14px;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	border-left:none;
	border-right:none;
	color:#999;
}
.am-form-group .am-btn{
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

/*底部*/
footer {
	background:#606060;
	color: #ffffff;
}

/*banner1*/
.fullSlide{ width:100%;  position:relative; height:580px; background:#000;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:580px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:580px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:42px; height:11px; margin:1px; overflow:hidden; background:#000;
	filter:alpha(opacity=50);opacity:0.8;  line-height:999px; 
}
.fullSlide .hd ul .on{ background:#048E0E;  }
.fullSlide .prevnext{width:1200px; margin:0 auto; height:60px; overflow:hidden; position: relative; z-index:1000; top:-50%; }
.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:0;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
.fullSlide .next{ left:auto; right:0; background-position:-6px -137px; }

.banner_about{ height:100px; background:url(../images/about_banner.jpg) no-repeat center;  margin:0 auto; display:block;}
.banner_news{ height:100px; background:url(../images/newsbanner.jpg) no-repeat center; margin:0 auto; display:block;}

/*案例列表*/
.picScroll{
	position:relative;
	padding:20px 0 5px 40px;
	overflow:hidden;
}
.picScroll ul{
	overflow:hidden;
	zoom:1;
	margin:0px;
	padding:0px;
}
.picScroll ul li{
	float:left;
	margin:10px 15px;
	padding:5px 0;
	width:250px;
	display:inline;
}
.picScroll ul li .am-gallery-item {
	background:#fcfcfc;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	padding:5px;
}
.picScroll ul li .am-gallery-item img {
	width: 100%;
	height: auto;
}
.picScroll ul li .am-gallery-title {
	margin: 5px 0 2px 0;
	font-size: 1.4rem;
	color: #048e0e;
	display: block;
	word-wrap: normal;
	/* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align:center;
}
.picScroll ul li .am-gallery-desc {
	color: #999999;
	font-size: 1.2rem;
	text-align:center;
	margin: 0 0 5px 0;
}
.picScroll .prev,
.picScroll .next{
	position:absolute;
	left:0px;
	top:230px;
	display:block;
	width:18px;
	height:28px;
	overflow:hidden;
	background:url(../images/icons.png) -40px 0 no-repeat;
	cursor:pointer;
}
.picScroll .next{
	left:auto;
	right:0px;
	background-position:-120px 0;
}
.picScroll .prevStop{
	background-position:0 0;
}
.picScroll .nextStop{
	background-position:-80px 0;
}

/*案例展示*/
.picviewbox {border:1px solid #ddd;}
.f_l {float:left;}.f_r{float:right;}
 
#toolBar {width:968px;overflow:hidden;background:#000;height:30px; line-height:10px; padding-top:10px;}
#toolBar .f_l {margin:0 0 0 15px; padding:0px; list-style:none;}
#toolBar .f_l li {float:left;font-size:12px;color:#5C5C5C;padding-right:7px;}
#toolBar .f_l li.full {height:12px;background:url(../images/icon.png) no-repeat 0 0;color:#9A9A9A;padding-left:21px;cursor:pointer;padding-right:16px;}
#toolBar .f_l li.play {height:12px;background:url(../images/icon.png) no-repeat 0 -14px;color:#9A9A9A;padding-left:21px;cursor:pointer;padding-right:16px;}
#toolBar .f_l li.stop {height:12px;background:url(../images/icon.png) no-repeat -188px 0;color:#9A9A9A;padding-left:21px;cursor:pointer;padding-right:16px;}
#toolBar .f_l li.save {height:12px;background:url(../images/icon.png) no-repeat 0 -28px;color:#9A9A9A;padding-left:21px;cursor:pointer;padding-right:16px;}
#toolBar .f_l li.save a:hover {color:#9A9A9A;text-decoration:none}
#toolBar .f_r li {float:left;font-size:12px;color:#5C5C5C;padding-right:7px;margin-top:2px;}
#toolBar .f_r li.comment {height:18px;background:url(../images/icon.png) no-repeat 0 -42px;color:#9A9A9A;padding-left:22px;cursor:pointer;padding-right:16px;margin-top:2px;}
#toolBar .f_l li.save a:hover,#toolBar .right li.comment a:hover {color:#9A9A9A;text-decoration:none}

#playbox {width:970px;height:520px;text-align:center;margin-top:17px;position:relative;background:url(../Public/images/msg_loading.gif) no-repeat center center;}
.pageLeft {position:absolute;left:0;top:0;width:100%;cursor:pointer;z-index:1000}
.pageLeft span {float:left;width:102px;height:95px;margin:0 0 0 24px;_display:inline;background-image: url(../Public/images/right.png)!important;/* FF IE7 */background-repeat: no-repeat;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Public/images/right.png'); /* IE6 */_background-image: none; /* IE6 */}
.pageLeft span a,.pageRight span a {display:block;position:relative;width:102px;height:95px;}
.pageRight {position:absolute;left:0;top:0;width:100%;cursor:pointer;z-index:1000}
.pageRight span {float:right;width:102px;height:95px;margin:0 24px 0 0;_display:inline;background-image: url(../Public/images/left.png)!important;/* FF IE7 */background-repeat: no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Public/images/left.png'); /* IE6 */_background-image: none; /* IE6 */}
.pageLeft-bg {position:absolute;left:0;top:0;width:100%;}
.pageRight-bg {position:absolute;left:0;top:0;width:100%;}
.pageLeft-bg,.pageRight-bg {background:#fff;filter:alpha(opacity=0); /*IE*/-moz-opacity:0; /*MOZ , FF*/opacity:0;/*CSS3, FF1.5*/}
#PicBox {}
#PicSrc {max-width:968px;}

#Main-C {width:968px;border-top:1px solid #ddd;height:154px;background:#EFEFEF;}
#Main-C .smallPic {width:968px;overflow:hidden;font-size:12px;}
#Main-C .smallPic a.f_l {width:20px;height:63px;background:url(../images/icon.png) no-repeat -180px -54px;margin:35px 0 0 9px;_display:inline;}
#Main-C .smallPic a.f_l:hover {background:url(../images/icon.png) no-repeat -157px -124px;}
#Main-C .smallPic a.f_r {width:20px;height:63px;background:url(../images/icon.png) no-repeat -157px -54px;margin:35px 9px 0 0;_display:inline;}
#Main-C .smallPic a.f_r:hover {background:url(../images/icon.png) no-repeat -180px -124px;}
#Main-C .smallPic div.f_l {width:868px;height:100px;margin-top:18px;overflow:hidden;margin-left:20px;_display:inline;position:relative}
#Main-C .smallPic div.f_l a.mask {position:absolute;width:131px;height:97px;display:block;background:url(../images/icon.png) no-repeat 5px -124px;overflow:hidden;z-index:1;left:0px;}
#Main-C .smallPic div.f_l ul {position:absolute;z-index:2;left:0; list-style:none; margin:0px; padding:10px 0 0 0;}
#Main-C .smallPic div.f_l li {float:left;width:131px;height:97px;text-align:center;}
#Main-C .smallPic div.f_l li span{width:114px;height:97px;margin:0 auto;overflow:hidden;margin-top:8px;border:none;}
#Main-C .smallPic div.f_l li span a {width:114px;height:86px;*font-size: 72px;border:1px solid #AEAEAE;overflow:hidden;cursor:pointer;position:relative;margin:0 auto;}
#Main-C .smallPic div.f_l li span img {max-height:82px;max-width:114px;_width:expression(this.width > 114 && this.width > this.height ? 114 : true); _height:expression(this.height > 82 ? 82 : true);}
#Main-C .smallPic div.f_l li.on  a{border:none;}
#Main-C .smallPic div.f_l li a:hover {text-decoration:none;}
#Main-C .smallPic div.f_l li a em {position:absolute;display:block;width:33px;height:14px;line-height:14px;right:4px;bottom:-32px;background:#000;color:#fff;text-align:center;font-size:12px;}
#Main-C .smallPic div.f_l li a:hover em {background:#464646;text-decoration:none;color:#fff;}
#Main-C .scrollLine {width:860px;margin:17px auto 0 auto;height:1px;line-height:1px;background:url(../images/ico_1.gif)  repeat-x;overflow:visible;position:relative;clear:both;}
#Main-C .scrollLine .scrollButton {position:absolute;left:0;top:-6px;display:block;width:145px;height:13px;background:url(../images/icon.png) no-repeat 0 -106px;cursor:e-resize}

#end {width:500px;height:262px;position:absolute;top:-1964px;background:#1C1C1C;border:1px solid #464646;z-index:999;text-align:center;}
#end .close {width:100px;height:25px;overflow:hidden;}
#end .end-inner {width:462px;clear:both;margin:0 auto;padding-top:8px;}
#end .firstImg {width:106px;height:96px;display:block;border:1px solid #2E2E2E}
#end .firstImg img {width:106px;}
#end  h2 {font-size:14px;color:#C4C4C4}
#end  h3 {color:#676767;font-size:12px;line-height:24px;height:26px;border:0;border-bottom:1px solid #676767; overflow:hidden; width:100%; clear:both; text-align:left;}
#end  .this_pic {float:left;margin:0 10px 10px 0;}
#end  .posit_pic ul.pic {clear:both; overflow:hidden; padding:0px; margin:0px;}
#end  .posit_pic ul.pic li {float:left;width:105px; margin:0 5px; list-style:none}
#end  .posit_pic ul.pic li span {width:105px;height:100px;}
#end  .posit_pic ul.pic li span a {width:105px;height:110px;}
#end  .buttonClik {display:block;width:133px;height:24px;background:url(../images/icon.png) no-repeat 0 -232px;text-align:center;line-height:24px;color:#C4C4C4;margin:0 auto;margin-top:15px;}
.buttonClik:hover {text-decoration:none;color:#FFF;}

.pic_list ul.pic li {height:155px;line-height:22px;}

/*服务项目*/
.inner { position: relative; width: 1200px; margin: 0 auto;}

#pagescroll {}
#pagescroll .section { background: url(../service/images/section_bg.jpg) 0 0 repeat-x;}
#pagescroll .inner { width: 1200px; height: 100%;}

#pagescroll .section .next{ position:absolute; bottom:110px; left:50%; padding-top:70px; }
#pagescroll .section .next span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
#pagescroll .section .next span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#pagescroll .section .next span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
#pagescroll .section .next span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#pagescroll .section1 { background: url(../service/images/section_bg1.jpg) 50% 0 no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size:100% 100%;  
    background-size:100% 100%;  }
#pagescroll .section1 .fp-tableCell { vertical-align: top;}
#pagescroll .section1 .buttom{ display:block; height:68px; line-height:16px; text-align:center; background:#e3e3e3; color:#000; outline-style:none; border-radius:6px; position:absolute; bottom:110px; left:250px; padding:0 40px 0 30px;}

#pagescroll .section2 { background: url(../service/images/section_bg2.jpg) 50% 0 no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size:100% 100%;  
    background-size:100% 100%;  }
#pagescroll .section2 .fp-tableCell { vertical-align: top;}
#pagescroll .section2 .buttom{ display:block; height:68px; line-height:18px; text-align:center; background:#000; color:#fff; outline-style:none; border-radius:6px; position:absolute; bottom:110px; right:250px; padding:0 40px 0 30px; background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=80);}

#pagescroll .section3 { background: url(../service/images/section_bg3.jpg) 50% 0 no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size:100% 100%;  
    background-size:100% 100%;  }
#pagescroll .section3 .fp-tableCell { vertical-align: top;}
#pagescroll .section3 .buttom{ display:block; height:68px; line-height:18px; text-align:center; background:#e3e3e3; color:#272636; outline-style:none; border-radius:6px; position:absolute; bottom:110px; left:250px; padding:0 40px 0 30px;}

#pagescroll .section4 { background: url(../service/images/section_bg4.jpg) 50% 0 no-repeat;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size:100% 100%;  
    background-size:100% 100%;  }
#pagescroll .section4 .fp-tableCell { vertical-align: top;}
#pagescroll .section4 .buttom{ display:block; height:56px; line-height:18px; text-align:center; background:#010E21; color:#fff; outline-style:none; border-radius:6px; position:absolute; top:110px; left:100px; padding:0 40px 0 30px; background:rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=10);}

/*新闻中心*/
.am-newslist ul{ margin:0px; padding:0px; }
.am-newslist li{ width:500px; height:105px; float:left; display:block; margin-top:30px;color:#444;background-color:#F5F5F5; margin-right:50px;}
.am-newslist li a{color:#444; text-decoration:none; display:block; background-color:#fff;}
.am-newslist li a:hover { width:100%; height:105px;display:block;
	background:#F5F5F5;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.am-newslist li .xwtp{ padding:10px 0 0 10px; float:left; display:block;}
.am-newslist li .title{	font-size:14px;font-weight: bold; padding:6px 0 10px 20px; float:left; width:350px; display:block;}
.am-newslist li .rq{ float:left; width:350px; padding:0 0 5px 20px; color:#888; display:block; font-size:12px;}
.am-newslist li .xwnr{ line-height:16px; width:350px; float:left; padding:0 0 0 20px; color:#888; display:block; font-size:12px;}


/* 时间线简介 */
.join-description-mod{
	padding:50px 150px 0 150px;
}
.join-description-container{
	overflow: hidden;
    width: 100%;
    padding:0 ;
	margin:0;
    background: url("../images/line-bg.png") repeat-y center top;
}
.join-description-container li{
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
	/*background: url("../images/about-icon.png") center top no-repeat;*/
	list-style: none;
}
.join-description-container{
	color:#FFF;
	font-weight:bold;
}
.join-description-container .am-u-md-6{
	padding: 0;
	text-align:right;
}
.join-description-container li:nth-child(odd) .description-word {
	margin-right: 50px;
}
.join-description-container li:nth-child(even) .description-word {
	margin-left: 50px;
}
.join-description-container li:nth-child(even) .am-u-sm-12{
	float: right;
	text-align:left;
}

/*分页*/
.am-pagination > li > a,
.am-pagination > li > span {
	color: #09a3af;
}
.am-pagination > .am-active > a,
.am-pagination > .am-active > span,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span:hover,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > span:focus {
	background-color: #09a3af;
	border-color: #09a3af;
}

/*返回顶部*/
.izl-rmenu {
	position:fixed;
	right:0;
	margin-right:0px;
	bottom:40px;
	padding-bottom:20px;
	z-index:999;
}
.izl-rmenu .btn {
	width:72px;
	height:73px;
	margin-bottom:1px;
	cursor:pointer;
	position:relative;
}
.izl-rmenu .btn-qq {
	background:url(../images/r_qq.png) 0px 0px no-repeat;
	background-color:#6da9de;
}
.izl-rmenu .btn-qq:hover {
	background-color:#488bc7;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
	background:url(../images/r_qq.png) 0px 0px no-repeat;
	background-color:#6da9de;
	text-decoration:none;
	display:block;
}
.izl-rmenu .btn-wx {
	background:url(../images/r_wx.png) 0px 0px no-repeat;
	background-color:#78c340;
}
.izl-rmenu .btn-wx:hover {
	background-color:#58a81c;
}
.izl-rmenu .btn-wx .pic {
	position:absolute;
	left:-160px;
	top:0px;
	display:none;
	width:160px;
	height:160px;
}
.izl-rmenu .btn-phone {
	background:url(../images/r_phone.png) 0px 0px no-repeat;
	background-color:#fbb01f;
}
.izl-rmenu .btn-phone:hover {
	background-color:#ff811b;
}
.izl-rmenu .btn-phone .phone {
	background-color:#ff811b;
	position:absolute;
	width:160px;
	left:-160px;
	top:0px;
	line-height:73px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	display:none;
}
.izl-rmenu .btn-top {
	background:url(../images/r_top.png) 0px 0px no-repeat;
	background-color:#666666;
	display:none;
}
.izl-rmenu .btn-top:hover {
	background-color:#444;
}