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;}

/* 划过图片放大 */
.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 #888;
-webkit-box-shadow:0px 0px 15px #888;
box-shadow:0px 0px 15px #888;
}
@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;}
}

/* 导航右侧 */
@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; }


/* 页底 */

 

.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;min-height:115px;}
.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: 5em; 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:5em;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/base/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: #236FFB;
    border-color: #236FFB;
}
.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: #236FFB;
    border-color: #236FFB;
}
.pagination>li>a, .pagination>li>span {
    color: #236FFB;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #236FFB;
}
#page strong {
    background: #236FFB;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #236FFB;
}
#dialog_link {
    background: #236FFB;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #236FFB;
    background-color: #fff;
}
.comm input.btn {
    background: #236FFB;
    color: #fff;
}
.pages strong, .pages span {
    color: #FFFFFF;
    background: #236FFB;
}
.btn-primary .badge {
    color: #236FFB;
    background-color: #fff;
}

 









body{font-family: Microsoft Yahei;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:30;padding:0px;transition: 300ms;font-size:12px;background: #fff;}
#header *{transition: 300ms;}
.logo-box{height:60px;float:left;padding:10px 0;}
.logo-box img{height:100%;width:auto;}


.top1{height: 80px;overflow: hidden;border-bottom:1px solid #EEE;padding: 10px 0;}

.top-tel{float: right;padding:10px 0px 0px 40px;text-align: right;background:url(../images/base/tel.png) left center no-repeat;}
.top-tel h3{margin: 0;padding: 0;color: #236FFB;font-size: 20px;	}
.top-tel p{margin: 0;color:#bbb;}


.menu{clear:both;}
.menu ul{padding:0;margin:0;}
.menu > ul > li{position:relative;float:left;line-height:60px;color:#FFF; margin-right:20px; }

@media screen and (min-width:768px) and (max-width:991px){
.menu > ul > li{margin-right:0px; }
}

.menu > ul > li > a{color:#666;display:block;line-height:60px;padding:0px 20px;transition: 0s;font-size: 14px;}
.menu > ul > li > a span{margin-left:5px;}
.menu > ul > li:hover > a{color:#333;}
.menu > ul > li.on > a{color:#333;}
.menu > ul > li > a:before{content:"";display: block;position: absolute;height: 2px;width: 0;bottom: 0;left: 0;opacity: 0;background: #236FFB;}
.menu > ul > li:hover > a:before,.menu > ul > li.on > a:before{opacity: 1;width: 100%;}


.menu2{position: absolute;z-index:10;width:210px;background:#FFF;top:100%;left:-50px;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:50px;color:#666; border-bottom: 1px solid rgba(0, 0, 0, .08);}
.menu2 li a span{float:right;line-height:50px;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
.menu2 li a:hover{text-indent: 1em;}
.menu2 li a:hover span{opacity: 1;-moz-opacity: 1;filter:alpha(opacity=100);;}


.menu > ul > li:hover .menu2 ul{height: auto;}
.menu2 li a:hover{color:#000;background:#EDEDED;}


#header.mini{top: -80px;padding-top: 0;padding-bottom: 0;-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);}
  


.banner-box{margin-top: 100px;background: #F8F8F8;}

@media screen and (min-width: 0) and (max-width: 767px){
.banner-box{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{height:0px;z-index:11;width:100%;text-align:center;}
/* 左右按钮 */
#banner .owl-controls .owl-nav{}
#banner .owl-controls .owl-nav [class*=owl-]{position: absolute;z-index: 11;top:50%;height:60px;width:60px;margin:0px 0 0;opacity: .5;transition: 600ms;text-indent: -9999px;cursor: pointer;}
#banner .owl-controls .owl-nav [class*=owl-]:hover{margin:0px 0 0;opacity: 1;}
#banner .owl-controls .owl-nav .owl-prev{left:5%;background:rgba(57, 57, 57, 0.2) url(../images/base/prev1.png) center center no-repeat;}
#banner .owl-controls .owl-nav .owl-next{right:5%;background:rgba(57, 57, 57, 0.2) url(../images/base/next1.png) center center no-repeat;}
#banner .owl-controls .owl-nav .owl-prev:hover{background:rgba(57, 57, 57, 0.7) url(../images/base/prev1.png) center center no-repeat;}
#banner .owl-controls .owl-nav .owl-next:hover{background:rgba(57, 57, 57, 0.7) url(../images/base/next1.png) center center no-repeat;}

/* 远点按钮 */
#banner .owl-dots{position: absolute;bottom:30px;z-index: 11;width:100%;padding:0 10%;text-align:center;}
#banner .owl-dots .owl-dot{display:inline-block;zoom:1}
#banner .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background: #c8c8c8;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: #00C0FF;}




.index{position: relative;z-index: 10;background: #FFF;padding: 0;}

 

.title10{text-align:center}
.title10 h4{font-size:32px;padding-top:60px;padding-bottom:40px;position:relative;color:#292929}
.title10 h4:after{content:'';display:block;width:70px;position:absolute;bottom:8px;left:50%;margin-left:-35px;border-bottom:1px solid #eaeaea}
.title10 p{color:#969696;font-size:13px;max-width:720px;margin:0 auto 40px;line-height:24px;height:48px;overflow:hidden}
.title10 ul{padding: 0;margin: 0 0 40px;text-align: center;}
.title10 ul li{display:inline-block;border-left:1px solid #EEE;padding:0 5px;margin-bottom:10px; }
.title10 ul li:nth-child(1){border:none}
.title10 ul li a{padding:3px 24px;border:0;line-height:8px;height:8px;position:relative}
.title10 ul li a:hover{background:#236ffb;color:#fff}
.title10 ul li.active a{background:#236ffb;color:#fff}




.section1{padding:80px 0}
.s1-item{position:relative;top:0;transition:.6s;border:1px solid #EEE;margin:40px 0 20px}
.s1-item a{display:block;position:relative;overflow:hidden;text-decoration:none}
.s1-1{padding:20px 10%}
.s1-1 h2{color:#FFF;font-size:50px}
.s1-1 h2 small{color:#000;font-size:14px;margin-left:1em;color:#F2F2F2}
.s1-1 p{color:#F2F2F2;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.s1-11{background:#29D79E}
.s1-12{background:#F35750}
.s1-13{background:#236FFB}
.s1-2{padding:40px 10%}
.s1-2 h4{margin-bottom:25px;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.s1-2 p{line-height:24px;height:48px;overflow:hidden;color:#848484}
.s1-2 div.more{margin-top:40px;font-size:16px;line-height:32px;height:32px;overflow:hidden;vertical-align:middle}
.s1-2 div.more span{display:inline-block;height:32px;width:32px;vertical-align:middle;background:url(../images/base/ico.png) no-repeat 0 -2px;transition:all .3s ease 0s}
.s1-item:hover{top:-20px;box-shadow:0 12px 64px rgba(0,0,0,.1)}
.s1-item:hover .s1-2 div.more{color:#2B74FB}
.s1-item:hover .s1-2 div.more span{background:url(../images/base/ico.png) no-repeat 0 -33px}






.section2{padding: 0px 0 80px;}
.s2-tiem{margin:20px 0}
.s2-tiem:hover{-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);}
.s2-tiem a{position:relative;overflow:hidden;text-decoration:none}
.s2-img{display:block;position:relative;overflow:hidden}
.s2-img img{width:100%;height:auto;margin:0 auto;transition:.6s}
.s2-tiem:hover .s2-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)}
.s2-img:before{z-index:2;content:"";position:absolute;left:0;right:0;top:-100%;height:100%;background:rgba(0,0,0,.3);transition:.3s}
.s2-tiem:hover .s2-img:before{top:0}
.s2-img:after{content:'';width:46px;height:40px;line-height:40px;background:url(../images/base/s2-ico.png) center center no-repeat;margin-left:-23px;margin-top:-20px;display:inline-block;position:absolute;top:0;left:50%;z-index:10;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;opacity:0}
.s2-tiem:hover .s2-img:after{top:50%;opacity:1}
.s2-text{padding:20px 30px 10px 10px;transition: 600ms;}
.s2-text h4{margin:0 0 5px;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.s2-text p{color:#848484;font-size:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}

.s2-tiem:hover .s2-text{padding:20px 20px 10px 20px;}


.index-more{margin:20px 0;text-align:center}
.index-more a{position:relative;display:inline-block;height:50px;line-height:50px;border:1px solid #dfdfdf;width:300px;max-width:100%;color:#848484;text-transform:uppercase;text-decoration:none}
.index-more a::after{content:"";position:absolute;height:100%;left:0;width:0;background:#236FFB;z-index:-1;transition:.6s}
.index-more a:hover{color:#FFF}
.index-more a:hover:after{width:100%}




.section3{padding: 80px 0 0;background: #824EFB;}
.section3 .title10 h4{color: #FFF;}
.section3 .title10 h4 a{color: #FFF;}
.section3 .title10 p{color: #FFF;}

.s3-more{text-align: center;}
.s3-more a{text-indent: -9999px;position:relative;display:inline-block;height:42px;line-height:42px;width: 160px;vertical-align:middle;max-width:100%;color:#848484;text-transform:uppercase;text-decoration:none;background: url(../images/base/jiantou.png)no-repeat 32px -90px;transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;background-color: #fff;}
.s3-more a:hover{background: url(../images/base/jiantou.png)no-repeat 32px -120px;    background-color: #fff;}
.s3-more a:hover{color:#FFF}
.s3-2{padding: 60px 0;background: #FFF;}
.s3-item{margin: 20px 0;}
.s3-item a{display: block;overflow: hidden;text-decoration: none;}
.s3-number{height: 130px;width: 130px;line-height: 130px;text-align: center;margin: 0 auto;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;color: #FFF;font-size: 50px;}
.s3-item1 .s3-number{background: #FFC219;	}
.s3-item2 .s3-number{background: #FF7572;	}
.s3-item3 .s3-number{background: #236EFB;	}
.s3-item h4{text-align: center;color: #333;font-size: 16px;margin-top: 20px;}
.s3-item p{color: #848484;font-size: 12px;text-align: center;line-height: 20px;margin-top: 10px;}




.sectiopn4{padding: 80px 0;background: url(../images/base/bg4.jpg)	}
@media screen and (min-width: 0) and (max-width: 767px){
.sectiopn4{background:none	}
}
.s4-item{position: relative;top: 0;margin: 20px 0;background: #FFF;transition: 600ms;}
.s4-item a{display: block;position: relative;overflow: hidden;text-decoration: none;}
.s4-img{display:block;overflow:hidden;}
.s4-img img{width:100%;height:auto;margin:0px auto;transition:600ms;}
.s4-item:hover .s4-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);}
.s4-text{padding: 30px 0;margin: 0 30px;overflow: hidden;position: relative;}
.s4-text h4{font-size: 16px;color: #474747;margin: 0 0 5px;}
.s4-text span{color: #848484;display: block;font-size: 13px;}
.s4-text p{font-size: 13px;padding-top: 10px;margin-top: 10px;margin-bottom: 0;border-top:1px solid #EEE;line-height: 24px;height: 58px;overflow: hidden;color: #848484;}
.s4-item .more{margin-top: 13px;color: #236FFB;position: relative;left:-6em;transition: 600ms;}
.s4-item .more i{margin-left: 5px;}
.s4-item:hover .more{left:-0%;}
.s4-item:hover{top:  -10px;}
.s4-item:after{content:"";display: block;position: absolute;height: 2px;width: 0;background: #236FFB;transition: 600ms;}
.s4-item:hover:after{width: 100%}

 

@media screen and (min-width: 320px) and (max-width: 479px){
.sectiopn4 .col-xs-6{width:100%;}
}



.section5{padding: 80px 0;}


/* 外部层 */
#owl-demo5{position:relative;padding:0 80px;margin:0px}
#owl-demo5 .owl-stage-outer{overflow:hidden;position:relative;z-index:10;}
#owl-demo5 *{box-sizing:border-box;}
/* 导航层 */
#owl-demo5 .owl-item{float:left;}
#owl-demo5 .owl-controls{margin-top:0px;text-align:center;}
/* 左右按钮 */
#owl-demo5 .owl-controls .owl-nav{}
#owl-demo5 .owl-controls .owl-nav [class*=owl-]{height: 60px;width: 60px;position: absolute;z-index: 12;top: 50%;margin-top: -30px;: text-decoration: none;text-indent: -9999px;cursor: pointer;}
#owl-demo5 .owl-controls .owl-nav .owl-prev{left: 0;background:  url(../images/base/jiantou2.png ) no-repeat -38px 3px;transition: 300ms;}
#owl-demo5 .owl-controls .owl-nav .owl-next{right: 0;background:  url(../images/base/jiantou2.png ) no-repeat -86px 3px;transition: 300ms;}
#owl-demo5 .owl-controls .owl-nav .owl-prev:hover{background:  url(../images/base/jiantou2.png ) no-repeat -38px -59px;}
#owl-demo5 .owl-controls .owl-nav .owl-next:hover{background:  url(../images/base/jiantou2.png ) no-repeat -86px -59px;;}


.s5-item{}
.s5-item a{position:relative;display:block;overflow:hidden;text-decoration:none}
.s5-img{position: relative;float:left;width:270px;margin-right:80px;height:320px;float:left;overflow:hidden}
.s5-img img{width: 100%;height: auto;min-height:100%;}
.s5-date{position:absolute;left:0;bottom:20px;background:#FFF;padding:0 30px}
.s5-date-y{line-height:1.2;color:#8a8a8a;display:block;font-size:36px;padding:6px 0 0 0;width:110px;text-align:left;border-bottom:1px solid #EEE}
.s5-date-md{line-height:1.8;color:#C5C5C5;font-size:13px;float:none;display:block;margin-bottom:10px}
.s5-text{padding-top:20px;overflow:hidden;margin-right:50px;position:relative;left:0;transition:.6s}
.s5-text h4{font-size:18px;height:50px;line-height:20px;border-bottom:1px solid #EFEFEF}
.s5-item:hover .s5-text{left:20px}
.s5-item:hover .s5-text h4{color:#236ffb}
.s5-text p{color:#848484;height:48px;line-height:24px;overflow:hidden}
.s5-text .more{height:42px;width:160px;background:#236FFB;color:#fff;margin-top:80px;line-height:42px;text-align:center}
@media screen and (min-width: 480px) and (max-width: 767px){
.s5-img{float: none;  width: 100%;margin-right: 0px;height: auto;overflow: hidden;}
.s5-text{margin-right: 0px;}
.s5-text .more{margin-top:30px;}
.s5-item:hover .s5-text{left:0px}
}
@media screen and (min-width: 320px) and (max-width: 479px){
.s5-img{float: none;  width: 100%;margin-right: 0px;height: auto;overflow: hidden;}
.s5-date{display: none;}
#owl-demo5{position:relative;padding:0 0px;margin:0px}

.s5-text{margin-right: 0px;}
.s5-text .more{margin-top:30px;}
.s5-item:hover .s5-text{left:0px}
}




.section6{background: #0E4EC9;padding: 80px 0;}
.s6-1{background:#1046AE;border:1px solid rgba(255,255,255,.2);padding:60px 0}
.s6-2{margin:0 auto;width:80%;max-width:500px}
.s6-1 .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#fff;background-color:#1046AE;background-image:none;border:1px solid rgba(255,255,255,.2);border-radius:4px;-webkit-box-shadow:inset 0 1px 1px transparent;box-shadow:inset 0 1px 1px transparent;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.s6-1 .form-control:hover{border:1px solid rgba(0,255,237,.94)}
.s6-1 textarea.form-control{height:auto;color:#999;}
.s6-btn{display:block;margin:20px auto;width:240px;line-height:36px;color:#fff;background:rgba(255,255,255,.35)}
.s6-btn:hover{background-color:#1891F9;color:#fff}
.section6 .title10 h4{color: #FFF;}
.section6 .title10 p{color: #FFF;}

.section6 .form-group img{float: right;height: 34px;width: auto;}

#verify{display:block;width: calc(100% - 70px);float: left;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#fff;background-color:#1046AE;background-image:none;border:1px solid rgba(255,255,255,.2);border-radius:4px;-webkit-box-shadow:inset 0 1px 1px transparent;box-shadow:inset 0 1px 1px transparent;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
 


.section7{padding: 60px 0;}
.s7-item{}
.s7-item a{display: block;position: relative;text-decoration: none;overflow: hidden;}
.s7-item img{width: 100%;height: auto;}


/* 外部层 */
#owl-demo7{position:relative;padding:0 60px;margin:0px}
#owl-demo7 .owl-stage-outer{overflow:hidden;position:relative;z-index:10;}
#owl-demo7 *{box-sizing:border-box;}
/* 导航层 */
#owl-demo7 .owl-item{float:left;}
#owl-demo7 .owl-controls{margin-top:0px;text-align:center;}
/* 左右按钮 */
#owl-demo7 .owl-controls .owl-nav{}
#owl-demo7 .owl-controls .owl-nav [class*=owl-]{height: 30px;width: 50px;position: absolute;top: 50%;margin-top: -15px;cursor: pointer;text-indent: -9999px;overflow: hidden;	}
#owl-demo7 .owl-controls .owl-nav .owl-prev{  left: 0;  background: url(../images/base/ico.png)no-repeat -152px -61px;transition: 300ms;}
#owl-demo7 .owl-controls .owl-nav .owl-next{right: 0; background: url(../images/base/ico.png)no-repeat -188px -61px;transition: 300ms;}
 #owl-demo7 .owl-controls .owl-nav .owl-prev:hover{  background: url(../images/base/ico.png)no-repeat -152px -93px;}
#owl-demo7 .owl-controls .owl-nav .owl-next:hover{ background: url(../images/base/ico.png)no-repeat -188px -93px;}



.foot-b{padding: 20px 0;background: #F0F0F0;color: #666;font-size: 12px;}
.foot-b a{color: #666;}






#banner2{width:100%;height:380px;position:relative;margin-top: 60px;overflow: hidden;}
#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)}
}



@media screen and (min-width: 0) and (max-width: 767px){
#banner2{margin-top: 0;}
}

.box2{padding: 20px 0 60px;}
 



.news-item{margin: 30px 0;border-bottom:1px solid #EEE;}
.news-item a{position:relative;display:block;overflow:hidden;text-decoration:none}
.news-img{position: relative;float:left;width:270px;margin-right:80px;height:320px;float:left;overflow:hidden}
.news-img img{width: 100%;height: auto;min-height:100%;}
.news-date{position:absolute;left:0;bottom:20px;background:#FFF;padding:0 30px}
.news-date-y{line-height:1.2;color:#8a8a8a;display:block;font-size:36px;padding:6px 0 0 0;width:110px;text-align:left;border-bottom:1px solid #EEE}
.news-date-md{line-height:1.8;color:#C5C5C5;font-size:13px;float:none;display:block;margin-bottom:10px}
.news-text{padding-top:20px;overflow:hidden;margin-right:50px;position:relative;left:0;transition:.6s}
.news-text h4{font-size:18px;height:50px;line-height:20px;border-bottom:1px solid #EFEFEF}
.news-item:hover .news-text{left:20px}
.news-item:hover .news-text h4{color:#236ffb}
.news-text p{color:#848484;height:48px;line-height:24px;overflow:hidden}
.news-text .more{height:42px;width:160px;background:#666;color:#fff;margin-top:80px;line-height:42px;text-align:center;opacity: 0;transition: 600ms;}
.news-item:hover .news-text .more{background:#236FFB;opacity: 1;}
@media screen and (min-width: 480px) and (max-width: 767px){
.news-img{float: none;  width: 100%;margin-right: 0px;height: auto;overflow: hidden;}
.news-text{margin-right: 0px;}
.news-text .more{margin-top:30px;}
.news-item:hover .news-text{left:0px}
}
@media screen and (min-width: 320px) and (max-width: 479px){
.news-img{float: none;  width: 100%;margin-right: 0px;height: auto;overflow: hidden;}
.news-date{display: none;}
#owl-demo5{position:relative;padding:0 0px;margin:0px}

.news-text{margin-right: 0px;}
.news-text .more{margin-top:30px;}
.news-item:hover .news-text{left:0px}
}







.team-item{position: relative;top: 0;margin: 20px 0;background: #FFF;transition: 600ms;border:1px solid #EEE;}
.team-item a{display: block;position: relative;overflow: hidden;text-decoration: none;}
.team-img{display:block;overflow:hidden;}
.team-img img{width:100%;height:auto;margin:0px auto;transition:600ms;}
.team-item: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: 30px 0;margin: 0 30px;overflow: hidden;position: relative;}
.team-text h4{font-size: 16px;color: #474747;margin: 0 0 5px;}
.team-text span{color: #848484;display: block;font-size: 13px;}
.team-text p{font-size: 13px;padding-top: 10px;margin-top: 10px;margin-bottom: 0;border-top:1px solid #EEE;line-height: 24px;height: 58px;overflow: hidden;color: #848484;}
.team-item .more{margin-top: 13px;color: #236FFB;position: relative;left:-6em;transition: 600ms;}
.team-item .more i{margin-left: 5px;}
.team-item:hover .more{left:-0%;}
.team-item:hover{top:  -10px;}
.team-item:after{content:"";display: block;position: absolute;height: 2px;width: 0;background: #236FFB;transition: 600ms;}
.team-item:hover:after{width: 100%}



.fazhan{border-top:1px dotted rgb(211, 211, 211);;}
.fazhan-item{padding: 19px 0;line-height:22px;border-bottom:1px dotted rgb(211, 211, 211);vertical-align:middle;


}

.fazhan-date{font-size: 18px;	float: left; }

.fazhan-ico{ float: left;   color: rgb(165, 165, 165);     line-height: 24px;
    font-size: 13px;   word-wrap: break-word;vertical-align:middle;padding: 0 20px;
    word-break: normal;    font: 12px Arial, "微软雅黑";}
.fazhan-ico i{position: relative;top: 1px;}

.fazhan-item p{margin: 0;overflow: hidden;color: #6a6a6a;}






