* {
    margin: 0;
    padding: 0;
}

ul {
    margin-left: 2rem;
}
.emp-1,.emp-3{
	background-color: #fff;
	width: 100%;
	padding-top: 5em;
	padding-bottom: 3em;
}
.emp .title_h2 span strong{
	font-weight:normal;
}
.emp-1 ul,.emp-3 ul{
	margin-top: 3em;
}
.emp-1 ul li{
	    padding: 1.5em 0;
	    box-sizing: border-box;
	    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.emp-1 ul li:not(:last-child){
	margin-bottom: 4em;
}
.emp-1 ul li .emp-1-con{
	flex-direction:row-reverse;
	align-items: center;
}
.emp-1-left{
	width: 70%;
}
.emp-1-left{
	padding: 3%;
	box-sizing: border-box;
	color:#333;
}
.emp-1-left h3{
	font-weight:normal;
	display: flex;
	margin-bottom:2em;
	color:#777575;
	align-items:center;
}
.emp-1-left h3 span,.emp-1-left h3 address{
	font-size:.7em;
	color:#ccc;
}
.emp-1-left h3 address{
	font-style:normal;
	margin-left:1.5em;
}
.emp-1-left p{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:2em
}
.emp-1-left a{
	background-color:#fff;
	padding:.5em 1.5em;
	border-radius:20px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.emp-1-right{
	width:30%;
	border-right:1px solid #ccc;
	text-align: center;
}
.emp-1-right img{
	width: 7em;
	height: 7em;
	border-radius: 7em;
	object-fit: cover;
	display:block;
	padding: 3px;
	border: 1px solid #f00;
	margin: 0 auto;
}
.emp-1-right h2{
	font-weight:normal;
	margin-top:1em;
	margin-bottom:.5em;
	color: #686975;
}
.emp-1-right span{
	color:red;
}
.emp-3 ul{
	flex-wrap: wrap;
}
.emp-3 ul li{
	margin-bottom: 1em;
	padding: 2%;
	box-sizing: border-box;
	width: 19%;
	border: 1px solid #e0e0e0;
	text-align: center;
}
.emp-3 ul li:not(:nth-child(5n)){
	margin-right: 1.2%;
}
.emp-3 ul li img{
	width:auto;
	display:block;
	margin:0 auto;
}
.emp-3 ul li p{
	font-size:1.1em;
	margin-top:1em;
    color: #797979;
}
#home {
    color: #333333;
}

#emp {
    color: #DD353E;
}

img {
    width: 100%;
}

.topimg {
    margin-top: 80px;
}

.title {
    margin-left: 40px;
    font-weight: bolder;
}

.empInfo{
    width: 100%;
    padding-bottom: 2em;
    background-color: white;
}

.Layout{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.empInfo img{
    width: 28em;
    height: 25.4em;
}

.txtbox{
    line-height: 2rem;
    color: #333;
}

.linkman{
    margin-top: 2rem;
    width: 660px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.resume{
    margin-top: 2rem;
}

.jumpTop {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    position: fixed;
    right: 6rem;
    bottom: 6rem;
    background-color: #fff;
    display: none;
    border-radius: 50%;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);

}

.jumpTop:hover {
    background-color: #DD353E;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.jumpTop:hover .topIco {
    color: #fff;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.topIco {
    font-size: 1.8rem;
    color: #9e9e9e;
}

.footer {
    margin-top: 0;
}
h4 {
    margin-left: 2.5em;
    color: #333;
}

.jobTitle {
    margin-top: 0.5em;
}


.coll_body li {
    color: #333;
    margin: 10px;
    margin-left: 3.5em;
}


i {
    font-family: "iconfont" !important;
    /* font-size: 28px; */
    /* color: #fff; */
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.arrow {
    font-size: 1em;
}
@media(max-width:1200px){
	.company-intro,.video-con{
		width: 100% !important;
	}
	.emp-1{
		padding-left: 1%;
		padding-right: 1%;
		box-sizing: border-box;
	}
	.video-con{
		padding-left: 1%;
		box-sizing: border-box;
	}
}

@media(max-width:768px){
	.contBox{
		height: auto;
		padding-bottom: 1em;
	}
	.Layout{
		flex-wrap: wrap;
	}
	.btncont{
		flex-direction: row-reverse;
		width: 100%;
		justify-content: center;
	}
	#join{
		margin-top: 0;
		margin-right: 1em;
	}
	.case-1 ul li:nth-child(even) b{
		margin-left: 0;
	}
	#corp, #join{
		width: 40%;
	}
	.buslink{
		height: 5em;
		line-height: 5em;
	}
	.emp-3 ul li{
		width: 24%;
		margin-right:1%;
	}
	.emp-3 ul li:nth-child(4n){
		margin-right:0;
	}
	.info{
		padding: 2em 1em 1em !important;
		box-sizing: border-box;
	}
	.company-intro{
		padding-bottom: 1em !important;
	}
	
	.video-con{
		flex-wrap: wrap;
		height: auto !important;
	}
	.video-con .left{
		width: 100%;
		padding: 1em;
		box-sizing: border-box;
	}
	.l-t{
		margin: 0 0 .5em 0 !important;
	}
	.zpvdo{
		margin: 0 auto 1.5em;
		width: 90% !important;
		height: 18em !important;
	}
}
@media(max-width:600px){
	.infiIco{
		display:none;
	}
	.infoBox,.locBox{
		width: 98%;
		margin: 1em auto;
	}
	.jumpTop{
		right: 1rem;
	}
	.contacts{
		flex-wrap: wrap;
	}
	.banner-con .con{
		flex-wrap: wrap;
	}
	.con>img{
		width: 80% !important;
		margin: 0 auto 1em;
		display: block;
	}
	.des{
		margin-left: 0 !important;
		width: 100%;
	}
	.txt{
		line-height: 1.5em;
	}
}
@media(max-width:480px){
	.emp-3 ul li{
		width: 32.5%;
		margin-right:1.2%;
	}
	.emp-3 ul li:nth-child(3n){
		margin-right:0;
	}
	.emp-3 ul li:nth-child(4n){
		margin-right:1.2%;
	}
	.emp-1 ul li .emp-1-con{
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
	.emp-1-left,.emp-1-right{
		width:100%;
	}
}