﻿body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #323232;
	font-size: 14px;
	font-weight: 400;
	font-family: "微软雅黑";
}


h1 {
	font-size: 60px;
	margin-top: 0;
	position: relative;
	font-family: "微软雅黑";
}
h1 span {
	position: relative;
}
h1:before {
	content: attr(data-title);
	font-size: 61px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}

.heading-box { text-align:left}
.heading-box h2 {
	font-size: 40px;
	margin: 0;
	color:#14ae67;
	text-transform:capitalize; 
}

.heading-box h2 span{
	color:#777;
}
.heading-box p{ 
    color:#999;
}
h5 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
}
h3, h4, h5, h6 {
	margin-top: 10px;
	font-weight: 600;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: #333;
}
.inner-intro h1{
	font-weight: 800;
	text-transform: uppercase;
}
li{list-style: none;}

.border{ border:1px solid #eee; padding:5px; background:#fff}
table td{ border:1px solid #eee; padding-top:10px;}

.padding {
    padding-top: 40px;
}
.no-padding {
	padding: 0 ;
}
.ptb-20 { padding-bottom: 20px; padding-top: 20px;}

.padding-20 { padding: 20px;}
.padding-30 { padding: 30px ;}
.padding-40 { padding: 40px ;}
.padding-60 { padding: 60px;}


.pt-0 { padding-top: 0px ;}
.pt-30 { padding-top: 30px ;}
.pt-15 { padding-top: 15px; }
.pt-50 { padding-top: 50px;}
.pt-60 { padding-top: 60px;}
.pt-70 { padding-top: 70px;}
.pt-90 { padding-top: 80px;}
.pt-80 { padding-top: 80px;}

.pb-0 { padding-bottom: 0px ;}
.pb-30{	padding-bottom: 30px;}
.pb-15 { padding-bottom: 15px;}
.pb-25 { padding-bottom: 25px;}
.pb-40 { padding-bottom: 40px;}
.pb-60 { padding-bottom: 60px;}

.pb-80 { padding-bottom: 80px;}
.pb-90 { padding-bottom: 80px;}
.pb-50 { padding-bottom: 50px;}
.pb-70 { padding-bottom: 70px;}
.pb-38 { padding-bottom: 38px;}

.mt-0 { margin-top: 0px ;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-60 {margin-top: 60px;}
.mt-80 {margin-top: 80px;}

.mb-0 {margin-bottom: 0px ;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 35px;}
.mb-45 {margin-bottom: 45px;}
.mb-60 {margin-bottom: 60px;}
.mb-80 {margin-bottom: 80px;}

.float-left { float: left;}
.float-right { float: right;}

.btn-text {
	font-size: 14px;
	color: #fff;
	line-height: 41px;
	border: 2px solid #14ae67;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #14ae67;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s ;
	-moz-transition: all 0.2s linear 0s ;
	-ms-transition: all 0.2s linear 0s ;
	-o-transition: all 0.2s linear 0s ;
	transition: all 0.2s linear 0s ;
}
.small-btn {
	padding: 10px 30px;
}
.btn-text:hover {
	background: none;
	color: #444;
	text-decoration: none;
}
.icon-box {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 20px auto;
	color: #fff;
	font-size: 25px;
	text-align: center;
	display: block;
	border-radius: 50%;
}

.btn-danger{ 
    padding:10px 25px; 
	margin-top:40px; 
	width:160px; 
	text-align:center; 
	background:#14ae67;
}
.btn-danger a{ 
    color:#fff;
}
.btn-danger:hover{ 
    background:#e60012;
}

.gray-bg {
	background: #f1f1f1;
}

img {
	max-width: 100%;
}



/*-------------------------------------------------------------------------------------------
头部
-------------------------------------------------------------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
#header, .header {
	background: #fff;
}

.logo, .nav-bg {
	position: relative;
	z-index: 9;
}
.logo a {
	display: inline-block;
	padding: 15px 0;
}
.header-1 .logo a {
	display: inline-block;
	padding: 26px 0 20px;
}
@media (min-width: 992px) {
.header-1 .logo a {
	padding: 28px 0 20px;
}
}

.header-area {
}

.header-contact-info{
  overflow: hidden;
  margin-top: 35px; 
  text-align:right
}

.header-contact-info .iocn-holder{
  float: right;
  padding-left: 40px;
}
.header-contact-info .iocn-holder span {
  color: #e60012;
  display: block;
  font-size: 40px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 48px;
}
.header-contact-info .iocn-holder span.top-envelop {
  font-size: 40px;
}
.header-contact-info:hover .iocn-holder span {
  color: #2b2c36;    
}
.header-contact-info .iocn-holder, .header-contact-info ul li .text-holder{
  display: table-cell;
  vertical-align: middle;
} 
.header-contact-info .text-holder {
}
.header-contact-info .text-holder h6 {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 0px;
}
.header-contact-info .text-holder p {
  color: #e60012;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  line-height: 25px;
}

/*搜索*/
.mainmenu-area .right-column {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
}
.nav_side_content {
  margin-top: 15px;
  position: relative;
  float: left;
}
.nav_side_content .cart_select>button {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
  color:#272727;
}
.nav_side_content .cart_select>button span {
  font-weight: normal;
  padding: 0 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -20px;
  color: #e60012;
}
.nav_side_content .cart_select>button i {
  font-size: 18px;
  margin-left:5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
}
.nav_side_content .search_option>button {
  width: 30px;
  height:40px;
  position: relative;
  font-size: 14px;
  color: #fff;
  top: -2px;
}

.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    border-color: #fff;
    top: 54px;
}
.nav_side_content .search_option form input {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  width:100%;
  height:100%;
  background: transparent;
  color:#9e9e9e;
  border:1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:5px;
  right:5px; padding-top:15px;
  color: #e60012;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

.mainmenu-area .link_btn .thm-btn {
  background: #e60012;
  line-height: 67px;
  padding: 0 50px;
}



/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 450px) {

  .nav_side_content .search_option form {
    width: 200px;
    right: -50px;
  }
    
    
 
}
.thm-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  padding: 0 30px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  z-index: 1;
}
.thm-btn:hover{
  color: #fff;
}
.thm-btn:before {
  background-color: #444;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}
.bg-clr1{
  background: #e60012;  
  color: #fff;
}
.thm-btn:hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.bg-clr2{
  background: #222;
  color: #fff;
  position: relative;
}
.bg-clr2:before {
  background-color: #e60012;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}
.bg-clr2:hover:before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);    
}

button {
    outline: none;
    border: none;
    background: none;
}
.float_right {
    float: right;
}


/*导航*/
.mainmenu-area {
  position: relative;
  z-index: 999999;
}
.mainmenu-area.stricky{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
}

.head-area {
	position: relative;
	z-index: 100;
}
.head-area .navigation-inner {
	position: relative
}
.navigation-up {
	background: #14ae67
}
.navigation-up .nav-box {
	float: left;
}
.navigation-up .nav-box ul {
	float: left; 
	padding:0px; 
	margin:0
}
.navigation-up .nav-box li {
	float: left;
	font-size: 16px;
	color: #fff;
	list-style: none
}
.navigation-up .nav-box .nav-up-selected {
	background: #333
}
.navigation-up .nav-box .active {
	background: #333
}
.navigation-up .nav-box li {
	font-weight: normal;
	padding: 0;
	margin: 0
}
.navigation-up .nav-box li a {
	padding: 25px 37px;
	color: #fff;
	display: inline-block;
}
.navigation-down {
	position: absolute;
	top: 74px;
	left: 0px;
	width: 100%
}
.navigation-down .nav-down {
	width: 100%;
	margin: 0;
	background:  rgba(0, 0, 0, 0.8);
	position: absolute; 
	padding:20px 0;
	top: 0px
}
.navigation-down .nav-down .navigation-inner {
	margin: auto; 
	width:1200px;
	position: relative
}
.navigation-down .nav-down ul {
	float: left;
}
.navigation-down .menu-1 ul {
	margin: 20px 60px 20px 0;
}
.navigation-down .menu-1 ul p{
	width:350px; 
	font-size:14px; 
	margin-left:30px;
}
.line {
    width:1px; 
	height:150px; 
	background:#333;
}

.navigation-down .menu-1 ul a {
	color: #fff;
}
.navigation-down .menu-1 li {
	font-size: 16px;
	color: #eee;
	margin-bottom: 10px;
}
.navigation-down .menu-1 li a {
	color: #fff;
	font-size: 14px; 
	line-height:25px;

}
.navigation-down .menu-1 li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: relative; 
	color:rgba(255, 255, 255, 0.4);
    left: 0px;
    top: 0;
    z-index: 2; margin-right:10px;
}
.navigation-down .menu-1 li a:hover {
	color: #60aff6
}
.navigation-down .menu-2 li a, .navigation-down .menu-3 li a {
	color: #fff;
	font-size: 16px;
}

/* ----------------------------------------------------------------------
banner
 ----------------------------------------------------------------------*/
.banner-text h2 {
	font-size:50px;
	padding-bottom: 25px;
}
.banner-text p {
	font-size:16px; 
	line-height:25px;
	padding-bottom: 15px;
}
.banner-text .sub-text{
	font-size:18px; 
}
.sidebar-widget {
	margin-bottom: 50px;
}
.sidebar-widget h4 {
	margin: 0px;
	padding-top: 0;
	padding-bottom: 15px;
}
.widget-search {
	position: relative;
}
.widget-search input[type="text"] {
	padding-right: 30px;
	border: 1px solid #DEDEDE;
	margin-bottom: 0;
}
.widget-search input[type="text"]:focus {
	border: 1px solid #e60012;
}
.blog-post-hr input[type="text"], .blog-post-hr textarea {
	border: 1px solid #DEDEDE;
}
.blog-post-hr input[type="text"]:focus, .blog-post-hr textarea:focus {
	border: 1px solid #e60012;
}
.widget-search input[type="submit"] {
	background-color: rgba(0,0,0,0);
	border: 0 none;
	color: #8d8d8d;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: "FontAwesome", sans-serif;
	margin: 0;
	outline: 0 none;
	white-space: nowrap;
	padding: 0 3px;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	position: absolute;
	top: 10px;
	right: 10px;
}
.widget-search input[type="submit"]:hover {
	color: #e6ae49;
}
.sidebar-widget hr {
	margin-bottom: 15px;
}
.sidebar-widget ul {
	margin: 0px;
	padding-left: 0px;
}
.sidebar-widget ul li {
	list-style: none;
	font-weight: 400;
}
.categories li {
	border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget ul li a {
	display: inline-block;
	padding: 4px 0px;
	font-size: 13px;
	color: #323232;
	cursor: pointer;
}
.sidebar-widget .categories li a {
	padding: 10px 0px;
	text-transform: capitalize;
}
.sidebar-widget ul li a:hover {
	color: #e60012;
}
.widget-tag {
	display: inline-table;
	margin-top: 15px;
}
.widget-tag li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
.widget-tag li a {
	padding: 4px 10px ;
	display: block;
	border: 1px solid #e60012;
	color: #e60012 ;
}
.sidebar-widget .widget-tag li a:hover {
	background: #e60012;
	color: #fff ;
}
.sidebar-widget .widget-post {
	position: relative;
}
.sidebar-widget .widget-post .widget-post-media {
	width: 118px;
	display: table-cell;
	padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post li {
	margin-bottom: 20px;
}
.sidebar-widget .widget-post a {
	padding: 0px;
}
.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
	width: 100%;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info {
	display: table-cell;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
	margin-bottom: 5px;
}
.sidebar-widget .widget-post .widget-post-info p {
	margin: 0px;
}
.sidebar-widget .color-widget {
	overflow: hidden;
}
.sidebar-widget .color-widget li {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 8px 8px 0;
	border: 1px solid #f1f1f1;
}
.sidebar-widget .red-box {
	background: #FF0000;
}
.sidebar-widget .yellow-box {
	background: #FFD700;
}
.sidebar-widget .blue-box {
	background: #0000FF;
}
.sidebar-widget .green-box {
	background: #006000;
}
.sidebar-widget .orange-box {
	background: #FF4500;
}
.sidebar-widget .light-b-box {
	background: #ADD8E6;
}
.sidebar-widget .black-box {
	background: #000;
}
.sidebar-widget .darkmagenta-box {
	background: #8B008B;
}
.sidebar-widget .darkturquoise-box {
	background: #00CED1;
}
.sidebar-widget .Olive-box {
	background: #00CED1;
}
.sidebar-widget .Orchid-box {
	background: #DA70D6;
}
.sidebar-widget .purple-box {
	background: #600080;
}
.sidebar-widget .darkturquoise-box {
	background: #8B4513;
}
.sidebar-widget .magenta-box {
	background: #FF00FF;
}
.sidebar-widget .SaddleBrown-box {
	background: #8B4513;
}


/* ----------------------------------------------------------------------
产品展示
----------------------------------------------------------------------*/
#related-project .owl-prev, #related-pro .owl-prev {
	top: -42px;
	right: 0;
	left: auto;
	border: 2px solid #e9e9e9;
	color: #ccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
}
#related-project .owl-prev, #related-pro .owl-next {
	top: -42px;
	right: 0;
	left: auto;
	border: 2px solid #e9e9e9;
	color: #ccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
}
#related-pro .owl-prev {
	right: 50px;
}
#related-pro .owl-prev:hover, #related-pro .owl-next:hover {
	border: 2px solid #e60012;
	color: #fff;
	background: #e60012;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display:inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}
.item-box img{
	width: 100%;
}
.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}
.gallery-heading h4 {
	margin-bottom: 10px; font-size:22px; font-weight:500
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color: #e60012;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	top: 50px;
	left: 0;
	width:100%;
	padding:0 45px 25px;
	color: #fff;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.69+49,0.83+71 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 49%, rgba(0,0,0,0.40) 71%, rgba(0,0,0,0.40) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 49%,rgba(0,0,0,0.40) 71%,rgba(0,0,0,0.40) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 49%,rgba(0,0,0,0.40) 71%,rgba(0,0,0,0.40) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d4000000',GradientType=0 ); /* IE6-9 */
}
.item-box .gallery-heading {
	bottom: 0;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.pro-text {
	position: absolute;
	top: 50%;
	left: 0%;
	color: #fff;
	z-index: 1; 
	text-align:center;
	opacity: 0; padding:0 20px;
}
.item-box:hover .pro-text {
	top: 50%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.pro-text a {
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.item-box a {
	display: inline-block
}

.item-box >a {
	display:block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.more{ border:1px solid #eee; padding:5px; font-size:12px; color:#e60012}


/*--carousel arrow--*/
.owl-prev, .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.33);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	    background: rgba(245,245,245,0.8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
}
.owl-prev {
	    left: 0;
    opacity: 1;
}
.owl-next {
	    right: 0;
    opacity: 1;
}

.nf-carousel-theme:hover .owl-controls .owl-prev, .nf-carousel-theme:hover .owl-controls .owl-next {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
}

 /* ----------------------------------------------------------------
关于我们
-----------------------------------------------------------------*/
.about-text strong{
	display: block;
	font-size: 25px;
}
.about-text span{
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.about-section{ margin-bottom:-20px;}
.about-section figure{
	width:100%;
	margin-bottom:30px;	
}

/*视频 文字*/
#video{ background:#eee;}


/*案例*/
.case-text{ margin:0px; padding:0}
.case-text a{ 
    border:1px solid #eee; 
	background:#fff; 
	float:left;
    list-style: none; 
	padding:5px 15px; margin:5px 5px 5px 0px;font-size:14px;
}
.case-text a:hover{
    color:#14ae67;
}
.case-text .active{
    color:#14ae67;
}

.case-show{ margin:0px; padding:0}
.case-show a{ 
    border:1px solid #eee; 
	background:#fff; 
	float:left;
    list-style: none; 
	width:45%; 
	padding:5px 15px; margin:5px 20px 5px 0px;font-size:14px;
}

.case-img img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.case-img {
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.case-img:hover img {
    transform: scale(1.1);
    background:#14ae67; 
}

.case-title{padding: 20px 0 20px 0;background-color: #444;font-size: 15px;color:#fff;text-align: center;}
.case-box{margin-bottom: 45px;}
.case-box:hover .case-img{border: none;}
.case-img a{display:block;}
.case-box:hover .case-title{background-color: #14ae67}


/**====================================================================
新闻
====================================================================**/
.news-single .img-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.news-single .img-box img {
    width: 100%;
}

.news-single .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(251, 202, 0, 0.8);
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .5s ease;
}

.news-single:hover .img-box .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
}


.news-single .content-box .date-box,
.news-single .content-box .content {
    display: table-cell;
    vertical-align: top;
}

.news-single .content-box .date-box {
    padding-right: 25px;
}
.news-single .content-box .content h3 {
    font-size: 20px;
    color: #333;
    text-transform: capitalize;
    margin: 0;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 12px;
}

.news-single .content-box .content p {
    font-size: 15px;
}

.news-single .content-box .content span {
    color: #222222;
    font-size: 13px;
}

.news-single .content-box .content span a {
    color: #ffb606;
}

.news-single .content-box {
    border: 1px solid #eee;
    margin-top: px;
    padding: 30px 30px 30px 0; background:#fff
}

.news-single .img-box {
    position: relative;
    display: inline-block;
}

.news-single .img-box img {
    width: 100%;
}

.news-single .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.50);
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .5s ease;
}

.news-single:hover .img-box .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.news-single .content-box .date-box,
.news-single .content-box .content {
    display: table-cell;
    vertical-align: top;
    height:180px
}

.news-single .content-box .date-box {
    padding-right: 25px;
}

.news-single .content-box .date {
    padding: 8px 0;
    border: 1px solid #14ae67;
    text-align: center;
    width: 65px;
    background: #fff;
}

.news-single .content-box .date b {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #14ae67;
    line-height: 20px;
}

.news-single .content-box .date {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #14ae67;
    line-height: 20px;
}

.news-single .content-box .date-box .comment {
    font-size: 20px;
    color: #202A30;
    line-height: 17px;
    font-weight: 500;
    padding: 16px 0;
    border: 1px solid #E6E6E6;
    border-top: 0px;
}

.news-single .content-box .date-box .comment i:before {
    color: #374045;
    font-size: 16px;
}

.news-single .content-box .content h3 {
    color: #222;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.news-single .content-box .content p {
    line-height: 26px;
}

.news-single .content-box .content span {
    color: #222222;
    font-size: 13px;
}

.news-single .content-box .content span a {
    color: #14ae67;
}


.light-gray { background:#f4f4f4}

.link .single_carousel img {
  display: block;
  width: auto;
}
.team-pagination .single_carousel img {
  display: block;
  width: auto;
}


/* ----------------------------------------------------------------------
底部
----------------------------------------------------------------------*/
#footer {
    background-color: #222;
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}
#footer-widgets .widget .widget-title {
    font-size: 14px;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
	
}
#footer-widgets .widget .widget-title {
    margin-bottom: 36px;
    color: #fff;
}
#sidebar .widget .widget-title > span:after, #sidebar .widget .widget-title > span:after, #footer-widgets .widget .widget-title > span:after, #footer-widgets .widget .widget-title > span:after {
    width: 0;
    height: 1px;
    background-color: #585252;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
}
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    color: #979797;
}
#footer-widgets .widget:first-child {
    margin: 0;
}
#footer-widgets .widget .widget-title > span {
    display: block; font-size:16px;
    position: relative;
	padding-bottom: 12px;
	color:#fff;
}

.margin-top-5 {
    margin-top: 5px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
 #footer-widgets .widget ul {
    margin: 0;
    list-style: none;
	padding:0;
}
#footer-widgets .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0 0 12px;
}
#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
	color:rgba(255, 255, 255, 0.7);
	text-decoration:none;
}
#footer-widgets .widget.widget_links ul li a:hover{ color:#14ae67}
#footer-widgets .widget.widget_links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    color: #4f4f4f;
}
#footer-widgets .widget.widget_links ul li a:before {
    content: "\f101";
}
#footer-widgets .widget.widget_links ul li a:before {
    color: #4f4f4f;
}
#footer-widgets .widget.widget.widget_information ul li {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}
 #footer-widgets .widget.widget.widget_information ul .hl {
    font-weight: bold;
    width: 20%;
    float: left;
}
#footer-widgets .widget.widget.widget_information ul .text {
    width: 80%;
    float: left;
}
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    color: #b7b7b7;
}
#footer-widgets .widget.widget_socials .socials a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 10px;
    z-index: 1;
}
#footer-widgets .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #eaeaea;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
#footer-widgets .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #0f2644;
    background-color: #07172b;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
#footer-widgets .widget .widget-title > span::after {
    width: 0;
    height: 1px;
    background-color: #14ae67;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
	width: 60px;
	height: 3px;
}

#footer-widgets .widget.widget_socials .socials a:hover:before {
    background-color: #ffbc13;
    border-color: #ffbc13;
}

.copyright { font-size: 14px; background-color: #222; border-top:1px solid #333; padding: 19px 0; color: #b7b7b7; margin-top:60px; }
.copyright a { color: #b7b7b7; }
.copyright a:hover { color: #fff100; }
.copyright .copyright-content {
    margin: 0; 
	float:left;
}
.copyright .copyright-menu {
	float:right;
}
.copyright ul.copyright-nav {
    list-style: none;
    margin: 0;
	padding:0;
}
.copyright ul.copyright-nav > li {
    display: inline-block;
}
.copyright ul.copyright-nav > li > a {
    display: block;
    color: #b7b7b7;
    padding: 0 10px;
    position: relative;
}
.copyright ul.copyright-nav > li > a:hover{ color:#fff100}


/* ==========================================================================
内页样式
==========================================================================*/

.inner-intro {
	background-color: #f7f7f7;
	height: 300px;
	display: block;
	position: relative;
	overflow: hidden;
	    width: 100%;
}
.inner-intro.inner-intro-small {
	height: 380px;
}
.inner-intro .container {
	position: relative;
	height: 100%;
	display: table;
}
.inner-intro .container .title {
	display: table-cell;
	vertical-align: middle;
	text-align: right; 
	font-size:40px; 
	color:#fff;
}
.bg-img {
	background:#000;
}
.bg-img:before {
	content: '';
	width: 600px;
	height: 166%;
	position: absolute;
	top: 0;
	right: 0;
	background:rgba(0, 0, 0, 0.7);
}
.ba1 {
	background: url(../images/ba1.jpg) 0 0 no-repeat #000;
	-webkit-background-size: cover;
	background-size: cover; 
}
.ba2 {
	background: url(../images/ba2.jpg) 0 0 no-repeat #000;
	-webkit-background-size: cover;
	background-size: cover; 
}
.ba3 {
	background: url(../images/ba3.jpg) 0 0 no-repeat #000;
	-webkit-background-size: cover;
	background-size: cover; 
}
.ba4 {
	background: url(../images/ba4.jpg) 0 0 no-repeat #000;
	-webkit-background-size: cover;
	background-size: cover; 
}
.ba5 {
	background: url(../images/ba5.jpg) 0 0 no-repeat #000;
	-webkit-background-size: cover;
	background-size: cover; 
}
.ba6 {
	background: url(../images/ba6.jpg) 0 0 no-repeat #000;
	-webkit-background-size: cover;
	background-size: cover; 
}


/*内页栏目*/
.pagenav-title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagenav-title ul li{ float:left}
.pagenav-title ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	background: #f1f1f1;
	padding: 25px 30px;
	cursor: pointer;
	display:block;
}
.pagenav-title ul li a.active,
.pagenav-title ul li a:hover {
	color: #14ae67;
	background: #fff;
	border-bottom:2px solid #14ae67
}

/*当前位置*/
.position-title h3{ font-weight: bold; font-size:25px; margin-bottom:0}

.position-title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.position-title ul li{ 
    float:left;
	color: #777;
	padding: 20px 0;
}
.position-title ul li::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0;
    color: #333;
	padding: 0 20px;
}
.position-title ul li:last-child:after{
    content: "";
}
.position-title ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
}


/*企业文化*/
.services-bg {
    background: #f1f1f1;
}

.feature-box {
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 7px 19px 0px rgba( 0, 0, 0, 0.1);
    padding: 35px;
}
.feature-box:hover{
    box-shadow: 0px 7px 19px 0px rgba( 0, 0, 0, 0.02);
}
.feature-box h4{
    text-align: center; font-size:22px; margin:0
}

/*公司栏目板块*/
.page-box{
    box-shadow: 0px 7px 19px 0px rgba( 0, 0, 0, 0.1); 
	background:#fff
}
.page-box p{ 
    padding:40px; 
	text-align:center; 
	font-size:20px; 
	font-weight:600;
}
.page-box h4{ 
    padding:20px; 
	text-align:center; 
	font-size:14px; 
	color:#444;
	line-height:25px;
	font-weight:400;
}
.row.employees {
    display: flex;
    align-items: center;
}
.row.employees.top-sec {
    display: block;
    position: relative;
}
.employees h4.subtitle {
    font-size: 28px;
    margin-top: 0;
}

.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover-effect,
.img-hover-effect {
    background: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.hover-effect:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}

/*品牌切换效果*/
.latest__block-post{
	padding:20px;
}
.latest__block .more_btn__block{
	margin-top: 10px;
}
.latest__block-title{
	font-size:20px;
	font-weight: 800;
}
.team__block-section .team-member{
	margin-bottom:0;
}
.owl-dots{
	text-align:center;
	margin-top:35px;
}
.owl-dots .owl-dot{
	width:20px;
	height:5px;
	background:#0c1f38;
	display:inline-block;
	margin:0 5px;
}
.owl-dots .owl-dot.active{
	background:#14ae67;
}


/*联系*/
#dituContent img{
  max-width: none;
}

/*留言*/
.contact-form {
	position: relative;
	background: #fff;
	text-align: center;
}
.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid #DEDEDE;
	margin-bottom: 0;
	font-size: 14px;
}
form .error {
	border-color: #e1534f ;
}
.contact-form textarea {
	height: 202px;
}
.contact-form input[type="text"] {
	display: block;
	height: 46px;
	margin-bottom: 32px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: transparent;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
	border: 1px solid #daa106;
}
.contact-form .btn-text{ padding:0 50px;}



/*kefu*/

.side{ position:fixed; width:54px; height:275px; right:35px; top:375px; z-index:10000;}
.side ul li{ width:54px; height:54px; float:left; position:relative; margin-bottom:2px;}
.side ul li .wx{ width:220px; position:absolute; bottom:54px; right:0; display:none;}
.side ul li a:hover .wx{ display:block;}
.side ul li .wx img{ width:100%; display:block;}
.side ul li .sidebox{ position:absolute; width:54px; height:54px; top:0; right:0; background:#14ae67; font-family:"寰蒋闆呴粦"; color:#fff; line-height:54px; font-size:14px; overflow:hidden; border-radius:5px 0 0 5px;}
.side ul li .sidetop{ width:54px; height:54px; line-height:54px; display:inline-block; background:#14ae67; border-radius:5px 0 0 5px;}
.side ul li .sidetop:hover{ background:#14ae67; opacity:1; filter:Alpha(opacity=100);}
.side ul li img{ float:left;}