.sub1Product {
  width: 1280px;
  /*height: 1250px;*/
  padding-bottom: 50px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  top: -52px;
  z-index: 666;
}

.sub1Product-nav {
  width: 100%;
  height: 99px;
  border-bottom: 1px solid #f3f3f3;
}

.sub1Product-nav > ul > li  #current {
  color: #2184c7;
  text-decoration: underline;
}

.sub1Product-nav > ul > li {
  width: 16.6666666%;
  line-height: 99px;
  float: left;
  text-align: center;
}
.sub1Product-nav > ul > li > a {
  font-size: 16px;
  color: #666666;
}
.sub1Product-nav > ul > li a:hover {
  color: #2184c7;
  text-decoration: underline;
}



.sub1Product-nav:after {
  clear: both;
}
.sub1Product-title {
  display: flex;
  flex: 3;
  justify-content: center;
  align-items: center;
}
.sub1Product-title h3 {
  width: 24%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  padding: 50px 0 50px;
}
.sub1Product-title span {
  width: 38%;
  height: 1px;
  border-bottom: 1px solid #b2d4e9;
}
.sub1Product-content ul li {
  width: 280px;
  padding-left: 25px;
  float: left;
  text-align: center;
}
.sub1Product-content ul li > div {
  width: 280px;
  height: 280px;
  position: relative;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.sub1Product-content ul li > div .mengban {
  /*transition: all 0.1s;*/
  opacity: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: block;
  background-color: rgba(33, 152, 216, 0.6);
  position: absolute;
  top: 0;
}
.sub1Product-content ul li > div .mengban:after {
  content: "查看更多>>";
  font-size: 14px;
  width: 85px;
  height: 65px;
  padding-top: 60px;
  text-align: center;
  color: #ffffff;
  display: block;
  background-image: url(../images/product/icon.png);
  background-repeat: no-repeat;
  background-size: 32px 25px;
  background-position: 24px 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* 50%为自身尺寸的一半 */
  -webkit-transform: translate(-50%, -50%);
}
.sub1Product-content ul li > div:hover img {
  transition: all 0.3s;
  transform: scale(1.14);
}
.sub1Product-content ul li > div:hover > .mengban {
  /*transform: scale(0.97);*/
  opacity: 1;
  border: 5px solid #ffffff;
}
.sub1Product-content ul li > a {
  display: inline-block;
  padding-top: 15px;
  height: 50px;
  color: #333333;
  font-size: 16px;
}
.sub1Product-content ul li > a:hover {
  color: #2184c7;
}
.sub1Product-paging {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.sub1Product-paging > ul > a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #666666;
  display: inline-block;
  float: left;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 16px;
  transition: all 0.8s;
  margin-left: 4px;
  margin-right: 4px;
}
.sub1Product-paging > ul > .m {
 font-size: 20px;
}

.sub1Product-paging > ul > a:hover {
  color: #2184c7;
  border: 1px solid #2184c7;
}
.sub2Product-content {
  width: 1200px;
  margin: 0 auto;
}
.sub2Product-content h3 {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  padding-left: 10px;
  color: #ffffff;
  font-weight: bold;
  background-image: url(../images/product/sub2_icon.png);
  background-repeat: no-repeat;
  background-size: 620px 100%;
}
.sub2Product-content ul {
  padding-top: 30px;
  padding-bottom: 60px;
}
.sub2Product-content ul .Uleft {
  width: 470px;
}
.sub2Product-content ul .Uleft img {
  width: 100%;
  height: 400px;
}
.sub2Product-content ul .Uright {
  width: 650px;
  padding-left: 80px;
}
.sub2Product-content ul .Uright h4 {
  padding: 20px 0 50px;
  font-size: 24px;
  color: #2184c7;
}
.sub2Product-content ul .Uright span {
  font-size: 16px;
  color: #2184c7;
  line-height: 40px;
}
.sub2Product-content ul .Uright p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.sub2Product-content ul li {
  float: left;
}
.sub2Product {
  width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  top: -52px;
  z-index: 666;
}
.sub2Product-content2 {
  width: 1200px;
  margin: 0 auto;
}
.sub2Product-content2 h3 {
  margin: 60px 0 0px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  padding-left: 10px;
  color: #ffffff;
  font-weight: bold;
  background-image: url(../images/product/sub2_icon.png);
  background-repeat: no-repeat;
  background-size: 620px 100%;
}
.sub2Product-content2 .Text {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 150px;
  border: 1px solid #c8c8c8;
}
.sub2Product-content2 .Text p {
  font-size: 14px;
  color: #666666;
  line-height: 31px;
}
.sub2Product-content2 .Text input {
      padding: 2px;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    width: 99%;
    line-height: normal;
}
#Yingcolor {
  background-color: #eeeeee;
  color: #2184c7;
}




.sub2Product-content1 {
  width: 1200px;
  margin: 0 auto;
}
.sub2Product-content1 h3 {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  padding-left: 10px;
  color: #ffffff;
  font-weight: bold;
  background-image: url(../images/product/sub2_icon.png);
  background-repeat: no-repeat;
  background-size: 620px 100%;
}
.sub2Product-content1 ul {
  padding-top: 30px;
  padding-bottom: 60px;
}
.sub2Product-content1 ul .Uleft {
  width: 470px;
}
.sub2Product-content1 ul .Uleft img {
  width: 100%;
  height: 400px;
}
.sub2Product-content1 ul .Uright {
  width: 650px;
  padding-left: 80px;
}
.sub2Product-content1 ul .Uright h4 {
  padding: 20px 0 50px;
  font-size: 24px;
  color: #2184c7;
}
.sub2Product-content1 ul .Uright span {
  font-size: 16px;
  color: #2184c7;
  line-height: 40px;
}
.sub2Product-content1 ul .Uright p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.sub2Product-content1 ul li {
  float: left;
}



/*news*/

.al {
    width: 1150px;
    margin: 0 auto;
}
.al ul li {
    width: 1150px;
    height: 220px;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}
.al .left {
    width: 268px;
    height: 178px;
    float: left;
    border: 1px solid #ccc;
    padding: 6px;
    overflow: hidden;
}
.al .left p {
    overflow: hidden;
}
.al .left img {
    transition: all 0.6s;
    width: 268px;
    height: 178px;
    /*height: 239px;*/
}
.al .right {
    width: 800px;
    height: 190px;
    float: left;
    margin-left: 50px;
}

.al .right p.title {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    letter-spacing: 1px;
}

.al .right p {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 10px;
}
.al .right p.title a {
    color: #333;
}
.al .right p a {
    color: #666;
}
.al .right p.time {
    background: url(../images/time.png) no-repeat center left;
    padding-left: 30px;
}

.al .right input {
    width: 100px;
    height: 30px;
    float: left;
    font-size: 14px;
    color: #666;
    margin-left: 0px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #999;
    cursor: pointer;
}

.sub1Product-contentnews ul li {
 /* width: 280px;
  padding-left: 25px;
  float: left;
  text-align: center;*/
}
.sub1Productnews {
  width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  top: -52px;
  z-index: 666;
}

.sub1Product-contentnews ul li > div {
  /*width: 280px;
  height: 250px;
  position: relative;
  border: 1px solid #d2d2d2;
  overflow: hidden;*/
}
.sub1Product-contentnews ul li > div .mengban {
  /*transition: all 0.1s;*/
  opacity: 0;
  width: 270px;
  height: 240px;
  display: block;
  background-color: rgba(33, 152, 216, 0.6);
  position: absolute;
  top: 0;
}
.sub1Product-contentnews ul li > div .mengban:after {
  content: "查看更多>>";
  font-size: 14px;
  width: 85px;
  height: 65px;
  padding-top: 60px;
  text-align: center;
  color: #ffffff;
  display: block;
  background-image: url(../images/product/icon.png);
  background-repeat: no-repeat;
  background-size: 32px 25px;
  background-position: 24px 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* 50%为自身尺寸的一半 */
  -webkit-transform: translate(-50%, -50%);
}
.sub1Product-contentnews ul li > div:hover img {
  transition: all 0.3s;
  transform: scale(1.14);
}
.sub1Product-contentnews ul li > div:hover > .mengban {
  /*transform: scale(0.97);*/
  opacity: 1;
  border: 5px solid #ffffff;
}
.sub1Product-contentnews ul li > a {
  display: inline-block;
  padding-top: 15px;
  height: 50px;
  color: #333333;
  font-size: 16px;
}
.sub1Product-contentnews ul li > a:hover {
  color: #2184c7;
}



