html,
body 
{ line-height:180%; font-size:1.0em; font-family: "Microsoft Yahei"; background:white;}
li {list-style:none;}


 .pagination li{
   display:inline-block;
   width:70px;
   height:30px;
   list-style: none;
   border:2px solid #f0f0f0;
   text-align:center;
   line-height:30px;
   font-size:18px;

   border-right:none;
}




a {transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; color:#333;text-decoration:none;}
a:hover {text-decoration:none;}

.banner-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4fd822d9;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: orange;
  border-color: #57bf35;
}

a:focus, a:hover {
  color: #237c2a;
}

/* 划过图片放大 */
.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:none;
border:none;
}
@media (max-width: 768px) {
.navbar-default {padding:0px;background:#fff;}
}



.navbar.active{
    background:rgba(255, 255, 255, 0.85);
    box-shadow: 0 1px 7px rgba(181, 181, 181, 0.4);
    transition: background 1s;
         * Firefox 4 */
           -moz-transition:background 1s;
         /* Safari and Chrome */
         -webkit-transition:background 1s;
         /* Opera */
          -o-transition:background 1s;
		  padding: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:48px;}
}

/* 导航右侧 */
@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; }
}


.navbar-default .navbar-nav>li> a,
.navbar-default .navbar-nav>li> a:hover 
{color:white;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{color:white;background:none;}

.navbar-default.active .navbar-nav>li> a,
.navbar-default.active .navbar-nav>li> a:hover 
{color:#000;}
.navbar-default.active .navbar-nav>.active>a, .navbar-default.active .navbar-nav>.active>a:focus, .navbar-default.active .navbar-nav>.active>a:hover,
.navbar-default.active .navbar-nav>.open>a, .navbar-default.active .navbar-nav>.open>a:focus, .navbar-default.active .navbar-nav>.open>a:hover
{color:#000;background:none;}


@media (max-width: 768px) {
  .navbar-default .navbar-nav>li> a,
.navbar-default .navbar-nav>li> a:hover 
{color:black;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{color:black;background:none;}
}

.navbar-nav > li > a:hover:after, #header .nav > li.active > a:after, #header .navbar.affix .nav > li > a:hover:after, #header .navbar.affix .nav > li.active > a:after,.navbar-nav > li.active a:after {width:20px;}
.navbar-nav > li > a:after {position: absolute;
    right: 20px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #FFF;
    content: '';
    -webkit-transition: width .2s ease;
    transition: width,background-color .2s ease;
	
	}
  .navbar.active .navbar-nav > li > a:after {
    background-color: #000;
  }

.navbar-nav > li > .dropdown-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
}

.navbar.sabit .navbar-nav > li > .dropdown-menu {
  top: 70px;
}

.navbar-nav > li > .dropdown-menu:before {bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    display: none;
}

/*@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {color:#000;}
}*/

/* 幻灯文字 */

.carousel-caption {
bottom:10%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background:none;}

.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:#57bf35;line-height:45px;height:45px;font-size:40px; font-weight: normal;text-decoration: none; }
.title h3 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;}


/* 页底 */


.foot { padding:30px 0px 0px 0px; 
background:#333; color:#9b9b9;}
.foot .container {position: relative;}
.foot a {color:#fff;}
.foot h5 { color:#9b9b9b; margin-bottom: 60px;  line-height:180%; font-size: 16px; font-weight: normal; }
.foot .foot-nav { clear:both; overflow: hidden; }
.foot .foot-nav dl {}

/*.foot .foot-nav dl dt { position: relative; padding-bottom: 30px; border-bottom: 1px solid #9fa0a1; margin-bottom: 20px; font-size: 20px;  }
.foot .foot-nav dl dt b { position: absolute; display: block; width: 39%; height: 3px; left: 0; bottom: -2px; background-color: #fff; }
.foot .foot-nav dl dd { line-height: 30px; }
.foot .foot-nav dl dd a { font-size: 16px;  }
.foot .copyright { clear:both;  margin:30px 0px; text-align: center; color:#9b9b9b; }*/


.fweixin img {width:150px;}
.fweixin p {  line-height: 24px; text-align: center; color:#9b9b9b;}





.sub_menu {
margin-top:30px;}



@media (max-width: 768px) {
.sub_menu {
height:0px;overflow:hidden;
}
}


/* 面包屑导航 */
.breadcrumb {margin-bottom:50px;}
.breadcrumb span {padding-right:0; 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:#57bf35;
  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 #57bf35;
  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 strong {
padding:5px 8px;
background:#57bf35;
border-radius:5px;
color:white;
margin-right:15px;
font-size:0.8em;
}

.pagination {margin:50px 0px;}


.pagination>li>a, .pagination>li>span {
  color: #000000;
}

/* 分页 */

.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;}








/* 友情链接 */
.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,
.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;}

/*列表页 - 右侧*/

.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;}




/* 产品页面右侧文字信息 */
.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;}
}


/* 滚动图片 */
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.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;}
.owl-carousel .owl-item {float:left;  padding:0px 50px; overflow:hidden; text-align:center; }

.owl-carousel .owl-item h4 { margin:30px 0px; font-size:16px;}
.owl-carousel .owl-item h4 small {padding-left:20px; font-style : oblique; }


.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.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*/
.grabbing{cursor:url(../images/index/grabbing.png) 8 8, move;}
/* fix*/
.owl-carousel .owl-wrapper,
.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);}



.owl-theme .owl-controls{margin-top: 20px;text-align: center;}
/* Styling Next and Prev buttons*/
.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; }
.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*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
.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;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
/* If PaginationNumbers is true*/
.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*/
.owl-item.loading{min-height: 150px;background: url(../images/base/AjaxLoader.gif) no-repeat center center}
.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:6px 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; }
#carousel-example-generic {margin-bottom:30px;}
.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;}

#projectlist.masonry {
margin: 0 auto;
}

#projectlist { }
.wrapper { margin: 0px auto; }
.post-masonry {margin:0px 0px 30px 0px; -webkit-backface-visibility: hidden;/*谷歌图片闪烁*/ -webkit-transform-style: preserve-3d;}
.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
{
 -moz-box-shadow:0px 0px 10px #888;
-webkit-box-shadow:0px 0px 10px #888;
}

.post-masonry p {line-height:200%;font-size:1.2em;}

#print img {max-width:100%;}


/* 幻灯*/
.visual-swiper-slide {
    width: 100%;
    height: 100%;
    background:#000;
}
.visual-swiper-slide-item {
    position: relative;
}
.visual-swiper-slide-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin:0px auto;
}
.visual-swiper-slide .visual-swiper-slide-prev,
.visual-swiper-slide .visual-swiper-slide-next {
    opacity: 0;
    position: absolute;
    top: 50%;
}
.visual-swiper-slide:hover .visual-swiper-slide-prev,
.visual-swiper-slide:hover .visual-swiper-slide-next {
    width:50px;
    height:50px;
    line-height:50px;
    opacity: 1;
    transition: all .3s linear;
    background-color:rgba(0,0,0,0.5);
    background-image:none;
    font-size:20px;
    text-align:center;
    border-radius: 50px;
    color:#fff;
}
.visual-swiper-slide-item-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.visual-swiper-slide-item-text h2 {
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
}
.visual-swiper-slide-item-text p {
    margin:0px auto;
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.visual-swiper-slide-item-text a.visual-swiper-slide-btn {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.visual-swiper-slide-item-text a.visual-swiper-slide-btn:hover,
.visual-swiper-slide-item-text a.visual-swiper-slide-btn:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.visual-swiper-slide .visual-swiper-slide-item-text h2 {
    transition: all 500ms ease-in-out 1000ms;
    position: relative;
    left: 50%;
    opacity: 0;
}
.visual-swiper-slide .visual-swiper-slide-item-text p {
    transition: all 800ms ease-in-out 1500ms;
    position: relative;
    left: 50%;
    opacity: 0;
}
.visual-swiper-slide .visual-swiper-slide-item-text a {
    transition: all 1200ms ease-in-out 2000ms;
    position: relative;
    left: 25%;
    opacity: 0;
}
.visual-swiper-slide .swiper-slide-active .visual-swiper-slide-item-text h2 {
    left: 0;
    opacity: 1;
}
.visual-swiper-slide .swiper-slide-active .visual-swiper-slide-item-text p {
    left: 0;
    opacity: 1;
}
.visual-swiper-slide .swiper-slide-active .visual-swiper-slide-item-text a {
    left: 0;
    opacity: 1;
}
@media (max-width: 991px) {
    .visual-swiper-slide-item-text h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .visual-swiper-slide-item-text p {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .visual-swiper-slide-item-text h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .visual-swiper-slide-item-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .visual-swiper-slide-item-text h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .visual-swiper-slide-item-text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .visual-swiper-slide-item-text a.visual-swiper-slide-btn {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
}
@media (max-width: 1280px) {
    .visual-swiper-slide-item-text h2 {
        font-size:2.0em;
    }
    .visual-swiper-slide-item-text p {
        line-height:180%;
        font-size:1.6em;
    }
}
@media (max-width: 768px) {
    .visual-swiper-slide-item-text h2, .visual-swiper-slide-item-text p, .visual-swiper-slide-item-text a.visual-swiper-slide-btn {
        display:none;
    }
}
/*幻灯文字对齐*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
/* 内页幻灯*/
.visual-slide {
    /*内页幻灯最外层*/
}
.visual-swiper-cslide {
    width: 100%;
    height: 100%;
    background:#000;
}
.visual-swiper-cslide-item {
    position: relative;
}
.visual-swiper-cslide-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin:0px auto;
}
.visual-swiper-cslide .visual-swiper-cslide-prev,
.visual-swiper-cslide .visual-swiper-cslide-next {
    opacity: 0;
    position: absolute;
    top: 50%;
}
.visual-swiper-cslide:hover .visual-swiper-cslide-prev,
.visual-swiper-cslide:hover .visual-swiper-cslide-next {
    opacity: 1;
    transition: all .3s linear;
}
.visual-swiper-cslide-item-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.visual-swiper-cslide-item-text h2 {
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
}
.visual-swiper-cslide-item-text p {
    margin:0px auto;
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.visual-swiper-cslide-item-text a.visual-swiper-cslide-btn {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.visual-swiper-cslide-item-text a.visual-swiper-cslide-btn:hover,
.visual-swiper-cslide-item-text a.visual-swiper-cslide-btn:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.visual-swiper-cslide .visual-swiper-cslide-item-text h2 {
    transition: all 500ms ease-in-out 1000ms;
    position: relative;
    left: 50%;
    opacity: 0;
}
.visual-swiper-cslide .visual-swiper-cslide-item-text p {
    transition: all 800ms ease-in-out 1500ms;
    position: relative;
    left: 50%;
    opacity: 0;
}
.visual-swiper-cslide .visual-swiper-cslide-item-text a {
    transition: all 1200ms ease-in-out 2000ms;
    position: relative;
    left: 25%;
    opacity: 0;
}
.visual-swiper-cslide .swiper-slide-active .visual-swiper-cslide-item-text h2 {
    left: 0;
    opacity: 1;
}
.visual-swiper-cslide .swiper-slide-active .visual-swiper-cslide-item-text p {
    left: 0;
    opacity: 1;
}
.visual-swiper-cslide .swiper-slide-active .visual-swiper-cslide-item-text a {
    left: 0;
    opacity: 1;
}
@media (max-width: 991px) {
    .visual-swiper-cslide-item-text h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .visual-swiper-cslide-item-text p {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .visual-swiper-cslide-item-text h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .visual-swiper-cslide-item-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .visual-swiper-cslide-item-text h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .visual-swiper-cslide-item-text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .visual-swiper-cslide-item-text a.visual-swiper-cslide-btn {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
}
@media (max-width: 1280px) {
    .visual-swiper-cslide-item-text h2 {
        font-size:2.0em;
    }
    .visual-swiper-cslide-item-text p {
        line-height:180%;
        font-size:1.6em;
    }
}
@media (max-width: 768px) {
    .visual-swiper-cslide-item-text h2, .visual-swiper-cslide-item-text p, .visual-swiper-cslide-item-text a.visual-swiper-cslide-btn {
        display:none;
    }
}
/*幻灯文字对齐*/
.cslide_style_left {
    text-align: left !important;
}
.cslide_style_right {
    text-align: right !important;
}
.cslide_style_center {
    text-align: center !important;
}

/*页头右侧下啦*/
.headimage {
    width:30px;
    height:30px;
    margin:-3px 10px 0px 0px;
}
.head-login .dropdown-menu {
    border-top:3px solid #060D33;
}
.dropdown-menu-user {
    min-width:200px;
    left:auto;
    right:0;
}


.dropdown-menu-user li {
    height:38px;
    line-height:38px;
}
.dropdown-menu-user li a i {
    padding-right:10px;
}
.dropdown-menu-user .line {
    clear:both;
    height:1px;
    border-top: 1px solid #e7eaf3;
    overflow:hidden;
    margin:10px;
}

.navbar-default.gizle .navbar-brand {padding-top:0; max-height:40px;}
.navbar-default.gizle .navbar-brand img {max-height:40px;}

#header .header-content .header-btn .btn-custom.btn-icon .ion {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}

#header .header-content .header-btn a.btn-custom:hover {
    color: #57bf35 !important;
    background-color: #e8e8e8;
    border-color: #d8e1fa;
}

#header .header-content .header-btn .btn-custom {
  color: #57bf35 !important;
  font-size: 15px;
  line-height: 50px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  padding: 14px 30px;
  border: 1px solid #fff;
  outline: none !important;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(63, 249, 40, 0.15);
  -webkit-transition: color .2s ease, background .2s ease, border .2s ease;
  transition: color .2s ease, background .2s ease, border .2s ease;
}

#header .header-content .header-btn .btn-custom.btn-border {
    position: relative;
    padding-left: 60px;
    color: #FFF !important;
    background-color: transparent;
}

#header .header-content .header-btn .btn-custom a,#header .header-content .header-btn .btn-custom a:visited {
  -webkit-transition: color .2s ease, background .2s ease, padding .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
  transition: color .2s ease, background .2s ease, padding .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
}

#header { position:relative;z-index:0; }
  #header .header-bg {
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    background:#95d340 no-repeat top center;
    background-size:cover;
    z-index:-2;
  }
  #header.header-page .header-bg { bottom:0px; }
  #header .header-bg-overlay {
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    /*background:#FFF url(../images/base/bg-header-overlay.png) no-repeat top center;*/
    background-size:cover;
    z-index:-1;
    -webkit-transition:background .3s ease;
    transition:background .3s ease;
  }
  .ie #header .header-bg-overlay {
    background:url(../images/base/ie-bg-header-overlay.png) repeat top left;
    background-color:#FFF;
  }
  #header .header-bg.in .header-bg-overlay, .ie #header .header-bg.in .header-bg-overlay { background-color:transparent; }
  
#header .header-content { padding-top:84px; }
  #header .header-content .header-row {
    position:relative;
    /*min-height:652px;*/
    min-height:515px;
  }
  #header .header-content .header-txt {
    color:#FFF;
    font-size:18px;
    line-height:28px;
    letter-spacing:.5px;
    /*min-height:492px;*/
    padding-top:142px;
  }
  #header.header-page .header-content .header-txt {
    text-align:center;
    min-height:0px;
    padding:75px 150px 100px;
  }
    #header .header-content .header-txt a { color:#FFF; }
    #header .header-content .header-txt h1 {
      color:#FFF;
      font-size:47px;
      line-height:50px;
      margin:0px;
    
    }
    #header .header-content .header-txt p { margin:25px 0px 0px; }
  #header .header-content .header-btn {
    padding:20px 0px 70px;
    margin:0px -15px;
  }
  #header .header-content .header-btn:before, #header .header-content .header-btn:after {
    display:table;
    content:'';
  }
  #header .header-content .header-btn:after { clear:both; }
    #header .header-content .header-btn .btn-custom {
      float:left;
      line-height:20px;
      margin:10px 15px;
    }
  #header .header-content .header-img {
    position:absolute;
    left: 0;
    top: 0;
    /*right:0px;
    bottom:0px;*/
  }
  #header .header-content .header-slider {
    background:url(../images/base/bg-header-slider.png) no-repeat;
    background-size:100%;
    padding:20% 13.4% 30% 12.7%;
  }
  .ie #header .header-content .header-slider { background-image:url(../images/base/ie-bg-header-slider.png); }
    #header .header-content .carousel-slider.header-slider .slick-dots { bottom:19%; }

@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-bg { bottom:130px; }
  #header .header-content .header-row { min-height:531px; }
  #header .header-content .header-txt {
    /*min-height:401px;*/
    padding-top:100px;
  }
  #header.header-page .header-content .header-txt { padding:55px 60px 80px; }
  #header .header-content .header-txt h1 {
    font-size:48px;
    line-height:60px;
  }
  #header .header-content .header-btn { padding-bottom:40px; }
  .ie #header .header-content .header-slider { background-image:url(../images/base/ie-bg-header-slider-992.png); }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-content .header-row { min-height:531px; }
  #header .header-content .header-txt {
    /*min-height:401px;*/
    padding-top:100px;
  }
  #header.header-page .header-content .header-txt { padding:55px 60px 80px; }
  #header .header-content .header-txt h1 {
    font-size:48px;
    line-height:60px;
  }
  #header .header-content .header-btn { padding-bottom:40px; }
  .ie #header .header-content .header-slider { background-image:url(../images/base/ie-bg-header-slider-992.png); }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header .header-bg { bottom:130px; }
  #header .header-content .header-row { min-height:512px; }
  #header .header-content .header-txt {
    font-size:16px;
    line-height:26px;
    /*min-height:382px;*/
    padding-top:90px;
  }
  #header.header-page .header-content .header-txt { padding:35px 0px 60px; }
  #header .header-content .header-txt h1 {
    font-size:36px;
    line-height:46px;
  }
  #header .header-content .header-btn {
    padding:15px 0px 45px;
    margin:0px -10px;
  }
  #header .header-content .header-btn .btn-custom {
    margin-right:10px;
    margin-left:10px;
  }
  .ie #header .header-content .header-slider { background-image:url(../images/base/ie-bg-header-slider-768.png); }
}

@media (max-width: 767px) {

  #header .header-bg { bottom:0px; }
  
  #header .header-content {
    margin-top: 23px;
    text-align:center;
    padding:60px 0px;
  }
  #header .header-content .btn-custom, #header .header-content .btn-custom.btn-blue {
    color:#57bf35 !important;
    background-color:#FFF;
    border-color:#FFF;
    box-shadow:none;
  }
  #header .header-content .btn-custom.btn-border, #header .header-content .btn-custom.btn-blue.btn-border {
    color:#FFF !important;
    background-color:transparent;
  }
  #header .header-content .btn-custom:hover, #header .header-content .btn-custom.btn-blue:hover {
    color:#57bf35 !important;
    background-color:#d8e1fa;
    border-color:#d8e1fa;
  }
  #header .header-content .btn-custom.btn-border:hover {
    background-color:#FFF;
    border-color:#FFF;
  }
  #header .header-content .header-row { min-height:0px; }
  #header .header-content .header-txt {
    font-size:16px;
    line-height:26px;
    min-height:0px;
    padding-top:0px;
  }
  #header.header-page .header-content .header-txt { padding:0px; }
  #header .header-content .header-txt h1 {
    font-size:38px;
    line-height:48px;
  }
  #header .header-content .header-btn {
    padding:30px 0px 50px;
    margin:0px;
  }
  #header .header-content .header-btn .btn-custom {
    display:inline-block;
    float:none;
    margin-right:10px;
    margin-left:10px;
  }
  #header .header-content .header-img {
    position:static;
    right:auto;
    bottom:auto;
    padding:0px 20%;
  }
  .ie #header .header-content .header-slider {
    background:#FFF;
    padding:40px 20px 30px;
    border:2px solid #ffe4a6;
  }
  .ie #header .header-content .header-slider .slick-dots { bottom:70px; }
}



@media (max-width: 640px) {
  
  #header .header-content .header-img { padding:0px 15%; }
  
}

@media (max-width: 540px) {
  
  #header .header-content .header-img { padding:0px 10%; }
}

@media (max-width: 480px) {
  
  #header .header-content { padding:40px 0px; }
  #header.header-page .header-content { padding-top:60px; }
  #header .header-content .header-txt h1 {
    font-size:34px;
    line-height:44px;
  }
  #header .header-content .header-img { padding:0px 5%; }
  
}

@media (max-width: 400px) {
  
  #header .header-content .header-img { padding:0px 15px; }
}

/********** footer ************/

footer {
  background: url(../images/base/bg-footer.png) repeat-x bottom center;
}

footer .foot {
  background-color: #80d936;
}

.container-padding10080 {
  padding-top:100px !important;
  padding-bottom:80px !important;
}

input[type="button"].btn.btn-border.btn-apply {
  line-height: 1;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: transparent;
  padding: 14px 30px;
  border: 1px solid #57bf35;
  outline: none !important;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(63, 249, 40, 0.15);
  -webkit-transition: color .2s ease, background .2s ease, border .2s ease;
  transition: color .2s ease, background .2s ease, border .2s ease;
  color:#57bf35 !important;
}

input[type="button"].btn.btn-border.btn-apply:hover {
  color:#fff !important;
  background-color: #57bf35 !important;
}


.navbar-nav>li>.dropdown-menu>li>.desc,.navbar-nav>li>.dropdown-menu>li>a>.learn-more {
  display: none;
  color: #777;
}

@media (min-width: 768px) {
  .navbar-nav>li>.dropdown-menu>li>.desc {
    font-size: 12px;
    padding: 0 20px;    
    margin-bottom: 40px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .navbar-nav>li>.dropdown-menu {
    padding: 40px 0;
    padding-bottom: 0;
  }

  .navbar-nav>li>.dropdown-menu>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

  .navbar-nav>li>.dropdown-menu>li>a:hover {
    background-color: transparent;
  }

  .navbar-nav>li>.dropdown-menu>li>a>.learn-more {
    display: inline-block;
    float: right;
    font-size: 12px;
    border-radius: 1em;
    border: 1px solid #57bf35;
    color: #57bf35;
    padding: 2px 8px;
    transition: 0.3s;
  }

  .navbar-nav>li>.dropdown-menu>li>a>.learn-more:hover {
    color: #fff;
    background-color: #57bf35;
  }
}

@media (min-width: 992px) {
  .navbar-nav>li>.dropdown-menu {
    padding: 40px calc((100% - 970px) / 2);
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-nav>li>.dropdown-menu {
    padding: 40px calc((100% - 1170px) / 2);
    padding-bottom: 0;
  }
}

.flex-center-768 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .flex-center-768 {
    display: block;

  }
}
