﻿@charset "UTF-8";
/*网页相关 */
html { width: 100%; height: 100%; background-color: #fff; color: #555; font-size: 16px; -webkit-tap-highlight-color: transparent; }

body { font-family: Arial, "宋体", "Helvetica Neue", Helvetica, sans-serif; color: #555; zoom: 1; -webkit-text-size-adjust: none; }

/*全局padding，margin */
body, ul, ol, dl, dd, figure, form, fieldset, legend, input, textarea, button, blockquote, th, td, pre, xmp { margin: 0; padding: 0; }

/*1倍行高需求 */
body, input, textarea, button, select, pre, xmp, tt, code, kbd, samp { line-height: 1; font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select { font-size: 100%; }

h1, h2, h3, h4, h5, h6 { font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif; }

/*取消加粗 */
h1, h2, h3, h4, h5, h6, b, strong { font-weight: normal; }

/*取消斜体 */
address, cite, dfn, em, i, optgroup, var { font-style: normal; }

/*表格相关 */
table { border-collapse: collapse; border-spacing: 0; text-align: center; }

caption, th { text-align: inherit; }

ul, ol, menu { list-style: none; }

fieldset, img { border: 0; }

/*行内块底部三像素 */
img, object, input, textarea, button, select { vertical-align: middle; }

article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu { display: block; }

audio, canvas, video { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; }

blockquote:before, blockquote:after, q:before, q:after { content: " "; }

textarea { overflow: auto; resize: vertical; }

input, textarea, button, select, a { outline: 0 none; border: none; }

button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }

mark { background-color: transparent; }

a, ins, s, u, del { text-decoration: none; }

/*角标相关 */
sup, sub { vertical-align: baseline; }

/*水平线相关 */
hr { height: 0.02rem; margin: 0.1rem 0; border: medium none; border-top: 0.02rem solid #cacaca; }

/*超链接相关 */
a { color: #555; display: block; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

h1, h2, h3, h4, h5, h6, p { padding: 0px; margin: 0px; }

/*公共文件 */
.auto_1200 { max-width: 1200px; margin: 0 auto; width: 100%; }

.fl { float: left; }

.fr { float: right; }

img { max-width: 100%; }

p { margin-block-start: 0em; margin-block-end: 0em; }

/*公共互动*/
a:hover{color: #e31c2b;}

/*二级栏目 */
.menu.auto_1200 { position: relative; line-height: 0; border-bottom: 1px solid #f3f3f3; }
.menu .menu_bg { background: url(../images/menu_about.png) no-repeat left; background-size: 100%; color: #fff; line-height: 42px; padding: 0px 5%; display: inline-block; vertical-align: top; font-size: 18px; }
.menu ul { display: inline-block; width: 73%; }
.menu li { float: left; margin-left: 3%; padding: 0 2%; }
.menu li:hover{border-bottom: 2px solid #de0010;}
.menu li:hover a{color: #de0010;}
.menu li a { color: #888888; font-size: 18px; text-align: center; line-height: 42px; }
.menu li.on { border-bottom: 2px solid #de0010; }
.menu li.on a { color: #de0010; }

/*位置*/
.location { position: absolute; right: -75px; top: 22px; }
.location p { font-size: 14px; color: #bbbbbb; display: inline-block; }
.location p a { display: inline-block; color: #bbbbbb; }
.location p span {
    color: #de0010;
}

@media (max-width: 768px) { 
  .location p{font-size: 12px}
  .fl, .fr { float: none; } 
  .menu ul{width: 100%;}
  .menu li{margin-left:0;}
  .menu li a{font-size: 14px;}
  .menu .menu_bg{line-height: 37px;padding: 0px 11%;font-size: 15px;}
 }

/* 首页*/
#Top{ position:relative; left:0; top:0; width:100%;  border-top:4px solid #de0010; z-index:100;\
  background: -webkit-linear-gradient(#fff, #deedfc); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fff, #deedfc); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fff, #deedfc); /* Firefox 3.6 - 15 */
  background: linear-gradient(#fff, #deedfc); /* 标准的语法 */
}
#Top .header-left{position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; max-width:334px;}
#Top .header-right{  position:absolute; top:50%;right:0;  bottom: 0;}
#Top .header-right dd{position:relative; float:right;}
#Top .header-right dd >a{ display:block;height:50px; line-height:50px;}
#Top .shopping{width: 10%;background-color: #FFFFFF;border:1px solid #d7d7d7;border-radius: 4em;position: absolute;top: 4px;right: 0;vertical-align: middle;}
#Top .shopping i {background: url(../images/cart.png);background-size: 100%;width: 12px;height: 14px;display: inline-block;margin-right: 2%;vertical-align: middle;}
#Top .shopping a{font-size: 14px;color: #232323;text-align: center;line-height: 30px;vertical-align: middle;}
.header-menu li{position: relative;}
.header-menu li dl{width: 100%!important; position: absolute!important; top:100%!important; height: 0!important; transition: 0.45s all!important; overflow:hidden!important;}
.header-menu li:hover dl{ height: auto!important; }
.header-menu li dl dd{width: 100%!important; padding: 10px 5px!important; text-align: center!important; background-color: rgba(222,0,16,0.6)!important; font-size: 14px!important; color: #fff!important; overflow:hidden!important; text-overflow: ellipsis!important; white-space: nowrap!important;}
.header-menu li dl dd a{color: #fff!important;}

#header-menu li{position: relative;}
#header-menu li dl{width: 100%!important; display: none;}
#header-menu li dl dd{width: 100%!important; padding: 10px 5px!important; text-align: center!important; background-color: rgba(222,0,16,0.6)!important; font-size: 14px!important; color: #fff!important; overflow:hidden!important; text-overflow: ellipsis!important; white-space: nowrap!important;}
#header-menu li dl dd a{color: #fff!important;}








@media(min-width:1025px){
#Top .header-mid{ margin-right:116px; margin-left:32%;}
}
#Top .auto_1200{position: relative;}
#Top .top-language a{ position:relative; padding:0 15px;}
#Top .top-language a:before,
#Top .top-language a:after{ position:absolute;content:''; top:50%;margin-top:-2.5px;}
#Top .top-language a:before{ left:0; width:2px; border-right:1px solid #8c8c8c; height:20px; margin-top: -10px;}


#Top .open-search{ width:40px;  background:url(../images/Top002070-search_btn.png) no-repeat center center; }
#Top .search-box{ position:absolute; width:0; right:0; top:0; background:#eee; transition:0.3s; opacity:0; overflow: hidden;}

#Top .search-box .text{ width:100%; background:none; height:40px; border:none; line-height:40px; padding:0 40px 0 10px;}
#Top .search-box .btn{ position:absolute; right:0; top:0; height:100%; width:40px;background:url(../images/Top002070-search_btn.png) no-repeat center center;}
#Top .top-search-on .search-box{ width:200px; opacity:1;z-index: 999}
#Top .search-box .closed{width: 40px; height: 40px; color: #fff; display: block; text-align: center; line-height: 40px; font-size: 34px; position: absolute; right: 40px; top: 0%;  background-color: #de0010;}
#Top .header-menu li em{ line-height:48px; padding:48px 0 0; font-size:16px;position:relative; }

#Top .header-menu li:hover em::before{ position:absolute; content:''; width:0; height:0; border:4px solid transparent; border-bottom-color:#b48a56; bottom:0; left:50%; margin-left:-4px;}
#Top .header-menu li:last-child em a::after{ display:none;}
#Top .header-menu li em a{line-height: 45px;}
#Top .header-menu li:hover em a,
#Top .header-menu li.aon em a{ color:#FFF;background-color:#de0010;border-radius: 10px 10px 0 0;}
#Top .header-menu li .sub{ background:none;}
#Top .header-menu li .sub dt{ margin-bottom:1px; background:rgba(0,0,0,0.3);}
#Top .header-menu li .sub dt a{ text-align:center; color:#fff;}
#Top .header-menu li .sub dt a:hover{ background:#b48a56;}

@media(max-width:1024px){
#Top .header{ padding:0 2%; height:80px;}
#Top .header-right{ z-index:101; right:2%;}
#Top .Public_nav_style #open_menu{ position:relative; right:0; top:auto; margin-left:10px; border-radius:0; background:#fdc1c6; height:32px; border:none; margin-top:4px;}
#Top #open_menu i::before,
#Top #open_menu i::after{ background:#ce1a27 !important;} 
#Top #open_menu i{background:#ce1a27; height:3px; margin-top:-1.5px;}
#Top #header-menu ul{ padding:0; border-top:82px solid #fff; background:rgb(206, 26, 39);}
#Top #header-menu li{text-align:center;}
#Top #header-menu li em a{ padding:5%;  font-weight:normal; line-height:normal;}
#Top #header-menu li .sub dt{ margin-bottom:1px; background:rgba(0,0,0,0.3);}
#Top #header-menu li .sub dt a{ border-bottom:0;}
#Top .header-right dd{float: left;}
}
@media(max-width:768px){
  #Top .shopping{top: 8px;    right: 3%;width: 26%;}
  #Top .header-left{max-width: 224px;top: 33%;}
}

/*首页banner*/
.banner .swiper-pagination{bottom: 24px!important;}
.banner .swiper-pagination-bullet{width: 24px;height: 24px;background: url(../images/swiper-icon.png) no-repeat center;opacity: 1;}
.banner .swiper-pagination-bullet-active{background: url(../images/swiper-hover.png) no-repeat center;}
@media(max-width:1366px){
  .banner .swiper-slide a{ overflow: hidden; display: block; width: 100%; }
  .banner .swiper-slide a img{ max-width: none; position: relative; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); height: 650px; }
}
@media(max-width:1300px){
  .banner .swiper-slide a img{ height: 500px; }
}
@media(max-width:1024px){
  .banner .swiper-slide a img{ height: 400px; }
}
@media(max-width:640px){
  .banner .swiper-slide a img{ height: 300px; }
}
@media(max-width:480px){
  .banner .swiper-slide a img{ height: 220px; }
}


/*Page002664 */
.Page002664{ text-align:center; padding:3% 0;}
.Page002664 *{ display:inline-block; vertical-align:middle;}
.Page002664 a{ border:1px solid #ececec; line-height:40px; padding:0 14px; color:#999999;font-size: 12px;}
.Page002664 .p_cur,
.Page002664 .p_count,
.Page002664 .p_jump,
.Page002664 .a_first,
.Page002664 .a_end,
.Page002664 .p_total{ display:none;}
.Page002664 em{ overflow:hidden; border-left:1px solid #ececec; font-style:normal;}
.Page002664 em a{ float:left; margin-left:-1px;}
.Page002664 a:hover,
.Page002664 em a.a_cur{ color:#fff; background-color:#de0010;}
.Page002664 .a_prev{ padding-left:31px; background:url(../images/Page002664_a_prev.png) no-repeat 15px center;}
.Page002664 .a_next{ padding-right:31px; background:url(../images/Page002664_a_next.png) no-repeat 66px center;}
@media(max-width:640px){
.Page002664 em{ display:inline-block;}
}

/*招聘信息*/
.recruit_cn {padding: 80px 0 40px;}
.jobPage {padding:60px 0; position:relative; z-index: 1;}

.jobCat {overflow: hidden; margin-bottom: 40px;}
.jobCat ul {width:103%; overflow: hidden;}
.jobCat li {float:left; width:31%; padding-right:2%;}
.jobCat li a {display:block; overflow:hidden; color:#fff; background:no-repeat center center; background-size:cover; padding-bottom:50.77%; position:relative;}
.jobCat li .info {position:absolute; border:1px solid rgba(255,255,255,.5); left:3%; top:5%; width:94%; height:90%; box-sizing: border-box;}
.jobCat li span {position:absolute; left:0; top:0; width:100%; top:50%; transform:translateY(-50%); font-size:24px; text-align:center; letter-spacing: 2px; display:block; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}

.jobList {margin-bottom:60px;}
.jobList dl {overflow: hidden;}
.jobList dd {float:left; text-align:center; padding:15px 0; width:20%;    line-height: 35px;}

.jobTop .title {background-color:#e14343; color:#fff; font-size:15px;}

.jobItem {border-top:1px solid #fff; background-color:#fff;}
.jobItem .name {color: #323232;}
.jobItem .num, .jobItem .addr, .jobItem .date {color: #a9a9a9;}
.jobList .on .name {color:#e31c2b}
.jobList .on .apply a {background-color: #e31c2b;}
.jobItem .info { font-size:14px; color:#666; cursor:pointer; transition:background .2s;border-bottom: 1px solid #f3f3f3;}
.jobItem .info.open {background-color:#ededed;}
.jobItem .intro {padding:26px 0 45px; overflow: hidden; display:none; position:relative;    background-color: #f8f8f8;}
.jobItem .apply { float:right;  right:0; }
.jobItem .apply a {display:block; margin:0 auto; height:35px; width:115px; text-align:center; line-height: 35px; color:#fff; background-color:#b9b9b9; font-size:14px;}
.jobItem .cont {width:90%; padding:0 5%; color:#666; float:left; overflow: hidden;}
.jobItem .cont p {line-height: 1.75em; font-size:14px; margin-bottom:10px;color: #a9a9a9;}
.jobItem .cont h4{color: #323232;font-size: 18px;padding: 3% 0;}

.ayBox {display:none;}
.ayBg {background-color:rgba(0,0,0,.7); position:fixed; left:0; top:0; width:100%; height:100%; z-index: 10;}
.ayMain {background-color:#fff; width:600px; border-radius:5px; box-shadow: 0px 0px 5px #222; position:fixed; left:50%; top:50%; margin-left:-300px; transform:translateY(-50%); z-index: 11;}
.ayInfo {padding:30px 50px;}
.ayInfo .input {overflow: hidden; padding:10px 0;}
.ayInfo label {font-size:18px; color:#555; float:left; display:block; text-align:right; width:100px; line-height: 37px;}
.ayInfo label i {color:#e14343; font-style:normal;}
.ayInfo .right {margin-left:100px; overflow:hidden;}
.ayInfo .text {border:1px solid #e4e4e4; border-radius:5px; height:40px; padding:5px 0; text-indent:5px; width:98%; line-height: normal; -webkit-appearance:none;}
.ayInfo .file {padding:5px 0; height:34px; line-height: normal;}
.ayInfo em {font-style:normal; font-size:18px; display:block; float:left; line-height: 37px;}
.ayInfo p {word-break:break-all;}
.ayInfo .btn {margin-left:100px; padding:20px 0 10px;}
.ayInfo .submit {color:#fff; background-color:#e14343; height:37px; padding:0 30px; font-size:16px; border-radius:3px; cursor:pointer; -webkit-appearance:none;}
.ayInfo .reset {height:37px; padding:0 30px; color:#333; background-color:#f0f0f0; border-radius:3px; cursor:pointer; margin-left:15px; -webkit-appearance:none;}

.ayJob select {display:none;}
@media (max-width:768px ) {
  .jobItem .apply a{width: 70px;}
  .recruit_cn{padding: 10% 0 5%;}
  .jobItem .cont{width: 100%}
  .ayMain{width: 400px;left: 75%;}
}
.index-product { margin: 80px auto 40px; position: relative; }
.index-product .fl, .index-product .fr { width: 49%; overflow:hidden;}
.index-product .fl{border-radius: 100px 0 0 0;}
.index-product .fr{border-radius: 0 0 100px 0;}
.index-product .index-product_img img { width: 100%; transition: all 0.45s;}
.index-product .fl:hover .index-product_img >img{ transform: scale(1.2,1.2);}
.index-product .fr:hover .index-product_img >img{ transform: scale(1.2,1.2);}
.index-product .fr .index-product_img { padding-top: 40px; }
/*.index-product .fl { box-shadow: #c4c4c4 0 2px 41px; -moz-box-shadow: #c4c4c4 0 2px 41px; -webkit-box-shadow: #c4c4c4 0 2px 41px; }*/
.index-product .fl:hover{box-shadow: #c4c4c4 0 2px 41px; -moz-box-shadow: #c4c4c4 0 2px 41px; -webkit-box-shadow: #c4c4c4 0 2px 41px;}
.index-product .fr:hover{box-shadow: #c4c4c4 0 2px 41px; -moz-box-shadow: #c4c4c4 0 2px 41px; -webkit-box-shadow: #c4c4c4 0 2px 41px;}
.index-product .fl .index-product_img { padding-bottom: 40px; }
.index-product .index-product_img1 figure { width: 56%; margin: 0 auto; display: block; }
.index-product .index-product_img1 img { width: 56%;margin: 0 auto;display: block; }
.index-product .index-product_img1{ text-align: center; }
.index-product .index-product_img1 p {transition: all 0.45s; background-color: rgba(0,0,0,0); border-radius: 0; font-size: 16px; text-align: center; display: inline-block; padding: 10px 40px; cursor: pointer; margin: 10px auto 20px auto;}
.index-product .fl:hover .index-product_img1 p{ color:#fff; background-color: #de0010; border-radius: 10px 10px 10px 10px;}
.index-product .fr:hover .index-product_img1 p{ color:#fff; background-color: #de0010; border-radius: 10px 10px 10px 10px;}
.index-product .product_logo { position: absolute; transform: translate(68%, -50%); padding: 10px 20px; border-radius: 4em; background-color: #fff; z-index: 10; }

.index_nes { background: url(../images/index_banner.jpg) no-repeat; padding: 100px 0 55px; background-size: 100% 100%; }
.index_nes .index_nes_fl { width: 40%; }
.index_nes .index_nes_fl img { width: 100%; }
.index_nes .index_nes_fl .index_nes_swcn a{ border-radius: 4px; overflow:hidden; position: relative;}
.index_nes .index_nes_fl p { line-height: 40px; color: #fff; font-size: 16px; text-align: left; background-color: rgba(222,0,16,0.5); bottom: 0; position: absolute; padding: 0 3%; width: 100%; }
.index_nes .index_nes_fl .swiper-container-horizontal > .swiper-pagination-bullets, .index_nes .index_nes_fl .swiper-pagination-custom, .index_nes .index_nes_fl .swiper-pagination-fraction { bottom: 0px; }
.index_nes .index_nes_fl .index_nes_sw { padding-bottom: 30px; }
.index_nes .index_nes_fl .swiper-pagination-bullet { width: 12px; height: 12px; background: url(../images/news_swiper_icon.png) no-repeat center; opacity: 1; }
.index_nes .index_nes_fl .swiper-pagination-bullet-active { background: #de0010; background: url(../images/news_swiper_hover.png) no-repeat center;}
.index_nes .index_nes_fr { width: 54%; }
.index_nes .index_nes_fr .title .on { background-color: #de0010 !important; color: #ffffff !important; }
.index_nes .index_nes_fr .title .title_a { border-radius: 4px; font-size: 18px; color: #555555; line-height: 52px; background-color: #eeeeee; float: left; margin-right: 5%; padding: 0 4% 0 5%; }
.index_nes .index_nes_fr .title .title_a:after { content: ""; display: inline-block; vertical-align: middle; }
.index_nes .index_nes_fr .title i { width: 26px; height: 24px; display: inline-block; margin-right: 6px; vertical-align: middle; }
.index_nes .index_nes_fr .title .title_gy i { background-size: 26px 24px; background: url(../images/news1.png) no-repeat; }
.index_nes .index_nes_fr .title .title_gy.on i { background: url(../images/news1_hover.png) no-repeat; }
.index_nes .index_nes_fr .title .title_gs i { background: url(../images/news2.png) no-repeat; background-size: 26px 24px; }
.index_nes .index_nes_fr .title .title_gs.on i { background: url(../images/news2_hover.png) no-repeat; }
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns {display: none; position: relative;}
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns li:hover a{color:#de0010}
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns li:hover span{color:#de0010}
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns.on{display: block !important; position: relative;}
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns ul { padding: 20px 0; }
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns li { width: 100%; position: relative; overflow: hidden; margin-bottom: 12px; border-bottom: 1px solid #ddd;}
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns li a { font-size: 16px; color: #555555; text-align: left; padding: 0 18px; float: left; line-height: 34px; }
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns li:before { content: ""; width: 5px; height: 5px; position: absolute; background-color: #999999; top: 15px; }
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns li span { display: inline-block; color: #555555; font-size: 16px; float: right; line-height: 34px;}
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns .more { border: 1px solid #e7e7e7; line-height: 34px; text-align: center; padding: 0 28px; display: inline-block; border-radius: 4px; font-size: 14px; color: #555555; position: absolute; right: 0; top: -36px;}
.index_nes .index_nes_fr .index_nes_cn .index_nes_cns .more:hover { background-color: #de0010; color: #fff;}
.index_box { padding: 100px 0 80px; }
.index_box ul li { float: left; width: 42.5%; margin-right: 1.5%; position: relative; margin-bottom: 20px;overflow: hidden; border-color: #fff; }
.index_box ul li:nth-child(1), .index_box ul li:nth-child(4) { width: 56%; }
.index_box ul li:nth-child(2n+1) { clear: both; }
.index_box ul li:nth-child(2n) { margin-right: 0; }
.index_box ul li img { width: 100%; cursor: pointer;transition: all 1s;}
.index_box ul li img:hover{transform: scale(1.2);}
.index_box ul li .box_link {width: 250px; height: 50px; background: url(../images/title.png) no-repeat center center; padding: 0 42px 0 0; position: absolute; bottom: 0; background-size: 100% ; }
.index_box ul li .box_link a { font-size: 20px; line-height: 50px; color: #555555; padding: 0 10px; width: 100%; display: inline; padding-right: 60px; position: relative;}
.index_box ul li .box_link a::after{content:''; width: 30px; height: 8px; display: block; position: absolute; right: 0;top: 50%; margin-top: -4px; background:url(../images/jiantou01.png) no-repeat center;}
.index_box ul li .box_link:hover{background-image: url(../images/title02.png);}
.index_box ul li .box_link:hover a{color: #fff;}
.index_box ul li .box_link:hover a::after{background:url(../images/jiantou02.png) no-repeat center;}
.index_box ul li .box_link a:hover{color: #fff;}
.index_box ul li .box_link a img { display: inline-flex; width: 20%; margin: 0 10px; vertical-align: middle; }
.index_box ul li .box_link:after { content: ""; display: inline-block; vertical-align: middle; }

.buttom { background-color: #f9f9f9; }
.buttom section { padding: 50px 0 38px; }
.buttom .buttom-fl { width: 28%; }
.buttom .buttom-fl h1 { font-size: 18px; color: #151412; padding-bottom: 14px; }
.buttom .buttom-fl p { background: url(../images/icon.png) no-repeat left; font-size: 14px; line-height: 26px; color: #908f8f; padding-bottom: 10px; padding: 0 10%; border-bottom: 1px solid #ededed; }
.buttom .buttom-fl p.add { background-position: 10px 2px; }
.buttom .buttom-fl p.phone { background-position: 10px -24px; }
.buttom .buttom-fl p.cz { background-position: 10px -49px; }
.buttom .buttom-fl p.email { background-position: 10px -75px; }
.buttom .buttom-fr { width: 40%; }
.buttom .buttom-fr ul{ display:flex; justify-content: space-between; }
.buttom .buttom-fr ul:after{ display:none;}
.buttom .buttom-fr li { float: left; text-align: center; }
.buttom .buttom-fr li img{ width:130px;}
.buttom .buttom-fr li p { font-size: 14px; color: #555555; line-height: 32px; }
.buttom .buttom_cn { padding: 20px 0; background-color: #555555;position: relative; }
.buttom .buttom_cn .buttom-fl a { float: left; font-size: 14px; color: #b0b0b0; padding: 0 4%; border-right: 1px solid #b0b0b0; }
.buttom .buttom_cn .buttom-fl a:last-child { border-right: none; }
.buttom .buttom_cn .buttom_fr p { color: #b0b0b0; font-size: 14px;line-height: 28px;text-align: center;}

.buttom_fr.fr a {
    color: #b0b0b0;
    font-size: 14px;
    display: inline-block;
}
@media (min-width: 768px) { 
.buttom .buttom_cn .buttom-fl{transform: translate(0, 120%);}

}
@media (max-width: 1024px) {
	.buttom .buttom-fr { width: 100%; }
	.buttom .buttom-fr ul{justify-content: center; gap: 10px;}
}
@media (max-width: 768px) { 
  .index-product{margin: 17px auto 0px;}
  .index-product .fl, .index-product .fr{ width: 100%; }
  .index-product .product_logo{transform: translate(0%, -50%);}
  
  .index_box ul li { width: 100%; }
  .index_box ul li:nth-child(1), .index_box ul li:nth-child(4) { width: 100%; }
  .index_nes .index_nes_fl{width: 100%;}
  .index_nes .index_nes_fl p {font-size: 12px;}
  .index_nes .index_nes_fr {width: 100%;padding-top: 16px;}
  .index_nes .index_nes_fr .title .title_a{margin-right: 1%;}
  .index_nes .index_nes_fr .title .title_a:last-child{margin: 0;}
  .buttom section { padding: 50px 2% 38px; }
  .buttom .buttom-fr { width: 100%; }
  .buttom .buttom_cn .buttom_fr p { line-height: 28px; text-align: center; }
  .buttom .buttom_cn .buttom-fl a{margin-bottom: 10px;}
  .buttom .buttom-fl { width: 100%; padding-bottom: 8px; } 
  .buttom .buttom-fr li{    width: 31%;}
  .index_nes .index_nes_fr .index_nes_cn .index_nes_cns .more{line-height: 30px;padding: 0 6px;    font-size: 11px;}
  .index_nes .index_nes_fr .title .title_a{line-height: 48px;padding: 0 4% 0 2%;font-size: 14px;}
}
/*关于我们*/

.about { padding-bottom: 10%; }
.about .title { padding: 50px 0; }
.about .title p { font-size: 15px; line-height: 30px; text-indent: 2em; }
.about .about_cn { overflow: hidden; padding-top: 60px; }
.about .about_cn .about_title { width: 49%; }
.about .about_cn .about_title h2 { font-size: 24px; color: #de0010; padding: 20px 0; text-align: left; font-weight: bold; }
.about .about_cn .about_title p { color: #666666; font-size: 15px; line-height: 30px; }
.about .about_cn .about_img { width: 49%; }
.about .about_cn .about_img img { width: 100%; }

.about_video { padding: 80px 0; }
.about_video ul li { float: left; width: 32%; margin-right: 2%; margin-bottom: 20px; }
.about_video ul li:nth-child(3n) { margin-right: 0; }
.about_video ul li video { width: 100%; height: 100%; object-fit: fill; }
.about_video ul li p { font-size: 18px; color: #333333; text-align: center; padding: 26px 0; }
@media (max-width: 768px) {
  .about .about_cn .about_title{width: 100%;}
  .about .about_cn .about_img{width: 100%;}
  .about .title{padding: 20px 0;}
  .about .about_cn{padding-top: 17px;}
  .about_video ul li{width: 100%;margin-right: 0;}
	
}
/*新闻中心*/
.news { padding: 80px 0; }
.news .title { margin-bottom: 2%; text-align: center; border-bottom: 1px solid #eee; }
.news .title h2 { margin: 0 0 1%; font-size: 22px; color: #333;line-height: 34px; }
.news .title span { display: block; padding-bottom: 2%; font-size: 15px; color: #999; }
.news .txt { color: #666; line-height: 2; text-align: justify; }
.news li { overflow: hidden; margin-bottom: 40px; }
.news li .news_img { width: 23%;overflow: hidden; }
.news li .news_img img { width: 100%; cursor: pointer;transition: all 0.6s;}
.news li .news_img img:hover{transform: scale(1.1);}
.news li .news_cn { width: 73%; }
.news li .news_cn p { color: #a9a9a9; font-size: 14px; line-height: 24px; text-align: left; }
.news li .news_cn hgroup { color: #323232; font-size: 18px; padding-bottom: 10px; }
.news li .news_cn hgroup a {
    font-weight: 700;
    line-height: 24px;
}
.news li .news_cn .more { color: #de0010; display: block; font-size: 14px; padding: 42px 0 25px; text-align: left; border-bottom: 1px solid #f3f3f3; }
.news_info img{margin: 0 auto;display: block;}
@media (max-width: 768px) {
	.news li .news_img{width: 100%;padding-bottom: 18px;}
	.news li .news_cn{width: 100%;}
	.news li .news_cn .more{padding: 20px 0 25px;}
	.news li .news_cn hgroup{
	  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 24px;
    
	}
	.news li .news_cn p{   
	  word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    }
}



/*
 PicList000864 ä¸ºdemoç¼–å·
 */
.PicList000864{ padding-top:3%;}
.PicList000864 ul{ margin:0 -1%}
.PicList000864 li{ float:left; width:30%; margin:0 1%; margin-bottom:3%;}
.PicList000864 li .Ispic{ padding-bottom:86%; position:relative; display:block;}
.PicList000864 li h5{font-size: 22px;font-weight: normal;    text-align: center;margin:15px 0 0;padding: 0;}
.PicList000864 li h5 a:hover{color: #e60012;}
.PicList000864 li p{ margin:10px 0; line-height:20px; height:40px; overflow:hidden;}
.PicList000864  ul li span{float: right;font-size: 12px;color: #999;}
.PicList000864  li .more{float: left;width:42px;height: 11px;display: block;background:url(../images/PicList000864_icon.jpg) no-repeat center;}
@media(max-width:768px){
.PicList000864 li{width:48%;}
.PicList000864 li h5{line-height:30px;}
}
@media(max-width:480px){
.PicList000864 li{ width:100%;}
.PicList000864 li h5{ margin-top:2px;}
.PicList000864 li p{ margin:2px 0 10px 0;}
}


/*
 .TextList000746 为demo编号
 */
.TextList000746 li{border-bottom: #f0f0f0 1px dashed; line-height:27px; padding:10px 0;}
.TextList000746 li a{ padding-left:20px; background:url(../images/TextList000746-icon.jpg) no-repeat 5px center;}
.TextList000746 li a:hover{ color:#02801a;}
.TextList000746 li time{ float:right; color:#999; font-size:12px; margin-left:10px;}


.news .product_menu { padding: 42px 0; }
.news .product_menu .fication_btn { width: 32%; }
.news .product_menu .fication_btn a {    margin-bottom: 10px; float: left; padding: 0 6%; background-color: #fafafa; text-align: center; font-size: 16px; color: #888888; margin-right: 2%; line-height: 38px; }
.news .product_menu .fication_btn a:hover{color:#de0010;}
.news .product_menu .fication_btn a:last-child { margin-right: 0; }
.news .product_menu .fication_btn a.on { color: #de0010; }
.news .product_menu .fication { width: 60%; }
.news .product_menu .fication a { float: left; padding: 0 2%; text-align: center; font-size: 18px; color: #888888; border-right: 1px solid #888888; }
.news .product_menu .fication a:hover{color: #de0010;}
.news .product_menu .fication a:last-child { border-right: none; }
.news .product_menu .fication a.on { color: #de0010; }


.product .product_menu { padding: 42px 0; }
.product .product_menu .fication_btn { width: 32%; }
.product .product_menu .fication_btn a {    margin-bottom: 10px; float: left; padding: 0 6%; background-color: #fafafa; text-align: center; font-size: 16px; color: #888888; margin-right: 2%; line-height: 38px; }
.product .product_menu .fication_btn a:hover{color:#de0010;}
.product .product_menu .fication_btn a:last-child { margin-right: 0; }
.product .product_menu .fication_btn a.on { color: #de0010; }
.product .product_menu .fication { width: 109%; }
.product .product_menu .fication a { float: left; padding: 0 2%; text-align: center; font-size: 18px; color: #888888; border-right: 1px solid #888888; }
.product .product_menu .fication a:hover{color: #de0010;}
.product .product_menu .fication a:last-child { border-right: none; }
.product .product_menu .fication a.on { color: #de0010; }
.product .product_cn li { width: 24%; margin-right: 1%; margin-bottom: 30px; float: left; background-color: #fafafa; padding: 3%;position: relative; }
.product .product_cn li:hover{box-shadow: #c4c4c4 0 2px 41px; -moz-box-shadow: #c4c4c4 0 2px 41px; -webkit-box-shadow: #c4c4c4 0 2px 41px;}
.product .product_cn li:nth-child(4n) { margin-right: 0; }
.product .product_cn li .product_cn_info h2 { font-size: 24px; color: #323232; text-align: center; line-height: 38px; }
.product .product_cn li .product_cn_info span { font-size: 14px; color: #a9a9a9; line-height: 25px; display: block; margin: 0 auto; text-align: center; }
.product .product_cn li .product_cn_info i { width: 25%; margin: 12px auto; height: 2px; display: block; background-color: #de0010; }
.product .product_cn li .product_cn_img img { width: 100%; display: block; margin: 0 auto; }
.product .product_cn li .btn{position: absolute;right: 50%;bottom: 0;display: block;padding: 5px;font-size: 12px;transform: translate(50%,0);}
.product .product_cn li .btn a:after {
    content: '';
    width: 30px;
    height: 8px;
    display: block;
    display: block;
     margin-top: 3px; 
    background: #000;    height: 1px;width: 100%;
}
.product .product_cn li .btn:hover a:after{background:red;}
.product .product_map { position: relative; padding-bottom: 7%; }
.product .product_map img { width: 100%; }
.product .product_map .product_map_box { width: 27%; position: absolute; top: 270px; right: 280px; background: #fff; padding: 2%; box-shadow: #7a7a74 0 2px 24px; -moz-box-shadow: #7a7a74 0 2px 24px; -webkit-box-shadow: #7a7a74 0 2px 24px; }
.product .product_map .product_map_box::after { position: absolute; content: ""; right: 45%; border: 12px solid transparent; border-top-color: #fff; top: 100%; }
.product .product_map .product_map_box h1 { font-size: 18px; color: #151412; padding-bottom: 14px; }
.product .product_map .product_map_box h1 i { width: 25px; height: 23px; display: inline-block; background: url(../images/icon_map.png) no-repeat left; background-size: 100%; vertical-align: middle; margin-right: 6px; }
.product .product_map .product_map_box p { background: url(../images/icon.png) no-repeat left; font-size: 14px; line-height: 26px; color: #908f8f; padding-bottom: 10px; padding: 0 10%; border-bottom: 1px solid #ededed; }
.product .product_map .product_map_box p.add { background-position: 10px 2px; }
.product .product_map .product_map_box p.phone { background-position: 10px -24px; }
.product .product_map .product_map_box p.cz { background-position: 10px -49px; }
.product .product_map .product_map_box p.email { background-position: 10px -75px; }

.product .product_map1 { position: relative; padding-bottom: 7%; }
.product .product_map1 img {  }
.product .product_map1 .product_map_box { width: 27%; position: absolute; top: 108px; right: 138px; background: #fff; padding: 2%; box-shadow: #7a7a74 0 2px 24px; -moz-box-shadow: #7a7a74 0 2px 24px; -webkit-box-shadow: #7a7a74 0 2px 24px; display: none;}
.product .product_map1 .product_map_box::after { position: absolute; content: ""; right: 45%; border: 12px solid transparent; border-top-color: #fff; top: 100%; }
.product .product_map1 .product_map_box h1 { font-size: 18px; color: #151412; padding-bottom: 14px; }
.product .product_map1 .product_map_box h1 i { width: 25px; height: 23px; display: inline-block; background: url(../images/zg.png) no-repeat left; background-size: 100%; vertical-align: middle; margin-right: 6px; }
.product .product_map1 .product_map_box p { background: url(../images/icon.png) no-repeat left; font-size: 14px; line-height: 26px; color: #908f8f; padding-bottom: 10px; padding: 0 10%; border-bottom: 1px solid #ededed; }
.product .product_map1 .product_map_box p.add { background-position: 10px 2px; }
.product .product_map1 .product_map_box p.phone { background-position: 10px -24px; }
.product .product_map1 .product_map_box p.cz { background-position: 10px -49px; }
.product .product_map1 .product_map_box p.email { background-position: 10px -75px; }
.product .product_attract { padding-bottom: 2%; }
.product .product_attract li { overflow: hidden; float: left; width: 49%; margin-right: 2%; background-color: #fafafa; margin-bottom: 2%; padding: 4% 5%; }
.product .product_attract li:hover{box-shadow: #c4c4c4 0 2px 41px; -moz-box-shadow: #c4c4c4 0 2px 41px; -webkit-box-shadow: #c4c4c4 0 2px 41px;}
.product .product_attract li .product_attract_img { width: 46%; }
.product .product_attract li .product_attract_title { width: 50%; text-align: left; }
.product .product_attract li .product_attract_title .btn { color: #ffffff; font-size: 14px; line-height: 30px; background-color: #de0010; display: inline-block; padding: 0 5%; margin-top: 10px; }
.product .product_attract li .product_attract_title h2 { font-size: 24px; color: #323232; line-height: 28px; }
.product .product_attract li .product_attract_title span { font-size: 14px; color: #a9a9a9; line-height: 28px; padding-bottom: 2%; display: block; }
.product .product_attract li:nth-child(2n) { margin-right: 0; }

.product_mail { padding: 78px 0 50px; }
.product_mail h2 { font-size: 18px; color: #323232; text-align: left; font-weight: 100; }
.product_mail h3 { padding: 30px 0 15px; font-size: 18px; color: #de0010; text-align: left; font-weight: 100; }
.product_mail p { color: #a9a9a9; text-align: left; font-size: 14px; line-height: 24px; }
.product_mail span { color: #323232; font-size: 14px; display: block; padding: 18px 0; }
.product_mail a { color: #de0010; font-size: 14px; display: inline-block; }
.product_mail .product_mail_box { padding: 0 0 15px; }
.product_mail .product_mail_box li { float: left; width: 16.6%; text-align: center; }
.product_mail .product_mail_box li:nth-child(1) span { background-color: #f3f3f3; font-size: 16px; color: #323232; padding-left: 30%; text-align: left; }
.product_mail .product_mail_box li:last-child span:nth-child(2) { line-height: 28px; height: 100%; padding: 10.1% 11%; border-right: 2px solid #f3f3f3; border-bottom: 2px solid #f3f3f3; }
.product_mail .product_mail_box li span { padding: 0; line-height: 50px; font-size: 14px; color: #a9a9a9; border: 1px solid #f3f3f3; }
.product_mail .product_mail_box li span:nth-child(1) { background-color: #e31c2b; color: #ffffff; line-height: 50px; border: none; }
@media (max-width:768px) {
  .product .product_menu{padding: 12px 0;}
  .product .product_menu .fication{    width: 100%;}
  .product .product_menu .fication a{font-size: 14px;}
  .product .product_menu .fication_btn{    width: 100%;    padding: 14px 0;}
  .product .product_menu .fication_btn a{padding: 0 5%;}
  .product .product_attract li .product_attract_img, .product .product_attract li .product_attract_title{width: 100%;text-align: center;}
  .product .product_attract li .product_attract_title .btn{display: block;margin: 0 auto;text-align: center;}
  .product .product_attract li .product_attract_title span{font-size: 13px;}
  .product .product_attract li .product_attract_title h2{font-size: 18px;}
  .product .product_attract li{padding: 6% 5%;}
  .product .product_map .product_map_box{    width: 78%;top: -29px; right: -4px;}
  .product .product_map1 .product_map_box{width: 78%;top: -38px;right: -51px;}
  .product .product_map1 .product_map_box p{font-size: 12px;line-height: 20px;}
  .product .product_map1 .product_map_box h1{padding: 0;font-size: 16px;}
  .product_mail{padding: 20px 2% 50px !important;}
  .product_mail span{line-height: 24px;}
  .product_mail .product_mail_box li:nth-child(1) span{font-size: 13px;padding-left: 23%;}
  .product_mail .product_mail_box li span{font-size: 13px;}
  .product_mail .product_mail_box li{width: 33%;}
  .product_mail .product_mail_box li:last-child span:nth-child(2){line-height: 19px;}
  .product .product_cn li:nth-child(2n){margin-right: 0;}
  .product .product_cn li:nth-child(2n+1){clear: both;}
  .product .product_cn li{width: 49%;}
.product .product_cn li .product_cn_info h2{font-size: 20px;}

 }
 
.party { padding: 80px 0; }
.party .title { margin-bottom: 2%; text-align: center; border-bottom: 1px solid #eee; }
.party .title h2 { margin: 0 0 1%; font-size: 22px; color: #333; }
.party .title span { display: block; padding-bottom: 2%; font-size: 15px; color: #999; }
.party .txt { color: #666; line-height: 2; text-align: justify; }
.party li { overflow: hidden; margin-bottom: 40px; }
.party li .party_img { width: 23%; position: relative;overflow: hidden;  }
.party li .party_img img { width: 100%; cursor: pointer;transition: all 0.6s;}
.party li .party_img img:hover{transform: scale(1.1);}
.party li .party_img i { position: absolute; background: url(../images/time_bg_03.png) no-repeat right bottom; background-size: 100% 100%; padding: 0 6% 0 17%; line-height: 32px; color: #fff; bottom: 0; right: 0; }
.party li .party_cn { width: 73%; }
.party li .party_cn p { color: #a9a9a9; font-size: 14px; line-height: 24px; text-align: left; }
.party li .party_cn hgroup { color: #323232; font-size: 18px; padding-bottom: 24px; }
.party li .party_cn hgroup a{color: #323232;}
.party li .party_cn .more { color: #de0010; display: block; font-size: 14px; padding: 42px 0 25px; text-align: left; border-bottom: 1px solid #f3f3f3; }
.party li .party_cn hgroup a:hover {color: #e31c2b;}
@media (max-width:768px) {
	.party li .party_img, .party li .party_cn{width: 100%;margin-bottom: 18px;}
	.party li .party_cn .more{padding: 24px 0 25px;}
	.party li{margin-bottom:0;}
	.party li .party_cn hgroup{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 14px;
    
  }
  .party li .party_cn p{   
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    }
}
/*# sourceMappingURL=whir_css.css.map */

/*侧边栏*/
.menu_right {
    position: fixed;
    width:92px;
    z-index: 999999;
    float: right;
    top: 0;
    right: 0;
    background-color: #084d8b;
    text-align: center;
    transform: translate(0,50%);
    display: none;
}
.menu_right.on{
  transform: translate(100%,50%);
  transition: all 1s;
}
.menu_right p{
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
}
.menu_right img{
  width: 100%;
}

.menu_right .kefu, .menu_right .top_fr{
  text-align: center;
  background-color: #135da0;
  padding: 13px;
}
.menu_right .wx_fr{
  padding: 13px;
  position: relative;
}
.menu_right .open_fr img{
  width: 13px;
  height: 13px;
  margin-left: 10px;
  cursor: pointer;
}
.menu_right .wx_open{
  display: none;
  position: absolute;
  left: -97px;
  width: 100px;
  top: 30px;
}
.search {
  padding: 3% 0;
}
.search .seach_list{
  line-height: 28px;
  color: #333333;
  font-size: 14px;
}

@media (max-width:768px) {
  .menu_right {width: 84px;}
}


@media (min-width: 1200px) {
  #Top .header-left{ margin-top: 14px; }
}

.Other000485{
  display: none!important;
}
.news li .news_cn .more ,.party li .party_cn .more{ border: 1px solid #e7e7e7; line-height: 34px; text-align: center; padding: 0 28px; display: inline-block; border-radius: 4px; font-size: 14px; color: #555555; margin-top: 16px;}
.news li .news_cn .more:hover ,.party li .party_cn .more:hover{ background-color: #de0010; color: #fff;}

.share_top {
    position: absolute;
    top: 6px;
    float: left;
    right: 132px;
}
.share_top span {
    display: inline-block;
    float: left;
    line-height: 28px;
}
.share_bottom {
    position: absolute;
       bottom: 0;
    float: right;
    transform: translate(67%,0);
    color: #b0b0b0;

}
.share_bottom span {
    display: inline-block;
    float: left;
    line-height: 28px;
}
@media (max-width: 768px) {
    .share_top{display: none;}
}
@media (min-width: 768px) {
    .share_bottom{display: none;}
}
.link{overflow: hidden;padding: 40px 0;}
.link p {text-align: center;line-height: 20px;}
.link li{width: 19%;float: left;margin-right: 1%;}
.link img{display: block;width: 100%;}
@media (max-width: 768px) {
    .link li{width: 49%;float: left;margin-right: 1%;}
}

.ul_sitemap li{ border-bottom:dotted 1px #ddd; padding:5px 0px;}
.ul_sitemap li strong,
.ul_sitemap li b{ width:102px; display:block;font-size: 16px;
    line-height: 40px;
    font-weight: 700;}
.ul_sitemap{padding: 40px 0;}
.ul_sitemap li .ti{ display:block; /*color:#3b919a;*/ font-weight:bold;}
.ul_sitemap li span{overflow: hidden;}
.ul_sitemap li span a{float: left;padding-right: 2%;}
 -webkit-user-select: none;    -ms-user-select: none;    -moz-user-select: none;    -khtml-user-select: none;    user-select: none;