/* 公共样式 */

* {
    transition: all 0.4s;
}


/* 分页样式 */

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: rgb(35, 70, 110);
    color: #fff;
}

.container .subtitlebox .title {
    font-size: 46px;
    font-weight: bold;
    color: #222;
    padding: 80px 0 0px 0;
    text-align: center;
}

.container .subtitlebox .subtitle {
    font-size: 20px;
    color: #6666;
    margin: 10px 0 60px 0;
    text-align: center;
}

.container .titledemo {
    padding: 30px 0;
    text-align: center;
    animation-name: fadeInUp;
    visibility: visible;
}

.container .titledemo .title {
    font-size: 36px;
    color: #222;
}

.container .titledemo .subtitle {
    font-size: 29px;
    color: #666;
}

.empty {
    height: 120px;
    background: #fff;
}

.container {
    width: 1600px;
    margin: 0 auto;
}


/* 头部样式 */

header {
    height: 120px;
    z-index: 99;
    position: absolute;
    width: 100%;
}

header .container {
    display: flex;
    justify-content: flex-start;
    animation-name: fadeInDown;
    visibility: visible;
    width: 100%;
    background: #142b76;
}

header .logobox {
    width: 400px;
    overflow: hidden;
    background: #fff;
    padding: 35px 0 0 120px;
}

header .navwrapper {
    padding: 0 0 0 96px;
}

header nav {
    height: 120px;
    line-height: 120px;
}

header nav .mainnav {
    display: flex;
    justify-content: flex-end;
}

header nav .mainnav .subnav {
    background: #fff;
    line-height: 1;
    display: none;
}

header nav .mainnav .subnav a {
    padding: 20px 0;
    display: block;
    font-size: 16px;
    color: #142b76;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

header nav .mainnav .subnav a:hover {
    color: #fff;
    background: #142b76;
}

header nav .mainnav li {
    flex-grow: 1;
    height: 97px;
    position: relative;
}

header nav .mainnav li:hover .subnav {
    display: block;
}

header nav .mainnav li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    width: 160px;
    text-align: center;
    display: block;
}

header nav .mainnav li>a::after {
    content: "/";
    position: absolute;
    right: 0px;
    top: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 0;
}

header nav .mainnav li:last-child a::after {
    content: '';
}

.banner {
    overflow: hidden;
}


/* 首页产品 */

.index-product .container .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 146px 0 0 0;
    margin: 0 0 60px 0;
    animation-name: bounceInUp;
    visibility: visible;
}

.index-product .container .wrapper .titlebox .title {
    font-size: 46px;
    color: #222;
    font-weight: bolder;
    font-size: 46px;
}

.index-product .container .wrapper .titlebox .subtitle {
    font-size: 39px;
    color: #666;
    line-height: 39px;
}

.index-product .container .wrapper .catelist {
    display: flex;
    align-items: flex-end;
}

.index-product .container .wrapper .catelist ul li {
    display: inline-block;
    margin: 0 30px;
}

.index-product .container .wrapper .catelist ul li a {
    color: #737373;
    font-size: 18px;
    position: relative;
}

.index-product .container .wrapper .catelist ul .active a {
    color: #2864be;
}

.index-product .container .wrapper .catelist ul .active a::before {
    width: 16px;
    height: 2px;
    content: '';
    background: #2864be;
    position: absolute;
    left: -28px;
    top: 12px;
}

.index-product .swiper-slide {
    position: relative;
}

.index-product .swiper-slide .txtbox {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
}


/* 我们的实力 */

.strength {
    background: #f5f5f5;
    margin: 100px 0 0 0;
    padding: 0 0 50px 0;
}

.strength .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 atuo;
    min-width: 1200px;
    position: relative;
}

.strength .container .powerlist .poweritem {
    margin: 40px 0;
}

.strength .container .powerlist .poweritem .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.strength .container .powerlist .poweritem .txtbox .titlebox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.strength .container .powerlist .poweritem .txtbox .titlebox .numbox {
    width: 78px;
    height: 131px;
    background: #142b76;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 20px 0 0;
    text-align: center;
}

.strength .container .powerlist .poweritem .txtbox .titlebox .numbox .num {
    font-size: 46px;
    color: #fff;
    line-height: 46px;
}

.strength .container .powerlist .poweritem .txtbox .titlebox .numbox i {
    font-style: normal;
    font-size: 16px;
    color: #fff;
}

.strength .container .powerlist .poweritem .txtbox .titlebox .namebox .name {
    font-size: 38px;
    font-weight: bold;
    color: #222;
    padding: 16px 0 0 0;
}

.strength .container .powerlist .poweritem .txtbox .titlebox .namebox span {
    font-size: 16px;
    color: #666;
}

.strength .container .powerlist .poweritem .txtbox .titlebox .namebox i {
    display: block;
    width: 54px;
    height: 1px;
    background: #666;
    margin: 14px 0 0 0;
}

.strength .container .powerlist .poweritem .txtbox .cont {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    margin: 10px 0;
    max-width: 530px;
    padding: 20px 0 0 20px;
}

.strength .container .powerlist .poweritem .txtbox .ask {
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    font-size: 16px;
    display: block;
    margin: 30px 0 23px 30px;
}

.cases .container .caseshow .caselist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0;
}

.cases .container .caseshow .caselist .caseitem {
    width: 49%;
    height: 470px;
    margin: 1% 0.5%;
    position: relative;
    overflow: hidden;
}

.cases .container .caseshow .caselist .caseitem img {
    width: 100%;
}

.cases .container .caseshow .caselist .caseitem .title {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: -100px;
    left: 57px;
}

.cases .container .caseshow .caselist .caseitem .title::before {
    content: '';
    width: 37px;
    height: 2px;
    position: absolute;
    left: 0;
    top: -31px;
    background: #fff;
}

.cases .container .caseshow .caselist .caseitem .seemore {
    position: absolute;
    bottom: -44px;
    right: 52px;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.cases .container .caseshow .caselist .caseitem:hover .casepic {
    transform: scale(1.02);
    z-index: 1;
}

.cases .container .caseshow .caselist .caseitem:hover .title {
    top: 100px;
    z-index: 2;
}

.cases .container .caseshow .caselist .caseitem:hover .seemore {
    bottom: 44px;
}

.cases .container .caseshow .caselist .caseitem .seemore img {
    width: 32px;
    height: 9px;
    display: block;
    margin: 0 8px;
}


/* 合作伙伴 */

.coop {
    background: #f5f5f5;
    padding: 0 0 130px 0;
}

.coop .container .brandlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.coop .container .brandlist .branditem {
    width: 19%;
    overflow: hidden;
    height: 187px;
    background: #fff;
    margin: 0.5%;
}

.coop .container .brandlist .branditem img {
    width: 100%;
    height: 100%;
}

.onestop {
    padding: 160px 0 0 0;
}

.onestop .container .top-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.onestop .container .top-wrapper .titlebox .title {
    font-size: 46px;
    color: #222;
}

.onestop .container .top-wrapper .titlebox .subtitle {
    font-size: 26px;
    color: #666;
}

.onestop .container .top-wrapper .numbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.onestop .container .top-wrapper .numbox .numitem {
    flex-grow: 1;
    padding: 0 70px;
    position: relative;
    text-align: center;
}

.onestop .container .top-wrapper .numbox .numitem:not(:first-child)::before {
    width: 1px;
    height: 86px;
    background: #222;
    position: absolute;
    left: 0;
    top: 27px;
    content: '';
}

.onestop .container .top-wrapper .numbox .numitem .name i {
    font-size: 60px;
    color: #222;
    font-weight: bold;
    position: relative;
}

.onestop .container .top-wrapper .numbox .numitem .name::after {
    position: absolute;
    right: 42px;
    bottom: 47px;
    font-size: 22px;
    color: #222;
    font-weight: 300;
}

.onestop .container .top-wrapper .numbox .numitem .name1::after {
    content: '年';
}

.onestop .container .top-wrapper .numbox .numitem .name2::after {
    content: '家';
}

.onestop .container .top-wrapper .numbox .numitem .name3::after {
    content: '+';
}

.onestop .container .top-wrapper .numbox .numitem .txt {
    font-size: 20px;
    color: #222;
}

.onestop .container .top-wrapper {
    margin: 0 0 60px 0;
}

.onestop .container .btm-wrapper .company .comcatelist {
    display: flex;
    align-items: flex-end;
}

.onestop .container .btm-wrapper .company .comcatelist ul li {
    display: inline-block;
    margin: 0 30px;
}

.onestop .container .btm-wrapper .company .comcatelist ul li a {
    color: #737373;
    font-size: 18px;
    position: relative;
}

.onestop .container .btm-wrapper .company .comcatelist ul .active a {
    color: #2864be;
}

.onestop .container .btm-wrapper .company .comcatelist ul .active a::before {
    width: 16px;
    height: 2px;
    content: '';
    background: #2864be;
    position: absolute;
    left: -28px;
    top: 12px;
}

.onestop .container .btm-wrapper .company .wrapper .aboutbox {
    width: 1000px;
    float: left;
}

.onestop .container .btm-wrapper .company .wrapper .aboutbox img {
    width: 100%;
    margin: 30px 0 10px 0;
}

.onestop .container .btm-wrapper .company .wrapper .aboutbox p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.onestop .container .btm-wrapper .company .wrapper .aboutbox .more {
    font-size: 14px;
    color: #666;
    position: relative;
    margin: 20px 0 0 0;
    display: block;
}

.onestop .container .btm-wrapper .company .wrapper .aboutbox .more::after {
    content: '';
    width: 32px;
    height: 9px;
    background: url(../images/rightarrow.png)no-repeat center;
    position: absolute;
    top: 5px;
    left: 67px;
    filter: brightness(0.5)
}

.onestop .container .btm-wrapper .company .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.onestop .container .btm-wrapper .company .wrapper .certifi {
    width: 400px;
    height: 430px;
    text-align: center;
    background: #142b76;
}

.onestop .container .btm-wrapper .company .wrapper .certifi .swiper {
    background: #f5f5f5;
}

.onestop .container .btm-wrapper .company .wrapper .certifi .swiper .swiper-slide .picbox {
    height: 454px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px 0;
}

.onestop .container .btm-wrapper .company .wrapper .certifi .swiper .swiper-pagination {
    background: #142b76;
    height: 48px;
    line-height: 50px;
    bottom: 0;
    color: #fff;
}

.onestop .container .btm-wrapper .company .wrapper .certifi .swiper .swiper-pagination-bullet {
    background: #fff;
}

.onestop .container .btm-wrapper .company .wrapper .certifi .swiper .swiper-slide img {
    width: 240px;
    /* height: 348px; */
}


/* 企业文化 */

.culture {
    height: 960px;
    background: url(../images/picture/culture/bg.jpg)no-repeat center;
    margin: 60px auto;
    display: block;
}

.culture .container {
    position: relative;
    height: 100%;
}

.culture .container .wrapper {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.culture .container .wrapper .culturelist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.culture .container .wrapper .culturelist .cultureitem {
    text-align: center;
    flex-grow: 1;
    color: #fff
}

.culture .container .wrapper .culturelist .cultureitem .name {
    font-size: 25px;
    margin: 10px 0;
}

.culture .container .wrapper .culturelist .cultureitem i {
    display: block;
    width: 2px;
    height: 32px;
    background: #fff;
    margin: 32px auto;
    opacity: 0.8;
}

.culture .container .wrapper .culturelist .cultureitem .txt {
    font-size: 18px;
    color: #fff;
}

.culture .container .wrapper .culturelist .cultureitem img {
    display: block;
    margin: 10px auto;
}


/* 首页新闻 */

.index-news .container .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 80px 0;
}

.index-news .container .wrapper .titlebox {
    width: 360px;
}

.index-news .container .wrapper .titlebox .title {
    font-size: 46px;
    color: #222;
}

.index-news .container .wrapper .titlebox .subtitle {
    font-size: 31px;
    color: #666;
}

.index-news .container .wrapper .titlebox .txt {
    font-size: 16px;
    color: #222;
    margin: 103px 0 80px 0;
    width: 190px;
}

.index-news .container .wrapper .titlebox .more {
    width: 135px;
    color: #fff;
    height: 40px;
    background: #142b76;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 40px;
    margin: 20px 0;
    align-items: center;
}

.index-news .container .wrapper .titlebox .more span {
    font-size: 14px;
    color: #fff;
    margin: 0 10px 0 0;
}

.index-news .container .wrapper .titlebox .more img {
    width: 32px;
    height: 9px;
}

.index-news .container .wrapper .newslist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 1250px;
}

.index-news .container .wrapper .newslist .newsitem {
    width: calc(100% / 3 - 10px);
    height: 410px;
    margin: 0 10px 0 0;
    background: #fafafa;
    padding: 40px 20px 70px;
}

.index-news .container .wrapper .newslist .newsitem .date {
    font-size: 24px;
    color: #222;
}

.index-news .container .wrapper .newslist .newsitem .date span {
    font-size: 16px;
    color: #222;
}

.index-news .container .wrapper .newslist .newsitem .title {
    font-size: 20px;
    color: #222;
    overflow: hidden;
    width: 98%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news .container .wrapper .newslist .newsitem .txt {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin: 28px 0 36px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-news .container .wrapper .newslist .newsitem .picbox {
    width: 100%;
    height: 228px;
    overflow: hidden;
}

.index-news .container .wrapper .newslist .newsitem .picbox:hover img {
    transform: scale(1.02);
}

.index-news .container .wrapper .newslist .newsitem .picbox img {
    width: 100%;
    height: 100%;
}

footer {
    height: 380px;
    background: #111;
}

footer .backtotop {
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 9;
}

footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    animation-name: fadeInUp;
    visibility: visible;
}

footer .container .catewrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 80px 0 0 0;
}

footer .container .catewrapper .cateitem {
    margin: 0 60px;
}

footer .container .catewrapper .cateitem p {
    font-size: 18px;
    color: #fff;
}

footer .container .catewrapper .cateitem i {
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    margin: 20px 0;
}

footer .container .catewrapper .cateitem .subitem {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 10px 0;
}

footer .container .btminfo {
    padding: 60px 0 0 0;
}

footer .container .btminfo .wrapper .hotline {
    font-size: 14px;
    color: #fff;
}

footer .container .btminfo .wrapper .hotline span {
    font-size: 30px;
    color: #fff;
}

footer .container .btminfo .wrapper .address {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 14px 0;
}

footer .container .btminfo .wrapper .info {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 10px 0;
    line-height: 34px;
}

footer .container .btminfo .wrapper .info a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
}

footer .container .btminfo .iconlist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

footer .container .btminfo .iconlist .iconitem {
    margin: 0 20px 0 0;
    position: relative;
}

footer .container .btminfo .iconlist .iconitem:hover .box {
    display: block;
}

footer .container .btminfo .iconlist .iconitem .box span {
    text-align: center;
    display: block;
}

footer .container .btminfo .iconlist .iconitem .box {
    width: 90px;
    height: 110px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin: 0 0 0 -45px;
    display: none;
}

footer .container .btminfo .iconlist .iconitem .box img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 5px auto;
}

footer .container .btminfo .iconlist .iconitem img {
    width: 36px;
    height: 36px;
}


/* 关于我们 */

.about .container .intro {
    font-size: 16px;
    color: #222;
    line-height: 30px;
    text-indent: 32px;
}

.about .container .piclist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 40px 0 100px 0;
}

.about .container .piclist .picitem {
    overflow: hidden;
    height: 500px;
}

.about .container .piclist .picitem1 {
    width: 865px;
}

.about .container .piclist .picitem2 {
    width: 720px;
}

.about .container .piclist .picitem img {
    width: 100%;
    height: 100%;
}


/* 工厂车间 */

.factory {
    background: #f5f5f5;
}

.factory .picitem {
    width: 511px;
    height: 433px;
    background: #fff;
}

.factory .picitem .picbox {
    width: 100%;
    height: 383px;
}

.factory .picitem .picbox img {
    width: 100%;
    height: 100%;
}

.factory .picitem .name {
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 50px;
}

.factory .container .facpic .swiper {
    padding: 0 0 80px 0;
}


/* 专利证书 */

.certificate .container .piclist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 0 100px 0;
}

.certificate .container .piclist .ceritem {
    width: 385px;
    height: 513px;
}

.certificate .container .piclist .ceritem .picbox {
    width: 100%;
    height: 440px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate .container .piclist .ceritem img {
    width: 240px;
    /* height: 348px; */
    display: block;
    margin: 0 auto;
    padding: 53px 0 0 0;
}

.certificate .container .piclist .ceritem .name {
    height: 73px;
    color: #fff;
    font-size: 18px;
    line-height: 73px;
    background: #a6a6a6;
    text-align: center;
}

.certificate .container .piclist .ceritem:hover .name {
    background: #142b76;
}

.certificate .swiper-wrapper {
    padding: 0 0 50px 0;
}


/* 关于我们-企业文化 */

.about-culture {
    padding: 0 0 220px 0;
}

.about-culture .container .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.about-culture .container .wrapper .picbox {
    width: 896px;
    height: 438px;
    overflow: hidden;
}

.about-culture .container .wrapper .picbox img {
    width: 100%;
    height: 100%;
}

.about-culture .container .wrapper .textbox {
    padding: 50px 0 0 70px;
}

.about-culture .container .wrapper .textbox .title {
    font-size: 20px;
    color: #222;
}

.about-culture .container .wrapper .textbox .culturelist .cultureitem:not(:first-child) .title {
    margin: 60px 0 0 0;
}

.about-culture .container .wrapper .textbox i {
    width: 15px;
    height: 1px;
    background: #222;
    display: block;
    margin: 14px 0;
}

.about-culture .container .wrapper .textbox span {
    font-size: 16px;
    color: #666;
}


/* 联系我们 */

.contact-info .container .contact-title {
    display: block;
    margin: 80px auto 20px;
}

.contact-info .container .con-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

.contact-info .container .con-list .con-item {
    width: 393px;
    height: 263px;
    text-align: center;
    background: #f5f5f5;
}

.contact-info .container .con-list .con-item img {
    margin: 54px auto 36px;
}

.contact-info .container .con-list .con-item:last-child img {
    width: 150px;
    height: 150px;
    margin: 54px 10px 16px;
}

.contact-info .container .con-list .con-item .txt {
    font-size: 16px;
}

.contact-info .container .title {
    font-size: calc(1vw + 10.8px);
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 0 0 15px 0;
}

#map {
    border: 1px solid #ddd;
    margin: 0 0 120px 0;
    height: 510px;
}


/* 新闻中心 */

.container .cate-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.container .cate-box .titlebox .title {
    font-size: 46px;
    color: #222;
    padding: 88px 0 46px 0;
}

.container .cate-box .newscatelist {
    display: flex;
    align-items: flex-end;
    padding: 0 0 46px 0;
}

.container .cate-box .newscatelist ul li {
    display: inline-block;
    margin: 0 30px;
}

.container .cate-box .newscatelist ul li a {
    color: #737373;
    font-size: 18px;
    position: relative;
}

.container .cate-box .newscatelist ul .active a {
    color: #2864be;
}

.container .cate-box .newscatelist ul .active a::before {
    width: 16px;
    height: 2px;
    content: '';
    background: #2864be;
    position: absolute;
    left: -28px;
    top: 12px;
}

.news-center .container .newslist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 60px 0 0 0;
}

.news-center .container .newslist .newsitem {
    width: 30%;
    height: 527px;
    background: #fafafa;
    padding: 55px 15px 84px;
    margin: 0.5%;
}

.news-center .container .newslist .newsitem .date {
    font-size: 24px;
    color: #222;
}

.news-center .container .newslist .newsitem .date span {
    font-size: 16px;
    color: #222;
}

.news-center .container .newslist .newsitem .title {
    font-size: 20px;
    color: #222;
    overflow: hidden;
    width: 98%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-center .container .newslist .newsitem .txt {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin: 28px 0 36px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

.news-center .container .newslist .newsitem .picbox {
    width: 464px;
    height: 310px;
    overflow: hidden;
}

.news-center .container .newslist .newsitem .picbox:hover img {
    transform: scale(1.02);
}

.news-center .container .newslist .newsitem .picbox img {
    width: 100%;
    height: 100%;
}


/* 详情页 */

.detail-show .container .detailtitle {
    font-size: 36px;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 50px 30px 0 0;
}

.detail-show .container .time {
    font-size: 16px;
    font-weight: 400px;
    color: #333333;
    display: block;
    text-align: center;
    margin: 15px 0;
}

.detail-show .container .detail-content {
    padding: 0 30px 50px;
    text-align: center;
}

.detail-show .container .detail-content img {
    max-width: 100%;
    display: block;
    margin: 10px auto!important;
}

.detail-show .container .detail-content p {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    text-indent: 32px;
}

.container .prevnext {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    padding: 10px 0 0 0;
}

.container .prevnext .prev,
.next {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 48%;
}

.container .prevnext .next {
    text-align: right;
}


/* 解决方案 */

.indrustry {
    background: #f5f5f5;
}

.indrustry .container .ind-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 80px 0;
}

.indrustry .container .ind-list .ind-item {
    /* width: 506px; */
    background: #fff;
    margin: 10px 0;
    width: 32%;
}

.indrustry .container .ind-list .ind-item .picbox {
    width: 506px;
    height: 345px;
    overflow: hidden;
}

.indrustry .container .ind-list .ind-item .picbox img {
    width: 100%;
    height: 100%;
}

.indrustry .container .ind-list .ind-item .picbox:hover img {
    transform: scale(1.02);
}

.indrustry .container .ind-list .ind-item .title {
    font-size: 26px;
    color: #222;
    padding: 39px 0 33px 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 98%;
    white-space: nowrap;
}

.indrustry .container .ind-list .ind-item .cont {
    font-size: 16px;
    color: #666;
    margin: 10px auto 50px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 23;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 365px;
}


/* 系统化服务 */

.system-sever .container .severlist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 0 60px;
}

.system-sever .container .severlist .ser-item {
    flex-grow: 1;
    text-align: center;
}

.system-sever .container .severlist .ser-item .name {
    font-size: 22px;
    color: #222;
    margin: 25px auto 5px;
}

.system-sever .container .severlist .ser-item .subname {
    font-size: 16px;
    color: #666;
}


/* 咨询和投诉 */

.service {
    background: #f5f5f5;
}

.service .container .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 0 120px 0;
}

.service .container .wrapper .picbox {
    flex-grow: 1;
    width: 60.6%;
}

.service .container .wrapper .phonebox {
    flex-grow: 1;
    background: #ffffff;
    width: 39%;
    padding: 82px 0 0 60px;
}

.service .container .wrapper .phonebox .item .title {
    font-size: 20px;
    color: #222;
    ;
}

.service .container .wrapper .phonebox .item .sub {
    font-size: 20px;
    color: #666;
    display: block;
}

.service .container .wrapper .phonebox .item .thr {
    font-size: 26px;
    color: #142b76;
}

.service .container .wrapper .phonebox .item:not(:first-child) .title {
    margin: 45px 0 0 0;
}


/* 产品中心 */

.news-center .container .pro-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 0;
}

.news-center .container .pro-list .pro-item {
    width: 24%;
    margin: 0.5%;
    text-align: center;
}

.news-center .container .pro-list .pro-item .picbox {
    width: 100%;
    overflow: hidden;
    max-height: 352px;
}

.news-center .container .pro-list .pro-item .name {
    height: 80px;
    color: #222;
    line-height: 80px;
    text-align: center;
    background: #fff;
    font-size: 16px;
}


/* 产品中心 */

.pro-detail .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 70px 0 50px 0;
}

.pro-detail .wrapper .propic {
    width: 640px;
    height: 500px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.pro-detail .wrapper .propic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.pro-detail .wrapper .protxt {
    padding: 25px 0 0 80px;
}

.pro-detail .wrapper .protxt .name {
    font-size: 36px;
    color: #222;
}

.pro-detail .wrapper .protxt .title {
    width: 157px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    background: #142b76;
    display: block;
    margin: 36px 0 20px 0;
    text-align: center;
}

.pro-detail .wrapper .protxt .cont {
    font-size: 20px;
    color: #222;
    line-height: 36px;
}


/* ------------------------------------------媒介查询---------------------------------------------- */

@media screen and (max-width:1650px) {
    header .navwrapper {
        padding: 0;
    }
    header nav .mainnav li a {
        width: 120px;
    }
}

@media screen and (max-width:1366px) {
    footer .container {
        width: 96%;
    }
    footer .container .catewrapper .cateitem {
        margin: 0 40px;
    }
    .culture .container .wrapper {
        width: 90%;
    }
    .index-news .container .wrapper .titlebox {
        width: 200px;
    }
    .index-news .container .wrapper {
        justify-content: flex-start;
        padding: 0 20px;
    }
    .index-news .container .wrapper .newslist {
        width: 900px;
    }
    header .logobox {
        min-width: 270px;
        overflow: hidden;
        background: #fff;
        padding: 35px 20px 0 20px;
    }
    header .logobox img {
        width: 100%;
        min-width: 237px;
        max-width: 297px;
    }
    .strength .container .powerlist .poweritem .txtbox .titlebox {
        padding: 0 0 0 20px;
    }
    .container {
        width: 1260px;
    }
    header nav .mainnav li a {
        padding: 0 11px;
        font-size: 14px;
        width: 86px;
    }
    header nav .mainnav .subnav a {
        font-size: 14px;
    }
    header nav .mainnav li>a::after {
        top: 60px;
    }
    .index-product .container .wrapper .catelist ul li {
        display: inline-block;
        margin: 0 22px;
    }
    .strength .container .powerlist .poweritem2 .txtbox {
        height: 280px!important;
    }
    .strength .container .powerlist .poweritem2 .txtbox .cont {
        font-size: 14px!important;
        padding: 2px 0 0 20px!important;
    }
    .strength .container .powerlist .poweritem2 .picbox img {
        width: 100%!important;
    }
    .strength .container .powerlist .poweritem .wrapper .picbox img {
        width: 100%;
    }
    .strength .container .powerlist .poweritem .txtbox .cont {
        padding: 20px 32px 0 20px;
    }
    .onestop .container .top-wrapper .titlebox .title {
        font-size: 34px;
    }
    .onestop .container .top-wrapper .numbox .numitem .name i {
        min-width: 80px;
        display: block;
    }
    .index-news .container .wrapper .newslist .newsitem {
        width: 30%;
        height: 410px;
        background: #fafafa;
        padding: 40px 10px 70px;
    }
    .index-news .container .wrapper .newslist .newsitem .title {
        width: 94%;
    }
    .index-news .container .wrapper .newslist .newsitem .txt {
        width: 90%;
    }
    footer .container .catewrapper .cateitem p {
        font-size: 14px;
    }
    footer .container .catewrapper .cateitem .subitem {
        font-size: 12px;
    }
    .strength .container .powerlist .poweritem .txtbox .cont {
        font-size: 14px;
    }
    header nav .mainnav .subnav a {
        padding: 20px 0;
    }
    .container .cate-box .newscatelist ul li {
        margin: 0 20px;
    }
    .indrustry .container .ind-list .ind-item .picbox {
        width: 100%;
    }
    .news-center .container .newslist .newsitem .picbox {
        width: 100%;
    }
    .news-center .container .newslist .newsitem {
        width: 28%;
    }
    .cases .container .caseshow .caselist .caseitem {
        height: 380px;
    }
    .cases .container .caseshow .caselist {
        margin: 20px 0;
    }
    .pagination {
        margin: 10px 0 20px;
    }
    header .navwrapper {
        padding: 0 0 0 10px;
    }
    #ban-a {
        left: 14%;
    }
}

@media screen and (max-width:1100px) {
    header nav .mainnav li a {
        padding: 0 6px;
        width: 86px;
    }
}