body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}
img,
object,
select,
input,
textarea,
button {
  vertical-align: middle;
}
input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
  font-size: 100%;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
code,
kbd,
pre,
samp,
tt {
  font-family: Consolas, "Courier New", Courier, monospace;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  color: #a1715e;
  text-decoration: none;
  cursor: pointer;
}
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  background: #f7f4f8;
}
.clearMR {
  margin-right: 0px !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  clear: both;
  zoom: 1;
}
.h {
  max-width: 1200px;
  margin: 0 auto;
}
*:focus {
  outline: none;
}
.imgHover:hover img {
  margin-left: -10px;
}
.imgHover img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.imgHover:hover .title,
.imgHover:hover .m_detail {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.imgHover .m_detail {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
}
.imgHover .title {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.imgZoom img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#layout {
  position: relative;
}
.head {
  position: relative;
  background: #a1715e;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.head .h {
  position: relative;
}
.head .header-nav {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #a1715e;
}
.head.fixed > .header-nav {
  position: fixed;
  left: 0;
  top: 0px;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  z-index: 100;
}
.head .language {
  position: relative;
  line-height: 92px;
  padding-left: 20px;
  margin-left: 22px;
  cursor: pointer;
  margin-top: 33px;
  margin-right: 22%;
}
.head .nav_ul {
  margin-left: 45px;
}
.head .logo {
  line-height: 90px;
}
.head .logo img {
  display: inline-block;
}
.head .nav_item {
  position: relative;
  float: left;
}
.head .nav_item > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 90px;
  width: 110px;
  padding: 0;
  border-bottom: 2px solid transparent;
}
.head .nav_item > a:hover {
  border-bottom-color: #FF6D01;
}
.head .nav_item > a.hover {
  border-bottom-color: #FF6D01;
}
.head .nav_item .uls2 {
  width: 163%;
  position: absolute;
  left: -30%;
  top: 92px;
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
  display: none;
  z-index: 9000;
}
.head .nav_item .uls2 a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  margin-right: -1px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-bottom: 1px solid #ccc;
}
.head .nav_item .uls2 a.novlink:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-color: #a1715e;
}
.head .nav_item .uls2 a:hover:before {
  width: 100%;
}
.search {
  position: absolute;
  top: 24px;
  right: 12px;
  width: 185px;
  height: 30px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  background-repeat: no-repeat;
  z-index: 1000;
}
.search .search-top {
  padding: 14px 0;
  border-bottom: 1px solid #DFDFDF;
}
.search .search-top .h {
  margin-top: 0 !important;
}
.search .search-top .h .fl {
  line-height: 30px;
}
.search .search-top span {
  display: inline-block;
  color: #888888;
}
.search .search-top span:not(:first-child) {
  margin-right: 8px;
}
.search .txt {
  width: 160px;
  padding: 0 10px;
  height: 42px;
  border: none;
  float: left;
  background: none;
  overflow:hidden;
  white-space: nowrap;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
  color: #fff;
}
.search .btn_sear {
  position: absolute;
  right: 4px;
  top: 10px;
  width: 19px;
  height: 17px;
  cursor: pointer;
  float: right;
  outline: none;
  border: none;
  padding: 0;
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  background-color: transparent;
}
.lng li {
  line-height: 28px;
  float: left;
}
.lng li a {
  font-weight: bold;
  color: #fff;
  line-height: 24px;
}
.lng li a span {
  margin: 0 8px;
}
.phone {
  margin-right: 30px;
}
.phone i {
  display: inline-block;
  background: url('../img/phone_03.png') no-repeat;
  width: 15px;
  height: 15px;
}
.phone span {
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
}
.banner {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 50px;
}
.banner .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  background: #fff;
  border-radius: inherit;
  opacity: 1;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullet-active {
  background: #a1715e;
}
.footer {
  position: relative;
  background: #a1715e;
  color: #999999;
}
.footer .f-top {
  padding: 20px 0;
  border-bottom: 2px solid rgba(229, 229, 229, 0.4);
}
.footer .f-top .fl:first-child img {
  display: inline-block;
  margin-right: 30px;
}
.footer .f-top i {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url('../img/phone.png') no-repeat;
  background-position: center;
  vertical-align: top;
}
.footer .f-top ul {
  margin-left: 24px;
  margin-top: 32px;
}
.footer .f-top li {
  float: left;
  border-left: 2px solid rgba(229, 229, 229, 0.4);
  padding-left: 40px;
  margin-right: 40px;
}
.footer .f-top li:nth-child(2) i {
  background: url('../img/address.png') no-repeat;
  background-position: center;
}
.footer .f-top li:last-child img {
  width: 120px;
  display: inline-block;
  vertical-align: top;
}
.footer .f-top li:last-child div {
  margin-right: 26px;
}
.footer .f-top li p {
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}
.footer .f-top li div {
  display: inline-block;
  margin-left: 5px;
}
.footer .f-bottom {
  display: table;
  margin: 0 auto;
}
.footer .f-bottom li {
  display: inline-block;
  margin: 34px 0;
}
.footer .f-bottom li span {
  margin: 0 20px;
}
.footer .f-bottom li:last-child span {
  display: none;
}
.footer .f-bottom ul{
    display:table;
    margin: 0 auto;
}
.footer .f-bottom p {
  color: #fff;
  margin-bottom: 34px;
  margin-bottom:30px;
}
.footer .f-bottom a {
  color: #fff;
}
/* 搜索结果样式 */
.bst_page {
  padding-top: 4%;
  padding-bottom: 4%;
}
.bst_page .cc_botton {
  margin-bottom: 0;
}
.bst_page .bst_page_typename {
  font-size: 24px;
  font-weight: bold;
  color: #a1715e;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}
.bst_page .bst_strlist {
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 10px 5px;
}
.bst_page .bst_strlist .tl a {
  color: #000;
}
.bst_page .bst_strlist .dr {
  float: right;
  line-height: 30px;
}
.bst_page .bst_newslist {
  padding-top: 4%;
}
.location-title span {
  font-size: 24px;
  font-family: 'PF-B';
  font-weight: bold;
  color: #000000;
}
.location-title span:nth-child(2) {
  text-transform: uppercase;
}
.g-navigation {
  line-height: 80px;
  margin-bottom: 4%;
  border-bottom: 1px solid #c2bdbd;
}
.g-navigation .location {
  float: left;
}
.g-navigation .path {
  float: right;
}
.g-navigation .path a {
  color: #595857;
}
.g-navigation .path a.typelink {
  color: #E60012;
}
.g-navigation .path li {
  display: inline-block;
  margin-right: 40px;
}
.path {
  display: table;
  margin: 0 auto;
}
.path li {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.path li.typelink a {
  background-color: #895A47;
}
.path li:last-child {
  border-right: none;
}
.path li a {
  line-height: 80px;
  background-color: #a1715e;
  display: block;
  color: #fff;
  padding: 0 40px;
}
.path li a:hover {
  background-color: #895A47;
}
.layout .fl {
  position: relative;
  width: 230px;
}
.layout .fr {
  width: 80%;
}
/* 侧栏 */
.aside {
  position: fixed;
  width: 54px;
  height: 175px;
  right: 0;
  bottom: 0px;
  z-index: 100;
}
.aside ul {
  overflow: visible;
}
.aside li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  border-bottom: 1px solid #444;
}
.aside li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.aside li .sidetop:hover {
  background: #a1715e;
  opacity: 1;
  filter: alpha(opacity=100);
}
.i-title {
  position: relative;
  margin: 3% 0;
}
.i-title:before {
  content: '';
  position: absolute;
  top: 34%;
  right: 37%;
  height: 1px;
  width: 125px;
  background-color: rgba(0, 0, 0, 0.2);
}
.i-title:after {
  content: '';
  position: absolute;
  top: 34%;
  left: 37%;
  height: 1px;
  width: 125px;
  background-color: rgba(0, 0, 0, 0.2);
}
.i-title h1 {
  display: table;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 14px 50px;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
}
.i-title span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  opacity: 0.3;
}
.i-pro .ipro-titles {
  display: table;
  margin: 0 auto;
}
.i-pro .ipro-titles li {
  float: left;
  line-height: 34px;
  text-align: center;
  margin-right: 100px;
}
.i-pro .ipro-titles li:hover a {
  color: #ffffff;
  background: #a1715e;
}
.i-pro .ipro-titles li a {
  display: block;
  color: #939393;
  padding:0 10px;
}
.i-pro .ipro-titles li:last-child {
  margin-right: 0;
}
.i-pro .ipro-titles li:first-child a {
  color: #ffffff;
  background: #a1715e;
}
.i-pro .ipro-list {
  margin: 5% 0 0;
}
.i-pro .ipro-list li {
  float: left;
  text-align: center;
  margin-right: 60px;
  background-color: #a1715e;
  margin-bottom: 5%;
}
.i-pro .ipro-list li h3 {
  color: #fff;
  line-height: 80px;
  font-size: 16px;
}
.i-pro .ipro-list li:nth-child(3n+3) {
  margin-right: 0;
}
.i-production {
  background: url('../img/首页2_02.jpg') no-repeat;
  background-size: cover;
  padding: 2% 0 8%;
}
.i-production .gallery-top {
  margin-bottom: 4%;
}
.i-production .gallery-top .swiper-slide {
  height: 382px;
  background-size: cover;
  background-repeat: no-repeat;
}
.i-production .gallery-top .swiper-button-next,
.i-production .gallery-top .swiper-button-prev {
  top: 32%;
  width: 48px;
  height: 120px;
  background-image: url('../img/prev3.png');
  background-size: cover;
  opacity: 1;
  z-index: 100;
}
.i-production .gallery-top .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.i-production .gallery-thumbs .swiper-slide {
  height: 129px;
  background-size: cover;
  background-repeat: no-repeat;
}
.i-production .i-title h1 {
  border-color: #fff;
  color: #fff;
}
.i-production .i-title:before {
  top: 50%;
  background-color: #fff;
}
.i-production .i-title:after {
  top: 50%;
  background-color: #fff;
}
.i-production .h {
  position: relative;
  padding: 0 8%;
}
.i-production .swiper-production {
  overflow: hidden;
}
.i-about .iabout-content {
  background: url('../img/首页1_02.jpg');
  background-size: cover;
  padding: 2% 0 4%;
}
.i-about .iabout-content ul {
  margin-top: 3%;
}
.i-about .iabout-content li {
  float: left;
  color: #fff;
  width: 26%;
  margin-right: 11%;
}
.i-about .iabout-content li div {
  width: 84%;
  float: right;
}
.i-about .iabout-content li p {
  font-size: 20px;
  font-weight: 400;
  line-height: 43px;
}
.i-about .iabout-content li span {
  font-weight: 400;
  line-height: 24px;
}
.i-about .iabout-content li i {
  float: left;
  width: 32px;
  height: 37px;
  background: url('../img/导师.png') no-repeat;
}
.i-about .iabout-content li:nth-child(2) i {
  width: 36px;
  height: 36px;
  background: url('../img/黑板_blackboard8.png') no-repeat;
}
.i-about .iabout-content li:last-child {
  margin-right: 0;
}
.i-about .iabout-content li:last-child i {
  width: 38px;
  height: 28px;
  background: url('../img/书.png') no-repeat;
}
.i-about .iabout-info {
  color: #fff;
}
.i-about .iabout-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: 2%;
}
.i-about .iabout-info h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 65px;
}
.i-about .iabout-info span {
  display: block;
  font-weight: 400;
  line-height: 27px;
  text-indent: 20px;
}
.i-about .i-title h1 {
  border-color: #fff;
  color: #fff;
}
.i-about .i-title:before {
  top: 50%;
  background-color: #fff;
}
.i-about .i-title:after {
  top: 50%;
  background-color: #fff;
}
.i-new {
  margin-bottom: 4%;
}
.i-new .inew-list li {
  position: relative;
  top: 0;
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 4%;
  cursor: pointer;
  border: 1px solid #b5b6b6;
  background: #E5E5E5;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.i-new .inew-list li .ipro_title {
  line-height: 55px;
  font-size: 16px;
  color: #000;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #d5d5d5;
}
.i-new .inew-list li:last-child {
  margin-right: 0;
}
.i-new .inew-list li:hover {
  border-color: #a1715e;
  -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.15);
}
.i-new .inew-list li:hover p {
  background-color: #a1715e;
  color: #fff;
}
.i-new .inew-list p {
  width: 84px;
  line-height: 28px;
  border: 1px solid #a1715e;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
}
.i-More {
  display: block;
  width: 130px;
  height: 36px;
  border: 1px solid #9c7652;
  margin: 2% auto 6%;
  text-align: center;
  font-weight: 400;
  color: #a1715e;
  line-height: 32px;
}
.i-More:hover {
  background-color: #a1715e;
  color: #fff;
}
.join-table th {
  background-color: #595757;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 54px;
  border: none;
  text-align: center;
}
.join-table .join-tr {
  padding: 10px 10% 40px;
  text-align: left;
  background-color: #F7F7F7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.join-table .join-tr h4 {
  font-weight: bold;
  color: #474747;
  margin: 24px 0 12px;
}
.join-table .join-tr h4:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #e94709;
  vertical-align: middle;
  margin-right: 15px;
}
.join-table .join-tr p {
  line-height: 24px;
}
.join-table tr {
  text-align: center;
  line-height: 74px;
  background-color: #E8E8E8;
  cursor: pointer;
}
.join-table tr:not(:first-child) {
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
}
.join-table tr i {
  background: url('../img/icon-jian_03.png') no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin: auto;
}
.join-table .join-trs {
  display: none;
}
.f-jianr {
  background: url('../img/icon-jianr_03.png') no-repeat !important;
  width: 9px;
  height: 16px;
  display: block;
  margin: auto;
}
.network .h {
  padding: 0 8%;
}
.capabilities {
  padding-bottom: 3%;
}
.capabilities .fl {
  padding-top: 108px;
}
.capabilities .fr {
  width: 56%;
}
.Technical {
  position: relative;
  background: url('../img/Technical-bg_02.jpg') no-repeat;
  background-size: cover;
  padding: 5% 0;
}
.Technical .Technical-info {
  width: 650px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #595857;
  line-height: 24px;
  vertical-align: top;
  padding-top: 12px;
  margin-left: 20px;
  margin-left: 43px;
}
.Technical ul {
  display: table;
  margin-top: 40px;
}
.Technical ul li {
  display: table-cell;
  padding-right: 16px;
}
.Technical ul li:last-child {
  background: #81030C;
  width: 223px;
  height: 289px;
  padding: 6% 2% 0;
  vertical-align: top;
}
.Technical ul li:last-child p {
  font-size: 18px;
  font-weight: 400;
  color: #e60012;
  line-height: 28px;
  margin-bottom: 14px;
}
.Technical ul li:last-child span {
  display: block;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.Technical .swiper-Technical {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding-bottom: 80px;
}
.Technical .swiper-Technical .swiper-button-prev,
.Technical .swiper-Technical .swiper-button-next {
  width: 47px;
  height: 47px;
  top: 91%;
}
.Technical .swiper-Technical .swiper-button-prev {
  background: url('../img/prev2_03.png') no-repeat;
  left: 44%;
}
.Technical .swiper-Technical .swiper-button-next {
  background: url('../img/prev3_03.png') no-repeat;
  right: 44%;
}
.Service .Service-info {
  padding: 13%;
  margin-top: 57px;
  color: #fff;
  background: #81030c;
}
.Service ul {
  display: table;
  margin: 18px auto 0;
}
.Service ul li {
  display: table-cell;
}
.Service ul li:first-child {
  padding-right: 10px;
}
.Service .fr {
  width: 58%;
}
.Service .fl {
  width: 42%;
}
.typename {
  font-size: 28px;
  font-weight: 400;
  color: #404040;
  line-height: 61px;
  padding-top: 6%;
}
.typename:after {
  content: '';
  display: block;
  width: 61px;
  height: 2px;
  background: #6c2b1d;
  margin-bottom: 8%;
}
.about {
  margin-top: 4%;
}
.about .about-info > p {
  text-align: center;
  margin-top: 6%;
}
.about ul {
  margin-top: 8%;
}
.about ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  padding: 0 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about ul li p {
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  line-height: 28px;
  margin: 14px 0;
}
.about ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 27px;
}
.about ul li i {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 36px;
  background: url('../img/about-icon_03.png') no-repeat;
  background-position: 0px 0px;
}
.about ul li:last-child {
  margin-right: 0;
}
.about .fl {
  width: 49%;
}
.production .typename {
  text-align: center;
  padding-top: 4%;
}
.production .typename:after {
  margin: 0 auto 3%;
}
.production > p {
  text-align: center;
}
.production .h {
  padding-bottom: 4%;
}
.production .h .fl,
.production .h .fr {
  width: 50%;
}
.environment .typename {
  text-align: center;
  padding-top: 4%;
}
.environment .typename:after {
  margin: 0 auto 3%;
}
.environment .swiper-environment {
  position: relative;
  overflow: hidden;
}
.environment .swiper-environment .swiper-button-prev,
.environment .swiper-environment .swiper-button-next {
  width: 30px;
  height: 59px;
  z-index: 10;
  background-image: url('../img/prev2.png');
  background-size: inherit;
  background-position: center;
  background-color: rgba(228, 228, 228, 0.7);
  margin-top: -26px;
}
.environment .swiper-environment .swiper-button-prev {
  left: 0;
}
.environment .swiper-environment .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.honor {
  margin-bottom: 8%;
}
.honor .typename {
  text-align: center;
  padding-top: 4%;
}
.honor .typename:after {
  margin: 0 auto 3%;
}
.honor .swiper-honor {
  position: relative;
  overflow: hidden;
}
.honor .swiper-honor .swiper-button-prev,
.honor .swiper-honor .swiper-button-next {
  width: 30px;
  height: 59px;
  z-index: 10;
  background-image: url('../img/prev2.png');
  background-size: inherit;
  background-position: center;
  background-color: rgba(228, 228, 228, 0.7);
}
.honor .swiper-honor .swiper-button-prev {
  left: 0;
}
.honor .swiper-honor .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.strength_list li {
  float: left;
  width: 47%;
  text-align: center;
  margin-right: 6%;
}
.strength_list li .strength_img {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}
.strength_list li .strength_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.strength_list li .strength_title {
  padding: 4% 0;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.strength_list li img {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  width: 100%;
}
.strength {
  background: #f5f5f5;
}
.cultrue-top {
  background: url('../img/culture_03.jpg') no-repeat;
  height: 480px;
}
.cultrue-top .cultruet-info {
  width: 600px;
  height: 260px;
  background: rgba(230, 0, 18, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  margin-right: 80px;
  margin-top: 110px;
  padding: 40px 28px 0 42px;
}
.cultrue-top .cultruet-info h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
.cultrue-top .cultruet-info span {
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
}
.cultrue-list {
  margin-top: 3%;
  margin-bottom: 6%;
}
.cultrue-list li:nth-child(3) .cultrue-change {
  padding-top: 70px;
}
.cultrue-list li .cultrue-change {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
  width: 43%;
}
.cultrue-list li .cultrue-change h3 {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 17px;
}
.cultrue-list li .cultrue-change span {
  color: #666666;
  line-height: 30px;
}
.news {
  margin-top: 3%;
}
.news .news_list{
    margin-top:6%;
}
.news .news_list li {
  margin-bottom: 3%;
}
.news .news_list li h4 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 62px;
  margin-top: 8%;
  margin-bottom: 4%;
}
.news .news_list li span {
  display: block;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.news .news_list li .news-more {
  width: 135px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #070002;
  color: #000;
  margin-top: 10%;
}
.news .news_list li .news-more:hover {
  background: #a1715e;
  color: #fff;
  border-color: #a1715e;
}
.news .news_list li p:nth-last-child(2) {
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  margin: 4% 0;
}
.news .news_list li .news-img {
  float: right;
}
.news .news_list li .news-info {
  float: left;
  width: 60%;
}
.news .news_list li:nth-child(2n+2) .news-img {
  float: left;
}
.news .news_list li:nth-child(2n+2) .news-info {
  float: right;
}
.news_read .news_con{
    margin-top:6%;
}
.news_read h1,
.news_read .time {
  text-align: center;
  color: #000;
}
.news_read h1 {
  font-size: 22px;
  font-weight: 400;
}
.news_read .time {
  padding: 25px 0px;
  color: #898a89;
}
.news_read .read_con {
  margin-bottom: 50px;
  color: #000;
}
.news_read .infolist2 {
  display: block;
  color: #000;
  margin-bottom: 14px;
}
.base {
  margin-bottom: 5%;
}
.base li {
  margin-top: 40px;
  padding-bottom: 24px;
  width: 600px;
  border-bottom: 2px solid #e6e6e6;
}
.base li a {
  font-size: 18px;
  color: #000000;
}
.base li span {
  color: #666666;
}
.new-silde > a {
  height: 60px;
  width: 60px;
  display: inline-block;
  background: url('../img/css_sprites.png') no-repeat;
  background-color: #999999;
  background-position: 8px 12px;
  margin-right: 10px;
  margin-top: 48px;
  cursor: pointer;
}
.new-silde a:first-child {
  background-position: 8px -30px;
}
.new-silde {
  position: relative;
}
.social-share {
  position: fixed;
  bottom: 0px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  display: none;
  z-index: 100;
  background: #fff;
  height: 200px;
  width: 300px;
  text-align: center;
}
.social-share > div {
  height: 45px;
  line-height: 45px;
  background: #0d4c76;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 50px;
  padding-right: 10px;
  font-size: 18px;
}
.social-share .close {
  font-size: 30px;
  cursor: pointer;
}
.share-model {
  position: absolute;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
}
/* 翻页 */
.cc_botton {
  overflow: hidden;
}
#pagination {
  overflow: hidden;
  margin: 2% auto 5%;
  text-align: center;
  display: table;
}
#pagination div {
  float: left;
}
#page_left_botton a,
#page_left_botton span {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
}
#page_left_botton a:hover,
#page_left_botton a {
  background-color: #7c322e;
  color: #fff;
}
#page_center_botton {
  display: none;
}
.xt_page_botton {
  text-align: center;
}
.video {
  padding-bottom: 5%;
}
.video .video_list li {
  position: relative;
  float: left;
  width: 383px;
  margin-right: 17px;
  cursor: pointer;
}
.video .video_list li .video-play {
  position: absolute;
  top: 98px;
  right: 0;
  left: 0;
  margin: auto;
  width: 57px;
  height: 57px;
  border: 1px solid rgba(182, 176, 176, 0.33);
  border-radius: 50%;
  background-color: rgba(235, 235, 235, 0.7);
}
.video .video_list li .video-play:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 10px 0px 10px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #e60012;
}
.video .video_list li:nth-child(3+3n) {
  margin-right: 0;
}
.video .video_list li p {
  font-size: 16px;
  font-weight: 400;
  color: #504343;
  padding: 30px 0;
  text-align: center;
}
.video #video {
  width: 383px;
  height: 253px;
  -o-object-fit: fill;
     object-fit: fill;
}
.case {
  margin-top: 4%;
}
.case .typename{
    text-align: center;
    padding-top:0;
}
.case .case-list{
    margin-top:5%;
}
.case .typename:after{
    margin:0 auto 4%;
}
.case .case-list  li {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
  margin-bottom: 25px;
}
.case .case-list li:hover h3 {
  color: #a1715e;
}
.case .case-list li h3 {
  padding: 15px 0;
  line-height:28px;
}
.case .case-list li:nth-child(3n+3) {
  margin-right: 0;
}
.contact {
     margin-top: 4vw;
  margin-bottom: 4%;
}
.contact .h .contact-info {
  border: 1px solid #e6e6e6;
  background: #fff;
}
.contact .h .contact-info li {
  display:table-cell;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 61px;
  padding-top: 51px;
  border-right: 1px solid #e6e6e6;
}
.contact .h .contact-info li:not(:first-child){
    padding:0 4%;
}
.contact .h .contact-info li:not(:first-child) div{
    line-height:2em;
}
.contact .h .contact-info li:last-child {
  border: none;
}
.contact  .contact-info li i{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color:#a1715e;
    background-position: 34px center;
    background-image:url('./../img/phone.png');
    background-repeat: no-repeat;
}
.contact  .contact-info li:nth-child(2) i{
    background-image:url('./../img/address.png');
}
.contact  .contact-info li:nth-child(3) i{
    background-image:url('./../img/书.png');
        background-position: 32px center;
}
.contact  .contact-info li:nth-child(4) i{
    background-image:url('./../img/黑板_blackboard8.png');
        background-position: 32px center;
}
.contact .h{
    max-width:1400px;
}
.contact .contact-info li>p{
        font-size: 20px;
    font-family: 'PF-R';
    font-weight: bold;
    color: #a1715e;
    line-height: 36px;
    margin-top: 35px;
    margin-bottom:10px;
}
.contact .contact-info ul{
        display: table;
    width: 100%;
}
.contact .contact-title{
    width: 184px;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #a1715e;
    line-height: 36px;
    margin: 0 auto 6%;
}
.contact #map img {
  max-width: inherit;
}
.contact #map .BMap_Marker .BMapLabel {
  left: -72px !important;
  top: -64px !important;
  width: 162px;
  border: none !important;
  line-height: 50px !important;
  text-align: center;
  font-weight: bold !important;
  display: block !important;
}
.contact #map .BMap_Marker .BMapLabel:before {
  content: '';
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-color: #fff transparent transparent;
  border-width: 20px;
  border-style: solid;
  width: 0;
  height: 0;
}
#secNav {
  display: none;
}
.message .contact-title {
  width: 139px;
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #a1715e;
  line-height: 36px;
  margin: 0 auto 6%;
}
.download {
  margin-top: 5%;
}
.download li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BFBFBF;
}
.download .fl p {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}
.download .fl p:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 20px;
  vertical-align: sub;
  background: #707070;
  margin-right: 12px;
}
.download .fr a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #232323;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.mess_info {
  margin-top: 3%;
}
.mess_info input {
  display: inline-block;
  outline: none;
  width: 100%;
  height: 48px;
  margin-bottom: 35px;
  background-color: #fff;
  text-indent: 20px;
  font-size: 16px;
  vertical-align: baseline;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.mess_info input:focus {
  border-color: #a1715e;
}
.mess_info .mess_input div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mess_info .mess_input div:first-child label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 17px;
}
.mess_info .mess_input div:first-child label:last-child {
  margin-right: 0px;
}
.mess_info textarea {
  height: 165px;
  width: 100%;
  outline: none;
  resize: none;
  background-color: #fff;
  text-indent: 20px;
  padding-top: 14px;
  font-size: 16px;
  vertical-align: text-top;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.mess_info textarea:focus {
  border-color: #a1715e;
}
.mess_info .textarea label {
  display: block;
}
.mess_info .submit {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.mess_info .submit input {
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-color: #a1715e;
  color: #fff;
  font-size: 22px;
  display: block;
  text-indent: 0;
  margin-top: 36px;
  border-radius: 35px;
}
.mess_info ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
.mess_info ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.mess_info :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.swiper-product {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.swiper-product .swiper-pagination {
  bottom: 14%;
  left: -24%;
}
.swiper-product .swiper-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #5C0109;
  z-index: 1;
}
.swiper-product .swiper-list ul {
  padding: 14% 28% 0 0;
  float: right;
}
.swiper-product .swiper-list li {
  margin-bottom: 31%;
  font-size: 16px;
  font-weight: 300;
}
.swiper-product .swiper-list li a {
  color: #ffffff;
}
.swiper-product .swiper-list li a.selected {
  color: #ABCD03;
}
.swiper-product .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.swiper-product .swiper-pagination-bullet-active {
  background-color: #E60012;
}
.product {
  position: relative;
  margin-bottom: 4%;
}
.product .cc_botton {
  margin-top: 0;
  margin-bottom: 6%;
}
.product #pagination {
  margin: 2% auto 0;
}
.product .product_list {
  margin-top: 6%;
}
.product .product_list li {
  position: relative;
  top: 0;
  float: left;
  margin-right: 34px;
  margin-bottom: 50px;
  cursor: pointer;
  border: 1px solid #b5b6b6;
  background: #E5E5E5;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.product .product_list li:hover {
  top: -5px;
  border-color: #a1715e;
  -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.15);
}
.product .product_list li:hover .product_title {
  color: #a1715e;
}
.product .product_list li p {
  width: 84px;
  line-height: 28px;
  border: 1px solid #a1715e;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
}
.product .product_list li p:hover {
  background-color: #a1715e;
  color: #fff;
}
.product .product_list li:hover i {
  opacity: 1;
}
.product .product_list li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.product .product_list .product-info {
  position: relative;
  border-bottom: 1px solid #b5b6b6;
}
.product .product_list .product_img {
  overflow: hidden;
}
.product .product_list .product_img img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.product .product_list .product_title {
  line-height: 55px;
  font-size: 16px;
  color: #000;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #d5d5d5;
}
#product_read .h {
  overflow: hidden;
}
#product_read #thumbs {
  height: 432px;
  overflow: hidden;
}
#product_read .pread_info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  padding-right: 45px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-indent: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  background: linear-gradient(-79deg, transparent 15px, rgba(0, 0, 0, 0.8) 0) bottom right;
}
#product_read .pread_info p {
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
}
#product_read .pread_info span {
  display: block;
  color: #959393;
}
#product_read .fl {
  width: 68%;
}
#product_read .fr {
  position: relative;
  width: 26%;
  padding: 4% 0;
}
#product_read .fr .product_info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
}
#product_read .fr .pro_summary {
  color: #666;
  margin-bottom: 40px;
}
#product_read .fr .pro_summary p {
  line-height: 36px !important;
}
#product_read .fr .pro_title {
  font-size: 18px;
  font-family: 'PF-B';
  color: #000;
  line-height: 48px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
#product_read .fr .pro_title:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #000;
  vertical-align: middle;
  margin-right: 17px;
}
#product_read .pread_title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 19px;
  margin: 5% 0 3%;
}
#product_read .p_line {
  width: 30px;
  margin: 0 auto;
  height: 2px;
  background: #E60012;
}
#product_read .swiper-button-prev,
#product_read .swiper-button-next {
  width: 20px;
  height: 11px;
  background-image: url('../img/prev.png');
  background-size: cover;
  left: 0;
  right: 0;
  margin: -10px auto;
}
#product_read .swiper-button-prev {
  top: 34px !important;
}
#product_read .swiper-button-next {
  top: 94%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#product_read .swiper-pagination {
  bottom: 25px;
}
#product_read .swiper-pagination-bullet {
  background-color: #000;
}
.proread_img {
  position: relative;
  border: 1px solid #b5b6b6;
}
.swiper-containers {
  overflow: hidden;
}
.swiper-containers .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.swiper-containers .swiper-button-next {
  right: 0;
}
.swiper-containers .swiper-button-prev,
.swiper-containers .swiper-button-next {
  height: 54px;
  width: 54px;
  background-image: url('../img/prev_03.png') !important;
  background-size: cover;
  margin-top: -30px;
}
.location {
  padding: 15px 0;
  border-bottom: 1px solid #a1715e;
  margin-bottom: 4%;
}
.location p {
  color: #a1715e;
  padding: 0 22px;
  font-weight: 300;
  font-size: 16px;
  font-weight: 400;
}
.location p a {
  color: #a1715e;
  font-weight: 400;
}
/*nav for mobile*/
.nav_m .mask {
  width: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 100;
  background: url(../img/public/shadow.png) left top repeat-y;
  display: none;
}
.menu-nav {
  display: none;
}
.menu-nav > li > a {
  text-indent: 30px;
}
.nav_button {
  overflow: hidden;
  width: 23px;
  position: relative;
  z-index: 999;
  display: none;
}
.nav_button .nav_bar {
  width: 23px;
  height: 2px;
  display: block;
  margin: 5px 0;
  background: #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.nav_button .mid {
  width: 18px;
}
.nav_button.animate .nav_bar {
  background: #fff;
}
.nav_button.animate .top {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.nav_button.animate .mid {
  width: 0;
}
.nav_button.animate .bottom {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.nav_m {
  width: 68.75%;
  min-height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  background: #fbfbfb;
  display: none;
}
.nav_m .head-wap {
  position: fixed;
  height: 60px;
  top: 0;
  /*background: #2e2929;*/
  width: 100%;
  max-width: 768px;
  margin-left: -15px;
  z-index: 999;
}
.nav_m .logo {
  width: 134px;
  display: block;
  float: left;
  margin-top: 10px;
}
.nav_m .logo img {
  width: 100%;
  display: block;
}
.nav_m .menu {
  padding-bottom: 70px;
  overflow: hidden;
}
.choose-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.4rem;
  color: #666;
  padding: 12% 0% 6%;
  display: none;
}
.choose-language p {
  padding: 5px;
}
.search-icon {
  height: 17px;
  width: 17px;
  display: block;
  background: url('../img/phone_03_03.png') no-repeat;
  background-position: center;
  padding: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
/*.nav_m .main_item {*/
/*    overflow: hidden;*/
/*    border-bottom: 1px solid #5a5a5a;*/
/*    opacity: 0;*/
/*    -webkit-transform: scale(1.1) translateY(-24px);*/
/*    transform: scale(1.1) translateY(-24px);*/
/*    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;*/
/*    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;*/
/*    transition: opacity 0.35s ease-out, transform 0.35s ease-out;*/
/*    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;*/
/*}*/
.menu > li > a {
  display: block;
  padding: 0 45px 0 4%;
  height: 45px;
  line-height: 45px;
  font-size: 3.6rem;
  color: #666;
}
.menu > li {
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  background: #f1f1f1;
}
.nav_m .main_item:nth-child(2) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.nav_m .main_item:nth-child(3) {
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms;
}
.nav_m .main_item:nth-child(4) {
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
}
.nav_m .main_item:nth-child(5) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}
.nav_m .main_item:nth-child(6) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.nav_m .main_item:nth-child(7) {
  -webkit-transition-delay: 480ms;
  transition-delay: 480ms;
}
.nav_m .main_item:nth-child(8) {
  -webkit-transition-delay: 560ms;
  transition-delay: 560ms;
}
.nav_m .main_item:nth-child(9) {
  -webkit-transition-delay: 640ms;
  transition-delay: 640ms;
}
.nav_m .main_item:nth-child(10) {
  -webkit-transition-delay: 720ms;
  transition-delay: 720ms;
}
.nav_m .main_item > a {
  display: block;
  line-height: 48px;
  font-size: 3.4rem;
  color: #666;
  background: url('../img/public/plus.png') 98% center no-repeat;
  background-size: 12px;
}
.nav_m .menu.show .main_item {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.nav_m .on {
  border: none;
  height: auto;
}
.nav_m .on > a {
  background-image: url('../img/public/minus.png');
}
.nav_m .link > a {
  background-image: url('../img/public/arrow.png');
}
.drop_list {
  display: none;
}
.drop_list a {
  display: block;
  font-size: 2.8rem;
  color: #666;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  text-indent: 20px;
  height: 48px;
  line-height: 48px;
  background: #dedede;
}
.branch-list li {
  float: left;
  width: 33.333%;
  height: 290px;
  background: rgba(241, 241, 241, 0.4);
}
.branch-list li.branch-li {
  padding: 5% 5% 0;
}
.branch-list li h3 {
  font-size: 20px;
  font-weight: 400;
  color: #292b36;
  text-align: center;
  margin-bottom: 20px;
}
.branch-list li span {
  color: #3f3f3f;
  line-height: 26px;
}
@media screen and (max-width: 750px) {
  #wap {
    width: 100vw;
    position: relative;
  }
  .header-nav > .h > .nav_bar {
    margin-top: 33px;
  }
  .nav_m .menu-nav a {
    border: none;
  }
  .head {
    padding: 0 4.333%;
  }
  .head .language {
    margin-right: 5%;
  }
  .head .lng li:first-child {
    display: none;
  }
  .head .logo {
    width: 16vw;
  }
  .head .search {
    display: none;
  }
  .swiper-container img {
    height: 165px;
  }
  .swiper-container .swiper-pagination {
    bottom: 10%;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6vw;
  }
  .footer {
    margin-top: 13vw;
    padding: 0 4.333%;
  }
  .footer .f-top {
    margin-bottom: 4vw;
  }
  .footer .f-top ul {
    margin-left: 0;
    margin-top:4vw;
  }
  .footer .f-top li p{
      font-size:3.2rem;
          width: 62vw!important;
  }
  .footer .f-top .fl img {
    width: 16vw;
  }
  .footer .f-top li {
    padding-left: 20px;
    margin-bottom: 4vw;
    margin-right: 0;
  }
  .footer .f-top li:nth-child(2) {
    margin-bottom: 0;
  }
  .footer .f-top li:last-child {
    display: none;
  }
  .footer .f-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4vw;
  }
  .footer .f-bottom p {
    line-height: 5rem;
    text-align: center;
    margin-bottom:6vw;
  }
  .footer .f-bottom p a {
    display: block;
  }
  .footer .f-bottom li {
    margin: 4px 0;
  }
  .path {
    margin-bottom: 6vw;
    display: block;
  }
  .path .three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
    padding: 0 4.333%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .path li a {
    padding: 0 18px;
    margin:5px 0;
    line-height: 10vw;
  }
  #banner {
    width: 100%;
    height: 185px;
    background-size: cover;
    background-position: -153px 0px;
    background-repeat: no-repeat;
  }
  #banner img {
    visibility: hidden;
  }
  .i-new .inew-list li .ipro_title{
      font-size:3.2rem;
          overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .i-title {
    margin: 6vw 0;
  }
  .i-title:before {
    display: none;
  }
  .i-title:after {
    display: none;
  }
  .i-title h1 {
    font-size: 3.6rem;
    padding: 1rem 3rem;
  }
  .i-More {
    margin: 6vw auto 12vw;
  }
  .i-pro .ipro-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 4.333%;
    margin-bottom: 6vw;
  }
  .i-pro .ipro-titles li {
    width: auto;
    margin-right: 0;
  }
  .i-pro .ipro-titles li a {
    padding: 0 2vw;
  }
  .i-pro .ipro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2.333%;
  }
  .i-pro .ipro-list:after {
    width: 47%;
  }
  .i-pro .ipro-list li {
    width: 47%;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .i-pro .ipro-list li h3 {
    font-size: 3.2rem;
    line-height: 12vw;
  }
  .i-pro .i-title {
    margin: 10vw 0 4vw;
  }
  .i-about + .footer {
    margin-top: 0;
  }
  .i-about .iabout-content {
    padding: 2% 3.333% 4%;
  }
  .i-about .iabout-content ul li {
    float: none;
    text-align: center;
    margin-bottom: 12vw;
    width: auto;
    margin-right: 0;
  }
  .i-about .iabout-content ul li i {
    display: block;
    margin: 6vw auto;
    float: none;
  }
  .i-about .iabout-content ul li div {
    width: auto;
    float: none;
  }
  .i-about .iabout-content ul li div span {
    font-size: 3.2rem;
    line-height: 8vw;
  }
  .i-about .iabout-info {
    margin-bottom: 6vw;
  }
  .i-about .iabout-info p {
    margin-top: 4%;
    font-size: 4rem;
    line-height: 7vw;
  }
  .i-about .iabout-info h3 {
    font-size: 4.6rem;
  }
  .i-about .iabout-info span {
    font-size: 3.2rem;
    margin-bottom: 6vw;
  }
  .i-new {
    padding: 0 4.333%;
  }
  .i-new .inew-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .i-new .inew-list p {
    display: none;
  }
  .i-new .inew-list:after {
    width: 47%;
  }
  .i-new .inew-list li {
    width: 47%;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .i-new .inew-list li:nth-child(3n+3) {
    display: none;
  }
  .i-production {
    padding: 4vw 0 14vw;
  }
  .i-production .gallery-top .swiper-slide {
    height: 50vw;
  }
  .i-production .gallery-top .swiper-button-prev,
  .i-production .gallery-top .swiper-button-next {
    top: 34%;
    width: 28px;
    height: 48px;
  }
  .i-production .gallery-thumbs .swiper-slide {
    height: 24vw;
  }
  .news {
    padding: 0 4.333%;
  }
  .news .news_list li {
    margin-bottom: 12vw !important;
  }
  .news li .news-img img {
    -o-object-fit: none;
       object-fit: none;
    height: 45vw;
    width: 100%;
  }
  .news li .news-info h4 {
    font-size: 4.6rem;
    margin: 4vw 0;
    line-height: 8vw;
  }
  .news .path .three{
    justify-content: center;
  }
  .case .path .three{
    justify-content: center;
  }
  .g-navigation{
      line-height:7vw;
      border-bottom:none;
  }
  .news_con{
      padding:0 4.333%;
  }
  .news_read .read_con{
      margin-bottom:0;
  }
  .base{
      padding:0 4.333%;
  }
  .base li a{
      font-size:3.2rem;
  }
  .base li{
      padding-bottom:4vw;
  }
  .g-navigation .location{
      float:none;
      margin-bottom:0;
  }
  .location p{
      font-size:3.2rem;
  }
  .news li .news-info span {
    font-size: 3.6rem;
    line-height: 7vw;
  }
  .news li .news-info .news-more {
    width: 30vw;
    margin-top: 4vw;
  }
  .news li .news-info p {
    font-size: 3.2rem;
  }
  .news li .news-img,
  .news li .news-info {
    float: none !important;
    width: auto !important;
  }
  .product {
    margin-bottom: 0;
  }
  .product .product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2.333%;
  }
  .product .product_list:after {
    width: 47%;
  }
  .product .product_list .product_title {
    font-size: 3rem;
    line-height: 6rem;
  }
  .product .product_list li {
    width: 47%;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .product .product_list li p {
    display: none;
  }
  .layouts .path .three {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product_read .fl {
    width: 100%;
    padding: 0 4.333%;
  }
  #product_read .fr {
    width: auto;
    padding: 0 4.333%;
  }
  #product_read #thumbs {
    height: auto;
    margin-top: 4vw;
  }
  #product_read #thumbs .swiper-button-prev,
  #product_read #thumbs .swiper-button-next {
    display: none;
  }
  #product_read .pread_info {
    text-indent: 12px;
    padding-right: 25px;
  }
  #product_read .pread_info p {
    font-size: 3rem;
  }
  #product_read .fl,
  #product_read .fr {
    float: none;
  }
  #product_read .pread_title {
    padding: 0 4.333%;
    font-size: 3rem !important;
    margin: 8vw 0;
  }
  #product_read .h:last-child {
    padding: 0 4.333%;
  }
  .case{
      margin-top:10vw;
  }
  .imgs{
      margin-top:6vw;
  }
  .case .case-list {
    padding: 0 4.333%;
  }
  .case .case-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .case .case-list ul:after {
    width: 47%;
  }
  .case .case-list .cc_botton {
    margin-top: 0;
  }
  .case .case-list li {
    width: 47%;
    margin-right: 0;
    margin-bottom:2vw;
  }
  .case .case-list li h3 {
    font-size: 3.2rem;
  }
  img{ pointer-events: none; }
  .about {
    margin-top: 0;
  }
  .about h1 {
    font-size: 4.6rem;
  }
  .about span {
    font-size: 3.2rem !important;
  }
  .about .fr {
    padding: 0 4.333%;
  }
  .about .fl {
    padding: 0 4.333%;
    width: auto;
    float: none;
    margin-bottom: 6vw;
  }
  .about .about-info {
    padding: 0 4.333%;
  }
  .about .about-info > p {
    line-height: 5.6rem;
  }
  .about ul li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .typename {
    line-height: 46px;
    font-size: 4.6rem;
    margin-bottom: 5vw;
  }
  .typename:after {
    margin-bottom: 4vw !important;
  }
  .production {
    padding: 0 4.333%;
  }
  .production img {
    margin-bottom: 4vw;
  }
  .production p {
    line-height: 7vw;
  }
  .production .fl,
  .production .fr {
    float: none;
    width: auto !important;
  }
  .environment {
    padding: 0 4.333%;
  }
  .honor .swiper-honor {
    width: 60%;
    margin: 0 auto;
  }
  .honor .swiper-honor .swiper-button-prev,
  .honor .swiper-honor .swiper-button-next {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
  }
  .honor .swiper-honor:hover {
    opacity: 1;
  }
  .mess_info {
    padding-left: 4.333%;
    padding-right: 4.333%;
  }
  .mess_info input {
    height: 34px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .mess_info .submit input {
    font-size: 14px;
    height: 37px;
    padding: 0 3vw;
    line-height: 37px !important;
    margin: 7vw auto 0;
  }
  .mess_info .mess_input div:first-child {
    display: block;
  }
  .mess_info .mess_input div:first-child label {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 0;
  }
  .contact .contact-right {
    display: none;
  }
  .contact .fl {
    height: auto;
    padding: 0 4.333%;
  }
  .contact .fl .contact-info {
    overflow: hidden;
    padding-bottom: 8%;
  }
  .contact .fl .contact-info h2 {
    font-size: 4.6rem;
  }
  .contact .fl .contact-info p {
    text-align: left !important;
    font-size: 3.4rem;
  }
  .contact .fl .contact-info h2 {
    text-align: left;
  }
  .contact #map {
    height: 60vw !important;
  }
  .contact .fl,
  .contact .fr {
    float: none;
    width: auto;
  }
  .aside li .sidetop{
      width:12vw;
      height:12vw;
  }
  .contact .h .contact-info li{
     display:block; 
     width: auto;
     padding:6vw 0 4vw;
  }
  .message .contact-title{
     margin:4vw 0;
     text-align: center;
           width:auto;
      height:auto;
  }
  .contact .contact-info li>p{
          margin-top: 5vw;
  }
  .contact .contact-title{
      width:auto;
      height:auto;
      text-align:center;
  }
  .contact .h .contact-info li:not(:first-child){
    padding: 6vw 4%;
  }
  .footer .f-bottom li span{
          margin: 0 10px;
  }
}
