.w100 {
  width: 100%;
  margin: 0 auto;
}
.banner2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner2 img {
  width: 100%;
}
.pro_show {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f3f3;
}
.pro_show .left {
  float: left;
  width: 650px;
  text-align: center;
  border-right: 1px solid #f3f3f3;
  padding: 40px;
}
.pro_show .left .zoom {
  text-align: center;
}
.pro_show .left .zoom img {
  width: auto;
  max-width: 500px;
}
.pro_show .left .thumb_pic {
  margin: 40px 0 0 0;
  text-align: center;
}
.pro_show .left .thumb_pic ul {
  margin: 0 auto;
}
.pro_show .left .thumb_pic ul li {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #eaeaea;
  padding: 3px;
  cursor: pointer;
  position: relative;
}
.pro_show .left .thumb_pic ul li.hover {
  border: 1px solid #f90;
  background: #fff;
}
.pro_show .left .thumb_pic ul li.hover:after {
  content: " ";
  position: absolute;
  right: 27px;
  top: -6px;
  width: 11px;
  height: 11px;
  border: #f90 solid 1px;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f90;
  z-index: -1;
}
.pro_show .right {
  margin-left: 650px;
  padding: 40px;
}
.pro_show .right h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: left;
}
.pro_show .right h5 {
  font-size: 14px;
  margin: 10px 0;
  padding: 0;
  color: #999;
  font-weight: normal;
}
.pro_show .right .intro {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: left;
}
.pro_show .right .attribute li {
  font-size: 14px;
  line-height: 30px;
}
.pro_show .right .attribute li em {
  display: inline-block;
  width: 80px;
  font-style: normal;
  color: #555;
  font-size: 14px;
}
.pro_show .right .price {
  font-size: 14px;
  line-height: 30px;
  margin: 20px 0;
}
.pro_show .right .price span {
  font-size: 36px;
  color: #f60;
}
.pro_show .right .price em {
  font-size: 12px;
  color: #999;
  font-style: normal;
  padding-left: 5px;
}
.pro_show .right .tags {
  margin: 20px 0;
}
.pro_show .right .tags a {
  margin-left: 10px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #dadada;
  background: #fff;
  padding: 2px 6px;
  font-weight: normal;
  font-size: 14px;
}
.pro_show .right .tags a:hover {
  background: #2384D5;
  color: #fff;
  border-color: #2384D5;
}
.pro_show .right .action {
  margin: 30px 0 50px 0;
}
.pro_intro {
  margin: 20px 0;
}
.pro_intro .left {
  width: 320px;
  margin-right: 20px;
  float: left;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.pro_intro .plist {
  margin: 15px;
  width: 300px;
}
.pro_intro .plist ul {
  width: 304px;
}
.pro_intro .plist ul li {
  float: left;
  width: 137px;
  margin: 0 15px 15px 0;
}
.pro_intro .plist ul li a {
  border: 1px solid #ededed;
  padding: 4px;
  display: block;
  background: #fff;
  border-radius: 4px;
}
.pro_intro .plist ul li a div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pro_intro .plist ul li a div img {
  width: 100%;
  height: 100%;
  max-height: 127px;
  min-height: 127px;
  display: block;
  border: 0;
}
.pro_intro .plist ul li a p {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 5px 0;
}
.pro_intro .plist ul li a:hover p {
  color: #f30;
}
.pro_intro .right {
  float: left;
  width: 850px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.pro_intro .tabs {
  width: 100%;
  background: #f7f7f7;
}
.pro_intro .tabs ul {
  width: 100%;
  background: #f7f7f7;
}
.pro_intro .tabs ul li {
  float: left;
}
.pro_intro .tabs ul li a {
  display: block;
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  background: #fff;
  color: #999;
  border-top: 2px solid #fff;
}
.pro_intro .tabs ul li.hover a {
  border-bottom: 1px solid #fff;
  background: #fff;
  font-weight: bold;
  color: #333;
  border-top: 2px solid #2384D5;
}
.pro_intro .intro {
  padding: 30px;
}
.pro_intro .intro p {
  margin: 0;
  padding: 0;
}
.pro_intro .intro img {
  max-width: 790px;
}
.pro_intro .intro a {
  color: #06C;
}
.pro_intro .intro a:hover {
  color: #f30;
}
.pro_intro .intro .extend li {
  font-size: 14px;
  line-height: 30px;
}
.pro_intro .intro .extend li em {
  display: inline-block;
  width: 120px;
  font-style: normal;
  color: #555;
  font-size: 14px;
}
.y-tit1 {
  overflow: hidden;
  margin-bottom: 50px;
}
.y-tit1 .tit2 {
  float: left;
}
.y-tit1 .tit2 h2 {
  font-size: 38px;
  color: #006ab7;
  line-height: 48px;
  margin-bottom: 10px;
}
.y-tit1 .tit2 h2 a {
  color: #006ab7;
}
.y-tit1 .tit2 p {
  font-size: 20px;
  color: #8c8e91;
  line-height: 30px;
}
.y-tit1 .more {
  float: right;
  font-size: 18px;
  color: #006ab7;
  line-height: 28px;
  margin-top: 20px;
}
.y-tit1 .more:hover {
  color: #d80001;
}
.list-content {
  padding: 60px 0 0 0;
  overflow: hidden;
}
.p-pro {
  position: absolute;
  right: 0;
  bottom: -100px;
}
.pro-ylist {
  margin: 0 -62px;
  overflow: hidden;
}
.pro-ylist li {
  float: left;
  width: 33.33%;
}
.pro-ylist .item {
  margin: 0 62px 80px;
}
.pro-ylist .item .img img {
  transition: all .3s;
}
.pro-ylist .item:hover .more {
  background: #d80001;
}
.pro-ylist .item:hover .txt .tit:after {
  width: 120px;
}
.pro-ylist .item:hover .img img {
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.pro-ylist .img {
  position: relative;
  padding-top: 75.6%;
  overflow: hidden;
  display: block;
  border-radius: 10px 65px 10px 10px;
}
.pro-ylist .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pro-ylist .txt {
  margin: -15px 40px 0 0;
  background: url(../images/y-bg9.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-box-shadow: 0 6px 9px rgba(61, 110, 177, 0.23);
  -webkit-box-shadow: 0 6px 9px rgba(61, 110, 177, 0.23);
  box-shadow: 0 6px 9px rgba(61, 110, 177, 0.23);
  position: relative;
  z-index: 1;
  padding: 25px 40px 15px;
}
.pro-ylist .txt .tit {
  display: block;
  font-size: 26px;
  color: #2e2e2e;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.pro-ylist .txt .tit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 4px;
  background-color: #006ab7;
  background: -moz-linear-gradient(left, #2b5999 0, #006ab7 100%);
  background: -webkit-linear-gradient(left, #006ab7 0, #006ab7 100%);
  background: -o-linear-gradient(left, #006ab7 0, #006ab7 100%);
  background: -ms-linear-gradient(left, #006ab7 0, #006ab7 100%);
  background: linear-gradient(to right, #006ab7 0, #006ab7 100%);
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: 0.3s;
}
.pro-ylist .txt p {
  font-size: 18px;
  color: #696969;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-ylist .txt .more {
  position: absolute;
  width: 62px;
  height: 40px;
  border-radius: 0 40px 40px 0;
  background-color: #006ab7;
  background: -moz-linear-gradient(left, #006ab7 0, #006ab7 100%);
  background: -webkit-linear-gradient(left, #006ab7 0, #006ab7 100%);
  background: -o-linear-gradient(left, #006ab7 0, #006ab7 100%);
  background: -ms-linear-gradient(left, #006ab7 0, #006ab7 100%);
  background: linear-gradient(to right, #006ab7 0, #006ab7 100%);
  bottom: 20px;
  right: -34px;
  -ms-transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.pro-ylist .txt .more:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 20px;
  margin-left: -15px;
  margin-top: -10px;
  background: url(../images/y-jt6.png) no-repeat center;
}
.cpn_con {
  overflow: hidden;
  padding: 30px 0;
  box-sizing: border-box;
}
.cpn_con .cp_l {
  width: 20%;
}
.cp_r {
  width: 78%;
  overflow: hidden;
}
.cp_r ul {
  overflow: hidden;
}
.cp_r ul li {
  width: 32.25806452%;
  float: left;
  margin-right: 1%;
  margin-bottom: 30px;
  background: #ededed;
  padding: 0.5%;
  box-sizing: border-box;
  transition: all .3s;
}
.cp_r ul li div {
  overflow: hidden;
}
.cp_r ul li img {
  transition: all .5s;
  width: 100%;
}
.cp_r ul li strong {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  transition: all .3s;
}
.cp_r ul li:hover {
  background: #006ab7;
}
.cp_r ul li:hover strong {
  color: #fff;
}
.cp_r ul li:hover img {
  transform: scale(1.1, 1.1);
}
.cp_r .cp_img_l {
  float: left;
  width: 50%;
}
.cp_r .cp_img_l img {
  width: 100%;
}
.cp_img_r h1 {
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
  font-weight: bold;
}
.info3_2 {
  margin-top: 20px;
}
.intro3 {
  height: auto;
  margin: 30px 20px 0px 20px;
  border: 0px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Microsoft Yahei";
  color: #333;
}
.intro4 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #999;
  border-bottom: double 1px #eee;
  margin-top: 10px;
  margin-bottom: 20px;
}
.intro4 a {
  display: inline-block;
}
.intro2 {
  font-size: 36px;
  font-weight: bold;
  color: #dd0000;
  line-height: 40px;
  height: 60px;
  background: url(../images/gg-tel.png) left top no-repeat;
  padding-left: 50px;
  margin-left: 20px;
  margin-top: 10px;
}
.npic {
  text-align: center;
  margin: 20px auto;
}
._p_b {
  margin-top: 30px;
}
._p_b a {
  display: block;
  width: 219px;
  height: 72px;
  line-height: 72px;
  text-indent: 80px;
  border-radius: 5px;
  font-size: 24px;
  float: left;
  margin-right: 15px;
  transition: all .4s;
}
._p_b a._pro_order {
  background: #006ab7 url(../images/_pro_order.png) 39px center no-repeat;
  color: #fff;
}
._p_b a._pro_qq {
  background: #dddddd url(../images/_pro_qq.png) 39px center no-repeat;
  color: #000000;
}
._p_b a._pro_order:hover {
  background: #252525 url(../images/_pro_order.png) 39px center no-repeat;
  color: #fff;
}
._p_b a._pro_qq:hover {
  background: #252525 url(../images/_pro_qq_hover.png) 39px center no-repeat;
  color: #fff;
}
.cpxq .cpxq-h1 {
  font-size: 24px;
  font-weight: bold;
}
.cpxq .cpxq_text {
  font-weight: normal;
}
.cpxq .cpxq_text strong {
  font-size: 20px;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  color: #006ab7;
  position: relative;
  padding-left: 25px;
}
.cpxq .cpxq_text strong::before {
  position: absolute;
  content: "■";
  left: 0;
  top: 0;
}
.cpxq .cpxq_text img{margin: 0 auto;}
.pagelist ul li {
  width: auto;
  float: none;
  background: #fff;
  padding: 0%;
  margin: 0;
}
.box_one,
.box_two {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
}
.box_one {
  background: #006ab7;
}
.box_one .title {
  text-align: center;
  margin-bottom: 20px;
}
.box_two {
  background: #006ab7;
  color: #fff;
}
.box_one .title h3 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 20px 0 10px 0;
}
.box_one .title p {
  color: #fff;
  font-size: 16px;
}
.box_one ul li {
  line-height: 50px;
  background-color: #fff;
  margin-bottom: 5px;
  text-align: left;
}
.box_one ul li a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 50px;
}
.box_one ul li span,
.box_one ul li em {
  position: absolute;
  display: block;
  width: 96%;
  height: 100%;
  padding-left: 4%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_one ul li span {
  left: 0;
  top: 0;
  background-color: #fff;
}
.box_one ul li em {
  right: -100%;
  top: 0;
  background-color: #006ab7;
  color: #fff;
}
.box_one ul li a:hover span,
.box_one ul li a.active span {
  top: 100%;
}
.box_one ul li a:hover em,
.box_one ul li a.active em {
  right: 0;
}
.box_one ul li .son_nav {
  border-top: 1px solid #006ab7;
}
.box_one ul li .son_nav a {
  background: none;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.box_one ul li .son_nav a::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 8px;
  height: 1px;
  background-color: #006ab7;
}
.box_one ul li .son_nav a:hover::after,
.box_one ul li .son_nav a.active::after {
  background-color: #fff;
}
.box_one ul li .son_nav span {
  padding-left: 40px;
}
.box_two {
  margin-top: 10px;
  padding: 20px 10px;
}
.box_two p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.box_two strong {
  color: #fff;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  line-height: 130%;
}
.box_two .more {
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  margin-top: 10px;
  width: 200px;
  color: #333;
  text-align: center;
}
.box_two .more i {
  background-color: #006ab7;
}
.box_two .more:hover {
  color: #fff;
}
.box_one h3 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 20px 0 10px 0;
  text-align: center;
}
.box_one p {
  color: #fff;
  font-size: 16px;
}
.alpic {
  overflow: hidden;
  margin-top: 50px;
}
.alpic a {
  width: 32.25806452%;
  float: left;
  margin: 0px 0 40px 1%;
  border-radius: 6px;
  background-color: #f9f9f9;
}
.alpic a div {
  overflow: hidden;
  transition: all .3s;
}
.alpic a img {
  width: 100%;
  transition: all .3s;
}
.alpic a strong {
  display: block;
  transition: all .3s;
  padding: 25px;
  position: relative;
}
.alpic a strong::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  background: #006ab7;
  right: 20px;
  bottom: 30px;
  transition: all .6s;
}
.alpic a:hover {
  background: #fff;
  box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);
}
.alpic a:hover img {
  transform: scale(1.1, 1.1);
}
.alpic a:hover strong::before {
  width: 130px;
}
.pro_intro .left {
  width: 25%;
}
.pro_intro .right {
  width: 73.5%;
}
