/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#17a4ce","sub1color":"#272636"},
{"vicolor":"#fe9e0b","sub1color":"#3B200C"},
{"vicolor":"#D32F2F","sub1color":"#3B200C"},
{"vicolor":"#4C9DA0","sub1color":"#fb5f08"}
]
AVAIBLE_VI*/
em {
  font-style: normal;
}
.search-inp .search-btn::after {
  background-color: #17a4ce;
}
.search-inp .search-btn::before {
  border-color: #17a4ce;
}
/*列表自定义板块*/
.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
  padding: 15px;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
  border-color: #17a4ce;
}
.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
  border-color: #17a4ce;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #17a4ce;
  border-color: #17a4ce;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
.h_head {
  position: relative;
  z-index: 10;
  height: 196px;
}
.h_head .header {
  height: 130px;
  position: relative;
  overflow: hidden;
}
#h1-tag {
  height: 130px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  float: left;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;

  padding-right: 30px;
}
.sxyp{
    padding: 18px;
  border-top: 1px dashed #b5b5b5;
  margin-top: 26px;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  max-width: 200px;
  max-height: 130px;
  display: inline-block;
  margin: 0 auto;
}
.h_txt {
  max-width: 500px;
  margin: 24px 0 0 30px;
  float: left;
  overflow: hidden;
}
.h_txt span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  color: #000;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h_txt em {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h_head p {
  width: 215px;
  float: right;
  margin-top: 38px;
  background-image: url('../images/lx.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px 38px;
  padding-left: 35px;
}
.h_head p em {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  height: 24px;
  overflow: hidden;
}
.h_head p span {
  display: block;
  font: 26px Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
  height: 32px;
  overflow: hidden;
}
.nav {
  height: 66px;
  border-top: 1px solid #dfdfdf;
}
.nav .nav-one {
  height: 66px;
  width: 1420px;
  margin: 0 auto;
  display: flex;
}
.nav .nav-one > li {
  text-align: center;
  float: left;
  height: 66px;
  position: relative;

  flex: 1
}
.nav .nav-one li:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  width: 1px;
  height: 19px;
  background: #dfdfdf;
}
.nav .nav-one li:nth-child(10):before {
  background: none;
}
.nav .nav-one > li a {
  display: block;
  height: 66px;
  color: #000;
  font-size: 17px;
  line-height: 66px;
  overflow: hidden;
}
.nav .nav-one > li:hover > a,
.nav .nav-one > li.cur > a {
  background: #17a4ce;
  color: #fff;
  font-weight: bold;
}

.nav .nav-one > li:hover .nav-two {
  display: block;
}
.nav .nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 66px;
  z-index: 99;
  left: -30px;
}
.nav .nav-two li {
  border-bottom: 0 solid #ccc;
}
.nav .nav-two li:before {
  background: none;
}
.nav .nav-two li {
  white-space: nowrap;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
  padding: 0 15px;
}
.nav .nav-two li a {
  display: block;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #0d0d0f;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
}
.nav .nav-two li:hover > a {
  color: #fff;
}
.nav .nav-two li:hover {
  background-color: #272636;
  border-color: #272636;
}
/*底部*/
.foot {
  height: 353px;
  background-image: url('../images/footer_bg.gif');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 353px;
  overflow: hidden;
}
.foot .footer {
  position: relative;
}
.foot .f-nav {
  height: 74px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 6px 4px 15px 9px #ccc;

}
.foot .f-nav ul {
  position: relative;
}
.foot .f-nav li {
  height: 74px;
  font-size: 16px;
  font-weight: normal;
  line-height: 74px;
  color: #fff;
  float: left;
}
.foot .f-nav li a {
  display: block;
  color: #fff;
  text-align: center;
}
.foot .f-nav li a:hover {
  font-weight: bold;
  color: #17a4ce;
}
.lianx {
  width: 840px;
  float: left;
  height: 277px;
  overflow: hidden;
}
.lianx h2 {
  height: 65px;
  border-bottom: 2px solid #36363e;
  margin-top: 21px;
  padding-right: 35px;
  font-size: 18px;
  font-weight: normal;
  line-height: 65px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url('../images/f_arr.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px 9px;
}
.lianx li {
  width: 380px;
  float: left;
  margin-top: 24px;
}
.lianx li:nth-child(5) {
  width: 400px;

}
.lianx li em {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #9b9b9e;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lianx li span,
.lianx li a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.f_code {
  width: 220px;
  height: 180px;
  border: 2px solid #36363e;
  margin-top: 48px;
}
.f_code h2 {
  height: 60px;
  border-bottom: 2px solid #36363e;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.f_code p em {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 15px 0 33px;
}
.f_code p em img {
  width: 80px;
}
.f_code p span {
  display: block;
  width: 85px;
  padding: 10px 0;
  position: relative;
  float: left;
}
.f_code p span i {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #fff;
  height: 44px;
  overflow: hidden;
}
.f_code p span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 1px;
  background: #8f8f94;
}
.foot2 {
  height: 2px;
  overflow: hidden;
  border-top: 2px solid #36363e;
  font-size: 14px;
  font-weight: normal;
  line-height: 85px;
  color: #a9a9ab;
}
.foot2 em {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 85px;
  color: #a9a9ab;
  height: 85px;
  overflow: hidden;
}
.foot2 span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 85px;
  color: #a9a9ab;
  height: 85px;
  overflow: hidden;
  margin-right: 5%;
  max-width: 340px;
}
.foot2 a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 85px;
  color: #a9a9ab;
  height: 85px;
  overflow: hidden;
  margin-right: 5%;
}
.bg_vi_color {
  background-color: #17a4ce;
}
.txt_vi_color {
  color: #17a4ce !important;
}
.f-support img {
  width: 44px;
  vertical-align: sub;
  margin-left: 5px;
}
/*COMMON_BLK_END*/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list li {
  overflow: hidden;
  height: auto;
  text-align: center;
  position: relative;
}
.ban_list li img {
  width: 100%;
  height: 100%;
 -o-object-fit: cover;
  object-fit: cover;
}
.ban-prev,
.ban-next {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  opacity: 0.8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 84px;
  cursor: pointer;
}
.ban-prev {
  left: 10%;
  background-image: url('../images/prod-hot-prev-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.ban-next {
  right: 10%;
  background-image: url('../images/prod-hot-next-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.ban_nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  margin-left: -1150px;
  width: 1200px;
  text-align: right;
}
.ban_nav ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  color: #fff;
  margin: 0 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.ban_nav ul .on {
  background: #17a4ce;
  border-color: #17a4ce;
  width: 20px;
  border-radius: 8px;
}
/*search*/
.search {
  background: none;
}
.keyword {
  padding: 32px 0 30px 22px;
  width: 585px;
  overflow: hidden;
  background-image: url('../images/sou_hot.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px 20px;
  position: relative;
  float: left;
}
.keyword:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  width: 1px;
  height: 44px;
  border-right: 1px dashed #bcbcbc;
}
.search-inp {
  width: 380px;
  height: 82px;
  margin: 0;
  padding: 0;
}
.search-inp .search-txt {
  width: 215px;
  height: 82px;
  background-image: url('../images/sou_icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 44px 22px;
  padding-left: 55px;
}
.search-inp .search-txt::placeholder{
    color:#333;
    
    
    
}
.search-btn {
  width: 100px;
  height: 82px;
  background: #17a4ce url(../images/sou.png) no-repeat center center;
  background-size: 33px 35px;
}
.search-btn:before,
.search-inp .search-btn::after {
  border: 0;
  background: none;
}
/*orien*/
.orien {
  padding: 70px 0;
background: #f5f5f5;
}
.box-dl {
width: 1200px;
  height: 615px;
  display: block;
  background-image: url('../images/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-size: 1200px 575px;
}
.box-dt {
  width: 780px;
  height: 640px;
  margin: 0 auto;
}
.box-dt video{
    margin-top: 57px;
}
.box-dl img {
  display: block;
  width: 867px;
  height: 440px;
  border-radius: 50px 0 50px 0;
}

.tit01 {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tit01 em {
  display: block;
  font-size: 45px;
  line-height: 60px;
  color: #272636;
  height: 60px;
  overflow: hidden;
}
.tit01 i {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  margin-top: 25px;
}
.tit01 i:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 240px;
  height: 1px;
  background: #dfdfdf;
  margin-left: -120px;
}
.tit01 i:after {
  content: '';
  position: absolute;
  top: -11px;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #17a4ce;
  margin-left: -30px;
}
/*solution*/
.solution {
  height: 760px;
  padding-top: 84px;
  overflow: hidden;
  background: #f5f5f5;
}
.solution1 {
  height: 520px;
}
.solution1 li {
  width: 294px;
  float: left;
  margin: 25px 8px 0 0;
}
.solution1 li:last-child {
  margin-right: 0;
}
.solution1 li img {
  display: block;
  width: 294px;
  height: 440px;
}
.solution1 li em {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 56px;
  color: #26282d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution1 li:hover img {
  display: block;
  border: 5px solid #17a4ce;
  box-sizing: border-box;
}
.solutiont {
  height: 12px;
  position: relative;
  text-align: center;
}
.solutiont:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 560px;
  height: 1px;
  background: #ccc;
}
.solutiont:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 560px;
  height: 1px;
  background: #ccc;
}
.solutiont a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #272636;
  margin: 0 8px;
}
.solutiont .on {
  background: #17a4ce;
}
/*prod*/
.prod {
  height: 900px;
  padding-top: 65px;
  overflow: hidden;
}
.pro_fen {
  height: 78px;
  border-top: 1px solid #ccc;
  overflow: hidden;
  margin-top: 30px;
  line-height: 0;
}
.pro_fen a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 78px;
  color: #333333;
  height: 78px;
  padding: 0 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.pro_fen a:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 4%;
  width: 8px;
  height: 8px;
  background: #ccc;
}
.pro_fen a:hover,
.pro_fen .cur {
  font-weight: bold;
  color: #17a4ce;
  border-top: 3px solid #17a4ce;
  box-sizing: border-box;
}
.pro_fen a:hover:before,
.pro_fen .cur:before {
  background: #17a4ce;
}
.prod2 {
  max-width: 1920px;
  width: 1920px;
  margin: 0 0 0 -360px;
 
}
.prod2 dl {
  width: 1200px;
  margin: 0 auto;
  height: 539px;
}
.prod2 dl dt {

  height: 539px;


}

.prod2 dl dd {
  width: 450px;
  float: right;
}
.prod2 dl dd h3 {
  height: 70px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.prod2 dl dd h3 em {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  color: #17a4ce;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod2 dl dd h3 i {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #999;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 3px;
}

.prod3 b {
  display: block;
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  color: #333;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod3 p {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #666;
  max-height: 125px;
  overflow: hidden;
  margin-bottom: 10px;
}
.prod3 b:nth-child(3) {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
.prod3 span {
  display: block;
  height: 70px;
  overflow: hidden;
}
.prod3 span em {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #666;
  width: 146px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  padding-left: 20px;
  position: relative;
}
.prod3 span em:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border: 2px solid #a0a0a0;
  border-radius: 10px;
}
.prod_intr2 {
  width: 1200px;
  margin: 0 auto;
  height: 290px;
}
.prod1 {
  position: relative;
  margin-top: 20px;
}
.prod1 .super-con {
  overflow: hidden;
}
.prod1 .item-line {
  width: 287px;
  float: left;
  margin: 0 17px 0 0;
}
.prod1 .item-line:after {
  border: 0;
}
.prod1 .item-picture {
  width: 287px;
  height: 161px;
  padding: 0;
  overflow: hidden;
}
.prod1 .item-picture img {
  display: block;
  width: 287px;
  height: 161px;
}
.prod1 .item-line .item-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  color: #666;
  text-align: center;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod1 .item-line .item-title a {
  display: block;
  color: #333;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-prev {
  width: 15px;
  height: 27px;
  overflow: hidden;
  position: absolute;
  top: 65px;
  left: -30px;
  cursor: pointer;
  background-image: url('../images/pro_l.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 15px 27px;
}
.pro-next {
  width: 15px;
  height: 27px;
  overflow: hidden;
  position: absolute;
  top: 65px;
  right: -30px;
  cursor: pointer;
  background-image: url('../images/pro_r.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 15px 27px;
}
.prod1 .item-picture:hover img {
  border: 5px solid #17a4ce;
  box-sizing: border-box;
}
/*contrast*/
.contrast {
  height: 800px;
  overflow: hidden;
}
.contrast1 {
  margin-top: 40px;
  background-image: url('../images/pk_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 625px;
  height: 625px;
}
.contrast1 h2 {
  height: 150px;
  overflow: hidden;
  position: relative;
}
.contrast1 h2 em {
  display: block;
  width: 38%;
  padding: 0 6%;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  line-height: 165px;
  color: #fff;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.contrast1 h2 i {
  display: block;
  width: 130px;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
  color: #fff;
  height: 75px;
  overflow: hidden;
  position: absolute;
  top: 43px;
  left: 536px;
}
.contrast1 .content {
  position: relative;
}
.contrast2 {
  height: 475px;
}
.contrast2 dl {
  height: 475px;
}
.contrast2 dl dt {
  width: 485px;
}
.contrast2 dl dt img {
  display: block;
  width: 485px;
  height: 321px;
}
.contrast2 dl dt em {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  max-height: 72px;
  overflow: hidden;
  margin-top: 22px;
}
.contrast2 dl dd {
  width: 485px;
}
.contrast2 dl dd img {
  display: block;
  width: 485px;
  height: 321px;
}
.contrast2 dl dd em {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  max-height: 72px;
  overflow: hidden;
  margin-top: 22px;
}
.contrastt {
  width: 165px;
  position: absolute;
  top: 150px;
  left: 518px;
  z-index: 1;
}
.contrastt li {
  height: 118px;
  border-top: 1px solid #696969;
}
.contrastt li em {
  display: block;
  width: 44px;
  height: 44px;
  margin: 16px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contrastt li em img {
  display: block;
  width: 44px;
  height: 44px;
}
.contrastt li i {
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.contrastt .cur {
  background: #17a4ce;
}
/*strength*/
.strength {
  height: auto;
  margin-top: 70px;
}
.fanw {
  height: 739px;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.serv_c {
  width: 100%;
  height: 739px;
  overflow: hidden;
  margin-top: 30px;
}
.serv_c ul {
  width: 102%;
  height: 739px;
}
.serv_c li {
  width: 25%;
  float: left;
  position: relative;
  cursor: pointer;
  height: 739px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  background-size: 1380px 739px;
  background-position: center top;
  background-repeat: no-repeat;
}
.serv_c li .bock dd {
  display: none;
}
.serv_c li:last-child {
  margin: 0;
}
.serv_c li img {
  display: block;
}
.mo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.shu2 dt {
  width: 50px;
  height: 50px;
  margin: 260px auto 10px;
}
.shu2 dt img {
  display: block;
  width: 50px;
  height: 50px;
}
.shu2 dd {
  font-size: 36px;
  font-weight: normal;
  line-height: 44px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.shu2 dd em {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hav {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}
.bock {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 131px;
  color: #fff;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
}
.bock dt {
  width: 100%;
  height: 131px;
  float: left;
  overflow: hidden;
  margin-right: 2%;
  background: #17a4ce;
}
.bock dt em {
  display: block;
  width: 50px;
  height: 50px;
  margin: 42px 16px 0 25px;
  float: left;
}
.bock dt em img {
  display: block;
  width: 50px;
  height: 50px;
}
.bock dt span {
  display: block;
  width: 191px;
  height: 60px;
  margin-top: 36px;
  overflow: hidden;
  float: left;
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.bock dt span i {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  color: #26282d;
  height: 42px;
  overflow: hidden;
}
.bock dt span b {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #26282d;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.5;
}
.bock dd {
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
  float: left;
  text-align: left;
  width: 70%;
  max-height: 72px;
  overflow: hidden;
}
/*wit*/
.wit {
  height: auto;
  margin: 90px 0 40px;
  overflow: hidden;
}
.wit .content {
  position: relative;
}
.wit1 dt img {
  display: block;
  width: 1200px;
  height: 600px;
}
.wit1 dd h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  height: 36px;
  overflow: hidden;
  margin: 25px 0 4px;
}
.wit1 dd p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  max-height: 96px;
  overflow: hidden;
}
.witt {
  height: 128px;
  margin-top: 40px;
}
.witt li {
  width: 240px;
  height: 128px;
  position: relative;
  float: left;
}
.witt li em {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 5px;
}
.witt li em img {
  display: block;
  width: 58px;
  height: 58px;
}
.witt li span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 33px;
  color: #333;
  height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.witt li:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 80px;
  background: #ccc;
}
.witt li:last-child:before {
  background: none;
}
.witt .cur span {
  color: #17a4ce;
  font-weight: bold;
}
.case_l {
  width: 17px;
  height: 32px;
  background-image: url('../images/case_l.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 17px 32px;
  overflow: hidden;
  position: absolute;
  top: 550px;
  left: -45px;
  cursor: pointer;
}
.case_r {
  width: 17px;
  height: 32px;
  background-image: url('../images/case_r.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 17px 32px;
  overflow: hidden;
  position: absolute;
  top: 550px;
  right: -45px;
  cursor: pointer;
}
/*partner*/
.partner {
  height: 350px;

  overflow: unset;
  padding: 70px 0 0;
  overflow: hidden;


}
.parter1{
    margin-top: 30px;
}
.partner h2 {
  height: 36px;
  margin-bottom: 30px;
  background-image: url('../images/par_line.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1px 1px;
  background-repeat: repeat-x;
}
.partner h2 em {
  display: block;
  float: left;
  width: 175px;
  height: 36px;
  background: #17a4ce;
  background-image: url('../images/par_arr.png');
  background-repeat: no-repeat;
  background-position: 138px center;
  background-size: 18px 18px;
  border-radius: 3rem;
}

.partner h2 i:hover{

    border-bottom: 1px solid #fff;
}
.partner h2 em b {
  display: block;
  float: left;
  width: 138px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
}
.partner h2 i {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 33px;

  height: 33px;
  overflow: hidden;
  width: 160px;
  float: right;

  text-align: left;
  background-image: url('../images/xy.png');
  background-repeat: no-repeat;
  background-position: 135px 5px;
  background-size: 25px 25px;
  background-color: #17a4ce;
  padding-left: 18px;
}

.partner h2 i a{
    color:#fff;
}

.partner h2 i img{
  position: absolute;
  margin-top: 6px;
  width: 25px;
  margin-left: 2px;
}
.partner .content {
  position: relative;
}
.parter1 li {
  width: 231px;
  float: left;
  margin-right: 11px;
  overflow: hidden;
}
.parter1 li img {
  display: block;
  width: 229px;
  height: 120px;
  border: 1px solid #ccc;
}
.parter1 li span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #666;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.par_l {
  width: 27px;
  height: 27px;
  background-image: url('../images/par_l.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 27px 27px;
  overflow: hidden;
  position: absolute;
  top: 195px;
  left: -50px;
  cursor: pointer;
}
.par_r {
  width: 27px;
  height: 27px;
  background-image: url('../images/par_r.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 27px 27px;
  overflow: hidden;
  position: absolute;
  top: 195px;
  right: -50px;
  cursor: pointer;
}
/*news*/
.news, .news-xw{
  padding-top: 69px;
  height: 840px;
  overflow: hidden;
}
.news{
  background: #f5f5f5;
}
.news-con {
  width: 1200px;
  margin: 0 auto;
}

.news_01 span {
  display: block;
  width: 270px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  float: left;
}
.news_01 span a {
  display: block;
  width: 270px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #3f3f3f;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_01 span:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  width: 2px;
  height: 24px;
  background: #17a4ce;
}
.news_01 em {
  display: block;
  width: 50px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 75px;
  color: #17a4ce;
  height: 75px;
  overflow: hidden;
  float: right;
}
.news_01 em a {
  display: block;
  color: #17a4ce;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.news2 {
  width: 540px;

}

.news-nav {
  height: 87px;
  overflow: hidden;
}
.news-nav li {
  width: 160px;
  float: left;
  height: 87px;
  font-size: 22px;
  font-weight: normal;
  line-height: 87px;
  color: #4c4c4c;
  overflow: hidden;
}

.news-nav li a {
  display: block;
  color: #333;
  height: 87px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-info .item-line:first-child {
  width: 100%;
  overflow: hidden;
  background: none;
}

.news-nav ul p{
    width: 50px;
  height: 87px;
  float: right;
  line-height: 87px;
  font-size: 16px;
  color: #17a4ce;
  margin-right: 30px;
}
.news-nav ul p a{

  color: #17a4ce;

}

.item-line {
  -webkit-transition: all .05s ease;
  transition: all .05s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item-line, .item-link, .item-picture, .item-picture img, .item-text, .item-title, .level-layout-item .item-line, .shop-nav-t2 a {
  position: relative;
}
.news-info .item-line:first-child .item-picture {
  display: block;
  width: 195px;
  overflow: hidden;
  float: left;
  height: 135px;
}
.item-picture img {
  display: block;
  width: 100%;
  z-index: 4;
  height: auto;
}

.news-info .item-line:first-child .item-text {
  width: 300px;
  float: left;

}
.news1 .item-line span {
    float:right;
    width: 90px;
}

.news-info h2 {
  width: 355px;
  overflow: hidden;
  float: left;
}



.news-info .item-line:first-child span {
  display: none;
}


.news-info .item-line:first-child .item-title, .news-info .item-line:first-child .item-title a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  height: 30px;
  width: 300px;
  background: none;
}

.news-info .item-line:first-child .item-time {
  float: right;
}
.news-info .item-time {
  margin-left: 16px;
  font-size: 0;
}

.news-info .item-line {
  width: 510px;
  
  background: #f6f6f6;
  margin-bottom: 10px;
}


.news-info .item-time {
  margin-left: 16px;
  font-size: 0;
}


.news-prev {
  width: 32px;
  height: 32px;
  background-image: url('../images/new_l.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 32px 32px;
  overflow: hidden;
  position: absolute;
  top: 53px;
  right: 105px;
}
.news-next {
  width: 32px;
  height: 32px;
  background-image: url('../images/new_r.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 32px 32px;
  overflow: hidden;
  position: absolute;
  top: 53px;
  right: 64px;
}
.news-faq {
  width: 305px;
  background: #fff;
  box-shadow: 4px 2px 10px 4px #ccc;
  overflow: hidden;
  margin-top: 35px;
  padding: 25px 20px 15px 20px;
  height: 507px;
}
.fr {
  float: right;
}
.news_01 {
  height: 87px;
  font-size: 22px;
  font-weight: normal;
  line-height: 87px;
  color: #000;
  overflow: hidden;
}
.news_01 a {
  display: block;
  color: #000;
  height: 87px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-line {
  -webkit-transition: all .05s ease;
  transition: all .05s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-faq .item-line:first-child .item-picture {
  display: block;
  margin-bottom: 10px;
}
.news-faq .item-picture {
  display: none;
}
.item-picture {
  overflow: hidden;
  z-index: 4;
}
.news-faq .item-title, .news-faq .item-title a {
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  color: #666;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-faq .item-title {
  position: relative;
  padding-left: 16px;
}
.news-faq .item-title::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  border: 2px solid #a0a0a0;
}



.news1 .item-links,
.news1 .item-picture,
.news1 .item-desc {
  display: none;
}


.new01 {
  width: 573px;
  height: 340px;
  overflow: hidden;
  margin-top: 25px;
}
.new01 .item-line {
  margin-bottom: 13px;
  overflow: hidden;
}
.new01 .item-picture {
  width: 212px;
  float: left;
}
.new01 .item-picture img {
  display: block;
  width: 100%;
}
.new01 .item-text {
  width: 340px;
  float: right;
  overflow: hidden;
}
.new01 .item-title,
.new01 .item-title a {
  height: 36px;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  color: #333333;
  overflow: hidden;
}
.new01 .item-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #868686;
  height: 48px;
  overflow: hidden;
}
.new01 .item-links {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #17a4ce;
  height: 28px;
  overflow: hidden;
}
.new01 .item-links a {
  color: #17a4ce;
}

/*about*/
.about {
  height: 403px;
  background-image: url('../images/about_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 681px;
  padding-top: 520px;
}
.about dl dt {
  width: 300px;
  height: 403px;
  float: left;
  overflow: hidden;
  background: #fff;
}
.about dl dt em {
  display: block;
  font-size: 33px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  height: 40px;
  overflow: hidden;
  margin: 20px 0 10px 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about dl dt i {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  height: 60px;
  overflow: hidden;
  margin: 0 0 0 48px;
}
.about dl dt h5 {
  height: 240px;
  background: #17a4ce;
  margin-top: 31px;
  position: relative;
  padding: 64px 0 0 48px;
}
.about dl dt h5 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about dl dt h5 b {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about dl dt h5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 48px;
  width: 0;
  height: 0;
  border-top: 16px solid #fff;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
}
.about dl dd {
  width: 800px;
  float: right;
  margin-top: 195px;
}
.about dl dd h3 {
  height: 44px;
  font-size: 22px;
  font-weight: bold;
  line-height: 44px;
  color: #2f2f2f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about dl dd p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #666666;
  max-height: 78px;
  overflow: hidden;
}
.about dl dd h4 {
  margin: 12px 0 0 -32px;
}
.about dl dd h4 em {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  color: #2f2f2f;
  height: 36px;
  margin: 0 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
}
.about dl dd h4 em:hover {
  border-bottom: 2px solid #17a4ce;
}
/**/
.links {

  height: 58px;
  overflow: hidden;
  background-image: url('../images/footer_bg1.gif');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 58px;
}
.links .links-title {
  width: 70px;
  height: 58px;
  font: 14px "Microsoft YaHei";
  overflow: hidden;
  line-height: 58px;
  color: #999;
}
.links .links-list {
  width: 1200px;
  float: left;
  overflow: hidden;
  font: 14px "Microsoft YaHei";
  color: #999;
  line-height: 58px;
}
.links .links-list a {
  display: inline-block;
  padding: 0 10px;
  font: 14px "Microsoft YaHei";
  color: #999;
  line-height: 58px;
  height: 58px;
  position: relative;
}
.links .links-list a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.shop-nav-t1 i img {
  background: #17a4ce;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*animation*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*产品定制*/
.contact-title h2 {
  font-size: 32px;
  font-size: 40px;
}
.prodz_ys .contact-title,
.prodz_lc .contact-title,
.prodz_anli .contact-title {
  height: 110px;
}
.prodz_fw {
  background-image: url('../images/prodz_i1.jpg');
  background-repeat: no-repeat;
  background-position: center 138px;
  background-size: 1920px 530px;
  min-height: 800px;
  margin: 50px auto 50px;
  overflow: hidden;
}
.prodz_fw .contact-title {
  margin-bottom: 30px;
  height: 110px;
  overflow: hidden;
}
.prodz_txt {
  height: 100px;
  margin: 0 auto 20px;
  width: 1200px;
  overflow: hidden;
}
.prodz_txt1 {
  padding: 0 50px;
  max-height: 70px;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 35px;
  color: #fff;
}
.prodz_txt2 {
  padding: 0 50px;
  max-height: 60px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}
.prodz_ul1 {
  overflow: hidden;
  margin-top: 40px;
}
.prodz_ul1 li {
  position: relative;
  float: left;
  border: 1px solid #dedede;
  margin-right: 36px;
  width: 360px;
  padding: 7px;
}
.prodz_ul1 li.nones {
  margin-right: 0;
}
.prodz_ul1 li img {
  width: 360px;
  height: 360px;
}
.prodz_ul1 li span {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 123px;
  width: 110px;
  padding: 0 10px;
  height: 65px;
  background-color: #fff;
  border-radius: 200px 200px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  color: #0a0707;
  text-align: center;
}
.prodz_ul1 li:hover span {
  color: #F3E588;
}
/*prodz_dl*/
.prodz_ys {
  margin: 30px auto 20px;
  overflow: hidden;
}
.prodz_dl {
  width: 1200px;
  margin: 0 auto 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prodz_dl dl {
  float: left;
  width: 580px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
}
.prodz_dl dl dt {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dl dt img {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dl dd {
  width: 580px;
  padding: 50px 28px 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.prodz_dl dl dd span {
  width: 60px;
  height: 68px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: -34px;
  left: 30px;
  background-color: #F3E588;
  font-size: 30px;
  font-weight: bold;
  line-height: 68px;
  color: #fff;
  word-break: break-all;
  padding: 0 4px;
  text-align: center;
}
.prodz_dl dl dd h3 {
  height: 60px;
  overflow: hidden;
}
.prodz_dl dl dd h3 em {
  display: inline-block;
  float: left;
  max-width: 49%;
  padding-left: 1%;
  height: 68px;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 68px;
  color: #343434;
}
.prodz_dl dl dd h3 i {
  display: inline-block;
  float: left;
  max-width: 50%;
  height: 68px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 68px;
  color: #f56b1b;
  font-style: normal;
}
.prodz_dl dl dd .proys_sp {
  height: 72px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #6d6d6d;
  overflow: hidden;
  text-align: left;
}
.prodz_dl .dl2,
.prodz_dl .dl4 {
  float: right;
}
/*lc*/
.prodz_lc {
  height: 570px;
  box-sizing: border-box;
  background: #f3f3f3;
  padding-top: 50px;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.prodz_lc .contact-title i:after {
  border: 5px solid #f3f3f3;
}
.prodz_lc2 dl {
  margin-top: 50px;
  width: 222px;
  height: 250px;
  margin-right: 22px;
  float: left;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  position: relative;
}
.prodz_lc2 dl dt {
  width: 109px;
  height: 109px;
  margin: -50px auto 0;
}
.prodz_lc2 dl dt img {
  background-color: #F3E588;
  width: 109px;
  height: 109px;
  border-radius: 100%;
}
.prodz_lc2 dl dd {
  padding-top: 25px;
}
.prodz_lc2 dl dd em {
  display: block;
  text-align: center;
  padding: 0 5px;
  word-break: break-all;
  font-size: 14px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #c3c3c3;
  font-style: normal;
}
.prodz_lc2 dl dd h3 {
  display: block;
  text-align: center;
  padding: 0 5px;
  font-size: 24px;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #343434;
  font-weight: normal;
  word-break: break-all;
}
.prodz_lc2 dl dd .prolc_sp {
  margin: 5px 10px 0;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  color: #939393;
  text-align: center;
  word-break: break-all;
}
.prodz_lc2 dl:nth-child(5) {
  margin-right: 0;
}
/*prodz_anli*/

.prodz_anli2 {
  margin: 0 auto;
  height: 400px;
}
.prodz_anli2 dl {
  float: left;
  width: 250px;
  height: 350px;
  padding: 15px;
  background: #fff;
  margin: 0 26px 0 0;
  box-shadow: 0 0 5px #cac8c8;
}
.prodz_anli2 dl dt {
  width: 250px;
  height: 188px;
}
.prodz_anli2 dl dt img {
  width: 250px;
  height: 188px;
}
.prodz_anli2 dl:nth-child(4) {
  margin-right: 0;
}
.prodz_anli2 dl dd h3 {
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #343434;
}
.prodz_anli2 dl dd .prodz_sp {
  margin: 5px 0 0;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  font-size: 14px;
  color: #939393;
  text-align: left;
}
.prodz_baozhan {
  overflow: hidden;
  width: 1200px;
  height: 65px;
  margin: 0 auto 0;
}
.prodz_baozhan h4 {
  float: left;
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
  width: 150px;
  height: 65px;
  line-height: 65px;
  background-color: #F3E588;
  text-align: center;
}
.prodz_baozhan .prodz_baozhan2 {
  width: 1000px;
  float: left;
  margin-left: 40px;
  height: 65px;
}
.prodz_baozhan .prodz_baozhan2 em {
  width: 30%;
  float: left;
  font-size: 16px;
  color: #555;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
  padding: 0 1.6%;
  border-right: 1px solid #d1d1d1;
}
.prodz_baozhan .prodz_baozhan2 em:last-child {
  border: 0;
}
.prodz_baozhan .prodz_baozhan2 em:hover {
  color: #000;
}
/*返回顶部*/
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  position: fixed;
  bottom: 20px;
  right: 19px;
  z-index: 110;
  height: 44px;
  width: 44px;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  text-align: center;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 44px;
  height: 44px;
  background-color: #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  outline: 0;
}
.sidebar:hover img {
  background-color: #17a4ce;
}
.sidebar .fh {
  display: none;
}
/*******************************内页************************************/
/*****************产品详情页*********************/
.p15-showcase {
  position: relative;
  margin-bottom: 40px;
  padding: 12px 0 16px 20px;
}
.p15-showcase-right-con {
  overflow: hidden;
  max-height: 270px;
  font-size: 14px;
  line-height: 24px;
}
.p15-showcase-right-con p {
  margin: 0;
  padding: 0;
}
.p15-showcase-left {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: 454px;
  border: 1px solid #e7e7e7;
  line-height: 0;
  height: 400px;
}
.p15-showcase-left-jt {
  position: absolute;
  top: 50%;
  z-index: 33;
  margin-top: -11px;
  width: 12px;
  height: 23px;
  cursor: pointer;
}
.p15-showcase-left-prev {
  left: 10px;
}
.p15-showcase-left-next {
  right: 10px;
}
.p15-showcase-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 16px;
}
.p15-showcase-left-size em {
  font-style: normal;
}
.p15-showcase-left-pic {
  width: 456px;
  text-align: center;
}
.p15-showcase-left-pic li {
  float: left;
}
.p15-showcase-left-pic img {
  display: block;
  width: 454px;
  height: 454px;
}
.p15-showcase-right {
  float: left;
  width: 418px;
}
.p15-showcase-right-tit {
  overflow: hidden;
  margin-bottom: 16px;
  height: 40px;
  color: #454545;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  line-height: 40px;
}
.pro_title {
  height: 40px;
  background-color: #17a4ce;
  padding-left: 45px;
  line-height: 0;
  overflow: hidden;
}
.pro_title span {
  height: 40px;
  max-width: 44%;
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #363636;
  padding: 0 15px 0 20px;
  z-index: 1;
  margin-right: 6px;
}
.pro_title span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
.pro_title em {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  max-width: 45%;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
}
.pc-cx-tel-1 {
  position: absolute;
  right: 2%;
  bottom: 16px;
  padding-top: 10px;
  width: 428px;
  height: 56px;
  border-top: 2px solid #e6e6e6;
}
.pc-cx-tel-1-t1 {
  float: right;
  width: 114px;
  height: 44px;
  background: #17a4ce;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
}
.pc-cx-tel-1-t1 a {
  display: block;
  color: #fff;
}
.pc-cx-tel-1-t2 {
  width: 255px;
  padding-left: 70px;
  height: 56px;
  background-image: url('../images/tel.png');
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 40px 40px;
  color: #454545;
  font-size: 18px;
  line-height: 18px;
}
.pc-cx-tel-1-t2 span {
  display: block;
  height: 20px;
  overflow: hidden;
}
.pc-cx-tel-1-t2 em {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.pro_dis {
  padding: 0 15px;
}
.pro_dis_con {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  margin-bottom: 30px;
}
.pro_dis_img img {
  display: block;
  max-width: 100%;
}
.pro_dis_desc {
  padding: 15px 0 15px 0;
}
.pro_dis_desc2 {
  padding: 0 0 15px 0;
}
.com_adv {
  margin-bottom: 30px;
  padding: 0 15px;
}
.com_adv .pro_title {
  margin-bottom: 25px;
}
.com_adv_con dl {
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  float: left;
  height: 360px;
  margin-right: 18px;
  width: 286px;
}
.com_adv_con dt span {
  display: block;
  border-bottom: 1px solid #c8c8c8;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.com_adv_con dt img {
  display: block;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.com_adv_con dd {
  padding: 15px 19px 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  overflow: hidden;
}
.com_adv_con dd .com_sp2 {
  margin: 0;
  padding: 0;
  max-height: 198px;
  overflow: hidden;
}
.com_adv dl.pro_clear {
  margin-right: 0;
}
.com_case {
  margin-bottom: 40px;
  padding: 0 15px;
}
.com_case .pro_title {
  margin-bottom: 25px;
}
.com_case_con li {
  float: left;
  padding: 6px;
  border: 1px solid #d9d9d9;
  margin: 0 6px 6px 0;
  background-color: #f0f0f2;
}
.com_case_con img {
  display: block;
  width: 282px;
  height: 212px;
}
.com_case_con li.com_case_li1 img {
  width: 432px;
  height: 216px;
}
.com_case li.pro_clear {
  margin-right: 0;
}
/*热品推荐*/
.pro_title {
  margin-bottom: 25px;
}
.p14-product-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 15px;
}
.p14-product-2 .prod-hot-list {
  margin: 30px 0 40px;
  position: relative;
}
.p14-product-2 .prod-hot-prev {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('../images/prod-hot-prev-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.p14-product-2 .prod-hot-next {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  right: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('../images/prod-hot-next-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.p14-product-2 .prod-hot-list dl {
  height: auto;
  float: left;
  width: 210px;
  margin: 0 17px 14px 0;
  border: 1px solid #dfdfdf;
}
.p14-product-2 .prod-hot-list dl:nth-child(4n) {
  margin-right: 0;
}
.p14-product-2 .prod-hot-list dl.p14-product-clear {
  margin-right: 0;
}
.p14-product-2 .prod-hot-list dt img {
  width: 210px;
  display: block;
  height: 130px;
}
.p14-product-2 .prod-hot-list dd {
  padding: 10px 10px 10px;
  background: #f5f5f5;
}
.p14-product-2 .prod-hot-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #555;
  max-height: 48px;
  overflow: hidden;
}
.p14-product-2 .prod-hot-name a {
    text-align: center;

  display: block;
  max-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p14-product-2 .prod-hot-desc {
  margin-top: 5px;
  height: 72px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p14-product-2 .prod-hot-link {
  display: none;
}
.p14-product-2 .prod-hot-list dl:hover .prod-hot-name a {
  color: #17a4ce;
}
.ab_title {
  height: 84px;
  text-align: center;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto 50px;
}
.ab_title span {
  width: 1200px;
  font-family: arial;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  display: inline-block;
  overflow: hidden;
  height: 32px;
  text-transform: uppercase;
}
.ab_title p {
  height: 52px;
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  color: #333;
  overflow: hidden;
}
.ab_title em {
  display: inline-block;
  max-width: 1000px;
  margin: 0 10px;
  height: 52px;
  overflow: hidden;
}
.ab_title i {
  font-weight: normal;
  vertical-align: top;
  line-height: 52px;
  display: inline-block;
}
.about_desc {
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  overflow: hidden;
}
.about_con1 {
  padding: 40px 0 0 40px;
  height: 490px;
  margin-bottom: 30px;
  background-image: url('../images/b948094af27b49b382987f01c4128fd7_13.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px 530px;
}
.about_con1 .about_img,
.about_con1 .about_img img {
  width: 600px;
  height: 450px;
}
.about_con1 .about_txt {
  width: 516px;
  height: 399px;
  padding: 50px 12px 0 32px;
  background-color: #f0f0f0;
}
.about_con1 h3 {
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  color: #333;
  overflow: hidden;
  margin-bottom: 28px;
}
.about_con1 .about_desc {
  max-height: 270px;
  overflow: hidden;
}
.about_con1 .about_desc p {
  max-height: 270px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.about_con2 {
  padding: 30px 30px 30px 0;
  margin-bottom: 30px;
  height: 390px;
  background-image: url('../images/df526284d2024ff7a26fdc5a184a6763_8.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px 450px;
}
.about_con2 .about_img,
.about_con2 .about_img img {
  width: 520px;
  height: 390px;
}
.about_con2 .about_txt {
  width: 600px;
  max-height: 300px;
  padding-top: 42px;
}
.about_con2 .about_desc {
  max-height: 360px;
  overflow: hidden;
}
.about_con2 .about_desc p {
  max-height: 360px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/*面包屑*/
.crumbs-1 {
  height: 65px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;

}
.crumbs-1 b {
  font-weight: normal;
}
.crumbs-1 i {
  font-style: normal;
}
.crumbs-1 span {
  padding: 0 5px;
  height: 65px;
  line-height: 65px;
}
.crumbs-1 a:hover {
  color: #17a4ce;
}
/*内页广告*/
.min-banner {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.min-banner img {

  width: 100%;

}
/*副导航*/
.left-nav-01 {
  margin-bottom: 20px;
}
.left-nav-01-tit {
  background: #17a4ce;
  height: 80px;
}
.left-nav-01-tit h2 {
  padding: 0 10px;
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.left-nav-01-one > li {
  background-color: #ccc;
  background-image: url('../images/left-nav-icon1.png');
  background-repeat: no-repeat;
  background-position: 90% 20px;
  background-size: 11px 11px;
  margin-bottom: 2px;
}
.left-nav-01-one > li h3 a {
  display: block;
  margin: 0 40px 0 0;
  padding-left: 32px;
  height: 50px;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #333;
  overflow: hidden;
}
.left-nav-01-one > li.sidenavcur,
.left-nav-01-one > li:hover {
  background-image: url('../images/left-nav-icon2.png');
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: 38px 11px;
  background-color: #17a4ce;
}
.left-nav-01-one > li.sidenavcur .left-nav-01-two,
.left-nav-01-one > li:hover .left-nav-01-two {
  display: block;
}
.left-nav-01-one > li.sidenavcur > h3 > a,
.left-nav-01-one > li:hover > h3 > a {
  color: #fff;
}
.left-nav-01-two {
  display: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.left-nav-01-two li {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background: #ECECEC;
  position: relative;
  border-bottom: 1px solid #fff;
}
.left-nav-01-two h3 a {
  display: block;
  color: #666;
  padding: 0 40px;
}
.left-nav-01-two li:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-nav-01-two li:hover h3 a,
.left-nav-01-two li.sidenavcur h3 a {
  color: #333;
}
.left-nav-01-two li:hover:after,
.left-nav-01-two li.sidenavcur:after {
  border-color: #333;
}
/*联系信息*/
.p6-order-form-1-add {
  border: 1px solid #eee;
  overflow: hidden;
}
.p6-order-form-1-add ul {
  padding: 20px 12px;
}
.p6-order-form-1-add li {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  color: #666;
}
.p6-order-form-1-add li a {
  color: #666;
}
/*****************产品列表*********************/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*产品列表*/
.prod-list01.list-style-01 {
  width: 930px;
}
.list-style-01 .prod-list01-tit {
  height: 40px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-bottom: 14px;
}
.list-style-01 .prod-list01-tit .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #17a4ce;
  overflow: hidden;
}
.list-style-01 .prod-list01-list {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.list-style-01 .prod-list01-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  width: 290px;
  margin: 0 9px 20px;
  float: left;
}
.list-style-01 .prod-list01-list dl:hover {
  border-color: #17a4ce;
}
.list-style-01 .prod-list01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-01 .prod-list01-list dd {
  padding: 0 14px;
}
.list-style-01 .prod-list01-list .prod-list01-name {
  height: 45px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  line-height: 45px;
  text-align: center;
}
.list-style-01 .prod-list01-list .prod-list01-name a {
  display: block;
  height: 45px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-list h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-list-desc {
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.list-style-01 .prod-list01-list-desc,
.list-style-01 .prod-list01-link {
  display: none;
}
/*分页*/
.pagination-1 {
  margin: 30px auto 60px;
  height: 30px;
  text-align: center;
}
.pagination-1 a,
.pagination-1 span {
  vertical-align: top;
  display: inline-block;
padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
}
.pagination-1 span {
  border: 1px solid #fff;
}
.pagination-1 .page_curr {
  background: #17a4ce;
  color: #fff;
  border-color: #17a4ce;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
/*****************资讯列表*********************/
/*资讯列表*/
.prod-list01.list-style-02 {
  width: 930px;
}
.list-style-02 .prod-list01-tit {
  height: 40px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-bottom: 14px;
}
.list-style-02 .prod-list01-tit .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #17a4ce;
  overflow: hidden;
}
.list-style-02 .prod-list01-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
  margin: 0 0 20px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.list-style-02 .prod-list01-list dl:hover {
  border-color: #17a4ce;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link {
  background: #17a4ce;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link a {
  color: #fff;
}
.list-style-02 dt {
  width: 32%;
  float: left;
}
.list-style-02 .prod-list01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-02 dd {
  width: 60%;
  padding: 10px 0 0;
  margin-right: 2%;
  float: right;
}
.list-style-02 .prod-list01-list .prod-list01-name {
  height: 40px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-list h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-list-desc {
  max-height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #797979;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-style-02 .prod-list01-link {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: right;
  background: #b6b6b6;
  color: #fff;
}
.list-style-02 .prod-list01-link a {
  display: block;
  color: #fff;
}
/*****************资讯详情*********************/
/*资讯详情*/
.article-title {
  height: 38px;
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-sour {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #aaa;
  text-align: right;
  width: 930px;
  margin: 0 auto 5px;
}
.article-sour em {
  height: 24px;
  max-width: 48%;
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
}
.article-soura {
  color: #aaa;
}
.article-desc {
  padding: 16px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #d6d6d6;
  margin-bottom: 22px;
}
.article-desc-t1 {
  width: 78px;
  float: left;
  color: #342f2e;
  margin-right: -78px;
}
.article-desc-t2 {
  padding-left: 80px;
}
.article-sourspan {
  margin: 0 9px;
}
.article-con,
.article-desc,
.article-title {
  /* margin: 0 20px;*/
}
.endit-content {
  margin-bottom: 20px;
}
/*****************联系我们*********************/
/*联系我们*/
.contact {
  padding-top: 30px;
  margin-bottom: 50px;
}
.contact-title {
  height: 80px;
  font-size: 32px;
  color: #222;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.contact-title:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #999999;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -35px;
}
.contact-title:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #17a4ce;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
  z-index: 99;
}
.contact-title p,
.contact-title h2 {
  font-size: 32px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.contact-title span,
.contact-title em {
  height: 28px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.contact-txt {
  padding: 10px 20px;
  margin-bottom: 30px;
  background: #f4f4f4;
}
.contact-txt img {
  width: 180px;
  height: 180px;
  float: left;
}
.contact-txt p,
.contact-txt .contact-txt-desc {
  width: 930px;
  float: right;
}
.contact-txt p {
  height: 50px;
  font-size: 24px;
  color: #17a4ce;
  line-height: 50px;
  margin: 10px 0;
  overflow: hidden;
}
.contact-txt .contact-txt-desc {
  font-size: 15px;
  line-height: 28px;
  color: #000;
}
.contact-list {
  margin-bottom: 40px;
}
.contact-deta {
  float: left;
  border: 1px solid #eee;
  width: 262px;
  min-height: 190px;
  text-align: center;
  margin-right: 20px;
  color: #666;
  padding: 20px 10px 10px;
}
.contact-deta.last {
  margin-right: 0;
}
.contact-icon {
  width: 50px;
  height: 50px;
  background-color: #17a4ce;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.contact-icon img {
  width: 50px;
  height: 50px;
}
.contact-list-txt {
  min-height: 40px;
  font-size: 18px;
  color: #222;
  line-height: 40px;
}
.contact-info {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  word-break: break-all;
}
.contact-info a {
  color: #555;
}
.contact-map img {
  width: auto;
  margin: 0 auto;
  display: block;
}
/*---------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*产品定制*/
.prodz_fw {
  background-image: url('../images/prodz_i1.jpg');
  background-repeat: no-repeat;
  background-position: center 160px;
  background-size: 1920px 530px;
  height: 800px;
  margin: 50px auto 50px;
  overflow: hidden;
}
.prodz_fw .contact-title {
  margin-bottom: 130px;
  overflow: hidden;
}
.prodz_txt {
  height: 130px;
  margin: 40px auto 20px;
  width: 1200px;
  overflow: hidden;
}
.prodz_txt1 {
  padding: 0 50px;
  max-height: 70px;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 35px;
  color: #fff;
}
.prodz_txt2 {
  padding: 0 50px;
  max-height: 60px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}
.prodz_ul1 {
  overflow: hidden;
  margin-top: 40px;
}
.prodz_ul1 li {
  position: relative;
  float: left;
  border: 1px solid #dedede;
  margin-right: 36px;
  width: 360px;
  padding: 7px;
}
.prodz_ul1 li.nones {
  margin-right: 0;
}
.prodz_ul1 li img {
  width: 360px;
  height: 360px;
}
.prodz_ul1 li span {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 123px;
  width: 110px;
  padding: 0 10px;
  height: 65px;
  background-color: #fff;
  border-radius: 200px 200px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  color: #0a0707;
  text-align: center;
}
.prodz_ul1 li:hover span {
  color: #17a4ce;
}
/*prodz_dl*/
.prodz_ys {
  margin: 30px auto 20px;
  overflow: hidden;
}
.prodz_dl {
  width: 1200px;
  margin: 0 auto 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prodz_dl dl {
  float: left;
  width: 580px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
}
.prodz_dl dl dt {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dl dt img {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dl dd {
  width: 580px;
  padding: 50px 28px 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.prodz_dl dl dd span {
  width: 60px;
  height: 68px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: -34px;
  left: 30px;
  background-color: #17a4ce;
  font-size: 30px;
  font-weight: bold;
  line-height: 68px;
  color: #fff;
  word-break: break-all;
  padding: 0 4px;
  text-align: center;
}
.prodz_dl dl dd h3 {
  height: 60px;
  overflow: hidden;
}
.prodz_dl dl dd h3 em {
  display: block;
  float: left;
  max-width: 49%;
  padding-left: 1%;
  height: 68px;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 68px;
  color: #343434;
}
.prodz_dl dl dd h3 i {
  display: block;
  float: left;
  max-width: 50%;
  height: 68px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 68px;
  color: #17a4ce;
  font-style: normal;
}
.prodz_dl dl dd .proys_sp {
  height: 72px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #6d6d6d;
  overflow: hidden;
  text-align: left;
}
.prodz_dl .dl2,
.prodz_dl .dl4 {
  float: right;
}
/*lc*/
.prodz_lc {
  height: 570px;
  box-sizing: border-box;
  background: #f3f3f3;
  padding-top: 50px;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.prodz_lc .contact-title i:after {
  border: 5px solid #f3f3f3;
}
.prodz_lc2 dl {
  margin-top: 50px;
  width: 222px;
  height: 250px;
  margin-right: 22px;
  float: left;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  position: relative;
}
.prodz_lc2 dl dt {
  width: 109px;
  height: 109px;
  margin: -50px auto 0;
}
.prodz_lc2 dl dt img {
  background-color: #17a4ce;
  width: 109px;
  height: 109px;
  border-radius: 100%;
}
.prodz_lc2 dl dd {
  padding-top: 25px;
}
.prodz_lc2 dl dd em {
  display: block;
  text-align: center;
  padding: 0 5px;
  word-break: break-all;
  font-size: 14px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #c3c3c3;
  font-style: normal;
}
.prodz_lc2 dl dd h3 {
  display: block;
  text-align: center;
  padding: 0 5px;
  font-size: 24px;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #343434;
  font-weight: normal;
  word-break: break-all;
}
.prodz_lc2 dl dd .prolc_sp {
  margin: 5px 10px 0;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  color: #939393;
  text-align: center;
  word-break: break-all;
}
.prodz_lc2 dl:nth-child(5) {
  margin-right: 0;
}
/*prodz_anli*/
.prodz_anli {
  padding: 70px 0 50px;
  overflow: hidden;
}
.prodz_anli2 {
  margin: 0 auto;
  height: 400px;
  margin-top: 30px;
}
.prodz_anli2 dl {
  float: left;
  width: 280px;
  height: 320px;
  padding: 15px;
  background: #fff;
  margin: 0 26px 0 0;
  box-shadow: 0 0 5px #cac8c8;
}
.prodz_anli2 dl dt {
  width: 250px;
  height: 150px;
}
.prodz_anli2 dl dt img {
  width: 250px;
  height: 150px;
}
.prodz_anli2 dl:nth-child(4) {
  margin-right: 0;
}
.prodz_anli2 dl dd h3 {
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #343434;
}
.prodz_anli2 dl dd .prodz_sp {
  margin: 5px 0 0;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  font-size: 14px;
  color: #939393;
  text-align: left;
}
.prodz_baozhan {
  overflow: hidden;
  width: 1200px;
  height: 65px;
  margin: 0 auto 0;
}
.prodz_baozhan h4 {
  float: left;
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
  width: 150px;
  height: 65px;
  line-height: 65px;
  background-color: #17a4ce;
  text-align: center;
}
.prodz_baozhan .prodz_baozhan2 {
  width: 1000px;
  float: left;
  margin-left: 40px;
  height: 65px;
}
.prodz_baozhan .prodz_baozhan2 em {
  width: 30%;
  float: left;
  font-size: 16px;
  color: #555;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
  padding: 0 1.6%;
  border-right: 1px solid #d1d1d1;
}
.prodz_baozhan .prodz_baozhan2 em:last-child {
  border: 0;
}
.prodz_baozhan .prodz_baozhan2 em:hover {
  color: #000;
}





.orien1 {
  padding: 30px 0 100px;
  overflow: hidden;
}


.orien1 h2 {
  padding: 25px 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #666;
}



.orien1 dl {
  width: 360px;
  height: 230px;
  background: #f4f2f5;
  border-radius: 8px;
  margin: 50px 40px 0 0;
  float: left;
  position: relative;
}

.orien1 dt em {
  display: block;
  width: 100px;
  height: 100px;
  background: #333;
  border: 10px solid #fff;
  position: relative;
  margin: -60px auto 0;
  border-radius: 120px;
}

.orien1 dt em img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 25px auto;
}

.orien1 dl:hover {
  background: #17a4ce ;
}
.orien1 dl:hover dt span, .orien1 dl:hover dd {
  color: #fff;
}
.orien1 dl:hover em {
  background: #17a4ce ;
}

.orien1 dt span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: #3a3a3a;
  text-align: center;
  height: 60px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orien1 dt span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 26px;
  height: 1px;
  background: #bebcbe;
  margin-left: -13px;
}
.orien1 dd {
  margin: 15px 30px 0 30px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #3a3a3a;
  max-height: 72px;
  overflow: hidden;
}




.qull_img {
  width: 600px;
  height: 420px;
  margin-top: 35px;
}
.qull_img img {
  width: 600px;
  height: 420px;
}
.qull_info {
  width: 590px;
  margin-top: 55px;
  font-size: 20px;
  line-height: 64px;
  color: #000;
  
}
.qull_info li {
  position: relative;
  overflow: hidden;
}
.qull_info span {
  width: 98px;
  height: 90px;
  display: block;
  float: left;
  text-align: center;
}
.qull_info i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #17a4ce;
  position: absolute;
  left: 91px;
  top: 25px;
  border: 2px solid #17a4ce;
}
.qull_info em {
  display: block;
  float: left;
  width: 470px;
  height: 87px;
  font-size: 15px;
  padding-left: 20px;
  border-left: 1px solid #17a4ce;
  overflow: hidden;
  line-height: 23px;
  padding-top: 10px;
}
.qull_info li:hover i {
  width: 11px;
  height: 11px;
}
.qull_info li:hover {
  color: #17a4ce;
}

.power {
  background:#f5f5f5;
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;

}
.g_qyll{
    
  padding: 70px 0 100px;
  overflow: hidden;    
    
}

.power_con {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  margin-top: 40px;
}
.power_con dl {
  width: 355px;
  position: relative;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.power_con dl dt {
  width: 93px;
  height: 92px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -46.5px;
}
.power_con dl dt::before {
  left: -13px;
}
.power_con dl dt::before, .power_con dl dt::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent #17a4ce transparent transparent;
  border-width: 33px 13px;
  top: 13px;
}
.power_con dl dt img {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
  margin: 25px;
}
.power_con dl dt i {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 13px;
  left: 13px;
  background: #17a4ce;
}
.power_con dl dt i::before {
  top: -26px;
}
.power_con dl dt i::before, .power_con dl dt i::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent transparent #17a4ce transparent;
  border-width: 13px 33px;
  left: 0px;
}
.power_con dl dt i::after {
  bottom: -26px;
  border-color: #17a4ce transparent transparent transparent;
}
.power_con dl dd {
  width: 355px;
  height: 361px;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 48px;
  padding: 56px 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.power_con dl dd h3 strong {
  text-align: center;
  display: block;
  font-size: 27px;
  line-height: 53px;
  height: 53px;
  color: #17a4ce;
  font-weight: bold;
  overflow: hidden;
}
.power_con dl dd h3 span {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
}
.power_con dl dd div {
  font-size: 16px;
  line-height: 30px;
  color: #545454;
  max-height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 30px;
}
.power_con dl dt::after {
  right: -12px;
  border-color: transparent transparent transparent #17a4ce;
}





.sup-con{
    
margin-top: 40px;
}
.super {

  background: rgba(238, 238, 238, 0.7);
  padding: 70px 0 0;
  overflow: hidden;
}
.super .sup-con ul {
  height: 545px;
  overflow: hidden;
  margin-bottom: 59px;
}
.super .sup-con ul li {
  float: left;
  width: 600px;
  height: 273px;
  border-bottom: 1px dashed #dedede;
  border-right: 1px dashed #dedede;
  padding-right: 28px;
  box-sizing: border-box;
  padding-top: 15px;
}
.super .sup-con ul li .sup-left {
  width: 294px;
  height: 241px;
  float: left;
  padding-top: 25px;
  box-sizing: border-box;
}
.advantage{
    padding: 70px 0 100px;
  overflow: hidden;
}
.super .sup-con ul li .sup-left span {
  display: block;
  height: 63px;
  line-height: 63px;
  margin-bottom: 12px;
  font-size: 28px;
  color: #000;
  overflow: hidden;
}
.super .sup-con ul li .sup-left .sup-desc {
  width: 294px;
  line-height: 23px;
  height: 140px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.super .sup-con ul li .sup-pic {
  width: 241px;
  height: 241px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 34px;
}
.super .sup-con ul li .sup-pic img {
  height: 241px;
}
.sup-shu {
  height: 96px;
  margin: 75px 0;

}
.sup-shu ul li {
  float: left;
  width: 300px;
}
.sup-shu ul li span {
  display: block;
  height: 50px;
  text-align: center;
}
.sup-shu ul li span em {
  font-size: 39px;
  color: #17a4ce;
  line-height: 50px;
  display: inline-block;
  max-width: 160px;
  overflow: hidden;
  font-weight: bold;
}
.sup-shu ul li span i {
  font-size: 24px;
  line-height: 26px;
  height: 26px;
  color: #343434;
  display: inline-block;
  max-width: 140px;
  overflow: hidden;
}
.sup-shu ul li p {
  height: 53px;
  line-height: 53px;
  font-size: 18px;
  color: #343434;
  text-align: center;
  overflow: hidden;
}
.super .sup-con ul li:nth-child(2n) .sup-pic {
  margin-left: 0;
  margin-right: 34px;
}
.super .sup-con ul li:nth-child(2n) {
  padding-right: 0;
  padding-left: 29px;
  border-right: 0;
}


.advantage .adv_desc {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 78px;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 35px;

}
.advantage .adv_con ul {

  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage .adv_con li {
  background: #fff;
  width: 340px;
  height: 340px;
  margin-right: 53px;
  text-align: center;
  position: relative;
  padding-top: 30px;
  box-sizing: border-box;
}
.advantage .adv_con li::before {
  content: "";
  display: block;
  width: 317px;
  height: 340px;
  background: #f4f2f5;
  border: 1px solid #000;
  opacity: 0.3;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 30px;
}
.advantage .adv_con li .title {
  background-image: url('../images/ys-yun.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 121px 47px;
  height: 54px;
  font-size: 26px;
  font-weight: 1000;
  line-height: 40px;
  color: #17a4ce;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
.advantage .adv_con li .desc {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 28px;
  height: 50px;

  margin-bottom: 20px;
  padding: 0 32px;
}
.advantage .adv_con li .picture {
  width: 142px;
  height: 142px;
  display: block;
  margin: 0 auto 0;
  position: relative;
  line-height: 0;
}
.advantage .adv_con li .picture img {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 1.5s;
}
.advantage .adv_con li .picture::after {
  content: "";
  position: absolute;
  width: 156px;
  height: 156px;
  border: 1px solid #17a4ce;
  border-radius: 50%;
  overflow: hidden;
  left: -8px;
  top: -8px;
}
.advantage .adv_con li:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


.ala_i1 {
  height: 443px;
  margin-top: 10px;
}
.ala_i1 dl {
  float: left;
  height: 443px;
  width: 378px;
  position: relative;
  margin-right: 22px;
  margin-top: 22px;
}
.ala_i1 dl dd {
  height: 380px;
  background: #fff;
}
.ala_i1 dl dd .prod-hot-name {
  padding-top: 50px;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  color: #000;
  display: block;
  text-align: center;
}
.ala_i1 dl dd .prod-hot-name a {
  color: #000;
  overflow: hidden;
  height: 26px;
  display: block;
}
.ala_i1 dl dd .prod-hot-desc {
  height: 75px;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  width: 320px;
  margin: 24px auto 0;
  color: #000;
  min-height: 85px;
  overflow: hidden;
}
.ala_i1 dl dd .prod-hot-link a {
  overflow: hidden;
  font-size: 16px;
  color: #bc1318;
  display: block;
  text-align: center;
  margin: 27px auto 0;
  height: 25px;
  border-bottom: 1px solid #bc1318;
  width: 90px;
}
.ala_i1 dl dt {
  height: 185px;
  width: 323px;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 28px;
}
.ala_i1 dl dt img {
  height: 185px;
  width: 321px;
  display: block;
  overflow: hidden;
}

.ala_i1 dl:hover dd {
  background: #17a4ce;
}
.ala_i1 dl:hover dd .prod-hot-name a {
  font-weight: bold;
  color: #ffffff;
}
.ala_i1 dl:hover dd .prod-hot-desc {
  color: #ffffff;
}
.case{
  padding: 70px 0 80px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.parter1 .tempWrap{
    width: 1200px !important;
}

.prodz_anli h5{
    width: 130px;
    height: 30px;
    margin: 20px auto;
    color: #fff !important;
    font-size: 17px;
    text-align: center;
    background: #17a4ce;
    border-radius: 5px;
    
}
.prodz_anli h5 a{
    color: #fff;

}
.prodz_anli2 dl:hover {
    background: #17a4ce;
    
}
.prodz_anli2 dl:hover dd h3,dd .prodz_sp{
    color:#fff;
    
}
.prodz_anli2 dl:hover dd .prodz_sp{
    color:#fff;
    
}


.ys_con {
  position: relative;
}
.ys_con1 {
  margin-top: 30px;
  height: 544px;
}

.ys_t {
  margin: 50px 120px 0;
  height: 110px;
}
.ys_t li {
  float: left;
  width: 190px;
  height: 85px;
  box-sizing: border-box;
  position: relative;
}

.ys_t1 li {

  width: 23%;

  margin-left: 20%;
}

.div-hr{
    width: 1200px;
  border-bottom: 1px solid #e6dede;
  position: absolute;
  margin-top: -27px;
  z-index: -999;
}

.ys,.adv1{

  padding: 70px 0 70px;
  overflow: hidden;
  
}

.ys_t li.on em, .ys_t li.on span {
  color: #17a4ce;
}
.ys_t li em {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 43px;
  color: #333333;
  height: 43px;
  overflow: hidden;
  text-align: center;
}
.ys_t li.on em, .ys_t li.on span {
  color: #17a4ce;
}
.ys_t li span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  height: 20px;
  overflow: hidden;
  text-align: center;
  font-family: Arial;
  text-transform: uppercase;
}
.ys_t li.on::after {
  position: absolute;
  width: 120px;
  height: 4px;
  content: "";
  background: #17a4ce;
  left: 50%;
  bottom: 0;
  margin-left: -60px;
}


.section-service-body-item {
    margin-top: 30px;
    padding: 20px 0 40px 0;
    border-radius: 30px;
    border: .1px solid #fff;
    background: linear-gradient(180deg,#f4f6f9,#fff);
    width: 49%;
    box-shadow: 0 0 5px #cac8c8;
     float: left;
    margin-left: 6px;
  }
  .section-service-body-item1 {

    width: 32%;

  }
  .section-service-body-item2 {

    width: 24%;

  }
  

.section-item1
 {
    margin-top: 30px;
    padding: 20px 0 40px 0;
    border-radius: 30px;
    border: .1px solid #fff;
    background: linear-gradient(180deg,#f4f6f9,#fff);
    width: 232px;
    box-shadow: 0 0 5px #cac8c8;
     float: left;
    margin-left: 5px;
    height: 210px;
  }
  .section-item2,.section-item3,.section-item4
 {
    margin-top: 30px;
    padding: 20px 0 40px 0;
    border-radius: 30px;
    border: .1px solid #fff;
    background: linear-gradient(180deg,#f4f6f9,#fff);
    width: 370px;
    box-shadow: 0 0 5px #cac8c8;
     float: left;
    margin-left: 25px;
    height: 210px;
  }
  .section-item1 img,.section-item2 img,.section-item3 img,.section-item4 img{
      width: 50px;
  margin: 20px auto;
  display: block;
      
  }
    .section-item1 h3,.section-item2 h3,.section-item3 h3,.section-item4 h3{
     font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #253453;
  text-align: center;
  }
    .section-item1 p,.section-item2 p,.section-item3 p,.section-item4 p{
    
  font-size: 17px;
  line-height: 28px;
  color: #000;

  width: 200px;
  text-align: center;
  margin: 20px auto;
  }
  

.section-service-body-item-1 {
font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #253453;
  height: 39px;
margin: 20px 45px 10px;
  }
.section-service-body-item-2 {

  font-size: 17px;
  line-height: 35px;

  color: #000;
  text-align: center;
  margin: 12px 30px;
}

.section-service-body-item-3{
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  
.section-service-body-item2 .section-service-body-item-1{
    font-size: 22px;
    margin: 10px 26px 10px;
    
}   
   .section-service-body-item2 .section-service-body-item-3{
       margin-left: 30px;
       
   }
  .section-service-body-item2 .section-service-body-item-3-list{
      margin-top: 15px;
  }

  
  

  .section-service-body-item-3-list{

  width: 125px;
  float: left;
  margin-top: 10px;
  margin-right: 25px;
  }
    .section-service-body-item-3-list2{

  width: 147px;

  }
  .section-service-body-item-3-list1  {

  width: 225px;
  }

.section-service-body-item-3-list img{
    height: 30px;
  width: 30px;
  margin-right: 10px;
  margin-top: -4px;
  position: absolute;
  }
.section-service-body-item-3-list span{
    font-size: 20px;
  line-height: 20px;
  float: right;
  }
  
.section-service-body-item-5{
    width:130px;
    height: 35px;
    background-color: #17a4ce;
      margin-left: 50px;
  margin-top: 40px;
  text-align: center;
  line-height: 32px;
    border-radius: 5px;
}
.section-service-body-item-5 a{
    color: #fff;
    font-size: 17px;
}
.adv1 .bk {
  height: 397px;
  position: relative;
}
.adv1 ul {
  height: 465px;
  background-image: url('../images/adv-pic1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px 600px;
}
.adv1 ul li:first-child, .adv1 ul li:nth-child(3), .adv1 ul li:nth-child(5) {
  margin-right: 406px;
}
.adv1 ul li {
  float: left;
  width: 360px;
  margin-bottom: 62px;
}
.adv1 ul li:first-child span, .adv1 ul li:nth-child(3) span, .adv1 ul li:nth-child(5) span  {
  text-align: right;
}
.adv1 ul li span {
  display: block;
  height: 59px;
  line-height: 59px;
  font-size: 23px;
  color: #17a4ce;
  font-weight: bold;
  border-bottom: 1px solid rgba(51, 51, 51, 0.14);
  overflow: hidden;
  margin-bottom: 18px;
}
.adv1 ul li:first-child .adv1-desc, .adv1 ul li:nth-child(n) .adv1-desc {
  text-align: left;
}
.adv1 ul li .adv1-desc {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}




.adv1 ul li:nth-child(2n) {
  width: 360px;
  float: right;
}
.adv1 ul li:nth-child(2n) span {
  padding-left: 6px;
}
.adv1 ul li:nth-child(2n) .adv1-desc {
  padding-left: 6px;
}

.clearafter::after, .clearfix::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}
.adv1-link {
  width: 260px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  margin: 0 auto;
  overflow: hidden;
}
.adv1-link a {
  display: block;
  font-size: 25px;
  height: 49px;
  color: #FFFFFF;
  background: #17a4ce;
  overflow: hidden;
}

.adv1-link1,.adv1-link2 {
width: 120px;
  height: 35px;
  text-align: center;
  line-height: 35px;

  overflow: hidden;
  float: left;
  margin-top: 20px;
  border-radius: 5px;
  margin-left: 30px;
  
}
.adv1-link1 a,.adv1-link2 a {
  display: block;
  font-size: 16px;
  height: 35px;
  color: #FFFFFF;
  background: #666;
  overflow: hidden;
}
.adv1-link1:hover a,.adv1-link2:hover a{
    background: #17a4ce;
}


.ys1{
    background-color: #f5f5f5;
}



.ys_bd dt {
  float: left;
  width: 726px;
  height: 451px;
}
.ys_bd dt img {
  width: 720px;
  height: 451px
}
.ys_bd dd {
  float: right;
  width: 370px;
  margin-right: 60px;
  height: 450px;
}
.ys_bd dd h3 {
  padding: 28px 0 14px;
  position: relative;
  margin-bottom: 20px;
}
.ys_bd dd h3 span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  color: #333;
  height: 38px;
  overflow: hidden;
}

.ys_bd dd h3 i {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  height: 28px;
  overflow: hidden;
}
.ys_bd dd h3::after {
  position: absolute;
  width: 125px;
  height: 3px;
  content: "";
  background: #17a4ce;
  left: 0;
  bottom: 0;
}
.ys_desc {
  font-size: 15px;
  color: #666;
  line-height: 28px;

  overflow: hidden;
}
.ys_s {
  position: absolute;
  width: 1200px;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.ys_s li {
  float: left;
  width: 20%;
  height: 93px;
  font-size: 20px;
  font-weight: bold;
  line-height: 93px;
  color: #282a2c;
  overflow: hidden;
  text-align: center;
  background: #eaeaea;
  padding: 0 5px;
  box-sizing: border-box;
}
.ys_s li.on {
  background: #17a4ce;
  color: #fff;
}


.cases{
  overflow: hidden;
  padding: 70px 0 0;

}

  
  
.cases .cas-nav {
  height: 90px;
  margin-top: 30px;
}

.cases .cas-nav ul li:first-child {
  margin-left: 0;
}
.cases .cas-nav ul li {
  float: left;
  width: 179px;
  height: 39px;
  line-height: 39px;
  background: #D5D3D3;
  margin-left: 25px;
  text-align: center;
  overflow: hidden;
  border-radius: 19px;
}
.cases .cas-nav ul li a {
  display: block;
  height: 39px;
  font-size: 18px;
  color: #000;
}
.cases .cas-nav ul li.cur {
  background: #17a4ce;
}
.cases .cas-nav ul li.cur a {
  color: #FFF;
}
.cases .cas-nav span {
  display: block;
  width: 122px;
  height: 39px;
  line-height: 39px;
  background: #EEEEEE;
  float: left;
  text-align: center;
  border-radius: 19px;
  overflow: hidden;
}
.cases .cas-list {
  height: 520px;
  position: relative;
}


.cases .con dl{
    width:285px;
    float:left;
    margin-left:15px;
    border: 1px solid #ccc;
    margin-bottom: 60px;
}
.cases .cas-list .cas-con dl:first-child {
  margin-left: 0;
} 





.cases .cas-list .cas-con dl dt {
  width: 285px;
  height: 285px;
  align-items: center;
  display: flex;
   justify-content: center;
 
}
.cases .cas-list .cas-con dl dt img {
  width: 275px;
  height: auto;

}

.cases .cas-list .cas-con dl dd .cas-desc {
  height: 60px;
  line-height: 60px;
  font-size: 17px;
    padding: 0 10px;
  text-align: center;
  overflow: hidden;
  background: #f5f5f5;
}
.cases .cas-list .cas-con dl dd .cas-desc a{

  color: #000;

}
.adv1-link3{
    font-size: 22px;
    border-radius: 13px;
}
.adv1-link3 a{
    font-size: 22px;

}

.fea ul {
  height: 910px;

}
.fea li:first-child {

  margin-left: 0;
}
.fea li {
  float: left;
  width: 370px;
  height: 380px;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  margin-left: 45px;
  margin-top: 40px;
}
.fea li:nth-child(4){
    
    
    margin-left: 208px;
}
.fea li i {
  display: block;
  width: 255px;
  height: 150px;

  margin: 35px auto 20px;
  background: #17a4ce;
  overflow: hidden;
}
.fea li i img {
  width: 100%;
  height: 100%;

}
.fea li h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #17a4ce;
  padding: 0 0 15px;
  position: relative;
  margin-bottom: 15px;
}
.fea li h3 span {
  display: block;
  height: 30px;
  overflow: hidden;
}
.fea li h3::after {
  position: absolute;
  width: 42px;
  height: 2px;
  content: "";
  background: #17a4ce;
  left: 50%;
  margin-left: -21px;
  bottom: 0;
}
.fea li .fea_desc {
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  color: #000;
  height: 72px;
  overflow: hidden;
  text-align: left;
  margin-left: 25px;
  width: 280px;
}
.fea li:hover {
 background: linear-gradient(138deg,#BB806D 0,#17A4CE 100%);
}
.fea li:hover h3, .fea li:hover .fea_desc {
  color: #fff;
}

.fea li:hover h3:after {
  background: #fff;
}
.fea {
    padding: 70px 0 0;


  overflow: hidden;
  
}
.foot .f-nav li {

  width: 150px;
}


.policy-con {
  position: relative;
  width: 1200px;
}
.policy-txt:nth-child(1) {
  left: 30px;
  top: 0;
}
.policy-txt {
  position: absolute;
  width: 330px;
  margin-top: 30px;
  height: 130px;
  overflow: hidden;
  display: block;
}
.policy-title {
  font-size: 22px;
  color: #000;
  line-height: 50px;
  overflow: hidden;
  height: 50px;
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}
.policy-title::after {
  position: absolute;
  left: 0;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  border: 2px solid #17a4ce;
  box-sizing: border-box;
  background: 0;
  content: "";
}
.policy-desc {
  max-height: 112px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-left: 16px;
  box-sizing: border-box;
}
.policy-txt:nth-child(2) {
  right: 40px;
  top: 0;
}

.policy-txt:nth-child(3) {
  left: 35px;
  top: 220px;
}
.policy-txt:nth-child(4) {
  right: 26px;
  top: 220px;
}
.policy p img {
  width: 400px;
  height: 400px;
  margin: 30px auto 0;
  display: block;
  border-radius: 50%;
}
.policy{
    padding-top: 70px;
  height: 750px;
  overflow: hidden;
}






.message {
	background: url(../images/lxwm-bj.jpg) no-repeat center center;
	background-size: 1920px 696px;
	height: 696px;
}
.message .content {
	padding: 70px;

}
.message_title {
	color: #fff;
	font-weight: bold;
	text-align: center;

	font-size: 0;
}
.message_title p {
	height: 38px;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  overflow: hidden;
}
.message_title span {
	display: inline-block;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
}
.message-frm li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.message-label {
	float: left;
	text-align: right;
	font-weight: bold;
}

.col-md-10 input{
  background: transparent;
  border: none;
  color: #fff;
  font-size: 17px;
  height: 40px;
}
.col-md-10 {
   border-bottom: 1px solid #fff;
}
#dr_zhiwei {
    width: 500px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 17px;
  margin-top: 12px;
  opacity: 0.9;
}
.form-control option{
  color:#fff;  
  background: #333;
}
.form-group{
    
  width: 500px;
  float: left;
  margin-left: 65px;
  margin-top: 40px;
    
    
}
.control-label{
    color:#fff;
    font-size: 17px;
}

input::input-placeholder{
	color:#fff;
	opacity: 0.5;
}
input::-webkit-input-placeholder{
	color:#fff;
	opacity: 0.5;
}
input::-moz-placeholder{
	color:#fff;
	opacity: 0.5;
}
input::-moz-placeholder{
	color:#fff;
	opacity: 0.5;
}
input::-ms-input-placeholder{
	color:#fff;
	opacity: 0.5;
}





.portlet-body button{
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin: 70px 520px;
  width: 160px;
  font-size: 18px;
}


.pagination {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  margin-top: 10px;
  text-align: center;
}
.pagination li {
  float: left;
}
.pagination a {
  border: 1px solid #c5c5c5;

  margin-right: 5px;
}
.active a {
  background-color: #17a4ce;
  color: #fff;
}

.swiper-ryzs{
    
    width:1200px;

    margin: 0 auto;
    padding: 50px 50px;
    
}
.swiper-ryzs img{
    width: 470px;
    height: 251px;
    float:left;
    margin-left: 54px;

  margin-bottom: 40px;
    
    
}
.news1 .item-line:first-child .item-time {
  display: none;
}

.news1 .item-line:first-child .item-links {
  display: block;
}

.news1 .item-line:first-child .item-title,
.news1 .item-line:first-child .item-title a {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  background: none;
}
.news1 .item-line:first-child .item-desc {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #868686;
  height: 90px;
  overflow: hidden;
}
.news1 .item-line:first-child .item-links {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #17a4ce;
  height: 30px;
  overflow: hidden;
}
.news1 .item-line:first-child {
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
}
.news1 .item-title {
  background-image: url('../images/new_arr.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 5px 5px;
  padding-left: 15px;
}
.news1 .item-line:first-child .item-links a {
  display: block;
  color: #17a4ce;
}
.news-info .item-line:first-child:hover .item-title a, .news-info .item-line:first-child:hover .item-time div {
  color: #17a4ce;
}
.item-line:hover .item-title a {
  font-weight: bold;
  color: #17a4ce;
}
.news1 .item-time {
  float: right;
  line-height: 0;
}
.news1 .item-time div {
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #707070;
  display: inline-block;
}

.news1 .item-title,
.news1 .item-title a {
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news1 {
  width: 530px;
  height: 590px;
  background: #fff;
  box-shadow: 4px 2px 10px 4px #ccc;
  overflow: hidden;
  margin-top: 35px;
  padding: 25px 20px 0 20px;
  position: relative;
  float: left;
  margin-left: 20px;
}

.news3{
    width: 340px;
}


.keyword span a:hover{
  font-weight: bold;
  color: #17a4ce;
}





/* 添加数据恢复案例时，请删除此注释，并注释上述代码
.cases .cas-nav ul {
  width: auto;
  height: 90px;
  float: left;
  margin: 0 100px;
}
.news3 .item-line:first-child {
  padding-bottom: 35px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
}
.news3 .item-line:first-child .item-picture {
  display: block;
  float: left;
  margin-right: 15px;
}


.news3 .item-line:first-child .item-picture img {
  width: 260px;
  display: block;
  height: 170px;
}


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

.news3{
    width: 530px;
}
*/





.cases .cas-nav ul {
  width: auto;
  height: 90px;
  float: left;

}
.news3 .item-line:first-child {
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
}
.news3 .item-line:first-child .item-picture {
  display: block;
}


.news3 .item-line:first-child .item-picture img {
  width: 100%;
  display: block;
  height: 170px;
}






