@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family:'Microsoft YaHei', 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  text-align:justify;
  text-justify:inter-ideograph;
}



.red{
	color:red;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Microsoft YaHei','Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 14px;
  color: #787878;
  font-weight: 400;
  line-height: 22px;
}

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: #AF0E10;
  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: 30px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}


body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.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);
  }
}


/*************************
*******Header******
**************************/


.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-inverse .navbar-toggle{
	border:none;
	}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background:#f2f2f2;
  padding: 15px 0;
  padding-bottom: 0;
}

.navbar-nav{
  margin-top: 12px;
  margin-left:0px
 }

.nav-diy>li{
  margin-left: 35px;
  padding-bottom: 28px;
}

.navbar-inverse .nav-diy > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #000;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .nav-diy > li > a:hover{
	background-color: #c52d2f;
	color: #fff;
}


.navbar-inverse .goin-zeng >.fixdtd{
  margin-left: 45px;
  padding-bottom: 28px;
}


.navbar-inverse .goin-zeng>.fixdtd a{
	background-color: #ff8000;
	color:#fff;
	display: inline-block;
	 padding: 0px 10px;
  margin: 5px 0 0 0;
  border-radius: 0px;
  line-height: 24px;

	}

.navbar-inverse .goin-zeng>.fixdtd a:hover{
	background-color: #1c2c7a;
	color: #fff;
}


.navbar-inverse {
  border: none;
}


.navbar-inverse .goin-zeng>.fanjian a{
	background-image:url(../images/nav/fan_jian.jpg);
	width:48px;
	height:20px;
	display: inline-block;
	padding: 0px 0px;
    margin: 6px 0 0 10px;
	}

.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: #c52d2f;
  color: #fff;
}



.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 .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#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;
  height: 486px;
  -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;
}

#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: #c52d2f;
  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: #000;
}

#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: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   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;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap .awesomefixpos{
	padding:0 0 0 5px;
	
	}
	
.feature-wrap .awesomefixlineheight{
	line-height:100px;
	}	

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}


#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}
/**
.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}**/


.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #eeeded; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background-color: #fff;
  color: #4f4f4f;
  font-size:16px;
  line-height:26px;
  border:none;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
	margin-bottom:15px;
	}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}


.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

/**.panel-heading.active{
  background-color:#eeeded; 
  color:#fff;
}**/


.panel-default .active>a{
	color:#4f4f4f;
	font-size:26px;
	line-height:26px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
	}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
}

.panel-heading>a{
	color:#4f4f4f;
	font-size:26px;
	line-height:26px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
	} 
	
.panel-heading.active a.accordion-toggle i{
  color: red;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  color: #4f4f4f;
}




.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-color:#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;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
  padding-top:135px;
  padding-bottom:135px;
}

#partner .container {
	margin-top:-60px;
 
}

#partner h2, 
#partner h3 {
  color: #fff;
}


.partners ul {
  list-style: none;
  clear:both;
  padding:0;
  margin:0;
  display:inline-block;
}

.partners ul li{
  display: inline-block;
  margin:15px 25px;

}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info .center h2{
  margin:0;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/
.juzhong a{
	margin:0 auto;
	}

.qyhzza{
	margin-bottom:0px;
	}

#conatcat-info .container .row .media-body h2{
	margin:5px 0px 12px 0px;
	}

#conatcat-info .container .row .media-body p{
	margin:0;
	}
	

.ywmhz{
	background-color:#f5f5f5;
	}

.ywmhz .row{
	text-align:left;
	line-height:46px;
	font-size:16px;
	}
	
.font30{
	font-size:30px;
	}


.secondnav ul{
	text-align:left;
	}

.secondnav .container > .active > a,
.secondnav .container > .active > a:hover,
.secondnav .container > .active > a:focus,
.secondnav .container > a,
.secondnav .container >a:hover,
.secondnav .container >a:focus {
  background-color: #c52d2f;
  color: #fff;
  border-right:1px solid #FFFFFF;
  border-left:1px solid #FFFFFF;
  padding:0  20px 0 20px;
}



.secondnav{
	background-color:#344559;
	width:100%;
	font-size:0px;
	}
	
.secondnav li{
	list-style:none;
	display: inline-block;
	
	
	}
	
	

.secondnav li a:hover{
	background-color: #c52d2f;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	}

.secondnav li a{
	color:#fff;
	font-size:16px;
	display:block;
	text-align:center;
	line-height:50px;
	padding:0 20px;
	margin:0;
	border-right:1px solid #344559;
	border-left:1px solid #344559;
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;

	}



@media screen and (max-width: 500px){
	#about_us img, .about_us img {
		width:100%; height:auto;}
		}
		
		

.about_us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
}

.about_us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

.begin{
	width:100%;
	background-color:#f2f2f2;
	padding-top:70px;
	margin-top:-60px;
	}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p{
  color: #FFFFFF;
  font-size: 36px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 60px 0;
  text-align: center;
}


.joomla-skill {
	background-color:#2d7da4;
}

.html-skill {
  background-color:#6aa42f
}

.css-skill {
 background-color:#ffbd20
}

.wp-skill {
 background-color:#db3615
}


.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transform: rotate(360deg);
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}



.about_us .center .row > div a {
	width:105px;
	height:34px;
	border-radius:4px;
	border:1px solid #c5c5c5;
	color:#fff;
	display:block;
	margin-top:20px;
	line-height:32px;
	}

.about_us .center .row #huadong a{
	background-color:#e4007f;
	}
	
.about_us .center .row #huadong a:hover{
	color:#e4007f;
	background-color:#fff;
	border:1px solid #e4007f;
	}	
	
	
.about_us .center .row #huabei a{
	background-color:#74c085;
	}
	
.about_us .center .row #huabei a:hover{
	color:#74c085;
	background-color:#fff;
	border:1px solid #74c085;
	}		
	

.about_us .center .row #huanan a{
	background-color:#00a0e9;
	}
	
.about_us .center .row #huanan a:hover{
	color:#00a0e9;
	background-color:#fff;
	border:1px solid #00a0e9;
	}


.about_us .center .row #huaxi a{
	background-color:#955ac7;
	}
	
.about_us .center .row #huaxi a:hover{
	color:#955ac7;
	background-color:#fff;
	border:1px solid #955ac7;
	}


.about_us .diqubg01{
	background-color:#e4007f;
	padding:20px 0px;
	color:#fff;
	font-size:36px;
	font-weight:normal;
	}
	
	
.about_us .diqubg02{
	background-color:#74c085;
	padding:20px 0px;
	color:#fff;
	font-size:36px;
	font-weight:normal;
	}	

.about_us .diqubg03{
	background-color:#00a0e9;
	padding:20px 0px;
	color:#fff;
	font-size:36px;
	font-weight:normal;
	}	
	
.about_us .diqubg04{
	background-color:#955ac7;
	padding:20px 0px;
	color:#fff;
	font-size:36px;
	font-weight:normal;
	}	

.fix02{
	padding-top:20px;
	}
	
.fix03{
	padding-bottom:30px;}

.address01{
	width:100%;
	padding:0 20%;
	font-size:16px;
	}
	
.address01 table{
	width:100%;
	}
	
.address01 table tr td{
	line-height:26px;
	text-align:left
	}

.table_tr_fix01{
	width:8%;
	}
	

@media screen and (width:500px){
	.address01{ padding:0 1%;}
	}
	
/*************************
*******product******
**************************/

.chosenav{
	border-bottom:1px solid #cacaca;
	}

 .chosenav .container{
	padding:15px 0px 8px 30px;
	
	}
	
.chosenav .container .checkbox-inline{
	margin-right:15px
	}
	
.sechres{
	padding-left:30px;
	margin-top:12px;
	
	}	
	
.sechres span{
	color:red;
	padding:0 5px;
	}
	


.prductlistpic{ 
	padding:0;
	height:248px;
	border:1px solid #fff;
	 }

.prductlistpic li{
	list-style:none;
	display:block;
	}

.tupian{
	background-image:url(../images/product/vie_product.png);
	background-position:center;
	background-repeat:no-repeat;
	height:180px;
	}	
	
.tupian a{
	display:block;
	height:180px; 

	}


	
.zia{
	text-align:center;
	font-size:16px;
	}
	
	
.zia a{
	color:#4e4e4e;
	display:block;
	}
	  

.prductlistpic:hover{
	border:1px solid #c52d2f;
	}

.prductlistpic:hover .zia a{
	}	


.productbigpic{
	background-image:url(../images/product/big_product.png);
	width:360px;
	height:360px;
	border:1px solid #f2f2f2;
	float:left;
	}
  

.items{
	clear:right;  
	margin-left:15px;
	 } 
	 
.items li{
	list-style:none;
	margin-bottom:15px;
	}	 

.rongqi{
	padding:0 10%;
	}
	


	
.productbigpic{
	margin-right:40px;
	}
	
.items{
	font-size:16px;
	}	
	
.name{
	color:#c52d2f;
	font-size:24px;
	padding-bottom:15px;
	line-height:26px;
	text-align:left;
	text-align:-webkit-auto;
	}
	
.content{
	clear:both;
	margin-bottom:80px;
	padding-top:15px;

	}
	
.content ul {
	padding:0;
	}	
	
.content ul li{
	list-style:none;
	padding-bottom:20px;
	}	
	
.miaoshu{
	color:#c52d2f;
	font-size:24px;
	padding:20px 0;
	}


@media screen and (max-width: 500px){
	.MsoNormal img {
		width:100%; height:auto;}
		}

/*************************
*******news******
**************************/

@media screen and (max-width: 500px){
	.newscenter .center img {
		width:100%; height:auto;}
		}
.newscenter .center{
	margin:50px 0 0 0;
	}

.newscenter .row .mdl a i {
  position: absolute;
  bottom: 0;
  padding-left: 14px;
  margin: 0;
  background-color:#201316;
  opacity:0.9;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-size: 26px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.newscenter .row .mdl a i span {
  position: absolute;
  top:4px;
  right:30px;
  font-size:40px;
  font-weight:normal;
  
}

.newscenter .row .mdl a i{
	font-style:normal;
	padding-left:40px;
	}

.newscenter .row .mdl {
  padding: 0 13px;
  height:250px;
  margin-top: 11px;
}


.newscenter .row .mdl a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}


.newscenter .row .mdl a:hover i{
	background-color:#c52d2f;
	opacity:1;
	}

	

.newsDT{
	background-image:url(../images/news/newsDT.jpg);
	}
	

.newsCP{
	background-image:url(../images/news/newsCP.jpg);
	}
	
.newsMT{
	background-image:url(../images/news/newsMT.jpg);
	}


.listarea{
	padding:0;
	}

.listarea:last-child{
	border-bottom:1px dashed #bfbfbf;
	}

.listarea li{
	list-style:none;
	}

.listarea li i{
	border-top:1px dashed #bfbfbf;
	height:30px;
	line-height:30px;
	display:block;
	clear:both;
	}
	
.listarea li a:hover{
	color:red;
	}
	
.biaoti {
	font-size:30px;
	color:#4e4e4e;
	line-height:34px;
	}
	
	
.biaoti a{
	color:#4e4e4e;
	}
	
.biaoti span{
	font-size:18px;
	color:#000;
	float:right;
	font-weight:bold;
	}	


.yulan{
	margin:30px 0 10px 0;
	text-indent:32px;
	}


.yulan a{
	color:#4e4e4e;
	font-size:16px;
	clear:both;
	}
	
.xiangqing{
	font-size:16px;

		}

.xiangqing a{
	color:#0067b7;
	float:right;
	clear:both;
	text-decoration: underline;
	margin-bottom:30px;
	}
	
.fixfloat{
	clear:both;
	}	


.newscenter .container h1{
	color:#4e4e4e;
	text-align:center;
	font-size:30px;
	}

	
.newscenter .container p{
	font-size:16px;
	}

.newscenter .container h2{
	font-szie:18px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	}	

/*************************
*******footer******
**************************/

.threebtn{
	text-align:center;
	}

.threebtn a{
	display:inline-block;
	border:1px solid #0ba29b;
	font-size:30px;
	line-height:112px;
	color:#0ba29b;
	border-radius:10px;
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	width:240px;
	}


.threebtn .active a{
	color:#fff;
	background-color:#0ba29b
	}
	
.threebtn a:hover{
	color:#fff;
	background-color:#0ba29b
	}

	
.row .titel{
	font-size:36px;
	text-align:center;
	line-height:68px;
	color:#fff;
	}

.row .titel p{
	margin:35px 0px 20px 0px;
	background-color:#c92f2f;
	border-radius:6px;
	}	
	
.wenti {
	
	}
/*************************
*******fenye******
**************************/

.fenye .pagination>.active{
	background-color:#c52d2f; 
	border-radius:4px;
	}
	
.fenye .pagination>.active a{
	background-color:#c52d2f;
	border:1px solid #c52d2f
	}

.fenye .pagination a{
    border-color:#eaeaea;
	border-radius:4px;
	margin:0 4px;
	}

.fenye .pagination li>a:hover{
	background-color:#c52d2f;
	border-color:#c52d2f;
	color:#fff;
	}

.fenye .pagination>.disabled a:hover{
	background-color:#fff;
	color:#999;
	border:1px solid #eaeaea
	}
/*************************
*******footer******
**************************/







#footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}


#footer a {
  color: #4e4e4e;
}

#footer a:hover {
  color: #0C72BC;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
  font-size:12px;
  padding-right:30px;
  padding-left:10px;
  border-right:1px solid #bfbfbf;
  margin-bottom:10px;
}


#footer ul > li:last-child{
	 border:none;
	 }

.font12{
	font-size:12px;
		}

.black01{
	 color:#4E4E4E
	 }
	 
.black02{
	 color:#7a7a7a
	 }
	
	
#footer .container>div{
	text-align:center;
	}
	
	
	
	
	
	
	
	
/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/contact/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}



.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area img{
	margin-top:60px;
	}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-size: 20px;
  color:#c52d2f;
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: normal;
}

.form-group .form-control {
  padding: 7px 12px;

  box-shadow: none;
}

textarea#message{
  resize: none;
  padding:10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}


@media screen and (width:500px){
	.rongqi div ul{ padding-left:0px;}
	}