.header-img {
    width: 100%;
    position: relative;
}

.header-big-title {
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3rem;
    color: #fff;
    top: 38%;
    left: 14%;
}

.header-big-title2 {
    position: absolute;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    font-size: 3rem;
    color: #fff;
    top: 20%;
    left: 6%;
}

.header-big-title2 p {
    font-size: 1.125rem;
    color: #fff;
    width: 54vw;
    margin-top: 130px;
    margin-left: 14%;
    line-height: 22px;
}

.header-big-title3 {
    width: 80vw;
}

.header-big-title3 p {
    /* margin-top: 20px; */
}

table {
    width: 100% !important;
}

.capa-content img {
    width: 100%;
}

.header-img img,
.header-img video {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.our-banner-img {
    height: 650px !important;
}

.content-pcb-box {
    width: 100vw;
    margin-top: 60px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.all-box {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 3%;
}

.rapid-img img {
    /*height: 100%;*/
    object-fit: cover;
    /*margin-right: 30px;*/
}

.rapid-img {
    width: 22vw;
    margin-right: 30px;
    float: left;
}

.content-pcb-left {
    width: 70%;
}

.rapid {
    margin-bottom: 60px;
}

.rapid-title {
    font-size: 36px;
    color: #2D3F44;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
}

.rapid-content {
    font-size: 16px;
    font-weight: 400;
    color: #4c5256;
    margin-top: 49px;
    margin-bottom: 32px;
    /*line-height: 22PX;*/
}

.rapid-li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rapid-li img {
    width: 24px;
    height: 24px;
    border: 1px solid #0084bb;
    margin-right: 10px;
    object-fit: none;
}

.rapid-bottom {
    margin-bottom: 30px;
}

.el-collapse-item__arrow {
    display: none;
}

.el-collapse-item__header {
    background-color: #E8ECEE;
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 400;
    color: #2D3F44;
}

.el-collapse-item__header i {
    margin-right: 20px;
}

.el-collapse-item__wrap {
    border: 2px solid #0084bb;
    margin-top: -5px;
    padding: 15px 30px;
}

.el-collapse-item__content {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
}

.free-check {
    width: 100%;
    justify-content: space-between;
}

.free-box img {
    width: 100%;
    margin-bottom: 20px;
}

.free-box p {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2D3F44;
    margin-bottom: 15px;
}

.free-box span {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
}

.free-box {
    text-align: center;
    margin-bottom: 44px;
    width: 32%;
}

.pcb-box img {
    /* width: 28vw; */
    margin-right: 30px;
    object-fit: contain;
}

.pcb-box p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #2D3F44;
    margin-bottom: 59px;
    line-height: 22px;
}

.pcb-box {
    margin-bottom: 60px;
    align-items: center;
}

.team-box {
    position: relative;
}

.position {
    /* width: 68%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team-box .input-box {
    width: 46%;
    background-color: #fff;
}

.el-form-item__content {
    margin-left: 0 !important;
}

.el-form {
    margin-top: 60px;
}

.el-input,
.el-textarea {
    /* margin: 0 30px; */
    /* width: 90%; */
}

.el-textarea__inner {
    height: 150px;
}

.xinghao {
    display: flex;
    align-items: center;
    /*margin-top: -20px;*/
}

.xinghao span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
}

.box-button .button {
    /* margin: 59px 0; */
    width: 242px;
    height: 46px;
    background: #0084bb;
    color: #fff;
    border: none;
    font-size: 1rem !important;
    font-weight: 400
}

.box-button2 .button {
    margin: 59px 0;
    width: 242px;
    height: 46px;
    background: #0084bb;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 400;
}

.turnkey-button .button {
    width: 100%;
    height: 46px;
    background: #0084bb;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 40px;
    cursor: pointer;
}

.turnkey-button2 .button {
    width: 50%;
    height: 46px;
    background: #0084bb;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    /*margin-top: 40px;*/
    position: relative;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
}

.el-form-item__error {
    /* left: 82% !important; */
    top: 25% !important;
    right: 15px !important;
    left: unset;
    font-size: .875rem;
}

button:hover,
.button:hover,
.quote-button:hover {
    background-color: #95c001;
    transition: all .5s;
    color: #fff;
    cursor: pointer;
}

.el-input ::placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    padding-left: 2px;
    font-family: 'font1';
}

textarea {
    border: 0.5px solid #DCDFE6;
    outline-color: #0084bb;
    width: 94%;
    margin-bottom: 20px;
    font-size: 1rem;
    padding: 15px;
    margin-right: 30px;
    font-family: 'font1';
}

.el-input__inner:focus,
.el-textarea__inner:focus {
    border-color: #0084bb;
}

.input-pcb-box {
    padding: 60px 0;
}

.input-pcb-box input {
    /*outline: none;*/
    outline-color: #0084bb;
    width: 96%;
    border: 1px solid #ccc;
    height: 50px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-family: 'font1';
    font-size: 16px;
}

.input-pcb-box textarea {
    margin-bottom: 20px;
}

.input-pcb-box .button {
    width: 242px;
    height: 46px;
    background: #0084bb;
    border: none;
    color: #fff;
    margin-top: 60px;
}

.input-pcb-box .button:hover {
    background-color: #95c001;
    transition: all .5s;
    color: #fff;
    cursor: pointer;
}

.input-input {
    position: relative;
}

.input-input .onError {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #ED0B0B;
    font-size: 14px;
}

.content-pcb-right {
    margin-left: 60px;
    width: 25%;
}

.blog2-right-title {
    margin-bottom: 40px !important;
    /* width: 120%; */
}

.hhh,
.blog2-right {
    font-family: 'font1';
    background-color: #f8f8f8;
    padding: 30px 30px 15px 30px;
    align-items: center;
}

.hhh>div:last-child .tree-title {
    border: none;
}

.blog2-right img {
    object-fit: contain;
    margin-right: 20px;
    overflow: hidden;
    width: 90px;
}

.blog2-right span {
    display: block;
    font-size: 1rem;
    color: #748289;
    margin-bottom: 8px;
}

.blog2-quote {
    /* padding: 0 30px 30px 30px; */
    /* background-color: #0084bb; */
    margin-top: 20px;
    border: 1px solid #0084bb;
}

.blog2-quote .blog2-quote-top {
    color: #fff;
    text-align: center;
    background-color: #0084bb;
    /* padding: 10px; */
    padding-bottom: 20px;
}

.quote-input {
    margin-left: 8%;
}

.quote-input .blog2-quote-input {
    height: 44px;
    margin-bottom: 10px;
}

.blog2-quote input {
    width: 85%;
    background: #E8ECEE;
    font-size: 1rem;
    font-family: Poppins;
    font-weight: 400;
    height: 44px !important;
    border-radius: 0 !important;
    padding-left: 20px;
    outline: none;
    font-family: 'font1';
}

.blog2-quote input::-webkit-input-placeholder,
.blog2-quote input::-moz-placeholder,
.blog2-quote textarea::-webkit-input-placeholder,
.blog2-quote textarea::-moz-placeholder {
    color: #999999;
}

.blog2-quote textarea {
    width: 82%;
    height: 140px;
    background-color: #E8ECEE;
    margin-top: 30px;
    font-family: 'font1';
    outline: none;
}

.quote-file>div {
    width: 92%;
    text-align: center;
    background: #ECFCE9;
    border: 1px dashed #0084bb;
    color: #0084bb;
    font-size: 1rem;
    font-weight: 400;
    line-height: 70px;
    margin: 10px 0 30px 0;
    /* padding: 25px 0; */
}

.contanct-file .quote-file>div {
    width: 98%;
}

.quote-file>div {
    /*height: 70px;*/
}

.quote-button {
    width: 92%;
    height: 44px;
    background: #0084bb;
    border-radius: 22px;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
    margin-bottom: 30px;
    cursor: pointer;
}

.follow {
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    margin: 30px 0;
}

.quote-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin: 20px 0 10px 0;
    display: inline-block;
}

.quote-text {
    font-size: .875rem;
    line-height: 20px;
    font-family: 'font1';
}

.blog2-text {
    width: 100%;
    color: #333;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.blog2-text:hover {
    color: #0084bb;
}

.blog2-box:hover .blog2-text {
    color: #0084bb;
}

.blog2-box:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}

.blog2-right>div {
    margin-bottom: 20px;
}

.blog2-right input,
.hhh input {
    width: 92%;
    height: 44px;
    padding-left: 20px;
    outline: none;
    font-size: 1rem;
    color: #999999;
}

.el-tree {
    background-color: #E8ECEE;
}

.content-pcb-right input {
    border: none;
    border-radius: 22px;
    height: 40px;
    margin: 30px 0;
}

.content-pcb-right .right-box p {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

@font-face {
    font-family: font1;
    src: url('../fonts/verdana-1.ttf');
}

.tree {
    cursor: pointer;
    color: #333;
}

.tree :hover,
.tree-children ul li:hover a,
.tree :hover .el-icon-arrow-right {
    color: #0084bb;
}

.tree i {
    margin-right: 10px;
}

.tree div span {
    display: block;
}

.tree .tree-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D5D9DB;
    padding: 15px 0;
    line-height: 18px;
    color: #333;
    font-family: 'font1';
    font-weight: 400;
}

.tree .tree-title a {
    color: #333;
}

.tree-children,
.icon-show2 {
    display: none;
}

.icon-show {
    display: block;
}

.tree-children ul li a {
    margin-left: 25px;
}

.tree-children ul li {
    border-bottom: 1px solid #D5D9DB;
    padding: 15px 0;
    line-height: 18px;
}

.el-tree-node__content {
    color: #333;
    align-items: start;
}

.el-tree-node {
    white-space: normal;
    /* padding: 15px 0; */
    /* margin-top: 15px; */
    padding-bottom: 30px;
    /* line-height: 22px; */
    /* background-color: pink; */
    border-bottom: 1px solid #D5D9DB;
}

.el-tree-node__label {
    font-size: 1rem;
    font-weight: 400;
    font-family: font1 !important;
}

.el-tree-node__expand-icon {
    color: #333;
    font-size: 1.125rem;
    display: none;
}

.el-tree-node__content i {
    font-weight: 400;
    margin-right: 8px;
    color: #333;
    font-size: 1.125rem;
}

.el-tree-node :hover,
.el-tree-node__content :hover i {
    background-color: transparent;
    color: #0084bb !important;
}

.el-tree-node.is-current>.el-tree-node__content {
    background-color: transparent;
    color: #0084bb !important;
}

.checked {
    color: #0084bb !important;
}

.table-box {
    font-size: 1rem;
    /*text-align: center;*/
    padding: 30px;
    border: 2px solid #0084bb;
    /*display: none;*/
}

.table-box th {
    color: #666666;
}

.table-box td {
    /*color: #333;*/
}

table,
td,
th {
    /* text-align: center; */
    border: 1px solid #C8CCCF;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 10px;
}

table th {
    padding: 0 15px;
}


/* table */

.table-box tr {
    height: 50px;
}

table {
    width: 100%;
}

.pcb-show-title {
    width: 100%;
    display: flex;
    height: 55px;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #2D3F44;
    background: #E8ECEE;
    cursor: pointer;
    line-height: 20px;
    /* margin-bottom: 10px; */
}

.pcb-show-title i {
    margin: 0 21px 0 30px;
}

.table-show-box {
    margin-bottom: 5px;
}

.che {
    color: #fff;
    background-color: #0084bb;
    width: 100%;
}

.el-che {
    padding-left: 30px;
}

.el-textarea input::-moz-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
}

.el-textarea__inner::-webkit-input-placeholder {
    font-family: 'font1';
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
}

.assembly-text {
    margin-top: 30px;
    line-height: 20px;
}

.assembly-text p {
    font-size: 1rem;
    font-weight: 400;
    color: #2D3F44;
    margin-bottom: 25px;
}

.assembly-text2 {
    line-height: 20px;
    display: none;
    border: 2px solid #0084bb;
    padding: 15px 30px;
    display: block;
}

.line-height {
    line-height: 20px;
}

.assembly-text2 p {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    margin-top: 15px;
}

.assembly-how {
    font-size: 20px !important;
    font-weight: bold !important;
}

.how-cart {
    font-size: 1rem;
    margin-right: 50px;
    max-width: 357px;
}

.how-cart p {
    color: #2D3F44;
    font-weight: bold;
    margin: 20px 0;
}

.how-cart span {
    color: #666666;
    line-height: 18px;
}

.turnkey-box {
    width: 45%;
    overflow: hidden;
    font-size: 1rem;
    line-height: 23px;
}

.turnkey-box p {
    line-height: 18px;
}

.border-line-img {
    width: 42%;
    margin-right: 60px;
}

.turnkey-box3 {
    width: 48.5%;
    font-size: 1rem;
    font-weight: 400;
    color: #2D3F44;
    line-height: 20px;
    /* margin-right: 40px; */
}

.turnkey-box3 img {
    width: 100%;
    object-fit: none;
}

.turnkey-box2 {
    width: 50%;
    height: 22vw;
}

.turnkey-box img {
    width: 100%;
    object-fit: cover;
}

.turnkey-box2 img {
    width: 100%;
    object-fit: contain;
    overflow: hidden;
}

.border-line {
    border-bottom: 1px dashed #DBDBDB;
    /* background-color: pink; */
    padding-bottom: 60px;
}

.why-title2 {
    font-size: 36px;
    color: #2D3F44;
    font-weight: bold;
    text-transform: uppercase;
}

.why-title {
    text-transform: uppercase;
}

.pcba-flex {
    align-items: center;
}

.project {
    /* margin-top: 60px; */
    line-height: 40px;
}

.concept-title {
    /* margin-top: 120px; */
    margin-bottom: 30px;
}

.concept-box {
    margin-bottom: 30px;
    align-items: center;
}

.team-banner {
    /*margin-right: 143px;*/
    width: 43%;
}

.team-banner .rapid-title {
    line-height: 40px;
}

.team-text {
    margin-top: 48px;
    margin-bottom: 35px;
}

.capa-content p {
    margin: 30px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #2D3F44;
    line-height: 20px;
}

.capa-img {
    width: 100%;
}

.capa-img img {
    width: 100%;
}

.capatable th {
    background: #0084bb;
    /* height: 40px; */
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    padding: 14px 0 14px 29px;
}

.capatable td {
    /* height: 40px; */
    font-size: 1rem;
    font-weight: 400;
    color: #2D3F44;
    padding: 14px 0 14px 29px;
}

.tableth {
    width: 30%;
}