.innerbody {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.innerbody .proClass {
    width: 300px;
    padding-right: 30px;
    text-align: center
}

.innerbody .proClass>ul {
    border: 1px solid #27499a;
    /* border-radius: 10px */
}

.innerbody .proClass>ul>li {
    /* line-height: 2em;
    font-size: 18px */
    /* height: 60px; */
    text-align: left;
}

.innerbody .proClass>ul>li:first-child {
    font-weight: 700;
    color: #fff;
    height: 90px;
}

.innerbody .proClass>ul>li:first-child a {
    height: 100%;
    font-size: 22px;
    color: #fff;
    display: block;
    padding: 24px 0 0 85px;
    line-height: 24px;
    background: #27499a url(/public/media/icon/cp_ico01.png) no-repeat 36px 25px;
    font-weight: normal;
    text-align: left;
}

.innerbody .proClass>ul>li:first-child a i {
    font-family: "Times New Roman", Times, serif;
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-style: normal;
}

.innerbody .proClass>ul>li>a {
    display: block;
    width: 100%;
    background-color: orange;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
    height: 50px;
    line-height: 50px;
    border-top: #e5e5e5 1px dashed;
}

.innerbody .proClass>ul>li ul li a {
    font-size: 14px;
    color: #333;
    padding-left: 30px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: #e5e5e5 1px dashed;
}

.innerbody .proClass>ul>li ul li a:hover {
    background-color: #27499a;
    color: white;
}

.innerbody .infoBody {
    width: 900px;
    padding: 0 50px;
}

.innerbody .infoBody h1 {
    text-align: center;
    font-size: 28px;
}

.innerbody .infoBody hr {
    text-align: center;
    margin: 10px 0 5px;
}

.innerbody .infoBody .upper {
    text-align: center;
    font-size: 12px;
    color: gray;
}

.innerbody .infoBody .info-text {
    font-size: 14px;
    text-align: justify;
    text-indent: 2em;
    margin-top: 30px;
}

.innerbody .infoBody .info-text img {
    margin: 0 auto;
}

.innerbody .proBody {
    width: 900px;
    padding: 0 0 0 50px;
}

.innerbody .proBody>h1 {
    width: 100%;
    background-color: #27499a;
    color: white;
    text-align: center;
    padding: 20px;
}

.innerbody .proBody .pro_desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.innerbody .proBody .pro_desc img {
    width: 350px;
    padding: 5px;
    background-color: #efefef;
}

.innerbody .proBody .pro_desc .pro_desc_info {
    flex-grow: 1;
    padding-left: 50px;
}

.innerbody .proBody .pro_desc .pro_desc_info .pro_desc_title {
    font-size: 32px;
    font-weight: bold;
    padding: 10px;
}

.innerbody .proBody .pro_desc .pro_desc_info .pro_desc_detail {
    padding: 10px 0 0 10px;
    text-align: justify;
    margin-bottom: 30px;
    line-height: 1.5em;
    text-indent: 2em;
}

.innerbody .proBody .pro_desc .pro_desc_info .pro_desc_btn {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    justify-content: space-between;
}

.innerbody .proBody .pro_desc .pro_desc_info .pro_desc_btn a {
    padding: 10px;
    background-color: #27499a;
    color: white;
    width: 47%;
    text-align: center;
    display: block;
    border-radius: 25px;
    margin-bottom: 15px;
}

.innerbody .proBody .pro_detail {
    /* margin-top: 30px; */
    margin-bottom: 50px;
}

.innerbody .proBody .pro_detail#certification {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.innerbody .proBody .pro_detail#certification .item {
    width: 50%;
    padding: 5px;
    /* background-color: lightgray; */
    text-align: center;
}

.innerbody .proBody .pro_detail#certification .item img {
    width: 100%;
}



.innerbody .proBody .pro_detail#gb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.innerbody .proBody .pro_detail#gb .item {
    width: 33%;
    padding: 5px;
    /* background-color: lightgray; */
    text-align: center;
}

.innerbody .proBody .pro_detail#gb .item img {
    width: 100%;
}

.innerbody .proBody .pro_detail table {
    width: 100%;
    margin: 10px 0 30px;
    border-collapse: collapse;
    border-spacing: 0;
}

/* .innerbody .proBody .pro_detail table tr {} */

.innerbody .proBody .pro_detail table tr td,
.innerbody .proBody .pro_detail table tr th {
    border: 1px solid black;
    padding: 10px;
    max-width: 50%;
}

.innerbody .proBody .pro_detail table tr th {
    background-color: lightgray;
    font-size: 18px;
    font-weight: bold;
}


.innerbody .proBody .pro_detail .pro_detail_list_4,
.innerbody .proBody .pro_detail .pro_detail_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.innerbody .proBody .pro_detail .pro_detail_list .item {
    width: 33%;
    padding: 10px;
    text-align: center;
}

.innerbody .proBody .pro_detail .pro_detail_list .item .imgbox {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.innerbody .proBody .pro_detail .pro_detail_list .item .imgbox img {
    width: 100%;
}

.innerbody .proBody .pro_detail .pro_detail_list_4 .item {
    width: 25%;
    padding: 10px;
    text-align: center;
}

.innerbody .proBody .pro_detail .pro_detail_list_4 .item .imgbox {
    overflow: hidden;
}

.innerbody .proBody .pro_detail .pro_detail_list_4 .item .imgbox img {
    width: 100%;
}

.innerbody .proBody .proList {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.innerbody .proBody .proList .item {
    width: 30%;
    text-align: center
}

.innerbody .proBody .proList .item img {
    width: 100%;
    height: auto;
    background-color: #efefef;
    padding: 5px;
    margin-bottom: 5px;
}

.innerbody .proBody .proList .item:hover img {
    box-shadow: 0px 0px 10px #cfcfcf;
    transform: translate(0, -5px);
}

.innerbody .proBody .proList .item span {
    display: block;
    line-height: 1.5em;
    margin-bottom: 30px;
    /* font-size: 1.3em; */
}

.pro-about {
    background-color: white;
    position: relative
}

.pro-about #aboutPic {
    width: 100%;
    height: 350px;
    background-color: gray
}

.pro-about .aboutText {
    position: absolute;
    width: 100%;
    top: 200px
}

.pro-about .aboutText .container {
    background-color: #fff;
    height: 300px;
    padding-left: 400px;
    padding-right: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.pro-about .aboutText .container::before {
    position: absolute;
    content: "艾米微晶";
    background-color: #27499a;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 10px;
    padding-top: 75px;
    padding-left: 50px;
    line-height: 100px;
    box-sizing: border-box
}

.pro-about .aboutText .container::after {
    position: absolute;
    content: '精益求精';
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 10px;
    padding-top: 125px;
    padding-left: 50px;
    line-height: 100px;
    box-sizing: border-box
}

.pro-about .aboutText .container .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1em;
}

.pro-about .aboutText .container .title small {
    font-size: 18px;
    color: #27499a;
    font-weight: normal;
}

.pro-about .aboutText .container p {
    line-height: 1.5em;
    text-align: justify
}

.pro-about .aboutText .container a {
    margin-top: 20px
}

.pro-about .honor {
    padding: 30px 0;
    /* margin-top: 200px */
}

.pro-about .honor .row {
    display: flex;
    margin-bottom: 50px;
}

.pro-about .honor .row:nth-child(2n+1) {
    justify-content: flex-end
}

.pro-about .honor .row .pic {
    width: 50%;
    overflow: hidden;
    /* height: 400px; */
    padding: 3px;
}

.pro-about .honor .row .pic.pic-right {
    display: flex;
    justify-content: flex-end;
}

.pro-about .honor .row .pic img {
    width: 100%;
    background-color: gray;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.pro-about .honor .row .info {
    width: 600px;
    background-color: #fff;
    /* padding-left: 50px; */
    /* padding-top: 50px */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pro-about .honor .row .info.info-right {
    padding-left: 50px;
}

.pro-about .honor .row .info .title {
    font-size: 32px;
    font-weight: 700;
    /* border-bottom: 1px solid; */
    line-height: 2em;
    padding-left: 10px;
    color: #27499a;
    text-shadow: 3px 3px 0px lightgray
}

.pro-about .honor .row .info .title img {
    display: inline-block;
    height: 48px;
    filter: drop-shadow(lightgray 3px 3px 0px);
    vertical-align: middle;
}

.pro-about .honor .row .info ul {
    /* list-style-type: disc; */
    padding-left: 20px;
    /* padding-top: 20px */
}

.pro-about .honor .row .info ul li {
    line-height: 2em;
    font-size: 18px
}

.pro-about .honor .row .info ul li small {
    line-height: 1.5em;
    font-size: 14px
}

.pro-contact {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.pro-contact>img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.pro-contact .info {
    /* position: absolute; */
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 100;
    padding: 0 50px;
}

.pro-contact .info img {
    height: 150px;
    margin-right: 30px;
}

.pro-contact .info .text {
    font-weight: bold;
    color: white;
    font-size: 32px;
}

.pro-contact .info .text p:last-child {
    font-size: 48px;
}