/* KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/

/* 清除内外边距 */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,/* structural elements 结构元素 */

dl, dt, dd, ul, ol, li,/* list elements 列表元素 */

pre,/* text formatting elements 文本格式元素 */

fieldset, lengend, button, input, textarea,/* form elements 表单元素 */

th, td {

  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

/* 设置默认字体 */
body, button, input, select, textarea {

  /* for ie */

  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;    /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
  font-size: 18px;    /* 18px / 12px = 1.5 */
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4, h5, h6 {
  font-size: 100%;
}

address, cite, dfn, em, var {
  font-style: normal;
}

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */

ul, ol {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

abbr[title], acronym[title] {

  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}

q:before, q:after {
  content: '';
}

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
fieldset, img {
  border: none;
}

/* img 搭车：让链接里的 img 无边框 */

/* 注：optgroup 无法扶正 */

button, input, select, textarea {
  font-size: 100%;    /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 hr */
hr {
  border: none;
  height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}

body {
  background-color: #fff;
  font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', '微软雅黑', \5b8b\4f53, sans-serif;
  color: #333;
  background: #f4f5f7;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0062b2;
  text-decoration: underline
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}

.main-wrap {
  width: 1366px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  background: #fff;
}

.header-main.main-wrap {
  background: #000000
}

.toggle-text.main-wrap {
  background: #000000
}

.footer-wrap .main-wrap {
  background: #000;
}

.header-wrap {
  width: 100%;
  height: 320px;
  background: #000000
}

.header-wrap .toggle-text {
  height: 73px;
  text-align: right;
  padding-right: 86px;
  box-sizing: border-box;
  padding-top: 23px;
  font: normal 24px/50px 'Microsoft YaHei';
}

.header-wrap .toggle-text a, .header-wrap .toggle-text span {
  color: #fff;
  text-decoration: none;
}

.header-wrap .toggle-text span {
  margin: 0 10px;
}

.header-wrap .header-main {
  height: 247px;
  padding-left: 194px;
  box-sizing: border-box;
  position: relative;
  z-index: 1
}

/*.header-wrap .header-main:before{
z-index: 2;
position: absolute;
width: 173px;
height:247px;
left: 0;
top: 0%;
content: '';
background: url(./img/home/h_01.jpg);
background-size: 100%;
background-position: 0 0;
background-repeat: no-repeat;
}
.header-wrap .header-main-yw:before
{
   background: url(./img/home/h_01y.jpg);
background-size: 100%;
background-position: 0 0;
background-repeat: no-repeat;
}*/
.header-wrap .header-main ul {
  padding-top: 55px;
}

.header-wrap .header-main li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  height: 60px;
}

.header-wrap .header-main li a {
  display: block;
  font: normal 24px/60px 'Microsoft YaHei';
  color: #ffffff;
  text-decoration: none;
  padding: 0 20px;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.header-wrap .header-main li a:hover {
  background: #858585
}

/*.header-wrap .header-main li a:hover .header-wrap .header-main li.on a{
   background: #858585
}*/
.header-wrap li span.line {
  position: absolute;
  right: 0px;
  top: 50%;
  color: #ffffff;
  margin-top: -13px;
  font: normal 24px/26px 'Microsoft YaHei';
}

.home-floor-1 {
  padding-top: 68px;
}

img.hover-ani {
  width: 100%;
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  transition: -webkit-transform .4s;
  -moz-transition: transform .4s, -moz-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s, -moz-transform .4s;
}

img.hover-ani:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.floor-title {
  color: #000000;
  font: normal 60px/166px 'Microsoft YaHei';    /* padding-top:15px;*/
  padding-left: 37px;
  background: #fff;
}

.yw .floor-title {
  font-size: 45px;
}

.floor-more {
  padding-top: 15px;
  text-align: center;
  width: 100%
}

.floor-more a {
  color: #000000;
  font: normal 36px/90px 'Microsoft YaHei';
}

.home-floor-2 {
  background: #e8e8e8
}

.home-floor-2 .show-newpic {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
}

.home-floor-2 .show-newpic .floor-2-l {
  width: 591px;
}

.home-floor-2 .show-newpic .floor-2-r {
  width: 402px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.home-floor-2 .show-newpic .floor-2-r .sub-top {
  height: 486px;
}

.home-floor-2 .show-newpic .floor-2-r .sub-bottom {
  height: 396px;
}

.home-floor-2 .show-newpic img {
  width: 100%;
}

.home-floor-3 .new3-pic-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eb6329;
  font-size: 0
}

.home-floor-3 .des-text {
  background: #eb6329;
  font: normal 28px/48px 'Microsoft YaHei';
  color: #ffffff;
  text-indent: 46px;
  width: 1366px;
  padding: 60px 123px;
  box-sizing: border-box;
}

.home-floor-3 .floor-more {
  background: #eb6329;
}

.home-floor-3 .floor-more a {
  color: #fff;
}

.home-floor-4new .new-text4-time {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  font: normal 28px/110px 'Microsoft YaHei';
}

.home-floor-4new .time-list {
  flex: 1;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.home-floor-4new .new4-text-des {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-floor-4new .new4-text-des .des-list {
  flex: 1;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000000;
  font: normal 30px/130px 'Microsoft YaHei';
}

.home-floor-4new .new4-pic {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.home-floor-4new .floor-more {
  color: #000000;
  padding-bottom: 120px;
}

.footer-wrap .company-info {
  color: #ffffff;
  font: normal 20px/35px 'Microsoft YaHei';
  width: 1366px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 0;
}

.footer-wrap {
  background: #000000;
  padding-top: 26px;
}

.footer-wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-wrap ul li {
  flex: 1;
  text-align: center;
  position: relative;
}

.footer-wrap ul li .line {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font: normal 20px/60px 'Microsoft YaHei';
}

.footer-wrap ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 60px;
  font: normal 20px/60px 'Microsoft YaHei';
  text-decoration: none;
}

.footer-wrap .company-info span.first {
  display: inline-block;
}

.footer-wrap .company-info span.last {
  display: block;
  text-align: left;
  max-width: 650px
}

.footer-wrap .company-info span.centerspan {
  width: 300px;
  display: block;
  text-align: center;
}

.footer-wrap .company-name {
  color: #ffffff;
  font: normal 20px/60px 'Microsoft YaHei';
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
}

.slider-box {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.slider-banner-wrap {
  height: 634px;
  width: 1366px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#html5zoo-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.html5banner-wrap .html5-slides {
  display: none
}

#html5zoo-wrap {
  height: auto !important;
  overflow: hidden;
}

.html5zoo-timer-0 {
  display: none !important
}

.html5zoo-nav-0 {
  margin-top: -30px !important;
  text-align: right;
  float: right;
  background: transparent;
  bottom: 18px !important;
  top: auto !important;
}

.html5zoo-nav-0 .html5zoo-bullet-wrapper-0 .nav-show {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: gray;
  overflow: hidden;
  z-index: 9999;
  float: none !important;
  display: inline-block;
  clear: left !important;
}

.html5zoo-nav-0 .html5zoo-bullet-wrapper-0 .nav-show.on {
  background: #fff
}

.html5zoo-bullet-wrapper-0 {
  width: 1200px !important;
  margin: 0 auto;
  text-align: right;
}

.html5zoo-nav-container-0 {
  width: 1366px !important;
}

.detail-title {
  width: 1366px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #000000;
  font: normal 60px/166px 'Microsoft YaHei';
  padding-left: 80px;
  background: #fff;
}

/*slider*/
.goods-list-detaail {
  width: 1366px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 45px;
  padding-left: 80px;
  box-sizing: border-box;
}

.goods-slider-wrap {
  width: 1141px;
  height: 894px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.goods-slider-wrap .bc-slider-bn, .goods-slider-wrap .bc-slider-bn li {
  width: 732px !important;
  height: 894px !important;
  overflow: hidden;
  box-sizing: border-box;
}

.goods-slider-wrap .bx-prev, .goods-slider-wrap .bx-next {
  display: none
}

.goods-slider-wrap .bc-slider-bn li {
  border: 1px solid #e5e5e5;
}

.goods-slider-wrap .bc-slider-bn li img {
  width: 100%
}

.goods-slider-wrap .bc-slider-pager {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 302px;
  z-index: 100
}

.goods-slider-wrap .bc-slider-pager a {
  display: block;
  width: 302px;
  height: 285px;
  margin-bottom: 18px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
}

.goods-slider-wrap .bc-slider-pager a.active {

  /*border-color: red;*/
}

.goods-slider-wrap .bc-slider-pager a:hover {
  border-color: gray;
}

.goods-slider-wrap .bc-slider-pager img {
  width: 100%;
}

.good-detail-title {
  font: normal 34px/50px 'Microsoft YaHei';
  padding-top: 30px;
}

/*slider*/

/*goods*/

.goods-list {
  padding-bottom: 30px;
  background: #fff;
}

.goods-list .goods-list-title {
  color: #000000;
  font: normal 60px/166px 'Microsoft YaHei';
  padding-left: 37px;
}

.goods-list .goods-list-show {
  width: 100%;
  overflow: hidden;
}

.goods-list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  flex-wrap: wrap;
}

.goods-list ul li {
  width: 25%;
  padding-right: 18px;
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.goods-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 24px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  padding-left: 20px;
  padding-bottom: 10px;
  text-decoration: none;
}

.goods-list ul li .item-pic {
  width: 210px;
}

.goods-list ul li .type {
  font: normal 14px/29px 'Microsoft YaHei';
}

.goods-list ul li .name {
  color: #000;
  font: normal 14px/29px 'Microsoft YaHei';
}

.goods-list ul li a:hover {
  border-color: #000000;
}

.brand-pic-show {
  width: 1366px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 30px;
  background: #fff;
}

.brand-pic-show img {
  width: 100%;
}

.header-wrap .header-main-yw li {
  padding: 0 15px;
}

/*goods*/
.company-info-text {
  background: #e5703d;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
}

.company-info-text .info-text {
  padding-left: 24px;
  box-sizing: border-box;
  width: calc(100% - 570px);
}

.company-info-text .info-text h6 {
  color: #ffffff;
  font: normal 36px/85px 'Microsoft YaHei';
  height: 97px;
}

.company-info-text .info-text .h6-yw {
  width: 1366px;
}

.company-info-text .info-text p {
  color: #fff;
  text-indent: 24px;
  font: normal 25px/36px 'Microsoft YaHei';
}

.company-info-text .video-show {
  width: 550px;
  background-color: #000;    /*height:350px;*/
}

.company-info-text .pic-show {
  width: 550px;
  height: auto;
}

.company-info-text .pic-show img {
  width: 100%;
}

.company-info-2-pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 70px
}

.company-info-text .info-text p {
  word-break: break-all
}

/*领导来访*/
.leader-wrap {
  width: 1095px;
  margin: 0 auto;
  padding-bottom: 45px;
}

.leader-wrap .leader-title {
  color: #000000;
  line-height: 58px;
  font: normal 48px/58px 'Microsoft YaHei';
  padding-top: 35px;
}

.leader-wrap .leader-time {
  color: #000000;
  font: normal 25px/65px 'Microsoft YaHei';
}

.leader-wrap .leader-txt {
  color: #000000;
  font: normal 28px/56px 'Microsoft YaHei';
  padding: 15px 0;
}

.leader-wrap .leader-pic {
  width: 100%;
  padding: 15px 0;
}

.leader-wrap .leader-pic img {
  width: 100%;
}

/*客户服务*/
.server-box {
  padding-bottom: 86px;
}

.server-banner {
  width: 100%;
  padding-bottom: 81px;
}

.server-box .server-txt-row {
  width: 1205px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 140px;
  font: normal 48px/140px 'Microsoft YaHei';
}

.server-box .server-txt-row .h-1 {
  display: block;
  color: #000;
  width: 335px;
  text-decoration: none;
}

.server-box .server-txt-row .h-2 {
  color: #000;
  width: calc(100% - 670px);
  text-align: center;
  text-decoration: none;
}

.server-box .server-txt-row .h-3 {
  display: block;
  width: 335px;
  text-align: right;
  color: #000;
  text-decoration: none;
}

.server-title {
  color: #000000;
  font: normal 36px/140px 'Microsoft YaHei';
  width: 1205px;
  margin: 0 auto;
}

.server-part1 {
  width: 100%;
  border-bottom: 2px solid #666666;
  padding-bottom: 50px;
}

.server-part1-info {
  width: 1205px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

.server-part1-info .part {
  width: 572px;
}

.server-part1-info .part .part-pic {
  width: 100%;
  padding-bottom: 50px;
}

.server-part1-info .part .part-text {
  color: #000000;
  font: normal 25px/30px 'Microsoft YaHei';
}

.server-part2 ul {
  width: 1205px;
  margin: 0 auto;
}

.server-part2 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 58px;
}

.server-part2 ul li .icon-show {
  width: 173px;
  height: 173px;
}

.server-part2 ul li:nth-child(odd) .icon-show {
  padding-right: 38px;
}

.server-part2 ul li:nth-child(even) .icon-show {
  padding-left: 30px;
}

.server-part2 ul li .text {
  color: #000000;
  font: normal 25px/30px 'Microsoft YaHei';
}

.yw .server-box .server-txt-row {
  font-size: 30px
}

.telour-box {
}

.telour-box .telour-banner {
  width: 100%
}

.telour-box .telour-href {
  font: normal 48px/190px 'Microsoft YaHei';
  width: 1180px;
  margin: 0 auto;
}

.telour-box .telour-href a {
  color: #000000;
  text-decoration: none;
  margin-right: 80px;
}

.telour-box .telour-part1 {
  width: 1180px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 56px;
}

.telour-box .telour-part1 .title {
  color: #000000;
  font: normal 48px/102px 'Microsoft YaHei';
  height: 126px;
}

.telour-box .telour-info-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 370px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.telour-box .telour-show {
  flex: 1;
  padding-top: 75px;
  box-sizing: border-box;
}

.telour-box .telour-show .info-title {
  width: 100%;
  text-align: center;
  color: #000000;
  font: normal 25px/60px 'Microsoft YaHei';
  padding-top: 70px;
  position: relative;
}

.telour-box .telour-show .info-title:before {
  z-index: 2;
  position: absolute;
  width: 46px;
  height: 58px;
  left: 50%;
  top: 0%;
  content: '';
  background: url(./img/t_02.jpg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: -23px;
}

.telour-box .telour-show.tel-show .info-title:before {
  background: url(./img/t_03.jpg);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.telour-box .telour-show .info-text {
  color: #000000;
  font: normal 25px/35px 'Microsoft YaHei';
  padding: 0 35px;
  box-sizing: border-box;
  width: 100%;
}

.telour-box .telour-show.tel-show {
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  height: 100%;
}

.telour-box .telour-show.tel-show .info-text {
  text-align: center;
}

.telour-box .telour-map {
  padding-bottom: 82px;
  border-bottom: 1px solid #cccccc;
}

.tel-form-wrap {
  width: 1180px;
  margin: 0 auto;
}

.tel-form-wrap .title {
  font: normal 36px/100px 'Microsoft YaHei';
  padding-top: 50px;
  padding-bottom: 20px;
}

.tel-form-wrap .input-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tel-form-wrap .input-box .input-wrap {
  width: calc(50% - 27px);
  background: #eeeeee;
  border: 1px solid #b4b4b4;
  height: 110px;
  box-sizing: border-box;
  margin-bottom: 80px;
  display: flex;
}

.tel-form-wrap .input-box .input-wrap span {
  color: #000000;
  margin-left: 30px;
  margin-right: 15px;
  font: normal 25px/108px 'Microsoft YaHei';
}

.tel-form-wrap .input-box .input-wrap input {
  display: block;
  outline: 0;
  flex: 1;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  font: normal 25px/108px 'Microsoft YaHei';
}

.tel-form-wrap .textarea-wrap {
  width: 100%;
  margin-bottom: 80px;
  background: #eeeeee;
  border: 1px solid #b4b4b4;
  height: 330px;
  box-sizing: border-box;
  display: flex;
}

.tel-form-wrap .textarea-wrap span {
  display: block;
  margin-left: 30px;
  margin-right: 15px;
  font: normal 25px/50px 'Microsoft YaHei';
  padding-top: 35px;
}

.tel-form-wrap .textarea-wrap textarea {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  font: normal 25px/50px 'Microsoft YaHei';
  color: #000;
  background: transparent;
  flex: 1;
  padding-top: 35px;
  height: 100%;
  box-sizing: border-box;
  padding-right: 20px;
}

.tel-form-wrap .submit-btn {
  display: block;
  width: 219px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font: normal 20px/40px 'Microsoft YaHei';
  background: #eb6329;
  padding: 0;
  margin: 0;
  outline: 0;
  margin-bottom: 87px;
  cursor: pointer;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.tel-form-wrap .submit-btn:hover {
  opacity: 0.9;
}

.active-wrap {
  width: 1210px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.active-wrap .title {
  color: #000000;
  font: normal 60px/166px 'Microsoft YaHei';
  padding-left: 32px;
  background: #fff;
}

.active-wrap .active-main {
  width: 100%;
}

.active-wrap .active-main li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 240px;
  margin-bottom: 68px;
}

.active-wrap .active-main li .pic {
  width: 398px;
  padding-right: 54px;
  box-sizing: content-box;
  height: 240px;
}

.active-wrap .active-main li .pic img {
  width: 100%;
}

.active-wrap .active-main li .text {
  display: block;
  width: calc(100% - 452px);
  height: 100%;
  position: relative;
}

.active-wrap .active-main li .text p {
  color: #000000;
  font: normal 30px/36px 'Microsoft YaHei';
  padding-top: 34px;
}

.active-wrap .active-main li .text .time {
  padding-top: 50px;
  color: #000000;
  font: normal 25px/36px 'Microsoft YaHei';
}

.active-wrap .active-main li .text a {
  color: #000000;
  display: block;
  text-decoration: none;
}

.go-link {
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
}

/*修改0420*/
.header-wrap {
  height: auto;
}

.main-wrap {
  max-width: 1190px;
  overflow: hidden;
}

/*.header-wrap .header-main:before{
  width: 150px;
  height:214px;
}*/
.header-wrap .header-main ul {
  padding-top: 30px;
}

.header-wrap .header-main li {
  padding: 0 20px;
}

.header-wrap .header-main li a {
  font-size: 22px;
}

.header-wrap .header-main {
  height: 210px;
}

.header-wrap .toggle-text {
  padding-right: 35px;
}

.footer-wrap ul li a {
  font-size: 18px;
}

.footer-wrap .company-info {
  font-size: 18px;
  width: 1190px;
  overflow: hidden;
}

.footer-wrap .company-name {
  font-size: 18px;
}

.header-wrap .toggle-text {
  font-size: 22px;
}

.floor-title {
  font: normal 36px/100px 'Microsoft YaHei';
}

.floor-more a {
  font: normal 30px/90px 'Microsoft YaHei';
}

.home-floor-3 .des-text {
  font: normal 24px/48px 'Microsoft YaHei';
  padding: 30px 37px;
  width: 100%
}

.home-floor-4new .new-text4-time {
  padding-top: 0;
  font: normal 26px/100px 'Microsoft YaHei';
}

.home-floor-4new .new4-text-des .des-list {
  font: normal 26px/100px 'Microsoft YaHei';
}

.home-floor-4new .floor-more {
  padding-bottom: 35px;
}

.slider-banner-wrap {
  width: 1190px !important;
}

.html5zoo-bullet-wrapper-0 {
  width: 1190px !important;
  margin: 0 auto;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}

.html5zoo-nav-container-0 {
  width: 1190px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  box-sizing: border-box !important;
  padding-right: 15px !important;
}

.header-wrap .header-main-yw li {
  padding: 0 9px;
}

.company-info-text .info-text p {
  font-size: 18px;
}

.company-info-text .info-text h6 {
  font: normal 28px/65px 'Microsoft YaHei';
}

.company-info-text .info-text h6 {
  height: 70px;
}

.company-info-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.company-info-2-pic {
  padding-bottom: 50px;
  width: 1216px;
  margin-left: -13px;
}

.company-info-2-pic .pic {
  flex: 1;
  padding: 0 13px;
  box-sizing: border-box;
}

.company-info-2-pic .pic img {
  width: 100%
}

.yw .floor-title {
  font-size: 36px
}

.active-wrap .title {
  font: normal 36px/100px 'Microsoft YaHei';
}

.active-wrap .active-main li .pic img {
  width: 90%;
}

.active-wrap .active-main li .pic {
  padding-right: 0;
}

.active-wrap .active-main li .text p {
  color: #000000;
  font: normal 24px/36px 'Microsoft YaHei';
  padding-top: 20px;
}

.active-wrap .active-main li .text .time {
  display: block;
  font-size: 20px;
  padding-top: 20px;
}

.brand-pic-show {
  width: 1190px
}

.go-link {
  padding-bottom: 50px
}

.leader-wrap .leader-txt {
  font-size: 20px;
}

.leader-wrap .leader-title {
  font-size: 30px;
  line-height: 46px;
}

.goods-list .goods-list-title {
  font: normal 36px/100px 'Microsoft YaHei';
  padding-left: 20px;
}

.detail-title {
  width: 1190px;
  font: normal 36px/100px 'Microsoft YaHei';
  padding-left: 27px;
}

.goods-list-detaail {
  padding-left: 27px;
}

.good-detail-title {
  font: normal 26px/50px 'Microsoft YaHei';
  padding-top: 30px;
}

.server-box .server-txt-row {
  font: normal 36px/100px 'Microsoft YaHei';
  height: 100px;
  width: 990px;
  display: none;
}

.server-title {
  width: 990px;    /*  font-size: 28px;*/
  line-height: 100px;
}

.server-part1-info {
  width: 990px;
}

.server-banner {
  padding-bottom: 0px;
}

.server-part1-info .part {
  width: 480px;
}

.server-part2 ul {
  width: 990px;
}

.server-part2 ul li .icon-show {
  width: 150px;
  height: 150px;
}

.server-part2 ul li .icon-show img {
  width: 150px;
}

.server-part2 ul li .text {
  color: #000000;
  font: normal 22px/38px 'Microsoft YaHei';
}

.server-part1-info .part .part-pic img {
  width: 100%;
}

.server-part1-info .part .part-pic {
  padding-bottom: 20px;
}

.server-part1-info .part .part-text {
  color: #000000;
  font: normal 22px/38px 'Microsoft YaHei';
}

.telour-box .telour-href {
  width: 1100px;
  font: normal 36px/100px 'Microsoft YaHei';
  display: none;
}

.telour-box .telour-part1 {
  width: 1100px;
}

.telour-box .telour-part1 .title {
  font: normal 36px/100px 'Microsoft YaHei';
  height: 100px;
}

.telour-box .telour-show .info-text {
  font-size: 22px;
}

.tel-form-wrap {
  width: 1100px;
}

.tel-form-wrap .title {
  font-size: 36px;
  padding-top: 0;
  padding-bottom: 0px;
}

.tel-form-wrap .input-box .input-wrap span {
  font: normal 22px/50px'Microsoft YaHei';
}

.tel-form-wrap .textarea-wrap {
  height: 260px;
}

.tel-form-wrap .input-box .input-wrap {
  width: calc(50% - 27px);
  background: #eeeeee;
  border: 1px solid #b4b4b4;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 50px;
  display: flex;
}

.tel-form-wrap .textarea-wrap span {
  font-size: 22px;
}

.tel-form-wrap .textarea-wrap {
  margin-bottom: 50px;
}

.tel-form-wrap .submit-btn {
  margin-bottom: 60px;
}

.telour-box .telour-map {
  padding-bottom: 50px;
}

.new4-pic .pic-list {
  width: 48.8%;
}

.new4-pic .pic-list img {
  width: 100%;
}

.header-main.main-wrap {
  background: transparent url('./img/home/h_01.jpg') no-repeat left center;
  background-size: 147px 201px;
  position: static;
}

.header-wrap {
  position: relative;
}

.header-wrap .header-main li {
  position: static;
}

.header-wrap .header-main li {
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.header-wrap .header-main li .nav-wrap {
  height: 60px;
  position: relative;
  padding: 0 20px;
}

.children-list {
  width: 100%;
  position: absolute;
  left: 0;
  top:175px;

  z-index: 9999;

/*  -webkit-transition: all .1s ease;
  -moz-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  transition: all .10s ease;*/
   -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
  background-color: rgb(244, 244, 244);
  border-top: 1px solid #e5e5e5;
  /*visibility: hidden;*/
  opacity: 0;
  height: auto;
  display: none;

}

.header-wrap .header-main li:hover .children-list {
   opacity: 1;

  display:block;
}
.header-wrap .header-main li  .children-list .main-wrap{
   position: relative;
   background: transparent;
   padding-top:15px;
   padding-bottom:15px;
}

.header-wrap .header-main li  .children-list .main-wrap dl a{
      text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;

    padding: 0;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid transparent;
      font: normal 18px/36px 'Microsoft YaHei';
}
.header-wrap .header-main li  .children-list .main-wrap dl a:hover{
  color:#9a9a9a;
  background: transparent;
}
.header-wrap .header-main li  .children-list .main-wrap dl dd{
      float: none;
    padding: 2px;
    display: block;
    text-align: left;
     color: #000;
      font: normal 24px/32px 'Microsoft YaHei';
}
.header-wrap .header-main li  .children-list .main-wrap dl .bm-title{
      font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
   /*color: #929292;*/
    line-height: 22px;
    letter-spacing: 2px;
    border-bottom: 1px solid;
    display: inline-block;
     font: normal 18px/32px 'Microsoft YaHei';
}
.header-wrap .header-main li  .children-list .main-wrap dl dd{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.header-wrap .header-main li  .children-list .main-wrap dl dd span{
  margin-right:30px;
  font-size: 18px;
}
.header-wrap .header-main li  .children-list .main-wrap dl dd .children-list-good{
  flex:1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.header-wrap .header-main li  .children-list .main-wrap dl dd .children-list-good a{
  display: block;
  width: 100%;
}
.header-wrap .header-main li  .children-list .main-wrap dl dd .children-list-good .good{
  flex: 1;
  text-align: center;
}
.header-wrap .header-main li  .children-list .main-wrap dl dd .children-list-good .good h6{
      font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
    /*color: #929292;*/
    line-height: 22px;
    letter-spacing: 2px;
    border-bottom: 1px solid;
    display: inline-block;
}
.children-list1 .main-wrap{
  padding-left:358px;
  box-sizing: border-box;
}
.children-list2 .main-wrap{
  padding-left:540px;
  box-sizing: border-box;
}
.children-list3 .main-wrap{
  padding-left:713px;
  box-sizing: border-box;
}
.header-wrap .header-main.header-main-yw li .nav-wrap{
  padding: 0 8px;
}
.header-wrap .header-main.header-main-yw .children-list1 .main-wrap{
  padding-left: 340px
}
.header-wrap .header-main.header-main-yw  .children-list2 .main-wrap {
    padding-left: 512px;
    box-sizing: border-box;
}
.header-wrap .header-main.header-main-yw .children-list3 .main-wrap{
  padding-left: 668px
}