@font-face {
  font-family: 'Myriad-Bold';
  src: url(../fonts/Myriad-Bold.ttf) format('truetype'), url(../fonts/Myriad-Bold.eot) format('eot'), url(../fonts/Myriad-Bold.woff) format('woff'), url(../fonts/Myriad-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'LucidaCalligraphy-Italic';
  src: url(../fonts/LucidaCalligraphy-Italic.ttf) format('truetype'), url(../fonts/LucidaCalligraphy-Italic.eot) format('eot'), url(../fonts/LucidaCalligraphy-Italic.woff) format('woff'), url(../fonts/LucidaCalligraphy-Italic.woff2) format('woff2');
}
@font-face {
  font-family: 'MonotypeCorsiva';
  src: url(../fonts/MonotypeCorsiva.ttf) format('truetype'), url(../fonts/MonotypeCorsiva.eot) format('eot'), url(../fonts/MonotypeCorsiva.woff) format('woff'), url(../fonts/MonotypeCorsiva.woff2) format('woff2');
}
@font-face {
  font-family: '100-CAI978';
  src: url(../fonts/100-CAI978.ttf) format('truetype'), url(../fonts/100-CAI978.eot) format('eot'), url(../fonts/100-CAI978.woff) format('woff'), url(../fonts/100-CAI978.woff2) format('woff2');
}
body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1550px;
}
.hover-language {
  font-size: 18px;
  font-family: 'Myriad-Bold';
  line-height: 30px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.hover-language .zhuyu img {
  vertical-align: sub;
}
.hover-language .zhuyu i {
  margin-left: 5px;
}
.hover-language .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hover-language 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;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 90px;
  -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: 40px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  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;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  content: "";
  -webkit-transition: height .3s ease,border .3s ease;
  -moz-transition: height .3s ease,border .3s ease;
  transition: height .3s ease,border .3s ease;
}
#header.active::before {
  height: 100%;
}
#header.active .nav {
  padding: 0;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a {
  padding: 30px 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  position: relative;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
}

#header .nav .ui.menu .ewm{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: relative;
  cursor: pointer;
  cursor: hand;
  margin: 0 15px;
}

#header .nav .ui.menu .ewm #ewm {
    width: 120px;
    border: 3px solid #fff;
    position: absolute;
    top: 100%;
    left: -5px;
    margin-top: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-radius: 3px;
    display: none;
}

#header .nav .ui.menu .ewm #ewm:after {
    content: '';
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 5px;
}

#header .nav .ui.menu .ewm:hover #ewm {
    display: block;
}


#header .nav .ui.menu {
  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;
  margin: 0 auto;
  max-width: 1750px;
  padding: 0 15px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-family: 'Myriad-Bold';
  font-size: 20px;
  -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;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: #01019f;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  border-bottom: 4px solid transparent;
  display: block;
  padding: 5px 0;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#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: -10px;
  min-width: 180px;
  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.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);
  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: 16px;
  -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: 20px;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
#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;
}
#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 {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
}
.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: 200;
}
#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;
  }
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .content .left {
  width: 50%;
  padding-left: 140px;
}
#banner ul li .content .left h6 {
  font-size: 30px;
  font-family: 'Myriad-Bold';
}
#banner ul li .content .left h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Myriad-Bold';
  margin: 20px 0;
}
#banner ul li .content .left h2 span {
  color: #01019f;
}
#banner ul li .content .left p {
  font-size: 45px;
  font-family: 'LucidaCalligraphy-Italic';
  padding-bottom: 40px;
}
#banner ul li .content .left a {
  background-color: black;
  color: white;
}
#banner ul li .content .left a:hover {
  background-color: #01019f;
}
#banner ul li .content .left a:not(:last-child) {
  margin-right: 20px;
}
#banner ul li .content .right {
  width: 50%;
}
a.btn {
  font-size: 18px;
  line-height: 50px;
  font-family: 'Myriad-Bold';
  display: inline-block;
  padding: 0 35px;
  border-radius: 50px;
}
.our-about {
  background-color: #01019f;
  color: white;
  padding: 110px 0 140px;
  border-bottom-left-radius: 400px;
}
.our-about .box .left {
  width: 50%;
  padding-right: 60px;
}
.our-about .box .right {
  width: 50%;
  padding-left: 60px;
}
.our-about .box .right h6 {
  margin: 10px 0;
  font-family: 'Myriad-Bold';
}
.our-about .box .right h3 {
  font-size: 36px;
  letter-spacing: 2px;
  font-family: 'Myriad-Bold';
}
.our-about .box .right h2 {
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 1;
  font-family: 'Myriad-Bold';
  position: relative;
  z-index: 1;
}
.our-about .box .right h2::before {
  content: attr(data-text);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: -1;
  font-size: 120px;
  line-height: 1;
  font-family: 'MonotypeCorsiva';
}
.our-about .box .right .text {
  opacity: .7;
  margin-top: 30px;
}
.our-about .box .right p:not(:last-child) {
  margin-bottom: 20px;
}
.our-about .box .right 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;
  margin-top: 30px;
  margin-bottom: 50px;
}
.our-about .box .right ul li h4 {
  font-size: 21px;
  font-family: '100-CAI978';
  text-transform: uppercase;
  letter-spacing: 2px;
}
.our-about .box .right ul li .flex {
  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;
  margin-top: 10px;
}
.our-about .box .right ul li .flex .num {
  font-size: 52px;
  margin-left: 10px;
}
.our-about .box .right ul li .flex small {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
.our-about .box .right a.btn {
  background-color: white;
  color: black;
}
.our-about .box .right a.btn:hover {
  background-color: black;
  color: white;
}
.our-about .box .right a.btn:not(:last-child) {
  margin-right: 20px;
}
h6.home-tit {
  font-family: 'Myriad-Bold';
  text-transform: uppercase;
}
h2.home-tit {
  font-size: 45px;
  line-height: 1;
  font-family: 'Myriad-Bold';
}
h2.home-tit span {
  font-family: 'MonotypeCorsiva';
  color: #01019f;
}
.our-product {
  padding-top: 120px;
}
.our-product a.btn {
  background-color: black;
  color: white;
}
.our-product a.btn:hover {
  background-color: #01019f;
}
.our-product .box {
  margin-top: 35px;
  margin-bottom: 75px;
}
.our-product .box ul {
  margin: -20px;
}
.our-product .box ul li {
  width: 25%;
  padding: 20px;
}
.our-product .box ul li img{
background-color: #eee;
}
.our-product .box ul li a {
  display: block;
  position: relative;
}
.our-product .box ul li:first-child .img::before {
  content: "";
  position: absolute;
  width: 40px;
  left: -40px;
  top: 0;
  bottom: 0;
  background-color: #01019f;
  border-radius: 30px 0 0 30px;
}
.our-product .box ul li:last-child .img::before {
  content: "";
  position: absolute;
  width: 40px;
  right: -40px;
  top: 0;
  bottom: 0;
  background-color: #01019f;
  border-radius: 0 30px 30px 0;
}
.i-advantage {
  padding-top: 120px;
  padding-bottom: 170px;
}
.i-advantage .box {
  margin-top: 120px;
}
.i-advantage .box ul {
  margin: -50px -10px;
}
.i-advantage .box ul li {
  width: 33.33%;
  padding: 50px 10px;
}
.i-advantage .box ul li .content {
  position: relative;
  padding-left: 140px;
}
.i-advantage .box ul li .content::before {
  display: block;
  position: absolute;
  left: 20px;
  border-radius: 50%;
  background-color: #a0c4f0;
  content: "";
  top: -20px;
  width: 100px;
  height: 100px;
}
.i-advantage .box ul li .content img {
  position: absolute;
  left: 0;
  top: -10px;
  width: auto;
}
.i-advantage .box ul li .content .text h3 {
  font-size: 30px;
  font-family: '100-CAI978';
  font-weight: bold;
}
.i-advantage .box ul li .content .text p {
  opacity: .6;
  margin-top: 20px;
}
.our-service {
  background-color: #01019f;
  color: white;
  border-top-right-radius: 400px;
}
.our-service .box .left {
  width: 50%;
  vertical-align: middle;
}
.our-service .box .left ul li {
  height: 845px;
}
.our-service .box .left ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-service .box .left ul ul.slick-dots {
  position: absolute;
  right: 15%;
  bottom: 5%;
}
.our-service .box .left ul ul.slick-dots li {
  display: inline-block;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background-color: white;
}
.our-service .box .left ul ul.slick-dots li.slick-active {
  background-color: #01019f;
}
.our-service .box .left ul ul.slick-dots li button {
  display: none;
}
.our-service .box .left ul ul.slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.our-service .box .right {
  width: 50%;
  vertical-align: middle;
}
.our-service .box .right .content {
  max-width: 670px;
  padding: 0 15px;
  margin-left: 70px;
}
.our-service .box .right .content h6 {
  margin: 10px 0;
  font-family: 'Myriad-Bold';
}
.our-service .box .right .content h2 {
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 1;
  font-family: 'Myriad-Bold';
  position: relative;
  z-index: 1;
}
.our-service .box .right .content h2::before {
  content: attr(data-text);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -70px;
  bottom: 0;
  z-index: -1;
  font-size: 120px;
  line-height: 1;
  font-family: 'MonotypeCorsiva';
}
.our-service .box .right .content p {
  opacity: .7;
  margin: 30px 0 60px;
}
.our-service .box .right .content a.btn {
  background-color: white;
  color: black;
}
.our-service .box .right .content a.btn:hover {
  background-color: black;
  color: white;
}
.our-service .box .right .content a.btn:not(:last-child) {
  margin-right: 20px;
}
.our-news {
  padding-top: 140px;
}
.our-news h2.home-tit span {
  color: rgba(0, 0, 0, 0.1);
}
.our-news .box {
  padding: 0 120px;
}
.our-news .box .list {
  position: relative;
}
.our-news .box .list > span {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #e5e5e5;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-news .box .list > span:hover {
  background-color: #01019f;
  color: white;
}
.our-news .box .list > span.left-btn {
  left: -120px;
}
.our-news .box .list > span.right-btn {
  right: -120px;
}
.our-news .box .list ul {
  margin: 0 -60px;
}
.our-news .box .list ul li {
  padding: 50px 60px 80px;
  /*border-right: 1px solid #e4e4e4;*/
}
.our-news .box .list ul li .cat {
  font-size: 16px;
}
.our-news .box .list ul li .tit {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}
.our-news .box .list ul li p {
  color: #505050;
  min-height: 192px;
  margin-top: 30px;
}
.our-news .box .list ul li .date {
  font-size: 24px;
}
.init-5 {
  background-color: #01019f;
  color: white;
  padding: 120px 0;
  border-top-left-radius: 300px;
}
.init-5 h2.home-tit span {
  color: rgba(255, 255, 255, 0.1);
}
.init-5 .form ul {
  margin: -20px -10px;
}
.init-5 .form ul li {
  padding: 20px 10px;
  letter-spacing: -5px;
}
.init-5 .form ul li label {
  width: 30%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  /*font-weight: 700;*/
  letter-spacing: 0;
  line-height: 1;
}
.init-5 .form ul li input {
  letter-spacing: 0;
  width: 70%;
  display: inline-block;
  vertical-align: bottom;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  font-size: 16px;
  background: 0 0;
  line-height: 40px;
  height: 40px;
}
.init-5 .form ul li:last-child {
  text-align: right;
}
.init-5 .form ul li:last-child button {
  width: 180px;
  height: 50px;
  border: none;
  border-radius: 50px;
  background-color: white;
  color: black;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-5 .form ul li:last-child button i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#footer {
  background-color: #1c1c1c;
  color: white;
  padding: 70px 0;
}
#footer .nav ul li {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Myriad-Bold';
  text-transform: uppercase;
  padding: 0 30px;
}
#footer .nav ul li:not(:last-child) {
  border-right: 1px solid white;
}
#footer p {
  font-size: 15px;
  margin: 60px 0 30px;
}
#footer a.login {
  font-size: 15px;
}
#footer a.login img {
  max-height: 15px;
  vertical-align: middle;
}
#footer .social-links {
  margin-top: 50px;
}
#footer .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d8d8d8;
  background-color: white;
  color: black;
  line-height: 40px;
  font-size: 20px;
}
#footer .social-links a:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 1550px) {
  .ui.container {
    width: 1400px;
  }
  #banner ul li .content .left {
    padding-left: 0;
  }
  #banner ul li .content .left h2 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #banner ul li .content .left h2 {
    font-size: 80px;
  }
  #banner ul li .content .left p {
    font-size: 40px;
  }
  .our-about .box .left {
    padding-right: 30px;
  }
  .our-about .box .right {
    padding-left: 30px;
  }
  .our-about .box .right h2 {
    font-size: 45px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-about .box .right ul li h4 {
    font-size: 18px;
  }
  .our-about .box .right ul li .flex .num {
    font-size: 40px;
  }
  h2.home-tit {
    font-size: 50px;
  }
  .our-service .box .right .content h2 {
    font-size: 50px;
  }
  .our-service .box .right .content {
    margin-left: 0;
  }
  .our-news .box .list ul {
    margin: 0 -30px;
  }
  .our-news .box .list ul li {
    padding: 50px 30px 80px;
  }
  .init-5 .form ul li label {
    font-size: 20px;
  }
  #header .nav .ui.menu .logo {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 20px;
  }
  .hover-language {
    font-size: 14px;
  }
  #banner ul li .content .left h6 {
    font-size: 18px;
  }
  #banner ul li .content .left h2 {
    font-size: 60px;
  }
  #banner ul li .content .left p {
    font-size: 30px;
  }
  a.btn {
    font-size: 16px;
    line-height: 40px;
    padding: 0 25px;
  }
  .our-about .box .right h3 {
    font-size: 24px;
  }
  .our-about .box .right h2 {
    font-size: 35px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-about .box .right ul li .flex .num {
    font-size: 30px;
  }
  .our-about .box .right ul li .flex small {
    font-size: 16px;
  }
  .our-product .box ul {
    margin: -10px;
  }
  .our-product .box ul li {
    padding: 10px;
  }
  h2.home-tit {
    font-size: 35px;
  }
  .i-advantage .box ul li .content .text h3 {
    font-size: 20px;
  }
  .i-advantage .box ul li .content::before {
    width: 80px;
    height: 80px;
  }
  .i-advantage .box ul li .content {
    padding-left: 100px;
  }
  .our-service .box .right .content h2 {
    font-size: 35px;
  }
  .our-news .box .list ul li .cat {
    font-size: 20px;
  }
  .our-news .box .list ul li .tit {
    font-size: 20px;
  }
  .our-news .box .list ul li .date {
    font-size: 20px;
  }
  .our-news .box {
    padding: 0 80px;
  }
  .our-news .box .list > span.left-btn {
    left: -80px;
  }
  .our-news .box .list > span.right-btn {
    right: -80px;
  }
  .our-about {
    border-bottom-left-radius: 200px;
  }
  .our-service {
    border-top-right-radius: 200px;
  }
  .init-5 {
    border-top-left-radius: 200px;
  }
  .init-5 .form ul li label {
    font-size: 16px;
  }
  #footer .nav ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .content .left h6 {
    font-size: 14px;
  }
  #banner ul li .content .left h2 {
    font-size: 40px;
  }
  #banner ul li .content .left p {
    font-size: 20px;
    padding-bottom: 20px;
  }
  a.btn {
    font-size: 14px;
  }
  .our-about .box .left {
    display: none;
  }
  .our-about .box .right {
    width: 100%;
    padding-left: 0;
  }
  .our-about {
    padding: 90px 0;
  }
  .our-product {
    padding-top: 90px;
  }
  .our-product .box ul li {
    width: 33.33%;
  }
  .our-product .box ul li:nth-child(6) ~ li {
    display: none;
  }
  .our-product .box ul li:first-child .img::before {
    display: none;
  }
  .our-product .box ul li:last-child .img::before {
    display: none;
  }
  .i-advantage {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .i-advantage .box {
    margin-top: 60px;
  }
  .i-advantage .box ul {
    margin: -20px -10px;
  }
  .i-advantage .box ul li {
    width: 50%;
    padding: 20px 10px;
  }
  .our-service {
    padding: 90px 0;
  }
  .our-service .box .left {
    display: none;
  }
  .our-service .box .right {
    width: 100%;
  }
  .our-service .box .right .content {
    max-width: 700px;
    margin: 0 auto;
  }
  .our-about .box .right h2::before {
    display: none;
  }
  .our-service .box .right .content h2::before {
    display: none;
  }
  .our-news .box .list > span {
    display: none;
  }
  .our-news .box {
    padding: 0;
  }
  .our-news {
    padding-top: 90px;
  }
  .init-5 {
    padding: 90px 0;
  }
  .init-5 .grid-box.three > .column {
    width: 50%;
  }
  #footer .nav ul li {
    font-size: 16px;
    padding: 0 20px;
  }
  .init-5 .form ul li label {
    width: 100%;
  }
  .init-5 .form ul li input {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .our-about {
    border-bottom-left-radius: 80px;
  }
  .our-service {
    border-top-right-radius: 80px;
  }
  .init-5 {
    border-top-left-radius: 80px;
  }
  #banner ul li .content .left h6 {
    font-size: 12px;
  }
  #banner ul li .content .left h2 {
    font-size: 30px;
    margin: 10px 0;
  }
  a.btn {
    font-size: 12px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-product {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .our-product .box {
    margin-bottom: 40px;
  }
  .i-advantage {
    display: none;
  }
  .our-service {
    padding: 60px 0;
  }
  .our-service .box .right .content p {
    margin: 30px 0;
  }
  .our-news {
    padding-top: 60px;
  }
  .our-news .box .list ul {
    margin: 0 -15px;
  }
  .our-news .box .list ul li {
    padding: 50px 15px 80px;
  }
  .our-news .box .list ul li .cat {
    font-size: 18px;
  }
  .our-news .box .list ul li .tit {
    font-size: 18px;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-news .box .list ul li .date {
    font-size: 18px;
  }
  .init-5 .form ul li:last-child button {
    font-size: 16px;
    width: 150px;
    height: 40px;
  }
  #footer .nav {
    display: none;
  }
  #footer p {
    margin: 0 0 30px;
  }
  .our-product .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li{
    height: 300px;
  }

  #banner ul li .content .left {
    width: 100%;
    text-align: center;
  }
  #banner ul li .content .right {
    display: none;
  }
  #banner ul li .content .left p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .our-about .box .right h2 {
    font-size: 24px;
  }
  .our-about .box .right ul li h4 {
    font-size: 14px;
  }
  .our-about .box .right ul li .flex img {
    width: 25px;
  }
  .our-about .box .right ul li .flex .num {
    font-size: 24px;
  }
  .our-about .box .right ul li .flex small {
    font-size: 12px;
  }
  h2.home-tit {
    font-size: 24px;
  }
  .our-product .box ul li {
    width: 100%;
  }
  .our-service .box .right .content h2 {
    font-size: 24px;
  }
  .our-news .box .list ul li {
    border: none;
  }
  .init-5 .grid-box.three > .column {
    width: 100%;
  }
  .init-5 .form ul li input {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
}
.inner-banner {
  overflow: hidden;
  position: relative;
}
.inner-banner .mbx {
  font-size: 16px;
  color: white;
}
.inner-banner h2 {
  font-size: 60px;
  text-shadow: 0 2px 0 black;
  font-family: 'Myriad-Bold';
  color: white;
}
.inner-banner .chr-banner-bg {
  border-bottom-left-radius: 400px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat fixed top;
}
.inner-banner .chr-content-container {
  position: relative;
  width: 100%;
  max-width: 1700px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
.inner-banner .chr-banner-content {
  height: 430px;
  padding-left: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 50;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-banner .chr-banner-content .chr-banner-content-inner {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 90px;
}
.inner-banner .ui.container,
.inner-page .ui.container {
  width: 1400px;
}
@media screen and (max-width: 1400px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 100%;
  }
}
.about-page h6 {
  font-size: 18px;
  font-family: 'Myriad-Bold';
  text-transform: uppercase;
}
.about-page h6::before,
.about-page h6::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 1px;
  background-color: #01019f;
}
.about-page h6::before {
  margin-right: 7px;
}
.about-page h6::after {
  margin-left: 7px;
}
.about-page .about-1 {
  padding: 90px 0;
}
.about-page .about-1 .title {
  max-width: 640px;
  margin-left: auto;
}
.about-page .about-1 h6::after {
  display: none;
}
.about-page .about-1 h2 {
  font-size: 50px;
  font-family: 'Myriad-Bold';
  line-height: .8;
  margin-top: 20px;
}
.about-page .about-1 h2 span {
  font-family: 'MonotypeCorsiva';
  color: #01019f;
}
.about-page .about-1 .box {
  margin-top: 25px;
}
.about-page .about-1 .img {
  position: relative;
}
.about-page .about-1 .img::before {
  content: url(../images/about-yuan.png);
  position: absolute;
  left: -92px;
  top: -113px;
}
.about-page .about-1 .text {
  color: #858585;
  margin-top: 60px;
}
.about-page .about-1 .text p:not(:last-child) {
  margin-bottom: 40px;
}
.about-page .about-1 .list {
  margin-top: 90px;
}
.about-page .about-1 .list ul {
  margin: 0 -40px;
}
.about-page .about-1 .list ul li {
  padding: 0 40px;
  width: 25%;
  vertical-align: middle;
  position: relative;
}
.about-page .about-1 .list ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d2d2d2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 .list ul li .flex {
  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;
}
.about-page .about-1 .list ul li .flex .content {
  margin-left: 20px;
}
.about-page .about-1 .list ul li .flex .content h3 {
  font-size: 40px;
  line-height: 1;
  color: #01019f;
}
.about-page .about-1 .list ul li .flex .content h3 em {
  font-family: 'Myriad-Bold';
  vertical-align: middle;
}
.about-page .about-1 .list ul li .flex .content h3 small {
  font-size: 16px;
  vertical-align: middle;
}
.about-page .about-1 .list ul li .flex .content p {
  font-size: 16px;
  color: #545252;
}
.about-page .about-2 {
  background-color: #01019f;
  color: white;
  padding: 90px 0 100px;
  border-top-right-radius: 300px;
}
.about-page .about-2 h6::before,
.about-page .about-2 h6::after {
  background-color: white;
}
.about-page .about-2 h2 {
  font-size: 80px;
  font-family: 'Myriad-Bold';
}
.about-page .about-2 .box {
  max-width: 1660px;
  margin-left: auto;
  padding-left: 15px;
}
.about-page .about-2 .title {
  max-width: 1400px;
}
.about-page .about-2 .list {
  margin-top: 80px;
}
.about-page .about-2 .swiper-container {
  padding-right: 125px;
}
.about-page .about-2 .dots {
  margin-top: 100px;
}
.about-page .about-2 .swiper-scrollbar {
  height: 6px;
  max-width: 380px;
  margin: 0 auto;
  background: #959595;
  border-radius: unset;
}
.about-page .about-2 .swiper-scrollbar-drag {
  background: white;
  border-radius: unset;
}
.about-page .about-3 {
  padding: 80px 0;
}
.about-page .about-3 .box {
  max-width: 1660px;
  margin-left: auto;
  padding-left: 15px;
}
.about-page .about-3 h6:before,
.about-page .about-3 h6:after {
  display: none;
}
.about-page .about-3 .list {
  margin-top: 65px;
}
.about-page .about-3 .swiper-container {
  padding-right: 370px;
}
.about-page .about-3 .dots {
  margin-top: 25px;
}
.about-page .about-3 .swiper-scrollbar {
  height: 6px;
  background: #e3e3e3;
  border-radius: unset;
}
.about-page .about-3 .swiper-scrollbar-drag {
  background: #01019f;
  border-radius: unset;
}
.about-page .about-4 {
  padding: 80px 0;
}
.about-page .about-4 .title {
  display: inline-block;
  text-align: left;
}
.about-page .about-4 .img {
  margin-top: 80px;
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .list ul {
    margin: 0 -20px;
  }
  .about-page .about-1 .list ul li {
    padding: 0 20px;
  }
  .about-page .about-1 .list ul li .flex .content p {
    font-size: 14px;
  }
  .about-page .about-1 h2 {
    font-size: 50px;
  }
  .about-page .about-2 h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .chr-banner-bg {
    border-bottom-left-radius: 200px;
  }
  .about-page .about-2 {
    border-top-right-radius: 200px;
  }
  .inner-banner .chr-banner-content {
    height: 400px;
  }
  .about-page .about-1 .list ul li {
    padding: 0;
  }
  .about-page .about-1 .list ul li::after {
    display: none;
  }
  .about-page .about-1 h2 {
    font-size: 35px;
  }
  .about-page .about-2 h2 {
    font-size: 35px;
  }
  .about-page .about-1 .list ul li .flex .content h3 {
    font-size: 30px;
  }
  .about-page .about-1 .list ul li .flex img {
    width: 50px;
  }
  .inner-banner h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .chr-banner-bg {
    background: no-repeat 50%;
  }
  .inner-banner .chr-banner-content {
    height: 200px;
    padding-left: 50px;
  }
  .inner-banner .chr-banner-content .chr-banner-content-inner {
    margin-bottom: 30px;
  }
  .about-page .about-1 .text {
    margin-top: 30px;
  }
  .about-page .about-1 .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-page .about-1 .list {
    margin-top: 30px;
  }
  .about-page .about-1 .list ul {
    margin: -20px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 20px;
  }
  .about-page .about-1 .img::before {
    display: none;
  }
  .about-page .about-2 .list {
    margin-top: 30px;
  }
  .about-page .about-2 .dots {
    margin-top: 30px;
  }
  .about-page .about-3 .swiper-container {
    padding-right: 150px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 .img {
    margin-top: 30px;
  }
  .inner-banner .chr-banner-content .chr-banner-content-inner {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .chr-banner-bg {
    border-bottom-left-radius: 80px;
  }
  .about-page .about-2 {
    border-top-right-radius: 80px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-2 .swiper-container {
    padding-right: 0;
  }
  .about-page .about-2 .box {
    padding-right: 15px;
  }
  .about-page .about-3 .box {
    padding-right: 15px;
  }
  .about-page .about-3 .swiper-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 24px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-banner .chr-banner-content {
    height: 150px;
    padding-left: 30px;
  }
  .inner-banner .chr-banner-bg {
    border-bottom-left-radius: 0;
  }
  .about-page .about-1 h2 {
    font-size: 24px;
  }
  .about-page .about-1 .list ul li .flex img {
    display: none;
  }
  .about-page .about-1 .list ul li .flex .content {
    margin-left: 0;
  }
  .about-page .about-2 h2 {
    font-size: 24px;
  }
  .about-page .about-1 .list ul {
    margin: -10px;
  }
  .about-page .about-1 .list ul li {
    padding: 10px;
  }
}
h2.inner-tit {
  font-size: 40px;
  font-family: 'Myriad-Bold';
  position: relative;
  line-height: 130px;
  padding-left: 60px;
  font-weight: bold;
}
h2.inner-tit.small{
  line-height: 1;
}
h2.inner-tit span{
    font-family: 'MonotypeCorsiva';
    color: #01019f;
}
h2.inner-tit::before {
  content: url(../images/inner-tit-yuan.png);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  z-index: -1;
}
.faq-page {
  padding: 100px 0;
}
.faq-page h3 {
  font-size: 38px;
  font-family: 'Myriad-Bold';
  margin-top: 20px;
}
.faq-page .list {
  margin-top: 60px;
}
.faq-page .list ul li {
  padding: 50px 0;
  border-top: 1px solid #dcdcdc;
}
.faq-page .list ul li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.faq-page .list ul li h4 {
  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;
  font-size: 24px;
  position: relative;
  padding-right: 130px;
  cursor: pointer;
}
.faq-page .list ul li h4 img {
  margin: 0 15px;
}
.faq-page .list ul li h4 span {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 74px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid #bfbfbf;
}
.faq-page .list ul li .faq-q {
  font-size: 20px;
  padding: 40px 80px;
  display: none;
}
.faq-page .list ul li.active h4 span {
  background-color: #01019f;
  border-color: #01019f;
  color: white;
}
@media screen and (max-width: 1200px) {
  h2.inner-tit {
    font-size: 50px;
  }
  .faq-page h3 {
    font-size: 24px;
  }
  .faq-page .list ul li h4 {
    font-size: 20px;
  }
  .faq-page .list ul li .faq-q {
    font-size: 18px;
    padding: 20px 80px;
  }
  .faq-page .list ul li {
    padding: 30px 0;
  }
  .faq-page .list ul li h4 span {
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 15px;
  }
  .faq-page .list ul li h4 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page {
    padding: 60px 0;
  }
  h2.inner-tit {
    font-size: 35px;
  }
  .faq-page h3 {
    font-size: 20px;
  }
  .faq-page .list {
    margin-top: 30px;
  }
  .faq-page .list ul li h4 {
    font-size: 16px;
  }
  .faq-page .list ul li .faq-q {
    font-size: 14px;
  }
}
.contact-page .contact-1 {
  padding: 100px 0;
}
.contact-page .contact-1 h3 {
  font-size: 38px;
  font-family: 'MonotypeCorsiva';
  margin-top: 20px;
}
.contact-page .contact-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}
.contact-page .contact-1 .box .left {
  width: 50%;
  padding-right: 50px;
  border-right: 1px solid #cccccc;
}
.contact-page .contact-1 .box .right {
  width: 50%;
  padding-left: 50px;
}
.contact-page .contact-1 .box h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.contact-page .contact-1 .box h4 img {
  margin-right: 20px;
  vertical-align: text-bottom;
}
.contact-page .contact-1 .box ul li {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .box ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 h3 {
    font-size: 20px;
  }
  .contact-page .contact-1 .box h4 {
    font-size: 24px;
  }
  .contact-page .contact-1 .box ul li {
    font-size: 18px;
  }
  .contact-page .contact-1 .box .left {
    padding-right: 30px;
  }
  .contact-page .contact-1 .box .right {
    padding-left: 30px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .box ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .box {
    display: block;
  }
  .contact-page .contact-1 .box .left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .contact-page .contact-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .box h4 {
    margin-bottom: 10px;
  }
}
.news-page {
  padding: 100px 0;
}
.news-page .new-silder {
  margin-top: 60px;
}
.news-page .new-silder h3 {
  font-size: 24px;
  font-family: 'Myriad-Bold';
  display: inline-block;
  vertical-align: middle;
}
.news-page .new-silder h3::after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: black;
  vertical-align: middle;
  margin: 0 15px;
}
.news-page .new-silder ul {
  display: inline-block;
  vertical-align: middle;
}
.news-page .new-silder ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 45px;
  border-radius: 30px;
}
.news-page .new-silder ul li a {
  display: block;
  min-width: 130px;
  text-align: center;
  padding: 0 30px;
}
.news-page .new-silder ul li:hover,
.news-page .new-silder ul li.active {
  background-color: #01019f;
  color: white;
}
.news-page .list {
  margin-top: 55px;
}
.news-page .list ul li {
  padding: 30px 0;
  border-top: 1px solid #bfbfbf;
}
.news-page .list ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.news-page .list ul li .content {
  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;
}
.news-page .list ul li .content .img {
  width: auto;
}
.news-page .list ul li .content .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
  margin-right: 30px;
}
.news-page .list ul li .content .text .date {
  font-size: 24px;
}
.news-page .list ul li .content .text .date span {
  color: #01019f;
}
.news-page .list ul li .content .text p {
  font-size: 24px;
  margin: 25px 0;
  width: 75%;
  line-height: 2;
}
.news-page .list ul li .content a.btn {
  background-color: #01019f;
  color: white;
}
@media screen and (max-width: 1200px) {
  .news-page .new-silder h3 {
    font-size: 24px;
  }
  .news-page .new-silder ul li {
    font-size: 20px;
  }
  .news-page .list ul li .content .text p {
    width: 100%;
  }
  .news-page .list ul li .content .text p {
    font-size: 18px;
  }
  .news-page .list ul li .content .text .date {
    font-size: 18px;
  }
  .news-page .list ul li .content .text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page .new-silder {
    display: none;
  }
  .news-page .list ul {
    font-size: 0;
    margin: -30px -10px;
  }
  .news-page .list ul li {
    width: 50%;
    display: inline-block;
    padding: 30px 10px;
    vertical-align: top;
  }
  .news-page .list ul li .content {
    display: block;
  }
  .news-page .list ul li .content .text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .news-page .list ul li:last-child {
    border-bottom: none;
  }
  .news-page .list ul li .content .text .date {
    font-size: 14px;
  }
  .news-page .list ul li .content .text p {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .list ul li {
    width: 100%;
  }
}
.product-page {
  padding: 100px 0 60px;
}
.product-page .product-1 {
  background: url(../images/product-bg.png) no-repeat left bottom;
  padding-bottom: 190px;
  /*padding-top: 50px;*/
}
.product-page .product-1 .box:before {
  left: 100%;
}
.product-page .product-2 {
  background: url(../images/product-bg2.png) no-repeat right bottom;
  padding-bottom: 190px;
  padding-top: 50px;
}
.product-page .product-2 .box:before {
  right: 100%;
}
.product-page .product-2 .img {
  left: 50%;
}
.product-page .product-2 .list {
  right: 50%;
}
.product-page .title .left {
  width: 50%;
  vertical-align: middle;
}
.product-page .title .right {
  width: 50%;
  vertical-align: middle;
}
.product-page .title .right a.btn {
  background-color: #01019f;
  color: white;
}
.product-page .box {
  position: relative;
}
.product-page .box::before {
  content: url(../images/product-after.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .box .img {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.product-page .box .list {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.product-page .box .list ul li {
  width: 50%;
  /*border: 3px solid #eeeeee;
  background-color: #ffffff;*/
  padding: 5px;
}
.product-page .box .list ul li .inner {
  cursor: pointer;
  position: relative;
  border: 3px solid #f6f6f6;
  background-color:#ffffff;
}
.product-page .box .list ul li .inner img {
  width: 100%;
}
.product-page .box .list ul li .inner::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #01019f;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, 20px);
  -moz-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #01019f;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, 20px);
  -moz-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner .hover::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #01019f;
  border-left: none;
  border-top: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, -20px);
  -moz-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner .hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #01019f;
  border-right: none;
  border-top: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, -20px);
  -moz-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner:hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-page .box .list ul li .inner:hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-page .box .list ul li .inner:hover .hover {
  opacity: 1;
}
.product-page .box .list ul li .inner:hover .hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-page .box .list ul li .inner:hover .hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .product-page .box::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-2 {
    padding-bottom: 90px;
  }
  .product-page .product-1 {
    padding-bottom: 90px;
  }
  .product-page {
    padding: 60px 0;
  }

  .product-page .box .img {
    width: 100%;
  }
  .product-page .box .list {
    width: 100%;
  }
  .product-page .product-2 .img {
    left: auto;
  }
  .product-page .product-2 .list {
    right: auto;
  }
}
@media screen and (max-width: 700px) {
  
  .product-page .product-2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .product-page .product-1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .product-page .title .left {
    width: 100%;
  }
  .product-page .title .right {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .product-page .box .list ul li{
    width: 100%;
  }
}

.prodet-page {
  padding: 100px 0;
}
.prodet-page .prodet-1 .title .left {
  width: 40%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .title .right {
  width: 60%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .title .right h6 {
  font-size: 24px;
}
.prodet-page .prodet-1 .title .right h1 {
  font-size: 36px;
  font-family: 'Myriad-Bold';
}
.prodet-page .prodet-1 .content {
  margin-top: 20px;
}
.prodet-page .prodet-1 .content .img {
  width: 50%;
}
.prodet-page .prodet-1 .content .list {
  width: 14%;
}
.prodet-page .prodet-1 .content .list ul li {
  border: 1px solid #eeeeee;
}
.prodet-page .prodet-1 .content .list ul li .inner {
  cursor: pointer;
  position: relative;
}
.prodet-page .prodet-1 .content .list ul li .inner img {
  width: 100%;
}
.prodet-page .prodet-1 .content .list ul li .inner::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #01019f;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, 20px);
  -moz-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #01019f;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, 20px);
  -moz-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner .hover::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #01019f;
  border-left: none;
  border-top: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, -20px);
  -moz-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner .hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #01019f;
  border-right: none;
  border-top: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, -20px);
  -moz-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover .hover {
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover .hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover .hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .text {
  width: 50%;
  font-size: 16px;
  padding-left: 25px;
}
/*.prodet-page .prodet-1 .content .text table,
.prodet-page .prodet-1 .content .text tbody,
.prodet-page .prodet-1 .content .text table tr {
  display: block;
  width: 100%;
}
.prodet-page .prodet-1 .content .text table td {
  border: none;
  display: inline-block;
  font-size: 16px;
}
.prodet-page .prodet-1 .content .text table tr {
  margin-bottom: 4px;
  border: 1px solid #dedede;
  font-size: 0;
}
.prodet-page .prodet-1 .content .text table td:first-child {
  width: 25%;
  padding: 20px;
}
.prodet-page .prodet-1 .content .text table td:last-child {
  width: 75%;
}*/

.prodet-page .prodet-1 .content .text h1{
  font-size: 48px;
  font-family: 'Myriad-Bold';
}

.prodet-page .prodet-1 .content .text .share h4 {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  line-height: 50px;
}
.prodet-page .prodet-1 .content .text .share .fl a {
  display: inline-block;
  margin-left: 20px;
  color: #9a9a9a;
  line-height: 50px;
}
.prodet-page .prodet-1 .content .text .share a.btn {
  background-color: #01019f;
  color: white;
}
.prodet-page .prodet-2 {
  padding-top: 60px;
}
.prodet-page .prodet-2 .box {
  margin-top: 55px;
  font-size: 16px;
}
.prodet-page .prodet-2 .box table td,
.prodet-page .prodet-2 .box table th{
  padding: 20px;
  width: 33.33%;
}
.prodet-page .prodet-2 .box table tbody:first-of-type tr:first-of-type{
  background-color: #01019f;
  color: white;
}
.prodet-page .prodet-2 .box table tr:nth-child(odd){
  background: #fbfbfb;
}
.prodet-page .prodet-3 {
  padding-top: 60px;
}
.prodet-page .prodet-3 .box {
  margin-top: 55px;
}
.prodet-page .prodet-3 .box ul {
  margin: -18px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 18px;
}
.prodet-page .prodet-3 .box ul li .img {
  border: 1px solid #eeeeee;
}
.prodet-page .prodet-3 .box ul li p {
  font-size: 16px;
  margin-top: 15px;
}
h2.prodet-tit {
  font-size: 36px;
  font-family: 'Myriad-Bold';
  position: relative;
  padding: 30px 0 30px 50px;
  border-bottom: 1px solid #e3e3e3;
}
h2.prodet-tit::before {
  content: url(../images/prodet-yuan.png);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
h2.prodet-tit span {
  color: #01019f;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .title .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .content .text table td {
    font-size: 12px;
  }
  .prodet-page .prodet-1 .content .text table td:first-child {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .title .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .title .right {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .content .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .content .list {
    width: 22%;
  }
  .prodet-page .prodet-1 .content .text {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .content .text h1{
    font-size: 30px;
  }
  .prodet-page {
    padding: 60px 0;
  }
  h2.prodet-tit {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .box ul {
    margin: -10px;
  }
  .prodet-page .prodet-3 .box ul li {
    padding: 10px;
  }
}



.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #01019f none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #01019f;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #01019f;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #01019f;
  text-decoration: underline;
}


.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #01019f;
  color: white;
}



/* banner-animte */
.chr-banner-canvas{
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.chr-banner-canvas i{
  top:100%;
  border:20px solid rgba(255,255,255,.3);
  border-radius: 50%;
  animation: square 15s infinite;
    transition-timing-function: linear;
}


.chr-banner-canvas i:nth-child(2) {
  animation-delay: 2s;
  animation-duration: 7s;
}
.chr-banner-canvas i:nth-child(3) {
  animation-delay: 4s;
}
.chr-banner-canvas i:nth-child(4) {
  animation-duration: 8s;
}

@keyframes square {
  0% {
    opacity: 0.5;
    transform: translateY(0px) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-250px) scale(1.3);
  }
  100% {
    opacity: 0;
    transform: translateY(-500px) scale(1);
  }
}
/* end */




.lg-page {
  padding: 100px 0;
}
.lg-page .title {
  text-align: center;
  text-transform: uppercase;
  color: #1c1c1e;
  padding: 2rem 0;
}
.lg-page .title span {
  font-size: 18px;
}
.lg-page .title h3 {
  font-size: 3rem;
  font-family: 'Gotham-Bold';
  line-height: 1.1;
}
.lg-page ul.grid-box {
  margin: -10px;
}
.lg-page ul.grid-box li.column {
  padding: 10px;
}
.lg-page ul.grid-box li.column .ig {
  display: block;
  position: relative;
  overflow: hidden;
}
.lg-page ul.grid-box li.column .ig::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.lg-page ul.honour-ig.grid-box li.column .ig::after {
  display: none;
}
.lg-page ul.grid-box li.column .ig img {
  width: 100%;
}
.lg-page ul.grid-box li.column .ig span {
  z-index: 2;
  position: absolute;
  top: 3rem;
  left: 3rem;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 5px;
}
.lg-page ul.grid-box li.column .ig span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity ease 0.4s, width ease 0.4s;
  -ms-transition: opacity ease 0.4s, width ease 0.4s;
  transition: opacity ease 0.4s, width ease 0.4s;
}
.lg-page ul.grid-box li.column .ig span:hover::after {
  opacity: 1;
  left: -1px;
  width: 100%;
}
.lg-page ul.grid-box li.column .ig .text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.lg-page ul.grid-box li.column .ig .text h4 {
  font-size: 1.8rem;
  font-family: 'Anton';
  text-transform: uppercase;
  line-height: 1.2;
}
.lg-page ul.grid-box li.column .ig .text p {
  position: absolute;
  bottom: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  opacity: 0;
  margin-top: 1.5rem;
  -webkit-transition: transform ease .25s, opacity ease .25s;
  -ms-transition: transform ease .25s, opacity ease .25s;
  transition: transform ease .25s, opacity ease .25s;
  -webkit-transform: translateY(58px);
  -moz-transform: translateY(58px);
  -ms-transform: translateY(58px);
  -o-transform: translateY(58px);
  transform: translateY(58px);
}
.lg-page ul.grid-box li.column .ig:hover .text {
  -webkit-transform: translateY(-58px);
  -moz-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  -o-transform: translateY(-58px);
  transform: translateY(-58px);
}
.lg-page ul.grid-box li.column .ig:hover .text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 992px) {
  .lg-page ul.grid-box li.column {
    width: 100%;
  }
  .lg-page ul.honour-ig.grid-box li.column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .lg-page ul.honour-ig.grid-box li.column {
    width: 50%;
  }
  .lg-page ul.grid-box li.column .ig span {
    font-size: 14px;
  }
  .lg-page ul.grid-box li.column .ig .text {
    position: relative;
    color: #000;
    background-color: #fff;
    padding: 10px;
  }
  .lg-page ul.grid-box li.column .ig .text h4 {
    font-size: 20px;
  }
  .lg-page ul.grid-box li.column .ig:hover .text p {
    display: none;
  }
  .lg-page ul.grid-box li.column .ig:hover .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}




/* 分页 */
.m-page{
  text-align: center;
  margin-top: 80px;
}
.m-page a,
.m-page span{
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  margin: 0 5px;
}

.m-page a:hover,
.m-page span{
  background-color: #01019f;
  color: white;
}




.factory_title .column{
  width: 50%;
  vertical-align: middle;
}
.factory_title .column a{
  display: inline-block;
  border: 1px solid #01019f;
  background-color: black;
  color: white;
  font-size: 18px;
  padding: 10px 15px;
  margin-left: 10px;
  transition: .3s ease;
}
.factory_title .column a:hover,
.factory_title .column a.active{
  background-color: #01019f;
  color: white;
}

@media screen and (max-width: 1000px) {
  .factory_title .column{
    width: 100%;
  }
  .factory_title .column:nth-child(2){
    display: none;
  }
}


.new_product_container li{
  background: #01019f;
  color: #fff;
  border-radius: 0 90px 0 0;
}
.new_product_container li:not(:last-child){
  margin-bottom: 30px;
}
.new_product_container .img,
.new_product_container .mml-text{
  width: 50%;
  vertical-align: middle;
}

.new_product_container .img{
  background-color: #eeeeee; /* 针对不支持渐变的浏览器 */
  background-image: radial-gradient(#ffffff, #eeeeee);
}

.new_product_container .mml-text{
  padding: 0 50px;
}

.new_product_container .mml-text h4{
  font-size: 40px;
  font-family: 'Myriad-Bold';
}

.new_product_container .mml-text .read_more a{
  display: inline-block;
  font-family: 'Myriad-Bold';
  padding: 10px 25px;
  color: #01019f;
  background: #fff;
  border-radius: 50px;
}

@media screen and (max-width: 1400px) {
  .new_product_container .mml-text h4{
    font-size: 30px;
  }

  .new_product_container .mml-text{
    padding: 0 30px;
  }
}

@media screen and (max-width: 1000px) {
  .new_product_container .img,
  .new_product_container .mml-text{
    width: 100%;
  }

  .new_product_container .mml-text{
    padding: 30px 15px;
  }

  .new_product_container li{
    border-radius: 0;
  }
}


.pro_list .slick-dots{
  margin-top: 20px;
  text-align: center;
}
.pro_list .slick-dots li{
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #cccccc;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
}
.pro_list .slick-dots li.slick-active{
  background: #01019f;
}
.pro_list .slick-dots li button{
  display: none;
}



.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;
  cursor: hand;
}
.play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
  font-size: 30px;
  color: black;
}
.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: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-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: .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: .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: .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: .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;
  }
}