/*********************************
** 颜色配置
*/
/*********************************
** 顶部尾部
*/
.shadow{ box-shadow: 0 2px 24px rgba(28,76,186,.08);}
.wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#topper .topper {
  position: relative;
  background: #ca2b2f;
  color: #ffffff;
  z-index: 101;
}
#topper .city {
  float: left;
  position: relative;
}
#topper .city:hover .drop {
  display: block;
}
#topper .city .active {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 0 24px;
  background: url(../images/icon-map.png) left center no-repeat;
  background-size: 20px;
}
#topper .city .active span {
  display: block;
  height: 45px;
  line-height: 45px;
}
#topper .city .pointer {
  float: left;
  position: relative;
  padding: 0 30px 0 0;
}
#topper .city .pointer span {
  display: block;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
#topper .city .pointer i {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -12px 0 0 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon-drop.png) center center no-repeat;
}
#topper .city .drop {
  position: absolute;
  left: 0;
  top: 45px;
  width: 400px;
  display: none;
}
#topper .city .drop .list {
  position: relative;
  background: #ffffff;
  color: #666666;
  padding: 15px;
  border: 1px solid #dddddd;
}
#topper .city .drop .list dl {
  position: relative;
  padding: 0 0 0 3em;
}
#topper .city .drop .list dl:first-child dd:last-child  {
  display: none;
}
#topper .city .drop .list dt {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  color: #ca2b2f;
}
#topper .city .drop .list dt::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  height: 14px;
  margin: -7px 0 0 0;
  border-left: 1px solid #ca2b2f;
}
#topper .city .drop .list dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin: 0 0 0.5em 1em;
  cursor: pointer;
}
#topper .city .drop .list dd:hover {
  color: #ca2b2f;
}
#topper .tel {
  float: right;
  padding: 0 0 0 30px;
  background: url(../images/icon-tel.png) left center no-repeat;
  background-size: 20px;
}
#topper .tel span {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
#topper .rcode {
  float: right;
  position: relative;
  margin: 0 40px 0 0;
  padding: 0 0 0 30px;
  background: url(../images/icon-wx.png) left center no-repeat;
  background-size: 20px;
}
#topper .rcode:hover .drop {
  display: block;
}
#topper .rcode .pointer {
  position: relative;
  padding: 0 30px 0 0;
}
#topper .rcode .pointer span {
  display: block;
  height: 45px;
  line-height: 45px;
}
#topper .rcode .pointer i {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -12px 0 0 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon-drop.png) center center no-repeat;
}
#topper .rcode .drop {
  position: absolute;
  right: 0;
  top: 45px;
  display: none;
}
#topper .rcode .drop .img {
  position: relative;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
}
#topper .rcode .drop .img img {
  display: block;
  width: 100px;
  height: 100px;
}
#header .header {
  position: relative;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
#header .logo {
  float: left;
  margin: 15px 0;
}
#header .logo img {
  display: block;
  height: 50px;
}
#header .nav {
  float: right;
  margin: 0 -15px 0 0;
}
#header .nav .list {
  float: left;
}
#header .nav .item {
  float: left;
  position: relative;
}
#header .nav .item:hover .drop {
  display: block;
}
#header .nav .link {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
  padding: 0 18px;
}
#header .nav .drop {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  display: none;
}
#header .nav .list2 {
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 5px 0;
}
#header .nav .item2 {
  position: relative;
}
#header .nav .item2:last-child::before {
  content: none;
}
#header .nav .item2::before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-top: 1px dashed #dddddd;
}
#header .nav .link2 {
  display: block;
  line-height: 36px;
}


.ui-head {
  position: relative;
}
.ui-head h2 {  position: relative;  display: inline-block; z-index: 1;  line-height: 50px;  font-size: 38px;  color: #ca2b2f;  margin: 0 0 -1px 0;}
/* .ui-head h2::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -70px;
  width: 140px;
  border-bottom: 1px solid #ca2b2f;
} */
.ui-head p { display: inline-block;   color: #1d1d1f; font-size: 30px;}
/* .ui-head p::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -150px;
  width: 300px;
  border-bottom: 1px solid #dddddd;
} */
.ui-head2 {
  position: relative; padding-top: 50px;
}
.ui-head2 h2 {
  position: relative; display: inline-block;
  z-index: 1;
  line-height: 50px;
  font-size: 38px;
  color: #1d1d1f;
}
/* .ui-head2 h2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 0;
  border-bottom: 1px solid #dddddd;
} */
/* .ui-head2 h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -70px;
  width: 140px;
  border-bottom: 1px solid #ca2b2f;
} */
.ui-head2 p {  position: relative; display: inline-block; font-size: 30px;  line-height: 50px;  color: #999999;}
.ui-head2 p.en {
  font-size: 20px;
  text-transform: uppercase;
  color: #666;
}
/* .ui-head2 p::before {
  content: '';
  position: absolute;
  left: 40%;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #dddddd;
} */
#location {
  position: relative;
  padding: 20px 0 0;
}
.location {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.location.location-line {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 30px;
}

.location .menus2 {
  float: left;
}
.location .menus2 dd {
  float: left;
  position: relative;
}
.location .menus2 dd.active a {
  color: #ca2b2f;
  font-weight: bold;
}
.location .menus2 dd:nth-child(n+2)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px dashed #dddddd;
}
.location .menus2 dd a {
  display: block;
  line-height: 60px;
  padding: 0 30px;
}
.location .menus2 + .urls {
  float: right;
}
.location .urls {
  float: left;
  color: #999999;
}
.location .urls dt {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
}
.location .urls dt + dd::before {
  content: '';
}
.location .urls dd {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
}
.location .urls dd::before {
  content: '>';
}
.location .urls dd:last-child {
  color: #333333;
}
.location .filt {
  float: left;
  margin: 18px 0 0 30px;
}
.location .filt dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.location .filt dd a {
  display: block;
  line-height: 24px;
  padding: 0 30px 0 10px;
  border: 1px solid #dddddd;
  position: relative;
}
.location .filt dd a i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 24px;
  font-size: 12px;
  text-align: center;
}
.location .filt dt {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  line-height: 24px;
}
.filter {
  position: relative;
  padding: 0 20px;
  margin: 0 0 20px;
}
.filter .items {
  position: relative;
  padding: 8px 0 8px 90px;
  border-bottom: 1px solid #f1f1f1;
}
.filter .items:last-child {
  border-bottom: 0;
}
.filter .items dt {
  position: absolute;
  left: 0; font-size: 16px;
  top: 15px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  color: #333333;
}
.filter .items dd {
  padding: 0 30px 0 70px;
  font-size: 0;
  overflow: hidden;

}
.filter .items dd.active {
  height: auto;
}
.filter .items dd a {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  margin: 5px 0 5px 10px;
  padding: 0 15px;
  border-radius: 30px;
  font-size: 14px;
}

.filter .items dd a:hover{ background-color: #edeeee;}
.filter .items dd a:first-child {
  position: absolute;
  left: 90px;
  top: 10px;
}

.filter .items .key{ border:1px solid #ccc; padding:8px 15px; border-radius: 20px;}
.filter .items .submit{ color: #fff; line-height: 35px; border-radius: 20px; cursor: pointer; padding:0 15px; margin-left: 15px;  border:none; }
.filter .items .mo {
  position: absolute;
  right: 0;
  top: 13px;
  height: 30px;
  line-height: 30px;
  color: #1d1d1d;
  cursor: pointer;
  padding: 0 10px 0 20px;
}
.filter .items .mo.active i {
  transform: rotate(180deg);
}
.filter .items .mo i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.filter .cell {
  position: relative;
  padding: 0 0 0 80px;
  margin: 0 0 5px;
}
.filter .cell span {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  background: #666666;
  color: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 5px;
}
.sorter {
  position: relative;
  margin: 0 0 20px 0;
}
.sorter .sort {
  float: left;
  position: relative;
  padding: 0 10px;
  background: #fff;
  border-radius: 20px;
}
.sorter .sort a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin: 0 10px;
}
.sorter .sort a.current {
  color: #ca2b2f;
}
.sorter .sort a i {
  font-size: 12px;
  vertical-align: middle;
  margin: 0 0 0 3px;
}
.sorter .filt {
  float: right;
}
.sorter .filt .items {
  float: left;
  position: relative;
  margin: 0 0 0 20px;
}
.sorter .filt .items .select {
  height: 40px;
  padding: 0 0 0 20px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
}
.sorter .filt .items .key {
  width: 200px;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}
.sorter .filt .items .key:focus{ border:1px solid #ca2b2f}
.sorter .filt .items .submit {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 40px;
  cursor: pointer;
  background: none;
  border:none;
}
.sorter .filt .items .submit i {
  font-size: 20px;
}
#pager {
  padding: 30px 0;
}
.pager {
  position: relative;
  text-align: center;
}
.pager > * {
  display: inline-block;
  line-height: 36px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 5px;
  border-radius: 1px;
}
.pager > *:first-child {
  display: none;
}
.pager > *:first-child + * {
  margin-left: 0px;
}
.pager > span {
  cursor: no-drop;
}
.pager > span.curr {
  cursor: default;
  background: #232323;
  color: #fff;
  border-color: #232323;
  font-weight: bold;
}
.pager > a:hover {
  background: #f9f9f9;
}
.fengye {
  position: relative;
  text-align: center;
  padding: 30px 0;
}
.fengye .total,
.fengye .size,
.fengye .jump {
  display: none;
}
.fengye .pageinfo {
  display: inline-block;
  border:none;
  line-height: 45px;
  padding: 0 10px;
  background: #eee;
  margin: 0 3px;
  border-radius: 2px;
}
.fengye .yema {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.fengye .yema a {
  display: inline-block;
  line-height: 45px; 
  padding: 0 18px; 
  background: #eaeaea;
  margin-left: 5px;
  border-radius: 2px;
  color: #000;
}
.fengye .yema .topage{ display: none; }
.fengye .yema .layui-laypage-curr,.fengye .yema a:hover {
  background: #ccc;
  color: #666;
}

.fengye .yema a em{ font-style: normal; }

#wrapper {
  position: relative;
  padding: 0 0 50px;
}
.show-building .left{ width: 950px;}
#sider {
  width: 300px;
  right: 0;
  position: sticky;
  top: 80px;
  border-radius: 20px;
  z-index: 11;
}
#sider + div {
  margin-right: 320px;
}
#sider + div.content {
  padding: 0 20px;
}
#sketch {
  position: relative;
}
#sketch + #location {
  margin: -40px 0 0 0;
}
.sketch {
  position: relative;
  margin: 0 0 20px;
}
.sketch .img img {
  display: block;
  width: 100%;
}
.content {
  position: relative;
  overflow: hidden;
  line-height: 2;
  color: #333;
}
.content table{ border-left: 1px solid #ccc; border-top: 1px solid #ccc; }
.content table td{ border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding:0 15px;  }
.content img {
  max-width: 100%;
  margin:20px auto;
}
#Details img {
  cursor: pointer;
}
#random {
  position: relative;
  margin-top: 20px;
}
.random .thead {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #dddddd;
}
.random .thead::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -10px 0 0 0;
  height: 20px;
  border-left: 3px solid #ca2b2f;
}
.random .thead h2 {
  line-height: 40px;
  font-size: 20px;
  color: #ca2b2f;
}
.random .list {
  margin: -10px;
}
.random .item {
  float: left;
  width: 25%;
}
.random .cell {
  position: relative;
  margin: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.random .cell:hover .img img {
  transform: scale(1.1);
  opacity: 0.8;
}
.random .cell .img {
  position: relative;
  padding: 0 0 75%;
  overflow: hidden;
}
.random .cell .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.random .cell .exp {
  position: relative;
  padding: 10px 10px 15px;
}
.random .cell .exp h3 {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
}
.random .cell .exp dl {
  white-space: nowrap;
}
.random .cell .exp dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  color: #999999;
}
.random .cell .exp dl dd:first-child {
  margin-left: 0;
}
.comments-container {
  padding: 10px 0 0 0;
}
.comments-container .comments-thead {
  position: relative;
  margin: 0 0 10px;
}
.comments-container .comments-thead dt,
.comments-container .comments-thead dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 20px;
}
.comments-container .comments-thead dt {
  color: #000000;
}
.comments-container .comments-thead dd {
  font-size: 18px;
}
.comments-container .comments-thead dd::before {
  content: '(';
}
.comments-container .comments-thead dd::after {
  content: ')';
}
.comments-container .comments-form {
  margin: 0 0 10px;
}
.comments-container .comments-form .form {
  display: block;
}
.comments-container .comments-form .form-item {
  position: relative;
  margin: 0 0 15px;
}
.comments-container .comments-form .form-text .txt,
.comments-container .comments-form .form-text .text {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px;
  line-height: 20px;
}
.comments-container .comments-form .form-text .text {
  height: 100px;
}
.comments-container .comments-form .form-text .submit {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 40px;
  padding: 0 30px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 0 0 5px 0;
  cursor: pointer;
}
.comments-container .comments-form .form-text .submit:hover {
  background: #ca2b2f;
  border-color: #ca2b2f;
  color: #ffffff;
}
.comments-container .comments-form .form-foot {
  position: relative;
  text-align: right;
}
.comments-container .comments-form .form-foot .submit {
  height: 45px;
  padding: 0 50px;
  border: 0;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
.comments-container .comments-form .form-foot .submit:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.comments-container .comments-list .item {
  padding: 10px 0;
}
.comments-container .comments-list .head {
  position: relative;
  margin: 0 0 10px;
  border-bottom: 1px dashed #dddddd;
}
.comments-container .comments-list .nickname {
  padding: 0 0 0 30px;
  height: 40px;
  line-height: 40px;
  color: #000000;
  background: url(../images/icon-avatar.png) left center no-repeat;
  background-size: 24px;
  font-size: 16px;
}
.comments-container .comments-list .date {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  color: #999999;
}
.comments-container .comments-list .qustion {
  line-height: 20px;
  margin: 0 0 10px;
}
.comments-container .comments-list .replay p {
  color: #999999;
}
.comments-container .comments-list .replay p::before {
  content: '回答：';
  color: #ca2b2f;
}
#iframe_baojia {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
#iframe_baojia .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -220px 0 0 -500px;
  z-index: 1;
  padding: 1px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
#iframe_baojia .close {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 36px;
  height: 36px;
  background: url(http://hi-run.com/images/close1.png) center center no-repeat;
  cursor: pointer;
}
#iframe_baojia .shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
#iframe_liangfang {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
#iframe_liangfang .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -310px 0 0 -270px;
  width: 540px;
  height: 620px;
  overflow: hidden;
  z-index: 1;
  padding: 1px;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
#iframe_liangfang .close {
  position: absolute;
  right: -3px;
  top: 1px;
  width: 36px;
  height: 36px;
  background: url(http://hi-run.com/images/close1.png) center center no-repeat;
  cursor: pointer;
}
#iframe_liangfang .shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
/***************************************
 * For this website
 **/
#banner {
  position: relative;
  z-index: 501;
}
#banner .swiper-img {
  position: relative;
  overflow: hidden;
}
#banner .swiper-img img {
  display: block;
  width: 1920px;
  height: 650px;
  position: relative;
  left: 50%;
  margin: 0 0 0 -960px;
}
#banner .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 20px 0;
  opacity: 1;
}
#banner .swiper-pagination span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ca2b2f;
}
#banner .swiper-button-next,
#banner .swiper-button-prev {
  outline: 0;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  text-align: center;
}
#banner .swiper-button-next::after,
#banner .swiper-button-prev::after {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#banner .swiper-baojia {
  position: absolute;
  top: 50%;
  left: 46%;
  z-index: 10;
  margin: -190px 0 0 -600px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 20px 30px 30px;
  border-radius: 15px;
}
#banner .swiper-baojia .head {
  position: relative;
  text-align: center;
  margin: 0 0 15px;
}
#banner .swiper-baojia .head h2 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: normal;
}
#banner .swiper-baojia .head h3 {
  line-height: 2;
  font-weight: normal;
}
#banner .swiper-baojia .form {
  display: block;
  width: 240px;
}
#banner .swiper-baojia .form .txt {
  position: relative;
  margin: 0 0 10px;
}
#banner .swiper-baojia .form .txt input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: none;
  border-radius: 5px;
}
#banner .swiper-baojia .form .txt input::-webkit-input-placeholder,
#banner .swiper-baojia .form .txt textarea::-webkit-input-placeholder {
  color: #e5e5e5;
}
#banner .swiper-baojia .form .txt input:-moz-placeholder,
#banner .swiper-baojia .form .txt textarea:-moz-placeholder {
  color: #e5e5e5;
}
#banner .swiper-baojia .form .txt input::-moz-placeholder,
#banner .swiper-baojia .form .txt textarea::-moz-placeholder {
  color: #e5e5e5;
}
#banner .swiper-baojia .form .txt input:-ms-input-placeholder,
#banner .swiper-baojia .form .txt textarea:-ms-input-placeholder {
  color: #e5e5e5;
}
#banner .swiper-baojia .form .txt .show-code{ cursor:pointer; position: absolute; top: 10px;right: 5px; height: 18px; line-height: 18px; border-left: 1px solid #aaa; padding-left: 8px;}
#banner .swiper-baojia .form .txt .show-code.disable{ color: #dadada; }
#banner .swiper-baojia .form .submit input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  background: #ca2b2f;
  color: #ffffff;
  cursor: pointer;
}
#banner .swiper-baojia .form .submit input:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.home-baojia {
  background: url(../images/baojia-bj.jpg) center center no-repeat #f0f0f0;
  background-size: cover;
  padding: 15px 0;
}
.home-baojia .head {
  width: 180px;
  height: 40px;
  line-height: 40px;
}
.home-baojia .head h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #ca2b2f;
  padding: 0 0 0 40px;
  background: url(../images/icon-s1.png) left center no-repeat;
  background-size: 30px;
}
.home-baojia .head h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.home-baojia .form {
  width: 1070px;
}
.home-baojia .form .txt {
  float: left;
  margin: 0 20px 0 0;
  width: 185px;
}
.home-baojia .form .txt input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
}
.home-baojia .form .txt .show-code{
  position: absolute; 
  top:8px;
  right: 5px;
  color: #828486;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
}
.home-baojia .form .submit {
  float: left;
}
.home-baojia .form .submit input {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  background: #ca2b2f;
  color: #ffffff;
  cursor: pointer;
}
.home-baojia .form .submit input:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.home-youshi {
  background: #ffffff;
}
.home-youshi .list {
  position: relative;
  overflow: hidden;
  margin: 10px -10px -10px;
}
.home-youshi .item {
  float: left;
  width: 25%;
}
.home-youshi .cell {
  position: relative;
  margin: 10px;
}
.home-youshi .cell:nth-child(2) .bg {
  background-image: url(../images/style-a2.png);
}
.home-youshi .cell:nth-child(3) .bg {
  background-image: url(../images/style-a3.png);
}
.home-youshi .cell:nth-child(4) .bg {
  background-image: url(../images/style-a4.png);
}
.home-youshi .cell:hover {
  background: #ca2b2f;
}
.home-youshi .cell:hover .bg {
  opacity: 0.2;
}
.home-youshi .cell:hover .cover img {
  transform: translateY(6px);
}
.home-youshi .cell:hover .num,
.home-youshi .cell:hover .di {
  color: #ffffff;
}
.home-youshi .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/style-a1.png) center center no-repeat;
  background-size: cover;
  z-index: 0;
}
.home-youshi .cover {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.home-youshi .cover img {
  width: 100%;
  height: 254px;
  transition: all 0.3s ease;
}
.home-youshi .exp {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 0 0 0;
  top: -10px;
  text-align: center;
}
.home-youshi .num {
  position: relative;
  line-height: 1;
  color: #000000;
}
.home-youshi .num span {
  font-size: 20px;
}
.home-youshi .num strong {
  font-size: 50px;
  font-style: italic;
  margin: 0 10px 0 -10px;
}
.home-youshi .di {
  position: relative;
  color: #666666;
}
.home-youshi .di p {
  line-height: 50px;
  font-size: 20px;
}
.home-fuwu {
  position: relative;
  padding: 50px 0 0;
}
.home-fuwu .list {
  position: relative;
  overflow: hidden;
}
.home-fuwu .item {
  float: left;
  width: 250px;
}
.home-fuwu .item .cell {
  position: relative;
  height: 180px;
  margin: 0 0 60px 20px;
  border: 1px solid #dddddd;
}
.home-fuwu .item .cell.pointer {
  cursor: pointer;
}
.home-fuwu .item .cell:hover .img {
  transform: translate(5px, 5px);
}
.home-fuwu .item .exp {
  position: relative;
  text-align: right;
  padding: 20px 20px 14px;
}
.home-fuwu .item .exp h2 {
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.home-fuwu .item .exp p {
  line-height: 20px;
  font-size: 12px;
  color: #999999;
}
.home-fuwu .item .img {
  transition: all 0.3s ease;
}
.home-fuwu .item .img img {
  display: block;
  width: 100%;
}
.home-fuwu .item2 {
  float: left;
  width: 345px;
}
.home-fuwu .item2 .cell {
  position: relative;
  border: 1px solid #dddddd;
  box-shadow: 0px 30px 15px -20px rgba(0, 0, 0, 0.2);
}
.home-fuwu .item2 .img {
  position: relative;
}
.home-fuwu .item2 .img img {
  display: block;
  width: 345px;
  height: 460px;
  background: #eeeeee;
}
.home-quanjing {
  padding: 0 0 50px;
  background: #ffffff;
}
.home-quanjing .tbody {
  position: relative;
  border-radius: 30px; 
  overflow: hidden;
}
.home-quanjing .tbody .cover {
  position: relative;
  margin: 0 0 10px;
  height: 480px;
}
.home-quanjing .tbody .cover:hover .img img {
  transform: scale(1);
}
.home-quanjing .tbody .cover:hover .exp {
  background: rgba(0, 0, 0, 0.3);
}
.home-quanjing .tbody .cover:hover .play {
  opacity: 1 !important;
}
.home-quanjing .tbody .cover .img {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.home-quanjing .tbody .cover .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 5s ease;
}
.home-quanjing .tbody .cover .vr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.home-quanjing .tbody .cover .vr iframe {
  width: 100%;
  height: 100%;
}
.home-quanjing .tbody .cover .exp {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
.home-quanjing .tbody .cover .exp .link {
  width: 100%;
  height: 100%;
}
.home-quanjing .tbody .cover .exp .play {
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.home-quanjing .tbody .cover .exp .play i {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/icon-vr.png) center center no-repeat;
  background-size: 50px;
}
.home-quanjing .tbody .cover .exp .play span {
  display: block;
  line-height: 40px;
  color: #dddddd;
}
.home-quanjing .tbody .swiper {
  position: relative;
}
.home-quanjing .tbody .swiper .next,
.home-quanjing .tbody .swiper .prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.home-quanjing .tbody .swiper .next:hover,
.home-quanjing .tbody .swiper .prev:hover {
  background: rgba(0, 0, 0, 0.8);
}
.home-quanjing .tbody .swiper .next i,
.home-quanjing .tbody .swiper .prev i {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: rotate(-45deg);
}
.home-quanjing .tbody .swiper .prev {
  left: -25px;
}
.home-quanjing .tbody .swiper .next {
  right: -25px;
}
.home-quanjing .tbody .swiper .next i {
  left: 15px;
  transform: rotate(135deg);
}
.home-quanjing .tbody .swiper .inner {
  position: relative;
  overflow: hidden;
}
.home-quanjing .tbody .swiper .list {
  position: relative;
  width: 1000%;
  overflow: hidden;
}
.home-quanjing .tbody .swiper .item {
  float: left;
  width: 235px;
  margin: 0 10px 0 0;
}

.home-quanjing .tbody .swiper .cell { position: relative;  overflow: hidden; color: #1d1d1f;}
.home-quanjing .tbody .swiper .cell .img { background-color: #000;  position: relative;  height: 160px;   cursor: pointer;
  border-radius: 10px; overflow: hidden; }
.home-quanjing .tbody .swiper .cell .img img {  display: block; width: 100%;  height: 100%;   object-fit: cover;}
.home-quanjing .tbody .swiper .cell .img:hover img{ opacity: 0.6;}
.home-quanjing .tbody .swiper .cell .exp h3 { line-height: 1.6;  overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; }
.home-quanjing .tbody .exp p{ line-height: 1.8;}
.home-quanjing .tbody .swiper .cell .more {  position: absolute;  left: 50%; bottom: 40px; margin-left: -55px;   line-height: 40px; width: 110px; border-radius: 20px; background-color: #fff; color: #1d1d1f;  padding: 0 10px; opacity: 0; }
.home-quanjing .tbody .swiper .cell .more i{ transform: rotate(-90deg); display: inline-block; line-height: 20px; width: 20px; height: 20px; border:1px solid #1d1d1f; border-radius: 50%; text-align: center; font-size: 12px;}
.home-quanjing .tbody .swiper .cell:hover .more{ opacity: 1; bottom: 100px;}


.home-dongtai .tbody {
  position: relative;
  padding:20px 0;
}

.home-dongtai .tbody .list {
  float: left;
  position: relative;
  width: 100%; padding-bottom: 15px;
  border-bottom:  1px solid  #eff0f1;
}
.home-dongtai .tbody .cate{width: 32.3%; }
.home-dongtai .tbody .big{ position: relative; width: 32.3%; background: #fff; border-radius: 20px; overflow: hidden; padding-bottom: 20px;}
.home-dongtai .dt-title{ position: absolute; display: block; color: #fff!important; font-size: 18px; font-weight: 550; line-height: 20px; z-index: 10; background-image:linear-gradient(45deg, rgba(202,43,47,1) 10%, rgba(246,118,121,1)); top:0; left: 0; padding:10px 30px; border-top-left-radius: 18px; border-bottom-right-radius: 6px;}
.home-dongtai .tbody .item2 .img {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  height: 260px;
}
.home-dongtai .tbody .item2 .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.home-dongtai .tbody .item2 .exp {
  position: relative;
  padding: 0 20px 0 20px;
}
.home-dongtai .tbody .item2 .exp h3 {
  line-height: 20px;
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.home-dongtai .tbody .item2 .exp p {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.home-dongtai .tbody .item {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 20px;
}
.home-dongtai .tbody .big a{ color: #1d1d1f; transition: all 0.3s; }
.home-dongtai .tbody .big a:hover{ color: #ca2b2f; }
.home-meiti {
  position: relative;
  padding: 20px 0 80px;
}

.home-meiti .list{ flex-wrap: wrap; }
.home-meiti .item {position: relative; padding:20px 0; width: 32%;  margin-bottom: 23px; height: 290px; border-radius: 10px; overflow: hidden;}
.home-meiti .item h3{ color: #1d1d1f; font-weight: 550; font-size: 20px; border-left: 4px solid #ca2b2f; margin-left: 20px;}
.home-meiti .item h3 a{ float: right; font-weight: 500; font-size: 15px; padding-right: 20px;}
.home-meiti .item ul{ padding:20px;}
.home-meiti .item li a{ display: block; color: #1d1d1f; line-height: 2; transition: all 0.3s; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.home-meiti .item li a:hover{ color: #ca2b2f; }
.home-meiti .item .more{ display: block; border-top: 1px solid #eff0f1; color: #ca2b2f; padding:20px 0 0 30px; font-size: 16px; }
.home-meiti .item .more i{ vertical-align: middle;}
.home-meiti .item:hover::before{transform: scale(1.05);}
.home-meiti .item:nth-child(2) .cell {
  border-top-width: 0;
}
.home-meiti .item .cell {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/***************************************
 * For case page
 **/
.case-lister {
  position: relative;
}
.case-lister .case-list {
  margin: -15px;
}
.case-lister .case-item {
  float: left;
  width: 33.33%;
  margin: 0 0 -15px;
}
.case-lister .case-cell {
  margin: 15px;
}
.case-cell {
  position: relative;
  background: #ffffff;
}
.case-cell:hover .cover .zan,
.case-cell:hover .cover .shadow {
  display: block;
}
.case-cell:hover .cover .icon {
  visibility: visible;
}
.case-cell .cover {
  position: relative;
}
.case-cell .cover .img {
  position: relative;
  padding: 0 0 75%;
  overflow: hidden;
}
.case-cell .cover .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.case-cell .cover .shadow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.case-cell .cover .shadow::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #bbbbbb;
}
.case-cell .cover .icon {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  color: #ffffff;
  padding: 10px;
}
.case-cell .cover .icon i {
  font-size: 16px;
}
.case-cell .cover .icon span {
  font-weight: bold;
}
.case-cell .cover .zan {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
  color: #ffffff;
  white-space: nowrap;
  padding: 6px 15px;
  background: #1a1a1a;
  line-height: 20px;
  border-radius: 20px;
  display: none;
}
.case-cell .cover .zan.active {
  color: #ca2b2f;
}
.case-cell .cover .read {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case-cell .cover .read span {
  display: block;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 0 40px;
  border-radius: 44px;
}
.case-cell .cover .read span:hover {
  background: rgba(0, 0, 0, 0.9);
}
.case-cell .cover .link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.case-cell .cover .text {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.case-cell .cover .text h3 {
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}
.case-cell .cover .text dl dd {
  line-height: 20px;
  color: #dddddd;
  font-size: 12px;
}
.case-cell .exp {
  position: relative;
  padding: 10px;
  text-align: center;
}
.case-cell .exp h3 {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-cell .exp dl {
  position: relative;
  color: #999999;
}
.case-cell .exp dl dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin: 0 10px;
}
.sider-project {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  margin: 0 0 20px;
}
.sider-project .thead {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.sider-project .thead h2 {
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.sider-project .list .de-show0{ display: none; }
.sider-project .list .item {
  margin: 0 0 20px;
}
.sider-project .list .cell {
  position: relative;
}
.sider-project .list .cell .img {
  position: relative;
  padding: 0 0 130%;
  overflow: hidden;
}
.sider-project .list .cell .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sider-project .list .cell .exp {
  position: relative;
  padding: 5px 0;
}
.sider-project .list .cell .exp h3 {
  line-height: 40px;
  font-weight: normal;
  font-size: 15px;
}
.sider-project .list .cell .exp .mo {
  position: absolute;
  top: 15px;
  right: 0;
  line-height: 20px;
  color: #999999;
}
.sider-project .list .cell .exp .mo::after {
  content: '>';
  font-family: '宋体';
}
.sider-project .tbody {
  position: relative;
}
.sider-project .tbody .img {
  position: relative;
}
.sider-project .tbody .img img {
  display: block;
  width: 100%;
}
.sider-project .tbody .exp {
  position: relative;
  padding: 15px 0 0;
  text-align: center;
}
.sider-project .tbody .exp h3 {
  line-height: 20px;
  font-weight: normal;
  font-size: 16px;
  color: #ca2b2f;
  margin: 0 0 10px;
}
.sider-project .tbody .exp dl {
  white-space: nowrap;
}
.sider-project .tbody .exp dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #999999;
}
.sider-order {
  background: #ffffff;
  padding: 20px 30px;
  margin: 0 0 20px;
}
.sider-order.is-fix {
  position: fixed;
  top: 0;
  width: 280px;
  z-index: 100;
}
.sider-order .thead {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.sider-order .thead h2 {
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.sider-order .thead p {
  line-height: 30px;
  color: #999999;
}
.sider-order .thead p b {
  color: #ca2b2f;
}
.sider-order .tbody {
  position: relative;
}
.sider-order .tbody .icon {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.sider-order .tbody .form {
  position: relative;
}
.sider-order .tbody .form .item {
  position: relative;
  margin: 0 0 15px;
}
.sider-order .tbody .form .item .text {
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #eeeeee;
  border: 0;
}
.sider-order .tbody .form .item .show-code{ position: absolute; top:8px; right: 10px; line-height: 17px; background: #ca2b2f; color: #fff; padding: 8px; border-radius: 15px; cursor: pointer;}
.sider-order .tbody .form .item .tip {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  padding: 0 20px;
  color: #999999;
}
.sider-order .tbody .form .item2 .submit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #ca2b2f;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}
.sider-order .tbody .form .item2 .submit:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.sider-order .tbody .form .item3 {
  position: relative;
  height: 50px;
  margin: 0 0 15px;
}
.sider-order .tbody .form .item3 .select {
  display: inline-flex;
  position: relative;
}
.sider-order .tbody .form .item3 .select::after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(45deg);
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.sider-order .tbody .form .item3 select {
  width: 105px;
  border: 0;
  height: 50px;
  border-radius: 50px;
  padding: 0 20px;
  background: #eeeeee;
  color: #666666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sider-order .tbody .form .item3 select:nth-child(2) {
  float: right;
}
.sider-order .tbody .scroll .list .item {
  position: relative;
  line-height: 30px;
}
.sider-order .tbody .scroll .list .item span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  color: #999999;
}
.case-content {
  position: relative;
  padding: 30px 0 100px;
}
.case-content > .title {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.case-content > .title h1 {
  line-height: 1.2;
  font-weight: normal;
  font-size: 20px;
  color: #333333;
}
.case-content > .desc {
  text-align: center;
  color: #999999;
  margin: 0 0 20px;
}
.case-content > .desc dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.case-content > .summary {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 50px;
  overflow: hidden;
  padding: 5px 100px;
}
.case-content > .summary::before {
  content: '';
  position: absolute;
  left: 100px;
  right: 100px;
  top: 50%;
  border-bottom: 1px solid #eeeeee;
}
.case-content > .summary dl {
  float: left;
  width: 33.33%;
  line-height: 20px;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.case-content > .summary dl:nth-child(1)::before,
.case-content > .summary dl:nth-child(4)::before {
  content: none;
}
.case-content > .summary dl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid #eeeeee;
}
.case-content > .summary dl dt,
.case-content > .summary dl dd {
  display: inline-block;
  vertical-align: middle;
}
.case-content > .summary dl dd {
  color: #ca2b2f;
}
.design-profile {
  position: relative;
  overflow: hidden;
  padding: 30px;
  margin: 0 0 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.design-profile .cover {
  float: left;
  width: 320px;
}
.design-profile .cover .img {
  position: relative;
  padding: 0 0 133%;
}
.design-profile .cover .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-profile .exp {
  position: relative;
  margin: 0 0 0 350px;
}
.design-profile .rcode {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.design-profile .rcode div {
  display: none;
  position: relative;
  padding: 2px;
  border-radius: 3px;
  border: 2px solid #000000;
}
.design-profile .rcode canvas {
  display: block;
}
.design-profile .desc {
  position: relative;
  padding: 20px 0;
  margin: 0 0 20px;
  border-bottom: 1px dashed #dddddd;
}
.design-profile .desc dt {
  margin: 0 0 10px;
}
.design-profile .desc dt h2,
.design-profile .desc dt h4 {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-weight: normal;
  font-size: 16px;
}
.design-profile .desc dt h2 {
  font-size: 20px;
  margin: 0 10px 0 0;
  color: #ca2b2f;
}
.design-profile .desc dt h4 {
  color: #999999;
}
.design-profile .desc dd {
  line-height: 20px;
  margin: 0 0 5px 0;
}
.design-profile .honor {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.design-profile .honor .scroll {
  margin: 0 -12px 0 0;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.design-profile .honor .scroll dt {
  line-height: 40px;
  font-size: 16px;
  color: #ca2b2f;
}
.design-profile .honor .scroll dt dd {
  line-height: 25px;
}
.design-profile .honor .scroll p {
  line-height: 23px;
}
.design-profile .honor .scroll p span {
  font-family: 'Microsoft Yahei', Arial !important;
  font-size: 16px !important;
}
.design-left {
  padding: 0 0 100px;
}
.design-rmd {
  position: relative;
  margin-bottom: 30px;
}
.design-rmd .thead {
  position: relative;
  padding: 10px 0;
  margin: 0 0 20px;
}
.design-rmd .thead h2 {
  line-height: 30px;
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
.design-rmd .thead h2::after{ content: ""; display: block; background-color: #ca2b2f; height: 2px; width: 60px; margin-top: 10px;}
.design-rmd .tbody {
  position: relative;
}
.design-rmd .tbody .list {
  margin: -10px;
}
.design-rmd .tbody .list .item {
  float: left;
  width: 33%;
}
.design-rmd .tbody .list .cell {
  margin: 10px 10px 20px 10px;
  background: #ffffff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.design-rmd .tbody .list .cell:hover::after{ width: 100%;}
.design-rmd .tbody .list .cell:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}
.design-rmd .tbody .list .cell .img {
  position: relative;
  padding: 0 0 70%;
  overflow: hidden;
}
.design-rmd .tbody .list .cell .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
}
.design-rmd .tbody .list .cell .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  color: #ffffff;
  padding: 10px;
  background:rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.design-rmd .tbody .list .cell .icon i {
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}
.design-rmd .tbody .list .cell .icon span {
  font-weight: bold;
}
.design-rmd .tbody .list .cell .exp {
  padding: 15px 5px;
  width: 100%;
  background: rgba(255,255,255,0.7);
  position: relative;
}
.design-rmd .tbody .list .cell .exp .more{ display: block; position: absolute; right: 40px; top:10px; color: #333; font-weight: 300; font-size: 20px; border-radius: 20px; width: 20px; height: 40px; line-height: 38px; transition: all 0.3s; text-align: center; border:1px solid transparent; }
.design-rmd .tbody .list .cell:hover .exp .more{ right: 20px; border:1px solid #ca2b2f; width: 70px; height: 40px;}
.design-rmd .tbody .list .cell:hover .exp .more .icon-right{ color: #ca2b2f;}
.design-rmd .tbody .list .cell:hover .exp .more{ color: #ca2b2f;}
.design-rmd .tbody .list .cell .exp h3 {
  line-height: 20px;
  margin: 0 0 0 10px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000; 
  font-size: 18px;
}
.design-rmd .tbody .list .cell .exp dl {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.design-rmd .tbody .list .cell .exp dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 10px;
  line-height: 1.8;
  color: #666;
  font-size: 16px;
}
.design-rmd .tbody .list2 {

}
.design-rmd .tbody .list2 .item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dashed #eeeeee;
}
.design-rmd ul{ padding-left: 0; margin-bottom: 10px; }
.design-rmd #gallery img,.design-rmd #thumbs img{ width: 100%; height: 100%; object-fit: cover;}
.design-rmd #thumbs li{ padding:5px; }
.design-rmd #thumbs img{ cursor: pointer; }
.design-rmd #gallery .swiper-button-prev,.design-rmd #gallery .swiper-button-next{  background: rgba(0,0,0,0.8); width:  30px; height: 120px; margin-top: -60px; }
.design-rmd #gallery .swiper-button-prev:after,.design-rmd #gallery .swiper-button-next:after{ color: #fff; font-size: 30px;}
.design-rmd #thumbs .swiper-button-prev,.design-rmd #thumbs .swiper-button-next{  background: rgba(0,0,0,0.8); width:  30px; height: 40px;margin-top: -20px; }
.design-rmd #thumbs .swiper-button-prev:after,.design-rmd #thumbs .swiper-button-next:after{ color: #fff; font-size: 14px;}
.design-rmd #thumbs .swiper-slide-thumb-active{ background: #ddd; }
/***************************************
 * For news page
 **/
.news-lister .news-list .news-item {
  margin: 0 0 30px;
}
.news-cell {
  position: relative;
  padding: 20px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.news-cell:hover img {
  transform: scale(1.1);
}
.news-cell .cover {
  float: left;
  width: 180px;
}
.news-cell .cover .img {
  position: relative;
  padding: 0 0 75%;
  display: block;
  overflow: hidden;
}
.news-cell .cover .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
}
.news-cell .exp {
  margin: 0 0 0 200px;
  padding: 10px 0 0;
}
.news-cell .exp h3 {
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
}
.news-cell .exp p {
  margin: 0 0 10px;
  line-height: 20px;
}
.news-cell .exp dl dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  color: #999999;
  margin: 0 10px 0 0;
}
.news-content {
  position: relative;
}
.news-content .title {
  position: relative;
  text-align: center;
  padding: 20px 0 10px;
}
.news-content .title h1 {
  line-height: 1.2;
  font-weight: normal;
  font-size: 30px;
  color: #333333;
}
.news-content .desc {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.news-content .desc dd {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
/***************************************
 * For gongdi page
 **/
.gongdi-lister {
  position: relative; width: 950px;
}
.gongdi-lister .gongdi-list {
  position: relative;
}
.gongdi-lister .gongdi-item {
  position: relative;
  padding: 20px; margin-bottom: 20px; border-radius: 20px;

}
.gongdi-cell {
  position: relative;
  overflow: hidden;
}
.gongdi-cell .cover {
  float: left;
  width: 260px;
}
.gongdi-cell .cover .img {
  position: relative;
  padding: 0 0 75%;
  overflow: hidden;
  border-radius: 20px;
}
.gongdi-cell .cover .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.gongdi-cell .exp {
  position: relative;
  margin: 0 0 0 280px;
}
.gongdi-cell .head {
  position: relative;
  margin: 0 0 15px;
  padding: 10px 0 0 0;
}
.gongdi-cell .head h3 {
  position: relative;
  margin: 0 100px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #1d1d1f;
}
.gongdi-cell .head .order {
  position: absolute;
  top: 5px;
  right: 0;
}
.gongdi-cell .head .order a {
  display: inline-block;
  border: 1px solid #ca2b2f;
  color: #fff;
  background-color: #ca2b2f;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
}
.gongdi-cell .head .order a:hover {
  background: #fff;
  color: #ca2b2f;
}
.gongdi-cell .desc {
  position: relative;
  overflow: hidden;
}
.gongdi-cell .desc dl {
  float: left;
  width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  padding: 2px 0;
}
.gongdi-cell .desc dl:nth-child(2),
.gongdi-cell .desc dl:nth-child(5) {
  width: 40%;
}
.gongdi-cell .desc dt,
.gongdi-cell .desc dd {
  display: inline;
  vertical-align: middle;
}
.gongdi-cell .process {
  position: relative;
  height: 80px;
}
.gongdi-cell .process dl {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  border-bottom: 1px solid #dddddd;
  height: 0;
}
.gongdi-cell .process dd {
  position: absolute;
  top: -6px;
}
.gongdi-cell .process dd.active i {
  background: #ca2b2f;
}
.gongdi-cell .process dd.active span {
  color: #ca2b2f;
}
.gongdi-cell .process dd:nth-child(1) {
  left: -22px;
}
.gongdi-cell .process dd:nth-child(2) {
  left: 60px;
}
.gongdi-cell .process dd:nth-child(3) {
  left: 180px;
}
.gongdi-cell .process dd:nth-child(4) {
  left: 310px;
}
.gongdi-cell .process dd:nth-child(5) {
  left: 440px;
}
.gongdi-cell .process dd i {
  display: block;
  margin: 0 auto 10px;
  width: 12px;
  height: 12px;
  background: #dddddd;
  border-radius: 50%;
}
.gongdi-cell .process dd span {
  display: block;
  margin: 0 auto;
  color: #999999;
  white-space: nowrap;
}
.gongdi-content {
  padding: 20px 0 0;
}
.gongdi-content .title {
  position: relative;
  text-align: center;
  margin: 0 0 10px;
}
.gongdi-content .title h1 {
  line-height: 1.2;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}
.gongdi-content .desc {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.gongdi-content .desc dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  color: #999999;
}
.gongdi-content .summary {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 50px;
  overflow: hidden;
  padding: 5px 0;
}
.gongdi-content .summary::before {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50%;
  border-bottom: 1px solid #eeeeee;
}
.gongdi-content .summary dl {
  float: left;
  width: 33.33%;
  line-height: 20px;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.gongdi-content .summary dl:nth-child(1)::before,
.gongdi-content .summary dl:nth-child(4)::before {
  content: none;
}
.gongdi-content .summary dl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid #eeeeee;
}
.gongdi-content .summary dl dt,
.gongdi-content .summary dl dd {
  display: inline-block;
  vertical-align: middle;
}
.gongdi-content .summary dl dd {
  color: #ca2b2f;
}
.gongdi-content .process {
  position: relative;
  height: 60px;
  margin: 0 50px;
}
.gongdi-content .process dl {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-bottom: 1px solid #dddddd;
  height: 0;
}
.gongdi-content .process dd {
  position: absolute;
  top: -6px;
}
.gongdi-content .process dd.active i {
  background: #ca2b2f;
}
.gongdi-content .process dd.active span {
  color: #ca2b2f;
}
.gongdi-content .process dd:nth-child(1) {
  left: -22px;
}
.gongdi-content .process dd:nth-child(2) {
  left: 100px;
}
.gongdi-content .process dd:nth-child(3) {
  left: 260px;
}
.gongdi-content .process dd:nth-child(4) {
  left: 420px;
}
.gongdi-content .process dd:nth-child(5) {
  left: 590px;
}
.gongdi-content .process dd i {
  display: block;
  margin: 0 auto 10px;
  width: 12px;
  height: 12px;
  background: #dddddd;
  border-radius: 50%;
}
.gongdi-content .process dd span {
  display: block;
  margin: 0 auto;
  color: #999999;
  white-space: nowrap;
}
/***************************************
 * For factory page
 **/
.factory-content {
  position: relative;
  overflow: hidden;
}
.factory-content img {
  display: block;
  position: relative;
  width: 1640px;
  left: 50%;
  margin: 0 0 0 -820px;
}
/***************************************
 * For laofang page
 **/
.laofang-content {
  position: relative;
  overflow: hidden;
}
.laofang-content > img,.laofang-content .bg-img {
  display: block;
  position: relative;
  width: 1640px;
  left: 50%;
  margin: 0 0 0 -820px;
}
.laofang-content .gbz{ position: relative; }
.laofang-content .gbz h2{ font-size: 42px; color: #982e2e; text-align: center; padding:30px 0; }
.laofang-content .gbz .wrap{ margin: 0 auto; position: relative; }
.laofang-content .gbz .cover1{ position: absolute; bottom: 85px; left: 0; width: 100%;}
.laofang-swiper .head {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.laofang-swiper .head h2 {
  line-height: 2;
  font-size: 40px;
  color: #333333;
}
.laofang-swiper .swiper {
  width: 600px;
  margin: 0 auto -80px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.laofang-swiper .swiper .swiper-slide {
  position: relative;
}
.laofang-swiper .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.laofang-swiper .swiper .swiper-slide h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 3px #000000;
  line-height: 50px;
  color: #ffffff;
  padding: 0 120px 0 30px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.laofang-swiper .swiper .swiper-pagination {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto !important;
  text-align: right;
}
.laofang-swiper .foot {
  position: relative;
}
.laofang-swiper .foot img {
  display: block;
  width: 100%;
}
/***************************************
 * For about page
 **/
.about-content {
  position: relative;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  line-height: 2;
  color: #666666;
  width: 78%;
}
.about-content p {
  margin: 0 0 20px;
}
.about-content p b {
  color: #ca2b2f;
}
.about-content img {
  max-width: 100%;
}
/*************************************************
** For loupan list
**/
.loupan-lister {
  position: relative;
  width: 950px;
}
.loupan-list .loupan-cell {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px; margin-bottom: 20px;
}
.loupan-list .loupan-cell:hover {
  transform: translateY(-2%);
}
.loupan-list .loupan-cell .img {  float: left;  width: 310px; height: 170px; overflow: hidden; border-radius: 10px;}
.loupan-list .loupan-cell .img img{ width: 100%; height: 100%; object-fit: cover;}
.loupan-list .loupan-cell .exp {
  margin: 0 0 0 330px;
}
.loupan-list .loupan-cell .head {
  position: relative;
  margin: 0 0 10px;
  padding: 4px 0 0;
}
.loupan-list .loupan-cell .head h3 {
  line-height: 24px;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  padding: 0 120px 0 0;
}
.loupan-list .loupan-cell .head .order {
  position: absolute;
  right: 0;
  top: 0;
}
.loupan-list .loupan-cell .head .order a {
  display: block;
  padding: 0 15px;;
  background-image: linear-gradient(45deg, rgba(202,43,47,1) 10%, rgba(246,118,121,1));
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
}

.loupan-list .loupan-cell .dist {
  white-space: nowrap;
}
.loupan-list .loupan-cell .dist dl,
.loupan-list .loupan-cell .dist dt,
.loupan-list .loupan-cell .dist dd {
  display: inline-block;
  vertical-align: middle;
}
.loupan-list .loupan-cell .dist dl {
  margin: 0 10px 5px 0;
  color: #999999;
  line-height: 20px;
}
.loupan-list .loupan-cell .dist dl:nth-child(4) {
  display: block;
}
.loupan-list .loupan-cell .view {
  line-height: 40px;
}
.loupan-list .loupan-cell .desc {
  position: relative;
}
.loupan-list .loupan-cell .desc p {
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.loupan-profile {
  position: relative; 
  height: 240px;
  margin-bottom: 30px;
  border-radius: 20px; overflow: hidden;
}

.loupan-profile .img{ width: 360px; height: 100%; overflow: hidden; position: relative; }
.loupan-profile .img img{ object-fit: cover; width: 100%; height: 100%; }
.loupan-profile .info{  line-height: 1.6; width: 100%;}
.loupan-profile .info h1{ font-size: 24px; color: #1d1d1f;}
.loupan-profile .profile { width: 70%;
  position: relative;
  padding: 10px 20px 20px 20px; 
}
.loupan-profile .profile .dist {
  line-height: 30px;
  white-space: nowrap;
}
.loupan-profile .profile .dist dl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.loupan-profile .profile .dist dl:first-child::before {
  content: none;
}
.loupan-profile .profile .dist dl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid #dddddd;
}
.loupan-profile .profile .dist dt,
.loupan-profile .profile .dist dd {
  display: inline-block;
  vertical-align: middle;
}
.loupan-profile .profile .desc {
  position: relative;
  margin: 0 0 20px;
}
.loupan-profile .profile .desc::before {
  display: block;
  margin: 0 0 10px;
  content: '楼盘简介：';
}
.loupan-profile .profile .desc p {
  line-height: 24px;
  text-indent: 2em;
}
.loupan-profile .profile .foot {
  position: relative;
}
.loupan-profile .profile .foot .view {
  line-height: 36px;
  color: #999999;
}
.loupan-profile .profile .foot .order {
  position: absolute;
  right: 0;
  top: 0;
}
.loupan-profile .profile .foot .order a {
  display: block;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 34px;
  background-image:linear-gradient(45deg, rgba(202,43,47,1) 10%, rgba(246,118,121,1));
   color: #fff;
}

.loupan-content {
  margin: 0 0 20px;
}
/*************************************************
** For youshi
**/
.youshi-baojia {
  position: relative;
  top: 40px;
  z-index: 5;
  margin: -20px 0 0;
}
.youshi-baojia .wrap {
  padding: 20px 40px;
  background: #ca2b2f;
  border-radius: 20px;
}
.youshi-baojia .head {
  float: left;
  height: 40px;
  line-height: 40px;
}
.youshi-baojia .head h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  padding: 0 0 0 40px;
  background: url(../images/icon-s2.png) left center no-repeat;
  background-size: 30px;
}
.youshi-baojia .form {
  float: right;
}
.youshi-baojia .form .txt {
  float: left;
  margin: 0 20px 0 0;
  width: 170px;
}
.youshi-baojia .form .txt input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
}
.youshi-baojia .form .submit {
  float: left;
}
.youshi-baojia .form .submit input {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  background: #a80000;
  color: #ffffff;
  cursor: pointer;
}
.youshi-baojia .form .submit input:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
/*************************************************
** For xiarijianianhua
**/
.xiari-topic {
  position: relative;
  background: #faedcd;
}
.xiari-topic .xiari-topic-head {
  position: relative;
}
.xiari-topic .xiari-topic-content {
  position: relative;
  padding: 20px 0 40px;
}
.xiari-topic .xiari-topic-content dl dd {
  line-height: 2;
  font-size: 20px;
}
.xiari-topic .xiari-topic-content dl dd img {
  width: 34px;
  height: 34px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.xiari-topic .xiari-topic-content h3 {
  position: relative;
  padding: 0 0 40px;
  line-height: 2;
  font-size: 30px;
  color: #000000;
}
.xiari-topic .xiari-topic-baojia {
  position: relative;
  padding: 40px;
  margin: 0 0 40px;
  background: url(../topic-xiarijianianhua/6.jpg) 650px center no-repeat #ffffff;
  border-radius: 30px;
}
.xiari-topic .xiari-topic-baojia .head {
  margin: 0 0 20px;
}
.xiari-topic .xiari-topic-baojia .head h2 {
  line-height: 1;
  font-size: 20px;
  color: #ca2b2f;
}
.xiari-topic .xiari-topic-baojia .form {
  display: block;
  width: 580px;
  overflow: hidden;
}
.xiari-topic .xiari-topic-baojia .form .txt {
  float: left;
  width: 50%;
  margin: 0 0 10px;
  position: relative;
}
.xiari-topic .xiari-topic-baojia .form .txt input {
  width: 280px;
  height: 50px;
  border: 0;
  padding: 0 20px;
  background: #eeeeee;
  border-radius: 50px;
}
.xiari-topic .xiari-topic-baojia .form .txt input:focus {
  background: #e8e8e8;
}
.xiari-topic .xiari-topic-baojia .form .txt label {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  color: #999999;
  padding: 0 30px 0 0;
}
.xiari-topic .xiari-topic-baojia .form .submit {
  position: relative;
  padding: 10px 0 0 0;
  clear: both;
}
.xiari-topic .xiari-topic-baojia .form .submit input {
  width: 280px;
  height: 50px;
  border: 0;
  padding: 0 20px;
  background: #ed8b00;
  color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
}
.xiari-topic .xiari-topic-baojia .form .submit input:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
/*************************************************
** For xinfang
**/
.xifang-sketch {
  position: relative;
  overflow: hidden;
}
.xifang-sketch img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1640px;
  left: 50%;
  margin: 0 0 0 -820px;
}
.xifang-chanpin {
  padding: 30px 0;
}
.xifang-chanpin .head {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.xifang-chanpin .head h2 {
  line-height: 2;
  font-size: 30px;
  color: #000000;
}
.xifang-chanpin .imgs img {
  display: block;
  width: 100%;
}
.xinfang-anli .head {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.xinfang-anli .head h2 {
  line-height: 2;
  font-size: 30px;
  color: #000000;
}
.xinfang-anli .list .item {
  float: left;
  width: 33.33%;
}
.xinfang-shejishi {
  background: none;
  padding-bottom: 0;
}
.xinfang-shejishi .head {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.xinfang-shejishi .head h2 {
  line-height: 2;
  font-size: 30px;
  color: #000000;
}
.xinfang-shejishi .tbody dt.item::before {
  content: none;
}
.xinfang-gongyi {
  position: relative;
  padding: 30px 0 0;
}
.xinfang-gongyi .head {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
.xinfang-gongyi .head h2 {
  line-height: 2;
  font-size: 40px;
  color: #323232;
}
.xinfang-gongyi .list .item {
  float: left;
  width: 33.33%;
}
.xinfang-gongyi .list .cell {
  margin: 10px;
}
.xinfang-gongyi .list .img {
  margin: 0 0 20px;
}
.xinfang-gongyi .list .img img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.xinfang-gongyi .list .exp {
  position: relative;
  text-align: center;
}
.xinfang-gongyi .list .exp p {
  line-height: 24px;
  font-size: 16px;
}
.xinfang-imgs img {
  display: block;
  width: 100%;
}
/*************************************************
** For baojia
**/
.baojia-imgs + .youshi-baojia {
  top: 20px;
  margin-top: 0;
  margin-bottom: 40px;
}
.baojia-imgs img {
  display: block;
  width: 100%;
}
.baojia-gongchang {
  background: url(../img-baojia/d0.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0 250px;
  margin-bottom: -250px;
}
.baojia-gongchang .head {
  text-align: center;
  margin: 0 0 20px;
}
.baojia-gongchang .head h2 {
  line-height: 2;
  font-size: 40px;
  color: #323232;
}
.baojia-gongchang .tbody .img img {
  width: 100%;
}
.baojia-gongchang .tbody .tags {
  position: relative;
  z-index: 10;
  padding: 0 40px;
  margin: -100px 0 0 0;
}
.baojia-gongchang .tbody .tags dd {
  float: left;
  width: 25%;
}
.baojia-gongchang .tbody .tags div {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px dashed #aaaaaa;
  text-align: center;
}
.baojia-gongchang .tbody .tags img {
  position: relative;
  top: 15px;
  width: 140px;
  height: 96px;
  margin: 0 0 15px;
}
.baojia-gongchang .tbody .tags h3 {
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #ca2b2f;
}
.baojia-chanpin {
  background: url(../img-baojia/a0.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0 240px;
}
.baojia-chanpin .head {
  text-align: center;
  margin: 0 0 20px;
}
.baojia-chanpin .head h2 {
  line-height: 2;
  font-size: 40px;
  color: #323232;
}
.baojia-chanpin .swiper {
  position: relative;
  margin: 0 0 20px;
}
.baojia-chanpin .swiper dl {
  overflow: hidden;
}
.baojia-chanpin .swiper dd {
  float: left;
  width: 120px;
  background: #eeeeee;
  margin: 0 0 0 2px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.baojia-chanpin .swiper dd.active {
  width: 1034px;
}
.baojia-chanpin .swiper dd.active .pointer {
  opacity: 1;
  width: 120px;
}
.baojia-chanpin .swiper dd .cell {
  width: 1200px;
  height: 550px;
}
.baojia-chanpin .swiper dd .control {
  width: 1034px;
}
.baojia-chanpin .swiper dd .control img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.baojia-chanpin .swiper dd .pointer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.baojia-chanpin .swiper dd .pointer i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img-baojia/a1.png) center center no-repeat;
}
.baojia-chanpin .swiper dd .pointer i.a {
  background-image: url(../img-baojia/a1.png);
}
.baojia-chanpin .swiper dd .pointer i.b {
  background-image: url(../img-baojia/a2.png);
}
.baojia-chanpin .swiper dd .pointer i.c {
  background-image: url(../img-baojia/a3.png);
}
.baojia-chanpin .summary {
  position: relative;
  text-align: center;
}
.baojia-chanpin .summary dd {
  line-height: 20px;
  font-size: 16px;
  display: none;
  text-align: left;
}
.baojia-chanpin .summary dd.active {
  display: block;
}
.baojia-jsq {
  position: relative;
  margin: -200px 0 10px 0;
}
.baojia-jsq .head {
  text-align: center;
  margin: 0 0 20px;
}
.baojia-jsq .head h2 {
  line-height: 2;
  font-size: 40px;
  color: #323232;
}
.baojia-jsq .tbody {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  overflow: hidden;
}
.baojia-jsq .left {
  float: left;
  width: 580px;
  padding: 0 240px 0 0;
  position: relative;
}
.baojia-jsq .right {
  margin: 20px 0 0 650px;
  text-align: center;
}
.baojia-jsq .result {
  line-height: 2;
  font-size: 18px;
  margin: 0 0 20px;
}
.baojia-jsq .result b {
  color: #ca2b2f;
}
.baojia-jsq .fee {
  border: 1px solid #dddddd;
  display: flex;
  padding: 15px 0;
  margin: 0 0 20px;
}
.baojia-jsq .fee dl {
  flex: 1;
}
.baojia-jsq .fee dt {
  line-height: 1.5;
  font-size: 16px;
}
.baojia-jsq .fee dd {
  line-height: 1.5;
  font-size: 20px;
  color: #ca2b2f;
}
.baojia-jsq .tip {
  line-height: 2;
  color: #999999;
}
.baojia-jsq .tip b {
  color: #ca2b2f;
}
.baojia-jsq .name {
  margin: 0 0 10px;
  line-height: 30px;
}
.baojia-jsq .name h2,
.baojia-jsq .name h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #ca2b2f;
  font-weight: normal;
}
.baojia-jsq .name h4 {
  font-size: 14px;
  color: #666666;
  margin: 0 0 0 5px;
}
.baojia-jsq .name h4 b {
  color: #ca2b2f;
}
.baojia-jsq .form {
  display: block;
}
.baojia-jsq .form .form-item {
  position: relative;
  margin: 0 0 10px 0;
  display: flex;
}
.baojia-jsq .form .form-item select {
  flex: 1;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0 20px;
  color: #666666;
}
.baojia-jsq .form .form-item select:focus {
  border-color: #aaaaaa;
}
.baojia-jsq .form .form-item select + select {
  margin-left: 20px;
}
.baojia-jsq .form .form-item input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #666666;
}
.baojia-jsq .form .form-item input:focus {
  border-color: #aaaaaa;
}

.baojia-jsq .form .form-button {
  position: absolute;
  right: 0;
  top: 30px;
  padding: 30px;
}
.baojia-jsq .form .form-item .show-code{ position: absolute; top:12px; right: 10px; border-left: 1px solid #ccc; padding-left: 10px; cursor: pointer;}
.baojia-jsq .form .form-item .show-code.disable{ color: #ccc; }
.baojia-jsq .form .form-button .submit {
  position: relative;
  z-index: 5;
  width: 120px;
  height: 120px;
  padding: 30px;
  background: #ca2b2f;
  background: -webkit-linear-gradient(#d8020d, #af0009);
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}
.baojia-jsq .form .form-button .submit:hover {
  background: #ca2b2f;
}
.baojia-jsq .form .form-button .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img-baojia/b0.png) center center no-repeat;
  background-size: cover;
  animation: rodate 5s linear infinite;
}
/***********************************************
 ** dialog
 **/
#dialog_fx {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
#dialog_fx .shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
#dialog_fx .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -200px;
  z-index: 2;
  background: url(../images/fx-dialog.jpg) center center no-repeat #e7e7e6;
  background-size: cover;
  border-top: 10px solid #ca2b2f;
  padding: 30px 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.2s ease;
}
#dialog_fx .head {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}
#dialog_fx .head h2 {
  line-height: 1.5;
  font-size: 24px;
  color: #333333;
  font-weight: normal;
}
#dialog_fx .head p {
  line-height: 1.5;
  font-size: 16px;
  color: #ca2b2f;
}
#dialog_fx .close {
  position: absolute;
  right: -15px;
  top: -25px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  background: #666666;
  border: 3px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
#dialog_fx .close:hover {
  transform: rotate(180deg);
  background: #ca2b2f;
}
#dialog_fx .close i {
  color: #ffffff;
}
#dialog_fx .form {
  display: block;
  width: 300px;
}
#dialog_fx .form .form-item {
  margin: 0 0 10px;
  position: relative;
}
#dialog_fx .form .form-item .show-code{ position: absolute; right:  10px; top:14px; border-left: 1px solid #ccc; padding-left: 8px; line-height: 12px; }
#dialog_fx .form .form-item input {
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  padding: 0 20px;
  background: #ffffff;
  border-radius: 5px;
}
#dialog_fx .form .form-item input:focus {
  background: #f9f9f9;
}
#dialog_fx .form .form-item select {
  width: 137px;
  height: 40px;
  border: 1px solid #dddddd;
  padding: 0 20px;
  background: #ffffff;
  border-radius: 5px;
  color: #666666;
}
#dialog_fx .form .form-item select + select {
  margin: 0 0 0 20px;
}
#dialog_fx .form .form-tag {
  text-align: center;
  margin: 0 0 15px;
}
#dialog_fx .form .form-tag p {
  line-height: 1.2;
  color: #ca2b2f;
}
#dialog_fx .form .form-submit input {
  width: 100%;
  height: 40px;
  background: #ca2b2f;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
#dialog_fx .form .form-submit input:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

/*********************************
 ** 学院
 ***/
.xueyuan-sketch {
  position: relative;
  z-index: 1;
}
.xueyuan-sketch .img {
  position: relative;
}
.xueyuan-sketch .img img {
  display: block;
  width: 1640px;
  max-width: 100%;
  margin: 0 auto;
}
.xueyuan-thead {
  position: relative;
  text-align: center;
  margin: 0 0 40px;
}
.xueyuan-thead h2 {
  line-height: 40px;
  font-size: 30px;
  color: #ca2b2f;
  background: url(../img-xueyuan/b1.png) center center no-repeat;
  margin: 0 0 20px;
}
.xueyuan-thead p {
  line-height: 20px;
  font-size: 18px;
}
.xueyuan-about {
  position: relative;
  padding: 50px 0 40px;
  background: url(../img-xueyuan/c0.jpg) center bottom no-repeat;
}
.xueyuan-about .main {
  position: relative;
}
.xueyuan-about .inner {
  position: relative;
  padding: 30px 0 30px 30px;
  background: rgba(255, 255, 255, 0.5);
}
.xueyuan-about .inf {
  float: left;
  width: 550px;
}
.xueyuan-about .inf p {
  line-height: 40px;
  font-size: 20px;
  text-indent: 2em;
}
.xueyuan-about .img {
  float: right;
  margin: -30px 0 -40px 0;
}
.xueyuan-about .img img {
  width: 460px;
  height: 260px;
}
.xueyuan-jiangshi {
  position: relative;
  padding: 40px 0 40px;
  background: url(../img-xueyuan/d0.jpg) center bottom no-repeat;
}
.xueyuan-jiangshi .main {
  position: relative;
}
.xueyuan-jiangshi .prev,
.xueyuan-jiangshi .next {
  position: absolute;
  top: 200px;
  cursor: pointer;
}
.xueyuan-jiangshi .prev::before,
.xueyuan-jiangshi .next::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
}
.xueyuan-jiangshi .prev:hover::before,
.xueyuan-jiangshi .next:hover::before {
  border-color: #666666;
}
.xueyuan-jiangshi .prev {
  left: -40px;
}
.xueyuan-jiangshi .prev::before {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transform: rotate(-45deg);
}
.xueyuan-jiangshi .next {
  right: -40px;
}
.xueyuan-jiangshi .next::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  transform: rotate(45deg);
}
.xueyuan-jiangshi .cell {
  position: relative;
  background: #000000;
}
.xueyuan-jiangshi .cell .img {
  /*opacity: 0.5;*/
}
.xueyuan-jiangshi .cell .img img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.xueyuan-jiangshi .cell .inf {
  position: relative;
  background: #eeeeee;
  padding: 20px;
  /*opacity: 0.5;*/
}
.xueyuan-jiangshi .cell .inf h3 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xueyuan-jiangshi .cell .inf p {
  height: 60px;
  line-height: 20px;
  overflow: hidden;
}
.xueyuan-jiangshi .swiper-slide {
  position: relative;
}
.xueyuan-jiangshi .swiper-slide:nth-child(odd) {
  margin: 40px 0 0 0;
}
.xueyuan-jiangshi .swiper-slide.swiper-slide-next .cell .img,
.xueyuan-jiangshi .swiper-slide.swiper-slide-next + dd .cell .img,
.xueyuan-jiangshi .swiper-slide.swiper-slide-next .cell .inf,
.xueyuan-jiangshi .swiper-slide.swiper-slide-next + dd .cell .inf {
  opacity: 1;
}
.xueyuan-jiangshi .swiper-pagination {
  position: relative;
  text-align: center;
  padding: 20px 0;
}
.xueyuan-jiangshi .swiper-pagination span {
  margin: 0 4px;
}
.xueyuan-jiangshi .swiper-pagination span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.xueyuan-jiangshi .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ca2b2f;
}
.xueyuan-stu {
  position: relative;
  padding: 0 0 40px;
  background: url(../img-xueyuan/e0.jpg) center top no-repeat;
}
.xueyuan-stu .main {
  position: relative;
}
.xueyuan-stu .prev,
.xueyuan-stu .next {
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  z-index: 10;
  cursor: pointer;
}
.xueyuan-stu .prev::before,
.xueyuan-stu .next::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
}
.xueyuan-stu .prev:hover::before,
.xueyuan-stu .next:hover::before {
  border-color: #aaaaaa;
}
.xueyuan-stu .prev {
  left: 40px;
}
.xueyuan-stu .prev::before {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  transform: rotate(-45deg);
}
.xueyuan-stu .next {
  right: 40px;
}
.xueyuan-stu .next::before {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  transform: rotate(45deg);
}
.xueyuan-stu .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 20px 0;
}
.xueyuan-stu .swiper-pagination span {
  margin: 0 4px;
}
.xueyuan-stu .swiper-pagination span.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.xueyuan-stu .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ca2b2f;
}
.xueyuan-stu .cell .img {
  display: block;
  width: 100%;
}
.xueyuan-news {
  position: relative;
  padding: 50px 0 0;
  background: url(../img-xueyuan/f0.jpg) center top no-repeat;
}
.xueyuan-news .cover {
  float: right;
}
.xueyuan-news .cover img {
  display: block;
  width: 410px;
  height: 280px;
}
.xueyuan-news .cover h3 {
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xueyuan-news .list {
  margin: 0 520px 0 0;
}
.xueyuan-news .list .item {
  position: relative;
  padding: 0 0 0 140px;
  margin: 0 0 20px 0;
}
.xueyuan-news .list .item .cell {
  height: 90px;
}
.xueyuan-news .list .item .img {
  position: absolute;
  left: 0;
  top: 0;
}
.xueyuan-news .list .item .img img {
  display: block;
  width: 120px;
  height: 90px;
}
.xueyuan-news .list .item .exp {
  position: relative;
}
.xueyuan-news .list .item .exp h3 {
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 5px;
}
.xueyuan-news .list .item .exp p {
  line-height: 28px;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.xueyuan-youshi {
  position: relative;
  overflow: hidden;
  background: url(../img-xueyuan/g0.jpg) no-repeat center top; height: 476px;
}


.xueyuan-youshi .wrap{ margin:0 auto;}
.xueyuan-youshi h2{ color: #ca2b2f; font-size: 32px; text-align: center; padding:50px 0 20px 0px; }


.f-link{ padding: 10px 0 50px 0; margin:0 auto;}
.f-link .f-title{ border-bottom: 1px solid #f8f8f8;  margin-bottom: 20px; font-size: 0 }
.f-link .f-title li{ font-size: 16px; margin-right: 30px; color: #666; line-height: 50px; display: inline-block; margin-bottom: -1px; cursor: pointer; }
.f-link .f-title li.active{ border-bottom:1px solid #ca2b2f; color: #333 }
.f-link .f-content li{ font-size: 0; display: none; }
.f-link .f-content li.active{ display: block; }
.f-link .f-content a{ display: inline-block;  line-height: 30px; margin-right: 19px; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #999; }

.pop-baojia{display: none; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.5); left: 0; top:0; z-index: 1000;}
.pop-baojia .pop-form{ position: relative; z-index: 1000; width: 1000px; height: 460px; padding: 20px 80px; background: url(../images/pop-bg.png) no-repeat center/100% 100%; color: #666; margin:-230px auto auto auto; top:50%;}
.pop-baojia .pop-form h4{ font-size: 30px; }
.pop-baojia .pop-form .pro{ color: #bd0000; font-size: 40px; font-weight: 600; }
.pop-baojia form{ width: 55%; display:inline-block;}
.pop-baojia form .num{ font-size: 20px; margin:20px 0;}
.pop-baojia form .num span{ font-weight: 600; color: #bd0000; }
.pop-baojia .row{ margin-bottom: 15px; position: relative;}
.pop-baojia .row .input{ width: 80%; background: #f5f5f5; margin:0 auto; border-radius: 10px; padding:8px 10px; border:none; line-height: 25px; font-size: 16px; text-indent: 5px;}
.pop-baojia .row .show-code{ position: absolute; left: 250px; top: 13px; border-left: 1px solid #ccc; padding-left: 10px;line-height: 15px; cursor: pointer;}
.pop-baojia .row .show-code.disable{ color: #ccc; cursor: auto;}
.pop-baojia .tips{ font-size: 12px; }
.pop-baojia .submit{ border:none; background: #bd0000; width: 150px; line-height: 45px; text-align: center; color: #fff; margin:15px auto; border-radius: 10px; font-size: 24px; cursor: pointer;}
.pop-baojia .right{ width: 44%; display: inline-block; vertical-align: top; margin-top: 30px; }
.pop-baojia .right .pro{ font-size: 36px; margin-bottom: 20px; }
.pop-baojia .right p{ font-size: 18px; margin-bottom: 10px; line-height: 1.4; }
.pop-baojia .right .small{ font-size: 13px; line-height: 1.4;}
.pop-baojia .close{ position: absolute; top:0; right: 0; transition: all 2s ease; }
.pop-baojia .close:hover{ transform: rotate(180deg); }

.pop-baojia-1{ position: fixed; left: 0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 100;}
.pop-baojia-1 .baojia-jsq{ width:1100px; margin:8% auto auto auto; position: relative;}
.pop-baojia-1 .baojia-jsq .tbody{ padding: 40px 40px 60px 40px; }
.pop-baojia-1 .baojia-jsq h3{ font-size: 30px; margin-bottom: 30px; }
.pop-baojia-1 .baojia-jsq .left{ width: 600px; }
.pop-baojia-1 .baojia-jsq .result{ font-size: 24px; }
.pop-baojia-1  .baojia-jsq .fee dt{ font-size: 20px; }
.pop-baojia-1  .baojia-jsq .fee dd{ font-size: 22px; }
.pop-baojia-1  .baojia-jsq .tip p{ line-height: 1.4; font-size: 12px; text-align: left;}
.pop-baojia-1 .close{ position: absolute; right: 0px; top: 0px; }

.com-advan{ padding:20px 0 0 0; width: 100%; box-sizing: border-box; }
.com-advan .left{ width: 340px; margin-right: 30px; height: 342px; background: #ca2b2f; margin-bottom:20px;}
.com-advan ul{ padding:0; width: 100%; }
.com-advan ul li{ color: #333; text-align: center; font-size: 16px; line-height: 1.4; position: relative; margin-bottom: 20px; height: 300px; width: 7%; overflow:hidden;}
.com-advan ul li h4{ position: absolute; z-index: 11; right: 0; top:0; font-size: 20px; padding:80px 25px; width: 80px; background: #ccc;}
.com-advan ul li h4:before{ content: ""; position: absolute; right: 70px; top: 50%; margin-top: -10px; z-index: 10; width: 20px; height: 20px; transform: rotate(45deg);  background: #ccc;}
.com-advan ul li:nth-child(1) h4{ padding-top: 55px; }
.com-advan ul li:nth-child(2n) h4{ background: #ddd; }
.com-advan ul li:nth-child(2n) h4:before{background: #ddd;}

.com-advan ul li.show{ width: 80%; }
.com-advan ul li.show h4{ background: #ca2b2f; color: #fff;}
.com-advan ul li.show h4:before{  background: #ca2b2f; }
.com-advan ul li img{ width: 100%; height: 100%; object-fit: cover; position: absolute;left: 0; top:0; margin:0;}
.com-advan ul li .cover{ position: absolute; left: 0; top:0; width: 92%; line-height: 1.8; font-size: 22px; padding:90px 0 0 0; height: 300px; background: rgba(0,0,0,0.5); color: #fff; display: none; opacity: 0; }
.com-advan ul li.show .cover{ display: block; opacity: 1;}

/*鸿扬博物馆*/
.museum-list .no-data{display: none;}
.museum-list .c-name{ font-size: 28px; font-weight: 500; color: #000; border-bottom: 1px solid #eee; padding-bottom: 20px; margin: 30px 0; }
.museum-list ul{ padding:0; }
.museum-list h4{ font-weight: 500; line-height: 20px; margin:20px 0; color: #000; border-left: 2px solid #000; padding-left: 10px; }
.museum-list li{ margin-bottom: 40px; }
.museum-list .img{ width: 100%; height: 400px; overflow: hidden; }
.museum-list .img img{ width: 100%; height: 100%; object-fit: cover; }
.museum-list .m-con{ line-height: 24px; width: 100%; height: 100px; overflow: hidden; color: #999999; font-size: 14px; }
.museum-list .small{ flex-wrap: wrap; }
.museum-list .small li{ width: 32%; }
.museum-list .small li .img{ height: 250px; }


.fixed_right{ position: fixed; top:20%; right: 0; z-index: 10; width: 85px;}
.fixed_right ul{ padding:0}
.fixed_right li{ border-top-left-radius: 30px; border-bottom-left-radius: 30px; background-color: #fff; padding: 8px 5px 8px 15px; box-shadow: 0 0 15px 3px rgba(0,0,0,0.08); margin-bottom: 20px; position: relative;}
.fixed_right li.tel{ width: 290px;}
.fixed_right li .right{ color: #fff; font-weight: 600; font-size: 24px; margin-right: 15px;}
.fixed_right li.tel:hover{ margin-left: -195px; line-height: 33px;;}
.fixed_right li .number{ width: 12px; height: 12px; line-height: 12px; background-color: #fff; border-radius: 50%; position: absolute; top:8px; left: 30px; color:#ca2b2f; font-size: 10px; font-weight: 600; animation: hideshow 2s ease-in-out infinite;}
.fixed_right li:hover,.fixed_right li.active{ background-image: linear-gradient(45deg, rgba(202,43,47,1)  10%, rgba(246,118,121,1));}
.fixed_right li i{ vertical-align: middle; font-size: 22px;}
.fixed_right li .txt{ width: 2em; display: inline-block; vertical-align: middle; margin-left: 8px; font-size: 14px; line-height: 1.2;}
.fixed_right li:hover i,.fixed_right li.active i{ color: #fff;}
.fixed_right li:hover .txt,.fixed_right li.active .txt{ color: #fff;}
@keyframes hideshow {
  0%{ opacity:1;}
  10%{ opacity:0;}
  20%{ opacity:1;}
  35%{ opacity: 0;}
  55%{ opacity: 1;}
}