@import "iconfont.css";
html,
body {
  width: 100%;
  min-height: 100%;
  font-size: 14px;
  color: #404040;
  min-width: 1366px;
  overflow-x: auto;
}
p,
li,
ul,
ol,
html,
body,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
ul,
li,
ol {
  list-style: none;
}
* {
  box-sizing: border-box;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
*:focus {
  outline: none;
}
.clearfloat {
  zoom: 1;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
a {
  text-decoration: none;
}
header {
  color: #666;
  background: #fff;
  position: relative;
  z-index: 99;
}
header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
}
header > div {
  width: 1180px;
  margin: 0 auto;
  zoom: 1;
}
header > div:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
header > div .logo {
  float: left;
  overflow: hidden;
}
header > div .logo:hover {
  cursor: pointer;
}
header > div .logo img {
  float: left;
}
header > div .logo .logo1 {
  padding-top: 22px;
  width: 47px;
  position: relative;
  z-index: 2;
}
header > div .logo .logo2 {
  padding-top: 22px;
  width: 149px;
  margin-left: 6px;
  position: relative;
  left: 0;
  z-index: 1;
  transition: left 0.6s;
}
header > div .logo .logo2.scroll {
  left: -160px;
}
header > div ul {
  float: right;
  margin-bottom: 0;
  /*为避免分页样式影响*/
}
header > div ul > li {
  float: left;
  padding: 32px 25px;
  position: relative;
}
header > div ul > li > a {
  color: #666666;
  font-size: 14px;
  line-height: 19px;
}
header > div ul > li > a:hover {
  cursor: pointer;
  text-decoration: none;
  /*为避免分页样式影响*/
}
header > div ul > li em {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  transition: background 0.3s;
}
header > div ul > li ol {
  display: none;
  position: absolute;
  left: 0;
  height: 60px;
  bottom: -60px;
  background: #4D4A4F;
  zoom: 1;
  width: 1000px;
}
header > div ul > li ol:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
header > div ul > li ol a {
  color: #D0CED6;
}
header > div ul > li ol a:hover {
  color: #D0CED6;
  /*避免分页样式影响*/
  text-decoration: none;
  /*避免分页样式影响*/
}
header > div ul > li ol li {
  padding: 20px 25px;
  float: left;
}
header > div ul > li.act > a {
  color: #3662AD;
}
header > div ul > li.act em {
  background: #3662AD;
}
header > div ul > li:hover > a {
  transition: color 0.3s;
  color: #3662AD;
}
header > div ul > li:hover em {
  background: #3662AD;
}
header > div ul > li:hover ol {
  display: block;
}
/****非首页banner样式****/
.sec-banner {
  min-height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("../images/secbanner@2x.png");
}
.sec-banner .btitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 30px;
  width: 1180px;
  text-align: right;
  margin: 0 auto;
}
/***二级菜单样式**/
.section .content .menu {
  border-bottom: 1px solid #E5E5E5;
}
.section .content .menu-bar {
  margin: 0 auto;
  width: 1180px;
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.section .content .menu-bar a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.section .content .menu-bar .sub {
  flex: 1;
  color: #4D4852;
  display: flex;
  align-items: center;
}
.section .content .menu-bar .sub .icon-home {
  margin-right: 20px;
  color: #999999;
  font-size: 11px;
}
.section .content .menu-bar .sub ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .menu-bar .sub ul li {
  margin-right: 10px;
  padding: 27px 0;
}
.section .content .menu-bar .sub ul li:not(:first-child)::before {
  font-family: 'iconfont';
  content: "\e648";
  font-size: 4px;
  margin-right: 10px;
  color: #999999;
  vertical-align: middle;
}
.section .content .menu-bar .news {
  color: #999999;
}
.section .content .menu-bar .news ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .menu-bar .news ul li {
  margin-left: 50px;
  position: relative;
  padding: 27px 0;
}
.section .content .menu-bar .news ul li.act {
  color: #666666;
}
.section .content .menu-bar .news ul li.act::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #3662AD;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.section .content .sec-menu {
  margin: 0 auto;
  width: 1180px;
  display: flex;
  font-size: 12px;
  color: #999999;
  background-color: #FAFAFA;
  padding: 0 33px;
  margin-top: 30px;
}
.section .content .sec-menu a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.section .content .sec-menu ul {
  display: flex;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .sec-menu ul li {
  margin-right: 50px;
  font-weight: bold;
  position: relative;
  padding: 17px 0;
}
.section .content .sec-menu ul li.act {
  color: #666666;
}
.section .content .sec-menu ul li.act::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #FF0100;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
footer {
  font-size: 16px;
  color: #DBDBDB;
  padding-top: 52px;
  background: #4D4A4F;
  padding-bottom: 15px;
}
footer .wrapper{
  border-bottom: 1px solid #616161;
  padding-bottom: 15px;
}
footer > div {
  zoom: 1;
  width: 1180px;
  margin: 0 auto;
}
footer > div:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
footer .left {
  float: left;
}
footer .left p {
  margin-bottom: 15px;
  font-size: 16px;
}
footer .right {
  float: right;
}
footer .right ul {
  zoom: 1;
}
footer .right ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
footer .right ul li {
  float: left;
  margin-left: 50px;
}
footer .right a {
  color: #DBDBDB;
}
footer .right .box {
  zoom: 1;
  padding-left: 470px;
  margin-top: 27px;
  width: auto;
  /*避免分页的样式影响*/
}
footer .right .box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
footer .right .box > div {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
}
footer .right .box > div:hover .alert {
  display: block;
}
footer .right .box > div img {
  width: 50px;
}
footer .right .box > div .alert {
  display: none;
  bottom: 50px;
  left: -30px;
  background: url('../images/alertbox.png');
  width: 110px;
  height: 114px;
  position: absolute;
  text-align: center;
  padding: 6px 0 0 0;
  /*为了避免分页样式影响*/
  margin-bottom: 0;
  /*为了避免分页样式影响*/
}
footer .right .box > div .alert img {
  width: 98px;
}
footer .right .box div + div {
  margin-left: 30px;
}
footer .banquan {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
}
footer .banquan a {
  color: #DBDBDB;
}
/*友情链接*/
footer .friendship{
  padding: 33px 0 19px;
  border-bottom: 1px solid #616161;
}
footer .friendship .title{
  float: left;
  margin-right: 50px;
  font-size: 16px;
}
footer .friendship .links{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .friendship .links .link{
  margin-right: 27px;
  margin-bottom: 14px;
  color: #DBDBDB;
  font-size: 14px;
}
/***页面样式***/
.pagination-box {
  display: block;
  text-align: center;
}
.pagination-box .pagination li a,
.pagination-box .pagination li span,
.pagination-box .pagination li a:hover,
.pagination-box .pagination li span:hover {
  color: #404040;
  border: 1px solid #E5E5E5;
}
.pagination-box .pagination li.active a,
.pagination-box .pagination li.active span,
.pagination-box .pagination li.active span:hover,
.pagination-box .pagination li.active span:focus {
  background-color: #fff;
  border: 1px solid #FF0100;
  color: #FF0100;
}
/***字体图标***/
@font-face {
  font-family: 'iconfont';
  src: url('./iconfont/iconfont.eot');
  src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('./iconfont/iconfont.woff2') format('woff2'), url('./iconfont/iconfont.woff') format('woff'), url('./iconfont/iconfont.ttf') format('truetype'), url('./iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section .content .menu {
  border-bottom: 1px solid #E5E5E5;
}
.section .content .menu-bar {
  margin: 0 auto;
  width: 1180px;
  display: flex;
  font-size: 12px;
}
.section .content .menu-bar .sub {
  flex: 1;
  font-weight: bold;
  color: #4D4852;
  display: flex;
  align-items: center;
}
.section .content .menu-bar .sub .icon-home {
  margin-right: 20px;
  color: #999999;
  font-size: 12px;
}
.section .content .menu-bar .sub ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.section .content .menu-bar .sub ul li {
  margin-right: 10px;
  padding: 27px 0;
}
.section .content .menu-bar .sub ul li:not(:first-child)::before {
  font-family: 'iconfont';
  content: "\e648";
  font-size: 4px;
  margin-right: 10px;
  vertical-align: middle;
}
.section .content .menu-bar .news {
  color: #999999;
}
.section .content .menu-bar .news ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.section .content .menu-bar .news ul li {
  margin-left: 50px;
  position: relative;
  padding: 27px 0;
}
.section .content .menu-bar .news ul li.act::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #3662AD;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.section .content .ccontent{
  margin: 20px auto 0;
  width: 1180px;
}
/*科技研发、加入创融*/
.ccontent {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  padding-top: 27px;
  padding-bottom: 50px;
}
.ccontent:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ccontent .bg {
  position: absolute;
  bottom: 0;
  left: -50px;
  z-index: -1;
}
.ccontent .left {
  float: left;
  color: #4D4852;
}
.ccontent .left .tit {
  font-size: 16px;
  margin-bottom: 13px;
  font-weight: bold;
  color: #4D4852;
}
.ccontent .left .ftit{
  color: #999999;
  font-size: 12px;
}

.content .ccontent .item{
  width: 366px;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
.ccontent .left ul{
  zoom: 1;
  margin-top: 35px;
}
.ccontent .left ul li{
  float: left;
  list-style: disc;
  list-style-position: inside;
  color: #4C92EF;
  margin-right: 40px;
}
.ccontent .left ul li .text{
  color: #4D4852;
}
.ccontent .left h3 {
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 24px;
  color: #4D4852;
}
.ccontent .right {
  width: 630px;
  float: right;
}
.ccontent .right .tit {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #4D4852;
}
.ccontent .right p {
  color: #585858;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 12px;
}

/*战略板块-科技研发-两侧划入模块*/
.advantage {
  background: #FFFFFF;
  padding-bottom: 50px;
  margin-top: 50px;
}
.advantage > p {
  font-size: 20px;
  text-align: center;
  padding: 30px;
  font-weight: bold;
}
.advantage .main {
  width: 1180px;
  margin: 0 auto;
  zoom: 1;
}
.advantage .main:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.advantage .main > div {
  width: 570px;
  height: 300px;
  background-size: 100% 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.advantage .main > div:hover > div {
  height: 75%;
  top: 76px;
  background: #3662AD;
  opacity: 0.9;
}
.advantage .main > div.m1 {
  background-image: url('../images/m4.png');
}
.advantage .main > div.m2 {
  background-image: url('../images/m5.png');
  margin-left: 40px;
}
.advantage .main > div > div {
  width: 100%;
  height: 75%;
  transition: all 0.3s;
  color: #fff;
  padding-left: 21px;
  padding-bottom: 20px;
  padding-right: 21px;
  position: absolute;
  top: 245px;
  background: rgba(0, 0, 0, 0.7);
}
.advantage .main > div > div .text{
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
.advantage .main > div > div .navto{
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.advantage .main > div > div .navto a{
  color: #FFFFFF;
}
.advantage .main > div > div > p {
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  color: #FFFFFF;
}
.advantage .main > div > div ul {
  zoom: 1;
}
.advantage .main > div > div ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.advantage .main > div > div ul li {
  list-style: disc;
  width: 30%;
  float: left;
  list-style-position: inside;
  padding-left: 7px;
}
/*战略板块-科技研发-研发优势*/
.dev-advantage{
  min-height: 246px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-image: url(../images/adv-bg@2x.png);
}
.dev-advantage .tit {
  text-align: center;
  color: #4D4852;
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0 30px;
}
.dev-advantage .content{
  width: 1180px;
  margin: 0 auto 70px;
}

.dev-advantage > div {
  display: flex;
  width: 1180px;
  margin: 0 auto;
}
.dev-advantage a {
  flex: 1;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 12px 1px rgba(0, 45, 121, 0.06);
  height: 170px;
  color: #404040;
  padding-top: 30px;
  cursor: pointer;
}
.dev-advantage a em {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.dev-advantage a em.icon1 {
  background: url('../images/adv-icon01@2x.png');
  background-size: 100% 100%;
}
.dev-advantage a em.icon2 {
  background: url('../images/adv-icon02@2x.png');
  background-size: 100% 100%;
}
.dev-advantage a em.icon3 {
  background: url('../images/adv-icon03@2x.png');
  background-size: 100% 100%;
}
.dev-advantage a em.icon4 {
  background: url('../images/adv-icon04@2x.png');
  background-size: 100% 100%;
}
.dev-advantage a div {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #3662AD;
  padding-left: 19px;
}
.dev-advantage a p {
  margin-top: 12px;
  color: #585858;
  padding: 0 16px;
  font-size: 14px;
  line-height: 26px;
}
.dev-advantage a + a {
  margin-left: 14px;
}

/*加入创融-人才理念*/
.idea{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/join-bg@2x.png");
  height: 372px;
}
.idea .content{
  width: 1180px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.idea .content .image{
  width: 475px;
  height: 322px;
  position: absolute;
  bottom: -65px;
}
.idea .content .image img{
  width: 100%;
  height: 100%;
}
.idea .content .note{
  width: 705px;
  height: 191px;
  background: #3662AD;
  color: #FFFFFF;
  position: absolute;
  bottom: -65px;
  right: 0;
}
.idea .content .note .cont{
  width: 580px;
  margin: 0 auto;
  padding-top: 33px;
  color: #FFFFFF;
}
.idea .content .note .cont .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.idea .content .note .cont .ftit{
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 22px;
}
.blank{
  width: 100%;
  height: 135px;
  background: #FFFFFF;
}

/*加入创融-城市搜索模块*/
.join {
  background-color: #FAFAFA;
}
.join .main {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0;
}
.join .main .top {
  zoom: 1;
  line-height: 36px;
}
.join .main .top:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.join .main .top > span {
  float: left;
}
.join .main .top .btn{
  float: right;
}
.join .main .top .btn > a {
  border: #3662AD 1px solid;
  width: 84px;
  height: 36px;
  margin-left: 20px;
  float: left;
  text-align: center;
  color: #3662AD;
  cursor: pointer;
}
.join .main .top .btn > a.search {
  color: #fff;
  background: #3662AD;
}
.join .main .top .btn > a.reset {
  background: #FFFFFF;
  color: #3662AD;
  border: 1px solid #3662AD;
}
/*.join .main .top a + a {*/
/*  margin-right: 20px;*/
/*}*/
.join .job-list {
  margin-top: 50px;
}
.join .job-list li {
  background: #fff;
  height: 70px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.join .job-list li.open {
  height: auto;
}
.join .job-list li.open .job em {
  background-image: url('../images/off.png');
}
.join .job-list li .job {
  padding: 0 60px 0 40px;
  line-height: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.join .job-list li .job .place {
  right: 75px;
  display: inline-block;
  margin-left: 40px;
}
.join .job-list li .job em {
  position: absolute;
  right: 40px;
  height: 15px;
  width: 15px;
  background-size: 100% 100%;
  background-image: url('../images/on.png');
  top: 28px;
}
.join .job-list li .job em:hover {
  cursor: pointer;
}
.join .job-list li .info {
  padding: 30px 40px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  zoom: 1;
}
.join .job-list li .info:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.join .job-list li .info h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}
.join .job-list li .info p {
  white-space: pre-line;
  line-height: 1.5;
}
.join .job-list li .info .left {
  flex: 1;
}
.join .job-list li .info .right {
  margin-left: 160px;
  flex: 1;
}
.join .job-list li + li {
  margin-top: 20px;
}
.select {
  margin-left: 23px;
  float: left;
  cursor: pointer;
  position: relative;
}
.select .check {
  border: 1px solid #CCCCCC;
  background: #fff;
  position: relative;
  width: 180px;
  line-height: 36px;
  height: 36px;
  padding-left: 20px;
}
.select .check em {
  position: absolute;
  right: 20px;
  border-bottom: 15px;
}
.select ul {
  z-index: 8;
  width: 180px;
  position: absolute;
  top: 38px;
  left: 0;
  overflow: visible;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  line-height: 1.5;
  max-height: 230px;
}
.select ul.province {
  max-height: fit-content;
}
.select ul.city {
  overflow-y: scroll;
}
.select ul li {
  padding: 10px 24px;
  position: relative;
}
.select ul li.open {
  background-color: #f9ebdc;
}
.select ul li.open em {
  display: inline-block;
}
.select ul li.open .city {
  background-color: #f9ebdc;
  display: block;
}
.select ul li.opt::before {
  content: "\e664";
  font-family: 'iconfont';
  position: absolute;
  left: 5px;
}
.select ul li em {
  display: none;
}
.select ul li .city {
  display: none;
  left: 180px;
  top: 0;
  border-radius: 0;
}
.select ul li .city li.active {
  background-color: #f89320;
}
