/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
*/


/*************************
*******Typography******
**************************/

*{padding: 0px; margin: 0px;}

body {
  position: relative;
  background: url('../images/BG_Pages.jpg') no-repeat top center #fff;
  font-family: "Microsoft YaHei",Arial,sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Microsoft YaHei",Arial,sans-serif;
}

h1{
  font-size: 36px;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #01acf1;
  -webkit-transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -o-transition:  color 500ms, background-color 500ms;
  transition:  color 500ms, background-color 500ms;
}

a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:active{
  color: #fff;
}



div,span,li,dd,dt,p,a{font-family: "Microsoft YaHei",Arial,sans-serif;}

.row{
  padding: 0px;
  margin: 0px;
}

.btn {
  color: #c52d2f;
  -webkit-transition: color 600ms, background-color 600ms;
  -moz-transition: color 600ms, background-color 600ms;
  -o-transition:  color 600ms, background-color 600ms;
  transition:  color 600ms, background-color 600ms;
}

.btn:hover {
  color: #fff;
}

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: #d8ac16;
  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);
}


.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 10px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {

}

#main-box{
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

#main-nav{
  margin-top: 10px;
  background: url('../images/BG_MainMenu.jpg') repeat-x top;
  max-height: 40px;
  border-radius: 5px;
}

.section-heading{
  display: block;
  width: 100%;
  padding: 0px 0px 8px 0px;
  color: #454545;
}

.main-show-box{
  float: left;
  display: block;
  width: 100%;
  padding: 10px 10px 25px 10px;
  background-color: #fff;
  border: 0px;
  border-radius: 5px;
  margin-top: 138px;
}

.center {
  text-align: center;
  padding-bottom: 1px;
}

.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******
**************************/
header{
  position: absolute;
  z-index: 1000;
}

#header-box{
  width: 100%;
  height: 78px;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0,0,0,0.35);
}
.header-logo{
  padding: 12px 10px 0px 15px;
}
.header-logo img{
  max-width: 100%;
}

#channel-header-box{
  width: 100%;
  height: 78px;
  padding: 0px;
  margin: 0px;
  background: url("../images/BG_Header.png") repeat-x top;
  border: 0px;
  border-radius: 0px;
}

#channel-content{
  padding: 138px 0px 30px 0px;
}

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}


#search-area{
  float: right;
  width: 300px;
  height: 80px;
  background-color: rgba(255,255,255,0.5);
  border: 0px;
  border-radius: 0px 0px 5px 5px;
}
#search-title{
  display: block;
  padding: 10px 0px 3px 10px;
  text-align: left;
  color:#1f89c4;
  font-size: 16px;
}


.home-title-1{
  padding:8px 0px 0px 15px;
  height: 52px;
  overflow: hidden;;
}
.home-left-list{
  background: url("../images/BG_Flower.png") no-repeat bottom right #ededed;
  border: 0px;
  border-radius: 0px 0px 0px 10px;
  padding: 0px;
  min-height: 204px;
}

.home-right-list{
  background: #ededed;
  border: 0px;
  border-radius: 0px 0px 10px 0px;
  padding: 8px 5px 5px 10px;
  min-height: 204px;
  line-height: 20px;
  color: #343434;
  font-size: 12px;
}

.content-title{
  height: 52px;
  overflow: hidden;
  padding: 10px 0px 0px 5px;
  background: url("../images/BG_TitleLine.png") no-repeat bottom left;
  background-size: 100%;
}
.content-area{
  padding: 10px 5px 10px 5px;
  color: #343434;
  font-size: 14px;
  line-height: 21px;
}

.child-nav{
  list-style: none;
}
.child-nav li{
  border-bottom: 1px dashed #d51419;
  padding: 0px;
}
.child-nav li a{
  display: block;
  padding: 10px 0px 7px 15px;
  color: #434343;
  font-size: 1em;
  background-color: transparent;
}
.child-nav li a:hover{
  color: #fff;
  background-color: rgba(94,176,222,0.5);
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}


.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.nav-top{
  padding: 4px 0px 5px 0px;
  line-height: 20px;
}
.nav-top li a{
  display: block;
  padding: 0px 10px 0px 10px;
}

.nav-bar {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.navbar-inverse{
  background-color: transparent;
}

.navbar-nav{
  margin-top: 0px;
}

.navbar-nav>li.nav-unit{
  margin-left: 0px;
  padding-bottom: 0px;
}
.navbar-inverse .navbar-nav > li.nav-unit > a {
  padding: 9px 0px 7px 0px;
  margin: 0;
  border-radius: 0px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  font-size: 1.2em;

  width: 169px;
  text-align: center;
}

.navbar-inverse .navbar-nav > li.nav-unit > a:hover{
  color: #fff;
  background-color: #01acf1;
}

.navbar-inverse .navbar-nav > li.nav-unit > a.active{
  color: #fff;
  background-color: rgba(255,255,255,0.3);
}

.navbar-nav>li.nav-split{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 2px;
  height: 40px;
  overflow: hidden;
  background: url("../images/MainMenuSplit.png") no-repeat top center;
}
.navbar-nav>li.nav-split img{
  width: 2px;
  height: 100%;
}

.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: #72b9ef;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(255,255,255,1.0);
  -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: 10px 10px 10px 10px;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
  width: 180px;
}
.navbar-inverse .navbar-nav .dropdown-menu .dropdown-menu-unit {
  padding: 5px 10px 5px 10px;
}
.dropdown-menu-unit a{
  display: block;
  -webkit-transition: all ease-in-out 400ms;
  -moz-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}
.dropdown-menu-unit a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 5px 15px 3px 5px;
  color: #454545;
}

.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: #01acf1;
  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: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
  padding-bottom: 10px;
}

.no-margin {
  margin: 0px;
}
.no-padding{
  padding: 0px;
}

#main-slider .carousel .carousel-content {
  margin-top: 0px;
}

#main-slider .carousel .slide-margin{
  margin-top: 0px;
}

#main-slider .carousel h2 {
  font-size: 1.3em;
  line-height: 1.5em;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;

  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}
#main-slider .carousel .btn-slide:hover {
  background: #fed136;
}

#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: 650px;*/
  -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%;
  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;
  background-color: rgba(255, 255, 255, 0.1);
}

#main-slider .prev:hover,
#main-slider .next:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.4);
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 8px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:hover {
  background: rgba(255, 255, 255, 0.3);
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 12px;
  height: 12px;
  background-color: #01acf1;
  margin: 0 8px 0 0;
  border: 1px solid #01acf1;
  position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #01acf1;
  border: 1px solid #01acf1;
  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;
}

/*******************/








/* ********************************* */
#home-content-left{
  float: left;
  width: 250px;
}
#home-content-center{
  float: left;
  width: 680px;
  padding: 0px 32px 0px 32px;
}
#home-content-right{
  float: left;
  width: 250px;
}


#small-carousel{
  width: 100%;
  padding-top: 10px;
}


.pObj{
  width: 100%;
  max-width: 221px;
}

#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 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;
}


.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
  padding-right: 1px;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 0px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #e1e1e1;
  color: #666;
  border-radius: 5px 5px 0px 0px;
  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: #97c620;
  color:#fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #01acf1;
  position: relative;
}

/* 最后一个tab多一个右箭头
.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 #dedede;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
  background-color: #fff;
  border:1px solid #eee;
  border-radius: 0px 10px 10px 10px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}



/*************************
********* Channel Page CSS ******
**************************/
.comm-channel {
  margin-top: 110px;
  margin-bottom: 0px;
}

.comm-channel h2,
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.comm-channel p {
  color:#4e4e4e;
}


.child-menu{
  list-style: none;
}
.child-menu-title{
  margin: 0px;
  padding: 0px;
  background-color: #313131;
}
.child-menu-unit{
  border-bottom: 1px solid #acacac;
}
.child-link{
  display: block;
  padding: 7px 0px 1px 5px;
  font-size: 14px;
  color: #343434;
}
.child-link:hover{
  color: #c00000;
  background-color: #eee;
}

.child-link-active{
  display: block;
  padding: 7px 0px 1px 5px;
  font-size: 14px;
  color: #c00000;
  background-color: #eee;
}
.child-link-active:hover{
  color: #cc0000;
  background-color: #dedede;
}


/*************************
********* Channel Content ******
**************************/
.lead-link{
  padding:10px 5px 0px 0px;
}

.channel-title{
  padding: 15px 0px 5px 5px;
  background: url('../images/bg-channel-title.gif') no-repeat bottom left;
  font-size: 1.4em;
  color: #333;
}

.content-detail{
  padding: 10px 0px 35px 5px;
  line-height: 1.5em;
  font-size: 1em;
  color: #343434;
  min-height: 400px;
}
.content-detail img{
  max-width: 100%;
}




/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2,
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#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;
}


.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.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: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}


.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;
}


.footer {
  float: left;
  padding: 10px 0px 30px 0px;
}



/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  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;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}


/*************************
********* Contact Us CSS ******
**************************/

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}


ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #c52d2f !important;
  border-color: #c52d2f !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#c52d2f;
  color: #fff;
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/******************
 recent-work css
 ******************/
#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;
}


/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: rgba(85, 172, 238, 0.9);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.overlay:hover {
  text-decoration: none;
}
.overlay span {
  position: absolute;
  display: block;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  line-height: 1x;
  color: #ffffff;
  margin-top: -8px;
  margin-left: -8px;
  text-align: center;
}
.overlay-container:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #c52d2f;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding: 0px;
  height: 50px;
  overflow: hidden;
  background: url("../images/BG_Footer.jpg") repeat-x top;
  border: 0px;
  border-radius: 5px;
}

#footer a {
  color: #d1e5f3;
}

#footer a:hover {
  color: #fff;
}


.footer-left{
  padding-top: 13px;
  font-size:14px;
  color: #86c2e4;
}
.footer-right{
  padding-top: 13px;
  font-size:14px;
  color: #cae8f9;
}

.bg-grey{
  background: #f2f2f2;
}
.bg-light{
  background-color: #fff;
}
.bg-dark{
  background-color: #212121;
}

/* team-member */
.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  margin: 0 auto;
  border: 4px solid #eee;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}



ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #222;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}


.text-muted {color: #888;}
.text-light {color: #fff;}
.text-grey {color: #ddd;}
.text-dark {color: #454545;}
.text-light-blue {color:#01acf1;}

.text-notice {color: #c00;}
.text-border {font-weight: bold;}

.text-comm{font-size: 0.7em;}
.text-comm-more{font-size: 1em;}
.text-bigger{font-size: 1.4em; line-height: 1.8em;}
.text-big{font-size: 2em;}

.padding-top-add{padding-top: 4px;}
.padding-bottom-add{padding-top: 2px;}


.img-circle-link{
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
.img-circle-link .img-circle-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: rgba(1,172,241,.7);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  border: 4px solid #efefef;
}
.img-circle-link .img-circle-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.img-circle-link .img-circle-hover .img-circle-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}



.img-cover-link{
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.img-cover-link .img-cover-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: rgba(1,172,241,.7);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  border: 0px solid #fff;
}
.img-cover-link .img-cover-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.img-cover-link .img-cover-hover .img-cover-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -30px;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
}

.img-cover-link .img-cover-hover-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  filter: alpha(opacity=100);
  background: url("../images/BG_WhithToAlpha.png") repeat-x;
  background-position: 0px 0px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  border: 0px;
  padding-top: 440px;
}
.img-cover-link .img-cover-hover-2:hover {
  background-position: 0px -200px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  padding-top: 250px;
}
.img-cover-link .img-cover-hover-content-2 {
  width: 100%;
  height: 20px;
  text-align: center;
  color: #454545;
}

.home-about-unit{
  width: 376px;
  height: 500px;
  overflow: hidden;
}
.home-title-line{
  display: block;
  margin: 0 auto;
  width: 214px;
  padding: 10px 0px 7px 0px;
  font-size: 1.6em;
  color: #454545;
  border-bottom: 3px solid #70bc38;
}
.home-about-shortcut{
  display: block;
  font-size: 1.1em;
  line-height:1.4em;
  color: #555;
  text-align: center;
  padding: 15px 10px 10px 15px;
}


.media-left{
  float: left;
  text-align: left;
  padding-right: 10px;
}

a{
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

a.link-color-1{color:#454545;}
a.link-color-1:hover{color:#2b8fcf;}
a.link-color-2{color:#bbb;}
a.link-color-2:hover{color:#fff; background-color:transparent;}
a.link-color-3{color:#a2c2e3;}
a.link-color-3:hover{color:#fff; background-color:transparent;}
a.link-color-4{color:#01acf1;}
a.link-color-4:hover{color:#fff; background-color:transparent;}
a.link-color-4.active{color:#c00;}
a.link-color-5{color:#fff;}
a.link-color-5:hover{color:#9ad8eb;}

a.link-lead{color:#454545;}
a.link-lead:hover{color:#2b8fcf;}

a.link-img{}
a.link-img:hover{opacity: 0.5;}

a.link-child{color:#454545; border-bottom: 1px solid #eee;}
a.link-child:hover{color:#2b8fcf;}
a.link-child-on{color:#454545; border-bottom: 1px solid #eee;}
a.link-child-on:hover{color:#2b8fcf;}


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: #00adef;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:1;
}

.social_icons .icon-rotate {
  background: #fff;
}
.social_icons .icon-rotate:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-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;
}





.border-comm{
  padding: 1px;
  border:1px solid #d6d6d6;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
.border-comm:hover{
  border:1px solid #c00;
}
.border-bottom{
  padding: 1px;
  border-bottom:1px solid #eee;
}
.th-border-bottom{
  border-bottom: 2px solid #333;
}


.product-unit-title{
  display: block;
  width: 100%;
  padding: 5px 0px 0px 5px;
}


/* portfolio-modal */
.portfolio-modal{
  overflow-x: hidden;
  text-align: center;
}

.portfolio-modal .modal-content {
  padding: 100px 0px 100px 0px;
  width: 90%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}

.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Microsoft YaHei",Arial,sans-serif;
  font-size: 16px;
  font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover {
  opacity: .3;
}

.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #222;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}



.modal-body div, .modal-body p{
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

.media-body span{
  display: block;
  width: 100%;
  font-size: 10px;
  color: #555;
}



.img-link{
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;

  transition:opacity 0.8s;
  -moz-transition:opacity 0.8s; /* Firefox 4 */
  -webkit-transition:opacity 0.8s; /* Safari and Chrome */
  -o-transition:opacity 0.8s; /* Opera */
}
.img-link:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.7;
}




#fit-header{
  height: 30px;
}

.full-size{width: 100%;}
.full-size-area img{width: 100%;}
.max-full-size-area img{max-width: 100%;}

.set-header-space{
  padding-top: 140px;
}

.channel-img{
  width: 100%;
  border: 3px solid #eee;
}
.channel-img-to-top{
  margin-top: -25px;
}



#concert-title{
  position: absolute;
  top:299px;
  opacity: 0.0;
  zoom: 250%;
  z-index: 100;
}

#concert-detail{
  position: absolute;
  top:299px;
  opacity: 0.0;
  color: #fff;
  font-size: 2.5em;
  font-family: "Microsoft YaHei",Arial,sans-serif;
  text-shadow: 1px 1px 1px #333;
  z-index: 101;
}

.contentText{float:left; padding:0px 0px 15px 0px; text-align:left; line-height:20px; font-size:14px; color:#444;}
.contentText img{width: expression(this.width > 970 ? 970: true); max-width:970px;} /*限制图片最大宽度*/

.caseUL{float:left; width:100%; text-align:left; list-style:none; margin:0px; padding:0px; display:block; border-bottom:1px dashed #bcbcbc;}
.caseLi_Text{float:left; width:737px; text-align:left; margin:0px; list-style:none; display:block; padding:5px 0px 3px 5px; line-height:18px; font-size:12px;}
.caseLi_Time{float:left; width:70px; text-align:right; margin:0px; list-style:none; display:block; padding:6px 0px 3px 0px; line-height:18px; font-size:11px; color:#6c625a;}

#infoSubhead{
  padding: 10px 0px 10px 40px;
}

#last-product-show{
  text-align: left;
}
#last-product-show a{

}



.comm-padding-top{
  padding-top:20px;
}

.comm-padding-bottom{
  padding-top:30px;
}

.comm-padding-right-10{
  padding-right:10px;
}
.comm-padding-bottom-10{
  padding-bottom:10px;
}

#nav-left{
  position: fixed;
  width: 20px;
  height: 100px;
  top: 65%;
  right: 20px;
  z-index: 1000;
}

header,section,footer{
  min-width: 1200px;
}

.panel-body{
  padding-top: 10px;
  padding-bottom: 7px;
  line-height: 23px;
}

.tdTitle{font-size:12px; font-weight:bold; text-align:left; padding-left:5px;}
.tdText{font-size:12px; text-align:left; padding:3px;}
.commInput{border:0px; border-bottom:1px solid #aaa; background-color:transparent; padding:3px 5px 2px 5px; text-align:left; color:#454545; font-size:16px;}
.commInput-short{width:80px;}
.commInput-middle{width:45%;}
.commInput-long{width:98%;}
.txtNotic{font-weight:bold; color:#c00;}
.btnComm{font-weight:bold; padding:3px 15px 2px 15px; cursor:pointer; font-size:16px; color:#454545;}
.btnComm:hover{color:#c00;}