@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	color: #090;
}
a,input,textarea,li,b,.site-description,.site-title,.logo,.sub-menu li,.feature article,.block-content,.footer-icons span,.avatar,.popup,
.overlay,.da-animate,.services article,#contactForm button,.form-hint,.porcon,.services h3,.pack-list article{
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
	color: #333333;
	font-size: 16px;
}
/*****************头部*****************/
.header{
	position: fixed;
	z-index: 1002;
	height: 10px;
	top: 0px;
	background: #FFF;
	border-top: 0px #666666 solid;
}
body,html{
	font-size:100%;
	font-family:Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
}
a{
	text-decoration: none;
	color: #090;
	outline: none;
blr:expression(this.onFocus=this.blur());																		font-size: 20px;
}
.fl{float:left;}
.fr{float:right;}
img{
	max-width:100%;
}
ol,ul{list-style:none;}
em{font-weight:normal; font-style:normal;}
/*--clearfix--*/
* html .clearfix{height:1%;}
.clearfix{
	display:block;
	color: #F00;
}
/*--header--*/
.hbg{background:#fff;border-top:3px solid #666666;}
header{color:#FFF; width:100%;}
.menu li span{display:block;}
.logo-main{
	margin-bottom:10px;
	height: 70px;
	margin-top: 10px;
}
.logo {
	position: relative;
	display:inline-block;
	left: 40px;
	height: 50px;
}
.logo-main:hover span:before,.footer-logo:hover span:before { -webkit-transform: scale(0.85,1) skew(0deg,20deg); -ms-transform: scale(0.85,1) skew(0deg,20deg); transform: scale(0.85,1) skew(0deg,20deg); }
.logo-main:hover span:after,.footer-logo:hover span:after { color: #eee; -webkit-transform: rotateY(-40deg); -ms-transform: rotateY(-40deg); transform: rotateY(-40deg); }
/*********************菜单*********************/
.header-menu .menu > li{ display: block; float: left; position: relative; border-left:1px solid #ccc;text-align:center;border-bottom:3px solid #fff;}
.header-menu .menu > li:hover,.header-menu .menu > li.hover{
	border-bottom:2px solid #FF3300;
	background-color: #B0FFB0;
	color: #FF3300;
}
.header-menu .menu > li:first-child{border-left:none;}
.header-menu .menu a{
	font-size: 18px;
	display: block;
	padding: 8px 20px;
}
.header-menu .menu a span{
	display:block;
	font-size:18px;
}
.header-menu .menu > li > a{
	padding: 35px 25px 25px;
	color: #090;
	font-size: 20px;
}
.header-menu .menu li a:hover{
	background-color: #B0FFB0;
	color: #F00;
	font-family: Arial, Calibri, "Times New Roman", serif, Georgia;
	font-size: 17px;
	}
.header-menu .current-menu-item > a{ color:#FF3300; }
/* 子菜单样式 */
.sub-menu {
	position: absolute;
	top: 85px;
	z-index: 1001;
	min-width: 100%;
	max-height: 0;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.sub-menu li { opacity: 0; -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); border-top: 1px #fff solid; border-bottom: 1px #eee solid; }
.sub-menu li:first-child{ border-top: none; }
.sub-menu li:last-child{ border-bottom: 3px #000 solid; }
.sub-menu li a{
	background-color:#fff;
	white-space: nowrap;
	font-size: 20px;
}
.sub-menu li a:hover{
	background-color: #B0FFB0;
	color: #FF3300;
	font-size: 18px;
	font-family: Arial, Calibri, "Times New Roman", serif, Georgia;
}
.header-menu .menu > li:hover .sub-menu li, .header-menu .menu > li:focus .sub-menu li { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
/* CSS3延迟过渡效果 */
.header-menu .menu li:hover .sub-menu li:nth-child(1) { -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.header-menu .menu li:hover .sub-menu li:nth-child(2) { -webkit-transition-delay: 50ms; -moz-transition-delay: 50ms; -ms-transition-delay: 50ms; -o-transition-delay: 50ms; transition-delay: 50ms; }
.header-menu .menu li:hover .sub-menu li:nth-child(3) { -webkit-transition-delay: 100ms; -moz-transition-delay: 100ms; -ms-transition-delay: 100ms; -o-transition-delay: 100ms; transition-delay: 100ms; }
.header-menu .menu li:hover .sub-menu li:nth-child(4) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -ms-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; }
.header-menu .menu li:hover .sub-menu li:nth-child(5) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.sub-menu li:nth-child(1) { -webkit-transition-delay: 350ms; -moz-transition-delay: 350ms; -ms-transition-delay: 350ms; -o-transition-delay: 350ms; transition-delay: 350ms; }
.sub-menu li:nth-child(2) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; }
.sub-menu li:nth-child(3) { -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -ms-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; }
.sub-menu li:nth-child(4) { -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; -ms-transition-delay: 200ms; -o-transition-delay: 200ms; transition-delay: 200ms; }
.sub-menu li:nth-child(5) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -ms-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; }
/*响应式菜单*/
#responsive-nav {
	display: none;
	margin: 10px auto 0px;
	padding: 8px;
	border: 1px solid #CCC;
}
/*延迟*/
.overlay:target+.footer-icons .facebook,.overlay:target+.footer-icons .rss,.footer-icons .facebook,.footer-icons .rss{ -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.overlay:target+.footer-icons .twitter,.overlay:target+.footer-icons .salong,.footer-icons .twitter,.footer-icons .salong{ -webkit-transition-delay: 80ms; -moz-transition-delay: 80ms; -ms-transition-delay: 80ms; -o-transition-delay: 80ms; transition-delay: 80ms; }
.overlay:target+.footer-icons .sina,.overlay:target+.footer-icons .qq,.footer-icons .sina,.footer-icons .qq{ -webkit-transition-delay: 100ms; -moz-transition-delay: 100ms; -ms-transition-delay: 160ms; -o-transition-delay: 100ms; transition-delay: 100ms; }
/***************start portfolio**********/
.container {
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#filters {margin:3% 1%;padding:0;list-style:none;}
#filters li {float:left;}
#filters li span {display: block;padding: 10px 30px;text-decoration: none;color: #B9B9B9;cursor: pointer;font-size: 0.85em;
	text-transform: capitalize;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#filters li span:hover{
	background:#EA5A4B;
	color:#FFF;
}
#filters li span.active {background:#EA5A4B;color:#fff;}
.typo1 {position:relative;height:100%;}
.portfolio-bg {position:absolute;height:100%;width:100%;z-index:0;border-top:1px solid #E4E4E4;top:40px;}
.isotope-item { z-index: 2; list-style:none;}
.isotope,.isotope .isotope-item { -webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}
.isotope{margin-top:1.6em !important;}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}
.in_prolist #container{height:320px !important;}
#container {margin: 0 auto 40px;}
.element { width:260px;height:300px;float: left;text-align:center; overflow: hidden;position: relative;margin:7.5px;border:6px solid #EEEEEE;background:#EEEEEE;}
#options {text-align:center;}
#options ul {
	margin: 0;
	list-style: none;
	display:inline-block;
}
#options li {float: inline-block;}
#options li a {
	display: block;
	font-size:18px;
	cursor: pointer;
	text-align:center;
	padding:10px 20px;
	border-left:1px solid #E4E4E4;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
	.entry-categories a{color:#fff;display:block;padding:0 5%;}
#nivo-lightbox-demo span{
	padding: 5px 10px;
	border: 2px solid #ffffff;
	border-radius: 2em;
	color: #039;
}
#options li a:hover {
	color:#F30;
	background-color: #B0FFB0;
	font-size: 20px;
}
#options li a.selected{
	color:#FF3300;
}
#options li.active {color:#8FC41F;}
.grid figure {margin:0;position: relative;text-align:center;}
.grid figure img {width:100%;display: block;position: relative;}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background:#8FC41F;
	color: #fff;
}
.grid figcaption a{display:block;}
.grid figcaption h3 {
	margin: 20px 0 5px;
	padding: 0;
	color: #F00;
	font-size:1em;
	line-height:1.2em;
}
.grid figcaption h3 a {	color:#fff;}
.grid figcaption footer {
	position:absolute;
	bottom:55px;
	text-align:center;
	width:100%;
	}
.cs-style-5 figure img {z-index: 10;-webkit-transition: -webkit-transform 0.4s;-moz-transition: -moz-transform 0.4s;transition: transform 0.4s;}
.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {-webkit-transform: scale(0.4);-moz-transform: scale(0.4);-ms-transform: scale(0.4);transform: scale(0.4);}
.cs-style-5 figcaption {height: 100%;width: 100%;opacity: 0;filter: alpha(opacity=0);
	-webkit-transform: scale(0.7);-moz-transform: scale(0.7);-ms-transform: scale(0.7);transform: scale(0.7);-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;transition: transform 0.4s, opacity 0.4s;}
.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {-webkit-transform: scale(1);-moz-transform: scale(1);
	-ms-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
/*--banner--*/
#wrapper {background:#fff;position:relative;}
.fullwidthbanner-container img{max-width:none !important;}
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:550px !important;
	overflow:hidden;
}
.fullwidthbanner-container .fullwidthabnner	{width:10% !important;max-height:550px !important;position:relative;}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected{
	background:#B0FFB0 !important;
}
.tp-leftarrow:hover,.tp-rightarrow:hover{
	background-color:#00CC33 !important;
}
/** BULLETS **/
.tp-bullets { z-index: 1001;position: absolute;bottom: 0px;}
.tp-bullets.simplebullets.round .bullet {cursor:pointer;
    position: relative;background: #fff;width: 188px;height: 6px; float: left;
    -webkit-transition: background 0.1s linear; -moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;transition: color, background 0.1s linear;}
.tp-leftarrow.large {z-index:100;cursor: pointer;position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;height: 43px;margin-left: 0px;margin-top: -21px;-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;-o-transition: color, background 0.1s linear;transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
.tp-rightarrow.large { z-index: 100;cursor: pointer;    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;width: 42px;height: 43px; margin-left: 0;margin-top: -21px;
    -webkit-transition: background 0.1s linear;-moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear; transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
.tp-bullets.tp-thumbs {z-index: 100;position: absolute;padding:3px;background-color:#fff;width:500px;height:50px;margin-top:-50px;}
.fullwidthbanner-container .tp-thumbs { padding:3px;}
.tp-bullets.tp-thumbs .tp-mask {width:500px;height:50px;overflow:hidden;position:relative;}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {width: 5000px;position: absolute;}
.tp-bullets.tp-thumbs .bullet {width: 100px; height: 50px;cursor: pointer; overflow: hidden; background: none;
    margin: 0;  float: left;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-ms-transition: all 0.2s ease-out;}
.tp-bullets.tp-thumbs .bullet:hover,.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
.tp-thumbs img { width:100%;}
.tp-bannertimer {width:100%;height: 10px;position: absolute;z-index: 200;z-index: 5000;}
.tp-bannertimer.tp-bottom {bottom: 0px !important; height: 5px;}
.tt_top{
	text-align:center;
	padding-top:1em;
}
.tt_top h1{
	font-size:2em;
	color: #333;
}
.tt_top p{
	font-size:1.25em;
	color: #333;
}
.tt_top .line{height:15px;border-top:1px solid #E4E4E4;width:25%;margin:0 auto;margin-top:0.75em;}
.pro_class{
	width:100%;
	border-top:1px solid #E4E4E4;
	position:relative;
}
.pro_class .col-md-1{width:9%;}
.pro_class a:hover{color:#f5fec8;}
footer{background:#252525;margin-top:2em;}
.footer_l{width:100%;}
.footer_l{font-size:0.75em;}
.footer_l,.footer_l a{
	color:#ccc;
	margin-bottom: 0px;
	font-size: 14px;
}
.footer_l a{display:inline-block;padding:5px 10px;}
.links{
	height: 4em;
	line-height: 4em;
	font-size: 14px;
	background-color: #252525;
}
.footer_r{
	width:25%;
	text-align:center;
	background:#121212;
	height:25%;
	padding:0 14px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.footer_r img{padding-top:2.6em;padding-bottom:2.5em;}
.copy{
	background-color: #252525;
	height: 130px;
}
.in_toptt{
	text-align:left;
}
.in_toptt h1{
	font-size: 26px;
	color: #090;
	margin-top: 2%;
}
.in_toptt1 h1:hover{
	color: #FF3300;
	}
.in_toptt small{
	color:#333333;
	font-size:0.875em;
	display:block;
	margin-top: 10px;
}
.in_toptt h4{font-weight:normal;font-size:1em;color:#000;line-height:2em;}
.in_toptt1{
	text-align:left;
}
.in_toptt1 h1{
	font-size:2em;
	color:#090;
	margin-top:2%;
}
.in_toptt1 h1:hover{
	color: #FF3300;
	}
.in_toptt1 small{
	color:#090;
	font-size:18px;
	display:block;
	margin-top: 10px;
}
.in_toptt1 h4{font-weight:normal;font-size:1em;color:#000;line-height:2em;}
.in_about{border-top:1px solid #F0F0F0;margin-top:1px;}
.in_aboutcon{
	padding-right: 2em;
	margin-top: 2%;
	line-height: 2.4em;
	color: #333333;
	font-size: 14px;
	font-family: Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
	background-color: #FFFFFF;
}
.in_aboutcon1{
	margin-top:2%;
	line-height:30px;
	color:#333333;
	font-size:26px;
	font-family: Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
}
.in_aboutcon img{
	float:left;
	margin-right:30px;
	margin-left: 15px;
	font-size: 14px;
}
.in_aboutcon img:hover{
	float:left;
	margin-right:32px;
	margin-left: 17px;
	font-size: 14px;
}
.in_aboutcon1 img{
	float:left;
	margin-right:10px;
	margin-left: 15px;
	font-size: 14px;
}
.in_whychoose{
	border-toP: 1px solid #F0F0F0;
	padding-bottom: 1.5%;
	margin-top: 1px;
	background-color: #FFFFFF;
}
.in_news{
	border-toP: 1px solid #F0F0F0;
	padding-bottom: 1.5%;
	margin-top: 1px;
	background-color: #FFFFFF;
}
#nivo-lightbox-demo{
	background: #8FC41F;
}
.clearfix:after{content:"."; display:block; height:0; clear:both;visibility:hidden;}
.box{
	padding-bottom:2px;
	overflow:hidden;
}
.shadow{position:relative;-webkit-transition:all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;margin-top: 5px;display: block;}
.shadow-line{background:#fff;left: 0;bottom:-10px;height:3px;width:100%;opacity: 0.8;filter:alpha(opacity=80);-moz-opacity:0.8;position: absolute;}
.shadow:hover{margin-top: 0; margin-bottom: 5px;}
.box:hover .shadow-line{
	background:#8DC21F;
	background-color: #B0FFB0;
} 
.ibox .img {
	overflow: hidden;
	display: block;
	width:100%;
}
.ibox .img h3{
	color:#8FC41F;
	font-size:0.825em;
	padding-top:3%;
	line-height:2em;
	word-wrap: break-word;
	word-break: normal;
}
.ibox .img p{
	line-height: 2em;
	color: #666666;
	font-size: 16px;
	word-wrap: break-word;
	word-break: normal;
}
.ibox .img img { width: 100%; display: block; opacity: 1; -webkit-transform: scale(1, 1); -webkit-transition-timing-function: ease-out; 
-webkit-transition-duration: 400ms; -moz-transform: scale(1, 1); -moz-transition-timing-function: ease-out; 
-moz-transition-duration: 400ms; transform: scale(1, 1); transition-timing-function: ease-out; transition-duration: 400ms; }
.ibox .img:hover img { opacity: 0.8; -webkit-transform: scale(1.1, 1.1); -webkit-transition-timing-function: ease-out; 
-webkit-transition-duration: 400ms; -moz-transform: scale(1.1, 1.1); -moz-transition-timing-function: ease-out; -moz-transition-duration: 400ms; 
transform: scale(1.1, 1.1); transition-timing-function: ease-out; transition-duration: 400ms; }
.new_detial {
	/* [disabled]text-align:right; */
	color: #666666;
}
.new_detial span{
	color:#C9C9C9;
	font-size:0.75em;
	float:left;
	font-family:Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
}
.new_detial a{color:#496510;font-size:0.75em;}
.in_newslist{margin-top:2%;background:#fff;}
.n_top{
	position: relative;
	text-align: center;
	margin-top: 8%;
}
.n_top1{
	position: relative;
	text-align: center;
	margin-top: 4%;
}
.n_top h2{
	font-size:24px;
	color:#090;
	font-weight:normal;
	background:#fff;
	padding:0 15px;
	position:relative;
	z-index:1;
	width:50%;
	margin:0 auto;
}
.n_top1 h2{
	font-size:24px;
	color:#090;
	font-weight:normal;
	background:#fff;
	padding:0 15px;
	position:relative;
	z-index:1;
	width:50%;
	margin:0 auto;
}
.n_top h3{
	font-size: 24px;
	color: #090;
	font-weight: normal;
	background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.n_top1 h3{
	font-size: 24px;
	color: #090;
	font-weight: normal;
	background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.n_top small{
	display: block;
	font-size: 20px;
	color: #333;
}
.n_top1 small{
	display: block;
	font-size: 20px;
	color: #333;
}
.n_line{
	display:block;
	position:absolute;
	border-top:1px solid #E4E4E4;
	width:100%;
	top:50%;
}
.n_about{
	margin-top:2%;
	line-height:25px;
	color:#666666;
	font-size:12px;
}
.n_newslist img{margin-right:22px;}
.n_newslist section{display:block;clear:both;width:100%;border-bottom:1px dashed #EEEEEE;padding-bottom:20px;margin-top:20px;}
.n_newslist section a{display:block;}
.n_newslist section h3{font-size:0.875em;color:#000;}
.n_newslist section p{color:#666666;font-size:0.875em;line-height:2.2em;}
.n_detail{margin-top:20px;}
.n_detail span,.n_detail a{font-size:0.875em;float:left;display:block;width:100px;text-align:center;height:30px;line-height:30px;}
.n_detail span{background:#EEEEEE;color:#666666;}
.n_detail a{background:#8FC41F;color:#fff;}
.pager{text-align:center;margin-top:20px;position:relative;z-index:20px;}
.pager a,.pager span{padding:3px 10px;margin-left:8px;}
.pager a{border:1px solid #666666;}
.pager span{background:#8FC41F;color:#fff;border:1px solid #8FC41F;}
.highlights {margin-bottom: 45px;margin-top: 45px;}
.row {margin-right: -15px;margin-left: -15px;}
.hl-circle a{
	background:#fff;
	border:3px solid #ECECEC;
	color:#6a6a6a;
	display:table;
	height:120px;
	line-height:120px;
	margin:auto;
	overflow: hidden;
	position: relative;
	width:180px;
	margin-top:5px;
	border-radius:66px;
	-moz-border-radius:66px;
	-webkit-border-radius:66px;
	text-align: center;
	vertical-align: middle;
}
.highlights-content {background:none repeat scroll 0 0 #F5F5F5;margin-top:-60px;padding: 50px 20px 30px;text-align:center;}
.highlights-content h5 {font-weight:600;font-size:1.25em;margin-top:40px;margin-bottom:20px;}
.highlights-content p{line-height:2em;font-size:0.875em;color:#666666;}
.btn-hl span{font-size:0.75em;}
.btn-hl {margin-top:20px;display:inline-block;padding: 4px 14px;margin-bottom: 0;line-height:1.4em;text-align: center;
vertical-align: middle;cursor: pointer;color: #333333;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);border:1px solid #666666;
background-color:#FFFFFF;cursor: pointer;text-align:center;}
.highlights div:hover h5{color:#FFF;}
.highlights div:hover a.glyphicon{color:#8FC41F;transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);	-ms-transform:rotate(360deg);}
.highlights div:hover .highlights-content{background: #8FC41F;color:#FEFEFE;}
.highlights div:hover .highlights-content p{color:#fff;}
.glyphicon {margin-top:5px;margin-bottom:10px;font-size:3em;}
.glyphicon {position: relative;top: 1px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: 400;line-height:1;
-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.glyphicon-user:before {content:"\e008";}
.glyphicon-eye-open:before {content:"\e105";}
.glyphicon-heart:before {content:"\e005";}
@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);
src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),
url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
.glyphicon-search:before {content: "\e003";}
.more_case{text-align:center;}
.image-wrap {position: relative;overflow: hidden;margin-bottom: 25px;cursor: pointer;}
.image-wrap  .hover-wrap {position: absolute;display: block;width: 100%;height: 100%;opacity: 0;filter: alpha(opacity=0);
-webkit-transition: all 450ms ease-out 0s;
-moz-transition: all 450ms ease-out 0s;
-o-transition: all 450ms ease-out 0s;
transition: all 450ms ease-out 0s;
-webkit-transform: rotateY(180deg) scale(0.5,0.5);
-moz-transform: rotateY(180deg) scale(0.5,0.5);
-ms-transform: rotateY(180deg) scale(0.5,0.5);
-o-transform: rotateY(180deg) scale(0.5,0.5);
transform: rotateY(180deg) scale(0.5,0.5);	}
.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {opacity: 1;filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg) scale(1,1);
-moz-transform: rotateY(0deg) scale(1,1);
-ms-transform: rotateY(0deg) scale(1,1);
-o-transform: rotateY(0deg) scale(1,1);
transform: rotateY(0deg) scale(1,1);}
.image-wrap .hover-wrap .overlay-img {position: absolute;width: 100%;height: 100%;background: #0b8cd5;opacity: 0.80;filter: alpha(opacity=80);}
.image-wrap .hover-wrap .overlay-text-thumb {position:absolute;width: 100%;height:80px;top: 30%;margin: -16px 0 0 0;color: #FFFFFF;font-size:1em;line-height:65px;
text-transform: uppercase;text-align: center;opacity: 1;filter: alpha(opacity=100);}
#case_search{width:49px;height:49px;background:#8FC41F;border-radius:40px; text-align:center;line-height:49px; margin:0 auto; display:block;}
#case_search{font-size:1em;}
.in_case{margin-top:25px;}
.image-wrap img{width:100%;}
.view-title{
	font-weight:normal;
	text-align:center;
	width:100%;
	font-size:24px;
	color:#333;
}
.view-element{
	text-align:center;
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #EEEEEE;
	margin-bottom:10px;
	font-size:32px;
	margin-top: 130px;
	color: #666;
	font-weight: bold;
}
.view-element1{
	z-index: 1001;
	height: 60px;
	background: #FFF;
	border-bottom: 1px dashed #EEEEEE;
	margin-bottom: 0px;
	font-size: 18px;
	margin-top: 60px;
	color: #666;
	font-weight: bold;
	position: fixed;
	width: inherit;
	
}
.back{
	text-align:center;
	margin-top:50px;
	border-bottom:1px dashed #EEEEEE;
	padding-bottom:10px;
}
.view-assoc .prev,.view-assoc .next{display: block;line-height:2.6em;color:#666666;}
.view-assoc{margin-top:10px;}
.pagination{ display: inline-block;padding-left:0px;margin: 20px 0px;border-radius: 4px;}
	.pagination1 {
	text-align: center;
	position: absolute;
	bottom: -10px;
	z-index: 99;
	width: 100%;
	outline-color: #F00;
}
	.pagination1 .swiper-pagination-switch {display: inline-block; width:15px; height: 15px; border-radius: 15px; background: #999; box-shadow: 0px 1px 2px #555 inset; margin: 0 8px; cursor: pointer; }
	.pagination1 .swiper-active-switch {background:#fff;}
	.n_about h1{color:#8FC41F;padding-bottom:10px;}
	.con_line{width:100%;border-top:2px solid #8FC41F;margin-top:18px;}
.aidu_map{width:100%;}
.aidu_map img{width:100%;}
.btn{display:block;clear:both;width:100%;margin-bottom:30px;padding-top:30px;}
.btn-warning{
	cursor:pointer;
	color:#fff;
	background-color:#555555;
	border-color:#555555;
	width:100%;
	padding:10px 0;
	font-family:Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
}
.form-control{height:30px;}
.form-control,.con_cont textarea {
	display: block;
	width: 100%;
	padding:6px 12px;
	font-size: 0.875em;
	line-height:30px;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #efefef;
	color:#999999;
	margin-top:20px;
	font-family:Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
}
.col-md-offset-1{margin-left:5.33333333% !imortant;}
.join_style{margin-toP:25px;background:url(../images/joinbg.jpg) no-repeat center top;padding-top:25px;padding-bottom:20px;}
.join_cn{margin-top:160px;}
.develept li span{display:inline-block;background:#8FC41F;padding:0px 25px;margin-right:15px;color:#fff;font-size:1.125em;height:40px;line-height:40px;float:left;}
.develept li{display:block;clear:both;margin-top:30px;zoom:1;}
.develept li p{line-height:1.5em;}
.develept{margin-bottom:20px;}
.baidu_map{width:100%;position:relative;height:440px;overflow:hidden;}
.baidu_map img{max-width:none;}
.baidu_map .div1{position:absolute;margin-left:-960px;left: 50%;text-align:center;}
.entry-categories{
	padding:0 5px;
	color: #FFF;
}
.in_news .container .in_aboutcon.clearfix p a {
	font-family: Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
}
.in_about .container .in_toptt1 h1 a u {
	font-size: 36px;
	color: #090;
}
.in_about .container .in_toptt1 h1 a u:hover{
	color: #FF3300;
	}
.in_whychoose .container .in_newslist.clearfix.col-md-3 p {
	color: #000;
	font-size: 16px;
}
.in_whychoose .container .in_newslist.clearfix.col-md-3 p u strong {
	font-size: 22px;
	color: #090;
}
.in_whychoose .container .in_newslist.clearfix.col-md-3 p u strong:hover{
	color: #FF3300;
	font-size: 22px;
	}
.in_whychoose .container .in_newslist.clearfix.col-md-3 p strong u {
	font-size: 22px;
	color: #090;
}
.in_whychoose .container .in_newslist.clearfix.col-md-3 p strong u:hover{
	color: #FF3300;
	font-size: 22px;
	}
.n_about div {
	font-size: 16px;
	color: #090;
}
.n_about {
	font-size: 18px;
	color: #000;
}
.n_about p {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.aboutus {
}
.in_about .container .in_aboutcon.clearfix p {
	font-family: Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
	color: #003;
	font-size: 18px;
}
.in_about .container .in_aboutcon.clearfix p a strong {
	font-size: 24px;
}
.in_about .container .in_aboutcon.clearfix p strong {
	font-size: 16px;
	color: #090;
}
.in_about .container .in_aboutcon.clearfix p {
	background-color: #FFF;
	font-size: 16px;
	font-family: Arial, Calibri, "Times New Roman", serif, Georgia;
}
.in_about .container .in_aboutcon.clearfix p u {
	color: #060;
	font-size: 18px;
}

.in_about .container .in_aboutcon.clearfix p u:hover{
	color: #FF3300;
	font-size: 19px;
	}
.footer_b {
	font-size: 16px;
}
.footer_b:hover{
	color: #FF3300;
	font-size: 16px;
	font-family: Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
	}
.container .in_aboutcon1.clearfix p strong {
	font-family: Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
	font-size: 24px;
	color: #090;
}
.container .in_aboutcon1.clearfix p {
	font-family: Akrobat, Georgia, Arial, "Times New Roman", sans-serif;
	font-size: 20px;
	color: #333333;
	background-color: #FFF;
}
.container .in_aboutcon1.clearfix table tr td div div {
	font-size: 14px;
	color: #090;
}
.container .in_aboutcon1.clearfix table tr td {
	font-size: 24px;
}
.container .in_aboutcon1.clearfix table tr td div {
	font-size: 14px;
	color: #090;
}
.container .in_aboutcon1.clearfix {
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	font-family: Arial, Calibri, "Times New Roman", serif, Georgia;
	}
.container .in_aboutcon2.clearfix {
	font-size: 26px;
	color: #000000;
	font-family: Arial, Calibri, "Times New Roman", serif, Georgia;
}
.container .in_aboutcon3.clearfix {
	font-size: 20px;
	background-color: #090;
	height: 30px;
	margin-top: 0px;
	margin-left: 0px;
	}
.aaa {
	color: #666;
}
.container .in_aboutcon4.clearfix {
	font-size: 26px;
	margin-top: 10px;
	}
.n_about div .spotlight-group .spotlight img {
	color: #666;
	width: 30%;
	margin-top: 20px;
}
.n_about div .spotlight-group .spotlight img:hover {
	color: #666;
	width: 30.5%;
	margin-top: 30px;
}
