*{margin: 0; padding: 0;}
@font-face {
    font-family: "gotham";
    src: url('fonts/gotham.eot?t=2'); /* IE9 */
    src: url('fonts/gotham.eot?2=1#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/gotham.woff?t=2') format('woff'),
    url('fonts/gotham.ttf?t=2') format('truetype'),
    url('fonts/gotham.svg?t=2#iconfont') format('svg');
}
html, body, #app {width: 100%; color: #000000; font-family: "gotham";}
a{text-decoration: none; color: #000000;}
a:hover{color: #AC7E46;}
img{display: block;}
.width{width: 1280px; margin: 0 auto; min-width: 1280px;}
.bg-grey{background: #F7F7F8;}
.center{text-align: center;}

.el-button--warning{background-color: #AC7E46; font-size: 16px; border-color: #AC7E46;}
.el-button--warning:hover{background-color: #000000; border-color: #000000;}
.el-button--primary.is-plain{border-color: #AC7E46; background-color: #FFFFFF; color: #AC7E46; font-size: 16px;}
.el-button--primary.is-plain:hover{border-color: #AC7E46; background-color: #AC7E46; color: #FFFFFF;}
.el-button--primary.is-plain:focus{border-color: #AC7E46; background-color: #AC7E46; color: #FFFFFF;}
.el-button--primary.is-plain:active{border-color: #AC7E46; background-color: #AC7E46; color: #FFFFFF;}

.transition{transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.hid-one{overflow:hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow:ellipsis;}
.hid-two{overflow:hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;}
.hid-three{overflow:hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical;}

.shadow{box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);}

header{position: fixed; left: 0; top: 0; right: 0; z-index: 9; background: #ffffff;}
.header_blank{height: 100px;}
.header{display: flex; justify-content: space-between; align-items: center;}
.header .logo img{height: 48px;}
.header .menu{}
.header .menu .one{font-size: 16px; display: block; color: #000000;}
.el-menu i.el-submenu__icon-arrow{display: none;}
.el-menu.el-menu--horizontal{border-bottom: none;}
.el-menu--horizontal>.el-submenu .el-submenu__title{height: 100px; line-height: 100px; padding: 0 40px; border-bottom: none;}
.el-menu--popup-bottom-start{margin: 0;}
.el-menu--popup-right-start{margin: 0;}
.el-menu--popup{padding: 0;}
.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{background: none;}
.el-menu--horizontal>.el-submenu.is-opened{background: #E1E1E1;}
.el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title{padding: 0; height: 48px; line-height: 48px;}
.el-menu--horizontal .two{padding: 0 18px; font-size: 16px; display: block; color: #000000;}
.el-menu--horizontal .two:hover{background: #A4A4A4; color: #FFFFFF;}
.el-menu--horizontal .three{padding: 0 18px; font-size: 16px; display: block; color: #000000;}
.el-menu--horizontal .three:hover{background: #BEBEBE; color: #FFFFFF;}
.el-menu--horizontal .el-menu .el-submenu.is-opened .el-submenu__title{background: #A4A4A4;}
.el-menu--horizontal .el-menu .el-submenu.is-opened .el-submenu__title .two{color: #FFFFFF;}
.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border: none; color: #000000; background: #E1E1E1;}
.el-submenu__title {
    -webkit-transition: none;
    transition: none;
}
.el-zoom-in-top-enter-active, .el-zoom-in-top-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: none;
    transition: none;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.banner{width: 100%; min-width: 1280px;}
.banner .home{display: flex; justify-content: space-between; padding-top: 120px; padding-bottom: 100px;}
.banner .home .name{font-size: 36px; font-weight: bold; line-height: 1.5;}
.banner .home .desc{padding: 20px 0; line-height: 1.5;}
.banner .home .pic{padding-right: 70px; top: -18px; position: relative;}

.title{padding: 30px 0;}
.title h1{font-size: 30px;}
.title h3{font-weight: normal; font-size: 16px; padding-top: 10px; line-height: 1.5;}
.title .btns .btn{display: inline-block; height: 50px; line-height: 50px; padding: 0 18px; border: 1px solid #989898; color: #989898; border-radius: 5px; margin-left: 20px;}
.title .btns .btn:hover{background: #E60012; border-color: #E60012; color: #ffffff;}
.title.center{justify-content: center; text-align: center;}

.service{padding: 20px 0;}
.service .content{padding-bottom: 25px;}
.service .con{display: flex;}
.service .con .pic{padding: 6px 25px 25px 25px;}
.service .con .pic img{width: 235px;}
.service .con .text{padding-left: 20px; font-size: 16px; color: #000000; line-height: 1.5;}
.service .con .btn{padding-top: 20px; padding-bottom: 10px;}
.el-tabs--border-card{border: none; box-shadow: none;}
.el-tabs--left.el-tabs--border-card{display: flex;}
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border: none; margin-right: 0;}
.el-tabs--border-card>.el-tabs__header{background: none;}
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left .el-tabs__nav-scroll{min-height: 200px;}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{margin: 0;}
.el-tabs--border-card>.el-tabs__header .el-tabs__item{color: #000000;}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color: #D6D6D6; border-right-color: transparent; color: #000000;}
.el-tabs__item{height: 60px; line-height: 60px; font-size: 18px; color: #000000; padding-right: 30px;}
.el-tabs--left .el-tabs__item.is-left{text-align: left;}
.el-tabs--border-card>.el-tabs__content{padding: 25px; border: 1px solid #D6D6D6; min-height: 200px;}
/*上下*/
.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item, .el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left: 0;}
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{border-top-color: #DCDFE6; color: #000000;}
.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color: #000000;}
.surface .el-tabs--border-card>.el-tabs__header .el-tabs__item{margin-top: 0;}
.surface .el-tabs--border-card>.el-tabs__content{margin-top: -1px;}
.surface .con{display: flex;}
.surface .con .pic{width: 300px; height: 225px;}
.surface .con .text{padding-left: 30px; font-size: 16px; color: #000000; line-height: 1.5; flex: 1;}

.about .content{padding-top: 64px; padding-bottom: 72px;}
.about .intro{display: flex; justify-content: space-between;}
.about .intro .title{width: 590px; padding-top: 80px;}
.about .intro .pic img{border-radius: 10px;}
.about .total{display: flex; justify-content: space-between; text-align: center; padding: 80px 50px 60px;}
.about .total .number{font-size: 48px; font-weight: bolder;}
.about .total .desc{padding-top: 20px;}
.about .card{display: flex; justify-content: space-between;}
.about .card .item{border: 1px solid #9C9C9C; border-radius: 10px; overflow: hidden; width: 400px;}
.about .card .item .name{padding: 30px 25px 0; font-weight: bold; font-size: 18px;}
.about .card .item .desc{padding: 15px 25px 30px; line-height: 1.5;}

.make{padding-top: 40px; padding-bottom: 80px;}
.make .ability .swiper-wrapper{padding-bottom: 40px;}
.make .ability .swiper-pagination-bullet-active{background: #AC7E46;}
.make .ability .pic{width: 100%; height: 220px;}
.make .work{display: flex; justify-content: space-between;}
.make .work .item{background: #F7F7F8; border-radius: 10px; overflow: hidden; width: 350px; padding: 25px;}
.make .work .item .icon{}
.make .work .item .icon i{font-size: 50px;}
.make .work .item .name{padding: 15px 0; font-weight: bold; font-size: 18px;}
.make .work .item .desc{padding-bottom: 10px; line-height: 1.5;}

.industry{padding-top: 20px; padding-bottom: 50px;}
.industry .content{display: flex; flex-wrap: wrap;}
.industry .content .item{width: 25%; box-sizing: border-box; padding: 30px 0; display: flex;}
.industry .content .item .icon{width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; background: #000000; border-radius: 5px;}
.industry .content .item .icon i{font-size:45px; color: #FFFFFF;}
.industry .content .item .con{flex: 1; padding-left: 8px; padding-right: 30px;}
.industry .content .item:nth-child(4) .con{padding-right: 0;}
.industry .content .item .name{font-size: 18px; font-weight: bold;}
.industry .content .item .desc{padding-top: 5px;}

.problem{padding-top: 30px;}
.el-collapse{border: 1px solid #D6D6D6; color: #000000;}
.el-collapse-item__header{font-size: 18px; padding: 0 20px; justify-content: space-between; border-bottom-color: #D6D6D6;}
.el-collapse-item__header .el-icon-plus{display: block; color: #747474;}
.el-collapse-item__header .el-icon-minus{display: none; color: #AC7E46;}
.el-collapse-item__header.is-active .el-icon-plus{display: none;}
.el-collapse-item__header.is-active .el-icon-minus{display: block;}
.el-collapse-item__wrap{border-bottom: 1px solid #D6D6D6;}
.el-collapse-item__content{padding-left: 20px; padding-right: 20px; padding-bottom: 20px; font-size: 16px; color: #000000;}
.el-collapse-item__arrow{display: none;}

.news{padding-top: 30px;}
.news .title{display: flex; align-items: center; justify-content: space-between;}
.news .content{display: flex; justify-content: space-between;}
.news .content a{color: #212427;}
.news .big{width: 630px;}
.news .big .pic{width: 630px; height: 316px; margin-bottom: 20px;}
.news .name{font-weight: bold; height: 26px; line-height: 26px; margin-bottom: 5px;}
.news .desc{font-size: 14px; color: #000000; height: 40px; line-height: 20px;}
.news .time{color: #989898; padding-top: 10px; display: flex; align-items: center; justify-content: space-between;}
.news .time i{color: #AC7E46; font-size: 8px;}
.news .small{width: 568px;}
.news .small .item{padding: 20px 0; border-top: 1px solid #CCCCCC; display: flex; align-items: center;}
.news .small .item:first-child{padding-top: 0; border-top: none;}
.news .small .pic{width: 220px; height: 120px;}
.news .small .text{width: 0; flex: 1; padding-left: 20px;}
.news .small .desc{height: 48px; line-height: 16px;}

.footer_blank{height: 70px;}
footer{background: #000000; color: #FFFFFF;}
footer .content{display: flex; justify-content: space-between; padding-top: 90px; padding-bottom: 70px;}
footer .con{width: 255px; line-height: 1.5;}
footer .address{padding-top: 40px; padding-bottom: 50px;}
footer a{color: #FFFFFF;}
footer .menu{display: flex; padding-top: 15px;}
footer .menu .item{padding-left: 80px;}
footer .menu .tit{font-size: 20px; font-weight: bold; margin-bottom: 20px;}
footer .menu a{display: block; font-size: 14px; line-height: 2;}
footer .copyright{padding: 20px 0; border-top: 1px solid #6A6A6A; color: #6A6A6A; font-size: 14px;}
footer .copyright a{color: #6A6A6A;}
footer .copyright a:hover{color: #FFFFFF;}

.inside{height: 300px; background-position: center center; background-repeat: no-repeat; display: flex; align-items: center;}
.inside .name{font-size: 36px; color: #FFFFFF; font-weight: bold; text-transform: uppercase;}
.inside .desc{font-size: 20px; color: #FFFFFF; padding-top: 20px;}
.position{height: 50px; line-height: 50px;}
.position span:last-child{color: #AC7E46;}
.position span:nth-last-child(2){color: #AC7E46;}

.about-cat{display: flex; justify-content: space-between; padding-top: 80px;}
.about-cat .item{width: 400px; padding: 30px; box-sizing: border-box; box-shadow: 0px 3px 13px 2px rgba(152,152,152,0.15); border-radius: 5px;}
.about-cat .item .name{font-size: 20px; font-weight: bold;}
.about-cat .item .desc{padding-top: 15px; line-height: 1.5; height: 80px;}
.about-cat .item .btn{display: block;}
.about-cat .item .el-button{width: 100%;}
.about-detail{padding-top: 60px; line-height: 1.5;}
.about-detail img{max-width: 100%;}

.strength{}
.strength .content{padding-bottom: 40px; padding-top: 20px;}
.strength .content .item{display: flex; border: 1px solid #E9E9E9; margin-bottom: 40px;}
.strength .content .item .con{width: 490px; box-sizing: border-box; padding: 35px; background: #000000; color: #FFFFFF;}
.strength .content .item .name{font-size: 24px; font-weight: bold; text-transform: uppercase;}
.strength .content .item .desc{font-size: 18px; padding-top: 15px; line-height: 1.5;}
.strength .content .item .text{flex: 1; padding: 25px 20px; line-height: 1.5; color: #1F1F1F;}

.process{padding-top: 50px;}
.process .content{padding-top: 20px;}
.process img{display: block; margin: 0 auto;}

.contact{padding-top: 90px;}
.contact .content{display: flex; align-items: center; justify-content: space-between;}
.contact .pic{border-radius: 10px;}
.contact .text{width: 580px;}
.contact .text .name{font-size: 36px; line-height: 1.5; font-weight: bold;}
.contact .text .desc{padding-top: 15px; line-height: 1.5;}
.contact .information{padding-top: 50px; display: flex;}
.contact .information .item{width: 50%;}
.contact .information .item .tit{font-weight: bold; font-size: 18px; padding-bottom: 12px;}
.contact .information .item .li{color: #989898; padding: 10px 0; display: flex; align-items: center;}
.contact .information .item .li i{margin-right: 10px;}
.contact .information .item a{color: #989898;}
.contact .information .item a:hover{color: #AC7E46;}
.contact .text .office{padding-top: 50px; font-size: 18px; font-weight: bold;}
.contact .text .address{color: #989898; padding-top: 20px; line-height: 1.5;}
.contact .more{padding-top: 60px;}
.contact .more a{color: #DF0614; text-decoration: underline;}

.quotation{padding-top: 80px;}
.quotation .content{display: flex; justify-content: space-between;}
.quotation .text{width: 500px; padding-top: 20px;}
.quotation .text .name{font-weight: bold; font-size: 36px; line-height: 1.5;}
.quotation .text .desc{color: #989898; line-height: 1.5; padding-top: 15px; padding-bottom: 50px;}
.quotation .text .question{background: #ffffff; box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1); border-radius: 5px; padding: 40px;}
.quotation .text .question .tit{font-size: 18px; font-weight: bold;}
.quotation .text .question .item{font-size: 14px; color: #989898; text-decoration: underline; margin-top: 20px; display: block; line-height: 1.5;}
.quotation .text .question .item:hover{color: #AC7E46;}

.quotation .form{width: 620px; box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1); border-radius: 6px; background: #ffffff;}
.quotation .form .name{text-align: center; font-size: 30px; font-weight: bold; padding-top: 40px; text-transform: uppercase;}
.quotation .form .desc{text-align: center; color: #989898; line-height: 1.5; padding: 20px 0;}
.quotation .form .desc a{color: #AC7E46; text-decoration: underline;}
.quotation .form .con{border-top: 1px solid #EEEEEE; padding: 20px 30px;}
.quotation .form .con .tit{font-weight: bold; padding-bottom: 20px;}
.quotation .form .con .red{color: #E60012;}
.quotation .form .con .el-form-item__label{color: #212427; padding: 0;}
.quotation .form .con .el-form-item__label::before{display: none;}
.quotation .form .con .el-input__inner:focus{border-color: #CCCCCC;}
.quotation .form .con .el-textarea__inner:focus{border-color: #CCCCCC;}
.quotation .form .btn{text-align: center; padding-bottom: 60px;}
.quotation .annex{margin-bottom: 20px;}
.quotation .annex .upload{border: 1px solid #ECECEC; border-radius: 5px; width: 140px; height: 140px; display: flex; justify-content: center; align-items: center;}
.quotation .annex .pic{width: 140px; height: 140px; display: block;}
.quotation .annex .icon{font-size: 40px; font-weight: bold; color: #ECECEC;}
.quotation .annex .slot{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #3ED299;}
.quotation .annex .slot i{font-size: 36px; color: #3ED299;}

.consultation .el-dialog__header{position: relative; padding: 30px 30px 10px 30px;}
.consultation .el-dialog__header::after{content: ""; position: absolute; left: 30px; right: 30px; bottom: 0; border-bottom: 1px solid #ECECEC;}
.consultation .el-dialog__title{color: #000000; font-weight: bold;}
.consultation .el-dialog__headerbtn{top: 20px; right: 20px; font-size: 24px; color: #000000; font-weight: bold;}
.consultation .el-dialog__headerbtn .el-dialog__close{color: #222222;}
.consultation .el-dialog__headerbtn .el-dialog__close:hover{color: #E60012;}
.consultation .el-dialog__body{padding: 30px;}
.consultation .btn{width: 180px; padding-top: 20px; padding-bottom: 20px; margin: 0 auto;}
.consultation .btn .el-button{width: 100%;}

.submission{font-size: 16px; line-height: 1.5; color: #999999;}
.submission .tit{color: #000000; font-weight: bold; padding-bottom: 8px;}
.submission .desc{color: #000000; padding-top: 50px; padding-bottom: 20px;}

.error .content{padding: 100px 0; display: flex; justify-content: space-between; align-items: center;}
.error .content .text{width: 600px;}
.error .content .tit{font-size: 36px; font-weight: bold; color: #212427; padding-bottom: 20px;}
.error .content .desc{color: #989898; line-height: 1.7;}
.error .content .btn{padding-top: 50px;}
.error .content .pic .icon{display: block; margin: 0 auto 36px;}

.glossary{padding-top: 20px;}
.glossary .letter{padding-top: 20px; display: flex; justify-content: right; border-bottom: 1px solid #D6D6D6;}
.glossary .letter .item{padding: 15px 10px; font-size: 18px; cursor: pointer; margin-bottom: -1px;}
.glossary .letter .active{border-bottom: 3px solid #AC7E46;}
.glossary .content .item{border-bottom: 3px solid #AC7E46; padding-top: 20px; padding-bottom: 30px;}
.glossary .content .item:last-child{border-bottom: none; padding-bottom: 0;}
.glossary .content .item .name{font-size: 18px; font-weight: bold;}
.glossary .content .item .desc{line-height: 1.5; padding-top: 10px;}
.el-loading-spinner .path{stroke: #AC7E46;}

.blog{padding-top: 50px;}
.blog .content{padding-top: 10px;}
.blog .item{display: flex; align-items: center; margin-bottom: 40px;}
.blog .item .pic{width: 270px; height: 148px;}
.blog .item .con{flex: 1; width: 0; padding-left: 48px;}
.blog .item .con .name{font-weight: bold; height: 26px; line-height: 26px; margin-bottom: 5px; color: #212427; font-size: 18px;}
.blog .item .con .desc{height: 60px; line-height: 20px; color: #999999;}
.blog .item .con .time{font-size: 14px; color: #999999; padding-top: 30px;}
.blog .item:hover .con .name{color: #AC7E46;}

.pages{display: flex; justify-content: space-between; border-top: 1px solid #CCCCCC; padding-top: 30px;}
.pages .disabled{color: #ABABAB; cursor: not-allowed;}

.detail{display: flex; justify-content: space-between; padding-top: 80px;}
.detail .text{width: 940px; padding-right: 20px; border-right: 1px solid #CCCCCC; line-height: 1.5;}
.detail .text .name{font-size: 30px; font-weight: bold; color: #212427;}
.detail .text .time{color: #999; padding-top: 20px;}
.detail .text .content{padding-top: 30px; padding-bottom: 20px;}
.detail .text .notice{background: #C1E1F4; padding: 20px;}
.detail .text img{max-width: 100%;}
.detail .hot{width: 300px;}
.detail .hot .tit{font-weight: bold; font-size: 18px; color: #212427;}
.detail .hot .con{padding: 10px 0;}
.detail .hot .con .item{padding: 8px 0; font-size: 14px; display: block;}

.faqs{padding-top: 50px;}
.faqs .item{display: block; border-bottom: 1px solid #D6D6D6; padding: 15px 0; line-height: 1.5;}
.faqs .item:last-child{border-bottom: none;}

.materials-cat .item .name{font-size: 20px; font-weight: bold;}
.materials-cat .item .con{padding-top: 20px;}
.el-checkbox{font-size: 16px; color: #000000; margin-bottom: 25px;}
.el-checkbox__label{font-size: 16px;}
.type .el-checkbox__label{width: 250px;}
.el-checkbox__inner{width: 25px; height: 25px;}
.el-checkbox__inner:hover{border-color: #AC7E46;}
.el-checkbox__input.is-focus .el-checkbox__inner{border-color: #AC7E46;}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color: #AC7E46; border-color: #AC7E46;}
.el-checkbox__input.is-checked+.el-checkbox__label{color: #AC7E46;}
.el-checkbox__inner::after{width: 6px; height: 12px; left: 8px; top: 3px;}
.materials .content .name{display: flex; align-items: center; justify-content: space-between;}
.materials .content .name .text{font-size: 20px; font-weight: bold;}
.materials .content .name .text span{font-size: 16px; font-weight: bold; color: #A6A6A6;}
.el-input.is-active .el-input__inner, .el-input__inner:focus{border-color: #AC7E46;}
.el-input-group__append button.el-button{background-color: #000000; border-radius: 0;}
.el-input-group__append button.el-button i{color: #FFFFFF;}
.materials .content .con{padding-top: 15px;}
.materials .content .con .table{width: 100%; border-collapse: collapse; border-spacing: 0;}
.materials .content .con .table thead{background-color: #000000; color: #FFFFFF;}
.materials .content .con .table th{padding: 15px 20px; font-weight: normal; text-align: left; border: 1px solid #989898; border-collapse: collapse;}
.materials .content .con .table td{padding: 15px 18px; border: 1px solid #989898; border-collapse: collapse;}
.materials .content .con .table a{color: #000C7C; text-decoration: underline;}
.materials .content .con .table a:hover{color: #000000;}

.service{padding-top: 30px;}
.service .about-cat{padding-top: 30px;}
.service .about-cat .item{width: 300px; padding: 30px 25px;}
.service .about-cat .item .name{text-align: center;}
.service .about-cat .item .pic{width: 250px; height: 250px; padding: 15px 0;}

.manufacturing{padding: 64px 0;}
.manufacturing .content{display: flex; align-items: center; justify-content: space-between;}
.manufacturing .content .text{width: 600px;}
.manufacturing .content .text .name{font-weight: bold; font-size: 30px; line-height: 1.5;}
.manufacturing .content .text .desc{line-height: 1.5; padding-top: 15px; font-size: 18px;}
.manufacturing .content .pic{width: 600px; height: 350px; border-radius: 10px;}

.service-intro{display: flex; align-items: center; justify-content: space-between; padding-top: 30px; padding-bottom: 80px;}
.service-intro .pic{width: 450px; display: flex; align-items: center; padding-left: 65px;}
.service-intro .con{width: 710px;}

.capabilities{padding-top: 60px; padding-bottom: 80px;}
.capabilities .table{width: 100%; border-collapse: collapse; border-spacing: 0;}
.capabilities .table th{padding: 15px 20px; text-align: left; border: 1px solid #989898; border-collapse: collapse;}
.capabilities .table td{padding: 15px 18px; border: 1px solid #989898; border-collapse: collapse;}

.injection-intro{padding-bottom: 50px;}
.injection-intro .content{display: flex;}
.injection-intro .content .item{width: 545px;}
.injection-intro .content .name{font-size: 18px; font-weight: bold;}
.injection-intro .content .con{line-height: 2; padding-top: 10px;}

.milling{padding-top: 30px;}
.milling .item{background: #F7F7F8; border-radius: 10px; padding: 35px 25px; margin-bottom: 20px; display: flex;}
.milling .item .icon{width: 65px;}
.milling .item .icon i{font-size: 45px;}
.milling .item .con{flex: 1;}
.milling .item .name{font-weight: bold; font-size: 18px;}
.milling .item .desc{padding-top: 15px; line-height: 1.5;}