@font-face {
  font-family: 'BebasNeue';
  src: url(../fonts/BebasNeue.ttf) format('truetype'), url(../fonts/BebasNeue.eot) format('eot'), url(../fonts/BebasNeue.woff) format('woff'), url(../fonts/BebasNeue.woff2) format('woff2');
}
.container {
  width: 1360px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#header.inner-header.h-header{
  position:fixed;
  background: rgba(0,0,0,.3);
}
#header .nav {
  position: relative;
  padding: 20px 6% 0;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #ffffff;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .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 .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .language {
  line-height: 80px;
  padding-left: 20px;
}
#header .nav .language ul li {
  float: left;
  font-size: 18px;
}
#header .nav .language ul li a {
  display: block;
  padding: 0 5px;
  color: #fff;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 80px;
  height: 80px;
  position: relative;
  padding-right: 20px;
}

.menu-menu-container {
    display: inline-block;
}



#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #0347a5;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: 28px;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
.logo2 {
  display: none;
}
.fp-viewing-1 .logo,
.fp-viewing-3 .logo {
  display: none;
}
.fp-viewing-1 .logo2,
.fp-viewing-3 .logo2 {
  display: block;
}
.fp-viewing-1 #header .nav .menu-box .menu > li > a,
.fp-viewing-3 #header .nav .menu-box .menu > li > a,
.fp-viewing-1 #header .nav .h-search .fa,
.fp-viewing-3 #header .nav .h-search .fa,
.fp-viewing-1 #header .nav .language ul li a,
.fp-viewing-3 #header .nav .language ul li a {
  color: #000;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  z-index: 4;
}
.play p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.play:after,
.play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play:after {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#fp-nav ul li {
  margin: 30px 0!important;
}
#fp-nav.fp-right {
  right: 3% !important;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 34px !important;
  height: 34px !important;
  background: url(../images/pointer.png) no-repeat center !important;
  margin: 0 !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: url(../images/pointer-h.png) no-repeat center !important;
}
#fullPage h2.h2 {
  font-size: 60px;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
#fullPage h2.h2:after {
  content: '';
  position: absolute;
  width: 123px;
  height: 5px;
  background: #0347a5;
  left: 0;
  bottom: 0;
}
#fullPage .section1 .banner-list {
  position: relative;
}
#fullPage .section1 .banner-list .down {
  position: absolute;
  left: 10%;
  bottom: 20%;
}
#fullPage .section1 .banner-list .name {
  position: absolute;
  left: 0;
  bottom: 35%;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
#fullPage .section1 .banner-list .name p {
  font-size: 16px;
  color: #fff;
}
#fullPage .section1 .banner-list .text {
  position: absolute;
  width: 35%;
  left: 16%;
  top: 32%;
  z-index: 6;
  color: #fff;
}
#fullPage .section1 .banner-list .text h2 {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}
#fullPage .section1 .banner-list .text h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
}
#fullPage .section1 .banner-list .text p {
  padding: 20px 0;
  font-size: 16px;
}
#fullPage .section1 .banner-list .text a.more {
  border: 1px solid #fff;
  display: block;
  width: 210px;
  height: 50px;
  margin-top: 40px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullPage .section1 .banner-list .text a.more .fa {
  margin-left: 10px;
  font-size: 16px;
}
#fullPage .section1 .banner-list .text a.more:hover {
  background: #043c89;
  color: #fff;
  border-color: #043c89;
}
#fullPage .section1 .banner-list .slick-dots {
  position: absolute;
  bottom: 8%;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
#fullPage .section1 .banner-list .slick-dots li {
  cursor: pointer;
  width: 100px;
  height: 3px;
  background: #6c7886;
  margin: 0 10px;
  display: inline-block;
}
#fullPage .section1 .banner-list .slick-dots li button {
  display: none;
}
#fullPage .section1 .banner-list .slick-dots li.slick-active {
  background: #fff;
}
#fullPage .section2 {
  background: url(../images/sec2-bg.jpg) no-repeat center;
  background-size: cover;
}
#fullPage .section2 h2.h2{
  margin-bottom: 10px;
}
#fullPage .section2 .product-list {
  position: relative;
}
#fullPage .section2 .product-list:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 440px;
  height: 440px;
  background: #0d284e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 50%;
  margin-left: -220px;
  top: 10%;
}
#fullPage .section2 .product-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 66px;
  height: 100px;
  background: url(../images/left.png) no-repeat center;
  left: 42%;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
#fullPage .section2 .product-list .slick-next {
  background: url(../images/right.png) no-repeat center;
  left: calc(42% + 86px);
}
#fullPage .section2 .product-list ul {
  padding-bottom: 70px;
  position: relative;
  z-index: 4;
}
#fullPage .section2 .product-list ul li {
  padding-top: 80px;
}
#fullPage .section2 .product-list ul li .grid-box {
  margin-top: 30px;
}
#fullPage .section2 .product-list ul li .grid-box .column {
  width: 50%;
  vertical-align: middle;
}
#fullPage .section2 .product-list ul li .grid-box .column p {
  font-size: 16px;
  line-height: 30px;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) {
  width: 30%;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) .p2{
  display: none;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) h3 {
  font-size: 34px;
  font-weight: 700;
  padding: 0 0 10px;
  color: #043c89;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) a.more {
  border: 1px solid #043c89;
  display: block;
  width: 210px;
  height: 50px;
  margin-top: 40px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #030911;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) a.more .fa {
  margin-left: 10px;
  font-size: 16px;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) a.more:hover {
  background: #043c89;
  color: #fff;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(2) img {
  position: relative;
  z-index: 3;
}

#fullPage .section2 .product-list ul li .grid-box .column:nth-child(3) {
  width: 20%;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(3) .p1{
  display: none;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(3) .list {
  margin-bottom: 30px;
}
#fullPage .section2 .product-list ul li .grid-box .column:nth-child(3) .list h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
#fullPage .section3 {
  background: url(../images/sec3-bg_02.jpg) no-repeat center;
  background-size: cover;
}
#fullPage .section3 .grid-box .column {
  color: #fff;
}
#fullPage .section3 .grid-box .column h2:after {
  display: none;
}
#fullPage .section3 .grid-box .column h3 {
  padding: 10px 0;
  font-size: 38px;
  font-family: 'BebasNeue';
}
#fullPage .section3 .grid-box .column p {
  font-size: 16px;
  line-height: 30px;
}

.qizhi {
    font-size: 18px;
    line-height: 32px;
}
h1.qizhih1 {
    Display: inline;
    font-weight: 400;
}
a.qizhi2 {
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 390px;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
}
h1.qizhihh{
  line-height: 30px;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.qipro {
    margin-top: 40px;
    line-height: 30px;
    font-size: 18px;
}
h1.underline {
    display: inline-block;
    font-size: 26px;
    line-height: 49px;
    text-transform: capitalize;
  }

#fullPage .section3 .grid-box .column a.more {
  border: 1px solid #575c63;
  display: block;
  width: 210px;
  height: 50px;
  margin-top: 40px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullPage .section3 .grid-box .column a.more:hover {
  background: #043c89;
  color: #fff;
  border-color: #043c89;
}
#fullPage .section3 .grid-box .column:nth-child(1) {
  padding-right: 3%;
}
#fullPage .section3 .grid-box .column:nth-child(1) .i-num {
  margin-top: 30px;
}
#fullPage .section3 .grid-box .column:nth-child(1) .i-num ul li {
  width: 33.3%;
  float: left;
}
#fullPage .section3 .grid-box .column:nth-child(1) .i-num ul li h2 {
  font-size: 44px;
  font-family: 'BebasNeue';
}
#fullPage .section3 .grid-box .column:nth-child(1) .i-num ul li p {
  font-size: 16px;
}
#fullPage .section3 .grid-box .column .img {
  position: relative;
}
#fullPage .section3 .grid-box .column .img img {
  position: relative;
  z-index: 2;
}
#fullPage .section3 .grid-box .column .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0f4795;
  right: -30px;
  bottom: -30px;
}
#fullPage .section4 {
  position: relative;
  background: url(../images/section4-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
#fullPage .section4 .img {
  position: absolute;
  width: 40%;
  left: 30%;
  top: 10%;
  z-index: 1;
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
#fullPage .section4 .img img {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
#fullPage .section4 .grid-box {
  margin-right: -15%;
}
#fullPage .section4 .grid-box .column {
  width: 25%;
}
#fullPage .section4 .grid-box .column:nth-child(1) {
  padding-top: 6%;
  padding-left: 12%;
}
#fullPage .section4 .grid-box .column:nth-child(2) {
  width: 75%;
  padding-left: 3%;
}
#fullPage .section4 .grid-box .column:nth-child(2) .news-list {
  position: relative;
  z-index: 3;
}
#fullPage .section4 .grid-box .column:nth-child(2) .news-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 66px;
  height: 100px;
  background: url(../images/left.png) no-repeat center;
  left: -22%;
  bottom: 10%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
#fullPage .section4 .grid-box .column:nth-child(2) .news-list .slick-next {
  background: url(../images/right.png) no-repeat center;
  left: calc(-22% + 86px);
}
#fullPage .section4 .grid-box .column:nth-child(2) .news-list ul li {
  padding: 0 15px;
}
#fullPage .section4 .grid-box .column:nth-child(2) .news-list ul li .text h2 {
  font-size: 22px;
  padding: 10px 0;
}
#fullPage .section4 .grid-box .column:nth-child(2) .news-list ul li .text time {
  font-size: 18px;
  color: #989898;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}
#fullPage .section4 .grid-box .column:nth-child(2) .news-list ul li:hover h2 {
  color: #0347a5;
}
#fullPage .section5 {
  background: url(../images/sec5-bg_02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#fullPage .section5 .bg {
  position: absolute;
  background: #142333;
  width: 45%;
  height: 36%;
  top: 22%;
  right: 0;
  z-index: 1;
}
#fullPage .section5 .grid-box.two {
  position: relative;
  z-index: 2;
}
#fullPage .section5 .grid-box.two .column {
  color: #fff;
}
#fullPage .section5 .grid-box.two .column p.p {
  line-height: 30px;
  font-size: 16px;
  padding: 10px 0;
}
#fullPage .section5 .grid-box.two .column .column {
  width: 25%;
}
#fullPage .section5 .grid-box.two .column .column #ewm {
  border: 5px solid #fff;
  width: 150px;
  margin-bottom: 10px;
}
#fullPage .section5 .grid-box.two .column .column .p2 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
#fullPage .section5 .grid-box.two .column .column:nth-child(1) {
  width: 75%;
  padding-right: 3%;
}
#fullPage .section5 .grid-box.two .column .column p {
  padding: 10px 0;
  padding-left: 42px;
  font-size: 16px;
  background: url(../images/tel.png) no-repeat left center;
  line-height: 30px;
}
#fullPage .section5 .grid-box.two .column .column p:nth-child(2) {
  background: url(../images/fax.png) no-repeat left center;
}
#fullPage .section5 .grid-box.two .column .column p:nth-child(3) {
  background: url(../images/mail.png) no-repeat left center;
}
#fullPage .section5 .grid-box.two .column .column p:nth-child(4) {
  background: url(../images/address.png) no-repeat left center;
}
#fullPage .section5 .grid-box.two .column.pl-left {
  padding-left: 3%;
}
#footer .footer-bottom {
  background: #1d1d1d;
  padding: 10px 0;
}
#footer .footer-bottom p {
  color: #a6a6a6;
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom .icon .fa {
  font-size: 20px;
  margin: 0 5px;
}
#footer .footer-bottom .icon .fa:hover {
  color: #fff;
}
svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #a6a6a6;
}
svg text {
  fill: #a6a6a6;
}
svg:hover {
  fill: #a6a6a6;
}
svg g.en {
  display: block;
}
svg g.cn {
  display: none;
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }
  #fullPage .section1 .banner-list .text h3,
  #fullPage h2.h2 {
    font-size: 40px;
  }
  #fullPage .section2 .product-list ul li .grid-box .column:nth-child(2):after {
    top: -30px;
  }
  #fullPage .section2 .product-list ul li .grid-box {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 10px;
  }
  #header .nav .menu-box .menu > li a {
    font-size: 16px;
  }
  #fullPage .section2 .product-list ul li {
    padding-top: 20px;
  }
  #fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) h3{
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  #fullPage .section1 .banner-list .text h3,
  #fullPage h2.h2 {
    font-size: 30px;
  }
  #fullPage .section2 .product-list ul li .grid-box .column p {
    font-size: 14px;
    line-height: 25px;
  }
  #fullPage .section3 .grid-box .column h3,
  #fullPage .section3 .grid-box .column:nth-child(1) .i-num ul li h2 {
    font-size: 30px;
  }
  #fullPage .section4 .img {
    top: 26%;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #fullPage .section1 .banner-list .text h3,
  #fullPage h2.h2 {
    font-size: 28px;
  }
  #fullPage .section1 .banner-list .text a.more {
    margin-top: 10px;
  }
  #fullPage .section1 .banner-list .text p {
    padding: 5px 0;
    font-size: 14px;
  }
  #fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) {
    width: 50%;
  }
  #fullPage .section2 .product-list ul li .grid-box .column:nth-child(2) {
    width: 50%;
  }
  #fullPage .section2 .product-list ul li .grid-box .column:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }
  #fullPage .section2 .product-list ul li .grid-box .column:nth-child(2):after {
    display: none;
  }
  #fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) h2 {
    font-size: 22px;
  }
  #fullPage .section2 .product-list ul li .grid-box .column:nth-child(3) .list {
    width: 50%;
    margin-bottom: 10px;
    float: left;
  }
  #fullPage .section3 .grid-box .column {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  #fullPage .section5 .grid-box.two .column.pl-left, 
  #fullPage .section5 .grid-box.two .column:nth-child(2) {
    display: none;
  }
  #fullPage .section5 .grid-box.two .column, 
  #fullPage .section5 .grid-box.two .column .column:nth-child(1) {
    width: 100%;
  }
  #fullPage .section3 .grid-box .column .img:after {
    display: none;
  }
  #fullPage .section4 .grid-box {
    margin-right: 0;
  }
   #fullPage .section2 .product-list ul li .grid-box .column:nth-child(1) h3{
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #fullPage .section1 .banner-list .text {
    width: 75%;
    top: 32%;
  }
  #fullPage .section4 .grid-box .column {
    width: 100%;
    margin-bottom: 10px;
  }
  #fullPage .section4 .grid-box .column:nth-child(1),
  #fullPage .section4 .grid-box .column:nth-child(2) {
    width: 100%;
    padding: 15px;
  }
  #fullPage .section3 .grid-box .column h3,
  #fullPage .section3 .grid-box .column:nth-child(1) .i-num ul li h2 {
    font-size: 20px;
  }
  #fullPage .section1 .banner-list .text h2,
  #fullPage .section1 .banner-list .text a.more,
  #fullPage .section1 .banner-list .slick-dots,
  #fullPage .section2 .product-list .slick-arrow,
  #fullPage .section4 .grid-box .column:nth-child(2) .news-list .slick-arrow {
    display: none !important;
  }
  #fullPage .section4 .grid-box .column:nth-child(2) .news-list ul li .text h2 {
    font-size: 18px;
  }
  #fullPage .section2 .product-list:after{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #fullPage .section1 .banner-list .name,
  #fullPage .section1 .banner-list .down {
    display: none;
  }
  #fullPage .section2 .product-list ul {
    padding-bottom: 10px;
  }
  #footer .footer-bottom p {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 700px) {
  .fp-section.section,
  .fp-section.section .fp-tableCell {
    height: auto !important;
    padding: 20px 0!important;
  }
  .fp-section.section1,
  .fp-section.section1 .fp-tableCell,
  .fp-section.section6,
  .fp-section.section6 .fp-tableCell {
    padding: 0!important;
  }
  #fullPage .section1 .banner-list .text {
    top: 24%;
  }
  #fullPage .section1 .banner-list .text h3,
  #fullPage h2.h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) and (max-height: 700px) {
  #fullPage .section4 .grid-box {
    margin-right: 0;
  }
}

/* 内页样式 */
/*add*/
.newslist ul {
  margin: -25px;
}
.newslist ul li {
  padding: 25px;
}
.newslist ul li .box {
  display: block;
  background: white;
  text-align: left;
}
.newslist ul li .box a.img-box {
  display: block;
}
.newslist ul li .box a.img-box img {
  width: 100%;
  height: 286px;
}
.newslist ul li .box .content {
  display: block;
  padding: 40px 30px;
}
.newslist ul li .box .content h3 {
  display: block;
  font-size: 18px;
  color: black;
 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newslist ul li .box .content h3:hover {
  color: #0347a5;
}
.newslist ul li .box .content p {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  font-family: "Arial";
  margin-bottom: 10px;
}
.newslist ul li .box .content a.more {
  display: block;
  font-size: 16px;
  color: #0347a5;
  text-transform: uppercase;
}
.newslist ul li .box .content a.more:hover {
  text-decoration: underline;
}
.inner-banner {
  display: block;
  height: 400px; background: #000;
  padding-top: 9%;
  background-attachment: fixed;
}
.inner-banner .box {
  text-align: center;
}
h2.underline{
    position:relative;
    font-size: 62px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 62px;
    margin-top: 10px;
}
.underline:after {
    content: '';
    width: 116%;
    height: 40%;
    display: block;
    background: #0347a5;
    position: absolute;
    left: -5px;
    bottom: 0;
    z-index: -1;
}
.inner-banner .box .content {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
.inner-banner .box .content h2 {
  font-size: 20px;
  text-transform: uppercase; color:#fff;
  line-height: 80px;
}

.inner-banner .box .content .mbx {
  display: block;
  font-size: 18px; color:#fff;
  line-height: 32px;
} 
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
  display: inline-block;
  text-transform: uppercase; color:#fff;
}
.inner-banner .box .content .mbx a:hover {
  text-decoration: underline;
}
.inner-page {
  font-size: 18px;
  line-height: 32px; 
  color:#fff;
  background: #0e0e0e;
}
.inner-page .column {
  font-size: 18px;
}
.inner-page .m-page {
  margin-top: 80px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  font-size: 16px;
  text-transform: uppercase;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #0347a5;
}
.inner-page .m-page a.previouspostslink,
.inner-page .m-page a.nextpostslink,
.inner-page .m-page a.first,
.inner-page .m-page a.last {
  width: auto;
}
.inner-page .m-page a.previouspostslink:hover,
.inner-page .m-page a.nextpostslink:hover,
.inner-page .m-page a.first:hover,
.inner-page .m-page a.last:hover {
  background: none;
  text-decoration: underline;
}
.inner-page .inner-nav .box {
  padding: 50px 0;
  text-align: center;
  border-bottom: 1px solid #2a2a2a;
}
.inner-page .inner-nav .box ul li {
  width: auto;
  padding: 10px;
}
.inner-page .inner-nav .box ul li a,
.inner-page .inner-nav .box ul li a.active{
  display: block;
  width: 100%;
  border: 1px solid #2a2a2a;
  padding: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .inner-nav .box ul li a:hover{
  background:#0347a5;
}
.inner-page .inner-nav .box ul li i {
  height: 60px;
  display: block;
}
.inner-page .inner-nav .box ul li h4 {
  font-size: 16px;
    text-transform: capitalize;
    padding: 0 25px;
    line-height: 28px;
}
.inner-page .inner-nav .box ul li h4:after {
  width: 100%;
  left: 0;
  height: 12px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -12px;
}
.inner-page .inner-nav .box ul li:hover h4:after,
.inner-page .inner-nav .box ul li.active h4:after {
  opacity: 1;
  bottom: 0;
}
.about-page .about-1 {
  padding: 90px 0 120px;
 
}
.about-page .about-1:before {
  top: 10%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: #1b1b1b;
}
.about-page .about-1 .box {
  padding: 90px 0 80px;
}
.about-page .about-1 .box .left {
  padding-right: 5%;
  vertical-align: middle;
  width: 45%;
}
.about-page .about-1 .box .right {
  vertical-align: middle;
  width: 55%;
}
.about-page .about-1 .box .right h3 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-page .about-1 .box .right .content {
	max-height:400px;
  font-size: 16px;
  color: #ccc;
  line-height: 30px;
	overflow:auto;
  text-align: left;
}
.about-page .about-1 .box2 {
  display: block;
  text-align: center;
}
.about-page .about-1 .box2 ul {
  margin: 0 -15px;
}
.about-page .about-1 .box2 ul li {
  padding: 0 15px;
	-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.about-page .about-1 .box2 ul li:hover {
	-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-o-transform: translateY(-15px);
transform: translateY(-15px);
}
.about-page .about-1 .box2 ul li i {
  height: 50px;
  display: block;
}
.about-page .about-1 .box2 ul li h3 {
  font-size: 62px;
  line-height: 50px;
  margin-top: 20px;
}
.about-page .about-1 .box2 ul li p {
  font-size: 18px;
  color: #6c6c6c;
 
  margin-top: 21px;
  text-transform: capitalize;
}
.about-page .about-2 {
  display: block;
  padding: 50px 0 50px;
  background: #050505;
  text-align: center;
}
.about-page .about-2 .box {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.about-page .about-2 .box ul {
  margin: 0 -20px;
}
.about-page .about-2 .box ul li {
  padding: 0 20px;
}
.about-page .about-2 .box .btn .prev,
.about-page .about-2 .box .btn .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
  width: auto;
  height: auto;
  background: none;
}
.about-page .about-2 .box .btn .prev img,
.about-page .about-2 .box .btn .next img {
  display: block;
  margin-top: 5px;
  width: auto;
  max-width: 130px;
}
.about-page .about-2 .box .btn .prev {
  right: 100%;
  margin-right: 60px;
  text-align: right;
}
.about-page .about-2 .box .btn .next {
  left: 100%;
  margin-left: 60px;
  text-align: left;
}
.about-page .about-3 {
  padding: 130px 0 80px;
  background: #0347a5;
}
.about-page .about-3:before {
  color: #013a7b;
}
.about-page .about-3 .box {
  padding-top: 80px;
  text-align: center;
}
.about-page .about-3 .box ul {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
.about-page .about-3 .box ul li {
  display: block;
  position: relative;
}
.about-page .about-3 .box ul li:before {
  content: '';
  border: 3px solid white;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 15%;
  display: block;
  margin-left: -2px;
}
.about-page .about-3 .box ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 15%;
  top: 30px;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .about-3 .box ul li .left {
  width: 20%;
  padding-right: 5%;
}
.about-page .about-3 .box ul li .right {
  width: 80%;
  padding-bottom: 50px;
}
.about-page .about-3 .box ul li h4{
  font-size: 38px;
 
  font-weight: 600;
  text-transform: uppercase;
}
.about-page .about-3 .box ul li h4 p {
	color:inherit;
	font:inherit;
	line-height:inherit;
	margin:inherit;
}
.about-page .about-3 .box ul li p {
  font-size: 20px;
  color: #c5c5c5;
  line-height: 24px;
  margin-top: 20px;
}
.about-page .about-4 {
  padding-top: 60px;
}
.about-page .about-4 .bottom {
  padding-top: 40px;
}
.about-page .about-4 .bottom ul li a {
  display: block;
  margin-bottom: 50px;
}
.about-page .about-4 .bottom ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li a:hover:after {
  opacity: 0;
}
.why-page {
  background: #181818;
}
.why-page .box ul li {
  display: block;
}
.why-page .box ul li .left {
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
.why-page .box ul li .left .box2 {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}
.why-page .box ul li .left h2 {
  font-size: 72px;
}
.why-page .box ul li .left h2:after {
  width: 110%;
}
.why-page .box ul li .left h3 {
  font-size: 36px;
  margin: 35px 0 15px;
}
.why-page .box ul li .left .content {
  display: block;
  font-size: 18px;
  color: #d1d1d1;
  line-height: 28px;
}
.why-page .box ul li .right {
  vertical-align: middle;
}
.why-page .box ul li:nth-child(even) .left {
  position: relative;
  left: 50%;
}
.why-page .box ul li:nth-child(even) .right {
  position: relative;
  left: -50%;
}
.product-page {
  background: #0b0b0b;
}
.product-page .product-2 {
  padding: 90px 0;
  text-align: center;
}
.product-page .product-2 .sidebar-left{
  width: 23%;
  text-align: left;
  font-size: 17px;
}
.product-page .product-2 .sidebar-left .fa{
  margin-right: 8px; font-size: 16px;
  width: 24px;
  height: 24px;
  background: #0347a5;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-page .product-2 .sidebar-left li{
padding: 5px 0;
line-height: 30px;
}
.product-page .product-2 .sidebar-left li li{
  border-bottom:1px dashed #999;
}
.product-page .product-2 .sidebar-left>ul>li>a{
  font-weight: 700;
}
.product-page .product-2 .sidebar-left .children{
  padding-left: 50px;
}
.product-page .product-2 .page-right{
  width: 77%;
  padding-left: 2%;
  text-align: left;
}
.product-page .product-2 .page-right ul li {
  padding: 20px 10px;
}
.product-page .product-2 .page-right ul li a span {
  display: block;
  padding: 35px 10px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .page-right ul li a h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 30px;
  padding: 0 10px;
  line-height: 32px;
}
/*.product-page .product-2 .page-right ul li a:hover span {
  background: #043c89;;
}*/
.prodet-page {
  background: #0b0b0b;
}
.prodet-page h3 {
  display: inline-block;
  font-size: 38px;
  line-height: 49px;
  text-transform: capitalize;
}
.prodet-page .prodet-1 {
  /*padding-top: 100px;*/
}
.prodet-page .prodet-1 .left {
  padding-right: 25px;
  vertical-align: middle;
  text-align: center;
}
.prodet-page .prodet-1 .left span {
  display: block;
  background: #fff;
  padding: 10% 0;
}
.prodet-page .prodet-1 .left .gallery {
  display: block;
  padding-top: 4px;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -2px;
}
.prodet-page .prodet-1 .left .gallery li {
  padding: 2px;
  width: 20%;
  float: left;
}
.prodet-page .prodet-1 .left .gallery li a {
  display: block;
  background: #fff;
  padding: 10% 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .gallery li a img {
  max-height: 70px;
  margin: 0 auto;
  width: auto;
}
.prodet-page .prodet-1 .left .gallery li a i,
.prodet-page .prodet-1 .left .gallery li a span {
  display: none;
}
.prodet-page .prodet-1 .left .gallery li a:hover {
  background: #0347a5;
}
.prodet-page .prodet-1 .right {
  padding-left: 25px;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .content {
  padding: 40px 0 130px;
}
.prodet-page .prodet-1 .right .content div li{
  
  line-height: 28px;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .content h4 {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .content p {
  font-size: 18px;
}
.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  border-radius: 5px;
  background: #043c89;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 {
  padding-top: 90px;
}
.prodet-page .prodet-2 .content {
  padding-top: 60px;
  font-size: 16px;
  font-family: arial;
}
.fancybox-image {
  background: white !important; 
}
.prodet-page .prodet-2 .content table {
  /*background: #151515; */
  width: 100%;
  height: auto !important;
  margin-top: 10px;
}
.prodet-page .prodet-2 .content table td,
.prodet-page .prodet-2 .content table th {
  padding: 5px;
}
/*.prodet-page .prodet-2 .content table tr:first-child {
  background: #242424;
}
.prodet-page .prodet-2 .content table tr {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content table tr:hover {
  background: #0347a5;
}*/
.prodet-page .prodet-3 {
  padding: 90px 0;
}
.prodet-page .prodet-3 .box {
  text-align: center;
  padding-top: 70px;
}
.prodet-page .prodet-3 .box ul {
  margin: 0 -8px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 0 8px;
}
.prodet-page .prodet-3 .box ul li a {
  display: block;
  background: #151515;
  padding: 10% 0;
}
.prodet-page .prodet-3 .box ul li a img {
  margin: 0 auto;
}
.prodet-page .prodet-3 .box ul li a h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50);
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0 15px;
 
}
.prodet-page .prodet-3 .box ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
  opacity: 0;
}
.prodet-page .prodet-3 .box ul li a:hover h4 {
  opacity: 1;
}
.prodet-page .prodet-3 .box ul li a:hover:before {
  opacity: 1;
}
.news-page {
  background: #0b0b0b;
}
.news-page .inner-nav li {
  padding: 0 5%;
}
.news-page .news-2 {
  padding: 40px 0 60px;
}
h1.newtitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 40px;
}
.contact-page .contact-1 {
  padding: 90px 0 100px;
}
.contact-page .contact-1 h3 {
  font-size: 40px;
  text-transform: uppercase;
  display: inline-block;
}
.contact-page .contact-1 .left.column {
    padding-left: 120px;
}
.contact-page .contact-1 h3:after {
  width: 230px;
}
.contact-page .contact-1 ul {
  padding-top: 40px;
}
.contact-page .contact-1 .left ul li {
  display: block;
  font-size: 18px;
  line-height: 40px;
}
.contact-page .contact-1 .left ul li.tel {
  padding-left: 44px;
  text-indent: -44px;
}
.contact-page .contact-1 .right ul {
  margin: -7px;
}
.contact-page .contact-1 .right ul li {
  padding: 7px;
}
.contact-page .contact-1 .right ul li input,
.contact-page .contact-1 .right ul li textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: black;
  padding: 0 20px;
}
.contact-page .contact-1 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right ul li textarea {
  height: 140px;
  line-height: 30px;
  padding: 10px 20px;
}
.contact-page .contact-1 .right ul li.yzm {
  position: relative;
}
.contact-page .contact-1 .right ul li.yzm input {
  padding-right: 80px;
}
.contact-page .contact-1 .right ul li.yzm img {
  position: absolute;
  left:62%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
}
.contact-page .contact-1 .right ul li.sub input {
  width: auto;
  padding: 0 50px;
  color: white;
  text-transform: uppercase;
  background: #0347a5;
  border: none;
}
.contact-page .contact-2 {
  position: relative;
  height: 100%;
}
.contact-page .contact-2 .button-group .button {
  background: #0347a5 !important;
}
.contact-page .contact-2 #mapContainer {
  max-height: 80%;
}
.lg-page {
  padding: 80px 0 40px;
}
.lg-page .newslist {
  padding-top: 0;
}
.faq-page {
  padding: 60px 0;
}
.faq-page .faq-list h3 {
  font-size: 40px;
  text-transform: uppercase;
  display: inline-block;
}
.faq-page .faq-list ul {
  padding-top: 40px;
}
.faq-page .faq-list ul li {
  display: block;
  padding-bottom: 15px;
}
.faq-page .faq-list ul li h4 {
  font-size: 20px;
  color: black;
  padding: 15px 40px 15px 20px;
  background: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .faq-list ul li h4:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  top: 15px;
  right: 15px;
}
.faq-page .faq-list ul li p {
  padding: 20px 40px;
  background: #222;
  display: none;
}
.faq-page .faq-list ul li.active h4 {
  background: #0347a5;
  color: white;
}
.faq-page .faq-list ul li.active h4:after {
  content: "\f068";
}

/* 手机端头部 */
#m-header-wrapper {
  display: none;
}
#m-header-wrapper .overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#m-header-wrapper .m-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: 300ms;
}
#m-header-wrapper .m-header.active {
  left: 200px;
}
#m-header-wrapper .m-header .container {
  height: 100%;
  position: relative;
}
#m-header-wrapper .m-header .container .toggle-btn {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#m-header-wrapper .m-header .container .toggle-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  margin-bottom: 5px;
  transition: 300ms;
}
#m-header-wrapper .m-header .container .toggle-btn span:last-of-type {
  margin-bottom: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}

#m-header-wrapper .m-header .container .logo {
  text-align: center;
    position: relative;
    left: 33%;
    top: 50%;
    transform: translateY(-50%);
    width: 26%;
}
#m-header-wrapper .m-header .container .logo img {
  width: 90px;
  height: auto !important;
}
#m-header-wrapper .m-toggle-nav {
  position: fixed;
  width: 200px;
  height: 100%;
  left: -200px;
  top: 0;
  overflow-y: auto;
  background: #333;
  z-index: 9999;
  transition: 300ms;
  padding: 15px 0;
}
#m-header-wrapper .m-toggle-nav.active {
  left: 0;
}
#m-header-wrapper .m-toggle-nav h1 {
  font: 14px sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 20px;
}
#m-header-wrapper .m-toggle-nav h2 {
  font: 14px sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 20px;
}
#m-header-wrapper .m-toggle-nav h1 .icon {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
#m-header-wrapper .m-toggle-nav h2 .icon {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
#m-header-wrapper .m-toggle-nav .menu-box {
  padding-bottom: 25px;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a {
  display: block;
  font: 12px/40px sans-serif;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  display: none;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i.active {
  transform: translateY(-50%) rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu {
  background: #000;
  padding: 5px 0;
  display: none;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu li a {
  display: block;
  font: 12px/40px sans-serif;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
}
#m-header-wrapper .m-toggle-nav .search-box {
  padding: 15px 15px 35px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .search-box input[type="text"] {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  padding: 0 40px 0 10px;
  font: 12px sans-serif;
  color: #333;
}
#m-header-wrapper .m-toggle-nav .search-box button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  outline: none;
  text-align: center;
  background: #000;
}
#m-header-wrapper .m-toggle-nav .search-box button i {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
#m-header-wrapper .m-toggle-nav .lan h1 {
  padding-bottom: 10px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .lan h2 {
  padding-bottom: 10px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down {
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 16px;
  color: #fff;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .lan h2 i.fa-angle-down {
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 16px;
  color: #fff;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down.active {
  transform: rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .lan h2 i.fa-angle-down.active {
  transform: rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .lan ul {
  background: #000;
  display: none;
}
#m-header-wrapper .m-toggle-nav .lan ul li a {
  display: block;
  font: 12px/30px sans-serif;
  color: #fff;
  padding-left: 15px;
}
@media screen and (max-width: 1100px) {
#m-header-wrapper{
  display: block;
}
}
@media screen and (max-width: 1650px) {
  .inner-page {
    overflow: hidden;
  }
  .inner-banner {
    height: 350px;
    padding-top: 150px;
  }
  .inner-banner .box .content h2 {
    font-size: 20px;
    line-height: 60px;
  }
  .faq-page .faq-list ul li h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .faq-page .faq-list ul li h4:after {
    top: 12px;
  }
  .inner-page,
  .inner-page .column,
  .about-page .about-1 .box2 ul li p {
    font-size: 16px;
    line-height: 32px;
  }
  .contact-page .contact-1 .left ul li {
    font-size: 20px;
  }
  .contact-page .contact-1 .left ul li.tel {
    text-indent: -36px;
    padding-left: 36px;
  }
  .contact-page .contact-1 .right ul li input,
  .contact-page .contact-1 .right ul li textarea,
  .inner-page .inner-nav .box ul li h4 {
    font-size: 18px;
  }
  #mapContainer {
    height: 400px !important;
  }
  .prodet-page .prodet-3 .box ul li a img {
    max-height: 260px;
  }
  .about-page .about-1 .box2 ul li h3 {
    font-size: 50px;
    line-height: 44px;
  }
  .about-page .about-2 .box .btn {
    display: none;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 34px;
  }
  .about-page .about-3 .box ul li:before {
    top: 12px;
  }
}
@media screen and (max-width: 1420px) {
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .product-page .product-2,
  .contact-page .contact-1 {
    padding: 30px 0;
  }
  .about-page .about-1 .box .right h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .about-page .about-1 .box {
    padding: 60px 0;
  }
  .about-page .about-2 .box ul li {
    padding: 0 15px;
  }
  .about-page .about-2 .box ul {
    margin: 0 -15px;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 30px;
  }
  .about-page .about-4 {
    padding-top: 80px;
  }
  .about-page .about-4 .bottom {
    padding-top: 60px;
  }
  .news-page .news-2 {
    padding: 40px 0;
  }
  .news-page .news-2 .newslist {
    padding-top: 0;
  }
  .inner-page .m-page {
    margin-top: 50px;
  }
  .inner-page .inner-nav .box ul li h4 {
    font-size: 16px;
  }
  .product-page .product-2 .page-right ul li a span img {
    max-height: 300px;
  }
  .product-page .product-2 .page-right ul li {
    padding: 30px 15px;
  }
  /*.product-page .product-2 ul {
    margin: -30px -15px;
  }*/
  .prodet-page .prodet-1 .right .content {
    padding: 40px 0;
  }
  .prodet-page h3,
  .faq-page .faq-list h3,
  .contact-page .contact-1 h3 {
    font-size: 40px;
  }
  .prodet-page .prodet-3,
  .prodet-page .prodet-1,
  .prodet-page .prodet-2 {
    padding-top: 20px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 20px;
  }
  .inner-banner .box .content h2 {
    font-size: 20px;
    line-height: 44px;
  }
  .inner-banner {
    height: 500px;
    padding-top: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .newslist ul li .box .content {
    padding: 20px 10px;
  }
  .prodet-page h3,
  .faq-page .faq-list h3,
  .contact-page .contact-1 h3 {
    font-size: 30px;
  }
  .contact-page .contact-1 .right ul li input,
  .contact-page .contact-1 .right ul li textarea {
    font-size: 16px;
  }
  .contact-page .contact-1 .right ul li input {
    padding: 0 15px;
  }
  .contact-page .contact-1 .right ul li textarea {
    padding: 10px 15px;
  }
  .prodet-page .prodet-2 .content table td,
  .prodet-page .prodet-2 .content table th {
    padding: 10px 15px;
  }
  .prodet-page .prodet-3 .box ul li a img {
    max-height: 180px;
  }
  .prodet-page .prodet-3 .box {
    padding-top: 40px;
  }
  .inner-page .inner-nav .box ul li h4 {
    padding: 0 10px;
    font-size: 14px;
  }
  .inner-page .inner-nav .box ul li i {
    height: 40px;
  }
  .inner-page .inner-nav .box ul li i img {
    max-height: 100%;
  }
  .inner-page .inner-nav .box {
    padding: 20px 0;
  }
  .product-page .product-2 .page-right ul li a span img {
    max-height: 200px;
  }
  .product-page .product-2 .page-right ul li a h4 {
    font-size: 18px;
    margin-top: 15px;
  }
  .product-page .product-2 .page-right ul li {
    padding: 15px;
  }
  /*.product-page .product-2 ul {
    margin: -15px;
  }*/
  .inner-page .m-page {
    margin-top: 30px;
  }
  .about-page .about-1 .box .right h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-page .about-1 .box .left {
    padding-right: 15px;
  }
  .about-page .about-1 .box2 ul li h3 {
    font-size: 40px;
    line-height: 34px;
  }
  h2,
  #index-body .init-1 .box .content ul li h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .about-page .about-3 .box ul li p {
    font-size: 18px;
    margin-top: 10px;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 24px;
  }
  .about-page .about-4,
  .about-page .about-3 .box,
  .about-page .about-4 .bottom {
    padding-top: 40px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 15px;
  }
  .prodet-page .prodet-1 .left {
    padding-right: 15px;
  }
  .prodet-page .prodet-2 .content {
    padding-top: 30px;
    font-size: 16px;
  }
  .contact-page .contact-1 .left ul li {
    font-size: 18px;
    line-height: 40px;
  }
  .contact-page .contact-1 .left ul li.tel {
    text-indent: -32px;
    padding-left: 32px;
  }
  .contact-page .contact-1 .right ul li input,
  .contact-page .contact-1 .right ul li textarea {
    line-height: 40px;
    height: 40px;
  }
  .contact-page .contact-1 .right ul li textarea {
    height: 120px;
    padding: 5px 15px;
    line-height: 30px;
  }
  .newslist ul li .box .content {
    padding: 15px 10px;
  }
  .newslist ul li .box .content h3 {
    font-size: 16px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-left: 0px !important;
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  .inner-nav {
    display: none;
  }
  .about-page .about-1 .box2 ul li {
    width: 25%;
  }
  .about-page .about-1 .box2 ul li i {
    height: 40px;
  }
  .about-page .about-1 .box2 ul li i img {
    max-height: 100%;
  }
  .about-page .about-1 .box .left {
    width: 100%;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-top: 30px;
  }
  .inner-banner {
    height: 300px;
    background-size: auto 400px;
    padding-top: 100px;
    background-position: center top;
  }
	.why-page .box ul li:nth-child(even) .left {
		left:0;
	}
	.why-page .box ul li:nth-child(even) .right {
		left:0;
		right:0;
	}
	.why-page .box ul li .left {
		width:100%;
		padding:30px 0;
	}
	.why-page .box ul li .right {
		width:100%;
	}
	.why-page .box ul li .left .box2 {
		max-width:none;
		padding:0 15px;
	}
	.why-page .box ul li .left h2 {
		font-size:50px;
	}
	.why-page .box ul li .left h3 {
		font-size:28px;
	}
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .box2 ul li p {
    font-size: 14px;
  }
  .about-page .about-1 .box2 ul li h3 {
    font-size: 30px;
  }
  .about-page .about-2 .box ul li img {
    width: 100%;
  }
  h2,
  #index-body .init-1 .box .content ul li h3,
  .prodet-page h3,
  .faq-page .faq-list h3,
  .contact-page .contact-1 h3 {
    font-size: 22px;
    line-height: 28px;
  }
  
  .inner-banner {
    height: 200px;
    padding-top: 30px;
    background-size: auto 300px;
      }
h1.qizhihh,
.qipro,
#footer .footer-bottom p a.qizhi2,
#footer .footer-bottom p.fr.icon {
    display: none !important;
}
  .inner-banner .box .content h2 {
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .inner-banner .box .content h2.dianjiban {
    display: none !important;
}
  .product-page .product-2{
    padding: 30px 0;
  }
  .prodet-page .prodet-2 .content table {
    width: 100%;
    display: inline-block;
    overflow: auto;
    word-break: keep-all;
  }
  .inner-page{
    margin-top: 0px;
  }
  .grid-box.three>.column {
    width: 50%;
}
.news-page .grid-box.three>.column{
width: 100%;
}
.grid-box.four>.column {
    width: 50%;
}
h2.underline,.inner-page h5 {
    font-size: 20px;
}
}
@media screen and (max-width: 500px) {
  .inner-banner .box .content .mbx{
    font-size: 13px;
  }

  .about-page .about-1 .box2 ul li {
    width: 50%;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 20px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 280px !important;
  }
  
}


.layui-layer-content.layui-layer-padding{
  color: #000;
}
div.info-middle {
    color: #000;
}

/*add*/
.service-page .p28-s01 .text-wrap {
    width: 48%;
    max-width: 480px;
    float: left;
}
.service-page .p28-s01 .mml-row {
    padding: 100px 10px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.service-page h2 {
    font-size: 30px;
    color: #1a1a1a;
    font-weight: 800;
    font-style: italic;
}
.service-page .p28-s01 .text-wrap p {
    max-width: 365px;
}
.service-page .p28-s01 .line {
    margin-top: 40px;
}
.service-page .line {
    width: 40px;
    height: 4px;
    background-color: #d50e2f;
}
.p3-s02 {
  min-height: 600px;
  position: relative;
}
.p3-s02 .mml-row {
  padding: 60px 10px 120px;
  position: unset;
}
.p3-s02 p {
  max-width: 578px;
}
.p3-s02 .logo-wrap {
  width: 70%;
  max-width: 800px;
}
.p3-s02 .logo-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p3-s02 .logo-list li {
  width: 24%;
  margin-right: 60px;
  max-width: 150px;
  text-align: center;
  margin-top: 60px;
}
.p3-s02 .logo-list li:nth-child(4n) {
  margin-right: 0px;
}
.p3-s02 .logo-list li:hover span {
  color: #d50e2f;
}
.p3-s02 span {
  display: inline-block;
  margin-top: 20px;
  transition: all 0.6s;
}
.p3-s02 .img-wrap {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.service-page .init-1{
  padding: 60px 0;
}
.service-page .init-1 .column {
  vertical-align: middle;
  padding: 10px;
}
.service-page .init-1 .column h2 {
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  color: #ffffff;
}
.service-page .init-1 .column p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin: 20px 0;
}
.service-page .init-1 .column .line {
  width: 40px;
  height: 4px;
  background-color: #d50e2f;
}
.service-page .init-1 .column:nth-child(1) {
  padding-right: 5%;
}
.service-page .init-1 .column:nth-child(4) {
  padding-left: 5%;
}
.service-page .init-2 {
  padding: 70px 0;
  margin-top: 50px;
  background-color: #f8f8f8;
}
.service-page .init-2 h2 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 800;
}
.service-page .init-2 .grid-box {
  margin-top: 30px;
  padding: 0 5%;
}
.service-page .init-2 .grid-box .column {
  padding: 10px;
}
.service-page .init-3 {
  padding: 80px;
}
.service-page .init-3 .part1 .column {
  width: 70%;
  vertical-align: middle;
}
.service-page .init-3 .part1 .column h2 {
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  color: #fff;
}
.service-page .init-3 .part1 .column p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.service-page .init-3 .part1 .column:nth-child(1) {
  padding-right: 5%;
}
.service-page .init-3 .part1 .column:nth-child(2) {
  width: 30%;
}
.service-page .init-3 .part1 .column:nth-child(2) a.more {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #d50e2f;
}
.service-page .init-3 .part2 .process-list li {
  width: 32.5%;
  max-width: 380px;
  margin-top: 50px;
  float: left;
  padding: 10px;
}
.service-page .init-3 .part2 .process-list li .des {
  background-color: #ffffff;
  color: #000;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0%);
  box-shadow: 0px 0px 16px 0px rgb(0 0 0%);
  border-radius: 0px 0px 4px 4px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 106px;
}
.service-page .init-3 .part2 .process-list li .des .num {
  width: 43px;
  height: 43px;
  background-color: #d50e2f;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  top: -22.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.service-page .init-4 .init-content {
  padding: 80px 12% 80px 99px;
  margin-left: 16%;
  background: #eee;
}
.service-page .init-4 .init-content h2 {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 800;
  font-style: italic;
}
.service-page .init-4 .init-content .grid-box {
  margin-top: 30px;
}
.service-page .init-4 .init-content .grid-box .column {
  margin-bottom: 20px;
}
.service-page .init-4 .init-content .grid-box .column .grid-box {
  padding-right: 5%;
}
.service-page .init-4 .init-content .grid-box .column .grid-box .column {
  width: 20%;
}
.service-page .init-4 .init-content .grid-box .column .grid-box .column:nth-child(2) {
  width: 80%;
  padding-left: 5%;
}
.service-page .init-4 .init-content .grid-box .column .grid-box .column:nth-child(2) p {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1450px) {
  .p3-s02 .logo-wrap {
    width: 80%;
  }
  .p3-s02 .logo-list li {
    margin-right: 2%;
  }
}
@media (max-width: 960px) {
  .p3-s02 .logo-wrap {
    width: 100%;
    max-width: unset;
  }
  .p3-s02 .img-wrap {
    display: none;
  }
}
@media (max-width: 880px) {
  .p3-s01 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p3-s01 h2 {
    font-size: 24px;
  }
  .p3-s01 .col-left {
    width: 40%;
  }
  .p3-s01 .col-right {
    width: 58%;
  }
  .p3-s01 .col-right h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .p3-s01 .des-wrap {
    padding-top: 0px;
  }
  .p3-s01 .product-title {
    margin-top: 20px;
  }
  .product-page .product-2 .sidebar-left{
    display: none;
  }
  .product-page .product-2 .page-right{
    width: 100%;
    padding: 0;
  }
  .service-page .init-1 .column h2{
    font-size: 20px;
  }
  .service-page .init-1 .column p {
    font-size: 14px;
    margin: 10px 0;
}
.service-page .init-2 h2,
.service-page .init-3 .part1 .column h2,
.service-page .init-4 .init-content h2 {
    font-size: 20px;
}
.service-page .init-3 .part1 .column p{
  font-size: 14px;
}
.service-page .init-3 .part1 .column:nth-child(2) a.more{
  font-size: 16px;
}
.service-page .init-4 .init-content{
  margin-left: 0;
}
}
@media (max-width: 680px) {
  .p3-s01 .template-list > li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p3-s01 .template-list > li > a {
    width: 100%;
  }
  .p3-s01 .text-wrap {
    width: 100%;
    max-width: 320px;
    margin-top: 25px;
  }
  .p3-s02 .logo-list li {
    width: 32%;
    margin-right: 1.33%;
  }
  .p3-s02 .logo-list li img {
    width: 80%;
  }
}
@media (max-width: 580px) {
  .p3-s01 .mml-row {
    flex-wrap: wrap;
    padding: 60px 20px;
    justify-content: center;
  }
  .p3-s01 .col-left {
    width: 100%;
    max-width: 335px;
  }
  .p3-s01 .col-right {
    width: 100%;
    margin-top: 40px;
  }
  .p3-s01 .product-title h4 {
    font-size: 16px;
  }
  .p3-s01 .list-wrap a {
    font-size: 14px;
  }
  .product-page .product-2 .page-right ul li{
    width: 100%;
  }
  .prodet-page h3{
    font-size: 20px;
  }
  .service-page .init-1 .column{
    width: 100%;
  }
  .service-page .init-1 .column h2{
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .p3-s02 .mml-row {
    padding: 60px 20px;
  }
  .p3-s02 .logo-list {
    margin-top: 0px;
  }
  .p3-s02 .logo-list li {
    margin-top: 30px;
  }
  .p3-s02 span {
    font-size: 14px;
    margin-top: 15px;
  }
  #footer .footer-bottom p{
    font-size: 14px;
  }
  .service-page .init-3 {
    padding: 20px;
}
.service-page .init-3 .part2 .process-list li{
  width: 50%;
}
.service-page .init-4 .init-content{
  padding: 30px;
}
}

.fixboxqaz{
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
  height: 60%;
}
.fixboxqaz img{
  height: 100%;
  width: auto;
}
.fixboxqaz i.fa{
  position: absolute;
  right: 15px;
  top: 15px;
}




.hover-language .zhuyu {
  color: #FFFFFF;
  font-size: 0;
  display: block;
  height: 80px;
  line-height: 80px;
}

.hover-language .zhuyu img {
    width: 30px;
    vertical-align: middle;
}

.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 100px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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-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;
}
.hover-language 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;
}
.hover-language ul.sub-menu li:hover a {
  background: #0e3a9a;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}