/*鍒濆鍖栨牱寮?/

html {
    margin: 0;
    padding: 0;
    border: 0;
}
body,  div,  span,  object,  iframe,  h1,  h2,  h3,  h4,  p,  blockquote,  pre,  a,  address,  code,  b,  em,  img,  dl,  dt,  dd,  ol,  ul,  li,  fieldset,  form,  label,  footer,  header,  hgroup,  nav,  section {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 瀹嬩綋, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    outline: none;
}
a:link {
    color: #666;
}
a:visited {
    color: #666;
}
a:hover,  a:active,  a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}
p {
    margin: 0;
}
input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}
img {
    border: none;
    background: none;
    vertical-align: middle;
}
ul,  ol,  li {
    list-style-type: none;
}
select,  input,  img,  select {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
table,  th,  td {
    vertical-align: middle
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    zoom: 1
}
.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}
h1,  h2,  h3,  h4 {
    font-size: 12px;
    font-weight: bold;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}
dt {
    font-weight: normal;
}
/*----- Common css ------*/

.fl {
    float: left;
}
.fr {
    float: right;
}
.di {
    _display: inline;
}
.fwn {
    font-weight: normal;
}
.dib {
 *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wh {
    width: 1200px;
    margin: 0 auto;
}
.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.com-img {
    overflow: hidden;
    padding-bottom: 67%;
    position: relative;
}
.com-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    max-width: 100%;
}
.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.container-fluid {
    max-width: 1270px;
    width: 100%;
}
.x-top {
    background-color: #f8f8f8;
}
.wel {
    color: #888888;
    font: 400 14px/44px "Microsoft yahei";
}
.x-seo {
    color: #888888;
    font: 400 14px/44px "Microsoft yahei";
}
.x-seo a {
    color: #888888;
    font: 400 14px/44px "Microsoft yahei";
}
.x-seo a:hover {
    color: #666;
}
.top-phone {
    background: url(../image/6330f8e4217ab2b618b319a0a6493ddd27a1627f.png) no-repeat right center;
    padding-right: 66px;
    text-align: right;
    margin-left: 40px;
    margin-top: 15px;
    background-size: 50px;
}
.top-phone h3 {
    color: #666666;
    font: 400 16px/22px "Microsoft yahei";
}
.top-phone p {
    color: #c82126;
    font: 400 30px/30px "Impact";
}
.top-ys-list {
}
.top-ys-list li {
    background: url(../image/a8dd791055c4267fcfc0f5fa6f5bb8bc5d74a10a.png) no-repeat center;
    width: 76px;
    height: 82px;
    float: left;
    margin-left: 22px;
}
.top-ys-list li .img {
    text-align: center;
    margin-top: 19px;
}
.top-ys-list li .img img {
    max-width: 100%;
}
.top-ys-list li h3 {
    text-align: center;
    color: #ffffff;
    font: 400 14px/30px "Microsoft yahei";
}
/* 瀵艰埅鏍峰紡 */

.x-menubg {
    background-color: #c82126;
}
.x-menu {
}
.x-menu>li {
    float: left;
    position: relative;
    width: 12.5%;
    text-align: center;
}
.x-menu>li>a {
    display: block;
    color: #ffffff;
    font: 400 16px/64px "Microsoft yahei";
}
.x-menu>li>a:hover {
    background: #b60b03;
    color: #fff;
}
.x-menu>li.active>a {
/* background: #b60b03;

    color: #fff; */

}
.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}
.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.x-sub-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 64px;
    background: rgba(255, 255, 255, .8);
    /*border-radius: 5px;*/

    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    padding: .5em;
}
.x-sub-menu>li {
    position: relative;
}
.x-sub-menu>li>a:hover {
    background: #c82126;
    color: #fff;
}
/*.x-sub-menu:after {*/

/*  content: '';*/

/*  width: 0;*/

/*  height: 0;*/

/*  line-height: 0;*/

/*  font-size: 0;*/

/*  overflow: hidden;*/

/*  border-width: 10px;*/

/*  cursor: pointer;*/

/*  border-style: dashed dashed solid dashed;*/

/*  border-color: transparent transparent #fff transparent;*/

/*  border-top: none;*/

/*  position: absolute;*/

/*  top: -10px;*/

/*  left: 50%;*/

/*  margin-left: -10px;*/

/*  z-index: 99;*/

/*}*/


.x-sub-menu>li .pro-third-menu {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.x-sub-menu>li .pro-third-menu a {
    display: block;
    line-height: 48px;
    color: #041d38;
    font-size: 14px;
    font-weight: normal;
    color: #041d38;
    /* padding: 0 2%; */
    box-sizing: content-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all ease .3s;
    padding: 0 0.7rem;

}

.x-sub-menu>li .pro-third-menu a:hover {
    background-color: #c82126;
    color: #fff;
}

.x-sub-menu>li:hover .pro-third-menu {
    z-index: 99;
    opacity: 1;
    visibility: visible;
}













.index-ss-left {
    float: left;
    color: #333333;
    font: 400 14px/77px "Microsoft yahei";
}
.index-ss-left span {
    color: #c82126;
    font: 600 14px/77px "Microsoft yahei";
    text-transform: uppercase;
}
.index-ss-left a {
    color: #777777;
    font: 400 14px/77px "Microsoft yahei";
    position: relative;
    padding-left: 20px;
}
.index-ss-left a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #e3e3e3;
    display: block;
    left: 10px;
    top: 3px;
}
.index-ss-left a:hover {
    color: #c82126;
}
/*涓绘爣棰?/





.x-title {
    color: #333333;
    position: relative;
    font: 600 40px/58px "Microsoft yahei";
    margin-bottom: 40px;
}
.x-title h4 {
    position: absolute;
    color: rgba(182, 182, 182, 0.14);
    font: 600 80px/80px "Airal";
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
}
.x-title h3 {
    z-index: 999;
    color: inherit;
    font: 600 40px/80px "Microsoft yahei";
    text-align: center;
}
.x-title h3 span {
    color: #c82126;
}
.x-title p {
    text-align: center;
    color: #666666;
    font: 400 18px/26px "Microsoft yahei";
}

@media (max-width: 1024px) {
.x-title h4 {
    font: 600 55px/80px "Airal";
}
.x-title h3 {
    font-size: 20px;
}
.x-title a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
}
.x-title.white {
    color: #fff;
}
/*浜у搧涓績*/

.x-product {
    background-color: #f8f8f8;
    padding-top: 60px;
}
.x-product-left-sort {
    width: 264px;
    float: left;
}
.x-product-left-sort-tt {
    background: #054eb5 url(../image/e66fb151b27c0929beb685e41817613636d5745c.jpg) no-repeat center;
    padding: 20px;
    color: #ffffff;
    font: 600 24px/36px "Microsoft yahei";
    text-transform: uppercase;
    text-align: center;
}
.x-product-left-sort-tt span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/20px "Airal";
}
.x-product-l-sort {
    border: 1px solid #eeeeee;
    padding: 15px;
}
.x-product-l-sort li {
    background: url(../image/37ff535b488fe8c420360f3dbbfda4a7cd9ff83d.png) no-repeat 90% center #f1f1f1;
    padding-left: 20px;
}
.x-product-l-sort li+li {
    margin-top: 10px;
}
.x-product-l-sort li a {
    font: 400 16px/48px "Microsoft yahei";
}
.x-product-l-sort li:hover {
    background: url(../image/9a8ce6cf9d88c85e8d74910e3840496f119afdba.png) no-repeat 90% center #c82126;
}
.x-product-l-sort li:hover a {
    color: #fff;
}
.x-product-left-bottom {
    padding: 20px;
    background: url(../image/180e35c473a85488db561878a06296238fac7324.png) no-repeat 19px center #c82126;
    padding-left: 75px;
}
.x-product-left-bottom h3 {
    color: #ffffff;
    font: 400 14px/18px "Microsoft yahei";
}
.x-product-left-bottom p {
    font: 400 24px/30px "Impact";
    color: #fff;
}
.index-product-right {
    width: 944px;
}
.index-product-right-1 {
}
.index-product-right-2 {
    margin-top: 15px;
}
.index-product-right-2 li {
    display: inline-block;
    vertical-align: top;
    width: 294px;
}
.index-product-right-2 li h3 {
    background-color: #f1f1f1;
    color: #444444;
    font: 400 16px/47px "Microsoft yahei";
    text-align: center;
}
.index-product-right-2 li:hover h3 {
    background-color: #c82126;
    color: #fff;
}
.x-product-item {
    padding: 0 1px;
    background: #fff;
}
.x-product-item a {
    display: block;
    padding: 25px;
    padding-right: 40px;
    border: 1px solid transparent;
}
.x-product-itembg {
}
.x-product-item .img {
    width: 440px;
    float: left;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    padding-bottom: 41%;
    position: relative;
}
.x-product-item .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}
.x-product-item .wz {
    width: 370px;
    margin-top: 25px;
    float: right;
}
.x-product-item .wz h3 {
    color: #333333;
    font: 600 22px/40px "Microsoft yahei";
    margin-bottom: 15px;
}
.x-product-item .wz p {
    color: #777777;
    font: 400 16px/32px "Micvrosoft yahei";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.x-product-item .wz span {
    display: block;
}
.index-product-right-1 .owl-dots {
    display: block !important;
    position: absolute;
    left: 57%;
    bottom: 66px;
}
.index-product-right-1 .owl-dots .owl-dot {
    background-color: #dedede;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.index-product-right-1 .owl-dots .owl-dot.active {
    background-color: #c82126;
}
.x-product-list {
    font-size: 0;
    margin: 44px -15px 0 -15px;
}
.x-product-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
.x-product-list li h3 {
    background-color: #f1f1f1;
    color: #444444;
    font: 400 16px/47px "Microsoft yahei";
    text-align: center;
}
.x-product-list li:hover h3 {
    background-color: #c82126;
    color: #fff;
}

@media (max-width: 1024px) {
.x-product-left-sort {
    width: 100%;
}
.x-product-l-sort li {
    background: url(../image/37ff535b488fe8c420360f3dbbfda4a7cd9ff83d.png) no-repeat 95% center #f1f1f1;
}
.x-product-l-sort li:hover {
    background: url(../image/9a8ce6cf9d88c85e8d74910e3840496f119afdba.png) no-repeat 95% center #c82126;
}
.x-product-list li {
    margin-bottom: 20px;
}
.x-product-list li h3 {
    font-size: 14px;
    padding: 1em 0;
}
.index-product-right {
    width: 100%;
}
.x-product-item .img {
    width: 100%;
}
.x-product-item .wz {
    width: 100%;
    margin-top: 25px;
    float: right;
}
.index-product-right-1 .owl-dots {
    display: block !important;
    position: absolute;
    left: 47%;
    bottom: 12px;
}
.index-product-right-2 li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
}
/*鐑帹浜у搧*/

.index-tt {
    position: relative;
    color: #333333;
    font: 600 24px/28px "Microsoft yahei";
    padding-left: 20px;
}
.index-tt::before {
    content: "";
    width: 8px;
    height: 28px;
    background-color: #c82126;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.index-tt span {
    color: #999999;
    font: 400 16px/28px "Airal";
    text-transform: uppercase;
}
.index-tt img {
    margin-left: 20px;
}
.index-tt a {
    display: block;
    width: 88px;
    background: url(../image/02c1703b0698fb266b88f98e61899229454e5bad.png) no-repeat center right;
    float: right;
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";
}
.index-hot-product {
    background-color: #f8f8f8;
    padding-top: 62px;
    padding-bottom: 70px;
}
.index-hot-product-con {
    margin-top: 36px;
}

@media (max-width: 1024px) {
.index-tt img {
    display: none;
}
.index-tt span {
    display: none;
}
}
/*婊氬姩*/

.pin {
    width: 1200px;
    margin: 0 auto;
}
.chan {
    text-align: center;
    position: relative;
}
.l_btn,  .r_btn {
    position: absolute;
    cursor: pointer;
    top: 36%;
}
.l_btn {
    left: -80px;
}
.r_btn {
    right: -80px;
}
.twt {
    float: left;
}
.twt li .img {
    position: relative;
    display: block;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    padding-bottom: 60%;
}
.twt li .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
max-
}
.twt li h3 {
    /* position: absolute;*/

    color: #666666;
    font: 400 16px/52px "Microsoft yahei";
    bottom: 0;
    left: 0;
    right: 0;
}
.twt li {
    float: left;
    overflow: hidden;
    margin-left: 20px;
    width: 250px;
}
.twt li:hover {
    border: 1px solid #c82126;
}
.twt li:hover h3 {
    color: #c82126;
    ;
}
#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
#m_indemo {
    float: left;
    width: 800%
}
#m_demo1 {
    float: left;
}
#m_demo2 {
    float: left;
}
.huise {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #f5f5f5;
    padding-bottom: 50px;
    padding-top: 70px;
}
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
#indemo {
    float: left;
    width: 800%
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}
.anls {
}
.product_list3 {
}
.product_list3 .img {
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
}
.product_list3 .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
    max-width: 100%;
}
.product_list3 li {
    float: left;
    margin-right: 20px;
    _display: inline;
    position: relative;
    width: 294px;
}
.product_list3 li a.img {
}
.product_list3 li a.img img {
    width: 294px;
    height: 262px;
}
.product_list3 li h3 {
    text-align: center;
    color: #444444;
    background-color: #f1f1f1;
    font: 400 16px/47px "Microsoft yahei";
}
.product_list3 li h3 a {
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}
.product_list3 li a.img {
    display: block;
}
.product_list3 li:hover h3 {
    background-color: #c82126;
    color: #fff;
}

@media (max-width: 1024px) {
.l_btn {
    left: 0px;
    width: 25px;
}
.r_btn {
    right: 0px;
    width: 25px;
}
#m_demo {
    width: 80%;
    height: 220px;
}
}
/*妗堜緥*/

.x-case {
    padding: 20px 0 80px;
}
/* 妯箙 */

.index-hf {
    background: url(../image/tip-bg.jpg) no-repeat center;
    padding: 45px 0 58px;
}
.index-hf-left {
    width: 700px;
    padding-top: 20px;
}
.index-hf-left h3 {
    color: #fff;
    font: 600 46px/52px "Microsoft yahei";
    margin-bottom: 15px;
}
.index-hf-left h3 span {
    width: 60px;
    height: 4px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 13px;
    margin-left: 15px;
    margin-right: 15px;
}
.index-hf-left p {
    color: rgba(255, 255, 255, 0.8);
    font: 400 18px/32px "Microsoft yahei";
}
.index-hf-right {
    width: 366px;
    text-align: center;
}
.index-hf-right h3 {
    background: url(../image/180e35c473a85488db561878a06296238fac7324.png) no-repeat 66px center;
    text-align: left;
    padding-left: 125px;
    color: #ffffff;
    font: 400 16px/44px "Microsoft yahei";
}
.index-hf-right p {
    color: #ffffff;
    font: 600 38px/66px "Airal";
}
.index-hf-right a {
    width: 170px;
    height: 40px;
    margin: 0 auto;
    display: block;
    background-color: #ffffff;
    color: #c82126 !important;
    font: 400 18px/40px "Microsoft yahei";
    margin-top: 25px;
    border-radius: 3px;
}

@media (max-width: 1024px) {
.index-hf-left {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
.index-hf-left h3 {
    color: #fff;
    font: 600 22px/52px "Microsoft yahei";
    margin-bottom: 0px;
}
.index-hf-right {
    width: 100%;
    text-align: center;
}
.index-hf-right h3 {
    background: url(../image/180e35c473a85488db561878a06296238fac7324.png) no-repeat 45% center;
    background-size: 30px;
    text-align: center;
    padding-left: 85px;
    color: #ffffff;
    font: 400 16px/44px "Microsoft yahei";
}
.index-hf-left p {
    color: rgba(255, 255, 255, 0.8);
    font: 400 14px/32px "Microsoft yahei";
}
.index-hf-right a {
    background-color: #054eb5;
    color: #ffffff !important;
}
.x-case {
    padding: 60px 0 20px;
}
}
/*浼樺娍*/

.index-ys {
    padding: 60px 0 100px;
    background: url(../image/495d1bfb150d4ef308c062ea2c65a82929bdd004.jpg) no-repeat bottom right;
}
.index-ys .x-title h3 {
    font-size: 40px;
}
.index-ys .x-title p {
    color: #333333;
    font: 400 18px/46px "Microsoft yahei";
}
.tabz {
    height: 182px;
}
.tabz li {
}
.tabz li .text {
    padding: 10px;
    background-color: #919291;
}

@media (max-width: 1024px) {
.index-ys {
    padding: 10px 0 100px;
}
.index-ys .x-title h3 {
    font-size: 20px;
}
.index-ys .x-title p {
    font: 400 18px/46px "Microsoft yahei";
}
}
/*楂樺搧璐ㄨ拷姹?/

.box2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.tabz {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.tabz li {
    float: left;
    width: 25%;
    display: block;
    /* background: #919291; */

    text-align: center;
    color: #666666;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.tabz li .img {
    background-color: rgba(255, 255, 255, .01);
    height: 88px;
    padding-top: 20px;
    opacity: 0.01;
}
.tabz li .text {
    padding: 23px;
}
.tabz li .text h3 {
    color: #ffffff;
    font: 600 20px/30px "Microsoft yahei";
}
.tabz li .text h4 {
    color: rgba(255, 255, 255, .5);
    font: 400 12px/20px "Airal";
    text-transform: uppercase;
}
.ttz li .img {
    position: relative;
    width: 628px;
}
.ttz li .img .imgbg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 620px;
    height: 370px;
    background-color: rgba(216, 23, 14, .5);
}
.ttz li .img img {
    position: relative;
    z-index: 9999;
    width: 620px;
    margin-top: 8px;
    margin-left: 8px;
}
.ttz li .text {
    width: 545px;
    text-align: left;
}
.ttz li .text h3 {
    color: #333333;
    font: 600 34px/60px "Microsoft yahei";
    position: relative;
    padding-bottom: 32px;
}
.ttz li .text h3::after {
    position: absolute;
    content: "";
    width: 68px;
    height: 6px;
    background-color: #c82126;
    display: block;
    bottom: 0px;
}
.tabz_content {
    margin-top: 30px;
}
.ttz li .text h3 span {
    display: block;
    text-transform: uppercase;
    color: #999999;
    font: 400 14px/20px "Airal";
}
.ttz li .text p {
    margin-top: 20px;
    color: #666666;
    font: 400 16px/34px "Microsoft yahei";
}
.ttz li .text a {
    display: block;
    width: 300px;
    height: 40px;
    color: #ffffff;
    font: 400 16px/40px "Microsoft yahei";
    background-color: #c82126;
    margin-top: 40px;
    text-align: center;
}
.tabz li.cur .img {
    background-color: #c82126;
    opacity: 1;
}
.tabz li.cur .text {
    background: #c82126;
}
.tabz li:hover,  .tabz li.cur {
    position: relative;
    color: #fff;
    cursor: pointer;
}
.tabz li:hover a,  .tabz li.cur a {
    color: #fff;
}
.ttz {
    display: none;
    margin-top: 30px;
}
.list1z {
    padding: 8px 10px;
}
.list1z li {
    position: relative;
    vertical-align: middle;
    float: left;
    margin-right: 26px;
    margin-bottom: 26px
}
.list1z li a.img {
    display: block
}
.list1z li a.img img {
    width: 376px;
    height: 270px;
}
.list1z li:nth-child(3n) {
    float: right;
    margin-right: 0px;
}
.dac {
    background: #03479c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 45px;
    height: 45px;
}
.list1z li h3 {
    color: #fff;
    font-size: 16px;
    float: left;
    font-weight: normal;
    margin-left: 5%;
}
.list1z li h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}
.list1z li:hover .dac {
    background: #b99562;
}
.mx {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 5%;
}
.mx a {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 1024px) {
.ttz li .img {
    width: 100%;
}
.ttz li .img .imgbg {
    display: none;
}
.ttz li .img img {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
.tabz_content {
    margin-top: 0px;
}
.ttz li .text {
    width: 100%;
}
.tabz li .text {
    padding: 3px;
}
.tabz li .text h3 {
    color: #ffffff;
    font: 600 12px/20px "Microsoft yahei";
}
.ttz li .text h3 {
    font: 600 24px/40px "Microsoft yahei";
}
.tabz li .text h4 {
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tabz li .img {
    background-color: rgba(255, 255, 255, .01);
    height: 40px;
    padding-top: 10px;
    opacity: 0.01;
}
.tabz li .img img {
    width: 20px;
}
.ttz li .text a {
    margin-top: 15px;
}
.tabz {
    margin-top: 20px;
}
.x-title {
    margin-bottom: 20px;
}
}
/*鍏充簬鎴戜滑*/

.x-about {
    background: url(../image/about-bg.jpg) no-repeat top center;
    padding-top: 50px;
}
.x-about .x-title h4 {
    color: rgba(182, 182, 182, 0.14);
}
.x-about .x-title h3 {
    color: #fff;
}
.x-about .x-title p {
    color: #fff;
}
.x-about-box {
    padding: 20px;
    background-color: #fff;
}
.x-about-left {
    width: 600px;
}
.x-about-left img {
    max-width: 100%;
}
.x-about-right {
    width: 540px;
}
.x-about-right p {
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
}
.x-about-more {
    margin-top: 30px;
}
.x-about-more a {
    display: block;
    float: left;
    color: #fff !important;
    width: 200px;
    font: 400 16px/55px "Microsoft yahei";
    background-color: #c82126;
    text-align: center;
}
.x-about-more a+a {
    background-color: #eeeeee;
    color: #666666 !important;
}

@media (max-width: 1024px) {
.x-about-left {
    width: 100%;
}
.x-about-right {
    width: 100%;
}
.x-about-more a {
    width: 50%;
}
}
/*妗堜緥*/

.index-hot-case {
    padding: 44px 0 10px;
}
.index-hot-case-con {
    margin-top: 40px;
}
.index-hot-case .index-tt a {
    font-size: 16px;
    color: #999999;
}
.x-case-list {
    margin-left: -10px;
    margin-right: -10px;
}
.x-case-itembg {
    padding: 0 10px;
}
.x-case-list .x-case-item .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
}
.x-case-list .x-case-item .img img {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}
.x-case-list .x-case-item h3 {
    color: #666666;
    font: 400 16px/47px "Microsoft yahei";
    text-align: center;
    background-color: #f8f8f8;
}
.x-case-list .x-case-item:hover h3 {
    color: #fff;
    background-color: #c82126;
}
/*鏂伴椈*/

.x-news {
    background-color: #f8f8f8;
    padding: 50px 0;
    margin-top: 60px;
}
.tabsz {
    display: flex;
    justify-content: center;
}
.tabsz li+li {
    margin-left: 20px;
}
.tabsz li a {
    width: 200px;
    display: block;
    color: #444444;
    font: 400 18px/56px "Microsoft yahei";
    border: 1px solid #e8e8e8;
    text-align: center;
}
.tabsz li:hover a {
    color: #fff;
    background-color: #c82126;
    border: 1px solid #c82126;
}
.tabsz_content {
    margin-top: 60px;
}
.ttsz {
    display: none;
}
.x-news-img {
    width: 512px;
    background-color: #ffffff;
    padding: 17px;
}
.x-news-img .text h3 a {
    display: block;
    color: #333333;
    font: 600 18px/52px "Microsoft yahei";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.x-news-img .text p {
    color: #999999;
    font: 400 15px/25px "Microsoft yahei";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.x-news-img .text .date {
    color: #999999;
    font: 400 14px/60px "Microsoft yahei";
    margin-bottom: 8px;
}
.x-news-img .img {
    overflow: hidden;
    padding-bottom: 46%;
    position: relative;
}
.x-news-img .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s
}
.x-news-right {
    width: 680px;
}
.x-news-right li+li {
    margin-top: 20px;
}
.x-news-right li .date {
    width: 100px;
    float: left;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}
.x-news-right li .date h4 {
    color: #454545;
    font: 600 48px/52px "Microsoft yahei";
}
.x-news-right li .date h5 {
    color: #666666;
    font: 400 16px/26px "Microsoft yahei";
}
.x-news-right li .text {
    width: 550px;
    float: right;
}
.x-news-right li .text h3 {
    color: #333333;
    font: 400 18px/26px "Microsoft yahei";
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.x-news-right li .text p {
    color: #888888;
    font: 400 15px/32px "Microsoft yahei";
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.x-news-right li .text .more {
    color: #888888;
    font: 400 14px/20px "Airal";
    position: relative;
    transition: all 0.8s;
}
.x-news-right li .text .more::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #c82126;
    transition: all 0.8s;
}
.x-news-right li:hover .date {
    background-color: #c82126;
    color: #fff;
}
.x-news-right li:hover .date h4 {
    color: #fff;
}
.x-news-right li:hover .date h5 {
    color: #fff;
}
.x-news-right li:hover .text h3 {
    color: #c82126;
    font-weight: 600;
}
.x-news-right li:hover .text .more {
    padding-left: 66px;
    transition: all 0.8s;
    color: #c82126;
}
.x-news-right li:hover .text .more::before {
    width: 55px;
    transition: all 0.8s;
}

@media (max-width: 1024px) {
.tabsz li {
    width: 30% !important;
}
.tabsz li a {
    width: 100%;
}
.x-news-img {
    width: 100%;
}
.x-news-right {
    width: 100%;
}
.x-news-right li .text {
    width: 70%;
    float: left;
    padding-left: 15px;
}
.x-news-right li .date {
    width: 30%;
    float: left;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}
.index-hot-case {
    padding: 44px 0 0px;
}
}
.x-link {
    background: #fff;
    padding: 22px 0;
}
.x-link-tt {
    color: #333333;
    font: 400 16px/20px "Microsoft yahei";
    border-right: 1px solid #e5e5e5;
    padding-right: 28px;
    margin-right: 20px;
}
.x-link-tt span {
    display: block;
    color: rgba(0, 0, 0, 0.1);
    font: 600 28px/30px "Microsoft yahei";
    text-transform: uppercase;
}
.x-link .x-link-r {
    width: calc(100% - 148px);
    position: relative;
}
.x-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}
.x-link a {
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    line-height: 1.8;
    margin-right: 22px;
    white-space: nowrap;
}
.x-layout {
    background-color: #1f1f1f;
    padding: 45px 0;
}
.x-layout-logo {
    margin-bottom: 20px;
}
.x-layout-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.x-layout-contact {
    padding-left: 88px;
}
.x-layout-contact-tel h3 {
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/20px "Microsoft yahei";
}
.x-layout-contact-tel p {
    color: #fff;
    font: 600 28px/40px "Microsoft yahei";
}
.x-layout-contact-p {
    margin-top: 10px;
}
.x-layout-contact-p p {
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/25px "Microsoft yahei";
}
.x-layout-contact a {
    color: #fff;
}
.x-layout-menu {
    width: 500px;
}
.x-layout-menu dl {
    float: left;
    width: 160px;
}
.x-layout-menu dl+dl {
    width: 340px;
}
.x-layout-menu dl .ft_product {
    width: 318px;
}
.x-layout-menu dl .ft_product dd {
    width: 50%;
}
.x-layout-menu dl dt {
    color: #fff;
    font: 600 18px/30px "Microsoft yahei";
    margin-bottom: 15px;
}
.x-layout-menu dl dd a {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/30px "Microsoft yahei";
}
.x-layout-menu dl dd a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.x-layout-menu dl+dl dd a {
    display: block;
    width: 100%;
    float: left;
}
.x-layout-ewm {
    text-align: center;
    width: 108px;
    margin-left: 20px;
}
.x-layout-ewm img {
    max-width: 100%;
    margin-bottom: 8px;
}
.x-layout-ewm p {
    color: rgba(255, 255, 255, 0.4);
    font: 400 12px/44px "Microsoft yahei";
    line-height: 20px;
}
.x-footer {
    background: #1f1f1f;
    padding: 17px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/28px "Microsoft yahei";
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.x-footer a {
    color: rgba(255, 255, 255, 0.4) !important;
    font: 400 14px/28px "Microsoft yahei";
}
.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 1024px) {
.x-layout {
    padding: 30px 0;
}
.x-layout-contact {
    padding-left: 18px;
    float: none;
}
.x-layout-ewm {
    text-align: center;
    width: 28%;
    margin-left: 20px;
    float: left;
    margin-top: 20px;
}
#nav {
    position: absolute;
    top: 19px;
    right: 5px;
}
}
/*鍐呴〉宸︿晶鏍峰紡*/

.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}
.page-product-inquiry a {
    color: #fff;
}

@media (max-width: 992px) {
body {
    padding-top: 60px;
}
}
#nav {
    flex-grow: 1;
    float: right;
    margin-left: 10px;
}
#nav ul {
    display: flex;
    flex-grow: 1;
    gap: 4.5rem;
    justify-content: flex-end;
}
#nav ul li {
    float: left;
    position: relative;
    z-index: 0;
    text-align: center;
    color: #888;
}
#nav ul li>a {
    display: flex;
    text-transform: uppercase;
    font-size: 0;
    gap: .325rem;
    align-items: center;
}
#nav ul li h3 {
    font-size: .6625rem;
    font-weight: normal;
    color: #888888;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    line-height: 2.175rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
}
#nav ul li:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c82126;
    transition: 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: center;
}
#nav ul li.on:before,  #nav ul li:hover:before {
    transform: scaleX(1);
}
#nav li .sub {
    position: absolute;
    padding-top: 0rem;
    left: 50%;
    width: 4.5rem;
    top: 100%;
    z-index: 999 !important;
    transform-origin: 0 0 0;
    transform: translateY(10px) translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
#nav li .sub .box {
    padding: 0;
    text-align: left;
    background: rgba(200, 33, 38, 0.9);
    padding: .7rem;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    z-index: 9999999 !important;
}
#nav li .sub a {
    padding: 0;
    line-height: 1.5rem;
    transition: .3s;
    font-size: .6625rem;
    color: #fff;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    z-index: 9999999 !important;
}
/* #nav li .sub a:before{ content: ""; display: block; width: 4px; height: 14px; position: absolute; left: -.5rem; top: 50%; margin-top: -8px; background: #003a8e; transform: scaleY(0); transition: .5s;} */

#nav li .sub a:hover {
    color: #ff643d;
}
/* #nav li .sub a:hover:before{transform: scaleY(1); } */

#nav li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) translateX(-50%);
    z-index: 9999;
}
.n_yingpin .fl01 {
    background: url(../image/n_yingpin_fl01_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 1.375rem 0
}
.n_yingpin .fl01 ul {
    font-size: 0
}
.n_yingpin .fl01 ul li {
    display: inline-block;
    width: 33.333333%;
    text-align: center;
}
.n_yingpin .fl01 ul li h3 {
    line-height: 6.0rem;
}
.n_yingpin .fl01 ul li h5 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold
}
.n_yingpin .fl01 ul li.li3 .a {
    display: inline-block;
    background: url(../image/ewm_bg.png) center no-repeat;
    width: 8.5rem;
    height: 8.5rem;
    line-height: 8.5rem;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 5px
}
.n_yingpin .fl01 ul li.li3 .a img {
    max-width: 7.5rem;
}
#n_zhaopin .content .top1 {
    height: 2.55rem;
    line-height: 2.55rem;
    background: #c82126;
    padding: 0 30px;
    color: #fff;
    display: -moz-box;/* display: -webkit-box; */
    display: -ms-flexbox;/* display: -webkit-flex; *//* display: flex; *//* justify-content: space-between; */
}
#n_zhaopin .content .top1 .top01, #n_zhaopin .content .top1 .top02, #n_zhaopin .content .top1 .top03, #n_zhaopin .content .top1 .top04 {
    display: inline-block;
    font-size: 14px;
    color: #fff;/*font-weight: bold;*/
    width: 22%;
}
#n_zhaopin .content .top1 .top05 {
    display: inline-block;
    font-size: 14px;
    color: #fff;/*font-weight: bold;*/
}
#n_zhaopin .content dl {
    margin-bottom: 3rem
}
#n_zhaopin .content dl dd {
    line-height: 40px;
    color: #676767;
    font-size: 14px;
    margin-bottom: .875rem;
}
#n_zhaopin .content dl dd h5 {
    padding: 1.0rem 1.875rem;
    background: #f4f5f7;
    border: #dee0e2 1px solid;
    display: -moz-box;/* display: -webkit-box; */
    display: -ms-flexbox;/* display: -webkit-flex; *//* display: flex; *//* justify-content: space-between; */
}
#n_zhaopin .content dl .top01, #n_zhaopin .content dl .top02, #n_zhaopin .content dl .top03, #n_zhaopin .content dl .top04 {
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 22%;
    line-height: 2;
    padding: 2px 0;
}
#n_zhaopin .content dl .top05 {
    float: right;
    background: url(../image/top1_bg.png) center no-repeat;
    width: 38px;
    height: 37px;
    margin-right: 0px;
    cursor: pointer;
}
#n_zhaopin .content dl .more a {
    display: inline-block;
    width: 165px;
    height: 45px;
    line-height: 43px;
    border: #c82126 1px solid;
    border-radius: 22.5px;
    font-size: 15px;
    color: #c82126;
    text-align: center;
    transition: .6s;
}
#n_zhaopin .content dl .ar_article p {
}
#n_zhaopin .content dl .ar_article {
    padding: 1.875rem 1.875rem 2rem;
    background: #f4f5f7;
    border: #dee0e2 1px solid;
    border-top: none;
}
#n_zhaopin .content dl h5.on .top05 {
    background: url(../image/top1_on.png) center no-repeat
}
#n_zhaopin .content dl .more a:hover {
    background: #c82126;
    color: #fff;
}
.n_yingpin .fl02 {
    padding: 3.125rem 0 5rem
}
table {
    width: 100%;
    border: none;
}
table thead tr th {
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #9ed8f6;
    text-align: center;
    color: #000;
    font-size: 14px;
    border-right: 1px #fff solid;
    line-height: 36px;
}
table tbody tr td {
    border: none;
    text-align: center;
    border-right: 1px #fff solid;
}
table tbody tr:nth-child(2n) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
table tbody tr:hover {
    background-color: rgb(72 145 182 / 30%);
}


/*鑽ｈ獕璇佷功*/
.ny_zizhizhengshu{
    padding: 4% 0;
}
.ny_zizhizhengshu ul{
	font-size: 0;
}
.ny_zizhizhengshu li{
	width: 31.875%;
    margin-right: 1.5%;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-align: center;
}
.ny_zizhizhengshu li a{
    height: 100%;
    width: 100%;
}
.ny_zizhizhengshu li .img{
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -42px;
    padding-top: 42px;
}
.ny_zizhizhengshu li .img .img_nn{
    border: 1px solid #e1e1e1;
    height: 100%;
    width: 100%;
    padding:5px;
    -webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
    align-items: center;
}
.img_nn_nn{
    overflow: hidden;
}
.ny_zizhizhengshu li .img img{
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: auto!important;
}
.ny_zizhizhengshu li .wz{
    font-size: 16px;
    line-height: 2;
    color: #4b4a4a;
    background: #f1f1f1;
    padding: 5px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ny_zizhizhengshu li:nth-child(3n){
    margin-right: 0;
}
.ny_zizhizhengshu li:nth-child(n+4){
    margin-top: 3.5%;
}
.ny_zizhizhengshu li:hover .img .img_nn img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ny_zizhizhengshu li:hover .wz{
    background: #c82126;
    color: #fff;
}
@media(max-width:768px){
    .ny_zizhizhengshu{
        padding: 25px 0;
    }
    .ny_zizhizhengshu li{
        width: 49%;
        margin-right: 2%;
    }
    .ny_zizhizhengshu li:nth-child(2n){
        margin-right: 0;
    }
    .ny_zizhizhengshu li:nth-child(n+3){
        margin-top: 2%;
    }
}
@media(max-width:468px){
    .ny_zizhizhengshu li{
        width: 100%;
        margin-right: 0;
    }
    .ny_zizhizhengshu li:nth-child(n+2){
        margin-top: 10px;
    }
    .ny_zizhizhengshu li .img{
        margin-top: -40px;
        padding-top: 40px;
    }
    .ny_zizhizhengshu li .img .img_nn{
        padding: 8px;
    }
    .ny_zizhizhengshu li .wz{
        font-size: 15px;
    }
}