/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;/* display: inline-block; */}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color: #009F9B;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
dt{font-weight: normal;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;zoom:1;display:inline;font-size:0px;}

/* 滚动 */
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

/* 【 重置 标签 】 */
h1,h2{font-size:12px;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}

/* 【 主体 宽度 】*/
/* 普通站 */
/* .wh{width: 1200px;margin:0 auto;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;} */
/* 响应式 (max-width= 1440 + 15 * 2) */
.wh{max-width:1470px;margin:0 auto;padding:0 15px;text-align: left;}

/* 图片 放大 效果 */
.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}




/* 1【 头部 】 */
.top1{display: none;height: 27px;background: #e6e6e6;color: #595959;line-height: 27px;overflow: hidden;font-size: 13px;}
.top1 a{color:#595959;/* margin: 0 3px; */}
/* 2 */
.top2{display: none;height: 100px;/* overflow: hidden; */}
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 100px;}
/* 广告语 */
.top2 .adv{display: none; height: 65px;margin-top: 21px;padding-left: 25px;margin-left: 25px;border-left: 1px solid #e6e6e6;}
.top2 .adv p:nth-child(1){font-size: 22px;color: #333333;font-weight: bold;letter-spacing: 1px;}
.top2 .adv p:nth-child(2){font-size: 14px;color: #808080;}
/* 电话 */
.top2 .phone1{font-size:26px;color:#ff0000;padding: 13px 0 0 48px;background: url(../images/main/phone1.png) no-repeat 5px 0px;margin-top: 32px;height: 50px;font-weight: bold;} 
.top2 .phone1 p{} /* 文字 */




/* 2【 导航栏 】 */
.nav{/* background: url(../images/main/nav_bg.png) repeat-x; */height:100px;background-color: #EFF5F5;} /* 背景图片、高度 */
.nav .logo{/* display: none; */ /* 导航栏 Logo */float: left;line-height: 96px;width: 16%;}
/* .nav .logo img{width: 100%;} */
.x-menu {width: 73%;float: right;display: flex;justify-content: space-between;margin: 0 1% 0 0;}
.x-menu > li {float: left;position: relative;text-align:center;width: 10%;}
.x-menu > li > a {display: block;font-size: 18px;color: #000000;line-height: 98px;font-weight: bold;}
.x-menu > li > a:hover {background: #fff;color: #009F9B;border-bottom: 2px solid #009F9B;}
.x-menu > li.active > a {/* background-color: #f3570f; *//* border-bottom: 2px solid #009F9B; */}
.x-menu > li:after {content: '';position: absolute;z-index: 100;width: 100%;left: 0;height: 40px;opacity: 0;top: 100%; }
.x-menu > li:hover .x-sub-menu {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0); }
.x-sub-menu {position: absolute;z-index: 99999;width: 100%;left: 0%;top: 100px;background: #fff;/* border-radius: 5px; */padding: 3px 0;opacity: 0;visibility: hidden;-webkit-transform: translateY(20px);transform: translateY(20px);-webkit-transition: all .5s ease;transition: all .5s ease;}
.x-sub-menu > li > a {display: block;text-align: center;font-size: 14px;color: #333;line-height:40px;height:40px;font-weight: bold;overflow:hidden;}
.x-sub-menu > li > a:hover {background: #00A09B;color: #fff;}
.x-sub-menu:after {content: '';width: 0;height: 0;line-height: 0;font-size: 0;overflow: hidden;border-width: 10px;cursor: pointer;border-style: dashed dashed solid dashed;border-color: transparent transparent #fff transparent;border-top: none;position: absolute;top: -10px;left: 50%;margin-left: -10px;z-index: 99;display: none;}
/* 【 中英文 切换 】*/
.language{/* display: none; *//*隐藏*/}
.language a{padding: 0 0 0 22px;font-size: 16px;color: #383838;font-weight: bold;margin: 40px 0 0 0;background: url( //cdn.myxypt.com/bec2564e/21/04/f76292780518907ab804d13a278b17451c6b846f.png ) no-repeat center left;display:inline-block;float:left;}




/* 3【banner】 */
.banner{position:relative;}
.banner{width:100%;height:100%;}
.banner ul.bb{position:relative;padding:0px;margin:0px;z-index:5;width:100%;height:100%;}
.banner ul.bb li{position:absolute;display:none;width:100%;height:100%;}
.banner ul.bb li a{width:100%;display:block;height:100%;}
.banner ul.bb li a img{width:100%;height:100%;}
.banner .num{position:absolute;right:0;bottom:40px;z-index:100;text-align: center;width: 100%;}
.banner .num li{display:inline-block;margin:0 5px;width:61px;height: 6px; text-indent:-100px;overflow:hidden;background: #009b4c;}
.banner .num li.num_hover{background-color:#e15616;}
.banner .num li.num_hover a{color:#fff;}
.banner .num li a{float:left;display:inline;text-align:center;color:#666;text-decoration:none;cursor:pointer;width:16px;height:16px;line-height:16px;}
/*  */
/*.x-banner img{height: calc(100vh - 100px);}*/
/*@media (max-width: 475px) {*/
/*    .x-banner img{height: auto;}*/
/*}*/




/* 【 1 关于荣莱科技 】 */
.box1{clear: both;overflow: hidden;padding: 4% 0 4% 0;background: url( //cdn.myxypt.com/bec2564e/21/04/b91fcc0305e33d5c72aa7089d55d1e925650c971.png ) no-repeat center top;background-size: cover;}
/*  */
.box1 .ll{float: left;width: 40%;margin: 3% 0% 0% 0%;}
.box1 .title{font-size: 34px;color: #009f9b;margin: 0 0 0 0;padding: 0 0 .9% 0;background: url( //cdn.myxypt.com/bec2564e/21/04/2b0bd6686160b9e60b878277410089bdeb4aab86.png ) no-repeat left bottom;}
.box1 h2{font-size: 16px;color: #333333;margin: 25px 0 0 0;padding:0 0 0 0;line-height: 1.8;font-weight: normal;}
.box1 h3{font-size: 16px;color: #147a7b;margin: 25px 0 0 0;padding:0 0 0 0;line-height: 1.8;font-weight: normal;}
.box1 h3:hover{font-weight:600;color:#147a7b;}
/*  */
.box1 .rr{float: right;width: 40%;}
.box1 .rr img{width: 100%;}
/*  */
.box1 ul{display: inline-block;margin: 0 0 0 0;padding:0 0 0 0;clear: both;width: 100%;text-align: center;display: flex;justify-content: space-between;}
.box1 ul li{display: inline-block;float: left;margin: 6% 0 0 0;padding:0 0 0 0;width: 25%;}
.box1 ul li a{display: inline-block;}
.box1 ul li .txt{margin: 0 0 0 0;padding:0 0 0 0;display: inline-block;}
.box1 ul li h2{font-size: 64px;color: #29a2ab;margin: 0 0 0 0;padding:0 0 0 0;font-weight: bold;float: left;letter-spacing: -3px;line-height: 1;}
.box1 ul li h3{font-size: 16px;color: #147a7b;margin: 40px 0 0 6px;padding:0 0 0 0;float: left;font-family:"黑体";}
.box1 ul li h4{font-size: 16px;color: #147a7b;margin: 0 0 0 0;padding:0 0 0 0;clear: both;font-family:"黑体";}
/* .box1 ul li+li{margin-left: 10px;} */




/* 【 2 产品展示 】 */
.box2{clear: both;overflow: hidden;padding: 1.7% 0 2.5% 0;background: #F5FAFA;/* background-size: cover; */}
/* 标题 */
.box2 .tt{}
.box2 .title{font-size: 34px;color: #009f9b;margin: 0 0 0 0;padding: 0 0 .9% 0;/* background: url( //cdn.myxypt.com/bec2564e/21/04/2b0bd6686160b9e60b878277410089bdeb4aab86.png ) no-repeat left bottom; */float: left;}
.box2 .more{width: 122px;height: 41px;background: url( //cdn.myxypt.com/bec2564e/21/05/cc62954a07d9d430036f0601a50dbce0c2ea8db2.png ) no-repeat center top;float: right;}
/* 【 手风琴 】 */
.picShow1{margin:0 auto;overflow: hidden;margin-top: 51px;margin-bottom: 20px;clear: both;top: 14px;position: relative;}
.picShow1 li{float:left;width:10.4%;/*最小 宽度*/position:relative;z-index:99;height:100%;height:480px;overflow: hidden;/*为了图片居中*/transition:all .8s;}
.picShow1 li a{display: inline-block; color:#fff;text-indent:0;}
.picShow1 li img{/* width:100%; *//*图片 拉伸*/display:block;height:100%;margin-left: -39%;/*图片 居中*/}
.picShow1 li .txt{width:100%;position:absolute;left:0;bottom:0;z-index:9999;background:rgba(20,122,123,.5);font-size:17px;height:85px;overflow:hidden;}
.picShow1 li .txt h3{z-index:9999;text-indent:8%;line-height:50px;font-size:17px;color:#ffffff;font-size: 17px;}
.picShow1 li .txt h4{font-size:18px;color:#96e3e1;text-indent:8%;margin-top:9px;}
.picShow1 li+li{margin-left:10px;}
/* on (鼠标 进入 放大 效果) */
.picShow1 li.on{width:33%;}
.picShow1 li.on img{margin: 0;/*取消 图片 居中*/}
.picShow1 li.on .txt{height:auto;overflow:visible;padding:8% 0 8%;background:rgba(0,159,155,.59);}
.picShow1 li.on .txt h3{line-height:30px;font-size:24px;}
/* 自适应 */
@media (max-width: 1024px) {
    .picShow1 li+li{margin-left:7px;}
}
@media (max-width: 768px) {
    .picShow1 li.on{width: 31%;}
}
@media (max-width: 475px) {
    .picShow1{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .picShow1 li{width: 48%;height: auto;margin-bottom: 3%;}
    .picShow1 li img{width: 100%;margin: 0;/*取消 图片 居中*/}
    .picShow1 li .txt{height: 36px;}
    .picShow1 li .txt h3{line-height: 34px;font-size: 14px;text-align: center;}
    .picShow1 li+li{margin-left: 0;}
    .picShow1 li:last-child{display: none;}
}




/* 【 3 社会责任、公司荣誉 】 */
.box3{clear: both;overflow: hidden;padding: 3% 0 3% 0;/* background: url(  ) no-repeat center top; *//* background-size: cover; */}
.box3 {}
/*  */
.box3 ul{display: inline-block;margin: 0 0 0 0;padding:0 0 0 0;display: flex;justify-content: space-between;}
.box3 ul li{display: inline-block;float: left;margin: 0 0 0 0;padding:0 0 0 0;width: 50%;}
.box3 ul li a{display: inline-block;width: 100%;position: relative;overflow: hidden;}
.box3 ul li .img{}
.box3 ul li .img img{width: 100%;}
.box3 ul li .txt1{margin: 0 0 0 0;padding:0 0 0 0;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);text-align: center;transition: .4s;}
.box3 ul li .fimg{}
/* .box3 ul li .fimg img{width: 100%;} */
.box3 ul li h2{font-size: 18px;color: #fff;margin: 13px 0 0 0;padding:0 0 0 0;}
.box3 ul li .txt2{margin: 0 0 0 0;padding:0 0 0 0;position: absolute;left: 50%;top: 150%;transform: translate(-50%, -50%);text-align: center;width: 100%;background-color: rgba(255, 255, 255, 0.78);display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;transition: .4s;}
.box3 ul li h3{font-size: 30px;color: #147a7b;margin: 0 0 0 0;padding:0 0 0 0;}
.box3 ul li h4{font-size: 16px;color: #000;margin: 6% 0 4% 0;padding:0 0 0 0;width: 73%;line-height: 1.6;}
.box3 ul li h5{font-size: 14px;color: #147a7b;margin: 0 0 0 0;padding:0 0 0 0;width: 20%;height: 45px;line-height: 45px;border: 1px solid #147a7b;text-align: center;}
.box3 ul li h5 span{font-weight: bold;}
.box3 ul li+li{margin-left: 15px;}
.box3 ul li:hover .txt1{top: 150%;}
.box3 ul li:hover .txt2{top: 50%;}
.box3 ul li h5:hover{font-size: 14px;
    color: #fff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 20%;
    height: 45px;
    background: #00a29e;
    line-height: 45px;
    border: 1px solid #00a29e;
    text-align: center;}




/* 【 碎片 】1 */
/* 标题 */
.box4 .title{font-size: 34px;color: #009f9b;margin: 0 0 0 0;padding: 0 0 1.9% 0;/* background: url( //cdn.myxypt.com/bec2564e/21/04/2b0bd6686160b9e60b878277410089bdeb4aab86.png ) no-repeat left bottom; */float: left;}
.box4 .more{width: 122px;height: 41px;background: url( //cdn.myxypt.com/bec2564e/21/05/cc62954a07d9d430036f0601a50dbce0c2ea8db2.png ) no-repeat center top;float: right;display:none;}
/*  */
.index-c3{padding-bottom: 60px; }
.c3-slick .slick-con{ padding: 0 15px; width: 100%;}
.c3-slick .slick-con a{ display: block; width: 100%;}
.c3-slick .slick-con .img{ padding: 15px; border: 1px solid #ebebeb; background: #f7f7f7;width: 100%;}
.c3-slick .slick-con .img img{ width: 100%; }
.c3-slick .slick-con h3{ font-size: 16px; color: #666; text-align: center; padding-top: 30px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.c3-slick .slick-con:hover h3{ color: #29A2AB;}




/* 【 4 新闻资讯 】 */
.box4{clear: both;overflow: hidden;/* padding: 4% 0 4% 0; *//* background: url(  ) no-repeat center top; *//* background-size: cover; */}
/* 标题 */
.box4 .tt{}
.box4 .title{font-size: 34px;color: #009f9b;margin: 0 0 0 0;padding: 0 0 .9% 0;/* background: url( //cdn.myxypt.com/bec2564e/21/04/2b0bd6686160b9e60b878277410089bdeb4aab86.png ) no-repeat left bottom; */float: left;}
.box4 .more{width: 122px;height: 41px;background: url( //cdn.myxypt.com/bec2564e/21/05/cc62954a07d9d430036f0601a50dbce0c2ea8db2.png ) no-repeat center top;float: right;}
/*  */
.box4 ul{display: inline-block;margin: 0 0 0 0;padding: 1.4% 0 2% 0;display: flex;justify-content: space-between;clear: both;}
.box4 ul li{display: inline-block;float: left;margin: 0 0 0 0;padding:0 0 0 0;box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.07);width: 31.5%;transition: .4s;}
.box4 ul li a{display: inline-block;}
.box4 ul li .img{margin: 0 0 0 0;padding:0 0 0 0;}
.box4 ul li .img img{width: 100%;}
.box4 ul li .txt{margin: 0 0 0 0;padding:7% 3%;background: #FFFFFF;transition: .4s;}
.box4 ul li h2{font-size: 18px;color: #000000;margin: 0% 0 0 0;padding: 0 0 5% 0;}
.box4 ul li h3{font-size: 14px;color: #989898;margin: 0 0 0 0;padding:0 0 0 0;line-height: 1.6;}
.box4 ul li h4{font-size: 13px;color: #AEAEAE;margin: 0 0 0 0;padding: 9% 0 0 0;font-weight: bold;}
.box4 ul li+li{margin-left: 10px;}
.box4 ul li:hover .txt{background: #29A2AB;}
.box4 ul li:hover h2,
.box4 ul li:hover h3,
.box4 ul li:hover h4{color: #fff;}




/* 【 5 打造全球医疗器械领域知名品牌 】 */
.box5{clear: both;overflow: hidden;padding: 0 0 0 0;/* background: url( //cdn.myxypt.com/bec2564e/21/04/0d95cb4aa1a7933f79db9df8e87f77d8744c487c.png ) no-repeat center top; *//* background-size: cover; */}
/*  */
.box5 .wh2{max-width:1920px;margin:0 auto;padding:0 15px;text-align: left;}
/*【 Tab 切换 】*/
.slideTxtBox1{margin: 0px 0 0 0;position: relative;height: 529px;overflow: hidden;}
/* Tab 按钮 */
.slideTxtBox1 .hd{display: block;width: 100%;position: absolute;z-index: 99;/* margin: 0 auto; */left: 10.8%;}
.slideTxtBox1 .hd ul{display: inline-block;margin: 0 0 0 0;padding: 1% 0 0 0;background: rgba(0, 0, 0, 0.08);width: 15%;float: right;}
.slideTxtBox1 .hd li{display: block;margin: 0 0 0 0;padding:0 0 0 0;text-align: center;border-bottom: 1px solid #C0BEBE;transition: .4s;}
.slideTxtBox1 .hd li h2{font-size: 24px;color: #010000;margin: 0 0 0 0;padding: 0 0;line-height: 350%;}
.slideTxtBox1 .hd li+li{/* margin-left: 22px; */}
.slideTxtBox1 .hd li.on,
.slideTxtBox1 .hd li:hover{background-color: #009F9B;}
.slideTxtBox1 .hd li.on h2,
.slideTxtBox1 .hd li:hover h2{color: #fff;}
/* Tab 内容 */
.slideTxtBox1 .bd{/* margin-top: 25px; */}
.slideTxtBox1 .bd ul{display: block;}
.slideTxtBox1 .bd li{display: block;float: left;margin: 0 17px 27px 0;position: relative;transition: .5s;}
.slideTxtBox1 .bd li a{display: block;}
.slideTxtBox1 .bd li .img{/* border: 1px solid #e6e6e6; */width: 100%;}
.slideTxtBox1 .bd li img{width: 102%;}
.slideTxtBox1 .bd li h3{font-size: 38px;color: #29A2AB;height: 42px;line-height: 42px;background-color: rgba(0, 102, 217, .5);/* border: 1px solid #e6e6e6; */border-top: none;text-align: center;position: absolute;bottom: 0;left: 0;right: 0;position: absolute;top: 40%;font-weight: bold;margin: 0 auto;padding: 0 0 1.9% 0;background: url( //cdn.myxypt.com/bec2564e/21/04/09b0d1874da127601f76cf16822d90c5f9b5cd58.png ) no-repeat center bottom;/* float: left; */padding: 0px 0 63px 0px;}
/* .slideTxtBox1 .bd li:nth-child(4n){margin-right: 0;} */
/* .slideTxtBox1 .bd li:hover h3{background-color: #ff5959;color: #fff;transition: .5s;position: absolute;bottom: 0;} */
@media (max-width: 1440px) {
    .slideTxtBox1{height: 459px;}
    .slideTxtBox1 .hd li h2{line-height: 308%;}
    .slideTxtBox1 .hd{left:0;padding:0;}
}
@media (max-width: 1024px) {
    .slideTxtBox1{height: 321px;}
    .slideTxtBox1 .hd li h2{line-height: 214%;}
}
@media (max-width: 768px) {
    .slideTxtBox1{height: 244px;}
    .slideTxtBox1 .hd li h2{font-size: 17px}
    .slideTxtBox1 .bd li h3{font-size: 26px;}
    .slideTxtBox1 .hd li h2{line-height: 229%;}
}
@media (max-width: 475px) {
    .slideTxtBox1{height: 191px;}
    .slideTxtBox1 .hd li h2{font-size: 12px}
    .slideTxtBox1 .bd li h3{font-size: 16px;}
    .slideTxtBox1 .hd{position: relative;}
    .slideTxtBox1 .hd ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
    .slideTxtBox1 .hd li{float: left;border-bottom: none;width: 31%;margin-bottom: 2%;}
    .slideTxtBox1 .bd li h3{padding:0 0 1.9% 0;}
    /* .slideTxtBox1 .hd li+li{border-left: 1px solid #C0BEBE;} */
}




/* 【 输入框 】 提示文字 颜色 (可删除) */
.XXXX input::-webkit-input-placeholder,
.XXXX textarea::-webkit-input-placeholder {color: #5a5a5a;}
.XXXX input::-ms-input-placeholder,
.XXXX textarea::-ms-input-placeholder {color: #5a5a5a;}
.XXXX input::placeholder,
.XXXX textarea::placeholder {color: #5a5a5a;}
.XXXX input:-ms-input-placeholder,
.XXXX textarea:-ms-input-placeholder {color: #5a5a5a;}




/* 【 页脚 】 */
/* 导航 */
.footerNav{background-color: #2b7ce2;display: none;/*隐藏*/}
.footerNav.wh{display: flex;}
.footerNav a{color: #fff;font-size: 14px;flex: 1;display: table;height: 45px;line-height: 45px;text-align: center;transition: .5s;}
.footerNav a:hover{background-color: #0855b6;transition: .5s;}
/* Box */
.footer{text-align:left;background-color: #F5FAFA;padding-top: 45px;color: #333333;}
.footer >  .wh{/* display: table; */border-top: 1px solid #F1F1F1;padding: 1% 15px 0% 15px;}
/* Logo */
.footer .logo{}
/* 联系我们 */
.footer .contactUs{margin-left: 50px;margin-right: 30px;}
.footer .contactUs h2{font-size: 16px;font-weight: bold;}
.footer .contactUs h3{font-size: 14px;line-height: 247%;margin-top: 20px;}
/* 电话 */
.footer .endPhone{font-size: 20px;padding: 23px 0 0 54px;font-weight: bold;background: url(../images/main/endPhone1.png) no-repeat top left;}
/* 【 栏目 分类 】 */
.f_nav{/* width: 696px; *//* display: none; *//*隐藏*/width: 50%;}
.f_nav dl{float:left;width: 23%;/* height:186px; */overflow:hidden;text-align:left;}
.f_nav dl a{color: #fff;}
.f_nav dt:hover{color:#00a29e;}
.f_nav dd a:hover{color:#00a29e;}
.f_nav dt{margin-bottom:13px;font-size: 18px;font-weight: bold;} /* 标题 */
/* .f_nav dt a{color:#999999;} */
.f_nav dd{line-height: 30px;/* text-align: left; */}
.f_nav dd a{font-size:14px;color: #A6A6A6;}  /* 列表 */
/* 二维码 */
.qrcode{}
/* 左侧 文字 */
.qrcode .txt_Left{float: left;margin-right: 5px;margin-top: 10px;background: url(../images/main/qrcode_pic1.png) no-repeat center top;padding-top: 20px;}    
.qrcode .txt_Left{  width: 14px; line-height: 14px;    font-size: 14px;}  /* 文字 竖排 */
/* 图片 */
.qrcode .code1{width: 96px;/* overflow: hidden; */float: left;}  /*  大小 */
.qrcode .code1 img{height: 100px;/* border:1px #e6e6e6 solid; */width: 100%;height: 100%;overflow: hidden;}  /*  边框 */
/* 底部 文字 */
.qrcode .txt_bottom{clear: both;text-align: center;margin-top: 5px;font-size: 14px;color: #A6A6A6;}
/* 友情链接 */
.footer .link{/* font-size: 14px; */color: #A6A6A6;clear: both;/* padding: 72px 0 0 0; */}
.footer .link a{/* color: #cbcbcb; *//* font-size: 12px; */}
 /* 2 */
 .copyright{color: #A6A6A6;font-size: 14px;text-align: left;line-height:24px;border-top: 1px solid #ffffff35;padding: 14px 0;margin-top: .4%;clear: both;background-color: #FFFFFF;}
.copyright a{color: #A6A6A6;}
.copyright .group2{clear: both;width: 100%;}
.copyright .group3{clear: both;}
/* ======== 页脚 New ========= */
.footer a{color: #A6A6A6;font-size: 14px;}
.footer .group2{color: #A6A6A6;font-size: 14px;}
.footer .hotMessage{margin: 4% 0 0 0;color: #A6A6A6;font-size: 14px;}
.qrcode h2{font-size: 18px;color: #333333;margin: 0% 0 13px 0;padding:0 0 0 0;font-weight: bold;}
.qrcode{float: left;width: 24%;margin: 0 0 0 -2%;}
.code1+.code1{margin-left: 20%;}
/* 【图标 链接】QQ、微信…… */
.footer .list1{display: inline-block;margin: 9% 0 0 0;padding:0 0 0 0;float: right;}
.footer .list1 li{display: inline-block;float: left;margin: 0 0 0 0;padding:0 0 0 0;transition: .4s;}
.footer .list1 li a{display: inline-block;}
.footer .list1 li .img{margin: 0 0 0 0;padding:0 0 0 0;}
.footer .list1 li .fimg{display:none;}
.footer .list1 li+li{margin-left: 10px;}
/**/
.footer .list1 li:hover .img{display:none;}
.footer .list1 li:hover .fimg{display:block;}




/* 【 内页 】左侧 */
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}




/* 【 自适应 】*/
@media (max-width: 1440px) {
    
}
@media (max-width: 1024px) {
    .x-menu > li > a{font-size: 16px;}
    .box5 .tt{margin-top: 22%;}
    .footer .list1{clear: both;}
    .qrcode{width: 40%;}
    .footer .list1{float: left;margin-top: 2%;}
    .box1 .ll{margin-top: 0;}
}


@media (max-width: 768px) {
    /* 响应式 头部 导航 高度 */
    body {padding-top: 60px;}

    .box1 .rr,
    .box1 .ll{float: none;width: 100%;}
    .box1 .rr{text-align: center;margin-top: 20px;}

    .box1 ul li h2{font-size: 38px;}
    .box3 ul li h3{font-size: 20px;}
    .box3 ul li h5,
    .box1 ul li h4,
    .box1 ul li h3{font-size: 14px;}
    .box1 ul li h3{margin-top: 13px;}
    .box3 ul li h4{font-size: 12px;}

    .box3 ul li h5{height: 26px;line-height: 26px;width: 33%;}
    .box5 .title{font-size: 32px;}
    .box5 .list1 h2{font-size: 20px;}
    .box5 .tt{margin-top: 22%;}
}

@media (max-width: 475px) {
    .box5 .title,   
    .box4 .title,
    .box2 .title,
    .box1 ul li h2{font-size: 22px;}
    .box1 .title{font-size: 20px;}
    .box5 .list1 h2,
    .box1 h2{font-size: 14px;}
    .box1 ul{flex-wrap: wrap;}
    .box1 ul li{width: 50%;}
    .box1 ul li h3{margin-top: 2px;}
    .box4 ul,
    .box3 ul{display: inline-block;}
    .box4 ul li,
    .box3 ul li{width: 100%;}
    .box4 ul li h4{padding-top: 2%;}
    .box3 ul li+li{margin-left: 0;}
    .box5 .tt{width: 100%;float: none;}
    .box5 .list1{float: none;width: 60%;margin: 5% 0 0 0;}
    .box5 .list1 h2{line-height: 239%;}
    .box5 .tt{margin-top: 10%;}
    .box5{padding-bottom: 0%;}
    .qrcode{width: 100%;clear: both;}
    .f_nav{width: 100%;}
    .f_nav dl{width: 25%;}
    .box5 .wh{text-align: center;}
    .box4 ul li+li{margin-left: 0;}
}
/* @media (max-width: 375px) {} */




/* 【 自适应 】手机 底部 */
@media (max-width:768px){.db{display:block!important;}}
.dbb{height:50px;}
/* 页脚 */
.footerDB {background: #009F9B;position: fixed;bottom: 0;left: 0;right: 0;z-index: 999; }
.footerDB ul {display: -webkit-box;display: -ms-flexbox;display: flex; }
.footerDB ul li {-webkit-box-flex: 1; -ms-flex: 1;flex: 1;text-align: center;color: #ffffff;line-height: 30px;padding:10px 0;font-size: 0; }
.footerDB ul li.active {background: #292e39; }
.footerDB ul li a {display: block;color:#fff; }
.footerDB ul li .iconfont {font-size: 18px;display: inline-block;vertical-align: middle;margin-right: 5px; }
.footerDB ul li span {display: inline-block;vertical-align: middle;font-size: 16px;color:#fff; }
/*  */
.footerDB li .icon-home{ background: url( //cdn.myxypt.com/bec2564e/21/04/10006b5706d03bab43ba58f6d33642e8afd831f0.png ) no-repeat;width:20px;height:20px;}
.footerDB li .icon-home2{ background: url( //cdn.myxypt.com/bec2564e/21/04/e7ea35aab6f406ee9c8aa12f4133dfe6c5290356.png ) no-repeat;width:20px;height:20px;}
.footerDB li .icon-phone{ background: url( //cdn.myxypt.com/bec2564e/21/04/b2ee49b4099f2e9dc1421b673d603d80146e8a31.png ) no-repeat;width:20px;height:20px;}
.footerDB li .icon-contact{ background: url( //cdn.myxypt.com/bec2564e/21/04/7f176d4594412dc8a2c154f85413c4262b167f09.png ) no-repeat;width:20px;height:20px;}
.footerDB li .icon-phone:before{font-size:0;}
.footerDB ul li a{border-right:1px solid #fff;}
.footerDB ul li:last-child a{border-right:none;}
/* 【 自适应 】Banner 移至 导航栏 下 */
@media (max-width: 768px) {
    /* .x-banner{margin-top:60px;}
    .page-banner{margin-top:60px;}
    .xypg-right-content img{max-width:100%!important;width:auto!important;height:auto!important;} */
}


.ccc{color:#fff;position:absolute;right:15px;top:18px;}
.ccc a{color:#fff;font-size:14px;}



/* 【产品】详情页 按钮 */
.pro_btns{text-align: center;margin: 40px 0 40px 0;}
.pro_btns p{display:inline-block;}
.pro_btns p a{font-size: 16px;color: #ffffff;display: inline-block;background: #00a29e;padding: .5em 1.875em;border-radius: 2em;}
.pro_btns p+p{margin-left: 20px;}
@media (max-width: 768px) {
    .pro_btns p{display:block;}
    .pro_btns p+p{margin-left:0;margin-top:10px;}
}








/* 测试测试测试测试测试测试测试测试三二一  Main  一二三测试测试测试测试测试测试测试 */