.banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* 首页关于我们 */
.home-about {
    background: url(../images/bgabout.jpg) no-repeat center center;
    background-size: cover;
}

.home-about .aboutbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.home-about .aboutbox .aboutcontent {
    width: 45%;
}

.home-about .aboutbox .aboutcontent .abouttitle h3 {
    font-weight: normal;
    font-size: 36px;
}

.home-about .aboutbox .aboutcontent .abouttitle h4 {
    font-size: 21px;
    color: #878787;
    font-weight: normal;
}

.home-about .aboutbox .aboutcontent .abouttext {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2;
    font-size: 18px;
    text-indent: 2em;
    margin: 3vw 0 4vw 0;
}

.home-about .aboutbox .aboutcontent .aboutbtn a {
    display: block;
    border: 1px solid #285dad;
    color: #285dad;
    width: fit-content;
    padding: 10px 40px;
    margin-bottom: 5vw;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-about .aboutbox .aboutcontent .aboutbtn a span {
    position: relative;
    z-index: 1;
}

.home-about .aboutbox .aboutcontent .aboutbtn a::before {
    content: '';
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #285dad;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-about .aboutbox .aboutcontent .aboutbtn a:hover {
    color: #fff;
}

.home-about .aboutbox .aboutcontent .aboutbtn a:hover::before {
    height: 100%;
}

.home-about .aboutbox .aboutcontent .aboutnum {
    display: flex;
    flex-wrap: wrap;
}

.home-about .aboutbox .aboutcontent .aboutnum .l1 {
    display: flex;
    flex-direction: column;
}

.home-about .aboutbox .aboutcontent .aboutnum .l1 .l1top span {
    color: #285dad;
    font-size: 60px;
    font-weight: 700;
}

.home-about .aboutbox .aboutcontent .aboutnum .l1 p {
    margin-bottom: 0;
    margin-top: -10px;
}

.home-about .aboutbox .aboutcontent .aboutnum .l1:first-child {
    margin-right: 10vw;
}

.home-about .aboutbox .aboutimg {
    padding: 0 5%;
    position: relative;
}

.home-about .aboutbox .aboutimg .l2 .img {
    position: relative;
    z-index: 1;
    padding: 10% 0;
}

.home-about .aboutbox .aboutimg .l2 .img img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    transition: all .2s linear;
}

.home-about .aboutbox .aboutimg:hover .l2 .img img {
    transform: scale(.95);
}

.home-about .aboutbox .aboutimg .l2 .atop {
    margin-bottom: 0;
    background-color: #285dad;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    color: rgba(255, 255, 255, .3);
    font-size: 60px;
    padding: 5px 0;
}

.home-about .aboutbox .aboutimg .l2 .atop p {
    margin-bottom: 0;
}

/* 首页产品 */
.home-product {
    background: url(../images/bgproduct.jpg) no-repeat center center;
    background-size: cover;
}

.home-product .protitle {
    text-align: center;
}

.home-product .protitle h3 {
    font-weight: normal;
    font-size: 36px;
}

.home-product .protitle h5 {
    font-weight: normal;
    font-size: 20px;
    color: #878787;
}

.home-product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3vw 0;
}

.home-product ul li {
    font-size: 18px;
    cursor: pointer;
    color: #333;
    position: relative;
    padding-bottom: 5px;
}

.home-product ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #f35602;
    width: 0;
    height: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product ul li:hover,
.home-product ul li.active {
    color: #f35602;
}

.home-product ul li:hover::after,
.home-product ul li.active::after {
    width: 100%;
    left: 0;
}

.home-product .prolist .proimg {
    height: 18vw;
    overflow: hidden;
    margin-bottom: 30px;
}

.home-product .prolist .proimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product .prolist:hover .proimg img {
    transform: scale(1.1);
}

.home-product .prolist p {
    position: relative;
}

.home-product .prolist p span {
    margin-bottom: 0;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    padding-top: 20px;
    border-top: 2px solid #b7b9b9;
}

.home-product .prolist p::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 1;
    background-color: #f35602;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product .prolist:hover p::before {
    width: 100%;
}

.home-product .productbtn a {
    display: block;
    border: 1px solid #285dad;
    color: #285dad;
    width: fit-content;
    padding: 10px 40px;
    margin: 3vw auto 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product .productbtn a span {
    position: relative;
    z-index: 1;
}

.home-product .productbtn a::before {
    content: '';
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #285dad;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-product .productbtn a:hover {
    color: #fff;
}

.home-product .productbtn a:hover::before {
    height: 100%;
}

.gcshow {
    display: none;
}

.gcshow.active {
    display: block;
}

/* 首页车间 */
.home-case .casebox {
    height: 100%;
}

.home-case ul {
    display: flex;
    height: 100%;
    background-color: #000;
}

.home-case ul li {
    width: 25%;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-case ul li.cur {
    opacity: 1;
}

.home-case ul li .caseimg {
    height: 100%;
    position: relative;
}

.home-case ul li .caseimg .casetext {
    position: absolute;
    bottom: 10%;
    left: 5%;
    display: flex;
    flex-direction: column;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-case ul li .caseimg .casetext h3 {
    font-size: 72px;
    color: #0542fb;
}

.home-case ul li .caseimg .casetext p {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
}

.home-case ul li .caseimg .casetext p span {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.home-case ul li .caseimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-case ul li:hover .caseimg img,
.home-case ul li.cur .caseimg img {
    opacity: 1;
}

.home-case ul li .caseimg .mousetext {
    background-color: #285dad;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-case ul li .caseimg .mousetext .lefttex h3 {
    color: #fff;
    font-size: 32px;
    border-bottom: 3px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.home-case ul li .caseimg .mousetext .lefttex p {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
}

.home-case ul li .caseimg .mousetext .num {
    color: rgba(255, 255, 255, .3);
    font-size: 120px;
}

.home-case ul li:hover .caseimg .casetext,
.home-case ul li.cur .caseimg .casetext {
    opacity: 0;
    left: 0;
}

.home-case ul li:hover .caseimg .mousetext,
.home-case ul li.cur .caseimg .mousetext {
    opacity: 1;
}

/* 首页新闻 */
.home-news .newswp {
    margin: 0 0 0 auto;
}

.home-news .newstop {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1vw;
}

.home-news .newstop .newstitle h3 {
    font-weight: 500;
    color: #333;
    font-size: 42px;
}

.home-news .newstop .newstitle h4 {
    font-weight: 500;
    color: #333;
    font-size: 32px;
    margin: 1.5vw 0;
}

.home-news .newstop .newstitle h5 {
    color: #4b4546;
    font-size: 20px;
}

.home-news .homenewscontent {
    display: flex;
    flex-wrap: wrap;
}

.home-news .homenewscontent .leftnews {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.home-news .homenewscontent .leftnews ul li {
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 2vw;
}

.home-news .homenewscontent .leftnews ul li a {
    color: #4b4546;
}

.home-news .homenewscontent .leftnews ul li:hover a {
    color: #f35602;
}

.home-news .homenewscontent .leftnews ul li:last-child {
    margin-bottom: 0;
}

.home-news .homenewscontent .leftnews .btnmore a {
    display: block;
    border: 1px solid #285dad;
    color: #285dad;
    width: fit-content;
    padding: 10px 40px;
    margin-bottom: 5vw;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-news .homenewscontent .leftnews .btnmore a span {
    position: relative;
    z-index: 1;
}

.home-news .homenewscontent .leftnews .btnmore a::before {
    content: '';
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #285dad;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-news .homenewscontent .leftnews .btnmore a:hover {
    color: #fff;
}

.home-news .homenewscontent .leftnews .btnmore a:hover::before {
    height: 100%;
}

.home-news .homenewscontent .rightnews {
    width: 70%;
}

.home-news .homenewscontent .rightnews .newsitem .newstitle {
    font-weight: 700;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4b4546;
}

.home-news .homenewscontent .rightnews .newsitem .newstext {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 1vw 0 2vw 0;
}

.home-news .homenewscontent .rightnews .newsitem .newstext a {
    color: #4b4546;
}

.home-news .homenewscontent .rightnews .newsitem .newsimg {
    position: relative;
    height: 21vw;
}

.home-news .homenewscontent .rightnews .newsitem .newsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.1);
}

.home-news .homenewscontent .rightnews .newsitem .newsimg .newsdate {
    position: absolute;
    top: -5%;
    left: 0;
    background-color: #285dad;
    text-align: center;
    padding: 7px 10px;
}

.home-news .homenewscontent .rightnews .newsitem .newsimg .newsdate span {
    font-size: 24px;
    color: #fff;
    white-space: nowrap;
}

.home-news .homenewscontent .rightnews .newsitem .newsimg .newsdate p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

.home-news .homenewscontent .rightnews .newsitem .newsmore a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

.home-news .homenewscontent .rightnews .newsitem .newsmore a span {
    margin-right: 5px;
}

.home-news .homenewscontent .rightnews .newsitem .newsmore a img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-news .homenewscontent .rightnews .newsitem .newsmore a:hover {
    color: #285dad;
}

.home-news .homenewscontent .rightnews .newsitem .newsmore a:hover img {
    transform: translateX(10px);
}

/* 首页底部 */
.home-foot {
    background: url(../images/bgfoot.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.home-foot footer {
    background-color: #285dad;
    position: absolute;
    height: 50%;
    width: 100%;
}

.home-foot .foottop {
    border-bottom: 1px solid #fff;
    padding: 4vw 0 2vw 0;
}

.home-foot .foottop .tel {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
}

.home-foot .footbottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3vw;
}

.home-foot .footbottom .leftnav {
    width: 60%;
    display: flex;
}

.home-foot .footbottom .leftnav dl {
    margin-right: 3vw;
}

.home-foot .footbottom .leftnav dl:last-child {
    margin-right: 0;
}

.home-foot .footbottom .leftnav dl dt {
    color: #fff;
    font-size: 20px;
    margin-bottom: 1.5vw;
}

.home-foot .footbottom .leftnav dl dd {
    margin-bottom: 10px;
}

.home-foot .footbottom .leftnav dl dd a {
    color: rgba(255, 255, 255, .7);
}

.home-foot .footbottom .rightcontact ul li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.home-foot .footbottom .rightcontact ul li:last-child {
    margin-bottom: 0;
}

.home-foot .footbottom .rightcontact ul li a {
    color: #fff;
}

/* 内页 */
.innertext .ind-tit {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 36px;
    padding-bottom: 20px;
}

.innertext .ind-tit::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: #285dad;
    margin-left: -20px;
}

.aboutcontent .info {
    margin: 30px auto;
    line-height: 2;
    color: #666;
    font-size: 18px;
}

.aboutpic .aboutimg {
    width: 50vw;
    height: 30vw;
    margin: 0 auto;
}

.aboutpic .aboutimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutpic .rightbtn,
.aboutpic .leftbtn {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.aboutpic .rightbtn::after,
.aboutpic .leftbtn::after {
    font-size: 20px;
    color: #fff;
}

.aboutpic .swiper-pagination-bullet {
    background: #fff;
}

.newscontent .info {
    margin-top: 50px;
}

.newscontent .newsitem {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.newscontent .newsitem .lyNyNew_text1 {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_name {
    overflow: hidden;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 48px;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_ms {
    margin: 6px auto;
}

.newscontent .newsitem .lyNyNew_text1 .lyNyNew_ms p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.newscontent .newsitem .lyNyNew_text2 {
    padding: 0 48px 0 25px;
    position: relative;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_time {
    color: #aaa;
    font-size: 14px;
    line-height: 48px;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_time i {
    display: block;
    width: 20px;
    height: 20px;
    margin: 14px 10px 14px 0;
    padding: 0;
    float: left;
    background: url(../images/time_icon2.png) center center no-repeat;
}

.newscontent .newsitem .lyNyNew_text2 .lyNyNew_more {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-left: 1px solid #eee;
    background: url(../images/jt2.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.newscontent .newsitem:hover {
    background-color: #285dad;
    border: 1px dashed #285dad;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.newscontent .newsitem:hover .lyNyNew_text1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newscontent .newsitem:hover .lyNyNew_text1 .lyNyNew_name,
.newscontent .newsitem:hover .lyNyNew_text1 .lyNyNew_ms p,
.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_time {
    color: #fff;
}

.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_time i {
    background: url(../images/time_icon3.png) center center no-repeat;
}

.newscontent .newsitem:hover .lyNyNew_text2 .lyNyNew_more {
    background: url(../images/jt16.png) center center no-repeat;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.newsdetail h2 {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 20px;
}

.newsdetail .share {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #e7e7e7 solid;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
}

.newsdetail .share p {
    margin: 0 10px;
    font-size: 14px;
    color: #999;
}

.newsdetail .newsdetailtext {
    margin: 24px 0;
}

.newsdetail .newsdetailtext p {
    line-height: 2;
}

.honorcontent .info {
    margin-top: 50px;
}

.honorcontent .honoritem {
    border: 1px solid #ddd;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.honorcontent .honoritem .honorimg {
    position: relative;
    width: 100%;
    padding: 38% 0;
    overflow: hidden;
    background: #ececec;
}

.honorcontent .honoritem .honorimg img {
    transform: scale(0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.honorcontent .honoritem:hover .honorimg img {
    transform: scale(1.1);
}

.honorcontent .honoritem .honortext {
    transition: 0.6s;
    font-size: 16px;
    color: #5b5c5c;
    margin-top: 2%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zjxycontent .sczs {
    margin-top: 70px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.zjxycontent .sczs h4 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.zjxycontent .sczs .sczsimg {
    height: 16vw;
    overflow: hidden;
}

.zjxycontent .sczs .sczsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zjxycontent .sczs .sczstxt {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.productcontent {
    display: flex;
    justify-content: space-between;
}

.nyleft {
    width: 20%;
    /* padding-left: 20px;
    padding-top: 20px;
    background: url(../images/nyleftbg1.png) no-repeat top center;
    background-size: 100% auto; */
}

/* .left_menus {
    position: relative;
    padding: 30px 30px;
    background-size: 100% auto;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    background-color: #285dad;
} */

.nyleftList {
    background: #f6f6f6;
    /* padding: 10px;
    padding-bottom: 16px; */
    border-bottom: 3px solid #285dad;
    /* min-height: 300px; */
    box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.2);
}

.nyleftList>li {
    border-bottom: 1px solid #e5e5e5;
}

.nyleftList>li:last-child {
    border-bottom: 0;
}

.nyleftList>li>p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.nyleftList>li>p span {
    display: block;
    width: 20%;
    height: 100%;
    background: url(../images/mulu1.png) center center no-repeat;
    cursor: pointer;
    height: 20px;
}

.nyleftList>li:hover>p span {
    background: url(../images/mulu2.png) center center no-repeat;
}

.nyleftList>li.on>p span {
    background: url(../images/mulu3.png) center center no-repeat;
}

.nyleftList>li>p a {
    color: #333;
    display: block;
    width: 74%;
    margin: 0 0 0 6%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    font-size: 16px;
}

.nyleftList>li:hover,
.nyleftList>li.on {
    background-color: #f35602;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nyleftList>li:hover>p>a,
.nyleftList>li.on>p>a {
    color: #fff;
}

.nyleftList>li .twoul {
    background-color: #efefef;
    display: none;
}

.nyleftList>li .twoul>li {
    position: relative;
}

.nyleftList>li .twoul>li>p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.nyleftList>li .twoul>li>p .em1 {
    display: block;
    width: 10%;
    height: 10px;
    background: url(../images/icon2.png) 6% no-repeat;
    background-position: center center;
}

.nyleftList>li .twoul>li>p .em2 {
    display: block;
    width: 10%;
    height: 10px;
}

.nyleftList>li .twoul>li>p>a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #666;
    font-size: 15px;
    border-top: 1px solid #e7e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.nyleftList>li .twoul>li.on>p em {
    transform: rotate(90deg);
}

.nyleftList li .twoul>li:hover>p>a,
.nyleftList li .twoul>li.on>p>a {
    color: #f35602;
}

/* .nyleftList li .twoul>li .threeul {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
}

.nyleftList li .twoul>li .threeul li {
    width: 300px;
}

.nyleftList li .twoul>li .threeul li h3 {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.nyleftList li .twoul>li .threeul li a {
    display: block;
    color: #7b8a96;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    position: relative;
} */

.nyleftList li .twoul>li .threeul {
    background-color: #e2e2e2;
    display: none;
}

.nyleftList li .twoul>li .threeul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 15px;
    border-top: 1px solid #e7e5e5;
    padding: 0 0 0 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.nyleftList li .twoul>li .threeul li:hover a,
.nyleftList li .twoul>li .threeul li.on a {
    color: #f35602;
}

.nyright {
    width: 75%;
}

.productitem {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    position: relative;
}

.productitem .proimg {
    height: 15vw;
}

.productitem .proimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productitem .txtbox {
    padding: 20px 20px 40px 20px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.productitem i {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #f35602;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -22px;
    z-index: 3;
    transform: translateY(20px);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.productitem i img {
    transition: 0.3s ease-out;
    transform: translateX(0px);
    width: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.productitem a::before {
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #f35602;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem a::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #f35602;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem .proimg span::before {
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #dc1018;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem .proimg span::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #dc1018;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-out;
    z-index: 2;
}

.productitem a:hover::before,
.productitem:hover .proimg span::before {
    height: 100%;
}

.productitem a:hover::after,
.productitem:hover .proimg span::after {
    width: 100%;
}

.productitem:hover i {
    transform: translateY(0);
    opacity: 1;
}

.productitem:hover i img {
    transform: translateX(0px) rotate(180deg);
}

.probox {
    background: #f7f7f7;
}

.probox .proinfo {
    display: flex;
    padding: 1.5rem;
}

.probox .proinfo .proinfoimg {
    width: 43%;
    overflow: hidden;
}

.probox .proinfo .proinfoimg img {
    max-width: 100%;
    height: auto;
}

.probox .proinfo .protxt {
    padding-top: .5rem;
    width: calc(100% - 43% - 2.5rem);
    margin-left: 2.25rem;
}

.probox .proinfo .protxt .tit3 {
    color: #555;
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.probox .proinfo .protxt .p2 {
    margin-bottom: 1.25rem;
}

.probox .proinfo .protxt .p2 .tipli {
    padding-left: 35px;
    margin-bottom: 10px;
    background: url(../images/proicon1.png) no-repeat left 5px;
    background-size: 18px 18px;
    min-height: 24px;
    line-height: 26px;
}

.probox .proinfo .f-nobtn {
    display: flex;
}

.probox .proinfo .f-nobtn a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    background: #285dad;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.prodetail {
    padding-bottom: 2rem;
}

.prodetail .title,
.hotpro .title {
    height: 60px;
    line-height: 58px;
    background: #fff;
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 20px;
}

.prodetail .title span,
.hotpro .title span {
    float: left;
    font-size: 20px;
    line-height: 58px;
    font-weight: bold;
    color: #285dad;
    border-bottom: solid 2px #285dad;
}

.prodetail .itemlibox {
    line-height: 2;
}

.hotpro .hotitem {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.hotpro .hotitem .hotimg {
    height: 13vw;
}

.hotpro .hotitem .hotimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotpro .hotitem .hottxt {
    text-align: center;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 20px 10px;
}

.hotpro .hotitem .protbox {
    position: relative;
}

.hotpro .hotitem .protbox .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

.hotpro .hotitem .protbox .showBox .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.hotpro .hotitem .protbox .showBox .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.hotpro .hotitem .protbox .showBox .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.hotpro .hotitem:hover .protbox .showBox {
    opacity: 1;
}

.hotpro .hotitem:hover .protbox .showBox .showBoxLink::before,
.hotpro .hotitem:hover .protbox .showBox .showBoxLink::after {
    width: 1rem;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1
}

.contactcontent .info h3 {
    margin: 50px 0 20px 0;
}

.contactcontent .info p {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.contactcontent .info a {
    color: #333;
}

.search h2 {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.search h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: #285dad;
    margin-left: -20px;
}

.search .txtbox {
    padding: 20px;
}