@charset "UTF-8";

html,
body {
  font-family: "Microsoft yahei";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
img,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}

body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  /* font-family: "microsoft yahei", "Arial"; */
  color: #333333;
}


ul,
ol,
li {
  list-style: none;
}

input {
  background: none;
  border: 0 none;
}

img,
iframe {
  border: 0px;
}

em,
i {
  font-style: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.red {
  color: #ba292e;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.poa {
  position: absolute;
}

.por {
  position: relative;
}

.hidden {
  display: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #1F7F57;
  /* color: #3fb150; */
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

body {
  width: 100%;
  background: url(../img/sy-bj-wl2.png) no-repeat center top;
}

.box {
  width: 100%;
  height: 100%;
  background: url(../img/sy-bj-wl1.png) no-repeat center top;
}

/* 头部导航 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 80px;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transform: translateZ(0);
}

.header .w1200 {
  position: relative;
  height: 80px;
}

.header .logo {
  height: 80px;
  width: 144px;
}

.header .logo img {
  margin-top: 15px;
}

.header .nav {
  padding-left: 35px;
  height: 80px;
  line-height: 80px;

}

.header .nav>ul>li {
  float: left;
}

header .nav>ul>li>a:hover {
  color: #1F7F57;
  /* border-bottom: 3px solid #1F7F57; */
}

.header .nav .active {
  color: #1F7F57;
  border-bottom: 3px solid #1F7F57;
}

.header .nav>ul>li>a {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 80px;
  font-size: 16px;
  padding: 0 28px;
}

.nav .list {
  position: absolute;
  top: 88px;
  left: -266px;
  padding: 0 140px 0 160px;
  width: 1200px;
  height: 0px;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  transition: height 0.5s ease;
}
.nav .list li:nth-child(2) {
  position: relative;
}
.nav .list li:nth-child(2)::before {
  position: absolute;
  top: -8px;
  left: 41px;
  content: ' ';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 100;
}

.nav .list li:first-of-type {
  margin-left: 0;
}

.nav .list li {
  float: left;
  margin-left: 40px;
}

.nav .list li a:first-of-type {
  display: inline-block;
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  line-height: 26px;
  color: #333;
  border-bottom: 1px solid #333;
}
.nav .list li a:first-of-type.active {
  color: #1F7F57;
  border-bottom: 1px solid #1F7F57;
}
.nav .list li a:first-of-type:hover {
  color: #1F7F57;
  border-bottom: 1px solid #1F7F57;
}
.product:after {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  bottom: -10px;
  right: 41px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 100;
  display: none;
}
.nav .product:hover:after {
  display: block;
}
.nav .product:hover .list {
  height: 256px;
}
.nav .product {
  position: relative;
}
.nav .list li a {
  display: block;
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 26px;
}

.nav .list li a:hover {
  color: #005C35;
  /* background-color: #f2f1f1; */
}

#triangle {
  position: relative;
}

#triangle-down {
  position: absolute;
  width: 0;
  height: 0;
  top: 38px;
  right: 16px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #000;
}



.nav>ul>li>a:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    transform: translate(-50%);
}

.header .nav>ul>.ad_width>a:hover:after {
    height: 3px;
    animation: ad_width .5s linear forwards;
    background: #1F7F57;
}

@keyframes ad_width {
    from {
        width: 0
    }

    to {
        width: 100%;
    }
}

.header .about {
  padding-left: 50px;
  width: 188px;
  height: 80px;
  line-height: 23px;
  background: url("../img/nav-dh.png") no-repeat left center;
  background-size: 40px 40px;
}

.header .about p {
  margin-top: 16px;
  color: #0b603c;
  font-size: 14px;
}

.header .about span {
  display: block;
  color: #F78001;
  font-size: 18px;
  font-weight: 600;
}

/* 轮播 */
.banner {
  margin:0 auto;
  padding-top: 80px;
  width: 100%;
  /* height: 900px; */
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container {
  margin: 0 auto;
  width: 100%;
  /* height: 900px; */
}
.banner .swiper-wrapper {
  margin: 0 auto;
  width: 100%;
  /* height: 900px; */
}
.banner .swiper-slide img{
  width: 100%;
  font-size: 0;
  vertical-align:top;
}
.banner .swiper-button-prev {
  background-image: url("../img/banner-l.png");
}
.banner .swiper-button-next {
  background-image: url("../img/banner-r.png");
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .5;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    left: 0;
    width: 100%;
}
/* .banner .swiper1 {
  background: url("../images/sy-banner1.jpg") no-repeat center center;
  background-size: 1920px 900px;
}
.banner .swiper2 {
  background: url("../images/sy-banner1.jpg") no-repeat center center;
  background-size: 1920px 900px;
} */
/* .banner-view {
  position: relative;
  height: 100%;
  z-index: 9;
  background-color: #74dcff;
  background-repeat: no-repeat;
}

.banner-view i {
  position: relative;
  display: block;
  float: left;
  background-repeat: no-repeat;
}

.banner-btn {
  position: absolute;
  width: 100%;
  height: 0;
  top: 45%;
  font-family: "宋体";
  font-size: 20px;
  z-index: 10;
}

.banner-btn span {
  display: block;
  float: left;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #74dcff;
  cursor: pointer;
  font-weight: 500;

}

.banner-btn span:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-btn span+span {
  float: right;
}

.banner-number {
  position: absolute;
  bottom: 35px;
  width: 100%;
  height: 0;
  font-size: 0;
  text-align: center;
  z-index: 10;
}

.banner-number>* {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  background-color: #00c3ff;
  cursor: pointer;
}

.banner-number>*:hover,
.banner-number>*.on {
  background-color: #F78001;
}

.banner-progres {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3px;
  z-index: 10;
}

.banner-progres i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  display: block;
  height: 100%;
  width: 0;
} */

/* 品牌介绍 */
.brand {
  width: 100%;
  height: 900px;
  background: url("../images/sy-ppjs_02.jpg") no-repeat center center;
}

.brand .w1200 {
  position: relative;
  height: 900px;
}

.brand .w1200 .qm {
  position: absolute;
  right: 0px;
  top: 220px;
  width: 101px;
  height: 277px;
  background: url("../img/qm_03.jpg") no-repeat center center;
}

.brand .brand_title {
  position: absolute;
  top: 258px;
  left: 70px;
  width: 508px;
  height: 358px;
}

.brand .brand_title h2 {
  margin-bottom: 45px;
  height: 100px;
  width: 100%;
  line-height: 100px;
  font-size: 80px;
  font-weight: 500;
  color: #333;
}

.brand .brand_title .bgc {
  margin-bottom: 15px;
  width: 115px;
  height: 5px;
  background-color: #1F7F57;
}

.brand .brand_title p {
  padding: 3px 0;
  font-size: 20px;
  color: #666;
}

.brand .brand_details {
  display: block;
  margin-top: 52px;
  width: 150px;
  height: 54px;
  background: url("../img/sy-btn-ljgd-zc.png") no-repeat center center;
  transition: all 0.3s ease;
}

.brand .brand_details:hover {
  background: url("../img/sy-btn--ljgd-xt.png") no-repeat center center;
  transform: translateX(6px);
}

/* 新闻中心 */
.news {
  height: 840px;
}

.title {
  padding-top: 100px;
}

.title h2 {
  margin-bottom: 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  font-weight: 500;
}

.title .bgc {
  margin: 0 auto 16px;
  width: 92px;
  height: 5px;
  background-color: #1F7F57;
}

.title p {
  text-align: center;
  font-size: 14px;
  color: #999;
}

.center {
  margin-top: 40px;
}

.news .center .bgcimg:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
  /* 标准语法 */
}

.news .center .bgcimg {
  position: relative;
  width: 600px;
  height: 600px;
  /**background: url("../images/sy-xwzx_05.jpg") no-repeat center center;**/
  transition: all 0.6s ease;
}
.news .center .bgcimg img {
  width: 100%;
  height: 100%;
}
.news .center .bgcimg .box {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  width: 105px;
  height: 92px;
  border: 4px solid #fff;
  transition: all 0.6s ease;
}

.news .center .bgcimg:hover .box {
  transform: translate(30px, 30px);
}

.news .center .bgcimg:hover h3 {
  transform: translate(30px, -30px);
}

.news .center .bgcimg .box span {
  color: #fff;
  font-size: 48px;
  font-family: Arial;
  line-height: 55px;
  font-weight: 700;
}

.news .center .bgcimg .box p {
  color: #fff;
  font-size: 16px;
  line-height: 10px;
}

.news .center .bgcimg>h3 {
  position: absolute;
  left: 30px;
  bottom: 28px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  transition: all 0.6s ease;
}

.news .center .fl {
  overflow: hidden;
  width: 600px;
  height: 600px;
}

.news .center .fr {
  width: 574px;
  height: 600px;
}

.news .center .fr li {
  margin-bottom: 20px;
  width: 574px;
  height: 187px;
  /* border-bottom: 1px solid #ccc; */
  transition: all 0.3s ease;
  box-shadow: 1px 1px 6px 1px #EEEEEE;
  /* border-radius: 5px; */
  background-color: #fff;

}

.news .center .fr li:hover {
  box-shadow: 1px 1px 11px 3px #ccc;
  transform: translateY(-10px);

}

.news .center .fr .li_tit {
  float: left;
  width: 108px;
  height: 187px;
  padding: 64px 0;
  /* line-height: 187px; */
  text-align: center;
}

.news .center .fr .li_tit div {
  margin-top: 7px;
  font-weight: 700;
  font-size: 48px;
  font-family: Arial;
  color: #333;
}

.news .center .fr .li_tit strong {
  margin-top: 3px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
}

.news .center .fr .li_tit1 {
  padding: 16px 30px 0 0;
  float: right;
  width: 466px;
  height: 187px;
}

.news .center .fr .li_tit1 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.news .center .fr .li_tit1 p {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.news .center .fr .li_tit1 div {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #666;
  /* overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; */
  /* 多行文本溢出隐藏 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .center .fr .li_tit1 .see_more {
  float: right;
  width: 90px;
}
.news .center .fr .li_tit1 .see_more a {
  /* float: right; */
  font-size: 18px;
  color: #F78001;
  font-weight: normal;
}

/* 品牌视频 */
.video_brand {
  background: url("../img/video-img.png") no-repeat right bottom;
}

.video_brand .title p {
  margin-bottom: 70px;
}

.video_brand .video {
  float: left;
  width: 749px;
  height: 420px;
}

.video_brand .video_tit {
  position: relative;
  float: right;
  padding: 60px 40px 0 30px;
  width: 451px;
  height: 460px;
  /* background: url("../img/video-img.png") no-repeat; */
}

.video_brand .video_tit h4 {
  font-size: 24px;
  font-family: Arial;
  color: #F78001;
  font-weight: 500;
}

.video_brand .video_tit h3 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 3px;
}

.video_brand .video_tit p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  font-weight: 500;
}

.video_brand .video_tit a {
  position: absolute;
  bottom: 135px;
  display: block;
  padding-left: 30px;
  width: 150px;
  height: 54px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  border:2px solid #333;
  border-radius:5px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.video_brand .video_tit a span {
  position: absolute;
  top: 21px;
  right: 30px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #333;
  border-bottom: 4px solid transparent;
}
.video_brand .video_tit a:hover {
  border:2px solid #1F7F57;
  color: #1F7F57;
  /* transform: translateX(5px); */
}
.video_brand .video_tit a:hover span {
  border-left: 4px solid #1F7F57;
}

/* 产品中心 */
.product_center .title p {
  margin-bottom: 30px;
}

.product_center .product {
  height: 660px;
}

.product_center .product .fl a .linear {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.product_center .product .fl {
  margin-right: 30px;
  width: 354px;
  height: 655px;
}

.product_center .product .fl a:nth-child(1) {
  position: relative;
  display: block;
  margin-bottom: 30px;
  width: 354px;
  height: 427px;
}

.product_center .product .fl a:nth-child(1) h2 {
  position: absolute;
  bottom: 20px;
  left: 140px;
  font-size: 24px;
  font-weight: 500;
}

.product_center .product .fl a:nth-child(1) .text {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /* opacity: 0.4; */
  height: 427px;
  width: 354px;
  background-color: rgba(0, 0, 0, 0.4);
}

.product_center .product .fl a:nth-child(1):hover .text {
  display: block;
}

.product_center .product .fl a:nth-child(1):hover h2 {
  display: none;
}

.product_center .product .fl a:nth-child(1) .text h3 {
  position: absolute;
  top: 130px;
  left: 60px;
  color: #fff;
  font-size: 36px;
  font-family: Arial;
  font-weight: 500;
}

.product_center .product .fl a:nth-child(1) .text div {
  position: absolute;
  top: 189px;
  left: 83px;
  color: #fff;
  font-size: 24px;
  width: 186px;
  height: 46px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 42px;
}

.product_center .product .fl a:nth-child(1) .text p {
  position: absolute;
  top: 286px;
  left: 150px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}


/* .product_center .product .fl a:nth-child(2) {
  position: relative;
  display: block;
  margin-bottom: 30px;
  width: 354px;
  height: 198px;
}

.product_center .product .fl a:nth-child(2) h2 {
  position: absolute;
  bottom: 20px;
  left: 140px;
  font-size: 24px;
  font-weight: 500;
}

.product_center .product .fl a:nth-child(2) .text {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 197px;
  width: 354px;
  background-color: rgba(0, 0, 0, 0.4);
}
.product_center .product .fl a:nth-child(2):hover .text {
  display: block;
}

.product_center .product .fl a:nth-child(2):hover h2 {
  display: none;
}
.product_center .product .fl a:nth-child(2) .text h3 {
  position: absolute;
  top: 30px;
  left: 60px;
  color: #fff;
  font-size: 36px;
  font-family: Arial;
  font-weight: 500;
}

.product_center .product .fl a:nth-child(2) .text div {
  position: absolute;
  top: 80px;
  left: 83px;
  color: #fff;
  font-size: 24px;
  width: 186px;
  height: 46px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 42px;
}

.product_center .product .fl a:nth-child(2) .text p {
  position: absolute;
  top: 158px;
  left: 150px;
  width: 50px;
  height: 3px;
  background-color: #fff;
} */
.product_center .product .fl a:nth-child(2) {
  position: relative;
  display: block;
  width: 354px;
  height: 198px;
}

.product_center .product .fl a:nth-child(2) h2 {
  position: absolute;
  bottom: 20px;
  left: 140px;
  font-size: 24px;
  font-weight: 500;
}

.product_center .product .fl a:nth-child(2) .text {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /* opacity: 0.4; */
  height: 197px;
  width: 354px;
  background-color: rgba(0, 0, 0, 0.4);
}
.product_center .product .fl a:nth-child(2):hover .text {
  display: block;
}

.product_center .product .fl a:nth-child(2):hover h2 {
  display: none;
}
.product_center .product .fl a:nth-child(2) .text h3 {
  position: absolute;
  top: 30px;
  left: 90px;
  color: #fff;
  font-size: 36px;
  font-family: Arial;
  font-weight: 500;
}

.product_center .product .fl a:nth-child(2) .text div {
  position: absolute;
  top: 80px;
  left: 83px;
  color: #fff;
  font-size: 24px;
  width: 186px;
  height: 46px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 42px;
}

.product_center .product .fl a:nth-child(2) .text p {
  position: absolute;
  top: 158px;
  left: 150px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.product_center .product .center {
  float: left;
  margin: 0 30px 0 0;
  width: 488px;
  height: 655px;
}

.product_center .product .center .qwz {
  position: relative;
  display: block;
  width: 488px;
  height: 360px;
}

.product_center .product .center .qwz .tit {
  position: absolute;
  top: 100px;
  left: 128px;
  display: none;
  font-size: 36px;
  font-family: Arial;
}

.product_center .product .center .qwz h2 {
  position: absolute;
  top: 160px;
  left: 150px;
  display: none;
  text-align: center;
  line-height: 42px;
  width: 188px;
  height: 46px;
  border: 2px solid #fff;
  font-size: 24px;
  font-weight: 500;
}

.product_center .product .center .qwz p {
  position: absolute;
  display: none;
  top: 257px;
  left: 216px;
  width: 55px;
  height: 3px;
  background-color: #fff;
}

.product_center .product .center .linear1 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.product_center .product .center .qwz:hover .linear1 {
  display: block;
}

.product_center .product .center .qwz:hover .tit {
  display: block;
}

.product_center .product .center .qwz:hover h2 {
  display: block;
}

.product_center .product .center .qwz:hover p {
  display: block;
}

.product_center .product .center .qwz .tit1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.product_center .product .center .qwz .qwzz {
  position: absolute;
  bottom: 20px;
  left: 195px;
  display: block;
  font-size: 24px;
  color: #fff;
}

.product_center .product .center .qwz:hover .qwzz {
  display: none;
}

.product_center .product .center .qwz:hover .tit1 {
  display: none;
}

.product_center .product .center .gzb {
  position: relative;
  float: left;
  display: block;
  margin-top: 30px;
  width: 230px;
  height: 264px;
}

.product_center .product .center .gzb h2 {
  position: absolute;
  bottom: 20px;
  left: 77px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.product_center .product .center .gzb .linear2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.product_center .product .center .gzb .text {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.product_center .product .center .gzb .text h3 {
  position: absolute;
  display: none;
  top: 55px;
  left: 58px;
  color: #fff;
  font-size: 36px;
  font-family: Arial;
  font-weight: 500;
}

.product_center .product .center .gzb .text div {
  position: absolute;
  display: none;
  top: 110px;
  left: 58px;
  color: #fff;
  font-size: 24px;
  width: 110px;
  height: 46px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 42px;
}

.product_center .product .gzb .text p {
  position: absolute;
  display: none;
  top: 195px;
  left: 89px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.product_center .product .gzb:hover .text {
  display: block;
}

.product_center .product .gzb:hover .text h3 {
  display: block;
}

.product_center .product .gzb:hover .text div {
  display: block;
}

.product_center .product .gzb:hover .text p {
  display: block;
}

.product_center .product .gzb:hover h2 {
  display: none;
}

.product_center .product .center .gzdb {
  position: relative;
  float: right;
  display: block;
  margin-top: 30px;
  width: 230px;
  height: 264px;
}

.product_center .product .center .gzdb h2 {
  position: absolute;
  bottom: 20px;
  left: 83px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.product_center .product .center .gzdb .linear2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.product_center .product .center .gzdb .text {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.product_center .product .center .gzdb .text h3 {
  position: absolute;
  display: none;
  top: 55px;
  left: 50px;
  color: #fff;
  font-size: 36px;
  font-family: Arial;
  font-weight: 500;
}

.product_center .product .center .gzdb .text div {
  position: absolute;
  display: none;
  top: 110px;
  left: 50px;
  color: #fff;
  font-size: 24px;
  width: 128px;
  height: 46px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 42px;
}

.product_center .product .gzdb .text p {
  position: absolute;
  display: none;
  top: 195px;
  left: 89px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.product_center .product .gzdb:hover .text {
  display: block;
}

.product_center .product .gzdb:hover .text h3 {
  display: block;
}

.product_center .product .gzdb:hover .text div {
  display: block;
}

.product_center .product .gzdb:hover .text p {
  display: block;
}

.product_center .product .gzdb:hover h2 {
  display: none;
}

.product_center .product .fr {
  width: 298px;
  height: 655px;
}

.product_center .product .fr .qljj {
  position: relative;
  display: block;
  width: 298px;
  height: 312px;
}

.product_center .product .fr .qljj h2 {
  position: absolute;
  top: 265px;
  left: 100px;
  font-size: 24px;
  font-weight: 500;
}

.product_center .product .fr .qljj .linear {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.product_center .product .fr .qljj .text {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /* opacity: 0.4; */
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.product_center .product .fr .qljj:hover .text {
  display: block;
}

.product_center .product .fr .qljj:hover h2 {
  display: none;
}

.product_center .product .fr .qljj .text h3 {
  position: absolute;
  top: 72px;
  left: 109px;
  color: #fff;
  font-size: 36px;
  font-family: Arial;
  font-weight: 500;
}


.product_center .product .fr .qljj .text div {
  position: absolute;
  top: 130px;
  left: 69px;
  color: #fff;
  font-size: 24px;
  width: 162px;
  height: 46px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 42px;
}

.product_center .product .fr .qljj .text p {
  position: absolute;
  top: 225px;
  left: 123px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.product_center .product .fr .gtgzn {
  position: relative;
  margin-top: 30px;
  display: block;
  width: 298px;
  height: 312px;
}

.product_center .product .fr .gtgzn h2 {
  position: absolute;
  top: 265px;
  left: 119px;
  font-size: 24px;
  font-weight: 500;
}

.product_center .product .fr .gtgzn .linear {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.product_center .product .fr .gtgzn .text {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /* opacity: 0.4; */
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.product_center .product .fr .gtgzn:hover .text {
  display: block;
}

.product_center .product .fr .gtgzn:hover h2 {
  display: none;
}

.product_center .product .fr .gtgzn .text h3 {
  position: absolute;
  top: 72px;
  left: 44px;
  color: #fff;
  font-size: 36px;
  font-family: Arial;
  font-weight: 500;
}


.product_center .product .fr .gtgzn .text div {
  position: absolute;
  top: 130px;
  left: 69px;
  color: #fff;
  font-size: 24px;
  width: 162px;
  height: 46px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 42px;
}

.product_center .product .fr .gtgzn .text p {
  position: absolute;
  top: 225px;
  left: 123px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.product_center .product a {
  color: #fff;
  transition: all 0.3s ease;
}

.product_center .product a:hover {
  transform: translateY(-12px);
  box-shadow: 5px 5px 6px 2px #999;
}

/* 我秀我家 */
.myfamily {
  margin: 0 auto;
  width: 1200px;
}

.myfamily .title h3 {
  text-align: center;
  font-size: 36px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #333;
}

.myfamily .title div {
  margin: 24px auto 0;
  width: 90px;
  height: 6px;
  background-color: #1F7F57;
}

.myfamily .title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "MicrosoftYaHei";
  font-weight: 400;
  color: #999;
}

.myfamily .family {
  margin: 35px auto 80px;
  width: 1200px;
}
.myfamily .family ul {
  width: 1230px;
  height: 497px;
}
.myfamily .family li {
  float: left;
  margin-right: 30px;
}
.myfamily .family li a {
  position: relative;
  display: block;
  width: 380px;
  height: 497px;
  background-color: #F5F5F5;
  transition: all 0.8s ease;
}
.myfamily .family li a .span1 {
  position: absolute;
  display: block;
  top: 265px;
  left: 155px;
  width: 70px;
  height: 70px;
  /* background: url("../images/gfsc-wxwj-tx1.png") no-repeat center center;
  background-size: 100% 100%; */
}
.myfamily .family li a .span2 {
  position: absolute;
  display: block;
  top: 265px;
  left: 155px;
  width: 70px;
  height: 70px;
  /* background: url("../images/gfsc-wxwj-tx2.png") no-repeat center center;
  background-size: 100% 100%; */
}
.myfamily .family li a .span3 {
  position: absolute;
  display: block;
  top: 265px;
  left: 155px;
  width: 70px;
  height: 70px;
  /* background: url("../images/gfsc-wxwj-tx3.png") no-repeat center center; */
  /* background-size: 100% 100%; */
}
.myfamily .family li a .span3 img {
  width: 100%;
  height: 100%;
}
.myfamily .family li a .span2 img {
  width: 100%;
  height: 100%;
}
.myfamily .family li a .span1 img {
  width: 100%;
  height: 100%;
}
.myfamily .family li a img {
  width: 380px;
  height: 300px;
}
.myfamily .family li a .tit {
  padding: 0 22px;
}
.myfamily .family li a .tit h4 {
  margin-top: 36px;
  text-align: center;
  font-size:20px;
  font-family:"MicrosoftYaHei";
  font-weight:400;
  color:rgba(51,51,51,1);
}
.myfamily .family li a .tit p {
  margin-top: 10px;
  font-size:14px;
  font-family:"MicrosoftYaHei";
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.myfamily .family li a:hover {
  box-shadow: 1px 1px 10px 1px #ccc;
  transform: translateY(-15px);
}


/* 尾部 */
.footer {
  width: 100%;
  height: 290px;
  background-color: #5D5B59;
}

.footer .footer_top {
  height: 198px;
}

.footer .footer_top .logo img {
  margin-top: 40px;
  width: 200px;
  height: 70px;
}

.footer .footer_top .logo .tel {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.footer .footer_top .logo .tel span {
  display: inline-block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background: url("../img/sy-db-icon-dh.png") no-repeat;
}

.footer .footer_top .logo p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.footer .footer_top .logo p span {
  display: inline-block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background: url("../img/sy-db-icon-dw.png") no-repeat;
}

.footer .footer_top .about {
  margin-top: 55px;
  margin-left: 146px;
}

.footer .footer_top .about ul li {
  padding-left: 46px;
}

.footer .footer_top .about ul li div {
  font: 14px;
  color: #fff;
  padding-bottom: 5px;
}

.footer .footer_top .about ul li a {
  display: block;
  color: #A5A4A3;
  line-height: 22px;
  font-size: 12px;
}

.footer .footer_top .about ul li a:hover {
  color: #000;
}

.footer .footer_top .wx {
  margin-top: 50px;
  text-align: center;
}

.footer .footer_top .wx p {
  color: #fff;
  font-size: 12px;
  margin-top: -10px;
}

.footer .footer_top .wx .quzz {
  margin-right: 26px;
}

.footer .w1200 p {
  padding-top: 10px;
  color: #959492;
  font-size: 12px;
  line-height: 20px;
}

.footer .w1200 p a {
  color: #959492;
  font-size: 12px;
}

.footer .w1200 p a:hover {
  color: #000;
}

/* 版权 */
.copyright {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #393838;
}

.copyright .w1200 div {
  color: #959595;
  font-size: 12px;
}
.copyright .w1200 div a {
  color: #959595;
}