html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.padding0 {
  padding: 0 !important;
}

.padding67 {
  padding: 67px 0 10px 0;
}

.paddingT {
  padding: 20px 0 10px 0;
}

.bgcGrey {
  background-color: #f2f2f2 !important;
}

.bgcWhite {
  background-color: #ffffff !important;
}

.bgcF4 {
  background-color: #f4f4f4 !important;
}

.nav-con {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

.nav-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}

.nav-con .nav {
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.logo {
  width: 520px;
  height: 100px;
  margin-left:15px;
  background: url(../images/logo.png) left center/100% auto no-repeat;
}

.nav-lists {
  display: block;
}

.nav-lists li {
  float: left;
}

.nav-lists li>.mennu-title {
  display: block;
  padding: 0px 16px;
  line-height:100px;
  font-size:16px;
  text-decoration: none;
  color: #eeefef;
}

.nav-lists>ul>li:hover .sub-menu {
  display: block;
}

.nav-lists li a.active {
  border-bottom: 3px solid #ea5c01;
}

.nav-lists li .mennu-title:hover {
  /* border-bottom: 3px solid #ea5c01; */
  color: #ea5c01;
}

.top-img img {
  width: 100%;
  height: auto;
}

.searchbar {
  height: 28px;
  padding: 3px 30px 3px 10px;
  width: 140px;
  background: url(../images/search.png) left center/100% 100% no-repeat;
  float: left;
  margin-top: 27px;
  position: relative;
}

.searchbar input {
  width: 85px;
  height: 100%;
}

input {
  background: none;
  outline: none;
  border: 0px;
}

button {
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.searchBtn {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 3px;
  top: 0;
}

.en {
  width: 44px;
  height: 44px;
  background: url(../images/en.png) center center/100% 100% no-repeat;
  float: left;
  margin-top: 28px;
}

.bdr {
  border-right: 1px solid #ebebeb;
}

.title-en {
  width: 210px;
  border-bottom: 1px solid #a6a6a6;
  font-size: 14px;
  text-align: center;
  color: #999;
  margin: 0 auto;
}

.title-en span {
  position: relative;
  top: 6px;
  padding: 0 10px;
  background-color: #ffffff;
}

.title-cn {
  text-align: center;
  font-size: 28px;
  color: #0075d3;
  padding: 34px 0 5px 0;
}

.img-text {
  color: #262626;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  height: 55px;
}

.knowMore {
  padding: 20px 0;
  text-align: right;
}

.knowMoreBtn {
  text-align: center;
  text-decoration: none;
  color: #b8b8b8;
  display: inline-block;
  cursor: pointer;
  padding: 10px 24px;
  border: 1px solid #b8b8b8;
  font-size: 14px;
}

.knowMoreBtn:hover {
  color: #b8b8b8;
  text-decoration: none;
}

.img-num {
  font-size: 50px;
  color: #bebebe;
  padding: 20px 0;
  width: 77px;
  margin: 0 auto;
  float: left;
}

.classify {
  padding: 26px 0 10px 0;
  text-align: center;
  font-size: 18px;
  text-align: left;
  color: #444;
}

.detail-classify {
  margin-bottom: 30px;
}
.detail-classify a {
  text-decoration: none;
}

.marginT10 {
  margin-top: 10px;
}

.detail-classify:hover {
  color: #abd3f9;
}

.detail-classify:hover .img-text {
  color: #004f99;
}

.detail-classify:hover .img-num {
  border-bottom: 1px solid #abd3f9;
  color: #abd3f9;
}

.detail-classify:hover .classify {
  color: #abd3f9;
}

.index_video {
  width: 100%;
  height: auto;
}

.detail-classify:hover .knowMoreBtn {
  color: #abd3f9;
  border: 1px solid #abd3f9;
}

.footer {
  background-color: #141517;
  color: #ffffff;
  padding: 20px 0;
  font-size: 12px;
}

.about-us {
  background: url(../images/bg_02.jpg) center center/100% 100%no-repeat;
  padding: 50px 0;
}

.about-us .title-en {
  border: none;
}

.about-us .title-en span {
  background: transparent;
}

.about-us .knowMoreBtn {
  border: none;
  color: #fff;
  background-color: #1f46bd;
}

.about-us .knowMoreBtn:hover {
  background-color: #0075d3;
}

.anoutUsMore {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
}

.anoutUsMore p {
  text-indent: 2em;
}

.index-news-tab {
  background: #e8e8e8;
  color: #000;
}

.index-news-tab>div {
  padding: 20px;
  cursor: pointer;
}

.index-news-tab>div.selecttab {
  background-color: #0075d3;
  color: #fff;
}

.tab-content {
  display: none;
}


.footer-nav li {
  float: left;
  width: 50%;
}

.index-footer {
  padding: 48px 0 0 0;
}

.footer-title {
  color: #444;
  font-size: 18px;
  padding-bottom: 16px;
}

.footer-nav a {
  color: #444;
  font-size: 14px;
  padding: 8px 0;
  display: inline-block;
}

.product-footer li {
  float: none;
  padding-left: 30px;
  width: 100%;
  box-sizing: border-box;
}

.product-footer .footer-title {
  padding-left: 30px;
  border-left: 0.5px solid #b8b8b8;
}

.borderLeft {
  border-left: 0.5px solid #b8b8b8;
}

.focusUs {
  text-align: center;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
}

.focusUs .footer-title {
  display: inline-block;
  padding-left: 38px;
  background: url(../images/weixin.png) left top/40px auto no-repeat;
}

.map img {
  width: 100%;
  height: auto;
}

.map {
  padding: 0 64px;
}

.qrcode {
  text-align: center;
  width: 100%;
  height: 120px;
}

.qrcode img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.contactUs .footer-nav li {
  float: none;
  width: 100%;
  padding: 8px 0;
  color: #444;
  font-size: 14px;
}

.copyright {
  padding-top: 30px;
  line-height: 24px;
  color: #999;
  font-size: 12px;
  text-align: center;
}

.paddingB50 {
  padding-bottom: 50px;
}

.icp {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icp img {
  width: 40px;
  height: auto;
}

.sub-menu {
  position: absolute;
  top:100px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  border-top: 3px solid #ea5c01;

}

.sub-menu>li {
  padding:15px 25px;
  border-bottom: 1px solid #b8b8b8;
  float: none;
  width: 150px;
}

.sub-menu>li>a {
  text-decoration: none;
  color: #000;
}

.sub-menu>li>a:hover {
  color: #ea5c01;
  font-weight: bold;
}

.top-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 450px;
}

.about-content {
  padding: 36px 26px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  top: -190px;
  margin-bottom: -190px;
}

.about-title {
  padding: 10px 0 20px 0;
}

.about-title-cn {
  font-size: 30px;
  color: #222;
  padding: 10px 0;
}

.about-title-en {
  color: rgb(160, 160, 160);
  font-size: 16px;
}

.bread-home {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../images/home.png) center center/100% auto no-repeat;
  position: relative;
  top: 5px;
}

.bread {
  color: #b8b8b8;
  font-size: 12px;
  position: relative;
  top: 19px;
}

.bread a {
  color: #b8b8b8;
}

.bread .bread-active {
  color: #0075d3;
}

.content-top-title {
  border-bottom: 1px solid #ebebeb;
}

.child-nav {
  position: absolute;
}

.child-nav-title {
  padding: 25px 30px;
  background-color: #2b82b3;
}

.child-nav-title-cn {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.child-nav-title-en {
  font-size: 12px;
  color: #e7e7e7;
  padding-top: 5px;
}

.main {
  padding: 20px 0 30px 0;
  overflow: hidden;
  position: relative;
}

.child-nav-list li {
  margin-top: 3px;
  background-color: #eae8e8;
  padding: 16px 10px 16px 30px;
  font-size: 16px;
  color: #4c5a6b;
}

.child-nav-list li a {
  color: #4c5a6b;
  border-left: 3px solid #a3a2a2;
  padding-left: 16px;
}

.child-nav-list li:hover a,
.child-nav-list .chil-nav-active a {
  color: #fff;
  border-left-color: #fff;
  text-decoration: none;
}

.child-nav-list li:hover {
  background-color: #e71a1a;
}

.child-nav-list .chil-nav-active {
  background-color: #e71a1a;
}

.main-content {
  padding: 10px 10px 10px 230px;
  color: #222;
  font-size: 14px;
  line-height: 26px;
}

.main-content p {
  text-indent: 2em;
  margin-bottom: 10px;
}

.main-content img {
  width: 100%;
  margin-top: 10px;
}

.newslist {
  padding: 10px 10px;
}

.newslist li {
  padding: 5px 10px;
}

.newslist li a {
  color: #222;
}

.newslist li:nth-child(even) {
  background: #fff;
}

.newslist li:nth-child(odd) {
  background: #f9f9f9;
  border-radius: 10px;
}

.news_title {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.news_title span {
  font-weight: 700;
  font-size: 14px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 10px;
}

.news_title span img {
  display: block;
  width: 80px;
  height: 40px;
}

.news_date {
  font-size: 12px;
  color: #888888;
  line-height: 40px;
}

ul.pagination {
  display: inline-block;
  padding: 20px;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: #004f99;
  float: left;
  padding: 2px 9px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 2px;
}

ul.pagination li a.active {
  border: none;
  background-color: #fff;
  color: #222;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

.pics-list .img-info {
  text-align: center;
  text-indent: 0;
  padding: 10px 0;
}

.pics-list .pic {
  border: 1px solid #ebebeb;
  display: flex;
  height: 200px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.pics-list .pic img {
  max-width: 100%;
  margin-top: 0;
  display: block;
  max-height: 100%;
}

.right-menu {
  display: none;
}

.right-menu-list {
  display: none;
}

.md-show {
  display: block;
}

.xs-show {
  display: none;
}

.detail-classify img {
  width: 100%;
  display: block;
}

.index-news-date p {
  font-size: 14px;
  color: rgb(107, 107, 107);
}

.who {
  margin: 50px 0;
}

.index-news-date {
  padding: 25px 10px;
}

.index-news-date h3 {
  font-size: 30px;
  color: #747474;
}

.tab-content {
  background-color: #f9f9f9;
}

.tab-content li {
  border-bottom: 1px solid #ebebeb;
}

.index-news-content {
  padding: 28px 20px 28px 114px;
}

.index-news-content .index-news-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.index-news-content .index-news-con {
  line-height: 24px;
}

.index-contact {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b8b8b8;
}

.index-contact .title-cn {
  text-align: left;
  color: #333;
  font-size: 23px;
}

.index-contact .title-contact-en {
  color: #333;
}

.index-nav li {
  position: relative;
}

.list_title_wrap {
  text-align: center;
  padding: 30px 50px;
  cursor: pointer;
  margin: 50px 0 30px 0;
}


.list_title_wrap .list_title {
  display: inline-block;
  padding: 12px 0;
  width: 134px;
  color: #656565;
  background: #fff url(../images/about_05.jpg) 115px center/10px 10px no-repeat;
  font-size: 16px;
  margin: 5px;
  border: 1px solid #b8b8b8;
}



.list_title_wrap .list_title_active,
.list_title_wrap .list_title:hover {
  color: #fff;
  background: #1c7bdb url(../images/about_03.jpg) 115px center/10px 10px no-repeat;
}

.news-list .tab-content {
  background-color: transparent;
}

.news-img img {
  width: 200px;
}

.news-list .tab-content li {
  padding-bottom: 30px;
  margin-top: 20px;
}

.news-list .index-news-content {
  padding: 2px 0 0 300px;
}

.news-list .index-news-content .index-news-title {
  font-weight: 400;
}

.fb-date {
  color: #aaaaaa;
  font-size: 12px;
  margin-top: 22px;
}

.news-list .index-news-content .index-news-con {
  font-size: 14px;
  margin-top: 10px;
}

ul.pagination_list {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination_list li {
  display: inline;
}

ul.pagination_list li a {
  color: rgba(0, 0, 0, 0.6);
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  background-color: #fbfbfb;
}

.aboutUsImg {
  width: 450px;
  margin-left: 20px;
}

.aboutUs p {
  padding-bottom: 10px;
  line-height: 28px;
  color: #575757;
  font-size: 16px;
}

.hezuo>span {
  float: left;
  width: 152px;
  height: 50px;
  text-align: center;
  margin: 5px 0;
}

.hezuo>span img {
  height: 100%;
  width: auto;
}

.aboutUsPics {
  margin: 30px 0;
}

.aboutUsPics p {
  text-align: center;
  margin: 10px 0 30px 0;
  height:32px;
  line-height:32px;
  overflow: hidden;
}

.aboutUsPics img {
  width: 100%;
  display: block;
  border: 1px solid #eee;
}

.content-title {
  margin-bottom: 20px;
}

.content-title h3 {
  text-align: center;
  font-size: 26px;
  color: #313131;
}

.content-title p {
  font-size: 13px;
  color: #b8b8b8;
  text-align: center;
  padding: 30px 0 15px 0;
}

.pogoSlider {
  height: 900px;
}

.pogoSlider-slide-element {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  text-align: left;
  margin-top: 240px !important;
}

.pogoSlider-slide-element h3 {
  color: #fff;
  font-weight: normal;
  font-size: 50px;
  font-family: "Microsoft YaHei";
  padding: 50px 100px;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.pogoSlider-slide-element h3 p {
  width: 200px;
  height: 5px;
  background: #d10000;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.pogoSlider-slide-element h3 span {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  line-height: 15px;
  font-weight: bold;
  text-align: center;
}

.pogoSlider-nav-btn {
  width: 15px;
  height: 15px;

}

.classify a {
  text-decoration: none;
  color: #444;
}

.classify a:active {
  color: #444;
}

.logo-phone{
  display: none;
}
.aboutUs img{
  max-width:100%!important;
  height:auto!important;
}

@media (max-width:1440px) {
  .logo {
    width: 149px;
    height: 60px;
    margin-left:15px;
    margin-top:15px;
    background: url(../images/logo-m.png) left center/75% auto no-repeat;
  }

  .nav-lists li>.mennu-title {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 149px;
    height: 60px;
    margin-left:15px;
	margin-top:6px;
    background: url(../images/logo-m.png) left center/75% auto no-repeat;
  }
  .logo-phone{
    display: block;
    height: 50px;
    padding-left:20px;
  }
  .logo-phone img{
    height: 100%;
  }

  .langChange {
    display: none;
  }

  .nav-lists {
    display: none;
  }

  .right-menu {
    display: block;
    line-height: 60px;
    padding-right: 20px;
	margin-top: 10px;
  }

  .right-menu .glyphicon-align-justify {
    color: #fff;
    font-size: 24px;
  }

  .right-menu-list {
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 222;
    background-color: #000;
    width: 200px;
    padding: 0 10px;
  }

  .right-menu-list li {
    padding: 20px;
    border-bottom: 0.2px solid #555;
  }

  .right-menu-list li a {
    color: #fff;
    display: block;
  }

  .right-menu-list li a:hover {
    color: #fff;
  }

  .img-text {
    font-size: 13px;
    padding: 10px 0;
    font-size: 16px;
    height: 44px;
  }

  .img-num {
    font-size: 45px;
    padding: 2px 0;
    width: 57px;
  }

  .classify {
    padding: 12px 0 8px 0;
    text-align: center;
    font-size: 18px;
    text-align: left;
    color: #444;
  }

  .md-show {
    display: none;
  }

  .xs-show {
    display: block;
    margin: 0 10px;
  }

  .moreofus {
    margin-top: 10px;
  }

  .xs-show .col-xs-4 {
    padding: 5px;
  }

  .footer .row {
    text-align: center;
  }

  .icp {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .pc-banner {
    display: none;
  }

  .wap-banner {
    display: block;
  }

  .bread {
    display: none;
  }

  .sub-nav .nav-lists {
    margin: 0 auto;
    float: none;
  }

  .anoutUsMore {
    margin: 10px 0;
  }

  .sub-nav .nav-lists li a {
    padding: 0 10px;
    line-height: 37px;
    font-size: 13px;
  }

  .ct img {
    margin-top: 10px;
  }

  .contactUs-ct {
    display: none;
  }

  .product-list .row {
    margin-top: 0;
  }

  .product {
    margin-bottom: 20px;
  }

  .new-pic {
    float: none;
  }

  .new-pic img {
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
  }

  .news-con {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: transparent !important;
    border: none;
    border-bottom: 0.4px solid #afafaf;
  }

  .news-content {
    font-size: 13px;
    line-height: 20px;
  }

  .multi-ellipsis {
    -webkit-line-clamp: 4;
  }

  .marAuto {
    width: 350px;
    margin: 0 auto;
  }

  .footer-nav li {
    width: auto;
    padding: 0 10px;
  }

  .product-footer .footer-title {
    border: none;
    padding-left: 0;
  }

  .borderLeft {
    border: none;
  }

  .footer-title {
    padding-left: 0;
    margin-top: 30px;
  }

  .product-footer li {
    float: left;
    padding: 0 10px;
  }

  .child-nav {
    position: inherit;
  }

  .main-content {
    padding: 0;
  }

  .child-nav-list {
    clear: both;
  }

  .child-nav-list li {
    float: left;
    margin: 3px 2px;
    padding: 16px 33px;
  }

  .news-img {
    width: 100%;
  }

  .news-img img {
    width: 100%;
  }

  .news-list .index-news-content {
    padding: 10px;
  }

  .list_title_wrap {
    padding: 0;
  }

  .list_title_wrap .list_title {
    padding: 12px 0;
    margin:5px;
    width: 152px;
    background: #fff url(../images/about_05.jpg) 112px center/10px 10px no-repeat;
  }

  .list_title_wrap .list_title_active {
    background: #1c7bdb url(../images/about_03.jpg) 112px center/10px 10px no-repeat;
  }

  .focusUs {
    margin-bottom: 20px;
    border: none;
  }

  .map {
    padding: 0;
  }

  .aboutUsImg{
    width:100%;
  }
  .top-img{
    margin-top: 70px;
  }
  .aboutUs img{
    max-width:100%!important;
    height:auto!important;
  }
  .pogoSlider {
    height: 500px;
  }

  .pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: left;
    margin-top: 100px !important;
  }

  .pogoSlider-slide-element h3 {
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    font-family: "Microsoft YaHei";
    padding: 50px;
    padding-bottom: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
  }

  .pogoSlider-slide-element h3 p {
    width: 200px;
    height: 5px;
    background: #d10000;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }

  .pogoSlider-slide-element h3 span {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    line-height: 15px;
    font-weight: bold;
    text-align: center;
  }

  .pogoSlider-nav-btn {
    width: 15px;
    height: 15px;

  }

  .pogoSlider-slide {
    height: 500px;
  }

  .pogoSlider--navBottom .pogoSlider-nav {
    bottom: 150px;
    padding: 10px;
  }

  .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
    top: 36%;
    margin-top: -10px;
  }
}