/*--------全局样式--------*/

body {
  font-size: 12px;
  color: #333;
  line-height: 26px;
  font-family: "Microsoft YaHei";
}

form,
div,
body,
img,
p,
a,
img,
dl,
dd,
dt,
table,
tr,
td,
th,
h1,
h2,
h3,
h4 {
  margin: 0px;
  padding: 0px;
  border: 0;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #bb1b21;
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

a:active {
  outline: none;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  vertical-align: middle;
}

input:focus,
textarea:focus {
  outline: 0;
}

/*-------- clear --------*/

.w {
  width: 1320px;
  margin: 0px auto;
}

.clearfix:before,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clear100 {
  clear: both;
  height: 100px;
  overflow: hidden;
}

.clear270 {
  clear: both;
  height: 270px;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fcfcfc;
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fcfcfc;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eee;
}

/* 首页 */

.head {
  height: 70px;
  background-image: url("/Pimages/Headimg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.head .logo {
  float: left;
  line-height: 70px;
  margin-left: 2%;
  width: 28%;
  font-size: 13px;
  color: #8f7638;
}

.head .logo img {
  vertical-align: middle;
  width: 30px;
}

.head .call {
  float: left;
  width: 40%;
  line-height: 70px;
  color: #a07d42;
  font-size: 15px;
  text-align: center;
}

.head .call img {
  vertical-align: middle;
  margin-right: 5%;
  width: 70px;
}

.head .nav {
  float: right;
  width: 15%;
  margin-right: 2%;
}

.head .nav .nav_ig {
  line-height: 70px;
  float: right;
  width: 30px;
}

.head .nav:hover .list {
  display: block;
}

.head .nav:hover .list ul {
  transform: translate(0%);
  transition: all 1s;
}

.head .nav .nav_ig img {
  vertical-align: middle;
  width: 26px;
  height: 20px;
}

/* 侧面导航栏 */

.side_list {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.side_list ul {
  width: 60%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow: hidden;
  float: right;
  transform: translate(100%);
  transition: all 1s;
}

.side_list ul .close {
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}

.side_list ul .close img {
  width: 25px;
  height: 25px;
  float: right;
  margin-right: 5%;
}

.side_list ul li {
  height: 60px;
  line-height: 60px;
}

.side_list ul li a {
  display: block;
  text-indent: 2em;
  font-size: 17px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.side_list ul .list_logo {
  text-align: center;
  margin-top: 10%;
}

.banner {
  position: relative;
}

.banner .hd ul {
  position: absolute;
  left: 33%;
  bottom: 20px;
}

.banner .hd ul li {
  width: 8px;
  height: 8px;
  background: #f5f5f5;
  border-radius: 50%;
  margin: 0 10px;
  float: left;
}

.banner .hd ul .on {
  width: 10px;
  height: 10px;
  border: 1px #f5f5f5 solid;
  margin-top: -2px;
  background: url("../Pimages/index_01.png") center no-repeat;
  background-size: 6px 6px;
  background-color: transparent;
}

.nav_link {
  width: 95%;
  margin: 20px auto;
}

.nav_link ul {
  display: flex;
  justify-content: space-around;
}

.nav_link ul li {
  width: 20%;
  text-align: center;
}

.nav_link ul li .ig {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}

.nav_link ul li .ig img {
  width: 80%;
  vertical-align: middle;
}

.nav_link ul li p {
  font-size: 10px;
  color: #666666;
  text-align: center;
  font-family: "思源黑体 CN";
  font-weight: lighter;
}

.index_photp {
  width: 95%;
  margin: 30px auto;
}

.index_photp .photo_list ul li {
  position: relative;
  margin-bottom: 10px;
}

.index_photp .photo_list ul li .ig {
  height: 200px;
  overflow: hidden;
}

.index_photp .photo_list ul li .ig img {
  width: 100%;
  height: 100%;
}

.index_photp .photo_list ul li .ft {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "思源黑体 CN";
  color: #fff;
}

.index_photp .photo_list ul li .ft h1 {
  font-size: 25px;
  font-weight: 300;
}

.index_photp .photo_list ul li .ft .line {
  margin: 10px auto;
  width: 20px;
  height: 10px;
  border-bottom: 1px #fff solid;
}

.index_photp .photo_list ul li .ft p {
  font-size: 14px;
  font-weight: lighter;
}

.index_photp .icon_color {
  margin: 30px 0;
}

.index_photp .icon_color .top h1 {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.index_photp .icon_color .top p {
  text-align: center;
  font-size: 15px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.index_photp .icon_list ul {
  display: flex;
  justify-content: space-around;
}

.index_photp .icon_list ul li img {
  width: 60%;
}

.index_photp .icon_list ul li {
  width: 20%;
  text-align: center;
  margin-top: 20px;
}

.index_photp .icon_list ul li p {
  font-size: 14px;
  color: #4b4b4b;
  font-family: "思源黑体 CN";
}

.index_photp .icon_list .list2 {
  width: 80%;
  margin: 0 auto;
}

.index_photp .icon_list .list2 li {
  width: 25%;
}

.index_photp .icon_list .list2 li img {
  width: 60%;
}

.index_about {
  background: url("../Pimages/index_09.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.index_about .ft {
  color: #fff;
  margin: 60px 0 0 10%;
  font-family: "思源黑体 CN";
}

.index_about .ft h2 {
  font-size: 25px;
  font-weight: 400;
}

.index_about .ft h2 span {
  font-size: 15px;
  margin-left: 10px;
  text-transform: uppercase;
}

.index_about .ft p {
  width: 95%;
  margin-top: 10px;
  font-size: 12px;
}

.index_about .ft p a {
  display: inline-block;
  color: #826523;
  border-bottom: 1px #826523 solid;
  margin-left: 10px;
}

/* 搜索 */

/* 搜索icon */

.search-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search-box .text {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #b1a178;
}

.search-box .icon-search {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/images/search_icon.png);
  opacity: 1;
  transition: all 0.2s;
}

.search-box .icon-search:hover {
  opacity: 0.7;
}

.index_news {
  width: 95%;
  margin: 50px auto 100px;
}

.index_news .top h1 {
  text-align: center;
  font-size: 25px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.index_news .top p {
  text-align: center;
  font-size: 15px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.index_news .slide_box {
  position: relative;
  margin-top: 30px;
}

.index_news .slide_box .bd ul {
  display: flex;
  justify-content: space-around;
}

.index_news .slide_box .bd ul li {
  float: left;
  width: 45%;
  font-family: "思源黑体 CN";
  border-bottom: 1px #ededed solid;
  padding-bottom: 10px;
}

.index_news .slide_box .bd ul li:nth-of-type(2) {
  margin-right: 0;
}

.index_news .slide_box .bd .ig {
  height: 73px;
  overflow: hidden;
}

.index_news .slide_box .bd .ig img {
  width: 100%;
  height: 100%;
}

.index_news .slide_box .bd .date {
  font-size: 15px;
  color: #8e8e8e;
  margin-top: 10px;
}

.index_news .slide_box .bd .date span {
  font-size: 25px;
  color: #303030;
}

.index_news .slide_box .bd h3 {
  font-weight: 400;
  font-size: 13px;
  margin: 10px 0;
  line-height: 17px;
}

.index_news .slide_box .bd p {
  font-size: 10px;
  color: #818181;
  line-height: 17px;
}

.index_news .slide_box .bd .more {
  float: right;
}

.index_news .slide_box .bd .more a {
  font-size: 14px;
  color: #303030;
}

.index_news .slide_box .hd ul {
  position: absolute;
  bottom: -33px;
  left: 38%;
}

.index_news .slide_box .hd ul li {
  width: 8px;
  height: 8px;
  background: #dadada;
  border-radius: 50%;
  margin: 0 10px;
  float: left;
}

.index_news .slide_box .hd ul .on {
  width: 15px;
  height: 8px;
  background: #8f7638;
  border-radius: 30px;
}

.foot {
  background: #303030;
}

.foot .top {
  width: 90%;
  margin: 0 auto;
}

.foot .top ul li {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #8f7638;
  border-bottom: 1px #4b4b4b solid;
}

.foot .top ul li img {
  float: right;
  width: 15px;
  height: 15px;
  margin-top: 23px;
}

.foot .icp {
  height: 60px;
}

.foot .icp p {
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #666666;
}

.foot .icp p img {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

/* 集团介绍 */

.company_bg {
  background: url("../Pimages/company_01.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 155px;
}

.company_box {
  width: 95%;
  margin: 50px auto;
}

.company_box .top_ft .top h1 {
  text-align: center;
  font-size: 25px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.company_box .top_ft .top p {
  text-align: center;
  font-size: 15px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.company_box .top_ft .ig {
  margin: 30px 0;
}

.company_box .top_ft .ig img {
  width: 100%;
}

.company_box .top_ft p {
  text-indent: 2em;
  font-size: 15px;
  color: #303030;
  font-family: "思源黑体 CN";
}

.company_box .photo_list {
  margin: 30px 0;
}

.company_box .photo_list ul li {
  position: relative;
  margin-bottom: 10px;
}

.company_box .photo_list ul li .ig {
  height: 200px;
  overflow: hidden;
}

.company_box .photo_list ul li .ig img {
  width: 100%;
  height: 100%;
}

.company_box .photo_list ul li .ft {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "思源黑体 CN";
  color: #fff;
}

.company_box .photo_list ul li .ft h1 {
  font-size: 25px;
  font-weight: 300;
}

.company_box .photo_list ul li .ft .line {
  margin: 10px auto;
  width: 20px;
  height: 10px;
  border-bottom: 1px #fff solid;
}

.company_box .photo_list ul li .ft p {
  font-size: 11px;
  line-height: 20px;
}

.company_box .photo_list ul li .ft .more a {
  color: #fff;
}

.company_box .team .top h1 {
  text-align: center;
  font-size: 25px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.company_box .team .top p {
  text-align: center;
  font-size: 15px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.company_box .team_list {
  margin: 30px 0;
}

.company_box .team_list ul li {
  width: 48%;
  height: 60px;
  margin: 0 2% 2% 0;
  float: left;
  border: 1px #e6e6e6 solid;
}

.company_box .team_list .ig {
  float: left;
  line-height: 60px;
  width: 33%;
  text-align: center;
}

.company_box .team_list .ig img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.company_box .team_list .ft {
  float: left;
  font-size: 14px;
  line-height: 60px;
  color: #898989;
  font-family: "思源黑体 CN";
}

.company_box .team_list .ft span {
  color: #131313;
  font-size: 15px;
}

.company_box .team_list ul li:nth-of-type(even) {
  margin-right: 0;
}

.history img {
  width: 100%;
}

.partner {
  margin: 30px 0 50px 0;
  position: relative;
}

.partner .top h1 {
  text-align: center;
  font-size: 25px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.partner .top p {
  text-align: center;
  font-size: 15px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.partner .partner_list {
  width: 82%;
  margin: 30px auto;
}

.partner .partner_list .bd ul li {
  display: inline-block;
  margin-right: 5px;
  width: 30%;
  height: 70px;
  line-height: 70px;
  border: 1px #e6e6e6 solid;
}

.partner .partner_list .bd ul li img {
  width: 100%;
  vertical-align: middle;
}

.partner .partner_list .next {
  position: absolute;
  top: 110px;
  left: 8px;
}

.partner .partner_list .next img {
  width: 10px;
  height: 15px;
}

.partner .partner_list .prev {
  position: absolute;
  top: 110px;
  right: 8px;
}

.partner .partner_list .prev img {
  width: 10px;
  height: 15px;
}

/* 爱涂装服务 */

.index_photp.service .service {
  margin-bottom: 30px;
}

.index_photp.service.service .top h1 {
  text-align: center;
  font-size: 25px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.index_photp.service .service .top p {
  text-align: center;
  font-size: 15px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.index_photp.service .photo_list .ig {
  height: 400px;
  height: 320px;
}

.index_photp.service .photo_list ul li .ft {
  top: 115px;
}

.index_photp.service .photo_list ul li .ft p {
  width: 80%;
  margin: 0 auto;
}

.index_photp.service .icon_list ul li p {
  font-size: 8px;
}

.index_photp.service .icon_list .list2 li {
  width: 27%;
}

.servire_case ul li {
  display: inline-block;
  width: 40%;
  height: 100px;
  margin-right: 5px;
}

.servire_case ul li img {
  width: 100%;
  height: 100%;
}

.service_bg img {
  width: 100%;
}

.servire_case {
  margin-bottom: 50px;
}

.servire_case h1 {
  text-align: center;
  font-weight: 400;
  margin: 30px 0;
}

.servire_case ul {
  margin-left: 5%;
  white-space: nowrap;
  overflow-x: auto;
}

.servire_case ul::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

/* 爱涂装服务详情 */

.service_on {
  width: 90%;
  margin: 30px auto;
  font-family: "思源黑体 CN";
}

.service_on .logo .lf {
  float: left;
  width: 50%;
  height: 170px;
  line-height: 170px;
  text-align: center;
}

.service_on .logo .lf img {
  width: 80%;
  vertical-align: middle;
}

.service_on .logo .rg {
  float: right;
  width: 50%;
}

.service_on .logo .rg img {
  width: 100%;
}

.service_on .under h1 {
  font-weight: 400;
  color: #1b1b1b;
  margin: 10px 0;
}

.service_on .under p {
  font-size: 14px;
  color: #434343;
}

.service_on_bg img {
  width: 100%;
}

.service_photo {
  width: 90%;
  margin: 30px auto;
}

.service_photo ul li {
  border: 1px #e5e5e5 solid;
  padding-bottom: 5%;
  margin-bottom: 20px;
  font-family: "思源黑体 CN";
}

.service_photo ul li .ig img {
  width: 100%;
}

.service_photo ul li h3 {
  margin: 10px 0;
  font-weight: 300;
}

.service_photo ul li .line {
  margin: 10px 0;
  width: 20px;
  border-bottom: 1px #e5e5e5 solid;
}

.service_photo ul li p {
  font-size: 12px;
  color: #707070;
  line-height: 25px;
}

.service_photo ul li .ft {
  width: 90%;
  margin: 0 auto;
}

.service_icon {
  width: 90%;
  margin: 0px auto;
}

.service_icon h2 {
  text-align: center;
  margin: 30px 0;
  font-weight: 400;
}

.service_icon ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.service_icon ul li {
  width: 24%;
  height: 65px;
}

.service_icon ul li img {
  width: 100%;
  height: 100%;
}

.service_Process {
  background: #f6f6f6;
  margin: 30px 0;
  overflow: hidden;
  padding-bottom: 30px;
}

.service_Process h2 {
  text-align: center;
  margin: 30px 0;
  font-weight: 400;
}

.service_Process .Process {
  width: 90%;
  margin: 0px auto;
}

.service_Process .Process .list {
  text-align: center;
  float: left;
  width: 48%;
  margin: 0 2% 2% 0;
  margin-bottom: 10px;
}

.service_Process .Process .list ul {
  display: flex;
  justify-content: space-around;
}

.service_Process .Process .list ul li {
  width: 30%;
  text-align: center;
}

.service_Process .Process .list ul li .ig {
  height: 50px;
}

.service_Process .Process .list ul li .ig img {
  width: 100%;
  height: 100%;
}

.service_Process .Process .list ul li p {
  font-size: 8px;
}

.service_Process .Process .list ul li:nth-of-type(2) {
  margin-right: 0;
}

.Compared {
  width: 90%;
  margin: 0px auto;
}

.Compared h2 {
  text-align: center;
  margin: 30px 0;
  font-weight: 400;
}

.Compared .Process .list {
  float: left;
  width: 48%;
  margin: 0 2% 2% 0;
  margin-bottom: 10px;
}

.Compared .Process .list .ig {
  height: 65px;
}

.Compared .Process .list .ig img {
  width: 100%;
  height: 100%;
}

.Compared .Process .list:nth-of-type(2) {
  margin-right: 0;
}

.manual {
  background: #f6f6f6;
  margin: 30px 0;
  overflow: hidden;
  padding-bottom: 30px;
}

.manual .manual_ft {
  width: 90%;
  margin: 0px auto;
}

.manual h2 {
  text-align: center;
  margin: 50px 0;
  font-weight: 400;
}

.manual p {
  font-size: 15px;
  color: #626262;
}

.manual .row {
  font-size: 15px;
  color: #626262;
}

.manual .img {
  text-align: center;
  margin-top: 30px;
}

.manual .img img {
  width: 60%;
}

.Claim {
  width: 80%;
  margin: 0px auto;
}

.Claim h2 {
  text-align: center;
  margin: 50px 0;
  font-weight: 400;
}

.Claim ul li {
  position: relative;
  width: 100%;
  border: 1px #e5e5e5 solid;
  padding: 10px 0;
  margin-bottom: 10px;
}

.Claim ul li h3 {
  text-indent: 1em;
  color: #221815;
  font-size: 17px;
  font-weight: 400;
}

.Claim ul li p {
  text-indent: 1em;
  font-size: 13px;
  color: #898989;
}

.Claim ul li p::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  background: #707070;
  border-radius: 50%;
  margin-right: 5px;
}

.Claim ul li .icon {
  position: absolute;
  right: -24px;
  top: 25%;
  width: 60px;
  height: 60px;
}

.Claim ul li .icon img {
  width: 100%;
  height: 100%;
}

.we_service {
  background: #f6f6f6;
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 30px;
}

.we_service h2 {
  text-align: center;
  margin: 50px 0;
  font-weight: 400;
}

.we_service .icon_color {
  margin: 30px 0;
}

.we_service .icon_color .top h1 {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.we_service .icon_color .top p {
  text-align: center;
  font-size: 15px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.we_service .icon_list ul {
  display: flex;
  justify-content: space-around;
}

.we_service .icon_list ul li img {
  width: 60%;
}

.we_service .icon_list ul li {
  width: 20%;
  text-align: center;
  margin-top: 20px;
}

.we_service .icon_list ul li p {
  font-size: 8px;
  color: #4b4b4b;
  font-family: "思源黑体 CN";
}

.we_service .icon_list .list2 {
  width: 80%;
  margin: 0 auto;
}

.we_service .icon_list .list2 li {
  width: 27%;
}

.we_service .icon_list .list2 li img {
  width: 60%;
}

/* 慈善 */

.charitable_box {
  width: 90%;
  margin: 0 auto 30px;
}

.charitable_box .top {
  margin: 30px 0;
}

.charitable_box .top h1 {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.charitable_box .top p {
  text-align: center;
  font-size: 15px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.charitable_box .char_photo ul li {
  border-radius: 10px;
  box-shadow: 1px 1px 20px #e5e5e5;
  padding-bottom: 5%;
  margin-bottom: 20px;
  font-family: "思源黑体 CN";
}

.charitable_box .char_photo ul li .ig img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.charitable_box .char_photo ul li h3 {
  margin: 10px 0;
  font-weight: 300;
}

.charitable_box .char_photo ul li .line {
  margin: 10px 0;
  width: 20px;
  border-bottom: 1px #e5e5e5 solid;
}

.charitable_box .char_photo ul li p {
  font-size: 12px;
  color: #707070;
  line-height: 25px;
}

.charitable_box .char_photo ul li .ft {
  width: 90%;
  margin: 0 auto;
}

.charitable_box .char_list ul li .ig img {
  width: 100%;
}

.charitable_box .char_list ul li p {
  text-indent: 2em;
  font-size: 12px;
  color: #626262;
  line-height: 25px;
}

.charitable_box .char_list .name {
  float: right;
  height: 30px;
  margin-top: 20px;
  color: #535353;
}

/* 主题公园 */

.park_box {
  width: 90%;
  margin: 0 auto;
}

.park_box .top .ig {
  margin: 30px 0;
  height: 60px;
  font-size: 15px;
}

.park_box .top .ig img {
  width: 50%;
  margin-right: 10px;
  text-indent: 3em;
}

.park_box .top p {
  text-indent: 2em;
  font-size: 14px;
  color: #535353;
  font-family: "思源黑体 CN";
}

.park_box .top .form img {
  width: 100%;
}

.park_box .top .p {
  font-size: 14px;
  color: #898989;
  margin: 20px 0;
}

.park_box .under ul li {
  margin-top: 30px;
}

.park_box .under ul li {
  margin-top: 30px;
}

.park_box .under ul li p {
  color: #535353;
  font-size: 12px;
  margin: 20px 0;
}

.park_box .under ul li .p {
  color: #8c8c8c;
  font-size: 12px;
  margin-bottom: 20px;
}

.park_box .under ul li .p span {
  color: #8f7739;
}

.park_box .under .ig {
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px #e5e5e5 solid;
}

.park_box .under .ig img {
  width: 25%;
  vertical-align: middle;
}

.park_box .under .photo {
  background: url("../Pimages/park_04_1.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 202px;
  border-radius: 10px;
}

.park_box .under ul li:nth-of-type(2) .photo {
  background: url("../Pimages/park_05_1.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 202px;
  border-radius: 10px;
}

.park_box .under ul li:nth-of-type(3) .photo {
  background: url("../Pimages/park_06_1.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 202px;
  border-radius: 10px;
}

.park_box .under .photo .onlf {
  float: left;
  width: 50%;
  color: #ffffff;
  margin-top: 30px;
}

.park_box .under .photo .onig {
  text-align: center;
}

.park_box .under .photo .onig img {
  width: 60%;
}

.park_box .under .photo .onlf span {
  width: 40px;
  margin: 0 5px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 1.5px #ffffff solid;
}

.park_box .under .photo .onlf span:nth-of-type(2) {
  border: none;
}

.park_box .under .photo .onlf .onlf_ft p {
  text-indent: 2em;
  line-height: 25px;
  margin: 0;
  color: #fff;
  font-size: 12px;
}

.park_box .under .photo .onlf .onlf_ft p::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-right: 5px;
  vertical-align: middle;
}

.park_box .parkuse {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.maintain h2 {
  text-align: center;
  margin: 50px 0;
  font-weight: 400;
}

.maintain ul li {
  border-bottom: 1px #e5e5e5 solid;
  height: 80px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.maintain ul li .lf {
  float: left;
  width: 35%;
  height: 80px;
}

.maintain ul li .lf img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.maintain ul li .rg {
  float: left;
  width: 60%;
  margin-left: 5%;
}

.maintain ul li .rg h3 {
  font-weight: 400;
  color: #535353;
}

.maintain ul li .rg .line {
  width: 20px;
  margin: 5px 0;
  border-bottom: 1px #535353 solid;
}

.maintain ul li .rg p {
  line-height: 20px;
  color: #959595;
}

.maintain ul .last {
  border: none;
}

/* 产品 */

.product_photo {
  width: 90%;
  margin: 30px auto;
}

.product_photo ul li {
  height: 125px;
  margin-bottom: 10px;
}

.product_photo ul li img {
  width: 100%;
  height: 100%;
}

/* 产品详情 */

.product .top_logo {
  text-align: center;
  margin: 50px 0;
}

.product .top_logo img {
  width: 35%;
}

.product .card {
  background: #f6f6f6;
  overflow: hidden;
}

.product .card .top {
  text-align: center;
  margin: 30px 0;
  font-family: "思源黑体 CN";
}

.product .card .top h3 {
  font-weight: 400;
  color: #131313;
  font-size: 20px;
}

.product .card .top p {
  font-size: 12px;
  color: #4b4b4b;
}

.product .card .card_color {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.product .card .card_color .clearfix {
  height: 310px;
}

.product .card .card_color .bd ul li {
  float: left;
  width: 19%;
  margin: 0 1% 0% 0;
}

.product .card .card_color .bd ul li img {
  width: 100%;
  border-radius: 5px;
}

.product .card .card_color .bd ul li:nth-of-type(5n + 5) {
  margin-right: 0;
}

.product .btm_case .list ul li {
  float: left;
  height: 130px;
  width: 30%;
  margin-right: 10px;
  overflow: hidden;
}

.product .btm_case .list ul li img {
  width: 100%;
  height: 100%;
}

.product .card .card_color .hd ul {
  position: absolute;
  left: 40%;
  bottom: -18px;
}

.product .card .card_color .hd ul li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e6e6e6;
  margin: 0 5px;
}

.product .card .card_color .hd ul .on {
  width: 10px;
  height: 10px;
  border: 1px #9a9a9a solid;
  background: url("../Pimages/product_14.png") center no-repeat;
  background-size: 7px 7px;
}

.product .ft_ig {
  margin: 30px 0;
}

.product .ft_ig p {
  width: 90%;
  margin: 0 auto 10px;
  font-size: 13px;
  color: #4b4b4b;
  font-family: "思源黑体 CN";
}

.product .ft_ig .ig {
  text-align: right;
}

.product .ft_ig img {
  width: 90%;
}

.product .video {
  width: 90%;
  margin: 0 auto 50px;
}

.product .video .lf {
  float: left;
  width: 48%;
  text-align: center;
  font-family: "思源黑体 CN";
}

.product .video .lf .row p {
  height: 30px;
  line-height: 30px;
  color: #212121;
}

.product .video .lf .row .ig {
  height: 100px;
}

.product .video .lf .row .ig img {
  width: 100%;
  height: 100%;
}

.product .video .rg {
  float: right;
  width: 48%;
  height: 260px;
  font-family: "思源黑体 CN";
}

.product .video .rg p {
  height: 30px;
  line-height: 30px;
  color: #212121;
}

.product .video .rg .ig {
  height: 230px;
}

.product .video .rg .ig img {
  width: 100%;
  height: 100%;
}

.product .service_img img {
  width: 100%;
}

.product .btm_case {
  font-family: "思源黑体 CN";
}

.product .btm_case h3 {
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  color: #131313;
}

.product .btm_case p {
  width: 85%;
  margin: 5px auto;
  text-align: center;
  font-size: 12px;
  color: #626262;
}

.product .btm_case .list {
  width: 90%;
  margin: 20px auto 70px;
}

.product .btm_case .gif {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}

.product .btm_case .gif img {
  width: 100%;
}

/* 皇家金箔产品详情 */

.product .video.pr_3 {
  margin-top: 30px;
}

.product .video.pr_3 .lf {
  margin-right: 4%;
}

.product .video.pr_3 .lf:nth-of-type(2) {
  margin-right: 0%;
}

/* 莫兰迪色系品详情 */

.product .btm_icon {
  font-family: "思源黑体 CN";
}

.product .btm_icon h3 {
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  color: #131313;
}

.product .btm_icon p {
  width: 85%;
  margin: 5px auto;
  text-align: center;
  font-size: 10px;
  color: #959595;
}

.product .btm_icon .icon {
  width: 90%;
  margin: 20px auto 70px;
}

.product .btm_icon .icon ul li {
  float: left;
  width: 22%;
  height: 75px;
  margin: 0 4% 4% 0;
}

.product .btm_icon .icon ul li:nth-of-type(4n + 4) {
  margin-right: 0;
}

.product .btm_icon .icon ul li img {
  width: 100%;
  height: 100%;
}

/* 琉璃光色系品详情 */

.product.glass .top_logo img {
  width: 65%;
}

/* 颜色 */

.color {
  width: 95%;
  margin: 0 auto;
}

.color .input input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-align: center;
  border: none;
}

.color .input .search {
  background: url("../Pimages/color_01.png") 6em no-repeat;
  background-size: 15px 15px;
  background-color: #e6e6e6;
}

.color .icon_list ul {
  white-space: nowrap;
  overflow-x: auto;
}

.color .icon_list ul::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.color .icon_list ul li {
  display: inline-block;
  margin-right: 10px;
  width: 15%;
  text-align: center;
}

.color .icon_list ul li img {
  width: 100%;
}

.color .photo {
  width: 95%;
  margin: 0 auto;
}

.color .photo ul li {
  float: left;
  width: 47%;
  margin: 5% 5% 0 0;
  box-shadow: 1px 1px 9px #e5e5e5;
  border-radius: 5px;
}

.color .photo ul li:nth-of-type(even) {
  margin-right: 0;
}

.color .photo ul li .ig {
  height: 100px;
}

.color .photo ul li .ig img {
  width: 100%;
  height: 100%;
}

.color .photo ul li p {
  width: 75%;
  margin: 10px auto;
  background: #817d7a;
  text-align: center;
  color: #fff;
}

.color .photo .more {
  text-align: center;
  margin: 30px 0;
  font-size: 14px;
  color: #959595;
}

/* 美色密码 */

.password_bg {
  background: url("../Pimages/password_01.png?v=1") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.password {
  width: 90%;
  margin: 30px auto 100px;
}

.password .top .ig {
  height: 140px;
}

.password .top .ig img {
  width: 100%;
  height: 100%;
}

.password .ft {
  margin-bottom: 30px;
  font-family: "思源黑体 CN";
}

.password .ft h3 {
  font-weight: 400;
  font-size: 22px;
  margin: 20px 0;
  color: #212121;
}

.password .ft h3 span {
  font-size: 13px;
  margin-left: 5px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.password .ft p {
  font-size: 13px;
  color: #666666;
}

.password .under .ft {
  border-bottom: 1px #f5f5f5 solid;
}

.password .under .list ul li {
  margin-bottom: 30px;
}

.password .under .list ul li .img {
  height: 120px;
}

.password .under .list ul li .img img {
  width: 100%;
  height: 100%;
}

.password .under .list ul li .many {
  display: none;
}

.password .under .list ul li .many li {
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  border-bottom: 1px #e6e6e6 solid;
}

.password .under .list ul li .many li p {
  float: left;
  font-size: 12px;
  color: #595959;
  font-family: "思源黑体 CN";
}

.password .under .list ul li .many li .add {
  float: right;
  color: #e6e6e6;
  zoom: 2;
}

/* 新增文本 */

.color-theory-box {
  padding-bottom: 20px;
}

.color-theory-box .theory-title {
  margin-top: 30px;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #212121;
}

.color-theory-box p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  font-family: "思源黑体 CN";
  color: #666;
}

.password .app .top h2 {
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px #f5f5f5 solid;
}

.password .app .top .ig {
  height: 200px;
}

.password .app .top .ig img {
  width: 100%;
  height: 100%;
}

.password .app .top p {
  text-align: center;
  font-size: 15px;
  color: #866c33;
}

/* 新加 */
.password .app .under {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.password .app .under .download-item {
  margin: 2.5%;
  width: 45%;
}

/* 新加结束 */

.password .app .under ul li {
  margin-top: 20px;
}

.password .app .under ul li .ig {
  float: left;
  width: 20%;
  height: 70px;
  margin-right: 5%;
}

.password .app .under ul li .ig img {
  width: 100%;
  height: 100%;
}

.password .app .under ul li .download {
  line-height: 25px;
  font-size: 13px;
  color: #866c33;
}

.password .app .under ul li .download img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

.password .app .under ul li .fl {
  width: 53%;
}

.password .app .under ul li .fl p {
  color: #131313;
  font-size: 8px;
  line-height: 20px;
}

.password .app .under ul li .fl p:nth-of-type(2) {
  color: #959595;
}

.password .app .under ul li .fr {
  width: 22%;
  height: 70px;
}

.password .app .under ul li .fr img {
  width: 74px;
  height: 89px;
}

/* 新闻中心 */

.news_box {
  width: 95%;
  margin: 30px auto 50px;
}

.news_box .top h1 {
  text-align: center;
  font-size: 25px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.news_box .top p {
  text-align: center;
  font-size: 13px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.news_box .list ul li {
  margin-top: 30px;
  font-family: "思源黑体 CN";
  border-bottom: 3px #f5f5f5 solid;
  padding-bottom: 40px;
}

.news_box .list ul li .ig {
  height: 150px;
}

.news_box .list ul li .ig img {
  width: 100%;
  height: 100%;
}

.news_box .list ul li h3 {
  font-weight: 400;
  font-size: 15px;
  margin: 5px 0;
  color: #000000;
}

.news_box .list ul li p {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 20px;
}

.news_box .list ul li .date {
  float: right;
  text-transform: uppercase;
  color: #8e8e8e;
  font-size: 15px;
}

.news_box .list ul li .date span {
  font-size: 12px;
}

/* 新闻详情 */

.news {
  width: 95%;
  margin: 30px auto;
}

.news h3 {
  text-align: center;
  font-size: 20px;
  color: #131313;
  font-family: "思源黑体 CN";
}

.news .date {
  color: #8e8e8e;
  font-size: 12px;
  text-align: center;
}

.news .date span {
  margin-right: 10px;
}

.news .ig img {
  width: 48%;
  float: left;
  margin: 20px 2% 20px 0;
}

.news .ig img:nth-of-type(2) {
  margin-right: 0%;
}

.news p {
  font-size: 14px;
  color: #595959;
  margin-top: 10px;
  font-family: "思源黑体 CN";
  text-indent: 2em;
}

.news_more {
  border-top: 2px #f5f5f5 solid;
  margin-bottom: 30px;
}

.news_more a {
  margin: 10px 0 0 5%;
  display: block;
  color: #8e8e8e;
}

.news_more a span {
  color: #131313;
  margin-right: 5px;
}

/* 联系我们 */

.we_banner {
  background: url("../images/news-mobile.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
}

.we {
  width: 95%;
  margin: 30px auto 50px;
}

.we .top h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  color: #131313;
  font-family: "思源黑体 CN";
}

.we .top p {
  text-align: center;
  font-size: 13px;
  color: #8e8e8e;
  text-transform: uppercase;
}

.we .addree ul li {
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  color: #131313;
  font-family: "思源黑体 CN";
  font-size: 14px;
}

.we .addree ul li img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.we .map img {
  width: 100%;
  margin: 30px 0;
}

.we .list ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px #f5f5f5 solid;
}

.we .list ul li span {
  float: left;
  color: #3d3d3d;
  font-size: 14px;
  font-family: "思源黑体 CN";
}

.we .list ul li a {
  display: block;
  height: 50px;
}

.we .list ul li img {
  float: right;
  width: 9px;
  height: 12px;
  margin: 21px 13px 0 0;
}

/* 免费测量 */

.we_banner_01 {
  background: url("../Pimages/we_08.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.we_banner_02 {
  background: url("../Pimages/we_09.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.we_banner_03 {
  background: url("../Pimages/we_10.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.we_banner_04 {
  background: url("../Pimages/we_11.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.we p {
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
  color: #131313;
  font-family: "思源黑体 CN";
}

.we .input {
  display: block;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.we .input input {
  width: 100%;
  padding: 0 15px;
  margin: 10px auto;
  display: block;
  height: 50px;
  border: none;
  background: #f5f5f5;
  border-radius: 5px;
  box-sizing: border-box;
}

.we .input .name {
  /* background: url("../Pimages/we_08_01.png") 6% no-repeat;
  background-size: 17px 19px;
  background-color: #f5f5f5; */
}

.we .input .iphone {
  background: url("../Pimages/we_08_02.png") 6% no-repeat;
  background-size: 15px 19px;
  background-color: #f5f5f5;
}

.we .input textarea {
  background: #f5f5f5;
  border-radius: 5px;
  width: 85%;
  height: 100px;
  border: none;
  padding: 5% 0 0 5%;
  margin: 0px auto;
  display: block;
}

.we .ps {
  color: #9e0b0f;
  font-size: 12px;
  text-indent: 1em;
  margin: 10px 0;
}

.we .submit button {
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  border-radius: 10px;
  background: #8d7335;
  color: #fff;
}

/* 颜色详情 */

.color_centen {
  margin-top: 50px;
}

.color_centen .fl {
  padding: 0 5%;
  width: 10%;
}

.color_centen .fl ul li:nth-of-type(1) {
  height: 150px;
}

.color_centen .fl ul li {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "苹方";
}

.color_centen .fl ul li span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  transform: rotate(90deg);
}

.color_centen .fr {
  width: 75%;
  margin-right: 5%;
}

.color_centen .fr .top {
  position: relative;
  width: 100%;
  height: 285px;
  margin-bottom: 20px;
}

.color_centen .fr .top .download {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}

.color_centen .fr .top .download img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.color_centen .fr .top .download span {
  color: #fff;
  font-size: 13px;
}

/* 色卡 */

.color_card p {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}

.color_card .select {
  position: absolute;
  top: 50%;
  width: 100%;
}

.color_card .select .next {
  float: left;
  margin-left: 5px;
}

.color_card .select .next img {
  width: 22px;
  height: 30px;
}

.color_card .select .pret {
  float: right;
  margin-right: 5px;
}

.color_card .select .pret img {
  width: 22px;
  height: 30px;
}

.color_card .download {
  position: absolute;
  bottom: 10px;
  right: 5px;
}

.color_card .download img {
  width: 54px;
  height: 25px;
}

.color_centen2 .top .ig {
  position: relative;
  width: 100%;
  height: 370px;
  margin-bottom: 10px;
}

.color_centen2 .top .ig .download {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}

.color_centen2 .top .ig .download img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.color_centen2 .top .ig .download span {
  color: #fff;
  font-size: 13px;
}

.color_centen2 .under .fl {
  width: 48%;
}

.color_centen2 .under .fl .ig {
  height: 140px;
  width: 100%;
}

.color_centen2 .under .fl p {
  width: 90%;
  margin: 10px auto;
  color: #434343;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eeeeee;
  border-radius: 30px;
}

.color_centen2 .under .fr {
  width: 48%;
}

.color_centen2 .under .fr .ig {
  height: 140px;
  width: 100%;
}

.color_centen2 .under .fr p {
  width: 90%;
  margin: 10px auto;
  color: #434343;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-indent: 2em;
  border-radius: 30px;
}

.imgdiv {
  width: 68px;
  height: 68px;
  margin-top: 3px;
  border-radius: 3px;
  text-align: center;
}

.imgdiv p {
  display: inline-block;
  color: white;
  margin-top: 40px;
}

/* 外面盒子样式---自己定义 */

.page_div {
  margin: 20px 10px 20px 0;
  color: #666;
  text-align: center;
}

/* 页数按钮样式 */

.page_div button {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  line-height: 28px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
  width: 50px;
  color: #666;
  border: 1px solid #666;
}

#nextPage,
#prePage {
  width: 70px;
}

.page_div .current {
  background-color: #0073a9;
  border-color: #0073a9;
  color: #fff;
}

/* 页面数量 */

.totalPages {
  margin: 0 10px;
}

.totalPages span,
.totalSize span {
  color: #666;
  margin: 0 5px;
}

/*button禁用*/

.page_div button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.select-box {
  /* padding-left: 30px; */
}

.select-box .select-item {
  /* display: flex; */
  padding: 0 20px;
  margin-bottom: 10px;
}

.select-box .select-item .select-text {
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 12px;
  color: #9a9a9a;
}

.selct-item-value {
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 12px;
  color: #9a9a9a;
  cursor: pointer;
}

.selct-item-value .dot-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgb(219, 219, 219);
  margin-right: 6px;
}

.selct-item-value .dot-box .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

.selct-item-value.active .dot-box .dot {
  background-color: #9e0b0f;
}
