﻿*
{
    padding: 0;
    margin: 0;
    list-style: none;
}
html, body
{
    margin: 0 auto;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, header, section, footer
{
    margin: 0;
    padding: 0;
}
button, input, select, textarea
{
    font: 12px/1.5 "microsoft yahei";
    color: #666;
    font-weight: normal;
}
body
{
    overflow-x: hidden;
}
address, cite, dfn, em, var, i
{
    font-style: normal;
}
ul, ol, dl
{
    list-style: none;
}
a
{
    text-decoration: none;
    outline: none;
    font-family: "microsoft yahei";
    color: #666;
    cursor: pointer;
}
a:hover
{
    color: #a51c30;
    text-decoration: none;
}
li
{
    font-size: 12px;
    font-family: "microsoft yahei";
    list-style: none;
    margin: 0;
    padding: 0;
}
em
{
    font-style: normal;
    font-size: 12px;
}
body, p, span
{
    font-family: "microsoft yahei";
}
img
{
    border: none;
}
p
{
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
:focus
{
    outline: none;
}
img
{
    border: 0;
    vertical-align: middle;
    display: inline-block;
}
*, ::after, ::before
{
    box-sizing: content-box;
}/* 
.header {
  position: relative;
}

.header-logo {
  width: auto;
  height: 60px;
  margin: 0;
  float: left;
  padding: 10px 0px;
}

.header-logo img {
  width: auto;
  height: 100%;
  display: block;
}

.header-right {
  float: right;
  margin: 14px 0 16px 0;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  display: none;
}


.header-right-search {
  float: left;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 30px;
}

.header-right-auth-icon-btn {
  margin-top: 6px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.header-right-auth-icon-btn img {
  width: auto;
  height: 100%;
  display: block;
}

.header-right-auth {
  float: left;
  margin-left: 20px;
}

.header-right-auth a {
  width: auto;
  height: 30px;
  overflow: hidden;
  display: flex;
  color: #fff;
}

.header-right-auth-icon-user {
  width: 19px;
  height: 20px;
  overflow: hidden;
  margin-right: 5px;
  margin-top: 6px;
}

.header-right-auth-icon-user img {
  display: block;
  height: 100%;
  width: auto;
  margin-left: -19px;
}

.header-right-contact {
  float: left;
  margin-left: 20px;
  font-size: 16px;
}

.header-nav-btn {
  position: absolute;
  top: 0px;
  right: 00px;
  height: 60px;
  width: 55px;
  background: url(./../images/list02.png) no-repeat center;
  transition: all 0.3s;
}

.header-nav-btn.n {
  background: url(./../images/list03.png) no-repeat center;
} *//* 分页 */
.tbBox
{
    width: 90%;
    max-width: 1400px;
    margin: 40px auto;
    overflow: hidden;
}/* 新闻 */
.tbNews dl
{
    float: left;
    width: 430px;
    height: 525px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #dedede;
    position: relative;
    top: 0;
    margin: 20px 45px 20px 5px;
    transition: all .5s;
}
.tbNews dl:nth-child(3n)
{
    margin-right: 5px;
}
.tbNews dl dt
{
    height: 280px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 280px;
    font-size: 0;
}
.tbNews dl dt img
{
    max-width: 100%;/* max-height: 100%; */
}
.tbNews dl dt span
{
    position: absolute;
    left: 0;
    top: 38px;
    width: 96px;
    height: 30px;
    background: #3a3a3a;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: all .5s;
}
.tbNews dl dd
{
    padding: 0 30px;
}
.tbNews dl dd div
{
    overflow: hidden;
    margin-top: 20px;
}
.tbNews dl dd div span
{
    float: left;
    font-size: 14px;
    font-family: pf;
    text-align: center;
}
.tbNews dl dd div span b
{
    font-size: 36px;
    font-weight: normal;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #a51c1c;
}
.tbNews dl dd div h3
{
    float: right;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    width: 280px;
    position: relative;
    transition: all .5s;
}
.tbNews dl dd div h3:before
{
    position: absolute;
    left: -17px;
    top: 5px;
    width: 1px;
    height: 53px;
    content: "";
    background: #e5e5e5;
}
.tbNews dl dd p
{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin: 10px 0 25px;
}
.tbNews dl dd em
{
    width: 96px;
    height: 32px;
    background: #a51c1c;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    display: block;
    text-align: center;
}
.tbNews dl:hover dt span
{
    background: #a51c1c;
}
.tbNews dl:hover dd div h3
{
    color: #a51c1c;
}
.tbNews dl:hover
{
    box-shadow: 0 0 5px 1px #ffc7c7;
    top: -10px;
}/* 新闻 政策法规 list_news */
.tbNewsText ul
{
    padding-bottom: 10px;
}
.tbNewsText ul li
{
    padding: 10px 0;
    border-bottom: 1px dashed #dedede;
}
.tbNewsText ul li a
{
    font-size: 16px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}/* 应用案例 */
.tbBox.tbCase
{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.tbCase-list
{
    margin-top: .4rem;
    padding: .4rem 0;
    background: #333;
    overflow: hidden;
    position: relative;
}
.tbCase-list-left
{
    margin: 0 .25rem .5rem;
    position: relative;
}
.tbCase-list-left p
{
    font-size: .3rem;
    color: #fff;
    text-transform: uppercase;
    font-family: pf;
    opacity: .6;
}
.tbCase-list-left h3
{
    font-size: .4rem;
    margin: .1rem 0 0;
    color: #fff;
    font-weight: normal;
}
.tbCase-list-left a
{
    font-size: 16px;
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    display: block;
    color: #fff;
    background: #a51c30;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: .25rem;
}
.tbCase-list-right-swiper
{
    padding: 0 .25rem;
}
.tbCase-list-right-swiper-li-div
{
    margin: 0 10px;
    position: relative;
    text-align: center;
}
.tbCase-list-right-swiper-li-a
{
    position: relative;
    display: block;
}
.tbCase-list-right-swiper-img
{
    width: 100%;
    max-width: 94%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.tbCase-list-right-swiper-p
{
    font-size: .32rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 130px;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition: all .5s;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tbCase-list-right-swiper-p-icon
{
    display: block;
    margin: 30px auto 10px;
    width: 27px;
    height: 27px;
    opacity: 0;
    transition: all .5s;
}
.tbCase-list-right-swiper-p span
{
    display: block;
    width: 100%;
    margin: 10px 0 15px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.tbCase-list-right-swiper-li-a:hover .tbCase-list-right-swiper-p
{
    height: 100%;
    background: #a51c30;
}
.tbCase-list-right-swiper-li-a:hover .tbCase-list-right-swiper-p-icon
{
    opacity: 1;
}
.tbCase-list-right-prev, .tbCase-list-right-next
{
    position: absolute;
    width: 36px;
    height: 76px;
    line-height: 76px;
    top: 50%;
    margin-top: -38px;
    font-size: 0;
    z-index: 99;
    background: rgba(0,0,0,.6);
    text-align: center;
}
.tbCase-list-right-prev
{
    left: 0;
}
.tbCase-list-right-next
{
    right: 0;
}/* 定制服务 */
.tbBox.tbCustomService
{
    margin: 0 auto!important;
    width: 100%!important;
}
.tbCustomService-title
{
    padding: .5rem 0;
    text-align: center;
}
.tbCustomService-title h3
{
    font-size: .4rem;
    color: #333;
}
.tbCustomService-solution
{
    background: #f2f2f2;
}
.tbCustomService-solution-box
{
    padding: .25rem .25rem .5rem;
    width: auto;
}
.tbCustomService-solution-right
{
    width: auto;
}
.tbCustomService-solution-right b
{
    font-size: .4rem;
    line-height: initial;
    text-transform: uppercase;
    color: #dcdcdc;
    font-family: syht;
    display: block;
}
.tbCustomService-solution-right h3
{
    font-size: .4rem;
    text-transform: uppercase;
    color: #000;
    font-family: syht;
    display: block;
    font-weight: bold;
}
.tbCustomService-solution-right span
{
    background: #a51c30;
    margin: .15rem 0;
    width: 1rem;
    height: 2px;
    display: block;
}
.tbCustomService-solution-right-text pre
{
    color: #222;
    overflow: hidden;
    height: auto;
    line-height: 35px!important;
    font-size: .3rem!important;
    background: none!important;
}
.tbCustomService-solution-left-swiper .swiper-pagination
{
    height: .8rem;
    line-height: .8rem;
    bottom: 0;
    right: 0;
    left: auto;
    width: 30%;
    text-align: right;
    padding-right: 20px;
}
.tbCustomService-solution-left-swiper .swiper-pagination span
{
    background: rgb(255,255,255,.5);
    opacity: 1;
}
.tbCustomService-solution-left-swiper .swiper-pagination .swiper-pagination-bullet-active
{
    background: rgb(255,255,255,1);
}
.tbCustomService-solution-left-swiper img
{
    width: 100%;
}
.tbCustomService-solution-left-swiper p
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: .3rem;
    padding: 0 .3rem;
    line-height: .8rem;
    height: .8rem;
}
.tbCustomService-superiority
{
    background: #f2f2f2;
}/* 定制服务-我们的优势 */
.tbCustomService-solution-box, .tbCustomService-range-box, .tbCustomService-case-box, .tbCustomService-flowPath-box, .tbCustomService-superiority-box
{
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.tbCustomService-superiority-box
{
    margin: 0 .25rem;
    padding-bottom: .5rem;
    overflow: hidden;
}
.tbCustomService-superiority dl
{
    margin: 0 0 .25rem 0;
    overflow: hidden;
    position: relative;
}
.tbCustomService-superiority dl dt
{
    padding: .3rem 0;
    position: relative;
    height: 180px;
}
.tbCustomService-superiority dl dt img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.tbCustomService-superiority dl dd
{
    bottom: initial;
    top: .3rem;
    min-height: 2rem;
    position: absolute;
    top: .3rem;
    left: 0;
    right: 0;
}
.tbCustomService-superiority dl dd h3
{
    font-size: 0;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0 20px;
    transition: all .5s;
    line-height: initial;
}
.tbCustomService-superiority dl dd h3 span
{
    font-size: .32rem;
    line-height: initial;
    display: inline-block;
    vertical-align: middle;
}
.tbCustomService-superiority dl dd p
{
    font-size: .28rem;
    margin: 0 20%;
    margin-top: .2rem;
    color: #fff;
    word-wrap: break-word;
}/* 定制服务-服务流程 */
.tbCustomService-flowPath-box
{
    margin: 0 .25rem;
}
.tbCustomService-flowPath dl
{
    float: left;
    margin: .25rem 0;
}
.tbCustomService-flowPath dl:last-child dd
{
    display: none;
}
.tbCustomService-flowPath dl dt
{
    color: #fff;
    float: left;
    font-size: 0;
    width: 1.57rem;
    height: 1.76rem;
    line-height: 1.76rem;
    text-align: center;
    background: url(../image/zhtc-img08.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
}
.tbCustomService-flowPath dl dt span
{
    font-size: .3rem;
    max-width: 60%;
    display: inline-block;
    line-height: initial;
    vertical-align: middle;
}
.tbCustomService-flowPath dl dd
{
    line-height: 1.76rem;
    width: auto!important;
    margin: 0 .12rem;
    float: left;
    text-align: center;
    position: relative;
}
.tbCustomService-flowPath dl dd img
{
    width: .5rem;
}/* 定制服务-范围 */
.tbCustomService-range
{
    padding-bottom: .5rem;
    overflow: hidden;
}
.tbCustomService-range-box
{
    width: auto;
    padding: 0 .25rem;
    overflow: hidden;
}
.tbCustomService-rangeSwiperMin
{
    overflow: hidden;
}
.tbCustomService-rangeSwiperMin-li
{
    float: left;
    width: 20%;
    position: relative;
    transition: all .35s;
    background: #f2f2f2;
    text-align: center;
    font-size: 0;
    transition: all .3s;
}
.tbCustomService-rangeSwiperMin-li dl
{
    padding: .15rem 0 .3rem;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.tbCustomService-rangeSwiperMin-li dt
{
    display: block;
    font-size: 0;
    overflow: hidden;
    margin: 0 auto;
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    position: relative;
    text-align: center;
}
.tbCustomService-rangeSwiperMin-li dd
{
    display: inline-block;
    vertical-align: middle;
    font-size: .3rem;
    color: #333;
    text-align: left;
    transition: all .3s;
}
.tbCustomService-rangeSwiperMin-li img
{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    transition: all .5s;
}
.tbCustomService-rangeSwiperMin-li.on
{
    background: linear-gradient(to right,#ad293c,#df7484);
}
.tbCustomService-rangeSwiperMin-li.on img
{
    top: -.8rem;
}
.tbCustomService-rangeSwiperMin-li.on dd
{
    color: #fff;
}
.tbCustomService-rangeSwiperMax
{
    overflow: hidden;
    height: 5rem;
}
.tbCustomService-rangeSwiperMax-li img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}/* 定制服务-案例 */
.tbCustomService-case
{
    padding-bottom: .5rem;
}
.tbCustomService-case-box
{
    padding: 0 .25rem;
}
.tbCustomService-swiperCase
{
    overflow: hidden;
    margin: 0 1rem;
}
.tbCustomService-swiperCase-slide a
{
    position: relative;
    display: block;
}
.tbCustomService-swiperCase-slide a img
{
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.tbCustomService-swiperCase-slide a p
{
    border: 1px solid #dedede;
    border-top: none;
    background: #fff;
    padding: .15rem .25rem;
    line-height: 60px;
    font-size: .32rem;
    text-align: center;
    font-weight: normal;
}
.swiperCase-button-next, .swiperCase-button-prev
{
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: 9;
    border-radius: 100%;
    margin-top: -60px;
}
.swiperCase-button-next
{
    background-image: url(../image/next04.png);
    right: .25rem;
}
.swiperCase-button-prev
{
    background-image: url(../image/prev04.png);
    left: .25rem;
}
.tbCustomService-flowPath-box
{
    padding-bottom: 80px;
}/* 关于我们 */
.tbAbout-title
{
    text-align: center;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}
.tbAbout-title h3
{
    font-size: .36rem;
    margin: .1rem 0;
    color: #333;
}
.tbAbout-title p
{
    font-size: .28rem;
}
.tbAbout-box-body
{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.tbAbout-data-body
{
    width: 90%;
    margin: 50px auto;
}
.tbAbout-data dl
{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 0;
    padding: 30px 0;
}
.tbAbout-data dl dt
{
    height: 1rem;
    width: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0;
    display: block;
    margin: 0 auto;
}
.tbAbout-data dl dt img
{
    max-width: 80%;
    max-height: 80%;
}
.tbAbout-data dl dd
{
    width: 100%;
    text-align: center;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
.tbAbout-data dl dd h3
{
    font-size: .5rem;
    line-height: .7rem;
    color: #a51c1c;
}
.tbAbout-data dl dd p
{
    font-size: .28rem;
}
.tbAbout-development
{
    background: url(../image/development-bg.png) no-repeat center;
    background-size: auto 100%;
    min-height: 605px;
    position: relative;
}
.tbAbout-development:after, .tbAbout-development:before
{
    position: absolute;
    top: 249px;
    width: 100%;/* width: calc((100% - 1400px)/2); */
    height: 1px;
    background: rgba(255,255,255,.3);
    content: "";
}
.tbAbout-development:after
{
    left: 0;
    display: none;
}
.tbAbout-development:before
{
    right: 0;
}
.tbAbout-development-body
{
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: visible;
}
.tbAbout-swiperDevelopment
{
    overflow: hidden;
}
.tbAbout-development .tbAbout-title *
{
    color: #fff;
}
.tbAbout-development .tbAbout-title p
{
    opacity: .75;
}
.tbAbout-swiperDevelopment-slide h3
{
    font-size: .36rem;
    width: 80%;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.tbAbout-swiperDevelopment-slide>p
{
    height: 1px;
    margin: 25px 0;
    position: relative;
}
.tbAbout-swiperDevelopment-slide>p:before
{
    position: absolute;
    left: 10%;
    top: -11px;
    width: 24px;
    height: 24px;
    z-index: 9;
    content: '';
    display: block;
    background: #a51c30;
    border-radius: 100%;
    border: 8px solid #fff;
    box-sizing: border-box;
}
.tbAbout-swiperDevelopment-slide>p:after
{/* position: absolute; */
    right: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.3);
    content: "";
    box-sizing: border-box;
}
.tbAbout-swiperDevelopment-slide h4
{
    font-size: .32rem;
    width: 80%;
    color: #fff;
    margin: 0 auto 10px;
}
.tbAbout-swiperDevelopment-slide>div
{
    font-size: .28rem;
    width: 80%;
    color: #fff;
    margin: 0 auto;
}
.swiperDevelopment-button-next, .swiperDevelopment-button-prev
{
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: 9;
    border-radius: 100%;
    display: none;
    bottom: 20px;
    top: auto;
    margin-top: 0;
    opacity: 1!important;
}
.swiperDevelopment-button-next:hover
{
    background: #a51c30 url(../image/next06.png) no-repeat center;
}
.swiperDevelopment-button-prev:hover
{
    background: #a51c30 url(../image/prev06.png) no-repeat center;
}
.swiperDevelopment-button-next
{
    background-image: url(../image/next04.png);
    right: 40%;
}
.swiperDevelopment-button-prev
{
    background-image: url(../image/prev04.png);
    left: 40%;
}/* 智慧园区 */
.innerSmartpark-page-title
{
    font-size: 40px;
    color: #333;
    font-family: syht;
    display: block;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}
.innerSmartpark-bg
{
    background-image: url(../image/innerSmartpark-bg.png);
    background-size: cover;
    overflow: hidden;
    padding: 50px 20px;
}
.innerSmartpark-bg2
{
    background-image: url(../image/innerSmartpark-bg.png);
    background-size: cover;
    background-position: bottom right;
}
.innerSmartpark-card
{
    background: #ffff;
    border-radius: 20px;
    max-width: 1400px;
    margin: 30px auto;
    overflow: hidden;
    padding: 30px;
}
.innerSmartpark-bg .innerSmartParking-case, .innerSmartpark-bg .innerSmartParking-scene, .innerSmartpark-bg .innerSmartParking-solution
{
    margin: 0;
    padding: 0;
    background: transparent;
}
.innerSmartpark-bg .innerSmartParking-title
{
    padding: 20px 0 30px;
}
.innerSmartpark-bg .innerSmartParking-title h3
{
    color: #a51c30;
}
.innerSmartpark-bg .innerSmartParking-product-list .bd
{
    margin-bottom: 30px;
}
.innerSmartpark-bg .innerSmartParking-solution-list, .innerSmartpark-bg .innerSmartParking-scene-list
{
    width: 100%;
}
.innerSmartpark-bg .innerSmartParking-solution-list
{
    margin: 0;
}
.innerSmartpark-bg .innerSmartParking-solution-list-left .bd dl dt img
{
    object-fit: cover;
}
.innerSmartpark-bg .innerSmartParking-solution-list-right p
{
    line-height: 40px;
    height: auto;
}
.innerSmartpark-bg .innerSmartParking-solution-list-right p span
{
    display: inline;
    background: transparent;
    margin: 0;
    padding-right: 10px;
}
.innerSmartpark-bg .innerSmartParking-solution-list-right p.button
{
    padding: 10px 0;
}
.innerSmartpark-bg .innerSmartParking-solution-list-right p.button a
{
    background: #a51c30;
    display: inline-block;
    height: auto;
    color: #fff;
    width: auto;
    display: inline-block;
    padding: 0 20px;
}
.tbAbout-honor-body
{
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
}
.tbAbout-swiperHonor-slide div
{
    padding: .25rem;
    margin: .3rem .25rem;
    text-align: center;
    border: 1px solid #dedede;
    height: 300px;
    position: relative;
}
.tbAbout-swiperHonor-slide div img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tbAbout-swiperHonor-slide p
{
    font-weight: normal;
    font-family: pf;
    text-align: center;
    margin-top: 100px;
    position: relative;
    margin-top: 0;
    font-size: .6rem;
}
.tbAbout-swiperHonor-slide span
{
    font-size: .36rem;
    color: #333;
    display: block;
    width: auto;
    margin: 0 .25rem;
}
.swiperHonor-button-next, .swiperHonor-button-prev
{
    top: 150px;
}
.swiperHonor-button-next
{
    background: url(../image/next05.png) no-repeat center;
}
.swiperHonor-button-prev
{
    background: url(../image/prev05.png) no-repeat center;
}/* 关于我们-核心优势 */
.tbAbout-superiority
{
    background: #f5f5f5;
    padding: 0 .25rem;
    overflow: hidden;
}
.tbAbout-superiority-body
{
    margin: .5rem 0;
}
.tbAbout-superiority dl
{
    width: 48%;
    margin-bottom: .25rem;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.tbAbout-superiority dl:nth-child(even)
{
    float: right;
}
.tbAbout-superiority dl dt
{
    position: relative;
}
.tbAbout-superiority dl dt img
{
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    max-width: 100%;
}
.tbAbout-superiority dl dd
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .5s;
    display: flex;
    flex-direction: column;
}
.tbAbout-superiority dl dd div
{
    width: 90px;
    height: 90px;
    margin: 50px auto 10px;
    text-align: center;
    line-height: 90px;
    font-size: 0;
    display: none;
}
.tbAbout-superiority dl dd div img
{
    max-width: 100%;
    max-height: 100%;
}
.tbAbout-superiority dl dd h3
{
    color: #fff;
    text-align: center;
    font-size: .32rem;
    margin-top: .25rem;
    flex: 1;
    flex-grow: 0;
}
.tbAbout-superiority dl dd p
{
    margin: .25rem;
    opacity: 1;
    color: #fff;
    font-size: .26rem;
    overflow-y: auto;
    transition: all .5s;
    flex-grow: 1;
}
.tbAbout-about
{
    font-size: 16px;
    line-height: 30px;
    width: 1400px;
    margin: 0 auto;
}
.tbAbout-slogan
{
    overflow: hidden;
    margin: 50px auto;
    width: 1400px;
}
.tbAbout-slogan dl
{
    float: left;
    width: 25%;
}
.tbAbout-slogan dl dt
{
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 0;
}
.tbAbout-slogan dl dt img
{
    max-width: 100%;
    max-height: 100%;
}
.tbAbout-slogan dl dd
{
    text-align: center;
}
.tbAbout-slogan dl dd h3
{
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.tbAbout-slogan dl dd p
{
    font-size: 16px;
    text-align: left;
    color: #999;
    line-height: 30px;
    margin: 10px 30px;
}
.tbAbout-slogan dl dd p span
{
    position: relative;
}
.tbAbout-slogan dl dd p span::before
{
    position: absolute;
    left: -13px;
    top: 9px;
    width: 7px;
    height: 7px;
    content: "";
    background: #999;
    border-radius: 50%;
}
.tbAbout-about
{
    margin-top: 30px;
}
.tbAboutPage
{
    margin: 0 auto;
    max-width: 1400px;
    padding: 30px 0;
    font-size: 16px;/* 800宽居中对齐 */
}
.tbAbout-honor2 .tbAbout-swiperHonor-slide p, .tbAbout-honor2 .tbAbout-swiperHonor-slide p span
{
    font-size: 16px;
}
.fixed-msg
{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
    background: #6696ff;
    border-radius: 13px;
    color: #fff;
    padding: 10px;
}
.fixed-msg-title
{
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
}
.fixed-msg-title p
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACIklEQVRYR8WXvUsdQRDAfwNqCoNgIUgQTREsUqRSsDKmURERAunSpArEMimDCoqldtG/wE4I+EU6DTaCpRBISKEhSEAkEDWgzcgc+57v6d3e7b17voWrbj5+O7OzOyNkXKraArwAJoCnwCP3mYVj930D1oBtEbnKYlrShFS1E5gGXgNtafLu/z9gBZgVkT8+nUQAVX0AfATeA60ZHd8WuwAWgXkRuYyzEQvgdv0ZGMjp+LbaHvAyLhp3AFT1GbAJdBXkvGTmNzAmIgeVdqsA3M736+C8EqK/MhJlAJfznQLDnhRAS8dQ6UxUAswCUwWHPcncnIhYZREBuND/rOG0h3JbdTyxVJQAloB3oVZqlF8WkUlxN9xJwCVTo9+yul1WHQYwAnwpymqgnVED+ARMehT/AltA7E3m0bObdAxo98gsGcC2lYVHyErma+DOInFVfQ5YaSetHQP4DvR6hHpE5FdOgG7gyKP7wwDOgIceoVVgIWcKPgCvPLbPDUDz7K4gnbNGA0QpaGQEokOYBnAKbHjOQBMwnPMFjcowDWBQRHZ9OVfVHuAwx7mILqI0gMci4islq/dm4D9g0ci6yldxGoC1ZlaGSV2uOX0DvM3q2cmVH6M0gEC7mcRvnuMMKchkMVDopiFpAEB1S3bPANYZVzel9wgQ35arqr3zNvfVcyUPJqpqc0Bfnbynj2aqOg6sFwwQNpw6iBnAxrLQdJzXMp5fAxNM19YbZ6g9AAAAAElFTkSuQmCC);
    background-size: 100%;
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    margin-right: 5px;
}
.fixed-msg-a
{
    height: 30px;
    line-height: 30px;
    width: 85px;
    text-align: center;
    display: block;
    background: #fff;
    color: #333!important;
}
.fixed-msg-a:last-child
{
    margin-top: 1px;
}
@media(max-width: 750px)
{
    .tbAbout-about
    {
        margin: .5rem .25rem;
        font-size: .3rem;
        line-height: .54rem;
        width: auto;
    }
    .tbAbout-slogan
    {
        margin: .5rem .25rem;
        width: auto;
    }
    .tbAbout-slogan dl
    {
        width: auto;
        float: initial;
    }
    .tbAbout-slogan dl dt
    {
        height: 2rem;
        line-height: 2rem;
    }
    .tbAbout-slogan dl dd h3
    {
        font-size: .4rem;
    }
    .tbAbout-slogan dl dd p
    {
        margin: .2rem .24rem;
        font-size: .28rem;
        line-height: .5rem;
    }
    .tbAbout-slogan dl dd p span::before
    {
        position: absolute;
        left: -.24rem;
        top: .15rem;
        width: .1rem;
        height: .1rem;
        content: "";
        background: #999;
        border-radius: 50%;
    }
}
@media(max-width: 1440px)
{
    .tbAboutPage
    {
        width: 90%;
    }
    .tbAbout-about
    {
        width: 90%;
    }
    .tbAbout-slogan
    {
        width: 90%;
    }
}