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: #005ea4;
  text-decoration: none;
  cursor: pointer;
}
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}
.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.2);
          transform: scale(1.2);
}
.imgZoom img {
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@font-face {
  font-family: 'CG';
  src: url('../fonts/Century/GOTHIC.TTF');
}
@font-face {
  font-family: 'GC';
  src: url('../fonts/Century/GOTHIC.TTF');
}
@font-face {
  font-family: 'GC-B';
  src: url('../fonts/Century/GOTHICB.TTF');
}
#layout {
  position: relative;
}
#footer {
  width: 100%;
  height: 70px;
  background: #005ea4;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 102;
  display: none;
  border-top: 1px solid #fff;
}
#footer a {
  border-right: 1px solid #fff;
}
#footer a:last-child {
  border-right: none;
}
#footer a {
  display: block;
  padding-top: 13px;
  width: 25%;
  height: 70px;
  float: left;
  /*background: url(../images/public/footer.png) right center no-repeat;*/
  overflow: hidden;
}
#footer a img {
  display: block;
  height: 24px;
  margin: 0 auto;
}
.nav_bar {
  display: none;
}
#footer a p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 28px;
}
.head {
  position: relative;
}
.head .head-top {
  background-color: #F3F3F3;
  height: 35px;
  line-height: 35px;
}
.head .logo {
  position: absolute;
  top: 0px;
}
.head .fl span {
  font-size: 50px;
  font-family: 'CG';
  font-weight: bold;
  color: #ff0000;
  line-height: 99px;
  letter-spacing: 2px;
}
.head .lng {
  border: 1px solid #b4b0b0;
  overflow: hidden;
  border-radius: 9px;
  line-height: 26px;
  margin: 3px 0px;
  padding: 0 12px;
}
.head .lng span {
  margin: 0 6px;
}
.head .lng li {
  float: left;
}
.head .lng li:last-child a {
  color: #000;
}
.head .phone {
  line-height: 65px;
  margin-left: 30px;
}
.head .phone img {
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
}
.head .phone span {
  color: #005ea4;
}
.head .nav_item {
  position: relative;
  float: left;
}
.head .nav_item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 61px;
  padding: 0 42px;
  font-family: 'PF-SC-M';
  font-weight: 100;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
.head .nav_item a.hover {
  border-color: #005ea4;
}
.head .nav_item .uls2 {
  width: 110%;
  position: absolute;
  left: -2%;
  top: 66px;
  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;
  padding: 0;
}
.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: #005ea4;
}
.head .nav_item .uls2 a:hover:before {
  width: 100%;
}
.search {
  position: relative;
  width: 316px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  z-index: 1000;
  margin-right: 40px;
}
.search .txt {
  width: 250px;
  padding: 0 10px;
  height: 30px;
  float: left;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
}
.search .btn_sear {
  width: 66px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  background: #ED1B23;
  float: right;
  outline: none;
  border: none;
  padding: 0;
}
.search-top {
  padding: 14px 0;
  border-bottom: 1px solid #DFDFDF;
}
.search-top .h {
  margin-top: 0 !important;
}
.search-top .h .fl {
  line-height: 30px;
}
.search-top span {
  display: inline-block;
  color: #888888;
}
.search-top span:not(:first-child) {
  margin-right: 8px;
}
.banner {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 10%;
}
.banner .swiper-button-prev {
  background-image: url('../img/prev.png');
  left: 8%;
}
.banner .swiper-button-next {
  background-image: url('../img/next.png');
  right: 8%;
}
.banner .swiper-pagination-bullet {
  width: 29px;
  height: 4px;
  background: rgba(204, 204, 204, 0.39);
  border-radius: inherit;
}
.banner .swiper-pagination-bullet-active {
  width: 29px;
  height: 4px;
  background: #005ea4;
}
.footer {
  position: relative;
  color: #fff;
  background-color: #232323;
  margin-top: 5%;
}
.footer .f-header {
  padding-bottom: 0%;
  background: url(../img/footer-top_03_03.jpg) no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: top center;
  padding-top: 5%;
  padding-bottom: 3%;
}
.footer .f-header .fl {
  padding-top: 40px;
}
.footer .f-header .h {
  max-width: 1100px;
}
.footer .f-header .fr {
  margin-right: 103px;
  padding-top: 28px;
}
.footer .f-header .fr img {
  display: block;
  margin-bottom: 14px;
}
.footer .f-header .fr:nth-child(2) {
  margin-right: 0;
  padding-top: 0px;
  text-align: center;
}
.footer .f-header .fr:first-child p {
  padding-bottom: 10px;
}
.footer .f-header .fr div {
  width: 137px;
}
.footer .f-header .fr p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}
.footer .f-header p {
  color: #898989;
}
.footer .f-header a {
  color: #898989;
  line-height: 22px;
  margin-bottom: 4px;
  margin-right: 14px;
}
.footer .f-header a:nth-child(2n+2) {
  margin-right: 0;
}
.footer .f-end {
  background-color: #000000;
  line-height: 50px;
  text-align: center;
  color: #898989;
}
.footer .f-end a {
  margin-left: 24px;
  color: #898989;
}
/* 侧栏 */
.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: #ae1c1c;
  opacity: 1;
  filter: alpha(opacity=100);
}
.typename {
  overflow: hidden;
}
.typename h1 {
  text-align: center;
  font-family: 'GC';
  margin-top: 4%;
  letter-spacing: 2px;
  font-size: 42px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-transform: uppercase;
}
.typename .line {
  width: 50px;
  height: 3px;
  background: #ff0000;
  margin: 30px auto 45px;
}
.typename-left {
  width: 20%;
}
.i-More {
  display: block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #005ea4;
  border-radius: 24px 24px 24px 24px;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.i-More:hover {
  color: #fff;
  background-color: #005ea4;
}
.path {
  padding: 28px 0;
  background: #f0f0f0;
}
.path ul {
  display: table;
  margin: 0 auto;
}
.path li {
  display: table-cell;
  border-right: 1px solid #000;
}
.path li:last-child {
  border-right: none;
}
.path .three a {
  display: block;
  text-align: center;
  color: #000;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 0 28px;
  font-size: 15px;
}
.path .three a.typelink {
  color: #005ea4;
}
.i-about .iabout-title {
  background-color: #fffeff;
  padding: 6% 0;
}
.i-about .iabout-title h1 {
  font-size: 24px;
  font-weight: 400;
  color: #343434;
  line-height: 30px;
}
.i-about .iabout-title h1 span {
  color: #B3B3B3;
}
.i-about .iabout-content {
  background-color: #F3F3F3;
  padding-bottom: 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.i-about .iabout-content .h {
  position: relative;
}
.i-about .iabout-content .fr {
  position: absolute;
  top: -48%;
  right: 0;
}
.i-about .iabout-content .fl {
  width: 683px;
}
.i-about .iabout-content h2 {
  font-size: 22px;
  font-weight: 400;
  color: #2b3236;
  line-height: 30px;
  margin-top: 10%;
  margin-bottom: 2%;
}
.i-about .iabout-content .line {
  width: 60px;
  height: 3px;
  background: #005ea4;
  margin-bottom: 5%;
}
.i-about .iabout-content span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
  margin-bottom: 30px;
}
.i-pro {
  margin-bottom: 5%;
}
.i-pro h1 {
  font-size: 24px;
  font-weight: 400;
  color: #343434;
  line-height: 30px;
  margin: 6% 0;
}
.i-pro h1 span {
  color: #B3B3B3;
}
.i-pro .ipro-btn {
  display: table;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #005ea4;
}
.i-pro .ipro-btn:hover {
  background-color: #005ea4;
  color: #fff;
}
.i-pro li {
  float: left;
  margin-right: 37px;
  text-align: center;
}
.i-pro li:hover p {
  color: #005ea4;
}
.i-pro li p {
  padding: 25px 0;
  color: #000;
}
.i-pro li img {
  border: 1px solid #8b8989;
  padding: 15px;
}
.i-pro li:nth-child(3n+3) {
  margin-right: 0px;
}
.i-news {
  background-image: url('../img/inews-bg_02.jpg');
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  overflow: hidden;
  padding-bottom: 5%;
}
.i-news .inews-list > .fl {
  border-bottom: 4px solid #005ea4;
  width: 45%;
  background-color: #fff;
}
.i-news .inews-list > .fr {
  background-color: #fff;
  width: 48%;
  padding: 30px 23px;
}
.i-news .inews-list > .fr li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.39);
  padding-bottom: 27px;
  margin-bottom: 27px;
}
.i-news .inews-list > .fr li:last-child {
  margin-bottom: 0px;
}
.i-news .inews-list > .fr li .fl {
  width: 16%;
}
.i-news .inews-list > .fr li .fl p {
  font-size: 32px;
  font-weight: 400;
  color: #666666;
  line-height: 48px;
  text-align: center;
}
.i-news .inews-list > .fr li .fl span {
  display: block;
  color: #666666;
  text-align: center;
}
.i-news .inews-list > .fr li .fr {
  width: 82%;
}
.i-news .inews-list > .fr li .fr h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.i-news .inews-list > .fr li .fr span {
  margin-top: 10px;
  display: block;
  font-weight: 400;
  color: #838383;
  line-height: 26px;
}
.i-news .inews-list > .fr li:last-child {
  border-bottom: none;
}
.i-news .inews-list i {
  float: right;
  width: 28px;
  height: 7px;
  background: url('../img/more.png') no-repeat;
  margin-bottom: 5%;
  margin-right: 23px;
}
.i-news .inews-list .inew-info {
  color: #666666;
  padding: 23px;
}
.i-news .inew-info h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
}
.i-news .inew-info span {
  line-height: 26px;
}
.i-news .inew-info p {
  margin-bottom: 12px;
}
.i-news h1 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin: 7% 0;
}
.i-news h1:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #0163a8;
  margin-top: 42px;
}
.purchase img {
  max-width: 80%;
}
.service .service-info {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  padding-top: 4%;
}
.service .service-info p {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin: 24px 0;
}
.service .service-info span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #db0706;
  line-height: 40px;
  width: 27%;
  margin: 0 auto 4%;
}
.service .service-info > img {
  display: block;
  margin: auto;
}
.service ul {
  display: table;
  margin: 5% auto 3%;
}
.service li {
  float: left;
  margin-right: 130px;
}
.service li:hover img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service li img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.service li:last-child {
  margin-right: 0px;
}
.service li p {
  font-size: 22px !important;
}
.about {
  padding-bottom: 4%;
}
.about .path {
  margin-bottom: 65px;
}
.about .about-content .fl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  width: 53%;
}
.about .about-content .fl p {
  line-height: 35px !important;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.about-title {
  margin: 40px 0;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-align: center;
}
.pursuit {
  background-color: #F0F0F0;
  overflow: hidden;
  padding-bottom: 4%;
}
.pursuit li {
  float: left;
  margin-right: 20px;
  width: 32%;
  text-align: center;
  padding: 0 72px;
}
.pursuit li div {
  margin-top: 20px;
}
.pursuit li:nth-child(2) {
  border-right: 1px solid #a4a1a1;
  border-left: 1px solid #a4a1a1;
}
.pursuit li span {
  font-weight: 400;
  color: #6b6b6b;
  line-height: 24px;
}
.pursuit li p {
  font-size: 22px;
  font-weight: 400;
  color: #005ea4;
  line-height: 19px;
  margin: 20px 0;
}
.pursuit li img {
  display: block;
  margin: 0 auto;
}
.pursuit li:last-child {
  margin-right: 0;
}
.history {
  padding-bottom: 45px;
}
.history ul {
  position: relative;
  display: table;
  margin: 0 auto;
}
.history ul span {
  width: 287px;
  display: inline-block;
}
.history ul:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #cecbcb;
}
.history ul li {
  overflow: hidden;
  padding-right: 307px;
  margin-bottom: 35px;
}
.history ul li:before {
  position: relative;
  z-index: 10;
  float: right;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #005ea4;
  margin-left: 20px;
}
.history ul li:nth-child(2n+2) {
  padding-right: 0px;
  padding-left: 307px;
}
.history ul li:nth-child(2n+2):before {
  float: left;
  margin-left: 0px;
  margin-right: 20px;
}
.production {
  background-color: #F0F0F0;
  overflow: hidden;
  padding-bottom: 65px;
}
.production .swiper-production {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.production .swiper-production .swiper-button-prev,
.production .swiper-production .swiper-button-next {
  background-image: url('../img/icon-prev.png');
  background-size: inherit;
  width: 44px;
  height: 32px;
  background-color: #dcdcdc;
  top: 94%;
  z-index: 100;
}
.production .swiper-production .swiper-button-next {
  right: 38%;
}
.production .swiper-production .swiper-button-prev {
  left: 38%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.production .swiper-production .swiper-pagination {
  right: 0;
  width: 195px !important;
  overflow: hidden;
  margin: 0 auto;
  left: 0 !important;
  -webkit-transform: translateX(-2%) !important;
          transform: translateX(-2%) !important;
}
.production .swiper-production .swiper-pagination-bullet {
  width: 26px;
  height: 32px;
  line-height: 32px;
  border-radius: 0;
  color: #777777;
  background-color: #DCDCDC;
  opacity: 1;
  font-size: 14px;
}
.production .swiper-production .swiper-pagination-bullet-active {
  background-color: #005ea4;
  color: #fff;
}
.production .swiper-production p {
  padding: 20px;
  text-align: center;
}
.honor .swiper-honor {
  position: relative;
  overflow: hidden;
}
.honor .swiper-honor .swiper-button-prev,
.honor .swiper-honor .swiper-button-next {
  background-image: url('../img/prev2.jpg');
  width: 36px;
  height: 36px;
}
.honor .swiper-honor .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.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%;
}
.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 li {
  margin-bottom: 38px;
  background: #f5f5f5;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  top: 0;
}
.news .news_list li:hover {
  top: -5px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(63, 63, 63, 0.3);
          box-shadow: 0px 4px 8px 0px rgba(63, 63, 63, 0.3);
}
.news .news_list li .fl {
  width: 70%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news .news_list li .fl h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #005ea4;
}
.news .news_list li .fl i {
  display: inline-block;
  background: url('../img/time.png') no-repeat;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 4px;
}
.news .news_list li .new-info {
  display: block;
  color: #333333;
  line-height: 22px;
  text-indent: 20px;
  margin: 10px 0 20px;
}
.news .news_list li .new-more {
  display: block;
  width: 112px;
  line-height: 31px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #005ea4;
}
.news .news_list li:hover a {
  color: #005ea4;
}
.honor .swiper-honor {
  position: relative;
  overflow: hidden;
  padding: 0 60px 60px;
}
.honor .swiper-honor .swiper-slide {
  border: 1px solid #E8E8E8;
}
.honor .swiper-honor .swiper-pagination-bullet-active {
  background: #005ea4;
}
.swiper-room {
  position: relative;
  overflow: hidden;
  padding: 0 20px 120px;
}
.swiper-room .swiper-button-prev,
.swiper-room .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #E60A19;
  background-size: auto;
  top: 90%;
}
.swiper-room .swiper-button-prev {
  left: 43%;
  background-image: url('../img/next1.png');
}
.swiper-room .swiper-button-next {
  right: 43%;
  background-image: url('../img/prev1.png');
}
.swiper-room .swiper-slide {
  border: 1px solid #E8E8E8;
}
.news_read {
  margin-top: 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 .infolist2 {
  display: block;
  color: #000;
  margin-bottom: 14px;
}
.base li {
  margin-top: 40px;
  padding-bottom: 24px;
  width: 53%;
  border-bottom: 2px solid #e6e6e6;
}
.base li a {
  font-size: 16px;
  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 .h {
  max-width: 1320px;
}
.case .case-list #pagination {
  margin: 0 auto 5%;
}
.case .case-list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 5%;
}
.case .case-list li:hover .case-info {
  background: #1F317A;
}
.case .case-list li:hover .case-info .case-line {
  background: rgba(255, 255, 255, 0.2);
}
.case .case-list li:hover .case-info h3,
.case .case-list li:hover .case-info span {
  color: #fff !important;
}
.case .case-list li img {
  float: left;
}
.case .case-list li:nth-child(2n+2) img {
  float: right;
}
.case .case-list li:nth-child(2n+2) .case-info {
  left: 0;
  border-right: none;
  border-left: 1px solid #1F317A;
}
.case .case-list li .case-info {
  position: absolute;
  top: 50%;
  right: 0;
  width: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 60px 96px 64px;
  background: #fff;
  border-right: 1px solid #1F317A;
}
.case .case-list li .case-info .case-line {
  width: 30px;
  height: 1px;
  background: #1f317a;
  margin: 15px 0 25px;
}
.case .case-list li .case-info span {
  font-size: 14px;
  font-family: "PF-M";
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.case .case-list li .case-info h3 {
  font-size: 28px;
  font-family: "PF-B";
  color: #000000;
}
.contact {
  padding-top: 3%;
}
.contact .h ul {
  margin-top: 8%;
}
.contact .h li {
  position: relative;
  width: 30%;
  float: left;
  border: 1px solid #005ea4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 76px 32px 20px 32px;
  text-align: center;
  margin-right: 60px;
}
.contact .h li:nth-child(2):before {
  background: url('../img/email.png') no-repeat;
}
.contact .h li:last-child {
  margin-right: 0;
}
.contact .h li:last-child:before {
  background: url('../img/address.png') no-repeat;
}
.contact .h li p {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
}
.contact .h li p:first-child {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-bottom: 16px;
}
.contact .h li:before {
  content: "";
  position: absolute;
  top: -27%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  background: url('../img/phones.png') no-repeat;
}
.contact .h #map {
  margin-top: 5%;
}
.contact .h #map img {
  max-width: inherit;
}
.contact .h #map .BMapLabel {
  left: -93px !important;
  top: -64px !important;
  width: 201px;
  border: none !important;
  line-height: 50px !important;
  text-align: center;
  font-weight: bold !important;
  display: block !important;
}
.contact .h #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 .fr {
  width: 76%;
}
.secNav {
  display: none;
}
.category {
  cursor: pointer;
}
.category .lis_hide {
  background: #f7f7f7;
}
.category .li {
  width: 200px;
  height: 54px;
  line-height: 54px;
  float: left;
  text-align: center;
  min-height: 10px;
  color: #fff;
}
.category .lis_hide {
  padding: 4% 8% 3%;
  display: none;
}
.category .item {
  margin-bottom: 20px;
}
.category .item .p p {
  line-height: 2em;
}
.category .item .com-bold {
  margin-bottom: 10px;
}
.category .item .com-bold:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #e94709;
  vertical-align: middle;
  margin-right: 15px;
}
.category .content-top .li {
  background: #595757;
}
.category i {
  background: url('../img/icon-jian_03.png') no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin: 18px auto;
}
.category .el {
  background-color: #E8E8E8;
  color: #767676;
}
.message {
  margin-top: 5%;
}
.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: 6%;
}
.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: #005ea4;
}
.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 {
  font-family: '';
  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: #005ea4;
}
.mess_info .textarea label {
  display: block;
}
.mess_info .submit {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.mess_info .submit input {
  width: 200px !important;
  height: 60px;
  line-height: 60px;
  background-color: #005ea4;
  color: #fff;
  font-size: 18px;
  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;
}
.product .path {
  padding: 28px 0 16px;
}
.product .path li {
  float: left;
  margin-bottom: 15px;
}
.product .path .three {
  max-width: 1200px;
  overflow: hidden;
}

.product .product_list{
    display: flex;
    margin: 0 -10px;
    margin-top: 60px;
    width: 100%;
    flex-wrap: wrap;
}
.product .product_list li {
  border: 2px solid #f0f0f0;
  position: relative;
  background: #fff;
  width: 33.33%;
  padding:10px;
  box-sizing: border-box;

  background-color: #F0F0F0;
}
.product .product_list li:hover p {
  color: #005ea4;
}
.product .product_list li:hover p span:last-child {
  background-color: #005ea4;
  color: #fff;
}
.product .product_list li p {
  color: #333333;
  padding: 20px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product .product_list li p span {
  line-height: 33px;
}
.product .product_list li p span:last-child {
  width: 94px;
  border: 1px solid #CCCBCB;
  text-align: center;
}
.product .product_list li:hover .product-shadow {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product .product_list .product-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0);
          transform: scale(0);
  -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 .product-shadow .product_img {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.product .product_list .product-shadow p {
  font-size: 24px;
  font-family: 'GC';
  text-align: center;
  color: #fff;
}
.product .product_list .product-shadow .line {
  width: 80px;
  height: 2px;
  background: #ffffff;
  margin: 12px auto;
}
#product_read #gallery {
  margin-bottom: 15px;
}
#product_read .proread_img {
  position: relative;
  width: 600px;
  margin: 0 auto;
  border: 2px solid #F3F3F3;
}
#product_read .proread_img .swiper-containers {
  overflow: hidden;
  width: 100%;
}
#product_read .proread_img .swiper-containers h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
#product_read .proread_img .swiper-containers .swiper-button-prev {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  left: 6%;
}
#product_read .proread_img .swiper-containers .swiper-button-next {
  right: 6%;
}
#product_read .pro_info {
  font-size: 30px;
  font-family: 'GC';
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-bottom: 22px;
  margin-top: 35px;
}
#product_read .pro_title {
  display: table;
  padding: 0 3%;
  line-height: 50px;
  border: 1px solid #eee;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 auto 30px;
}
.detail_icon{
    display: none;
    text-align: center;
}
#product_read .pro_content h1 {
  font-size: 30px;
  font-family: 'GC';
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
#product_read .product_info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
}
#product_read .pro_summary {
  color: #666;
  margin-bottom: 40px;
}
#product_read .pro_summary img {
  display: block;
  margin: 0 auto;
}
#product_read .pro_summary p {
  line-height: 36px !important;
}
/*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: 40px;
  max-width: 40px !important;
  position: relative;
  z-index: 999;
  display: none;
}
.nav_button .nav_bar {
  width: 23px;
  height: 4px;
  display: block;
  border-radius: 5px;
  background: #949494;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.nav_button .mid {
  width: 18px;
}
.nav_button.animate .nav_bar {
  background: #949494;
}
.nav_button.animate .top {
  width: 36px !important;
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
.nav_button.animate .mid {
  width: 0;
  display: none;
}
.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;
}
.menu-lng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1f1f1;
  border-bottom: 1px solid #cccccc;
}
.menu-lng li:first-child a {
  color: #005ea4;
}
.menu-lng li:first-child span {
  color: #666;
}
.menu-lng span {
  margin: 0 10px;
}
.menu-lng a {
  line-height: 48px;
  font-size: 3.4rem;
  color: #666;
}
.nav_m .menu {
  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;
  text-indent: 20px;
  height: 48px;
  line-height: 48px;
  background: #dedede;
}
.nav_m li.navm_link > a {
  color: #005ea4;
}
.m-about {
  display: none;
}
.m-product {
  display: none;
}
.m-news {
  display: none;
}
.m-foot {
  display: none;
}
 #product_read .pro_summary table,
  #product_read .pro_summary table tr th, 
  #product_read .pro_summary table tr td { 
      border:1px solid #333; 
      
  }
  #product_read .pro_summary table{
      border-collapse: collapse; padding:2px;
  }
@media screen and (max-width: 750px) {
    
    #table{
        overflow-x: scroll;
        overflow-y: hidden;
    }
    
    
    
   .detail_icon{
       display: block;
   } 
   #product_read .pro_summary {
    color: #666;
    margin-bottom: 40px;
    width: 100%;
    overflow-x: scroll;
}
 
  #wap {
    width: 100vw;
    position: relative;
    background-color: #ececec;
    padding-bottom: 100px;
  }
  .head .phone {
    display: none;
  }
  .head .logo {
    position: relative;
  }
  #footer {
    display: block;
  }
  .mess_info textarea {
    font-size: 14px;
  }
  .head {
    padding-left: 5.335%;
    padding-right: 5.335%;
    width: auto;
    background-color: #AEAEAE;
  }
  .head .header-nav {
    height: 80px;
  }
  .head .header-nav > .h > .nav_bar {
    height: 80px;
    color: #fff;
  }
  .head .logo {
    width: 28vw;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url('../img/logo1.png') no-repeat;
    background-size: contain;
    background-position: center;
  }
  .head .logo img {
    visibility: hidden;
  }
  .head .head-top {
    display: none;
  }
  .head .nav_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head .nav_bar .top,
  .head .nav_bar .mid,
  .head .nav_bar .bottom {
    background-color: #fff;
  }
  .head .nav_bar .top {
    width: 22px;
  }
  .head .nav_bar .mid {
    width: 30px;
  }
  .head .nav_bar .bottom {
    width: 36px;
  }
  .head .nav_button {
    margin-right: 10px;
    height: 40px;
    line-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .head .language {
    margin-top: 30px;
  }
  .swiper-container img {
    height: 160px;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .footer {
    display: none;
  }
  .footer .nav_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6px 8% 0 8%;
  }
  .footer .nav_item {
    margin-right: 8px;
    margin-bottom: 6px;
  }
  .footer .nav_item ul {
    display: none;
  }
  .footer .nav_item .nav-link {
    font-size: 14px;
    color: #666666;
    font-weight: 400 !important;
    margin-bottom: 6px !important;
  }
  .footer .nav_item:last-child {
    border-left: none;
    padding-left: 0;
  }
  .i-about {
    display: none;
  }
  .lng li:first-child {
    display: none;
  }
  .i-news {
    display: none;
  }
  .imgHover:hover img {
    margin-left: 0;
  }
  .imgHover:hover .title {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .imgHover:hover .m_detail {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  .i-pro {
    display: none;
  }
  .m-about {
    display: block;
  }
  .m-title {
    position: relative;
    width: 75%;
    height: 1px;
    background-color: #000;
    margin: 12% auto 9%;
  }
  .m-title p {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    background-color: #ececec;
  }
  .m-title span:first-child {
    font-size: 18px;
    color: #005ea4;
  }
  .m-title span:last-child {
    text-transform: uppercase;
    font-size: 12px;
  }
  .m-product {
    background: url('../img/m-product_02.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 4%;
    padding-bottom: 10%;
    display: block;
  }
  .m-product .m-title {
    background-color: #fff;
    background-size: cover;
    margin: 12% auto 12%;
  }
  .m-product .m-title p {
    width: 56%;
    background-color: transparent;
    background-image: url('../img/m-bg_02.jpg');
    background-position: center 273px;
  }
  .m-product .m-title span {
    color: #fff;
  }
  .m-product .mpro-btn {
    width: 36px;
    height: 36px;
    display: block;
    background: url(../img/icon-nuxt.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
  .m-product ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%;
  }
  .m-product li {
    width: 36%;
  }
  .m-product li:last-child {
    margin-left: auto;
  }
  .m-product li p {
    text-align: center;
    font-size: 12px;
    padding: 12px 0;
    color: #fff;
  }
  .m-product li img {
    border-radius: 50%;
  }
  .m-news {
    display: block;
  }
  .m-news .mnews-list {
    padding: 0 5%;
  }
  .m-news .mnews-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #868686;
  }
  .m-news .mnews-list .fl {
    width: 30%;
  }
  .m-news .mnews-list .fr {
    width: 65%;
    padding-top: 5px;
  }
  .m-news .mnews-list .fr span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
  }
  .m-news .mnews-list .fr h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
  }
  .m-foot {
    display: block;
    text-align: center;
    margin-top: 8%;
  }
  .m-foot img {
    margin: 0 auto 1%;
  }
  .m-foot span {
    display: block;
    font-size: 12px;
    line-height: 20px;
  }
  .typename h2 {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 8% !important;
    font-weight: bold;
  }
  .typename p {
    font-size: 14px;
    margin-bottom: 4%;
  }
  .aside {
    width: 49px;
  }
  .aside li {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .aside li .sidetop:hover {
    background: #000;
    opacity: 0.8;
  }
  #content-banner {
    width: 100%;
    height: 213px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #content-banner img {
    visibility: hidden;
  }
  .contact {
    padding-top: 18%;
  }
  .contact .h li {
    float: none;
    width: 70%;
    margin: 0 auto 80px;
    padding: 70px 9px 20px 9px;
  }
  .contact .h li:last-child {
    margin-right: auto;
  }
  .contact .h li p {
    font-size: 14px;
  }
  .contact .h li p:last-child {
    margin-bottom: 4px;
  }
  .contact .h #map {
    float: none;
    height: 262px !important;
    margin: 20px auto 30px;
  }
  .mess_info {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .mess_info .submit input {
    font-size: 14px;
    width: 70px;
    height: 37px;
    line-height: 37px;
    margin-top: 30px;
  }
  .mess_info input {
    height: 34px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .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;
  }
  .video #video {
    width: 100%;
    height: auto;
  }
  .video .video_list {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .video .video_list li {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .video .video_list li p {
    font-size: 14px;
    padding: 11px 0;
  }
  .video .video_list li .video-play {
    top: 64px;
    width: 45px;
    height: 45px;
  }
  .new-path {
    margin-top: 28px;
    margin-bottom: 30px;
  }
  .new-path .three {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news {
    margin-top: 6%;
  }
  .news .news_list {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .news .news_list li {
    padding-bottom: 12px;
    padding: 12px;
    margin-bottom: 20px;
  }
  .news .news_list li .new-info {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px 0 8px;
  }
  .news .news_list li .fr {
    width: 49%;
  }
  .news .news_list li .fl {
    width: 50%;
    padding: 0;
  }
  .news .news_list li .fl span {
    font-size: 12px;
  }
  .news .news_list li .fl h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
  }
  .news .news_list li .fl .new-more {
    width: 96px;
  }
  .news .news_list li .fl i {
    display: none;
  }
  .news .news_list p {
    line-height: 21px;
    font-size: 12px;
    color: #605e5e;
  }
  .news .news_list h4 {
    font-size: 20px;
    font-weight: bold;
  }
  .base {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .base li {
    margin-top: 0;
    width: 82%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .base .pager{
      float:none;
  }
  .base li a {
    font-size: 14px;
  }
  .news_read h1 {
    font-size: 16px;
  }
  .news_con {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .cc_botton {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #page_left_botton a,
  #page_left_botton span {
    font-size: 12px;
    padding: 0 10px;
  }
  .g-navigation {
    line-height: 50px;
    margin-bottom: 8%;
  }
  .path {
    float: none !important;
    background: transparent;
    padding: 0 !important;
  }
  .path .three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .path .three li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
    height: 42px;
    background-color: #e2e2e2;
    margin-bottom: 4px;
    border-color: #ececec;
    border-width: 2px;
  }
  .path .three li:nth-child(4n+4) {
    border-right: none;
  }
  .path .three a {
    font-size: 12px;
    padding: 0;
  }
  .location {
    float: none !important;
  }
  .location p {
    padding-left: 5.335%;
    padding-right: 5.335%;
    font-size: 14px;
  }
  .category .li {
    width: 100%;
  }
  .category .uls .li {
    display: none;
    width: 50%;
  }
  .category .uls .li:first-child {
    display: block;
  }
  .category .uls .li:last-child {
    display: block;
  }
  .category .content-top .li {
    display: none;
  }
  .category .content-top .li:first-child {
    text-indent: 20px;
    display: block;
    text-align: left;
  }
  .product {
    margin-bottom: 0;
  }
  .product .product_list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5px;
  }
  .product .product_list .clearfix:after {
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    clear: both;
    zoom: 1;
  }
  .product .product_list .clearMR {
    margin-right: auto !important;
  }
  .product .product_list li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
    padding:5px;
  }
  .product .product_list li p {
    padding: 0px;
    text-align: center;
  }
  .product .product_list li p span {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product .product_list li p .fr {
    display: none;
  }
  .product .product_list li .product_title {
    font-size: 14px;
    line-height: 32px;
  }
  .swiper-product img {
    height: 160px;
  }
  .swiper-product .swiper-pagination {
    left: -31%;
  }
  .swiper-product .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
  .swiper-product .swiper-list {
    top: 0;
  }
  .swiper-product .swiper-list a {
    display: none;
  }
  .join-table .join-tr h4 {
    font-size: 14px;
  }
  .join .join-loady {
    padding: 0 5.333%;
  }
  .join .join-loady tr:nth-child(2n+2) td:last-child {
    display: none;
  }
  .join .join-loady .join-trs {
    display: block;
  }
  .join .join-loady th:last-child {
    display: none;
  }
  .branch-list li {
    float: none;
    width: auto;
    height: auto;
    padding: 7% 5% 12px;
  }
  .branch-list li:last-child {
    padding: 7% 5% 18px;
  }
  .branch-list li span {
    line-height: 22px;
  }
  .branch-list li h3 {
    margin-bottom: 8px;
  }
  #banner {
    width: 170%;
    height: 160px;
    background-size: cover;
    background-position: -49vw center;
    background-repeat: no-repeat;
  }
  #banner img {
    visibility: hidden;
  }
  #product_read>.h {
    padding: 0 5%;
  }
  #product_read .pro_title {
    border-color: #807c7c;
    font-size: 16px !important;
    line-height: 44px;
  }
  #product_read .proread_img {
    margin-top: 14%;
    width: auto;
  }
  #product_read .product_info {
    margin-top: 30px !important;
  }
  #product_read .product_info h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #product_read .fl,
  #product_read .fr {
    float: none;
  }
  .swiper-containers {
    width: auto;
    background: #fff;
  }
  .swiper-containers h1 {
    font-size: 18px !important;
    margin-top:30px;
  }
  .applicationBanner {
    background-position: -28vw center !important;
  }
  .Technical {
    padding: 0 5.333%;
    background: none;
  }
  .Technical .fl,
  .Technical .fr {
    width: auto;
    float: none;
  }
  .Technical .swiper-Technical {
    padding-bottom: 70px;
  }
  .Technical .swiper-Technical .swiper-button-prev {
    left: 34%;
  }
  .Technical .swiper-Technical .swiper-button-next {
    right: 34%;
  }
  .Technical .swiper-Technical .swiper-button-prev,
  .Technical .swiper-Technical .swiper-button-next {
    top: 90%;
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .Technical ul {
    display: block;
    margin-top: 16px;
  }
  .Technical ul li {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .Technical ul li:last-child {
    width: auto;
    height: auto;
    padding: 6% 2% 6%;
  }
  .Technical ul li:last-child span {
    line-height: 22px;
  }
  .Technical ul li:last-child p {
    margin-bottom: 2px;
  }
  .Technical .Technical-info {
    width: auto;
    font-size: 14px;
    margin-left: 0;
    padding-top: 0;
  }
  .capabilities {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .capabilities .fl,
  .capabilities .fr {
    width: auto;
    float: none;
  }
  .capabilities .fr p:last-child {
    margin-top: 20px !important;
    margin-bottom: 10px;
  }
  .capabilities .fl {
    padding-top: 0;
  }
  .Service {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
  .Service ul {
    margin: 14px auto;
  }
  .Service .Service-info {
    margin-top: 19px;
    padding: 5%;
  }
  .Service .fl,
  .Service .fr {
    width: auto;
    float: none;
  }
  .network .h p {
    text-align: left !important;
    word-break: break-all;
  }
  .network .h p:last-child {
    margin: 16px auto 30px !important;
  }
  .about {
    padding-left: 5.335%;
    padding-right: 5.335%;
    padding-bottom: 0;
  }
  .about .fl {
    padding-top: 0 !important;
  }
  .about .path {
    display: none;
  }
  .about .about-info p {
    line-height: 24px !important;
  }
  .about .fr li {
    float: none;
    margin-right: 0;
  }
  .about .fr li p {
    padding: 12px 0;
  }
  .about .fr li img {
    height: auto;
  }
  .about .typename {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
  }
  .about .about-title {
    margin: 25px 0;
  }
  .about .fl,
  .about .fr {
    float: none;
    width: auto !important;
    margin: 0 auto;
    padding: 0;
  }
  .pursuit {
    padding: 0 5% 5%;
  }
  .pursuit ul {
    position: relative;
    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;
    padding-bottom:90rem;
  }
  .pursuit li {
    position: relative;
    padding: 0;
    margin-right: 0;
    width: 50%;
  }
  .pursuit li:first-child {
    padding-right: 30px;
  }
  .pursuit li:first-child:before {
    content: '';
    position: absolute;
    top: 33px;
    right: 0;
    width: 1px;
    height: 123px;
    background-color: #c5c5c5;
  }
  .pursuit li:last-child {
    padding-left: 30px;
  }
  .pursuit li:nth-child(2) {
    position: absolute;
    bottom: 17px;
    border: none;
  }
  .production .swiper-production {
    width: 71%;
    margin: 0 auto;
  }
  .production .swiper-production .swiper-pagination {
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 190px !important;
    white-space: nowrap;
    -webkit-transform: translateX(-4%) !important;
            transform: translateX(-4%) !important;
  }
  .production .swiper-production .swiper-pagination-bullet {
    font-size: 14px;
  }
  .production .swiper-production .swiper-button-prev {
    left: 0vw;
  }
  .production .swiper-production .swiper-button-next {
    right: 0vw;
  }
  .history ul {
    padding: 0 4%;
  }
  .history ul span {
    width:41.5vw;
  }
  .history ul li {
    padding-right: 44vw;
    line-height: 22px;
  }
  .history ul li:before {
    margin-left: 7px;
  }
  .history ul li:nth-child(2n+2) {
    padding-left: 44vw;
  }
  .history ul li:nth-child(2n+2):before {
    margin-right: 7px;
  }
  .honor .swiper-honor {
    width: 80%;
    margin: 0 auto;
    padding: 0 60px 40px;
  }
  .honor .swiper-honor .swiper-button-next,
  .honor .swiper-honor .swiper-button-prev {
    margin-top: -38px;
  }
}
@media screen and (max-width: 360px) {
  .production .swiper-production {
    width: 82% !important;
  }
}
@media screen and (max-width: 320px) {
  .production .swiper-production {
    width: 86% !important;
  }
  .history ul span {
        width: 41vw;
    }
}
.pager{
    width: 100%;
}