body {
	background: #fff;
	color: #4e4e4e;
	line-height: 22px;
	min-width:1200px;
	overflow-x: hidden; 
}
h1, h2, h3, h4, h5, h6 {
	color: #A02200;
}
h1 {
	font-size: 48px;
	font-weight: 700;
}
h2 {
	font-size: 32px;
}

h5{
	font-size: 24px;
	color: #1a2028;
}
.thumbnail {
	border:none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #999999;
}
a {
	color: #A02200;
	-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;
}
ul, ol {
	list-style: none;
}
ul {
	padding: 0;
	margin: 0;
}
.mask{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
}

.item {
	border:1px solid #ccc;
	cursor:pointer;
}
.item .photo{
	height:334px;
	position: relative;
}
.mask .bg{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161A1D;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.item-bg {
    width: 100%;
    height: 100%;
}

.thumbnail{
	padding: 0px;
}

.caption{
	padding:6px 12px;
		font-size: 24px;
		font-family: "Microsoft YaHei New", "Microsoft Yahei", SimSun, STXihei, Arial, Helvetica, sans-serif;
	color: #A02200;
}
section{
	margin-bottom:20px;
}

.btn-primary {
	padding: 8px 20px;
	background: #29abcd;
	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;
}

 
a.anchor{
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
.about-text{
	/*background-image:url(../../../../images/about/about-bg.png);*/
	height:504px;
	text-align:center;
}
.sub-about{
	padding-top:30px;
	margin-bottom:80px;
}
@keyframes aboutAnimate{
    0%{ transform: translateX(2000px); opacity: 0;}   /*鍦�0%鏃惰缃枃瀛楀湪鎯砐杞�2000px浣嶇Щ澶勶紙鍙宠竟锛夛紝閫忔槑搴︿负0锛屼篃灏辨槸鐪嬩笉瑙佹枃瀛�*/
    100%{ transform: translateX(0px); opacity: 1;}      /*鍦�100%鏃惰缃枃瀛楀湪鎯砐杞�0px浣嶇Щ澶勶紝涔熷氨鏄師濮嬪竷灞�鐨勪綅缃紝閫忔槑搴︿负1锛屼篃灏辨槸鏂囧瓧鍙互鐪嬭浜�*/
}
@-webkit-keyframes aboutAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-o-keyframes aboutAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-ms-keyframes aboutAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-moz-keyframes aboutAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}

.entrance-end{
	margin:10px auto;
	width:560px;
	text-align:center;
}

.entrance-end h1{
	font-size:24px;
	color:#3d516c;
	font-weight:normal;
	margin-bottom:20px;
}
.entrance-end h1 span{
	color:#409ad5;
	font-size:36px;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
.entrance-end h6{
	font-size:16px;
	color:#666c;
}

#entrance-photo{
	height: 400px;
    background-image: url("../../../../images/main/home/entrance.png");
    background-size: cover;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#guide-photo{
	height: 400px;
    background-image: url("../../../../images/main/home/guide.jpg");
    background-size: cover;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#client-photo{
	display:inline-block;
	height:473px;
	width:916px;
    /*background-image: url("../../../../images/main/home/apps.png");*/
    background-size: cover;
/*     border: 1px solid #CCCCCC; */
}

.btn-download{
	margin-top: 9px;
    padding: 4px 15px;
    color: #FFF;
    background-color: #A02200;
    border: 1px solid #A02200;
	
}

@keyframes person1Animate{
    0%{ transform: translateX(-400px); opacity: 0;}   /*鍦�0%鏃惰缃枃瀛楀湪鎯砐杞�2000px浣嶇Щ澶勶紙鍙宠竟锛夛紝閫忔槑搴︿负0锛屼篃灏辨槸鐪嬩笉瑙佹枃瀛�*/
    100%{ transform: translateX(0px); opacity: 1;}      /*鍦�100%鏃惰缃枃瀛楀湪鎯砐杞�0px浣嶇Щ澶勶紝涔熷氨鏄師濮嬪竷灞�鐨勪綅缃紝閫忔槑搴︿负1锛屼篃灏辨槸鏂囧瓧鍙互鐪嬭浜�*/
}
@-webkit-keyframes person1Animate{
    0%{ -webkit-transform: translateX(-400px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-o-keyframes person1Animate{
    0%{ -webkit-transform: translateX(-400px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-ms-keyframes person1Animate{
    0%{ -webkit-transform: translateX(-400px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-moz-keyframes person1Animate{
    0%{ -webkit-transform: translateX(-400px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
.slideStyle{
	z-index:99;
	animation: person1Animate 2s ease 1; 
    -webkit-animation: person1Animate 2s ease 1;
    -moz-animation: person1Animate 2s ease 1;
    -ms-animation: person1Animate 2s ease 1;
    -o-animation: person1Animate 2s ease 1;
    
    /*瑙勫畾鍔ㄧ敾鐨勬渶鍚庣姸鎬佷负缁撴潫鐘舵��*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
	
}
@keyframes person2Animate{
    0%{ transform: translateX(-1000px); opacity: 0;}   /*鍦�0%鏃惰缃枃瀛楀湪鎯砐杞�2000px浣嶇Щ澶勶紙鍙宠竟锛夛紝閫忔槑搴︿负0锛屼篃灏辨槸鐪嬩笉瑙佹枃瀛�*/
    100%{ transform: translateX(300px); opacity: 1;}      /*鍦�100%鏃惰缃枃瀛楀湪鎯砐杞�0px浣嶇Щ澶勶紝涔熷氨鏄師濮嬪竷灞�鐨勪綅缃紝閫忔槑搴︿负1锛屼篃灏辨槸鏂囧瓧鍙互鐪嬭浜�*/
}
@-webkit-keyframes person2Animate{
    0%{ -webkit-transform: translateX(-1000px); opacity: 0;}
    100%{ -webkit-transform: translateX(300px); opacity: 1;}
}
@-o-keyframes person2Animate{
    0%{ -webkit-transform: translateX(-1000px); opacity: 0;}
    100%{ -webkit-transform: translateX(300px); opacity: 1;}
}
@-ms-keyframes person2Animate{
    0%{ -webkit-transform: translateX(-1000px); opacity: 0;}
    100%{ -webkit-transform: translateX(300px); opacity: 1;}
}
@-moz-keyframes person2Animate{
    0%{ -webkit-transform: translateX(-1000px); opacity: 0;}
    100%{ -webkit-transform: translateX(300px); opacity: 1;}
}
.slideStyle_2{
	z-index:1;
	animation: person2Animate 2s ease 1; 
    -webkit-animation: person1Animate 2s ease 1;
    -moz-animation: person1Animate 2s ease 1;
    -ms-animation: person1Animate 2s ease 1;
    -o-animation: person1Animate 2s ease 1;
    
    /*瑙勫畾鍔ㄧ敾鐨勬渶鍚庣姸鎬佷负缁撴潫鐘舵��*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
}
.funder-person{
	/*background-image:url(../../../../images/funder/funder-bg.png);*/
	background-repeat:no-repeat;
	background-size:contain;
	width:500px;
	height:260px;
	float:left;
}
.funder-person img{
	margin-top:13px;
	margin-left:16px;
	float:left;
}
.person-info{
	margin-left:135px;
}
.person-info h3{
	font-size:24px;
	color:#3d516c;
	margin-top:50px;
}
.person-info h6{
	margin-bottom:20px;
	font-size:16px;
	color:#666;
}
.person-info p{
	font-size:14px;
	color:#999;
	width:310px;
}
.funder-main{
	width:1000px;
	margin:0 auto;
	margin-bottom:60px;
}
.funder-main h3{
	color:#333;
	font-size:24px;
}
.funder-main h6{
	color:#999;
	font-size:18px;
}
#funder{
	overflow:hidden;
}
@keyframes person3Animate{
    0%{ transform: translateY(1000px); opacity: 0;}   /*鍦�0%鏃惰缃枃瀛楀湪鎯砐杞�2000px浣嶇Щ澶勶紙鍙宠竟锛夛紝閫忔槑搴︿负0锛屼篃灏辨槸鐪嬩笉瑙佹枃瀛�*/
    100%{ transform: translateY(0px); opacity: 1;}      /*鍦�100%鏃惰缃枃瀛楀湪鎯砐杞�0px浣嶇Щ澶勶紝涔熷氨鏄師濮嬪竷灞�鐨勪綅缃紝閫忔槑搴︿负1锛屼篃灏辨槸鏂囧瓧鍙互鐪嬭浜�*/
}
@-webkit-keyframes person3Animate{
    0%{ -webkit-transform: translateY(1000px); opacity: 0;}
    100%{ -webkit-transform: translateY(0px); opacity: 1;}
}
@-o-keyframes person3Animate{
    0%{ -webkit-transform: translateY(1000px); opacity: 0;}
    100%{ -webkit-transform: translateY(0px); opacity: 1;}
}
@-ms-keyframes person3Animate{
    0%{ -webkit-transform: translateY(1000px); opacity: 0;}
    100%{ -webkit-transform: translateY(0px); opacity: 1;}
}
@-moz-keyframes person3Animate{
    0%{ -webkit-transform: translateY(1000px); opacity: 0;}
    100%{ -webkit-transform: translateY(0px); opacity: 1;}
}
.person-list{
	width:1000px;
	margin:0 auto;
	animation: person3Animate 2s ease 1; 
    -webkit-animation: person3Animate 2s ease 1;
    -moz-animation: person3Animate 2s ease 1;
    -ms-animation: person3Animate 2s ease 1;
    -o-animation: person3Animate 2s ease 1;
    
    /*瑙勫畾鍔ㄧ敾鐨勬渶鍚庣姸鎬佷负缁撴潫鐘舵��*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
}
.person-list ul li{
	float:left;
	width:464px;
	margin-bottom:30px;
}
.person-list ul li h3{
	font-size:24px;
	color:#3d516c;
	margin-top:0px;
}
.person-list ul li h6{
	font-size:16px;
	color:#666;
	margin-bottom:20px;
}
.person-list ul li p{
	font-size:14px;
	color:#999;
}


    /***********

****   funder   ******

     ************/

.contact-title{
	text-align:center;
}


/***********************
********* Footer ******
************************/

#footer{
	background-image: linear-gradient(-135deg, #08003D 0%, #071C64 100%);
}
.footer-join{
	/*background:url(../images/bottom/bottom-join.png) center;*/
	height:300px;
	width:100%;
}
.bottom{
	width:1000px;
	margin:0 auto;
	height:410px;
}
.bottom-map{
	margin-top:80px;
	margin-bottom:20px;
	width:306px;
	height:250px;
	float:left;
}
.bottom-info{
	padding-left:340px;
	padding-top:80px;
}
.bottom-info ul{
	list-style:none;
	margin-bottom:50px;
}
.bottom-ul1 li{
	margin-right:50px;
	font-size:12px;
	color:#999;
	float:left;
}
.bottom-ul1 li a{
	color:#999;
}
.bottom-ul3{
	float:left;
	margin-right:48px;
	margin-top:25px;
}
.bottom-ul3 img{
	margin-right:12px;
}
.bottom-ul3 li{
	margin-bottom:10px;
	font-family:sans-serif;
	font-size:14px;
	color:#fff;
}
.ul3-dl{
	float:left;
	width:180px;
	margin-right:48px;
	margin-top:0px;
}
.ul3-dl h3{
	font-size:18px;
	color:#999;
	margin-bottom:26px;
}
.ul3-sz h3{
	font-size:18px;
	color:#999;
	margin-bottom:26px;
	margin-top:30px;
}
.ul3-dl,.ul3-sz p{
	font-size:14px;
	color:#999;
}
.copyright{
	margin-top:10px;
	clear:left;
	font-size:12px;
	color:#666666;
}











.join-context-title {
	position:absolute;
	text-align:center;
	margin:0 auto;
	left:20%;
	right:20%;
	top: 230px;
	font-family:sans-serif;
	font-size:18px;
}

.prod-label {
	position:absolute;
	bottom:3px;
	left:10%;
	right:10%;
	font-family:sans-serif;
	color:#ffffff;
	font-size:14px;
}
.jointext {
	margin:0 auto;
	margin-top: 0;
}
.contact-pic {
	margin:40px 100px;
}

.contact-group table{
	width: 100%;
	
}


.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 0 0;
}
.center, .prod-service {
	text-align: center;
	padding-bottom: 55px;
}
.top-center {
	background-color: #eeeeee;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}
.lead {
	font-size: 14px;
	line-height: 24px;
	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);
}
}

.prod-service {
	background-color:#29abcd;
	color:#FFFFFF;
	padding-top:55px;
	padding-bottom:15px;
}
.center {
	/*background-image:url(../images/subtitle.png);*/
	color:#FFFFFF;
	padding-top:55px;
	padding-bottom:15px;
}

#testimonials h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 20px;
	font-family:sans-serif;
	color:#FFFFFF;
}

#testimonials h4 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
	font-family:sans-serif;
	color:#FFFFFF;
}

/*************************
*******Header******
**************************/

#header {
	position:fixed;
	top:0;
	width: 100%;
	z-index: 9999;
}

.bar-blue {
	background-color:#29abcd;
	height:6px;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.navbar>.container .navbar-brand {
	margin-top: 12px;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: rgba(0, 0, 0, 0);
	padding-bottom: 14px;
	height:90px;
}
.join-nav {
	background: #2c3033;
}
.navbar-nav {
	min-width:850px;
}
.navbar-nav>li {
	padding-bottom: 28px;
	width: 170px;
    height: 90px;
	text-align:center;
}
.nav-blue {
	min-width:1200px;
}
.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
	font-family:sans-serif;
	font-size:16px;
	width: 170px;
    height: 90px;
	padding-top:18px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	/* background-color:#464b5a; */
	color: #ffffff;
	border-radius:0px;
	border-bottom:5px solid #A02200;
}

.navbar-inverse .navbar-nav > li > a > img{
	display: block;
    padding-left: 56px;
    padding-bottom: 12px;
}

.navbar-nav .banner-active{
	background-color:rgba(32,91,149,0.7);
}

.prod-warp {
	position:relative;
}
.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: #29abcd;
}
.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: #A02200;
	border-radius:0px;
	color: #fff;
}
/*************************
*******Home Page******
**************************/
#main-slide {
	margin-top:0px;
}
#main-slide .item img {
	width: 100%;
	height:569px !important
}
#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: #29abcd;
	font-weight: bold;
}
#main-slide .slider-content {
	top: 50%;
	margin-top: -110px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slide .carousel-indicators {
	bottom: 20px;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 1px;
	border-radius:6px;
	border:0;
	background-color:rgba(255,255,255,0.3);
}

.carousel-indicators .active{
	width: 30px;
	opacity: 0.7;
	background: #FFFFFF;
	border-radius: 6px;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
	opacity: 0.6;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	margin:auto 5%;
}
#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: 45%;
	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 {
	color: #fff;
	line-height: 36px;
	padding: 4px 17px;
	font-size:60px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.carousel-control {
	width: 30px;
}
#main-slide .slider-content h2 {
	font-size: 60px;
	font-weight: 500;
	text-transform: uppercase;
	color: #eee;
}
#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: #f8f8f8;
}
#feature a {
	color: #29abcd;
	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;
	padding-bottom: 20px;
}
.features {
	padding: 0;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
}
.feature-wrap h2 {
	margin-top: 10px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i.fa {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #ffffff;
	color: #29abcd;
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 15px;
}
#recent-works {
	padding-bottom: 114px;
	padding-top: 82px;
}
.sub-title {
	padding-top:30px;
	text-align:center;
}
#middle .sub-title{
	background-color:#dfdfdf;
}
.structure-main {
	text-align:center;
	background-position: 50% 50%;
	height:620px;
	background-color:#dfdfdf;
	padding-top:50px;
}
.structure-content{
	margin:auto;
	width:1170px;
}
.main-content1{
	position:absolute; 
	z-index:3;
}
.main-content2{
	position:relative; 
	z-index:3
}
.tooltip1{
	transition:all 0.3s ease-in-out;
	position:absolute;
	width:360px;
	height:259px;
	left:15px;
	top:0px;
	opacity:0;
}
.tooltip2{
	transition:all 0.3s ease-in-out;
	position:absolute;
	width:360px;
	height:259px;
	left:15px;
	top:256px;
	opacity:0;
}
.tooltip3{
	transition:all 0.3s ease-in-out;
	position:absolute;
	width:360px;
	height:259px;
	left:15px;
	top:0px;
	opacity:0;
}
#first:hover .tooltip1{
	top:256px;
	opacity:1;
}
#second:hover .tooltip2{
	top:0px;
	opacity:1;
}
#third:hover .tooltip3{
	top:256px;
	opacity:1;
}
.recent-work-wrap {
	position: relative;
}
#recent-works .readmore {
	color: #29abcd;
	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;
}
.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: #29abcd;
	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: 0.9;
}
/* Testimonials Section */
#testimonials {
	/*background: url(../images/testimonial-bg.jpg);*/
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 40px 0;
}
#testimonials H2 {
	color: #ddd;
}
#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: #29abcd;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #29abcd;
}
#middle {
	margin-bottom:54px;
}
#middle .readmore {
	color: #29abcd;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
}
#middle .readmore:hover {
	color: #444;
}


#middle .media-body h3 {
	color: #4e4e4e;
	font-size: 18px;
}
.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: 20px;
}
.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: #eee;
	border-top: 1px solid #fff;
}
/*************************
********* About Us Page CSS ******
**************************/

.about-us {
	padding-bottom: 30px;
}
.about-us h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.about-us p {
	color: #4e4e4e;
}
.about-us img {
	margin-top: 25px;
}
/*************************
********* Portfolio CSS ******
**************************/
.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: #29abcd;
	border: 1px solid #29abcd;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.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: #29abcd;
	border-color: #29abcd;
	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: #29abcd;
	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: #29abcd;
	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: #29abcd;
	margin-right: 5px;
	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: #29abcd;
}
.contact_details p {
	padding: 20px 0;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #ddd;
	box-shadow: none;
}
.form-group label {
	font-weight: 500;
}
textarea#message {
	resize: none;
	padding: 10px;
	height: 185px;
}
/***********************
********* Footer ******
************************/
.footer {
	padding-top: 45px;
	padding-bottom: 40px;
	color: #aaa;
	background-color:#2C3033;
	margin-right:0;
}
.contact-context, .contact-no{
	text-align:center;
}

.contact-context{
	text-align:left;
}
.contact-context td {
	width:260px;
	word-wrap:break-word;
}

.contact-context table, .footerbar table {
	margin:0 auto;
	width:1100px;
}

.contact-context h4, .contact-context p {
	font-family:sans-serif;
	color:#FFFFFF;
}
.contact-context h4{
	font-size:18px;
}
.contact-context p {
	font-size:14px;
	width: 260px;
		
}
.footer h3 {
	font-family:sans-serif;
	font-size:20px;
	color:#FFFFFF;
}
.carousel-inner {
	position:relative;
}
.abt-pic {
	position:absolute;
	top:0;
	left:0;
}
.contact-no {
	margin-bottom:60px;
}
.follow-us {
	margin-top: -5px;
	text-align: center;
}
.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	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: #29abcd;
	border-color: #29abcd;
}

.footerbar {
	height:64px;
	background-color:#1f1f1f;
}
.rightbar {
	padding-top: 25px;
	font-family:sans-serif;
	font-size:12px;
	color:#a2a6a8;
}

.footmenu ul li {
	float:left;
	margin-right:30px;
}

.footmenu a:hover, .footmenu a:focus, .footmenu a {
	color:#ffffff;
}

.footmenu {
	padding-left:250px;
	padding-top: 15px;
	font-family:sans-serif;
	font-size:12px;
	color:#ffffff;
}

.join-context-left p, .join-context-right p {
	font-family:sans-serif;
	font-size:18px;
	line-height:100%;
}
.join-main {
	padding-top:86px;
	text-align:center;
}

.joincontainer {
	position:relative;
}

.join-con {
	width:580px;
	position:absolute;
	top:230px;
	left:50%;
	margin-left:-280px;
}

.join-con table{
	width:750px;
}

.join-context-right {

}

.joincontainer .row {
	margin-right: 0;
	margin-top: 162px;
}
.joincontainer .cl4 {
	margin-right: 0;
	margin-top: 190px;
}
.joincontainer .cl5 {
	margin-right: 0;
	margin-top: 130px;
}
.joincontainer .cl2 {
	margin-right: 0;
	margin-top: 192px;
}
.joincontainer .right {
	padding-left: 150px;
}
.partner {
	text-align:center;
	font-family:sans-serif;
	font-size:18px;
	margin-bottom:85px;
}
.partner table {
	margin:0 auto;
	margin-bottom:20px;
}

.partner img {
	padding:10px;
}

.partner td {
	width:225px;
	padding-right:10px;
}
.partner .part-main{
	width:100px;
	text-align:left;
}

.join-context-left p:nth-child(1) {
	font-size:24px;
}
.join-context-right p:nth-child(1) {
	font-size:24px;
}


.joincontainer {
	position:relative;
}
.join_headPic{
	/*background:url(../images/join/joinUs.png) center;*/
	margin-top:88px;
	height:310px;
	width:100%;
	}
.join_conPart{
	margin:0 auto;
	width:1000px;
	height:45px;
	margin-top:10px;
	}
.join_conPart ul{
	clear:left;
	}
.join_conPart ul li{
	float:left;
	font-family:sans-serif;
	font-size:16px;
	color:#666666;
	padding-left: 67.5px;
    padding-right: 67px;
	padding-top:10px;
	cursor:pointer;
	}
.join_conPartTwo{
	margin:0 auto;
	width:1000px;
	height:auto;
	background-color:#f8f8f8;
	}
.lineStyle{
	height:1px;
	border:none;
	border-top:1px solid #a1a1a1;
	width:100%;
	margin-top:0px;
	}
.recruit{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:70px;
	}
.recruit ul{
	clear:left;
	}
.recruit ul li{
	float:left;
	padding-top:10px;
	}
.recruitTitle{
	font-family:sans-serif;
	font-size:16px;
	color:#666666;
	padding-top:30px;
	margin-bottom: 2px;
	}
.recruitPosition{
	height:45px;
	background-color:#FFF;
	}	
.recruit_1{
	width:460px;
	font-family:sans-serif;
	color:#333333;
	font-size:16px;
	padding-top:10px;
	padding-left:20px;
	}
.recruit_2{
	width:460px;
	font-family:sans-serif;
	font-size:16px;
	color:red;
	padding-top:10px;
	}
.recruit_3{
	margin-right:20px;
	padding-top:10px;
	cursor:pointer;
	}
.recruit_details{
	padding-top:20px;
	padding-left:20px;
	border-top:1px #e6e6e6 solid;
	background-color:#fff;
	}
.recruit_details p{
	font-family:sans-serif;
	font-size:14px;
	color:#666666;
	}
.lagou{
	margin-right:100px;
	}
.knowmore{
	width:440px;
	font-family:sans-serif;
	font-size:16px;
	color:#409ad6;
	padding-top:10px;
	text-align:center;
	}
.workEnv{
	margin-top:40px;
	background-color:#FFF
	}
.select_li{
	background-color:#f8f8f8;
	height:45px;
	}

.btn-info {
	background-color: #008bf3;
}

.btn-info:hover {
	background-color: #007cda;
}

.head_a:hover {
	color:#4fb7ff;
}

.text_level1 {
	font-family:sans-serif;
	font-size: 18px;
	color: #222222;
	letter-spacing: 0;
	line-height: 30px;
}

.text_level2 {
	font-family:sans-serif;
	font-size: 12px;
	color: #66757F;
	letter-spacing: 0;
	line-height: 20px;
}

.text_dot {
	width: 8px;
	height: 8px;
	background: #008BF3;
	border-radius: 4px;
}

.text_title {
	font-family:sans-serif;
	font-size: 24px;
	color: #222222;
	letter-spacing: 0;
	line-height: 35px;
	font-weight: bold;
}

.download_a {
	font-family:sans-serif;
	width: 220px;
	height: 46px;
	line-height: 46px;
	font-size:16px;
	border-radius: 2px;
	border: 1px solid #1293F3;
	color: white !important;
}

.text_num {
	width: 56px;
	height: 56px;
	position: absolute;
	top:15px;
	font-family:sans-serif;
	font-size: 42px;
	color: #008BF3;
	letter-spacing: 0;
	text-align: center;
}

.text_num_bg {
	width: 56px;
	height: 56px;
	opacity: 0.1;
	background: #008BF3;
}

.text_footer {
	font-family:sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.login_a div{
	background-color: #008bf3;
	width: 160px;
	height:46px;
	border-radius: 25px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height:46px;
}

.login_a div:hover {
	background-color: #007cda;
}