﻿.o-banner {
  padding-top: 125px;
}
.o-banner img {
  width: 100%;
  height: auto;
}
main * {
  font-family: Arial;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left;
}
main .inner-nav {
  font-size: 14px;
  line-height: 2em;
}
main .inner-nav a {
  margin: 0 5px;
}
/* 所有产品 */
.pro-cate-list {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.pro-cate-list li {
  display: inline-block;
  margin-right: 10px;
}
.pro_type {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5em;
  font-family: Arial;
  }
.pro-list .img-box {
  display: flex;
  width: 375px;
  height: 375px;
  margin: 0 auto;
  overflow: hidden;
}
.pro-cate-list li a {
  padding: 0 50px;
  background-color: rgb(240, 244, 249);
  color: rgb(7, 28, 84);
  border-radius: 6px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.7em;
  height: 50px;
}
.pro-cate-list li:hover a,.pro-cate-list li.active a {
  background-color: #2380bd;
  color: #fff;
}
.pro-cate-list h1,.contact-cont h1 {
  font-size: 36px;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.pro-cate-list .pro-cate-list-cont {
  margin-top: 20px;
}
.pro-cate-list .pro-cate-list-cont p{
  font-size: 16px;
  line-height: 1.5em;
  color: #666;
}
.pro-list {
  margin-top: 22px;
  padding: 0 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.pro-list>li {
  width: calc(33.333% - 20px);
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.pro-list>li:nth-child(3n + 1) {
  margin-left: 0;
}
.pro-list li .pro-list-fa {
  width: 100%;
  display: block;
  height: 100%;
}
.pro-list li img {
  display: block;
  max-width: 375px;
}
.pro-list li .pro-cont {
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  height: 40px;
  margin: 5px 0;
  overflow: hidden;
}
.pro-list li:hover .pro-show-icon {
  right: 0;
  opacity: 1;
}
.pro-list li:hover .img-box img:first-child {
  display: none;
}
.pro-show-icon {
  position: absolute;
  width: 35px;
  right: -38px;
  bottom: 50px;
  transition: all .5s ease;
  opacity: 0;
}
.pro-show-icon ul {
  display: flex;
  flex-direction: column;
}
.pro-show-icon ul li {
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 1px;
  z-index: 5;
  text-align: center;
  background: url(../images/pro-icon.png) no-repeat scroll 4px -31px;
  background-color: #000;
}

.pro-show-icon ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pro-show-icon ul li:nth-child(2) {
  background-position: 4px -93px;
}
.pro-show-icon ul li span {
  position: absolute;
  right: 130%;
  padding: 3px 10px;
  margin: 3px 0;
  display: none;
  background: #2f2f31;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  width: max-content;
}
.pro-show-icon ul li span::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #2f2f31;
  position: absolute;
  right: -12px;
  top: 8px;
}
.pro-show-icon ul li:hover span {
  display: block;
}
.prodlist-fix-num ul { 
  display: inline-block;
  text-align: left;
  margin: 10px 0 20px 20px;
}
.prodlist-fix-num ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.prodlist-fix-num ul li a {
  display: inline-block;
  text-align: center;
  line-height: 28px;
  min-width: 28px;
  font-size: 14px;
  border: 1px solid #c9caca;
  color: #898989;
}
.prodlist-fix-num ul li.active a,.prodlist-fix-num ul li:hover a {
  background-color: #2380bd;
  border-color: #2380bd;
  color: #fff;
}
/* 商品详情 */
 .pro-cont-desc {
	display:flex;
  margin-top: 40px;
}
.pro-cont-desc .proimg {
  width: 400px;
} 
#page {
  overflow: hidden;
  border: 1px solid #ccc;
}
#page .swiper-slide img{
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  overflow: hidden;
}


.pro-cont-desc .proimg .swiper-slide .play { justify-content:center; position:absolute;bottom:20px;right:20px; display:flex;display:-webkit-flex;align-items:center;z-index: 1;}
.pro-cont-desc .proimg .swiper-slide .play i{font-size:6rem;color:#f7b900;transition: all .4s ease-in-out;opacity: 1;}
.pro-cont-desc .proimg .swiper-slide  .play i:hover {font-size:6rem;color:#c7171d;opacity:1;}
.pro-cont-desc .proimg .swiper-slide:hover img{transition: all .4s ease-in-out;-webkit-filter: brightness(90%);filter: brightness(90%);}

.pro-cont-desc .proimg .swiper-slide:hover img {
	transition: all .4s ease-in-out;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
#page.swiper-container .swiper-slide:hover {
	border: none;
}
.pro-cont-desc .proinfo{ padding-left:22px; text-align: left; position: relative;} 
.proinfo h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.proinfo h1 i {
  font-size: 28px;
  margin-left: 5px;
}
.prodlist-pro-shareit {
  display: block;
  width: 100%;
}
.prodlist-pro-shareit span {
  float: left;
}
.pro-cont-desc .foot-bd-box {
  position: relative;
  left: unset;
  bottom: unset;
  width: auto;
  float: left;
  padding-top: 3px;
  margin-left: 5px;
}
.prodlist-pro-shareit .foot-bd-box a {
  margin: 0;
}
.prodlist-pro-shareit .foot-bd-box a span {
  border-radius: 15%;
  zoom: .7;
}
.foot-bd-box .phone {
  background-position: 0 -448px;
  background-color: #3f729b;
}
.foot-bd-box .QQ {
  background-position: 0 -512px;
  background-color: #00aced;
}
.foot-bd-box .linkedin {
  background-position: 5px -1862px;
  background-color: #000;
}
.foot-bd-box .wechat {
  background-position: -28px -1028px;
  background-color: #54b233;
}
.proinfo .online a {
  background-color: #fff;
  border: 1px solid #2380bd;
  color: #2380bd;
  height: 40px;
  line-height: 40px;
  letter-spacing: normal;
  border-radius: 45px;
  text-align: center;
  padding: 0;
  display: block;
  background: 0;
  max-width: 280px;
  width: 100%;
  min-width: 130px;
  margin-top: 10px;
  font-size: 16px;
}

.proinfo .online {
  margin-top: 60px;
}
.proinfo .online a:hover {
  background-color: #2380bd;
  color: #fff;
}
.pro-cate {
  margin-top: 10px;
  padding: 15px;
  border-top: 1px solid #ccc;
}
.detial-cont-prodescription {
  border: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
}
.detial-cont-prodescription .detial-cont-tabslabel{margin-bottom:10px;background: #efefef;
  padding: 0;
  border-bottom: 1px solid #ccc;
  height: 35px;
}
  .detial-cont-prodescription .detial-cont-tabslabel li.on {
    border-top: 2px solid #2380bd;
    border-right: 1px solid #ccc;
    position: relative;
    background: #fff;
    margin-top: -1px;
    height: 35px;
    float: left;
    z-index: 999;
    padding: 0 20px;
  }
.detial-cont-prodescription .detial-cont-tabslabel li.on a{ color: #0688ba;line-height: 35px;}
.detial-cont-tabscont{position:relative;width:100%;overflow:auto;padding:10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;}
  .detial-cont-tabscont table{border-collapse:collapse;border:1px solid #ccc;margin-bottom:5px;width:100%}
  .detial-cont-tabscont table td {
    border:1px solid #ccc;
    border-collapse: collapse;
    padding: 5px 10px;
  }
  .pro-detials-listshow {
    margin: 20px 0;
  }
  .pro-detials-listshow .fll, .pro-detials-listshow .flr{
    max-width: 40%;
    height: 22px;
    background-color: #efefef;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
  }
  .pro-detials-listshow .flr {
    float: right;
  }
  .pro-detials-listshow a:hover {
    color: #2380bd;
  }
  .keyword_list{border-top:1px solid #ddd;padding-top:15px;margin-top:15px;border-color:rgba(165,165,165,0.7)}
.keyword_list a{color:#666;padding:0 12px;margin:0 10px 10px 0;float:left;border:1px solid #ddd;border-radius:50px;border-color:rgba(165,165,165,0.7)}
.keyword_list a:last-child{margin-right:0}
.pro-bann-list {
  padding: 0 50px;
  position: relative;
  margin: 30px 50px;
}
#product {
  overflow: hidden;
}
#product img {
  width: 99%;
  border: 1px solid #ccc;
}
#product .swiper-buttons .owl-prev,#product .swiper-buttons .owl-next {
  top: 40%;
}
.pro-bann-h2 {
  margin-top: 30px;
  font-size: 26px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left;
  font-family: Poppins;
}
#product .swiper-horizontal>.swiper-pagination-bullets, #product .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}
#product .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,#product .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #2380bd;
  opacity: .5;
}

#product .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
}
/* 服务 */
.service-cont {
  font-size: 16px;
}
.service-cont h1,.appliction-cont h1 {
  margin: 30px 0;
  font-size: 34px;
  color: #333;
  line-height: 1.5em;
  text-align: center;
  font-family: Poppins;
}
.service-bd {
  margin: 50px 0;
}
.service-bd ul {
  display: flex;
}
.service-bd ul li {
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  position: relative;
  height: 330px;
  overflow: hidden;
  margin-top: 20px;
}
.service-bd ul li .imgBox {
  width: 100%;
  display: block;
  height: 100%;
}
.service-bd ul li .imgBox-description {
  position: absolute;
  transition: .5s;
  max-height: 100%;
  overflow: hidden;
  z-index: 3;
  bottom: -129px;
  width: calc(100% - 40px);
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.85);
  transition: all .3s ease-in-out;
}
.service-bd ul li:hover .imgBox-description{
  bottom: 0;
}
.service-bd ul li .img-name {
  margin-top: 5px;
}
.service-bd ul li .img-name a{
  font-weight: 900;
  margin: 5px 0;
  word-break: break-word;
  max-height: 50%;
  overflow: hidden;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2380bd;
  font-size: 16px;

}
.service-bd ul li .img-docs {
  margin-top: 10px;
  line-height: 1.2;
  color: #000;
}
.butn {
  margin: 15px 0;
  border-radius: 0;
  color: #fff;
  padding: 0.5em 1em;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  white-space: nowrap;
  background-color: #2380bd;
  display: inline-block;
  text-align: center;
  opacity: 1;
}
.butn:hover {
  opacity: .8;
}
.service-factory {
  background-color: rgb(240, 244, 249)
}
.service-factory .container {
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.service-factory .container .factory-img {
  width: calc(50% - 20px);
  padding-right: 20px;
}
.service-factory .container .factory-img img {
  width: 100%;
  height: 100%;
}
.service-factory .container .factory-cont{
  width: calc(50% - 20px);
  padding-left: 20px;
}
.service-factory .container .factory-cont ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-factory .container .factory-cont ul li {
  padding: 30px 0;
  height: calc(100%/3 - 120px);
  display: flex;
  position: relative;
  transition: all .6s;
}
.service-factory .container .factory-cont ul li::before {
  content: "";
  position: absolute;
  left: 35px;
  height: 100%;
  top: 70px;
  border: 0.5px solid #d0d0d0;
}
.service-factory .container .factory-cont ul li:last-child:before {
  display: none;
}
.factory-cont .factory-cont-num {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 10px 20px rgb(23 22 49 / 10%);
  text-align: center;
  margin-right: 25px;
  position: relative;
}
.factory-cont .factory-cont-num span {
  vertical-align: middle;
  color: #2380bd;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.factory-cont .factory-cont-text h3{
  color: #414241;
  margin-bottom: 10px;
  transition: all .6s ease;
  font-size: 25px;
}
.factory-cont .factory-cont-text h3:hover {
  color: #2380bd;
}
/* 关于我们 */
.about-cont *{
  font-size: 16px;
  color: #666;
  text-align: left;
}
.about-cont p {
  text-align: center;
}
.about-cont h1,.about-cont h2{
  margin-top: 30px;
  font-size: 34px;
  color: #333;
  line-height: 1.5em;
  text-align: center;
  font-family: Poppins;
}
.about-cont .about-bottom {
  padding: 20px 0;
}
 .about-cont .about-bottom li {
  background: #fff;
  border-right: 1px solid #e4e4e4;
  padding: 40px 0 20px 0;
} 
.about-cont .about-bottom li:last-child {
  border: none;
}
.about-cont .about-bottom li span {
  color: #2380bd;
  position: relative;
}
.about-cont .about-bottom li span::before {
  content: '+';
  display: block;
  position:absolute;
  right: -30px;
  font-size: 26px;
}
.about-cont .about-bottom li:nth-child(3) span::before {
  content:'㎡';
}
.about-cont .about-bottom li p {
  margin-top: 20px;
  color: #666;
}
.fac-bann-list {
  margin: 20px 0 60px;
  padding: 0;
}
#factory {
  overflow: hidden;
}
#factory  .swiper-buttons .owl-prev {
  top: 35%;
  left: -5%;
}
#factory  .swiper-buttons .owl-next {
  top: 35%;
  right: -5%;
}
#factory .swiper-horizontal>.swiper-pagination-bullets, #factory .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}
#factory .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,#factory .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #000;
  opacity: .5;
}

#factory .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
}
.why {
  background-color: rgb(35, 128, 189);
  display: flex;
}
.why .why-left {
  width: calc(30% - 80px);
  background-color: #fff;
  height: 100%;
  padding: 50px 40px;
  z-index: 1;
  font-size: 16px;
}
.why .why-left h2 {
  font-family: Poppins;
  font-size: 34px;
  color: #231f20;
  font-weight: 500;
}
.why .why-left h2::after {
  content: '';
  width: 40%;
  height: 1px;
  margin: 30px;
  background: #000;
  opacity: 0.4;
  display: block;
}
.why .why-left strong {
  line-height: 1.5em;
  font-weight: normal;
  font-size: 20px;
  color: #333;
}
.about-btn {
  color: #2380bd;
  padding: 10px 15px;
  border-color: inherit;
  border: 1px solid;
  display: inline-block;
  line-height: 1em;
  transition: all .3s ease;
  cursor: pointer;
}
.about-btn:hover{
  background-color: #2380bd;
  color: #fff;
}
.why .why-right {
  align-items: center;
  position: relative;
  word-break: break-word;
  width: calc(70% - 40px);
  margin-left: 51px;
  display: flex;
  justify-content: space-between;
}
.why .why-right li {
  width: calc(100%/3 - 60px);
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.why .why-right li * {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.why .why-right li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #fff;
  opacity: .2;
}
.why .why-right li:nth-child(3)::after {
  display: none;
}
.why .why-right li h2{
  font-family: Poppins;
  font-size: 20px;
  margin: 20px 0;
  font-weight: 500;
}
.why .why-right li h2::after {
  content: '';
  background: #fff;
  height: 2px;
  width: 60%;
  display: block;
  margin: 20px auto;
}
.about-honor {
  display: flex;
  margin: 30px 0 50px;
}
.about-honor li {
  flex: 1;
}
.about-honor li img {
  width: 100%;
}
.about-cont img {
  width: 100%;
}
/* appliction */
.appliction-list {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.appliction-list li {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.appliction-list li .appliction-right,.appliction-list li .appliction-left {
  padding: 10px 0;
  width: 50%;
}
.appliction-text {
  margin: 0 10px;
  padding-top: 60px;
}
.appliction-text h2 {
  font-size: 20px;
  color: #2380bd;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left;
  font-family: Poppins;
  margin-bottom: 10px;
}
.appliction-text .service-more {
  font-size: 16px;
}
.appliction-list li video {
  width: 100%;
  transition: all .3s ease;
  height: auto;
  overflow: hidden;
  position: relative;
}
.appliction-right, .appliction-left{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.video-box {
  display: grid;
  overflow: hidden;
  position: relative;
  margin: 10px;
  cursor: pointer;
}
.appliction-list .video-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: url(../images/play2.png) center center no-repeat;
}
.appliction-list .video-box.active::after {
  display: none;
}
.video-box:hover video{
  transform: scale(1.3);
}
.video-box.active:hover video{
  transform: scale(1);
}
/* 新闻中心 */
.news-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.news-list li {
  display: flex;
  padding: 10px;
  margin-bottom: 20px;
  transition: all .5s;
  width: 100%;
}
.news-list li .news-list-img {
  width: 35%;
  max-width: 388px;
  max-height: 225px;
  overflow: hidden;
}
.news-list li .news-list-img img {
  width: 100%;
}
.news-list li .news-list-cont {
  width: 62%;
  margin-left: 8%;
  padding: 18px 12px;
}
.news-list li:hover {
  background: #2380bd;
  color: #fff ;
}
.news-list li a:hover {
  text-decoration: underline;
}
.news-cont-hd {
  font-size: 16px;
  color: #333;
  color: inherit;
}
.news-cont-hd a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-cont-bd p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  margin: 12px 0 25px;
}
.news-cont-bd-btn {
  display: inline-block;
  padding: 5px 15px;
  text-align: center !important;
  color: #666;
  font-size: 16px;
  font-family: "Futura LT Medium";
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: inherit;
}
/* 新闻详情 */
.new-cont h1{
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  line-height: 1.8em;
}
.new-cont-hd ul {
  display: block;
  text-align: center;
}
.new-cont-hd ul li {
  display: inline-block;
  margin-right: 20px;
}
.new-cont-hd ul li:last-child{
  margin: 0;
}
.new-cont-hd .foot-bd-box {
  position: relative;
  text-align: center;
  margin: 10px 0;
}
.new-cont-hd .prodlist-pro-shareit .foot-bd-box a span {
  zoom: 1.1;
  margin-right: 5px;
}
/* 联系我们 */
.contact-cont>ul {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.contact-cont-left {
  width: 33.3333%;
  padding: 10px 0;
}
.contact-cont ul li ul {
  flex-direction: column;
}
.contact-cont ul li ul li {
  display: flex;
  padding: 10px 0;
}
.contact-cont-left .contact-cont-left-icon {
  width: 8.333333333333332%;
  font-size: 30px;
  color: #2380bd;
  margin: 0 10px;
  padding-top: 10px;
  transition: all .5s;

}
.contact-cont-left .contact-cont-left-icon:hover i {
  transform: rotateY(
    360deg);
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(
    360deg);
        -o-transform: rotateY(360deg);
        transition: transform 1s;
        -moz-transition: transform 1s;
        -webkit-transition: transform 1s;
        -o-transition: transform 1s;
}
.contact-cont-left .contact-cont-left-cont {
  width: 91.66666666666666%;
  margin: 0 10px;
}
.contact-cont-left .contact-cont-left-cont h2 {
  font-size: 20px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
    text-align: left;
}
.contact-cont-left .contact-cont-left-cont p {
  font-size: 15px;
  letter-spacing: 0;
    line-height: 1.6em;
    font-family: Open Sans;
}
.contact-cont-right {
  width: 66.666%;
  padding: 10px 0;
  padding-left: 7%;
}
.contact-cont-right h2 {
  font-family: Poppins;
  font-size: 34px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6em;
  text-align: left;
  padding: 0 10px;
}
.contact-cont-right p {
  padding: 0 10px;
}
.contact-cont-right-form {
  margin-top: 24px;
}
.contact-cont-right-form .control-group{margin-bottom:16px;width:50%;float:left;position: relative;}
.contact-cont-right-form .control-group .controls input,.contact-cont-right-form .control-group .controls select,.contact-cont-right-form .control-group .controls textarea{
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
  width:100%;padding:4px 0;text-indent:6px;box-sizing:content-box;margin-left:-1px;
  height: 34px !important;
  border-radius: 4px;
  color: #000 !important;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 4px 6px;
  vertical-align: middle;
}
.contact-cont-right-form .control-group.textarea {
  width: 100%;
}
.contact-cont-right-form .control-group .controls textarea{
  resize:vertical;
  height: 80px !important;
}
.contact-cont-right-form .controls{padding:0 10px}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666 ;
}
.contact-cont-right-form .imgVarifyCode {
  margin: 10px 0 20px;
  width: 100%;
}
.imgVarifyCode a {
  display: block;
  float: left;
}
 #faptcha_response_field {
   width: 220px;
   height: 34px !important;
   border: 1px solid #ccc;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
  padding:4px 6px;text-indent:6px;box-sizing:content-box;margin-left:-1px;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  float: left;
 }
 .contact-cont-right-form button.btn {
  height: 32px;
  line-height: 20px;
  padding: 0 30px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border:0;
  border-radius: 50px;
  transition: all .3s ease-out;
  width: 162px;
  height: 44px;
  background-color: #2380bd;
  color: #fff;
 }
 .contact-cont-right-form button.btn:hover {
  background-color: #12537e;
 }
 .errormessage {
  position: absolute;
  bottom: -14px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  left: 10px;
  right: 8px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #c00;
  color: #fff;
  opacity: .9;
 }
 .easyzoom-flyout {
   z-index: 9 !important;
   zoom:1.4;
 }

 .pro-big {
   overflow: hidden;
   height: 400px;
   border: 1px solid #ccc;
 }
 @media screen and (min-width: 800px) {
   
  #pro-nav {
    padding: 10px 0;
    overflow: hidden;
  }
  #pro-nav li{cursor:pointer; width: 60px !important; height: 60px;border: 1px solid #CCC;} 
  #pro-nav li img{ width: 100%; height: auto;}
  .swiper-container .swiper-slide::after {
    content: ' ';
    width: 11px;
    height: 6px;
    position: absolute;
    top: -7px;
    left: 45%;
    margin-left: -3px;
    background: url(../images/product-icon.png) no-repeat -170px -10px;
    display: none;
  }
  #pro-nav .active,#pro-nav.swiper-container .swiper-slide:hover { border:2px solid #de1c31; }
  #pro-nav.swiper-container .active::after,#pro-nav.swiper-container .swiper-slide:hover::after {
    display: block;
  }
 }