
body {
  font: 14px "MicrosoftYaHei", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  user-select: none;
}

ul,
li,
table,
tr,
td,
thead,
tbody,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}

a {
  text-decoration: none;
  color: inherit
}

.tc {
  text-align: center;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.top-part {
  padding-top: 18px;
  background-color: #fff;
   border-bottom: 3px solid #0a62be;

}

.mobile-header {
  display: none;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  color: #333;
  position: relative;
}

.mobile-menu-icon {
  background: url("../images/menu.png") 0 0 no-repeat;
  width: 23px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  left: 15px;
  top: 14px;
}

.header .logo {
  width: 176px;
  height: 54px;
  background: url("../images/logo.png") 0 0 no-repeat;
  margin-bottom: -20px;
}

.header .email {
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  color: #949494;
}

.header .email .emial-logo {
  width: 30px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  background: url("../images/yjglogo.png") center 0 no-repeat;
}
.header .email a{
  color: #323233;
}
.header .email a:hover{
  color: #0a62be;
  text-decoration: underline;
}
.menu {
  float: right;
  line-height: 50px;
  color: #323233;
  height: 50px;
  overflow: hidden;
}

.menu-item {
  z-index: 99;
  width: 102px;
  text-align: center;
  float: left;
  position: relative;
  margin-right: 1px;
}

.menu-item a {
  position: relative;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.menu-item a:hover {
 color: #0a62be;
}
.menu-item a:hover::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  bottom: -17px;
}

.sub-menu-container {
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .6);
  box-shadow: 0 1px 6px 0 #c7c7c7;
}

.sub-menu-container .submenu {
  position: absolute;
  display: none;
}

.submenu {
  z-index: 9;
}

.submenu li {
  display: inline-block;
  margin-right: 22px;
  z-index: 9;
}

.submenu li::before {
  content: "";
  background: url("../images/marrow.png") 0 0 no-repeat;
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-right: 5px;
}

.submenu li:hover {
  color: #0054ab;
  text-decoration: underline;
}

#panel {
  padding-top: 102px;
}

.container {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

/* footer style */

.footer {
  padding-top: 20px;
  background-color: #fff;
  font-size: 12px;
   border-top: 6px solid #0a62be;
}

.footer .container {
  overflow: inherit
}

.footer .container:before,
.footer .container:after {
  clear: both;
  font-size: 0;
  line-height: 0;
  display: table;
  content: "";
}

.link-title {
  color: #323232;
  width: 30%;
  font-size: 14px;
}

.link-container {
  width: 1060px;
  margin: 15px 0;
  border: 1px solid #e0e0e0;
  float: left;
}

.link-items {
  line-height: 40px;
  color: #464646;
  height: auto;
  overflow: hidden;
}

.link-item {
  float: left;
  width: 20%;
  text-align: center;
  cursor: pointer;
}

.link-item:hover {
  background-color: #85c8ed;
}

.link-item::after {
  content: "";
  width: 8px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/more.png") 0 center no-repeat;
}

.link-items-container {
  overflow: hidden;
  height: auto;
  padding: 10px 30px;
  margin-bottom: -15px;
  background-color: #fffef6;
  position: absolute;
  bottom: 73px;
  width: 1000px;
  z-index: 999;
  display: none;
}

.sub-link-item {
  width: 24%;
  margin-left: 1%;
  float: left;
  line-height: 40px;
}
.sub-link-item:hover{
  color: #0a62be;
}

.footer .copyright {
  font-family: "宋体";
  background-color: #fafafa;
  line-height: 40px;
  text-align: center;
  color: #192028;
  font-size: 12px;
}

.back-up {
  position: fixed;
  right: 50px;
  bottom: 170px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url("../images/back-up.png") 0 0 no-repeat;
}

.qcode {
  float: right;
  width: 93px;
  height: 76px;
  margin-top: -18px;
  background: url("../images/gfwx.png") 0 0 no-repeat;
}

.share-btns {
  width: 50px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -70px;
  cursor: pointer;
}

.share-btns .icon-wechat,
.share-btns .icon-pyq,
.share-btns .icon-weibo,
.share-btns .icon-qzone {
  width: 50px;
  height: 50px;
  background: url("../images/wx.png") 0 0 no-repeat;
  margin-top: 5px;
  transition: background 0.6s ease-out 0s
}

.share-btns .icon-pyq {
  background: url("../images/pyq.png") 0 0 no-repeat;
}

.share-btns .icon-weibo {
  background: url("../images/wb.png") 0 0 no-repeat;
}

.share-btns .icon-qzone {
  background: url("../images/kj.png") 0 0 no-repeat;
}

.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: 10px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block
}

/* common styles end */
.bx-wrapper{
  margin: 0;
  border: 0;
}
.bx-pager{
  position: absolute;
  bottom: 0;
}

.banner {
  /* height: 630px; */
  overflow: hidden;
}

.banner-item img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* 新闻中心 */

.section-title {
  font-size: 40px;
  line-height: 1;
  margin: 40px 0 40px;
  letter-spacing: 4px;
  color: #181513;
}

.section-tips {
  color: #808080;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.news-section {
  background-color: #fafafa;
}

.news-section .news-list {
  text-align: center;
  font-size: 0;
  position: relative;
}
.news-section .news-list .slick-arrow,.news-section .news-list .slick-arrow{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  height: 100%;
  width: 60px;
  transform:none;
  background: rgba(0, 0, 0, 0.14) url("../images/arrow-prev.png") center center no-repeat;
  cursor: pointer;
  visibility: hidden;
}
.news-section .news-list .slick-prev:before,.news-section .news-list .slick-next:before{
  content: "";
}
.news-section .news-list .slick-next{
  background-image:url("../images/arrow-next.png");
  right:0;
  left: auto;
}

.news-figure {
  width: 360px;
  height: 260px;;
  position: relative;
  display: inline-block;
  margin:0 30px;
  box-shadow: 0 0 24px #e9e5e5;
  overflow: hidden;
}
.news-figure img {
  transition: all .7s;
  width: 100%;
  height: 100%;
}

.news-figure:hover img {
  transform: scale(1.1, 1.1);
}

.news-figure .news-active {
  text-align: left;
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  padding: 14px 18px;
  font-size: 16px;
  line-height: 25px;
  color: #2b2a2a;
  transition: all .3s;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.news-figure:hover .news-active {
  bottom: 0;
}

.news-figure p {
  height: 3em;
  line-height: 1.5;
  overflow: hidden;
  letter-spacing: 2px;
}

/* .news-figure .news-button {
  width: 140px;
  line-height: 34px;
  font-size: 12px;
  color: #ffffff;
  background-color: #0a62be;
  box-shadow: 0px 0px 24px 0px #e9e5e5;
  border-radius: 17px;
  display: inline-block;
  margin: 6px auto 0;
  cursor: pointer;
} */

.news-more {
  width: 56px;
  font-size: 18px;
  letter-spacing: 2px;
  /* color: #0a62be;*/
  margin: 20px auto;
  display: block;
  text-decoration: none;
  float: right;
  margin-right: 14px;
}

/* 企业资质 */

.qualification {
  height: 530px;
  position: relative;
}

.qua-content {
  max-width: 768px;
  padding: 30px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 24px 0px rgba(184, 183, 176, 0.9);
  opacity: 0.9;
}

.qua-list {
  height: 268px;
  overflow-y: scroll;
}

.qua-list::-webkit-scrollbar {
  display: none;
}

.qua-item {
  width: 276px;
  line-height: 35px;
  float: left;
  font-size: 18px;
  letter-spacing: 2px;
  color: #323c45;
  margin-left: 60px;
  padding: 0 50px 0 18px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.qua-item::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../images/li-icon.png") 0 0 no-repeat;
  background-size: 100%;
  left: 0px;
  top: 12px;
  content: "";
}

.qua-item:nth-child(2n+1) {
  margin-left: 0;
}

.que-level {
  position: absolute;
  right: 0;
  top: 0;
}

.project-section {
  padding-bottom: 0;
}

.project-list {
  height: auto;
  font-size: 0;
  overflow: hidden;
}

.project-figure {
  position: relative;
  width: 25%;
  display: inline-block;
  overflow: hidden;
  margin: 0 10px;
}

.project-figure img {
  width: 100%;
  max-height: 186px;
  display: block;
  transition: all .7s;
}

.project-figure .project-active {
  /* display: none; */
  position: absolute;
  height: 90px;
  bottom: -90px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  transition: .3s all;
}

.project-figure:hover .project-active {
  bottom: 0;
}

.project-figure:hover img {
  transform: scale(1.2, 1.2);
  transform-origin: center;
}

.project-figure .project-title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 18px;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.read-more {
  width: 103px;
  height: 22px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  background: #0a62be url("../images/read-more.png") 90% center no-repeat;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}

/* 二级页面样式 */

.subpage {
  background-color: #f5f5f5;
}

.subpage-fzlc img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.subpage-banner {
  /* height: 580px; */
}

.subpage-container {
  margin-top: 20px;
  height: auto;
}

.aside-menu {
  font-size: 16px;
  color: #333333;
  float: left;
  width: 200px;
  margin-right: 20px;
  background-color: #fff;
}

.aside-menu li {
  line-height: 60px;
  padding: 0 20px;
  cursor: pointer;
  background: url("../images/more-a.png") 93% center no-repeat;
}

.aside-menu li:hover,
.aside-menu li.active {
  background-color: #fafafa;
}

.aside-menu li a {
  display: block
}

.aside-menu-title {
  padding: 0 20px;
  line-height: 70px;
  color: #f5f5f5;
  background-color: #0a62be;
}

.subpage-content {
  width: 900px;
  float: right;
  background-color: #fff;
  padding: 30px 40px 40px;
  margin-bottom: 40px;
}

.breadcrumb {
  font-size: 16px;
  color: #000;
}

.subpage-title-container {
  text-align: center;
  font-size: 36px;
  color: #010101;
  margin-bottom:30px;
}

.subpage-title {
  margin: 20px 0 0 0;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  line-height: 1.1;
}
.sub-title {
  margin: 22px 0 30px 0;
  line-height: 1.1;
  font-size: 20px;
}

/* .subpage-title::before,
.subpage-title::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
}

.subpage-title::before {
  top: 0;
  left: 0;
  background: url("../images/title-left.png") left top no-repeat;
}

.subpage-title::after {
  bottom: 0;
  right: 0;
  background: url("../images/title-right.png") right bottom no-repeat;
} */

.subpage-content-text img {
  margin: 0px auto;
  display: block;
  max-width: 100%;
}

.subpage-content-text img:first-child {
  margin-top: 0;
}

.subpage-content-text p {
  text-indent: 2em;
  line-height: 25px;
  margin-top: 5px;
}

/* 关于中浩 */

.subpage-content-text .asidepic {
  float: left;
  margin-right: 25px;
}

.item-icon::before {
  width: 10px;
  height: 10px;
  content: "?;
  display: inline-block;
  margin-right: 4px;
  color: #0a62be;
  text-indent: 0;
  font-size: 16px;
}

.fzlc {
  background: #fff url("../images/gyzh-bg.png") 0 bottom no-repeat;
  padding-bottom: 161px;
}

/* 企业文化相册 */

.culture-container {
  background: url("../images/qywh-bg.jpg") center 0 no-repeat;
}

.culture-container .container {
  background: url("../images/culture-bg.jpg") center 0 no-repeat;
  height: 856px;
}

.culture-album {
  width: 906px;
  height: 704px;
  margin: 60px auto 0;
}

#book-zoom {
  -ms-transition: -ms-transform 1s;
  transition: transform 1s;
  position: relative;
}

#book-zoom .book-left {
  display: none;
  width: 22px;
  height: 615px;
  top: 0;
  left: -22px;
  position: absolute;
  background: url("../images/book-left.png") 0 0 no-repeat
}

#book-zoom .book-right {
  display: none;
  position: absolute;
  right: -58px;
  top: 0;
  width: 58px;
  height: 615px;
  background: url("../images/book-right.png") 0 0 no-repeat
}

.sj-book {
  max-width: 906px;
  max-height: 615px;
  overflow: hidden;
}

.animated {
  transition: margin-left 0.2s ease-in-out;
}

.sj-book .page-wrapper {
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.culture-album .prebtn,
.culture-album .nextbtn {
  position: absolute;
  top: 300px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: url("../images/arrow-left.png") 0 0 no-repeat;
}

.culture-album .prebtn {
  left: 20px;
}

.culture-album .nextbtn {
  right: 20px;
  background: url("../images/arrow-right.png") 0 0 no-repeat;
}

.turnjs-slider {
  width: 1156px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 0 auto 20px;
}

.turnjs-slider .thumbnail {
  width: 115px;
  height: 85px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  top: -100px;
  left: -17px;
  display: none;
  -ms-transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
  -ms-transition: -ms-transform 0.2s;
  -ms-border-radius: 5px;
  transform: translate3d(0px, 50px, 0px) scale(0.1, 0.1);
  transition: transform 0.2s;
  border-radius: 5px;
}

.no-transition {
  -webkit-transition: none;
  -ms-transition: none;
}

.turnjs-slider .thumbnail div {
  width: 100px;
  margin: 7px;
  height: 70px;
  background-color: white;
}

.turnjs-slider .ui-state-hover .thumbnail {
  display: block;
  opacity: 0;
}

.turnjs-slider .ui-state-active .thumbnail {
  display: block;
  opacity: 1;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ui-state-disabled {
  cursor: default !important;
}

.turnjs-slider .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.turnjs-slider .ui-slider {
  position: relative;
  text-align: left;
}

.turnjs-slider .ui-slider-handle {
  position: absolute;
  z-index: 0;
  width: 80px;
  height: 8px;
  cursor: default;
  border-radius: 5px;
}

.turnjs-slider .ui-slider-horizontal {
  height: 8px;
  width: 1076px;
  margin-left: 39px;
}

.turnjs-slider .ui-slider-horizontal .ui-slider-handle {
  margin-left: -40px;
  margin-top: -1px;
}

.culture-pagation {
  display: none;
  text-align: center;
  color: #5c5955;
  font-size: 12px;
  line-height: 40px;
}

/* Interaction states
----------------------------------*/

.turnjs-slider .ui-slider-handle {
  border: 1px solid white;
  background-color: black;
  opacity: 0.2;
  display: block;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.turnjs-slider .ui-state-hover {
  opacity: 0.4;
}

.turnjs-slider .ui-state-active {
  opacity: 1;
}

/* 新闻中心 */

.news-list {
  overflow: hidden;
  height: auto;
}

.news-list li {
  position: relative;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}

.news-list li:hover .news-content,
.news-list li.slim:hover {
  background-color: #fafafa;
}

.news-list li:hover .news-title {
  color: #0a62be;
  text-decoration: underline;
}

.news-list .news-pic {
  float: left;
  height: 260px;
  width: 360px;
}

.news-pic img {
  width: 100%;
  height: 100%;
}

.news-list .news-content {
  float: right;
  width: 500px;
  height: 260px;
  padding: 0 10px;
}

.news-list .news-title {
  font-size: 16px;
  line-height: 40px;
  color: #000000;
}

.slim {
  margin-bottom: 0;
}

.slim .news-title {
  font-size: 14px;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}

.slim .news-date {
  font-size: 12px;
  width: 20%;
  float: left;
  text-align: right;
  line-height: 40px;
}

.news-list .news-date {
  color: #a8a8a8;
}

.news-list .news-text {
  margin-top: 14px;
  font-size: 12px;
  color: #a8a8a8;
}

.subpage-content-header {
  text-align: center;
  line-height: 1em;
  color: #b3b3b3;
  margin-top: -10px;
  margin-bottom: 40px;
}
.subpage-content-date,.subpage-content-publish {
  display: inline-block
}

.subpage-content-publish{
  margin-left: 55px;
}

.pagination {
  margin-top: 20px;
  text-align: center;
  color: #999;
}

.pagination a {
  font-size: 12px;
  color: inherit;
  margin-right: 10px;
  text-decoration: none;
}

.pagination .cur {
  color: #0a62be;
}

.pre-next-btn {
  margin-top: 20px;
  text-align: center;
}

.pre-btn,
.next-btn {
  display: inline-block;
  margin-right: 50px;
  line-height: 38px;
  width: 111px;
  text-align: center;
  color: #646464;
  background-color: #f0f0f0;
  cursor: pointer;
}

.next-btn {
  margin-right: 0;
}
.pre-next-btn a:only-child{
  margin: 0;
}
.pre-btn.disable,
.next-btn.disable {
  color: rgba(100, 100, 100, .3);
  background-color: rgba(240, 240, 240, .3);
}

.picture-list {
  height: auto;
  overflow: hidden;
}

.picture-list li {
  width: 48%;
  height: 270px;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

.picture-list li:nth-child(odd) {
  margin-right: 4%;
}

.picture-list li img {
  display: block;
  width: 100%;
  height: 100%;
}

.picture-list li .project-title,.picture-list .news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color:#fff;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.9;
}

/* 企业资质 */

.subpage-qualification-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.subpage-qualification-table thead {
  border-top: 4px solid #0054ab;
  background-color: #fcfcfc;
}

.subpage-qualification-table thead td {
  font-size: 14px;
  color: #a3a0a0;
}

.subpage-qualification-table td {
  padding: 0 30px;
  border: 1px dashed #cecece;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #333333;
}

.subpage-qualification-table td:nth-child(even) {
  text-align: center;
  width: 22%;
}

/* 人力资源 */

.item-tips {
  padding-left: 10px;
}

.hr-invite {
  background-color: #fafafa
}

.hr-invite .picture-list li {
  margin-bottom: 0;
}

.hr-invite .picture-list p {
  font-size: 16px;
  color: #5c5c5c;
  line-height: 60px;
}

.zp-list {
  padding: 0 65px;
}

.contact .subpage-content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none;
}

.contact-map {
  position: relative;
  max-width: 1062px;
  margin: 0 auto;
}

.contact-map .map {
  width: 100%;
  height: 360px;
  border: 1px solid #f2f2f2
}

.address-content {
  line-height: 48px;
  position: relative;
  margin: 20px auto;
  border: 1px solid #f2f2f2
}

.address-content .address-item {
  padding: 0 20px;
  height: auto;
  overflow: hidden;
  font-size: 16px;
}

.address-content .address-item:nth-child(odd) {
  background-color: #efefef;
  opacity: 0.8;
}

.address-content .address-label {
  float: left;
  text-align: center;
  width: 12%;
  font-weight: bold;
}

.address-content .address-text {
  float: left;
  width: 80%;
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
}

.BMap_cpyCtrl,
.anchorBL {
  display: none
}