@charset "UTF-8";
.pt30 {
  padding-top: 30px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt15 {
  padding-top: 15px;
}

.pt40 {
  padding-top: 30px;
}

.pt50 {
  padding-top: 50px;
}

.pt80 {
  padding-top: 80px;
}

.pt60 {
  padding-top: 60px;
}

body.on {
  overflow: hidden;
}

.body-cen {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.body-cen.on1 {
  height: 100%;
  overflow: hidden;
  transform: translate(-250px, 0px);
  -webkit-transform: translate(-250px, 0px);
}

.head {
  width: 100%;
  height: 60px;
  background-color: #323232;
  background-position: center top;
  background-repeat: no-repeat;
}

.head-cen {
  padding-top: 60px;
}

.head {
  position: relative;
  z-index: 999999999;
}

.head .logo {
  height: 60px;
  overflow: hidden;
}

.head .top-right {
  height: 60px;
}

.head .txtInfo {
  margin-top: 10px;
}

.head .lan {
  margin-right: 30px;
}

.head .lan a {
  margin: 0px 10px;
}

.head .info {
  margin-right: 130px;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}

.head .info img {
  vertical-align: middle;
  margin-right: 10px;
}

.head .info span {
  padding: 0px 10px;
}

.head .btn-search {
  cursor: pointer;
}

.head .top-search {
  display: none;
}

.head .top-search.on {
  display: block;
}

.head .top-search {
  padding: 10px;
  width: 260px;
  top: 40px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.head .top-search .top-search-cen {
  width: 240px;
  height: 40px;
  line-height: 40px;
}

.head .top-search input {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0px 15px;
  border: 1px solid #000;
  display: block;
  font-size: 14px;
  outline: none;
  color: #333;
}

.head .top-search button {
  border: none;
  outline: none;
  background-color: #000;
  text-align: center;
  width: 60px;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  color: #fff;
  right: 0;
  top: 0;
}

.head .search-form {
  display: none;
  position: absolute;
  right: 0px;
  top: 60px;
  z-index: 1;
  width: 100%;
  padding: 10px;
  background-color: #272727;
}

.head .search-form.on {
  display: block;
}

.head .search-form .form {
  height: 40px;
  overflow: hidden;
}

.head .search-form .ipt {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  line-height: 38px;
  padding: 0px 10px;
  outline: none;
  vertical-align: top;
}

.head .search-form .tj {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  vertical-align: top;
  width: 100px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  border-left: 1px solid #ddd;
  padding: 0px;
  outline: none;
}

.head .lanInfo {
  margin-left: 10px;
  margin-top: 10px;
  line-height: 34px;
  height: 34px;
  cursor: pointer;
}

.head .lanInfo img, .head .lanInfo span, .head .lanInfo .txt {
  vertical-align: middle;
}

.head .lanInfo img {
  margin-right: 10px;
}

.head .lanInfo span {
  font-size: 14px;
  line-height: 1.8;
  color: #ED6C00;
}

.head .lanInfo .txt {
  color: #ED6C00;
  margin-left: 10px;
}

.head .lanInfo:hover .lanInfoSon {
  display: block;
}

.head .lanInfo .lanInfoSon {
  width: 100%;
  top: 34px;
  display: none;
  padding: 5px 0px;
  line-height: 24px;
  cursor: pointer;
}

.top-nav {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.top-nav .a1 {
  color: #ED6C00;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 60px;
  height: 60px;
  padding: 0px 25px;
}

.top-nav li {
  float: left;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}

.top-nav li.on .a1, .top-nav li:hover .a1 {
  color: #ED6C00;
  background-color: #fff;
}

.top-nav li:hover .menu {
  display: block;
}

.top-nav li .menu {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 60px;
  width: 150px;
 /* background-color: white;*/
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.top-nav li .menu .a2 {
  display: block;
  text-align: left;
  background-color: rgba(255,255,255,0);
  border: 1px solid rgba(255,255,255,0);
  border-top: none;
  line-height: 160%;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  color: #ED6C00;
}

.top-nav li .menu .a2:hover {
  color: #ED6C00;
}

.top-nav li .menu .a2:first-child {
  border-top: 1px solid #ddd;
}

.head2 {
  height: 60px;
}

.m-head-cen {
  height: 60px;
  width: 100%;
}

.m-head {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 60px;
  background-color: #FFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.m-head .top-lan2 {
  margin-top: 12px;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  color: #272727;
}

.m-head .top-lan2 a {
  color: #272727;
}

.m-head .top-lan2 a:hover {
  text-decoration: underline;
}

.m-head .top-lan2 span {
  padding: 0px 5px;
}

.m-head .menu-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #272727;
  font-size: 25px;
  margin-top: 10px;
}

.m-head .search {
  position: relative;
  z-index: 999;
  height: 60px;
  margin-right: 10px;
}

.m-head .search .ico1 {
  display: inline-block;
  margin-top: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background-color: #272727;
  font-weight: normal;
  border-radius: 50%;
}

.m-head .search-form {
  display: none;
  position: absolute;
  right: 0px;
  top: 60px;
  width: 100%;
  padding: 10px;
  background-color: #272727;
}

.m-head .search-form.on {
  display: block;
}

.m-head .search-form .form {
  position: relative;
  z-index: 1;
}

.m-head .txt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.m-head .ipt {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  line-height: 38px;
  padding: 0px 10px;
  outline: none;
}

.m-head .tj {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #272727;
  color: #fff;
  font-size: 14px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  outline: none;
}

.m-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 9;
  width: 250px;
  height: 100%;
  padding: 30px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.2s all;
  border-left: 1px solid #ddd;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.m-menu.on2 {
  overflow: hidden;
}

.m-menu.on1 {
  right: 0px;
}

.m-menu .a1 {
  color: #666;
  display: block;
}

.m-menu li {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}

.m-menu li .menu {
  display: none;
  position: fixed;
  z-index: 1;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 250px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.m-menu li .menu.on {
  display: block;
}

.m-menu li .menu .menu-cen {
  width: 177px;
  height: 100%;
  background-color: #fff;
}

.m-menu li .menu .a2 {
  display: block;
  text-align: center;
  border-top: none;
  height: 50px;
  line-height: 49px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.m-menu li .menu .a2:hover {
  background-color: #272727;
}

.banner .swiper-pagination-bullet {
  background-color: #ED6C00;
  opacity: 1;
  cursor: pointer;
  outline: none;
}

.banner .swiper-pagination-bullet-active {
  background: #272727;
}

.productTabCen {
  margin-top: 60px;
  padding-bottom: 0px;
}

.productTab .item {
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .productTabCen {
    margin-top: -305px;
    padding-bottom: 81px;
  }
}

.introduction {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

@-webkit-keyframes yuan {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes yuan {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.yuan {
  -webkit-animation-name: yuan;
  animation-name: yuan;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

.main1 {
  background-color: #fff;
  padding-bottom: 30px;
}

.main1 .m1-con {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 70px;
}

.main1 .m1-left {
  /*margin-top: 40px;*/
  padding: 0px 0px;
  padding-right: 10px;
}

.main1 .m1-left .item {
 /* max-width: 366px;*/
  width: 100%;
 /* border: 3px solid #b7b7b7;*/
  border-radius: 3px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.main1 .m1-left .jj {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  font-weight: normal;
}

.main1 .m1-left .nr {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.6);
}

.main1 .m1-left .nr h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}

.main1 .m1-left .m1-prev, .main1 .m1-left .m1-next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  outline: none;
}

.main1 .m1-left .m1-prev img, .main1 .m1-left .m1-next img {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.main1 .m1-left .m1-prev img.img1, .main1 .m1-left .m1-next img.img1 {
  opacity: 1;
}

.main1 .m1-left .m1-prev img.img2, .main1 .m1-left .m1-next img.img2 {
  opacity: 0;
}

.main1 .m1-left .m1-prev:hover img.img1, .main1 .m1-left .m1-next:hover img.img1 {
  opacity: 0;
}

.main1 .m1-left .m1-prev:hover img.img2, .main1 .m1-left .m1-next:hover img.img2 {
  opacity: 1;
}

.main1 .m1-left .m1-prev {
  left: 30px;
}

.main1 .m1-left .m1-next {
  left: auto;
  right: 30px;
}

.main1 .m1-right {
  /*padding: 15px;*/
  margin-top: 90px;
  /*background-color: #fff;*/
 /* border: 3px solid #ddd;*/
}

@media (min-width: 1200px) {
  .main1 .m1-left, .main1 .m1-right {
    width: 50%;
  }
  .main1 .m1-left {
    float: left;
  }
  .main1 .m1-right {
  	padding-left: 10px;
    float: right;
    margin-top: 0;
  }
}

.title1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.title2 .s1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 20px;
  border-left: 7px solid #ED6C00;
}

.title2 .s2 {
  margin-top: 3px;
  padding: 5px 10px;
  background-color: #ED6C00;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.title2 .s2:hover {
  opacity: 0.6;
}

.main2 {
  background-color: #fff;
  padding-bottom: 90px;
  /*padding-top: 56px;*/
}

.main2 .m2-con {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 70px;
}

.main2 .m2-jj {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  margin-top: 24px;
}

.main2 .item {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.main2 .nr {
  padding: 10px 15px;
  padding-right: 70px;
}

.main2 .nr h3 {
  font-size: 14px;
  /*line-height: 1.6;*/
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main2 .nr h3 a {
  color: #000;
}

.main2 .nr h3 a:hover {
  color: #272727;
}

.main2 .nr .bq {
  color: #666;
  font-size: 12px;
  /*line-height: 1.6;*/
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main2 .nr .a1 {
  width: 32px;
  height: 32px;
  left: auto;
  right: 15px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.main2 .nr .a1 img {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.main2 .nr .a1 img.img1 {
  opacity: 1;
}

.main2 .nr .a1 img.img2 {
  opacity: 0;
}

.main2 .nr .a1:hover img {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.main2 .nr .a1:hover img.img1 {
  opacity: 0;
}

.main2 .nr .a1:hover img.img2 {
  opacity: 1;
}

.main2 .swiper-slide {
  padding: 5px;
}

.main2 .swiper-pagination {
  position: relative;
}

.main2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0px 3px;
  outline: none;
  background-color: #bcbcbc;
  opacity: 1;
}

.main2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #272727;
  opacity: 1;
}

.main2 .prev1, .main2 .next1 {
  width: 54px;
  height: 54px;
  cursor: pointer;
  outline: none;
}

.main2 .prev1 img, .main2 .next1 img {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.main2 .prev1 img.img1, .main2 .next1 img.img1 {
  opacity: 1;
}

.main2 .prev1 img.img2, .main2 .next1 img.img2 {
  opacity: 0;
}

.main2 .prev1:hover img.img1, .main2 .next1:hover img.img1 {
  opacity: 0;
}

.main2 .prev1:hover img.img2, .main2 .next1:hover img.img2 {
  opacity: 1;
}

.main2 .prev1 {
  left: 0px;
}

.main2 .next1 {
  right: 0px;
  left: auto;
}

.main2 .m2TabCen {
  padding: 0px 70px;
}

.main3 ul {
  margin: 0 -15px;
}

.main3 li {
  padding: 15px;
}

.main3 li:nth-child(5n+1) {
  clear: both;
}

.main3 .nr {
  background-color: #ED6C00;
  padding: 10px 15px;
}

.main3 .nr h3 {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
}

.main4 {
  background-position: center bottom;
  background-repeat: no-repeat;

}

.main4 .m4-left {
  min-height: 477px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.main4 .m4-left .bt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-top: 130px;
}

.main4 .m4-left .a1 {
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ED6C00;
  margin-top: 115px;
}

.main4 .m4-left .a1 span {
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  font-weight: normal;
  margin-right: 5px;
  color: #000;
}

.main4 .m4-left .a1 img {
  height: 24px;
  margin-top: 8px;
  vertical-align: top;
}

.main4 .m4-right {
  min-height: 452px;
  width: 100%;
  margin-top: 25px;
  padding: 50px 40px 0;
  font-size: 16px;
  line-height: 2.2;
  color: #fff;
  text-indent: 2em;
  background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 1200px) {
  .main4{
    background-image:url(../images/m4bg.jpg);
  }
  .main4 .m4-left {
    width: 292px;
    float: left;
  }
  .main4 .m4-right {
    width: 908px;
    float: right;
  }
}

.main5 .m5-con {
  background-position: center top;
  background-repeat: no-repeat;
}

.main5 .m5-con .jj {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-indent: 2em;
}

.main6 {
  background-color: #595959;
  padding: 50px 0px;
}

.main6 .m6-tit span, .main6 .m6-tit img {
  vertical-align: middle;
}

.main6 .m6-tit span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
  color: #fff;
}

.main6 li {
  padding: 15px;
}

.main6 li:nth-child(5n+1) {
  clear: none;
}
.main6 li:nth-child(2n+1) {
  clear: both;
}

.main6 li img {
  max-width: 91px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.main6 li .nr h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 15px;
  color: #fff;
}

.main6 li .nr .bq {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  font-weight: normal;
}

.main6 .m6-left {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  text-align: left;
  color: #fff;
}

.main6 .m6-right {
  width: 100%;
  margin-top: 30px;
}

.main6 .m6-right .a1 {
  width: 224px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ED6C00;
  margin-top: 13px;
}

.main6 .m6-right .a1 span {
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  margin-right: 5px;
  color: #000;
}

.main6 .m6-right .a1 img {
  height: 24px;
  margin-top: 8px;
  vertical-align: top;
}

@media (min-width: 1200px) {
  .main6 li:nth-child(2n+1) {
    clear: none;
  }
  .main6 li:nth-child(5n+1) {
    clear: both;
  }
  .main6 .m6-left {
    width: 50%;
    float: left;
  }
  .main6 .m6-right {
    width: 50%;
    float: right;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .main6 li:nth-child(2n+1) {
    clear: none;
  }
  .main6 li:nth-child(5n+1) {
    clear: both;
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #272727;
}

.foot-li {
  padding: 0px 15px;
}

.foot-li .bt {
  color: #ED6C00;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.foot-li li {
  color: #ED6C00;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px 0px;
}

.foot-li li a {
  color: #ED6C00;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.foot-li li a:hover {
  color: #ED6C00;
}

.foot-li.flxwm li span, .foot-li.flxwm li img {
  vertical-align: middle;
  line-height: 1.6;
}

.foot-li.flxwm li img {
  margin-right: 10px;
}

.foot-li.ewm h3 {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 15px;
  color: #ED6C00;
}
.foot-left .foot-li:nth-child(4n+1) {
    clear: none;
  }
  .foot-left .foot-li:nth-child(2n+1) {
    clear: both;
  }
@media (min-width: 992px) {
  .foot-left {
    width: 53%;
    float: left;
  }
  .foot-li{
    padding: 0px 40px;
  }
  .foot-left .foot-li {
    border-right: 1px solid #5a5a5a;
    min-height: 152px;
  }
  .foot-left .foot-li:nth-child(2n+1) {
    clear: none;
  }
  .foot-left .foot-li:nth-child(4n+1) {
    clear: both;
  }
  .foot-right {
    width: 47%;
    float: right;
  }
  .foot-li.flxwm {
    float: left;
    width: 60%;
  }
  .foot-li.ewm {
    float: left;
    width: 40%;
  }
}

.beian {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  background-color: #272727;
}

.about .bt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}

.about .bt .s1 {
  background-color: #000;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.about .bt span, .about .bt .s1 {
  vertical-align: middle;
}

.about .about-bor {
  border-bottom: 1px solid #e0e0e0;
}

.list-titbg {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 90px;
}

.weizhi {
  font-size: 14px;
  color: #888;
  line-height: 140%;
  padding: 20px 0px;
  background-color: #fafafa;
  border-bottom: 1px solid #e3e3e3;
}

.weizhi img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.weizhi span {
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}

.weizhi a {
  color: #888;
  display: inline-block;
  vertical-align: middle;
}

.weizhi a:hover {
  color: #0066b3;
}

.product-picTab {
  width: 100%;
  max-width: 545px;
  margin: 0px auto;
}

.product-picTab .hod {
  margin: 0px -15px;
}

.product-picTab .hod-li {
  padding: 15px;
}

.product-picTab .p1-prev, .product-picTab .p1-next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  outline: none;
}

.product-picTab .p1-prev img, .product-picTab .p1-next img {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.product-picTab .p1-prev img.img1, .product-picTab .p1-next img.img1 {
  opacity: 1;
}

.product-picTab .p1-prev img.img2, .product-picTab .p1-next img.img2 {
  opacity: 0;
}

.product-picTab .p1-prev:hover img.img1, .product-picTab .p1-next:hover img.img1 {
  opacity: 0;
}

.product-picTab .p1-prev:hover img.img2, .product-picTab .p1-next:hover img.img2 {
  opacity: 1;
}

.product-picTab .p1-prev {
  left: 0px;
}

.product-picTab .p1-next {
  left: auto;
  right: 0px;
}

.productArticle {
  width: 100%;
  margin: 30px auto 0;
}

.productArticle h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.productArticle .bq {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
}

@media (min-width: 1200px) {
  .product-picTab {
    float: left;
  }
  .product-fixed{
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 0;
    width: 1200px;
    height: 0px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
  }
  .productArticle {
    max-width: 600px;
    float: right;
    margin-top: 0px;
  }
}

.sideMenu h3 {
  color: #333;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.sideMenu h3:first-child {
  margin-top: 0px;
}

.sideMenu h3 .ic1 {
  float: right;
  display: block;
  color: #272727;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.sideMenu h3 .ic2 {
  color: #272727;
  float: right;
  display: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.sideMenu h3.on .ic1 {
  display: none;
}

.sideMenu h3.on .ic2 {
  display: block;
}

.sideMenu .nr-con {
  padding: 0px 0px 20px;
  color: #999;
  background-color: #fff;
  display: none;
  border-bottom: 1px solid #ddd;
  /* 默认都隐藏 */
}

.sideMenu .nr-con .bt {
  font-size: 16px;
  color: #333;
  line-height: 140%;
  margin-bottom: 15px;
}

.sideMenu .nr-con .nr {
  font-size: 12px;
  line-height: 200%;
  color: #999;
  padding: 0px 30px 20px;
  border-bottom: 1px solid #ddd;
}

.sideMenu .nr-con .nr:last-child {
  border-bottom: none;
}

.sideMenu2 h3 {
  color: #333;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.sideMenu h3:first-child {
  margin-top: 0px;
}

.sideMenu2 .nr-con {
  padding: 0px 0px 20px;
  color: #999;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  /* 默认都隐藏 */
}

.sideMenu2 .canshu th, .sideMenu2 .canshu td {
  padding: 10px 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.sideMenu2 .canshu th {
  background-color: #272727;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.sideMenu2 .canshu td {
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  text-align: center;
}

.sideMenu2 .canshu td:nth-child(2n+1) {
  border-left: none;
}

.lxwm .left {
  width: 666px;
}

.lxwm .left .lxwm-ewm {
  padding: 15px;
}

.lxwm .left .lxwm-ewm .item {
  max-width: 222px;
  width: 100%;
  margin: 0px auto;
}

.lxwm .left .lxwm-ewm h3 {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 25px;
  text-align: center;
}

.lxwm .right {
  width: 533px;
}

.lxwm .right li {
  background-color: #272727;
  padding-left: 55px;
  margin-top: 15px;
}

.lxwm .right li .introduction {
  line-height: 2;
}

.lxwm .right li .ico {
  width: 55px;
  height: 55px;
}

.lxwm .right li .nr {
  background-color: #f6f6f6;
  padding: 15px 20px;
  line-height: 25px;
  min-height: 55px;
}

.lxwm .bt {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  font-weight: bold;
}

.lxwm .addr-list {
  margin: 0px -15px;
}

.lxwm .addr-list dl {
  padding: 15px;
}

.lxwm .addr-list dl:nth-child(3n+1) {
  clear: both;
}

.lxwm .addr-list dl dt, .lxwm .addr-list dl dd {
  font-size: 14px;
  color: #000;
  line-height: 2.4;
}

@media (max-width: 1199px) {
  .lxwm .left {
    width: 100%;
    float: none;
  }
  .lxwm .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}

.lxwm .tit .s1 {
  font-size: 20px;
  line-height: 100%;
  font-weight: normal;
  color: #000;
}

.lxwm .tit .s2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  color: #000;
  margin-top: 15px;
}

.lxwm-ewm li {
  padding: 40px 65px;
}

.lxwm-ewm li h3 {
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 220%;
  margin-top: 10px;
}

.lxwm-addr {
  border-top: 1px dashed #ddd;
  padding-top: 40px;
}

.lxwm-addr .addr-li {
  padding: 15px;
  padding-left: 0px;
}

.lxwm-addr .s1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 10px;
}

.lxwm-addr li {
  font-size: 16px;
  line-height: 160%;
  padding: 10px 0px;
  padding-left: 30px;
}

.lxwm-addr li .ico {
  width: 20px;
  height: 20px;
}

.ditu {
  padding: 0px;
}

.article {
  font-size: 14px;
  line-height: 160%;
}

.article img {
  max-width: 100%;
}

.article h1 {
  line-height: 1.4;
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.article .hdwz {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f6f6f6;
}

.article .hdwz span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 5px;
}

.article .hdwz2 {
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  padding: 20px 0px;
  font-size: 14px;
  line-height: 2;
  color: #000;
}

.article .zuoyou li {
  padding: 0px;
}

.article .zuoyou .nr {
  padding: 15px;
  color: #5b5b5b;
}

.article .zuoyou .nr h3 {
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.article .zuoyou .jj {
  line-height: 200%;
}

.article .wznr {
  padding: 15px;
}

.down li {
  padding: 20px 0px;
  padding-left: 100px;
  padding-right: 60px;
  border-bottom: 1px solid #ddd;
}

.down li .order {
  width: 100px;
  text-align: center;
  font-size: 50px;
  color: #000;
  line-height: 1;
}

.down li .down-ico {
  left: auto;
  right: 20px;
}

.down li .nr {
  min-height: 80px;
}

.down li .nr h3 {
  font-size: 22px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 5px;
}

.down li .nr h3 a {
  color: #000;
}

.down li .nr h3 a:hover {
  color: #272727;
}

.down li .nr .jj {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

@media (max-width: 991px) {
  .down li {
    padding-left: 0px;
  }
}

.page2 {
  /*overflow: hidden;*/
  text-align: center;
  padding: 10px;
  clear: both;
}

.page2 .ul {
  border: 1px solid #e4eaec;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
}

.page2 .rows {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .num {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .current {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #272727;
  border-left: 1px solid #e4eaec;
}

.page2 .prev {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .first {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .end {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .next {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.list-nav .bt {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #272727;
}

.list-nav li {
  padding: 10px 0px;
  padding-left: 20px;
  padding-right: 30px;
  line-height: 1.8;
  font-size: 14px;
  color: #191919;
  font-weight: bold;
  border-bottom: 1px dashed #d3d3d3;
}

.list-nav li .ico {
  width: 30px;
  height: 30px;
  left: auto;
  right: 0px;
}

.list-nav li .ico img {
  opacity: 0;
}

.list-nav li.on, .list-nav li:hover {
  color: #272727;
}

.list-nav li.on .ico img, .list-nav li:hover .ico img {
  opacity: 1;
}

.list-nav2 {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  border-top: none;
  overflow: hidden;
}

.list-nav2 .leftNav-li .bt {
  background-color: #272727;
  padding: 30px 0px;
  color: #ED6C00;
  font-size: 22px;
  font-weight: bold;
}

.list-nav2 .leftNav-li .bt img, .list-nav2 .leftNav-li .bt .nr {
  vertical-align: middle;
}

.list-nav2 .leftNav-li .bt img {
  margin-right: 15px;
}

.list-nav2 .leftNav-li a {
  display: block;
}

.list-nav2 .leftNav-li .a1 {
  color: #ED6C00;
  font-size: 20px;
  line-height: 160%;
  padding: 25px 30px;
  text-transform: uppercase;
  background-color: #272727;
  border-top: 1px solid #fff;
}

.list-nav2 .leftNav-li .a1 .ico {
  width: 20px;
  height: 100%;
  left: auto;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.list-nav2 .leftNav-li .a1 .ico .s1 {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  margin-right: -2px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.list-nav2 .leftNav-li.on .a1, .list-nav2 .leftNav-li:hover .a1, .list-nav2 .leftNav-li.onn .a1 {
  color: #ED6C00;
  background-color: #f1f1f1;
}

.list-nav2 .leftNav-li.on .a1 .ico .s1, .list-nav2 .leftNav-li:hover .a1 .ico .s1, .list-nav2 .leftNav-li.onn .a1 .ico .s1 {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.list-nav2 .leftNav-li.on .a1 .ico .s1 {
  margin-top: -8px;
  margin-right: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.list-nav2 .leftNav-li.on .menu {
  display: block;
}

.list-nav2 .leftNav-li .menu {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: none;
  overflow: hidden;
}

.list-nav2 .leftNav-li .menu .menu-li .a2 {
  font-size: 14px;
  color: #ED6C00;
  line-height: 180%;
  padding: 25px 30px;
  text-transform: uppercase;
  background-color: #272727;
}

.list-nav2 .leftNav-li .menu .menu-li .a2 .ico {
  width: 20px;
  height: 100%;
  left: auto;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.list-nav2 .leftNav-li .menu .menu-li .a2 .ico .s1 {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  margin-right: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.list-nav2 .leftNav-li .menu .menu-li:hover .a2, .list-nav2 .leftNav-li .menu .menu-li.on .a2, .list-nav2 .leftNav-li .menu .menu-li.onn .a2 {
  color: #ED6C00;
  background-color: #f1f1f1;
}

.list-nav2 .leftNav-li .menu .menu-li:hover .a2 .ico .s1, .list-nav2 .leftNav-li .menu .menu-li.on .a2 .ico .s1, .list-nav2 .leftNav-li .menu .menu-li.onn .a2 .ico .s1 {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.list-nav2 .leftNav-li .menu .menu-li.on .a2 .ico .s1 {
  margin-top: -8px;
  margin-right: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.list-nav2 .leftNav-li .menu .menu-li.on .menu2 {
  display: block;
}

.list-nav2 .leftNav-li .menu2 {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: none;
  overflow: hidden;
}

.list-nav2 .leftNav-li .menu2 .menu2-li .a3 {
  font-size: 12px;
  color: #ED6C00;
  line-height: 180%;
  padding: 25px 30px;
  text-transform: uppercase;
  background-color: #272727;
}

.list-nav2 .leftNav-li .menu2 .menu2-li .a3 .ico {
  width: 20px;
  height: 100%;
  right: 0px;
  top: 0px;
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  opacity: 0;
}

.list-nav2 .leftNav-li .menu2 .menu2-li .a3 .ico .s1 {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  margin-top: -5px;
  margin-right: -2px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.list-nav2 .leftNav-li .menu2 .menu2-li:hover .a3, .list-nav2 .leftNav-li .menu2 .menu2-li.on .a3, .list-nav2 .leftNav-li .menu2 .menu2-li.onn .a3 {
  color: #ED6C00;
  background-color: #fff;
}

.list-nav3 {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  border-top: none;
  overflow: hidden;
}

.list-nav3 .leftNav-li .bt {
  background-color: #272727;
  padding: 30px 0px;
  color: #ED6C00;
  font-size: 22px;
  font-weight: bold;
}

.list-nav3 .leftNav-li .bt img, .list-nav3 .leftNav-li .bt .nr {
  vertical-align: middle;
}

.list-nav3 .leftNav-li .bt img {
  margin-right: 15px;
}

.list-nav3 .leftNav-li a {
  display: block;
}

.list-nav3 .leftNav-li .a1 {
  color: #ED6C00;
  font-size: 14px;
  line-height: 160%;
  padding: 25px 30px;
  text-transform: uppercase;
  background-color: #000;
  border-top: 1px solid #fff;
}

.list-nav3 .leftNav-li .a1 .ico {
  width: 20px;
  height: 100%;
  left: auto;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.list-nav3 .leftNav-li .a1 .ico .s1 {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  margin-right: -2px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.list-nav3 .leftNav-li.on .a1, .list-nav3 .leftNav-li:hover .a1, .list-nav3 .leftNav-li.onn .a1 {
  color: #ED6C00;
  background-color: #fff;
}

.list-nav3 .leftNav-li.on .a1 .ico .s1, .list-nav3 .leftNav-li:hover .a1 .ico .s1, .list-nav3 .leftNav-li.onn .a1 .ico .s1 {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.list-nav3 .leftNav-li.on .a1 .ico .s1 {
  margin-top: -8px;
  margin-right: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.list-nav4 a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: normal;
  color: #323232;
  border-radius: 5px;
  min-width: 144px;
  margin: 0px 15px 15px;
  text-align: center;
  background-color: #f1f1f1;
}

.list-nav4 a.on, .list-nav4 a:hover {
  background-color: #272727;
  color: #fff;
}

.list-nav5 {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  border-top: none;
  overflow: hidden;
}

.list-nav5 .leftNav-li .bt {
  background-color: #000;
  padding: 30px 0px;
  color: #ED6C00;
  font-size: 22px;
  font-weight: bold;
}

.list-nav5 .leftNav-li .bt img, .list-nav5 .leftNav-li .bt .nr {
  vertical-align: middle;
}

.list-nav5 .leftNav-li .bt img {
  margin-right: 15px;
}

.list-nav5 .leftNav-li a {
  display: block;
}

.list-nav5 .leftNav-li .a1 {
  color: #ED6C00;
  font-size: 20px;
  line-height: 160%;
  padding: 25px 30px;
  text-transform: uppercase;
  background-color: #000;
  border-top: 1px solid #fff;
}

.list-nav5 .leftNav-li .a1 .ico {
  width: 20px;
  height: 100%;
  left: auto;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.list-nav5 .leftNav-li .a1 .ico .s1 {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  margin-right: -2px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.list-nav5 .leftNav-li.on .a1, .list-nav5 .leftNav-li:hover .a1, .list-nav5 .leftNav-li.onn .a1 {
  color: #ED6C00;
  background-color: #fff;
}

.list-nav5 .leftNav-li.on .a1 .ico .s1, .list-nav5 .leftNav-li:hover .a1 .ico .s1, .list-nav5 .leftNav-li.onn .a1 .ico .s1 {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.list-nav5 .leftNav-li.on .a1 .ico .s1 {
  margin-top: -8px;
  margin-right: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.list-nav5 .leftNav-li.on .menu {
  display: block;
}

.list-nav5 .leftNav-li .menu {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: none;
  overflow: hidden;
}

.list-nav5 .leftNav-li .menu .menu-li .a2 {
  font-size: 14px;
  color: #ED6C00;
  line-height: 180%;
  padding: 25px 30px;
  text-transform: uppercase;
  background-color: #272727;
}

.list-nav5 .leftNav-li .menu .menu-li .a2 .ico {
  width: 20px;
  height: 100%;
  left: auto;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.list-nav5 .leftNav-li .menu .menu-li .a2 .ico .s1 {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  margin-right: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.list-nav5 .leftNav-li .menu .menu-li:hover .a2, .list-nav5 .leftNav-li .menu .menu-li.on .a2, .list-nav5 .leftNav-li .menu .menu-li.onn .a2 {
  color: #015eab;
  background-color: #f1f1f1;
}

.list-nav5 .leftNav-li .menu .menu-li.on .a2 .ico .s1 {
  margin-top: -8px;
  margin-right: -4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.list-nav5 .leftNav-li .menu .menu-li.on .menu2 {
  display: block;
}

.list-nav5 .leftNav-li .menu2 {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: none;
  overflow: hidden;
}

.list-nav5 .leftNav-li .menu2 .menu2-li .a3 {
  font-size: 12px;
  color: #000;
  line-height: 180%;
  padding: 25px 30px;
  text-transform: uppercase;
  background-color: #fff;
}

.list-nav5 .leftNav-li .menu2 .menu2-li .a3 .ico {
  width: 20px;
  height: 100%;
  right: 0px;
  top: 0px;
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  opacity: 0;
}

.list-nav5 .leftNav-li .menu2 .menu2-li .a3 .ico .s1 {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50%;
  margin-top: -5px;
  margin-right: -2px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.list-nav5 .leftNav-li .menu2 .menu2-li:hover .a3, .list-nav5 .leftNav-li .menu2 .menu2-li.on .a3, .list-nav5 .leftNav-li .menu2 .menu2-li.onn .a3 {
  color: #015eab;
}

.dataCenterInfo {
  background-color: #fafafa;
  padding: 5px;
}

.dataCenterInfo .info {
  padding: 0px 10px;
}

.dataCenterInfo .info li {
  float: left;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  margin-right: 20px;
}

.dataCenterInfo .info li:first-child {
  margin-right: 0px;
}

.dataCenterInfo .info li .s1, .dataCenterInfo .info li .s2 {
  display: inline-block;
  vertical-align: middle;
}

.dataCenterInfo .info li .s2 {
  color: #0066b3;
}

.dataCenterInfo .productSearch {
  height: 40px;
  width: 100%;
  overflow: hidden;
  max-width: 350px;
  margin: 0px auto;
  margin-top: 10px;
}

.dataCenterInfo .productSearch input {
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #fff;
  padding: 0px 10px;
  font-size: 14px;
}

.dataCenterInfo .productSearch button {
  outline: none;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .dataCenterInfo .info {
    float: left;
  }
  .dataCenterInfo .productSearch {
    float: right;
    margin-top: 0;
  }
}

.left-menu {
  max-width: 323px;
  width: 100%;
  float: none;
  margin: 0px auto;
}

.list-right {
  padding: 0px;
  max-width: 100%;
  width: 100%;
  float: none;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .left-menu {
    max-width: 30%;
    width: 100%;
    float: left;
  }
  .list-right {
    max-width: 68%;
    width: 100%;
    float: right;
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .left-menu {
    max-width: 280px;
    width: 100%;
    float: left;
  }
  .list-right {
    max-width: 900px;
    width: 100%;
    float: right;
    margin-top: 0px;
  }
}

.dataCenterList {
  margin: 0 -15px;
}

.dataCenterList .dataCenterList-li {
  padding: 15px;
}

.dataCenterList .dataCenterList-li .aMore {
  display: block;
  font-size: 14px;
  background-color: #f1f1f1;
  line-height: 1.6;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  color: #666;
}

.dataCenterList .dataCenterList-li .aMore:hover {
  color: #000;
}

.dataCenterList .dataCenterList-li:nth-child(2n+1) {
  clear: both;
}

.dataCenterList .dataCenterList-li .bt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  padding: 10px;
  text-align: center;
  background-color: #f1f1f1;
}

.dataCenterList .dataCenterList-li li {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
}

.dataCenterList .dataCenterList-li li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.dataCenterList .dataCenterList-li li:hover h3 {
  border-bottom: 1px solid #fff;
}

.dataCenterList .dataCenterList-li li h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 0px;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.dataCenterList .dataCenterList-li li h3 a {
  color: #000;
}

.dataCenterList .dataCenterList-li li .a1 {
  font-size: 14px;
  color: #06529b;
  line-height: 1.6;
}

.dataCenterList2 {
  width: auto;
  margin: 0px -10px;
}

.dataCenterList2 li {
  padding: 0 10px 20px;
}

.dataCenterList2 li:nth-child(2n+1) {
  clear: both;
}

.dataCenterList2 li .item {
  border: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.dataCenterList2 li .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.dataCenterList2 li .item .nr {
  padding: 15px;
  background-color: #fff;
}

.dataCenterList2 li .item .nr h3 {
  display: block;
  line-height: 140%;
  font-size: 14px;
  color: #333;
}

.dataCenterList2 li .item .nr h3 a {
  color: #333;
}

.dataCenterList2 li .item .nr .jj {
  font-size: 12px;
  line-height: 200%;
  color: #666;
}

@media (max-width: 767px) {
  .dataCenterList2 li {
    padding: 10px;
  }
}

.loginTop {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: normal;
  background-color: #2b2929;
}

.loginTop a {
  color: #fff;
}

.userBg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 830px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.login {
  max-width: 1135px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.login .login-left, .login .login-right {
  height: 100%;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.login .login-left {
  padding-top: 90px;
  padding-bottom: 90px;
}

.login .login-left .item {
  padding: 0px 30px;
  width: 100%;
  margin: 0px auto;
}

.login .login-left h3 {
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 100px;
}

.login .login-left .jj {
  font-size: 20px;
  color: #bebebe;
  line-height: 1.6;
  max-width: 395px;
  margin: 0px auto;
  font-weight: normal;
}

.login .login-left .a1 {
  display: block;
  text-align: center;
  margin: 160px auto 0px;
  max-width: 235px;
  width: 100%;
  height: 56px;
  line-height: 54px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  border-radius: 27px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.login .login-left .a1:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.login .login-right {
  padding-top: 100px;
  padding-bottom: 100px;
}

.login .login-right ul {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 15px;
}

.login .login-right li {
  margin-bottom: 60px;
}

.login .login-right li:last-child {
  margin-bottom: 0;
}

.login .login-right li .ico {
  width: 110px;
}

.login .login-right li .ipt {
  height: 68px;
}

.login .login-right li input {
  padding: 0px 15px;
  padding-left: 100px;
  height: 68px;
  line-height: 66px;
  border: 1px solid #eeedef;
  border-radius: 34px;
  font-size: 18px;
  outline: none;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.login .login-right li input:focus {
  border: 1px solid #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.login .login-right li button {
  font-size: 26px;
  text-align: center;
  height: 68px;
  color: #fff;
  border-radius: 34px;
  border: none;
  outline: none;
  background-color: #323232;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.register {
  max-width: 1135px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.register .registerForm {
  max-width: 835px;
  width: 100%;
  margin: 0px auto;
}

.register .registerForm ul {
  margin: 0 -30px;
}

.register .registerForm li {
  padding: 15px 30px;
}

.register .registerForm li:nth-child(2n+1) {
  clear: both;
}

.register .registerForm input {
  height: 68px;
  line-height: 67px;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  font-size: 14px;
  outline: none;
  background-color: transparent;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.register .registerForm input::-webkit-input-placeholder {
  color: #000;
}

.register .registerForm input::-moz-placeholder {
  color: #000;
}

.register .registerForm input:-ms-input-placeholder {
  color: #000;
}

.register .registerForm button {
  font-size: 19px;
  text-align: center;
  min-width: 188px;
  height: 68px;
  color: #000;
  border-radius: 34px;
  border: 1px solid #000;
  outline: none;
  background-color: transparent;
}

.register .registerBt .s1 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: normal;
  color: #323232;
  margin-bottom: 30px;
}

.register .registerBt .s2 {
  height: 0;
  width: 40px;
  border-bottom: 3px solid #323232;
}

.news-list {
  width: auto;
}

.news-list li {
  padding: 0px;
}

.news-list .item {
  border-bottom: 1px solid #d2d2d2;
  padding: 30px;
}

.news-list .item h3 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: normal;
}

.news-list .item h3 a {
  color: #000;
}

.news-list .item .jj {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-top: 5px;
}

.news-list2 {
  width: auto;
}

.news-list2 li {
  padding: 0px;
}

.news-list2 .item {
  padding: 14px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.news-list2 .item:first-child {
  margin-top: 0px;
}

.news-list2 .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.news-list2 .item .img {
  width: 228px;
  display: table-cell;
  vertical-align: top;
}

.news-list2 .item .nr-con {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

.news-list2 .item .nr-con h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.news-list2 .item .nr-con h3 a {
  color: #333;
}

.news-list2 .item .nr-con h3 a:hover {
  color: #666;
}

.news-list2 .item .nr-con .jj {
  font-size: 14px;
  color: #666;
  line-height: 200%;
}

@media (max-width: 1199px) {
  .news-list2 .item {
    padding: 15px;
  }
  .news-list2 li .nr-con h3 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .news-list2 li .nr-con .jj {
    line-height: 160%;
  }
}

@media (max-width: 767px) {
  .news-list2 .item .img {
    width: 150px;
    float: left;
    display: inline;
    padding-right: 15px;
  }
  .news-list2 .item .nr-con {
    display: inline;
    padding-left: 0px;
  }
}

.hzhb {
  background-color: #fff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.hzhb ul {
  margin: 0px -10px;
}

.hzhb li {
  padding: 10px;
}

.hzhb li:nth-child(4n+1) {
  clear: none;
}

.hzhb li:nth-child(3n+1) {
  clear: both;
}

.hzhb .item {
  background-color: #fff;
}

@media (min-width: 991px) {
  .hzhb {
    background-image: url(../images/m4_bg.jpg);
  }
  .hzhb li:nth-child(3n+1) {
    clear: none;
  }
  .hzhb li:nth-child(4n+1) {
    clear: both;
  }
}

.product-list {
  width: auto;
  margin: 0px -10px;
}

.product-list li {
  padding: 0 10px 20px;
}

.product-list li:nth-child(4n+1) {
  clear: both;
}

.product-list li .item {
  border: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.product-list li .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.product-list li .item:hover .nr .jt {
  opacity: 1;
}

.product-list li .item .a1 {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.product-list li .item .nr {
  padding: 15px;
  background-color: #272727;
}

.product-list li .item .nr h3 {
  display: block;
  line-height: 140%;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.product-list li .item .nr h3 a {
  color: #fff;
}

.product-list li .item .nr .jj {
  font-size: 12px;
  line-height: 200%;
  color: #fff;
}

.product-list li .item .nr .jt {
  opacity: 0;
  margin-top: 15px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

@media (max-width: 767px) {
  .product-list li {
    padding: 10px;
  }
}

.product-list2 {
  width: auto;
  margin: 0px -10px;
}

.product-list2 li {
  padding: 0 10px 20px;
}

.product-list2 li:nth-child(2n+1) {
  clear: both;
}

.product-list2 li .item {
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  display: table;
  width: 100%;
}

.product-list2 li .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.product-list2 li .item:hover .nr .jt {
  opacity: 1;
}

.product-list2 li .item .img {
  width: 190px;
}

.product-list2 li .item .img, .product-list2 li .item .nr {
  display: table-cell;
  vertical-align: top;
}

.product-list2 li .item .nr h3 {
  display: block;
  line-height: 140%;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 10px;
  border-bottom: 1px solid #cccccc;
}

.product-list2 li .item .nr h3 a {
  color: #000;
}

.product-list2 li .item .nr h3 a:hover {
  color: #272727;
}

.product-list2 li .item .nr .a1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #06529b;
}

@media (max-width: 767px) {
  .product-list2 li .item .img {
    width: 150px;
  }
}

.product-list3 {
  width: auto;
  margin: 0px -10px;
}

.product-list3 li {
  padding: 0 10px 20px;
}

.product-list3 li:nth-child(3n+1) {
  clear: both;
}

.product-list3 li .item {
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.product-list3 li .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.product-list3 li .item:hover .nr .jt {
  opacity: 1;
}

.product-list3 li .item .a1 {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.product-list3 li .item .nr {
  padding: 15px;
}

.product-list3 li .item .nr h3 {
  display: block;
  line-height: 140%;
  font-size: 16px;
  color: #0066b3;
  font-weight: bold;
}

.product-list3 li .item .nr h3 a {
  color: #0066b3;
}

.product-list3 li .item .nr .jj {
  font-size: 12px;
  line-height: 200%;
  color: #666;
}

.product-list3 li .item .nr .jt {
  opacity: 0;
  margin-top: 15px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

@media (max-width: 767px) {
  .product-list3 li {
    padding: 10px;
  }
}

.product-list1 {
  width: auto;
  margin: 0px -10px;
}

.product-list1 li {
  padding: 0 10px 20px;
}

.product-list1 li:nth-child(3n+1) {
  clear: both;
}

.product-list1 li .item {
  border: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.product-list1 li .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.product-list1 li .item .nr {
  padding: 15px;
}

.product-list1 li .item .nr h3 {
  display: block;
  line-height: 140%;
  font-size: 14px;
  text-align: center;
}

.product-list1 li .item .nr h3 a {
  color: #000;
}

.product-list1 li .item .nr h3 a:hover {
  color: #272727;
}

@media (max-width: 767px) {
  .product-list1 li {
    padding: 10px;
  }
}

.rongyu-list1 {
  width: auto;
  margin: 0px -10px;
}

.rongyu-list1 li {
  padding: 0 10px 20px;
}

.rongyu-list1 li:nth-child(3n+1) {
  clear: both;
}

.rongyu-list1 li .img {
  border: 1px solid #e8e8e8;
}

.rongyu-list1 li .item {
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.rongyu-list1 li .item:hover .img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.rongyu-list1 li .item:hover .nr h3 {
  color: #000;
}

.rongyu-list1 li .item:hover .nr h3 a {
  color: #000;
}

.rongyu-list1 li .item .nr {
  padding: 15px;
}

.rongyu-list1 li .item .nr h3 {
  display: block;
  line-height: 140%;
  font-size: 14px;
  text-align: center;
}

.rongyu-list1 li .item .nr h3 a {
  color: #666;
}

.rongyu-list1 li .item .nr h3 a:hover {
  color: #000;
}

@media (max-width: 767px) {
  .rongyu-list1 li {
    padding: 10px;
  }
}

.productImg {
  max-width: 410px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #ddd;
}

.productInfo {
  width: 100%;
  margin-top: 40px;
}

.productInfo h1 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.productInfo .jj {
  font-size: 14px;
  line-height: 2;
  color: #000;
}

@media (min-width: 992px) {
  .productImg {
    max-width: 48%;
    float: left;
  }
  .productInfo {
    max-width: 50%;
    float: right;
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .productImg {
    max-width: 410px;
    float: left;
  }
  .productInfo {
    max-width: 465px;
    float: right;
  }
}

.xbanner {
  height: 300px;
  background-position: center top;
  background-repeat: no-repeat;
}

.xbanner .s1 {
  font-size: 28px;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
}


.list-news li {
  background-color: #fff;
  padding: 15px;
  margin-top: 20px;
}
.list-news li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.42);
}
.list-news li .img {
  width: 298px;
  height: 188px;
  margin-right: 15px;
}
.list-news li .nr h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 15px;
}
.list-news li .nr h3 a {
  color: #000;
}
.list-news li .nr h3 a:hover {
  text-decoration: underline;
}
.list-news li .nr h3 .time {
  color: #666;
}
.list-news li .nr .jj {
  line-height: 220%;
  color: #888;
  font-size: 12px;
}

