/*@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap');*/

body {
  font-family:"Microsoft YaHei",微软雅黑;
}
h2.inner {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}
p {
  line-height: 1.8;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1440px;
}

/* 头部导航_产品 */
#pro-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%;
  left: 0;
  width: 750px;
  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:hover #pro-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;
}

#pro-menu{
  padding: 20px;
}

#pro-menu ul{
  display: flex;
}

#pro-menu ul li{
  width: 50%;
  padding: 0 20px;
  position: relative;
}

#pro-menu ul li:not(:first-child):before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e7e7e7;
}

#pro-menu ul li h4{
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  color: black;
}

#pro-menu ul li h4:before{
  content: "";
  width: 7px;
  height: 18px;
  border-radius: 3.5px;
  position: absolute;
  left: 0;
  top: 6px;
}

#pro-menu ul li:nth-child(1) h4:before{
  background-color: #142280;
}
#pro-menu ul li:nth-child(2) h4:before{
  background-color: #0090a7;
}
#pro-menu ul li:nth-child(3) h4:before{
  background-color: #c6d944;
}

#pro-menu ul li p{
  font-size: 14px;
  line-height: 1.5;
  color: black;
}

/* end */



/* 分页 */
.m-page{
  padding: 30px 0;
  margin: 60px 0;
}
.m-page a,
.m-page span{
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}
.m-page span{
  background-color: #eaeaea;
}
.m-page .next,
.m-page .prev{
  color: white;
  background-color: #41aba7;
}

/* end */

/* 地图 */
.contact-page{
  position: relative;
  z-index: 10;
}
/*.map{
  margin: -200px 0 -60px;
}*/
.amap-logo{
  display: none!important;
}
.button-group{
  display: none!important;
}
/* end */


#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}
#header.inner {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding: 30px 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#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;
  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: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 18px;
  color: #142380;
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.pro ~ ul.sub-menu {
  display: none!important;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -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 a: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 .search-pro {
  background-color: white;
  font-size: 0;
  border-radius: 30px;
}
#header .nav .ui.menu .search-pro form {
  vertical-align: middle;
  display: inline-block;
}
#header .nav .ui.menu .search-pro input[type="text"] {
  float: right;
  width: 50px;
  height: 26px;
  border: none;
  font-size: 14px;
}
#header .nav .ui.menu .search-pro input[type="submit"] {
  float: left;
  width: 40px;
  height: 26px;
  background: url(../images/black-search.png) no-repeat center;
  border: none;
}
#header .nav .ui.menu .search-pro .language {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
#header .nav .ui.menu .search-pro .language > a {
  display: block;
  font-size: 14px;
  width: 40px;
  line-height: 26px;
  text-align: center;
}
#header .nav .ui.menu .search-pro .language ul {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
#header .nav .ui.menu .search-pro .language ul li {
  font-size: 12px;
  background-color: white;
  text-align: center;
}
#header .nav .ui.menu .search-pro .language ul li:hover {
  background-color: #173590;
  color: white;
}
#header .nav .ui.menu .search-pro .language ul li a {
  display: block;
  padding: 5px 0;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 30px;
  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 .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 #666;
  width: auto;
  word-break: initial;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: white;
  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 {
  position: relative;
}
#banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 540px;
  background: url(../images/banner-after.png) no-repeat center right;
}
#banner ul li {
  position: relative;
  height: 825px;
}
#banner ul li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li h2 {
  font-size: 96px;
  line-height: 1;
  font-weight: 600;
  color: #173590;
  text-transform: uppercase;
}
#banner ul li p {
  font-size: 28px;
  font-weight: 300;
}
#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 .box {
  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;
}
#banner ul li .box .left {
  width: auto;
  margin: 0 65px;
}
#banner ul li .box .left .img {
  display: inline-block;
  position: relative;
}
#banner ul li .box .left .img .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%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  cursor: pointer;
  cursor: hand;
}
#banner ul li .box .left .img .play::before,
#banner ul li .box .left .img .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#banner ul li .box .left .img .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#banner ul li .box .left .img .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
}
#banner ul li .box .left .img::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 199, 200, 0.7);
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
  z-index: -1;
}
#banner ul li .box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 90px;
}
#banner .dots {
  position: absolute;
  right: 5%;
  bottom: 35px;
  z-index: 10;
}
#banner .dots .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 6px;
  vertical-align: bottom;
}
#banner .dots .slick-dots li button {
  font-size: 16px;
  background-color: transparent;
  border: none;
  width: 37px;
  text-align: left;
  color: white;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
#banner .dots .slick-dots li button::after {
  content: "";
  display: block;
  height: 5px;
  background-color: white;
  border-radius: 5px;
}
#banner .dots .slick-dots li.slick-active button {
  font-size: 24px;
  width: 80px;
  color: #173590;
}
#banner .dots .slick-dots li.slick-active button::after {
  background-color: #173590;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#index-body .font-60 {
  font-size: 60px;
  font-weight: 500;
}
#index-body .font-44 {
  font-size: 44px;
}
#index-body .init-1 {
  height: 1109px;
  background: url(../images/init-1-bg.jpg) no-repeat center;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#index-body .init-1 .box {
  display: table-cell;
  vertical-align: middle;
}
#index-body .init-1 .top .left {
  vertical-align: middle;
  width: 45%;
}
#index-body .init-1 .top .right {
  vertical-align: middle;
  width: 55%;
  padding-left: 60px;
}
#index-body .init-1 .top .right h6 {
  font-size: 32px;
  text-transform: uppercase;
}
#index-body .init-1 .top .right h2 {
  line-height: 1;
  font-size: 88px;
  font-weight: 600;
  color: #173590;
  text-transform: uppercase;
}
#index-body .init-1 .top .right h3 {
  color: #254092;
  padding-top: 15px;
}
#index-body .init-1 .top .right p {
  margin-top: 15px;
  line-height: 1.8;
}
#index-body .init-1 .bottom {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
#index-body .init-1 .bottom .left {
  width: 45%;
  vertical-align: middle;
  padding-left: 30px;
  position: relative;
}
#index-body .init-1 .bottom .left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 290px;
  height: 390px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
  background-color: #ecf7f7;
  z-index: -1;
}
#index-body .init-1 .bottom .left h2 {
  line-height: 1;
}
#index-body .init-1 .bottom .left h3 {
  color: #0091a7;
  padding-top: 15px;
}
#index-body .init-1 .bottom .left p {
  line-height: 1.8;
  margin-bottom: 30px;
}
#index-body .init-1 .bottom .right {
  width: 55%;
  vertical-align: middle;
}
#index-body .init-1 .bottom .right ul {
  margin-right: -70px;
}
#index-body .init-1 .bottom .right ul li {
  width: 33.33%;
  margin-right: -35px;
}
#index-body .init-2 {
  height: 1300px;
  background: url(../images/init-2-bg.jpg) no-repeat center;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#index-body .init-2.initnofir{
  height: auto;
  background: none;
}

#index-body .init-2 .box {
  display: table-cell;
  vertical-align: middle;
}
#index-body .init-2 .box .content {
  margin-top: 50px;
}
#index-body .init-2 .box .left {
  width: 33%;
}
#index-body .init-2 .box .left .img {
  height: 660px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
  overflow: hidden;
  position: relative;
}
#index-body .init-2 .box .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-2 .box .left .img .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  color: white;
}
#index-body .init-2 .box .left .img .text h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
}
#index-body .init-2 .box .left .img .text p {
  line-height: 1.8;
  margin-top: 20px;
}
#index-body .init-2 .box .right {
  width: 63%;
}
#index-body .init-2 .box .right ul {
  margin: -7px;
}
#index-body .init-2 .box .right ul li {
  padding: 7px;
}
#index-body .init-2 .box .right ul li a .img {
  border: 1px solid #97bade;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#index-body .init-2 .box .right ul li a .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(79, 187, 183, 0.75);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .init-2 .box .right ul li a .img h4{
  font-weight: 500;
  color: white;
}

#index-body .init-2 .box .right ul li a .img p {
  /*font-size: 22px;
  line-height: 1;
  font-weight: 600;*/
  color: white;
  
}

#index-body .init-2 .box .right ul li a .img .mml-text{
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

#index-body .init-2 .box .right ul li a .img .line{
  height: 1px;
  background-color: white;
  margin: 0 10%;
}

/*#index-body .init-2 .box .right ul li a .img p::after {
  content: "";
  height: 1px;
  background-color: white;
  width: 0;
  display: block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .init-2 .box .right ul li a .img p:hover::after {
  width: 100%;
}*/
#index-body .init-2 .box .right ul li a .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  /*line-height: 1;*/
  color: #173590;
  font-weight: 500;
  padding: 0 15%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .init-2 .box .right ul li a:hover .img::before {
  opacity: 1;
}
#index-body .init-2 .box .right ul li a:hover .img .mml-text {
  opacity: 1;
}
#index-body .init-2 .box .right ul li a:hover .name {
  color: #40b5b1;
  opacity: 0;
}
#index-body .init-2 .box .right ul .slick-dots {
  margin: 0;
  text-align: right;
  margin-top: 40px;
}
#index-body .init-2 .box .right ul .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  padding: 0;
  width: 33px;
  height: 5px;
  background-color: #173590;
  border-radius: 5px;
}
#index-body .init-2 .box .right ul .slick-dots li button {
  display: none;
}
#index-body .init-2 .box .right ul .slick-dots li.slick-active {
  width: 80px;
  background-color: #40b5b1;
}
#index-body .init-3 {
  background: url(../images/init-3-bg.jpg) no-repeat center top;
  padding: 100px 0;
}
#index-body .init-3 .pro-cat .left {
  width: 63%;
}
#index-body .init-3 .pro-cat .left ul {
  margin: -10px;
}
#index-body .init-3 .pro-cat .left ul li {
  padding: 10px;
}
#index-body .init-3 .pro-cat .left ul li a .img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  /*margin-bottom: 30px;*/
}
#index-body .init-3 .pro-cat .left ul li a .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(23, 53, 144, 0.75);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .init-3 .pro-cat .left ul li a .img p {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: white;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .init-3 .pro-cat .left ul li a .img p::after {
  content: "";
  height: 1px;
  background-color: white;
  width: 0;
  display: block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .init-3 .pro-cat .left ul li a .img p:hover::after {
  width: 100%;
}
#index-body .init-3 .pro-cat .left ul li a h4 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 10px;
  min-height: 68px;
}
#index-body .init-3 .pro-cat .left ul li a h3 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
#index-body .init-3 .pro-cat .left ul li a:hover .img::before {
  opacity: 1;
}
#index-body .init-3 .pro-cat .left ul li a:hover .img p {
  opacity: 1;
}
#index-body .init-3 .pro-cat .left ul .slick-dots {
  margin: 0;
  margin-top: 40px;
}
#index-body .init-3 .pro-cat .left ul .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  padding: 0;
  width: 33px;
  height: 5px;
  background-color: #40b5b1;
  border-radius: 5px;
}
#index-body .init-3 .pro-cat .left ul .slick-dots li button {
  display: none;
}
#index-body .init-3 .pro-cat .left ul .slick-dots li.slick-active {
  width: 80px;
  background-color: #173590;
}
#index-body .init-3 .pro-cat .right {
  width: 33%;
}
#index-body .init-3 .pro-cat .right .img {
  height: 740px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
  overflow: hidden;
  position: relative;
}
#index-body .init-3 .pro-cat .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-3 .pro-cat .right .img .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  color: white;
}
#index-body .init-3 .pro-cat .right .img .text h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
}
#index-body .init-3 .pro-cat .right .img .text p {
  line-height: 1.8;
  margin-top: 20px;
}
#index-body .init-3 .our-honor {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
#index-body .init-3 .our-honor .left {
  width: 44%;
}
#index-body .init-3 .our-honor .left .img {
  margin: 30px 0 60px;
}
#index-body .init-3 .our-honor .right {
  width: 50%;
  position: relative;
}
/*#index-body .init-3 .our-honor .right::before {
  content: "";
  width: 300px;
  height: 340px;
  background-color: #bfd749;
  position: absolute;
  z-index: -1;
  left: -16px;
  top: -16px;
}*/

#index-body .init-3 .our-honor .right ul{
  margin: -15px;
}
#index-body .init-3 .our-honor .right ul li{
  padding: 15px;
}
#index-body .init-3 .our-honor .right .tab {
  font-size: 0;
  position: absolute;
  bottom: -20px;
  right: 20px;
}
#index-body .init-3 .our-honor .right .tab span {
  display: inline-block;
  background-color: #40b5b1;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
#index-body .init-3 .our-honor .right .tab span img {
  vertical-align: middle;
}
#index-body .init-3 .our-honor .right .tab span.left-btn {
  border-bottom-left-radius: 20px;
}
#index-body .init-3 .our-honor .right .tab span.right-btn {
  border-top-right-radius: 20px;
}
#index-body .init-3 .i-advantage {
  padding-top: 80px;
}
#index-body .init-3 .i-advantage ul {
  margin: -33px;
}
#index-body .init-3 .i-advantage ul li {
  width: 33.33%;
  padding: 33px;
}
#index-body .init-3 .i-advantage ul li .content {
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 60px 40px 40px;
}
#index-body .init-3 .i-advantage ul li .content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #173590;
  margin-top: 15px;
}
#index-body .init-3 .i-advantage ul li .content p {
  margin-top: 20px;
  margin-bottom: 30px;
}
#index-body .init-3 .i-advantage ul li .content i {
  color: #173590;
}
#index-body .init-5 {
  padding: 40px 0;
}
#index-body .init-5 ul {
  margin: -40px;
}
#index-body .init-5 ul li {
  padding: 80px 40px 40px 40px;
}
#index-body .init-5 ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-5 ul li .content .left {
  font-size: 28px;
  text-transform: uppercase;
}
#index-body .init-5 ul li .content .left span {
  background-color: #bfd749;
  color: white;
  font-size: 48px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}
#index-body .init-5 ul li .content .right {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #d7f0ef;
}
#index-body .init-5 ul li .content .right h3 {
  font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#index-body .init-5 ul li .content .right p {
  line-height: 2;
  margin-top: 20px;
  min-height: 160px;
}
#index-body .init-5 ul li .content .right a.more {
  font-size: 14px;
  color: #40b5b1;
}
.init-4 {
  background: url(../images/ty-bl-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0;
  color: white;
  position: relative;
}
.init-4 .swiper-container {
  width: 100%;
  height: 430px;
}
.init-4 .swiper-slide {
  font-size: 14px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.init-4 h2 {
  font-size: 48px;
  font-weight: 600;
}
.init-4 ul li {
  font-size: 20px;
}
.init-4 .fl {
  width: 74%;
}
.init-4 .fr {
  width: 18%;
  padding-top: 80px;
}
/* 波浪动画 */
@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(1);
    transform: translateX(-25%) translateZ(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@-moz-keyframes move_wave {
  0% {
    -moz-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -moz-transform: translateX(-25%) translateZ(0) scaleY(1);
    transform: translateX(-25%) translateZ(0) scaleY(1);
  }
  100% {
    -moz-transform: translateX(-50%) translateZ(0) scaleY(1);
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    -moz-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(1);
    -moz-transform: translateX(-25%) translateZ(0) scaleY(1);
    transform: translateX(-25%) translateZ(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
    -moz-transform: translateX(-50%) translateZ(0) scaleY(1);
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.waveWrapper {
  /* overflow: hidden; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 120px;
  /* background-image: linear-gradient(to top, #86377b 20%, #27273c 80%); */
}
.bgTop {
  z-index: 15;
}
.bgMiddle {
  z-index: 10;
  bottom: 0;
}
.bgBottom {
  z-index: 5;
  top: 0;
}
.bgBottom .wave {
  background-position: 0 top;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.waveMiddle {
  background-size: 50% 120px;
  background-image: url("../images/wave-mid.png");
}
.waveAnimation .waveMiddle {
  -webkit-animation: move_wave 10s linear infinite;
  -moz-animation: move_wave 10s linear infinite;
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 50% 100px;
  background-image: url("../images/wave-mid-2.png");
}
.waveAnimation .waveBottom {
  -webkit-animation: move_wave 15s linear infinite;
  -moz-animation: move_wave 15s linear infinite;
  animation: move_wave 15s linear infinite;
}
.init-6 {
  position: relative;
  margin-bottom: -100px;
  transform: translateY(-100px);
}
.init-6 .box {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}
.init-6 .box ul {
  background-color: #40b5b1;
  color: white;
  padding: 30px 90px;
  border-radius: 20px;
}
.init-6 .box ul li {
  width: 33%;
  position: relative;
  padding-left: 40px;
}
.init-6 .box ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.init-6 .box ul li h3 {
  font-size: 20px;
  font-weight: 600;
}
a.btn {
  display: inline-block;
  font-size: 24px;
  line-height: 46px;
  padding: 0 40px;
  background-color: #bfd749;
  color: white;
  border-radius: 30px;
}
#footer {
  background-color: #11375f;
  color: white;
}
#footer .box {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}
#footer .form {
  margin-top: 60px;
}
#footer .form input {
  line-height: 46px;
  height: 46px;
  padding: 0 15px;
  border-radius: 30px;
}
#footer .form input[type="email"] {
  border: none;
  font-size: 16px;
  color: black;
  width: 200px;
}
#footer .form input[type="submit"] {
  font-size: 23px;
  background-color: #b4c700;
  border: none;
  margin-left: 5px;
}
#footer .footer-logo {
  max-width: 320px;
}
#footer .footer-contact {
  max-width: 350px;
}
#footer .ewm {
  margin-top: 40px;
}
#footer .social-links {
  display: inline-block;
  vertical-align: middle;
  /*margin-left: 25px;*/
}
#footer .social-links a {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: #b4c700;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
}
#footer .social-links a:not(:last-child) {
  margin-right: 15px;
}
#footer .footer-top .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 40px;
}
#footer .footer-top .footer-content .footer-block h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
#footer .footer-bottom .box {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
/*#ewm {
  width: 75px;
  border: 2px solid white;
  display: inline-block;
  vertical-align: middle;
}*/
@media screen and (max-width: 1600px) {

  #header .nav .ui.menu .logo{
    width: 250px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    width: 1200px;
  }
  #header {
    top: 0;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 15px;
  }
  #banner ul li .box .right {
    margin-left: 0;
  }
  #banner ul li h2 {
    font-size: 80px;
  }
  #banner ul li p {
    font-size: 24px;
  }
  #index-body .init-1 .top .right h2 {
    font-size: 60px;
  }
  #index-body .init-1 .top .right h6 {
    font-size: 15px;
  }
  #index-body .font-44 {
    font-size: 30px;
  }
  #index-body .font-60 {
    font-size: 44px;
  }
  #index-body .init-2 .box .left .img .text h3 {
    font-size: 40px;
  }
  #index-body .init-3 .pro-cat .right .img .text h3 {
    font-size: 40px;
  }
  #index-body .init-3 .pro-cat .left ul li a h4 {
    font-size: 18px;
    min-height: 56px;
  }
  #index-body .init-3 .pro-cat .left ul li a h3 {
    font-size: 30px;
  }
  #index-body .init-3 .i-advantage ul li .content {
    padding: 30px 20px;
  }
  .init-4 .fr {
    padding-top: 0;
  }
  #index-body .init-5 ul {
    margin: -15px;
  }
  #index-body .init-5 ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .search-pro form{
    display: none;
  }

  #header .nav .ui.menu .h-search{
    display: block;
  }

  .ui.container {
    width: 1000px;
  }

  #index-body .init-2 .box .left .img .text h3{
    font-size: 30px;
  }
  #index-body .init-2 .box .left .img .text p{
    max-height: 200px;
    overflow-y: auto;
  }

  #index-body .init-2 .box .left .img{
    height: 450px;
  }

  #index-body .init-3 .pro-cat .right .img .text h3{
    font-size: 30px;
  }
  #index-body .init-3 .pro-cat .right .img .text p{
    max-height: 200px;
    overflow-y: auto;
  }

  #index-body .init-3 .pro-cat .right .img{
    height: 450px;
  }


  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 10px;
  }
  #banner ul li h2 {
    font-size: 60px;
  }
  #banner ul li .box .left {
    margin: 0;
  }
  #banner ul li .box .right {
    margin-left: 30px;
  }
  #banner ul li p {
    font-size: 20px;
  }
  #index-body .init-1 .top .right h2 {
    font-size: 50px;
  }
  #index-body .font-44 {
    font-size: 24px;
  }
  #index-body .init-1 .top .right {
    padding-left: 30px;
  }
  #index-body .font-60 {
    font-size: 33px;
  }
  #index-body .init-2 .box .left .img .text {
    padding: 50px 20px;
  }
  #index-body .init-3 .pro-cat .right .img .text {
    padding: 50px 20px;
  }
  #index-body .init-3 .our-honor .left {
    padding-top: 0;
  }
  #index-body .init-3 .i-advantage ul {
    margin: -15px;
  }
  #index-body .init-3 .i-advantage ul li {
    padding: 15px;
  }
  #index-body .init-3 .i-advantage ul li .content h3 {
    font-size: 24px;
  }
  .init-4 .fr {
    width: 20%;
  }
  .init-4 ul li {
    font-size: 16px;
  }
  .init-4 .swiper-container {
    height: 300px;
  }
  .init-6 .box ul {
    padding: 30px;
  }
  .init-6 .box ul li {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 .ui.container{
    display: flex;
    flex-direction: column-reverse;
  }

  #common{
    margin-top: 0;
  }

  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner::after {
    display: none;
  }
  #banner ul li {
    height: auto;
  }
  #banner ul li .box {
    display: block;
  }
  #banner ul li .box .left {
    display: none;
  }
  #banner ul li .box .right {
    margin-left: 0;
    text-align: center;
  }
  #index-body .init-1 {
    background: none;
    height: auto;
    padding: 90px 0;
  }
  #index-body .init-2 {
    background: none;
    height: auto;
    padding: 90px 0;
  }
  #index-body .init-3 {
    background: none;
    padding: 90px 0;
  }
  #index-body .init-1 .top .left {
    display: none;
  }
  #index-body .init-1 .top .right {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  #index-body .init-1 .bottom .left {
    width: 100%;
    padding-left: 0;
    text-align: right;
  }
  #index-body .init-1 .bottom .right {
    display: none;
  }
  #index-body .init-1 .bottom .left::before {
    display: none;
  }
  #index-body .init-1 .bottom {
    margin-top: 90px;
  }
  #index-body .init-2 .box .left {
    display: none;
  }
  #index-body .init-2 .box .right {
    width: 100%;
  }
  #index-body .init-3 .pro-cat .left {
    width: 100%;
  }
  #index-body .init-3 .pro-cat .right {
    display: none;
  }
  #index-body .init-3 .our-honor .left {
    float: none;
    width: 100%;
  }
  #index-body .init-3 .our-honor .right {
    float: none;
    width: 100%;
    margin-top: 60px;
  }
  .init-6 .box ul li {
    width: 50%;
  }
  #footer .footer-link {
    display: none;
  }
  #footer .footer-contact {
    max-width: 300px;
  }
  #footer .form input[type="email"] {
    width: 160px;
  }
  .footer-bottom .fl,
  .footer-bottom .fr {
    float: none;
    text-align: center;
  }
  .footer-bottom .fl .youquanwipe{
    display: none!important;
  }
  #index-body .init-3 .pro-cat .left {
    padding-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .map{
    margin: 60px 0 0;
  }
  .amap-container{
    height: 400px!important;
  }
  
  .ui.container {
    width: 100%;
  }
  #index-body .init-1 {
    padding: 60px 0;
  }
  .font-16 {
    font-size: 14px;
    line-height: 28px;
  }
  a.btn {
    font-size: 18px;
  }
  #index-body .init-2 {
    padding: 20px 0;
  }
  #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-5 {
    padding: 60px 0;
  }
  #index-body .init-3 .our-honor {
    display: none;
  }
  #index-body .init-3 .i-advantage {
    display: none;
  }
  .init-4 {
    display: none;
  }
  .init-6 {
    display: none;
  }
  #footer .footer-top .footer-content {
    padding: 40px 0;
  }
  #footer .ewm {
    display: none;
  }
  #footer .form {
    margin-top: 30px;
  }
  #footer .footer-logo {
    max-width: 100%;
  }
  #footer .footer-contact {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li h2 {
    font-size: 30px;
  }
  #banner ul li p {
    font-size: 14px;
  }
  #index-body .init-1 .top .right h2 {
    font-size: 35px;
  }
  #index-body .font-44 {
    font-size: 20px;
  }
}
.inner-banner {
  background-image: url(../images/inner-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px 0;
}
.inner-banner h2,.inner-banner h1 {
  font-size: 40px;
  font-weight: 500;
  color: white;
}
.mbx {
  font-size: 16px;
  font-weight: 500;
  padding: 40px 0;
}
.contact-page table td,
.contact-page table th {
  vertical-align: top;
  border: none;
  padding: 5px 0;
}
.contact-page table td:first-child {
  width: 20%;
}
.contact-page table td:last-child {
  width: 80%;
}
.contact-page h3 {
  font-size: 42px;
  font-weight: 600;
}
.contact-page h4 {
  font-size: 27px;
  font-weight: 600;
}
.contact-page .box {
  margin: 0 -35px;
}
.contact-page .left {
  padding: 0 35px;
  width: 40%;
}
.contact-page .left .text {
  background-color: #123485;
  color: white;
  padding: 55px;
  border-radius: 100px 0 100px 0;
}
.contact-page .left .text h2 {
  font-size: 55px;
  font-weight: 600;
}
.contact-page .left .title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin: 35px 0;
}
.contact-page .left .social-links {
  margin-top: 50px;
}
.contact-page .left .social-links a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 50%;
  margin-right: 15px;
}
.contact-page .right {
  padding: 0 35px;
  width: 60%;
}
.contact-page .right .content {
  background-color: #e6f1ac;
  padding: 50px 70px 100px;
  border-radius: 100px 0 100px 0;
  position: relative;
  z-index: 1;
}
.contact-page .right .form {
  margin-top: -100px;
  background-color: #d2e284;
  padding: 150px 70px 50px;
  border-radius: 100px 0 100px 0;
}
.contact-page .right .form ul {
  margin: -15px;
}
.contact-page .right .form ul li {
  padding: 15px;
  width: 50%;
}
.contact-page .right .form ul li.wid-100 {
  width: 100%;
}
.contact-page .right .form label {
  display: block;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}
.contact-page .right .form label em {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .right .form input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #bac67e;
}
.contact-page .right .form button {
  font-size: 24px;
  background-color: black;
  color: white;
  border: none;
  padding: 10px 40px;
  border-radius: 30px;
}
@media screen and (max-width: 1440px) {
  .contact-page .left {
    width: 45%;
  }
  .contact-page .right {
    width: 55%;
  }
  .contact-page table td:first-child {
    width: 30%;
  }
  .contact-page table td:last-child {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .box {
    margin: 0 -15px;
  }
  .contact-page .left {
    padding: 0 15px;
  }
  .contact-page .right {
    padding: 0 15px;
  }
  .contact-page .left .text {
    padding: 40px;
  }
  .contact-page h3 {
    font-size: 35px;
  }
  .contact-page .left .text h2 {
    font-size: 45px;
  }
  .font-18 {
    font-size: 16px;
  }
  .contact-page .right .content {
    padding: 50px 40px;
  }
  .contact-page .right .form {
    padding: 150px 40px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .contact-page .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page h3,.inner-banner h1,.inner-banner h2 {
    font-size: 30px;
  }
  .contact-page .left .text h2 {
    font-size: 40px;
  }
  .contact-page .left .title {
    font-size: 25px;
  }
  .contact-page h4 {
    font-size: 24px;
  }
  .contact-page table td,
  .contact-page table th {
    display: block;
  }
  .contact-page table td:first-child {
    width: 100%;
  }
  .contact-page table td:last-child {
    width: 100%;
  }
  .contact-page .left .text {
    padding: 20px;
    border-radius: 50px 0 50px 0;
  }
  .contact-page .right .content {
    padding: 50px 15px;
    border-radius: 50px 0 50px 0;
  }
  .contact-page .right .form {
    border-radius: 50px 0 50px 0;
    padding: 150px 15px 50px;
  }
  .contact-page .right .form ul li {
    width: 100%;
  }
  .contact-page .right .form ul {
    margin: -10px;
  }
  .contact-page .right .form ul li {
    padding: 10px;
  }
}
.news-page {
  padding-bottom: 70px;
}
.news-page .news-slide {
  margin-bottom: 60px;
}
.news-page .news-slide ul li {
  display: inline-block;
}
.news-page .news-slide ul li:not(:last-child) {
  margin-right: 10px;
}
.news-page .news-slide ul li a {
  display: block;
    font-size: 20px;
    font-weight: 600;
    width: 220px;
    line-height: 50px;
    text-align: center;
    color: white;
    border-radius: 30px 0 30px 0;
}
.news-page .news-slide ul li:nth-child(1) a {
  background-color: #123485;
}
.news-page .news-slide ul li:nth-child(2) a {
  background-color: #40b5b1;
}
.news-page .news-slide ul li:nth-child(3) a {
  background-color: #b0c957;
}
.news-page .news-slide ul li:nth-child(4) a {
  background-color: #b5b6b4;
}
.news-page .news-list h3 {
  font-size: 24px;
  font-weight: 500;
}
.news-page .news-list .line {
  border-bottom: 1px solid #e1e1e1;
  margin: 30px 0;
}
.news-page .news-list ul li {
  padding: 40px 10px;
  -webkit-box-shadow: 0 10px 20px -20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px -20px rgba(0, 0, 0, 0.3);
}
.news-page .news-list .box {
  margin: 0 -15px;
}
.news-page .news-list .left {
  width: 65%;
  padding: 0 15px;
}
.news-page .news-list .right {
  width: 32%;
  padding: 0 15px 0 30px;
}
.news-page .news-list .cat {
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
}
.news-page .news-list .data {
  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;
}
.news-page .news-list .data .time {
  font-size: 15px;
  font-weight: 500;
}
.news-page .news-list .data .more {
  font-size: 15px;
  font-weight: 500;
}
.news-page .news-list .data .more span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 50%;
}
.news-page .news-list .img {
  display: inline-block;
  position: relative;
}
.news-page .news-list .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f5f5f5;
  right: -10px;
  bottom: -10px;
  border-radius: 100px 0 100px 0;
  z-index: -1;
}
.news-page .news-list .img img {
  border-radius: 100px 0 100px 0;
}
@media screen and (max-width: 1000px) {
  .news-page .news-list .left {
    width: 100%;
  }
  .news-slide {
    display: none;
  }
  .news-page .news-list .right {
    display: none;
  }
}
.newdet-page #new-top {
  font-size: 20px;
  font-weight: 500;
  width: 70px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #838383;
  color: white;
  border-radius: 30px;
  cursor: pointer;
}
.newdet-page .newdet-1 {
  padding-bottom: 80px;
  position: relative;
}
.newdet-page .newdet-1 h2.title,.newdet-page .newdet-1 h1.title {
  font-size: 40px;
  font-weight: 500;
}


.newdet-page .newdet-1 .line {
  border-bottom: 1px solid #e1e1e1;
  margin: 30px 0;
}
.newdet-page .newdet-1 .data {
  font-size: 16px;
}
.newdet-page .newdet-1 .share h4 {
  display: inline-block;
}
.newdet-page .newdet-1 .share ul {
  display: inline-block;
}
.newdet-page .newdet-1 .share ul li {
  display: inline-block;
  color: #afafaf;
  margin-left: 15px;
}
.newdet-page .newdet-1 .content {
  padding-top: 70px;
      line-height: 2;
}
.newdet-page .newdet-2 {
  background-color: #f9f9f9;
  padding: 70px 0 120px;
  margin-bottom: -60px;
}
.newdet-page .newdet-2 a {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin: 5px 0;
}
.newdet-page .newdet-2 i {
  width: 23px;
  height: 23px;
  background: #41aca9;
  color: white;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
}
.slidebar {
  margin: 0 -50px;
}
.slidebar .slide-left {
  width: 70%;
  padding: 0 50px;
}
.slidebar .slide-right {
  width: 30%;
  padding: 0 50px;
}
.slidebar .slide-right h3 {
  font-size: 30px;
  font-weight: 600;
}
.slidebar .slide-right ul li {
  padding: 20px 0;
  position: relative;
}
.slidebar .slide-right ul li::before {
  content: '';
  display: block;
  width: 68px;
  height: 2px;
  background-color: #13237f;
  position: absolute;
  left: 0;
  top: 0;
}
.slidebar .slide-right ul li:first-child:before {
  display: none;
}
.slidebar .slide-right .time {
  font-size: 14px;
}
.slidebar .slide-right .title {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
}
.slidebar .slide-right .more {
  font-size: 15px;
  font-weight: 500;
}
.slidebar .slide-right .more span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .slidebar {
    margin: 0;
  }
  .slidebar .slide-left {
    width: 100%;
    padding: 0;
  }
  .slidebar .slide-right {
    display: none;
  }
  .newdet-page .newdet-1 h2.title,.newdet-page .newdet-1 h1.title {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-1 h2.title,.newdet-page .newdet-1 h1.title {
    font-size: 24px;
  }
  .newdet-page .newdet-2 {
    margin-bottom: 0;
    padding: 60px 0;
  }
  .newdet-page .newdet-2 a {
    font-size: 14px;
  }
}
.partner-page .partner-1 {
  padding: 60px 0;
  position: relative;
}
.partner-page .partner-1 .flex {
  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;
}
.partner-page .partner-1 .title-box {
  max-width: 450px;
}
.partner-page .partner-1 .line {
  margin: 80px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #bed25a;
}
/*.partner-page .partner-1 .list {
  margin-top: -60px;
}*/
.partner-page .partner-1 ul {
  margin: -20px;
}
.partner-page .partner-1 ul li {
  padding: 20px;
}
.partner-page .partner-1 ul li .img {
  padding: 15px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.partner-page .partner-1 ul li .img img {
  margin: 0 auto;
}
.partner-page .partner-1 ul .slick-dots {
  margin: 0;
  margin-top: 80px;
  text-align: center;
}
.partner-page .partner-1 ul .slick-dots li {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 3px;
  background-color: #bed25a;
  border-radius: 3px;
  margin: 0 3px;
}
.partner-page .partner-1 ul .slick-dots li.slick-active {
  width: 80px;
  background-color: #123485;
}
.partner-page .partner-1 ul .slick-dots li button {
  display: none;
}
.partner-page .partner-2 {
  background: url(../images/partner-1-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 100px 0;
}
.partner-page .partner-2 .title-box {
  max-width: 800px;
}
.partner-page .partner-2 .line {
  width: 200px;
  height: 2px;
  background-color: #73c7c8;
}
.partner-page .partner-2 .list {
  margin-top: 50px;
  position: relative;
}
.partner-page .partner-2 .list > span {
  width: 77px;
  height: 77px;
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
  top: 40%;
  cursor: pointer;
}
.partner-page .partner-2 .list > span img {
  vertical-align: middle;
}
.partner-page .partner-2 .list > span.left-btn {
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.partner-page .partner-2 .list > span.right-btn {
  right: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.partner-page .partner-2 .list ul {
  margin: -8px;
}
.partner-page .partner-2 .list ul li {
  padding: 8px;
}
.partner-page .partner-2 .list .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 8px #ffffff;
  box-shadow: 0 0 8px #ffffff;
}
.partner-page .partner-2 .list .img img {
  width: 100%;
}
.partner-page .partner-2 .list h3 {
  font-size: 30px;
}
.partner-page .partner-3 {
  padding: 140px 0;
}
.partner-page .partner-3 h2 {
  color: #123485;
}
.partner-page .partner-3 .box {
  margin: -15px;
}
.partner-page .partner-3 .left {
  padding: 15px;
  width: 60%;
}
.partner-page .partner-3 .right {
  padding: 15px;
  width: 40%;
}
.partner-page .partner-3 .right .img {
  display: inline-block;
  border-radius: 19px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .partner-page .partner-1 .flex .line,
  .partner-page .partner-1 .flex img {
    display: none;
  }
  .partner-page .partner-1 .list {
    margin-top: 30px;
  }
  h2.inner {
    font-size: 40px;
  }
  .partner-page .partner-3 .left {
    width: 100%;
  }
  .partner-page .partner-3 .right {
    display: none;
  }
  .partner-page .partner-2 .list > span {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  h2.inner {
    font-size: 30px;
    line-height: 50px;
  }
}
.honor-page .honor-1 {
  padding: 40px 0 80px;
}
.honor-page .honor-1 h2 {
  color: #123485;
}
.honor-page .honor-1 .left {
  width: 50%;
  vertical-align: middle;
}
.honor-page .honor-1 .right {
  width: 50%;
  vertical-align: middle;
}
.honor-page .honor-section {
  padding: 80px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(40%, #ffffff));
  background-image: -webkit-linear-gradient(#f6f6f6 0, #ffffff 40%);
  background-image: -moz-linear-gradient(#f6f6f6 0, #ffffff 40%);
  background-image: linear-gradient(#f6f6f6 0, #ffffff 40%);
}
.honor-page .honor-section .title {
  padding: 40px 60px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 0 100px 0;
}
.honor-page .honor-section .title h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}
.honor-page .honor-section .title h2::after {
  content: "";
  display: block;
  width: 65%;
  height: 1px;
  background-color: black;
  margin-top: 10px;
}
.honor-page .honor-section .box {
  margin: -40px;
}
.honor-page .honor-section .left {
  padding: 40px;
  width: 30%;
}
.honor-page .honor-section .right {
  padding: 40px;
  width: 70%;
}
.honor-page .honor-section .right ul {
  margin: -15px -27px;
}
.honor-page .honor-section .right ul li {
  width: 33.33%;
  padding: 15px 27px;
}
.honor-page .honor-section .right ul li .img {
  border: 5px solid white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.honor-page .honor-section .right ul li h3 {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .honor-page .honor-section .title {
    padding: 40px;
  }
  .honor-page .honor-section .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .honor-page .honor-section .box {
    margin: -15px;
  }
  .honor-page .honor-section .left {
    padding: 15px;
  }
  .honor-page .honor-section .right {
    padding: 15px;
  }
  .honor-page .honor-section .right ul {
    margin: -15px;
  }
  .honor-page .honor-section .right ul li {
    padding: 15px;
  }
  .honor-page .honor-section .title {
    padding: 30px;
    border-radius: 50px 0 50px 0;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-1 .left {
    width: 100%;
  }
  .honor-page .honor-1 .right {
    width: 100%;
    margin-top: 60px;
  }
  .honor-page .honor-section .left {
    width: 100%;
  }
  .honor-page .honor-section .right {
    width: 100%;
  }
  .honor-page .honor-section .title {
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  .honor-page .honor-section .right ul li {
    width: 50%;
  }
}
.about-page .about-1 .mask::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 270px;
  font-weight: 700;
  line-height: .5;
  text-transform: uppercase;
  color: #f7f7f7;
  z-index: -1;
}
.about-page .about-1 h2 {
  color: #123485;
}
.about-page .about-1 h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}
.about-page .about-1 h5 {
  font-size: 76px;
  line-height: 1;
  font-weight: 600;
  color: #123485;
  /*text-transform: uppercase;*/
}
.about-page .about-1 h6 {
  font-size: 34px;
  line-height: 1;
  color: #6eb6ad;
}
.about-page .about-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 50px 0;
}
.about-page .about-1 ul li {
  text-align: center;
}
.about-page .about-1 ul li .num {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  color: #123485;
}

.about-page .about-1 ul li .num span{
  font-size: 24px;
  display: block;
}

.about-page .about-1 .line {
  width: 200px;
  height: 2px;
  background-color: #73c7c8;
}
.about-page .about-1 .left {
  width: 58%;
  vertical-align: middle;
}
.about-page .about-1 .right {
  width: 42%;
  vertical-align: middle;
}
.about-page .about-1 .right .img {
  display: inline-block;
  position: relative;
  padding: 25px;
  margin-bottom: 30px;
}
.about-page .about-1 .right .img > img {
  border-radius: 0 0 100px 100px;
}
.about-page .about-1 .right .img .play-box {
  text-align: center;
  max-width: 280px;
  padding: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #c6d944;
  color: white;
  border-radius: 100px 0 100px 0;
}
.about-page .about-1 .right .img .play-box .play {
  margin: 40px auto;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #ffffff;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .right .img .play-box .play::before,
.about-page .about-1 .right .img .play-box .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .right .img .play-box .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-1 .right .img .play-box .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .img .play-box span {
  display: inline-block;
  font-size: 18px;
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 30px;
}
.about-page .about-2 {
  height: 480px;
}
.about-page .about-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 {
  padding-top: 110px;
}
.about-page .about-3 h2 {
  text-transform: uppercase;
  color: #123485;
}
.about-page .about-3 h3 {
  font-size: 30px;
  font-weight: 500;
}
.about-page .about-3 h5 {
  min-height: 44px;
    line-height: 40px;
    font-weight: 500;
    width: 80%;
    margin: 0px auto;
    padding-left: 70px;
    position: relative;
}
.about-page .about-3 h5::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #123485;
  left: 0;
  top: 15px;
}
.about-page .about-3 .left {
  width: 30%;
}
.about-page .about-3 .left .title-box {
  padding: 70px 70px 45px 45px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 0 100px 0;
}
.about-page .about-3 .left .title-box p {
  margin-top: 520px;
  border-top: 1px solid #93a8a4;
  padding-top: 10px;
}
.about-page .about-3 .right {
  width: 70%;
  padding-top: 20px;
}
.about-page .about-3 .right .list {
  margin-left: -40px;
}
.about-page .about-3 ul {
  margin: -10px;
}
.about-page .about-3 ul li {
  width: 33.33%;
  padding: 10px;
}
.about-page .about-3 ul li.wid-100{
  width: 100%;
}
.about-page .about-3 ul li .img {
  border-radius: 11px;
  overflow: hidden;
}
.about-page .about-4 {
  padding: 110px 0;
}
.about-page .about-4 .list {
  padding-right: 10%;
  height: 500px;
  margin-top: 30px;
}
.about-page .about-4 .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-4 .list ul li .flex .time {
  font-size: 48px;
  font-weight: 500;
  white-space: nowrap;
}
.about-page .about-4 .list ul li .flex .time span {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.about-page .about-4 .list ul li .flex .time::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #bed25a;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 30px;
}
.about-page .about-4 .list ul li .flex .time::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #123485;
  vertical-align: middle;
  margin: 0 30px;
}
.about-page .about-5 {
  background: url(../images/ty-bl-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 100px 0;
  position: relative;
}
.about-page .about-5 .box {
  margin-top: 60px;
}
.about-page .about-5 .box ul {
  margin: -10px 0;
}
.about-page .about-5 .box ul li {
  padding: 10px 40px;
}
.about-page .about-5 .box .slick-dots {
  margin: 0;
  margin-top: 60px;
  text-align: center;
}
.about-page .about-5 .box .slick-dots li {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 3px;
  background-color: #bed25a;
  border-radius: 3px;
  margin: 0 3px;
}
.about-page .about-5 .box .slick-dots li.slick-active {
  width: 80px;
  background-color: #123485;
}
.about-page .about-5 .box .slick-dots li button {
  display: none;
}
.about-page .about-6 {
  padding: 60px 0;
}
.about-page .about-6 h2 {
  color: #123485;
}
.about-page .about-6 .box {
  padding: 60px;
  position: relative;
}
.about-page .about-6 .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background-color: #f0f7f6;
  z-index: -1;
  border-radius: 67px 0 67px 0;
}
.about-page .about-6 .left {
  width: 35%;
}
.about-page .about-6 .right {
  width: 65%;
}
.about-page .about-6 .list {
  margin-top: 40px;
}
.about-page .about-6 ul {
  margin: -30px;
}
.about-page .about-6 ul li {
  width: 33.33%;
  padding: 30px;
}
.about-page .about-6 ul li .img {
  position: relative;
}
.about-page .about-6 ul li .img > img {
  border-radius: 67px 0 67px 0;
}
.about-page .about-6 ul li .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e3e6e6;
  right: -8px;
  bottom: -8px;
  z-index: -1;
  border-radius: 67px 0 67px 0;
}
.about-page .about-6 ul li .img .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20%;
}
.about-page .about-6 ul li .img .text h3 {
  font-size: 30px;
  font-weight: 500;
  color: white;
  line-height: 1;
  margin-top: 10px;
}
.about-page .about-6 ul li h4 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 h3 {
    font-size: 24px;
  }
  .about-page .about-1 ul li .num {
    font-size: 50px;
  }
  .about-page .about-1 .mask::before {
    font-size: 200px;
  }
  .about-page .about-3 .left .title-box p {
    margin-top: 200px;
  }
  .about-page .about-3 h5 {
    width: 100%;
  }
  .about-page .about-4 .list {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 h3 {
    font-size: 20px;
  }
  .about-page .about-1 h5 {
    font-size: 60px;
  }
  .about-page .about-1 h6 {
    font-size: 30px;
  }
  .about-page .about-1 .mask::before {
    font-size: 150px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .left .title-box p {
    margin-top: 20px;
  }
  .about-page .about-3 .left .title-box {
    padding: 0;
    background: transparent!important;
  }
  .about-page .about-3 .right .list {
    margin-left: 0;
  }
  .about-page .about-5 .box ul {
    margin: -20px;
  }
  .about-page .about-5 .box ul li {
    padding: 20px;
  }
  .about-page .about-6 .left {
    width: 100%;
  }
  .about-page .about-6 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-6 ul li .img .text img {
    max-height: 50px;
  }
  .about-page .about-6 ul {
    margin: -15px;
  }
  .about-page .about-6 ul li {
    padding: 15px;
  }
  .about-page .about-6 ul li .img .text h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    text-align: center;
  }
  .about-page .about-1 ul {
    font-size: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 30px;
  }
  .about-page .about-3 ul li {
    width: 50%;
  }
  .about-page .about-4 .list ul li .flex .time::before {
    display: none;
  }
  .about-page .about-4 .list ul li .flex .time::after {
    display: none;
  }
  .about-page .about-4 .list ul li .flex {
    display: block;
  }
  .about-page .about-4 .list {
    height: 600px;
  }
  .about-page .about-6 ul li {
    width: 100%;
    text-align: center;
  }
  .about-page .about-6 ul li .img {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .waveWrapper {
    display: none;
  }
  .about-page .about-5 .box ul {
    margin: -10px;
  }
  .about-page .about-5 .box ul li {
    padding: 10px;
  }
  .about-page .about-1 .mask::before {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 ul li {
    width: 100%;
  }
  .about-page .about-1 .right .img .play-box {
    border-radius: 50px 0 50px 0;
    padding: 20px;
  }
  .about-page .about-1 .right .img > img {
    border-radius: 0 0 50px 50px;
  }
  .about-page .about-1 h5 {
    font-size: 40px;
  }
  .about-page .about-1 h6 {
    font-size: 20px;
  }
  .about-page .about-1 ul li .num {
    font-size: 40px;
  }
  .about-page .about-2 {
    height: 300px;
  }
  .about-page .about-3 ul {
    margin: 0;
  }
  .about-page .about-3 ul li {
    width: 100%;
    padding: 0;
  }
  .about-page .about-4 .list ul li .flex .time {
    font-size: 30px;
  }
  .about-page .about-4 .list ul li .flex .time span {
    min-width: unset;
  }
  .about-page .about-6 .box {
    padding: 15px;
  }
  .about-page .about-6 ul li h4 {
    font-size: 20px;
  }
}
.business-1-page .business-1 {
  padding-bottom: 100px;
}
.business-1-page .business-1 h2 {
  color: #142380;
}
.business-1-page .business-1 h3 {
  font-size: 34px;
  font-weight: 500;
}
.business-1-page .business-1 .box {
  margin: -15px;
}
.business-1-page .business-1 .left {
  width: 35%;
  padding: 15px;
  vertical-align: middle;
}
.business-1-page .business-1 .right {
  width: 65%;
  padding: 15px;
  vertical-align: middle;
}
.business-1-page .business-2 {
  height: 400px;
}
.business-1-page .business-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.business-1-page .business-3 {
  background-color: #fafafa;
  padding: 70px 0;
}
.business-1-page .business-3 .list {
  margin-top: 50px;
}
.business-1-page .business-3 .list ul {
  margin: -10px;
}
.business-1-page .business-3 .list ul li {
  padding: 10px;
  width: 33.33%;
}
.business-1-page .business-3 .list ul li a .img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.business-1-page .business-3 .list ul li a .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(23, 53, 144, 0.75);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.business-1-page .business-3 .list ul li a .img p {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: white;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.business-1-page .business-3 .list ul li a .img p::after {
  content: "";
  height: 1px;
  background-color: white;
  width: 0;
  display: block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.business-1-page .business-3 .list ul li a .img p:hover::after {
  width: 100%;
}
.business-1-page .business-3 .list ul li a h4 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.business-1-page .business-3 .list ul li a h3 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.business-1-page .business-3 .list ul li a:hover .img::before {
  opacity: 1;
}
.business-1-page .business-3 .list ul li a:hover .img p {
  opacity: 1;
}
.business-1-page .business-4 {
  padding: 60px 0;
}
.business-1-page .business-4 .box {
  padding: 50px;
}
.business-1-page .business-4 .warp .item {
  padding: 20px 0;
  position: relative;
}
.business-1-page .business-4 .warp .item:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: 0;
  width: 340px;
  background-color: #e3f4f3;
  border-radius: 100px 0 100px 0;
}
.business-1-page .business-4 .warp .item:nth-of-type(odd) .content {
  margin-left: auto;
}
.business-1-page .business-4 .warp .item:nth-of-type(even)::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  bottom: 80px;
  width: 340px;
  background-color: #dcdeec;
  border-radius: 100px 0 100px 0;
}
.business-1-page .business-4 .warp .item:nth-of-type(even) .left .slick-dots {
  text-align: right;
}
.business-1-page .business-4 .left {
  width: 50%;
  vertical-align: middle;
}
.business-1-page .business-4 .left img {
  width: 100%;
}
.business-1-page .business-4 .left .slick-dots li {
  width: 7px;
  height: 7px;
  background-color: #addfdd;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
}
.business-1-page .business-4 .left .slick-dots li.slick-active {
  background-color: #40b5b1;
}
.business-1-page .business-4 .left .slick-dots li button {
  display: none;
}
.business-1-page .business-4 .right {
  width: 50%;
  vertical-align: middle;
}
.business-1-page .business-4 .right .content {
  padding: 15px;
  max-width: 600px;
}
.business-1-page .business-5 {
  padding-bottom: 100px;
}
.business-1-page .business-5 ul li {
  padding: 15px;
}
.business-ty {
  background: url(../images/business-ty-bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: -60px;
}
.business-ty h2.line::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #40b5b1;
  border-radius: 5px;
  margin-bottom: 20px;
}
.business-ty .list {
  margin-top: 50px;
}
.business-ty .list ul {
  margin: -17px;
}
.business-ty .list ul li {
  width: 33.33%;
  padding: 17px;
}
.business-ty .list ul li .content {
  padding: 60px 30px;
  color: white;
  position: relative;
  z-index: 1;
  border-radius: 100px 0 100px 0;
}
.business-ty .list ul li .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  right: -10px;
  bottom: -10px;
  z-index: -1;
  border-radius: 100px 0 100px 0;
}
.business-ty .list ul li .content i {
  display: block;
  min-height: 95px;
}
.business-ty .list ul li .content h3 {
  font-size: 24px;
  font-weight: 500;
}
.business-ty .list ul li:nth-child(1) .content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 181, 177, 0.5)), to(#40b5b1));
  background-image: -webkit-linear-gradient(rgba(67, 181, 177, 0.5), #40b5b1);
  background-image: -moz-linear-gradient(rgba(67, 181, 177, 0.5), #40b5b1);
  background-image: linear-gradient(rgba(67, 181, 177, 0.5), #40b5b1);
}
.business-ty .list ul li:nth-child(2) .content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 202, 88, 0.5)), to(#b1ca58));
  background-image: -webkit-linear-gradient(rgba(177, 202, 88, 0.5), #b1ca58);
  background-image: -moz-linear-gradient(rgba(177, 202, 88, 0.5), #b1ca58);
  background-image: linear-gradient(rgba(177, 202, 88, 0.5), #b1ca58);
}
.business-ty .list ul li:nth-child(3) .content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 50, 133, 0.5)), to(#183285));
  background-image: -webkit-linear-gradient(rgba(24, 50, 133, 0.5), #183285);
  background-image: -moz-linear-gradient(rgba(24, 50, 133, 0.5), #183285);
  background-image: linear-gradient(rgba(24, 50, 133, 0.5), #183285);
}
.business-ty .bottom {
  padding: 80px 0;
  margin: -50px;
}
.business-ty .bottom .left {
  width: 40%;
  padding: 50px;
}
.business-ty .bottom .right {
  width: 60%;
  padding: 50px;
}
@media screen and (max-width: 1200px) {
  .business-1-page .business-1 h3 {
    font-size: 24px;
  }
  .business-1-page .business-3 .list ul li a h4 {
    font-size: 18px;
  }
  .business-1-page .business-3 .list ul li a h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .business-1-page .business-1 .left {
    width: 100%;
  }
  .business-1-page .business-1 .right {
    width: 100%;
  }
  .business-1-page .business-3 .list ul li {
    width: 50%;
  }
  .business-1-page .business-4 .left {
    width: 100%;
  }
  .business-1-page .business-4 .right {
    width: 100%;
  }
  .business-1-page .business-4 .warp .item:nth-of-type(odd)::before {
    display: none;
  }
  .business-1-page .business-4 .warp .item:nth-of-type(even)::before {
    display: none;
  }
  .business-1-page .business-4 .box {
    padding: 0;
  }
  .business-1-page .business-4 .right .content {
    max-width: 100%;
    padding: 30px 0;
  }
  .business-ty .list ul li {
    width: 100%;
  }
  .business-ty .bottom {
    margin: -20px;
  }
  .business-ty .bottom .left {
    width: 100%;
    padding: 20px;
  }
  .business-ty .bottom .right {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .business-ty {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .business-1-page .business-3 .list ul li {
    width: 100%;
  }
}
.business-2-page .business-1 {
  padding-bottom: 100px;
}
.business-2-page .business-1 h3 {
  font-size: 34px;
  font-weight: 500;
}
.business-2-page .business-1 .box {
  margin: -15px;
}
.business-2-page .business-1 .left {
  width: 35%;
  padding: 15px;
}
.business-2-page .business-1 .right {
  width: 65%;
  padding: 15px;
}
.business-2-page .business-2 {
  height: 400px;
}
.business-2-page .business-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.business-2-page .business-3 {
  padding: 70px 0;
}
.business-2-page .business-3 .list {
  margin-top: 50px;
}
.business-2-page .business-3 .list ul {
  margin: -7px;
}
.business-2-page .business-3 .list ul li {
  padding: 7px;
  width: 33.33%;
}
.business-2-page .business-3 .list ul li a .img {
  border: 1px solid #97bade;
  position: relative;
  border-radius: 5px;
}
.business-2-page .business-3 .list ul li a .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(177, 202, 88, 0.75);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.business-2-page .business-3 .list ul li a .img p {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: white;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.business-2-page .business-3 .list ul li a .img p::after {
  content: "";
  height: 1px;
  background-color: white;
  width: 0;
  display: block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.business-2-page .business-3 .list ul li a .img p:hover::after {
  width: 100%;
}
.business-2-page .business-3 .list ul li a .name {
  line-height: 1;
  font-weight: 600;
  padding: 0 15%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.business-2-page .business-3 .list ul li a:hover .img::before {
  opacity: 1;
}
.business-2-page .business-3 .list ul li a:hover .img p {
  opacity: 1;
}
.business-2-page .business-3 .list ul li a:hover .name {
  color: #142380;
}
.business-2-page .business-4 {
  background: url(../images/ty-bl-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 100px 0;
  position: relative;
}
.business-2-page .business-4 .title {
  margin: -15px;
}
.business-2-page .business-4 .left {
  width: 35%;
  padding: 15px;
}
.business-2-page .business-4 .right {
  width: 65%;
  padding: 15px;
}
.business-2-page .business-4 .list {
  margin-top: 50px;
}
.business-2-page .business-4 .list ul.grid-box {
  margin: -30px -15px;
}
.business-2-page .business-4 .list ul.grid-box li.column {
  padding: 30px 15px;
  position: relative;
}
.business-2-page .business-4 .list ul.grid-box li.column::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 32px;
  background-color: white;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.business-2-page .business-4 .list ul.grid-box li.column img {
  margin: 0 auto;
}
.business-2-page .business-4 .slick-dots {
  margin: 0;
  margin-top: 60px;
  text-align: center;
}
.business-2-page .business-4 .slick-dots li {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 3px;
  background-color: white;
  border-radius: 3px;
  margin: 0 3px;
}
.business-2-page .business-4 .slick-dots li.slick-active {
  width: 80px;
  background-color: #123485;
}
.business-2-page .business-4 .slick-dots li button {
  display: none;
}
.business-2-page .business-5 {
  padding: 80px 0;
}
.business-2-page .business-5 .box {
  padding: 30px 60px;
  position: relative;
  margin-bottom: 40px;
}
.business-2-page .business-5 .box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 390px;
  background-color: #e3f4f3;
  border-radius: 100px 0 100px 0;
  z-index: -1;
}
.business-2-page .business-5 .list ul {
  margin: -20px;
}
.business-2-page .business-5 .list ul li {
  padding: 20px;
  width: 33.33%;
}
.business-2-page .business-5 .list ul li .img {
  margin-bottom: 25px;
}
.business-2-page .business-5 .list ul li h4 {
  font-size: 23px;
  font-weight: 600;
}
.business-2-page .business-5 .list ul li h4::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #123485;
  border-radius: 3px;
  margin-bottom: 10px;
}
.business-2-page .business-5 .list ul li .line {
  margin: 15px 0;
  height: 1px;
  background-color: black;
}
.business-2-page .business-5 .list ul li h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: #202d86;
}
.business-2-page .business-6 {
  padding: 90px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e7f0), color-stop(40%, #ffffff));
  background-image: -webkit-linear-gradient(#e4e7f0 0, #ffffff 40%);
  background-image: -moz-linear-gradient(#e4e7f0 0, #ffffff 40%);
  background-image: linear-gradient(#e4e7f0 0, #ffffff 40%);
}
.business-2-page .business-6 .grid-box {
  margin: 30px -50px;
}
.business-2-page .business-6 .grid-box .column {
  width: 50%;
  padding: 0 50px;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .business-2-page .business-1 h3 {
    font-size: 24px;
  }
  .business-2-page .business-6 .grid-box {
    margin: 0 -15px;
  }
  .business-2-page .business-6 .grid-box .column {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .business-2-page .business-1 .left {
    width: 100%;
  }
  .business-2-page .business-1 .right {
    width: 100%;
  }
  .business-2-page .business-3 .list ul li {
    width: 50%;
  }
  .business-2-page .business-4 .left {
    width: 100%;
  }
  .business-2-page .business-4 .right {
    width: 100%;
  }
  .business-2-page .business-5 .list ul li {
    width: 50%;
  }
  .business-2-page .business-5 .box {
    padding: 0;
  }
  .business-2-page .business-5 .box::before {
    display: none;
  }
  .business-2-page .business-6 .grid-box {
    margin: 0;
  }
  .business-2-page .business-6 .grid-box .column {
    padding: 30px 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .business-2-page .business-3 .list ul li {
    width: 100%;
  }
  .business-2-page .business-5 .list ul li {
    width: 100%;
  }
}
.service-page .service-1 {
  padding: 80px 0;
}
.service-page .service-1 .box::before {
  content: url(../images/partner-1-after.png);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.service-page .service-1 .title-box {
  width: 60%;
}
.service-page .service-1 .list {
  margin-top: 50px;
}
.service-page .service-1 .list ul {
  margin: -15px;
}
.service-page .service-1 .list ul li {
  width: 25%;
  padding: 15px;
}
.service-page .service-1 .list ul li .content {
  padding: 70px 40px 30px;
  border-radius: 100px 0 100px 0;
}
.service-page .service-1 .list ul li:nth-child(1) .content {
  background-color: #d9f0ef;
}
.service-page .service-1 .list ul li:nth-child(2) .content {
  background-color: #142280;
  color: white;
}
.service-page .service-1 .list ul li:nth-child(3) .content {
  background-color: #c2e7e6;
}
.service-page .service-1 .list ul li:nth-child(4) .content {
  background-color: #b0c958;
  color: white;
}

.service-page .service-1 .list ul li .content.one {
  background-color: #d9f0ef;
}
.service-page .service-1 .list ul li .content.two {
  background-color: #142280;
  color: white;
}
.service-page .service-1 .list ul li .content.three {
  background-color: #c2e7e6;
}

.service-page .service-1 .list ul li h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 3em;
}
.service-page .service-1 .list ul li p {
  font-size: 15px;
  line-height: 1.5;
  height: 15em;
  overflow-y: auto;
}
.service-page .service-2 {
  padding: 110px 0;
  background: url(../images/service-2-bg.jpg) no-repeat center top;
}
.service-page .service-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.service-page .service-2 .box .left {
  width: 50%;
}
.service-page .service-2 .box .left .top {
  padding: 90px 90px 0;
  height: 430px;
}
.service-page .service-2 .box .left .bottom {
  border-top: 1px solid #e3e3e3;
}
.service-page .service-2 .box .left .bottom .item {
  height: 230px;
  padding: 75px 15px 0;
  border-right: 1px solid #e3e3e3;
}
.service-page .service-2 .box .left .bottom i {
  display: block;
  min-height: 50px;
}
.service-page .service-2 .box .left .bottom i img {
  margin: 0 auto;
}
.service-page .service-2 .box .left .bottom h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}
.service-page .service-2 .box .right {
  width: 50%;
}
.service-page .service-2 .box .right button {
  width: 82px;
  height: 82px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  font-size: 40px;
  border-radius: 50%;
  z-index: 10;
  background-color: white;
  color: #b0c958;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 .box .right button:hover {
  background-color: #b0c958;
  color: white;
}
.service-page .service-2 .box .right button.slick-prev {
  left: -41px;
}
.service-page .service-2 .box .right button.slick-next {
  right: -41px;
}
.service-page .service-2 .box .right .img {
  position: relative;
  height: 661px;
  overflow: hidden;
  border-radius: 0 36px 36px 0;
}
.service-page .service-2 .box .right .img .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px 40px;
}
.service-page .service-2 .box .right .img .text h2 {
  font-size: 72px;
  color: white;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.service-page .service-2 .box .right .img .text .btn {
  background-color: #393939;
}
.service-page .service-2 .box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-3 {
  padding: 100px 0;
}
.service-page .service-3 h2 {
  margin-bottom: 50px;
}
.service-page .service-3 .tab ul {
  margin: -20px;
}
.service-page .service-3 .tab ul li {
  font-size: 30px;
  font-weight: 600;
  width: 33.33%;
  text-align: center;
  line-height: 75px;
  color: white;
  padding: 20px;
}
.service-page .service-3 .tab ul li a {
  border-radius: 30px 0 30px 0;
}
.service-page .service-3 .tab ul li:nth-child(1) a {
  background-color: #142280;
}
.service-page .service-3 .tab ul li:nth-child(2) a {
  background-color: #73c7c8;
}
.service-page .service-3 .tab ul li:nth-child(3) a {
  background-color: #b0c958;
}
.service-page .service-3 .list {
  margin-top: 60px;
}
.service-page .service-3 .list ul li {
  display: none;
}
.service-page .service-3 .list ul li .grid-box {
  margin: -20px;
}
.service-page .service-3 .list ul li .grid-box .column {
  padding: 20px;
  width: 33.33%;
}
.service-page .service-3 .list ul li .grid-box .column .content {
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.service-page .service-3 .list ul li .grid-box .column .content h3 {
  font-size: 24px;
  font-weight: 500;
  min-height: 72px;
}
.service-page .service-3 .list ul li .grid-box .column .content p {
  min-height: 173px;
}
.service-page .service-3 .list ul li .grid-box .column .content .line {
  width: 98px;
  height: 2px;
  background-color: #40b5b1;
  margin: 20px 0;
}
@media screen and (max-width: 1200px) {
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-2 .box .left .top {
    padding: 30px 30px 0;
  }
  .service-page .service-2 .box .left .bottom h4 {
    font-size: 20px;
  }
  .service-page .service-2 .box .right .img .text h2 {
    font-size: 50px;
  }
  .service-page .service-3 .list ul li .grid-box .column {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-2 .box {
    display: block;
  }
  .service-page .service-2 .box .left {
    width: 100%;
  }
  .service-page .service-2 .box .right {
    width: 100%;
  }
  .service-page .service-2 .box .left .top {
    height: auto;
    padding: 30px;
  }
  .service-page .service-2 .box .left .bottom .item {
    height: auto;
    padding: 30px 15px;
  }
  .service-page .service-2 .box .right .img {
    height: auto;
    border-radius: 0 0 36px 36px;
  }
  .service-page .service-3 .tab ul {
    margin: -10px;
  }
  .service-page .service-3 .tab ul li {
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    padding: 10px;
  }
  .service-page .service-3 .list ul li .grid-box .column .content {
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .box::before {
    display: none;
  }
  .service-page .service-1 .title-box {
    width: 100%;
  }
  .service-page .service-1 .list ul li {
    width: 100%;
  }
  .service-page .service-1 .list ul li .content {
    border-radius: 50px 0 50px 0;
    padding: 30px 15px;
  }
  .service-page .service-1 .list ul li p {
    min-height: unset;
  }
  .service-page .service-3 .list ul li .grid-box .column {
    width: 100%;
  }
  .service-page .service-3 .list ul li .grid-box .column .content p {
    min-height: unset;
  }
  .service-page .service-2 .box .right button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .service-page .service-2 .box .right button.slick-prev {
    left: 0;
  }
  .service-page .service-2 .box .right button.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-2 .box .left .bottom h4 {
    font-size: 14px;
  }
  .service-page .service-2 .box .right .img .text h2 {
    font-size: 30px;
  }
  .service-page .service-2 .box .right .img .text {
    padding: 15px;
  }
}



/*.product-page .bottom {
  padding: 60px 0 130px;
}*/
/*.product-page .bottom .box {
  max-width: 1730px;
  padding: 0 15px;
  margin: 0 auto;
}*/
.product-page .bottom .one {
  display: block;
}
.product-page .bottom .one ul {
  margin: -15px;
}
.product-page .bottom .one ul li {
  padding: 15px;
}
.product-page .bottom .one ul li .content {
  /*width: 95%;*/
  margin-left: auto;
  background-color: #fff;
  /*margin-top: -140px;*/
  position: relative;
  text-align: left;
  padding: 15px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .bottom .one ul li .content .name {
  font-size: 20px;
}
.product-page .bottom .one ul li .content .txt {
  font-size: 14px;
  margin-top: 25px;
}
.product-page .bottom .one ul li:hover .content {
  background-color: #0a4181;
  color: #fff;
}
.product-page .bottom .two {
  display: none;
}
.product-page .bottom .two ul {
  margin: -15px;
}
.product-page .bottom .two ul li {
  padding: 15px;
}

.product-page .bottom .two ul li .content .left {
  width: 47%;
}
.product-page .bottom .two ul li .content .right {
  width: 53%;
  padding: 20px;
  margin-top: 20px;
  margin-left: -50px;
  background: #fff;
}
.product-page .bottom .two ul li .content:hover .right{
  background: #0a4181;
  color: #fff;
}
.product-page .bottom .two ul li .content .right .name {
  font-size: 20px;
}
.product-page .bottom .two ul li .content .right .txt {
  font-size: 14px;
  margin-top: 25px;
}

.nav-side {
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
}
/*.nav-side .box {
  max-width: 1730px;
  padding: 0 15px;
  margin: 0 auto;
}*/
.nav-side .fl ul li {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border-right: 1px solid #bbc9d9;
}
.nav-side .fl ul li a {
  margin: 0 30px;
}
.nav-side .fr {
  font-size: 16px;
}
.nav-side .fr ul {
  margin-left: 50px;
  display: inline-block;
}
.nav-side .fr ul li {
  display: inline-block;
  margin: 0 5px;
}
#gf-filter-content {
  display: none;
  padding: 50px 0;
  background-color: rgba(235, 235, 235, 0.3);
}
#gf-filter-content .box {
  max-width: 1730px;
  padding: 0 15px;
  margin: 0 auto;
}
#gf-filter-content .box .warp .item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
#gf-filter-content .box .warp .item ul li {
  font-size: 14px;
}
#gf-filter-content .box .warp .item ul li.active a::before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
#gf-filter-content .box .warp .item ul li a {
  display: inline-block;
  position: relative;
}
#gf-filter-content .box .warp .item ul li a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -moz-transition: transform .4s ease, -moz-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  background-color: #9fa4af;
}
#gf-filter-content .box .warp .item ul li a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
#gf-filter-content .box .warp .item ul li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .nav-side {
    display: none;
  }
  .product-page .bottom {
    padding: 0 0 60px;
  }
}



.prodet-page .prodet-1 {
  padding: 60px 0;
}
.prodet-page .prodet-1 .left {
  width: 45%;
  padding-right: 50px;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .left .image-gallery {
  padding: 0 70px;
  margin-top: 18px;
  position: relative;
}
.prodet-page .prodet-1 .left .image-gallery > span {
  font-size: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .left .image-gallery > span.left-btn {
  left: 30px;
}
.prodet-page .prodet-1 .left .image-gallery > span.right-btn {
  right: 30px;
}
.prodet-page .prodet-1 .left .image-gallery ul {
  margin: 0 -3px;
}
.prodet-page .prodet-1 .left .image-gallery ul li {
  padding: 0 3px;
}
.prodet-page .prodet-1 .right {
  width: 55%;
}
.prodet-page .prodet-1 .right h3.tit {
  font-size: 32px;
  font-weight: 700;
}
.prodet-page .prodet-1 .right h1.tit {
  font-size: 32px;
  font-weight: 700;
}
.prodet-page .prodet-1 .right h4 {
  font-size: 19px;
  font-weight: 300;
  margin-top: 15px;
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
.prodet-page .prodet-1 .right .text strong {
  font-weight: 700;
}
.prodet-page .prodet-1 .right .btn {
  margin: 60px -10px 0;
  padding: 40px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn span {
  display: inline-block;
  padding: 10px;
  width: 33.33%;
}
.prodet-page .prodet-1 .right .btn span a {
  display: block;
  font-size: 22px;
  font-weight: 500;
  background-color: #73c6c7;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
}
.prodet-page .prodet-1 .right .btn span a:hover {
  background-color: #0a4181;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}
.prodet-page .prodet-1 .right .tag {
  font-size: 16px;
  line-height: 2;
}
.prodet-page .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .prodet-1 .right .share .share-tit {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #0a4181;
}
.prodet-page .prodet-2 .options {
  /*text-align: center;*/
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .options ul li {
  padding: 15px 0;
  display: inline-block;
  margin: 0 25px;
  width: auto;
  font-size: 19px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.prodet-page .prodet-2 .options ul li.active {
  border-color: #0a4181;
  font-weight: 500;
  color: #73c6c7;
}
.prodet-page .prodet-2 .ret {
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding: 15px 40px;
  font-size: 18px;
  line-height: 2;
}
.prodet-page .prodet-2 .ret ul li .content strong {
  font-weight: 700;
}
.prodet-page .prodet-3 {
  padding: 100px 0 40px;
}
.prodet-page .prodet-3 h2 {
  font-size: 32px;
  font-weight: 700;
}
.prodet-page .prodet-3 h2::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #0a4181;
  /*margin: 0 auto;*/
  display: block;
}
.prodet-page .prodet-3 .box {
  margin-top: 20px;
}
.prodet-page .prodet-3 .box ul {
  margin: -15px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .box ul li .name {
  font-size: 20px;
  padding: 35px 0;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin: 30px -10px 0;
    padding: 20px 0;
  }
  .prodet-page .prodet-3 .box ul li .name {
    font-size: 16px;
    padding: 15px 0;
  }
  .prodet-page .prodet-1 {
    padding: 0 0 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding: 15px 0;
  }
  .prodet-page .prodet-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .right h3.tit {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right .btn span a {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .tag {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .options ul li {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    font-size: 14px;
  }
  .prodet-page .prodet-3 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right .btn span {
    padding: 5px;
  }
  .prodet-page .prodet-1 .right .btn span a {
    font-size: 13px;
    line-height: 40px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
  }
  .prodet-page .prodet-3 .box ul {
    margin: -10px;
  }
  .prodet-page .prodet-3 .box ul li {
    padding: 10px;
  }
  .prodet-page .prodet-3 .box ul li .name {
    font-size: 14px;
  }
}



/* 修改 */
.i-social{
  padding-top: 100px;
}
.i-social .box{
  background-color: white;
  padding: 5% 3%;
  box-shadow: 0 0 20px #ccc;
  border-radius: 20px;
}
.i-social h2{
  font-weight: 500;
}
.i-social .mml-text{
  font-weight: 500;
}
.i-social .line{
  height: 1px;
  background-color: black;
}
.i-social .view_more{
  border-bottom: 1px solid black;
}
.i-social ul li{
  padding: 15px;
}
.i-social ul{
  margin: -15px;
}

.new_history{
  padding: 100px 0;
}

.new_history .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.new_history .slick-arrow.slick-prev{
  left: -50px;
}

.new_history .slick-arrow.slick-next{
  right: -50px;
}


.new_history time{
  font-size: 36px;
  font-weight: 500;
  color: #142280;
}
.new_history .time_line{
  padding-top: 20px;
  background: url(../images/time_line.png)no-repeat left top;
  background-size: 100% auto;
}
.new_history .mml-text{
  height: 550px;
  display: flex;
  border-left: 1px solid #c7c7c7;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff, #f5f5f5);
}
.new_history .mml-text .img img{
  margin: 10px 0;
}
.new_history .mml-text p{
  line-height: 1.5;
}

.new_history .mml-text .end{
  padding: 15px;
}
.new_history .slick-slide:nth-child(odd) .mml-text{
  align-items: flex-end;
  background-color: #ffffff;
  background-image: linear-gradient(#fbfbfb, #ffffff);
}
.new_history .slick-slide:nth-child(odd) .mml-text .end{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media screen and (max-width: 700px) {
  .new_history .mml-text{
    height: auto;
    background-image: none!important;
  }
  
  .new_history .slick-slide:nth-child(odd) .mml-text{
    align-items: unset;
  }
  .new_history .slick-slide:nth-child(odd) .mml-text .end{
    display: block;
  }
}

/* end */




/* 新增page */
#resources_nav::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 20px;
}
#resources_nav li {
  display: inline-block;
  margin-right: 5px;
}
#resources_nav li a {
  display: block;
  width: 185px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 25px 0 25px 0;
  background-color: #123485;
  color: white;
}
#resources_nav li:nth-child(2) a {
  background-color: #40b5b1;
}
#resources_nav li:nth-child(3) a {
  background-color: #b0c957;
}
#resources_nav li:nth-child(4) a {
  background-color: #b5b5b5;
}
.resources_sidebar {
  margin: 0 -30px;
}
.resources_sidebar .resources_left {
  width: 70%;
  padding: 0 30px;
}
.resources_sidebar .resources_right {
  width: 30%;
  padding: 0 30px;
}
h2.resources {
  font-weight: 600;
}
h2.resources::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #13237f;
  margin-top: 10px;
}
.resources_more {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}
.video_content h3 {
  font-weight: 500;
}
.resources-page .resources_2 {
  background-color: #fafafa;
}
.product_catalogue .img {
  width: 31%;
  vertical-align: middle;
}
.product_catalogue .mml-text {
  width: 69%;
  vertical-align: middle;
}
.product_catalogue .mml-text p {
  min-height: 75px;
}
.product_catalogue .mml-text .line {
  height: 1px;
  background: #e4e4e4;
}
.product_catalogue .mml-text .date time {
  font-weight: 500;
}
.product_catalogue .mml-text .date .download {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}
.pdf_box ul {
  margin: -15px;
}
.pdf_box ul li {
  padding: 15px;
}
.pdf_box .mml-text {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.pdf_box .mml-text .title {
  padding-left: 55px;
  background: url(../images/pdf-icon.png) no-repeat left top;
  min-height: 110px;
}
.pdf_box .mml-text .line {
  height: 1px;
  background-color: #e5e5e5;
}
.pdf_box .mml-text .date time {
  font-weight: 500;
}
.pdf_box .mml-text .date .download {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}
.catalogue-page .catalogue_list li {
  padding: 50px 0;
}
.catalogue-page .product_catalogue .img {
  width: 40%;
}
.catalogue-page .product_catalogue .mml-text {
  width: 60%;
}
#Product_Categories li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  font-weight: 500;
}
#Product_Categories li a {
  display: block;
  padding-left: 20px;
  position: relative;
}
#Product_Categories li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #9a9a9a;
  border-radius: 50%;
}
#Latest_News h4 {
  font-weight: 500;
}
#Latest_News a.view_more {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}
.video-page .video_box {
  -webkit-box-shadow: 0 100px 40px -120px #ccc;
  box-shadow: 0 100px 40px -120px #ccc;
}
.video-page .video_list .list ul {
  margin: -25px -10px;
}
.video-page .video_list .list ul li {
  padding: 25px 10px;
}
.video-page .video_list .line {
  height: 1px;
  background-color: #e4e4e4;
}
.video-page .video_list .cat_name {
  padding: 3px 10px;
  background-color: #b0c957;
  color: white;
  border-radius: 8px;
}

.lg-page .lg_box ul{
  margin: -25px -10px;
}
.lg-page .lg_box ul li{
  padding: 25px 10px;
}

@media screen and (max-width: 1200px) {
  #resources_nav li a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #resources_nav {
    display: none;
  }
  .resources_sidebar {
    margin: 0;
  }
  .resources_sidebar .resources_left {
    width: 100%;
    padding: 0;
  }
  .resources_sidebar .resources_right {
    display: none;
  }
  .resources_more {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .video_content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product_catalogue .img {
    width: 100%!important;
  }
  .product_catalogue .mml-text {
    width: 100%!important;
    padding: 0!important;
    margin-top: 30px;
  }
}



.social-page .social-1 h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 50px;
  COLOR: #123485;
}
.social-page .social-1 .line {
  height: 1px;
  background: #e7e7e7;
}
.social-page .social-1 .left {
  width: 50%;
  vertical-align: middle;
}
.social-page .social-1 .right {
  width: 50%;
  padding-left: 50px;
  vertical-align: middle;
}
.social-page .social-2 h2 {
  color: #123485;
}
.social-page .social-2 ul {
  margin: -25px;
}
.social-page .social-2 ul li {
  width: 30%;
  padding: 25px;
}
.social-page .social-2 ul li:nth-child(3) {
  width: 40%;
}
.social-page .social-2 .img {
  height: 300px;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
.social-page .social-2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.social-page .social-2 .line {
  width: 43px;
  height: 3px;
  background: #123485;
  border-radius: 1px;
}
.social-page .social-3 {
  background: #f0f7f6;
}
.social-page .social-3 h2 {
  color: #6eb6ad;
}
.social-page .social-3 .top .box {
  margin: -25px;
}
.social-page .social-3 .top .box > div {
  padding: 25px;
}
.social-page .social-3 .left {
  width: 43%;
  vertical-align: bottom;
}
.social-page .social-3 .left .img {
  height: 250px;
}
.social-page .social-3 .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.social-page .social-3 .right {
  width: 57%;
  vertical-align: bottom;
}
.social-page .social-3 .right .img {
  overflow: hidden;
  border-radius: 50px 0 50px 0;
  height: 450px;
}
.social-page .social-3 .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.social-page .social-3 .bottom ul {
  margin: -25px;
}
.social-page .social-3 .bottom ul li {
  padding: 25px;
}
.social-page .social-4 ul {
  margin: -25px;
}
.social-page .social-4 ul li {
  padding: 25px;
}
h2.social {
  font-size: 58px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .social-page .social-1 h2 {
    font-size: 30px;
  }
  h2.social {
    font-size: 40px;
  }
  .social-page .social-2 ul {
    margin: -15px;
  }
  .social-page .social-2 ul li {
    padding: 15px;
  }
  .social-page .social-3 .top .box {
    margin: -15px;
  }
  .social-page .social-3 .top .box > div {
    padding: 15px;
  }
  .social-page .social-3 .bottom ul {
    margin: -15px;
  }
  .social-page .social-3 .bottom ul li {
    padding: 15px;
  }
  .social-page .social-4 ul {
    margin: -15px;
  }
  .social-page .social-4 ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .social-page .social-1 .left {
    width: 100%;
  }
  .social-page .social-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .social-page .social-1 .left .line {
    display: none;
  }
  .social-page .social-2 ul li {
    width: 50%;
  }
  .social-page .social-2 ul li:nth-child(3) {
    width: 100%;
  }
  .social-page .social-2 .img {
    height: auto;
  }
  .social-page .social-3 .left {
    width: 100%;
  }
  .social-page .social-3 .right {
    width: 100%;
  }
  .social-page .social-3 .left .img,
  .social-page .social-3 .right .img {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .social-page .social-1 h2 {
    font-size: 20px;
  }
  h2.social {
    font-size: 24px;
  }
  .social-page .social-2 ul li {
    width: 100%;
  }
}

.about-page .about-1 .text p{
  line-height: 1.5;
}


.new-contact-page .new-contact-1 .mml-text{
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fcfcfc;
  padding-top: 60px;
  border-radius: 100px 0 0 0;
  padding-bottom: 40px;;
}
.new-contact-page table td,
.new-contact-page table th {
  vertical-align: top;
  border: none;
  padding: 5px 0;
}
.new-contact-page table td:first-child {
  width: 25%;
}
.new-contact-page table td:last-child {
  width: 75%;
}
.new-contact-page table td span{
  color: #62b2a8;
}
.new-contact-page h3 {
  font-size: 42px;
  font-weight: 600;
}
.new-contact-page h4 {
  font-size: 27px;
  font-weight: 600;
}
.new-contact-page p{
  line-height: 1.5;
}


.new-contact-page .form ul {
  margin: -15px;
}
.new-contact-page .form ul li {
  padding: 15px;
  width: 50%;
}
.new-contact-page .form ul li.wid-100 {
  width: 100%;
}
.new-contact-page .form label {
  display: block;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}
.new-contact-page .form label em {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-contact-page .form input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #bac67e;
}
.new-contact-page .form button {
  font-size: 24px;
  background-color: black;
  color: white;
  border: none;
  padding: 10px 40px;
  border-radius: 30px;
}


.new-contact-page .new-contact-2 .box{
  margin: -15px;
}
.new-contact-page .new-contact-2 .left{
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.new-contact-page .new-contact-2 .right{
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.new-contact-page .new-contact-2 .mobile_ewm{
  display: inline-block;
  max-width: 120px;
  vertical-align: middle;
}
.new-contact-page .new-contact-2 .social-links{
  display: inline-block;
  vertical-align: middle;
}
.new-contact-page .new-contact-2 .social-links a{
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 50%;
  margin-right: 15px;
}

@media screen and (max-width: 1600px) {
  .new-contact-page .new-contact-1 .mml-text{
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 15px;
    max-width: 700px;
    margin: auto;
    background: transparent;
  }

  .font-24{
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .new-contact-page .new-contact-2 .left{
    width: 100%;
  }
  .new-contact-page .new-contact-2 .right{
    display: none;
  }

  .font-24{
    font-size: 16px;
  }

  .new-contact-page table td:first-child{
    width: 35%;
  }
  .new-contact-page table td:last-child{
    width: 65%;
  }
}

@media screen and (max-width: 500px) {
  .new-contact-page .form ul li{
    width: 100%;
  }
}


#common{
  overflow: hidden;
}
#common .mml-box{
  margin: -15px;
}
#common .mml-img{
  width: 55%;
  padding: 15px;
  vertical-align: middle;
}
#common .mml-text{
  width: 45%;
  padding: 15px;
  vertical-align: middle;
}
#common .mml-text .youquanintro h1{
display: inline;
font-size: inherit;
}
#common ul {
  margin-right: -70px;
}
#common ul li {
  width: 33.33%;
  margin-right: -35px;
}

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


.about2-page .about-1 {
    padding: 50px 0 50px;
}
.about2-page .about-1 .top {
    padding-bottom: 60px;
    margin-bottom: 80px;
    border-bottom: 1px solid #626363;
}
.about2-page .about-1 .top .left{
    vertical-align: middle;
    padding-right: 7%;
}
.about2-page .about-1 .top .left h3 {
    font-size: 60px;
    color: #040404;
    font-weight: 300;
    line-height: 110px;
        letter-spacing: -2px;
    /*text-transform: uppercase;*/
}
.about2-page .about-1 .top .left h3 em {
    font-weight: 500;
    color: #123485;
        letter-spacing: -2px;
}
.about2-page .about-1 .top .left h6 {
    font-size: 28px;
    color: #121212;
    line-height: 1;
    font-weight: 500;
    /*text-transform: uppercase;*/
    margin: 20px 0 10px;
}
.about2-page .about-1 .top .left h4 {
    font-size: 57px;
    color: #121212;
    line-height: 1;
    font-weight: bold;
}
.about2-page .about-1 .top .left h4:first-letter {
    text-transform: capitalize;
}
.about2-page .about-1 .top .left .text {
    margin-top: 35px;
}
.about2-page .about-1 .top .right {
    text-align: right;
    padding-left: 7%;
}
.about2-page .about-1 .top .right ul {
    text-align: left;
    margin: -20px;
}
.about2-page .about-1 .top .right ul li {
    padding: 20px;
}
.about2-page .about-1 .top .right ul li h4 {
    font-size: 80px;
    color: #0881ca;
    line-height: 1;
    font-weight: bold;
}
.about2-page .about-1 .top .right ul li h4 sup {
    font-size: 40%;
    text-transform: uppercase;
}
.about2-page .about-1 .top .right ul li p {
    font-size: 22px;
    color: #191a1a;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}
.about2-page .about-1 .top.two {
    text-align: center;
    margin-top: 40px;
}
.about2-page .about-1 .top.two .left {
    padding-right: 0;
    text-align: left;
}
.about2-page .about-1 .top.two h6 {
    text-transform: none;
}
.about2-page .about-1 .top.two h3 {
    color: black;
    text-transform: none;
}
.about2-page .about-1 .top.two h3 em {
    color: #0881ca;
    font-weight: bold;
}
.about2-page .about-1 .top.two h3 sup {
    font-size: 50%;
}
.about2-page.history-page .about-1 .top.two {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.about2-page.history-page .about-1 .top.two h6 {
    text-align: center;
}
.about2-page.history-page .about-1 .top.two h3 {
    text-align: center;
    color: #0881ca;
}
.about2-page.history-page .about-1 .top.two h3 em {
    font-family: inherit;
    color: black;
}


.about2-page .i-history {
    padding-bottom:50px;
}
.about2-page .i-history h2.h2 {
    font-size:48px;
    text-align:center;
    font-weight:700;
    margin-bottom:10px;
    color:#d29b57;
}
.about2-page .i-history p.p {
    padding:0 20%;
    text-align:center;
}
.about2-page .i-history .history-list {
    margin-top:50px;
    position:relative;
}
.about2-page .i-history .history-list:after {
    content:'';
    position:absolute;
    width:1px;
    height:100%;
    background:#ddd;
    left:50%;
    top:0;
}
.about2-page .i-history .history-list .list p {
    font-weight:400;
    color:#504a44;
    font-size:16px;
    line-height:inherit;
}
.about2-page .i-history .history-list .list .i-text {
    float:left;
    width:50%;
    cursor:pointer;
    transition:.3s ease;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
    -o-transition:.3s ease;
    position:relative;
}
.about2-page .i-history .history-list .list .i-text:after {
    content:'';
    position:absolute;
    width:9px;
    height:15px;
    background:url(/template/en/images/r_03.jpg) no-repeat center;
    right:-9px;
    top:50px;
    z-index:8;
}
.about2-page .i-history .history-list .list .i-text .text1 {
    border:1px solid #ededed;
    padding:30px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    text-align:right;
    width:92%;
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column {
    width:75%;
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) {
    width:25%;
    padding-left:10px;
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) img {
    transition:.3s ease;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
    -o-transition:.3s ease;
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column h4 {
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}
.about2-page .i-history .history-list .list .i-text:hover .text1 {
    background:#eee;
}
.about2-page .i-history .history-list .list .i-text:hover .img img {
    transform:translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.about2-page .i-history .history-list .list .i-year {
    float:right;
    width:50%;
}
.about2-page .i-history .history-list .list .i-year .year1 {
    padding:38px 30px 0 8%;
}
.about2-page .i-history .history-list .list .i-year .year1 h3 {
    font-size:36px;
    font-weight: 500;
    line-height: 1;
    color: #123485;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text {
    float:right;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text:after {
    background:url(/template/en/images/l_03.jpg) no-repeat center;
    right:auto;
    left:-8px;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 {
    float:right;
    text-align:left;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column:nth-child(1) {
    float:right;
    padding:0 0 0 10px;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column:nth-child(2) {
    float:left;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year {
    float:left;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year h3, .about2-page .i-history .history-list .list:nth-child(2n) .i-year p {
    text-align:right;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
    padding:32px 8% 0 30px;
}


@media screen and (max-width: 1000px){
    .about2-page .about-1 .top .right {
        display: none;
    }
    .about2-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about2-page .about-1 .top.two {
        margin: 0 auto 30px;
        padding-bottom: 30px;
    }
    .about2-page .about-2 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .about2-page .about-2 .box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .about2-page .about-2 {
        padding: 30px 0;
    }
    .about2-page .i-history .history-list .list .i-text {
        width: 70%;
        float: right;
    }
    .about2-page .i-history .history-list .list .i-year {
        width: 30%;
        float: left;
        text-align: right;
    }
    .about2-page .i-history .history-list:after {
        left: 30%;
    }
    .about2-page .i-history .history-list .list .i-text:after {
        background-image: url('../images/l_03.jpg');
        right: auto;
        left: -8px;
    }
    .about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) {
        display: none;
    }
    .about2-page .i-history .history-list .list .i-text .text1 .grid-box .column {
        width: 100%;
    }
    .about2-page .i-history .history-list .list .i-text {
        text-align: right;
    }
    .about2-page .i-history .history-list .list .i-text .text1 {
        margin-left: auto;
        text-align: left;
    }

}

#picture ul{
  margin: -15px;
}
#picture ul li{
  padding: 15px;
}




.product-page .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-page .wrapper .model_left h1{
  font-size: 24px;
    line-height: 40px;
    color: #1f9191;
}

.product-page .wrapper .model_left .bottom h1{
  font-size: 24px;
    line-height: 40px;
    color: #123485;
    font-weight: 500;
}

.model_left {
    width: 75.6%;
}
.model_right {
    width: 20.2%;
    margin-left: 4.2%;
}
.pull>h2,
.pull>.pull-titles {
    color: #565351;
    font-size: 1.4rem;
}
.wjyl-siderbar-ul-boxs>ul>li {
    border-bottom: 1px solid #ebebeb;
}
.wjyl-siderbar-ul-boxs>ul>li>a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #565351;
    padding: 11px 0;
    padding-right: 30px;
}
.wjyl-siderbar-ul-boxs>ul>li>ul {
  display: none;
    padding: 12px 0 18px;
}
.wjyl-siderbar-ul-boxs>ul>li>ul>li>ul{
  display: none;
}
.wjyl-siderbar-ul-boxs>ul>li.active>ul {
    display: block;
}
.wjyl-siderbar-ul-boxs>ul>li>ul>li.active>ul {
    display: block;
}
.wjyl-siderbar-ul-boxs>ul>li>ul li a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #565351;
}
.wjyl-siderbar-ul-boxs>ul>li>ul>li .titles-a {
    margin-top: 6px;
}

.wjyl-siderbar-ul-boxs ul li a .i-boxs {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 10px;
}

.wjyl-siderbar-ul-boxs>ul>li.active>a {
    color: #1f9191;
}

.wjyl-siderbar-ul-boxs>ul>li.active>a .i-boxs {
    transform: rotate(90deg);
}

.wjyl-siderbar-ul-boxs ul li ul li a .i-boxs {
  top: 0;
}

.wjyl-siderbar-ul-boxs ul li ul li.active a .i-boxs {
    transform: rotate(90deg);
}

.wjyl-siderbar-ul-boxs ul li a .i-boxs i {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}

.wjyl-siderbar-ul-boxs ul li.active a .i-boxs i {
    border-color: #1f9191;
}

.trans1 {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media screen and (max-width: 1000px){
  .product-page .wrapper {
    flex-direction: column-reverse;
  }
  .model_left{
    width: 100%;
  }
  .model_right{
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .product-page .bottom .one ul li .content .name{
    font-size: 16px;
    line-height: 30px;
  }
}
/* end */




/* join-fuck-model */
.join-adv ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -10px;
}
.join-adv ul li {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.join-adv ul li .num {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #142280;
}
.join-adv ul li .num small {
  font-size: 20px;
}
.join-adv ul li span {
  line-height: 1;
  color: #142280;
}
.join-model-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -35px;
}
.join-model-1 ul li {
  padding: 35px;
  width: 50%;
}
.join-model-1 ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 40px 60px;
  border-radius: 25px;
  color: #ffffff;
  background-color: #41b5b2;
}
.join-model-1 ul li .box .name {
  font-size: 40px;
  font-weight: 500;
}
.join-model-1 ul li .box .content {
  font-size: 20px;
}
.join-model-1 ul li .box .content strong {
  font-size: 24px;
  font-weight: 600;
}
.join-model-2 ul {
  margin: -15px -20px;
}
.join-model-2 ul li {
  padding: 15px 20px;
}
.join-model-2 ul li img {
  border-radius: 15px;
}
.join-model-3 ul {
  margin: -20px;
}
#index-body .join-model-3 ul {
  overflow-y: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.join-model-3 ul li {
  padding: 20px;
}
.join-model-3 ul li .grid-box {
  margin: -15px;
}

.join-model-3 .grid-box {
  margin: -15px;
}

.join-model-3 .column {
  padding: 15px;
}

.join-model-3 ul li .column {
  vertical-align: bottom;
}
.join-model-3 ul li .num {
  font-size: 44px;
  font-weight: 500;
}
.join-model-3 ul li .num small {
  font-size: 24px;
}
.tit-44 {
  font-size: 44px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .join-adv ul li .num {
    font-size: 30px;
  }
  .join-adv ul li .num small {
    font-size: 16px;
  }
  .join-model-1 ul li .box {
    padding: 30px;
  }
  .join-model-1 ul li .box .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .join-adv ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .join-adv ul li {
    width: 33.33%;
  }
  .join-model-1 ul li .box .name {
    font-size: 30px;
  }
  .join-model-1 ul li .box .content {
    font-size: 16px;
  }
  .join-model-1 ul li .box .content strong {
    font-size: 18px;
  }
  .join-model-1 ul {
    margin: -15px;
  }
  .join-model-1 ul li {
    padding: 15px;
  }
  .join-model-3 ul li .num {
    font-size: 30px;
  }
  .join-model-3 ul li .num small {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .join-adv ul li {
    width: 50%;
  }
  .join-model-1 ul {
    display: block;
  }
  .join-model-1 ul li {
    width: 100%;
  }
  .tit-44 {
    font-size: 30px;
  }
  .join-model-2 ul {
    margin: -15px;
  }
  .join-model-2 ul li {
    padding: 15px;
  }
  .join-model-3 ul li {
    width: 100%!important;
  }
}
@media screen and (max-width: 700px) {
  .join-adv {
    display: none;
  }
  .join-model-1 ul li .box .name {
    font-size: 22px;
  }
  .tit-44 {
    font-size: 22px;
  }
}

/* end */

#seo_public_from{padding:80px 0;}#seo_public_from .seo_public_from{margin-top:30px;}#seo_public_from .seo_public_from ul{margin:-10px;}#seo_public_from .seo_public_from ul li{padding:10px;}#seo_public_from .seo_public_from ul li.wid-100{width:100%;}#seo_public_from .seo_public_from ul li input,#seo_public_from .seo_public_from ul li textarea{width:100%;line-height:24px;padding:10px;border:none;font-size:16px;color:black;background:#f6f6f6;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}#seo_public_from .seo_public_from ul li input:focus,#seo_public_from .seo_public_from ul li textarea:focus{border-color:black;}#seo_public_from .seo_public_from ul li textarea{height:120px;}#seo_public_from .seo_public_from ul li input[type="submit"]{width:auto;display:inline-block;padding:10px 30px;background:#bfd749;color:white;font-size: 18px;}#seo_public_from .seo_public_from ul li input[type="submit"]:hover{opacity:.7;}





/* assh */
.caob-history ul li .caob-date{
	width: 117px;
	height: 117px;
	line-height: 117px;
	border-radius: 50%;
	color: white;
	background-color: #73c6c7;
	text-align: center;
}

.caob-history ul li:nth-child(3n-1) .caob-date{
	background-color: #b2ca58;
}

.caob-history ul li:nth-child(3n) .caob-date{
	background-color: #142280;
}

.caob-history ul li .caob-date time{
	line-height: 1;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.caob-history ul li .caob-date time span{
	font-size: 38px;
	font-weight: 500;
}

.caob-history ul li .caob-date time small{
	font-size: 34px;
}

.caob-history ul li .caob-content{
	padding-left: 20%;
}
.caob-history ul li .caob-content::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 59px;
	right: 0;
	border-bottom: 1px solid #e3e3e3;
}
.caob-history ul li .caob-content::before{
	content: "";
	position: absolute;
	top: -40px;
	left: 59px;
	bottom: 50%;
	border-left: 1px solid #e3e3e3;
}
.caob-history ul li .caob-box{
	background-color: #f2f3f7;
}

.caob-history ul li .caob-box .caob-text{
	width: 65%;
	vertical-align: middle;
}

.caob-history ul li .caob-box .caob-img{
	width: 35%;
	padding-left: 5%;
	vertical-align: middle;
}

.caob-title{
	font-size: 37px;
	border-bottom: 1px solid #d6d6d6;
}

.caob-title i{
	float: right;
}

@media (max-width:700px) {
	.caob-history ul li .caob-content{
		padding-left: 0;
	}
	
	.caob-title{
		font-size: 24px;
	}
}

@media (max-width:500px) {
	.caob-history ul li .caob-box .caob-text{
		width: 100%;
	}
	.caob-history ul li .caob-box .caob-img{
		width: 100%;
		padding: 0;
		text-align: left;
	}
}


/* ass-partner */
.caob-partner .caob-box{
  display:flex;
  flex-wrap: wrap;
}
.caob-partner .caob-box > div:first-child{
  background-color: #b3efeb;
  border-radius: 62px 0 0 10px;
  cursor: pointer;
}
.caob-partner .caob-box > div:last-child{
  background-color: #8292c7;
  border-radius: 0 10px 74px 0;
  cursor: pointer;
}

.caob-partner .caob-box > div.active:first-child{
  background-image: linear-gradient(#b3efeb, #64bfc0);
}
.caob-partner .caob-box > div.active:last-child{
  background-image: linear-gradient(#8292c7, #173490);
}

.caob-partner .caob-box .caob-name{
  font-size:51px;
  color:white;
}
@media (max-width:1000px) {
  .caob-partner .caob-box .caob-name{
    font-size:30px;
  }
}




/* join-caob */
.caob-history ul li .caob-date {
  width: 117px;
  height: 117px;
  line-height: 117px;
  border-radius: 50%;
  color: white;
  background-color: #73c6c7;
  text-align: center;
}
.caob-history ul li:nth-child(3n-1) .caob-date {
  background-color: #b2ca58;
}
.caob-history ul li:nth-child(3n) .caob-date {
  background-color: #142280;
}
.caob-history ul li .caob-date time {
  line-height: 1;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.caob-history ul li .caob-date time span {
  font-size: 38px;
  font-weight: 500;
}
.caob-history ul li .caob-date time small {
  font-size: 34px;
}
.caob-history ul li .caob-content {
  padding-left: 20%;
}
.caob-history ul li .caob-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 59px;
  right: 0;
  border-bottom: 1px solid #e3e3e3;
}
.caob-history ul li .caob-content::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 59px;
  bottom: 50%;
  border-left: 1px solid #e3e3e3;
}
.caob-history ul li .caob-box {
  background-color: #f2f3f7;
}
.caob-history ul li .caob-box .caob-text {
  width: 65%;
  vertical-align: middle;
}
.caob-history ul li .caob-box .caob-img {
  width: 35%;
  padding-left: 5%;
  vertical-align: middle;
}
.caob-title {
  font-size: 37px;
  border-bottom: 1px solid #d6d6d6;
}
.caob-title i {
  float: right;
}
@media (max-width: 700px) {
  .caob-history ul li .caob-content {
    padding-left: 0;
  }
  .caob-title {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .caob-history ul li .caob-box .caob-text {
    width: 100%;
  }
  .caob-history ul li .caob-box .caob-img {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
.caob-color {
  color: #123485;
}
.caob-base-line {
  width: 200px;
  height: 2px;
  background-color: #73c7c8;
}
.caob-page-1 {
  background: url(../images/caob-page-bg.jpg) no-repeat center left;
}
.caob-page-1 .caob-1 .left {
  padding-right: 9%;
}
.caob-page-1 .caob-1 .right .img > img {
  border-radius: 140px 0 140px 0;
}
.caob-page-1 .caob-1 .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%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  cursor: pointer;
  cursor: hand;
}
.caob-page-1 .caob-1 .play::before,
.caob-page-1 .caob-1 .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.caob-page-1 .caob-1 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.caob-page-1 .caob-1 .play i {
  font-size: 30px;
  color: #b1c957;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
}
.caob-page-1 .caob-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7f3d7), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(#e7f3d7, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(#e7f3d7, rgba(255, 255, 255, 0));
  background-image: linear-gradient(#e7f3d7, rgba(255, 255, 255, 0));
}
.caob-page-1 .caob-2 .top ul {
  background-color: white;
  border-radius: 0 71px 0 71px;
}
.caob-page-1 .caob-2 .top ul li {
  padding: 15px;
}
.caob-page-1 .caob-2 .top .num {
  color: #123485;
  line-height: 1;
}
.caob-page-1 .caob-2 .top .num em {
  font-size: 38px;
}
.caob-page-1 .caob-2 .bottom ul {
  margin: -25px -15px;
}
.caob-page-1 .caob-2 .bottom ul li {
  padding: 25px 15px;
}
.caob-page-1 .caob-2 .bottom img {
  border-radius: 71px 0 71px 0;
}
.caob-page-1 .caob-3 ul {
  background-color: #d9f0ef;
  border-radius: 0 71px 0 71px;
  padding-left: 15%;
}
.caob-page-1 .caob-3 ul li {
  padding: 15px;
}
.caob-page-1 .caob-3 .num {
  color: #123485;
  line-height: 1;
}
.caob-page-1 .caob-3 .num em {
  font-size: 38px;
}
.caob-page-1 .caob-4 ul {
  margin: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.caob-page-1 .caob-4 ul li {
  padding: 15px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.caob-page-1 .caob-4 img {
  border-radius: 51px 0 51px 0;
}
.caob-page-1 .caob-5 ul {
  margin: -25px -15px;
}
.caob-page-1 .caob-5 ul li {
  padding: 25px 15px;
}
.caob-page-1 .caob-5 img {
  border-radius: 71px 0 71px 0;
}
@media (max-width: 1200px) {
  .caob-page-1 .caob-1 .left {
    padding-right: 5%;
  }
  .caob-page-1 .caob-3 ul {
    padding-left: 5%;
  }
  .caob-page-1 .caob-2 .top ul {
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  .caob-page-1 .caob-1 .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .caob-page-1 .caob-1 .right {
    width: 100%;
  }
  .caob-page-1 .caob-1 .right .img > img {
    border-radius: 70px 0 70px 0;
  }
  .caob-page-1 .caob-2 .top ul {
    border-radius: 0 30px 0 30px;
  }
  .caob-page-1 .caob-2 .bottom img {
    border-radius: 30px 0 30px 0;
  }
  .caob-page-1 .caob-3 ul {
    border-radius: 0 30px 0 30px;
  }
  .caob-page-1 .caob-4 img {
    border-radius: 30px 0 30px 0;
  }
  .caob-page-1 .caob-5 img {
    border-radius: 30px 0 30px 0;
  }
}
.caob-page-2 {
  background: url(../images/caob-page-bg2.jpg) no-repeat left bottom;
}
.caob-page-2 .caob-1 {
  z-index: 2;
}
.caob-page-2 .caob-1 h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}
.caob-page-2 .caob-1 .left {
  padding-right: 150px;
}
.caob-page-2 .caob-1 .right .img {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-bottom: 50px;
}
.caob-page-2 .caob-1 .right .img > img {
  border-radius: 160px 0 0 0;
}
.caob-page-2 .caob-1 .right .img .play-box {
  text-align: center;
  max-width: 280px;
  padding: 50px;
  position: absolute;
  left: -100px;
  bottom: 0;
  background-color: #c6d944;
  color: white;
  border-radius: 100px 0 100px 0;
}
.caob-page-2 .caob-1 .right .img .play-box .play {
  margin: 40px auto;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #ffffff;
  cursor: pointer;
  cursor: hand;
}
.caob-page-2 .caob-1 .right .img .play-box .play::before,
.caob-page-2 .caob-1 .right .img .play-box .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.caob-page-2 .caob-1 .right .img .play-box .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.caob-page-2 .caob-1 .right .img .play-box .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
}
.caob-page-2 .caob-1 .right .img .play-box span {
  display: inline-block;
  font-size: 18px;
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 30px;
}
.caob-page-2 .caob-2 {
  z-index: 1;
}
.caob-page-2 .caob-2.bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -200px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7f3d7), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(#e7f3d7, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(#e7f3d7, rgba(255, 255, 255, 0));
  background-image: linear-gradient(#e7f3d7, rgba(255, 255, 255, 0));
}
.caob-page-2 .caob-2 ul {
  margin: -30px -20px;
}
.caob-page-2 .caob-2 ul li {
  padding: 30px 20px;
}
.caob-page-2 .caob-2 img {
  border-radius: 51px 0 51px 0;
}
@media (max-width: 1200px) {
  .caob-page-2 .caob-1 h3 {
    font-size: 20px;
  }
  .caob-page-2 .caob-2.bg::before {
    top: 0;
  }
  .caob-page-2 .caob-1 .left {
    padding-right: 100px;
  }
  .caob-page-2 .caob-1 .right .img .play-box {
    left: -50px;
  }
}
@media (max-width: 1000px) {
  .caob-page-2 .caob-1 .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .caob-page-2 .caob-1 .right {
    width: 100%;
  }
  .caob-page-2 .caob-1 .right .img .play-box {
    left: 0;
  }
  .caob-page-2 .caob-1 .right .img > img {
    border-radius: 80px 0 0 0;
  }
  .caob-page-2 .caob-1 .right .img .play-box {
    border-radius: 50px 0 50px 0;
  }
  .caob-page-2 .caob-2 img {
    border-radius: 30px 0 30px 0;
  }
}
@media (max-width: 500px) {
  .caob-page-2 .caob-1 .right .img .play-box {
    padding: 20px;
  }
}
.caob-page-3 {
  background: url(../images/caob-page-bg.jpg) no-repeat left bottom;
}
.caob-page-3 .caob-1 .left {
  padding-right: 9%;
}
.caob-page-3 .caob-1 .right .img > img {
  border-radius: 140px 0 140px 0;
}
.caob-page-3 .caob-2 ul {
  margin: -15px;
}
.caob-page-3 .caob-2 ul li {
  padding: 15px;
}
.caob-page-3 .caob-2 img {
  border-radius: 99px 0 99px 0;
}
#caob_adv span.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-family: FontAwesome;
  cursor: pointer;
}
#caob_adv span.arrow.arrow_l {
  left: -webkit-calc(20% - 35px);
  left: -moz-calc(20% - 35px);
  left: calc(20% - 35px);
  color: white;
  background-color: #41b5b2;
}
#caob_adv span.arrow.arrow_l i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#caob_adv span.arrow.arrow_r {
  right: -webkit-calc(20% - 35px);
  right: -moz-calc(20% - 35px);
  right: calc(20% - 35px);
  color: white;
  background-color: #142280;
}
#caob_adv li {
  padding: 15px;
}
#caob_adv li .mml-text {
  min-height: 360px;
  padding: 80px 40px 40px;
  border-radius: 99px 0 99px 0;
  transition: .5s ease;
}
#caob_adv li .mml-text .name {
  font-size: 34px;
  line-height: 1;
  min-height: 2em;
}
#caob_adv li .mml-text .font-18 {
  line-height: 1.5;
  min-height: 9em;
}
#caob_adv li .mml-text.num_1 {
  background-color: #e7f5f2;
}
#caob_adv li .mml-text.num_2 {
  color: white;
  background-color: #142280;
}
#caob_adv li .mml-text.num_3 {
  background-color: #e7f5f2;
}
#caob_adv li .mml-text.num_4 {
  color: white;
  background-color: #b0c958;
}


#caob_adv .slick-slide .mml-text{
  opacity: .5;
}

#caob_adv .slick-slide.slick-active .mml-text{
  opacity: 1;
}

@media (max-width: 1200px) {
  .caob-page-3 .caob-1 .left {
    padding-right: 5%;
  }
}
@media (max-width: 1000px) {
  .caob-page-3 .caob-1 .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .caob-page-3 .caob-1 .right {
    width: 100%;
  }
  .caob-page-3 .caob-1 .right .img > img {
    border-radius: 70px 0 70px 0;
  }
  .caob-page-3 .caob-2 {
    margin: 0;
  }
  .caob-page-3 .caob-2 img {
    border-radius: 50px 0 50px 0;
  }
  #caob_adv li .mml-text {
    padding: 40px 20px;
    border-radius: 50px 0 50px 0;
  }
  #caob_adv li .mml-text .name {
    font-size: 24px;
  }
  #caob_adv span.arrow {
    display: none;
  }
}
.caob-page-4 {
  background: url(../images/caob-page-bg2.jpg) no-repeat left center;
}
.caob-page-4 .caob-1 .left {
  width: 35%;
}
.caob-page-4 .caob-1 .right {
  width: 65%;
}
.caob-page-4 .caob-1 .right ul {
  margin: -15px;
}
.caob-page-4 .caob-1 .right ul li {
  padding: 15px;
}
.caob-page-4 .caob-1 .right ul li img {
  border-radius: 51px 0 51px 0;
}
.caob-page-4 .caob-2 ul {
  margin: -10x;
}
.caob-page-4 .caob-2 ul li {
  padding: 10px;
}
.caob-page-4 .caob-2 img {
  border-radius: 51px 0 51px 0;
}
.caob-page-4 .caob-3 .caob-box img.radius-left-top {
  border-radius: 51px 0 0 0;
}
.caob-page-4 .caob-3 .caob-box img.radius-left-bottom {
  border-radius: 0 0 0 51px;
}
.caob-page-4 .caob-3 .caob-box img.radius-right-top {
  border-radius: 0 51px 0 0;
}
.caob-page-4 .caob-3 .caob-box img.radius-right-bottom {
  border-radius: 0 0 51px 0;
}
.caob-page-4 .caob-3 .caob-box .grid-box {
  margin: -15px;
}
.caob-page-4 .caob-3 .caob-box .grid-box .column {
  padding: 15px;
}
.caob-page-4 .caob-3 .caob-box .grid-box .column .grid-box .column .grid-box {
  margin: -10px;
}
.caob-page-4 .caob-3 .caob-box .grid-box .column .grid-box .column .grid-box .column {
  padding: 10px;
}
.caob-page-4 .caob-3 .caob-box .grid-box.three .column {
  width: 33.33%;
}
.caob-page-4 .caob-3 .caob-table {
  font-size: 29px;
}
.caob-page-4 .caob-3 .caob-table table {
  border-radius: 37px;
  overflow: hidden;
}
.caob-page-4 .caob-3 .caob-table table tr:nth-child(odd) {
  background-color: #d2deef;
}
.caob-page-4 .caob-3 .caob-table table tr:nth-child(even) {
  background-color: #eaeff7;
}
.caob-page-4 .caob-3 .caob-table table td,
.caob-page-4 .caob-3 .caob-table table th {
  border: 2px solid white;
}
@media (max-width: 1200px) {
  .caob-page-4 .caob-3 .caob-table {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .caob-page-4 .caob-1 .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .caob-page-4 .caob-1 .right {
    width: 100%;
  }
  .caob-page-4 .caob-3 .caob-table {
    font-size: 16px;
  }
}
.caob-page-5 {
  background: url(../images/caob-page-bg2.jpg) no-repeat left center;
}
.caob-page-5 img {
  border-radius: 0 31px 0 31px;
}



.caob-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%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  cursor: pointer;
  cursor: hand;
}
.caob-play::before,
.caob-play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.caob-play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.caob-play i {
  font-size: 30px;
  color: #b1c957;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
}





.solution-page .caob-1 .right {
  padding-left: 5%;
}
.solution-page .caob-1 .right .img > img {
  border-radius: 140px 0 140px 0;
}
.solution-page .caob-solution {
  position: relative;
}
.solution-page .caob-solution::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/caob-page-bg3.jpg) no-repeat left top;
}
.solution-page .caob-solution::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f7f8), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(#f6f7f8, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(#f6f7f8, rgba(255, 255, 255, 0));
  background-image: linear-gradient(#f6f7f8, rgba(255, 255, 255, 0));
}
.solution-page .caob-solution .solution-1 .mask {
  font-size: 262px;
  color: #f7f7f7;
}
.solution-page .caob-solution .solution-1 .left {
  width: 45%;
  padding-right: 10%;
}
.solution-page .caob-solution .solution-1 .left ul li {
  cursor: pointer;
}
.solution-page .caob-solution .solution-1 .left ul li + li {
  margin-top: 40px;
}
.solution-page .caob-solution .solution-1 .left ul li.active .icon {
  background-color: #bfd749;
}
.solution-page .caob-solution .solution-1 .left ul li.active .icon::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.solution-page .caob-solution .solution-1 .left ul li.active .nm {
  color: white;
  background-color: #123485;
}
.solution-page .caob-solution .solution-1 .left .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: #c2e7e6;
  position: absolute;
  border-radius: 45px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.solution-page .caob-solution .solution-1 .left .icon img {
  vertical-align: middle;
}
.solution-page .caob-solution .solution-1 .left .icon::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background-color: #bfd749;
  opacity: .42;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.solution-page .caob-solution .solution-1 .left .nm {
  background-color: white;
  font-size: 25px;
  font-weight: 500;
  min-height: 67px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 35px;
  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;
  padding: 0 60px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.solution-page .caob-solution .solution-1 .right {
  width: 55%;
}
.solution-page .caob-solution .solution-1 .right .img {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 53px 53px 0 0;
}
.solution-page .caob-solution .solution-1 .right .img img {
  border-radius: 53px 53px 0 0;
}
.solution-page .caob-solution .solution-1 .right .text {
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 52, 144, 0.5)), to(#173490));
  background-image: -webkit-linear-gradient(rgba(23, 52, 144, 0.5), #173490);
  background-image: -moz-linear-gradient(rgba(23, 52, 144, 0.5), #173490);
  background-image: linear-gradient(rgba(23, 52, 144, 0.5), #173490);
  border-radius: 0 0 53px 53px;
}
.solution-page .caob-solution .solution-1 .right .text .name {
  font-size: 28px;
}
.solution-page .service-page .service-1 .box::before {
  top: 15%;
}
.solution-page .service-page .service-1 .list ul li:nth-child(3) .content {
  background-color: #b0c958;
  color: white;
}
.solution-page .service-page .service-1 .list ul li {
  width: 33.33%;
}
@media (max-width: 1200px) {
  .solution-page .caob-solution .solution-1 .left {
    padding-right: 5%;
  }
  .solution-page .caob-solution .solution-1 .left .nm {
    font-size: 20px;
  }
  .solution-page .caob-solution .solution-1 .mask {
    font-size: 150px;
  }
}
@media (max-width: 1000px) {
  .solution-page .caob-1 .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .solution-page .caob-1 .right {
    padding: 0;
    width: 100%;
  }
  .solution-page .caob-solution .solution-1 .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .solution-page .caob-solution .solution-1 .right {
    width: 100%;
  }
  .solution-page .caob-solution .solution-1 .left ul li {
    width: 50%;
    margin-top: 20px!important;
  }
  .solution-page .caob-solution .solution-1 .left .nm {
    padding-right: 30px;
  }
  .solution-page .caob-solution .solution-1 .mask {
    display: none;
  }
  .service-page .service-1 .title-box {
    width: 100%;
  }
  .solution-page .service-page .service-1 .list ul li {
    width: 100%;
  }
  .solution-page .caob-1 .right .img > img {
    border-radius: 70px 0 70px 0;
  }
}
@media (max-width: 700px) {
  .solution-page .caob-solution .solution-1 .left ul li {
    width: 100%;
  }
  .solution-page .caob-solution .solution-1 .left .nm {
    font-size: 16px;
  }
  .solution-page .caob-solution .solution-1 .right .text {
    padding: 30px 15px;
  }
}



.join-bg{
  background: url(../images/caob-page-bg4.jpg)no-repeat right bottom;
}



button.slick-arrow{
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	font-size: 60px;
	line-height: 60px;
    background-color: transparent;
    border: none;
}
button.slick-arrow.slick-prev{
	left:-15px;
}
button.slick-arrow.slick-next{
	right:-15px;
}