@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;
}

.zhanwei {
  height: 100px;
}

@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;
  }

  .zhanwei {
    display: none;
  }
}

.sub-banner {
  height: 550px;
}

.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: 30px;
  color: #fff;
  font-weight: 100;
  text-shadow: 0 1px 1px #fff;
}


@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:1280px) {
  .sub-banner {
    height: 290px;
  }
}

@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;
  }
}


.innertitle {
  color: rgb(0, 0, 0);
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  padding-top: 30px;
}

@media only screen and (max-width:920px) {
  .innertitle {
    font-size: 30px;
    padding-top: 10px;
  }
}












/* ==========================================================================
   鍏充簬鎴戜滑
   ========================================================================== */
.about {
  display: flex;
  justify-content: space-between;
}

.about .about_left {
  width: calc(50% - 30px);
  border-bottom: 3px solid #1A97CF;
}

.about .about_right {
  width: 50%;
}

.about_left .about_title {
  color: rgb(51, 51, 51);
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

.about .about_left .desc {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}


.about_right .pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.about_right .bgimg {
  width: 100%;
}

.about_right .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about_right .cover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about_left .about_icon {
  display: flex;
}

.about_icon .icon_cpzx {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 300;
  margin-right: 50px;
  margin-top: 40px;
}

.about_icon .icon_cpzx img {
  margin-right: 20px;
}

.about02 {
  background: url(../images/about01.png) no-repeat center;
  height: 409px;
  margin-top: 54px;
  border-radius: 15px;
  padding: 56px;
  box-sizing: border-box;
}

.about02 p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
}

.about02 .aboutlist {
  margin-left: -25px;
}

.about02 .aboutlist li {
  margin-left: 25px;
  width: calc(25% - 25px);
  float: left;
}

.aboutlist .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
}

.aboutlist .bgimg {
  width: 100%;
}

.aboutlist .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.aboutlist .pic:hover .upimg {
  transform: scale(1.06);
}

@media only screen and (max-width:1440px) {
  .about_icon .icon_cpzx {
    margin-top: 20px;
  }
}

@media only screen and (max-width:1280px) {
  .about_left .about_title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .about .about_left .desc {
    font-size: 16px;
    line-height: 28px;
  }

  .about_icon .icon_cpzx {
    font-size: 20px;
  }

  .about_right .cover {
    width: 15%;
  }

  .about02 p {
    line-height: 28px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width:1024px) {
  .about .about_left .desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width:920px) {
  .about02 {
    height: 350px;
    margin-top: 36px;
    padding: 30px;
  }

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

  .about_icon .icon_cpzx {
    margin-right: 10px;
  }

  .about_icon .icon_cpzx img {
    margin-right: 5px;
  }
}

@media only screen and (max-width:768px) {
  .about {
    flex-wrap: wrap;
  }

  .about .about_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .about .about_right {
    width: 100%;
  }

  .about_icon .icon_cpzx {
    margin-right: 40px;
  }

  .innertitle {
    font-size: 24px;
    padding-top: 5px;
  }

  .about_left .about_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .content {
    padding: 20px 0 40px;
  }

  .about .about_left .desc {

    line-height: 24px;
  }
}

@media only screen and (max-width:500px) {
  .about_left .about_title {
    font-size: 20px;
  }

  .about_icon .icon_cpzx {
    margin-right: 20px;
    font-size: 18px;
  }

  .about02 {
    background-size: cover;
    height: auto;
    border-radius: 15px;
    padding: 10px;
    box-sizing: border-box;
  }

  .about02 .aboutlist {
    margin-left: -10px;
  }

  .about02 .aboutlist li {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
}










/* ==========================================================================
   鑱旂郴鎴戜滑
   ========================================================================== */
.contact {
  display: flex;
  justify-content: space-between;
}

.contact_left {
  width: calc(50% - 20px);
  background-color: #F1F2F7;
  padding: 80px 100px;
  box-sizing: border-box;
}

.contact_right {
  width: calc(50% - 20px);
}


.contactlist li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.contactlist li .right {
  color: rgb(51, 51, 51);
}

.contactlist img {
  margin-right: 30px;
}

.contactlist li .right .phone {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contactlist li .right .phone2 {
  font-size: 34px;
  font-weight: 300;
}

.contact02 {
  background: url(../images/contact.png) no-repeat left;
  /* height: 475px; */
  margin-top: 40px;
  border: 1px solid rgba(216, 218, 231, 1);
  box-sizing: border-box;
  padding: 40px 80px;
}

.contact02 .left {
  float: left;
  width: 200px;
  color: rgb(0, 0, 0);
  font-size: 35px;
  font-weight: 400;
}

.contact02_right {
  float: right;
  width: calc(100% - 250px);
}

.contact02_right .layui-form-label {
  float: none;
  text-align: left;
  padding: 8px 0;
  width: 100px;
}


.contact02_right .layui-input-block {
  margin-left: 0px;
}

.contactbox {
  display: flex;
  margin-left: -15px;
}

.contactbox .layui-form-item {
  width: 25%;
  margin-left: 15px;
}

.yzm {
  float: left;
  margin-right: 20px;
}

.yzm .ui-input {
  height: 46px;
  padding-left: 10px;
  font-size: 18px;
  color: #666666;
  outline: 0;
  border: 1px solid rgb(216, 218, 231);
}


.contact02_right .layui-btn {
  height: 50px;
  background-color: #1A97CF;
  padding: 0 60px;
  font-size: 18px;
}

.tijiao {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width:1440px) {
  .contact_left {
    padding: 30px 80px;
  }

  .contactlist li .right .phone2 {
    font-size: 28px;
  }
}

@media only screen and (max-width:1280px) {
  .contact_left {
    padding: 30px 50px;
  }

  .contactlist li .right .phone {
    font-size: 20px;
  }

  .contactlist li .right .phone2 {
    font-size: 24px;
  }
}

@media only screen and (max-width:1024px) {
  .contactlist li {
    margin-bottom: 20px;
  }

  .contactlist li .right .phone {
    font-size: 16px;
  }

  .contactlist li .right .phone2 {
    font-size: 20px;
  }

  .contact02_right .layui-btn {
    padding: 0 25px;
    font-size: 16px;
    height: 44px;
  }

  .yzm .ui-input {
    height: 42px;
    font-size: 16px;
    width: 150px;
  }
}

@media only screen and (max-width:920px) {
  .contact_left {
    padding: 25px 25px 0;
  }

  .contactlist li .right .phone2 {
    font-size: 18px;
  }

  .contactlist li {
    margin-bottom: 10px;
  }

  .contactbox {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contactbox .layui-form-item {
    width: calc(50% - 15px);
  }

  .contact02 {
    padding: 20px 30px;
  }

  .contact02 .left {
    font-size: 30px;
    width: 130px;
  }

  .contact02_right {
    width: calc(100% - 150px);
  }
}

@media only screen and (max-width:768px) {
  .contact {
    flex-wrap: wrap;
  }

  .contact_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact_right {
    width: 100%;
  }

  .contact02_right {
    width: 100%;
  }
}

@media only screen and (max-width:500px) {
  .contact02 {
    padding: 10px;
  }

  .yzm {
    margin-bottom: 10px;
  }

  .tijiao {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}












/* ==========================================================================
   搴旂敤棰嗗煙
   ========================================================================== */
.application {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
}

.af1,
.af2 {
  width: calc(50% - 1px);
  margin-bottom: 1px;
  margin-left: 1px;
}

.af3,
.af4,
.af5 {
  width: calc(33.33% - 1px);
  margin-left: 1px;
}

.af {
  height: 337px;
  box-sizing: border-box;
  padding: 67px 75px;
}

.af1 {
  background: rgb(241, 242, 247) url(../images/af1.png) no-repeat right;
}

.af2 {
  background: rgb(241, 242, 247) url(../images/af2.png) no-repeat right;
}

.af3 {
  background: rgb(241, 242, 247) url(../images/af3.png) no-repeat right;
}

.af4 {
  background: rgb(241, 242, 247) url(../images/af4.png) no-repeat right;
}

.af5 {
  background: rgb(241, 242, 247) url(../images/af5.png) no-repeat right;
}

.af_name {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.af_list2 {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}

.af_list2 li {
  width: 50%;
}

.af_title {
  color: rgb(85, 85, 85);
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
  align-items: center;
}

.af_title img {
  margin-right: 10px;
}


.application2 {
  margin-top: 60px;
  background: rgb(241, 242, 247);
  padding: 64px 0;
  margin-bottom: -40px;
}

.af2_list {
  margin-left: -40px;
}

.af2_list li {
  width: calc(33.33% - 40px);
  margin-left: 40px;
  float: left;
  transition: all .4s;
  cursor: pointer;
}

.af2_list li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.af2_box {
  background-color: #fff;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.af2_box img {
  margin-right: 25px;
}

.af2_title {
  font-size: 30px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

.en_title {
  display: block;
  color: rgb(26, 151, 207);
  font-size: 16px;
  font-weight: 300;
}

@media only screen and (max-width:1440px) {
  .af {
    height: 300px;
  }
}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1024px) {
  .af {
    height: 230px;
    padding: 25px 75px;
  }

  .af2_title {
    font-size: 24px;
  }

  .en_title {
    font-size: 14px;
  }

  .af2_box img {
    margin-right: 15px;
    width: 20%;
  }

  .af_name {
    margin-bottom: 10px;
  }

  .application2 {
    margin-top: 45px;
    padding: 45px 0;
  }

  .af2_box {
    padding: 20px 0;
  }
}

@media only screen and (max-width:920px) {
  .af_title {
    color: #000;
  }
}

@media only screen and (max-width:768px) {
  .af {
    padding: 25px 50px;
    width: 100%;
    margin-bottom: 10px;
  }

  .af2_list {
    margin-left: -20px;
  }

  .af2_list li {
    margin-left: 20px;
    width: calc(33.33% - 20px);
  }
}

@media only screen and (max-width:500px) {
  .af {
    padding: 10px;
  }

  .af_title {
    font-size: 14px;
  }

  .af2_list li {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .af2_list {
    margin-left: 0;
  }
}











/* ==========================================================================
   搴旂敤棰嗗煙璇︽儏
   ========================================================================== */
.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%;
}

.inner_left .title {
  display: none;
}

@media only screen and (max-width:920px) {
  .inner_left {
    float: none;
    width: 100%;
    margin-top: 0px;
  }

  .inner_cont {
    width: 100%;
    float: none;
  }

  .inner_left .title {
    display: block;
  }
}

.siderbar .title {
  height: 98px;
  line-height: 60px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  border-bottom: 0;
}

.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/inco14.png) center no-repeat;
}

.siderbar .title .cur .inco01 {
  height: 40px;
  width: 50px;
  display: block;
  background: url(../images/inco13.png) center no-repeat;
}

.siderbar .title h3 {
  font-size: 24px;
  color: #fff;
}

.siderbar .sunnav {
  background: #fff;
}


.siderbar .sunnav .promain li {
  line-height: 60px;
  border: 1px solid #e4e9ef;
  text-indent: 30px;
  margin-bottom: 10px;
}

.siderbar .sunnav .promain li.active3 {
  border-left: 3px solid rgb(26, 151, 207);
}

.siderbar .sunnav .promain .proname {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  display: block;
  height: 60px;
}


.siderbar .sunnav .level2 li {
  border: 0;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.siderbar .sunnav .level2 li i {
  text-indent: 0;
  color: #cccccc;
  margin-right: 10px;
  font-size: 12px;
}

.siderbar .sunnav .level2 li.on i {
  color: #FF7200;
}

.siderbar .sunnav .level2 li a {
  text-indent: 40px;
  font-size: 16px;
  color: #777777;
}

.siderbar .sunnav .level2 li.on a {
  color: #000;
}


.siderbar .sunnav .level2 {
  margin: 5px 0 15px;
}


@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;
    height: 40px;
  }

  .siderbar .title .btn_jt {
    top: 0;
  }

}

.innertit {
  height: 65px;
  line-height: 65px;
  background: rgb(26, 151, 207);
  padding-left: 40px;
  color: #fff;
  font-size: 20px;
}

.innertit2 {
  height: 65px;
  line-height: 65px;
  border: 1px solid rgb(241, 242, 247);
  padding-left: 40px;
  color: #000;
  font-size: 20px;
}

.innertit2 i {
  color: #1A97CF;
}

.inner_cont .desc {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  padding: 20px 40px;
}

.circuit_img {
  text-align: center;
  padding: 20px 40px;
}










/* 琛ㄦ牸鏍峰紡*/
.proselect {
  overflow-x: auto;
}

.pro-table {
  font-size: 12px;
  border-left: 1px solid #dbe1e4;

}

.pro-table th {
  background: #eef1f2;
  color: #0b56a7;
  padding: 10px;
  border-right: 1px solid #dbe1e4;
}

.pro-table th:nth-child(1) {
  width: 240px;
}

.pro-table td:nth-child(1) {
  width: 240px;
}
.pro-table th:nth-child(2) {
  width: 80px;
}
.pro-table td:nth-child(2) {
  width: 80px;
}
.pro-table td:nth-child(3) {
  width: 80px;
}
.pro-table th:nth-child(3) {
  width: 80px;
}


.pro-cat .cat {
  height: 120px;
  overflow-y: auto;
}

.pro-cat .cat .li {
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
}

.pro-cat .cat .li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #eeeeee;
  border: 1px solid #dbe1e4;
  left: 0;
  top: 5px;
}

.pro-cat .cat .li.active:after {
  background: url(../images/k0.png) no-repeat center;
  background-size: 100%;
}

.pro-cat td {
  color: #575a69;
  padding: 10px;
  border-right: 1px solid #dbe1e4;
}

.pro-op td {
  color: #0b56a7;
  padding: 5px 10px;
  border-right: 1px solid #dbe1e4;
  background: #eef1f2;
  text-align: center;
}

.pro-item td {
  color: #575a69;
  padding: 10px;
  border-right: 1px solid #dbe1e4;
  border-bottom: 1px solid #dbe1e4;
  font-size: 12px;
  text-align: center;
}

.pro-item tr td:first-child {
  text-align: left;
}

.pro-op tr td:first-child {
  text-align: left;
}

.pro-op .fa {
  font-size: 18px;
}

.pro-op .active .fa {
  color: #c92333;
}

.pro-table div.sbox2 {
  margin: 10px 5px 14px 5px;
  font-weight: normal;
  position: relative;
  width: 60px;
  display: inline-block;
}

.pro-table div.sbox2 span.max,
.pro-table div.sbox2 span.min {
  display: block;
  position: absolute;
  left: 14px;
  font-size: 12px;
  color: #333;
}

.pro-table div.sbox2 span.max {
  top: 0;
}

.pro-table div.sbox2 span.min {
  bottom: -4px;
}

.pro-table div.sbox2 .maxBtn,
.pro-table div.sbox2 .minBtn {
  display: block;
  position: absolute;
  left: 14px;
  font-size: 12px;
  color: #333;
  z-index: 3;
}

.pro-table div.sbox2 .maxBtn {
  top: 0;
}

.pro-table div.sbox2 .minBtn {
  bottom: -4px;
}

.pro-table div.sbox2 .maxBtn .mSearch,
.pro-table div.sbox2 .minBtn .mSearch {
  width: 50px;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #cbcbcb;
}

.pro-table div.sbox2 .maxBtn .mSearch .mSearchb,
.pro-table div.sbox2 .minBtn .mSearch .mSearchb {
  width: 18px;
  height: 18px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  background: #0b56a7;
  line-height: 18px;
  color: white;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

.pro-table div.sbox2 .maxBtn .mSearch .mSearchk,
.pro-table div.sbox2 .minBtn .mSearch .mSearchk {
  width: calc(100% - 6px);
  height: 18px;
  line-height: 16px;
  padding-left: 4px;
  font-size: 10px;
  color: #333;
  border: 0;
  border-right: 0;
  float: left;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

.pro-table div.sbox2 .mb {
  width: 55px;
  height: 84px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -40px;
}

.pro-table div.sbox2 .ui-slider-vertical {
  width: .2em;
}

.pro-table div.sbox2 .ui-slider .ui-slider-handle {
  width: .8em;
  height: .8em;
}

.pro-table div.sbox2 .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
}

.a_Reset,
.a_allsel {
  color: #0b56a7;
  text-decoration: underline;
  font-size: 14px;
}

.pro-cat td .link a {
  color: #0b56a7;
  text-decoration: underline;
  font-size: 12px;
}

.pro-cat td a.linkreset {
  margin-right: 5px;
}

@media only screen and (max-width:920px) {
  .siderbar .sunnav .promain li {
    line-height: 45px;
  }

  .siderbar .sunnav .promain .proname {
    height: 45px;
    font-size: 18px;
  }

  .innertit,
  .innertit2 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}

@media only screen and (max-width:500px) {
  .inner_cont .desc {
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
  }

  .innertit,
  .innertit2 {
    padding-left: 10px;
  }

  .af2_box {
    padding: 10px 0;
  }

  .application2 {
    padding: 30px 0;
  }
}













/* ==========================================================================
   鏂伴椈
   ========================================================================== */
.newslist02 li {
  margin-bottom: 40px;
  transition: all .8s !important;
}

.newslist02 li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.newslist02 li .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
  float: left;
}

.newslist02 li .bgimg {
  width: 100%;
}

.newslist02 li .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .8s;
}

.newslist02 li .pic:hover .upimg {
  transform: scale(1.06);
}

.newslist02 li .txtarea {
  width: calc(100% - 400px);
  height: 195px;
  overflow: hidden;
  float: right;
  padding: 15px 0;
}


.newslist02 li .txtarea h3 {
  font: 400 24px/30px microsoft yahei;
  margin: 5px 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newslist02 li .txtarea h3 a {
  color: #333333;
}

.newslist02 li .txtarea h3:hover a {
  color: #1A97CF;
}

.newslist02 li .txtarea .date {
  color: #555555;
}

.newslist02 li .txtarea .desc {
  font: 300 16px/32px microsoft yahei;
  height: 72px;
  overflow: hidden;
  color: #555555;
  margin: 10px 0 20px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newslist02 li .txtarea .more {
  color: #1A97CF;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  width: 150px;
}

.newslist02 li .txtarea .more img {
  margin-right: 17px;
}


@media only screen and (max-width:768px) {
  .newslist02 li {
    height: auto;
  }

  .newslist02 li .pic {
    float: none;
  }

  .newslist02 li .txtarea {
    width: 100%;
    float: none;
    height: auto;
    margin-top: 20px;
  }
}













/* ==========================================================================
   鏂伴椈璇︽儏椤
   ========================================================================== */
.newsdetails .left {
  width: calc(100% - 380px);
  float: left;
}

.newtitle {
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 20px;
  text-align: center;
}

.newtitle h1 {
  font-size: 24px;
  font-weight: 500;
}

.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;
  color: #555555;
}


.newsh_cn {
  padding: 20px 0;
}

.newsh_cn p {
  font-size: 16px;
  text-indent: 2em;
  margin-bottom: 10px;
  color: #555555;
  line-height: 32px;
}


.toolbar {
  border-top: 1px solid #e9eff3;
  margin-top: 30px;
  padding: 30px;
  font-size: 16px;
}

.toolbar .row01 {
  width: calc(100% - 220px);
  float: left;
  color: #1A97CF;
}

.toolbar .row01 a {
  color: #1A97CF;
  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: #1A97CF;
  display: inline-block;
  padding: 0 20px;
  border-radius: 5px;
}

.fhshare a .fa {
  margin-right: 10px;
}

.newsdetails .right {
  width: 330px;
  float: right;

}

.newsdetails .right h3.tit {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  background-color: #1A97CF;
  height: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.newsdetails .right h3.tit img {
  margin-right: 20px;
}


.zxnewslist {
  position: relative;
  border-left: 1px solid rgb(229, 232, 239);
}

.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/nd1.png) no-repeat center;
}

.zxnewslist li p.date span {

  padding: 2px 0;
  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: #1A97CF;
}


@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: 20px;
  }

  .newsh_cn p {
    font-size: 14px !important;
  }

  .toolbar {
    font-size: 14px;
  }
}

@media only screen and (max-width:920px) {
  .newsdetails {
    margin-top: -30px;
  }

  .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) {
  .newsdetails {
    margin-top: -10px;
  }

  .newtitle h1 {
    font-size: 16px;
  }

  .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;
  }

}












/* ==========================================================================
   浜у搧
   ========================================================================== */
.pro01 {
  padding: 50px 95px;
  background: rgb(241, 242, 247);
  margin-bottom: 40px;
}

.pro01 .pro_title {
  display: flex;
  align-items: center;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.pro01 .pro_title img {
  margin-right: 16px;
}

.pro01 .desc {
  color: rgb(85, 85, 85);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 20px;
}

.pro01 .prolist {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.pro01 .prolist li {
  /*margin-right: 60px;*/
  width: 25%;
  line-height: 3em;
}

.pro_advantage {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.pro_advantage img {
  margin-right: 17px;
  width: 23px;
}


.pro01 .prolist2 {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  /*align-items: center;*/
}

.pro01 .prolist2 li {
  /*margin-right: 100px;*/
  width: 25%;
}

.pro_advantage2 {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  height: 36px;
}

.pro_advantage2 img {
  margin-right: 22px;
  width: 20px;
}

.pro_module {
  height: 65px;
  line-height: 65px;
  padding: 0 95px;
  background-color: #1A97CF;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.pro_module img {
  margin-right: 16px;
}

.pro02 {
  display: flex;
  align-items: center;
}

.pro03 {
  background: none;
  padding: 10px 95px 10px 15px;
  margin-bottom: 10px;
}

.pro03 .prolist2 {
  margin-top: 0;
}

.pro03 .prolist2 .pro_advantage2 {
  font-weight: 700;
}

.pro01 .pic {
  overflow: hidden;
  position: relative;
  height: auto;

}

.pro01 .bgimg {
  width: 100%;
}

.pro01 .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.probox {

  width: calc(100% - 400px);
  margin-left: 56px;
}

.probox .pro_name {
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
}

.probox .pro_enname {
  color: rgb(26, 151, 207);
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 10px;
}

.downbox {
  margin-left: auto;
  text-align: center;
}

.downbox .down_title {
  display: block;
  color: rgb(51, 51, 51);
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.module2 {
  display: flex;
  justify-content: space-between;
}

.module2 a {
  color: #fff;
}

.module2 a:hover {
  color: #fff !important;
}

.prolist2 .back {
  font-size: 18px;
}

@media only screen and (max-width:1280px) {
  .pro01 {
    padding: 25px 50px;
  }

  .pro_module {
    padding: 0 50px;
  }

  .pro01 .prolist2 li {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width:1024px) {
  .pro01 .desc {
    font-size: 15px;
    line-height: 22px;
  }

  .pro_advantage {
    font-size: 16px;
  }

  .pro_advantage2 {
    font-size: 18px;
  }
}

@media only screen and (max-width:920px) {
  .pro_advantage2 {
    font-size: 16px;
  }

  .pro_advantage2 img {
    margin-right: 20px;
  }
}

@media only screen and (max-width:768px) {
  .probox {
    width: calc(100% - 320px);
    margin-left: 40px;
  }

  .pro01 .desc {
    font-size: 14px;
    margin-top: 10px;
  }

  .pro01 {
    padding: 25px;
    margin-bottom: 15px;
  }

  .pro_module {
    padding: 0 25px;
    font-size: 20px;
  }

  .pro01 .pro_title {
    font-size: 20px;
  }

  .downbox .down_title {
    font-size: 18px;
  }

}

@media only screen and (max-width:500px) {
  .pro01 {
    padding: 10px;
  }

  .pro01 .pro_title {
    font-size: 18px;
  }

  .pro01 .prolist2 li {
    margin-right: 0px;
  }

  .pro02 {
    flex-wrap: wrap;
  }

  .probox {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    order: 3;
  }

  .downbox {
    margin-left: auto;
    text-align: center;
    order: 2;
  }

  .pro_module {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }

  .module2 {
    height: 80px;
    flex-wrap: wrap;
  }

  .pro01 .prolist li {
    width: 50%;
    
  }

  .pro01 .prolist2 li {
    width: 50%;
  }
}












/* ==========================================================================
   鍦ㄧ嚎鏀寔
   ========================================================================== */
.inner_left2 .siderbar h3 {
  font-size: 35px;
}

.inner_left2 .siderbar .sunnav .promain li.active3 .proname {
  color: #1A97CF;
}

.support_list {
  margin-left: -20px;
  margin-top: 15px;
}

.support_list li {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid rgb(233, 234, 240);
  box-sizing: border-box;
}

.support_box {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  align-items: center;
}

.sup_name {
  color: rgb(0, 0, 0);
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

.dl_title {
  color: rgb(85, 85, 85);
  font-size: 21px;
  line-height: 32px;
}

.dl_title img {
  margin-right: 9px;
}




@media only screen and (max-width:1280px) {
  .sup_name {
    font-size: 18px;
  }

  .dl_title {
    font-size: 18px;
  }
}

@media only screen and (max-width:1024px) {
  .support_box {
    padding: 10px;
  }

  .sup_name {
    font-size: 16px;
  }

  .dl_title {
    font-size: 16px;
  }

  .dl_title img {
    margin-right: 0px;
  }

  .inner_cont2 .innertit {
    padding-left: 10px;
  }

  .download {
    flex-shrink: 0;
  }

  .inner_left2 .siderbar h3 {
    font-size: 28px;
  }

  .inner_left2 .siderbar .sunnav .promain .proname {
    font-size: 20px;
  }
}

@media only screen and (max-width:920px) {
  .sup_name {
    font-size: 14px;
  }

  .dl_title {
    font-size: 14px;
  }

  .inner_left2 .siderbar h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
  }
}

@media only screen and (max-width:500px) {
  .support_list {
    margin-left: 0;
  }

  .support_list li {
    width: 100%;
    margin-left: 0;
  }

}











/* ==========================================================================
   瑙嗛搴
   ========================================================================== */
.videolist {
  margin-left: -20px;
  margin-top: 15px;
}

.videolist li {
  margin-left: 20px;
  width: calc(33.33% - 20px);
  float: left;
  margin-bottom: 28px;
}

.videobox .pic {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
}

.videobox .bgimg {
  width: 100%;
}

.videobox .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.videobox .video_title {
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
}

.videobox .video_title a {
  display: flex;
  align-items: center;
  color: rgb(0, 0, 0);
}

.videobox .video_title img {
  margin-right: 6px;
}

.videobox .item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
  opacity: 0;
  background: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  filter: alpha(opacity=0);
}

.videobox:hover .item-mask {
  opacity: .3;
  background: #000;
  filter: alpha(opacity=30);
}


.videobox .btn-link__hover_i {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(../images/play-circle.png) no-repeat;
  transform: scale(2);
  backface-visibility: hidden;
  transition: all .25s ease-out;
}

.videobox:hover .btn-link__hover_i {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}

@media only screen and (max-width:1024px) {
  .videolist li {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width:920px) {
  .videobox .video_title {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  .videobox .video_title {
    font-size: 16px;
  }
}

@media only screen and (max-width:500px) {
  .videolist {
    margin-left: 0;
  }

  .videolist li {
    width: 100%;
    margin-left: 0;
  }

}











/* ==========================================================================
   鍦ㄧ嚎鏀寔
   ========================================================================== */
.red {
  color: red;
}

.desc3 {
  color: rgb(0, 0, 0);
  font-size: 21px;
  line-height: 36px;
  padding: 30px 40px;
}

.innertit3 {
  padding-left: 40px;
  background: rgb(241, 242, 247);
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.online {
  padding: 10px 40px;
  font-size: 18px;
}

.online .jiachu {
  font-weight: 700;
}

.online .layui-form-label {
  float: none;
  width: auto;
  text-align: left;
  padding: 15px 0px 5px;

}

.online .layui-input-block {
  margin-left: 0px;
}

.online .layui-form-radioed>i {
  color: #1A97CF;
}

.online01 {
  display: flex;
  margin-left: -25px;
  flex-wrap: wrap;
}

.ol_01 {
  width: calc(25% - 25px);
  margin-left: 25px;
}

.ol_02 {
  width: calc(50% - 25px);
  margin-left: 25px;
}

.ol_05 {
  display: flex;
  margin-left: -25px;
}

.ol_05 .layui-input-block {
  width: calc(25% - 25px);
  margin-left: 25px;
}

.online05 .layui-input-block {
  position: relative;
}

.online05 .layui-input {
  padding-right: 35px;
}

.layui-input-suffix {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  width: 35px;
  text-align: center;
  box-sizing: border-box
}

.online06 .ol_06 {
  margin-top: 5px;
  margin-left: -25px;
}

.online06 .ol_06 .layui-input {
  width: calc(25% - 25px);
  margin-left: 25px;
}

.ol_08 {
  display: flex;
  flex-direction: column;
}

.online06 .ol_09 {
  margin-top: 5px;
  margin-left: -25px;
}

.online06 .ol_09 .layui-input {
  width: calc(50% - 25px);
  margin-left: 25px;
}

.online06 .ol_09 .layui-textarea {
  margin-left: 25px;
}

.receipt {
  color: rgb(51, 51, 51);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 15px 0;
}


.online_btn .layui-btn {
  height: 56px;
  line-height: 56px;
  padding: 0 60px;
  background-color: #1A97CF;
  font-size: 18px;
}

.online_btn .layui-input-block {
  margin-left: 40px;
}

.yzm2 .ui-input {
  height: 53px;
}

.online08 .layui-form-radio {
  white-space: nowrap;
}

@media only screen and (max-width:1280px) {
  .desc3 {
    font-size: 18px;
    padding: 15px 40px;
  }

  .online {
    font-size: 16px;
  }
}

@media only screen and (max-width:1024px) {
  .online {
    font-size: 15px;
  }

  .desc3 {
    font-size: 16px;
  }

}

@media only screen and (max-width:920px) {
  .online {
    font-size: 14px;
  }

  .ol_01 {
    width: calc(50% - 25px);
  }

  .ol_02 {
    width: 100%;
    margin-left: 25px;
  }

  .receipt {
    font-size: 16px;
  }

  .ol_05 {
    flex-wrap: wrap;
  }

  .ol_05 .layui-input-block {
    width: calc(50% - 25px);
    margin-bottom: 10px;
  }

  .online06 .ol_06 .layui-input {
    width: calc(50% - 25px);
  }
}

@media only screen and (max-width:768px) {
  .desc3 {
    font-size: 16px;
    padding: 10px;
    line-height: 26px;
  }

  .innertit3 {
    white-space: nowrap;
    padding-left: 10px;
  }

  .online {
    padding: 10px;
  }

  .online08 .layui-form-radio {
    white-space: normal;
  }

  .online06 .ol_09 .layui-input {
    width: calc(100% - 25px);
  }

  .ol_01 {
    width: calc(100% - 25px);
  }

  .ol_02 {
    width: calc(100% - 25px);
  }

  .ol_05 .layui-input-block {
    width: calc(100% - 25px);
  }

  .online06 .ol_06 .layui-input {
    width: calc(100% - 25px);
  }

  .yzm2 .ui-input {
    height: 36px;
  }

  .online_btn .layui-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }

  .online_btn .layui-input-block {
    margin-left: 10px;
  }

  .online08 .layui-form-radio {
    display: flex;
  }

  .online .layui-form-radio>i {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .online .layui-form-item .layui-form-label {
    text-overflow: clip;
    overflow: visible;
    white-space: normal !important;
  }
}











/* ==========================================================================
   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: 5px;
}

#Lb_pager .pages .pgnext {
  padding: 0 15px;
}

#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #1A97CF;
}

#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: #1A97CF;
}

.page_num {
  display: inline-block;
}

@media only screen and (max-width:768px) {
  #Lb_pager .pages .total2 {
    margin-left: 20px;
  }
}

@media only screen and (max-width:500px) {
  .page_num {
    display: inline-block;
    margin: 5px 0;
  }

  #Lb_pager {
    margin-top: 0;
    margin-bottom: 0;
  }
}


.mianbao {
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: 1px solid #E4E5EC;
  font-size: 16px;
}

.mianbao a {
  color: #333;
}

.mb_img {
  margin-right: 15px;
  vertical-align: text-top;
}

@media only screen and (max-width:500px) {
  .mianbao {
    display: none;
  }

  .pro_advantage img {
    margin-right: 5px;
  }

  .pro_advantage {
    font-size: 14px;
  }

  .pro_advantage2 img {
    margin-right: 10px;
  }

  .pro_advantage2 {
    font-size: 14px;
  }

  .newslist02 li .txtarea h3 {
    font-size: 18px;
  }

  .newslist02 li .txtarea {
    margin-top: 0px;
  }

  .newslist02 li .txtarea .more {
    font-size: 16px;
  }
}