@charset "utf-8";
/* CSS Document */
/* 创络科技 https://www.chuangluo.com */

/*初始样式、共同样式*/
*{ box-sizing: border-box; }
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*html {background-image:url("about:blank"); background-attachment:fixed;}
ul,ol {list-style:none;}
a{text-decoration: none;color: #000;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{-webkit-tap-highlight-color: transparent;}
img {border:0px;max-width: 100%;max-height: 100%;vertical-align: middle;}
input,textarea{font-family: Arial,'微软雅黑';font-size: 16px;resize: none;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"]{-webkit-appearance: none;}
textarea{-webkit-appearance: none;}
h1, h2, h3, h4, h5, h6 {font-size:120%;}
div,a,ul,li,input,textarea{ box-sizing: border-box; }
body{ word-wrap:break-word; margin:0px; padding:0px;font-family: Arial,'微软雅黑';overflow-x: hidden;}
/* 滚动条样式 */
/* 火狐 */
* {scrollbar-color: #e5e5e5 #f7f7f9; scrollbar-width: thin; }
/* 其他 */
::-webkit-scrollbar { width: 5px; }
/* 滚动槽 */
::-webkit-scrollbar-track { -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3); background: #ececec; border-radius: 10px; }
/* 滚动条滑块 */
::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0,0,0,0.1); -webkit-box-shadow: inset006pxrgba(0, 0, 0, 1); background: #bbb; }
::-webkit-scrollbar-thumb:window-inactive { background: #bbb; }
div::-webkit-scrollbar-thumb { background: #d9d9d9; }
div::-webkit-scrollbar-thumb:window-inactive { background: #d9d9d9; }
.imgmid {display:inline-block; *display:inline; *zoom:1; height:100%; width:1px; margin-left:-1px; vertical-align:middle;}
.cle {clear:both; width:0; height:0; display:block; overflow:hidden; font-size:0px;}
.c_box{width: 100%;height: 100%;position: relative;word-wrap:break-word;}
.c_m{width: 100%;height: 100%;*height: auto;display: table;*position: absolute;*top: 50%;*left: 50%;table-layout: fixed;}
.c_t{width: 100%;height: 100%;*height: auto;display: table-cell;vertical-align: middle;*position: relative;*top: -50%;*left: -50%;}
.un_show{display: none;}
.hover_shadow{position: relative; top: 0; z-index: 888;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
.hover_shadow:hover{top: -4px; -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.15); -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.15); box-shadow: 0 10px 25px rgba(0,0,0,0.15); -webkit-transition: translate3d(0, -2px, 0); -moz-transition: translate3d(0, -2px, 0); transition: translate3d(0, -2px, 0); z-index: 999;}
.pb{width: 100%;height: 0;padding: 0 0 100%;position: relative;}
.ab{width: 100%;height: 100%;position: absolute;top: 0;left: 0;text-align: center;font-size: 0;}
.abimg{width: 100%;height: 100%;overflow: hidden;}
/* 全局颜色设置 */
:root{
	--color: #3995f3;
	--bgColor: linear-gradient(to right, #55c1e7, #3387fe);
}
/* flex */
.flex{
	display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;
}
/* 水平垂直居中 */
.flex_center{
	display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;
	align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
/* 两端对齐 */
.flex_justify{
	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}
/* 按钮属性 */
.layui-btn{height: 50px;line-height: 50px;padding: 0 30px;border: 0;background: var(--bgColor);font-size: 14px;}
.layui-btn i{margin: 0 5px 0 0;}

/* 头部 */
.header_box{width: 100%;height: auto;background: #fff; position: relative; z-index: 9;}
.header_box .header_top{ width: 100%;height: 50px;position: relative;background: #252628;overflow: hidden;}
.header_box .header_top::after{ content: ''; width: 50%; height: 100%; position: absolute; left: 0; background: var(--bgColor);position: absolute; left: -36px; top: 0; z-index: 1; transform: skewX(30deg); }
.header_box .header_top .center{ width: 94%; max-width: 1200px;height: 100%;margin: 0 auto;position: relative;z-index: 2; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.header_box .header_top .center .tel{display: flex; align-items: center; font-size: 14px; color: #fff; overflow: hidden; }
.header_box .header_top .center .tel .item:first-child ~ .item{ margin-left: 30px; }
.header_box .header_top .center .tel .item .text a{color: #fff;}
.header_box .header_top .center .tel .item .text a:hover{text-decoration: underline;}
.header_box .header_top .center .tel .item .icon{margin-right: 10px;}
.header_box .header_top .center .tel .item .icon i{ font-size: 16px;}
.header_box .header_top .center .search_btn{width: 30px; height: 30px; float: right; border-radius: 50%; margin-left: 10px; position: relative; color: #fff; cursor: pointer; overflow: hidden; background: rgba(255, 255, 255, 0.2); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.header_box .header_top .center .search_btn .icon i{font-size: 14px;}
.header_box .header_top .center .search_btn:hover{background: var(--bgColor);}
.header_box .header_top .center .a_btn{width: 30px; height: 30px; float: right; border-radius: 50%; margin-left: 10px; position: relative; color: #fff; cursor: pointer; overflow: hidden; background: rgba(255, 255, 255, 0.2); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.header_box .header_top .center .a_btn a{font-size: 14px; color: #fff;}
.header_box .header_top .center .a_btn:hover{background: var(--bgColor);}
.header_box .header_m{width: 100%; height: auto;}
.header_box .header_m::before{content: '';width: 100%;height: 1px;background: #fff;opacity: .2;position: absolute;bottom: 0;left: 0;z-index: 1;}
.header_box .header_m .header_c{width: 94%; max-width: 1200px; height: 110px;box-sizing: border-box;margin: 0 auto;}
.header_box.active .header_m{position: relative;}
.header_box .header_m .header_c .logo_box{width: 70%; max-width: 220px; height: 100%;float: left;overflow: hidden;}
.header_box .header_m .header_c .logo_box img{vertical-align: middle;max-width: 100%; max-height: 50%;}
/*移动端菜单*/
.header_box .header_m .header_c .nav_btn{width: 40px; height: 100%; float: right; z-index: 88; color: var(--color); text-align: center; display: none;}
.header_box .header_m .header_c .nav_btn i{font-size: 24px;}
.header_box .header_m .header_c .search_btn{width: 40px; height: 100%; float: right; z-index: 88; color: var(--color); text-align: center; display: none;}
.header_box .header_m .header_c .search_btn i{font-size: 24px;}
.header_box .header_m .header_c .a_btn{width: 40px; height: 100%; float: right; z-index: 88; color: var(--color); text-align: center; display: none;}
.header_box .header_m .header_c .a_btn a{font-size: 20px; color: var(--color);}
/* PC导航 */
.menu_nav{width: auto; height: 100%; position: relative; float: right; z-index: 88888;}
.menu_nav>ul{width: 100%;height: 100%; margin: 0;padding: 0;}
.menu_nav>ul>li{width: auto; height: 100%; float: left;text-align: center;position: relative;}
.menu_nav>ul>li>a{width: auto; height: 100%; display: flex;align-items: center;position: relative; z-index: 88888; color: #333; margin: 0 1.2vw; font-size: 16px;}
.menu_nav>ul>li>a i{font-size: 16px; color: #ccc;}
.menu_nav>ul>li:last-child>a{margin-right: 0;}
.menu_nav>ul>li>a.active, .menu_nav>ul>li:hover>a{color: var(--color);}
.menu_nav>ul>li>ul{width: 150%;height: auto; background: #fff; position: absolute; top: 100%; left: -25%; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); padding: 1px 0 0 0; border-radius: 0 0 3px 3px; margin-top: -5px; visibility: hidden; opacity: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.menu_nav>ul>li:hover>ul{margin-top: 0; opacity: 1; visibility: initial;}
.menu_nav>ul>li>ul li{position: relative;}
.menu_nav>ul>li>ul li>a{display: block; width: 100%; padding: 12px 5%; text-align: center; margin:0px; height: auto; line-height: 20px; border: 0;font-size: 14px;color: #333; vertical-align: middle;}
.menu_nav>ul>li>ul li:hover>a{color: var(--color);}
.menu_nav>ul>li>ul li>a.active{color: var(--color);}
.menu_nav>ul>li>ul li ul{width: 100%;height: auto; position: absolute; left: 100%; visibility: hidden; opacity: 0; margin-left: -6px; top: 1px; background: #fff;border-bottom: 1px solid #e9e9e9; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.menu_nav>ul>li>ul li:hover>ul{margin-left: 1px; opacity: 1; visibility: initial;}
.header_box.active .header_m .menu_nav ul li a{color: #333;}
@media screen and (max-width: 1440px) {
	.header_box .header_m .header_c{ height: 80px; }
}
@media screen and (max-width: 1280px) {
	.header_box .header_top{ height: 40px; }
	.header_box .header_top .center .tel{ font-size: 12px; }
	.header_box .header_top .center .tel .item .icon i{ font-size: 12px; }
	.header_box .header_top .center .search_btn{ width: 24px; height: 24px; }
	.header_box .header_top .center .search_btn i{ font-size: 12px; }
	.header_box .header_top .center .a_btn{ width: 24px; height: 24px; }
	.header_box .header_top .center .a_btn a{ font-size: 12px; }
	.menu_nav>ul>li>a{ font-size: 14px; }
}
@media screen and (max-width: 990px) {
	.header_box .header_top{ display: none; }
	.header_box .header_m .header_c{height: 60px;}
	.header_box .header_m .header_c .nav_btn{ display: flex; }
	.header_box .header_m .header_c .search_btn{ display: flex; }
	.header_box .header_m .header_c .a_btn{ display: flex; }
	.menu_nav{ display: none; }
}

/* 手机导航 */
.nav_box{width: 50%; max-width: 400px; height: 100%;position: fixed;top: 0;left: -70%;z-index: 9999;background: #fff;overflow: hidden;overflow-y: auto;}
.nav_close{width: 100%;height: 61px;box-sizing: border-box;padding: 0 20px;border-bottom: 1px solid var(--color);overflow: hidden;}
.nav_close .lang{width: auto; height: 100%; float: right; overflow: hidden;}
.nav_close .lang a{display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; background: #f0f0f0; color: #999; font-size: 14px; margin-left: 10px;}
.nav_close .lang a.active{background: var(--bgColor); color: #fff;}
.nav_close .close{width: 70px;height: 100%;float: left; justify-content: flex-start; overflow: hidden;}
.nav_close .close i{color: var(--color); font-size: 22px;}

.nav_list{width: 100%;height: auto;overflow: hidden;}
.nav_list ul{margin: 0;padding: 0;overflow: hidden;}
.nav_list ul li{width: 100%;height: auto;border-bottom: 1px solid #f5f5f5;overflow: hidden;}
.nav_list ul li:last-child{border: 0;}
.nav_list ul li a{width: 100%;height: auto;display: block; color: #333; box-sizing: border-box; padding: 20px 45px 20px 20px; font-size: 16px;position: relative;overflow: hidden;}
.nav_list ul li a .icon_right{width: 20px;height: 40px;position: absolute;top: 50%;right: 20px;margin: -20px 0 0;z-index: 2;line-height: 40px;text-align: center;font-size: 18px;color: #999;overflow: hidden;}
.nav_list>ul>li>a.active{background: var(--bgColor);color: #fff;}
.nav_list>ul>li>a>i{margin-right: 10px; color: #999;}
.nav_list>ul>li>a.active>i{color: #fff;}
.nav_list ul li a.active .icon_right{color: #fff;}
.nav_list ul li ul{display: none;background: rgba(0,0,0,0.02);}
.nav_list ul li ul li{border: 0;}
.nav_list ul li ul li a{font-size: 14px;color: #333;padding: 15px 20px 15px 30px; vertical-align: middle;}
.nav_list ul li ul li a span{color: #fff; display: inline-block; width: 14px; height: 14px; background: #ff6700; font-size: 9px; border-radius: 50%; text-align: center; line-height: 14px; margin-left: 6px;vertical-align:text-top;}
.nav_list ul li ul li a.active{background: none;color: var(--color);}
.nav_list ul li ul li ul li a{padding: 15px 20px 15px 40px;font-size: 12px;color: #999;}
.nav_list ul li ul li ul li ul li a{padding: 15px 20px 15px 50px;font-size: 12px;color: #999;}

.mask{width: 100%;height: 100%;background: #000;opacity: .5;position: fixed;top: 0;left: 0;z-index: 9998;display: none;}

.idx_banner{ width: 100%;height: auto; position: relative; z-index: 1; background: #000; overflow: hidden;}
.idx_banner ul{ width: 100%;height: auto;overflow: hidden; }
.idx_banner ul li{ width: 100%;height: auto;position: relative;z-index: 1; pointer-events: initial !important;overflow: hidden; }
.idx_banner ul li.active{ z-index: 10; }
.idx_banner ul li .center{ width: 100%;height: 100%; padding-bottom: 4vw; position: absolute; top: 0; left: 0; z-index: 2;display: flex;align-items: center;overflow: hidden;}
.idx_banner ul li .center .info{ width: 90%; max-width: 1200px; margin: 0 auto; color: #fff; }
.idx_banner ul li .center .info .title{width: 50%; max-width: 600px; line-height: 1.4; font-size: 54px; font-weight: bold; }
.idx_banner ul li .center .info .details{width: 50%; max-width: 500px; font-size: 16px; line-height: 1.8; margin-top: 1vw; }
.idx_banner ul li .center .info .more{ width: 100%;height: auto;margin: 2vw 0 0;position: relative;z-index: 1;overflow: hidden; }
.idx_banner ul li .center .info .more a{ display: inline-block; width: auto; height: auto; padding: 12px 30px; background: #fff; font-size: 14px; color: var(--color); border-radius: 3px; position: relative; }
.idx_banner ul li .center .info .more a::after{ content: ''; width: 0; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: var(--bgColor); opacity: .1; border-radius: 0 50px 50px 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.idx_banner ul li .center .info .more a:hover::after{ width: 100%; border-radius: 0; }
.idx_banner ul li .images{ width: 100%; max-width: 1920px; height: auto;margin: 0 auto;font-size: 0;text-align: center;overflow: hidden; }
.idx_banner ul li .images img{ width: 100%; max-width: 100%; object-fit: cover; }
.idx_banner .banner_pagination{ width: 100%;height: auto;position: absolute; bottom: 4vw; left: 0; z-index: 2; text-align: center; font-size: 0; overflow: hidden; z-index: 100;}
.idx_banner .banner_pagination span{ display: inline-block; width: 14px; height: 14px; background: #fff; opacity: .5; margin: 0 3px;}
.idx_banner .banner_pagination span.active{ opacity: 1; }
@media screen and (max-width: 1440px) {
	.idx_banner ul li .center .info .title{ font-size: 48px; }
}
@media screen and (max-width: 1280px) {
	.idx_banner ul li .center .info .title{ font-size: 40px; }
	.idx_banner ul li .center .info .details{ font-size: 14px; }
	.idx_banner .banner_pagination span{ width: 10px; height: 10px; }
}
@media screen and (max-width: 1024px) {
	.idx_banner ul li .center{ padding: 0; }
	.idx_banner ul li .center .info .title{ font-size: 36px; }
	.idx_banner ul li .center .info .more a{ padding: 10px 20px; font-size: 12px; }
	.idx_banner ul li .images img{ min-height: 500px; }
	.idx_banner .banner_pagination{ bottom: 15px; }
}
@media screen and (max-width: 990px) {
	.idx_banner ul li .center .info .title{ font-size: 28px; }
	.idx_banner ul li .center .info .details{font-size: 12px;}
	.idx_banner ul li .images img{ min-height: 300px; }
}
@media screen and (max-width: 576px) {
	.idx_banner ul li .center .info .title{font-size: 18px; }
	.idx_banner ul li .images img{ min-height: 250px; }
}

/* 首页默认布局样式 */
.idx_box{width: 100%;height: auto;overflow: hidden;}
.idx_main{width: 94%;max-width: 1200px;margin: 50px auto;}
.idx_title{width: 100%;height: auto;}
.idx_title .title{font-size: 16px; color: var(--color);}
.idx_title .subtitle{margin: 10px 0 0;font-size: 36px;font-weight: bold;color: #333;}
.idx_title .subtitle h1{font-size: 36px;}
.idx_title .subtitle span{color: var(--color);}
.idx_title .details{margin: 20px 0 0;font-size: 14px;color: #999; line-height: 2.14;}
.idx_title .line{ width: 52px; height: 4px; margin: 20px 0 0; position: relative;}
.idx_title .line::before, .idx_title .line::after{ content: ''; width: 70%;height: 100%; background: var(--bgColor); position: absolute; top: 0; }
.idx_title .line::before{ left: 0; transform: skewX(45deg); }
.idx_title .line::after{ right: 0; transform: skewX(-45deg); }
.idx_title.active{ text-align: center; }
.idx_title.active .line{ margin: 20px auto 0; }
@media screen and (max-width: 1440px) {
	.idx_title .subtitle{ font-size: 30px; }
	.idx_title .subtitle h1{font-size: 30px;}
	.idx_title .line{ width: 44px; }
}
@media screen and (max-width: 1024px) {
	.idx_main{ margin: 40px auto; }
	.idx_title .subtitle{ font-size: 26px; }
	.idx_title .subtitle h1{font-size: 26px;}
	.idx_title .line{ width: 36px; height: 3px; }
}
@media screen and (max-width: 768px) {
	.idx_title .subtitle{ font-size: 20px; }
	.idx_title .subtitle h1{font-size: 20px;}
}

/* 关于我们 */
.idx_number{ width: 94%; height: auto; max-width: 1200px; margin: -3.2vw auto 0; display: flex; position: relative; z-index: 2; box-shadow: 0 0 15px rgba(0, 0, 0, .1); background: #fff; border-radius: 3px; overflow: hidden 60px; }
.idx_number .item{ width: 33.33%; height: auto; padding: 30px; cursor: pointer; display: flex; overflow: hidden;}
.idx_number .item .icon{ margin-right: 20px; color: var(--color); }
.idx_number .item .icon i{ font-size: 60px; }
.idx_number .item .info .title{ font-size: 24px; color: var(--color); font-weight: bold;margin-top: 15px;}
.idx_number .item .info .text{ line-height: 1.8; font-size: 14px; color: #666;}
.idx_number .item,
.idx_number .item .icon,
.idx_number .item .info .title,
.idx_number .item .info .text { -webkit-transition: margin-top .5s; -moz-transition: margin-top .5s; -ms-transition: margin-top .5s; -o-transition: margin-top .5s; transition: margin-top .5s; }
.idx_number .item:hover{ background: var(--bgColor);x}
.idx_number .item:hover .icon,
.idx_number .item:hover .info .title,
.idx_number .item:hover .info .text {color: #fff;}
.idx_abo{ width: 100%;height: auto; padding-right: z-index: 3; background: #f6fafd; }
.idx_abo .abo_box{ width: 100%;height: auto; padding: 3.2vw 0 60px; }
.idx_abo .abo_box .abo_main{ width: 94%; max-width: 1200px; height: auto; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-direction: row-reverse; }
.idx_abo .abo_box .abo_main .abo_info{ width: 50%; height: auto; position: relative; z-index: 1; }
.idx_abo .abo_box .abo_main .abo_info .img{width: 100%; height: auto; position: relative; z-index: 2; overflow: hidden; border-radius: 3px;}
.idx_abo .abo_box .abo_main .abo_info .img img{width: 100%;}
.idx_abo .abo_box .abo_main .abo_info .img .pb{ padding-bottom: 66.66%; }
.idx_abo .abo_box .abo_main .abo_content{ flex: 1; height: auto; padding-left: 30px; }
.idx_abo .abo_box .abo_main .abo_content .abo_list{ width: 100%;height: auto; margin-top: 10px;}
.idx_abo .abo_box .abo_main .abo_content .abo_list .item{ width: 100%;height: auto; display: flex; align-items: center; overflow: hidden; padding: 5px 0;}
.idx_abo .abo_box .abo_main .abo_content .abo_list .item:first-child{ margin: 0; }
.idx_abo .abo_box .abo_main .abo_content .abo_list .item .icon{width: 24px; height: 24px; padding-top: 3px; line-height: 21px; margin-right: 4px;}
.idx_abo .abo_box .abo_main .abo_content .abo_list .item .icon i{font-size: 16px; color: #3387fe;}
.idx_abo .abo_box .abo_main .abo_content .abo_list .item .title{ flex: 1; height: auto; line-height: 24px;}
.idx_abo .abo_box .abo_main .abo_content .abo_list .item .title h4{ font-size: 14px; color: #333; font-weight: normal; margin: 0;}
@media screen and (max-width: 1440px) {
	.idx_number .item .icon i{ font-size: 48px; }
	.idx_number .item .info .title{margin-top: 5px;}
}
@media screen and (max-width: 1024px) {
	.idx_number{ margin: 0 auto; }
	.idx_number .item .icon i{ font-size: 36px; }
	.idx_number .item .info .title{margin-top: 0;}
	.idx_abo{ padding: 40px 0;  }
	.idx_abo .abo_box{ padding: 0; margin-top: 40px; }
}
@media screen and (max-width: 990px) {
	.idx_abo{ padding: 0; overflow: hidden; }
	.idx_number{ width: 100%; box-shadow: none; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2px; background: none; }
	.idx_number .item{ width: 100%; background: #fff; display: block; padding: 10px 20px; }
	.idx_number .item .icon{ width: 100%; text-align: center; }
	.idx_number .item .info{ text-align: center; margin-top: 5px; }

	.idx_abo .abo_box{ margin: 40px 0; }
	.idx_abo .abo_box .abo_main{ display: block; }
	.idx_abo .abo_box .abo_main .abo_content{ width: 100%; padding: 0; }
	.idx_abo .abo_box .abo_main .abo_content .abo_list{ margin-top: 30px; }
	.idx_abo .abo_box .abo_main .abo_info{ width: 100%; margin-top: 30px; padding: 0; }
	.idx_abo .abo_box .abo_main .abo_info .logo,
	.idx_abo .abo_box .abo_main .abo_info .icon{ display: none; }
}
@media screen and (max-width: 768px) {
	.idx_abo{ padding: 0; overflow: hidden; }
	.idx_number{ grid-template-columns: repeat(2, 1fr); }
	.idx_number .item:first-child{ grid-column: span 2; }
	.idx_number .item .info .title{ font-size: 22px;}
}

/* 行业应用 */
.app_box{ width: 100%;height: auto; margin-top: 40px; }
.app_box .app_list{ width: 100%;height: auto;}
.app_box .app_list .item{ width: 31.33%; height: auto; float: left; margin-right: 3%; position: relative; z-index: 1; border: 1px solid #d9d9d9; overflow: hidden; border-radius: 3px;}
.app_box .app_list .item:nth-child(3) ~ .item{ margin-top: 3%; }
.app_box .app_list .item:nth-child(3n){ margin-right: 0; }
.app_box .app_list .item a{ width: 100%;height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 5;}
.app_box .app_list .item .pb{ padding-bottom: 66.66%; }
.app_box .app_list .item .img{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 0; overflow: hidden; }
.app_box .app_list .item .info{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.app_box .app_list .item .info::after{ content: ''; width: 0; height: 100%; position: absolute;border-radius: 3px; left: 0; bottom: 0; z-index: -1; background: var(--bgColor); opacity: 0; }
.app_box .app_list .item .info .title{ font-size: 20px; color: #333; font-weight: bold;}
.app_box .app_list .item .info .title i{ font-size: 20px; color: var(--color); margin-right: 10px;}
.app_box .app_list .item .info .details{ width: 100%; height: calc(3em * 2); font-size: 14px; line-height: 2; color: #666; overflow: hidden; white-space: normal; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.app_box .app_list .item .info .more{ font-size: 14px; color: var(--color); }
.app_box .app_list .item .info .more i{ margin-left: 10px; font-size: 12px; }
.app_box .app_list .item .img,
.app_box .app_list .item .info::after,
.app_box .app_list .item .info .more i{ -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.app_box .app_list .item .img img{width: 100%;}
.app_box .app_list .item:hover{border-color: #fff;}
.app_box .app_list .item:hover .img{ opacity: 1; }
.app_box .app_list .item:hover .info::after{ width: 100%; opacity: .9; }
.app_box .app_list .item:hover .info .icon,
.app_box .app_list .item:hover .info .title,
.app_box .app_list .item:hover .info .details,
.app_box .app_list .item:hover .info .more{color: #fff;}
.app_box .app_list .item:hover .info .more i{ margin-left: 20px; }
.app_box .app_list .item:hover .info .title i{color: #fff;}
.app_box .app_more{ width: 100%;height: auto;margin-top: 40px;text-align: center;overflow: hidden; }
.app_box .app_more .center{ display: inline-block; }
.app_box .app_more .center a{ color: var(--color); font-size: 16px; }
.app_box .app_more .center a i{ margin-left: 15px; font-size: 14px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.app_box .app_more .center a:hover i{ margin-left: 30px; }
@media screen and (max-width: 990px) {
	.app_box .app_list{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }
	.app_box .app_list .item{ width: 100%; margin: 0 !important;}
	.app_box .app_list .item .info{ padding: 20px; }
	.app_box .app_list .item .info .title{ font-size: 16px; }
	.app_box .app_list .item .info .title i{font-size: 16px;}
	.app_box .app_list .item .info .details{ font-size: 12px; }
	.app_box .app_list .item .info .more{ font-size: 12px; }
	.app_box .app_list .item .info .more i{ font-size: 16px; }
}
@media screen and (max-width: 768px) {
	.app_box .app_list{ grid-template-columns: repeat(2, 1fr); grid-gap: 15px; }
	.app_box .app_list .item .info{ padding: 15px; }
	.app_box .app_list .item .info .details{ height: calc(3em * 1.6); line-height: 1.6; font-size: 12px; }
}
@media screen and (max-width: 480px) {
	.app_box .app_list{ grid-gap: 10px; }
	.app_box .app_list .item .info .details{ height: calc(2em * 1.6); -webkit-line-clamp: 2; }
	.app_box .app_list .item .info .more{ display: none; }
}



/* 产品中心 */
.idx_pro{ width: 100%;height: auto;background: url('../images/pro_bg.jpg') no-repeat center;overflow: hidden;}
.idx_pro .pb{padding: 0 0 66.66%}
.idx_pro .idx_main{ position: relative; z-index: 1; overflow: initial; }
.idx_pro .idx_main .idx_title .title,
.idx_pro .idx_main .idx_title .subtitle{ color: #fff; }
.idx_pro .idx_main .idx_title .line::before, .idx_pro .idx_main .idx_title .line::after{ background: #fff; }
.idx_pro .idx_main .pro_box{ width: 100%; height: auto; position: relative; z-index: 2; margin-top: 40px;}
.idx_pro .idx_main .pro_box .pro_btn{ width: 50px; height: 50px; border-radius: 3px; position: absolute; top: 58%; margin-top: -50px; z-index: 3; background: #fff; color: var(--color); cursor: pointer; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.idx_pro .idx_main .pro_box .pro_btn i{ font-size: 16px; }
.idx_pro .idx_main .pro_box .pro_btn:hover{ background: var(--bgColor); color: #fff;}
.idx_pro .idx_main .pro_box .pro_btn.prev{ left: -80px; }
.idx_pro .idx_main .pro_box .pro_btn.next{ right: -80px; }
.idx_pro .idx_main .pro_box .pro_swiper{ width: 100%;height: auto;overflow: hidden; }
.idx_pro .idx_main .pro_box .pro_swiper img{border-radius: 3px;}
.idx_pro .idx_main .pro_box .pro_swiper ul li{ padding-bottom: 50px; position: relative; overflow: hidden; }
.idx_pro .idx_main .pro_box .pro_swiper ul li .pb{ background: #fff; border-radius: 3px; z-index: 1; }
.idx_pro .idx_main .pro_box .pro_swiper ul li .info{ width: 90%; height: auto; padding: 1vw 1vw; background: #fff; position: absolute; bottom: 0; left: 5%; z-index: 2; box-shadow: 0 0 10px rgba(0, 0, 0, .1); border-radius: 3px; text-align: center; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.idx_pro .idx_main .pro_box .pro_swiper ul li .info .subtitle{ font-size: 14px; color: #999; }
.idx_pro .idx_main .pro_box .pro_swiper ul li .info .title{ margin-top: 8px; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.idx_pro .idx_main .pro_box .pro_swiper ul li .info .more{ width: 100%;height: auto; position: absolute; bottom: 0; left: 0; opacity: 0; overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.idx_pro .idx_main .pro_box .pro_swiper ul li .info .more a{ width: 100px; height: 34px; margin: 0 auto; border-radius: 2px; background: #fff; font-size: 14px; line-height: 1; color: var(--color); }
.idx_pro .idx_main .pro_box .pro_swiper ul li .info .more a::after{ content: ''; width: 0; height: 100%; position: absolute; left: 0; top: 0; border-radius: 0 50% 50% 0; background: var(--bgColor); opacity: .1; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.idx_pro .idx_main .pro_box .pro_swiper ul li:hover .info{ padding: 15px 20px 80px; background: var(--bgColor); }
.idx_pro .idx_main .pro_box .pro_swiper ul li:hover .info .subtitle,
.idx_pro .idx_main .pro_box .pro_swiper ul li:hover .info .title{ color: #fff; }
.idx_pro .idx_main .pro_box .pro_swiper ul li:hover .info .more{ bottom: 30px; opacity: 1; }
.idx_pro .idx_main .pro_box .pro_swiper ul li .info .more a:hover::after{width: 100%; border-radius: 0; }
.idx_pro .idx_main .pro_box .pager{ width: 100%;height: auto; text-align: center; font-size: 0; display: none; margin-top: 30px; overflow: hidden; }
.idx_pro .idx_main .pro_box .pager span{ width: 10px; height: 10px; background: #fff; opacity: .3; margin: 0 4px; }
.idx_pro .idx_main .pro_box .pager span.active{ opacity: 1; }
@media screen and (max-width: 1366px) {
	.idx_pro .idx_main .pro_box{ padding: 0 60px; }
	.idx_pro .idx_main .pro_box .pro_btn{ width: 40px; height: 40px; }
	.idx_pro .idx_main .pro_box .pro_btn i{ font-size: 14px; }
	.idx_pro .idx_main .pro_box .pro_btn.prev{ left: 0; }
	.idx_pro .idx_main .pro_box .pro_btn.next{ right: 0; }
}
@media screen and (max-width: 990px) {
	.idx_pro .idx_main .pro_box{ padding: 0; }
	.idx_pro .idx_main .pro_box .pro_btn{ display: none; }
	.idx_pro .idx_main .pro_box .pager{ display: block; }
	.idx_pro .idx_main .pro_box .pro_swiper ul li{ padding: 0; border-radius: 3px; }
	.idx_pro .idx_main .pro_box .pro_swiper ul li .pb{ border-radius: 0; }
	.idx_pro .idx_main .pro_box .pro_swiper ul li .info{ width: 100%; padding: 15px !important; position: initial; border-radius: 0; background: var(--bgColor); }
	.idx_pro .idx_main .pro_box .pro_swiper ul li .info .subtitle{ display: none; }
	.idx_pro .idx_main .pro_box .pro_swiper ul li .info .title{ color: #fff; margin: 0; font-size: 14px; }
	.idx_pro .idx_main .pro_box .pro_swiper ul li .info .more{ display: none; }
}

/* 新闻中心 */
.idx_new .idx_main{ max-width: 1240px; }
.new_box{ width: 100%; height: auto; margin-top: 2vw; overflow: hidden; }
.new_box .new_swiper{ width: 100%;height: auto; padding: 20px;}
.new_box .new_swiper ul{ width: 100%;height: auto;}
.new_box .new_swiper ul li{ width: 100%;height: auto;box-shadow: 0 0 15px rgba(0, 0, 0, .1);overflow: hidden; }
.new_box .new_swiper ul li .img{ width: 100%;height: auto;background: #fff;overflow: hidden;}
.new_box .new_swiper ul li .img .pb{ padding-bottom: 66.5%; }
.new_box .new_swiper ul li .img img{ max-width: 100%; max-height: 100%; }
.new_box .new_swiper ul li .info{ width: 100%;height: auto; padding: 30px 20px;position: relative;z-index: 1;overflow: hidden; }
.new_box .new_swiper ul li .info .time{ font-size: 14px; color: #999; }
.new_box .new_swiper ul li .info .title{ height: calc(1em * 1.8); margin: 5px 0; font-size: 18px; line-height: 1.8; color: #222; overflow: hidden; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.new_box .new_swiper ul li .info .text{ height: calc(2em * 1.6); margin: 5px 0 0; font-size: 14px; line-height: 1.6; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.new_box .new_swiper ul li .info .more{ font-size: 14px; color: var(--color); }
.new_box .new_swiper ul li .info::after{ content: ''; width: 0; height: 2px; position: absolute; bottom: 0; left: 0; background: var(--bgColor); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.new_box .new_swiper ul li:hover .info::after{ width: 100%; }
.new_box .pager_box{ width: 100%;height: auto;margin: 30px 0 0;font-size: 0;text-align: center;overflow: hidden; }
.new_box .pager_box span{ width: 25px; height: 5px; background: #bfcadc; border-radius: 3px; margin: 0 5px; opacity: 1; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.new_box .pager_box span.active{ width: 35px; background: var(--bgColor); }
@media screen and (max-width: 1280px) {
	.new_box .new_swiper ul li .info .title{ font-size: 16px; }
}
@media screen and (max-width: 990px) {
	.idx_new{ background: #f6fafd; }
	.new_box .new_swiper{ padding: 0; }
	.new_box .new_swiper ul li{ box-shadow: none; background: #fff; }
	.new_box .new_swiper ul li .info{ padding: 15px; }
	.new_box .new_swiper ul li .info .time{ font-size: 12px; }
	.new_box .new_swiper ul li .info .title{ font-size: 14px; }
	.new_box .new_swiper ul li .info .more{ font-size: 12px; }
	.new_box .pager_box span{ width: 15px; height: 4px; }
	.new_box .pager_box span.active{ width: 25px; }
}


/* Footer */
.footer_box{width: 100%;height: auto;overflow: hidden; background: #262a35;overflow: hidden;}
.footer_main{width: 94%; max-width: 1200px; height: auto;margin: 50px auto;}
.footer_main ul{width: 100%;height: auto;}
.footer_main>ul{display: flex; justify-content: space-between;}
.footer_main ul li{width: auto;height: auto;margin-left: 20px;overflow: hidden;}
.footer_main ul li:first-child{margin: 0}
.footer_main ul li span{display: block;padding: 0 0 20px;line-height: 1.2;font-size: 16px;font-weight: bold;color: #fff;position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.footer_main ul li span::after{ content: ''; width: 18px; height: 1px; background: #cacaca; position: absolute; bottom: 0; left: 0; }
.footer_main ul li ul{margin: 20px 0 0;}
.footer_main ul li ul li{width: 100%;margin: 10px 0 0;font-size: 14px;}
.footer_main ul li ul li a{color: #fff;opacity: .4;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.footer_main ul li ul li a:hover{ opacity: 1; }
.footer_main ul li .qrcode{ margin-top: 20px; }
.footer_main ul li .qrcode .img{ width: 120px; height: auto; font-size: 0; overflow: hidden; }
.footer_main ul li .qrcode .text{ width: 100%;height: auto;margin-top: 10px;text-align: center; font-size: 14px; color: #fff;opacity: .4;overflow: hidden; }

.footer_box .footer_con{width: 100%;height: auto;background: var(--bgColor);overflow: hidden;}
.footer_box .footer_con ul{width: 94%; max-width: 1200px; height: auto;margin: 15px auto;display: flex;flex-wrap: wrap;overflow: hidden;}
.footer_box .footer_con ul li{width: 32%;box-sizing: border-box;margin: 15px 0;color: #fff;position: relative;display: flex;align-items: baseline;overflow: hidden;}
.footer_box .footer_con ul li:nth-child(3n-1){margin: 15px 2%; justify-content: center;}
.footer_box .footer_con ul li:nth-child(3n){ justify-content: flex-end; }
.footer_box .footer_con ul li .icon{width: 38px;height: 38px;margin: 0 10px 0 0;background: rgba(255, 255, 255, .2);border-radius: 50%;overflow: hidden;}
.footer_box .footer_con ul li .icon i{ font-size: 16px; }
.footer_box .footer_con ul li .text{ flex: 1; line-height: 1.6; }
.footer_box .footer_con ul li .text a{color: #fff;}
.footer_box .footer_con ul li .text a:hover{text-decoration: underline;}

.footer_box .copy_box{ width: 100%;height: auto;overflow: hidden; }
.footer_box .copy_box .center{width: 94%;max-width: 1200px;margin: 0 auto;padding: 15px 0;line-height: 25px;text-align: left;font-size: 14px;color: rgba(255, 255, 255, .4);}
.footer_box .copy_box .center a{color: #fff;opacity: .4;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.footer_box .copy_box .center a:hover{ opacity: 1; }
@media screen and (max-width: 1280px) {
	.footer_main ul li span{ font-size: 14px; }
	.footer_main ul li ul li{ font-size: 12px; }
	.footer_box .footer_con ul li .icon{ width: 30px; height: 30px; }
	.footer_box .footer_con ul li .icon i{ font-size: 14px; }
	.footer_box .footer_con ul li .text{ font-size: 12px; }
	.footer_main ul li .qrcode .text{ font-size: 12px; }

	.footer_box .copy_box .center{ font-size: 12px; }
}
@media screen and (max-width: 990px) {
	.footer_main{ display: none; }
	.footer_box .footer_con ul{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 20px; }
	.footer_box .footer_con ul li{ width: 100%; margin: 0 !important; text-align: left !important; justify-content: start !important; }
}
@media screen and (max-width: 768px) {
	.footer_box .footer_con{ padding: 20px 0; }
	.footer_box .footer_con ul{ display: grid; grid-template-columns: auto; grid-gap: 15px; }
}



/* Page Banner */
.p_banner{width: 100%;height: auto;font-size: 0;position: relative;z-index: 1;overflow: hidden;}
.p_banner .info{width: 100%;height: 100%;box-sizing: border-box;position: absolute;top: 0;left: 0;z-index: 10;overflow: hidden;}
.p_banner .info .center{width: 94%;max-width: 1200px;height: 100%;box-sizing: border-box;margin: 0 auto;display: flex;align-items: center;overflow: hidden;}
.p_banner .info .center .title, .p_banner .info .center .title h1, .p_banner .info .center .title h2{font-size: 36px;font-weight: bold;color: #fff;}
.p_banner .info .center .line{ width: 50px; height: 1px; margin: 30px 0 20px; background: #fff; }
.p_banner .info .center .page_nav{width: auto;height: 100%;font-size: 14px;color: #fff;overflow: hidden;}
.p_banner .info .center .page_nav i{font-size: 14px; margin: 0 10px;color: #fff;}
.p_banner .info .center .page_nav i:first-child{ margin: 0 10px 0 0; }
.p_banner .info .center .page_nav a{color: #fff; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.p_banner .info .center .page_nav a:hover{color: var(--color);}
.p_banner .img{width: 100%;height: auto;font-size: 0;overflow: hidden;}
.p_banner .img img{ width: 100%; min-height: 200px; object-fit: cover;}

.subnav{width: 100%;height: auto;background: #f5f5f5;overflow: hidden;}
.subnav .info{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;font-size: 0;overflow: hidden;}
.subnav .info a, .subnav .info span{display: inline-block;width: auto;cursor: pointer; height: auto;margin-right: 2.6vw;line-height: 50px;font-size: 14px;text-align: center;color: #333; position: relative;}
.subnav .info a:last-child, .subnav .info span:last-child{ margin-right: 0; }
.subnav .info a.active, .subnav .info span.active, .subnav .info a:hover, .subnav .info span:hover{ color: var(--color); }

.subnav2{width: 100%;height: auto;background: #fff;overflow: hidden; padding: 10px 0;}
.subnav2 .info{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;font-size: 0;overflow: hidden;}
.subnav2 .info a{display: inline-block;width: auto;height: auto; margin: 5px 10px 5px 0; line-height: 30px; padding: 0 20px; font-size: 14px;text-align: center;color: #333; background: #f5f5f5; border-radius: 25px; position: relative;}
.subnav2 .info a.active, .subnav2 .info a:hover{ color: #fff; background: var(--bgColor); }


.p_main_box{ width: 100%;height: auto;overflow: hidden; }
.p_main{ width: 94%;max-width: 1200px;height: auto;margin: 0 auto;}
.details_box{width: 100%;height: auto;}
.title_details{width: 100%;height: auto;padding: 0 0 20px;text-align: center;border-bottom: 1px dashed #d9d9d9;overflow: hidden;}
.title_details .title{ width: 100%;height: auto;overflow: hidden; }
.title_details .title h1{margin: 0;padding: 0;font-weight: normal;font-size: 24px;color: #333;padding-bottom: 10px;}
.title_details .text{ width: 100%;height: auto;font-size: 14px;color: #999;overflow: hidden; }
.details_box .pro_d_c .content{width: 100%;height: auto;margin: 20px 0 0;font-size: 14px;line-height: 30px;color: #333;text-align: justify;display: none; overflow-x: auto;}
.details_box .pro_d_c .content:first-child{display: block;}
.text_details{width: 100%;height: auto;font-size: 14px;line-height: 1.8;color: #666;text-align: justify;overflow: hidden;}
.text_details p{margin-top: 1vw;}
.text_details p:first-child{margin: 0 !important;}
.text_details img{vertical-align: middle;max-width: 100%;}
.text_details table {font-size:14px; width:100%; color:#333; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.text_details table tr:hover{ background: #f5f5f5;}
.text_details table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.text_details table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}

/*自定义框架*/
.in_a_row_box{width: 100%; height: auto; float: left;}
.two_boxes_in_a_row{width: 50%; min-height: 100px; float: left; box-sizing: border-box;}
.two_boxes_in_a_row:nth-child(1){padding-right: 8px;}
.two_boxes_in_a_row:nth-child(2){padding-left: 8px;}
.four_boxes_in_a_row{width: 25%; min-height: 100px; float: left; box-sizing: border-box;}
.four_boxes_in_a_row:nth-child(1){padding: 0 12px 0 0;}
.four_boxes_in_a_row:nth-child(2){padding: 0 8px 0 4px;}
.four_boxes_in_a_row:nth-child(3){padding: 0 4px 0 8px;}
.four_boxes_in_a_row:nth-child(4){padding: 0 0 0 12px;}

@media screen and (max-width: 1440px) {
	.p_banner .info .center .title, .p_banner .info .center .title h1, .p_banner .info .center .title h2{ font-size: 34px; }
}
@media screen and (max-width: 1280px) {
	.p_banner .info .center .title, .p_banner .info .center .title h1, .p_banner .info .center .title h2{ font-size: 32px; }
	.subnav .info a, .subnav .info span{ font-size: 12px; }
	.subnav2 .info a{ font-size: 12px; }
}
@media screen and (max-width: 1024px) {
	.p_banner .info .center .title, .p_banner .info .center .title h1, .p_banner .info .center .title h2{ font-size: 30px; }
	.p_banner .info .center .line{ margin: 20px 0 15px; }
}
@media screen and (max-width: 990px) {
	.p_banner .img img{min-height: 180px;}
	.p_banner .info .center .title, .p_banner .info .center .title h1, .p_banner .info .center .title h2{ font-size: 28px; }
	.title_details .title h1{ font-size: 20px; }
	.text_details p{ margin-top: 20px; }
	.subnav{ display: none; }
	.subnav2{ display: none; }
}
@media screen and (max-width: 768px) {
	.p_banner .img img{min-height: 160px;}
	.p_banner .info .center .line{margin: 15px 0 10px;}
	.p_banner .info .center .title{ font-size: 26px; }
	.title_details .text{ font-size: 12px; }
	.text_details p{ margin-top: 15px; }
	.two_boxes_in_a_row{width: 100%;}
	.two_boxes_in_a_row:nth-child(1){padding-right: 0;}
	.two_boxes_in_a_row:nth-child(2){padding-left: 0;}
	.four_boxes_in_a_row{width: 50%;}
	.four_boxes_in_a_row:nth-child(1){padding: 0 8px 0 0;}
	.four_boxes_in_a_row:nth-child(2){padding: 0 0 0 8px;}
	.four_boxes_in_a_row:nth-child(3){padding: 0 8px 0 0;}
	.four_boxes_in_a_row:nth-child(4){padding: 0 0 0 8px;}
	.kefu_tools{display: none;}
}
@media screen and (max-width: 480px) {
	.p_banner .img img{min-height: 120px;}
	.p_banner .info .center .line{margin: 5px 0 10px;}
	.p_banner .info .center .title{ font-size: 24px; }
}

/* 关于我们 */
.p_abo_box{ width: 100%;height: auto; margin: 40px 0;}
@media screen and (max-width: 768px) {
	.p_abo_box{ margin: 30px 0; }
}


/* 行业应用 */
.p_app_box{ width: 100%;height: auto;margin: 40px 0;}
.p_app_box .app_list{ width: 100%;height: auto;}
.p_app_box .app_list ul{ width: 100%;height: auto; float: left;}
.p_app_box .app_list ul li{ width: 23.5%; height: auto; float: left; margin-right: 2%; overflow: hidden; }
.p_app_box .app_list ul li:nth-child(4n){ margin-right: 0; }
.p_app_box .app_list ul li:nth-child(4n) ~ li{ margin-top: 2%; }
.p_app_box .app_list ul li .img{ width: 100%;height: auto;overflow: hidden; }
.p_app_box .app_list ul li .img .pb{ padding-bottom: 66.5%; }
.p_app_box .app_list ul li .title{ width: 100%;height: auto; line-height: 1; padding: 15px;background: #f5f5f5;text-align: center;font-size: 14px; color: #333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.p_app_box .app_list ul li:hover .title{ background: var(--bgColor); color: #fff; }
.p_app_box .list{margin-top: 40px;}
@media screen and (max-width: 990px) {
	.p_app_box .app_list ul{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }
	.p_app_box .app_list ul li{ width: 100%; margin: 0 !important; }
}
@media screen and (max-width: 768px) {
	.p_app_box .app_list ul{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 15px; }
}

/* 产品中心 */
.p_pro_box{ width: 100%;height: auto;margin: 30px 0; }
.p_pro_box .pro_list{width: 100%;height: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;}
.p_pro_box .pro_list .item{text-align: center; position: relative; margin-bottom: 50px;}
.p_pro_box .pro_list .item .img{width: 100%; padding-bottom: 66.66%;}
.p_pro_box .pro_list .item .img img{max-width: 100%; max-height: 100%; border-radius: 3px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); *margin-top: -50%; _margin-top: -50%; margin-top: -50%\9\0; *margin-left: -50%; _margin-left: -50%; margin-left: -50%\9\0;}
.p_pro_box .pro_list .item .info{ width: 86%; height: auto; padding: 10px; background: #fff; position: absolute; bottom: -30px; left: 7%; z-index: 2; box-shadow: 0 0 10px rgba(0, 0, 0, .1); border-radius: 3px; text-align: center; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.p_pro_box .pro_list .item .info .title{height: auto; width: 100%; font-size: 16px; color: #333; line-height: 16px; padding-top: 10px;}
.p_pro_box .pro_list .item .info .subtitle{ font-size: 14px; color: #999; line-height: 14px; padding-top: 5px; padding-bottom: 10px;}
.p_pro_box .pro_list .item .info .more{ width: 100%;height: auto; position: absolute; bottom: 0; left: 0; opacity: 0; overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.p_pro_box .pro_list .item .info .more a{ width: 100px; height: 34px; margin: 0 auto; border-radius: 2px; background: #fff; font-size: 14px; color: var(--color); }
.p_pro_box .pro_list .item .info .more a::after{ content: ''; width: 0; height: 100%; position: absolute; left: 0; top: 0; border-radius: 0 50% 50% 0; background: var(--bgColor); opacity: .1; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.p_pro_box .pro_list .item:hover .info{ padding: 10px 10px 70px 10px; background: var(--bgColor); }
.p_pro_box .pro_list .item:hover .info .subtitle{ color: #fff; padding-bottom: 0px;}
.p_pro_box .pro_list .item:hover .info .title{ color: #fff; }
.p_pro_box .pro_list .item:hover .info .more{ bottom: 20px; opacity: 1; }
.p_pro_box .pro_list .item .info .more a:hover::after{width: 100%; border-radius: 0; }

.p_pro_box .list{ margin-top: 20px; }

/* 详情 */
.pro_details{ width: 100%;height: auto;}
.pro_details .pro_head{ width: 100%;height: auto; border-bottom: 1px solid #eaeaea; overflow: hidden; }
.pro_details .pro_swiepr{ width: 94%; max-width: 1200px; margin: 40px auto; position: relative; overflow: hidden; }
.pro_details .pro_swiepr .images{ width: 45%; height: auto; border: 1px solid #eaeaea; overflow: hidden; }
.pro_details .pro_swiepr .images .swiper_box{ width: 100%;height: 100%;position: relative;z-index: 1;overflow: hidden; }
.pro_details .pro_swiepr .images .swiper_box ul{ width: 100%;height: 100%;overflow: hidden; }
.pro_details .pro_swiepr .images .swiper_box ul li{ width: 100%;height: 100%;font-size: 0;text-align: center;overflow: hidden; }
.pro_details .pro_swiepr .images .swiper_box ul li img{ max-width: 100%; max-height: 100%; vertical-align: middle; }
.pro_details .pro_swiepr .images .swiper_box .pager{ width: 100%;height: auto;font-size: 0;text-align: center;position: absolute;bottom: 20px;z-index: 5;overflow: hidden; }
.pro_details .pro_swiepr .images .swiper_box .pager span{ width: 12px; height: 12px; border-radius: 50%; background: #d9d9d9; opacity: 1; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.pro_details .pro_swiepr .images .swiper_box .pager span.active, .pro_details .pro_swiepr .images .swiper_box .pager span:hover{ background: var(--bgColor); }
.pro_details .pro_swiepr .details{ width: 55%; height: 100%; position: absolute; top: 0; right: 0; padding-left: 50px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.pro_details .pro_swiepr .details .title{ padding-bottom: 20px; border-bottom: 1px dashed #eaeaea; font-size: 30px; color: #333; font-weight: bold; }
.pro_details .pro_swiepr .details .text_details{ flex: 1; margin: 20px 0 0; padding-right: 10px; text-align: justify; font-size: 14px; line-height: 2; color: #666; overflow: hidden; overflow-y: auto; }
.pro_details .details_box{ width: 94%; max-width: 1200px; margin: 0 auto; padding: 40px 0; }
.pro_details .details_box .pro_link{ width: 100%;height: auto;display: flex;overflow: hidden; }
.pro_details .details_box .pro_link span{border-radius: 3px; margin-right: 10px; padding: 1vw 1.5vw; border: 1px solid var(--color);font-size: 18px; line-height: 1;color: var(--color); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; cursor: pointer;}
.pro_details .details_box .pro_link span:last-child{ margin: 0; }
.pro_details .details_box .pro_link span.active, .pro_details .details_box .pro_link span:hover{background: var(--bgColor); color: #fff;}
.pro_details .details_box .text_details{ margin-top: 40px; }
.pro_details .list{ margin-top: 40px; }
@media screen and (max-width: 1280px) {
	.p_pro_box .pro_list .item .info .title{font-size: 14px;}

	.pro_details .pro_swiepr .details .title{ font-size: 24px; }
	.pro_details .details_box .pro_link span{ font-size: 16px; }
}
@media screen and (max-width: 990px) {
	.p_pro_box .pro_list{grid-template-columns: repeat(2, 1fr); gap: 10px;}
	.p_pro_box .pro_list .item .info{width: 90%; left: 5%; padding: 0px;}
	.p_pro_box .pro_list .item:hover .info{padding: 0 0 60px 0;}
	.p_pro_box .pro_list .item .info .title{font-size: 12px;}
	.p_pro_box .pro_list .item .info .subtitle{padding-top: 0px; font-size: 11px;}
	.p_pro_box .pro_list .item .info .more a{height: 30px; font-size: 12px;}
	.pro_details .pro_swiepr .images .swiper_box .pager span{ width: 10px; height: 10px; }
	.pro_details .pro_swiepr .details .title{ font-size: 20px; }
	.pro_details .details_box .pro_link span{ font-size: 14px; padding: 10px 10px; }
}
@media screen and (max-width: 768px) {
	.pro_details .pro_swiepr .images{ width: 48%; }
	.pro_details .details_box .text_details{ margin-top: 30px; }
}
@media screen and (max-width: 480px) {
	.pro_details .pro_swiepr .images{ width: 100%; }
	.pro_details .pro_swiepr .details{ width: 100%; position: relative; margin-top: 40px; padding: 0; }
	.pro_details .pro_swiepr .details .text_details{ max-height: 200px; }
}



/* 视频展示 */
.p_video_box{ width: 100%;height: auto;margin: 40px 0;}
.p_video_box .video_list{ width: 100%;height: auto;}
.p_video_box .video_list ul{ width: 100%;height: auto;}
.p_video_box .video_list ul li{ width: 31.66%; height: auto; float: left; margin-right: 2.5%; overflow: hidden; }
.p_video_box .video_list ul li:nth-child(3n){ margin-right: 0; }
.p_video_box .video_list ul li:nth-child(3n) ~ li{ margin-top: 2.5%; }
.p_video_box .video_list ul li .img{ width: 100%;height: auto;position: relative;overflow: hidden; }
.p_video_box .video_list ul li .img .play{ width: 100%;height: 100%; position: absolute; top: 0; left: 0; z-index: 2; color: #fff; } 
.p_video_box .video_list ul li .img .play i{ margin-top: 50px; font-size: 36px; opacity: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.p_video_box .video_list ul li .img .pb{ padding-bottom: 58.94%; }
.p_video_box .video_list ul li .title{ width: 100%;height: auto;margin-top: 20px;line-height: 1.5;text-align: center;font-size: 16px; color: #333;overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.p_video_box .video_list ul li:hover .play i{ margin-top: 0; opacity: 1; }
.p_video_box .video_list ul li:hover .title{ color: var(--color); }
.p_video_box .list{ margin-top: 40px; }
/* 详情 */
.video_details{ width: 100%;height: auto;overflow: hidden; }
.video_details .text_details{ width: 100%;height: auto;margin: 30px 0;overflow: hidden; }
.video_details .video_details{ width: 100%;max-width: 678px;height: auto;margin: 0 auto;background: #f5f5f5;position: relative;cursor: pointer;overflow: hidden; }
.video_details .video_details .play{ width: 100%;height: 100%; position: absolute; top: 0; left: 0; z-index: 2; color: #fff; } 
.video_details .video_details .play i{ font-size: 40px; }
.video_details .video_details .pb{ padding-bottom: 58.94%; }
@media screen and (max-width: 1280px) {
	.p_video_box .video_list ul li .title{ font-size: 14px; }
}
@media screen and (max-width: 990px) {
	.p_video_box .video_list ul{ display: grid;grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }
	.p_video_box .video_list ul li{ width: 100%; margin: 0 !important; }
	.p_video_box .video_list ul li .img .play i{ margin: 0; opacity: 1; }
}
@media screen and (max-width: 768px) {
.p_video_box .list{ margin-top: 30px; }
}


/* 新闻中心 */
.p_new_box{width: 100%;height: auto;margin: 40px 0;}
.p_new_box .new_list{width: 100%;height: auto;}
.p_new_box .list{ margin-top: 40px; }

.p_new_one{width: calc(33.33% - 30px); height: auto; float: left; text-align: center; margin: 15px; background: #fff; border-radius: 3px; overflow: hidden;}
.new_pic{width: 100%; height: auto; text-align: center; overflow: hidden; float: left; padding-bottom: 66.6%; position: relative; background: #fff;}
.new_pic img{max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); *margin-top: -50%; _margin-top: -50%; margin-top: -50%\9\0; *margin-left: -50%; _margin-left: -50%; margin-left: -50%\9\0;}
.p_new_text_box{width: 100%; height: auto; float: left; text-align:left; background: #f9f9f9; padding: 20px; position: relative; box-sizing:border-box;}
.p_new_title{width: 100%; height: 26px; font-size: 18px; line-height: 26px; color: #000; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.p_new_info{width: 100%; height: 26px; font-size: 12px; line-height: 26px; color: #999; float: left;}
.p_new_more{width: 100%; height: 48px; font-size: 14px; line-height: 24px; color: #999; float: left; overflow: hidden; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.p_new_one:hover .p_new_text_box{background: #fff;}

.i_cas_one{width: calc(33.33% - 30px); height: auto; float: left; text-align: center; margin: 15px; background: #fff; border-radius: 3px; overflow: hidden;}
.cas_img{width: 100%; height: auto; text-align: center; overflow: hidden; float: left; padding-bottom: 66.6%; position: relative; background: #fff;}
.cas_img img{max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); *margin-top: -50%; _margin-top: -50%; margin-top: -50%\9\0; *margin-left: -50%; _margin-left: -50%; margin-left: -50%\9\0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.cas_img img:nth-child(2){opacity:0;}
.i_cas_one:hover .cas_img img:nth-child(2){opacity:1;}
.cas_text_box{width: 100%; height: 80px; float: left; background: #f9f9f9; padding: 15px 0 20px 0; position: relative;}
.cas_title{width: 100%; height: auto; font-size: 18px; line-height: 26px; box-sizing:border-box; padding:0 20px; color: #333; float: left; overflow: hidden; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.cas_title em{font-style:normal; color:#f00;}
.cas_info{width: 100%; height: 20px; font-size: 12px; line-height: 20px; color: #999; float: left;}
.i_cas_one:hover .cas_text_box{background: #fff;}

/* 详情 */
.new_details{ width: 100%;height: auto; padding: 40px 0; }
.new_details .new_main{ width: 94%; max-width: 1200px; margin: 0 auto; }
.new_details .new_main .details_box{ width: 69%; height: auto; float: left;}
.new_details .new_main .details_box .title_details{ text-align: left; }
.new_details .new_main .details_box .text_details{ margin: 30px 0 0; font-size: 14px; }
.new_details .new_main .details_box .list{ margin: 40px 0 0; }
.new_details .new_main .sidebar_box{ width: 26.6%; height: auto; float: right; position: sticky; top: 30px; }
.new_details .new_main .sidebar_box .s_title{ width: 100%;height: auto; font-size: 24px; color: #333; position: relative; padding-left: 20px; overflow: hidden; font-weight: bold;}
.new_details .new_main .sidebar_box .s_title::after{ content: ''; width: 4px; height: 0.8em; background: var(--bgColor); position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.new_details .new_main .sidebar_box .sidebar_new{ width: 100%;height: auto;padding: 30px 20px 10px 20px; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1);overflow: hidden; }
.new_details .new_main .sidebar_box .sidebar_new .menu{ width: 100%;height: auto; margin: 20px 0 0;overflow: hidden; }
.new_details .new_main .sidebar_box .sidebar_new .menu p{display: block; height: auto; margin-bottom: 20px; padding-left: 20px; font-size: 14px; line-height: 1.6; position: relative; overflow: hidden; white-space: normal; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.new_details .new_main .sidebar_box .sidebar_new .menu p::after{ content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--bgColor); position: absolute; left: 0; top: 10px; }
.new_details .new_main .sidebar_box .sidebar_new .menu p a{ font-size: 14px; line-height: 1.6; color: #666;-webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.new_details .new_main .sidebar_box .sidebar_new .menu p a:hover{ color: var(--color); }
.new_details .new_main .sidebar_box .sidebar_con{ width: 100%;height: auto;margin-top: 30px;padding: 30px 20px; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1);overflow: hidden; }
.new_details .new_main .sidebar_box .sidebar_con .menu{ width: 100%;height: auto;margin: 20px 0 0; padding-left: 20px;overflow: hidden; }
.new_details .new_main .sidebar_box .sidebar_con .menu p{ margin: 15px 0 0; font-size: 14px; line-height: 1.6; color: #666; }
.new_details .new_main .sidebar_box .sidebar_con .menu p:first-child{ margin: 0; }
.new_details .new_main .sidebar_box .sidebar_con .menu p a{ color: #666; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.new_details .new_main .sidebar_box .sidebar_con .menu p a:hover{ color: var(--color); }

@media screen and (max-width: 990px) {
	.p_new_one{width: calc(50% - 30px);}
	.i_cas_one{width: calc(50% - 30px);}
	.new_details .new_main .details_box{ width: 100%; float: initial; }
	.new_details .new_main .sidebar_box{ width: 100%; float: initial; margin-top: 40px; display: none; }
}
@media screen and (max-width: 768px) {
	.new_details .new_main .details_box .list{ margin-top: 30px; }
}
@media screen and (max-width: 576px) {
	.p_new_one{width: calc(100% - 10px); margin:5px;}
	.i_cas_one{width: calc(100% - 10px); margin: 10px 5px;}
}



/* 加入我们 */
.p_join_box{ width: 100%;height: auto; margin: 40px 0;overflow: hidden; }
.p_join_box .join_head{ width: 100%;height: auto;position: relative;overflow: hidden; }
.p_join_box .join_head .img{ width: 50%; height: auto; overflow: hidden; }
.p_join_box .join_head .img .pb{ padding-bottom: 66.5%; }
.p_join_box .join_head .info{ width: 50%; height: 100%; position: absolute; right: 0; top: 0; padding-left: 40px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.p_join_box .join_head .info .title{ font-size: 24px; color: #333; }
.p_join_box .join_head .info .text_details{ margin-top: 20px; max-height: 100%; padding-right: 20px; overflow: hidden; overflow-y: auto; }
.p_join_box .join_list{ width: 100%;height: auto; margin-top: 40px;overflow: hidden; }
.p_join_box .join_list .item{ width: 100%;height: auto;border: 1px solid #eaeaea;overflow: hidden; }
.p_join_box .join_list .item:first-child ~ .item{ margin-top: 10px; }
.p_join_box .join_list .item .join_title{ width: 100%;height: auto; padding: 15px 20px;font-size: 16px; color: #333; font-weight: bold;overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .p_join_box .join_list .item .join_content{ width: 100%;height: auto; padding: 30px 20px; color: #333;display: none;overflow: hidden; }
.p_join_box .join_list .item.active{ border-color: var(--color); }
.p_join_box .join_list .item.active .join_title{ background: var(--bgColor); color: #fff; }
@media screen and (max-width: 640px) {
	.p_join_box .join_head .img{ width: 100%; }
	.p_join_box .join_head .info{ width: 100%; position: relative; margin-top: 30px; padding: 0; }
	.p_join_box .join_head .info .text_details{ max-height: 200px; }
}

/* 联系方式 */
.p_con_box{ width: 100%;height: auto; padding: 50px 0 5.2vw; display: flex; overflow: hidden; }
.p_con_box .text_details{ width: 50%; padding-right: 40px; color: #333; }
.p_con_box .text_details p{ margin-top: 5px; }
.p_con_box .img_big{ width: 50%; text-align: center; font-size: 0; }
.p_con_box .img_big img{ max-width: 100%; }
/* 来访地图 */
.p_map_box{ width: 100%;height: auto;margin: 40px 0;overflow: hidden; }
.p_map_box .map_title{ width: 100%;height: auto;font-size: 16px;font-weight: bold;color: #333;overflow: hidden; }
.p_map_box .map_img{ width: 100%;height: 300px;margin-top: 20px;border: 1px solid #d9d9d9;font-size: 0;overflow: hidden; }
.p_map_box .map_img img{ width: 100%; height: 100%; object-fit: cover; }
@media screen and (max-width: 990px) {
	.p_con_box{ display: block; padding: 40px 0; }
	.p_con_box .text_details{ width: 100%; padding: 0; }
	.p_con_box .img_big{ display: none; }
}

/* List */
.list{width: 100%;height: auto;box-sizing: border-box;text-align: center;font-size: 0;}
.list a,.list span{width: auto; max-width: 250px;height: 40px;margin: 0 5px;padding: 0 16px;line-height: 40px; border-radius: 2px; display: inline-block;*display: inline;*zoom: 1; background: #f5f5f5; font-size: 14px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
-webkit-transition: top .5s; -moz-transition: top .5s; -ms-transition: top .5s; -o-transition: top .5s; transition: top .5s; }
.list a.active,.list a:hover{border-color: var(--color);background: var(--bgColor); color: #fff;}
.list span{padding: 0 5px;background: none;}

 
/*地图*/
.p_ditu_box{width: 100%; height: auto; float: left; padding: 10px 0;}
.ditu_title{display: inline-block; padding: 5px 10px 0 10px; line-height: 30px; font-size: 16px; font-weight: bold; color: #fb7d10;}
.ditu_cont{display: inline-block; padding: 0px 10px; font-size: 14px; line-height: 20px;}
#mapshowbox{width:100%; height:500px; border-radius: 3px;}
#mapshowbox_big{width:100%; height:100%; position:absolute;}
.goto_bigmap{width:100%; height:46px; margin-top:10px;}
.goto_bigmap a{display:inline-block; width:100%; height:46px; line-height:46px; font-size:20px; text-align:center; color:#fff; background:#fb7d10; text-decoration:none; border-radius: 3px;}
.goto_bigmap a:hover{color:#fff;}

/* 在线客服 */
.kefu_tools{top:50%; margin-top:-115px; position:fixed; z-index: 9999999; right:0px;}
.cl_kefu_one{width:45px; height:45px; margin-bottom:1px; line-height: 45px; text-align: center; position:relative;}
.cl_kefu_one i{font-size: 24px; color: #fff;}
.go_radius_1{border-radius: 3px 0 0 0;}
.go_radius_2{border-radius: 0 0 0 3px;}
.go_radius_2:hover{border-radius: 0 0 0 0;}
.go_radius_3{border-radius: 0 0 0 3px;}
.cl_kefu_title{display:block; width:100%; height:auto; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center;}
#cl_gotop{display:none;}
.qr_menu{position:absolute; top:0; z-index: -1; left:-190px; width:200px; height:auto; box-shadow: -10px 5px 10px 0 rgba(0,0,0,0.05); visibility: hidden; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.qr_menu ul{display:block; width:calc(100% - 1px); height:auto; float:left;}
.qr_menu ul li{display:block; width:100%; height:46px; background: #fff; float:left; padding:0 20px; box-sizing:border-box; color:#666; font-size:14px; line-height:46px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu ul li:last-child{border-radius:0 0 3px 3px;}
.qr_menu ul li a{display:block; width:100%; height:46px; float:left; color:#666; font-size:14px; line-height:46px; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu ul li a i{font-size: 26px; display: inline-block; vertical-align: top; margin-right: 6px; color: #40abf5;}
.cl_kefu_one:hover .qr_menu{left:-200px; opacity: 1; visibility: initial;}
.qr_img{position:absolute; bottom:0; z-index: -1; left:-190px; width:200px; height:auto; text-align:center; box-shadow: -10px -5px 10px 0 rgba(0,0,0,0.05); visibility: hidden; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.qr_img_box{width:calc(100% - 1px); height:auto; padding:10px; box-sizing:border-box; background: #fff; border-radius:3px 3px 0 0;}
.qr_img_box img{border:0px; max-width:100%; height:auto;}
.cl_kefu_one:hover .qr_img{left:-200px; opacity: 1; visibility: initial;}
.foot_kefu{display: none;}

@media screen and (max-width: 768px) {
	.copy_box{padding-bottom: 65px;}/*给手机端底部浮动代码预留高度*/
	.bottom_tools{display: none;}
	/*底部客服*/
	.foot_kefu{display: block; width: 100%; height: 66px; line-height: 36px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%); position: fixed; bottom: 0px; padding:15px 20px; box-sizing:border-box; z-index: 8888; border-radius:5px 5px 0 0;}
	.foot_kefu_one{width: calc(34% - 2px); height: 36px; line-height: 36px; float: left; text-align: center; font-size: 14px; margin:0 1px; color: #fff; background: #FF5722;}
	.foot_kefu_one:first-child{width: 33%; border-radius: 18px 0 0 18px; margin: 0;}
	.foot_kefu_one:last-child{width: 33%; border-radius: 0 18px 18px 0; margin: 0;}
	.foot_kefu_one a{display:block; color: #fff;}
	.foot_kefu_one a i{margin-right: 6px; font-size: 20px;}
	.foot_kefu_one a:hover{color: #fff;}
}