
.grayline{
	background: #ccc;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 5px;
	z-index: 2000;
}

.container.page {
    color: #747B7C;
    margin: -60px auto;
}

.page {
	background: white;
}

.page1{

}

.page2{
    display: none;
}

.container.page.page2{
}

.selection-tab {

    z-index: 2000;
    font-size: 16px;
    text-align: center;
    background-color: white;
    height: 60px;
    position: relative;
}

.tab {
    cursor: pointer;
    line-height: 60px;
    z-index: 2000;
    background-color: white;
    height: 100%;
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
}

.tab span{
    padding: 0 10px;
}

/*.tab span:hover {*/
    /*padding-bottom: 5px;*/
    /*border-bottom: 3px solid #027AE8;*/
/*}*/

.tab span.pinned {
    padding-bottom: 10px;
    border-bottom: 3px solid #027AE8;
}

.tab.left{
padding-left: 40%;
margin-top: 1px;
}

.tab.right{
padding-right: 40%;
margin-top: 1px;
}


.about-first-slogan{
    padding-top: 40px;
	padding-bottom: 40px;
}

.page1 h4{
    color: #2C3133;
    font-size: 20px;
    margin-bottom: 16px;
}

.page2 h4{
    color: #2C3133;
    font-size: 20px;
    margin-bottom: 16px;
}
.page2 p, .page1 p {
	margin-bottom: 8px;
}
.about-second-slogan{
    margin-bottom: 30px;
}

.about-third-slogan{
    padding-top: 40px;
	padding-bottom: 40px;
}

.about-forth-slogan{
    padding-top: 40px;
	padding-bottom: 40px;
}
.about-first-slogan h4,.about-second-slogan h4,.about-third-slogan h4,.about-forth-slogan h4{
	font-weight: normal;
}

img.team-display {
    width: 100%;
}

img.team-staff {
    width: 100%;
}

#dituContent {
    width: 800px;
    height: 303px;
    border: #ccc solid 1px;
    margin-bottom: 20px;
    margin: 0 auto;
}

.contact-info{
    font-size: 12px;
    margin-top: 20px;
    
}


.contact-info .right-border{
    border-right: 1px solid #747B7C;
}


h4 {
    font-size: 16px;
    font-weight: bold;
}

.join-title{
    padding: 40px 0;
}

.job-container p{
    margin: 3px 0;
}

.job-container{
    padding: 30px;
    border: 1px solid #E4E8EB;
    text-align: left;
    margin-bottom: 40px;
}

.job-container .job-title{
    border-bottom: 1px solid #E4E8EB;
    margin-bottom: 20px;
}

.job-container .job-title .job-first-title{
    font-size: 26px;
    color: #027AE8;
    margin-bottom: 5px;
}

.job-container .job-title .job-second-title{
    margin-bottom: 20px;
}


.job-container .job-desc .job-desc-title{
    color: #2C3133;
    font-weight: bold;
}

.job-container .job-desc .job-desc-last{
    margin-bottom: 20px;
}

.join-us{
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px;
}

.join-us p{
    margin: 3px 0;
    color: #027AE8;
    font-size: 24px;
}


footer {
    margin-top: 60px;
    background-color: #32373D;
    height: 100px;
    width: 100%;
    display: table;
}

footer p {
    color: white;
    display: table-cell;
    vertical-align: middle;

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */







/*==============================================================
 * author:zhushenghua
   date:4.10
================================================================
* */

@media (max-width:767px) {
	html,body{
		100%;
	}
	.container {
	    width: 100%;
	    padding: 0;
	    margin: 0 0px;
	}
	.row {
	    margin: auto;
	}
	img.team-display {
	    width: 100%;
	}
	.container.page {
	    color: #747B7C;
	    margin: 0px auto;
	}
	img.team-staff {
	    width: 100%;
	}
	#dituContent {
	    width: 100%;
	    height: 3rem;
	    border: #ccc solid 1px;
	    margin-bottom: 20px;
	}
	
	.tab.left{
		padding-left: 12%;
	}

	.tab.right{
		padding-right: 12%;
	}
	.contact-info-1 {
		display: block;
	}
	.contact-info-gap-1 {
		display: none;
	}
}


@media (min-width:768px) and (max-width:991px) {
	.body-wrapper{
		width: 100%;
	}
		/*联系弹出框*/
	.concontactme{
		width: 100%;
		height: 100%;
		opacity: 0.4;
		z-index: 9999;
		position: fixed;
		top: 0px;
		left: 0;
		margin: 0;
		background: #000;
		display: none;
	}
	.contactme{
		height: 500px;
		width: 1000px;
		margin: 0 auto;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		top: 100px;
		z-index: 10000;
		background-color:#fff;
		display: none;
	}
	
	.contactme_title{
		padding-top: 70px;
		color: #027AE8;
	}
	.commit_send{
		background: #027AE8;
		height: 50px;
		line-height: 50px;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: 20px;
		color: #fff;
	}
	
	.contactme_content1{
		padding: 5px;
	}
	.contactme_content2{
		padding: 5px;
	}
	
	.contactme_input{
		
		
	}
	.contactme_input div{
		margin: 10px 0px;
	}
	/*联系弹出框*/	

}





@media (min-width:992px){
		/*联系弹出框*/
	.concontactme{
		width: 100%;
		height: 100%;
		opacity: 0.4;
		z-index: 9999;
		position: fixed;
		top: 0px;
		left: 0;
		margin: 0;
		background: #000;
		display: none;
	}
	.contactme{
		height: 500px;
		width: 1000px;
		margin: 0 auto;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		top: 100px;
		z-index: 10000;
		background-color:#fff;
		display: none;
	}
	
	.contactme_title{
		padding-top: 70px;
		color: #027AE8;
	}
	.commit_send{
		background: #027AE8;
		height: 50px;
		line-height: 50px;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: 20px;
		color: #fff;
	}
	
	.contactme_content1{
		padding: 5px;
	}
	.contactme_content2{
		padding: 5px;
	}
	
	.contactme_input{
		
		
	}
	.contactme_input div{
		margin: 10px 0px;
	}
	/*联系弹出框*/
}