﻿@charset "utf-8";

/* CSS Document */

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
    margin: 0;
    padding: 0;
}


/* IE5.xIE6бbug */

* html body {
    overflow: visible;
}

* html iframe,
* html frame {
    overflow: auto;
}

* html frameset {
    overflow: hidden;
}


/* body */

body {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    -webkit-text-size-adjust: none;
    background: #fff;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

i,
em,
cite {
    font-style: normal;
}


/* a */

a {
    color: #757575;
    font-size: 14px;
    /*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/
    text-decoration: none;
}

a:hover {
    color: #ea5b24;
}


/* form */

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
}

textarea,
input {
    vertical-align: middle;
    font-size: 14px;
    outline: none;
}

iframe {
    border: 0;
}

.webapp iframe {
    width: 100%;
    height: auto;
}


.u-line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.u-line-2 {
    -webkit-line-clamp: 2
}

.u-line-3 {
    -webkit-line-clamp: 3
}

.u-line-4 {
    -webkit-line-clamp: 4
}

.u-line-5 {
    -webkit-line-clamp: 5
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

/* li */
ul,
li {
    list-style-type: none;
}


/* img */

body img {
    border: 0 none;
    vertical-align: middle;
}


/* h* */

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */


/*********清除浮动处理**********/

.clr {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*返回顶部*/

.totop {
    position: fixed;
    right: 50%;
    margin-right: -528px;
    z-index: 10000;
    bottom: 25px;
    display: block;
    width: 26px;
    height: 62px;
    background: url(../images/rocket.png) no-repeat 0 0;
    -webkit-transition: all 0.2s ease-in-out;
}


/*#region PC网站头部#*/

.top-T_Wrap {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
    background: #FFF;
}

.SitePC .top-T_Wrap .top-T {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.SitePC .top-T_Wrap .top-T .logo {
    width: 179px;
    text-indent: -99em;
    height: 120px;
    display: block;
    background: url(../images/logo04.png) left center no-repeat;
    background-size:100% auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.SitePC .top-T_Wrap .top-T .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.SitePC .top-T_Wrap .top-T .hea-R {
    display: none;
}


/* .SitePC .top-T_Wrap .top-T .Tel {
  overflow: hidden;
  color: #fff;
  line-height: 120px;
  font-size: 30px;
  color: #ea5b24;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/tel.png) left center no-repeat;
  padding-left: 40px;
} */

.SitePC .top-T_Wrap.black {
    /* background: rgba(0, 0, 0, 0.5); */
    /* height: 80px; */
    top: 0;
}

.SitePC .top-T_Wrap.black .top-T .nav,
.SitePC .top-T_Wrap.black .top-T {
    height: 80px;
}

.SitePC .top-T_Wrap.black .top-T .logo {
    width: 130px;
    height: 80px;
    background: url(../images/logo04.png) center center no-repeat;
    background-size: 100% auto;
}

.SitePC .top-T_Wrap.black .top-T .nav li>a:after {
    background: url(../images/sanj.png) top center no-repeat;
    background-size: 10px auto;
}

.SitePC .top-T_Wrap.black .top-T .nav li:hover>a:after,
.SitePC .top-T_Wrap.black .top-T .nav li>.cur:after {
    height: 20px;
}

.SitePC .top-T_Wrap.black .top-T .nav li>a {
    /* color: #FFF; */
    font-size: 16px;
}

.SitePC .top-T_Wrap.black .top-T .nav li>a {}


/***********nav*******/

.SitePC .top-T_Wrap .top-T .navwrap_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: content;
    -ms-justify-content: content;
    -webkit-justify-content: content;
    justify-content: content;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.SitePC .top-T_Wrap .top-T .nav {
    z-index: 10;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: content;
    -ms-justify-content: content;
    -webkit-justify-content: content;
    justify-content: content;
}

.SitePC .top-T_Wrap .top-T .nav li {
    text-align: center;
    position: relative;
    flex:  1 1 auto;
    height: 100%;
    margin-left: 50px;
}

.SitePC .top-T_Wrap .top-T .nav li>a {
    text-transform: uppercase;
    /* width: 120px; */
    font-size: 18px;
    color: #1f1f1f;
    display: block;
    white-space: nowrap;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.SitePC .top-T_Wrap .top-T .nav li:hover>a,
.SitePC .top-T_Wrap .top-T .nav li>a.cur {
    /* font-weight: bold; */
    color: #ea5b24;
}

.xl {
    position: absolute;
    left: -55px;
    margin: auto;
    width: auto;
    z-index: 1;
    transition-property: display;
    transition-duration: 0.5s;
    transition-delay: 1s;
    transition: 0.5s;
    visibility: hidden;
    overflow: hidden;
    padding: 0 20px 20px;
    min-width: 140px;
}

.ProBoxWrap {
    /* background: rgba(0, 0, 0, 0.5); */
    background: #FFF;
    -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
    text-align: center;
    /* width: 140px; */
    z-index: 100;
    margin: auto;
    transition: 0.5s;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    transform: translateY(-200%);
    overflow: hidden;
}

.SitePC .ProBoxWrap .ProBox {
    margin: 0 auto;
}

.SitePC .ProBoxWrap .ProBox .T a {
    display: block;
    height: 40px;
    text-align: center;
    text-transform: capitalize;
    line-height: 40px;
    color: #000;
    font-size: 16px;
}

.SitePC .ProBoxWrap .ProBox .T a:hover {
    color: #ea5b24;
}

.SitePC .top-T_Wrap .top-T .nav li>a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    z-index: 1;
    height: 0;
    background: url(../images/sanj.png) top center no-repeat;
    margin: auto;
    transition-duration: 0.1s;
    transition-delay: 0s;
    transition: 0.3s;
}

.SitePC .top-T_Wrap .top-T .nav li:hover>a:after,
.SitePC .top-T_Wrap .top-T .nav li>.cur:after {
    height: 38px;
}

.SitePC .top-T_Wrap .nav li:hover .xl {
    visibility: visible;
}

.SitePC .top-T_Wrap .top-T .nav li:hover .ProBoxWrap {
    visibility: visible;
    transform: translate(0px);
}


.SitePC #nav_2 .xl {
    width: 400px;
    left: auto;
    right: -30px;
}

.SitePC #nav_2 .ProBoxWrap .ProBox {
    padding: 10px 20px;
    overflow: hidden;
}

.SitePC #nav_2 .ProBoxWrap .ProBox .T {
    float: left;
}

.SitePC #nav_2 .ProBoxWrap .ProBox .T a {
    width: 170px;
    text-align: left;
    padding-left: 10px;
} 


/* .SitePC .ProBoxWrap .ProBox .T:nth-child(1) {
    margin-top: 10px;
} */


/* .SitePC .ProBoxWrap .ProBox .T:nth-last-child(1) {
    margin-bottom: 10px;
}
 */


/* .SitePC #nav_2 .ProBoxWrap .ProBox .T:nth-child(1) {
    margin-top: 0;
}

.SitePC #nav_2 .ProBoxWrap .ProBox .T:nth-last-child(1) {
    margin-bottom: 0;
} */

.SitePC .top-T_Wrap .top-T .searchBtn {
    /* position: absolute;
  right: 0;
  top: 0; */
    display: block;
    cursor: pointer;
    z-index: 100;
    height: 80px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: content;
    -ms-justify-content: content;
    -webkit-justify-content: content;
    justify-content: content;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.headBox {
    color: #FFF;
    background: #ea5b24;
}

.headBox .head {
    width: 1300px;
    margin: 0 auto;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.headBox .head .txt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 20px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}
.headBox .head .txt p{
    margin-right: 15px;
}
.headBox .head .txt p img{
    width: 25px;
}
.had_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.had_r .telephone {
    background: url(../images/loginIco.png) left center no-repeat;
    padding-left: 30px;
    background-size: 30px;
    margin-left: 15px;
}

.had_r .lang {
    background: url(../images/lang.png) left center no-repeat;
    padding-left: 30px;
    background-size: 22px;
    margin-left: 10px;
    font-size: 14px;
    color: #FFF;
}

.had_r .share img{
    width: 35px;
    margin-right: 10px;
}

.had_r .login{
    color: #FFF;
    font-size: 14px;
    line-height: 50px;
    display: block;
}


.in_search_box{
    width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
}

.in_search_box .seaTitle{
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #ea5b24;
    margin-bottom: 40px;
    font-weight: bold;
}

.in_search_box .seaContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.in_search_box .seaContent .seaLeft{
    width: 940px;
}

.in_search_box .seaContent .seaLeft .Left_top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.in_search_box .seaContent .seaLeft .Left_top .list{
    flex:  1 1 auto;
    margin-right: 20px;
}
.in_search_box .seaContent .seaLeft .Left_top .list .el-select{
   width: 100%;
}



.in_search_box .seaContent .seaLeft .left_bottom{
    margin-right: 20px;
    margin-top: 20px;
}
.in_search_box .seaContent .seaLeft .bt{
    font-size: 18px;
    color: #464646;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.in_search_box .seaContent .seaBtn{
    width: 230px;
    height: 230px;
    background: #ea5b24;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.in_search_box .seaContent .el-input__inner{
    height: 60px !important;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus{
    border-color: #ea5b24 !important;
}

.el-select-dropdown__item.selected{
    color: #ea5b24 !important;
}
/* .SitePC .top-T_Wrap.black .headBox .head {
    padding: 0;
    opacity: 0;
    height: 0;
} */
.PicScroll {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.PicScroll .swiper-container {
    width: 100%;
    height: 100%;
}

.PicScroll .swiper-slide img {
    width: 100%;
}

.PicScroll .swiper-slide {
    text-align: center;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.webapp .pagination {
    bottom: 2px;
}

.PicScroll .swiper-pagination-bullets {
    bottom: 20px;
    /**/
}

.webapp .PicScroll .swiper-pagination-bullets {
    bottom: 10px;
}

.PicScroll .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 5px;
    cursor: pointer;
    opacity: 1;
}

.PicScroll .swiper-pagination-bullet-active {
    background: #ea5b24;
}

.SitePC .top-T_Wrap .top-T .lang {
    width: 120px;
}

.SitePC .top-T_Wrap .top-T .lang a {
    display: block;
    height: 118px;
    width: 100%;
    background: url(../images/cn.png) center center no-repeat;
}

.SitePC .top-T_Wrap .top-T .searchBtn {
    /* position: absolute;
  right: 0;
  top: 0; */
    display: block;
    cursor: pointer;
    z-index: 100;
    height: 118px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: content;
    -ms-justify-content: content;
    -webkit-justify-content: content;
    justify-content: content;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.seach {
    overflow: hidden;
    width: 260px;
    background: #eeeff0;
    height: 40px;
    border-radius: 6px;
    position: relative;
}

.seach .keys {
    width: 200px;
    height: 40px;
    border: 0;
    background: none;
    padding-left: 10px;
    float: left;
    font-size: 14px;
    color: #000;
    font-family: "微软雅黑";
    position: relative;
    z-index: 1;
}

.seach .text .btns {
    border: 0;
    background: url(../images/search02.png) center center no-repeat #ea5b24;
    background-size: 30px auto;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0;
    width: 50px;
}

.webapp .seach {
    display: none;
}


/**************************************PC网站头部 结束**********************************************/

.PicScroll {
    width: 100%;
    margin-top: 170px;
    overflow: hidden;
    position: relative;
}

.PicScroll .swiper-container {
    width: 100%;
    height: 100%;
}

.PicScroll .swiper-slide img {
    width: 100%;
}

.PicScroll .swiper-slide {
    text-align: center;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: rgba(234, 91, 36, 0.8);
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid rgba(234, 91, 36, 0.8);
    cursor: pointer;
}

.swiper-active-switch {
    background: none;
}


/***首页产品***/

.hotProWrap{
    background: #f0f0f0;
    padding: 0 0 60px;
}


.inprotitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 45px;
    color: #161616;
    padding: 80px 0 ;
    margin: 0 auto;
    text-transform: uppercase;
}

.innewTitle {
    padding: 90px 0;
    border-bottom: 1px solid #c2c6c9;
    margin-bottom: 100px;
}

.innewTitle .more {
    padding: 12px 20px;
    margin-left: 30px;
    color: #4f565c;
    border: 1px solid #c9cccf;
    background: #fff;
}

.innewTitle .more.cur,
.innewTitle .more:hover {
    border: 1px solid #ea5b24;
    background: #ea5b24;
    color: #fff;
}

.HotProlist {
    width:1300px;
    margin: 0 auto ;
    overflow: hidden;
    position: relative;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; */
    padding-bottom:80px;
}

.HotProlist .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #d0d0d0;
    margin: 0 5px;
    cursor: pointer;
    opacity: 1;
}

.HotProlist .swiper-pagination-bullet-active {
    background: #ea5b24;
}


.HotProlist .swiper-pagination-bullets{
    bottom: 0;
}

.HotProlist .swiper-slide {
    /* width: 33.33%; */
    /* margin: 0 0 30px; */
    flex:  1 1 auto;
}
.webapp .HotProlist .swiper-slide{
    flex:  none;

}
.HotProlist .swiper-slide .Box {
    border: 1px solid #f2f2f2;
    color: #4e4e4e;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    margin: 0 15px;
    background: #FFF;
}

.HotProlist .swiper-slide .pic {
    width: auto;
    height: 100%;
    top: 0;
    margin: 0 auto;
    position: inherit;
    background: #fff;
}

.HotProlist .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.HotProlist .swiper-slide .nr{
    border-top: 1px solid rgba(128, 128, 128, 0.2);
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    padding-right: 70px;
    
    position: relative;
}
.HotProlist .swiper-slide .nr::after{
    position: absolute;
    content: '';
    right: 15px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(../images/jia9.png) center right no-repeat;
    background-size:85% ;
    margin: auto;
}
.HotProlist .swiper-slide .title {
    position: relative;
    overflow: hidden;
}

.HotProlist .swiper-slide .text {
}

.HotProlist .swiper-slide:hover .Box {
    -moz-box-shadow: 0 0 15px rgba(128, 128, 128, 0.4);
    -webkit-box-shadow: 0 0px 15px rgba(128, 128, 128, 0.4);
    box-shadow: 0 0px 15px rgba(128, 128, 128, 0.2);
    border: 1px solid #ea5b24;
    /* background: #3b4147; */
    /* color: #fff; */
}





.nyHotProlist {
    flex: 1;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 40px;
}

.nyHotProlist li {
    width: 33.33%;
    margin: 0 0 30px;
}

.nyHotProlist li .Box {
    border: 1px solid #f2f2f2;
    color: #4e4e4e;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    margin: 0 15px;
}

.nyHotProlist li .pic {
    width: auto;
    height: 100%;
    top: 0;
    margin: 0 auto;
    position: inherit;
    background: #fff;
}

.nyHotProlist li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nyHotProlist li .title {
    /* font-size: 18px;
    position: relative;
    display: block;
    line-height: 35px;
    height: 35px;
    margin: 0 15px 0;
    overflow: hidden; */
}

.nyHotProlist li .text {
    /* margin: 0px 15px 10px;
    font-size: 12px;
    display: block;
    line-height: 20px;
    height: 40px;
    overflow: hidden; */
}

.nyHotProlist li:hover .Box {
    -moz-box-shadow: 0 0 15px rgba(128, 128, 128, 0.4);
    -webkit-box-shadow: 0 0px 15px rgba(128, 128, 128, 0.4);
    box-shadow: 0 0px 15px rgba(128, 128, 128, 0.2);
    border: 1px solid #ea5b24;
    /* background: #3b4147; */
    /* color: #fff; */
}

.nyHotProlist li .nr{
    border-top: 1px solid rgba(128, 128, 128, 0.2);
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    padding-right: 70px;
    
    position: relative;
}
.nyHotProlist li .nr::after{
    position: absolute;
    content: '';
    right: 15px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(../images/jia9.png) center right no-repeat;
    background-size:85% ;
    margin: auto;
}

.PublicTitle {
    width: 260px;
    margin: 0 auto;
    overflow: hidden;
}

.PublicTitle li {
    width: auto;
    border-bottom: 1px solid #e6e6e6;
}

.PublicTitle li a {
    font-size: 16px;
    color: #565656;
    display: block;
    padding: 15px 10px;
    background: url(../images/ysan.png) calc(100% - 10px) center no-repeat;
}

.PublicTitle li a:hover,
.PublicTitle li a.cur {
    background: url(../images/ysan01.png) calc(100% - 10px) center no-repeat #ea5b24;
    color: #fff;
}


/****New Products***/

.NewProductsWrap {
    width: auto;
    background: url(../images/loginbj.jpg) center top no-repeat;
    background-size:100%  600px;
}

.NewProductsWrap .NewProducts {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
}

.NewProductsWrap .NewProducts .text {
    flex: 1;
    margin-right: 50px;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
}

.NewProductsWrap .NewProducts .text .bt{
    font-size: 39px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.NewProductsWrap .NewProducts .text .btn{
    font-size:12px;
    text-align: center;
    width: 160px;
    font-weight:normal;
    margin:50px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: block;
    color: #FFF;
    padding: 2px 0;
}

.NewProducts .formBox{
    width: 650px;
    background: #FFF;
    padding:50px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    text-align: center;
}

.NewProducts .formBox .logo04{
    margin-bottom:60px;
}
.NewProducts .formBox .logo04 img{
    width: 50%;
}
.NewProducts .formBox p {
    width: 100%;
    height:60px;
    position: relative;
    background: #ea5b24;
    margin-bottom:40px;
    /* border-radius: 5px; */
    overflow: hidden;
}

.NewProducts .formBox p input {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding-left: 80px;
    background: none;
    font-size: 20px;
    color: #FFF;
}

.NewProducts .formBox p a {
    position: absolute;
    right: 10px;
    top: 0;
    width: 80px;
    height: 20px;
    bottom: 0;
    bottom: 0;
    z-index: 100;
    margin: auto;
    cursor: pointer;
}

.NewProducts .formBox p a img {
    width: 100%;
}

.NewProducts input:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.6);
}

.NewProducts input:focus::-moz-input-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color:  rgba(255, 255, 255, 0.6);
}

.NewProducts input:focus::-o-input-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

.NewProducts input:focus::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color:  rgba(255, 255, 255, 0.6);
}

.NewProducts input::-webkit-input-placeholder {
    /* WebKit browsers */
    color:  rgba(255, 255, 255, 0.6);
}

.NewProducts input::-moz-input-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color:  rgba(255, 255, 255, 0.6);
}

.NewProducts input::-o-input-placeholder {
    /* Mozilla Firefox 19+ */
    color:  rgba(255, 255, 255, 0.6);
}

.NewProducts input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.NewProducts .formBox p span {
    position: absolute;
    left: 0;
    width: 80px;
    height: 65px;
}
.NewProducts .formBox p.ic01 span {
    background: url(../images/icon01.png) center center no-repeat;
    background-size:50% ;
}

.NewProducts .formBox p.ic02 span {
    background: url(../images/icon02.png) center center no-repeat;
    background-size:50% ;

}

.NewProducts .formBox p.ic03 span {
    background: url(../images/icon03.png) center center no-repeat;
    background-size:50% ;
}
.NewProducts .formBox .reg{
    padding:10px 30px 0;
    color: rgba(46,46,46,0.5);
    display: inline-block;
    margin: 10px 0 0;
    font-size: 12px;
}
.NewProducts .login {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 290px;
    height:60px;
    position: relative;
    border: 1px solid #dedede;
    font-size: 20px;
    background: #FFF;
    color: #ea5b24;
    line-height: 60px;
}

.aboutWrap {
    padding-top: 60px;
    position: relative;
    width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}
.aboutWrap .video{
    width: 650px;
    height: 470px;
}
.aboutWrap .about {
    flex: 1;
    width: auto;
    overflow: hidden;
    z-index: 10;
    position: relative;
}


.aboutWrap .about .ab_right {
    flex: 1;
    position: relative;
    z-index: 10;
    margin-right: 60px;
}

.aboutWrap .about .ab_right .text {
    color: rgba(46,46,46,0.8);
    line-height:28px;
    font-size: 16px;
    display: block;
}

.aboutWrap .about .ab_right .text .subbt{
    margin-bottom: 35px;
}

.aboutWrap .about .ab_right .text strong {
    font-size:12px;
    display: block;
    font-weight: normal;
    margin-bottom: 40px;
    color: rgba(46, 46, 46, 0.6);
    position: relative;
    padding-left: 10px;
}

.aboutWrap .about .ab_right .text strong::after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 12px;
    background: #ea5b24;
    content: '';
}

.aboutWrap .about .ab_right .text .more {
    font-size:14px;
    text-align: center;
    width: 200px;
    line-height: 45px;
    font-weight:normal;
    margin-top: 40px;
    height: 45px;
    border: 1px solid rgba(46,46,46,0.2);
    display: block;
    color: rgba(46,46,46,0.5);
}



.statisticsBox{
    width: 1300px;
    margin:60px auto 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 53px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    background: #FFF;
    z-index: 10;
    -moz-box-shadow:  0 0 3px rgba(128, 128, 128, 0.2);
    -webkit-box-shadow:  0 0 3px rgba(128, 128, 128, 0.2);
    box-shadow: 0 0 3px rgba(128, 128, 128, 0.2);
}
.statisticsBox .list {
    text-align: center;
    font-size: 14px;
    color: rgba(17,17,17,0.5);
    /* height: 203px; */
    text-transform: uppercase;
    flex: 1;
}
.statisticsBox .list span{
   font-size: 48px;
   display: block;
   color: #ea5b24;
   line-height: 60px;
   font-weight: bold;
   margin-bottom:5px;
}

.statisticsBox::after{
    width: 65px;
    height: 203px;
    background: url(../images/leftjt.png) left center no-repeat;
    content: '';
    position: absolute;
    left:-65px;
    top: -1px;
}
.statisticsBox::before{
    width: 65px;
    height: 203px;
    background: url(../images/rightjt.png) left center no-repeat;
    content: '';
    position: absolute;
    right:-65px;
    top: -1px;
}

.statisticsWrap{
    position: relative;
}


.statisticsWrap::after{
    width: 100%;
    height: 50%;
    background: #f0f0f0;
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 1;
}

.LeftBox {
    position: relative;
}

.LeftBox .LeftTitle {
    font-weight: bold;
    font-size: 38px;
    color: #4a4a4a;
    line-height: 38px;
    padding: 0 0 30px;
}


/****News*******/

.newsWrap {
    width: auto;
    background: #f0f0f0;
    padding: 0px 0 60px;
}


.newsWrap .newsTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 30px;
    color: #2f2f2f;
    font-size: 16px;
    margin: 0 auto;
    width: 1300px;
}

.newsWrap .newsTop .pic {
    width: 390px;
    height: 240px;
}

.newsWrap .newsTop .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsWrap .newsTop .text {
    flex: 1;
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFF;
    padding: 60px;
    box-sizing: border-box;
    position: relative;

}
.newsWrap .newsTop .text .bt{
    padding-right: 150px;
    color:rgba(0,0,0,0.5);
}
.newsWrap .newsTop .text .bt strong {
    display: block;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 34px;
    color: #000;
    overflow: hidden;
    margin-bottom: 25px;
}


.newsWrap .newsTop .data {
    color: #a3a3a3;
    font-size: 16px;
    position: absolute;
    top: 60px;
    right: 60px;
}

.newsWrap .newsTop .data span{
    display: block;
    color: #555658;
    text-align: right;
    padding-right: 10px;
    line-height:24px;

}


.newsWrap .newsTop .data span.day{
font-size: 32px;
font-weight: bold;
padding-right: 0;
line-height: 36px;
}

.newsWrap .newsTop .data  span.yaer{
    padding-right: 0;
}

.newsList {
    margin: 0 auto;
    width: 1300px;
    margin: 0px auto 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.newsList li {
    width: 32%;
}

.newsList li a {
    display: block;
    position: relative;
    /* -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    color: #2f2f2f;
    font-size: 20px;
    background: #FFF;
    padding: 50px 30px 50px;
}



.newsList li a  .data {
    font-size:15px;
    color: rgba(22,22,22,0.5);
}

.newsList li a  .text {
    font-size: 15px;
    line-height: 28px;
    color: rgba(22,22,22,0.5);
    height: 56px;        
    overflow: hidden;
}

.newsList li a  strong {
    display: block;
    height: 56px;
    font-size: 23px;
    overflow: hidden;
    line-height: 28px;
    margin: 30px 0 20px;
    color: #161616;
    text-transform: uppercase;
}

.newsList li a  span {
    display: block;
    font-size: 16px;
    height: 23px;
    overflow: hidden;
    line-height: 23px;
}


.newsList li a  .more {
     font-size:12px;
    width:160px;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 40px;
    margin-top: 50px;
    height: 40px;
    border: 1px solid rgba(46,46,46,1);
    color: rgba(46,46,46,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newsList li a  .more .i {
    font-family: "宋体";
    margin-top: -2px;
    margin-left: 10px;
}

.newsList li a:hover {
    background:#ea5b24;
    color: #FFF;
}



.newsList li a:hover  .more {
    color: #fff;
    border-color: #FFF;
}

.newsList li a:hover  .text,.newsList li a:hover  .data ,.newsList li a:hover strong{
    color: #fff;
}


/***成功案例****/

.nycaseList {
    width: 1340px;
    margin: 30px auto 0;
    overflow: hidden;
}

.caseList {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.caseList li {
    width: 25%;
    margin-bottom: 40px;
}

.caseList li a {
    display: block;
    position: relative;
    margin: 0 10px;
    /* min-height: 150px; */
    font-size: 16px;
    box-shadow: 0 7px 7px rgb(0 0 0 / 12%), 0 7px 7px rgb(0 0 0 / 11%);
}

.caseList li a img {
    width: 100%;
    height: 100%;
    border: 1px solid #e7e7e7;
    object-fit: contain;
}

.caseList li .subtitle {
    font-size: 16px;
    color: #000;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.caseList li a .title {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.caseList li a .title img {
    width: 30px;
    display: block;
    margin: 0 auto 10px;
    border: 0;
}

.caseList li a .title strong {
    text-align: center;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 24px;
    z-index: 22;
    padding: 0 10px;
}

.caseList li a:hover .title {
    opacity: 1;
    transform: scale(1);
}

.caseList li a:hover .title img,
.caseList li a:hover .title strong {
    animation-delay: 0s;
    animation-name: fadeInUpBig;
    animation-duration: 1s;
    visibility: visible;
}

.nyContent .Title {
    font-size: 30px;
    line-height: 36px;
    width: 1200px;
    margin: 40px auto 0;
    display: block;
    color: #4c4c4c;
    text-transform: uppercase;
}


/***newsSHow***/

.newsShow {
    margin: 0 auto 60px;
    overflow: hidden;
    width: 100%;
}

.newsShow .title {
    font-size: 24px;
    color: #4c4c4c;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    margin: 20px 0 40px;
}

.newsShow .data {
    font-size: 14px;
    color: #808080;
    text-align: center;
    line-height: 36px;
    height: 36px;
    background: #f5f5f5;
    margin: 20px 0;
}

.newsShow .newsShow_nr {
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.Ny_PageWrap {
    font-size: 14px;
    color: #999999;
    margin: 50px auto;
    position: relative;
    padding: 0 20px;
    line-height: 36px;
    height: 36px;
    background: #f5f5f5;
}

.Ny_PageWrap .PageRight {
    position: absolute;
    right: 20px;
    top: 0;
}

.Ny_PageWrap a {
    font-size: 14px;
    color: #999999;
}

.Ny_PageWrap a:hover {
    color: #ea5b24;
}

.newsTitlerd {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #646a6f;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0 60px;
}


/**关于我们**/

.nycarbox {
    width: 1300px;
    margin: 0 auto;
    padding: 0 0 60px;
}


/*新闻中心*/

.nybanner {
    background: url(../images/about.jpg) center center no-repeat;
    height: 300px;
}

.nybanner.bannews {
    background: url(../images/about.jpg) center center no-repeat;
}

.nybanner.banFactory {
    background: url(../images/about.jpg) center center no-repeat;
}

.nybanner.banpro {
    background: url(../images/about.jpg) center center no-repeat;
}

.nybanner.banQua {
    background: url(../images/about.jpg) center center no-repeat;
}

.nybanner.banRD {
    background: url(../images/about.jpg) center center no-repeat;
}

.nybanner.banItems {
    background: url(../images/about.jpg) center center no-repeat;
}


/***login**/

.LoginWrap {
    width: auto;
    margin-top: 118px;
    height: calc(100vh - 118px);
}

.LoginWrap .footerWrap {
    display: none;
}

.LoginWrap .NewProductsWrap {
    height: 100%;
    background: url(../images/loginbj.jpg) center center no-repeat;
    background-size: cover;
}

.regWrap {
    width: auto;
    height: 670px;
    margin-top: 120px;
    padding-top: 120px;
    background: url(../images/loginbj.jpg) center center no-repeat;
}

.regWrap .reg {
    width: 420px;
    margin: 0 auto;
    background: url(../images/logo02.png) center 0px no-repeat;
    padding-top: 120px;
}

.regWrap .reg p {
    width: 410px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    -moz-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
    -webkit-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
    box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
    position: relative;
}

.regWrap .reg p input {
    height: 45px;
    width: 400px;
    padding-left: 10px;
    border: 0;
    background: #fff;
    font-size: 16px;
    color: #ea5b24;
}

.regWrap .reg .regBtn {
    display: block;
    width: 220px;
    height: 45px;
    margin: 30px auto 20px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    color: #ea5b24;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    -moz-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
    -webkit-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
    box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
    cursor: pointer;
}

.regWrap .reg .login {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.regWrap .reg p a {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.regWrap .reg p input:focus {
    background: #a4bdff;
}

.regWrap .reg p input:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ea5b24;
}

.regWrap .reg p input:focus::-moz-input-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ea5b24;
}

.regWrap .reg p input:focus::-o-input-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ea5b24;
}

.regWrap .reg p input:focus::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ea5b24;
}

.minbanner {
    height: 220px;
    background: url("../images/minbanner.jpg") center center no-repeat;
}


/*内页样式*/


/*内页样式*/

.Loc_navigationWrap {
    border-bottom: 1px solid #e8e8e8;
}

.Loc_navigationWrap.proloc .Loc_navigation {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* padding: 0; */
    justify-content: space-between;
    -webkit-justify-content: space-between;
}


/* .Loc_navigationWrap.proloc .Loc_navigation > div {
  flex: 1;
} */

.Loc_navigationWrap.proloc .Loc_navigation .locright {
    position: relative;
    white-space: nowrap;
    margin: 0;
    margin-left: 40px;
}

.Loc_navigation {
    width: 1300px;
    /* background: #f5f5f5;*/
    position: relative;
    font-size: 18px;
    margin: 0 auto;
    color: #999;
    padding: 18px 0;
}

.Loc_navigation .locright {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: url(../images/dqwz.png) left center no-repeat;
}

.Loc_navigation a {
    font-size: 14px;
    color: #999;
}

.Loc_navigation span {
    font-family: "宋体";
    padding: 0 5px;
}

.webapp .Loc_navigation .leftloc {
    display: none;
}

.webapp .proloc .Loc_navigation {
    display: block;
}

.webapp .Loc_navigation .leftloc {
    display: none;
}

.webapp .Loc_navigation {
    width: auto;
    padding: 20px;
}

.webapp .Loc_navigation .LeftList {
    /* -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; */
    display: none;
}

.webapp .Loc_navigation .locright {
    position: relative;
    left: 0;
    margin: 0 !important;
}

.nyContent {
    width:1300px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.nyContent .nyLeft {
    width: 190px;
    float: left;
    background: #fff;
    margin-bottom: 50px;
}

.nyContent .nyCenter {
    float: left;
    width: 660px;
    margin-left: 40px;
}

.nyContent .nyRight {
    width: 270px;
    float: right;
    margin-bottom: 40px;
}

.nyContent .nyRightAbout {
    flex: 1;
}


/**左侧**/

.nyContent .nyLeft .nyLeftBox {
    width: 190px;
    transition: all 0.5s;
    position: inherit;
    top: 0;
}

.nyContent .nyLeft .Lefttitle {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #09418a;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}


/**列表页浮动导航**/

.nyContent .nyLeft .FloatNav {
    position: fixed;
    top: 140px;
    z-index: 99;
}


/**右侧**/

.nyContent .nyRight .Right_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 270px;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.nyContent .nyRight .Righttitle {
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    padding-left: 15px;
    position: relative;
    font-weight: bold;
}

.nyContent .nyRight .Righttitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40%;
    width: 4px;
    background: #09418a;
}

.nyContent .nyRight .RightList {
    padding: 0 10px 10px;
}

.nyContent .nyRight .RightList a {
    margin-bottom: 10px;
    font-size: 14px;
    /* background: url("../images/dian.png") left 2px no-repeat; padding-left: 20px;*/
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    display: block;
}

.nyContent .nyRight .RightList a:hover {
    color: #09418a;
}


/*右侧产品*/

.nyContent .nyRight .Right_box_pro {
    background: #fff;
}

.nyContent .nyRight .Right_box_pro a {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 26px;
}

.nyContent .nyRight .Right_box_pro a img {
    border: 1px solid #f8f8f8;
    display: block;
    max-width: 99%;
}

.nyContent .nyRight .Right_box_pro .RightList {
    padding: 0;
}

.ny-right-about {
    width: auto;
    overflow: hidden;
    margin: 0 auto;
    min-height: 400px;
    margin-bottom: 80px;
    font-size: 14px;
    color: #474747;
}

.NewproShow .nyShowLeft {
    width: 1200px;
}

.NewproShow .nyShowLeft .ShowNewsBox .NewsBoxRight {
    width: 1200px;
}

.NewproShow .nyShowLeft .ShowNewsBox {
    margin-top: 0;
}


/**proshow**/

.show_center {
    width: 1200px;
    overflow: hidden;
    margin: 20px auto;
}

.show_center .show_left {
    float: left;
    width: 600px;
    position: relative;
}

.show_center .show_right {
    width: 520px;
    float: right;
    font-size: 16px;
    color: #808080;
    padding-top: 5px;
}

.show_center .show_right .show_title {
    line-height: 26px;
    color: #4c4c4c;
    font-size: 24px;
    font-weight: bold;
}

.show_center .show_right .parameter {
    margin: 30px auto 40px;
}

.show_center .show_right .parameter li {
    min-height: 25px;
    margin-bottom: 10px;
    position: relative;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
}

.show_center .show_right .parameter li .bt {
    width: 160px;
}

.show_center .show_right .parameter li .txt {
    flex: 1;
}

.show_center .show_right .parameter li span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.show_center .show_right .stock {
    position: relative;
    margin-bottom: 15px;
    line-height: 35px;
    padding-left: 70px;
}

.show_center .show_right .stock span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.show_center .show_right .stock .spec {
    width: auto;
}

.show_center .show_right .stock .spec p {
    display: inline-block;
    padding: 0 10px;
    height: 34px;
    margin-bottom: 10px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    color: #808080;
    cursor: pointer;
    margin-right: 10px;
}

.show_center .show_right .stock .spec p:hover,
.show_center .show_right .stock .spec p.cur {
    background: #ea5b24;
    color: #fff;
}

.show_center .show_right .stock input {
    width: 80px;
    height: 35px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    font-size: 16px;
    color: #808080;
    margin-right: 10px;
}

.show_center .show_right .buybtn {
    margin-top: 30px;
    width: 460px;
    overflow: hidden;
}

.show_center .show_right .buybtn a {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ea5b24;
    color: #ea5b24;
    font-size: 16px;
    margin-bottom: 15px;
}

.show_center .show_right .buybtn a.add {
    color: #fff;
    background: #ea5b24;
}


/*图片放大镜样式*/

#preview {
    width: 600px;
    overflow: hidden;
}

.jqzoom {
    width: 500px;
    height: 500px;
    border: 1px solid #e4e4e4;
    float: left;
    position: relative;
}

.jqzoom img {
    width: 500px;
    height: 500px;
}

.zoomdiv {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 600px;
    width: 400px;
    height: 400px;
    background: #fff;
    border: 1px solid #e4e4e4;
    display: none;
    text-align: center;
    overflow: hidden;
}

.bigimg {
    width: 800px;
    height: 800px;
    border: 1px solid #e4e4e4;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #fede4f 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

.list-h li {
    height: 94px;
    width: 89px;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#spec-n5 {
    width: 89px;
    float: right;
    overflow: hidden;
}

#spec-left {
    width: 89px;
    height: 10px;
    margin-bottom: 10px;
    background: url(../images/btntop.jpg) center center no-repeat;
    cursor: pointer;
}

#spec-right {
    width: 89px;
    height: 10px;
    margin-top: 10px;
    background: url(../images/btnbottom.jpg) center center no-repeat;
    cursor: pointer;
}

#spec-list {
    width: 89px;
    overflow: hidden;
    position: relative;
}

ul.list-h li img {
    border: 1px solid #e8e8e8;
    display: block;
    margin: 0 auto;
    width: 84px;
    height: 84px;
}

ul.list-h li.cur:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 83px;
    height: 83px;
    border: 2px solid #ea5b24;
    position: absolute;
}

.ParameterNav {
    margin: 50px auto 20px;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #e6e6e6;
}

.ParameterNav li {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.ParameterNav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
}

.ParameterNav li.cur {
    background: #ea5b24;
}

.ParameterNav li.cur a {
    color: #fff;
}

.arameterNav_nr {
    width: 1200px;
    margin: 0 auto 60px;
    overflow: hidden;
    display: none;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
}

.Parameter_list {
    width: auto;
    overflow: hidden;
    padding: 20px 0;
}

.Parameter_list li {
    width: 300px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.Parameter_list li .box {
    width: 270px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-size: 14px;
    height: 30px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.Parameter_list li span {
    display: block;
    width: 180px;
    background: #f5f5f5;
    position: absolute;
    border-right: 1px solid #e6e6e6;
    left: 0;
    top: 0;
}

.Parameter_list li i {
    display: block;
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
}

.Parameter_list li.last {
    width: 450px;
    margin-left: 14px;
}

.Parameter_list li.last .box {
    width: 450px;
}

.Parameter_list li.last .box span {
    width: 360px;
}

.TechnicaList {
    width: auto;
    overflow: hidden;
    padding: 0 20px 20px;
}

.TechnicaList .bt {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    background: #f5f5f5;
    margin: 10px 0;
    padding: 0 10px;
}

.TechnicaList .nr {
    padding: 10px;
    overflow: hidden;
    font-size: 16px;
    color: #808080;
    margin-bottom: 20px;
}


/**内新闻列表**/

.ny-right-news {
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
}

.ny-right-news ul {
    margin-bottom: 20px;
}

.ny-right-news li {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 20px 0;
    margin-bottom: 40px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.3s;
    box-shadow: 0 2px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%);
}

.ny-right-news li:hover {
    z-index: 10;
    background: #ea5b24;
}

.ny-right-news li:hover .bt {
    border-color: rgba(255, 255, 255, 0.2);
}

.ny-right-news li:hover .rq span {
    border-color: rgba(255, 255, 255, 0.1);
}

.ny-right-news li:hover a,
.ny-right-news li:hover .bt .text {
    color: #fff;
}

.ny-right-news li .pic {
    width: 190px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #f8f8f8;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.ny-right-news li .pic img {
    max-width: 100%;
    position: absolute;
    margin: auto;
    left: -50%;
    top: 0;
    bottom: 0;
    right: -50%;
}

.ny-right-news li .rq {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s;
    font-size: 26px;
    line-height: 32px;
    color: #7a7a7a;
}

.ny-right-news li .rq span {
    position: relative;
    display: block;
    font-size: 16px;
}

.ny-right-news li:hover .rq {
    color: #fff !important;
}

.ny-right-news li:hover .bt strong {
    color: #fff !important;
}

.ny-right-news li .bt {
    display: block;
    position: relative;
    margin-left: 130px;
    width: 78%;
    color: #333;
    height: 120px;
    transition: all 0.3s;
    padding-left: 30px;
    box-sizing: border-box;
    border-left: 1px solid #e8e8e8;
    overflow: hidden;
}

.ny-right-news li .bt strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 600;
}

.ny-right-news li .bt .text {
    height: 70px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ny-right-news li .fotsh {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.ny-right-news li:hover .fotsh {
    display: block;
}

.ny-right-news li .fotsh .pare1 a.p_weixin {
    background: url("../images/share/sh01.png") left center no-repeat;
    padding-left: 25px;
}

.ny-right-news li .fotsh .pare1 a.p_sqq {
    background: url("../images/share/sh03.png") left center no-repeat;
    padding-left: 25px;
}

.ny-right-news li .fotsh .pare1 a.p_tsina {
    background: url("../images/share/sh02.png") left center no-repeat;
    padding-left: 25px;
}

.btfot {
    right: 0;
    color: #d6d6d6;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.btfot .v {
    background: url("../images/i02.png") left center no-repeat;
    padding-left: 25px;
    position: absolute;
    right: 20px;
    bottom: 0;
}

.btfot .fotsh {
    position: absolute;
    right: 80px;
    bottom: 0;
    cursor: pointer;
}

.btfot .fotsh .s {
    background: url("../images/i03.png") left center no-repeat;
    padding-left: 25px;
}

.btfot .fotsh .pare1 {
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px 0 5px 10px;
    position: absolute;
    left: -25px;
    top: 24px;
    width: 90px;
    background: #fff;
    z-index: 10;
}

.btfot .fotsh .pare1 a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

.btfot .fotsh .pare1 a.p_weixin {
    background: url("../images/share/sh01.png") left center no-repeat;
    padding-left: 25px;
}

.btfot .fotsh .pare1 a.p_sqq {
    background: url("../images/share/sh03.png") left center no-repeat;
    padding-left: 25px;
}

.btfot .fotsh .pare1 a.p_tsina {
    background: url("../images/share/sh02.png") left center no-repeat;
    padding-left: 25px;
}

.btfot .fotsh .pare1:after {
    content: "";
    position: absolute;
    left: 43px;
    top: -4px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fff;
}

.btfot .fotsh:hover .pare1 {
    display: block;
}

.btfot .d {
    /* background: url("../images/i01.png") left center no-repeat; padding-left: 25px;*/
    margin-left: 15px;
}

.ny-right-news li:hover>.text .bt {
    color: #82c763;
}

/**内产品列表**/


/*样式1*/

.ny-right-pro li .text .btfot .d {
    margin-left: 0;
}

.ny-right-pro li .pic {
    width: 240px;
    height: 240px;
    border: 1px solid #f8f8f8;
}

.ny-right-pro li .text {
    margin-left: 260px;
    min-height: 240px;
    margin-right: 10px;
}

.ny-right-pro li .text .nr {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}


/*样式2*/

.ny-right-pro2 ul {
    float: left;
    width: 100%;
}

.ny-right-pro2 li {
    width: 323px;
    padding: 0;
    float: left;
    margin-bottom: 20px;
}

.ny-right-pro2 li .pic {
    width: 300px;
    height: 300px;
    top: 0;
    margin: 0 auto;
    position: inherit;
}

.ny-right-pro2 li .text {
    width: 300px;
    margin: 10px auto;
    height: 90px;
}

.ny-right-pro2 li .text .btfot .d {
    margin-left: 0;
}

.ny-right-pro2 li:hover {
    background: none;
}


/**********************新闻详情*************************/

.nyShowLeft {
    width: 890px;
    float: left;
}

.nyShowLeft .ShowNewsTitle {
    font-size: 36px;
    line-height: 50px;
    color: #1a1a1a;
}

.nyShowLeft .ShowProTitle {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.nyShowLeft .ShowNewsBox {
    margin: 40px 0 90px;
    overflow: hidden;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft {
    transition: all 0.5s;
    position: inherit;
    top: 0;
    float: left;
    width: 110px;
    padding-right: 30px;
    border-right: 1px solid #e6e6e6;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData {
    text-align: center;
    color: #1a1a1a;
    font-size: 36px;
    overflow: hidden;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p {
    display: block;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 5;
    width: 80%;
    background: #e6e6e6;
    margin: auto;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    vertical-align: bottom;
    position: relative;
    z-index: 6;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData i {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .author {
    text-align: center;
    color: #808080;
    line-height: 20px;
    margin-top: 30px;
    font-size: 14px;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .author span {
    display: block;
    padding: 2px 0;
    margin-bottom: 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #09418a;
    color: #fff;
}


/**详情页页浮动导航**/

.nyShowLeft .ShowNewsBox .NewsBoxLeft.FloatNav {
    position: fixed;
    top: 130px;
    z-index: 12;
}


/**详情页页右边浮动导航**/

.NewsRight.FloatNav {
    position: fixed;
    top: 90px;
    z-index: 12;
}


/**分享**/

.shareWrap {
    position: relative;
}

.shareWrap .gb_res_t {
    display: block;
    text-align: center;
    color: #1a1a1a;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    margin-top: 40px;
}

.shareWrap .gb_res_t:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 5;
    width: 80%;
    background: #e6e6e6;
    margin: auto;
}

.shareWrap .gb_res_t span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    vertical-align: bottom;
    position: relative;
    z-index: 6;
}

.shareWrap .bdsharebuttonbox {
    position: relative;
}

.shareWrap .bdsharebuttonbox a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    background: #cccccc;
    width: 40px !important;
    height: 40px !important;
    margin: 0 auto 10px;
    display: block;
    position: relative;
}

.shareWrap .bdsharebuttonbox a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    z-index: 5;
}

.shareWrap .bdsharebuttonbox .bds_tsina:after {
    background: url(../images/share/x01.png) no-repeat center center;
    background-size: 25px;
}

.shareWrap .bdsharebuttonbox .bds_weixin:after {
    background: url(../images/share/x02.png) no-repeat center center;
    background-size: 22px;
}

.shareWrap .bdsharebuttonbox .bds_sqq:after {
    background: url(../images/share/x03.png) no-repeat center center;
    background-size: 22px;
}

.shareWrap .bdsharebuttonbox a:before {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 1;
    transition: all 0.3s;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0);
}

.shareWrap .bdsharebuttonbox a:hover:before {
    background: #f00;
    width: 50px;
    height: 50px;
    transform: scale(1);
}

.shareWrap .bdsharebuttonbox a.bds_tsina:hover:before {
    background: #f56467;
}

.shareWrap .bdsharebuttonbox a.bds_weixin:hover:before {
    background: #8dc81b;
}

.shareWrap .bdsharebuttonbox a.bds_sqq:hover:before {
    background: #68a5e1;
}

.shareWrap .bdsharebuttonbox li.wx:hover .qrcodeBox {
    display: block;
}

.shareWrap .bdsharebuttonbox .qrcodeBox {
    text-align: center;
    position: absolute;
    left: 100px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    top: -60px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 10;
}

.shareWrap .bdsharebuttonbox .qrcodeBox canvas {
    width: 140px !important;
    margin: 0 auto;
}

.shareWrap .bdsharebuttonbox .qrcodeBox .title {
    font-size: 14px;
    margin-bottom: 10px;
}

.nyShowLeft .ShowNewsBox .NewsBoxRight {
    float: right;
    width: 710px;
    min-height: 500px;
}

.ny-news-nr {
    width: auto;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.MainPicture {
    margin-bottom: 10px;
}

.MainPicture img {
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #e7e7e7;
}


/**tag和本文链接**/

.newsOther {
    margin: 10px 0;
    font-size: 14px;
    color: #000;
}

.newsOther a {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.newsOther a:hover {
    color: #09418a;
}


/*推荐产品*/

.RecProducts {
    line-height: 70px;
    border-top: 1px solid #e6e6e6;
    font-size: 18px;
    color: #333333;
    padding-left: 15px;
    position: relative;
    font-weight: bold;
}

.RecProducts:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40%;
    width: 4px;
    background: #09418a;
}

.RecProductsList {
    width: auto;
    overflow: hidden;
}

.RecProductsList li {
    width: 25%;
    float: left;
    margin-bottom: 10px;
}

.RecProductsList li .LiBox {
    width: auto;
    margin: 0 5px;
    overflow: hidden;
    text-align: center;
}

.RecProductsList li .LiBox .pic {
    width: atuo;
    overflow: hidden;
    background: #fff;
    text-align: center;
    position: relative;
}

.RecProductsList li .LiBox .pic a {
    display: block;
    border: 1px solid #e8e8e8;
}

.RecProductsList li .LiBox .pic img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

.RecProductsList li .LiBox .text {
    display: block;
    width: auto;
    overflow: hidden;
    margin: 5px 0;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}


/*子导航*/

.SubnavWrap {
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 20;
    border-bottom: 1px solid #e6e6e6;
}

.Subnav {
    height: 62px;
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.Subnav .SubLogo {
    display: block;
    width: 170px;
    background: url("../images/logo03.png") no-repeat left center;
    background-size: 150px;
    height: 100%;
}

.Subnav .SubnavBox {
    border: 1px solid #fff;
    border-bottom: 0;
    position: absolute;
    width: 40px;
    padding-left: 22px;
    padding-top: 22px;
    height: 39px;
    left: 200px;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
}

.Subnav .SubnavBox .more-icon {
    display: inline-block;
    width: 20px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.Subnav .SubnavBox .more-icon i {
    display: block;
    width: 20px;
    height: 10px;
    position: relative;
}

.Subnav .SubnavBox .more-icon .box-t:before,
.Subnav .SubnavBox .more-icon .box-t:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    background: #9a9a9a;
    transition: transform 0.3s 0.3s;
    -webkit-transition: transform 0.3s 0.3s;
}

.Subnav .SubnavBox .more-icon .box-t:after {
    left: 10px;
}

.Subnav .SubnavBox .more-icon .box-b:before,
.Subnav .SubnavBox .more-icon .box-b:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    background: #9a9a9a;
}

.Subnav .SubnavBox .more-icon .box-b:after {
    left: 10px;
}

.Subnav .SubnavBox:hover .more-icon {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.Subnav .SubnavBox:hover .more-icon .box-t:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.Subnav .SubnavBox:hover .box-t:before,
.Subnav .SubnavBox:hover .box-t:after {
    background: #09418a;
}

.Subnav .SubnavBox:hover .box-b:before,
.Subnav .SubnavBox:hover .box-b:after {
    background: #09418a;
}

.Subnav .SubnavBox .SubTowNav {
    border: 1px solid #e6e6e6;
    display: none;
    width: 330px;
    position: absolute;
    top: 61px;
    left: -1px;
    z-index: 101;
    background: #fff;
}

.Subnav .SubnavBox .SubTowNav .ProBox {
    margin: 0 auto;
    padding: 25px 0 25px;
    overflow: hidden;
}

.Subnav .SubnavBox .SubTowNav .ProBox .T {
    float: left;
    width: 110px;
    text-align: center;
}

.Subnav .SubnavBox .SubTowNav .ProBox .T a {
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #808080;
    font-size: 14px;
}

.Subnav .SubnavBox .SubTowNav .ProBox .T a:hover {
    color: #09418a;
}

.Subnav .SubnavBox:hover .SubTowNav {
    display: block;
}

.Subnav .SubnavBox:hover {
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}

.Subnav .SubnavBox:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -1px;
    z-index: 1022;
}

.Subnav .SubnavText {
    position: absolute;
    left: 300px;
    top: 0;
    line-height: 60px;
    font-size: 18px;
    color: #1a1a1a;
    margin: auto;
    z-index: 10;
}


/**详情页处理浮动效果**/

.show-postion .nyShowLeft .ShowNewsBox .NewsBoxLeft.FloatNav {
    top: 90px;
}


/**********************新闻详情结束*************************/

.linkWrap {
    position: relative;
}

.linkWrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: #f5f6fa;
    z-index: 10;
}

.link strong {
    font-size: 16px;
    font-weight: normal;
}

.link {
    width: 970px;
    padding: 40px 30px 60px 210px;
    z-index: 20;
    background: url("../images/links.png") no-repeat 50px center #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -moz-box-shadow: 0 0 15px rgba(128, 128, 128, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(128, 128, 128, 0.2);
    box-shadow: 0 0 15px rgba(128, 128, 128, 0.2);
}

.link a {
    color: #808080;
    font-size: 16px;
    line-height: 30px;
    margin-right: 20px;
}

.link a:hover {
    color: #808080;
    text-decoration: underline;
}


/*footer*/

.footerWrap {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    background: url(../images/footer.jpg) center center no-repeat;
    background-size:auto 420px;
}

.footerWrap .footer {
    width: 1300px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    font-size: 12px;
    line-height: 33px;
    min-height: 410px;
    overflow: hidden;
    background: url(../images/logo02.png) right center no-repeat;
    background-size: 430px;
}


.footerWrap .footer .add {
    line-height: 26px;
    overflow: hidden;
    font-size: 18px;
    padding:40px 0 0;
}

.footerWrap .footer .add strong {
    display: block;
    margin-bottom: 30px;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
    background: url(../images/xian.png) left bottom no-repeat;
}

.footerWrap .footer .add p {
    color: #dcdcdc;
    margin-top: 15px;
}

.footerWrap .footer .add p img {
    margin-right: 2px;
    width: 40px;
}


.footerWrap .footer a {
    color: #dcdcdc;
    font-size: 12px;
}

.footerWrap .footer a:hover {
    text-decoration: underline;
}

.copyWrap {
    width: auto;
    color: #919191;
    background: #101010;
}

.copyWrap .copy {
    margin: 0 auto;
    font-size: 15px;
    height: 50px;
    position: relative;
    display: flex;
    width: 1300px;
    justify-content: space-between;
    align-items: center;
}

.copyWrap .copy a {
    color: #919191;
    font-size: 15px;
}

.copyWrap .copy a:hover {
    text-decoration: underline;
}


/*翻页*/

.pageNavi {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.wp-pagenavi {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    clear: both;
    border: #e6e6e6 1px solid;
    display: inline-block;
    font-size: 14px;
}

.wp-pagenavi A {
    display: inline-block;
    padding-right: 15px;
    border-right: #e6e6e6 1px solid;
    padding-left: 15px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-decoration: none;
}

.wp-pagenavi SPAN {
    display: inline-block;
    border-right: #e6e6e6 1px solid;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-decoration: none;
}

.wp-pagenavi A:hover {
    background: #a1a2a4;
    color: #fff;
}

.wp-pagenavi SPAN.current {
    border-left-color: #000;
    border-bottom-color: #000;
    border-top-color: #000;
    border-right-color: #000;
}

.wp-pagenavi SPAN.current {
    font-weight: bold;
}

.wp-pagenavi SPAN:nth-last-child(1) {
    border-right: 0;
}

.wp-pagenavi a:nth-last-child(1) {
    border-right: 0;
}


/*******************************************************移动端样式**************************************************************/

@media screen and (max-width: 1100px) {
    .linkWrap {
        display: none;
    }
}

body.webapp {
    line-height: 24px;
}

.webapp {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 50px;
}

.webapp .headTop {
    display: none;
}

.webapp .Tel {
    display: none;
}

.webapp .top-T_Wrap {
    max-width: 640px;
    background: #fff;
    height: auto;
}

.webapp .top-T_Wrap .top-T {
    height: 50px;
    width: auto;
}

.webapp.homeWrap {
    margin-top: 0;
}

.webapp .top-T_Wrap .top-T .logo {
    width: auto;
    height: 50px;
    background: url(../images/logo04.png) 5px center no-repeat;
    background-size: auto 40px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.webapp .top-T_Wrap .top-T .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.webapp .top-T_Wrap .top-T .hea-R {
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50px;
    cursor: pointer;
    display: block;
}

.webapp .top-T_Wrap .top-T .hea-R img {
    height: 100%;
}

.webapp .PicScroll {
    margin-top: 100px;
}

.webapp .swiper-pagination-switch {
    width: 6px;
    height: 6px;
    margin: 0 3px;
}

.webapp .linkWrap {
    display: none;
}


.webapp .footerWrap {
    height: auto;
    min-height: auto;
    padding: 0;
    background-size:auto 100% ;
}

.webapp .footerWrap .footer {
    width: auto;
    padding: 0;
    background: none;
    height: auto;
    min-height: auto;
}

.webapp .footerWrap .footer .add strong{
    font-size: 20px;
}

.webapp .foot .List {
    display: none;
}

.webapp .foot .List:nth-last-child(2) {
    display: block;
    width: auto !important;
    padding: 20px;
}

.webapp .footerWrap .footer .search {
    display: none;
}

.webapp .footerWrap .footer .add {
    width: auto !important;
    padding: 15px;
    justify-content: flex-start;
}

.webapp .footerWrap .footer .add p {
    width: auto !important;
    margin-top: 10px;
    font-size: 14px;
}
.webapp .footerWrap .footer .add p img{
    width: 24px;
}
.webapp .copyWrap {
    display: none;
}

.webapp .copyWrap .copy {
    text-align: center;
    padding: 10px 20px;
    width: auto;
}

.webapp .copyWrap .copy .technology {
    display: none;
}

.webapp .top-T_Wrap .top-T .TopRight {
    right: 70px;
    top: 13px;
}

.webapp .TopRight .login {
    display: none;
}

.webapp .show_center {
    width: auto;
}

.webapp .show_center .show_left {
    width: auto;
    float: inherit;
}

.webapp #preview {
    width: auto;
}

.webapp .jqzoom {
    width: auto;
    height: auto;
}

.webapp .jqzoom img {
    width: 100%;
    height: auto;
}

.webapp #spec-n5 {
    display: none;
}

.webapp .show_center .show_right {
    float: inherit;
    width: auto;
    margin-top: 10px;
}

.webapp .show_center .show_right .parameter {
    margin: 20px auto 20px;
}

.webapp .ParameterNav {
    flex-wrap: wrap;
    display: none;
    border: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.webapp .ParameterNav li {
    width: 50%;
    flex: auto;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.webapp .arameterNav_nr {
    display: block !important;
    width: auto;
    margin-bottom: 20px;
}

.webapp .arameterNav_nr img {
    width: 100%;
}


/****移动端首页***/

.webapp .HotProWrap {
    height: 100%;
    padding: 0;
}

.webapp .NewProductsWrap {
    width: auto;
    height: auto;
    /* background: url(../images/NewProductsmobile.jpg) center center no-repeat; */
    background-size: auto 70%;
    padding-bottom: 0px;
    /* display: none; */
}

.webapp .NewProductsWrap .NewProducts {
    width: auto;
    flex-wrap: wrap;
    padding-top: 30px;
}

.webapp .NewProductsWrap .NewProducts .NewLeft {
    width: auto;
    margin: 0 15px;
    background: url(../images/protitle.png) center 40px no-repeat;
    background-size: 60%;
    padding-top: 100px;
}

.webapp .NewProductsWrap .NewProducts .NewRight {
    display: none;
}

.webapp .NewProducts .formBox p{
    margin-bottom: 20px;
    height: 50px;
}
.webapp .NewProducts .formBox p span{
    height: 50px;
    width: 50px;
}
.webapp .NewProducts .formBox .logo04{
    margin-bottom: 30px;
}
.webapp .NewProducts .formBox p input{
    font-size: 16px;
    padding-left: 50px;
}

.webapp .NewProducts .login{
    height: 50px;
    line-height: 50px;
    font-size:16px;
    width: 60%;
}
.webapp .NewProductsWrap .NewProducts .text .bt{
    margin-bottom: 20px;
}
.webapp .NewProductsWrap .NewProducts .text{
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 50px;
    text-align:inherit;
    font-size: 16px;

    line-height: 30px;
}
.webapp .NewProductsWrap .NewProducts .text .btn{
    margin-top: 30px;
}
.webapp .NewProducts .formBox{
    width: auto;
    padding:30px 30px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
}

.webapp .NewProducts .formBox .logo04 img{
width: 50%;
}
/****移动端首页结束******/


/****移动内页****/


/*详情*/

.webapp .nyShowLeft {
    float: inherit;
    width: auto;
    padding: 0 20px;
}

.webapp .nyShowLeft .ShowNewsTitle {
    font-size: 22px;
    line-height: 30px;
}

.webapp .nyShowLeft .ShowNewsBox {
    margin-top: 0;
    margin-bottom: 20px;
}

.webapp .nyShowLeft .ShowNewsBox .NewsBoxLeft {
    display: none;
}

.webapp .nyShowLeft .ShowNewsBox .NewsBoxRight {
    float: inherit;
    width: auto;
    padding: 0;
}

.webapp .RecProductsList {
    width: auto;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
}

.webapp .RecProductsList li {
    width: auto;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.webapp .MainPicture img {
    width: 95%;
}

.webapp .nyShowLeft .ShowProTitle {
    font-size: 18px;
}


/*****移动内页结束*****/


/*导航*/

.webapp #navwrap {
    position: fixed;
    left: 0;
    z-index: 99999;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.webapp #navwrap.winshow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.webapp #yc {
    width: 100%;
    height: 100vh;
}

.webapp .navwrap_wrap {
    position: absolute;
    top: 0;
    width: 150px;
    right: 0;
    height: 100%;
    background: rgba(234, 91, 36, 0.75);
    -webkit-transform: translateX(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateX(150px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.webapp .winshow .navwrap_wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.webapp #navwrap .navwrap_wrap ul {
    width: 150px;
    height: auto;
    top: 50px;
}

.webapp #navwrap .navwrap_wrap ul li {
    width: auto;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 55px;
    line-height: 55px;
}

.webapp #navwrap .navwrap_wrap ul li a {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #fff;
}

.webapp .navwrap_title {
    height: 30px;
    width: 150px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJDMkJDMzIwMDc5MDExRTc5MzEyODQ1RUQwMjM5QUJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJDMkJDMzIxMDc5MDExRTc5MzEyODQ1RUQwMjM5QUJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkMyQkMzMUUwNzkwMTFFNzkzMTI4NDVFRDAyMzlBQkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkMyQkMzMUYwNzkwMTFFNzkzMTI4NDVFRDAyMzlBQkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/PRqvAAAC50lEQVR42uzd3XHiMBAHcPEfCqCEXAdOBZc8+fFawBXkroJMOuA6SAv3yBOTCi4lpAQ64FYZmfEREutbK613ZseMwcL+zRqBhGF1Op3UEv6xHm/s9/uOFg+UN5SvlE993x/nGqDtqgagY1QWx7ihxU/K75RvlL9pO22kYB6g0Q6UW8o78+CD2VB0GANt82hstNFfWn93BjSVd4nVSUec4HVX7n6YAnaftCEWcQZPjQU3Av75oi1xiBZ4Ol7OgPSCuDMdh3hESzxttZtWoI576YgOePfjOxRMuvOjZEQfvMsKFIvoi6djde2TiEuDlMfK/bzxPlSgTyVeef8oBu9TQCGIwXhfAjaOGAVvFrBRxGh4VoCNIUbFswZsBDE6nhNg5YhJ8JwBK0VMhucFWBliUjxvwEoQk+MFATJHzIIXDGiCG2LWz/GItNMj4nNhxOyDIIi483qHhoKIRUaQkOBASiAWG35DolMpJ2LRsctUgLkQiw/8pgRMjchi1Dw1YCpENlMOOQBjI7Kar8kFGAuR3WRXTsBQRJYzhbkBfRHZTrOWAHRFZD1HvVblYjDL7QyiUown+EsC2iIqrnglT2GX05ktHhdAH0Q238vhAuiCyOpLTZwANxaveewCjPAOloCs5p1RGd4lYicdcBMAwQIRzPFeZzqWTWnENXO8aW+7nWlrbmq1mQr0wRu4ViIqwFOcEVEJHltEVITHEhGV4bFDRIV4rBBRKR4bRFSMxwIRleMVR0QDeEUR0QheMUQ0hFcEEY3hZUcMAmR+YbYVovnFpvyAlVzVnhwRDeNlQUTjeMkRIQAvKSKE4CVDhCC8JIgQhhcdEQLxoiJCKF40RAjGe4++74MQEYIXerFyC4iQjheKCEe8Z3qi29bwQhDhiDeoxsMB8WZagdsFzxnxcQr4Y8FzRvyvAl8WPGfEtyngblyx4Fkh6k706QxoetVbyl/mjmHB+4A4GBtt9I3WvRfcavk7jLD4J8AAOuAam2/BASgAAAAASUVORK5CYII=") center center no-repeat;
    margin-top: 10px;
    background-size: 20px;
}

.webapp #navwrap {
    margin: 0;
}

.webapp .nybanner {
    background-size: cover;
    height: 110px;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    z-index: 10000000;
    left: 0;
    right: 0;
    top: 0;
    display: none;
}

.loading .pic {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    background: url("data:image/gif;base64,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") center center no-repeat rgba(0, 0, 0, 0.5);
    background-size: 30px;
    padding: 20px;
}


/*loading*/

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #181818;
    background-size: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 1;
    z-index: 1009;
    display: none;
}

#loading .cir1 {
    width: 102px;
    height: 102px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -51px;
    margin-top: -51px;
    background: url(../images/loading_logo.png) center center no-repeat;
    background-size: 60px;
}

#loading .cir2 {
    width: 104px;
    height: 104px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -52px;
    margin-top: -52px;
    transform: rotate(-90deg);
    stroke-dasharray: 630;
    animation: dash 2s linear forwards;
}

@keyframes dash {
    from {
        stroke-dashoffset: 630;
    }
    to {
        stroke-dashoffset: 0;
    }
}

#loading.anistop {
    opacity: 0;
    z-index: -1;
}


/**返回**/

.GoTop {
    position: fixed;
    right: 10px;
    bottom: 20px;
}

.GoTop a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    line-height: 16px;
    background: #fff;
}

.GoTop a.icon-back {
    padding-top: 6px;
    height: 34px;
}

.GoTop a.icon-gotop {
    background: url(../images/top.png) center center no-repeat #fff;
    background-size: 35px;
}

.GoTop a:hover {
    border: 1px solid #e10601;
    color: #e10601;
}

.GoTop a.icon-gotop:hover {
    background: url(../images/topa.png) center center no-repeat #fff;
    background-size: 35px;
}

.SitePC .GoTop {
    right: 50%;
    margin-right: -660px;
}

.SitePC .GoTop a {
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 18px;
}

.SitePC .GoTop .icon-back {
    padding-top: 9px !important;
    height: 43px !important;
}

.cartTable {
    margin: 0 auto;
    overflow: hidden;
}

.cartTable .cartList {
    overflow: hidden;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.cartTable .cartList .title {
    display: flex;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-right: 0;
    margin-right: 71px;
}

.cartTable .cartList .title li {
    height: 46px;
    line-height: 46px;
    width: 220px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background: #f5f5f5;
    position: relative;
}

.cartTable .cartList .title li.act03 {
    flex: 1;
}

.cartTable .cartList .title li:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    top: 0;
    background: #e6e6e6;
}

.cartTable .cartList .td {
    display: flex;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-right: 0;
    border-top: 0;
    margin-right: 71px;
}

.cartTable .cartList .td li {
    height: 200px;
    width: 220px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    position: relative;
}

.cartTable .cartList .td li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartTable .cartList .td li img {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

.cartTable .cartList .td li span {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: auto;
    margin-top: -20px;
    left: 0;
    right: 0;
}

.cartTable .cartList .td li.act05 {}

.cartTable .cartList .td li.act03 {
    flex: 1;
}

.cartTable .cartList .td li:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    top: 0;
    background: #e6e6e6;
}

.cartTable .cartList .td li.act05 .btn {
    height: 30px;
    width: 100px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cartTable .cartList .td li.act05 .btn>a {
    color: #333333;
    font-size: 18px;
    width: 30px;
    float: left;
}

.cartTable .cartList .td li.act05 .btn input {
    height: 30px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    width: 30px;
    float: left;
}

.cartTable .cartList .del {
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    height: 247px;
    border: 1px solid #e6e6e6;
    background: url(../images/del.png) center center no-repeat #f5f5f5;
    cursor: pointer;
}

.cartForm {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    margin: 20px auto 80px;
    padding: 50px;
}

.cartForm .tips {
    font-size: 18px;
    color: #757575;
    margin-bottom: 30px;
}

.cartForm .list {
    height: 50px;
    line-height: 50px;
    padding-left: 170px;
    font-size: 18px;
    color: #808080;
    margin-bottom: 25px;
    position: relative;
}

.cartForm .list span {
    position: absolute;
    left: 0;
    top: 0;
}

.cartForm .list input {
    font-size: 18px;
    color: #333333;
    border: 1px solid #e6e6e6;
    height: 50px;
    padding: 0 10px;
    width: 500px;
}

.cartForm .list.textarea {
    height: 200px;
}

.cartForm .list.textarea textarea {
    font-size: 18px;
    color: #333333;
    width: 900px;
    height: 180px;
    border: 1px solid #e6e6e6;
    padding: 10px;
}

.cartForm .last {
    margin-left: 170px;
}

.cartForm .last .btn {
    width: 450px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ea5b24;
    border: 0;
}

.cartForm .last .btn.Reset {
    margin-left: 17px;
}

.shopping {
    width: 60px;
    height: 60px;
    background: url(../images/cart.jpg) center center no-repeat;
    position: fixed;
    right: 50px;
    top: 50%;
    z-index: 100;
}

.shopping a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.shopping a span {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #ea5b24;
    color: #ea5b24;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: none;
}

.webapp .shopping {
    display: none;
}

.webapp.nycartPage .shopping {
    display: block;
}

.cartTitle {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 60px 0;
}

.nycontact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
}

.nycontact>div {
    width: 46%;
    padding: 20px 0;
    font-size: 18px;
    margin: 0 2%;
    border-bottom: 1px solid #e8e8e8;
}

.webapp .nycontact {
    display: block;
    width: 95%;
}

.webapp .nycontact>div {
    width: auto;
    margin: 0;
}

.nyaboutbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.nyaboutbox>div {
    font-size: 15px;
    line-height: 28px;
}

.nyaboutbox>div.nyaboutimg {
    margin-right: 20px;
    flex: 1;
}

.nyaboutbox>div.nyaboutimg img {
    max-width: 100%;
}

.nyaboutbox .nyabouttext {
    padding-left: 30px;
    font-size: 15px;
    min-width: 500px;
    line-height: 28px;
}

.nyaboutbox .nyabouttext .bt {
    font-size: 18px;
    font-weight: bold;
    margin-top:15px;
    margin-bottom: 0px;
}

.webapp .nyaboutbox {
    flex-direction: column;
}

.webapp .nyaboutbox>div.nyaboutimg {
    margin-right: 0;
}

.webapp .nyaboutbox .nyabouttext {
    min-width: auto;
    padding: 0;
}

.rightbtn {
    margin-top:40px;
    display: flex;
    justify-content: space-between;
}

.rightbtn .cart {
    flex: 1;
    background: #ea5b24;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
}

.rightbtn .lx {
    background: #fff;
    color: #ea5b24;
    border: 1px solid #ea5b24;
    margin-right: 20px;
    font-size: 18px;
}


.webapp .inprotitle {
    width: auto;
    padding: 30px 0;
    margin-bottom: 0;
    font-size: 22px;
}


.webapp .HotProWrap,
.webapp .HotProlist,
.webapp .aboutWrap .about,
.webapp .newsWrap,
.webapp .newsWrap .newsTop,
.webapp .newsList {
    flex-wrap: wrap;
    width: auto;
    margin: 0;
}

.webapp .HotProlist li {
    width: 50%;
}

.webapp .HotProlist li .Box {
    margin: 0 7.5px;
}



.webapp .aboutWrap .about {
    padding: 0;
}

.webapp .NewProducts p,
.webapp .NewProducts .login {
    /* width: 80%; */
}

.webapp .newsWrap .newsTop .pic {
    width: auto;
    height: auto;
}

.webapp .newsWrap .newsTop .text {
    height: auto;
    margin: auto;
    padding: 15px;
}
.webapp .newsWrap .newsTop .text .bt{
    padding-right: 0;
}
.webapp .newsWrap .newsTop .data{
    position: initial;
}
.webapp .newsList li {
    width: auto;
    margin-top: 15px;
}

.webapp .newsWrap .newsTop .data {
    display: none;
}

.webapp .newsWrap {
    padding: 15px;
}

.webapp .newsList li a .topbox .data {
    font-size: 40px;
    width: 60px;
}

.webapp .newsWrap .newsTop .text .bt strong {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}

.webapp .newsWrap .newsTop .text .bt .xian {
    margin-bottom: 15px;
}

.webapp .newsList li a .topbox {
    padding: 10px 0;
}

.webapp .aboutWrap .about .ab_right {
    margin: 0;
}


.webapp .aboutWrap .about {
    padding: 20px;
}

.webapp .aboutWrap .about .ab_right .text {
    line-height: 34px;
}


.webapp .HotProlist {
    /* margin: 0 10px; */
}

.webapp .nyContent {
    flex-direction: column;
    width: auto;
    margin: 30px 0;
}

.webapp .LeftBox .LeftTitle {
    text-align: center;
    font-size: 28px;
}

.webapp .LeftBox {
    display: none;
}

.webapp .nyContent.wappro2 .LeftBox {
    display: block;
}

.webapp .caseList li {
    width: 50%;
    margin-bottom: 20px;
}

.webapp .nycaseList {
    width: auto;
}

.webapp .ny-right-about {
    margin-bottom: 0;
    margin: 0 20px;
}

.webapp .ny-right-about img {
    max-width: 100%;
}

.webapp .nycarbox {
    width: auto;
    margin: 0 20px;
}

.webapp.cartPage {
    overflow-x: scroll;
}

.webapp .newsList {
    padding: 0 0;
}

.webapp .userLogin {
    display: none;
}

.webapp .cartForm .list {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
}

.webapp .cartForm .list span {
    position: relative;
    top: 0;
}

.webapp .cartForm .list input,
.webapp .cartForm .last .btn {
    width: 70vw;
}

.webapp .cartForm {
    padding: 20px;
}

.webapp .cartForm .last {
    margin: 0;
}

.webapp .cartForm .last .btn {
    width: calc(70vw + 20px);
}

.webapp .cartTable .cartList .title li:nth-child(2),
.webapp .cartTable .cartList .title li:nth-child(3),
.webapp .cartTable .cartList .td li:nth-child(2),
.webapp .cartTable .cartList .td li:nth-child(3) {
    display: none;
}

.webapp .HotProlist li .title {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    margin: 10px;
}

.webapp .HotProlist li:hover .Box {
    border: 1px solid #f2f2f2;
    color: #4e4e4e;
    background: none;
}

.webapp .HotProlist li .text {
    display: none;
}

.webapp .newsShow_nr {
}

.webapp .newsShow_nr img {
    max-width: 100%;
}



.webapp .nyRightAbout .newsList {
    padding: 0 20px;
}

.webapp .top-T .lang {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 50px;
}

.webapp .top-T .lang a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/cn.png) center center no-repeat;
}


/*新闻列表*/

.webapp .newsShow{
    padding:0 10px;
    box-sizing: border-box;
}
.webapp .Ny_PageWrap{
    background: none;
    height: auto;
    padding: 0;
    line-height: 24px;
}
.webapp .Ny_PageWrap .PageRight{
    position: relative;
    right: auto;
    top: auto;
}

.webapp .ny-right-news {
    padding: 0 20px;
    box-sizing: border-box;
}

.webapp .ny-right-news li {
    padding: 10px 15px 25px;
    margin: 15px 0;
    box-shadow: 0 7px 14px rgb(0 0 0 / 12%), 0 1px 10px rgb(0 0 0 / 5%);
    border-bottom: none;
    transition: 0s;
}

.webapp .ny-right-news li .rq {
    width: 100%;
    left: 0;
    display: none;
}

.webapp .ny-right-news li .rq span {
    position: absolute;
    bottom: 10px;
    left: 15px;
    margin: auto;
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: normal;
    border: 0;
}

.webapp .ny-right-news li .bt {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.webapp .ny-right-news li .bt strong {
    font-size: 14px;
    margin-top: 0;
}

.webapp .ny-right-news li .pic {
    width: 110px;
    height: 80px;
}

.webapp .ny-right-news ul {
    padding: 0 !important;
}

.webapp .ny-right-news li .text .btfot .fotsh {
    display: none;
}

.webapp .ny-right-news li .text .btfot .v {
    display: none;
}

.webapp .ny-right-news .webno {
    display: none;
}

.webapp .ny-right-news li .text .bt {
    width: auto;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
}

.webapp .ny-right-news li:hover .fotsh {
    display: none;
}

.webapp .ny-right-news li .text .btfot .d {
    margin-left: 0;
    position: relative;
}

.webapp .ny-right-news li .text {
    height: auto;
    margin: 0;
    font-size: 12px;
}

.webapp .in_search_box{
    width: auto;
    box-sizing: border-box;
    padding:30px 10px;
}

.webapp .in_search_box .seaTitle{
    font-size: 22px;
    margin-bottom: 15px;
}

.webapp .in_search_box .seaContent{
    flex-wrap: wrap;
}

.webapp .in_search_box .seaContent .seaLeft{
    width: auto;
}

.webapp .in_search_box .seaContent .seaLeft .Left_top .list:nth-child(3){
    margin-right: 0;
}

.webapp .in_search_box .seaContent .seaLeft .left_bottom{
    margin-right: 0;
    margin-top: 0;
}

.webapp .in_search_box .seaContent .el-input__inner{
    font-size: 12px;
    height: 40px !important;
}

.webapp .in_search_box .seaContent .seaLeft .bt{
    font-size: 14px;
    margin-bottom: 5px;
}


.webapp .in_search_box .seaContent .seaLeft .Left_top{
    flex-wrap: wrap;
}
.webapp .in_search_box .seaContent .seaLeft .Left_top .list{
    width: 100%;margin-right: 0;
    margin-bottom: 15px;
}
.webapp .in_search_box .seaContent .seaBtn{
    width: 100%;
    height:100px;
    margin-top: 20px;
    border-radius: 2px;
}

.webapp .headBox .head{
    width: auto;
}

.webapp .headBox .head .txt{
    display: none;
}

.webapp .head{
    justify-content: flex-end;
    padding-right: 10px;
}

.webapp .had_r .share img{
    width: 35px;
    margin-right: 5px;
}


.webapp .PublicTitleWrap {
    width: auto;
    margin: 20px auto 0;
    text-align: center;
}

.webapp .PublicTitle {
    width: auto;
    position: inherit;
    margin: 0 16px;
    text-align: left;
    border: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.webapp .PublicTitle li {
    width: auto;
    border: 0;
    height: 40px;
    text-align: center;
    width: 33.33%;
    margin: 3px 0;
}

.webapp .PublicTitle li a {
    padding: 6px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0 3px;
    background: none;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #3a3a3c;
}
.webapp .nyHotProlist {
    flex-wrap: wrap;
    width: auto;
    margin: 0 10px;
}


.webapp .nyHotProlist li:hover .Box {
    border: 1px solid #f2f2f2;
    color: #4e4e4e;
    background: none;
}

.webapp .nyHotProlist li {
    width: 50%;
}

.webapp .nyHotProlist li .Box {
    margin: 0 7.5px;
}

.webapp .nyHotProlist li .nr{
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}

.webapp .nyHotProlist li .nr::after{
    width: 0;
    height: 0;
}

.webapp .newsList li a{
    padding: 20px;
}

.webapp .newsList li a strong{
    margin: 15px 0;
    font-size: 18px;
}

.webapp .newsList li a .text{
    line-height: 20px;
    height: auto;
}

.webapp .newsList li a .more{
    margin-top: 20px;
    font-size: 11px;
}

.webapp .newsWrap .newsTop{
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
}

.webapp .aboutWrap{
    width: auto;
    flex-wrap: wrap;
    padding: 0;
}

.webapp .aboutWrap .video{
    width: 100%;
    height: 240px;
    padding:0 15px;
    box-sizing: border-box;
}

.webapp .aboutWrap .video video{
    width: 100% !important;
    height: 240px !important;
}
.webapp .aboutWrap .about .ab_right .text .subbt {
    margin-bottom: 15px;
}
.webapp .aboutWrap .about .ab_right .text .subbt IMG{
    max-width: 70%;
}

.webapp .aboutWrap .about .ab_right .text strong{
    margin-bottom: 20px;
}

.webapp .statisticsBox{
    width: auto;
    flex-wrap: wrap;
    padding: 20px 0 0 ;
    margin-top: 30px;
}

.webapp .statisticsBox .list{
    width: 50%;
    flex: auto;
    font-size: 12px;
    margin-bottom: 20PX;
}

.webapp .statisticsBox .list span{
    font-size: 23px;
    line-height: 32px;
    margin: 0;
}

.webapp .statisticsBox .list:nth-last-child(1) span{
    font-size: 16px !important;
}

.webapp .statisticsBox::before,.webapp .statisticsBox::after{
    width: 0;
    height: 0;
}

.webapp .hotProWrap{
    padding-bottom: 30px;
}

.webapp .HotProlist{
    padding-bottom: 50px;
}


.waplxclr {
    display: none;
}

.webapp .waplxclr {
    display: block;
    width: 100%;
    height: 45px;
    overflow: hidden;
}
.waplx {
    display: none;
}

.webapp .waplx {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    width: 100%;
    height: 45px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    position: fixed;
    background: #ea5b24;
}

.webapp .waplx a {
    color: #ffffff;
    font-size: 0.9em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    -webkit-box-flex: 1;
}

.webapp .waplx a:nth-child(1),
footer a:nth-child(2),
footer a:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.webapp .waplx a:hover {
    background: none;
    color: #fff;
}

.webapp .waplx a:visited {
    color: #fff;
}

.webapp .waplx img {
    width: 20px;
    margin-top: -4px;
}
