
@font-face {
  font-family: "Roboto";
  src: url(../fontcss/Roboto-Regular.ttf) format('truetype');
  font-weight: normal; 
  font-style: normal;
}
* {font-family: Roboto;padding:0px;margin:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}

html,body {font-family: Roboto;padding:0;margin:0;font-size:14px;line-height:1;}

ol,ul {list-style:none;padding:0;margin:0;}
a {text-decoration:none;outline:none;color: rgb(66, 66, 66);}
img {border:none;text-decoration:none;vertical-align:middle;}
.container{width:100%;max-width:1200px;margin: 0px auto;}
.fixed{position:fixed!important;z-index:999999;height: 50px!important;line-height: 50px!important;border-top:2px solid #F7610A;}
.mobile {display: none;}

header{width:100%;  }
footer{width:100%;}
body {background-color: rgb(242, 242, 242);}
.line25 {line-height: 20px;}

.topbg { position: relative; display: flex;justify-content: space-between; height: 38px;line-height: 38px; background-color: #F7610A;padding: 0 60px;}
.topbg .title {color: #fff;flex:1;}
.topbg .logo {display: flex;flex:1; align-items: flex-end; justify-content: flex-end;}
.topbg .logo .icon, .logoimg{padding:0 14px;}
.topbg .logo .icon {margin-right:20px;}
.topbg .logo .logoimg {border-left: 1px solid rgba(0, 0, 0, 0.25);border-right: 1px solid rgba(0, 0, 0, 0.25);color:#fff;}
.topbg .logo a:hover{background-color: #d35207; }
.nav {position: relative; width:100%;display: flex;justify-content: space-between;height: 72px;line-height: 72px; background-color: #fff;padding: 0 50px;
  box-shadow: 0 0.3125em 0.625em rgb(0 0 0 / 10%);margin-bottom:2px;}

.nav .menu1 li{ float: left;margin-right: 30px;}
.nav .menu1 a {color: rgb(66, 66, 66);padding:1px 10px;font-weight: bold;border-bottom: 2px solid #fff;}
.nav .menu1 a:hover {border-bottom: 2px solid rgb(247, 97, 10);}
.nav .menu1 a.active {border-bottom: 2px solid rgb(247, 97, 10);}




.nav .logo {text-align: right;}
.language { padding-left: 30px; height: 26px; line-height: 26px; margin: 23px; border-left: 1px solid #ccc;}
.fixed .language { margin: 12px 23px 12px 23px !important; }
.nav .navright{display: flex;position: relative; }
.nav .search-box {display: flex;align-items: center;}
.nav .search-box .input {display: flex;width: 500px;/**background-color: rgb(240, 240, 240);**/background-color:#fff;height: 24px;padding-left: 10px;  align-items: center;justify-content: space-between;}
.nav .search-box .search-txt {width: 400px;/**background-color:rgb(240, 240, 240);**/border: none;;outline: none;transition: all .3s ease;margin-left: 10px;}
.nav .search-box .button {padding: 0px 5px;height: 22px;line-height: 22px; background-color: #F7610A;color: #ffffff;}
/*.nav .search-box .icon:hover .iconimg {display: none;}*/
/*.nav .search-box .icon:hover .icon1 {display: block;position: absolute;top:25px; right: 300px;}*/
/*.nav .search-box .icon:hover .icon2 {top:10px; }*/
.nav .search-box .icon .iconimg {display: block;}
.nav .search-box .icon .icon1 {display: block;position: absolute;top:25px; right: 300px;}
.nav .search-box .icon .icon2 {top:10px; }
.nav .search-box .icon .icon1 {display: none;}
::placeholder {
  font-style: italic;
}


/* .nav .search::after{content: ""; position: absolute; height: 26px;width: 1px; background: #ccc;z-index: 1;margin-left: 15px;margin-top: 24px;} */
.banner {width: 100%;}
.img100{max-width: 100%;}
.more{color: #F7610A; padding: 3px 27px; border: 1px solid #F7610A;float: right;margin-top: 20px;}
.more:hover {background-color: #F7610A;color:#fff;}
.line1 {margin-top: 10px;width: 100%;border-top: 2px solid #F7610A; }
.line{padding-bottom: 20px;width: 100%;border-top: 2px solid rgb(247, 97, 10); background-color: #fff;}
.line_2{padding-bottom: 20px;width: 100%;border-top: 2px solid rgb(247, 97, 10); background-color: #fff;}
.line_1{padding: 10px 0;width: 100%;border-bottom: 2px solid rgb(247, 97, 10); border-top: 1px solid rgb(217, 211, 211);background-color: #fff;}
.line4 {width: 100%;border-top: 1px dashed rgb(242, 242, 242);}

.nav .menu li{ float: left;margin-right: 30px;}
.nav .menu a {color: rgb(66, 66, 66);padding: 10px;font-weight: bold;}
/* .nav .menu a:hover {border-bottom: 2px solid rgb(247, 97, 10);} */
.menu_container {top: 0; left: 0; z-index: 9999; user-select: none;background-color: #F7610A;display: none;}
.menu_container input { opacity: 1;display: none;}
.menu_container .bt{position: absolute;top: 50px;left:10px;width: 28px; height: 23px; z-index: 999; 
  cursor: pointer; display: flex;justify-content: space-between; flex-direction: column;}
.menu_container .bt span {position: relative;display: block;width: 100%;height: 5px; right: 0; 
  border-radius: 5px; background-color: #F7610A; opacity: 1;transition: all 0.5s ease-in-out;}
.menu_container input:checked~.bt span {background-color: #F7610A;}
.menu_container input:checked~.bt span:nth-child(1) {transform: translateY(9px) rotate(-135deg);}
.menu_container input:checked~.bt span:nth-child(2) {transform: translateX(60px);opacity: 0;}
.menu_container input:checked~.bt span:nth-child(3) {transform: translateY(-9px) rotate(135deg);}
.menu_container .menu {position: absolute;top: 0px;left: 0px;height: calc(60vh - 112px);margin-top: 90px; 
  width: 100%;  background-color: #ffffff;transform: translateX(2000px);display: none;}
.menu_container .menu li {font-size: 16px;padding:0  10px;text-align: left;width: 100%;}
.menu_container .menu a {display: block;padding-right: 10px;line-height: 20px;text-decoration: none;
   color: rgb(66, 66, 66);transition: all 0.3s ease;}
.menu_container .menu a:hover {color: #F7610A;}
.menu_container input:checked~ .menu {transform: translateX(0px);display: block;}


.section{border-top: 5px solid #fff; background-color: #ffffff;}

.banner {background-color: #fff;position: relative;}
.banner .banner_1 {display: flex;align-items: center;padding: 0 20px;position: absolute; top:5%; left: 0;width: 50%;height: 90%;}
.banner  .text {min-height:200px;/**flex: 0.45;position: relative;**/}
.banner  .img {flex:0.55;text-align: center;min-height: 200px;}
.banner  .img img {width: 80%; margin: 0 auto;}
.banner .banner_1 .title {font-size: 20px;color: #F7610A; margin-bottom: 20px;font-weight: 700;}
.banner .text ul{list-style-type: square;line-height: 20px;}
.banner .text ul li::marker {color: #F7610A;}
.banner .banner_1 .list {padding-left: 15px;}
.banner .more {float: left;margin-top: 10px;}
.banner .mk5cicle {position: absolute;bottom: 10px;left:10px; width: 40%;text-align:left; padding: 0 5px;z-index: 9999;}
.swiper-pagination-bullet {width:14px;height:14px;background: #fff;margin: 0px 5px;border: 2px solid #F7610A;opacity:.8; }
.swiper-pagination-bullet-active {background: #F7610A;margin: 0px 5px; }

.solutionlist{display: flex; flex-direction: row; flex-wrap: wrap; gap: 13px;margin-top:20px; align-items: center; }
.solutionlist .content_mk2{display: flex; flex-direction: column;flex:1;background-color: #fff;max-width: fit-content;}
.solutionlist .content_mk2:hover{background-color: #F7610A;}
.solutionlist .imgsol{width: 430px; height: 270px}
.solutionlist .content_mk2 .title2{height:36px; line-height: 36px;text-indent: 20px;color:#F7610A;}
.solutionlist .content_mk2:hover .title2{color: #ffffff;}


.productHover a .productdetail span{font-weight: bold;display: block;}
.productHover a .productdetail .chanpinshu{font-weight: 200;display: block; color:#F7610A; }
.chanpinshu2{width:100%; text-align: right;}
.productHover a .productdetail {display: block;line-height: 20px;color: rgb(66, 66, 66);padding:0px 10px; font-weight: 200;}
.productHover a .productdetail p{word-wrap: break-word;}
.productHover li a .moreDiv {display: none;position: absolute;top:0px;left:0px;width: 100%;height:100%; background-color:rgba(247, 97, 10, 0.75); color: #fff;padding: 10px;}
.productHover a:hover .moreDiv{display: block;}
.productHover a:hover .productdetail{display: none;}

.productHover .productdetail2 {display: flex; flex-direction: column; justify-content: space-between;width: 100%;}
.productHover .productdetail2 ul {display: flex;flex-direction: column; line-height: 16px;list-style-type: square;}
.productHover .productdetail2 ul li{line-height: 16px;padding: 0px 0px 2px;margin-bottom: 2px;height: auto;font-weight: 200;font-size: 14px;}
.productHover .productdetail2 ul li p{margin:0px;padding:0px;font-weight: 200;font-size: 14px;}
.productHover .productdetail2 ul li::marker {color: #fff;}

.mk100 .more2 {background-color: #fff;margin:15px auto;width: 60%;line-height: 25px; color: rgb(247, 97, 10);text-align: center;font-size: 14px;}
.moreDiv .more2 {background-color: #fff;margin:15px auto;width: 60%;line-height: 25px; color: rgb(247, 97, 10);text-align: center;font-size: 14px;}
.moreDiv .productdetail2 p {font-weight: bold;margin-top: 25px; word-wrap: break-word;}
.moreDiv .productdetail2 {line-height: 20px;}
.productdetail1{color:#F7610A; display: flex; justify-content: space-between;align-items: center; font-size: 13px;margin-bottom:10px;}

.indexnews .news{border-bottom: 1px solid #F7610A;margin-bottom:5px;padding-bottom:5px;}

.bordertop5{border-top:5px solid #F7610A;}
.mk1 {padding: 20px 30px 70px 30px; margin-top:40px;position: relative;}
.mk1 .title {font-weight: bold;margin-bottom: 30px;font-size: 20px;}
.mk1 ul.swiper-wrapper {display: flex;justify-content: flex-start;}
.mk1 .productlist li.swiper-slide{width: 24%; /**border: 1px solid rgba(247, 97, 10,1);**/padding: 5px 0px 10px;position: relative;height: 350px;}
.mk1 .productlist li.swiper-slide img {width: 100%; }
.mk1 .productlist li.swiper-slide .productdetail {padding: 0px 10px;margin-bottom: 20px;font-weight: 200;}
.mk1 .productlist1 li.swiper-slide{width: 24%; /**border: 1px solid rgba(247, 97, 10,1);**/padding: 0px 0px 10px;position: relative;height: 325px;}
.mk1 .productlist1 li.swiper-slide img {width: 100%; }
.mk1 .productlist1 li.swiper-slide .productdetail {padding: 0px 10px;margin-bottom: 20px;font-weight: 200;}
.mk1 .productbutton {color: #F7610A; padding: 2px 20px; border: 1px solid #F7610A;float: right;margin: 20px 12px;}
.mk1 .more{margin-top:30px;}
.mk1 .productHover li.swiper-slide a .moreDiv {padding: 10px;}
.mk1 .productHover li.swiper-slide a .moreDiv .productdetail3{padding: 10px 0px;font-weight: 200;}
.mk1 .productHover li.swiper-slide a .moreDiv .productdetail2{padding: 10px 15px;font-weight: 200;}
.mk1 .moreDiv .line3 {width: 100%;border-top: 1px solid rgb(242, 242, 242);}


.mk2 {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.mk2 .title {font-weight: bold;margin-bottom: 20px;font-size: 20px;}
.mk2 .mk2_1{padding: 20px 30px ;margin-bottom: 40px;}
.mk2 .mk2_1 {width: 48%;}

.mk2 .text {height: 200px;display: flex;}
.mk2 .text .list {margin-left: 5%;flex: 1;}
.indexnews .text .list {margin-left: 3%;flex: 1;}
.mk2 .text .img {flex: 1;}
.mk2 .mk2_1:nth-child(3) .text .img {line-height: 240px;text-align: center;}
.mk2 .mk2_1:nth-child(4) .text .img {text-align: center;}
.mk2 .text ul{list-style-type: square;margin-left: 0%;line-height: 25px;}
.mk2 .text ul  li::marker {color: #F7610A;}
.mk2 .button {color: #F7610A; padding: 2px 20px; border: 1px solid #F7610A;float: right;margin: 0px 12px;}
.mk2 .mk4_2{background-color: #fff;border-top: 5px solid #F7610A;padding: 20px 30px;margin-bottom: 40px;width: 48%;}
.mk2 .mk4_2 li span:nth-child(2) {float: right;margin-top:5px;}
.news span{font-size: 13px;line-height: 15px;}
.news p{line-height: 15px;}
.news a:hover p{color:#F7610A; }

.about {padding: 20px 30px 50px 30px;margin-bottom:40px;}
.about1{display: flex;flex-direction: row;}
.about .title {font-weight: bold;margin-bottom: 20px;font-size: 20px;}
.about1 .aboutimg{flex:1;}
.descr ul{list-style-type: square;margin-left: 5%;line-height: 25px;}
.descr ul  li::marker {color: #F7610A;}
.descr{flex:1;overflow: hidden; word-break: break-all;line-height: 24px;}

.mk4 {width: 100%;flex-wrap: wrap;display: flex;justify-content: space-between;}
.mk4 .title {font-weight: bold;margin-bottom: 30px;font-size: 20px;}
.mk4 .mk4_1{background-color: #fff;border-top: 5px solid #F7610A;padding: 20px 30px;margin-bottom: 40px;}
.mk4 .mk4_2{background-color: #fff;border-top: 5px solid #F7610A;padding: 20px 30px;margin-bottom: 40px;width: 48%;}
.mk4 .mk4_2 li span:nth-child(2) {float: right;}
.mk4 .mk4_1 {width: 48%;}
.mk4 .title{font-weight: bold;margin-bottom: 30px;}
.mk4 .mk4_1 .text {height: 240px;display: flex;}
.mk4 .text .list {margin-left: 5%;height: 240px;flex: 1;}
.mk4 .text .img {flex: 1;}
.mk4 .mk1:nth-child(3) .product2text .img {line-height: 240px;}
.mk4 .text ul{list-style-type: square;margin-left: 0%;line-height: 25px;}
.mk4 .text ul  li::marker {color: #F7610A;}
.mk4 .button {color: #F7610A; padding: 2px 20px; border: 1px solid #F7610A;float: right;margin: 0px 12px;}

.mk5 {padding: 20px 30px 60px 20px;width: 100%;position: relative;}
.mk5 .title {font-weight: bold;margin-bottom: 30px;font-size: 20px;}
.mk5 .list .list_mk{display: flex;justify-content: space-between;}
.mk5 .list .list_mk p {line-height: 20px;margin: 0px 0 15px; font-weight: bold;}
.mk5 .list .list_mk p:nth-child(2) {font-size: 14px;}
.mk5 .list .list_mk1{border: 1px solid #F7610A;padding: 10px 0px 10px 5px;width: 23.5%;height: 370px;}
.mk5 .list .list_mk1 img {margin-bottom: 25px;width: 100%;}
.mk5 .more {margin: 25px 0px 20px ;}
.mk5cicle {position: absolute;bottom: 20px;left:20%; margin-top: 30px;width: 60%;text-align: center; padding: 0 5px;}
.mk5 .productHover a .productdetail p:nth-child(1){font-weight: bold;display: block;}
.mk5 .productHover a .productdetail p:nth-child(2){font-weight: 400;display: block;}
.mk5 .productHover a .productdetail {display: block;line-height: 20px;color: rgb(66, 66, 66);}
.mk5 .productHover a .moreDiv {display: none;position: absolute;top:0px;left:0px;width: 100%;height:100%; background-color:rgba(247, 97, 10, 0.75); color: #fff;padding: 0px;}
.mk5 .productHover a:hover .moreDiv{display: block;}
.mk5 .productHover a:hover .productdetail{display: none;}
.mk5 .moreDiv .more2 {background-color: #fff;margin:20px auto;width: 60%;line-height: 25px; color: rgb(247, 97, 10);text-align: center;}
.mk5 .moreDiv .productdetail2 p:nth-child(1) {font-weight: 200;margin: 10px 0;line-height: 20px;}
.mk5 .moreDiv .productdetail2 .data {position: absolute; bottom: 10px;}
.mk5 .moreDiv .productdetail2 {line-height: 20px;padding: 0 10px;}
.mk5 .moreDiv .line3 {width: 100%;border-top: 1px solid rgb(242, 242, 242);}


/*.swiper-pagination-bullet {background: #fff;margin: 0px 10px;border: 1px solid #F7610A; }*/
/*.swiper-pagination-bullet-active {background: #F7610A;margin: 0px 10px; }*/

footer {background-color: #fff;width: 100%;margin-top: 40px;padding-top: 10px;}
footer .line1 {margin-top: 10px;width: 100%;border-top: 2px solid #F7610A; }
footer .foottop .text {padding-bottom:30px;display: flex;}

footer .foottop .list {display: flex;}
footer .foot_1 {flex:1;}
footer .foot_2{flex:2;display: flex; }
footer .foot_1 ul {line-height: 20px;font-size: 13px;}
footer .foot_1 .title {font-weight: bold;line-height: 45px;font-size: 16px;}
footer .foot_1:nth-child(1) ul {line-height: 19px;margin-right: 30px;}
footer .foot_1 ul li a{color: rgba(66, 66, 66, 0.5);}
footer ul {color: rgba(66, 66, 66, 0.5);}
footer .line2 {border-bottom: 1px solid rgba(66, 66, 66, 0.5);margin: auto;}
.footcenter {padding-bottom:30px;}
.footcenter .title {font-size: 12px; color: rgb(66, 66, 66);font-weight: bold;line-height: 45px;}
.footcenter .foot_wz1 {line-height: 17px; font-size: 12px;color: rgba(66, 66, 66, 0.5);margin-right:60px;}
.footcenter .text {display: flex;justify-content: space-between; }
.footcenter .ullist{display: flex;justify-content: space-between; }
.footcenter .tubiao {
  display: flex; align-items: flex-end; justify-content: flex-end;
  column-gap: 10px;
}
footer .line3 {border-bottom: 1px solid rgba(66, 66, 66, 0.5);margin: auto;}
.footbottom {display: flex;padding:20px 0px;justify-content: space-between;}
.footbottom span {color: rgba(66, 66, 66, 0.5);}
.footbottom span:nth-child(1) {line-height: 17px;font-size: 12px;}




.page1 .banner {display: flex;align-items: center;justify-content: space-between;}
.page1 .banner .text {flex: 1;text-align: center;font-size: 20px; color: #F7610A;}
.page1 .banner .img {flex: 2;}
.page1 .banner .img img {width: 50%;} 
.page1 .mk1 {display: flex;justify-content: space-between;padding: 0;}
.page1 .mk1 .mk1_left{flex: 1;margin-right: 30px;}
.page1 .mk1 .mk1_left .title {padding:  10px 10px 2px;font-size: 20px;color: #F7610A;margin-bottom: 0;}
.page1 .mk1 .mk1_left .list ul{display: flex;    flex-direction: column;}
.page1 .mk1 .mk1_left .list ul li {line-height: 35px;border-top: 1px solid rgb(217, 211, 211);font-weight: 500;}
.page1 .mk1 .mk1_left .list2 ul li {font-weight: 400;line-height: 27px;}
.page1 .mk1 .mk1_right{flex: 3; display: flex;flex-direction: column;}
.page1 .mk1 .mk1_right .title {font-size: 12px;padding: 20px 15px 5px;margin-bottom: 0;background-color: #fff;font-weight: normal;color: #F7610A;}
.page1 .mk1 .mk1_right .titlecatalog {font-size: 14px;margin-bottom: 0;background-color: #fff;font-weight: normal;color: #F7610A;}
.page1 .mk1 .mk1_left .list2 {margin-left: 10%; display: none;margin-bottom:10px;}
.page1 .mk1 .mk1_left .list li:hover .list2 {display: block;}
.page1 .mk1 .mk1_left .list li.active .list2 {display: block;}
.page1 .mk1 .mk1_left .list .list2 ul li {border-top: none;}
.page1 .mk1 .mk1_left .list li a:hover {color: #F7610A;}
.page1 .mk1 .mk1_left .list li a:hover .dot1 {display: inline-block;}
.page1 .mk1 .mk1_left .list li a:hover .dot {display: none;}
.page1 .mk1 .mk1_left .list2 a:hover {color: #F7610A;}

.page1 .mk1 .mk1_left .list li a.active {color: #F7610A;}
.page1 .mk1 .mk1_left .list li a.active .dot1 {display: inline-block;}
.page1 .mk1 .mk1_left .list li a.active .dot {display: none;}
.page1 .mk1 .mk1_left .list2 a.active {color: #F7610A;}

.page1 .content {display: flex;justify-content: flex-start;flex-wrap: wrap;}
.page1 .contentlist {column-gap:33px;row-gap:20px;margin-top:20px;}
.page1 .content_mk1 {background-color: #fff;width:270px;padding: 0px;position: relative;height: 345px;}
.page1 .content_mk1 .img {padding: 0px 0px;display: flex;align-items: center;}
.page1 .content_mk1 p:nth-child(1) {font-weight: 200; margin-bottom: 10px;}
.page1 .content_mk1 p:nth-child(2) {font-size: 13px;}



.page1 .productHover a:hover .moreDiv {display: block;}
.page1 .productHover a .moreDiv {position: absolute;display: none; top:0px;left:0px;width: 100%;height:100%; background-color:rgba(247, 97, 10, 0.75); color: #fff;padding: 10px 10px;}
.page1 .moreDiv .more2 {background-color: #fff;margin:10px auto;width: 60%;line-height: 25px; color: rgb(247, 97, 10);text-align: center;}
.page1 .moreDiv .productdetail2 p:nth-child(1) {font-weight: 200;margin: 0; }
.page1 .moreDiv .productdetail2 .data {position: absolute; bottom: 0px;}
.page1 .moreDiv .productdetail2 {line-height: 20px;padding: 10px 15px;color:#fff;}
.page1 .moreDiv .line3 {width: 100%;border-top: 1px solid rgb(242, 242, 242);}
.page1 .moreDiv .list ul  { display: flex;flex-direction: column;}
.page1 .moreDiv .list ul li {font-size: 13px;display: flex;align-items: center;font-weight: 200;}
.page1 .moreDiv .list ul li i {display: inline-block; width: 10px;height: 10px;line-height: 10px; background-color: #ffffff;margin: 0px 10px 0px 5px;}
.page1 .mk1 .mk1_left .list ul li .dot {display: inline-block; width: 2px;height: 2px;line-height: 2px; background-color: #F7610A;margin: 0px 5px 4px 10px;}
.page1 .mk1 .mk1_left .list ul li .dot1 {display: none; border-left: 2px solid #F7610A; height: 12px;line-height: 12px;margin: 0px 5px 0px 10px;}

.page3 .mk1_right .mk1_2 {display: flex;padding:0px 20px;}
.page3 .mk1_right .mk1_2 .text {display: flex;flex-direction: column; justify-content: space-between;width: 100%;}
.page3 .mk1_right .mk1_2 .text .text_top{height: 180px;}
.page3 .mk1_right .mk1_2 .text ul {flex-direction: column; line-height: 25px;margin-left:20px;list-style-type: square;}
.page3 .mk1_right .mk1_2 .text .more {margin-top:10px;}
.page3 .mk1_right .mk1_2 .text .more a {color: #F7610A;}
.page3 .mk1_right .mk1_2 .text .tubiao2 {display: flex; justify-content:flex-end; column-gap: 20px;}
.page3 .mk1_right .mk1_2 .text .button {}
.page3 .mk1_right .mk1_2 .text ul li::marker {color: #F7610A;}
.page3 .mk1_right .title {display: flex;justify-content: space-between;}
.page3 .mk1_right .content {display: flex;flex-direction: column;background-color: #fff; margin-top: 30px;}
.page3 .mk1_right .content .line {border-top: 1px solid #F7610A;}
.page3 .mk1_right .content .title span:nth-child(1) {font-size: 16px;color: rgb(66, 66, 66);font-weight: 550;}
.page3 .mk1_right .content .title span:nth-child(2) {font-size: 16px;font-weight: 550; font-style: italic;}
.page3 .mk1_right .table { margin: 0 auto;padding-bottom: 30px; border-collapse: collapse; border: 0px solid #999;width: 100%;background-color: #fff;}
.page3 .mk1_right .table table {width: 100%;line-height: 22px;text-align: center;font-size: 12px;}
.page3 .mk1_right .table th {background-color: rgba(66, 66, 66, 0.5);color: #ffffff; border-right: 1px solid rgb(255, 255, 255);}
.page3 .mk1_right .table td {border-top: 0; border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-left: 0;}
.page3 .mk1_right .table tr.lastrow td {border-bottom: 0;}
.page3 .mk1_right .table tr td.lastCol {border-right: 0;}
.page3 .mk1_right .table tr td:last-child {border-right: 0;}
.page3 .mk1_right .table th:last-child {border-right: 0;}  
.page3 .moreDiv .list ul li i {display: inline-block; width: 3.5px;height: 3.5px;background-color: #ffffff;border-radius: 10%;margin: 0px 10px 0px 5px;}


.productcategorylist .more {padding: 3px 15px;}
.productcategorylist .mk1_right .mk1_2 .text .button {margin-right: 0px;}

.sopportshandling .content {background-color: #fff; width: 100%;flex-direction: column;margin-top: 30px;}
.sopportshandling .content .content_top {padding: 0 20px;}
.sopportshandling .mk1 .mk1_right .content .title {font-size: 20px; font-weight: bold;color: rgb(66, 66, 66);padding:20px 0 0;}
.sopportshandling .mk1 .mk1_right .content .detail ul{flex-direction: column;list-style-type: square;margin-left: 15px;line-height: 20px;margin-top: 10px;}
.sopportshandling .mk1 .mk1_right .content ul li::marker {color: #F7610A;}
.sopportshandling .mk1 .mk1_right .content ul li span {color: #F7610A;font-weight: bold;}
.sopportshandling .mk1 .mk1_right .content .note_mk1{display: flex;border: 1px solid #F7610A;padding: 0px 5px;margin: 20px 0px;}
.sopportshandling .mk1 .mk1_right .content .note_mk1 .img{padding: 10px;}

.sopportshandling .mk1 .mk1_right .content .note_mk1 .note_right {margin-left: 10px;line-height: 20px;}
.sopportshandling .mk1 .mk1_right .content .note_mk1 .note_right p:nth-child(1){ color: #F7610A;font-size: 18px;font-weight: bold;line-height: 30px;}
.sopportshandling .mk1 .mk1_right .content .note_mk1 .note_right p:nth-child(2) {font-size: 13px;}
.sopportshandling .mk1 .mk1_right .content .note_mk1 .note_right p:nth-child(2) span {color: rgb(66, 66, 66);font-weight: bold;}
.sopportshandling .mk1 .mk1_right .content .downland {padding: 20px 20px;}
.sopportshandling .mk1 .mk1_right .content .downland .title {color: #F7610A;padding-top: 0;}
.sopportshandling .mk1 .mk1_right .content .downland ul {display: flex; flex-direction: column;list-style-type: square;margin-left: 15px;line-height: 30px;margin-top: 0px;}
.downland a:hover{color: #F7610A;}

.sopportstachnical .content {margin-top: 30px;display: flex;column-gap: 30px; row-gap: 30px; flex-wrap: wrap; justify-content: space-between;}
.sopportstachnical .content .content_mk1 {width:422px;height:270px;display: flex; flex-direction:row;justify-content: flex-start;}
.sopportstachnical .content .content_mk1 .img {}
.sopportstachnical .content .content_mk1 .text {padding:10px;width:232px;display: flex;flex-direction: column;justify-content: space-between;}
.sopportstachnical .content .content_mk1 .text .text_bottom {display: flex;align-items: center;justify-content: space-between;}
.sopportstachnical .content .content_mk1 .text .text_bottom .more {margin-top: 0;}
.sopportstachnical .content .content_mk1 p:nth-child(1) {margin-bottom: 10px;}
.sopportstachnical .content .content_mk1 .text .descr2 ul {display: flex;flex-direction: column;margin-left: 15px; line-height: 16px;list-style-type: square;}
.sopportstachnical .content .content_mk1 .text .descr2 ul li{line-height: 16px;padding: 0px 0px 2px;margin-bottom: 2px;height: auto;font-weight: 200;font-size: 14px;}
.sopportstachnical .content .content_mk1 .text .descr2 ul li p{margin:0px;padding:0px;font-weight: 200;font-size: 14px;overflow-wrap: break-word;word-break: normal;hyphens: auto;}
.sopportstachnical .mk1 .mk1_right .content ul li::marker {color: #F7610A;}

.sopportscatalog .content {background-color: #fff;margin-top: 30px;display: flex;flex-direction: column;}
.sopportscatalog .content .content_mk1 {padding: 0px 0px 30px 0px;width: 100%;height: auto;}
.sopportscatalog .content .content_mk1 .title {background-color: #F7610A; color: #fff;font-size: 18px;font-weight: bold;padding: 0 20px; line-height: 30px;}
.sopportscatalog .content .content_mk1 .title1 {color: #F7610A;padding: 20px;}
.sopportscatalog .content .content_mk1 .text {display: flex;padding:10px;}
.sopportscatalog .content .content_mk1 .text_3 {display: flex;flex-direction: row; flex-wrap: wrap;  justify-content: space-between;  align-items: center;}
.sopportscatalog .content .content_mk1 .text_1 {display: flex;flex-direction: column;  justify-content: center;  align-items: flex-start;}
.sopportscatalog .content .content_mk1 .text_2 {display: flex;flex-direction: column;  justify-content: center;  align-items: flex-start;}
.sopportscatalog .content .content_mk1 .alr {text-align: right;}
.sopportscatalog .content .content_mk1 .mlr20 {margin: 0 10px;}
.sopportscatalog .content .content_mk1 .text_1 .kuan1 {font-size: 14px;}
.sopportscatalog .content .content_mk1 .text_1 .kuan2 {color: #F7610A;}
.sopportscatalog .content .content_mk1  .wenzi1 {color: #F7610A;}
.sopportscatalog .content .content_mk1 .text_1 .kuan3 {margin-top: 10px;display: flex;justify-content: center; align-items: center;height: 24px;color:#F7610A;}
.sopportscatalog .content .content_mk1 .text_1 .kuan3 .input3{border: 1px solid #F7610A;width: 80px;height: 24px;padding:2px 5px;}
.sopportscatalog .content .content_mk1 .text_1 .kuan3 .input4{border: 1px solid #F7610A;width: 80px;height: 24px; background-color: #F2F2F2;padding:2px 5px;color:#F7610A;}
.sopportscatalog .content .content_mk1 .text_1 .kuan4 {display: flex;justify-content: center; align-items: center;height: 24px;}
.sopportscatalog .content .content_mk1 .text_1 .kuan4 .input3{border: 1px solid #F7610A;width: 150px;height: 24px;padding:2px 5px;margin-right:20px;}
.sopportscatalog .content .content_mk1 .text_1 .kuan4 .input4{border: 1px solid #F7610A;width: 150px;height: 24px; background-color: #F2F2F2;padding:2px 5px;margin-right:20px;color:#F7610A;}
.sopportscatalog .content .content_mk1 .text_4 {display: flex;flex-direction: column;  justify-content: space-between;  align-items: flex-start;padding:10px 20px;}
.sopportscatalog .content .content_mk1 .text_5 {display: flex;flex-direction: row; flex-wrap: wrap;  justify-content: space-between;  align-items: center;margin-top:10px;}

.sopportstachnical .content .content_mk1 .text .text_bottom .more a {color: #F7610A;}

.eventslist .content  {display: flex;flex-direction: column;}
.eventslist .content .content_mk1 {width: 100%;display: flex;flex: 1;padding: 0px;margin-top:30px;}
.eventslist .content .content_mk1 .text  {width:100%;padding:10px 20px;}

.eventslist .content .content_mk1 .text .title3 {display: flex;justify-content: space-between;font-size: 14px;}
.eventslist .content .content_mk1 .text .title2 {display: flex;justify-content: space-between;font-size: 14px; font-weight: 600;margin-top:10px;}
/*.eventslist .content .content_mk1 .text ul li:nth-child(1) {font-weight: 600;}*/
/*.eventslist .content .content_mk1 .text  ul {display: flex;flex-direction: column;margin-left: 15px;line-height: 20px; color: rgba(66, 66, 66, 0.8);}*/
.eventslist .content .content_mk1 .text .descr2 ul {display: flex;flex-direction: column;margin-left: 15px; line-height: 16px;list-style-type: square;}
.eventslist .content .content_mk1 .text .descr2 ul li{line-height: 16px;padding: 0px 0px 2px;margin-bottom: 2px;height: auto;font-weight: 200;font-size: 14px;}
.eventslist .content .content_mk1 .text .descr2 ul li p{margin:0px;padding:0px;font-weight: 200;font-size: 14px;}

.eventslist .content .content_mk1 .text .descr2 ul li::marker {color: #F7610A;}
.infodescr ul li::marker {color: #F7610A;}
.infodescr .more {padding: 3px 10px !important;line-height: 15px;}
.infodescr img{max-width: 860px;}

.content .content_mk1 .text .descr2{word-break: break-all;margin-top:10px;line-height: 24px;height:80px;overflow: hidden;}

.message_mk1{
  border-bottom: 1px solid #F7610A;
  display: flex;
  flex-direction: column;
  color: #656565;
  font-size: 14px;
  background-color: #fff;
  padding: 20px 0px 10px 20px;
  margin-top:20px;
}
.message_mk1 .title1{
  color:#F7610A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom:10px;
}
.message_form1{display: flex; flex-direction: row;padding:20px;background-color: #fff;justify-content: space-between;align-items: flex-start; column-gap: 20px;}
.message_form1_left, .message_form1_right{display: flex; flex-direction: column;flex:1; row-gap: 20px;width: 100%;}
.message_form1_left_mk1{display: flex; flex-direction: column; }
.message_form1_left_tips{color:#FF0000; text-align: right;display: none;}
.label1{color:#F7610A;}
.input1{margin-top:5px;border:1px solid #afafaf; line-height: 24px; padding: 0px 8px;}
.input2{border:1px solid #F7610A; }
.message_btn1{border: 1px solid #F7610A; color: #F7610A; padding: 5px 30px;background-color: #fff;}
.message_btn1:hover{background-color: #F7610A; color: #fff;}
.contact_mk1{color: #656565;font-size: 14px;width: 30%;}
.contact_mk1 .title1{color:#F7610A;font-size: 14px;display: block; font-weight: 400;}
.contact_mk6{display: flex; flex-direction: row; flex-wrap: wrap;row-gap: 40px; column-gap: 20px;margin-top:50px;}

.infopic{background-color: #fff;margin-top:20px;}
.infodescr{
  background-color: #fff;padding:20px;line-height: 24px;
  max-width:900px;
}
.infodescr p{max-width:900px;}
.wraptxt1{overflow-wrap: break-word;word-break: normal;hyphens: auto;}

.mk100{display: flex; flex-direction: row; flex-wrap: wrap; row-gap: 20px; column-gap: 33px;margin-top: 20px; align-items: center; justify-content: flex-start;}
.mk100 .mk100_1{display: flex; flex-direction: column; background-color: #fff;}
.mk100 .img1{width: 270px; height: 372px;max-width: 100%;}
.mk100 .img2{width: 430px; height: 250px;max-width: 100%;}
.mk100 .img3{width: 270px; height: 240px;max-width: 100%;}
.mk100 .title1{height: 30px;line-height: 30px;padding-left: 10px;color:#F7610A;}
.mk100 .mk100_2{display: flex; flex-direction: row; justify-content: space-between;}
.mk100 .title2{height: 30px;line-height: 30px;padding-right: 10px;}
.mk100 a:hover .mk100_3{display: none;}


.page { clear:both;overflow:hidden;margin-top:30px; background-color:#fff;margin-left:0px;text-align:center;font-size:14px;display: flex; align-items: center; justify-content: center;}
.pagination{text-align:center;margin-top:13px;margin-bottom: 13px;}
.pagination li{margin:0px 5px; border:1px solid #F7610A;display: inline-block;width:36px;height: 24px; line-height: 24px;}
.pagination li span{display:block;padding: 0px 4px;}
.pagination li a{display:block;padding: 0px 4px;color: #F7610A; }
.pagination .active{background-color: #F7610A;color: #fff;}
.pagination .disabled{color:#aaa;}

.newstitle{margin-top:20px;padding:20px 20px 5px 20px;font-size:16px;background-color:#fff;display: flex; justify-content: space-between;align-items: center;border-bottom: 1px solid #F7610A;color: #F7610A;}
.newstitle .title1{color: #666666;font-size: 14px;}



.support1{width: 270px; height: 300px;display: flex; flex-direction: column; justify-content: flex-start;align-items: center;}
.content .mk1img {display: flex; align-items: center; justify-content: center;}
.content .mk1img .mk1img1{width: 240px; height: 180px;}
.more3{display: none;}
.mk100 .mk100_4{background-color: #fff;}
.mk100 a:hover .mk100_4{background-color:rgba(247, 97, 10, 0.75);}
a:hover .more3{display:block;}
.mk100 a:hover .more3{display:block;}
.mk100 a:hover .title1{color:#fff;}
.mk100 .line3 {width: 100%;border-top: 1px solid rgb(242, 242, 242);}


@media only screen and (max-width: 1400px) {
  
}

@media only screen and (max-width: 1200px) {
  .topbg{padding: 0px 30px;}
  .nav{padding:0px 10px;}
  .nav .search-box{display: none;}
  .nav .menu1 li{ margin-right: 20px;}
  .nav .logo {margin-left:20px;}
  .nav .language { padding-left: 20px; margin:23px 10px;}

  .footbottom, .footcenter, .foottop {padding: 20px 20px 30px;}
  .footcenter {padding: 10px 20px 10px;}
}

@media only screen and (max-width: 1054px) {
  .nav .menu1{display: none;}
  .nav {    justify-content: flex-end}
  .menu_container .bt {top: 22px;}
  .menu_container {display: block;}
  .nav .search-box .iconimg {display: none;}


  .footcenter ul {margin-right: 20px;}
  footer .foot_1:nth-child(1) ul {margin-right: 10px;}
  footer .foot_1 {flex:2;}

}

@media only screen and (min-width: 992px)and (max-width: 1024px) {
  .mk1 .productlist li img {width: 60%;}
  .mk1 .productlist li {text-align: center;}
  .mk5 .list li img {width: 60%;}
  .mk5 .list li {text-align: center;}


}

@media only screen and (min-width: 767px)and (max-width: 992px) {
  .mr60 {margin-right: 40px;}
  .mk3 .img{flex: 1;}
  .mk3 .list{flex: 1;}
  /* .mk5 .list ul {flex-wrap: wrap;}
  .mk5 .list ul li {width: 48%;margin-bottom: 15px;} */
  footer .foottop .text {padding: 20px 20px 30px;}
  footer .line2 {border-bottom: 1px solid rgba(66, 66, 66, 0.5);width: 100%;margin: auto;}
  footer .line3 {border-bottom: 1px solid rgba(66, 66, 66, 0.5);width: 100%;margin: auto;}
  .footcenter .foot_wz1 {margin-right:20px;}
  .mk1 .productlist li img {width: 70%;}
  .mk1 .productlist li {text-align: center;height: 320px;}
  .mk5 .list .list_mk1 img {width: 60%;}
  .mk5 .list .list_mk1 {text-align: center;}
  /*.nav .logo img {width: 50%;}*/
  .banner .banner_1 .title {font-size: 20px;}
  
}

@media only screen and (max-width: 767px) {
  .nav .menu1{display: none;}
  .nav .logo{text-align: right;}
  .nav .logo img {width: 50%;}

  /* .mk1 ul {flex-wrap:wrap; }
  .mk1 .list li {width: 49%;} */

  footer .foottop .text {padding: 20px 0px 30px; flex-wrap: wrap;}
  .footcenter .foot_wz1 {margin-right:20px;}

  footer .foottop .mk1 {width: 50%;margin-right:0;}
  footer .foottop .mk1:nth-child(1) {width: 100%;}
  footer .line2 {border-bottom: 1px solid rgba(66, 66, 66, 0.5);width: 100%;margin: auto;}
  footer .line3 {border-bottom: 1px solid rgba(66, 66, 66, 0.5);width: 100%;margin: auto;}
  footer .footcenter .text {flex-direction: column;}
  footer .footbottom {flex-direction: column;}

  .mk100{justify-content: center;}
  
}
@media only screen and (max-width: 640px) {
  footer .foottop .text {flex-direction: column;}
  .message_form1{flex-direction: column;padding:15px;}
  .page3 .mk1_right .mk1_2 .text .text_top{height: auto;}

}
@media only screen and (max-width: 478px) {
  .mobile {display: block;}
  .mk5cicle {display: none;}
 
  .topbg .icon{display: none;}
  .topbg .logoimg{display: none;}
  .nav .language{display: none;}
  .nav {height: 50px;line-height: 50px; justify-content: flex-end; }
  .menu_container .bt {top: 15px;}
  .menu_container .menu {margin-top: 40px;}

   .nav .menu1{display: none;}
   .nav .search{display: none;}
   .nav .navright {margin-left: 10px;}
   .nav {padding: 0;}
   .topbg  {height:40px;line-height: 40px;}

  .banner{min-height:400px;}
  .swiper-slide{min-height: 400px;}
   .banner .banner_1 {width: 100%; left:10px;position: relative;}
   .banner .text {padding: 0 10px;}
   .banner .banner_1 .title {font-size: 19px;margin-top: 15px;width: 100%; word-wrap: break-word;}
  .banner .banner_1 .list {padding-left: 5px;}
  .banner .mk5cicle {width: 100%;}

  .mk1 .productlist li img {width: 75%;}
  .mk1 .productlist li {text-align: center;height: 320px;padding: 15px;}
  .about1 {flex-direction: column;}
  .mk2 {margin-bottom:30px ;}
  .mk2 .mk2_1 {width: 100%;margin-bottom: 10px;}
  .mk2 .mk2_1:nth-child(3) .text .img {line-height: 240px;width: 100%;}
  .mk2 .img100 {width: 80%;}
  .mk2 .text .list {margin-left: 0;}
  .indexnews .text .list {margin-left: 0;}
  .mk2 .text {height: 190px;}
  .mk2 .mk4_2{margin-bottom: 10px;width: 100%;}
  .mk3 .text .img {width: 100%;}
  .mk3 .text {    flex-direction: column;}
  .mk4 {margin-bottom: 30px;}
  .mk4 .mk4_2 {width: 100%;margin-bottom: 10px;}
  .mk4 .mk4_1 {width: 100%;margin-bottom: 10px;}
  .mk4 .mk4_2 .text {height: 210px;}
  .mk4 .mk4_1 .text {height: 190px;}
  .mk4 .text {height: 160px;}
  .mk5 .list .list_mk1 img {width: 60%;}
  .mk5 .list .list_mk1 {text-align: center;}

  .footcenter .foot_wz1 {margin-right:5px;}

  .mr60 { margin-right: 10px;}
  .mr30 { margin-right: 50px;}
  .footcenter .tubiao {margin-top: 20px;}

  .page1 .mk1 {flex-direction: column;}
  .page1 .mk1 .mk1_left {margin-right: 0;}
  .productlist .banner .img img {width: 100%;}
  .page1 .banner .img img {width: 100%;}
  .page1 .content_mk1 {width: 100%;height: 320px;display: flex;justify-content: center;}
  /* .page1 .content_mk1 a {border: 1px solid #F7610A;} */
  .page1 .content_mk1 .img100 {width: 70%;}
  .productHover a .productdetail {text-align: center;}
  .page1 .content_mk1 .img {text-align: center;}
  .page3 .mk1_right .mk1_2 {flex-direction: column;}
  .sopportstachnical .content .content_mk1 {width: 100%;}
  .sopportscatalog .content .content_mk1 .text_1 {width: 49%;margin: 0;}
  .sopportscatalog .content .content_mk1 .text {flex-wrap: wrap;}
  .page1 .mk1 .mk1_right .title {margin-top: 30px;}
  .page3 .mk1_right .table td {padding: 5px;}
  .page3 .mk1_right .mk1_2 {padding: 0 10px;}

  .sopportshandling .mk1 .mk1_right .content .title {font-size: 14px;}
  .sopportshandling .mk1 .mk1_right .content .detail ul li{font-size: 13px;}
  .sopportshandling .mk1 .mk1_right .content .note_mk1 {margin: 15px 10px;}
  .sopportshandling .mk1 .mk1_right .title {margin-top: 10px;}
  .sopportshandling .mk1 .mk1_right .content .downland ul li {font-size: 13px;}
  .sopportstachnical .content_mk1 .img100 {width: 100%;}
  .sopportscatalog .content_mk1 {flex-direction: column;}
  .eventslist .content .content_mk1 {flex-direction: column;}
  .content .mk1img .mk1img1{width: 100%; height: auto;}
  .content .more{margin-bottom:10px;}

  .topbg .logo {display: none;}
  .nav .logo {margin-right: 20px;}
  .footcenter ul {margin-right: 8px;}

  .mk100 .img1{max-width: 270px; width: 100%;}
  .mk100 .img2{max-width: 430px; width: 100%;}


  
  
}
