body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	font-family:"Century Gothic",system, Arial, Verdana, Tahoma,"Microsoft YaHei" ! important;
	color: #333;
}
h1 {
	font-size: 46px;
	font-weight: 600;
	color: #EEEEEE;
}
h2 {
	font-size: 26px;

}

.lead-h2 { font-size:26px; text-align:center; color:#000;}

h3 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 26px;
}
h4 {
	font-size: 16px;
}
a {
	color: #ED9812;
	-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: #d9890b;
}
p 
{
    'Open Sans', sans-serif
    }
ul, ol {
	list-style: none;
}
ul {
	padding: 0;
	margin: 0;
}
hr {
	width: 100px;
	border-top: 4px solid #ED9812;
}
.btn-primary {
	padding: 8px 20px;
	background: #ED9812;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	background: #db8c0f;
	outline: none;
	box-shadow: none;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.center h2, .top-center h2 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 20px;
	color:#000;
}
.center h3 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 20px;
	color:#4e4e4e;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 40px 0;
}
.center {
	text-align: center;
	padding-bottom: 25px;
}
.top-center {
	background-color: #eeeeee;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;

}
.lead {
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}
 @-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******
**************************/
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.navbar>.container .navbar-brand {
	margin-left: 30px;
	margin-top: -5px;

}
.navbar>.container .navbar-brand img 
{
     width:126px;
	 height:45px;
    }

.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #151515;
	padding: 5px 0;
	padding-top: 15px;
}

.navbar-nav>li {
	margin-left: 35px;
}
.navbar-nav>li.dropdown 
{
     cursor:pointer;
    }

.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
	font-size:15px;
	font-family:"Microsoft YaHei" ! important;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #ED9812;
	color: #222;
}
.navbar-inverse {
	border: 0;

}
.navbar-inverse .navbar-brand {
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
}
.navbar-inverse .navbar-brand i.fa {
	color: #ED9812;
}
.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: #333;
	color: #fff;
}
/*************************
*******Home Page******
**************************/
#main-slide .item img {
	width: 100%;
	min-height:400px;
    min-width:1020px;
}
#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .item.active .slider-content .logo {
	color: #ffffff;
	display:block;
	width:1140px;
	margin:0 auto;
    letter-spacing:10px;
    font-family:"MingLiU","STHeiti Light [STXihei]";

}
#main-slide .slider-content {
	top: 60%;

	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slide .carousel-indicators {
	bottom: 30px;
}

#main-slide .fa 
{
     font-size:100px;
     margin-top:50px;
    }
.carousel-indicators li {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
#main-slide .carousel-control.left span {
	padding: 15px;
}
#main-slide .carousel-control.right span {
	padding: 15px;
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
	left: 0;
}
#main-slide .carousel-control .fa-angle-right {
	right: 0;
}
#main-slide .carousel-control i {
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .slider-content .col-md-12 
{
    padding:0;
    }
#main-slide .slider-content h2 {
	font-size: 45px;
    padding:30px 0;
    padding-right:70px;
    background-color: rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	text-align:right;


}
#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
	color: #fff;
}
#main-slide .slider-content h3 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 40px;
	text-align: center;
	color: #eee;
}
.slider.btn {
	padding: 6px 20px;
	margin-top: 60px;
	font-size: 16px;
	line-height: 28px;
	border: 0;
	color: #fff;
	background-color: rgba(243,156,18,0.8);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}
.slider.btn:hover {
	background-color: rgba(243,156,18,1);
}
.slider.btn:focus, .slider.btn:active:focus, .slider.btn:active:hover {
	outline: none;
}
#feature {
	background: #ffffff;
	padding-bottom: 0px;
}
#feature a {
	color: #ED9812;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#feature a:hover {
	color: #444;
}
#feature .btn-primary:hover {
	margin-top: 40px;
	padding: 8px 120px;
	background: #f2f2f2;
	color: #666;
	border-radius: 10px 10px 0 0;
	border: 0;
	box-shadow: 0 -10px 10px #ddd;
}
#inner-page {
	background: #f8f8f8;
	padding-bottom: 0;

}
.features {
	padding: 0;
	padding-top:30px;
}


.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
}
.feature-wrap h2 {
	margin-top: 10px;
	font-size:18px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i.fa {
	font-size: 40px;
	height: 80px;
	width: 80px;
	margin: 3px;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	background: #ffffff;
	border:1px solid #ED9812;
	color:#ED9812;
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 2px;
}
#recent-works {
	padding-bottom: 40px;
	 background-color:#f2f2f2;
	 
}
#recent-works .row 
{
     margin-top:30px;
    }
.recent-work-wrap {
	position: relative;
}
#recent-works .readmore {
	color: #ED9812;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#recent-works .readmore:hover {
	color: #444;
}
.recent-work-wrap img {
	width: 100%;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}
.overlay h3 {
	margin: 10px 0;
    line-height:150px;
	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-color: rgba(237, 152, 18, 0.6);
	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 p 
{
    color:#000;
    }
.recent-work-wrap .overlay .fa
{
     color:#fff;
     font-size:40px;
    }  
    
.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;
}
/* Testimonials Section */
#testimonials {
	background: url(../images/testimonial-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 80px 0;
}
#testimonials H2 {
	color: #fff;
}
#testimonial {
	padding: 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 500;
	margin: 0 0 40px 0;
	color: #ddd;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #FFFFFF;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #ED9812;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #ED9812;
}
#middle {
	background: #ffffff;
	padding-bottom:60px;
}
#middle .readmore {
	color: #ED9812;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
	width:100%;
	text-align:center;
}
#middle .readmore:hover {
	color: #444;
}
#middle h3,#get-started h3,.about-us h3
{
    text-align:center;
	color: #4e4e4e;
	font-size: 26px;
	font-weight: 100;
	color:#000;
}
#middle img {
	width:50px;
	height:50px;
	float:left;
	margin-right:20px;
}
#middle .media-body h3 
{
    text-align:left;
	color: #000;
	font-size: 16px;
	font-weight:600;

}
#middle .row .col-sm-6 
{
     margin-top:30px;
    }
#logo-case 
{
    padding:40px 0;
    background-color:#f7f7f7;
    }
#logo-case .container h3 {
  text-align: center;
  color: #4e4e4e;
  font-size: 26px;
  font-weight: 100;
  color: #000;
}
#logo-case .container .row 
{
 
    }    
    
#logo-case .container .row .col-md-2 
{
    width:19%;
    background-color:#ffffff;
    margin:5px 0.5%;
    padding:20px 30px;
    
    }    
       
#logo-case .container .row .col-md-2 img 
{
   display:block; 
   margin:0 auto;
    }    
    
    
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #ebebeb;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #f1f1f1;
	color: #4e4e4e;
}
.panel-body {
	padding: 0;
	 background-color:#ffffff;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 8px;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4e4e4e;
	font-size: 14px;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active .panel-title>a {
	color: #4e4e4e;
}
a.accordion-toggle i.fa {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active a.accordion-toggle i.fa {
	color: #4e4e4e;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel-heading.active a.accordion-toggle.collapsed i.fa {
	color: #fff;
}
#get-started {
	padding: 50px 0 60px 0;
	text-align: center;
	background: #fff;
	border-top: 1px solid #fff;
}
/*************************
********* About Us Page CSS ******
**************************/

.about-us {
	padding: 30px 0;
}

.about-us p {
	color: #4e4e4e;
}

/*************************
********* Portfolio CSS ******
**************************/
.portfolio-items {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}
.portfolio-filter 
{
    list-style: none outside none;

	padding: 0;
    }
.portfolio-filter > li {
	display: inline-block;
}
.portfolio-filter > li a {
	color: #333;
padding: 5px 3px;
margin-bottom: 10px;
display: block;
float: left;


}
.portfolio-filter > li .cid:hover
{
     border:inherit;
     background:inherit;
     color:#ED9812;
    }

.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #ED9812;

}
.portfolio-filter .btn-default.active.focus, .portfolio-filter .btn-default.active:focus, .portfolio-filter .btn-default.active:hover, .portfolio-filter .btn-default:active.focus, .portfolio-filter .btn-default:active:focus, .portfolio-filter .btn-default:active:hover {
	color: #fff;
	background-color: #ED9812;
	border-color: #ED9812;
	outline: 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: 15px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/**************************
********* Pricing Table CSS *
**************************/
.pricing-tables {
	padding: 40px 0 80px 0;
	text-align: center;
}
.pricing-tables .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
}
.pricing-tables .pricing-table:hover {
	z-index: 2;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.pricing-tables .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}
.pricing-tables .pricing-table.highlight-plan .plan-name {
	background-color: #ED9812;
	padding: 25px 0;
	border-radius: 8px 8px 0 0;
}
.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup {
	background-color: #ED9812;
	padding: 30px 0;
	border-radius: 0 0 8px 8px;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
	border-color: #fff;
	color: #fff;
}
.pricing-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	border-bottom: 1px solid #eee;
}
.pricing-table .plan-name h3 {
	font-weight: 700;
	color: #666;
	font-size: 22px;
}
.pricing-table .plan-price {
	padding: 25px 0;
}
.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #666;
}
.pricing-table .plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}
.pricing-table .plan-price .interval {
	line-height: 14px;
	color: #999;
	font-size: 13px;
}
.pricing-table.btn-system.border-btn {
	border-color: #f8ba01;
	color: #f8ba01;
}
.pricing-table .plan-list li {
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}
.pricing-table .btn-system {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	background-color: #ED9812;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.pricing-table .btn-system:hover, .pricing-table .btn-system.border-btn:hover {
	background-color: #c27c0e;
}
.pricing-table .btn-system:last-child {
	margin-right: 0;
}
.pricing-table .btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.pricing-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}
.pricing-table .plan-signup {
	padding: 25px 0;
}
.pricing-table .plan-signup a {
	text-transform: uppercase;
}
/*************************
********* Contact Us CSS ******
**************************/

#contactForm .text-danger {
	color: #ff3333;
}
.contact_top {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	border-bottom: 2px solid #fff;
}
.contact_details {
	padding: 20px;
	text-align: center;
}
.contact_details i {
	color: #ED9812;
}
.contact_details p {
	padding: 20px 0;
}

.weixin 
{     
    display:block;
    width:30px; height:30px;
    margin: 0 auto;
     background-image:url(../images/icon/weixin2.png);
    }

.weibo 
{
    display:block;
    width:30px; height:30px;
    margin: 0 auto;
     background-image:url(../images/icon/weibo2.png);
    
    }

.form-group .form-control {
	padding: 2px 12px;
	border-color: #ddd;
	box-shadow: none;
	border:none;
	border-radius: inherit;
}
.form-group label {
	font-weight: 500;
	text-align: left;
  display: block;
  width: 100%;
  color:#ED9812;
}
textarea#message {
	resize: none;
	padding: 10px;
	height: 185px;
}

textarea.form-control 
{
     border:none;
     margin-bottom:20px;
    }
/***********************
********* Footer ******
************************/
#footer {

	padding-bottom: 0px;
	color: #aaa;
	background: #2e2e2e;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #ED9812;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul > li {
	display: inline-block;
	margin-left: 15px;
}
#footer .col-sm-6 { text-align:center; font-size:13px;  line-height:3;}

#footer .col-sm-12 span { display:block; float:right; font-size:12px; }
.follow-us {
	margin-top: -3px;
	text-align: center;
}

.follow-us a img 
{
     margin:10px 5px;
 
    }
.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width:28px;
	height: 28px;
	border: 2px solid #999;
	border-radius: 50%;
	color: #999;
	margin: 5px;
}
a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
	text-decoration: none;
	color: #ED9812;
	border-color: #ED9812;
}


/* °Í¿ûÌí¼Ó */

#myTab {  width: 201px;margin: 0 auto; margin-top:-20px; border-bottom: none;}
#myTab a {border:none; background-color: inherit;}
#myTab .active a { color:#000;}
#vidio li a {color:#333; padding:5px 3px;  display:block; float:left; }
#vidio li a:hover { color:#ED9812; background:inherit;}
#vidio .active a {color:#ED9812; border:none; padding:5px 3px;display:block; float:left; }

#recent-works .container ul li span  
{
     padding-left:10px;
  float:left;
      padding: 3px 3px;
    }
#recent-works .container ul li:first-child  span
{
     display:none;
    }     

#vidio_diy { margin-bottom:20px;}
#vidio_diy .tab-pane ul li a { padding:5px 10px; font-size:13px; margin-top: 5px;
 font-style:italic; font-weight:600;
  margin-bottom: 5px;}
#vidio_diy .active ul {}
#vidio_diy .active ul li.active a {color: #fff;
background: #ED9812;
border: none;
box-shadow: none;
-webkit-box-shadow: none;

font-weight: 600;
margin-left: 10px;
text-transform: uppercase;
border-radius: 3px;

 }
 
#inner-page section { background-color:#fff;
                       padding-top:40px;
                      }

#get-started .row .col-md-6 h4
{
  font-size:24px;
  text-align:left;
   margin-top:0;
    }                    
#get-started .row .col-md-6 span   
{  width:93px;
    display:block;
  text-align:left;   
  font-size:10px;
  border-bottom:2px solid #ED9812
    }                   
#get-started .row .col-md-6 p 
{
   text-align:left;  
   padding:10px 20px;
   font-family:"Microsoft YaHei";
   
    }                      
#get-started .row p 
{
     line-height:28px;
    }
#get-started .row .col-md-12 img 
{
     width:20px;
     height:20px;
     margin-right:10px;
     margin-top:-5px;
    }
#get-started .row .col-md-12 .jobs-box  
{
    margin-bottom:20px;
       text-align:left;
    }  
.full-width .container .col-md-6 .jobs-box 
{

    margin-top:20px;
    color:#f2f2f2;
    }   

.full-width .container .col-md-6 .jobs-box p
{
     color:#4e4e4e;
     font-size:14px;
     text-align:center;
      }

.full-width .container .col-md-6 .jobs-box p i 
{
     font-size:18px;
     font-style: normal;
     color:#ED9812;
     font-weight:600;
    }
    
#get-started .row .col-md-6 .form-group    
{
     margin:0;
     padding:5px 20px;
    }
    
#get-started .row .col-md-12 .form-group 
{
     width:50%; margin:15px auto;
    }  
.recent-work-wrap .case-h3 
{
     position:absolute;
     top:35%;
    opacity: 0.6;
     display:block;
     width:100%;
     text-align:center;
     color:#fff;
     font-size:26px;
     font-weight:100;

      line-height:40px;
    }       
.recent-work-wrap i 
{
    display:block;
     font-size:86px;
     position:absolute;
     top:35%;
     width:100%;
     text-align:center;
     color:#ED9812;
     opacity: 0.6;
    }       


#recent-works .collapse.in  
{
     margin:270px 2px 60px 2px;
      background-color:#f2f2f2;
    }
.panel-body h4 
{
  width:100%;
  text-align:center;
  font-size:26px;   
  line-height:60px;
    }   
.panel-body p 
{
    width:80%;
     margin:20px auto;
     color:#000;
     text-align:center;
    }    

.panel-body span.nav-close   
{

     display:block; 
         padding: 25px;
         float:right;
     
    }


.full-width 
{
    width:100%;
    background-color:#fff;
    padding-bottom:50px;
    padding-top:20px;
    }
    
.full-width .about-us h3 
{
 
    }
.full-width .about-us p 
{
  
       line-height:28px;
       text-align:left; 
    }
    
.about-us img 
{
     margin:0; padding:0;
    }    

#time1
{
    position:relative;
    animation:myfirst 2s;
-moz-animation:myfirst 2s; /* Firefox */
-webkit-animation:myfirst 2s; /* Safari and Chrome */
-o-animation:myfirst 2s; /* Opera */

    }
@keyframes myfirst

{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-o-keyframes myfirst /* Opera */
{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}  

#time2
{
    position:relative;
    animation:mysec 3s;
-moz-animation:mysec 3s; /* Firefox */
-webkit-animation:mysec 3s; /* Safari and Chrome */
-o-animation:mysec 3s; /* Opera */

    }
@keyframes mysec

{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-moz-keyframes mysec /* Firefox */
{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-webkit-keyframes mysec /* Safari and Chrome */
{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-o-keyframes mysec /* Opera */
{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}  

#time3
{
    position:relative;
    animation:mythird 3s;
-moz-animation:mythird 3s; /* Firefox */
-webkit-animation:mythird 3s; /* Safari and Chrome */
-o-animation:mythird 3s; /* Opera */

    }
@keyframes mythird

{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-moz-keyframes mythird /* Firefox */
{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-webkit-keyframes mythird /* Safari and Chrome */
{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-o-keyframes mythird /* Opera */
{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
} 


#time4
{
    position:relative;
    animation:myfoth 2s;
-moz-animation:myfoth 2s; /* Firefox */
-webkit-animation:myfoth 2s; /* Safari and Chrome */
-o-animation:myfoth 2s; /* Opera */

    }
@keyframes myfoth

{
0%   {right:-100px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-moz-keyframes myfoth /* Firefox */
{
0%   {right:-100px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-webkit-keyframes myfoth /* Safari and Chrome */
{
0%   {right:-100px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-o-keyframes myfoth /* Opera */
{
0%   {right:-100px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
} 



#time5
{
    position:relative;
    animation:myfifth 2s;
-moz-animation:myfifth 2s; /* Firefox */
-webkit-animation:myfifth 2s; /* Safari and Chrome */
-o-animation:myfifth 2s; /* Opera */

    }
@keyframes myfifth

{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-moz-keyframes myfifth /* Firefox */
{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-webkit-keyframes myfifth /* Safari and Chrome */
{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-o-keyframes myfifth /* Opera */
{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}  

#time6
{
    position:relative;
    animation:mysixth 3s;
-moz-animation:mysixth 3s; /* Firefox */
-webkit-animation:mysixth 3s; /* Safari and Chrome */
-o-animation:mysixth 3s; /* Opera */

    }
@keyframes mysixth

{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-moz-keyframes mysixth /* Firefox */
{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-webkit-keyframes mysixth /* Safari and Chrome */
{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-o-keyframes mysixth /* Opera */
{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}  

#time7
{
    position:relative;
    animation:mysevth 3s;
-moz-animation:mysevth 3s; /* Firefox */
-webkit-animation:mysevth 3s; /* Safari and Chrome */
-o-animation:mysevth 3s; /* Opera */

    }
@keyframes mysevth

{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-moz-keyframes mysevth /* Firefox */
{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-webkit-keyframes mysevth /* Safari and Chrome */
{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-o-keyframes mysevth /* Opera */
{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
} 


#time8
{
    position:relative;
    animation:myeith 2s;
-moz-animation:myeith 2s; /* Firefox */
-webkit-animation:myeith 2s; /* Safari and Chrome */
-o-animation:myeith 2s; /* Opera */

    }
    
@keyframes myeith

{
0%   {right:-100px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-moz-keyframes myeith /* Firefox */
{
0%   {right:-100px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-webkit-keyframes myeith /* Safari and Chrome */
{
0%   {right:-100px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-o-keyframes myeith /* Opera */
{
0%   {right:-100px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
} 




#time9
{
    position:relative;
    animation:myninth 2s;
-moz-animation:myninth 2s; /* Firefox */
-webkit-animation:myninth 2s; /* Safari and Chrome */
-o-animation:myninth 2s; /* Opera */

    }
@keyframes myninth

{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-moz-keyframes myninth /* Firefox */
{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-webkit-keyframes myninth /* Safari and Chrome */
{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-o-keyframes myninth /* Opera */
{
0%   {left:-100px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}  

#time10
{
    position:relative;
    animation:mytenth 3s;
-moz-animation:mytenth 3s; /* Firefox */
-webkit-animation:mytenth 3s; /* Safari and Chrome */
-o-animation:mytenth 3s; /* Opera */

    }
@keyframes mytenth

{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-moz-keyframes mytenth /* Firefox */
{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-webkit-keyframes mytenth /* Safari and Chrome */
{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}

@-o-keyframes mytenth /* Opera */
{
0%   {left:-400px; top:0px; display:none;}

100% { left:0px; top:0px; display:block;}
}  

#time11
{
    position:relative;
    animation:myeleth 3s;
-moz-animation:myeleth 3s; /* Firefox */
-webkit-animation:myeleth 3s; /* Safari and Chrome */
-o-animation:myeleth 3s; /* Opera */

    }
@keyframes myeleth

{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-moz-keyframes myeleth /* Firefox */
{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-webkit-keyframes myeleth /* Safari and Chrome */
{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
}

@-o-keyframes myeleth /* Opera */
{
0%   {right:-400px; top:0px; display:none;}

100% { right:0px; top:0px; display:block;}
} 

 
@media screen and (max-width: 500px) { 
.panel-body iframe { height:300px;}
}  
  
@media screen and (max-width: 767px) { 
   
    
    
-webkit-input-placeholder { /* WebKit browsers */
    color:#ED9812;
}
-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ED9812;
}
-moz-placeholder { /* Mozilla Firefox 19+ */
    color:  #ED9812;
}
-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  #ED9812;
}    
    
    

    