@font-face {
  font-family: 'MODERNIZ';
  src: url('../fonts/MODERNIZ.woff2') format('woff2'), url('../fonts/MODERNIZ.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), 
  url('../fonts/Montserrat-Light.ttf') format('truetype'), 
  url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), 
  url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), 
  url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), 
  url('../fonts/Montserrat-ExtraBold.eot') format('embedded-opentype'), 
  url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), 
  url('../fonts/Montserrat-Medium.ttf') format('truetype'), 
  url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), 
  url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), 
  url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), 
  url('../fonts/Montserrat-SemiBold.eot')
  format('embedded-opentype'),
  url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Montserrat";
  max-width: 1920px;
  word-break: break-word;
  margin: 0 auto;
  --color:#002c47;
  --red:#dd0e0e;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1410px;
}

.flex-box{
    display: flex;
}
.al-center{
    align-items: center;
}
.al-end{
    align-items: flex-end;
}
.al-start{
    align-items: flex-start;
}
.jc-center{
    justify-content: center;
}
.jc-space-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*img{
  content-visibility:auto;
}*/
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  line-height: 46px;
  height: 46px;
  background: rgba(0, 44, 71, 1);
}
#header .h-top .left ul li {
  width: auto;
  margin-right: 20px;
  font-size: 20px;
  line-height: 1.8;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0.5;
}
#header .h-top .left ul .cc1{
  margin-left:29px; 
   opacity: 1;
}
#header .h-top .left ul li:hover {
  opacity: 1;
}
#header .p-btn-tw{
  display: flex;
  margin-left: 27px;
  font-size: 24px;
  color: #fff;
  align-items: center;
  cursor: pointer;
}
#header .h-top .right {
  text-align: right;
}
#header .h-top .right .link {
  display: inline-block;
  vertical-align: middle;
  /*font-family: "Teko";*/
}
#header .h-top .right .link img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right .link li {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 16px;
  padding: 0 10px;
  position: relative;
}
#header .h-top .right .link li:after {
  content: '';
  width: 2px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1px;
  background: white;
}
#header .h-top .right .link li:last-child:after {
  display: none !important;
}
#header .h-top .right .yuy {
  /*display: inline-block;*/
  vertical-align: middle;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#header .h-top .right .yuy li{
font-weight: 500;
font-size: 16px;
line-height: 30px;
color: #FFFEFE;
padding: 0 18px;
position: relative;
}
#header .h-top .right .yuy li a{
  display: flex;
  align-items: center;
}
#header .h-top .right .yuy li a img{
  width: 35px;
  margin-right: 10px;
}
#header .h-top .right .yuy li::after{
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
width: 2px;
height: 13px;
background: rgba(189, 189, 189, 1);
}
#header .h-top .right .yuy li:last-of-type::after{
display: none;
}
#header .h-top .right .yuy span {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  padding: 0 5px;
  border: 1px solid white;
  font-size: 12px;
  color: white;
}
#header .h-top .right .yuy span i {
  margin-left: 5px;
}
#header .h-top .right .yuy ul {
  -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: 12px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 110px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #034061;
  display: none \9;
  z-index: 1;
  line-height: normal;
}
#header .h-top .right .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .h-top .right .yuy ul li img {
  max-width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}
#header .h-top .right .yuy ul li a {
  display: block;
}
#header .h-top .right .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .h-top .right .yuy:hover ul {
  -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 {
  line-height: 90px;
  height: 90px;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.7);*/
  text-align: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
#header .nav .ui.menu{
  display: flex;
  align-items: center;
}
#header .h-top .ui.container,
#header .nav .ui.menu {
  width: 85%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
 font-weight: 500;
font-size: 18px;
color: #FFFEFE;
  -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;
  text-transform: uppercase;
  /*font-weight: 700;*/
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--red);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a:after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0 22px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: '';
  width: 100%;
  height: 6px;
  display: block;
  background: var(--red);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #034061;
  display: none \9;
  line-height: normal;
  font-weight: 400;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) ul.sub-menu {
  display: none !important;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  /*border-radius: 18px;*/
  border: 1px solid white;
  line-height: 34px;
  /*height: 36px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 36px;
border-radius: 5px;
}
#header .nav .ui.menu .search h6 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  border-right: 1px solid white;
  font-size: 14px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .search form {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .search form input {
  background: transparent;
  border: none;
  padding: 0 10px;
  color: white;
  display: inline-block;
  vertical-align: top;
  max-width: 100px;
  font-size: 16px;
}
#header .nav .ui.menu .search form button i {
  width: 16px;
  height: 16px;
  background: url("../images/icon-search-black.png") center center no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .search form button {
  padding: 0 15px;
  border: none;
  background: white;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 100%;
  color: black;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .pc-pro {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  display: none;
}
#header .pc-pro ul {
  background: #034061;
  position: relative;
}
#header .pc-pro ul li {
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
#header .pc-pro ul li img {
  margin-bottom: 8px;
}
#header .pc-pro ul li:hover {
  background: var(--red);
}
#header .pc-pro ul li a {
  padding: 10px;
  text-align: center;
  position: relative;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  width: 100%;
}
#header .pc-pro ul li a:after {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background: #034061;
}
#header .pc-pro ul li dl {
  background: #034061;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  line-height: normal;
}
#header .pc-pro ul li dl dd {
  text-align: center;
  padding: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .pc-pro ul li dl dd:hover {
  background: #072e44;
}
#header .pc-pro ul li dl dd h6 {
  color: white;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header.active {
  position: fixed;
  -webkit-transform: translateY(-46px);
  -moz-transform: translateY(-46px);
  -ms-transform: translateY(-46px);
  transform: translateY(-46px);
}
#header.active2 {
  /*position: relative;*/
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#header.active2 .nav,
#header.active .nav {
  background: rgba(0, 0, 0);
}
#header.active2 .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #FFFEFE;
}
#header.active2 .nav .ui.menu .search,
#header.active .nav .ui.menu .search {
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}
#header.active2 .nav .ui.menu .search h6,
#header.active .nav .ui.menu .search h6 {
  color: black;
  border-color: #034061;
}
#header.active2 .nav .ui.menu .search form input,
#header.active .nav .ui.menu .search form input {
  color: #034061;
}
#header.active2 .nav .ui.menu .search form button,
#header.active .nav .ui.menu .search form button {
  background: transparent;
  color: white;
}
#header.active2 .nav .ui.menu .search form button i,
#header.active .nav .ui.menu .search form button i {
  background-image: url("../images/icon-search-white.png");
}
#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:hover {
  background-color: #034061;
}
#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-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #034061;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #034061;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.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 .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #034061;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#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: #034061 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: capitalize;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #034061;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}

#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #034061;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner li .content .left {
  max-width: 880px;
  color: white;
  margin: 0 auto;
  /*text-align: center;*/
}
#banner li .content .left h2 {
 font-family: 'MODERNIZ';
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  /*border-bottom: 1px solid #dadadb;*/
}
/*#banner li .content .left h2:after {
  content: '';
  background: #f29c3b;
  height: 20px;
  width: 60%;
  position: absolute;
  left: 0;
  top: 34%;
  z-index: -1;
}*/
#banner li .content .left p {
  padding-left: 30px !important;
  padding-right: 60px !important;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  margin: 10px 0 60px;
}
#banner li .content .left a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  border-radius: 3px;
  border: 1px solid #dee0e1;
  background: #f29c3b;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li .content .left a.more:hover {
  background: #034061;
}
#index-body {
  background: #f5f5f5;
}
#index-body .init-1 {
  position: relative;
  overflow: hidden;
  background: #040f15;
  max-height: 805px;
}
#index-body .init-1 .bg {
  /*min-width: 100%;*/
  width: 75%;
  display: block;
  margin: 0 auto;
  /*min-height: 100%;*/
  max-width: none;
  /*width: auto;*/
  /*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%);*/
}
#index-body .init-1 .ui.container {
  position: static;
}
#index-body .init-1 .play {
  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%);
  cursor: pointer;
  z-index: 10;
}
#index-body .init-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#index-body .init-2 .box .left {
  vertical-align: top;
  width: 32%;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
  background: rgba(8, 28, 44, 0.5);
}
#index-body .init-2 .box .left h3 {
    padding: 30px 60px 30px 40px;
  background: rgba(8, 28, 44, 0.5);
font-family: 'MODERNIZ';
font-weight: 400;
font-size: 30px;
color: #FFFFFF;
}
#index-body .init-2 .box .left .nav-list ul li {
  padding: 20px 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
}
#index-body .init-2 .box .left .nav-list ul li a {
  padding-right: 15px;
  position: relative;
  display: block;
}
#index-body .init-2 .box .left .nav-list ul li a span {
  display: block;
  position: relative;
}
#index-body .init-2 .box .left .nav-list ul li a i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-2 .box .left .nav-list ul li:hover,
#index-body .init-2 .box .left .nav-list ul li.active {
  background: white;
  font-weight: bold;
  color: black;
}
#index-body .init-2 .box .right {
  padding: 140px 0 20px;
  width: 68%;
  padding-left: 75px;
}
#index-body .init-2 .box .right ul{
  margin: -10px -45px;
  display: none;
}
#index-body .init-2 .box .right ul.active{
  display: block;
}
#index-body .init-2 .box .right ul li{
  padding: 10px 45px;
}
#index-body .init-2 .box .right ul li .img-box{
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
#index-body .init-2 .box .right ul li h6{
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 30px;
  transition: all 0.5s;
}
#index-body .init-2 .box .right ul li h6:hover{
  color: var(--red);
}



#index-body .init-4 .list ul li .box:hover .box2 {
  opacity: 1;
}









#index-body .init-10 {
  padding: 83px 0 76px;
}
#index-body .init-10 .box2 {
  height: 400px;
  padding: 0 4%;
}
#index-body .init-10 .left {
  width: 50%;
}
#index-body .init-10 .box{
    padding: 70px 0 60px;
   background: url("../images/gg2.png") left center no-repeat rgba(220, 220, 220, 1);
  color: white;
  border-radius: 30px;
  background-size: contain; 
  overflow: hidden;
}
#index-body .init-10 .left .box2 {
  display: block;
  background: url("../images/init-10-1.jpg") center center no-repeat;
  color: white;
  background-size: cover;
}
#index-body .init-10 .left .box2 h3,
#index-body .init-10 .left .box2 h2 {
  display: block;
  font-size: 32px;
  line-height: 40px;
}
#index-body .init-10 .left .box2 .list {
  margin: 20px 0;
  max-width: 60%;
}
#index-body .init-10 .left .box2 .list ul {
  margin: -10px;
}
#index-body .init-10 .left .box2 .list ul li {
  padding: 10px;
}
#index-body .init-10 .left .box2 .list ul li h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#index-body .init-10 .left .box2 .list ul li p {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  line-height: 28px;
}
#index-body .init-10 .left .box2 a.more {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid white;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-10 .left .box2 a.more:hover {
  background: var(--red);
  color: white;
  border-color: var(--red);
}
#index-body .init-10 .right {
  width: 50%;
}
#index-body .init-10 .right .box2 {
  background: transparent;
  /*border: 6px solid #dcdee3;*/
}
#index-body .init-10 .right .box2 h3 {
font-family: 'MODERNIZ';
font-weight: 400;
font-size: 24px;
line-height: 44px;
color: #002C47;
  margin-bottom: 25px;
}
#index-body .init-10 .right .box2 p {
  display: block;
  font-size: 16px;
  color: #666;
}
#index-body .init-10 .right .box2 p img {
  max-width: 24px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-10 .right .box2 .form {
  margin-top: 20px;
  max-width: 582px;
}
#index-body .init-10 .right .box2 .form ul {
  margin: -10px -5px;
}
#index-body .init-10 .right .box2 .form ul li {
  padding:  5px;
}
#index-body .init-10 .right .box2 .form ul li input,
#index-body .init-10 .right .box2 .form ul li select {
  width: 100%;
  line-height: 58px;
 height: 59px;
background: rgba(255, 255, 255, 1);
border-radius: 5px;
  padding: 0 30px;
 font-weight: 500;
font-size: 18px;
color: #999999;
  border: none;
}
#index-body .init-10 .right .box2 .form ul li textarea{
   width: 100%;
  line-height: 24px;
 height: 93px;
background: rgba(255, 255, 255,1);
border-radius: 5px;
  padding: 21px 30px;
 font-weight: 500;
font-size: 18px;
color: #999999;
  border: none;
}
#index-body .init-10 .right .box2 .form ul li.wid-100 {
  width: 100%;
}
#index-body .init-10 .right .box2 .form ul li select {
  cursor: pointer;
}
#index-body .init-10 .right .box2 .form ul li input[type="submit"] {
 height: 57px;
background: var(--color);
border-radius: 5px;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 500;
font-size: 18px;
color: #FFFFFF;
}
#index-body .init-10 .right .box2 .form ul li input[type="submit"]:hover {
  background: var(--red);
}
 #header.active .nav {
    background: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 40px;
  }
  #header .nav {
    line-height: 60px;
    height: 60px;
  }
  #index-body .init-1 {
    height: 600px;
  }
  #index-body .init-10 .left .box2 h3,
  #index-body .init-10 .left .box2 h2 {
    font-size: 28px;
  }
  #index-body .init-10 .left .box2 .list ul li h4 {
    font-size: 20px;
  }
  #index-body .init-10 .left .box2 .list ul li p {
    font-size: 13px;
  }
  #index-body .init-10 .left .box2 .list {
    margin: 30px 0;
  }
  #index-body .init-10 .right .box2 h3 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #index-body .init-10 .right .box2 p {
    font-size: 14px;
  }
  #index-body .init-10 .right .box2 .form {
    margin-top: 15px;
  }
  #index-body .init-10 .box2 {
    height: 300px;
  }
  #index-body .init-10 .right .box2 .form ul li input[type="submit"] {
    font-size: 14px;
  }
  #index-body .init-2 .box .left .nav-list ul{
    overflow-y: auto;
    max-height: 650px;
  }
  #index-body .init-2 .box .left h3 {
    font-size: 24px;
  }

}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .search {
    display: none;
  }
  #header .nav .ui.menu .logo img {
    max-height: 32px;
  }
  #index-body .init-1 {
    height: 500px;
  }
  #index-body .init-2 .box .left .nav-list ul li {
    font-size: 16px;
  }
 #header .h-top .ui.container, #header .nav .ui.menu{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
 
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-1 {
    height: 400px;
  }
  #index-body .init-2 .box .left {
    width: 100%;
  }
  
  #index-body .init-10 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-10 .right {
    width: 100%;
    padding-top: 20px;
  }
  #index-body .init-10 .right .box2 .form {
    max-width: none;
  }
  .wuyou-waiter{
    display: none !important;
  }
  #index-body .init-2 .box .left .nav-list ul{
    overflow-y: unset;
    max-height: unset;
    display: flex;
    flex-wrap: wrap;
  }
  #index-body .init-2 .box .left .nav-list ul li{
    width: 50%;
  }
  #index-body .init-2 .box .right {
    padding: 0 0 60px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-3 .list ul li .box h4 {
    overflow: unset;
    max-height: none;
  }
  #footer .coy p.footintro {
    display: none!important;
  }
  #index-body .init-1 {
    height: 300px;
  }
 
  #index-body .init-2,
  #index-body .init-1,
  #index-body .init-10{
    display: none;
  }
  
}




.more2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: var(--color);
}
.more2:hover::before {
  right: 0;
}
.more2 span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
.more2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.h-title h3 {
  font-size: 36px;
  font-family: 'MODERNIZ';
  color: #a7a7a7;
  line-height: 1;
}
#index-body .init-3 {
  padding: 125px 0 150px;
  background: url("../images/init-3-bg.jpg") no-repeat bottom;
}
#index-body .init-3 .top {
  border-bottom: 2px solid #cbcbcb;
}
#index-body .init-3 .top ul {
  margin-bottom: -2px;
}
#index-body .init-3 .top ul li {
  font-size: 36px;
  font-family: 'MODERNIZ';
  text-transform: uppercase;
  color: #acacac;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .top ul li.active {
  color: #333333;
  border-color: #333;
}
#index-body .init-3 .content ul {
  margin: 70px -25px 0;
  display: none;
  position: relative;
}
#index-body .init-3 .content ul .slick-arrow {
  width: 65px;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  z-index: 10;
  color: transparent;
}
#index-body .init-3 .content ul .slick-arrow:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .init-3 .content ul .slick-arrow:hover::before {
  color: white;
}
#index-body .init-3 .content ul .slick-arrow::before {
  content: "\f104";
  display: block;
  font-family: "FontAwesome";
  font-size: 40px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-3 .content ul .slick-arrow.slick-prev::before {
  top: 48%;
  left: 49%;
}
#index-body .init-3 .content ul .slick-arrow.slick-next::before {
  top: 48%;
  left: 55%;
}
#index-body .init-3 .content ul .slick-arrow.slick-prev {
  left: -70px;
}
#index-body .init-3 .content ul .slick-arrow.slick-next {
  right: -70px;
}
#index-body .init-3 .content ul .slick-arrow.slick-next::before {
  content: "\f105";
}
#index-body .init-3 .content ul.active {
  display: block;
}
#index-body .init-3 .content ul li {
  padding: 0 25px;
}
#index-body .init-3 .content ul li:hover .box .img .bg {
  opacity: 1;
}
#index-body .init-3 .content ul li:hover .box a.more2 {
  bottom: 60px;
}
#index-body .init-3 .content ul li:hover .box p {
  opacity: 0;
}
#index-body .init-3 .content ul li .box {
  background-color: #e2e2e2;
  border-radius: 10px;
  padding: 60px 0;
  height: 700px;
  position: relative;
  overflow: hidden;
}
#index-body .init-3 .content ul li .box .img {
  position: relative;
  margin: 15px 0 60px;
}
#index-body .init-3 .content ul li .box .img .bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .init-3 .content ul li .box .img .img-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-3 .content ul li .box a.more2 {
  position: absolute;
  left: 50%;
  bottom: -200px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .init-3 .content ul li .box a.more2:hover{
  transform:  translateX(-50%) scale(1.05);
}
#index-body .init-3 .content ul li .box h4 {
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  padding: 0 45px;
  min-height: 130px;
}
#index-body .init-3 .content ul li .box p {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
line-height: 32px;
  -webkit-box-orient: vertical;

  opacity: 0.6;
  padding: 0 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 {
  background: url("../images/init-4-bg.jpg") no-repeat;
  background-size: cover;
  padding: 120px 0 140px;
}
#index-body .init-4 .top {
  text-align: center;
  max-width: 990px;
  margin: 0 auto;
}
#index-body .init-4 .top .con {
  color: #a7a7a7;
 }
.shouye h1{ 
  display: inline;
}
#index-body .init-4 .center {
  max-width: 990px;
  margin: 40px auto 225px;
}
#index-body .init-4 .center 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;
}
#index-body .init-4 .center ul li {
  color: white;
  text-align: center;
}
#index-body .init-4 .center ul li h4 {
  font-size: 30px;
  font-family: 'MODERNIZ';
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#c2c2c1));
  background: -webkit-linear-gradient(left, #ffffff, #c2c2c1);
  background: -moz-linear-gradient(left, #ffffff, #c2c2c1);
  background: linear-gradient(to right, #ffffff, #c2c2c1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
#index-body .init-4 .center ul li h4 span {
  font-size: 16px;
}
#index-body .init-4 .center ul li p {
  font-size: 18px;
  line-height: 32px;
}
#index-body .init-5 {
  background-color: #232323;
}
#index-body .init-5 .box {
  width: 100%;
}
#index-body .init-5 .box ul {
  margin: 0 -27% 0 0;
  position: relative;
}
#index-body .init-5 .box ul .slick-current li .img,
#index-body .init-5 .box ul .slick-current li .text {
  opacity: 1;
}
#index-body .init-5 .box ul li {
  position: relative;
  max-height: 650px;
}
#index-body .init-5 .box ul li .img {
  opacity: 0.1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .box ul li .text {
  position: absolute;
  left: 25%;
  bottom: 80px;
  color: white;
  max-width: 600px;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .box ul li .text h4 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
#index-body .init-5 .box ul li .text p {
  font-size: 18px;
  line-height: 1.8;
}
#index-body .init-5 .box ul .slick-dots {
  position: absolute;
  left: 25%;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#index-body .init-5 .box ul .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #666666;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
#index-body .init-5 .box ul .slick-dots li button {
  display: none;
}
#index-body .init-5 .box ul .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .init-5 .box ul .slick-dots li.slick-active {
  background-color: white;
}
#index-body .init-5 .box ul .slick-arrow {
  width: 65px;
  height: 65px;
  background-color: transparent;
  border: 1px solid white;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  z-index: 10;
  color: transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-5 .box ul .slick-arrow:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .init-5 .box ul .slick-arrow:hover::before {
  color: white;
}
#index-body .init-5 .box ul .slick-arrow::before {
  content: "\f104";
  display: block;
  font-family: "FontAwesome";
  font-size: 40px;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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%);
}
#index-body .init-5 .box ul .slick-arrow.slick-prev {
  bottom: 160px;
}
#index-body .init-5 .box ul .slick-arrow.slick-next {
  bottom: 80px;
}
#index-body .init-5 .box ul .slick-arrow.slick-next::before {
  content: "\f105";
}
#index-body .init-6 {
  background-color: #232323;
  padding: 135px 0 0;
}
#index-body .init-6 .top {
  border-bottom: 2px solid #5e5e5e;
  width: 100%;
}
#index-body .init-6 .top ul li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: white;
  opacity: 0.1;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .top ul li.active {
  border-color: white;
  opacity: 1;
}
#index-body .init-6 .bottom {
  margin-top: 50px;
}
#index-body .init-6 .bottom ul {
  margin: 0 -25px;
  display: none;
}
#index-body .init-6 .bottom ul.active {
  display: block;
}
#index-body .init-6 .bottom ul li {
  padding: 0 25px;
}
#index-body .init-6 .bottom ul li a.img {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .init-7 {
  background: url("../images/init-7-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 170px 0 0;
}
#index-body .init-7 .bottom{
  margin-top: -10%;
}
#index-body .init-7 .top {
  color: white;
}
#index-body .init-7 .top .h-title h3 {
  line-height: 1.4;
}
#index-body .init-7 .top .btn {
  font-size: 18px;
  color: #333;
  width: 140px;
  height: 60px;
  background-color: white;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  line-height: 60px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
#index-body .init-7 .top .btn:hover {
  background-color: var(--red);
  color: white;
}
#index-body .init-7 .top .text {
  max-width: 520px;
  margin-right: 150px;
}
#index-body .init-7 .top .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 27.2px;
  position: relative;
  padding-left: 25px;
  line-height: 1.32;
}
#index-body .init-7 .top .text p::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 15px;
}
#index-body .init-8 {
  padding: 140px 0 150px;
  background: url("../images/init-8-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
#index-body .init-8 .h-title h3 {
  color: #333;
}
#index-body .init-8 .top {
  position: relative;
}
#index-body .init-8 .top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c5c5c5;
  left: 0;
  top: 45px;
}
#index-body .init-8 .top ul {
  margin: 65px -55px 0;
}
#index-body .init-8 .top ul li {
  padding: 0 55px;
  text-align: center;
  position: relative;
}
#index-body .init-8 .top ul li:hover .date {
  color: #333;
}
#index-body .init-8 .top ul li:hover h3 {
  color: #333;
}
#index-body .init-8 .top ul li:hover::before {
  background-color: #002c47;
}
#index-body .init-8 .top ul li:hover p {
  opacity: 1;
}
#index-body .init-8 .top ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: transparent;
  left: 0;
  top: 43px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-8 .top ul li .date {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #a4a4a4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-8 .top ul li h3 {
  font-size: 26px;
  font-weight: 600;
  color: #aeaeae;
  line-height: 1.32;
  margin: 65px 0 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-8 .top ul li p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #aeaeae;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#index-body .init-8 .bottom {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
  margin: 80px auto 0;
  position: relative;
}
#index-body .init-8 .bottom .box {
  max-width: 580px;
  position: absolute;
  left: 45%;
  top: 0;
  z-index: 10;
}
#index-body .init-8 .bottom .box h3 {
  font-size: 36px;
  font-family: 'MODERNIZ';
}
#index-body .init-8 .bottom .box .swiper-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
#index-body .init-8 .bottom .box .swiper-btn .swiper-button-next,
#index-body .init-8 .bottom .box .swiper-btn .swiper-button-prev {
  background-image: none;
}
#index-body .init-8 .bottom .box .swiper-btn .btn {
  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;
  position: relative;
  left: 0;
  width: 65px;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  z-index: 10;
  color: #333;
  font-size: 30px;
  margin-right: 20px;
}
#index-body .init-8 .bottom .box .swiper-btn .btn i {
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-8 .bottom .box .swiper-btn .btn:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .init-8 .bottom .box .swiper-btn .btn:hover i {
  color: white;
}
#index-body .init-8 .bottom .swiper-container ul li {
  width: 240px;
  -webkit-transition: width 0.64s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: width 0.64s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: width 0.64s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  will-change: width;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  height: 645px;
}
#index-body .init-8 .bottom .swiper-container ul li.swiper-slide-active + .swiper-slide {
  width: 460px !important;
}
#index-body .init-9 {
  background: url("../images/init-9-bg.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0;
}
#index-body .init-9 .form {
  border-radius: 15px;
  padding: 50px 70px;
  background-color: rgba(160, 160, 160, 0.8);
}
#index-body .init-9 .form .h-title h3 {
  color: #333;
}
#index-body .init-9 .form form {
  width: 100%;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
#index-body .init-9 .form form input[type="text"] {
  width: -webkit-calc(50% - 7px);
  width: -moz-calc(50% - 7px);
  width: calc(50% - 7px);
  height: 60px;
  border-radius: 5px;
  background-color: white;
  padding: 0 25px;
  border: none;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}
#index-body .init-9 .form form input[type="submit"] {
  width: 335px;
  height: 60px;
  border-radius: 5px;
  background-color: var(--color);
  color: white;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  border: none;
  margin: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-9 .form form input[type="submit"]:hover {
  background-color: var(--red);
}
#index-body .init-9 .form form textarea {
  width: 100%;
  height: 90px;
  border-radius: 5px;
  background-color: white;
  padding: 10px 25px;
  border: none;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
#index-body .init-9 .form form input::-webkit-input-placeholder {
  color: #a5a4a4;
}
#index-body .init-9 .form form textarea::-webkit-input-placeholder {
  color: #a5a4a4;
}
#footer {
  position: relative;
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: cover;
  padding-top: 80px;
}
#footer .footer-t {
  position: relative;
  padding: 70px 15px 50px;
}
#footer .footer-t ul {
  margin: 0 -7px;
  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;
}
#footer .footer-t ul li {
  padding: 0 7px;
  width: 25%;
}
#footer .footer-t ul li .box {
  width: 100%;
  height: 230px;
  background: url('../images/f-list-bg.png') no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  padding: 25px 40px;
  text-align: center;
}
#footer .footer-t ul li .box .text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #999999;
  margin-top: 20px;
   transition: all 0.5s;
}
#footer .footer-t ul li .box img{
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
#footer .footer-t ul li .box:hover img{
  filter: brightness(1) invert(0);
}
#footer .footer-t ul li .box:hover .text{
  color: #fff;
}
#footer .footer-b .footer-b-box {
  height: 105px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-b .footer-b-box .left #ewm img,
#footer .footer-b .footer-b-box .left #ewm canvas {
  width: 85px;
  height: auto;
  border: 5px solid white;
}
#footer .footer-b .footer-b-box .right {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-b .footer-b-box .right span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: white;
}
#footer .footer-b .footer-b-box .right span:last-child {
  opacity: 0.6;
}
#footer .footer-b .footer-b-box .right img {
  width: 300px;
  height: auto;
  padding-top: 4px;
  margin-right: 15px;
  opacity: 0.6;
}
@media (max-width: 1800px) {
  #index-body .init-8 .bottom .box {
    left: unset;
    right: 0;
  }
  #index-body .init-8 .bottom {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #index-body .init-3 .top ul li {
    font-size: 30px;
  }
  #index-body .init-5 .box ul li .text {
    max-width: 50%;
  }
  #index-body .init-5 .box ul li .text h4 {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #index-body .init-3 .content ul li .box {
    height: 600px;
  }
  #index-body .init-3 .content ul li .box .img {
    margin: 15px 0 30px;
  }
  #index-body .init-4 .center {
    margin: 40px auto 120px;
  }
  #index-body .init-4 {
    padding: 120px 0;
  }
  #index-body .init-8 .bottom .box h3 {
    font-size: 26px;
  }
  #index-body .init-8 .bottom .box {
    max-width: 40%;
  }
  #index-body .init-8 .top ul li h3 {
    font-size: 24px;
  }
  #footer .footer-t ul li .box .text {
    font-size: 15px;
  }
  #index-body .init-6 .top ul li {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #index-body .init-3 .top ul li {
    font-size: 24px;
  }
  #index-body .init-3 .content ul li .box .img .bg {
    width: 100%;
  }
  #index-body .init-3 .content ul li .box {
    height: 650px;
  }
  #index-body .init-5 .box ul li .text h4 {
    font-size: 30px;
  }
  #index-body .init-6 .top ul li span {
    display: block;
    min-height: 45px;
  }
  #index-body .init-6 .top ul li {
    margin-bottom: -5px;
  }
  #index-body .init-7 .top .text {
    max-width: 50%;
    margin-right: 0;
  }
  #index-body .init-7 .top .text p {
    font-size: 24px;
  }
  #index-body .init-8 .bottom .swiper-container ul li {
    height: 445px;
  }
  #index-body .init-8 .bottom .swiper-container ul li.swiper-slide-active + .swiper-slide {
    width: 320px !important;
  }
  #index-body .init-8 .bottom .box h3 {
    font-size: 24px;
  }
  #index-body .init-8 .bottom .box .swiper-btn {
    margin-top: 35px;
  }
  #footer .footer-t ul li .box {
    padding: 25px;
  }
  #footer .footer-t ul li .box .text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #index-body .init-3 .top ul li {
    font-size: 18px;
  }
  #index-body .init-3 .content ul li .box h4 {
    font-size: 18px;
    line-height: 2;
    padding: 0 20px;
  }
  #index-body .init-3 .content ul li .box .img .img-box {
    width: 65%;
  }
  #index-body .init-3 .content ul li .box {
    height: auto;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-6 .top ul li {
    width: 33.3333%;
    margin: 15px 0;
  }
  #index-body .init-6 .top ul li span {
    min-height: unset;
  }
  #index-body .init-6 .top {
    border: none;
  }
  #index-body .init-7 .top .text {
    max-width: 100%;
    margin-top: 60px;
  }
  #index-body .init-7 {
    padding: 60px 0 0;
  }
  #index-body .init-8 {
    padding: 80px 0;
  }
  #index-body .init-8 .bottom .box {
    display: none;
  }
  #index-body .init-8 .bottom .swiper-container ul li.swiper-slide-active + .swiper-slide {
    width: 210px !important;
  }
  #index-body .init-8 .bottom .swiper-container ul li {
    height: auto;
  }
  #index-body .init-9 .form form input[type="text"] {
    width: 100%;
  }
  #footer .footer-t ul li {
    padding: 15px 7px;
    width: 50%;
  }
  #footer .footer-b .footer-b-box .right {
    width: 80%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .h-title h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #index-body .init-3 .top {
    border-bottom: none;
  }
  #index-body .init-3 .top ul li {
    width: 100%;
    font-size: 20px;
    line-height: 1.8;
    margin: 10px 0;
  }
  #index-body .init-3 {
    padding: 75px 0;
  }
  #index-body .init-4 .center ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .center ul li {
    width: 50%;
    margin: 15px 0;
  }
  #index-body .init-8 .bottom,
  #index-body .init-7,
  #index-body .init-6,
  #index-body .init-5 {
    display: none;
  }
  #index-body .init-8 {
    background: none;
  }
  #index-body .init-8 .top ul li p {
    opacity: 1;
  }
  #footer .footer-b .footer-b-box .right span {
    text-align: right;
  }
  #footer .footer-t ul li .box .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #footer .footer-t ul li {
    width: 100%;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-b .footer-b-box .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer-b .footer-b-box .right span {
    text-align: center;
  }
  .h-title h3 {
    font-size: 24px;
    line-height: 44px;
  }
  #index-body .init-9 .form {
    padding: 40px 20px;
  }
  #index-body .init-9 .form form input[type="text"] {
    padding: 0 15px;
    font-size: 16px;
  }
  #index-body .init-4 .center ul li {
    width: 100%;
  }
  #index-body .init-4 .top .con {
    font-size: 16px;
  }
}














.inner-banner {
  position: relative;
  text-align: center;
  padding: 100px 0;
  color: white;
  margin-top: 136px;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #034061;
  opacity: .8;
  z-index: -1;
}
.inner-banner h2 {
  font-size: 20px;
  line-height: 40px;
}
.inner-banner .mbx {
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  margin: 0 7px;
}
.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page .m-page {
  margin-top: 40px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: white;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #034061;
  color: white;
}

.inner-banner2 {
  background-size: cover;
  background-position: center center;
  /*background-color: black;*/
  text-align: right;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15% 0;
}
.inner-banner2 h2,
.inner-banner2 h1,
#index-body .init-3 .ui > div > img {
  display: none !important;
}
.inner-banner2 .formBox {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.inner-banner2 .box {
  width: 400px;
  margin-left: auto;
  text-align: center;
  background: rgba(4, 46, 70, 0.5);
  padding: 40px 20px 30px;
  margin-bottom: 170px;
}
.inner-banner2 .box h3 {
  display: block;
  font-size: 24px;
  color: #fdfdfd;
  text-transform: capitalize;
  line-height: 1;
}
.inner-banner2 .box h6 {
  display: block;
  font-size: 18px;
  color: #fdfdfd;
  line-height: 1.6;
  margin: 10px 0 20px;
}
.inner-banner2 .box .form {
  text-align: left;
}
.inner-banner2 .box .form ul {
  margin: -5px;
}
.inner-banner2 .box .form ul li {
  padding: 5px;
}
.inner-banner2 .box .form ul li label {
  display: block;
  font-size: 14px;
  color: #fdfdfd;
  text-transform: capitalize;
}
.inner-banner2 .box .form ul li input,
.inner-banner2 .box .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 5px 10px;
  background: white;
  border: none;
  font-size: 14px;
  color: black;
}
.inner-banner2 .box .form ul li textarea {
  height: 70px;
}
.inner-banner2 .box .form ul li input[type="submit"] {
  line-height: 46px;
  height: 46px;
  padding: 0;
  border-radius: 23px;
  background: #f29038;
  color: white;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner2 .box .form ul li input[type="submit"]:hover {
  background: black;
}
.inner-banner2 .box p {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: #fdfdfd;
  line-height: 1.6;
}
.inner-banner2 .box p span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
}
.inner-banner2 .box p span a {
  text-decoration: underline;
}


.contact-page .contact-1 {
  padding: 80px 0;
}
.contact-page .contact-1 .box2 {
  height: 665px;
}
.contact-page .contact-1 .left {
  padding-right: 15px;
}
.contact-page .contact-1 .left .box2 {
  background: #034061 url("../images/contact-bg.png") center center no-repeat;
  padding: 30px;
}
.contact-page .contact-1 .left .box2 ul li {
  margin-bottom: 40px;
  color: white;
}
.contact-page .contact-1 .left .box2 ul li h5 {
  font-size: 32px;
  /*font-family: "Teko";*/
  line-height: 1;
  margin-bottom: 5px;
}
.contact-page .contact-1 .left .box2 ul li p {
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-1 .left .box2 ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .right {
  padding-left: 15px;
}
.contact-page .contact-1 .right .map,
.contact-page .contact-1 .right .main-map {
  height: 100%;
}
.contact-page .contact-1 .right .amap-copyright,
.contact-page .contact-1 .right .amap-logo {
  display: none !important;
}
.contact-page .contact-1 .right .button-group .button {
  background: #034061 !important;
}
.contact-page .contact-2 {
  text-align: center;
  padding: 80px 0;
  background: #F1F1F1;
}
.contact-page .contact-2 .form {
  margin-top: 50px;
  text-align: left;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  background: white;
  border: none;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 30px;
  padding: 12px 15px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  -o-box-shadow: 0 0 10px rgba(255, 131, 31, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 131, 31, 0.2);
  box-shadow: 0 0 10px rgba(255, 131, 31, 0.2);
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li textarea {
  height: 120px;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  max-width: 200px;
  background: #034061;
  color: white;
  text-align: center;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: var(--red);
}
.lg-page {
  padding: 80px 0;
}
.lg-page .list ul {
  margin: -15px;
}
.lg-page .list ul li {
  padding: 15px;
}
.lg-page .list ul li .box {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.lg-page .list ul li .box:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #034061;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #034061), color-stop(100%, var(--red)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #034061 0%, var(--red) 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, #034061 0%, var(--red) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, right top, from(#034061), to(var(--red)));
  background: -webkit-linear-gradient(left, #034061, var(--red));
  background: -moz-linear-gradient(left, #034061, var(--red));
  background: linear-gradient(to right, #034061, var(--red));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034061', endColorstr='var(--red)',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034061', endColorstr='var(--red)', GradientType=1);
  /* 兼容IE5~IE9 */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lg-page .list ul li .box a.img-box {
  display: block;
}
.lg-page .list ul li .box a.img-box iframe {
  width: 100%;
  height: 250px;
}
.lg-page .list ul li .box a.img-box img {
  width: 100%;
}
.lg-page .list ul li .box .content {
  padding: 20px;
}
.lg-page .list ul li .box .content h4 {
  font-size: 20px;
  line-height: 1.8;
  min-height: 9em;
  color: #034061;
  /*font-family: "Teko";*/
}
.qita {
   min-height: 3em!important;
}
.lg-page .list ul li .box .content p {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 120px;
}
.shijian{
  font-size: 14px;
  line-height: 2;
}
.lg-page .list ul li .box .content a.more {
  /*font-family: "Myriad Pro";*/
  font-size: 18px;
  line-height: 32px;
  color: #034061;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lg-page .list ul li .box .content a.more:hover {
  color: var(--red);
}
.lg-page .list ul li .box.play a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #034061;
  opacity: .5;
}
.lg-page .list ul li .box.play a.img-box:before {
  content: "\f04b";
  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%);
  font-size: 26px;
  color: white;
  z-index: 1;
  font-family: "FontAwesome";
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid white;
}
.lg-page .list ul li .box:hover:after {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.newdet-page {
  padding: 80px 0 0;
  text-align: center;
}
.newdet-page h1 {
  max-width: 900px;
  font-weight: 700;
  font-size: 30px;
  margin: auto;
}
.newdet-page time {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  line-height: 30px;
  color: var(--red);
}
.newdet-page .content {
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: left;
}
.newdet-page .content h4{
  transition: all 0.5s;
  margin-bottom: 10px;
  min-height: 6em;
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .content h4:hover{
  color: var(--color);
}
.newdet-page .content a.more{
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .content a.more:hover{
  color: var(--color);
  border-color: var(--color);
}
.newdet-page .m-link {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #034061;
}
.newdet-page .m-link a {
  margin: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  color: var(--red);
}
.distributors-page {
  padding: 70px 0;
  background: #0a476d;
  color: white;
}
.apply-page {
  padding: 80px 0 60px;
  overflow: hidden;
  position: relative;
  background: #0a476d;
  z-index: 1;
  text-align: center;
  color: white;
}
.apply-page:after {
  content: '';
  width: 147.8%;
  height: 220%;
  position: absolute;
  bottom: 10%;
  z-index: -1;
  border-radius: 100%;
  background: #095787;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.distributors-page h2,
.apply-page h2 {
  font-family: "Arial";
  font-weight: bold;
  line-height: 1;
  font-size: 72px;
  text-align: center;
}
.distributors-page .box {
  margin-top: 60px;
}
.distributors-page .box ul {
  margin: -10px;
}
.distributors-page .box ul li {
  padding: 10px;
}
.distributors-page .box ul li .left {
  padding: 0 5%;
  vertical-align: middle;
}
.distributors-page .box ul li .right {
  vertical-align: middle;
}
.distributors-page .box ul li .right .box2 {
  padding: 45px 30px 30px;
  border-radius: 20px;
  background: #285d7f;
  font-family: "Arial";
}
.distributors-page .box ul li .right .box2 h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
}
.distributors-page .box ul li .right .box2 .text {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0;
  user-select: all;
}
.distributors-page .box ul li .right .box2 a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  border-radius: 15px;
  background: #f69643;
  font-size: 24px;
  text-transform: uppercase;
  transition: .5s;
}
.distributors-page .box ul li .right .box2 a.more:hover {
  background: #0a476d;
}
.distributors-page .box .btn {
  margin-top: 25px;
  text-align: right;
}
.distributors-page .box .btn div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
.apply-page .text {
  margin: 40px 0 60px;
  font-family: "arial";
  color: white;
  padding: 0 3%;
}
.apply-page .text p {
  font-size: 24px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: 40px;
}
.apply-page .text p:nth-child(odd) {
  width: 60%;
  padding-right: 20px;
}
.apply-page .text p:nth-child(even) {
  width: 40%;
  margin-left: -5px;
}
.apply-page .text p:after {
  content: '';
  border-left: 13px solid #0a476d;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  left: 0;
  top: 9px;
}
.apply-page .box {
  margin-top: 90px;
  padding: 30px;
  background: white;
  border-radius: 18px;
  font-family: "Arial";
}
.apply-page .box .left {
  padding: 0 2%;
  vertical-align: middle;
}
.apply-page .box .left h3 {
  font-size: 48px;
  color: #0a476d;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Impact';
}
.apply-page .box .left p {
  font-size: 26px;
  color: #0a476d;
  text-transform: none;
  margin-top: 5px;
}
.apply-page .box .right {
  vertical-align: middle;
}
.apply-page .box .right .from {
  position: relative;
  padding-right: 150px;
}
.apply-page .box .right .from input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #0a476d;
  border-radius: 17px;
  padding: 0 25px;
  background: white;
  font-size: 26px;
  color: black;
  margin-top: 15px;
}
.apply-page .box .right .from input:first-child {
  margin-top: 0;
}
.apply-page .box .right .from input::-webkit-placeholder {
  color: #b2b2b2;
}
.apply-page .box .right .from input::-moz-placeholder {
  color: #b2b2b2;
}
.apply-page .box .right .from input::placeholder {
  color: #b2b2b2;
}
.apply-page .box .right .from input[type="submit"] {
  background: #f69643;
  color: white;
  text-align: center;
  width: 130px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  text-transform: uppercase;
  transition: .5s;
}
.apply-page .box .right .from input[type="submit"]:hover {
  background: #0a476d;
}
.wuyou-waiter {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
      border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.waiter-ul li {
  position: relative;
  height: 50px;
  line-height: 50px;
}
.waiter-ul li a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  display: block;
  width: 55px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
.waiter-ul li a:hover{
  background: var(--color);
}
.waiter-title {
  position: absolute;
  left: 0px;
  bottom: 1px;
  color: #fff;
  width: auto;
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  font-family: 'Microsoft Yahei';
}
.waiter-title p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 14px;
  line-height: 2;
}
.waiter-title:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: 14px;
  background-color: #fff;
  transform: rotate(45deg);
}
.waiter-ul li:hover .waiter-title {
  left: -158px;
  opacity: 1;
}
.waiter-ul {
  padding:25px 0;
  background: linear-gradient(to right,#434343 0%,#1f1f1f 100%); 
  border-top-left-radius:15px;
  border-bottom-left-radius:15px;
}
.waiter-ul li a {
  background-color: transparent;
}
.waiter-ul li .waiter-title {
  background-color: #034061;
}
.waiter-ul li .waiter-title:before {
  background-color: #034061;
}
.waiter-ul li.wuyou-top a img {
  display: inline-block;
  vertical-align: middle;
}
/*.waiter-ul li.whatsapp a{background-image: -webkit-linear-gradient(left, #3f51b5, #3f5fff);background-image: -moz-linear-gradient(left, #3f51b5, #3f5fff);background-image: -ms-linear-gradient(left, #3f51b5, #3f5fff);}
.waiter-ul li.wechat a{background-image: -webkit-linear-gradient(left, #673ab7, #673fff);background-image: -moz-linear-gradient(left, #673ab7, #673fff);background-image: -ms-linear-gradient(left, #673ab7, #673fff);}
.waiter-ul li.email a{background-image: -webkit-linear-gradient(left, #00bcd4, #00bcff);background-image: -moz-linear-gradient(left, #00bcd4, #00bcff);background-image: -ms-linear-gradient(left, #00bcd4, #00bcff);}
.waiter-ul li.facebook a{background-image: -webkit-linear-gradient(left, #ff5722, #f98071);background-image: -moz-linear-gradient(left, #ff5722, #f98071);background-image: -ms-linear-gradient(left, #ff5722, #f98071);}
.waiter-ul li.linkedin a{background-image: -webkit-linear-gradient(left, #4caf50, #4cafff);background-image: -moz-linear-gradient(left, #4caf50, #4cafff);background-image: -ms-linear-gradient(left, #4caf50, #4cafff);}
.waiter-ul li.Youtube a{background-image: -webkit-linear-gradient(left, #795548, #9a7e82);background-image: -moz-linear-gradient(left, #795548, #9a7e82);background-image: -ms-linear-gradient(left, #795548, #9a7e82);}

.waiter-ul li.whatsapp .waiter-title,.waiter-ul li.whatsapp .waiter-title:before {background-color: #3f51b5;}
.waiter-ul li.wechat .waiter-title,.waiter-ul li.wechat .waiter-title:before {background-color: #673ab7;}
.waiter-ul li.email .waiter-title,.waiter-ul li.email .waiter-title:before {background-color: #00bcd4;}
.waiter-ul li.facebook .waiter-title,.waiter-ul li.facebook .waiter-title:before {background-color: #ff5722;}
.waiter-ul li.linkedin .waiter-title,.waiter-ul li.linkedin .waiter-title:before {background-color: #4caf50;}
.waiter-ul li.whatsapp .waiter-title,.waiter-ul li.whatsapp .waiter-title:before {background-color: #795548;}*/
.carTip,
.Tip {
  width: 280px;
  padding: 10px;
  border-radius: 10px;
  background: white;
  font-size: 12px;
  text-align: left;
  position: fixed;
  display: none;
  z-index: 23;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Tip {
  position: absolute;
  right: 100%;
  top: 4px;
  display: block;
  line-height: normal;
  width: auto;
  border-radius: 6px;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .inner-banner h2 {
    font-size: 60px;
  }
    .inner-banner{
    margin-top: 106px;
  }
  .lg-page .list ul li .box .content h4 {
    font-size: 24px;
  }
  .contact-page .contact-1 .left .box2 ul li p {
    font-size: 14px;
  }
  .nav-list ul li i {
    max-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
  }
  .inner-banner2 {
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #banner li .content .left h2 {
    font-size: 50px;
  }
  #banner li .content .left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .pro-nav-list {
    display: none;
  }
  .inner-banner2 .box {
    margin-bottom: 0;
  }
  .inner-banner2 .box h3 {
    font-size: 20px;
  }
  .inner-banner2 .box h6 {
    font-size: 14px;
  }
  .inner-banner2 .box {
    width: 340px;
  }
  .inner-banner h2 {
    font-size: 44px;
  }

  .lg-page .list ul li {
    width: 33.333% !important;
  }
  .newdet-page .content,
  .newdet-page .m-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 36px;
  }
    .inner-banner{
    margin-top: 40px;
  }
  /*.inner-banner {
      height: 200px;
  }*/
  .newdet-page,
  .lg-page,
  .contact-page .contact-1,
  .contact-page .contact-2{
    padding: 50px 0;
  }
  .lg-page .list ul li {
    padding: 5px;
  }
  .lg-page .list ul {
    margin: -5px;
  }
  .lg-page .list ul li .box .content p {
    font-size: 14px;
    height: 100px;
  }
  .lg-page .list ul li .box .content a.more {
    font-size: 16px;
  }
  .lg-page .list ul li .box .content {
    padding: 10px;
  }
  .contact-page .contact-1 .box2 {
    height: auto;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 0;
    width: 100%;
  }
  .contact-page .contact-1 .right .box2 {
    height: 300px;
  }
  .contact-page .contact-1 .left .box2 ul li {
    margin-bottom: 10px;
  }
  .contact-page .contact-1 .left .box2 ul li h5 {
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .contact-2 .form ul li {
    padding: 5px;
  }
  .contact-page .contact-2 .form ul {
    margin: -5px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea{
    padding: 8px 15px;
    font-size: 14px;
  }
  .inner-banner2 .box{
    display: none;
  }
  .inner-banner2 {
    height: 340px;
    background-position: 100px 30px;
  }
  #banner li .content .left h2 {
    font-size: 30px;
  }
  #banner li .content .left p {
    font-size: 12px;
  }
  .distributors-page h2,
  .apply-page h2 {
    font-size: 40px;
  }
  .apply-page .text p {
    font-size: 18px;
  }
  .apply-page .box .left h3 {
    font-size: 36px;
  }
  .apply-page .box .left p {
    font-size: 18px;
  }
  .apply-page .box .right .from {
    padding-right: 0;
  }
  .apply-page .box .right .from input {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
  }
  .apply-page .box .right .from input[type=submit] {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner2 {
    height: 240px;
    background-size: 500px;
    background-position: 70px 30px;
  }
  
  .inner-banner h2.mobilenos {
    display: none!important;
  }
  .distributors-page .box ul li .right .box2 h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .lg-page .list ul li {
    width: 50% !important;
  }
  .newdet-page time {
    font-size: 14px;
  }
  #banner li .content .left h2 {
    margin-bottom: 15px;
  }
  #banner li .content .left {
    max-width: 60%;
  }
  #banner li .content .left p {
    display: none;
  }
  #banner li .content .left h2:after {
    height: 10px;
  }
  #banner li .content {
    top: 50%;
  }
  .distributors-page h2,
  .apply-page h2 {
    font-size: 24px;
  }
  .apply-page .text p {
    font-size: 16px;
    width: 100% !important;
    line-height: 30px;
  }
  .apply-page .box .left h3 {
    font-size: 28px;
  }
  .apply-page .box .left p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .wuyou-waiter {
    transform: scale(0.7);
    transform-origin: 100% 0;
  }
  .inner-banner h2 {
    font-size: 18px;
    line-height: 2;
  }
  #banner li .content .left {
    max-width: 40%;
  }
  #banner li .content .left h2 {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 20px;
  }
  #banner li .content .left h2:after {
    display: none;
  }
  #banner li .content .left a.more {
    line-height: 28px;
    height: 26px;
    padding: 0 5px;
    font-size: 14px;
  }
  #banner .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .lg-page .list ul li .box .content h4{
    font-size: 20px;
    min-height: 7em;
  }
  .inner-banner h2{
    
  }
  .qita{
    min-height: 2em!important;
  }
  #banner li .content .left h2{
    font-size: 17px;
  }
  .product-page .list .con{
    display: none;
  }
  .lg-page .list ul li {
    width: 100% !important;
  }
  .contact-page .contact-1 .left .box2 {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .form{
    margin-top: 30px;
  }
  .apply-page .box .left h3 {
    font-size: 22px;
  }
  .col-sm-4 {
    width: 100% !important;
  }
  .col-sm-8 {
    width: 100% !important;
    margin-top: 15px;
  }
  .clearfix {
    padding-bottom: 10px;
  }
  .wuyou-waiter {
    display: none !important;
  }
}
.loader {
  color: var(--red);
  font-size: 10px;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.latestNews {
  margin-top: 15px;
  max-width: 930px;
}
.latestNews li {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-right: 100px;
}
.latestNews li span {
  display: inline-block;
  padding: 5px 10px;
  background: #00ad5f;
  line-height: 1;
  margin-right: 5px;
}
.latestNews li time {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 700px) {
    #cp-Nav {
        display: block;
        margin-top: 30px;
    }
    #cp-Nav .nav {
        padding: 0 15px;
    }
    #cp-Nav .nav h3.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #000;
        border-radius: 5px;
        color: #fff;
    }
    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 23;
        background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav>ul {
        display: none;
    }
    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 30;
        font-size: 16px;
        overflow: auto;
    }
    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
    }
}

@media screen and (max-width: 1500px) {
  #header .nav .ui.menu .menu-box ul.menu>li>a {
    padding: 0 5px;
  }
  #header .nav .ui.menu .search {
    margin-left: 10px;
  }
  #header .nav .ui.menu .search h6 {
    display: none;
  }
  .inner-banner h2 {
    font-size: 20px;
    line-height: 1.8;
  }
}
.newdet-page .content h2 {
  text-align: left;
  max-width: none;
}
    .video-container {
        position: relative;
        display: inline-block;
    }

    .video-thumbnail {
        width: 100%;
        height: auto;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 136px;
        height: 136px;
        background-color: rgba(0, 61, 102, 0.5);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition:  0.5s;
    }

    .play-button:hover {
        background-color: rgba(0, 61, 102, 0.7);
    }

    .play-icon {
        width: 0;
        height: 0;
        border-top: 26px solid transparent;
        border-bottom: 26px solid transparent;
        border-left: 36px solid #4db8ff;
        transition:  0.5s;
    }

    .play-button:hover .play-icon {

         border-top: 26px solid transparent;
        border-bottom: 26px solid transparent;
        border-left: 36px solid #4db8ff;
        transform: scale(1.1);
    }












  
#index-body .init-11 {
    padding: 90px 0 60px;
  }
  #index-body .init-11 h1 {
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    color: #0f0f0f;
    line-height: 2;
    text-transform: uppercase;
  }
  #index-body .init-11 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    color: #0f0f0f;
    line-height: 2;
    text-transform: uppercase;
  }
  #index-body .init-11 h1 em {
    color: #034061;
  }
  #index-body .init-11 h2 em {
    color: #034061;
  }
  #index-body .init-11 h1 small {
    display: block;
    font-size: 18px;
    color: #0f0f0f;
    line-height: 30px;
    font-weight: normal;
    margin-top: 10px;
  }
  #index-body .init-11 h2 small {
    display: block;
    font-size: 18px;
    color: #0f0f0f;
    line-height: 30px;
    font-weight: normal;
    margin-top: 10px;
  }
  #index-body .init-11 .dots {
    padding-top: 10px;
    text-align: center;
  }
  #index-body .init-11 .dots span {
    width: 100px;
    height: 6px;
    display: inline-block;
    background: #034061;
    margin: 0 10px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #index-body .init-11 .dots span:hover,
  #index-body .init-11 .dots span.active {
    background-color: #f29c3b;
  }
  #index-body .init-11 a.link {
    float: right;
    font-weight: bold;
    font-size: 24px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #index-body .init-11 a.link:hover {
    color: #f29c3b;
  }
  #index-body .init-11 .list {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
  }
  #index-body .init-11 .list ul {
    margin: -15px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #index-body .init-11 .list ul li {
    padding: 15px;
  }
  #index-body .init-11 .list ul li .box {
    display: block;
    background: white;
    padding: 15px 15px 35px;
    position: relative;
    height: 100%;
  }
  #index-body .init-11 .list ul li .box a.img {
    display: block;
    margin: 15px 0;
  }
  #index-body .init-11 .list ul li .box h4 {
    display: block;
    font-size: 18px;
    line-height: 32px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 40px;
  }
  #index-body .init-11 .list ul li .box h4:hover {
    color: #f29c3b;
  }
  #index-body .init-11 .list ul li .box .text {
    font-size: 14px;
    margin: 10px 0;
    color: #666;
    line-height: 28px;
    height: 133px;
    overflow: auto;
  }
  #index-body .init-11 .list ul li .box .text ul {
    margin: 0;
  }
  #index-body .init-11 .list ul li .box .text ul li {
    padding: 0;
    list-style-type: disc;
    margin-left: 15px;
    line-height: 30px;
  }
  #index-body .init-11 .list ul li .box a.more {
    line-height: 40px;
    height: 40px;
    background: #034061;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 30px;
    display: inline-block;
    color: white;
  }
  #index-body .init-11 .list ul li .box a.more i {
    margin-left: 30px;
    width: 60px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #f29c3b;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #index-body .init-11 .list ul li .box a.more i img {
    display: inline-block;
    vertical-align: middle;
    max-width: 26px;
  }
  #index-body .init-11 .list ul li .box a.more.active i {
    background: #00ad5f;
  }
  #index-body .init-11 .list ul li .box2 {
    background: url("../images/init-3-mask.jpg") center center;
    background-size: cover;
    padding: 80px 30px 20px 30px;
    color: white;
    height: 100%;
  }
  #index-body .init-11 .list ul li .box2 h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 171px;
  }
  #index-body .init-11 .list ul li .box2 h6 {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin: 100px 0px 0px 0px;
  }
  #index-body .init-11 .list ul li .box2 .block {
    font-size: 36px;
    padding-top: 20px;
  }
  #index-body .init-11 .list ul li .box2 .block span {
    line-height: 54px;
    height: 54px;
    padding: 0 5px;
    border-radius: 5px;
    background: white;
    color: var(--red);
    font-weight: bold;
    margin: 0 3px;
  }
  #index-body .init-11 .list ul li .box2 a.more2 {
    margin-top: 20px;
    line-height: 32px;
    height: 32px;
    padding: 0 18px;
    border-radius: 16px;
    background: white;
    font-size: 16px;
    color: #034061;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
  }
  #index-body .init-11 .list ul li .box2 a.more2:hover {
    color: white;
    background: #034061;
  }
  #index-body .init-11.slick .slick-arrow,
  #index-body .init-12 .list .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    color: transparent;
    background: none;
    border: none;
  }
  #index-body .init-11.slick .slick-arrow:after,
  #index-body .init-12 .list .slick-arrow:after {
    content: '';
    font-family: "FontAwesome";
    font-size: 80px;
    cursor: pointer;
    cursor: hand;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #index-body .init-11.slick .slick-arrow.slick-prev,
  #index-body .init-12 .list .slick-arrow.slick-prev {
    right: 100%;
  }
  #index-body .init-11.slick .slick-arrow.slick-prev:after,
  #index-body .init-12 .list .slick-arrow.slick-prev:after {
    content: "\f104";
  }
  #index-body .init-11.slick .slick-arrow.slick-next,
  #index-body .init-12 .list .slick-arrow.slick-next {
    left: 100%;
  }
  #index-body .init-11.slick .slick-arrow.slick-next:after,
  #index-body .init-12 .list .slick-arrow.slick-next:after {
    content: "\f105";
  }
  #index-body .init-11.slick .slick-arrow:hover:after,
  #index-body .init-12 .list .slick-arrow:hover:after {
    color: var(--red);
  }
  #index-body .init-12 .list ul {
    margin: -10px;
  }
  #index-body .init-12 .list ul li {
    padding: 10px;
  }
  #index-body .init-12 .list ul li .box {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
  }
  #index-body .init-12 .list ul li .box img {
    width: 100%;
  }
  #index-body .init-12 .list ul li .box h5 {
    padding-right: 10px;
    padding-left: 80px;
    padding-top: 30px;
    padding-bottom: 10px;
    background: url(/template/en/images/pro-mulu-1.png) left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 20px;
    line-height: 20px;
    /*font-family: "Teko";*/
    text-transform: capitalize;
    z-index: 1;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #index-body .init-12 .list ul li .box h5 em {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  #index-body .init-12 .list ul li .box h5:before {
    /*content: '';*/
    width: 100%;
    height: 40px;
    background: #034061;
    position: absolute;
    left: 0;
    bottom: 99%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(8deg);
    -moz-transform: skewY(8deg);
    -ms-transform: skewY(8deg);
    transform: skewY(8deg);
    display: block;
    z-index: -1;
  }
  #index-body .init-12 .list ul li .box .box2 {
    position: absolute;
    border: 10px solid transparent;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: white;
    padding: 15px;
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none !important;
  }
  #index-body .init-12 .list ul li .box .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(3, 64, 97, 0.86);
    z-index: -1;
  }
  #index-body .init-12 .list ul li .box .box2 h4 {
    display: block;
    /*font-family: "Teko";*/
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    /*margin-top: 15%;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #index-body .init-12 .list ul li .box .box2 .text {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    margin: 10px 0;
    font-weight: normal;
    min-height: 112px;
  }
  #index-body .init-12 .list ul li .box .box2 a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 35px;
    background: white;
    color: #034061;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin: 0 auto;
  }
  #index-body .init-12 .list ul li .box .box2 a.more:hover {
    background: var(--red);
    color: white;
  }
  /*#index-body .init-12 .list ul li .box:hover h5 {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
  }*/
  #index-body .init-12 .list ul li .box:hover .box2 {
    opacity: 1;
  }
  #index-body .init-13 {
    padding: 80px 0 60px;
  }
  #index-body .init-13 .box2 {
    height: 400px;
    padding: 40px 5%;
  }
  #index-body .init-13 .left {
    width: 55%;
    padding-right: 20px;
  }
  #index-body .init-13 .left .box2 {
    display: block;
    background: url("../images/init-5-1.jpg") center center no-repeat;
    color: white;
    background-size: cover;
  }
  #index-body .init-13 .left .box2 h3,
  #index-body .init-13 .left .box2 h2 {
    display: block;
    font-size: 32px;
    line-height: 40px;
  }
  #index-body .init-13 .left .box2 .list {
    margin: 20px 0;
    max-width: 60%;
  }
  #index-body .init-13 .left .box2 .list ul {
    margin: -10px;
  }
  #index-body .init-13 .left .box2 .list ul li {
    padding: 10px;
  }
  #index-body .init-13 .left .box2 .list ul li h4 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
  #index-body .init-13 .left .box2 .list ul li p {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    line-height: 28px;
  }
  #index-body .init-13 .left .box2 a.more {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    border: 1px solid white;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #index-body .init-13 .left .box2 a.more:hover {
    background: var(--red);
    color: white;
    border-color: var(--red);
  }
  #index-body .init-13 .right {
    width: 45%;
  }
  #index-body .init-13 .right .box2 {
    background: white;
    border: 6px solid #dcdee3;
  }
  #index-body .init-13 .right .box2 h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
  }
  #index-body .init-13 .right .box2 p {
    display: block;
    font-size: 16px;
    color: #666;
  }
  #index-body .init-13 .right .box2 p img {
    max-width: 24px;
    display: inline-block;
    vertical-align: middle;
  }
  #index-body .init-13 .right .box2 .form {
    margin-top: 35px;
    max-width: 360px;
  }
  #index-body .init-13 .right .box2 .form ul {
    margin: -10px -5px;
  }
  #index-body .init-13 .right .box2 .form ul li {
    padding: 10px 5px;
  }
  #index-body .init-13 .right .box2 .form ul li input,
  #index-body .init-13 .right .box2 .form ul li select {
    width: 100%;
    line-height: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: black;
  }
  #index-body .init-13 .right .box2 .form ul li.wid-100 {
    width: 100%;
  }
  #index-body .init-13 .right .box2 .form ul li select {
    cursor: pointer;
    cursor: hand;
  }
  #index-body .init-13 .right .box2 .form ul li input[type="submit"] {
    background: var(--red);
    border-radius: 18px;
    color: white;
    border: none;
    font-size: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #index-body .init-13 .right .box2 .form ul li input[type="submit"]:hover {
    background: #034061;
  }
  @media screen and (max-width: 1500px) {
    #index-body .init-11 h2,
    #index-body .init-11 h1 {
      font-size: 40px;
    }
    #index-body .init-11 h1 small,
    #index-body .init-11 h2 small {
      font-size: 16px;
    }
    #index-body .init-11 .dots span {
      width: 60px;
    }
    #index-body .init-11 {
      padding: 30px 0;
    }
    #index-body .init-11 a.link {
      font-size: 18px;
    }
    #index-body .init-11 .list {
      margin-top: 20px;
    }
    #index-body .init-11 .list ul li .box a.more {
      font-size: 20px;
      padding-left: 20px;
    }
    #index-body .init-11 .list ul li .box a.more i {
      margin-left: 20px;
    }
    #index-body .init-11 .list ul li .box a.more i img {
      max-width: 24px;
    }
    #index-body .init-11 .list ul li .box2 h3 {
      font-size: 36px;
    }
    #index-body .init-11 .list ul li .box2 h6 {
      font-size: 20px;
    }
    #index-body .init-11 .list ul li .box2 .block {
      font-size: 30px;
    }
    #index-body .init-11 .list ul li .box2 a.more2 {
      margin-top: 25px;
    }
    #index-body .init-11.slick .slick-arrow {
      display: none !important;
    }
    #index-body .init-13 .left .box2 h3,
    #index-body .init-13 .left .box2 h2 {
      font-size: 28px;
    }
    #index-body .init-13 .left .box2 .list ul li h4 {
      font-size: 20px;
    }
    #index-body .init-13 .left .box2 .list ul li p {
      font-size: 13px;
    }
    #index-body .init-13 .left .box2 .list {
      margin: 30px 0;
    }
    #index-body .init-13 .right .box2 h3 {
      font-size: 26px;
      line-height: 1;
      margin-bottom: 10px;
    }
    #index-body .init-13 .right .box2 p {
      font-size: 14px;
    }
    #index-body .init-13 .right .box2 .form {
      margin-top: 15px;
    }
    #index-body .init-13 .box2 {
      height: 300px;
    }
    #index-body .init-13 .right .box2 .form ul li input[type="submit"] {
      font-size: 14px;
    }
    #index-body .init-12 .list ul li .box .box2 h4 {
      font-size: 20px;
      margin-top: 0;
    }
    #index-body .init-12 .list ul li .box .box2 .text {
      font-size: 14px;
    }
    #index-body .init-12 .list ul li .box .box2 a.more {
      font-size: 14px;
      line-height: 30px;
      height: 30px;
    }
    #index-body .init-11 .list ul li .box2 .block {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 1250px) {
    #index-body .init-11 h1,
    #index-body .init-11 h2 {
      font-size: 32px;
    }
    #index-body .init-11 h1 small
    #index-body .init-11 h2 small {
      font-size: 12px;
    }
    #index-body .init-11 .dots span {
      width: 40px;
      margin: 0 2px;
    }
    #index-body .init-11 .list ul li .box a.more {
      font-size: 16px;
    }
    #index-body .init-11 .list ul li .box a.more i {
      width: 40px;
    }
    #index-body .init-11 .list ul li {
      padding: 5px;
    }
    #index-body .init-11 .list ul {
      margin: -5px;
    }
    #index-body .init-11 .list ul li .box2 .block {
      font-size: 22px;
    }
    #index-body .init-11 .list ul li .box2 h3 {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 1000px) {
    #index-body .init-11 .list ul li:first-child {
      display: none;
    }
    #index-body .init-11 .list ul li:nth-child(8),
    #index-body .init-11 .list ul li:nth-child(9) {
      display: none;
    }
    #index-body .init-11 a.link {
      font-size: 16px;
    }
    #index-body .init-12 .list ul li .box .box2 {
      border-width: 5px;
      padding: 10px;
    }
    #index-body .init-12 .list ul li .box h5 {
      line-height: 30px;
      height: 30px;
      font-size: 18px;
    }
    #index-body .init-12 .list ul li .box h5:before {
      height: 100%;
    }
    #index-body .init-12 .list ul li .box .box2 .text {
      min-height: auto;
    }
    #index-body .init-12 .list ul li .box .box2 h4 {
      font-size: 18px;
      margin-top: 20%;
    }
    #index-body .init-13 .left {
      width: 100%;
      padding-right: 0;
    }
    #index-body .init-13 .right {
      width: 100%;
      padding-top: 20px;
    }
    #index-body .init-13 .right .box2 .form {
      max-width: none;
    }
  }
  @media screen and (max-width: 700px) {
    #index-body .init-11 .list ul li .box h4 {
      overflow: unset;
      max-height: none;
    }
    #index-body .init-11 .list ul li .box a.more {
      line-height: 32px;
      height: 32px;
    }
  }


  
.about-page .about-1 {
  margin-top: 100px;
      margin-bottom: 100px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
.about-page .about-1 .left .title {
  margin-top: -1%;
  font-size: 44px;
  line-height: 1.2;
}
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin-top: 30px;  
}
.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 85px;
  cursor: pointer;
  background: var(--red);
  color: white;
  font-size: 30px;
}
.about-page .about-1 .play i{
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  transition: color 0.5s;
}
.about-page .about-1 .right .data ul li:hover{
   color: var(--red);
}
.about-page .about-1 .right .data ul li span {
  line-height: 2;
}
.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  margin: 10px 0;
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-2 {
  padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}
.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
  margin: 47px 0 0 88px;
}
.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}
.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
  right: -141px;
}
.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page .about-3 .left {
  width: 32%;
}
.about-page .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 2;  
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  color: white;
  margin-top: 36px;
}
.about-page .about-3 .left .more::before {
  background: white;
}
.about-page .about-3 .left .more::after {
  background-color: var(--red);
}
.about-page .about-3 .right {
  width: 68%;
  padding-left: 5%;
}
.about-page .about-3 .right ul{
  margin: 0 -10px;
}
.about-page .about-3 .right ul li .ig {
  padding: 19px 10px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-5 {
  padding: 8.5% 0 0%;
}
.about-page .about-5 .ui.container{
  max-width: 100%;
  padding: 0;
}
.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
}
.about-page .about-5 .content {
  margin-top: 101px;
}
/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--red);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
.about-page .about_process{
  padding-top: 80px;
}
.about-page .about_process ul{
  margin: -20px;
}
.about-page .about_process ul li{
  padding: 20px;
}
.about-page .about_process ul li .title{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
  font-size: 18px;
  line-height: 32px;
}
.i-tag{
    color: var(--red);
    font-size:18px;
    line-height: 32px;
}
.font-45{
  font-size: 45.2px;
}
.i-title {
    position: relative;
    z-index: 1;
    font-size:48px;
    font-weight: 700;
}

#index-body .i-why {
  padding-top: 117px;
  padding-bottom: 130px;
}
#index-body .i-why .top {
  margin-bottom: 54px;
}
#index-body .i-why .top .left .i-title {
  display: inline-block;
}
#index-body .i-why .top .left .i-title::after {
  left: 77%;
  top: 4%;
}
#index-body .i-why .top .right {
  padding-left: 70px;
}
#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
}
#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}
#index-body .i-why .wrap .left ul {
  margin: -13px;
}
#index-body .i-why .wrap .left ul li {
  padding: 13px;
}
#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}
#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
}
#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}
#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}
#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: #002c47;
  color: white;
}
#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}
#index-body .i-why .wrap .right ul li{
  height: 415px;
}
#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }
  .about-page .about-2 .right .shadow {
    zoom: .8;
  }
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
    #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }
  .about-page .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
  #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17.2px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }
  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }
  .about-page .about-2 .right .title {
    font-size: 40px;
  }
  .about-page .about-2 .right .shadow {
    zoom: .6;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
  #index-body .i-why .wrap .right {
    display: none;
  }
  #index-body .i-why .wrap .left {
    width: 100%;
  }
  #index-body .i-why {
    padding: 80px 0;
  }
  .i-title{
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }
  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-2 .right .info .text .more {
    margin: 40px 0 0 70px;
  }
  .about-page .about-3 .left .title {
    font-size: 38px;
  }
  .about-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .i-title{
    font-size: 30px;
  }
  .about-banner {
    height: 300px;
    padding-top: 150px;
  }
  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-2 .right .bicycle {
    left: 130px;
    zoom: .55;
  }
  .about-page .about-2 .right .shadow {
    zoom: .55;
    left: 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page .about-5 .title {
    font-size: 50px;
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
  
  #index-body .i-why .top .left {
    width: 100%;
  }
  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-why {
    padding: 50px 0;
  }
  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }
  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
  .font-45{
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 {
    padding: 7% 0 10%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-5 .title {
    font-size: 40px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--red);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .left ul li span {
    width: 78%;
  }
  .about-page .about-3 .left .title {
    font-size: 30px;
  }
  .about-page .about-3 .left p {
    font-size: 16px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }
  
  .about-page .about-5 .title {
    font-size: 26px;
  }
    #index-body .i-why .top .right .des {
    font-size: 16px;
  }
}





.product-page {
  padding: 4.74% 0 0;
}
.product-page .category {
  text-align: center;
}
.product-page .category .ui.container {
  max-width: 1728px;
  width: 100%;
}
.product-page .category ul {
  margin-right: -40px;
}
.product-page .category ul li {
  padding-right: 40px;
}
.product-page .category ul li .img-box {
  display: block;
}
.product-page .category ul li .img-box img {
  display: inline-block;
}
.product-page .category ul li .tit {
  display: block;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
}
.product-page .category ul li.active .tit{
  color: #002c47;
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  background: white;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #002c47;
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  line-height: 2;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.product-page .top .fl-list ul li:hover {
  color: #002c47;
}
.product-page .top .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) #474747 no-repeat center center;
}
.product-page .info {
  color: #474747;
  padding-top: 3.3%;
}
.product-page .info .ui.container {
  max-width: 1273px;
}
.product-page .info h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
}
.product-page .info .con {
  font-size: 16px;
  line-height: 1.8; 
  font-weight: 300;
  margin-top: 1%;
}
.product-page .list {
  margin-top: 3.25%;
}
.product-page .list ul {
  margin: 0 -52px -89px 0;
}
.product-page .list ul li {
  padding: 0 52px 89px 0;
}
.product-page .list ul li .box{
  position: relative;
  overflow: hidden;
}
.product-page .list ul li .box .more2{
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.product-page .list ul li:hover .box .more2{
  bottom: 25px;
}
.product-page .list ul li .img-box {
  display: block;
  border: solid 1px #dadada;
  position: relative;
}
.product-page .list ul li .img-box .bg{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.product-page .list ul li:hover .img-box .bg{
  opacity: 1;
}
.product-page .list ul li .img-box img.il {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.product-page .list ul li .tit {
  font-size: 22px;
  color: #474747;
  font-weight: bold;
  line-height: 40px;
  margin-top: 25px;
  display: block;
  transition: all 0.5s;
}
.product-page .list ul li:hover .tit{
  opacity: 0;
}
.product-page .list .con{
  max-height: 400px;
  overflow-y: auto;
  line-height: 34px;
  margin-top: 90px;
}
@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 -30px -50px 0;
  }
  .product-page .list ul li {
    padding: 0 30px 50px 0;
  }
  .product-page .list ul li .tit {
    font-size: 19px;
  }
   
}
@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }
  .product-page .top .product-search {
    margin-left: 26px;
  }
  .product-page .top .product-search form {
    width: 320px;
  }
  .product-page .list ul {
    margin: 0 -15px -30px 0;
  }
  .product-page .list ul li {
    padding: 0 15px 30px 0;
  }
   
  .product-page .category {
    display: none;
  }
  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }
  .product-page .info h1 {
    font-size: 36px;
  }
   
}
@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }
  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }
   
}
.prodet-page {
  padding: 134px 0 0px;
}
.prodet-page .prodet-1 .left {
  /*vertical-align: bottom;*/
  border: 1px solid #e6e6e6;
  text-align: center;
  width: 41.24%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  padding-left: 72px;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .right span {
  font-size: 18px;
  line-height: 1.5;
  color: #002c47;
  font-weight: bold;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-top: -10px;
}
.prodet-page .prodet-1 .right .des{
  max-height: 220px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .gallery {
  margin-top: 50px;
}
.prodet-page .prodet-1 .right .gallery ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin-right: -33px;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding-right: 33px;
}
.prodet-page .prodet-1 .right .gallery ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  background: #002c47;
  color: white;
  padding: 12px 37px 11px 36px;
  margin-top: 49px;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 .right a.mores::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right a.mores:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right .m-link {
  margin-top: 52px;
}
.prodet-page .prodet-1 .right .m-link a {
  display: block;
  font-size: 18px;
  line-height: 2;
  color: #474747; 
  font-weight: 600;
}
.prodet-page .prodet-2 {
  margin-top: 70px;
}
.prodet-page .prodet-2 .top {
  padding-bottom: 27px;
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  margin-right: 105px;
  color: #474747;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.prodet-page .prodet-2 .top ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #002c47;
  display: inline-block;
  vertical-align: top;
  margin: 8px 12px 0 0;
  display: none;
}
.prodet-page .prodet-2 .top ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .top ul li.active::before {
  display: inline-block;
}
.prodet-page .prodet-2 .content {
  margin-top: 26px;
  color: #474747;
  font-size: 18px;
  line-height: 2; 
  /*font-weight: 300;*/
}
.prodet-page .prodet-2 .content .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.52;
  display: none;

}
.prodet-page .prodet-2 .content .title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #002c47;
  display: inline-block;
  vertical-align: top;
  margin: 14px 12px 0 0;
}
.prodet-page .prodet-2 .content .con table tr td{
  white-space: nowrap;
}
.prodet-page .prodet-2 .content .con table tr td br{
  display: none;
}
.prodet-page .prodet-2 .content strong {
  font-weight: bold;
}
.prodet-page .prodet-3 {
  padding: 100px 0;
}
.prodet-page .prodet-3 ul {
  margin-right: -54px;
}
.prodet-page .prodet-3 ul li {
  padding-right: 54px;
}
.prodet-page .prodet-3 ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
  position: relative;
}
.prodet-page .prodet-3 ul li .img-box .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .5s
}

.prodet-page .prodet-3 ul li:hover .img-box .bg {
    opacity: 1
}
.prodet-page .prodet-3 ul li .tit {
  display: block;
  padding: 31px 0 0 12px;
  font-size: 20px;
  line-height: 36px;
  color: #474747;
  font-weight: bold;
}

.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
}
.faq-page .marginBox .box .left{
  text-align: left;
  width: 30%;
  background-color: var(--color);
  color: white;
  padding: 30px;
}
.faq-page .marginBox .box .left ul li{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.faq-page .marginBox .box .left ul li:first-child{
  align-items: flex-start;
}
.faq-page .marginBox .box .left ul li i{
  font-size: 24px;
  margin-right: 10px;
  color: var(--red);
}
.faq-page .marginBox .box .left ul li span{
  font-size: 18px;
  line-height: 32px;
}
.faq-page .marginBox .box .right {
  width: 70%;
  padding-right: 60px;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  text-align: left;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.8;
  margin: 30px 0;
  display: none;
  text-align: left;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 36px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right span {
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .gallery {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right a.mores {
    margin-top: 25px;
  }
  .prodet-page .prodet-1 .right .m-link {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 ul li {
    padding-right: 20px;
  }
    .faq-page .marginBox .box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 60px;
  }
  .prodet-page .prodet-3 ul li .tit {
    padding: 15px 0 0 0;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .marginBox .box .left{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .top ul li {
    margin-right: 50px;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right span {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 .top {
    display: none;
  }
  .prodet-page .prodet-2 .content .title {
    display: block;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .content .slide {
    display: block;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content .slide:first-child {
    margin-top: 0;
  }
}