@charset "utf-8";

/*index*/
strong {
  font-weight: bold;
}

/* 暂时隐藏新生活色彩部分 */
.newLifeColornone {
  /* display: none; */
}

.wonderfulDream { 
  position: absolute;
  display: block;
  font-size: 18px;
  color: #a1a1a2;
  height: 49px;
  text-align: center;
  line-height: 49px;
  margin-right: 25px;
  cursor: pointer;
  display: inline-block;
  margin: 10px 15px 0;
  padding: 0 10px;
  left: 265px;
  bottom: 20px;
}

.color_bg .protect .seemore2 {
  background: none;
  text-align: center;
  padding-left: 0;
}

/*首页样式*/

.content {
  position: relative;
}

.content .download-ex {
  position: absolute;
  width: 170px;
  height: 56px;
  background: url(../images/live/jump.png);
  background-size: 170px 56px;
  z-index: 9999;
  right: 0;
  top: 620px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px; 
  box-shadow: 0 0 17px 2px rgb(105, 100, 102);
  cursor: pointer;
}

.content .download-ex a {
  display: block;
  height: 100%;
}

.index_bg {
  width: 100%;
  background: url("../images/index/index_bg.jpg") center center no-repeat;
  background-size: 1920px auto;
}

.banner {
  width: 100%;
  height: 600px;
}

.banner .swiper-slide {
  overflow: hidden;
  height: 600px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}

.banner .banner_btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 1314px;
  margin-left: -657px;
}

.banner .banner_left,
.banner .banner_right {
  position: absolute;
  top: 275px;
  left: 7px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.banner .banner_left:hover,
.banner .banner_right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner .banner_right {
  left: auto;
  right: 7px;
}

.pagination {
  /*position: absolute;*/
  /*z-index: 20;*/
  /*bottom: 10px;*/
  /*width: 100%;*/
  text-align: center;
}

.swiper-pagination-switch {
  width: 38px;
  height: 2px;
  border: 1px solid #161270;
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

.swiper-active-switch {
  background-color: #161270;
}

.protect {
  background: url("../images/global/title_bg.png") center 55px no-repeat;
  background-size: 338px auto;
  /* padding-bottom: 88px; */
  padding-bottom: 50px;
}

.protect .title {
  font-size: 50px;
  color: #161270;
  padding: 100px 0 20px;
  line-height: 50px;
}

.protect .p1 {
  font-size: 24px;
  line-height: 24px;
  color: #161270;
  padding-bottom: 47px;
}

.protect li {
  width: 592px;
  height: 453px;
}

.protect .remarks {
  width: 592px;
  height: 99px;
  left: 0;
  bottom: 0;
  background: url("../images/index/A3.png") 0 0 no-repeat;
  background-size: 592px auto;
  color: #fff;
  padding: 37px 28px 0;
  box-sizing: border-box;
}

.protect .remarks .txt {
  font-size: 24px;
  padding-top: 10px;
}

.protect .remarks .txt span {
  font-size: 18px;
}

.protect .remarks .more {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  cursor: pointer;
  background: url("../images/global/arrow3.png") 81px center no-repeat;
  background-size: 18px auto;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}

.product.title {
  padding-top: 110px;
}

.product li {
  width: 278px;
  height: 574px;
  border: 1px solid #ecebeb;
  cursor: pointer;
  overflow:hidden;
}

.product .more {
  display: none;
}

.product .li-active {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.product .li-active .more {
  display: block;
}

.product li:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.product li:hover .more {
  display: block;
}

.product .li1 {
  /*margin-right: 10px;*/
  margin-left:20px;
}

.product .title2 {
  font-size: 36px;
  line-height: 36px;
  color: #151370;
  padding: 71px 0 15px;
}

.pro_ul .title2 {
  padding: 71px 0 111px;
}

.pro_ul {
  background: #fff;
}

.product .p2 {
  color: #acacac;
  font-size: 18px;
  padding-bottom: 68px;
}

.product .more {
  width: 278px;
  height: 70px;
  line-height: 70px;
  left: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  background: #161270 url("../images/global/arrow3.png") 234px center no-repeat;
  background-size: 18px auto;
/*  text-align: left;
  padding-left: 70px;*/
   text-align: center;
  box-sizing: border-box;
  font-size: 22px;
}

.pro_ul .index_product3 {
  padding-bottom: 105px;
}
.product2{
  width:1200px;
  height:576px;
  margin:0 auto;
}
.product {
  position:relative;
  width: 100%;  
}



.product .banner_left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 46px;
  height: 46px;
}
.product .banner_right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 46px;
  height: 46px;
}
.video {
  /* background-color: #f8f8f8; */
}

.video .videobanner {
  width: 1200px;
  /*width: 1214px;*/
  height: 292px;
  box-sizing: border-box;
}

.video .videobanner>div {
  position: absolute;
  height: 292px;
  box-sizing: border-box;
}

.video .p1 {
  padding-bottom: 80px;
}

.video .videobanner>div>div {
  /*width: 390px;*/
  height: 292px;
  box-sizing: border-box;
  /*margin:0 7px;*/
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
}

.video .videobanner img {
  width: 390px;
  margin-left: 1px;
}

.video .more {
  font-size: 18px;
  color: #1f1f25;
  width: 390px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ecebeb;
  border-top: none;
  background: #fff;
}

.video .li-active .more {
  background-color: #161270;
  color: #fff;
}

.video .videobanner>div>div:hover {
  /*background:rgba(0,0,0,.6);	*/
}

.video .videobanner>div>div:hover .more {
  background-color: #161270;
  color: #fff;
}

.protect .seemore {
  width: 120px;
  height: 40px;
  border: 1px solid #161270;
  line-height: 40px;
  cursor: pointer;
  background: url("../images/global/arrow2.png") 81px center no-repeat;
  background-size: 18px auto;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  margin: 35px auto 0;
  color: #161270;
}

.protect .seemorenew {
  width: 140px;
  background-position: 101px center;
}

.video .banner_btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 1320px;
  margin-left: -660px;
}

.video .banner_left,
.video .banner_right {
  position: absolute;
  top: 370px;
  left: 7px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.video .banner_left:hover,
.video .banner_right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.video .banner_right {
  left: auto;
  right: 7px;
}

.color li {
  width: 590px;
  height: 525px;
}

.color li .remarks {
  width: 100%;
  height: 95px;
  background: #f8f8f8;
  padding-top: 18px;
}

.color_bg {
  /* background: url('../images/index/color_bg.png') center center no-repeat;
	background-size: 1920px auto; */
  overflow: hidden;
}

.color_bg .seemore {
  margin: 125px auto 177px;
  position: relative;
  z-index: 10;
}
/* 首页妙想漆 */

.content-img img {
  width: 100%;
  height: auto;
}

/* 首页色彩动画 */
.anmicolor1 {
  width: 421px;
  height: 304px;
  top: -5px;
  left: -51px;
  -webkit-animation: anmicolor1 4.5s linear 0.2s infinite;
  -o-animation: anmicolor1 4.5s linear 0.2s infinite;
  animation: anmicolor1 4.5s linear 0.2s infinite;
}

.anmicolor2 {
  width: 241px;
  height: 227px;
  top: 250px;
  left: 318px;
  animation: anmicolor2 4s linear 0.5s infinite;
}

.anmicolor3 {
  width: 289px;
  height: 336px;
  bottom: -65px;
  left: -71px;
  animation: anmicolor3 4s linear 0.5s infinite;
}

.anmicolor4 {
  width: 301px;
  height: 400px;
  bottom: -75px;
  left: 630px;
  animation: anmicolor4 6s linear 0.4s infinite;
}

.anmicolor5 {
  width: 353px;
  height: 468px;
  bottom: -205px;
  left: 1125px;
  animation: anmicolor5 3s linear 0.6s infinite;
}

.anmicolor6 {
  width: 310px;
  height: 299px;
  top: 60px;
  left: 1170px;
  animation: anmicolor6 5s linear 0.6s infinite;
}

.anmicolor7 {
  width: 730px;
  height: 824px;
  bottom: -314px;
  left: 1551px;
  animation: anmicolor7 4s linear 1s infinite;
}

@keyframes anmicolor1 {
  0% {
    transform: translateX(0px);
  }

  10% {
    transform: translateY(35px);
  }

  50% {
    transform: translateX(185px);
  }

  80% {
    transform: translateX(65px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes anmicolor2 {
  0% {
    transform: translateY(0px);
  }

  20% {
    transform: translateX(40px);
  }

  60% {
    transform: translateY(105px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes anmicolor3 {
  0% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(25px);
  }

  60% {
    transform: translateX(50px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes anmicolor4 {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateX(100px);
  }

  65% {
    transform: translateY(-155px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes anmicolor5 {
  0% {
    transform: translateX(0px);
  }

  40% {
    transform: translateX(55px);
  }

  70% {
    transform: translateY(30px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes anmicolor6 {
  0% {
    transform: translateX(0px);
  }

  20% {
    transform: translateY(-70px);
  }

  60% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes anmicolor7 {
  0% {
    transform: translateY(0px);
  }

  30% {
    transform: translateX(-50px);
  }

  60% {
    transform: translateY(-80px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*产品家族页面样式*/
.pfamily {
  background: url("../images/global/title_bg.png") center 28px no-repeat;
  background-size: 338px auto;
}

.pfamily1 {
  padding-bottom: 70px;
}

.pfamily2 {
  padding-bottom: 130px;
}

.pfamily .title {
  font-size: 50px;
  color: #161270;
  padding: 68px 0 20px;
  line-height: 50px;
}

.pfamily .p1 {
  font-size: 24px;
  line-height: 24px;
  color: #161270;
  padding-bottom: 47px;
}

.pfamily .p_list {
  width: 100%;
  height: 88px;
  line-height: 88px;
  border-bottom: 1px solid #c7c7c7;
  /* padding: 20px 0 0 380px; */
  box-sizing: border-box;
}

.pfamily .p_list li {
  font-size: 18px;
  color: #a1a1a2;
  /* width: 129px; */
  height: 49px;
  text-align: center;
  line-height: 49px;
  margin-right: 25px;
  cursor: pointer;
  float: none;
  display: inline-block;
  margin: 10px 15px 0;
  padding: 0 10px;
}

.pfamily .p_list .li-active {
  background-color: #a1a1a2;
  color: #fff;
}

.pfamily .parent_nav .last {
  width: 30px;
  margin-right: 38px;
  top: 29px;
  right: 20px;
  cursor: pointer;
}

.pfamily .p_search {
  width: 1198px;
  height: 77px;
  border: 1px solid #c7c7c7;
  font-size: 30px;
  color: #a1a1a2;
  margin-top: 9px;
}

.pfamily .p_search input {
  border: none;
  width: 1090px;
  height: 74px;
  line-height: 77px;
  padding-left: 23px;
}

.pfamily .p_search span {
  width: 2px;
  height: 40px;
  background-color: #bdbdbd;
  margin-top: 20px;
}

.pfamily .p_search .close1 {
  width: 80px;
  height: 77px;
  background: url("../images/global/close.png") center center no-repeat;
  background-size: 27px auto;
}

.pfamily .p_search .searchlist {
  top: 78px;
  left: -1px;
  right: -1px;
  border: 1px solid #c7c7c7;
  border-top: none;
  text-align: left;
  padding: 0 20px;
  background-color: #fff;
  z-index: 10;
}

.pfamily .p_search .searchlist li {
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #a1a1a2;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.pfamily .p_search .searchlist li:hover {
  color: #1f1f25;
}

.pfamily .p_list2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.pfamily .p_list2 li {
  display: inline-block;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  margin-right: 22px;
  font-size: 16px;
  color: #a1a1a2;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
}

.pfamily1 .p_list2>li:hover {
  border: 1px solid #a1a1a2;
  border-bottom: none;
  margin-bottom: 0;
  color: #1f1f25;
}

.pfamily1 .p_list2>li:hover .downlist {
  display: block;
}

.pfamily1 .downlist {
  /* width: 100%; */
  position: absolute;
  top: 48px;
  left: -1px;
  right: -1px;
  border: 1px solid #a1a1a2;
  border-top: none;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 10;
  background-color: #fff;
}

.pfamily .p_list2 .downlist>li {
  width: 100%;
  float: left;
  text-align: center;
  border: 1px solid transparent;
  border-top: 1px solid #a1a1a2;
  padding: 0;
  color: #a1a1a2;
}

.pfamily .p_list2 .downlist .lidownactive {
  color: #1f1f25;
}

.pfamily .p_list2 .li-active {
  border: 1px solid #a1a1a2;
  color: #1f1f25;
}

.pfamily .p_list2 .last {
  margin-right: 0;
}

.pfamily .banner {
  width: 100%;
  height: auto;
  margin-bottom: 46px;
}

.pfamily .p_list3 {
  width: 1250px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 16px;
}

.pfamily .p_list3>ul li {
  width: 260px;
  height: 358px;
  border: 1px solid #efefef;
  font-size: 18px;
  color: #333333;
  float: left;
  margin: 0 25px 48px;
  cursor: pointer;
}

.pfamily .p_list3 li img {
  width: 238px;
  height: 259px;
  margin: 10px auto 15px;
}

.pfamily .p_list3 li p {
  line-height: 24px;
  padding: 0 26px;
}

.pfamily .p_list3>ul li:hover {
  color: #161270;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.pfamily .store>div {
  width: 310px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  background: #c92f07 url("../images/productFamily/icon.png") 30px 20px no-repeat;
  background-size: 37px auto;
}

.pfamily .store .store1 {
  margin: 0 200px 0 185px;
}

.pfamily .store .store2 {
  background: #0a7fc5 url("../images/productFamily/icon.png") 30px -73px no-repeat;
}

.pfamily .store .line {
  width: 1px;
  height: 30px;
  background: #fff;
  margin: 25px 20px 0 86px;
}

/* 妙想漆 */

.calculator {
  width: 143px;
  height: 168px;
  /* position: fixed; */
  /* bottom: 183px; */
  top: 35px;
  left: 50%;
  margin-left: 463px;
}

.calculator img {
  width: 143px;
}

.del_calculator {
  width: 1200px;
  background-color: #f4f6f8;
  left: 50%;
  margin-left: -600px;
  color: #0a7fc5;
  font-size: 24px;
  padding-bottom: 66px;
  display: none;
  z-index: 20;
}

.del_calculator1 {
  position: fixed;
  top: 50%;
  margin-top: -400px;
}

.del_calculator2 {
  position: absolute;
  top: 80px;
}

.del_calculator .wraper {
  width: 700px;
  margin: 0 auto;
}

.del_calculator .close2,
.del_calculator .close {
  width: 44px;
  height: 44px;
  background: url("../images/productFamily/close.png") 0 0 no-repeat;
  background-size: 44px auto;
  top: 32px;
  right: 28px;
}

.del_calculator .title {
  font-size: 30px;
  color: #1f1f25;
  padding: 70px 0 28px;
}

.del_calculator .number {
  width: 700px;
  height: 120px;
  background: #fff;
  line-height: 120px;
  font-size: 60px;
  margin-bottom: 35px;
  font-weight: bold;
}

.del_calculator .area {
  margin-bottom: 38px;
}

.del_calculator span {
  width: 121px;
  height: 50px;
  line-height: 50px;
  text-align: left;
}

.del_calculator .area>div {
  width: 578px;
  height: 50px;
  font-size: 20px;
  background-color: #fff;
}

.del_calculator .area>div>div {
  margin-top: 14px;
}

.del_calculator .area input {
  border: none;
  width: 80px;
  height: 50px;
  line-height: 50px;
  color: #0a7fc5;
  margin-left: 200px;
  margin-right: 10px;
  text-align: right;
}

.del_calculator input::-webkit-input-placeholder {
  color: #0a7fc5;
  font-size: 20px;
  text-align: right;
}

.del_calculator .norms>div {
  width: 172px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #0a7fc5;
  font-size: 16px;
  margin-right: 28px;
  margin-bottom: 40px;
  cursor: pointer;
}

.del_calculator .norms .last {
  margin-right: 0;
}

.del_calculator .norms>div>span {
  font-size: 20px;
}

.del_calculator .norms .active {
  background: #0a7fc5;
  color: #fff;
}

/*.del_calculator .norms div:hover{
	background: #0a7fc5;
	color: #fff;
}*/
.del_calculator .button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #0a7fc5;
  color: #fff;
  font-size: 24px;
  margin-bottom: 45px;
}

.del_calculator .txt {
  font-size: 14px;
  color: #0a7fc5;
  text-align: left;
  line-height: 26px;
}

.del_calculator li {
  text-align: left;
  line-height: 26px;
  font-size: 14px;
  color: #88888d;
}

.productDetail .prodet_left {
  width: 450px;
}

.productDetail {
  margin-bottom: 90px;
}

.productDetail .imgs {
  border: 1px solid #c7c7c7;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productDetail .imgs img {
  width: 230px;
  height: 230px;
  padding: 30px 0;
}

.productDetail .title_d {
  color: #1f1f25;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}

.productDetail .prodet_left li {
  width: 145px;
  height: 155px;
  margin-right: 20px;
  float: left;
  border: 1px solid #efefef;
  cursor: pointer;
  margin-bottom: 10px;
}

.productDetail .prodet_left li img {
  width: 120px;
  height: 120px;
  padding: 5px 0;
}

.productDetail .prodet_left li:last-child {
  margin-right: 0;
}

.productDetail .prodet_left li p {
  text-decoration: underline;
}

.productDetail .prodet_left li a {
  color: #a1a1a2;
  font-size: 16px;
}

.productDetail .prodet_left li:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}

.productDetail .prodet_left li:hover a {
  color: #161270;
}

.productDetail .prodet_left .list2 img {
  margin-top: 14px;
}

.productDetail .prodet_right {
  width: 691px;
  text-align: left;
}

.productDetail .prodet_right .title_d2 {
  color: #1f1f25;
  font-size: 20px;
  border-bottom: 1px dotted #c7c7c7;
  padding-bottom: 18px;
  margin-bottom: 17px;
  font-weight: bold;
}

.productDetail .prodet_right .back {
  width: 80px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #161270;
  color: #161270;
  font-size: 14px;
  background: url("../images/global/arrow2.png") 50px center no-repeat;
  background-size: 13px auto;
  padding-left: 20px;
  box-sizing: border-box;
  top: 0;
  right: 0;
  cursor: pointer;
}

.productDetail .prodet_right .title_d3 {
  color: #1f1f25;
  font-size: 16px;
  margin-bottom: 10px;
  background: url("../images/productFamily/icon2.png") 0 0 no-repeat;
  padding-left: 30px;
  font-weight: bold;
}

.productDetail .prodet_right .title_d4 {
  background-position: 0 -67px;
}

.productDetail .prodet_right .title_d5 {
  background-position: 0 -139px;
}

.productDetail .prodet_right .title_d6 {
  background-position: 0 -213px;
}

.productDetail .prodet_right .title_d7 {
  background-position: 0 -285px;
}

.productDetail .prodet_right .p_content {
  color: #7f7f7f;
  font-size: 14px;
  font-family: "黑体", "SimHei";
  border-bottom: 1px dotted #c7c7c7;
  padding-bottom: 10px;
  margin-bottom: 17px;
  line-height: 29px;
}

.productDetail .prodet_right .p_content .p,
.productDetail .prodet_right .p_content .p p {
  display: inline-block;
  vertical-align: middle;
  width: 450px;
  height: 21px;
  margin-right: 10px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.productDetail .prodet_right .p_content:last-child {
  border: none;
}

.productDetail .prodet_right .p_content .clickdetail {
  color: #161270;
  text-decoration: underline;
  cursor: pointer;
}

.pfdetail .store>div {
  margin: 0 auto;
}

.guidemask {
  width: 1200px;
  height: 800px;
  background: #f0f3f7;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -400px;
  color: #1f1f25;
  font-size: 16px;
  text-align: left;
  padding: 0 100px;
  box-sizing: border-box;
  overflow-y: scroll;
  z-index: 20;
}

.guidemask .title_ {
  text-align: center;
  font-size: 30px;
  padding: 65px 0 58px;
  line-height: 35px;
}

.guidemask .tit_ {
  padding-bottom: 10px;
}

.guidemask p {
  margin-bottom: 35px;
  line-height: 26px;
  color: #88888d;
}

.guidemask .close {
  width: 44px;
  height: 44px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.guidemask .close img {
  position: fixed;
}

/*关于华润漆页面样式*/
.aboutHrq .p_list2 {
  /* width: 240px; */
  margin: 20px auto 50px;
  /* display: flex;
	justify-content: space-between; */
}

.aboutHrq .p_list2 li {
  padding: 0 18px;
  display: inline-block;
  margin: 0 20px;
}

.aboutHrq .p_list2 .last {
  /* margin-left: 20px; */
}

.aboutHrq .p_intro1 {
  padding-bottom: 40px;
}

.aboutHrq .p_intro1 ul {
  height: 280px;
  margin-bottom: 20px;
}

.aboutHrq .p_intro1 li {
  float: left;
  height: 280px;
  float: left;
}

.aboutHrq .p_intro1 img {
  width: 500px;
}

.aboutHrq .p_intro1 .right {
  width: 700px;
  padding-right: 69px;
  padding-left: 73px;
  text-align: left;
  box-sizing: border-box;
  background-color: #f8f8f8;
  margin: auto;
  display: table;
}

.aboutHrq .p_intro1 .right>div {
  display: table-cell;
  vertical-align: middle;
}

.aboutHrq .p_intro1 .right .hrqtit {
  line-height: 18px;
  font-size: 18px;
  color: #1f1f25;
  font-family: "方正兰亭黑简体";
  font-weight: bold;
  margin-bottom: 15px;
}

.aboutHrq .p_intro1 .right .tit2 {
  line-height: 30px;
  font-size: 14px;
  color: #1f1f25;
  font-weight: bold;
}

.aboutHrq .p_intro1 .right p {
  color: #a1a1a2;
  font-size: 14px;
  line-height: 20px;
}

/*关于华润漆-大事记*/
.aboutHrq .bigevent {
  padding-bottom: 60px;
}

.aboutHrq .bigevent .calendar {
  width: 210px;
  height: 620px;
  overflow: hidden;
}

.aboutHrq .bigevent2 .calendar {
  /* width: 218px; */
}

.aboutHrq .bigevent .calendar-main>div {
  width: 200px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  color: #d1d1d1;
  font-size: 40px;
  position: relative;
}

.aboutHrq .bigevent .calendar-main>div>div {
  background-color: #f6f6f6;
}

.aboutHrq .bigevent>ul li {
  float: left;
  width: 920px;
  text-align: left;
}

.aboutHrq .bigevent>ul .right {
  width: 210px;
  float: right;
  text-align: center;
}

.aboutHrq .bigevent .bigbanner {
  width: 920px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.aboutHrq .bigevent .month {
  background: url("../images/aboutHrq/spot.png") 0 13px no-repeat;
  background-size: 8px auto;
  line-height: 14px;
  font-size: 14px;
  color: #161270;
  padding: 10px 0 15px 15px;
  box-sizing: border-box;
}

.aboutHrq .bigevent .eventmain {
  line-height: 26px;
  font-size: 14px;
  color: #1f1f25;
  margin-bottom: 20px;
}

.aboutHrq .arrow_left,
.aboutHrq .arrow_right {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  z-index: 10;
  cursor: pointer;
}

.aboutHrq .bigevent .arrow_left {
  top: -25px;
}

.aboutHrq .bigevent .arrow_right {
  bottom: -25px;
}

.aboutHrq .bigevent .calendar .swiper-slide-active>div {
  background: #161270;
  color: #fff;
}

.aboutHrq .bigevent .calendar .arrow {
  width: 8px;
  height: 14px;
  background: url("../images/aboutHrq/data_bg.png") 0 0 no-repeat;
  background-size: 8px auto;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -8px;
  display: none;
}

.aboutHrq .bigevent .calendar .active .arrow {
  display: block;
}

.aboutHrq .bigevent .calendar .swiper-slide-active .arrow {
  display: block;
}

.calendar-main {
  cursor: pointer;
  width: 200px;
  float: right;
}

.bigevent .detail_event {
  font-size: 16px;
}

/*关于华润漆-华润与公益*/
.aboutHrq .commonweal {
  padding-bottom: 10px;
}

.aboutHrq .commonweal li {
  float: left;
  text-align: left;
}

.aboutHrq .commonweal .li1-left {
  width: 794px;
  float: left;
}

.aboutHrq .commonweal .li1-right {
  width: 365px;
  float: right;
}

.aboutHrq .commonweal .tit {
  font-size: 14px;
  color: #1f1f25;
  font-weight: bold;
  padding-bottom: 10px;
}

.aboutHrq .commonweal p {
  color: #a1a1a2;
  font-size: 14px;
  line-height: 26px;
}

.aboutHrq .commonweal ul {
  margin-bottom: 50px;
}

.aboutHrq .commonweal .ul2 .li1-left {
  width: 565px;
}

.aboutHrq .commonweal .ul2 .li1-right {
  width: 600px;
}

.aboutHrq .commonweal .ul3 .li1-left {
  width: 489px;
}

.aboutHrq .commonweal .ul3 .li1-right {
  width: 670px;
}

/*关于华润漆-品牌新闻*/
.aboutHrq .brandnews {
  padding-bottom: 45px;
}

.aboutHrq .newnews {
  overflow: hidden;
}

.brandnews .oldnews_list {
  font-size: 16px;
}

.aboutHrq .brandnews .list {
  border-bottom: 1px solid #efefef;
  text-align: left;
  color: #d1d1d1;
  font-size: 14px;
  margin-bottom: 100px;
}

.aboutHrq .brandnews .time {
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 15px;
}

.aboutHrq .brandnews .l-left {
  width: 124px;
}

.aboutHrq .brandnews .l-right {
  width: 1010px;
}

.aboutHrq .brandnews .hot {
  display: none;
  right: 0;
  top: 50px;
  width: 60px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #d35433;
  text-align: center;
}

.aboutHrq .brandnews .tit {
  font-size: 14px;
  font-weight: bold;
  color: #1f1f25;
  padding-bottom: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aboutHrq .brandnews .l-right .cont {
  line-height: 22px;
  color: #a1a1a2;
  margin-bottom: 15px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aboutHrq .brandnews .details {
  color: #161270;
  right: 0;
  bottom: -37px;
  width: 80px;
  background: url("../images/global/arrow2.png") 63px center no-repeat;
  background-size: 14px auto;
  cursor: pointer;
}

.down_more {
  height: 55px;
  background: #f8f8f8 url("../images/global/down_more.png") center 35px no-repeat;
  background-size: 14px auto;
  color: #a1a1a2;
  font-size: 12px;
  padding-top: 14px;
  box-sizing: border-box;
  cursor: pointer;
}

/*关于华润漆-24小时健康享新家*/
.hours_content {
  padding-top: 60px;
  padding-bottom: 50px;
}

.hours_content .hours1 {
  margin: 40px auto 65px;
}

.hours_content .hours2 {
  margin-bottom: 45px;
}

/* 新闻详情 */
.newsDetail-content {
  overflow: hidden;
}

.news_detail {
  text-align: left;
  margin-bottom: 90px;
}

.news_detail .list {
  border-top: 1px solid #c7c7c7;
  padding: 28px 0 69px;
}

.news_detail .list:last-child {
  border-bottom: 1px solid #c7c7c7;
}

.news_detail .last {
  border-bottom: 1px solid #c7c7c7;
}

.news_detail .detail_left {
  width: 751px;
}
.detail_left .content img{
    max-width: 100%!important;
}
.news_detail .detail_right {
  width: 351px;
  font-size: 18px;
  color: #a1a1a2;
  text-align: center;
}

.news_detail .detail_right .list {
  font-size: 14px;
  text-align: left;
}

.news_detail .detail_left .title3 {
  font-size: 18px;
  color: #1f1f25;
  font-family: "黑体";
  font-weight: bold;
  margin-bottom: 30px;
}

.news_detail .detail_left .content {
  font-size: 14px;
}

.news_detail .detail_right .tit,
.news_detail .detail_right .cont {
  height: 42px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.news_detail .detail_right .tit {
  color: #1f1f25;
  font-family: "黑体";
  font-weight: bold;
}

.news_detail .detail_right p {
  /* padding:10px 0 25px; */
}

.news_detail .detail_right .details {
  right: 0;
  bottom: 35px;
  color: #161270;
  width: 80px;
  background: url(../images/global/arrow2.png) 63px center no-repeat;
  background-size: 14px auto;
  cursor: pointer;
}

/*关于华润漆-电视广告*/
.aboutHrq .advertising {
  padding-top: 87px;
  padding-bottom: 124px;
  font-size: 16px;
}

.aboutHrq .advertising .advtv-left {
  width: 888px;
}

.aboutHrq .advertising .advtv-right {
  width: 272px;
  height: 570px;
}

.aboutHrq .advertising .explain {
  border: 1px solid #ecebeb;
  font-size: 18px;
  color: #1f1f25;
  height: 70px;
  line-height: 70px;
  background: #fff;
}

.aboutHrq .advertising .adv-content {
  overflow: hidden;
  width: 272px;
  height: 570px;
}

.aboutHrq .advertising .adv-content .adv {
  cursor: pointer;
  border: 1px solid transparent;
}

.aboutHrq .advertising .adv-content .active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}

.aboutHrq .adv-content .active .explain {
  color: #161270;
  text-decoration: underline;
}

.aboutHrq .advertising .arrow_left {
  top: -25px;
}

.aboutHrq .advertising .arrow_right {
  bottom: -25px;
}

.aboutHrq .advtv-right .explain {
  height: 60px;
  line-height: 60px;
}

.aboutHrq .advtv-right .adv {
  margin-bottom: 15px;
}

/* 涂装百科 */
.paint1 {
  padding-bottom: 90px;
}

.baike_list {
  width: 1200px;
  padding-bottom: 75px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
}

.baike_list li {
  overflow: hidden;
  padding: 30px 0;
}

.baike_list .pic {
  float: left;
  width: 200px;
  height: 130px;
}

.baike_list .article {
  float: right;
  width: 970px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #efefef;
}

.baike_list .article .time {
  float: left;
  color: #d1d1d1;
  font-size: 40px;
}

.baike_list .article .date {
  line-height: 40px;
}

.baike_list .article .year {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}

.baike_list .article .cont {
  float: right;
  width: 780px;
  font-size: 14px;
  line-height: 21px;
}

.baike_list .article .cont .title {
  /* display: inline-block; */
  padding: 0;
  margin-bottom: 15px;
  color: #1f1f25;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.baike_list .article .cont .cont_main {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.baike_list .a_more {
  float: right;
  margin-top: 24px;
  padding-right: 20px;
  color: #161270;
  font-size: 14px;
  background: url("../images/global/arrow2.png") right center no-repeat;
  cursor: pointer;
}

/* 购买 */
.company_list {
  width: 1216px;
  margin: 0 auto;
  padding-bottom: 90px;
}

.company_list ul {
  width: 1216px;
  overflow: hidden;
}

.company_list h1 {
  color: #1f1f25;
  font-size: 24px;
  line-height: 36px;
}

.company_list h2 {
  color: #a1a1a2;
  font-size: 14px;
}

.company_list li {
  float: left;
  width: 233px;
  height: 88px;
  text-align: center;
  line-height: 88px;
  margin: 25px 5px 0 5px;
  background: url("../images/refreshService/li_bg.png");
  cursor: pointer;
  position: relative;
}

.company_list li img {
  width: 225px;
}

.company_list .downLists {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.company_list li:hover .downLists {
  display: block;
}

.shop_query .ajia_shop_list {
  padding: 40px 0;
}

.shop_query .pagination {
  margin: 0 0 40px 0;
}

/* A+刷新服务 */
.jsq_calculator {
  display: block;
  margin: 60px auto 125px;
}

.ajia_shop {
  width: 1200px;
  margin: 0 auto;
}

.ajia_shop_search {
  padding: 60px 0 0;
  color: #333333;
  font-size: 24px;
  line-height: 50px;
  text-align: left;
}

.ajia_shop_search .select {
  vertical-align: middle;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 20px;
  font-size: 20px;
  text-align: right;
  padding-left: 8px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  /* appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background: url('../images/global/select_bg.png') 173px center no-repeat;
	background-size: 13px auto;
	background:none\9;
	background:none\0/;
	*background:none;
	background:none\9; */
}

/* select::-ms-expand { display: none; } */
.ajia_shop_search button {
  vertical-align: middle;
  width: 200px;
  height: 50px;
  margin-left: 20px;
  color: #ffffff;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  border: 0;
  background-color: #161270;
}

.addrsearch {
  width: 774px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 19px;
}

.addrsearch input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
}

.ajia_shop_list {
  width: 1200px;
  padding: 25px 0 135px;
  margin: 0 auto;
}

.ajia_shop_list ul {
  width: 1234px;
  margin-left: -17px;
  overflow: hidden;
  font-size: 20px;
}

.ajia_shop_list .shopnull {
  padding-top: 40px;
  width: 100%;
  text-align: center;
  background: none;
}

.ajia_shop_list li {
  float: left;
  width: 414px;
  height: 214px;
  margin-right: -3px;
  color: #333333;
  text-align: left;
  cursor: pointer;
  background: url("../images/refreshService/shop_li.png");
}

.ajia_shop_list li:hover {
  background-position: 0 -214px;
}

.ajia_shop_list h3 {
  margin: 40px 0 0 55px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-indent: 35px;
  background: url("../images/global/icon_pos.png") left center no-repeat;
}

.ajia_shop_list address {
  padding: 10px 55px 0 55px;
  font-size: 14px;
  line-height: 24px;
}

#container {
  width: 1200px;
  height: 600px;
}

.BMap_bubble_title {
  font-size: 14px;
  font-weight: bold;
}

.ajia_reservation {
  width: 1200px;
  margin: 27px auto 0;
}

.ajia_reservation table {
  width: 100%;
}

.ajia_reservation th {
  width: 120px;
  color: #333333;
  font-size: 24px;
}

.ajia_reservation td {
  padding: 24px 0;
  text-align: left;
}

.ajia_reservation .select,
.ajia_reservation .input,
.ajia_reservation .input_div {
  width: 430px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
}

select {
  padding: 10px 0\0;
}

.ajia_reservation .mar-left input,
.ajia_reservation .mar-left select {
  margin-right: 92px;
}

.ajia_reservation .input_div {
  text-indent: 0;
}

.ajia_reservation .input_div input {
  width: 288px;
  /* height: 50px; */
  height: 48px;
  line-height: 48px;
  border: 0;
}

.ajia_reservation .input_div span {
  font-size: 18px;
  padding-left: 21px;
  border-left: 1px solid #c7c7c7;
  cursor: pointer;
}

.ajia_reservation .radio {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ajia_reservation .sexs {
  width: 430px;
}

.ajia_reservation label {
  display: inline-block;
  width: 200px;
  height: 50px;
  color: #a1a1a2;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #c7c7c7;
  cursor: pointer;
}

.ajia_reservation .label_on {
  color: #1f1f25;
  background: url("../images/refreshService/lable_on.png") 167px center no-repeat;
  background-size: 17px;
}

.ajia_reservation .p_footer {
  padding-top: 18px;
  margin: 36px 0 56px;
  border-top: 1px dashed #c8c8c8;
  color: #333333;
  text-align: left;
}

.ajia_reservation .p_footer span {
  color: #161270;
}

.ajia_reservation .p_2 {
  padding: 8px 0 52px;
}

.ajia_reservation .btn_reservation {
  width: 310px;
  height: 80px;
  color: #ffffff;
  font-size: 22px;
  line-height: 80px;
  border: 0;
  background-color: #161270;
}

/* A+刷新服务_产品介绍 */
.refreshProduct {
  padding-bottom: 150px;
}

.refresh_detail {
  padding-bottom: 90px;
}

.refreshProduct .carpentry1 .p_list3>div {
  height: 83px;
  font-size: 16px;
}

.refreshProduct .banners {
  width: 1200px;
  height: 600px;
  overflow: hidden;
}

.refreshProduct .banners>div>div {
  float: left;
}

.refreshProduct .quality {
  padding: 50px 0;
}

.refreshProduct .quality_right {
  width: 745px;
  text-align: left;
}

.refreshProduct .quality_right .title {
  font-size: 18px;
  color: #1f1f25;
  padding: 25px 0 35px;
  font-weight: bold;
}

.refreshProduct .quality_right .tit {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 5px 25px;
  background: url("../images/refreshService/icon1.png") 0 0 no-repeat;
}

.refreshProduct .quality_right .tit2 {
  background-position: 0 -74px;
}

.refreshProduct .quality_right .tit3 {
  background-position: 0 -145px;
}

.refreshProduct .quality_right p {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  padding-bottom: 30px;
}

.refreshProduct .quality_right .last {
  padding-bottom: 0;
}

.authentication {
  height: 75px;
  border-bottom: 1px dotted #c7c7c7;
  margin-bottom: 10px;
  top: -33px;
  overflow: hidden;
}

.refreshProduct .p_list3 {
  padding-bottom: 0px;
}

.authentication>div {
  width: 385px;
}

.authentication>div>div {
  display: table;
}

.authentication>div>div span {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}

.authentication .USA {
  background: url("../images/refreshService/icon2.png") 0 0 no-repeat;
  font-size: 12px;
  color: #333333;
  padding-left: 53px;
  height: 55px;
  display: flex;
  align-items: center;
}

.carpentry .authentication .USA {
  background-position: 0 -260px;
  padding-left: 53px;
  height: 38px;
}

.authentication .France,
.carpentry .authentication .France {
  background-position: 0 -136px;
  padding-left: 80px;
  height: 38px;
}

.authentication .France2 {
  margin-top: 10px;
}

.refreshProduct .carpentry .p_list3,
.refreshProduct .basics .p_list3 {
  margin-top: 55px;
}

.carpentry .authentication {
  height: 55px;
}

.refreshProduct .basics .p_list3 img {
  width: 201px;
  margin: 20px auto 15px;
}

.productImg .p_list3 li img {
  width: 240px;
  height: 240px;
}

.refreshProduct .carpentry1 .p_list3 li img {
  width: 240px;
  height: 240px;
}

.refreshService .service .banners {
  margin: 55px auto 70px;
}

.refreshService .advantage>ul li {
  width: 230px;
  height: 380px;
  margin: 0 5px;
  font-size: 14px;
  color: #333333;
  float: left;
  cursor: pointer;
  background-color: #f6f6f6;
}

.refreshService .advantage {
  width: 1200px;
  margin: 0 auto;
}

.refreshService .advantage .imgs {
  width: 91px;
  height: 90px;
  background: url("../images/refreshService/icon3.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin: 55px auto 40px;
}

.refreshService .advantage .tit {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 25px;
}

.refreshService .advantage .line {
  width: 40px;
  height: 1px;
  background-color: #333333;
  margin: 0 auto 25px;
}

.refreshService .advantage p {
  line-height: 26px;
}

.refreshService .advantage .advimg {
  top: 0;
  left: 0;
  transition: all 0.5s;
  /* display: none; */
  opacity: 0;
  filter: alpha(opacity=0);
}

.refreshService .advantage>ul {
  margin-bottom: 75px;
}

.refreshService .advantage>ul li:hover .advimg {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
  /* display: block; */
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.refreshService .advantage .imgs2 {
  background-position: 0 -183px;
}

.refreshService .advantage .imgs3 {
  background-position: 0 -349px;
}

.refreshService .advantage .imgs4 {
  background-position: 0 -514px;
}

.refreshService .advantage .imgs5 {
  background-position: 0 -699px;
}

.refreshService .advline {
  width: 1200px;
  height: 1px;
  margin: 0 auto 45px;
  background-color: #c7c7c7;
}

.refreshService .linetitle {
  width: 235px;
  top: -10px;
  left: 50%;
  margin-left: -117px;
  background: #fff;
  font-size: 24px;
  color: #1f1f25;
}

.refreshService .step .linetitle {
  width: 430px;
  margin-left: -215px;
}

.refreshService .step .allstep {
  width: 1200px;
  background: url("../images/refreshService/step.png") 0 10px no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  font-size: 18px;
  color: #1f1f25;
  line-height: 26px;
}

.refreshService .allstep p {
  width: 120px;
  float: left;
  margin-right: 240px;
}

.refreshService .allstep .final {
  margin-right: 0px;
}

.refreshService .allstep .first {
  margin: 155px auto 190px;
}

.refreshService .allstep .last {
  margin: 0 auto 74px;
}

.refreshService .problemwall .linetitle {
  width: 284px;
  margin-left: -142px;
}

.refreshService .walls {
  width: 525px;
  height: 525px;
  margin: 60px auto 160px;
  background: url("../images/refreshService/ellipse_bg.png") 0 0 no-repeat;
  background-size: 527px auto;
  display: table;
}

.refreshService .walls>div {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  display: table-cell;
  vertical-align: middle;
}

.refreshService .mildew1 {
  font-size: 18px;
  color: #161270;
}

.refreshService .mildew {
  width: 360px;
  height: 345px;
  background: url("../images/refreshService/mildew.png") 0 0 no-repeat;
  top: 42px;
  left: 38px;
  padding-top: 303px;
  text-align: left;
}

.refreshService .hollowing {
  width: 358px;
  height: 265px;
  background: url("../images/refreshService/hollowing.png") 0 0 no-repeat;
  top: 49px;
  right: 38px;
  padding-top: 70px;
  text-align: right;
}

.refreshService .powdering {
  width: 371px;
  height: 193px;
  background: url("../images/refreshService/powdering.png") 0 0 no-repeat;
  top: 492px;
  left: 190px;
  padding-top: 50px;
  text-align: left;
}

.refreshService .craze {
  width: 396px;
  height: 290px;
  background: url("../images/refreshService/craze.png") 0 0 no-repeat;
  top: 403px;
  right: 38px;
  padding-top: 169px;
  text-align: right;
}

.refreshService .major .linetitle {
  width: 310px;
  margin-left: -155px;
}

.refreshService .major {
  width: 1210px;
  margin: 0 auto 90px;
}

.refreshService .major ul li {
  width: 595px;
  height: 301px;
  margin: 0 5px 10px;
  float: left;
  position: relative;
}

.refreshService .major ul li div {
  width: 94px;
  height: 94px;
  /* border-radius: 100% 0 0 0; */
  /* background: #161270; */
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  box-sizing: border-box;
  background: url("../images/refreshService/ellipse_bg2.png") 0 0 no-repeat;
  background-size: 100% auto;
}

.refreshService .major ul li .list1 {
  bottom: 0;
  right: 0;
  padding: 31px 0 0 25px;
}

.refreshService .major ul li .list2 {
  /* border-radius: 0 100% 0 0; */
  bottom: 0;
  left: 0;
  padding: 31px 10px 0 0;
  background: url("../images/refreshService/ellipse_bg3.png") 0 0 no-repeat;
}

.refreshService .major ul li .list3 {
  /* border-radius: 0 0 0 100%; */
  top: 0;
  right: 0;
  padding: 15px 0 0 23px;
  background: url("../images/refreshService/ellipse_bg4.png") 0 0 no-repeat;
}

.refreshService .major ul li .list4 {
  /* border-radius: 0 0 100% 0; */
  top: 0;
  left: 0;
  padding: 15px 10px 0 0;
  background: url("../images/refreshService/ellipse_bg5.png") 0 0 no-repeat;
}

.paintChannel .p_list2 {
  /* width: 370px;
	width: 375px\9; */
}

.paintChannel .advertising {
  padding-top: 0;
}

/* 人员查询 */
.staff_content .ajia_shop {
  position: relative;
}

.staff_content .banner {
  margin-top: 60px;
  width: 1200px;
  height: 300px;
  margin-bottom: 40px;
}

.staff_content .ajia_shop_search {
  padding: 0;
}

.staff_content .ajia_shop_search select,
.staff_content .ajia_shop_search input,
.staff_content .ajia_shop_search button {
  float: left;
  font-size: 20px;
}

.staff_content .ajia_shop_search select {
  margin-left: 0;
  margin-right: 30px;
  /* color:#a1a1a2; */
  color: #333;
}

.staff_content .ajia_shop_search button {
  margin-left: 0;
}

.staff_content .ajia_shop input {
  width: 200px;
  height: 50px;
  line-height: 50px;
  padding-left: 8px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  outline: none;
  font-size: 18px;
  margin-right: 30px;
  color: #333;
}

.staff_content .ajia_shop ::-webkit-input-placeholder {
  color: #a1a1a2;
}

.staff_content .ajia_shop :-moz-placeholder {
  color: #a1a1a2;
}

.staff_content .ajia_shop ::-moz-placeholder {
  color: #a1a1a2;
}

.staff_content .ajia_shop :-ms-input-placeholder {
  color: #a1a1a2;
}

.staff_content .ajia_shop_list li .staff_left {
  width: 190px;
}

.staff_content .ajia_shop_list li:hover {
  background-position: 0 0;
}

.staff_content .staff_left .imgs {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 35px 0 0 34px;
}

.staff_content .staff_left .imgs img {
  width: 140px;
  height: 140px;
}

.staff_content .staff_right {
  color: #333333;
  font-size: 14px;
}

.staff_content .staff_name {
  margin-top: 40px;
  margin-bottom: 10px;
}

.staff_content .staff_name h3 {
  font-size: 18px;
  margin: 0;
  text-indent: 0;
  background: none;
  float: left;
}

.staff_content .staff_name div {
  float: left;
  width: 63px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #151370;
  text-align: center;
  border: 1px solid #151370;
  border-radius: 4px;
  margin-left: 12px;
  margin-top: 3px;
}

.staff_content .staff_name .otherName {
  color: #0a7fc5;
  border: 1px solid #0a7fc5;
}

.staff_content .staff_info {
  line-height: 22px;
}

.staff_content .ajia_shop_list {
  padding: 40px 0;
}

.staff_content .ajia_shop_list li {
  cursor: default;
}

.appointment {
  width: 63px;
  height: 63px;
  position: fixed;
  right: 65px;
  bottom: 129px;
  z-index: 99999;
}

.staff_main .pagination {
  margin: 0 0 40px 0;
}

.severs_phone {
  width: 206px;
  height: 25px;
  margin: 0 auto 46px;
}

.severs_phone img {
  width: 100%;
}

/* 分页 */
.paging a {
  display: inline-block;
  vertical-align: middle;
  /* width: 34px; */
  height: 34px;
  color: #9c9c9c;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #d9d7d7;
  background-color: #ffffff;
}

.paging .a_prev,
.paging .a_next {
  margin: 0 6px;
  background: url("../images/global/page_btn.png");
}

.paging .a_next {
  background-position: 0 -34px;
}

.paging .a_curr {
  color: #fffefe;
  background-color: #9c9c9c;
}

/* 视频插件样式 */
.video-js .vjs-big-play-button {
  line-height: 2.5em;
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
}

.advertising .current_video {
  width: 888px;
  height: 500px;
}

.advertising .video_html>div img {
  width: 270px;
  height: 154px;
}

.video .index_video {
  width: 390px;
  height: 220px;
}

.pageIdnexBox {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.paging {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.activP {
  background-color: #367fa9 !important;
  color: #fff !important;
}

/* 新生活色彩 */
.colorSystem {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.colorSystem1 {
  width: 1200px;
}

.colorSystem .system1 {
  width: 1266px;
  margin: 57px auto 35px;
}

.colorSystem .system2,
.colorSystem .system4 {
  width: 100%;
  background: #f6f6f6;
}

.colorSystem .system4 {
  margin-bottom: 60px;
}

.colorSystem .systemimg li {
  width: 300px;
  height: 400px;
  float: left;
}

.colorSystem .systemimg1 {
  margin-top: 58px;
}

.colorSystem .systemimg2 {
  margin-bottom: 44px;
}

.colorSystem .txtimg {
  width: 1200px;
  height: 92px;
  text-align: center;
  padding-top: 40px;
}

.pfamily .colorAR {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pfamily .colorAR .ar_lrft {
  width: 920px;
  height: 530px;
}

.colorAR .ar_lrft img {
  width: 920px;
  height: 530px;
}

/* .colorAR .ar_lrft div {
	top: 0;
	left: 0;
} */
.aboutHrq .colorAR .calendar {
  height: 530px;
}

.aboutHrq .colorAR .calendar-main>div {
  font-size: 32px;
  height: 90px;
}

.aboutHrq .colorAR .calendar-main .active>div {
  color: #fff;
  background-color: #161270;
}

.color1808 {
  float: left;
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 768px;
  background-color: #fcf6fb;
}

.color1808 .name {
  position: absolute;
  top: 60px;
  right: 0;
  width: 250px;
}

.color1808 .name .name_ch {
  width: 70px;
  margin: 0 auto;
  color: #201d1d;
  font-size: 60px;
  line-height: 60px;
}

.color1808 .name .name_en {
  padding-top: 10px;
  color: #201d1d;
  font-size: 14px;
  text-align: center;
}

.color1808 .rgb {
  position: absolute;
  top: 60px;
  left: 98px;
  width: 50px;
  text-align: left;
  opacity: 0;
}

.color1808 .name.name_white .name_ch {
  color: #ffffff;
}

.color1808 .name.name_white .name_en {
  color: #ffffff;
}

.color1808 .rgb.rgb_white .rgb_color {
  border-color: #ffffff;
  color: #ffffff;
}

.color1808 .rgb.rgb_white .rgb_circle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.color1808 .rgb.rgb_white .rgb_circle2 {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.color1808 .rgb.rgb_white .rgb_circle3 {
  border-top-color: #fff;
  border-right-color: #fff;
}

.color1808 .rgb .rgb_color {
  position: relative;
  height: 90px;
  border-top: 1px solid #201d1d;
  color: #201d1d;
  font-size: 14px;
  line-height: 30px;
}

.color1808 .rgb .rgb_circle {
  position: absolute;
  top: 30px;
  left: 0;
  width: 46px;
  height: 46px;
  color: #201d1d;
  font-size: 21px;
  line-height: 46px;
  text-align: center;
  border: 2px solid rgba(32, 29, 29, 0.2);
  border-radius: 50%;
}

.color1808 .rgb .circle_div,
.color1808 .rgb .circle_div_r {
  position: absolute;
  top: 30px;
  left: 0;
  width: 25px;
  height: 50px;
  overflow: hidden;
}

.color1808 .rgb .circle_div_r {
  left: auto;
  right: 0;
}

.color1808 .rgb .rgb_circle2,
.color1808 .rgb .rgb_circle3 {
  position: absolute;
  top: 0;
  width: 46px;
  height: 46px;
  border: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 50%;
}

.color1808 .rgb .rgb_circle2 {
  left: 0;
  border-bottom: 2px solid #201d1d;
  border-left: 2px solid #201d1d;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.color1808 .rgb .rgb_circle3 {
  right: 0;
  border-top: 2px solid #201d1d;
  border-right: 2px solid #201d1d;
  -webkit-transform: rotate(-115deg);
  -moz-transform: rotate(-115deg);
  -ms-transform: rotate(-115deg);
  -o-transform: rotate(-115deg);
  transform: rotate(-115deg);
}

.color_others {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background: url("../images/newLifeColor/color_bg2.png");
}

.color_others_on {
  height: 190px;
}

.color_others .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #bebdbe;
  background: url("../images/global/arrow4.png") center center no-repeat;
}

.color_others_on .arrow {
  background-image: url("../images/global/arrow5.png");
}

.color_others_c {
  width: 1200px;
  margin: 0 auto;
}

.color_others_list {
  width: 400px;
  padding-top: 50px;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
}

.color_others_list li {
  float: left;
  padding: 20px 5px 0;
  font-size: 12px;
  text-align: center;
}

.color_others_list .span_color {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 3px solid #fff;
  background-color: #50c3d8;
}

/* 联系我们 */
.contactus {
  text-align: left;
  font-size: 16px;
  color: #1f1f25;
  padding-bottom: 55px;
}

.contactus .contact_title {
  padding: 45px 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.contactus p {
  padding-bottom: 40px;
}

.contactus .phono_ {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f1f1f1 url("../images/footer/icon.png") 10px 13px no-repeat;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: bold;
}

.contactus .hotline {
  background-position: 10px -82px;
}

.contactus .address {
  background-position: 10px -157px;
}

/* 问题反馈 */
.problemFeedback {
  font-size: 24px;
}

.problemFeedback .problem_title {
  font-weight: bold;
  padding-top: 50px;
  text-align: left;
}

.problemFeedback .message {
  margin-top: 28px;
}

.problemFeedback .start {
  color: #0a7fc5;
  display: inline-block;
  vertical-align: middle;
}

.ajia_reservation .p_footer .start {
  color: #0a7fc5;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.problemFeedback .message textarea {
  width: 1080px;
  height: 300px;
  border: 1px solid #c7c7c7;
  padding: 10px;
  font-size: 18px;
}

.problemFeedback .ajia_reservation .p_footer {
  font-size: 14px;
}

.problemFeedback .problembtn {
  margin-bottom: 98px;
}

.problemFeedback .problembtn .btn_reservation {
  background: #c92f07;
}

.problemFeedback .problembtn .problembtn1 {
  margin-right: 89px;
  background: #0a7fc5;
}

/* 站点地图 */
.webMap {
  font-size: 16px;
  text-align: left;
}

.webMap .map {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f1f1f1;
  padding-left: 10px;
  color: #1f1f25;
  font-weight: bold;
  margin-bottom: 20px;
}

.webMap .map1 {
  margin-bottom: 50px;
}

.webMap ul {
  padding-left: 10px;
}

.webMap ul li {
  float: left;
  margin-bottom: 50px;
  margin-right: 35px;
}

/* 墙内漆_墙面艺术漆 */
.product_art {
  padding-bottom: 0;
}

.product_art .banner {
  margin-bottom: 40px;
}

.product_art .imagebanner {
  width: 1200px;
  height: 608px;
  box-sizing: border-box;
  margin: 0 auto;
}

.product_art .imagebanner>div {
  position: absolute;
  height: 608px;
  box-sizing: border-box;
}

.product_art .imagebanner>div>div {
  /*width: 390px;*/
  height: 608px;
  box-sizing: border-box;
  /*margin:0 7px;*/
  display: inline-block;
  /* padding: 0 7px; */
  cursor: pointer;
}

.product_art .imagebanner img {
  width: 598px;
  margin-left: 1px;
}

.product_art .banner_btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 1314px;
  margin-left: -657px;
}

.product_art .banner_left,
.product_art .banner_right {
  position: absolute;
  top: 275px;
  left: 7px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.product_art .banner_left:hover,
.product_art .banner_right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.product_art .banner_right {
  left: auto;
  right: 7px;
}

.product_art .describe {
  width: 1200px;
  height: 160px;
  font-size: 14px;
  color: #a1a1a2;
  background: #f6f6f6;
  margin: 40px auto;
}

.product_art .describe .de_left {
  width: 240px;
}

.product_art .de_left img {
  width: 86px;
  margin-top: 30px;
}

.product_art .de_right {
  width: 960px;
  text-align: left;
}

.product_art .de_right .de_title {
  width: 240px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 16px;
  line-height: 35px;
  color: #333;
}

.product_art .de_right .de_line {
  width: 38px;
  height: 1px;
  background: #333333;
  margin-bottom: 15px;
}

.product_art .de_right p {
  line-height: 22px;
}

/* 墙内漆_涂鸦效果 */
.product_graff {
  padding-bottom: 0;
}

.graffiti .banner {
  margin-bottom: 60px;
}

.graffiti .productDetail {
  margin-bottom: 0;
}

.graffiti_mask .title_ {
  padding-bottom: 70px;
}

.graffiti_mask p {
  margin-bottom: 40px;
  line-height: 30px;
}

/* 墙内漆_焕艺墙基布 */
.product_huanyi .imgbanner {
  margin-bottom: 40px;
}

.product_huanyi .describe {
  height: 120px;
  margin: 0 auto 10px;
}

.product_huanyi .de_right .de_title {
  padding-top: 21px;
}

.product_huanyi .describe .de_left {
  width: 210px;
  margin-right: 30px;
  line-height: 120px;
}

.product_huanyi .de_left img {
  margin-top: 0;
}

.product_huanyi .describe2 .de_right .de_title {
  padding-top: 14px;
}

.product_huanyi .describe2 .de_line {
  width: 72px;
}

.product_huanyi .describe3 .de_line {
  width: 53px;
}

.product_huanyi .huanyi_banner2 {
  margin-top: 40px;
  margin-bottom: 55px;
}

.product_huanyi .step {
  margin-bottom: 35px;
}

.product_huanyi .step .first {
  margin-right: 181px;
}

.webMap ul li {
  float: left;
  margin-bottom: 50px;
  margin-right: 35px;
}

.webMap ul li {
  float: left;
  margin-bottom: 50px;
  margin-right: 35px;
}

/* 建筑工程产品 */
.project_waiting {
  width: 100%;
  height: 503px;
  background: url('../images/project/project_index.jpg') center top no-repeat;
}
