.main {
    background: linear-gradient(257deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,249,240,1) 100%);
    padding: 80px 0;
}
.main .container {
    display: flex;
    justify-content: space-between;
}
.main .container .classfiy {
    margin-right: 34px;
}
.main .container .classfiy .name {
    background: #333;
    color: #fff;
    padding: 15px 20px;
    /*width: 240px;*/
    width: 180px;
}
.main .container .classfiy .name h1 {
    font-size: 16px;
    color: #fff;
}
.main .container .classfiy .name .en {

}
.main .container .classfiy .lists {
    /*padding: 24px 16px;*/
    background: #fff;
}
.main .container .classfiy .lists {
    margin-bottom: 24px;
    width: 220px;
}
.main .container .classfiy .lists h2 {
    background: #eee;
    padding: 16px;
    font-size: 16px;
    font-family: SourceHanSansSC-Medium,SourceHanSansSC;
    font-weight: 500;
    color: rgba(51,51,51,1);
}
.main .container .classfiy .lists .items:nth-child(1) {
    border-top: 1px solid #DEDEDE;
}
.main .container .classfiy .lists .items {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}
.main .container .classfiy .lists .items:hover .oneCategory,.main .container .classfiy .lists .items.ative {
    background: #f66130;
}
.main .container .classfiy .lists .items a.oneCategory {
    padding: 16px;
    flex: 1;
}
.main .container .classfiy .lists .items a.oneCategory h3 {
    font-size: 14px;
    color: #333;
}
.main .container .classfiy .lists .items:hover  h3,.main .container .classfiy .lists .items.ative h3 {
    color: #fff;
}
.main .container .classfiy .lists .items .more {

}
.main .container .classfiy .lists .items:hover .more,.main .container .classfiy .lists .items.ative .more {
    display: none;
}
.main .container .classfiy .lists .items .more img {
    width: 16px;
}
.main .container .classfiy .lists .items .list {
    display: none;
    position: absolute;
    padding-left: 5px;
    /*background: #fff;*/
    /*padding: 10px;*/
    top: 0;
    left: 100%;
    /*margin-left: 5px;*/
    /*border-radius: 5px;*/
    white-space: nowrap;
    transition: all 1s ease;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}
.main .container .classfiy .lists .items .list .box {
    background: #fff;
    /*padding: 10px;*/
    border-radius: 5px;
    box-shadow: 3px 2px 5px rgba(31, 45, 61, 0.2);
}
.main .container .classfiy .lists .items:hover .oneCategory{
    transform: scale(1.1);
    border-radius: 0.375rem;
    z-index: 2;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}
.main .container .classfiy .lists .items:hover .productCategoryLeftMask {
    display: block;
}
.main .container .classfiy .lists .items .list .item {
    background: #fff;
    padding: 5px 0px;
    position: relative;
}
.main .container .classfiy .lists .items .list .item a {
    color: #333;
    font-weight: 400;
    font-size: 12px;
}

.main .container .classfiy .lists .items .list .box .item:hover .childone-list{
    display: block;
}
.main .container .classfiy .lists .items .list .box .item .childone-list{
    display: none;
    position: absolute;
    padding-left: 5px;
    top: 0;
    left: 100%;
    white-space: nowrap;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    transition: all 1s ease;
}
.main .container .classfiy .lists .items .list .box .item .childone-list .childone-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.main .container .classfiy.lists .items .list .box .item .childone-list .childone-box .childone-item {
    background: #fff;
    padding: 5px 0px;
}
.main .container .classfiy .lists .items .list .box .item .childone-list .childone-box .childone-item a{
    color: #333;
    font-weight: 400;
    font-size: 12px;
}

.content {
    flex: 1;
}
/*产品中心*/
.content .product {

}
.content>.product>.desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102,102,102,1);
}
.content .product .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content .product .list .item {
    width: 220px;
    background: #fff;
    text-align: center;
    margin-bottom: 32px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    /*margin-right: 10px;*/
}
.content .product .list .item:hover {
    border: 2px solid #f66130;
}
.content .product .list .item a {

}
.content .product .list .item a .image {
    width: 220px;
    height: 220px;
    overflow: hidden;
}
.content .product .list .item a .image img {
    width: 100%;
}
.content .product .list .item a .title {
    font-size: 14px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    padding: 12px 0;
}

.content .product .list .item a .title:hover {
    color: rgba(230,60,60,1);
}
.content .product .list .item a .desc {
    padding-bottom: 12px;
    color: #666;
}
.pages {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.pages div {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(221,221,221,1);
    line-height: 40px;
    text-align: center;
    margin: 16px;
}

.pagination {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.pagination li {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(221,221,221,1);
    line-height: 40px;
    text-align: center;
    margin: 16px;
}
.pagination li a {
    font-size: 14px;
    color: #999;
}
.pagination li.active span {
    color: rgba(230,60,60,1);
}
.pages .prev {

}
.pages .prev img {
    width: 8px;
    margin-top: 12px;
}
.pages .page {

}
.pages .page a {
    font-size: 14px;
    color: #999;
}
.pages .page.ative a {
    color: rgba(230,60,60,1);
}
.pages .next {

}
.pages .next img {
    width: 8px;
    margin-top: 12px;
}
/*产品详情*/
.product-detail {
    background: #fff;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
}
.product-detail .back {
    text-align: right;
}
.product-detail .back a {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 10px;
}
.product-detail .product {
    display: flex;
    padding: 32px;
}
.product-detail .product .media {
    width: 364px;
    height: 364px;
    position: relative;
}
.product-detail .product .media .image img {
    width: 100%;
}
.product-detail .product .media .video video {
    width: 350px;
    height: 350px;
    background: #000;
}
.product-detail .product .media .image {
    width: 350px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.content .product .media .list {
    margin-top: 10px;
    height: 60px;
    width: 350px;
    flex-wrap: nowrap;
}
.content .product .media .list .item {
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: unset;
    border: unset;
}
.content .product .media .list img {
    width: 100%;
}
.content .product .media .list .item.ative {
    border: 1px solid #f40;
}
.slider {
    width: 160px;
    height: 160px;
    background: rgba(254, 238, 167, .4); /* 半透明效果 */
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
#big {
  width: 200px;
  height: 200px;
  position: absolute;
  overflow: hidden;
  display: none;
  top: 0;
  left: 100%;
}
#big img{
  position: absolute;
  width: 1000px;
}
.product-detail .product .info {
    margin-left: 40px;
}
.product-detail .product .info .title {
    font-size: 24px;
    color: #333;
}
.product-detail .product .info .desc {
    margin-top: 24px;
}
.product-detail .product .info .desc p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.product-detail .detail {
    padding: 24px 32px;
}
.product-detail .detail table {
    width: 100%;
}
/**/
.public {
}
.public .image {
    width: 926px;
    height: 380px;
    overflow: hidden;
}
.public .image img {
    width: 100%;
}
.public .text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    margin-top: 38px;
}
/*媒体库*/
.news {
    padding: 38px 32px;
    background: #fff;
    width: 926px;
}
.news .list {

}
.news .list .item {
    display: flex;
    margin-bottom: 32px;
}
.news .list .item .image {
    width: 320px;
    height: 202px;
    overflow: hidden;
}
.news .list .item .image img {

}
.news .list .item .info {
    margin-left: 32px;
}
.news .list .item .info h1 {
    font-size: 28px;
    font-weight: 400;
    color: rgba(65,69,80,1);
}
.news .list .item .info .desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    margin-top: 16px;
    height: 100px;
}
.news .list .item .info .time {
    color: #999999;
}


.content .public .pages {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.content .public .pages div {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(221,221,221,1);
    line-height: 40px;
    text-align: center;
    margin: 16px;
}
.content .public .pages .prev {

}
.content .public .pages .prev img {
    width: 8px;
    margin-top: 12px;
}
.content .public .pages .page {

}
.content .public .pages .page a {
    font-size: 14px;
    color: #999;
}
.content .public .pages .page.ative a {
    color: rgba(230,60,60,1);
}
.content .public .pages .next {

}
.content .public .pages .next img {
    width: 8px;
    margin-top: 12px;
}
/*新闻详情页*/
.new-detail {
    background: #fff;
}
.new-detail .title{
    text-align: center;
}
.new-detail .title.about {
    padding-top: 32px;
}
.new-detail .title h1 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-top: 8px;
}
.new-detail .title .time {
    margin-top: 16px;
    color: #999;
}
.new-detail .back {
    text-align: right;
}
.new-detail .back a {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 10px;
}
.new-detail .back a {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 10px;
}
.new-detail .detail {
    padding: 32px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    letter-spacing: 1px;
    padding-bottom: 100px;
}

/*供应商*/
.form {
    padding: 32px 32px 50px 32px;
    background: #fff;
}
.form form .input {
    display: flex;
    justify-content: space-between;
}
.form form .input input {
    width: 415px;
    height: 54px;
    border: 1px solid rgba(204,204,204,1);
    padding: 10px;
    font-size: 16px;
    margin-bottom: 24px;
}
.form h1 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    padding-bottom: 20px;
}
.form .submit {
    text-align: center;
    margin-top: 50px;
}

.form .submit input {
    width: 305px;
    height: 50px;
    background: rgba(51,51,51,1);
    color: #fff;
    font-size: 18px;
}
/*常见问题*/
.public.faq {
    background: #fff;
    padding: 32px;
}
.public.faq h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    margin-bottom: 24px;
}
/*联系我们*/
.contact {
    padding: 32px;
}
.contact h1 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    margin-bottom: 16px;
}
.contact .desc {

}
.contact .desc p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 30px;
}

.faq .left {
    clear: both;
    margin-left: 0;
}
.faq .items {
    float: left;
    width: 45.717948717948715%;
    margin-left: 2.564102564102564%;
}
.item-default {
    background: none repeat scroll 0% 0% #000 border-color:#C3CBD1;
    border-left: 3px solid #eb212e;
    padding-left: -30px;
}
.faq .item {
    padding: 0;
    border-image: none;
    border-top: 1px solid #C3CBD1;
    border-right: 1px solid #C3CBD1;
    border-bottom: 1px solid #C3CBD1;
    clear: both;
    margin-bottom: 25px;
}
.item-default .title {
    background: url(../images/add@2x.png) no-repeat left center;
    margin-left: 10px;
    padding-right: 40px;
    background-size: 12px 12px;
}
.item-default .title.unshow {
    background: url(../images/reduce@2x.png) no-repeat left center;
    padding-left: -30px;
    background-size: 12px 12px;
}
.item-default .title {
    padding-left: 3em;
    text-indent: -1.4em;
}
.faq .title {
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin-left: 6px;
    padding: 10px 14px 10px 40px;
    text-align: left;
    padding-left: -30px;
    font-size: 14px;
}
.item-default .ask {
    background: #F5F5F5;
    border-top: 1px solid #C3CBD1;
    border-left: 1px solid #C3CBD1;
    padding: 10px 10px 10px 5px;
}
.ask {
    padding: 2px 6px;
    height: auto;
}
.faq .ask .text {
    margin: 0 0 16px;
    padding: 0 45px;
    line-height: 1.5;
    font-weight: 400;
}
.clear::before{
    content: " ";
    display: table;
}
.clear::after{
    clear: both;
    content: " ";
    display: table;
}
.nav {
    display: flex;
    align-items: center;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.nav .list {
    display: flex;
    flex: 1;

}
.nav .list .item {

}
.nav .search {

}
.nav .search input {
    padding: 7px 10px;
    border: none;
    /* border-right: 1px solid #333; */
    /* background: #fff; */
    border-radius: 100px 0 0 100px;
}
.nav .search button {
    padding: 7px 15px;
    border: none;
    background: #ff560f;
    color: #fff;
    border-radius: 0 100px 100px 0;
    cursor:pointer;
}