* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  color: #656565;
}

a {
  color: #00b7ff;
  text-decoration: none;
}

ul li,
ol li {
  list-style: none;
}
.header-div {
  background-color: #666666;
  color: #cacaca;
  width: 100%;
}
.header-div div {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
}
.header-div a {
  float: right;
  margin-left: 10px;
  color: #cacaca;
}
.wid {
  width: 1100px !important;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main {
  overflow: hidden;
  min-width: 1100px;
}
/* 头部 */
.header {
  position: relative;
  text-align: center;
}

.selected {
  display: block;
}
.tab {
  float: right;
}
.tab .tab-item {
  display: inline-block;
  padding: 45px 0;
  margin: 0 20px;
  cursor: pointer;
}
.tab .tab-item span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333 !important;
}
.active {
  border-bottom: 3px solid #004b97;
  color: #004b97;
}
.collect {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
  color: #333333 !important;
}
.collect:hover {
  border: 1px solid #004b97;
  color: #004b97 !important;
}
.logo {
  position: absolute;
  left: 0;
  top: 23px;
  width: 280px;
  height: 70px;
}
.logo img {
  width: 100%;
  height: 100%;
}

/* 首页 */
.swiper-container,
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  border: 2px solid #fff;
  margin-left: 10px !important;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 110px;
}
.atlas {
  width: 1100px;
  overflow: hidden;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 25px;
  margin: 0 auto;
}
.atlas .title {
  color: #656565;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.atlas .introduce {
  float: left;
  width: 529px;
  padding-left: 10px;
}
.atlas .introduce-info {
  padding: 0px 20px 50px 0;
  border-right: 1px solid #b5b4b4;
}
.atlas .introduce-info li {
  text-indent:2em;
}
.atlas .contact {
  float: left;
  width: 530px;
  padding-left: 20px;
  padding-right: 10px;
}
.atlas .contact-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.project {
  width: 100%;
  background: #e5e5e5;
  padding-bottom: 80px;
}
.project-info {
  width: 1100px;
  margin: 0 auto;
}
.project-title {
  padding: 30px 10px;
  font-size: 16px;
}
.project-list {
  overflow: hidden;
}
.project-list li {
  width: 260px;
  height: 175px;
  line-height: 175px;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 30px;
  margin-left: 20px;
}
.project-list .project-1 {
  margin-left: 0;
  background-image: url(../images/project/project-1.png);
}
.project-list .project-2 {
  background-image: url(../images/project/project-2.png);
}
.project-list .project-3 {
  background-image: url(../images/project/project-3.png);
}
.project-list .project-4 {
  background-image: url(../images/project/project-4.png);
}
.manage {
  width: 100%;
  text-align: center;
  background: #fff;
  padding-bottom: 60px;
  margin-top: -70px;
}
.manage dl {
  width: 23%;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0px 0px 10px #eaeaea;
  padding: 70px 0 50px 0;
  margin: 0 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.manage dl:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.manage dl dt {
  height: 90px;
  margin-bottom: 50px;
}
.title-weight {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.message {
  font-size: 16px;
  color: #747474;
}

/* 关于我们 */
.banner-img {
  height: 320px;
}
.banner-img img {
  width: 100%;
  height: auto;
}
.headline {
  font-size: 30px;
  color: #0050a9;
  padding-bottom: 35px;
  padding-left: 10px;
}
.synopsis {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.synopsis-dl {
  overflow: hidden;
}
.synopsis-dl dt {
  width: 40%;
  float: left;
  text-align: center;
}
.synopsis-dl dd {
  width: 59%;
  float: right;
}
.synopsis-dl dt img {
  width: 90%;
  height: auto;
  margin-top: 8px;
}
.synopsis-dl dd ul {
  margin: 0 10px;
}
.synopsis-dl dd li {
  text-indent: 2em;
  line-height: 40px;
  font-size: 14px;
}
.synopsis-dl dd li:last-child {
  margin-bottom: 60px;
}
.culture {
  clear: both;
  width: 100%;
  height: 400px;
  background: #0050a9;
  color: #fff;
}
.leftImg {
  width: 40%;
  float: right;
}
.leftImg img {
  margin-top: 55px;
  width: 420px;
  height: auto;
}
.rightAbbr {
  width: 48%;
  float: left;
  margin-left: 60px;
}
.rightAbbr p {
  font-size: 30px;
  margin: 65px 0 25px 0;
}
.rightAbbr-ul li {
  margin-bottom: 10px;
}
.rightAbbr-ul li span {
  line-height: 30px;
}
.rightAbbr-ul li span:first-child {
  width: 80px;
  float: left;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.rightAbbr-ul li span:last-child {
  display: table-cell;
  padding-left: 10px;
}
.mien {
  background: #fff;
  padding: 50px 0 120px 0;
}
.mien p {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.mien img {
  width: 100%;
  height: auto;
}

/* 新闻动态 */
.news {
  background: #fff;
}
.news-active {
  background: #0050a9;
  color: #fff !important;
}
.tabNews {
  margin: 40px 0 20px 0;
}
.tabNews-item {
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  margin-right: 30px;
  border-radius: 25px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
.content-main {
  display: none;
}
.hide {
  display: block;
}
.list-dl {
  width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.list-dl .dt {
  width: 220px;
  float: left;
}
.list-dl .dt img {
  width: 100%;
  height: 150px;
}
.list-dl .dd {
  display: table-cell;
  padding-left: 20px;
}
.list-dl .dd p {
  padding-bottom: 15px;
  color: #a9a9a9;
}
.list-dl dd p:last-child {
  padding-bottom: 0;
  line-height: 30px;
}
.company-news {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.topic {
  font-weight: bold;
  font-size: 16px;
  color: #dd5d5b;
  margin-left: 20px;
}

/* 招贤纳士 */
.recruit {
  background: #fff;
  margin-top: 50px;
  margin-bottom: 190px;
}
.form-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.recruit-form .title {
  font-size: 24px;
  font-weight: bold;
}
.recruit-form li {
  line-height: 40px;
  text-indent: 2em;
}
.redw {
  width: 90px;
  margin-left: 5px;
  display: block;
  text-align: center;
  color: #0050a9;
}
.ash {
  color: #5d5d5d;
}
.redw:hover {
  background: #0050a9;
  color: #fff;
}
.num {
  width: 130px;
  color: #a9a9a9;
  text-align: center;
}
.contact-synopsis dt {
  float: right;
}
.contact-synopsis dd {
  float: left;
}
/* 联系我们 */
.map {
  position: relative;
  width: 1264px;
  margin: 0 auto;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 115px;
}
.Peking {
  position: absolute;
  width: 35px;
  height: 20px;
  top: 388px;
  right: 320px;
}
.Peking:hover .Peking-dialog {
  display: block !important;
}
.Shenyang {
  position: absolute;
  width: 35px;
  height: 20px;
  top: 339px;
  right: 164px;
}
.Shenyang:hover .Shenyang-dialog {
  display: block !important;
}
.mudanjiang {
  position: absolute;
  width: 45px;
  height: 20px;
  top: 233px;
  right: 68px;
}
.mudanjiang:hover .mudanjiang-dialog {
  display: block !important;
}
.Harbin {
  position: absolute;
  width: 45px;
  height: 20px;
  top: 197px;
  right: 109px;
}
.Harbin:hover .Harbin-dialog {
  display: block !important;
}
.Shenzhen {
  position: absolute;
  width: 45px;
  height: 20px;
  bottom: 257px;
  right: 343px;
}
.Shenzhen:hover .Shenzhen-dialog {
  display: block !important;
}
.dialog {
  position: absolute;
  width: 256px;
  height: 126px;
  background: #fff;
  border: 2px solid #ff9343;
  top: -150px;
  left: -25px;
  display: none;
}
.dialog li {
  text-align: left;
  padding-left: 20px;
  padding-top: 15px;
  font-size: 16px !important;
}
.dialog li:first-child {
  font-size: 18px !important;
  color: #333333;
  font-weight: bold;
}

.dialog li:nth-child(3) {
  padding-top: 10px !important;
}
.arrows {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 25px;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: 15px;
  border-style: solid dashed dashed dashed;
  border-color: #ff9343 transparent transparent transparent;
}
.arrows-small {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: 13px;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 27px;
  bottom: -25px;
}
.mudanjiang-dialog {
  left: -197px !important;
}
.mudanjiang-arrows {
  left: 202px !important;
}
.mudanjiang-arrows-small {
  left: 204px !important;
}
.Harbin-dialog {
  left: -197px !important;
}
.Harbin-arrows {
  left: 202px !important;
}
.Harbin-arrows-small {
  left: 204px !important;
}

.collect-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
}
.dialog-main {
  width: 400px;
  height: 200px;
  background: #fff;
  margin: 15% auto;
  border-radius: 5px;
  position: relative;
}
.dialog-main p {
  width: 80%;
  margin-left: 10%;
  padding-top: 65px;
  line-height: 30px;
  font-size: 16px;
}
.dialog-close {
  width: 20px;
  height: 20px;
  background: #fa1328;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 16px;
  cursor: pointer;
}
