/* home */
.woqu{
	padding-left:70px;
}

.wogan{
	padding-left:70px;
	padding-top: 0px;
}

.wodiu{
	padding-top:2px;
}

@media (max-width:767px) {
	.woqu{
		padding-left:0px;
	}
	.wogan{
		padding-left: 0px;
		padding-top: 0px;
	}
	.wodiu{
		padding-top:0px;
	}
}


.home-swiper-contaier {
    width: 100%;
}

.swiper-container {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
}


/* core */

.line-t {
    width: 30px;
    height: 1px;
    background-color: #e62129;
    margin-top: 10px;
}

.core-wapper {
    margin-top: 129px;
}

.core-product {
    display: flex;
    justify-content: space-around;
}

.core-product li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.core-product li>div {
    margin-top: 44px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.core-product li img {
    width: 100%;
}

.core-title-wapper {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.core-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;
    display: flex;
    align-items: center;
}

.core-title::before {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    background-color: #e62129;
    margin-right: 10px;
}

.core-content {
    margin-top: 24px;
    line-height: 24px;
    color: #666666;
    padding-bottom: 104px;
}

.contenet-title {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #111111;
}

.gl {
    display: none;
}

.d-active .bl {
    display: none;
}

.d-active .gl {
    display: block;
}

.d-active p {
    color: #e62129
}

.contenet-title::before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background-color: #e62129;
    margin-right: 10px;
}


/* content us */

.contentus-title-container {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contentus-title-container>p {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #111111;
}

.line {
    margin-top: 22px;
    width: 278px;
    height: 1px;
    background-color: #dcdcdc;
    display: flex;
    justify-content: center;
}

.line::before {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    background-color: #e62129;
}

.addres-container {
    margin-top: 55px;
    display: flex;
    font-size: 16px;
}

.addres-container-left {
    width: 50%;
    border-right: 1px solid #eeeeee;
}

.addres-container-left>section {
    margin-left: 100px;
}

.addres-container-right {
    width: 50%;
    display: flex;
   /* justify-content: center; */
}

.addres-container section {
    display: flex;
    margin-top: 15px;
}

.addres-container section:nth-child(1) {
    margin-top: 0;
}

.addres-container section div {
    margin-left: 15px;
    display: flex;
}

.addres-container span {
    color: #666666;
}

.addres-container p {
    color: #111111;
}

.emial-container {
    display: flex;
    flex-direction: column;
}

.emial-container p {
    margin-top: 15px;
}

.emial-container p:nth-child(1) {
    margin-top: 0;
}

.map-container {
    margin-top: 35px;
    height: 400px;
    padding-bottom: 99px;
}

#map {
    width: 100%;
    height: 100%;
}


/* produclist */

.product-list-wapper {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.productlist-left {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.productlist-left>div {
    transition: all 2s ease;
}

.productlist-left>div:nth-child(2) {
    margin-top: 35px;
}

.productlist-left>div>h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #e62129;
    font-size: 18px;
    color: #ffffff;
}

.productlist-left>div>ul {
    padding: 0 5px 20px 5px;
    border: solid 1px #e5e5e5;
}

.productlist-left>div>ul>li {
    height: 40px;
    background-color: #ececec;
    margin-top: 5px;
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110px;
}

.product-name::after {
    content: '';
    display: block;
    background-image: url('../../images/hacker/left-jt.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 11px;
}

.productlist-right {
    width: 78%;
}

.productlist-right>ul>li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    padding: 38px 0 43px 47px;
}

.productlist-right>ul>li:last-child {
    border-bottom: unset
}

.productlist-right>ul>li:first-child {
    padding: 0px 0 43px 47px;
}

.productlist-right>ul>li>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.productlist-right>ul>li>div>p {
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
}


/* product paramenter */

.product-content-wapper {
    padding-bottom: 120px;
}

.product-img-wapper {
    background-color: #ececec;
    padding-bottom: 33px;
}

.product-img-wapper>span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img-wapper>span>img {
    width: 36.5%;
}

.product-title {
    width: 100%;
}

.parameter-title {
    margin-top: 45px;
}

.product-parameter-wapper {
    margin-top: 25px;
    background-color: #fefefe;
    border: solid 1px #dcdcdc;
    display: flex;
}

.model-wapper {
    width: 20.4%;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.model-wapper>li {
    padding: 10px 0;
    margin-top: 3px;
    background-color: #f5f5f5;
}

.model-wapper>li:nth-child(1) {
    margin-top: unset;
    background-color: #d2d2d2;
    color: #333333;
    font-weight: bold;
}

.parameter-t {
    width: 52.2%;
    text-align: center;
}

.parameter-t>li {
    padding: 10px 0;
    margin-top: 2px;
    margin-left: 2px;
    border: solid 1px #eeeeee;
    border-top: none;
    font-size: 16px;
    color: #666666;
}

.parameter-t>li:nth-child(1) {
    margin-top: unset;
    background-color: #d2d2d2;
    color: #333333;
    font-weight: bold;
}

.parameter-t>li:last-child {
    border-bottom: none;
}

.type-t {
    width: 27.5%;
    text-align: center;
    font-size: 16px;
}

.type-t>li:nth-child(1) {
    padding: 6px 0;
    background-color: #d2d2d2;
    color: #333333;
    font-weight: bold;
}

.item-img-wapper {
    display: flex;
    margin-top: 37px;
}

.item-img-wapper>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-img-wapper>div>p {
    margin-top: 23px;
    width: 100%;
    background-color: #f5f5f5;
    padding: 8px 0;
    color: #666666;
}

.active {
    color: #e62129;
}

@media(max-width:1200px) {
    .parameter-t>li {
        font-size: 12px;
    }
    .model-wapper {
        font-size: 12px;
    }
    .type-t {
        font-size: 12px;
    }
    .item-img-wapper img {
        width: 80%;
    }
    .productlist-right>ul>li:first-child {
        padding: 38px 0 48px 0px;
    }
    .productlist-right>ul>li {
        padding: 38px 0 48px 0px;
    }
    .productlist-right {
        width: 75%;
        margin-left: 60px;
    }
    .core-wapper {
        margin-top: 80px;
    }
    .core-product li img {
        width: 70%;
    }
    .core-product li>div {
        margin-top: 20px;
        font-size: 14px;
    }
    .addres-container-left>section {
        margin-left: unset;
    }
    .productlist-right>ul>li>div img {
        width: 80%;
    }
}

@media(max-width:767px) {
    .product-parameter-wapper {
        flex-wrap: wrap;
    }
    .model-wapper {
        width: 50%;
    }
    .parameter-t {
        width: 50%;
    }
    .type-t {
        margin-top: 10px;
        width: 100%;
    }
    .productlist-right {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .product-list-wapper {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .productlist-left {
        width: 100%;
    }
    .productlist-left>div {
        width: 100%;
        height: 50px;
        overflow: hidden;
        border-radius: 8px;
        cursor: pointer;
    }
    .productlist-left>div:nth-child(2) {
        margin-top: 15px;
    }
    .core-title-wapper {
        margin-top: 20px;
    }
    .core-wapper {
        margin-top: 40px;
    }
    .core-title {
        font-size: 16px;
    }
    .core-content {
        margin-top: 5px;
        padding-bottom: 30px;
    }
    .addres-container {
        flex-wrap: wrap;
    }
    .addres-container-left {
        width: 100%;
        border-right: none;
    }
    .addres-container-right {
        margin-top: 15px;
        width: 100%;
        justify-content: flex-start;
    }
    .contentus-title-container>p {
        font-size: 20px;
    }
    .line {
        margin-top: 15px;
        width: 200px;
    }
    .contentus-title-container {
        margin-top: 30px;
    }
    .addres-container {
        margin-top: 30px;
    }
    .table-container {
        display: flex;
        flex-wrap: wrap;
    }
    .td-one {
        width: 50%;
    }
    .th-two {
        width: 50%;
    }
    .td-three {
        width: 100%;
    }
}