body {
  font-family: '微软雅黑','Microsoft YaHei','Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
     Arial, sans-serif;
  background-color: #f3f3f3;
}
html {
  -webkit-text-size-adjust: 100%; /* 禁止 Safari 自动调整字体大小 */
}
a{
  cursor: pointer;
}

.content-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 30px;
}

.content-wrap h1.title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}
.content-wrap h1.title span{
  text-shadow: /* 较大的白色描边 */ -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, -1px -2px 0 white, 1px -2px 0 white, -1px 2px 0 white, 1px 2px 0 white, -2px -1px 0 white, 2px -1px 0 white, -2px 1px 0 white, 2px 1px 0 white, /* 灰色阴影 */ 3px 3px 7px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  color: #333333;
  
}
.content-wrap h1.title::before{
  content: "";
  display: block;
  background: url(../images/title-icon.png) center center no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  margin-right: 19px;
}


.content-wrap h1.title::after{
  content: "";
  display: block;
  background: url(../images/title-icon.png) center center no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  margin-left: 19px;
}

.wrapper *{
  box-sizing: border-box;
}
.banner-img{
  width: 100%;
  background: url(../images/banner.jpg) center center no-repeat;
  height: 355px;
  min-width: 1000px;
  position: relative;
}

#navTop{
  width: 1200px;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  font-size: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#navTop li.item{
  display: inline-block;
  width: calc(100%/6);
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  background-color: #cf2525;
  cursor: pointer;
}
#navTop li.item a{
  display: block;
  width: 100%;
  height: 100%;
}
#navTop li.item.active{
  background-color: #aa0000;
}
#navTop li.item:first-child{
  border-top-left-radius: 17px;
}
#navTop li.item:last-child{
  border-top-right-radius: 17px;
}
#navTop li.item span{
  color: #ffffff;
}

#overview .content{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  padding: 20px 15px;
  box-sizing: border-box;
}
.news-wp {
  flex: 1;
  margin: 0 20px;
}


.activity-wp {
  width: 254px;
}

.bar-banner, .bar-banner a, .bar-banner a img {
  height: 330px;
  width: 512px;
}

.bar-banner a {
  position: relative;
}


.bar-banner .swiper-pagination-bullets {
  width: 100px;
  right: 0px;
  left: unset;
  bottom: 16px;
}

.bar-banner a span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  padding-left: 16px;
  background: rgba(0,0,0,0.6);
  width: 100%;
}

.bar-banner a span em {
  color: #fff;
  display: block;
  line-height: 50px;
  width: 400px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bar-banner .swiper-pagination-bullets { width:100px;right:0px;left:unset;bottom:16px; }
.bar-banner .swiper-pagination-bullet { width:8px;height:8px;border-radius:4px;background:#fff;opacity:1;transition:all 0.6s; }
.bar-banner .swiper-pagination-bullet-active { width:25px;background:#cf2525; }
.newsSlide{
  width: 100%;
}
.newsSlide h2 ol li {
  float: left;
  margin: 0 18px 0 10px;
  font-size: 19px;
  color: #555555;
}

.newsSlide h2 ol li a {
  display: block;
  padding-left: 30px;
  color: #555555;
}

.newsSlide h2 ol li a.sp01 {
  padding-left: 25px;
  background: url(../images/newsSlide-icon1.png) no-repeat left center;
}
.newsSlide h2 ol li.cur a.sp01 {
  background: url(../images/newsSlide-icon1-hover.png) no-repeat left center;
}
.newsSlide h2 ol li.cur a {
  color: #bd1a2d;
}

.newsSlide .newsSlide_con {
  padding: 12px 0 0;
}
.newsSlide h2{
  position: relative;
}
.newsSlide  .more {
  position: absolute;
  right: 17px;
  top: 4px;
  background: url(../images/more-icon.png) center center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  cursor: pointer;
}


.list01 li {
  background-color: #f2964c;
  padding: 8px 0 8px 18px;
}


.fr {
  float: right;
}

.list01 li .riqi {
  font-size: 14px;
  color: #777777;
}

.newsSlide h2 ol li a.sp02 {
  background: url(../images/newsSlide-icon2.png) no-repeat left center;
}

.newsSlide h2 ol li.cur a.sp02 {
  background: url(../images/newsSlide-icon2-hover.png) no-repeat left center;
}
.newsSlide .new-info{
  margin-top: 22px;
}
.newsSlide .new-info .main-new a{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #cf2525;
  margin-bottom: 15px;
  display: block;
}

.newsSlide .new-info .mainnew0detail{
  font-size: 14px;
  color: #000000;
  line-height: 27px;
  margin-bottom: 7px;
}
.newsSlide .new-info .mainnew0detail a{
  color: #cf2525;
}
.newsSlide .new-info .new-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsSlide .new-info .new-list li.item{
  padding-left: 13px;
  font-size: 15px;
  line-height: 33px;
  position: relative;
  display: block;
}
.newsSlide .new-info .new-list li.item a{
  color: #000000;
}
.newsSlide .new-info .new-list li.item:hover a{
  color: #cf2525;
}
.newsSlide .new-info .new-list li.item::before{
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  background-color: #f2964c;
  position: absolute;
  left: 0px;
  top: 15px;
}
.activity-wp{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.activity-wp a.item{
  width: 253px;
  height: 70px;
  display: flex;
  align-items: center; 
  background-color: #f5f5f5;
  padding-left: 43px;
  margin-bottom: 13px;
}

.activity-wp a.item:hover{
  background-color: #cf2525;
  cursor: pointer;
}

.activity-wp a.item .item-img{
  display: block;
  width: 32px;
  text-align: center;
}
.activity-wp a.item:hover .item-img{
  display: none;
}
.activity-wp a.item .item-img-hover{
  display: none;
  width: 32px;
  text-align: center;
}
.activity-wp a.item:hover .item-img-hover{
  display: block;
}
.activity-wp a.item span{
  font-size: 17px;
  color: #333333;
  margin-left: 23px;
}
.activity-wp a.item:hover span{
  color: #ffffff;
}
.activity-wp a.item:nth-child(4), .activity-wp a.item:nth-child(5){
  width: 120px;
  height: 80px;
  justify-content: center;
  flex-direction: column; 
  padding-left: 0px;
}

.activity-wp a.item:nth-child(4) span, .activity-wp a.item:nth-child(5) span{
  margin-left: 0;
  margin-top: 4px;
}

#policies .policies-detail{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#policies .policies-detail a.item{
  width: 578px;
  height: 100px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 27px;
  margin-bottom: 20px;
}
#policies .policies-detail a.item:nth-child(3),#policies .policies-detail a.item:last-child{
  margin-bottom: 0;
}
#policies .policies-detail a.item:hover{
  background-color: #ffeed7;
}

#policies .policies-detail a.item .item-time{
  width: 60px;
  height: 60px;
  background-color: #d44847;
  border-radius: 100%;
  margin-right: 32px;
  text-align: center;
  color: #ffffff;
  padding-top: 6px;
}

#policies .policies-detail a.item .item-time em{
  font-size: 21px;
  font-weight: 600;
  margin-bottom: -2px;
  display: block;
  width: 100%;
}
#policies .policies-detail a.item .item-time span{
  font-size: 14px;
}
#policies .policies-detail a.item p{
  font-size: 19px;
  color: #666666;
}
#activity .activity-detail .mission-info{
  position: relative;
}

#activity .activity-detail .mission-info .mission-title{
  color: #cf2525;
  font-size: 18px;
  padding-left: 29px;
  position: relative;
  line-height: 20px;
  margin-bottom: 19px;
}
#activity .activity-detail .mission-info .mission-title::before{
  content: "";
  display: block;
  height: 20px;
  width: 10px;
  background-color: #cf2525;
  position: absolute;
  left: 0;
  top: 0;
}


#activity .activity-detail .mission-info .mission-part-1{
  width: 554px;
  height: 364px;
  background: url(../images/mission-img1.png?v=3) center center no-repeat;
  background-size: 100%;
   position: relative;
   z-index: 2;
   padding-top: 11px;
}
#activity .activity-detail .mission-info .mission-part-2{
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 1;
  width: 616px;
}
#activity .activity-detail .mission-info .mission-part-3 .part-3-title{
  font-size: 16px;
  color: #cf2525;
  padding-left: 35px;
  position: relative;
  margin-bottom: 9px;
}

#activity .activity-detail .mission-info .mission-part-3 .part-3-title::before{
  content: "";
  display: block;
  background: url(../images/mission-title-icon1.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
}

#activity .activity-detail .mission-info .mission-part-3{
  width: 616px;
  position: relative;
  margin-top: 18px;
  z-index: 0;
} 

#activity .activity-detail .mission-info .mission-part-3 .part-3-detial{
  font-size: .875rem;
  line-height: 1.875rem;
  color: #666666;
  text-indent: 2em;
}

#activity .activity-detail .mission-info .mission-part-3 .part-3-title{
  margin-left: 0;
  margin-bottom: 5px;
}

#activity .brand-detial{
  margin-top: 70px;
}
#activity .brand-detial .brand-title{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}

#activity .brand-detial .brand-title span{
  font-size: 18px;
  color: #cf2525;
}

#activity .brand-detial .brand-title::before{
  content: "";
  display: block;
  background: url(../images/mission-title-icon2-left.png) center center no-repeat;
  background-size: 100%;
  width: 54px;
  height: 16px;
  margin-right: 19px;
}

#activity .brand-detial .brand-title::after{
  content: "";
  display: block;
  background: url(../images/mission-title-icon2-rigth.png) center center no-repeat;
  background-size: 100%;
  width: 54px;
  height: 16px;
  margin-left: 19px;
}


#activity .brand-detial .brand-info{
  margin-top: 30px;
  text-align: center;
}

#activity .brand-detial .brand-info .brand-show{
  font-size: 17px;
  color: #ffffff;
  width: 122px;
  height: 27px;
  line-height: 27px;
  background: url(../images/mission-title-icon3.png) center center no-repeat;
  background-size: 100%;
  padding-left: 8px;
}


#activity .brand-detial .brand-info-title{
    text-align: center;
    font-size: 18px;
    color: #333333;
    background: linear-gradient(to right, #f6f89b, #f6f89b) no-repeat;
    background-size: 165% 10px;
    background-position: left bottom;
    margin: 20px 0;
    display: inline-block;
    width: 322px;
}


#activity .brand-detial .brand-list{
  display: flex;
  justify-content: space-between;
}

#activity .brand-detial .brand-list li.item{
  width: 280px;
  height: 240px;
  background-color: #cf2525;
  text-align: center;
  border-radius: 10px;
  padding-top: 4px;
  cursor: pointer;
}
#activity .brand-detial .brand-list li.item .item-img img{
  width: 272px;
  height: 189px;
}
#activity .brand-detial .brand-list li.item .item-txt{
  font-size: 15px;
  color: #ffffff;
  margin-top: 10px;
}

#activity .brand-detial .brand-list li.item:hover{
  background-color: #69261a;
}


 /* 弹窗样式 */
 .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none; /* 默认隐藏 */
}

.modal.active {
  display: flex; /* 显示弹窗 */
}

.modal img {
  max-width: 75%;
  max-height: 75%;
  border: 5px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* 关闭按钮 */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}


#activity .product-list {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}

#activity .product-list li.item{
  width: 380px;
  height: 173px;
  background-color: #ffefd8;
  padding-top: 40px;
  padding-left: 20px;
  position: relative;
  text-align: left;
}

#activity .product-list li.item .item-title{
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

#activity .product-list li.item .item-txt{
  font-size: 15px;
  color: #333333;
  z-index: 2;
  margin-bottom: 20px;
}

#activity .product-list li.item .item-num{
  position: absolute;
  right: 0px;
  top: 27px;
  z-index: 1;
}

#activity .product-list li.item .item-img img{
  transition: transform 0.6s ease;
}

#activity .product-list li.item:hover .item-img img{
  transform: scale(1.3); 
}

#activity .brand-detial .process{
  width: 100%;
  height: 534px;
  background: url(../images/process-bg.png) center center no-repeat;
  position: relative;
}

#activity .brand-detial .process .apply-detail{
  width: 484px;
  padding-top: 15px;
  padding-left: 17px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: absolute;
  top: 11px;
  right: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#activity .brand-detial .process .apply-detail::before{
  content: "";
  display: block;
  background: url(../images/mark-icon.png) center center no-repeat;
  background-size: 100%;
  width: 34px;
  height: 48px;
  position: absolute;
  right: 24px;
  top: 10px;
}
#activity .brand-detial .process .apply-detail  .apply-info .apply-title{
  font-size: 16px;
  color: #000000;
  background: linear-gradient(to right, #f6f89b, #f6f89b) no-repeat;
  background-size: 165% 10px;
  background-position: left bottom;
  margin: 6px 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

#activity .brand-detial .process .apply-detail  .apply-info .apply-title span{
  font-size: 13px;
}
#activity .brand-detial .process .apply-detail  .apply-info .apply-item{
  font-size: 13px;
  line-height: 22px;
  color: #666666;
}
#activity .brand-detial .process .apply-detail  .apply-info .apply-item label{
  float: left;
}
#activity .brand-detial .process .apply-detail  .apply-info .apply-item span{
  float: left;
  width: 438px;
}

#activity .brand-detial .query-title{
  font-size: 17px;
  color: #000000;
  font-weight: 100px;
  padding-left: 62px;
  position: relative;
}
#activity .brand-detial .query-title::before{
  position: absolute;
  content: "";
  display: block;
  background: url(../images/query-icon.png) center center no-repeat;
  background-size: 100%;
  width: 54px;
  height: 41px;
  left: 0px;
  top: -5px;
}

#activity .brand-detial  .query-detial{
  margin-top: 21px;
}
#activity .brand-detial  .query-detial .search-label{
  font-size: 0;
}
#activity .brand-detial  .query-detial .search-label li.item{
  display: inline-block;
  width: 94px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
#activity .brand-detial  .query-detial .search-label li.item.active{
  background-color: #cf2525;
  color: #ffffff;
}

#activity .brand-detial  .query-detial  .search-box .search-input{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-shadow: none;
  font-size: 14px;
  font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 20px;
  letter-spacing: 0px;
  border: 1px transparent solid;
  width: 100%;
  outline: none;
  cursor: text;
  box-sizing: border-box;
  font-size: 0px;
  border-color: #cccccc;
}

#activity .brand-detial  .query-detial .search-box .search-input .open-market-input{
  display: inline-block;
  font-size: 16px;
  width: 1106px;
  height: 42px;
  color: #666666;
  line-height: 42px;
  padding-left: 15px;
  vertical-align: middle;
  border: 0;
  background-color: #f7f7f8;

}
#activity .brand-detial  .query-detial .search-box .search-input.active {
  border-color: #d92f1d;
}
#activity .brand-detial  .query-detial .search-box .search-input button {
    display: inline-block;
    width: 92px;
    height: 43px;
    vertical-align: middle;
    line-height: 42px;
    color: #ffffff;
    font-size: 18px;
    background-color: #f44336;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: -1px;
    top: -1px;
}
#activity .brand-detial .query-detial .search-box .search-input button:hover{
  background-color: #cf2525;
}
#activity .brand-detial  .query-detial .nodata {
  font-size: 13px;
  color: #ff0000;
  padding-left: 13px;
  margin-top: 13px;
}

#activity .brand-detial  .query-detial .resule-data {
  margin-bottom: 15px;
  margin-top: 37px;
}

#activity .brand-detial  .query-detial .resule-data li.item {
  width: 100%;
  padding: 27px 30px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 17px;
}
#activity .brand-detial  .query-detial .resule-data li.item .item-title {
  font-size: 0;
  margin-bottom: 16px;
}

#activity .brand-detial  .query-detial .resule-data li.item .item-title h2 {
  font-size: 20px;
  color: #d92f1d;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#activity .brand-detial  .query-detial .resule-data li.item .item-title label {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 6px;
  font-size: 12px;
  border-radius: 5px;
  color: #ff0000;
  background-color: #fde6e6;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  margin-top: 2px;
}
#activity .brand-detial  .query-detial .resule-data li.item .item-info {
  font-size: 13px;
  line-height: 21px;
  color: #666666;
}
#activity .brand-detial  .query-detial  .result-cer{
  text-align: center;
  background-color: #fff;
  padding: 54px 0;
}
#activity .brand-detial  .query-detial  .result-cer .enterprise-name{
  font-size: 19px;
  color: #d92f1d;
  margin-bottom: 15px;
}

#activity .brand-detial .butler-list{
  display: flex;
  justify-content: space-between;
}

#activity .brand-detial .butler-list .item{
  width: 283px;
  height: 256px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 36px;
  transition: 0.5s;
}
#activity .brand-detial .butler-list .item:hover{
    padding-top: 30px;
    transition: 0.5s;
    background: #c6171f;
}
#activity .brand-detial .butler-list .item .introduce_img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #c6171f;
  transition: 0.5s;
  margin: 0 auto 28px;
  position: relative;
}
#activity .brand-detial .butler-list .item div{
  position: relative;
  z-index: 2;
  text-align: center;
}
#activity .brand-detial .butler-list .item .introduce_img div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 73px;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover;
}
#activity .brand-detial .butler-list .item:hover .introduce_img{
    transition: 0.5s;
    background: #ffffff;
}
#activity .brand-detial .butler-list .item:first-child:hover .introduce_img div{
    background-position: 0 74px;
    transition: 0.5s;
}
#activity .brand-detial .butler-list .item:nth-child(2):hover .introduce_img div{
  background-position: 0 71px;
  transition: 0.5s;
}
#activity .brand-detial .butler-list .item:nth-child(3):hover .introduce_img div{
  background-position: 0 70px;
  transition: 0.5s;
}
#activity .brand-detial .butler-list .item:last-child:hover .introduce_img div{
  background-position: 0 64px;
  transition: 0.5s;
}
#activity .brand-detial .butler-list .item .solution_tit{
  font-size: 15px;
  color: #333333;
}

#activity .brand-detial .butler-list .item:hover .solution_tit{
  color: #ffffff;
  transition: 0.5s;
}  

#activity .brand-detial .channel-list{
  display: flex;
  justify-content: space-between;
}
#activity .brand-detial .channel-list li.item{
  width: 185px;
  height: 208px;
  background-color: #ffffff;
  text-align: center;
  transition: 0.5s;
  position: relative;
}


#activity .brand-detial .channel-list li.item:hover{
    background: #c6171f;
    transition: 0.5s;
    color: white;
}
#activity .brand-detial .channel-list li.item .introduce_img{
    width: 72px;
    height: 72px;
    background-size: 100%;
    overflow: hidden;
    transition: 0.5s;
    margin: 46px auto 0px;
}

#activity .brand-detial .channel-list li.item:nth-child(3) .introduce_img{
  height: 99px;
  margin-top: 37px;
}
#activity .brand-detial .channel-list li.item:hover .introduce_img{
  transition: 0.5s;
  background-position: 0 72px;
}
#activity .brand-detial .channel-list li.item:nth-child(3):hover .introduce_img{
  background-position: 0 91px;
}
#activity .brand-detial .channel-list li.item .introduce_mark{
    font-size: 15px;
    color: #333333;
    position: absolute;
    bottom: 42px;
    display: block;
    text-align: center;
    width: 100%;
    transition: 0.5s;
}
#activity .brand-detial .channel-list li.item:hover .introduce_mark{
  transition: 0.5s;
  color: #ffffff;
}
#activity .brand-detial .tips{
  color: #333333;
  text-align: right;
  font-size: 14px;
  margin-top: 13px;
}
#download .download-list{
  display: flex;
  justify-content: space-between;
}

#download .download-list a.item{
  display: block;
  width: 358px;
  height: 99px;
  line-height: 99px;
  color: #333333;
  font-style: italic;
  font-size: 18px;
  padding-left: 105px;
  position: relative;
  background-color: #ffffff;
}
#download .download-list a.item:hover{
  color: #c6171f;
}
#download .download-list a.item::before{
  content: "";
  display: block;
  background: url(../images/download-icon.png) center center no-repeat;
  background-size: 100%;
  width: 44px;
  height: 47px;
  position: absolute;
  left: 34px;
  top: 26px;
}

#contactUs .contactUs-detiale{
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    height: 434px;
}

#contactUs .contactUs-detiale .contact-list{
  width: 534px;
  padding-top: 74px;
  padding-left: 97px;
}

#contactUs .contactUs-detiale .contact-list li.item{
  position: relative;
  padding-left: 77px;
  margin-bottom: 37px;
}

#contactUs .contactUs-detiale .contact-list li.item .item-img{
  position: absolute;
  left: 0;
  top: 1px;
}

#contactUs .contactUs-detiale .contact-list li.item .item-txt label{
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}

#contactUs .contactUs-detiale .contact-list li.item .item-txt p{
  font-size: 13px;
  color: #666666;
}



