/*2020.5.25*/
.r-position{
	margin-top: 65px;
	padding-bottom: 110px;
}
.r-position .box{
	width: 100%;
}
.r-position .box ul{
	padding-bottom: 40px;
}
.r-position .box ul li{
}
.r-position .box ul li{
	background-color: #f9f8f8;
}
.r-position .box ul .title{
	overflow: hidden;
	background-color: #0781e8;
}
.r-position .box ul .title .txt{
	float: left;
	width: 25%;
	color: #FFFFFF;
	font-size: 18px;
	/*font-family: "思源黑体 CN";*/
	text-align: center;
	height: 70px;
	line-height: 70px;
}
.r-position .box ul li.on, .r-position .box ul li:hover{
	background-color: #ebebeb;
}
.r-position .box ul li .part1, .r-position .box ul li .part2{
	overflow: hidden;
}
.r-position .box ul li .part1{
	cursor: pointer;
}
.r-position .box ul li .txt{
	float: left;
	width: 25%;
	color: #333333;
	font-size: 16px;
	/*font-family: "思源黑体 CN";*/
	text-align: center;
	/*height: 70px;
	line-height: 70px;*/
	padding: 24px 0px;
}
.r-position .box ul li .part2{
	display: none;
	background-color: #FFFFFF;
	padding: 2% 6% 4%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.r-position .box ul li .part2 .left{
 	float: left;
 	width: 71.5%;
 	overflow: hidden;
}
.r-position .box ul li .part2 .left .t1{
	color: #333333;
	font-size: 20px;
	margin-bottom: 25px;
	/*font-family: "思源黑体 CN";*/
}
.r-position .box ul li .part2 .left .t2{
	color: #333333;
	font-size: 16px;
	/*font-family: "思源黑体 CN";*/
}
.r-position .box ul li .part2 .right{
 	float: left;
 	width: 28.5%;
 	overflow: hidden;
 	text-align: center;
}
.r-position .box ul li .part2 .right .apply{
	float: right;
	border: #0781e8 solid 2px;
	color: #0781e8;
	line-height: 42px;
	text-align: center;
	width: 130px;
	/*font-family: "思源黑体 CN";*/
	cursor: pointer;
}
/*弹窗*/
.r-popup{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
	display: none;
}
.r-popup .box{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0px 5px 24px rgba(0,0,0,.3);
	border-radius: 10px;
	z-index: 4;
}
.r-popup .box .cont{
	position: relative;
	padding: 10% 10% 6%;
	overflow: hidden;
}
.r-close{
	position: absolute;
	right: 40px;
	top: 27px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.r-close img{
	width: 30px;
	height: 30px;
}
.r-popup .box .cont .contli{
	width: 100%;
	margin-bottom: 27px;
	display: flex;
	align-items: center;
}
.r-popup .box .cont .contli .t1{
	float: left;
	width: 130px;
	overflow: hidden;
	color: #000000;
	font-size: 18px;
	/*font-family: "思源黑体 CN";*/
	/*margin-top: 20px;*/
}
.r-popup .box .cont .contli .t1 img{
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 22px;
	margin-right: 15px;
}
.r-popup .box .cont .contli .t1 .sp{
	color: #ff0000;
}
.r-popup .box .cont .contli .t2{
	position: relative;
	float: right;
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
	border: #999999 solid 1px;
	padding: 0px 20px;
	line-height: 50px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.r-popup .box .cont .contli .t2 .rinput{
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 50px;
    border: none;
    background: none;
    outline: none;
}
.r-popup .box .cont .contli .t2 .r-file{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 50px;
    border: none;
    background: none;
    outline: none;
    padding: 0px 20px;
    overflow: hidden; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}
.r-popup .box .cont .contli .t2 input::-webkit-input-placeholder {
	font-size: 16px;
    color: #cccccc;
    text-align: center;
}
.r-popup .box .cont .contli .t2 input:-moz-placeholder {
	font-size: 16px;
	color: #cccccc;
	text-align: center;
}
.r-popup .box .cont .contli .t2 input::-moz-placeholder {
	font-size: 16px;
	color: #cccccc;
	text-align: center;
}
.r-popup .box .cont .contli .t2 input:-ms-input-placeholder {
	font-size: 16px;
	color: #cccccc;
	text-align: center;
}
.r-popup .box .cont .contli .t2 .r-upload{
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	width: 110px;
	height: 35px;
	line-height: 35px;
	border: #0781e8 solid 1px;
	color: #0781e8;
	font-size: 16px;
	/*font-family: "思源黑体 CN";*/
	text-align: center;
	background-color: #ffffff;
}
.r-submit{
	text-align: center;
	margin-top: 40px;
}
.r-submit input{
	color: #FFFFFF;
	font-size: 16px;
	width: 200px;
	height: 48px;
	background-color: #0781e8;
	line-height: 48px;
	/*font-family: "思源黑体 CN";*/
}
.r-submit input:hover{
	background-color: #008aff;
}
.r-submit input:active{
	background-color: #00559d;
}
.r-submit input:disabled{
	background: rgba(0,138,255, .3);
}
/*员工风采*/
.style{
	padding-bottom: 80px;
}
.style-con{
	position: relative;
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.style-div{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.style-li{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.style-li img{
	max-width: 100%;
}
.style-con .swiper-button-next, .style-con .swiper-button-prev{
	position: absolute;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 15px;
    height: 26px;
    margin-top: 0;
    cursor: pointer;
    -moz-background-size: 15px 26px;
    -webkit-background-size:  15px 26px;
    background-size:  15px 26px;
    background-position: center;
    background-repeat: no-repeat;
}
.style-con .swiper-button-next, .style-con .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/img13.png);
    right: 0px;
    left: auto;
}
.style-con .swiper-button-next:hover, .style-con .swiper-container-rtl .swiper-button-prev:hover {
    background-image:url(../images/img14.png);
}
.style-con .swiper-button-prev, .style-con .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img11.png);
    left: 0;
    right: auto;
}
.style-con .swiper-button-prev:hover, .style-con .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(../images/img12.png);
}
@media screen and (max-width: 1024px){
	.r-position{
		padding-bottom: 70px;
	}
	.r-position .box ul li .part2{
		padding: 3% 6%;
	}
}
@media screen and (max-width: 768px){
	.r-position{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.r-position .box ul{
		padding-bottom: 30px;
	}
	.r-position .box ul li .part2{
		padding: 4% 6%;
	}
	.r-position .box ul li .part2 .left{
		width: 100%;
	}
	.r-position .box ul li .part2 .right{
		width: 100%;
		margin-top:30px;
	}
	.r-position .box ul li .part2 .right .apply{
		float: none;
		line-height: 36px;
    	width: 120px;
    	font-size: 15px;
	}
	.r-popup .box .cont .contli .t1{
		font-size: 15px;
		width: 115px;
	}
	.r-popup .box .cont .contli .t2{
		width: -moz-calc(100% - 115px);
	    width: -webkit-calc(100% - 115px);
	    width: calc(100% - 115px);
	}
	.r-close {
	    right: 25px;
	    top: 20px;
    }
    .r-popup .box .cont .contli .t2 .r-upload{
    	width: 100px;
    }
    .r-popup .box .cont .contli .t1 img{
    	margin-right: 10px;
    }
    .r-popup .box .cont .contli .t2 input::-webkit-input-placeholder {
		font-size: 15px;
	}
	.r-popup .box .cont .contli .t2 input:-moz-placeholder {
		font-size: 15px;
	}
	.r-popup .box .cont .contli .t2 input::-moz-placeholder {
		font-size: 15px;
	}
	.r-popup .box .cont .contli .t2 input:-ms-input-placeholder {
		font-size: 15px;
	}
	.r-popup .box .cont .contli .t2 .r-upload{
		font-size: 15px;
	}
}
@media screen and (max-width: 640px){
	.style{
		padding-bottom: 50px;
	}
	.r-position .box ul .title .txt{
		font-size: 16px;
		height: auto;
		line-height: inherit;
		padding: 20px 0px;
	}
	.r-position .box ul li .txt{
		font-size: 15px;
		padding: 20px 0px;
	}
	.r-position .box ul li .part2 .left .t1{
		font-size: 18px;
	}
	.r-position .box ul li .part2 .left .t2{
		font-size: 15px;
	}
	.r-popup .box .cont .contli .t2 input::-webkit-input-placeholder {
	    text-align: left;
	}
	.r-popup .box .cont .contli .t2 input:-moz-placeholder {
		text-align: left;
	}
	.r-popup .box .cont .contli .t2 input::-moz-placeholder {
		text-align: left;
	}
	.r-popup .box .cont .contli .t2 input:-ms-input-placeholder {
		text-align: left;
	}
	.r-popup .box .cont .contli .t2{
		line-height: 45px;
		padding: 0px 12px;
	}
	.r-popup .box .cont .contli .t2 .r-upload{
		right: 12px;
	}
	.r-popup .box .cont .contli .t2 .rinput, .r-popup .box .cont .contli .t2 .r-file{
		line-height: 45px;
	}
	.r-popup .box .cont .contli .t2 .r-upload{
		height: 30px;
		line-height: 30px;
	}
	.r-submit input{
		width: 180px;
		line-height: 40px;
		height: 40px;
	}
	.r-close{
		right: 15px;
		top: 15px;
	}
	.r-close img{
		width: 25px;
		height: 25px;
	}
	.r-popup .box .cont{
		padding: 10% 8% 6%;
	}
	.r-popup .box .cont .contli .t1 img{
    	width: 18px;
    	height: 17px;
    }
}
@media screen and (max-width: 639px){
	.r-popup .box .cont .contli{
		flex-wrap: wrap;
	}
	.r-popup .box .cont .contli .t1{
		width: 100%;
		margin-bottom: 10px;
	}
	.r-popup .box .cont .contli .t2{
		width: 100%;
	}
	.r-submit{
		margin-top: 30px;
	}
}
@media screen and (max-width: 414px){
	.style{
		padding-bottom: 40px;
	}
	.r-position{
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.r-position .box ul{
		padding-bottom: 30px;
	}
	.r-position .box ul .title .txt{
		padding: 15px 0px;
		font-size: 14px;
	}
	.r-position .box ul li .txt{
		padding: 15px 0px;
		font-size: 14px;
	}
	.r-position .box ul li .part2 .left .t1{
		font-size: 16px;
	}
	.r-position .box ul li .part2 .left .t2{
		font-size: 14px;
	}
	.r-popup .box .cont{
		padding: 12% 6% 6%;
	}
	.r-close{
		right: 10px;
		top: 10px;
	}
	.r-close img{
		width: 20px;
		height: 20px;
	}
	.r-popup .box .cont .contli .t1 {
	    font-size: 14px;
	}
	.r-popup .box .cont .contli .t2 .rinput, .r-popup .box .cont .contli .t2 .r-file{
		line-height: 40px;
	}
	.r-popup .box .cont .contli .t2 .r-upload{
		padding: 0px 10px ;
		width: auto;
		font-size: 14px;
	}
	.r-popup .box .cont .contli .t2 input::-webkit-input-placeholder {
		font-size: 14px;
	}
	.r-popup .box .cont .contli .t2 input:-moz-placeholder {
		font-size: 14px;
	}
	.r-popup .box .cont .contli .t2 input::-moz-placeholder {
		font-size: 14px;
	}
	.r-popup .box .cont .contli .t2 input:-ms-input-placeholder {
		font-size: 14px;
	}
}