@charset "utf-8";

/* CSS Document */



/*===============公共样式====================*/



:root{    

	--main_color:#fe5e10;        /* #023A91主色 */

	--main_color_rgb:2,58,145 ;  /*rgba*/

    --second_color:#29D874;      /* 副色 */ 

}



body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}

body{background:#fff; color: #333;  font-size:14px; font-family: Microsoft Yahei,Arial, sans-serif; overflow-x:hidden;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; }

a{text-decoration:none; color:#333; outline-style:none;}

a:hover{ color:var(--main_color);}

a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }

ul,li{list-style:none;}

.clear{clear:both;}

img{border:0;}

.bottom_blank{height:.6rem;}

.mt20{margin-top:.2rem;}



/*===============滚动条美化=====================*/

body::-webkit-scrollbar {width: 10px !important;}

body::-webkit-scrollbar-track {background-color: #f3f3f3;}

body::-webkit-scrollbar-track-piece {background-color: #f3f3f3;-webkit-border-radius: 4px;}

body::-webkit-scrollbar-thumb {background-color: #ddd;border: solid 1px #C0C0C0;border-radius: 4px;}

body::-webkit-scrollbar-corner {background-color: #ddd;}

body::-webkit-resizer {background-repeat: no-repeat;background-position: bottom right;}

body::-webkit-scrollbar-thumb:hover {background-color: #F3F3E0;}

::-webkit-scrollbar {width: 15px;}

@media screen and (max-width:768px) {

body::-webkit-scrollbar {width:0px !important;}

::-webkit-scrollbar {width:0px;}



.mt20{margin-top:12px;}

}



/*=====================图片放大=====================*/

.picShow img{transition:0.3s all;}

.picShow img:hover,.picShow a:hover img{ transform:scale(1.05); }





/*===================网站主体宽度======================*/

.only_pc_show{ display:block;}

.only_m_show{display:none;}

.main{width: 90%; margin: auto; max-width: 1360px;}

img.pic_cover{width:100%; height:100%;object-fit:cover; display:block;}



@media screen and (max-width:768px) {

.main{width:100%; padding:0 0; box-sizing:border-box;}

.only_pc_show{ display:none;}

.only_m_show{ display:block;}

}



/*===================网站flex布局======================*/

.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}

.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}

.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}

.t_left_center{display:flex; flex-direction:column; justify-content:center;}

.t_right_center{display:flex; flex-direction:column; justify-content:center; align-items:flex-end;}

.t_center_nowrap{display:flex; justify-content:center;align-items:center;}



/*===================文字省略======================*/

.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}

.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}

.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}

.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}



/*头部*/

.header{z-index:900;width: 100%; position:fixed; background:rgba(255,255,255,0.9); box-shadow: 0 2px 10px rgba(0,0,0,0.1); transition:0.5s all; box-sizing:border-box; }

/*.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.2); transition:1s}

.header.on:before{ width:100%}*/

.header .logo { height:80px; transition:0.5s all; margin-right:.68rem;}

.header .logo img{display:block; height:50px; /*filter: grayscale(100%) brightness(6000%);*/}





/*滚动隐藏导航*/

.header.header_hide{opacity: 0; transform: translate(0, -90px); 

	-webkit-transform: translate(0, -90px);

    -moz-transform: translate(0, -90px);

    -ms-transform: translate(0, -90px);

    -o-transform: translate(0, -90px);}

@media screen and (max-width:768px) {

.header.header_hide{opacity: 1; transform: translate(0, 0); 

	-webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    -o-transform: translate(0, 0);}    

}





/*下拉菜单*/

.navBox { box-sizing:border-box; transition:0.5s all;}

.navBox .nav{display:flex; height:100%;}

.navBox .nav li { }

.navBox .nav li>a {margin: 0 .25rem; position: relative; height:100%; display:flex; justify-content:center;align-items:center; }

.navBox .nav li>a .txt {position: relative;z-index: 2; transition:0.5s all; }

.navBox .nav li.active>a .txt{}

.navBox .nav>li>a:after{ content:''; display:block; z-index:-1; width:0; height:2px; position:absolute; left:50%; bottom:0; background:var(--main_color); transition:0.5s all;}

.navBox .nav>li:hover>a:after{width:100%;left:0;  }



.subNavbox {position: absolute; left: 0px; top: 80px; width: 100%; min-height:200px; background:#fff; z-index:99; box-shadow: 1px 3px 5px 0 rgba(88, 88, 88, 0.2); display: none; border-top:solid 1px #e8e8e8; padding:.15rem 0 .3rem 0; box-sizing: border-box;}

.subNavbox .box{ }

.subNavbox .tab{ height:35px; line-height:35px; font-size:14px;}

.subNavbox .tab a{ margin-right:.6rem; position:relative;}

.subNavbox .tab a:after{ content:''; width:1px; height:15px; background:#ddd; position:absolute; top:50%; transform:translateY(-50%); right:-.3rem;}

.subNavbox .tab a:last-child:after{ display:none;}

.subNavbox .tab a.active{ color:var(--main_color);}

.subNavbox .tab a.active:before{ content:''; display:block; z-index:-1; width:100%; height:2px; position:absolute; left:0; bottom:-5px; background:var(--main_color); transition:0.5s all;}

.subNavbox .tab a:before{ content:''; display:block; z-index:-1; width:0; height:2px; position:absolute; left:50%; bottom:-5px; background:var(--main_color); transition:0.5s all;}

.subNavbox .tab a:hover:before{ width:100%; left:0;}



.subNavbox .con{margin-top:.2rem;}

.subNavbox .con .item{ display:none;}

.subNavbox .con .item.active{ display:flex;}

.subNavbox .con .left{width:450px; margin-right:.4rem;}

.subNavbox .con .left p{ line-height:1.8; color:#888;}

.subNavbox .con .left a{ margin-top:20px; display:inline-block;}

.subNavbox .con .right{width:200px; height:100px;}

.subNavbox .con .right img{width:100%; height:100%; object-fit:cover;}









/*======================导航右侧======================*/

.header .header_right a{ margin:0 .25rem; height:100%; position:relative;}

.header .header_right a img{width:18px;}

.header .header_right .a1 img{width:16px; margin-right:6px; filter: grayscale(100%) brightness(100%);}

.header .header_right .a1:hover img{width:18px; margin-right:6px; filter: grayscale(0%) brightness(100%);}

.header .header_right .a1:after{ content:''; width:1px; height:15px; background:#ccc; position:absolute; top:50%; transform:translateY(-50%); right:-.25rem;}



.header .header_right ul{white-space: nowrap; min-width:125%; position:absolute; top:100%;left:50%;background:#fff;transform:translate(-50%,20px); border-radius:10px;padding:.1rem 15px;opacity:0; pointer-events:none; transition:all .5s;box-shadow:0 1px 20px rgba(0,0,0,.15);}

.header .header_right ul:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}

.header .header_right a:hover ul{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }

.header .header_right li{padding:.15rem 0; text-align:center; cursor:pointer; color:#333;}

.header .header_right li:hover{ color:var(--main_color);}

.header .header_right li:not(:last-of-type){border-bottom:1px solid #e8e8e8}







/*header下拉*/

.header_scroll {background:#fff; transition: all .4s ease;}





/*======================手机菜单按钮======================*/

.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:15px; display:block;}

.m_nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:#333;border-radius:3px;}

.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:#333;border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}

.m_nav_btn .line:before{transition-property: bottom,transform;bottom: 8px;}

.m_nav_btn .line:after{transition-property: top,transform;top: 8px;}

.m_nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}

.m_nav_btn_active .line:after,.m_nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}

.m_nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}

.m_nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}



/*======================手机搜索图标======================*/

.m_serch{ width:50px; height:62px;}

.m_serch a{height:100%;}

.m_serch a svg{width:18px; fill:#333;}



.m_top_blank{ display:none;}



@media screen and (max-width:768px) {

.header{ height:60px; box-shadow: 0 2px 20px rgba(0,0,0,0.25); padding: 0 15px;}

.header .logo{height:60px;}

.header .logo img{ height:43px; filter: grayscale(0%) brightness(100%);}

.header_scroll.header:before{ background:rgba(0,0,0,0);}



.header_right,.navBox{display:none;}

.m_header_right{display:block;}

.m_top_blank{height:60px; display:block;}





.m_header_scroll{background:#fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}

.m_header_scroll .top_serch a svg{fill:#999;}

.m_header_scroll .logo img{filter: grayscale(0%) brightness(100%);}

.m_header_scroll .logo .txt h2{color:#000;}

.m_header_scroll .logo .txt p{color:#888; }



	



/*======================手机弹出菜单======================*/

.m_tc_box{position: fixed;top:60px;left: 0;bottom: 0;right: 0;background: #fff;z-index:98; display:none;}

.m_tc_box .wrapper {position: absolute;left: 0;right: 0;height: 100%;padding:15px; box-sizing:border-box;overflow-x: hidden;overflow-y: auto;z-index: 110;}



/*搜索表单*/

.m_search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:10px; margin-top:20px;}

.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}

.m_search_box form {height:46px;}

.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}

.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}



/*手机下拉菜单*/

.m_menu{overflow-x: hidden;overflow-y: auto;}

.m_menu .nav1 ul{display:none; background-color:#fff;}

.m_menu .item{border-bottom: 1px solid #efefef; padding:15px 15px; font-size:15px; font-weight: bold;}

.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}

.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}



.m_menu .item.active{ background: #eee;}

.m_menu .item span{display: inline-block;width: 0;height: 0;border-top: 5px dashed;border-right: 5px solid transparent;border-left: 5px solid transparent;transition:0.3s all; margin-top: 5px;}

.m_menu .item.active span{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }



.m_menu .nav1 li ul .item{ padding-left: 25px; font-weight: normal; font-size: 14px;} 



/*手机导航底部*/

.m_nav_bottom{ margin-top: 20px;}

.m_nav_bottom li{ width: 33.3%;}

.m_nav_bottom li img{ height: 30px; margin-bottom: 8px;}



.m_lag{position: absolute; right:-100%; top: 0; z-index: 2; width: 100%; height: 100%; background: #fff; padding: 30px 15px; box-sizing: border-box; transition: 0.5s all;}

.m_lag.active{right:0}

.m_lag .m_back{ margin-bottom: 20px; font-size: 15px;}

.m_lag h5{ font-size: 20px; margin-bottom: 15px; padding-left: 10px;}

.m_lag ul{ line-height: 2.2; padding-left: 10px; font-size: 15px;}

.m_lag ul a{ display: block;}

}





/*======================轮播图======================*/

#banner {width:100%;  position:relative; z-index:0;}

#banner .swiper-slide { overflow: hidden;} 

#banner .swiper-slide .pic{height:100vh;}

#banner .swiper-slide .pic img{width:100%;height:100%; object-fit:cover;}

#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; opacity:.8; left:1%;} 

#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.8; right:1%;} 



#banner .swiper-slide .txt{ position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; text-align:center;/*text-shadow:rgba(0,0,0,0.3) 0px 1px 10px;*/}

#banner .swiper-slide .txt h3{font-size:2.2vw; color:#fff; margin-bottom:.35rem;line-height:1.8; letter-spacing:.3rem; border-top:solid 1px #fff;border-bottom:solid 1px #fff; padding:.1rem .1rem .1rem .3rem; transform:translateY(200px);opacity:0; transition:all 0.3s; font-family:'Misans'; text-align:center;}

#banner .swiper-slide .txt p{font-size:1.5vw; color:#fff; transform:translateY(200px);opacity:0;transition:all 0.6s; letter-spacing:.08rem;}



#banner .swiper-slide-active .txt h3,

#banner .swiper-slide-active .txt p{transform:translateY(0px);opacity:1; transition-delay:1s;}



	

/*左右切换按钮*/	

.draw_h{ width:67px!important; height:67px!important; display:block; border-radius: 50%; box-sizing:border-box;} 

.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(255,255,255,.5); background:none; box-sizing:border-box;border-radius: 50%;} 

svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;} 

svg.drawcircle circle {

 fill: none; box-sizing:border-box;

 stroke-width: 2;

 stroke: none;

 stroke-dasharray: 0 , 188.49;

 stroke-dashoffset:188.49;

 transition: all .3s linear 0s;	 

} 

.draw_h:hover svg.drawcircle circle { 

 stroke:#fff;

 stroke-dasharray:188.49 , 0;

 stroke-dashoffset:188.49;

 -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);

 transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1); 

} 

.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;

 position: absolute;

 top: 50%;

 left: 50%;

 -webkit-transform: translate(-50%, -50%);

 transform: translate(-50%, -50%); 

} 

.draw_h:hover .icon{ fill:#0081cc;} 





/*分页器*/

#banner .swiper-pagination{bottom:.2rem; left:50%; transform:translateX(-50%);}

#banner .swiper-pagination-bullet {width:30px;height: 5px;border-radius:5px;background: rgba(255, 255, 255, .8);opacity: 1;position: relative;margin: 0 5px !important;}

#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:var(--main_color);width: 0;height: 5px;z-index: 1;transition: 0s; border-radius:5px;}

#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; border-radius:3px;}



@media screen and (max-width:768px) {

#banner {}	

#banner .swiper-slide .pic{height:200px; position:relative;}

#banner .swiper-slide{display: block;}

#banner .swiper-slide .txt { box-sizing:border-box; }

#banner .swiper-slide .txt h3{ font-size:20px; margin-top:0px; margin-bottom:15px;}

#banner .swiper-slide .txt p{font-size:15px; }

#banner .draw_h{display:none;}

#banner .swiper-pagination{bottom:15px; text-align:center;}

#banner .swiper-pagination-bullet {width:25px;}

}	



/*页面标题*/

.main_tit{text-align:center; padding:.68rem 0 .4rem;width:100%; position:relative;}

.main_tit h2{ font-size:.38rem; color:#000; font-weight:normal;}

.main_tit .line {display: block;width: .5rem;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px auto auto auto;}

.main_tit p{font-size:16px; color:#666; margin-top:15px; line-height:1.6;}

.small_p p{width:75%; font-size:18px; color:#7b7b7b; line-height:1.5; margin:15px auto 0;}

@media screen and (max-width:768px) {

.main_tit h2{ font-size:20px;}	

.main_tit .line { margin: 10px auto auto auto;}	

.main_tit p{font-size:14px; margin-top:10px;}

.small_p p{width:90%; font-size:12px;}



}





/*首页产品1*/

.in_pro1{ margin-bottom:20px;}

.in_pro1 li{width:49.25%; position:relative; overflow:hidden;}

.in_pro1 li:after{ content:''; width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background:rgba(0,0,0,0.3); opacity:0; transition:0.3s all;}

.in_pro1 li:hover:after{ opacity:1;}

.in_pro1 li .pic{ position:relative;}

.in_pro1 li .pic:after{ content:''; width:100%; height:125px; position:absolute; left:0; bottom:0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6));}

.in_pro1 li .pic img{ transition:0.5s all;}

.in_pro1 li:hover .pic img{ transform:scale(1.1);}

.in_pro1 li .txt{ position:absolute; left:0; bottom:-45px; width:100%; height:100%; z-index:2; color:#fff; padding:0 20px 25px; box-sizing:border-box; transition: 0.5s ease 0s; display:flex; flex-direction:column; justify-content:flex-end;}

.in_pro1 li .txt .p1{ font-size:20px; margin-bottom:10px;}

.in_pro1 li .txt .p2{ font-size:25px; margin-bottom:15px; font-weight:bold;}

.in_pro1 li .txt .p3{ font-size:18px; margin-bottom:30px;}

.in_pro1 li:hover .txt{bottom:0;}

@media screen and (max-width:768px) {

.in_pro1{ margin-bottom:15px; display:none;}

.in_pro1 li{width:48.5%;}

.in_pro1 li .pic{ height:125px;}

.in_pro1 li .pic:after{height:90px; }

.in_pro1 li .txt{ padding:0 12px 10px; bottom:0;}

.in_pro1 li .txt .p1{ font-size:16px; margin-bottom:6px;}

.in_pro1 li .txt .p2{ font-size:16px; margin-bottom:8px;}

.in_pro1 li .txt .p3{ font-size:14px; margin-bottom:0px;}

.in_pro1 li .txt .p4{ display:none;}	

}



/*首页产品2*/

.in_pro2{}

.in_pro2 .left{width:68.5%;}

.in_pro2 .right{width:30%; overflow:hidden;}

.in_pro2 .left li:nth-child(1){width:100%; margin-bottom:15px;}

.in_pro2 .left li:nth-child(2){width:61.5%;}

.in_pro2 .left li:nth-child(3){width:36.5%;}

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

.in_pro2 li:after{ content:''; width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background:rgba(0,0,0,0.3); opacity:0; transition:0.3s all;}

.in_pro2 li:hover:after{ opacity:1;}

.in_pro2 li .pic{ position:relative;}

.in_pro2 li .pic:after{ content:''; width:100%; height:125px; position:absolute; left:0; bottom:0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6));}

.in_pro2 li .pic img{ transition:0.5s all;}

.in_pro2 li:hover .pic img{ transform:scale(1.1);}

.in_pro2 li .txt{ position:absolute; left:0; bottom:-45px; width:100%; height:100%; z-index:2; color:#fff; padding:0 20px 25px; box-sizing:border-box; transition: 0.5s ease 0s; display:flex; flex-direction:column; justify-content:flex-end;}

.in_pro2 li .txt .p1{ font-size:20px; margin-bottom:10px;}

.in_pro2 li .txt .p2{ font-size:25px; margin-bottom:15px; font-weight:bold;}

.in_pro2 li .txt .p3{ font-size:18px; margin-bottom:30px;}

.in_pro2 li:hover .txt{bottom:0;}

@media screen and (max-width:768px) {

.in_pro2 .left{width:100%;}

.in_pro2 .right{width:100%;}

.in_pro2 li .txt{ padding:0 12px 15px; bottom:0;}

.in_pro2 li .txt .p1{ font-size:16px; margin-bottom:10px;}

.in_pro2 li .txt .p2{ font-size:16px; margin-bottom:10px;}

.in_pro2 li .txt .p3{ font-size:14px; margin-bottom:0px;}

.in_pro2 li .txt .p4{ display:none;}	

.in_pro2 .left li{margin-bottom:15px;}

.in_pro2 .left li:nth-child(2){width:100%;}

.in_pro2 .left li:nth-child(3){width:100%;}

}





/*专注协作*/

.in_xiezuo{ background:url(../images/bg.jpg) no-repeat left bottom; background-size:cover; height:8.5rem; margin-top:.3rem;}

.in_xiezuo li{width:20%; box-sizing:border-box; padding:2%; border-right: 1px solid #e0e0e0; text-align:center; position:relative; transition:0.5s all;}

.in_xiezuo li:last-child{ border-right:0;}

.in_xiezuo li:hover:after{ content:''; width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background: linear-gradient(rgba(255, 123, 0, 0.8), rgba(249, 121, 47, 0.5)); color: #fff;}

.in_xiezuo li .con{ position:relative; z-index:3; }

.in_xiezuo li .ico {  margin-bottom:.25rem;}

.in_xiezuo li .ico img{ height:1.25rem; }

.in_xiezuo li h3{font-size:.3rem; font-weight:normal; margin-bottom:.25rem; }

.in_xiezuo li .desc{line-height:2; font-size:16px; color:#666; margin-bottom:25px;}

.in_xiezuo li .desc br{ display:none;}

.in_xiezuo li dl{ overflow:hidden; height:0; transition:0.8s all; margin-bottom:25px; }

.in_xiezuo li dd{border-bottom:solid 1px #fff; line-height:2; font-size:16px; margin-bottom:5px; color:#fff;} 

.in_xiezuo li .more{text-align:center;}

.in_xiezuo li .more a{ border-radius: 3px;border: 2px solid #ccc;color: #999;line-height: 40px; padding: 0 15px; display:inline-block;}

.in_xiezuo li .pic{position:absolute; text-align:center; height:100%; width:200%; left:-80%; top:0; z-index:1; opacity:0; transition:0.8s all; pointer-events:none;}

.in_xiezuo li .pic img{ width:100%;}

.in_xiezuo li:hover .pic{ opacity:1; left:-50%;}

.in_xiezuo li:hover .con{ color:#fff;}

.in_xiezuo li:hover .ico img{filter: grayscale(100%) brightness(6000%); }

.in_xiezuo li:hover .desc{color:#fff;}

.in_xiezuo li:hover .more a{border: 2px solid #fff;color: #fff;}

.in_xiezuo li:hover dl{height:266px; }

@media screen and (max-width:768px) {

.in_xiezuo{ background:none; height:auto; padding:0 15px;}

.in_xiezuo li{width:100%;  padding:2% 15px 50px; border-right:0; border-bottom: 1px solid #e0e0e0;}

.in_xiezuo li .ico {  margin-bottom:10px;}

.in_xiezuo li .ico img{ height:112px; }

.in_xiezuo li h3{font-size:20px; margin-bottom:10px; }

.in_xiezuo li .desc{line-height:1.8; margin-bottom:15px;}

.in_xiezuo li .desc br{ display:block;}

.in_xiezuo li .more a{ border-radius: 36px; line-height: 36px; padding: 0 15px; }

.in_xiezuo li .pic{ width:120%; left:-30%; top:0;}

.in_xiezuo li:hover .pic{left:-10%;}

.in_xiezuo li:hover dl{height:auto; }

}







/*数说遨博*/

.about_in_number .slicknub {font-size: 200px;line-height: 231px;/* height: 100px; */ text-align:center;}

.about_in_number .desc{height:80px;}

.about_in_number .desc p {font-size: 18px;height:80px; line-height:1.6;width: 430px; margin: 0 auto; text-align: center;}

.about_in_number .slick1{margin-top:.2rem;}



.slick-dots {text-align: center;margin: .4rem 0 0;}

.slick-dots li {display: inline-block;border: 1px solid #858585;border-radius: 100%;overflow: hidden;width: 10px;height: 10px;margin: 5px 10px;}

.slick-dots li button {border: 0;background: transparent;display: block;height: 20px;width: 20px;outline: none;line-height: 0px;color: transparent;padding: 5px;cursor: pointer;}

.slick-dots li.slick-active {background: #858585;}

@media screen and (max-width:768px) {

.about_in_number .slicknub {font-size:125px;line-height:150px;}

.about_in_number .desc{height:68px;}

.about_in_number .desc p {font-size: 15px;line-height:1.6;width: 86%; height:68px;}

.about_in_number .slick1{margin-top:.2rem;}



}



/*新闻与活动*/

.in_news{}

.in_news .item{ width:32%; background:#fafafa; transition:0.5s all; position:relative;  overflow:hidden;}

.in_news .item:hover { background:#f0f0f0;}

.in_news .item .pic{ overflow:hidden;}

.in_news .item .pic img{ width:100%; display:block; transition:0.5s all;}

.in_news .item:hover .pic img{ transform:scale(1.1);}

.in_news .item .lable{position: absolute;top: 0;left: 0;background: rgba(47, 47, 47, 0.5);width: 90px;height: 30px;color: #fff;text-align: center;line-height: 30px;z-index: 6;}

.in_news .item .txt{padding:5% 5% 0;}

.in_news .item .txt h3{ font-size:18px; line-height:1.5; text-align:justify; margin-bottom:.2rem;}

.in_news .item .txt .time{ color:#7b7b7b;}
.in_news .item .txt .time i{ margin-right:5px;}

.in_news .item .news_box{padding:70px 5% 30px; height:520px; box-sizing:border-box; overflow-y: scroll;-ms-overflow-style: none; scrollbar-width: none;}

.in_news .item .news_box li{margin-bottom:.3rem;}

.in_news .item .news_box h3{font-size:18px; line-height:1.5; text-align:justify; margin-bottom:.1rem;}



.news_btn{ margin:50px 0; text-align:center;}

.news_btn a{width:170px; line-height:40px; display:inline-block; text-align:center; border:solid 1px #333; box-sizing:border-box; margin:0 .25rem; font-size:16px;}

.news_btn a:hover{ background:var(--main_color); border:solid 1px var(--main_color); color:#fff;}

@media screen and (max-width:768px) {

.in_news{ padding:0 15px;}

.in_news .item{ width:100%; margin-bottom:20px; background:#f0f0f0;}

.in_news .item .txt{padding:5% 5% 35px;}

.in_news .item .txt h3{ font-size:16px;}

.in_news .item .news_box{padding:50px 5% 30px; height:auto;}

.in_news .item .news_box li{margin-bottom:25px;}

.in_news .item .news_box h3{font-size:15px; margin-bottom:10px;}



.news_btn{ margin:25px 0;}

.news_btn a{width:135px; line-height:40px; margin:0 10px; font-size:15px;}

}







/* 底部订阅联系 */

.foot_box1{ background: rgb(249, 249, 249); padding: 20px 0;}

.foot_box1 .left p{width: 180px; height: 40px; font-size: 16px; color: #fff; background: var(--main_color);}

.foot_box1 .left .box{width: 300px;position: relative;}

.foot_box1 .left .box input{width: 100%; height: 40px; border: 0; padding: 0 10px; box-sizing: border-box; background:rgba(0, 0, 0, 0.2);}

.foot_box1 .left .box img{position: absolute; right: 10px; top: 6px; filter: grayscale(100%) brightness(1000%);}

.foot_box1 .right a{height: 40px; width: 320px; font-size: 16px; color: #fff; background: var(--main_color);}

.foot_box1 .right a img{ margin-right: .25rem;}

@media screen and (max-width:768px) {

.foot_box1 {background: #f0f0f0; padding: 15px 0;}

.foot_box1 .left {width: 100%;}

.foot_box1 .left p{width:100%; background: none; color: #666; font-size: 15px;}

.foot_box1 .left .box{width:80%; margin: auto; position: relative;  text-align: center;}

.foot_box1 .left .box input{ height: 30px;  background:none;border-bottom:solid 1px #ccc; text-align: center; color: #888;}

.foot_box1 .left .box img{position:relative; right: auto; top: auto; margin-top: 10px; filter: grayscale(0%) brightness(100%);}

.foot_box1 .right{ display: none;}	

}



/*================底部=====================*/

.foot_bg{ width: 100%;background: #f2f2f2; padding: 0.8rem 0 0 0; }

.footer_nav {}

.footer_nav dl{ text-align: center;}

.footer_nav dt{height:35px; position:relative; font-size:17px; font-weight: bold;}

.footer_nav dd a{color:#7b7b7b; transition:0.5s all; display:block;  line-height:2; font-size: 13px;}

.footer_nav a:hover{ color:var(--main_color);}

@media screen and (max-width:768px) {

.foot_bg{ padding:30px 0 0 0; background: #616161; }

.footer_nav {width: 88%; margin: auto;}

.footer_nav dl{ text-align: left; width: 100%; margin-bottom: 15px;}

.footer_nav dt{height:30px; font-size:15px; color: #fff; border-bottom: solid 1px #bbb;}

.footer_nav dt span{display: inline-block;width: 0;height: 0;border-top: 5px dashed;border-right: 5px solid transparent;border-left: 5px solid transparent;transition:0.3s all; position: absolute; right: 10px; top: 8px;}

.footer_nav dt.active span{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.footer_nav dd { display: none; padding: 5px 0;}

.footer_nav dd a{color:rgba(255,255,255,0.8); line-height:2.8; font-size: 14px; border-bottom: solid 1px #bbb; padding-left: 15px;}

}



/* 底部联系 */

.f_lianxi { border-top: 1px solid #e2e2e2; padding: 30px 0 25px; margin-top: 25px;}

.f_lianxi .left{ font-size: 12px; color: #7b7b7b;}

.f_lianxi .right{ font-size: 12px; color: #7b7b7b;}

.f_lianxi .right p{ margin-right: 20px; }

.f_lianxi .right a{margin-left:10px; position: relative;}

.f_lianxi .right img{height: 24px;}



.f_lianxi .right .f_ewm { position: absolute; left: -60px; top: -150px; display: none;}

.f_lianxi .right a:hover .f_ewm{ display: block;}

.f_lianxi .right .f_ewm img{width:125px; height: 125px; }

@media screen and (max-width:768px) {

.f_lianxi { border-top:0; padding: 15px 0 10px; }

.f_lianxi .left{ font-size: 12px; color: #fff; order:2; width: 100%; text-align: center;}

.f_lianxi .right{ font-size: 12px; color: #fff; order:1; width:100%; text-align: center; margin-bottom: 25px;}

.f_lianxi .right p{ display: none;}

.f_lianxi .right a{margin:0 10px; position: relative;}

.f_lianxi .right img{height: 24px; filter: grayscale(100%) brightness(1000%);}



}



/* 底部版权 */

.copyright{ background: #e6e6e6; color:#7b7b7b; padding:25px 0; font-size: 12px; line-height: 2.2;}

.copyright img{ height: 16px;margin: 0 .1rem 0 .15rem;}

@media screen and (max-width:768px) {

.copyright{background: #616161; display:block; padding:0px 0 30px; font-size: 12px; line-height: 1.5; color: #fff;}

.copyright .box1{width:86%; margin: auto; font-size: 11px; text-align: center;}

.copyright p{width:100%; margin:0; text-align:center; line-height:2;}

.copyright p a{ color: #fff;}	

.copyright p:last-child{ margin-top: 25px;}

.copyright .box2{ display: block; margin-top: 30px;}

}



/* 浮动客服 */

.kefu_right{position: fixed;top: 78%;right: 0; z-index: 88;cursor: pointer;}

.kefu_right .box{ position: absolute; left: -256px; top: 50%; transform: translateY(-50%); background: #fff; padding:15px 20px; border-radius: 10px; border-left: solid 2px var(--main_color); width: 200px; line-height: 2; display: none;}

.kefu_right .box:after {content: '';position: absolute;right:-7px;top:35px; width: 13px;height: 13px;border-radius: 2px;background: #fff;border-top: 1px solid rgba(0, 0, 0, .08);border-right: 1px solid rgba(0, 0, 0, .08);transform: rotate(45deg);}

.kefu_right:hover .box { display: block;}





/*二级页面 banner*/

.page_ban{ width:100%; position:relative; overflow:hidden;  }

.page_ban .pic {animation: o-scale 20s linear infinite; /*height:76vh;*/  overflow:hidden;}

.page_ban .pic img{width:100%; height:100%;object-fit:cover; display:block;}



.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0;  z-index:9; text-align: center;}

.page_ban .txt h5 { font-size:.3rem; font-weight:500; color:#fff; line-height: 1.8; margin-top: .8rem;}

.page_ban .txt h2 { font-size:.52rem; color:#fff; margin-top:.2rem; }

.page_ban .txt .line{ height: 4px; width: .6rem; margin: 20px auto 40px; background: var(--main_color);}

.page_ban .txt p{ font-size: 18px; color: #fff;}

@media screen and (max-width:768px) {

.page_ban .pic{height:200px;}

.page_ban .txt h5 { font-size:16px; margin-top: 30px;}

.page_ban .txt h2 { font-size:25px; margin-top:.1rem; }

.page_ban .txt .line{ height: 3px; margin: 15px auto 20px;}

.page_ban .txt p{ font-size: 14px;}

}

@keyframes o-scale {

    0%,85%,100%{

        transform: scale(1);

    }

    50%{

        transform: scale(1.06);

    }

}





/*关于遨博*/

.page_about_box1{width:72%; margin:50px auto; text-align:center;}

.page_about_box1 p{ font-size:18px; color:#111; line-height:1.5; margin-top:25px; font-weight:bold;}



.page_about_box2{width:72%; margin:auto auto 30px; text-align:justify;}

.page_about_box2 p{ font-size:18px; color:#7b7b7b; line-height:1.5; margin-bottom:20px;}

.page_about_box2 .box{display:none;}

.page_about_box2 .box.active{display:block;}



.add_ico{ text-align:center;}

.add_ico img{display:none; cursor:pointer;}

.add_ico img.active{display:inline-block;}

@media screen and (max-width:768px) {

.page_about_box1{width:100%; margin:25px auto; }

.page_about_box1 li{width:33.3%; text-align:center;}

.page_about_box1 .ico img{ height:50px;}

.page_about_box1 p{ font-size:13px; margin-top:15px; }



.page_about_box2{width:100%; margin:20px auto 20px; padding:0 20px; box-sizing:border-box; }

.page_about_box2 p{ font-size:14px; line-height:1.8; margin-bottom:15px;}



}





/*发展历程*/

.page_fzlc{ background:#fafafa; margin-top:50px; padding:0 0 1rem;}

.page_fzlc .main{ overflow:hidden; }

.page_fzlc .mySwiper{ height:690px; width:200px; overflow:hidden; font-size:20px; color:#484848; border-left:solid 1px #bbb; padding-left:25px; box-sizing:border-box;}

.page_fzlc .mySwiper li{ cursor:pointer;}

.page_fzlc .mySwiper li.swiper-slide-thumb-active{ font-size:28px; color:var(--main_color);}

.page_fzlc .mySwiper li.swiper-slide-thumb-active:before{ content:''; width:3px; height:28px; background:var(--main_color); position:absolute; left:-25px; top:0; z-index:2; }



.page_fzlc .mySwiper2{ height:230px; width:calc(100% - 200px);}

.page_fzlc .mySwiper2 li{ }

.page_fzlc .mySwiper2 li .txt{ color:#666;}

.page_fzlc .mySwiper2 li.swiper-slide-active .txt{ color:#333;}

.page_fzlc .mySwiper2 li .txt .time{ font-size:80px; }

.page_fzlc .mySwiper2 li .txt h3{ font-size:28px; margin:.1rem 0 .15rem;}

.page_fzlc .mySwiper2 li .txt dl{ line-height:1.8; height:80px; color:#7b7b7b; }

.page_fzlc .mySwiper2 li .txt dd{ position:relative; padding-left:15px;}

.page_fzlc .mySwiper2 li .txt dd:before{ content:''; width:6px; height:6px; background:var(--main_color); position:absolute; left:0; top:50%; transform:translateY(-50%); border-radius:100%;}



.aboutbar{width: 100%; overflow-y: auto;padding-right:.25rem;}

.aboutbar::-webkit-scrollbar {width: 2px;height: 4px;}

.aboutbar::-webkit-scrollbar-thumb {border-radius: 5px;background:var(--main_color);}

.aboutbar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}



@media screen and (max-width:768px) {

.page_fzlc{ padding:0 15px 1rem;}

.page_fzlc .mySwiper{ height:30px; width:100%; font-size:18px; border-left:0; padding-left:0; order:2;}

.page_fzlc .mySwiper li.swiper-slide-thumb-active{ font-size:18px;}

.page_fzlc .mySwiper li.swiper-slide-thumb-active:before{width:42px; height:2px; left:0; top:22px; z-index:2; }



.page_fzlc .mySwiper2{ height:auto; width:100%;}

.page_fzlc .mySwiper2 li .pic { margin:15px 0;}

.page_fzlc .mySwiper2 li .pic img{width:100%;}

.page_fzlc .mySwiper2 li .txt .time{ font-size:40px; }

.page_fzlc .mySwiper2 li .txt h3{ font-size:20px; margin:10px 0 15px;}

.page_fzlc .mySwiper2 li .txt dl{ line-height:2; height:auto; }

}





/*荣获多项荣誉*/

.page_about_ry{}

.page_about_ry .pic{width:48%;}

.page_about_ry .pic img{width:100%;}

.page_about_ry .txt{width:48%; padding-top:.5rem;}

.page_about_ry .txt li{line-height:2.2; font-size:18px; color:#7b7b7b; position:relative; padding-left:15px;}

.page_about_ry .txt li:before{ content:''; width:6px; height:6px; background:var(--main_color); position:absolute; left:0; top:50%; transform:translateY(-50%); border-radius:100%;}



@media screen and (max-width:768px) {

.page_about_ry{ padding:0 15px;}

.page_about_ry .pic{width:100%;}

.page_about_ry .txt{width:100%; padding-top:15px;}

.page_about_ry .txt li{line-height:2; font-size:14px;}

}





/*全球布局*/

.page_about_buju{}

.page_about_buju .tab{ border-bottom:solid 1px #bbb; text-align:center; padding-bottom:20px; margin-bottom:30px;}

.page_about_buju .tab a{ font-size:28px; height:40px; line-height:35px; position:relative; display:inline-block; padding:0 50px; border-right:solid 2px var(--main_color); color:#333;}

.page_about_buju .tab a:last-child{ border-right:0;}

.page_about_buju .tab a.active{ color:var(--main_color);} 

@media screen and (max-width:768px) {

.page_about_buju .tab{ padding-bottom:20px; margin-bottom:30px;}

.page_about_buju .tab a{ font-size:16px; height:32px; line-height:32px; border-radius:32px; font-weight:bold; padding:0 20px; border-right:0;}

.page_about_buju .tab a.active{ background:var(--main_color); color:#fff;} 

}

.page_about_buju .con{ height:200px; position:relative;}

.page_about_buju .con .item{ opacity:0; width:100%; height:100%; position:absolute; left:0; top:0;}

.page_about_buju .con .item.active{ opacity:1;}



.page_about_buju .con .item h3{font-size:20px; color:var(--main_color); margin-bottom:20px;}

.page_about_buju .con .item li{ margin-bottom:6px; font-size:16px; line-height:1.5;}

.page_about_buju .con .item li img{width:20px; height:20px; margin-top:3px;}

.page_about_buju .con .item li p{width:calc(100% - 20px); padding:0px 0 0 8px; box-sizing:border-box;}



.page_about_buju .con .item .swiper-button-next,

.page_about_buju .con .item .swiper-button-prev { width: 40px;text-transform: uppercase;color: #fff; height: 40px;opacity: .5;}

.page_about_buju .con .item .swiper-button-next:hover,

.page_about_buju .con .item .swiper-button-prev:hover {opacity: 1;}

.page_about_buju .con .item .swiper-button-next {background-image: url('../images/myarr1.png'); right:0; background-size:cover; transform:rotate(180deg);}

.page_about_buju .con .item .swiper-button-prev {background-image: url('../images/myarr1.png'); left:0; background-size:cover;}

.page_about_buju .con .item01 {width: 3rem;}

@media screen and (max-width:768px) {

.page_about_buju .con{ height:auto; }

.page_about_buju .con .swiper-slide{ border:solid 1px #bbb; box-sizing:border-box; margin-bottom:15px; padding:20px 20px; border-radius:10px;}



.page_about_buju .con .item{ opacity:1; display:none; position:relative; padding:0 20px; box-sizing:border-box;}

.page_about_buju .con .item.active{ opacity:1; display:block;}



.page_about_buju .con .item h3{font-size:25px; font-weight:normal; margin-bottom:0; text-align:center;}

.page_about_buju .con .item ul{ margin-top:15px;}

.page_about_buju .con .item li{ margin-bottom:5px; font-size:14px; line-height:1.5;}

.page_about_buju .con .item li img{width:20px; height:20px; margin-top:0;}

.page_about_buju .con .item li p{width:calc(100% - 20px); padding:0px 0 0 5px; }





.page_about_buju .con .item .swiper-button-next,

.page_about_buju .con .item .swiper-button-prev { display:none;}

.page_about_buju .con .item01 {width: 100%;}

}



.page_about_map{ position:relative;}



.tsbj {

        position: absolute;

        top: 36.23%;

        right: 20%;

        width: 3.08%;

        height: 4.75%;

    }



    .tstj {

        /* 天津 */

        position: absolute;

        top: 39.08%;

        right: 20.58%;

        width: 0.63%;

        height: 1.89%;

    }



    .tssd {

        /* 山东 */

        position: absolute;

        width: 0.63%;

        height: 1.89%;

        top: 41.66%;

        right: 20.5%;

    }



    .tscd {

        /* 成都 */

        position: absolute;

        width: 1%;

        height: 2.31%;

        top: 44.1%;

        right: 24.5%;

    }



    .tscz {

        /* 常州 */

        position: absolute;

        width: 1%;

        height: 2.31%;

        top: 44.23%;

        right: 20.25%;

    }



    .tssh {

        /* 上海 */

        position: absolute;

        width: 1%;

        height: 2.31%;

        top: 45.32%;

        right: 19.25%;

    }



    .tssz {

        /* 深圳 */

        position: absolute;

        width: 1%;

        height: 2.3%;

        top: 48.98%;

        right: 21.33%;

    }

    .tsdg{

        position: absolute;

        width: 1%;

        height: 2.3%;

        top: 35.14%;

        left: 47.42%;

    }

    .tsmg{

        position: absolute;

        width: 1%;

        height: 2.3%;

        top: 39.08%;

        left: 23%;

    }





    .smap{

        position: absolute;

        width: 0.75%;

        height: 1.22%;

    }

    .ttsl{

        top: 26.59%;

        right: 25.75%;

    }

    .ttjp{

        top: 42.74%;

        right: 14.42%;

    }

    .tthg{

        top: 41.79%;

        right: 17.5%;

    }

    .tttw{

        top: 49.39%;

        right: 19.35%;

    }

    .ttyn{

        top: 53.6%;

        right: 23.58%;

    }

    .tttg{

        /* 泰国 */

        top: 57.8%;

        right: 23.92%;

    }

    .ttxy{

        /* 马来西亚 */

        top: 61.06%;

        right: 25.5%;

    }

    .ttxjp{

        /* 新加坡 */

        top: 63.77%;

        right: 24.42%;

    }

    .ttadl{

        /* 澳大利亚 */

        top: 84.12%;

        right: 11.33%;

    }

    .ttyd{

        /* 印地 */

        top: 47.08%;

        right: 31.5%;

    }

    .ttrd{

        /* 瑞典 */

        top: 21.57%;

        right: 48.25%;

    }

    .ttdm{

        /* 丹麦 */

        top: 28.77%;

        right: 50.25%;

    }

    .ttyg{

        /* 英国 */

        top: 30.12%;

        left: 45.92%;

    }

    .tthl{

        /* 荷兰 */

        top: 32.29%;

        left: 46.75%;

    }

    .ttfg{

        /* 法国 */

        top: 33.51%;

        left: 47.08%;

    }

    .ttydl{

        /* 意大利 */

        top: 37.99%;

        left: 50%;

    }

    .ttxby{

        /* 西班牙 */

        top: 39.89%;

        left: 45.33%;

    }

    .tttrq{

        /* 土耳其 */

        top: 40.03%;

        left: 55.75%;

    }

    .ttjnd{

        /* 加拿大 */

        top: 35.69%;

        left: 21.25%;

    }

    .ttmxg{

        /* 墨西哥 */

        top: 53.32%;

        left: 19.08%;

    }

    .ttglby{

        /* 哥伦比亚 */

        top: 64.45%;

        left: 26.5%;



    }

    .ttbx{

        /* 巴西 */

        top: 71.1%;

        left: 31.92%;

    }

    .cn1{

        top: 41.93%;

        right: 20.52%;

    }

    .cn2{

        top: 43.69%;

        right: 19.83%;

    }

    .cn3{

        top: 45.73%;

        right: 23.67%;

    }

    .cn4{

        top: 47.63%;

        right: 20.25%;

    }

    .minkxs{

        position: absolute;

        width: 300px;

        height: 200px;

        background: #fff;

        padding: 30px;

        text-align: center;

        z-index: 6;

        display: none;

        box-shadow: 1px 1px 3px #eee;

		box-sizing: border-box;

    }

    .minkxs .mintt{

        color: #FE5F10;

        font-size: 20px;

        font-weight: bold;

        text-align: left;

    }

    .minkxs .mintel{

        margin-top: 12px;

        padding-left: 20px;

        text-align: left;

        font-size: 14px;

        color: #484848;

        line-height: 25px;

        position: relative;



    }

    .minkxs .mineml{

        padding-left: 20px;

        text-align: left;

        font-size: 14px;

        color: #484848;

        line-height: 25px;

        position: relative;



    }



    .minkxs .minadd{

        padding-left: 20px;

        text-align: left;

        font-size: 14px;

        color: #484848;

        line-height: 25px;

        position: relative;

    }

    .minkxs .mintel img{

        width: 16px;

        height: 16px;

        position: absolute;

        top: 4px;

        left: 0;

    }

    .minkxs .mineml img{

        width: 16px;

        height: 16px;

        position: absolute;

        top: 4px;

        left: 0;

    }

    .minkxs .minadd img{

        width: 16px;

        height: 16px;

        position: absolute;

        top: 4px;

        left: 0;

    }

    .hoverlf:hover .minkxs{

        display: block !important;

        top: -200px !important;

        left: -300px !important;

    }

    .hovertp:hover .minkxs{

        display: block !important;

        top: -210px !important;

        left: -150px !important;

    }

    .hoverrt:hover .minkxs{

        display: block !important;

        top: -200px !important;

        right: -300px !important;

    }

    .textbj{

        font-size: 18px;

    color: #FE5E10;

    font-weight: bold;

    position: absolute;

    left: -100%;

    top: 50%;

    margin-top: -9px;

    }

    .textl{

        position: absolute;

        color: #FE5E10;

        font-weight: bold;

        left: 110%;

        white-space: nowrap;

        font-size: 14px;

    }

    .textr{

        font-size: 14px;

        position: absolute;

        color: #FE5E10;

        font-weight: bold;

        right: 110%;

        white-space: nowrap;

    }

    .textsl{

        position: absolute;

        color: #7b7b7b;

        font-weight: bold;

        left: 110%;

        white-space: nowrap;

        font-size: 12px;

        top: -30%;

    }

    .textsr{

        font-size: 12px;

        position: absolute;

        color: #7b7b7b;

        font-weight: bold;

        right: 110%;

        white-space: nowrap;

        top: -30%;



    }



/* 领先实力 */

.page_sl_box1{ margin-bottom:1rem;}

.page_sl_box1 .main_tit p{ width:70%; margin:auto; font-size:18px; color:#7b7b7b; margin-top:15px;}



.page_sl_box1 ul{width:80%; margin:auto;}

.page_sl_box1 li{width:48%;}

.page_sl_box1 li .pic{width:35%;}

.page_sl_box1 li .pic img{width:100%;}

.page_sl_box1 li .txt{width:65%; padding-left:25px; box-sizing:border-box;}

.page_sl_box1 li .txt .tit{ margin-bottom:15px;}

.page_sl_box1 li .txt h3{ font-size:20px; margin-right:15px; position:relative;}

.page_sl_box1 li .txt h3:after{ content:''; width:100%; height:3px; background:var(--main_color); position:absolute; left:0; bottom:-6px;}

.page_sl_box1 li .txt .tit span{ font-size:18px; line-height:22px;}

.page_sl_box1 li .txt p{line-height:1.5; margin-bottom:5px; font-size:12px; text-align:justify;}

@media screen and (max-width:768px) {

.page_sl_box1 .main_tit p{ width:90%; margin:15px auto; font-size:12px;}

.page_sl_box1 ul{width:80%; margin:auto;}

.page_sl_box1 li{width:100%; margin-bottom:25px;}

.page_sl_box1 li .pic{width:50%; margin:auto auto 20px;}

.page_sl_box1 li .txt{width:100%; padding-left:0;  }

.page_sl_box1 li .txt .tit{ margin-bottom:15px; display:block; text-align:center;}

.page_sl_box1 li .txt h3{ font-size:18px; margin-right:15px; position:relative; display:inline-block;}

.page_sl_box1 li .txt h3:after{ content:''; width:100%; height:3px; background:var(--main_color); position:absolute; left:0; bottom:-6px;}

.page_sl_box1 li .txt .tit span{ font-size:18px; line-height:22px;}

.page_sl_box1 li .txt p{ font-size:13px; text-align:center;}

	

}







/*知识产权*/

.page_sl_box2{ background:#fafafa; padding:.25rem 0 1rem;}

.page_sl_box2 ul{width:86%; margin:auto;}

.page_sl_box2 li{ width:150px; height:150px; border:solid 1px var(--main_color); border-radius:5px;}

.page_sl_box2 li .num{ font-size:50px; font-weight:bold; color:var(--main_color);}

.page_sl_box2 .line{ width:.5rem; height:3px; background:var(--main_color); margin:15px auto;}

.page_sl_box2 p{ color:#7b7b7b; }

@media screen and (max-width:768px) {

.page_sl_box2{ background:#f0f0f0; padding:.25rem 0 1rem;}

.page_sl_box2 li{ margin-bottom:15px;}

}





/* 协作机器人国标行标制定者 */

.page_sl_box3{ margin-bottom:1rem;}

.page_sl_box3 .main_tit p{ width:70%; margin:auto; font-size:18px; color:#7b7b7b; margin-top:15px;}

.page_sl_box3 ul{width:66%; margin:auto;}

.page_sl_box3 li{ width:150px; height:150px; border:solid 1px var(--main_color); border-radius:5px; padding:0 10px; box-sizing:border-box; text-align:center;}

.page_sl_box3 li .num{ font-size:50px; font-weight:bold; color:var(--main_color);}

.page_sl_box3 li .line{ width:.5rem; height:3px; background:var(--main_color); margin:12px auto;}

.page_sl_box3 li p{ color:#7b7b7b; line-height:1.5;}



.page_sl_box3 .con{width:66%; margin:auto; border-top:solid 1px #ddd; padding-top:.4rem; margin-top:.3rem;height:58px;overflow: hidden;transition: 0.5s all;}
.page_sl_box3 .con.active {height:auto;}
.page_sl_box3 .con .item{ width:48%;}

.page_sl_box3 .con .item h3{ font-size:20px; font-weight:normal; color:var(--main_color); margin-bottom:10px;}

.page_sl_box3 .con .item p{ font-size:12px; border-bottom:solid 1px #eee; line-height:1.8; color:#7b7b7b;}

@media screen and (max-width:768px) {

.page_sl_box3 .main_tit p{ width:90%; font-size:12px;}

.page_sl_box3 ul{width:86%; }

.page_sl_box3 li{ margin-bottom:15px;}



.page_sl_box3 .con{width:86%; padding-top:.4rem; margin-top:.3rem;height: auto;}

.page_sl_box3 .con .item{ width:100%; margin-bottom:15px;}

.page_sl_box3 .con .item h3{ text-align:center;}

}



/*生产能力*/

.page_sl_box4{background:#fafafa; padding:.2rem 0 1rem;}

.page_sl_box4 .box{}

.page_sl_box4 .box .focus{ width:500px;}

.page_sl_box4 .box .focus img{width:100%; display:block; }

.page_sl_box4 .box .focus p{position: absolute;bottom: 0;left: 0;height: 40px;line-height: 40px;text-align: center;color: #fff;font-size: 20px;width: 100%; background: rgba(0, 0, 0, 0.5);}



/*左右箭头*/

.my_btn_arr .swiper-button-next,

.my_btn_arr .swiper-button-prev { width: 40px;text-transform: uppercase;color: #fff; height: 40px;opacity: .5;}

.my_btn_arr .swiper-button-next:hover,

.my_btn_arr .swiper-button-prev:hover {opacity: 1;}

.my_btn_arr .swiper-button-next {background-image: url('../images/myarr1.png'); right:2px; background-size:cover; transform:rotate(180deg);}

.my_btn_arr .swiper-button-prev {background-image: url('../images/myarr1.png'); left:2px; background-size:cover;}



.page_sl_box4 .box .con{ width:calc(100% - 500px); padding-left:.8rem; box-sizing:border-box;}

.page_sl_box4 .box .con .desc{ font-size:18px; line-height:1.5; color:#7b7b7b; text-align:justify;}

.page_sl_box4 .box .con ul{ margin-top:.3rem;}

.page_sl_box4 .box .con ul .ico{ margin-bottom:15px;}

.page_sl_box4 .box .con li{width:25%; text-align:center; transition:0.5s all;}

.page_sl_box4 .box .con li:hover{ transform:translateY(-10px);}

.page_sl_box4 .box .con li h3{ font-size:18px; margin-bottom:10px;}

.page_sl_box4 .box .con li h5{ font-size:16px; line-height:1.2; margin-bottom:10px; font-weight:normal;}

.page_sl_box4 .box .con li p{ font-size:10px; line-height:1.6; color:#7b7b7b;}

@media screen and (max-width:768px) {

.page_sl_box4{background:#f0f0f0; padding:.2rem 15px 35px;}

.page_sl_box4 .box .focus{ width:100%;}

.page_sl_box4 .box .focus img{width:100%; display:block; }

.page_sl_box4 .box .focus p{ font-size:16px;}



.page_sl_box4 .box .con{ width:100%; padding-left:0; margin-top:15px;}

.page_sl_box4 .box .con .desc{ font-size:14px;}

.page_sl_box4 .box .con li{width:50%; margin-bottom:20px;}

.page_sl_box4 .box .con li h3{ font-size:18px; margin-bottom:10px;}

.page_sl_box4 .box .con li h5{ font-size:16px; line-height:1.5; }

.page_sl_box4 .box .con li p{ font-size:11px; line-height:1.6; }

.page_sl_box4 .box .con li:nth-child(1){ order:1;}

.page_sl_box4 .box .con li:nth-child(2){ order:3;}

.page_sl_box4 .box .con li:nth-child(3){ order:4;}

.page_sl_box4 .box .con li:nth-child(4){ order:2;}

}





/* 产品保障 */

.page_sl_box5{ margin-bottom:1rem;}

.page_sl_box5 .main_tit p{ width:70%; margin:auto; font-size:18px; color:#7b7b7b; margin-top:15px;}

.page_sl_box5 .cpbz img{width:100%; display:block; }

.page_sl_box5 .cpbz p{ text-align: center;color: #7b7b7b;font-size:12px; margin-top:10px;}

@media screen and (max-width:768px) {

.page_sl_box5 .main_tit p{ width:90%; font-size:12px; }

.page_sl_box5 .cpbz { padding:0 15px;}

.page_sl_box5 .cpbz p{ font-size:14px; }



}



/*企业文化*/

.page_qywh_box1{}

.page_qywh_box1 ul{ }

.page_qywh_box1 li{ margin-bottom:30px; position:relative;}

.page_qywh_box1 li .pic{width:78.5%;}

.page_qywh_box1 li .txt{width:50%; position:absolute; top:19%; right:0; background:#fff;}

.page_qywh_box1 li .txt img{width:100%; display:block;}

.page_qywh_box1 li .txt .con{ position:absolute; left:0; top:0; width:100%; height:100%; padding:0 1rem; box-sizing:border-box;}

.page_qywh_box1 li .txt .con h3{ font-size:38px; color:var(--main_color); margin-bottom:20px; font-weight:normal;}

.page_qywh_box1 li .txt .con p{ font-size:18px; color:#7b7b7b;}



.page_qywh_box1 li:nth-child(2) .pic{margin-left:21.5%;}

.page_qywh_box1 li:nth-child(2) .txt{ left:0; right:auto; text-align:right;}

@media screen and (max-width:768px) {

.page_qywh_box1 li{ margin-bottom:25px; }

.page_qywh_box1 li .pic{width:100%; height:168px;}

.page_qywh_box1 li .txt{width:100%; position:relative; top:auto; border:solid 1px #e8e8e8; border-top:0;}

.page_qywh_box1 li .txt img{ display:none;}

.page_qywh_box1 li .txt .con{ position:relative; padding:20px 25px; }

.page_qywh_box1 li .txt .con h3{ font-size:22px; margin-bottom:15px; }

.page_qywh_box1 li .txt .con p{ font-size:14px; }



.page_qywh_box1 li:nth-child(2) .pic{margin-left:0;}

.page_qywh_box1 li:nth-child(2) .txt{ left:0; right:auto; text-align:left;}

}





.page_qywh_box2 .pic{ position:relative; overflow:hidden;}

.page_qywh_box2 .pic img{ transition:1s all;}

.page_qywh_box2 .pic:hover img{ transform:scale(1.05);}

.page_qywh_box2 p {position: absolute; top: 25%; left:10%; font-size: 48px; color: #fff; line-height:1.5;}

.page_qywh_box2 p:after { content:''; width:60px; height:4px; margin-top:25px; display:block; background:var(--main_color);}

@media screen and (max-width:768px) {

.page_qywh_box2 .pic{ height:200px;}

.page_qywh_box2 p {position: absolute; top: 15%; left:0; left:25px; font-size:22px; }

.page_qywh_box2 p:after { content:''; width:50px; margin-top:15px; }



}



.page_qywh_box3 ul{ margin-bottom:.8rem;}

.page_qywh_box3 li{width:50%; position:relative; overflow:hidden;}

.page_qywh_box3 p {position: absolute; top: 140px; left:0; text-align:center; width:100%; font-size:28px; color: #fff; font-weight:bold;}

.page_qywh_box3 p:after { content:''; width:60px; height:4px; display:block; background:var(--main_color); margin:25px auto;}

.page_qywh_box3 li img{ transition:1s all;}

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



@media screen and (max-width:768px) {

.page_qywh_box3 li{width:100%; margin-bottom:15px;}

.page_qywh_box3 p { top: 50%; transform:translateY(-50%); font-size:22px; }

.page_qywh_box3 p:after { width:50px; margin:15px auto;}



}







/* 新闻中心 */

.news_tab{ text-align: center; margin: .6rem 0 .8rem;}

.news_tab a{ font-size: .33rem; padding: 0 .68rem; border-right: 2px solid var(--main_color);}

.news_tab a:last-child{border:0;}

.news_tab a.active{ color: var(--main_color); }

.news_con{}

.news_con .item{ display: none;}

.news_con .item.active{ display: block;}

.news_con .item .list li{width:31.5%; margin-right: 2.6%; margin-bottom: .3rem; background: #f8f8f8;}

.news_con .item .list li:nth-child(3n){margin-right:0;}

.news_con .item .list li .pic{overflow: hidden;}

.news_con .item .list li .pic img{ transition: 0.5s all;}

.news_con .item .list li:hover .pic img{transform: scale(1.1);}

.news_con .item .list li .txt{ padding: .25rem .3rem .5rem; }

.news_con .item .list li h2{ font-size: .2rem; line-height: 1.6; text-align: justify; margin-bottom: .3rem;}

.news_con .item .list li .time{ color: #666; }

.news_con .item .list li:hover{ background: #f0f0f0;}

.news_con .item .list li a{display: block;}



@media screen and (max-width:768px) {

.news_tab a{ font-size:16px; padding: 0 15px; border-right:0; line-height: 28px; border-radius: 30px; display: inline-block;}

.news_tab a.active{ background: var(--main_color); color: #fff; font-weight: bold;}

.news_con{ padding: 0 15px;}

.news_con .item .list li{width:100%; margin-right:0; margin-bottom:20px;}	

.news_con .item .list li .txt{ padding:15px 20px 25px; }

.news_con .item .list li h2{ font-size:15px; margin-bottom:15px;}

}



/* 新闻内容页 */

.show_art_con{ padding-top:150px;}

.show_art_con .tit{ font-size:25px; text-align:center; margin-bottom:25px;}

.show_art_con h1{ font-size:38px; line-height:1.5; font-weight:normal; text-align:center; width:72%; margin:auto; }

.show_art_con .time{ padding:50px 0; font-size:18px; color:#7b7b7b; text-align:center; border-bottom:solid 1px #e8e8e8; margin-bottom:.68rem; }

.show_art_con .content{ line-height:2; color:#7b7b7b; width:70%; margin:auto;}

.show_art_con .content p{ margin-bottom:15px;}

.show_art_con .content img{ max-width:100%;}

.show_art_con .more{text-align:center; border-top:solid 1px #e8e8e8; margin-top:1rem; padding:.6rem 0 .8rem;}

.show_art_con .more a{width:170px; line-height:40px; border:solid 1px #666; font-size:16px; text-align:center; margin:0 25px; display:inline-block;}

.show_art_con .more a:hover{ border:solid 1px var(--main_color); background:var(--main_color); color:#fff;}

@media screen and (max-width:768px) {

.show_art_con{ padding-top:30px;}

.show_art_con .tit{ font-size:20px; margin-bottom:15px;}

.show_art_con h1{ font-size:18px; width:90%; }

.show_art_con .time{ padding:25px 0; font-size:14px; margin-bottom:.68rem; }

.show_art_con .content{ line-height:1.8; width:90%; }



.show_art_con .more{text-align:center; border-top:solid 1px #e8e8e8; margin-top:1rem; padding:.6rem 0 .8rem;}

.show_art_con .more a{width:125px; line-height:36px; font-size:14px;  margin:0 15px;}



}



/*产品优势*/

.page_ys_box1{}

.page_ys_box1{ margin-bottom:1rem;}

.page_ys_box1 .main_tit p{ width:70%; margin:auto; font-size:18px; color:#7b7b7b; margin-top:15px;}

.page_ys_box1 li{width:33.33%; padding:30px 40px; height:280px; position:relative; box-sizing:border-box;}

.page_ys_box1 li:nth-child(2n){ background:#eee;}

.page_ys_box1 li h3{font-size:28px; margin-bottom:25px;}

.page_ys_box1 li .desc{line-height:1.5; margin-bottom:10px; text-align:justify;}

.page_ys_box1 li .ico{position: absolute;width: 10%;top: 20px;right: 8%;}

.page_ys_box1 li:hover {box-shadow: -2px -2px 5px #bbb;}

@media screen and (max-width:768px) {

.page_ys_box1 .main_tit p{ width:90%; font-size:12px; margin-top:15px;}

.page_ys_box1 li{width:100%; padding:25px 25px; height:auto; }

.page_ys_box1 li h3{font-size:20px; margin-bottom:25px;}

.page_ys_box1 li .desc{line-height:1.5; margin-bottom:10px; text-align:justify;}

.page_ys_box1 li .ico{position: absolute;width: 10%;top: 15px;right: 8%;}

.page_ys_box1 li .ico img{ height:35px;}

.page_ys_box1 li:hover {box-shadow: -2px -2px 5px #bbb;}



}



/*机器人对比*/

.page_ys_box2{}

#duibi{padding:20px 28px;}

.page_ys_box2 li{ text-align:center; border-radius:10px; padding-bottom:20px; box-sizing:border-box;}

.page_ys_box2 li img{width:100%;}

.page_ys_box2 p{ font-size:18px; font-weight:bold;}

#duibi .swiper-button-next,#duibi .swiper-button-prev { width: 56px; height: 56px; }

.page_ys_box2 li .close{position: absolute;top: -14px;right: -14px;width: 30px;height: 30px;background: rgba(0, 0, 0, 0.8); border-radius: 50%;font-size: 30px;text-align: center;line-height: 25px;color: #fff;cursor: pointer; display:none;}

.page_ys_box2 li.active{ border:solid 1px var(--main_color);}

.page_ys_box2 li.active .close{ display:block;}



@media screen and (max-width:768px) {

#duibi{padding:20px 23px;}

.page_ys_box2 li{ padding-bottom:15px; }

.page_ys_box2 p{ font-size:15px; }

#duibi .swiper-button-next,#duibi .swiper-button-prev { width: 46px; height: 46px; }

.page_ys_box2 li .close{ line-height: 30px;}

}


.duibi dl{ width:20%; font-size:18px; box-sizing:border-box; text-align:center; display:none;}
.duibi dl.active{ display:block;}
.duibi dl:first-child dd{ text-align:left; padding-left:.3rem; }
.duibi dt{font-size:20px; font-weight:bold; height:60px; line-height:60px;}
.duibi dd { height:60px; line-height:60px; }
.duibi dd:nth-child(2n){ background:#fafafa;}
.duibi dl img{width:40px; height:40px; margin-right:15px; vertical-align: middle;}
.duibi dl .more a{ width: 50%;height: 40px;display: inline-block;line-height: 40px;margin-top: 5px;border: 1px solid #e8e8e8; font-size:14px;}
.duibi dl .more a:hover{ border: 1px solid var(--main_color); background:var(--main_color); color:#fff;}
@media screen and (max-width:768px) {
.duibi dl{ width:24%; font-size:14px; }
.duibi dl:last-child{ display:none; }
.duibi dl:first-child dd{ padding-left:5px; width:28%;}
.duibi dt{font-size:14px; }
.duibi dd { height:50px; line-height:50px; }
.duibi dd:nth-child(2n){ background:#f0f0f0;}
.duibi dl img{width:22px; height:22px; margin-right:5px; }
}



.duibi .item { height:60px; line-height:60px; text-align:center;}

.duibi .item li{ width:20%; font-size:18px; box-sizing:border-box;}

.duibi .item li:first-child{ text-align:left; padding-left:.3rem; }

.duibi .item.tit li{font-size:20px; font-weight:bold;}

.duibi .item:nth-child(2n){ background:#fafafa;}

.duibi .item li img{width:40px; height:40px; margin-right:15px; vertical-align: middle;}

@media screen and (max-width:768px) {

.duibi .item { height:50px; line-height:50px; }

.duibi .item li{ width:24%; font-size:14px; }

.duibi .item li:last-child{ display:none; }

.duibi .item li:first-child{ padding-left:5px; width:28%;}

.duibi .item.tit li{font-size:14px; }

.duibi .item:nth-child(2n){ background:#f0f0f0;}

.duibi .item li img{width:22px; height:22px; margin-right:5px; }



}





.page_ys_box3{ margin:.6rem auto; }

.page_ys_box3 li{ text-align:center; transform:scale(0.85); transition:0.5s all;}
.page_ys_box3 li .pic{ max-height:5.2rem;}
.page_ys_box3 li .txt{ display:none; }

.page_ys_box3 li.swiper-slide-active{transform:scale(1.15); z-index:2;}

.page_ys_box3 li.swiper-slide-active .txt{ display:block;}

.page_ys_box3 li h3{ font-size:33px; margin:25px 0 35px;}

.page_ys_box3 li .desc{ font-size:16px; line-height:1.5; margin-bottom:25px;}

.page_ys_box3 li a{width: 170px;height: 40px;border: 1px solid #eee;line-height: 38px; display:inline-block; font-size:16px;}

.page_ys_box3 li a:hover{ background:var(--main_color); color:#fff; border:solid 1px var(--main_color);}



#youshi {padding-bottom:1rem; padding-top:45px;}

#youshi .swiper-button-next,

#youshi .swiper-button-prev { width: 56px;text-transform: uppercase;color: #fff; height: 56px;opacity: .5; top:30%;}

#youshi .swiper-pagination{ display:none;}

@media screen and (max-width:768px) {

.page_ys_box3 li{ transform:scale(1); }

.page_ys_box3 li .txt{ display:block; }

.page_ys_box3 li.swiper-slide-active{transform:scale(1); z-index:2;}

.page_ys_box3 li h3{ font-size:20px; margin:20px 0 20px;}

.page_ys_box3 li .desc{ font-size:14px; line-height:1.5; margin-bottom:20px; padding:0 15px;}

.page_ys_box3 li a{width: 150px;height: 40px;border: 1px solid #ddd; }



#youshi {padding-top:0;}

#youshi .swiper-button-next,

#youshi .swiper-button-prev { display:none;}

#youshi .swiper-pagination{ display:block;}

#youshi .swiper-pagination-bullet-active{ background:var(--main_color);}

}





/*产品中心*/

.product_center{ padding-top:150px; text-align:center; font-size:24px; margin-bottom:-.35rem;}



/*产品特性优点*/

.pro_txyd{}

.pro_txyd li{ background:#fafafa; padding:30px; width:31.5%; height:220px; margin-right:2.6%; margin-bottom:30px; box-sizing:border-box;}

.pro_txyd li:nth-child(3n){ margin-right:0;}

.pro_txyd li h5{ font-size:18px; margin-bottom:15px;}

.pro_txyd li p{ font-size:16px; line-height:1.5; text-align:justify; color:#7b7b7b;}

.pro_txyd li:hover{box-shadow: 1px 1px 5px #888888;}

@media screen and (max-width:768px) {

.product_center{ padding-top:30px; font-size:20px; margin-bottom:-.35rem;}

.pro_txyd li{ padding:25px 20px; width:100%; height:auto; margin-right:0; margin-bottom:15px; }

.pro_txyd li h5{ font-size:16px; margin-bottom:15px;}

.pro_txyd li p{ font-size:14px; }

}



/*配置丰富 应用广泛*/

.page_pro_list{}

.page_pro_list li{width:50%; position:relative; padding:.25rem 0;}

.page_pro_list .pic{width:55%; position:relative; z-index:1;}

.page_pro_list .pic img{width:100%; display:block;}

.page_pro_list .txt{width:45%; font-size:.16rem; position:relative; z-index:1; padding-right:.6rem; box-sizing:border-box;}

.page_pro_list .txt img{height:.2rem; margin-right:6px; vertical-align: middle;}

.page_pro_list .txt h2{font-size:36px; margin-bottom:35px; color:var(--main_color);}

.page_pro_list .txt dl{ margin-bottom:20px;}

.page_pro_list .txt .more{text-align:center; margin-top:5px;}

.page_pro_list .txt .more a{width:160px; line-height:40px; border:solid 1px #ccc; text-align:center; display:inline-block; font-size:.16rem;}

.page_pro_list .txt .more a:hover{ border:solid 1px var(--main_color); background:var(--main_color); color:#fff;}

.page_pro_list li:nth-child(4n):after{ content:''; width:300%; height:100%; background:#eee; position:absolute; left:0; top:0;}

.page_pro_list li:nth-child(4n+1):after{ content:''; width:300%; height:100%; background:#eee; position:absolute; right:0; top:0;}

@media screen and (max-width:768px) {

.page_pro_list li{width:100%; padding:20px 0 50px;}

.page_pro_list .pic{width:70%; margin:auto;}

.page_pro_list .pic img{width:100%; display:block;}

.page_pro_list .txt{width:70%; font-size:16px; padding-right:0; margin:auto;}

.page_pro_list .txt img{height:18px; margin-right:6px; }

.page_pro_list .txt h2{font-size:25px; text-align:center; margin-bottom:25px; }

.page_pro_list .txt .more a{ font-size:15px;}

.page_pro_list li:nth-child(4n):after{ width:100%; background:none; }

.page_pro_list li:nth-child(4n+1):after{ width:100%; background:none; }

.page_pro_list li:nth-child(2n+1):after{content:'';width:100%; height:100%; background:#f8f8f8; position:absolute; left:0; top:0;}





}



/*适合领域*/

.page_pro_shly{ margin-bottom:.6rem;}

.page_pro_shly li{ text-align:center;  box-sizing:border-box;}

.page_pro_shly li .pic{overflow:hidden;}

.page_pro_shly li img{width:50%; transition:1s all;}

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

/*.page_pro_shly li:after{content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.4);}*/

.page_pro_shly li h2{position:absolute; width:100%; font-size:26px; color:#fff; left:0; bottom:40px; text-align:center; z-index:2;}

.page_pro_shly li h2:after{ content:''; width:60px; height:4px; background:var(--main_color); margin:15px auto 0; display:block;}

#shly .swiper-button-next,#shly .swiper-button-prev { width: 56px; height: 56px; }


.page_pro_shly1 li .pic {
    background: #000;
}
.page_pro_shly1 li img {
    width: 100%;
    opacity: 0.7;
}

@media screen and (max-width:768px) {

.page_pro_shly{ padding:0 15px;}

.page_pro_shly li h2{ font-size:20px;bottom:25px; }

.page_pro_shly li h2:after{width:25px; height:4px;}

.page_pro_shly li img{width:90%; transition:1s all;}

#shly .swiper-button-next,#shly .swiper-button-prev { width: 40px; height: 40px; }



}



/*产品内容页*/

.show_pro_box1{ text-align:center; font-size:18px; color:#484848; margin:60px 0;}

.show_pro_box1 img{vertical-align: middle;}

.show_pro_box1 p{margin-bottom:5px;}

.show_pro_box1 ul{margin-top:70px;}

.show_pro_box1 li{width:25%; text-align:center; font-size:20px; font-weight:bold;}

.show_pro_box1 li img{ height:39px; margin-right:10px;}

.show_pro_box1 li span{ font-weight:normal; border-bottom:solid 1px #ccc; margin-left:10px;}

@media screen and (max-width:768px) {

.show_pro_box1{ font-size:14px; margin:30px 0; padding:0 15px;}

.show_pro_box1 ul{margin-top:45px;}

.show_pro_box1 li{width:50%; font-size:15px; margin-bottom:15px; color:var(--main_color);}

.show_pro_box1 li img{ height:36px; height:36px; display:block; margin:auto; border:solid 1px var(--main_color); border-radius:100%; padding:15px; margin-bottom:10px;}

.show_pro_box1 li span{ border-bottom:0; margin-left:0; display:block; margin-top:6px; color:#7b7b7b; font-size:14px;}

}



/*产品参数*/

.show_pro_box2{ background:#fafafa; padding:10px 0 50px;}

.show_pro_box2 .pic{width:40%;}

.show_pro_box2 .pic li{display:none;}

.show_pro_box2 .pic li.active{display:block;}

.show_pro_box2 .pic img{width:100%; display:block;}

.show_pro_box2 .canshu{width:55%;}

.show_pro_box2 .tab{ margin-bottom:30px;}

.show_pro_box2 .tab a{ font-size:18px; padding-right:25px; margin-right:25px; border-right:solid 2px var(--main_color); font-weight:bold; color:#484848; line-height:25px;}

.show_pro_box2 .tab a:last-child{ margin-right:0; padding-right:0; border-right:0; }

.show_pro_box2 .tab a.active{ color:var(--main_color);}



.show_pro_box2 .con{}

.show_pro_box2 .con .item{display:none;}

.show_pro_box2 .con .item.active{display:block;}

.show_pro_box2 .con dl{padding:15px 15px;}

.show_pro_box2 .con dl:nth-child(2n+1){ background:#f2f2f2; padding:15px 15px;}

.show_pro_box2 .con dl:hover{ background:#ddd; }

.show_pro_box2 .con dt{width:50%; box-sizing:border-box;}

.show_pro_box2 .con dd{width:50%; box-sizing:border-box;} 

@media screen and (max-width:768px) {

.show_pro_box2{ padding:10px 15px 50px;}

.show_pro_box2 .pic{width:60%; margin:auto;}

.show_pro_box2 .canshu{width:100%;}

.show_pro_box2 .tab{ margin-bottom:10px; display:block; text-align:center; overflow-x:scroll; white-space: nowrap;}

.show_pro_box2 .tab a{ font-size:14px; padding:0 10px; margin:0; border-right:0;line-height:28px; border-radius:28px; display:inline-block;}

.show_pro_box2 .tab a.active{ background:var(--main_color); color:#fff;}



.show_pro_box2 .con{ border:solid 1px #ccc;}

.show_pro_box2 .con dl{padding:12px 10px; font-size:12px; border-bottom:solid 1px #ddd;}

}





/*产品尺寸*/

.show_pro_box3{}

.show_pro_box3 .tab{ text-align:center; margin-bottom:50px;}

.show_pro_box3 .tab a{ font-size:20px; color:#484848; line-height:25px; padding-right:25px; margin-right:25px; border-right:solid 2px var(--main_color); font-weight:bold;}

.show_pro_box3 .tab a:last-child{ margin-right:0; padding-right:0; border-right:0; }

.show_pro_box3 .tab a.active{ color:var(--main_color);}

.show_pro_box3 .box{ text-align:center; background:#fafafa; padding:25px 20px 50px; box-sizing:border-box;}

.show_pro_box3 .box img{ max-width:100%;}

@media screen and (max-width:768px) {

.show_pro_box3 .tab1{ padding:0 10px;}

.show_pro_box3 .tab{ margin-bottom:5px; display:block; text-align:center; overflow-x:scroll; white-space: nowrap;}

.show_pro_box3 .tab a{ font-size:12px; padding:0 6px; margin:0; border-right:0;line-height:28px; border-radius:28px; display:inline-block; font-weight:normal;}

.show_pro_box3 .tab a.active{ background:var(--main_color); color:#fff; font-weight:bold;}

.show_pro_box3 .box{ padding:25px 60px 50px; }

.show_pro_box3 .box li{ overflow:hidden;}



}







/*相关案例*/

.show_pro_box4{ margin-bottom:1rem;}

.show_pro_box4 li{ transform:scale(0.9); transition:0.5s all;}

.show_pro_box4 li .pic img{width:100%;}

.show_pro_box4 li .txt{ display:none; position:absolute; width:100%; padding:25px 50px; box-sizing:border-box; left:0; bottom:20px; background:rgba(0,0,0,0.5); color:#fff;}

.show_pro_box4 li.swiper-slide-active{transform:scale(1.1); z-index:2;}

.show_pro_box4 li.swiper-slide-active .txt{ display:block;}

.show_pro_box4 li h3{ font-size:14px; }

.show_pro_box4 li p{ font-size:18px; line-height:1.5;}



#anli {padding:30px 0;}

#anli .swiper-button-next,

#anli .swiper-button-prev { width: 56px;text-transform: uppercase;color: #fff; height: 56px;opacity: .5;}

#anli .swiper-pagination{ display:none;}

@media screen and (max-width:768px) {

.show_pro_box4 li{ transform:scale(1); }

.show_pro_box4 li.swiper-slide-active{transform:scale(1); z-index:2;}

.show_pro_box4 li .txt{ padding:15px 15px; bottom:15px; display:block;}

.show_pro_box4 li h3{ font-size:14px; }

.show_pro_box4 li p{ font-size:15px; line-height:1.2;}

#anli .swiper-button-next,

#anli .swiper-button-prev { display:none;}

#anli .swiper-pagination{ display:block;}

#anli .swiper-pagination-bullet-active{ background:var(--main_color);}

}















/* 联系我们 */

.page_lx_box1{ margin: .8rem 0 .5rem;}

.page_lx_box1 .map_box{width: 52%; }

.page_lx_box1 .map_box li{ display: none; height:100%;}

.page_lx_box1 .map_box li.active{ display: block;}

.page_lx_box1 .map_box .map{ height: 100%;}

.page_lx_box1 .lx_con{width: 45%;}

.lx_con .tab{ margin: .1rem 0 .3rem .35rem;}

.lx_con .tab li{ font-size: 20px; margin-right: .2rem; padding-right: .2rem; border-right: solid 1px var(--main_color); font-weight: bold; cursor: pointer;}

.lx_con .tab li.active{color: var(--main_color);}

.lx_con .con{ font-size: .25rem; line-height: 1.5;}

.lx_con .con img{ height: 30px; vertical-align: middle; margin-right: 6px;}

.lx_con .con li{display: none;}

.lx_con .con li.active{ display: block;}



.lx_con .list{margin: 25px 0 0 35px; color: #7b7b7b; font-size: 16px;}

.lx_con .list h5{ font-size: 18px; font-weight: normal;}

.lx_con .list .tel{ font-size: 36px; color: #444; border-bottom: solid 1px #bbb; margin-top: 30px; display: inline-block; padding-bottom: 10px;}

.lx_con .list ul{ margin-top:20px;}

.lx_con .list li{line-height: 2;}



@media screen and (max-width:768px) {

.page_lx_box1 .map_box{width:100%; overflow: hidden; }

.page_lx_box1 .map_box .map{ height: 200px;}

.page_lx_box1 .lx_con{width:100%;  background: #f8f8f8; padding: 25px 0 25px;}



.lx_con .tab{ margin:0 0 20px; display: block; text-align: center;}

.lx_con .tab li{ font-size:16px; margin:0 5px: ; padding:0 5px; border-right:0; display: inline-block; line-height: 28px; border-radius: 28px;}

.lx_con .tab li.active{ background: var(--main_color); color: #fff; padding:0 15px;}

.lx_con .con{ font-size:16px; line-height: 1.5; text-align: center;}

.lx_con .con img{ height:20px; margin-right:2px;}

.lx_con .list{margin: 25px 0 0 0; color: #7b7b7b; font-size:14px; text-align: center;}

.lx_con .list h5{ font-size: 14px; }

.lx_con .list .tel{ font-size: 30px; color: #333; margin-top: 30px; padding-bottom: 10px;}

.lx_con .list ul{ margin-top:10px;}

.lx_con .list li{line-height: 2;}

}

	

/* 留言反馈 */

.page_lx_form{width: 100%; max-width: 8rem; margin: auto auto .25rem;}

.page_lx_form li{ margin-bottom:.15rem;}

.page_lx_form li input,.page_lx_form li select{ border: solid 1px #ccc; background: #fff; text-align: center; border-radius: 6px; width: 100%; outline:none; padding: 12px 15px; box-sizing: border-box;}

.page_lx_form li textarea{ border: solid 1px #ccc; background: #fff; border-radius: 6px; width: 100%; outline:none; padding: 12px 15px; height: 100px; box-sizing: border-box;}

.page_lx_form .sub_btn{ text-align: center; margin-top: .2rem;}

.page_lx_form .sub_btn button{padding: 5px 10px;width: 170px;height: 40px;border:0; cursor: pointer;background: var(--main_color);color: #fff;border-radius: 8px; font-size: 17px;}

@media screen and (max-width:768px) {

.page_lx_form{padding: 0 15px; box-sizing: border-box;}	

}

	



/* 联系我们自媒体 */

.page_lx_zmt {margin:.25rem 0  1.25rem;}

.page_lx_zmt a{margin:0 .2rem; position: relative;}

.page_lx_zmt .ewm { position: absolute; left: -40px; top: -135px; display: none;}

.page_lx_zmt a:hover .ewm{ display: block;}

.page_lx_zmt .ewm img{width:125px; height: 125px; border: solid 1px #e8e8e8;}

@media screen and (max-width:768px) {

.page_lx_zmt a{margin:0 .2rem; position: relative;}

.page_lx_zmt a img{ height: 40px;}

.page_lx_zmt .ewm { left: -50px;}

}





/*============成为经销商=================*/

.cwjxs_box1{background: #fafafa;padding:.8rem 0;}

.cwjxs_box1 li{width:33.3%;border-right:1px solid #bbb;box-sizing:border-box;padding:.3rem .35rem;}

.cwjxs_box1 li:last-child{border-right:none;}

.cwjxs_box1 li .ico img{width:.9rem;}

.cwjxs_box1 li .txt h3{margin:.3rem 0 .25rem;text-align: center;color: #484848;font-size: .18rem;}

.cwjxs_box1 li .txt p{text-align:center;color:#7b7b7b;line-height:1.6;}



.cwjxs_box2{padding:1.5rem 0;text-align:center;}

.cwjxs_box2 h4{font-weight:normal;font-size:.18rem;color:#7b7b7b;}

.cwjxs_box2 span{display:inline-block;font-weight:normal;font-size:.18rem;color:#7b7b7b;margin:.25rem 0;}

.cwjxs_box2 h3{font-size:.38rem;font-weight:normal;}

.cwjxs_box2 .line{width:4.3rem;height:1px;background:#ddd;margin:.3rem auto .25rem;}

.cwjxs_box2 p{font-size:.18rem;color:#7b7b7b;}





@media screen and (max-width:768px) {

.cwjxs_box1{padding:0 15px;box-sizing:border-box;}

.cwjxs_box1 li{width:100%;border-right:none;border-bottom:1px solid #bbb;padding:30px 0;}

.cwjxs_box1 li:last-child{border-bottom:none;}

.cwjxs_box1 li .ico img{width:60px;}

.cwjxs_box1 li .txt h3{margin:20px 0 15px;font-size:16px;}

.cwjxs_box1 li .txt p{}



.cwjxs_box2{padding:40px 15px; box-sizing:border-box;}

.cwjxs_box2 h4{font-size:14px;line-height:1.4;}

.cwjxs_box2 span{font-size:14px;margin:20px 0;}

.cwjxs_box2 h3{font-size:26px;}

.cwjxs_box2 .line{width:100%;height:1px;background:#ddd;margin:20px auto 20px;}

.cwjxs_box2 p{font-size:14px;}

}







/*============招贤纳士=================*/

.zxns_box1{padding:.2rem 0 .8rem;}

.zxns_box1 li{width:33.3%;border-right:1px solid #bbb;box-sizing:border-box;padding:.3rem .5rem;}

.zxns_box1 li:last-child{border-right:none;}

.zxns_box1 li .ico img{width:1rem;}

.zxns_box1 li .txt h3{font-weight:normal;margin:.3rem 0 .2rem;text-align: center;color: #484848;font-size: .28rem;}

.zxns_box1 li .txt p{text-align:center;color:#7b7b7b;line-height:1.6;font-size:.18rem;}



.zxns_box2{background: #fafafa;padding:.2rem 0 .8rem;}

.zxns_box2 li{overflow:hidden;}

.zxns_box2 li img{width:100%;}

#zxns_box2{position:relative;overflow:hidden;}

#zxns_box2 .draw_h {width:35px !important;height: 35px !important;}

#zxns_box2 .swiper-button-next,#zxns_box2 .swiper-button-prev{background-size:15px 20px;}



.zxns_box3{padding:.2rem 0 .8rem;}

.zxns_box3 .wz{font-size:.18rem;color: #7b7b7b;text-align:center;}

.zxns_box3 .wz a{color:#337ab7;}

.zxns_box3 select{outline: none; width: 200px;height: 50px;border: 1px solid #ccc; border-radius:8px;  box-sizing:border-box;font-family:Microsoft Yahei;color:#333;font-size:.18rem;padding-left:15px;margin:.3rem 15px 0;background:#fff;}



@media screen and (max-width:768px) {

.zxns_box1{padding:0 15px;box-sizing:border-box;}

.zxns_box1 li{width:100%;border-right:none;border-bottom:1px solid #bbb;padding:30px 0;}

.zxns_box1 li:last-child{border-bottom:none;}

.zxns_box1 li .ico img{width:60px;}

.zxns_box1 li .txt h3{margin:20px 0 15px;font-size:18px;}

.zxns_box1 li .txt p{font-size:14px;}



.zxns_box2{padding:0 15px 30px;box-sizing:border-box;}



.zxns_box3{padding:0 15px 30px;box-sizing:border-box;}

.zxns_box3 .wz{font-size:14px;}

.zxns_box3 select{width:160px;height: 50px;font-size:14px;padding-left:10px;margin:15px 5px 0;}

}





/*============成为经销商=================*/

.cwjxs_box1{background: #fafafa;padding:.8rem 0;}

.cwjxs_box1 li{width:33.3%;border-right:1px solid #bbb;box-sizing:border-box;padding:.3rem .35rem;}

.cwjxs_box1 li:last-child{border-right:none;}

.cwjxs_box1 li .ico img{width:.9rem;}

.cwjxs_box1 li .txt h3{margin:.3rem 0 .25rem;text-align: center;color: #484848;font-size: .18rem;}

.cwjxs_box1 li .txt p{text-align:center;color:#7b7b7b;line-height:1.6;}



.cwjxs_box2{padding:1.3rem 0;text-align:center;}

.cwjxs_box2 h4{font-weight:normal;font-size:.18rem;color:#7b7b7b;}

.cwjxs_box2 span{display:inline-block;font-weight:normal;font-size:.18rem;color:#7b7b7b;margin:.25rem 0;}

.cwjxs_box2 h3{font-size:.38rem;font-weight:normal;}

.cwjxs_box2 .line{width:4.3rem;height:1px;background:#ddd;margin:.3rem auto .25rem;}

.cwjxs_box2 p{font-size:.18rem;color:#7b7b7b;}





@media screen and (max-width:768px) {

.cwjxs_box1{padding:0 15px;box-sizing:border-box;}

.cwjxs_box1 li{width:100%;border-right:none;border-bottom:1px solid #bbb;padding:30px 0;}

.cwjxs_box1 li:last-child{border-bottom:none;}

.cwjxs_box1 li .ico img{width:60px;}

.cwjxs_box1 li .txt h3{margin:20px 0 15px;font-size:16px;}

.cwjxs_box1 li .txt p{}



.cwjxs_box2{padding:40px 15px; box-sizing:border-box;}

.cwjxs_box2 h4{font-size:14px;line-height:1.4;}

.cwjxs_box2 span{font-size:14px;margin:20px 0;}

.cwjxs_box2 h3{font-size:26px;}

.cwjxs_box2 .line{width:100%;height:1px;background:#ddd;margin:20px auto 20px;}

.cwjxs_box2 p{font-size:14px;}

}







/*============招贤纳士=================*/

.zxns_box1{padding:.2rem 0 .8rem;}

.zxns_box1 li{width:33.3%;border-right:1px solid #bbb;box-sizing:border-box;padding:.3rem .5rem;}

.zxns_box1 li:last-child{border-right:none;}

.zxns_box1 li .ico img{width:1rem;}

.zxns_box1 li .txt h3{font-weight:normal;margin:.3rem 0 .2rem;text-align: center;color: #484848;font-size: .28rem;}

.zxns_box1 li .txt p{text-align:center;color:#7b7b7b;line-height:1.6;font-size:.18rem;}



.zxns_box2{background: #fafafa;padding:.2rem 0 .8rem;}

.zxns_box2 li{overflow:hidden;}

.zxns_box2 li img{width:100%;}

#zxns_box2{position:relative;overflow:hidden;}

#zxns_box2 .draw_h {width:35px !important;height: 35px !important;}

#zxns_box2 .swiper-button-next,#zxns_box2 .swiper-button-prev{background-size:15px 20px;}



.zxns_box3{padding:.2rem 0 .8rem;}

.zxns_box3 .wz{font-size:.18rem;color: #7b7b7b;text-align:center;}

.zxns_box3 .wz a{color:#337ab7;}

.zxns_box3 select{outline: none; width: 200px;height: 50px;border: 1px solid #ccc; border-radius:8px;  box-sizing:border-box;font-family:Microsoft Yahei;color:#333;font-size:.18rem;padding-left:15px;margin:.3rem 15px 0;background:#fff;}



@media screen and (max-width:768px) {

.zxns_box1{padding:0 15px;box-sizing:border-box;}

.zxns_box1 li{width:100%;border-right:none;border-bottom:1px solid #bbb;padding:30px 0;}

.zxns_box1 li:last-child{border-bottom:none;}

.zxns_box1 li .ico img{width:60px;}

.zxns_box1 li .txt h3{margin:20px 0 15px;font-size:18px;}

.zxns_box1 li .txt p{font-size:14px;}



.zxns_box2{padding:0 15px 30px;box-sizing:border-box;}



.zxns_box3{padding:0 15px 30px;box-sizing:border-box;}

.zxns_box3 .wz{font-size:14px;}

.zxns_box3 select{width:160px;height: 50px;font-size:14px;padding-left:10px;margin:15px 5px 0;}

}





/*============查找经销商=================*/

.czjxs_box{ width:100%; position:relative; overflow:hidden;  }

.czjxs_box .pic {animation: o-scale 20s linear infinite; /*height:76vh;*/  overflow:hidden;}

.czjxs_box .pic img{width:100%; height:100%;object-fit:cover; display:block;}

.czjxs_box .txt{position:absolute; left:0; top:0; bottom:0; right:0;  z-index:9; text-align: center;}

.czjxs_box .txt h3{color:#fff;font-size:.48rem;font-weight:normal;margin-bottom:.3rem; margin-top:1.3rem;}

.czjxs_box .txt p{color:#fff;font-size:.18rem;line-height:1.6;width:65%;margin:0 auto 10px;}

.czjxs_box .txt form{width:65%;margin:0 auto;background:rgba(255,255,255,.5);position:relative;border-radius:4px;margin-top:.8rem;}

.czjxs_box .txt form input{background:none;outline:none;line-height:50px;width:100%;border:none;text-align:center; color:#fff;font-size:.16rem;}

.czjxs_box .txt form input::placeholder{color:#fff;font-size:.16rem;}

.czjxs_box .txt .btn_submit{position:absolute;right:0;bottom:0;width:200px;background:url(../images/form_btn.png) no-repeat right 30px center; cursor: pointer;}


@media screen and (max-width:768px) {

.czjxs_box .pic{height:320px;}

.czjxs_box .txt h3{font-size:24px;margin-bottom:15px;}

.czjxs_box .txt p{font-size:14px;width:100%;margin:0 auto 5px;padding:0 15px;box-sizing:border-box;}

.czjxs_box .txt form{width:90%;margin-top:20px;}

.czjxs_box .txt form input{line-height:42px;}

.czjxs_box .txt form input::placeholder{font-size:13px;}

.czjxs_box .txt .btn_submit{background:url(../images/form_btn.png) no-repeat right 10px center; }


}

@keyframes o-scale {

    0%,85%,100%{

        transform: scale(1);

    }

    50%{

        transform: scale(1.06);

    }

}

/*============查找经销商结果=================*/
.search_result{width:600px;  box-sizing:border-box; margin:.5rem auto;}
.search_result li{padding:.25rem .3rem; border:solid 1px #e8e8e8; border-radius: .1rem;  margin-bottom:.3rem;}
.search_result h3{ font-size:20px; margin-bottom:15px;}
.search_result p{ font-size:16px; line-height:1.5;}
.search_result .max{ font-size:18px; color:var(--main_color); margin-top:10px;}

@media screen and (max-width:768px) {
.search_result{width:100%; }
.search_result li{padding:20px; border-radius: 5px; margin-bottom:15px;}
.search_result h3{ font-size:18px;}
.search_result p{ font-size:14px; }
.search_result .max{ font-size:16px;}

}






/*============遨博学院=================*/

.abxy_box1{padding:.8rem 0;width:55%;margin:0 auto;text-align:center;color:#7b7b7b;font-size:.18rem;line-height:2;}



@media screen and (max-width:768px) {

.abxy_box1{padding:25px 20px;box-sizing:border-box;width:100%;font-size:13px; line-height:1.8;}

}





.abxy_box2{background:#fafafa;padding:.1rem 0 .8rem;}

.abxy_box2 li:nth-child(1){width:40%;}

.abxy_box2 li:nth-child(2){width:32%;}

.abxy_box2 li:nth-child(3){width:22%;}

.abxy_box2 li .pic{overflow:hidden;height:4.6rem;}

.abxy_box2 li .pic img{width:100%;height:100%;display:block;}

.abxy_box2 li p{text-align:center;margin-top:.25rem;color:#7b7b7b;}



@media screen and (max-width:768px) {

.abxy_box2{padding:10px 0 25px;box-sizing:border-box;}

.abxy_box2 li{width:100%;margin-bottom:15px;background:#fff;padding:15px 15px;box-sizing:border-box;}

.abxy_box2 li:nth-child(1){width:100%;}

.abxy_box2 li:nth-child(2){width:100%;}

.abxy_box2 li:nth-child(3){width:100%;}

.abxy_box2 li .pic{overflow:hidden;height:auto;}

.abxy_box2 li .pic img{max-width:100%;max-height:100%;display:block;}

.abxy_box2 li p{margin-top:10px;line-height:1.4;font-size:13px;}

}





.abxy_box3{padding:.1rem 0 0;}

.abxy_box3 li{width:32%;background:#fafafa;padding:.3rem .3rem;box-sizing:border-box;margin-bottom:.3rem; transition:all .5s;}

.abxy_box3 li .ico img{width:50px;}

.abxy_box3 li h3{color: #484848;font-size:.18rem;margin:.2rem 0;}

.abxy_box3 li p{text-align:justify;color:#7b7b7b;line-height:1.8;font-size:.16rem;}

.abxy_box3 li:hover{box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3);}



@media screen and (max-width:768px) {

.abxy_box3{padding:10px 15px 20px;box-sizing:border-box;}

.abxy_box3 li{width:100%;padding:20px 15px;margin-bottom:15px;}

.abxy_box3 li .ico img{width:45px;}

.abxy_box3 li h3{font-size:16px;margin:5px 0 15px;}

.abxy_box3 li p{font-size:14px;}



}





.abxy_box4 .tabs1{text-align:center;margin:.2rem 0 .5rem;}

.abxy_box4 .tabs1 a{font-size:.2rem;font-weight:bold;padding:0 10px;border-right:1px solid var(--main_color);}

.abxy_box4 .tabs1 a:last-child{border-right:none;}

.abxy_box4 .tabs1 a.active{color:var(--main_color);}



.abxy_box4_bg{background:#fafafa;padding:.2rem 0 .8rem;}

.abxy_box4_bg li{overflow:hidden;}

.abxy_box4_bg li img{width:100%;display:block;}



@media screen and (max-width:768px) {

.abxy_box4 .tabs1{ margin-bottom:10px; display:block; text-align:center; overflow-x:scroll; white-space: nowrap;}

.abxy_box4 .tabs1 a{ font-size:14px; padding:0 10px; margin:0; border-right:0;line-height:28px; border-radius:28px; display:inline-block;}

.abxy_box4 .tabs1 a.active{ background:var(--main_color); color:#fff;}



.abxy_box4_bg{background:#fafafa;padding:10px 15px 15px;box-sizing:border-box;}

}



#hzal {padding-bottom:1.5rem; padding-top:45px;}

#hzal .swiper-slide img{width:100%;  transition:0.3s all;}

#hzal .swiper-slide {transition:0.3s all;transform: scale(0.85);}



#hzal .swiper-slide-active{transform: scale(1.15); z-index:2;}

#hzal .swiper-slide .txt{font-size:.18rem; text-align:center; opacity:0;margin-top:.2rem;}	

#hzal .swiper-slide-active .txt{opacity:1; }

#hzal .swiper-button-next, #hzal .swiper-button-prev{top:35%; width:56px; height:56px;}



@media screen and (max-width:768px) {

#hzal {padding-bottom:30px;  padding-top:0;}

#hzal .swiper-slide {transform: scale(1);}

#hzal .swiper-slide-active{transform: scale(1); }

#hzal .swiper-slide .txt{font-size:13px;margin-top:5px;line-height:1.4;}

#hzal .swiper-button-next,#hzal .swiper-button-prev{background-size:15px 20px;}

}











/*============遨博生态=================*/



/*--生态下载--*/

.stxz_box{padding:.1rem 0 .8rem;background:#fafafa;}

.stxz_box li{width:32%;background:#fff;padding:.5rem .3rem;box-sizing:border-box;border:1px solid #ccc; margin-bottom:.3rem;transition:all .5s;}

.stxz_box li .ico img{height:.9rem;}

.stxz_box li .txt{text-align:center;}

.stxz_box li .txt h3{color:#484848;font-size:.28rem;margin:.3rem 0 .2rem;}

.stxz_box li .txt p{color:#7b7b7b;font-size:.16rem;line-height:1.8;margin-bottom:.25rem;}

.stxz_box li .txt span{display:block;width:1.7rem;line-height:.4rem;background:var(--main_color);text-align:center;color:#fff;font-size:.18rem;border-radius:.4rem;margin:0 auto;}

.stxz_box li:hover{ transform:translateY(-10px);}



@media screen and (max-width:768px) {

.stxz_box{padding:10px 15px 30px;box-sizing:border-box;}

.stxz_box li{width:100%;padding:25px 20px;margin-bottom:15px;}

.stxz_box li .ico img{height:60px;}

.stxz_box li .txt h3{font-size:18px;margin:20px 0 15px;}

.stxz_box li .txt p{font-size:14px;line-height:1.8;margin-bottom:20px;}

.stxz_box li .txt span{width:170px;line-height:40px;font-size:16px;border-radius:40px;}

}



.stxz_box2{padding:.8rem 0}

.stxz_box2 li{width:32%;margin-right:2%;background:#fff;padding:.3rem .3rem;box-sizing:border-box;border:1px solid #ccc; margin-bottom:.3rem;}

.stxz_box2 li:nth-child(3n){margin-right:0;}

.stxz_box2 .tit{margin-bottom:.1rem;}

.stxz_box2 .tit h3{font-weight:normal;font-size:.28rem;color:var(--main_color);}

.stxz_box2 .tit .ico img{height:.5rem;}

.stxz_box2 ul a{display:block;line-height:2.2;font-size: 16px;color: #205DBA;position:relative;padding-left:.15rem;}

.stxz_box2 ul a:before{position:absolute;content:'';width:8px;height:8px;background:#484848;border-radius:100%;left:0;top:50%; transform:translateY(-50%);}



@media screen and (max-width:768px) {

.stxz_box2{padding:25px 15px;box-sizing:border-box;}

.stxz_box2 li{width:100%;margin-right:0;padding:20px 20px;margin-bottom:15px;}

.stxz_box2 .tit{margin-bottom:5px;}

.stxz_box2 .tit h3{font-size:20px;}

.stxz_box2 .tit .ico img{height:35px;}

.stxz_box2 ul a{line-height:1.8;font-size: 14px;padding-left:15px;}

.stxz_box2 ul a:before{width:6px;height:6px;}

}



/*-------下载弹窗------------*/

.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999; display:flex; flex-direction:column; justify-content:center;align-items:center;}

.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}

.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}

.tc-bg {height: 100%;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}



.xiazai_order{width:9rem; height:7rem; padding:.5rem .5rem; background:#fff; border-radius:10px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}

.xiazai_order .close{position:absolute; top:25px; right:20px; cursor:pointer;}



.xiazai_order .tit{font-size:.36rem; color:#000; margin-bottom:.5rem}

.xiazai_order .info{ line-height:1.8; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; padding-bottom:.25rem; margin-bottom:.25rem;}



.xiazai_order ul{display:flex; justify-content:space-between; flex-wrap:wrap;}

.xiazai_order li{font-size:.15rem; margin-bottom:.15rem; width:49%;}



.xiazai_order input,.xiazai_order select{padding:.12rem .15rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1);border-radius: 2px; font-size:.16rem;background:#fafafa;}

.xiazai_order textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:1.25rem; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";background:#fafafa;}

.xiazai_order .form-group {width:100%;}

.xiazai_order .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}



.xiazai_order .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:240px; height:.6rem; line-height:.6rem;MARGIN-TOP:.2rem;}



@media screen and (max-width:768px) {

.xiazai_order{width:90%; height:auto; padding:20px 15px 20px; border-radius:5px; position:absolute; top:20px; transform:translateY(0); left:0; right:0; bottom:auto; z-index:2;box-sizing:border-box;}

.xiazai_order .close{ top:15px; right:15px; }

.xiazai_order .tit{margin-bottom:15px;}

.xiazai_order .info{ line-height:1.8; font-size:12px; height:auto; margin-bottom:10px; border-bottom:0;}



.xiazai_order li{font-size:14px; margin-bottom:10px; width:100%;}

.xiazai_order input,.xiazai_order select{padding:8px 15px; border-radius: 3px; font-size:14px;}

.xiazai_order .submit{ border:none; font-size:16px; width:100%; height:36px; }

.xiazai_order textarea{padding:12px 15px;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:60px; border-radius: 3px; font-size:14px; font-family:"微软雅黑";}



}





/*--生态产品--*/

.stcp_box1{background:#fafafa;padding:.3rem 0;}

.stcp_box1 li{width:25%;padding:.2rem .2rem;box-sizing:border-box;text-align:center;border-right:1px solid #bbb;}

.stcp_box1 li:last-child{border-right:none;}

.stcp_box1 li h3{font-weight:normal;font-size:.28rem;color:var(--main_color);margin-bottom:.2rem;}

.stcp_box1 li p{font-size:.18rem;color:#7b7b7b;}



.stcp_box2{padding:.8rem 0;}

.stcp_box2 .tabs1{text-align:center;margin:0 0 .5rem;}

.stcp_box2 .tabs1 a{font-size:.2rem;font-weight:bold;padding:0 20px;border-right:1px solid var(--main_color);}

.stcp_box2 .tabs1 a:last-child{border-right:none;}

.stcp_box2 .tabs1 a.active{color:var(--main_color);}



.stcp_box2 li{width:18%;margin-right:2%;border:1px solid #fff;box-sizing:border-box;padding:.2rem .2rem;margin-bottom:.4rem;overflow:hidden;border-radius:10px;transition:all .5s;}

.stcp_box2 li:nth-child(5n){margin-right:0;}

.stcp_box2 li .pic{overflow:hidden;}

.stcp_box2 li .pic img{width:100%;display:block; transition:all .5s;}

.stcp_box2 li .txt{text-align:center;margin-top:.2rem;}

.stcp_box2 li:hover{border:1px solid #e8e8e8;}

.stcp_box2 li:hover .pic img{ transform:scale(1.1,1.1);}



@media screen and (max-width:768px) {

.stcp_box1{padding:0 0;box-sizing:border-box;}

.stcp_box1 li{width:50%;padding:20px 15px;border-right:1px solid #e8e8e8;}

.stcp_box1 li:nth-child(2){border-right:none;border-bottom:1px solid #e8e8e8;}

.stcp_box1 li:nth-child(1){border-bottom:1px solid #e8e8e8;}

.stcp_box1 li h3{font-size:18px;margin-bottom:15px;}

.stcp_box1 li p{font-size:13px;line-height:1.6;}



.stcp_box2{padding:25px 15px; box-sizing:border-box;}

.stcp_box2 .tabs1{text-align:center;margin:0 0 20px;}

.stcp_box2 .tabs1 a{font-size:14px;padding:0 5px;}



.stcp_box2 li{width:48%;margin-right:10px;padding:15px 10px;margin-bottom:20px;border:1px solid #e8e8e8;}

.stcp_box2 li:nth-child(5n){margin-right:auto!important;}

.stcp_box2 li:nth-child(2n){margin-right:0;}

.stcp_box2 li .txt{font-size:14px;margin-top:15px;}



}



/*内容页*/

.stcp_show_box{padding:1.5rem 0 .8rem;}

.stcp_show_box .tit{margin-bottom:.5rem;}

.stcp_show_box .tit h4{font-weight:normal;font-size:.24rem;color:#000;}

.stcp_show_box .tit h1{font-size:.34rem;margin:.2rem 0 .15rem;}

.stcp_show_box .tit .line{width: 60px;height: 4px;background:var(--main_color);margin-bottom:.2rem;}

.stcp_show_box .tit .desc{width:75%;color:#7b7b7b;font-size:.18rem;line-height:1.6;text-align:center;}





#stcp_show_pro{position:relative;overflow:hidden;}	

#stcp_show_pro li{overflow:hidden;}

#stcp_show_pro li img{max-width:100%;display:block;}

#stcp_show_pro .swiper-button-prev { left:25px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}

#stcp_show_pro .swiper-button-next {right:25px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}

#stcp_show_pro .swiper-button-prev,#stcp_show_pro .swiper-button-next { width:80px;height: 80px; margin-top:-40px; outline:none;  opacity:1; transition:0.3s all;}

#stcp_show_pro .swiper-button-prev:hover,#zzry_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}



.stcp_show_box .con{text-align:center;margin-top:.5rem;}

.stcp_show_box .con p{font-size:.18rem;line-height:1.8;margin-bottom:10px;overflow:hidden;}

.stcp_show_box .con h3{font-size:.36rem;margin-bottom:.4rem;}

.stcp_show_box .con strong{color:#666;}

.stcp_show_box .con img{max-width:100%;}



.stcp_show_box .link{margin-top:.5rem;}

.stcp_show_box .link a{width: 200px;line-height: 46px;background:var(--main_color);border-radius: 46px;text-align: center;color: #fff;font-size: .18rem;margin:0 .5rem;}





@media screen and (max-width:768px) {

.stcp_show_box{padding:30px 15px 30px; box-sizing:border-box;}

.stcp_show_box .tit{margin-bottom:20px;}

.stcp_show_box .tit h4{font-size:16px;}

.stcp_show_box .tit h1{font-size:22px;margin:10px 0 15px;}

.stcp_show_box .tit .line{width: 40px;height: 4px;margin-bottom:15px;}

.stcp_show_box .tit .desc{width:100%;font-size:14px;}



#stcp_show_pro .swiper-button-prev {left:0; background-size: 50px;}

#stcp_show_pro .swiper-button-next {right:-30px;background-size: 50px;}





.stcp_show_box .con{margin-top:20px;}

.stcp_show_box .con p{font-size:14px;}

.stcp_show_box .con h3{font-size:20px;margin-bottom:20px;}

.stcp_show_box .con strong{color:#666;font-size:16px;}



.stcp_show_box .link{margin-top:10px;}

.stcp_show_box .link a{line-height:40px;font-size:14px;margin:0 15px;}



}





/*--生态介绍--*/

.aobo_box{padding:.8rem 0 0;}

.aobo_box .desc{width:70%;text-align:center;font-size:.18rem;color:#7b7b7b;margin:0 auto;line-height:1.8;position:relative;padding-bottom:.4rem;}

.aobo_box .desc:before{position:absolute;content:'';bottom:0;left:50%; transform:translateX(-50%);width: 60px;height: 4px;background:var(--main_color);margin-bottom:.2rem;} 



@media screen and (max-width:768px) {

.aobo_box{padding:25px 15px 0;box-sizing:border-box;}

.aobo_box .desc{width:100%;font-size:14px;padding-bottom:0;}

.aobo_box .desc:before{display:none;} 	

}



.aobo_box .tab{text-align:center;margin:.3rem 0 .5rem;}

.aobo_box .tab a{font-size:.2rem;font-weight:bold;padding:0 20px;border-right:1px solid var(--main_color);}

.aobo_box .tab a:last-child{border-right:none;}

.aobo_box .tab a.active{color:var(--main_color);}



@media screen and (max-width:768px) {

.aobo_box .tab{margin:20px 0 25px;}

.aobo_box .tab a{font-size:14px;padding:0 5px;}

}



.aobo_box .box{margin-bottom:.3rem; padding:0 .5rem;}

.aobo_box .box dl{width:48.5%;}

.aobo_box .box dl .img{overflow:hidden;}

.aobo_box .box dl .img img{width:100%;display:block; transition:0.5s all;}

.aobo_box .box dl .img:hover img{ transform:scale(1.1);}

.aobo_box .box dl p{font-size:.18rem;color:#7b7b7b;margin-top:.15rem;text-align:center;}



@media screen and (max-width:768px) {

.aobo_box .box{margin-bottom:20px; padding:0;}

.aobo_box .box dl p{font-size:14px;margin-top:10px;}

}



.aobo_box .con_box{position:relative;height:650px;overflow:hidden; }

.aobo_box .con{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0; pointer-events: none;}

.aobo_box .con .item{position:relative;}

.aobo_box .con .item img{width:100%;}

.aobo_box .con.active{ opacity:1; pointer-events: all;}



.aobo_box .con .item li{ box-sizing:border-box;padding:.2rem .2rem;margin-bottom:0;overflow:hidden; transition:all .5s;}

.aobo_box .con .item li .pic{overflow:hidden;}

.aobo_box .con .item li .pic img{width:100%;display:block; transition:all .5s;}

.aobo_box .con .item li .txt{text-align:center;margin-top:.2rem;}

.aobo_box .con .item li:hover .pic img{ transform:scale(1.1,1.1);}





@media screen and (max-width:768px) {

.aobo_box .con_box{position:relative;height:300px;}

.aobo_box .con .item li{height:160px;box-sizing:border-box;padding:15px 10px;margin-bottom:0;}

.aobo_box .con .item li .txt{text-align:center;margin-top:10px;}



}



#aobo_box2{overflow:hidden;position:relative;padding-bottom:.8rem;}

#aobo_box2 li{overflow:hidden;}

#aobo_box2 li img{max-width:100%;display:block;}

#aobo_box2 .swiper-button-prev,#aobo_box2 .swiper-button-next { width:56px;height: 56px; margin-top:-65px;}



@media screen and (max-width:768px) {

.aobo_box2{overflow:hidden;padding:0 15px 35px;box-sizing:border-box;}

#aobo_box2{padding:0;}



#aobo_box2 .swiper-button-prev,#aobo_box2 .swiper-button-next { width:40px;height: 40px; }

}



.aobo_box3{padding:.2rem 0 .8rem;}

.aobo_box3 a{width:170px;line-height:40px;border: 1px solid #111;text-align:center;color: #111;font-size:.16rem; transition:all .5s;}

.aobo_box3 a:hover{background:var(--main_color);color:#fff;border:1px solid var(--main_color);}



@media screen and (max-width:768px) {

.aobo_box3{padding:10px 15px 40px;box-sizing:border-box;}

.aobo_box3 a{font-size:14px;}

}





/*=============服务支持===============*/



/*资料下载*/

.stxz_box2 h4{font-weight:normal;font-size:.18rem;color:var(--main_color); padding-bottom:.15rem;border-bottom: 1px solid #eee;margin:.2rem 0 .1rem;}

@media screen and (max-width:768px) {

.stxz_box2 h4{font-size:14px;padding-bottom:10px;margin:15px 0 10px;}

}





/*培训视频*/

.pxsp_box{padding:.8rem 0;}

.pxsp_box .desc{width:70%;text-align:center;font-size:.18rem;color:#7b7b7b;margin:0 auto;line-height:1.8;position:relative;}

.pxsp_box .tabs1{text-align:center;margin:.5rem 0 .5rem;}

.pxsp_box .tabs1 a{font-size:.2rem;font-weight:bold;padding:0 20px;border-right:1px solid var(--main_color);}

.pxsp_box .tabs1 a:last-child{border-right:none;}

.pxsp_box .tabs1 a.active{color:var(--main_color);}



.pxsp_box li{width:23.5%;margin-right:2%;position:relative;margin-bottom:.3rem;}

.pxsp_box li:nth-child(4n){margin-right:0;}

.pxsp_box li .pic{overflow:hidden;position:relative;}

.pxsp_box li .pic:before{position:absolute;content:'';width:100%;height:100%;background:rgba(0,0,0,.3);top:0;left:0;}

.pxsp_box li .pic img{width:100%;display:block;}

.pxsp_box li .txt{margin-top:.2rem;text-align:center;color:#7b7b7b;}

.pxsp_box li .ico img{width:35px;position:absolute;top:40%;left:50%; transform:translate(-50%,-50%);}



.tc_video{position:absolute; z-index:2;width:10rem;height:5rem;background:#000;}

.tc_video .close{position:absolute; top:15px; right:15px; cursor:pointer; z-index:3;}

.tc_video .close img{width:25px;}

.tc_video video{width:100%;}



@media screen and (max-width:768px) {

.pxsp_box{padding:25px 15px;box-sizing:border-box;}

.pxsp_box .desc{width:100%;font-size:14px;}



.pxsp_box .tabs1{margin:20px 0 20px;}

.pxsp_box .tabs1 a{font-size:14px;padding:0 10px;}





.pxsp_box li{width:48%;margin-right:10px;margin-bottom:15px;}

.pxsp_box li:nth-child(2n){margin-right:0;}

.pxsp_box li .txt{margin-top:10px;font-size:13px;line-height:1.4;}

.pxsp_box li .ico img{width:25px;top:33%;}



.tc_video{width:90%;height:auto;}

.tc_video .close{position:absolute;}

.tc_video .close img{width:20px;}

}





/*常见问题*/

.cjwt_box{padding:.3rem 0 .8rem;}



.cjwt_box .tabs1{text-align:center;margin:.5rem 0 .5rem;}

.cjwt_box .tabs1 a{font-size:20px;font-weight:bold;padding:0 20px;border-right:1px solid var(--main_color);}

.cjwt_box .tabs1 a:last-child{border-right:none;}

.cjwt_box .tabs1 a.active{color:var(--main_color);}



.cjwt_box li{margin-bottom:.2rem;}

.cjwt_box li h3{padding:.15rem 0;background:#fafafa;padding-left:.6rem;box-sizing:border-box;margin-bottom:.15rem;font-size:18px;position:relative;}

.cjwt_box li h3:before{position:absolute;content:'';left:0;top:50%; transform:translateY(-50%);width:40px;height:40px; background:url(../images/qsnyy.png) no-repeat center;}

.cjwt_box li p{color:#7b7b7b;line-height:1.6; text-align:justify;font-size:16px;padding-left:.6rem;box-sizing:border-box;}



@media screen and (max-width:768px) {

.cjwt_box{padding:10px 15px 20px;box-sizing:border-box;}



.cjwt_box .tabs1{margin:20px 0 20px;}

.cjwt_box .tabs1 a{font-size:14px;padding:0 10px;}



.cjwt_box li{margin-bottom:20px;}

.cjwt_box li h3{padding:10px 0;line-height:1.4;padding-left:40px;margin-bottom:10px;font-size:14px;}

.cjwt_box li h3:before{top:4px; transform:translateY(0);background-size:60% 60%;}

.cjwt_box li p{font-size:13px;padding-left:40px;}



}



/*服务支持*/

.fwzc_box1{padding:.8rem 0;}

.fwzc_box1 .desc{width:70%;text-align:center;font-size:.18rem;color:#7b7b7b;margin:0 auto .5rem;line-height:1.8;position:relative;}

.fwzc_box1 li{width:23.5%;padding:.3rem .3rem;box-sizing:border-box;border:1px solid var(--main_color);border-radius:10px;}

.fwzc_box1 li .ico img{width:.6rem;}

.fwzc_box1 li h3{font-size:26px;color:var(--main_color);}

.fwzc_box1 li p{color:#7b7b7b;font-size:16px; text-align:justify;line-height:1.6;margin-top:.15rem;}



.fwzc_box2{overflow:hidden;}

.fwzc_box2 img{width:100%;display:block;}



.fwzc_box3{padding:.2rem 0 .8rem;}

.fwzc_box3 .link a{display:block;width:170px;line-height:40px;background:var(--main_color);border-radius:40px;text-align:center;color:#fff;font-size:.16rem;}



.fwzc_box3 ul{margin-top:.5rem;}

.fwzc_box3 li{width:32%;border: 1px solid rgba(123, 123, 123, 100);padding:.3rem .5rem;box-sizing:border-box;border-radius:10px; transition:all .5s; cursor:pointer;}

.fwzc_box3 li .ico img{height:1rem;filter: brightness(1000%) invert(100%);transition:all .5s;}

.fwzc_box3 li h3{font-weight:normal;font-size:28px;color:#484848;transition:all .3s;}

.fwzc_box3 li:hover{border:1px solid var(--main_color);}

.fwzc_box3 li:hover .ico img{filter:none;}

.fwzc_box3 li:hover h3{color:var(--main_color);}



.xiazai_order2{height:5.8rem;}



@media screen and (max-width:768px) {

.fwzc_box1{padding:25px 15px 20px;box-sizing:border-box;}



.fwzc_box1 .desc{width:100%;font-size:14px;margin:0 auto 20px;}

.fwzc_box1 li{width:48%;padding:20px 15px;margin-bottom:15px;}

.fwzc_box1 li .ico img{width:35px;}

.fwzc_box1 li h3{font-size:16px;}

.fwzc_box1 li p{font-size:13px; margin-top:10px;}



.fwzc_box2{padding:0 15px;box-sizing:border-box;}



.fwzc_box3{padding:0 15px 20px;box-sizing:border-box;}

.fwzc_box3 .link a{font-size:14px;}



.fwzc_box3 ul{margin-top:25px;}

.fwzc_box3 li{padding:20px 15px;}

.fwzc_box3 li .ico{width:100%; text-align:center;}

.fwzc_box3 li .ico img{height:35px;}

.fwzc_box3 li h3{width:100%;text-align:center;font-size:15px;margin-top:15px;}



.xiazai_order2{height:480px;}



}





/*=============行业应用=================*/



/*推荐行业*/

.tjhy_box1{padding-bottom:.8rem;}

.tjhy_box1 li{width:15%;margin-right:2%;margin-bottom:.3rem;}

.tjhy_box1 li:nth-child(6n){margin-right:0;}

.tjhy_box1 li .ico img{width:.8rem;filter: brightness(1000%) invert(70%);}

.tjhy_box1 li p{text-align:center;margin-top:.2rem;color:#7b7b7b;font-size:.18rem;}

.tjhy_box1 li:hover .ico img{filter:none;}



@media screen and (max-width:768px) {

.tjhy_box1{padding:10px 15px 25px;box-sizing:border-box;}

.tjhy_box1 li{width:23.5%;margin-right:2%;margin-bottom:20px;}

.tjhy_box1 li:nth-child(6n){margin-right:auto!important;}

.tjhy_box1 li:nth-child(4n){margin-right:0;}

.tjhy_box1 li .ico img{width:40px;}

.tjhy_box1 li p{margin-top:10px;font-size:14px;}

}



.tjhy_box2{background:#fafafa;padding:.2rem 0 .8rem;margin-bottom:.4rem;}

.tjhy_box2 li{width:20%;position:relative; overflow:hidden;}

.tjhy_box2 li .pic{overflow:hidden;}

.tjhy_box2 li .pic img{width:100%;display:block;}

.tjhy_box2 li .txt{position:absolute;width:100%;bottom:.6rem;left:0; transition:all .5s;}

.tjhy_box2 li h3{font-size:.28rem;color:#fff;text-align:center;}

.tjhy_box2 li span{display:block;width:60px;height:2px;background:var(--main_color);margin:.2rem auto 0;}

.tjhy_box2 li .mask{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.6);bottom:-1rem;left:0;opacity:0; transition:  .6s ease 0s;}

.tjhy_box2 li .mask h3{margin-top:36px;}

.tjhy_box2 li .mask dl{margin-top:.2rem;}

.tjhy_box2 li .mask dd{line-height:1.8;text-align:center;font-size:.18rem;color:#fff;}

.tjhy_box2 li:hover .txt{opacity:0;}

.tjhy_box2 li:hover .mask{opacity:1;bottom:0;}



@media screen and (max-width:768px) {

.tjhy_box2{padding:10px 15px 25px;box-sizing:border-box;margin-bottom:20px;}

.tjhy_box2 li{width:48.5%;margin-bottom:15px;}

.tjhy_box2 li .txt{display:none;}

.tjhy_box2 li h3{font-size:18px;}

.tjhy_box2 li span{width:40px;margin:10px auto 0;}

.tjhy_box2 li .mask{bottom:0;opacity:1;}

.tjhy_box2 li .mask h3{margin-top:15px;}

.tjhy_box2 li .mask dl{margin-top:10px;}

.tjhy_box2 li .mask dd{line-height:1.6;font-size:14px;color:#fff;}

}





/*优秀案例*/

.select_anli{margin-top:.8rem;}

.select_anli select{outline: none; width: 200px;height: 50px;border: 1px solid rgba(255,255,255,.5); border-radius:8px;  box-sizing:border-box;font-family:Microsoft Yahei; font-size:.18rem;padding-left:15px;margin:0 15px 0;background:rgba(255,255,255,.1);color:#fff;}

.select_anli select option{ color:#333;}



.yxan_box li{width:25%;position:relative;}

.yxan_box li .pic{overflow:hidden;}

.yxan_box li .pic img{width:100%;display:block;}

.yxan_box li .txt{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);text-align:center;opacity:0; transition:all .5s;}

.yxan_box li .txt h3{padding:.1rem .3rem;width:80%; line-height:1.3; margin:15px auto; box-sizing:border-box;color:#fff;font-size:.2rem;border:2px solid rgba(255,255,255,1);}

.yxan_box li .txt p{font-size:.16rem;color:#fff; }

.yxan_box li:hover .txt{opacity:1;}



@media screen and (max-width:768px) {

.select_anli{margin-top:15px;}

.select_anli select{width: 110px;height: 36px;font-size:16px;padding-left:5px;margin:0 5px 0;}



.yxan_box li{width:50%;}

.yxan_box li .txt h3{padding:8px 20px;font-size:15px;}

.yxan_box li .txt p{font-size:13px; }

}





/*正文*/

.yxal_show{padding:1.3rem 0 .8rem;}

.yxal_show h1{font-size:.32rem;font-weight:normal;text-align:center;margin-bottom:.3rem;line-height:1.4;color:#000;}



.yxal_show .con{}



#art_box {  overflow:hidden; width:70%; margin:auto; line-height:2; color:#7b7b7b;}

#art_box p {margin-bottom:15px;text-align:justify;  }

#art_box img{ max-width:100%; }

#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; margin-bottom:15px;}

#art_box table p{margin-bottom:0;}

#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}

#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;text-align:center;}

#art_box a{color:var(--main_color);}



#art_box video{ max-width:100%;}



.return{margin-top:.5rem;  border-top:1px solid #e8e8e8; padding-top:.5rem; margin-top:.5rem;} 

.return a{display:inline-block;width:160px;line-height:42px;border: 1px solid #111;text-align:center;font-size:.16rem;color:#111;margin:0 15px; transition:all .5s;}

.return a:hover{border:1px solid var(--main_color);background:var(--main_color);color:#fff;}





@media screen and (max-width:768px) {

.yxal_show{padding:25px 15px 30px;box-sizing:border-box;}

.yxal_show h1{font-size:19px;margin-bottom:15px;}

#art_box {padding-bottom:15px; width:95%;}

#art_box p {font-size:14px;margin-bottom:10px; line-height:1.6; }



.return{margin-top:25px;}

.return a{width:140px;line-height:36px;font-size:14px;margin:0 10px;}

}













/*分页*/

.pages_num {padding:30px 0px; text-align:center; font-size:17px; margin-bottom: .5rem;}

.pages_num a {display:inline-block; width:50px; height:50px; line-height:50px; background:#ccc; margin:0 1px;text-align:center; margin-bottom:10px;}

.pages_num a.a1 { background:#e8e8e8; width:60px; padding:0; }

.pages_num a.page_view {background:var(--main_color); color:#fff;}

.pages_num a:hover{background:var(--main_color);  color:#fff; text-decoration:none; }

.pages_num span.active{display:inline-block; width:50px; height:50px; line-height:50px; background:var(--main_color); margin:0 1px;text-align:center; margin-bottom:10px; color: #fff;}

@media screen and (max-width:768px) {

.pages_num {padding:10px 10px; font-size:15px; margin-bottom: .5rem;}

.pages_num a { width:40px; height:40px; line-height:40px;}

.pages_num span.active{width:40px; height:40px; line-height:40px;  margin-bottom:10px; }

}

