@charset "UTF-8";
/*头部开始*/
.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    line-height: 118px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.header.fixed,
.header.inner {
    position: fixed;
    line-height: 90px;
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.header.fixed {
    box-shadow: 0 4px 10px rgba(116, 116, 116, 0.1);
}
.header .logo {
    font-size: 0;
}
.header .logo .img2,
.header.fixed .logo .img1,
.header.inner .logo .img1 {
    display: none;
}
.header.fixed .logo .img2,
.header.inner .logo .img2 {
    display: inline-block;
}
.header .logo .slogan {
    position: relative;
    display: inline-block;
    margin-left: 31px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}
.header .logo .slogan:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -21px;
    width: 1px;
    height: 42px;
    background-color: #ffffff;
    opacity: 0.1;
}
.header.fixed .logo .slogan,
.header.inner .logo .slogan {
    color: #767676;
}
.header.fixed .logo .slogan:before,
.header.inner .logo .slogan:before {
    background-color: #d9d9d9;
    opacity: 0.5;
}
.header-inner {
    line-height: 90px;
    height: 90px;
    background: #fff;
}
.header-inner .logo .img1 {
    display: none;
}
.header-inner .logo .img2 {
    display: inline-block;
}
.nav-list {
    font-size: 0;
}
.nav-list li {
    float: left;
    position: relative;
}
.nav-list li~li {
    margin-left: 25px;
}
.nav-list li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #fff;
    padding: 0 14px;
}
.header.fixed .nav-list li>a,
.header.inner .nav-list li>a {
    line-height: 40px;
    color: #666;
}
.header.fixed .nav-list li.on>a,
.header.inner .nav-list li.on>a,
.header.fixed .nav-list li>a:hover,
.header.inner .nav-list li>a:hover {
    color: #cf251f;
}
.nav-list li a span {
    position: relative;
}
.nav-list li.on a,
.nav-list li a:hover {
    color: #cf251f;
}
.head-right li {
    float: left;
    color: #fff;
    position: relative;
}
.head-right li .icon {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.head-right li:hover .icon {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.header.fixed .head-right li .des p,
.header.inner .head-right li .des p {
    color: #333;
}
.head-right li~li {
    margin-left: 18px;
    cursor: pointer;
}
.head-right li:first-child {
    padding-right: 10px;
}
.head-right li .iconfont {
    display: inline-block;
    margin-right: 8px;
    width: 22px;
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
}
.header.fixed .head-right li .iconfont,
.header.inner .head-right li .iconfont {
    color: #cf251f;
}
.head-right li .des {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.head-right li .des p {
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.gochat {
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 16px;
    color: #fff !important;
    background: #cf251f;
    vertical-align: middle;
}
@media (max-width: 1600px) {
    .head-right li .des p {
        font-size: 18px;
    }
}
/*二级导航*/
.nav-list>li .tnavbox {
    position: absolute;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    top: 83%;
    height: 0;
    padding-top: 17px;
    /* display:none;*/
    text-align: center;
    z-index: 99;
}
.nav-list>li .tnavbox .tnav {
    background: #fff;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .1);
    /*padding: 15px 0 12px;*/
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}
.nav-list>li .tnavbox .tnav a {
    display: block;
    color: #666;
    line-height: 45px;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.nav-list>li .tnavbox .line {
    z-index: 9;
    width: 20px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 17px;
    background: #cf251f;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}
.nav-list>li .tnavbox .tnav a:hover,
.nav-list>li .tnavbox .tnav a.on {
    background: #cf251f;
    color: #fff;
}
.nav-list>li:hover .tnavbox {
    height: 100px;
}
.nav-list>li:hover .tnavbox .tnav,
.nav-list>li:hover .tnavbox .line {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1800px) {
    .header {
        padding-right: 3%;
        padding-left: 3%;
    }
}
@media (max-width: 1600px) {}
@media (max-width: 1500px) {}
@media (max-width: 1400px) {}
/*头部结束*/

/*尾部开始*/
/*footer*/
.footer {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #262626;
}
.footer .com-width,
.copyright .com-width {
    padding: 0 30px;
}
.footer .slogan {
    font-size: 42px;
    line-height: 1.1;
    color: #ffffff;
    border-bottom: 1px solid #767676;
}
.footer .slogan span {
    display: inline-block;
    height: 100%;
    position: relative;
    padding-bottom: 45px;
}
.footer .slogan span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.foot-contact .item {
    width: 33.3333%;
    padding-top: 95px;
}
.foot-contact .item:nth-child(2) {
    padding-right: 140px;
}
.foot-contact .item h4 {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
}
.foot-contact .item .des {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
    margin-top: 25px;
}
.foot-contact .item .des .focus {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.foot-contact .item .des .focus~.focus {
    margin-left: 10px;
}
.foot-contact .item .des .focus .iconfont {
    display: inline-block;
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-contact .item .des .focus:hover .iconfont {
    color: rgba(255, 255, 255, .9);
}
.foot-contact .item .des .focus .qr-box {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.foot-contact .item .des .focus:hover .qr-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.copyright {
    padding-bottom: 30px;
    padding-top: 30px;
    color: rgba(255, 255, 255, .33);
    background-color: #262626;
}
.copyright a {
    color: rgba(255, 255, 255, .33);
}
.copyright .fr a {
    position: relative;
    color: rgba(255, 255, 255, .33);
}
.copyright .fr a ~ a {
    margin-left: 20px;
    padding-left: 21px;
}
.copyright .fr a~a:before {
    content: "|";
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, .2);
}
.foot-nav li a:hover,
.copyright a:hover {
    color: #fff;
}
.copyright .notice {
    color: #cf251f;
    margin-left: 20px;
}
/*尾部结束*/

/*首页 开始*/
.com-more {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #cf251f;
    border-bottom: 2px solid #cf251f;
    padding-bottom: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.com-more:hover {
    padding: 0 10px 10px;
}
.com-more .iconfont {
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
}
.com-more-2 {
    color: #595757;
}
.com-more-3 {
    color: #fff;
}
.zq-title {
    text-align: center;
    margin-bottom: 50px;
}
.zq-title.text-left {
    text-align: left;
}
.zq-title .tit {
    font-size: 42px;
    line-height: 1;
    color: #1b202e;
}
.zq-title .subtit {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1;
    color: #767676;
    font-weight: 300;
}
.zq-about .des {
    font-size: 22px;
    line-height: 1.75;
    color: #2e3136;
    margin-top: 60px;
    margin-bottom: 45px;
}
.zq-system {
    background: url(../images/bg-2.png) repeat;
}
.system-list .item {
    width: 22.5%;
    height: 420px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 68px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.system-list .item:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
}
.system-list .item .pic {
    display: inline-block;
    width: 180px;
    height: 180px;
    background-color: #f7f7f7;
    line-height: 180px;
    font-size: 0;
    border-radius: 50%;
}
.system-list .item .tit {
    margin-top: 58px;
    font-size: 24px;
    line-height: 1;
    color: #1b202e;
}
.system-list .item .tit-en {
    font-size: 14px;
    line-height: 1;
    color: #81868e;
    margin-top: 18px;
    text-transform: uppercase;
}
.zq-case-list .item {
    width: 45.5%;
    margin-bottom: 160px;
}
.zq-case-list .item:nth-child(3) {
    margin-top: -243px;
}
.zq-case-list .item .tit-cate {
    font-size: 20px;
    color: #595757;
    margin-top: 30px;
}
.zq-case-list .item .tit {
    font-size: 42px;
    line-height: 1;
    color: #1b202e;
    margin-top: 15px;
    margin-bottom: 25px;
}
.zq-case-list .item .more {
    font-size: 18px;
    color: #767676;
    border-bottom: 1px solid #767676;
}
.zq-case .more-btn {
    margin: 0 auto;
    display: block;
    width: 290px;
    font-size: 42px;
    line-height: 1;
    color: #1b202e;
    padding-bottom: 5px;
    border-bottom: 2px solid #1b202e;
}
.zq-case-list .item:nth-child(3),
.zq-case-list .item:nth-child(4) {
    margin-bottom: 140px;
}
.zq-partner-list {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.zq-partner-list li {
    float: left;
    width: 14.2857%;
    width: calc(100% / 7);
    height: 130px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: none;
    border-left: none;
    overflow: hidden;
    padding: 0 20px;
}
.zq-partner-list li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .6;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.zq-partner-list li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.zq-tab {
    margin-top: 30px;
    margin-bottom: 45px;
    text-align: center;
    font-size: 0;
}
.zq-tab li {
    display: inline-block;
    font-size: 20px;
    color: #595757;
    cursor: pointer;
    margin: 0 25px;
    position: relative;
    padding-bottom: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.zq-tab li.on {
    color: #cf251f;
}
.zq-tab li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid #cf251f;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.zq-tab li.on:after,
.zq-tab li:hover:after {
    left: 0;
    width: 100%;
}
.zq-news-content .news-item {
    padding: 0 30px;
}
.zq-news-content .news-item .left {
    width: 40.9090%;
    position: relative;
}
.zq-news-content .news-item .left .pic {
    position: relative;
}
.zq-news-content .news-item .left .pic .date {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 28px;
    background-color: #6d7583;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}
.zq-news-content .news-item .left .cont {
    padding: 45px 150px 45px 50px;
    background-color: #f5f5f5;
    position: relative;
}
.zq-news-content .news-item .left .cont .iconfont,
.zq-news-content .news-item .right ul li .iconfont {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 25px;
    color: #BFBFBF;
}
.zq-news-content .news-item .left .cont h4 {
    font-size: 24px;
    color: #1b202e;
    line-height: 1.2;
}
.zq-news-content .news-item .left .cont p {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    margin-top: 20px;
}
.zq-news-content .news-item .right {
    width: 48.7012%;
}
.zq-news-content .news-item .right ul {
    border-bottom: 1px solid #eee;
}
.zq-news-content .news-item .right ul li {
    border-top: 1px solid #eee;
    padding: 25px 160px 25px 15px;
    position: relative;
}
.zq-news-content .news-item .right ul li .iconfont {
    color: #e8e8e8;
    right: 15px;
}
.zq-news-content .news-item .right ul li h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #1b202e;
}
.zq-news-content .news-item .right ul li h4 a {
    color: #1b202e;
}
.zq-news-content .news-item .right ul li h4 a:hover {
    color: #cf251f;
}
.zq-news-content .news-item .right ul li p {
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.2;
    color: #666666;
}
.zq-news-content .news-item .right ul li .date {
    font-size: 14px;
    color: #767676;
}
.zq-offer {
    margin-top: 210px;
}
.zq-offer .tit {
    font-size: 52px;
    line-height: 1;
    color: #1b202e;
}
.zq-offer .subtit {
    margin-top: 25px;
    font-size: 42px;
    line-height: 1;
    color: #1b202e;
}
.zq-offer .zixun {
    display: inline-block;
    margin-top: 60px;
    width: 260px;
    height: 68px;
    background-color: #cf251f;
    border-radius: 34px;
    line-height: 68px;
    color: #fff;
    font-size: 20px;
}
.zq-offer .tel {
    margin-top: 20px;
    font-size: 18px;
    color: #595757;
}
/*首页 结束*/


/*案例列表 开始*/
.cate-big-cate {
    padding-top: 60px;
    font-size: 0;
}
.cate-big-cate li {
    position: relative;
    display: inline-block;
    margin: 0 50px;
    padding-bottom: 12px;
}
.cate-big-cate li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid #cf251f;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cate-big-cate li.on:after,
.cate-big-cate li:hover:after {
    left: 0;
    width: 100%;
    opacity: 1;
}
.cate-big-cate li a {
    font-size: 18px;
    color: #595757;
}
.cate-big-cate li.on a {
    color: #cf251f;
}
.case-intro {
    padding-top: 80px;
    padding-bottom: 120px;
}
.case-intro .pic {
    margin-top: 45px;
    margin-bottom: 45px;
}
.case-youshi {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 680px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.case-youshi:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .15;
}
.case-youshi .cont {
    text-align: center;
    position: relative;
}
.case-youshi .cont h3 {
    font-size: 42px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 60px;
}
.case-youshi-list .item {
    width: 32.5%;
    height: 145px;
    /*background-color: #ffffff;*/
    /*box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-youshi-list .item .num {
    font-size: 90px;
    line-height: 1;
    color: #fff;
    margin-right: 20px;
}
.case-youshi-list .item .des .num-tit {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-align: left;
}
.case-youshi-list .item .des .num-des {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
@media (max-width: 1440px) {
    .case-youshi {
        height: 450px;
    }
}
.zq-founder {
    position: relative;
    height: 880px;
    align-items: center;
}
.zq-founder .cont {
    width: 50%;
}
.zq-founder .cont .tit {
    font-size: 42px;
    line-height: 1;
    color: #1b202e;
}
.zq-founder .cont .slogan {
    font-size: 20px;
    color: #767676;
    line-height: 1;
    margin-top: 25px;
}
.zq-founder .cont .name {
    font-size: 42px;
    line-height: 1;
    color: #1b202e;
    margin-top: 60px;
}
.zq-founder .cont .subtit {
    font-size: 24px;
    color: #da251c;
    line-height: 1;
    margin-top: 25px;
}
.zq-founder .cont .des {
    font-size: 14px;
    line-height: 30px;
    color: #767676;
    margin-top: 30px;
}
.zq-founder .cont .des p~p {
    margin-top: 20px;
}
.zq-founder .pic {
    position: absolute;
    right: 0;
    bottom: 0;
}
.case-list {
    margin-bottom: -80px;
}
.case-list.mini {
    margin-bottom: 0;
}
.case-list li {
    margin-bottom: 80px;
}
.case-list li .cont {
    padding-top: 30px;
    padding-bottom: 45px;
    border-bottom: 1px solid #d9d9d9;
}
.case-list li .cont .tit {
    font-size: 18px;
    line-height: 1;
    color: #595757;
}
.case-list li .cont .tit span {
    color: #999;
}
.case-list li .cont .subtit {
    font-size: 28px;
    line-height: 1;
    color: #1b202e;
    margin-top: 16px;
}
.more-wrap .more-btn {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: #1b202e;
    padding-bottom: 5px;
    border-bottom: 1px solid #1b202e;
}
/*案例列表 结束*/


/*案例详情 开始*/
.case-next {
    justify-content: center;
    align-items: center;
    height: 600px;
    margin-top: 80px;
    margin-bottom: 200px;
    text-align: center;
}
.case-next .tit {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Microsoft Yahei Light';
}
.case-next .subtit {
    font-size: 52px;
    line-height: 1;
    color: #fff;
    margin-top: 45px;
}
.case-next .tit a,
.case-next .subtit a {
    color: #fff;
}
.case-next .tit a:hover,
.case-next .subtit a:hover {
    text-decoration: underline;
}
.case-next .subtit b {
    color: #cf251f;
    font-weight: normal;
}
.detail-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail-service .item {
    width: auto;
    padding: 40px 0;
    font-size: 18px;
    line-height: 32px;
    color: #595757;
}
.detail-service .item h4 {
    font-weight: bold;
}
.detail-case {
    margin-top: 70px;
}
.detail-case .left {
    width: 67.5%;
}
.detail-case .right {
    width: 24.0625%;
}
.case-tit {
    margin-bottom: 30px;
}
.case-tit .tit {
    font-size: 32px;
    line-height: 1.2;
    color: #363641;
}
.case-tit .tit em {
    font-style: normal;
    font-size: 16px;
    color: #81868e;
    margin-left: 15px;
}
.case-tit .subtit {
    font-size: 52px;
    line-height: 1.2;
    color: #363641;
    margin-top: 14px;
}
.case-tit .subtit b {
    font-weight: normal;
    color: #cf251f;
}
.case-detail {
    font-size: 16px;
    color: #81868e;
}
.case-detail p~p {
    margin-top: 30px;
}
.detail-imp {
    font-size: 20px;
    color: #595757;
}
.side-tit {
    font-size: 24px;
    line-height: 1;
    color: #1b202e;
    margin-bottom: 25px;
}
.case-list.mini li {
    margin-bottom: 30px;
}
.case-list.mini li .cont {
    padding: 25px 0;
}
.case-list.mini li .cont .tit {
    font-size: 14px;
}
.case-list.mini li .cont .subtit {
    font-size: 20px;
    margin-top: 10px;
}
.case-more-2 {
    text-align: center;
    margin-bottom: 75px;
}
.case-more-2 a {
    font-size: 18px;
    color: #1b202e;
    border-bottom: 1px solid #1b202e;
}
.hasfixed .hot-news {
    position: sticky;
    z-index: 2;
    top: 100px;
}
.hot-news .item {
    margin-bottom: 30px;
}
.hot-news .item .pic {
    width: 180px;
}
.hot-news .item .pic img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.hot-news .item .cont {
    flex: 1;
    padding-left: 25px;
}
.hot-news .item .cont h4 {
    font-size: 18px;
    line-height: 32px;
    color: #1b202e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hot-news .item .cont h4 a {
    color: #1b202e;
}
.hot-news .item .cont h4 a:hover {
    color: #cf251f;
}
.hot-news .item .cont .date {
    font-size: 14px;
    color: #767676;
    margin-top: 15px;
}
/*案例详情 结束*/


/*联系 开始*/
.page-contact .left {
    width: 40.9375%;
}
.page-contact .right {
    width: 49.375%;
}
.page-contact {
    margin-top: 60px;
}
.form-box-single .form-item {
    border: solid 1px #d9d9d9;
}
.form-box-single .form-item~.form-item {
    margin-top: 16px;
}
.form-box-single .form-item input {
    height: 60px;
    padding: 0 24px;
    font-size: 16px;
}
.form-box-single .form-item textarea {
    height: 200px;
    padding: 20px 24px;
}
.form-box-single .form-submit {
    margin-top: 26px;
    width: 300px;
    text-align: center;
}
.form-box-single .form-submit input {
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #ffffff;
    background-color: #595757;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.form-box-single .form-submit input:hover {
    background-color: #cf251f;
}
.contact-list li {
    font-size: 18px;
    line-height: 26px;
    color: #595757;
    font-weight: 300;
}
.contact-list li b {
    font-weight: normal;
    margin-right: 40px;
    color: #1b202e;
}
.contact-list li~li {
    margin-top: 25px;
}
.contact-qr {
    margin-top: 90px;
    justify-content: flex-start;
    text-align: center;
}
.contact-qr li~li {
    margin-left: 100px;
}
.contact-qr li img {
    width: 120px;
}
.contact-qr li p {
    font-size: 14px;
    margin-top: 5px;
    color: #767676;
}
/*联系 结束*/
.zq-title .company {
    font-size: 32px;
    line-height: 1;
    color: #1b202e;
    font-weight: 300;
    margin-bottom: 22px;
}
.about-intro .zq-title .tit {
    line-height: 1.4;
}
.about-ys {
    margin-top: 75px;
}
.about-ys .item {
    position: relative;
    width: 24%;
}
.about-ys .item .cont {
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px;
    color: #fff;
}
.about-ys .item .cont h4 {
    font-size: 32px;
    line-height: 1.3;
    color: #ffffff;
}
.about-ys .item .cont p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    opacity: 0.5;
    margin-top: 25px;
}
.about-ys .item .en {
    position: absolute;
    left: 50px;
    bottom: 44px;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.33;
}
.about-gray {
    margin-top: -315px;
    height: 406px;
    background-color: #d7d7d7;
}
.zq-about-founder {
    height: auto;
    padding-top: 160px;
}
.zq-about-founder .cont {
    width: 45%;
}
.zq-about-founder .pic {
    width: 49.375%;
}
.founder-show {
    margin-top: 45px;
}
.founder-show li:first-child {
    width: 41.3888%;
}
.founder-show li:last-child {
    width: 53.8888%;
}
.zq-about-founder .cont .name {
    margin-top: 130px;
}
.zq-picture {
    padding-bottom: 100px;
}
.zq-picture-list .item .abox .tit {
    font-size: 16px;
    line-height: 75px;
    color: #1b202e;
    text-align: center;
    padding: 0 15px;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.zq-picture-list .item .abox .tit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #cf251f;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.zq-picture-list .item .abox:hover .tit {
    color: #cf251f;
}
.zq-picture-list .item .abox:hover .tit:after {
    opacity: 1;
}
/*.zq-picture-tab-content,
.zq-picture-tab-content>.swiper-wrapper {
    overflow: visible;
}*/
.zq-picture-tab-content {
    position: relative;
}
.zq-picture-tab-content .tab-arrow .item-arrow {
    display: none;
}
.zq-picture-tab-content .tab-arrow .prev,
.zq-picture-tab-content .tab-arrow .next {
    position: absolute;
    left: -60px;
    top: 50%;
    z-index: 9;
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 0;
    background: rgba(0,0,0,0.15);
    margin-top: -50px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*.zq-picture-tab-content .tab-arrow.swiper-slide-active .prev,
.zq-picture-tab-content .tab-arrow.swiper-slide-active .next {
    opacity: 1;
    visibility: visible;
}*/
.zq-picture-tab-content .tab-arrow .next {
    right: -60px;
    left: auto;
}
.zq-picture-tab-content .tab-arrow .prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.zq-picture-tab-content .tab-arrow .prev i,
.zq-picture-tab-content .tab-arrow .next i {
    font-size: 24px;
}
.zq-picture-tab-content .tab-arrow .prev:hover,
.zq-picture-tab-content .tab-arrow .next:hover {
    background: #cf251f;
}
.zq-picture-tab-content .tab-arrow .prev:focus,
.zq-picture-tab-content .tab-arrow .next:focus {
    outline: none;
}

/*关于 开始*/
.about-ln {
    padding-top: 150px;
    padding-bottom: 150px;
}
.linian-list {
    margin-top: 80px;
}
.linian-list .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.linian-list .item~.item {
    margin-top: 95px;
}
.linian-list .item .cont {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 100px;
}
.linian-list .item:nth-child(2n) .cont {
    padding-left: 0;
    padding-right: 100px;
}
.linian-list .item .cont .num {
    font-size: 60px;
    line-height: 1;
    color: #1b202e;
}
.linian-list .item .cont .num:after {
    content: "";
    display: inline-block;
    width: 110px;
    height: 3px;
    background-color: #1b202e;
    vertical-align: middle;
    margin-left: 18px;
    position: relative;
    top: -5px;
}
.linian-list .item .cont .tit {
    font-size: 42px;
    line-height: 1;
    color: #1b202e;
    margin-top: 40px;
    margin-bottom: 14px;
}
.linian-list .item .cont .subtit {
    font-size: 20px;
    color: #cf251f;
}
.linian-list .item .cont .des {
    font-size: 14px;
    line-height: 30px;
    color: #767676;
    margin-top: 45px;
}
.ln-title {
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.ln-title h3 {
    font-size: 32px;
    font-weight: 300;
    font-family: "Microsoft Yahei Light";
    line-height: 1;
    color: #1b202e;
}
.ln-title p {
    font-size: 42px;
    font-weight: normal;
    line-height: 1.3;
    color: #1b202e;
    margin-top: 15px;
}
.ln-pic {
    position: relative;
}
.ln-pic ul {
    position: absolute;
    left: 5%;
    bottom: -80px;
    z-index: 2;
    width: 90%;
    height: 160px;
    background-color: #ffffff;
    box-shadow: 7px 7px 20px 0px 
        rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
}
.ln-pic ul li .pic {
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.ln-pic ul li:hover .pic {
    background-position: -57px 0;
}
.ln-pic ul li .cont {
    flex: 1;
    padding-left: 30px;
}
.ln-pic ul li .cont h4 {
    font-size: 24px;
    line-height: 1;
    color: #1f2f46;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.ln-pic ul li:hover .cont h4 {
    color: #fff;
}
.ln-pic ul li .cont p {
    font-size: 15px;
    line-height: 24px;
    color: #8c8c8c;
    margin-top: 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.ln-pic ul li:hover .cont p {
    color: #ffffff;
    opacity: 0.5;
}
.ln-pic ul li {
    width: 33.333333%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.ln-pic ul li:hover {
    background-color: #d8241c;
}
/*关于 结束*/

/*方案 开始*/
.page-mbx {
    margin-top: 90px;
    padding-top: 40px;
    font-size: 16px;
    color: #767676;
}
.page-mbx a {
    color: #595757;
    margin: 0 15px;
}
.page-mbx a:first-child {
    margin-left: 0;
}
.page-mbx a:hover {
    color: #cf251f;
}
.section {
    align-items: center;
}
.section-js {
    height: 760px;
}
.section-js .cont {
    width: 50%;
    padding-left: 80px;
}
.section-js .pic {
    flex: 1;
    margin-right: -110px;
}
.sec-tit {
    font-size: 52px;
    line-height: 1.3;
    color: #363641;
}
.sec-tit .mini {
    font-size: 32px;
}
.sec-des {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2.1;
    color: #595757;
}
.section .cont .com-more {
    margin-top: 115px;
}
.page-title {
    text-align: center;
}
.page-title.text-left {
    text-align: left;
}
.page-title .tit {
    font-size: 42px;
    line-height: 1.3;
    color: #ffffff;
}
.page-title .subtit {
    font-size: 24px;
    color: #ffffff;
    opacity: 0.5;
    line-height: 1.5;
    margin-top: 22px;
    font-weight: 300;
}
.page-title.black .tit {
    color: #1b202e;
}
.page-title.black .subtit {
    color: #1b202e;
    opacity: .8;
}
.page-title .subtit.no {
    opacity: 1;
}
.wz-zhl {
    padding-top: 130px;
    padding-bottom: 150px;
    background-color: #262626;
}
.up-list {
    margin-top: 100px;
}
.up-list .item {
    position: relative;
    width: 28.75%;
    background-color: #ffffff;
    text-align: center;
    padding: 0 30px;
}
.up-list .item~.item:before {
    content: "";
    position: absolute;
    left: -16%;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/solution/icon-1.png) no-repeat center;
    background-size: contain;
}
.up-list .item .cont,
.up-list .item .pic {
    display: flex;
    align-items: center;
    justify-content: center;
}
.up-list .item .cont {
    height: 210px;
    border-bottom: 1px solid #ddd;
}
.up-list .item .cont .t1 {
    font-size: 80px;
    line-height: 1;
    color: #cf251f;
    font-weight: bold;
}
.up-list .item .cont .t2 {
    font-size: 18px;
    line-height: 1;
    color: #595757;
    margin-top: 20px;
}
.up-list .item .pic {
    height: 108px;
}
.flex-r {
    flex-direction: row-reverse;
}
.bg-f5f {
    background: #f5f5f5;
}
.section .cont-flex {
    display: flex;
    align-items: center;
}
.section-pt .pic {
    width: 59%;
}
.section-pt .cont {
    flex: 1;
    padding-left: 110px;
}
.section-ch .cont {
    padding-left: 130px;
    flex: 1;
}
.section-ch .pic {
    padding-right: 110px;
    width: 49%;
}
.bg-black {
    background-color: #262626;
}
.wz-lc {
    padding-top: 120px;
    padding-bottom: 140px;
}
.wz-lc-list {
    margin-top: 120px;
}
.wz-lc-list li {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #595757;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.wz-lc-list li:nth-child(2n) {
    margin-top: 140px;
}
.wz-lc-list li:after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -25px;
    width: 40px;
    height: 35px;
    background: url(../images/solution/icon-2.png) no-repeat center;
    background-size: contain;
}
.wz-lc-list li:nth-child(2n):after {
    right: -50px;
    bottom: auto;
    top: -25px;
    -webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
}
.wz-lc-list li:last-child:after {
    display: none;
}
.zq-offer.inner {
    margin-top: 0;
}
.zq-offer.inner .tit {
    font-size: 42px;
}
.zq-offer.inner .zixun {
    margin-top: 40px;
}
.section-baogao .pic {
    width: 56%;
}
.section-baogao .cont {
    flex: 1;
    padding-left: 150px;
}
.qwyx-intro .pic {
    width: 56.875%;
    margin-right: 0;
    flex: none;
}
.qwyx-intro .cont {
    width: auto;
    flex: 1;
    padding-left: 80px;
    padding-right: 80px;
}
.qwyx-tongdian .pic {
    position: relative;
}
.qwyx-tongdian .pic .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.qwyx-tongdian .pic .txt .tit {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
}
.qwyx-tongdian .pic .txt .subtit {
    font-size: 52px;
    line-height: 1;
    color: #ffffff;
    margin-top: 20px;
}
.solution-founder {
    position: relative;
    margin-top: 210px;
    height: 600px;
    background: url(../images/solution/qwyx-3-bg.jpg) no-repeat center;
    background-size: cover;
}
.solution-founder .com-width {
    align-items: center;
    height: 100%;
}
.solution-founder .cont {
    padding-left: 137px;
}
.solution-des {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.6;
    margin-top: 30px;
}
.solution-btn {
    display: inline-block;
    width: 160px;
    height: 42px;
    background-color: #cf251f;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #ffffff!important;
    margin-top: 60px;
}
.solution-founder .qr {
    padding-right: 200px;
    text-align: center;
}
.solution-founder .qr p {
    font-size: 18px;
    margin-top: 20px;
    color: #ffffff;
}
.red2 {
    color: #da251c;
}
.solution-founder .pic {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 464px;
    margin-left: -232px;
    text-align: center;
}
.qwyx-lc-list .item {
    position: relative;
    width: 17.1875%;
    padding-bottom: 30px;
    margin-bottom: 50px;
    cursor: pointer;
}
.qwyx-lc-list .item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #cf251f;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.qwyx-lc-list .item:hover:after {
    opacity: 1;
}
.qwyx-lc-list .item h4 {
    font-size: 24px;
    color: #1b202e;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
}
.qwyx-lc-list .item p {
    font-size: 14px;
    line-height: 28px;
    color: #595757;
    padding-right: 10px;
}
.seo-intro .pic {
    width: 45.5625%;
}
.seo-intro .cont {
    flex: 1;
    padding: 0 80px;
}
.seo-why-list {
    margin-top: 100px;
    margin-bottom: 100px;
}
.seo-why-list .item {
    position: relative;
    width: 20%;
    height: 200px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.seo-why-list .item p {
    font-size: 32px;
    line-height: 1;
    margin-top: 30px;
    color: #595757;
}
.seo-why-list .item~.item:before {
    content: "";
    position: absolute;
    left: -24%;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/solution/icon-3.png) no-repeat center;
    background-size: contain;
}
.up-list.black .item {
    border: solid 1px #d9d9d9;
}
.up-list.black .item~.item:before {
    background: url(../images/solution/icon-3.png) no-repeat center;
    background-size: contain;
    opacity: 0.5;
}
.seo-lc-list {
    margin-top: 85px;
}
.seo-lc-list .item {
    width: 15.5625%;
    height: 300px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.seo-lc-list .item:hover {
    background-color: #cf251f;
}
.seo-lc-list .item .pic {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    line-height: 118px;
    font-size: 0;
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.seo-lc-list .item:hover .pic {
    border-color: #fff;
}
.seo-lc-list .item p {
    font-size: 24px;
    line-height: 1;
    margin-top: 40px;
    color: #595757;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.seo-lc-list .item:hover p {
    color: #fff;
}
.seo-fs-list {
    margin-top: 130px;
}
.seo-fs-list .item-fs~.item-fs {
    margin-top: 160px;
}
.seo-fs-list .item-fs .pic {
    width: 40.8125%;
}
.seo-fs-list .item-fs .cont {
    flex: 1;
    padding-right: 150px;
    display: flex;
    align-items: center;
}
.seo-fs-list .item-fs:nth-child(2n) {
    flex-direction: row-reverse;
}
.seo-fs-list .item-fs:nth-child(2n) .cont {
    padding-right: 0;
    padding-left: 150px;
}
.seo-fs-list .item-fs .cont .tit-big {}
.seo-fs-list .item-fs .cont .tit-big .num {
    font-size: 82px;
    line-height: 1;
    color: #1b202e;
}
.seo-fs-list .item-fs .cont .tit-big .tit {
    font-size: 52px;
    line-height: 1;
    color: #1b202e;
    margin-top: 20px;
}
.seo-fs-lc {
    margin-bottom: -70px;
    margin-top: 90px;
}
.seo-fs-lc .item {
    position: relative;
    width: 40%;
    padding-bottom: 0;
    margin-bottom: 70px;
}
.seo-fs-lc .item:after {
    display: none;
}
.seo-fs-lc .item h4 {
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 12px;
    padding-right: 0;
}
.seo-fs-lc .item p {
    padding-right: 0;
}
/*方案 结束*/

/*新闻列表 开始*/
.page-mbx.normal {
    padding-top: 35px;
    padding-bottom: 35px;
}
.news-swp {
    width: 66.25%;
    margin: 0;
}
.news-swp .item {
    position: relative;
}
.news-swp .item .tit-box {
    position: absolute;
    left: 50px;
    bottom: 40px;
    z-index: 2;
}
.news-swp .item .tit-box .date {
    width: 80px;
    height: 28px;
    background-color: #cf251f;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
}
.news-swp .item .tit-box .tit {
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
    margin-top: 18px;
}
.news-focus {
    position: relative;
    width: 28.75%;
    border: 20px solid #f5f5f5;
    text-align: center;
    padding-top: 2%;
}
.news-focus .pic {
    width: 50%;
    margin: 0 auto;
}
.news-focus p {
    margin-top: 25px;
    font-size: 24px;
    line-height: 1;
    color: #1b202e;
}
.news-focus .tit {
    position: absolute;
    left: 25%;
    bottom: 8%;
    width: 50%;
    text-align: center;
}
.news-cate {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 0;
}
.news-cate a {
    display: inline-block;
    font-size: 20px;
    color: #595757;
    line-height: 1.2;
    position: relative;
}
.news-cate a~a {
    margin-left: 56px;
}
.news-cate a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -31px;
    width: 0;
    border-bottom: 2px solid #cf251f;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-cate a:hover:after,
.news-cate a.on:after {
    opacity: 1;
    width: 100%;
    left: 0;
}
.news-cate a.on {
    color: #cf251f;
}
.content-left {
    width: 66.25%;
}
.content-right {
    width: 30%;
}
.content-right h3 {
    font-size: 30px;
    line-height: 1;
    color: #1b202e;
    margin-bottom: 48px;
}
.news-list .item {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}
.news-list .item:first-child {
    padding-top: 0;
}
.news-list .item .pic {
    width: 360px;
    height: 218px;
    background-color: #f5f5f5;
}
.news-list .item .pic a {
    display: block;
    width: 100%;
    height: 100%;
}
.news-list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list .item .cont {
    flex: 1;
    padding-left: 44px;
    padding-right: 50px;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
}
.news-list .item .cont h4 {
    font-size: 24px;
    color: #1b202e;
}
.news-list .item .cont h4 a {
    color: #1b202e;
}
.news-list .item .cont h4 a:hover {
    color: #cf251f;
}
.news-list .item .cont p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 14px;
}
.news-list .item .cont .date {
    position: absolute;
    left: 44px;
    bottom: 25px;
    font-size: 14px;
    color: #767676;
}
.news-list .item .cont .iconfont {
    position: absolute;
    right: 16px;
    bottom: 15px;
    font-size: 25px;
    color: #E8E8E8;
}
.ajax-more {
    display: block;
    height: 68px;
    line-height: 68px;
    background-color: #eeeeee;
    text-align: center;
    font-size: 18px;
    color: #81868e;
    margin-top: 40px;
}

/*新闻列表 结束*/































/*新闻详情*/
.news-detail {
    padding-bottom: 80px;
}
.detail-left .content-box {
    /*padding: 30px;*/
    /*min-height: 905px;*/
}
.detail-left {
    width: 65%;
}
.detail-left .content-box .title {
    font-size: 26px;
    color: #333;
}
.detail-left .content-box .time {
    color: #999;
    margin: 15px 0 20px;
    border-bottom: 1px solid #eee;
        padding-bottom: 20px;
}
.detail-left .content-box .content {
    line-height: 25px;
    color: #999;
    font-size: 14px;
}
.detail-left .content-box p {
    line-height: 1.75;
    font-size: 16px;
    color: #999;
}
.detail-left .content-box .content img {
    width: 100% !important;
    height: auto !important;
}
.detail-left .next-btn {
    margin: 0px 0 20px 0;
    display: block;
    font-size: 14px;
}
.news-detail .detail-right {
    width: 32%;
    background: #fff;
}
.news-detail .detail-right .right-box {
    padding: 30px;
}
.news-detail .detail-right .right-box .right-title {
    border-bottom: 1px solid #E7E7E7;
}
.news-detail .detail-right .right-box .right-title h3 {
    padding: 0 0 15px;
    border-bottom: 3px solid #cf251f;
    font-size: 20px;
    margin-bottom: -2px;
    width: 90px;
}
.news-detail .detail-right .right-box ul li {
    margin-top: 20px;
}
.news-detail .detail-right .right-box ul li img {
    width: 100%;
    height: 180px;
}
.news-detail .detail-right .right-box ul li .text-box {
    padding: 15px 0;
}
.news-detail .detail-right .right-box ul li .text-box h3 {
    font-size: 16px;
}
.news-detail .detail-right .right-box ul li .text-box .time {
    color: #959595;
    margin-top: 8px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.bottom_line {
    border-bottom: #e1e1e1 1px dashed;
}
.xghd-box h3 {
    font-size: 20px;
    color: #333;
}
.xghd-box {
    padding: 0px 0 20px 0;
}
.xghd-box li {
    float: left;
    width: 50%;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.xghd-box ul li a .icon-dian {
    color: #999;
    font-size: 20px;
    background: #999;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.foot-notice {
    color: rgba(207,37,31,90%);
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    background: #222;
}


/*移动端咨询*/
.menu-footer {
    display: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    font-size: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
}
.menu-footer a {
    position: relative;
    float: left;
    width: 50%;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-footer a i {
    margin-right: 5px;
}
.menu-footer a:last-child i {
    font-size: 17px;
}
.menu-footer img {
    width: 14px;
    margin-top: -2px;
    margin-right: 5px;
}
.menu-footer a ~ a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    height: 10px;
    border-left: 1px solid #a0a0a0;
    opacity: 0.5;
}
@media (max-width: 640px) {
    .menu-footer {
        display: block;
    }
}

/*抖音*/
.dy-ban { background-size: cover; }
.dy-ban .page-mbx { color: #f0f9ff; }
.dy-ban .page-mbx a { color: #f0f9ff; }
.dy-ban .page-mbx a:hover { color: #fff; }
.dy-ban .section-js { align-items: center; }
.dy-ban .com-more { padding-bottom: 0; border-bottom: none; }
.dy-fwnr { background-color: #f6f6f6; }
.page-title .slo { display: inline-block; width: 423px; height: 43px; background-color: #ffffff; border-radius: 22px; border: solid 1px #ff2c55; font-size: 18px; line-height: 41px; color: #ff2c55; margin-top: 28px; }
.page-title.black .tit b { font-weight: normal; color: #ff2c55; }
.fwnr-list { margin-bottom: -20px; }
.fwnr-list .item { width: 48.125%; background-color: #ffffff; padding: 55px 64px; margin-bottom: 20px; transition: .3s; }
.fwnr-list .item .cont { width: 72%; }
.fwnr-list .item .cont h4 { font-size: 24px; line-height: 1.2em; color: #1b202e; transition: .3s; }
.fwnr-list .item .cont p { font-size: 14px; line-height: 20px; color: #595757; margin-top: 22px; transition: .3s; }
.fwnr-list .item .ico { width: 70px; height: 70px; background-repeat: no-repeat; transition: .3s; }
.fwnr-list .item:hover { background-color: #ff2c55; }
.fwnr-list .item:hover h4, .fwnr-list .item:hover p { color: #fff; }
.fwnr-list .item:hover  .ico { background-position: -70px; }
.swiper-container-dyal { padding: 70px 1px; }
.swiper-container-dyal .swiper-slide img { width: 100%; }
.swiper-container-dyal .swiper-slide { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border: solid 1px #d6dce4; }
.swiper-container-dyal .swiper-slide-active { -webkit-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); box-shadow: 0px 0px 50px 0px 
rgba(100, 80, 84, 0.2); border-color: transparent; }
@media (max-width:1600px) {
    .fwnr-list .item { padding: 45px 50px; }
}
@media (max-width:640px) {
    .dy-ban .section-js { padding-bottom: 60px; }
    .section .cont .com-more img { width: 150px; }
    .page-title .subtit { padding: 0 20px; }
    .page-title .slo { width: 90%; font-size: 14px; margin-top: 25px; }
    .fwnr-list .item { padding: 20px 20px; text-align: center; flex-direction: column-reverse; align-items: center; justify-content: flex-end; }
    .fwnr-list .item .cont { width: 100%; margin-top: 16px; }
    .fwnr-list .item .cont h4 { font-size: 18px; }
    .fwnr-list .item .cont p { margin-top: 15px; }
    .fwnr-list .item .ico { width: 40px; height: 40px; background-size: 80px; display: inline-block; }
    .fwnr-list .item:hover .ico { background-position: -40px; }
    .swiper-container-dyal { padding: 0 1px; }
    .swiper-container-dyal .swiper-slide-active { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); box-shadow: none; border-color: #d6dce4; }
}
/* GEO推广导航：视觉定位在项目服务与抖音运营之间（2026-08-14 新增） */
.nav-list { display: flex; align-items: center; font-size: 18px; }
.nav-list > li:nth-child(1) { order: 1; }
.nav-list > li:nth-child(2) { order: 2; }
.nav-list > li:nth-child(3) { order: 4; }
.nav-list > li:nth-child(4) { order: 5; }
.nav-list > li:nth-child(5) { order: 6; }
.nav-list > li:nth-child(6) { order: 7; }
.nav-list > li.geo-nav-item { order: 3; }


/* 联系我们固定在 关于正奇后面（最末尾） 2026-08-14 二次补充 */
.nav-list > li:has(> a[href="/lianxiwomen/"]) { order: 8 !important; }
