h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  font-weight: normal;
  line-height: 1.7em;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
small {
  font-size: 10px;
}
.a_cover,
.img_b {
  width: 100%;
  height: 100%;
  display: block;
}
.clear-both {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.pull_left {
  float: left;
}
.pull_right {
  float: right;
}
.ulchild_left > * {
  float: left;
}
.ulchild_left:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.pof {
  position: fixed;
}
.text_indent {
  text-indent: 2em;
}
.text_ap {
  text-transform: capitalize;
}
/*大写开头*/
.text_up {
  text-transform: uppercase;
}
/*全大写*/
.text_low {
  text-transform: lowercase;
}
/*全小写*/
.text_inh {
  text-transform: inherit;
}
/*从父元素继承 text-transform 属性*/
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.bg_n {
  background: no-repeat;
}
.bg_ncc {
  background: no-repeat center center;
}
.bg_ncb {
  background: no-repeat center bottom;
}
.bg_nccc {
  background: no-repeat center center;
  background-size: cover;
}
.bg_ncci {
  background: no-repeat center center;
  background-size: contain;
}
.bg_ncc100 {
  background: no-repeat center center;
  background-size: 100% 100%;
}
.tra_03 {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.tra_05 {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.tra_1 {
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
}
.border_box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rightModle {
  position: absolute;
  right: 0;
  top: 0;
}
.overHide {
  overflow: hidden;
}
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.disB {
  display: block;
}
.disI {
  display: inline;
}
.disIB {
  display: inline-block;
}
.disN {
  display: none;
}
.cursorP {
  cursor: pointer;
}
.cursorD {
  cursor: default;
}
.user_select {
  -moz-user-select: none;
  -ms-user-select: none;
  -ktml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/*商品图片特效*/
.img_tra {
  overflow: hidden;
}
.img_tra img,
.img_tra .bg_nccc {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.img_tra img:hover,
.img_tra .bg_nccc:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.img_mid {
  display: table;
  text-align: center;
}
.img_mid > * {
  vertical-align: middle;
  display: table-cell;
  line-height: 0;
}
/*内边距*/
/*外边距*/
.col_1 {
  width: 100%;
  float: left;
}
.col_2 {
  width: 50%;
  float: left;
}
.col_3 {
  width: 33.33333333%;
  float: left;
}
.col_4 {
  width: 25%;
  float: left;
}
.col_5 {
  width: 20%;
  float: left;
}
.col_6 {
  width: 16.66666667%;
  float: left;
}
.col_66 {
  width: 66.66666667%;
  float: left;
}
.col_75 {
  width: 75%;
  float: left;
}
.col_80 {
  width: 80%;
  float: left;
}
.col_83 {
  width: 83.33333333%;
  float: left;
}
/*内边距*/
.pad_5 {
  padding: 5px;
}
.pad_10 {
  padding: 10px;
}
.pad_15 {
  padding: 15px;
}
.pad_20 {
  padding: 20px;
}
.pad_30 {
  padding: 30px;
}
.pad_40 {
  padding: 40px;
}
.pad_t5 {
  padding-top: 5px;
}
.pad_t10 {
  padding-top: 10px;
}
.pad_t15 {
  padding-top: 15px;
}
.pad_t20 {
  padding-top: 20px;
}
.pad_t30 {
  padding-top: 30px;
}
.pad_t40 {
  padding-top: 40px;
}
.pad_tb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pad_tb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad_tb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pad_tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pad_tb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad_tb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pad_lr5 {
  padding-right: 5px;
  padding-left: 5px;
}
.pad_lr10 {
  padding-right: 10px;
  padding-left: 10px;
}
.pad_lr15 {
  padding-right: 15px;
  padding-left: 15px;
}
.pad_lr20 {
  padding-right: 20px;
  padding-left: 20px;
}
.pad_lr30 {
  padding-right: 30px;
  padding-left: 30px;
}
.pad_lr40 {
  padding-right: 40px;
  padding-left: 40px;
}
/*外边距*/
.mar_5 {
  margin: 5px;
}
.mar_10 {
  margin: 10px;
}
.mar_15 {
  margin: 15px;
}
.mar_20 {
  margin: 20px;
}
.mar_30 {
  margin: 30px;
}
.mar_40 {
  margin: 40px;
}
.mar_t5 {
  margin-top: 5px;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t15 {
  margin-top: 15px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.mar_t40 {
  margin-top: 40px;
}
.mar_b5 {
  margin-bottom: 5px;
}
.mar_b10 {
  margin-bottom: 10px;
}
.mar_b15 {
  margin-bottom: 15px;
}
.mar_b20 {
  margin-bottom: 20px;
}
.mar_b30 {
  margin-bottom: 30px;
}
.mar_b40 {
  margin-bottom: 40px;
}
.mar_l5 {
  margin-left: 5px;
}
.mar_l10 {
  margin-left: 10px;
}
.mar_l15 {
  margin-left: 15px;
}
.mar_l20 {
  margin-left: 20px;
}
.mar_l30 {
  margin-left: 30px;
}
.mar_l40 {
  margin-left: 40px;
}
.mar_r5 {
  margin-right: 5px;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_r15 {
  margin-right: 15px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_r30 {
  margin-right: 30px;
}
.mar_r40 {
  margin-right: 40px;
}
.mar_tb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mar_tb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mar_tb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mar_tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mar_tb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mar_tb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mar_lr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mar_lr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mar_lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mar_lr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mar_lr30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mar_lr40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mar_lr-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.mar_lr-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.mar_lr-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.mar_lr-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.borderA {
  border: 1px solid #eee;
}
.borderL {
  border-left: 1px solid #eee;
}
.borderR {
  border-right: 1px solid #eee;
}
.borderLR {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.borderT {
  border-top: 1px solid #eee;
}
.borderB {
  border-bottom: 1px solid #eee;
}
.borderTB {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/*常用色*/
.bg_f {
  background-color: #fff;
}
.bg_0 {
  background-color: #000;
}
.color_0 {
  color: #000;
}
.color_f {
  color: #fff;
}
.color_3 {
  color: #333;
}
.color_6 {
  color: #666;
}
.color_9 {
  color: #999;
}
.color_7 {
  color: #777;
}
.color_8 {
  color: #888;
}
.color_c {
  color: #ccc;
}
.color_b {
  color: #bbb;
}
/*模块宽度*/
body {
  min-width: 1220px;
  font-size: 14px;
  margin: 0 auto;
}
.hugeW {
  width: 100%;
}
.container-fluid {
  width: 100%;
}
.bigW {
  margin: 0 auto;
  width: 1200px;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
/*颜色渐变；*/
/*过渡；*/
/*变形；*/
/*镜像；*/
/*三角形；*/
/*透明度*/
/*reset end--------------------------------------------------------------------------------------------------------------------*/
.pad_tb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pad_t50 {
  padding-top: 50px;
}
.pad_b50 {
  padding-bottom: 50px;
}
.bg_them {
  background: #ff9c00;
}
.color_them {
  color: #ff9c00;
}
.header {
  height: 84px;
  margin: 8px 0 8px;
}
.header ul.layui-layout-right {
  padding-top: 14px;
}
.header ul.layui-layout-right > li {
  position: relative;
  margin-left: 30px;
  line-height: 56px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
}
.header ul.layui-layout-right > li > a {
  padding: 0 10px;
}
.header ul.layui-layout-right > li.active {
  border-bottom: 1px solid #ff9c00;
}
.header ul.layui-layout-right > li.active > a {
  color: #ff9c00;
}
.header ul.layui-layout-right > li > ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  font-size: 13px;
  line-height: 40px;
  position: absolute;
  padding: 10px;
  text-align: center;
  width: 130px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 7px 15px 1px rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -65px;
}
.header ul.layui-layout-right > li > ul li.active a {
  color: #ff9c00;
}
.header ul.layui-layout-right > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.my_fixbar {
  bottom: 50%;
  margin-bottom: -100px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.my_fixbar li {
  position: relative;
  height: 40px;
  width: 40px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  transition: all 0.12s ease-in;
  -webkit-transition: all 0.12s ease-in;
}
.my_fixbar li:hover {
  opacity: 1;
  background-color: #fff;
}
.my_fixbar li:hover .tip {
  right: 40px;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.my_fixbar li > a {
  width: 100%;
  height: 100%;
  display: block;
}
.my_fixbar li.mb1 {
  background-position: 0 0;
  background-color: #fff;
}
.my_fixbar li.mb2 {
  background-position: 0 -41px;
}
.my_fixbar li.mb2:hover {
  background-position: -40px -40px;
}
.my_fixbar li.mb3 {
  background-position: 0 -80px;
}
.my_fixbar li.mb3:hover {
  background-position: -40px -80px;
}
.my_fixbar li.mb4 {
  background-position: 0 -120px;
}
.my_fixbar li.mb4:hover {
  background-position: -40px -120px;
}
.my_fixbar li.mb5 {
  background-position: 0 -160px;
}
.my_fixbar li.mb5:hover {
  background-position: -40px -160px;
}
.my_fixbar li .tip {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 0px;
  right: 60px;
  font-size: 12px;
  width: 100px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
.my_fixbar li .tip a {
  color: #ff9c00;
}
.my_fixbar .sheach_bar {
  width: 150px!important;
}
.my_fixbar .sheach_bar input {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  color: #ff9c00;
  font-size: 14px;
}
.section1 > div {
  height: 400px;
}
.about_us_swiper {
  background: transparent;
}
.about_us_swiper.layui-carousel > [carousel-item]:before {
  display: none;
}
.about_us_swiper.layui-carousel > [carousel-item] > * {
  background: transparent;
}
.about_us_swiper .img {
  height: 124px;
}
.about_us_swiper h5 {
  height: 115px;
  overflow: hidden;
}
.about_us_swiper .layui-carousel-arrow {
  opacity: 1;
  bottom: 0;
  top: auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  color: #ff9c00;
  background: #eee;
}
.about_us_swiper .layui-carousel-arrow:hover {
  background: #ff9c00;
  color: #fff;
}
.about_us_swiper .layui-carousel-arrow[lay-type="sub"] {
  left: 10px!important;
}
.about_us_swiper .layui-carousel-arrow[lay-type="add"] {
  right: auto;
  left: 60px!important;
}
.section1_right a {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  width: 93%;
  height: 92%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.section1_right a:nth-child(2) {
  z-index: 5;
}
.section1_right a:nth-child(3) {
  z-index: 1;
}
.section1_right a:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.section1_right a.active {
  left: 0;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}
.section1_right a.active:after {
  display: none;
}
.section1_tab {
  margin: 0;
}
.section1_tab .layui-tab-title {
  height: auto;
  border-bottom: 0;
}
.section1_tab .layui-tab-title .layui-this {
  color: #ff9c00;
  font-weight: bold;
  font-size: 20px;
}
.section1_tab .layui-tab-title .layui-this:after {
  display: none;
}
.section1_tab .layui-tab-title li {
  width: 195px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cfcfcf;
  font-size: 16px;
}
.section1_tab .layui-tab-title li + li {
  margin-left: -1px;
}
.section1_tab .layui-tab-content {
  padding: 30px 0 0;
  position: relative;
  height: 333px;
}
.section1_tab .layui-tab-content .news_list li {
  height: 100px;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.section1_tab .layui-tab-content .news_list li:hover {
  background: rgba(255, 156, 0, 0.5);
  color: #fff;
}
.section1_tab .layui-tab-content .news_list li:hover a {
  color: #fff;
}
.section1_tab .layui-tab-content .news_list li:hover > div.tip,
.section1_tab .layui-tab-content .news_list li:hover > div.col_6,
.section1_tab .layui-tab-content .news_list li:hover > div h6,
.section1_tab .layui-tab-content .news_list li:hover > div.layui-col-xs8 {
  color: #fff;
}
.section1_tab .layui-tab-content .news_list li > div {
  height: 100px;
}
.section1_tab .layui-tab-content .news_list li > div.tip {
  font-size: 72px;
  color: #cfcfcf;
  text-align: center;
  line-height: 100px;
}
.section1_tab .layui-tab-content .news_list li > div.layui-col-xs8 {
  padding: 15px 20px;
}
.section1_tab .layui-tab-content .news_list li > div.col_6 {
  line-height: 100px;
  text-align: center;
}
.section1_tab .layui-tab-content .news_list li.big_one {
  height: 115px;
  margin-bottom: 25px;
}
.section1_tab .layui-tab-content .news_list li.big_one > .col_4 {
  height: 115px;
}
.section1_tab .layui-tab-content .news_list li.big_one > .col_4 a {
  display: block;
  height: 100%;
}
.section1_tab .layui-tab-content .news_list li.big_one > .col_75 {
  padding-left: 40px;
  padding-right: 20px;
  height: 115px;
}
.section1_tab .layui-tab-content .news_list li.big_one > .col_75 h4 + h6 {
  height: 40px;
  overflow: hidden;
}
.section1_tab .layui-tab-content .more_ {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -65px;
}
.more_ {
  display: inline-block;
  width: 130px;
  color: #666;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #eee;
}
.more_:hover {
  border-color: #ff9c00;
  background: #ff9c00;
  color: #fff;
}
.group_video_right {
  position: relative;
  height: 470px;
}
.group_video_right h5 {
  line-height: 30px;
  height: 210px;
  overflow: hidden;
}
.group_video_right .more_ {
  position: absolute;
  bottom: 40px;
  color: #ff9c00;
  border-color: #ff9c00;
}
.group_video_right .more_:hover {
  color: #fff;
}
.yiyuanshebei {
  overflow: hidden;
  height: 320px;
}
.yiyuanshebei > ul {
  margin-right: -40px;
}
.yiyuanshebei > ul > li {
  width: 393px;
  margin-bottom: 40px;
  height: 280px;
  padding-right: 40px;
}
.yiyuanshebei > ul > li a {
  background: #f8f8f8;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: relative;
  display: block;
  overflow: hidden;
}
.yiyuanshebei > ul > li a img {
  width: 100%;
  height: 280px;
  display: block;
}
.yiyuanshebei > ul > li a:hover img {
  transform: scale(1.1);
}
.yiyuanshebei > ul > li a:hover .infoDoc {
  color: #fff;
  background: rgba(255, 156, 0, 0.7);
}
.yiyuanshebei > ul > li a:hover .infoDoc:after,
.yiyuanshebei > ul > li a:hover .infoDoc:before {
  background: #fff;
}
.yiyuanshebei > ul > li a .infoDoc {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -140px;
  margin-top: -58px;
  width: 280px;
  height: 116px;
  background: rgba(255, 255, 255, 0.7);
}
.yiyuanshebei > ul > li a .infoDoc:after,
.yiyuanshebei > ul > li a .infoDoc:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #333;
  height: 50px;
  transform: rotate(10deg);
  top: 50%;
  margin-top: -25px;
}
.yiyuanshebei > ul > li a .infoDoc:before {
  left: 37px;
}
.yiyuanshebei > ul > li a .infoDoc:after {
  right: 37px;
}
.foot {
  background: #323539;
  height: 300px;
  padding-top: 30px;
}
.foot .foot_left {
  width: 800px;
}
.foot .foot_nav > dl {
  margin-right: 30px;
  vertical-align: top;
}
.foot .foot_nav > dl > dt {
  margin-bottom: 20px;
}
.foot .foot_nav > dl > dt a {
  font-size: 16px;
  color: #fff;
}
.foot .foot_nav > dl > dd {
  margin-bottom: 18px;
}
.foot .foot_nav > dl > dd a {
  font-size: 12px;
  color: #999;
}
.foot .friend_link > dl > dt {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.foot .friend_link > dl > dd {
  margin-right: 16px;
  display: inline-block;
}
.foot .friend_link > dl > dd a {
  font-size: 12px;
  color: #999;
}
.footer {
  background: #282b30;
  height: 60px;
  line-height: 60px;
}
.mendian a {
  display: inline-block;
  border: 1px solid #ff9c00;
  color: #ff9c00;
  height: 28px;
  line-height: 26px;
  text-align: center;
  padding: 0 25px;
  margin-right: 30px;
}
.mendian a:hover {
  color: #fff;
  background: #ff9c00;
}
.share {
  color: #999;
}
.share a {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 100%;
  border: 0px solid #666;
  color: #666;
  font-size: 22px;
  margin-left: 15px;
}
.banner_page {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.banner_page img {
  width: 1920px;
  height: 300px;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.page_nav {
  position: relative;
  height: 120px;
  z-index: 10;
}
.P_nav_left {
  position: absolute;
  left: 0;
  top: -50px;
  width: 150px;
  height: 150px;
  background: #ff9c00;
  color: #fff;
  padding-top: 30px;
  padding-left: 20px;
}
.P_nav_left.PnRight {
  width: 300px;
  height: 120px;
  right: 0;
  left: auto;
  top: -70px;
  background: rgba(172, 139, 88, 0.6);
  padding-left: 0 ;
  padding-right: 20px;
  text-align: right;
}
.P_nav_left.PnRight .style {
  display: none;
}
.P_nav_left.PnRight h4 {
  position: relative;
  font-size: 18px;
  top: 50px;
}
.P_nav_left.PnRight h6 {
  font-size: 36px;
  position: relative;
  top: -55px;
}
.P_nav_left .style_case {
  width: 30px;
  height: 1px;
  border: 0;
  background: #fff;
}
.style {
  width: 100px;
  height: 24px;
  line-height: 22px;
  padding-left: 10px;
  border: 1px solid #fff;
  margin-top: 20px;
}
.P_nav_list {
  border-bottom: 1px solid #ff9c00;
  padding-left: 180px;
  height: 68px;
  padding-top: 30px;
}
.P_nav_list a {
  margin-right: 28px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  border-radius: 5px 5px 0 0;
  padding: 0 22px;
  border: 1px solid #ff9c00;
}
.P_nav_list a.active {
  background: #ff9c00;
  border-color: #ff9c00;
  color: #fff;
}
.location {
  line-height: 56px;
}
.page_out {
  padding: 10px 50px 60px;
}
.title_mode {
  font-size: 50px;
  line-height: 1em;
}
.title_line {
  height: 3px;
  background: #ff9c00;
  width: 150px;
}
._Con {
  line-height: 1.7em;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
}
._Con img {
  line-height: 0;
  max-width: 100%;
}
.contactUs {
  width: 440px;
  height: 670px;
  border: 2px solid #ff9c00;
  padding: 46px 36px;
}
.contactUs div {
  width: 120%;
  height: 100%;
}
.business {
  background: #f6f6f6;
}
.business .left_box {
  height: 500px;
}
.business .title {
  border-left: 2px solid #ff9c00;
  padding-left: 20px;
}
.business .title h1 {
  font-size: 32px;
  line-height: 1em;
}
.bg_deve {
  background: #f6f6f6;
  padding-top: 35px;
}
.developing .layui-carousel-arrow {
  margin-top: -40px;
  left: -70px;
  opacity: 1;
  color: #ff9c00;
  border-radius: 0;
  height: 80px;
  width: 40px;
  font-size: 32px;
  background: #f6f6f6;
}
.developing .layui-carousel-arrow[lay-type=add] {
  right: -70px;
  opacity: 1;
}
.developing .img {
  position: absolute;
  width: 400px;
  height: 300px;
  left: 50px;
}
.developing .con {
  padding-left: 550px;
}
.developing .con ._Con {
  max-height: 200px;
}
.developing .title {
  margin-bottom: 30px;
}
.developing .title hr {
  height: 2px;
  background: #ff9c00;
  width: 30px;
}
.developing .title h1 {
  font-size: 30px;
}
.layui-carousel.developing:hover .layui-carousel-arrow {
  left: -70px;
  background: #f0f0f0;
}
.layui-carousel.developing:hover .layui-carousel-arrow[lay-type=add] {
  right: -70px;
}
.de_year {
  background: url(../img/de_line.jpg) top center repeat-x;
  padding-bottom: 20px;
}
.de_year li {
  color: #999;
  text-align: center;
  line-height: 50px;
}
.de_year li:after {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 0px;
  background: #ff9c00;
  left: 50%;
  margin-left: -10px;
}
.de_year li.active {
  color: #ff9c00;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.de_year li.active:after {
  height: 1px;
}
.shouQuan {
  margin: 30px 0 60px;
  position: relative;
  padding-left: 250px;
}
.shouQuan .layui-tab-title {
  position: absolute;
  border: 0;
}
.shouQuan .layui-tab-title li {
  border: 1px solid #ff9c00;
  display: block;
  width: 170px;
  margin-bottom: 30px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #ff9c00;
  border-radius: 20px;
}
.shouQuan .layui-tab-title li:after {
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #ff9c00;
  width: 10px;
  left: 0;
  border: 0;
  border-radius: 0;
}
.shouQuan .layui-tab-title li.layui-this {
  color: #fff;
  background: #ff9c00;
}
.shouQuan .layui-tab-title li.layui-this:after {
  background: #fff;
}
.jpPro {
  padding-top: 10px;
  height: 570px;
  overflow: hidden;
}
.jpPro > ul {
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.jpPro > ul li {
  width: 870px;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 1s ease-in;
  left: 0;
  visibility: hidden;
}
.jpPro > ul li.active {
  opacity: 1;
  left: 0;
  transform: scale(1);
  z-index: 3;
  visibility: visible;
}
.jpPro > ul li.active .jpProImg .img {
  box-shadow: 0 5px 10px 1px rgba(172, 139, 88, 0.5);
}
.jpPro > ul li.activeL {
  opacity: .8;
  left: -220px;
  transform: scale(0.82);
  z-index: 2;
  visibility: visible;
}
.jpPro > ul li.activeR {
  opacity: .8;
  left: 220px;
  transform: scale(0.82);
  z-index: 2;
  visibility: visible;
}
.jpPro > ul li.activeLL {
  opacity: .0;
  left: -320px;
  transform: scale(0.7);
  z-index: 1;
  visibility: hidden;
}
.jpPro > ul li.activeRR {
  opacity: .0;
  left: 320px;
  transform: scale(0.7);
  z-index: 1;
  visibility: hidden;
}
.jpPro .jpProImg .img {
  display: block;
  margin: 0 auto;
  height: 550px;
  width: 390px;
  box-shadow: 0 5px 10px 1px rgba(172, 139, 88, 0);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.jpPro > a {
  width: 870px;
  height: 100%;
  display: block;
}
.jpPro .jpctrl {
  width: 870px;
  height: 0;
  left: 50%;
  margin-left: -430px;
  top: 50%;
  z-index: 100;
  margin-top: -15px;
}
.jpPro .Cleft,
.jpPro .Cright {
  font-size: 20px;
  position: relative;
  top: -50%;
  opacity: .9;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  background: #f6f6f6;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ff9c00;
}
.jpPro .Cleft:hover,
.jpPro .Cright:hover {
  opacity: 1;
  background: #ff9c00;
  color: #fff;
  cursor: pointer;
}
.jpPro.jpProTeam {
  height: 400px;
}
.jpPro.jpProTeam > ul li {
  width: 870px;
}
.jpPro.jpProTeam > ul li.active {
  transform: perspective(4000px) rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
.jpPro.jpProTeam > ul li.active:hover .con_dantu {
  opacity: 1;
}
.jpPro.jpProTeam > ul li.activeL {
  opacity: 1;
  left: -20px;
  transform-origin: 0% 50%;
  transform: perspective(4000px) rotateY(60deg);
  transform-style: preserve-3d;
  -webkit-filter: sepia(90%);
  filter: sepia(90%);
}
.jpPro.jpProTeam > ul li.activeR {
  opacity: 1;
  left: 20px;
  transform-origin: 100% 50%;
  transform: perspective(4000px) rotateY(-60deg);
  transform-style: preserve-3d;
  -webkit-filter: sepia(90%);
  filter: sepia(90%);
}
.jpPro.jpProTeam > ul li.activeLL {
  left: -80px;
  transform-origin: 100% 50%;
  transform: perspective(4000px) rotateY(70deg);
  transform-style: preserve-3d;
}
.jpPro.jpProTeam > ul li.activeRR {
  left: 80px;
  transform-origin: 100% 50%;
  transform: perspective(4000px) rotateY(-70deg);
  transform-style: preserve-3d;
}
.jpPro.jpProTeam > a {
  width: 870px;
}
.jpPro.jpProTeam .jpProImg .img {
  height: 400px;
  width: 600px;
  position: relative;
}
.jpPro.jpProTeam .jpctrl {
  width: 870px;
  margin-left: -435px;
}
.jpPro.jpProTeam .Cleft,
.jpPro.jpProTeam .Cright {
  width: 40px;
  height: 80px;
  line-height: 80px;
  font-size: 34px;
}
.jpPro.jpProTeam .con_dantu {
  color: #333;
  padding: 10px;
  line-height: 1.7em;
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  left: 30px;
  right: 30px;
  bottom: 30px;
  position: absolute;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
}
.team {
  padding: 40px 0 60px;
}
.team .title {
  padding-left: 50px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 30px;
  background: #F6F6F6;
  text-align: left;
  font-size: 24px;
  color: #ff9c00;
  height: 60px;
  line-height: 60px;
  width: 300px;
  transform: skewX(-20deg);
}
.branded li {
  margin-bottom: 40px;
  height: 140px;
  display: table;
  text-align: center;
}
.branded li img {
  max-width: 240px;
  max-height: 140px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.branded li img:hover {
  transform: scale(0.9);
}
.Professional li {
  position: relative;
}
.Professional li a {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  width: 144px;
  height: 144px;
  border-radius: 100%;
  background: #ff9c00;
  position: relative;
}
.Professional li a:before,
.Professional li a:after {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  content: "";
  display: block;
  position: absolute;
  width: 144px;
  height: 144px;
  border-radius: 100%;
  background: #db8600;
  left: 50%;
  margin-left: -72px;
}
.Professional li a:before {
  top: -94px;
}
.Professional li a:after {
  bottom: -122px;
}
.Professional li a .tip {
  z-index: 3;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0 15px;
}
.Professional li a small {
  margin-top: 4px;
  display: block;
}
.Professional li a:hover:before,
.Professional li a:hover:after {
  transform: rotateY(180deg);
}
.Professional li a:hover:before {
  top: -104px;
}
.Professional li a:hover:after {
  bottom: -132px;
}
.Professional li:nth-child(2n) a {
  background: #ff9c00;
}
.Professional li:nth-child(2n) a:before,
.Professional li:nth-child(2n) a:after {
  background: #db8600;
}
.Professional li i {
  display: none;
}
.Professional li + li i {
  color: #999;
  display: block;
  position: absolute;
  left: -10px;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.achievements {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.achievements li {
  padding: 15px;
}
.achievements li .img {
  height: 230px;
  margin-bottom: 10px;
}
.achievements li .img > div {
  height: 100%;
}
.achievements li a:hover h4 {
  color: #ff9c00;
}
.achievements li.big_one .img {
  height: 415px;
}
.proCenter {
  z-index: 10;
}
.proCenter .left_mode {
  position: absolute;
  top: -200px;
  color: #fff;
  left: 60px;
}
.proCenter .left_mode h1 {
  font-size: 30px;
}
.proCenter .left_mode hr {
  width: 40px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
  display: block;
}
.proCenter .left_mode .sheach {
  position: relative;
  margin-top: 40px;
}
.proCenter .left_mode .sheach input[type="search"] {
  color: #fff;
  width: 200px;
  height: 30px;
  border: 1px solid #857e48;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 40px 0 5px;
}
.proCenter .left_mode .sheach .btn_sheach {
  position: absolute;
  font-size: 18px;
  width: 34px;
  height: 30px;
  right: 0;
  top: 0;
  border: 0;
  background: #857e48;
  color: #fff;
}
.proCenter .YouHear {
  top: -30px;
  line-height: 30px;
  left: 0px;
  color: #fff;
}
.proCenter .YouHear a {
  color: #fff;
}
.proCenter .YouHear a.color_them2 {
  color: #ff9c00;
}
.filter {
  margin-top: 20px;
  border-bottom: 1px solid #cfcfcf;
}
.filter .group_F {
  margin-bottom: ;
}
.filter .lable {
  position: absolute;
  width: 82px;
  height: 36px;
  line-height: 36px;
  color: #999;
}
.filter .list_F {
  padding-left: 82px;
}
.filter .list_F a {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  padding: 0 16px;
  min-width: 88px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border: 1px solid #ff9c00;
  color: #ff9c00;
}
.filter .list_F a span {
  position: relative;
  z-index: 10;
}
.filter .list_F a.active {
  background: #ff9c00;
  color: #fff;
}
.filter .list_F a:before {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ff9c00;
  transform: translateX(-100%);
}
.filter .list_F a:hover {
  color: #fff;
}
.filter .list_F a:hover:before {
  transform: translateX(0);
}
.filter .list_F.NOB a {
  border-radius: 0;
}
.filter .list_F.line2 a {
  line-height: 14px;
  padding-top: 2px;
}
.page_box {
  background: #f6f6f6;
}
.pro_swiper {
  margin: 30px auto 60px;
  background: #fff;
}
.pro_swiper .img {
  display: table-cell;
  width: 800px;
  height: 500px;
}
.pro_swiper .con {
  display: table-cell;
  padding: 35px 40px;
  position: relative;
}
.pro_swiper .con a.more_ {
  z-index: 10;
  position: absolute;
  right: 40px;
  bottom: 80px;
  overflow: hidden;
  padding: 0 16px;
  min-width: 200px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border: 1px solid #ff9c00;
  color: #fff;
}
.pro_swiper .con a.more_ span,
.pro_swiper .con a.more_ i {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.pro_swiper .con a.more_ span {
  transform: translateX(0);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.pro_swiper .con a.more_ i {
  transform: scale(1);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.pro_swiper .con a.more_:before {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ff9c00;
  transform: translateX(0%);
}
.pro_swiper .con a.more_:hover {
  color: #ff9c00;
}
.pro_swiper .con a.more_:hover:before {
  transform: translateX(-100%);
}
.pro_swiper .con a.more_:hover i {
  transform: scale(0);
}
.pro_swiper .con a.more_:hover span {
  transform: translateX(12px);
}
.pro_swiper > [carousel-item] > * {
  background: #fff;
}
.pro_swiper .layui-carousel-arrow {
  margin-top: -40px;
  left: -70px;
  opacity: 1;
  color: #ff9c00;
  border-radius: 0;
  height: 80px;
  width: 40px;
  font-size: 32px;
  background: #f6f6f6;
}
.pro_swiper .layui-carousel-arrow[lay-type=add] {
  right: -70px;
  opacity: 1;
}
.pro_swiper:hover .layui-carousel-arrow {
  left: -70px;
  background: #f0f0f0;
}
.pro_swiper:hover .layui-carousel-arrow[lay-type=add] {
  right: -70px;
}
.pro_swiper .layui-carousel-arrow:hover {
  background: #ff9c00;
  color: #fff;
}
a.more_S2 {
  border: 1px solid #ff9c00;
  color: #ff9c00;
  width: 120px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  display: block;
}
a.more_S2:hover {
  background: #ff9c00;
  color: #fff;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.nav_pro {
  width: 600px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
}
.nav_pro a {
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.nav_pro a.active {
  background-color: #ff9c00;
  color: #fff;
}
.nav_pro.nav_server {
  width: 100%;
  background: #f6f6f6;
  height: 60px;
}
.nav_pro.nav_server a {
  width: 25%;
  float: left;
  position: relative;
  height: 60px;
  line-height: 60px;
}
.nav_pro.nav_server a + a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 30px;
  width: 1px;
  top: 15px;
  background: #999;
}
.nav_pro.nav_contact {
  width: 100%;
  background: transparent;
  height: 170px;
}
.nav_pro.nav_contact a {
  background: #fff;
  width: 262.5px;
  float: left;
  position: relative;
  height: 170px;
  line-height: 60px;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
}
.nav_pro.nav_contact a + a {
  margin-left: 30px;
}
.nav_pro.nav_contact a.active {
  background: #ff9c00;
}
.nav_pro.nav_contact a.active h3 {
  color: #fff;
}
.nav_pro.nav_contact a.active h2 {
  color: #fff;
}
.nav_pro.nav_contact a.active hr {
  background: #fff;
}
.nav_pro.nav_contact a h3 {
  margin-top: 30px;
  color: #ff9c00;
}
.nav_pro.nav_contact a h2 {
  margin-top: 10px;
  color: #ff9c00;
}
.nav_pro.nav_contact a hr {
  width: 30px;
  height: 2px;
  background: #ff9c00;
  margin: 20px auto;
}
.nav_pro_B + ._Con {
  margin-top: 30px;
  margin-bottom: 90px;
}
.server_page_Box {
  position: relative;
  top: -50px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
}
.server_page_Box._noS {
  box-shadow: none;
}
.PN_sol {
  width: 200px;
  top: -80px;
}
.PN_sol h4 {
  font-size: 24px;
}
.PN_sol.PN_case {
  width: 250px;
}
.nav_li {
  width: 200px;
}
.nav_li h5 {
  font-size: 16px;
  line-height: 49px;
  height: 50px;
  padding-left: 20px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
  -webkit-user-select: none;
}
.nav_li h5 .ADD,
.nav_li h5 .REM {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ff9c00;
  color: #ff9c00;
}
.nav_li h5 .REM {
  display: none;
}
.nav_li h5 + div {
  background: #fefefe;
  display: none;
}
.nav_li h5 + div a {
  padding-left: 20px;
  line-height: 49px;
  height: 50px;
  display: inline-block;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.nav_li h5 + div a.active {
  color: #ff9c00;
}
.nav_li h5 + div a + a {
  border-top: 1px solid #fff;
}
.nav_li.active > div {
  display: block;
}
.nav_li.active h5 .ADD {
  display: none;
}
.nav_li.active h5 .REM {
  display: block;
}
.solution_nav {
  width: 200px;
  top: 70px;
  z-index: 10;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.solution_nav.case_nav {
  border-top: 6px solid #ff9c00;
}
.solution_nav.case_nav + .solution_Right {
  padding-left: 50px;
}
.solution_nav.case_nav .nav_li {
  width: 250px;
  border-top: 4px solid #f6f6f6;
}
.solution_nav.case_nav .nav_li.active h5 {
  background: #ff9c00;
}
.solution_nav.case_nav .nav_li.active h5 a {
  color: #fff;
}
.solution_nav.case_nav .nav_li.active h5 em {
  color: #fff;
}
.solution_nav.case_nav .nav_li h5 {
  border-bottom: 0;
}
.solution_nav.case_nav .nav_li h5 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  padding-right: 40px;
}
.solution_nav.case_nav .nav_li h5 .REM,
.solution_nav.case_nav .nav_li h5 .ADD {
  border: 0;
  color: #999;
}
.solution_Right {
  display: table-cell;
  vertical-align: top;
  width: 2000px;
  padding-left: 70px;
}
.YouHear2 {
  line-height: 100px;
}
.solution_nav3 {
  background: #f6f6f6;
}
.solution_nav3 a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.solution_nav3 a + a:after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  background: #fff;
  width: 1px;
  right: 0;
  top: 10px;
  left: 0;
}
.solution_nav3 a.active {
  color: #fff;
  background: #ff9c00;
}
.solution_nav3 a.active:after {
  display: none;
}
.solution_top {
  padding: 25px 40px;
  line-height: 34px;
  border: 1px solid #dbdbdb;
  color: #333;
}
.solution_list {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.solution_list li {
  padding: 10px;
}
.solution_list li a {
  height: 220px;
  display: block;
  border: 1px solid #dbdbdb;
}
.solution_list li a > div {
  opacity: 0;
  background: rgba(172, 139, 88, 0.8);
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.solution_list li a > div i {
  font-weight: lighter;
  font-size: 32px;
  margin: 50px auto 20px;
  display: block;
  width: 68px;
  height: 68px;
  line-height: 64px;
  border-radius: 100%;
  border: 2px solid #fff;
  text-align: center;
}
.solution_list li a:hover > div {
  opacity: 1;
}
.solution_content {
  padding: 20px 40px 40px;
  border: 1px solid #dbdbdb;
  background: #FFFFFF;
}
.news_nav {
  top: -180px;
  text-align: center;
  padding-left: 0;
  background: transparent;
  left: 50%;
  margin-left: -75px;
}
.news_nav h1 {
  font-size: 30px;
}
.YouHear3 {
  position: absolute;
  top: -30px;
  line-height: 30px;
  left: 0;
}
.news_Left,
.news_N_list {
  display: table-cell;
  vertical-align: top;
}
.news_box {
  background-color: #fff;
  padding: 30px;
  position: relative;
  top: -50px;
}
.news_box .news_Left {
  padding-right: 50px;
  width: 2000px;
}
.news_box .news_Left .news_list {
  width: 780px;
}
.news_box .news_Left .news_list li {
  position: relative;
  padding-left: 185px;
  margin-bottom: 50px;
  min-height: 200px;
}
.news_box .news_Left .news_list li .img {
  width: 150px;
  height: 115px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.news_box .news_Left .news_list li .img .time {
  position: absolute;
  bottom: -60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #999;
  left: 0;
  right: 0;
}
.news_box .news_Left .news_list li .con {
  border-bottom: 1px solid #dbdbdb;
  height: 205px;
}
.news_box .news_Left .news_list li .con .more_ {
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #ff9c00;
  color: #fff;
  display: block;
}
.news_box .news_N_list .newsNav {
  width: 250px;
}
.news_box .news_N_list .newsNav h3 {
  height: 36px;
  line-height: 30px;
}
.news_box .news_N_list .newsNav > div a {
  display: block;
  padding-left: 35px;
  text-align: left;
  line-height: 50px;
  border-bottom: 1px solid #999;
  color: #999;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.news_box .news_N_list .newsNav > div a.active {
  font-size: 18px;
  background: #ff9c00;
  color: #fff;
}
.news_box .news_N_list .newsNav > div a.active:hover {
  color: #fff;
}
.news_box .news_N_list .newsNav > div a:hover {
  color: #666;
}
.bg_page {
  background-color: #f6f6f6;
}
/*分页样式*/
.allPagesStyle_box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.allPagesStyle {
  font-size: 12px;
  display: inline;
}
.allPagesStyle a,
.allPagesStyle span {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 0;
  background: #eee;
  color: #666;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.allPagesStyle a:hover,
.allPagesStyle span:hover,
.allPagesStyle .current {
  background: #ff9c00;
  color: #fff;
}
.map_ {
  height: 360px;
}
.map_ > * {
  width: 100%;
  height: 100%;
}
.YouHear4 {
  position: relative;
  height: 65px;
  line-height: 70px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ff9c00;
}
.YouHear4 .h2 {
  line-height: 70px;
}
.YouHear4:after {
  content: "";
  display: block;
  position: absolute;
  background: #ff9c00;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  bottom: -3px;
  right: -3px;
}
.bg_f6 {
  background-color: #f6f6f6;
}
.case_list li {
  padding: 60px 40px;
  height: 400px;
  position: relative;
  background: #f6f6f6;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.case_list li .tip {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #ff9c00;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.case_list li .con {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  width: 210px;
  height: 200px;
  display: inline-block;
}
.case_list li .con h5 {
  max-height: 15.1em;
  overflow: hidden;
}
.case_list li .bg_nccc {
  display: block;
  width: 460px;
  height: 280px;
  float: right;
  position: relative;
}
.case_list li .bg_nccc .text_center {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  position: absolute;
  opacity: 0;
  background: rgba(172, 139, 88, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.case_list li .bg_nccc h5 {
  color: #fff;
}
.case_list li:hover {
  background: #ff9c00;
}
.case_list li:hover .tip {
  background: #fff;
  color: #ff9c00;
}
.case_list li:hover .con {
  color: #fff;
}
.case_list li:hover .text_center {
  opacity: 1;
}
.case_list li + li {
  margin-top: 30px;
}
.case_list i {
  font-weight: lighter;
  color: #fff;
  font-size: 32px;
  margin: 90px auto 20px;
  display: block;
  width: 68px;
  height: 68px;
  line-height: 64px;
  border-radius: 100%;
  border: 2px solid #fff;
  text-align: center;
}
.case_con {
  padding: 40px 60px 50px;
}
#case_swiper {
  margin: 0 auto;
}
#case_swiper.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
  left: -70px;
}
#case_swiper.layui-carousel:hover .layui-carousel-arrow[lay-type=add],
#case_swiper.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  right: -70px;
}
#case_swiper .layui-carousel-arrow {
  margin-top: -40px;
  color: #ff9c00;
  opacity: 1;
  border-radius: 0;
  width: 40px;
  height: 80px;
  line-height: 80px;
  font-size: 34px;
  background: #f6f6f6;
}
#case_swiper .layui-carousel-arrow:hover {
  color: #fff;
  background-color: #ff9c00;
}
.PreaNext {
  margin-left: -10px;
  margin-right: -10px;
}
.PreaNext a:hover i {
  background: #ff9c00;
  color: #fff;
}
.PreaNext i {
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  margin: 0 10px;
  display: inline-block;
  background: #fff;
  color: #ff9c00;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.service_page_T .left_mode {
  left: 50%;
  margin-left: -75px;
}
.service_page_T .YouHear {
  right: 0px;
  top: -80px;
}
.price > div {
  display: table-cell;
  vertical-align: top;
}
.price > div .layui-form {
  border-right: 1px solid #eee;
  width: 423px;
  padding-right: 40px;
}
.price > div .layui-form > h2 {
  margin-bottom: 35px;
}
.price > div .layui-form .layui-form-item {
  margin-bottom: 30px;
}
.price > div .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
}
.price .Right_YO {
  width: 2000px;
  padding-left: 40px;
}
.old_server {
  background: #f6f6f6;
  text-align: center;
  height: 310px;
  font-size: 16px;
}
.old_server a {
  line-height: 76px;
  display: block;
}
.old_server li + li a {
  border-top: 1px solid #eee;
}
.Q .col_2 {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.Q .col_2 > div {
  position: relative;
  height: 150px;
  background: #f6f6f6;
}
.Q .col_2:hover > div {
  background: #ff9c00;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.Q .col_2:hover > div .tip1 {
  background: #fff;
  color: #ff9c00;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.Q .col_2:hover > div .con h6,
.Q .col_2:hover > div .con h4,
.Q .col_2:hover > div .con h4 a {
  color: #fff;
}
.Q [class^='tip'] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  display: block;
}
.Q .tip1 {
  left: 0;
  top: 0;
  background: #ff9c00;
  color: #fff;
  font-size: 24px;
}
.Q .tip2 {
  right: 0;
  bottom: 0;
  background: #fff;
  color: #ff9c00;
  font-size: 22px;
}
.Q .con {
  padding-left: 60px;
  padding-right: 47px;
}
.Q .con h6 {
  height: 60px;
  overflow: hidden;
  line-height: 30px;
}
.konwledge_list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.konwledge_list li .tip {
  margin-right: 20px;
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ff9c00;
  color: #fff;
  display: block;
  text-align: center;
}
.konwledge_list li .more_S2 {
  margin-top: 10px;
}
.konwledge_list li .con {
  width: 550px;
}
.address_R .layui-form-item {
  margin-bottom: 30px;
}
.address_R .layui-form-item .layui-input-block {
  margin-left: 100px;
}
.address_R .layui-form-label {
  padding-left: 0;
  text-align: left;
}
.join_us .nav_li {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-left: 5px solid #ff9c00;
}
.join_us .nav_li h5 {
  height: 120px;
  padding-left: 35px;
  border-bottom: 0;
}
.join_us .nav_li h5 span {
  display: block;
}
.join_us .nav_li h5 span.h2 {
  padding-top: 25px;
  padding-bottom: 10px;
}
.join_us .nav_li h5 + div {
  background: #fff;
  position: relative;
}
.join_us .nav_li h5 + div:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  height: 1px;
  background: #f7f7f7;
}
.join_us .nav_li h5 .ADD,
.join_us .nav_li h5 .REM {
  width: 34px;
  margin-top: -17px;
  height: 34px;
  line-height: 32px;
  font-size: 20px;
  color: #999;
  border-color: #999;
}
.honor {
  height: 390px;
  width: 1140;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.honor > .overHide {
  width: 1140px;
  height: 390px;
}
.honor [data-con] {
  margin-right: -20px;
  overflow: hidden;
  height: 390px;
}
.honor [data-con] > li {
  margin-bottom: 30px;
  width: 228px;
  height: 390px;
}
.honor [data-con] > li a {
  padding: 20px;
  background-color: #fff;
}
.honor [data-con] > li a .con {
  height: 190px;
}
.honor [data-con] > li a .con h1 {
  height: 85px;
  line-height: 70px;
  text-align: center;
  font-size: 50px;
  color: #ff9c00;
}
.honor [data-con] > li a .con hr {
  background: #ff9c00;
  margin-bottom: 20px;
}
.honor [data-con] > li a .con h4 {
  color: #ff9c00;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  margin-bottom: 10px;
}
.honor [data-con] > li a .bg_nccc {
  height: 150px;
  border-radius: 6px;
}
.honor [data-con] > li.active a {
  background: #ff9c00;
}
.honor [data-con] > li.active a .con h1 {
  color: #fff;
}
.honor [data-con] > li.active a .con hr {
  background: #fff;
}
.honor [data-con] > li.active a .con h4 {
  color: #fff;
}
.honor > [data-ctrl] {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
}
.honor > [data-ctrl] li {
  cursor: pointer;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  font-size: 36px;
  border-radius: 0;
  width: 40px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  color: #ff9c00;
  display: inline-block;
  margin: 0 36px;
}
.honor > [data-ctrl] li:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  background: #ff9c00;
  color: #fff;
}
.honor > [data-ctrl] li.layui-disabled {
  opacity: 0;
  cursor: default!important;
  background: transparent;
  border-color: #999;
  color: #999;
}
.honor > [data-ctrl] li.layui-disabled:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.honor > [data-ctrl] li[data-left] {
  position: absolute;
  left: -100px;
  top: 0;
}
.honor > [data-ctrl] li[data-right] {
  position: absolute;
  right: -100px;
  top: 0;
}
.honor_bottom {
  background: #fff;
}
.honor_bottom > li {
  display: none;
}
.honor_bottom > li.active {
  display: block;
}
.banner_Box {
  height: 340px;
  z-index: 10;
}
.banner {
  height: 340px;
  width: 440px;
  margin: 0 auto;
}
.banner [data-img] {
  height: 340px;
  width: 440px;
  overflow: hidden;
}
.banner [data-img] ul {
  height: 100%;
}
.banner [data-img] ul li {
  float: left;
  height: 100%;
  overflow: hidden;
}
.banner [data-img] ul li a {
  display: block;
  height: 100%;
  opacity: 0.7;
  transform: scale(1.05);
}
.banner [data-img] ul li.active a {
  opacity: 1;
  transform: scale(1);
  transition: 1s 0.3s ease-in;
  -webkit-transition: 1s 0.3s ease-in;
  transition-timing-function: ease-out;
}
.banner > [data-ctrl] {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
}
.banner > [data-ctrl] div {
  cursor: pointer;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  font-size: 36px;
  border-radius: 0;
  width: 40px;
  height: 80px;
  line-height: 80px;
  background-color: #f6f6f6;
  color: #ff9c00;
  display: inline-block;
  margin: 0 36px;
}
.banner > [data-ctrl] div:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  background: #ff9c00;
  color: #fff;
}
.banner > [data-ctrl] div.layui-disabled {
  opacity: 0;
  cursor: default!important;
  background: transparent;
  border-color: #999;
  color: #999;
}
.banner > [data-ctrl] div.layui-disabled:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.banner > [data-ctrl] div[data-prev] {
  position: absolute;
  left: -90px;
  top: 0;
}
.banner > [data-ctrl] div[data-next] {
  position: absolute;
  right: -90px;
  top: 0;
}
.banner:hover [data-ctrl] {
  opacity: 1;
  visibility: visible;
}
.HB_right {
  padding-left: 120px;
  position: relative;
  height: 340px;
}
.HB_right:before {
  content: "";
  display: block;
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #eee;
}
.HB_right hr {
  width: 30px;
  height: 2px;
  background: #ff9c00;
}
