﻿body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #555;
    line-height: 2em;
    font-weight: 400;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "微软雅黑";
    font-weight: 600;
}
a {
    color: #444;
    font-family: "微软雅黑";
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:focus,
a:hover {
    color: #5f9c00;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    line-height: 26px;
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

@keyframes preloader-spin {
	0% {
		transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-o-keyframes preloader-spin {
	0% {
		-o-transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		-o-transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		-o-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		-o-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-ms-keyframes preloader-spin {
	0% {
		-ms-transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		-ms-transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		-ms-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		-ms-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-webkit-keyframes preloader-spin {
	0% {
		-webkit-transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		-webkit-transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		-webkit-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		-webkit-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-moz-keyframes preloader-spin {
	0% {
		-moz-transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		-moz-transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		-moz-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		-moz-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

/*返回顶部*/
.topcontrol {
    background: #5f9c00;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    height: 40px; padding-top:5px;
    width: 40px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.topcontrol {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.topcontrol:before {
  position: absolute;
  content: "";
  border: white solid 2px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.topcontrol:hover:before {
  opacity: 1;
}
.topcontrol:hover {
    color: #fff;
}


/* 全局样式 */
.white{ color:#fff}
.section-padding {
    padding: 40px 0;
    position: relative;
    float: left;
    width: 100%;
}
.section-back-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.section-back-image-2 {
    background-size: cover;
    background-position: center center;
}
.bg-gray {
    background-color: #f1f1f1 !important;
}
.bg-gray-2 {
    background-color: #f5f5f5 !important;
}
.bg-dark {
    background-color: #333 !important;
}
.bg-theme {
    background-color: #5f9c00 !important;
}

.border{ border:1px solid #eee;}

.custom-color-1 {
	color: #d14836 !important;
}
.custom-color-2 {
	color: #1da1f2 !important;
}
.overlay,
.overlay-2 {
    position: relative;
    z-index: 1;
}
.overlay:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background: -moz-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
	background: -webkit-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
    background: linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
}
.overlay-2:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


/**----------------------------------------------------------------------------------------
头部
----------------------------------------------------------------------------------------**/
.logo {
	padding: 30px 0 20px;
}
.logo h4{ font-size:30px; color:#5f9c00;text-shadow:2px 2px 0px #eee; letter-spacing:2px;}
.logo p{ font-size:16px; color:#777;}

.logo .header-tel-box {
	position: relative;
	float: left;
	margin-left: 61px;
	padding: 0 0 0 40px;
}
.logo .header-tel-box .header-tel-icon {
	position: absolute;
	left: 0px;
	top: 5px;
	color: #d92222;
	font-size: 30px;
	text-align: left;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.logo .header-tel-box h6 {
	margin: 5px 10px 0 0; float:left; color:#d92222
}
.logo .header-tel-box p {
    color: #666;
} 
.logo .header-tel-box:last-child {
    padding-left: 50px;
    border: none;
}

/* 导航 */
.sticky-menu {
	position: relative;
	z-index: 999;
	width: 100%;
}
.mainmenu-area.menu-animation {
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.mainmenu-area {
  background: #5f9c00;
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.mainmenu-area .navbar {
  padding: 0;
}
.mainmenu-area .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 50px;float:left;
}
.navbar-nav li{ float:left;}
.mainmenu-area .navbar-nav .active .nav-link {
  background-color: #333;
}
.mainmenu-area .navbar-nav .nav-link:hover {
  background-color: #5f9c00;
}
.mainmenu-area .navbar-nav .dropdown .nav-link:after {
	position: absolute;
	content: "\eb89";
	font-family: 'IcoFont' !important;
	top: auto;
	right: auto;
	font-size: 15px;
	padding-left: 10px;
}
.dropdown-menu {
	display: block;
	min-width: 235px;
	padding: 0;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	border-radius: 0;
	border: none;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}

.dropdown-menu li{ float: none;}
.mainmenu-area .navbar ul li:hover .dropdown-menu {
	top: 95%;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.dropdown-menu li:not(:last-child) > a {
	border-bottom: 1px solid #ddd;
}

.dropdown-menu li a {
	color: #333;
	clear: both; 
	font-size:14px;
	display: block;
	line-height: 1.42857;
	text-transform: capitalize;
	padding: 12px 0 11px 20px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.dropdown-menu li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #5f9c00;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.dropdown-menu li a:hover:before, .dropdown-menu li a:focus:before, .dropdown-menu li a:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
	color: #fff;
}
.mainmenu-area .navbar-nav .dropdown.quick-search .nav-link {
	padding: 15px 65px;
	letter-spacing: 2px;
}


/**----------------------------------------------------------------------------------------
banner
----------------------------------------------------------------------------------------**/
.slider-section {
	float: left;
	width: 100%;
	margin-top: -1px;
}
.home-slide-overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.home-single-slide {
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    display: table;
    height: 600px;
    width: 100%;
}
.home-single-slide-inner {
    display: table-cell;
    vertical-align: middle;
}
.home-single-slide-dec {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-slides.owl-theme .owl-nav {
	margin-top: 0;
}
.home-slides.owl-theme .owl-nav div {
    font-weight: 600;
	background: transparent;
	opacity: 0;
    visibility: hidden;
	padding: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.home-slides.owl-theme .owl-nav div i {
	font-size: 40px;
	display: inline-block;
	position: relative;
	top: 10px;
}
.home-slides.owl-theme .owl-nav div:hover {
    background: transparent;
}
.home-slides.owl-theme .owl-nav div {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
/*.home-slides.owl-theme .owl-nav .owl-prev {
    left: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.home-slides.owl-theme .owl-nav .owl-next {
    right: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-next {
    right: 0px;
}
.home-slides:hover.owl-theme .owl-nav div {
    opacity: 1;
    visibility: visible;
}*/
.owl-theme.home-slides .owl-dot {
	color: #333;
	font-size: 16px;
	display: inline-block;
	background: #fff;
	padding: 0px 8px;
	margin: 0 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.owl-theme.home-slides .owl-dot:hover {
	background: #333;
	color: #ffff;
}
.owl-theme.home-slides .owl-dot.active {
	background: #333;
	color: #ffff;
}
.owl-theme.home-slides .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
}

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden !important;
	margin-top: -1px;
}
.tp-banner-container h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}
.tp-banner-container p {
	color: #333;
	text-transform: capitalize;
}


/* 标题 */
.section-title {
    margin-bottom: 40px
}
.section-title h3 {
  color: #333; 
  font-weight:600;
  font-size: 30px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 20px;
}
.section-title h3:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 150px;
  background: #ccc;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -6px;
}
.section-title span {
  color: #5f9c00;
}
.section-title span.line {
  height: 10px;
  width: 10px;
  background: #ccc;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
}
.section-title p {
  margin-top: 25px;
}
.section-title.section-title-left span.line {
	margin: 0 30px;
}
.section-title.section-title-left h3:after {
	margin: 0;
}


/**----------------------------------------------------------------------------------------
产品推荐
----------------------------------------------------------------------------------------**/
.project-tab .nav-tabs {
	border-bottom: none;
}
.project-tab .nav-tabs .nav-link p{ margin:0}
.project-tab .nav-tabs .nav-link {
	margin-bottom: 10px;
	padding: 14px 0px;
	width: 240px;
	border-radius: 0;
	border: 1px solid #ddd;
	-webkit-transition: all 0.5s ease .1s;
	-moz-transition: all 0.5s ease .1s;
	-ms-transition: all 0.5s ease .1s;
	-o-transition: all 0.5s ease .1s;
	transition: all 0.5s ease .1s;
}
.project-tab .nav-tabs .nav-link:focus, .project-tab .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #ddd;
	background: #5f9c00;
	color: #fff;
}
.project-tab .nav-tabs .nav-link:focus p, .project-tab .nav-tabs .nav-link:hover p {
	color: #fff;
}
.project-tab .nav-tabs .nav-item.show .nav-link, .project-tab .nav-tabs .nav-link.active {
	border-color: #ddd #ddd #ddd;
	background: #5f9c00;
	color: #fff;
}
.project-tab .nav-tabs .nav-item.show .nav-link p, .project-tab .nav-tabs .nav-link.active p {
	color: #fff;
}
.project-tab .nav-tabs .nav-item {
	position: relative;
}
.project-tab .nav-tabs .nav-item .active:before {
  position: absolute;
  content: "\eb27";
  font-family: 'icofont' !important;
  right: -18px;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  color: #5f9c00;
}
.project-tab h5 {
  text-transform: uppercase;
  margin: 0;
}
.project-tab p {
  margin: 20px 0;
}

.tab-content .btn-primary{ padding:10px 15px;}


/*横幅*/
.small-banner {
    padding: 50px 0;
    float: left;
    width: 100%; 
	background:url(../img/bg.jpg)
}
.small-banner-box {
    border: 2px solid #fff;
    padding: 30px;
}
.small-banner-content{ margin-left:60px;}
.small-banner-content h5 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.small-banner-content p {
  color: #fff;
  font-size: 15px;
  margin: 10px 0 20px;
}
.small-banner-content a {
  color: #fff;
  font-size: 20px;
}
.small-banner-content a i {
  padding-right: 10px;
}

.small-banner-btn {
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 31px;
	border-radius: 30px;
}

.small-banner-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.small-banner-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	border-radius: 30px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.small-banner-btn:hover:before, .small-banner-btn:focus:before, .small-banner-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.small-banner-btn:hover, .small-banner-btn:focus, .small-banner-btn:active {
	color: #fff;
}

/**----------------------------------------------------------------------------------------
认证
----------------------------------------------------------------------------------------**/
.honor-section {
	padding: 40px 0;
	float: left;
	width: 100%;
	position: relative;
}
.honor-single {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.honor-single:hover {
	border-color: #5f9c00;
}

/***/
.one{margin:0px auto;height:170px;width:1200px;overflow:hidden;position:relative; }
.one ul{height:170px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;margin:0 15px;height:150px; background:#fff; position:relative;}
.one ul li a{display:inline-block;height:150px;} 
.one ul li img{display:block; border:1px solid #eee;}
.one ul li img:hover{ border:1px solid #5f9c00}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}


/**----------------------------------------------------------------------------------------
为什么选择荣攀
----------------------------------------------------------------------------------------**/
.why-single {
  margin: 40px 0 20px;
}
.why-single i {
  color: #5f9c00;
  font-size: 45px;
  display: inline-block;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.why-single h5 {
  margin: 15px 0; 
  color:#5f9c00;
  text-transform: uppercase;
  font-size: 18px;
}
.why-single p{ color:#444} 


/**----------------------------------------------------------------------------------------
设备展示
----------------------------------------------------------------------------------------**/
.deviceshow-doctor {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.deviceshow-doctor .deviceshow-doctor-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.deviceshow-doctor img{
   border: 5px solid #eee;
}
.deviceshow-doctor img,.deviceshow-doctor-info {
   display: block;
   position: relative;
   margin-bottom: 10px;
}
.deviceshow-doctor-info {
   display: block;
   position: relative;
}
.deviceshow-doctor .deviceshow-doctor-info  h4 {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.deviceshow-doctor .deviceshow-doctor-info  span {
  margin-bottom: 25px;
  display: block;
  text-transform: capitalize;
}
.deviceshow-doctor h5 {
   text-transform: uppercase;
   color: #fff;
   position: relative;
   font-size: 17px;
   padding: 10px;
   margin: 20px 0 0 0;
}
.deviceshow-doctor p {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	position: relative;
	padding: 20px;
}
.deviceshow-doctor-mask ul li {
  display: inline-block;
}
.deviceshow-doctor-mask ul li a {
	color: #fff;
	font-size: 13px;
	border: 2px solid #fff;
	text-transform: uppercase;
	padding: 7px;
	margin: 0 5px;
}
.deviceshow-doctor-mask ul li a:hover {
	background: #333;
	border-color: #333;
}
.single-patient-info {
  font-weight: 600;
  letter-spacing: 1px;
  padding-right: 15px;
}



/**----------------------------------------------------------------------------------------
成功案例
----------------------------------------------------------------------------------------**/
.case-single {
	padding: 10px;
	margin-bottom: 60px;
	background: #034ea2;
    display: inline-block;
    position: relative; 
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.case-single:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
	border:1px solid #eee;
}
.case-single:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.case-single:hover {
    color: #fff;
}

.case-single h5 {
	margin: 25px 0 15px;
	font-size: 18px;
	text-transform: uppercase;
}
.case-single p {
	margin-bottom: 10px;
}
.case-single:hover h5 {
	color: #fff;
}
.case-single:hover .serv-rmbtn {
	background: #333;
}
.serv-rmbtn {
  color: #fff;
  background: #034ea2;
  padding: 4px 17px;
  display: inline-block;
  letter-spacing: 1px;
  position: absolute;
  bottom: -34px;
  left: -0px;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}

.serv-rmbtn:hover,.serv-rmbtn:focus {
  background: #333;
 color: #fff;
}
.case-slider.owl-theme .owl-nav div {
	position: absolute;
	right: 0;
	top: -70px;
	margin: 0;
}
.case-slider.owl-theme .owl-nav .owl-prev {
	margin-right: 42px;
}
.case-slider.owl-theme .owl-nav [class*="owl-"] {
	background: #5f9c00;
	border-radius: 0;
}


/**----------------------------------------------------------------------------------------
底部
----------------------------------------------------------------------------------------**/
footer {
    position: relative;
    float: left;
    width: 100%;
}
.footer-top {
    padding: 40px 0;
    background: #5f9c00;
}
.footer-section-title h5 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}
footer .contact-list{
    clear: both;
}
.footer-widget ul.contact-list li {
	color: #fff;
}
.footer-widget ul.contact-list em{ margin-right:5px;}


footer .copyright {
	background: #222;
	padding: 30px 0;
}
.footer-menu ul { text-align:center
}
.footer-menu ul li {
	float: left;
}
.footer-menu ul li a {
  text-align:center;
  color: #fff;
  padding: 0 15px 0 0;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-menu ul li a:hover {
  color: #000;
}
.ewm{ width:20%}

.copyright-text {
  color: #ccc;
}


/**----------------------------------------------------------------------------------------
内页样式
----------------------------------------------------------------------------------------**/
/*内页banner*/
.single-page-title-area {
	width: 100%;
}
.single-page-title {
    background: rgba(0, 0, 0, 0.6);
	padding: 110px 0;
}
.single-page-title-area:before {}
.single-page-title h1 { 
  color:#fff;
  font-weight:300
}
.single-page-title span {
  margin-top: 15px; 
  color:#eee; 
  font-size:16px; 
  letter-spacing:5px
}

/*内页当前位置*/
.breadcrumb {
  background: #fff;
  float: left;
  border-radius: 0; margin:0; padding:0
}
.breadcrumb-item + .breadcrumb-item:before {
	color: #333;
	content: "\eb8b";
	font-family: "icofont" !important;
	font-size: 16px;
}
.breadcrumb-item.active {
	color: #666;
}
.breadcrumb-item a {
	color: #000;
}


/*内页栏目*/
.servide-list{ margin-top:20px;
   
}
.servide-list ul li .on{ 
    color:#5f9c00; 
}

.servide-list ul li {
	float: left;
	border:1px solid #ccc; 
	margin:0 5px 5px 0;
} 
.servide-list ul li a {
  text-align:center;
  color: #444; 
  line-height:40px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.servide-list ul li a:hover {
    color:#5f9c00; 
}


/*人才招聘*/

.job-text {
	margin: 0 0 0 0px;
	background: #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 30px;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.job-text:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #f1f1f1 transparent transparent;
	position: absolute;
	content: '';
	top: 0;
	left: -14px;
}
.job-text .author {
	margin-bottom: 15px;
}
.job-text .author span {
	display: block;
	line-height: 0.9;
	margin-bottom: 10px;
	color: #444; 
	font-size:18px; font-weight:bold
}

 .job-text .author span a {
	color: inherit;
}
.job-text .author p, .comment .job-text .author p a {
	color: #555;
}
.job-text .author p a:before {
	content: "|";
	font-family: 'icofont' !important;
	margin: 0 10px; font-size:12px;
}