@import url("../fonts/iconfont.css");
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont.woff2') format('woff2'),
      url('../fonts/iconfont.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      url('../fonts/iconfont.svg#iconfont') format('svg');}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 8px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
  
/*ttf*/
@font-face {
  font-family: "Open-Sans";
  src: url('../font-ttf/Open-Sans-2.ttf');}
*{font-family:"Open-Sans",Microsoft YaHei,Arial,Geneva,"Helvetica Neue",Helvetica,sans-serif;-webkit-font-smoothing:antialiased;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{min-width:1200px;background:#fff;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {margin:0;padding:0;}
body{font-size:12px;color:#585858;-webkit-font-smoothing:antialiased;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6,button,dd,dt,dl{margin:0px;padding:0}
h1,h2,h3,h4,h5,h6,button,.btn{clear:both;font-size:14px;}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;_display:block;}
form,input,select;,textarea,td,th {font-size:12px;}
img {border:none;}
em,i{font-style:normal}
li {list-style-type:none;}
button, input {height:auto;-ms-interpolation-mode:bicubic;vertical-align:middle;}
input,textarea,select {padding:6px;}
textarea {background:none repeat scroll 0 0 #fff;resize:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#d81e06;}

/*内容初始化*/
.contenttxt{padding:30px;line-height:30px;font-size:14px;color:#111;font-family:"Microsoft YaHei"!important}
.contenttxt img { max-width:700px;margin:15px auto; display:block}
.contenttxt p,.contenttxt span,.contenttxt font,.contenttxt th,.contenttxt td,.contenttxt div,.contenttxt i,.contenttxt em,.contenttxt h1,.contenttxt h2,.contenttxt h3,.contenttxt h4,.contenttxt h5{font-size:16px!important; font-family:"Microsoft YaHei"!important;font-weight:normal!important;text-indent:0px!important;white-space: normal!important}
.contenttxt td{padding-left:15px!important;}

.text-overflow {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.w1200 {margin:auto;width:1200px;clear:both;}
.w1380 {margin:auto;width:1380px;clear:both;}
.AWF_box {margin: auto;width: 1440px;clear: both;}

.b1 {height:.1px;font-size:1px;clear:both;width:100%;overflow:hidden}
.b5 {height:5px;font-size:1px;clear:both;width:100%;overflow:hidden}
.b10 {height:10px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b15 {height:15px;font-size:1px;clear:both;width:100%;overflow:hidden}
.b20 {height:20px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b25 {height:25px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b30 {height:30px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b60 {height:60px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b70 {height:70px;font-size:1px; clear:both;width:100%;overflow:hidden}
.m {margin:auto;width:1200px;clear:both; position:relative}
.mt8 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25{margin-top:25px}
.mt30{margin-top:30px}

.f_l { float:left;}
.f_r { float:right;}
/*========================================================*/

/*首页样式 THE*/

/*头部*/
.header_top { height:40px; line-height:40px; font-size:12px; color:#fff; background:#333;}
.header_top a { color:#fff; transition:all .5s;}
.header_top a:hover { color:#c9974c;}
.header_top_r i { color:#999; margin:0 10px;}
/*logo*/
.header_intro { overflow:hidden; background:#fff; border-bottom:1px solid #d7d7d7;}
.header_intro_logo { display: flex; align-items: center; height:120px;}
.header_intro_logo img { height:60px;}
.header_intro_tel { display: flex; align-items: center; height:120px;}
.header_intro_tel .image { width:57px; margin-right:15px;}
.header_intro_tel .image img { width:100%;}
.header_intro_tel .text span,
.header_intro_tel .text b { display:block;}
.header_intro_tel .text span { line-height:30px; color:#666; font-size:16px;}
.header_intro_tel .text b { line-height:24px; font-size:24px; color:#c9974c;}
/*导航*/
.header_menu { height:54px; line-height:54px;background:#fff; border-bottom:1px solid #d7d7d7; font-size:14px;}
.header_menu ul li { padding:0 35px; float:left; position:relative;}
.header_menu ul li:nth-child(1n+2):before { content:'';display: inline-block;position: absolute;background: #ccc;top: 50%;transform: translate(0, -50%);left: 0;width: 1px;height: 12px;}
.header_menu ul li a { color:#666;transition:all .5s;}
.header_menu ul li:hover a { color:#c9974c;}
.header_menu ul li.hover a { color:#c9974c;}
.header_menu ul li .menu_down { position:absolute; top:54px;left: 0px;width: 100%;text-align: center;background: #fff;border-top: 2px solid #c9974c;box-shadow: 0 13px 42px 11px rgb(0 0 0 / 5%);z-index:-5;opacity: 0;transform: translate(0, 10px);transition:all .6s;}
.header_menu ul li:hover .menu_down { opacity: 1;transform: translate(0, 0);z-index:10;}
.header_menu ul li .menu_down a { display:block; font-size:13px; color:#666; line-height:43px;}
.header_menu ul li .menu_down a:nth-child(1n+2) { border-top:1px solid #eee;}
/*幻灯*/
.banner_swiper { position: relative; width:100%; overflow:hidden; z-index:1;}
.banner_swiper .swiper-slide img { width:100%;}
.banner_swiper .b_menu { position:absolute;left:0;bottom:20px;z-index:10;width:100%; text-align:center;}
.banner_swiper .b_menu ul { display:inline-block;}
.banner_swiper .b_menu span { display:block; width:40px; height:4px; margin:0 8px; border-radius:0; background:#fff; float:left;}
.banner_swiper .b_menu span.swiper-pagination-bullet-active { background:#c9974c;}

.nei_banner img { width:100%;}

/*搜索区*/
.header_search { overflow:hidden; background:#fff; border-bottom:1px solid #eee;}
.header_search_l { line-height:100px; font-size:14px;}
.header_search_l strong { color:#333}
.header_search_l strong b { color:#c9974c; margin-right:5px;}
.header_search_l a { padding:0 10px;transition:all .5s; color:#787878;font-weight: 100;}
.header_search_l a:hover { color:#c9974c;} 
.header_search_r { display: flex; align-items: center; height:100px;}
.header_search_r ul li { float:left;}
.header_search_r ul li.li_1 { width:240px;}
.header_search_r ul li.li_1 input { border:none;padding:0 20px; margin:0; background:#f5f5f5; color:#999; width:100%; height:38px; border-radius:20px 0 0 20px; box-sizing:border-box;outline:none;}
.header_search_r ul li.li_2 button { border:none;padding:0 20px; background:#f5f5f5; color:#c9974c; border:1px solid #f5f5f5; border-radius:0 20px 20px 0; height:38px; box-sizing:border-box; }
.header_search_r ul li.li_2 button i { font-size:18px;}
/*标题样式*/
.i_title { text-align:center; overflow:hidden;}
.i_title:before,
.i_title:after { content:''; display:block; width:60px; height:50px; border:1px solid #666; margin:10px auto;}
.i_title:before { border-bottom:none;}
.i_title:after { border-top:none;}
.i_title strong { display:block;font-size: 40px;color: #c9974c; line-height:40px;}
.i_title span { display: block; font-size: 16px;color: #666;line-height: 18px;padding-top: 12px;}
.i_more { margin-top:30px;}
.i_more a { width: 150px;height: 40px;color: #666;line-height: 40px;margin: 0 auto;display: block;text-align: center;border: 1px solid #ccc; font-size:14px;transition:all .5s;text-indent: 0;}
.i_more a:hover { background:#c9974c; color:#fff; border-color:#c9974c;text-indent: 10px;}
/*产品样式*/
.product_sec { padding:40px 0; background:url(../img/6_202206281631.jpg) no-repeat center;}
.product_cat { text-align:center; margin:40px 0;}
.product_cat ul { display:inline-block;}
.product_cat ul li { float:left; margin:0 10px;}
.product_cat ul li a { display: block;color: #666;border: 1px solid #c2c2c2;padding: 0 25px;border-radius: 15px; line-height:30px; transition:all .5s;}
.product_cat ul li:hover a { background:#c9974c; border-color:#c9974c; color:#fff;} 
.product_list { overflow:hidden;}
.product_list ul { display:flex; flex-wrap:wrap;}
.product_list ul li { float:left; width:23.5%; margin:0 2% 1% 0; position:relative;}
.product_list ul li:nth-child(4n+4) { margin-right:0;}
.product_list ul li .image { width:100%;  overflow:hidden;}
.product_list ul li .image img { transition:all .3s;width:100%;}
.product_list ul li:hover .image img { transform: scale(1.08);}
.product_list ul li p { position:absolute; left:0; bottom:0; background:rgb(0 0 0/.4); padding:10px; font-size:14px; color:#fff; line-height:30px; text-align:center; width:100%; box-sizing:border-box;}
/*联系方式*/
.tel_box { width: 100%;background: url(../img/6_202206281632.jpg) no-repeat center top;height: 200px; overflow:hidden;}
.tel_box_l,
.tel_box_r { display: flex;align-items: center; height:200px;}
.tel_box_l strong { font-size:40px; color:#fff; font-weight:400; display:block; margin-bottom:25px;}
.tel_box_l p { font-size:20px; color:#fff;}
.tel_box_l p em { color:#c9974c;}
.tel_box_r .text { margin-right:30px;}
.tel_box_r .text span { display: block; border: 1px solid #7a7c82;width: 300px;height: 50px;line-height: 50px;text-align: center;border-radius: 30px;}
.tel_box_r .text span i { background: url(../img/6_202206281633.png) no-repeat;display:inline-block;width: 25px;height: 25px;transform: translate(0, 3px)}
.tel_box_r .text span.span_1 { font-size: 26px;color: #fff;margin-bottom: 20px;font-family: "AvantGardeITVbyBT Book", arial;}
.tel_box_r .text span.span_1 i {background-position: -154px -50px;margin-right: 10px;}
.tel_box_r .text span.span_2 { font-size:20px; background:#c9974c; color:#fff;border-color:#c9974c;}
.tel_box_r .text span.span_2 i {background-position: -190px -43px;margin-left: 10px;}
.tel_box_r .image { width:120px;}
.tel_box_r .image img { width:100%;}
/*优秀案例*/
.photo_sec { padding:40px 0; background:#fff; overflow:hidden;}
.photo_sec_main { overflow:hidden; margin-top:50px;}
.photo_sec_l { position:relative; width:600px;}
.photo_sec_l .bd ul li { position:relative;}
.photo_sec_l .bd ul li .image { width:100%;}
.photo_sec_l .bd ul li .image img { width:100%;}
.photo_sec_l .bd ul li p { position:absolute; left:0; bottom:0; background:rgb(0 0 0/.4); padding:10px; font-size:14px; color:#fff; line-height:30px; text-align:center; width:100%; box-sizing:border-box;opacity:1; transition:all .5s;}
.photo_sec_l .bd ul li .text { position:absolute; left:0; top:0; width:100%; height:100%; background:rgb(0 0 0/.4);display: flex;align-items: center;opacity:0; transition:all .5s;}
.photo_sec_l .bd ul li .text .jvzhong { width:100%;}
.photo_sec_l .bd ul li .text i { display:block; width:40px; height:40px;background: url(../img/6_202206281633.png) no-repeat;background-position: 0 -164px; margin:15px auto;transform: translate(0, -233px);transition:all .5s;}
.photo_sec_l .bd ul li .text span { display:block; font-size:18px; color:#fff; text-align:center;transform: translate(0, 200px);transition:all .5s; padding:0 20px;}
.photo_sec_l .bd ul li:hover p {opacity:0;}
.photo_sec_l .bd ul li:hover .text { opacity:1;}
.photo_sec_l .bd ul li:hover .text i { transform: translate(0, 0);}
.photo_sec_l .bd ul li:hover .text span { transform: translate(0, 0);}
.photo_sec_l .hd { position:absolute;left:0;bottom:15px;z-index:10;width:100%; text-align:right;}
.photo_sec_l .hd ul { display:inline-block;}
.photo_sec_l .hd ul li { display:block; width:10px; height:10px; margin:0 8px; border-radius:50%; background:#fff; float:left; font-size:0; cursor:pointer;}
.photo_sec_l .hd ul li.on { background:#c9974c;}
.photo_sec_r { overflow:hidden;}
.photo_sec_r ul li { float:left; width:50%; position:relative;}
.photo_sec_r ul li .image { width:100%;}
.photo_sec_r ul li .image img { width:100%;}
.photo_sec_r ul li p { position:absolute; left:0; bottom:0; background:rgb(0 0 0/.4); padding:10px; font-size:14px; color:#fff; line-height:30px; text-align:center; width:100%; box-sizing:border-box;opacity:1; transition:all .5s;}
.photo_sec_r ul li .text { position:absolute; left:0; top:0; width:100%; height:100%; background:rgb(201 151 76/.8);display: flex;align-items: center;text-align:center;opacity:0; transition:all .5s;}
.photo_sec_r ul li .text .jvzhong { width:100%;}
.photo_sec_r ul li .text strong { display:block; font-size:20px; color:#fff;transition:all .5s; margin-bottom:5px;padding:0 15px;transform: translate(0, -100px);}
.photo_sec_r ul li .text em { height: 34px;color: #fff;line-height: 34px;margin: 0 auto;display: inline-block;border: 1px solid #fff;font-size:14px;transition:all .5s; padding:0 25px; transform: translate(0, 100px);}
.photo_sec_r ul li:hover p {opacity:0;}
.photo_sec_r ul li:hover .text { opacity:1;}
.photo_sec_r ul li:hover .text strong { transform: translate(0, 0);}
.photo_sec_r ul li:hover .text em {transform: translate(0, 0); }
/*公司优势*/
.gsys_sec { padding:40px 0; background:url(../img/6_202206281634.jpg) no-repeat center; overflow: hidden; height:900px; box-sizing:border-box;}
.gsys_sec .i_title:before,
.gsys_sec .i_title:after { border-color:#fff;}
.gsys_sec .i_title strong,
.gsys_sec .i_title span{ color:#fff;}
.gsys_sec ul { margin-top: 45px;min-height: 400px;background: url(../img/6_202206281639.png) no-repeat center center;}
.gsys_sec ul li { float:left; width:34%; cursor:pointer;}
.gsys_sec ul li a { display:block; transform:translate(0,0); transition:all .5s;}
.gsys_sec ul li:hover a { transform:translate(0,-10px);}
.gsys_sec ul li:nth-child(2n+2) { float:right;}
.gsys_sec ul li:nth-child(1n+3) { margin-top:170px;}
.gsys_sec ul li .image { width:80px; height:80px;border: 2px solid #fff;float: left; margin-right:15px;border-radius:50%;transition:all .5s;}
.gsys_sec ul li .image img { width:100%;}
.gsys_sec ul li:hover .image { background:#c9974c; border-color:#c9974c}
.gsys_sec ul li .text { overflow:hidden;color:#fff;transition:all .5s;}
.gsys_sec ul li:hover .text { color:#c9974c;}
.gsys_sec ul li strong { font-size:24px;  display:block; margin-bottom:20px;}
.gsys_sec ul li p { padding-top:20px;font-size: 14px;line-height: 24px;border-top: 1px dashed #9a9a9a; height:48px; overflow:hidden;}
/*公司简介*/
.gsjj_sec { height: 714px;background: url(../img/6_202206281640.jpg) no-repeat center; overflow:hidden; box-sizing:border-box; padding:60px 0;}
.gsjj_sec .i_title { text-align:left;}
.gsjj_sec .i_title:before,
.gsjj_sec .i_title:after { margin:10px;}
.gsjj_sec_l { width:50%; box-sizing:border-box; padding-right:30px;}
.gsjj_sec_l h5 { display:block;font-size: 24px;padding-top: 36px;color: #333;line-height: 26px;}
.gsjj_sec_l p { color: #666;line-height: 30px; padding:40px 0 30px; font-size:14px;}
.gsjj_sec_r { width:50%;}
.gsjj_sec_r .image { width:100%; background:#fff; padding:10px;box-shadow: 0 2px 20px rgb(0 0 0 /.1);}
.gsjj_sec_r .image img { width:100%;}
/*新闻样式*/
.xinwen_sec { padding:40px 0; background:#fff; overflow:hidden;}
.xinwen_sec .xinwen_mian { margin:40px 0 20px; overflow:hidden;}
.xinwen_sec_l { position:relative; width:565px; margin-right:30px;}
.xinwen_sec_l .bd ul li { position:relative;}
.xinwen_sec_l .bd ul li .image { width:100%;}
.xinwen_sec_l .bd ul li .image img { width:100%;}
.xinwen_sec_l .bd ul li p { position:absolute; left:0; bottom:0; background:rgb(0 0 0/.4); padding:15px; font-size:18px; color:#fff; line-height:30px; text-align:center; width:100%; box-sizing:border-box;}
.xinwen_sec_l .hd { position:absolute;left:0;bottom:20px;z-index:10;width:100%; text-align:right;}
.xinwen_sec_l .hd ul { display:inline-block; margin-right:20px;}
.xinwen_sec_l .hd ul li { display:block; width:10px; height:10px; margin:0 8px; border-radius:50%; background:#fff; float:left; font-size:0; cursor:pointer;}
.xinwen_sec_l .hd ul li.on { background:#c9974c;}
.xinwen_sec_r { overflow:hidden;}
.xinwen_sec_r ul li { overflow:hidden;border-bottom: 1px dashed #d7d7d7;padding:20px 0; transform:translate(0,0); transition:all .5s;}
.xinwen_sec_r ul li:hover { transform: translate(0, -3px);}
.xinwen_sec_r ul li:nth-child(1) { padding-top:0;}
.xinwen_sec_r ul li .date { float:left;border-right: 1px solid #ddd;margin-right: 30px;padding-right: 20px;text-align: center;}
.xinwen_sec_r ul li .date b,
.xinwen_sec_r ul li .date span { display:block;}
.xinwen_sec_r ul li .date b { color: #666;font-size: 48px;line-height: 48px;}
.xinwen_sec_r ul li .date span { color:#666; font-size:14px;}
.xinwen_sec_r ul li .text { overflow:hidden;}
.xinwen_sec_r ul li .text h3 { color: #333;font-size: 18px; font-weight:400;transition: all .5s;}
.xinwen_sec_r ul li:hover .text h3 { color:#c9974c;}
.xinwen_sec_r ul li .text p { margin-top: 6px;font-size: 14px;line-height: 20px;color: #666;}
/*底部样式*/
.footer_sec { background:#1e2129; overflow:hidden;}
.footer_link { padding:30px 0; margin-bottom:30px; border-bottom:1px solid #999; font-size:16px; color:#fff; overflow:hidden;}
.footer_link a { color:#fff; transition:all .5s;}
.footer_link a:hover { color:#c9974c;}
.footer_link a,
.footer_link span { float:left; margin-right:15px;}
.footer_dh { overflow:hidden; margin-bottom:40px;}
.footer_dh dl { float:left; margin-right:100px;}
.footer_dh dl a { display:block; color:#fff;transition:all .5s;}
.footer_dh dl a:hover { color:#c9974c;}
.footer_dh dl dt { margin-bottom:10px;}
.footer_dh dl dt a { font-size:16px; line-height:30px;}
.footer_dh dl dd a { font-size:12px; line-height:26px;}
.footer_dh dl dd span { display:block; line-height:28px; font-size:14px; color:#fff; margin-bottom:20px;}
.footer_dh dl dd span img { margin-right:5px;}
.footer_dh dl dd strong { display:block; font-size:24px; color:#fff; margin-bottom:10px;}
.footer_dh .ewm { background:#c9974c; padding:15px; text-align:center; float:right;}
.footer_dh .ewm img { width:120px; margin-bottom:30px;}
.footer_dh .ewm p { font-size:14px; color:#fff;}
.footer_b { line-height:20px; font-size:14px; color:#fff; padding:15px 0; background:#16181f; overflow:hidden;}
.footer_b a { color:#fff;}
/*客服样式*/
.kefu { position:fixed;right:20px;top:45%;margin-top:-100px;z-index:100;}
.kefu ul li{ position:relative; margin-top:3px;}
.kefu ul li a.kefu_btn { width:80px;height:80px;text-align:center;display:block;position:relative;background:#c9974c; border-radius:5px; color:#fff; transition:all .5s;display: flex;align-items: center;justify-content: center;}
.kefu ul li:hover a.kefu_btn { background:#333;}
.kefu ul li a.kefu_btn p {color:#fff;font-size:14px;line-height:18px; margin-top:5px;}
.kefu ul li a.kefu_btn i {color:#fff;font-size:26px;}
.kefu_popup { position:absolute;right:90px; top:0; background:#c9974c; border-radius:5px; padding:12px;width:190px;box-sizing:border-box;text-align:center;color:#fff;transform: translate(300px, 0); transition:all .5s; opacity:0;z-index:100;}
.kefu ul li:hover .kefu_popup { transform: translate(0, 0);opacity:1;}
.kefu_popup:before { content:''; display:block;border-style: solid;border-color: transparent transparent transparent #c9974c;border-width: 9px;width: 0;height: 0;position: absolute;right: -18px;top: 50%;transform: translate(0, -50%);}
.kefu_popup.tel { height:80px;}
.kefu_popup.tel em,
.kefu_popup.tel b { display:block;}
.kefu_popup.tel em { font-size:14px; margin-top:8px;}
.kefu_popup.tel b { font-size:18px;}
.kefu_popup.ewm:before { top: 40px;}
.kefu_popup.ewm img { width:100%;}
.kefu_popup.ewm p { font-size:14px; margin-top:8px;}

/*首页样式 END*/

/*内页样式 THE*/
/*内页左侧样式*/
.mian_sec { overflow:hidden; padding:50px 0 60px;}
.mian_sec_l { width:260px; float:left; background:#c9974c; padding:25px 0 15px; margin-right:40px;}
.mian_sec_r { overflow:hidden;}
.meun_top_title { width: 100%;text-align: center;line-height: 40px;font-size: 40px;font-weight: 700;padding: 15px 0 20px 0;margin-bottom: 20px;color: #fff;background: url(../img/6_202206281643.png) no-repeat center bottom;} 
.meun_top ul { overflow:hidden; padding:0 20px 20px;}
.meun_top ul li { display: block;font-size: 16px;line-height: 43px;border: 1px solid #fff; text-align:center; margin-bottom:10px; transition:all .5s; cursor:pointer;}
.meun_top ul li a { color:#fff;transition:all .5s;}
.meun_top ul li:hover { background:#fff;}
.meun_top ul li:hover a { color:#c9974c;}
.cptj_sec ul { padding:0 20px; overflow:hidden; display:flex; flex-wrap:wrap;}
.cptj_sec ul li { float:left; width:48%; text-align:center;}
.cptj_sec ul li:nth-child(2n+2) { margin-left:4%;}
.cptj_sec ul li .image { width:100%;}
.cptj_sec ul li .image img { width:100%;}
.cptj_sec ul li p { font-size:14px; color:#fff; margin-top:5px; line-height:30px;}

.nei_title { padding-bottom: 10px;margin-bottom: 30px;border-bottom: 1px solid #ddd; overflow:hidden; line-height:30px;}
.nei_title strong { font-size:20px; font-weight:400; color:#333;}
.nei_title span { float:right; color:#666; font-size:14px;}
.nei_title span a { color:#666;}

.introduce_table { font-size:14px;}


.sell_list { }
.sell_list ul { display:flex; flex-wrap:wrap;}
.sell_list ul li { float:left; width:32%; margin:0 2% 2% 0; box-sizing:border-box; border:1px solid #ddd; padding:10px;transition:all .5s;}
.sell_list ul li:hover { border-color:#c9974c;}
.sell_list ul li:nth-child(3n+3) { margin-right:0;}
.sell_list ul li .image { width:100%;}
.sell_list ul li .image img { width:100%;}
.sell_list ul li p { line-height:60px; font-size:14px; text-align:center; font-size:16px; transition:all .5s;}
.sell_list ul li:hover p {  color:#c9974c}


.news_list { }
.news_list ul li { overflow:hidden; padding: 20px; margin-bottom: 40px;border: 1px solid #ddd;transition: all .5s;}
.news_list ul li:hover { border-color:#c9974c;}
.news_list ul li .image { float:left; width:25%; margin-right:5%;}
.news_list ul li .image img { width:100%;}
.news_list ul li .text { overflow:hidden; padding-top:28px;}
.news_list ul li .text dl dt { float:right; margin-left:5%;}
.news_list ul li .text dl dt b,
.news_list ul li .text dl dt em { display:block;color:#939aa3;}
.news_list ul li .text dl dt b { font-size: 34px;line-height: 40px; font-weight:400;}
.news_list ul li .text dl dt em { line-height: 24px;font-size: 16px;}
.news_list ul li .text dl dt i { display:block; height:10px; width:60%; border-bottom:1px solid #ddd; margin-top:20px; position:relative;}
.news_list ul li .text dl dt i:before { content:''; width:1px; height:8px; background:#ddd; position:absolute;right: 4px;bottom: -2px;transform: rotateZ(-50deg);}
.news_list ul li .text dl dd { overflow:hidden;}
.news_list ul li .text dl dd strong { font-size:18px; color:#333; display:block; margin-bottom:15px; font-weight:400; transform:translate(0,0);transition: all .5s;}
.news_list ul li:hover .text dl dd strong { color:#c9974c;transform:translate(8px,0);}
.news_list ul li .text dl dd p { color: #999;line-height: 24px; font-size:14px;text-indent: 2em;}


.show_mian_sec_title { font-size: 22px;color: #333;text-align: center;padding: 10px 0 16px;}
.show_mian_sec_info { color: #666;height: 38px;line-height: 38px;overflow: hidden;text-align: center;margin-bottom: 20px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd; font-size:12px;}


.contact_show_map { width:100%; border:1px solid #ddd; padding:10px; box-sizing:border-box;}
.contact_show_map iframe { width:100%; height:350px;}
    
.title_show { font-size:30px; color:#000; margin-top:50px; text-align:center;}
.info_show { font-size:14px; color:#999; text-align:center; padding:30px 0;}
.info_show a { color:#024697;}
/*公司相册*/
.photo_show a { box-sizing: border-box;display:block;text-align:center; margin-top:20px;}
.photo_show a p { font-size:14px; line-height:30px; color:#666; }
.photo_show a img { max-width:100%;}

/*产品内容页*/
.cdx-content-area {background: white;overflow: hidden;padding: 20px 20px 10px 20px;border-right: 10px;border: 1px solid #eee;}
.cdx-content-area .left{width:400px; height:498px;float:left;padding:0px 30px 0px 0px}
.proInfo {width:420px!important;  float:left; position:relative;}
.proInfo h1{font-size: 20px; line-height: 30px; overflow: hidden; color:#000; margin-bottom: 15px; max-height: 60px;padding-left: 15px;}
.proInfo .proPrice { background:#fff5ec; border-top: 1px dotted #ffd1a7;border-bottom: 1px dotted #ffd1a7;margin-top: 20px;padding:5px 15px;}
.proInfo .proPrice p { height:46px; line-height:46px;color:#666;}
.proInfo .proPrice p i { font-size:14px; color:#888; display:inline-block;margin-right:25px;}
.proInfo .proPrice p span { font-size:28px; font-weight: 700;color:#ee2e2c;}
.proInfo .proPrice p span em { font-size:14px;font-weight:400;}
.proInfo .base{padding-top:10px}
.proInfo .base dl{overflow:hidden;width:100%;font-size:14px;line-height:40px;}
.proInfo .base dt{float:left;color:#888;width:85px;padding-left:15px;}
.proInfo .base dd{overflow:hidden;;color:#000;}
.proInfo .buynow {padding-top:15px;overflow:hidden;width:100%}
.proInfo .buynow a{display: inline-block;width: 158px;height: 40px;line-height: 40px;text-align: center;font-size: 16px; color:#fff!important;cursor: pointer;border:1px solid #ee2e2c; margin-left:15px;}
.proInfo .buynow a span { display:inline-block;}
.proInfo .buynow a span:before{ display:inline-block;font-family: 'iconfont'; margin-right:6px; font-weight:400; font-size:20px;float:left;line-height:35px;}
.proInfo .buynow a.ljgm span:before { content:"\e877";}
.proInfo .buynow a.zxdj span:before { content:"\e879";}
.proInfo .buynow a.lxfs span:before { content:"\e87c"; font-size:25px; line-height:32px;}
.proInfo .buynow a:hover { opacity:.8;color:#fff}
.proInfo .buynow a:nth-child(2) { color:#ee2e2c!important;background:rgb(238 46 44 / .1);}
/* album */
.cdx-album{width:400px;height:500px;z-index:1000;}
#mid_pos {position:absolute;}
#mid_div {width:400px;height:400px;cursor:crosshair;background:#F2F2F2;border:1px solid #e6e6e6;}
#zoomer {width:160px;height:120px;background:#FFFFFF url('../img/ab-zoom-bg.gif');position:absolute;z-index:6;opacity:0.5;filter:alpha(opacity=50);}
#big_div {width:500px;height:473px;border:#DDDDDD 1px solid;background:#FFFFFF;position:relative;overflow:hidden;right:-410px;top:-495px;z-index:10000}
#big_pic {position:absolute;}
.tbs {width:414px;height:56px;margin:20px 0;}
.tbs img {cursor:pointer;}
.tbsl {width:32px;height:56px;float:left;}
.tbsr {width:20px;height:56px;float:left; margin-left:-7px;}
.tbsm {width:350px;height:56px;float:left;overflow:hidden;}
.ab_zoom {width:30px;height:30px;background:rgba(0,0,0,.6) url('../img/ab-zoom.png') no-repeat center center;position:absolute;z-index:5;margin:370px 0 0 -30px;background-size:20px;}
.ab_play {width:48px;height:48px;border-radius:50%;background:url('../img/ab-play.png') no-repeat center center;position:absolute;z-index:7;margin:-223px 0 0 176px;}
.ab_play:hover {background:url('../img/ab-play-on.png') no-repeat center center;cursor:pointer;}
.ab_hide {width:40px;height:40px;background:url('../img/ab-hide.png') no-repeat center center;position:absolute;z-index:12;margin:-390px 0 0 350px;display:none;background-size:40px;}
.ab_hide:hover {background:url('../img/ab-hide.png') no-repeat center center;cursor:pointer;background-size:40px;opacity:.6;}
.ab_video {width:400px;height:400px;border:#eee 1px solid;background:#fff;position:absolute;z-index:10;margin:-402px 0 0 0;display:none;}
.ab_im {padding:2px;margin:0 14px 0 0;border:#e6e6e6 1px solid;float:left;width:50px;height:50px;}
.ab_on {padding:2px;margin:0 14px 0 0;border:#FF6600 1px solid;float:left;width:50px;height:50px;background:#FF6600;}
video{height:400px!important;}


/*获得荣誉*/

.honor_title { font-size:30px; color:#333; text-align:center; margin:2% 0;}
.honor_show { padding:2% 4% 4%; border:1px solid #eee; margin:2% 0;}
.honor_show ul { display: flex; flex-wrap: wrap; border:1px solid #ddd; margin-top:3%; border-right:none; border-bottom:none;}
.honor_show ul li { width:50%;box-sizing:border-box; font-size:14px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; display: table;}
.honor_show ul li span { display: table-cell; padding:10px;}
.honor_show ul li span:nth-child(1) { width:20%; background:#fafafa; border-right:1px solid #ddd; font-weight:700;}
.honor_show_title { line-height:42px; height:42px; font-size:16px; background:#f5f5f5; padding:0 15px; border:1px solid #eee; margin:2% 0; font-weight:700;}

/*内页样式 END*/


