/* eyoucms.com 易优CMS -- 好用,免费,安全 */
body{ min-width:320px;font:16px "微软雅黑","Arial,Microsoft YaHei";color:#333;line-height:24px;overflow-x: hidden; } .container{ margin:0 auto;height:auto; }
h1,h2,h3,h4,h5,p,div,span,ul,li,dl,dd,dt{margin:0;padding:0;} input,textarea{outline:none; font:16px "微软雅黑","Arial,Microsoft YaHei";}label{font-weight: normal;width:100%;}
a{text-decoration: none;outline:none;color:#333; } a:focus, a:hover{color:#333;text-decoration: none;outline: none;  outline-offset: 0;}
ul,li{list-style: none;} i,em{font-style:normal;}
.nav>li>a:focus, .nav>li>a:hover{background: none;}
.lt{float:left;}.rt{float:right;}.hide{display: none;}.show{display: block;} .imgMax{max-width:100%;max-height:100%;}
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}.fwn{font-weight: normal}
.db{display: block;}.dib{display: inline-block;}.ma{margin: 0 auto;}.pr{position: relative;}.pa{position: absolute;}.pf{position: fixed;}.oh{overflow: hidden;}
.transition{-webkit-transition: all  0.3s linear;-moz-transition: all  0.3s linear;-o-transition: all  0.3s linear; transition: all  0.3s linear; }
img.desaturate { filter: grayscale(100%);  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  }
img.desaturate:hover { filter: grayscale(0);  -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  }
img{border:none;}
html{ width:100%;}
body{ width:100%; ;position: relative;overflow-x: hidden;}
.slick-slide{outline: none;}
.slick-slide img{margin:0 auto;max-width:100%;}
.slick-dots li button:before{display: none;}
.slick-dotted.slick-slider{margin-bottom:0;}
.container{padding:0 10px;}

/* 头部容器 */
#header_top {
  height: 38px;
  background-color: #333333;


}

/* 列表样式 */
#header_top ul {
  list-style: none; /* 去掉默认的列表样式 */
  margin: 0;
  padding: 0;
  display: flex; /* 修改点：使用 Flexbox 布局，替代浮动布局 */
  align-items: center; /* 修改点：垂直居中对齐 */

}

/* 列表项样式 */
#header_top li {
 font-size:14px;
  position: relative; /* 为子菜单定位做准备 */
  line-height: 38px; /* 垂直居中对齐 */
  white-space: nowrap; /* 防止文字换行 */



}

#header_top li:nth-child(1){
  margin-right: auto; /* 推动右侧内容到最右边 */
}


.topbar_word {
	margin-right: 20px;
	color: #ccc;
	
}

/* 语言选择项 */
.topbar_lanauge {
  position: relative;
  display: flex; /* 水平排列语言选择项 */


}

.topbar_lanauge span {
color: #ccc;
margin-right:5px;

}

.topbar_lanauge a.language-toggle {
  text-decoration: none;
  color: #ccc;
  cursor: pointer;
}

/* 子菜单 */
.language-menu {
  position: absolute;
  top: 30px; /* 子菜单出现在父菜单下方 */
  left: 0; /* 左对齐 */
  z-index: 9999; /* 确保子菜单在其他内容之上 */
  background-color: #fff; /* 白色背景 */

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 阴影效果 */
  visibility: hidden; /* 默认隐藏子菜单 */
  opacity: 0; /* 完全透明 */
  transition: visibility 0s, opacity 0.3s ease; /* 添加过渡效果 */
  padding: 0px 0px;
  margin: 0;
  list-style: none; /* 去掉默认列表样式 */
  width: 120px; /* 设置最小宽度 */
  display: block; /* 明确指定为块级布局 */
  flex-direction: column;

}

.language-menu li {
  text-align: center; /* 文本居中对齐 */
  float: none;
  width:100%;
}

.language-menu li a {
  display: block; /* 块级显示，点击区域更大 */
  padding: 0px 0px; /* 内边距 */
  text-decoration: none; /* 去掉下划线 */
  color: #333; /* 文字颜色 */
  font-size: 14px;
  transition: background-color 0.3s ease; /* 平滑过渡效果 */
  width: 100%;
  border:none
}

.language-menu li a:hover {
  background-color: #006ac9; /* 悬停时背景变蓝 */
  color: #fff; /* 悬停时文字变白 */
}

/* 鼠标悬停时显示子菜单 */
#header_top .topbar_lanauge:hover .language-menu {
  visibility: visible; /* 显示子菜单 */
  opacity: 1; /* 完全不透明 */
}

.header_box{height:138px;background: #fff;position: fixed;top:0;left:0;right:0;z-index:100;}
.head_bot{height:100px;}
.logo{height:100px;position: relative;}
.logo img{position: absolute;left:0;top:0;bottom:0;margin:auto;max-height: 100%;max-width: 100%;}



.nav{padding-left:100px; display:flex;justify-content: space-between;}
.nav > li{flex:1,text-align: right;position: relative;min-width:auto;white-space: nowrap;}
.nav > li > a {
    font-weight: bold; /* 只加粗顶级菜单的文字 */
}
.nav li a{padding:0;font-size: 16px;color:#000;height:100px;line-height:130px; }
.nav li .nav_child{position: absolute;top:100px;left:50%;margin-left:-75px;z-index:10;background: #fff;display: none;min-width:150px;text-align: left;}
.nav li .nav_child li{width:100%;float: none; }
.nav li .nav_child li a{display: block;line-height: 1.1;height:30px;border:none;font-size: 14px;color:#666;padding: 5px 10px 0px 10px;box-sizing: border-box;}
.header_box .nav li a:hover{color:#ef752a;border-bottom:4px solid #006ac9;}
.header_box .nav li.current a{color:#ef752a;}
.header_box .nav li.current .nav_child li a{border:none;color:#666;}
.header_box .nav li .nav_child li a:hover{background:  #006ac9;color:#fff;border-bottom:4px solid #006ac9;}

.had_search{position: absolute;right:0;top:20px;}
.had_search .ser_btn{display: block;width:20px;height:20px;background: url(../img/w-ser2.png) no-repeat center center;}
.had_search .ser_form{display: flex;position: absolute;right:0;top:-15px;background: #fff;border:2px solid #fb6900;padding:2px;height:30px;box-sizing: border-box;margin-right:16px;}
.had_search .ser_form form{width:280px;display:  flex;}
.had_search .ser_form form input{display: flex;border:none;background: none;height:20px;line-height: 20px;display: inline-block;vertical-align: top;font-size: 14px;color:#666;box-sizing: border-box;}
.had_search .ser_form form .ser_sub{width:20px;height:20px;background: url(../img/w-ser2.png) no-repeat center center;}
.had_search .ser_form form .ser_txt{width:255px;padding:0 10px;}




#model_banner .slick-dots li button{padding:0;width:10px;height:10px;border-radius: 50%;background: #5b697d;}
#model_banner .slick-dots li.slick-active button{background: #fff;}
#model_banner .slick-prev, #model_banner .slick-next{width:18px;height:29px;z-index:10;}
#model_banner .slick-prev:before, #model_banner .slick-next:before{display: none;}
#model_banner .slick-prev{background: url(../img/w-prev.png) no-repeat center center;left:10%;}
#model_banner .slick-next{background: url(../img/w-next.png) no-repeat center center;right:10%;}

.section_one{padding:30px 0 0px;}
.s_title{margin:50px 0;}
.s_title b{width: 50px;display: block;border-bottom:1px solid #333;margin-bottom:13px;}
.s_title h3{font-size: 26px;font-weight: bold;display: inline-block;}
.s_title a{font-size: 16px;color:#999;}
.s_title a i{font-size: 20px;}
.s_title a:hover{color:#006ac9;}


.pro_cont {
  max-width: 100%; /* 缩小到父容器宽度的 80% */
  margin: 0 auto; /* 居中显示 */
}
.pro_cont .pro_list1:nth-child(3n){margin-right:0;}
.pro_list1{float:left;width:30.66%;margin:0 4% 4% 0;position: relative;}
.pro_list1 dt{text-align: center;padding-top: 85%;  width: 100%; overflow: hidden; position: relative;}
.pro_list1 dt img{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}
.pro_list1 dd{margin-top:1px;bottom:0px;left:0px;right:0px;background-color:#fff;height:48px;line-height: 48px;transition: all linear .3s;-webkit-transition: all linear .3s;border:solid 1px #ddd;}
.pro_list1 dd span{color:#666;font-size: 16px;display: inline-block;height:48px;line-height: 48px;width:100%;overflow: hidden; vertical-align: top;text-align: center;}
.pro_list1 dd i{width:50px;display: inline-block;border-bottom:2px solid #fff;margin-left:-10px;vertical-align: middle;}
.pro_list1 dd a{float:right;margin-right:20px;}

.pro_list1:hover dd span {color:#fff;background-color: #f4681b;}


.pro_cont2 .pro_list2:nth-child(4n){margin-right:0;}
.pro_list2{float:left;width:22%;margin:0 3% 3% 0;position: relative;height: auto;}
.pro_list2 dt{text-align: center;padding-top: 85%;  width: 100%; overflow: hidden; position: relative;}
.pro_list2 dt img{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}
.pro_list2 dd{margin-top:1px;bottom:0px;left:0px;right:0px;background-color:#fff;height:48px;line-height: 48px;transition: all linear .3s;-webkit-transition: all linear .3s;border:solid 1px #ddd;}
.pro_list2 dd span{color:#666;font-size: 16px;display: inline-block;height:48px;line-height: 48px;width:100%; overflow: hidden; vertical-align: top;text-align: center;}
.pro_list2 dd i{width:50px;display: inline-block;border-bottom:2px solid #fff;margin-left:-10px;vertical-align: middle;}
.pro_list2 dd a{float:right;margin-right:20px;}

.pro_list2:hover dd span {color:#fff;background-color: #f4681b;}


/* 父容器：用于控制图片和描述在同一行 */
.category-header {
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐 */
    justify-content: space-between; /* 子元素均匀分布 */
    margin-bottom: 20px; /* 与下方内容保持间距 */
}

/* 图片容器：占 50% 宽度 */
.category-image {
    flex: 1; /* 占据一半宽度 */
    max-width: 50%; /* 最大宽度为 50% */
    text-align: center; /* 图片居中 */
}

.category-image img {
    max-width: 60%; /* 图片宽度自适应容器 */
    height: auto; /* 高度按比例缩放 */
    border-radius: 8px; /* 可选：添加圆角效果 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 可选：添加阴影效果 */
}

/* 描述文本容器：占 50% 宽度 */
.category-text {
    flex: 1; /* 占据一半宽度 */
    max-width: 50%; /* 最大宽度为 50% */
    padding: 0 15px; /* 左右内边距，避免内容贴边 */
    word-wrap: break-word; /* 长单词自动换行 */
    overflow: hidden; /* 防止内容溢出 */
    text-align: left; /* 文本左对齐 */
    font-size: 16px; /* 字体大小 */
    line-height: 1.6; /* 行高 */
    color: #333; /* 文字颜色 */
}
.section_two{padding:0;}
.section_two .container{background: #fff;}
.about_lt{width:45%;background: #fff;}
.about_rt{width:55%;background: #fff;padding:0 0 50px 50px;}
.aboutSlider .slick-dots{width:94%;left:0;right:0;margin:0 auto;bottom:10px;text-align: right;}
.aboutSlider .slick-dots li button{display: none;}
.aboutSlider .slick-dots li{width:10px;height:10px;background: #5b697d;padding:0;margin:5px;border-radius: 50%;}
.aboutSlider .slick-dots li.slick-active{background: #006ac9;}
.about_tab{height:70px;overflow: visible;}
.about_tab li{float: left;width:33.33%;background: #f3f3f3;height:70px;overflow:hidden ;cursor: pointer;white-space: nowrap;border: 2px solid #fff;text-align:center;}
.about_tab li span{display: inline-block;font-size: 18px; color:#999;height:70px;line-height: 70px;vertical-align: top;}
.about_tab li.current {float: left;width:33.33%;background: #fd6603;height:70px;padding:0;overflow:hidden ;cursor: pointer;white-space: nowrap;text-align:center;}
.about_tab li.current span{display: inline-block;font-size: 18px; color:#fff;height:70px;line-height: 70px;vertical-align: top;}
.about_txt{font-size: 14px;color:#666;line-height: 46px;height:276px;margin:26px 0;
    overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:6;}
.about_item .more{font-size: 16px;color:#999;}
.about_item .more i{font-size: 20px;}
.about_item{display: none;}
.about_item.on{display: block;}


.section_three{padding:0px 0 30px;}
.case_lt{float:left;width:44.5%;}
.case_rt{float:right;width:55.5%;}
.caLt_list{position: relative;}
.caLt_list img{max-width: 100%;max-height: 100%;}
.caLt_list dd{position: absolute;top:0;left:0;right:0;bottom:0;}
.caLt_list dd a{display: block;padding:0 10%;height:110px;position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;}
.caLt_list dd a h3{font-size: 36px;color:#fff;font-weight: bold;line-height:40px;height:40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.caLt_list dd a b{display: block;width:85px;border-top:1px solid #fff;margin:20px 0 20px;}
.caLt_list dd a p{color:#fff;font-size:24px;height:30px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.caRt_list {float: left;width:50%;text-align: center;position: relative;}
.caRt_list dd{position: absolute;top:0;left:0;right:0;bottom:0;background: rgba(0,0,0,.5);}
.caRt_list img{max-width: 100%;max-height: 100%;}
.caRt_list dd b{display: block;width:55px;border-top:1px solid #fff;margin:0 auto;}
.caRt_list dd h3{font-size: 16px;color:#fff;line-height:24px;height:24px;margin:0 0 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.caRt_list dd b.b_one{opacity: 0;}
.caRt_list dd img{opacity: 0;}
.caRt_list dd a{display: block; height:55px;position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;}
/* 鼠标移动行为在medis.css文件中使用大于768px的统一效果@media (min-width: 768px) */


.section_four{padding-bottom:80px;}
.news_list{margin:10px 25px;position: relative;padding-bottom:40px;}
.news_list dd{position: absolute;bottom:0;left:20px;right:20px;border:1px solid #ebebeb;padding:30px 20px;background: #fff;
transition: all linear .3s;-webkit-transition:  all linear .3s;}
.news_list dd a{display: block;font-size: 16px;line-height: 20px;height:20px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_list dd span{display: block;font-size: 14px;line-height: 20px;height:20px;color:#999;margin:15px 0 10px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_list dd .new_txt{font-size: 14px;color:#666;line-height: 30px;height:90px;
    overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:3;}
.newsSlider .slick-prev, .newsSlider .slick-next{width:47px;height:47px;z-index:10;margin-top:-40px;}
.newsSlider .slick-prev{background: url(../img/w-icon3.png) no-repeat center center;left:-100px;}
.newsSlider .slick-next{background: url(../img/w-icon4.png) no-repeat center center;right:-100px;}
.newsSlider .slick-prev:hover{background: url(../img/w-icon6.png) no-repeat center center;}
.newsSlider .slick-next:hover{background: url(../img/w-icon5.png) no-repeat center center;}
.newsSlider .slick-prev:before, .newsSlider .slick-next:before{display: none;}


.footer{background:#f9f9f9;padding:35px 0;}
.footNav  {display: inline-block;vertical-align: top;width:50%;}
.footNav li{display: inline-block;vertical-align: top;width:31%;}
.footNav li a{display: block;font-size: 14px;color:#666;line-height:30px;height:30px;overflow: hidden;}
.footNav li h3 a{color:#666;margin-bottom:5px;}
.footNav li a:hover{color:#006ac9;}
.contact_title:hover{color:#006ac9;}

.footNa{width: 20%;}
.footNa img{max-height: 100%;max-width: 100%;}
.footNa dt{width: 160px;height:160px;margin:0 auto;}
.footNa dd{font-size: 14px;color:#666;line-height: 24px;padding-top:7px;}

.contact{display: inline-block;vertical-align: top;width:28%;}
.contact h3{font-size: 30px;font-weight: bold;line-height: 40px;}
.contact p{ line-height: 30px;font-size: 16px;color:#666;height:30px;
 display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.contact .con_n{margin-top:12px;}
.contact .hot_zx,.contact .gz_wb{display: inline-block;vertical-align: top;
margin:20px 30px 0 0;width:auto;height:38px;line-height: 38px;text-align: center;border:2px solid #ddd;font-size: 18px;color:#666;padding: 0 15px;font-weight: bold;}
.contact .hot_zx i,.contact .gz_wb i{display: inline-block;width:20px;height:20px;margin:-3px 10px 0 0;vertical-align: middle;}
.contact .hot_zx i{background: url(../img/w-tel.png) no-repeat center center;}
.contact .hot_zx:hover i{background: url(../img/w-tel-n.png) no-repeat center center;}
.contact .gz_wb i{background: url(../img/w-wb.png) no-repeat center center;}
.contact .gz_wb:hover i{background: url(../img/w-wb-n.png) no-repeat center center;}
.contact .hot_zx:hover,.contact .gz_wb:hover{background-color:#f4681b;;border:1px solid #f4681b;color:#fff;}


.copy{color:#ccc;font-size: 14px;background: #333333;padding:10px 0;}
.copy a{color:#ccc;font-size: 14px;}


.copyM{padding:10px 0;background: #f9f9f9;font-size: 14px;color:#666;}
.copyM a{font-size: 14px;color:#ccc;}







/*pc端内页*/
.content_112color .quickbar_nav ul li.quickbar_weixin:hover .quickbar_hoverbox img{max-width: none;max-height: none;}
.content_112color .updown_fenlei .cont_nav .one .o_li a.ez_a {color: #fff;background: #006ac9;font-weight: bold;text-align: left;}
.content_112color .updown_fenlei .cont_nav .one .o_li a.ez_a  i{background: url(../img/icon4_h.png) center no-repeat;background-size: 100% auto;}
.content_112color  .updown_fenlei .cont_nav .one .o_li:hover .one_a,.content_106color  .updown_fenlei .cont_nav .one .o_li a.ez{background: #006ac9;}





.updown_posnav_yiji {width: 100%;height: auto;background: #f9f9f9; margin-bottom: 20px;margin-top: 5px;}
.nav_item2 {display: flex;flex-wrap: wrap;height: 100%;text-align: center;justify-content: center;}
.nav_item2 > div {width:20%;margin-bottom:2px;}
.nav_item2 a {display: block;outline:none;width:100%;height:60px;line-height: 60px;color: #666;font-size: 16px;transition: background-color 0.3s, color 0.3s;
		border-left:3px solid   #fff;
	    white-space: nowrap; /* 禁止换行 */
		overflow: hidden;    /* 超出部分隐藏 */

}
.nav_item2 a:hover {background-color: #f4681b;color: #fff;border-left:2px solid #fff;}
.nav_item2 a.on {background-color: #f4681b;color: #fff;}
.nav_item2 a.on:hover {background-color: #f4681b;color: #fff;}


.nav_item3 {display: flex;flex-wrap: wrap;height: 100%;text-align: center;}
.nav_item3 > div {width:20%;margin-bottom:2px;}
.nav_item3 a {display: block;outline:none;width:100%;height:60px;line-height: 60px;color: #666;font-size: 16px;transition: background-color 0.3s, color 0.3s;
		border-left:3px solid   #fff;
	    white-space: nowrap; /* 禁止换行 */
		overflow: hidden;    /* 超出部分隐藏 */

}
.nav_item3 a:hover {background-color: #f4681b;color: #fff;border-left:2px solid #fff;}
.nav_item3 a.on {background-color: #f4681b;color: #fff;}
.nav_item3 a.on:hover {background-color: #f4681b;color: #fff;}


/*留言板样式*/
.guestbook {margin: 20px auto 50px;width:100%}
.guestbook ul {display: flex;flex-wrap: wrap;justify-content: center;}
.guestbook li {
  width: 50%;
  margin-top: 0; /* 清除外边距 */
  padding: 0; /* 清除内边距 */
  box-sizing: border-box; /* 包含 padding 和 border 在宽度计算中 */
  display: flex; 
  justify-content:flex-end; 
  align-items: flex-start;
  padding-top:20px;
  
  
}
.guestbook li img{max-width: 100%;width:auto;object-fit: cover;}
/* 小屏幕优化 */
@media (max-width: 768px) {
	.guestbook {width:100%}
  .guestbook li {
    width: 100%; /* 每个 <li> 占据 100% 宽度 */
  }
}
.content_112color  .model-textlist-four ul li a:hover{background: #006ac9;}
.content_112color  .model-textlist-four ul li .textlist-r dd{color: #333;}

.content_112color .model_page {width: 100%; height: auto; margin-top: 30px;overflow: hidden;text-align: center;}
.content_112color .model_page a {display: inline-block; border: 1px solid #ebebeb;color: #999;width: 30px; height: 28px;line-height: 14px; margin: 0 4px;overflow: hidden;}
.content_112color .model_page a.current {background: #f4681b; color: #fff; border: 1px solid #fff;}
.content_112color  .model_page a.on,.content_112color .model_page a:hover {background: #f4681b; color: #fff; border: 1px solid #fff;}
.content_112color  .model_page .disabled {display:none;}


.content_112color #model_contant_main .model_dec_adress a:hover {color: #006ac9;}
.content_112color .model-dectil-bottom .model-dectil-chose a:hover {color: #006ac9;}
.content_112color .model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover{border-bottom:1px solid #006ac9;background-color: #006ac9;}
.content_112color .model-textlist-one ul li:hover{border-bottom:1px solid #006ac9;}
.content_112color .model-textlist-one ul li:hover dt{color: #006ac9;}
.content_112color .model-textlist-two ul li a:hover .textlist-l dt{color: #006ac9;}
.content_112color .model-textlist-two ul li a:hover .textlist-l p{color: #006ac9;}
.content_112color .model-textlist-two ul li a:hover .newtime{background: #006ac9;}
.content_112color .model-textlist-three ul li a:hover, .content_106color .model-textlist-three ul li a:hover dt{color: #006ac9;}
.content_112color .model-textlist-three ul li a:before{background: #006ac9;}
.content_112color .model-imgtextlist-two ul li a:hover .imgtextlist-r dt{color: #006ac9;}
.content_112color .model-imgtextlist-one ul li a:hover .imgtextlist-l dt{color: #006ac9;}
.content_112color .model-imgtextlist-three ul li a:hover .imgtextlist-r dt{color: #006ac9;}
.content_112color .model-imgtextlist-three ul li .imgtextlist-r .time p{color: #006ac9;}
.content_112color .model-imgtextlist-four ul li a:hover .imgtextlist-text{background: #006ac9;}
.content_112color .model-imgtextlist-four ul li .imgtextlist-text dd{color: #fff;}
.content_112color .model-imgtextlist-four ul li a:hover .imgtextlist-text p{color: #fff;}
.content_112color .model-imglist-two ul li .pimg em span{background-color: #006ac9;}
.content_112color .model-imglist-two ul li a:hover p{background: #006ac9;}
.content_112color .model-imglist-three ul li a:hover{border:1px solid  #006ac9;}
.content_112color .model-imglist-three ul li a:hover p{color:  #006ac9;}
.content_112color .model_seach .model-seachdiv form .seabtn{background:  #006ac9;}
.content_112color .model-textlist-three ul li a:before{background:  #006ac9;}
.content_112color .model-dectil-img .slick-dots li button{border:1px solid   #006ac9;}
.content_112color .model-dectil-img .slick-dots li.slick-active button{background:   #006ac9;}
.content_112color  .model-textlist-four ul li a:hover{background:   #f5f5f5!important;}
.content_112color  .model-textlist-four ul li a:hover .textlist-r dt{color:#f4681b!important;}




/*手机端内页*/
.content_112color .model-classify .model-classify-posnav {background: #006ac9;}
.content_112color .model-classify-nav .one .o_li a.ez{color:#006ac9}
.content_112color .model-classify-nav .second a.sen_x{color:#006ac9}
.content_112color .model-classify-nav .second a.sen_x:before{background:#006ac9}
.content_112color .model-phone-page span i{color:#006ac9;}
.content_112color .model-fixed{background:#006ac9;}
.content_112color .model-leftnav-top{background:#006ac9;}
.model-leftnav-main .nnav .yiji dl img{display: block;}
.model-leftnav-main .nnav .yiji.xz a.ce{color:#006ac9}


@media (max-width:767px) {
.m-link1 { 
	display: none;
}
}
.m-link1 {
	padding: 5px 0;
}
.m-link1 .item {
	overflow: hidden;
	color: #666;
}
.m-link1 .item span {
	float: left;
	font-size: 16px;
	margin-right: 18px;
	font-weight: 600;
	color: #666;
}
.ul-link1 {
	overflow: hidden;
}
.ul-link1 li {
	float: left;
}
.ul-link1 li a {
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #ccc;
	height: 21px;
	line-height: 21px;
}
.ul-link1 li a:hover {
	color: #fff;
}



