html, body {margin: 0;padding: 0;width: 100%;height: 100%;}
body{font-family: "microsoft yahei";}
body.modal-open {position: fixed;width: 100%;}
ul,li{list-style: none;padding: 0;margin: 0;}
a {color: #0055a2;transition: 500ms;-moz-transition: 500ms;-webkit-transition: 500ms;-o-transition: 500ms;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;color: #0055a2;}
a:active {text-decoration: none;}

.margint-0{margin-top: 0px;}
.margint-10{margin-top: 10px;}
.margint-20{margin-top: 20px;}
.margint-30{margin-top: 30px;}
.margint-40{margin-top: 40px;}
.margint-50{margin-top: 50px;}
.margint-60{margin-top: 60px;}
.margint-100{margin-top: 100px;}
.marginb-20{margin-bottom: 20px;}
.marginb-30{margin-bottom: 30px;}
.marginb-60{margin-bottom: 60px;}
.marginb-100{margin-bottom: 100px;}
.marginl-28{margin-left: 28px;}
.padding-20{padding: 20px;}
.color-red{color: #ff0000;}
.color-green{color: green;}
.text-i2 {text-indent: 2em;}


.main {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transform-origin: left top;
	width: 850px;
	/* min-height: 10000px; */
	background: #2321b9 url('../images/bg.png') no-repeat left top;
	background-size: 100% auto;
	overflow: hidden;
	display: none;
}
.nav {
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	width: 850px;
	height: 90px;
	line-height: 90px;
	background-color: rgba(65, 63, 251, 0.95);
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
	z-index: 99;
	display: none;
	transform-origin: left top;
}
.nav a {
	display: inline-block;
	width: 32%;
	text-align: center;
	color: #fff;
	font-size: 28px;
}
.banner {
	position: relative;
	width: 100%;
	height: 560px;
}
.banner .logo {
	position: absolute;
    top: 35px;
    left: 45px;
    width: 280px;
    height: 100px;
	background: url('../images/logo.png') no-repeat center top;
	background-size: 100% auto;
}
.banner .slogan {
	position: absolute;
    bottom: 60px;
    left: 70px;
    width: 450px;
    height: 300px;
	background: url('../images/103.png') no-repeat center top;
	background-size: 100% auto;
    -webkit-animation: heartbeat 2s linear infinite;
			animation: heartbeat 2s linear infinite;
}
.banner .feiji1 {
	position: absolute;
    top: 150px;
    left: -50px;
    width: 160px;
    height: 200px;
	background: url('../images/102.png') no-repeat center top;
	background-size: 100% auto;
    -webkit-animation: fudong 9s linear infinite;
			animation: fudong 9s linear infinite;
}
.banner .feiji2 {
	position: absolute;
    top: 30px;
    right: -10px;
    width: 160px;
    height: 200px;
	background: url('../images/107.png') no-repeat center top;
	background-size: 100% auto;
    -webkit-animation: fudong 8s linear infinite;
			animation: fudong 8s linear infinite;
}
.banner .book {
	position: absolute;
    bottom: 97px;
    right: 0px;
    width: 165px;
    height: 180px;
	background: url('../images/104.png') no-repeat center top;
	background-size: 100% auto;
	animation-duration: 1s;
    animation-delay: 1s;
}
.banner .person1 {
	position: absolute;
    bottom: 130px;
    right: 81px;
    width: 124px;
    height: 190px;
	background: url('../images/105.png') no-repeat center top;
	background-size: 100% auto;
	animation-duration: 2s;
    animation-delay: 1.5s;
}
.banner .person2 {
	position: absolute;
    top: 182px;
    right: 223px;
    width: 120px;
    height: 130px;
	background: url('../images/106.png') no-repeat center top;
	background-size: 100% auto;
	animation-duration: 2s;
    animation-delay: 2.5s;
}

@keyframes fudong {
    0%, 100% {
        transform: translateX(0px) translateY(0px);
	    -webkit-transform: translateX(0px) translateY(0px);
    }
    15%, 85% {
        transform: translateX(4px) translateY(4px);
	    -webkit-transform: translateX(4px) translateY(4px);
    }
    25%, 75% {
        transform: translateX(10px) translateY(7px);
	    -webkit-transform: translateX(10px) translateY(7px);
    }
    35%, 65% {
        transform: translateX(16px) translateY(4px);
	    -webkit-transform: translateX(16px) translateY(4px);
    }
    50% {
        transform: translateX(20px) translateY(0px);
	    -webkit-transform: translateX(20px) translateY(0px);
    }
}
@-webkit-keyframes fudong {
    0%, 100% {
        transform: translateX(0px) translateY(0px);
	    -webkit-transform: translateX(0px) translateY(0px);
    }
    15%, 85% {
        transform: translateX(4px) translateY(4px);
	    -webkit-transform: translateX(4px) translateY(4px);
    }
    25%, 75% {
        transform: translateX(10px) translateY(7px);
	    -webkit-transform: translateX(10px) translateY(7px);
    }
    35%, 65% {
        transform: translateX(16px) translateY(4px);
	    -webkit-transform: translateX(16px) translateY(4px);
    }
    50% {
        transform: translateX(20px) translateY(0px);
	    -webkit-transform: translateX(20px) translateY(0px);
    }
}

/*放大缩小*/
@keyframes heartbeat {
	0% {transform: scale(0.95);}
	25% {transform: scale(1);}
	100% {transform: scale(0.95);}
}
@-webkit-keyframes heartbeat {
	0% {transform: scale(0.95);}
	25% {transform: scale(1);}
	100% {transform: scale(0.95);}
}



/* 视频 */
.video {
	position: relative;
	width: 740px;
    height: 411px;
    margin: 0 auto;
    border: 6px solid #4747E4;
    border-radius: 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8)
}
.video_frame {
	width: 740px;
    height: 411px;
}
.video_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/video.png') no-repeat center center;
	background-size: 100% 100%;
}

/* 公司简介 */
#company {
	position: absolute;
	top: -100px;
}
.company {
	position: relative;
	height: 1760px;
}
.company .title {
	width: 100%;
	height: 200px;
	background: url('../images/bt01.png') no-repeat center bottom;
	background-size: 65% auto;
    animation: fudong7 5s linear 0s infinite;
}
.company .text1 {
	width: 100%;
	height: 186px;
}
.company .text1 p {
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-weight: 800;
	font-size: 30px;
	text-align: center;
	color: #2522B7;
}
.company .text2{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 680px;
	height: 1300px;
    padding: 50px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: justify;
    background-image: -moz-linear-gradient( 90deg, rgb(44 42 199) 0%, rgb(65,63,250) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(44 42 199) 0%, rgb(65,63,250) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(44 42 199) 0%, rgb(65,63,250) 100%);
	z-index: 2;
}
.company .text2 p {
	text-indent: 50px;
	margin: 0;
	line-height: 42px;
}
.company .text2 span {
	color: #fccf44;
}
.company .liuda {
	width: 600px;
	height: 400px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.2);
	margin: 0px auto;
	background: url('../images/ld7.png') no-repeat center center;
	background-size: 80% auto;
}
.company .liuda li {
	position: absolute;
	width: 105px;
	height: 105px;
	border-radius: 100px;
	background-color: #ccc;
	line-height: 100px;
	text-align: center;
	background-size: 100% auto;
}
.company .liuda li:nth-child(1) {
	top: 47px;
    left: 160px;
	background: url('../images/ld1.png') no-repeat center center;
}
.company .liuda li:nth-child(2) {
	top: 47px;
    left: 342px;
	background: url('../images/ld2.png') no-repeat center center;
}
.company .liuda li:nth-child(3) {
	top: 146px;
    left: 493px;
	background: url('../images/ld3.png') no-repeat center center;
}
.company .liuda li:nth-child(4) {
	top: 257px;
    left: 342px;
	background: url('../images/ld4.png') no-repeat center center;
}
.company .liuda li:nth-child(5) {
	top: 257px;
    left: 160px;
	background: url('../images/ld5.png') no-repeat center center;
}
.company .liuda li:nth-child(6) {
	top: 146px;
    left: 8px;
	background: url('../images/ld6.png') no-repeat center center;
}
.company .liuda li a {
	display: block;
	width: 100%;
	height: 100%;
}
.company .liuda li img {
	width: 100%
}

.company .feiji {
	position: absolute;
    top: 580px;
    right: 400px;
    width: 300px;
    height: 300px;
    background: url('../images/109.png') no-repeat center top;
    background-size: 100% auto;
    z-index: 0;
	animation: feiji 8s linear infinite;
}
@keyframes feiji {
    0% {transform: translateX(0) translateY(0);}
    100% {transform: translateX(650px) translateY(-600px);}
}
.company .feiji2 {
	position: absolute;
    top: 580px;
    right: 400px;
    width: 50px;
    height: 40px;
    background: url('../images/feiji.png') no-repeat center top;
    background-size: 100% auto;
    z-index: 0;
	animation: feiji 8s linear 5s infinite;
}



/* 引才 */
.yincai {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 855px;
	margin-top: -260px;
	background: url('../images/bt02a.png') no-repeat left top;
	background-size: 100% auto;
}
.yincai_top1 {
	position: absolute;
    top: 300px;
    left: 145px;
    width: 560px;
    height: 300px;
    background: url('../images/bt02.png') no-repeat left bottom;
    background-size: 100% auto;
    animation: fudong7 5s linear 0s infinite;
    z-index: 3;
}
.yincai_top2 {
	position: absolute;
    top: 620px;
    width: 100%;
    color: #221CBA;
    text-align: center;
    font-size: 32px;
    line-height: 50px;
}
.yincai_top2 p {
	margin: 0;
}
.yincai_top2 h3 {
	margin: 0;
}
.yincai .feiji {
	position: absolute;
    top: 480px;
    right: -100px;
    width: 80px;
    height: 80px;
    background: url('../images/feiji.png') no-repeat center top;
    background-size: 100% auto;
    z-index: 0;
	animation: feiji_left 8s linear infinite;
}
@keyframes feiji_left {
    0% {transform: translateX(0) translateY(0) rotateY(180deg) rotateZ(30deg);}
    100% {transform: translateX(-950px) translateY(-300px) rotateY(180deg) rotateZ(30deg);}
}


.btn_company {
	z-index: 2;
	position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    margin: auto;
    width: 380px;
    color: #2321b9;
    font-size: 24px;
    background-color: #fccf44;
    line-height: 54px;
    text-align: center;
    font-weight: 600;
    border-radius: 27px;
}
.yincai .tab_nav {
	width: 751px;
	height: 100px;
	margin-left: 50px;
	overflow: hidden;
}
.yincai .tab_nav a {
	display: inline-block;
	width: 237px;
	height: 100px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin: 0 5px;
	background-color: #302EDB;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-image: url('../images/jz01a.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% auto;
}
.yincai .tab_nav a:nth-child(1) {
	background-color: #302EDB;
	background-image: url('../images/jz01a.png');
}
.yincai .tab_nav a:nth-child(1):hover {
	background-color: #fdcf45;
	background-image: url('../images/jz01.png');
}
.yincai .tab_nav a:nth-child(1).active {
	background-color: #fdcf45;
	background-image: url('../images/jz01.png');
}
.yincai .tab_nav a:nth-child(2) {
	background-color: #302EDB;
	background-image: url('../images/jz02a.png');
}
.yincai .tab_nav a:nth-child(2):hover {
	background-color: #fdcf45;
	background-image: url('../images/jz02.png');
}
.yincai .tab_nav a:nth-child(2).active {
	background-color: #fdcf45;
	background-image: url('../images/jz02.png');
}
.yincai .tab_nav a:nth-child(3) {
	background-color: #302EDB;
	background-image: url('../images/jz03a.png');
}
.yincai .tab_nav a:nth-child(3):hover {
	background-color: #fdcf45;
	background-image: url('../images/jz03.png');
}
.yincai .tab_nav a:nth-child(3).active {
	background-color: #fdcf45;
	background-image: url('../images/jz03.png');
}

.yincai .tab_content {
	border-radius: 0 0 30px 30px;
	width: 680px;
	margin-left: 55px;
    background-image: -moz-linear-gradient( 90deg, rgb(44 42 199) 0%, rgb(65,63,250) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(44 42 199) 0%, rgb(65,63,250) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(44 42 199) 0%, rgb(65,63,250) 100%);
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	padding: 50px 30px;
}
.yincai .tab_content > div {
	display: none;
}
.yincai .tab_content > div.active {
	display: block;
}
.yincai .tab_content p {
	font-size: 25px;
	line-height: 42px;
	text-indent: 48px;
	margin: 0;
	text-align: justify;
}
.yincai .tab_content span {
	color: #fccf44;
}


/* 五大平台 */
.wuda {
	position: relative;
	width: 740px;
	height: 640px;
	margin: 0 auto;
	padding-top: 45px;
}
.wuda .tab_nav {
	width: 740px;
	height: 100px;
}
.wuda .tab_nav a {
	display: inline-block;
	width: 237px;
	height: 100px;
	background-color: #fdcf45;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-image: url('../images/jz04.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% auto;
}
.wuda .tab_content {
	border-radius: 0 0 30px 30px;
	width: 740px;
	height: 515px;
	position: relative;
    background-image: -moz-linear-gradient( 90deg, rgb(44 42 199) 0%, rgb(65,63,250) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(44 42 199) 0%, rgb(65,63,250) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(44 42 199) 0%, rgb(65,63,250) 100%);
	padding: 50px 0px;
	z-index: 3;
}
.wuda .tab_content .wd1 {
	position: absolute;
    width: 481px;
    height: 90px;
    top: 36px;
    right: 40px;
	background: url('../images/wd1.png') no-repeat left top;
	background-size: 100% auto;
}
.wuda .tab_content .wd2 {
	position: absolute;
    width: 315px;
    height: 90px;
    top: 166px;
    left: 24px;
	background: url('../images/wd2.png') no-repeat left top;
	background-size: 100% auto;
}
.wuda .tab_content .wd3 {
	position: absolute;
    width: 315px;
    height: 90px;
    top: 166px;
    right: 24px;
	background: url('../images/wd3.png') no-repeat left top;
	background-size: 100% auto;
}
.wuda .tab_content .wd4 {
	position: absolute;
    width: 476px;
    height: 90px;
    top: 297px;
    right: 186px;
	background: url('../images/wd4.png') no-repeat left top;
	background-size: 100% auto;
}
.wuda .tab_content .wd5 {
	position: absolute;
    width: 500px;
    height: 90px;
    top: 428px;
    right: 65px;
	background: url('../images/wd5.png') no-repeat left top;
	background-size: 100% auto;
}
.wuda .tab_content div a {
	display: block;
	width: 100%;
	height: 100%;
}
.wuda .tab_content img {
	width: 100%;
}
.btn_wuda {
	z-index: 3;
	position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 380px;
    color: #2321b9;
    font-size: 24px;
    background-color: #fccf44;
    line-height: 54px;
    text-align: center;
    font-weight: 600;
    border-radius: 27px;
}


/* 职位列表 */
.job_list_top {
	position: relative;
	width: 100%;
	height: 810px;
    margin-top: -180px;
	background: url('../images/bt03a.png') no-repeat left top;
	background-size: 100% auto;
	z-index: 1;
}
.job_list_top2 {
	position: absolute;
    top: 300px;
    left: 145px;
    width: 560px;
    height: 290px;
    margin-top: 0px;
    background: url(../images/bt03.png) no-repeat left bottom;
    background-size: 100% auto;
    z-index: 2;
    animation: fudong7 5s linear 0s infinite;
}
.job_list_top3 {
	position: absolute;
    top: 600px;
    width: 100%;
    color: #221CBA;
    text-align: center;
    font-size: 32px;
    line-height: 50px;
}
.job_list_top3 p {
	margin: 0;
}
.job_list_top3 h3 {
	margin: 0;
}
.job_list_top .feiji {
	position: absolute;
    top: 480px;
    left: -100px;
    width: 80px;
    height: 80px;
    background: url('../images/feiji.png') no-repeat center top;
    background-size: 100% auto;
    z-index: 0;
	animation: feiji_right 8s linear infinite;
}
@keyframes feiji_right {
    0% {transform: translateX(0) translateY(0) rotateZ(15deg);}
    100% {transform: translateX(950px) translateY(-300px) rotateZ(15deg);}
}



.job_list {
	position: relative;
	width: 100%;
    margin: 0 auto;
}
.job_table {
	width: 782px;
    height: 1210px;
    padding-top: 178px;
    margin-left: 48px;
    background: url('../images/zpgw.png') no-repeat left top;
    background-size: 100% auto;
}
.job_table a {
	display: block;
	width: 100%;
	height: 50px;
    margin-bottom: 7px;
}

.zpdy {
	margin-top: 80px;
	width: 761px;
    height: 311px;
    margin-left: 45px;
    background: url('../images/zpdy.png') no-repeat left top;
    background-size: 100% auto;
}

.zplc {
	margin-top: 80px;
	width: 761px;
    height: 426px;
    margin-left: 45px;
    background: url('../images/zplc.png') no-repeat left top;
    background-size: 100% auto;
}

.qa {
	position: relative;
	margin-top: 80px;
	width: 765px;
    height: 1290px;
    margin-left: 42px;
    background: url('../images/qa.png') no-repeat left top;
    background-size: 100% auto;
}
.qa a {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 200px;
}

.footer {
	width: 850px;
    height: 1010px;
    margin-top: 50px;
}
.footer img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.footer_bg {
	width: 100%;
	height: 560px;
    background: url('../images/bt05.png') repeat-x 0 bottom;
    background-size: 100% auto;
    animation: footer_bg 20s linear 0s infinite;
}
@keyframes footer_bg {
    0% {background-position: 0 bottom;}
    100% {background-position: 850px bottom;}
}



/* 弹窗 */
.window {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 0, 68, 0.9);
	z-index: 100;
	display: none;
}

.window_content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 740px;
	height: 90%;
	background-color: #3937D1;
	border-radius: 30px;
	border: 2px solid #6160EF;
	transform-origin: left center;
	box-shadow: 5px 5px 5px #181694;
}
.window_content .div_window {
	margin: 130px 40px 30px 50px;
	padding-right: 10px;
	font-size: 25px;
	line-height: 42px;
	text-align: justify;
	color: #fff;
	height: 80%;
	overflow-y: auto;
}
.window_content .div_window::-webkit-scrollbar {
    width: 4px;    
}
.window_content .div_window::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.window_content .div_window::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
.window_content .div_window p {
	margin: 0;
	text-indent: 50px;
}
.window_content .div_window img {
	width: 100%;
}
.window_title {
	position: absolute;
    line-height: 60px;
    height: 60px;
    font-size: 40px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    font-weight: 600;
    z-index: 4;
    letter-spacing: 20px;
}
.window_title_bg {
	position: absolute;
    top: 80px;
    width: 100%;
    height: 6px;
    border-radius: 3px;
	background-image: -moz-linear-gradient( 0deg, rgb(94,92,232) 0%, rgb(57,55,209) 50%, rgb(94,92,232) 85%);
	background-image: -webkit-linear-gradient( 0deg, rgb(94,92,232) 0%, rgb(57,55,209) 50%, rgb(94,92,232) 85%);
	background-image: -ms-linear-gradient( 0deg, rgb(94,92,232) 0%, rgb(57,55,209) 50%, rgb(94,92,232) 85%);
	z-index: 1;
}
.window_close {
	position: absolute;
	bottom: -50px;
	width: 100%;
	text-align: center;
}
.window_close a {
	display: inline-block;
	width: 80px;
	height: 85px;
	background: url('../images/close.png') no-repeat center center;
	background-size: 100% 100%;
}


/* 左右浮动 */
@keyframes fudong7 {
    0%, 50%, 100% {transform: translateX(0);}
    25% {transform: translateX(-5px);}
    75% {transform: translateX(5px);}
}





