* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", "Microsoft YaHei";
    box-sizing: border-box;
}
p, p span, strong, a, h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑", "Microsoft YaHei" !important;
}
body {
    font-size: 16px;
    min-width: 1200px;
}
::-webkit-scrollbar {
    /* display: none; */
}
.container {
    width: 1200px;
    margin: 0 auto;
}
li {
    list-style-type: none;
    list-style: none;
}
a {
    text-decoration: none;
    display: inline-block;
}
img {
    max-width: 100%;
}
input {
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0;
    outline: 0;
}
.flexbox {
    display: flex;
}
.flexbox-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flexbox-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexbox-between {
    display: flex;
    justify-content: space-between;
}
.flexbox-end {
    display: flex;
    justify-content: flex-end;
}
.flexbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center {
    display: flex;
    align-items: center;
}
.swiper {
	width: 100%;
	height: 100%;
}
.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-25 {
    margin-bottom: 25px;
}
.my-50 {
    margin: 50px 0;
}
.py-40 {
    padding: 40px 0;
}
.py-50 {
	padding: 50px 0;
}
.pb-50 {
	padding-bottom: 50px;
}
.text-center {
	text-align: center;
}
.text-indent {
    text-indent: 2em;
}
.float-right {
    float: right;
    position: relative;
}
.clear {
    clear: both;
}
.block {
    display: block;
}
.bg-f4f8fb {
    background-color: #f4f8fb;
}
.line-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-2,
.line-3,
.line-4,
.line-5 {
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.line-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.line-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.line-5 {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}
/* 路由导航 */
.route {
    padding: 18px 0;
    color: #1a1a1a;
}
.bg-gray {
    background-color: #dff3fe;
}
.bg-white {
    background-color: #fff;
}
.route-border  {
    background-color: #fff;
    border-bottom: 1px solid #eef3f5;
}
.route a {
    color: #1a1a1a;
    position: relative;
    padding: 0 18px;
}
.route a:after {
  content: '';
  height: 10px;
  width: 1px;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(0, -50%);
}
.route a:last-child:after {
    width: 0;
    height: 0;
}

/* 分页 */
/* 分页 */
.pages {
  margin: 30px auto;
  justify-content: center;
}
.pages .prev,
.pages .next,
.xl-prevPage,
.xl-nextPage {
  width: 43px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  border: 1px solid #eeeeee;
}
.pages .prev a,
.pages .next a,
.xl-prevPage,
.xl-nextPage {
  color: #474747;
}
/* 第一页或最后页时上一页/下一页不显示 */
.pages .prev.disable,
.pages .next.disable {
    background-color: #f3f2f2;
    cursor: no-drop;
    
}
.pages .prev.disable a,
.pages .next.disable a {
    color: #bababa;
}
.xl-prevPage.xl-disabled,
.xl-nextPage.xl-disabled  {
    opacity: .5;
    cursor: no-drop;
}
.pages ul {
    display: flex;
    align-items: center;
}
.pages .pages-list .page-num,
.pages ul li.num {
    width: 43px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin: 5px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #474747;
}
.pages .pages-list span.page-num {
    border: none;
}
.pages .pages-list a.page-num-current,
.pages ul li.num.xl-active {
    background-color: #2878f5;
    color: #fff;
}
/* 图标 */
.icons {
    background: url(../images/icons-word.png) no-repeat;
    background-size: 77px 56px;
    display: inline-block;
}

/* 头部 */
.header-box {
  position: relative;
  background-color: #f8f8f8;
}
.header-box header {
    height: 80px;
    line-height: 80px;
    position: relative;
}
.navbar-brand img {
    display: block;
}
.head-nav {
    flex: 1;
    margin-left: 180px;
}
.header-box ul li {
  position: relative;
}
.head-nav a {
    font-size: 20px;
    color: #0e1928;
    height: 80px;
    line-height: 80px;
    position: relative;
}
.head-nav>li:hover>a,
.head-nav a:hover {
    font-weight: bold;
}
.head-nav>li:hover>a::after,
.head-nav>li>a.active::after {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 4px;
    height: 4px;
    background: linear-gradient(to right, #3ca2ff, #3467e9);
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
}
.nav-child-box {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    background-color: #fff;
    padding: 8px 5px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 110px;
    box-sizing: border-box;
    left: 0;
    top: 75px;
    position: absolute;
    z-index: 20;
    text-align: left;
    line-height: 30px;
}
.nav-child-box-length {
    min-width: 260px;
}
.nav-child-box-last {
    min-width: 130px;
}
.nav-child-box a {
    color: #0e1928;
    width: 100%;
    font-size: 18px;
    line-height: 37px;
    height: 37px;
    padding: 0 12px;
    white-space: nowrap;
}
.nav-child-box a:hover {
    color: #217fff;
    background: #eef6fd;
    border-radius: 5px;
}
.head-nav>li:hover .nav-child-box  {
    visibility: visible;
    opacity: 1;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
/* 查看更多 */
.know-more {
    color: #2878f5;
    display: block;
    font-size: 18px;
}
.icon-more-right {
    width: 9px;
    height: 14px;
    background-position: 0 0;
    margin-left: 5px;
    vertical-align: -1px;
}
/* 底部 */
.footer {
    background-color: #0b1a3c;
    padding: 40px 0;
}
.foot_main {
    justify-content: space-between;
}
.foot_info {
    padding: 0 20px;
}
.foot_info dl {
    padding-left: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}
.foot_info dt {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
}
.foot_info dt::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 20px;
    border-radius: 5px;
    background: linear-gradient(#82e4fc, #3f90e6);
    left: -20px;
    top: 8px;
}
.foot_info dd {
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
}
.foot_info dd a {
    color: #b4bac8;
}
.foot_info dd a:hover {
    color: #fff;
}
.foot_img {
    align-items: center;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}
.foot_img .foot_logo {
    margin-right: 20px;
}
.foot_bot {
    text-align: center;
    margin-top: 50px;
}
.foot_bot,
.foot_bot a {
    color: #b4bac8;
    font-size: 16px;
}


.title-h1 {
	font-size: 40px;
	color: #1c2033;
	font-weight: 800;
	position: relative;
	border-bottom: 4px solid #eff6f9;
	position: relative;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.title-h1::after {
	content: '';
	height: 6px;
	border-radius: 5px;
	left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: block;
    bottom: -5px;
	width: 80px;
	background: #5abfec;
}
/* 加入我们 */
.js-form {
    /* width: 1100px; */
    margin: 0 50px;
    padding-top: 30px;
}
.form-group {
    display: flex;
    margin-bottom: 30px;
}
.form-label {
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    color: #121212;
    text-align: right;
    line-height: 56px;
    padding-right: 15px;
}
.form-input {
    width: 80%;
    padding: 0 15px;
}
.radio-inline {
    line-height: 56px;
    font-size: 20px;
    margin-right: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 56px;
    padding: 14px 18px;
    font-size: 18px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
}
.form-control:focus {
    border-color: #b2d5fb;
    outline: 0;
}
.form-control::placeholder {
    color: #9a9a9a;
}
.form-control.js-job,
.form-control.js-intro {
    height: 150px;
    resize: none;
}
.js-submit {
    width: 160px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: linear-gradient(180deg, #3ca2ff, #3467e9);
    cursor: pointer;
    outline: 0;
    border: 0;
}
.js-submit:hover{
    background: linear-gradient(180deg, #5bccf9, #3467e9);
}

.modal-tips {
    display: none;
    min-height: 40px;
	line-height: 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px -3px #6a6a6a;
	position: fixed;
	padding: 0 20px;
	top: 50%;
	z-index: 999;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal-error {
	color: #ff1933;
    background-color: #fff7f7;
    border: 1px solid #ffd5d3;
}
.modal-success {
    background-color: #f0f9eb;
    border: 1px solid #d3eed8;
    color: #4caf50;
}
/* 二级导航 */
.subnav-box {
    background-color: #2878f5;
    height: 60px;
}
.subnav-list {
    height: 60px;
    line-height: 60px;  
}
.subnav-list a {
    color: #fff;
    padding: 0 30px;
}
.subnav-list a:hover,
.subnav-list a.active {
    background-color: #145be7;
}
.head-search-content {
  position: relative;
  /* z-index: 9; */
}
.head-search-input {
  width: 285px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #a9cef6;
  padding-left: 10px;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 14px !important;
}
.head-search-input:focus-visible {
  outline: 0;
}
.head-search-input::-webkit-input-placeholder,
.head-search-input::-moz-placeholder, 
.head-search-input:-ms-input-placeholder {    /* Chrome/Opera/Safari */
  color: #bfbfbf;
  font-size: 14px;
}
.btn-head-search {
  position: absolute;
  width: 40px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 0;
  right: 0;
  background: #4089f0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.head-search-content-red .btn-head-search {
  background: #940300;
}
.btn-head-search .icon-search {
  width: 17px;
  height: 17px;
  background-position: -60px 0;
  margin: auto;
  vertical-align: -2px;
  z-index: 9;
}
.list-box-ul {
    min-height: 50vh;
}