@import url(./innerslidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  padding: 0 0 40px;
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.wrapper {
  max-width: 1540px;
  /*min-width: 980px; */
  _width: 1540px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:1600px) {
  .wrapper {
    max-width: 1440px;
  }
}

@media only screen and (max-width:1440px) {
  .wrapper {
    max-width: 1366px;
  }
}

@media only screen and (max-width:1366px) {
  .wrapper {
    max-width: 1280px;
  }
}

@media only screen and (max-width:1280px) {
  .wrapper {
    max-width: 1180px;
  }
}

@media only screen and (max-width:920px) {
  .wrapper {
    max-width: 880px;
  }
}

.sub-banner {
  height: 300px;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bgtitle {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}



@media only screen and (max-width:1440px) {
  .bgtitle {
    font-size: 28px;
  }
}

@media only screen and (max-width:1280px) {
  .bgtitle {
    font-size: 26px;
  }
}

@media only screen and (max-width:920px) {
  .sub-banner {
    height: 200px;
  }

  .bgtitle {
    font-size: 22px;
  }

}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: 150px;
  }

  .bgtitle1 {
    font-size: 24px;
  }

}









/* ==========================================================================
   关于我们
   ========================================================================== */
.about {
  position: relative;
}

.about .left {
  background-color: rgb(240, 241, 245);
  width: 1120px;
  padding: 75px 320px 75px 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.about .right {
  position: absolute;
  width: 635px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ab_title {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(9, 105, 181);
  font-weight: bold;
}

.ab_txtarea {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 2;
}

.ab_txtarea p {
  margin-top: 25px;
}

.ab_list {
  padding: 40px 60px;
}

.owl-about .owl-prev,
.owl-about .owl-next {
  width: 65px;
  height: 21px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}


.owl-about .owl-prev {
  margin-right: 20px !important;
  background: url(../images/arrow03.png) left top no-repeat !important;
}

.owl-about .owl-next {
  margin-left: 20px !important;
  background: url(../images/arrow04.png) right top no-repeat !important;
}


.owl-about .owl-prev:hover {
  background: url(../images/arrow13.png) left top no-repeat !important;
}

.owl-about .owl-next:hover {
  background: url(../images/arrow14.png) right top no-repeat !important;
}





.culture {
  background: url(../images/ab05.png) no-repeat center;
  padding: 50px 0 110px;
  box-sizing: border-box;
  background-size: cover;
}

.cul_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  transition: all .8s;
}


.cul_list {
  margin-left: -25px;
  padding: 0 60px;
}

.cul_list li {
  float: left;
  margin-left: 25px;
  width: calc(25% - 25px);

}

.cul_box {
  border: 1px solid rgba(238, 237, 237, .3);
  height: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all .5s;
}

.cul_box .cul_title {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-top: 20px;
}

.cul_box:hover {
  background-color: rgba(235, 235, 235, .2);
}

.cul_box:hover .cul_img {
  transform: rotateY(360deg);
}



.honor {
  padding: 50px 0;
  background: url(../images/wedomvpic21.jpg) center no-repeat;
  background-size: cover;
}

.honorpart {
  margin: 0 55px;
}

.honorbox {
  margin: 5px;
}

.honorbox .pic {
  position: relative;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.honorbox .bgimg {
  width: 100%;
}

.honorbox .uppic {
  max-width: 95% !important;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.honorbox:hover .pic {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.honorbox .tit {
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #333;
  margin-top: 10px;
}


.aboutpart05 {
  padding: 60px 0 40px 0;
  border-top: 1px solid #fff;
  background: url(../images/wedomvpic22.jpg) center no-repeat;
  background-size: cover;
}

.aboutpart05 .txtarea {
  width: 460px;
  float: left;
}

.aboutpart05 .txtarea h3 {
  line-height: 1em;
  font-size: 30px;
}

.aboutpart05 .txtarea .desc {
  margin: 20px 0 0 0;
  line-height: 2em;
  font-size: 15px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.aboutpart05 #owl-partner {
  width: calc(100% - 500px);
  float: right;
}

.aboutpart05 #owl-partner .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background: #ffffff;
  border: 2px solid #d3d3d3;
}

.aboutpart05 #owl-partner .owl-dots .owl-dot.active span,
.aboutpart05 #owl-partner .owl-dots .owl-dot:hover span {
  border: 2px solid #ef8409;
}

.logoitem {
  margin: 0;
  margin-bottom: 25px;
}

.aboutpart05 #owl-partner .owl-nav {
  margin-top: 0px;
}


@media only screen and (max-width:1440px) {
  .about .right {
    width: 535px;
  }

  .about .left {
    padding: 60px 340px 60px 60px;
  }

  .ab_txtarea {
    font-size: 17px;
  }

  .cul_box .cul_title {
    font-size: 22px;
  }
}

@media only screen and (max-width:1366px) {
  .about .right {
    width: 475px;
  }

  .about .left {
    padding: 60px 360px 60px 60px;
  }
}

@media only screen and (max-width:1280px) {
  .about .left {
    padding-right: 220px;
    width: 900px;
  }

  .ab_txtarea {
    font-size: 16px;
  }

  .cul_box .cul_title {
    font-size: 20px;
  }

  .culture {
    padding: 30px 0 80px;
  }

  .about .right {
    width: 455px;
  }
}

@media only screen and (max-width:1024px) {
  .about .left {
    padding: 40px;
    padding-right: 220px;
    width: 700px;
  }

  .ab_title {
    font-size: 22px;
  }

  .ab_txtarea {
    font-size: 15px;
  }

  .ab_list {
    padding: 40px;
  }

  .cul_list {
    padding: 0 40px;
  }

  .honorpart {
    margin: 0 35px;
  }

  .about .right {
    width: 455px;
  }
}



@media only screen and (max-width:920px) {
  .ab_txtarea {
    font-size: 14px;
    line-height: 1.5;
  }

  .about .right {
    width: 385px;
  }

  .honor {
    padding: 30px 0;
  }

  .aboutpart05 .txtarea h3 {
    font-size: 20px;
  }

  .aboutpart05 .txtarea {
    width: 300px;
  }

  .aboutpart05 #owl-partner {
    width: calc(100% - 320px);
  }
}

@media only screen and (max-width:820px) {
  .about .right {
    width: 355px;
  }

  .about .left {
    padding: 40px;
    padding-right: 180px;
    width: 600px;
  }

  .ab_title {
    font-size: 20px;
  }
}

@media only screen and (max-width:768px) {

  .aboutpart05 .txtarea h3 {
    font-size: 20px;
  }

  .aboutpart05 .txtarea {
    margin-bottom: 10px;
  }

  .aboutpart05 .txtarea,
  .aboutpart05 #owl-partner {
    width: 100%;
    float: none;
  }

  .aboutpart05 {
    padding: 20px 0;
  }

  .innertit,
  .aboutpart05 .txtarea h3 {
    font-size: 20px;
    text-align: center;
  }

  .aboutpart05 .txtarea .desc {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 10px;
  }

  .honorbox .tit {
    font-size: 12px;
  }

  .about .left {
    width: 100%;
    padding: 40px;
  }

  .about .right {
    position: static;
    width: 100%;
    transform: translateY(0);
  }

  .cul_box .cul_title {
    font-size: 18px;
  }

  .ab_list {
    padding: 0;
    margin: 20px 0;
  }

  .cul_list {
    padding: 0;
  }

  .honorpart {
    margin: 0;
  }

  .cul_box {
    height: 190px;
  }
}

@media only screen and (max-width:500px) {
  .cul_list li {
    width: calc(50% - 25px);
    margin-bottom: 25px;
  }

  .about .left {
    padding: 20px;
  }

  .cul_box .cul_title {
    font-size: 16px;
  }

  .logoitem {
    margin-bottom: 15px;
    height: 70px;
    line-height: 70px;
  }
}













/* ==========================================================================
   contact
   ========================================================================== */
.contact {
  max-width: 1360px;
  margin: 0 auto;
}

.lxfsul {
  margin-bottom: 30px;
  border: 1px solid #cedee9;
  padding: 50px 0;
}

.lxfsul li {
  width: calc(33.33% - 1px);
  float: left;
  border-right: 1px solid #cedee9;
}

.lxfsbox {
  padding: 20px 40px;
  text-align: center;
  cursor: pointer;
  height: 200px;
}

.lxfsul li:nth-child(3) {
  border: 0;
}

.lxfsbox .inco {
  width: 80px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  margin: 0 auto;
  transition-duration: 800ms;
}

.lxfsbox .inco img {
  max-width: 100%;
}

.lxfsbox:hover .inco {
  transform: rotateY(360deg);
}

.lxfsbox:hover {
  border-color: #0953a4;
}

.lxfsbox h3 {
  font-size: 18px;
  margin-top: 10px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.lxfsbox .desc {
  font-size: 18px;
  margin-top: 20px;
  word-break: break-all;
  margin: 0 auto;
  width: 260px;
}



@media only screen and (max-width:920px) {
  .lxfsbox .desc {
    font-size: 14px;
    margin-top: 10px;
    width: auto;
  }

  .lxfsbox h3 {
    font-size: 16px;
  }

  .lxfsbox {
    padding: 0 20px;
  }

  .lxfsul {
    padding: 20px 0;
  }
}

@media only screen and (max-width:768px) {
  .lxfsul li {
    width: 100%;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #cedee9;
  }

  .lxfsbox {
    padding: 20px;
    height: auto;
  }

  .lxfsul {
    padding: 0;
  }

  .lxfsbox .inco {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .lxfsbox h3 {
    font-size: 14px;
  }

  .lxfsbox .desc {
    font-size: 12px;
    margin-top: 0;
  }

}

@media only screen and (max-width:500px) {
  .lxfsbox .inco {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}













/* ==========================================================================
   job
   ========================================================================== */
.job_topbox {
  background-color: rgb(9, 105, 181);
  height: 100px;
  padding: 0 90px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.job_topbox .job_title {
  width: 50%;
  font-size: 18px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}

.job_topbox .job_title img {
  margin-right: 10px;
}

.job_topbox .job_title span {
  font-weight: bold;
}

.job_introduce {
  background-color: rgb(243, 244, 245);
  height: 65px;
  line-height: 65px;
}

.job_list {
  display: flex;
  padding: 0 40px;
}

.job_list li {
  width: 20%;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.job_list li:first-child {
  text-align: left;
}

.careerMenu {
  width: 100%;
}

.careerMenu h3 {
  padding: 0 40px;
  border-bottom: 1px solid #cedee9;
  display: flex;
  height: 65px;
  align-items: center;
  font-size: 16px;
  color: rgb(102, 102, 102);
}

.careerMenu h3 .posts {
  width: 20%;
  display: flex;
  align-items: center;
}

.careerMenu h3 .tit02,
.careerMenu h3 .tit03,
.careerMenu h3 .date {
  width: 20%;
  text-align: center;
}

.careerMenu h3 .wyyp {
  width: 20%;
  text-align: center;
}

.wyyp .btn_wyyp {
  background-color: rgb(121, 121, 121);
  padding: 8px 22px;
  color: #fff;
  font-size: 14px;
}

.wyyp .btn_wyyp:hover {
  background-color: rgb(9, 105, 181);
}


.careerMenu h3 em {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/caret-right-fill.svg) center no-repeat;
  cursor: pointer;
  margin-right: 8px;
}

.careerMenu h3.on em {
  background: url(../images/caret-down-fill.svg) center no-repeat;
}

.careerMenu .nwms {
  background: #fff;
  padding: 30px 80px;
  border-bottom: 1px solid #cedee9;
  border-top: 0;
  position: relative;
  font-size: 14px;
  line-height: 2em;
}

.job_bottom {
  background: url(../images/job.png) no-repeat right;
  background-size: cover;
  padding: 100px 90px 120px;
  margin-top: 50px;
}

.job_slogan {
  color: rgb(255, 255, 255);
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.job_bottom .job_desc {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}





@media only screen and (max-width: 1280px) {
  .job_topbox {
    height: 70px;
  }

  .job_topbox .job_title {
    font-size: 16px;
  }

  .job_introduce {
    height: 60px;
    line-height: 60px;
  }

  .careerMenu h3 {
    height: 60px;
  }
}


@media only screen and (max-width: 920px) {
  .careerMenu h3 {
    padding: 0 16px;
  }

  .job_introduce {
    height: 50px;
    line-height: 50px;
  }

  .job_list li {
    font-size: 14px;
  }

  .job_topbox {
    padding: 0 40px;
    height: 60px;
    margin-bottom: 25px;
  }

  .job_topbox .job_title {
    font-size: 15px;
  }

  .careerMenu h3 {
    font-size: 14px;
  }

  .careerMenu h3 .wyyp {
    width: 20%;
    text-align: left;
    flex: 1;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .careerMenu .nwms {
    padding: 30px 35px;
  }

  .job_list li:nth-child(2),
  .job_list li:nth-child(3),
  .job_list li:nth-child(4) {
    display: none;
  }

  .job_list {
    justify-content: space-between;
  }

  .careerMenu h3 .tit02,
  .careerMenu h3 .tit03,
  .careerMenu h3 .date {
    display: none;
  }

  .careerMenu h3 .posts {
    width: 78%;
  }

  .job_topbox .job_title {
    font-size: 14px;
  }

  .job_topbox .job_title:nth-child(1) {
    width: 70%;
  }

  .job_topbox .job_title:nth-child(2) {
    width: 30%;
  }

  .job_bottom {
    padding: 60px 90px;
  }
}


@media only screen and (max-width: 500px) {
  .job_topbox {
    flex-wrap: wrap;
    padding: 0 5px;
  }

  .job_topbox .job_title {
    width: 100% !important;
  }

  .job_list li {
    width: 50%;
  }

  .job_list {
    padding: 0 5px;
  }

  .careerMenu h3 {
    padding: 0;
  }

  .careerMenu h3 .posts {
    width: 60%;
  }

  .careerMenu .nwms {
    padding: 10px 0;
  }

  .job_bottom {
    padding: 20px 10px;
  }

  .job_slogan {
    font-size: 24px;
  }

  .job_bottom .job_desc {
    font-size: 14px;
  }
}












/* ==========================================================================
   download
   ========================================================================== */
.download {
  display: block;
  width: 600px;
  margin: 0 auto;
}


.download .dl_wrap {
  background: transparent;
  border: 1px solid rgb(213, 214, 222);
  padding-left: 10px;
  border-radius: 5px;
}



.download .dl_input {
  float: left;
  padding: 0;
  margin: 0;
  width: calc(100% - 70px);
  height: 48px;
  line-height: 48px;
  background: transparent;
  border: none;
  color: rgb(128, 128, 128);
  font-size: 16px;
  font-weight: 300;
  box-sizing: content-box;
}

.download .dl_search {
  float: right;
  border: 0 none;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #0969b5 url(../images/btn_ser03.png) no-repeat center;
  box-sizing: border-box;
  outline: none;
}

.dl_box {
  margin-top: 60px;
  height: 60px;
  padding: 0 50px;
  display: flex;
  background-color: rgb(9, 105, 181);
  align-items: center;
}

.dl_box .dl_title {
  font-size: 20px;
  color: rgb(255, 254, 254);
}

.dl_box .dl_title:nth-child(1) {
  width: 40%;
}

.dl_box .dl_title:nth-child(2) {
  width: 50%;
}

.dl_box .dl_title:nth-child(3) {
  margin-left: auto;
}


.dl_list li {
  border-bottom: 1px solid rgb(214, 217, 224);
}



.dl_block {
  display: flex;
  padding: 0 50px;
  height: 70px;
  align-items: center;
}

.dl_block .dl_desc {
  font-size: 16px;
  color: rgb(64, 64, 64);

}

.dl_block .dl_desc:nth-child(1) {
  width: calc(40% - 20px);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.dl_block .dl_desc:nth-child(1) img {
  margin-right: 10px;

}

.dl_block .dl_desc:nth-child(2) {
  width: 50%;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dl_block .dl_desc:nth-child(3) {
  margin-left: auto;
}

@media only screen and (max-width: 1280px) {
  .dl_box .dl_title {
    font-size: 18px;
  }

  .dl_block .dl_desc {
    font-size: 15px;
  }
}



@media only screen and (max-width: 920px) {
  .dl_box {
    margin-top: 45px;
    height: 50px;
    padding: 0 30px;
  }

  .dl_block .dl_desc {
    font-size: 14px;
  }

  .dl_block {
    padding: 0 30px;
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .download {
    width: 520px;
  }
}

@media only screen and (max-width: 500px) {
  .download {
    width: 100%;
  }

  .download .dl_input {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  /* .download .dl_input::placeholder{
    font-size: 14px;
  } */

  .download .dl_search {
    height: 32px;
  }

  .dl_box .dl_title:nth-child(2),
  .dl_block .dl_desc:nth-child(2) {
    display: none;
  }

  .dl_box .dl_title:nth-child(1),
  .dl_block .dl_desc:nth-child(1) {
    width: 80%;
  }

  .dl_box {
    padding: 0 10px;
    font-size: 16px;
    margin-top: 35px;
  }

  .dl_block {
    padding: 0 10px;
    height: 50px;
  }

  .dl_block .dl_desc {
    font-size: 12px;
  }

  .dl_block .dl_desc:nth-child(3) img {
    max-width: 80%;
  }
}












/* ==========================================================================
   fuhua
   ========================================================================== */
.fuhua_list .fuhua_box {
  border: 1px solid rgb(217, 217, 217);
  background-image: -moz-linear-gradient(90deg, rgb(241, 247, 253) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(241, 247, 253) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(241, 247, 253) 0%, rgb(255, 255, 255) 100%);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fh_left {
  text-align: center;
  width: 15%;
  box-sizing: border-box;
  border-right: 1px solid rgb(217, 217, 217);
}


.fh_right {
  width: 85%;
  box-sizing: border-box;
  padding: 0 60px;
}

.fh_left .date_year {
  color: rgb(51, 51, 51);
  font-size: 36px;
  font-weight: bold;
}

.fh_left .date_month {
  color: rgb(102, 102, 102);
  font-size: 24px;
  font-weight: 500;
}

.fh_right .fh_title {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-bottom: 10px;
}

.fh_right .fh_desc p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fuhua_list li {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
  .fh_left .date_year {
    font-size: 28px;
  }

  .fh_left .date_month {
    font-size: 20px;
  }

  .fh_right .fh_title {
    font-size: 19px;
  }

  .fh_right .fh_desc p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 920px) {
  .fh_right {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .fh_left .date_year {
    font-size: 24px;
  }

  .fh_left .date_month {
    font-size: 18px;
  }

  .fh_right .fh_desc p {
    font-size: 14px;
  }

  .fh_right .fh_title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  .fuhua_list .fuhua_box {
    flex-wrap: wrap;
    height: 180px;
    align-items: stretch;
  }

  .fh_left {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }

  .fh_left .date_year {
    margin-right: 10px;
  }

  .fh_right {
    width: 100%;
    padding: 0 10px;
  }

  .fh_right .fh_desc p {
    font-size: 12px;
  }

  .fh_right .fh_title {
    font-size: 17px;
  }

  .fuhua_list li {
    margin-bottom: 20px;
  }
}











/* ==========================================================================
   news
   ========================================================================== */
.newslist li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.newsbox {
  padding: 30px 0;
}


.newsbox .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  float: left;
  width: 25%;
}

.newsbox .bgimg {
  width: 100%;
}

.newsbox .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.newslist li:hover .upimg {
  transform: scale(1.05);
}

.newslist .newsbox .txtarea {
  width: 75%;
  box-sizing: border-box;
  float: left;
  padding: 25px 100px 0;
}

.newslist .newsbox .txtarea h3 {
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 24px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-weight: bold;
}

.newslist .newsbox .txtarea .date {
  font-size: 14px;
  color: rgb(153, 153, 153);
  line-height: 2.8;
  font-weight: 400;
}



.newslist .newsbox .txtarea .desc {
  line-height: 2em;
  font-size: 16px;
  overflow: hidden;
  color: rgb(102, 102, 102);
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newslist li:hover .txtarea h3 {
  color: rgb(9, 105, 181);
}


.newslist li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fenxiang i {
  margin: 0 10px;
}

.newslist .newsbox .txtarea .date .skip {
  float: right;
}

.newslist .newsbox .txtarea .date .skip {
  height: 30px;
  width: 37px;
  transition: background 0.5s;
  display: block;
}

.newslist .newsbox:hover .txtarea .date .skip {
  background-position: center -30px;
}


@media only screen and (max-width:1440px) {
  .newslist .newsbox .txtarea {
    padding: 5px 50px 0;
  }

  .newslist .newsbox .txtarea .desc {
    margin: 0;
  }
}

@media only screen and (max-width:1366px) {
  .newslist .newsbox .txtarea .desc {
    font-size: 15px;
  }
}

@media only screen and (max-width:1280px) {
  .newslist .newsbox .txtarea .desc {
    font-size: 14px;
  }

  .newslist .newsbox .txtarea h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width:920px) {
  .newslist .newsbox .txtarea h3 {
    font-size: 18px;
  }

  .newsimg {
    display: none;
  }

  .newslist .newsbox .pic {
    width: 280px;
    height: 180px;
  }

  .newslist .newsbox .txtarea {
    width: calc(100% - 320px);
    padding: 5px 10px 0;
  }

  .newslist .newsbox .txtarea .desc {
    line-height: 1.5em;
    font-size: 14px;
    margin: 10px 0 15px 0;
  }
}

@media only screen and (max-width:768px) {

  .newslist .newsbox .pic {
    width: 100%;
    height: auto;
    margin-right: 0;
    float: none;
  }

  .newslist .newsbox .txtarea {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding: 0;
  }

  .newslist .newsbox .txtarea h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .newslist .newsbox .txtarea .desc {
    font-size: 12px;
  }
}











/* ==========================================================================
   newsdetails
   ========================================================================== */
.newsdetails .left {
  width: calc(100% - 400px);
  padding: 20px 20px 0 20px;
  float: left;
}

.newtitle {
  border-bottom: 1px solid #e6e9ed;
  padding: 20px;
}

.newtitle h1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.newsdetails .byline {
  color: rgb(153, 153, 153);
  margin-top: 10px;
  font-size: 16px;
}


.newsdetails .byline span {
  margin-right: 20px;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}

.newsdetails .byline .bdsharebuttonbox {
  display: inline-block;
}

.newsdetails .byline .bdshare-button-style0-16:after {
  display: inline-block;
}

.newsdetails .byline .bdshare-button-style0-16 a,
.newsdetails .byline .bdshare-button-style0-16 .bds_more {
  float: left;
  color: #646464;
  line-height: 25px;
  height: 20px;
  margin: 0;
}

.newsdetails .byline a {
  font-size: 14px;
}

.newsdetails .breadcrumb-bar {
  text-align: left;
}

.newsh_cn {
  padding: 20px 0;
}

.newsh_cn p {
  font-size: 16px;
  margin-bottom: 20px;
  text-indent: 2em;
}

.toolbar {
  border-top: 1px solid #e9eff3;
  margin-top: 30px;
  padding: 30px;
}

.toolbar .row01 {
  width: calc(100% - 300px);
  float: left;
  color: #a0a0a0;
}

.toolbar .row01 a {
  margin-left: 10px;
}

.toolbar .row01 p:hover a {
  text-decoration: underline;
}

.fhshare {
  width: 280px;
  float: right;
  height: 45px;
  font-size: 14px;
  text-align: right;
}

.fhshare a {
  line-height: 45px;
  color: #fff;
  background: #747474;
  display: inline-block;
  padding: 0 20px;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.fhshare a .fa {
  margin-right: 10px;
}

.fhshare a:hover {
  background-color: #0969b5;
}

.newsdetails .right {
  width: 330px;
  float: right;
  margin-top: 65px;
}

.newsdetails .right .tit {
  font-size: 24px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  padding: 20px 0 0 20px;
  border-top: 2px solid #0969b5;
}


.newsdetails .right .warp {
  border: 1px solid #dfe4eb;
}

.newsdetails .right .row01 {
  border-bottom: 1px solid #dfe4eb;
  padding: 20px;
}

.newsdetails .right .row01 h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.newsdetails .right .row01 .desc {
  color: #666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.newsdetails .right .row01 .date {
  font-size: 12px;
  color: #757575;
  margin-top: 5px;
}

.zxnewslist {
  margin: 20px;
}

.zxnewslist li {
  position: relative;
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.zxnewslist li:before {
  content: "";
  display: block;
  top: 14px;
  left: 0;
  position: absolute;
  width: 3px;
  height: 3px;
  background: #e84028;
}



@media only screen and (max-width:1200px) {
  .newsdetails .right {
    width: 250px;
  }

  .newsdetails .left {
    width: calc(100% - 300px);
  }

  .newtitle h1 {
    font-size: 20px;
  }

  .newsh_cn p {
    font-size: 14px !important;
  }

  .newsdetails .right .row01 h4,
  .zxnewslist li {
    font-size: 14px;
  }
}

@media only screen and (max-width:920px) {
  .newsdetails .left {
    width: calc(100% - 40px);
  }

  .newsdetails .right {
    display: none;
  }

  .newtitle h1 {
    font-size: 16px;
  }

}


@media only screen and (max-width:768px) {
  .newtitle {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .newtitle h1 {
    font-size: 14px;
  }

  .newsdetails .left {
    width: calc(100% - 20px);
    padding: 10px;
  }

  .newsdetails {
    padding-top: 0 !important;
  }

  .newsh_cn,
  .newsh_cn p {
    padding: 0;
    font-size: 12px !important;
  }

  .toolbar {
    padding-bottom: 0;
  }

  .toolbar .row01 {
    width: 100%;
    float: none;
    font-size: 12px;
  }

  .toolbar {
    padding: 20px 0 0 0;
  }

  .fhshare {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .fhshare a {
    margin-left: 0;
    line-height: 36px;
  }

}















/* ==========================================================================
   case
   ========================================================================== */
.case {
  padding-top: 60px;
}

.inner_left {
  width: 320px;
  float: left;
}

.inner_cont {
  font-size: 14px;
  color: #454545;
  width: calc(100% - 350px);
  float: right;
}

.inner_cont img {
  max-width: 100%;
}

@media only screen and (max-width:920px) {
  .inner_left {
    float: none;
    width: 100%;
    margin-top: 0px;
  }

  .inner_cont {
    width: 100%;
    float: none;
  }
}

.siderbar .title {
  height: 80px;
  line-height: 80px;
  padding: 0 10px;
  position: relative;
  border: 1px solid #c9d3e0;
  border-top: 3px solid #024099;
  text-align: center;
  border-bottom: 0;
  background: url(../images/case02.png) no-repeat;
  background-size: cover;
}

.siderbar .title h3 {
  font-size: 24px;
  color: #fff;
}

.siderbar .title .btn_jt {
  display: block;
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0;
  text-align: center;
  line-height: 40px;
  display: none;
}

.siderbar .title .inco01 {
  height: 40px;
  width: 50px;
  display: block;
  background: url(../images/inco15.png) center no-repeat;
}

.siderbar .title .cur .inco01 {
  height: 40px;
  width: 50px;
  display: block;
  background: url(../images/inco14.png) center no-repeat;
}

.siderbar .sunnav {
  background: #fff;
  border: 1px solid #c9d3e0;
}


.list4 {
  padding: 20px;
  box-sizing: border-box;
}

.siderbar .sunnav .list4 li {
  border-bottom: 1px solid #fff;
  text-indent: 15px;
  position: relative;
  box-sizing: border-box;
}

.list4 li .t {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: rgb(229, 229, 229);
  font-size: 18px;
  color: rgb(51, 51, 51);
}

.list4 li .t {
  position: relative;
}

.list4 li .t i {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/leftarr01.png) center no-repeat;
}

.list4 li .t.hover i {
  background: url(../images/leftarr02.png) center no-repeat;
}

.list4 li a:hover {
  color: #0969b5;
  font-weight: 600;
}

.list4 li .t.hover {
  color: #fff;
  font-weight: bold;
  background: #0093db;
}

.list4 li .t.hover a {
  color: #fff;
}




.list4 li .level2 p {
  border: 0;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: rgb(102, 102, 102);
  border-bottom: 1px solid #a0a0a0;
  position: relative;
}

.list4 li .level2 p.on::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #0953a4;
  left: -20px;
}

.list4 li .level2 p.on::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #0953a4;
  right: -20px;
}

.list4 li .level2 p a {
  text-indent: 40px;
}

.list4 li .level2 p a:hover {
  font-weight: 600;
}

.list4 li .level2 p.on a {
  color: #0953a4;
  font-weight: 600;
}


@media only screen and (max-width: 1000px) {
  .siderbar .sunnav {
    display: none;
  }

  .siderbar .title {
    padding: 10px 20px;
    background: #024099;
    line-height: 40px;
    text-align: left;
    color: #fff
  }

  .siderbar .title .btn_jt {
    top: 10px;
    display: block;
  }

  .siderbar .title h3 {
    padding-left: 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1000px) {
  .siderbar .title h3 {
    padding-left: 0;
    font-size: 14px;
  }

  .siderbar .sunnav li {
    font-size: 14px;
  }

  .siderbar {
    margin-bottom: 10px;
  }

  .siderbar .title {
    padding: 0 10px;
  }

  .siderbar .title .btn_jt {
    top: 0;
  }

  .siderbar .title .txten {
    display: none;
  }

  .siderbar .title {
    height: 40px;
  }

  .list4 li .t {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .list4 li .t i {
    top: 0;
    width: 40px;
    height: 40px;
  }

  .list4 li {
    border-bottom: 1px solid #fff;
  }

  .case {
    padding-top: 10px;
  }

  .list4 li .level2 p {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}


.innertit02 {
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  background-color: rgb(241, 241, 241);
  color: #fff;

}

.case_title {
  display: inline-block;
  padding: 0 30px;
  background-color: rgb(9, 105, 181);
  font-weight: 500;
}


.casebox .pic {
  position: relative;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  background: #fff;
  vertical-align: middle;
  width: 25%;
  float: left;

}

.casebox .bgimg {
  width: 100%;
}

.casebox .uppic {
  width: 95% !important;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .6s;
}

.casebox .pic:hover .uppic {
  transform: translate(-50%, -50%) scale(1.05);
}

.caselist li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
  cursor: pointer;
}

.casebox {
  padding: 30px 0;
}

.casebox .txtarea .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.caselist .casebox .txtarea {
  width: 75%;
  box-sizing: border-box;
  float: left;
  padding: 25px 0 0 50px;
}

.caselist .casebox .txtarea h3 {
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 24px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-weight: bold;
}

.ckxq {
  display: block;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: rgb(51, 51, 51);
  font-size: 14px;
  border: 1px solid rgb(51, 51, 51);
  margin-top: 10px;
}

.ckxq:hover {
  background-color: rgb(9, 105, 181);
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .caselist .casebox .txtarea {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .caselist .casebox .txtarea h3 {
    font-size: 20px;
  }

  .caselist .casebox .txtarea {
    padding-left: 25px;
  }

  .casebox .txtarea .desc {
    -webkit-line-clamp: 2;
  }

}

@media only screen and (max-width: 920px) {
  .innertit02 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .casebox .pic {
    width: 100%;
  }

  .caselist .casebox .txtarea {
    padding-left: 0px;
    width: 100%;
  }

  .caselist .casebox .txtarea h3 {
    font-size: 16px;
  }

  .innertit02 {
    font-size: 16px;
  }
}















/* ==========================================================================
   casedetails
   ========================================================================== */
.wd_name {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin: 20px 0;
  box-sizing: border-box;
  padding-left: 20px;
  border-left: 3px solid #0159a4;
  line-height: 1;
}

.case_area {
  padding-top: 30px;
  color: rgb(102, 102, 102);
  font-size: 16px;
  line-height: 1.875;
}

.case_area img {
  margin-top: 50px;
}

.option {
  margin-top: 50px;
}

.owl_option .pic {
  position: relative;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  background: #fff;
  vertical-align: middle;
}

.owl_option .bgimg {
  width: 100%;
}

.owl_option .uppic {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl_option .pro_title02 {
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 1280px) {
  .case_area {
    padding-top: 0px;
    line-height: 1.5;
  }

  .case_area img {
    margin-top: 20px;
  }

  .owl_option .pro_title02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .case_area {
    font-size: 14px;
  }

  .wd_name {
    margin: 10px 0;
  }

  .owl_option .pro_title02 {
    font-size: 12px;
  }
}












/* ==========================================================================
   pro
   ========================================================================== */
.prolist {
  margin-left: -20px;
  margin-top: 30px;
}

.prolist li {
  width: calc(33.33% - 20px);
  margin-left: 20px;
  margin-bottom: 35px;
  float: left;
}

.pro_title {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #333;
  margin-top: 10px;
}


.probox:hover .pro_title {
  color: #0969b5;
}

.probox .pic {
  border: 3px solid transparent;
  box-sizing: border-box;
}

.probox:hover .pic {
  box-sizing: border-box;
  border: 3px solid #0953a4;
}

@media only screen and (max-width:1440px) {
  .pro_title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .pro_title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .prolist li {
    width: calc(50% - 10px);
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .prolist {
    margin-left: -10px;
    margin-top: 10px;
  }

  .list4 {
    padding: 10px;
  }
}











/* ==========================================================================
   prodetails
   ========================================================================== */
.pd_box {
  display: flex;
  margin-top: 50px;
}

.pd_box .pd_right {
  width: 55%;
  box-sizing: border-box;
  padding-left: 50px;
}

.pd_box .pd_left {
  width: 45%;
}

.pd_box .pd_right .pd_title {
  color: rgb(51, 51, 51);
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
}

.pd_box .pd_right .pd_desc {
  color: #333;
  font-size: 16px;
  line-height: 2.25;
  height: calc(16px * 13.5);
  overflow: auto;
}

.pd_box .pd_right .pd_area {
  display: flex;
}

.ljzx {
  display: block;
  background: url(../images/ljzx.png) no-repeat center;
  padding: 5px 25px;
  color: #fff;
  font-size: 14px;
  background-size: cover;
}

.ljzx:hover {
  color: #fff;
}

.fwrx {
  color: rgb(102, 102, 102);
  font-size: 14px;
}

.pd_box .pd_right .pd_area .phone {
  font-size: 24px;
  color: rgb(51, 51, 51);
  line-height: 1.2;
}


.pd_box .pd_right .pd_area .right {
  align-self: flex-end;
  margin-left: 25px;
}

.download_profile {
  margin-left: 25px;
}

.pdfdown {
  background-color: rgb(13, 123, 113);
  padding: 5px 25px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdfdown img {
  margin-right: 5px;
}

.pdfdown:hover {
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .pd_box .pd_right .pd_desc {
    line-height: 1.5;
    height: calc(16px * 9);
  }
}

@media only screen and (max-width: 1280px) {
  .pd_box .pd_right .pd_title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .pd_box .pd_right .pd_desc {
    font-size: 14px;
    height: calc(14px * 9);
  }

  .pd_box .pd_right .pd_area .phone {
    font-size: 20px;
  }

  .pd_box .pd_right {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1152px) {
  .pd_box .pd_right .pd_area .right {
    margin-left: 15px;
  }

  .download_profile {
    margin-left: 15px;
  }

  .pdfdown,
  .ljzx{
    padding: 5px 20px;
  }

  
}

@media only screen and (max-width: 768px) {
  .pd_box .pd_right .pd_desc {
    font-size: 12px;
    height: auto;
    margin-bottom: 10px;
  }

  .ljzx {
    font-size: 12px;
  }

  .pdfdown {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .pd_box {
    flex-wrap: wrap;
  }

  .pd_box .pd_right,
  .pd_box .pd_left {
    width: 100%;
  }

  .pd_box .pd_right {
    padding-left: 0px;
    margin: 20px 0;
  }

  .pd_box .pd_right .pd_area .right {
    margin-left: 10px;
  }

  .ljzx {
    padding: 3px 12px;
  }

  .pdfdown {
    padding: 3px 12px;
  }

  .download_profile {
    margin-left: 10px;
  }
}










/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-family: microsoft yahei;
}

#Lb_pager .pages a {
  display: inline-block;
  margin: 0 3px;
  padding: 0 13px;
  color: #333;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  border: 1px solid #cbcbcb;
}

#Lb_pager .pages .pgnext {
  padding: 0 15px;
}

#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #0969b5;
  border-color: #0969b5;
}

#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}

#Lb_pager .pages .total {
  font-size: 16px;
  color: rgb(95, 95, 95);
  margin: 0 25px;
}

#Lb_pager .pages .page-jump {
  padding: 0 20px;
  margin: 0 10px;
}

#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0195f6;
  border-color: #0195f6;
}

@media only screen and (max-width:768px) {
  #Lb_pager .pages .total2 {
    margin-left: 20px;
  }
}


.wd_info {
  text-indent: 2em;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

#partners {
  display: flex;
  margin-left: -20px;
  flex-wrap: wrap;
}

#partners .item {
  width: calc(16.66% - 20px);
  margin-left: 20px;
}

@media only screen and (max-width:1280px) {
  #partners .item {
    width: calc(20% - 20px);
  }
}

@media only screen and (max-width:920px) {
  #partners .item {
    width: calc(25% - 20px);
  }
}

@media only screen and (max-width:500px) {
  #partners .item {
    width: calc(50% - 20px);
  }

  .wd_info {
    text-indent: 2em;
    font-size: 14px;
    line-height: 1.8;
  }
}

.inner_cont table{border-left:1px solid #cccccc;border-top:1px solid #cccccc;border-right:1px solid #cccccc;}
.inner_cont td{border-bottom: 1px solid #cccccc;padding:5px 10px;border-right: 1px solid #cccccc;border-color:#cccccc!important;    padding: 3px 8px!important;}