@charset "utf-8";
/* CSS Document */
/* 创络科技 https://www.chuangluo.com */

/*初始样式、共同样式*/
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*html {background-image:url("about:blank"); background-attachment:fixed;}
ul,ol {list-style:none;}
a{text-decoration: none;color: #000;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{-webkit-tap-highlight-color: transparent;}
img {border:0px;}
input,textarea{font-family: Arial,'微软雅黑';font-size: 16px;resize: none;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"]{-webkit-appearance: none;}
textarea{-webkit-appearance: none;}
h1, h2, h3, h4, h5, h6 {font-size:120%;}
body{ word-wrap:break-word; margin:0px; padding:0px;font-family: Arial,'微软雅黑';overflow-x: hidden;}
.imgmid {display:inline-block; *display:inline; *zoom:1; height:100%; width:1px; margin-left:-1px; vertical-align:middle;}
.cle {clear:both; width:0; height:0; display:block; overflow:hidden; font-size:0px;}
.c_box{width: 100%;height: 100%;position: relative;word-wrap:break-word;}
.c_m{width: 100%;height: 100%;*height: auto;display: table;*position: absolute;*top: 50%;*left: 50%;table-layout: fixed;}
.c_t{width: 100%;height: 100%;*height: auto;display: table-cell;vertical-align: middle;*position: relative;*top: -50%;*left: -50%;}
.un_show{display: none;}
.hover_shadow{position: relative; top: 0; z-index: 888;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
.hover_shadow:hover{top: -4px; -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.15); -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.15); box-shadow: 0 10px 25px rgba(0,0,0,0.15); -webkit-transition: translate3d(0, -2px, 0); -moz-transition: translate3d(0, -2px, 0); transition: translate3d(0, -2px, 0); z-index: 999;}
/* 全局颜色设置 */
:root{
	--color: #e6171d;
	--bgcolor: #f5f6fb;
}
/* 水平垂直居中 */
.flex_center{
	display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;
	align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
/* 两端对齐 */
.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: 44px;line-height: 44px;padding: 0 30px;border: 0;-moz-border-radius: 50px;border-radius: 50px;background: var(--color);font-size: 14px;}
.layui-btn i{margin: 0 5px 0 0;}


/*Header*/
.header_box{width: 100%;height: auto;position: relative;z-index: 10;}
.header_box .h_content{width: 94%;max-width: 1200px;height: 120px;margin: 0 auto;}
.header_box .h_content .logo{width: 60%;max-width: 157px;height: 100%;float: left;overflow: hidden;}
.header_box .h_content .logo img{vertical-align: middle;max-width: 100%;max-height: 60%;}
.header_box .h_content .column{width: 70%;max-width: calc(100% - 180px);height: 100%;float: right;display: flex; align-items: center; justify-content: flex-end;overflow: hidden;}
.header_box .h_content .column .tel{width: auto;height: auto;float: left;font-size: 18px;color: #21344b;overflow: hidden;}
.header_box .h_content .column .tel .icon{ width: 40px; flex-basis: 40px; height: 40px; margin-right: 10px; border-radius: 50%; background: var(--color); color: #fff; overflow: hidden; }
.header_box .h_content .column .tel .icon i{ font-size: 22px; }
.header_box .h_content .column .tel .info .text{ line-height: 1; font-size: 14px; color: #666; }
.header_box .h_content .column .tel .info .phone{ margin-top: 5px; line-height: 1; font-size: 24px; color: var(--color); }
.header_box .h_content .column .search_form{width: 380px;height: auto;margin-left: 3vw;position: relative;overflow: hidden;}
.header_box .h_content .column .search_form .form_info{width: 100%;height: 40px;box-sizing: border-box;border: 1px solid var(--color);border-radius: 50px;overflow: hidden;}
.header_box .h_content .column .search_form .form_info form{width: 100%;height: 100%;display: block;position: relative;overflow: hidden;}
.header_box .h_content .column .search_form .form_info form input{display: block;}
.header_box .h_content .column .search_form .form_info form input[type="text"]{width: 70%;height: 100%;padding: 0 15px;border: none;background: #fff;font-size: 14px;color: #333;}
.header_box .h_content .column .search_form .form_info form input[type="submit"]{width: 30%;height: 100%;position: absolute;right: 0;top: 0;z-index: 3;border: 0;background: none;cursor: pointer;}
.header_box .h_content .column .search_form .form_info form .ico_search{width: 30%;height: 100%;position: absolute;top: 0;right: 0;z-index: 2;text-align: center;font-size: 12px;background: var(--color);color: #fff;}
.header_box .h_content .column .search_form .form_info form .ico_search i{font-size: 14px;margin-right: 10px;vertical-align: middle;}
.header_box .h_content .column .search_form .form_link{width: 100%;height: auto;margin-top: 10px;font-size: 14px;overflow: hidden;}
.header_box .h_content .column .search_form .form_link span, .header_box .h_content .column .search_form .form_link strong{color: #666; font-weight:normal;}
.header_box .h_content .column .search_form .form_link strong:hover{color: var(--color); cursor: pointer;}
.header_box .h_content .column .m_search_icon{width: 40px;height: 40px;line-height: 40px;color: var(--color);display: none;overflow: hidden; text-align: center;}
.header_box .h_content .column .m_search_icon i{ font-size: 24px; }
.header_box .h_content .column .nav_btn{width: 40px;height: 40px;line-height: 40px;text-align: right; display: none;overflow: hidden;}
.header_box .h_content .column .nav_btn i{font-size: 24px; color: var(--color);}

.top_nav_box{display:none;}
/* PC导航 */
.menu_nav{width: 100%; height: 44px;line-height: 44px;background: var(--color);position: relative; z-index: 5;}
.menu_nav>ul{width: 94%;max-width: 1200px;height: 100%; margin: 0 auto;padding: 0;display: flex;justify-content: space-between;}
.menu_nav>ul>li{width: auto; flex: 1; height: 100%;text-align: center;position: relative;}
.menu_nav>ul>li>a{width: 100%; height: 100%;display: block;box-sizing: border-box;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: #a80207; }
.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:last-child>ul{left: initial; right: 0;}
.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(--active);}
.menu_nav>ul>li>ul li>a.active{color: var(--active);}
.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;}

@media screen and (max-width: 1280px) {
	.header_box .h_content .column{width: 75%;}
	.header_box .h_content .column .menu_nav>ul>li>a{ font-size: 14px; }
}

@media screen and (max-width: 990px) {
	.header_box{border-bottom: 1px solid var(--color);}
	.header_box .h_content{ height: 70px; line-height: 70px; }
	.header_box .h_content .logo{width: 50%;}
	.header_box .h_content .column{ width: 40%; max-width: 40%; }
	.header_box .h_content .column .tel{display: none;}
	.header_box .h_content .column .search_form{display: none;}
	.header_box .h_content .column .nav_btn{display: block;}
	.header_box .h_content .column .m_search_icon{display: block;}
	.menu_nav{display: none;}
	.top_nav_box{display:block; position:absolute; float:left; width:100%; height:36px; background:#fff; border-bottom:solid 1px #d9d9d9; line-height:36px; z-index:999999;}
	.top_nav_box>ul{display:block; width:100%; height:100%; position:relative;}
	.top_nav_box>ul>li{display:block; width:20%; height:100%; font-size:14px; color:#666; float:left; text-align:center; cursor:pointer; overflow:hidden;}
	.top_nav_box>ul>li span{font-size:12px;}
	.top_nav_box>ul>li i{font-size:12px; color:#999; padding-left:5px;}
	.top_nav_box>ul>li>ul{display:none; width:100%; height:auto; background:#fff; position:absolute; left:0; top:36px; overflow-y:auto; border-top:solid 1px #d9d9d9;}
	.top_nav_box>ul>li:hover>ul{display:block;}
	.top_nav_box>ul>li>ul>li{width:100%; border-bottom:solid 1px #f5f5f5;}
	.top_nav_box>ul>li>ul.for_add>li{width:50%; border-bottom:solid 1px #f5f5f5;}
	.top_nav_box>ul>li>ul>li>a{width:100%; height:46px; line-height:46px; font-size:16px; color:#666;}
	.top_nav_box>ul>li>ul>li:hover>a{color:#ffb800;}
	.top_nav_box>ul>li>ul>li.active>a{color:#f00;}
	.top_nav_box>ul>li>ul>li>ul{display:none; width:50%; height:100%; background:#f9f9f9; position:absolute; right:0; top:0; overflow-y:auto;}
	.top_nav_box>ul>li>ul>li.active>ul{display:block; z-index:10;}
	.top_nav_box>ul>li>ul>li:hover>ul{display:block; z-index:100;}
	.top_nav_box>ul>li>ul>li>ul>li{display:block; width:100%; border-bottom:solid 1px #fff;}
	.top_nav_box>ul>li>ul>li>ul>li>a{width:100%; height:46px; line-height:46px; font-size:16px; color:#666;}
	.top_nav_box>ul>li>ul>li>ul>li:hover>a{color:#ffb800;}
	.top_nav_box>ul>li>ul>li>ul>li.active>a{color:#f00;}
	.pro_classify{display:none;}
}
@media screen and (max-width: 640px) {
	.header_box .h_content{height: 64px;}
	.header_box .h_content .nav_btn{line-height: 64px;}
}


/* 手机导航 */
.nav_box{width: 70%; max-width: 400px; height: 100%;position: fixed;top: 0;left: -70%;z-index: 99;background: #fff;overflow: hidden;overflow-y: auto;}
.nav_close{width: 100%;height: 71px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 20px;border-bottom: 1px solid var(--color);overflow: hidden;}
.nav_close .lan_box{width: auto; height: auto; margin: 20px 0 0; float: right; overflow: hidden;}
.nav_close .lan_box a{display: inline-block; width: auto; height: 30px; padding: 0 10px; text-align: center; line-height: 30px; -moz-border-radius: 50px; border-radius: 50px; background: #f0f0f0; color: #999; font-size: 14px; margin-left: 10px;}
.nav_close .lan_box a.active{background: var(--color); color: #fff;}
.nav_close .close{width: 60px;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{width: 100%;height: auto;margin: 0;padding: 0;overflow: hidden;}
.nav_list ul li{width: 100%;height: auto;border-bottom: 1px solid #f5f5f5;overflow: hidden;}
.nav_list ul li:last-child{border: 0;}
.nav_list ul li a{width: 100%;height: auto;display: block; color: #333; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px 45px 20px 20px; font-size: 16px;position: relative;overflow: hidden;}
.nav_list ul li a .icon_right{width: 20px;height: 40px;position: absolute;top: 50%;right: 20px;margin: -20px 0 0;z-index: 2;line-height: 40px;text-align: center;font-size: 14px;color: #999;overflow: hidden;}
.nav_list>ul>li>a.active{background: var(--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; -moz-border-radius: 50%; border-radius: 50%; text-align: center; line-height: 14px; margin-left: 6px;vertical-align:text-top;}
.nav_list ul li ul li a.active{background: none;color: var(--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 8px;padding: 0; cursor: pointer; font-size: 0px; background: #fff; opacity: .5; -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{opacity: 1;}
@media screen and (max-width: 990px) {
	.idx_banner img {min-height: 300px;}
}

@media screen and (max-width: 576px) {
	.idx_banner img {min-height: 200px;}/* 200～220px左右效果都还可以 */
	.nav_close .close{ width: 50px; }
	.nav_close .lan_box a{font-size: 12px;}
}

/* 首页默认布局样式 */
.idx_box{width: 100%;height: auto;overflow: hidden;}
.idx_main{width: 94%;margin: 50px auto;overflow: hidden;}
.idx_title{width: 100%;height: auto;text-align: center;overflow: hidden;}
.idx_title .title{font-size: 26px;color: #333;}
.idx_title .title span{color: var(--color);}
.idx_title .more a{font-size: 14px; color: #999;}
.idx_title .more a:hover{color: var(--color);}

@media screen and (max-width: 1200px) {
	.menu_nav>ul>li>a{font-size: 14px;}
}
@media screen and (max-width: 990px) {
	.idx_title .title{font-size: 24px;}
}
@media screen and (max-width: 768px) {
	.idx_title .title{font-size: 20px;}
}
@media screen and (max-width: 480px) {
	.idx_title .title{font-size: 18px;}
	.idx_title .more a{font-size: 12px; }
}

/* 产品列表 */
.idx_pro{ width: 94%; max-width: 1200px; height: auto; margin: 40px auto; overflow: hidden; }
.idx_pro .idx_title{width: 100%;height: auto; overflow: hidden;}
.idx_pro .idx_pro_list{width: 100%;height: auto;margin-top: 30px;overflow: hidden;}
.idx_pro .idx_pro_list ul{width: 100%;height: auto;margin-top: -20px;padding: 0;overflow: hidden;}
.idx_pro .idx_pro_list ul li{width: calc(25% - 14px);height: auto;float: left;margin: 20px 15px 0 0;position: relative;overflow: hidden;}
.idx_pro .idx_pro_list ul li a{width: 100%;height: auto;display: block;background: #f5f6fb;box-sizing: border-box;padding: 10px;overflow: hidden;}
.idx_pro .idx_pro_list ul li a .img{width: 100%;height: auto;background: #fff;font-size: 0;text-align: center;overflow: hidden;}
.idx_pro .idx_pro_list ul li a .img .pb{padding-bottom: 75%;}
.idx_pro .idx_pro_list ul li a .img img{max-width: 100%; vertical-align: middle; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.idx_pro .idx_pro_list ul li a .info{width: 100%;height: auto;margin-top: 10px;overflow: hidden;}
.idx_pro .idx_pro_list ul li a .info .title{ width: 100%; height: 60px; line-height: 20px; font-size: 14px; color: #666; overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.idx_pro .idx_pro_list ul li a .info .bottom{width: 100%;height: auto;margin-top: 10px;overflow: hidden;}
.idx_pro .idx_pro_list ul li a .info .bottom .address{font-size: 12px;color: #999;}
.idx_pro .idx_pro_list ul li a .info .bottom .price{font-size: 14px;color: #333;}
.idx_pro .idx_pro_list ul li a .info .bottom .price span{color: var(--color);}
.idx_pro .idx_pro_list ul li a:hover .img img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.idx_pro .idx_pro_list ul li a:hover .info .title{color: var(--color);}

/* 小广告 */
.small_banner{ width: 94%; max-width: 1200px; height: auto; margin: 40px auto; font-size: 0; overflow: hidden; }
.small_banner img{max-width: 100%;}

@media screen and (min-width: 991px) {
	.idx_pro .idx_pro_list ul li:nth-child(4n){ margin-right: 0; }
}
@media screen and (max-width: 990px) {
	.idx_pro{margin: 30px auto;}
	.idx_pro .idx_pro_list ul li{ width: calc(50% - 10px); margin: 20px 0 0; }
	.idx_pro .idx_pro_list ul li:nth-child(2n){float: right;}

	.small_banner{margin: 30px auto;}
}
@media screen and (max-width: 768px) {
	.idx_pro{margin: 20px auto;}
	.idx_pro .idx_pro_list{margin-top: 15px;}
	.idx_pro .idx_pro_list ul{margin-top: -16px;}
	.idx_pro .idx_pro_list ul li{ width: calc(50% - 8px); margin: 16px 0 0; }

	.small_banner{margin: 20px auto;}
}
@media screen and (max-width: 480px) {
	.idx_pro .idx_pro_list ul{margin-top: -12px;}
	.idx_pro .idx_pro_list ul li{ width: calc(50% - 6px); margin: 12px 0 0; }
	.idx_pro .idx_pro_list ul li a .info .bottom .price{font-size: 12px;}
}


/* 底部 */
.footer_box{width: 100%;height: auto;background: #333;overflow: hidden;}
.footer_box .footer_main{ width: 94%; max-width: 1200px; height: auto; margin: 40px auto; overflow: hidden; }
.footer_box .footer_main .f_nav{flex-basis: 30%;}
.footer_box .footer_main .f_nav ul{width: 100%;height: auto;margin-top: -20px;overflow: hidden;}
.footer_box .footer_main .f_nav ul li{width: 30%;height: 14px;line-height: 14px;margin: 20px 0 0;box-sizing: border-box;padding: 0 25px 0 0;float: left;overflow: hidden;}
.footer_box .footer_main .f_nav ul li:nth-child(3n - 1){ width: 40%; padding: 0 25px; border: 1px solid #fff;border-top: 0;border-bottom: 0;}
.footer_box .footer_main .f_nav ul li:nth-child(3n){padding: 0 0 0 25px;}
.footer_box .footer_main .f_nav ul li a{font-size: 14px;color: #fff;}
.footer_box .footer_main .f_nav ul li a:hover{text-decoration: underline;}
.footer_box .footer_main .f_con{color: #fff; box-sizing: border-box; padding: 0 5%; border: 1px solid #404040; border-top: 0; border-bottom: 0; }
.footer_box .footer_main .f_con .icon{ width: 44px; flex-basis: 44px; height: 44px; border: 2px solid #fff; margin-right: 10px; border-radius: 50%; color: #fff; overflow: hidden; }
.footer_box .footer_main .f_con .icon i{ font-size: 26px; }
.footer_box .footer_main .f_con .info .text{ line-height: 1; font-size: 14px; }
.footer_box .footer_main .f_con .info .phone{ margin-top: 8px; line-height: 1.2; font-size: 28px;}
.footer_box .footer_main .f_qrcode .img{ flex-basis: 110px; font-size: 0; }
.footer_box .footer_main .f_qrcode .img img{width: 100%;}
.footer_box .footer_main .f_qrcode .info{ margin-left: 20px;}
.footer_box .footer_main .f_qrcode .info .icon{width: 100%;height: auto;text-align: center;overflow: hidden;}
.footer_box .footer_main .f_qrcode .info .icon i{font-size: 48px;color: #fff;}
.footer_box .footer_main .f_qrcode .info .text{ width: 100%;height: auto;margin-top: 15px;text-align: center;line-height: 1.5; font-size: 14px;color: #fff;overflow: hidden; }
.footer_box .copy{width: 100%;height: auto;background: #252525;overflow: hidden;}
.footer_box .copy .center{ width: 94%; max-width: 1200px; height: auto; margin: 15px auto; font-size: 14px; color: #d4d4d4; line-height: 1.5; overflow: hidden; }
.footer_box .copy .center a{color: #d4d4d4;}
.footer_box .copy .center a:hover{color: var(--color);}

@media screen and (max-width: 990px) {
	.footer_box .footer_main{display: none;}
	.footer_box .copy .center{text-align: center;}
}


/* 内页默认样式 */
.p_box{width: 100%;height: auto;background: #f5f5f5;overflow: hidden;}
.p_box>.p_main{width: 94%;max-width: 1200px;margin: 0 auto;overflow: hidden;}
.p_title{width: 100%;height: auto;box-sizing: border-box;padding: 20px;border-bottom: 1px solid #d9d9d9;overflow: hidden;}
.p_title .title{height: 16px;line-height: 16px;font-size: 16px;color: #333;padding-left: 10px;position: relative;}
.p_title .title::before{ content: ''; width: 3px; height: 100%; background: var(--color); position: absolute; left: 0; top: 0; }
.p_title .navigation{width: auto;padding: 0;}
/* 面包屑导航 */
.navigation{width: 100%; box-sizing: border-box;line-height: 1;padding: 20px 3%;font-size: 12px;color: var(--active);overflow: hidden;}
.navigation i.icon-index{color: #006bb6;}
.navigation i{font-size: 14px;vertical-align: middle;margin: 0 10px 0 0;color: #999;}
.navigation i.icon_you{margin: 0 10px;font-size: 12px;}
.navigation span{margin: 0 8px;font-family: '宋体';font-size: 10px;vertical-align: top;color: #999;}
.navigation a{color: #999;}
.navigation a:hover{color: var(--active);}

/* 内页文本 默认样式 */
.title_details{width: 100%;height: auto;padding: 0 0 25px;background: #fff;border-bottom: 1px dashed #d9d9d9;text-align: center;font-size: 14px;color: #999;overflow: hidden;}
.title_details h1{margin: 0;padding: 0;font-weight: normal;font-size: 24px;color: var(--active);padding-bottom: 10px;}
.text_details{width: 100%;height: auto;font-size: 14px;line-height: 1.5;color: #333;text-align: justify;overflow: hidden;}
.text_details p{margin-top: 15px;}
.text_details p:first-child{margin: 0;}
.text_details img{vertical-align: middle;max-width: 100%;}
.text_details table {font-size: 16px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.text_details table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.text_details table td {border-width: 1px; padding: 2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}
@media screen and (max-width: 990px) {
	.text_details{ font-size: 14px; }
	.text_details p{ margin-top: 12px; }
}

/* 产品列表 */
.p_pro{ width: 100%;height: auto;margin: 30px 0;overflow: hidden; }
.p_pro .pro_classify{width: 100%;height: auto;box-sizing: border-box;padding: 20px; background: #fff; border: 1px solid #d9d9d9; overflow: hidden;}
.p_pro .pro_classify .classify_one{width: 100%;height: auto;margin-top: 15px;overflow: hidden;}
.p_pro .pro_classify .classify_one:first-child{margin-top: 0;}
.p_pro .pro_classify .classify_one .label{ width: 60px; height: 30px; line-height: 30px; box-sizing: border-box; padding-left: 10px; float; float: left; border-radius: 3px; background: var(--color); text-align: center; font-size: 14px; font-weight: bold; color: #fff; overflow: hidden; }
.p_pro .pro_classify .classify_one .info{ width: calc(100% - 80px); height: auto; line-height: 30px; float: right; position: relative; overflow: hidden; }
.p_pro .pro_classify .classify_one .info .menu{width: 100%;height: auto;overflow: hidden;}
.p_pro .pro_classify .classify_one .info .menu>ul, .p_pro .pro_classify .classify_one .info>ul{width: 100%;height: auto;overflow: hidden;}
.p_pro .pro_classify .classify_one .info .menu>ul li, .p_pro .pro_classify .classify_one .info>ul li{ width: auto; height: 30px; float: left; margin-right: 10px; overflow: hidden; }
.p_pro .pro_classify .classify_one .info .menu>ul li a, .p_pro .pro_classify .classify_one .info>ul li a{ display: inline-block; width: auto; height: 100%; padding: 0 10px; border-radius: 3px; font-size: 14px; color: #333; overflow: hidden;-webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; }
.p_pro .pro_classify .classify_one .info .menu>ul li:last-child, .p_pro .pro_classify .classify_one .info>ul li:last-child{margin-right: 0;}
.p_pro .pro_classify .classify_one .info .menu>ul li.active a, .p_pro .pro_classify .classify_one .info>ul li.active a{ background: #a80207; color: #fff; }
.p_pro .pro_classify .classify_one .info .menu>ul li:hover a, .p_pro .pro_classify .classify_one .info>ul li:hover a{ background: var(--color); color: #fff; }

.p_pro .pro_classify .classify_one .info .menu_subnav{width: 100%;height: auto;margin-top: 10px;overflow: hidden;}
.p_pro .pro_classify .classify_one .info .menu_subnav ul{width: 100%;height: auto;overflow: hidden;}
.p_pro .pro_classify .classify_one .info .menu_subnav ul li{line-height: 1;display: none;}
.p_pro .pro_classify .classify_one .info .menu_subnav ul li:first-child{display: block;}
.p_pro .pro_classify .classify_one .info .menu_subnav ul li a{display: inline-block; width: auto; height: 20px;line-height: 20px; margin: 5px 10px 0; border-radius: 3px; font-size: 14px; color: #999;vertical-align: middle; overflow: hidden;-webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; }
.p_pro .pro_classify .classify_one .info .menu_subnav ul li a.active, .p_pro .pro_classify .classify_one .info .menu_subnav ul li a:hover{color: var(--color);}
.go_backcolor ul li a{background: #f5f6fb;}
.go_backcolor ul li a i{color: #f00; padding-left: 5px; font-size: 14px; line-height: 18px;}
.go_backcolor ul li a:hover i{color: #fff;}
.no_line{border-top: none !important;}

.p_pro .pro_main{width: 100%;height: auto;margin-top: 40px;overflow: hidden;}
.p_pro .pro_main .pro_content{width: 72.5%;height: auto;float: left;overflow: hidden;}
.p_pro .pro_main .pro_content .pro_list{width: 100%;height: auto;overflow: hidden;}
.p_pro .pro_main .pro_content .pro_list .pro_one{width: 100%;height: auto;margin-top: 18px;box-sizing: border-box;background: #fff;border: 1px solid #d9d9d9;padding: 20px 17px;overflow: hidden;align-items: stretch;}
.p_pro .pro_main .pro_content .pro_list .pro_one:first-child{margin-top: 0;}
.p_pro .pro_main .pro_content .pro_list .pro_one .img{ flex-basis: 26%; height: auto; margin-right: 20px;text-align: center; overflow: hidden; }
.p_pro .pro_main .pro_content .pro_list .pro_one .img .pb{padding-bottom: 75%;}
.p_pro .pro_main .pro_content .pro_list .pro_one .img img{max-width: 100%; vertical-align: middle;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content{ flex: 1; height: auto; flex-direction: column; }
.p_pro .pro_main .pro_content .pro_list .pro_one .content .title{width: 100%;height: auto;font-size: 18px;overflow: hidden;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .title a{color: #333;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .title a:hover{color: var(--color);}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info{width: 100%;height: auto;align-items: flex-start;overflow: hidden;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left{ flex: 1;margin-right: 20px; flex-direction: column;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .text{width: 100%;height: 50px;line-height: 25px;font-size: 14px;color: #666;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .bottom{width: 100%;height: auto;margin-top: 15px;display: flex;flex-wrap: wrap;overflow: hidden;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .bottom .item{width: 45%;height: 14px;line-height: 14px;margin-top: 10px;margin-right: 5%;font-size: 14px;color: #666;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .bottom .item:first-child, .p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .bottom .item:nth-child(2){margin-top: 0;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .bottom .item span{color: var(--color);}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right{ flex-basis: 100px; }
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .price{font-size: 16px;color: #333;text-align: right;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .price span{margin-right: 5px;font-size: 24px;color: var(--color);}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .price em{margin-right: 5px;font-size: 16px;color: var(--color); font-style: normal;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .more{width: 100%;max-width: 100px;height: auto;margin-top: 10px;overflow: hidden;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .more a{width: 100%;height: 36px;line-height: 36px;box-sizing: border-box;padding: 0 5px;border-radius: 3px;display: block;background: var(--color);text-align: center;font-size: 14px;color: #fff;overflow: hidden;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s;}
.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .more a:hover{background: #a80207;}
.p_pro .pro_main .pro_content .pro_list .pro_one:hover .img img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}

.hot_box{width: 25%;height: auto;float: right;box-sizing: border-box;background: #fff;border: 1px solid #d9d9d9;padding: 20px;overflow: hidden; margin-bottom: 30px;}
.hot_box .hot_title{width: 100%;height: auto;line-height: 1;font-size: 18px;color: #333;box-sizing: border-box;padding-left: 10px;position: relative;overflow: hidden;}
.hot_box .hot_title::before{ content: ''; width: 3px; height: 100%; background: var(--color); position: absolute; left: 0; top: 0; }
.hot_box .hot_pro{width: 100%;height: auto;margin-top: 20px;overflow: hidden;}
.hot_box .hot_pro ul{width: 100%;height: auto;margin-top: -20px;padding: 0;overflow: hidden;}
.hot_box .hot_pro ul li{width: 100%;height: auto;float: left;margin: 20px 0 0 0;position: relative;overflow: hidden;}
.hot_box .hot_pro ul li a{width: 100%;height: auto;display: block;overflow: hidden;}
.hot_box .hot_pro ul li a .img{width: 100%;height: auto;background: #fff;font-size: 0;text-align: center;overflow: hidden;}
.hot_box .hot_pro ul li a .img .pb{padding-bottom: 75%;}
.hot_box .hot_pro ul li a .img img{max-width: 100%; vertical-align: middle; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.hot_box .hot_pro ul li a .info{width: 100%;height: auto;margin-top: 10px;overflow: hidden;}
.hot_box .hot_pro ul li a .info .title{ width: 100%; height: auto; line-height: 20px; font-size: 14px; color: #666; overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.hot_box .hot_pro ul li a .info .bottom{width: 100%;height: auto;margin-top: 10px;overflow: hidden;}
.hot_box .hot_pro ul li a .info .bottom .address{font-size: 12px;color: #999;}
.hot_box .hot_pro ul li a .info .bottom .price{font-size: 14px;color: #333;}
.hot_box .hot_pro ul li a .info .bottom .price span{color: var(--color);}
.hot_box .hot_pro ul li a:hover .img img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.hot_box .hot_pro ul li a:hover .info .title{color: var(--color);}

@media screen and (max-width: 1280px) {
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .title{font-size: 16px;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .text{height: 40px;line-height: 20px; font-size: 12px;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .bottom{margin-top: 10px;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .bottom .item{font-size: 12px;margin-top: 5px;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .price{font-size: 12px;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .price span{font-size: 24px;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .more a{height: 30px;line-height: 30px;font-size: 12px;}
}
@media screen and (max-width: 990px) {
	.p_pro .pro_classify{border: 0;}

	.p_pro .pro_main{margin-top: 20px;}
	.p_pro .pro_main .pro_content{width: 100%;float: initial;}
	.p_pro .pro_main .pro_content .pro_list .pro_one{border: 0;}

	.hot_box{width: 100%;float: initial;margin-top: 30px;border: 0;background: none;padding: 0;}
	.hot_box .hot_pro ul{margin-top: -20px;}
	.hot_box .hot_pro ul li{width: calc(50% - 10px);float: left;margin-top: 20px;}
	.hot_box .hot_pro ul li:nth-child(2n){float: right;}
	.hot_box .hot_pro ul li a .info{background: #fff;box-sizing: border-box;margin-top: 1px;padding: 15px 20px;}
}
@media screen and (max-width: 768px) {
	.p_pro .pro_classify{padding: 15px;}
	.p_pro .pro_classify .classify_one .label{font-size: 12px;}
	.p_pro .pro_classify .classify_one .info{width: calc(100% - 70px);}
	.p_pro .pro_classify .classify_one .info .menu>ul li a, .p_pro .pro_classify .classify_one .info>ul li a{font-size: 12px;}
	.p_pro .pro_classify .classify_one .info .menu_subnav ul li a{font-size: 12px;}

	.p_pro .pro_main .pro_content .pro_list .pro_one{padding: 15px;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info{ align-items: flex-end; }
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left .text{display: none;}

	.hot_box .hot_pro{margin-top: 15px;}
	.hot_box .hot_pro ul{margin-top: -16px;}
	.hot_box .hot_pro ul li{ width: calc(50% - 8px); margin: 16px 0 0; }
	.hot_box .hot_pro ul li a .info{padding: 12px 15px;}
}

@media screen and (max-width: 640px) {
	.p_pro .pro_main .pro_content .pro_list .pro_one .img{flex-basis: 40%;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info{display: block;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .left{display: none;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right{display: flex;align-items: center;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .price{text-align: left;}
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .info .right .more{margin: 0 0 0 20px;}
}
@media screen and (max-width: 480px) {
	.p_pro .pro_main .pro_content .pro_list .pro_one .content .title{font-size: 14px;}

	.hot_box .hot_pro ul{margin-top: -12px;}
	.hot_box .hot_pro ul li{ width: calc(50% - 6px); margin: 12px 0 0; }
	.hot_box .hot_pro ul li a .info .bottom .price{font-size: 12px;}
}

.pro_details{width: 100%;height: auto;box-sizing: border-box;padding: 20px;border: 1px solid #d9d9d9;background: #fff;overflow: hidden;}
.pro_details .title{font-size: 20px;color: #333;}
.pro_details .details_content{width: 100%;height: auto;margin-top: 20px;overflow: hidden;}
.pro_details .details_content .pro_swiper{width: 40%;height: auto;float: left;overflow: hidden;}
.pro_details .details_content .pro_swiper .pro_big{width: 100%;height: auto;overflow: hidden;}
.pro_details .details_content .pro_swiper .pro_big .pb{padding-bottom: 75%;font-size: 0;}
.pro_details .details_content .pro_swiper .pro_big .gallery-top{width: 100%;height: auto;overflow: hidden;}
.pro_details .details_content .pro_swiper .pro_big .gallery-top .swiper-wrapper .swiper-slide img{max-width: 100%;}
.pro_details .details_content .pro_swiper .gallery-thumbs{width: 100%;height: auto;margin-top: 20px;overflow: hidden;}
.pro_details .details_content .pro_swiper .gallery-thumbs .swiper-slide{width: 100%;height: auto;box-sizing: border-box;border: 2px solid #d9d9d9;}
.pro_details .details_content .pro_swiper .gallery-thumbs .swiper-slide img{max-width: 100%;}
.pro_details .details_content .pro_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{border-color: var(--color);}
.pro_details .details_content .details_info{width: calc(60% - 30px);height: auto;float: right;overflow: hidden;}
.pro_details .details_content .details_info .info_1{width: 100%;height: auto;display: flex;overflow: hidden;}
.pro_details .details_content .details_info .info_1 span{flex: 1;margin-right: 10px;padding: 5px;background: #ffd7d8;text-align: center;border-radius: 3px;color: #333;}
.pro_details .details_content .details_info .info_1 span:last-child{margin: 0;}
.pro_details .details_content .details_info .info_2{width: 100%;height: auto;margin-top: 20px;padding-bottom: 15px;border-bottom: 1px solid #d9d9d9;display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;}
.pro_details .details_content .details_info .info_2 .item{flex: 1;padding: 15px 20px;border-right: 1px solid #d9d9d9;}
.pro_details .details_content .details_info .info_2 .item:last-child{border-right: 0;}
.pro_details .details_content .details_info .info_2 .item .label{font-size: 14px;color: #333;}
.pro_details .details_content .details_info .info_2 .item .title{margin-top: 10px;font-size: 20px;color: #333;}
.pro_details .details_content .details_info .info_2 .item .title span{color: var(--color);}
.pro_details .details_content .details_info .info_3{width: 100%;height: auto;display: flex;overflow: hidden;}
.pro_details .details_content .details_info .info_3 .item{flex: 1;box-sizing: border-box;padding: 15px;border-bottom: 1px solid #d9d9d9;font-size: 14px;color: #333;}
.pro_details .details_content .details_info .info_3 .item span{color: var(--color);}
.pro_details .details_content .details_info .more{width: auto;height: auto;margin-top: 15px;padding: 12px;display: inline-block;background: #f5f5f5;overflow: hidden;}
.pro_details .details_content .details_info .more .icon{width: 40px;height: 40px;border-radius: 50%;margin-right: 15px;background: var(--color);color: #fff;}
.pro_details .details_content .details_info .more .icon i{font-size: 18px;}
.pro_details .details_content .details_info .more .text{font-size: 24px;color: var(--color);}

.details_box{width: 72.5%;height: auto;float: left;overflow: hidden;}
.details_box .details_main{width: 100%;height: auto;box-sizing: border-box;padding: 20px;border: 1px solid #d9d9d9;background: #fff;overflow: hidden;}
.details_box .details_main .details_title{width: 100%;height: auto;border-bottom: 1px solid var(--color);overflow: hidden;}
.details_box .details_main .details_title span{display: inline-block;padding: 8px 20px;background: var(--color);font-size: 16px;color: #fff;}
.details_box .details_main .text_details{margin-top: 20px;}

@media screen and (max-width: 1100px) {
	.pro_details .details_content .details_info .info_2 .item{padding: 10px 15px;}
	.pro_details .details_content .details_info .info_2 .item .label{font-size: 12px;}
	.pro_details .details_content .details_info .info_2 .item .title{ font-size: 16px; }
	.pro_details .details_content .details_info .info_3 .item{padding: 12px;font-size: 12px;}
	.pro_details .details_content .details_info .more .icon{width: 30px;height: 30px;}
	.pro_details .details_content .details_info .more .icon i{font-size: 16px;}
	.pro_details .details_content .details_info .more .text{font-size: 16px;}
}
@media screen and (max-width: 990px) {
	.pro_details{border: 0;}
	.pro_details .details_content .pro_swiper{width: 100%;max-width: 480px;margin: 0 auto;float: inherit;}
	.pro_details .details_content .details_info{width: 100%; float: inherit;margin-top: 30px;}

	.details_box{width: 100%;float: initial;}
	.details_box .details_main{ border: 0; }
}

/* 联系我们 */
.p_con{width: 100%;height: auto;margin: 30px 0;}
.p_con .con_main{width: 72.5%;height: auto;box-sizing: border-box;border: 1px solid #d9d9d9;float: left;background: #fff;}
.p_con .con_main .details_box{width: 100%;height: auto;box-sizing: border-box;padding: 20px;}
@media screen and (max-width: 990px) {
	.p_con .con_main{width: 100%;border: 0;float: inherit;}
}

/* 寄件下单 */
.p_feed{width: 100%;height: auto;margin: 30px 0;box-sizing: border-box;padding: 0 20px;}
.p_feed .feed_box{width: 100%;max-width: 600px;height: auto;box-sizing: border-box;margin: 0 auto;}
.p_feed .feed_box .layui_item{width: 100%;margin: 0 0 15px;display: flex;}
.p_feed .feed_box .layui_nbsp{width: 100%;height: 30px;overflow: hidden;}
.p_feed .feed_box .layui_item .layui_label{flex: 0 0 150px;line-height: 36px;margin-right: 10px;font-size: 14px;color: #999;text-align: right;}
.p_feed .feed_box .layui_item .layui_input{width: 100%;}
.p_feed .feed_box .layui_item input{color: #333;}
.p_feed .feed_box .layui_item textarea{max-width: 650px}
.p_feed .feed_box .layui_item .layui-form-select dd.layui-this{background: var(--color);}
.p_feed .feed_box .layui_code input{width: -moz-calc(100% - 140px);width: calc(100% - 140px);max-width: 150px;margin: 0 10px 0 0;float: left;}
.p_feed .feed_box .layui_code img{float: left;-moz-border-radius: 3px;border-radius: 3px;width: 130px;height: 36px;}
.p_feed .feed_box .layui-input{height: 36px;font-size: 14px;}
.p_feed .feed_box .layui-textarea{min-height: 150px;line-height: 25px;font-size: 14px;}
.p_feed .feed_box .layui-btn{height: 36px;line-height: 36px;color: #fff;border-radius: 3px;}
.p_feed .feed_box .layui-btn[type="reset"]{background: #666;}
.p_feed .feed_tips{font-size: 14px;line-height: 1.7;color: #666;margin-top: 5.2vw;}

@media screen and (max-width: 990px) {
	.p_feed .feed_box{margin: 2vw auto;}
	/*.p_feed .feed_box .layui_item{display: block;}*/
	.p_feed .feed_box .layui_item .layui_label{flex: 0 0 80px;}
	.p_feed .feed_box .layui_item input, .p_feed .feed_box .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: auto; max-width: 250px;height: 38px;margin: 0 5px;padding: 0 16px;line-height: 38px;display: inline-block;*display: inline;*zoom: 1;background: #fff;font-size: 14px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; }
.list a{border: 1px solid #d9d9d9;}
.list a.active,.list a:hover{background: var(--color);color: #fff;border-color: #fff;}
.list span{padding: 0 5px;background: none;}

@media screen and (max-width: 990px) {
	.list{margin-top: 20px;padding: 20px;background: #fff;}
	.list a{max-width: 80px;}
}


#mapshowbox{width:100%; height:500px;}
#mapshowbox_big{width:100%; height:100%; position:absolute;}
.goto_bigmap{width:100%; height:46px; padding-bottom:10px;}
.goto_bigmap a{display:inline-block; width:100%; height:46px; line-height:46px; font-size:20px; font-family:Arial, "微软雅黑"; text-align:center; color:#fff; background:#ff7000; text-decoration:none;}
.goto_bigmap a:hover{background:#26b58e;}

/* 定义在线客服 */
.bottom_tools{top:50%; margin-top:-115px; position:fixed; z-index: 9999999; right:0px;}
.cl_kefu_one{width:45px; height:45px; margin-bottom:1px; line-height: 45px; text-align: center;}
.cl_kefu_one i{font-size: 24px; color: #fff;}
.go_radius_1{border-radius: 3px 0 0 0;}
.go_radius_2{border-radius: 0 0 0 3px;}
#cl_gotop{display:none;}
.qr_img{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img.png) no-repeat;}
.qr_img img{border:0px; vertical-align:middle; max-width:110px; height:auto;}
.qr_img_en{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img_en.png) no-repeat;}
.qr_img_en img{border:0px; vertical-align:middle; max-width:110px; height:auto;}
.qr_menu{position:absolute;top:46px; left:-180px; width:180px; height:auto; display:none; text-align:right; background: #fff;}
.qr_menu>span{display:inline-block; width:180px; height:auto; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
.qr_menu a{display:inline-block; width:138px; padding-left:20px; height:45px; float:left; color:#666; font-size:14px; line-height:45px; text-align:left; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu a i{font-size: 30px; display: inline-block; vertical-align: top; margin-right: 10px; color: #40abf5;}
.qr_menu a span{display: inline-block; vertical-align: top;}
.qr_menu_1{position:absolute;top:92px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu_1 ul{margin:0px; padding:0px;}
.qr_menu_1 ul li{display:inline-block; width:158px; padding-left:10px; height:45px; float:left; color:#666; font-size:14px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#FFF;}
.qr_menu_1 span{display:inline-block; width:180px; height:45px; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
.foot_kefu{display: none;}

@media screen and (max-width: 768px) {
	.footer_box .copy{margin-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: #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;}
	.foot_kefu_3{width: calc(75% - 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_3 a{color: #fff;}
	.foot_kefu_3 a i{margin-right: 6px; font-size: 14px;}
	.foot_kefu_3 a:hover{color: #fff;}
}