﻿
/* 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;}
:focus{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;font-weight: 300;}
.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;}
.ab{width: 100%;height: 0;padding: 0 0 100%;position: relative;overflow: hidden;}
.abimg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;overflow: hidden;}
/* 全局颜色设置 */
:root{
	--color: #1a43a4;
	--bgcolor: #f4f5f8;
	--bgcolor2: #262a35;
}

/* 水平垂直居中 */
.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;
}

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

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


/* 顶部 */
.header_top{width: 100%;height: auto;background: #f2f2f2;position: relative;z-index: 10;}
.header_top .center{width: 98%; max-width: 1200px; height: 40px;line-height: 40px;margin: 0 auto;font-size: 14px;color: #666;display: flex;align-items: center;justify-content: space-between;}
.header_top .center .head_info .search{width: auto;height: 100%;float: right;position: relative; cursor: pointer;}
.header_top .center .head_info .search .icon{width: 40px;height: 100%;text-align: center;position: relative;overflow: hidden;}
.header_top .center .head_info .search .icon i{font-size: 16px;}
.header_top .center .head_info .lang{width: auto;height: 100%; float: right;font-size: 0;color: #666;position: relative;z-index: 10;}
.header_top .center .head_info .lang .icon{width: 30px;height: 100%;float: left;text-align: center;overflow: hidden;}
.header_top .center .head_info .lang .icon i{font-size: 18px; vertical-align: middle;}
.header_top .center .head_info .lang .title{width: auto; height: 100%;float: right;text-align: center;font-size: 12px;color: #666;cursor: pointer;overflow: hidden; padding-right: 5px;}
.header_top .center .head_info .lang a{width: auto;height: auto;display: inline-block;*display: inline;*zoom: 1;font-style: normal;vertical-align: middle;font-size: 12px;color: #666;}
.header_top .center .head_info .lang a:hover{background: var(--color);color: #fff;}
.header_top .center .head_info .lang .menu{width: 100%;height: auto;position: absolute;right: 0;top: 100%;background: #f2f2f2;font-size: 12px;display: none;overflow: hidden;}
.header_top .center .head_info .lang .menu a{width: 100%;height: auto;display: block;text-align: center;overflow: hidden;}
.header_top .center .head_info .lang:hover .menu{display: block;}

/* 头部 */
.header_box{width: 100%;height: auto;background: #fff; position: relative; z-index: 1;}
.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: 98%; max-width: 1200px; height: 100px;box-sizing: border-box;margin: 0 auto;}
.header_box.active .header_m{position: relative;}
.logo_box{width: 70%; max-width: 228px; height: 100%;float: left;overflow: hidden;}
.logo_box img{vertical-align: middle;max-width: 100%; max-height: 70%;}
.header_box .header_m .tel{width: auto;height: 100%;float: right;line-height: 20px;color: #333;overflow: hidden;}
.header_box .header_m .tel .icon{width: 46px;height: 46px;border-radius: 50%;background: var(--color);color: #fff;margin: 0 10px 0 0;float: left;overflow: hidden;}
.header_box .header_m .tel .icon i{font-size: 24px;color: #fff;vertical-align: top;}
.header_box .header_m .tel .text{width: auto;height: auto;line-height: 20px;float: left;font-size: 14px;color: #666;overflow: hidden;}
.header_box .header_m .tel .text span{width: 100%;height: 30px;display: block;line-height: 30px;font-size: 24px;color: #333;overflow: hidden;}

/* PC导航 */
.menu_nav{width: 100%; height: 50px;line-height: 50px;background: #262a35; position: relative; z-index: 5;}
.menu_nav>ul{width: 96%;max-width: 1200px;height: 100%; margin: 0 auto;padding: 0;}
.menu_nav>ul>li{width: 12.5%; height: 100%; float: left;text-align: center;position: relative;}
.menu_nav>ul>li>a{width: 100%; height: 100%;display: block;position: relative; z-index: 5; color: #fff; font-size : 16px;}
.menu_nav>ul>li:last-child>a{margin-right: 0;}
.menu_nav>ul>li>a.active, .menu_nav>ul>li:hover>a{background: var(--color);}
.menu_nav>ul>li>ul{width: 100%;height: auto;background: #fff;position: absolute; top: 100%; left: 0; display: none; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); border-radius: 0 0 3px 3px;}
.menu_nav>ul>li:hover>ul{display: block;}
.menu_nav>ul>li>ul li{position: relative;}
.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;}
.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%;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;}
.menu_nav>ul>li>ul li:hover>ul{display: block;}
.header_box.active .header_m .menu_nav ul li a{color: #333;}


/*移动端菜单*/
.nav_btn{width: 40px; height: 100%; float: right; z-index: 88; color: var(--color); text-align: center; display: none;}
.nav_btn i{font-size: 24px;}
.nav_lan_btn{width: 40px; height: 100%; float: right; z-index: 88; color: var(--color); text-align: center; display: none;}
.nav_lan_btn i{font-size: 24px;}
.search_btn{width: 40px; height: 100%; float: right; z-index: 88; color: var(--color); text-align: center; display: none;}
.search_btn i{font-size: 24px;}
@media screen and (max-width: 990px) {
	.header_top{display: none;}
	.header_box .header_m{position: relative;}
	.header_box .header_m .header_c{width: 96%;height: 70px;}
	.header_box .header_m .tel{display: none;}
	.logo_box img{max-height: 40px;}
	.menu_nav{display: none;}
	.nav_btn{display: flex;}
	.nav_lan_btn{display: flex;}
	.search_btn{display: flex;}
}

/* 移动端 语言 */
.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: #fb7d10; 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;box-sizing: border-box;padding: 0 20px;border-bottom: 1px solid var(--color);overflow: hidden;}
.nav_close .lan_box{width: auto; height: 100%; float: right; overflow: hidden; padding: 20px 0px;}
.nav_close .lan_box 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 .lan_box a.active{background: var(--color); color: #fff;}
.nav_close .close{width: 70px;height: 100%;float: left; overflow: hidden; line-height: 70px;}
.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: 14px;color: #999;overflow: hidden;}
.nav_list>ul>li>a.active{background: var(--color);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: 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左右效果都还可以 */
}


/* 首页默认布局样式 */
.idx_box{width: 100%;height: auto;overflow: hidden;}
.idx_main{width: 96%;max-width: 1200px;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(--color);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;}

.idx_more{width: auto;height: auto;overflow: hidden;}
.idx_more a{display: inline-block;width: auto;height: 38px;line-height: 38px;font-size: 14px;padding: 0 20px;border-radius: 3px;color: #fff;background: var(--color); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.idx_more a:hover{background: #262a35;}

@media screen and (max-width: 1200px) {
	.menu_nav>ul>li>a{font-size: 14px;}
	.idx_title .title{font-size: 36px;}
}
@media screen and (max-width: 990px) {
	.idx_main{width: 96%;margin: 0 auto;}
	.idx_title{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 24px 2vw;background: #fff;}
	.idx_title .title{font-size: 30px;}
	.idx_title.active .title{color: #333;}
	.idx_title.active .text{color: #999;}
	.layui-btn{height: 36px;line-height: 36px;font-size: 12px;}
}
@media screen and (max-width: 768px) {
	.idx_title .title{font-size: 24px;}
}

/* 产品中心 */
.idx_pro{width: 100%;height: auto;overflow: hidden;}
.idx_pro .idx_title{width: 96%;max-width: 1200px;height: auto;margin: 40px auto;overflow: hidden;}
.idx_pro .idx_pro_main{width: 100%;height: auto;background: var(--bgcolor);overflow: hidden;}
.idx_pro .idx_pro_main .idx_pro_list{width: 96%;max-width: 1200px;height: auto;margin: 40px auto;overflow: hidden;}
.idx_pro .idx_pro_main .idx_pro_list .items{width: 100%;height: auto;overflow: hidden;}
.idx_pro .idx_pro_main .idx_pro_list .items ul{width: 100%;height: auto;margin: -20px 0 0;overflow: hidden;}
.idx_pro .idx_pro_main .idx_pro_list .items ul li{width: 32%;height: auto;margin: 20px 2% 0 0;float: left;text-align: center;overflow: hidden;}
.idx_pro .idx_pro_main .idx_pro_list .items ul li:nth-child(3n){margin-right: 0;}
.idx_pro .idx_pro_main .idx_pro_list .items ul li .img{width: 100%;height: auto;overflow: hidden;}
.idx_pro .idx_pro_main .idx_pro_list .items ul li .img .pb{padding-bottom: 66.66%;background: #fff;}
.idx_pro .idx_pro_main .idx_pro_list .items ul li .img img{max-width: 100%;vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.idx_pro .idx_pro_main .idx_pro_list .items ul li .title{width: 100%;height: auto;box-sizing: border-box;margin-top: 1px;padding: 18px 10px;background: #fff;font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.idx_pro .idx_pro_main .idx_pro_list .items ul li:hover .img img{-webkit-transform: scale(1.05, 1.05);-moz-transform: scale(1.05, 1.05);-ms-transform: scale(1.05, 1.05);-o-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05); }
.idx_pro .idx_pro_main .idx_pro_list .items ul li:hover .title{color: var(--color);}
.idx_pro .idx_pro_main .idx_more{margin: 50px 0 0;text-align: center;}
@media screen and (max-width: 990px) {
	.idx_pro .idx_title{width: 96%;margin: 0;}
	.idx_pro .idx_pro_main .idx_pro_list{width: 96%;margin: 2vw auto;}
	.idx_pro .idx_pro_main .idx_more{margin: 20px 0 0;}
	.idx_pro .idx_pro_main .idx_pro_list .items ul{margin: -2vw 0 0;}
	.idx_pro .idx_pro_main .idx_pro_list .items ul li{margin-top: 2vw !important;}
}
@media screen and (max-width: 768px) {
	.idx_pro .idx_pro_main .idx_pro_list .items ul li{width: 49%;margin: 2vw 0 0 !important;}
	.idx_pro .idx_pro_main .idx_pro_list .items ul li:nth-child(2n){float: right;}
}
@media screen and (max-width: 480px) {
	.idx_pro .idx_pro_main .idx_pro_list .items ul li{width: calc(50% - 5px);margin: 10px 0 0 !important;}
}

/* 关于欣明顺 */
.idx_abo{width: 100%;height: auto;overflow: hidden;}
.idx_abo .idx_abo_main{width: 100%;height: auto;overflow: hidden;}
.idx_abo .idx_abo_main .info{width: calc(50% - 30px);height: auto;float: left;overflow: hidden;}
.idx_abo .idx_abo_main .info .idx_title{padding: 0;text-align: left;}
.idx_abo .idx_abo_main .info .idx_title .subtitle{color: var(--color);}
.idx_abo .idx_abo_main .info .idx_title .line{display: none;}
.idx_abo .idx_abo_main .info .text{width: 100%;height: auto;margin: 20px 0;font-size: 14px;line-height: 30px;color: #666;overflow: hidden;}
.idx_abo .idx_abo_main .img{width: 50%;height: auto;float: right;text-align: center;overflow: hidden;}
.idx_abo .idx_abo_main .img img{max-width: 100%;}

.idx_abo .idx_abo_content{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.idx_abo .idx_abo_content .abo_tabs{width: 100%;height: auto;font-size: 0;overflow: hidden;}
.idx_abo .idx_abo_content .abo_tabs span{display: inline-block;width: auto;height: 38px;line-height: 38px;margin-right: 20px;font-size: 16px;padding: 0 20px;border-radius: 3px;color: #333;background: #efefef;cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.idx_abo .idx_abo_content .abo_tabs span.active, .idx_abo .idx_abo_content .abo_tabs span:hover{background: var(--color);color: #fff;}
.idx_abo .idx_abo_content .abo_list{width: 100%;height: auto;margin: 30px 0 0;overflow: hidden;}
.idx_abo .idx_abo_content .abo_list .items{width: 100%;height: auto;overflow: hidden;}
.idx_abo .idx_abo_content .abo_list .items ul{width: 100%;height: auto;}
.idx_abo .idx_abo_content .abo_list .items ul li{width: 25%;height: auto;float: left;text-align: center;overflow: hidden;}
.idx_abo .idx_abo_content .abo_list .items ul li .img{width: 100%;height: auto;overflow: hidden;}
.idx_abo .idx_abo_content .abo_list .items ul li .img .pb{padding-bottom: 66.66%;background: #fff;}
.idx_abo .idx_abo_content .abo_list .items ul li .img img{max-width: 100%;vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.idx_abo .idx_abo_content .abo_list .items ul li .title{width: 100%;height: auto;box-sizing: border-box;margin-top: 1px;padding: 18px 10px;background: #fff;font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.idx_abo .idx_abo_content .abo_list .items ul li:hover .img img{-webkit-transform: scale(1.05, 1.05);-moz-transform: scale(1.05, 1.05);-ms-transform: scale(1.05, 1.05);-o-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05); }
.idx_abo .idx_abo_content .abo_list .items ul li:hover .title{color: var(--color);}

@media screen and (max-width: 990px) {
	.idx_abo .idx_abo_main .info .text{margin: 2vw 0;}
	.idx_abo .idx_abo_content{margin: 2vw 0;}
	.idx_abo .idx_abo_content .abo_list{margin: 20px 0 0;}
}
@media screen and (max-width: 768px) {
	.idx_abo .idx_abo_main .info{width: 100%;float: initial;opacity: 1;}
	.idx_abo .idx_abo_main .info .idx_title{padding: 20px 0;text-align: center;}
	.idx_abo .idx_abo_main .info .idx_title .subtitle{color: #666;}
	.idx_abo .idx_abo_main .info .idx_title .line{display: block;}
	.idx_abo .idx_abo_main .info .idx_more{background: #fff;text-align: center;}
	.idx_abo .idx_abo_main .img{width: 100%;margin: 2vw 0 0;background: #fff;float: initial;}
	.idx_abo .idx_abo_content .abo_list .items ul li .title{font-size: 14px;}
}

/* 数字 */
.idx_number_box{width: 100%;height: auto;background: var(--color);overflow: hidden;}
.idx_number_box ul{width: 96%;max-width: 1200px;height: auto;margin: 40px auto;overflow: hidden; display: flex; justify-content: space-between; }
.idx_number_box ul li{width: auto;height: auto;text-align: center;color: #fff;}
.idx_number_box ul li .number{font-size: 40px;font-weight: bold;}
.idx_number_box ul li .title{margin: 10px 0 0;font-size: 16px;}
@media screen and (max-width: 990px) {
	.idx_number_box ul{width: 100%;box-sizing: border-box;margin: 20px 0;padding: 0 10px;flex-wrap: wrap;}
	.idx_number_box ul li{width: 50%;box-sizing: border-box;margin: 20px 0;padding: 0 10px;}
	.idx_number_box ul li .number{font-size: 36px;}
	.idx_number_box ul li .title{font-size: 14px;}
}
@media screen and (max-width: 768px) {
	.idx_number_box ul li .number{font-size: 24px;}
	.idx_number_box ul li .title{font-size: 12px;}
}


/* 应用支持 */
.idx_app{width: 100%;height: auto;overflow: hidden;}
.idx_app .idx_title{width: 96%;max-width: 1200px;height: auto;margin: 40px auto;overflow: hidden;}
.idx_app .idx_app_main{width: 100%;height: auto;overflow: hidden;}
.idx_app .idx_app_main .idx_app_list{width: 96%;max-width: 1380px;height: auto;box-sizing: border-box;margin: 40px auto;padding: 0 90px;position: relative;overflow: hidden;}
.idx_app .idx_app_main .idx_app_list .items{width: 100%;height: auto;position: relative;z-index: 1;overflow: hidden;}
.idx_app .idx_app_main .idx_app_list .items ul{width: 100%;height: auto;margin: -20px 0 0;}
.idx_app .idx_app_main .idx_app_list .items ul li{width: 32%;height: auto;margin: 20px 2% 0 0;float: left;text-align: center;position: relative;overflow: hidden;}
.idx_app .idx_app_main .idx_app_list .items ul li:nth-child(3n){margin-right: 0;}
.idx_app .idx_app_main .idx_app_list .items ul li .img{width: 100%;height: auto;overflow: hidden;}
.idx_app .idx_app_main .idx_app_list .items ul li .img .pb{padding-bottom: 100%;background: #fff;}
.idx_app .idx_app_main .idx_app_list .items ul li .img img{max-width: 100%;vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.idx_app .idx_app_main .idx_app_list .items ul li .info{width: 100%;height: 60px;position: absolute;bottom: 0;left: 0;z-index: 2;background: rgba(0, 0, 0, .5);overflow: hidden;
display: flex; flex-direction: column; justify-content: center; }
.idx_app .idx_app_main .idx_app_list .items ul li .info,
.idx_app .idx_app_main .idx_app_list .items ul li .info .title,
.idx_app .idx_app_main .idx_app_list .items ul li .info .icon,
.idx_app .idx_app_main .idx_app_list .items ul li .info .icon i{-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.idx_app .idx_app_main .idx_app_list .items ul li .info .title{width: 100%;height: 60px;line-height: 60px;box-sizing: border-box;margin-top: 1px;padding: 0 10px;font-size: 16px;color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.idx_app .idx_app_main .idx_app_list .items ul li .info .icon{width: 100%;height: auto;color: #fff;opacity: 0;overflow: hidden;}
.idx_app .idx_app_main .idx_app_list .items ul li .info .icon i{font-size: 0;}
.idx_app .idx_app_main .idx_app_list .items ul li:hover .img img{-webkit-transform: scale(1.05, 1.05);-moz-transform: scale(1.05, 1.05);-ms-transform: scale(1.05, 1.05);-o-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05); }
.idx_app .idx_app_main .idx_app_list .items ul li:hover .info{height: 100%;background: rgba(26, 67, 164, .6);}
.idx_app .idx_app_main .idx_app_list .items ul li:hover .info .title{font-size: 24px;}
.idx_app .idx_app_main .idx_app_list .items ul li:hover .info .icon{margin: 10px 0 0;opacity: 1;}
.idx_app .idx_app_main .idx_app_list .items ul li:hover .info .icon i{font-size: 30px;}
.idx_app .idx_app_main .idx_app_list .app_btn{width: 50px;height: 50px;position: absolute;top: 50%;background: #d9d9d9;border-radius: 50%;margin-top: -25px;z-index: 2;cursor: pointer;overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.idx_app .idx_app_main .idx_app_list .app_btn i{font-size: 24px;color: #fff;}
.idx_app .idx_app_main .idx_app_list .app_btn:hover{background: var(--color);}
.idx_app .idx_app_main .idx_app_list .app_btn.prev{left: 0;}
.idx_app .idx_app_main .idx_app_list .app_btn.next{right: 0;}
@media screen and (max-width: 990px) {
	.idx_app .idx_title{width: 96%;margin: 0 auto;padding: 30px 0;}
	.idx_app .idx_app_main .idx_app_list{width: 96%;margin: 0 auto 2vw;padding: 0 0 60px;}
	.idx_app .idx_app_main .idx_app_list .app_btn{width: 40px;height: 40px;top: initial;bottom: 0;left: 50% !important;margin-top: 0;}
	.idx_app .idx_app_main .idx_app_list .app_btn i{font-size: 18px;}
	.idx_app .idx_app_main .idx_app_list .app_btn.prev{margin-left: -50px;}
	.idx_app .idx_app_main .idx_app_list .app_btn.next{margin-left: 10px;}
}
@media screen and (max-width: 768px) {
	.idx_app .idx_app_main .idx_app_list .items ul li .info{height: 40px;}
	.idx_app .idx_app_main .idx_app_list .items ul li .info .title{height: 40px;line-height: 40px;font-size: 14px;}
}

/* 新闻中心*/
.idx_new{width: 100%;height: auto; background: var(--bgcolor); overflow: hidden; }
.idx_new .new_main{margin: 50px 0 0;display: flex;align-items: stretch;overflow: hidden;}
.idx_new .new_main .new_slick{width: 30%;min-width: 385px;height: auto;background: #fff;overflow: hidden;}
.idx_new .new_main .new_slick .item{width: 100%;height: auto;position: relative;z-index: 1;overflow: hidden;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.idx_new .new_main .new_slick .item .img{width: 100%;height: auto;text-align: center;font-size: 0;position: relative;z-index: 1;overflow: hidden;}
.idx_new .new_main .new_slick .item .img img{vertical-align: middle;max-width: 100%;display: inline;}
.idx_new .new_main .new_slick .item .info{width: 100%;height: auto;box-sizing: border-box;padding: 30px 20px 20px;position: absolute;bottom: 0;z-index: 2;background: rgba(0, 0, 0, .4);background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));overflow: hidden;}
.idx_new .new_main .new_slick .item .title{width: 100%;height: auto;margin: 15px 0 0;line-height: 30px;font-size: 16px;overflow: hidden;}
.idx_new .new_main .new_slick .item .title a{color: #fff;}
.idx_new .new_main .new_slick .item .time{width: 100%;height: 20px;line-height: 20px;font-size: 14px;color: #fff;overflow: hidden;}
.idx_new .new_main .new_slick .prev{position: absolute; left: 0px; top: 50%; width: 30px; height: 60px; color: #fff; line-height: 60px; margin-top: -30px; text-align: center; z-index: 9999; cursor: pointer; color: #fff;opacity: 0;}
.idx_new .new_main .new_slick .next{position: absolute; right: 0px; top: 50%; width: 30px; height: 60px; color: #fff; line-height: 60px; margin-top: -30px; text-align: center; z-index: 9999; cursor: pointer; color: #fff;opacity: 0;}
.idx_new .new_main .new_slick .prev i, .idx_new .new_main .new_slick .next i{font-size: 36px;}
.idx_new .new_main .new_slick .prev:hover, .idx_new .new_main .new_slick .next:hover{color: var(--color);}
.idx_new .new_main .new_slick:hover .prev, .idx_new .new_main .new_slick:hover .next{opacity: 1;}

.idx_new .new_main .new_slick .slick-dots{width: 100%;position: initial;padding: 0;margin: 10px 0 0;list-style: none;text-align: center;font-size: 0;}
.idx_new .new_main .new_slick .slick-dots li{display: inline-block; width: 12px; height: 12px; border-radius: 7px; margin: 0 3px;padding: 0; cursor: pointer; font-size: 0px; background: #f0f0f0;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;}
.idx_new .new_main .new_slick .slick-dots li button{display: none;}
.idx_new .new_main .new_slick .slick-dots li.slick-active{background: var(--color);}

.idx_new .new_main .new_list{width: 70%;box-sizing: border-box;padding: 0 0 0 25px;overflow: hidden;}
.idx_new .new_main .new_list ul{width: 100%;height: 100%;padding: 0;overflow: hidden; display: flex; flex-wrap:wrap; justify-content: space-between; }
.idx_new .new_main .new_list ul li{width: 48%;height: auto;box-sizing: border-box;margin: 25px 0 0;padding: 25px;float: left;background: #fff;overflow: hidden;}
.idx_new .new_main .new_list ul li:first-child, .idx_new .new_main .new_list ul li:nth-child(2){margin: 0}
.idx_new .new_main .new_list ul li .time{font-size: 14px;color: #999;}
.idx_new .new_main .new_list ul li .title{height: 30px;margin: 10px 0;line-height: 30px;font-size: 16px;font-weight: bold;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.idx_new .new_main .new_list ul li .text{line-height: 24px;font-size: 12px;color: #666;overflow: hidden;}
.idx_new .new_main .new_list ul li .more{margin: 15px 0 0;}
.idx_new .new_main .new_list ul li .more a{font-size: 12px;color: #999;}

@media screen and (max-width: 990px) {
	.idx_new .idx_title{background: none;}
	.idx_new .new_main{width: 100%;margin: 0 0 20px;}
	.idx_new .new_main .new_slick{width: 40%;}
	.idx_new .new_main .new_list{width: 60%;padding: 0 0 0 15px;}
	.idx_new .new_main .new_list ul li{width: 100%;margin: 15px 0 0 !important;padding: 15px;}
	.idx_new .new_main .new_list ul li:first-child{margin-top: 0 !important;}
	.idx_new .new_main .new_list ul li .time{font-size: 12px;}
	.idx_new .new_main .new_list ul li .title{height: 24px;margin: 5px 0;line-height: 24px;font-size: 14px;}
	.idx_new .new_main .new_list ul li .text{height: 24px;line-height: 24px;}
	.idx_new .new_main .new_list ul li .more{display: none;}
}
@media screen and (max-width: 768px) {
	.idx_new .new_main{display: block;}
	.idx_new .new_main .new_slick{width: 100%;min-width: 100%;}
	.idx_new .new_main .new_list{width: 100%;margin: 2vw 0 0;padding: 0;}
	.idx_new .new_main .new_list ul li{width: 100%;margin: 2vw 0 0 !important;padding: 2vw;}
	.idx_new .new_main .new_list ul li:first-child{margin-top: 0 !important;}
}

/* 合作伙伴 */
.idx_partner{width: 100%;height: auto;overflow: hidden; padding-top: 30px;}
.idx_partner .partner_list{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.idx_partner .partner_list ul{width: 100%;height: auto;padding: 0;}
.idx_partner .partner_list ul li{width: 100%;height: auto;box-sizing: border-box;border: 1px solid #d9d9d9;background: #fff;text-align: center;overflow: hidden;}
.idx_partner .partner_list ul li .pb{padding-bottom: 50%;}
.idx_partner .partner_list ul li img{vertical-align: middle;max-width: 100%;max-height: 100%;}
.idx_partner .partner_list  .partner_pagination{margin: 20px 0 0;text-align: center;}
.idx_partner .partner_list  .partner_pagination span{width: 14px;height: 14px;background: #d0d0d0;opacity: 1;}
.idx_partner .partner_list  .partner_pagination span.swiper-pagination-bullet-active{background: var(--color);}
@media screen and (max-width: 990px) {
	.idx_partner{box-sizing: border-box;padding: 0 2vw;}
	.idx_partner .idx_title{padding: 30px 0;}
	.idx_partner .partner_list{width: 100%;margin: 0 0 30px;}
	.idx_partner .partner_list  .partner_pagination span{width: 10px;height: 10px;}
}


/* 底部 */
.footer_box{width: 100%;height: auto;overflow: hidden; overflow: hidden;}
.footer_box .footer_main{width: 96%; max-width: 1200px; height: auto;margin: 50px auto;overflow: hidden;}
.footer_box .footer_main .footer_nav{width: 100%;;height: auto;float: left;overflow: hidden;}
.footer_box .footer_main .footer_nav ul{width: 100%;height: auto;overflow: hidden;}
.footer_box .footer_main .footer_nav>ul{display: flex;justify-content: space-between;}
.footer_box .footer_main .footer_nav ul li{width: 10.5%;height: auto;margin: 0 0 0 2%; min-width: 100px;}
.footer_box .footer_main .footer_nav ul li.active{width: 23%;}
.footer_box .footer_main .footer_nav ul li.active ul li{width: 48%; float: left;}
.footer_box .footer_main .footer_nav ul li span{width: auto;display: inline-block;padding: 0 0 20px;font-size: 16px;color: #fff;border-bottom: 1px solid #fff;}
.footer_box .footer_main .footer_nav ul li ul{margin: 20px 0 0;}
.footer_box .footer_main .footer_nav ul li ul li{width: 100%;margin: 10px 0 0;font-size: 14px;color: rgba(255, 255, 255, .4);}
.footer_box .footer_main .footer_nav ul li ul li a{color: rgba(255, 255, 255, .4);-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.footer_box .footer_main .footer_nav ul li ul li a:hover{color: #fff;}

.footer_box .footer_con{width: 100%;height: auto;background: var(--color);overflow: hidden;}
.footer_box .footer_con ul{width: 96%; max-width: 1200px; height: auto;margin: 15px auto;overflow: hidden;}
.footer_box .footer_con ul li{width: 30%;float: left;box-sizing: border-box;margin: 15px 0;padding-left: 40px;color: #fff;position: relative;overflow: hidden;}
.footer_box .footer_con ul li:nth-child(3n-1){margin: 15px 5%;}
.footer_box .footer_con ul li.active{width: 100%; margin: 15px auto;}
.footer_box .footer_con ul li .icon{width: 30px;height: 30px;margin: 0 10px 0 0;float: left;background: rgba(255, 255, 255, .2);border-radius: 50%;position: absolute;left: 0;overflow: hidden;}
.footer_box .footer_con ul li .text{line-height: 30px;}
.footer_box .footer_con ul li .text a{color: #fff;}


.footer_box .copy{background: #262a35;max-width: 1200px;margin: 0 auto 34px;padding: 15px 0;line-height: 25px;text-align: left;font-size: 14px;color: rgba(255, 255, 255, .4);overflow: hidden;}
.footer_box .copy a{color: rgba(255, 255, 255, .4);-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer_box .copy a:hover{color: #fff;}
@media screen and (max-width: 990px) {
	.footer_box .footer_main{display: none;}
	.footer_box .footer_con{display: none;}
	.footer_box .copy{text-align: center;}
}


/* 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%;position: absolute;top: 0;left: 0;z-index: 10;overflow: hidden;}
.p_banner .info .center{width: 96%;max-width: 1200px;height: 100%;box-sizing: border-box;margin: 0 auto;display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;}
.p_banner .info .center .title{font-size: 36px;font-weight: bold;color: #fff;}
.p_banner .info .center .subtitle{margin: 15px 0 0;font-size: 20px;color: #fff;}
.p_banner.active .info .center{justify-content: flex-start;text-align: left;}
.p_banner.active .info .center .title{color: var(--color);}
.p_banner.active .info .center .subtitle{color: #333;}

.p_banner .img{width: 1920px;height: 100%;position: relative;left: 50%;margin: 0 0 0 -960px;z-index: 1;font-size: 0;text-align: center;overflow: hidden;}
.p_banner .img img{max-width: 100%}


.p_main_box{width: 100%;height: auto;overflow: hidden;}
.p_main_box .p_main{width: 96%;max-width: 1200px;margin: 30px auto;overflow: hidden;}
.p_title{width: 100%;box-sizing: border-box;padding: 20px 2vw;text-align: center;font-size: 24px;background: #fff;color: #26b58e;display: none;overflow: hidden;}
.p_title .line{width: 30px;height: 2px;margin: 12px auto 0;background: #26b58e;}

.details_box{width: 100%;height: auto;overflow: hidden;}
.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: #333;padding-bottom: 10px;}
.text_details{width: 100%;height: auto;font-size: 14px;line-height: 30px;color: #333;text-align: justify;overflow: hidden;}
.text_details p{margin: 0 0 12px;}
.text_details p:last-child{margin: 0}
.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;}
.moblie{display: none;}
.p_main_box>.details_box{width: 96%;max-width: 1400px;margin: 30px auto;box-sizing: border-box;overflow: hidden;}

.page_title{width: 100%;height: auto;overflow: hidden;}
.page_title .title{width: 100%;height: auto;font-size: 20px;color: #333;overflow: hidden;}
.page_title .title span{display: inline-block;padding: 0 0 10px;border-bottom: 2px solid var(--color);}
.page_title .text{width: 100%;height: auto;margin: 20px 0 0;line-height: 30px;font-size: 18px;color: #333;overflow: hidden;}

.subnav{width: 96%;max-width: 1200px;margin: 0 auto;overflow: hidden;}
.subnav ul{width: 100%;height: auto;display: flex; flex-wrap: wrap;overflow: hidden;}
.subnav ul li{width: 13%;height: auto;margin: 20px 1.5% 0 0;text-align: center;}
.subnav ul li:nth-child(7n){margin-right: 0;}
.subnav ul li a{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 10px;border: 1px solid #d9d9d9;overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.subnav ul li a.active, .subnav ul li a:hover{border-color: var(--color);background: var(--color);color: #fff;}

.subnav2{width: 100%;height: auto;margin: 20px 0;overflow: hidden;}
.subnav2 .info{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;font-size: 0;overflow: hidden;}
.subnav2 .info a{display: block;width: auto;height: 60px;float: left;line-height: 60px;font-size: 14px;text-align: center;color: #333;
-webkit-transition: all .1s; -moz-transition: all .1s; -ms-transition: all .1s; -o-transition: all .1s; transition: all .1s; }
.subnav2 .info a.active, .subnav2 .info a:hover{color: var(--color);}
.subnav2 .info span{display: block;width: 1px;height: 60px;margin: 0 2vw;float: left;display: flex;align-items: center;justify-content: center;}
.subnav2 .info span i{display: block;width: 100%;height: 12px;background: rgba(0, 0, 0, .2);}

/* Navigation */
.navigation{width: 100%;height: auto;background: var(--bgcolor);overflow: hidden;}
.navigation .center{width: 96%;max-width: 1200px;line-height: 50px;margin: 0 auto;font-size: 14px;color: #999;overflow: hidden;}
.navigation .center a, .navigation .center span, .navigation .center i{display: inline-block;height: 100%;vertical-align: middle;}
.navigation .center i{font-size: 14px;vertical-align: middle;margin: 0 10px 0 0;color: #999;}
.navigation .center i.icon_you{margin: 0 10px;font-size: 10px;}
.navigation .center span.active{color: var(--color);}
.navigation .center a{color: #999;}
.navigation .center a:hover{color: var(--color);}

@media screen and (max-width: 990px) {
	.p_banner .info .center{width: 96%;}
	.p_banner .info .center .title{text-align: center;font-size: 24px;}
	.p_banner .info .center .subtitle{font-size: 14px;}
	.p_banner .info .center .page_nav{display: none;}
	.p_banner .img{width: 990px;margin: 0 0 0 -496px}
	.p_banner.active .info{background: rgba(0, 0, 0, .3);}
	.p_banner.active .info .center{justify-content: center;}
	.p_banner.active .info .center .title,
	.p_banner.active .info .center .subtitle{color: #fff;}
	.p_main_box{background: var(--bgcolor);}
	.p_main{width: 100% !important;margin: 0 !important;}
	.subnav, .subnav2, .navigation{display: none;}
	.title_details{box-sizing: border-box;padding: 20px 2vw;}
	.text_details{box-sizing: border-box;padding: 2vw;background: #fff;}
	.p_title{display: block;}
	.p_main_box>.details_box{margin: 2vw auto;padding: 2vw;background: #fff;}
	.page_title{width: 96%;box-sizing: border-box;margin: 2vw auto !important;padding: 20px 2vw;background: #fff;text-align: center;}
	.page_title .text{color: #999;font-size: 14px;text-align: center;}
}
@media screen and (max-width: 768px) {
	.p_banner .info .center .title{font-size: 24px;}
}

/* 内页 关于我们 */
.p_abo_box{width: 100%;height: auto;overflow: hidden;}
@media screen and (max-width: 990px) {
	.p_abo_box{width: 96%;margin: 2vw auto;}
}
/* 数字 */
.p_number_box{width: 100%;height: auto;overflow: hidden;}
.p_number_box ul{width: 100%;height: auto;margin: 40px auto;overflow: hidden; display: flex; justify-content: space-between; }
.p_number_box ul li{width: auto;height: auto;text-align: center;}
.p_number_box ul li .number{font-size: 40px;font-weight: bold;color: var(--color);}
.p_number_box ul li .number span{font-size: 18px;color: #333;font-weight: normal;}
.p_number_box ul li .title{margin: 10px 0 0;font-size: 16px;color: #333;}
@media screen and (max-width: 990px) {
	.p_number_box ul{width: 100%;box-sizing: border-box;margin: 20px 0;padding: 0 10px;flex-wrap: wrap;}
	.p_number_box ul li{width: 50%;box-sizing: border-box;margin: 20px 0;padding: 0 10px;}
	.p_number_box ul li .number{font-size: 36px;}
	.p_number_box ul li .title{font-size: 14px;}
}
@media screen and (max-width: 768px) {
	.p_number_box ul li .number{font-size: 24px;}
	.p_number_box ul li .title{font-size: 12px;}
}


/* 内页 产品中心 */
.p_pro_box{width: 100%;height: auto;overflow: hidden;}
.p_pro_box .p_pro_list{width: 100%;height: auto;overflow: hidden;}
.p_pro_box .p_pro_list ul{width: 100%;height: auto;margin: -20px 0 0;overflow: hidden;}
.p_pro_box .p_pro_list ul li{width: 32%;height: auto;margin: 20px 2% 0 0;box-sizing: border-box;float: left;text-align: center;border: 1px solid #f5f5f5;overflow: hidden;}
.p_pro_box .p_pro_list ul li:nth-child(3n){margin-right: 0;}
.p_pro_box .p_pro_list ul li .img{width: 100%;height: auto;overflow: hidden;}
.p_pro_box .p_pro_list ul li .img .pb{padding-bottom: 66.66%;background: #fff;}
.p_pro_box .p_pro_list ul li .img img{max-width: 100%;vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.p_pro_box .p_pro_list ul li .title{width: 100%;height: auto;box-sizing: border-box;margin-top: 1px; line-height: 16px; padding: 18px 10px;background: #f5f5f5;font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_pro_box .p_pro_list ul li:hover .img img{-webkit-transform: scale(1.05, 1.05);-moz-transform: scale(1.05, 1.05);-ms-transform: scale(1.05, 1.05);-o-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05); }
.p_pro_box .p_pro_list ul li:hover .title{color: var(--color);}
@media screen and (max-width: 990px) {
	.p_pro_box{background: var(--bgcolor);}
	.p_pro_box .p_pro_list{width: 96%;margin: 2vw auto;}
	.p_pro_box .p_pro_list ul li{border: 0;}
	.p_pro_box .p_pro_list ul li .title{padding: 10px;background: #fff;}
}
@media screen and (max-width: 768px) {
	.p_pro_box .p_pro_list ul{margin: -2vw 0 0;}
	.p_pro_box .p_pro_list ul li{width: 49%;margin: 2vw 0 0 !important;}
	.p_pro_box .p_pro_list ul li:nth-child(2n){float: right;}
	.p_pro_box .p_pro_list ul li .title{font-size: 14px;}
}
@media screen and (max-width: 480px) {
	.p_pro_box .p_pro_list ul li .title{font-size: 12px;}
}

/* 内页 产品详情 */
.pro_details{width: 100%;height: auto;overflow: hidden;}
.pro_details .pro_header{width: 100%;height: auto;background: var(--bg-color);overflow: hidden;}
.pro_details .pro_header .pro_head{width: 96%;max-width: 1200px;margin: 30px auto;overflow: hidden;}
.pro_details .pro_header .pro_head .pro_switch{width: 500px;height: auto;float: left;text-align: center;background: #fff;box-sizing: border-box;border: 1px solid #d9d9d9;position: relative;overflow: hidden;}
.pro_details .pro_header .pro_head .pro_switch img{max-width: 100%;display: inline;}
.pro_details .pro_header .pro_head .pro_switch .slick-dots{width: 96%;height: 14px;position: absolute;bottom: 15px !important;left: 2%;z-index: 10;font-size: 0;display: none !important;overflow: hidden;}
.pro_details .pro_header .pro_head .pro_switch .slick-dots li{display: inline-block;width: 12px;height: 12px;margin: 0 4px;border-radius: 50%;background: var(--color);opacity: .2;overflow: hidden;}
.pro_details .pro_header .pro_head .pro_switch .slick-dots li.slick-active{opacity: 1;}
.pro_details .pro_header .pro_head .pro_switch .slick-dots li button{display: none;}
.pro_details .pro_header .pro_head .pro_switch .prev, .pro_details .pro_header .pro_head .pro_switch .next{width: 40px; height: 80px; line-height: 80px; position: absolute; top: 50%;margin-top: -40px; z-index: 9999; opacity: 1; background: rgba(0, 0, 0, 0.2); margin-top: -35px; text-align: center; cursor: pointer;color: #fff;}
.pro_details .pro_header .pro_head .pro_switch .prev{left: 0;border-radius: 0 3px 3px 0;}
.pro_details .pro_header .pro_head .pro_switch .next{right: 0;border-radius: 3px 0 0 3px;}
.pro_details .pro_header .pro_head .pro_switch .prev i, .pro_details .pro_header .pro_head .pro_switch .next i{font-size: 16px;}
.pro_details .pro_header .pro_head .pro_switch .prev:hover, .pro_details .pro_header .pro_head .pro_switch .next:hover{background: var(--color);}
.pro_details .pro_header .pro_head .pro_info{width: calc(100% - 500px);height: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 0 0 40px;float: right;overflow: hidden;}
.pro_details .pro_header .pro_head .pro_info .title{padding: 20px 0 15px;border-bottom: 1px solid #e9e9e9;color: #333;}
.pro_details .pro_header .pro_head .pro_info .title h1{font-size: 30px;font-weight: normal;}
.pro_details .pro_header .pro_head .pro_info .text{margin: 20px 0;line-height: 1.8;font-size: 14px;color: #666;}
.pro_details .pro_header .pro_head .pro_info .text p{margin: 20px 0 0;}
.pro_details .pro_header .pro_head .pro_info .text p:first-child{margin: 0}
.pro_details .pro_header .pro_head .pro_info .info{width: auto;height: auto;display: inline-block;padding: 20px;background: var(--color);overflow: hidden;}
.pro_details .pro_header .pro_head .pro_info .info a{width: 100px;height: auto;line-height: 40px;margin: 0 15px 0 0;padding: 0 10px;float: left;-moz-border-radius: 20px;border-radius: 20px;color: var(--color);background: #fff;}
.pro_details .pro_header .pro_head .pro_info .info a i{margin: 0 10px 0 0;}
.pro_details .pro_header .pro_head .pro_info .info a:hover{background: var(--active-color);}
.pro_details .pro_header .pro_head .pro_info .info span{height: 40px;line-height: 40px;display: inline-block;float: left;vertical-align: middle;font-size: 24px;color: #fff;}
.pro_details .pro_header .pro_head .pro_info .info span i{display: inline-block;width: 40px;height: 100%;text-align: center;border-radius: 50%;margin: 0 10px 0 0;font-size: 24px;vertical-align: top;color: var(--color);background: #fff;}

.pro_details .pro_d_title{width: 100%;height: auto;padding: 20px 0 0;line-height: 50px;font-size: 0;background: var(--color) url('../image/p_tbg.png') no-repeat center/cover;overflow: hidden;}
.pro_details .pro_d_title .center{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;overflow: hidden;}
.pro_details .pro_d_title .center span{width: auto;height: auto;margin: 0 0 0 2px;padding: 0 40px;display: inline-block;*display: inline;*zoom: 1;font-size: 16px;color: #fff;border-radius: 3px 3px 0 0;background: rgba(0, 0, 0, .4);vertical-align: top;cursor: pointer;overflow: hidden;}
.pro_details .pro_d_title .center span:first-child{margin: 0;}
.pro_details .pro_d_title .center span.active,.pro_details .pro_d_title .center span:hover{background: #fff;color: var(--color);}
.pro_details .pro_d_text{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.pro_details .pro_d_text .text_details{display: none;}
.pro_details .pro_d_text .text_details:first-child{display: block;}
.pro_details .list{margin: 30px 0;}

.p_abo_box ~ .hot_box{width: 100%;}
.hot_box{width: 96%;max-width: 1200px;height: auto;margin: 50px auto;overflow: hidden;}
.hot_box .hot_title{width: 100%;height: 24px;line-height: 24px;box-sizing: border-box;padding: 0 0 0 7px;border-left: 3px solid var(--color);font-size: 24px;color: #333;}
.hot_box .hot_pro{margin: 30px 0 0;overflow: hidden;}
.hot_box .hot_pro ul{width: 100%;height: auto;margin: -20px 0 0;overflow: hidden;}
.hot_box .hot_pro ul li{width: 23.5%;height: auto;margin: 20px 2% 0 0;box-sizing: border-box;float: left;text-align: center;border: 1px solid #f5f5f5;overflow: hidden;}
.hot_box .hot_pro ul li:nth-child(4n){margin-right: 0;}
.hot_box .hot_pro ul li .img{width: 100%;height: auto;overflow: hidden;}
.hot_box .hot_pro ul li .img .pb{padding-bottom: 66.66%;background: #fff;}
.hot_box .hot_pro ul li .img img{max-width: 100%;vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.hot_box .hot_pro ul li .title{width: 100%;height: auto;box-sizing: border-box;margin-top: 1px;padding: 18px 10px;background: #f5f5f5;font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hot_box .hot_pro ul li:hover .img img{-webkit-transform: scale(1.05, 1.05);-moz-transform: scale(1.05, 1.05);-ms-transform: scale(1.05, 1.05);-o-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05); }
.hot_box .hot_pro ul li:hover .title{color: var(--color);}

@media screen and (max-width: 990px) {
	.pro_details{background: var(--bgcolor);}
	.pro_details .pro_header .pro_head{margin: 2vw auto;}
	.pro_details .pro_header .pro_head .pro_switch{width: 100%;float: initial;border: 0;}
	.pro_details .pro_header .pro_head .pro_switch .slick-dots{display: block !important;}
	.pro_details .pro_header .pro_head .pro_info{width: 100%;box-sizing: border-box;margin: 2vw 0 0;padding: 2vw;float: initial;background: #fff;}
	.pro_details .pro_header .pro_head .pro_info .text{margin: 0 0 20px;}
	.pro_details .pro_header .pro_head .pro_info .info a{font-size: 14px;}
	.pro_details .pro_d_title .center{display: flex;text-align: center;}
	.pro_details .pro_d_title .center span{width: 100%;display: block;box-sizing: }
	.pro_details .pro_d_text{width: 100%;margin: 0;padding: 2vw 0;background: var(--bg-color);}
	.pro_details .pro_d_text .text_details{width: 96%;margin: 0 auto;}
	.pro_details .list{margin: 0;}

	.hot_box{width: 100%;margin: 0;margin: 2vw 0;background: var(--bg-color);}
	.hot_box .hot_title{width: 96%;height: auto;margin: 0 auto;padding: 10px 2vw;font-weight: bold;background: #fff;color: var(--color);border-left: 3px solid var(--color);}
	.hot_box .hot_pro{width: 96%;margin: 2vw auto 0;}
	.hot_box .hot_pro ul li{width: 31%;margin: 20px 3.5% 0 0 !important;}
	.hot_box .hot_pro ul li:nth-child(3n){margin-right: 0 !important;}
	.hot_box .hot_pro ul li{border: 0;}
	.hot_box .hot_pro ul li .title{padding: 10px;background: #fff;}
	.pro_details .pro_d_title .center span{padding: 0 2vw;}
}
@media screen and (max-width: 768px) {
	.pro_details .pro_header .pro_head .pro_switch .prev, .pro_details .pro_header .pro_head .pro_switch .next{width: 30px;height: 50px;line-height: 50px;margin-top: -25px;}
	.pro_details .pro_header .pro_head .pro_info .info{padding: 0;background: none;}
	.pro_details .pro_header .pro_head .pro_info .info a{float: initial;background: var(--color);color: #fff;}
	.pro_details .pro_header .pro_head .pro_info .info span{margin: 20px 0 0;color: var(--color);}
	.pro_details .pro_d_title .center span{font-size: 14px;}
	.hot_box .hot_title{font-size: 16px;}
	.hot_box .hot_pro ul{margin: -2vw 0 0;}
	.hot_box .hot_pro ul li{width: calc(50% - 1vw);margin: 2vw 0 0 !important;}
	.hot_box .hot_pro ul li:nth-child(2n){float: right;}
	.hot_box .hot_pro ul li .title{font-size: 14px;}
}
@media screen and (max-width: 480px) {
	.hot_box .hot_pro ul li .title{font-size: 12px;}
}

/* 内页 新闻 列表 */
.p_new_box{width: 100%;height: auto;overflow: hidden;}
.p_new_box .new_list{width: 100%;height: auto;overflow: hidden;}
.p_new_box .new_list ul{width: 100%;height: auto;overflow: hidden;}
.p_new_box .new_list ul li{width: 100%;height: auto;padding: 30px 0;border-bottom: 1px dashed #e9e9e9;box-sizing: border-box;overflow: hidden;}
.p_new_box .new_list ul li:first-child{padding-top: 0;}
.p_new_box .new_list ul li:last-child{padding-bottom: 0;border: 0;}
.p_new_box .new_list ul li .img{width: 240px;height: auto;float: left;text-align: center;position: relative;overflow: hidden;}
.p_new_box .new_list ul li .img .center{width: 100%;height: 0;padding: 0 0 66.66%;position: relative;overflow: hidden;}
.p_new_box .new_list ul li .img .center a{width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;overflow: hidden;}
.p_new_box .new_list ul li .img .center a img{vertical-align: middle;max-width: 100%;}
.p_new_box .new_list ul li .info{width: calc(100% - 270px);height: auto;float: right;overflow: hidden;}
.p_new_box .new_list ul li .info .title{width: 100%;height: 36px;line-height: 36px;font-size: 16px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_new_box .new_list ul li .info .title a{color: #333;}
.p_new_box .new_list ul li .info .title a:hover{color: var(--color);}
.p_new_box .new_list ul li .info .txt{width: 100%;height: 75px;font-size: 14px;line-height: 25px;color: #999;margin: 10px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.p_new_box .new_list ul li .info .time{width: 100%;height: 30px;line-height: 30px;font-size: 12px;color: #999;}
.p_new_box .new_list ul li .info .time span{margin: 0 0 0 2vw;}

/* 内页 新闻 详情 */
.new_details{overflow: hidden;}
.new_details .text_details{margin: 20px 0 0;}

@media screen and (max-width: 990px) {
	.p_new_box .new_list{width: 100%;background: var(--bgcolor);}
	.p_new_box .new_list ul{width: 96%;margin: 0 auto;}
	.p_new_box .new_list ul li{box-sizing: border-box;margin: 2vw 0;padding: 2vw !important;background: #fff;border: 0;}
	.p_new_box .new_list ul li .info .text{width: 100%;}
	.p_new_box .new_list ul li .info .text .txt{font-size: 12px;}
	.p_new_box .new_list ul li .info .more{display: none;}
	.p_new_box .list{margin: 2vw 0 0;}
	.new_details{margin: 0;background: var(--bgcolor);}
	.new_details .title_details{width: 96%;box-sizing: border-box;margin: 2vw auto;padding: 2vw;border: 0;}
	.new_details .title_details h1{font-size: 18px;}
	.new_details .text_details{width: 96%;margin: 2vw auto;}
}
@media screen and (max-width: 640px) {
	.p_new_box .new_list ul li .img{width: 40%;height: auto;border: 0;}
	.p_new_box .new_list ul li .info{width: 58%;}
	.p_new_box .new_list ul li .info .title{height: 30px;line-height: 30px;font-size: 16px;}
	.p_new_box .new_list ul li .info .time{height: 20px;line-height: 20px;}
	.p_new_box .new_list ul li .info .txt{height: 50px;line-height: 25px;font-size: 12px;-webkit-line-clamp: 2;margin: 5px 0;}
}

/* 内页 资料下载 */
.p_down_box{width: 100%;height: auto;margin: 0 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: 80px;box-sizing: border-box;margin: 20px 0 0;border-radius: 3px;background: #f5f5f5;overflow: hidden;}
.p_down_box .p_down_list ul li a{width: 100%;height: 100%;box-sizing: border-box;padding: 0 20px;color: #333;display: flex;align-items: center;justify-content: space-between;overflow: hidden;}
.p_down_box .p_down_list ul li span{width: 100%;height: 100%;box-sizing: border-box;padding: 0 20px;color: #333;display: flex;align-items: center;justify-content: space-between;overflow: hidden; cursor: pointer;}
.p_down_box .p_down_list ul li .icon{color: var(--color);}
.p_down_box .p_down_list ul li .title{width: auto;flex: 1;height: auto;box-sizing: border-box;padding: 0 20px;float: left;font-size: 16px;overflow: hidden;}
.p_down_box .p_down_list ul li .icon, .p_down_box .p_down_list ul li .link{flex: 0 0 30px;height: auto;text-align: center;float: right;overflow: hidden;}
.p_down_box .p_down_list ul li .icon i, .p_down_box .p_down_list ul li .link i{vertical-align: middle;font-size: 30px;}
.p_down_box .p_down_list ul li:hover{background: var(--color);}
.p_down_box .p_down_list ul li:hover a{color: #fff;}
.p_down_box .p_down_list ul li:hover span{color: #fff;}
.p_down_box .p_down_list ul li:hover .icon{color: #fff;}
@media screen and (max-width: 992px) {
	.p_down_box{background: var(--bgcolor);}
	.p_down_box .p_down_list{width: 96%;margin: 2vw auto;}
	.p_down_box .p_down_list ul{margin: -2vw 0 0;}
	.p_down_box .p_down_list ul li{width: 100%;margin: 2vw 0 0;background: #fff;border: 0;}
}
@media screen and (max-width: 768px) {
	.p_down_box .p_down_list ul{margin: -2vw 0 0;}
	.p_down_box .p_down_list ul li a .title{font-size: 14px;}
	.p_down_box .p_down_list ul li span .title{font-size: 14px;}
}

/* 内页 加入我们 */
.p_join_box{width: 100%;height: auto;overflow: hidden;}
.p_join_box .join_head{width: 96%;max-width: 1200px;height: auto;margin: 50px auto; display: flex; align-items: center; justify-content: center;overflow: hidden;}
.p_join_box .join_head .info{width: auto;height: auto;margin: 0 40px 0 0;overflow: hidden;}
.p_join_box .join_head .info .title{font-size: 30px;font-weight: bold;color: #333;}
.p_join_box .join_head .info .text{width: 100%;height: auto;margin: 20px 0;font-size: 14px;line-height: 30px;color: #333;overflow: hidden;}
.p_join_box .join_head .img{width: auto;flex: 0 0 45%;height: auto;text-align: center;overflow: hidden;}
.p_join_box .join_head .img img{max-width: 100%;}
.p_join_box .join_body{width: 100%;height: auto;background: #f5f5f5;overflow: hidden;}
.p_join_box .join_body .center{width: 96%;max-width: 1200px;height: auto;margin: 50px auto;overflow: hidden;}
.p_join_box .join_body .center .join_title{font-size: 30px;font-weight: bold;color: #333;}
.p_join_box .join_body .center .join_img{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.p_join_box .join_body .center .join_img img{max-width: 100%;display: none;}
.p_join_box .join_body .center .join_img img.img_pc{display: block;}
.p_join_box .join_body .center .join_menu{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.p_join_box .join_body .center .join_menu ul{width: 100%;height: auto;overflow: hidden;}
.p_join_box .join_body .center .join_menu ul li{width: 48%;height: auto;padding: 0 0 60px;float: left;position: relative;overflow: hidden;}
.p_join_box .join_body .center .join_menu ul li:nth-child(2n){float: right;}
.p_join_box .join_body .center .join_menu ul li .text{width: 100%;height: 100%;box-sizing: border-box;padding: 0 0 60px;position: absolute;top: 0;left: 0;z-index: 2;display: flex;align-items: center; justify-content: center;font-size: 36px;font-weight: bold;color: #fff;overflow: hidden;}
.p_join_box .join_body .center .join_menu ul li .img{width: 100%;height: auto;background: var(--color);overflow: hidden;}
.p_join_box .join_body .center .join_menu ul li .img .pb{padding-bottom: 44%;}
.p_join_box .join_body .center .join_menu ul li .img img{max-width: 100%;vertical-align: middle;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.p_join_box .join_body .center .join_menu ul li .icon{width: 120px;height: 120px;position: absolute;bottom: 0;left: 50%;margin-left: -60px;border-radius: 50%;background: #262a35;text-align: center;overflow: hidden;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.p_join_box .join_body .center .join_menu ul li .icon img{max-width: 50%;max-height: 50%;vertical-align: middle;}
.p_join_box .join_body .center .join_menu ul li:hover .img img{opacity: .4;}
.p_join_box .join_body .center .join_menu ul li:hover .icon{background: var(--color);}
.set_top_space{margin-top: 30px;}
.i_pic_list{width: 100%; max-width: 1200px; height: auto;margin: 20px auto 0 auto;}
.i_pic_one{width: calc(25% - 2px); height: auto; margin: 1px 1px; float: left; position: relative;}
.i_pic_img{width: 100%; height: auto; text-align: center; float: left; padding-bottom: 66.6%; overflow: hidden; border-radius: 3px; background: #fff; position: relative;}
.i_pic_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;}


@media screen and (max-width: 990px) {
	.p_join_box .join_head{display: block;margin: 30px auto;}
	.p_join_box .join_head .info{margin: 0;}
	.p_join_box .join_head .img{width: 100%;text-align: left;}
	.p_join_box .join_body .center{margin: 30px auto;}
	.p_join_box .join_body .center .join_img img.img_pc{display: none;}
	.p_join_box .join_body .center .join_img img.img_ipad{display: block;}
	.p_join_box .join_body .center .join_menu ul li, .join_menu ul li .text{padding-bottom: 40px;}
	.p_join_box .join_body .center .join_menu ul li .text{font-size: 24px;}
	.p_join_box .join_body .center .join_menu ul li .icon{width: 80px;height: 80px;margin-left: -40px;}
}
@media screen and (max-width: 768px) {
	.p_join_box .join_body .center .join_menu ul li, .join_menu ul li .text{padding-bottom: 30px;}
	.p_join_box .join_body .center .join_menu ul li .icon{width: 60px;height: 60px;margin-left: -30px;}
	.i_pic_one{width: calc(50% - 2px);}
}
@media screen and (max-width: 480px) {
	.p_join_box .join_body .center .join_img img.img_pc{display: none;}
	.p_join_box .join_body .center .join_img img.img_ipad{display: none;}
	.p_join_box .join_body .center .join_img img.img_mobile{display: block;}
	.p_join_box .join_body .center .join_menu ul{margin: -20px 0 0;}
	.p_join_box .join_body .center .join_menu ul li{width: 100%;margin: 20px 0 0;}
}


/* 内页 留言反馈 */
.p_feed_box{width: 100%;height: auto;overflow: hidden;}
.p_feed_box .feed_form{width: 96%;height: auto;margin: 20px 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_label{flex: 0 0 150px;margin-right: 10px;font-size: 14px;color: #999;text-align: right;}
.p_feed_box .feed_form .layui_item .layui_input{width: 100%;}
.p_feed_box .feed_form .layui_item input{max-width: 400px;color: #333;}
.p_feed_box .feed_form .layui_item textarea{max-width: 650px}
.p_feed_box .feed_form .layui_code input{width: -moz-calc(100% - 140px);width: calc(100% - 140px);max-width: 150px;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: 130px;height: 46px;}
.p_feed_box .feed_form .layui-input{height: 46px;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: 46px;}

.p_feed_box .feed_body .list a{background: #fff;}
@media screen and (max-width: 990px) {
	.p_feed_box{background: var(--bgcolor);}
	.p_feed_box .text_details{width: 96%;margin: 2vw auto;}
	.p_feed_box .feed_form{width: 96%;margin: 2vw auto;padding: 0;}
	.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%}
}


/* 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: 40px;height: 40px;margin: 0 5px;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;}
.list a.active,.list a:hover{background: var(--color);color: #fff;}
.list span{background: none;}
.list li{display:inline-block}
@media screen and (max-width: 990px) {
	.list{margin: 0;padding: 2vw; background: #fff;}
	.list a{max-width: 80px;}
}


/*地图*/
.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;}

/* 在线客服 */
.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(../image/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(../image/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) {
	.footer_copy{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: #5f5f5f; 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;}
}