<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================å…¬å…±æ&nbsp;·å¼============================*/
.swiper-container .swiper-pagination {
  bottom: 15px;
}
.swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #959595;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 12px !important;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.container {
  width: 1270px;
  margin: 0 auto;
  position: relative;
}
.title {
  text-align: center;
}
.title span {
  display: inline-block;
  vertical-align: middle;
}
.title .cn-tit {
  font-size: 28px;
  line-height: 1;
  color: #a40000;
  letter-spacing: 10px;
}
.title .en-tit {
  font-family: 'Arial';
  font-size: 12px;
  line-height: 28px;
  color: #898989;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
}
.sub-tit {
  margin-top: 25px;
}
.sub-tit ul {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.sub-tit li {
  float: left;
  font-size: 18px;
  line-height: 32px;
  margin: 0 18px;
  position: relative;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.sub-tit li::after {
  content: '';
  width: 2px;
  height: 18px;
  background: #332c2b;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.sub-tit li:last-child::after {
  display: none;
}
.sub-tit li:hover {
  background: #a40000;
}
.sub-tit li:hover a {
  color: #fff;
}
.sub-tit a {
  display: block;
  padding: 0 10px;
  color: #332c2b;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.main {
  margin-top: 75px;
}
.main1 {
  margin-top: 46px;
}
.list-img .list-img-tit {
  position: relative;
  text-align: center;
  margin-bottom: 44px;
}
.list-img .list-img-tit p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  color: #332c2b;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.list-img .list-img-tit p::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/icon1.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: 100% 100%;
}
.list-img .list-img-tit::before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px dashed #c1bfc1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 1;
}
.list-img .list-img-content {
  padding: 0 24px;
  margin-bottom: 45px;
  position: relative;
}
.list-img .list-img-content &gt; div {
  width: calc(50% - 36px);
  margin: 0 18px;
}
.list-img .img-l {
  position: relative;
  cursor: pointer;
}
.list-img .img-l:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-img .img-l:hover .en-txt1 {
  animation: bottom_to_top 0.8s ease 0.1s forwards;
  -webkit-animation: bottom_to_top 0.8s ease 0.1s forwards;
  -moz-animation: bottom_to_top 0.8s ease 0.1s forwards;
  -o-animation: bottom_to_top 0.8s ease 0.1s forwards;
}
.list-img .img-l:hover .en-txt2 {
  animation: bottom_to_top 0.8s ease 0.5s forwards;
  -webkit-animation: bottom_to_top 0.8s ease 0.5s forwards;
  -moz-animation: bottom_to_top 0.8s ease 0.5s forwards;
  -o-animation: bottom_to_top 0.8s ease 0.5s forwards;
}
.list-img .img-l:hover .cn-txt {
  animation: bottom_to_top 0.8s ease 1s forwards;
  -webkit-animation: bottom_to_top 0.8s ease 1s forwards;
  -moz-animation: bottom_to_top 0.8s ease 1s forwards;
  -o-animation: bottom_to_top 0.8s ease 1s forwards;
}
.list-img .img-l::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.list-img .img-l .img-desc {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 18.2608% 0 0 13.0434%;
}
.list-img .img-l .en-txt1 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.list-img .img-l .en-txt2 {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.list-img .img-l .cn-txt {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.list-img .img-l-none:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.list-img .img-r {
  position: relative;
}
.list-img .img-r ul {
  margin: 0 -18px;
}
.list-img .img-r li {
  width: 50%;
  float: left;
  padding: 0 18px;
  margin-bottom: 31px;
  cursor: pointer;
}
.list-img .img-r li:nth-child(3),
.list-img .img-r li:nth-child(4) {
  margin-bottom: 0;
}
.list-img .scale-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}
.list-img .scale-img.show {
  display: block;
}
/* ============================å¤´éƒ¨============================*/
.header &gt; div {
  width: 100%;
  height: 126px;
  padding-top: 54px;
  background: #fff;
}
.header .nav-fixed {
  position: fixed;
  top: -130px;
  left: 0;
  z-index: 999;
  transition: all 0.5s 0.1s ease;
  -ms-transition: all 0.5s 0.1s ease;
  -o-transition: all 0.5s 0.1s ease;
  -webkit-transition: all 0.5s 0.1s ease;
  -moz-transition: all 0.5s 0.1s ease;
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.18);
  visibility: visible;
}
.header .nav-fixed.show {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.header .head-in {
  width: 1270px;
  margin: 0 auto;
}
.header .logo {
  width: 225px;
  display: block;
  position: relative;
  z-index: 999;
}
.header .hamburger {
  display: none;
}
.header .header-r {
  width: calc(100% - 225px);
  padding-left: 64px;
}
.header .menu li {
  float: left;
  padding: 10px 15px;
  position: relative;
}
.header .menu li &gt; a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header .menu li:hover &gt; a {
  color: #a40000;
}
.header .menu li:hover dl {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.header .menu li.width160 dl {
  width: 130px;
}
.header .menu li.width120 dl {
  width: 120px;
}
.header .menu dl {
  width: 95px;
  position: absolute;
  z-index: 22;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  visibility: hidden;
}
.header .menu dl::after {
  content: '';
  width: 9px;
  height: 8px;
  background: url(../images/menu-icon.png) no-repeat;
  position: absolute;
  top: -8px;
  left: 10px;
}
.header .menu dl dd {
  font-size: 14px;
  line-height: 30px;
  background: #a40000;
  margin-bottom: 2px;
}
.header .menu dl a {
  color: #fff;
  display: block;
}
.header .tel {
  margin-top: 10px;
}
.header .tel &gt; p {
  display: inline-block;
  vertical-align: middle;
}
.header .tel &gt; p:hover &gt; a {
  color: #a40000;
}
.header .tel .top-tel::before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/tel-icon1.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .tel .top-tel a {
  font-size: 18px;
  font-weight: 700;
}
.header .tel .top-contact {
  margin-left: 38px;
}
.header .tel .top-contact::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/tel-icon2.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .tel a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 30px;
  color: #000;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
/* ============================banner============================*/
.banner .swiper-slide .banner-txt {
  position: absolute;
  left: 19.7916%;
  bottom: 14.23%;
}
.banner .swiper-slide p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.banner .swiper-slide-active p {
  animation: bottom_to_top 1s ease 0.8s both;
  -webkit-animation: bottom_to_top 1s ease 0.8s both;
  -moz-animation: bottom_to_top 1s ease 0.8s both;
  -o-animation: bottom_to_top 1s ease 0.8s both;
}
/* ============================å“ç‰Œæ–‡åŒ–============================*/
#brandCulture {
  margin-top: 40px;
}
#brandCulture .culture-desc {
  margin-top: 40px ;
}
#brandCulture p {
  font-size: 20px;
  line-height: 32px;
  color: #352e2d;
}
/* ============================å“è´¨ä¿è¯============================*/
#qalityAssurance {
  margin: 60px 0;
}
#qalityAssurance .qality-process {
  margin: 48px 0 40px;
}
#qalityAssurance .qality-process li {
  float: left;
  text-align: center;
  width: 16.6667%;
  margin-bottom: 28px;
}
#qalityAssurance .qality-process li:hover .icon {
  background: #a40000;
}
#qalityAssurance .qality-process li:last-child p::after {
  display: none;
}
#qalityAssurance .qality-process .icon {
  width: 103px;
  margin: 0 auto 20px;
  background: #b5b5b6;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
#qalityAssurance .qality-process p {
  font-size: 24px;
  line-height: 26px;
  color: #3c3534;
  position: relative;
}
#qalityAssurance .qality-process p::after {
  content: '&gt;';
  font-size: 20px;
  color: #bababb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#qalityAssurance .qality-img .qality-img-list {
  width: 33.3333%;
  float: left;
}
#qalityAssurance .qality-slogan {
  margin-top: 44px;
  text-align: center;
}
#qalityAssurance .qality-slogan::after {
  content: '';
  width: 44px;
  height: 2px;
  background: #8f8a88;
  display: block;
  margin: 40px auto 0;
}
#qalityAssurance .qality-slogan p {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
/* ============================æ–‡åˆ›ç¤¼å“============================*/
#culturalGifts {
  margin-top: 73px;
}
/* ============================æ–‡åˆ›è¡ç”Ÿå“============================*/
#culturalCreative {
  margin-top: 100px;
}
/* ============================æ–‡åˆ›è¡ç”Ÿå“============================*/
#culturalCreative {
  margin-top: 100px;
}
/* ============================æ–‡æ—…ç»æµŽ============================*/
#culturalTourism {
  margin-top: 95px;
}
/* ============================å…¼é¥¼å›¢é˜Ÿ============================*/
#team {
  margin-top: 60px;
}
#team .team-list {
  margin-top: 60px;
  background: #eeeeef;
  padding: 45px 11.1979% 55px;
  position: relative;
}
#team .team-list .arr-btn {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  cursor: pointer;
  z-index: 22;
}
#team .team-list .swiper-prev {
  left: 6.77%;
  background: url(../images/swiper-prev.png) no-repeat;
}
#team .team-list .swiper-next {
  right: 6.77%;
  background: url(../images/swiper-next.png) no-repeat;
}
#team .team-list .team-summary {
  margin-top: 8px;
  padding-left: 20px;
}
#team .team-list .team-summary p {
  min-height: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #332c2b;
}
#team .team-list .team-summary .name {
  margin-top: 5px;
}
#team .team-list .team-summary .name::before {
  content: '';
  width: 14px;
  height: 5px;
  background: #b72024;
  display: block;
  margin-bottom: 6px;
}
/* ============================åˆä½œæ–¹å¼============================*/
#cooperationWay {
  margin-top: 60px;
}
#cooperationWay .way-wrap {
  margin-top: 56px;
}
#cooperationWay .way-wrap ul {
  margin: 0 -5px;
}
#cooperationWay .way-wrap .way-list {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 5px;
}
#cooperationWay .way-wrap .way-list:hover .way-img-r {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#cooperationWay .way-wrap .way1 .way-img-r {
  left: 100%;
}
#cooperationWay .way-wrap .way2 .way-img-r {
  right: 100%;
}
#cooperationWay .way-wrap .way-img-r {
  width: 202%;
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  z-index: 99;
}
#cooperationWay .way-wrap .way-desc {
  display: none;
}
/* ============================æœåŠ¡æµç¨‹ ============================*/
#serviceFlow {
  margin-top: 75px;
}
#serviceFlow .flow-list {
  margin-top: 77px;
  position: relative;
}
#serviceFlow .flow-list::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #b72024;
  position: absolute;
  left: 0;
  bottom: 7.5px;
}
#serviceFlow .flow-list li {
  float: left;
  width: 14.2857%;
  text-align: center;
}
#serviceFlow .flow-list li:hover .icon {
  background-position: -59px 0;
}
#serviceFlow .flow-list .icon {
  width: 59px;
  height: 58px;
  margin: 0 auto 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 118px 58px;
}
#serviceFlow .flow-list .icon1 {
  background-image: url(../images/flow-icon1.png);
}
#serviceFlow .flow-list .icon2 {
  background-image: url(../images/flow-icon2.png);
}
#serviceFlow .flow-list .icon3 {
  background-image: url(../images/flow-icon3.png);
}
#serviceFlow .flow-list .icon4 {
  background-image: url(../images/flow-icon4.png);
}
#serviceFlow .flow-list .icon5 {
  background-image: url(../images/flow-icon5.png);
}
#serviceFlow .flow-list .icon6 {
  background-image: url(../images/flow-icon6.png);
}
#serviceFlow .flow-list .icon7 {
  background-image: url(../images/flow-icon7.png);
}
#serviceFlow .flow-list .txt {
  font-size: 18px;
  line-height: 24px;
  color: #332c2b;
}
#serviceFlow .flow-list .txt::after {
  content: '';
  width: 15px;
  height: 15px;
  background: #b72024;
  border-radius: 50%;
  display: block;
  margin: 20px auto 0;
}
/* ============================æ–‡åˆ›è§‚ç‚¹ ============================*/
#standPoint {
  margin-top: 80px;
}
#standPoint .news-list {
  margin-top: 32px;
  background: #f7f7f7;
  padding: 17px 19px;
}
#standPoint .news-list &gt; div {
  background: #fff;
}
#standPoint a {
  display: block;
}
#standPoint .time {
  text-align: center;
}
#standPoint .time span {
  display: block;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 5px;
}
#standPoint .time p {
  font-size: 12px;
  line-height: 1;
}
#standPoint .intro h4 {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
#standPoint .intro p {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#standPoint .news-list-l {
  width: 40.2417%;
  background: #fff;
}
#standPoint .news-list-l .h-news-desc {
  padding: 18px 24px 20px;
  background: #fff;
}
#standPoint .news-list-l .swiper-slide:hover .intro h4 {
  color: #a40000;
}
#standPoint .news-list-l .intro {
  width: 66.4251%;
  margin-top: 4px;
}
#standPoint .news-list-l .time {
  width: 76px;
  height: 76px;
  background: #ce131e;
  border-radius: 4px;
  color: #fff;
  padding: 14px 0;
  text-align: center;
}
#standPoint .news-list-r {
  width: 59.7583%;
  padding-left: 4px;
  background: #fff;
}
#standPoint .news-list-r li {
  float: left;
  width: 50%;
  padding: 0 1px;
  margin-bottom: 3px;
  border: 1px solid #fafafa;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
#standPoint .news-list-r li:hover {
  border-color: #a40000;
}
#standPoint .news-list-r li:hover:hover .intro h4 {
  color: #a40000;
}
#standPoint .news-list-r a {
  padding: 17px 30px 17px 0;
}
#standPoint .news-list-r .time {
  padding: 0 30px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#standPoint .news-list-r .intro {
  width: 70%;
}
#standPoint .news-list-r .intro h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
/* ============================è”ç³»æˆ‘ä»¬ ============================*/
#contactUs {
  margin-top: 57px;
}
#contactUs .contact-list {
  margin-top: 63px;
}
#contactUs .contact-list ul {
  margin: 0 -10px;
}
#contactUs .contact-list li {
  width: calc(33.3333% - 20px);
  float: left;
  margin: 0 10px;
}
#contactUs .contact-list .contact-tit {
  font-size: 22px;
  line-height: 1;
  color: #5d5c5d;
  margin-bottom: 12px;
}
#contactUs .contact-list .address {
  font-size: 20px;
}
#contactUs .contact-list .list-left .contact-content {
  background: #a40000;
  height: 460px;
}
#contactUs .contact-list .list-left .address {
  color: #fff;
  line-height: 32px;
  padding: 20px;
  border-bottom: 1px solid #d17f7f;
}
#contactUs .contact-list .list-left .hot-tel {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #d17f7f;
}
#contactUs .contact-list .list-left .hot-tel &gt; div {
  display: inline-block;
  vertical-align: top;
}
#contactUs .contact-list .list-left .hot-tel span {
  display: block;
}
#contactUs .contact-list .list-left p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #d17f7f;
}
#contactUs .contact-list .list-left p:last-child {
  border-bottom: none;
}
#contactUs .contact-list .list-right .list-right-list:last-child {
  margin-top: 32px;
}
#contactUs .contact-list .list-right .contact-content {
  background: #d8d8d8;
  height: 197px;
}
#contactUs .contact-list .list-right .address {
  color: #757475;
  line-height: 24px;
  padding: 15px 18px;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
#contactUs .contact-list .list-right .contact-info {
  font-size: 16px;
  color: #7a797a;
  line-height: 22px;
  padding: 15px 18px;
}
/* ============================å‹æƒ…é“¾æŽ¥ ============================*/
#linkExchange {
  margin-top: 87px;
}
#linkExchange .link-list {
  margin-top: 45px;
}
#linkExchange .link-list .swiper-slide {
  border: 3px solid #dcdddd;
}
#linkExchange .link-list a {
  display: block;
}
#linkExchange .link-list .arr {
  width: 23px;
  height: 47px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background-repeat: no-repeat;
  z-index: 22;
  background-size: 100% 100%;
}
#linkExchange .link-list .arr-left {
  left: 5px;
  background-image: url(../images/arr-left.png);
}
#linkExchange .link-list .arr-right {
  right: 5px;
  background-image: url(../images/arr-right.png);
}
/* ============================åº•éƒ¨å¯¼èˆª============================*/
.nav-bottom {
  margin: 62px 0 64px;
}
.nav-bottom .container {
  background: #e6e6e6;
  padding: 21px 38px;
}
.nav-bottom .logo-bottom img {
  width: 180px;
  height: 42px;
}
.nav-bottom .nav-bottom-menu li {
  float: left;
  line-height: 42px;
  font-size: 16px;
  margin: 0 28px;
}
.nav-bottom .nav-bottom-menu li:hover a {
  color: #a40000;
}
.nav-bottom .nav-bottom-menu a {
  display: block;
  color: #000;
}
/* ============================é¡µè„š============================*/
.footer {
  background: #dcdddd;
  text-align: center;
}
.footer span,
.footer a {
  color: #332c2b;
  font-size: 16px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.footer a {
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.footer a:hover {
  color: #a40000;
}
@media (max-width: 1680px) {
  .banner .swiper-slide p {
    font-size: 16px;
    line-height: 24px;
  }
  #team .team-list {
    padding: 45px 8% 55px;
  }
  #team .team-list .team-summary {
    padding-left: 15px;
  }
  #team .team-list .team-summary p {
    font-size: 16px;
  }
  #team .team-list .swiper-prev {
    left: 5%;
  }
  #team .team-list .swiper-next {
    right: 5%;
  }
}
@media (max-width: 1440px) {
  .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
  }
  .title .cn-tit {
    font-size: 24px;
    letter-spacing: 8px;
  }
  .header &gt; div {
    height: 96px;
    padding-top: 30px;
  }
  .header .logo {
    width: 180px;
    margin-top: 8px;
  }
  .header .header-r {
    width: calc(100% - 180px);
    padding-left: 30px;
  }
  .header .tel .top-contact {
    margin-left: 20px;
  }
  .banner .swiper-slide .banner-txt {
    left: 15%;
    bottom: 8%;
  }
  #brandCulture .culture-desc {
    margin-top: 30px;
  }
  #brandCulture p {
    font-size: 18px;
    line-height: 30px;
  }
  #qalityAssurance {
    margin: 40px 0;
  }
  #qalityAssurance .qality-process {
    margin: 40px 0;
  }
  #qalityAssurance .qality-process .icon {
    width: 90px;
  }
  #qalityAssurance .qality-process p {
    font-size: 20px;
  }
  #qalityAssurance .qality-slogan {
    margin-top: 30px;
  }
  #qalityAssurance .qality-slogan::after {
    margin-top: 25px;
  }
  #serviceFlow {
    margin-top: 50px;
  }
  #serviceFlow .flow-list {
    margin-top: 45px;
  }
  #linkExchange {
    margin-top: 50px;
  }
  #linkExchange .link-list {
    margin-top: 35px;
  }
  #culturalCreative {
    margin-top: 75px;
  }
  #culturalTourism {
    margin-top: 75px;
  }
}
@media (max-width: 1366px) {
  .container {
    width: 90%;
  }
  .header .head-in {
    width: 100%;
    padding: 0 5%;
  }
  .header .menu li {
    padding: 10px 12px;
  }
  .header .menu li &gt; a {
    font-size: 16px;
  }
  #team {
    margin-top: 45px;
  }
  #team .team-list {
    margin-top: 40px;
    padding: 35px 5% 45px;
  }
  #team .team-list .swiper-prev {
    left: 3%;
  }
  #team .team-list .swiper-next {
    right: 3%;
  }
  #serviceFlow .flow-list .icon {
    margin-bottom: 15px;
  }
  #serviceFlow .flow-list .txt {
    font-size: 16px;
  }
  #standPoint {
    margin-top: 45px;
  }
  #standPoint .time span {
    font-size: 26px;
  }
  #standPoint .news-list {
    margin-top: 20px;
  }
  #standPoint .news-list-r a {
    padding: 13px 25px 13px 0;
  }
  #standPoint .news-list-r .time {
    padding: 0 18px;
  }
  #contactUs .contact-list {
    margin-top: 40px;
  }
  #contactUs .contact-list .contact-tit {
    font-size: 18px;
  }
  #contactUs .contact-list .address {
    font-size: 16px;
  }
  #contactUs .contact-list .list-left .contact-content {
    height: 456px;
  }
  #contactUs .contact-list .list-left .address {
    line-height: 30px;
  }
  #contactUs .contact-list .list-left .hot-tel {
    font-size: 16px;
  }
  #contactUs .contact-list .list-left p {
    font-size: 16px;
  }
  #contactUs .contact-list .list-right .address {
    padding: 10px 15px;
    height: 70px;
  }
  #contactUs .contact-list .list-right .contact-info {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .main {
    margin-top: 50px;
  }
  .main1 {
    margin-top: 35px;
  }
  .list-img .list-img-content {
    margin-bottom: 35px;
    padding: 0 10px;
  }
  .list-img .list-img-content &gt; div {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .list-img .list-img-tit {
    margin-bottom: 35px;
  }
  .list-img .img-r ul {
    margin: 0 -10px;
  }
  .list-img .img-r li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .list-img .img-l .en-txt1 {
    font-size: 24px;
    line-height: 30px;
  }
  .list-img .img-l .en-txt2 {
    font-size: 16px;
    line-height: 28px;
  }
  .list-img .img-l .cn-txt {
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
  }
  .list-img .img-l .img-desc {
    padding: 12% 0 0 5%;
  }
  .sub-tit li {
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px;
  }
  .sub-tit li::after {
    height: 14px;
    right: -10px;
  }
  .sub-tit a {
    padding: 0 5px;
  }
  #culturalGifts {
    margin-top: 50px;
  }
  #culturalCreative {
    margin-top: 50px;
  }
  #culturalTourism {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  #standPoint .intro h4 {
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .swiper-container .swiper-pagination {
    bottom: 8px;
  }
  .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }
  .container {
    width: 92%;
  }
  .header .head-in {
    padding: 0 4%;
  }
  .header .logo {
    width: 150px;
  }
  .header .header-r {
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .header .menu li {
    padding: 10px;
  }
  .header .tel .top-tel::before {
    margin-right: 5px;
  }
  .header .tel .top-tel a {
    font-size: 16px;
  }
  .header .tel .top-contact::before {
    margin-right: 5px;
  }
  .banner .swiper-slide .banner-txt {
    width: 38%;
    left: 8%;
    bottom: 10%;
  }
  .banner .swiper-slide p br {
    display: none;
  }
  #brandCulture .culture-desc {
    margin-top: 25px;
  }
  #brandCulture p {
    font-size: 16px;
  }
  #qalityAssurance .qality-process {
    margin: 30px 0;
  }
  #qalityAssurance .qality-process .icon {
    width: 75px;
  }
  #qalityAssurance .qality-process p {
    font-size: 18px;
  }
  #serviceFlow {
    margin-top: 45px;
  }
  #standPoint .news-list-l .h-news-desc {
    padding: 15px 20px 15px;
  }
  #standPoint .news-list-r a {
    padding: 9px 20px 8px 0;
  }
  #standPoint .news-list-r .intro h4 {
    margin-bottom: 0;
  }
  #standPoint .news-list-r .time {
    padding: 0 10px;
  }
  #contactUs {
    margin-top: 45px;
  }
  #contactUs .contact-list li {
    width: calc(50% - 20px);
  }
  #contactUs .contact-list .list-left .contact-content {
    height: 449px;
  }
  #contactUs .contact-list .list-left .address {
    padding: 15px 20px;
  }
  #contactUs .contact-list .list-right .list-right-list:last-child {
    margin-top: 0;
  }
  #contactUs .contact-list .right1 .list-right-list:last-child {
    margin-top: 25px;
  }
  #contactUs .contact-list .right2 {
    width: 100%;
    margin: 35px 0 0;
  }
  #contactUs .contact-list .right2 &gt; div {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
  }
  .nav-bottom .container {
    padding: 20px;
  }
  .nav-bottom .nav-bottom-menu li {
    margin: 0 20px;
  }
}
@media (max-width: 1000px) {
  .title .cn-tit {
    font-size: 20px;
    letter-spacing: 6px;
  }
  .header &gt; div {
    height: 86px;
    padding-top: 20px;
  }
  .header .nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.18);
  }
  .header .nav-fixed {
    display: none;
  }
  .header .header-r {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .header .menu {
    float: none;
    width: 100%;
    position: absolute;
    top: 86px;
    left: 0;
    background: #fff;
    padding: 0 3% 45px;
    box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.18);
    display: none;
  }
  .header .menu li {
    float: none;
    padding: 0;
  }
  .header .menu li &gt; a {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
  }
  .header .menu li.width160 dl,
  .header .menu li.width120 dl {
    width: 100%;
  }
  .header .menu .nav-menu &gt; a {
    position: relative;
  }
  .header .menu .nav-menu &gt; a::after {
    content: '+';
    font-size: 24px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    color: #a40000;
  }
  .header .menu dl {
    position: relative;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    text-align: left;
    margin-top: 0;
    display: none;
  }
  .header .menu dl::after {
    display: none;
  }
  .header .menu dl dd {
    background: #fff;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
  }
  .header .menu dl a {
    color: #000;
  }
  .header .tel {
    padding-right: 20px;
  }
  .header .hamburger {
    display: block;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 999;
  }
  .header .hamburger .line {
    height: 2px;
    width: 26px;
    margin: 6px auto;
    background-color: #c7000a;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .is-active {
    animation: smallbig 0.6s forwards;
  }
  .header .is-active .line:nth-child(1),
  .header .is-active .line:nth-child(2),
  .header .is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .header .is-active .line:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header .is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .header .is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  article {
    margin-top: 86px;
  }
  .banner .swiper-slide .banner-txt {
    display: none;
  }
  #team .team-list .team-summary p {
    font-size: 14px;
  }
  #standPoint {
    margin-top: 35px;
  }
  #standPoint .news-list &gt; div {
    background: none;
  }
  #standPoint .news-list-l {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  #standPoint .news-list-l .intro {
    width: calc(100% - 100px);
  }
  #standPoint .news-list-r {
    width: 100%;
    float: none;
  }
  #standPoint .news-list-r .intro {
    width: 80%;
  }
  #serviceFlow {
    margin-top: 40px;
  }
  #serviceFlow .flow-list {
    margin-top: 25px;
  }
  #serviceFlow .flow-list li:hover .icon {
    width: 46px;
    height: 45px;
    background-size: 92px 45px;
    background-position: -46px 0;
  }
  #serviceFlow .flow-list .icon {
    width: 46px;
    height: 45px;
    background-size: 92px 45px;
  }
  #serviceFlow .flow-list .txt {
    font-size: 14px;
  }
  #serviceFlow .flow-list .txt::after {
    margin-top: 10px;
    width: 12px;
    height: 12px;
  }
  #linkExchange {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  #linkExchange .link-list {
    margin-top: 25px;
  }
  #linkExchange .link-list .arr {
    width: 16px;
    height: 33px;
  }
  .nav-bottom {
    display: none;
  }
  .main {
    margin-top: 35px;
  }
  .list-img .list-img-content {
    margin-bottom: 25px;
    padding: 0;
  }
  .list-img .list-img-content &gt; div {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .list-img .list-img-tit {
    margin-bottom: 25px;
  }
  .list-img .img-r ul {
    margin: 0 -5px;
  }
  .list-img .img-r li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .list-img .img-l .en-txt1 {
    font-size: 20px;
    line-height: 24px;
  }
  .list-img .img-l .en-txt2 {
    font-size: 14px;
    line-height: 24px;
  }
  .list-img .img-l .cn-txt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .sub-tit ul {
    float: none;
    left: auto;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .sub-tit li {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    width: 16.6667%;
    border: 1px solid #a40000;
    text-align: center;
    margin-right: -1px;
    margin-top: -1px;
  }
  .sub-tit li::after {
    display: none;
  }
  .sub-tit a {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .title span {
    display: block;
  }
  .title .cn-tit {
    line-height: 24px;
    font-size: 18px;
  }
  .title .en-tit {
    margin-left: 0;
  }
  .header .tel .top-contact {
    display: none;
  }
  #brandCulture .culture-desc {
    margin-top: 20px;
  }
  #brandCulture p {
    font-size: 14px;
  }
  #qalityAssurance .qality-process {
    margin: 25px 0 0;
  }
  #qalityAssurance .qality-process li {
    width: 33.3333%;
  }
  #qalityAssurance .qality-process .icon {
    width: 60px;
    margin-bottom: 10px;
  }
  #qalityAssurance .qality-process p {
    font-size: 16px;
    line-height: 20px;
  }
  #qalityAssurance .qality-img .qality-img-list {
    width: 100%;
    margin-bottom: 20px;
  }
  #qalityAssurance .qality-slogan {
    margin-top: 0;
  }
  #qalityAssurance .qality-slogan p {
    font-size: 18px;
  }
  #qalityAssurance .qality-slogan::after {
    margin-top: 15px;
  }
  #team {
    margin-top: 35px;
  }
  #team .team-list {
    margin-top: 20px;
  }
  #standPoint .news-list-r li {
    width: 100%;
  }
  #standPoint .news-list-r a {
    padding: 15px 10px 15px 0;
  }
  #standPoint .news-list-r .intro {
    width: calc(100% - 75px);
  }
  #serviceFlow .flow-list::after {
    display: none;
  }
  #serviceFlow .flow-list li {
    width: 33.333%;
    margin-bottom: 20px;
  }
  #serviceFlow .flow-list .txt::after {
    display: none;
  }
  #contactUs .contact-list {
    margin-top: 25px;
  }
  #contactUs .contact-list li {
    width: 100%;
    margin: 0 0 25px;
  }
  #contactUs .contact-list .list-left .contact-content {
    height: auto;
  }
  #contactUs .contact-list .list-right .contact-content {
    height: auto;
  }
  #contactUs .contact-list .list-right .address {
    height: auto;
  }
  #contactUs .contact-list .right2 {
    width: 100%;
    margin: 0;
  }
  #contactUs .contact-list .right2 .list-right-list {
    width: 100%;
    float: none;
    margin: 0;
  }
  #contactUs .contact-list .right2 .list-right-list:last-child {
    margin-top: 25px;
  }
  .footer {
    padding: 10px 0;
  }
  .footer span,
  .footer a {
    font-size: 14px;
    line-height: 24px;
  }
  .list-img .list-img-tit p {
    font-size: 16px;
    padding: 0 5px;
  }
  .list-img .list-img-tit p::before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .list-img .list-img-content &gt; div {
    width: 100%;
    float: none;
    margin: 0;
  }
  .list-img .list-img-content .img-l {
    margin-bottom: 10px;
  }
  .list-img .list-img-content .img-l::after {
    display: none;
  }
  .list-img .list-img-content .img-l .img-desc {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5%;
  }
  .list-img .list-img-content .img-l .en-txt1,
  .list-img .list-img-content .img-l .en-txt2,
  .list-img .list-img-content .img-l .cn-txt {
    color: #fff;
  }
  .list-img .list-img-content .img-r ul {
    margin: 0;
  }
  .list-img .list-img-content .img-r li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .list-img .list-img-content .img-r li:nth-child(3),
  .list-img .list-img-content .img-r li:nth-child(4) {
    margin-bottom: 10px;
  }
  #culturalGifts {
    margin-top: 45px;
  }
  #culturalCreative {
    margin-top: 45px;
  }
  #culturalTourism {
    margin-top: 45px;
  }
  .sub-tit li {
    width: 33.3333%;
  }
  #cooperationWay {
    margin-top: 45px;
  }
  #cooperationWay .way-wrap {
    margin-top: 30px;
  }
  #cooperationWay .way-wrap ul {
    margin: 0 -10px;
  }
  #cooperationWay .way-wrap .way-list {
    width: calc(50% - 20px);
    background: #b51a1e;
    margin: 0 10px 20px;
    padding: 0;
  }
  #cooperationWay .way-wrap .way-img-r {
    display: none;
  }
  #cooperationWay .way-wrap .way-desc {
    display: block;
    color: #fff;
    padding: 10px;
  }
  #cooperationWay .way-wrap .way-desc .logo-txt {
    text-align: right;
  }
  #cooperationWay .way-wrap .way-desc .way-txt {
    margin: 10px 0;
  }
}
@media (max-width: 560px) {
  #cooperationWay .way-wrap .way-list {
    width: 100%;
    margin: 0 0 20px;
    
  }
  .list-img .img-l:hover .en-txt1 {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
  }
  .list-img .img-l:hover .en-txt2 {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
  }
  .list-img .img-l:hover .cn-txt {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
  }
}
@media (max-width: 480px) {
  .header .tel .top-tel {
    display: none;
  }
  #serviceFlow .flow-list li {
    width: 50%;
  }
  #standPoint .news-list-l .time {
    display: none;
  }
  #standPoint .news-list-l .intro {
    width: 100%;
  }
  #standPoint .news-list-r .time {
    display: none;
  }
  #standPoint .news-list-r .intro {
    width: 100%;
  }
  #standPoint .news-list-r a {
    padding: 15px 10px;
  }
  .sub-tit li {
    width: 50%;
  }
}
</pre></body></html>