/*子页-company*/
.fixed-banner{
  width: 100%;
  height: 29vw;
  display:flex;
  align-items: center;
  justify-content: center;
}
.fixed-banner .warpper h3{
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
.fixed-banner .warpper p{
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.crumbs{
  background:#f4f4f4;
  padding:18px 0;
}
.crumbs .warpper,
.crumbs .warpper a{
  font-size: 1.8rem;
  color: #5f5f5f;
  line-height: 40px;
}
.crumbs .warpper>div{
  box-sizing: border-box;
  padding-left:40px;
  background:url("../images/menu.png") no-repeat left center;
}

/*zcompany*/
.zcompany .warpper{
  background:#f4f4f4;
}
.zcom02{
  overflow:hidden;
  margin-top: 30px;
}
.zcom03{
  padding-bottom: 4vw;
  overflow:hidden;
}
.swiper-zadv .swiper-slide{
  height: 400px;
  position:relative;
  overflow:hidden;
  transition: .3s ease;
}
.swiper-zadv .swiper-slide:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}
.swiper-zadv .swiper-slide b{
  width: 100%;
  height: 100%;
  transition: .3s ease;
}
.swiper-zadv .swiper-slide:hover b {
  height: calc(100% - 70px);
}
.zcom_adv_text{
  position:absolute;
  left:0;
  width: 100%;
  top:50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding:0 20px;
  text-align: center;
  height: 96px;
  transition: .3s ease;
}
.swiper-zadv .swiper-slide:hover .zcom_adv_text{
  height: 40px;
}
.zcom_adv_text h4{
  font-size: 3.2rem;
  color: #f7f7f7;
  font-weight: bold;
}
.zcom_adv_text i{
  display:block;
  width: 40px;
  height: 2px;
  background:#f7f7f7;
  margin:5px auto;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease 0.2s;
}
.zcom_adv_text h5{
  color: #f7f7f7;
  font-weight: bold;
  font-size: 2.4rem;
  transform: translateY(0);
  transition: opacity 0.3s ease 0.25s, transform 0.3s ease 0.3s;
}
.swiper-zadv .swiper-slide>div{
  background:#fff;
  box-sizing: border-box;
  padding:10px;
  height: 70px;
  text-align: center;
  font-size: 1.6rem;
  color: #404040;
  display:flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  bottom:-70px;
  width: 100%;
  z-index: 99;
  transition: .3s ease;
}
.swiper-zadv .swiper-slide:hover>div{
  bottom:0;
}

.swiper-zadv .swiper-slide:hover .zcom_adv_text i{
  opacity: 0;
  transform: translateY(5px);
}
.swiper-zadv .swiper-slide:hover .zcom_adv_text h5{
  opacity: 0;
  transform: translateY(5px);
}




/*产品*/
.zprolist{
  padding-bottom: 4vw;
}
.zprolist ul{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap:25px;
}
.zprolist ul a{
  display:block;
  width: 100%;
  height: 100%;
}
.zprolist ul a b img{
  transition: 350ms 0s all ease;
  transform: scale(1.02);
}
.zprolist ul a:hover b img {
  transform: scale(1);
}
.zprolist ul a b{
  width: 100%;
  height: calc(100% - 60px);
  box-sizing: border-box;
  border:2px solid #f0f1f6;

}
.zprolist ul a p{
  background:#f0f1f6;
  text-align: center;
  color: #434343;
  font-size: 1.8rem;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  line-height: 60px;
  transition: 350ms 0s all ease;
}
.zprolist ul a:hover p{
  background:#ff8803;
  color: #fff;
}


/*产品详情*/
.zproinfo_top{
  box-sizing: border-box;
  padding:30px;
  background:#f5f5f5;
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin:4vw 0;
}
.zproinfo_top>b{
  width: 48%;
  height: 25vw;
  background:#fff;
}
.zpro_top_right{
  width: 48%;
}
.zpro_top_right>h2{
  font-size: 2.6rem;
  font-weight: bold;
  color: #313131;
}
.zpro_top_right>b{
  display:block;
  width: 100%;
  height: 2px;
  background:#e3e3e3;
  margin-top: 1vw;
  margin-bottom: 1vw;
  position:relative;
}
.zpro_top_right>b:after {
  position: absolute;
  display: block;
  content: '';
  left:0;
  top:-0.5px;
  background:#205bbf;
  height:3px;
  width: 26px;
}
.zpro_top_right>small{
  display:block;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #3f3f3f;
  margin:1vw 0;
  display: -webkit-box; /* 弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列子元素 */
  -webkit-line-clamp: 3; /* 限制3行 */
  overflow: hidden;
}

.zpro_tel{
  display:flex;
  align-items: center;
  margin-top: 3vw;
}
.zpro_tel>a{
  display:block;
  width: 172px;
  line-height: 52px;
  background:#205bbf;
  border-radius: 26px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-right: 3vw;
  transition:.3s ease;
}

.zpro_tel>a:hover{
  background:#f19015;
}
.zpro_tel>a span{
  padding-left: 36px;
  background:url("../images/zxicon.png") no-repeat left center;
}
.zpro_tel>div{
  background:url("../images/telicon2.png") no-repeat left center;
  padding-left:65px;
}
.zpro_tel>div>small{
  font-size: 1.4rem;
  color: #353535;
}
.zpro_tel>div>h4{
  font-weight: bold;
  font-size: 2.6rem;
  color: #205bbf;
}


.center-title{
  background:#f5f5f5;
  width: 100%;
  margin-bottom: 1vw;
}
.center-title>span{
  display:inline-block;
  background:#205bbf;
  padding:10px 20px;
  border-left:4px solid #f19015;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.center-content p{
  line-height: 38px;
  font-size: 1.6rem;
}
.center-content img{
  max-width: 100%;
}
.center-content table{
  width: 100%!important;
  border-collapse: collapse;
  border-radius: 5px;
  background: #f7fafc;
}
.center-content table tr th,
.center-content table tr td{
  border: 1px solid #afbed6 !important;
  padding:10px 15px;
}
.center-content table th,
.center-content table tr:nth-of-type(even){
  background: #dbe5f5;
}
.center-content img{
  display:inline-block;
}
.center-content h4{
  font-size: 2.6rem;
  color: #205bbf;
}



.newsPage{
  margin-bottom: 2vw;
  margin-top: 2vw;
}
.newsPage .page-a {
  background: #f7fafc;
  font-size: 1.5rem;
  padding: 14px;
  color: #666;
  margin-top: 10px;
  transition: 350ms 0s all ease;
}
.newsPage .page-a a{
  font-size: 1.5rem;
  color: #666;
  transition: 350ms 0s all ease;
}
.newsPage .page-a:hover{
  background:#205bbf;
}
.newsPage .page-a:hover,
.newsPage .page-a:hover a{
  color: #fff;
}




/*news*/
.znewsbg{
  padding:4vw 0;
}
.de-news-list ul{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
}
.de-news-list ul li {
  padding:15px;
  position:relative;
  top:0;
  transition: .3s ease;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.de-news-list ul li a {
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.de-news-list ul li .img_cover {
  width: 48%;
  height: 12vw;
}

.znews_text {
  width: 48%;
}
.znews_text h4 {
  color: #323232;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  font-size: 2.4rem;
}
.znews_text p {
  color: #595959;
  line-height: 24px;
  overflow: hidden;
  margin: 15px 0 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.znews_text small{
  color: #999999;
  display: block;

}
.znews_text span {
  display: block;
  font-size: 1.4rem;
  color: #205bbf;
  margin-top: 6px;
}
.de-news-list ul li:hover {
  top:-3px;
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.de-news-list ul li:hover span {
  color: #ff770f;
}

/*znewsinfo*/
.news-detail-title{
  margin-top: 2vw;
}
.news-detail-title>h3{
  color: #333;
  font-size: 2.5rem;
  font-weight: 400;
}
.news-detail-title>small{
  display:block;
  color: #666;
  margin-top:10px;
  font-size: 1.4rem;
}
.news-detail{
  border-top: 1px solid #f0efef;
  border-bottom: 1px dashed #f0efef;
  box-sizing: border-box;
  padding:20px 0;
  margin: 20px auto;

  color: #676767;
  font-size: 1.6rem;
  line-height: 2.2;
}

/*zcontact*/
.zcontact{
  padding:3vw 0;
}
.zcontact>h2{
  font-size: 4rem;
  color: #272727;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1vw;
}
.de-contact{
  width: 100%;
  /*height: 234px;*/
  position:relative;
  overflow:hidden;
  display:flex;
  justify-content: flex-end;
}
.contact-map{
  height: 100%;
  width: 100%;
  position:absolute;
  left:0;
  top:0;
}
#dituContent{
  width: 100%;
  height: 100%;
}
.contact-list{
  position:relative;
  margin:4vw 0;
  border-radius: 8px;
  background:#205bbf;
  box-sizing: border-box;
  padding:30px;
  margin-right: 35px;
}
.zcont_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcont_top_left>h1{
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 5px;
}
.zcont_top_left ul li{
  color: #fff;
  font-size: 1.6rem;
  margin-top: 4px;
}
.zcont_top_left ul li span{
  padding-left:30px;
}
.icon-01>span{
  background:url("../images/link01.png") no-repeat left center;
}
.icon-02>span{
  background:url("../images/link02.png") no-repeat left center;
}
.icon-03>span{
  background:url("../images/link03.png") no-repeat left center;
}
.zcont_top_right {
  margin-left: 2vw;
}
.zcont_top_right b{
  display:block;
  width: 125px;
  padding:10px;
}
.zcont_top_right b>img{
  width: 100%;
}
.zcont_top_right p{
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.zcont_bom{
  margin-top: 20px;
  background:#fff;
  box-sizing: border-box;
  padding:20px;
  width: 580px;
}
.zcont_bom>h4{
  font-weight: bold;
  font-size: 2.4rem;
  color: #2c2c2c;
  margin-bottom: 10px;
}
#formData2{
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formData2>input{
  border-radius: 4px;
  border:1px solid #e1e1e1;
  line-height: 42px;
  width: 49%;
  font-size: 1.4rem;
  color: #666;
  box-sizing: border-box;
  padding:0 10px;
}
#formData2>textarea{
  border-radius: 4px;
  border:1px solid #e1e1e1;
  height: 110px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding:10px;
}
#formData2>input[name="captcha"]{
  width: 32%;
}
#formData2>.verify{
  width: 32%;
  background: #f3fbfe;
  display:flex;
  align-items: center;
  justify-content: center;
}
#formData2>.verify img{
  max-width: 100%;
  max-height: 100%;
}
#formData2>input::placeholder,
#formData2>textarea::placeholder{
  font-size: 1.4rem;
  color: #b6b6b6;
}
#formData2>a{
  width: 32%;
  line-height: 42px;
  background:#205bbf;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
  transition:.3s ease;
}
#formData2>a:hover{
  background:#ff770f;
}
















.inner-right {
  float: right;
  width: 870px;
  background: #fff;
  min-height: 800px;
  padding: 0 25px;
}
.inner-right .rig-title {
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  height: 54px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.inner-right .rig-title .crumbs {
  overflow: hidden;
  margin-top: 6px;
  float: right;
  padding-left: 25px;
  height: 48px;
  line-height: 54px;
  background: url(../images/home-icon.png) no-repeat left center;
  color: #b2b2b2;
  font-size: 13px;
  font-weight: normal;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inner-right .rig-title .crumbs a {
  color: #b2b2b2;
}
.inner-right .rig-title .crumbs a:hover {
  color: #237ed2;
  text-decoration: underline;
}
.inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.inner-right .search-result .search-record {
  float: right;
}
.inner-right .search-list,
.inner-right .de-product-list {
  overflow: hidden;
  min-height: 622px;
}
.inner-right .search-list ul,
.inner-right .de-product-list ul {
  margin: 0 -12px;
}
.inner-right .search-list ul li,
.inner-right .de-product-list ul li {
  border: 2px solid #fff;
  float: left;
  width: 270px;
  margin: 0 12px 25px;
}
.inner-right .search-list ul li a,
.inner-right .de-product-list ul li a {
  display: block;
}
.inner-right .search-list ul li .img,
.inner-right .de-product-list ul li .img {
  width: 268px;
  height: 200px;
  background: #e6e6e6;
  font-size: 0;
  line-height: 200px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  overflow: hidden;
}
.inner-right .search-list ul li .img img,
.inner-right .de-product-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.inner-right .search-list ul li .title,
.inner-right .de-product-list ul li .title {
  font-size: 14px;
  padding: 0 18px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.inner-right .search-list ul li .title h3,
.inner-right .de-product-list ul li .title h3 {
  color: #595959;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-right .search-list ul li .title em,
.inner-right .de-product-list ul li .title em {
  font-weight: bold;
  display: block;
  color: #ff8111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-right .search-list ul li:hover,
.inner-right .de-product-list ul li:hover {
  border-color: #268AE7;
}
.inner-right .search-list ul li:hover .title,
.inner-right .de-product-list ul li:hover .title {
  border-color: #fff;
}
.inner-right .search-list ul li:hover .img img,
.inner-right .de-product-list ul li:hover .img img {
  transform: scale(1.1);
}
.inner-right .de-product-list {
  margin-top: 26px;
}
.inner-right .de-about-content {
  padding: 30px 50px;
}
.inner-right .de-about-content img {
  margin: 0 auto;
  max-width: 100%;
}
.inner-right .de-about-content p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}

.inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.inner-right .de-honor-list ul li a {
  display: block;
}
.inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  overflow: hidden;
}
.inner-right .de-honor-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.inner-right .de-honor-list ul li .title {
  text-align: center;
  height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  font-size: 14px;
  color: #595959;
}
.inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #237ed2;
  line-height: 20px;
  font-weight: bold;
}
.inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #237ed2;
  margin-top: 50px;
}
.inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #237ed2;
  line-height: 1.1;
  max-width: 360px;
}
.inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.inner-right .jobs-info .p span {
  color: #595959;
}
.inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #237ed2;
  font-size: 14px;
}
.inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.inner-right .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
}
.inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.inner-right .newsPage {
  padding: 0 20px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.inner-right .newsPage a {
  color: #323232;
}
.inner-right .newsPage a:hover {
  color: #237ed2;
}
.inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.inner-right .apply-job .job-tr {
  overflow: hidden;
}
.inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #237ed2;
  color: #fff;
  font-size: 15px;
}
.inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.inner-right .de-message .tips {
  font-size: 13px;
  line-height: 55px;
  color: #737373;
}
.inner-right .de-message .mes-form {
  overflow: hidden;
}
.inner-right .de-message .mes-form .form-tr {
  overflow: hidden;
}
.inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.inner-right .de-message .mes-form .form-tr .code {
  overflow: hidden;
}
.inner-right .de-message .mes-form .form-tr .code input {
  width: 188px;
  float: left;
}
.inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.inner-right .de-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.inner-right .de-message .mes-form .form-tr .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #237ed2;
  color: #fff;
  font-size: 15px;
}
.inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}

.inner-contact {
  width: 260px;
  margin-top: 18px;
}
.inner-contact .title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.inner-contact .title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.inner-contact .title em {
  font-size: 13px;
  color: #728dbc;
}
.inner-contact .contact-box {
  min-height: 180px;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 20px 20px 10px;
  padding-right: 5px;
}
.inner-contact .contact-box .contact-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.inner-contact .contact-box .contact-item .act {
  float: left;
  width: 60px;
  margin-left: -60px;
  color: #808080;
}





.spec-items {
  position: relative;
  width: 292px;
  height: 69px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 20px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.spec-items li[data-type=video] {
  position: relative;
}
.spec-items li[data-type=video]::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/video-icon.png) no-repeat center;
  background-size: 100% auto;
}
.spec-items li.on {
  border: 2px solid #268ae7;
}
.spec-items li img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.on {
  background-color: #f9f9f9;
  color: #0058b1;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
  background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../images/p-detail-right-active.png) no-repeat center;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #237ed2;
  background: #237ed2;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}




/*kf*/
/*浮动*/
.webfudong{
  display:none;
  position:fixed;
  right:5px;
  bottom:10%;
  z-index: 10000;
}
.fd_top{
}
.fd_top li{
  position:relative;
  width: 62px;
  cursor: pointer;
  margin-bottom: 10px;
}
.fdicon{
  width: 100%;
  height: 62px;
  border-radius: 8px;
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transition: 350ms ease;
  background:#205bbf;
}
.fdicon svg path{
  transition: 350ms ease;
}
.fdicon>b{
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.fdicon>b>svg{
  max-width: 24px;
  max-height: 27px;
}
.fdicon p{
  font-size: 1.4rem;
  color: #313131;
  text-align: center;
  transition: 350ms ease;
}

.fd_top li:hover .fdicon{
  background:#ff770f;
}
.fd_top li:hover p{
  color: #ff770f;
}

.fdlist{
  position: absolute;
  right: 50%;
  top: 50%;
  border-radius: 8px;
  padding-right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.fd_top li:hover .fdlist{
  right: 99%;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.fdlist b{
  display:block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding:8px;
  border-radius: 8px;
  background:#fff;
  position: relative;
  overflow: hidden;

  -webkit-filter: drop-shadow(5px 13px 18px rgba(85, 65, 46, 0.19));
  filter: drop-shadow(5px 13px 18px rgba(85, 65, 46, 0.19));
}
.fd_tel>.fdlist{
  width: 150px;
}

.fdlist b h5{
  position:relative;
  font-size: 1.4rem;
  color: #3e3e3e;
  font-weight: normal;
}
.fdlist b a{
  position:relative;
  font-size: 1.8rem;
  color: #3e3e3e;
  font-weight: normal;
}
.fdlist b:before{
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
}
.fdlist:after{
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.fd_wx .fdlist{
  width: 120px;
}
.fdlist>b img{
  position:relative;
  max-width: 100%;
}


.backTop{
  cursor: pointer;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width:62px;
  height: 62px;
  background:#205bbf;
  margin-top: 10px;
  transition: 350ms ease;
}
.backTop svg{
  width: 25px;
  transition: 350ms ease;
}
.backTop:hover{
  background:#ff770f;
}
