/* @font-face {
  font-family: 'Franklin_Gothic_Medium';
  src: url(../fonts/Franklin_Gothic_Medium.ttf) format('truetype'), url(../fonts/Franklin_Gothic_Medium.eot) format('eot'), url(../fonts/Franklin_Gothic_Medium.woff) format('woff'), url(../fonts/Franklin_Gothic_Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'opensans';
  src: url(../fonts/opensans.ttf) format('truetype'), url(../fonts/opensans.eot) format('eot'), url(../fonts/opensans.woff) format('woff'), url(../fonts/opensans.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
} */
body {
  font-family: "Franklin_Gothic_Medium";
  font-size: 14px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1200px;
}
#header {
  z-index: 21;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .h-top {
  padding: 30px 0;
}
#header .h-top ul {
  margin: 0 -10px;
}
#header .h-top ul li {
  vertical-align: middle;
  padding: 0 10px;
}
#header .h-top ul li:nth-child(1) {
  width: 30%;
}
#header .h-top ul li:nth-child(2) {
  width: 27%;
}
#header .h-top ul li:nth-child(3) {
  width: 23%;
}
#header .h-top ul li:nth-child(4) {
  width: 20%;
}
#header .h-top ul li .content {
  padding-left: 40px;
  position: relative;
}
#header .h-top ul li .content i {
  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%);
  width: 30px;
  text-align: center;
}
#header .h-top ul li .content p {
  font-size: 14px;
  color: white;
  line-height: 24px;
}
#header .nav {
  width: 100%;
}
#header .nav.active {
  position: fixed;
  top: -64px;
  left: 0;
}
#header .nav.active .box {
  background: black;
}
#header .nav .box {
  background: rgba(0, 0, 0, 0.7);
  font-family: "Montserrat-Regular";
  line-height: 64px;
  height: 64px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 14px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #d72017;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #d72017;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .search-box {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}
#header .nav .ui.menu .search-box form {
  position: relative;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .search-box input {
  line-height: 40px;
  height: 40px;
  width: 220px;
  border: 1px solid #bfbfbf;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 12px;
  background: transparent;
  color: white;
}
#header .nav .ui.menu .search-box input[type="submit"] {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/icon-search.png") no-repeat center center;
  border: none;
  padding: 0;
}
#header .nav .ui.menu .yuy {
  display: inline-block;
  vertical-align: top;
  color: white;
  margin-left: 20px;
}
#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: #d72017;
}
#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: #d72017;
  -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: #d72017;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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 .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #d72017;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #d72017 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 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;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#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: #d72017;
  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: #d72017;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -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;
}
#banner {
  position: relative;
}
#banner .content {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
#banner .content i {
  margin: 0 auto;
}
#banner .content h2 {
  font-family: "Montserrat-SemiBold";
  font-size: 60px;
  color: white;
  text-transform: capitalize;
  line-height: 72px;
  margin: 25px 0;
}
#banner .content a {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
  color: #d72017;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .content a:hover {
  color: white;
  background: #d72017;
}
#index-body h4 {
  font-size: 16px;
  font-family: "Franklin_Gothic_Medium";
}

#index-body h3,
#index-body h2 {
  font-family: "Montserrat-SemiBold";
}
#index-body .init-1 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-1 ul {
  margin: 0 -15px;
}
#index-body .init-1 ul li {
  padding: 0 15px;
}
#index-body .init-1 ul li a {
  display: block;
}
#index-body .init-1 ul li a > img {
  width: 100%;
}
#index-body .init-1 ul li a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
  height: 60px;
  background: rgba(215, 32, 23, 0.8);
  padding-right: 20px;
  padding-left: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 ul li a h3 img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 40px;
}
#index-body .init-1 ul li a:hover h3 {
  bottom: -60px;
}
#index-body .init-2 {
  padding-top: 30px;
  padding-bottom: 130px;
}
#index-body .init-2 .left h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
#index-body .init-2 .left h3 {
  display: block;
  color: #222222;
  line-height: 48px;
  font-size: 36px;
}
#index-body .init-2 .left .content {
  font-size: 16px;
  line-height: 28px;
  margin: -10px 0;
  color: rgba(0, 0, 0, 0.6);
  padding: 30px 0 50px;
}
#index-body .init-2 .left .content p {
  display: block;
  padding: 10px 0;
}
#index-body .init-2 .left ul {
  margin: 0 -10px;
}
#index-body .init-2 .left ul li {
  padding: 0 10px;
}
#index-body .init-2 .left ul li:nth-child(1) {
  width: 38%;
}
#index-body .init-2 .left ul li:nth-child(1) .box2 {
  padding-left: 130px;
}
#index-body .init-2 .left ul li:nth-child(1) .box2 i:after {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
#index-body .init-2 .left ul li:nth-child(2) {
  width: 30%;
}
#index-body .init-2 .left ul li:nth-child(2) .box2 {
  padding-left: 75px;
}
#index-body .init-2 .left ul li:nth-child(2) .box2 i:after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .init-2 .left ul li:nth-child(3) {
  width: 32%;
}
#index-body .init-2 .left ul li:nth-child(3) .box2 {
  padding-left: 55px;
}
#index-body .init-2 .left ul li:nth-child(3) .box2 i:after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .init-2 .left ul li em {
  color: #d72017;
  font-size: 36px;
  font-family: "Montserrat-SemiBold";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 36px;
}
#index-body .init-2 .left ul li .box2 {
  position: relative;
  display: block;
}
#index-body .init-2 .left ul li .box2 i {
  height: 4px;
  background: #d72017;
  display: block;
  position: relative;
}
#index-body .init-2 .left ul li .box2 i:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 3px solid #d72017;
  background: white;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: lr 4s linear alternate infinite;
  -o-animation: lr 4s linear alternate infinite;
  animation: lr 4s linear alternate infinite;
}
#index-body .init-2 .left ul li .box2 p {
  font-family: fantasy;
  font-size: 14px;
  color: black;
  text-transform: capitalize;
  white-space: nowrap;
  margin-top: 10px;
}
#index-body .init-2 .right {
  padding-left: 70px;
  position: relative;
}
#index-body .init-2 .right i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
	z-index:1;
}
#index-body .init-2 .right i:after,
#index-body .init-2 .right i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: play 2.5s linear infinite;
  -o-animation: play 2.5s linear infinite;
  animation: play 2.5s linear infinite;
  border-radius: inherit;
  z-index: -1;
}
#index-body .init-2 .right i:before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-2 .right i img {
  position: relative;
  z-index: 1;
}
#index-body .init-2 .right i span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 70px 30px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 70px 30px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 70px 30px rgba(0, 0, 0, 0.28);
  display: block;
  width: 10px;
  height: 10px;
  z-index: -1;
}
#index-body .init-3 {
  padding: 70px 0 330px;
  text-align: center;
  color: white;
  background: #222;
}
#index-body .init-3 h2 {
  font-size: 46px;
  margin: 15px 0;
  line-height: 46px;
}
#index-body .init-3 p.t {
  font-family: "opensans";
  line-height: 24px;
  max-width: 780px;
  margin: 0 auto;
}
#index-body .init-3 .box {
  padding-top: 40px;
}
#index-body .init-3 .box ul {
  margin: 0 -8px;
}
#index-body .init-3 .box ul li {
  padding: 0 8px;
}
#index-body .init-3 .box ul li .box2 {
  display: block;
  background: white;
  color: black;
  text-align: left;
}
#index-body .init-3 .box ul li .box2 img {
  width: 100%;
}
#index-body .init-3 .box ul li .box2 .content {
  display: block;
  padding: 15px;
}
#index-body .init-3 .box ul li .box2 .content h4 {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Montserrat-SemiBold";
}
#index-body .init-3 .box ul li .box2 .content p {
  font-size: 14px;
  font-family: "opensans";
  line-height: 24px;
  margin-top: 7px;
	min-height:120px;
}
#index-body .init-3 .box ul .slick-arrow {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 100%;
  background-color: #383838;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  margin-top: 30px;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  margin-right: 75px;
}
#index-body .init-3 .box ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
}
#index-body .init-3 .box ul .slick-arrow:hover {
  background-color: #d72017;
}
#index-body .init-4 {
  color: white;
  position: relative;
}
#index-body .init-4:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-4-bg.png") bottom center no-repeat;
  z-index: -1;
}
#index-body .init-4 .top {
  margin-top: -250px;
}
#index-body .init-4 .top h4 {
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
}
#index-body .init-4 .top h3 {
  font-size: 36px;
}
#index-body .init-4 .top .box {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
#index-body .init-4 .top .box .left {
  width: 35%;
  vertical-align: middle;
}
#index-body .init-4 .top .box .right {
  width: 65%;
  color: #222;
  vertical-align: middle;
  padding: 0 40px;
}
#index-body .init-4 .top .box .right h2 {
  font-size: 40px;
}
#index-body .init-4 .top .box .right .form {
  padding-top: 50px;
}
#index-body .init-4 .top .box .right .form ul {
  margin: -15px;
}
#index-body .init-4 .top .box .right .form ul li {
  padding: 15px;
}
#index-body .init-4 .top .box .right .form ul li h4 {
  margin-bottom: 5px;
  text-transform: none;
}
#index-body .init-4 .top .box .right .form ul li input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  background: #f3f3f3;
  border: none;
  font-family: "Franklin_Gothic_Medium";
  padding: 0 15px;
}
#index-body .init-4 .top .box .right .form ul li.wid-100 {
  width: 100%;
}
#index-body .init-4 .top .box .right .form ul li.wid-100 input[type="submit"] {
  background: #d72017;
  text-align: center;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .top .box .right .form ul li.wid-100 input[type="submit"]:hover {
  background: #222;
}
#index-body .init-4 .bottom {
  padding: 120px 0 60px;
  color: #222;
}
#index-body .init-4 .bottom ul {
  margin: 0 -10px;
}
#index-body .init-4 .bottom ul li {
  padding: 0 10px;
}
#index-body .init-4 .bottom ul li h4 {
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
}
#index-body .init-4 .bottom ul li .content {
  margin-top: 80px;
  padding-left: 100px;
  position: relative;
  padding-bottom: 30px;
}
#index-body .init-4 .bottom ul li .content i {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100px;
}
#index-body .init-4 .bottom ul li .content p {
  font-size: 16px;
  font-family: "opensans";
  line-height: 24px;
}
#index-body .init-4 .bottom ul .slick-dots {
  text-align: center;
  padding-top: 70px;
}
#index-body .init-4 .bottom ul .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #222;
  background: #222;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0;
}
#index-body .init-4 .bottom ul .slick-dots li button {
  display: none;
}
#index-body .init-4 .bottom ul .slick-dots li.slick-active {
  background: transparent;
}
#index-body .init-5 {
  padding-top: 80px;
  background: #222;
  color: white;
}
#index-body .init-5 h2 {
  font-size: 50px;
  line-height: 50px;
}
#index-body .init-5 .bottom {
  padding-top: 60px;
}
#index-body .init-5 .bottom ul {
	margin:0 -2px;
}
#index-body .init-5 .bottom ul li {
  width: 25%;
	padding:0 2px;
}
#index-body .init-5 .bottom ul li a {
  display: block;
}
#index-body .init-5 .bottom ul li img {
	width:100%;
}
#index-body .init-5 .bottom ul li a h4 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  line-height: 50px;
  height: 50px;
  background: rgba(215, 32, 23, 0.71);
  padding: 0 15px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-5 .bottom ul li a:hover h4 {
  bottom: 0;
}
#index-body .init-5 .bottom ul .slick-arrow {
  width: 46px;
  height: 46px;
  display: block;
  border: none;
  top: -110px;
  left: 80%;
  position: absolute;
}
#index-body .init-5 .bottom ul .slick-arrow.slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center #383838;
  background-size: 14px;
  margin-left: -36px;
}
#index-body .init-5 .bottom ul .slick-arrow.slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center #d72017;
  background-size: 14px;
  margin-left: 36px;
}
#index-body .init-6 {
  background: #f9f9f9;
  padding: 90px 0 120px;
  text-align: center;
}
#index-body .init-6 h4 {
  text-transform: uppercase;
}
#index-body .init-6 h2 {
  font-size: 50px;
  margin: 30px 0 40px;
  line-height: 50px;
}
#index-body .init-6 .box {
  text-align: left;
}
#index-body .init-6 .box .box2 {
  background: white;
}
#index-body .init-6 .box .box2 a.img-box {
  display: block;
}
#index-body .init-6 .box .box2 a.img-box img {
  width: 100%;
}
#index-body .init-6 .box .box2 a.img-box:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: rgba(215, 32, 23, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-6 .box .box2 a.img-box:before {
  content: "\f0c1";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 50px;
  height: 50px;
  background: white;
  line-height: 50px;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #d72017;
  z-index: 1;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
#index-body .init-6 .box .box2 a.img-box:hover:after {
  width: 100%;
}
#index-body .init-6 .box .box2 a.img-box:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
#index-body .init-6 .box .box2 .content {
  padding: 25px 20px;
}
#index-body .init-6 .box .box2 .content time {
  font-size: 12px;
  color: #a4a6a9;
}
#index-body .init-6 .box .box2 .content time i {
  margin-right: 5px;
}
#index-body .init-6 .box .box2 .content h4 {
  margin: 10px 0 30px;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  text-transform: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 67px;
}
#index-body .init-6 .box .box2 .content h4:hover {
  color: #d72017;
}
#index-body .init-6 .box .box2 .content a.more {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #eee;
  padding-bottom: 2px;
  color: #d72017;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
}
#index-body .init-6 .box .left {
  padding-right: 25px;
}
#index-body .init-6 .box .right {
  padding-left: 25px;
}
#index-body .init-6 .box .right ul {
  margin: -15px 0;
}
#index-body .init-6 .box .right ul li {
  padding: 15px 0;
}
#index-body .init-6 .box .right ul li .content {
  padding: 20px;
}
#index-body .init-6 .box .right ul li .content h4 {
  margin: 5px 0 14px;
}
#index-body .init-7 {
  padding: 40px 0 25px;
  background: url("../images/init-8-bg.jpg") no-repeat center center #d72017;
  text-align: center;
  color: white;
}
#index-body .init-7 h2 {
  font-size: 50px;
  line-height: 50px;
}
#index-body .init-7 a {
  display: inline-block;
  margin: 15px auto 0;
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
  color: #d72017;
  background: white;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-7 a:hover {
  color: white;
  background: #222;
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-o-keyframes play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-moz-keyframes play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes lr {
  from {
    left: 100%;
  }
  to {
    left: -10%;
  }
}
@-o-keyframes lr {
  from {
    left: 100%;
  }
  to {
    left: -10%;
  }
}
@-moz-keyframes lr {
  from {
    left: 100%;
  }
  to {
    left: -10%;
  }
}
@keyframes lr {
  from {
    left: 100%;
  }
  to {
    left: -10%;
  }
}
#footer {
  /* background: #222; */
}
#footer .footer-top {
  padding: 60px 0 110px;
}
#footer .footer-top .left {
  width: 38%;
  padding-right: 20px;
}
#footer .footer-top .left p {
  font-family: "Montserrat-Regular";
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 0 40px;
  max-width: 340px;
  margin-top: 10px;
}
#footer .footer-top .left a {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  color: #d72017;
  text-transform: capitalize;
}
#footer .footer-top .right {
  width: 62%;
}
#footer .footer-top .right ul li:nth-child(1) {
  width: 60%;
}
#footer .footer-top .right ul li:nth-child(1) dt {
  text-transform: uppercase;
}
#footer .footer-top .right ul li:nth-child(1) dd {
  width: 50%;
  float: left;
  white-space: nowrap;
  font-size: 16px;
  color: white;
  font-family: "Montserrat-Regular";
  line-height: 44px;
  text-transform: capitalize;
}
#footer .footer-top .right ul li:nth-child(1) dd:hover {
  text-decoration: underline;
}
#footer .footer-top .right ul li:nth-child(2) {
  width: 40%;
}
#footer .footer-top .right ul li:nth-child(2) dd {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-family: "Montserrat-Regular";
  line-height: 27px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}
#footer .footer-top .right ul li:nth-child(2) dd i {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
}
#footer .footer-top .right ul li:nth-child(2) dd i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .right ul li dl dt {
  font-size: 18px;
  color: white;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 28px;
}
#footer .footer-top .right ul li dl dt:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #f79c27;
  margin-top: 10px;
  display: block;
}
#footer .footer-bottom .box {
  padding: 25px 0;
  border-top: 1px solid #313131;
}
#footer .footer-bottom .box .left {
  width: 70%;
  vertical-align: middle;
}
#footer .footer-bottom .box .left p {
  font-family: "Montserrat-Regular";
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom .box .left p br {
  display: none;
}
#footer .footer-bottom .box .left p a:hover {
  color: white;
  text-decoration: underline;
}
#footer .footer-bottom .box .right {
  width: 30%;
  text-align: right;
  vertical-align: middle;
}
#footer .footer-bottom .box .right ul li {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  /* color: #222; */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .box .right ul li a {
  display: block;
}
#footer .footer-bottom .box .right ul li:hover {
  color: white;
  /* background: #d72017; */
}
@media screen and (max-width: 1400px) {
  #banner .content i img {
    max-width: 70px;
  }
  #banner .content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #banner .content a {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  #index-body .init-2 .left h3 {
	 font-size: 28px;
    line-height: 36px;
  }
  #index-body .init-2 .left ul li em {
    font-size: 28px;
    line-height: 28px;
  }
  #index-body .init-2 .left ul li:nth-child(1) .box2 {
    padding-left: 100px;
  }
  #index-body .init-2 .left ul li:nth-child(2) .box2 {
    padding-left: 60px;
  }
  #index-body .init-2 .left ul li:nth-child(3) .box2 {
    padding-left: 45px;
  }
  #index-body .init-2 .right i img {
    max-width: 80px;
  }
  #index-body .init-2 .right i {
    left: 30px;
  }
  #index-body .init-2 {
    padding-bottom: 70px;
  }
  #index-body .init-3 h2 {
    font-size: 38px;
    line-height: 38px;
  }
  #index-body .init-3 .box ul .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #index-body .init-4 .top h3 {
    font-size: 30px;
  }
  #index-body .init-4 .top .box .right h2 {
    font-size: 34px;
  }
  #index-body .init-4 .top .box .right .form {
    padding-top: 30px;
  }
  #index-body .init-4 .bottom {
    padding: 60px 0;
  }
  #index-body .init-5 h2,
  #index-body .init-6 h2,
  #index-body .init-7 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-6,
  #footer .footer-top {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 22px;
  }
  #header .nav .ui.menu .search-box input {
    width: 180px;
    line-height: 30px;
    height: 30px;
  }
  #header .nav .ui.menu .yuy {
    margin-left: 10px;
  }
  #header .h-top {
    padding: 10px 0;
  }
  #header .h-top ul li:nth-child(2) {
    display: none;
  }
  #header .h-top ul li:nth-child(3) {
    width: 35%;
  }
  #header .h-top ul li:nth-child(4) {
    width: 35%;
  }
  #index-body .init-1 {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  #index-body .init-2 .left .content p:last-child {
    display: none;
  }
  #index-body .init-1 ul li a h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #index-body .init-2 .left h3,
  #index-body .init-2 .left ul li em,
  #index-body .init-4 .top h3,
  #index-body .init-4 .top .box .right h2 {
    font-size: 28px;
    line-height: 30px;
  }
  #index-body .init-3 h2,
  #index-body .init-5 h2,
  #index-body .init-6 h2,
  #index-body .init-7 h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #index-body .init-4 .top .box .right .form ul li {
    padding: 10px;
  }
  #index-body .init-4 .top .box .right .form ul {
    margin: -10px;
  }
  #index-body .init-4 .top .box .right {
    padding: 0 20px;
  }
  #index-body .init-4 .top .box .right .form ul li input {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-4 .bottom ul li .content {
    margin-top: 60px;
  }
  #index-body .init-4 .bottom ul .slick-dots {
    padding-top: 30px;
  }
  #index-body .init-6 h2 {
    margin-top: 10px;
  }
  #index-body .init-6 .box .left {
    padding-right: 15px;
  }
  #index-body .init-6 .box .right {
    padding-left: 15px;
  }
  #index-body .init-6 .box .right ul li {
    padding: 10px 0;
  }
  #index-body .init-6 .box .right ul {
    margin: -10px 0;
  }
  #index-body .init-6 .box .right ul li .content {
    padding: 12px;
  }
  #footer .footer-top .right ul li:nth-child(2) dd {
    word-break: break-word;
  }
  #footer .footer-top .right ul li:nth-child(2) dd br {
    display: none;
  }
  #footer .footer-bottom .box {
    padding: 15px 0;
  }
  #footer .footer-bottom .box .right ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #mobile {
    display: block;
  }
  #header {
    display: none;
  }
  #index-body .init-1 ul li {
    padding: 0 5px;
  }
  #index-body .init-1 ul {
    margin: 0 -5px;
  }
  #index-body .init-1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 30px 0;
  }
  #banner .content h2 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .init-2 .left {
    width: 100%;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    max-height: 300px;
    overflow: hidden;
  }
  #index-body .init-2 .right i {
    left: 50%;
    margin-left: -40px;
  }
  #index-body .init-2 .right > img {
    width: 100%;
  }
  #index-body .init-2 .left h3,
  #index-body .init-2 .left ul li em,
  #index-body .init-4 .top h3,
  #index-body .init-4 .top .box .right h2 {
    font-size: 24px;
    line-height: 26px;
  }
  #index-body .init-2 {
    padding-bottom: 30px;
  }
  #index-body .init-3 h2,
  #index-body .init-5 h2,
  #index-body .init-6 h2,
  #index-body .init-7 h2 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .init-4 .top .box .right {
    padding: 40px 20px;
    width: 100%;
  }
  #index-body .init-4 .top .box .left {
    display: none;
  }
  #index-body .init-6 .box .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #index-body .init-6 .box .right {
    padding-left: 0;
    width: 100%;
  }
  #index-body .init-5 .bottom ul .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #footer .footer-top .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  #footer .footer-top .left p {
    max-width: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content {
    display: none !important;
  }
  #index-body .init-2 .left h3,
  #index-body .init-2 .left ul li em,
  #index-body .init-4 .top h3,
  #index-body .init-4 .top .box .right h2 {
    font-size: 22px;
  }
  #index-body .init-4:after {
    display: none;
  }
  #index-body .init-3 h2,
  #index-body .init-5 h2,
  #index-body .init-6 h2,
  #index-body .init-7 h2 {
    font-size: 24px;
    line-height: 26px;
  }
  #footer .footer-top .right ul li {
    width: 100% !important;
    padding-top: 10px;
  }
  #footer .footer-bottom .box .right {
    display: none;
  }
  #footer .footer-bottom .box .left {
    width: 100%;
  }
  #footer .footer-bottom .box .left p br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-2 .left ul li {
    width: 100% !important;
    margin-bottom: 15px;
  }
  #index-body .init-2 .left ul li .box2 i:after {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
  #index-body .init-5 .bottom ul .slick-arrow.slick-prev {
    margin-left: -26px;
  }
  #index-body .init-5 .bottom ul .slick-arrow.slick-next {
    margin-left: 26px;
  }
}
.inner-banner {
  height: 500px;
  display: block;
}
.inner-banner .box {
  padding-top: 280px;
  display: block;
}
.inner-banner .box h2 {
  font-size: 50px;
  color: white;
  font-family: "Montserrat-SemiBold";
  text-transform: capitalize;
  line-height: 60px;
}
.inner-banner .box .mbx {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-left: -5px;
  font-family: "opensans";
  text-transform: uppercase;
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .box .mbx a:hover {
  color: white;
  text-decoration: underline;
}
.inner-page {
  border-bottom: 10px solid #0076d9;
}
.inner-page h5 {
  font-size: 15px;
  color: #222;
  font-family: "Montserrat-SemiBold";
}
.inner-page h4 {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
}
.inner-page h4.white {
  color: white;
}
.inner-page h4.gray {
  color: #7f8284;
}
.inner-page h3 {
  font-size: 20px;
  color: #222;
  font-family: "Montserrat-SemiBold";
}
.inner-page h2 {
  font-size: 40px;
  color: #222;
  line-height: 48px;
  font-family: "Montserrat-SemiBold";
}
.inner-page p {
  font-size: 18px;
  color: #656565;
  line-height: 24px;
  font-family: "opensans";
}
.inner-page .slick-arrow {
  width: 46px;
  height: 46px;
  display: block;
  border: none;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.inner-page .slick-arrow.slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center #383838;
  background-size: 14px;
  left: 0;
}
.inner-page .slick-arrow.slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center #d72017;
  background-size: 14px;
  right: 0;
}
.inner-page .box-right {
  width: 75%;
  padding-left: 30px;
}
.inner-page .box-right p.t {
  color: rgba(0, 0, 0, 0.6);
}
.inner-page .box-right .box {
  padding-top: 30px;
}
.inner-page .box-left {
  width: 25%;
}
.inner-page .box-left .box {
  border: 5px solid #f2f3f4;
  margin-bottom: 30px;
  padding: 25px;
}
.inner-page .box-left .box h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.inner-page .box-left .box.cat ul li {
  font-family: "opensans";
  position: relative;
}
.inner-page .box-left .box.cat ul li a {
  padding: 15px;
  display: block;
  border-bottom: 1px solid #eee;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.inner-page .box-left .box.cat ul li a:hover{
  color:#1c6ec1;
}
.inner-page .box-left .box.cat ul li i:before {
  content: '+';
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 24px;
  line-height: 20px;
}
/* 
.inner-page .box-left .box.cat ul li li a {
  padding-left: 25px;
}
.inner-page .box-left .box.cat ul li li a:after {
  content: '-';
  position: absolute;
  left: 15px;
  top: 13px;
}
.inner-page .box-left .box.cat ul li.active i:before {
  content: '-';
  margin-top: -3px;
  right: 3px;
} */
.inner-page .box-left .box.Recommended ul li {
	margin-bottom:10px;
}
.inner-page .box-left .box.Recommended ul li .img {
  width: 30%;
  vertical-align: middle;
}
.inner-page .box-left .box.Recommended ul li .content {
  width: 70%;
  padding-left: 15px;
  vertical-align: middle;
}
.inner-page .box-left .box.Recommended ul li .content h5 {
  font-family: "opensans";
  color: rgba(0, 0, 0, 0.6);
}
.inner-page .box-left .box.Recommended ul li .content a.more,
.inner-page .box-left .box.Recommended ul li .content time {
  color: #0076d9;
  font-family: "opensans";
  font-size: 12px;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  /* width: 40px; */
  /* height: 40px; */
  display: inline-block;
  margin: 0 5px;
  background: #eee;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 16px;
  padding: 0 10px;
}
.inner-page .m-page a:hover,.inner-page .m-page span.current {
  background: #1c6ec1;
  color: white;
}
.inner-page ul.prolist {
  margin: -15px;
}
.inner-page ul.prolist li {
  padding: 15px;
}
.inner-page ul.prolist li a.img-box {
  display: block;
}
.inner-page ul.prolist li .content {
  padding-top: 20px;
  text-align: center;
}
.inner-page ul.prolist li .content h4 {
  font-family: "opensans";
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.prolist li .content h4:hover {
  color: #1c6ec1;
}
.inner-page ul.prolist li .content h4 a:hover{
  color: black;

}
.inner-page ul.prolist li .content a.more {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  margin: 20px auto 0;
  padding: 0 20px;
  background: #1c6ec1;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.prolist li .content a.more:hover {
  background: #222;
}
.inner-page ul.gallery {
  margin: -10px;
}
.inner-page ul.gallery li {
  padding: 10px;
}
.inner-page ul.gallery li a {
  display: block;
}
.inner-page ul.gallery li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.inner-page ul.gallery li a h5 {
  font-family: "opensans";
  padding: 10px 20px;
  z-index: 1;
  color: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	line-height:24px;
	background:#4b4b4b;
	position:relative;
	z-index:1;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.inner-page ul.gallery li a:hover:after {
  opacity: 1;
}
.inner-page ul.gallery li a:hover h5 {
  left: 0;
  -webkit-transition: .5s .1s;
  -moz-transition: .5s .1s;
  -ms-transition: .5s .1s;
  -o-transition: .5s .1s;
  transition: .5s .1s;
}
.inner-page .share {
  padding: 20px 0;
}
.inner-page .share li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  border-radius: 3px;
  background: #f1f1f1;
  color: #222;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .share li a {
  display: block;
}
.inner-page .share li:hover {
  background: #d72017;
  color: white;
}
.inner-page .inner-form h5 {
  font-family: "opensans";
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0 !important;
}
.inner-page .inner-form .box {
  padding-top: 40px;
}
.inner-page .inner-form .box ul {
  margin: -10px;
}
.inner-page .inner-form .box ul li {
  padding: 10px;
}
.inner-page .inner-form .box ul li label {
  font-size: 15px;
  font-family: "opensans";
  margin-bottom: 5px;
  display: block;
}
.inner-page .inner-form .box ul li input,
.inner-page .inner-form .box ul li textarea {
  width: 100%;
  border: 1px solid #ececec;
  line-height: 50px;
  height: 50px;
  background: white;
  padding: 0 15px;
}
.inner-page .inner-form .box ul li textarea {
  height: 160px;
  resize: vertical;
  line-height: 28px;
  padding: 11px 15px;
}
.inner-page .inner-form .box ul li input[type="submit"] {
  max-width: 200px;
  background: #d72017;
  color: white;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .inner-form .box ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .inner-form .box ul li.wid-100 {
  width: 100%;
}
.inner-page .inner-form .box ul li.sub {
  text-align: right;
}
.inner-page .news-content {
  border: 5px solid #f2f3f4;
  padding: 40px;
}
.inner-page .news-content time,
.inner-page .news-content .views {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  font-family: "opensans";
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.inner-page .news-content time i,
.inner-page .news-content .views i {
  color: #d72017;
  margin-right: 5px;
}
.inner-page .news-content h3 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 28px;
  margin-bottom: 15px;
}
.inner-page .news-content h3:hover {
  color: #d72017;
}
.inner-page .news-content a.more {
  margin-top: 20px;
  display: inline-block;
  padding: 0 30px;
  border: 2px solid #d72017;
  line-height: 40px;
  height: 46px;
  color: #d72017;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .news-content a.more:hover {
  background: #d72017;
  color: white;
}
.inner-page .news-content .share {
  text-align: center;
  margin: 25px 0;
  padding: 10px 0;
  border-top: 1px solid #f2f3f4;
  border-bottom: 1px solid #f2f3f4;
}
.inner-page .news-content .m-link {
  font-family: "opensans";
}
.inner-page .news-content .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: rgba(0, 0, 0, 0.6);
}
.inner-page .news-content .m-link a span {
  margin-right: 6px;
  font-size: 15px;
  color: #222;
}
.inner-page .news-content .m-link a:hover {
  color: #d72017;
}
.inner-page .news-content ul.image-gallery {
	margin:-10px;
    font-size: 0;
	padding-top:20px;
[;letter-spacing: -4px;font-size: 12px;]
}
.inner-page .news-content ul.image-gallery li {
	width:33.333%;
	padding:10px;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}
.inner-page .news-content ul.image-gallery li i,
.inner-page .news-content ul.image-gallery li span,
.inner-page .news-content ul.image-gallery li em {
	display:none;
}
.inner-page .news-content ul.image-gallery li a.af:after {
	content:attr(title);
    font-family: "opensans";
    padding: 10px 20px;
    z-index: 1;
    color: white;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 24px;
    background: #4b4b4b;
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	display:block;
}
.inner-page .news-content ul {
	padding:10px 0;
}
.inner-page .news-content ul li {
	color:rgba(0,0,0,.6);
	font-size:14px;
	padding:5px 0;
	list-style:disc;
	font-family: "opensans";
}
.about-page .about-1 {
  padding: 120px 0 80px;
}
.about-page .about-1 .left {
  padding: 50px 50px 0;
  position: relative;
}
.about-page .about-1 .left:after {
  content: '';
  width: 70%;
  height: 80%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: url("../images/about-icon-1.jpg");
  z-index: -2;
}
.about-page .about-1 .left:before {
  content: '';
  width: 30%;
  height: 30%;
  display: block;
  background: #d72017;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: -1;
}
.about-page .about-1 .right h2 {
  margin-bottom: 50px;
}
.about-page .about-1 .right ul {
  padding-top: 60px;
  margin: -15px;
}
.about-page .about-1 .right ul li {
  padding: 15px;
}
.about-page .about-1 .right ul li .content {
  padding-left: 60px;
  position: relative;
}
.about-page .about-1 .right ul li .content i {
  position: absolute;
  left: 0;
  top: 7px;
  color: #d72017;
  font-size: 40px;
}
.about-page .about-2 {
  padding-top: 60px;
  background: #d72017;
  text-align: center;
  position: relative;
}
.about-page .about-2:after {
/*   content: ''; */
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
}
.about-page .about-2 h2 {
  color: white;
}
.about-page .about-2 .top ul {
  margin: 0 -10px;
  padding: 60px 0;
}
.about-page .about-2 .top ul li {
  padding: 0 10px;
}
.about-page .about-2 .top ul li .content {
  position: relative;
  text-align: left;
  padding-left: 60px;
}
.about-page .about-2 .top ul li .content i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 40px;
  color: #fff;
}
.about-page .about-2 .top ul li .content p {
  color: rgba(255, 255, 255, 0.8);
}
.about-page .about-2 .bottom {
  background: #000;
  padding: 50px 15%;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .bottom > i {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  color: white;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .bottom ul {
  position: static;
}
.about-page .about-2 .bottom li i {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.about-page .about-2 .bottom li i span {
  display: block;
  max-width: 80px;
}
.about-page .about-2 .bottom h3 {
  color: white;
  padding: 50px 0;
}
.about-page .about-2 .bottom p {
  font-family: "opensans";
  color: rgba(255, 255, 255, 0.81);
  font-size: 18px;
}
.about-page .about-2 .bottom .slick-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.about-page .about-2 .bottom .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid white;
  background: white;
  cursor: pointer;
  cursor: hand;
  margin: 8px 0;
}
.about-page .about-2 .bottom .slick-dots li button {
  display: none;
}
.about-page .about-2 .bottom .slick-dots li.slick-active {
  background: transparent;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .left {
  padding-right: 25px;
  vertical-align: middle;
}
.about-page .about-3 .left .content {
  padding: 15px 0;
}
.about-page .about-3 .left .content p {
  padding: 10px 0;
}
.about-page .about-3 .left .content a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  color: white;
  min-width: 200px;
  background: #d72017;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .left .content a.more:hover {
  background: #222;
}
.about-page .about-3 .right {
  padding-left: 25px;
  vertical-align: middle;
}
.about-page .about-3 .right ul {
  margin: -15px 0;
}
.about-page .about-3 .right ul li {
  padding: 15px 0;
}
.about-page .about-3 .right ul li h5 i {
  float: right;
}
.about-page .about-3 .right ul li .line {
  height: 8px;
  display: block;
  background: #f7f9fa;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.about-page .about-3 .right ul li .line i {
  position: relative;
  width: 0;
  height: inherit;
  display: block;
  background: #d72017;
  -webkit-transition: 6s;
  -moz-transition: 6s;
  -ms-transition: 6s;
  -o-transition: 6s;
  transition: 6s;
}
.about-page .about-3 .right ul li .line i:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 3px solid #d72017;
  background: #f7f9fa;
  position: absolute;
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-4 {
  padding: 80px 0;
  background: #f9f9f9;
  text-align: center;
}
.about-page .about-4 .box {
  padding-top: 50px;
}
.about-page .about-4 .box ul {
  margin: 0 -10px;
}
.about-page .about-4 .box ul li {
  padding: 0 10px;
}
.about-page .about-4 .box ul li .content {
  display: block;
  background: white;
}
.about-page .about-4 .box ul li .content .head {
  position: relative;
  overflow: hidden;
}
.about-page .about-4 .box ul li .content .head dl {
  position: absolute;
  left: -56px;
  bottom: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content .head dl dd {
  margin-top: 2px;
  width: 46px;
  height: 46px;
  display: block;
  background: white;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content .head dl dd a {
  display: block;
}
.about-page .about-4 .box ul li .content .head dl dd:hover {
  background: #d72017;
  color: white;
}
.about-page .about-4 .box ul li .content h3 {
  padding: 10px 0;
}
.about-page .about-4 .box ul li .content p {
  padding-bottom: 10px;
}
.about-page .about-4 .box ul li .content:hover .head dl {
  left: 10px;
}
.history-page .history-1 {
  padding: 100px 0;
  text-align: center;
}
.history-page .history-1 img {
  margin-bottom: 40px;
}
.history-page .history-1 p {
  max-width: 800px;
  margin: 0 auto;
}
.history-page .history-1 h3 {
  margin-top: 20px;
  color: #d72017;
}
.history-page .history-2 {
  padding: 80px 0;
  background: #f9f9f9;
}
.history-page .history-2 .box {
  padding-top: 60px;
  position: relative;
}
.history-page .history-2 .box ul li {
  padding-bottom: 30px;
  position: relative;
}
.history-page .history-2 .box ul li:last-child {
  padding-bottom: 0;
}
.history-page .history-2 .box ul li:after {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 15%;
  top: 0;
  background: #ececec;
}
.history-page .history-2 .box ul li:before {
  content: '';
  border: 6px solid #d72017;
  border-radius: 100%;
  position: absolute;
  left: 15%;
  top: 10px;
  z-index: 1;
  margin-left: -4px;
}
.history-page .history-2 .box ul li .year {
  width: 15%;
  padding-left: 30px;
}
.history-page .history-2 .box ul li .content {
  width: 85%;
  padding-left: 30px;
}
.history-page .history-2 .box ul li .content img {
	display:inline-block;
	width:30%;
	vertical-align:top;
}
.history-page .history-2 .box ul li .content p {
	width:70%;
	display:inline-block;
	vertical-align:top;
	margin-left:-5px;
	padding-left:30px;
}
.faq-page h2 {
  text-align: center;
}
.faq-page h2:after {
  content: '';
  width: 200px;
  height: 2px;
  display: block;
  margin: 15px auto 0;
  background: #d72017;
}
.faq-page .faq-1 {
  padding: 80px 0;
  text-align: center;
}
.faq-page .faq-1 h2 {
  margin-bottom: 50px;
}
.faq-page .faq-1 p {
  padding: 10px 0;
}
.faq-page .faq-2 {
  padding-bottom: 50px;
}
.faq-page .faq-2 ul {
  padding-top: 50px;
}
.faq-page .faq-2 li {
  padding-bottom: 20px;
}
.faq-page .faq-2 li h3 {
  padding: 15px 30px;
  background: #f1f1f1;
  font-family: "opensans";
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.faq-page .faq-2 li h3:after {
  content: '+';
  font-weight: normal;
  font-size: 28px;
  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%);
  line-height: 20px;
}
.faq-page .faq-2 li p {
  padding: 20px 30px;
  background: #fbfbfb;
  display: none;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.faq-page .faq-2 li.active h3,
.faq-page .faq-2 li:hover h3 {
  background: #d72017;
  color: white;
}
.faq-page .faq-2 li.active h3:after{
  content: '-';
  font-size: 34px;
  margin-top: -4px;
  right: 23px;
}
.product-page {
  padding: 80px 0;
}
.prodet-page {
  padding: 100px 0;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  padding-left: 40px;
}
.prodet-page .prodet-1 .right .content {
  padding-top: 30px;
}
.prodet-page .prodet-1 .right .album {
  padding-top: 20px;
}
.prodet-page .prodet-1 .right .album ul {
  margin: -5px;
}
.prodet-page .prodet-1 .right .album ul li {
  padding: 5px;
  width: 20%;
  display: inline-block;
}
.prodet-page .prodet-1 .right .album ul .slick-arrow {
  width: 25px;
  height: 25px;
  background-size: 8px;
}
.prodet-page .prodet-1 .right .album ul .slick-arrow.slick-prev {
  left: -30px;
  color: transparent;
}
.prodet-page .prodet-1 .right .album ul .slick-arrow.slick-next {
  right: -30px;
  color: transparent;
}
.prodet-page .prodet-2 {
  padding: 50px 0;
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid  #ececec;
}
.prodet-page .prodet-2 .top ul li {
  line-height: 50px;
  height: 50px;
  min-width: 180px;
  padding: 0 20px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ececec;
  border-bottom: none;
  font-size: 16px;
  font-family: "opensans";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  background: #d72017;
  margin-bottom: -1px;
  cursor: pointer;
  cursor: hand;
  color: white;
}
.prodet-page .prodet-2 .top ul li:hover,
.prodet-page .prodet-2 .top ul li.active {
  color: #222;
  background: white;
}
.prodet-page .prodet-2 .bottom {
  padding: 30px;
  border: 1px solid #ececec;
  border-top: none;
}
.prodet-page .prodet-2 .bottom h5 {
  font-family: "opensans";
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.prodet-page .prodet-3 h3 {
  margin-bottom: 30px;
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: 15px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: 15px;
}
.gallery-page {
  padding: 80px 0;
}
.news-page {
  padding: 80px 0;
}
.news-page .box-left form {
  position: relative;
}
.news-page .box-left form input {
  width: 100%;
  line-height: 60px;
  height: 60px;
  border: 2px solid #eee;
  background: white;
  font-size: 16px;
  font-family: "opensans";
  padding: 0 20px;
}
.news-page .box-left form input[type="submit"] {
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: #d72017 url("../images/icon-search-white.png") center center no-repeat;
}
.news-page .box-left ul.news li {
  padding-bottom: 50px;
}
.news-page .box-left ul.news li a.img-box {
  display: block;
}
.newdet-page {
  padding: 80px 0;
}
.newdet-page .box-left .box {
  padding-top: 0;
}
.contact-page .contact-1 {
  padding: 80px 0;
}
.contact-page .contact-1 .left {
  width: 35%;
  padding-right: 5%;
  vertical-align: middle;
}
.contact-page .contact-1 .left h2 {
  margin: 15px 0;
}
.contact-page .contact-1 .left ul {
  padding-top: 30px;
}
.contact-page .contact-1 .left ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
.contact-page .contact-1 .left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .left ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  color: #d72017;
}
.contact-page .contact-1 .left ul li #ewm {
  max-width: 140px;
  border: 5px solid white;
}
.contact-page .contact-1 .right {
  width: 65%;
  vertical-align: middle;
}
.contact-page .contact-1 .right.inner-form .box {
  padding-top: 0;
}
.contact-page .contact-1 .right.inner-form .box h4 {
  margin-bottom: 40px;
}
.contact-page .button-group .button {
  background: #d72017 !important;
}
@media screen and (max-width: 1250px) {
  .inner-page h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .inner-page h3 {
    font-size: 18px;
  }
  .inner-banner .box h2 {
    font-size: 50px;
  }
  .inner-page ul.prolist li,
  .inner-page ul.gallery li {
    padding: 5px;
  }
  .inner-page ul.prolist,
  .inner-page ul.gallery {
    margin: -5px;
  }
  .inner-page ul.prolist li .content a.more {
    margin-top: 10px;
  }
  .inner-page ul.prolist li .content {
    padding: 10px 0;
  }
  .prodet-page .prodet-1 .right .album ul .slick-arrow.slick-prev {
    left: -25px;
  }
  .prodet-page .prodet-1 .right .album ul .slick-arrow.slick-next {
    right: -25px;
  }
  .prodet-page .prodet-3 .slick-arrow.slick-prev {
    left: 5px;
  }
  .prodet-page .prodet-3 .slick-arrow.slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left ul li:last-child #ewm {
    display: none;
  }
  .contact-page .contact-1 .left ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .contact-page .contact-1 .right.inner-form .box h4 {
    margin-bottom: 15px;
  }
  .inner-page h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .inner-page h4 {
    font-size: 14px;
  }
  .inner-page .inner-form .box ul li input,
  .inner-page .inner-form .box ul li textarea {
    line-height: 40px;
    height: 40px;
  }
  .inner-page .inner-form .box ul li textarea {
    line-height: 24px;
    padding: 8px 15px;
    height: 120px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-banner {
    height: 300px;
  }
  .inner-banner .box {
    padding-top: 150px;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .inner-page .box-left {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .box-right {
    display: none;
  }
  .newdet-page,
  .contact-page .contact-1,
  .gallery-page,
  .product-page,
  .prodet-page,
  .news-page,
  .history-page .history-1,
  .history-page .history-2,
  .about-page .about-1,
  .about-page .about-3,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .history-page .history-2 .box {
    padding-top: 40px;
  }
  .about-page .about-1 .right h2 {
    margin-bottom: 30px;
  }
  .news-page .box-left form input {
    line-height: 50px;
    height: 50px;
  }
  .inner-page .news-content h3 {
    font-size: 24px;
  }
  .inner-page .news-content {
    padding: 25px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .inner-page ul.prolist li .content a.more {
    height: 30px;
    line-height: 30px;
  }
  .about-page .about-1 .left {
    width: 100%;
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
  }
  .about-page .about-2 .top ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .about-page .about-2 .bottom h3 {
    padding: 30px 0;
  }
  .about-page .about-3 .right {
    padding-left: 0;
  }
  .about-page .about-3 .left .content p {
    padding: 5px 0;
  }
  .about-page .about-3 .left .content {
    margin: -5px 0;
  }
  .about-page .about-4 .box ul li {
    padding: 0 5px;
  }
  .about-page .about-4 .box ul {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 260px;
  }
  .inner-banner .box {
    padding-top: 120px;
  }
  .contact-page .contact-1 .left,
  .about-page .about-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right,
  .about-page .about-3 .right {
    width: 100%;
    padding-top: 30px;
  }
  .inner-page h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .history-page .history-2 .box ul li {
    padding-left: 40px;
  }
  .history-page .history-2 .box ul li .year {
    padding-left: 0;
    width: 100%;
    margin: 15px 0;
  }
  .history-page .history-2 .box ul li .year h3 {
    color: #d72017;
    position: relative;
  }
  .history-page .history-2 .box ul li .year h3:before {
    content: '';
    border: 6px solid #d72017;
    border-radius: 100%;
    position: absolute;
    left: -40px;
    top: 6px;
    z-index: 1;
    margin-left: -4px;
  }
  .history-page .history-2 .box ul li .content {
    width: 100%;
    padding-left: 0;
  }
  .history-page .history-2 .box ul li .img {
    width: 100%;
  }
.history-page .history-2 .box ul li .content img {
	width:auto;
}
.history-page .history-2 .box ul li .content p {
	width:100%;
	margin-left:0;
	padding-left:0;
	padding-top:15px;
}
  .history-page .history-2 .box ul li:after {
    left: 0;
  }
  .history-page .history-2 .box ul li:before {
    display: none;
  }
  .inner-page .inner-form .box ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .bottom {
    padding: 15px;
  }
  .inner-page .inner-form .box {
    padding-top: 20px;
  }
  .prodet-page .prodet-2 .top ul li {
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .news-content {
    padding: 15px;
  }
  .inner-page .news-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .prodet-page .prodet-2 .top ul li {
    min-width: 120px;
  }
  .inner-page .inner-form .box ul li input[type="submit"] {
    max-width: none;
  }
}
