.products {
    width: 100%;
    padding: 203px 0 36px 0;
}

.products .wrap {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.products .wrap .broadside {
    width: 260px;
    position: sticky;
    top: 203px;
    height: fit-content;
}

.products .wrap .broadside .title {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 30px 0;
}

.products .wrap .broadside .trigger {
    margin: 0 0 25px 0;
}

.products .wrap .broadside .trigger .item {
    border-bottom: 1px solid #E6E6E6;
}

.products .wrap .broadside .trigger .item .headline {
    height: 59px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: 0.6s;
}

.products .wrap .broadside .trigger .item .headline .circle {
    width: 16px;
    height: 16px;
    background: #F7AB00;
    border-radius: 50%;
    line-height: 16px;
    margin: 0 15px 0 0;
}

.products .wrap .broadside .trigger .item .headline .circle .iconfont {
    color: #333;
    transition: 0.6s;
}

.products .wrap .broadside .trigger .item .headline a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.products .wrap .broadside .trigger .item .hide {
    display: none;
}


.products .wrap .broadside .trigger .item .hide .joke {
    margin: 9px 0 20px 0;
    position: relative;
}

.products .wrap .broadside .trigger .item .hide .joke a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 0 0 31px;
    position: relative;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666;
    line-height: 40px;
    z-index: 1;
}

.products .wrap .broadside .trigger .item .hide a .background {
    position: absolute;
    right: 20px;
    opacity: 0;
    transition: 0.6s;
    max-width: 88px;

}

.products .wrap .broadside .trigger .item .hide a:hover .background{
    opacity: 1;
}

.products .wrap .broadside .trigger .item .hide .joke a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F2F2F2, #F2F2F2, transparent);
    opacity: 0;
    transition: 0.6s;
    border-left: 3px solid #F7AB00;
    z-index: -1;
}

.products .wrap .broadside .trigger .item .hide .joke a:hover:after {
    opacity: 1;
}

.products .wrap .broadside .trigger .item.active .headline {
    border-bottom: 1px solid #E6E6E6;
}

.products .wrap .broadside .trigger .item.active .circle .iconfont {
    transform: rotate(90deg);
}



.products .wrap .broadside .border {
    width: 260px;
    height: 80px;
    background: rgba(153, 153, 153, 0);
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .wrap .broadside .border img {
    max-height: 62px;
}

.products .wrap .broadside .border p {
    font-size: 18px;
    font-family: Helvetica;
    font-weight: bold;
    color: #333333;
    margin: 0 0 0 18px;
}

.products .wrap .content {
    width: 902px;
}

.products .wrap .content .picture {
    width: 100%;
    height: 280px;
}

.products .wrap .content .picture img {
    width: 100%;
    height: 100%;
}

.products .wrap .content .search {
    width: 100%;
    height: 60px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 28px;
    margin: 16px 0 0 0;
}

.products .wrap .content .search .keyword {
    display: flex;
    align-items: center;
}

.products .wrap .content .search .keyword p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

html[lang="en"] .products .wrap .content .search .keyword p{
    white-space: nowrap;
}
html[lang="en"] .products .wrap .content .search .keyword a{
    width: 109px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products .wrap .content .search .keyword a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.products .wrap .content .search .keyword a:not(:last-child) {
    margin: 0 16px 0 0;
}

.products .wrap .content .search .keyword a.on {
    text-decoration: underline;
}

.products .wrap .content .search .keyword a:hover {
    text-decoration: underline;
}

.products .wrap .content .search form {
    display: flex;
    align-items: center;
}

.products .wrap .content .search form input {
    width: 429px;
    height: 40px;
    background: #FFFFFF;
    padding: 0 0 0 17px;
    border: none;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.products .wrap .content .search form input::placeholder {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.products .wrap .content .search form button {
    width: 40px;
    height: 40px;
    background: #F7AB00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .wrap .content .search form button .iconfont {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.products .wrap .content .matter {
    margin: 24px 0 0 0;
}

.products .wrap .content .matter .headline {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 20px 0;
}

.products .wrap .content .matter .view .item {
    display: flex;
    padding: 0 0 22px 0;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    margin: 0 0 27px 0;
}

.products .wrap .content .matter .view .item .pick {
    width: 228px;
    margin: 0 33px 0 0;
}

.products .wrap .content .matter .view .item .pick .line {
    width: 100%;
    height: 4px;
    background: #666666;
}

.products .wrap .content .matter .view .item .pick .line div {
    width: 40px;
    height: 4px;
    background: #F7AB00;
    transition: 0.6s;
}

.products .wrap .content .matter .view .item .pick .images {
    width: 100%;
    height: 155px;
    overflow: hidden;
}

.products .wrap .content .matter .view .item .pick .images img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    object-fit: contain;
}

.products .wrap .content .matter .view .item .text {

}

.products .wrap .content .matter .view .item .text h1 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 0 0 7px 0;
}

.products .wrap .content .matter .view .item .text > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.products .wrap .content .matter .view .item .text div {
    margin: 35px 0 0 0;
}

.products .wrap .content .matter .view .item .text div p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    max-width: 462px;
}

.products .wrap .content .matter .view .item .more {
    width: 120px;
    width: 120px;
    height: 40px;
    background: #F7AB00;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: absolute;
    right: 0;
    bottom: 35px;
    transition: 0.6s;
}

.products .wrap .content .matter .view .item .more .iconfont {
    font-size: 13px;
    margin: 0 0 0 7px;
}

.products .wrap .content .matter .view .item:hover .pick .line div {
    width: 100%;
}

.products .wrap .content .matter .view .item:hover .more {
    background: #666666;
    color: #fff;
}

.products .wrap .content .matter .view .item:hover .pick .images img {
    transform: scale(1.1);
}

/*产品信息*/
#information .products .wrap .content{
    margin: 55px 0 0 0;
}
#information .products .wrap .content .information .item{
    margin: 0 0 71px 0;
}
#information .products .wrap .content .information .item .shade{
    height: 52px;
    background: linear-gradient(90deg, #666666, #E6E6E6);
    display: flex;
    align-items: center;
    padding: 0 0 0 29px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}
#information .products .wrap .content .information .item .shade:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 52px;
    background: #F7AB00;
}
#information .information .item .joke{
    display: flex;
    align-items: center;
    position: relative;
    margin: 21px 0 0 0;
}
#information .information .item .joke .pick{
    position: relative;
    width: 303px;
    height: 229px;
    overflow: hidden;
    margin: 0 63px 0 0;
}
#information .information .item .joke .pick img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
#information .information .item .joke .pick .new{
    width: 60px;
    height: 26px;
    background: #F7AB00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}
#information .information .item .joke .text p{
    width: 526px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    white-space: unset!important;
}
#information .information .item .joke .joke_download{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 25px 0 0 0;
}
#information .information .item .joke .download{
    width: 220px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F7AB00;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}
#information .information .item .joke .download .iconfont{
    color: #F7AB00;
    font-size: 18px;
    margin: 0 9px 0 0;
    transition: 0.6s;
}
#information .information .item .joke .download p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #F7AB00;
    transition: 0.6s;
}
#information .information .item .joke:hover .pick img{
    transform: scale(1.1);
}
#information .information .item .joke:hover .download{
    background: #F7AB00;
}
#information .information .item .joke:hover .download .iconfont{
    color: #fff;
}
#information .information .item .joke:hover .download p{
    color: #fff;
}
#video .video .multiple{
    margin: 0 0 48px 0;
}
#video .video .multiple .video_text{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 14px 0;
}
#video .video .multiple .what{
    display: flex;
}
#video .video .multiple .what .image{
    margin: 0 39px 0 0;
}
#video .video .multiple .what .image > .shell{
    width: 300px;
    height: 179px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
#video .video .multiple .what .image > .shell img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
#video .video .multiple .what .image > .shell:hover img{
    transform: scale(1.1);
}
#video .video .multiple .what .image > .shell .circle{
    width: 30px;
    height: 30px;
    background: #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    left: 13px;
    cursor: pointer;
}
#video .video .multiple .what .image > .shell .circle .triangle{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #666666;
    border-bottom: 7px solid transparent;
    position: relative;
    left: 1px;
}
#video .video .multiple .what .image > p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 17px 0 0 0;
}
#video .video .multiple .what .text{
    margin: 20px 0 0 0;
}
#video .video .multiple .what .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
#video .video .multiple video{
    display: none;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.products .wrap .broadside .title {
        font-size: 28px;
    }
    .products .wrap .content .search .keyword p,
    .products .wrap .content .search .keyword a,
    .products .wrap .content .search form input,
    .products .wrap .content .search form input::placeholder{
        font-size: 16px;
    }
    #video .video .multiple .video_text {
        font-size: 20px;
    }
    #video .video .multiple {
        margin: 0 0 35px 0;
    }
    .products .wrap .broadside .trigger .item .headline {
        height: 55px;
    }
    .products .wrap .broadside .title {
        margin-bottom: 20px;
    }
    .products .wrap .broadside .border img{
        width: 50px;
    }
    .products {
        padding-top: 180px;
    }
    .products .wrap .broadside {
        top: 190px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.products .wrap{
        width: 90%;
    }
    .products .wrap .content {
        width: 72%;
    }
    .products .wrap .broadside .trigger .item .headline a {
        font-size: 16px;
    }
    .products .wrap .broadside .trigger .item .hide .joke a{
        font-size: 14px;
    }
    #video .video .multiple .video_text {
        padding-bottom: 10px;
    }
    #video .video .multiple {
        margin-bottom: 25px;
    }
    .products{
        padding-top: 140px;
    }
    .products .wrap .broadside .trigger .item .headline {
        height: 48px;
    }
    .products .wrap .broadside {
        top: 150px;
    }
    .fixed_video .joke .title span {
        font-size: 18px;
    }
    .fixed_video .joke .title {
        height: 50px;
    }
    #information .information .item .joke .pick{
        margin-right: 50px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}




@media screen and (max-width: 1024px){
    .products .wrap{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column;
    }
    .products .wrap .content .search form{
        width: 60%;
    }
    .products .wrap .content .search .keyword p, .products .wrap .content .search .keyword a, .products .wrap .content .search form input, .products .wrap .content .search form input::placeholder{
        font-size: 14px;
    }
    .products .wrap .broadside{
        position: static;
        width: 100%;
    }
    .products {
        padding-top: 80px;
    }
    .products .wrap .content{
        width: 100%;
        margin-top: 20px;
    }
    .products .wrap .content .search form input{
        flex: 1;
    }
    /* .common_paging a {
        font-size: 14px;
        height: 36px;
        padding: 0 15px;
    } */
    .products .wrap .content .matter .video{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px 20px;
    }
    #video .video .multiple .what .image > .shell{
        width: 100%;
        height: auto;
    }
    #video .video .multiple .what .image{
        width: 100%;
        margin-right: 0;
    }
    #video .video .multiple {
        margin-bottom: 10px;
    }
    .products .wrap .broadside .title {
        margin-bottom: 10px;
    }
    #video .video .multiple .what{
        flex-direction: column;
    }

    .products .wrap .content .matter .view .item{
        flex-direction: column;
    }
    .products .wrap .content .matter .view .item .pick {
        width: 100%;
    }
    .products .wrap .content .matter .view .item .text div p{
        max-width: 100%;
    }
    .products .wrap .content .matter .view .item .more{
        position: static;
        margin-top: 20px;
    }
    .products .wrap .content .matter .view .item .pick .images {
        width: 100%;
        height: auto;
    }
    .products .wrap .content .matter .view .item .text div p {
        font-size: 14px;
        line-height: 22px;
    }
    .products .wrap .broadside .trigger{
        display: none;
    }
    #information .information .item .joke{
        flex-direction: column;
    }
    #information .information .item .joke .pick{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    #information .information .item .joke .s,
    #information .information .item .joke .text p{
        width: 100%;
    }
    #information .information .item .joke .text p{
        font-size: 14px;
    }
    #information .information .item .joke .download p {
        font-size: 14px;
    }
    #information .products .wrap .content {
        margin-top: 30px;
    }
    #information .information .item .joke .download .iconfont{
        font-size: 16px;
    }
}


@media screen and (max-width: 820px){
    .products .wrap .content .search{
        padding: 0 15px;
    }
    .products .wrap .broadside .title {
        font-size: 24px;
    }
    .products .wrap .broadside .trigger .item .headline {
        height: 42px;
    }
    .products .wrap .broadside .border img {
        width: 42px;
    }
    .products .wrap .broadside .border {
        width: 220px;
        height: 70px;
    }
    .products .wrap .broadside .border p {
        font-size: 16px;
    }
    .products .wrap .content .search form {
        width: 55%;
    }
    #video .video .multiple .video_text {
        font-size: 16px;
        text-overflow:ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #video .video .multiple .what .image > p {
        font-size: 14px;
    }
    .fixed_video .joke {
        width: 80%;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.products .wrap .content .search{
        flex-direction: column;
        padding: 20px;
        height: auto;
    }
    .products .wrap .content .search .keyword{
        margin-bottom: 20px;
    }
    .products .wrap .content .search .keyword,
    .products .wrap .content .search form{
        width: 100%;
    }
    .products .wrap .content .matter .video {
        grid-template-columns: repeat(2, 1fr);
    }
    .products .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .products .wrap .content .matter .video{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #video .video .multiple{
        width: 48%;
    }
    .products .wrap .content .matter .video{
        grid-gap: 10px 0px;
    }
    .products .wrap .broadside .border {
        width: 180px;
    }
    .products .wrap .broadside .trigger .item .headline .circle {
        margin-right: 8px;
    }
    .products .wrap .content .search {
        padding: 15px;
    }
    .products .wrap .content .search form input {
        padding-left: 10px;
    }
    .products .wrap .content .picture,
    .products .wrap .content .picture img {
        height: auto;
    }
    .products .wrap .content .matter .view .item .text h1 {
        font-size: 16px;
    }
    .products .wrap .content .matter .view .item .text div {
        margin: 25px 0 0 0;
    }
    .products .wrap .content .matter .view .item .more {
        font-size: 14px;
    }
    .fixed_video .joke .title .iconfont {
        font-size: 16px;
    }
    .fixed_video .joke .title span {
        font-size: 16px;
    }
    .fixed_video .joke .title {
        height: 40px;
    } 
    #information .information .item .joke .download {
        width: 190px;
    }
    #information .products .wrap .content {
        margin-top: 10px;
    }
    #information .products .wrap .content .information .item .shade {
        font-size: 16px;
        padding-left: 20px;
        height: 42px;
    }
    #information .products .wrap .content .information .item .shade:after{
        height: 42px;
    }
    #information .products .wrap .content .information .item {
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 414px){
	.products .wrap .content .search .keyword p, .products .wrap .content .search .keyword a, .products .wrap .content .search form input, .products .wrap .content .search form input::placeholder {
        font-size: 12px;
    }
    .products .wrap .content .search .keyword {
        margin-bottom: 10px;
    }
    .products .wrap .content .search form button .iconfont {
        font-size: 14px;
    }
    .products .wrap .content .search form button {
        width: 32px;
        height: 32px;
    }
    .products .wrap .content .search form input {
        height:32px;
    }
    .products .wrap .broadside .trigger .item .headline a {
        font-size: 14px;
    }
    .products .wrap .broadside .trigger .item .hide .joke a{
        font-size: 12px;
        height: 36px;
    }
    .products .wrap .content .matter .view .item .text div p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 