@charset "UTF-8";
#bannerBox {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  height: 500px;
  letter-spacing: 1px;
  overflow: hidden;
}

#bannerBox #B-background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#B-background > p {
  height: 100%;
  background-color: #3297de;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#B-background > p.on {
  display: block;
}

#bannerBox .B-Content {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}

.B-Content .B-TxtBox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#bannerBox .Bsun {
  position: relative;
}

.B-TxtBox .B-Image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  text-align: right;
}

.B-TxtBox .B-Txt {
  display: table;
  position: relative;
  z-index: 2;
  float: left;
  height: 100%;
  width: 50%;
  text-align: left;
  padding-top: 20px;
}

.B-TxtBox .B-Txt > div {
  display: table-cell;
  vertical-align: middle;
}

.B-Txt .B-Text {
  position: relative;
  z-index: 1;
  width: 100%;
}

.B-Txt .B-Text .B-Title {
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 20px;
  position: relative;
}

.B-Txt .B-Text .B-Title .B-Tip {
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
}

.B-Txt .B-Text .B-Title1 {
  display: block;
  color: #fafafa;
  font-size: 24px;
  margin-bottom: 20px;
}

.B-Txt .B-Text .B-Title2 {
  line-height: 200%;
  overflow: hidden;
}

.B-Txt .B-Text .B-Title2 h4 {
  display: inline-block;
  width: 400px;
}

.B-Txt .B-Btn a {
  display: block;
  margin-top: 20px;
  width: 120px;
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: center;
}

.B-Txt .B-Btn a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.TB1 .B-Txt {
  float: none;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

.TB1 .B-Txt .B-Text {
  margin-bottom: 40px;
}

.TB1 .B-Txt .B-Text .B-Title {
  margin-top: 40px;
  letter-spacing: 5px;
  font-size: 48px;
}

.TB1 .B-Txt .B-Btn a {
  margin: 0 auto;
}

#B-SliderBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 66;
  height: 20px;
  cursor: default;
  text-align: center;
  white-space: nowrap;
}

#B-SliderBox li {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 6px;
  margin: 0 4px;
  border-radius: 12px;
  transition-duration: 0.2s;
  background-color: #e0e0e0;
  background-color: rgba(255, 255, 255, 0.4);
}

#B-SliderBox li.on {
  width: 24px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

/*************************新闻************************/
.news-bar {
  background-color: #f0f0f0;
  color: #404040;
}

.auto {
  height: 60px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 60px;
  position: relative;
}

.news-left {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  background: url(../images/news.png) no-repeat left center;
}

.news-left .news-list {
  position: relative;
  transition-duration: 0.2s;
}

.news-left .news-list p {
  width: 100%;
  position: relative;
  animation: gotop_tran 0.2s 1;
}

.news-left .news-list p a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 54px;
}

.news-left .news-list p a:hover {
  color: #2e87c7;
}

.news-left .news-date {
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
}

.news-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
}

#prev-news, #next-news {
  width: 100%;
  height: 50%;
  cursor: pointer;
}

#prev-news {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/new_btn.png) no-repeat;
}

#prev-news:hover {
  background: url(../images/new_btn.png) no-repeat -30px 0;
}

#next-news {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/new_btn.png) no-repeat 0 -30px;
}

#next-news:hover {
  background: url(../images/new_btn.png) no-repeat -30px -30px;
}

@keyframes gotop_tran {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
.user {
  width: 1200px;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.user > div {
  color: #666;
  height: 120px;
  font-size: 16px;
  text-align: center;
}

.user span {
  font-size: 32px;
  color: #3ec282;
  margin: 0 5px;
}

.user > .user_left {
  width: 40%;
  float: left;
}

.user_1 {
  padding: 15px 0;
}

.user > .user_right {
  width: 60%;
  float: right;
  font-size: 24px;
  line-height: 60px;
}

.title_box {
  width: 100%;
  height: 60px;
  color: #404040;
  line-height: 60px;
  background: #f0f0f0;
  text-align: center;
}

.title {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.title_1 {
  font-size: 24px;
}

.title p {
  position: absolute;
  left: 0;
  color: #999;
  text-align: left;
  white-space: nowrap;
}

.title_More {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.title_More a {
  color: #f0f0f0;
  padding: 2px 5px;
  border-radius: 5px;
  background: #b3b3b3;
  transition: 0.2s all;
}

.title_More a:hover {
  background: #999;
}

.function {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
}

.function dd {
  width: 200px;
  height: 300px;
  float: left;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.function dd > div {
  width: 120px;
  height: 120px;
  margin: 40px auto;
  margin-bottom: 10px;
}

.function dd p {
  font-size: 14px;
  line-height: 1.5;
}

.function dd p.txt {
  font-size: 16px;
  margin-bottom: 5px;
}

.function dd .QR {
  position: absolute;
  top: -160%;
  left: 10px;
  right: 10px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  animation: gotop_tran 0.4s 1;
}

.function .QR dt {
  padding: 10%;
}

.function .QR img {
  display: block;
  width: 134px;
  margin: 0 auto;
}

.function .QR div {
  font-size: 24px;
  color: #404040;
  margin-bottom: 10px;
}

.function .QR p {
  color: #666;
}

.function dd:hover .QR {
  top: 10px;
  bottom: 10px;
  animation: gobottom_tran 0.4s 1;
}

@keyframes gobottom_tran {
  from {
    transform: translateY(-100px) scaleY(0.6);
  }
  to {
    transform: translateY(0) scaleY(1);
  }
}
#platform {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}

#platform > dd {
  float: left;
  width: 33.33%;
  padding: 10px;
}

#platform > dd > a {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  transition-duration: 0.2s;
}

#platform > dd > a:hover {
  background-color: #F7F8FA;
}

#platform > dd > a img {
 /** height: 54px;  **/
  display: block;
  max-width: 100%;
  margin: 40px auto;
}

#platform > dd > a b {
  display: block;
  font-size: 16px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #f0f0f0;
}

#platform > dd > a p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

#media {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
}

#media .help {
  width: 68%;
  float: left;
  padding-right: 20px;
}

#media .information {
  width: 32%;
  float: right;
}

#media .mediatit {
  height: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.media_text {
  width: 100%;
  overflow: hidden;
}

.media_text > dd {
  color: #666;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 20px;
  padding-right: 5%;
}

.media_text > dd > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.media_text > dd > a:hover {
  color: #3297de;
}

.media_text > dd > a > .time {
  margin-right: 5px;
  padding-right: 5px;
  font-size: 14px;
  border-right: 1px solid #e0e0e0;
}

.media_more {
  float: left;
  width: 100%;
  display: block;
  color: #3297de;
  font-size: 14px;
  line-height: 100%;
  margin-top: 20px;
}

.help .mediatit {
  font-size: 14px;
  color: #999;
}

.help .mediatit span {
  cursor: pointer;
  padding: 4px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  margin-right: 5px;
  transition-duration: 0.1s;
}

.help .mediatit span.on {
  font-size: 16px;
  color: #3297de;
  border-color: #3297de;
  padding: 6px 10px;
}

.help .media_text {
  display: none;
}

.help .media_text.on {
  display: block;
}

.help .media_text dd {
  width: 50%;
  float: left;
}

.information_img {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  border: 1px solid #f0f0f0;
}

.information .media_text,
.information .media_text > dd {
  width: 100%;
  padding-right: 0;
}

#customer {
  overflow: hidden;
  border-left: 1px solid #f0f0f0;
  width: 100%;
  height: 60px;
  max-width: 1200px;
  margin: 30px auto;
  cursor: pointer;
}

#customer #indemo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#customer #indemo > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 100%;
}

#customer #indemo > div > * {
  float: left;
}

.page-block.advantage .block-cont {
  overflow: hidden;
}
.page-block.advantage .block-cont dd {
  float: left;
  width: 25%;
  position: relative;
  cursor: pointer;
  display: table;
}
.page-block.advantage .block-cont dd > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.page-block.advantage .block-cont dd .advantage_icon {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 0;
  overflow: hidden;
}
.page-block.advantage .block-cont dd .advantage_icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.page-block.advantage .block-cont dd .advantage_txt {
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.page-block.advantage .block-cont dd .advantage_txt p {
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
}
.page-block.advantage .block-cont dd:hover .advantage_icon img {
  transform: scale(1.2);
  transition-duration: 0.2s;
}

.dpiMB .page-block.advantage .block-cont dd {
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
}
.dpiMB .page-block.advantage .block-cont dd .advantage_icon {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dpi1200 #bannerBox .B-Content,
.dpi1200 .auto,
.dpi1200 .user,
.dpi1200 .title,
.dpi1200 .function,
.dpi1200 #media {
  width: 100%;
}

.dpi1200 #bannerBox {
  padding: 0 60px;
}

.dpi1200 .news-bar,
.dpi1200 .title_box {
  padding: 0 20px;
}

.dpi1200 .function dd {
  width: 20%;
}

.dpi1200 #media {
  padding-left: 20px;
  padding-right: 20px;
}

.dpi1200 #media .help {
  width: 60%;
}

.dpi1200 .media_text > dd {
  padding-right: 0;
}

.dpi1200 #media .information {
  width: 40%;
}

.dpi1200 #media .media_text {
  width: 100%;
}

.dpi1200 .mText2 {
  display: none;
}

.dpiMB {
  width: 100%;
  overflow-x: hidden;
}

.dpiMB #bannerBox {
  padding: 0 0.32rem;
}

.dpiMB #bannerBox .B-Txt {
  width: 100%;
}

.dpiMB #bannerBox .B-Title {
  font-size: 0.32rem;
  font-weight: normal;
}

.dpiMB #bannerBox .B-Title2 {
  padding: 0;
  line-height: 1.5;
}

.dpiMB .B-TxtBox .B-Txt img {
  max-width: 100%;
}

.dpiMB .B-TxtBox .B-Image {
  left: 0;
  text-align: center;
}

.dpiMB .B-TxtBox .B-Image img {
  height: 100%;
  opacity: 0.2;
}

.dpiMB .news-bar {
  padding: 0 0.32rem;
}

.dpiMB .news-left .news-list p a {
  padding: 0;
  font-size: 0.28rem;
}

.dpiMB .news-left .news-date {
  display: none;
}

.dpiMB .user {
  padding: 0.4rem 0.32rem;
}

.dpiMB .user > div {
  float: none;
  width: 100%;
  height: auto;
  line-height: 2;
  font-size: 0.28rem;
}

.dpiMB .user > div span {
  font-size: inherit;
  line-height: inherit;
}

.dpiMB .title_box {
  padding: 0 0.32rem;
}

.dpiMB .title_box p {
  display: none;
}

.dpiMB .title_box .title_1 {
  font-size: 0.4rem;
}

.dpiMB .function {
  padding: 0.32rem;
}

.dpiMB .function dd {
  width: 100%;
  max-width: 340px;
  height: auto;
  padding: 0;
  text-align: left;
}

.dpiMB .function dd .QR {
  z-index: 9;
}

.dpiMB .function dd .QR a {
  overflow: hidden;
}

.dpiMB .function dd .QR dt {
  padding: 16px;
  min-height: 50px;
}

.dpiMB .function dd .QR dt img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.dpiMB .function dd .QR dt div {
  line-height: 1;
  font-size: 16px;
  margin: 0;
}

.dpiMB .function dd .QR dt p {
  display: none;
}

.dpiMB .function dd > div {
  float: left;
  margin: 0 14px 0 0;
  transform: scale(0.7, 0.7);
}

.dpiMB .function dd b {
  font-size: 18px;
  padding-top: 22px;
  margin-bottom: 8px;
}

.dpiMB #platform {
  padding: 0.32rem;
}

.dpiMB #platform > dd {
  width: 100%;
  padding: 0;
  margin-bottom: 0.2rem;
}

.dpiMB #media > .help,
.dpiMB #media > .information {
  width: 100%;
  position: relative;
}

.dpiMB #media > .information {
  margin-top: 30px;
}

.dpiMB #media .media_text {
  margin-bottom: 0;
}

.dpiMB .media_text > dd {
  width: 100%;
}
