﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
/*************************
*******Typography******
**************************/

body {
	background: #f3f8f9;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
a {
	color: #c52d2f;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d43133;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.btn-primary {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #c52d2f;
	outline: none;
	box-shadow: none;
}
.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}
.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}
.center h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 50px 0;
}
.center {
	text-align: center;
	padding-bottom: 35px;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
.text-l {
	text-align: left;
}
.text-r {
	text-align: right;
}
/*************************
*******Header******
**************************/

#header .search {
	display: inline-block;
    font-weight: 900;
}
.navbar>.container .navbar-brand {
	margin-left: 0;
}
.top-bar {
	padding:  0;
	background: #f3f8f9;
	line-height: 28px;
}
.top-number {
	color: #000;
}
.top-number p {
	margin: 0
}
.social {
	text-align: right;
}
.social-share {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.social-share li {
	display: inline-block;
}
ul.social-share li a {
	display: inline-block;
	color: #fff;
	background: #404040;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}
ul.social-share li a:hover {
	background: #c52d2f;
	color: #fff;
}
.search{ text-align: right;}
.search i {
	color: #c9030b; margin:0 10px;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #108846;
}
.navbar-nav {
}
.navbar-nav>li {
	margin-left: 20px;
	padding: 33px 0;
}
.in ul li {
	padding: 5px 0;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #eb3d00;
	color: #fff;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #eb3d00;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(16,136,70,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #eb3d00;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}
/*************************
*******Home Page******
**************************/


#main-slider {position: relative;}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
.slide-margin img {width: 100%;}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #eb3d00;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #108846;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: #eb3d00;
	margin: 0 15px 0 0;
	border: 1px solid #eb3d00;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #c52d2f;
	border: 1px solid #c52d2f;
	left: -3px;
	top: -3px;
}
/*服务项目 */
#feature {background: #f2f2f2;padding-bottom: 40px;}
.features {padding: 0;}
.feature-wrap {margin-bottom: 35px;overflow: hidden;background: #fff;}
.feature-wrap .text {margin-top: 0px;padding:0 10px 10px;}
.feature-wrap .text  h2 {margin-top: 15px;font-size: 18px;color: #333333;text-align: center;padding: 15px;background: url(../images/border.png) no-repeat center bottom;}
.feature-wrap  p {color:#787878;width: 100%;font: 14px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.recommendPro{ width: 1170px;     margin-right: -15px;margin-left: -15px;box-sizing: border-box; position: relative; overflow: hidden;}
.recommendPro .swiper-slide{ box-sizing: border-box;  margin: 0;  position: relative; overflow-x: hidden;}
.recommendPro .swiper-slide a{ display: block;}
.recommendPro .swiper-slide img{ width: 100%; display: block;}
.recommendPro .swiper-button-prev, .swiper-container-rtl .swiper-button-next ,.recommendPro  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{ opacity: 1; }
.recommendPro .swiper-button-prev i.iconfont , .recommendPro .swiper-button-next i.iconfont{ font-size: 50px; color: #c5c5c5; z-index: 100;}
.recommendPro .swiper-button-next,.recommendPro .swiper-button-prev{width: 42px;height: 42px;border-radius: 42px;
line-height: 42px;display: block;float: right;margin-right: 1px;font-size: 22px;text-align: center;background-color: rgb(235, 61, 0) !important;color: #fff;cursor: pointer;}
.swiper-button-prev:hover,  .swiper-button-next:hover  {background-color: rgb(235,61,0);}

.recommendPro .cover{ width: 0; transition: all .3s ease-out; }
.recommendPro .cover span{ display: block;  position: absolute; top: 50%; left: 50%; transform: translate(-250px, -50%);  transition: all .6s ease-out; white-space: nowrap;  }
.recommendPro .swiper-slide:hover .cover{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(71, 204, 173,.5); transition: all .3s ease-out; }
.recommendPro .swiper-slide:hover .cover span{  transform: translate(-50%, -50%); padding: 5px 20px; color: #fff; font-size: 16px; border: 2px solid #fff; transition: all .6s ease-out; }

@media screen and (max-width:1200px){
    .recommendPro{ width: 100%; padding:0; box-sizing: border-box; overflow: hidden; margin: 0 auto;}
    .recommendPro .swiper-button-prev i.iconfont , .recommendPro .swiper-button-next i.iconfont{ font-size: 45px;}
    .recommendPro .swiper-button-next{ right: 0px;}
    .recommendPro .swiper-button-prev{ left: 0px;}
}
.colorFFF{ color: #fff !important;}
/*服务项目end */

/*stars */
#stars {background: #f2f2f2;padding-bottom: 40px;}
.stars {padding: 0;}
.stars-wrap {margin-bottom: 35px;overflow: hidden;background: #fff;height:328px;}
.stars-wrap img{width: 100%;    height: 182px;}
.stars-wrap h2 {margin-top: 15px;font-size: 18px;color: #333333;text-align: left;margin: 0 15px;padding: 15px 0;background: url(../images/border.png) no-repeat left bottom;}
.stars-wrap h2 span {font-size: 18px;color: #999;margin-left: 5px;}
.stars-wrap h3 {font-size: 14px;margin-top: 0px;padding: 0 10px 10px 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;position: relative;line-height: 26px;}
.stars-wrap h4 {margin-top: 0px;padding: 15px 10px 0 10px;font-size: 16px;color: #787878;line-height: 24px;}
/*stars end */

/*honor-wrap */

.honor-wrap {overflow: hidden;background: #fff;height:320px;}
.honor-wrap img{width: 100%;    height: 270px;}
.honor-wrap  h4 {    line-height: 26px;font-size: 14px;text-align: left;height:50px;line-height: 50px;margin:0;text-align: center;font-weight:300}
/*honor-wrap end */


/*news */
#news {background: #f2f2f2;padding-bottom: 40px;}
.news {padding: 0;}
.news-wrap {margin-bottom: 35px;overflow: hidden;background: #fff;}
.news-wrap img{width: 100%; height: 182px;}
.news-wrap h2 {font-size: 18px;color: #333333;margin: 15px 15px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;position: relative;line-height: 26px;}
.news-wrap h3 {position: relative;font-size: 14px;margin-top: 0px;padding: 0 10px 10px 10px;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 26px;}
.news-wrap h4 {margin-top: 0px;padding: 15px 10px 0 10px;font-size: 16px;color: #787878;line-height: 24px;}
.news-wrap .more{display: block; width: 100px; text-align: center;padding: 5px 0; background: #eb3d00; border-radius: 5px; font-size: 14px; color:#fff; margin: 0 auto;}
/*stars end */

/*partnerbox*/
#partnerbox {background: #f5f5f5;border-bottom: 5px solid #c52d2f;font-size: 14px;width: 100%;border-top: 1px solid #dddddd;padding: 5px 0;}
.partnerbox{overflow: hidden; display: inline-flex;}
.partnertite{color: #569abd;width: 125px;float: left;border-right:1px solid #ddd ;}
.partnertite h5{color: #569abd;font-size: 20px;line-height: 50px; text-align: center;}
.partnernr{width: auto;float: right;overflow: hidden}
.partnernr-list{margin: 0 20px;}
.partnernr-list li{float: left;margin: 6px 10px; padding:0 10px 0 0px;overflow: hidden;height: 14px;line-height: 14px; border-right: 1px solid #7d7d7d; color:#7d7d7d;}
.scrolllist a.abtn { display: block; height: 30px; width: 30px; overflow: hidden; background: url(../imgs/arrow3.png) no-repeat 0px 50%; margin: 10px auto}
.scrolllist a.aleft { float: left; }
.scrolllist a.agrayleft { cursor: default; background-position: -0px 0; }
.scrolllist a.aright { float: right; background-position: -30px 0; }
.scrolllist { width: auto; height: 50px; margin: 0 auto; }
.scrolllist .imglist_w { width: 1005px; height: 50px; overflow: hidden; float: left; position: relative;/*必要元素*/ }
.scrolllist .imglist_w ul { width: 20000px; position: absolute; left: 0px; top: 0px; }
.scrolllist .imglist_w li { width: 123px; float: left; margin: 0 10px; overflow: hidden;border: solid 1px #ddd;height: 48px;}
.scrolllist .imglist_w li img { padding: 2px;}
.scrolllist .imglist_w li a { color: #3366cc; text-decoration: none; float: left; }
.scrolllist .imglist_w li a:hover img { filter: alpha(opacity=86); -moz-opacity: 0.86; opacity: 0.86; }

/***********************
********* Footer ******
************************/

#footer {color: #fff;}
#footer a {color: #fff;}
#footer a:hover {color: #c52d2f;}
.footbox{background: #108846;width: 100%;margin: auto;padding-top: 20px;overflow: hidden}
.footnav li{float: left;color: white;font-size: 12px}
.footewm{text-align: center; }
.footewm img{    width: 120px;height: 120px;margin: 0 auto;}
.footewm p{margin-top: 10px;color:#fff; font-size: 10px;/*letter-spacing:-1px;*/}
.foot-list{ width: 100%; display:  inline-block;}
.foot-list h6{color:#fff ;background: url(../images/yjty.png) no-repeat left center;padding-left: 15px;line-height: 20px;margin: 5px;font-weight: 600}
.foot-list span{border-bottom: 1px solid #fff;padding-bottom:5px;line-height: 24px;height:24px;font-weight: 500}
.foot-list p {    padding: 10px 0;font-size: 14px; height: 16px; line-height: 16px; margin-top: 10px;}

#case {background: #108846;padding: 0;}
#case .container {width: 100%;}
#case .lead, #case h2 {color: #fff;font-size: 36px;margin-top: 35px;font-weight: 200;}
.case-wrap p {font-size: 18px;color: #fff;line-height: 34px;text-indent: 2em;}
#case .view-btn {background: #fff;color: #eb3d00;font-size: 24px;font-weight: 700;padding: 15px 40px;border-radius: 10px;border: none;}
.case-wrap .more {font-size: 18px;color: #eb3d00;}
.case-wrap .more a {font-size: 18px;color: #eb3d00;line-height: 34px;text-indent: 2em;}
#about {background: #108846;}
#about .lead, #about h2 {color: #fff;}
.about-wrap p {font-size: 18px;color: #fff;line-height: 34px;text-indent: 2em;}
.about-wrap .more {font-size: 18px;color: #eb3d00;}
.about-wrap .more a {font-size: 18px;color: #eb3d00;line-height: 34px;text-indent: 2em;}
.nav-tabs>li {margin-bottom: 0px;border-bottom: 1px solid #e6e6e6;}
.nav-tabs {border-bottom: transparent;border-right: 1px solid #e6e6e6;}
.nav-tabs>li>a {background: #f5f5f5;color: #666;border-radius: 0;border: 0 none;line-height: 24px;margin-right: 0;padding: 13px 15px;}
.nav-tabs li:last-child {border-bottom: 0 none;}
.nav-stacked>li+li {margin-top: 0;}
.nav-tabs>li>a:hover {background: #1f1f20;color: #fff;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {border: 0;color: #fff;background: #1f1f20;position: relative;}
.nav-tabs>li.active>a:after {position: absolute;content: "";width: auto;height: auto;border-style: solid;border-color: transparent transparent transparent #1f1f20;border-width: 25px 22px;right: -44px;top: 0;}
/******************
shortcodes page css
******************/

/*内页*/
#tip{ /* border-bottom: 1px solid #ccc;*/ height: 40px;line-height: 40px;padding: 0px !important; margin-bottom: 25px;}
#tip a{ margin:0  10px; color: #333;}
#tip .container{ background: #fff;}
#menu{ padding: 0; margin-top: -70px;z-index: 999;    position: relative;}
#menu .container{ background: #108846;text-align: center; color:#fff;}
.padding-0{padding: 0;}
#menu a { width: 100%; height: 70px; display:-webkit-box;}
#menu a .menu-wp{ height: 70px; margin:auto; display:-webkit-box;}
#menu a .menu-wp h4,#menu a .menu-wp h5{color:#fff; font-size: 14px;margin: 0;line-height: 20px;    font-weight: 500;}
#menu .menu-wp .ico1{width: 30px;height: 30px;margin-top:20px; margin-right: 10px;}
#menu .menu-wp .text{height: 40px;margin-top:15px;}

.on{ background: #eb3d00;}
#menu .container .col-xs-1,#menu .container  .col-sm-1, #menu .container .col-md-1,#menu .container  .col-lg-1,
#menu .container  .col-xs-2,#menu .container  .col-sm-2, #menu .container .col-md-2,#menu .container  .col-lg-2,#menu .container  .col-xs-3,
#menu .container  .col-sm-3,#menu .container  .col-md-3,#menu .container  .col-lg-3,#menu .container  .col-xs-4,
#menu .container  .col-sm-4,#menu .container  .col-md-4,#menu .container  .col-lg-4,#menu .container  .col-xs-5,#menu .container  .col-sm-5,
#menu .container  .col-md-5,#menu .container  .col-lg-5,#menu .container  .col-xs-6,#menu .container  .col-sm-6,#menu .container  .col-md-6,
#menu .container  .col-lg-6,#menu .container  .col-xs-7,#menu .container  .col-sm-7,#menu .container  .col-md-7,#menu .container  .col-lg-7,
#menu .container  .col-xs-8,#menu .container  .col-sm-8,#menu .container  .col-md-8,#menu .container  .col-lg-8,#menu .container  .col-xs-9,
#menu .container  .col-sm-9,#menu .container  .col-md-9,#menu .container  .col-lg-9,#menu .container  .col-xs-10,#menu .container .col-sm-10,
#menu .container  .col-md-10,#menu .container  .col-lg-10,#menu .container  .col-xs-11,#menu .container  .col-sm-11, .col-md-11,
 #menu .container  .col-lg-11,#menu .container  .col-xs-12,#menu .container  .col-sm-12,#menu .container  .col-md-12,#menu .container  .col-lg-12 {    padding-right: 0px;
    padding-left: 0px;}
    
#about-info { padding-top: 0; }
#about-info .container{ background: #fff;}
.company{padding: 30px;}
#about-info .company{text-align: center;}
#about-info .company h2{ font-size: 18px;color:#eb3d00; line-height: 36px; }
#about-info .company p{ font-size: 14px;color:#000; line-height: 36px; text-indent: 2em; text-align: left;}

.honor-top{ background: #f3f3f3;padding: 0 30px;}
.honor-top p{    text-indent: 2em;    line-height: 24px; }
.honor-img{ height: auto; padding:30px 15px;}
.honor-img h3{ line-height: 40px;font-size: 14px; text-align: center;}
.honor-img .stars-wrap h3{ line-height: 26px;font-size: 14px; text-align: left;}
.service{width: 100%; display: -webkit-box;}
.service-item{ width:12.5% ;}
.service-content{ padding: 30px;}
#about-info .service-content h2{ font-size: 18px;color:#eb3d00; line-height: 36px; text-align: left; }
#about-info .service-content p{ font-size: 14px;color:#000; line-height: 36px; text-indent: 2em; text-align: left;padding: 0; margin:0;}
.contact{ padding:30px; }
.text-c{ text-align: center;}
.contact p{ text-align: left;}
.contact .kefu{width: 100px;height: 27px;background: #00a0e9;border-radius: 5px;margin: auto;}
.contact .kefu .kefu-a{text-align: center;display: block;color: white;line-height: 27px;font-size: 14px; color:#fff !important;}

.news_list{ margin: 0; padding: 15px;}
.news{display: -webkit-box;padding: 10px 0; border-bottom: 1px solid #ebebeb; }
.news_date{ border: 1px solid #ebebeb; background: #fff; text-align: center; width: 62px; height: 59px; }
.news_days{ background:#c9000b ; font-size:24px ; color:#fff; height: 34px; line-height: 34px;}
.news_wz{width: calc(100% - 75px); margin-left: 10px;}
.news_title{ color: #000; font-family: "å¾®è½¯é›…é»‘"; font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.news_title a{ color: #000;}
.news_intro{ font-size: 13px; font-family: "é»‘ä½“ " ; color:#767676; line-height: 17px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news_intro a{ color: #767676;}
.news_date-b-r{ border:none; border-right: 1px solid #ebebeb;}
.news_days-bg-n{ background: #fff; color:#b0b0b0;}
.box-content p{ width: 100%; }
.text-c{ text-align: center !important;}
.text-l{ text-align: left !important;}
.text-r{ text-align: right !important;}
.pre-news {text-align: left; }
.next-news{ text-align: right; }
.contact-top{ padding:20px 0; text-align: center; border-bottom: #cccccc 1px solid;}
.contact-top h2 { font-size: 24px; color:#3d3d3d;}
.contact-top h6 { font-size: 10px; color:#acacac;}
.next-pre{ border-top:1px solid #ccc; padding: 20px 0;}
.next-pre a{ display: block; color:#000; line-height: 45px;}
.recruit{ padding: 20px 0;}
.recruit li{border-bottom:1px solid #ccc;}


	/***分页***/
#PagerJobPost_Panel_Pager {margin:1px 0 0 0; overflow:hidden; *zoom:1; text-align:center; clear:both; }
#PagerJobPost_Panel_Pager ul { padding:1px 0; }
#PagerJobPost_Panel_Pager li { height:22px; padding-top:0px; display:inline; }
#PagerJobPost_Panel_Pager li strong { color:#F00; }
.PagerContainerTable { background:transparent url(/Images/Header.gif) repeat-x top left; border-top: dotted 1px #bbc7cd; border-bottom: dotted 1px #bbc7cd; font-size:.8em; }
span.PagerCurrentIndex { border:solid 1px #bbc7cd; height:18px; background-color:#F2F2F2; padding:0px 5px; }
td.PagerCell { padding:6px; }
a.PagerHyperlinkStyle { padding:6px; text-decoration:none; white-space:nowrap; }
a.PagerHyperlinkStyle { color:#525252; }
a.PagerHyperlinkStyle:hover { height:17px; overflow:hidden; border:solid 1px #bbc7cd; background-color: #FFFFFF; padding:0 5px; text-decoration:none; }
a.PagerDisabled { border:none; color:Gray; background: transparent; padding:6px; }
td.PagerCellSeperator { border-right:solid 1px #c0c0c0; padding-left:1px; padding-right:1px;}


/*===================
	slider
===================*/
.slider-slick {
	position: relative;
	overflow: hidden;
}

.slider-slick .slider-entry {position: relative;
}


@media (min-width: 768px) {
	.slider-slick .slider-entry {
		position: relative;
	}
}

.slider-slick .overlay {
	background: linear-gradient(
		rgba(249, 249, 254, 0.04),
		rgba(249, 249, 254, 0.04)
	);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

.slider-slick img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.slider-slick .slick-dots {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
}

.slider-slick .slick-dots li {
	width: auto;
}

.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #999;
	border-radius: 50%;
}


.slider-slick .slick-dots li.slick-active button {
	background: #e5393f;
}

.slider-slick .slick-dots li button::before {
	font-size: 0;
	color: transparent;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}


.case a .intro {    position: absolute;left: 0;z-index: 10;background-color: #2d2d2d;width: 100%;
color: #fff;-moz-opacity: 0.7;-khtml-opacity: 0.7;opacity: 0.7;text-align: center;height: 100%;   padding: 0 5px;display: none;}
.case  a .intro h3 {padding: 0;margin: 0;font-size: 16px;height: 30px;width: 100%;line-height: 30px;font-weight: bold;color: #fff;}
.case  a .intro h4 {padding: 0;margin: 0;font-size: 14px;height: 30px;width: 100%;line-height: 30px;color: #a9a9a9;}
.case  a .intro p {font-size: 13px;line-height: 20px;overflow: hidden;}
.case  a .intro p .fa {font-size: 26px;width: 45px;height: 45px;line-height: 45px;border-radius:45px;margin: auto;background: #fff;color: #757575;margin-top:10px;}
.case  a:hover .intro {top: 0px; display: block; }
#case  .case   .col-xs-2,#case  .case  .col-sm-2, #case  .case .col-md-2,#case .case .col-lg-2
 {    padding-right: 0px;
    padding-left: 0px;}
#case  .case a{     display: block;
    padding: 0 5px;}
.case  a  img { width:100%; height:160px;}