@font-face {
  font-family: 'HindMadurai-Regular';
  src: url(../fonts/HindMadurai-Regular.ttf) format('truetype'), url(../fonts/HindMadurai-Regular.eot) format('eot'), url(../fonts/HindMadurai-Regular.woff) format('woff'), url(../fonts/HindMadurai-Regular.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .kewanghide {
    display: none !important;
  }
  .product-yd-page {
    padding-top: 0px !important;
  }
  .textdis {
    text-align: center !important;
  }
}
@font-face {
  font-family: 'HindMadurai-Medium';
  src: url(../fonts/HindMadurai-Medium.ttf) format('truetype'), url(../fonts/HindMadurai-Medium.eot) format('eot'), url(../fonts/HindMadurai-Medium.woff) format('woff'), url(../fonts/HindMadurai-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'HindMadurai-Light';
  src: url(../fonts/HindMadurai-Light.ttf) format('truetype'), url(../fonts/HindMadurai-Light.eot) format('eot'), url(../fonts/HindMadurai-Light.woff) format('woff'), url(../fonts/HindMadurai-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'HindMadurai-SemiBold';
  src: url(../fonts/HindMadurai-SemiBold.ttf) format('truetype'), url(../fonts/HindMadurai-SemiBold.eot) format('eot'), url(../fonts/HindMadurai-SemiBold.woff) format('woff'), url(../fonts/HindMadurai-SemiBold.woff2) format('woff2');
}
.img-box img {
  width: 100%;
}
#header .nav .ui.menu .logo a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .logo a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body {
  font-family: "HindMadurai-Regular";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  width: 1310px;
}
.ui.container2 {
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 1780px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  line-height: 100px;
  height: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: white;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 40px;
  margin-right: auto;
}
#header .nav .ui.menu .logo img,
#header .nav .ui.menu .logo embed {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .btn {
  float: right;
  line-height: normal;
  margin-top: 25px;
  margin-right: 35px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .btn span {
  width: 30px;
  display: block;
}
#header .nav .ui.menu .btn span i {
  display: block;
  height: 5px;
  border: 1px solid #686868;
  margin: 4px 0;
  position: relative;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .btn span i.ie2 {
  left: -10px;
}
#header .nav .ui.menu .btn span i.ie3 {
  left: 3px;
}
#header .nav .ui.menu .btn h6 {
  display: block;
  font-size: 16px;
  font-family: "HindMadurai-SemiBold";
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 1;
}
#header .nav .ui.menu .btn:hover span i.ie2 {
  left: 5px;
}
#header .nav .ui.menu .btn:hover span i.ie3 {
  left: -3px;
}
#header.white .nav {
  background: none;
}
#header.active .nav {
  background: white;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  line-height: 70px;
  height: 70px;
}
#header.active .nav .ui.menu .btn {
  margin-top: 8px;
}
#header.active .nav .ui.menu .logo img {
  height: 60px;
}
#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: #007dc4;
}
#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%);
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 10px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-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: #007dc4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #007dc4;
  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;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #007dc4;
}
#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;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #007dc4 !important;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 0;
}
#mobile {
  position: fixed;
  top: 0;
  right: -25%;
  /*min-width: 280px;*/
  width: 25%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 21;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  display: none;
}
#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: 0;
  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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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;
  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: none;
}
#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: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #007dc4;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
}
#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%);
  -o-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 #222;
  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;
}
#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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #007dc4;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
  display: none;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-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 {
  position: relative;
  display: block !important;
}
#banner li > img {
  width: 100%;
}
#banner li .ui.container {
  width: 1500px;
  max-width: 100%;
}
/*#banner ul {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
#banner li .content .left {
  max-width: 590px;
  width: 40%;
  vertical-align: middle;
  display: inline-block;
}
#banner li .content .right {
  width: 60%;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 10px;
  text-align: right;
  display: inline-block;
  position: relative;
  /*top: -70px;*/
}
#banner li .content h6 {
  display: block;
  font-size: 18px;
  color: #222429;
  text-transform: uppercase;
}
#banner li .content h2 {
  display: block;
  font-size: 218px;
  font-family: "HindMadurai-SemiBold";
  color: #232429;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  top: 15px;
}
#banner li .content p {
  display: block;
  font-family: "HindMadurai-Light";
  font-size: 15px;
  color: black;
  line-height: 2;
}
#banner li .content a.more {
  display: block;
  font-size: 17px;
  color: #24252a;
  font-family: "HindMadurai-Medium";
  margin-top: 330px;
  position: relative;
  text-transform: uppercase;
  padding-left: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .content a.more:after {
  content: '';
  width: 13px;
  height: 69px;
  background: #007dc4;
  position: absolute;
  left: 0;
  bottom: -15px;
}
#banner li .content a.more:hover {
  color: #007dc4;
}
#index-body {
  text-transform: capitalize;
}
#index-body .init-1 {
  padding-bottom: 130px;
  padding-top: 60px;
}
#index-body .init-1 .left {
  width: 58%;
  position: relative;
  margin-right: -5%;
  vertical-align: middle;
}
#index-body .init-1 .left .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-58%, -58%);
  -moz-transform: translate(-58%, -58%);
  -ms-transform: translate(-58%, -58%);
  -o-transform: translate(-58%, -58%);
  transform: translate(-58%, -58%);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .right {
  width: 47%;
  vertical-align: middle;
}
#index-body .init-1 .right .box2 {
  padding: 90px 10% 80px;
  background: #24252a;
  position: relative;
  z-index: 1;
  max-width: 830px;
  color: white;
  top: 0 !important;
}
#index-body .init-1 .right .box2 h4 {
  display: block;
  font-family: "HindMadurai-SemiBold";
  font-size: 45px;
  text-transform: uppercase;
  padding-left: 90px;
  position: relative;
}
#index-body .init-1 .right .box2 h4 i {
  display: block;
    font-size: 23px;
    color: #f3f3f3;
    text-transform: uppercase;
    font-family: "HindMadurai-Medium";
}
#index-body .init-1 .right .box2 h4 em {
  color: #007dc4;
}
#index-body .init-1 .right .box2 h4:before {
  content: '';
  width: 74px;
    height: 6px;
    background: white;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 33px;
}
#index-body .init-1 .right .box2 h2 {
  display: block;
  font-size: 31px;
  color: #f3f3f3;
  text-transform: uppercase;
  font-family: "HindMadurai-SemiBold";
  margin-top: 50px;
}
#index-body .init-1 .right .box2 .text {
  display: block;
  font-size: 15px;
  font-family: "HindMadurai-Light";
  line-height: 2;
  margin: 20px 0 30px;
  opacity: .54;
  text-transform: none;
}
#index-body .init-1 .right .box2 dl {
  display: block;
}
#index-body .init-1 .right .box2 dl i {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .right .box2 dl h5 {
  display: inline-block;
  vertical-align: middle;
  max-width: 60%;
  font-family: "HindMadurai-Medium";
  font-size: 16px;
  line-height: 20px;
  color: #f3f3f3;
  padding-left: 15px;
  text-transform: none;
}
#index-body .init-1 .right .box2 a.more {
  display: inline-block;
  line-height: 46px;
  height: 46px;
  padding: 0 50px;
  border: 1px solid #007dc4;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-top: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .right .box2 a.more:after {
  /*content: '';*/
  width: 120%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -10%;
  background: #76777a;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .right .box2 a.more:before {
  /*content: '';*/
  position: absolute;
  width: 20%;
  left: -10%;
  top: 50%;
  background: white;
  height: 2px;
  z-index: 1;
  margin-top: -1px;
}
#index-body .init-1 .right .box2 a.more:hover {
  background: #007dc4;
}
#index-body .init-1 .right .box2 a.more:hover:after {
  background: #007dc4;
}
#index-body .init-2 {
  background: #24252a;
  padding: 170px 0 80px;
  color: white;
}
#index-body .init-2 .text {
  width: 50%;
}
#index-body .init-2 .text h3 {
  font-family: "HindMadurai-SemiBold";
  font-size: 45px;
  text-transform: uppercase;
  color: #f3f3f3;
  padding-left: 96px;
  position: relative;
}
#index-body .init-2 .text h3:after {
  content: '';
  width: 75px;
  height: 6px;
  background: white;
  position: absolute;
  left: 0;
  bottom: 33px;
}
#index-body .init-2 .text h3 em {
  color: #007dc4;
}
#index-body .init-2 .text h3 i {
  display: block;
  font-size: 23px;
  color: #f3f3f3;
  text-transform: uppercase;
  font-family: "HindMadurai-Medium";
}
#index-body .init-2 .text p {
  font-size: 16px;
  line-height: 2;
  opacity: .53;
  font-family: "HindMadurai-Light";
  margin-top: 15px;
  text-transform: none;
}
#index-body .init-2 .box {
  padding-top: 60px;
}
#index-body .init-2 .box ul {
  margin: -15px -20px;
}
#index-body .init-2 .box ul li {
  padding: 15px 20px;
  position: relative;
}
#index-body .init-2 .box ul li:before {
  /*content: '';*/
  width: 10%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: -5%;
  margin-left: 15px;
  z-index: 1;
}
#index-body .init-2 .box ul li a {
  display: block;
}
#index-body .init-2 .box ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.79);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li a h4 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: "HindMadurai-SemiBold";
  font-size: 30px;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 2;
}
#index-body .init-2 .box ul li:hover a:after {
  width: 90%;
  height: 84%;
  left: 5%;
  top: 8%;
  background: rgba(0, 125, 196, 0.5);
}
#index-body .init-2 .box ul li:nth-child(even) {
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}
#index-body .init-2 .box ul li:nth-child(even):before {
  right: -5%;
  left: auto;
  margin-left: 0;
  margin-right: 15px;
}
#index-body .init-2 .box a.more {
  float: right;
  display: inline-block;
  line-height: 46px;
  height: 46px;
  padding: 0 20px;
  border: 1px solid #007dc4;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-top: -60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
#index-body .init-2 .box a.more:after {
  /*content: '';*/
  width: 110%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -5%;
  background: #76777a;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box a.more:before {
  /*content: '';*/
  position: absolute;
  width: 10%;
  left: -5%;
  top: 50%;
  background: white;
  height: 2px;
  z-index: 1;
  margin-top: -1px;
}
#index-body .init-2 .box a.more:hover {
  background: #007dc4;
}
#index-body .init-2 .box a.more:hover:after {
  background: #007dc4;
}
#index-body .init-3 {
  background: #f3f3f3;
  padding: 200px 0;
}
#index-body .init-3 .bottom img {
  margin: -12% auto 0;
  position: relative;
  left: 20px;
  -moz-user-select: none;
}
#index-body .init-3 .top {
  display: block;
  position: relative;
  z-index: 1;
}
#index-body .init-3 .top .text {
  padding-left: 110px;
}
#index-body .init-3 .top h3 i,
#index-body .init-4 .box .right h3 i {
    display: block;
    font-size: 23px;
    color: #393838;
    text-transform: uppercase;
    font-family: "HindMadurai-Medium";
}
#index-body .init-3 .top h3 {
  font-size: 45px;
  font-family: "HindMadurai-SemiBold";
  color: black;
  text-transform: uppercase;
  position: relative;
}
#index-body .init-3 .top h3 em {
  color: #007dc4;
}
#index-body .init-3 .top h3:before {
  content: '';
  width: 75px;
  height: 6px;
  background: black;
  position: absolute;
  bottom: 33px;
  left: -110px;
}
#index-body .init-3 .top h5 {
  display: block;
  font-size: 24px;
  line-height: 35px;
  opacity: .7;
  margin: 25px 0 50px;
  max-width: 65%;
}
#index-body .init-3 .top ul li {
  display: block;
  font-size: 20px;
  color: black;
  opacity: .97;
  margin-bottom: 7px;
  line-height: 1.2;
}
#index-body .init-3 .top ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-3 .top ul li a {
  display: inline-block;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .top ul li a:after {
  /*content: '';*/
  width: 100%;
  height: 2px;
  background: #676767;
  display: block;
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .top ul li a:hover {
  color: #007dc4;
}
#index-body .init-3 .top ul li a:hover:after {
  background: #007dc4;
  opacity: 1;
}
#index-body .init-3 .top a.more {
display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    border: 1px solid #007dc4;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}
#index-body .init-3 .top a.more:hover {
  background: #007dc4;
}
#index-body .init-4 {
  padding: 100px 0 120px;
  background: #f3f3f3;
}
#index-body .init-4 .box:after {
  /*content: '';*/
  width: 75px;
  height: 6px;
  background: black;
  position: absolute;
  top: 0;
  left: 42%;
  margin-left: 60px;
}
#index-body .init-4 .box a.img-box {
  display: block;
}
#index-body .init-4 .box a.img-box img {
  width: 100%;
}
#index-body .init-4 .box a.img-box h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: white;
  padding: 20px 30px;
}
#index-body .init-4 .box a.img-box h5 em {
  font-size: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  font-family: "HindMadurai-SemiBold";
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box a.img-box h5 em:after {
  content: '';
  background: #e6e8eb;
  width: 100%;
  display: block;
  height: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box a.img-box h5 small {
  display: block;
  font-size: 24px;
  opacity: .66;
  text-transform: none;
  line-height: 1;
  margin-top: 10px;
}
#index-body .init-4 .box a.img-box h5:hover em:after {
  background: #007dc4;
}
#index-body .init-4 .box .left {
  width: 42%;
  vertical-align: bottom;
}
#index-body .init-4 .box .right {
  width: 58%;
  vertical-align: bottom;
  padding-left: 60px;
  overflow: hidden;
}
#index-body .init-4 .box .right h3 {
  display: block;
  font-size: 45px;
  color: black;
  text-transform: uppercase;
  font-family: "HindMadurai-SemiBold";
  position: relative;
  padding-left: 96px;
}
#index-body .init-4 .box .right h3 em {
  color: #007dc4;
}
#index-body .init-4 .box .right h3:after {
    content: '';
    width: 75px;
    height: 6px;
    background: black;
    position: absolute;
    left: 0;
    bottom: 33px;
}
#index-body .init-4 .box .right h5 {
  display: block;
  font-size: 24px;
  color: black;
  font-family: "HindMadurai-SemiBold";
  text-transform: uppercase;
}
#index-body .init-4 .box .right .text {
  display: block;
  font-size: 16px;
  line-height: 27px;
  color: black;
  opacity: .71;
  max-width: 700px;
  margin: 25px 0;
}
#index-body .init-4 .box .right dl {
  margin-top: 40px;
}
#index-body .init-4 .box .right dl dd {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 5px;
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  font-family: "HindMadurai-Medium";
  line-height: 1;
}
#index-body .init-4 .box .right dl dd:after {
  content: '';
  height: 2px;
  width: 100%;
  background: #9b9b9b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .right dl dd:hover:after {
  background: #007dc4;
}
#index-body .init-4 .box .right a.more {
    display: inline-block;
    line-height: 46px;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #007dc4;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    margin: 25px 0;
}
#index-body .init-4 .box .right a.more:hover {
  background: #007dc4;
  color: white;
}
#index-body .init-4 .box .right ul {
  padding-top: 50px;
  margin: 0 -25px;
}
#index-body .init-4 .box .right ul li {
  padding: 0 25px;
}
#index-body .init-4 .box .right ul li a.img-box h5 {
  line-height: normal;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .right ul li a.img-box h5 em {
  font-size: 24px;
}
#index-body .init-4 .box .right ul li a.img-box h5 small {
  font-size: 18px;
  margin-top: 5px;
}
#index-body .init-4 .box .right ul li a.img-box:hover h5 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-5 {
  padding: 60px 0;
  background: white;
}
#index-body .init-5 h3 i {
    display: block;
    font-size: 23px;
    color: #393838;
    text-transform: uppercase;
    font-family: "HindMadurai-Medium";
}
#index-body .init-5 h3 {
  font-size: 45px;
  font-family: "HindMadurai-SemiBold";
  color: black;
  text-transform: uppercase;
  position: relative;
}
#index-body .init-5 h3 em {
  color: #007dc4;
}
#index-body .init-5 h3:before {
  content: '';
  width: 75px;
  height: 6px;
  background: black;
  position: absolute;
  bottom: 33px;
  left: -110px;
}
#index-body .init-5 p {
  font-size: 14px;
  line-height: 1.4;
}
#index-body .init-5 .list {
  margin-top: 40px;
}
#index-body .init-5 .list ul {
  margin: -10px;
}
#index-body .init-5 .list ul li {
  padding: 10px;
}
#index-body .init-5 .list ul li a.img-box {
  display: block;
  border: 1px solid #eee;
}
#index-body .init-5 .list ul li h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}

#footer {
  background: #24252a;
}
#footer .footer-top {
  padding-top: 160px;
  text-align: center;
  position: relative;
}
#footer .footer-top.color:after {
  /*content: '';*/
  width: 14px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #007dc4;
}
#footer .footer-top .f-logo img {
  margin: 0 auto;
}
#footer .footer-top h6 {
  display: block;
  font-size: 24px;
  color: white;
  font-family: "HindMadurai-SemiBold";
  text-transform: uppercase;
  margin-top: 20px;
}
#footer .footer-center {
  display: block;
  padding: 100px 0;
  position: relative;
}
#footer .footer-center #msg {
  position: fixed;
  right: 1%;
  bottom: 20%;
  cursor: pointer;
  cursor: hand;
  width: 51px;
  height: 51px;
  z-index: 20;
}
#footer .footer-center ul {
  margin: -10px;
}
#footer .footer-center ul li {
  padding: 10px;
}
#footer .footer-center ul li dl dt {
  font-family: "HindMadurai-Medium";
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: white;
  line-height: 1;
}
#footer .footer-center ul li dl dd {
  display: block;
  font-size: 16px;
  color: white;
  opacity: .4;
  font-family: "HindMadurai-Light";
  margin-bottom: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-center ul li dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-center ul li dl dd:hover {
  opacity: 1;
}
#footer .footer-center ul li:last-child dd:nth-last-child(2) {
  margin: 10px 0;
}
#footer .footer-center ul li:last-child dd:last-child {
  color: #007dc4;
  opacity: 1;
  font-family: "HindMadurai-SemiBold";
}
#footer .footer-bottom .box {
  padding: 20px 0;
  border-top: 1px solid #36373c;
}
#footer .footer-bottom .box ul {
  display: inline-block;
}
#footer .footer-bottom .box ul li {
  width: 38px;
  height: 38px;
  border: 1px solid white;
  border-radius: 100%;
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#footer .footer-bottom .box ul li:hover {
  color: #007dc4;
  border-color: #007dc4;
}
#footer .footer-bottom .box p {
  float: right;
  color: white;
  font-size: 14px;
  /*font-family: "HindMadurai-Medium";*/
  margin-top: 10px;
  line-height: 28px;
}
#footer .footer-bottom .box p a {
  margin: 0 5px;
}
#footer .footer-bottom .box p a img {
  max-height: 14px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom .box p a:hover {
  text-decoration: underline;
}
.contact100-form form {
  width: 100%;
}
@media screen and (max-width: 1900px) {
  #index-body .init-2 {
    overflow: hidden;
  }
}
@media screen and (max-width: 1500px) {
  #banner li .content h2 {
    font-size: 120px;
  }
  #banner li .content a.more {
    margin-top: 200px;
  }
  #banner li .content a.more:after {
    height: 40px;
    bottom: -2px;
  }
  #index-body .init-1 .right .box2 {
    padding: 40px 10%;
  }
  #index-body .init-1 .right .box2 h2 {
    margin-top: 30px;
  }
  #index-body .init-1 .right .box2 dl h5 {
    font-size: 13px;
  }
  #index-body .init-1 .right .box2 a.more {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-1 {
    padding-bottom: 50px;
  }
  #index-body .init-2 {
    padding: 70px 0;
  }
  #index-body .init-2 .text h3,
  #index-body .init-3 .top h3,
  #index-body .init-4 .box .right h3,#index-body .init-1 .right .box2 h4,
  #index-body .init-5 h3 {
    font-size: 36px;
  }
  #index-body .init-2 .text h3:after,#index-body .init-1 .right .box2 h4:before,#index-body .init-4 .box .right h3:after, #index-body .init-3 .top h3:before,#index-body .init-5 h3:before {
    height: 4px;
    bottom: 28px;
  }
  #index-body .init-2 .box ul li a h4 {
    font-size: 24px;
  }
  #index-body .init-3 {
    padding: 100px 0;
  }
  #index-body .init-3 .top h5 {
    font-size: 20px;
    line-height: 30px;
  }
  #index-body .init-3 .bottom img {
    left: 0;
  }
  #index-body .init-4 {
    padding: 50px 0;
  }
  #index-body .init-4 .box .right h5 {
    font-size: 20px;
  }
  #index-body .init-4 .box .right .text {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
  }
  #footer .footer-top.color:after {
    height: 80px;
  }
  #footer .footer-top {
    padding-top: 80px;
  }
  #footer .footer-top h6 {
    font-size: 20px;
  }
  #footer .footer-center ul li dl dt {
    font-size: 18px;
  }
  #footer .footer-center {
    padding: 60px 0;
  }
  #footer .footer-bottom .box ul li {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  #footer .footer-bottom .box p {
    margin-top: 5px;
  }
  #footer .footer-bottom .box {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1350px) {
  .ui.container {
    width: 970px;
  }
  #banner li .content h2 {
    font-size: 80px;
    top: 0;
  }
  #banner li .content a.more {
    font-size: 15px;
    margin-top: 80px;
  }
  #banner li .content .left {
    max-width: 400px;
  }
  #header .nav .ui.menu .logo {
    margin-left: 20px;
  }
  #header .nav .ui.menu .btn {
    margin-right: 20px;
    margin-top: 8px;
  }
  #header .nav {
    line-height: 70px;
    height: 70px;
  }
  #index-body .init-1 .left .play img {
    max-width: 90px;
  }
  #index-body .init-1 .right .box2 h4 {
    font-size: 20px;
  }
  #index-body .init-1 .right .box2 .text {
    line-height: 1.7;
    margin: 15px 0;
  }
  #index-body .init-1 .right .box2 {
    top: -40px;
  }
  #index-body .init-1 {
    padding-bottom: 20px;
  }
  #index-body .init-2 .text h3,
  #index-body .init-3 .top h3,
  #index-body .init-4 .box .right h3,#index-body .init-1 .right .box2 h4,
  #index-body .init-5 h3 {
    font-size: 30px;
  }
  #index-body .init-2 .text h3:after,#index-body .init-1 .right .box2 h4:before,#index-body .init-4 .box .right h3:after, #index-body .init-3 .top h3:before,#index-body .init-5 h3:beofre {
    bottom: 22px;
  }
  #index-body .init-2 .text h3 i,#index-body .init-1 .right .box2 h4 i,#index-body .init-4 .box .right h3 i, #index-body .init-3 .top h3 i,#index-body .init-5 h3 i {
    font-size: 18px;
  }
  #index-body .init-4 .box .right ul {
    padding-top: 0;
  }
  #index-body .init-2 .text p {
    font-size: 14px;
    line-height: 1.7;
  }
  #index-body .init-2 .box a.more {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-3 .top h5 {
    font-size: 18px;
    margin: 20px 0;
  }
  #index-body .init-3 .top h3:before,
  #index-body .init-5 h3:before {
    height: 4px;
  }
  #index-body .init-4 .box a.img-box h5 em {
    font-size: 22px;
  }
  #index-body .init-4 .box a.img-box h5 small {
    font-size: 18px;
  }
  #index-body .init-4 .box .right ul li a.img-box h5 em {
    font-size: 18px;
  }
  #index-body .init-4 .box .right ul li a.img-box h5 small {
    font-size: 14px;
  }
  #index-body .init-4 .box .right {
    padding-left: 20px;
    width: 50%;
  }
  #index-body .init-4 .box .right ul li {
    padding: 0 10px;
  }
  #index-body .init-4 .box .right ul {
    margin: 0 -10px;
    padding-top: 10px;
  }
  #index-body .init-4 .box .left {
    width: 50%;
  }
  #index-body .init-4 .box:after {
    left: 50%;
    margin-left: 20px;
  }
  #footer .footer-center ul li {
    width: 33.3333%;
  }
  #footer .footer-top .f-logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #mobile #menu-on {
    left: -40px;
  }
  #mobile .mobile-logo {
    display: block;
    right: 100%;
    left: auto;
  }
  #banner li .content h2 {
    font-size: 60px;
  }
  #banner li .content h6 {
    font-size: 16px;
  }
  #banner li .content p {
    font-size: 14px;
    line-height: 1.6;
  }
  #index-body .init-1 {
    padding-bottom: 0;
  }
  #index-body .init-1 .left {
    width: 100%;
  }
  #index-body .init-1 .right {
    width: 100%;
    padding: 10px;
  }
  #index-body .init-1 .right .box2 {
    top: 0;
    width: 100%;
    max-width: none;
    padding: 60px 25px;
  }
  #index-body .init-2 .text {
    width: 100%;
  }
  #index-body .init-2 .box ul li:nth-child(even) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .init-2 .box ul li {
    padding: 10px;
  }
  #index-body .init-2 .box ul {
    margin: -10px;
  }
  #index-body .init-2 .box ul li a h4 {
    font-size: 20px;
  }
  #index-body .init-2 .box {
    padding-top: 40px;
  }
  #index-body .init-3 .top h5 {
    max-width: none;
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
  }
  #index-body .init-3 .top ul li {
    font-size: 20px;
  }
  #index-body .init-4 .box .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-4 .box .left {
    display: none;
  }
  #index-body .init-4 .box .right ul {
    padding-top: 40px;
  }
  #index-body .init-4 .box:after {
    display: none;
  }
  #footer .footer-bottom .box ul {
    display: none;
  }
  #footer .footer-bottom .box p {
    display: block;
    float: none;
    text-align: center;
  }
  #index-body .init-2 .box a.more {
    margin: 20px auto 0;
    float: none;
  }
  #index-body .init-3 .top .text {
    padding-left: 96px;
  }
  #index-body .init-3 .top h3:before,
  #index-body .init-5 h3:before {
    left: -96px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content a.more {
    display: none;
  }
  #mobile {
    width: 280px;
    right: -280px;
  }
  #index-body .init-2 .box ul li {
    width: 100%;
  }
  #index-body .init-3 .bottom img {
    margin-top: -5%;
  }
  #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-4 .box .right h5 {
    font-size: 16px;
  }
  #footer .footer-center ul li {
    width: 50%;
  }
  /*#footer .footer-center ul li:last-child {
    width: 100%;
  }*/
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .right .box2 {
    padding: 40px 15px;
  }
  #index-body .init-1 .right .box2 h4:before {
    width: 60px;
  }
  #index-body .init-1 .right .box2 dl i img {
    max-width: 40px;
  }
  #index-body .init-1 .right .box2 dl dd {
    margin-bottom: 5px;
  }
  #index-body .init-2 .text h3,
  #index-body .init-3 .top h3,
  #index-body .init-4 .box .right h3,#index-body .init-1 .right .box2 h4,
  #index-body .init-5 h3 {
    font-size: 24px;
  }
  #index-body .init-2 .text h3,#index-body .init-1 .right .box2 h4,#index-body .init-4 .box .right h3,#index-body .init-3 .top h3,#index-body .init-5 h3 {
    padding-left: 20px;
  }
  #index-body .init-2 .text h3:after,#index-body .init-1 .right .box2 h4:before,#index-body .init-4 .box .right h3:after,#index-body .init-3 .top h3:before,#index-body .init-5 h3:before {
    height: 2px;
    bottom: 17px;
    width: 15px;
  }
  #index-body .init-3 .top h3:before,#index-body .init-5 h3:before {
    margin-right: 0;
    left: 0;
  }
  #index-body .init-3 .top .text {
    padding-left: 0;
  }
  #index-body .init-3 .top ul li {
    font-size: 18px;
  }
  #index-body .init-4 .box .right dl dd {
    font-size: 16px;
  }
  #footer .footer-top h6 {
    font-size: 18px;
  }
  #footer .footer-center ul li {
    width: 100%;
  }
  #footer .footer-center {
    padding: 20px 0;
  }
  #banner li .content p {
    display: none;
  }
  #banner li .content h2 {
    font-size: 40px;
  }
}
.inner-banner {
  line-height: 370px;
  height: 370px;
  text-align: center;
  margin-top: 100px;
}
.inner-banner .box {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.inner-banner .box h2 {
  font-size: 60px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.mbx {
  padding: 15px 0;
  background: #f3f5f7;
  font-size: 18px;
  color: #373737;
}
.mbx span {
  color: #0d95e8;
}
.mbx a:hover {
  text-decoration: underline;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page *:first-child {
  margin-top: 55px  ;
}
.inner-page .m-page a,
.inner-page .m-page span {
  font-size: 24px;
  color: #929292;
  line-height: 32px;
  height: 32px;
  margin: 0 5px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
  display: inline-block;
}
.inner-page .m-page a:hover {
  padding: 0 10px;
  color: #007dc4;
  border-color: #007dc4;
}
.public-contact {
  padding: 100px 0 80px;
  text-align: center;
  background: url("../images/public-contact.jpg");
  background-size: cover;
  background-position: center center;
  color: white;
}
.public-contact h4 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.public-contact p {
  display: block;
  font-size: 24px;
  margin: 20px 0;
}
.public-contact a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
  height: 44px;
  padding: 0 40px;
  border: 2px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
.public-contact a.more:hover {
  background: #007dc4;
}
.public-info {
  line-height: 110px;
  height: 110px;
  background: #f7f7f7 url("../images/public-info.jpg") left 100px top no-repeat;
}
.public-info .left {
  width: 65%;
  display: none;
}
.public-info .left ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  font-size: 18px;
  color: #333;
}
.public-info .left ul li i {
  color: #007dc4;
  margin-right: 7px;
}
.public-info .right {
  width: 100%;
  text-align: center;
}
.public-info .right ul li {
  display: inline-block;
  vertical-align: middle;
}
.public-info .right ul li a {
  line-height: 60px;
  height: 60px;
  border: 1px solid #007dc4;
  min-width: 200px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.public-info .right ul li a:hover {
  color: white;
  background: #007dc4;
}
.about-page .about-1 {
  padding-top: 100px;
  position: relative;
}
.about-page .about-1:after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: -1;
  display: block;
  background: #f4f7fd;
}
.about-page .about-1 h3 {
  display: block;
  font-size: 48px;
  color: #212121;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .box {
  margin-top: 40px;
}
.about-page .about-1 .box .left a {
  display: block;
}
.about-page .about-1 .box .left a img {
  width: 100%;
}
.about-page .about-1 .box .right {
  padding-left: 70px;
}
.about-page .about-1 .box .right .text {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
}
.about-page .about-1 .box .right .text p {
  padding-bottom: 30px;
}
.about-page .about-1 .box .right .text p:last-child {
  padding-bottom: 0;
}
.about-page .about-1 .numList {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .numList .btn {
  width: 25%;
  vertical-align: bottom;
  line-height: 100px;
  height: 100px;
  padding: 0 5%;
  text-align: center;
  letter-spacing: -5px;
}
.about-page .about-1 .numList .btn div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .numList .btn div.prev {
  background-image: url("../images/icon-about-btn-l.png");
}
.about-page .about-1 .numList .btn div.prev:hover {
  background-image: url("../images/icon-about-btn-l2.png");
}
.about-page .about-1 .numList .btn div.next {
  background-image: url("../images/icon-about-btn-r.png");
}
.about-page .about-1 .numList .btn div.next:hover {
  background-image: url("../images/icon-about-btn-r2.png");
}
.about-page .about-1 .numList .num {
  width: 75%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #007dc4;
}
.about-page .about-1 .numList .num ul {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
}
.about-page .about-1 .numList .num ul li h3 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: white;
}
.about-page .about-1 .numList .num ul li h3 sup {
  font-size: 70%;
}
.about-page .about-1 .numList .num ul li p {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 20px;
}
.about-page .about-2 {
  background: #f4f7fd;
  padding: 160px 0;
  text-align: center;
}
.about-page .about-2 h2 {
  display: block;
  font-size: 48px;
  color: #212121;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-2 h2 small {
  display: block;
  font-size: 16px;
  color: rgba(33, 33, 33, 0.72);
  line-height: normal;
  font-weight: normal;
  margin-top: 20px;
}
.about-page .about-2 .year-list {
  margin-top: 90px;
  position: relative;
}
.about-page .about-2 .year-list .btn {
  position: relative;
  z-index: 2;
}
.about-page .about-2 .year-list .btn div {
  content: '';
  position: absolute;
  font-size: 24px;
  color: #0d95e8;
  top: 1px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .year-list .btn div:after {
  font-family: "FontAwesome";
}
.about-page .about-2 .year-list .btn .next {
  right: -2px;
}
.about-page .about-2 .year-list .btn .next:after {
  content: "\f105";
}
.about-page .about-2 .year-list .btn .prev {
  left: -2px;
}
.about-page .about-2 .year-list .btn .prev:after {
  content: "\f104";
}
.about-page .about-2 .year-list ul {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .year-list ul:after {
  border-top: 1px solid #212121;
  content: '';
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}
.about-page .about-2 .year-list ul li {
  padding-top: 10px;
}
.about-page .about-2 .year-list ul li * {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .year-list ul li i {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background: #007dc4;
  border: 5px solid #58a9d9;
  display: block;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .year-list ul li h4 {
  display: block;
  font-size: 30px;
  color: #212121;
  margin: 30px 0 20px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-2 .year-list ul li .text {
  width: 500px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  color: #212121;
  opacity: .86;
}
.about-page .about-2 .year-list ul .slick-current li i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .about-2 .year-list ul .slick-current li * {
  opacity: 1;
}
.about-page .about-3 {
  background: #f4f7fd;
}
.about-page .about-3 .img {
  vertical-align: middle;
}
.about-page .about-3 .img a {
  display: block;
}
.about-page .about-3 .img li {
  position: relative;
}
.about-page .about-3 .img li h5 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  font-weight: bold;
}
.about-page .about-3 .img img {
  width: 100%;
}
.about-page .about-3 .text {
  vertical-align: middle;
  padding: 0 3%;
}
.about-page .about-3 .text h4 {
  display: block;
  font-size: 48px;
  color: #212121;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-3 .text .content {
  font-size: 18px;
  line-height: 30px;
  color: rgba(33, 33, 33, 0.75);
  margin-top: 40px;
}
.about-page .about-3 .text .content p em {
  color: #0d95e8;
}
.about-page .about-4 {
  padding: 80px 0 110px;
}
.about-page .about-4 .img {
  vertical-align: middle;
}
.about-page .about-4 .img a {
  display: block;
}
.about-page .about-4 .img img {
  width: 100%;
}
.about-page .about-4 .text {
  vertical-align: middle;
  padding-right: 5%;
}
.about-page .about-4 .text h4 {
  display: block;
  font-size: 48px;
  color: #212121;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-4 .text .content {
  font-size: 18px;
  line-height: 30px;
  color: rgba(33, 33, 33, 0.75);
  margin-top: 40px;
}
.about-page .about-4 .text .content p em {
  color: #0d95e8;
}
.about-page .about-5 {
  background: #f4f7fd;
  padding: 80px 0 160px;
  text-align: center;
}
.about-page .about-5 h3 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: black;
  line-height: 1;
}
.about-page .about-5 .text {
  display: block;
  font-size: 16px;
  color: rgba(33, 33, 33, 0.71);
  line-height: 28px;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
}
.about-page .about-5 .box {
  padding-top: 120px;
  overflow: hidden;
}
.about-page .about-5 .box ul {
  margin: 0 -50px;
}
.about-page .about-5 .box ul li {
  padding: 0 50px;
}
.about-page .about-5 .box ul li span {
  display: block;
  font-size: 300px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  line-height: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .box ul li p {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #0d95e8;
  text-transform: uppercase;
}
.about-page .about-5 .box ul li p:before {
  content: '';
  width: 1px;
  height: 90px;
  display: block;
  margin: 0 auto 10px;
  background: #0d95e8;
}
.about-page .about-5 .box ul li:hover span {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.about-page .about-6 {
  background: #f4f7fd;
  position: relative;
  z-index: 1;
}
.about-page .about-6:after {
  /*content: '';*/
  width: 100%;
  height: 42%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #0d95e8;
}
.about-page .about-6 h3 {
  text-align: center;
  font-size: 48px;
  color: #212121;
  line-height: 70px;
  font-weight: bold;
}
.about-page .about-6 .box {
  padding: 70px 0;
}
.about-page .about-6 .box ul li a {
  display: block;
}
.about-page .about-6 .box ul li a img {
  width: 100%;
}
.about-page .about-6 .box ul li a .text {
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  padding: 0 8%;
}
.about-page .about-6 .box ul li a .text h4 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.about-page .about-6 .box ul li a .text p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: white;
  margin: 15px 0;
}
.about-page .about-6 .box ul li a .text em {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: white;
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .box ul li a .text em:hover {
  background: #0d95e8;
  color: white;
}
.factory-page {
  display: block;
}
.factory-page .factory-1 {
  background: #f4f7fd;
  text-align: center;
  padding: 50px 0 170px;
  margin-bottom: -100px;
}
.factory-page .factory-1 i {
display: block;
    font-size: 16px;
    color: #242424;
}
.factory-page .factory-1 h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #181818;
  line-height: 1;
  text-transform: capitalize;
}
.factory-page .factory-1 h2 i {
  display: block;
  font-size: 16px;
  color: #242424;
  margin-bottom: 10px;
}
.factory-page .factory-1 h2 small {
  display: block;
  font-size: 36px;
  color: #007dc4;
  margin-top: 10px;
}
.factory-page .factory-1 .box {
  display: block;
  margin-top: 80px;
}
.factory-page .factory-1 .box ul {
  margin: 0 -40px;
}
.factory-page .factory-1 .box ul li {
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.factory-page .factory-1 .box ul li:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 90px;
  background: url("../images/icon-line.png");
  left: 50%;
  z-index: -1;
}
.factory-page .factory-1 .box ul li:last-child:after {
  display: none;
}
.factory-page .factory-1 .box ul li span {
  display: block;
}
.factory-page .factory-1 .box ul li span img {
  display: block;
  margin: 0 auto;
}
.factory-page .factory-1 .box ul li p {
  display: block;
  margin-top: 45px;
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
}
.factory-page .factory-2 ul {
  margin: -40px 0;
}
.factory-page .factory-2 ul li {
  padding: 40px 0;
}
.factory-page .factory-2 ul li .img {
  vertical-align: middle;
  position: relative;
  left: 0;
}
.factory-page .factory-2 ul li .img ul li a {
  display: block;
}
.factory-page .factory-2 ul li .img ul li a img {
  width: 100%;
}
.factory-page .factory-2 ul li .text {
  vertical-align: middle;
  padding-left: 6%;
  position: relative;
  left: 0;
}
.factory-page .factory-2 ul li .text i {
  display: block;
  font-size: 16px;
  color: #242424;
}
.factory-page .factory-2 ul li .text h3 {
  display: block;
  font-size: 48px;
  color: #242424;
  line-height: 1;
  font-weight: bold;
  margin: 20px 0;
}
.factory-page .factory-2 ul li .text h3 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  color: black;
  font-size: 16px;
  white-space: nowrap;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .factory-2 ul li .text h3 span i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  color: inherit;
}
.factory-page .factory-2 ul li .text h3 span:hover {
  background: #0d95e8;
  color: white;
}
.factory-page .factory-2 ul li .text .content {
  display: block;
  font-size: 18px;
  color: #727272;
  line-height: 2;
}
.factory-page .factory-2 ul li .text .content em {
  color: #0d95e8;
  margin-bottom: 10px;
  display: block;
}
.factory-page .factory-2 ul li .text .btn {
  display: block;
  margin-top: 35px;
}
.factory-page .factory-2 ul li .text .btn div {
  width: 35px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.factory-page .factory-2 ul li .text .btn div.prev {
  background-image: url("../images/icon-about-btn-l.png");
}
.factory-page .factory-2 ul li .text .btn div.prev:hover {
  background-image: url("../images/icon-about-btn-l2.png");
}
.factory-page .factory-2 ul li .text .btn div.next {
  background-image: url("../images/icon-about-btn-r.png");
  margin-left: 50px;
  margin-top: 12px;
}
.factory-page .factory-2 ul li .text .btn div.next:hover {
  background-image: url("../images/icon-about-btn-r2.png");
}
.factory-page .factory-2 ul li:nth-child(even) .img {
  left: 50%;
}
.factory-page .factory-2 ul li:nth-child(even) .text {
  left: -50%;
  padding-right: 6%;
  padding-left: 0;
}
.factory-page .factory-3 {
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.factory-page .factory-3:after {
  /*content: '';*/
  width: 100%;
  height: 50%;
  background: #0d95e8;
  z-index: -1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
.factory-page .factory-3 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #242424;
}
.factory-page .factory-3 .box {
  display: block;
  padding-top: 60px;
}
.factory-page .factory-3 .box ul {
  margin: -12px;
}
.factory-page .factory-3 .box ul li {
  padding: 12px;
}
.factory-page .factory-3 .box ul li .box2 {
  display: block;
  padding: 50px 20px 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .factory-3 .box ul li .box2 span {
  display: block;
}
.factory-page .factory-3 .box ul li .box2 span img {
  margin: 0 auto;
}
.factory-page .factory-3 .box ul li .box2 .text {
  margin-top: 15px;
  font-size: 16px;
  color: #242424;
  line-height: 28px;
  height: 168px;
}
.factory-page .factory-3 .box ul li .box2 .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0d95e8;
}
.factory-page .factory-3 .box ul li .box2:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  border-color: #0d95e8;
}
.factory-page .factory-3 .tit {
  padding: 70px 0 40px;
}
.factory-page .factory-3 .tit h3 {
  display: inline-block;
  width: 70%;
  font-size: 45px;
  font-weight: bold;
  color: #333;
  line-height: 68px;
}
.factory-page .factory-3 .tit a.more {
  float: right;
  display: inline-block;
  line-height: 76px;
  height: 76px;
  padding: 0 60px;
  font-size: 24px;
  color: white;
  background: #0d95e8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 20px;
}
.factory-page .factory-3 .tit a.more:hover {
  background: #222;
}
.support-page h2 {
  font-size: 48px;
  font-weight: bold;
  color: black;
  line-height: 1;
  text-align: center;
}
.support-page .support-1 {
  padding: 40px 0 100px;
  text-align: center;
}
.support-page .support-1 .box {
  padding: 50px 0 15px;
  text-align: left;
}
.support-page .support-1 .box ul {
  margin: -13px 0;
}
.support-page .support-1 .box ul li {
  padding: 13px 0;
}
/*.support-page .support-1 .box ul li:nth-child(3)~li {
    display:none;
}*/
.support-page .support-1 .box ul li .box2 {
  padding: 25px;
  border-radius: 10px;
  background: #ebf5fa;
  color: #141414;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-right: 80px;
  position: relative;
}
.support-page .support-1 .box ul li .box2:after {
  content: '+';
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #007dc4;
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  right: 25px;
  top: 21px;
  display: none;
}
.support-page .support-1 .box ul li .box2 h4 {
  display: block;
  font-size: 18px;
}
.support-page .support-1 .box ul li .box2 .text {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  opacity: .57;
  /*display: none;*/
}
.support-page .support-1 .box ul li .box2.active {
  background: #007dc4;
  color: white;
}
.support-page .support-1 .box ul li .box2.active:after {
  content: '-';
  background: white;
  color: black;
}
.support-page .support-1 a.more {
  font-size: 32px;
  color: #007dc4;
}
.support-page .support-2 .box {
  padding: 90px 0;
  text-align: center;
}
.support-page .support-2 .box ul {
  margin: 0 -20px;
}
.support-page .support-2 .box ul li {
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/*.support-page .support-2 .box ul li:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}*/
.support-page .support-2 .box ul li i {
  display: block;
}
.support-page .support-2 .box ul li i img {
  margin: 0 auto;
}
.support-page .support-2 .box ul li h5 {
  display: block;
  font-size: 18px;
  color: #141414;
  text-transform: uppercase;
  margin: 15px 0 5px;
  line-height: 1;
}
.support-page .support-2 .box ul li p {
  display: block;
  font-size: 16px;
  color: #141414;
  opacity: .77;
  line-height: 22px;
  font-weight: normal;
}
.product-yd-page {
  padding: 90px 0;
  background: #f8f8f8;
}
.product-yd-page ul {
  margin: -40px -20px;
}
.product-yd-page ul li {
  padding: 40px 20px;
}
.product-yd-page ul li a {
  display: block;
}
.product-yd-page ul li a img {
  width: 100%;
}
.product-yd-page ul li a h5 {
  position: relative;
  z-index: 1;
  /*bottom: 15px;*/
  width: 100%;
  padding: 5px 15px;
  font-size: 24px;
  color: black;
  text-align: center;
  background: #eee;
}
.product-yd-page {
  padding: 90px 0;
}
.product-yd-page .top {
  display: block;
}
.product-yd-page .top .left {
  width: 25%;
  vertical-align: middle;
}
.product-yd-page .top .left h3 {
  font-size: 36px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}
.product-yd-page .top .left h1 {
  font-size: 36px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}
.product-yd-page .top .right {
  width: 75%;
  vertical-align: middle;
  padding-left: 50px;
  border-left: 1px solid #ededed;
}
.product-yd-page .top .right .text {
  padding: 30px 0;
  font-size: 18px;
  color: #797979;
  line-height: 2;
}
.product-yd-page .nav {
  margin-bottom: 40px;
}
.product-yd-page .nav ul {
  margin: -3px -6px;
}
.product-yd-page .nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
}
.product-yd-page .nav ul li a {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #373737;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-yd-page .nav ul li a:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background: #007dc4;
}
.product-yd-page .nav ul li a:hover {
  color: #007dc4;
}
.product-yd-page .nav ul li a:hover:after,
.product-yd-page .nav ul li a.active:after {
  opacity: 1;
}

.product-yd-page .search {
  padding: 45px 0;
  text-align: right;
}
.product-yd-page .search form {
  width: 260px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.product-yd-page .search form input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  padding-left: 32px;
  padding-right: 10px;
  font-size: 18px;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-yd-page .search form input[type='submit'] {
  width: 32px;
  padding: 0;
  background: url("../images/icon-search.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: none;
}
.product-yd-page .search form input:focus {
  border-color: #007dc4;
}
.product-yd-page .bottom ul {
  margin: -30px -15px;
}
.product-yd-page .bottom ul li {
  padding: 30px 15px;
}
.product-yd-page .bottom ul li a.img-box {
  display: block;
}
.product-yd-page .bottom ul li a.img-box img {
  width: 100%;
}
.product-yd-page .bottom ul li h5 {
  display: block;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 34px;
  color: #797979;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-yd-page .bottom ul li:hover h5 {
  color: #007dc4;
}
.cloudzoom-zoom-inside,
.cloudzoom-blank {
  cursor: crosshair;
}
.prodet-page {
  padding: 90px 0 110px;
  background: #f8f8f8;
}
.prodet-page .top {
  display: block;
}
.prodet-page .top .left {
  width: 25%;
  vertical-align: middle;
}
.prodet-page .top .left h3 {
  font-size: 36px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}
.prodet-page .top .right {
  width: 75%;
  vertical-align: middle;
  padding-left: 50px;
  border-left: 1px solid #ededed;
}
.prodet-page .top .right .text {
  padding: 30px 0;
  font-size: 18px;
  color: #797979;
  line-height: 2;
}
.prodet-page .box {
  padding-top: 0 !important;
}
.prodet-page .box .gallery {
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
.prodet-page .box .gallery .box2 {
  overflow: hidden;
  position: relative;
}
.prodet-page .box .gallery ul {
  margin: -5px;
  position: static;
}
.prodet-page .box .gallery ul li {
  padding: 5px;
}
.prodet-page .box .gallery ul .slick-arrow {
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #222;
  font-size: 0;
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
  border: none;
  opacity: 0;
}
.prodet-page .box .gallery ul .slick-arrow:after {
  content: '';
  font-size: 20px;
  font-family: "FontAwesome";
  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%);
  color: white;
}
.prodet-page .box .gallery ul .slick-arrow:hover {
  background-color: #007dc4;
}
.prodet-page .box .gallery ul .slick-arrow.slick-prev {
  left: 0;
}
.prodet-page .box .gallery ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .box .gallery ul .slick-arrow.slick-next {
  right: 0;
}
.prodet-page .box .gallery ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .box .gallery ul:hover .slick-arrow {
  opacity: 1;
}
.prodet-page .box .img {
  width: 50%;
  padding-right: 30px;
  vertical-align: top;
}
.prodet-page .box .img img {
  width: 100%;
}
.prodet-page .box .text {
  width: 50%;
  vertical-align: top;
}
.prodet-page .box .text h3 {
  display: block;
  font-size: 36px;
  color: #242424;
}
.prodet-page .box .text .content {
  display: block;
  font-size: 15px;
  line-height: 28px;
  margin: 25px 0 40px;
}
.prodet-page .box .text .content table tr {
  border-top: 1px solid #f0edeb;
  border-bottom: 1px solid #f0edeb;
  background: none;
}
.prodet-page .box .text .content table tr td {
  border: none !important;
  line-height: normal;
}
.prodet-page .box .text .content table tr td * {
  width: auto !important;
}
.prodet-page .box .text .btn a {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #007dc4;
  border: 1px solid #007dc4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .box .text .btn a:hover {
  background: #007dc4;
  color: white;
}
.prodet-page .feat {
  padding-top: 60px;
}
.prodet-page .feat h3 {
  display: block;
  font-size: 24px;
  color: #242424;
  font-weight: bold;
}
.prodet-page .feat .content {
  display: block;
  padding-top: 50px;
  font-size: 16px;
  line-height: 1.8;
  color: black;
}
.prodet-page .feat .content .any-title {
  display: block;
    font-size: 1.4em;
    font-weight: bold;
}
.prodet-page .feat .content 
.prodet-page .feat .content ul li {
  padding-left: 20px;
  position: relative;
}
.prodet-page .feat .content ul li:before {
  content: '';
  border:2px solid black;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 5px;
}
.prodet-page .rec {
  padding-top: 70px;
}
.prodet-page .rec h3 {
  display: block;
  font-size: 24px;
  color: #242424;
  font-weight: bold;
}
.prodet-page .rec .list {
  padding-top: 40px;
}
.prodet-page .rec .list ul {
  margin: -15px;
}
.prodet-page .rec .list ul li {
  padding: 15px;
}
.prodet-page .rec .list ul li a.img-box {
  display: block;
}
.prodet-page .rec .list ul li a.img-box img {
  width: 100%;
}
.prodet-page .rec .list ul li h5 {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  line-height: 34px;
  color: #797979;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .rec .list ul li:hover h5 {
  color: #007dc4;
}
.news-page {
  padding: 60px 0 90px;
}
.news-page .top .left {
  width: 70%;
}
.news-page .top .left ul {
  margin: -3px -6px;
}
.news-page .top .left ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
}
.news-page .top .left ul li a {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #373737;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.news-page .top .left ul li a:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background: #007dc4;
}
.news-page .top .left ul li a:hover {
  color: #007dc4;
}
.news-page .top .left ul li a:hover:after,
.news-page .top .left ul li a.active:after {
  opacity: 1;
}
.news-page .top .search {
  width: 30%;
  text-align: right;
}
.news-page .top .search form {
  width: 260px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.news-page .top .search form input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  padding-left: 32px;
  padding-right: 10px;
  font-size: 18px;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .top .search form input[type='submit'] {
  width: 32px;
  padding: 0;
  background: url("../images/icon-search.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: none;
}
.news-page .top .search form input:focus {
  border-color: #007dc4;
}
.news-page .bottom {
  padding: 45px 0 85px;
}
.news-page .bottom ul {
  margin: -25px -12px;
}
.news-page .bottom ul li {
  padding: 25px 12px;
}
.news-page .bottom ul li a.img-box {
  display: block;
}
.news-page .bottom ul li a.img-box img {
  width: 100%;
}
.news-page .bottom ul li .content {
  display: block;
  padding-top: 20px;
}
.news-page .bottom ul li .content h4 {
  display: block;
  font-size: 18px;
  color: #373737;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
}
.news-page .bottom ul li .content .text {
  display: block;
  font-size: 16px;
  color: #848484;
  line-height: 24px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.news-page .bottom ul li .content time {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #a3a3a3;
  margin-top: 25px;
}
.news-page .m-page *:first-child {
  margin-top: 0;
}
.newdet-page {
  padding-bottom: 50px;
  background: white;
}
.newdet-page .about-1 .right {
  padding-left: 0 !important;
}
.contact-page .contact-1 {
  padding: 80px 0 120px;
  text-align: center;
}
.contact-page .contact-1 h2 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #292929;
}
.contact-page .contact-1 .text {
  display: block;
  max-width: 1100px;
  margin: 15px auto 50px;
  font-size: 18px;
  color: #858585;
  line-height: 30px;
}
.contact-page .contact-1 .list {
  display: block;
}
.contact-page .contact-1 .list ul {
  margin: -10px;
}
.contact-page .contact-1 .list ul li {
  padding: 10px;
}
.contact-page .contact-1 .list ul li .box2 {
  display: block;
  padding: 40px 25px 50px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #f6f6f6;
}
.contact-page .contact-1 .list ul li .box2:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.contact-page .contact-1 .list ul li .box2 h4 {
  display: block;
  font-size: 18px;
  color: #323232;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box2 p {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
  opacity: .63;
  height: 44px;
}
.contact-page .contact-1 .list ul li .box2 i {
  display: inline-block;
  border: 6px solid #f6f6f6;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .contact-2 {
  padding: 130px 0 160px;
  text-align: center;
  background: #f6f6f6 url("../images/contact-2-bg.jpg") center top no-repeat;
  background-size: 100% auto;
}
.contact-page .contact-2 h2 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #292929;
  line-height: 1;
}
.contact-page .contact-2 h2 small {
  display: block;
  font-size: 18px;
  color: #858585;
  line-height: normal;
  margin-top: 15px;
  font-weight: normal;
}
.contact-page .contact-2 .box {
  margin-top: 45px;
  background: white;
}
.contact-page .contact-2 .box .left {
  width: 40%;
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  width: 60%;
  vertical-align: middle;
  text-align: left;
}
.contact-page .contact-2 .box .right .form {
  padding: 0 8%;
}
.contact-page .contact-2 .box .right .form ul {
  margin: -10px 0;
}
.contact-page .contact-2 .box .right .form ul li {
  padding: 10px 0;
}
.contact-page .contact-2 .box .right .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.contact-page .contact-2 .box .right .form ul li input,
.contact-page .contact-2 .box .right .form ul li textarea {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background: #f2f4fa;
  font-size: 16px;
  color: #333;
  border: none;
}
.contact-page .contact-2 .box .right .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.contact-page .contact-2 .box .right .form ul li p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.contact-page .contact-2 .box .right .form ul li input[type="submit"] {
  line-height: 60px;
  height: 60px;
  padding: 0 35px;
  text-align: center;
  background: #007dc4;
  color: white;
  font-size: 24px;
  width: auto;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .box .right .form ul li input[type="submit"]:hover {
  background: #222;
}
@media screen and (max-width: 1350px) {
  .about-page .about-1 h3,
  .support-page h2,
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3,
  .about-page .about-2 h2,
  .about-page .about-5 h3,
  .about-page .about-6 h3 {
    font-size: 40px;
  }
  .about-page .about-6 h3 {
    line-height: 1.5;
  }
  .factory-page .factory-3 .tit h3 {
    line-height: 1.4;
  }
  .about-page .about-1 {
    padding-top: 70px;
  }
  .news-page .bottom ul li {
    padding: 10px;
  }
  .news-page .bottom ul {
    margin: -10px;
  }
  .news-page .bottom ul li .content .text {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
  }
  .news-page .bottom ul li .content time {
    margin-top: 10px;
  }
  .news-page .bottom ul li .content h4 {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }
  .news-page,
  .prodet-page,
  .product-yd-page,
  .support-page .support-2 .box {
    padding: 60px 0;
  }
  .product-yd-page .search {
    padding: 25px 0;
  }
  .prodet-page .top .left h3,
  .product-yd-page .top .left h3 {
    font-size: 28px;
  }
  .prodet-page .top .right .text,
  .product-yd-page .top .right .text {
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 0;
  }
  .prodet-page .box {
    padding-top: 50px;
  }
  .prodet-page .box .text .btn a {
    width: auto;
    padding: 0 25px;
    font-size: 16px;
  }
  .prodet-page .feat .content {
    padding-top: 30px;
  }
  .prodet-page .rec {
    padding-top: 40px;
  }
  .prodet-page .rec .list ul li h5,
  .product-yd-page .bottom ul li h5 {
    font-size: 16px;
    padding: 10px 0;
  }
  .product-yd-page .bottom ul li {
    padding: 10px;
  }
  .product-yd-page .bottom ul {
    margin: -10px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 20px;
  }
  .public-info .right ul li a {
    min-width: auto;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    font-size: 15px;
  }
  .public-info {
    line-height: 80px;
    height: 80px;
  }
  .product-yd-page ul li {
    padding: 10px;
  }
  .product-yd-page ul {
    margin: -10px;
  }
  .public-contact {
    padding: 60px 0;
  }
  .public-contact h4,
  .factory-page .factory-1 h2 small {
    font-size: 28px;
  }
  .public-contact p {
    font-size: 20px;
  }
  .public-contact a.more {
    line-height: 40px;
    height: 40px;
  }
  .support-page .support-1 .box ul li .box2 {
    padding: 15px;
    padding-right: 80px;
  }
  .support-page .support-1 .box ul li .box2:after {
    top: 10px;
    right: 15px;
  }
  .support-page .support-2 .box ul li p {
    font-size: 13px;
  }
  .support-page .support-1 {
    padding: 40px 0;
  }
  .support-page .support-1 .box ul li {
    padding: 5px 0;
  }
  .support-page .support-1 .box ul {
    margin: -5px 0;
  }
  .factory-page .factory-1 .box ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .factory-page .factory-1 .box ul li {
    padding: 0 20px;
  }
  .factory-page .factory-1 .box ul {
    margin: 0 -20px;
  }
  .factory-page .factory-2 ul li .text h3 {
    font-size: 32px;
  }
  .factory-page .factory-2 ul li .text .content {
    font-size: 16px;
    line-height: 1.6;
  }
  .factory-page .factory-2 ul li .text .btn {
    margin-top: 20px;
  }
  .factory-page .factory-3 .box {
    padding-top: 40px;
  }
  .factory-page .factory-3 .box ul li .box2 .text {
    font-size: 14px;
    line-height: 1.8;
  }
  .factory-page .factory-3 .box ul li .box2 span img {
    max-height: 70px;
  }
  .factory-page .factory-3 .tit a.more {
    line-height: 54px;
    height: 54px;
  }
  .factory-page .factory-1 {
    padding-bottom: 120px;
  }
  .inner-banner .box h2 {
    font-size: 50px;
  }
  .mbx {
    font-size: 16px;
  }
  .inner-banner {
    line-height: 340px;
    height: 340px;
    background-size: auto 100%;
    margin-top: 70px;
  }
  .about-page .about-1 .box .left {
    vertical-align: middle;
  }
  .about-page .about-1 .box .right {
    padding-left: 25px;
    vertical-align: middle;
  }
  .about-page .about-1 .numList .btn {
    width: 50%;
    display: none;
  }
  .about-page .about-1 .numList .num {
    width: 100%;
    line-height: normal;
    height: auto;
    padding: 20px 0;
  }
  .about-page .about-1 .numList {
    margin-top: 20px;
  }
  .about-page .about-2 {
    padding: 70px 0;
  }
  .about-page .about-2 .year-list {
    margin-top: 50px;
  }
  .about-page .about-2 .year-list ul li h4 {
    font-size: 24px;
  }
  .about-page .about-3 .text h4,
  .about-page .about-4 .text h4 {
    font-size: 32px;
  }
  .about-page .about-3 .text .content,
  .about-page .about-4 .text .content {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .about-page .about-3 .text .content br,
  .about-page .about-4 .text .content br {
    display: none;
  }
  .about-page .about-4 {
    padding: 70px 0;
  }
  .about-page .about-5 .box ul li span {
    font-size: 200px;
  }
  .about-page .about-5 .box {
    padding-top: 40px;
  }
  .about-page .about-5 .box ul li p:before {
    height: 60px;
  }
  .about-page .about-5 {
    padding: 80px 0;
  }
  .about-page .about-6 .box {
    padding: 70px 0;
  }
  .about-page .about-6 .box ul li a .text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-page .about-6 .box ul li a .text h4 {
    font-size: 20px;
  }
  .about-page .about-6 .box ul li a .text em {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
  }
  .about-page .about-6 .box ul li a .text {
    top: 18%;
  }
  .contact-page .contact-2 {
    padding: 130px 0 50px;
  }
  .contact-page .contact-2 .box .right .form ul li input,
  .contact-page .contact-2 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-2 .box .right .form ul li input[type="submit"] {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right .form ul li label {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    line-height: 300px;
    height: 300px;
  }
  .inner-banner .box h2 {
    font-size: 40px;
  }
  .about-page .about-1 h3,
  .support-page h2,
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3,
  .about-page .about-2 h2,
  .about-page .about-5 h3,
  .about-page .about-6 h3 {
    font-size: 32px;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .about-page .about-1 .box .left {
    width: 100%;
  }
  .about-page .about-1 .numList .num li {
    width: 25%;
  }
  .about-page .about-1 .numList .num ul li h3 {
    font-size: 30px;
  }
  .about-page .about-1 .numList .num ul li p {
    font-size: 15px;
    margin-top: 10px;
  }
  .about-page .about-2 h2 small {
    margin-top: 10px;
  }
  .about-page .about-3 .text,
  .about-page .about-4 .text {
    width: 100%;
    padding: 20px 0;
  }
  .about-page .about-3 .img,
  .about-page .about-4 .img {
    width: 100%;
  }
  .about-page .about-3 .text h4,
  .about-page .about-4 .text h4 {
    font-size: 26px;
  }
  .about-page .about-4 {
    padding: 40px 0;
  }
  .about-page .about-5 .box ul li {
    width: 25%;
    padding: 0 15px;
  }
  .about-page .about-5 .box ul {
    margin: 0 -15px;
  }
  .about-page .about-5 .box ul li span {
    font-size: 140px;
  }
  .about-page .about-5 .box ul li p {
    font-size: 20px;
  }
  .about-page .about-6 .box {
    padding: 40px 0;
  }
  .about-page .about-6 .box ul li {
    width: 100%;
    padding: 10px;
  }
  .about-page .about-6 .box ul {
    margin: -10px;
  }
  .about-page .about-6 .box ul li a .text {
    top: 35%;
  }
  .factory-page .factory-1 .box ul li:after {
    display: none;
  }
  .factory-page .factory-1 .box ul li span img {
    max-width: 100px;
  }
  .factory-page .factory-1 .box ul li {
    width: 50%;
    padding: 15px;
  }
  .factory-page .factory-1 .box ul {
    margin: -15px;
  }
  .public-contact h4,
  .factory-page .factory-1 h2 small {
    font-size: 24px;
  }
  .factory-page .factory-2 ul li .text {
    width: 100%;
    padding: 20px 0;
    left: 0 !important;
  }
  .factory-page .factory-2 ul li .img {
    width: 100%;
    left: 0 !important;
  }
  .factory-page .factory-2 ul li {
    padding: 20px 0;
  }
  .factory-page .factory-2 ul {
    margin: -20px 0;
  }
  .factory-page .factory-3 {
    padding: 60px 0;
  }
  .factory-page .factory-3 .box ul li {
    width: 100%;
  }
  .factory-page .factory-3 .box ul li .box2 .text {
    height: auto;
  }
  .factory-page .factory-3 .box ul li .box2 {
    padding: 25px 15px;
  }
  .factory-page .factory-3 .tit {
    text-align: center;
  }
  .factory-page .factory-3 .tit h3 {
    width: 100%;
  }
  .factory-page .factory-3 .tit a.more {
    float: none;
    margin: 15px auto 0;
  }
  .support-page .support-2 .box ul li {
    width: 50%;
  }
  .support-page .support-2 .box ul li i img {
    width: 160px;
  }
  .product-yd-page ul li a h5 {
    bottom: 5px;
    font-size: 18px;
  }
  .product-yd-page .top .right {
    padding-left: 20px;
  }
  .prodet-page .top .right .text,
  .product-yd-page .top .right .text {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
  }
  .product-yd-page .top .right,
  .prodet-page .top .right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 20px;
  }
  .product-yd-page .top .left,
  .prodet-page .top .left {
    width: 100%;
    text-align: left;
  }
  .prodet-page .top .left h3,
  .product-yd-page .top .left h3 {
    text-align: left;
  }
  .product-yd-page .search {
    text-align: left;
  }
  .product-yd-page .search form {
    margin-left: 0;
  }
  .inner-page .m-page *:first-child {
    margin-top: 30px;
  }
  .public-info .right ul li a {
    padding: 0 8px;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
  }
  .public-info .left ul li {
    font-size: 16px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 16px;
  }
  .prodet-page .box .text h3 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .box .text .content {
    margin: 15px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .prodet-page .box .img {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .box .text {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .rec .list ul li {
    padding: 10px;
  }
  .prodet-page .rec .list ul {
    margin: -10px;
  }
  .news-page .top .search form {
    max-width: 100%;
  }
  .news-page .top .left {
    width: 100%;
    text-align: center;
  }
  .news-page .top .search {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .news-page .top .search form {
    margin: 0 auto;
  }
  .news-page .bottom {
    padding: 40px 0;
  }
  .about-page .about-1 .box {
    margin-top: 30px;
  }
  .support-page .support-2 .box ul li {
    padding: 15px;
  }
  .support-page .support-2 .box ul {
    margin: -15px;
  }
  .contact-page .contact-2 .box .right .form ul li label {
    margin-bottom: 0;
  }
  .contact-page .contact-2 .box .right .form ul li {
    padding: 5px 0;
  }
  .contact-page .contact-2 .box .right .form ul {
    margin: -5px 0;
  }
  .contact-page .contact-2 .box .right .form ul li input,
  .contact-page .contact-2 .box .right .form ul li textarea {
    padding: 5px 10px;
  }
  .contact-page .contact-2 .box .right .form ul li textarea {
    height: 80px;
  }
  .contact-page .contact-2 .box .right .form ul li p {
    font-size: 14px;
  }
  .contact-page .contact-2 .box .right .form ul li input[type="submit"] {
    margin-top: 5px;
  }
  .contact-page .contact-2 h2,
  .contact-page .contact-1 h2 {
    font-size: 28px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin: 15px 0 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .list ul li .box2 {
    padding: 30px 15px;
  }
  .contact-page .contact-1 .list ul li .box2 p {
    height: 66px;
  }
  .prodet-page .box .text h1 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box h2 {
    font-size: 24px;
  }
  .inner-banner {
    height: 260px;
    line-height: 260px;
  }
  .about-page .about-1 {
    padding-top: 50px;
  }
  .about-page .about-1 .box .right .text p {
    padding-bottom: 15px;
  }
  .about-page .about-1 .box {
    margin-top: 20px;
  }
  .public-info {
    height: 15px;
  }
  .public-info * {
    display: none;
  }
  .news-page,
  .prodet-page,
  .product-yd-page,
  .support-page .support-2 .box {
    padding: 40px 0;
  }
  .about-page .about-1 h3,
  .support-page h2,
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3,
  .about-page .about-2 h2,
  .about-page .about-5 h3,
  .about-page .about-6 h3 {
    font-size: 26px;
  }
  .about-page .about-1 .numList .num li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-1 .numList .num ul {
    margin: -10px;
  }
  .about-page .about-2 .year-list ul li .text {
    width: 400px;
    font-size: 16px;
  }
  .about-page .about-5 .box ul li span {
    font-size: 110px;
  }
  .about-page .about-5 .box ul li p {
    font-size: 16px;
  }
  .about-page .about-5 .box ul li p:before {
    height: 30px;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li p {
    height: auto;
  }
  .contact-page .contact-1 .list ul li .box2 p {
    height: auto;
  }
  .contact-page .contact-2 h2 small {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right .form {
    padding: 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    background: white;
    padding: 30px;
  }
  .contact-page .contact-2 .box .left {
    display: none;
  }
  .contact-page .contact-2 .box .right .form ul li input,
  .contact-page .contact-2 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-2 .box .right .form ul li textarea {
    height: 140px;
  }
  .contact-page .contact-2 h2,
  .contact-page .contact-1 h2 {
    font-size: 24px;
  }
  .contact-page .contact-2 {
    padding-top: 80px;
  }
#index-body .init-2 .box ul li a:after {
  width: 90%;
  height: 84%;
  left: 5%;
  top: 8%;
  background: rgba(0, 125, 196, 0.5);
}
.prodet-page .feat .content table tbody {
  min-width: 700px;
  white-space: nowrap;
}
}
@media screen and (max-width: 500px) {
  .about-page .about-5 .box ul li span {
    font-size: 60px;
  }
  .about-page .about-5 .box ul li p {
    font-size: 12px;
  }
  .about-page .about-6 .box ul li a .text {
    top: 10%;
    padding: 0 10px;
  }
  .about-page .about-6 .box ul li a .text p {
    font-size: 12px;
    line-height: 1.4;
  }
  .public-contact h4,
  .factory-page .factory-1 h2 small {
    font-size: 20px;
  }
  .factory-page .factory-1 .box {
    margin-top: 40px;
  }
  .factory-page .factory-1 .box ul li p {
    font-size: 14px;
  }
  .factory-page .factory-2 ul li .text h3 {
    font-size: 28px;
  }
  .factory-page .factory-3 .tit a.more {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
  }
  .support-page .support-1 .box ul li .box2 h4 {
    font-size: 16px;
  }
  .support-page .support-1 .box ul li .box2 {
    padding-right: 50px;
  }
  .support-page .support-1 .box ul li .box2:after {
    width: 28px;
    height: 28px;
    line-height: 28px;
    top: 13px;
    right: 10px;
  }
  .support-page .support-2 .box ul li h5 {
    font-size: 14px;
  }
  .support-page .support-2 .box ul li p {
    font-size: 12px;
    line-height: 1.6;
  }
  .news-page .bottom {
    padding-bottom: 0;
  }
  .news-page .top .left ul li a {
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right {
    padding: 20px;
  }
}
.prodet-page .feat {
  text-align: center;
}
.prodet-page .feat .options {
  display: inline-block;
  border-bottom: 3px solid black;
}
.prodet-page .feat .options span {
  padding: 10px 30px;
  font-size: 38px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  min-width: 300px;
  text-align: center;
}
.prodet-page .feat .options span:after {
  content: '';
  width: 100%;
  height: 8px;
  background: black;
  left: 0;
  position: absolute;
  bottom: -3px;
  opacity: 0;
  transition: .5s;
}
.prodet-page .feat .options span.active:after {
  opacity: 1;
}
.prodet-page .feat .content {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
.prodet-page .feat .content p {
  margin: .5em 0;
}
.prodet-page .feat .content strong {
  font-weight: bold;
  font-size: 45px;
  display: block;
}
.prodet-page .feat .content strong * {
  font: inherit !important;
}
.prodet-page .feat .content table.no {
  border: none;
  text-align: center;
}
.prodet-page .feat .content table.no td {
  border: none;
  padding: 25px;
  text-align: justify;
  text-indent: 2em;
}
.prodet-page .feat .content table.no td img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .feat .content .titleBox {
  margin-top: 60px;
}
.prodet-page .feat .content .titleBox h4 {
  padding: 38px 20px 15px 150px;
  background: url('../images/icon-nprodet-title.png') center left no-repeat;
  font-size: 44px;
  color: white;
  font-weight: bold;
}
.prodet-page .feat .content .titleBox ul {
  margin: 20px auto 30px;
  padding: 0 150px;
}
.prodet-page .feat .content .titleBox ul li {
  padding: 8px;
}
.prodet-page .feat .content .titleBox ul li img {
  width: 100%;
}
.prodet-page .feat .content .titleBox ul li span {
  display: block;
  margin-top: .3em;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
.prodet-page .feat .content .faq ul {
  counter-reset: number;
}
.prodet-page .feat .content .faq ul li {
  margin-bottom: 70px;
  counter-increment: number;
}
.prodet-page .feat .content .faq ul li h6 strong {
  position: relative;
  padding-left: 1.4em;
}
.prodet-page .feat .content .faq ul li h6 strong:before {
  content: counter(number)'.';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  text-align: center;
}
.prodet-page .feat .content .faq ul li .text,
.prodet-page .feat .content p {
  text-align: justify;
}
.prodet-page .feat .content .faq ul li:last-child {
   margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .prodet-page .feat .options span {
    font-size: 28px;
  }
  .prodet-page .feat .content strong {
    font-size: 34px;
  }
  .prodet-page .feat .content {
    font-size: 16px;
  }
  .prodet-page .feat .content table.no tr:last-child td img {
    max-height: 50px;
  }
  .prodet-page .feat .content .titleBox h4 {
    font-size: 26px;
  }
  .prodet-page .feat .content .titleBox ul li span {
    font-size: 16px;
  }
  .prodet-page .feat .content .faq ul li {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .feat .options span {
    font-size: 20px;
    padding: 5px 10px;
  }
  .prodet-page .feat .content strong {
    font-size: 24px;
  }
  .prodet-page .feat .content {
    font-size: 14px;
  }
  .prodet-page .feat .content table.no tr:last-child td img {
    max-height: 30px;
  }
  .prodet-page .feat .content .titleBox h4 {
    font-size: 20px;
  }
  .prodet-page .feat .content .titleBox ul li span {
    font-size: 14px;
  }
  .prodet-page .feat .content .faq ul li {
    margin-bottom: 30px;
  }
  .prodet-page .feat .content table.no tr:first-child {
    display: none;
  }
  .prodet-page .feat .content table.no tr {
    display: flex;
    flex-wrap: wrap;
  }
  .prodet-page .feat .content table.no td {
    width: 50% !important;
  }
  .prodet-page .feat .content .titleBox h4 {
    padding: 20px 10px 5px 70px;
    background-size: auto 55px;
  }
  .prodet-page .feat .content .titleBox ul {
    padding: 0 60px;
    margin: 15px 0;
  }
  .prodet-page .feat .content .titleBox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .feat .content table.no tbody {
    width: 100% !important;
    min-width: auto !important;
    white-space: normal !important;
  }
  .prodet-page .feat .content table.no tbody td {
    width: 100% !important;
  }
  .prodet-page .feat .content strong {
    font-size: 20px;
  }
  .prodet-page .feat .options {
    display: none;
  }
  .prodet-page .feat .content .slide {
    display: block !important;
  }
  .prodet-page .feat .content .titleBox ul li {
    width: 50%;
  }
  .prodet-page .feat .content .titleBox ul {
    padding: 0;
  }
  .prodet-page .feat .content .faq ul li .text, .prodet-page .feat .content p {
    text-align: left;
  }
}
.prodet-page .box .gallery ul .slick-arrow {
  height: 25px;
  top: 50%;
  margin-top: -12px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
}
a svg {
  max-height: 70px;
  width: auto;
}