@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.head1 {
  line-height: 46px;
  font-size: 14px;
  color: #005468;
}

.head1 a {
  font-size: 14px;
  color: #005468;
}

.head1 .top-contact {
  background: url(/default1/e3d42cbae91102eee82dbfaeea2a6d028bf02138.png) no-repeat left center;
  padding-left: 38px;
  font-family: "Arial";
}

.head-bg {
  background: #005468;
}

.head-bg .head-index {
  position: relative;
}

.head-bg .head-index .logo {
  line-height: 113px;
}

.ss {
  line-height: 56px;
}

#formsearch {
  position: absolute;
  right: 0;
  top: 113px;
  border: 1px solid #005468;
  width: 252px;
  z-index: 11;
  background: #005468;
  display: none;
}

#formsearch input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

#formsearch input#keyword {
  text-indent: 10px;
  float: left;
  width: 200px;
  color: #fff;
  outline: none;
}

#formsearch input#s_btn {
  background: url(/default1/0f861568d7c2f3e1151a6c9c00a88b0761456e51.png) no-repeat 50%;
  font-size: 0;
  float: right;
  width: 50px;
  outline: none;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

#formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

/**/
.product-bg {
  background: url(/default1/204cf8ab9f40cc1d1b8bd7e4015a9d01e5d70a41.jpg) repeat-x top center;
  height: 792px;
}

.product-bg .product-index {
  padding-top: 70px;
}

.product-bg .product-index .pt {
  text-align: center;
}

.product-bg .product-index .pt .pt1 {
  color: #4d4d4e;
  font-size: 34px;
}

.product-bg .product-index .pt .pt2 {
  color: #4d4d4e;
  font-size: 20px;
  padding-top: 10px;
}

.p2-swiper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  margin-top: 65px;
}

.p2-swiper .swiper-slide {
  align-self: flex-end;
  position: relative;
  z-index: 1;
}

.p2-swiper .swiper-slide a div.img {
  position: relative;
  text-align: center;
}

.p2-swiper .swiper-slide a div.img img {
  width: 473px;
  height: 360px;
  
  
    /*  max-width: 100%;*/
    /*height: auto !important;*/
    /*width: auto !important;*/
    /*text-align: center;*/
    /*display: inline-block;*/
}

.p2-swiper .swiper-slide a div.img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  transition: all ease .3s;
  display: none;
}

.p2-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.p2-swiper .swiper-slide .wz {
  padding-top: 24px;
  opacity: 0;
}

.p2-swiper .swiper-slide .wz .w1 {
  font-weight: bold;
  color: #3e3e3e;
  font-size: 16px;
  text-align: center;
}

.p2-swiper .swiper-slide .wz .w2 {
  color: #3e3e3e;
  font-size: 14px;
  padding-top: 12px;
}

.p2-swiper .swiper-slide-next .wz {
  opacity: 1;
}

.p2-swiper .swiper-slide-next {
  z-index: 22;
  transform: translateX(-13%);
}

.p2-swiper .swiper-slide-next a div.img::after {
  opacity: 0;
}

.p2-swiper .swiper-slide-next a div.img img {
  margin-top: 0;
  width: 484px;
  height: 434px;
  box-shadow: 0 0 10px #d8e8d8;
}

.p2-swiper .swiper-slide-next h3 {
  transform: translateX(11%);
}

.p2-swiper .swiper-button-prev {
  background: url(/default1/66d3dce56ca31b45b92568209220a426f5e01238.png) no-repeat center center;
  width: 45px;
  height: 45px;
  top: 465px;
  bottom: 0;
}

.p2-swiper .swiper-button-next {
  background: url(/default1/027bbcd56e2cb63bd8885685e96f1fa289383f96.png) no-repeat center center;
  width: 45px;
  height: 45px;
  right: 0px;
  top: 465px;
}

/**/
.case-index {
  margin-top: 50px;
}

.case-index .pt {
  text-align: center;
}

.case-index .pt .pt1 {
  color: #4d4d4e;
  font-size: 34px;
}

.case-index .pt .pt2 {
  color: #4d4d4e;
  font-size: 20px;
  padding-top: 10px;
}

.case-index .clist1 {
  margin: 0 -21px;
  margin-top: 50px;
}

.case-index .clist1 li {
  float: left;
  margin: 0 20px;
  margin-bottom: 42px;
}

.case-index .clist1 li .img1 img {
  width: 373px;
  height: 283px;
}

.case-index .clist1 li .wz {
  color: #4d4d4e;
  font-size: 16px;
  text-align: center;
  padding-top: 28px;
}

.case-index .clist1 li:hover .wz {
  color: #005468;
}

.case-index .c-more {
  width: 179px;
  height: 46px;
  background: #e3790d;
  margin: 0 auto;
  margin-top: 50px;
}

.case-index .c-more a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
}

/*关于我们*/
.bg1 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  background: url(/default1/80697138bb62ad4b4cbab6dc063cb7770d4e3533.png) no-repeat center top;
  height: 1225px;
  overflow: hidden;
  margin-top: 30px;
}

.bg1 .pt {
  text-align: center;
}

.bg1 .pt .pt1 {
  color: #4d4d4e;
  font-size: 34px;
}

.bg1 .pt .pt2 {
  color: #4d4d4e;
  font-size: 20px;
  padding-top: 10px;
}

.abouta {
  width: 600px;
  height: 457px;
  float: left;
  margin-top: 125px;
  overflow: hidden;
}

.a_img .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.a_img .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  text-align: center;
  font-size: 0;
  bottom: 5%;
  right: 5%;
}

.abouta img {
  transition: .6s;
}

.abouta:hover img {
  transform: scale(1.1);
}

.a_img .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  border: 1px solid #154625;
  border-radius: 0%;
  background: none;
  width: 1em;
  height: 1em;
  opacity: .99;
  right: 5% !important;
}

.a_img .owl-carousel .owl-dots button.owl-dot:hover {
  background: #154625;
}

.a_img .owl-carousel .owl-dots button.owl-dot.active {
  opacity: .99;
}

.aboutb {
  width: 560px;
  float: right;
  margin-top: 130px;
}

.abtt {
  color: #4d4d4e;
  font-size: 24px;
  font-weight: 400;
}

.abnx {
  display: block;
  margin-top: 60px;
  color: #4d4d4e;
  font-size: 16px;
  line-height: 30px;
  height: 250px;
  overflow: hidden;
  text-align: justify;
  letter-spacing: 0.2px;
}

.att {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #454545;
  font-weight: 400;
}

.tel {
  color: #e3790d;
  font-size: 30px;
  display: block;
  margin-top: 10px;
}

.cha {
  display: block;
  width: 152px;
  height: 46px;
  background: #e3790d;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  margin-top: 62px;
  position: relative;
}

.cha a {
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  z-index: 99999;
  position: relative;
}

.cha::after {
  position: absolute;
  z-index: 999;
  width: 0%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #005468;
  content: "";
  transition: .3s;
  color: #fff;
  text-align: center;
}

.cha:hover::after {
  width: 100%;
  transition: .3s;
  color: #fff;
  text-align: center;
}

.abc {
  width: 830px;
  height: 288px;
  background: #fff;
  float: left;
  margin-top: 90px;
}

.adv1 {
  display: block;
  margin-top: 90px;
}

.adv1 li {
  float: left;
  list-style: none;
  border-right: 1px solid #ededed;
  padding: 0 65px;
}

.adv1 li:hover h2 a {
  color: #005468;
}

.adv1 li:last-child {
  border-right: none;
}

.adv1 li .img1 a img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.adv1 li h2 {
  color: #4d4d4e;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}

.adv1 li h2 a {
  color: #4d4d4e;
  text-align: center;
  font-size: 20px;
}

.adv1 li:hover {
  color: #005468;
}

.adv1 li:hover .img1 a img {
  filter: invert(47%) sepia(21%) saturate(1264%) hue-rotate(68deg) brightness(96%) contrast(81%);
}

.abd {
  width: 358px;
  height: 288px;
  background: #f1fdf0;
  float: right;
  margin-top: 90px;
}

.ddt {
  display: block;
  text-align: center;
  color: #005468;
  font-size: 28px;
  font-weight: 400;
  padding-top: 102px;
}

.ddt span {
  display: block;
  color: #005468;
  font-size: 20px;
  padding-top: 25px;
}

/**/
.tab-con {
  position: relative;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.news-index {
  margin-top: 50px;
  margin-bottom: 170px;
}

.news-index .nt {
  text-align: center;
  color: #333333;
  font-size: 36px;
}

.news-index .con {
  margin-top: 60px;
}

.news-index .con .newsimg {
  width: 513px;
  height: 389px;
}

.news-index .con .newsr {
  width: 670px;
}

.news-index .con .newsr .nsort {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px;
}

.news-index .con .newsr .nsort li {
  display: inline-block;
  margin-right: 48px;
  padding-bottom: 30px;
}

.news-index .con .newsr .nsort li a {
  display: block;
  color: #666666;
  font-size: 22px;
}

.news-index .con .newsr .nsort li:last-child {
  margin-right: 0;
}

.news-index .con .newsr .nsort li.active {
  background: url(/default1/f5a4ed23943f1d327b16ab549bf3b7c93b864836.jpg) no-repeat bottom center;
}

.news-index .con .newsr .nsort li.active a {
  color: #ee7624;
}

.news-index .con .newsr .nlist2 {
  overflow: hidden;
  height: 288px;
  position: relative;
}

.news-index .con .newsr .nlist2 .swiper-wrapper {
  display: block;
}

.news-index .con .newsr .nlist2 .swiper-wrapper > div {
  padding-left: 30px;
  position: relative;
  margin-bottom: 22px;
}

.news-index .con .newsr .nlist2 .swiper-wrapper > div a {
  display: block;
  color: #666666;
  font-size: 16px;
}

.news-index .con .newsr .nlist2 .swiper-wrapper > div::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #858585;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.news-index .con .newsr .nlist2 .swiper-wrapper > div:hover .zi {
  color: #ef7f33;
}

.news-index .con .newsr .nlist2 .swiper-wrapper > div:hover::before {
  background: #ef7f33;
}

/**/
.foot-bg {
  background: #322f2e;
  padding: 40px 0;
}

.foot-bg .foot-index .foot1 {
  width: 940px;
}

.foot-bg .foot-index .foot1 h3 {
  color: #ffffff;
  font-size: 24px;
}

.foot-bg .foot-index .foot1 .fnav {
  margin-top: 40px;
}

.foot-bg .foot-index .foot1 .fnav dl {
  float: left;
  width: 143px;
}
.foot-bg .foot-index .foot1 .fnav dl:first-child{width:180px;}
.foot-bg .foot-index .foot1 .fnav dl dt {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  color:#aaa;
}

.foot-bg .foot-index .foot1 .fnav dl dd a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.foot-bg .foot-index .foot2 {
  width: 260px;
}

.foot-bg .foot-index .foot2 .erq p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}

.foot-bg .foot-index .foot2 .ct {
  margin-top: 10px;
}

.foot-bg .foot-index .foot2 .ct p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.foot-bg .cop {
  color: #fffefe;
  font-size: 12px;
  line-height: 24px;
}

.foot-bg .cop a {
  color: #fffefe;
}

/*内页留言*/
.message {
  padding-left: 30px;
  padding-top: 10px;
  z-index: 100;
  position: relative;
}

.message input {
  vertical-align: middle;
}

.message #name {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  padding-left: 6px;
  border: 1px solid #dedede;
  width: 200px;
}

.message #ptitle {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  padding-left: 6px;
  border: 1px solid #dedede;
  width: 200px;
}

.message #contact {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  padding-left: 6px;
  border: 1px solid #dedede;
  width: 200px;
}

.message #email {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  padding-left: 6px;
  border: 1px solid #dedede;
  width: 200px;
}

.message #address {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  padding-left: 6px;
  border: 1px solid #dedede;
  width: 200px;
}

.message #content {
  display: block;
  width: 460px;
  height: 120px;
  padding: 6px;
  font-size: 12px;
  border: 1px solid #dedede;
  margin-top: 6px;
}

.message .msgbtn {
  background: #fe693e;
  cursor: pointer;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 15px;
  font-family: "Microsoft YaHei";
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#code {
  padding-top: 10px;
  line-height: 26px;
}

#checkcode {
  height: 32px;
  line-height: 32px;
  width: 120px;
  border: 1px solid #dedede;
}

#message_main tr {
  position: relative;
}

#message_main tr th {
  font-weight: normal;
  text-align: right;
  height: 42px;
  line-height: 42px;
  color: #666;
}

.m_label {
  position: absolute;
  width: 160px;
  text-align: left;
  line-height: 26px;
  padding-left: 8px;
  color: #ccc;
  z-index: 1;
  cursor: text;
}

.c_label {
  line-height: 18px;
  padding-top: 12px;
}

/*é¦–é¡µç•™è¨€è¡¨å•*/
.index_message {
  position: relative;
  background: #fff;
  font-size: 12px;
}

.name_input {
  border: 1px solid #cccccc;
  margin-top: 5px;
  background: #ffffff;
  height: 22px;
  width: 205px;
}

.input_left {
  float: left;
  width: 40px;
  color: #666;
  text-align: center;
  background: url(/default1/20648d25d02e497bc127de39e8e6ebf9441c3d4c.jpg) left top repeat-x;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.input_right {
  position: relative;
  float: right;
}

.input_right input {
  height: 22px;
  line-height: 22px;
}

.input_right .m_label {
  position: absolute;
  width: 100px;
  text-align: left;
  line-height: 22px;
  padding-left: 6px;
  color: #ccc;
  z-index: 1;
  cursor: text;
  font-size: 12px;
}

#m_div {
  width: 222px;
  position: fixed;
  right: 2px;
  bottom: 0px;
  padding-bottom: 1px;
  z-index: 99999;
  background: none;
}

.d_label {
  line-height: 18px;
  padding-top: 8px;
  width: 160px;
}

.w_message {
  border: 1px solid #ed2b36;
  padding: 7px;
  padding-top: 3px;
  height: 253px;
  padding-bottom: 27px;
  background: #f5f5f5;
  background-size: 100% 100%;
}

.w_message #name {
  width: 156px;
  height: 22px;
  line-height: 22px;
  border: none !important;
  color: #666;
}

.w_message #contact {
  width: 156px;
  height: 20px;
  line-height: 20px;
  border: none !important;
  color: #666;
}

.w_message #email {
  width: 156px;
  height: 20px;
  line-height: 20px;
  border: none !important;
  color: #666;
}

.w_message #address {
  width: 156px;
  height: 20px;
  line-height: 20px;
  border: none !important;
  color: #666;
}

.w_message #content {
  width: 205px;
  height: 65px;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  color: #666;
  font-size: 12px;
}

.w_message #checkcode {
  width: 99px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ccc;
  color: #666;
  background-color: #fff;
}

#message_main {
  display: table-cell;
}

.w_message #message_main tr {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 28px;
}

.w_message #message_main tr th {
  height: 28px;
  line-height: 28px;
  width: 37px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.w_message #code {
  padding-top: 0px;
  margin-top: 5px;
}

.w_title {
  background: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  height: 33px;
  width: 222px;
  overflow: hidden;
}

.w_message #message_main .m_input {
  border: 1px solid #ccc;
  background-color: #fff;
}

.w_message .msgbtn {
  width: 93px;
  height: 29px;
  line-height: 20px;
  background: #ed2b36;
  margin-top: 3px;
  border: none;
  font-family: "å®‹ä½“", arial;
  font-size: 12px;
  font-family: "å¾®è½¯é›…é»‘";
  color: #fff;
}

.w_message .msgbtn_hover {
  background: #ed2b36;
  color: #fff;
  border: 1px solid #ed2b36;
}

.m_close {
  background: url(/default1/8a87580a6c71bbc3266302242af1cd9874104e82.png) left top no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  overflow: hidden;
  width: 19px;
  height: 20px;
  right: 12px;
  top: 8px;
  cursor: pointer;
}

.m_open {
  background: url(/default1/5ddca92f4a84ed189dcd11373cd7828cf6b4ab3a.png) left top no-repeat;
}

.w_message .m_under {
  position: absolute;
  width: 227px;
  left: 0;
  bottom: 1px;
  text-align: center;
}

.w_message .support {
  color: #000;
  width: 100px;
  position: absolute;
  bottom: 1px;
  right: 8px;
  font-size: 12px;
}

#m_top {
  height: 1px;
  font-size: 0px;
  line-height: 1px;
  margin: 0 2px;
  background: #ed2b36;
}

#m_mid {
  height: 1px;
  font-size: 0px;
  line-height: 1px;
  margin: 0 1px;
  background: #ed2b36;
}

#m_bot {
  background: #ed2b36;
  height: 31px;
  line-height: 31px;
  padding-left: 9px;
  font-family: "å¾®è½¯é›…é»‘";
  font-size: 13px;
}
