﻿/*preloader*/
#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://www.yonchang.cn/Public/index/images/preloader.gif)
}

/* 头部及导航 */
.header-top01 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  height: 40px;
  line-height: 40px;
}

.slogan {
  display: inline-block;
}

.call-us {
  display: inline-block;
}

.call-us img {
  display: block;
  vertical-align: top;
  font-size: 0px;
  line-height: 0px;
}

.call-us span {
  font-weight: bold;
}

.header-top {
  line-height: 40px;
  clear: both;
}

.header-top-inner {
  overflow: hidden;
  clear: both
}

.header-top .logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin: 10px auto;
}

.tt-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101
}

.tt-header .logo img.black,
.stick.tt-header .logo img.black {
  display: inline-block;
}

.tt-header .logo img.white,
.stick.tt-header .logo img.white {
  display: none;
}

.tt-header ul {
  padding-left: 0;
  margin-bottom: 0
}

.tt-header .logo {
  display: inline-block;
  position: relative;
  line-height: 60px;
  max-height: 60px;
  z-index: 101;
  transition: none
}

.tt-header .logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin: 10px auto;
}

.tt-header .main-nav>ul>li>a {
  font-size: 14px;
  line-height: 28px;
}

.tt-header .main-nav>ul>li.active>a,
.tt-header .main-nav>ul>li:hover>a {
  color: #e50012;
}

/* 菜单列表 */
.cmn-toggle-switch:focus {
  outline: 0
}

.tt-header .cmn-toggle-switch {
  display: none;
  position: relative;
  float: right;
  margin-top: 12px;
  padding: 0;
  width: 25px;
  height: 17px;
  cursor: pointer;
  z-index: 101
}

.tt-header .cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 3px;
  background: #333333;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.tt-header .cmn-toggle-switch::after,
.tt-header .cmn-toggle-switch::before {
  content: "";
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333333;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.tt-header .cmn-toggle-switch::before {
  margin-top: -7px
}

.tt-header .cmn-toggle-switch::after {
  margin-top: 7px
}

.tt-header .cmn-toggle-switch.active::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center
}

.tt-header .cmn-toggle-switch.active::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center
}

.tt-header .cmn-toggle-switch.active span {
  opacity: 0
}

/* TT-MSLIDE */
.tt-mslide {
  position: relative;
  overflow: hidden;
}

.tt-mslide:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

.tt-mslide-entry {
  display: table-cell;
  width: 99999px;
  height: 600px;
  padding-bottom: 270px;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  vertical-align: bottom;
}

.tt-mslide-entry:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.slider-content {
  width: 100%;
  float: none;
  margin: 0 auto;
  color: #ffffff;
}

.slider-content h2 {
  font-size: 72px;
  padding-bottom: 30px;
}

.slider-content h3 {
  font-size: 30px;
  padding-bottom: 30px;
}

.slider-content p {
  font-size: 24px;
}

.slider-content p span {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 100;
  vertical-align: top;
  padding: 0 10px;
}

.tt-mslide .text-animation {
  visibility: hidden;
}

.tt-mslide .text-animation.animated {
  visibility: visible;
}


/* SWIPER 轮播切换按钮 */
.swiper-slide {
  position: relative
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #e50012;
  width: 40px;
  border-radius: 6px;
}

/* swiper-pagination-white */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #ffffff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #e50012
}

/* swiper position */
.swiper-pagination.fixed {
  bottom: 30px !important
}

.swiper-pagination.relative-pagination {
  position: relative;
  top: 0;
  margin-top: 30px
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important
}

/* 内页header_hd */
.header_wrap {
  overflow: hidden;
}

.header_hd {
  position: relative;
}

.header_hd .backg-u8cloud {
  background: url(../image/banner-u8cloud.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-nccloud {
  background: url(../image/banner-nccloud.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-caiwu {
  background: url(../image/banner-caiwu.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-renli {
  background: url(../image/banner-renli.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-gongyingl {
  background: url(../image/banner-gongyingl.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-caigou {
  background: url(../image/banner-caigou.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-xwqyy-hkj {
  background: url(../image/banner-xwqyy-hkj.jpg) no-repeat top center;
  width: 100%;
  height: 495px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-xwqyy-hyc {
  background: url(../image/banner_new-2.jpg) no-repeat top center;
  width: 100%;
  height: 674px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-xwqyy-ydz {
  background: url(../image/0e2b874286b84123bd7606d08aad5774.jpg) no-repeat top center;
  width: 100%;
  height: 495px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-xwqyy-hsy {
  background: url(../image/hsybanner.jpg) no-repeat top center;
  width: 100%;
  height: 640px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-xwqyy-tcloud {
  background: url(../image/54fbf786d685420faf0ab98b125915a2.jpg) no-repeat top center;
  width: 100%;
  height: 495px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-solution {
  background: url(../image/banner-solution.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-case {
  background: url(../image/banner-case.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-service {
  background: url(../image/banner-service.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-about {
  background: url(../image/banner-about.jpg) no-repeat top center;
  width: 100%;
  height: 440px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg-message {
  background: url(../image/banner-about.jpg) no-repeat top center;
  width: 100%;
  height: 60px;
  transform: scale(1);
  background-attachment: scroll !important;
  -webkit-animation: imageZoom linear 17s;
  -webkit-animation-iteration-count: infinite;
  background-size: cover;
}

.header_hd .backg {
  background: url(https://www.yonchang.cn/Public/index/images/ny-banner.jpg) no-repeat top center;
  width: 100%;
  height: 250px;
}

.header_hd .slogan {
  color: #fff;
  width: 1160px;
  height: 250px;
  margin-left: -580px;
  margin-top: -60px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%
}

.header_hd .slogan h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}

.header_hd .slogan h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.header_hd .slogan p {}

/* 图片列表轮播切换按钮 */
.lblist .owl-carousel.owl-carousel17.owl-theme.owl-loaded.owl-drag {
  padding-top: 0
}

.lblist .owl-carousel .owl-nav,
.lblist .owl-carousel .owl-nav.disabled {
  display: block;
  font-size: -webkit-xxx-large;
  position: relative;
  right: 0;
  top: 0;
  margin: 0 auto;
  float: none;
  text-align: center;
  margin-top: 25px
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.lblist.main-owal .client_say .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  position: relative;
  display: block;
  text-align: center;
  display: inline-block;
  margin: 0 auto
}

.lblist .owl-nav i {
  color: #333;
  font-size: 24px;
  height: 48px;
  width: 48px;
  background: #fff;
  margin-right: 10px;
  padding: 10px 10px 0 10px;
  border-radius: 25px;
  border: 2px solid #e0e0e0;
}

.lblist .owl-nav .owl-next:hover i,
.lblist .owl-nav .owl-prev:hover i {
  background: #e50012;
  border: 2px solid #e50012;
  color: #fff;
}


/* 视频设置 */
video {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 模块主标题 */
.mkbt {
  padding-bottom: 40px;
  text-align: center;
}

.mkbt h2.maintitle {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.ny-mkbt {
  padding-bottom: 40px;
  text-align: center;
}

.ny-mkbt h2.maintitle {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.ny-mkbt h2.maintitle::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: rgba(229, 0, 18, 1);
  margin: 10px auto 10px auto;
}

.ny-mkbt h3 {
  padding: 10px 0px;
}

.tabb {
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.tabb ul {
  border-bottom: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.tabb ul li {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 36px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.tabb ul li.current {
  color: #e50012;
  border-bottom: 3px solid #e50012;
}

.tabb ul li:last-child {
  margin-right: 0px;
}

.tabb-c {
  clear: both;
}

.tabb-c .tabbcontent {
  display: none;
  margin: 30px 0px;
}


/* 一级类别 */
.categoryf {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.categoryf a {
  color: #333;
  border-bottom: 3px solid #fff;
  margin: 0px 5px;
  font-size: 18px;
  padding: 20px 36px;
  display: inline-block;
}

.categoryf a.active,
.categoryf a:hover {
  color: #e50012;
  border-bottom: 3px solid #e50012;
}

/* 二级类别 */
.category {
  padding-bottom: 40px;
  text-align: center;
}

.category a {
  color: #666;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #dddddd;
  margin: 5px 5px;
  font-size: 14px;
  padding: 5px 20px;
  display: inline-block;
}

.category a.active,
.category a:hover {
  color: #fff;
  border-radius: 50px;
  background: #e50012;
  border: 1px solid #e50012
}

/* 头部搜索 index.html */
.keyword-search {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  line-height: 35px;
  padding: 10px 0px 10px 0px;
}

.keyword-search .keywordtxt {}

.keyword-search .keywordtxt i {
  margin-right: 10px;
  color: #e50012;
}

.keyword-search .keywordtxt span {
  font-weight: bold;
}

.top-search {
  display: inline-block;
  float: right;
}

.top-search form input {
  float: left;
}

.top-search form input::placeholder {
  color: #999;
}

.top-search form input.txt {
  border: 1px solid #e50012;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
}

.top-search form input.btn {
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  background: url(https://www.yonchang.cn/Public/index/images/search-btn.png) no-repeat;
  background-color: #e50012;
  width: 55px;
  height: 35px;
  border: 0px;
  border-radius: 0;
}

/* 数字滚动 */
.stripes-1 {}

.stripes-1 .digital h2 {
  color: #e50012;
  font-size: 50px;
  text-align: center
}

.stripes-1 .digital h2 span:last-child {
  font-size: 18px;
}

.stripes-1 .digital h5 {
  font-size: 18px;
  text-align: center
}

/* - 图标文字列表 conact.html - */
.iconlist-bg {
  background: url(https://www.yonchang.cn/Public/index/images/background-image.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.iconlist-bg:before {
  content: '';
  background: rgba(30, 36, 52, .7);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  right: 0;
  clear: both
}

.iconlist {
  text-align: center
}

.iconlist strong {
  color: #e50012;
  font-size: 45px
}

.iconlist h4 {
  color: #262626;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px
}

.iconlist p {
  font-size: 16px;
  color: #6a6a6a
}

.iconlist h5 {
  color: #e50012;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 14px
}

.iconlist h5 a {
  color: #e50012;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 14px
}

.iconlist-bg .iconlist strong,
.iconlist-bg .iconlist h4,
.iconlist-bg .iconlist p,
.iconlist-bg .iconlist h5 {
  color: #fff;
}

/* - 图标文字列表 conact.html - */
.iconlist2 {
  text-align: center
}

.iconlist2 strong {
  color: #333333;
  font-size: 45px;
  border-radius: 50%;
  border: 2px solid #333333;
  padding: 30px 0px;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.iconlist2 h4 {
  color: #262626;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px
}

.iconlist2 p {
  font-size: 14px;
  color: #6a6a6a
}

.iconlist2:hover strong {
  color: #fff;
  border: 2px solid #e50012;
  background: #e50012;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.iconlist2 strong .pic01 {
  background: url(https://www.yonchang.cn/Public/index/images/index-about-icon01.png) no-repeat;
  width: 80px;
  height: 80px;
}

.iconlist2 strong .pic02 {
  background: url(https://www.yonchang.cn/Public/index/images/index-about-icon02.png) no-repeat;
  width: 80px;
  height: 80px;
}

.iconlist2 strong .pic03 {
  background: url(https://www.yonchang.cn/Public/index/images/index-about-icon03.png) no-repeat;
  width: 80px;
  height: 80px;
}

.iconlist2 strong .pic04 {
  background: url(https://www.yonchang.cn/Public/index/images/index-about-icon04.png) no-repeat;
  width: 80px;
  height: 80px;
}

.iconlist2:hover strong .pic01 {
  background: url(https://www.yonchang.cn/Public/index/images/index-about-icon01-.png) no-repeat;
  width: 80px;
  height: 80px;
}

.iconlist2:hover strong .pic02 {
  background: url(https://www.yonchang.cn/Public/index/images/index-about-icon02-.png) no-repeat;
  width: 80px;
  height: 80px;
}

.iconlist2:hover strong .pic03 {
  background: url(https://www.yonchang.cn/Public/index/images/index-about-icon03-.png) no-repeat;
  width: 80px;
  height: 80px;
}

.iconlist2:hover strong .pic04 {
  background: url(https://www.yonchang.cn/Public/index/images/index-about-icon04-.png) no-repeat;
  width: 80px;
  height: 80px;
}





/* - 左侧分类 - */
.left-list {
  background: #e50012;
  color: #fff;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.left-list h3 {
  font-size: 30px;
  text-align: center;
  padding: 20px 0px;
}

.left-list dl {
  background: #fff;
  color: #333333;
  margin: 0;
  padding: 0 20px;
}

.left-list dl dt {
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px;
}

.left-list dl dt i {
  padding-right: 10px;
  color: #e50012;
}

.left-list dl dt:last-child {
  border-bottom-width: 0px;
}

.left-list ul li {
  line-height: 36px;
  padding: 0px 40px 0px 40px;
}

.left-list ul li:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.left-list dl dt a.active,
.left-list dl dt a:hover {
  color: #e50012;
}

.left-contact {
  background: #e50012;
  color: #fff;
  border: 1px solid #f0f0f0;
}

.left-contact h3 {
  font-size: 30px;
  text-align: center;
  padding: 20px 0px;
}

.left-contact-content {
  background: #fff;
  color: #333333;
  padding: 20px 20px;
  font-size: 14px;
}

/* 模块面包屑 */
.breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  line-height: 40px
}

.breadcrumb i {
  margin: 0px 5px;
}

.breadcrumb ul li {
  float: left;
  padding-right: 10px
}

.breadcrumb ul li.active a {
  color: #333333;
  font-size: 14px;
}

.breadcrumb ul li a {
  color: #333333;
  font-size: 14px;
}

.breadcrumb ul li i {
  color: #666;
  font-size: 14px;
}

/* Image Hover Effect 图片特效 */
.image-zoom-on-hover {
  overflow: hidden
}

.image-opacity-on-hover img,
.image-zoom-on-hover img {
  transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
  -moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
  -o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out
}

.image-zoom-on-hover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.image-opacity-on-hover:hover img {
  opacity: .5
}

.image-opacity-on-hover {
  background: rgba(0, 0, 0, .9);
}

.image-gray-on-hover:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray
}

/* 图片列表 */
/* 默认文字无背景 */
.piclist {
  text-align: center;
}

.piclist .txt .txt-content {
  background: none;
  padding: 15px 0px;
}

.piclist .txt .txt-content h3 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.piclist .txt .txt-content p {
  color: #666;
  margin-bottom: 20px;
}

.piclist .img-box {
  overflow: hidden;
  background: rgba(0, 0, 0, .9);
}

.piclist .img-box img {
  transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
  -moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
  -o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
}

.piclist:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
  opacity: .5
}

/* 默认文字有背景 */
.piclist-bg {
  margin-bottom: 10px;
}

.piclist-bg .txt .txt-content {
  background: #039265;
  color: #fff;
  padding: 15px 0px;
}

.piclist-bg .txt .txt-content h3 {
  font-size: 16px;
  font-weight: normal;
}

.piclist-bg .txt .txt-content p {
  color: #fff;
}

/* 浮动图片上 */
.piclist2 {
  text-align: center;
  margin-bottom: 30px;
}

.piclist2 .txt {
  position: relative;
}

.piclist2 .txt .txt-content {
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  padding: 10px 0px;
  width: 100%;
}

.piclist2 .txt .txt-content h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding: 0 20px;
}

.piclist2 .txt .txt-content a:hover h3 {
  background: #1175c2;
  color: #fff;
}

.piclist2 .img-box {
  overflow: hidden;
  background: rgba(0, 0, 0, .9);
}

.piclist2 .img-box img {
  transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
  -moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
  -o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
}

.piclist2:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
  opacity: .5
}

/*图片列表-有主副标题*/
.piclist5 {
  text-align: center;
}

.piclist5 .txt .txt-content {
  background: none;
  padding: 28px 0px;
  border-top: 1px solid #e4e4e4;
  margin-top: 18px;
}

.piclist5 .txt .txt-content h3 {
  font-size: 24px;
}

.piclist5 .txt .txt-content p {
  font-size: 14px;
}

.piclist5 .img-box {
  overflow: hidden;
  background: rgba(0, 0, 0, .9);
}

.piclist5 .img-box img {
  transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
  -moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
  -o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
}

.piclist5:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
  opacity: .5
}

/* 浮动图片上 */
.piclist3-item .piclist3-profile {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.piclist3-item .piclist3-profile img {
  width: 100%;
  height: auto;
}

.piclist3-item .piclist3-profile figcaption {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.piclist3-item .piclist3-profile figcaption .details {
  position: absolute;
  top: 30%;
}

.piclist3-item .piclist3-profile figcaption .content-white {
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  width: 65%;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.piclist3-item .piclist3-profile figcaption .orange-line {
  margin: 12px auto 6px;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.piclist3-item .piclist3-profile:hover figcaption {
  opacity: 1;
}

.piclist3-item .piclist3-profile:hover .orange-line {
  width: 62px;
  margin: 12px auto 6px;
  width: 52px;
  height: 1px;
  background: #e50012;
}

.piclist3-item .piclist3-profile:hover figcaption .content-white {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.piclist3-item .piclist3-profile:hover .social a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.piclist3-item .social {
  text-align: center;
  margin-top: 15px;
}

.piclist3-item .social ul li {
  display: inline-block;
}

.piclist3-item .social ul li a {
  font-size: 20px;
  line-height: normal;
  outline: none;
  border-radius: 50%;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  margin: 0px;
  background: #e50012 none repeat scroll 0 0;
  border: 1px solid #e50012;
}

.piclist3-item .social a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.piclist3-item .social a:hover {
  background: transparent;
}

.piclist3-item .info {
  padding: 15px 0px;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #e4e4e4;
}

/* 浮动图片上 shop.html */
.piclist4 .piclist4-inner {
  overflow: hidden;
  position: relative;
  background-color: #fff
}

.piclist4:hover .piclist4-inner {
  z-index: 2;
  box-shadow: 0 15px 15px rgba(0, 0, 0, .08)
}

.piclist4 .piclist4-top {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px
}

.piclist4 .piclist4-top .new {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  float: left;
  line-height: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  padding: 0 5px;
  text-align: center;
  background-color: #e50012;
  color: #fff;
  position: relative
}

.piclist4 .piclist4-info {
  text-align: center;
  position: relative
}

.piclist4 .piclist4-info .piclist4-name {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0
}

.piclist4 .piclist4-info .piclist4-name a {
  color: #333
}

.piclist4 .piclist4-thumb {
  margin-bottom: 15px;
  position: relative;
  text-align: center
}

.piclist4 .piclist4-thumb-group {
  position: absolute;
  bottom: 30px;
  width: 100%
}

.piclist4 .piclist4-thumb-group .social {
  text-align: center
}

.piclist4 .piclist4-thumb-group .social ul li {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #333;
  margin: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  color: #666;
  position: relative !important;
  vertical-align: top;
  display: inline-block
}

.piclist4 .piclist4-thumb-group .social ul li {
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  background-color: #fff;
  color: #666
}

.piclist4 .piclist4-thumb-group .social ul li a i {
  color: #333
}

.piclist4:hover .piclist4-thumb-group .social ul li {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.piclist4:hover .piclist4-thumb-group .social ul li {
  opacity: 1;
  visibility: visible
}

.piclist4 .piclist4-thumb-group .social ul li:hover {
  background-color: #e50012;
  border: 1px solid #e50012
}

.piclist4 .piclist4-thumb-group .social ul li:hover i {
  color: #fff
}






.newslist {
  margin: 0px 0px;
}

.newslist dl dt {
  font-size: 16px;
  padding: 0px 0px 10px 0px;
}

.newslist dl dd.riqi {
  color: #999;
  margin-bottom: 10px;
}

.newslist dl dd.riqi::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 10px 0px 0px 0px;
}

.newslist dl dd.pic {
  padding-bottom: 10px;
}

.newslist dl dd.txt {
  color: #666;
  margin-bottom: 10px;
}

.newslist dl dd.more {
  padding-bottom: 15px;
}

.newslist dl dd.more a {
  border: 1px solid #cdcdcd;
  padding: 6px 15px;
  color: #333333;
  display: inline-block;
}

.newslist dl dd.more a:hover {
  background: #e50012;
  color: #fff;
  border: 1px solid #e50012;
}

.newslist ul li {
  font-size: 16px;
  border-bottom: 1px dashed #f0f0f0;
  padding: 15px 0px;
}

.newslist ul li span {
  color: #999;
  padding-right: 20px;
}

.newslist2 {
  margin: 15px 0px 0px 0px;
}

.newslist2 dl dt {
  font-size: 16px;
  padding: 0px 0px 10px 0px;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

.newslist2 dl dd.riqi {
  color: #999;
  margin-bottom: 10px;
}

.newslist2 dl dd.riqi::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 10px 0px 0px 0px;
}

.newslist2 dl dd.pic {
  padding-bottom: 10px;
}

.newslist2 dl dd.txt {
  color: #666;
  margin-bottom: 10px;
}

.newslist2 dl dd.more {}

.newslist2 dl dd.more a {
  border: 1px solid #cdcdcd;
  padding: 6px 15px;
  color: #333333;
  display: inline-block;
}

.newslist2 dl dd.more a:hover {
  background: #e50012;
  color: #fff;
  border: 1px solid #e50012;
}

/* 浮动图片上 */
.newslist3 {
  position: relative;
  margin: 15px 0px;
}

.newslist3 .text {
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 30px 20px;
  opacity: .9
}

.newslist3 .text h3 {
  font-size: 16px;
  padding: 0px 0px 10px 0px;
}

.newslist3 .text .riqi {
  color: #fff;
  margin-bottom: 10px;
}

.newslist3 .text .riqi::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 10px 0px 0px 0px;
}

/* 左侧日期固定宽度 */
.newslist4 {}

.newslist4 .post {
  position: relative;
  padding-left: 140px;
  margin-bottom: 20px
}

.newslist4 .post .desc-title {
  position: relative;
  top: -4px;
  font-size: 16px;
  padding: 0px 0px 10px 0px;
}

.newslist4 .post .desc-txt {
  position: relative;
  top: -4px;
  line-height: 24px
}

.newslist4 .post .desc-title a {
  color: #333333;
  font-size: 16px;
}

.newslist4 .post .desc-title a:hover {
  transition: .5s;
  color: #e50012
}

.newslist4 .post .post-riqi {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  border: 2px solid #333333;
  text-align: center;
  padding: 15px 0px;
}

.newslist4 .post .post-riqi span {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
}

/* 单页（关于我们/联系我们） */
.detail-single {
  padding-bottom: 20px;
}

.detail-single p {
  padding: 10px 0px;
}

.detail-single img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto !important;
}

.detail-single .table tr th {
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #333333;
  background: #e3e3e3;
  text-align: center;
  vertical-align: middle;
}

.detail-single .table tr td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

/* 详情页（产品proshow.html/新闻newsshow.html） */
.detail-title h3 {
  font-size: 24px;
  text-align: center;
}

.detail-title h3 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  line-height: 32px;
  border-bottom: 1px solid #e0e0e0;
  margin: 10px 0px;
}

.detail-content {
  padding-bottom: 20px;
}

.detail-content p {
  padding: 10px 0px;
}

.detail-content img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto !important;
}

.detail-content .table tr th {
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #333333;
  background: #e3e3e3;
  text-align: center;
  vertical-align: middle;
}

.detail-content .table tr td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

.detail-pre-next {
  padding-bottom: 30px;
}

.detail-pre-next ul li {
  color: #999;
}

.detail-pre-next ul li a {
  color: #666;
}


/* 产品详情左侧图片、右侧标题和说明参数 */
.proshow02 {}

.proshow02-title {
  font-size: 24px;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0px;
}

.proshow02-overview {
  padding: 20px 0px;
}

.proshow02-overview p {
  color: #666;
}

.proshow02-btn {
  margin-bottom: 20px;
}

.proshow02-btn a {
  background: #e50012;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  display: inline-block;
}

.proshow02-tel {
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}

.proshow02-tel span {
  font-family: impact;
  padding: 0 10px 0px 10px;
  font-size: 24px;
  color: #e50012;
}

/* 产品详情-详情说明 */
.proshow03 {
  padding: 20px 0px;
}

.proshow03-title {
  border-bottom: 1px solid #f2f2f2;
}

.proshow03-title span {
  background: #e50012;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  display: inline-block;
}

.proshow03-content {
  padding: 20px 0px;
}

.proshow03-content img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto !important;
}

.proshow03-content .table tr th {
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #333333;
  background: #e3e3e3;
  text-align: center;
  vertical-align: middle;
}

.proshow03-content .table tr td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}


/* 产品详情左侧图片多图片展示 */
.w {
  width: 100%;
  height: 100%
}

.leftBox {
  float: left
}

.normalBox {
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2
}

.normalBox .w {
  display: none
}

.botBox {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: 10px 0
}

.botBox ul li {
  float: left;
  width: 20%;
  height: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
  cursor: pointer;
}

.botBox ul li img {
  opacity: .5;
}

.botBox ul li:last-child {
  margin-right: 0px;
}

.bord {
  border-color: #e50012 !important;
  opacity: 1 !important
}

.bord img {
  opacity: 1 !important;
}

.moveBox {
  width: 200px;
  height: 200px;
  background: rgba(222, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: move
}

.magBox {
  width: 540px;
  height: 540px;
  border: 1px solid #f2f2f2;
  position: relative;
  float: left;
  overflow: hidden;
  display: none
}

.magBox ul li {
  display: none;
  position: absolute;
  top: 0;
  left: 0
}

#n,
.m {
  display: block !important;
}

.box {
  width: 110px;
  margin: auto
}

/* 首页产品应用解决方案 */
.index-sol {}

.index-sollist {
  background: #f9f9f9;
  padding: 30px 0px;
}

.index-sollist h2 {
  font-size: 18px;
  color: #000;
}

.index-sollist h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #e50012;
  margin: 10px auto 10px auto;
}

.index-sollist p {
  color: #666
}

.index-sollist h3 img {
  width: 70px !important;
  height: 70px;
  margin: 0 auto 20px auto;
}

/* 首页产品推荐 */
.indrx-tjpro-bg {
  background: #f0f0f0;
}

.index-tjpro-title {
  background: #999999;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.index-tjpro-nr {
  border: 1px solid #e0e0e0;
  border-left-width: 0;
  background: #fff;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.index-tjpro-nr img {
  vertical-align: bottom;
}

.index-tjpro-nr ul li a {
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 5px 10px;
}

.index-tjpro-nr ul li a:hover {
  background: #e50012;
  border: 1px solid #e50012;
  color: #fff;
}

/* 首页应用方案 */
.taba {
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.taba ul {
  border-bottom: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.taba ul li {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 36px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.taba ul li.current {
  color: #e50012;
  border-bottom: 3px solid #e50012;
}

.taba ul li:last-child {
  margin-right: 0px;
}

.taba-c {
  clear: both;
}

.taba-c .tabacontent {
  display: none;
  margin: 30px 0px;
}

/* 内页应用方案 */
.tabb {
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.tabb ul {
  border-bottom: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.tabb ul li {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 36px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.tabb ul li.current {
  color: #e50012;
  border-bottom: 3px solid #e50012;
}

.tabb ul li:last-child {
  margin-right: 0px;
}

.tabb-c {
  clear: both;
}

.tabb-c .tabbcontent {
  display: none;
  margin: 30px 0px;
}

/* 内页客户成功 */
.tabc {
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.tabc ul {
  border-bottom: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.tabc ul li {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 36px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.tabc ul li.current {
  color: #e50012;
  border-bottom: 3px solid #e50012;
}

.tabc ul li:last-child {
  margin-right: 0px;
}

.tabc-c {
  clear: both;
}

.tabc-c .tabccontent {
  display: none;
  margin: 30px 0px;
}


.index-piclist-app {
  text-align: center;
}

.index-piclist-app .txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
  transition: 0.35s ease-in-out;
  z-index: 2;
}

.index-piclist-app .txt .txt-content {
  text-align: center;
  position: relative;
  top: calc((100% - 18rem)/2);
  color: #fff;
}

.index-piclist-app .txt .txt-content h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 20px 10px 15px 10px;
}

.index-piclist-app .txt .txt-content a:hover {
  background: #1175c2;
  color: #fff;
}

.index-piclist-app .txt .txt-content p.word {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.index-piclist-app .txt .txt-content p.more {
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 0px 10px;
  display: inline-block;
}

.index-piclist-app .img-box {
  overflow: hidden;
  background: rgba(0, 0, 0, 1);
}

.index-piclist-app .img-box img {
  transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
  -moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
  -o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
  opacity: .5;
}

.index-piclist-app:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
  opacity: .5
}

.index-piclist-app:hover .txt .txt-content p.more {
  background: #e50012;
  border: 1px solid #e50012;
  color: #fff;
}

/* 首页我们的客户 */
.index-par {
  margin: 15px 0px;
}

.index-par img {
  border: 1px solid #f0f0f0;
}

/* index-about关于我们 */
.index-about-bg {
  background: url(../image/index-about-bg.jpg) top center repeat-y;
}

.index-about {
  padding: 50px 50px;
}

.index-about-title h2 {
  font-size: 32px;
  font-weight: bold;
  padding: 0px 0 30px 0px;
}

.index-about-title h2 span {
  display: block;
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.index-about-nr {
  padding-bottom: 20px;
}

.index-about-nr p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-bottom: 10px;
}

.index-about-more {}

.index-about-more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.index-about-more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/* - ad01 - */
.ad01 {
  background: url(https://www.yonchang.cn/Public/index/images/background-image.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed
}

.ad01:before {
  content: '';
  background: rgba(30, 36, 52, .7);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  right: 0;
  clear: both
}

.ad01 {
  text-align: center
}

.ad01 .ad01-content h1 {
  color: #fff;
  padding-top: 0;
  margin-top: 0;
  font-size: 32px;
}

.ad01 .ad01-content p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  padding-top: 9px;
}

.ad01 .buttons .sim-button.button6.yellowbtn {
  background: #262626;
  margin-top: 25px
}

.ad01 .buttons .sim-button.button6.yellowbtn :hover {
  background: #e50012
}

/*- index-choose营销样式 -*/
.index-choose {}

.index-choose .post {
  position: relative;
  min-height: 90px;
  padding-left: 80px;
  margin: 40px 30px;
}

.index-choose .post .post-thumb {
  position: absolute;
  left: 0;
  top: 9px;
  width: 70px;
  height: 70px;
  font-family: impact;
  font-size: 48px;
  color: #e50012;
}

.index-choose .post .post-thumb img {
  display: block;
  width: 100%;
  border-radius: 10px
}

.index-choose .post .desc-title {
  position: relative;
  top: 0px;
  line-height: 24px
}

.index-choose .post .desc-title {
  color: #e50012;
  font-size: 24px;
  padding-bottom: 10px;
}

.index-choose .post .desc-text {
  position: relative;
  top: 0px;
  line-height: 24px
}




/* FOOTER 底部*/
footer .footer-bg {
  background: #242424;
  color: #fff;
}

footer .footer-logo-contact {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-logo {}

footer .footer-logo img {
  width: 50px;
  height: auto;
}

footer .footer-contact {}

footer .footer-contact h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  margin-top: 10px;
}

footer .footer-contact-nr {
  padding: 20px 0px;
}

footer .footer-contact-nr p {
  padding-bottom: 14px;
  line-height: 22px;
  font-size: 14px;
  color: #a7a7a7 !important;
}

footer .footer-contact-nr p span {
  display: block;
  color: #a7a7a7;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
}

footer .footer-qrcode {
  padding: 0 20px;
}

footer .footer-qrcode h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  padding: 0px 0px 10px 0px;
}

footer .footer-qrcode img {
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 3px;
}

footer .footer-qrcode p {
  font-size: 14px;
  padding: 0px 0px;
  clear: both;
  color: rgba(255, 255, 255, 0.5);
}

footer .footer-list {
  padding: 0px 0px;
}

footer .footer-list h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  padding: 0px 0px 10px 0px;
}

footer .footer-list ul {
  padding: 0
}

footer .footer-list ul li {
  list-style: none;
  font-size: 14px;
  padding: 0px 0px;
  clear: both;
  color: #dbdbdb
}

footer .footer-copyright-bg {
  background: #333;
  color: #fff;
}

footer .footer-copyright {
  padding: 10px 0;
  color: #878787;
  text-align: center
}

footer .footer-copyright a {
  color: #878787;
}

footer .footer-copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .footer-copyright p {
  display: inline-block;
}

footer a {
  color: rgba(255, 255, 255, 0.5);
}

footer a:hover {
  color: #e50012;
  text-decoration: none
}


/* 在线留言表单 */
.feedback-title {}

.feedback-title h4 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.feedback-form {
  clear: both;
  overflow: hidden;
}

.feedback-form .form-label {
  position: relative;
  margin-bottom: 20px
}

.feedback-form .form-label input,
.feedback-form .form-label textarea {
  background: #fff;
  width: 100%;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  font-size: 14px;
  outline: 0;
  padding: 0px 30px;
  border: 1px solid #f0f0f0;
  box-shadow: none
}

.feedback-form .form-label input:focus,
.feedback-form .form-label textarea:focus {
  box-shadow: none
}

.feedback-form .form-label input {
  height: 46px
}

.feedback-form .form-label textarea {
  padding: 14px 0 0 30px;
  height: 178px;
  resize: none
}

.feedback-form .form-label .form-btn {
  font-size: 16px;
  line-height: 1;
  padding: 15px 0px;
  background: #e50012;
  color: #fff;
  border: 0 none;
  cursor: pointer;
  width: 100px;
  text-align: center;
}


/*幕帘*/
.curtain {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #333333;
  z-index: 1001;
  top: 0;
  left: 0;
  opacity: .8;
  transform: scaleY(-1);
}

/*弹窗*/
.popup {
  position: fixed;
  max-width: 300px;
  right: 0;
  left: 0;
  z-index: 1002;
  display: none;
  overflow: auto;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 0px;
  flex-direction: column;
  align-items: center
}

/*二维码*/
.codeCard {
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.codeCard img {
  width: auto;
  height: auto;
}

/*accordeon (hr.html/faq.html)*/
.tt-accordeon {
  position: relative
}

.tt-accordeon-title {
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #262626;
  padding: 15px 55px 15px 20px;
  cursor: pointer;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 5px
}

.tt-accordeon-title.active {
  margin-bottom: 0
}

.tt-accordeon-title:after {
  position: absolute;
  content: "\f067";
  top: 50%;
  right: 0;
  margin-top: -26px;
  width: 0;
  height: 0;
  font-family: FontAwesome;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  background: #e50012;
  width: 57px;
  height: 51px;
  padding: 23px;
  padding-top: 16px;
  color: #fff
}

.tt-panel {
  display: none;
  background-color: #f4f4f4;
  padding: 25px 25px;
  border-top: 0;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px
}

.tt-accordeon-title.active:after {
  position: absolute;
  content: "\f068";
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear
}

.tt-panel.tt-panel-open {
  display: block
}



/*-----------------------------------------------------云产品（SAAS） 云ERP*/

/*pro01-YonSuite*/
/*五大先进性*/
.tabd {
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.tabd ul {
  border-bottom: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.tabd ul li {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 36px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.tabd ul li.current {
  color: #e50012;
  border-bottom: 3px solid #e50012;
}

.tabd ul li:last-child {
  margin-right: 0px;
}

.tabd-c {
  clear: both;
}

.tabd-c .tabdcontent {
  display: none;
  margin: 30px 0px;
}

.yonsuite-fivelist {
  background: #f0f0f0;
  border-radius: 15px;
}

.yonsuite-fivelist img {
  margin: 0 auto;
}

.yonsuite-fivelist dl {
  padding: 50px 30px 30px 15px;
}

.yonsuite-fivelist dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

.yonsuite-fivelist dl dd.txt {
  padding-bottom: 30px;
}

.yonsuite-fivelist dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.yonsuite-fivelist dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*12大领域场景*/
.yonsuite-lycj-bg {
  background: #f0f0f0;
}

.yonsuite-lycj {
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding: 30px 25px;
  margin: 15px 0px;
  background: #fff;
  min-height: 206px;
}

.yonsuite-lycj .lycj-icon {
  width: 52px;
  height: 52px;
  display: block;
  margin-right: 20px;
}

.yonsuite-lycj .lycj-icon img {
  width: 52px;
  height: 52px;
}

.yonsuite-lycj .lycj-nr {
  flex-grow: 1;
}

.yonsuite-lycj .lycj-nr h2 {
  font-size: 24px;
  font-weight: bold;
}

.yonsuite-lycj .lycj-nr h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: rgba(229, 0, 18, 1);
  margin: 10px 0 10px 0;
}

.yonsuite-lycj .lycj-nr p {
  color: #666;
}

.yonsuite-lycj:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.ny-progk img {
  margin: 0 auto;
}

.ny-progk dl dd.txt {
  padding-bottom: 30px;
}

.ny-progk dl dd.txt p {
  padding: 10px 0px;
}

.ny-progk dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.ny-progk dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

.ny-proys-bg {
  background: #f0f0f0;
}

.proys {
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding: 30px 25px;
  margin: 15px 0px;
  background: #fff;
  min-height: 206px;
}

.proys .proys-icon {
  width: 52px;
  height: 52px;
  display: block;
  margin-right: 20px;
}

.proys .proys-nr {
  flex-grow: 1;
}

.proys .proys-nr h2 {
  font-size: 24px;
  font-weight: bold;
}

.proys .proys-nr h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: rgba(229, 0, 18, 1);
  margin: 10px 0 10px 0;
}

.proys .proys-nr p {
  color: #666;
}

.proys:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.ny-prognjs-bg {
  background: #f0f0f0;
}

.ny-prognjs img {
  margin: 0 auto;
}

.ny-prognjs dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

.ny-prognjs dl dd.txt {
  padding-bottom: 30px;
}

.ny-prognjs dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.ny-prognjs dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*YonBIP*/
/*YonBIP 是什么？*/
.yonbip-list01 {
  text-align: center;
  border: 1px solid #dfdfdf;
  padding: 30px 30px;
  min-height: 330px;
}

.yonbip-list01 dl dt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}

.yonbip-list01 dl dd.pic img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.yonbip-list01 dl dd.txt {}

/*YonBIP 用友商业创新平台*/
.yonbip-yysycxpt-bg {
  background: #f0f0f0;
}

.yonbip-yysycxpt-bg img {
  margin: 0 auto;
}

.yonbip-yysycxpt {
  text-align: center;
  padding-bottom: 30px;
}

.yonbip-yysycxpt.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.yonbip-yysycxpt.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*YonBIP 领先技术*/
.yonbip-lxjs {
  padding-top: 50px;
}

.yonbip-lxjs dl {
  padding: 5px 0px;
}

.yonbip-lxjs dl dt {
  font-weight: bold;
  color: #e50012;
  margin-bottom: 5px;
}

.yonbip-lxjs dl dt img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.yonbip-lxjs dl dd {
  padding-left: 22px;
}

/*YonBIP 全新架构*/
.yonbip-qxjg-bg {
  background: #f0f0f0;
}

.yonbip-qxjg-bg img {
  width: 100%;
  height: auto;
}

.yonbip-qxjg dl {
  padding: 50px 0px;
}

.yonbip-qxjg dl dt {
  border-left: 4px solid rgba(229, 0, 18, 1);
  padding-left: 10px;
  margin-bottom: 10px;
}

.yonbip-qxjg dl dd.txt {
  padding-bottom: 30px;
}

.yonbip-qxjg dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.yonbip-qxjg dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*pro01-U9Cloud*/
/*u9cloud 数智化创新价值*/
.u9cloud-szhcxjz-bg {
  background: #f0f0f0;
}

.u9cloud-szhcxjz-bg img {
  margin: 0 auto;
}

.u9cloud-szhcxjz {
  text-align: center;
  padding-top: 30px;
}

.u9cloud-szhcxjz.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.u9cloud-szhcxjz.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*u9cloud 数智制造核心场景*/
.tabe {
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.tabe ul {
  border-bottom: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.tabe ul li {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 36px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.tabe ul li.current {
  color: #e50012;
  border-bottom: 3px solid #e50012;
}

.tabe ul li:last-child {
  margin-right: 0px;
}

.tabe-c {
  clear: both;
}

.tabe-c .tabecontent {
  display: none;
  margin: 30px 0px;
}


/*领域云-lyy-caiwu 数智财务*/
/*实时会计 智能财务*/
.proly-list01 {
  text-align: center;
  border: 1px solid #dfdfdf;
  padding: 30px 30px;
  min-height: 375px;
}

.proly-list01 img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.proly-list01 dl dt {
  padding: 10px 0px;
}

.proly-list01 dl dd.txt {
  padding-bottom: 30px;
}

.proly-list01 dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.proly-list01 dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*客户价值*/
.proly-khjz {
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding: 30px 25px;
  margin: 15px 0px;
  background: #fff;
  border: 1px solid #dfdfdf;
  min-height: 250px;
}

.proly-khjz img {
  width: 44px;
  height: 44px;
}

.proly-khjz .khjz-icon {
  width: 52px;
  height: 52px;
  display: block;
  margin-right: 20px;
}

.proly-khjz .khjz-nr {
  flex-grow: 1;
}

.proly-khjz .khjz-nr h2 {
  font-size: 24px;
  font-weight: bold;
}

.proly-khjz .khjz-nr h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: rgba(229, 0, 18, 1);
  margin: 10px 0 10px 0;
}

.proly-khjz .khjz-nr p.txt {
  color: #666;
  padding-bottom: 30px;
}

.proly-khjz:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.proly-khjz .khjz-nr p.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.proly-khjz .khjz-nr p.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*场景化应用*/
.proly-cjhyy-bg {
  background: #f0f0f0;
}

.proly-cjhyy img {
  margin: 0 auto;
}

.proly-cjhyy dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

.proly-cjhyy dl dd.txt {
  padding-bottom: 30px;
}

.proly-cjhyy dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.proly-cjhyy dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*小微企业云*/
/*xwqyy-hkj 好会计*/
/*身为财务人员，您是否正在经历...*/
.xwqyy-list01 {
  border: 1px solid #dfdfdf;
}

.xwqyy-list01 dl dt {
  padding: 10px 20px;
}

.xwqyy-list01 dl dd.txt {
  padding: 0px 20px 20px 20px;
}

.xwqyy-list01 dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqyy-list01 dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*好会计—智能云财务助力会计转型*/
.xwqyy-kjzx-bg {
  background: #f0f0f0;
}

.xwqyy-kjzx img {
  margin: 0 auto;
}

.xwqyy-kjzx dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

.xwqyy-kjzx dl dd.txt {
  padding-bottom: 30px;
}

.xwqyy-kjzx dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqyy-kjzx dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*好会计为您提供财务管理一体化服务*/
.xwqyy-ythfw-bg {
  background: url(../image/goods-bg3.jpg) no-repeat bottom center;
  background-attachment: fixed;
}

.xwqyy-ythfw {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 30px 30px;
  margin: 20px 0px 20px 0px;
  text-align: center;
}

.xwqyy-ythfw dl dt {
  padding: 10px 0px;
  font-size: 24px;
  font-weight: bold;
}

.xwqyy-ythfw dl dd.txt {
  padding-bottom: 30px;
}

.xwqyy-ythfw dl dd.pic img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.xwqyy-ythfw dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqyy-ythfw dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*选择畅捷通好会计的理由*/
.xwqyy-xzly {
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding: 30px 25px;
  margin: 15px 0px;
  background: #fff;
  min-height: 206px;
}

.xwqyy-xzly .xzly-icon img {
  width: 52px;
  height: 52px;
  display: block;
  margin-right: 20px;
}

.xwqyy-xzly .xzly-nr {
  flex-grow: 1;
}

.xwqyy-xzly .xzly-nr h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.xwqyy-xzly .xzly-nr p {
  color: #666;
}

.xwqyy-xzly:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/*xwqyy-hyc 好业财*/
/*企业管理三大难点*/
.xwqyy-hyclist01 {
  border: 1px solid #dfdfdf;
}

.xwqyy-hyclist01 dl dt {
  padding: 10px 20px;
}

.xwqyy-hyclist01 dl dd.txt {
  padding: 0px 20px 20px 20px;
  min-height: 90px;
}

.xwqyy-hyclist01 dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqyy-hyclist01 dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*好业财 业财税一体化管理软件*/
.xwqyy-yth-bg {
  background: #f0f0f0;
}

.xwqyy-yth img {
  margin: 0 auto;
}

.xwqyy-yth dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

.xwqyy-yth dl dd.txt {
  padding-bottom: 30px;
}

.xwqyy-yth dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqyy-yth dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

.xwqyy-bdbk-bg {
  background: #f0f0f0;
}

.xwqyy-bdbk-bg img {
  margin: 0 auto;
}

/*xwqyy-ydz 易代账*/
/*易代账相比其他软件的优势*/
.xwqyy-ydz-bg {
  background: #f0f0f0;
}

.xwqyy-ydz-bg img {
  margin: 0 auto;
}

/*易代账，智能财税一体化解决方案*/
.xwqyy-ythjjfa-bg {
  background: #f0f0f0;
}

.xwqyy-ythjjfa img {
  margin: 0 auto;
}

.xwqyy-ythjjfa dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

.xwqyy-ythjjfa dl dd.txt {
  padding-bottom: 30px;
}

.xwqyy-ythjjfa dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqyy-ythjjfa dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*易代账-用友旗下品牌，秉承用友33年财务专业能力*/
.xwqyy-cwzynl {
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding: 30px 25px;
  margin: 15px 0px;
  background: #fff;
  min-height: 206px;
}

.xwqyy-cwzynl .cwzynl-icon img {
  width: 52px;
  height: 52px;
  display: block;
  margin-right: 20px;
}

.xwqyy-cwzynl .cwzynl-nr {
  flex-grow: 1;
}

.xwqyy-cwzynl .cwzynl-nr h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.xwqyy-cwzynl .cwzynl-nr p {
  color: #666;
}

.xwqyy-cwzynl:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/*xwqyy-hsy 好生意*/
/*批零企业三大困难 有困难更有潜力*/
.xwqyy-hsylist01 {
  border: 1px solid #dfdfdf;
}

.xwqyy-hsylist01 dl dt {
  padding: 10px 20px;
}

.xwqyy-hsylist01 dl dd.txt {
  padding: 0px 20px 20px 20px;
  min-height: 90px;
}

.xwqyy-hsylist01 dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqyy-hsylist01 dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*xwqyy-tcloud T+Cloud*/
/*您是否遇到这样的管理问题？*/
.xwqyy-tcloudlist {
  text-align: center;
}

.xwqyy-tcloudlist .txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  transition: 0.35s ease-in-out;
  z-index: 2;
}

.xwqyy-tcloudlist .txt .txt-content {
  text-align: center;
  position: relative;
  top: calc((100% - 18rem)/2);
  color: #fff;
}

.xwqyy-tcloudlist .txt .txt-content h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 20px 10px 20px 10px;
}

.xwqyy-tcloudlist .txt .txt-content a:hover {
  background: #1175c2;
  color: #fff;
}

.xwqyy-tcloudlist .txt .txt-content p.word {
  font-size: 12px;
  margin-bottom: 10px;
}

.xwqyy-tcloudlist .img-box {
  overflow: hidden;
  background: rgba(0, 0, 0, 1);
  border-radius: 8px;
}

.xwqyy-tcloudlist .img-box img {
  transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
  -moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
  -o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
}

.xwqyy-tcloudlist:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

/*T+Cloud——成就创新创业企业*/
.xwqyy-cjcxcyqy-bg {
  background: #f0f0f0;
}

.xwqyy-cjcxcyqy img {
  margin: 0 auto;
}

.xwqyy-cjcxcyqy dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

.xwqyy-cjcxcyqy dl dt span {
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 16px;
}

.xwqyy-cjcxcyqy dl dd.txt {
  padding-bottom: 20px;
}

.xwqyy-cjcxcyqy dl dd.txt p {
  padding-bottom: 10px;
}

.xwqyy-cjcxcyqy dl dd.txt02 {
  font-size: 12px;
  border-top: 1px dashed #cdcdcd;
  padding-bottom: 30px;
  padding-top: 20px;
}

.xwqyy-cjcxcyqy dl dd.txt02 p.qm {
  text-align: right;
  font-weight: bold;
}

.xwqyy-cjcxcyqy dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqyy-cjcxcyqy dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/*T+Cloud 应用架构*/
.xwqyy-yyjg-bg {
  background: #f0f0f0;
}

.xwqyy-yyjg-bg img {
  margin: 0 auto;
}

.xwqyy-yyjg {
  text-align: center;
  padding-bottom: 30px;
}

.xwqyy-yyjg.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqyy-yyjg.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}



/*-----------------------------------------------------软件-按领域 pro02-caiwu*/
.proly-fwjg img {
  margin: 0 auto;
}

.proly-fwcj-bg {
  background: url(../image/goods-bg3.jpg) no-repeat bottom center;
  background-attachment: fixed;
}

.proly-fwcj {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 30px 30px;
  min-height: 330px;
  margin: 20px 0px 20px 0px;
}

.proly-fwcj dl dt {
  padding: 10px 0px;
}

.proly-fwcj dl dt::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: rgba(229, 0, 18, 1);
  margin: 10px 0 10px 0;
}

.proly-fwcj dl dd.txt {
  padding-bottom: 30px;
}

.proly-fwcj dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.proly-fwcj dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}

/* aly-caigou.html 采购云 服务场景 */
.tabf {
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.tabf ul {
  border-bottom: 1px solid #f0f0f0;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.tabf ul li {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 36px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.tabf ul li.current {
  color: #e50012;
  border-bottom: 3px solid #e50012;
}

.tabf ul li:last-child {
  margin-right: 0px;
}

.tabf-c {
  clear: both;
}

.tabf-c .tabfcontent {
  display: none;
  margin: 30px 0px;
}

.aly-caigoulist-bg {
  background: url(../image/goods-bg3.jpg) no-repeat bottom center;
  background-attachment: fixed;
}

.aly-caigoulist {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 30px 30px;
  min-height: 330px;
  margin: 20px 0px 20px 0px;
}

.aly-caigoulist dl dt {
  padding: 10px 0px;
}

.aly-caigoulist dl dt::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: rgba(229, 0, 18, 1);
  margin: 10px 0 10px 0;
}

.aly-caigoulist dl dd.txt {
  padding-bottom: 30px;
  min-height: 200px;
}

.aly-caigoulist dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.aly-caigoulist dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}


/*小微企业-畅捷通*/
.xwqy-cjt-bg {
  background: #f9f9f9;
}

.xwqy-cjt img {
  margin: 0 auto;
}

.xwqy-cjt dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

.xwqy-cjt dl dd.txt {
  padding-bottom: 30px;
}

.xwqy-cjt dl dd.more a {
  background: rgba(229, 0, 18, 1);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.xwqy-cjt dl dd.more a:hover {
  background: rgba(229, 0, 18, 0.8);
  color: #fff;
  display: inline-block;
}



.sollist {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding: 0px 0px;
  margin: 15px 0px;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.sollist .sollist-pic {
  display: block;
  width: 140px;
  margin-right: 20px;
}

.sollist .sollist-pic img {
  width: 140px;
  height: 140px;
  vertical-align: bottom;
}

.sollist .sollist-nr {
  flex-grow: 1;
  padding: 0px 20px 0px 0px;
}

.sollist .sollist-nr h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0px 10px 0px;
}

.sollist .sollist-nr p {
  color: #666;
}

.sollist:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sollist:hover h2 {
  color: #e50012;
}

.caselist {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding: 0px 0px;
  margin: 15px 0px;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.caselist .caselist-pic {
  display: block;
  width: 300px;
  margin-right: 20px;
}

.caselist .caselist-pic img {
  width: 300px;
  height: 225px;
  vertical-align: bottom;
}

.caselist .caselist-nr {
  flex-grow: 1;
  padding: 0px 20px 0px 0px;
}

.caselist .caselist-nr h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0px 10px 0px;
}

.caselist .caselist-nr p.txt {
  color: #666;
  padding-bottom: 20px;
}

.caselist .caselist-nr p.more {
  background: #fff;
  border: 1px solid #333;
  color: #333;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 30px;
  display: inline-block;
}

.caselist:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.caselist:hover h2 {
  color: #e50012;
}

.caselist:hover p.more {
  background: #e50012;
  border: 1px solid #e50012;
  color: #fff;
}