/*
Base csss
*/
html, body {
  height: 100%;
}

body {
  font-family:"Microsoft YaHei","微软雅黑", "Raleway", sans-serif;
  background-image:url(../images/dark_brick_wall.png);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.2rem;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #000;
}
a:hover {
  color: #e62b4c;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  
  color: #fff;
  font-weight: 700;
}
.text-color{color:#e62b4c;}
.no-margin{ margin:0 !important;}

h2 {
    font-size: 20px;
  
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}
.text-center{text-align: center;}
.height-60{ float:left; width:100%; height:60px; clear:both; position:relative;}
.height-40{ float:left; width:100%; height:40px; clear:both; position:relative;}
.height-30{ float:left; width:100%; height:30px; clear:both; position:relative;}
.height-20{ float:left; width:100%; height:20px; clear:both; position:relative;}
/* ====================================================================================================================
 * Navbar
 * ====================================================================================================================*/
 .top-nav-collapse .top-bar {
   display:none; 
}

.logo{display:block;  }
.mobilelogo{height: 50px; display:none;  }
@media (max-width: 767px) {
	.logo{ display:none;  }
.mobilelogo{ display:block;  }
	.mobilelogo img{height:50px;margin-left:20px; }
}
 .top-bar {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 
 
}
.top-bar ul {
  margin: 0px;
  padding: 0px;
}
.top-bar ul li {
  padding: 0px;
  vertical-align: middle;
}
.top-bar ul li:last-child a {
  border-right: 0px;
}
.top-bar ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  color: #fff;
  text-align: center;
}
.top-bar ul li a:hover {
  color: #e62b4c;
}
.top-bar ul.top-socials li a {
  font-size: 20px;
  width: auto;
  padding: 0px 3px;
  text-align: center;
}
.navbar-default {
    background-color: transparent;
    margin: 0;
    border-color: transparent;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    
}
.top-nav-collapse.navbar-default {
       background-color: rgba(0, 0, 0, 0.95);
 
}
.navbar-default .logo img{height:120px;}
.top-nav-collapse.navbar-default .logo img{height:80px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
	border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav>li:hover > a,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #e62b4c;
    background-color: transparent;
    border-bottom: 2px solid #e62b4c;
}

/* ====================================================================================================================
 * Sliders
 * ====================================================================================================================*/
.margin-20{margin-top: -10px;}
.flexslider {
  padding: 0;
  margin: 0;
  border: 0px;
  background-color: transparent;
}
.flexslider .slides li h1 {
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: capitalize;
  position: relative;
  font-family:"Microsoft YaHei","微软雅黑", "Raleway", sans-serif;
}
.flexslider .slides li p {
  color: #fff;
}

.testi-slider {
  text-align: center;
}
.testi-slider p {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  margin: 20px 0;
  font-family:"Microsoft YaHei","微软雅黑", "Raleway", sans-serif;
}
.testi-slider h5 {
  color: #1abc9c;
  font-weight: 400;
  text-transform: capitalize;
}
.testi-slider i {
  display: block;
  font-size: 3rem;
  color: #fff;
}
.slider-banner .slides img{ width:100%; height:700px;}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_3.gif) center no-repeat #fff;
}
.mouse-down {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 80px;
    text-align: center;
    z-index: 999;
}
.mouse-down a:hover {
    color: #e62b4c;
}
.mouse-down a {
    color: #fff;
    font-size: 3rem;
}

/* ====================================================================================================================
 * Btn   
 * ====================================================================================================================*/

.btn {
  font-family:"Microsoft YaHei","微软雅黑", "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-lg {
  padding: 12px 25px;
}

.btn-dark-border {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #999;
}
.btn-dark-border:hover, .btn-dark-border:focus {
  background: #333;
  border-color: #333;
  color: #fff;
}

.btn-skin-border {
  border: 2px solid #1abc9c;
  color: #1abc9c;
  background-color: transparent;
}
.btn-skin-border:hover, .btn-skin-border:focus {
  background: #1abc9c;
  color: #fff;
}

.btn-white-border {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
  background: #fff;
  color: #333;
}

.btn-dark {
  background-color: #333;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  background: #1abc9c;
  color: #fff;
}

.btn-skin {
  background-color: #1abc9c;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  background: #333;
  color: #fff;
}

.btn-link {
  color: #1abc9c;
}
.btn-link:hover {
  color: #999;
}

/* ====================================================================================================================
 * home   e62b4c
 * ====================================================================================================================*/

.slider-banner {position: relative;overflow: hidden;max-height:700px;}
.slider-banner .slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.slider-banner .slider-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-banner .slider-table .slider-vm {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider-banner .slider-table .slider-vm h1 {
  color: #fff;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.slider-banner .slider-table .slider-vm p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
}
.slider-banner .flex-direction-nav a:before {
  content: "";
  display: none;
}

.main-slider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}

.main-slider:hover .flex-direction-nav .flex-next {
  right: 0px;
}

.main-slider .flex-direction-nav a {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
  z-index: 1000;
}
.main-slider .flex-direction-nav a i {
  display: block;
}

.main-slider:hover .flex-direction-nav a {
  opacity: 1;
}
.cd-words-wrapper span { color:#e62b4c;}
/* ====================================================================================================================
 * About
 * ====================================================================================================================*/
.section-heading {
    text-align: center;
    text-transform: uppercase;
}
.all-space {
    padding: 60px 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.content-section{ background:#e62b4c; padding:0; text-align:center;}
.content-section p{ margin-bottom: 0; }
.single_process{ padding:30px 20px; }
.single_process h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
}
.h3-body-title{
    color: #fff;
    font-size: 18px;
	margin: 0 0 20px 0;
    text-transform: uppercase;
}
 .content-box-text {
    color: #fff;
    padding-left: 0;
}

.about-section .inner i {
    color: #e62b4c;
    font-size: 32px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    position: relative;
    border:2px solid #e62b4c;
    margin: 0 auto 15px;
	display:block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;
    border-radius: 0 20px;
}
.mt20{margin-top: 20px;}
.about-section .inner a{color: #fff;}
.about-section .inner a:hover{color: #e41b3f;}
/* ====================================================================================================================
 * Counter-section
 * ====================================================================================================================*/

.counter-section {
    width: 100%;
    min-height: 350px;
    padding-top: 140px;
    height: auto;
    float: left;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    background-attachment: fixed !important;
}

.cycounter-section {
    width: 100%;
    min-height: 450px;
    padding-top: 240px;
    height: auto;
    float: left;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}
.counter{ text-align:center;}
.counter i {
    color: #e62b4c;
    font-size: 32px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    position: relative;
    border:2px solid #e62b4c;
    margin: 0 auto 15px;
	display:block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;
    border-radius: 0 20px;
} 
.counter .count {
    display: block;
    font-weight: bold;
    font-size: 50px;
	display:block;
    line-height: 50px;
}

/* ====================================================================================================================
 * services-section
 * ====================================================================================================================*/

.services-list i {
  float: left;
  margin-right: 20px;
  width: 120px;
  height: 120px;
 
  line-height: 120px;
  font-size: 35px;
}
.services-list .content {
  overflow: hidden;
}
.services-list li {
  padding: 20px 15px 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services-list li h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.services-list li a{color: #fff;}
.services-list li:hover {
  background-color: #e62b4c;
  border-color: #e62b4c;
  color: #fff;
}
.services-list li:hover h4 {
  color: #fff;
}
.services-list {
    margin-bottom: 10px;
}
.services hr{ margin-top: 0; } 
@media (max-width: 767px) {
	.services-list .content {text-align:left;}
	.services-list i img{width: 100%;}
}
@media (min-width: 768px) {
  .services-list li:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
	.services-list i img{width: 100%;}

  .services-list li:nth-child(3), .services-list li:nth-child(5), .services-list li:nth-child(7), .services-list li:nth-child(9)  {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .services-list li:nth-child(1), .services-list li:nth-child(2), .services-list li:nth-child(3), .services-list li:nth-child(4), .services-list li:nth-child(5), .services-list li:nth-child(6), .services-list li:nth-child(7), .services-list li:nth-child(8) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
/* ====================================================================================================================
 * Team-section
 * ====================================================================================================================*/
.team .team-img{ cursor:pointer; background-repeat:no-repeat; background-position:top center; height:260px; background-size:cover; position:relative}

.team .team-img:before{  
  position: absolute;
    top: 0;
	content:"";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
	opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	width:100%; height:100%;
	    background-color: #141618;
		
}
.team .team-img:hover:before{opacity:0.5;-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;}
.team .team-img:hover .team-con { opacity:1;}
.team-con {
    padding: 100px 0 0;
	    position: relative;
		opacity:0;
		-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
   
}
.team-socials a{ color:#fff;}

.parallax-text{
	max-width:700px;
	margin:0 auto;	
    color: #fff;
    font-size: 3.5rem;
    line-height: 5.5rem;
    font-weight: 400;
    text-transform: capitalize;
    font-family:"Microsoft YaHei","微软雅黑", "Raleway", sans-serif;
}
.cyparallax-text{
	max-width:700px;
	margin:0 auto;	
    color: #fff;
    font-size: 3.5rem;
    line-height: 7.5rem;
    font-weight: 400;
    text-transform: capitalize;
    font-family:"Microsoft YaHei","微软雅黑", "Raleway", sans-serif;
}
/* ====================================================================================================================
 * work-section
 * ====================================================================================================================*/
.work-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.overlay {
    background-color: rgba(0,0,0,.8);
	border:1px groove rgba(0,0,0,.8);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: inherit;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 2%;
    z-index: 1;
}
.work-wrapper:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
	border:1px groove #e62b4c;
}
.overlay-inner {
    margin: auto;
    position: absolute;
    top: 52%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.overlay h2.base {
    color: #ff0000;
}

.overlay .line {
    height: 1px;
    margin: 15px auto;
    background-color: #fff;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.overlay .line {
    width: 0%;
}
.work-wrapper:hover .line {
    width: 40%;
}
.work-wrapper .overlay p {
    font-size: 14px;
	color:#fff;
}
.work-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}
.work-wrapper:hover img {
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.no-padding{ padding:0}
.padding20{ padding:20px}
.pb20{ padding-bottom:30px}
.no-margin{ margin:0;}
/* ====================================================================================================================
 * pricing-section
 * ====================================================================================================================*/
.pricing-table {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
	margin-bottom:20px;
}
.pricing-table .pricing-head {
    width: 100%;
    height: auto;
}
.pricing-table .pricing-head .price-tag-circle {
    position: relative;
    width: 125px;
    height: 125px;
    margin: 0px auto;
    background: #e62b4c;
    text-align: center;
    line-height: 125px;
    -webkit-border-radius:0 10%;
    -moz-border-radius:0 0%;
    -ms-border-radius:0 10%;
    -o-border-radius:0 10%;
    border-radius:0 10%;
}
.pricing-table .pricing-head .price-tag-circle span.price {
    font-family:"Microsoft YaHei","微软雅黑", 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
}
.pricing-table .pricing-head .price-tag-circle span.price:after {
    content: "$";
    position: absolute;
    width: 20px;
    height: auto;
    top: -40px;
    right: -15px;
    z-index: 1;
    font-size: 30px;
}
.pricing-table .pricing-body {
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
    padding: 100px 15px 50px 15px;
    margin-top: -62.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pricing-table .pricing-body .price-title {
    font-family:"Microsoft YaHei","微软雅黑", 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
	color:#000;
}
.pricing-table .pricing-body ul {
    margin: 0px;
    padding: 0px;
	list-style:none;
}
.pricing-table .pricing-body ul li {
    
    font-size: 14px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 15px;
}
.pricing-table .pricing-footer {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    bottom:10px;
    left: 0px;
}
.btn-pricing {
    padding: 15px 22px;
    background: transparent;
    color: #fff;
    text-align: center;
    border: 0px;
    position: relative;
    z-index: 0;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.pricing-table:hover .btn-pricing {
    display: inline-block; background: #e62b4c; color:#fff;-webkit-border-radius:0 10px;
    -moz-border-radius:0 10px;
    -ms-border-radius:0 10px;
    -o-border-radius:0 10px;
    border-radius:0 10px;
}
/* ====================================================================================================================
 * clints-section
 * ====================================================================================================================*/
.clints-box {
    padding: 0px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 15px;
}
.owl-no-pagination .owl-pagination {
    display: none;
}
.owl-carousel .owl-item{
	float: left;
	cursor: url("../images/icon-move-ligh.png"), move;

}
#owl-clients .owl-buttons{ display:none;}
/* ====================================================================================================================
 * contact-section
 * ====================================================================================================================*/
#contact .contact {
    text-align: left; padding-top: 7px;
}
#contact i.fa {
    background: #fff;
    border-radius: 50%;
    color: #e62b4c;
    font-size: 22px;
    height: 50px;
   
    padding: 14px 0;
    text-align: center;
    width: 50px;
    float: left;
}
#contact p.dark {
    font-size: 16px;
    padding-left: 70px;
    padding-bottom: 23px;
    margin-top: 2px;
    border-bottom: 1px dashed rgba(255,255,255,0.4);
    min-height: auto;
}
#contact .form-control {
    display: block;
    color: rgba(255,255,255,0.8);
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    border-top: none;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 5px;
    height: 48px;
}
#contact #message {
    height: 130px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
#contact .text-danger {
    color: #353e47;
    text-align: center;
    font-size: 20px;
}
.map iframe{ width:100%; height:400px;}
.footer-bottom {
    background: #000;
    padding: 25px 0;
    width: 100%;
    float: left;
}
.back-to-top {
    transition: all 1s ease 0;
    -webkit-transition: all .3s ease 0;
    position: fixed;
    bottom: 31px;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    background: #e62b4c;
    color: #fff !important;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 40px;
}
.f-b {
    color: #999;
    text-align: center;
    padding: 0 10px;   
    font-size: 14px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 46px;
}
.footer-widget-social ul {
    text-align: right;
    list-style-type: none;
    margin-bottom: 0;
}
.footer-widget-social ul li {
    display: inline-block;
    margin-bottom: -8px;
}
.footer-widget-social a {
    background-color: #e62b4c;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 3px;
}
.footer-widget-social a:hover {
    background-color: #fff;
    color: #353E47;
}

ul.fb_icons2 {
    text-align: right;
}
.fb_icons2  li{
	list-style-type:none;
	display:inline-block;
	margin:0 0px;
	overflow:hidden;
}
.fb_icons2 li a{
    width: 32px;
    height: 32px;
	border-radius: 100%;
    display: inline-block;
	background: url(../images/social2.png) no-repeat -216px -7px;
}
.fb_icons2 li a:hover{
	border-radius:100%;
	background: url(../images/social3.png) no-repeat -216px -7px;
}
.cyfiltrable {padding: 0;margin:30px 0 0px;}
.cyfiltrable a {font-weight: 400;padding: 10px 26px;margin: 10px 10px 10px;border-radius: 4px;border:solid 1px #888888;color:#fff;font-size:18px;}
.cyfiltrable a:hover,.cyfiltrable a.selected {background-color: transparent;background-color:#c50505;color:#fff;border:solid 1px #a60000;}
.cyfiltrable a:hover {opacity: 1;}
.digg4{ padding:20px 10px 10px; margin:20px 3px 3px; text-align:center;color:#fff;}
.digg4 a,.digg4 span.miy{ text-decoration:none;color:#eee;}
.digg4 span{ margin:2px; background:#232323; padding:10px;line-height: 30px;color:#fff;}
.digg4 span.hover{ margin:2px; background:#e71f19; padding:10px;line-height: 30px;color:#fff;}
.metpager_8 a,.metpager_8 span.miy{background:#232323; padding:10px;margin:0 5px;line-height: 30px; color:#FFF;}
.metpager_8 a:hover,.digg4 span.on { background:#e71f19; color:#FFF;}
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px; margin:2px; color:#666; background-color:#eee; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px; margin:2px; color:#666;}
.digg4 SELECT{  color:#000}
.agileinfo_about_bottom_grid a{color:#fff;}
.agileinfo_about_bottom_grid a:hover{color:#e71f19;}


.dock { position: fixed; top: 50%; width: 52px; height: 298px; margin-top: -149px; right: 0px; z-index: 1100; }
.dockCon { right: 0px; top: 0px; position: absolute; }
.dockCon dd{margin:0; padding:0; list-sytle:none;}
.dockCon dd.first, .dockCon dd.first i { border-radius: 10px 0px 0px; }
.dockCon dd.backTop, .dockCon dd.backTop i { border-bottom: 0px none; border-radius: 0px 0 0 10px; }
.dockCon dd:hover i, .dockCon dd.active { cursor: pointer; background-color: #ec1b24; }
.dockCon i { width: 52px; height: 52px; display: block; background-image: url(../images/slider.png); background-repeat: no-repeat; background-color: #666; z-index: 4; position: relative; border-bottom: 1px solid #999; }
.dockCon .i1 { background-position: center 0px; }
.dockCon .i2 { background-position: center -52px; }
.dockCon .i3 { background-position: center -106px; }
.dockCon .i4 { background-position: center -158px; }
.dockCon .i5 { background-position: center -206px; transition: 300ms; -webkit-transition: 300ms; }
.dockCon .i6 { background-position: center -312px; }
.dockCon dd.backTop .i5 { background-position: center -210px; }
.dockCon .con { background-color: #323232; border-radius: 10px 0px 0px 10px; color: #fff; position: absolute; right: 0px; display: none; }
.qqcon a:link, .qqcon a:visited { color: #323232; }
.qqcon a:active, .qqcon a:hover { color: #fff; }
.qqcon { top: 20px; width: 160px; padding: 14px 0px; font-size: 14px; text-align: center; }
.qqcon .t { color: #999; }
.qqBtn { border-radius: 5px; background-color: #fff; display: block; width: 112px; height: 30px; line-height: 30px; margin: 13px auto 0px; }
.qqBtn span { background: url(../images/qq1.png) no-repeat scroll left center; padding-left: 24px; }
.qqBtn:hover { background-color: #ec1b24; }
.qqBtn:hover span { background-image: url(../images/qq2.png); }
.weixinCon { top: 20px; padding: 14px 24px; text-align: center; }
.weixinCon .img { width: 120px; overflow: hidden; margin-bottom: 7px; }
.weixinCon .img img { width: 100%; display: block; }
.telcon { top: 105px; padding: 5px 18px; width: 160px; }
.telcon .tel { font: bold 16px/1.4 arial, helvetica, sans-serif; }
.dianshangCon { padding: 15px 18px 0px 28px; height: 234px; top: 8px; width: 552px; }
.dianshangCon .t { color: #999; font-size: 14px; }
.dianshangCon a:link, .dianshangCon a:visited { color: #bcbcbc; }
.dianshangCon a:active, .dianshangCon a:hover { color: #fff; }
.pintaiList2 dd { float: left; display: block; margin: 16px 10px 0px 0px; width: 128px; float: left; text-align: center; }
.pintaiList2 dd img { width: 100%; display: block; margin-bottom: 8px; }
.switchdock { background: url(../images/slider.png) no-repeat scroll center -268px; width: 28px; height: 29px; margin: 0px auto 0px; display: block; position: absolute; right: 10px; bottom: 0px; -webkit-transition: 0s; -moz-transition: 0s; -o-transition: 0s; transition: 0s; }

@media screen and (max-width:768px){
	.dock{ display: none;}
}