@font-face {
  font-family: 'SCR';
  src: url('../fonts/SourceHanSansCN-Regular-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'SCL';
  src: url('../fonts/SourceHanSansCN-Light-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Light-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Light-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Light-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'SCM';
  src: url('../fonts/SourceHanSansCN-Medium-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Medium-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Medium-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Medium-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'RR';
  src: url('../fonts/Roboto-Regular.eot') format('eot'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'RL';
  src: url('../fonts/Roboto-Light.eot?#iefix') format('eot'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'ML';
  src: url('../fonts/Montserrat-Light.eot') format('eot'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'SCB';
  src: url('../fonts/SourceHanSansCN-Bold-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Bold-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Bold-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Bold-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'SCN';
  src: url('../fonts/SourceHanSansCN-Normal-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Normal-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Normal-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Normal-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'ADR';
  src: url('../fonts/AdobeHeitiStd-Regular-Alphabetic.eot') format('eot'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff') format('woff'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.ttf') format('truetype');
}
body {
  font-family: 'SCR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1584px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: relative;
}
#header .nav {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 29px 20px 0 44px;
}
#header .nav .ui.menu .grid-box .left {
  width: 50%;
  vertical-align: middle;
}
#header .nav .ui.menu .grid-box .left .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .grid-box .left .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .grid-box .right {
  width: 50%;
  text-align: right;
  vertical-align: middle;
  padding-right: 3rem;
}
#header .nav .ui.menu .grid-box .right .box .btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#header .nav .ui.menu .grid-box .right .box .btn img {
  vertical-align: middle;
}
#header .nav .ui.menu .grid-box .right .box .btn span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-top: 0.5rem;
}
#header.active .nav .ui.menu .grid-box .right .box .btn img {
  filter: brightness(0);
}
#header.active .nav .ui.menu .grid-box .right .box .btn span {
  color: #000;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #d51c29;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -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: #d51c29;
  -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: #d51c29;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .application .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: 14px;
  height: 24px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .application .slick-prev {
  background: url("../images/apl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: -40px;
}
#index-body .application .slick-next {
  background: url("../images/apr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: -40px;
}
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;
  min-width: 700px;
}
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;
}
.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  padding: 10px;
}
.button-group .button {
  height: 28px;
  line-height: 28px;
  background-color: #0D9BF2;
  color: #FFF;
  border: 0;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin-bottom: 4px;
  cursor: pointer;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 9999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  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 #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
}
#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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 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: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#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 .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: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active .yy {
  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 .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;
}
#m-header {
  position: relative;
  display: none;
  z-index: 21;
  margin-top: 60px;
}
#m-header .m-box {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 0 15px;
}
#m-header .m-box .m-menu {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  margin-right: auto;
}
#m-header .m-box .m-menu .BtnMenu {
  font-size: 26px;
  vertical-align: middle;
  color: #333;
}
#m-header .m-box .m-menu .m-content {
  display: none;
  position: absolute;
  left: 0;
  top: 59px;
  font-size: 14px;
  width: 100%;
  line-height: normal;
  background-color: #fff;
  overflow-y: auto;
  max-height: 600px;
  max-height: 100vh;
  padding-bottom: 60px;
}
#m-header .m-box .m-menu .m-content .m-search {
  position: relative;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-search form {
  position: relative;
}
#m-header .m-box .m-menu .m-content .m-search form input {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 7px 30px 7px 10px;
}
#m-header .m-box .m-menu .m-content .m-search form input:focus {
  border-color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
#m-header .m-box .m-menu .m-content .m-list ul {
  height: auto;
}
#m-header .m-box .m-menu .m-content .m-list ul li {
  position: relative;
  border-bottom: solid 1px #f3f3f3;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link {
  position: relative;
  padding: 0 50px 0 30px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link a {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link i.Expandmenu {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 20px;
  width: 30px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link.active i.Expandmenu {
  -webkit-transform: translateY(-50%) rotateZ(-180deg);
  -moz-transform: translateY(-50%) rotateZ(-180deg);
  -ms-transform: translateY(-50%) rotateZ(-180deg);
  -o-transform: translateY(-50%) rotateZ(-180deg);
  transform: translateY(-50%) rotateZ(-180deg);
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list {
  display: none;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li {
  border-bottom: none;
  padding: 0 20px 0 40px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a {
  display: block;
  padding: 8px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a:hover {
  color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li:hover {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-list ul li:hover .link,
#m-header .m-box .m-menu .m-content .m-list ul li:focus .link,
#m-header .m-box .m-menu .m-content .m-list ul li:active .link {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-language {
  text-align: center;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-language a {
  display: inline-block;
  text-align: center;
  padding: 10px;
}
#m-header .m-box .m-menu .m-content .m-language a img {
  height: 25px;
}
#m-header .m-box .m-menu .m-content .m-language a p {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}
#m-header .m-box .m-menu .m-content .m-contact {
  font-size: 14px;
  text-align: center;
  color: #777;
  padding: 20px;
  padding-top: 0;
}
#m-header .m-box .m-logo {
  display: inline-block;
  text-align: center;
  width: 33.3333333%;
  vertical-align: middle;
  margin: auto;
}
#m-header .m-box .m-logo img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
#m-header .m-box .m-login {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  text-align: right;
  margin-left: auto;
  font-size: 14px;
}
#m-header .m-box .m-login a:hover {
  color: #0D9BF2;
}
@keyframes z_fall {
  0% {
    top: -300px;
  }
  100% {
    top: 200%;
  }
}
@-moz-keyframes z_fall {
  0% {
    top: -300px;
  }
  100% {
    top: 200%;
  }
}
@-webkit-keyframes z_fall {
  0% {
    top: -300px;
  }
  100% {
    top: 200%;
  }
}
@-o-keyframes z_fall {
  0% {
    top: -300px;
  }
  100% {
    top: 200%;
  }
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  height: 100%;
}
#banner ul li > img {
  object-fit: cover;
  min-height: 250px;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
}
#banner ul li .text h3 {
  font-size: 3rem;
  line-height: 1;
  font-family: 'SCB';
}
#banner ul li .text p {
  font-size: 1.95rem;
  line-height: 1;
  margin-top: 1.3rem;
  font-family: 'SCM';
}
#banner .scroll {
  position: absolute;
  left: 0;
  bottom: 1.4rem;
  padding-bottom: 1.5rem;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
#banner .scroll::before {
  content: '下拉';
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
}
#index-body .application .ui.container {
  max-width: 1534px;
  width: 100%;
}
#index-body .application .header {
  text-align: center;
}
#index-body .application .header span {
  font-size: 16px;
  font-weight: bold;
  color: #777;
  line-height: 1;
}
#index-body .application .header h3 {
  font-size: 2.9rem;
  color: #232323;
  font-family: 'ADR';
  line-height: 1;
  font-weight: bold;
  margin-top: 0.75rem;
}
#index-body .application .header p {
  font-size: 16px;
  color: #848484;
  line-height: 1;
  margin-top: 10px;
}
#index-body .application .content {
  margin-top: 1.9rem;
}
#index-body .application .content .slick-slide {
  padding: 8rem 0;
}
#index-body .application .content li {
  position: relative;
}
#index-body .application .content li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
#index-body .application .content .slick-slide.slick-slide.slick-current {
  transform: scale(1.5);
  transform-origin: center center;
  transition: .6s;
}
#index-body .application .content .slick-slide.slick-active {
  position: relative;
  z-index: -1;
  transform: scale(1.5);
  transform-origin: center center;
  transition: 1s;
}
#index-body .application .content .slick-slide.slick-active.slick-center {
  position: relative;
  z-index: 2;
  transform: scale(2.322);
  transform-origin: center center;
  transition: .6s;
}
#index-body .application .content .slick-slide.slick-active.slick-center li::before {
  opacity: 0;
}
#index-body .product {
  position: relative;
  background-color: #303030;
  overflow: hidden;
}
#index-body .product .ui.container {
  max-width: 1077px;
  width: 100%;
}
#index-body .product .pro-box {
  margin-top: 6rem;
}
#index-body .product .pro-box .slick-current li .ig .left .img::before {
  opacity: 0;
}
#index-body .product .pro-box ul li {
  position: relative;
  left: 0;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .pro-box ul li .ig {
  display: block;
  color: #fff;
  background-color: #1E1E1E;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .pro-box ul li .ig .grid-box {
  background-color: #eaeaea;
}
#index-body .product .pro-box ul li .ig .grid-box .left {
  width: 62.5%;
  width: 59%;
  vertical-align: middle;
  padding: 1.75rem 1.5rem 0 2.25rem;
}
#index-body .product .pro-box ul li .ig .grid-box .left .img {
  position: relative;
  top: -4rem;
  background: #fff;
}
#index-body .product .pro-box ul li .ig .grid-box .left .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#index-body .product .pro-box ul li .ig .grid-box .right {
  width: 37.5%;
  vertical-align: middle;
  padding-right: 2rem;
}
#index-body .product .pro-box ul li .ig .grid-box .right span {
  color: #4c4c4c;
  font-size: 18px;
}
#index-body .product .pro-box ul li .ig .grid-box .right h4 {
  font-size: 25px;
  font-family: 'SCB';
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  color: #222;
  margin-top: 1rem;
  width: 55%;
  font-weight: bold;
}
#index-body .product .pro-box ul li .ig .grid-box .right .con {
  font-size: 15px;
  font-family: 'SCL';
  color: #222;
  margin-top: 1rem;
  padding-top: 1rem;
  position: relative;
}
#index-body .product .pro-box ul li .ig .grid-box .right .con::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 119px;
  height: 5px;
  background-color: #d51c29;
}
#index-body .product .pro-box ul li .ig .grid-box .right .img {
  display: block;
  margin-top: 1.5rem;
  width: 2.5rem;
  padding: 17px 10px;
  border: solid 1px #464646;
  position: relative;
  z-index: 1;
}
#index-body .product .pro-box ul li .ig .grid-box .right .img::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #d51c29;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .pro-box ul li .ig .grid-box .right .img:hover::before {
  height: 100%;
}
#index-body .product .pro-box ul .slick-active li {
  left: 10px;
}
#index-body .product .pro-box ul .slick-active li .ig {
  background-color: #d51c29;
}
#index-body .product .pro-box ul .slick-active li .ig .grid-box .right i {
  background-color: #fff;
}
#index-body .product .pro-box ul .draggable {
  overflow: visible;
}
#index-body .product .pro-box .prev-next {
  text-align: center;
  margin-top: 3.45rem;
  font-size: 1.65rem;
  font-family: 'RR';
  color: #fff;
}
#index-body .product .pro-box .prev-next span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#index-body .product .pro-box .prev-next span img {
  vertical-align: middle;
}
#index-body .product .pro-box .prev-next .num {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
#index-body .choose {
  background: url(../images/adb.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
#index-body .choose .grid-box .left {
  width: 32.5%;
  vertical-align: middle;
  padding-right: 2.1rem;
}
#index-body .choose .grid-box .left .text {
  position: relative;
  color: #fff;
}
#index-body .choose .grid-box .left .text span {
  font-size: 1.45rem;
  font-family: 'SCN';
  line-height: 1;
}
#index-body .choose .grid-box .left .text .p1 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-top: 1.95rem;
}
#index-body .choose .grid-box .left .text .p2 {
  font-size: 15px;
  font-family: 'SCL';
  line-height: 1.9;
  margin-top: 2rem;
}
#index-body .choose .grid-box .right {
  width: 67.5%;
  vertical-align: middle;
}
#index-body .choose .grid-box .right ul li {
  position: relative;
}
#index-body .choose .grid-box .right ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100vh;
  min-height: 1000px;
  background-color: rgba(255, 255, 255, 0.2);
}
#index-body .choose .grid-box .right ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4.6rem;
  background-color: #d51c29;
  animation: z_fall 3s linear infinite;
  /* Firefox: */
  -moz-animation: z_fall 3s linear infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: z_fall 3s linear infinite;
  /* Opera: */
  -o-animation: z_fall 3s linear infinite;
}
#index-body .choose .grid-box .right ul li .ig .text {
  color: #fff;
  padding: 0 3rem 0 2.5rem;
}
#index-body .choose .grid-box .right ul li .ig .text .img {
  height: 3.45rem;
}
#index-body .choose .grid-box .right ul li .ig .text .img img {
  max-height: 100%;
}
#index-body .choose .grid-box .right ul li .ig .text h4 {
  font-size: 1.6rem;
  font-family: 'ADR';
  margin-top: 2.3rem;
  line-height: 1;
}
#index-body .choose .grid-box .right ul li .ig .text .con {
  font-size: 18px;
  color: #e4e2e2;
  line-height: 1.6;
  margin-top: 2.35rem;
  text-align: justify;
  height: 9rem;
}
#index-body .choose .grid-box .right ul li .ig .more {
  padding-left: 2.5rem;
  margin-top: 2.7rem;
}
#index-body .choose .grid-box .right ul li .ig .more a {
  display: inline-block;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background: url(../images/pro-r.png) no-repeat center;
  background-color: #d51c29;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .choose .grid-box .right ul li .ig .more a:hover {
  background-color: #000;
}
#index-body .choose .grid-box .right ul li:nth-child(2)::after {
  animation-delay: .4s;
  animation-duration: 5s;
}
#index-body .choose .grid-box .right ul li:nth-child(3)::after {
  animation-delay: .3s;
  animation-duration: 4s;
}
#index-body .choose .grid-box .right ul li:nth-child(4)::after {
  animation-delay: 1s;
  animation-duration: 6s;
}
#index-body .about .box .left {
  background-color: #282828;
  height: 100vh;
  color: #fff;
  padding: 11.9rem 8.1rem 0 7.6rem;
}
#index-body .about .box .left span {
  font-size: 1.4rem;
  color: #F7F7F7;
  line-height: 1;
  font-family: 'SCM';
}
#index-body .about .box .left p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.35rem;
  text-align: justify;
  width: 90%;
}
#index-body .about .box .left .more {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  width: 32.7%;
  background-color: #d51c29;
  padding: 19px 0 18px 0;
  margin-top: 2.65rem;
}
#index-body .about .box .left .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .box .left .more:hover {
  color: #d51c29;
}
#index-body .about .box .left .more:hover::before {
  height: 100%;
}
#index-body .about .box .right {
  padding: 9.5rem 11.4rem 0 3.8rem;
}
#index-body .about .box .right li {
  width: 46%;
  margin-bottom: 3.1rem;
}
#index-body .about .box .right li h3 {
  font-size: 23px;
  color: #101010;
  font-family: 'SCM';
  line-height: 1;
  margin-top: 0.95rem;
  font-weight: bold;
}
#index-body .about .box .right li p {
  font-size: 18px;
  font-family: 'ML';
  color: #333;
  line-height: 1;
  margin-top: 0.6rem;
}
#index-body .about .box .right li:nth-child(odd) {
  margin-right: 2rem;
}
#index-body .news {
  position: relative;
  color: #fff;
  background: url(../images/nb.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
#index-body .news .ui.container {
  max-width: 1275px;
  width: 100%;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header h3 {
  font-size: 2.25rem;
  font-family: 'SCB';
  line-height: 1;
  font-weight: bold;
}
#index-body .news .header p {
  font-size: 16px;
  font-family: 'ADR';
  line-height: 1;
  margin-top: 1rem;
}
#index-body .news .content {
  margin-top: 3.95rem;
}
#index-body .news .content li {
  padding-right: 8rem;
}
#index-body .news .content li h3 {
  font-size: 1.6rem;
  font-family: 'SCB';
  line-height: 1.5;
  font-weight: bold;
}
#index-body .news .content li span {
  font-size: 18px;
  font-family: 'ML';
  line-height: 1;
  display: block;
  margin-top: 1.65rem;
}
#index-body .news .content li p {
  font-size: 16px;
  line-height: 2;
  color: #e2e2e2;
  margin-top: 1.5rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
#index-body .news .content .prev-next {
  text-align: center;
  margin-top: 3.45rem;
  font-size: 1.65rem;
  font-family: 'RR';
  color: #fff;
}
#index-body .news .content .prev-next span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#index-body .news .content .prev-next span img {
  vertical-align: middle;
}
#index-body .news .content .prev-next .num {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
#footer {
  position: relative;
  z-index: 999;
}
#footer .ui.container {
  max-width: 1337px;
  width: 100%;
}
#footer .f-contact {
  background: url(../images/contactbgc.jpg) no-repeat;
  padding: 5rem 0 2.3rem 0;
  color: #fff;
  background-size: cover;
}
#footer .f-contact .header {
  text-align: center;
  position: relative;
  padding-bottom: 1.1rem;
}
#footer .f-contact .header h3 {
  font-size: 2.25rem;
  font-family: 'ADR';
  line-height: 1;
}
#footer .f-contact .header p {
  font-size: 18px;
  color: #dedede;
  font-family: 'ADR';
  line-height: 1;
  margin-top: 0.9rem;
}
#footer .f-contact .header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 46%;
  width: 5.6rem;
  height: 6px;
  background-color: #ffffff;
}
#footer .f-contact .content {
  margin-top: 3.1rem;
  text-align: center;
}
#footer .f-contact .content .img {
  width: 3.5rem;
  height: 3.5rem;
  border: solid 3px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5rem;
  margin: auto;
}
#footer .f-contact .content .img img {
  vertical-align: middle;
}
#footer .f-contact .content span {
  font-size: 1rem;
  font-family: 'SCM';
  line-height: 1;
  display: block;
  margin: 1.65rem 0 1.25rem 0;
}
#footer .f-contact .content p {
  font-size: 16px;
  font-family: 'ADR';
  line-height: 1.3;
  width: 42%;
  margin: 0 auto 14px auto;
}
#footer .f-contact .content .middle p {
  width: 80%;
}
#footer .f-form {
  padding: 1.85rem 0 1.85rem 0;
  text-align: center;
}
#footer .f-form img{
  width: 10%;
}
#footer .f-form p{
  font-size: 14px;
  font-weight: bold;
}
#footer .f-form input[type="text"] {
  width: 27.1%;
  height: 38px;
  background-color: #c5c4c4;
  border-radius: 6px;
  border: none;
  padding: 0 0 0 24px;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  margin: 0 5.8rem 1.4rem 0;
}
#footer .f-form input[type="text"]::placeholder {
  color: #fff;
}
#footer .f-form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-form input[type="text"]:-moz-placeholder {
  color: #fff;
}
#footer .f-form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#footer .f-form input[type="text"]:nth-child(5) {
  margin: 0 0 1.4rem 0;
}
#footer .f-form input[type="text"]:nth-child(6),
#footer .f-form input[type="text"]:nth-child(7) {
  margin: 0 5.8rem 0 0;
}
#footer .f-form input[type="submit"] {
  width: 155px;
  height: 38px;
  background-color: #151515;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  float: right;
  margin-right: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-form input[type="submit"]:hover {
  background-color: #d51c29;
}
#footer .f-copy {
  color: #fff;
  padding: 2.9rem 0 5.35rem;
  margin: auto;
  background-color: #151515;
}
#footer .f-copy .grid-box .left {
  width: 80%;
  font-size: 16px;
  font-family: 'ADR';
}
#footer .f-copy .grid-box .left svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .f-copy .grid-box .left svg text {
  fill: #fff;
}
#footer .f-copy .grid-box .left svg:hover {
  fill: #d51c29;
}
#footer .f-copy .grid-box .right {
  font-size: 16px;
  text-align: center;
  width: 20%;
}
#footer .f-copy .grid-box .right li {
  display: inline-block;
  background-color: #fff;
  width: 28px;
  height: 27px;
  border-radius: 50%;
  color: #000;
  line-height: 27px;
  font-size: 18px;
  margin-right: 0.8rem;
}
#footer .f-copy .grid-box .right li i {
  vertical-align: middle;
}
#fp-nav {
  left: auto;
  right: 2.5rem !important;
}
#fp-nav::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.35);
  top: -133%;
  left: 45%;
  /*z-index: 2;*/
}
#fp-nav::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.35);
  top: 0;
  left: 45%;
  /*z-index: 1;*/
}
#fp-nav.active::before {
  background: #444;
}
#fp-nav.active::after {
  background: #444;
}
body #fp-nav ul li,
body .fp-slidesNav ul li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 35px 0;
}
body #fp-nav ul li:last-child,
body .fp-slidesNav ul li:last-child {
  display: none;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: none !important;
}
body #fp-nav ul li a.active span,
body #fp-nav ul li:hover a.active span,
body .fp-slidesNav ul li a.active span,
body .fp-slidesNav ul li:hover a.active span {
  height: 59px !important;
  width: 59px !important;
  margin: -6px 0 0 -6px;
  border-radius: 50% !important;
  background: #d51c29 !important;
  left: -1rem !important;
  top: -1rem !important;
}
#fp-nav ul li a span:after,
#fp-nav ul li:nth-child(1) a span:after {
  content: '';
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  background: url(../images/Home.png) no-repeat;
  text-align: center;
  line-height: 59px;
  display: none;
  top: 16px;
  left: 15px;
}
#fp-nav ul li a span:before,
#fp-nav ul li:nth-child(1) a span:before {
  content: '首页';
  position: absolute;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 59px;
  display: none;
  font-family: 'SCM';
  left: -2rem;
  top: 6px;
}
#fp-nav ul li:nth-child(2) a span:after {
  content: '';
  background: url(../images/app.png) no-repeat;
  left: 17px;
}
#fp-nav ul li:nth-child(2) a span:before {
  content: '应用领域' !important;
  left: -3.5rem;
  color: #4c4c4c;
}
#fp-nav ul li:nth-child(3) a span:after {
  content: '';
  background: url(../images/pra.png) no-repeat;
}
#fp-nav ul li:nth-child(3) a span:before {
  content: '产品' !important;
}
#fp-nav ul li:nth-child(4) a span:after {
  content: '';
  background: url(../images/adv.png) no-repeat;
}
#fp-nav ul li:nth-child(4) a span:before {
  content: '优势' !important;
  left: -3rem;
}
#fp-nav ul li:nth-child(5) a span:after {
  content: '';
  background: url(../images/abo.png) no-repeat;
  left: 18px;
}
#fp-nav ul li:nth-child(5) a span:before {
  content: '关于我们' !important;
  left: -3.5rem;
  color: #4c4c4c;
}
#fp-nav ul li:nth-child(6) a span:after {
  content: '';
  background: url(../images/new.png) no-repeat;
  left: 19px;
}
#fp-nav ul li:nth-child(6) a span:before {
  content: '新闻' !important;
}
#fp-nav ul li a.active span:after,
#fp-nav ul li a:hover span:after {
  display: block;
}
#fp-nav ul li a.active span::before,
#fp-nav ul li a:hover span::before {
  display: block;
}
@media screen and (min-width: 992px) {
  #header .nav .ui.menu .logo {
    display: none;
  }
  #banner ul li > img {
    height: 100vh;
    width: 100%;
  }
}
@media screen and (max-width: 1700px) {
  #fp-nav {
    right: 3rem !important;
  }
}
@media screen and (max-width: 1600px) {
  #index-body .about .box .right {
    padding: 9.5rem 7rem 0 3rem;
  }
  #index-body .choose .grid-box .left {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1400px) {
  #footer .f-form input[type="submit"] {
    margin-right: 28px;
  }
  #fp-nav::before {
    top: -140%;
  }
}
@media screen and (max-width: 1300px) {
  #index-body .choose .grid-box .right ul li .ig .text .con {
    height: 14rem;
  }
}
@media screen and (max-width: 1200px) {
  #footer .f-form img {
    width: 12%;
}
}
@media screen and (max-width: 1100px) {
  .section {
    height: auto !important;
  }
  .fp-tableCell {
    padding: 0;
    height: auto !important;
  }
  #banner ul li > img {
    height: 550px;
  }
  #index-body .application {
    padding: 3rem 0;
  }
  #index-body .product {
    padding: 3rem 0;
  }
  #index-body .choose {
    padding: 8rem 0;
  }
  #index-body .choose .grid-box .right ul li .ig .text .con {
    height: 20rem;
  }
  #index-body .about .box .left {
    height: auto;
    padding: 9.9rem 1.1rem 4rem 1.6rem;
  }
  #index-body .about .box .right {
    padding: 9.5rem 2rem 0 2rem;
  }
  #index-body .news {
    padding: 3rem 0;
  }
  #footer .f-form input[type="text"] {
    margin: 0 4.8rem 1.4rem 0;
  }
  #footer .f-form img {
    width: 14%;
}
}
@media screen and (max-width: 992px) {
  #header .nav {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #header .nav .ui.menu .grid-box .left {
    vertical-align: top;
  }
  #banner .scroll {
    display: none;
  }
  #header .nav .ui.menu .grid-box .right .box .btn span {
    display: none;
  }
  #banner ul li .text h3 {
    font-size: 2.2rem;
  }
  #banner ul li .text p {
    font-size: 1.8rem;
  }
  #index-body .application {
    padding: 5rem 0;
  }
  #index-body .choose {
    padding: 10rem 0;
  }
  #index-body .product .pro-box ul li .ig .grid-box .right h4 {
    width: 100%;
    font-size: 20px;
  }
  #index-body .product .pro-box ul li .ig .grid-box .right {
    margin-right: 0;
  }
  #index-body .product .pro-box ul li .ig .grid-box .right .img {
    width: 4rem;
  }
  #index-body .product {
    padding: 6rem 0 40px;
  }
  #index-body .news {
    padding: 10rem 0;
  }
  #index-body .choose .grid-box .left {
    width: 100%;
  }
  #index-body .choose .grid-box .left .text h3 {
    display: inline-block;
  }
  #index-body .choose .grid-box .left .text h4 {
    display: inline-block;
    padding-left: 10px;
  }
  #index-body .choose .grid-box .left .text h5 {
    display: inline-block;
    padding-left: 10px;
  }
  #index-body .choose .grid-box .left .text p {
    margin-top: 20px;
  }
  #index-body .choose .grid-box .left .text p span {
    display: inline-block;
  }
  #index-body .choose .grid-box .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .choose .grid-box .right ul li {
    margin: 35px 0;
  }
  #index-body .choose .grid-box .right ul li::before {
    height: 100%;
    min-height: auto;
  }
  #index-body .choose .grid-box .right ul li .ig .text .con {
    height: 24rem;
  }
  #index-body .choose .grid-box .right ul li .ig .more {
    margin-top: 20px;
  }
  #footer .f-contact .content p {
    width: 80%;
  }
  #footer .f-contact .content .middle p {
    width: 100%;
  }
  #footer .f-copy .grid-box .left {
    width: 100%;
    text-align: center;
  }
  #footer .f-copy .grid-box .right {
    width: 100%;
    text-align: center;
  }
  #footer .f-form img {
    width: 22%;
}
}
@media screen and (max-width: 700px) {
  #banner ul li > img {
    height: 300px;
  }
  #index-body .application {
    display: none;
  }
  #index-body .product .pro-box ul li .ig .grid-box .left {
    width: 100%;
  }
  #index-body .product .pro-box ul li .ig .grid-box .right {
    width: 100%;
    padding: 0 1rem 1rem;
  }
  #index-body .choose {
    display: none;
  }
  #index-body .about .box .right {
    padding: 2.5rem 2rem 0 2rem;
  }
  #index-body .about .box .right li {
    width: 100%;
  }
  #index-body .about .box .right li:nth-child(odd) {
    margin-right: 0;
  }
  #index-body .news .content li {
    padding-right: 0;
  }
  #index-body .news .header p {
    font-size: 14px;
  }
  #footer .f-contact .content .img img {
    width: 45%;
  }
  #footer .f-form input[type="text"] {
    width: 49%;
    margin: 0 0rem 1.4rem 0;
    padding: 0 0 0 10px;
  }
  #footer .f-form input[type="text"]:nth-child(6),
  #footer .f-form input[type="text"]:nth-child(7) {
    margin: 0;
  }
  #footer .f-form input[type="text"]:nth-child(6) {
    margin: 0 0 1.4rem 0;
  }
  #footer .f-form input[type="submit"] {
    width: 140px;
    margin-right: 2px;
  }
  #footer .f-form img {
    width: 46%;
}
  #footer .f-contact .header p {
    font-size: 16px;
  }
  #footer .f-contact .header::after {
    display: none;
  }
  #footer .f-contact {
    padding: 3rem 0 2.3rem 0;
  }
}

.inner-banner {
    height: 600px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    padding-top: 300px;
    color: white;
    z-index: 1;
}
.inner-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.inner-banner h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "POPPINS-MEDIUM";
}
.inner-banner .mbx {
    font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    margin: 0 5px;
    line-height: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .mbx a:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #d51c29;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 20px;
}
.inner-banner .mbx a:hover {
    color: #d51c29;
}
.inner-page {
    font-size: 14px;
    line-height: 1.8;
    position:relative;
    z-index:1;
}
.inner-page p {
    line-height: 1.8;
    color: #333;
    font-size: 14px;
}
.inner-page .text {
    color: #828893;
}
.inner-page .text p {
    color: inherit;
    max-width: 730px;
}
.inner-page i.small-tit {
    color: #d51c29;
    font-size: 18px;
}
.inner-page h3.title {
    color: #111;
    font-size: 32px;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
}
.inner-page h3.title.mt0 {
    margin-top: 0;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #d51c29;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.inner-page .sidebar-box .sidebar-left {
    width: 30%;
    padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 30px;
    background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
    margin: 5px 0;
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
    display: block;
    text-transform: uppercase;
    color: #072948;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    padding: 15px 20px;
    background: #fff;
    border-left: 4px solid #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li i {
  width: 55px;
  height: 55px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover i{
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
    background: #fbf9f7;
    border-color: #d7d7d7;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
    background: #d51c29 none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li .children{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
    margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
    color: #111;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 25px;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
    position: absolute;
    height: 4px;
    width: 30%;
    background: #d51c29 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 35%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
    margin-right: 5px;
    color: #d51c29;
    /*color: #d51c29;*/
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
    float: right;
    margin-top: 6px;
    color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
    background: #d51c29 none repeat scroll 0 0;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
    padding: 30px;
    background: url("../images/sidebar-info.jpg") center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d51c29;
    /*background: #d51c29;*/
    z-index: -1;
    opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 30px;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    color: #fff;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    margin: 20px 0;
    display: block;
    font-size: 30px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #d51c29;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
    background: transparent;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
    width: 70%;
    padding-left: 15px;
}
.gallery-page .sidebar-box .sidebar-right{
  width: 100% !important;
  padding-left: 0;
}
.inner-page .m-page {
    text-align: right;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #d51c29 none repeat scroll 0 0;
    color: #fff;
}
.about-page .about-1 {
    padding: 70px 0;
}
.about-page .about-1 .left {
    width: 42%;
    padding-right: 15px;
    vertical-align: middle;
}
.about-page .about-1 .left .box2 {
    position: relative;
    z-index: 1;
}
.about-page .about-1 .left .box2 img{
  width: 100%;
}
.about-page .about-1 .left .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(213,28,41, 0.33);
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
}
/*.about-page .about-1 .left .box2:before {
    content: '';
    background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/
.about-page .about-1 .left .box2 .play {
    position: absolute;
    color: white;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
}
.about-page .about-1 .left .box2 .play i {
    background: #d51c29 none repeat scroll 0 0;
    border: 2px solid #d51c29;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 58px;
    line-height: 15px;
    margin: 0 10px 0 0;
    padding: 20px;
    text-align: center;
    width: 58px;
}
.about-page .about-1 .right {
    width: 58%;
    padding-left: 15px;
    vertical-align: middle;
    height: 600px;
    overflow: auto;
}
.about-page .about-1 .right::-webkit-scrollbar-thumb{
  background-color: #d51c29;
}
.about-page .about-1 .right h5 {
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 35px;
    position: relative;
    line-height: 30px;
    margin-bottom: 10px;
}
.about-page .about-1 .right h5:before {
    position: absolute;
    height: 4px;
    width: 10%;
    background: #d51c29 none repeat scroll 0 0;
    content: "";
    left: 0;
    top: -20px;
}
.about-page .about-1 .right h5:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 11%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
    color: #111;
    margin: 5px 0;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-family: "POPPINS-REGULAR";
    width: 50%;
    float: left;
}
.about-page .about-1 .right .text ul li:after {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    color: #d51c29;
}
.about-page .about-2 {
    background: #f8f9fc;
    padding: 70px 0;
}
.about-page .about-2 .left {
    padding-right: 15px;
}
.about-page .about-2 .right {
    padding-left: 15px;
}
.about-page .about-2 .right .content {
    background: white none repeat scroll 0 0;
    padding: 20px 5px;
    border-radius: 5px;
}
.about-page .about-2 .right .content li {
    /*text-transform: capitalize;*/
    color: #333;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 15px;
}
.about-page .about-2 .right .content li i {
    color: #d51c29;
    margin-right: 10px;
}
.about-page .about-3 {
    padding: 70px 0;
    background: url("../images/about-3-bg.png") center center #d51c29;
    color: white;
    text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
    color: inherit;
}
.about-page .about-3 p {
    max-width: 850px;
    display: block;
    margin: 30px auto;
}
.about-page .about-3 a.more {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #d51c29;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-3 a.more:hover {
    background: transparent;
    color: #fff;
}
.about-page .about-4 {
    padding: 70px 0;
}
.about-page .about-4 .top {
    display: block;
}
.about-page .about-4 .top .left {
    vertical-align: middle;
    display: inline-block;
        width: 60%;
}
.about-page .about-4 .top .right {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
        width: 39%;
}
.about-page .about-4 .top .right a.more {
    display: inline-block;
    vertical-align: middle;
    color: #d51c29;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: #d51c29;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.about-page .about-4 .top .right a.more i {
    margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
    color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
    width: 100%;
}
.about-page .about-4 .bottom {
    padding-top: 50px;
}
.about-page .about-4 .bottom ul {
    margin: -15px;
}
.about-page .about-4 .bottom ul li {
    padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
    box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
    display: block;
    color: #111;
    font-family: "POPPINS-MEDIUM";
    font-size: 19px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
    background: #d51c29;
    color: white;
}
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #edeff2;
}
.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: #d51c29;
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #d51c29;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
}
.service-page {
    padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
    display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
    display:none !important;
}
.service-page h3.title {
    font-size: 24px;
}
.service-page .form {
    padding-top: 30px;
}
.news-page {
    padding: 70px 0;
}
.news-page .news-list ul {
    margin: -15px;
}
.news-page .news-list ul li {
    padding: 15px;
}
.news-page .news-list ul li:last-child {
    margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
    display: block;
}
.news-page .news-list ul li a.img-box img {
    width: 100%;
}
.news-page .news-list ul li .box {
    padding: 10px;
    -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
    padding: 20px;
    position: relative;
}
.news-page .news-list ul li .box .content time {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -35px;
    background: #d51c29 none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
}
.news-page .news-list ul li .box .content h3 {
    margin-top: 25px;
    font-family: "POPPINS-MEDIUM";
    font-size: 20px;
    margin-bottom: 15px;
    color: #111;
    display: inline-block;
    line-height: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-page .news-list ul li .box .content h3 a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.news-page .news-list ul li .box .content h3:hover {
    color: #d51c29;
}
.news-page .news-list ul li .box .content a.more {
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #d51c29;
    border-left: 1px solid #d51c29;
    font-size: 16px;
    font-family: "POPPINS-REGULAR";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
    -webkit-transition: 0.5s padding-left;
    -moz-transition: 0.5s padding-left;
    -ms-transition: 0.5s padding-left;
    -o-transition: 0.5s padding-left;
    transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
    color: #111;
    border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
    padding-left: 5px;
}
.newdet-page {
    padding: 70px 0;
}
.newdet-page .news-content h3.title {
    font-size: 24px;
}
.newdet-page .news-content a.img-box {
    display: block;
}
.newdet-page .news-content a.img-box img {
    width: 100%;
}
.newdet-page .news-content time {
    width: 65px;
    height: 65px;
    margin-top: -35px;
    background: #d51c29 none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
    position: relative;
    z-index: 1;
}
.newdet-page .news-content .tag {
    font-size: 14px;
    color: #828893;
    font-family: "POPPINS-REGULAR";
}
.newdet-page .news-content .tag em {
    color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .news-content .tag div {
    margin-left: 15px;
}
.newdet-page .news-content .tag div i {
    color: #d51c29;
    margin-right: 5px;
}
.newdet-page .news-content .content {
    padding: 15px 0;
    margin: 10px 0;
    border-top: 1px #eee dashed;
    border-bottom: 1px #eee dashed;
    text-align: left;
}
.newdet-page .news-content .content p {
    padding: 5px 0;
}
.newdet-page .news-content .share {
    text-align: left;
}
.newdet-page .news-content .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-family: "POPPINS-REGULAR";
    color: #333;
    font-size: 14px;
}
.newdet-page .news-content .share ul {
    display: inline-block;
}
.newdet-page .news-content .share ul li {
    width: auto;
    padding: 5px;
    display: inline-block;
}
.newdet-page .news-content .share ul li a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    border-radius: 5px;
    background: #edeff2;
    font-size: 12px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
    color: white;
    background: #d51c29;
}
.newdet-page .news-content .m-link {
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
    font-size: 14px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
    color: #d51c29;
    text-decoration: underline;
}
.contact-page {
    padding: 70px 0;
}
.contact-page .button-group .button {
    background: #d51c29 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
    display: none !important;
}
.contact-page .contact-1 {
    padding-top: 70px;
}
.contact-page .contact-2 .left {
    width: 55%;
    padding-right: 15px;
}
.contact-page .contact-2 .left .form {
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding: 30px;
}
.contact-page .contact-2 .right {
    width: 45%;
    padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
    position: relative;
    padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #d51c29 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    height: 4px;
    width: 20px;
    background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
    padding-top: 20px;
    margin: -10px;
}
.contact-page .contact-2 .right ul li {
    padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
    font-size: 14px;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #828893;
    font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
    font-size: 14px;
    color: #111;
    line-height: normal;
    letter-spacing: 1px;
}
.contact-page .contact-2 .right ul li p a{
    word-break:break-all;
    word-wrap: break-word;
word-break: normal;
}
.contact-page .contact-2 .right ul li #ewm{
  width: 100px;
  border: 3px solid #fff;
  margin-top: 10px;
}
.product-page {
    padding: 70px 0;
}
.product-page .product-list ul {
    margin: -10px;
}
.product-page .product-list ul li {
    padding: 10px;
}
.product-page .product-list ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
    display: block;
}
.product-page .product-list ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.product-page .product-list ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #111;
    font-family: "POPPINS-MEDIUM";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
    color: #d51c29;
}
.product-page .product-list ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #d51c29;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "POPPINS-REGULAR";
    font-weight: bold;
}
.product-page .product-list ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    font-family: "opensans-Regular";
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #d51c29;
    font-size: 12px;
    font-family: "Poppins-Bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #d51c29;
}
.product-page .product-list ul li .box .content a.more i {
    margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
    color: white;
    background: #d51c29;
}
.prodet-page {
    padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
    width: 60%;
}
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left ul .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%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 40%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
    color: #666;
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "POPPINS-REGULAR";
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: #d51c29;
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    font-family: "POPPINS-MEDIUM";
    color: #d51c29;
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 39px;
    height: 32px;
    background: #d51c29;
    color: white;
    padding: 0 25px;
    font-size: 14px;
    margin-top: 10px;
}
.prodet-page .product-box .prodet-1 .right .four{
    position: relative;
    margin-top: 30px;
}
.prodet-page .product-box .prodet-1 .right .four .slick-slider .slick-list .slick-track{
    margin-left: 0;
}
.prodet-page .product-box .prodet-1 .right .four li{
    padding: 3px;
}
.prodet-page .product-box .prodet-1 .right .four li img{
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: #d51c29;
}
.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: #d51c29;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #d51c29;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #d51c29;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #d51c29;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: #d51c29;
}
.gallery-page {
    padding: 70px 0;
}
.gallery-page .gallery-list ul {
    margin: -15px;
}
.gallery-page .gallery-list ul li {
    padding: 15px;
}
.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.gallery-page .gallery-list ul li .box a.img-box img{
  width: 100%;
}
.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
        background: #d51c29;
    color: white;
}
@media screen and (max-width: 1250px) {
    .inner-page .sidebar-box .sidebar-left .sidebar-nav {
        padding: 15px;
    }
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
        font-size: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
        font-size: 1.2rem;
        margin: 15px 0;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
        padding: 6px 25px;
    }
    .product-page .product-list ul li {
        width: 50% !important;
    }
    .inner-banner h3 {
        font-size: 34px;
        line-height: 34px;
    }
    .inner-banner .mbx {
        font-size: 14px;
    }
    .inner-page h3.title {
        font-size: 28px;
        line-height: 28px;
    }
    #mapContainer {
        height: 300px !important;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .about-page .about-1 .right h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .about-page .about-1 .right .text ul {
        margin: 10px 0;
    }
    .about-page .about-1 .right .text ul li {
        font-size: 14px;
        margin: 3px 0;
    }
    .inner-page i.small-tit {
        font-size: 16px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 18px;
    }
    .about-page .about-1 .right{
        height: 480px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page h3.title {
        font-size: 24px;
        line-height: 26px;
    }
    .about-page .about-1 .right h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .about-page .about-1,
    .about-page .about-2,
    .about-page .about-3,
    .gallery-page,
    .faq-page .faq-1,
    .faq-page .faq-2,
    .prodet-page,
    .product-page,
    .news-page,
    .newdet-page,
    .service-page,
    .contact-page,
    .about-page .about-4 {
        padding: 40px 0;
    }
    .contact-page .contact-2 {
        padding-top: 40px;
    }
    .about-page .about-2 .right .content li {
        font-size: 13px;
        padding: 2px 10px;
    }
    .about-page .about-3 a.more {
        padding: 6px 25px;
    }
    .about-page .about-4 .top .right a.more {
        font-size: 16px;
        line-height: 34px;
        height: 34px;
    }
    .about-page .about-4 .bottom ul li {
        padding: 10px;
    }
    .about-page .about-4 .bottom ul {
        margin: -10px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 16px;
        padding: 5px;
    }
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-left: 0;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 16px;
    }
    .inner-page .m-page {
        text-align: center;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 35px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        -moz-box-shadow: 0 2px 5px 0 #d8dde6;
        -o-box-shadow: 0 2px 5px 0 #d8dde6;
        box-shadow: 0 2px 5px 0 #d8dde6;
    }
    .inner-page h3.title {
        font-size: 20px !important;
        line-height: 24px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
    .inner-banner {
        height: 300px;
        padding-top: 120px;
    }
    .inner-banner h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .product-page .product-list ul li {
        width: 33.333% !important;
    }
    .news-page .news-list ul li .box .content time,
    .newdet-page .news-content time {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 20px;
        top: -25px;
    }
    .newdet-page .news-content time {
        top: 0;
        margin-top: -25px;
    }
    .news-page .news-list ul li .box .content a.more {
        font-size: 14px;
        padding: 2px 0 2px 15px;
    }
    .contact-page .contact-2 .right ul li p {
        font-size: 14px;
        word-break: break-all;
    }
    .contact-page .contact-2 .right ul li h6 {
        margin-bottom: 3px;
    }
    .contact-page .contact-2 .right ul li #ewm{
      display: none;
    }
    .about-page .about-4 .bottom {
        padding-top: 30px;
    }
    .news-page .news-list ul li{
        width: 50%!important;
    }
    .about-page .about-1 .right{
        height: 330px;
    }
}
@media screen and (max-width: 768px) {
    /*.about-page .about-1 .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .about-page .about-1 .right{
        width: 100%;
        padding-left: 0;
    }*/
    .about-page .about-1 .right{
        height: 330px;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .inner-page .form ul li {
        width: 100% !important;
    }
    .product-page .product-list ul li {
        width: 50% !important;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 14px;
    }
    .about-page .about-1 .left,
    .about-page .about-2 .left,
    .about-page .about-4 .top .left {
        padding-right: 0;
        width: 100% !important;
    }
    .about-page .about-1 .right,
    .about-page .about-2 .right,
    .about-page .about-4 .top .right {
        width: 100% !important;
        padding-top: 30px;
        padding-left: 0;
    }
    .about-page .about-4 .top .right {
        text-align: left;
        padding-top: 20px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 14px;
    }
    .gallery-page .gallery-list ul li{
        width: 100% !important;
    }
    .news-page .news-list ul li{
        width: 100%!important;
    }
    .inner-banner{
        display: none;
    }
    .inner-page{
        margin-top: 30px;
    }
    .contact-page .contact-2 .right ul li{
        width: 100%;
    }
    iframe{
        height: 300px !important;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .about-page .about-1 .right .text ul li {
        font-size: 12px;
    }
    .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
    .product-page .product-list ul li {
        width: 100% !important;
    }
    .prodet-page .product-box .prodet-2 .options ul li {
        font-size: 13px;
        padding: 0 10px;
    }
    .inner-page p,
    .inner-page {
        font-size: 13px;
        line-height: 1.8;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-page .contact-2 .left .form {
        padding: 10px;
    }
    .button-group .button:nth-child(2) {
        display: none;
    }
    .button-group {
        padding: 5px !important;
        bottom: 0 !important;
        right: 15px !important;
    }
    .inner-banner {
        height: 240px;
        padding-top: 80px;
    }
}
.inner-page input::-webkit-input-placeholder{ 
           font-size: 14px;
  line-height: 1;
  font-family: 'OpenSans-Regular';
  color: #666666;
          }   
          .inner-page input::-moz-input-placeholder{ 
            font-size: 14px;
  line-height: 1;
  font-family: 'OpenSans-Regular';
  color: #666666;
          } 
          .inner-page input::-moz-placeholder {
           font-size: 14px;
  line-height: 1;
  font-family: 'OpenSans-Regular';
  color: #666666;
          }
          .inner-page input::-ms-input-placeholder{
           font-size: 14px;
  line-height: 1;
  font-family: 'OpenSans-Regular';
  color: #666666;
          }
.inner-page textarea::-webkit-input-placeholder {
            font-size: 14px;
  line-height: 1;
  font-family: 'OpenSans-Regular';
  color: #666666;
          }
          .inner-page textarea:-moz-placeholder {
            font-size: 14px;
  line-height: 1;
  font-family: 'OpenSans-Regular';
  color: #666666;
          }
          .inner-page textarea::-moz-placeholder {
            font-size: 14px;
  line-height: 1;
  font-family: 'OpenSans-Regular';
  color: #666666;
          }
          .inner-page textarea::-ms-input-placeholder {
            font-size: 14px;
  line-height: 1;
  font-family: 'OpenSans-Regular';
  color: #666666;
          }
