@charset "utf-8";
/* CSS Document */
/* 创络科技 http://www.chuangluo.com */

/*初始样式、共同样式*/
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;}
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%;}
body{ word-wrap:break-word; margin:0px; padding:0px;font-family: Arial,'微软雅黑';overflow-x: hidden;}
.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;}
/* 全局颜色设置 */
:root{
	--color: #3bc421;
	--active: #1c6085;
	--bgcolor: #f5f6fb;
}
/* 水平垂直居中 */
.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;
}
.show_t{color: #1c6085; font-size: 18px;}
/* 两端对齐 */
.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;
}

.pb{width: 100%;height: 0;position: relative;overflow: hidden;}
.ab{width: 100%;height: 100%;position: absolute;top: 0;left: 0;overflow: hidden;}

.table_box{width:100%; overflow:auto;}

/* 按钮属性 */
.layui-btn{height: 44px;line-height: 44px;padding: 0 30px;border: 0;-moz-border-radius: 50px;border-radius: 50px;background: var(--color);font-size: 14px;}
.layui-btn i{margin: 0 5px 0 0;}

/*Header*/
.header_box{width: 100%;height: auto;position: relative;z-index: 10; background: #fff; top: 0px;}
.header_box .h_content{width: 94%;height: 120px;margin: 0 auto;}
.header_box .h_content .logo{width: 60%;max-width: 264px;height: 100%;float: left;overflow: hidden;}
.header_box .h_content .logo img{vertical-align: middle;max-width: 100%;max-height: 60%;}
.header_box .h_content .column{width: 60%;max-width: calc(100% - 284px);height: 100%;float: right;}
.header_box .h_content .column .top{width: 100%;height: 34px;line-height: 34px;margin: 16px 0 0;font-size: 0;text-align: right;overflow: hidden;}
.header_box .h_content .column .top .lang .search{width: auto;height: 100%;margin: 0 0 0 1px;padding: 0 10px;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;font-size: 14px;color: #fff;background: #1c6085; cursor: pointer;}
.header_box .h_content .column .top .lang .search:hover{background: var(--color);}
.header_box .h_content .column .top .lang .search i{font-size: 16px;}
.header_box .h_content .column .top .lang a{width: auto;height: 100%;margin: 0 0 0 1px;padding: 0 10px;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;font-size: 14px;color: #fff;background: #1c6085;}
.header_box .h_content .column .top .lang a.active, .header_box .h_content .column .top .lang a:hover{background: var(--color);color: #fff;}
/* PC导航 */
.header_box .h_content .column .menu_nav{width: 100%; height: 70px;line-height: 70px;position: relative; z-index: 5;}
.header_box .h_content .column .menu_nav>ul{width: 100%;height: 100%; margin: 0 auto;padding: 0;display: flex;justify-content: space-between;}
.header_box .h_content .column .menu_nav>ul>li{width: auto; height: 100%;text-align: center;position: relative;}
.header_box .h_content .column .menu_nav>ul>li>a{width: 100%; height: 100%;display: block;box-sizing: border-box;position: relative; z-index: 5; color: #333; font-size: 16px;font-weight: bold;}
.header_box .h_content .column .menu_nav>ul>li:last-child>a{margin-right: 0;}
.header_box .h_content .column .menu_nav>ul>li>a.active, .header_box .h_content .column .menu_nav>ul>li:hover>a{color: #1c6085;border-bottom: 2px solid #1c6085;}
.header_box .h_content .column .menu_nav>ul>li>ul{width: 200%;height: auto;background: #fff;position: absolute; top: 100%; left: -50%;  display: none;  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); border-radius: 0 0 3px 3px;}
.header_box .h_content .column .menu_nav>ul>li:last-child>ul{left: initial; right: 0;}
.header_box .h_content .column .menu_nav>ul>li:hover>ul{display: block;}
.header_box .h_content .column .menu_nav>ul>li>ul li{position: relative;}
.header_box .h_content .column .menu_nav>ul>li>ul li>a{display: block; width: 90%; padding: 12px 5%; text-align: center; margin:0px; height: auto; line-height: 20px; border: 0;font-size: 14px;color: #333; vertical-align: middle;}
.header_box .h_content .column .menu_nav>ul>li>ul li:hover>a{color: var(--active);}
.header_box .h_content .column .menu_nav>ul>li>ul li>a.active{color: var(--active);}
.header_box .h_content .column .menu_nav>ul>li>ul li ul{width: 100%;height: auto; position: absolute; left: 100%;display: none; margin-left: 1px; top: 0; background: #fff;border-bottom: 1px solid #e9e9e9; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); border-radius: 3px;}
.header_box .h_content .column .menu_nav>ul>li>ul li:hover>ul{display: block;}
.header_box .h_content .nav_btn{width: 50px;height: 100%;line-height: 80px;float: right;font-size: 30px;text-align: right;display: none; overflow: hidden;}
.header_box .h_content .nav_btn i{font-size: 30px;color: #72bb38;}
.header_box .h_content .nav_lan_btn{width: 50px; height: 100%; line-height: 80px; float: right; z-index: 88; color: #72bb38; text-align: center; display: none; }
.header_box .h_content .nav_lan_btn i{font-size: 30px;}
.header_box .h_content .search_btn{width: 50px; height: 100%; line-height: 80px; float: right; z-index: 88; color: #72bb38; text-align: center; display: none; }
.header_box .h_content .search_btn i{font-size: 30px;}

.n_cer_box{width:100%; height:auto; margin:0 auto; max-width:960px; padding:0 2px; box-sizing:border-box;}
.n_cer_logo{width:100%; height:auto; padding:30px 0; text-align:center;}
.n_cer_logo img{max-width:388px;}
.n_cer_title{width:100%; height:auto; padding:10px 0; text-align:center; font-size:28px; font-weight:bold; color:#fff; background: var(--active); border-radius:5px 5px 0 0;}
.n_cer_one{width:100%; height:auto; border-bottom:solid 1px #daf1fd; padding:20px 0; float:left; background:#f7fcff;}
.n_cer_one_no{border:none;}
.n_cer_line{width:100%; height:auto; float:left;}
.n_cer_one_title{width:130px; height:auto; text-align:right; float:left; padding-right:20px; font-size:14px; color:#999;}
.n_cer_one_title i{color: var(--active); margin-right:5px; font-size:12px;}
.n_cer_one_cont{width:calc(100% - 150px); height:auto; float:left; font-size:14px; color:#000;}
.n_cer_foot{width:100%; height:auto; padding:10px 0; text-align:center; font-size:14px; color:#fff; background: var(--active); border-radius:0 0 5px 5px; float:left;}
@media screen and (max-width: 990px){
	.n_cer_logo img{max-width:180px;}
	.n_cer_title{font-size:22px;}
	.n_cer_one_title{padding-right:10px;}
	.n_cer_one_cont{width:calc(100% - 140px);}
}

.float_header_box{width: 100%; height: 66px; z-index: 10; background: #fff; position: fixed; top: 0px; -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.15); -moz-box-shadow: 0 10px 15px rgba(0,0,0,0.15); box-shadow: 0 10px 15px rgba(0,0,0,0.15); display: none;}
.float_header_box .h_content{width: 94%;height: 66px;margin: 0 auto;}
.float_header_box .h_content .logo{width: 60%;max-width: 264px;height: 100%;float: left;overflow: hidden;}
.float_header_box .h_content .logo img{vertical-align: middle;max-width: 100%;max-height: 60%;}
.float_header_box .h_content .column{width: 60%;max-width: calc(100% - 284px);height: 100%;float: right;}
.float_header_box .h_content .column .top{width: 100%;height: 34px;line-height: 34px;margin: 16px 0 0;font-size: 0;text-align: right;overflow: hidden;}
.float_header_box .h_content .column .top .tel_no{display: inline-block; width: auto; line-height: 34px; font-size: 26px; font-weight: bold; color: #f00;}
.float_header_box .h_content .column .top .lang{display: inline-block; width: auto; height: 34px; float: right; margin-left: 20px;}
.float_header_box .h_content .column .top .lang .search{width: auto;height: 100%;margin: 0 0 0 1px;padding: 0 10px;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;font-size: 14px;color: #fff;background: #1c6085; cursor: pointer;}
.float_header_box .h_content .column .top .lang .search:hover{background: var(--color);}
.float_header_box .h_content .column .top .lang .search i{font-size: 16px;}
.float_header_box .h_content .column .top .lang a{width: auto;height: 100%;margin: 0 0 0 1px;padding: 0 10px;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;font-size: 14px;color: #fff;background: #1c6085;}
.float_header_box .h_content .column .top .lang a.active, .header_box .h_content .column .top .lang a:hover{background: var(--color);color: #fff;}

@media screen and (max-width: 1280px) {
	.header_box .h_content .column{width: 65%;}
	.header_box .h_content .column .menu_nav>ul>li>a{ font-size: 14px; }
}

@media screen and (max-width: 990px) {
	.header_box{border-bottom: 1px solid #72bb38;}
	.header_box .h_content .column{display: none;}
	.header_box .h_content{height: 80px;}
	.header_box .h_content .logo{width: 50%;}
	.header_box .h_content .lang{display: none;}
	.header_box .h_content .nav, .header_box .h_content .tel{display: none;}
	.header_box .h_content .nav_btn{display: block;}
	.header_box .h_content .nav_lan_btn{display: block;}
	.header_box .h_content .search_btn{display: block;}
}
@media screen and (max-width: 640px) {
	.header_box .h_content{height: 64px;}
	.header_box .h_content .nav_btn{line-height: 64px;}
	.header_box .h_content .nav_lan_btn{line-height: 64px;}
	.header_box .h_content .search_btn{line-height: 64px;}
}

/* 移动端 语言 */
.lang_box{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 99999;background: rgba(0, 0, 0, 0.8);display: none;overflow: hidden;}
.lang_box .menu{width: 100%;height: auto;overflow: hidden;}
.lang_box .menu a{width: 96%;max-width: 180px; height: auto; min-height: 26px; line-height: 26px; margin: 3vw auto; padding: 10px; border-radius: 5px;display: block;text-align: center;background: #fff; font-size: 14px;color: #333;overflow: hidden;}
.lang_box .menu a.active{background: var(--color); color: #fff;}
.lang_box .close{width: 50px;height: 50px;line-height: 50px;margin: 30px auto 0;text-align: center;color: #fff;overflow: hidden;}
.lang_box .close i{font-size: 30px;}


/* 手机导航 */
.nav_box{width: 70%; max-width: 400px; height: 100%;position: fixed;top: 0;left: -70%;z-index: 99;background: #fff;overflow: hidden;overflow-y: auto;}
.nav_close{width: 100%;height: 71px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 20px;border-bottom: 1px solid var(--active);overflow: hidden;}
.nav_close .lan_box{width: auto; height: auto; margin: 20px 0 0; float: right; overflow: hidden;}
.nav_close .lan_box a{display: inline-block; width: auto; height: 30px; padding: 0 10px; text-align: center; line-height: 30px; -moz-border-radius: 50px; border-radius: 50px; background: #f0f0f0; color: #999; font-size: 14px; margin-left: 10px;}
.nav_close .lan_box a.active{background: var(--active); color: #fff;}
.nav_close .close{width: 60px;height: 100%;float: left; overflow: hidden; line-height: 70px;}
.nav_close .close i{color: var(--active); font-size: 22px;}

.nav_list{width: 100%;height: auto;overflow: hidden;}
.nav_list ul{width: 100%;height: auto;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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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: 14px;color: #999;overflow: hidden;}
.nav_list>ul>li>a.active{background: var(--active);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; -moz-border-radius: 50%; 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(--active);}
.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: 98;display: none;}

.idx_banner {width: 100%; height: auto; max-height: 740px; overflow: hidden; position: relative; z-index: 1; background: #fff;font-size: 0;}
.idx_banner img {max-width: 100%; height: auto; min-height: 400px; display: block; -o-object-fit: cover; object-fit: cover; vertical-align:middle;}
.idx_banner .pagination_banner{position: absolute;left: 0;text-align: center;bottom:30px;width: 100%;}
.idx_banner .pagination_gallery{position: absolute;left: 0;text-align: center;bottom:30px;width: 100%;}
.idx_banner .slick-dots{position: absolute;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;font-size: 0;}
.idx_banner .slick-dots li{display: inline-block; width: 12px; height: 12px; -moz-border-radius: 7px; border-radius: 7px; margin: 0 3px;padding: 0; cursor: pointer; font-size: 0px; background: #fff;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;}
.idx_banner .slick-dots li button{display: none;}
.idx_banner .slick-dots li.slick-active{width: 24px;background: var(--color);}
@media screen and (max-width: 990px) {
	.idx_banner img {min-height: 300px;}
}

@media screen and (max-width: 576px) {
	.idx_banner img {min-height: 200px;}/* 200～220px左右效果都还可以 */
	.nav_close .close{ width: 50px; }
	.nav_close .lan_box a{font-size: 12px;}
}

/* 首页默认布局样式 */
.idx_box{width: 100%;height: auto;overflow: hidden;}
.idx_main{width: 94%;margin: 50px auto;overflow: hidden;}
.idx_title{width: 100%;height: auto;text-align: center;overflow: hidden;}
.idx_title .title{font-size: 36px;font-weight: bold;color: #333;}
.idx_title .title span{color: var(--color);}
.idx_title .line{width: 40px;height: 3px;margin: 20px auto 0;background: var(--active);overflow: hidden;}
.idx_title .subtitle{margin: 10px 0 0;font-size: 18px;color: #333;}
.idx_title .text{margin: 15px 0 0;font-size: 16px;color: #666;}

@media screen and (max-width: 1200px) {
	.menu_nav>ul>li>a{font-size: 14px;}
}
@media screen and (max-width: 990px) {
	.idx_main{margin: 40px auto;}
	.idx_title .title{font-size: 30px;}
	.idx_title .text{font-size: 14px;}
}
@media screen and (max-width: 768px) {
	.idx_main{ margin: 30px auto; }
	.idx_title .title{font-size: 24px;}
	.idx_title .line{width: 30px;height: 2px;margin: 10px auto 0;}
	.idx_title .text{font-size: 12px;}
}

/* 关于我们 */
.idx_abo{width: 100%;height: auto;overflow: hidden;}
.idx_abo .abo_main{width: 94%;height: auto;margin: 30px auto;display: flex;align-items: stretch;overflow: hidden;}
.idx_abo .abo_main .abo_video,
.idx_abo .abo_main .abo_info{width: auto;flex: 0 0 50%;overflow: hidden;background: #28688b;}
.idx_abo .abo_main .abo_video img{width: 100%;}
.idx_abo .abo_main .abo_info{margin-left: 20px; text-align: center; vertical-align: middle;}
.idx_abo .abo_main .abo_info img{width: 100%;}
.idx_abo .abo_main .abo_info .center{width: 88%;box-sizing: border-box;padding: 30px 0;text-align: center;color: #fff;}
.idx_abo .abo_main .abo_info .center .title{font-size: 26px;}
.idx_abo .abo_main .abo_info .center .text{margin: 15px 0 288px;font-size: 16px;line-height: 1.8;}
.idx_abo .abo_main .abo_info .center .more .layui-btn{background: #fff;color: #1c6085;}
.idx_abo .abo_main .abo_info .center .more .layui-btn i{display: inline-block;margin-left: 10px;font-size: 30px;vertical-align: top;}
.idx_abo .abo_main .abo_info .center .more .layui-btn:hover{background: var(--color);color: #fff;opacity: 1;}
@media screen and (max-width: 1280px) {
	.idx_abo .abo_main .abo_info .center .text{font-size: 14px; line-height: 1.5;}
	.idx_abo .abo_main .abo_info .center .more .layui-btn{ height: 36px; line-height: 36px; padding: 0 20px; }
	.idx_abo .abo_main .abo_info .center .more .layui-btn i{ font-size: 20px; }
}
@media screen and (max-width: 990px) {
	.idx_abo .abo_main{ margin-bottom: 0; }
	.idx_abo .abo_main{ display: block; }
	.idx_abo .abo_main .abo_video,
	.idx_abo .abo_main .abo_info{ width: 100%; }
	.idx_abo .abo_main .abo_info{ margin: 20px 0 0; }
	.idx_abo .abo_main .abo_info .center .title{ font-size: 20px; }
	.idx_abo .abo_main .abo_info .center .text{ margin: 15px 0 20px; line-height: 1.8; }
	.idx_abo .abo_main .abo_info .center .more .layui-btn{background: var(--color);color: #fff;opacity: 1;}
}


/* 产品中心 */
.idx_pro{width: 100%;height: auto;overflow: hidden;}
.idx_pro .idx_pro_list{width: 100%;height: auto;margin: 30px 0 0;overflow: hidden;}
.idx_pro .idx_pro_list ul{width: 100%;height: auto;}
.idx_pro .idx_pro_list ul li{width: 100%;height: auto;overflow: hidden;}
.idx_pro .idx_pro_list ul li:nth-child(4n){margin-right: 0;}
.idx_pro .idx_pro_list ul li .img{width: 100%;height: auto;background: #fff;position: relative;text-align: center;font-size: 0;overflow: hidden;}
.idx_pro .idx_pro_list ul li .img .pb{padding-bottom: 66.6%;}
.idx_pro .idx_pro_list ul li .img img{display: inline;vertical-align: middle;max-width: 100%;}
.idx_pro .idx_pro_list ul li .info{width: 100%;height: auto;box-sizing: border-box;padding: 20px 30px;position: absolute;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.6);color: #fff;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.idx_pro .idx_pro_list ul li .info .title{ width: 100%;height: auto;font-size: 16px; font-weight: bold;overflow: hidden; }
.idx_pro .idx_pro_list ul li .info .text{width: 100%;height: auto;max-height: 0;font-size: 14px;line-height: 20px;overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.idx_pro .idx_pro_list ul li:hover .info{background: rgba(28, 96, 133);}
.idx_pro .idx_pro_list ul li:hover .info .text{max-height: 40px;}
.idx_pro .idx_more{width: 100%;height: auto;text-align: center;margin: 30px 0 0;overflow: hidden;}
.idx_pro .idx_more a{height: 40px;line-height: 40px;padding: 0 40px;}

@media screen and (max-width: 990px) {
	.idx_pro .idx_pro_list ul li .info{ position: initial; padding: 10px; background: none; }
	.idx_pro .idx_pro_list ul li .info .title{ font-size: 16px; color: #333; }
	.idx_pro .idx_pro_list ul li .info .text{ margin: 10px 0 0; max-height: initial; height: 40px; color: #999; }
	.idx_pro .idx_pro_list ul li:hover .info .title{color: #fff; }
	.idx_pro .idx_pro_list ul li:hover .info .text{color: #fff;}
}
@media screen and (max-width: 768px) {
	.idx_pro .idx_pro_list{margin-top: 20px;}
	.idx_pro .idx_pro_list ul li .info .title{ font-size: 14px;}
	.idx_pro .idx_pro_list ul li .info .text{ font-size: 12px; }
	.idx_pro .idx_more{margin-top: 20px;}
	.idx_pro .idx_more a{ height: 36px; line-height: 36px; font-size: 14px; padding: 0 25px; }
}


/* 合作客户 */
.idx_partner{width: 100%;height: auto;padding: 50px 0;background: #f5f5f5;overflow: hidden;}
.idx_partner .idx_partner_m{width: 100%;height: auto; margin-top: 30px; position: relative;overflow: hidden;}
.idx_partner .idx_partner_m .idx_partner_list{ width: 94%; height: auto; margin: 0 auto; box-sizing: border-box; border: 1px solid #e9e9e9; border-bottom: 0;border-right: 0;background: #fff; overflow: hidden; }
.idx_partner .idx_partner_m .idx_partner_list ul{width: 100%;height: auto;}
.idx_partner .idx_partner_m .idx_partner_list ul li{ width: 100%;height: auto;text-align: center;box-sizing: border-box;border: 1px solid #e9e9e9;border-top: 0;border-left: 0;background: #fff;overflow: hidden; }
.idx_partner .idx_partner_m .idx_partner_list ul li .pb{ padding-bottom: 140.5%; }
.idx_partner .idx_partner_m .idx_partner_list ul li img{max-width: 80%;max-height: 80%;vertical-align: middle;-webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.idx_partner .idx_partner_m .idx_partner_list ul li:hover img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.idx_partner .idx_partner_m .partner_btn{ width: 2%; height: auto; position: absolute; top: 50%; transition: transform: translateY(-50%); background: #808080; border-radius: 50%; color: #fff; cursor: pointer; overflow: hidden; }
.idx_partner .idx_partner_m .partner_btn .pb{ padding-bottom: 100%; }
.idx_partner .idx_partner_m .partner_btn i{font-size: 24px;}
.idx_partner .idx_partner_m .partner_btn.prev{left: 0;}
.idx_partner .idx_partner_m .partner_btn.next{right: 0;}
.idx_partner .idx_partner_m .partner_btn:hover{background: #1c6085;}

@media screen and (max-width: 1366px) {
	.idx_partner .idx_partner_m{ padding-bottom: 60px; }
	.idx_partner .idx_partner_m .partner_btn{ width: 40px; left: 50% !important; top: initial; bottom: 0; transform: translateY(0); }
	.idx_partner .idx_partner_m .partner_btn.prev{margin-left: -50px;}
	.idx_partner .idx_partner_m .partner_btn.next{margin-left: 10px;}
}
@media screen and (max-width: 990px) {
	.idx_partner{ padding: 30px 0; }
	.idx_partner .idx_partner_m{ padding-bottom: 50px; }
	.idx_partner .idx_partner_m .partner_btn{ width: 30px;}
	.idx_partner .idx_partner_m .partner_btn i{ font-size: 18px; }
	.idx_partner .idx_partner_m .partner_btn.prev{margin-left: -35px;}
	.idx_partner .idx_partner_m .partner_btn.next{margin-left: 5px;}
}
@media screen and (max-width: 768px) {
	.idx_partner{ padding: 30px 0; }
	.idx_partner .idx_partner_m{ padding-bottom: 40px; }
	.idx_partner .idx_partner_m .partner_btn{ width: 24px;}
	.idx_partner .idx_partner_m .partner_btn i{ font-size: 14px; }
	.idx_partner .idx_partner_m .partner_btn.prev{margin-left: -29px;}
	.idx_partner .idx_partner_m .partner_btn.next{margin-left: 5px;}
}

/* 行业应用*/
.idx_cas{width: 100%;height: auto;background: url('../images/cas_bg.jpg') no-repeat center/cover;overflow: hidden;}
.idx_cas .idx_title .title, .idx_cas .idx_title .text{ color: #fff; }
.idx_cas .idx_title .line{background: #fff;}
.idx_cas .idx_cas_list{width: 100%;height: auto;margin: 30px 0 0;overflow: hidden;}
.idx_cas .idx_cas_list ul{width: 100%;height: auto;}
.idx_cas .idx_cas_list ul li{width: 100%;height: auto;overflow: hidden;}
.idx_cas .idx_cas_list ul li .img{width: 100%;height: auto;position: relative;z-index: 1;overflow: hidden;}
.idx_cas .idx_cas_list ul li .img .pb{padding-bottom: 66.66%;}
.idx_cas .idx_cas_list ul li .img img{width: 100%; vertical-align: middle; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.idx_cas .idx_cas_list ul li .title{width: 90%;height: auto;margin: -20px auto 0;box-sizing: border-box;padding: 15px;background: #fff;position: relative;z-index: 2;text-align: center;font-size: 16px;color: #333;font-weight: bold;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.idx_cas .idx_cas_list ul li:hover .img img{}
.idx_cas .idx_cas_list ul li:hover .title{ color: var(--active); }
.idx_cas .idx_cas_list .cas_pagination{width: 100%;height: auto;margin: 30px 0 0;text-align: center;font-size: 0;overflow: hidden;}
.idx_cas .idx_cas_list .cas_pagination span{ width: 16px; height: 16px; background: #f5f5f5; opacity: 1; }
.idx_cas .idx_cas_list .cas_pagination span.swiper-pagination-bullet-active{background: var(--color);}

@media screen and (max-width: 990px) {
	.idx_cas .idx_cas_list{margin: 20px 0 0;}
	.idx_cas .idx_cas_list ul li .title{ width: 100%; margin: 0; padding: 10px; font-size: 14px; }
	.idx_cas .idx_cas_list .cas_pagination{margin: 20px 0 0;}
	.idx_cas .idx_cas_list .cas_pagination span{ width: 10px; height: 10px; }
}

/* 新闻中心 */
.idx_new{width: 100%;height: auto;overflow: hidden;}
.idx_new .idx_new_list{width: 100%;height: auto;margin: 30px 0 0;overflow: hidden;}
.idx_new .idx_new_list ul{width: 100%;height: auto;overflow: hidden;}
.idx_new .idx_new_list ul li{width: calc(25% - 15px);height: auto;float: left;margin: 0 20px 0 0;overflow: hidden;}
.idx_new .idx_new_list ul li:nth-child(4n){margin-right: 0;}
.idx_new .idx_new_list ul li .img{width: 100%;height: auto;background: #fff;position: relative;text-align: center;font-size: 0;overflow: hidden;}
.idx_new .idx_new_list ul li .img .pb{padding-bottom: 66.6%;}
.idx_new .idx_new_list ul li .img img{vertical-align: middle;max-width: 100%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.idx_new .idx_new_list ul li .info{width: 100%;height: auto;box-sizing: border-box;padding: 15px 20px;background: #f5f5f5;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.idx_new .idx_new_list ul li .info .title{ width: 100%;height: auto;line-height: 1;font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.idx_new .idx_new_list ul li .info .time{width: 100%;height: 20px;margin: 5px 0 0;font-size: 14px;line-height: 20px;color: #999;overflow: hidden;}
.idx_new .idx_new_list ul li .info .text{width: 100%;height: 40px;margin: 5px 0 0;font-size: 14px;line-height: 20px;color: #999;overflow: hidden;}
.idx_new .idx_new_list ul li:hover .img img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.idx_new .idx_new_list ul li:hover .info{background: var(--active);}
.idx_new .idx_new_list ul li:hover .info .title, .idx_new .idx_new_list ul li:hover .info .time{color: #fff;}
@media screen and (max-width: 990px) {
	.idx_new .idx_new_list ul{margin: -20px 0 0;}
	.idx_new .idx_new_list ul li{ width: calc(50% - 10px); margin: 20px 0 0; }
	.idx_new .idx_new_list ul li:nth-child(2n){ float: right; }
	.idx_new .idx_new_list ul li .img{ background: #f5f5f5; }
	.idx_new .idx_new_list ul li .info{ padding: 10px 15px; }
}
@media screen and (max-width: 768px) {
	.idx_new .idx_new_list{margin-top: 20px;}
	.idx_new .idx_new_list ul li{ width: 48.5%; }
	.idx_new .idx_new_list ul li .info{background: none;}
	.idx_new .idx_new_list ul li .info .title{ font-size: 14px; }
	.idx_new .idx_new_list ul li .info .time{ font-size: 12px; }
}


/* 快捷导航 */
.foot_link{width: 94%;height: auto;margin: 0 auto 50px;overflow: hidden;}
.foot_link ul{width: 100%;height: auto;margin: 0;padding: 0;overflow: hidden;}
.foot_link ul li{ width: 25%; height: auto; float: left; box-sizing: border-box; padding: 30px; border-left: 1px solid #f5f5f5; overflow: hidden; }
.foot_link ul li:first-child{ border-left: 0; }
.foot_link ul li .icon{ width: 50px; height: auto; line-height: 1.5; float: left; color: #0068b8; position: relative;text-align: center;overflow: hidden; }
.foot_link ul li .icon::before{ content: ''; width: 29px; height: 29px; background: var(--color); border-radius: 50%; opacity: .2; position: absolute;left: 0; top: 0; }
.foot_link ul li .icon i{font-size: 40px;}
.foot_link ul li .info{ width: calc( 96% - 50px); height: auto; padding-top: 10px; float: right; overflow: hidden; }
.foot_link ul li .info .title{ font-size: 18px; line-height: 1; color: var(--active); }
.foot_link ul li .info .text{height: 40px; line-height: 20px; margin: 20px 0 0; font-size: 14px; color: #424d57; overflow: hidden;}
.foot_link ul li .info .more{margin: 10px 0 0;line-height: 30px; font-size: 14px;color: #222e39;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.foot_link ul li .info .more i{display: inline-block;margin-left: 10px;font-size: 24px;vertical-align: top;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.foot_link ul li:hover .info .more{color: var(--color);}
.foot_link ul li:hover .info .more i{margin-left: 15px;color: var(--color);}
@media screen and (max-width: 1280px) {
	.foot_link ul{margin: -1px 0 0;}
	.foot_link ul li{ position: 20px;}
	.foot_link ul li .icon{ width: 40px; }
	.foot_link ul li .icon::before{ width: 20px; height: 20px; }
	.foot_link ul li .icon i{ font-size: 30px; }
	.foot_link ul li .info { width: calc( 96% - 40px); }
	.foot_link ul li .info .title{ font-size: 16px; }
	.foot_link ul li .info .text{ margin-top: 15px; font-size: 12px; }
	.foot_link ul li .info .more{ font-size: 12px; }
	.foot_link ul li .info .more i{ font-size: 18px; }
}
@media screen and (max-width: 990px) {
	.foot_link{ margin: 0 auto 40px; }
	.foot_link ul li{ width: calc(50% - 10px); padding: 20px; border-left: 0; border-top: 1px solid #f5f5f5;}
	.foot_link ul li:nth-child(2n){ float: right; }
}
@media screen and (max-width: 640px) {
	.foot_link ul li{ padding: 15px 0; }
	.foot_link ul li .icon{ float: initial;}
	.foot_link ul li .info{ width: 100%; }
}


/* 底部 */
.footer_box{width: 100%;height: auto;background: var(--active);overflow: hidden;}
.footer_box .footer_m{width: 94%;height: auto;margin: 50px auto; display: flex;overflow: hidden;}
.footer_box .footer_m .f_nav{width: auto;flex: 1;height: auto;overflow: hidden;}
.footer_box .footer_m .f_nav ul{width: 100%;height: auto;overflow: hidden;}
.footer_box .footer_m .f_nav>ul{display: flex;justify-content: space-between;}
.footer_box .footer_m .f_nav ul li{width: auto;height: auto;min-width:100px; margin: 0 0 0 2%;}
.footer_box .footer_m .f_nav ul li:first-child{margin: 0;}
.footer_box .footer_m .f_nav ul li.active{flex: 0 0 26%;}
.footer_box .footer_m .f_nav ul li.active ul li{width: 48%;float: left;}
.footer_box .footer_m .f_nav ul li.active ul li:nth-child(2n){float: right;}
.footer_box .footer_m .f_nav ul li span{width: auto;display: inline-block;line-height: 1;font-size: 16px;font-weight: bold;color: #fff;}
.footer_box .footer_m .f_nav ul li ul{margin: 30px 0 0;}
.footer_box .footer_m .f_nav ul li ul li{width: 100%;margin: 10px 0 0;font-size: 14px;}
.footer_box .footer_m .f_nav ul li ul li:first-child{margin: 0;}
.footer_box .footer_m .f_nav ul li ul li a{color: #fff;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.footer_box .footer_m .f_nav ul li ul li a:hover{color: var(--color);}

.footer_box .footer_m .f_c{width: auto;height: auto;margin-right: 15%;overflow: hidden;}
.footer_box .footer_m .f_c .f_logo{width: 100%;height: auto;overflow: hidden;}
.footer_box .footer_m .f_c .f_logo img{max-width: 100%;}
.footer_box .footer_m .f_c .f_con{width: 100%;height: auto;margin: 20px 0 0;color: #fff;overflow: hidden;}
.footer_box .footer_m .f_c .f_con .top{width: 100%;height: auto;margin: 10px 0 0;overflow: hidden;}
.footer_box .footer_m .f_c .f_con .top .title{font-size: 18px;}
.footer_box .footer_m .f_c .f_con .top .phone{margin: 5px 0 0;font-size: 30px;}
.footer_box .footer_m .f_c .f_con .center{ margin: 10px 0 0; font-size: 14px; line-height: 1.5;}
.footer_box .footer_m .f_c .f_con .center p{margin: 5px 0 0;}
.footer_box .footer_m .f_c .f_con .center p:first-child{margin: 0;}

.footer_box .copy_box{width: 100%;height: auto;background: #f5f5f5;overflow: hidden;}
.footer_box .copy_box .center{ width: 94%; height: auto; margin: 15px auto; font-size: 14px; color: #333; line-height: 1.5; text-align: center; overflow: hidden; }
.footer_box .copy_box .center a{color: #333;}
.footer_box .copy_box .center a:hover{color: var(--color);}
@media screen and (max-width: 1366px) {
	.footer_box .footer_m .f_c{ margin-right: 5%; }
}
@media screen and (max-width: 1024px) {
	.footer_box .footer_m .f_nav ul li span{ font-size: 14px; }
	.footer_box .footer_m .f_nav ul li ul li{ font-size: 12px; }
	.footer_box .footer_m .f_c{ flex-basis: 20%; }
	.footer_box .footer_m .f_c .f_con .top .title{ font-size: 16px; }
	.footer_box .footer_m .f_c .f_con .top .phone{ font-size: 24px; }
	.footer_box .footer_m .f_c .f_con .center{ font-size: 12px; line-height: 1.3; }
}
@media screen and (max-width: 990px) {
	.footer_box .footer_m{display: none;}
	.footer_box .copy{text-align: center;}
}

/* 面包屑导航 */
.navigation{width: 100%; box-sizing: border-box;line-height: 1;padding: 20px 3%;background: #f5f5f5;font-size: 12px;color: var(--active);overflow: hidden;}
.navigation i.icon-index{color: #006bb6;}
.navigation i{font-size: 14px;vertical-align: middle;margin: 0 10px 0 0;color: #999;}
.navigation i.icon_you{margin: 0 10px;font-size: 12px;}
.navigation span{margin: 0 8px;font-family: '宋体';font-size: 10px;vertical-align: top;color: #999;}
.navigation a{color: #999;}
.navigation a:hover{color: var(--active);}
.subnav{width: 100%;height: auto;text-align: center;background: #e3e3e3;overflow: hidden;}
.subnav a{ width: 100%;height: auto;box-sizing: border-box;padding: 15px;display: block;font-size: 18px;overflow: hidden;}
.subnav a.active{background: var(--active);color: #fff !important;}
.subnav a:hover{color: var(--active);}
/* 内页 banner */
.p_banner{width: 100%; box-sizing: border-box;padding: 40px 3%;background: url('../images/page_banner_bg.jpg') no-repeat center / cover;color: #fff;overflow: hidden;}
.p_banner .title{ font-size: 30px; }
.p_banner .text{ margin: 15px 0 0; font-size: 14px; line-height: 1.8; }

/* 内页文本 默认样式 */
.title_details{width: 100%;height: auto;padding: 0 0 25px;background: #fff;border-bottom: 1px dashed #d9d9d9;text-align: center;font-size: 14px;color: #999;overflow: hidden;}
.title_details h1{margin: 0;padding: 0;font-weight: normal;font-size: 24px;color: var(--active);padding-bottom: 10px;}
.text_details{width: 100%;height: auto;font-size: 16px;line-height: 1.5;color: #333;text-align: justify; overflow:hidden;}
.text_details p{margin-top: 15px;}
.text_details p:first-child{margin: 0;}
.text_details img{vertical-align: middle;max-width: 100%;}
.text_details table {font-size: 16px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.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;}
@media screen and (max-width: 990px) {
	.p_banner{ padding: 30px 3%; }
	.p_banner .title{ font-size: 24px; }
	.p_banner .text{ line-height: 1.4; }
	.text_details{ font-size: 14px; }
	.text_details p{ margin-top: 12px; }
}

/* 内页关于我们 */
.p_abo{width: 94%; height: auto; margin: 40px auto;overflow: hidden;}
@media screen and (max-width: 990px) {
	.p_abo{ margin: 30px auto; }
}

/*自定义模板*/
.diy_3_in_1{width:100%; height:auto; float:left; margin:10px 0; overflow:hidden; background:#f5f5f5;}
.diy_3_in_1_left{width:25%; height:190px; float:left; background:#ddd; box-sizing:border-box; padding:20px; display: flex; align-items: center;}
.diy_3_in_1_mid{width:55%; height:190px; float:left; box-sizing:border-box; padding:20px; font-size:16px; line-height:26px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:6;}
.diy_3_in_1_mid p{margin-top:0px !important;}
.diy_3_in_1_mid_1{width:50px; height:50px; float:left; line-height:50px; font-size:50px; font-weight:bold; color:#f00; text-align:center;}
.diy_3_in_1_mid_2{width:calc(100% - 50px); height:50px; float:left;}
.diy_3_in_1_mid_2_1{width:100%; height:30px; line-height:30px; font-size:22px; font-weight:bold; color:#000;}
.diy_3_in_1_mid_2_2{width:100%; height:20px; line-height:20px; font-size:14px; font-weight:bold; color:#fff;}
.diy_3_in_1_right{width:20%; height:190px; float:left; text-align:center; background:#fff;}
.diy_3_in_1_right img{max-width:100%; max-height:100%; vertical-align:middle;}
@media screen and (max-width: 1200px) {
	.diy_3_in_1_left{width:30%;}
	.diy_3_in_1_mid{width:50%; height:auto; font-size:12px; -webkit-line-clamp:8;}
	.diy_3_in_1_right{width:20%;}
}
@media screen and (max-width: 990px) {
	.diy_3_in_1_left{width:100%; height:auto;}
	.diy_3_in_1_mid{width:100%; height:auto; font-size:14px;}
	.diy_3_in_1_right{width:100%;}
}

/* 内页 产品中心 */
.p_pro{width: 100%;height: auto;margin: 30px 0;overflow: hidden;}
.p_pro .p_pro_list{width: 94%;height: auto;margin: 0 auto 30px;overflow: hidden;}
.p_pro .p_pro_list ul{width: 100%;height: auto;margin-top: -20px;overflow: hidden;}
.p_pro .p_pro_list ul li{width: calc(25% - 15px);height: auto;float: left;margin: 20px 20px 0 0;position: relative;overflow: hidden;}
.p_pro .p_pro_list ul li .img{width: 100%;height: auto;background: #fff;position: relative;text-align: center;font-size: 0;overflow: hidden;}
.p_pro .p_pro_list ul li .img .pb{padding-bottom: 66.6%;}
.p_pro .p_pro_list ul li .img img{vertical-align: middle;max-width: 100%;}
.p_pro .p_pro_list ul li .info{width: 100%;height: auto;box-sizing: border-box;padding: 20px 30px;position: absolute;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.6);color: #fff;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.p_pro .p_pro_list ul li .info .title{ width: 100%;height: auto;font-size: 16px; font-weight: bold;overflow: hidden; }
.p_pro .p_pro_list ul li .info .title em{font-style: normal; color: #3bc421;}
.p_pro .p_pro_list ul li .info .text{width: 100%;height: auto;max-height: 0;font-size: 14px;line-height: 20px;overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.p_pro .p_pro_list ul li:hover .info{background: rgba(28, 96, 133);}
.p_pro .p_pro_list ul li:hover .info .text{max-height: 40px;margin: 10px 0 0;}

/* 详情 */
.pro_details{width: 100%;height: auto;overflow: hidden;}
.pro_details .p_pro_head{width: 100%;height: auto;overflow: hidden;}
.pro_details .p_pro_head .pb{padding-bottom: calc(50% * 0.6666); overflow: hidden; }
.pro_details .p_pro_head .content{ width: 100%;height: 100%;overflow: hidden; }
.pro_details .p_pro_head .content .pro_big{width: 50%;height: 100%;box-sizing: border-box; float: left;text-align: center;background: #d3d3d3;overflow: hidden;}
.pro_details .p_pro_head .content .pro_big img{width: 100%; vertical-align: middle;}
.pro_details .p_pro_head .content .info{width: 50%;height: 100%; box-sizing: border-box; padding: 0 50px; float: right; background: url('../images/pro_bg.jpg') no-repeat center / cover; color: #fff; overflow: hidden;}
.pro_details .p_pro_head .content .info .title{ font-size: 30px; }
.pro_details .p_pro_head .content .info .text{ max-height: 180px;margin: 20px 0 0; font-size: 16px; line-height: 1.8;overflow: hidden;overflow-y: auto; }
.pro_details .p_pro_head .content .info .text p{margin-top: 10px;}
.pro_details .p_pro_head .content .info .text p:first-child{margin-top: 0;}
.pro_details .p_pro_head .content .info .more{ margin-top: 40px; }
.pro_details .p_pro_head .content .info .more a{ display: inline-block; padding: 10px 25px; border: 1px solid #fff; border-radius: 3px; font-size: 16px; color: #fff;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro_details .p_pro_head .content .info .more a:hover{ background: #fff; color: var(--active); }
.pro_details .details_box{width: 80%;height: auto;margin: 0 auto;}
.pro_details .details_box .text_details{margin: 30px 0;}
.pro_details .details_box .text_details p{margin-top: 10px;}
.pro_details .details_box .text_details p b ~ img, .pro_details .details_box .text_details p span ~ img{ max-width: 50%; margin: 0 0 15px 20px; }

@media screen and (min-width: 1281px) { .p_pro .p_pro_list ul li:nth-child(4n){margin-right: 0;} }
@media screen and (max-width: 1280px) {
	.p_pro .p_pro_list ul li{ width: calc(33.33% - 15px);}
	.p_pro .p_pro_list ul li:nth-child(3n){margin-right: 0;}

	.pro_details .p_pro_head .content .info .title{ font-size: 24px; }
	.pro_details .p_pro_head .content .info .text{font-size: 14px;}
	.pro_details .p_pro_head .content .info .more{ margin-top: 30px; }
	.pro_details .p_pro_head .content .info .more a{ font-size: 14px; }
}
@media screen and (max-width: 1024px) {
	.pro_details .p_pro_head .content .info .text{ max-height: 120px; }
	.pro_details .p_pro_head .content .info .more{ margin-top: 20px; }
}
@media screen and (max-width: 990px) {
	.p_pro{margin: 20px auto;}
	.p_pro .p_pro_list ul li .info{ position: initial; margin: 10px 0 0; padding: 0; background: none; }
	.p_pro .p_pro_list ul li .info .title{ font-size: 16px; color: #333; }
	.p_pro .p_pro_list ul li .info .text{ margin: 10px 0 0; max-height: initial; height: 40px; color: #999; }
	.p_pro .p_pro_list ul li:hover .info{ background: none; }

	.pro_details .p_pro_head .pb{ height: auto;;}
	.pro_details .p_pro_head .pb .ab{ position: initial; }
	.pro_details .p_pro_head .content .pro_big{ width: 100%; float: initial; height: auto;}
	.pro_details .p_pro_head .content .info{ width: 100%; float: initial; padding: 20px; }
}
@media screen and (max-width: 768px) {
	.p_pro .p_pro_list ul li{width: 48.5%;margin: 20px 0 0;}
	.p_pro .p_pro_list ul li:nth-child(2n){float: right;}
	.p_pro .p_pro_list ul li .info .title{ font-size: 14px;}
	.p_pro .p_pro_list ul li .info .text{ font-size: 12px; }

	.pro_details .p_pro_head .content .info .title{ font-size: 16px; font-weight: bold; }
	.pro_details .p_pro_head .content .info .text{ font-size: 12px; }
}

/* 行业应用 */
.p_cas{width: 94%;height: auto;margin: 30px auto;overflow: hidden;}
.p_cas .cas_list{ width: 100%;height: auto;overflow: hidden; }
.p_cas .cas_list ul{width: 100%;height: auto;margin: -20px 0 0;overflow: hidden;}
.p_cas .cas_list ul li{width: calc(25% - 15px);height: auto;float: left;margin: 20px 20px 0 0;position: relative;overflow: hidden;}
.p_cas .cas_list ul li .img{width: 100%;height: auto;position: relative;z-index: 1;overflow: hidden;}
.p_cas .cas_list ul li .img .pb{padding-bottom: 66.66%;}
.p_cas .cas_list ul li .img img{width: 100%; vertical-align: middle; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.p_cas .cas_list ul li .title{width: 90%;height: 50px;margin: -20px auto 0;box-sizing: border-box;padding: 15px;background: #f5f5f5;position: relative;z-index: 2;text-align: center;font-size: 16px;color: #333;font-weight: bold;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.p_cas .cas_list ul li:hover .img img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.p_cas .cas_list ul li:hover .title{ color: var(--active); }

/* 内页 新闻 详情 */
.cas_details{width: 80%;height: auto;margin: 30px auto;overflow: hidden;}
.cas_details .text_details{margin: 20px 0 0;}
.p_cas .hot_box{width: 100%;}
@media screen and (min-width: 1281px) {.p_cas .cas_list ul li:nth-child(4n){margin-right: 0;} }
@media screen and (max-width: 1280px) {
	.p_cas .cas_list ul li{ width: calc(33.33% - 15px);}
	.p_cas .cas_list ul li:nth-child(3n){margin-right: 0;}
	.p_cas .cas_list ul li .title{ font-size: 14px; }
}
@media screen and (max-width: 990px) {
	.p_cas .cas_list ul li .title{ width: 100%; margin: 0; padding: 10px; }
	.new_details{margin: 0;}
	.new_details .title_details h1{font-size: 18px;}
}
@media screen and (max-width: 768px) {
	.p_cas{margin: 20px auto;}
	.p_cas .cas_list ul li{width: 48.5%;margin: 20px 0 0;}
	.p_cas .cas_list ul li:nth-child(2n){float: right;}
}

@media screen and (max-width: 480px) {
	.p_cas .cas_list ul li .title{ font-size: 12px; }
}


/* 相关信息 */
.hot_box{width: 94%;height: auto;margin: 40px auto;overflow: hidden;}
.hot_box .hot_title{ line-height: 1; font-size: 36px; font-weight: bold; color: var(--active); }
.hot_box .hot_pro_list{ width: 100%;height: auto; margin: 20px 0 0;overflow: hidden; }
.hot_box .hot_pro_list ul{width: 100%;height: auto;margin-top: -20px;overflow: hidden;}
.hot_box .hot_pro_list ul li{width: calc(25% - 15px);height: auto;float: left;margin: 20px 20px 0 0;position: relative;overflow: hidden;}
.hot_box .hot_pro_list ul li .img{width: 100%;height: auto;background: #fff;position: relative;text-align: center;font-size: 0;overflow: hidden;}
.hot_box .hot_pro_list ul li .img .pb{padding-bottom: 66.6%;}
.hot_box .hot_pro_list ul li .img img{display: inline;vertical-align: middle;max-width: 100%;}
.hot_box .hot_pro_list ul li .info{width: 100%;height: auto;box-sizing: border-box;padding: 20px 30px;position: absolute;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.6);color: #fff;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.hot_box .hot_pro_list ul li .info .title{ width: 100%;height: auto;font-size: 16px; font-weight: bold;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hot_box .hot_pro_list ul li .info .text{width: 100%;height: auto;max-height: 0;font-size: 14px;line-height: 20px;overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.hot_box .hot_pro_list ul li:hover .info{background: rgba(28, 96, 133);}
.hot_box .hot_pro_list ul li:hover .info .text{max-height: 40px;margin: 10px 0 0;}
.hot_box .hot_pro_list ul li:nth-child(4n){margin-right: 0;}
.hot_box .hot_cas_list{ width: 100%;height: auto; margin: 20px 0 0;overflow: hidden; }
.hot_box .hot_cas_list ul{width: 100%;height: auto;margin: -20px 0 0;overflow: hidden;}
.hot_box .hot_cas_list ul li{width: calc(25% - 15px);height: auto;float: left;margin: 20px 20px 0 0;position: relative;overflow: hidden;}
.hot_box .hot_cas_list ul li:nth-child(4n){margin-right: 0;}
.hot_box .hot_cas_list ul li .img{width: 100%;height: auto;position: relative;z-index: 1;overflow: hidden;}
.hot_box .hot_cas_list ul li .img .pb{padding-bottom: 66.66%;}
.hot_box .hot_cas_list ul li .img img{width: 100%; vertical-align: middle; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.hot_box .hot_cas_list ul li .title{width: 90%;height: auto;margin: -20px auto 0;box-sizing: border-box;padding: 15px;background: #f5f5f5;position: relative;z-index: 2;text-align: center;font-size: 16px;color: #333;font-weight: bold;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.hot_box .hot_cas_list ul li:hover .img img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.hot_box .hot_cas_list ul li:hover .title{ color: var(--active); }
@media screen and (max-width: 1280px) {
	.hot_box .hot_pro_list ul li .info{ padding: 15px; }
}
@media screen and (max-width: 1024px) {
	.hot_box .hot_title{ font-size: 24px; }
	.hot_box .hot_pro_list ul li .info{ padding: 10px; }
	.hot_box .hot_pro_list ul li .info .title{ font-size: 14px; }
	.hot_box .hot_pro_list ul li .info .text{ font-size: 12px; }
	.hot_box .hot_cas_list ul li .title{ padding: 10px; font-size: 14px; }
}
@media screen and (max-width: 990px) {
	.hot_box .hot_pro_list ul li{ width: 48.5%; margin: 20px 0 0; }
	.hot_box .hot_pro_list ul li:nth-child(2n){float: right;}
	.hot_box .hot_pro_list ul li .info{padding: 15px;}
	.hot_box .hot_cas_list ul li{ width: 48.5%; margin: 20px 0 0; }
	.hot_box .hot_cas_list ul li:nth-child(2n){float: right;}
	.hot_box .hot_cas_list ul li .title{width: 100%;margin: 0;padding: 15px;}
}
@media screen and (max-width: 480px) {
	.hot_box .hot_pro_list ul li .info{ position: initial; margin: 10px 0 0; padding: 0; background: none; }
	.hot_box .hot_pro_list ul li .info .title{ position: initial; color: #333;text-align: center; }
	.hot_box .hot_pro_list ul li .info .text{ display: none; }
	.hot_box .hot_pro_list ul li:hover .info{background: none;}
	.hot_box .hot_pro_list ul li .title, .hot_box .hot_cas_list ul li .title{ font-size: 12px; }
}


/* 内页 新闻 列表 */
.p_new{width: 80%;height: auto;margin: 40px auto;overflow: hidden;}
.p_new .new_list{width: 100%;height: auto;overflow: hidden;}
.p_new .new_list ul{width: 100%;height: auto;overflow: hidden;}
.p_new .new_list ul li{width: 100%;height: auto;padding: 30px 0;border-bottom: 1px dashed #e9e9e9;box-sizing: border-box;overflow: hidden;}
.p_new .new_list ul li:first-child{padding-top: 0;}
.p_new .new_list ul li:last-child{padding-bottom: 0;border: 0;}
.p_new .new_list ul li .img{flex-basis: 20%;height: auto;margin-right: 20px;text-align: center;position: relative;overflow: hidden;}
.p_new .new_list ul li .img .pb{padding-bottom: 66.66%;}
.p_new .new_list ul li .img img{vertical-align: middle; max-width: 100%;}
.p_new .new_list ul li .info{flex: 1;height: auto;overflow: hidden;}
.p_new .new_list ul li .info .title{width: 100%;height: 36px;line-height: 36px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_new .new_list ul li .info .title a{color: #333;}
.p_new .new_list ul li .info .title a:hover{color: var(--color);}
.p_new .new_list ul li .info .time{width: 100%;height: auto;margin: 10px 0;line-height: 1;font-size: 16px;color: #999;}
.p_new .new_list ul li .info .text{width: 100%;height: 50px;font-size: 14px;line-height: 25px;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 内页 新闻 详情 */
.new_details{overflow: hidden;}
.new_details .text_details{margin: 20px 0 0;}
@media screen and (max-width: 1280px) {
	.p_new .new_list ul li .img{ flex-basis: 30%; }
}
@media screen and (max-width: 990px) {
	.p_new .new_list ul li{padding: 20px 0;}
	.p_new .new_list ul li .info .time{ font-size: 14px; color: #999; }
	.p_new .new_list ul li .info .text{ color: #999; }

	.new_details{margin: 0;}
	.new_details .title_details h1{font-size: 18px;}
}
@media screen and (max-width: 768px) {
	.p_new{ margin: 30px auto; }
	.p_new .new_list ul li .img{ flex-basis: 40%; }
	.p_new .new_list ul li .info{width: 58%;}
	.p_new .new_list ul li .info .title{height: 30px;line-height: 30px;font-size: 14px;}
	.p_new .new_list ul li .info .time{ margin: 5px 0 8px; font-size: 12px; }
	.p_new .new_list ul li .info .text{ height: 40px; line-height: 20px; font-size: 12px; }
}

/* 人才招聘 */
.p_join{width: 94%;height: auto;margin: 30px auto;overflow: hidden;}
.p_join .join_head{width: 100%;height: auto;box-sizing: border-box;padding: 20px 80px 20px 20px;font-size: 22px;color: #fff;background: var(--active);overflow: hidden;}
.p_join .join_head .item{ flex-basis: 33%; }
.p_join .join_list{width: 100%;height: auto;overflow: hidden;}
.p_join .join_list .join_one{width: 100%;height: auto;margin-top: 1px;overflow: hidden;}
.p_join .join_list .join_one .title{width: 100%;height: auto;box-sizing: border-box;padding: 20px 80px 20px 20px;font-size: 18px;color: #333;background: #e9e9e9; position: relative;overflow: hidden;}
.p_join .join_list .join_one .title .item{ flex-basis: 33%; }
.p_join .join_list .join_one .title .icon{ width: 30px; height: 30px; position: absolute;right: 20px; top: 50%; margin-top: -15px;transform: rotate(90deg); }
.p_join .join_list .join_one .title .icon i{font-size: 14px;}
.p_join .join_list .join_one .text_details{width: 100%;height: auto; box-sizing: border-box; padding: 20px; background: #f5f5f5; display: none; overflow: hidden;}
@media screen and (max-width: 1024px) {
	.p_join .join_head{ font-size: 18px; }
	.p_join .join_list .join_one .title{ font-size: 16px; }
	.p_join .join_list .join_one .text_details{ font-size: 14px; }
}
@media screen and (max-width: 768px) {
	.p_join .join_head{ font-size: 16px; padding: 15px 40px 15px 15px; }
	.p_join .join_head .item:first-child, .p_join .join_list .join_one .title .item:first-child{ flex-basis: 52%; }
	.p_join .join_head .item:nth-child(2), .p_join .join_list .join_one .title .item:nth-child(2){ flex-basis: 26%; }
	.p_join .join_head .item:nt-child(3), .p_join .join_list .join_one .title .item:nt-child(3){ flex-basis: 22%; }
	.p_join .join_list .join_one .title{ padding: 15px 40px 15px 15px; font-size: 14px; }
	.p_join .join_list .join_one .title .icon{ width: 20px; height: 20px;right: 10px; margin-top: -10px; }
	.p_join .join_list .join_one .title .icon i{ font-size: 10px; }
	.p_join .join_list .join_one .text_details{ font-size: 12px; }
}
@media screen and (max-width: 480px) {
	.p_join .join_head{ font-size: 14px; }
	.p_join .join_list .join_one .title{ font-size: 13px; }
}

/* 内页 经销商 */
.p_dealer_box{width: 80%;height: auto;margin: 30px auto;}
.p_dealer_box .dealer_head{width: 100%;height: auto;padding-bottom: 15px;border-bottom: 1px solid #d9d9d9;}
.p_dealer_box .dealer_head .title{font-size: 18px;color: #333;}
.p_dealer_box .dealer_head .text{margin: 10px 0 0; font-size: 14px; color: #666; line-height: 1.5; }

.p_dealer_box .dealer_form{width: 100%;height: auto;margin: 20px 0;padding-bottom: 15px;border-bottom: 1px solid #d9d9d9;}
.p_dealer_box .dealer_form .layui_item{width: 100%;margin: 0 0 10px;display: flex;align-items: center;}
.p_dealer_box .dealer_form .layui_nbsp{width: 100%;height: 30px;}
.p_dealer_box .dealer_form .layui_item .layui_label{flex: 0 0 4em;margin-right: 10px;font-size: 14px;color: #999;text-align: right;}
.p_dealer_box .dealer_form .layui_item .layui_input{width: 100%;}
.p_dealer_box .dealer_form .layui-input{height: 50px;font-size: 14px;}
.p_dealer_box .dealer_form .layui-textarea{min-height: 300px;line-height: 25px;font-size: 14px;}
.p_dealer_box .dealer_form .layui-btn{height: 50px;border-radius: 0;background: var(--active);}
.p_dealer_box .dealer_form .layui-btn:hover{background: var(--color);}

.p_dealer_box .text_details{ font-size: 14px; color: #666; }
.p_dealer_box .text_details p{margin-top: 5px;}

@media screen and (max-width: 990px) {
	.p_feed_box .feed_form{margin: 2vw auto;}
	/*.p_feed_box .feed_form .layui_item{display: block;}*/
	.p_feed_box .feed_form .layui_item .layui_label{flex: 0 0 80px;}
	.p_feed_box .feed_form .layui_item input, .p_feed_box .feed_form .layui_item textarea{max-width: 100%}
}


/* 内页 留言反馈 */
.p_feed_box{width: 56%;height: auto;margin: 40px auto;overflow: hidden;}
.p_feed_box .feed_form{width: 100%;height: auto;margin: 30px 0 0;overflow: hidden;}
.p_feed_box .feed_form .layui_item{width: 100%;margin: 0 0 10px;display: flex;align-items: center;overflow: hidden;}
.p_feed_box .feed_form .layui_item .layui_input{width: 100%;}
.p_feed_box .feed_form .layui_item input{color: #333;}
.p_feed_box .feed_form .layui_code input{width: -moz-calc(100% - 160px);width: calc(100% - 160px);margin: 0 10px 0 0;float: left;}
.p_feed_box .feed_form .layui_code img{float: left;-moz-border-radius: 3px;border-radius: 3px;width: 150px;height: 50px;}
.p_feed_box .feed_form .layui-input{height: 50px;font-size: 14px;}
.p_feed_box .feed_form .layui-textarea{min-height: 300px;line-height: 25px;font-size: 14px;}
.p_feed_box .feed_form .layui-btn{height: 50px;background: var(--active);border-radius: 3px;}
.p_feed_box .feed_form .layui-btn:hover{background: var(--color);}

@media screen and (max-width: 990px) {
	.p_feed_box{margin: 30px auto;}
}

/* 下载 */
.p_down_box{width: 94%;height: auto;margin: 30px auto;overflow: hidden;}
.p_down_box .p_down_list{width: 100%;height: auto;overflow: hidden;}
.p_down_box .p_down_list ul{width: 100%;margin: -20px 0 0;padding: 0;overflow: hidden;}
.p_down_box .p_down_list ul li{width: 100%;height: auto;box-sizing: border-box;margin: 20px 0 0;border: 1px solid #e7e7e7;border-radius: 5px;overflow: hidden;}
.p_down_box .p_down_list ul li a{width: 100%;height: 100%;display: block;box-sizing: border-box;padding: 15px;line-height: 40px;color: #333;overflow: hidden;}
.p_down_box .p_down_list ul li a .icon{width: 40px;height: 40px;float: left;text-align: center;color: var(--active);overflow: hidden;}
.p_down_box .p_down_list ul li a .icon i{font-size: 20px;}
.p_down_box .p_down_list ul li a .title{width: 50%;height: 40px;line-height: 40px;box-sizing: border-box;padding: 0 10px;float: left;font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_down_box .p_down_list ul li a .time{width: 180px;height: 100%;box-sizing: border-box;padding: 0 10px;float: left;font-size: 16px;color: #666;overflow: hidden;}
.p_down_box .p_down_list ul li a .link{width: 120px;height: 100%;background: var(--active);color: #fff;float: right;text-align: center;font-size: 14px;border-radius: 3px;}
.p_down_box .p_down_list ul li a .link i{margin: 0 0 0 10px;}
.p_down_box .p_down_list ul li:hover .icon{color: var(--color);}
.p_down_box .p_down_list ul li:hover .title{color: var(--color);}
.p_down_box .p_down_list ul li:hover .link{background: var(--color);}
@media screen and (max-width: 990px) {
	.p_down_box{margin: 20px auto;}
	.p_down_box .p_down_list ul{margin-top: -10px;}
	.p_down_box .p_down_list ul li{margin: 10px 0 0;}
	.p_down_box .p_down_list ul li a .title{width: calc(100% - 40px);}
	.p_down_box .p_down_list ul li a .time{height: 30px;line-height: 30px;font-size: 12px;}
	.p_down_box .p_down_list ul li a .link{width: 60px;height: 30px;line-height: 30px;font-size: 0;}
	.p_down_box .p_down_list ul li a .link i{margin: 0;}
}
@media screen and (max-width: 768px) {
	.p_down_box .p_down_list ul li a .title{font-size: 14px;}
}



/* List */
.list{width: 100%;height: auto;box-sizing: border-box;margin: 30px 0 0;text-align: center;font-size: 0;overflow: hidden;}
.list a,.list span{width: auto; max-width: 250px;height: 40px;margin: 0 5px;padding: 0 16px;line-height: 40px;display: inline-block;*display: inline;*zoom: 1;background: #f0f0f0;font-size: 14px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.list a.active,.list a:hover{background: var(--active);color: #fff;}
.list span{padding: 0 5px;background: none;}

@media screen and (max-width: 990px) {
	.list{background: #fff;}
	.list a{max-width: 80px;}
}


#mapshowbox{width:100%; height:500px;}
#mapshowbox_big{width:100%; height:100%; position:absolute;}
.goto_bigmap{width:100%; height:46px; padding-bottom:10px;}
.goto_bigmap a{display:inline-block; width:100%; height:46px; line-height:46px; font-size:20px; font-family:Arial, "微软雅黑"; text-align:center; color:#fff; background:#ff7000; text-decoration:none;}
.goto_bigmap a:hover{background:#26b58e;}

/* 在线客服 */
.bottom_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;}
.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;}
#cl_gotop{display:none;}
.qr_img{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img.png) no-repeat;}
.qr_img img{border:0px; vertical-align:middle; max-width:110px; height:auto;}
.qr_img_en{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img_en.png) no-repeat;}
.qr_img_en img{border:0px; vertical-align:middle; max-width:110px; height:auto;}
.qr_menu{position:absolute;top:46px; left:-180px; width:180px; height:auto; display:none; text-align:right; background: #fff;}
.qr_menu>span{display:inline-block; width:180px; height:auto; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
.qr_menu a{display:inline-block; width:138px; padding-left:20px; height:45px; float:left; color:#666; font-size:14px; line-height:45px; text-align:left; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu a i{font-size: 30px; display: inline-block; vertical-align: top; margin-right: 10px; color: #40abf5;}
.qr_menu a span{display: inline-block; vertical-align: top;}
.qr_menu_1{position:absolute;top:92px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu_1 ul{margin:0px; padding:0px;}
.qr_menu_1 ul li{display:inline-block; width:158px; padding-left:10px; height:45px; float:left; color:#666; font-size:14px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#FFF;}
.qr_menu_1 span{display:inline-block; width:180px; height:45px; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
.foot_kefu{display: none;}

@media screen and (max-width: 768px) {
	.copy_box{padding-bottom: 35px;}/*给手机端底部浮动代码预留高度*/
	.bottom_tools{display: none;}
	/*底部客服*/
	.foot_kefu{display: block; width: 100%; height: 34px; line-height: 34px; background: rgba(255,255,255,0); position: fixed; bottom: 0px; padding-top: 1px; z-index: 999;}
	.foot_kefu_one{width: calc(25% - 1px); height: 34px; line-height: 34px; float: left; text-align: center; margin-right: 1px; font-size: 14px; color: #fff; background: var(--active); border-radius: 3px 3px 0 0;box-shadow: 0 -10px 15px rgba(0,0,0,0.1);}
	.foot_kefu_one:nth-child(4){width: 25%;margin-right: 0px;}
	.foot_kefu_one a{color: #fff;}
	.foot_kefu_one a i{margin-right: 6px; font-size: 14px;}
	.foot_kefu_one a:hover{color: #fff;}
}


/*建议仅自定义下方CSS【上方部分不要编辑】*/
.diy_abo_box{width:100%; height:auto; float:left;}
.diy_abo_top{width:100%; height:auto; float:left;}
.diy_abo_top img{max-width:100%;}
.diy_abo_num{width:100%; height:auto; float:left; text-align:center; background: var(--active); padding:60px 0;}
.diy_abo_one{width:30%; height:auto; display:inline-block; color:#fff; padding:10px 0;}
.diy_abo_one_left{width:33%; height:auto; float:left; overflow:hidden;}
.diy_abo_one_ico{width:80px; height:80px; margin:0 auto; line-height:80px; border-radius:50%; border:solid 1px #fff; box-sizing:border-box;}
.diy_abo_one_ico span,.diy_abo_one_ico i{font-size:50px; font-style:normal;}
.diy_abo_one_right{width:60%; height:60px; padding:10px 0; float:left; text-align:left;}
.diy_abo_one_title{width:100%; height:40px; font-size:36px; font-weight:bold; line-height:40px;}
.diy_abo_one_subtitle{width:100%; height:20px; font-size:18px; line-height:20px; color:#a4bac7;}
.diy_abo_title{width:100%; height:auto; float:left; background:#f5f5f5;}
.diy_abo_title_left{width:50%; height:auto; float:left; font-size:40px; text-align:center; font-weight:bold; color:var(--active); line-height:40px; box-sizing:border-box; padding:30px;}
.diy_abo_title_left_i{width:50%; height:auto; float:left; font-size:40px; text-align:center; font-weight:bold; color:var(--active); line-height:40px; box-sizing:border-box; padding:20px;}
.diy_abo_title_left_i img{max-width:100%;}
.diy_abo_title_right{width:50%; height:auto; float:left; font-size:40px; text-align:center; font-weight:bold; color:var(--active); line-height:40px; box-sizing:border-box; padding:60px 30px 30px 30px;}
.diy_abo_body{width:100%; height:auto; float:left; background:#fff;}
.diy_abo_body_half{width:50%; height:auto; float:left; padding:30px; box-sizing:border-box; color:var(--active); font-size:18px; line-height:36px;}
.diy_abo_body_half img{max-width:100%;}
.diy_abo_body_full{width:100%; height:auto; float:left; padding:30px; box-sizing:border-box; color:var(--active); font-size:18px; line-height:36px;}
.diy_abo_body_full img{max-width:100%;}

@media screen and (max-width: 1200px) {
.diy_abo_one_title{font-size:30px;}
}

@media screen and (max-width: 990px) {
.diy_abo_one_left{width:25%;}
.diy_abo_one_ico{width:50px; height:50px; margin:0 auto; line-height:50px; border-radius:50%; border:solid 1px #fff; box-sizing:border-box;}
.diy_abo_one_ico span,.diy_abo_one_ico i{font-size:36px;}
.diy_abo_one_right{width:65%; height:50px; padding:0;}
.diy_abo_one_title{width:100%; height:35px; font-size:20px; line-height:35px;}
.diy_abo_one_subtitle{width:100%; height:15px; font-size:12px; line-height:15px;}
.diy_abo_title_left{width:100%;}
.diy_abo_title_left_i{width:100%; padding:0;}
.diy_abo_title_right{width:100%; padding: 30px;}
.diy_abo_body_half{width:100%; padding:20px; font-size:16px; line-height:30px;}
.diy_abo_body_full{padding:20px; font-size:16px; line-height:30px;}
}

@media screen and (max-width: 768px) {
.diy_abo_one{width:100%;}
.diy_abo_one_left{width:20%;}
.diy_abo_one_ico{width:50px; height:50px; margin:0 auto; line-height:50px; border-radius:50%; border:solid 1px #fff; box-sizing:border-box;}
.diy_abo_one_ico span,.diy_abo_one_ico i{font-size:36px;}
.diy_abo_one_right{width:70%; height:50px; padding:0;}
.diy_abo_one_title{width:100%; height:35px; font-size:20px; line-height:35px;}
.diy_abo_one_subtitle{width:100%; height:15px; font-size:12px; line-height:15px;}
.diy_abo_body_half{font-size:14px; line-height:26px;}
.diy_abo_body_full{font-size:14px; line-height:26px;}
}
