/* 公共样式 */

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(10, 107, 220, 0.5);
    background: #167cd0;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(10, 107, 220, 0.5);
    border-radius: 5px;
    background: #EDEDED;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px auto 30px;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #efefef;
    text-align: center;
    line-height: 30px;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: rgba(10, 107, 220, 1);
    color: #fff;
}

.container {
    width: 1300px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.empty {
    height: 136px;
    background: #fff;
}

.container {
    width: 1560px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.container .titledemo {
    padding: 50px 0;
}

.container .titledemo .title {
    font-size: 48px;
    color: #242527;
    font-weight: bold;
    text-align: center;
}

.container .titledemo .desc {
    font-size: 20px;
    color: #666666;
    text-align: center;
}

.container .titledemo2 {
    padding: 50px 0;
}

.container .titledemo2 .title {
    font-size: 42px;
    font-weight: 600;
    color: #167cd0;
    text-align: center;
}

.container .titledemo2 .desc {
    font-size: 22px;
    color: #222222;
    margin: 16px 0;
    text-align: center;
}

.container .titledemo2 .titleline {
    display: block;
    margin: 0 auto;
}

nav {
    height: 48px;
    line-height: 48px;
    background: #167cd0;
    animation-name: fadeInDown;
    visibility: visible;
}

nav .mainnav {
    display: flex;
    justify-content: space-evenly;
}

nav .mainnav .subnav {
    background: #fff;
    line-height: 1;
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
    max-width: 194px;
    top: 48px;
    animation-name: fadeInDown;
    visibility: visible;
    left: 30px;
}

nav .mainnav .subnav a {
    padding: 20px;
    display: block;
    font-size: 16px;
    color: #167cd0;
}

nav .mainnav .subnav a:hover {
    color: #fff;
    background: #c82739;
}

nav .mainnav li {
    height: 48px;
    position: relative;
    min-width: 108px;
    text-align: center;
    flex-grow: 1;
}

nav .mainnav li:hover .subnav {
    display: block;
}

nav .mainnav li:hover {
    border-bottom: 3px solid #167cd0;
    background: url(../images/lihover.png)no-repeat center;
}

nav .mainnav li:hover>a {
    color: #fff;
}

nav .mainnav li a {
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
}

nav .mainnav li a:hover {
    text-decoration: none;
}


/* 头部样式 */

header {
    height: 136px;
    z-index: 99;
    position: absolute;
    width: 100%;
}

header .container {
    display: flex;
    justify-content: space-between;
    animation-name: fadeInDown;
    visibility: visible;
}

header .logobox {
    overflow: hidden;
}

header .logobox img {
    margin: 18px 0 0 0;
}

header nav {
    height: 100px;
    line-height: 100px;
}

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;
    display: block;
    font-size: 16px;
}

header nav .mainnav .subnav a:hover {
    color: #2864be;
}

header nav .mainnav li {
    flex-grow: 1;
    height: 97px;
    position: relative;
}

header nav .mainnav li:hover .subnav {
    display: block;
}

header nav .mainnav li:hover {
    border-bottom: 3px solid #2864be;
}

header nav .mainnav li:hover>a {
    color: #2864be;
    font-weight: 700;
}

header nav .mainnav li a {
    font-size: 18px;
    color: #707070;
    padding: 0 20px;
}

header nav .mainnav li a:hover {
    text-decoration: none;
}

header .container .phonebox {
    position: relative;
    padding: 18px 0 0 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header .container .phonebox::before {
    content: '';
    width: 48px;
    height: 48px;
    background: url(../images/phoneicon.png)no-repeat center;
    position: absolute;
    left: -14px;
    top: 47px;
}

header .container .phonebox .phone {
    font-size: 24px;
    font-weight: bolder;
    color: #c8283a;
}

.banner .swiper-pagination-bullet {
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background-color: #0a6bdc;
}

.index-pro {
    padding: 0 0 130px 0;
}

.index-pro .container .procate {
    display: flex;
    flex-direction: row;
    margin: 0 0 50px 0;
    padding: 0 13px;
}

.index-pro .container .procate .cateitem {
    width: calc(100% /12 - 8px);
    text-align: center;
    height: 100px;
    background: #ebebeb;
    margin: 0 8px 0 0;
    position: relative;
    transform: skew(-14deg);
}

.index-pro .container .procate .cateitem:first-child::before {
    content: '';
    position: absolute;
    width: 27px;
    height: 100%;
    background: #ebebeb;
    left: -14px;
    transform: skew(14deg);
}

.index-pro .container .procate .cateitem:last-child::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 100%;
    background: #ebebeb;
    right: -12px;
    transform: skew(14deg);
    top: 0;
}

.index-pro .container .procate .cateitem img {
    margin: 12px 6px 10px 0;
    filter: brightness(0.5);
    transform: skew(14deg);
}

.index-pro .container .procate .cateitem .title {
    color: #333;
    font-size: 16px;
    transform: skew(14deg);
    margin: 0 0 0 16px;
}

.index-pro .container .procate .cateitem:hover {
    background-color: #0a6bdc;
}

.index-pro .container .procate .cateitem:hover::before {
    background-color: #0a6bdc;
}

.index-pro .container .procate .cateitem:hover::after {
    background-color: #0a6bdc;
}

.index-pro .container .procate .cateitem:hover img {
    filter: grayscale(0);
}

.index-pro .container .procate .cateitem:hover .title {
    color: #fff;
}

.index-pro .container .prolist {
    display: flex;
    justify-content: flex-start;
}

.index-pro .container .prolist .proitem {
    width: 19.5%;
    margin: 0 0.5% 0 0;
}

.index-pro .container .prolist .proitem .picbox {
    width: 100%;
    height: 228px;
    overflow: hidden;
}

.index-pro .container .prolist .proitem .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
}

.index-pro .container .prolist .proitem .picbox img:hover {
    transition: all 0.4s;
    transform: scale(1.05);
}

.index-pro .container .prolist .proitem .txtbox {
    text-align: center;
    font-size: 16px;
    color: 16px;
    padding: 10px 0;
    background: #ebebeb;
}

.index-pro .container .prolist .proitem:hover .txtbox {
    background: #0a6bdc;
}

.index-pro .container .prolist .proitem:hover .title {
    color: #fff;
}


/* 五大产品优势 */

.adv {
    background: #f5f5f5;
}

.adv .container .advlist {
    padding: 0 0 200px 0;
}

.adv .container .advlist .item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px 0;
}

.adv .container .advlist .item:nth-child(odd) .picbox {
    margin: 0 100px 0 0;
}

.adv .container .advlist .item .title {
    font-size: 36px;
    color: #0a6bdc;
    font-weight: bold;
}

.adv .container .advlist .item .title span {
    font-size: 90px;
    color: #c82739;
    font-weight: 400;
}

.adv .container .advlist .item .cont {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    width: 589px;
}

.adv .container .advlist .item:last-child .picbox {
    margin: -120px 0 0 0;
}


/* .案例 */

.cases .container .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.cases .container .wrapper .catelist {
    width: 19.23%;
    flex-direction: column;
    justify-content: flex-start;
}

.cases .container .wrapper .item {
    width: 100%;
    height: 142px;
    background: #f5f5f5;
    line-height: 142px;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.cases .container .wrapper .catelist .active {
    background: #0a6bdc;
}

.cases .container .wrapper .catelist .active .title {
    color: #fff;
}

.cases .container .wrapper .item:hover {
    background: #0a6bdc;
}

.cases .container .wrapper .item:hover .title {
    color: #fff;
}

.cases .container .wrapper .center {
    width: 980px;
    margin: 0 16px;
}

.cases .container .wrapper .right {
    width: 250px;
    height: 720px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.cases .container .wrapper .right img {
    width: 253px;
    height: 170px;
}

.cases .container .wrapper .right .swiper .swiper-slide img {
    width: 100%;
    height: 183px;
}

.cases .center .swiper-slide .txtbox {
    width: 100%;
    height: 125px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
}

.cases .center .swiper-slide .txtbox .title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0 5px 40px;
}

.cases .center .swiper-slide .txtbox .desc {
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 40px;
}

.brandswiper {
    width: 1248px;
    border: 1px solid #ccc;
    margin: 30px 0;
    height: 204px;
}

.brandswiper .swiper-slide {
    border-right: 1px solid #ccc;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brandswiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brandswiper .swiper-slide-prev {
    border: 0;
}

.cases .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cases .wrap .titlebox {
    width: 320px;
    height: 206px;
    background: #0a6bdc;
}

.cases .wrap .titlebox p {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 36px 0 10px 0;
}

.cases .wrap .titlebox span {
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 40px;
}

.cases .wrap .titlebox .func {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 0 40px;
}

.cases .wrap .titlebox .func img {
    margin: 0 10px 0 0;
}

.cases .wrap .brandswiper .swiper-button-prev {
    opacity: 0;
}

.cases .wrap .brandswiper .swiper-button-next {
    opacity: 0;
}


/* 首页关于我们 */

.index-about {
    display: flex;
    padding: 80px 0 0 0;
}

.index-about .picbox {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 522px;
}

.index-about .picbox img {
    width: 100%;
}

.index-about .txtbox {
    padding: 52px 143px 0 74px;
    width: 49%;
}

.index-about .txtbox .title {
    font-size: 46px;
    color: #222;
    font-weight: 600;
}

.index-about .txtbox .desc {
    font-size: 20px;
    color: #222;
    padding: 30px 0;
}

.index-about .txtbox .line {
    display: block;
    height: 3px;
    width: 80px;
    background: #0a6bdc;
}

.index-about .txtbox .cont {
    font-size: 16px;
    color: #222;
    line-height: 28px;
    padding: 40px 0;
}

.index-about .txtbox .more {
    width: 134px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background: #c82739;
    display: block;
}

.numbox {
    height: 312px;
    background: url(../images/picture/about/numbg.jpg)no-repeat center;
    background-size: cover;
}

.numbox .container .numlist {
    width: 100%;
    height: 312px;
    display: flex;
    justify-content: space-evenly;
}

.numbox .container .numlist .item {
    width: calc(100% / 4);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.numbox .container .numlist .item p {
    font-size: 20px;
    color: #fff;
}

.numbox .container .numlist .item p span {
    font-size: 80px;
}


/* 首页新闻 */

.index-news {
    padding: 30px 0 200px 0;
}

.index-news .container .wrapper {
    display: flex;
    justify-content: space-between;
}

.index-news .container .wrapper .hots {
    width: 53.2%;
}

.index-news .container .wrapper .hots video {
    width: 100%;
    height: 460px;
}

.index-news .container .wrapper .item {
    display: flex;
    justify-content: flex-start;
    background-color: #f5f5f5;
    padding: 18px 0;
    width: 100%;
}

.index-news .container .wrapper .item .date {
    width: 14.45%;
    border-right: 1px solid #8b8b8b;
}

.index-news .container .wrapper .item .date .day {
    font-size: 41px;
    color: #222;
    display: block;
    text-align: center;
}

.index-news .container .wrapper .item .date .year {
    font-size: 16px;
    color: #222;
    text-align: center;
    display: block;
}

.index-news .container .wrapper .item .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.index-news .container .wrapper .item .cont .title {
    font-size: 22px;
    color: #222;
    margin: 0 0 10px 39px;
}

.index-news .container .wrapper .item .cont .desc {
    font-size: 16px;
    color: #222;
    margin: 0 62px 0 39px;
}

.index-news .container .wrapper .newslist {
    height: 584px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 43.4%;
}

footer {
    background: #111;
}

footer .container {
    position: relative;
}

footer .backtotop {
    position: fixed;
    right: 5%;
    bottom: 10%;
    cursor: pointer;
}

footer .container .navlist {
    height: 390px;
    display: flex;
    justify-content: space-evenly;
    width: 1180px;
    padding: 60px 0 0 0;
}

footer .container .navlist .item {
    margin: 0 60px 0 0;
}

footer .container .navlist .item .name {
    font-size: 18px;
    color: #fff;
}

footer .container .navlist .item a {
    font-size: 15px;
    color: #727272;
    display: block;
    margin: 16px 0;
}

footer .info {
    height: 83px;
    border-top: 1px solid #727272;
    line-height: 83px;
}

footer .info span {
    font-size: 16px;
    color: #636363;
}

footer a {
    font-size: 16px;
    color: #636363;
}

footer .info .container {
    display: flex;
    justify-content: space-between;
}

footer .container .btm-qrcode {
    position: absolute;
    right: 0;
    top: -34px;
}


/* 产品中心 */

.pro-show .container .pro-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.pro-show .container .pro-wrapper .leftbar {
    width: 21.2%;
    position: relative;
    height: fit-content;
}

.pro-show .container .pro-wrapper .leftside {
    background: #167cd0;
    margin: 0 2% 0 0;
    padding: 32px 10px;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper {
    animation-name: fadeInUp;
    visibility: visible;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-name {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0 0;
    position: relative;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-subname {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 0 30px 0;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box {
    width: 92%;
    background: #fff;
    padding: 15px 4%;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-title {
    font-size: 18px;
    color: #000;
    padding: 10px 2px;
    border-radius: 25px;
    user-select: none;
    cursor: pointer;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .sub-catelist li a {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 32px;
    padding: 12px 0 0 12px;
    display: block;
    transition: all 0.2s;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .sub-catelist li a:hover {
    color: rgb(22, 124, 208);
    text-decoration: none;
    /* transform: scale(1.01); */
    transition: all 0.2s;
    padding-left: 24px;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .sub-catelist {
    height: 0;
    transition: all 0.4s;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-open {
    display: none;
}

.pro-show .container .pro-wrapper .contactbox {
    width: 97.5%;
    margin: 10px 0;
    border: 1px solid #ddd;
}

.pro-show .container .pro-wrapper .contactbox .conpic {
    width: 100%;
}

.pro-show .container .pro-wrapper .contactbox .txtbox {
    padding: 30px 0 20px 16px;
}

.pro-show .container .pro-wrapper .contactbox .txtbox p {
    font-size: 15px;
    color: #666;
    padding: 10px 10px 0px 0;
}

.pro-show .container .pro-wrapper .contactbox .txtbox span {
    font-weight: bold;
    color: #000;
}

.pro-show .container .pro-wrapper .rightside {
    width: 76.8%;
    /* background: #cdcdcd; */
}

.pro-show .container .pro-wrapper .rightside .pro-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    animation-name: fadeInUp;
    visibility: visible;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item {
    width: 32%;
    margin: 1% 1% 0 0;
    overflow: hidden;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item:nth-child(1) {
    margin: 0 1% 0 0;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item:nth-child(2) {
    margin: 0 1% 0 0;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item:nth-child(3) {
    margin: 0 1% 0 0;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-pic {
    overflow: hidden;
    height: 300px;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-pic:hover img {
    transition: all 0.4s;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-pic img {
    transform: scale(1.09);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-name {
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    color: #000;
}


/* 面包屑 */

.crumb {
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 60px;
}

.crumb .container span {
    font-size: 16px;
    color: #222;
    display: inline-block;
}

.crumb .container span:first-child {
    position: relative;
    font-weight: bold;
    padding: 0 0 0 30px;
}

.crumb .container span:first-child::before {
    height: 20px;
    width: 4px;
    background: #0a6bdc;
    position: absolute;
    left: 5px;
    top: 21px;
    content: '';
}

.about-cate {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.about-cate .item {
    width: 210px;
    height: 52px;
    background: #f5f5f5;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    color: #222;
    border-radius: 26px;
    margin: 0 26px 0 0;
}

.about-cate .active {
    color: #fff;
    background: #167cd0;
}

.about-show .content {
    padding: 30px 10px 200px;
}

.about-show .content p {
    font-size: 16px;
    color: #222;
    line-height: 32px;
    text-indent: 32px;
}

.about-show .content img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}


/* 联系我们页面 */

.contact-show .container .welbox {
    width: 100%;
    height: 240px;
    background: #f5f5f5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-show .container .welbox .picbox {
    margin: 0 30px 0 50px;
    width: 200px;
    height: 200px;
    overflow: hidden
}

.contact-show .container .welbox .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-show .container .welbox .txtbox {
    padding: 0 40px 0 0;
}

.contact-show .container .welbox .txtbox .name {
    font-size: 28px;
    color: #167cd0;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.contact-show .container .welbox .txtbox .desc {
    font-size: 18px;
    color: #222;
}

.infobox .container .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 60px 0;
}

.infobox .container .wrapper .leftinfo {}

.infobox .container .wrapper .leftinfo .title {
    font-size: 32px;
    color: #222;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.infobox .container .wrapper .leftinfo p {
    padding: 0 0 0 40px;
    font-size: 16px;
    color: #222;
    position: relative;
    line-height: 64px;
    border-bottom: 1px dashed #dbdbdb;
}

.infobox .container .wrapper .leftinfo p::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 32px;
    top: 16px;
    left: -6px;
}

.infobox .container .wrapper .leftinfo .fax::before {
    background: url(../images/picture/contact/fax.png)no-repeat center;
}

.infobox .container .wrapper .leftinfo .sell-one::before {
    background: url(../images/picture/contact/phone.png)no-repeat center;
}

.infobox .container .wrapper .leftinfo .sell-sec::before {
    background: url(../images/picture/contact/phone.png)no-repeat center;
}

.infobox .container .wrapper .leftinfo .complaints::before {
    background: url(../images/picture/contact/mobilephone.png)no-repeat center;
}

.infobox .container .wrapper .leftinfo .mailbox::before {
    background: url(../images/picture/contact/mailbox.png)no-repeat center;
}

.infobox .container .wrapper .leftinfo .position::before {
    background: url(../images/picture/contact/position.png)no-repeat center;
}

.infobox .container .wrapper .rightpic {
    width: 55.6%;
}

.infobox .container .wrapper .rightpic img {
    max-width: 100%;
}

#map {
    height: 600px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 200px 0;
}


/* 新闻中心 */

.news-show .newslist {
    padding: 50px 0;
}

.news-show .newslist .newsitem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* height: 250px; */
    background: #f5f5f5;
    margin: 0 0 30px 0;
}

.news-show .newslist .newsitem:hover {
    background: #167cd0;
    transition: all .2s;
}

.news-show .newslist .newsitem:hover .txtbox .title {
    color: #fff;
}

.news-show .newslist .newsitem:hover .txtbox .desc {
    color: #fff;
}

.news-show .newslist .newsitem:hover .date .day {
    color: #fff;
}

.news-show .newslist .newsitem:hover .date .year {
    color: #fff;
}

.news-show .newslist .newsitem .picbox {
    width: 28.5%;
    height: 100%;
    overflow: hidden;
}

.news-show .newslist .newsitem .picbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
}

.news-show .newslist .newsitem:hover img {
    transform: scale(1.05);
    transition: all .4s;
}

.news-show .newslist .newsitem .txtbox {
    padding: 0 0 0 50px;
    width: 61.5%;
}

.news-show .newslist .newsitem .txtbox .title {
    font-size: 24px;
    color: #000;
    margin: 0 0 20px 0;
}

.news-show .newslist .newsitem .txtbox .desc {
    font-size: 16px;
    color: #000;
}

.news-show .newslist .newsitem .date {
    float: right;
}

.news-show .newslist .newsitem .date .day {
    font-size: 42px;
    color: #000;
    display: block;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.news-show .newslist .newsitem .date .year {
    font-size: 16px;
    color: #000;
}


/* 产品详情 */

.prodetail-show {
    padding: 50px 0 100px 0;
}

.prodetail-show .container .detailtitle {
    font-size: 36px;
    color: #333;
    font-weight: 400;
    text-align: center;
    padding: 0 30px;
}

.prodetail-show .container .time {
    font-size: 16px;
    font-weight: 400px;
    color: #333333;
    display: block;
    text-align: center;
    margin: 15px 0;
}

.prodetail-show .container .detailcontent {
    padding: 0 30px 50px;
}

.prodetail-show .container .detailcontent img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.prodetail-show .container .detailcontent 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;
}


/* ------------------------------------------媒介查询---------------------------------------------- */

@media screen and (max-width:1560px) {
    .container {
        width: 1400px;
    }
    .banner img {
        max-width: 100%;
    }
    .adv .container .advlist .item:nth-child(odd) .picbox {
        width: 50%;
    }
    .adv .container .advlist .item:nth-child(odd) .picbox img {
        max-width: 100%;
    }
    .adv .container .advlist .item .picbox {
        width: 50%;
    }
    .adv .container .advlist .item img {
        max-width: 100%;
    }
    .cases .container .wrapper .center {
        width: 880px;
    }
    nav .mainnav .subnav {
        left: 17px;
    }
}

@media screen and (max-width:1366px) {
    .container {
        width: 1200px;
    }
    header .logobox img {
        width: 90%;
    }
    .index-pro .container .procate .cateitem .title {
        font-size: 12px;
    }
    .cases .container .wrapper .center {
        width: 760px;
    }
    .cases .container .wrapper .center img {
        max-width: 100%;
    }
    .cases .container .wrapper .item {
        height: 110px;
        line-height: 110px;
    }
    .cases .container .wrapper .right {
        height: 558px;
    }
    .cases .container .wrapper .right img {
        height: 130px;
        object-fit: contain;
    }
    .cases .wrap .titlebox p {
        font-size: 26px;
    }
    .index-about .txtbox {
        padding: 0 21px 0 18px;
    }
    .index-about .txtbox .desc {
        padding: 15px 0;
    }
    .index-about .txtbox .cont {
        padding: 20px 0;
    }
    .index-about .picbox {
        height: 385px;
    }
    .index-about .txtbox .cont {
        font-size: 14px;
    }
    .index-about .txtbox .title {
        font-size: 38px;
    }
    footer .container .navlist {
        width: 1000px;
    }
    .index-news .container .wrapper .item .date .day {
        font-size: 28px;
    }
    .index-news .container .wrapper .item .cont .title {
        font-size: 20px;
    }
    .index-news .container .wrapper .item .date {
        width: 20%;
    }
    nav .mainnav .subnav {
        left: 0;
    }
}

@media screen and (max-width:1280px) {}