@import url(./innerslidebar.css);

/* ==========================================================================
   头部
   ========================================================================== */
.content {
  padding: 40px 0;
  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: 1320px;
  }
}

@media only screen and (max-width:1200px) {
  .wrapper {
    max-width: 1100px;
  }
}

@media only screen and (max-width:920px) {
  .wrapper {
    max-width: 880px;
  }
}

.sub-banner {
  height: 600px;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bgtitle1 {
  font-size: 48px;
  color: #fff;
  text-shadow: 0 1px 1px #fff;
}

.bgtitle2 {
  font-size: 26px;
  color: #fff;
  font-weight: 100;
  text-shadow: 0 1px 1px #fff;
  margin-top: 40px;
}


@media only screen and (max-width:1440px) {
  .sub-banner {
    height: 400px;
  }

  .bgtitle1 {
    font-size: 38px;
  }

  .bgtitle2 {
    font-size: 20px;
  }
}

@media only screen and (max-width:920px) {
  .sub-banner {
    height: 200px;
  }

  .bgtitle1 {
    font-size: 28px;
  }

  .bgtitle2 {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: 150px;
  }

  .bgtitle1 {
    font-size: 24px;
  }

  .bgtitle2 {
    font-size: 16px;
  }
}






/* ==========================================================================
   新闻动态
   ========================================================================== */
.lastnews02 {
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 9px;
}


.lastnews02 .pic {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 40%;
  float: left;
}

.lastnews02 .bgimg {
  width: 100%;
}

.lastnews02 .uppic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1s;
}

.lastnews02 .pic:hover .uppic {
  transform: scale(1.05);
}

.lastnews02 .txtarea {
  width: calc(60% - 200px);
  font-size: 16px;
  padding: 100px;
  float: right;
}

.lastnews02 .txtarea .newstitle {
  font-size: 24px;
  color: #393939;
  margin-bottom: 50px;
}


.lastnews02 .txtarea .tit {
  font-size: 18px;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lastnews02 .txtarea .tit a {
  color: #5f5f5f;
}

.lastnews02 .txtarea .tit a:hover{
  color: #024099;
} 

.lastnews02 .txtarea .date {
  color: #999;
  position: absolute;
  bottom: 50px;
}

/* 第二部分 */
.newslist05 {
  margin-left: -25px;
}

.newslist05 li {
  width: calc(33.33% - 25px);
  margin-left: 25px;
  background: #fff;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border-radius: 9px;
}

.newslist05 li .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}

.newslist05 li .bgimg {
  width: 100%;
}

.newslist05 li .uppic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.newslist05 li .txtarea {
  background: #fff;
  font-size: 16px;
  padding: 30px;
}

.newslist05 li .txtarea .newstitle2 {
  color: #393939;
  font-size: 20px;
  line-height: 2.1;
}


.newslist05 li .txtarea .tit {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}


.newslist05 li .txtarea .date {
  color: #999;
}

.newslist05 li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width:1280px) {
  .lastnews02 .txtarea .tit {
    font-size: 16px;
  }

  .lastnews02 .txtarea .newstitle {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .lastnews02 .txtarea {
    width: calc(60% - 100px);
    padding: 50px;
  }

}

@media only screen and (max-width:1080px) {
  .newslist05 li .txtarea .newstitle2 {
    font-size: 18px;
    line-height: 2;
  }

  .lastnews02 .txtarea .date {
    bottom: 20px;
  }
}

@media only screen and (max-width:920px) {
  .lastnews02 .txtarea .newstitle {
    font-size: 18px;
  }

  .lastnews02 .txtarea .tit {
    font-size: 14px;
  }

  .newslist05 li .txtarea {
    padding: 20px;
  }

}

@media only screen and (max-width:768px) {
  .newslist05 {
    margin-left: 0;
  }

  .newslist05 li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 15px;
  }

  .newslist05 li .txtarea .tit {
    height: auto;
    margin-bottom: 15px;
  }

  .lastnews02 .pic {
    width: 100%;
    float: none;
  }

  .lastnews02 .txtarea {
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 20px 20px 50px 20px;
    float: none;
  }

  .lastnews02 .txtarea .date {
    bottom: 20px;
  }

  .lastnews02 .txtarea .tit {
    font-size: 16px;
  }

  .lastnews02 {
    margin-bottom: 15px;
  }
}





/* ==========================================================================
   社交媒体
   ========================================================================== */
.innersocial {
  background: url(../assets/sharebg.png) center no-repeat;
  padding: 100px 0;
  background-size: cover;
  /* margin-top: 100px; */
}

.rowwarp {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 300px;
  padding: 50px;
  background: rgba(255, 255, 255, .9);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}

.innersocial .row01 {
  max-width: 550px;
  font-size: 30px;
  margin: 50px auto 80px auto;
  text-align: center;
  color: #393939;
}


.innersocial .inner_tit01 {
  margin-bottom: 0;
}

.innersocial ul {
  margin: 0 auto 50px auto;
  max-width: 800px;
}

.innersocial li {
  width: calc(33.33% - 40px);
  float: left;
  margin: 0 20px 50px 20px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.innersocial li h3 {
  font-size: 24px;
  margin-top: 10px;
}

.innersocial li .inco {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  transition-duration: 800ms;
}

.innersocial li:hover .inco {
  transform: rotateY(360deg);
}

@media only screen and (max-width:1200px) {
  .innersocial .row01 {
    font-size: 18px;
  }
}

@media only screen and (max-width:920px) {
  .innersocial {
    margin-top: 0;
  }

  .innersocial li h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  .innersocial li .inco img {
    width: 60px;
  }

  .innersocial li .inco {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .innersocial li {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
  }

  .innersocial li h3 {
    font-size: 14px;
  }

  .innersocial .row01 {
    margin: 20px 0 20px 0;
    font-size: 14px;
  }

  .innersocial ul {
    margin: 0;
  }
}





/* ==========================================================================
   联系方式
   ========================================================================== */
.contact {
  padding: 100px 0;
}

.contactmain {
  max-width: 1400px;
  margin: 0 auto;
}

.contactlist {
  margin-left: -20px;
}

.contactlist li {
  float: left;
  width: calc(33.33% - 20px);
  margin-left: 20px;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 40px;
}

.contactbox {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.contactlist .left {
  flex-shrink: 0;
}

.contactlist .right {
  margin-left: 30px;
}

.contactlist .right .title1 {
  font-size: 18px;
  color: #5f5f5f;
  font-weight: 500;
}

.contactlist .right .title2 {
  font-size: 24px;
  color: #393939;
}


@media only screen and (max-width:1022px) {
  .contactlist li {
    float: left;
    width: calc(50% - 20px);
  }

  .contactlist .right .title1 {
    font-size: 16px;
  }

  .contactlist .right .title2 {
    font-size: 20px;
  }

}

@media only screen and (max-width:768px) {

  .contactlist li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .contactlist {
    margin-left: 0px;
  }

}





/* ==========================================================================
   留言板
   ========================================================================== */
.innerinquiry {
  background: #f8f8f8;
  padding: 100px 0;
}

.inquiry {
  max-width: 1000px;
  margin: 0 auto;
}

.red {
  color: red;
  margin-right: 3px;
}

.inquiry .layui-form-item {
  margin-bottom: 30px;
}

.inquiry .layui-form-label {
  float: none;
  text-align: left;
  padding: 15px 0;
  font-size: 18px;
  color: rgb(57, 57, 57);
  font-weight: 600;
  width: 200px;
}

.inquiry .layui-input-block {
  margin-left: 0;
}

.inquiry .layui-form-radio * {
  font-size: 16px;
}

.inquiry .layui-input {
  float: left;
  width: calc(33.33% - 40px);
  margin-left: 40px;
  border-radius: 5px;
}

.contactleft {
  margin-left: -40px !important;
}

.contactflex {
  display: flex;
}

.contactflex .layui-input {
  width: 100%;
  margin-left: 0px;
}

.contactflex .layui-form-label {
  width: 306px;
}

.contactflex .layui-form-item {
  margin-right: 40px;
}

.inquiry .layui-btn {
  background-color: #1174a3;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 25px;
  font-size: 16px;
}


@media only screen and (max-width:768px) {
  .contactflex {
    flex-direction: column;
  }

  .inquiry .layui-input {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
  }

  .contactflex .layui-form-item {
    margin-right: 0px;
  }

  .contactleft {
    margin-left: 0px !important;
  }
}






/* ==========================================================================
   保鲜实验
   ========================================================================== */
.test {
  padding: 50px 0;
}

.testbox {
  max-width: 1400px;
  margin: 0 auto;
}

.testbox .test-title {
  font-size: 48px;
  color: #393939;
  line-height: 2.5;
  position: relative;
}

.testbox .test-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100px;
  background-color: #1174a3;
  bottom: 0;
}

.testbox .textarea {
  text-indent: 2em;
  font-size: 18px;
  color: #747474;
  line-height: 1.6;
  max-width: 1200px;
  margin: 50px auto;
}

.testlist {
  max-width: 1200px;
  margin: 50px auto;
}

.testlist .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  border-radius: 20px;
}

.testlist .bgimg {
  width: 100%;
}

.testlist .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.testlist .pic:hover .upimg {
  transform: scale(1.05);
}

.owl-testlist .owl-prev,
.owl-testlist .owl-next {
  width: 102px;
  top: 50%;
  transform: translateY(-50%);
  height: 102px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-testlist .owl-prev {
  position: absolute;
  left: -150px;
  background: url(../images/arrowleft.png) left top no-repeat !important;
}

.owl-testlist .owl-prev:hover {
  background: url(../images/arr05.png) left top no-repeat !important;
}

.owl-testlist .owl-next {
  position: absolute;
  right: -150px;
  background: url(../images/arrowright.png) right top no-repeat !important;
}

.owl-testlist .owl-next:hover {
  background: url(../images/arr06.png) right top no-repeat !important;
}

.owl-testlist .owl-nav {
  margin-top: 0;
}


@media only screen and (max-width:1440px) {
  .testlist {
    max-width: 1000px;
  }
}

@media only screen and (max-width:1300px) {
  .testlist {
    max-width: 800px;
  }
}

@media only screen and (max-width:1100px) {
  .testlist {
    max-width: 700px;
  }
}

@media only screen and (max-width:1000px) {
  .testlist {
    max-width: 650px;
  }

  .owl-testlist .owl-next {
    right: -120px;
  }

  .owl-testlist .owl-prev {
    left: -120px;
  }
}

@media only screen and (max-width:920px) {
  .testlist {
    max-width: 600px;
  }
}

@media only screen and (max-width:840px) {
  .testlist {
    max-width: 550px;
  }
}

@media only screen and (max-width:768px) {
  .testlist {
    max-width: 500px;
  }

  .testbox .test-title {
    font-size: 32px;
    line-height: 2;
  }

  .owl-testlist .owl-prev {
    background: url(../images/arrowleft.png) center no-repeat !important;
    background-size: 50%;
  }

  .owl-testlist .owl-next {
    background: url(../images/arrowright.png) center no-repeat !important;
    background-size: 50%;
  }

  .owl-testlist .owl-prev:hover {
    background: url(../images/arr05.png) center no-repeat !important;
    background-size: 50%;
  }

  .owl-testlist .owl-next:hover {
    background: url(../images/arr06.png) center no-repeat !important;
    background-size: 50%;
  }

  .owl-testlist .owl-prev,
  .owl-testlist .owl-next {
    width: 46px;
    height: 51px;
    border-radius: 50% !important;
  }

  .owl-testlist .owl-next {
    right: -85px;
  }

  .owl-testlist .owl-prev {
    left: -85px;
  }
}

@media only screen and (max-width:699px) {
  .testlist {
    max-width: 400px;
  }

}

@media only screen and (max-width:565px) {
  .testlist {
    max-width: 300px;
  }

  .testbox .textarea {
    font-size: 16px;
    margin: 40px auto;
  }

  .owl-testlist .owl-next {
    right: -75px;
  }

  .owl-testlist .owl-prev {
    left: -75px;
  }
}

@media only screen and (max-width:565px) {
  .testlist {
    max-width: 200px;
  }
}






/* ==========================================================================
   研发能力
   ========================================================================== */
.ability {
  padding: 80px 0;
  background: url(../assets/rd02bg.png) center no-repeat;
  background-size: cover;
}

.ability-main {
  max-width: 1400px;
  margin: 0 auto;
}

.ability-main .am1 {
  text-indent: 2em;
  color: #393939;
  line-height: 1.7;
  font-size: 18px;
}

.amlist {
  margin-top: 100px;
  margin-left: -30px;
}

.amlist li {
  width: calc(25% - 30px);
  margin-left: 30px;
  float: left;
}

.ambox {
  background: url(../images/rd01.png) right top no-repeat;
  background-size: cover;
  height: 350px;
  box-sizing: border-box;
  padding: 25px;
}

.ambox .amtitle {
  position: relative;
  font-size: 22px;
  color: #333333;
  transform: matrix(1, 0, 0, 0.99991320197899, 0, 0);
  margin-bottom: 40px;
}

.ambox .amtitle::before {
  content: "";
  position: absolute;
  background-color: #1174a3;
  width: 50px;
  height: 4px;
  bottom: -10px;
}

.ambox .text {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.875;
  text-indent: 2.5em;
}


@media only screen and (max-width:1300px) {
  .ambox .amtitle::before {
    height: 2px;
  }

  .ambox .amtitle {
    position: relative;
    font-size: 18px;
  }
}

@media only screen and (max-width:1280px) {
  .ambox {
    padding: 10px;
  }

}

@media only screen and (max-width:920px) {
  .amlist li {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .ambox {
    padding: 30px;
    height: 400px;
  }

}

@media only screen and (max-width:768px) {
  .amlist li {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .amlist {
    margin-left: 0;
    margin-top: 50px;
  }

  .ability-main .am1 {
    font-size: 14px;
  }

}






/* ==========================================================================
   研发能力
   ========================================================================== */
.casemore {
  text-align: center;
}

.casemore .zkgd {
  font-size: 22px;
  line-height: 1.8;
  color: #1174a3;
}






/* ==========================================================================
   业绩及应用
   ========================================================================== */
.performance {
  padding: 120px 0;
}

.pfcontent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.performance .pfleft {
  width: calc(50% - 100px);
  text-indent: 2em;
  font-size: 18px;
  line-height: 1.7;
  color: #747474;
  margin-right: 100px;
}



.performance .pfright {
  width: 50%;
}


@media only screen and (max-width:920px) {
  .performance .pfleft {
    font-size: 16px;
    margin-right: 50px;
  }
}

@media only screen and (max-width:768px) {
  .pfcontent {
    flex-direction: column;
  }

  .performance .pfleft {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .performance .pfright {
    width: 100%;
  }

  .performance {
    padding: 80px 0;
  }
}







/* ==========================================================================
   产品中心
   ========================================================================== */
.product {
  padding: 100px 0;
  position: relative;
}

.product::before {
  content: "";
  position: absolute;
  background-color: rgb(250, 250, 250);
  width: 100%;
  height: 520px;
  top: 0;
  z-index: -1;
}

.probox {
  margin-bottom: 60px;
}


.probox .pic {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 50%;
  float: left;
  position: relative;
  border-radius: 10px;
}

.probox .bgimg {
  width: 100%;
}

.probox .uppic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1s;
}

.probox .pic:hover .uppic {
  transform: scale(1.05);
}

.probox .txtarea {
  width: calc(50% - 160px);
  font-size: 16px;
  padding: 40px 80px;
  float: right;
}

.probox .txtarea .newstitle {
  font-size: 36px;
  color: #393939;
  margin-bottom: 20px;

}

.probox .txtarea .tit.text {
  font-size: 18px;
  line-height: 1.5em;
  text-indent: 2em;
  color: #747474;
  line-height: 1.7;
}

.probox .btn {
  margin-top: 50px;
}

.probox .btn a {
  width: 160px;
  height: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}

.probox .btn a:nth-child(1) {
  border: 1px solid #1174a3;
  color: #1174a3;
  margin-right: 20px
}

.probox .btn a:nth-child(2) {
  background-color: #1174a3;
  color: #fff;
}

.probox .btn a:hover {
  transform: translate3d(0, -2px, 0);
}

.prolist {
  margin-left: -20px;
  margin-top: 50px;
}

.prolist li {
  width: calc(33.33% - 20px);
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
}

.promain .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  border-radius: 9px;
}

.promain .bgimg {
  width: 100%;
}

.promain .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.promain .pic:hover .upimg {
  transform: scale(1.05);
}

.promain .protitle {
  font-size: 24px;
  line-height: 2;
  color: #1174a3;
  font-weight: 500;
}

.prolist li .line {
  background-color: #1174a3;
  width: auto;
  height: 4px;
  opacity: 0;
  border-radius: 15px;
  transition: all 1s .4s;
}

.prolist li .promain {
  transition: all 1s;
  cursor: pointer;
}

.prolist li:hover .promain {
  transform: translateY(-35px);
}

.prolist li:hover .line {
  opacity: 1;
}


@media only screen and (max-width:1600px) {
  .probox .txtarea {
    width: calc(50% - 80px);
    padding: 0px 40px;

  }
}

@media only screen and (max-width:1440px) {
  .product::before {
    height: 480px;
  }

  .probox .btn {
    margin-top: 28px;
  }

}

@media only screen and (max-width:920px) {
  .probox .txtarea {
    width: calc(100% - 80px);
    float: none;
  }

  .probox .pic {
    margin-right: 40px;
    margin-bottom: 20px;
  }

  .prolist {
    margin-left: -20px;

  }

  .prolist li {
    width: calc(50% - 20px);

  }
}

@media only screen and (max-width:768px) {
  .probox .txtarea .tit .text {
    font-size: 16px;
  }

  .probox .pic {
    width: 100%;
  }

  .probox .txtarea {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }

  .probox .btn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }

  .promain .protitle {
    font-size: 18px;
  }

  .product {
    padding: 50px 0;
  }
}

@media only screen and (max-width:500px) {
  .prolist {
    margin-left: 0px;

  }

  .prolist li {
    width: 100%;
    margin-left: 0;
  }

}






/* ==========================================================================
   产品展示
   ========================================================================== */
.product02 {
  padding: 100px 0;
  width: 100%;
  /* max-height: 100vh; */
  background-color: rgb(250, 250, 250);
}

.proshowlist {
  margin-left: -20px;
}

.proshowlist li {
  width: calc(33.33% - 20px);
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
}

.proshowbox {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.proshowbox .pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.proshowbox .bgimg {
  width: 100%;
}

.proshowbox .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.proshowbox .pic:hover .upimg {
  transform: scale(1.05);
}

.procontent {
  padding: 20px;
}

.proshowbox .protitle {
  font-size: 20px;
  color: #393939;
  line-height: 2.1;
  transform: matrix(1, 0, 0, 1.0002849814762, 0, 0);
}

.proshowbox .proarea {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  transform: matrix(1, 0, 0, 1.0002849814762, 0, 0);
  line-height: 1.5;
  color: #666666;
  height: 72px;
}

.proshowbox .ckxq {
  font-size: 16px;
  color: #a9a9a9;
  line-height: 3;
}

.proshowbox .ckxq:hover {
  color: #1174a3;
}


@media only screen and (max-width:920px) {
  .proshowlist li {
    width: calc(50% - 20px);

  }
}

@media only screen and (max-width:768px) {
  .proshowlist {
    margin-left: 00px;
  }

  .proshowlist li {
    width: 100%;
    margin-left: 0px;
  }

  .product02 {
    padding: 50px 0;
  }
}






/* ==========================================================================
   产品详情
   ========================================================================== */
.layui-layer-title {
  background: rgba(0, 0, 0, 0.8) !important;
  height: 80px !important;
  line-height: 80px !important;
}

.layui-layer-setwin a {
  background: url(../images/x.png) center no-repeat !important;
  width: 53px !important;
  height: 53px !important;
}

.layui-layer-setwin .layui-layer-close1:hover {
  opacity: 1 !important;
}

.prodetails {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.popup img {
  cursor: pointer;
}


.pdbox .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 50%;
  margin: 0 auto;
}

.pdbox .bgimg {
  width: 100%;
}

.pdbox .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.pdbox .pic:hover .upimg {
  transform: scale(1.05);
}

.prodetails .pdtitle {
  color: #393939;
  font-size: 36px;
  margin: 50px 0;
  font-weight: 500;
  text-align: center;
}

.prodetails .details .detailstitle {
  border: 1px solid #f5f5f5;
  border-top: 4px solid #1174a3;
  width: 160px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #1174a3;
  text-align: center;
  margin: 30px 0;
}


#owl-pdlist .owl-prev,
#owl-pdlist .owl-next {
  width: 102px;
  top: 50%;
  transform: translateY(-50%);
  height: 102px;
  background: none;
  text-indent: 400px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}


#owl-pdlist .owl-next {
  position: absolute;
  right: 170px;
  background: url(../images/arrowright.png) left top no-repeat;
}

#owl-pdlist .owl-next:hover {
  background: url(../images/arr06.png) left top no-repeat;
}

#owl-pdlist .owl-prev {
  position: absolute;
  left: 170px;
  background: url(../images/arrowleft.png) left top no-repeat;
}

#owl-pdlist .owl-prev:hover {
  background: url(../images/arr05.png) left top no-repeat;
}


@media only screen and (max-width:1280px) {

  #owl-pdlist .owl-prev,
  #owl-pdlist .owl-next {
    width: 51px;
    height: 51px;
  }

  #owl-pdlist .owl-next {
    right: 170px;
    background: url(../images/arrowright.png) center no-repeat;
    background-size: 100%;
  }

  #owl-pdlist .owl-next:hover {
    background: url(../images/arr06.png) center no-repeat;
    background-size: 100%;
  }

  #owl-pdlist .owl-prev {
    left: 170px;
    background: url(../images/arrowleft.png) center no-repeat;
    background-size: 100%;
  }

  #owl-pdlist .owl-prev:hover {
    background: url(../images/arr05.png) center no-repeat;
  }
}

@media only screen and (max-width:950px) {
  #owl-pdlist .owl-next {
    right: 120px;
  }

  #owl-pdlist .owl-prev {
    left: 120px;
  }
}

@media only screen and (max-width:768px) {
  #owl-pdlist .owl-next {
    right: 80px;
  }

  #owl-pdlist .owl-prev {
    left: 80px;
  }

  .prodetails .pdtitle {
    font-size: 26px;
    margin: 25px 0;
  }
}

@media only screen and (max-width:585px) {
  #owl-pdlist .owl-next {
    right: 40px;
  }

  #owl-pdlist .owl-prev {
    left: 40px;
  }

  .prodetails .pdtitle {
    font-size: 22px;
    margin: 25px 0;
  }

  .prodetails .details .detailstitle {
    width: 120px;
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width:500px) {
  #owl-pdlist .owl-next {
    right: 5px;
  }

  #owl-pdlist .owl-prev {
    left: 5px;
  }
}








/* ==========================================================================
   荣誉资质
   ========================================================================== */
.honor {
  padding: 100px 0;
}

.honorlist {
  max-width: 1300px;
  margin: 0 auto;
}

.honorbox {
  padding: 40px 100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-left: 100px;
  /* display: flex; */
}

.honorlist li {
  border-left: 4px solid #1174a3;
  margin-bottom: 50px;
}

.honorlist li .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 40%;
  float: left;
}

.honorlist li .bgimg {
  width: 100%;
}

.honorlist li .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.honorlist li .pic:hover .upimg {
  transform: scale(1.05);
}


.honorlist .txtarea {
  width: calc(60% - 100px);
  font-size: 16px;
  padding: 50px 0 0 100px;
  float: right;
}


.honorlist .txtarea .newstitle {
  font-size: 24px;
  color: #393939;
  margin-bottom: 50px;
}


.honorlist .txtarea .tit {
  font-size: 18px;
  line-height: 1.5em;
  color: #747474;
}


.honorlist .txtarea .date {
  color: #a6c2d0;
  text-align: right;
  font-size: 32px;
  margin-top: 50px;
}

.honorlist .txtarea .date .line {
  display: inline-block;
  background-color: #a6c2d0;
  width: 80px;
  height: 2px;
  vertical-align: middle;
  margin-right: 25px;
}

@media only screen and (max-width:1280px) {
  .honorbox {
    padding: 20px 50px;
  }

  .honorlist .txtarea {
    width: calc(60% - 60px);
    padding: 20px 0 0 60px;
  }

  .honorlist .txtarea .tit {
    font-size: 16px;
  }

  .honorlist .txtarea .newstitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:1080px) {
  .honorlist .txtarea .date {
    font-size: 28px;
    margin-top: 20px;
  }
}

@media only screen and (max-width:920px) {
  .honorbox {
    margin-left: 50px;
  }
}


@media only screen and (max-width:768px) {
  .honorlist li .pic {
    width: 100%;
  }

  .honorlist .txtarea {
    width: 100%;
  }

  .honorbox {
    margin-left: 20px;
  }
}








/* ==========================================================================
   发展历程
   ========================================================================== */
.historybox,
.historylist {
  max-width: 1200px;
  margin: 0 auto;
}

.promain .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  border-radius: 9px;
}

.promain .bgimg {
  width: 100%;
}

.promain .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.promain .pic:hover .upimg {
  transform: scale(1.05);
}

.promain .protitle {
  font-size: 24px;
  line-height: 2;
  color: #1174a3;
  font-weight: 500;
}

.historylist li {
  padding-top: 50px;
}

.historylist li .line {
  background-color: #1174a3;
  width: auto;
  height: 4px;
  opacity: 0;
  border-radius: 15px;
  transition: all 1s .4s;
}

.historylist li .promain {
  transition: all 1s;
  cursor: pointer;
}

.historylist li:hover .promain {
  transform: translateY(-35px);
}

.historylist li:hover .line {
  opacity: 1;
}

.historylist li.active .promain {
  transform: translateY(-35px);
}

.historylist li.active .line {
  opacity: 1;
}

.historybox .historydate {
  font-size: 72px;
  color: #1174a3;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.historymain .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  border-radius: 9px;
  float: left;
  width: 50%;
}

.historymain .bgimg {
  width: 100%;
}

.historymain .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.historymain .pic:hover .upimg {
  transform: scale(1.05);
}

.history-content {
  float: right;
  width: calc(50% - 50px);
  padding-left: 50px;
  overflow: auto;
  height: auto;
  max-height: 60vh;
}

.history-content::-webkit-scrollbar-track {
  display: none;
}

.history-content::-webkit-scrollbar-track-piece {
  display: none;
}

.history-content::-webkit-scrollbar {
  background-color: transparent;
}

.history-content .hmlist {
  position: relative;
}

.history-content .hmlist::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #bcdae8;
  left: -25px;
  bottom: 0;
}

.history-content .hmlist .hmbox .date {
  font-size: 24px;
  color: #1174a3;
  position: relative;
  line-height: 20px;
}

.history-content .hmlist .hmbox .text1 {
  font-size: 16px;
  color: #5f5f5f;
  margin: 10px 0 20px;
}

.history-content .hmlist .hmbox .text1.active {
  color: #1174a3;
}

.history-content .hmlist .hmbox .date::before {
  content: "";
  position: absolute;
  left: -30px;
  /* top: 15px; */
  width: 14px;
  height: 14px;
  background: url(../images/dian.png) center no-repeat;
}

@media only screen and (max-width:768px) {
  .historymain .pic {
    width: 100%;
    margin-bottom: 30px;
  }

  .historymain .history-content {
    width: 100%;
    padding-left: 0;
  }

  .historymain .history-content .hmlist {
    margin-left: 30px;
  }

  .historybox .historydate {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}






/* ==========================================================================
   关于海核
   ========================================================================== */
.about {
  padding: 100px 0;
}

.aboutlist {
  margin-left: -20px;
}

.aboutlist li {
  width: calc(25% - 20px);
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
}

.aboutlist .promain .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  border-radius: 9px;
}

.aboutlist .promain .bgimg {
  width: 100%;
}

.aboutlist .promain .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.aboutlist .promain .pic:hover .upimg {
  transform: scale(1.05);
}

.aboutlist li .line {
  background-color: #1174a3;
  width: auto;
  height: 4px;
  opacity: 0;
  border-radius: 15px;
  transition: all 1s .4s;
}

.aboutlist li .promain {
  transition: all 1s;
  cursor: pointer;
}

.aboutlist li:hover .promain {
  transform: translateY(-35px);
}

.aboutlist li:hover .line {
  opacity: 1;
}

.aboutlist .promain {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #aaa;
  border-radius: 15PX;
}

.aboutlist .promain .abtitle {
  color: #5f5f5f;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: rgba(249, 249, 249, 0.7);
  z-index: 1;
}

.aboutlist li:hover .abtitle {
  display: none;
}

.aboutlist .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  text-align: center;
  transition: all 1s;
}

.aboutlist .cover .title {
  font-size: 24px;
  line-height: 2.5;
  font-weight: 500;
}

.aboutlist .cover .content {
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
  font-weight: 500;
  margin-top: 30px;
}


.aboutlist li:hover .cover {
  bottom: 0;
  background: rgba(17, 116, 163, 0.8);
}

.aboutlist li:hover .cover .title {
  margin-top: 150px;
  color: #FFF;
}

.about .testbox .aboutlist {
  float: right;
}

.about .testbox .test-title {
  float: left;
}

.aboutlist {
  margin-top: 100px;
}

/* 第二部分 */
.ab02box .test-title {
  font-size: 48px;
  color: #fff;
  line-height: 2.5;
  position: relative;
  margin-bottom: 50px;
}

.ab02box .test-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100px;
  background-color: #fff;
  bottom: 0;
}

.aboutpart02 {
  background: url(../images/about05.png) left no-repeat;
}

.aboutpart02 .ab02 {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.ab02box {
  width: 60%;
  padding: 70px 0;
}

.ab02box .textarea {
  font-size: 14px;
  color: #fff;
  text-indent: 2em;
  line-height: 2;
}

.ab02video {
  position: relative;
  box-shadow: -15px 15px 0 rgba(12, 55, 74, 0.69);
  border-radius: 10px;
  margin-left: 60px;
}

.ab02video .bgimg {
  width: 100%;
}

.ab02video .upimg {
  position: absolute;
  width: 116px;
  height: 118px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.aboutpart03 {
  padding-top: 60px;
}

.aboutpart03 .ab03 {
  margin: 0 auto;
  max-width: 1400px;
}

.ab03list {
  margin-left: -30px;
}

.ab03list li {
  width: calc(25% - 30px);
  float: left;
  margin-left: 30px;
}

.ab03list .numbox {
  border-bottom: 1px solid #a9a9a9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ab03list .numbox .left .num {
  font-size: 20px;
  color: #5f5f5f;
  line-height: 1.8;
  font-weight: 500;
}

.ab03list .numbox .right {
  font-size: 72px;
  color: #1174a3;
  font-weight: 600;
}




.aboutpart04 {
  padding-top: 60px;
}

.aboutpart04 .ab04 {
  max-width: 1400px;
  margin: 0 auto;
}

.ab04title .test-title {
  font-size: 48px;
  color: #393939;
  line-height: 2.5;
  position: relative;
  margin-bottom: 50px;
}

.ab04title .test-title::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100px;
  background-color: #1174a3;
  bottom: 0;
}

.aboutpart04 .ab04left {
  float: left;
  width: calc(45% - 30px);
}

.aboutpart04 .ab04right {
  float: right;
  width: 55%;
}

.ab04left h3 {
  height: 49px;
  cursor: pointer;
  line-height: 49px;
  font-size: 24px;
  color: #5f5f5f;
  font-weight: normal;
  margin-top: 30px;
  overflow: hidden;
  border-bottom: 1px solid #a9a9a9;
}

.ab04left h3.on {
  color: #1174a3;
}

.ab04left h3 .tit02 {
  width: 20px;
  float: left;
  margin-right: 40px;
  font-weight: bold;
  color: #1174a3;
  font-style: italic;
  font-size: 26px;
}

.ab04left h3 .tit01 {
  font-size: 20px;
  font-weight: 500 !important;
  font-weight: bold;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ab04left h3 em {
  float: right;
  display: block;
  width: 49px;
  height: 49px;
  background: url(../images/icoAdd02.png) center top no-repeat;
  cursor: pointer;
}

.ab04left h3.on em {
  background-position: center bottom;
}


.ab04left .nwms {
  padding: 30px 60px;
  background-color: rgb(249, 249, 249);
}

.gwjsrow p {
  font-size: 14px;
  color: #5f5f5f;
}


@media only screen and (max-width:1440px) {
  .ab02video {
    margin-left: 30px;
  }

  .ab02box {
    padding: 30px 0;
  }

  .aboutlist .promain .abtitle {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}

@media only screen and (max-width:1280px) {
  .aboutlist {
    margin-top: 50px;
  }

  .aboutpart02 {
    background-size: cover;
  }

  .ab03list .numbox .right {
    font-size: 56px;
  }
}


@media only screen and (max-width:920px) {
  .aboutlist .promain .abtitle {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .aboutlist .cover .title {
    font-size: 22px;
    line-height: 2;
  }

  .aboutlist .cover .content {
    font-size: 16px;
  }

  .ab03list .numbox .right {
    font-size: 44px;
  }

  .aboutlist li:hover .cover .title {
    margin-top: 50px;
  }

  .ab03list .numbox .left .num {
    font-size: 18px;
    line-height: 1.5;
  }

  .aboutpart03 {
    padding-top: 30px;
  }

  .ab04left h3 .tit02 {
    margin-right: 10px;
    font-size: 24px;
  }

  .ab04left h3 .tit01 {
    font-size: 16px;
  }

  .ab04left .nwms {
    padding: 20px 30px;
  }
}

@media only screen and (max-width:856px) {
  .aboutpart04 .ab04left {
    width: 100%;
  }

  .aboutpart04 .ab04right {
    margin-top: 20px;
    width: 100%;
  }

  .ab04title .test-title {
    margin-bottom: 0px;
  }

  .aboutpart04 {
    padding-top: 20px;
  }
}


@media only screen and (max-width:768px) {
  .aboutlist li {
    width: calc(50% - 20px);
  }

  .aboutpart02 .ab02 {
    flex-direction: column;
  }

  .ab02box {
    width: 100%;
    padding: 20px 0;
  }

  .ab02video {
    margin-left: 0px;
    margin-bottom: 30px;
    /* box-shadow: 0px 0px 0 rgba(12, 55, 74, 0.69); */
  }

  .ab03list li {
    width: calc(50% - 30px);
  }

  .ab02box .test-title {
    font-size: 32px;
  }

  .ab04title .test-title {
    font-size: 32px;
  }
}

@media only screen and (max-width:500px) {
  .ab03list .numbox .left .num {
    font-size: 16px;
  }

  .ab03list .numbox .right {
    font-size: 32px;
  }
}







/* ==========================================================================
   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;
}

#Lb_pager .pages .pgnext {
  padding: 0 15px;
}

#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #1174a3;
}

#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: #1174a3;
}

@media only screen and (max-width:768px) {
  #Lb_pager .pages .total2 {
    margin-left: 20px;
  }
}





/* 下拉框 */
/* .ln-menu-link {
  position: static;
} */

/* .sidenav li {
  position: static;
} */

.dropdown2 {
  position: absolute;
  /* margin-left: 50%; */
  margin-left: -150px;
  top: 80px;
  /* left: -50vw; */
  left: 50%;
  /* width: 100vw; */
  width: 300px;
  height: 0;
  overflow: hidden;
  transition: all .3s;
  text-align: left;
}

.ln-menu-item:hover .dropdown2 {
  height: 400px;
}

.productlist1 {
  background-color: rgb(242, 242, 242);
  padding: 25px 0;
  float: left;
  /* width: 30%; */
  width: 100%;
  height: 300px;
  /* border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; */
  border-radius: 10px;
  overflow-y: auto;
}

.productlist2 {
  background-color: rgb(255, 255, 255);
  padding: 25px 0;
  float: left;
  width: 40%;
  height: 300px;
  overflow-y: auto;
}

.productlist3 {
  background-color: #1174a3 !important;
  padding: 25px 0;
  float: left;
  width: 30%;
  height: 400px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow-y: auto;
}

.model {
  font-size: 14px;
}

.productlist1 .pl1 a {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  color: #393939 !important;
  padding: 15px 0 15px 50px;
}

.productlist1 .pl1.on {
  background-color: #fff;
  border-left: 4px solid #1174a3;
}


.productlist2 .pl2 a {
  display: inline-block;
  font-size: 18px;
  color: #393939 !important;
  padding: 15px 0 15px 50px;
  font-weight: 600;
}

.productlist2 .pl2.on a {
  color: #1174a3 !important;
}

.productlist3 .pl3 a {
  display: inline-block;
  font-size: 18px;
  color: #fff !important;
  padding: 15px 0 15px 50px;
  font-weight: 600;
}

.productlist3 .pl3.on {
  background-color: #fff;
}

.productlist3 .pl3.on a {
  color: #1174a3 !important;
}




@media only screen and (max-width:1080px) {
  .model {
    font-size: 12px;
  }

  .productlist1 .pl1 a {
    font-size: 16px;
  }

  .productlist2 .pl2 a {
    font-size: 16px;
  }

  .productlist3 .pl3 a {
    font-size: 16px;
  }
}

@media only screen and (max-width:920px) {
  .productlist1 .pl1 a {
    padding: 15px 0 15px 15px;
    font-size: 15px;
  }

  .productlist2 .pl2 a {
    padding: 15px 0 15px 15px;
    font-size: 15px;
  }

  .productlist3 .pl3 a {
    padding: 15px 0 15px 15px;
    font-size: 15px;
  }
}

#container {
  display: none;
}

@media only screen and (max-width:767px) {
  #container {
    display: none;
  }

  header .toggle {
    display: block;
  }
}



/* ==========================================================================
   newsdetails
   ========================================================================== */
.content img {
  max-width: 100%;
}

.innernews .wrapper {
  position: relative;
  overflow: hidden;
}

.innernews .wrapper:before {
  content: "";
  display: block;
  top: 80px;
  right: 410px;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d2d2d2;
}

.newssearch {
  width: 400px;
  border: 1px solid #d2d2d2;
  position: absolute;
  right: 10px;
  top: 10px;
}

.newssearch .warp {
  background: #fff;
}

.newssearch #q {
  float: left;
  border: 0 none;
}

.newssearch .search-btn {
  float: right;
  border: 0 none;
}

.newssearch #q {
  width: calc(100% - 70px);
  height: 18px;
  padding: 6px 10px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #fff;
  font: 300 14px/18px microsoft yahei;
}

.newssearch .search-btn {
  width: 40px;
  padding: 0;
  margin: 0;
  height: 34px;
  cursor: pointer;
  background: url(../images/search2.png) no-repeat center;
}

.innernews .newsdetails {
  width: calc(100% - 450px);
  float: left;
}

.newtitle {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0 20px 20px 20px;
}

.newsdetails .tag {
  border-bottom: 1px solid #d8d8d8;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 30px 20px;
}

.newsdetails .tag span {
  margin: 0 auto;
  background: #1174a3;
  width: 120px;
  height: 30px;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.newsh_cn {
  padding: 20px 130px;
}

.newsh_cn p {
  font-size: 16px;
  text-indent: 2em;
  margin: 30px 0;
  color: #333333;
  font-family: "Microsoft YaHei";
  line-height: 2;
}

.toolbar {
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
  padding-top: 30px;
  font-size: 16px;
}

.toolbar .row01 {
  width: calc(100% - 180px);
  float: left;
  color: #a0a0a0;
}

.toolbar .row01 a {
  color: #a0a0a0;
  margin-left: 10px;
}

.toolbar .row01 p:hover a {
  color: #1174a3;
}

.ruturnlist {
  width: 120px;
  float: right;
  height: 45px;
}

.ruturnlist a {
  line-height: 45px;
  display: block;
  color: #1174a3;
}

.ruturnlist a .fa {
  margin-right: 10px;
}

.innernews .right {
  width: 400px;
  float: right;
  margin-top: 80px;
}

.innernews .right h3.tit {
  font-size: 24px;
  color: #001f5e;
  border-left: 10px solid #1174a3;
  padding-left: 40px;
  margin-bottom: 20px;
}

.zxnewslist {
  margin-left: 50px;
}

.zxnewslist li {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}

.zxnewslist li p.date {
  color: #888888;
}

.zxnewslist li .fa {
  color: #1174a3;
  font-size: 16px;
}

.zxnewslist li p.tit {
  font-size: 16px;
  margin: 5px 0;
}

@media only screen and (max-width:1440px) {
  .newsh_cn {
    padding: 20px 0px;
  }
}

@media only screen and (max-width:1200px) {
  .innernews .right {
    width: 300px;
  }

  .zxnewslist {
    margin-left: 30px;
  }

  .innernews .right h3.tit {
    font-size: 18px;
    padding-left: 20px;
  }

  .innernews .wrapper:before {
    right: 310px;
  }

  .newssearch {
    width: 300px;
  }

  .zxnewslist li p.tit {
    font-size: 14px;
  }

  .innernews .newsdetails {
    width: calc(100% - 330px);
  }

  .newtitle {
    font-size: 24px;
  }

  .newsh_cn p {
    font-size: 14px !important;
  }

  .toolbar {
    font-size: 14px;
  }
}

@media only screen and (max-width:920px) {
  .newtitle {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  .innernews .newsdetails {
    width: 100%;
    float: none;
  }

  .innernews .wrapper {
    padding-top: 60px;
  }

  .innernews .wrapper:before {
    display: none;
  }

  .newssearch {
    width: calc(100% - 22px);
    top: 0;
  }

  .newtitle {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .newsdetails .tag {
    padding-left: 0;
    padding-bottom: 20px;
  }

  .innernews .right {
    width: 100%;
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
    margin-top: 10px;
  }

  .zxnewslist {
    margin-left: 0;
  }

  .zxnewslist li p.tit {
    font-size: 12px;
  }

  .zxnewslist li {
    padding: 10px 0;
  }

  .toolbar .row01 {
    width: 100%;
    float: none;
  }

  .toolbar {
    padding-top: 20px;
    font-size: 12px;
  }

  .ruturnlist {
    float: none;
  }

  .innernews .right h3.tit {
    font-size: 16px;
  }
}