@import url(./innerslidebar.css);

/* ==========================================================================
   头部
   ========================================================================== */
.content {
  padding: 0 0 80px;
  position: relative;
  min-height: 100px;
}

.content img {
  max-width: 100%;
}

.wrapper {
  max-width: 1540px;
  /*min-width: 980px; */
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.sub-banner {
  height: 549px;
}


@media only screen and (max-width:1600px) {
  .wrapper {
    max-width: 1440px;
  }

  .sub-banner {
    height: 500px;
  }
}

@media only screen and (max-width:1440px) {
  .wrapper {
    max-width: 1320px;
  }

  .sub-banner {
    height: 449px;
  }
}

@media only screen and (max-width:1200px) {
  .wrapper {
    max-width: 1100px;
  }

  .sub-banner {
    height: 400px;
  }
}

@media only screen and (max-width:920px) {
  .wrapper {
    max-width: 880px;
  }

  .sub-banner {
    height: 300px;
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: 200px;
  }

  .content {
    padding: 0 0 40px;
  }
}

@media only screen and (max-width:500px) {
  .banner2 {
    height: 160px;
  }
}

@media only screen and (max-width:460px) {
  .banner2 {
    height: 150px;
  }
}

@media only screen and (max-width:430px) {
  .banner2 {
    height: 140px;
  }
}

@media only screen and (max-width:400px) {
  .banner2 {
    height: 120px;
  }
}

.sub_nav {
  border: none;
  background-color: rgb(240, 244, 247);
}

.sidenav li {
  margin: 0;
  padding: 0 25px;
}

.sidenav li.active {
  border-bottom: none;
  background-color: rgb(0, 72, 148);
}

.sidenav li.active a {
  color: #fff;
  font-weight: bold;
}

.ln-menu-link {
  line-height: 50px;
}


@media only screen and (max-width:767px) {
  .sidenav li {
    padding: 0;
  }
}







/* ==========================================================================
   关于我们
   ========================================================================== */
.container {
  background: url(../images/about01.png) left top no-repeat;
}

.aboutleft {
  float: left;
  width: 47%;
}

.aboutright {
  width: 53%;
  float: right;
}

.aboutright img {
  max-width: 100%;
}

.al_box {
  margin-left: 86px;
  padding: 20px 120px;
  box-sizing: border-box;
}

.al_box .aboutarea {
  font-size: 18px;
  font-family: "Noto Sans S Chinese";
  color: rgb(51, 51, 51);
  line-height: 2;
  text-indent: 2em;
}

.al_num {
  display: flex;
  justify-content: space-between;
}

.al_num .al_title {
  font-size: 24px;
  font-family: "Noto Sans S Chinese";
  color: rgb(24, 89, 158);
  font-weight: bold;
  padding: 60px 0 10px;
  border-bottom: 1px solid #d7d7d7;
}

.al_num .al_title .al_text {
  font-size: 16px;
  font-family: "Noto Sans S Chinese";
  color: rgb(119, 119, 119);
  line-height: 2.25;
  font-weight: 400;
}

.al_num_bottom .nb_title {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans S Chinese";
  color: rgb(51, 51, 51);
  font-weight: 500;
}

.al_num_bottom .numroll {
  font-size: 40px;
  font-family: "Noto Sans S Chinese";
  color: rgb(233, 70, 63);
}

.al_num_bottom .numroll .plus {
  font-size: 20px;
}

.al_num_bottom .numroll .tai {
  font-size: 18px;
  color: rgb(51, 51, 51);
}

.about_area {
  max-width: 1340px;
  margin: 0 auto;
  font-size: 20px;
  font-family: "Noto Sans S Chinese";
  color: rgb(0, 72, 148);
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  padding: 100px 0px 60px;
}

.about_map {
  text-align: center;
}

.about_map img {
  max-width: 100%;
}

.aboutbox {
  cursor: pointer;
}

.aboutbox .pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.aboutbox .bgimg {
  width: 100%;
}

.aboutbox .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.aboutbox:hover .upimg {
  transform: scale(1.05);
}

.aboutlist {
  margin-left: -30px;
  margin-bottom: 120px;
}

.aboutlist li {
  width: calc(25% - 30px);
  margin-left: 30px;
  float: left;
}

.aboutbox .ab_title {
  font-size: 20px;
  font-family: "Noto Sans S Chinese";
  color: rgb(51, 51, 51);
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
}

@media only screen and (max-width:1600px) {
  .al_box {
    margin-left: 0px;
    padding: 0px 20px;
  }
}

@media only screen and (max-width:1440px) {
  .aboutleft {
    width: 42%;
  }

  .aboutright {
    width: 58%;
  }

  .al_num .al_title {
    padding: 10px 0;
  }
}

@media only screen and (max-width:1362px) {
  .aboutleft {
    width: 45%;
  }

  .aboutright {
    width: 55%;
  }
}

@media only screen and (max-width:1280px) {
  .aboutleft {
    width: 50%;
  }

  .aboutright {
    width: 50%;
  }
}

@media only screen and (max-width:1145px) {
  .aboutleft {
    width: 55%;
  }

  .aboutright {
    width: 45%;
  }
}

@media only screen and (max-width:1020px) {
  .aboutleft {
    width: 100%;
    margin-bottom: 20px;
  }

  .aboutright {
    width: 100%;
  }
}


@media only screen and (max-width:920px) {
  .al_box .aboutarea {
    font-size: 16px;
  }

  .about_area {
    padding: 60px 0;
    font-size: 18px;
  }

  .aboutlist li {
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:768px) {
  .al_box .aboutarea {
    font-size: 14px;
  }

  .al_num .al_title .al_text {
    font-size: 14px;
  }

  .al_num .al_title {
    font-size: 20px;
  }

  .al_num_bottom .numroll {
    font-size: 32px;
  }

  .al_num_bottom .numroll .tai {
    font-size: 16px;
  }

  .about_area {
    font-size: 16px;
  }
}

@media only screen and (max-width:501px) {

  .al_num .al_right,
  .al_num .al_left {
    width: 100% !important;
  }

  .al_num2 {
    flex-direction: column;
  }

  .aboutlist {
    margin-left: 0;
  }

  .aboutlist li {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .aboutlist {
    margin-bottom: 50px;
  }
}









/* ==========================================================================
   社会招聘
   ========================================================================== */
.job_box {
  width: 100%;
}

.job_box h3 {
  position: relative;
  height: 68px;
  cursor: pointer;
  line-height: 68px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  box-sizing: border-box;
  border: 1px solid #e2e8f1;
  margin-top: 20px;
}

.job_box h3.on {
  background-color: rgb(233, 236, 243);
  border: 0;
}

.job_box h3::before {
  content: "";
  position: absolute;
  background-color: rgb(226, 232, 241);
  width: 17px;
  height: 68px;
  left: 0;
}

.job_box h3.on::before {
  content: "";
  position: absolute;
  background-color: rgb(233, 70, 63);
  width: 17px;
  height: 68px;
  left: 0;
}



.job_box h3 em {
  float: right;
  display: block;
  width: 68px;
  height: 68px;
  background: url(../images/plus-square-o.png) center no-repeat;
  cursor: pointer;
}

.job_box h3.on em {
  background: url(../images/minus-square-o.png) center no-repeat;
}


.job_box h3 .tit01 {
  margin-left: 50px;
  float: left;
  font-size: 24px;
  font-family: "Noto Sans S Chinese";
  font-weight: 500;
}



.job_box .nwms {
  padding: 50px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.nwms_left {
  float: left;
  width: 75%;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.nwms_right {
  float: right;
  width: 25%;
  padding: 0 40px;
  box-sizing: border-box;
}

.rowarea {
  margin-bottom: 40px;
}

.rowarea .ra_title {
  font-size: 18px;
  font-family: "Noto Sans S Chinese";
  color: rgb(0, 72, 148);
  line-height: 1.8;
}

.rowarea .ra_list li {
  font-size: 16px;
  font-family: "Noto Sans S Chinese";
  color: #333;
}

.btn_sqzw {
  display: inline-block;
  width: 180px;
  height: 50px;
  background-color: rgb(22, 87, 156);
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  font-family: "Noto Sans S Chinese";
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-top: 70px;
}

.btn_sqzw:hover {
  color: #fff;
}





@media only screen and (max-width: 1110px) {
  .btn_sqzw {
    width: 160px;
  }

  .nwms_right {
    padding-right: 0;
  }
}


@media only screen and (max-width: 950px) {
  .nwms_left {
    width: 60%;
  }

  .nwms_right {
    width: 40%;
  }
}


@media only screen and (max-width: 768px) {
  .job_box .nwms {
    padding: 20px;
  }

  .nwms_right {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 512px) {
  .nwms_left {
    width: 100%;
  }

  .nwms_right {
    width: 100%;
  }

  .nwms_right {
    padding-left: 0px;
  }

  .btn_sqzw {
    font-size: 18px;
    margin-top: 10px;
  }
}








/* ==========================================================================
   关于我们-企业文化
   ========================================================================== */
.culture {
  display: flex;
  justify-content: space-between;
}

.culture img {
  max-width: 100%;
}

.cultureimg {
  width: 49%;
}


@media only screen and (max-width: 768px) {
  .culture {
    flex-direction: column;
  }

  .cultureimg {
    width: 100%;
    margin-bottom: 30px;
  }

}










/* ==========================================================================
   产品中心列表页
   ========================================================================== */
.prolist {
  margin-left: -30px;
  margin-bottom: 30px;
}

.prolist li {
  width: calc(20% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  float: left;
}


.prolist .probox {
  border-width: 1px;
  border-color: rgb(201, 201, 201);
  border-style: solid;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.search {
  position: relative;
}

.search::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 50px;
  width: 0px;
  height: 0px;
  border-top: 6px solid #5b5e61;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: all .4s;
}

.search:hover::before {
  transform: rotate(180deg);
}

.probox .azwz {
  font-size: 20px;
  font-family: "Noto Sans S Chinese";
  color: rgb(5, 73, 148);
}


.probox .download {
  z-index: 1;
  position: absolute;
  margin-left: -50%;
  top: 70px;
  left: 50%;
  width: 100%;
  height: 0;
  background-color: #fff;
  box-shadow: 0 1px 5px #aaa;
  overflow: hidden;
  transition: all .3s;
  box-sizing: border-box;
}

.search:hover .download {
  height: 200px;
}

.probox4 .layui-input {
  height: 50px;
  padding-left: 40px;
  font-size: 18px;
}

.probox4 .layui-form-select .layui-edge {
  right: 30px;
}

.probox4 .layui-form-select dl dd {
  padding: 0 40px;
  font-size: 16px;
}

#prolist li {
  margin-bottom: 0;
}

.pro2_box {
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}

.pro2_box img {
  max-width: 100%;
  max-height: 100%;
}

.pro2_box .pro_title {
  font-size: 24px;
  font-family: "Noto Sans S Chinese";
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: 30px;
  height: 72px;
}

.pro2_box .pic {
  overflow: hidden;
  height: 200px;
  line-height: 200px;
}

.pro2_box:hover {
  /* background-color: rgb(240, 243, 246); */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.probg {
  box-sizing: border-box;
  border: 1px solid #ccd7e0;
  background: url(../images/prolist07.png) no-repeat left center;
  padding: 48.5px 80px;
}


.probg_left {
  float: left;
  width: 50%;
}

.probg_right {
  float: right;
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.probg_left .probg_title {
  font-size: 36px;
  font-family: "Noto Sans S Chinese";
  color: rgb(0, 0, 0);
  margin-top: 60px;
}


.probg_left .djxz {
  margin-top: 30px;
  display: block;
  font-size: 16px;
  padding: 8px 30px;
  width: 90px;
  font-family: "Noto Sans S Chinese";
  color: rgb(255, 255, 255);
  background-color: rgb(0, 72, 148);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.probg_left .djxz::after {
  content: '';
  display: block;
  position: absolute;
  top: -36px;
  left: -100px;
  background: white;
  width: 50px;
  height: 125px;
  opacity: 20%;
  transform: rotate(-45deg);
}

.probg_left .djxz:hover::after {
  left: 120%;
  transition: all 1200ms cubic-bezier(0.3, 1, 0.2, 1);
}

@media only screen and (max-width:1600px) {
  .probg_right .pr_img {
    width: 49%;
  }
}

@media only screen and (max-width:1000px) {
  .prolist li {
    width: calc(50% - 30px);
  }

  .probg_left .probg_title {
    font-size: 28px;
    margin-top: 0px;
  }

  .probg_left .djxz {
    margin-top: 20px;
    padding: 5px 10px;
  }

  .probg {
    padding: 33.5px 30px;
  }
}


@media only screen and (max-width:768px) {
  .prolist {
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .prolist li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
    float: left;
  }

  .probg_left .djxz {
    font-size: 14px;
  }

  .probg_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .probg_right {
    width: 100%;
    flex-direction: column;
  }

  .probg_right .pr_img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:500px) {
  .prolist .probox {
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
  }

  .search::before {
    right: 20px;
    top: 26px;
  }

  .probox .download {
    top: 60px;
  }
}










/* ==========================================================================
   新闻资讯
   ========================================================================== */
.newslist li {
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  background-image: -moz-linear-gradient(-180deg, rgba(212, 219, 231, 0.8) 0%, rgba(255, 255, 255, 0) 12%);
  background-image: -webkit-linear-gradient(-180deg, rgba(212, 219, 231, 0.8) 0%, rgba(255, 255, 255, 0) 12%);
  background-image: -ms-linear-gradient(-180deg, rgba(212, 219, 231, 0.8) 0%, rgba(255, 255, 255, 0) 12%);
}

.newsbox {
  padding: 10px;
}

.newsimg {
  float: right;
  width: 80px;
  margin-top: 50px;
  margin-right: 50px;
}

.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: calc(100% - 750px);
  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: 30px;
  font-family: "Noto Sans S Chinese";
  color: rgb(23, 88, 157);
  line-height: 1.3;
}

.newslist .newsbox .txtarea .date {
  font-size: 14px;
  font-family: "Noto Sans S Chinese";
  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: #666;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newslist li:hover .txtarea .desc {
  color: #024099;
}

.newslist li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width:1440px) {
  .newslist .newsbox .txtarea {
    width: calc(100% - 650px);
    padding: 5px 50px 0;
  }

  .newslist .newsbox .txtarea .desc {
    margin: 0;
  }
}

@media only screen and (max-width:1280px) {
  .newslist .newsbox .txtarea {
    width: calc(100% - 550px);
  }
}

@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 {
  margin-top: 100px;
}

.newsdetails .left {
  width: calc(100% - 380px);
  float: left;
}

.newtitle {
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 20px;
  text-align: center;
}

.newtitle h1 {
  font-size: 30px;
  font-weight: bold;
}

.newsdetails .byline {
  color: #999999;
  margin-top: 10px;
  font-size: 14px;
}

.newsdetails .byline .fa {
  color: #e9463f;
}

.newsdetails .byline span {
  margin-right: 20px;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}


.newsh_cn {
  padding: 20px 0;
}

.newsh_cn p {
  font-size: 16px;
  text-indent: 2em;
  margin-bottom: 10px;
}


.toolbar {
  border-top: 1px solid #e9eff3;
  margin-top: 30px;
  padding: 30px;
  font-size: 16px;
}

.toolbar .row01 {
  width: calc(100% - 220px);
  float: left;
  color: #a0a0a0;
}

.toolbar .row01 a {
  color: #a0a0a0;
  margin-left: 10px;
}

.toolbar .row01 p:hover a {
  text-decoration: underline;
}

.fhshare {
  width: 200px;
  float: right;
  height: 45px;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}

.fhshare a {
  line-height: 45px;
  color: #fff;
  background: #0a5aa9;
  display: inline-block;
  padding: 0 20px;
}

.fhshare a .fa {
  margin-right: 10px;
}

.newsdetails .right {
  width: 330px;
  float: right;
  border-left: 1px solid #dfe4eb;
}

.newsdetails .right h3.tit {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
  background-color: rgb(23, 88, 157);
  height: 70px;
  text-align: center;
  line-height: 70px;
}


.zxnewslist {
  position: relative;
}

.zxnewslist li {
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}

.zxnewslist li:before {
  content: "";
  display: block;
  top: 3px;
  left: -9px;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../images/newsdetails02.png) no-repeat center;
}

.zxnewslist li p.date span {

  padding: 2px 8px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-family: "Noto Sans S Chinese";
  color: rgb(153, 153, 153);
}


.zxnewslist li p.tit {
  font-size: 16px;
  margin-top: 10px;
}

.zxnewslist li p.tit a {
  color: #000;
}

.zxnewslist li p.tit a:hover {
  color: #0a3980;
}


@media only screen and (max-width:1200px) {
  .newsdetails .right {
    width: 250px;
    padding: 20px;
  }

  .newsdetails .right h3.tit {
    font-size: 18px;
  }

  .zxnewslist li p.tit {
    font-size: 14px;
  }

  .newsdetails .left {
    width: calc(100% - 300px);
  }

  .newtitle h1 {
    font-size: 24px;
  }

  .newsh_cn p {
    font-size: 14px !important;
  }

  .toolbar {
    font-size: 14px;
  }
}

@media only screen and (max-width:920px) {
  .newsdetails {
    margin-top: 50px;
  }

  .newsdetails .left {
    width: 100%;
  }

  .newsdetails .right {
    display: none;
  }

  .newtitle h1 {
    font-size: 18px;
  }

  .newsdetails .tag {
    font-size: 14px;
  }

  .newtitle {
    margin-bottom: 10px;
  }

  .fhshare {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 0;
  }
}


@media only screen and (max-width:768px) {
  .newtitle h1 {
    font-size: 14px;
  }

  .newsdetails {
    padding-top: 0 !important;
  }

  .newsh_cn {
    padding: 0;
  }

  .newsh_cn p {
    font-size: 12px !important;
  }

  .toolbar .row01 {
    width: 100%;
    float: none;
    font-size: 12px;
  }

  .toolbar {
    padding: 20px 0;
  }

  .fhshare {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  .fhshare a {
    margin-right: 0;
  }

}









/* ==========================================================================
   产品中心
   ========================================================================== */

.pro {
  margin-left: -30px;
}

.pro li {
  width: calc(25% - 30px);
  margin-left: 30px;
  float: left;
  margin-bottom: 30px;
}

.probox2 {
  cursor: pointer;
}

.probox2 .pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.probox2 .bgimg {
  width: 100%;
}

.probox2 .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.probox2:hover .upimg {
  transform: scale(1.05);
}

.pro .probox2 .pro2_title {
  font-size: 24px;
  font-family: "Noto Sans S Chinese";
  color: rgb(51, 51, 51);
  font-weight: 400;
  line-height: 2;
}

.ckcp {
  display: block;
  background-color: rgb(0, 72, 148);
  font-size: 16px;
  padding: 8px 25px;
  width: 90px;
  color: #fff;
  cursor: pointer;
}

.ckcp:hover {
  color: #fff;
}


@media only screen and (max-width:920px) {
  .pro li {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:768px) {
  .pro {
    margin-left: 0;
  }

  .pro li {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .pro .probox2 .pro2_title {
    font-size: 18px;
  }

  .ckcp {
    font-size: 14px;
    padding: 5px 10px;
  }
}







/* ==========================================================================
   联系我们
   ========================================================================== */
.contactlist {
  margin-left: -30px;
  margin-bottom: 30px;
}

.contactlist li {
  margin-left: 30px;
  width: calc(25% - 30px);
  float: left;
}

.contactlist .cl_box {
  padding: 0 44px;
  box-sizing: border-box;
  background-color: rgb(240, 243, 246);
  height: 202px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.cl_left {
  flex-shrink: 0;
}

.cl_right {
  margin-left: 20px;
}

.cl_title {
  font-size: 30px;
  font-family: "Noto Sans S Chinese";
  color: rgb(51, 51, 51);
  font-weight: 500;
}

.cl_title2 {
  font-size: 16px;
  font-weight: 400;
  color: #696a6b;
}


/*  */
.contactlist2 {
  margin-left: -30px;
  margin-top: 30px;
}

.contactlist2 li {
  width: calc(50% - 30px);
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

.cl2_box {
  padding: 0 50px;
  height: 216px;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
}

.cl2_box .cl_title {
  text-align: center;
}

.cl2_row {
  flex-shrink: 0;
}

.cl2_row2 {
  margin: 0 50px;
  flex-shrink: 0;
  text-align: -webkit-center;
}

.cl_nx {
  background-image: -moz-linear-gradient(90deg, rgb(255, 63, 56) 0%, rgb(255, 113, 57) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 63, 56) 0%, rgb(255, 113, 57) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 63, 56) 0%, rgb(255, 113, 57) 100%);
  width: 64px;
  height: 28px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
}

.cl2_row3 {
  flex-shrink: 0;
}

.cl2_row3 .cl_title3 {
  font-size: 20px;
  font-family: "Noto Sans S Chinese";
  color: rgb(51, 51, 51);
  line-height: 2;
  font-weight: 400;
}

.cl2_row4 {
  text-align: center;
  margin-left: 50px;
  flex-shrink: 0;
}

.cl2_row4 .cl_title4 {
  font-size: 14px;
  font-family: "Noto Sans S Chinese";
  color: rgb(119, 119, 119);
  line-height: 2.2;
  font-weight: 400;
}

.contact_map {
  margin-top: 100px;
}

@media only screen and (max-width:1600px) {
  .cl2_row2 {
    margin: 0 20px;
  }
}

@media only screen and (max-width:1440px) {
  .contactlist .cl_box {
    padding: 0 15px;
  }
}

@media only screen and (max-width:1280px) {
  .cl2_box {
    padding: 0 10px;
  }

  .cl2_row4 {
    margin-left: 15px;
  }

  .cl_title {
    font-size: 24px;
  }

  .cl2_row3 .cl_title3 {
    font-size: 18px;
  }

  .cl_nx {
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
}

@media only screen and (max-width:1140px) {
  .cl2_row2 {
    margin: 0 10px;
  }

  .cl_title {
    font-size: 22px;
  }

  .cl2_row3 .cl_title3 {
    line-height: 1.5;
  }
}

@media only screen and (max-width:920px) {
  .contactlist li {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .contactlist2 {
    margin-left: 0;
  }

  .contactlist2 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .cl2_box {
    justify-content: space-between;
    height: 180px;
  }

  .contactlist .cl_box {
    height: 150px;
  }

  .cl_right {
    margin-left: 0px;
  }
}


@media only screen and (max-width:768px) {
  .contactlist {
    margin-left: 0;
  }

  .contactlist li {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
}

@media only screen and (max-width:550px) {
  .cl2_row4 {
    display: none;
    order: 3;
  }

  .cl2_row3 {
    flex-shrink: 1;
    order: 4;
  }

  .contactlist img {
    max-width: 80%;
  }

  .contactlist2 img {
    max-width: 80%;
  }

  .cl2_box {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .contact_map {
    margin-top: 0px;
  }

  .cl2_row2 {
    margin: 0 30px;
    order: 2;
  }

  .cl2_row {
    order: 1;
  }
}










/* ==========================================================================
   服务理念
   ========================================================================== */
.servicepart1 {
  position: relative;
}


.servicepart1 .sp1_cover {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff url(../images/service03.png) right top no-repeat;
  height: 520px;
  padding: 85px 200px 85px 115px;
  box-sizing: border-box;
  width: 1076px;
}


.sp1_title {
  font-size: 30px;
  font-family: "Noto Sans S Chinese";
  color: rgb(0, 72, 148);
  line-height: 1;
  margin-bottom: 30px;
}

.sp1_area {
  font-size: 18px;
  font-family: "Noto Sans S Chinese";
  color: rgb(85, 85, 85);
  line-height: 1.667;
  float: right;
  width: calc(100% - 150px);
}

.module2 {
  margin-top: 70px;
  display: flex;
}

.module2 .module {
  width: 50%;
}


/*  */
.servicepart2 {
  position: relative;
  text-align: right;
  margin-top: 100px;
}

.servicepart2 .sp2_cover {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff url(../images/service04.png) left top no-repeat;
  height: 337px;
  padding: 85px 200px 85px 115px;
  box-sizing: border-box;
  width: 1075px;
}


.sp2_cover .sp1_area {
  text-align: left;
}


@media only screen and (max-width:1600px) {
  .servicepart1 .sp1_cover {
    padding: 85px 55px 85px 55px;
    width: 800px;
  }

  .servicepart2 .sp2_cover {
    padding: 85px 55px 85px 55px;
    width: 800px;
  }
}


@media only screen and (max-width:1440px) {
  .servicepart1 .sp1_cover {
    width: 720px;
  }

  .servicepart2 .sp2_cover {
    width: 720px;
  }
}

@media only screen and (max-width:1280px) {
  .sp1_title {
    font-size: 26px;
  }

  .sp1_area {
    font-size: 16px;
  }

  .servicepart1 .sp1_img {
    float: left;
    width: 45%;
  }

  .servicepart1 .sp1_cover {
    position: static;
    float: right;
    width: 55%;
    transform: translate(0);
    padding: 10px 20px 10px 10px;
    height: auto;
  }

  .sp1_area {
    width: calc(100% - 120px);
  }

  .servicepart2 {
    display: flex;
    flex-direction: row-reverse;
  }

  .servicepart2 .sp2_img {
    width: 45%;
  }

  .servicepart2 .sp2_cover {
    position: static;
    width: 55%;
    transform: translate(0);
    padding: 50px 10px 10px 20px;
    height: auto;
  }
}


@media only screen and (max-width:920px) {
  .servicepart1 .sp1_img {
    width: 100%;
  }

  .servicepart1 .sp1_cover {
    width: 100%;
    padding: 10px 60px 10px 20px;
  }

  .servicepart2 {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .servicepart2 .sp2_img {
    width: 100%;
  }

  .servicepart2 .sp2_cover {
    width: 100%;
    padding: 50px 10px 10px 60px;
  }
}

@media only screen and (max-width:768px) {
  .servicepart1 .sp1_cover {
    padding: 10px;
  }

  .servicepart2 .sp2_cover {
    padding: 10px;
  }

  .sp1_title {
    font-size: 20px;
  }

  .sp1_area {
    font-size: 14px;
  }

  .module2 {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
  }

  .module2 .module {
    width: 100%;
    margin-top: 30px;
  }
}









/* ==========================================================================
   合作客户
   ========================================================================== */
.partner_map {
  max-width: 1285px;
  margin: 0 auto;
}


.owl-partner .logoitem {
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  height: 90px;
  line-height: 90px;
  margin-bottom: 10px;
  background: #fff;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.owl-partner .logoitem img {
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-partner .logoitem:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, .02);
}


@media only screen and (max-width:768px) {
  .owl-partner .logoitem {
    height: 70px;
    line-height: 70px;
  }
}








/* ==========================================================================
   研发中心
   ========================================================================== */
.researchlist {
  margin-left: -30px;
}

.researchlist li {
  margin-left: 30px;
  width: calc(33.33% - 30px);
  float: left;
}

.researchbox {
  text-align: center;
  background-image: -moz-linear-gradient(90deg, rgba(236, 241, 245, 0.8) 0%, rgba(236, 241, 245, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(236, 241, 245, 0.8) 0%, rgba(236, 241, 245, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(236, 241, 245, 0.8) 0%, rgba(236, 241, 245, 0) 100%);
  border: 1px solid #e3e9ee;
  padding: 40px;
  cursor: pointer;
}

.researchbox .rb_title {
  margin-top: 40px;
  font-size: 24px;
  font-family: "Noto Sans S Chinese";
  color: rgb(85, 85, 85);
  line-height: 1.875;
  font-weight: 400;
  height: 120px;
}

.researchbox .rb_img {
  max-width: 100%;
  transition: all 1s
}

.researchbox:hover .rb_img {
  transform: rotateY(360deg);
}

.researchroll {
  border: 1px solid #e3e9ee;
  background-image: -moz-linear-gradient(90deg, rgba(236, 241, 245, 0.8) 0%, rgba(236, 241, 245, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(236, 241, 245, 0.8) 0%, rgba(236, 241, 245, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(236, 241, 245, 0.8) 0%, rgba(236, 241, 245, 0) 100%);
  margin-top: 50px;
  padding: 50px 0 15px;
}

.roll_box {
  text-align: center;
}

.roll_list {
  display: flex;
}

.roll_list li {
  width: 20%;
}

.roll_box .numroll {
  font-size: 59.776px;
  font-family: "Noto Sans S Chinese";
  color: rgb(0, 72, 148);
  font-weight: bold;
}

.roll_box .unit {
  font-size: 24px;
  font-family: "Noto Sans S Chinese";
  color: rgb(0, 72, 148);
  font-weight: 300;
}

.roll_title {
  font-size: 22px;
  font-family: "Noto Sans S Chinese";
  color: rgb(85, 85, 85);
  line-height: 1.875;
  font-weight: 400;
  height: 100px;
}

/*中心风采  */
.central_style {
  display: flex;
  justify-content: space-between;
}

.cs_left {
  width: calc(66.66% - 15px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.cs_right {
  width: calc(33.33% - 15px);
}


.central_style .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
}

.central_style .bgimg {
  width: 100%;
}

.central_style .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.clt2:hover .upimg {
  transform: scale(1.05);
}

.clt1:hover .upimg {
  transform: scale(1.05);
}

.cs_left_bottom:hover .upimg {
  transform: scale(1.05);
}

.cs_right:hover .upimg {
  transform: scale(1.05);
}

.cs_left_top {
  display: flex;
  justify-content: space-between;
}

.cs_left_top .pic {
  width: calc(50% - 15px);
}

@media only screen and (max-width:1280px) {
  .roll_box .numroll {
    font-size: 46px;
  }

  .rt4 {
    padding: 0 50px;
  }

  .roll_box .unit {
    font-size: 20px;
  }

  .roll_title {
    font-size: 20px;
  }

  .researchbox .rb_title {
    font-size: 20px;
  }

}

@media only screen and (max-width:920px) {
  .roll_list li {
    width: 50%;
  }

  .roll_list {
    flex-wrap: wrap;
  }

  .cs_left {
    width: calc(66.66% - 5px);
  }

  .cs_right {
    width: calc(33.33% - 5px);
  }

  .cs_left_top .pic {
    width: calc(50% - 5px);
  }
}

@media only screen and (max-width:768px) {
  .researchbox {
    padding: 40px 10px;
  }

  .researchbox .rb_title {
    font-size: 16px;
  }

  .roll_title {
    font-size: 16px;
  }

  .roll_box .numroll {
    font-size: 38px;
  }

  .roll_box .unit {
    font-size: 18px;
  }
}

@media only screen and (max-width:500px) {
  .researchlist {
    margin-left: -8px;
  }

  .researchlist li {
    margin-left: 8px;
    width: calc(33.33% - 8px);
  }

  .researchbox .rb_img {
    max-width: 60%;
  }

  .researchbox {
    padding: 10px 10px 40px;
  }

  .researchbox .rb_title {
    margin-top: 15px;
    font-size: 14px;
  }

  .roll_box .numroll {
    font-size: 32px;
  }

  .rt4 {
    padding: 0 20px;
  }

  .roll_box .unit {
    font-size: 14px;
  }

  .roll_list li {
    width: 40%;
  }

}









/* ==========================================================================
   技术实力
   ========================================================================== */
.techlist li {
  margin: 10px;
}


.techbox {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.techlist .pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.techlist .bgimg {
  width: 100%;
}

.techlist .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.techbox:hover .upimg {
  transform: scale(1.05);
}









/* ==========================================================================
   产品详情页
   ========================================================================== */
.pro_name {
  font-size: 18px;
  font-family: "Noto Sans S Chinese";
  color: rgb(22, 88, 156);
  text-align: center;
  margin-top: 25px;
}

.kong {
  width: 10%;
  height: 1px;
  float: left;
}


.owl-prodetails {
  float: left;
  width: 20%;
}

.owl-prodetails .pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.owl-prodetails .bgimg {
  width: 100%;
}

.owl-prodetails .upimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}

.pd_table {
  float: right;
  width: 55%;
}

.pd_table h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

#owl-prodetails .owl-prev,
#owl-prodetails .owl-next {
  display: block;
  width: 19px;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -18px;
  color: transparent;
}

#owl-prodetails .owl-prev {
  background: url(../images/pro_left.png) center no-repeat;
  left: -75px;
}

#owl-prodetails .owl-next {
  background: url(../images/pro_right.png) center no-repeat;
  right: -75px;
}

.pd_table table {
  text-align: center;
}

.pd_table table tr td {
  word-break: break-all;
}

.pd_table table tr td:nth-child(3),
.pd_table table tr td:nth-child(1) {
  font-size: 14px;
  font-family: "Noto Sans S Chinese";
  color: rgb(0, 0, 0);
  line-height: 2;
}

.pd_table table tr td:nth-child(4),
.pd_table table tr td:nth-child(2) {
  font-size: 14px;
  font-family: "Noto Sans S Chinese";
  color: rgb(119, 119, 119);
  line-height: 2;
}

.pd_table table tr {
  border-bottom: 1px solid #cccccc;
}

.pd_table_title {
  font-size: 30px;
  font-family: "Noto Sans S Chinese";
  color: rgb(0, 0, 0);
  font-weight: 400;
}


/*  */
.box-th {
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 50px;

}

.pd_list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.box-th .pd_list li {
  flex: 1;
  width: 150px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  font-family: "Noto Sans S Chinese";
  color: rgb(119, 119, 119);
}

.current {
  color: rgb(23, 88, 156) !important;
  border-bottom: 1px solid #e9463f;
}

.box-tb {
  margin-top: 50px;
}

.box-tb .item:nth-child(n+2) {
  display: none;
}

.box-tb .item2 {
  text-align: center;
}

.return_back {
  background-color: rgb(0, 72, 148);
  margin: 0 auto;
  width: 137px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  margin-top: 125px;
}

.return_back a {
  color: #fff;
}

.return_back .fa {
  margin-left: 20px;
}




@media only screen and (max-width:1280px) {

  .box-th .pd_list li {
    height: 70px;
    line-height: 70px;
  }
}


@media only screen and (max-width:920px) {
  .box-th .pd_list li {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }

  .return_back {
    margin-top: 50px;
  }
}

@media only screen and (max-width:768px) {
  .kong {
    width: 25%;
  }

  .owl-prodetails {
    width: 50%;
  }

  .pd_table {
    width: 100%;
  }

  .box-th .pd_list li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }

  .pd_table table tr td {
    font-size: 12px !important;
  }
}





/* ==========================================================================
   Empty空页面
   ========================================================================== */
.empty {
  max-width: 1280px;
  _width: 1280px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.empty-title {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 40px;
}

.empty-main {
  padding: 10px 0;
}










/* ==========================================================================
   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;
  border-radius: 10px;
}

#Lb_pager .pages .homepage,
#Lb_pager .pages .lastpage,
#Lb_pager .pages .pgnext,
#Lb_pager .pages .pgprev {
  padding: 0 15px;
  background-color: #004894;
  color: #fff;
}

#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #e9463f;
}

#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}


#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #004894;
}