body {
  font-family: "pingfang SC", "Microsoft YaHei", 微软雅黑, STHeiti;
}
.busd3_wz p * {
    line-height: 28px;
}
.duty41 .wz p{
  font-size: 13px;
  line-height: 28px;
}
::selection {
  background: #222;
  color: white;
  text-shadow: none;
}

::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #f2f2f2;
}

::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background: #666;
}

* {
  text-align: justify;
}

/* index */
.header_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 80px;
}

.logo img {
  height: 37px;
}

.logo {
  float: left;
}

.header_right {
  float: right;
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.header_cot {
  /* padding: 80px 0 35px; */
    padding: 23px 0 21px;
}

.header_menu {
  float: left;
  margin-right: 60px;
  /* margin-top: 2px; */
}

.language {
  float: right;
}

.language ul {
  display: inline-flex;
}

.language li {
  padding: 0 0 0 10px;
  font-size: 13px;
  position: relative;
}

.language a {
  width: 34px;
  line-height: 32px;
  border: solid 1px #ddd;
  text-align: center;
  background: #fff;
}

/* .language li:first-child:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  background: #aaa;
  margin-top: -8px;
} */

.language a img{
  width: 15px;
  opacity: 0.6;
}

.language a:hover {
  background: #ec6c00;
  color: #fff
}

.header_menu li {
  float: left;
  padding: 0 12px;
  font-size: 15px;
}

.header_menu li a {
  line-height: 20px;
  font-weight: bold;
}

/* .header_menu li a:hover, */
.header_menu li.active a {
  color: #ec6c00;
}

.header {
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  border-bottom: solid 1px #ddd;
  z-index: 9;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.header.scroll {
  position: fixed;
  top: -80px;
}

.header.scroll.into {
  top: 0;
}

.wrapper {
  margin-top: 80px;
}

.banner {
  position: relative;
  height: 500px;
}

.banner img{
  width: 100%;
}

.banner_wz {
  position: absolute;
  top: 64%;
  width: 100%;
  left: 0;
  text-align: right;
}

.banner_wz img {
  max-width: 100%;
  width: 340px;
}

.banner_wz .container {
  text-align: right;
}

.banner_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 15% center;
  height: 100%;
}

.ind_box1 {
  background: #efefef;
  padding: 100px 0;
}

.ind1_left {
  width: 61%;
  padding: 70px 68px 70px 40px;
}

.ind1_right {
  width: 39%;
}

.ind1_cot {
  display: flex;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.ind1_img {
  height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ind_tit h3 {
  font-size: 28px;
  white-space: nowrap;
}

.ind_tit h3 img {
  height: 37px;
  margin-right: 4px;
}

.ind_tit {
  margin-bottom: 40px;
  position: relative;
}

.ind1_left .ind_tit {
  margin-bottom: 60px;
}

.ind1_wz p {
  font-size: 13px;
  line-height: 30px;
}

.ind1_wz a {
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

.ind1_wz a i {
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-left: 2px;
}

.ind1_wz a:hover ,.ind1_wz a:hover * {
  color: #ec6c00;
}

.ind2_bg {
  height: 310px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

.ind_box2 {
  position: relative;
}

.ind2_mask {
  position: relative;
  bottom: 50px;
  left: 0px;
  height: 100px;
  width: 35%;
}

.ind_box3 {
  padding: 20px 0 0;
}

a.ind_more {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

a.ind_more i {
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-left: 2px;
}

a.ind_more:hover,a.ind_more:hover * {
  color: #ec6c00;
}

.ind3_cot li {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}

.ind3_cot ul {
  margin: 0 -15px;
}

.ind3_img img {
  width: 100%;
}

.ind3_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.ind3_wz {
  background: #f4f4f4;
  padding: 15px;
  position: relative;
}

.ind3_wz p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
  position: absolute;
  right: 15px;
  bottom: 18px;
}

.ind3_wz h3 {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: 50px;
}


.ind3_img:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.ind3_lis:hover .ind3_img:before {
  opacity: 0.3;
}

.ind3_lis:hover .ind3_wz h3 {
  color: #ec6c00;
}

.ind_box4 {
  padding: 100px 0;
}

.ind4_left {
  width: 50%;
}

.ind4_cot {
  display: flex;
}

.ind4_right {
  width: 50%;
}

.ind4_bg {
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ind4R_T li {
  width: 50%;
}

.ind4R_T ul {
  display: flex;
}

.ind4_lis {
  position: relative;
  border: 1px #fff solid;
}

.ind4_txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
}

.ind4_txt p {
  font-size: 15px;
  line-height: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.ind4_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.ind4_B .ind4_bg {
  height: 250px;
}

.ind4L_T {
  height: 422px;
  border: solid 1px #fff;
  padding: 30px 34px 34px 30px;
}

.ind4_wz p {
  font-size: 13px;
  line-height: 30px;
}

.ind4_wz a {
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

.ind4_wz a i {
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-left: 2px;
}

.ind4_wz a:hover,.ind4_wz a:hover * {
  color: #ec6c00;
}

.ind4_lis:hover .ind4_bg:before {
  opacity: 0.3;
}

.ind4_lis:hover .ind4_txt p {
  font-size: 16px;
}

.ind_box5 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 0 80px;
  position: relative;
  margin-bottom: 140px;
}

.ind_tit.tit_white {
  color: #fff;
}

.ind_box5 .ind_tit {
  margin-bottom: 110px;
}

.ind5_wz {
  width: 545px;
  padding: 50px 40px 50px 0;
  height: 235px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

.ind5_wz p {
  font-size: 13px;
  line-height: 30px;
}

.ind5_wz:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 100%;
  width: 1000px;
  height: 100%;
}

.ind5_wz a {
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

.ind5_wz a i {
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-left: 2px;
}

.ind5_wz a:hover,.ind5_wz a:hover * {
  color: #ec6c00;
}

.ind5_mask {
  position: absolute;
  height: 100px;
  bottom: -60px;
  left: 50%;
  margin-left: -550px;
  width: 1100px;
}

.footer {
  background-size: 1920px auto;
  background-position: center;
  border-top: solid 2px #ec6c00;
  padding: 50px 0 35px;
}

.footer_left {
  width: calc(100% - 324px);
  float: left;
}

.footer_right {
  float: right;
  margin-top: 5px;
}

.foot_addr h5 {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.foot_addr p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.5px
}

.foot_addr {
  margin-bottom: 5px;
}

.foot_share {
  width: calc(100% - 324px);
}

.foot_share h5 {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.foot_share li {
  padding: 8px 15px;
  position: relative;
  width: 138px;
  text-align: center;
}

.foot_share li:nth-child(6n):before{
  display: none;
}

.foot_share li:last-child:before {
  display: none;
}

.foot_share li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1px;
  background: #aaa;
  height: 14px;
  right: 0;
  margin-top: -7px;
}

.foot_share ul {
  margin: -8px -34px 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.share_ewm {
  position: absolute;
  width: 70px;
  box-shadow: 0 0 5px #999;
  top: calc(100% + 10px);
  left: 50%;
  margin-left: -35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
}

.share_ewm img {
  width: 100%;
  position: relative;
  padding: 2px;
  background: #fff;
}

.share_ewm:before {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  box-shadow: 0 0 5px #999;
  position: absolute;
  left: 50%;
  background: #fff;
  margin-top: -3px;
  margin-left: -3px;
}

.foot_share li a {
  position: relative;
  display: inline-block;
}

.foot_share li a:hover .share_ewm {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.copy {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 40px;
}

.return_top {
  position: absolute;
  top:-34px;
  right: -50px;
}

.return_top img {
  width: 30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 7px;
  background: #fff;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.6);
}

.copy p {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  display: flex;
  align-items: center;
}

.copy ul {
  margin-left: 40px;
  display: flex;
}

.copy li {
  padding: 0 12px;
  border-right: solid 1px #ccc;
  font-size: 13px;
  font-weight: bold;
}

.copy li a {
  line-height: 20px;
}

.copy li:last-child {
  border: 0;
}

.copy p a {
  text-transform: uppercase;
}

.copy p a:hover {
  color: #e50012;
}

.copy li a:hover {
  color: #ec6c00;
}

a.foot_menu {
  font-size: 13px;
}

a.foot_menu:hover {
  color: #ec6c00 !important;
}

.foot_ewm {
  width: 90px;
}

.footer_right li:first-child .foot_ewm {
  border: solid 1px #ccc;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_ewm span {
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
}

.foot_ewm p {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.footer_right li:first-child {
  margin-right: 10px;
}

.footer_right ul {
  display: flex;
}

/* about */
.mainB_bg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainB_bg img {
  width: 100%;
}

.ab_box1 {
  padding: 80px 0;
}

.ab1_top p {
  font-family: Kaiti, "楷体";
  color: #333;
  line-height: 30px;
  font-size: 16px;
}

.ab1_top p span {
  font-family: STKaiti, "华文楷体";
}

.ab1_lis p {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 30px;
}

.ab1_lis p a{
  color: #333;
  text-decoration: underline;
}

.ab1_lis1 .ab1_img {
  float: right;
  margin-left: 40px;
}

.ab1_top {
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}

.ab1_bg img {
  width: 100%;
}

.ab1_bg {
  margin: 50px 0;
}

.ab1_lis2 .ab1_img {
  float: left;
  margin-right: 40px;
}

.ab1_lis3 .ab1_img {
  float: right;
  margin-left: 40px;
}

/* .ab1_lis3 {
  margin-bottom: 20px;
} */

.ab1_lis:last-child p {
  margin: 0;
}

.ab1_lis:after {
  content: "";
  display: table;
  clear: both;
}

.ab2_bg {
  height: 440px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ab2_bott {
  padding: 40px 0;
}

.ab2_lis p {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 30px;
}

.ab2_img img {
  max-width: 100%;
}

.ab2_lis1 .ab2_img {
  float: right;
  margin-left: 40px;
}

.ab2_lis2 .ab2_img {
  float: left;
  margin-right: 40px;
}

.ab2_lis:after {
  content: "";
  display: table;
  clear: both;
}

.ab3_bg {
  border-top: solid 1px #ccc;
  padding-top: 40px;
}

.ab3_bg img {
  width: 100%;
}

.ab3_cot {
  padding: 40px 0;
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
}

.ab3_cot li {
  width: 25%;
  float: left;
  padding: 0 25px;
}

.ab3_cot ul {
  margin: 0 -25px;
}

.ab3_lis h3 {
  font-size: 14px;
  margin-bottom: 12px;
}

.ab3_lis h3 span {
  font-size: 20px;
  padding-right: 5px;
}

.ab3_lis h5 {
  font-size: 14px;
  line-height: 20px;
}

.ab3_lis hr {
  width: 70px;
  margin: 20px 0;
  margin-left: 0;
  border-color: #ccc;
}

.ab3_lis p {
  font-size: 13px;
  line-height: 28px;
}

.ab_box3 {
  padding-bottom: 80px;
}

.ab3_bott p {
  font-size: 13px;
  line-height: 28px;
}

/* history */
.history_box1 {
  padding: 80px 0 0;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area {
  left: 15px !important;
  width: calc(100% - 30px) !important;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li p span {
  line-height: 22px;
}

.history1_cot h3 {
  color: #ec6c00;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 20px;
}

.history1_cot p {
  font-size: 13px;
  color: #666;
  line-height: 28px;
}

.history1_cot {
  margin-bottom: 70px;
}

.history_box2 {
  border-top: solid 1px #ccc;
  padding: 40px 0;
  margin-top: 10px;
}

.ind_tit h3 a {
  display: flex;
  color: #333;
}

.ind_tit h3 a:hover {
  color: #ec6c00;
}

.history2_left {
  width: 50%;
  padding-right: 12px;
  float: left;
}

.history2_right {
  width: 50%;
  float: left;
  padding-left: 12px;
  /* overflow: hidden; */
}

.history2_left li {
  width: 33.33%;
  padding: 0px 12px;
  float: left;
}

.history2_left ul {
  margin: 0 -13px;
}

.his2Limg img {
  width: 100%;
}

.his2Limg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #ddd;
}

.his2L_lis p {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 26px;
}

.history2_right li {
  float: left;
  width: 275px;
  padding: 0 10px;
}

.his2R_lis p {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}

.his2R_bott * {
  text-align: right;
}

.his2R_bott h3 {
  margin-bottom: 4px;
}

.his2R_bott h5 {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.tempWrap {
  overflow-y: auto !important;
}

.his2_swiper .swiper-slide {
  padding: 3px;
}

.his2_swiper {
  cursor: ew-resize;
  cursor: url(../images/cursor.png),auto;
}

.his2R_lis {
  height: 246px;
  /* background: url(../images/history2.png) no-repeat center; */
  background-size: 100% auto;
  box-shadow: 0 0 8px #ccc;
  /* padding: 12px 20px 12px 30px; */
  padding: 12px 20px;
}

.picList {
  padding: 3px 0 !important;
}

.scroll-pane {
  /* height: 140px; */
  height: 170px;
  overflow-y: auto;
  margin-bottom: 20px;
  margin-right: -10px;
  padding-right: 10px;
}

.scroll-pane::selection {
  background: #222;
  color: white;
  text-shadow: none;
}

.scroll-pane::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: transparent;
}

.scroll-pane::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

.scroll-pane::-webkit-scrollbar-thumb {
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

.scroll-pane::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.history3_cot ul {
  display: flex;
  margin: -10px -12px;
  flex-wrap: wrap;
}

.history3_cot li {
  width: 25%;
  padding: 10px 12px;
}

.his3_img img {
  width: 100%;
}

.his3_img {
  position: relative;
}

.his3_img i {
  width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.his3_img:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.history3_lis:hover .his3_img:before {
  background: rgba(0, 0, 0, 0.05);
}

.his3_wz {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 16px 13px;
}

.his3_wz h4 {
  padding-bottom: 3px;
  margin-bottom: 7px;
  border-bottom: 1px solid #ccc;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
}

.his3_wz h5 {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}

.history_box3 {
  padding: 40px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.history_box4 {
  padding: 40px 0 80px;
}

.his4_wz p {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 4px;
  color: #666;
}

.his4_wz {
  margin-bottom: 50px;
}

.his4_cot ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -23px;
}

.his4_cot li {
  width: 50%;
  padding: 0 23px;
}

.his4_lis {
  border-top: solid 1px #ccc;
  padding-top: 30px;
}

.his4_lis h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.his4_lis h3 a {
  color: #333;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.his4_lis h3 a:hover {
  color: #ec6c00;
}

/* .his4_lis h3 a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.his4_lis h3 a:hover:after {
  background: #ec6c00;
} */

.his4_lis p {
  font-size: 13px;
  line-height: 28px;
}

.his4_bott {
  margin-top: 30px;
}

.his4_bott ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.his4_bott li {
  width: 33.33%;
  padding: 0 10px;
}

.his4_bott img {
  width: 100%;
}

/* business */
.business_box {
  padding: 80px 0;
}

.bus1_wz p {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 14px;
}

.bus1_wz ul {
  margin-top: 30px;
}

.nav_wz p {
  margin: 0;
}

.nav_wz {
  padding: 20px 30px;
  padding-left: 45px;
  position: relative;
  display: none;
  /* border: solid 1px #ec6c00;
  margin: 10px 0 10px 12px; */
}

/* .active .nav_wz{
  display: block;
} */

.nav_wz:before{
  content: '';
  height: calc(100% - 24px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 12px;
  background: #aaa;
  width: 1px;
  position: absolute;
}

.bus1_wz li a {
  line-height: 24px;
  font-size: 14px;
  color: #888;
  padding-left: 45px;
  background: url(../images/bus_ico.png) top left no-repeat;
  background-size: 23px;
  display: inline-block;
}

.bus1_wz li {
  margin-bottom: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.bus1_wz li.bus_grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.bus1_wz li a:hover,
.bus1_wz li.active a {
  background: url(../images/bus_ico1.png) center left no-repeat;
  color: #ec6c00;
}

.bus_box2 {
  padding-top: 60px;
}

.bus2_wz h3 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.bus2_img {
  float: right;
  margin-left: 30px;
}

.bus2_lis p {
  font-size: 13px;
  line-height: 28px;
  color: #666;
  margin-bottom: 20px;
}

.bus2_pic {
  float: left;
  margin-right: 30px;
}

.bus2_lis {
  margin-bottom: 30px;
}

.bus2_bott {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  padding: 35px 40px;
  background-color: #e7e7e8;
}

.bus2_bott ul {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.bus2_bott li {
  width: 14.28%;
  padding: 12px;
  display: inline-flex;
  justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.bus_opac{
  opacity: 0.25;
}

.bus_logo img {
  max-width: 100%;
}

.bus_logo {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.busd_box2 {
  margin: 60px 0;
}

.busd2_swiper {
  height: 110px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
	/*兼容IE11*/
	.bus2_bott li {
    width: 14.28%;
    padding: 12px;
    display: block !important;
    justify-content: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .bus_logo {
    height: 100%;
    display:block !important;
    align-items: center;
  }
}

a.busd2_arrr {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 26px;
  width: 26px;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #ec6c00;
  transform-origin: bottom right;
  transform: rotate(45deg) translate(50%,50%);
}

a.busd2_arrr img {
  width: 20px;
}

.busd2_img {
  height: 110px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.busd2_img.active {
  background: rgba(236, 108, 0, 0.8);
}
/* 
.busd2_img:hover {
  background: rgba(236, 108, 0, 0.85);
} */

.busd2_img img {
  max-width: 100%;
  max-height: 100%;
}

.busd2_swiper .swiper-slide {
  width: 110px;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
}
/*.busd3_tit h3 span {
  color: #ec6c00;
}*/

.busd3_tit h3 {
  line-height: 40px;
}

.busd3_tit {
  margin-bottom: 30px;
}

.busd3_img {
  position: relative;
}

.busd3B_swiper img {
  width: 100%;
}

a.busd3_arrl {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 44px;
}

a.busd3_arrl img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  width: 100%;
}

a.busd3_arrr {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  width: 44px;
}

a.busd3_arrr img {
  width: 100%;
}

.busd3_swiper img {
  width: 100%;
}

.busd3_wz {
  padding: 30px 0;
}

.busd3_wz p {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 14px;
}

.busd3_bott h3 {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 6px;
  border-bottom: solid 1px #ccc;
}

.busd3B_wz p {
  font-size: 13px;
  line-height: 28px;
  /* display: flex; */
  /* margin: 0 -20px; */
}

.busd3B_wz p span {
  line-height: 28px;
  width: 50%;
  padding: 0 20px;
}
.busd3_btn a {
  position: relative;
  color: #ec6c00;
  bottom: 0;
}

.busd3_btn {
  margin-top: 20px;
  text-align: right;
}

.busd3_btn a i {
  color: #ec6c00;
  font-size: 14px;
  margin-left: 2px;
}
.busd3B_wz {
  margin-top: 20px;
}

.busd3_bott ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -23px;
}
.busd3_bott {
  margin-top: 30px;
}
.busd3_bott li {
  width: 50%;
  padding: 0 23px;
}

.busd3_lis {
  /*border-top: solid 1px #ccc;*/
  padding-top: 26px;
}

.busd3_lis p {
  font-size: 13px;
  line-height: 28px;
}

.duty_page span {
  width: 8px;
  height: 8px;
  border-radius: 0;
  opacity: 1;
  background: #fff;
}

.duty_page {
  width: auto !important;
  right: 10px !important;
  left: auto !important;
}

.duty_page span.swiper-pagination-bullet-active {
  background: #ec6c00;
}


/* job */
.job_box1 {
  padding-top: 80px;
}

.job1_cot h3 {
  height: 70px;
  text-align: center;
  background: #ec6c00;
  color: #fff;
  line-height: 70px;
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.job1_wz {
  height: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 50px 70px 50px 380px;
  margin-bottom: 12px;
}

.job1_wz p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.job1_wzz{ height: auto; margin-bottom: 30px; background: #fff;}

.job1_wzz p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.job1_img img {
  width: 100%;
}

.job1_page {
  width: auto !important;
  left: auto !important;
  right: 0 !important;
  padding: 0 10px;
  display: none;
}

.job1_page span{
  background: #fff;
  opacity: 1;
}

.job1_page span.swiper-pagination-bullet-active{
  background: #ec6c00;
}

.job_box2 {
  padding: 40px 0;
}

.job2_tit h3 {
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}

.job2_tit p {
  font-size: 14px;
  line-height: 28px;
}

.job2_tit {
  margin-bottom: 30px;
}

.job2_cot table {
  width: 100%;
  text-align: center;
  color: #666;
}

.job2_cot th,
.job2_cot td {
  text-align: center;
}

.history2_right ul,.history2_right .tempWrap {
  margin: -8px 0 !important;
  padding: 8px 0 !important;
}
.job2_cot th {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-weight: normal;
  color: #ec6c00;
  font-size: 16px;
  padding: 15px 5px;
  text-align: center;
  line-height: 22px;
}

.job2_cot td {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 12px 5px;
  text-align: center;
  white-space: nowrap;
  width: 16.66%;
  line-height: 22px;
}

.job2_cot td a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 4px 10px;
  line-height: 20px;
  background: transparent;
}

.job2_cot td a:hover {
  background: #ec6c00;
  color: #fff;
  border-color: #ec6c00;
}

.job2_page {
  text-align: center;
  margin-top: 20px;
}

.job2_page ul {
  display: inline-block;
}

.job2_page li {
  float: left;
  padding: 0 10px;
  position: relative;
}

.job2_page ul:after {
  content: "";
  display: table;
  clear: both;
}

.job2_page li a {
  min-width: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

.job2_page li:after {
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(102, 102, 102, 0.6);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
}

.job2_page li:last-child:after {
  display: none;
}

li.page_current a {
  color: #ec6c00;
}

.job_box3 ul {
  display: flex;
}

.job_box3 li {
  width: 33.33%;
}

.job3_li img {
  width: 100%;
}

/* news */
.news_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.news_box {
  padding: 80px 0;
}

.news_nav li {
  padding: 0 30px;
  font-size: 18px;
  letter-spacing: 1px;
}

.news_nav li a {
  color: #999;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

/* .news_nav li a:hover, */
.news_nav li a.is-active {
  color: #333;
}

.news_nav li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #ec6c00;
  display: block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

/* .news_nav li a:hover:after, */
.news_nav li a.is-active:after {
  width: calc(100% + 26px);
}

.news_lis {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  background: #fff;
  position: relative;
}

.news_wz {
  padding: 20px;
  /*background-image: url(../images/news_bg.png);*/
  background-repeat: no-repeat;
  background-position: center right;
}

.news_wz h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 14px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.news_wz h5 {
  font-size: 12px;
  color: #999;
  margin-bottom: 12px;
}

.news_wz p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
}

.news_more {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.news_img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.news_img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}

.news_lis:hover .news_img span{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.news_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(225, 116, 13, 0.4);*/
  background: rgba(0, 0, 0, 0.15);
  /*opacity: 0;*/
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  z-index: 1;
}

.news_more h3 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 18px;
}

.news_more p {
  font-size: 14px;
  letter-spacing: 1px;
}

.news_more p span {
  position: relative;
  padding: 0 8px;
}

.news_more p span:before {
  content: "";
  width: 60px;
  position: absolute;
  top: 50%;
  height: 1px;
  left: 100%;
  background: #fff;
}

.news_more p img {
  position: absolute;
  top: 2px;
  left: calc(100% + 32px);
  width: 28px;
}

.news_more p span:after {
  content: "";
  width: 60px;
  position: absolute;
  top: 50%;
  height: 1px;
  right: 100%;
  background: #fff;
}

.news_lis:hover .news_more {
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.4s 0.2s ease;
  -webkit-transition: all 0.4s 0.2s ease;
}

.news_lis:hover .news_img:before {
  opacity: 0;
}

.news_lis:hover .news_wz h3 {
  color: #ec6c00;
}

.news_img img {
  width: 100%;
}

.news_cot li {
  width: 33.33%;
  float: left;
  padding: 15px;
}

.news_cot ul {
  margin: -15px;
}

/* contact */
.contact_box {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_cot {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

.contactT_wz h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.contactT_wz p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  text-align: center;
}

.contactT_wz {
  margin-bottom: 36px;
  position: relative;
}

.contactT_cot h3 {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.contactT_cot h4 {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.contactT_cot h4 img {
  margin-right: 5px;
}

.contactT_cot {
  margin-bottom: 30px;
  position: relative;
}

.contactT_bott h3 {
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
  color: #666;
}

.contactT_bott p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  text-align: center;
}

.contactT_bott {
  margin-bottom: 30px;
  position: relative;
}

.contact_bott {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  color: #ec6c00;
}

.contact_lis input {
  width: 100%;
  text-align: center;
  line-height: 48px;
  height: 50px;
  color: #666;
  font-size: 14px;
  background: none;
  border: solid 2px #999;
  padding: 0 8px;
}

.contact_lis {
  margin-bottom: 12px;
}

.contact_lis:last-child {
  margin: 0;
}

.contact_lis textarea {
  width: 100%;
  padding: 10px 8px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  color: #666;
  background: none;
  border: solid 2px #999;
}

.contact_lis input[type="button"] {
  border-color: #ec6c00;
  color: #ec6c00;
}

.contact_lis input::-webkit-input-placeholder {
  color: #999;
}

.contact_lis input:-moz-placeholder {
  color: #999;
}

.contact_lis input::-moz-placeholder {
  color: #999;
}

.contact_lis input:-ms-input-placeholder {
  color: #999;
}

.contactT_cot h4 i {
  font-style: normal;
}

.contact_mask {
  position: absolute;
  top: -5%;
  left: 50%;
  width: 1000%;
  height: 110%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: all;
}

.contact_top {
  position: relative;
  pointer-events: none;
}

.contactT_cot h4 a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  pointer-events: all;
}

.contactT_cot h4 a:hover {
  color: #ec6c00 !important;
}

.fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.map_fixed {
  width: 700px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.map_close {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 30px;
  cursor: pointer;
}

.map_close img {
  width: 100%;
}

.fixed_bg.into {
  opacity: 1;
  visibility: visible;
}

.map_fixed.into {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s 0.3s ease;
  -webkit-transition: all 0.5s 0.3s ease;
}

.map_fixed * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.map_fixed label {
  max-width: 1000px;
}

/* newsdot */
.newsd_box {
  padding: 40px 0;
  background-size: 100% auto;
  background-position: center;
}

.newsd_tit {
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
}

.newsd_tit h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 8px;
}

.newsd_tit h5 {
  font-size: 14px;
  color: #888;
}

.newsd_tit h5 span {
  color: #ec6c00;
}

.newsd_wz p {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 14px;
  color: #666;
}

.newsd_wz p:last-child {
  margin: 0;
}

.newsd_wz img {
  max-width: 100%;
}

.newsd_cot {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px;
  font-size: 14px;
  line-height: 28px;
  background: #f5f5f5;
}

.newsd_tit h5 a {
  float: right;
  color: #ec6c00;
  font-size: 13px;
  line-height: 18px;
  border-bottom: solid 1px #ec6c00;
}

/* jobdot */
.jobd_cot {
  padding: 40px;
  font-size: 14px;
  line-height: 28px;
  background: #f5f5f5;
}

.jobd_box {
  padding: 40px 0;
}

.join_xx {
  width: 100%;
  margin: 0px auto;
}

.join_xx .bt h2 {
  font-size: 20px;
  padding: 15px;
  text-align: center;
  color: #394d59;
  font-weight: 500;
}

.join_xx .bt h2 span {
  float: right;
}

.join_xx .bt h2 span a {
  position: relative;
  transition: none;
  font-size: 13px;
  color: #ec6c00;
}

.join_xx .bt h2 span a:after {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  content: "";
  height: 1px;
  background: #ec6c00;
  transition: none;
}

.join_xx .bt h2 span a:hover {
  color: #ec6c00;
}

.join_xx .bt h2 span a:hover:after {
  background: #ec6c00;
}

.join_xx .bt h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #888;
  font-size: 14px;
  border-bottom: 1px dashed #ebebeb;
  border-top: 1px dashed #ebebeb;
}

.join_xx .bt h3 a {
  color: #888;
}

.join_xx .bt h3 a:hover {
  color: #0099ef;
}

.join_xx .bt h3 span {
  padding-left: 60px;
}

.join_xx .nr {
  padding: 35px 0px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: justify;
}

.join_xx .nr p {
  font-size: 14px;
  line-height: 28px;
}

.join_xx .nr .btn {
  display: inline-block;
  margin: 0px auto;
  padding: 5px 10px;
  background-image: linear-gradient(to bottom, #f49f49 0, #ec7700 100%);
  border-color: #ec7700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 25px;
}

.join_xx .nr .m_logo {
  height: 18px;
  width: auto;
  vertical-align: middle;
  margin-left: 5px;
}

.join_xx_bg {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.join_xx_bg span {
  padding: 3px 5px;
  display: inline-block;
  padding-right: 80px;
  color: #000;
  box-sizing: border-box;
}

.join_xx_bg span img {
  width: 17px;
  height: auto;
  margin-right: 5px;
  vertical-align: sub;
}

.join_xx .nr .bt {
  font-size: 16px;
  padding-bottom: 6px;
  color: #333;
}

.join_xx .ts {
  padding-top: 30px;
}

.join_xx .ts span {
  width: 49%;
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.join_xx .ts span:nth-child(2) {
  float: right;
  text-align: right;
}

.join_xx .nr h2 {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: justify;
}

.join_xx .nr h2 span {
  line-height: 28px;
}

/* video */
.video_box {
  padding: 40px 0;
}

.video_cot {
  padding: 40px;
  font-size: 14px;
  line-height: 28px;
  background: #f5f5f5;
}

.maga_cot li {
  width: 20%;
  float: left;
  padding: 10px 12px;
}

.maga_cot ul {
  margin: -10px -12px;
}

.maga_cot ul:after {
  content: "";
  display: table;
  clear: both;
}

/* magazineDot */
.book {
  padding: 0 0 40px;
}

.book_tit {
  height: 75px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  background: #e7e7e8;
  padding: 0 6%;
  margin-bottom: 40px;
}

a.book_arrl {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 32px;
  color: #a2b0b9;
}

a.book_arrr {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 32px;
  color: #a2b0b9;
}

.book_tit:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #ec6c00;
}

.khzz_nr {
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 15px;
}

.pdf .bt {
  text-align: center;
  font-size: 25px;
  padding-bottom: 20px;
}

.dowebok {
  width: 728px;
  margin-left: auto;
  margin-right: auto;
}

.dowebok h1 {
  text-align: center;
}

.dowebok h2 {
  margin-top: 2em;
  border-bottom: 1px solid #ccc;
}

.dowebok pre {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}

.dowebok table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.dowebok th,
.dowebok td {
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.dowebok tr:nth-child(2n) {
  background-color: #f8f8f8;
}

/* welfare */
.duty {
  margin: 0px auto;
  padding: 40px 0px;
}

.duty1 {
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 32px;
  text-align: justify;
  padding-top: 30px;
}

.duty1 h2 {
  font-size: 60px;
  color: #ec6c00;
  text-align: center;
  font-family: Arial;
  padding-bottom: 40px;
  font-weight: normal;
}

.duty1 h2 b {
  font-weight: normal;
}

.duty2_dh {
  display: none;
  padding-bottom: 30px;
}

.duty2_dh h2 {}

.duty2_dh h2 a {
  display: inline-block;
  padding: 15px 15px;
  color: #fff;
  background: #666;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}

.duty2_dh h2 a:hover {
  background: #333;
}

.duty2_dh h2 a.on {
  background: #333;
}

.duty2_dh h3 a {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  background: #f2b974;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}

.duty2_dh h3 a:hover {
  background: #ec6c00;
}

.duty2_dh h3 a.on {
  background: #ec6c00;
}

.duty2_l {
  width: 230px;
}

.ny_zblb1 {}

.ny_zblb1 li {
  line-height: 45px;
  font-size: 14px;
  margin-bottom: 2px;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.ny_zblb1 li:last-child {
  border-bottom: none;
}

.ny_zblb1 li span {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #4f4b4a;
  margin-bottom: 2px;
  cursor: pointer;
}

.ny_zblb1 li span.cur {}

.ny_zblb1 li ul li {
  border-bottom: none;
}

.ny_zblb1 li ul {
  display: none;

  color: #666;
}

.ny_zblb1 li ul li {
  float: none;

  height: 45px;

  line-height: 45px;

  font-size: 13px;
}

.ny_zblb1 li ul li a {
  display: block;
  background: #f2b974;
  color: #fff;
}

.ny_zblb1 li ul a:hover {
  background: #ec6c00;
}

.ny_zblb1 li ul li a.on {
  background: #ec6c00;
}

.duty2_r {
  max-width: 820px;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 40px;
  font-size: 14px;
  line-height: 28px;
  margin: 0 auto;
}

.duty2_r tr:nth-child(even) {
  background: #fafafa;
}

table.duty2_r_bg p {
  line-height: 28px;
  text-align: center;
}

.duty2_r .more {
  text-align: center;
  padding-top: 30px;
}

.duty2_r .more a {
  display: inline-block;
  padding: 6px 15px;
  width: 150px;
  border: 1px solid #ddd;
}

.duty2_r .more a:hover {
  background: #ec7700;
  color: #fff;
}

.duty2_r_bg {
  font-size: 13px;
}

.duty2_r_bg tr th {
  padding: 8px;
  background: #ec7700;
  color: #fff;
}

.duty2_r_bg tr td {
  padding: 8px;
  border: 1px solid #ddd;
  line-height: 22px;
  text-align: center;
}

.duty21_r {
  width: calc(100% - 250px);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}

.duty2_r .culture51 {
  width: calc(100% + 25px) !important;
}

.duty2_r .culture51 ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 25px;
  margin-bottom: 25px;
}

.duty2_r .culture51 ul li img {
  border: 1px solid #ddd;
  width: 100%;
  height: auto;
}

.duty2_r .culture51 ul li span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.duty2_r .culture61 {
  width: calc(100% + 30px);
  margin-left: -15px;
}

.duty2_r .culture61 ul li {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0px 15px;
  float: left;
}

.duty2_r .culture61 ul li h2 {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 10px;
}

.duty2_r .culture61 ul li span {
  display: block;
  padding-bottom: 6px;
}

.duty2_r .culture61 ul li p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  height: 55px;
  overflow: hidden;
  display: block;
}

.duty2_r .culture61 ul li p a {
  color: #666;
}

.duty2_r .culture61 ul li p a:hover {
  color: #ff6008;
}

.duty2_r .culture61 ul li font a {
  font-weight: normal;
}

.duty2_r .culture61 ul li h3 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.duty2_r .culture61 ul li h3 b {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1;
  transition: all 0.5s ease 0s;
  background: url(../images/video.png) no-repeat center center rgba(15, 15, 15, 0.3);
  background-size: 20%;
}

.duty2_r .culture61 ul li h3:hover b {
  transition: all 0.5s ease 0s;
  opacity: 0.6;
}

.duty2_r .culture61 ul li h3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.duty4 {}

.duty41 {
  /* margin-bottom: 20px; */
}

.duty41 ul {
  margin: 0 -10px;
}

.duty41 ul li {
  float: left;
  width: calc(25% - 20px);
  margin: 0 10px;
  height: 140px;
  background: #333;
  background-size: cover;
  background-position: center;
}

.duty41 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.duty41 ul li a span {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease 0s;
}

/* .duty41 ul li:hover a span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  background: rgba(236, 108, 0, 0.85);
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease 0s;
} */

.duty41 ul li.on a span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  background: rgba(236, 108, 0, 0.85);
  color: #fff;
  font-size: 14px;
}

.duty41 ul li a b {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0);
  transition: all 0.5s ease 0s;
}

/* .duty41 ul li:hover a b {
  height: 100%;
  transition: all 0.5s ease 0s;
  background: rgba(51, 51, 51, 0.3);
} */

.duty41 ul li.on a b {
  height: 100%;
  transition: all 0.5s ease 0s;
  background: rgba(51, 51, 51, 0.3);
}

.duty41 .wz {
  border-top: 1px solid #ccc;
  margin-top: 48px;
  padding-top: 40px;
  font-size: 14px;
  line-height: 26px;
}

.duty42 {
  padding-top: 40px;
}

.duty42 .duty421 {
  margin-bottom: 50px;
}

.duty42 .duty421 .bt {
  margin-bottom: 20px;
}

.duty421:last-child{
  margin: 0;
}

.duty42 .duty421 .bt h2 {
  font-size: 16px;
  padding-bottom: 15px;
}

.duty42 .duty421 .bt p {
  font-size: 13px;
  line-height: 26px;
}

.duty42 .duty422 {
  margin-bottom: 30px;
}

.duty42 .duty422 .left {
  width: 520px;
  float: left;
}

.duty4221 {
  width: 520px;
  height: 370px;
  position: relative;
}

.duty4221 .hd {
  height: 15px;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 1;
}

.duty4221 .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}

.duty4221 .hd ul li {
  display: inline-block;
  margin-right: 4px;
  width: 8px;
  height: 8px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.duty4221 .hd ul li.on {
  background: #ec6c00;
  color: #fff;
}

.duty4221 .bd {
  position: relative;
}

.duty4221 .bd li {
  zoom: 1;
  vertical-align: middle;
}

.duty4221 .bd li img {
  width: 520px;
  height: 370px;
}

.duty42 .duty422 .right {
  width: 580px;
  height: 370px;
  box-sizing: border-box;
  padding: 20px 10px 20px 20px;
  float: right;
  background: url(../images/duty_55bj.jpg) repeat-x top;
  position: relative;
  background-size: auto 100%;
}

/* .duty42 .duty422 .right:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  background: url(../images/duty_55bj1.jpg) repeat-x bottom;
  width: 100%;
  height: 30px;
} */
.duty4222 {
  width: 520px !important;
  height: 330px !important;
  padding-right: 15px !important;
  line-height: 26px;
  font-size: 13px;
}

.duty421:nth-child(even) .duty422 .left {
  float: right !important;
}

.duty421:nth-child(even) .duty422 .right {
  float: left !important;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  display: block !important;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
  opacity: inherit;
  filter: inherit;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: 0 0;
  position: relative;
}

.jspDrag {
  background: #666;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -2e4px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: 0;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

* html .jspCorner {
  margin: 0 -3px 0 0;
}

.duty422 .scroll-pane {
  width: 100%;
  height: 340px;
  overflow: auto;
  font-size: 13px;
  line-height: 26px;
  margin: 0;
}

.horizontal-only {
  height: auto;
  max-height: 200px;
}

.duty1 p {
  font-size: 13px;
  line-height: 28px;
}

.jspPane p {
  font-size: 13px;
  line-height: 26px;
}

.duty422 .scroll-pane p {
  font-size: 13px;
  line-height: 26px;
}

.back {
  margin-top: 20px;
  text-align: right;
  font-size: 13px;
}

.back a {
  line-height: 28px;
  color: #ec6c00;
  border-bottom: solid 1px #ec6c00;
}

.menu_box {
  position: fixed;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s 0.1s ease;
  -webkit-transition: all 0.3s 0.1s ease;
}

.menu_box.into {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.menu_cot {
  height: 100%;
  width: 280px;
  background: #fff;
  overflow-y: auto;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.4s 0.2s ease;
  -webkit-transition: all 0.4s 0.2s ease;
}

.menu_cot li {
  border-bottom: solid 1px #ccc;
}

.menu_cot li a {
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
}

.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 17px;
  width: calc(100% - 280px);
  height: 100%;
  text-align: right;
}

.menu_close img {
  width: 20px;
}

.head_btn span {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.head_btn span:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #666;
}

.head_btn span i {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background: #666;
  margin-top: -1px;
}

.head_btn span:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #666;
}

.head_btn {
  float: right;
  margin-top: 6px;
  display: none;
  margin-left: 15px;
}


/* legal */
.legal_box {
  padding: 60px 0;
}

.legel_tit h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2px;
}

.legel_tit h4 {
  font-size: 16px;
  color: #888;
  text-transform: capitalize;
}

.legel_tit {
  margin-bottom: 30px;
}

.legal_lis h5 {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 4px;
}

.legal_lis p {
  font-size: 13px;
  line-height: 28px;
  color: #666;
  margin-bottom: 10px;
}

.legal_lis {
  margin-bottom: 14px;
}

.legal_lis:last-child {
  margin: 0;
}



.job1_swiper:hover a.job1_arrl {
  opacity: 1;
  left: 40px;
}

.job1_swiper:hover a.job1_arrr {
  opacity: 1;
  right: 40px;
}

a.job1_arrl {
  position: absolute;
  bottom: 202px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%); 
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

a.job1_arrr {
  position: absolute;
  bottom: 202px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%); 
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

a.job1_arrl img{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a.job1_arrr img{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a.job1_arrl img:nth-child(2),a.job1_arrr img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

a.job1_arrl:hover img,a.job1_arrr:hover img{
  opacity: 0;
  visibility: hidden;
}

a.job1_arrl:hover img:nth-child(2),a.job1_arrr:hover img:nth-child(2){
  opacity: 1;
  visibility: visible;
}


.bus_box3{
   width: 100%;
   padding-top: 40px;
}
.bus_box3 .title{ padding-bottom: 30px;}
.bus_box3 .title h2{ font-size: 30px; color: #ec6c00;  margin-bottom: 5px;}
.bus_box3 .title p{ font-size: 22px;  color: #ec6c00; }
.bus_box3 img{
   display: block;
   width: 100%;
}

.bus_box4{ padding-top: 30px;}
.bus_box4 ul{ margin: 0px -15px;}
.bus_box4 ul li{ width: 33.3%; padding: 0px 15px; float: left; margin-bottom:20px; height: 350px;}
.bus_box4 ul li a .img{ display: block; background-size: cover; background-position: center center; background-repeat: no-repeat; background-color: #eaeaea; position: relative;}
.bus_box4 ul li a .img::after{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; content: ''; background: rgba(0, 0, 0, 0); transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;}
  .bus_box4 ul li a:hover .img::after{
    background: rgba(0, 0, 0, 0.3);
  }
.bus_box4 ul li .img img{ width: 100%;}
.bus_box4 ul li h2{ font-size: 20px; padding: 15px 0px; border-bottom: 1px solid #ccc; color: #ec6c00; margin-bottom: 10px; overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;}

.bus_box4 ul li p{ font-size: 14px; transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; line-height: 22px;}

.bus_box4 ul li a:hover h3,.bus_box4 ul li a:hover p{ color: #ec6c00;}


.job_box4{
   background: url(../images/job_new_bj.jpg) no-repeat top center; height: 470px; padding:3% 4%; margin-bottom: 40px;
}
.job_box4 ul{ display: flex;}
.job_box4 ul li{ padding: 0px 4%; color: #fff;}
.job_box4 ul li h2{ margin-bottom: 20px;}
.job_box4 ul li p{ font-size: 15px; line-height: 26px;}


.job_box5{ margin-bottom: 40px; height: 550px;}
.job_box5 ul{ display: flex; height: 100%;}
.job_box5 ul li{ height: 100%;  width: 16.667%; cursor: pointer; transition: all 0.5s ease;}
.job_box5 ul li .title{ height: 100%; width:100%; display: flex; align-items: center; justify-content: center; background: #e9e9e9; border-right: 1px solid #a8a7a5;}
.job_box5 ul li:hover .title{ display: none;}
.job_box5 ul li:nth-last-child(1) .title{border-right: 0px;}

.job_box5 ul li .title h2{ width: 25px; display: block; font-size: 25px; font-weight: bold; word-wrap: break-word; color: #777;}

.job_box5 ul li:hover{ width: 100%; transition: all 0.5s ease;}

.job_box5 ul li .job5_content{ display: none; width: 100%; height: 100%; background: #ec6c00; padding:8% 5%; color: #fff; overflow-x: auto;}
.job_box5 ul li .job5_content h2{ font-size: 25px; padding-bottom: 20px;}
.job_box5 ul li .job5_content h3{ font-size: 17px; border-bottom: 1px solid #fff; padding-bottom: 25px; margin-bottom: 25px;}
.job_box5 ul li .job5_content p{ font-size: 14px; line-height: 24px; display: block; margin-bottom: 15px;}
.job_box5 ul li:hover .job5_content{ display: block;}


.job_box6{ margin-bottom: 40px; height: 500px;  background: url(../images/job_new_bj1.jpg) no-repeat top center; position: relative;}
.job_box6 ul{height: 100%; position: relative;}
.job_box6 ul li:nth-child(1){ height: 120px;}
.job_box6 ul li:nth-child(2){ height: 120px;}
.job_box6 ul li:nth-child(3){ height: 100px;}
.job_box6 ul li:nth-child(4){ height: 75px;}
.job_box6 ul li:nth-child(5){ height: 85px;}
.job_box6 ul li .title{color: #fff; font-size: 17px; display: inline-block; padding: 5px 20px; border: 1px solid #ccc; border-radius: 5px; position: absolute; cursor: pointer;}
.job_box6 ul li .title:hover{ color: #ec6c00; border: 1px solid #ec6c00;}
.job_box6 ul li .title i{ width: 10px; height: 10px; display: block; border-radius: 50%; position: absolute; right: -5px; top: 50%; margin-top: -5px;}
.job_box6 ul li:nth-child(even) .title i{ left: -5px; right: auto;}
.job_box6 ul li .title i:after {
  background-color: #fff;
}

/* 设置动画后颜色 */
.job_box6 ul li .title i:before {
  background-color: rgba(0, 168, 253, 0.2);
}

/* 设置动画 */
.job_box6 ul li .title i:before,
.job_box6 ul li .title i:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
  animation: warn 1.5s ease-out 0s infinite;
}

/* @keyframes 规则用于创建动画。在 @keyframes 中规定某项 CSS 样式，就能创建由当前样式逐渐改为新样式的动画效果。 */
@keyframes warn {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


/* .job_box6 ul li .title i::after{ position: absolute; width: 6px; height: 6px; content: ''; position: absolute; background: #fff; border-radius: 50%; top: 2px; left: 2px;} */

.job_box6 ul li .title.one{ left: 190px; top: 80px;}
.job_box6 ul li .title.two{ left: 700px; top: 170px;}
.job_box6 ul li .title.three{ left: 134px; top: 280px;}
.job_box6 ul li .title.four{ left: 880px; top: 420px;}
.job_box6 ul li .title.five{ left:288px; top: 350px;}


.job_box6 ul li .job5_content{ display: none; width: 100%; height: 100%; background: url(../images/job_new_bj1.jpg) no-repeat top center; box-sizing: border-box; color: #fff; position: absolute; z-index: 10; left: 0px; top: 0px;  transition: all 0.3s ease; overflow: hidden;}
.job_box6 ul li .job5_content.into{ display: block;}
.job_box6 ul li .job5_content .job5_content1{ padding:5%; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%;}
.job_box6 ul li .job5_content .job5_content1 h2{ width: 25px; display: block; font-size: 22px; line-height: 24px; font-weight: bold; word-wrap: break-word; color: #fff; float: left;}
.job_box6 ul li .job5_content .job5_content1 h3{ float: right; width: calc(100% - 220px); padding-top: 100px;  overflow-x: auto; height: 100%; padding-right: 10px;}
.job_box6 ul li .job5_content .job5_content1 h3 p{ font-size: 15px; line-height: 29px;}

.body_close{
  position: fixed; width: 100vw; height: 100vh; top: 0px; left: 0px; display: none;
}
.body_close.into{
  display: block;
}

.n_job{ margin-bottom: 20px;}
.n_job .bt{ border-bottom: 1px solid #eee;}
.n_job .bt a{ margin-right: 30px; position: relative;  padding: 20px 0px; display: inline-block; color: #333; font-size: 16px; }
.n_job .bt a.on::after{ content: ''; position: absolute; width: 100%; height: 5px; background: #ec6c00; left: 0px; bottom: 0px;}

.n_job .ebt{ border-bottom: 1px solid #eee;  padding: 20px 0px; line-height: 28px; font-size: 14px;}


.jobli {
	padding-top: 50px;
	background: #fff;
}

.jobli li {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
	margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 30px;
  transition: all 0.5s ease;
}

.jobli li:hover{ box-shadow: 0px 0px 10px #e3e3e3; transform: translateY(-5px); transition: all 0.5s ease;}

.jobli li .link {
	height: auto;
  cursor: pointer;
  position: absolute;
  top:30px;
  right: 10px;
  text-align: center;
  line-height: 45px;
  padding: 0px 20px;
  display: inline-block;
  background: #E96C00; color: #fff;
  border-radius: 5px;
  
}



.jobli li.open{
  box-shadow: 0px 0px 15px #ddd;
}


.jobli li .tbanchor {
	width: 160px;
	display: block;
	text-align: center;
	float: right;
	position: relative;
}

.jobli li .link::after {
	content: '查看详情';
  font-size: 14px;
  
}

.jobli li.open .link::after {
  content: '收起';
 
}

.jobli li .title{ padding-right: 100px;}


.jobli li .title h2 {
  font-size: 18px;
  color: #E96C00;
  margin-bottom: 15px;
}

.jobli li .title p{ font-size: 14px; line-height: 22px;}


.jobli li .link .nr h3 span {
	padding-right: 8%;
}

.jobli li .jobnr {
	background: #fff;
	padding: 15px 0px;
  font-size: 14px;
  border-top: 1px dashed #eee;
}

.jobli li .jobnr h2 {
	color: #333;
	font-size: 16px;
	padding-bottom: 15px;
}

.jobli li .jobnr p {
	line-height: 28px;
}


.submenu{ display: none;}



@media (max-width: 1200px) {
  .foot_share {
    width: calc(100% - 54px);
}

  a.busd3_arrl {
    left: -20px;
  }

  a.busd3_arrr {
    right: -20px;
  }

  #container .content.history .inner-content .history-tab-area {
    width: 970px !important;
  }

  .his2R_lis {
    height: 210px;
  }

  .scroll-pane {
    /* height: 120px; */
    height: 140px;
  }

  .duty42 .duty422 .left {
    width: 450px;
    height: 320px;
  }

  .duty4221,
  .duty4221 .bd li img {
    width: 450px;
    height: 320px;
  }

  .duty42 .duty422 .right {
    width: 490px;
    height: 320px;
  }

  .duty422 .scroll-pane {
    height: 280px;
  }

  .ind1_img {
    height: 460px;
  }

  .header_menu li {
    font-size: 14px;
  }
  .banner {
    height: 440px;
  }

  .job1_arrl,.job1_arrr{
    bottom: 173px;
  }

}

@media (max-width: 991px) {
  .foot_share {
    width: 100%;
}
.foot_share li:nth-child(6){
  display: none;
}
  .header_cot {
    padding: 20px 0 19px;
  }

  .wrapper {
    margin-top: 70px;
  }

  .logo img {
    height: 26px;
  }

  .header_menu li {
    padding: 0 8px;
    font-size: 13px;
  }

  .header_menu {
    margin-right: 18px;
  }

  .header_right {
    margin-top: 0;
  }

  .logo {
    margin-top: 4px;
  }

  .ind1_left {
    padding: 40px;
  }

  .ind1_img {
    height: 420px;
  }

  .ind4_bg {
    height: 340px;
  }

  .ind_tit h3 img {
    height: 30px;
  }

  .ind_tit h3 {
    font-size: 24px;
  }

  .ind4L_T {
    height: 342px;
  }

  .ind4_B .ind4_bg {
    height: 140px;
  }

  .ind_box5 .ind_tit {
    margin-bottom: 70px;
  }

  .ab2_bg {
    height: 330px;
  }

  .ab2_img img {
    max-width: 400px;
  }

  #container .content.history .inner-content .history-tab-area {
    width: 750px !important;
  }

  .history2_left li {
    width: 50%;
  }

  .history2_left li:nth-child(3) {
    display: none;
  }

  .scroll-pane {
    height: 140px;
  }

  .history3_cot li {
    width: 33.33%;
  }

  .history3_cot li:nth-child(4) {
    display: none;
  }

  .his4_bott li {
    width: 50%;
  }

  .his4_bott li:nth-child(3) {
    display: none;
  }

  .duty4221,
  .duty4221 .bd li img,
  .duty42 .duty422 .left {
    width: 320px;
    height: 228px;
  }

  .duty42 .duty422 .right {
    width: 400px;
    height: 228px;
  }

  .duty422 .scroll-pane {
    height: 180px;
  }

  .job1_cot h3 {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }

  .job1_wz {
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 40px 30px 240px;
  }

  .bus2_bott li {
    width: 20%;
  }

  a.busd3_arrl {
    left: -8px;
    width: 20px;
  }

  a.busd3_arrr {
    right: -8px;
    width: 20px;
  }

  .duty1 h2 {
    font-size: 50px;
  }
  .banner {
    height: 320px;
}
.banner_wz img {
  width: 280px;
}

.job1_arrl,.job1_arrr{
  bottom: 132px;
}

.ab3_cot ul{
  margin: -25px
}
.ab3_cot li {
  width: 50%;
  padding: 25px;
}

}

@media (max-width: 768px) {
  a.job1_arrr img,a.job1_arrl img {
    width: 28px;
}
.job1_swiper:hover a.job1_arrl {
  opacity: 1;
  left: 20px;
}
.job1_swiper:hover a.job1_arrr {
  opacity: 1;
  right: 20px;
}
  .header_menu {
    display: none;
  }

  .ind_box1 {
    padding: 40px 0;
  }

  .ind1_cot {
    flex-direction: column;
  }

  .ind1_left {
    padding: 20px 15px;
    width: 100%;
  }

  .ind_tit h3 img {
    height: 22px;
  }

  .ind_tit h3 {
    font-size: 18px;
  }

  .ind1_left .ind_tit {
    margin-bottom: 20px;
  }

  .ind1_wz p {
    font-size: 12px;
    line-height: 24px;
  }

  .ind1_wz a {
    font-size: 12px;
  }

  .ind1_right {
    display: none;
  }

  .ind2_bg {
    height: 180px;
    background-attachment: initial;
  }

  .ind2_mask {
    bottom: 20px;
    height: 40px;
    width: 40%;
  }

  .ind3_cot li {
    width: 100%;
    padding: 15px;
  }

  .ind3_cot ul {
    margin: -15px;
  }

  .ind_tit {
    margin-bottom: 20px;
  }

  a.ind_more {
    font-size: 12px;
  }

  .ind3_wz {
    height: 80px;
  }

  .ind3_wz p {
    line-height: 14px;
  }

  .ind3_wz h3 {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    height: auto;
  }

  .ind_box4 {
    padding: 30px 0 40px;
  }

  .ind4_left {
    width: 100%;
  }

  .ind4L_T {
    height: auto;
    padding: 20px 15px;
  }

  .ind4_wz a {
    font-size: 12px;
  }

  .ind4_wz p {
    font-size: 12px;
    line-height: 24px;
  }

  .ind4_right {
    width: 100%;
  }

  .ind4_cot {
    flex-wrap: wrap;
  }

  .ind4_B .ind4_bg {
    height: 120px;
  }

  .ind4_bg {
    height: 240px;
  }

  .ind4_txt p {
    font-size: 14px;
  }

  .ind_box5 {
    background-attachment: inherit;
    margin-bottom: 70px;
    padding: 40px 0 70px;
  }

  .ind5_wz {
    width: 100%;
    padding: 20px 15px 20px 0;
    height: auto;
  }

  .ind5_wz p {
    font-size: 12px;
    line-height: 24px;
  }

  .ind5_wz a {
    font-size: 12px;
  }

  .ind_box5 .ind_tit {
    margin-bottom: 30px;
  }

  .ind5_mask {
    height: 50px;
    bottom: -25px;
  }

  .footer_right {
    display: none;
  }

  .footer_left {
    width: 100%;
  }

  .footer {
    padding: 25px 0 10px;
  }

  .foot_addr h5 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .foot_addr p {
    font-size: 12px;
  }

  .foot_addr {
    margin-bottom: 5px;
  }

  .foot_share{
    width: 100%
  }

  .foot_share ul {
    flex-wrap: wrap;
    margin: -8px -34px;
  }

  .foot_share li {
    padding: 8px 15px;
  }

  .foot_share ul:nth-child(2) {
    margin-bottom: 10px;
  }

  .copy ul {
    display: none;
  }

  .copy {
    margin-top: 0px;
  }

  .return_top{ top: 0px; right: 0px;}

  .wrapper {
    margin-top: 60px;
  }

  .ab_box1 {
    padding: 40px 0;
  }

  .ab1_top p {
    line-height: 24px;
    font-size: 14px;
  }

  .ab1_top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .ab1_img {
    display: none;
  }

  .ab1_lis p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .ab1_lis p a{
    color: #333;
  }

  .ab1_bg {
    margin: 10px 0;
  }

  .ab1_lis3 {
    margin-bottom: 0;
  }

  .ab2_bg {
    height: 220px;
    background-attachment: inherit;
  }

  .ab2_lis p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .ab2_img {
    display: none;
  }

  .ab2_bott {
    padding: 40px 0 14px;
  }

  .ab3_bg {
    padding-top: 30px;
    overflow: hidden;
  }

  .ab3_bg img {
    width: 120%;
    margin: 0 -10%;
  }

  .ab3_cot li {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ddd;
  }
  
  .ab3_cot ul {
    margin: 0 -25px;
  }

  .ab3_cot li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .ab3_cot {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .ab3_lis h3 span {
    font-size: 16px;
  }

  .ab3_lis h3 {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .ab3_lis h5 {
    font-size: 12px;
  }

  .ab3_lis hr {
    width: 50px;
    margin: 10px 0;
  }

  .ab3_lis p {
    font-size: 12px;
    line-height: 24px;
  }

  .ab3_bott p {
    font-size: 12px;
    line-height: 24px;
  }

  .ab_box3 {
    padding-bottom: 40px;
  }

  .business_box {
    padding: 40px 0;
  }

  .bus1_wz p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .bus1_wz li a {
    line-height: 22px;
    font-size: 13px;
  }

  .bus_box2 {
    padding-top: 30px;
  }

  .bus2_wz h3 {
    font-size: 18px;
    letter-spacing: 0;
  }

  .bus2_img {
    display: none;
  }

  .bus2_lis p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .bus2_lis {
    margin-bottom: 10px;
  }

  .bus2_pic {
    display: none;
  }

  .bus2_bott {
    padding: 20px 20px;
  }

  .bus2_bott li {
    width: 33.33%;
  }

  .busd_box2 {
    margin: 30px 0;
  }

  .busd3_tit h3 {
    line-height: 34px;
    font-size: 18px;
  }

  .busd3_wz {
    padding: 20px 0;
  }

  .busd3_wz p {
    font-size: 12px;
    line-height: 24px;
  }

  .busd3_bott h3 {
    font-size: 15px;
    line-height: 26px;
  }

  .busd3_bott li {
    width: 100%;
  }

  .busd3_bott ul {
    flex-wrap: wrap;
  }

  .busd3_bott li:nth-child(2) .busd3_lis {
    border: none;
    padding-top: 0;
  }

  .busd3_lis {
    padding-top: 6px;
  }

  .busd3_lis p {
    font-size: 12px;
    line-height: 24px;
  }

  .contact_box {
    padding: 40px 0;
  }

  .contact_cot {
    max-width: 100%;
    padding: 0;
  }

  .contactT_wz h3 {
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
  }

  .contactT_wz {
    margin-bottom: 15px;
  }

  .contactT_cot h4 {
    font-size: 12px;
  }

  .contactT_bott h3 {
    font-size: 12px;
    line-height: 24px;
  }

  .map_fixed {
    width: calc(100% - 30px);
  }

  #dituContent {
    height: 300px !important;
  }

  .map_close {
    right: 0;
    width: 24px;
  }

  .contact_lis input {
    line-height: 38px;
    height: 40px;
    font-size: 12px;
    border: solid 1px #999;
  }

  .contact_lis textarea {
    line-height: 24px;
    font-size: 12px;
    border: solid 1px #999;
  }

  .history_box1 {
    padding: 40px 0 0;
  }

  .history1_cot h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .history1_cot p {
    font-size: 12px;
    line-height: 24px;
  }

  .history1_cot {
    margin-bottom: 30px;
  }

  #container .content.history .inner-content .history-tab-area {
    width: 100% !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area {
    margin: 0 20px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .active .content-area .history-noti {
    padding: 0 !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-noti h2 {
    font-size: 16px !important;
    padding-bottom: 12px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-noti p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists:before {
    display: none;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 15px;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li strong {
    text-align: left !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li:before {
    right: auto !important;
    left: -6px;
    width: 8px !important;
    height: 8px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li:nth-child(even) {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 15px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists {
    padding: 20px 0px !important;
  }

  .history2_left {
    width: 100%;
  }

  .history2_right {
    width: 100%;
    margin-top: 10px;
  }

  .history_box3 {
    padding: 30px 0;
  }

  .history3_cot li {
    width: 50%;
  }

  .history3_cot li:nth-child(4) {
    display: block;
  }

  .history_box4 {
    padding: 30px 0 40px;
  }

  .history_box2 {
    padding: 30px 0;
    margin-top: 0;
  }

  .his4_wz p {
    font-size: 12px;
    line-height: 24px;
  }

  .his4_wz {
    margin-bottom: 30px;
  }

  .his4_cot li {
    width: 100%;
  }

  .his4_cot ul {
    flex-wrap: wrap;
  }

  .his4_lis h3 a {
    font-size: 18px;
    line-height: 24px;
  }

  .his4_lis p {
    font-size: 12px;
    line-height: 24px;
  }

  .his4_bott li {
    width: 50% !important;
  }

  .his4_cot li:nth-child(2) .his4_lis {
    border: 0;
  }

  .his4_bott {
    margin-top: 10px;
  }

  .his4_lis h3 {
    margin-bottom: 10px;
  }

  .duty2_r {
    padding: 20px 15px;
    font-size: 12px;
    line-height: 24px;
  }

  .back {
    margin-top: 10px;
  }

  .job_box1 {
    padding-top: 40px;
  }

  .job1_cot h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 0;
  }

  .job1_wz {
    height: 180px;
    padding: 20px 15px;
    background-position: center;
  }

  .job1_wz p {
    font-size: 12px;
    line-height: 24px;
  }

  .job1_wzz {
    height: 150px;
    overflow-x: auto;
    padding: 0px;
    background-position: center;
  }

  .job1_wzz p {
    font-size: 12px;
    line-height: 24px;
  }

  .job_box2 {
    padding: 40px 0;
  }

  .job2_tit h3 {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .job2_tit p {
    font-size: 12px;
    line-height: 24px;
  }

  .job2_cot th {
    font-size: 13px;
    padding: 10px 5px;
    white-space: nowrap;
  }

  .job2_cot {
    overflow-x: auto;
  }

  .job2_cot td {
    font-size: 12px;
    padding: 10px 5px;
  }

  .job_box3 li {
    width: 50%;
  }

  .job_box3 li:nth-child(3) {
    display: none;
  }

  .job_box3 ul {
    flex-wrap: wrap;
  }

  .jobd_cot {
    padding: 20px 15px;
    font-size: 12px;
    line-height: 24px;
  }

  .join_xx .bt h2 {
    font-size: 16px;
    padding: 10px 0px !important;
  }

  .join_xx .nr {
    padding: 15px 0px;
    font-size: 12px;
    line-height: 24px;
  }

  .join_xx_bg span {
    padding-right: 10px;
  }

  .join_xx_bg {
    margin-bottom: 20px;
  }

  .join_xx .nr h2 span {
    font-size: 14px !important;
  }

  .join_xx .nr p {
    font-size: 12px;
    line-height: 24px;
  }

  .join_xx .nr h2 {
    font-size: 13px !important;
    line-height: 24px;
  }

  .video_cot {
    padding: 20px 15px;
    font-size: 12px;
    line-height: 24px;
  }

  .maga_cot li {
    width: 33.33%;
  }

  .his2L_lis p {
    font-size: 12px;
  }

  .history2_left li {
    width: 33.33%;
  }

  .history2_left li:nth-child(3) {
    display: block;
  }

  .news_box {
    padding: 40px 0;
  }

  .news_cot li {
    width: 100%;
  }

  .news_wz h3 {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }

  .news_wz p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    height: 40px;
  }

  .newsd_cot {
    padding: 20px 15px;
    font-size: 12px;
    line-height: 24px;
  }

  .newsd_tit h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .newsd_tit h5 {
    font-size: 12px;
  }

  .newsd_tit h5 a {
    font-size: 12px;
    line-height: 14px;
  }

  .newsd_tit {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .newsd_wz p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .join_xx .bt h3 {
    font-size: 12px;
  }

  .duty1 {
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 24px;
    padding-top: 0;
  }

  .duty1 h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }

  .duty1 p {
    font-size: 12px;
    line-height: 24px;
  }

  .duty41 ul li {
    width: calc(50% - 20px);
    margin: 10px;
    height: 100px;
  }

  .duty41 ul {
    margin: -10px;
  }

  .duty41 ul li.on a span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .duty41 ul li a span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .duty41 ul li:hover a span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .duty41 .wz {
    border-top: 1px solid #333;
    font-size: 12px;
    line-height: 24px;
  }

  .duty41 {
    margin: 0;
  }

  .duty42 {
    padding-top: 30px;
  }

  .duty42 .duty421 .bt p {
    font-size: 12px;
    line-height: 24px;
  }

  .duty4221,
  .duty4221 .bd li img,
  .duty42 .duty422 .left {
    width: 100%;
    height: auto;
  }

  .duty42 .duty422 .right {
    width: 100%;
  }

  .duty422 .scroll-pane p {
    font-size: 12px;
    line-height: 24px;
  }

  .duty42 .duty421 {
    margin-bottom: 40px;
  }

  .duty {
    padding-bottom: 0;
  }

  .header_cot {
    padding: 13px 0;
  }

  .banner {
    height: 220px;
}

  .logo {
    margin-top: 8px;
}

  .language {
    margin-top: 3px;
  }

  .head_btn {
    display: block;
    margin-top: 3px;
  }

  #container .content.history .inner-content .history-tab-area .btn-area .btn-history-prev {
    top: 8px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 20px !important;
  }

  #container .content.history .inner-content .history-tab-area .btn-area .btn-history-next {
    top: 8px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 20px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box {
    height: 120px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box .btn:before {
    height: 50px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box .history-tit {
    font-size: 24px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box .history-tit {
    font-size: 15px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box .btn {
    width: 150px !important;
  }
  #container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box .btn .icon{ width: 130px !important;}

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area {
    top: 150px !important;
  }

  #container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li p {
    float: left !important;
  }

  #container .content.history .inner-content {
    background-position: 50% 360px !important;
  }

  .news_nav li {
    font-size: 15px;
  }

  .history2_left,
  .history2_right {
    padding: 0;
  }
  .busd3B_wz p {
    font-size: 12px;
    flex-wrap: wrap;
    margin-bottom: 4px;
  }
  .busd3B_wz p span {
    line-height: 22px;
    width: 100%;
  }

  .legal_box {
    padding: 40px 0;
}
.legel_tit h3 {
  font-size: 18px;
  line-height: 24px;
}
.legel_tit h4 {
  font-size: 14px;
}
.legal_lis h5 {
  font-size: 14px;
  line-height: 24px;
}

.legal_lis p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 2px;
}

.legel_tit {
  margin-bottom: 20px;
}

.bus_box3{ padding-top: 20px;}
.bus_box3 .title{ padding-bottom: 15px;}
.bus_box3 .title h2{ font-size: 20px;}
.bus_box3 .title p{ font-size: 13px;}

.bus_box4 ul{ margin: 0px;}
.bus_box4 ul li{ width: 100%; padding: 0px; height: auto;}
.bus_box4 ul li h2{ font-size: 16px; padding: 10px 0px;}
.bus_box4 ul li p{ font-size: 12px;}


.job_box4 ul{ display: block;}
.job_box4 ul li{ margin-bottom: 20px;}
.job_box4 ul li h2{ margin-bottom: 15px; font-size: 20px;}
.job_box4 ul li p{ font-size: 12px; line-height: 22px;}

.job_box5{ height: auto;}
.job_box5 ul{ display: block;}
.job_box5 ul li{ width: 100%;}
.job_box5 ul li .title{border: 0px; border-bottom: 1px solid #a8a7a5; height: 70px;}
.job_box5 ul li .title h2{ width: 100%; text-align: center; font-size: 15px;}

.job_box5 ul li .job5_content{ padding:20px 10px;}
.job_box5 ul li .job5_content h2{ font-size: 17px; padding-bottom: 15px;}
.job_box5 ul li .job5_content h3{ font-size: 14px; padding-bottom: 15px; margin-bottom: 15px;}
.job_box5 ul li .job5_content p{ font-size: 12px; line-height: 22px;}

.copy p{ display: block;}

.job_box6{ height: 350px;}
.job_box6 ul li{ height: 20% !important; text-align: center; padding-top: 15px;}
.job_box6 ul li .title{ position: relative; left: 0px !important; top: 0px !important; font-size: 14px;}
.job_box6 ul li .job5_content .job5_content1 h2{ font-size: 16px; line-height: 18px;}
.job_box6 ul li .job5_content .job5_content1 h3{ width: calc(100% - 50px); padding-top: 0px;}
.job_box6 ul li .job5_content .job5_content1 h3 p{ font-size: 12px !important; line-height: 23px;}


.n_job .bt a{ padding: 15px 0px; font-size: 15px;}
.n_job .ebt{ padding: 10px 0px; font-size: 12px; line-height: 24px;}

.jobli{ padding-top: 20px;}
.jobli li{ padding: 15px; padding-bottom: 20px;}

.jobli li .title{ padding-right: 0px;}
.jobli li .title h2{ font-size: 16px; margin-bottom: 18px;}
.jobli li .title p{ font-size: 12px; line-height: 22px;}

.jobli li .link{ top: 5px; right: 5px; line-height: 35px; height: 35px; border-radius: 10px;}
.jobli li .link::after{ font-size: 13px;}

.jobli li .jobnr{ font-size: 12px; padding: 10px 0px;}
.jobli li .jobnr h2{ font-size: 13px !important;}
.jobli li .jobnr p{ line-height: 24px;}

}


@media(max-width:320px) {
  .menu_cot {
    width: 240px;
  }

  .menu_close {
    width: calc(100% - 240px);
  }
}