html,
body 
{ font-family: "Microsoft Yahei"; background:white;}
li {list-style:none;}
a {transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; color:#333;text-decoration:none;}
a:hover {text-decoration:none;}
.input-group-addon{background-color:transparent!important;border:0!important;}
/* 划过图片放大 */
.img-auto { display:block; overflow:hidden; }
.img-auto img { width:auto; height:auto; margin:0px auto; transition: 600ms; }
.img-auto img:hover { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
/* 导航 */
.navbar-default {
padding:15px 0px;
background:white;
opacity: 0.9;
-moz-box-shadow:0px 0px 15px rgba(136, 136, 136, 0.36);
-webkit-box-shadow:0px 0px 15px rgba(136, 136, 136, 0.36);
box-shadow:0px 0px 15px rgba(136, 136, 136, 0.36);
}
@media (max-width: 768px) {
.navbar-default {padding:5px 0px;}
}
.navbar-default .navbar-nav>li> a {color:#000;}
/* logo */
a.navbar-brand { width:210px;max-height:48px; margin:5px; padding:0px; overflow:hidden;}
a.navbar-brand img {max-width:210px;max-height:48px; margin: 0px auto;}
@media (max-width: 768px) {
a.navbar-brand {margin-left:10px; max-width:180px;}
/*a.navbar-brand img {max-width:180px;max-height:35px;}*/
.navbar-toggle{margin-top:12px;}
}
/* 导航右侧 */
@media (min-width: 768px) {
#navbar {
float:right;
}
}
/*导航用户注册*/
.user-panel { margin:10px 20px 0 0px;  }
.user-panel a,
.user-panel a:visited,
.user-panel a:link{
	color: #198DDD;
	font-size: 14px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	border:1px solid #198DDD;
}
.user-panel a:hover{ color:#198DDD;}
.user-panel a.top-login {color:white; background:#198DDD;}
.user-panel a:hover {background:#26c79d; color:white;border:1px solid #26c79d;}

@media (min-width: 768px) {
ul.navbar-nav li.oen { height:70px; padding:10px 0px;}
}

.top-nav-right {
  position: absolute;
  top:20px;
  right:0px;
  width:110px;
  margin:0px;
  padding:0px;
}
@media all and (min-width:1024px) and (max-width:1024px){
.top-nav-right {top:5px;}
.user-panel { margin:30px 0px 0px 0px;  }
}

@media all and (min-width:1156px) and (max-width:1280px){
.user-panel { margin:10px 60px 0 0px;  }
}
.top-nav-right ul {margin:0px;padding:0px;}

.top-nav-right ul li { 
float:left; 
width:30px;
line-height:30px;
margin:2px; 
}
.top-nav-right ul li.nav-shopping a { 
position: absolute;
top:0px;
right:0px;display:block; width:30px; height:30px;
}
.shopping-box {margin:0px auto; padding:20px;}
.shopping-box li {margin:10px;}

@media (max-width: 768px) {
.user-panel { margin:10px 0px 0px 0px;  }
.top-nav-right {margin-top:10px;}
.top-nav-right ul li.nav-shopping,
.top-nav-right ul li.glyphicon-search {
display:none;
}
.navbar-toggle {z-index:999;}
.top-nav-right {width:30px;position:relative;
top:0px;
left:5px; z-index:99; font-size:26px; }
}
#fat-menu {margin-top:3px;}

/* 幻灯文字 */
.carousel-caption {
bottom:10%;
}

.carousel-caption h3 {margin-bottom:30px;font-size:3.2em;}
.carousel-caption p {line-height:200%;font-size:1.2em;}
.carousel-caption .btn {margin-top:20px; font-size:1.0em;}

@media (max-width: 1280px) {

.carousel-caption h3 {font-size:2.0em;}
.carousel-caption p {line-height:180%;font-size:1.0em;}
}
@media (max-width: 768px) {
.carousel-caption h3 {margin-bottom:30px;font-size:1.2em;}
.carousel-caption p {display:none;}
.carousel-caption .btn {display:none;}
}


.modal {top:20%;}

.bs-example-modal-lg-search .row { padding:20px; }


/* 通用 */
.blank5,.blank10,.blank20,.blank30,.blank50,.blank60 {clear:both;height:5px;overflow:hidden;}
.blank10 {height:10px;}
.blank20 {height:20px;}
.blank30 {height:30px;}
.blank50 {height:50px;}
.blank60 {height:60px;}

.title,.title-2 { padding:50px 0px 60px 0px; text-align:center; text-transform:uppercase;}
.title h1,.title h3 a { color:#383838;line-height:45px;height:45px;font-size:40px; font-weight: normal;text-decoration: none; }
.title h3 small,.title h1 small {display:block; clear:both; margin:20px 0px 10px 0px; color:#a1a1a1; font-size:10px; }
.title p,.title-index-1 p { margin:10px auto 30px auto;line-height:20px;color:#333;font-size:16px; }
.title span {}
@media (min-width: 768px) {
.title p,.title-index-1 p {width:600px;}
}
.title-2 a {font-size:30px;}
.title-2 h3 a small {display:block; clear:both; margin:10px 0px 10px 0px; color:#a1a1a1; font-size:8px;}

/* 页底 */

.sub_menu {
margin-top:30px;}
@media (max-width: 768px) {
.sub_menu {
height:0px;overflow:hidden;
}
}


/* 面包屑导航 */
.breadcrumb {margin-bottom:50px;}
.breadcrumb span {padding-right:15px; color:#ccc;}

/* 内页文字大小按钮 */
.content_tools {
float:right;
margin:30px 0px; 
padding:5px 15px;
background:#eee;
text-align:right;
font-size:14px;
}

/************* 分页 */

.pages {
  clear:both;
  margin:0px 10px;
  font-size:0.8em;
  color:#888;
}

.pages strong,.pages span {
  color:#FFFFFF;
  display:block;
  float:left;
  height: 26px;
  line-height: 26px;
  float:left;
  padding:0px 8px;
  background:#337ab7;
  margin: 0px 3px 0px 0px;
  font-size:0.8em;
  border-radius: 3px 3px 3px 3px;
}
.pages a,.pages a {
  display:block;
  float:left;
  height:24px;
  line-height:24px;
  float:left;
  padding:0px 8px;
  border:1px solid #337ab7;
  border-radius: 3px 3px 3px 3px;
  text-decoration:none;
  margin: 0px 3px 0px 0px;
  color:#337ab7;
  font-size:0.8em;
}

.pages strong {color:white;}

.pages span {
  float:right;
}

#page {
font-size:0.8em;
}
#page .blank10{height:20px;}
#page strong {
padding:5px 8px;
background:#337ab7;
border-radius:5px;
color:white;
margin-right:15px;
font-size:0.8em;
}
.pagination {margin:50px 0px;}

/* 分页 */

.page-number {
 position:relative;
 right:0px;
 top:5px;
  color:#FFFFFF;
  height: 26px;
  line-height: 26px;
  padding:9px 20px;
  background:#337ab7;
  margin: 0px 3px 0px 0px;
  font-size:0.8em;
  border-radius: 3px 3px 3px 3px;
}

/* 正文 */
#content_text {line-height:180%;font-size:1.2em;}

/* 首页 */
.index-1,.index-3 { padding-bottom:100px; background: #f8f8f8; }
.index-1 ul { overflow: hidden; }
.index-1 li { height: 350px;  overflow: hidden; text-align: center; float: left; border: 1px solid transparent; position: relative; transition: 400ms; }
.index-1 li:hover {background:white;border:1px solid #ccc;}
.index-1 .t1 { width: 100%; height: 140px; padding: 70px 0 0 0; font-size: 14px; color: #9b9797; transition: 400ms; }
.index-1 .t1 .img-auto {height:176px; margin:0px 0px 10px 0px; overflow:hidden; }
.index-1 .t1 a { margin: 0 0 5px 0; font-size: 18px; color: #3a3a3a; transition: 400ms; }
.index-1 .t2 { width: 100%; padding: 20px 10px 0px 10px; height: 80px; line-height: 24px; font-size: 14px; color: #fff; background: #7bc91e; position: absolute; left: 0; bottom: -80px; transition: 400ms; }
.index-1 li:hover .t1 { margin-top:-50px; }
.index-1 li:hover .t2 { bottom:0px; }

@media (max-width: 768px) {
.index-1 li {
margin-bottom:30px;
background:white;border:1px solid #ccc;
}
.index-1 li .t1 { margin-top:-50px; }
.index-1 li .t2 { bottom:0px; }
}

.index-2 {padding-bottom:80px;}
.index-2 div div { padding:20px 30px; border:1px solid #eee;  -moz-box-shadow:0px 0px 10px #eee;
-webkit-box-shadow:0px 0px 10px #eee;
box-shadow:0px 0px 10px #eee; border-radius:3px;}
@media (max-width: 768px) {
.index-2 div div {margin-bottom:20px;}
}

.index-2 div div.img-auto a {display:block; height:100px;margin:20px 0px;overflow:hidden;}
.index-2 div div.img-auto h4 a { height:16px; font-size:14px;}
.index-2 div div:hover {background:#eee;}
.index-2 div div p {font-size:12px;color:#555;}
.index-2 div div p.date {color:#999;}

.index-3 .btn {padding:10px 40px;border-radius:50px;}
.index-3-left { height:240px; overflow:auto; }
.index-3-left p {text-indent:2em; }
@media (max-width: 768px) {
.index-3-left {margin-bottom:30px;}
}

.index-6 {padding:0px 0px 100px 0px;}
.index-6 ul li { height:124px; padding:0px; border:1px solid #eee; overflow:hidden;}
.index-6 ul li .img-auto {
width:89px;
height:68px;
margin:28px 50px;
overflow:hidden;
}

/* 友情链接 */
.home-links { padding:50px 0px 0px 0px;  background:#333; color: #666; }
.home-links .hr  {padding:15px 0px 0px 0px; border-top:1px dotted #555;}
.home-links-left {padding:0px;}
.home-links .links-logo img {
float:left; margin:10px;
opacity: 0.2;
}
.home-links .links-logo img:hover {opacity: 1; transition: 400ms;}
.home-links .links-a { clear:both; margin: 0 auto; font-size: 14px; padding-bottom: 60px; }
.home-links .links-a a { color: #666; padding: 10px; line-height: 300%; }

/**/
/*列表页 -文字列表*/
/**/
.list-container a {color:#333;}
.list-container p {color:#888;}
.list-container h4 {color:#000;font-weight:bold; }
.list-container .row{margin-bottom:15px;}
.list-container .news-list{margin-bottom:0;}

.list-border{padding:15px; clear:both; border:1px dotted transparent; border-bottom-color:#BBBBBB;}
.list-border-w{border:1px dotted #BBBBBB; margin:15px 0px;}
.list-border:hover{background:#F5F5F5; border-color: #ccc; border-radius: 5px 5px 5px 5px;}


.list-date {width: 4em; float: left; margin-right: 20px;text-align: center;}
.list-date span{display:block;width:1em;line-height:1em;padding-top: .1em;white-space:nowrap;font-size: 4em;color:#555;overflow:hidden;font-family: 'Times New Roman', Times, serif;}
.list-date p {clear:both; display:block; width:4em;overflow:hidden;margin-bottom:0;}

.news-list p,
.news-list-text-pic p,
.list-down p{line-height:1.6}
.list-down .img-auto {height:170px;overflow:hidden;}



#projectlist.masonry {
margin: 0 auto;
}

#projectlist { }
.wrapper { margin: 0px auto; }
.projectitem {margin:0px 0px 30px 0px;width: 380px; float: none; -webkit-backface-visibility: hidden;/*谷歌图片闪烁*/ -webkit-transform-style: preserve-3d;}
.projectitem a
{position:relative;display:block; }

.projectitem a:hover
{text-decoration:none;overflow:hidden;}

.projectitem a h4
{display:none;cursor:hand;text-align:center;}

.projectitem a:hover h4
{width:100%; line-height:30px; margin:0; padding:15px 0px;background:#333;display:block;position:absolute;bottom:0;left:0;color:#fff;filter:alpha(opacity=56);-moz-opacity:0.8;opacity:0.8;}


.projectitem img,
.index-1 img,
.index-2 img,
.index-3 img,
#projectlist .owl-item img
{
 -moz-box-shadow:0px 0px 10px #888;
-webkit-box-shadow:0px 0px 10px #888;
}

.projectitem p {line-height:200%;font-size:1.2em;}

.post-masonry {margin:0px 0px 30px 0px;}
.post-masonry a
{position:relative;display:block; }

.post-masonry a:hover
{text-decoration:none;overflow:hidden;}

.post-masonry a h4
{display:none;cursor:hand;text-align:center;}

.post-masonry a:hover h4
{width:100%; line-height:30px; margin:0; padding:15px 0px;background:#333;display:block;position:absolute;bottom:0;left:0;color:#fff;filter:alpha(opacity=56);-moz-opacity:0.8;opacity:0.8;}

.post-masonry img,
.index-1 img,
.index-2 img,
.index-3 img,
#projectlist .owl-item img
{
 -moz-box-shadow:0px 0px 10px #888;
-webkit-box-shadow:0px 0px 10px #888;
}

/*列表页 - 右侧*/
.content-right-list h3 {font-size:16px;}
.content-right-list ol {margin-bottom:60px;}
.content-right-list ol li {list-style-type:decimal ;font-size:14px;line-height:1.8}
@media (max-width: 768px) {
.content-right-list {
margin-top:60px;
}
}
/* 联系我们地图页 */
.contact-us {background:#242625; }

.contact-us h3 {font-size: 60px;line-height:120%;color:#CCCCCC;text-align:center;padding:50px 0 ;}
.contact-us h3 span{font-weight:bold;color:#C22C45;}
.contact-us h4 {clear:both;  margin:50px auto 0;padding:0 0 50px}
.contact-us dl {}
.contact-us dl dt {line-height:40px;color:#CACACA;font-size: 26px;margin-bottom:10px;}
.contact-us dl dd{color:#AEAEAE;font-size: 1.0em;}
.content-ditu {height:50.8em;overflow:hidden;}
.contact-us .glyphicon {font-size:50px;}

/* 产品页面右侧文字信息 */
.product_info{  overflow:hidden}
.product_info table{ color:#535353; width:100%; }
.product_info table th{ text-align:right; padding:7px 5px; width:120px; font-weight:normal; color:#888;}
.product_info table td{ padding:5px; color:#535353; font-size:0.9em;}
.product_info table tr{}
.product_info strong{ color:#E53F40; font-size:30px;}
#dialog_link {margin-left:20px;background:#236298;}
@media (max-width: 768px) {
#dialog_link {margin:20px 0px 0px 0px;}
}

/* 滚动图片 */
#projectlist .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
#projectlist .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
#projectlist .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
#projectlist .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;}
#projectlist .owl-carousel .owl-item {float:left;  padding:0px 50px; overflow:hidden; text-align:center; }
#projectlist .owl-carousel .owl-item a.img-auto {height:350px;overflow:hidden;}
#projectlist .owl-carousel .owl-item h4 { margin:30px 0px; font-size:16px;}
#projectlist .owl-carousel .owl-item h4 small {padding-left:20px; font-style : oblique; }

#projectlist .owl-controls .owl-page,
#projectlist .owl-controls .owl-buttons div{cursor: pointer;}
#projectlist .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*/
#projectlist .grabbing{cursor:url(../images/index/grabbing.png) 8 8, move;}
/* fix*/
#projectlist .owl-carousel .owl-wrapper,
#projectlist .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);}

#projectlist .owl-theme .owl-controls{margin-top: 20px;text-align: center;}
/* Styling Next and Prev buttons*/
#projectlist .owl-theme .owl-controls .owl-buttons div {color: #333;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/margin: 5px;padding: 5px 15px;font-size: 20px; font-weight:bold; background: #eee; }
#projectlist .owl-theme .owl-controls .owl-buttons div:hover {background:#333; color:white;}
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
#projectlist .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/
#projectlist .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
#projectlist .owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=30);/*IE7 fix*/opacity: 0.3;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #999;}
#projectlist .owl-theme .owl-controls .owl-page.active span,
#projectlist .owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
/* If PaginationNumbers is true*/
#projectlist .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;}
/* preloading images*/
#projectlist .owl-item.loading{min-height: 150px;background: url(images/AjaxLoader.gif) no-repeat center center}
#projectlist .owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.content-bottom-list-more {padding:8px 15px; background:#eee; color:#888;}
@media (min-width: 768px) {
.servers-wap {
display:none;
}
.dropdown-menu>li>a {padding:10px 20px;}

.navbar .nav > li.oen ul.two {
	margin: 0;
}
.navbar .nav > li.oen:hover ul.two {
	display: block;
}

}

@media (max-width: 768px) {
/* 手机菜单圆形按钮颜色 */
.plug-menu {
background: #ccc;
}
/* 手机菜单弹出按钮颜色 */
.top_menu>li {
background: #ccc;
}
/* 手机菜单平铺背景颜色 */
.foot_mp {
background: #ccc;
}
.servers,
.foot-share,
.content_tools_box
{display:none;}
ul.nav-pills li.active {clear:both; display:block; }
.content-bottom-list-more {display:block; width:110px; margin-bottom:30px;}
}

.navbar-right {padding:0px;}
.top-nav-right .dropdown-menu li {clear:both;width:98%;}
.lead {font-size:1.0em; line-height: 1.8;}
.index-1 ul,.index-6 ul {margin:0px;padding:0px;}
.lead img {max-width:100%;}
.child{display:none;}

.left-menu {line-height:42px;  border:1px solid #ccc; border-radius: 5px;}
.left-menu ul {margin:0px;padding:0px;}
.left-menu ul li a {display:block; padding:0px 0px 0px 40px;}
.left-menu ul li.two {padding-left:10px;}
.left-menu ul li.three {padding-left:10px;}
.left-menu ul li.four {padding-left:10px;}
.left-menu ul li.five {padding-left:10px;}

.top-login {padding-left:5px;}

.btn-primary {
    background-color: #383838;
    border-color: #383838;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #383838;
    border-color: #383838;
}
.pagination>li>a, .pagination>li>span {
    color: #383838;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #383838;
}
#page strong {
    background: #383838;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #383838;
}
#dialog_link {
    background: #383838;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #383838;
    background-color: #fff;
}
.comm input.btn {
    background: #383838;
    color: #fff;
}
.pages strong, .pages span {
    color: #FFFFFF;
    background: #383838;
}
.btn-primary .badge {
    color: #383838;
    background-color: #fff;
}

body{font-family: Microsoft Yahei;background:#FFF;overflow-x:hidden;}
ul,ol,li{list-style: none;}
.blank5{clear:both;height:5px;}
.blank10{clear:both;height:10px;}
.blank20{clear:both;height:20px;}
.blank30{clear:both;height:30px;}
.img-auto { display:block; overflow:hidden; }
.img-auto img { width:100%; height:auto; margin:0px auto; transition: 600ms; }
.img-auto:hover img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }

#header{position: fixed;top:0;width:100%;z-index:13;padding:0px 40px;transition: 300ms;font-size:12px;background: #FFF;box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.02);border-bottom: 1px solid #f3f3f3;}
#header *{transition: 300ms;}
.logo-box{height:60px;float:left;padding:10px 0;}
.logo-box img{height:100%;width:auto;}

.menu{float:right;}
.menu ul{padding:0;margin:0;}
.menu > ul > li{position:relative;float:left;line-height:60px;color:#FFF;padding:0 10px; margin-right:20px; }
.menu > ul > li > a{position:relative;color:#333;display:block;padding:0 10px; line-height:60px;border-bottom:1px solid transparent;}
.menu > ul > li > a > span{margin-left:5px;}
 .menu > ul > li > a:hover,
 .menu > ul > li > a.on{border-bottom:1px solid #a8a8a8;}


.menu2{position: absolute;z-index:10;width:210px;background:#FFF;padding:0 ;top:100%;left:-70px;margin-top:20px;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);transition: 600ms;box-shadow: 0 6px 10px rgba(0, 0, 0, .1);}
.menu ul > li:hover .menu2{z-index:11;margin-top:0;opacity: 1;-moz-opacity: 1;filter:alpha(opacity=100);}
.menu2 ul{padding:0;margin:0;height:0;overflow:hidden;}
.menu2 li a{display:block;padding:0px 30px;text-align:left;line-height:48px;color:#bbb9b9; box-shadow: 0 1px 1px rgba(0, 0, 0, .1);}
.menu > ul > li:hover .menu2 ul{height: auto;}
.menu2 li a:hover{color:#fff;background: #696969;}
.menu2 li a span{float:right;line-height:48px;transition: 600ms;opacity: 0;}
.menu2 li a:hover span{color:#fff;opacity: 1;}



/* 固定定位 */
.banner-box{height:848px}
.banner-box2{position:fixed;width:100%;}
@media screen and (min-width:1200px) and (max-width:1459px){
.banner-box{height:612px}
}
@media screen and (min-width:992px) and (max-width:1199px){
.banner-box{height:470px}
}
@media screen and (min-width:768px) and (max-width:991px){
.banner-box{height:392px}
}
@media screen and (min-width:480px) and (max-width:767px){
.banner-box{height:245px;margin-top:69px}
}
@media screen and (min-width:320px) and (max-width:479px){
.banner-box{height:163px;margin-top:69px}
}

/* 外部层 */
#banner{position:relative;padding:0;margin:0px;width:100%;}
#banner .owl-stage-outer{overflow:hidden;position:relative;z-index:10;}
#banner *{box-sizing:border-box;}
/* 导航层 */
#banner .owl-item{float:left;}
#banner .owl-item a{display:block;position:relative;}
#banner .owl-item img{width:100%;height:auto;}
#banner .owl-controls{position: absolute;bottom: 0px;height:0px;z-index:11;width:100%;text-align:center;}
/* 左右按钮 */
#banner .owl-controls .owl-nav{position:relative;}
#banner .owl-controls .owl-nav [class*=owl-]{height:60px;width:60px;margin:-30px 5% 0;opacity: .5;transition: 600ms;text-indent: -9999px;cursor: pointer;}
#banner .owl-controls .owl-nav [class*=owl-]:hover{margin:-30px 5% 0;opacity: 1;}
#banner .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
#banner .owl-controls .owl-nav .owl-prev{float:left;background:url(images/prev2.png) center center no-repeat;}
#banner .owl-controls .owl-nav .owl-next{float:right;background:url(images/next2.png) center center no-repeat;}
/* 远点按钮 */
#banner .owl-dots{width:100%;padding:0 10%;text-align:center;margin-top:-30px;}
#banner .owl-dots .owl-dot{display:inline-block;zoom:1}
#banner .owl-dots .owl-dot span{
width:10px;height:10px;margin:5px 7px;
background: #FFF;display:block;
-webkit-backface-visibility:visible;
-webkit-transition:opacity .2s ease;
-moz-transition:opacity .2s ease;
-ms-transition:opacity .2s ease;
-o-transition:opacity .2s ease;
transition:opacity .2s ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px}
#banner .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: #444;}

.index{position:relative;z-index:2;background:#FFF;padding:20px 0;}
.section1{padding:20px 0 100px 0;}
.title10{padding: 20px 0;}
.title10 h4{color:#444;font-size:26px;margin-top: 0;}
.title10 span{display:block;color:#c1c1c1;font-size:16px}
.title10 p{float:right;color:#999;padding:10px 0;}
.title10 p a{display:inline-blcok;padding:7px 28px;font-size:14px;color:#999;line-height:16px;height:16px}
.title10 p a:hover{color:#333}
.title10 p a:before{position:absolute;content:"";text-align:left;margin-left:0;margin-top:22px;background-color:#b2b2b2;width:0;height:1px;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s}
.title10 p a:hover::before{width:30px}
@media screen and (min-width: 0) and (max-width: 767px){
.title10 p{display: none;}
}

.s1-1{padding:0 15px;}
#owl-demo1{position:relative;padding:0;margin:0;width:100%;}
#owl-demo1 .owl-stage-outer{overflow:hidden;position:relative;z-index:10;}
#owl-demo1 *{box-sizing:border-box;}
/* 导航层 */
#owl-demo1 .owl-item{float:left;}
#owl-demo1 .owl-item a{display:block;position:relative;}
#owl-demo1 .owl-item img{width:100%;height:auto;}
#owl-demo1 .owl-controls{position: absolute;bottom: 0px;height:0px;z-index:11;width:100%;text-align:center;}
/* 左右按钮 */
#owl-demo1 .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
#owl-demo1 .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
#owl-demo1 .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}
#owl-demo1 .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
#owl-demo1 .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
#owl-demo1 .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
#owl-demo1 .owl-dots .owl-dot.active span,#owl-demo1 .owl-dots .owl-dot:hover span{background:#869791}
@media screen and (min-width: 0) and (max-width: 479px){
.s1-1{padding:0px;}
#owl-demo1 .owl-controls .owl-nav .owl-prev{margin-left:-10px;}
#owl-demo1 .owl-controls .owl-nav .owl-next{margin-right: -10px;}
}

.s1-item{margin:20px 0}
.s1-item a{position:relative;display:block;overflow:hidden}
.s1-item a:after{content:'+';width:64px;height:64px;line-height:64px;margin:0 auto;margin-left:-32px;margin-top:0;display:inline-block;position:absolute;top:0;left:50%;z-index:10;border-radius:50px;border:2px solid #fff;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;opacity:0;color:#fff;font-size:40px;text-align:center;font-family:"Times New Roman","微软雅黑"}
.s1-item:hover a:after{margin-left:-32px;margin-top:-79px;top:50%;opacity:1}
.s1-img{overflow:hidden}
.s1-img img{width:100%;max-height:260px;margin:0 auto;transition:.6s}
.s1-item:hover .s1-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.s1-text{padding:20px 0}
.s1-text:after{content:"";display:block;height:1px;width:1px;background:#FFF;transition:.6s}
.s1-item:hover .s1-text:after{width:100%;background:#D9D9D9}
.s1-text{position:relative}
.s1-text h4{font-size:16px;color:#4A4A4A;padding-right:50px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.s1-text p{font-size:14px;color:#b7b7b7;padding-right:50px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.s1-text:before{width:32px;height:32px;position:absolute;content:"";display:block;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;right:0;top:30px;background:url(images/jt01.png) center center no-repeat;opacity:0}
.s1-item:hover .s1-text:before{opacity:1;right:15px}
.section2{padding:20px 0;}

/* 外部层 */
.s2-1{padding:0 80px;}
#owl-demo2{position:relative;padding:0;margin:0;width:100%;}
#owl-demo2 .owl-stage-outer{overflow:hidden;position:relative;z-index:10;}
#owl-demo2 *{box-sizing:border-box;}
/* 导航层 */
#owl-demo2 .owl-item{float:left;}
#owl-demo2 .owl-item a{display:block;position:relative;}
#owl-demo2 .owl-item img{width:100%;height:auto;}
#owl-demo2 .owl-controls{position: absolute;bottom: 0px;height:0px;z-index:11;width:100%;text-align:center;}
/* 左右按钮 */
#owl-demo2 .owl-controls .owl-nav{position:relative;z-index:13}
#owl-demo2 .owl-controls .owl-nav [class*=owl-]{height:60px;width:20px;margin-top:-30px;opacity: .5;transition: 600ms;text-indent: -9999px;cursor: pointer;}
#owl-demo2 .owl-controls .owl-nav [class*=owl-]:hover{opacity: 1;}
#owl-demo2 .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
#owl-demo2 .owl-controls .owl-nav .owl-prev{float:left;margin-left:-60px;background:url(images/prev2.png) center center no-repeat;}
#owl-demo2 .owl-controls .owl-nav .owl-next{float:right;margin-right: -60px;background:url(images/next2.png) center center no-repeat;}
@media screen and (min-width: 0) and (max-width: 479px){
.s2-1{padding:0px;}
#owl-demo2 .owl-controls .owl-nav .owl-prev{margin-left:-10px;}
#owl-demo2 .owl-controls .owl-nav .owl-next{margin-right: -10px;}
}

.s2-item{padding:0 10% 150px;position:relative}
.s2-item a{position:relative;display:block;text-decoration:none}
.s2-item2{position:relative;transition:.6s}
.s2-item:hover .s2-item2{padding:80px 0 0}
.s2-number{text-align:center;position:absolute;top:70%;left:0;width:100%;font-size:66px;line-height:1em;color:#999;font-family:"Times New Roman";z-index:2;transition:.6s}
.s2-item:hover .s2-number{top:0;font-size:160px}
.s2-img{overflow:hidden;height:150px;transition:.6s}
.s2-item:hover .s2-img{height:auto}
.s2-img img{opacity:0;position:relative;z-index:3;width:100%;height:auto;margin:0 auto;transition:.6s}
.s2-item:hover .s2-img img{opacity:1;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.s2-text{padding:20px 0}
.s2-text h4{text-align:center;font-size:18px;color:#333}
.s2-text h4:after{content:"";display:block;width:30px;height:1px;background:#ccc;margin:20px auto 0}
.s2-text p{color:#848484;font-size:13px;line-height:28px;height:50px;overflow:hidden;width:100%;text-align:center;margin:0 auto}
.s2-more{margin:20px 0;text-align:center}
.s2-more p{display:inline;color:#999;position:relative;left:-20px;opacity:0;transition:.6s;text-transform:uppercase}
.s2-item:hover .s2-more p{left:0;opacity:1}
@media screen and (min-width:768px){
.s2-item{border-right:1px solid #eee;border-left:1px solid #eee}
}

.section3{}
.s3-img{float:left;width:50%;}
.s3-img img{width:100%;height:auto;min-height:100%;}
.s3-text{float:left;width:50%;height:710px;padding:0 5%;}
@media screen and (min-width: 0) and (max-width: 767px){
.s3-img{width:100%;}
.s3-text{width:100%;}
}
.div-table{display:table;height:100%;width:100%;}
.div-cell{display:table-cell;vertical-align:middle;}

.s3-text-p{line-height: 22px;max-height: 132px;overflow: hidden;color:#999;}
.s3-more{margin:20px 0  ;}
.s3-more a{display:inline-block;background:#333;color: #FFF;width:140px;line-height:40px;text-align: center;text-transform : uppercase;}
.s3-more a span{opacity: 0;transition: 600ms;}
.s3-more a:hover span{opacity: 1;margin-left:10px;}
@media screen and (min-width: 1200px) and (max-width: 1459px){
.s3-img,.s3-text{height:512px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
.s3-img,.s3-text{height:423px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.s3-img,.s3-text{height:328px;}
}
@media screen and (min-width: 480px) and (max-width: 767px){
.s3-img,.s3-text{height:auto;}
}
@media screen and (min-width: 320px) and (max-width: 479px){
.s3-img,.s3-text{height:auto;}
}

.section4{padding:0;}
.s4-l{position: relative;	border-left:1px solid #555;padding:100px 0 40px;margin-left:100px;}
.s4-l a{text-decoration: none;display: block;	}
.s4-l .title10{position: absolute;left:-100px;top:80px;}
.section4 .title10 h4{color:#FFF;width:60px;}
.section4 .title10 h4 a{color:#FFF;}
.s4-l .s4-item{border-bottom:none;}
.s4-l-more{margin:20px 0 0 30px;}
.s4-l-more p{display:block;color: #FFF;width:140px;line-height:40px;text-align: center;text-transform : uppercase;border-top:1px solid #555;transition: 600ms;}
.s4-l-more p span{opacity: 0;transition: 600ms;}
.s4-l:hover .s4-l-more p{background:#fff;color:#333;} 
.s4-l:hover  .s4-l-more p span{opacity: 1;margin-left:10px;}
.s4-l-img{overflow: hidden;}
.s4-l-img img{position:relative;z-index:3;width:100%;height:auto;margin:0 auto;transition:.6s}
.s4-l:hover .s4-l-img img{opacity:1;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}


.s4-r{border-left:1px solid #555;padding:100px 0 130px;margin-left:100px}
.s4-item{position:relative;padding:20px 0;border-bottom:1px solid #555}
.s4-item a{display:block;overflow:hidden;position:relative}
.s4-item h4{padding:0 20px;color:rgba(255,255,255,.8);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:.6s}
.s4-item p{padding:0 20px;line-height:22px;height:44px;overflow:hidden;color:#6a6a6a;transition:.6s}
.s4-date{position:absolute;top:20px;right:100%;width:100px}
.s4-date-md{font-size:26px;transition:.6s;color:#8c8c8c}
.s4-date-y{font-size:14px;color:silver}
.s4-item:hover .s4-date-md{color:#fff}
.s4-item:hover h4{border-left:1px solid #FFF;padding-left:29px}
.s4-item:hover p{padding-left:30px}
@media screen and (min-width: 0) and (max-width: 991px){
.s4-l{padding-bottom:20px;}
.s4-r{padding-top:20px;padding-bottom: 100px;}
}

.section5{padding:40px 0}
.s5-item{border-bottom:1px solid #EEE;}
.s5-item:hover{background:#f7f7f7;cursor:pointer;box-shadow:0 15px 20px rgba(0,0,0,.05)}
.s5-item a{display:block;overflow:hidden;padding:20px 0}
.s5-img{float:left;width:140px;height:140px;text-align: center;overflow:hidden;margin-right:50px;transition: 600ms;}
.s5-img img{width:140px;height:140px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.s5-title{float:left;width:230px;position:relative;padding-top:15px;padding-left:50px;border-left:1px solid #EEE;height:80px;margin:30px 0}
.s5-title:after{content:"";display:block;height:1px;width:30px;background:#ccc;position:absolute;right:-35px;top:28px}
.s5-title h4{margin:0;color:#474747;font-size:22px;margin-bottom:6px;    text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.s5-title span{display:block;font-size:13px;color:#a5a5a5}
.s5-text{position:relative;margin-top:45px;padding:0 100px 0 55px;color:#bebebe;line-height:22px;height:44px;overflow:hidden}
.s5-text:after{content:"";display:block;position:absolute;right:30px;top:5px;height:40px;width:20px;background:url(images/next2.png) center center no-repeat;opacity:0;-webkit-transition:.6s;-moz-transition:.6s;-ms-transition:.6s;-o-transition:.6s;transition:.6s}
.s5-item:hover .s5-text:after{right:20px;opacity:1}
.s5-item:hover .s5-img{  -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
 

@media screen and (min-width: 0) and (max-width: 767px){
.s5-img{float:left;width:100%;height:auto;margin-right:0px;}
.s5-title{float:left;width:100%;padding-top:15px;text-align: center;
padding-left:0px;border-left:none;margin:0}
.s5-title:after{display: none;}

.s5-text{position:relative;margin-top:0px;padding:0 ;width: 100%;
height:auto;}

.s5-text:after{display: none;}

}

#owl-demo6{position:relative;padding:0;margin:0;width:100%;}
#owl-demo6 .owl-stage-outer{overflow:hidden;position:relative;z-index:10;}
#owl-demo6 *{box-sizing:border-box;}
/* 导航层 */
#owl-demo6 .owl-item{float:left;}
#owl-demo6 .owl-item a{display:block;position:relative;}
#owl-demo6 .owl-item img{width:100%;height:auto;}
#owl-demo6 .owl-controls{position: absolute;bottom: 0px;height:0px;z-index:11;width:100%;text-align:center;}
/* 左右按钮 */
#owl-demo6 .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
#owl-demo6 .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
#owl-demo6 .owl-dots .owl-dot span{width:40px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
#owl-demo6 .owl-dots .owl-dot.active span,#owl-demo1 .owl-dots .owl-dot:hover span{background:#869791}
@media screen and (min-width: 0) and (max-width: 767px){
#owl-demo6 .owl-dots .owl-dot span{width:20px;}    
}
.section6{padding:40px 0}
.s6-item{margin:20px 0;position:relative}
.s6-item a{display:block;overflow:hidden}
.s6-item a img{width:100%;height:auto}
.s6-item a:hover{-webkit-box-shadow:0 5px 20px rgba(0,0,0,.08) inset;box-shadow:0 15px 30px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}
.s5-line{height:1px;background:#eee}
.s6-item:after{content:'';display:block;position:absolute;top:20%;left:-15px;height:60%;width:1px;background:#EEE}
.section6 .row .col-sm-3:nth-child(1) .s6-item:after{display:none}


.foot{padding:40px 0;background: #383838;position: relative;z-index: 12;	}
@media screen and (min-width: 1200px) {
.foot .container-fluid{padding:0 10%;}
}

.foot h4{color: #fff;font-size: 16px;line-height: 24px;margin-bottom: 30px;font-weight: 100;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: block;}
.foot ul{padding:0;margin:20px 0;}
.foot ul li{line-height: 24px;font-size: 13px;color: #989898;}
.fenxiang{display:inline-block;}
.fenxiang a{float:left;margin:20px 5px;display:block;height:30px;width:30px;line-height:30px;text-align:center;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;color:#eee;cursor: pointer;}
.fenxiang  a:hover{background:#555555;color:#FFF;}
.slogan{line-height: 24px;font-size: 13px;color: #989898;}

.foot .form-group .form-control{background:none;border-radius: 0;border:none;border-bottom:1px solid #606060;color:#999999;-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0);box-shadow: inset 0 0px 0px rgba(0,0,0,.0);}
.foot .form-group .form-control:focus {border-color: none;outline: 0;-webkit-box-shadow: none;}
.foot .form-group textarea.form-control{color:#999999;}
.s7-btn{width:100%;max-width:100%;margin:0 auto;color:#FFF;height:40px;background: #383838;border:1px solid #606060;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
.s7-btn:hover{background: #fff;color:#333;}
.foot #verify{background:none;border-radius: 0;border:none;border-bottom:1px solid #484848;color:#999999;height: 34px;padding: 6px 12px;font-size: 14px;}
.foot #verify:focus {border-color: none;outline: 0;-webkit-box-shadow: none;}
.foot #verify{width:calc(100% - 65px);}
.foot-b{position: relative;z-index: 12;background: #fff;color: #8e8e8e;text-align: center;padding: 8px 0;font-size: 12px;}
.foot-b a{color: #8e8e8e;}
.flinks .ftitle{list-style:none!important;margin-left:15px;}
.flinks li{float:left;list-style-type:disc;margin-left:30px;}

.flinks li a{color:#989898;}


#outer-w{width:100%;height:100%;display:none;position: fixed;left:0;top:0;z-index:99999;}
#outer {height: 100%; ; position: relative;width: 100%;}
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%;width: 300px;padding:30px 0;margin: 0 auto;text-align:center;} /* for explorer only */
*+html #outer[id]{position: relative;}
*+html #middle[id]{position: absolute; }
#bg-black{position: absolute;z-index:1;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.6);}
.inner{position:relative;z-index:2;background:#FFF;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
#close{position: absolute;right:-10px;top:-10px;height:30px;width:30px;cursor: pointer;background: #FFF url(images/del_on.gif) left top no-repeat;border:1px solid #CCC;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
#close:hover{background: #DDD url(images/del_hover.gif) -1px -1px no-repeat;}


#banner2{width:100%;height:380px;position:relative}
#banner2 div{background-color:#39383E;background-repeat:no-repeat;background-position:center;background-size:cover;position:fixed;width:100%;height:380px;animation:mymove 20s}
@keyframes mymove { 
	0% { transform:scale(1.2, 1.2)}
	100% {transform:scale(1, 1)}
}

.box2{padding:40px 0;}

.title11{padding: 20px 0;text-align:center;}
.title11 h4{color:#444;font-size:26px;margin-top: 0;}
.title11 span{display:block;color:#c1c1c1;font-size:16px}
.title11 p{color:#999;margin-top: 20px;padding:10px 0;}
.title11 p a{display:inline-blcok;padding:7px 28px;font-size:14px;color:#999;line-height:16px;height:16px}
.title11 p a:hover{color:#333}
.title11 p a:before{position:absolute;content:"";text-align:left;margin-left:0;margin-top:22px;background-color:#b2b2b2;width:0;height:1px;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s}
.title11 p a:hover::before{width:30px}
@media screen and (min-width: 0) and (max-width: 767px){
.title11 p{display: none;}
}

.team{margin:20px 0;transition: 600ms;}
.team:hover{transform: translate( 0,-10px);box-shadow: 0 15px 30px rgba(0,0,0,0.05);}
.team a{display: block;overflow: hidden;position: relative;text-decoration: none;}
.team-img { display:block; overflow:hidden; position: relative;}
.team-ico{position: absolute;left: 0;right: 0;bottom: -50px;width: 100%;height:50px;background: #404040;transition: 600ms;}
.team-ico:before{content: '';display: block;width: 2px;height: 14px;position: absolute;left: 50%;top: 50%;background: #fff;margin:-7px 0 0 -1px;}
.team-ico:after{content: '';display: block;width: 14px;height: 2px;position: absolute;left: 50%;top: 50%;background: #fff;margin:-1px 0 0 -7px;}
.team:hover .team-ico{bottom: 0;}
.team-img img { width:100%; height:auto; margin:0px auto; transition: 600ms; }
.team:hover .team-img img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
.team-text{padding: 20px;background: #f7f7f7;border: 1px solid transparent;transition: 600ms;border-top: none;text-align: center;}
.team:hover .team-text{background: #fff;border: 1px solid rgba(0,0,0,.08);cursor: pointer;border-top: none;}
.team-text h4{font-size: 18px;color: #484848;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.team-text span{display: block;color: #9a9a9a; font-size: 13px;}
.team-text p{padding-top:20px;border-top:1px solid #EEE; line-height: 24px;height: 68px;margin-top: 20px;    font-size: 12px;overflow: hidden; color: #949494;}
.news{padding:30px 0;border-bottom:1px solid #EEE;}
.news a{display: block;text-decoration: none;}
.news-img{float:left;margin-right: 40px;width:250px;text-align:center;}
.news-img{display:block;overflow:hidden;}
.news-img img{width:100%;height:auto;margin:0px auto;transition:600ms;}
.news-text{overflow: hidden;}
.news-text h4{padding-right: 200px;position: relative;left: 0;font-size: 18px;color: #555;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition: 400ms;}
.news-text p{position: relative;padding-right: 200px;position: relative;left: 0;font-size: 13px;color: #909090;line-height: 24px;height: 48px;overflow: hidden;transition: 400ms;}
.news-text p:after{content: "MORE  >";display: block;position: absolute;right:20px;top: 0;font-size: 16px;line-height: 1em;	color: #333;border-left:1px solid #ccc;padding:10px 0 10px 30px;}
.news-date{margin-top: 40px;}
.news-date-md{display: inline-block;font-size: 12px;color: #8c8c8c;}
.news-date-y{display: inline-block;font-size: 12px;color: #c8c8c8;}
.news:hover .news-text h4{left:10px;}
.news:hover .news-text p{left:10px;}
.service-item{border-bottom:1px solid #eee;padding:20px 0;margin: 20px 0;}
.service-img{position: relative;transition: 400ms;top: 0;}
.service-item:hover .service-img{top: -10px;}
.service-img img{width:100%;height:auto;}
.service-text{position: relative;transition: 400ms;top: 0;}
.service-item:hover .service-text{top: -10px;}
.service-text{padding:20px 0}
.service-text h4{text-align:center;font-size:18px;color:#333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.service-text h4:after{content:"";display:block;width:30px;height:1px;background:#ccc;margin:20px auto 0}
.service-text p{color:#848484;font-size:13px;line-height:28px;height:50px;overflow:hidden;width:100%;text-align:center;margin:0 auto}
.service-more{margin:10px 0;text-align:center}
.service-more p{display:inline;color:#999;position:relative;left:-2em;transition:.6s;text-transform:uppercase}
.service-item:hover .service-more p{left:0;}
.service-more p span{opacity: 0;transition: 600ms;}
.service-item:hover .service-more p span{opacity: 1;}


/*-- 在线客服 --*/
.box_os p,.box_os em,.onlineService p{margin:0;padding:0;font-size:12px;text-align:center;}
.box_os img{border:0;}
:focus{outline:none;}
.box_os em,.box_os th{font-style:normal;font-weight:normal;}
.box_os .table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
.box_os .os_x, .ico_os, .ico_gt, .ico_pp, .osqq .qq,.box_os .osqq p em,.acbox{ background:url(images/kf.gif) no-repeat;}
.box_os{ height:auto; overflow:hidden; width:128px; position:fixed; right:0; top:300px; _position:absolute; z-index:9999;display:none; }
.box_os .os_x{ width:129px; border:1px solid #D1D1D1; background-color:#fff; background-position:-50px 0px; clear:both; height:35px; text-align:center;cursor:pointer;}
.box_os .osqq{background:#f6fcfe;overflow:hidden;padding-bottom:12px;}
.box_os .osqq p{ height:auto; line-height:20px;width:128px;padding-top:12px;}
.box_os .osqq .bmname{ padding-top:5px;}
.box_os .osqq p strong{ color:#626666;font-size: 13px;}
.box_os .osqq img{ margin:2px 0 3px 0; clear:both;}
.box_os .osqq p em{ color:#666; display:block;background-position:-50px -43px;height:24px;width:115px;margin:0 auto;line-height:24px;font-size: 13px;font-weight: bold;overflow:hidden;}
.box_os .osqq p em.openbg{ background-position:-50px -71px;}
.box_os .osqq p span{ color:#547816; display:block;}
.box_os .osqq p span a{color:#557917;}
.onlineService{ background:none; width:39px; *width:84px; height:178px; ;position:fixed; right:0; top:300px; _position:absolute;z-index:9999;}
.onlineService .ico_os{ background-position:0px 0px; border:1px solid #c7c7c7; cursor:pointer; width:40px; height:143px; float:right;}
.onlineService .ico_gt{ background-position:right 0; border:1px solid #299ec0; cursor:pointer; width:39px; height:37px; float:right; clear:both;}
.onlineService .ico_pp{ background-position:right -60px; border:1px solid #81b140; cursor:pointer; width:39px; height:37px; float:right; margin:0 0 1px 0; clear:both;}
.msg_button{color: #999;border:1px solid #dce1e6;width: 120px;line-height: 30px;text-align: center;font-weight: bold;font-size:16px;margin:0 20px 20px 0;overflow: hidden;cursor:pointer;text-indent:0px;}
.box_os .osqq p.wxClassText{margin-bottom:6px;}

.footer-bar{display:none}.footer-bar{position:fixed;z-index:999;left:0;bottom:0;width:100%;height:50px;font-size:0;text-align:center;border-top:1px solid #ddd;color:#666;background:#fff;table-layout:fixed}@media (max-width:767px){.footer-bar{display:table}}.footer-bar .fb-item{display:table-cell;height:50px;font-size:16px;vertical-align:middle}.footer-bar .fb-item
.fa{font-size:24px;line-height:26px}.footer-bar .fb-item
span{display:block;font-size:12px;line-height:12px}.footer-bar
a{display:block;color:#666;text-decoration:none}.footer-bar a:active,.footer-bar a:focus,.footer-bar a:hover{color:#333}.footer{padding:40px
0 0;font-size:12px;color:#999;background:#222}

.get_touch form ,.partner .row{border: 8px solid #f4f4f4;background: #fff;padding: 20px 10px 20px 10px;}
.partner li img {border: 1px solid #e1e3e5!important;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;-ms-transition: all .3s ease-in-out 0s;-o-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.get_touch form button.submit{background:#32373c;color:#fff;margin:10px 0}
.get_touch form button.submit i{border-left:1px solid #37474f}
.get_touch form button.submit{font-weight:500;padding:4px 9px 4px 27px;text-transform:uppercase;display:inline-block;position:relative;line-height:30px;border-radius:3px;border:none;outline:0;letter-spacing:.03em;transition:all .3s ease}
.get_touch form button.submit i{padding-left:15px;font-size:1.25em;padding-right:7px;vertical-align:middle;position:relative;margin-left:20px;line-height:28px;transition:all .3s ease}
.get_touch form button.submit i:after{background:rgba(0,0,0,.5);content:'';width:1px;height:100%;position:absolute;left:-2px;top:0;transition:all .3s ease}
.get_touch form button.submit:hover i{color:#282f39;border-color:#282f39}
.met-news,.met-news-bar .recommend,.met-shownews{border-top:1px solid #f0f2f5}
.get_touch form button.submit:hover i:after{background:0 0}
.get_touch form button.submit:hover{background:#d68b37;color:#282f39}
.yucong-comments>ul.msg{margin-bottom:8px;border-top:1px solid #ddd;padding-top:10px;border-radius:4px;}
.yucong-comments{margin-bottom:10px;}
.yucong-comments ul{padding:0}
ul.msg img.avatar{float:left;margin-right:10px;border-radius:4px;width:45px;height:45px;border-radius:50%;-webkit-transition:.4s;-webkit-transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;}
li.msgname:hover img.avatar,.commons li:hover img{transform:rotateZ(60deg);-webkit-transform:rotateZ(60deg);-moz-transform:rotateZ(60deg)}
ul.msg li{list-style-type:none;}
ul.msg li.msgname p.commentname{line-height:23px;font-size:14px;margin-bottom:3px;}
ul.msg li.msgname small{color:#aaa;font-size:14px;}
ul.msg li.msgname small a{display:none;}
ul.msg:hover li.msgname small a{display:inline-block;}
ul.msg li ul.msg{margin-top:12px;padding-top:10px;border-bottom:1px solid #ededed;border-radius:4px;box-shadow: 0 0 2px rgba(0,0,0,0.05);}

@media screen and (max-width: 520px){
.news-img{margin-right:20px;width:150px;}
.news-text p{display:none;}
.news-text h4{padding-right:0px;}
}