/*******************header*******************/
.top {
    height: 30px;
    background-color: #03101f;
}
.top .container * {
    color: #e6e6e6;
    font-size: 14px;
    line-height: 30px;
}
.logo-tel {
    height: 140px;
    box-shadow: inset 0px -1px 0px 0px #cccccc;
}
.logo-tel .logo {
    width: 483px;
    height: 120px;
}
.logo-tel .top-tel img {
    width: 58px;
    height: 58px;
    margin-right: 10px;
}
.top-tel-name {
    font-size: 16px;
    color: #666666;
    margin-left: 5px;
    margin-bottom: 5px;
}
.top-tel-num {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}
nav a {
    display: block;
    width: 169px;
    height: 49px;
    box-shadow: inset -1px 0px 0px 0px #cccccc;
    text-align: center;
    line-height: 49px;
    cursor: pointer;
}
nav a:nth-child(1) {
    border-left: 1px solid #cccccc;
}
nav a.on {
    background-color: #004698;
    color: #ffffff;
}
nav a span {
    color: #004698;
}

/*************首页banners************/
.index-banners {
    width: 100%;
    overflow: hidden;
}
.index-banners img {
    width: 100%;
}

/*******************产品*******************/
.tree-box {
    width: 280px;
    background-color: #004698;
    position: relative;
    top: -80px;
    margin-right: 40px;
    padding-bottom: 6px;
    height: fit-content;
    z-index: 2;
}
.list-box {
    width: 880px;
    padding-top: 40px;
}
.pro-title-box {
    padding-bottom: 10px;
    border-bottom: 6px solid #cccccc;
}
.list-box .pro-title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.list-box .pro-title:after {
    content: '';
    width: 180px;
    height: 6px;
    background-color: #004698;
    position: absolute;
    bottom: -16px;
    left: 0;
}
.list-box .more {
    color: #999999;
    font-size: 16px;
}
.list-box .pro-list {
    display: flex;
    flex-wrap: wrap;
}
.list-box .pro-list .pro-item {
    display: flex;
    flex-direction: column;
    width: 278px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: 20px;
    background-color: #cccccc;
    border: solid 1px #cccccc;
    cursor: pointer;
}
.list-box .pro-list .pro-item:nth-child(3n + 1) {
    margin-left: 0;
}
.list-box .pro-list .pro-item img {
    width: 278px;
/*    height: 228px;*/
    height: 278px;
}
.list-box .pro-list .pro-item span {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.list-box .pro-list .pro-item:hover {
    background-color: #004698;
    color: #ffffff;
}
.tree-box .screw-display {
    width: 157px;
    font-size: 36px;
    color: #ffffff;
    margin: 35px 0 0 30px;
    font-weight: bold;
}
.tree-box .row-line {
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    margin: 15px 0 15px 30px;
}
.tree-box .tree-title {
    font-size: 24px;
    color: #ffffff;
    margin-left: 30px;
}
.tree-box .tree {
    margin-left: 6px;
    width: 268px;
    background-color: #f0f0f0;
    margin-top: 20px;
}
.tree-box .tree > ul {
    padding: 0 14px 0 14px;
}
.tree .tree-li div {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    user-select: none;
}
.tree .tree-li ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.tree .tree-li.on ul {
    padding-bottom: 15px;
}
.tree .tree-li li {
    color: #666666;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
}
.tree .tree-li li a {
    color: #666666;
}
.tree .tree-li {
    background-image: url('../images/合拢.png');
    background-repeat: no-repeat;
    background-position: 2px 19px;
    padding-left: 20px;
}
.tree .tree-li.on {
    background-image: url('../images/展开.png');
    background-position: 2px 23px;
}

.index-ys {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 600px;
    margin-top: 80px;
}
.index-ys .ys-banner {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
}
.index-ys .ys-content {
    width: 100%;
    position: absolute;
}
.ys-title {
    padding: 65px 0 50px 0;
}
.ys-title img {
    margin: 0 auto;
    display: block;
}
.ys-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ys-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 285px;
    height: 300px;
    border: solid 4px #ffffff;
    transition: transform 0.2s;
}
.ys-item:hover {
    transform: translateY(-20px);
    transition: transform 0.2s;
}
.ys-item img {
    width: 78px;
    height: 64px;
    margin: 26px auto;
    display: inherit;
}
.ys-item .ys-name {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 28px;
    text-align: center;
}
.ys-item .ys-des {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    width: 224px;
}

.index-intro {
    margin-top: 59px;
    margin-bottom: 83px;
}
.index-intro .intro-title {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.index-intro .intro-title span {
    color: #004698;
}
.index-intro .intro-title-en {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.index-about {
    margin-top: 50px;
}
.about-l {
    width: 620px;
    height: 420px;
    background-color: #ffffff;
}
.about-box {
    margin: 38px 40px 27px 19px;
}
.about-r {
    width: 580px;
    height: 420px;
}
.about-title {
    font-size: 24px;
    color: #004698;
    font-weight: bold;
    margin-right: 15px;
}
.about-title-en {
    font-size: 30px;
    color: #cccccc;
    font-weight: bold;
}
.about-content {
    margin-top: 28px;
    margin-bottom: 35px;
    height: 188px;
    overflow: hidden;
}
.about-content p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.about-content p a {
    color: #004698;
}
.about-tab li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.about-tab li img {
    width: 80px;
    height: 80px;
}
.about-tab li span {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
line-height:80px;
}

.index-intro .swiper-box {
    margin-top: 20px;
    position: relative;
}
.index-intro .swiper-slide {
    /*width: 285px;
    height: 180px;*/
    position: relative;
    cursor: pointer;
}
.index-intro .swiper-slide img {
    /*width: 285px;
    height: 180px;*/
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.index-intro .swiper-slide div {
    /*width: 285px;*/
width: 280px;
    height: 48px;
    background-color: #004698;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
}
.index-intro .swiper-slide:hover div {
    background-color: #f3b000;
}
.index-intro .swiper-button-next {
    right: -50px;
}
.index-intro .swiper-button-prev {
    left: -50px;
}

.index-news {
    background-color: #ffffff;
    padding: 55px 0 60px 0;
}
.index-news .news-box-l,
.index-news .news-box-r {
    width: 560px;
}
.index-news .news-title {
    text-align: center;
    color: #333333;
    font-size: 40px;
    font-weight: bold;
}
.index-news .news-title span {
    color: #004698;
}

.index-news .news-title-en {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 50px;
}
.index-news .news-box-l img {
/*    width: 560px;
    height: 320px;*/
width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.index-news .news-box-l .news-name {
    font-size: 16px;
    color: #004698;
    margin: 22px 0 18px 0;
    font-weight: bold;
}
.index-news .news-box-l .news-time {
    color: #999999;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.index-news .news-box-l hr {
    border-color: #004698;
}
.index-news .news-box-l .news-desc {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 25px;
}
.news-box-r .news-item {
    cursor: pointer;
    margin-bottom: 20px;
}
.news-box-r .news-item .news-item-l {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
}

.news-box-r .news-item .news-item-l .month-day {
    font-size: 20px;
    color: #999999;
    text-align: center;
    padding: 20px 0 10px 0;
}
.news-box-r .news-item .news-item-l .year {
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.news-box-r .news-item .news-item-r {
    width: 450px;
}

.news-box-r .news-item .news-item-r .news-name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-box-r .news-item .news-item-r .news-desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.news-box-r .news-item:hover .news-item-l {
    background-color: #004698;
}
.news-box-r .news-item:hover .news-item-l div {
    color: #ffffff;
}
.links {
    margin-top: 50px;
}
.links div {
    font-size: 18px;
    color: #004698;
    font-weight: bold;
}
.links a {
    font-size: 16px;
    color: #333333;
    display: block;
    margin-left: 20px;
}

/***********************底部***********************/
.navs {
    height: 60px;
    background-color: #004698;
}
.navs a:first-child {
    margin-left: 300px;
}
.navs a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-left: 70px;
}

.contacts {
    background-color: #03101f;
    padding: 48px 0 20px 0;
}
.contacts .container div:first-child {
    margin-left: 300px;
}
.contacts .container div {
    margin-left: 20px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
.contacts .container div span {
    margin-bottom: 26px;
    position: relative;
}
.contacts .container .ewm-name {
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}
footer .container {
    position: relative;
}
footer hr {
    height: 1px;
    background-color: #ffffff;
}

.tel-box {
    width: 240px;
    height: 260px;
    background-color: #ffffff;
    box-shadow: inset 0px 6px 0px 0px #004698;
    position: absolute;
    top: -6px;
    background-image: url('../images/组32.png');
    background-size: 240px 260px;
}
.tel-box span {
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    display: block;
    text-align: center;
}
.tel-box span:first-child {
    padding-top: 135px;
}
.tel-box span:last-child {
    font-size: 24px;
    color: #004698;
    font-weight: bold;
}
.contacts .container div span:before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    top: -4px;
    left: -28px;
}
.contacts .contact:before {
    background-image: url('../images/联系人.png');
}
.contacts .fax:before {
    background-image: url('../images/传真.png');
}
.contacts .address:before {
    background-image: url('../images/地址.png');
}
.contacts .tel:before {
    background-image: url('../images/电话.png');
}
.contacts .email:before {
    background-image: url('../images/邮箱.png');
}

.copyright {
    height: 75px;
    background-color: #03101f;
    color: #cccccc;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright a {color:#ccc;}

/***************产品列表*******************/
.banners {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}
.banners div {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
}

.products .tree-box {
    position: initial;
    margin: 40px 0;
    height: fit-content;
}

/***************分页*************/
.pager {
    margin: 60px auto 150px auto;
    text-align: center;
    font-size: 14px;
    color: #cccccc;
}
.pager a {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #c3c2c1;
    color: #222222;
    margin-right: 8px;
}
.pager a.on {
    width: 30px;
    height: 30px;
    background-color: #004698;
    color: #ffffff;
}
.pager span {
    color: #222222;
    display: inline-block;
    margin-left: 10px;
}
.pager .next {
    display: inline-block;
    margin: 0 10px;
    border: none;
    background: none;
    color: #cccccc;
}
.pager span input {
    background-color: #ffffff;
    border: solid 1px #c3c2c1;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 5px;
}
.pager button {
    width: 60px;
    height: 30px;
    background-color: #004698;
    color: #ffffff;
    margin-left: 10px;
}

/************************网址导航********************/
.page-nav {
    background-color: #ffffff;
}
.page-nav .links {
    padding: 20px 0 60px 0;
}
.nav-hr {
    border-color: #e6e6e6;
}

.nav-list .nav-item {
    margin: 30px 0 8px 0;
    display: flex;
    align-items: center;
}
.nav-list .nav-par {
    width: 140px;
    height: 40px;
    background-color: #004698;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.nav-list .nav-par a {
    color: #ffffff;
}
.nav-list .nav-item .nav-sub {
    flex: 1;
}
.nav-list .nav-item .nav-sub a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin-left: 40px;
    line-height: 30px;
}

/***********************新闻列表**********************/
.page-news {
    padding: 40px 0;
}
.page-news .news-list {
    display: flex;
    flex-wrap: wrap;
}
.page-news .news-item {
    width: 380px;
    height: 380px;
    background-color: #ffffff;
    border: solid 1px #999999;
    margin-bottom: 30px;
    margin-right: 18px;
    cursor: pointer;
    overflow: hidden;
}
.page-news .news-item:nth-child(3n) {
    margin-right: 0;
}
.page-news .news-item img {
    /* width: 380px; */
    height: 280px;
}
.page-news .news-item .news-title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 12px;
overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.page-news .news-item .news-desc {
    display: none;
    line-height: 24px;
    margin-bottom: 12px;
color:red

}
.page-news .news-item .news-time {
    font-size: 14px;
    color: #999999;
}
.page-news .news-item > div {
    padding: 20px 16px;
    height: 60px;
}

.page-news .news-item:hover > div {
    background-color: #004698;
    box-shadow: inset 0px -2px 0px 0px #273997;
    height: 100px;
    transition: transform 0.3s;
}

.page-news .news-item:hover img {
    /* width: 380px; */
    /*height: 240px;*/
}
.page-news .news-item:hover .news-desc {
    display: block;
}
.page-news .news-item:hover div {
    color: #fff;
position: relative;
    bottom: 35px;

}
.page-news .news-item:hover div:nth-child(2){
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;

}


.page-news .news-item:hover .news-title{
margin-top:25px;
}

/**********************联系我们*********************/
.page-contact .contact-title {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}
.page-contact .contact-title-en {
    font-size: 16px;
    color: #666666;
    margin: 10px 0 35px 0;
    text-align: center;
}

.contact-company {
    font-size: 24px;
    color: #004698;
    font-weight: bold;
}
.contact-detail {
    margin: 25px 0 38px 0;
}
/*.contact-detail span {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    display: block;
}*/
.contact-detail p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    display: block;
}
.contact-detail .ewm {
    margin-right: 55px;
}
.contact-detail .ewm div {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    width: 80px;
    margin-left: 8px;
}
.form {
    margin: 35px 0 85px 0;
    display: flex;
    flex-wrap: wrap;
}
.form .form-item {
    margin-bottom: 20px;
}
.form .form-item .form-label {
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px;
}
.form .form-item input {
    height: 46px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    padding: 0 10px;
}
.form .form-item textarea {
    height: 100px;
    width: 1178px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    padding: 10px;
}
.form .name input {
    width: 278px;
    margin-right: 20px;
}
.form .tel input {
    width: 408px;
    margin-right: 20px;
}
.form .email input {
    width: 408px;
}
.form .code {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form .code .form-label {
    width: 100%;
}
.form .code input {
    width: 118px;
}
.form .code img {
    width: 140px;
    height: 48px;
    background-color: #cccccc;
}
.form .code button {
    width: 160px;
    height: 48px;
    background-color: #004698;
    color: #ffffff;
    margin-left: 20px;
}

/***************************关于我们*************************/
.page-about-content {
    height: 780px;
    background-color: #ffffff;
    border: solid 1px #999999;
    margin: 60px auto;
}
.page-about .profile,
.page-about .culture {
    display: flex;
    justify-content: space-between;
}
.page-about .page-about-title {
    margin-bottom: 25px;
}
.page-about .page-about-title span:first-child {
    font-size: 40px;
    color: #004698;
    font-weight: bold;
}
.page-about .page-about-title span:last-child {
    font-size: 30px;
    color: #cccccc;
    font-weight: bold;
    margin-left: 10px;
}
.page-about .page-about-desc {
    width: 550px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.page-about .left {
    padding: 32px 20px 0 25px;
}
.page-about .profile .right {
    width: 600px;
    height: 360px;
}
.page-about .culture .right {
    width: 600px;
    height: 420px;
}
.page-about .right img {
    width: 100%;
    height: 100%;
}
.page-about .culture .page-about-desc {
    width: 380px;
    margin-right: 160px;
}
.page-about .culture .page-about-desc span {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.page-about .culture .page-about-desc p {
    margin-bottom: 8px;
}

.page-about .history {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 560px;
}
.page-about .history .bg {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
}

.page-about .factory {
    margin-bottom: 124px;
    margin-top: 55px;
}
.page-about .factory-title {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.page-about .factory-title-en {
    font-size: 16px;
    color: #666666;
    margin: 10px 0 46px 0;
    text-align: center;
}
.page-about .factory-list {
    display: flex;
    justify-content: space-between;
flex-wrap:wrap;
}
.page-about .factory-item {
    width: 280px;
    height: 240px;
    position: relative;
    cursor: pointer;
}
.page-about .factory-item img {
    width: 280px;
    height: 240px;
}
.page-about .factory-item div {
    width: 280px;
    height: 48px;
    background-color: #004698;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
}
.page-about .factory-item:hover div {
    background-color: #f3b000;
}
.history .history-content {
    position: absolute;
    width: 100%;
    padding-top: 56px;
}
.history .history-title {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.history .history-title-en {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}
.history .swiper-box {
    margin-top: 28px;
    position: relative;
}
.history .swiper-button-next {
    background-image: url('../images/右_58.png');
    right: -50px;
}
.history .swiper-button-prev {
    background-image: url('../images/左_79.png');
    left: -50px;
}
.history .swiper-slide {
    width: 280px;
    height: 280px;
    border-radius: 20px;
}
.history .swiper-slide-active {
    background: #ffffff;
    box-shadow: inset 0px -3px 0px 0px #f3b000;
}
.history .swiper-slide .year {
    width: 104px;
    height: 104px;
    border: solid 1px #ffffff;
    font-size: 32px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 104px;
    margin: 20px auto 32px auto;
}
.history .swiper-slide .desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    width: 258px;
    margin: 0 auto;
}
.history .swiper-slide-active .year {
    color: #333333;
    font-weight: bold;
    border: solid 2px #004698;
}
.history .swiper-slide-active .desc {
    color: #666666;
}
.history .swiper-pagination {
    width: 100%;
    margin-top: 38px;
}
.history .swiper-pagination-bullet {
    width: 16px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 8px;
}
.history .swiper-pagination-bullet-active {
    width: 60px;
}

/**************************新闻详情*************************/
.page-article hr {
    width: 1200px;
    background-color: #e6e6e6;
}
.page-article .article-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
}
.page-article .article-author {
    margin: 15px 0 45px 0;
    color: #999999;
    font-size: 14px;
}
.page-article .article-content {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.article-pager {
    margin: 52px 0 120px 0;
}
.article-pager a {
    font-size: 14px;
    color: #999999;
    display: block;
    margin-bottom: 15px;
}

/********************螺杆展示 - 内页********************/
.page-pro-detail .pro-box {
    margin: 30px 0 70px 0;
    display: flex;
}
.page-pro-detail .pro-box .pro-pic-big {
    width: 580px;
    height:580px;
    background-color: #ffffff;
    border: solid 1px #999999;
}
.page-pro-detail .pro-box .right {
    margin-left: 40px;
}
.page-pro-detail .pro-box .pro-name {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.page-pro-detail .pro-box .pro-pics {
    margin-top: 20px;
}
.page-pro-detail .pro-box .pro-pics img {
    width: 170px;
    height: 170px;
    background-color: #ffffff;
    border: solid 1px #999999;
    margin: 0 10px 5px 0;
    cursor: pointer;
}
.page-pro-detail .pro-box .pro-remark {
    font-size: 14px;
    line-height: 30px;
    color: #ff1d1d;
    margin: 25px 0 30px 0;
}
.page-pro-detail .pro-box .contact-btn {
    width: 160px;
    height: 48px;
    background-color: #004698;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.page-pro-detail .pro-content {
    background: url('../images/内页-产品-详情底图.png') no-repeat;
    border: solid 1px #999999;
    margin-bottom: 56px;
    margin-top: 30px;
}
.page-pro-detail .pro-content .pro-name {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    padding: 55px 0;
    text-align: center;
}

.page-pro-detail .pro-content .pro-detail {
    margin: 0 auto;
    width: 750px;
    padding-bottom: 110px;
}

.page-pro-detail .pro-other {
    margin-bottom: 78px;
}
.page-pro-detail .pro-other .label {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 28px;
}
.page-pro-detail .pro-other .pro-other-list {
    display: flex;
    justify-content: space-between;
}
.page-pro-detail .pro-other .pro-item {
    width: 280px;
    height: 280px;
    background-color: #cccccc;
}
.page-pro-detail .pro-other .pro-item img {
    width: 278px;
    height: 220px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}
.page-pro-detail .pro-other .pro-item div {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #222222;
}
.page-pro-detail .pro-other {
}
