﻿* {
  padding: 0;
  margin: 0;
}
html,body {
  width: 100%;
  min-width: 1200px;
  font-family: 'Microsoft YaHei',Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,ol {
  list-style: none;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.publish-header {
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.publish-header .w1200 {
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
}
.publish-header-space {
  width: 100%;
  height: 80px;
}
.publish-header .logo {
  float: left;
}
.publish-header .list,
.publish-header .content {
  float: right;
}
.publish-header .list li {
  float: left;
  color: #666666;
  font-size: 14px;
}
.publish-header .list li.active {
  color: #fff;
  background: #0064b4;
}
.publish-header .list li a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
}
.publish-header .content {
  height: 80px;
  line-height: 80px;
  color: #0064b4;
  font-size: 14px;
  margin-left: 20px;
}
.publish-header .content p {
  float: right;
  margin-left: 8px;
}
.publish-header .content img {
  width: 14px;
  height: 15px;
  margin-top: 32px;
}
.home .banner {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.home .banner .swiper-slide {
  min-width: 1200px;
}
.home .banner .swiper-slide .bg {
  width: 100%;
}
.home .banner .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  filter: opacity(100);
}
.home .product {
  width: 100%;
  /* overflow: hidden; */
  margin-top: 20px;
  position: relative;
}
.home .product .w1200 {
  position: relative;
}
.home .product .product-container {
  width: 1200px;
  margin: 0 auto;
}
.home .product .swiper-slide > a {
  display: block;
  border: 1px solid #fff;
  width: 290px;
}
.home .product .storeImg {
  width: 290px;
  height: 290px;
}
.home .product .storeImg img {
  width: 100%;
  height: 100%;
}
.home .product .detail {
  width: 290px;
  height: 70px;
  background: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
}
.home .product .detail h2  {
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  margin-bottom: 13px;
}
.home .product .detail p {
  color: #999999;
  font-size: 12px;
}
.home .product .swiper-slide:hover a {
  border-color: #0064b4;
}
.home .product .swiper-slide:hover .detail {
  background: #0064b4;
}
.home .product .swiper-slide:hover .detail h2 {
  color: #fff;
}
.home .product .swiper-slide:hover .detail p {
  color: #66a2d2;
}
.home .product .product-prev {
  width: 60px;
  height: 60px;
  background: url(../images/prev.png) #e5e5e5 center center no-repeat;
  border-radius: 50%;
  margin-left: -80px;
}
.home .product .product-prev:hover {
  background: url(../images/prev.png) #b2b2b2 center center no-repeat;
}
.home .product .product-next {
  width: 60px;
  height: 60px;
  background: url(../images/next.png) #e5e5e5 center center no-repeat;
  border-radius: 50%;
  margin-right: -80px;
}
.home .product .product-next:hover {
  background: url(../images/next.png) #b2b2b2 center center no-repeat;
}
.home .news {
  width: 1200px;
  margin: 60px auto 60px;
  overflow: hidden;
}
.home .news .left {
  width: 590px;
  height: 290px;
  position: relative;
  float: left;
  margin-right: 25px;
}
.home .news .left img {
  width: 100%;
  height: 100%;
}
.home .news .left p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.home .news .right {
  float: left;
  width: 585px;
}
.home .news .right .tab {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dadada;
}
.home .news .right .tab h1 {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  float: left;
}
.home .news .right .tab ul {
  float: right;
}
.home .news .right .tab ul li {
  float: left;
  margin-left: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.home .news .right .tab ul li.active {
  color: #0064b4;
}
.home .news .right .tab ul li.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #0064b4;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.home .news .right .tab-box > div {
  display: none;
}
.home .news .right .tab-box .active {
  display: block;
}
.home .news .right .tab-box li {
  height: 50px;
  line-height: 50px;
  color: #333333;
  border-top: 1px #e5e5e5 dashed;
  font-size: 14px;
}
.home .news .right .tab-box li:first-child {
  border: 0;
}
.home .news .right .tab-box li a {
  padding-left: 10px;
  background: url(../images/icon1.png) left center no-repeat;
}
.home .news .right .tab-box li span {
  float: right;
  color: #999999;
  font-size: 12px;
}

.publish-try {
  width: 100%;
  height: 100px;
  border-top: 1px solid #f4f4f4;
  position: relative;
}
.publish-try .w1200 {
  height: 100px;
  position: relative;
}
.publish-try .w1200 img {
  margin-top: 15px;
}
.publish-try .form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
.publish-try .form input[type='text'] {
  width: 180px;
  height: 40px;
  border: 1px solid #0064b4;
  padding-left: 8px;
  box-sizing: border-box;
  margin-left: 5px;
}
.publish-try .form input[type='text']::-webkit-input-placeholder{
  color:#0064b4;
}
.publish-try .form input[type='text']::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#0064b4;
}
.publish-try .form input[type='text']:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#0064b4;
}
.publish-try .form input[type='text']:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#0064b4;
}
.publish-try .form button[type='button'] {
  width: 140px;
  height: 40px;
  color: #fff;
  border: 0;
  background: #0064b4;
  margin-left: 5px;
  float: right;
  cursor: pointer;
}
.publish-contact {
  min-width: 1200px;
  height: 150px;
  background: #f4f4f4;
  overflow: hidden;
}
.publish-contact .w1200 {
  position: relative;
}
.publish-contact .info {
  margin-top: 32px;
}
.publish-contact .info li {
  color: #666666;
  font-size: 12px;
  line-height: 1.8;
}
.publish-contact .erweima {
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.publish-contact .erweima img {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 8px;
}
.publish-contact .erweima ul {
  float: left;
  margin-top: 20px;
}
.publish-contact .erweima ul li {
  color: #666666;
  font-size: 12px;
}
.publish-footer {
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: #222222;
}
.publish-footer li {
  float: left;
  color: #999999;
  font-size: 12px;
  line-height: 60px;
  margin-right: 10px;
}
.publish-xizun {
  width: 80px;
  height: 80px;
  background: linear-gradient(to bottom ,#62dcfc 0%,#0096e2 100%);
  border: 8px solid #b5dff7;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  z-index: 20;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  transition: all 1s;
}
.publish-xizun:hover {
  right: 0;
}
.productpage .banner,
.newsdetail .banner {
  width: 100%;
  min-width: 1200px;
  font-size: 0;
}
.productpage .banner img,
.newsdetail .banner img  {
  width: 100%;
}
.publish-weizhi {
  min-width: 1200px;
  height: 60px;
  line-height: 60px;
  color: #999999;
  font-size: 12px;
  border-bottom: 1px solid #f4f4f4;
}
.publish-weizhi .local {
  padding-left: 18px;
  background: url(../images/local.png) left center no-repeat;
}
.publish-weizhi i {
  margin: 0 4px;
  font-style: normal;
}
.productpage .product-detail {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
.productpage .product-detail .left {
  float: left;
  position: relative;
}
.productpage .product-detail .productpage-container {
  height: 460px;
  overflow: hidden;
}
.productpage .product-detail .productpage-container .swiper-slide img {
  width: 130px;
  height: 130px;
  border: 1px solid #ededed;
}
.productpage .product-detail .productpage-container .active img {
  border: 1px solid #0064b4;
}
.productpage .product-detail .productpage-prev {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/arrtop.png) center center no-repeat;
}
.productpage .product-detail .productpage-next {
  position: absolute;
  top: auto;
  bottom: -30px!important;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/arrbottom.png) center center no-repeat;
}
.productpage .product-detail .middle {
  float: left;
  width: 480px;
  height: 450px;
  margin-left: 10px;
}
.productpage .product-detail .middle img {
  width: 100%;
  height: 100%;
}
.productpage .product-detail .right {
  float: right;
  width: 570px;
  height: 450px;
}
.productpage .product-detail .right h2 {
  color: #333;
  font-size: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
  margin-bottom: 10px;
}
.productpage .product-detail .right li {
  color: #666666;
  font-size: 14px;
  line-height: 35px;
}
.publish-btn {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  color: #fff;
  background: #0064b4;
  border-radius: 4px;
  cursor: pointer;
}
.productpage .product-detail .publish-btn {
  margin-top: 30px;
}

.productpage .product-jieshao,
.newsdetail .newsdetail-jieshao {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #f4f4f4;
  overflow: hidden;
}
.productpage .product-jieshao .left,
.newsdetail .newsdetail-jieshao .left {
  float: left;
  background: #fff;
}
.productpage .product-jieshao .left .banner1 {
  width: 900px;
  height: 660px;
}
.productpage .product-jieshao .left .banner1 img {
  width: 100%;
  min-height: 660px;
}
.productpage .product-jieshao .left .banner2 {
  width: 900px;
  height: 160px;
}
.productpage .product-jieshao .left .banner2 img {
  width: 100%;
  min-height: 160px;
}
.productpage .product-jieshao .left .banner3 {
  width: 900px;
  height: 400px;
}
.productpage .product-jieshao .left .banner3 img {
  width: 100%;
  min-height: 400px;
}
.productpage .product-jieshao .left .banner4 {
  width: 900px;
  height: 765px;
  margin-top: 10px;
}
.productpage .product-jieshao .left .banner4 img {
  width: 100%;
  min-height: 765px;
}
.productpage .product-jieshao .left .banner5 {
  width: 900px;
  height: 600px;
}
.productpage .product-jieshao .left .banner5 img {
  width: 100%;
  min-height: 600px;
}
.productpage .product-jieshao .right,
.newsdetail .newsdetail-jieshao .right {
  float: right;
}
.productpage .product-jieshao .right .storeImg:nth-child(1),
.newsdetail .newsdetail-jieshao .right .storeImg:nth-child(1) {
  width: 260px;
  height: 200px;
  margin-bottom: 20px;
}
.productpage .product-jieshao .right .storeImg:nth-child(1) img,
.newsdetail .newsdetail-jieshao .right .storeImg:nth-child(1) img
 {
  width: 100%;
  height: 100%;
}
.productpage .product-jieshao .right .storeImg:nth-child(2),
.newsdetail .newsdetail-jieshao .right .storeImg:nth-child(2)
 {
  width: 260px;
  height: 130px;
  margin-bottom: 20px;
}
.productpage .product-jieshao .right .storeImg:nth-child(2) img,
.newsdetail .newsdetail-jieshao .right .storeImg:nth-child(2) img
 {
  width: 100%;
  height: 100%;
}
.productpage .product-jieshao .right .storeImg:nth-child(3),
.newsdetail .newsdetail-jieshao .right .storeImg:nth-child(3)
 {
  width: 260px;
  height: 140px;
}
.productpage .product-jieshao .right .storeImg:nth-child(3) img,
.newsdetail .newsdetail-jieshao .right .storeImg:nth-child(3) img
 {
  width: 100%;
  height: 100%;
}
.productpage .publish-try,
.newsdetail .publish-try
 {
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb;
}
.productpage .publish-contact,
.newsdetail .publish-contact
 {
  background: #fff;
}
.productpage .product-list {
  padding-top: 30px;
  padding-bottom: 100px;
  background: #f4f4f4;
  overflow: hidden;
}
.productpage .product-list li {
  width: 380px;
  height: 430px;
  background: #fff;
  border: 1px solid #fff;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.productpage .product-list li:nth-child(3n) {
  margin-right: 0;
}
.productpage .product-list li .storeImg {
  width: 380px;
  height: 380px;
  text-align: center;
  overflow: hidden;
}
.productpage .product-list li .storeImg img {
  width: 100%;
  height: 100%;
}
.productpage .product-list li h2 {
  width: 380px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.productpage .product-list li:hover {
  border-color: #0064b4;
}
.productpage .product-list li:hover h2 {
  color: #fff;
  background: #0064b4;
}
.about .banner {
  width: 100%;
  min-width: 1200px;
}
.about .banner img {
  width: 100%;
}
.about .contact {
  padding-top: 46px;
}
.about .contact h2 {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.about .contact .comname {
  font-size: 14px;
  color: #bdbdbd;
  text-align: center;
}
.about .contact article {
  padding-top: 26px;
  padding-bottom: 20px;
}
.about .contact article p {
  color: #999999;
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
  padding: 0 20px;
}
.about .contact article p:first-child {
  margin-top: 0;
}
.about .map {
  width: 100%;
  min-width: 1200px;
  height: 480px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.about .map .w1200 {
  height: 500px;
  position: relative;
}
.about .map #map {
  width: 100%;
  height: 100%;
}
.about .map .address {
  width: 350px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  overflow: hidden;
}
.about .map .address h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  margin-top: 26px;
  margin-bottom: 26px;
  margin-left: 15px;
}
.about .map .address .info li {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 1px solid #555;
  font-weight: normal;
}
.about .map .erweima {
  margin-top: 30px;
  padding-left: 15px;
  box-sizing: border-box;
}
.about .map .erweima img {
  float: left;
}
.about .map .erweima ul {
  float: left;
  margin-left: 10px;
  padding-top: 20px;
}
.about .map .erweima ul li {
  color: #fff;
  font-size: 12px;
}
.case .banner,
.newslist .banner {
  width: 100%;
  min-width: 1200px;
}
.case .banner img,
.newslist .banner img {
  width: 100%;
}
.case .nav,
.newslist .nav {
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
}
.case .nav li,
.newslist .nav li {
  width: 120px;
  display: inline-block;
  cursor: pointer;
}
.case .nav li .storeImg,
.newslist .nav li .storeImg  {
  margin-top: 20px;
  margin-bottom: 15px;
}
.case .nav li .storeImg img:first-child,
.newslist .nav li .storeImg img:first-child {
  display: inline-block;
}
.case .nav li .storeImg img:first-child + img,
.newslist .nav li .storeImg img:first-child + img {
  display: none;
}
.case .nav li h2,
.newslist .nav li h2{
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
.case .nav li.active img:first-child,
.newslist .nav li.active img:first-child {
  display: none;
}
.case .nav li.active img:first-child + img,
.newslist .nav li.active img:first-child + img {
  display: inline-block;
}
.case .nav li.active h2,
.newslist .nav li.active h2
 {
  color: #0064b4;
}
.case .nav-box,
.newslist .nav-box {
  width: 100%;
  min-width: 1200px;
  background: #f4f4f4;
  padding: 30px 0 80px;
  overflow: hidden;
}
.case .nav-box .w1200 .box > ul > li {
  width: 590px;
  height: 220px;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #fff;
  overflow: hidden;
}
.case .nav-box .w1200 .box > ul > li:nth-child(2n) {
  margin-right: 0;
}
.case .nav-box .w1200 .box > ul > li .storeImg {
  width: 270px;
  height: 180px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  margin-right: 18px;
}
.case .nav-box .w1200 .box > ul > li .detail {
  float: left;
  width: 280px;
  height: 180px;
  margin-top: 20px;
  position: relative;
}
.case .nav-box .w1200 .box > ul > li .detail h2 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.case .nav-box .detail ul {
  margin-top: 20px;
}
.case .nav-box .detail li {
  color: #999999;
  font-size: 12px;
  line-height: 1.8;
}
.case .nav-box .detail a {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #dadada;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
}
.case .nav-box .w1200 .box > ul > li:hover {
  border-color: #0064b4;
}
.case .nav-box .w1200 .box > ul > li:hover a {
  color: #fff;
  background: #0064b4;
}
.case .nav-box .w1200 .box  ol,
.newslist .nav-box .w1200 .box  ol {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.case .nav-box .w1200 .box  ol > li,
.newslist .nav-box .w1200 .box  ol > li
 {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 2px;
  overflow: hidden;
  cursor: pointer;
}
.case .nav-box .w1200 .box  ol > li.active,
.newslist .nav-box .w1200 .box  ol > li.active
 {
  color: #fff;
  background: #0064b4;
}
.case .nav-box .w1200 .box  ol > li:first-child,
.newslist .nav-box .w1200 .box  ol > li:first-child
 {
  background: #fff url(../images/listprev.png) center center no-repeat;
}
.case .nav-box .w1200 .box ol > li:last-child,
.newslist .nav-box .w1200 .box ol > li:last-child
 {
  background: #fff url(../images/listnext.png) center center no-repeat;
}
.case .nav-box .w1200 .box ol .pagesmore,
.newslist .nav-box .w1200 .box ol .pagesmore
 {
  color: #c5c5c5;
  font-size: 14px;
  background: #f4f4f4;
}
.case .publish-try,
.newslist .publish-try {
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb;
}
.case .publish-contact,
.newslist .publish-contact {
  background: #fff;
}
.casedetail .banner {
  width: 100%;
  min-width: 1200px;
}
.casedetail .banner img {
  width: 100%;
  min-width: 1200px;
}
.casedetail article {
  padding: 30px 0 50px;
  overflow: hidden;
}
.casedetail article .storeImg {
  width: 600px;
  height: 400px;
  float: left;
  margin-right: 26px;
}
.casedetail article .storeImg img {
  width: 100%;
  height: 100%;
}
.casedetail article .detail {
  float: left;
  width: 560px;
  color: #666;
  font-size: 12px;
  line-height: 24px;
}
.casedetail article .detail img {
  float: left;
  width: 600px;
}
.casedetail article .detail h2 {
  color: #333333;
  font-size: 24px;
  border-bottom: 1px #e5e5e5 dashed;
  padding-bottom: 18px;
}
.casedetail article .detail ul {
  margin-bottom: 30px;
  overflow: hidden;

}
.casedetail article .detail li {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px #e5e5e5 dashed;
}
.casedetail article .detail li p {
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 48px;
}
.casedetail article .detail li p:first-child {
  width: 300px;
}
.casedetail article .detail p {
  color: #666666;
  font-size: 12px;
  line-height: 1.8;
}
.casedetail .publish-try {
  background: #fff;
}
.casedetail .publish-contact {
  background: #f4f4f4;
}
.newslist .nav-box .box > ul > li {
  width: 280px;
  height: 370px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-bottom: 20px;
  margin-right: 26px;
  float: left;
  padding: 10px;
}
.newslist .nav-box .box > ul > li .storeImg {
  width: 260px;
  height: 173px;
  overflow: hidden;
  margin-bottom: 14px;
}
.newslist .nav-box .box > ul > li .storeImg img {
  width: 100%;
  height: 100%;
}
.newslist .nav-box .box > ul > li:nth-child(4n) {
  margin-right: 0;
}
.newslist .nav-box .box > ul > li h2 {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
}
.newslist .nav-box .box > ul > li .time {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}
.newslist .nav-box .box > ul > li p {
  color: #999999;
  font-size: 12px;
}
.newslist .nav-box .box > ul > li .detail a {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #dadada;
  display: block;
  margin-top: 15px;
  font-size: 12px
}
.newslist .nav-box .box > ul > li:hover {
  border-color: #0064b4;
}
.newslist .nav-box .box > ul > li:hover .detail a {
  color: #fff;
  background: #0064b4;
}
.newsdetail .newsdetail-jieshao .left {
  background: #f4f4f4;
  width: 900px;
}
.newsdetail .newsdetail-jieshao .left h2 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 10px;
}
.newsdetail .newsdetail-jieshao .left .share {
  font-size: 0;
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
.newsdetail .newsdetail-jieshao .left .share p {
  color: #999999;
  font-size: 12px;
  float: left;
}
.newsdetail .newsdetail-jieshao .left .share div {
  float: right;
}
.newsdetail .newsdetail-jieshao .left .share div img {
  margin-left: 4px;
}
.newsdetail .newsdetail-jieshao .left article {
  padding-bottom: 30px;
  border-bottom: 1px dashed #dbdbdb;
  color:#666;
  font-size: 14px;
  line-height: 24px;
}
.newsdetail .newsdetail-jieshao .left article p {
  color: #666666;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsdetail .newsdetail-jieshao .left article .storeImg {
  text-align: center;
}
.newsdetail .newsdetail-jieshao .left article .storeImg img {
  width: 720px;
  height: 480px;
}
.newsdetail .newsdetail-jieshao .left article .storeImg h3 {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}
.newsdetail .newsdetail-jieshao .left .pagination {
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
.newsdetail .newsdetail-jieshao .left .pagination a:first-child {
  float: left;
  padding-left: 20px;
  background: url(../images/listprev.png) left center no-repeat;
}
.newsdetail .newsdetail-jieshao .left .pagination a:first-child + a {
  float: right;
  padding-right: 20px;
  background: url(../images/listnext.png) right center no-repeat;
}
.newsdetail .newsdetail-jieshao {
  padding-bottom: 80px;
}
.publish-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.publish-modal .container {
  width: 600px;
  height: 467px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.publish-modal .container .header {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #0064b4;
  text-align: center;
}
.publish-modal .container .content {
  height: 417px;
  background: #fff;
  padding: 60px 40px;
  box-sizing: border-box;
}
.publish-modal .container .content li {
  height: 50px;
}
.publish-modal .container .content li > p {
  width: 80px;
  float: left;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  margin-right: 10px;
}
.publish-modal .container .content li > div {
  float: left;
}
.publish-storeInput {
  width: 80px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.publish-storeInput input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  filter: opacity(0);
  cursor: pointer;
}
.publish-storeInput input:checked + label {
  color: #0064b4;
  border-color: #0064b4;
}
.publish-storeInput input:checked + label::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #0064b4 #0064b4 transparent;
}
.publish-storeInput label {
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  border: 1px solid #dadada;
  box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
}
.publish-modal .small {
  width: 50px;
}
.publish-modal input[type='text'] {
  border: 1px solid #dadada;
  height: 30px;
  width: 160px;
  padding-left: 10px;
  outline-color: #0064b4;
}
.btn-submit {
  color: #fff;
  background: #0064b4;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.btn-reset {
  color: #fff;
  background: #bdbdbd;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.publish-modal .modal-submit {
  padding-left: 90px;
}
.publish-modal .btn-reset,
.publish-modal .btn-submit {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.serverpage .banner {
  width: 100%;
  min-width: 1200px;
}
.serverpage .banner img {
  width: 100%;
  min-width: 1200px;
}
.serverpage .server-detail {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}
.serverpage .server-detail .tip1 {
  background: #f4f4f4;
  padding: 30px 210px;
}
.serverpage .server-detail .tip1 p {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
}

.error {
  color: #fff;
  background: #d9534f;
}
.success {
  color: #fff;
  background: #5cb85c;
}
newsdetail .newsdetail-jieshao .left article  {
  color: #666666;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.casedetail article .detail div {
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
      color: rgb(102, 102, 102);
      font-size: 14px;
      line-height: 1.8;
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
      letter-spacing: normal;
  }

  .productpage .product-jieshao .left,
.newsdetail .newsdetail-jieshao .left {
  width:900px;
  overflow:hidden;
}

.newsdetail .newsdetail-jieshao .left article img {
  width:100%;
  }
  .productpage .product-jieshao .left img {
  width:100%;
  }
