@charset "utf-8";
@import url(../css/common.css);

.con {
    width: 83.33%;
    min-width: 900px;
    max-width: 1600px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    border-bottom: 1px solid transparent;
    z-index: 999;
}

.header-logo {
    width: .4375rem;
    height: .2031rem;
    background-image: url(../images/logo01.png);
}


nav>ul>li {
    margin: 0 .125rem;
}

nav>ul>li>a {
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1563rem 0;
}

nav>ul>li>a:hover {
    color: #fff;
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    opacity: 0;
    border-radius: 10px;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #fff;
    width: 100%;
}



.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.header-active .header-logo {
    background-image: url(../images/logo02.png);
}

.header-active .header-search a span {
    color: #000;
}

.header-active .header-line {
    border-left: 2px solid #000;
}

.header-active nav>ul>li>a {
    color: #000;
}

.header-active nav>ul>li>a:hover,
.header-active nav>ul>li>a.active {
    color: #e7622a;
}

.header-active nav>ul>li>a:hover::after,
.header-active nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #e7622a;
    width: 100%;
}



.header-active .header-search a span:hover,
.header-active .header-account a span:hover {
    color: #e7622a;
}

.header-account {
    margin-right: .0938rem;
}

.header-cart span,
.header-account span,
.header-search a span {
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
}

.header-active .header-cart span,
.header-active .header-account span {
    color: #000;
}
.header-lang{
    margin-left: .0938rem;
}
.header-lang p{
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
}
.header-lang select{
    font-size: .1042rem;
    border: none;
    background-color: transparent;
    color: #fff;
    padding-bottom: 1px;
    line-height: 1;
}
.header-lang select option{
    background-color: #fff;
    color: #000;
}
.header-active .header-lang p{
    color: #000;
}
.header-active .header-lang select{
    background-color: #fff;
    color: #000;
}


/*购物车*/
.headcart {
    position: absolute;
    right: -0.1458rem;
    top: .3444rem;
    width: 2.2135rem;
    padding: .1302rem;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: .1042rem;
    display: none;
}

.headcart::after {
    content: "";
    position: absolute;
    right: .151rem;
    top: -0.125rem;
    display: block;
    border-bottom: .0625rem solid #fff;
    border-top: .0625rem solid transparent;
    border-left: .0625rem solid transparent;
    border-right: .0625rem solid transparent;
}

.headcart h3 {
    color: #000;
    font-size: .0938rem;
    font-family: 'Centrale Sans-Bold';
    margin-bottom: .1042rem;
}

.headcart-order {
    display: block;
    width: 95%;
    line-height: .2604rem;
    margin: 5% auto 0;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    border-radius: .0417rem;
    background-color: #000;
    cursor: pointer;
}

.headcart ul {
    max-height: 1.3385rem;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.headcart .node {
    padding: .4688rem 0;
}

.headcart ul li {
    position: relative;
    padding: .0417rem 0;
    border-bottom: 1px solid #eee;
}

.headcart ul li:last-child {
    border-bottom: 0;
}

.head-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-pro-img {
    width: 30%;
    margin-right: .0521rem;
}

.head-pro-text {
    flex: 1;
    margin-right: 15%;
    margin-left: 2%;
}

.head-pro-text h4 {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
}

.head-pro-text p {
    font-size: 14px;
}

.headcart ul li strong {
    position: absolute;
    right: .0521rem;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: .2083rem;
    height: .2083rem;
    background: url(../images/del.png) center no-repeat;
    cursor: pointer;
}

.node {
    width: 100%;
    padding: .7813rem 0;
    text-align: center;
}

.node h4 {
    font-size: .1563rem;
    font-weight: normal;
    color: #000;
}


/*搜索框样式*/
.search-sub-box {
    background: transparent;
    top: .55rem;
}

.pro-show-search {
    background-color: #fff;
    padding: 0;
    width: 1.6667rem;
}

.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}

.pro-page-form-box input[type=text] {
    font-size: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
    width: 100%;
}

.pro-page-form-box input[type=submit] {
    background-color: #e7622a;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}

/*下拉菜单样式*/
.header-pro-nav {
    background-color: #fff;
    top: .4167rem;
    padding: .2292rem 0;
    border-top: 1px solid #ccc;
    z-index: 990;
    overflow: hidden;
    border-radius: 0 0 .2083rem .2083rem;
    display: none;
}

.header-pro-nav-mask {
    z-index: 989;
    top: .5104rem;
    background-color: rgba(0, 0, 0, 0.6);
}

.header-pro-nav-con {
    align-items: flex-start;
}

.header-pro-item {
    
}

.header-pro-item img {
    width: .3125rem;
    height: .3125rem;
}

.header-pro-item h4 {
    opacity: 0.9;
    font-size: .0938rem;
    margin-bottom: .1302rem;
    margin-top: .0781rem;
}

.header-pro-item a {
    opacity: 0.9;
    font-size: .0781rem;
    font-weight: normal;
    color: #0e0509;
    margin-bottom: .1042rem;
}

.header-pro-item a:hover {
    color: #e7622a;
    text-decoration: underline;
}

/*首页样式*/
.index-item {
    margin-bottom: .0521rem;
}

.index-item-txt {
    width: 38%;
}

.index-com-txt h4 {
    font-size: .3125rem;
    font-family: 'Sofia Sans Extra Condensed';
    font-weight: 400;
   
}

.index-item-txt p {
    color: #fff;
    font-size: .1146rem;
    line-height: 1;
    font-weight: 400;
}

.index-item-txt h4 {
    color: #fff;
    margin-top: .125rem;
    margin-bottom: .2917rem;
    line-height: 1.3;
}

.index-btn {
    background-color: #e7622a;
    color: #fff;
    padding: .1042rem .1302rem;
}

.index-btn span {
    font-size: .0938rem;
    color: #fff;
}

.index-btn em {
    font-size: .1042rem;
    color: #fff;
}

.index-btn:hover {
    transform: translateX(10px);
}

.index-item-btn {
    width: 1.0417rem;
}

/* 避免对视频容器应用过渡效果 */
.index-zn-video {
    transition: none !important;
    display: flex;
    width: 100%;
}
.index-play{
   margin-top: .1563rem;
}
.index-play-btn{
    transition: all ease-out .3s;
    width: 1.0417rem;
}





.index-find {
    margin: .4167rem auto;
    width: 6.7917rem;
}



.index-find-con {
    margin-top: .3125rem;
}

.index-find-dot-item {
    width: .1563rem;
    height: .1563rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.index-find-dot-item::before {
    background-color: #fff;
    content: '';
    width: .0677rem;
    height: .0677rem;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1;
}

.index-find-dot-txt {
    background-color: #fff;
    padding: .1042rem .1354rem;
    margin-left: .0521rem;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.index-find-dot-txt h4 {
    font-size: .0833rem;
    font-weight: 400;
}

.index-find-dot:hover .index-find-dot-item::before {
    background-color: #e7622a;
}

.index-find-dot:hover .index-find-dot-txt {
    opacity: 1;
}

.index-find-fy div {
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.prev-btn {
    left: -.1458rem;
}

.next-btn {
    right: -.1458rem;
}

.index-find-fy div:hover {
    background-color: #e7622a;
    color: #fff;
}

.index-download {
    background: #f4f3ee;
    padding: .5rem 0;
}

.index-download-con {
    width: 6.7917rem;
    margin: 0 auto;
}

.index-download-con-l {
    width: 50%;
}

.index-download-con-l h4 {
    font-size: .3125rem;
    margin-bottom: .1771rem;
    line-height: 1.3;
}

.index-download-con-l>span {
    font-size: .0938rem;
    margin-bottom: .1615rem;
    line-height: 1;
}

.index-download-con-l>em {
    opacity: 0.7;
    font-size:.0833rem;
    margin-bottom: .4167rem;
    line-height: 1.3;
}

.index-download-btn {
    width: 1.5625rem;
}

.index-download-r-l-pic {
    width: .3125rem;
    height: .474rem;
    border: 1px solid #f4f3ee;
    border-radius: .1615rem;
    margin-bottom: .0938rem;
    margin-right: .1823rem;
    overflow: hidden;
    cursor: pointer;
    transition: all ease .3s;
}

.index-download-r-l-pic.on {
    border: 1px solid #e7622a;
    padding: .0417rem;
}

.index-download-r-l-pic img {
    height: 100%;
    width: 100%;
    border-radius: 0.1615rem;
}

.index-download-r-r-con {
    width: 1.5rem;
}

.index-download-r-r-pic {
    margin-bottom: .1354rem;
}

.index-download-r-r-pic p {
    opacity: 0.8;
    font-size: .0938rem;
    font-weight: 400;
}

.index-download-r-r-con:hover p {
    color: #e7622a;
}


/*底部*/

footer {
    background: #212121;
}

.f-con {
    width: 6.7917rem;
    margin: 0 auto;
}


.footer-top {
    padding: .3542rem 0 .2083rem;
    /* border-bottom: 0.5px solid rgba(255, 255, 255, 0.08); */
    margin-bottom: .4167rem;
}

.footer-top-logo {
    width: .6667rem;
}

.footer-sc a {
    width: .2083rem;
    height: .2083rem;
    background-color: #fff;
    margin-left: .1042rem;
}

.footer-sc a span {
    color: #000;
    font-size: .1042rem;
}

.footer-sc a:hover {
    background-color: #e7622a;
    color: #fff;
}

.footer-sc a:hover span {
    color: #fff;
}

.footer-t-con-l{
    margin-right: 30%;
}

.footer-t-item h4,.footer-t-item h4 a {
    font-weight: 700;
    font-size:.0938rem;
    margin-bottom: .1563rem;
    color: #fff;
    opacity: 1;
}



.footer-t-item a,
.footer-t-item p {
    opacity: 0.7;
    font-size: .0781rem;
    font-weight: 400;
    margin-bottom: .0781rem;
    line-height: 1;
    color: #fff;
}

.footer-t-item a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: underline;
}

.footer-br {
    margin-top: .4167rem;
    border-top: 0.5px solid rgba(255, 255, 255, 0.08);
    padding: .2604rem 0;
}
.footer-br .footer-br-item{
    width: 11%;
}
.footer-br .footer-br-item img{
   width: auto;
   max-width: 100%;
   margin: 0 auto;
}

.footer-c {
    /* border-top: 0.5px solid rgba(255, 255, 255, 0.08); */
    padding: .0938rem 0;
}

.footer-c p,
.footer-c p a {
    font-size: .0729rem;
    color: #666666;
}

.footer-c p em {
    color: #e7622a;
}

.footer-c p a:hover {
    text-decoration: underline;
    color: #fff;
}


/*视频弹窗*/
.video-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 990;
}

.video-con {
    top: 10%;
    left: 50%;
    width: 4.6875rem;
    margin-left: -2.3438rem;
    z-index: 9999;
}

.video-box {
    border: 4px solid #fff;
    height: 2.6042rem;
    width: 4.6875rem;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-box video {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.video-close {
    width: .2604rem;
    height: .2604rem;
    margin: .1563rem auto;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;

}

.video-close span {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: .1563rem;
    color: #fff;
}




/*about*/
.ab1 {
    padding: .599rem 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(231, 98, 42, 0.15) 100%);
}

.ab1-l {
    width: 37%;
}

.ab1-l>span {
    border: 1px solid #e7622a;
    font-size: .0938rem;
    font-weight: 500;
    color: #e7622a;
    padding: .1042rem .1771rem;
    margin-bottom: .1719rem;
}

.ab-tit {
    font-size:  .2604rem;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}

.ab1-video {
    margin-top: .301rem;
    width: 1.4rem;
}

.ab1-video-btn {
    width: .3438rem;
    height: .3438rem;
    background-color: #e7622a;
    color: #fff;
}

.ab1-video-btn span {
    color: #fff;
    font-size: .1563rem;
}

.ab1-r {
    width: 47.06%;
}

.ab1-r p {
    opacity: 0.8;
    font-size: .0938rem;
    font-weight: 400;
    margin-bottom: .1823rem;
    text-align: justify;
    letter-spacing: 0px;
}
.ab1-r p em{
    color: #e7622a;
    font-weight: 600;
    font-size: .1042rem;
}

.ab1-r-list {
    margin-top: .5729rem;
}

.ab1-r-item {
    margin: 0 .1771rem;
}

.ab1-r-item h4 {
    color: #e7622a;
    font-weight: 700;
    font-size: .2865rem;
    line-height: 1;
    margin-bottom: .0833rem;
}

.ab1-r-item h4 sub {
    font-size: .0938rem;
    line-height: 1;
    vertical-align: baseline;
}

.ab1-r-item p {
    opacity: 0.7;
    font-size: .0938rem;
    line-height: 1;
}

.ab-box {
    padding: .4688rem 0;
}

.ab2-fy div {
    background: #f4f4f4;
    color: #000;
    margin-left: .0521rem;
}

.ab2-fy div:hover {
    background: #e7622a;
    color: #fff;
}

.ab2-con {
    margin-top: .2604rem;
}

.ab2-item-l {
    width: 33.56%;
    margin-right: .3646rem;
}

.ab2-item-m {
    padding-bottom: .7292rem;
    margin-right: .9375rem;
}

.ab2-item-m h4 {
    font-size: .8542rem;
    font-weight: 500;
    line-height: 0;
    color: #e7622a;
    padding-bottom: .1042rem;
}

.ab2-item-m p {
    font-size: .1667rem;
    font-weight: 400;
}

.ab2-item-r {
    width: 12.68%;
}

.ab2-pagination {
    width: 20%;
    top: 1.9063rem;
    right: 1.3021rem;
    left: unset;
}

.ab2-pagination .swiper-pagination-current {
    color: #000;
    font-weight: 600;
    font-size: .1667rem;
}

.ab2-pagination span {
    font-size: .1042rem;
    font-weight: 400;
    color: #aaa;
}

.ab3 {
    border-radius: .2604rem .2604rem 0 0;
    background: #fbf8f7;
    padding: .7135rem 0;
}

.ab3-txt {
    bottom: .3073rem;
    left: .3906rem;
    width: 30%;
}

.ab3-txt h4 {
    color: #fff;
}

.ab3-txt p {
    color: #fff;
    font-size: .125rem;
    line-height: 1;
    margin-top: .1615rem;
}

.ab3-con {
    margin-top: .5521rem;
}

.ab3-con-l {
    width: 22%;
}

.ab3-con-l p {
    font-size: .1146rem;
    margin-bottom: .1563rem;
    line-height: 1;
    font-weight: 400;
}

.ab3-con-r .ab3-con-r-img:first-child {
    margin-right: .1042rem;
    width: 2.7344rem;
}

.ab3-con-r .ab3-con-r-img:last-child {
    width: 1.526rem;
}

.ab3-zi {
    bottom: -.3125rem;
}

.ab3-zi h4 {
    opacity: 0.05;
    font-size: .8333rem;
    line-height: 0;
}

.ab4-txt {
    width: 35%;
}

.ab4-txt h4 {
    color: #fff;
}

.ab4-txt p {
    color: #fff;
    font-size: .1146rem;
    margin-top: .0781rem;
}

.ab5-con {
    margin-top: .3021rem;
}

.ab5-item {
    width: 24.31%;
}

.ab5-item p {
    opacity: 0.9;
    font-size: .0938rem;
    margin-top: .1042rem;
    line-height: 1;
}

.ab6-txt {
    width: 35%;
    top: .5833rem;
    left: .5469rem;
}

.ab6-txt h4 {
    color: #fff;
}

.ab6-txt p {
    color: #fff;
    font-size: .0938rem;
    margin-top: .1042rem;
}

.ab6-bt {
    margin: -0.7813rem .5469rem 0;
    padding-bottom: .1042rem;
}

.ab6-fy div {
    margin-right: .0521rem;
}

.ab6-fy div:hover {
    background-color: #e7622a;
    color: #fff;
}

.ab6-swiper {
    margin-top: .2083rem;
    padding-bottom: .1042rem;
    padding: 0 .0521rem .0521rem;
}
.ab6-img-box{
    box-shadow: -2px 0px 10px 5px rgb(0 0 0 / 8%);
}



.ab7-top p {
    width: 38.87%;
    font-size: .0938rem;
    font-weight: 400;
    opacity: 0.7;
}

.ab7-con {
    margin-top: .4167rem;
}

.ab7-list {
    bottom: .1771rem;
}

.ab7-item {
    width: 31.3%;
    padding: .1667rem .1823rem;
    background-color: #fff;
    transition: all ease-out .3s;
}

.ab7-item-t h4 {
    font-size: .1354rem;
    transition: all ease-out .3s;
}

.ab7-item-t span {
    font-size: .2344rem;
    transition: all ease-out .3s;
}

.ab7-item .ab7-item-b {
    display: none;
    margin-top: .1563rem;
    color: #fff;
    transition: all ease-out .3s;
}

.ab7-item .ab7-item-b p {
    opacity: 0.7;
    font-size: .0833rem;
    color: #fff;
    width: 80%;

}

.ab7-item .ab7-item-b span {
    font-size: .5208rem;
    color: #fff;
    opacity: 0.2;
}

.ab7-item:hover {
    background-color: #e7622a;
}

.ab7-item:hover .ab7-item-t h4 {
    color: #fff;
}

.ab7-item:hover .ab7-item-t span {
    display: none;
}

.ab7-item:hover .ab7-item-b {
    display: block;
}


/*service*/
.se1 {
    padding: .651rem 0;
}

.se1-l {
    width: 44%;
}

.se1-l p {
    opacity: 0.7;
    font-size: .0938rem;
    margin: .2344rem 0 .3021rem;
}

.se-1-video {
    width: 1.4rem;
}

.se-1-video p {
    font-size: .1042rem;
    margin-top: .1042rem;
}

.se1-r-item>p {
    opacity: 0.8;
    font-size: .0938rem;
    margin-top: .1042rem;
    padding: 0 .1042rem;
}

.se1-r-item:nth-child(1) {
    width: 1.125rem;
    margin-right: -0.1302rem;
}

.se1-r-item:nth-child(1) .se1-r-dot {
    background: #f1f1f1;
    width: 1.125rem;
    height: 1.125rem;
}

.se1-r-item:nth-child(1) .se1-r-dot .se1-r-tit h4 {
    font-size: .4167rem;
    margin-bottom: .1042rem;
    line-height: 0.5;
    font-weight: 400;
}

.se1-r-item:nth-child(1) .se1-r-dot .se1-r-tit p {
    font-size: .1042rem;
    line-height: 1;
}

.se1-r-item:nth-child(2) {
    width: 1.5365rem;
    margin-right: -0.1302rem;
}

.se1-r-item:nth-child(2) .se1-r-dot {
    background: #e7622a;
    width: 1.5365rem;
    height: 1.5365rem;
}

.se1-r-item:nth-child(2) .se1-r-dot .se1-r-tit h4 {
    font-size: .4688rem;
    margin-bottom: .1042rem;
    line-height: 0.5;
    font-weight: 400;
    color: #fff;
}

.se1-r-item:nth-child(2) .se1-r-dot .se1-r-tit p {
    font-size: .1146rem;
    line-height: 1;
    color: #fff;
}

.se1-r-item:nth-child(3) {
    width: 1.8125rem;
}

.se1-r-item:nth-child(3) .se1-r-dot {
    background: #000;
    width: 1.8125rem;
    height: 1.8125rem;
}

.se1-r-item:nth-child(3) .se1-r-dot .se1-r-tit h4 {
    font-size: .5208rem;
    margin-bottom: .0938rem;
    line-height: 0.5;
    font-weight: 400;
    color: #fff;
}

.se1-r-item:nth-child(3) .se1-r-dot .se1-r-tit p {
    font-size: .1146rem;
    line-height: 1;
    color: #fff;
}

.se2 .a-box {
    padding: .5156rem 0;
}

.se2-swiper {
    margin-top: .2604rem;

}

.se2-item {
    display: flex;
    width: 100%;
    justify-content: right;
    height: 2.3698rem;
}

.se2-item img {
    width: 1.1615rem;
    height: 1.5417rem;
}

.se2-item-dot {
    width: .0781rem;
    height: .0781rem;
    background: #f3f3f3;
    border: .0156rem solid #e7622a;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.se2-swiper .swiper-slide:nth-child(1) .se2-item {
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-top: .1823rem;
}

.se2-swiper .swiper-slide:nth-child(1) .se2-item-dot {
    margin-top: .1302rem;
}

.se2-swiper .swiper-slide:nth-child(2) .se2-item {
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-top: .5208rem;
}

.se2-swiper .swiper-slide:nth-child(2) .se2-item-dot {
    margin-top: .1953rem;
}

.se2-swiper .swiper-slide:nth-child(3) .se2-item {
    background-image: url(../images/line3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-top: .25rem;
}

.se2-swiper .swiper-slide:nth-child(3) .se2-item-dot {
    margin-top: .1953rem;
}

.se2-swiper .swiper-slide:nth-child(4) .se2-item {
    background-image: url(../images/line4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 1.6927rem;
}

.se2-swiper .swiper-slide:nth-child(4) .se2-item-dot {
    margin-top: .1563rem;
}

.se2-swiper .swiper-slide:nth-child(5) .se2-item {
    background-image: url(../images/line5.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 1.7188rem;
    padding-right: .1042rem;
    padding-top: .4063rem;
}

.se2-swiper .swiper-slide:nth-child(5) .se2-item-dot {
    margin-top: .2083rem;
}

.se2-swiper .swiper-slide:nth-child(6) .se2-item {
    background-image: url(../images/line3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 1.6354rem;
    padding-top: .1042rem;
}

.se2-swiper .swiper-slide:nth-child(6) .se2-item-dot {
    margin-top: .2604rem;
}

.se2-swiper .swiper-slide:nth-child(7) .se2-item {
    background-image: url(../images/line4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 1.6354rem;
    padding-top: 0;
    padding-right: .1563rem;
}

.se2-swiper .swiper-slide:nth-child(7) .se2-item-dot {
    margin-top: .1042rem;
}

.se2-swiper-bar {
    width: .4896rem;
    margin: .3646rem auto 0;
}

.se2-swiper-bar .swiper-pagination {
    position: relative;
    height: .0365rem;
    background: #ffffff;
    border-radius: .026rem;
}

.se2-swiper-bar .swiper-scrollbar-drag {
    background-color: #e7622a;
    opacity: 1;
    height: .0365rem;
    border-radius: .026rem;
}

.se3-top {
    margin-top: .6771rem;
}

.se3-top p {
    opacity: 0.78;
    font-size: .0833rem;
    font-weight: 400;
    width: 42.12%;
}

.se3-m {
    margin-top: .3646rem;
}

.se3-m-i {
    width: 49%;
    background-color: #fff;
    padding: .5729rem 0;
}

.se3-m-i:first-child .se3-m-i-pic {
    width: 1.5625rem;
    height: .2396rem;
}

.se3-m-i:last-child .se3-m-i-pic {
    width: .7396rem;
    height: .2396rem;
}

.se3-m-txt {
    margin-top: .25rem;
}

.se3-m-txt p {
    width: 50%;
    margin: 0 auto;
    opacity: 0.78;
    font-size: .1042rem;
    font-weight: 400;
}

.se3-b-t {
    margin: .7292rem 0 .3594rem;
}

.se3-b-t p {
    opacity: 0.9;
    font-size: .1563rem;
}

.se3-fy div {
    top: 50%;
    transform: translateY(-50%);
    background: #f4f4f4;
}

.se3-fy div:hover {
    background: #e7622a;
    color: #fff;
}

.se3-prev {
    left: -.5rem;
}

.se3-next {
    right: -.5rem;
}
.se3-swipe .swiper-wrapper { 
    align-items: center;
}
.se3-swiper .swiper-slide img {
    width: auto;
    max-width: 100%;
}

.se4 {
    background: #f4f4f4;
    padding: .5677rem 0;
}

.se4-con-l {
    width: 38%;
}



.se4-con-l p {
    opacity: 0.78;
    font-size: .1042rem;
    font-weight: 400;
    margin-top: .2188rem;
}

.se4-con-r {
    width: 52%;
}

.se5 {
    padding: .526rem 0;
}
.se5-item{

}

.se5-fy div {
    margin-left: .1042rem;
    background: #f4f4f4;
}

.se5-fy div:hover {
    background-color: #e7622a;
    color: #fff;
}

.se5-list {
    margin-top: .3646rem;
}

.se5-swiper .swiper-wrapper {
    align-items: flex-end;
}
.se5-swiper .swiper-slide{
    
}
.se5-swiper .swiper-slide-active {
    width: 3.4479rem !important;
    transition:  all  ease-out  0.4s;
}

.se6 {
    padding-bottom: .5208rem;
}

.se6-con {
    margin-top: .3333rem;
}

.se6-item {
    width: 24%;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: .1979rem .1719rem;
}

.se6-item .se6-ico {
    width: .3333rem;
    height: .3333rem;
    background-color: #e7622a;
    color: #fff;
}

.se6-item .se6-ico span {
    font-size: .1667rem;
    color: #fff;
}

.se6-item h4 {
    font-size: .1354rem;
    font-weight: 400;
    margin: .2604rem 0 .1458rem;
}

.se6-item p {
    opacity: 0.78;
    font-size: .0938rem;
}

.se6-item:hover {
    background-color: #e7622a;
    color: #fff;
    
}

.se6-item:hover .se6-ico {
    background-color: #fff;
    color: #e7622a;
}

.se6-item:hover .se6-ico span {
    color: #e7622a;
}

.se6-item:hover p,
.se6-item:hover h4 {
    color: #fff;
}

/*联系我们*/


.ca-top {
    width: 40%;
}

.ca-top h4 {
    color: #fff;
    font-size: .3646rem;
    line-height: 1.3;
}

.ca-top p {
    color: #fff;
    line-height: 1.5;
    font-size:.0938rem;
    margin-top: .1563rem;
}

.ca1 {
    padding: .4167rem 0;
}

.ca1-top h4 {
    font-size: .2344rem;
}

.ca1-list {
    margin-top: .3854rem;
}

.ca1-item span {
    font-size: .1563rem;
    color: #e7622a;
    margin-right: .1042rem;
}

.ca1-item em {
    font-size: .125rem;
    margin-right: .1042rem;
    font-weight: 600;
}

.ca1-item p {
    font-size: .125rem;
    line-height: 1;
    font-weight: 400;
    opacity: 0.8;
}


.ca-1 {
    background-color: #F7F7F7;
    padding: .5208rem 0;
}

.ca-1-r {
    background-color: #fff;
    padding: .7292rem .4531rem;
}

.ca-1-r-tit h4 {
    color: #fff;
    font-size: .1667rem;
    margin-bottom: .1146rem;
}

.ca-1-r-tit p {
    color: #fff;
    font-size: .0938rem;
    margin-bottom: .4792rem;
}

.ca-1-r-form .ca-1-label input,
.ca-1-r-form .ca-1-label textarea {
    border-bottom: 1px solid #ccc;
    color: #000;
}

.ca-1-r-form .ca-1-label input::placeholder,
.ca-1-r-form .ca-1-label textarea::placeholder {
    color: #ccc;
}


.ca-1-label {
    margin-bottom: .3125rem;
    width: 31%;
}

.ca-1-label:last-child {
    width: 100%;
}

.ca-1-label input {
    background-color: transparent;
    font-size: .0833rem;
    padding-bottom: .0521rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.ca-1-label textarea {
    background-color: transparent;
    font-size: .0833rem;
    padding-bottom: .0521rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: .6083rem;
}

.ca-1-btn {
    cursor: pointer;
    background-color: #e7622a;
    color: #fff;
    font-size: .0938rem;
    padding: .1458rem 0;
    width: 1.0417rem;
}

.ca-1-btn em {
    margin-right: .1563rem;
}

.ca-1-btn:hover {
    background-color: #000;
}





/*产品页面*/
.index-pro-cate {
    margin: .3646rem 0;
}

.index-pro-cate-list {
    margin-top: .3125rem;
}

.index-pro-cate-list .index-cate-item {
    width: 48%;
    margin-bottom: .2604rem;
}

.index-pro-cate-list .index-cate-item img {
    width: 100%;
}

.index-pro-cate-list .index-cate-item p {
    font-size: .0833rem;
    opacity: 0.8;
    margin-bottom: .1563rem;
}

/*产品列表*/
.pro-top-txt {
    width: 2.8125rem;
}

.pro-top-txt h4 {
    font-size: .2604rem;
    color: #fff;
    margin-bottom: .3125rem;
    line-height: 1.3;
    font-weight: 400;
}

.pro-top-serach .pro-show-search {
    width: 2.8125rem;
}

.pro-top-serach .pro-page-form-box input[type=text] {
    font-size: .0938rem;
}

.pro-top-serach .pro-page-form-box input[type=submit] {
    width: .599rem;
    height: .3385rem;
}

.pro-main {
    background-color: #f7f7f7;
    padding: .4688rem 0;
}

.pro-main-top-p {
    border-bottom: 1px solid #ccc;
    overflow: auto;
}

.pro-mian-top-p-i {
    font-size: .1042rem;
    color: #8d8d8d;
    padding: .1458rem .3125rem;
    margin-right: .0781rem;
    flex-shrink: 0;
    border-radius: .1719rem .1719rem 0px 0px;
}

.pro-mian-top-p-i:hover,
.pro-mian-top-p-i.on {
    background-color: #e7622a;
    color: #fff;
}

.pro-main-top-ch {
    margin: .2344rem 0;
}

.pro-mian-top-ch-i {
    background-color: #fff;
    padding: .1042rem .2083rem;
    margin-right: .1198rem;
    font-size: .0885rem;
}

.pro-mian-top-ch-i:hover,
.pro-mian-top-ch-i.on {
    background-color: #e7622a;
    color: #fff;
}

.pro-main-item {
    width: 24%;
    margin-bottom: .1875rem;
    background-color: #fff;
}



/* 如果最后一行是3个元素 */
.pro-main-item:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}
/* 如果最后一行是2个元素 */
.pro-main-item:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}



.pro-item-txt {
    padding: .1563rem .0781rem;

}

.pro-item-txt h4 {
    font-size: .1354rem;
    margin-bottom: .0521rem;
    line-height: 1.3;
}

.pro-item-txt p {
    opacity: 0.78;
    font-size: .0938rem;
}
.pro-main-item:hover{
    transform: translateX(-10px);
}
.pro-main-item:hover  .pro-item-txt h4{
    color: #e7622a;
}

.pro-main-item-new{
    background-color: #e7622a;
    color: #fff;
    font-size: .0885rem;
    right: .0781rem;
    top: .0781rem;
    z-index: 11;
    padding: .0417rem .0521rem;
}



/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #999;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
}

.pro-main-page {
    margin: .3125rem auto;
}


/*详情样式*/
.pro-top{
    margin: .2396rem 0 .2969rem;
}
.pro-top-nav a{
    color: #a4a4a4;
    font-size: .0938rem;
}
.pro-top-nav  em{
    padding: 0 .0521rem;
    color: #a4a4a4;
    font-size: .0938rem;
}
.pro-top-nav a:hover{
    color: #e7622a;
}


.pro-top-sc a {
    color: #000;
    padding: 0 .0521rem;
}

.pro-top-sc a span {
    font-size: .0938rem;
    color: #222;
}

.pro-top-sc a:hover span {
    color: #e7622a;
}

.product-img {
    align-items: flex-start;
}

.pro-show-top-l {
}

.pro-show-top-r {
    width: 42%;
    padding: .1042rem 0;
}

.product-show-img-thumbs {
    width: .3646rem;
    margin-right: .0729rem;
    height: 3.125rem;
    overflow: hidden;
}

.product-show-img-thumbs .swiper-slide {
    width: auto;
    height: auto;
    padding: .0208rem;
    border: 1px solid #ccc;
}

.product-show-img-thumbs .swiper-slide-thumb-active {
    border: 1px solid #e7622a;
}

.product-show-img-top {
    width: 3.125rem;
    border: 1px solid #ccc;
    height: 3.125rem;
    overflow: hidden;
}

.pro-show-top-tit h4 {
    font-size: .1667rem;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    word-break: break-word;
    margin-bottom: .1042rem;
}
.pro-show-op{
    margin-bottom: .1042rem;
    opacity: 0.8;
}
.pro-show-op span{
    font-weight: 600;
    font-size:.1042rem;
    line-height: 1;
    margin-right: .0781rem;
    
}
.pro-show-op em{
    line-height: 1;
    font-size:.1042rem;
}
.pro-show-call{
    margin-top: .1042rem;
}
.pro-show-call span{
    line-height: 1;
    font-weight: 600;
    font-size:.0938rem;
    margin-right: .0521rem;
}
.pro-show-call em{
    line-height: 1;
    font-size: .0938rem;
    opacity: 0.8;
    margin-right: .0521rem;
}
.pro-show-call a{
    font-size: .0938rem;
    text-decoration: underline;
    font-weight: 600;
}
.pro-show-call a:hover{
    color: #e7622a;
}


.pro-show-gg {
    margin: .1563rem 0 0;
}

.pro-show-gg h4 {
    font-size: .1146rem;
}


.pro-show-gg-list {
    margin-top: .1042rem;
    align-items: flex-start;
}



.pro-show-btn-box {
    margin-top: .1536rem;
}


.pro-show-btn {
    margin-bottom: .1042rem;
    font-size: .0938rem;
    line-height: 1;
    padding: .1146rem 0;
    cursor: pointer;
    width: 48.5%;
}

.add-cart {
    background-color: #e7622a;
    color: #fff;
    border: 1px solid #e7622a;
}

.p-order {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.p-order:hover {
    background-color: #e7622a;
    color: #fff;
    border: 1px solid #e7622a;
}

.add-cart:hover {
    background-color: #000;
    border: 1px solid #000;
}

.pro-show-desc-con p {
    opacity: 0.7;
    font-size: .0833rem;
    margin-top: .0781rem;
}

.pro-show-btn a:hover {
    color: #fff;
    background-color: #3d3d3d;
}

.pro-show-desc {
    margin-top: .2083rem;
}

.pro-show-desc-item {
    padding: .1042rem .0521rem .1042rem 0;
    border-bottom: 1px solid #ccc;
}

.pro-show-desc-tit {
    cursor: pointer;
}

.pro-show-desc-tit h4 {
    font-size: .0938rem;
}

.pro-show-desc-tit em {
    font-size: .0833rem;
}

.pro-show-desc-tit em.on {
    transform: rotate(90deg);
}

.pro-show-desc-con {
    font-size: .0833rem;
    color: #222;
    line-height: 1.6;
    display: none;
    padding: .1042rem .0521rem;
}

.pro-show-desc-con.on {
    display: block;
}

.pro-show-detail {
    margin-top: .4167rem;
}

.pro-show-detail h4 {
    font-size: .1198rem;
    margin-bottom: .2083rem;
}

.pro-show-detail-con {
    height: 4.1667rem;
}

.pro-show-detail-mask {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    padding-top: 1.0417rem;
}

.pro-show-detail-box {
    width: 4.1667rem;
    margin: 0 auto;
}

.pro-show-detail-btn {
    padding: .1042rem 0;
    background-color: #fff;
}

.pro-show-detail-btn span {
    cursor: pointer;
    padding: 0 .1771rem;
    height: .2083rem;
    border-radius: .1302rem;
    border: 1px solid #222;
    font-weight: 500;
    font-size: .0833rem;
    color: #222;
    line-height: .2083rem;
}

.pro-show-detail-btn span:hover {
    background-color: #e7622a;
    border: 1px solid #e7622a;
    color: #fff;
}

.pro-show-detail .pro-show-detail-con.on {
    height: auto;
}

.pro-show-detail-mask.on {
    position: static;
    padding-top: 0;
    background: none;
}

.pro-show-download {
    margin-top: .3125rem;
}

.pro-show-download-list {
    margin-top: .1042rem;
}

.pro-show-download-item {
    width: 32%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .1198rem .1354rem;
    opacity: 0.7;
}

.pro-show-download-item span {
    font-size: .0938rem;
    font-weight: 400;

}

.pro-show-download-item i {
    font-size: .1146rem;
}

.pro-show-download-item:hover {
    border: 1px solid #e7622a;
    background-color: #e7622a;
    color: #fff;
    opacity: 1;
}



.pro-show-relate {
    margin-top: .4688rem;
    margin-bottom: .4688rem;
}

.pro-show-relate-list {
    margin-top: .1042rem;
}

.pro-show-detail-tit h4 {
    font-size: .1198rem;
}

.pro-show-ship-tit,
.pro-show-detail-tit {
    padding-bottom: .125rem;
}

.pro-show-cate {
    margin-bottom: .3125rem;
}


/*user login*/
.login {
    padding: .4167rem 0;
}

.login-box {
    width: 2.9063rem;
    margin: 0 auto;
}

.login-tit h4 {
    font-size: .6458rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: .2083rem;
}

.l-input {
    background-color: #fbfbfb;
    border: none;
    font-size: .0938rem;
    color: #000;
    padding: .1146rem;
    line-height: 1;
    margin-bottom: .1042rem;
    border-radius: .0521rem;
    border: 1px solid transparent;
}

.l-input::placeholder {
    color: #b9b9b9;
    font-size: .0938rem;
}

.l-input:focus {
    outline: none;
    border: 1px solid #ff5008;
}

.login-tip a {
    text-decoration: underline;
    color: #000;
    font-size: .0938rem;
    opacity: 0.7;
    display: block;
}

.login-tip a:hover {
    color: #ff5008;
}

.login-btn {
    margin-top: .25rem;
}

.login-btn-a {
    width: 48.5%;
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    padding: .1042rem 0;
    font-size: .0938rem;
    border-radius: .2083rem;
}

.login-btn-a:hover {
    background-color: #ff5008;
    color: #fff;
    border: 1px solid #ff5008;
}

.login-btn-b {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.register-mask {
    background: rgba(0, 0, 0, 0.6);
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.register-box {
    position: fixed;
    z-index: 5;
    background-color: #fff;
    width: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .2083rem;
    border-radius: .1042rem;
}

.register-close {
    top: .0781rem;
    right: .0781rem;
}

.register-close i {
    font-size: .1563rem;
    font-weight: bold;
}

.register-tit h4 {
    font-size: .2083rem;
    margin-bottom: .1563rem;
}

.register-btn {
    margin-top: .2083rem;
}

.register-btn-a {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    padding: .1042rem 0;
    font-size: .0938rem;
    border-radius: .2083rem;
}

.register-btn-a:hover {
    background-color: #ff5008;
    color: #fff;
}



/*user setting*/
.page-t {
    padding: .25rem 0;
}

.page-t-nav {
    align-items: baseline;
}

.page-t-nav span {
    font-size: .125rem;
    color: #454545;
    margin-right: .0521rem;
    line-height: 1;
}

.page-t-nav a {
    font-size: .1146rem;
    color: #454545;
    line-height: 1;
    text-transform: uppercase;

}

.page-t-nav em {
    font-size: .1146rem;
    color: #454545;
    margin: 0 .0781rem;
    line-height: 1;
}

.page-t-nav a:hover {
    color: #ff5008;
}

.page-c {
    margin-bottom: .4688rem;
}

.page-c-l {
    width: 24%;
    margin-right: 3%;
}

.page-c-tit h4 {
    font-size: .1667rem;
    margin-bottom: .2604rem;
    font-weight: 400;
    margin-top: .1302rem;
}

.page-c-l-item {
    opacity: 0.9;
    font-size: .0938rem;
    border-bottom: 1px solid #ccc;
    padding: .1042rem .0521rem;
}

.page-c-l-item:hover,
.page-c-l-item.on {
    color: #ff5008;
    opacity: 1;
}

.page-c-l-list {
    padding-bottom: .1563rem;
}

.page-c-r {
    padding: .2083rem .1563rem;
}

.page-c-logout a {
    text-decoration: underline;
    font-size: .1042rem;

}

.page-c-logout a:hover {
    color: #ff5008;
}



.page-tip {
    font-size: .2083rem;
    color: #ccc;
}

.page-user-tit h4 {
    opacity: 0.89;
    font-size: .3438rem;
    font-weight: 300;
    margin-bottom: .3646rem;
    font-family: 'Sofia Sans Extra Condensed';
    font-weight: 400;
}

.page-user-item {
    margin-bottom: .6354rem;
}

.page-user-item-tit h4 {
    font-size: .2083rem;
    font-weight: 300;
    padding-bottom: .1771rem;
    border-bottom: 1px solid #ccc;
}

.page-user-item-con {
    margin-top: .1458rem;
}

.page-user-item-con h4 {
    font-size: .0938rem;
    margin-bottom: .0781rem;
}

.page-user-item-con p {
    font-size: .0938rem;
    color: #000;
    opacity: 0.7;
}

.page-user-item-label {
    width: 48%;
}

.page-user-item-label input {
    width: 80%;
    background: #eee;
}

.page-user-item-btn {
    margin-top: .3125rem;
}

.page-user-item-btn a {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    padding: .1042rem .3125rem;
    font-size: .0938rem;
    border-radius: .2083rem;
}

.page-user-item-btn a:hover {
    background-color: #ff5008;
    color: #fff;
}







/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 5;
    width: 3.3646rem;
    min-height: 1.9271rem;
    right: .1563rem;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0.2344rem;
}

.order-tit h4 {
    font-size: .1042rem;
}

.order-tit span {
    font-size: .1563rem;
    line-height: 1;
}

.order-product>h4 {
    font-size: .1042rem;
    margin-top: .1563rem;
}

.order-product-list {
    overflow-y: auto;
    height: 1.3021rem;
    margin-top: 0.1042rem;
}

.order-product-list a {
    margin-bottom: .1042rem;
}

.order-product-list a .order-product-img {
    width: .5208rem;
    height: .5208rem;
    margin-right: .1042rem;
}

.order-product-text h4 {
    font-size: .1042rem;
    margin-bottom: .0521rem;
}

.order-product-text p {
    line-height: 1;
    font-size: .0885rem;
    color: rgba(0, 0, 0, 0.6);
}

.order-form {
    margin-top: .1563rem;
}

.order-form .order-section {
    margin-bottom: .1042rem;
}

.order-form .order-section span {
    font-size: .0885rem;
    margin-bottom: .0521rem;
}

.order-form .order-section input {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: .0885rem;
    padding: .0729rem .0521rem;
}

.order-btn {
    background-color: #000;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
    cursor: pointer;
}


/*blog*/
.news-page{
    padding:.4688rem 0;
    background: linear-gradient(180deg, rgba(231, 98, 42, 0.3)  0%, rgba(231, 98, 42, 0.1)  30%, rgba(255, 255, 255, 1) 100%);
}
.news-box{
    width: 6.7917rem;
    margin: 0 auto;
}
.news-top-nav a,.news-top-nav em{
    color: #666;
    font-size: .0938rem;
    margin-bottom: .1198rem;
    line-height: 1;
}
.news-top-nav em{
    margin: 0  .0781rem;
}
.news-top-nav a:hover{
    color: #e7622a;
}
.news-top-l h4{
    line-height: 0.5;
}
.news-top-r{
    background-color: #fff;
    padding: .0365rem 0;
}
.news-top-r-item{
    margin:0 .0521rem;
    color: #000;
    font-size: .1042rem;
    padding: .1198rem .2083rem;
}

.news-top-r-item:hover,.news-top-r-item.on{
    background-color: #e7622a;
    color: #fff;
}
.news-con-list{
    margin-top: .5625rem;
}
.news-item{
    width: 30.84%;
    margin-bottom: .2083rem;
}
.news-item-txt{
    margin-top: .1563rem;
}
.news-item-txt h4{
    font-size: .1354rem;
    margin-bottom: .1042rem;
    font-weight: 600;
    line-height: 1.3;
}
.news-item-txt p{
    font-size: .0938rem;
    margin-bottom: .1563rem;
}
.news-item-btn{
    width: 45%;
    background-color: #e7622a;
    color: #fff;
    padding: .1042rem .1302rem;
    display: none;
}

.news-item-btn span{
    font-size: .0938rem;
}
.news-item-btn em{
    font-size:.1042rem;
}
.news-con-list::after{
    width: 30.84%;
    content: '';
}
.news-item:first-child{
    width: 100%;
    background-color: #fff;
    border-radius: .1563rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .1823rem .1927rem;
}
.news-item:first-child .news-item-pic{
    width: 50%;

}
.news-item:first-child .news-item-txt{
    width: 40%;
}
.news-item:first-child .news-item-btn{
    display: flex;
    border: 1px solid #e7622a;
    transition: all ease-in-out 0.3s;
}
.news-item:first-child .news-item-btn:hover{
    transform: translateX(10px);
}
/*blog详情*/
.news-show{
    background-color: #f7f7f7;
}
.news-show-top{
    background-color: rgba(231, 98, 42, 0.15);
    padding: .4583rem 0;
}
.news-show-top-l{
    width: 40%;
}
.news-top-nav a,.news-top-nav em{
    color: #666;
    font-size: .0938rem;
    margin-bottom: .1979rem;
}
.news-top-nav em{
    margin: 0  .0781rem;
}
.news-top-nav a:hover{
    color: #000;
}
.news-top-time span{
    opacity: 0.8;
    font-size: .0938rem;
    font-weight: 400;
    margin:.2083rem 0;
}
.news-top-time span:first-child{
    margin-right:.2083rem;
}
.news-show-top-r{
    width: 48%;
}
.news-show-top-r-btn{
    background-color: #e7622a;
    color: #fff;
    width: .5208rem;
    height: .5208rem;
    transition: all ease-in-out .3s;
}
.news-show-top-r-btn span{
    font-size: .2083rem;
}
.news-show-top-r:hover .news-show-top-r-btn{
     transform: scale(0.9,0.9);
}


.news-top-sc a{
    margin-right: .1042rem;
    transition: all ease-in-out 0.3s;
}
.news-top-sc a:hover{
    transform: translateY(-10px);
}
.news-top-sc a span{
    font-size: .1302rem;
}
.news-show-con{
    margin: .4688rem 0 0;
    padding-bottom: .4688rem;
}
.news-show-con-l,.news-show-con-r{
    background-color: #fff;
    padding:.1823rem;
}
.news-show-con-l{
    width: 70%;
}
.news-show-con-detail p{
    font-size: .0938rem;
    margin-bottom: .0781rem;
}
.news-show-con-detail img{
    width: auto;
    max-width: 100%;
    margin-bottom: .0781rem;
}

.news-show-con-r{
    width: 25%;
}
.news-show-con-r h4{
    font-size: .1563rem;
}
.news-show-con-list-item{
    margin-top:.1563rem;
} 
.news-show-pic{
    margin-bottom: .0781rem;
}
.news-show-con-list-item-tit{
    font-size: .0833rem;
}
.news-show-con-list-item:hover .news-show-con-list-item-tit{
    color: #e7622a;
}

/*faq*/
.faq-page {
    padding: .1563rem 0 .4167rem;
}

.faq-list {
    margin-bottom: .3125rem;
}

/*stock*/
.stock-bar {
    margin-bottom: -0.2083rem;
    z-index: 999;
}

.stock-tit {
    padding: .4479rem 0;
}

.stock-tit h4 {
    font-size: .2604rem;
    margin-bottom: .1563rem;
}

.stock-tit p {
    opacity: 0.7;
    font-size: .1042rem;
}

.stock-con {
    background-color: #fff;
    padding: .1146rem;
}

.stock-bar-item {
    background: #f4f4f4;
    border-radius: .0521rem;
    padding: .1302rem;
}

.stock-bar-item:nth-child(1),
.stock-bar-item:nth-child(2) {
    width: 33%;
}

.stock-bar-item input {
    color: #000;
    font-size: .0938rem;
    width: 100%;
    background: transparent;
}

.stock-bar-item select {
    color: #000;
    font-size: .0938rem;
    border: none;
    width: 100%;
    background: transparent;
}

.stock-bar-btn {
    width: 23.43%;
    background-color: #e7622a;
    color: #fff;
    padding: .1302rem 0;
    font-size: .1042rem;
}

.stock-bar-btn:hover {
    background-color: #000;
}

.stock-map {
    margin-bottom: .4479rem;
}

.stock-map {
    height: 3.125rem;
    overflow: auto;
    width: 98%;
    margin: 0 auto;
}

#map {
    height: 100%;
    width: 100%;
}

/*support*/
.sup-list {
    margin-top: .2083rem;
}

.sup-item {
    width: 48.5%;
    margin-bottom: .2083rem;
}

.sup-item-txt {
    padding: .1042rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.sup-item-txt h4 {
    font-size: .1563rem;
    color: #fff;
}

.sup-item:hover .sup-item-txt h4 {
    color: #e7622a;
}

/*download*/
.download-top h4 {
    padding: .4688rem 0 .1563rem;
}

.download-list {
    padding: 0 0 .4688rem;
}

.download-list-item {
    margin-bottom: .1563rem;
    width: 25%;
    padding: .0781rem;
}

.download-list-item img {
    width: 100%;
}

.download-list-txt h4 {
    font-size: .1042rem;
    line-height: 1.4;
    margin: .1042rem 0;

}

.download-list-btn {
    width: 100%;
    border: 1px solid #000;
    line-height: 1;
    padding: .0781rem 0;
}

.download-list-btn em {
    margin-right: .0781rem;
    font-size: .0833rem;

}

.download-list-item:hover .download-list-btn {
    background-color: #e7622a;
    color: #fff;
    border: 1px solid #e7622a;

}

.download-list-btn span {
    transform: rotate(90deg);
}

/* 邮箱验证样式 */
.verify-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    border-radius: 8px;
}

.step {
    margin-bottom: 30px;
    margin-top: 20px;
}

.step h3 {
    font-size: 20px;
}


.step input[type="email"],
.step input[type="text"] {
    width: 100%;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.step button {
    width: 100%;
    padding: 20px 10px;
    background: #e7622a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.resend {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.modal-content .close {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}






.pro-show-color-list .pro-show-gg-item {
    cursor: pointer;
    width:.4167rem;
    margin-right: .1042rem;
    margin-bottom: .1042rem;
}


.pro-show-color-list .pro-show-gg-item .pro-show-gg-item-img {
    width:.4167rem;
    height: .2604rem;
    border: .0156rem solid #efefef;
    border-radius: .0521rem;
    overflow: hidden;
    margin: 0 auto;
}
.pro-show-color-list .pro-show-gg-item:hover .pro-show-gg-item-img,
.pro-show-color-list .pro-show-gg-item.on .pro-show-gg-item-img {
    border: .0156rem solid #e7622a;
}
.pro-show-color-list .pro-show-gg-item:hover p,
.pro-show-color-list .pro-show-gg-item.on p {
    color: #e7622a;
}

.pro-show-color-list .pro-show-gg-item p {
    font-size: .0729rem;
    opacity: 1;
    color: #000;
    text-align: center;
    margin-top: .0521rem;
}

.product-show-img-option {
    width:3.125rem;
    border: 1px solid #ccc;
    height: 3.125rem;
    z-index: 10;
    background-color: #fff;
}

.pro-show-gg-item-img img {
    width: -webkit-fill-available;
    height: 100%;
}

.product-show-img-option img {
    width: auto;
    margin: 0 auto;
    height: auto;
}

.pro-show-ccpic {
    margin-top: .1042rem;
}

.pro-show-ccpic h4 {
    font-size: .1146rem;
}

.pro-show-ccpic-img {
    margin-top: .1042rem;
    overflow: hidden;
    border-radius: .0781rem;
}
#translate{
    display: none;
}