* {
    margin: 0px;
    padding: 0px;
    font-family: tahoma, arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: #1265e7;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #f5f5f5;
}

input {
    background-color: transparent;
}

input[type='radio'] {
    opacity: 1;
    width: 14px;
    height: 14px;
    z-index: 10;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background: #fff;
    position: relative;
    background-color: #cccccc;
}

input[type='radio']:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: -6px;
    border-radius: 50%;
    left: -6px;
    border: 1px solid #cccccc;
}

input[type='radio']:checked {
    background: #1265e7;
    border: 1px solid #1265e7;
    position: relative;
}

input[type='radio']:checked:after {
    border: 1px solid #1265e7;
}

input[type='checkbox'] {
    opacity: 1;
    width: 20px;
    height: 20px;
    z-index: 10;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #2b9cd9;
}

input[type='checkbox']:checked {
    background: #2b9cd9;
    border: 1px solid #2b9cd9;
    position: relative;
}

input[type='checkbox']:checked::after {
    content: '';
    top: 5px;
    left: 4px;
    position: absolute;
    border: solid 1px #fff;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 10px;
    transform: rotate(-45deg);
}

select {
    width: 100%;
    -webkit-appearance: none;
    background-image: url(../imgs/jt-set.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right;
    background-color: transparent;
    padding-right: 25px;
    background-position: right 10px top 50%;
}

select:focus {
    width: 100%;
    -webkit-appearance: none;
    background-image: url(../imgs/jt-set-down.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right;
    background-color: transparent;
    padding-right: 25px;
    background-position: right 10px top 50%;
    background-color: #f1f4f9;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fff;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.elastic-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elastic-box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.elastic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.jsct-cer {
    justify-content: center;
}

.jsct-ard {
    justify-content: space-around;
}

.jsct-bet {
    justify-content: space-between;
}

.jsct-fed {
    justify-content: flex-end;
}

.tab-pane {
    display: none;
}

.jcdt .active {
    display: block;
}

.w-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.w-1440 {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.bg-fff {
    background-color: #fff;
}

.col-red {
    color: #dc1e32 !important;
}

.col-red-two {
    color: #dc1e32 !important;
}

.col-blue {
    color: #1265e7;
}

.col-blue-two {
    color: #1d6ce8;
}

.col-yellow {
    color: #f98131;
}

.col-yellow-two {
    color: #ebb610;
}

.col-green {
    color: #0dc63d;
}

.col-gray {
    color: #999;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}
.mt0 {
    margin-top: 0px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

/* 头部 */

/* 头部-header-nav */

.header-nav-box {
    background: #f4f4f4;
}

.header-nav {
    width: 100%;
    position: relative;
    background-color: #eaeef1;
    height: 30px;
    line-height: 30px;
}

.header-nav .header-nav-fr {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header-nav .header-nav-fr a,
.header-nav .header-nav-fr span {
    font-size: 12px;
    color: #afafaf;
    margin-right: 20px;
}

.header-nav .header-nav-fr .mr0 {
    margin-right: 0;
}

.header-nav .header-nav-fr a:hover {
    color: #1265e7;
}

.header-nav .header-nav-fr span:hover {
    color: #1265e7;
}

/* 头部-header-nav end*/

/* 头部-header_top */

.header_top {
    position: relative;
    padding: 30px 0px;
    overflow: visible;
    justify-content: space-between;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
}

.logo {
    width: 217px;
}

.logo img {
    width: 100%;
}

.nav_ul {
    padding-left: 180px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex: 1;
}

.nav_ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: 48px;
}

.nav_ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    text-align: center;
}

.header_top .sy-btn a {
    background-color: #eb4316;
    font-size: 16px;
    min-width: 100px;
    text-align: center;
    padding: 6px 0px;
    color: #fff;
    border-radius: 4px;
    display: block;
}

/* 头部-header_top end*/

/* 底部 */

.foot {
    background-image: url(../imgs/foot-topbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.foot-top-box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 0;
    justify-content: center;
    justify-content: space-around;
}

.foot-top {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot-top img {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.foot-top-rig {
    color: #fff;
    font-size: 16px;
}

.foot-centbox {
    background-image: url(../imgs/foot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.foot-cent {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.foot-cent-lef {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.foot-cent-lef li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.foot-cent-lef li h2 {
    color: #e5e5e5;
    font-size: 18px;
    font-weight: normal;
}

.foot-cent-lef li h2 a {
    color: #e5e5e5;
    font-size: 18px;
    font-weight: normal;
}

.foot-cent-lef li .foot-cent-text {
    color: #999;
    height: 120px;
    margin: 10px 0 20px;
}

.foot-cent-lef li .foot-cent-text a {
    font-size: 14px;
    color: #999;
    height: 30px;
    line-height: 30px;
    display: block;
}

.foot-cent-lef li .foot-cent-text a:hover {
    color: #1265e7;
}

.foot-cent-rig {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.foot-cent-ewm {
    margin-right: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.foot-cent-ewm img {
    width: 90px;
    height: 90px;
    margin: auto;
    margin-bottom: 10px;
}

.foot-cent-nmb {
    color: #fff;
    font-size: 24px;
}

.foot-cent-nmb a {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #fff;
    float: right;
    text-align: center;
    line-height: 34px;
    height: 36px;
    width: 90px;
    color: #fff;
}

.foot-bottom {
    padding: 10px 0;
    font-size: 12px;
    background-color: #000;
    color: #999;
}
.foot-baxx {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 悬浮 */

.suspension-box {
    position: fixed;
    bottom: 20%;
    right: 50px;
    z-index: 99;
}

.suspension-ul li {
    padding: 15px 10px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 3px;
    cursor: pointer;
}

.suspension-ul li:first-child {
    border-radius: 6px 6px 0px 0px;
}

.suspension-ul li:last-child {
    border-radius: 0px 0px 6px 6px;
}

.suspension-ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.suspension-ul li img {
    width: 20px;
    height: 20px;
    margin: 0px auto 4px;
}

.ewm-box {
    display: none;
    position: absolute;
    left: -190px;
    top: -107px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 175px;
    box-shadow: 0px 0px 7.29px 1.71px rgba(216, 216, 216, 0.75);
}

.ewm-box img {
    width: 120px !important;
    height: 120px !important;
}

.ewm-box p {
    font-size: 15px;
    color: #808080;
    text-align: center;
    padding-top: 6px;
}

.suspension-ul li:hover .ewm-box {
    display: block;
}

.suspension-ul li:hover .phone-box {
    display: block;
}

.phone-box {
    display: none;
    position: absolute;
    left: -220px;
    top: -8px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 210px;
    box-shadow: 0px 0px 7.29px 1.71px rgba(216, 216, 216, 0.75);
}

.phone-box span {
    font-size: 15px;
    color: #808080;
    padding-bottom: 6px;
    display: block;
}

.phone-box p {
    font-size: 18px;
    color: #333;
}
/* 底部-end */

.ind-bg {
    background: url(../imgs/images/top-img.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 10%;
}

.ind-bg img {
    width: 100%;
}

.sy-text {
    width: 200px;
    margin: 20px auto 0px;
}

.sy-text a {
    background-image: linear-gradient(to right, #ff8040, #ffcb05);
    padding: 6px 0px;
    text-align: center;
    display: block;
    border-radius: 50px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
}

.hexin {
    background: url(../imgs/ys-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 6% 0px;
}

.hexin .top-tit {
    text-align: center;
    position: relative;
}

.hexin .top-tit h4 {
    font-size: 136px;
    color: #fff;
    opacity: 0.3;
}

.hexin .top-tit p {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hexin .hx-ul {
    padding-top: 5%;
    display: flex;
}

.hexin .hx-ul li {
    /* flex: 1; */
    width: 25%;
    position: relative;
    padding: 0px 20px;
}

.hexin .hx-ul li:first-child {
    padding-left: 0px;
}

.hexin .hx-ul li:first-child::after,
.hexin .hx-ul li:nth-child(2)::after {
    right: 38px;
}

.hexin .hx-ul li:last-child {
    padding-right: 0px;
}

.hexin .hx-ul li:last-child:after {
    content: none;
}

.hexin .hx-ul li::after {
    content: '';
    width: 1px;
    background-color: #fff;
    height: 65px;
    position: absolute;
    right: 8px;
    top: 25%;
    transform: translate(-50%);
}

.hexin .hx-ul li .li-top {
    display: flex;
}

.hexin .hx-ul li .li-top h4 {
    font-size: 65px;
    color: #fff;
}

.hexin .hx-ul li .li-top .jia {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-left: 8px;
    padding-top: 8px;
}

.hexin .hx-ul li .xz-text {
    font-size: 18px;
    color: #fff;
    padding-top: 6px;
}

.sup-box {
    padding: 5% 0px;
}

.sup-box .sup-tit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sup-box .sup-tit img {
    width: 70px;
    height: 20px;
}

.sup-box .sup-tit p {
    font-size: 54px;
    color: #637df7;
    padding: 0px 30px;
    font-weight: bold;
}

.sup-box .wz-text {
    font-size: 24px;
    color: #858795;
    text-align: center;
    padding-top: 30px;
}

.sup-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px;
}

.sup-ul li {
    width: 25%;
}

.sup-ul li .li-box {
    margin: 0px 10px 0px;
    background-color: #fff;
    box-shadow: 0px 2px 5.6px 1.4px rgba(13, 5, 10, 0.3);
    border-radius: 10px;
}

.sup-ul li .li-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.sup-ul li .li-box .li-cont {
    padding: 25px;
}

.sup-ul li .li-box .li-cont h4 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.sup-ul li .li-box .li-cont p {
    font-size: 20px;
    color: #808080;
    margin-top: 20px;
}

.bg-lan {
    background-color: #637df6;
}

.bg-lan .sup-tit p {
    color: #fff;
}

.ser-ul {
    padding: 60px 0px 0px;
    display: flex;
    flex-wrap: wrap;
}

.ser-ul li {
    width: 33.33%;
}

.ser-ul li .li-box {
    margin: 0px 10px 40px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.ser-ul li .li-box .xian-box {
    border: 5px solid #d9e5ff;
    padding: 10px;
    border-radius: 10px;
}

.ser-ul li .li-box .xian-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 146px;
}

.ser-ul li .li-box .xian-box h4 {
    padding: 15px 0px 5px;
    text-align: center;
    font-size: 25px;
    color: #333;
    font-weight: bold;
}

.pab3 {
    padding-bottom: 3%;
}

.sup-box.bg-img {
    background: url(../imgs/ys-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.sup-box.bg-img .sup-tit p {
    color: #fff;
}

.lxzx-box {
    display: flex;
    justify-content: space-between;
    padding: 5% 0px;
}

.lxzx-box .lx-lft {
    width: 35%;
}

.lxzx-box .lx-lft .xx-li {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}

.lxzx-box .lx-lft .xx-li:last-child {
    padding-bottom: 0px;
}

.lxzx-box .lx-lft .xx-li span {
    font-size: 22px;
    color: #fff;
    display: block;
    width: 80px;
}

.lxzx-box .lx-lft .xx-li input {
    flex: 1;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    border-radius: 5px;
    padding: 0px 15px;
    background-color: #fff;
}

.lxzx-box .lx-rig {
    width: 60%;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.lxzx-box .lx-rig p {
    font-size: 22px;
    color: #575959;
    text-align: center;
    padding-bottom: 10px;
}

.lxzx-box .lx-rig textarea {
    text-align: center;
    font-size: 18px;
    resize: none;
    width: 100%;
}

.sup-box .tj-btn {
    width: 18%;
    padding: 15px 0px;
    background-color: #f7ab00;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.rele-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 5% 0px;
}

.rele-ul li {
    width: 25%;
}

.rele-ul li:first-child .li-box {
    margin-left: 0px;
}

.rele-ul li:last-child .li-box {
    margin-right: 0px;
}

.rele-ul li .li-box {
    margin: 0px 15px 0px;
    box-shadow: 0px 0px 10px 0px rgba(13, 5, 10, 0.16);
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    cursor: pointer;
}

.rele-ul li .li-box img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.ry-bg {
    background: url(../imgs/ys-bg3.png) no-repeat;
    background-size: 100% 100%;
    padding: 3% 0px;
}

.bg-qlan {
    background: url(../imgs/ys-bg6.png) no-repeat;
    background-size: 100% 100%;
}

.honor-box {
    display: flex;
    padding: 5% 0px 3% 6%;
    width: 76%;
}

.honor-box .hon-lft {
    width: 70%;
}

.honor-box .hon-lft img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 5px 0px 0px 5px;
}

.honor-box .hon-rig {
    height: 530px;
    background-color: #fff;
    border-radius: 0px 5px 5px 0px;
}

.honor-box .hon-rig .top-logo {
    padding: 20px 0px;
    display: flex;
}

.honor-box .hon-rig .top-logo .sq-logo {
    padding: 0px 20px;
    border-right: 1px solid #ddd;
}

.honor-box .hon-rig .top-logo .sq-logo:last-child {
    border-right: 0px;
}

.honor-box .hon-rig .top-logo .sq-logo img {
    width: 100px;
    height: 25px;
}

.honor-box .hon-rig .hon-list {
    padding: 20px 20px 0px;
}

.honor-box .hon-rig .hon-list li {
    display: flex;
    padding-bottom: 20px;
}

.honor-box .hon-rig .hon-list li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #0b7082;
    margin-top: 8px;
}

.honor-box .hon-rig .hon-list li p {
    flex: 1;
    padding-left: 12px;
    font-size: 22px;
    color: #333;
}

.price-box {
    background: url(../imgs/ys-bg4.png) no-repeat;
    background-size: 100% 100%;
    padding: 3% 0px 6%;
}

.price-box span {
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 22px;
    color: #fff;
    font-variant: small-caps;
    text-transform: uppercase;
}

.price-box p {
    font-size: 30px;
    color: #fff;
    padding-top: 15px;
}

.info-tuij {
    padding: 5% 0px 0%;
}

.info-tuij img {
    width: 100%;
}

.info-tuij p {
    font-size: 22px;
    color: #928d8d;
    padding-top: 20px;
}
.info-tuij .tabs{
    display: flex;
    /* justify-content: space-around; */
} 
.info-tuij .tabs li{ 
    margin-right: 15px;
    font-size: 22px;
    padding: 10px 35px 5px;
    border-radius: 35px 35px 0px 0px;
    background-color: #3f57f2;
    color: #fff;
}
.info-tuij .tabs li.on{
    background-color: #ff6b08;
}
.info-tuij #contents{
    width: 100%;
}
.info-tuij .th-title,#contents .table .tr-td{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.info-tuij .th-title li{
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    background-color: #3f57f2;
}
#contents > div {
    display: none;
}
#contents > div:first-child{
    display: block;
}
#contents .table .tr-td li{
    width: 100%;
    color: #494040;
    text-align: center;
    padding: 7px 0;
    font-size: 20px;
    font-weight: 900;
}
#contents .table ul:nth-child(odd){
    /*background-color: #e6e5e5;*/
}

.bg_color{
    background-color: #e6e5e5;
}
.bg-hui {
    background-color: #f7f8f8;
    padding-bottom: 0px;
}

.about-box {
    padding: 5% 0px 0px;
    display: flex;
    justify-content: space-between;
}

.about-box .lf-wz {
    width: 50%;
}
.about-box .lf-wz .wz-top {
    padding-bottom: 20px;
}

.about-box .lf-wz .wz-top:last-child {
    padding-bottom: 0px;
}

.about-box .lf-wz .wz-top p {
    font-size: 22px;
    color: #616262;
    padding-bottom: 12px;
    line-height: 40px;
}

.about-box .lf-wz .wz-top h4 {
    color: #e46f11;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.xd-box {
    background: url(../imgs/ys-bg5.png) no-repeat;
    background-size: 100% 100%;
    padding: 5% 0px 2%;
    margin-top: -3%;
}

.xd-box h4 {
    font-size: 55px;
    color: #fff;
    text-align: center;
}

.client-box {
    padding: 5% 0px;
}

.client-box h4 {
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.client-box h4 span {
    color: #808080;
    font-weight: normal;
    display: inline-block;
    padding-left: 60px;
}

.client-box .hp-wz {
    font-size: 20px;
    color: #808080;
    padding: 40px 0px 20px;
    text-align: center;
}

.client-box .cli-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.client-box .cli-list li {
    width: 20%;
    cursor: pointer;
}

.client-box .cli-list li .li-box {
    margin: 0px 10px 0px;
    position: relative;
    /*border: 10px solid #ddd;*/
    border-radius: 5px;
}

.client-box .cli-list li .li-box::after {
    content: '';
    /*background-color: rgba(0, 0, 0, 0.5);*/
    border-radius: 5px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.client-box .cli-list li .li-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 5px;
}

.client-box .cli-list li .li-box p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.fot-box {
    background-color: #333333;
    padding: 5% 0px 0px;
}

.fot-box .fot-top {
    display: flex;
}

.fot-box .fot-top .fot-lft {
    width: 61%;
    display: flex;
    /*border-right: 1px solid #fff;*/
}

.fot-box .fot-top .fot-lft li {
    text-align: center;
    /*padding-right: 8%;*/
    width: 228px;
}

.fot-box .fot-top .fot-lft li:last-child {
    padding-right: 0px;
}

.fot-box .fot-top .fot-lft li img {
    width: 160px;
    height: 160px;
    border-radius: 5px;
    margin: auto;
}

.fot-box .fot-top .fot-lft li p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.fot-box .fot-top .fot-rig {
    flex: 1;
    padding-left: 5%;
}

.fot-box .fot-top .fot-rig img {
    width: 180px;
    hyphens: 57px;
}

.fot-box .fot-top .fot-rig p {
    font-size: 22px;
    color: #fff;
    padding: 15px 0px 25px;
}

.fot-box .fot-top .fot-rig span {
    font-size: 16px;
    color: #fff;
}

.fot-wz {
    padding: 6% 0px 1%;
    text-align: center;
}

.fot-wz p {
    font-size: 16px;
    color: #9b9b9b;
}

.nodata{
    line-height: 40px;
    text-align: center;
    color: #9e9e97;
    font-weight: bold;
}