@charset "UTF-8";
@import url("https://fonts.font.im/css?family=Poppins:300,400,500,600");
body,
input,
select,
button,
textarea {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #666666;
}

#page {
    max-width: 1920px;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

body {
    line-height: 1.5;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.disflex {
    display: flex;
}

.textleft {
    text-align: left !important;
}

.bgfff {
    background-color: #fff;
}

.bgccc {
    background-color: #F8F8F8;
}

.bgccc2 {
    background-color: #fbfbfb;
}

.textcenter {
    text-align: center !important;
}

.themec {
    color: #E24220 !important;
}

.cf {
    color: #FFF !important;
}

.header {
/*     background: rgba(164, 165, 167, 1); */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 990;
}

.header.header-ny {
    position: relative;
}

.header.header-ny .nav-tool-box .nav-box>nav#menuPc>ul>li>a {
    color: #000;
}

.header .logo {
    float: left;
    padding: 30px 0;
    width: 11.875%;
}

.header .logo a {
    display: block;
    max-width: 100%;
}

.header .logo a img {
    max-width: 100%;
    height: auto;
}

.header .nav-tool-box {
    width: 83%;
    float: right;
}

.nav-tool-box .nav-box {
    float: left;
    display: inline-block;
}

.nav-tool-box .nav-box #menuWap {
    display: none;
}

.nav-tool-box .nav-box>nav#menuPc>ul>li {
    float: left;
    display: inline-block;
    padding: 0 7.5px;
    position: relative;
}

.nav-tool-box .nav-box>nav#menuPc>ul>li>a {
    display: block;
    padding: 48px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    background-position: center bottom;
    transition: all 0.4s;
}

.nav-tool-box.russian .nav-box>nav#menuPc>ul>li>a {
    padding: 33px 10px;
}

.nav-tool-box .nav-box>nav#menuPc>ul>li>a>span {
    position: relative;
}

.nav-tool-box .nav-box>nav#menuPc>ul>li.act>a,
.nav-tool-box .nav-box>nav#menuPc>ul>li>a:hover {
    color: #E03D24 !important;
/*     background: url(/wp-content/uploads/2025/08/hengjilogo.png) no-repeat center 80%; */
}

.nav-tool-box .tool-box {
    float: right;
    display: inline-block;
}

.tool-box .search {
    display: inline-block;
    float: left;
    padding: 50px 0;
}

.tool-box .search a {
    display: inline-block;
}

.tool-box .lan {
    padding: 45px 0 28px 50px;
    position: relative;
    display: inline-block;
    float: right;
}

.tool-box .lan dl {
    position: relative;
    display: inline-block;
}

.tool-box .lan dl dt {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.tool-box .lan dl dt a {
    font-size: 18px;
    color: #E03D24;
    font-weight: 500;
}

.tool-box .lan dl dt i {
    background: url(../images/sj-icon.png) no-repeat center;
    width: 12.1px;
    height: 7.3px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3.5px;
}

.tool-box .lan dl dd {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    display: block;
    width: 100px;
    margin-left: -50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    background: #01233d;
    text-align: center;
    box-shadow: 1px 5px 10px #01233d;
}

.tool-box .lan dl dd a {
    display: block;
    padding: 5px 10px;
    transition: all 0.4s;
    background: #01233d;
    color: #FFFFFF;
}

.tool-box .lan dl dd a:hover {
    background: #cccccc;
    color: #000000;
}

.tool-box .lan dl:hover dd {
    opacity: 1;
    visibility: visible;
}

.nav-box nav#menuPc>ul>li .second {
    opacity: 0;
    visibility: hidden;
    width: 160%;
    position: absolute;
    left: -35px;
    top: 100%;
    background: rgba(1, 35, 61, 0.9);
    z-index: 2;
    transition: all 0.2s;
}

.nav-box nav#menuPc>ul>li .second>li>a {
    display: block;
    padding: 10px;
    color: #FFFFFF;
    transition: all 0.4s;
    text-align: center;
}

.nav-box nav#menuPc>ul>li .second>li>a:hover {
    background: rgba(1, 1, 1, 0.3);
}

.nav-box nav#menuPc>ul>li:hover .second {
    opacity: 1;
    visibility: visible;
}


/*header end*/

.btn {
    display: inline-block;
    text-align: center;
    color: #E24220;
    transition: all 0.3s;
    border-radius: 11px;
    position: relative;
    padding-right: 25px;
    padding-left: 8px;
    font-size: 14px;
}

.btn:hover {
    background-color: #E24220;
    color: #FFF;
}

.btn .icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 3px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../images/index-icon-01.png") no-repeat 50% 50%;
}

.title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.title h2 {
    font-size: 34px;
    color: #000;
}

.title .line {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #E24220;
    margin: 10px auto 0;
}

.index_pro_grid {
    background: url("../images/index-product-bg.jpg") no-repeat 50% 50%;
    padding-top: 1px;
    padding-bottom: 40px;
    background-size: auto 100%;
}

.index_pro_grid .btn {
    left: -8px;
}

.index_pro_grid .btn:hover {
    left: 0;
}

.index_pro_swiperpage {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_pro_swiperpage .swiper-pagination {
    position: initial;
    padding: 0 35px;
}

.index_pro_swiperpage .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 7px;
    background: #3E6576;
    opacity: 1;
}

.index_pro_swiperpage .swiper-pagination .swiper-pagination-bullet-active {
    background: #E24220;
}

.index_pro_swiperpage .swiper-button-next,
.index_pro_swiperpage .swiper-button-prev {
    position: initial;
    width: 12px;
    height: 20px;
    margin-top: 0px;
    background-size: 10px;
}

.index_pro_swiperpage .swiper-button-next {
    background-image: url("../images/index-pro-swiper-next.png");
}

.index_pro_swiperpage .swiper-button-prev {
    background-image: url("../images/index-pro-swiper-prev.png");
}

.product_list ul {
    overflow: hidden;
    padding: 15px 0;
}

.product_list li {
    float: left;
}

.product_list li:hover .imgshow:before {
    transform: scale(1);
}

.product_list li:hover h3 {
    color: #3E6576;
}

.product_list li .imgshow {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.product_list li .imgshow a {
    display: block;
}

.product_list li .imgshow img {
    transition: all 0.3s;
    width: 100%;
    position: relative;
    z-index: 3;
    transform: scale(1);
}
.product_list li:hover .imgshow img{transform:scale(1.1);}
.product_list li .imgshow:after {
    content: '';
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    background-color: #E1E8EB;
    width: 100%;
    z-index: 1;
}

.product_list li .imgshow:before {
	display:none;
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    transform: scale(0);
    height: 100%;
    background: url("../images/prolibg.png") no-repeat;
    width: 100%;
    z-index: 2;
    transition: all 0.3s;
    background-size:cover;
}

.product_list li h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_list li p {
    color: #666;
    font-size: 14px;
}

.product_list li p.text {
    margin: 0px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    overflow: hidden;
}

.index-product {
    padding: 30px 0 30px;
}

.index-tit {
    padding: 40px 0;
    text-align: center;
}

.index-tit h4 {
    display: inline-block;
    position: relative;
    font-size: 34px;
    font-weight: 500;
    color: #111111;
    padding-left: 43px;
    background: url(../images/pro-tit.png) no-repeat left center;
}

.index-tit p {
    color: #999999;
    line-height: 54px;
}

.ip-box .outBox .hd .swiper-slide {
    padding: 0 55px;
    border-right: 1px solid rgba(238, 238, 238, 0.7);
}

.ip-box .hd {
    margin-bottom: 50px;
}

.ip-box .hd .swiper-slide {
    display: inline-block;
    width: auto;
}

.ip-box .hd .swiper-slide a {
    text-align: center;
    display: inline-block;
}

.ip-box .hd .swiper-slide a .icon {
    display: block;
    text-align: center;
    height: 30px;
}

.ip-box .hd .swiper-slide a .app_icon_h {
    display: none;
}

.ip-box .hd .swiper-slide.on a,
.ip-box .hd .swiper-slide a:hover {
    color: #E24220;
}

.ip-box .hd .swiper-slide.on a .app_icon_h,
.ip-box .hd .swiper-slide a:hover .app_icon_h {
    display: inline-block;
}

.ip-box .hd .swiper-slide.on a .app_icon,
.ip-box .hd .swiper-slide a:hover .app_icon {
    display: none;
}

.ip-box .in-box {
    position: relative;
}

.ip-box .in-box .in-box-page {
/*     position: absolute; */
/*     left: 0; */
    width: 100%;
    height: 70px;
/*     top: 50%; */
}

.ip-box .in-box .in-box-page .m-width-1280 {
    position: relative;
	height:100%;
}

.ip-box .in-box .in-box-page .swiper-button-next,
.ip-box .in-box .in-box-page .swiper-button-prev {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-top: -33px;
    background-color: #3E6576;
}

.ip-box .in-box .in-box-page .swiper-button-next:hover,
.ip-box .in-box .in-box-page .swiper-button-prev:hover {
    background-color: #E24220;
}

.ip-box .in-box .in-box-page .swiper-button-prev {
    left: -32px;
    background-image: url("../images/swiper-prev.png");
}

.ip-box .in-box .in-box-page .swiper-button-next {
    right: -32px;
    background-image: url("../images/swiper-next.png");
}

.ip-box .in-box .swiper-slide {
    width: auto;
}

.ip-box .in-box .img-box {
    display: block;
}

.ip-box .in-box .img-box img {
    height: auto;
}

.ip-box .in-box .img-text .tit {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    padding: 10px 0;
    transition: all 0.4s;
}

.ip-box .in-box .img-text .tit:hover {
    color: #001D60;
}

.ip-box .in-box .img-text .d {
    color: #999999;
    line-height: 22px;
}

.ip-box .swiper-button-next,
.ip-box .swiper-button-prev {
    width: 64px;
    height: 64px;
    transition: all 0.4s;
}

.ip-box .swiper-button-prev:hover,
.ip-box .swiper-button-prev.swiper-button-disabled {
    background: url(../images/pro-left-s.png) no-repeat center;
    opacity: 1;
}

.ip-box .swiper-button-next.swiper-button-disabled,
.ip-box .swiper-button-next:hover {
    background: url(../images/pro-right-s.png) no-repeat center;
    opacity: 1;
}

.ip-box .swiper-button-prev {
    background: url(../images/pro-left.png) no-repeat center;
}

.ip-box .swiper-button-next {
    background: url(../images/pro-right.png) no-repeat center;
}

.index_wodo_gird {
    position: relative;
    padding-bottom: 170px;
}

.index_wodo_gird .line {
    margin-left: 0;
}

.index_wodo_gird .text {
    width: 45%;
}

.index_wodo_gird .text p {
    color: #999;
    font-size: 16px;
    line-height: 1.6;
}

.index_wodo_gird .text p strong {
    color: #000;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 2;
}

.index_wodo_gird .wedo_left {
    position: relative;
    z-index: 2;
    min-height: 600px;
}

.index_wodo_gird .wedo_right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 50%;
}

.index_wodo_gird .wedo_right img {
    width: 100%;
}

.index_wodo_gird .about_list {
    margin-top: 60px;
}

.index_wodo_gird .btn {
    margin-top: 70px;
    left: -8px;
}

.index_wodo_gird .btn:hover {
    left: 0;
}

.about_list {
    background-color: #3E6576;
    overflow: hidden;
    margin-right: 460px;
}

.about_list li {
    padding: 24px 0;
    float: left;
    width: 25%;
    text-align: center;
}

.about_list li a {
    color: #FFF;
    display: block;
    transition: all 0.3s;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.about_list li a:hover {
    color: #E24220;
}

.about_list li:nth-last-of-type(1) a {
    border: none;
}

.about_list li .icon {
    display: block;
    margin-bottom: 10px;
}

.product_ny_content {
    position: relative;
}

.product_ny_content .pro_content_right .product_list {
    width: 100%;
}

.product_ny_content .pro_content_right .product_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3%;
}

.product_ny_content .pro_content_right .product_list li:nth-of-type(3n) {
    margin-right: 0;
}

.content_right {
    float: left;
    width: 74%;
}

.proleft_class {
    margin-bottom: 60px;
    float: left;
    width: 23%;
    margin-right: 3%;
}

.proleft_class .icon_tit {
    width: 33px;
    height: 54px;
    background: url("../images/conlefticon.png") no-repeat;
}

.proleft_class .blcok.tj_block {
    margin-top: 50px;
    padding: 40px 0;
    background: url("../images/tjbg.jpg") no-repeat;
}

.proleft_class .blcok.tj_block .imgshow {
    text-align: center;
}

.proleft_class .blcok h3 {
    text-align: center;
    color: #FFF;
    margin-bottom: 25px;
}

.proleft_class ul.one {
    border-top: none;
}

.proleft_class ul.one > li {
    margin-bottom: 10px;
}

.proleft_class ul.one > li:nth-last-of-type(1) {
    border-bottom: none;
}

.proleft_class ul.one > li > a {
    font-size: 18px;
    color: #444;
    background-color: #F8F8F8;
    transition: all 0.3s;
    height: 50px;
    line-height: 50px;
    padding:0 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    align-items: center;
    transition: all 0.3s;
}

.proleft_class ul.one > li.hover > a ,.proleft_class ul.one > li.act > a {
    background-color: #E24220;
    color: #fff;
}
.proleft_class ul.one > li .second-hc{display:none;}
.proleft_class ul.one > li.act .second-hc ,.proleft_class ul.one > li.hover .second-hc{display:block;}
.proleft_class ul.one > li .second-hc li:nth-child(1){margin-top:10px;}
.proleft_class ul.one > li .second-hc li a{
	padding:5px 30px;
	display: block;
}



.proleft_class h2 {
    padding-left: 65px;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    background-color: #395F7B;
    position: relative;
    margin-bottom: 10px;
}

.proleft_class h2>img {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 30px;
}

.proleft_class h2 .icon {
    position: absolute;
    right: 0;
    top: 0%;
    margin-right: 15px;
    display: inline-block;
    height: 100%;
    width: 30px;
    height: 100%;
    background: url("../images/swiper-next.png") no-repeat 50% 50%;
    transition: all 0.3s;
}

.proleft_class .act .icon {
    transform: rotate(90deg);
}

.proleft_class dl {
    border: 1px solid #EEEEEE;
    border-top: 0;
    display: none;
}

.proleft_class dl dd {
    padding-left: 50px;
    line-height: 34px;
    border-bottom: 1px solid #EEEEEE;
}

.proleft_class dl a {
    color: #444;
    font-size: 14px;
    display: block;
    transition: all 0.3s;
}

.proleft_class dl a:hover {
    color: #E24220;
}

.ny-title {
    font-size: 30px;
    color: #000;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 40px;
}

.ny-title h2 {
    position: relative;
    top: -5px;
}

.prodis-gall .pic-gall {
    width: 400px;
    float: left;
    margin-right: 27px;
    overflow: hidden;
    flex-shrink: 0;
}

.pic-gall .gallery-thumbs {
    margin-top: 10px;
    position: relative;
}

.pic-gall .gallery-thumbs .swiper-button-next {
    right: 0;
    background-image: url("../images/swiper-next.png");
}

.pic-gall .gallery-thumbs .swiper-button-prev {
    left: 0;
    background-image: url("../images/swiper-prev.png");
}

.pic-gall .gallery-thumbs .swiper-button-next,
.pic-gall .gallery-thumbs .swiper-button-prev {
    background-size: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #3E6576;
    margin-top: -15px;
    transition: all 0.3s;
}

.pic-gall .gallery-thumbs .swiper-button-next:hover,
.pic-gall .gallery-thumbs .swiper-button-prev:hover {
    background-color: #E24220;
}

.pic-gall .gallery-thumbs .swiper-slide {
    cursor: pointer;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
    padding: 7px 0;
}

.pic-gall .gallery-thumbs .swiper-slide img {
    height: 60px;
    transition: all 0.3s;
}

.pic-gall .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #E24220;
}

.pic-gall .gall-box {
    position: relative;
    width: 400px;
}

.pic-gall .gallery-top {
    overflow: hidden;
}

.gallery-top .swiper-slide {
    background-color: #EEEEEE;
    text-align: center;
    padding: 22px 0;
}

.gallery-top .swiper-slide img {
    /*height: 196px;*/
    width: 100%;
    transform:scale(1);
    transition: all 0.5s;
}
.gallery-top .swiper-slide:hover img{transform:scale(1.1);}
.prodis-gall .gall-tips {
    width: 100%;
}

.prodis-gall .gall-tips .web_share {
    margin-bottom: 24px;
}

.prodis-gall .gall-tips .tit {
    line-height: 1.2;
    padding: 0px 0 10px;
    color: #000;
    font-weight: 600;
    font-size: 30px;
}

.detail-tit {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 13px;
}

.detail-tit.mtop {
    margin-top: 25px;
}

.prodis_detail {
    margin-top: 40px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.prodis_detail .detail_tab_box .text.mytable li {
	list-style-type: unset;
	margin-left:20px;
}

.prodis_detail .detail_tab_box .text.mytable {
	overflow:auto;
}

.prodis_detail p.imgshow .fl {
    width: 36%;
}

.prodis_detail p.imgshow .fr {
    width: 59%;
}

.prodis_detail p.imgshow img {
    width: 100%;
}

.prodis-des h3 {
    margin-bottom: 6px;
    font-size: 14px;
    color: #354A6D;
}

.prodis-des .text {
    line-height: 1.8;
    height: 120px;
}

.prodis-des p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.gall-tips .prodis-des dl dd.disflex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.gall-tips .prodis-des dlx dd.disfle span {
    width: 50%;
}

.gall-tips .links {
    padding-top: 25px;
}

.gall-tips .links .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.gall-tips .links a {
    float: left;
    width: 32%;
    line-height: 1;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
    color: #FFF;
    font-size: 14px;
    background-color: #3E6576;
    transition: all 0.3s;
}

.gall-tips .links a:nth-last-of-type(1) {
    margin-right: 0;
}

.gall-tips .links a:hover {
    background-color: #E24220;
}

.mytable table {
    width: 100%;
}

.mytable table td {
    border: 1px solid #333;
    padding: 5px;
    color: #000;
}

.mytable table tr td:nth-of-type(1),
.mytable table tr td:nth-last-of-type(2) {
    background-color: #dbe5f1;
}

.pro_pages {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-size: 16px;
    margin-top: 40px;
}

.pro_pages a {
    color: #111;
    transition: all 0.3s;
}

.pro_pages a:hover {
    color: #E24220;
}

.pro_pages em {
    font-weight: bold;
}

.msg_title {
    margin-top: 60px;
    margin-bottom: 30px;
}

.msg_title h3 {
    font-size: 30px;
    color: #111;
}

.msg_title h3 em {
    color: #E24220;
    padding-left: 5px;
}

.msg_title .related_swiper_page {
    top: 12px;
}

.related_gird .product_list li h3 {
    margin-top: 20px;
}

.related_gird .btn {
    left: -10px;
}

.related_gird .btn:hover {
    left: 0;
}

.related_swiper_page {
    width: 65px;
    height: 30px;
    position: relative;
}

.related_swiper_page .swiper-button-next {
    right: 0;
    background-image: url("../images/swiper-next.png");
}

.related_swiper_page .swiper-button-prev {
    left: 0;
    background-image: url("../images/swiper-prev.png");
}

.related_swiper_page .swiper-button-next,
.related_swiper_page .swiper-button-prev {
    background-size: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #3E6576;
    margin-top: -15px;
    transition: all 0.3s;
}

.related_swiper_page .swiper-button-next:hover,
.related_swiper_page .swiper-button-prev:hover {
    background-color: #E24220;
}

.app_ny_list li {
    position: relative;
    overflow: hidden;
}

.app_ny_list li .imgshow img {
    width: 100%;
}

.app_ny_list li:hover:after {
    transform: scale(1);
}

.app_ny_list li:hover .text {
    bottom: 0;
}

.app_ny_list li:hover .btn {
    opacity: 1;
}

.app_ny_list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(62, 101, 118, 0.95);
    z-index: 1;
    transform: scale(0);
    transition: all 0.3s;
}

.app_ny_list .text {
    transition: all 0.3s;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -60px;
    padding: 0 20px 20px;
    z-index: 2;
}

.app_ny_list .text h3 a,
.app_ny_list .text p a {
    color: #FFF;
}

.app_ny_list .text h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_ny_list .text p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.app_ny_list .text .btn {
    margin-top: 35px;
    opacity: 0;
}

.app_content_right li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}

.app_content_right li:nth-of-type(3n) {
    margin-right: 0;
}

.sulotion_content_right li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
}

.sulotion_content_right li:nth-of-type(3n) {
    margin-right: 0;
}

.sulotion_ny_list.notit li {
    margin-bottom: 5%;
}
.about-honor.sulotion_ny_list li:hover{
	box-shadow: none;
}
.about-honor.sulotion_ny_list li h3{
	padding: 8px 0;
}

.about-honor.sulotion_ny_list li h3 a{color:#000;	padding: 0;}
.sulotion_ny_list li {
    transition: all 0.3s;
}

.sulotion_ny_list li:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.sulotion_ny_list li:hover .imgshow img {
    transform: scale(1.05);
}

.sulotion_ny_list .imgshow {
    overflow: hidden;
}

.sulotion_ny_list .imgshow img {
    transition: all 0.3s;
    width: 100%;
    height: auto;
}

.sulotion_ny_list h3 {
    text-align: center;
    font-weight: 500;
}

.sulotion_ny_list h3 a {
    color: #000;
    display: block;
    font-size: 18px;
    padding: 15px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sulution_detail_grid h3 {
    text-align: center;
    color: #000;
    font-size: 30px;
}

.sulution_detail_grid .web_share {
    text-align: center;
    margin: 20px auto 35px;
}

.sulution_detail_grid .text {
    line-height: 1.8;
    font-size: 14px;
}

.sulution_detail_grid .text p {
    color: #666;
    margin-bottom: 20px;
}


/*.sulution_detail_grid .text p img {
  width: 100%;
}*/

.sulution_detail_grid .text p.fixed .fl,
.sulution_detail_grid .text p.fixed .fr {
    width: 48%;
}

.solu_page {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-top: 30px;
}

.solu_page.nobor {
    border-bottom: 0;
}

.solu_page a {
    color: #111;
    transition: all 0.3s;
}

.solu_page a:hover {
    color: #E24220;
}

.solu_page a.center {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.solu_page em {
    font-weight: bold;
}

.faq .tit {
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    background-color: #DFE7EC;
    position: relative;
    padding-left: 70px;
}

.faq .tit:hover {
    color: #E24220;
}

.faq_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/dbx.png") no-repeat;
    line-height: 42px;
    text-align: center;
    color: #9E9E9E;
    margin-right: 35px;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
}

.faq .tit .icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 34px;
    color: #ADADAD;
    position: absolute;
    font-weight: normal;
    top: 25px;
    right: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.faq .tit .icon:hover {
    color: #E24220;
}

.faq_bot {
    display: none;
}

.faq .text {
    padding: 10px 40px 20px 70px;
}

.faq .text p {
    line-height: 2;
    color: #666;
    font-size: 14px;
}

.faq .act .faq_bot {
    display: flex;
}

.faq li {
    border: 1px solid #DEDEDE;
    position: relative;
    cursor: pointer;
    margin-bottom: 40px;
}

.faq li:nth-last-of-type(1) {
    border-bottom: 1px solid #EDF1F3;
}

.faq li.act .icon {
    transform: rotate(0deg);
}

.faq li.act .tit strong {
    background: url("../images/dbx2.png") no-repeat;
    color: #FFF;
}

.service_strength_detail p {
    line-height: 2;
}

.news_list a {
    color: #666;
}

.news_list li {
    position: relative;
    min-height: 199px;
    padding-left: 340px;
    transition: all 0.3s;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.news_list li:hover {
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.06);
}

.news_list li:hover h3,
.news_list li:hover .time {
    color: #E24220;
}

.news_list li:hover .time {
    background: url("../images/time_h.png") no-repeat 0 50%;
}

.news_list li:hover img {
    transform: scale(1.05);
}

.news_list h3 {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .time {
    display: inline-block;
    margin-top: 33px;
    color: #999;
    font-size: 14px;
    padding-left: 25px;
    background: url("../images/time.png") no-repeat 0 50%;
}

.news_list p {
    line-height: 1.8;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
}

.news_list img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.news_list .text {
    min-height: 199px;
    padding-top: 20px;
}

.his_tab_con {
    margin-bottom: 60px;
}

.his_tab_con ul {
    padding-top: 80px;
}

.his_tab_con .line_top {
    width: 16px;
    height: 16px;
    border: 2px solid #395F7B;
    margin: 0 auto;
    border-radius: 50%;
}

.his_tab_con .line_bot {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #666;
    padding-top: 20px;
}

.his_tab_con .line_bot:hover {
    color: #E24220;
    cursor: pointer;
    transition: all 0.3s;
}

.his_tab_con ul {
    position: relative;
    padding-bottom: 165px;
    overflow: hidden;
}

.his_tab_con ul:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    background-color: #DEDEDE;
    height: 100%;
    z-index: 1;
}

.his_tab_con ul:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    background: url("../images/line_arrow.png") no-repeat 0 100%;
    width: 14px;
    height: 7px;
    margin-left: -7px;
}

.his_tab_con li {
    height: 200px;
    position: relative;
    width: 100%;
    padding-right: 50%;
    position: relative;
    z-index: 2;
}

.his_tab_con li .text {
    padding-right: 35px;
    position: relative;
    text-align: right;
    font-size: 14px;
}

.his_tab_con li .text p {
    height: 96px;
    overflow: hidden;
    line-height: 24px;
}

.his_tab_con li .text img {
    margin-bottom: 15px;
    width: 100%;
}

.his_tab_con li:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 50%;
    flex-direction: row-reverse;
}

.his_tab_con li:nth-of-type(2n) .text {
    padding-left: 35px;
    padding-right: 0;
    text-align: left;
}

.his_tab_con li:nth-of-type(2n) .time {
    text-align: left;
}

.his_tab_con li:nth-of-type(2n) .dot {
    right: auto;
    left: -10px;
}

.his_tab_con .time {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: right;
    padding-bottom: 10px;
}

.his_tab_con .dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFF;
    position: absolute;
    border-radius: 50%;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    border: 1px solid #E24220;
}

.his_tab_con .dot:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: -3px 0 0 -3px;
    background: #E24220;
}

.factory_content_right {
    margin-bottom: 30px;
}

.factory_content_right .aboutfac_ny_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.factory_content_right .aboutfac_ny_list li:nth-of-type(2n) {
    margin-right: 0;
}

.aboutfac_ny_list a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.aboutfac_ny_list h3 {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aboutfac_ny_list .imgshow {
    overflow: hidden;
}

.aboutfac_ny_list .imgshow img {
    transition: all 0.3s;
    width: 100%;
}

.aboutfac_ny_list li {
    float: left;
}

.aboutfac_ny_list li:hover img {
    transform: scale(1.05);
}

.aboutfac_ny_list li:hover a {
    color: #E24220;
}

.about_content_right {
    margin-bottom: 40px;
}

.about_content_right .iframe {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 5px;
}

.com_video_grid {
    margin-bottom: 20px;
    position: relative;
}

.com_video_grid>img {
    width: 100%;
}

.com_video_grid .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    transition: all 0.3s;
}

.com_video_grid .icon img {
    width: 100%;
}

.com_video_grid:hover {
    cursor: pointer;
}

.com_video_grid:hover .icon {
    transform: scale(1.05);
}

.contact_ny_grid {
    position: relative;
}

.contact_ny_grid .contact_left {
    background-color: #395F7B;
    color: #FFF;
    padding: 50px 40px;
    width: 39%;
}

.contact_ny_grid .contact_left a {
    color: #fff;
}

.contact_ny_grid .contact_left .web_share {
    margin-top: 10px;
}

.contact_ny_grid .contact_left h3 {
    font-size: 24px;
    line-height: 2;
}

.contact_ny_grid .contact_left dl {
    margin-top: 30px;
}

.contact_ny_grid .contact_left dd {
    line-height: 2;
    position: relative;
    padding-left: 26px;
}

.contact_ny_grid .contact_left .icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}

.contact_right {
    width: 58%;
}

.contact_right .msg_title {
    margin-top: 0;
    margin-bottom: 10px;
}

.contact_right .xhl-controls .xhl-textarea {
    height: 62px;
    padding: 10px 20px;
}

.contact_right #xhlFormSubmit {
    margin-left: 0;
    margin-top: 18px;
}

.contact_map {
    margin-top: 60px;
}

.contact_map img {
    width: 100%;
}

.error_banner_grid {
    padding: 130px 0;
    background-color: #DFE7EC;
}

.error_banner_grid.search_banner {
    background-color: #EFF3F5;
    padding: 105px 20px;
}

.error_banner_grid.search_banner .sear_form {
    margin-top: 0;
}

.error_banner_grid .fl {
    width: 50%;
}

.error_banner_grid .fl h2 {
    letter-spacing: 2px;
}

.error_banner_grid .fr {
    width: 44%;
}

.error_banner_grid h2 {
    color: #000;
    text-align: left;
    line-height: 1.5;
    font-size: 30px;
}

.error_banner_grid .sear_form {
    margin: 65px auto 0;
    max-width: 600px;
}

.error_banner_grid .sear_form .ser_gird {
    position: relative;
}

.error_banner_grid .sear_form .serbtn {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
}

.error_banner_grid .sear_form h2 {
    margin-bottom: 30px;
}

.error_banner_grid .sear_form p {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
}

.error_banner_grid .sear_form .red {
    color: #E24220;
}

.error_banner_grid .sear_form input {
    border: #999 1px solid;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 10px;
}

.error_banner_grid .img_404 {
    margin-top: 90px;
}

.related_pro_hw4 {
    padding-bottom: 30px;
}

.related_pro_hw4 .swiper-slide {
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.related_pro_hw4 .swiper-slide .imgshow {
    width: 100%;
}


/*footer start*/

.footer {
    padding: 60px 0 0;
    color: #FFF;
    background: #000;
}

.footer.footer0 {
    margin-top: 0;
}

.footer a {
    font-weight: 400;
}

.footer-box {
    box-sizing: border-box;
    position: relative;
    padding-left: 300px;
    min-height: 200px;
    font-size: 14px;
}

.footer-box .foot_logo {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    line-height: 2;
}

.footer-box .foot_logo p {
    margin-bottom: 10px;
}

.footer-box .foot_logo dd {
    font-weight: 300;
}

.footer-box .foot_logo a {
    transition: all 0.3s;
    color: #FFF;
}

.footer-box .foot_logo a:hover {
    color: #999;
}

.footer-box .foot_logo p {
    padding-top: 25px;
    line-height: 2;
}

.footer-box a:hover {
    color: #fff;
}

.foot_nav {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}

.foot_nav a {
    color: #fff;
}

.foot_nav .line {
    width: 11px;
    height: 1px;
    background-color: #E24220;
    margin-bottom: 10px;
    display: block;
}

.foot_nav li {
    float: left;
    width: 16%;
    padding-right: 1.5%;
}
.foot_nav li:nth-child(2) {
    width: 36%;
}

.foot_nav li:nth-last-of-type(1) {
    width: auto;
}

.foot_nav h3 {
    margin-bottom: 8px;
}

.foot_nav dd {
    font-size: 14px;
    line-height: 2.3;
}

.foot_nav dd a {
    color: #9B9B9B;
}

.textnowrap {
    white-space: nowrap;
}

.footer-copy {
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 20px 0 45px;
    color: rgba(121, 120, 120, 0.4);
}

.web_share a {
    background-image: url("../images/display-share-01.png");
}

.web_share a:hover {
    background-image: url("../images/display-share-01-h.png");
}

.web_share a:nth-child(2) {
    background-image: url("../images/display-share-02.png");
}

.web_share a:nth-child(2):hover {
    background-image: url("../images/display-share-02-h.png");
}

.web_share a:nth-child(3) {
    background-image: url("../images/display-share-03.png");
}

.web_share a:nth-child(3):hover {
    background-image: url("../images/display-share-03-h.png");
}

.web_share a:nth-child(4) {
    background-image: url("../images/display-share-04.png");
}

.web_share a:nth-child(4):hover {
    background-image: url("../images/display-share-04-h.png");
}

.web_share.cfff a {
    background-image: url("../images/link_cf_1.png");
}

.web_share.cfff a:hover {
    background-image: url("../images/display-share-01-h.png");
}

.web_share.cfff a:nth-child(2) {
    background-image: url("../images/link_cf_2.png");
}

.web_share.cfff a:nth-child(2):hover {
    background-image: url("../images/display-share-02-h.png");
}

.web_share.cfff a:nth-child(3) {
    background-image: url("../images/link_cf_3.png");
}

.web_share.cfff a:nth-child(3):hover {
    background-image: url("../images/display-share-03-h.png");
}

.web_share.cfff a:nth-child(4) {
    background-image: url("../images/link_cf_4.png");
}

.web_share.cfff a:nth-child(4):hover {
    background-image: url("../images/display-share-04-h.png");
}

.web_share a {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-position: 50% 50%;
    background-size: 27px;
    background-repeat: no-repeat;
    margin-right: 11px;
    transition: all 0.3s;
}


/*footer end*/


/*轮播图start*/

.banner {
    max-width: 1920px;
    margin: 0 auto 0;
    width: 100%;
    background: #FFFFFF;
}

.banner.banner_ny {
    position: relative;
    margin-bottom: 50px;
/*     overflow: hidden; */
}

.banner.banner_ny>img {
    width: 100%;
	height:300px;
}

.banner.banner_ny h1 {
    color: #000;
    font-size: 26px;
}

.banner .crumbs-box-banner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
/*     top: 50%; */
    color: #333;
}

.banner .crumbs-box-banner a,
.banner .crumbs-box-banner span,
.banner .crumbs-box-banner i {
    color: #333;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .bg-box {
    position: relative;
    z-index: 1;
}

.banner .bg-box img {
    width: 100%;
    height: auto;
}

.banner .wap-box {
    display: none;
}

.banner .wap-box img {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    opacity: 1;
    border-radius: inherit;
    border-radius: 50%;
    transition: all 0.6s;
    position: relative;
}

.banner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -14px;
    width: 28px;
    height: 28px;
    border: 1px solid #e24220;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.6s;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #E24220;
}

.banner .swiper-pagination-bullet-active::after {
    opacity: 1;
    transform: scale(1);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 44px;
}

.swiper-slide .banner-content {
    transform: translateY(-200px);
    opacity: 0;
    transition: all .6s;
}

.ani-slide .banner-content {
    transform: translateY(0);
    opacity: 1;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 40px;
    height: 76px;
    margin-top: -38px;
    transition: all 0.6s;
}

.banner .swiper-button-next {
    background: url(../images/banner-right.png) no-repeat center;
    right: 10%;
}

.banner .swiper-button-prev {
    background: url(../images/banner-left.png) no-repeat center;
    left: 10%;
}

.banner .swiper-button-next:hover {
    background: url(../images/banner-right-h.png) no-repeat center;
    right: 10%;
}

.banner .swiper-button-prev:hover {
    background: url(../images/banner-left-h.png) no-repeat center;
    left: 10%;
}


/*轮播图end*/

.inner-banner {
    padding-top: 110px;
}

.inner-banner .ib-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-banner .ib-inner .ib-tit {
    text-align: center;
}

.inner-banner .ib-inner .ib-tit h4 {
    display: inline-block;
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: 1px 1px 10px #000000;
    font-weight: normal;
    position: relative;
}

.inner-banner .ib-inner .ib-tit h4:after {
    content: '';
    width: 69px;
    height: 10px;
    background: url(../images/inner-banner-tit-l.png) no-repeat center;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -5px;
}

.inner-banner .ib-inner .ib-tit h4:before {
    content: '';
    width: 69px;
    height: 10px;
    background: url(../images/inner-banner-tit-r.png) no-repeat center;
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -5px;
}

.crumbs-box {
    padding: 5px 0;
}

.crumbs-box a {
    display: inline-block;
    transition: all 0.4s;
}

.crumbs-box a:hover {
    color: #E24220;
}

.crumbs-box i {
    display: inline-block;
    padding: 0 5px;
}


/*公共样式定义 start*/


/*例如,统一间距,统一字体,统一大小写,统一最大距离*/

.m-width-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.ipd {
    padding: 0;
}


/*置顶按钮 start*/

#toTop {
    width: 54px;
    height: 54px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    background: #E24220;
    border-radius: 10px;
    text-align: center;
}

#toTop img {
    margin-top: 12px;
}


/*置顶按钮 end*/


/*分页 start*/

.page-box {
    padding: 30px 0 50px;
    text-align: center;
}

.page-box .page-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-box .page-inner a,
.page-box .page-inner span {
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    justify-content: center;
    background: #3E6576;
    display: inline-block;
    flex-shrink: 0;
}


/*.page-box .page-inner .current {
  font-weight: bold;
  display: inline-flex;
  font-size: 14px;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  background: #E24220;
}*/

.page-box .page-inner .page-list {
    display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover,
.page-box .page-inner .page-list .current {
    background: #E24220;
    transition: all 0.4s;
}

.page-box .page-inner a.prev {
    background-image: url("../images/page-prev.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.page-box .page-inner a.next {
    background-image: url("../images/page-next.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}

.page-box .page-inner .page-list .current.act,
.page-box .page-inner .page-list .current:hover {
    color: #295a83;
    transition: all 0.4s;
}

.page-box .page-inner .current.prev {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.page-box .page-inner .current.next {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.page-box .page-inner .current.prev.no-drop,
.page-box .page-inner .current.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}


/*分页 end*/

.wap_logo,
.proleft_class h2 .icon {
    display: none;
}

.marbot-60 {
    margin-bottom: 60px;
}

.related_gird .swiper-container {
    padding: 0 10px;
	height:fit-content;
}


/*公共样式定义 end*/



        /* 样式设置 */
.pd8 {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.sjTit {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.mesform {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.mesform li {
    list-style: none;
    flex-basis: calc(50% - 10px); /* 每行2个输入框 */
    box-sizing: border-box;
}

.mesform li.mestext {
    flex-basis: 100%; /* 文本域占据整行 */
}

.mesform input[type="text"], 
.mesform textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.mesform textarea {
    height: 150px;
    resize: none;
}

.btn_submit {
    text-align: center;
    margin-top: 20px;
}

.btn_submit input[type="submit"] {
    background-color: #0056b3;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.btn_submit i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 10px;
}

.btn_submit input[type="submit"]:hover {
    background-color: #004494;
}
        /* 样式设置 */
.pd8 {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.sjTit {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.mesform {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.mesform li {
    list-style: none;
    flex-basis: calc(50% - 10px); /* 每行2个输入框 */
    box-sizing: border-box;
}

.mesform li.mestext {
    flex-basis: 100%; /* 文本域占据整行 */
}

.mesform input[type="text"], 
.mesform textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.mesform textarea {
    height: 150px;
    resize: none;
}

.btn_submit {
    text-align: center;
    margin-top: 20px;
}

.btn_submit input[type="submit"] {
    background-color: #0056b3;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.text {
    width: 100%;
}
.btn_submit i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 10px;
}

.btn_submit input[type="submit"]:hover {
    background-color: #004494;
}

@media only screen and (max-width: 1360px) {
    .nav-tool-box .nav-box>nav#menuPc>ul>li>a {
        padding: 48px 10px;
    }
    .inner-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ip-box .in-box .in-box-page .swiper-button-next {
        right: 0;
    }
    .ip-box .in-box .in-box-page .swiper-button-prev {
        left: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .sulution_detail_grid .text p img {
        width: 100%;
        margin-bottom: 20px;
    }
    .page-box {
        padding: 20px 0 10px;
    }
    .product_ny_content {
        overflow: hidden;
    }
    .gall-tips .links a {
        margin-bottom: 10px;
    }
    .prodis-des .text {
        height: auto;
    }
    .content_right {
        width: 100%;
    }
    .in-box .app_ny_list .text {
        padding: 20px;
    }
    .in-box .app_ny_list .text p {
        height: auto;
    }
    .index_pro_grid .btn {
        left: 0;
    }
    .btn {
        background-color: #E24220;
        color: #FFF;
    }
    .contact_ny_grid .contact_left h3 {
        font-size: 20px;
    }
    .contact_ny_grid .contact_left dl {
        margin-top: 15px;
    }
    #toTop {
        bottom: 95px;
        border-radius: 50%;
    }
    .his_tab_con ul:before {
        left: 0;
    }
    .his_tab_con .line_bot {
        text-align: left;
    }
    .his_tab_con .line_top {
        margin-left: -8px;
    }
    .his_tab_con ul {
        overflow: initial;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .his_tab_con ul:after {
        left: 0;
    }
    .his_tab_con li .text {
        text-align: left;
    }
    .his_tab_con .dot {
        right: auto;
        left: -10px;
    }
    .his_tab_con .time {
        text-align: left;
    }
    .his_tab_con li:nth-of-type(2n) {
        padding-left: 0;
    }
    .his_tab_con li {
        height: auto;
        padding-right: 0;
    }
    .his_tab_con li .text {
        padding-right: 0;
        padding-left: 35px;
    }
    .foot_nav .line {
        margin-left: auto;
        margin-right: auto;
    }
    .error_banner_grid.search_banner {
        padding: 30px 20px;
    }
    .error_banner_grid h2 {
        font-size: 26px;
    }
    .error_banner_grid {
        padding: 30px 20px;
    }
    .error_banner_grid .img_404 {
        margin-top: 30px;
    }
    .error_banner_grid .img_404 img {
        width: 100%;
    }
    .error_banner_grid .sear_form {
        margin-top: 30px;
    }
    .error_banner_grid .sear_form input {
        padding-right: 50px;
    }
    .product_ny_content {
        min-height: auto;
    }
    .aboutfac_ny_list a {
        font-size: 16px;
    }
    .msg_title h3 {
        width: 100%;
        float: none;
    }
    .sulution_detail_grid .text img.fl {
        margin-bottom: 20px;
    }
    .msg_title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .related_gird .btn {
        left: 0;
        background-color: #E24220;
        color: #fff;
    }
    .related_gird.related_pro_w4 {
        margin-bottom: 30px;
    }
    .solu_page a.fr {
        float: left;
    }
    .solu_page {
        padding: 0 0 10px;
    }
    .solu_page a {
        display: block;
        width: 100%;
    }
    .solu_page a.center {
        margin-top: 15px;
        position: initial;
        float: left;
        transform: translate(0%, 0%);
    }
    .news_list img {
        position: initial;
        width: 100%;
    }
    .news_list .text {
        min-height: auto;
    }
    .news_list .time {
        margin-top: 15px;
    }
    .news_list li {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .contact_ny_grid .contact_left {
        position: initial;
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
    }
    .sulotion_ny_list h3 a {
        font-size: 16px;
    }
    .app_content_right li,
    .sulotion_content_right li {
        width: 49%;
        margin-right: 2%;
    }
    .app_content_right li:nth-of-type(2n),
    .sulotion_content_right li:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .app_content_right li:nth-of-type(3n),
    .sulotion_content_right li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .app_ny_list .text h3 {
        margin-bottom: 5px;
    }
    .app_ny_list .text .btn {
        margin-top: 15px;
    }
    .app_ny_list .text {
        padding: 20px 0 0;
        position: initial;
    }
    .app_ny_list .text p a,
    .app_ny_list .text h3 a {
        color: #000;
    }
    .product_ny_content {
        margin-bottom: 30px;
    }
    .product_ny_content.history_content {
        overflow: initial;
    }
    #xhlFormSubmit {
        width: 100%;
    }
    .related_pro .msg_title h3,
    .related_app .msg_title h3 {
        width: 100%;
        float: none;
        text-align: center;
    }
    .app_ny_list li:after {
        display: none;
    }
    .app_ny_list .text {
        bottom: 0;
    }
    .app_ny_list .text .btn {
        opacity: 1;
    }
    .related_swiper_page {
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }
    .prodis-gall {
        flex-wrap: wrap;
    }
    .prodis-gall .gall-tips .tit {
        font-size: 26px;
        margin-top: 20px;
    }
    .pro_pages a.fr {
        float: left;
    }
    .prodis-gall .gall-tips .web_share {
        justify-content: center;
    }
    .prodis_detail p.imgshow .fl {
        margin-bottom: 20px;
    }
    .header.header-ny {
        border-bottom: 1px solid rgba(238, 238, 238, 0.8);
        margin-bottom: 30px;
    }
    .proleft_class h2 .icon {
        display: inline-block;
    }
    .proleft_class h2 {
        height: 60px;
        line-height: 60px;
    }
    .proleft_class ul {
        display: none;
    }
    .proleft_class .act ul {
        display: block;
    }
    .product_ny_content .pro_content_right .product_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .product_ny_content .pro_content_right .product_list li:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .product_ny_content .pro_content_right .product_list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .product_list li p.text {
        margin-bottom: 10px;
    }
    .product_list li h3 {
        margin-bottom: 5px;
    }
    .banner.banner_ny img {
        display: none;
    }
    .proleft_class .blcok.tj_block {
        display: none;
    }
    .banner .crumbs-box-banner {
        position: initial;
        color: #111;
        width: 100%;
        transform: translate(0%, 0%);
    }
    .banner.banner_ny h1,
    .banner .crumbs-box-banner a,
    .banner .crumbs-box-banner span,
    .banner .crumbs-box-banner i {
        color: #111;
    }
    .banner.banner_ny {
        margin-bottom: 30px;
    }
    .product_ny_content {
        padding-left: 0;
    }
    .proleft_class {
        position: initial;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer-copy .fl,
    .footer-copy .fr {
        width: 100%;
        text-align: center;
    }
    .footer-copy .fl {
        margin-bottom: 15px;
    }
    .footer-copy .web_share {
        justify-content: center;
    }
    .footer-box {
        padding-left: 0;
        min-height: auto;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 75px;
    }
    .footer-box .foot_logo {
        position: initial;
        text-align: center;
    }
    .foot_nav li {
        width: 50%;
        margin-top: 20px;
        text-align: center;
    }
	.foot_nav li:nth-child(2) {
  		  width: 50%;
	}
    .foot_nav li:nth-last-of-type(1) {
        width: 50%;
    }
    .foot_nav {
        padding-left: 0;
        flex-wrap: wrap;
    }
    .index_wodo_gird {
        padding-bottom: 30px;
    }
    .index_wodo_gird .btn {
        margin-top: 30px;
        left: 0;
        margin-bottom: 30px;
    }
    .index-product {
        padding-bottom: 10px;
    }
    .about_list {
        margin-right: 0;
    }
    .index_wodo_gird .about_list {
        margin-top: 30px;
    }
    .about_list li {
        width: 33.33%;
    }
    .index_wodo_gird .wedo_right {
        position: initial;
    }
    .sm_100 {
        width: 100% !important;
    }
    .ip-box .outBox .hd .swiper-slide {
        padding: 0 10px;
        text-align: center;
    }
    .ip-box .in-box .in-box-page .swiper-button-prev {
        left: 20px;
    }
    .ip-box .in-box .in-box-page .swiper-button-next {
        right: 20px;
    }
    .title {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 10px;
    }
    .product_list li .imgshow:before {
        display: none;
    }
    .header .nav-tool-box {
        width: auto;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header {
        position: relative;
    }
    .header .logo {
        width: auto;
        padding: 0;
        position: absolute;
        width: 50%;
        left: 50%;
        top: 50%;
        text-align: center;
        margin-left: -25%;
        margin-top: -20px;
        float: none;
    }
    .header .logo a img {
        height: 40px;
    }
    .pc_logo {
        display: none;
    }
    .wap_logo {
        display: inline-block;
    }
    .tool-box .search {
        padding: 0;
        margin-right: 10px;
    }
    .tool-box .lan {
        padding: 0;
    }
    .tool-box .search a img {
        vertical-align: middle;
    }
    #menuPc {
        display: none;
    }
    #page {
        background: #FFFFFF;
    }
    .btn-nav {
        position: relative;
        background: transparent;
        border: none;
        padding: 21px 0;
        top: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 99999;
        display: block;
        width: 30px;
        float: right;
    }
    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #E24220;
        box-shadow: 0 1px 1px #eee;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        z-index: 999999;
    }
    .mm-opening .top {
        -webkit-transform: translateY(8px) rotateZ(45deg);
        -moz-transform: translateY(8px) rotateZ(45deg);
        -ms-transform: translateY(8px) rotateZ(45deg);
        -o-transform: translateY(8px) rotateZ(45deg);
        transform: translateY(8px) rotateZ(45deg);
    }
    .mm-opening .bottom {
        -webkit-transform: translateY(-10px) rotateZ(-45deg);
        -moz-transform: translateY(-10px) rotateZ(-45deg);
        -ms-transform: translateY(-10px) rotateZ(-45deg);
        -o-transform: translateY(-10px) rotateZ(-45deg);
        transform: translateY(-10px) rotateZ(-45deg);
    }
    .mm-opening .middleo {
        width: 0;
    }
    .banner .bg-box {
        display: none;
    }
    .banner-content {
        display: none;
    }
    .banner .wap-box {
        display: block;
    }
}
.in-box-page .m-width-1280{
	max-width:1920px;
}
.ip-box .in-box .in-box-page .swiper-button-next{
	right:32px;
}
.ip-box .in-box .in-box-page .swiper-button-prev{
	right:100px;
	left:auto!important;
}
.index-form .pd8{
	max-width:1280px;
}
@media (max-width:1100px){
	.news_list{
		padding:0 20px;
	}
}
.header{
	position: sticky!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}