@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;}
.hover_shadow{position: relative; top: 0; z-index: 888;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}
.hover_shadow:hover{top: -4px; box-shadow: 0 10px 20px rgba(0,0,0,0.15); transition: translate3d(0, -2px, 0); z-index: 999;}
/* 水平垂直居中 */
.flex_center{display: flex;align-items: center;justify-content: center;}
/* 全局颜色设置 */
:root{
	--main-color: #f0810d;
}

.for_table{width:100%; overflow-x: scroll;}
.table_box{width:100%; overflow:auto;}
.header_box{width: 100%;height: auto;position: relative;z-index: 12;}
.header_box .h_content{width: 96%;max-width: 1200px;height: 100px;margin: 0 auto;}
.header_box .h_content .logo{width: 50%;max-width: 136px;height: 100%;float: left;overflow: hidden;}
.header_box .h_content .logo img{vertical-align: middle;max-width: 100%;max-height: 90%}
.header_box .h_content .search{width: auto;height: 100%; float: right; text-align: center;}
.header_box .h_content .search .icon{width: 30px;height: 100%;padding: 0 15px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.header_box .h_content .search:hover .icon{background: #f0f1f4;}
.header_box .h_content .search:hover .form{-webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1);}
.header_box .h_content .search .form{width: 100%;height: auto;box-sizing: border-box;background: #f0f1f4;position: absolute;top: 100%;right: 0;overflow: hidden;box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
-webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center;
-webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0);
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header_box .h_content .search .form form{width: 96%;max-width: 1200px;height: 50px;margin: 20px auto 10px auto;background: #fff;position: relative;overflow: hidden;}
.header_box .h_content .search .form input[type="text"]{width: calc(100% - 100px);height: 100%;padding: 0 15px;border: 0;background: none;float: left;font-size: 12px;}
.header_box .h_content .search .form input[type="submit"]{width: 70px;height: 100%;border: 0;float: right;background: none;position: relative;z-index: 2;}
.header_box .h_content .search .form .btn{width: 70px;height: 100%;position: absolute;right: 0;top: 0;z-index: 1;display: flex;align-items: center;justify-content: center;background: var(--main-color);color: #fff;}
.header_box .h_content .search .form .btn i{font-size: 12px;}
.header_box .h_content .search .form .history{width: 96%;max-width: 1200px;height: auto;margin: 20px auto 10px auto; text-align: left;}
.header_box .h_content .search .form .history .title{width: 100%; font-size: 18px; font-weight: bold; color: #000;}
.header_box .h_content .search .form .history .history_keys{width: 100%; font-size: 14px; color: #666; padding: 10px 0;}
.header_box .h_content .search .form .history .history_keys span{display: inline-block; width: auto; color: #666; border-radius: 3px; border: solid 1px #d9d9d9; margin: 0px 5px 5px 0; background: #fff; line-height: 30px; padding: 0px 20px; cursor: pointer;}
.header_box .h_content .search .form .history .history_keys span:hover{color: #f0810d; border: solid 1px #f0810d;}

.header_box .h_content .nav{width: auto;height: 100%;float: right;}
.header_box .h_content .nav ul{width: 100%;height: 100%;margin: 0;padding: 0;font-size: 0;}
.header_box .h_content .nav>ul{display: flex;}
.header_box .h_content .nav ul li{width: auto;height: 100%;line-height: 100px;float: left;font-size: 16px;text-align: center;}
.header_box .h_content .nav ul li a{display: block;height: 100%;padding: 0 15px;color: #333;font-weight: bold;position: relative;}
.header_box .h_content .nav ul li a i{margin: 0 0 0 10px;font-size: 10px;font-weight: normal;color: var(--main-color);}
.header_box .h_content .nav ul li:hover>a, .header_box .h_content .nav ul li a.active{color: var(--main-color);}
.header_box .h_content .nav ul li:hover .subnav{-webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1);}
.header_box .h_content .nav ul li .subnav{width: 100%;height: auto;background: #f5f5f5;position: absolute;top: 100%;left: 0;overflow: hidden;box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
-webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center;
-webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0);
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header_box .h_content .nav ul li .subnav ul{width: 96%;max-width: 1200px;height: auto;margin: 10px auto;display: flex;flex-wrap: wrap;overflow: hidden;/*display: none;*/}
.header_box .h_content .nav ul li.active .subnav ul li{width: 33.33%;}
.header_box .h_content .nav ul li .subnav ul li{width: 20%;margin: 15px 0;text-align: left;}
.header_box .h_content .nav ul li .subnav ul li a{line-height: 24px;display: block;font-size: 16px;}
.header_box .h_content .nav ul li .subnav ul li a .ico_l{width: 16px;height: 24px;font-size: 16px;display: inline-block;margin: 0 10px 0 0;color: #333;}
.header_box .h_content .nav ul li .subnav ul li a:hover, .header_box .h_content .nav ul li .subnav ul li a.active .ico_l, .header_box .h_content .nav ul li .subnav ul li a:hover .ico_l{color: var(--main-color);}
.header_box .h_content .nav ul li .subnav ul li a .ico_r{width: 14px;height: 24px;font-size: 10px;display: inline-block;}
.header_box .h_content .nav ul li .subnav ul li ul{box-sizing: border-box;padding: 0 0 0 20px;display: block;}
.header_box .h_content .nav ul li .subnav ul li ul li{width: 100% !important;margin: 5px 0 0;}
.header_box .h_content .nav ul li .subnav ul li ul li a{font-size: 14px;font-weight: normal;color: #999;}
.header_box .h_content .nav ul li .subnav ul li ul li a.active{color: var(--main-color) !important;}

.header_box .h_content .nav_c{width: 40px;height: 100%;margin: 0 0 0 3vw;line-height: 80px;float: right;font-size: 30px;text-align: right;display: none;overflow: hidden;}
.header_box .h_content .nav_c i{font-size: 30px;color: var(--main-color);}
.foot_kefu{display: none;}

@media screen and (max-width: 1024px) {
	.header_box .h_content .nav ul li a{font-size: 14px;}
	.header_box .h_content .nav ul li .subnav ul li a{font-size: 14px;}
	.header_box .h_content .nav ul li .subnav ul li ul li a{font-size: 12px;}
}

@media screen and (max-width: 991px) {
	.header_box{border-bottom: 1px solid var(--main-color);}
	.header_box .h_content .search .icon{color: var(--main-color);}
	.header_box .h_content .search .icon i{font-size: 24px;}
	.header_box .h_content{height: 80px;}
	.header_box .h_content .nav, .header_box .h_content .tel{display: none;}
	.header_box .h_content .nav_c, .header_box .h_content .lang_c{display: block;}
}

.nav_box{width: 70%;height: 100%;position: fixed;top: 0;left: -70%;z-index: 1200;background: rgba(255, 255, 255, 1);overflow: hidden;overflow-y: auto;}
.nav_box .nav_close{width: 100%;height: 80px;box-sizing: border-box;padding: 0 20px;overflow: hidden;}
.nav_box .nav_close .close{width: 80px;height: 100%;float: left;position: relative;overflow: hidden;}
.nav_box .nav_close .close i{width: 50%;height: 2px;display: block;background: var(--main-color);position: absolute;top: 50%;left: -5px;margin: -1px 0 0;overflow: hidden;transform-origin: center center;}
.nav_box .nav_close .close i:first-child{transform: rotate(45deg);}
.nav_box .nav_close .close i:last-child{transform: rotate(-45deg);}
.nav_box .nav_close .m_lang{width: auto;height: 40px;margin: 20px 0;float: right;font-size: 0;overflow: hidden;}
.nav_box .nav_close .m_lang a{width: 40px;height: 40px;margin: 0 10px 0 0;display: inline-block;border-radius: 50%;background: #f5f5f5;font-size: 14px;color: #999;vertical-align: top;text-align: center;line-height: 40px;overflow: hidden;}
.nav_box .nav_close .m_lang a:last-child{margin: 0;}
.nav_box .nav_close .m_lang a.active{background: var(--main-color);color: #fff;}
.nav_box .line{width: 100%;height: 1px;background: var(--main-color);}
.nav_box .nav_list{width: 100%;height: auto;padding: 0 0 50px;overflow: hidden;}
.nav_box .nav_list ul{margin: 0;padding: 0;overflow: hidden;}
.nav_box .nav_list ul li{width: 100%;height: auto;border-bottom: 1px solid #f5f5f5;overflow: hidden;}
.nav_box .nav_list ul li:last-child{border: 0;}
.nav_box .nav_list ul li a{width: 100%;height: auto;display: block;box-sizing: border-box;padding: 20px 45px 20px 20px;font-size: 16px;position: relative;overflow: hidden;}
.nav_box .nav_list ul li a .icon_right{width: 20px;height: 30px;line-height: 30px;position: absolute;top: 50%;right: 20px;margin: -15px 0 0;z-index: 2;overflow: hidden;}
.nav_box .nav_list ul li>a.active{background: var(--main-color);color: #fff;}
.nav_box .nav_list ul li ul{padding: 10px 0;display: none;}
.nav_box .nav_list ul li ul li{border: 0;}
.nav_box .nav_list ul li ul li a{padding: 15px 20px;font-size: 14px;color: #333;}
.nav_box .nav_list ul li ul li a.active{background: var(--main-color);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.nav_box .nav_list ul li ul li ul li a{padding: 10px 20px 10px 30px;color: #999;}
.nav_box .nav_list ul li.search .search_form{width: 100%;height: 64px;background: #f0f1f4;box-sizing: border-box;padding: 10px;overflow: hidden;}
.nav_box .nav_list ul li.search .search_form form{width: 100%;height: 44px;line-height: 44px;display: block;position: relative;background: #fff;overflow: hidden;}
.nav_box .nav_list ul li.search .search_form form input[type="text"]{width: calc(100% - 60px);height: 100%;border: 0;font-size: 14px;position: absolute;left: 0;z-index: 2;box-sizing: border-box;padding: 10px;}
.nav_box .nav_list ul li.search .search_form form input[type="submit"]{width: 60px;height: 100%;border: 0;font-size: 14px;position: absolute;right: 0;z-index: 2;background: none;border: 0;}
.nav_box .nav_list ul li.search .search_form form .btn{width: 60px;height: 100%;position: absolute;top: 0;right: 0;z-index: 1;text-align: center;color: #999;}
.nav_box .nav_list ul li.search .search_form form .btn i{font-size: 16px;}

.mask{width: 100%;height: 100%;background: #000;opacity: .5;position: fixed;top: 0;left: 0;z-index: 1009;display: none;}

/* Banner */
.slide_container {width: 100%; height: auto; max-height: 700px; overflow: hidden; position: relative; background: #fff;}
.slide_container img {max-width: 100%; height: auto; min-height: 400px; display: block; object-fit: cover; vertical-align:middle;}

.banner_go_left{position: absolute; left: 0px; top: 50%; width: 30px; height: 60px; color: #fff; line-height: 60px; margin-top: -30px; text-align: center; background: rgba(0,0,0,0.2); opacity: 0.2; z-index: 9999; cursor: pointer; border-radius: 0 3px 3px 0;}
.banner_go_right{position: absolute; right: 0px; top: 50%; width: 30px; height: 60px; color: #fff; line-height: 60px; margin-top: -30px; text-align: center; background: rgba(0,0,0,0.2); opacity: 0.2; z-index: 9999; cursor: pointer; border-radius: 3px 0 0 3px;}
.banner_go_left i, .banner_go_right i{font-size: 20px;}
.banner_go_left:hover, .banner_go_right:hover{font-size: 20px; opacity: 1;}

.pagination_banner{position: absolute;left: 0;text-align: center;bottom:25px;width: 100%;}
.pagination_gallery{position: absolute;left: 0;text-align: center;bottom:25px;width: 100%;}

.pagination_banner .slick-dots{position: absolute;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.pagination_banner .slick-dots li{display: inline-block; width: 12px; height: 12px; border-radius: 7px; margin: 0 3px;padding: 0; cursor: pointer; opacity: 0.4; font-size: 0px; background: var(--main-color);-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;}
.pagination_banner .slick-dots li button{display: none;}
.pagination_banner .slick-dots li.slick-active{opacity: 1; width: 30px;}

.pagination_gallery .slick-dots{position: absolute;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.pagination_gallery .slick-dots li{display: inline-block; width: 12px; height: 12px; border-radius: 7px; margin: 0 3px;padding: 0; cursor: pointer; opacity: 0.4; font-size: 0px; background: #074a8f;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;}
.pagination_gallery .slick-dots li button{display: none;}
.pagination_gallery .slick-dots li.slick-active{opacity: 1; width: 30px;}

@media screen and (max-width: 1200px) {
    .slide_container {max-height: 520px;}
    .slide_container img {min-height: 520px;}
}

@media screen and (max-width: 991px) {
    .slide_container {max-height: 420px;}
    .slide_container img {min-height: 420px;}
}
@media screen and (max-width: 768px) {
    .slide_container {max-height: 320px;}
    .slide_container img {min-height: 320px;}
	/*底部客服*/
	.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: #fb7d10; 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;}
}
@media screen and (max-width:576px) {
    .slide_container {max-height: 180px;}
    .slide_container img {min-height: 180px;}
}

/* 首页默认布局样式 */
.i_main_box{width: 100%;height: auto;position: relative;overflow: hidden;}
.i_main{width: 96%;max-width: 1200px;height: auto;margin: 50px auto;overflow: hidden;}
.i_title{width: 100%;height: auto;text-align: center;position: relative;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.i_title .title{font-size: 42px; font-weight: bold;color: #333;}
.i_title .title span{color: #26b58e;}
.i_title .icon{width: 20px;height: 20px;margin: 0 0 0 20px;border-radius: 50%;border: 1px solid var(--main-color);color: var(--main-color);display: flex;align-items: center;justify-content: center;text-indent: 2px;}
.i_title .icon a i{font-size: 10px;color: var(--main-color); margin: 0; padding: 0; line-height: 20px;}
.i_title .icon i{font-size: 10px;color: var(--main-color);}

/* 产品推荐 */
.i_pro_box{width: 100%;height: auto;padding: 50px 0;position: relative;overflow: hidden;}
.i_pro_box .pro_bg{width: 100%;height: 30%;background: #f5f5f5;position: absolute;bottom: 0;left: 0;z-index: -1;}
.i_pro_box .i_pro_main{width: 100%;max-width: 1220px;height: auto;margin: 50px auto 0;overflow: hidden;}
.i_pro_box .i_pro_main ul{margin: -20px 0 0;padding: 10px;overflow: hidden;}
.i_pro_box .i_pro_main ul li{width: 32%;height: auto;box-sizing: border-box;margin: 20px 0 0;padding: 20px 20px 40px 5px;background: #fff;float: left;text-align: center;overflow: hidden; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.i_pro_box .i_pro_main ul li:hover{box-sizing: border-box; border-bottom: solid 5px var(--main-color);}
.i_pro_box .i_pro_main ul li:nth-child(3n - 1){margin: 20px 2% 0;}
.i_pro_box .i_pro_main ul li .img{width: 100%;height: auto;text-align: center;overflow: hidden;}
.i_pro_box .i_pro_main ul li .img img{vertical-align: middle;max-width: 100%;}
.i_pro_box .i_pro_main ul li .title{margin: 20px 0 0;line-height: 24px;font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.i_pro_box .i_pro_main ul li .classify{margin: 10px 0 25px;font-size: 14px; color: #999;}
.i_pro_box .i_pro_main ul li .classify a{margin: 10px 0 25px;font-size: 14px; color: #999;}
.i_pro_box .i_pro_main ul li .more{width: 100%;height: auto;overflow: hidden;}
.i_pro_box .i_pro_main ul li .more a{width: 120px;height: 40px;display: flex;align-items: center;justify-content: center;margin: 0 auto;border-radius: 50px;box-sizing: border-box;border: 1px solid var(--main-color);color: var(--main-color);
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.i_pro_box .i_pro_main ul li .more a:hover{background: var(--main-color);color: #fff;}
@media screen and (max-width: 991px){
	.i_pro_box{padding: 30px 0;}
	.i_title .title{font-size: 34px;}
}
@media screen and (max-width: 768px) {
	.i_pro_box .i_pro_main{margin: 20px 0 0;}
	.i_pro_box .i_pro_main ul{margin: -2vw 0 0;}
	.i_pro_box .i_pro_main ul li{width: 100%;margin: 2vw 0 0 !important;}
	.i_pro_box .i_pro_main ul li .img{max-width: 300px;margin: 0 auto;}
	.i_title .title{font-size: 26px;}
}


/* 软件产品 */
.pro_link{width: 96%;max-width: 1200px;margin: 30px auto;text-align: center;overflow: hidden;}
.pro_link .center{width: auto;display: inline-block;overflow: hidden;}
.pro_link span{width: auto;height: 40px;line-height: 40px;display: inline-block;margin: 5px;padding: 0 15px;border-radius: 3px;background: #e4e4e4;color: #333;cursor: pointer;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro_link span.active{background: var(--main-color);color: #fff;}
.i_pro_box .slick_box{width: 100%;max-width: 1220px;height: auto;margin: 50px auto 0;overflow: hidden;}
.i_pro_box .slick_box .slick-list{height: auto !important;}
.i_pro_box .slick_box .slick-dots{display: none;}
.i_pro_box .i_pro_list{width: 100%;height: auto;overflow: hidden;}
.i_pro_box .i_pro_list ul{margin: 0;padding: 10px;overflow: hidden;
display: grid; grid-template-columns: 44% 28% 28%;
}
.i_pro_box .i_pro_list ul li{width: 100%;height: auto;float: left;box-sizing: border-box;padding: 20px;background: #fff;text-align: center;overflow: hidden;}
.i_pro_box .i_pro_list ul li:first-child{width: 100%;height: 100%;box-shadow: 0 0 10px rgba(0, 0, 0, .1);position: relative;z-index: 2;border-right: solid 1px #f5f5f5;
grid-row: 1 / span 2;
}
.i_pro_box .i_pro_list ul li:nth-child(2){border-bottom: solid 1px #f5f5f5;}
.i_pro_box .i_pro_list ul li:nth-child(3){border-left: solid 1px #f5f5f5; border-bottom: solid 1px #f5f5f5;}
.i_pro_box .i_pro_list ul li:nth-child(5){border-left: solid 1px #f5f5f5;}
.i_pro_box .i_pro_list ul li:hover{border-bottom: 4px solid var(--main-color);}
.i_pro_box .i_pro_list ul li .img{width: 100%;height: auto;text-align: center;overflow: hidden;}
.i_pro_box .i_pro_list ul li .img img{vertical-align: middle;max-width: 100%;}
.i_pro_box .i_pro_list ul li .title{margin: 20px 0 0;line-height: 24px;font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.i_pro_box .i_pro_list ul li .classify{margin: 10px 0 25px;font-size: 14px;color: #999;}
.i_pro_box .i_pro_list ul li .more{width: 100%;height: auto;overflow: hidden;}
.i_pro_box .i_pro_list ul li .more a{width: 120px;height: 40px;margin: 0 auto;border-radius: 50px;box-sizing: border-box;border: 1px solid var(--main-color);color: var(--main-color);
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.i_pro_box .i_pro_list ul li .more a:hover{background: var(--main-color);color: #fff;}
.i_pro_box .i_pro_list ul li:hover a .title{color: var(--main-color);}

@media screen and (max-width: 768px) {
	.i_pro_box .slick_box{margin: 30px auto 0;}
	.i_pro_box .i_pro_list ul{grid-template-columns: 50% 50%;}
	.i_pro_box .i_pro_list ul li:first-child{grid-column: 1 / span 2;border: 0;}
	.i_pro_box .i_pro_list ul li:first-child .img{max-width: 300px;margin: 0 auto;}
}

.p_down_one{width: 100%; height: auto; padding: 20px 15px; margin: 10px 0; float: left; position: relative; border: solid 1px #eee; border-radius: 3px; box-sizing: border-box;}
.p_down_text{width: 70%; height: auto; text-overflow: ellipsis; white-space: nowrap; float: left;}
.p_down_text a{display: block; width: 100%; height: 16px; float: left; color: #000;font-size: 16px; line-height: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.p_down_text a:hover {color: #fb7d10;}
.p_down_text a em{color: #f00; font-style: normal;}
.p_down_time{width: 100%; height: 12px; color: #999; float: left; font-size: 12px; line-height: 12px; margin-top: 12px;}
.p_down_btn{width: 30%; max-width: 70px; height: 40px; line-height: 40px; text-align: center; float: right; background: #fff;}
.p_down_btn a{display: block; width: 100%; height: 100%; font-size: 30px; color: #fff; border-radius: 3px;}
.p_down_btn i{font-size: 26px; color: #fb7d10;}
.p_down_one:hover .p_down_btn a{background: #fb7d10;}
.p_down_one:hover .p_down_btn i{color: #fff;}

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

.main_box{width: 96%;max-width: 1220px;margin: 40px auto;overflow: hidden;}
.main_list{width: 100%;height: auto;overflow: hidden;}
.main_list ul{margin: 0;padding: 0;overflow: hidden;}
.main_list ul li{width: 100%;height: auto;margin: -120px 0 0;padding: 10px;box-sizing: border-box;align-items: flex-end;overflow: hidden;}
.main_list ul li:first-child{margin: 0;align-items: flex-start;}
.main_list ul li .img{width: 51%;background: #f6f6f6;box-sizing: border-box;border-bottom: 4px solid #f6f6f6;overflow: hidden;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.main_list ul li .img img{vertical-align: middle;max-width: 100%;}
.main_list ul li .info{width: 49%;box-sizing: border-box;padding: 0 0 30px 50px;}
.main_list ul li:nth-child(2n){flex-direction: row-reverse;}
.main_list ul li:nth-child(2n) .img{box-shadow: 0 0 10px rgba(0, 0, 0, .1)}
.main_list ul li:nth-child(2n) .info{padding: 0 50px 30px 0;}
.main_list ul li .info .title{font-size: 36px;font-weight: bold;color: #333;}
.main_list ul li .info .text{height: 90px;margin: 20px 0 0;line-height: 30px;font-size: 14px;color: #666;overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.main_list ul li .info .more{width: 100%;height: auto;opacity: 0;overflow: hidden;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.main_list ul li .info .more a{width: 120px;height: 40px;margin: 20px 0 0;border-radius: 50px;box-sizing: border-box;border: 1px solid var(--main-color);color: var(--main-color);
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.main_list ul li .info .more a:hover{background: var(--main-color);color: #fff;}
.main_list ul li:hover .img{background: #f3e8df;border-color: var(--main-color);}
.main_list ul li:hover .info .more{opacity: 1;}
@media screen and (max-width: 991px) {
	.main_box{width: 96%;margin: 2vw auto;}
	.main_list ul li{margin: 0;}
	.main_list ul li .img{width: 50%;}
	.main_list ul li .info{width: 50%;padding-bottom: 0;}
	.main_list ul li .info .title{font-size: 24px;}
	.main_list ul li .info .text{height: 72px;line-height: 24px;}
	.main_list ul li .info .more{display: none;}
}

/* Footer */
.footer_box{width: 100%;height: auto;background: #111;overflow: hidden;}
.footer_box .main{width: 96vw;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.footer_box .main .menu{width: 80%;height: auto;float: left;overflow: hidden;}
.footer_box .main .menu>ul{width: 100%;margin: 0;padding: 0;display: flex;overflow: hidden;}
.footer_box .main .menu ul li{width: 100%;height: auto;box-sizing: border-box;padding: 0 15px 0 0;overflow: hidden;}
.footer_box .main .menu>ul>li:last-child{padding: 0;}
.footer_box .main .menu ul li span{display: block;height: 30px;line-height: 16px;font-size: 16px;font-weight: bold;color: #fff;}
.footer_box .main .menu ul li ul{width: 100%;margin: 0;padding: 0;}
.footer_box .main .menu ul li ul li{width: 100%;margin: 8px 0 0;font-size: 12px;}
.footer_box .main .menu ul li ul li a{color: #aaa;}
.footer_box .main .menu ul li ul li a:hover{color: #fff;}
.footer_box .main .info{width: 20%;height: auto;float: right;}
.footer_box .main .info .title{width: 100%;height: 30px;line-height: 16px;font-size: 16px;font-weight: bold;color: #fff;}
.footer_box .main .info .title.active{margin: 50px 0 0;}
.footer_box .main .info .text{width: 100%;height: auto;overflow: hidden;}
.footer_box .main .info .text p{margin: 8px 0 0;padding: 0;font-size: 12px;color: #aaa;}
.footer_box .main .info .qr_code_box{margin: 10px 0 0}
.footer_box .main .info .qr_code_box .qr_code{width: 30px;height: 30px;margin: 0 20px 0 0;float: left;position: relative;}
.footer_box .main .info .qr_code_box .qr_code .icon{width: 30px;height: 30px;color: #aaa;overflow: hidden;}
.footer_box .main .info .qr_code_box .qr_code .icon i{font-size: 24px;}
.footer_box .main .info .qr_code_box .qr_code .img{width: 110px;height: 110px;box-sizing: border-box;padding: 5px;background: #fff;position: absolute;bottom: 0;right: 0;z-index: 2;display: none;}
.footer_box .main .info .qr_code_box .qr_code .img img{max-width: 100%;}
.footer_box .main .info .qr_code_box .qr_code:hover .img{display: block;}

.footer_box .copy_box{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;padding: 12px 0;border-top: 1px solid #333;font-size: 12px;color: #999;line-height: 20px;}
.footer_box .copy_box a{color: #999;}
.footer_box .copy_box a:hover{color: #fff;}

@media screen and (max-width: 991px) {
	.footer_box .main{display: none;}
	.footer_box .copy_box{border: 0;text-align: center;color: #fff;}
	.footer_box .copy_box a{color: #fff;}
	.footer_box .copy_box a:hover{color: #fff;}
}

/* Page Banner */
.p_banner{width: 100%;height: auto;font-size: 0;position: relative;z-index: 1;overflow: hidden;}
.p_banner .center{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 10;text-align: center;overflow: hidden;}
.p_banner .center .title{font-size: 24px;font-weight: bold;color: #fff;}
.p_banner .center .title h1{font-size: 24px; font-weight: bold; color: #fff;}
.p_banner .center .subnav{margin: 20px 0 0;font-size: 0;}
.p_banner .center .subnav i{font-size: 12px;margin: 0 10px;color: #fff;}
.p_banner .center .subnav a, .p_banner .center .subnav span{font-size: 14px;color: #fff;}
.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{width: 96%;max-width: 1200px;margin: 30px auto;overflow: hidden;}
.p_title{width: 100%;height: auto;text-align: center;font-size: 30px;color: var(--main-color);display: none;overflow: hidden;}
.p_title .line{width: 40px;height: 2px;margin: 15px auto 0;background: var(--main-color);}

.share_video {position: relative;padding-bottom: 56.25%;height: auto;overflow: hidden;}
.share_video iframe, .share_video object, .share_video embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.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-size: 30px;font-weight: bold;color: #333;padding-bottom: 10px;}

.text_details{width: 100%;height: auto;font-size: 14px;line-height: 30px;color: #666;text-align: justify;}
.text_details.main_text{margin: 50px auto;}
.text_details p{margin: 10px 0;}
.text_details img{vertical-align: middle;max-width: 100%;}
.text_details table {font-size:14px; width:100%; color:#666; 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;}

@media screen and (max-width: 991px) {
	.p_banner{display: none;}
	.p_main_box{background: #f5f5f5;}
	.p_main{width: 100%;margin: 0;}
	.p_title{width: 100%;box-sizing: border-box;padding: 20px 2vw;font-size: 24px;background: #fff;color: #000;font-weight: bold;}
	.title_details{box-sizing: border-box;padding: 20px 2vw;border-bottom: 0;}
	.title_details h1{font-size: 24px;font-weight: normal;}
	.p_title{display: block;}
}


/* About */
.p_abo_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.p_abo_box .p_title{display: none;}


@media screen and (max-width: 991px) {
	.p_abo_box{width: 100%;margin: 0;}
	.p_abo_box .p_title{display: block;}
	.text_details{width: 96vw;box-sizing: border-box;margin: 2vw auto;padding: 2vw;background: #fff;}
}


/* 产品中心 */
.p_pro_box{width: 100%;height: auto;background: #f0f1f4;overflow: hidden;}
.p_pro_box .pro_main{width: 100%;max-width: 1220px;height: auto;margin: 30px auto;overflow: hidden;}
.p_pro_box .pro_main ul{margin: -20px 0 0;padding: 10px;overflow: hidden;}
.p_pro_box .pro_main ul li{width: 32%;height: auto;box-sizing: border-box;margin: 20px 0 0;padding: 20px 20px 40px;background: #fff;float: left;text-align: center;overflow: hidden;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: solid 3px #fff;}
.p_pro_box .pro_main ul li:nth-child(3n - 1){margin: 20px 2% 0;}
.p_pro_box .pro_main ul li .img{width: 100%;height: auto;text-align: center;overflow: hidden;}
.p_pro_box .pro_main ul li .img img{vertical-align: middle;max-width: 100%;}
.p_pro_box .pro_main ul li .title{margin: 20px 0 10px;line-height: 24px;font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.p_pro_box .pro_main ul li .title em{color: #f00; font-style: normal;}
.p_pro_box .pro_main ul li .classify{font-size: 14px;color: #999;}
.p_pro_box .pro_main ul li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, .1); border-bottom: solid 3px var(--main-color);}
.p_pro_box .pro_main ul li:hover .title{color: var(--main-color);}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	.p_pro_box .pro_main{margin: 2vw 0 0;}
	.p_pro_box .pro_main .pro_list{width: 96%;margin: 0 auto;}
	.p_pro_box .pro_main ul{margin: -2vw 0 0;padding: 0;}
	.p_pro_box .pro_main ul li{width: 49%;margin: 2vw 0 0 !important;padding: 15px 2vw;}
	.p_pro_box .pro_main ul li:nth-child(2n){float: right;}
	.p_pro_box .pro_main ul li .img{max-width: 300px;margin: 0 auto;}
	.footer_box .copy_box{padding-bottom: 45px;}
}
@media screen and (max-width: 640px) {
	.p_pro_box .pro_main ul li .title{font-size: 12px;}
	.p_pro_box .pro_main ul li .classify{font-size: 10px;}
}

.pro_details{width: 100%;height: auto;overflow: hidden;}
.pro_details .pro_header{width: 100%;height: auto;padding: 0 0 40px;background: #f0f1f4;overflow: hidden;}
.pro_details .pro_header .subnav{width: 96%;max-width: 1200px;height: auto;margin: 20px auto;overflow: hidden;}
.pro_details .pro_header .subnav i{font-size: 12px;margin: 0 5px;color: #999;}
.pro_details .pro_header .subnav span{font-size: 12px;color: var(--main-color);}
.pro_details .pro_header .subnav a{font-size: 12px;color: #999;}
.pro_details .pro_header .subnav a:hover{color: var(--main-color);}
.pro_details .pro_header .pro_center{width: 96%;max-width: 1200px;height: auto;margin: 20px auto;overflow: hidden;}
.pro_details .pro_header .pro_center .pro_switch{width: 50%;height: auto;float: left;text-align: center;background: #fff;position: relative;overflow: hidden;}
.pro_details .pro_header .pro_center .pro_switch .slick-list{width: 100%;height: auto;text-align: center;}
.pro_details .pro_header .pro_center .pro_switch .slick-list img{max-width: 100%;display: inline;}
.pro_details .pro_header .pro_center .pro_switch .slick-dots{width: 90%;height: 14px;position: absolute;bottom: 15px !important;left: 5%;z-index: 10;font-size: 0;text-align: right;overflow: hidden;}
.pro_details .pro_header .pro_center .pro_switch .slick-dots li{display: inline-block;width: 12px;height: 12px;margin: 0 4px;border-radius: 50%;opacity: 1;background: #d9d9d9;overflow: hidden;}
.pro_details .pro_header .pro_center .pro_switch .slick-dots li.slick-active{background: var(--main-color);}
.pro_details .pro_header .pro_center .pro_switch .slick-dots li button{display: none;}
.pro_details .pro_header .pro_center .pro_switch .btn{width: 30px;height: 50px;line-height: 50px;text-align: center;background: rgba(0, 0, 0, 0.1);color: #fff;cursor: pointer;position: absolute;z-index: 5;top: 50%;margin: -25px 0 0;overflow: hidden;}
.pro_details .pro_header .pro_center .pro_switch .prev{left: 0;}
.pro_details .pro_header .pro_center .pro_switch .next{right: 0;}
.pro_details .pro_header .pro_center .pro_switch .prev:hover,.pro_details .pro_header .pro_center .pro_switch .next:hover{background: var(--main-color); color: #fff;}
.pro_details .pro_header .pro_center .pro_info{width: 50%;height: auto;box-sizing: border-box;padding: 0 0 0 50px;float: right;overflow: hidden;}
.pro_details .pro_header .pro_center .pro_info .title{padding: 0 0 10px;border-bottom: 1px solid #d9d9d9;font-size: 30px;font-weight: bold;color: #333;}
.pro_details .pro_header .pro_center .pro_info .title h1{font-size: 30px;font-weight: bold;color: #333;}
.pro_details .pro_header .pro_center .pro_info .text{margin: 20px 0;line-height: 30px;font-size: 14px;color: #666;}
.pro_details .pro_header .pro_center .pro_info .info{width: 100%;max-width: 330px;height: auto;box-sizing: border-box;padding: 15px;background: #fff;justify-content: space-between;overflow: hidden;}
.pro_details .pro_header .pro_center .pro_info .info a{padding: 10px 25px;border-radius: 50px;color: #fff;background: var(--main-color);}

.pro_details .pro_d_m{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;}
.pro_details .pro_d_m .pro_d_title{width: 100%;height: auto;line-height: 60px;font-size: 0;overflow: hidden;}
.pro_details .pro_d_m .pro_d_title span{width: auto;height: auto;padding: 0 20px;display: inline-block;*display: inline;*zoom: 1;border-bottom: 6px solid #fff;font-size: 18px;color: #333;vertical-align: top;cursor: pointer;overflow: hidden;}
.pro_details .pro_d_m .pro_d_title span:first-child{margin: 0;}
.pro_details .pro_d_m .pro_d_title span.active,.pro_details .pro_d_m .pro_d_title span:hover{border-color: var(--main-color);color: var(--main-color);}
.pro_details .pro_d_m .pro_d_c{width: 100%;height: auto;}
.pro_details .pro_d_m .pro_d_c .content{width: 100%;height: auto;margin: 20px 0 0;font-size: 14px;line-height: 30px;color: #333;text-align: justify;display: none;}
.pro_details .pro_d_m .pro_d_c .content:first-child{display: block;}
.pro_details .pro_d_m .pro_d_c .content p:first-child{margin-top: 0;}
.pro_details .pro_d_m .pro_d_c .content p:last-child{margin-bottom: 0;}
.pro_details .pro_d_m .pro_d_c .content img{vertical-align: middle;max-width: 100%;}
.pro_details .pro_d_m .pro_d_c .content table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.pro_details .pro_d_m .pro_d_c .content table tr:hover{ background: #f5f5f5;}
.pro_details .pro_d_m .pro_d_c .content table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.pro_details .pro_d_m .pro_d_c .content table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}

@media screen and (max-width: 991px) {
	.pro_details .pro_header .subnav{display: none;}
	.pro_details .pro_header{padding: 0;}
	.pro_details .pro_header .pro_center{margin: 2vw auto;}
	.pro_details .pro_header .pro_center .pro_switch{width: 100%;float: initial;}
	.pro_details .pro_header .pro_center .pro_switch .slick-dots{text-align: center;}
	.pro_details .pro_header .pro_center .pro_info{width: 100%;float: initial;padding: 0;background: #fff;box-sizing: border-box;margin: 2vw 0 0;padding: 20px 2vw;}
	.pro_details .pro_header .pro_center .pro_info .title h1{font-size: 24px;}
	.pro_details .pro_d_m .pro_d_title{line-height: 40px;}
	.pro_details .pro_d_m .pro_d_title span{padding: 0 12px;border-width: 3px;font-size: 16px;}
}


/* 内页 新闻 列表 */
.p_new_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.p_new_box .p_title{display: none;}
.p_new_box .new_list{width: 100%;height: auto;overflow: hidden;}
.p_new_box .new_list ul{width: 100%;margin: -30px 0 0;padding: 0;overflow: hidden;}
.p_new_box .new_list ul li{width: 100%;height: auto;padding: 24px 0;border-bottom: 2px solid #fff;overflow: hidden;}
.p_new_box .new_list ul li .img{width: 300px;height: auto;box-sizing: border-box;background: #e8e8e8;float: left;text-align: center;overflow: hidden;}
.p_new_box .new_list ul li .img img{vertical-align: middle;max-width: 100%;}
.p_new_box .new_list ul li .text{width: calc(100% - 320px);height: auto;float: right;overflow: hidden;}
.p_new_box .new_list ul li .text .title{width: 100%;height: 36px;line-height: 36px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_new_box .new_list ul li .text .title a{color: #333;}
.p_new_box .new_list ul li .text .title a em{color: #f00; font-style: normal;}
.p_new_box .new_list ul li .text .title a:hover{color: var(--main-color);}
.p_new_box .new_list ul li .text .time{width: 100%;height: 30px;line-height: 30px;font-size: 12px;color: #999;}
.p_new_box .new_list ul li .text .txt{width: 100%;height: 100px;font-size: 14px;line-height: 25px;color: #999;margin-top: 3px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.p_new_box .new_list ul li:hover{border-color: var(--main-color);}

/* 内页 新闻 详情 */
@media screen and (max-width: 991px) {
	.p_new_box{width: 100vw;box-sizing: border-box;margin: 0;padding: 2vw;}
	.p_new_box .new_list{width: 100%;overflow: hidden;}
	.p_new_box .new_list ul{margin: -2vw 0 0;}
	.p_new_box .new_list ul li{box-sizing: border-box;margin: 2vw 0 0;padding: 2vw;background: #fff;border: 0;}
	.p_new_box .new_list ul li .text{width: calc(100% - 300px);box-sizing: border-box;padding: 0 0 0 2vw;}
	.p_new_box .new_list ul li .text .txt{font-size: 12px;}
	.p_new_box .details_box .text_details{margin: 2vw 0 0}
}
@media screen and (max-width: 640px) {
	.p_new_box .new_list ul li .img{width: 44%;height: auto;border: 0;}
	.p_new_box .new_list ul li .text{width: 56%;}
	.p_new_box .new_list ul li .text .title{height: 30px;line-height: 30px;font-size: 14px;}
	.p_new_box .new_list ul li .text .time{height: 20px;line-height: 20px;margin: 0;}
	.p_new_box .new_list ul li .text .txt{height: 44px;line-height: 22px;-webkit-line-clamp: 2;}
}

/* 应用案例 */
.cas_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.cas_box .cas_list{width: 100%;height: auto;overflow: hidden;}
.cas_box .cas_list ul{margin: -20px 0 0;padding: 10px;overflow: hidden;}
.cas_box .cas_list ul li{width: 32%;height: auto;box-sizing: border-box;margin: 20px 0 0;padding: 0 0 20px;border-bottom: 1px solid #d9d9d9;float: left;overflow: hidden;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.cas_box .cas_list ul li:nth-child(3n - 1){margin: 20px 2% 0;}
.cas_box .cas_list ul li .img{width: 100%;height: auto;text-align: center;overflow: hidden;}
.cas_box .cas_list ul li .img img{vertical-align: middle;max-width: 100%;}
.cas_box .cas_list ul li .classify{margin: 20px 0 10px;font-size: 14px;color: #999; text-align: center; }
.cas_box .cas_list ul li .title{line-height: 24px;font-size: 16px;color: #333; text-align: center; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.cas_box .cas_list ul li .title em{color: #f00; font-style: normal;}
.cas_box .cas_list ul li:hover{border-color: var(--main-color);}
.cas_box .cas_list ul li:hover .title{color: var(--main-color);}
@media screen and (max-width: 768px) {
	.cas_box{margin: 2vw auto;}
	.cas_box .cas_list ul{margin: -2vw 0 0;padding: 0;}
	.cas_box .cas_list ul li{width: 49%;margin: 2vw 0 0 !important;padding: 15px 2vw;background: #fff;border: 0;}
	.cas_box .cas_list ul li:nth-child(2n){float: right;}
	.cas_box .cas_list ul li .img{max-width: 300px;margin: 0 auto;}
	.bottom_tools{display: none;}
}
@media screen and (max-width: 640px) {
	.cas_box .cas_list ul li{padding: 10px 2vw;}
	.cas_box .cas_list ul li .classify{margin: 15px 0 5px;font-size: 10px;}
	.cas_box .cas_list ul li .title{font-size: 12px;}
}

/* 资料下载 */
.down_box{width: 96%;max-width: 1200px;height: auto;margin: 20px auto;}
.down_box .down_list{width: 100%;height: auto;}
.down_box .down_list .down_one{width: 100%;height: auto;box-sizing: border-box;margin: 20px 0 0;float: left;background: #f5f5f5;font-size: 14px;color: #000;overflow: hidden;cursor: pointer;}
.down_box .down_list .down_one:first-child{margin: 0;}
.down_box .down_list .down_one .title_details{padding: 15px;background: none;border: 0;text-align: left;font-size: 16px;color: #333;}
.down_box .down_list .down_one .down_link{box-sizing: border-box;padding: 5px 15px 10px;font-size: 0;display: none;}
.down_box .down_list .down_one .down_link a{display: inline-block;height: auto;line-height: 24px;margin: 10px 5px 0 0;padding: 8px 10px;background: #fff;border-radius: 3px;border: 1px solid #e9e9e9;font-size: 14px;color: #333;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.down_box .down_list .down_one .down_link a:hover{background: var(--main-color);border-color: var(--main-color);color: #fff;}
.down_box .down_list .down_one:first-child .down_link{display: block;}
.down_box .down_list .down_one.active .title_details{background: var(--main-color);color: #fff;}
@media screen and (max-width: 991px) {
	.down_box{margin: 2vw auto;}
	.down_box .down_list{margin: 0 0 2vw;}
	.down_box .down_list .down_one{margin: 2vw 0 0;background: #fff;}
	.down_box .down_list .down_one .down_link a{font-size: 12px;}
}



/* 内页 在线留言 */
.feed_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.feed_box .feed_header .title{font-size: 16px;font-weight: bold;}
.feed_box .feed_header .text{margin: 10px 0 0;line-height: 24px;font-size: 14px;color: #666;}

.feed_box .feed_list{width: 100%;max-width: 900px;height: auto;margin: 30px 0 0;overflow: hidden;}
.feed_box .feed_list .layui-form-item{width: 100%;}
.feed_box .feed_list .layui-form-item:first-child{margin: 0;}
.feed_box .feed_list .layui-form-item .layui-inline{width: 50%;}
.feed_box .feed_list .layui-form-item .layui-inline input{height: 50px;}
.feed_box .feed_list .layui-form-item .layui-inline.active .layui-input-inline{width: calc(100% - 170px) !important;margin: 0;left: 0;float: left;}
.feed_box .feed_list .layui-form-item .layui-inline.active .layui-form-img{width: 160px;height: 50px;float: right;border-radius: 3px;overflow: hidden;}
.feed_box .feed_list .layui-form-item .layui-inline.active .layui-form-img img{max-width: 100%;}

@media screen and (max-width: 991px) {
	.feed_box{margin: 3vw auto 40px;}
	.feed_box .feed_header{box-sizing: border-box;padding: 15px 2vw;background: #fff;}
	.feed_box .feed_list{margin: 2vw 0 0;}
	.feed_box .feed_list .layui-form-item{display: block;margin: 10px 0 0;}
	.feed_box .feed_list .layui-form-item.flex_center{margin: 0}
	.feed_box .feed_list .layui-form-item .layui-inline{width: 100%;margin: 10px 0 0;}
}

.search_link{width: 100%;height: auto;margin: 0 0 20px;text-align: center;font-size: 0;overflow: hidden;}
.search_link a{display: inline-block;width: auto;height: 40px;line-height: 40px;margin: 0 5px;padding: 0 25px;border-radius: 3px;background: #e4e4e4;font-size: 16px;color: #333;overflow: hidden;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.search_link span{display: inline-block; width: auto;height: 40px;line-height: 40px;margin: 0 5px;padding: 0 25px;border-radius: 3px;background: #e4e4e4;font-size: 16px;color: #999;overflow: hidden; cursor: not-allowed;}
.search_link a.active, .search_link a:hover{background: var(--main-color);color: #fff;}
@media screen and (max-width: 991px) {
	.search_link{box-sizing: border-box;margin: 0 0 2vw;padding: 15px 2vw;background: #fff;}	
}

/* 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;border-radius: 3px;line-height: 40px;display: inline-block;*display: inline;*zoom: 1;background: #f5f5f5;font-size: 14px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_pro_box .list a, .p_pro_box .list span{background: #fff;}
.list a.active,.list a:hover{background: var(--main-color);color: #fff;}
.list span{padding: 0 5px;background: none;}

@media screen and (max-width: 991px) {
	.list{margin: 2vw 0 0;padding: 2vw; background: #fff;}
	.list a, .list span{max-width: 80px;background: #f5f5f5;}
}

#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:#f0810d;}

/* 定义在线客服 */
*html{background-image:url(about:blank); background-attachment:fixed;}
.bottom_tools{top:50%; margin-top:-115px; position:fixed; z-index:999; right:0px; _position:absolute;}
.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; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.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; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.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;}