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: #2c8140;
  text-decoration: none;
  cursor: pointer;
}
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  background: #f6f6f6;
}
.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: 1330px;
  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);
}
@font-face {
  font-family: 'PF-M';
  src: url('../fonts/苹方字体/苹方_chinese/PingFang\ Bold.ttf');
}
#layout {
  position: relative;
}
.head {
  position: relative;
  -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: #fff;
}
.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 .nav_ul {
  margin-right: 74px;
}
.head .logo {
  line-height: 75px;
}
.head .logo img {
  width:78px;
  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: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 75px;
  padding: 0;
  border-bottom: 2px solid transparent;
  padding: 0 35px;
}
.head .nav_item > a:hover {
  background-color: #2c8140;
  color: #fff;
}
.head .nav_item > a.hover {
  background-color: #2c8140;
  color: #fff;
}
.head .nav_item .uls2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 76px;
  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: #2c8140;
}
.head .nav_item .uls2 a:hover:before {
  width: 100%;
}
.search {
  position: relative;
  top: 24px;
  right: 12px;
  width: 185px;
  height: 30px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  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: 218px;
  padding: 0 10px;
  height: 42px;
  border: none;
  float: left;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
  color: #000;
}
.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;
  background-size: cover;
}
.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: #2c8140;
}
.footer {
  position: relative;
  background: #2c8140;
  color: #999999;
}
.footer .wx {
  margin-top: 40px;
  width: 140px;
  text-align: center;
  float: right;
}
.footer .wx p {
  color: #fff;
  padding: 10px 0;
}
.footer .f-info {
  position: relative;
}
.footer .f-info ul {
  margin-top: 40px;
}
.footer .f-info li {
  color: #fff;
  margin-bottom: 20px;
}
.footer .f-top {
  padding: 30px 0;
}
.footer .f-top .f-nav li {
  float: left;
}
.footer .f-top .f-nav li span {
  padding: 0 50px;
}
.footer .f-top .f-nav li:last-child span {
  display: none;
}
.footer .f-top .f-nav a {
  color: #fff;
}
.footer .f-top > .h > .fl:first-child {
  width: 22%;
  color: #fff;
  margin-right: 5%;
}
.footer .f-top > .h > .fl:first-child div {
  margin-top: 40px;
  line-height: 25px;
}
.footer .f-bottom {
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
}
.footer .f-bottom a {
  color: #fff;
}
.title {
  position: relative;
  text-align: center;
  margin: 3% auto;
  display: table;
}
.title div {
  position: relative;
  background: #f6f6f6;
  padding: 10px 20px;
  z-index: 10;
}
.title:before {
  content: '';
  position: absolute;
  left: -50%;
  bottom: 27%;
  width: 200%;
  height: 1px;
  background-color: #B8B8B8;
  z-index: -1;
}
.title h3 {
  font-size: 26px;
  color: #2c8140;
}
.title p {
  color: #B8B8B8;
  text-transform: uppercase;
}
/* 搜索结果样式 */
.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: #2c8140;
  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;
}
.path {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(186, 186, 186, 0.5);
          box-shadow: 0px 3px 9px 0px rgba(186, 186, 186, 0.5);
  margin-bottom: 3%;
}
.path ul {
  max-width: 1200px;
  display: table;
  margin: 0 auto;
}
.path li {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 20px;
}
.path li:last-child {
  margin-right: 0px;
}
.path li.typelink a {
  background-color: #2c8140;
  color: #fff;
}
.path li:last-child {
  border-right: none;
}
.path li a {
  line-height: 65px;
  display: block;
  color: #000;
  padding: 0 37px;
  border-radius: 10px;
}
.path li a:hover {
  background-color: #2c8140;
  color: #fff;
}
.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: #2c8140;
  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-pros {
  padding-bottom: 12%;
}
.i-pros .h {
  max-width: 1600px;
  width: 79%;
}
.i-pros li {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
}
.i-pros li:hover .ipro-info {
  background-color: #CC322C;
}
.i-pros li:hover .ipro-info p,
.i-pros li:hover .ipro-info span {
  color: #fff;
}
.i-pros li .ipro-info {
  position: absolute;
  width: 70%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(85, 85, 85, 0.24);
          box-shadow: 0px 3px 3px 0px rgba(85, 85, 85, 0.24);
  bottom: -39%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 5%;
  padding-top: 4%;
}
.i-pros li .ipro-info p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  padding: 4% 0;
  font-family: 'PF-M';
}
.i-pros li .ipro-info span {
  display: block;
  padding: 0 8% 5%;
  line-height: 20px;
  color: #000;
}
.i-pros li:last-child {
  margin-right: 0;
}
.i-about {
  background: url('../img/i-about_02.jpg') no-repeat;
  overflow: hidden;
  padding-bottom: 6%;
}
.i-about .title div {
  background: transparent;
}
.i-about .title:before {
  display: none;
}
.i-about .title h3 {
  color: #fff;
}
.i-about a {
  color: #fff;
}
.i-about .fr {
  width: 63%;
}
.i-about .fr li {
  margin-right: 8%;
  margin-bottom: 4%;
  float: left;
  width: 46%;
  background-color: #CC322C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.i-about .fr li span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  margin-bottom: 7%;
}
.i-about .fr li i {
  display: block;
  width: 65px;
  height: 62px;
  background: url('../img/rongyu.png') no-repeat;
  margin: 0 auto 6%;
}
.i-about .fr li:nth-child(2) {
  background-color: #F6F6F6;
}
.i-about .fr li:nth-child(2) a {
  border-color: #CC322C;
}
.i-about .fr li:nth-child(2) span {
  color: #343434;
}
.i-about .fr li:nth-child(2) i {
  width: 57px;
  height: 57px;
  background: url('../img/zigongsi.png') no-repeat;
}
.i-about .fr li:nth-child(3) {
  background-color: #F6F6F6;
  margin-bottom: 0;
}
.i-about .fr li:nth-child(3) i {
  margin: 0 auto 8%;
}
.i-about .fr li:nth-child(3) a {
  border-color: #CC322C;
  padding: 8% 0 6%;
}
.i-about .fr li:nth-child(3) span {
  color: #343434;
  margin-bottom: 8%;
}
.i-about .fr li:nth-child(3) i {
  width: 56px;
  height: 41px;
  background: url('../img/huiyuanfazhanqushi.png') no-repeat;
}
.i-about .fr li:nth-child(4) {
  margin-bottom: 0;
}
.i-about .fr li:nth-child(4) a {
  padding: 21% 0 15%;
}
.i-about .fr li a {
  display: block;
  border: 1px solid #fff;
  padding: 7% 0 5%;
}
.i-about .fr li:nth-child(2n+2) {
  margin-right: 0;
}
.i-about .fl {
  width: 32%;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3%;
}
.i-about .fl a {
  display: table;
  margin: 9% auto 0;
  padding: 0 20px;
  line-height: 36px;
  background: #cc322c;
}
.i-about .fl h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #343434;
  line-height: 22px;
  margin-bottom: 7%;
}
.i-about .fl i {
  display: block;
  width: 54px;
  height: 54px;
  background: url('../img/icon_Group.png') no-repeat;
  margin: 0 auto 6%;
}
.i-about .fl span {
  display: block;
  line-height: 30px;
  text-indent: 26px;
}
.i-question {
  margin-bottom: 6%;
}
.i-question > .fl,
.i-question > .fr {
  width: 50%;
  height: 430px;
}
.i-question a {
  display: table;
  margin: 10px auto 0;
  padding: 1% 3%;
  color: #fff;
  background-color: #CC322C;
}
.i-question .question-title {
  font-size: 17px;
  margin-bottom: 8px;
}
.i-question .question-title .fl {
  color: #CC322C;
}
.i-question .question-title .fr {
  width: 97%;
}
.i-question .question-content {
  font-size: 17px;
  margin-bottom: 8px;
}
.i-question .question-content .fl {
  color: #CC322C;
}
.i-question .question-content .fr {
  width: 97%;
  line-height: 25px;
}
.i-question .question-content .fr p:first-child {
  text-indent: 0;
}
.i-question .title {
  position: absolute;
  right: 20%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  display: block;
}
.i-question .title div {
  background: transparent;
}
.i-question .title:before {
  display: none;
}
.i-question .title h3,
.i-question .title p {
  color: #fff;
}
.i-question .title h3 {
  font-size: 32px;
}
.i-question .title p {
  font-size: 16px;
  line-height: 23px;
}
.i-question > .fr {
  padding: 20px 3% 0;
  background-color: #fff;
}
.i-question > .fl {
  position: relative;
  background: url('../img/1-首页_02.jpg') no-repeat;
  background-size: cover;
}
.i-news {
  margin-bottom: 5%;
}
.i-news .title {
  margin: 2% auto 3%;
}
.i-news li {
  position: relative;
  top: 0;
  float: left;
  width: 30%;
  margin-right: 5%;
  background-color: #fff;
  padding-bottom: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.i-news li:hover {
  top: -14px;
  -webkit-box-shadow: 0 3px 11px 1px rgba(183, 183, 183, 0.8);
          box-shadow: 0 3px 11px 1px rgba(183, 183, 183, 0.8);
}
.i-news li img {
  width: 100%;
}
.i-news li h3 {
  padding: 4% 4% 2%;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}
.i-news li p {
  padding: 0 4%;
  line-height: 24px;
  color: #333333;
}
.i-news li .time {
  position: absolute;
  bottom: 34%;
  padding: 2% 4%;
  color: #fff;
  background: #cb322c;
}
.i-news li:last-child {
  margin-right: 0;
}
.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: #2c8140;
  color: #fff;
}
.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-bottom: 5%;
}
.news .news_list .fl {
  width: 70%;
}
.news .news_list h4 {
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.news .news_list span {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.news .news_list li .news-more:hover {
  background: #2c8140;
  border: 1px solid #2c8140;
  color: #fff;
}
.news .news_list li:hover h4,
.news .news_list li:hover span {
  color: #2c8140;
}
.news .news_list .news-more {
  font-size: 14px;
  display: table;
  text-align: center;
  padding: 0 15px;
  line-height: 44px;
  color: #7d7a7a;
  margin-top: 2%;
}
.news .news_list p {
  font-size: 15px;
  font-weight: 500;
  color: #918f8f;
  line-height: 26px;
}
.news .news_list p strong {
  font-size: 24px;
  vertical-align: bottom;
}
.news .news_list li {
  margin-bottom: 3%;
}
.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 .read_con img {
  margin: 0 auto !important;
}
.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 .case-list li {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
  margin-bottom: 25px;
}
.case .case-list li:hover h3 {
  color: #2c8140;
}
.case .case-list li h3 {
  padding: 15px 0;
}
.case .case-list li:nth-child(3n+3) {
  margin-right: 0;
}
.contact .contact-info {
  margin-bottom: 4%;
}
.contact .contact-info li {
  width: 24%;
  height: 252px;
  float: left;
  background: #009944;
  padding: 5% 2% 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
  color: #fff;
}
.contact .contact-info li:hover {
  background: rgba(0, 153, 68, 0.8);
}
.contact .contact-info li p {
  line-height: 40px;
}
.contact .contact-info li span {
  line-height: 25px;
}
.contact .contact-info li:nth-child(2) i {
  background: url('../img/qq.png') no-repeat;
  background-position: center;
}
.contact .contact-info li:nth-child(3) i {
  background: url('../img/email.png') no-repeat;
  background-position: center;
}
.contact .contact-info li:nth-child(4) {
  margin-right: 0;
}
.contact .contact-info li:nth-child(4) i {
  background: url('../img/address.png') no-repeat;
  background-position: center;
}
.contact .contact-info li i {
  display: block;
  background: url('../img/phone.png') no-repeat;
  background-position: center;
  width: 49px;
  height: 39px;
  margin: 0 auto;
}
#map {
  margin-bottom:4%;
}
#map img {
  max-width: inherit;
}
#map .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 .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;
}
.message {
  margin-bottom: 4%;
}
#secNav {
  display: none;
}
.mess_info {
  margin-top: 6%;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.mess_info label {
  display: block;
  font-size: 18px;
  font-family: FZLTHK;
  color: #222222;
  margin-bottom: 3%;
}
.mess_info .input {
  width: 45%;
  float: left;
  margin-right: 10%;
}
.mess_info .input:nth-child(2n+2) {
  margin-right: 0;
}
.mess_info input {
  display: inline-block;
  outline: none;
  width: 100%;
  height: 48px;
  margin-bottom: 35px;
  color: #999999;
  background-color: #fff;
  text-indent: 20px;
  font-size: 14px;
  vertical-align: baseline;
  border: 1px solid #cfcfcf;
}
.mess_info input:focus {
  border-color: #2c8140;
}
.mess_info input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.mess_info input:-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-size: 14px;
}
.mess_info input::-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-size: 14px;
}
.mess_info input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.mess_info textarea {
  font-family: '';
  height: 165px;
  width: 100%;
  outline: none;
  resize: none;
  background-color: #fff;
  text-indent: 20px;
  padding-top: 14px;
  font-size: 14px;
  vertical-align: text-top;
  border: 1px solid #cfcfcf;
}
.mess_info textarea:focus {
  border-color: #2c8140;
}
.mess_info .textarea label {
  display: block;
  margin-bottom: 1%;
}
.mess_info .submit {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.mess_info .submit input {
  width: 200px !important;
  height: 60px;
  line-height: 60px;
  background-color: #2c8140;
  color: #fff;
  font-size: 18px;
  display: block;
  text-indent: 0;
  margin-top: 36px;
  border-radius: 10px;
}
.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: #2c8140;
  -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: #2c8140;
}
.product .product_list li p {
  width: 84px;
  line-height: 28px;
  border: 1px solid #2c8140;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
}
.product .product_list li p:hover {
  background-color: #2c8140;
  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 {
  position: relative;
  overflow: hidden;
}
#product_read #thumbs {
  width: 86%;
  margin: 4% auto 0;
  overflow: hidden;
}
#product_read #thumbs .swiper-slide {
  border: 1px solid transparent;
}
#product_read #thumbs .swiper-slide-thumb-active {
  border: 1px solid red;
}
#product_read .fl {
  width: 50%;
}
#product_read .fr {
  position: relative;
  width: 42%;
  padding: 4% 0 11%;
  height: 450px;
}
#product_read .fr p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3%;
}
#product_read .fr .pread-content {
  line-height: 30px;
}
#product_read .fr h4 {
  font-size: 20px;
  margin-bottom: 4%;
}
#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: 19px;
  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 #gallery .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#product_read .swiper-button-prev,
#product_read .swiper-button-next {
  width: 14px;
  height: 26px;
  background-image: url('../img/prev.png');
  background-size: cover;
  z-index: 100;
  top: 95%;
}
#product_read .swiper-button-next {
  right: 50%;
}
.proread_img {
  border: 1px solid #b5b6b6;
}
.swiper-containers {
  overflow: hidden;
}
.swiper-containers .swiper-button-prev {
  left: 0%;
}
.swiper-containers .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.location {
  padding: 15px 0;
  border-bottom: 1px solid #2c8140;
  margin-bottom: 4%;
}
.location p {
  color: #2c8140;
  padding: 0 22px;
  font-weight: 300;
  font-size: 16px;
  font-weight: 400;
}
.location p a {
  color: #2c8140;
  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: #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.nav_button .mid {
  width: 18px;
}
.nav_button.animate .nav_bar {
  background: #000;
}
.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;
}
/* 子公司 */
.subsidiary-list {
  margin-bottom: 8%;
}
.subsidiary-list li {
  cursor: pointer;
  line-height: 72px;
  background: #11a051;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.subsidiary-list li .subsidiary-title {
  padding: 0 2%;
}
.subsidiary-list li .subsidiary-title .fl {
  font-size: 22px;
}
.subsidiary-list li .subsidiary-content {
  display: none;
  background-color: #fff;
  color: #000;
  padding: 3% 2%;
}
.subsidiary-list li:first-child .subsidiary-content {
  display: block;
}
.honor .honor_list{
    padding:80px 70px 0;
    background:#fff;
    margin-bottom:100px;
}
.honor .honor_list li {
  float: left;
  margin-right: 84px;
  margin-bottom:50px;
}
.honor .honor_list li:nth-child(3n+3) {
  margin-right: 0;
}
.question {
  margin-bottom: 6%;
}
.question .question-title {
  line-height: 50px;
  background: #2c8140;
  padding: 0 2%;
  color: #fff;
  letter-spacing: 1px;
}
.question .question-content {
  background-color: #fff;
  padding: 2% 2%;
}
.question .question-content .fl {
  line-height: 28px;
}
.question .question-content .fr {
  width: 98%;
}
@media screen and (max-width: 750px) {
  #wap {
    width: 100vw;
    position: relative;
  }
  .header-nav > .h > .nav_bar {
    margin-top: 25px;
  }
  .nav_m .menu-nav a {
    border: none;
  }
  .head {
    padding: 0 4.333%;
    background-color: #fff;
  }
  .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: 10vw;
  }
  .footer .f-top {
    padding: 2% 4.333% 0;
  }
  .footer .wx {
    display: none;
  }
  .footer .f-top > .h > .fl:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0;
    margin-top: 2vw;
  }
  .footer .f-top > .h > .fl:first-child div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-left: 5vw;
    line-height: 24px;
  }
  .footer .f-top .f-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4vw 0;
  }
  .footer .f-top .f-nav a {
    line-height: 22px;
  }
  .footer .f-top .f-nav li span {
    padding: 0 2vw;
  }
  .footer .f-info {
    margin-bottom: 3vw;
  }
  .footer .f-info li {
    margin-bottom: 3vw;
    font-size: 3rem;
  }
  .footer .f-info ul {
    margin-top: 0;
  }
  .footer .f-bottom {
    line-height: 26px;
  }
  .path {
    margin-bottom: 6vw;
    display: block;
    padding: 4vw 0;
  }
  .path .three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4.333%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .path li a {
    padding: 0 14px;
    line-height: 10vw;
  }
  #banner {
    width: 100%;
    height: 185px;
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
  }
  #banner img {
    visibility: hidden;
  }
  #pro-banner {
    width: 100%;
    height: 185px;
    background-size: cover;
    background-position: -149vw 0px;
    background-repeat: no-repeat;
  }
  #pro-banner img {
    visibility: hidden;
  }
  #about-banner {
    width: 100%;
    height: 185px;
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;
  }
  #about-banner img {
    visibility: hidden;
  }
  .i-title {
    margin: 10vw 0;
  }
  .i-title:before {
    display: none;
  }
  .i-title:after {
    display: none;
  }
  .i-title h1 {
    font-size: 4.2rem;
    padding: 1rem 3rem;
  }
  .i-More {
    margin: 6vw auto 12vw;
  }
  .i-question > .fl {
    height: 50vw;
  }
  .i-question .title {
    right: 0;
    left: 0;
    height: 15rem;
  }
  .i-question .question-content .fr {
    width: 91%;
  }
  .i-question .question-title .fr {
    width: 91%;
  }
  .i-question > .fr {
    height: auto;
    padding-bottom: 8vw;
  }
  .i-question > .fl,
  .i-question > .fr {
    float: none;
    width: auto;
  }
  .i-news ul {
    padding: 0 4.333%;
  }
  .i-news li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .i-news li .time {
    bottom: 90%;
  }
  .i-pros .h {
    width: auto;
    padding: 0 4.333%;
  }
  .i-pros li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .i-pros li .ipro-info {
    position: static;
    width: auto;
    padding-bottom: 3%;
    padding-top: 2%;
  }
  .i-pros li .ipro-info p {
    font-size: 4rem;
  }
  .i-pros li .ipro-info span {
    font-size: 3rem;
    line-height: 7vw;
  }
  .i-about {
    padding-bottom: 12vw;
  }
  .i-about .fl {
    float: none;
    width: auto;
    padding: 8vw 4.333%;
  }
  .i-about .fl span {
    font-size: 3rem;
  }
  .i-about .fr {
    display: none;
  }
  .i-about .fr li {
    float: none;
    width: auto;
  }
  .news .news_list h4 {
    font-size: 4rem;
  }
  .news .news_list li {
    margin-bottom: 8vw !important;
  }
  .news .news_list li .news-img img {
    -o-object-fit: none;
       object-fit: none;
    height: 45vw;
    width: 100%;
  }
  .news .news_list li .news-info h4 {
    font-size: 5.6rem;
    margin-top: 4vw;
    line-height: 6rem;
  }
  .news .news_list li .news-info span {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }
  .news .news_list li .news-info .news-more {
    width: 30vw;
    margin-top: 4vw;
  }
  .news .news_list li .news-info p {
    font-size: 3.2rem;
  }
  .news .news_list li .news-img,
  .news .news_list li .news-info {
    float: none !important;
    width: auto !important;
  }
  .news .news_list .fr img {
    width: 100%;
    margin: 0 auto;
  }
  .news .news_list .fl {
    width: auto;
    margin-top: 2vw;
  }
  .news .news_list .fl,
  .news .news_list .fr {
    float: none;
    padding: 0 4.333%;
  }
  .news_read .read_con {
    padding: 0 4.333%;
    margin-bottom: 0;
  }
  .news_read h1 {
    font-size: 4rem;
    padding: 0 4.333%;
    line-height: 28px;
  }
  .news_read .time {
    font-size: 3.4rem;
  }
  .news_read img {
    height: auto !important;
    width: auto !important;
  }
  .base .fl {
    float: none;
  }
  .base li {
    width: auto;
    padding: 4vw 4.333%;
    line-height: 24px;
    margin-top: 10px;
  }
  .base li span:first-child {
    width: 26vw;
  }
  .base li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 3rem;
  }
  .title h3 {
    font-size: 8vw !important;
  }
  .product {
    margin-bottom: 0;
  }
  .product .path li:first-child {
    margin-bottom: 4vw;
  }
  .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%;
    height: auto !important;
    margin-top: 6vw;
  }
  #product_read #gallery {
    height: auto;
    margin-top: 4vw;
  }
  #product_read #gallery .swiper-button-prev,
  #product_read #gallery .swiper-button-next {
    top: 72%;
  }
  #product_read #gallery .swiper-button-prev {
    left: 4%;
  }
  #product_read #gallery .swiper-button-next {
    right: 4%;
  }
  #product_read #thumbs {
    margin: 7vw auto 0;
  }
  #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: 4rem !important;
    margin: 8vw 0;
  }
  #product_read .h:last-child {
    padding: 0 4.333%;
  }
  .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;
  }
  .case .case-list li h3 {
    font-size: 3.2rem;
  }
  .about .three {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about .three li {
    margin-right: 0;
  }
  .about .about-info {
    padding: 0 4.333%;
  }
  .honor .three {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .honor .three li {
    margin-right: 0;
  }
  .honor .honor_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 4.333%;
    margin-bottom:0;
    background:none;
  }
  .honor .honor_list:after {
    width: 47%;
  }
  .honor .honor_list li {
    width: 47%;
    margin-right: 0;
  }
  .honor .honor_list li h3 {
    font-size: 3.2rem;
  }
  .case .three {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .case .three li {
    margin-right: 0;
  }
  .subsidiary .three {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .subsidiary .three li {
    margin-right: 0;
  }
  .subsidiary li {
    line-height: 14vw;
  }
  .subsidiary .subsidiary-list {
    padding: 0 4.333%;
  }
  .subsidiary .subsidiary-title .fr {
    display: none;
  }
  .subsidiary .subsidiary-title .fl {
    font-size: 3.6rem !important;
  }
  .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 {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .mess_info .mess_input div label {
    font-size: 3rem;
  }
  .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;
  }
  .mess_info .mess_input .textarea label {
    margin-bottom: 3%;
  }
  .contact .contact-info {
    padding: 0 4.333%;
  }
  .contact .contact-info li {
    width: auto;
    float: none;
    height: auto;
    margin-right: 0;
  }
  .contact .contact-info li span {
    display: block;
    width: 49vw;
    margin: 0 auto 4vw;
    padding-bottom: 7vw;
  }
  .message .contact-title {
    margin: 0 auto 12%;
  }
  .question .question-title {
    line-height: 26px;
    padding: 3vw 4.333%;
  }
  .question .question-content {
    padding: 2% 4.333%;
  }
  .question .question-content .fr {
    width: 95%;
  }
  #product_read .fr h4,#product_read .fr p{
      font-size:4rem;
  }
  #map{
      height:185px!important;
  }
}


/*wode */
  .p1{
      font-size: 30px;
  }  
  .p2{
      font-size: 18px;
      margin: 10px 0 30px 0;
  }









@media screen and (max-width: 640px) {
  .footer .f-bottom {
    line-height: 1;
    padding: 6vw 0;
  }
  .footer .f-bottom a {
    display: block;
  }
  .footer .f-bottom a:first-child {
    margin-top: 4vw;
  }
}


#product_read p img{
    margin: 0 auto;
}














