@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url(../fonts/PlayfairDisplay-Regular.ttf) format('truetype'), url(../fonts/PlayfairDisplay-Regular.eot) format('eot'), url(../fonts/PlayfairDisplay-Regular.woff) format('woff'), url(../fonts/PlayfairDisplay-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}

/* 网安 */
#bay{
    width: 300px;
    /*height: 100px;*/
    z-index: 333;
}
#bay i{
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  cursor: pointer;
}
/* end */

body {
  font-family: "Microsoft YaHei";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 200;
  position: relative;
}
#header .h-top {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}
#header .h-top .menu {
  max-width: 1500px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .menu .logo {
  margin-left: 0;
  margin-right: auto;
}
#header .h-top .menu .phone_num {
  color: #173066;
}
#header .nav {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  background: #3663b6;
}
#header .nav .ui.menu .menu-box ul.menu {
  font-size: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  display: inline-block;
  font-size: 16px;
  line-height: 60px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background: #FFFFFF;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child::after {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  background: #5eb62f;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0 40px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .h-top .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .h-top .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .h-top .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .h-top .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .h-top .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .h-top .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .h-top .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }
}

#banner h2{
  font-size: 0.42rem;
  position: absolute;
  left: 15%;
  top: 10%;
  width: 25%;
  color: #FFFFFF;
}


.section_title h2 {
  font-size: 40px;
  line-height: 1;
}
.section_title h2::before,
.section_title h2::after {
  content: "";
  display: inline-block;
  width: 170px;
  height: 4px;
  background: #000000;
  vertical-align: super;
  margin: 0 30px;
}
.section_title h3 {
  text-transform: uppercase;
  font-family: 'PlayfairDisplay-Regular';
}
.section_title.white h2 {
  color: #FFFFFF;
}
.section_title.white h2::before,
.section_title.white h2::after {
  background: #FFFFFF;
}
.section_title.white h3 {
  color: #FFFFFF;
}
.our-about .box {
  margin: -20px;
}
.our-about .left {
  width: 65%;
  padding: 20px;
}
.our-about .left p {
  line-height: 2;
  text-indent: 2em;
}
.our-about .right {
  width: 35%;
  padding: 20px;
}
a.btn1 {
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
  color: #FFFFFF;
  background: #3663b6;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
a.btn1:hover {
  background: #5eb62f;
}
.our-honor {
  background: url(../images/honor_bg.jpg) no-repeat center;
  background-size: cover;
  height: 620px;
  position: relative;
}
.our-honor ul {
  max-width: 660px;
  width: 100%;
  position: absolute;
  top: 5%;
  right: 10%;
}
.our-honor .slick-list {
  padding: 30px 0!important;
}
.our-honor .slick-slide {
  position: relative;
  z-index: 1;
}
.our-honor .slick-slide .img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-honor .slick-slide.slick-active {
  position: relative;
  z-index: 5;
}
.our-honor .slick-slide.slick-active .img {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.our-honor .slick-slide.slick-active.slick-center {
  position: relative;
  z-index: 10;
}
.our-honor .slick-slide.slick-active.slick-center .img {
  -webkit-transform: translateX(0) scale(1.2);
  -moz-transform: translateX(0) scale(1.2);
  -ms-transform: translateX(0) scale(1.2);
  transform: translateX(0) scale(1.2);
}
.our-honor .slick-slide.slick-active.slick-center + .slick-active .img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.our-honor .slick-slide.slick-active.slick-center + .slick-active ~ .slick-slide .img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.our-product {
  background: #f6f6f6;
}
.our-product .nav ul {
  margin: -5px;
}
.our-product .nav ul li {
  width: auto;
  padding: 5px;
}
.our-product .nav a {
  display: block;
  height: 56px;
  line-height: 54px;
  min-width: 190px;
  text-align: center;
  border: 1px solid #dddddd;
  background: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .nav a:hover {
  border-color: #3663b6;
  color: #FFFFFF;
  background: #3663b6;
}
.our-product .list ul {
  margin: -15px;
}
.our-product .list ul li {
  padding: 15px;
}
.our-product .list .mml-text {
  border: 1px solid #000000;
  position: relative;
}
.our-product .list .mml-text::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .mml-text .img {
  overflow: hidden;
  background: #fff;
}
.our-product .list .mml-text .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .mml-text h4 {
  line-height: 50px;
  color: #FFFFFF;
  background: #3663b6;
}
.our-product .list .mml-text:hover::before {
  opacity: 1;
}
.our-product .list .mml-text:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.our-case {
  background: url(../images/case_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0 80px;
}
.our-case .list ul {
  margin: -25px;
}
.our-case .list ul li {
  padding: 25px;
}
.our-case .list .img {
  border: 4px solid #FFFFFF;
}
.our-news {
  padding: 50px 0 80px;
}
.our-news p {
  text-indent: 2em;
}
.our-news .left {
  width: 35%;
}
.our-news .right {
  width: 65%;
}
.our-news .news-list {
  background: #eeeeee;
  padding: 30px 60px;
}
.our-news .news-list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.our-news .news-list .data {
  width: auto;
}
.our-news .news-list .data time {
  background: #FFFFFF;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 27px;
}
.our-news .news-list .data time small {
  font-size: 13px;
  color: #908f8d;
}
.our-news .news-list .mml-text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  padding-left: 60px;
}
.our-news .news-list .mml-text p {
  color: #9b9b9b;
}
#footer {
  background: url(../images/foot_bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}
#footer .footer-top {
  padding-top: 50px;
  line-height: 1.8;
}
#footer .footer-top a.contact {
  display: inline-block;
  line-height: 45px;
  padding: 0 55px;
  background: #003da7;
  border-radius: 5px;
  vertical-align: middle;
}
#footer .footer-top .ewm {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
#footer .footer-top .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-top .footer-content .footer-block.about {
  max-width: 530px;
}
#footer .footer-top .footer-content .footer-block.contact li {
  padding-left: 35px;
  position: relative;
}
#footer .footer-top .footer-content .footer-block.contact li i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .footer-content .footer-block.contact li i img {
  vertical-align: inherit;
}
#footer .footer-top p {
  text-indent: 2em;
}
#footer .foot-nav ul li {
  width: auto;
  padding: 0 30px;
  position: relative;
}
#footer .foot-nav ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #FFFFFF;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#footer .footer-bottom img {
  max-height: 18px;
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .h-top .menu .logo {
    width: 500px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 20px;
  }
  .our-news .left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .h-top .ewm,
  #header .h-top .phone_num {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li::after {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
    left: 0;
  }
  .section_title h2::before,
  .section_title h2::after {
    width: 120px;
  }
  .section_title h2 {
    font-size: 30px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-22 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-28 {
    font-size: 24px;
  }
  .our-case .list ul {
    margin: -15px;
  }
  .our-case .list ul li {
    padding: 15px;
  }
  .our-news .news-list {
    padding: 30px;
  }
  .our-news .news-list .mml-text {
    padding-left: 30px;
  }
  #footer .footer-top .footer-content .footer-block.about {
    max-width: 400px;
  }
  #footer .foot-nav {
    display: none;
  }
  #footer .footer-bottom img {
    max-height: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .our-about .left {
    width: 100%;
    text-align: center;
  }
  .our-about .right {
    width: 100%;
  }
  .section_title h2::before,
  .section_title h2::after {
    display: none;
  }
  .our-honor {
    height: auto;
    padding: 60px 15px;
  }
  .our-honor ul {
    margin: auto;
    position: relative;
    right: auto;
    top: auto;
  }
  .our-product .list ul li {
    width: 50%!important;
  }
  .our-news .left {
    width: 100%;
    padding: 0;
  }
  .our-news .right {
    width: 100%;
    margin-top: 40px;
  }
  #footer .footer-top .footer-content .footer-block.product {
    display: none;
  }
  #footer .footer-top .ewm {
    display: none;
  }
  #footer .footer-top .footer-content {
    display: block;
  }
  #footer .footer-top .footer-content .footer-block.about {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .our-honor {
    display: none;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-22 {
    font-size: 14px;
  }
  .our-product .nav a {
    height: 45px;
    line-height: 45px;
    min-width: 140px;
  }
  .our-case {
    display: none;
  }
  .our-news .news-list .mml-text {
    width: 100%;
    padding: 0;
  }
  .our-news .news-list .data time {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .our-news .news-list .data time .day {
    display: none;
  }
  .our-news .news-list {
    padding: 15px;
  }
  #footer .footer-bottom img {
    max-height: 14px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 500px) {
  .our-product .list ul li {
    width: 100%!important;
  }
  .our-product .nav ul li {
    width: 100%;
  }
}
.sideBar .sideLeft {
  width: 20%;
}
.sideBar .sideLeft h2 {
  line-height: 75px;
  color: #FFFFFF;
  background: #0071c1;
}
.sideBar .sideLeft hr {
  margin: 6px 0 4px;
  border: none;
  border-bottom: 3px solid #0071c1;
}
.sideBar .sideLeft ul li {
  margin-bottom: 4px;
}
.sideBar .sideLeft ul li a {
  background: #e2e7eb;
  padding: 10px 0;
}
.sideBar .sideLeft ul li a:hover {
  color: #FFFFFF;
  background: #056dc2;
}
.sideBar .sideLeft ul li.active a {
  color: #FFFFFF;
  background: #056dc2;
}
.sideBar .sideRight {
  width: 80%;
}
.mbx {
  color: #9e9e9e;
}
.cat_mbx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.cat_mbx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: black;
}
.cat_mbx h4 {
  color: #318ad1;
}
.product-page .cat_mbx::after {
  background: #f4f4f4;
}
.product-page .cat_mbx::before {
  content: "";
  background: black;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
}
.product-page .product_list ul {
  margin: -20px;
}
.product-page .product_list ul li {
  padding: 20px;
}
.product-page .product_list .pro_box {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #bdbdbd;
  box-shadow: 0 0 10px #bdbdbd;
}
.product-page .product_list .pro_box .img {
  position: relative;
  overflow: hidden;
}
.product-page .product_list .pro_box .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .product_list .pro_box .img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .product_list .pro_box .img::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .product_list .pro_box .mml-text {
  background: #d9f1fd;
  padding: 15px;
  border-top: 1px solid black;
}
.product-page .product_list .pro_box .mml-text h4 {
  line-height: 22px;
  min-height: 44px;
}
.product-page .product_list .pro_box:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-page .product_list .pro_box:hover .img::before {
  opacity: 1;
}
.product-page .product_list .pro_box:hover .img::after {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .sideBar .sideLeft {
    width: 25%;
  }
  .sideBar .sideRight {
    width: 75%;
  }
}
@media screen and (max-width: 1000px) {
  .sideBar .sideLeft {
    display: none;
  }
  .sideBar .sideRight {
    width: 100%;
  }
  .cat_mbx {
    display: block;
  }
}
.prodet-page .product_desc h1 {
  border-bottom: 1px solid black;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 .options ul li {
  padding: 0 20px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.prodet-page .prodet-2 .options ul li.active {
  color: #3663b6;
  border-color: #3663b6;
}
#res-pro ul {
  margin: -10px;
}
#res-pro ul li {
  padding: 10px;
}
#res-pro .pro_box {
  border: 1px solid #c6c6c6;
}
#res-pro .pro_box .mml-text {
  padding: 10px;
}
#res-pro .pro_box .mml-text h4{
  min-height: 54px;
}
#contact .form {
  border: 2px solid #c6c6c6;
  padding: 40px;
}
#contact .form .tit {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6c6c6;
}
#contact .form ul {
  margin: -5px -35px;
}
#contact .form ul li {
  padding: 5px 35px;
}
#contact .form ul li.wid-100 {
  width: 100%;
}
#contact .form input,
#contact .form textarea {
  width: 100%;
  border: none;
  background: #ededed;
  padding: 10px;
}
#contact .form textarea {
  height: 155px;
}
#contact .form button {
  margin-top: 20px;
  padding: 5px 25px;
  font-size: 18px;
  border: none;
  color: #FFFFFF;
  background: #3663b6;
}
.txt-ind-2 {
  text-indent: 2em;
}
.inner-box {
  padding-top: 25px;
  margin-top: -15px;
  background: #FFFFFF;
}
.case-page .case_list {
  margin-top: 85px;
}
.case-page .case_list ul {
  margin: -30px -20px;
}
.case-page .case_list ul li {
  padding: 30px 20px;
}
.case-page .case_list .mml-text {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #bdbdbd;
  box-shadow: 0 0 10px #bdbdbd;
}
.case-page .case_list .mml-text p {
  color: #327999;
  min-height: 42px;
}
#tab ul li {
  display: inline-block;
}
#tab ul li a {
  min-width: 130px;
  padding: 0 15px;
  line-height: 40px;
  border: 1px solid #59a1da;
  border-radius: 3px;
  text-align: center;
  color: #318ad1;
}
#tab ul li a:hover {
  color: #FFFFFF;
  background: #3663b6;
  border-color: #3663b6;
}
#tab ul li.active a {
  color: #FFFFFF;
  background: #3663b6;
  border-color: #3663b6;
}
#tab ul li:not(:last-child) {
  margin-right: 13px;
}
.color_blue {
  color: #3663b6;
}
.about-adv ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-adv ul li {
  padding-left: 110px;
  position: relative;
}
.about-adv ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.about-adv h2 {
  line-height: 1;
  font-family: 'Poppins-Medium';
}
#history {
  padding: 90px 0 60px;
  background: url(../images/history_bg.jpg) no-repeat center;
  background-size: cover;
}
#history .list {
  padding: 0 4%;
  margin-top: 60px;
}
#history .list ul li {
  padding: 0 60px;
  background: url(../images/history_line.png) no-repeat center top 35px;
}
#history .list ul li h2 {
  font-size: 45px;
  color: #3663b6;
}
#history .list ul li p {
  color: #7a7a7a;
}
#history .list .slick-list {
  padding: 0 50px;
}
@media screen and (max-width: 1400px) {
  #history .list ul li {
    padding: 0 30px;
  }
  #history .list .slick-list {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .about-adv ul li {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .about-adv ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-adv ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  #tab {
    display: none;
  }
  #history {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-adv {
    padding: 30px 0;
  }
  .about-adv h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  #history .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-adv ul li i {
    display: none;
  }
  .about-adv ul li {
    padding: 0;
    text-align: center;
  }
}
.culture-page {
  padding-bottom: 100px;
}
.culture-list ul {
  margin: -20px;
}
.culture-list ul li {
  padding: 20px;
}
.culture-list .mml-text {
  border: 1px solid #61b732;
  background: #e1e7eb;
  border-radius: 5px;
  padding: 20px 30px;
}
.culture-list .mml-text i {
  display: block;
  min-height: 50px;
}
.culture-list .mml-text p {
  font-size: 15px;
  line-height: 22px;
  color: #878787;
  min-height: 44px;
}
.video-page .video-list ul {
  margin: 0 -25px;
}
.video-page .video-list ul li {
  padding: 0 25px;
}
@media screen and (max-width: 1000px) {
  .video-page .video-list ul li {
    padding: 0 15px;
  }
  .video-page .video-list ul {
    margin: 0 -15px;
  }
}
.honor-list ul {
  margin: -20px -15px;
}
.honor-list ul li {
  padding: 20px 15px;
}
.honor-list .img {
  border: 4px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #bdbdbd;
  box-shadow: 0 0 10px #bdbdbd;
  overflow: hidden;
  padding: 25px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-list .img:hover {
  border-color: #f8b88d;
}
.message-page .box {
  margin-top: 50px;
}
.message-page .left {
  width: 45%;
}
.message-page .left h2 {
  font-size: 35px;
}
.message-page .right {
  width: 55%;
}
.message-page #contact .form {
  padding: 30px;
}
.message-page #contact .form .tit {
  padding-bottom: 20px;
}
.message-page #contact .form .tit h4 {
  font-size: 20px;
}
.message-page #contact .form label {
  font-size: 14px;
}
.message-page #contact .form textarea {
  height: 110px;
}
.message-page #contact .form ul {
  margin: -5px -25px;
}
.message-page #contact .form ul li {
  padding: 5px 25px;
}
@media screen and (max-width: 1000px) {
  .message-page .left {
    width: 100%;
    padding: 0;
  }
  .message-page .left .img {
    display: none;
  }
  .message-page .right {
    width: 100%;
  }
}
.contact-page .list {
  margin-top: 110px;
  margin-bottom: 20px;
}
.contact-page .list ul {
  margin: -22px;
}
.contact-page .list ul li {
  padding: 22px;
}
.contact-page .list .box {
  border: 2px solid #cecece;
  text-align: center;
  padding-bottom: 15px;
}
.contact-page .list .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #5eb62f;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .list .box span img {
  vertical-align: middle;
}
.contact-page .list .box span::before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #5eb62f;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .list .box span::after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .list .box h5 {
  font-size: 19px;
  font-weight: bold;
  margin: 25px 0 20px;
}
.contact-page .list .box p {
  font-size: 15px;
  min-height: 45px;
}
.company-page #tab ul li a {
  min-width: 410px;
  padding: 0 15px;
  line-height: 40px;
}
.company-page #tab ul li:not(:last-child) {
  margin-right: 95px;
}
.news-page .list {
  margin-top: 100px;
}
.news-page .list ul li {
  border-radius: 10px;
  padding: 15px 40px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.news-page .list ul li:not(:last-child) {
  margin-bottom: 60px;
}
.news-page .list .img {
  width: 360px;
  z-index: 1;
}
.news-page .list .img .img2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  opacity: .4;
}
.news-page .list .mml-text {
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
}
.news-page .list .mml-text p {
  color: #9b9b9b;
}
.news-page .list time {
  line-height: 30px;
  color: #9b9b9b;
}
.news-page .list time img {
  vertical-align: middle;
}
.news-page .list time b {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .news-page .list .img {
    width: 100%;
  }
  .news-page .list .img img {
    width: 100%;
  }
  .news-page .list .mml-text {
    width: 100%;
    padding: 0;
  }
  .news-page .list .img .img2 {
    display: none;
  }
  .news-page .list ul li {
    padding: 20px;
  }
}
.newdet-page .mml-text {
  color: #7a7a7a;
  border-bottom: 1px solid #c6c6c6;
}
.newdet-page .m-link .img {
  width: 40px;
}
.newdet-page .m-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .m-link .fr a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .newdet-page .m-link a {
    display: block;
  }
  .newdet-page .m-link .img {
    display: none;
  }
  .newdet-page .m-link .fl,
  .newdet-page .m-link .fr {
    float: none;
  }
  .newdet-page .m-link .text {
    text-align: left;
    padding: 10px 0;
  }
}



.m-page a,
.m-page span{
  display: inline-block;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #0071c1;
  color: #0071c1;
  margin: 0 5px;
  padding: 0 15px;
}

.m-page span{
  color: #fff;
  background: #0071c1;
}