@font-face {
  font-family: 'centurygothic';
  src: url(../fonts/centurygothic.ttf) format('truetype'), url(../fonts/centurygothic.eot) format('eot'), url(../fonts/centurygothic.woff) format('woff'), url(../fonts/centurygothic.woff2) format('woff2');
}
@font-face {
  font-family: 'centurygothic-bold';
  src: url(../fonts/centurygothic-bold.ttf) format('truetype'), url(../fonts/centurygothic-bold.eot) format('eot'), url(../fonts/centurygothic-bold.woff) format('woff'), url(../fonts/centurygothic-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'AlternateGothicNo2BT';
  src: url(../fonts/AlternateGothicNo2BT.ttf) format('truetype'), url(../fonts/AlternateGothicNo2BT.eot) format('eot'), url(../fonts/AlternateGothicNo2BT.woff) format('woff'), url(../fonts/AlternateGothicNo2BT.woff2) format('woff2');
}
.prodet-page .side-right .prodet-1 .text .content table {
  white-space: nowrap;
}
body {
  font-family: "centurygothic";
  max-width: 1920px;
  word-break: break-word;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1470px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: relative;
}
#header .h-top {
  padding: 0 60px;
  line-height: 126px;
  height: 126px;
}
#header .h-top .logo {
  float: left;
}
#header .h-top .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .box {
  float: right;
}
#header .h-top .box .info {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .box .info ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  max-width: 340px;
  margin-left: 35px;
}
#header .h-top .box .info ul li:first-child {
  text-transform: capitalize;
}
#header .h-top .box .info ul li h4 {
  display: block;
  font-size: 12px;
}
#header .h-top .box .info ul li i {
  position: absolute;
  left: 0;
  top: -2px;
}
#header .h-top .box .share {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
#header .h-top .box .share ul li {
  font-size: 20px;
  color: black;
  margin: 0 7px;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .box .share ul li:hover {
  color: #ff6a35;
}
#header .h-top .box .h-search {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #292929;
  font-family: "AlternateGothicNo2BT";
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .box .h-search i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#header .h-top .box .h-search:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #797979;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .box .h-search:hover {
  color: #ff6a35;
}
#header .h-top .box .h-search:hover:after {
  background: #ff6a35;
}
#header .h-top .box .yuy {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  cursor: hand;
}
#header .h-top .box .yuy span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #292929;
  font-family: "AlternateGothicNo2BT";
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .box .yuy span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #797979;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .box .yuy:hover span {
  color: #ff6a35;
}
#header .h-top .box .yuy:hover span:after {
  background: #ff6a35;
}
#header .h-top .box .yuy ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 120px;
  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 #ff6a35;
  display: none \9;
}
#header .h-top .box .yuy ul li {
  display: block;
  float: none;
  padding: 2px 10px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .h-top .box .yuy ul li img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#header .h-top .box .yuy ul li a {
  display: block;
}
#header .h-top .box .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .h-top .box .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav {
  line-height: 70px;
  height: 70px;
  background: #2b2f31;
  text-align: center;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 22px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-family: "AlternateGothicNo2BT";
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #ff6a35;
}
#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: 14px;
  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 #ff6a35;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  border-top: 1px solid #eee;
}
#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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 20;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header.active .nav.fixed {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#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: #ff6a35;
}
#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: #ff6a35;
  -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: #ff6a35;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #ff6a35;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
#banner .nivo-controlNav a {
  width: 10px  !important;
  height: 10px !important;
  background: #fff !important;
  border: 2px solid #a7a8a9 !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 5px !important;
  display: inline-block;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}
#banner .nivo-controlNav a.active {
  border-color: white !important;
  background: white !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: 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: #ff6a35;
  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 .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff6a35;
}
#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 .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
  border-bottom: 36px solid #2b2f31;
}
#banner #metaslider_2447 {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
#banner .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
#banner .content .text {
  display: block;
  color: white;
  max-width: 960px;
  margin: 0 auto;
}
#banner .content .text h2 {
  font-family: "centurygothic-bold";
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}
#banner .content .text h2:after {
  content: '';
  display: block;
  background: #cec7be;
  height: 1px;
  width: 100%;
}
#banner .content .text p {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: "centurygothic-bold";
  margin-top: 15px;
}
#index-body .init-1 {
  padding-top: 70px;
  text-align: center;
  margin-bottom: -230px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-1:after {
  content: attr(data-text);
  position: absolute;
  left: 49%;
  bottom: 230px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "centurygothic-bold";
  font-size: 455px;
  color: #131313;
  text-transform: uppercase;
  opacity: .07;
  line-height: .8;
  letter-spacing: -35px;
  z-index: -1;
  white-space: nowrap;
}
#index-body .init-1 h2 {
  display: block;
  font-size: 48px;
  color: #1f1f1f;
  text-transform: uppercase;
  font-family: "AlternateGothicNo2BT";
  font-weight: bold;
  line-height: .1.0;
}
#index-body .init-1 h2 small {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
#index-body .init-1 .text {
  max-width: 650px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  padding-top: 15px;
}
#index-body .init-1 .box {
  padding-top: 60px;
}
#index-body .init-1 .box ul {
  margin: -40px -20px;
}
#index-body .init-1 .box ul li {
  padding: 40px 20px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
  text-align: left;
}
#index-body .init-1 .box ul li .img {
  display: block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
}
#index-body .init-1 .box ul li .img img {
  width: 100%;
  position: relative;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome 和 Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}
#index-body .init-1 .box ul li .img .box2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome 和 Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
  z-index: 2;
}
#index-body .init-1 .box ul li .img .box2 img {
  position: relative;
}
#index-body .init-1 .box ul li .img .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
#index-body .init-1 .box ul li .img .box2 .text {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) translateZ(120px);
  -moz-transform: translateY(-50%) translateZ(120px);
  -ms-transform: translateY(-50%) translateZ(120px);
  -o-transform: translateY(-50%) translateZ(120px);
  transform: translateY(-50%) translateZ(120px);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  top: 50%;
  font-size: 16px;
  line-height: 1.8;
  color: #eee;
  text-align: left;
  padding: 0 15px;
  z-index: 1;
}
#index-body .init-1 .box ul li h4 {
  font-size: 36px;
  line-height: 50px;
  height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0;
  font-family: "AlternateGothicNo2BT";
  color: white;
  text-align: left;
}
#index-body .init-1 .box ul li em {
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  height: 46px;
  padding: 0 36px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #075ca7;
  color: white;
  text-transform: uppercase;
  font-family: "centurygothic-bold";
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 0;
}
#index-body .init-1 .box ul li em:hover {
  background: #ff6a35;
}
#index-body .init-1 .box ul li.ie2 h4 {
  color: #075ca7;
  margin-top: 0;
}
#index-body .init-1 .box ul li.ie2 em {
  background: #ff6a35;
  margin-bottom: 15px;
}
#index-body .init-1 .box ul li:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .7s .2s;
  -moz-transition: .7s .2s;
  -ms-transition: .7s .2s;
  -o-transition: .7s .2s;
  transition: .7s .2s;
}
#index-body .init-2 {
  background: url("../images/init-2-bg.jpg") center center;
  background-size: cover;
  padding-top: 320px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  color: white;
  text-align: center;
  background-attachment: fixed;
}
#index-body .init-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(48, 52, 55, 0.71);
  z-index: -1;
}
#index-body .init-2 h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-family: "AlternateGothicNo2BT";
  line-height: 1.2;
}
#index-body .init-2 h2 small {
  display: block;
  font-size: 28px;
}
#index-body .init-2 .box {
  margin: 30px 0 50px;
}
#index-body .init-2 .box ul {
  margin: 0 -15px;
}
#index-body .init-2 .box ul li {
  padding: 0 15px;
  text-align: center;
}
#index-body .init-2 .box ul li a.img-box {
  display: block;
}
#index-body .init-2 .box ul li a.img-box img {
  width: 100%;
}
#index-body .init-2 .box ul li a.img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 92, 167, 0.9);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li a.img-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-family: "AlternateGothicNo2BT";
  color: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li a.img-box span img {
  display: block;
  width: auto;
  margin: 0 auto 10px;
}
#index-body .init-2 .box ul li p {
  display: block;
  font-size: 14px;
  color: #cbcbcb;
  font-family: "AlternateGothicNo2BT";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
  margin: 15px 0 5px;
}
#index-body .init-2 .box ul li h3 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "AlternateGothicNo2BT";
  font-size: 26px;
  color: #cbcbcb;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li h3:hover {
  color: #ff6a35;
}
#index-body .init-2 .box ul li:hover a.img-box:after {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
#index-body .init-2 .box ul li:hover a.img-box:after,
#index-body .init-2 .box ul li:hover a.img-box:before,
#index-body .init-2 .box ul li:hover a.img-box span {
  opacity: 1;
}
#index-body .init-2 .btn {
  text-align: center;
}
#index-body .init-2 .btn div,
#index-body .init-2 .btn a {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-2 .btn a {
  font-size: 18px;
  font-family: "AlternateGothicNo2BT";
  margin: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .btn a:hover {
  color: #ff6a35;
}
#index-body .init-2 .btn div {
  font-size: 20px;
  color: #ff6a35;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .btn div:hover {
  color: #075ca7;
}
#index-body .init-3 {
  background: #303437;
}
#index-body .init-3 .left {
  vertical-align: bottom;
  text-align: right;
}
#index-body .init-3 .left .box2 {
  max-width: 720px;
  padding-right: 10%;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
}
#index-body .init-3 .left .box2 h3 {
  font-size: 22px;
  color: #ff6a35;
  font-family: "AlternateGothicNo2BT";
  line-height: 1;
  margin-bottom: 10px;
}
#index-body .init-3 .left .box2 h4 {
  display: block;
  font-family: "AlternateGothicNo2BT";
  font-size: 48px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
}
#index-body .init-3 .left .box2 p {
  display: block;
  font-size: 16px;
  font-family: "AlternateGothicNo2BT";
  color: #b7b7b7;
  margin: 10px 0 35px;
  line-height: 1.4;
}
#index-body .init-3 .left .box2 a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  padding: 0 26px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #105387;
  color: white;
  text-transform: uppercase;
  font-family: "centurygothic-bold";
  font-size: 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 0;
}
#index-body .init-3 .left .box2 a.more:hover {
  background: #ff6a35;
}
#index-body .init-3 .left .partner-box {
  background: #242729;
  padding: 50px 0;
  margin-top: 60px;
}
#index-body .init-3 .left .partner-box h5 {
  display: inline-block;
  vertical-align: middle;
  font-family: "AlternateGothicNo2BT";
  font-size: 20px;
  color: white;
  max-width: 120px;
  text-transform: capitalize;
  line-height: 1.4;
}
#index-body .init-3 .left .partner-box ul {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}
#index-body .init-3 .left .partner-box ul li {
  padding: 0 10px;
  text-align: center;
}
#index-body .init-3 .left .partner-box ul li img {
  display: block;
  margin: 0 auto;
}
#index-body .init-3 .right {
  height: 660px;
  text-align: center;
  position: relative;
  vertical-align: bottom;
}
#index-body .init-3 .right .play {
  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%);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 {
  padding: 100px 0 75px;
  text-align: center;
  overflow: hidden;
}
#index-body .init-4 h3 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  font-family: "AlternateGothicNo2BT";
  text-transform: uppercase;
  color: #1f1f1f;
  line-height: 1;
}
#index-body .init-4 .text {
  display: block;
  font-size: 16px;
  color: #585858;
  max-width: 720px;
  margin: 20px auto 0;
}
#index-body .init-4 .box {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 -30px;
  padding-top: 60px;
}
#index-body .init-4 .box:after {
  content: '';
  width: 200%;
  position: absolute;
  top: 371px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px #bbbcbc dashed;
  z-index: -1;
}
#index-body .init-4 .box ul {
  margin: -25px;
}
#index-body .init-4 .box ul li {
  padding: 25px;
}
#index-body .init-4 .box ul li a.img-box {
  display: block;
  -moz-box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#index-body .init-4 .box ul li a.img-box img {
  width: 100%;
}
#index-body .init-4 .box ul li a.img-box h5 {
  line-height: 54px;
  height: 54px;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-family: "AlternateGothicNo2BT";
  color: white;
  background: rgba(31, 31, 31, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#index-body .init-4 .box ul li p {
  display: block;
  font-size: 14px;
  color: transparent;
  margin-top: 80px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li p i {
  content: '';
  width: 16px;
  height: 16px;
  border: 4px solid #ff6a35;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -8px;
  background: white;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .init-4 .box ul li p i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: inherit;
}
#index-body .init-4 .box ul li p i:after {
  content: '';
  border-bottom: 10px solid #ff6a35;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -1px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul .slick-slide li:hover a.img-box,
#index-body .init-4 .box ul .slick-slide.slick-current + div li a.img-box {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
#index-body .init-4 .box ul .slick-slide li:hover a.img-box h5,
#index-body .init-4 .box ul .slick-slide.slick-current + div li a.img-box h5 {
  background: #105387;
}
#index-body .init-4 .box ul .slick-slide li:hover p,
#index-body .init-4 .box ul .slick-slide.slick-current + div li p {
  color: #585858;
}
#index-body .init-4 .box ul .slick-slide li:hover p i,
#index-body .init-4 .box ul .slick-slide.slick-current + div li p i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  border-width: 3px;
  border-color: #418cc6;
}
#index-body .init-4 .box ul .slick-slide li:hover p i:after,
#index-body .init-4 .box ul .slick-slide.slick-current + div li p i:after {
  opacity: 1;
  border-bottom-color: #418cc6;
}
#index-body .init-5 {
  padding: 70px 0 150px;
  background: #242526;
  text-align: center;
}
#index-body .init-5 i.tit {
  display: block;
  font-size: 18px;
  font-family: "centurygothic-bold";
  color: #ff6a35;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#index-body .init-5 h3 {
  display: block;
  font-family: "AlternateGothicNo2BT";
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
#index-body .init-5 .box {
  padding-top: 100px;
}
#index-body .init-5 .box ul {
  margin: -60px -40px;
}
#index-body .init-5 .box ul li {
  padding: 60px 40px;
  text-align: left;
}
#index-body .init-5 .box ul li .box2 {
  display: block;
  padding-left: 120px;
  position: relative;
  z-index: 1;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li .box2 i {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 10px;
  background: #418cc6;
  text-align: center;
  line-height: 80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-5 .box ul li .box2 i:after {
  content: '';
  width: 38px;
  height: 38px;
  display: block;
  background: url("../images/icon-5-dots.png") center center;
  position: absolute;
  right: -15px;
  top: -25px;
  z-index: -1;
}
#index-body .init-5 .box ul li .box2 h4 {
  display: block;
  font-size: 24px;
  font-family: "centurygothic-bold";
  color: white;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#index-body .init-5 .box ul li .box2 p {
  display: block;
  font-size: 14px;
  color: #cdcdcd;
  line-height: 1.6;
}
#index-body .init-5 .box ul li .box2:hover {
  top: -15px;
}
#index-body .init-5 .box ul li .box2:hover i {
  background: #ff6a35;
}
#index-body .init-6 {
  background: #103155;
  overflow: hidden;
}
#index-body .init-6 .left {
  vertical-align: middle;
}
#index-body .init-6 .left .slick-dots {
  position: absolute;
  right: 25px;
  bottom: 12px;
}
#index-body .init-6 .left .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0 3px;
  background: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body .init-6 .left .slick-dots li button {
  display: none;
}
#index-body .init-6 .left .slick-dots li.slick-active {
  background: #ff6a35;
}
#index-body .init-6 .right {
  vertical-align: middle;
  text-align: center;
}
#index-body .init-6 .right .content {
  text-align: left;
  display: block;
  margin: 0 auto;
  max-width: 560px;
}
#index-body .init-6 .right .content h3 {
  display: block;
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "AlternateGothicNo2BT";
  line-height: 1;
}
#index-body .init-6 .right .content h5 {
  display: block;
  font-size: 24px;
  color: white;
  margin: 30px 0 10px;
}
#index-body .init-6 .right .content p {
  display: block;
  font-size: 16px;
  color: #9a9a9a;
  line-height: 24px;
}
#index-body .init-6 .right .content .btn {
  margin-top: 40px;
}
#index-body .init-6 .right .content .btn dl {
  margin: -7px;
}
#index-body .init-6 .right .content .btn dl dd {
  width: 45%;
  padding: 7px;
}
#index-body .init-6 .right .content .btn dl dd:nth-child(even) {
  width: 55%;
}
#index-body .init-6 .right .content .btn dl dd a {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  text-align: left;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #105387;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: white;
  font-size: 16px;
}
#index-body .init-6 .right .content .btn dl dd a:hover {
  background: #ff6a35;
}
#index-body .init-7 {
  padding: 100px 0;
  text-align: center;
}
#index-body .init-7 h3 {
  font-size: 48px;
  font-weight: bold;
  color: #1f1f1f;
  font-family: "AlternateGothicNo2BT";
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-7 .text {
  display: block;
  font-size: 16px;
  color: #585858;
  line-height: 1.3;
  margin-top: 15px;
}
#index-body .init-7 .box {
  padding-top: 35px;
  max-width: 1110px;
  margin: 0 auto;
  display: block;
}
#index-body .init-7 .box ul {
  margin: -15px;
}
#index-body .init-7 .box ul li {
  padding: 15px;
}
#index-body .init-7 .box ul li a.img {
  display: block;
  position: relative;
}
#index-body .init-7 .box ul li a.img img {
  width: 100%;
}
#index-body .init-7 .box ul li a.img time {
  display: block;
  padding: 7px 10px;
  text-align: center;
  color: white;
  width: 53px;
  height: 68px;
  background: url("../images/icon-time.png") center center no-repeat;
  font-size: 12px;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: 18px;
}
#index-body .init-7 .box ul li a.img time em {
  display: block;
  font-size: 28px;
  line-height: 1;
}
#index-body .init-7 .box ul li .content {
  display: block;
  text-align: left;
}
#index-body .init-7 .box ul li .content h4 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #1f1f1f;
  line-height: 1;
  font-family: "AlternateGothicNo2BT";
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .box ul li .content h4:hover {
  color: #ff6a35;
}
#index-body .init-7 .box ul li .content p {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #1f1f1f;
}
#footer .footer-top {
  padding: 90px 0 70px;
  background: #103155;
  color: white;
}
#footer .footer-top .left {
  width: 25%;
}
#footer .footer-top .left .f-logo {
  display: block;
}
#footer .footer-top .left .text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #e8e8e8;
  margin-top: 15px;
  max-width: 270px;
}
#footer .footer-top .right {
  width: 75%;
}
#footer .footer-top .right ul {
  margin: -10px;
}
#footer .footer-top .right ul li {
  padding: 10px;
}
#footer .footer-top .right ul li dl {
  max-width: 370px;
}
#footer .footer-top .right ul li dl dt {
  display: block;
  font-size: 22px;
  font-family: "AlternateGothicNo2BT";
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid #586f88;
  margin-bottom: 25px;
}
#footer .footer-top .right ul li dl dd {
  position: relative;
  font-size: 18px;
  color: #e8e8e8;
  padding-left: 45px;
  margin-bottom: 15px;
}
#footer .footer-top .right ul li dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right ul li dl dd i {
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-top .right ul li:first-child {
  width: 45%;
}
#footer .footer-top .right ul li:first-child dl dd:last-child {
  font-size: 14px;
  line-height: 1.2;
}
#footer .footer-top .right ul li:nth-child(2) {
  width: 35%;
}
#footer .footer-top .right ul li:nth-child(2) dl {
  max-width: 310px;
}
#footer .footer-top .right ul li:nth-child(2) dl dd {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0;
  padding-right: 15px;
  width: 55%;
  float: left;
  font-size: 14px;
}
#footer .footer-top .right ul li:nth-child(2) dl dd:nth-child(odd) {
  width: 45%;
}
#footer .footer-top .right ul li:nth-child(2) dl dd:hover {
  text-decoration: underline;
}
#footer .footer-top .right ul li:last-child {
  width: 20%;
}
#footer .footer-top .right ul li:last-child dl dt {
  margin-bottom: 0;
  border-bottom: none;
}
#footer .footer-top .right ul li:last-child dl dd {
  padding-left: 0;
}
#footer .footer-top .right ul li:last-child dl dd form {
  display: block;
  position: relative;
}
#footer .footer-top .right ul li:last-child dl dd form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding-left: 10px;
  padding-right: 40px;
  background: white;
  border: none;
  font-size: 12px;
  color: #111;
}
#footer .footer-top .right ul li:last-child dl dd form input::-webkit-input-placeholder {
  color: #909090;
}
#footer .footer-top .right ul li:last-child dl dd form input:-moz-placeholder {
  color: #909090;
}
#footer .footer-top .right ul li:last-child dl dd form input::-moz-placeholder {
  color: #909090;
}
#footer .footer-top .right ul li:last-child dl dd form input:-ms-input-placeholder {
  color: #909090;
}
#footer .footer-top .right ul li:last-child dl dd form input[type="submit"] {
  padding: 0;
  width: 36px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/icon-search-white.png") center center no-repeat #ff6a35;
  background-size: 14px;
}
#footer .footer-top .right ul li:last-child dl dd p {
  display: block;
  font-size: 12px;
  color: #7da0bb;
  margin: 10px 0;
  line-height: 1;
}
#footer .footer-bottom {
  background: #171717;
  padding: 20px 0;
}
#footer .footer-bottom .left {
  width: 70%;
}
#footer .footer-bottom .right {
  width: 30%;
  text-align: center;
}
#footer .footer-bottom .right ul li {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  line-height: 22px;
  color: #171717;
  background: #d8d8d8;
  font-size: 14px;
  margin: 0 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .right ul li:hover {
  color: white;
  background: #ff6a35;
}
#footer .footer-bottom p {
  font-family: "Arial";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  margin-right: 45px;
  display: inline-block;
}
#footer .footer-bottom p img {
  max-height: 13px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1200px;
  }
  #index-body .init-1:after {
    font-size: 380px;
  }
  #header .h-top {
    line-height: 80px;
    height: 80px;
    padding: 0 15px;
  }
  #header .nav {
    line-height: 50px;
    height: 50px;
  }
  #header .h-top .box .share {
    margin: 0 20px;
  }
  #header .h-top .box .info ul li {
    margin-left: 15px;
  }
  #header .h-top .logo img {
    max-height: 50px;
  }
  #banner .content .text h2 {
    font-size: 60px;
  }
  #banner {
    border-bottom-width: 20px;
  }
  #index-body .init-1 h2,
  #index-body .init-2 h2,
  #index-body .init-4 h3,
  #index-body .init-5 h3,
  #index-body .init-6 .right .content h3,
  #index-body .init-7 h3 {
    font-size: 50px;
  }
  #index-body .init-1 h2 small,
  #index-body .init-2 h2 small {
    font-size: 32px;
  }
  #index-body .init-1 .box ul li h4 {
    font-size: 30px;
    line-height: 30px;
    height: 60px;
  }
  #index-body .init-1 .box ul li em {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
  }
  #index-body .init-2 .box ul li {
    padding: 0 5px;
  }
  #index-body .init-2 .box ul {
    margin: 0 -5px;
  }
  #index-body .init-3 .left .box2 {
    padding: 0 15px;
  }
  #index-body .init-3 .left .box2 h3 {
    font-size: 40px;
  }
  #index-body .init-3 .left .box2 h4 {
    font-size: 70px;
  }
  #index-body .init-3 .left .box2 p {
    font-size: 22px;
    margin: 10px 0 20px;
  }
  #index-body .init-3 .left .partner-box {
    padding: 30px 0;
  }
  #index-body .init-3 .left .partner-box ul {
    max-width: 70%;
  }
  #index-body .init-3 .right {
    height: 500px;
  }
  #index-body .init-3 .right .play {
    max-width: 80px;
  }
  #index-body .init-4 .box {
    margin: 0;
  }
  #index-body .init-4 .box ul li {
    padding: 15px;
  }
  #index-body .init-4 .box ul {
    margin: -15px;
  }
  #index-body .init-4 .box:after {
    top: 321px;
  }
  #index-body .init-4 .box ul li a.img-box h5 {
    font-size: 20px;
  }
  #index-body .init-5 .box {
    padding-top: 60px;
  }
  #index-body .init-5 .box ul li {
    padding: 15px;
  }
  #index-body .init-5 .box ul {
    margin: -15px;
  }
  #index-body .init-5 .box ul li .box2 h4 {
    font-size: 22px;
    line-height: 1;
  }
  #index-body .init-5 .box ul li .box2 i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #index-body .init-5 .box ul li .box2 i img {
    max-width: 40px;
  }
  #index-body .init-5 .box ul li .box2 i:after {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    top: -15px;
  }
  #index-body .init-5 .box ul li .box2 {
    padding-left: 90px;
  }
  #index-body .init-5 {
    padding: 70px 0;
  }
  #index-body .init-6 .right .content h5 {
    font-size: 20px;
    margin: 15px 0 5px;
    line-height: 1;
  }
  #index-body .init-6 .right .content p {
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .init-6 .right .content .btn {
    margin-top: 20px;
  }
  #index-body .init-7 .box ul li .content h4 {
    font-size: 22px;
    margin: 10px 0;
  }
  #footer .footer-top .left {
    width: 100%;
    text-align: center;
  }
  #footer .footer-top .left .text {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #footer .footer-bottom {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header .h-top .box .share {
    display: none;
  }
  #banner .content .text h2 {
    font-size: 46px;
  }
  #banner .content .text p {
    font-size: 16px;
  }
  #banner .content .text {
    max-width: 700px;
  }
  #banner .nivo-controlNav {
    padding: 0;
    bottom: 10px;
  }
  #index-body .init-1 h2,
  #index-body .init-2 h2,
  #index-body .init-4 h3,
  #index-body .init-5 h3,
  #index-body .init-6 .right .content h3,
  #index-body .init-7 h3 {
    font-size: 44px;
  }
  #index-body .init-1 h2 small,
  #index-body .init-2 h2 small {
    font-size: 28px;
  }
  #index-body .init-1:after {
    font-size: 260px;
  }
  #index-body .init-1 .box ul li {
    padding: 10px;
  }
  #index-body .init-1 .box ul {
    margin: -10px;
  }
  #index-body .init-1 .box ul li.ie2 em {
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    font-size: 14px;
  }
  #index-body .init-3 .left .box2 h3 {
    font-size: 30px;
  }
  #index-body .init-3 .left .box2 h4 {
    font-size: 54px;
  }
  #index-body .init-3 .left .box2 p {
    font-size: 20px;
    margin: 10px 0;
  }
  #index-body .init-3 .left .partner-box {
    margin-top: 30px;
  }
  #index-body .init-3 .right {
    height: 460px;
  }
  #index-body .init-3 .right .play {
    max-width: 60px;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-4 .text {
    margin-top: 10px;
  }
  #index-body .init-4 .box ul li p {
    margin-top: 62px;
  }
  #index-body .init-5 .box ul li {
    width: 50%;
  }
  #index-body .init-6 .left {
    width: 100%;
  }
  #index-body .init-6 .left img {
    width: 100%;
  }
  #index-body .init-6 .right {
    width: 100%;
    padding: 40px 15px;
  }
  #index-body .init-6 .right .content {
    max-width: none;
  }
  #index-body .init-7 {
    padding: 60px 0;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-top .right ul li dl dt {
    font-size: 26px;
    line-height: 1;
  }
  #footer .footer-top .right ul li dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content .text h2 {
    font-size: 36px;
  }
  #banner .content .text p {
    line-height: 1.4;
  }
  #index-body .init-3 .left {
    width: 100%;
    padding-top: 40px;
  }
  #index-body .init-3 .right {
    width: 100%;
    height: 260px;
  }
  #index-body .init-3 .left .box2 h4 {
    font-size: 46px;
  }
  #index-body .init-4 .box ul .slick-slide.slick-current li a.img-box {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  #index-body .init-4 .box ul .slick-slide.slick-current li a.img-box h5 {
    background: #105387;
  }
  #index-body .init-4 .box ul .slick-slide.slick-current li p {
    color: #585858;
  }
  #index-body .init-4 .box ul .slick-slide.slick-current li p i {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    border-width: 3px;
    border-color: #418cc6;
  }
  #index-body .init-4 .box ul .slick-slide.slick-current li p i:after {
    opacity: 1;
    border-bottom-color: #418cc6;
  }
  #index-body .init-4 .box ul .slick-slide.slick-current + div li a.img-box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-body .init-4 .box ul .slick-slide.slick-current + div li a.img-box h5 {
    background: rgba(31, 31, 31, 0.9);
  }
  #index-body .init-4 .box ul .slick-slide.slick-current + div li p {
    color: transparent;
  }
  #index-body .init-4 .box ul .slick-slide.slick-current + div li p i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-width: 4px;
    border-color: #ff6a35;
  }
  #index-body .init-4 .box ul .slick-slide.slick-current + div li p i:after {
    opacity: 0;
    border-bottom-color: #ff6a35;
  }
  #index-body .init-4 .box:after {
    top: 340px;
  }
  #footer .footer-top .right ul li:last-child {
    display: none;
  }
  #footer .footer-top .right ul li {
    width: 50% !important;
  }
  #footer .footer-bottom .left {
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom .left p {
    margin-right: 10px;
  }
  #footer .footer-bottom .right {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content .text p {
    display: none;
  }
  #index-body .init-1 h2,
  #index-body .init-2 h2,
  #index-body .init-4 h3,
  #index-body .init-5 h3,
  #index-body .init-6 .right .content h3,
  #index-body .init-7 h3 {
    font-size: 32px;
  }
  #index-body .init-1 h2 small,
  #index-body .init-2 h2 small {
    font-size: 24px;
  }
  #index-body .init-1 .text {
    font-size: 14px;
    padding-top: 10px;
  }
  #index-body .init-1 {
    padding-top: 40px;
    margin-bottom: -160px;
  }
  #index-body .init-1:after {
    font-size: 160px;
    bottom: 160px;
  }
  #index-body .init-2 {
    padding-top: 240px;
    padding-bottom: 40px;
  }
  #index-body .init-4 .box:after {
    display: none;
  }
  #index-body .init-4 .box ul li a.img-box h5 {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  #index-body .init-4 .text {
    font-size: 14px;
  }
  #index-body .init-5 .box ul li {
    width: 100%;
  }
  #index-body .init-5 .box ul li .box2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .init-5 .box ul li .box2 i img {
    max-width: 20px;
  }
  #index-body .init-5 .box ul li .box2 {
    padding-left: 60px;
  }
  #index-body .init-5 .box ul li .box2 h4 {
    font-size: 20px;
  }
  #index-body .init-6 .right .content .btn dl dd a {
    padding: 0 10px;
    font-size: 14px;
  }
  #index-body .init-7 .box ul li {
    padding: 5px;
  }
  #index-body .init-7 .box ul {
    margin: -5px;
  }
  #footer .footer-top .right ul li {
    width: 100% !important;
  }
  #footer .footer-top .right ul li dl {
    max-width: none !important;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-6 .right .content .btn dl dd {
    width: 100% !important;
    padding: 3px;
  }
  #index-body .init-6 .right .content .btn dl {
    margin: -3px;
  }
  #index-body .init-6 .right .content .btn dl dd a {
    line-height: 32px;
    height: 32px;
  }
  #index-body .init-4 .box ul {
    margin: 0;
  }
  #index-body .init-4 .box {
    padding-top: 30px;
  }
  #index-body .init-3 .left .partner-box ul {
    max-width: none;
    display: block;
    margin-top: 20px;
  }
  #index-body .init-3 .left .box2 h4 {
    font-size: 32px;
  }
  #index-body .init-3 .left .box2 p {
    font-size: 18px;
  }
  #index-body .init-3 .left .box2 h3 {
    font-size: 26px;
  }
  #index-body .init-1 .box ul li h4 {
    font-size: 26px;
    line-height: 26px;
    height: auto;
  }
  #index-body .init-1 .box ul li em {
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
    font-size: 14px;
  }
  #banner .content .text h2 {
    font-size: 28px;
    line-height: 1;
  }
  #index-body .init-1 .box {
    padding-top: 30px;
  }
}
.inner-banner {
  line-height: 320px;
  height: 320px;
  background-size: cover;
  background-position: center center;
}
.inner-banner .box {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  width: 100%;
}
.inner-banner .box .text {
  text-align: left;
  color: white;
  max-width: 950px;
  display: block;
  margin: 0 auto;
}
.inner-banner .box .text .mbx {
  display: block;
  font-family: "centurygothic-bold";
  font-size: 16px;
  text-transform: uppercase;
}
.inner-banner .box .text .mbx span {
  display: block;
  font-size: 36px;
  text-transform: none;
  padding: 5px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.inner-banner .box .text p {
  display: block;
  font-size: 14px;
  color: #898989;
  line-height: 24px;
  margin-top: 10px;
}
.inner-page {
  border-top: 80px solid #272a2c;
}
.inner-page .ui.container {
  max-width: 1400px;
}
.inner-page h3 {
  font-size: 30px;
  font-family: "AlternateGothicNo2BT";
  text-transform: uppercase;
  color: #ff6a35;
  font-weight: bold;
  line-height: 1.6;
}
.inner-page a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  padding: 0 28px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  background: #075ca7;
  color: white;
  text-transform: uppercase;
  font-family: "centurygothic-bold";
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page a.more:hover {
  background: #ff6a35;
}
.inner-page .sideBox .side-left {
  width: 25%;
  padding-right: 25px;
  position: sticky;
  top: 80px;
  text-align: left;
}
.inner-page .sideBox .side-left h3 {
  color: #075ca7;
}
.inner-page .sideBox .side-left .box {
  padding: 25px;
  background: #f5f5f5;
  margin-bottom: 40px;
}
.inner-page .sideBox .side-left .box ul li:hover > a {
  background: #ff6a35;
  color: white;
}
.inner-page .sideBox .side-left .box ul li a {
  display: block;
  padding: 10px 20px;
  background: white;
  font-size: 16px;
  margin-bottom: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sideBox .side-left .box ul li a:hover {
  background: #075ca7;
  color: white;
}
.inner-page .sideBox .side-left .box ul li li a {
  background: #F9F9F9;
}
.inner-page .sideBox .side-left .box ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sideBox .side-left .info {
  padding: 50px 15px;
  font-size: 20px;
  text-align: center;
  color: white;
  background: url("../images/init-4.jpg");
  background-size: cover;
  position: relative;
  z-index: 1;
}
.inner-page .sideBox .side-left .info:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(7, 92, 167, 0.6);
  z-index: -1;
}
.inner-page .sideBox .side-left .info h5 {
  font-size: 24px;
  font-family: "centurygothic-bold";
  margin-bottom: 20px;
}
.inner-page .sideBox .side-right {
  width: 75%;
}
.inner-page .m-page {
  text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: #f9f9f9;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page span.current {
  color: white;
  background: #ff6a35;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #075ca7;
  color: white;
}
.about-page .about-1 {
  padding: 100px 0 50px;
}
.about-page .about-1 img.fr {
  padding-left: 50px;
  padding-bottom: 20px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 i {
  display: block;
  font-family: "AlternateGothicNo2BT";
  font-size: 24px;
  color: #105387;
  font-weight: bold；
  text-transform: capitalize;
}
.about-page .about-1 h2 {
  display: block;
  font-size: 50px;
  font-weight:bold;
  color: #242424;
  font-family: "AlternateGothicNo2BT";
}
.about-page .about-1 .text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #141414;
  padding-top: 20px;
  text-indent: 2.5em;
}
.about-page .about-1 .text p {
  padding-bottom: 20px;
}
.about-page .about-1 .text p:last-child {
  padding-bottom: 0;
}
.about-page .about-1 .list {
  padding-top: 50px;
}
.about-page .about-1 .list ul li {
  text-align: center;
  padding: 10px;
  border-left: 1px solid #adadad;
}
.about-page .about-1 .list ul li:first-child {
  border-left: none;
}
.about-page .about-1 .list ul li h4 {
  display: block;
  font-size: 60px;
  font-family: "AlternateGothicNo2BT";
  color: #ff6a35;
  line-height: 1;
}
.about-page .about-1 .list ul li p {
  display: block;
  font-size: 14px;
  color: #141414;
  line-height: 24px;
  text-transform: uppercase;
}
.about-page .about-2 {
  padding: 70px 0 150px;
  background: #363a3c;
  text-align: center;
  overflow: hidden;
}
.about-page .about-2 i.tit {
  display: block;
  font-size: 18px;
  font-family: "centurygothic-bold";
  color: #ff6a35;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about-page .about-2 h3 {
  display: block;
  font-family: "AlternateGothicNo2BT";
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
.about-page .about-2 .box {
  padding-top: 100px;
}
.about-page .about-2 .box ul {
  margin: -60px -40px;
}
.about-page .about-2 .box ul li {
  padding: 60px 40px;
  text-align: left;
}
.about-page .about-2 .box ul li .box2 {
  display: block;
  padding-left: 120px;
  position: relative;
  z-index: 1;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .box ul li .box2 i {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 10px;
  background: #418cc6;
  text-align: center;
  line-height: 80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .box ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-2 .box ul li .box2 i:after {
  content: '';
  width: 38px;
  height: 38px;
  display: block;
  background: url("../images/icon-5-dots.png") center center;
  position: absolute;
  right: -15px;
  top: -25px;
  z-index: -1;
}
.about-page .about-2 .box ul li .box2 h4 {
  display: block;
  font-size: 22px;
  font-family: "centurygothic-bold";
  color: white;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.about-page .about-2 .box ul li .box2 p {
  display: block;
  font-size: 14px;
  color: #cdcdcd;
  line-height: 1.3;
}
.about-page .about-2 .box ul li .box2:hover {
  top: -15px;
}
.about-page .about-2 .box ul li .box2:hover i {
  background: #ff6a35;
}
.about-page .about-3 {
  padding: 100px 0 70px;
}
.about-page .about-3 .box {
  padding-top: 50px;
}
.about-page .about-3 .box ul {
  position: relative;
  z-index: 1;
}
.about-page .about-3 .box ul:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 16%;
  left: 0;
  background: #dfdfdf;
  z-index: -1;
}
.about-page .about-3 .box ul li {
  text-align: center;
  position: relative;
}
.about-page .about-3 .box ul li:after {
  content: '';
  width: 36px;
  height: 36px;
  background: url("../images/about-3-arrow.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 5%;
}
.about-page .about-3 .box ul li h4 {
  display: inline-block;
  font-size: 55px;
  color: #105387;
  font-family: "AlternateGothicNo2BT";
  line-height: 1;
  background: white;
  padding: 0 10px;
}
.about-page .about-3 .box ul li h4 small {
  display: block;
  font-size: 24px;
  color: #252525;
  line-height: normal;
  text-transform: uppercase;
}
.about-page .about-3 .box ul li .text {
  display: block;
  font-size: 16px;
  color: #404040;
  font-weight: bold;
  line-height: 72px;
  height: 72px;
  overflow: hidden;
  margin-top: 5px;
}
.about-page .about-3 .box ul li .text p {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
.about-page .about-4 {
  padding: 100px 0 120px;
  border-top: 1px solid #e2e2e2;
}
.about-page .about-4 .box {
  margin-top: 90px;
}
.about-page .about-4 .box h3:after {
  content: '';
  width: 20%;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  background: #b8b8b8;
  position: relative;
  top: -3px;
}
.about-page .about-4 .box h4 {
  display: block;
  font-size: 24px;
  color: #105387;
  font-weight: bold;
  font-family: "AlternateGothicNo2BT";
  margin: 20px 0;
  line-height: 2;
}
.about-page .about-4 .box h4 br {
  display: none;
}
.about-page .about-4 .box ul li {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  color: #105387;
  line-height: 30px;
  padding-bottom: 15px;
}
.about-page .about-4 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-4 .box ul li:after {
  content: '';
  width: 21px;
  height: 1px;
  background: #ff6a35;
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
}
.about-page .about-4 .box .left {
  position: relative;
  vertical-align: middle;
  padding: 0 2%;
}
.about-page .about-4 .box .right {
  position: relative;
  vertical-align: middle;
  padding: 0 2%;
  text-align: center;
}
.about-page .about-4 .box .right .img {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.about-page .about-4 .box .right .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f2f2f2;
  z-index: -1;
}
.about-page .about-4 .box:first-child {
  margin-top: 0;
}
.about-page .about-4 .box:nth-child(even) .left {
  left: 50%;
}
.about-page .about-4 .box:nth-child(even) .right {
  left: -50%;
}
.about-page .about-5 {
  background: #393939;
}
.about-page .about-5 ul li .img {
  width: 40%;
  vertical-align: middle;
}
.about-page .about-5 ul li .img a {
  display: block;
}
.about-page .about-5 ul li .content {
  width: 60%;
  vertical-align: middle;
  padding: 0 5%;
  text-align: left;
}
.about-page .about-5 ul li .content h3 {
  color: white;
  text-transform: capitalize;
}
.about-page .about-5 ul li .content p {
  display: block;
  font-size: 16px;
  margin: 20px 0 30px;
  color: white;
}
.about-page .about-6 {
  padding: 100px 0 120px;
}
.about-page .about-6 .box {
  padding-top: 60px;
}
.about-page .about-6 .box ul li {
  padding: 0 30px;
  width: auto;
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .box ul li:hover {
  filter: grayscale(0%);
}
.culture-page .culture-1 {
  padding: 100px 0 120px;
  border-top: 1px solid #e2e2e2;
}
.culture-page .culture-1 .box {
  margin-top: 90px;
}
.culture-page .culture-1 .box h3:after {
  content: '';
  width: 20%;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  background: #b8b8b8;
  position: relative;
  top: -3px;
}
.culture-page .culture-1 .box h4 {
  display: block;
  font-size: 20px;
  color: #105387;
  font-family: "AlternateGothicNo2BT";
  margin: 20px 0;
  line-height: 1;
}
.culture-page .culture-1 .box h4 br {
  display: none;
}
.culture-page .culture-1 .box ul li {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  color: #105387;
  line-height: 30px;
  padding-bottom: 15px;
}
.culture-page .culture-1 .box ul li:last-child {
  padding-bottom: 0;
}
.culture-page .culture-1 .box ul li:after {
  content: '';
  width: 21px;
  height: 1px;
  background: #ff6a35;
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
}
.culture-page .culture-1 .box .left {
  position: relative;
  vertical-align: middle;
  padding: 0 2%;
}
.culture-page .culture-1 .box .right {
  position: relative;
  vertical-align: middle;
  padding: 0 2%;
  text-align: center;
}
.culture-page .culture-1 .box .right .img {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.culture-page .culture-1 .box .right .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f2f2f2;
  z-index: -1;
}
.culture-page .culture-1 .box:first-child {
  margin-top: 0;
}
.culture-page .culture-1 .box:nth-child(even) .left {
  left: 50%;
}
.culture-page .culture-1 .box:nth-child(even) .right {
  left: -50%;
}
.culture-page .culture-2 {
  padding-bottom: 100px;
}
.culture-page .culture-2 i {
  display: block;
  font-size: 20px;
  color: #105387;
  font-family: "AlternateGothicNo2BT";
}
.culture-page .culture-2 .text {
  padding-top: 30px;
  font-size: 16px;
  color: #141414;
  line-height: 40px;
}
.organization-page h3:after {
  content: '';
  width: 10%;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  background: #b8b8b8;
  position: relative;
  top: -3px;
}
.organization-page .organization-1 {
  padding: 110px 0 80px;
}
.organization-page .organization-1 .text {
  padding-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
}
.organization-page .organization-1 .box {
  margin-top: 60px;
  text-align: center;
}
.organization-page .organization-1 .box img {
  display: block;
  margin: 0 auto;
}
.organization-page .organization-2 {
  display: block;
}
.organization-page .organization-2 .box {
  margin-top: 25px;
}
.organization-page .organization-2 .box ul li {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.organization-page .organization-2 .box ul li:after {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #3c3f41;
  z-index: -1;
}
.organization-page .organization-2 .box ul li .img {
  width: 35%;
  position: relative;
  vertical-align: middle;
}
.organization-page .organization-2 .box ul li .img a {
  display: block;
}
.organization-page .organization-2 .box ul li .content {
  width: 65%;
  position: relative;
  vertical-align: middle;
  padding: 0 7%;
}
.organization-page .organization-2 .box ul li .content h4 {
  display: block;
  color: white;
  font-size: 36px;
  font-family: "AlternateGothicNo2BT";
  line-height: 50px;
  padding-left: 15px;
  border-left: 4px solid #ff6a35;
  margin-bottom: 20px;
}
.organization-page .organization-2 .box ul li .content p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.organization-page .organization-2 .box ul li:nth-child(even):after {
  background: #f4f4f4;
}
.organization-page .organization-2 .box ul li:nth-child(even) .img {
  left: 65%;
}
.organization-page .organization-2 .box ul li:nth-child(even) .content {
  left: -35%;
}
.organization-page .organization-2 .box ul li:nth-child(even) .content h4,
.organization-page .organization-2 .box ul li:nth-child(even) .content p {
  color: black;
}
.gallery-page .gallery-1 {
  padding: 90px 0 70px;
}
.gallery-page .gallery-1 .box {
  padding-top: 30px;
}
.gallery-page .gallery-1 .box ul {
  margin: 0 -12px;
}
.gallery-page .gallery-1 .box ul li {
  padding: 0 12px;
}
.gallery-page .gallery-1 .box ul li a.img-box {
  display: block;
}
.gallery-page .gallery-1 .box ul li h5 {
  display: block;
  margin-top: 25px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #363636;
  font-family: "AlternateGothicNo2BT";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-1 .box ul li:hover h5 {
  color: #ff6a35;
}
.gallery-page .gallery-2 {
  display: block;
}
.gallery-page .gallery-2 .top {
  display: block;
  background: #105387;
  padding: 90px 0 80px;
}
.gallery-page .gallery-2 .top h3 {
  color: white;
}
.gallery-page .gallery-2 .top .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.gallery-page .gallery-2 .bottom {
  display: block;
  padding: 100px 0;
  background: #2b2f31;
}
.gallery-page .gallery-2 .bottom ul {
  margin: 0 -20px;
}
.gallery-page .gallery-2 .bottom ul li {
  padding: 0 20px;
}
.gallery-page .gallery-2 .bottom ul li a.img-box {
  display: block;
}
.gallery-page .gallery-2 .bottom ul li i {
  display: block;
  margin: 15px auto 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 100%;
  text-align: center;
  color: white;
  background: #075ca7;
  font-size: 18px;
}
.gallery-page .gallery-2 .bottom ul li h5 {
  display: block;
  font-size: 22px;
  color: white;
  font-family: "AlternateGothicNo2BT";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}
.gallery-page .gallery-2 .bottom ul li h5:hover {
  color: #075ca7;
}
.gallery-page .gallery-2 .bottom ul li.ie2 i {
  margin: 0 auto;
}
.gallery-page .gallery-3 {
  padding: 70px 0 90px;
}
.gallery-page .gallery-3 .box {
  padding-top: 50px;
}
.gallery-page .gallery-3 .box ul {
  margin: -25px -10px;
}
.gallery-page .gallery-3 .box ul li {
  padding: 25px 10px;
}
.gallery-page .gallery-3 .box ul li a.img-box {
  display: block;
  border: 1px solid #d6d6d6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-3 .box ul li a.img-box:hover {
  border-color: #075ca7;
}
.gallery-page .gallery-3 .box ul li h5 {
  display: block;
  margin-top: 25px;
  font-family: "AlternateGothicNo2BT";
  font-size: 16px;
  color: #363636;
  line-height: 24px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-3 .box ul li h5:hover {
  color: #075ca7;
}
.range-page .range-1 {
  padding: 85px 0;
}
.range-page .range-1 .box {
  padding-top: 45px;
}
.range-page .range-1 .box .left {
  vertical-align: middle;
  width: 65%;
  padding-right: 30px;
}
.range-page .range-1 .box .left ul li {
  margin-bottom: 20px;
}
.range-page .range-1 .box .left ul li:last-child {
  margin-bottom: 0;
}
.range-page .range-1 .box .left ul li .tit {
  width: 35%;
  padding-right: 10px;
  position: relative;
  vertical-align: middle;
}
.range-page .range-1 .box .left ul li .tit i {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  text-align: center;
}
.range-page .range-1 .box .left ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.range-page .range-1 .box .left ul li .tit h4 {
  font-size: 22px;
  font-family: "AlternateGothicNo2BT";
  color: #105387;
  padding-left: 70px;
}
.range-page .range-1 .box .left ul li .line {
  width: 65%;
  vertical-align: middle;
}
.range-page .range-1 .box .left ul li .line span {
  width: 80%;
  height: 12px;
  border-radius: 6px;
  background: #dbdbdb;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.range-page .range-1 .box .left ul li .line span i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #ff6a35;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.range-page .range-1 .box .left ul li .line h5 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  margin-left: -5px;
  font-family: "AlternateGothicNo2BT";
  font-size: 48px;
  color: #105387;
}
.range-page .range-1 .box .left ul.active li:nth-child(1) .line span i {
  width: 80%;
}
.range-page .range-1 .box .left ul.active li:nth-child(2) .line span i {
  width: 10%;
}
.range-page .range-1 .box .left ul.active li:nth-child(3) .line span i {
  width: 5%;
}
.range-page .range-1 .box .right {
  vertical-align: middle;
  width: 35%;
}
.range-page .range-2 {
  background: #105387;
  padding: 60px 0 70px;
  overflow: hidden;
}
.range-page .range-2 .left {
  width: 60%;
  vertical-align: middle;
  padding-right: 20px;
}
.range-page .range-2 .left .box2 {
  margin-top: 35px;
  color: white;
}
.range-page .range-2 .left .box2 .text1 {
  width: 60%;
}
.range-page .range-2 .left .box2 .text2 {
  width: 40%;
}
.range-page .range-2 .left .box2 dl dt {
  font-size: 30px;
  font-family: "AlternateGothicNo2BT";
  margin-bottom: 15px;
}
.range-page .range-2 .left .box2 dl dd {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.range-page .range-2 .left .box2 dl dd:last-child {
  margin-bottom: 0;
}
.range-page .range-2 .left .box2 dl dd:after {
  content: '';
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  background: white;
}
.range-page .range-2 .right {
  width: 40%;
  vertical-align: middle;
  text-align: center;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}
.range-page .range-2 .right img {
  display: block;
  margin: 0 auto;
}
.range-page .range-2 .right:after {
  content: '';
  width: 500%;
  height: 500%;
  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%);
  background: #2b2f31;
  z-index: -1;
}
.range-page .range-3 {
  padding: 85px 0 110px;
}
.range-page .range-3 .left {
  width: 65%;
  vertical-align: middle;
}
.range-page .range-3 .right {
  width: 35%;
  vertical-align: middle;
  text-align: center;
}
.range-page .range-3 .right dl {
  display: inline-block;
  text-align: left;
  max-width: 270px;
}
.range-page .range-3 .right dl dt {
  font-size: 30px;
  font-family: "AlternateGothicNo2BT";
  margin-bottom: 15px;
  font-weight: bold;
  color: #ff6a35;
}
.range-page .range-3 .right dl dd {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  color: #363636;
}
.range-page .range-3 .right dl dd:last-child {
  margin-bottom: 0;
}
.range-page .range-3 .right dl dd:after {
  content: '';
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #363636;
}
.quality-page .quality-1 {
  position: relative;
}
.quality-page .quality-1:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/quality-1-bg.png") center center no-repeat;
  z-index: 0;
}
.quality-page .quality-1 .top {
  padding: 80px 0 40px;
  position: relative;
  z-index: 1;
}
.quality-page .quality-1 .text {
  padding: 30px 0 80px;
  font-size: 16px;
  color: #363636;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.quality-page .quality-1 .list {
  position: relative;
  z-index: 1;
}
.quality-page .quality-1 .list ul {
  margin: -25px;
}
.quality-page .quality-1 .list ul li {
  padding: 25px;
}
.quality-page .quality-1 .list ul li i {
  display: inline-block;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.13);
}
.quality-page .quality-1 .list ul li h5 {
  display: block;
  font-size: 16px;
  color: #363636;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  font-family: "AlternateGothicNo2BT";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-1 .list ul li:hover h5 {
  color: #ff6a35 !important;
}
.quality-page .quality-1 .bottom {
  padding: 60px 0;
  background: #2b2f31;
}
.quality-page .quality-1 .bottom .list ul li h5 {
  color: white;
}
.quality-page .quality-2 {
  padding: 70px 0 90px;
}
.quality-page .quality-2 .box {
  padding-top: 50px;
}
.quality-page .quality-2 .box ul {
  margin: -25px -10px;
}
.quality-page .quality-2 .box ul li {
  padding: 25px 10px;
}
.quality-page .quality-2 .box ul li a.img-box {
  display: block;
  border: 1px solid #d6d6d6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-2 .box ul li a.img-box:hover {
  border-color: #075ca7;
}
.quality-page .quality-2 .box ul li h5 {
  display: block;
  margin-top: 25px;
  font-family: "AlternateGothicNo2BT";
  font-size: 16px;
  color: #363636;
  line-height: 24px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-2 .box ul li h5:hover {
  color: #075ca7;
}
.product-page {
  padding: 80px 0;
}
.product-page .side-right h4 {
  font-size: 32px;
  font-family: "AlternateGothicNo2BT";
}
.product-page .side-right .text {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.product-page .side-right .list ul {
  margin: -15px;
}
.product-page .side-right .list ul li {
  padding: 15px;
}
.product-page .side-right .list ul li a.img-box {
  display: block;
}
.product-page .side-right .list ul li .content {
  display: block;
  background: #F9F9F9;
  padding: 15px;
}
.product-page .side-right .list ul li .content h5 {
  font-size: 28px;
  color: #333;
  font-family: "AlternateGothicNo2BT";
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .list ul li .content h5:hover {
  color: #ff6a35;
}
.prodet-page {
  padding: 80px 0;
}
.prodet-page .side-right h4 {
  font-size: 32px;
  font-family: "AlternateGothicNo2BT";
}
.prodet-page .side-right .prodet-1 {
  padding-bottom: 60px;
}
.prodet-page .side-right .prodet-1 .img {
  width: 50%;
}
.prodet-page .side-right .prodet-1 .img img {
  width: 1005px;
}
.prodet-page .side-right .prodet-1 .img .slick {
  padding-top: 20px;
}
.prodet-page .side-right .prodet-1 .img .slick ul {
  margin: -10px;
}
.prodet-page .side-right .prodet-1 .img .slick ul li {
  padding: 10px;
}
.prodet-page .side-right .prodet-1 .img .slick ul li a {
  display: block;
}
.prodet-page .side-right .prodet-1 .text {
  width: 50%;
  padding-left: 25px;
}
.prodet-page .side-right .prodet-1 .text .content {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0;
}
.prodet-page .side-right .prodet-1 .text .share {
  margin-bottom: 40px;
}
.prodet-page .side-right .prodet-1 .text .share h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #333;
  font-family: "AlternateGothicNo2BT";
  margin-right: 15px;
}
.prodet-page .side-right .prodet-1 .text .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .side-right .prodet-1 .text .share ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
  background: #eee;
  margin-right: 5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .side-right .prodet-1 .text .share ul li:hover {
  color: white;
  background: #ff6a35;
}
.prodet-page .side-right .prodet-2 {
  padding: 70px 0;
}
.prodet-page .side-right .prodet-2 .content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.prodet-page .side-right .prodet-2 .content table {
  margin: 10px 0;
}
.prodet-page .side-right .prodet-2 .content table tr td {
  border: 1px solid #eee;
}
.prodet-page .side-right .prodet-3 .list {
  padding-top: 20px;
}
.prodet-page .side-right .prodet-3 .list ul {
  margin: -15px;
}
.prodet-page .side-right .prodet-3 .list ul li {
  padding: 15px;
}
.prodet-page .side-right .prodet-3 .list ul li a.img-box {
  display: block;
}
.prodet-page .side-right .prodet-3 .list ul li .content {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.prodet-page .side-right .prodet-3 .list ul li .content h5 {
  font-size: 22px;
  color: #333;
  font-family: "AlternateGothicNo2BT";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 1;
}
.prodet-page .side-right .prodet-3 .list ul li .content h5:hover {
  color: #ff6a35;
}
.faq-page .faq-1 {
  background: #f8f8f8;
  padding: 80px 0;
}
.faq-page .faq-1 .text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
}
.faq-page .faq-1 .text p strong {
  font-family: "AlternateGothicNo2BT";
}
.faq-page .faq-2 {
  padding: 60px 0;
}
.faq-page .faq-2 .list {
  padding-top: 40px;
}
.faq-page .faq-2 .list ul li {
  margin-bottom: 10px;
}
.faq-page .faq-2 .list ul li h4 {
  font-size: 18px;
  color: #103155c2;
  padding: 10px;
  background: #eee;
  font-family: "centurygothic-bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .faq-2 .list ul li .text {
  padding: 20px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 1.6;
}
.faq-page .faq-2 .list ul li:hover h4 {
  background: #075ca7;
  color: white;
}
.contact-page {
  padding: 80px 0;
}
.contact-page .contact-1 .amap-copyright,
.contact-page .contact-1 .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  margin-top: 40px;
}
.contact-page .contact-2 h4 {
  font-size: 30px;
  font-weight: bold;
  color: #ff6a35;
  font-family: "AlternateGothicNo2BT";
}
.contact-page .contact-2 .left {
  padding-right: 25px;
}
.contact-page .contact-2 .left .form {
  padding: 25px;
  background: #F9F9F9;
}
.contact-page .contact-2 .left .form ul {
  margin: -5px;
}
.contact-page .contact-2 .left .form ul li {
  padding: 5px;
}
.contact-page .contact-2 .left .form ul li input,
.contact-page .contact-2 .left .form ul li textarea {
  width: 100%;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 10px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .form ul li input:focus,
.contact-page .contact-2 .left .form ul li textarea:focus {
  border-color: #ff6a35;
}
.contact-page .contact-2 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .left .form ul li textarea {
  height: 140px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
.contact-page .contact-2 .left .form ul li input[type="submit"] {
  width: 240px;
  background: #075ca7;
  color: white;
  font-size: 18px;
  font-family: "centurygothic-bold";
  text-transform: uppercase;
}
.contact-page .contact-2 .left .form ul li input[type="submit"]:hover {
  background: #ff6a35;
}
.contact-page .contact-2 .right {
  padding-left: 25px;
}
.contact-page .contact-2 .right p {
    font-size: 16px;
    color: #105387;
}
.contact-page .contact-2 .right .info {
  padding-top: 30px;
}
.contact-page .contact-2 .right .info ul {
  margin: -10px;
}
.contact-page .contact-2 .right .info ul li {
  padding: 10px;
  font-size: 16px;
}
.contact-page .contact-2 .right .info ul li h5 {
  font-size: 18px;
  font-family: "centurygothic-bold";
  margin-bottom: 5px;
}
.contact-page .contact-2 .right .info ul li i {
  font-size: 18px;
  margin-right: 10px;
}
.contact-page .contact-2 .right .info ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right .info ul li p {
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
}
.news-page {
  padding: 80px 0;
}
.news-page .side-right ul {
  margin: -15px;
}
.news-page .side-right ul li {
  padding: 15px;
}
.news-page .side-right ul li a.img {
  display: block;
  position: relative;
}
.news-page .side-right ul li a.img img {
  width: 100%;
}
.news-page .side-right ul li a.img time {
  display: block;
  padding: 7px 10px;
  text-align: center;
  color: white;
  width: 53px;
  height: 68px;
  background: url("../images/icon-time.png") center center no-repeat;
  font-size: 12px;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: 18px;
}
.news-page .side-right ul li a.img time em {
  display: block;
  font-size: 28px;
  line-height: 1;
}
.news-page .side-right ul li .content {
  display: block;
  text-align: left;
}
.news-page .side-right ul li .content h4 {
  display: block;
  font-size: 20px;
  color: #1f1f1f;
  line-height: 1.4;
  font-family: "AlternateGothicNo2BT";
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .side-right ul li .content h4:hover {
  color: #ff6a35;
}
.news-page .side-right ul li .content p {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #f1f1fb;
}
.newdet-page {
  padding: 80px 0;
  text-align: center;
}
.newdet-page h3 {
  color: #333;
}
.newdet-page time {
  display: block;
  font-size: 18px;
  color: #333;
}
.newdet-page .content {
  display: block;
  margin: 30px 0;
  text-align: left;
  padding: 20px;
  background: #F9F9F9;
  font-size: 16px;
}
.newdet-page .m-link {
  text-align: left;
  font-size: 16px;
  margin-top: 15px;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.technical-page .technical-1 {
  padding: 50px 0;
}
.technical-page .technical-2 {
  padding: 50px 0;
  background: #2b2f31;
}
.technical-page .technical-3 {
  padding: 80px 0 120px;
}
.technical-page .technical-2 .left,
.technical-page .technical-3 .left {
  width: 30%;
  padding-right: 3%;
}
.technical-page .technical-2 .right,
.technical-page .technical-3 .right {
  width: 70%;
  overflow: hidden;
}
.technical-page .technical-2 .left .text,
.technical-page .technical-3 .left .text {
  font-size: 16px;
  color: #d6d6d6;
  line-height: 24px;
  margin-top: 20px;
}
.technical-page .technical-3 .left .text {
  color: #848484;
}
.technical-page .technical-2 .left h3 {
  color: white;
}
.technical-page .technical-3 .left h3 {
  color: #105387;
}
.technical-page .technical-2 .right ul,
.technical-page .technical-3 .right ul {
  margin: -20px;
}
.technical-page .technical-2 .right ul li,
.technical-page .technical-3 .right ul li {
  padding: 20px;
}
.technical-page .technical-2 .right ul li a,
.technical-page .technical-3 .right ul li a {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .contact-page {
    padding: 40px 0;
  }
  #mapContainer {
    height: 340px !important;
  }
  .inner-page h3,
  .range-page .range-3 .right dl dt {
    font-size: 38px;
  }
  .faq-page .faq-1 .text {
    margin-top: 20px;
  }
  .prodet-page .side-right .prodet-1 .text .share h5 {
    font-size: 21px;
  }
  .product-page .side-right .list ul li .content h5 {
    font-size: 24px;
  }
  .inner-banner .box .text .mbx span {
    font-size: 40px;
  }
  .inner-banner .box .text .mbx {
    font-size: 16px;
  }
  .gallery-page .gallery-1 {
    padding: 50px 0;
  }
  .gallery-page .gallery-2 .top {
    padding: 60px 0;
  }
  .gallery-page .gallery-2 .bottom {
    padding: 70px 0;
  }
  .gallery-page .gallery-3 .box ul li h5,
  .quality-page .quality-2 .box ul li h5 {
    font-size: 22px;
  }
  .culture-page .culture-1 .box h4,
  .about-page .about-4 .box h4 {
    font-size: 28px;
  }
  .culture-page .culture-1 .box ul li,
  .about-page .about-4 .box ul li {
    font-size: 16px;
  }
  .about-page .about-2 h3,
  .about-page .about-1 .list ul li h4 {
    font-size: 48px;
  }
  .about-page .about-2 .box ul li .box2 h4 {
    font-size: 22px;
  }
  .about-page .about-1 h2 {
    font-size: 60px;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 46px;
  }
  .about-page .about-5 ul li .content p {
    font-size: 14px;
    margin: 10px 0;
  }
  .range-page .range-1 .box .left ul li .tit h4 {
    font-size: 24px;
    line-height: 1;
  }
  .range-page .range-1 .box .left ul li .tit i img {
    max-width: 28px;
    max-height: 30px;
  }
  .range-page .range-1 .box .left ul li .line h5 {
    font-size: 40px;
  }
  .range-page .range-2 .left .box2 dl dt {
    font-size: 28px;
  }
  .range-page .range-2 .left .box2 dl dd {
    font-size: 14px;
  }
  .about-page .about-6 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .box .text .mbx span {
    font-size: 32px;
  }
  .about-page .about-1 img.fr {
    max-width: 50%;
  }
  .inner-page h3,
  .range-page .range-3 .right dl dt {
    font-size: 28px;
  }
  .about-page .about-1 i {
    font-size: 18px;
  }
  .about-page .about-1 h2 {
    font-size: 48px;
  }
  .about-page .about-2 h3,
  .about-page .about-1 .list ul li h4 {
    font-size: 38px;
  }
  .about-page .about-2 .box ul li .box2 i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .about-page .about-2 .box ul li .box2 i img {
    max-width: 30px;
  }
  .about-page .about-2 .box ul li .box2 {
    padding-left: 80px;
  }
  .about-page .about-2 .box ul li {
    padding: 20px;
  }
  .about-page .about-2 .box ul {
    margin: -20px;
  }
  .about-page .about-2 .box ul li .box2 h4 {
    font-size: 20px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 38px;
  }
  .about-page .about-3 .box ul li h4 small {
    font-size: 20px;
  }
  .about-page .about-3 .box ul li .text {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
  }
  .about-page .about-3 .box ul li .text p {
    line-height: 20px;
  }
  .culture-page .culture-1 .box ul li,
  .about-page .about-4 .box ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .about-page .about-5 ul li {
    width: 100% !important;
  }
  .about-page .about-5 ul li:nth-child(even) .box2 .img {
    position: relative;
    left: 60%;
  }
  .about-page .about-5 ul li:nth-child(even) .box2 .content {
    position: relative;
    left: -40%;
  }
  .about-page .about-6 .box {
    padding-top: 30px;
  }
  .contact-page .contact-2 h4 {
    font-size: 32px;
  }
  .faq-page .faq-1 {
    padding: 50px 0;
  }
  .faq-page .faq-2 .list ul li h4 {
    font-size: 16px;
  }
  .range-page .range-1 .box .left ul li .tit h4 {
    padding-left: 50px;
    font-size: 22px;
  }
  .range-page .range-1 .box .left ul li .line h5 {
    font-size: 32px;
  }
  .range-page .range-1 .box .left ul li {
    margin-bottom: 10px;
  }
  .range-page .range-2 .left .box2 dl dt {
    font-size: 24px;
  }
  .range-page .range-3 .right dl dd {
    font-size: 14px;
    line-height: 20px;
  }
  .range-page .range-3 {
    padding: 50px 0;
  }
  .quality-page .quality-1 .text {
    padding: 20px 0 40px;
  }
  .quality-page .quality-1 .list ul li h5 {
    margin-top: 15px;
  }
  .quality-page .quality-1:after {
    background-size: 100% auto;
  }
  .gallery-page .gallery-3 .box ul li h5,
  .quality-page .quality-2 .box ul li h5 {
    margin-top: 15px;
  }
  .inner-page .sideBox .side-left .info h5 {
    font-size: 20px;
  }
  .inner-page .sideBox .side-left .box {
    padding: 15px;
  }
  .inner-page .sideBox .side-left .box ul li a {
    padding: 6px 12px;
    font-size: 14px;
  }
  .prodet-page .side-right h4 {
    font-size: 28px;
  }
  .product-page .side-right .list ul li {
    padding: 10px;
  }
  .product-page .side-right .list ul {
    margin: -10px;
  }
  .product-page .side-right .list ul li .content {
    padding: 10px;
  }
  .product-page .side-right .list ul li .content h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .culture-page .culture-1 .box h4,
  .about-page .about-4 .box h4 {
    font-size: 24px;
  }
  .culture-page .culture-1 {
    padding: 70px 0;
  }
  .culture-page .culture-2 {
    padding-bottom: 50px;
  }
  .culture-page .culture-2 .text {
    font-size: 14px;
    line-height: 24px;
  }
  .organization-page .organization-1 {
    padding: 60px 0;
  }
  .organization-page .organization-1 .box {
    margin-top: 40px;
  }
  .organization-page .organization-2 .box ul li {
    padding: 30px 0;
  }
  .organization-page .organization-2 .box ul li .content h4 {
    font-size: 28px;
    line-height: 40px;
  }
  .news-page ul li a.img time {
    width: 40px;
    padding: 0;
    height: 50px;
    background-size: 100% auto;
  }
  .news-page ul li a.img time em {
    font-size: 24px;
  }
  .news-page ul li .content h4 {
    font-size: 22px;
  }
  .newdet-page .content {
    font-size: 14px;
  }
  .newdet-page {
    padding: 50px 0;
  }
.technical-page .technical-2 .right,
.technical-page .technical-3 .right {
  width: 100%;
  overflow: hidden;
}
.technical-page .technical-2 .left,
.technical-page .technical-3 .left {
  width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
}
}
@media screen and (max-width: 1000px) {
  .inner-page {
    border-top-width: 20px;
  }
  .organization-page .organization-1 .text {
    font-size: 14px;
  }
  .organization-page .organization-2 .box ul li .content {
    padding: 0 3%;
  }
  .culture-page .culture-1 .box ul li br,
  .about-page .about-4 .box ul li br {
    display: none;
  }
  .culture-page .culture-1 .box {
    margin-top: 40px;
  }
  .inner-page .sideBox .side-left {
    display: none;
  }
  .inner-page .sideBox .side-right {
    width: 100%;
    padding-left: 0;
  }
  .product-page {
    padding: 50px 0;
  }
  .product-page .side-right .text {
    font-size: 14px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .prodet-page {
    padding: 50px 0;
  }
  .gallery-page .gallery-3,
  .quality-page .quality-2 {
    padding: 50px 0;
  }
  .gallery-page .gallery-3 .box ul li,
  .quality-page .quality-2 .box ul li {
    padding: 5px;
  }
  .gallery-page .gallery-3 .box ul,
  .quality-page .quality-2 .box ul {
    margin: -5px;
  }
  .gallery-page .gallery-3 .box,
  .quality-page .quality-2 .box {
    padding-top: 30px;
  }
  .quality-page .quality-1 .list ul li {
    width: 50%;
  }
  .quality-page .quality-1 .list ul li i {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
  .range-page .range-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .range-page .range-1 .box .right {
    width: 100%;
    display: none;
  }
  .range-page .range-1 {
    padding: 40px 0;
  }
  .range-page .range-1 .box {
    padding-top: 20px;
  }
  .range-page .range-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .range-page .range-2 .right {
    width: 100%;
    display: none;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-1 h2 {
    font-size: 36px;
  }
  .about-page .about-1 img.fr {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .about-page .about-1 .list ul li p {
    font-size: 12px;
    line-height: 20px;
  }
  .about-page .about-1 .list ul li {
    width: 25%;
  }
  .about-page .about-2 .box ul li {
    width: 50%;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 img.fr {
    float: none;
    max-width: 100%;
    padding: 15px !important;
  }
  .about-page .about-1 {
    padding: 50px 0;
  }
  .about-page .about-1 h2 {
    font-size: 32px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    border-left: none;
  }
  .about-page .about-2 .box ul li {
    width: 100%;
  }
  .about-page .about-2 .box {
    padding-top: 40px;
  }
  .about-page .about-3 {
    padding: 50px 0;
  }
  .about-page .about-4 .box .left,
  .about-page .about-5 ul li .content {
    width: 100%;
    padding: 20px 0;
    left: 0 !important;
  }
  .about-page .about-4 .box .right,
  .about-page .about-5 ul li .img {
    width: 100%;
    padding: 0;
    left: 0 !important;
  }
  .about-page .about-5 {
    padding: 15px;
  }
  .about-page .about-6 {
    padding: 50px 0;
  }
  #mapContainer {
    height: 300px !important;
  }
  .contact-page .contact-2 .left .form ul li input[type="submit"] {
    font-size: 16px;
  }
  .contact-page .contact-2 .right .info ul li h5 {
    font-size: 16px;
  }
  .faq-page .faq-2 {
    padding: 40px 0;
  }
  .range-page .range-2 .left .box2 .text1,
  .range-page .range-2 .left .box2 .text2 {
    width: 100%;
  }
  .range-page .range-2 .left .box2 .text2 {
    padding-top: 20px;
  }
  .range-page .range-2 .left .box2 dl dd br {
    display: none;
  }
  .range-page .range-2 .left .box2 dl dd {
    margin-bottom: 5px;
  }
  .range-page .range-3 .left {
    width: 100%;
  }
  .range-page .range-3 .right {
    width: 100%;
    padding-top: 20px;
  }
  .range-page .range-3 .right dl {
    max-width: none;
    display: block;
  }
  .prodet-page .side-right .prodet-1 .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .side-right .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .side-right .prodet-2 {
    padding: 40px 0;
  }
  .culture-page .culture-1 .box .left,
  .organization-page .organization-2 .box ul li .content {
    width: 100%;
    left: 0 !important;
    padding: 30px 0;
  }
  .culture-page .culture-1 .box .right,
  .organization-page .organization-2 .box ul li .img {
    width: 100%;
    left: 0 !important;
    padding: 0;
  }
  .news-page {
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px) {
  .culture-page .culture-1 {
    padding: 40px 0;
  }
  .gallery-page .gallery-2 .top .text {
    font-size: 14px;
  }
  .gallery-page .gallery-2 .bottom ul li {
    padding: 0 10px;
  }
  .gallery-page .gallery-2 .bottom ul {
    margin: 0 -10px;
  }
  .gallery-page .gallery-1 .box ul li h5 {
    margin-top: 10px;
  }
  .gallery-page .gallery-2 .bottom ul li h5 {
    font-size: 20px;
  }
  .quality-page .quality-1 .list ul li {
    padding: 10px;
  }
  .quality-page .quality-1 .list ul {
    margin: -10px;
  }
  .range-page .range-1 .box .left ul li .tit {
    display: block;
    width: 100%;
  }
  .range-page .range-1 .box .left ul li .line {
    display: block;
    width: 100%;
  }
  .contact-page .contact-2 .right .info ul li {
    font-size: 14px;
  }
  .contact-page .contact-2 .left .form {
    padding: 15px;
  }
  .about-page .about-1 img.fr {
    padding: 15px 0 !important;
  }
  .about-page .about-4 .box {
    margin-top: 40px;
  }
}
#footer .footer-bottom .right,
#header .h-top .box .share,
.mob-share,
.prodet-page .side-right .prodet-1 .text .share {
  display: none!important;
}
#msg {
  position: fixed;
  right: 3%;
  bottom: 5%;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 20;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: #075ca7;
  color: white;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
font-size: 18px;
}
#msg:hover {
  background: #ff6a35;
}
.msg-form {
  position: fixed;
  right: 0;
  bottom: 0;
  background: white;
  padding: 1em;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  z-index: 21;
  width: 240px;
  max-width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  font-size: 10px;
}
.msg-form.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.msg-form i.close {
  width: 3em;
  height: 3em;
  position: absolute;
  left: .5em;
  top: .5em;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.msg-form i.close:after,
.msg-form i.close:before {
  content: '';
  width: 50%;
  height: .2em;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.msg-form i.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.msg-form i.close:hover {
  background: #075ca7;
}
.msg-form i.close:hover:after,
.msg-form i.close:hover:before {
  background: white;
}
.msg-form ul {
  margin-top: 3em;
}
.msg-form ul li {
  margin-bottom: 1em;
}
.msg-form ul li label {
  display: block;
  font-size: 1.4em;
  color: black;
  font-weight: bold;
  margin-bottom: .5em;
}
.msg-form ul li input,
.msg-form ul li textarea,
.msg-form ul li button {
  width: 100%;
  line-height: 2em;
  padding: .5em;
  border: 1px solid #eee;
}
.msg-form ul li textarea {
  height: 8em;
}
.msg-form ul li button {
  background: #075ca7;
  color: white;
  font-size: 1.6em;
  line-height: normal;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.msg-form ul li button:hover {
  background: #ff6a35;
}
.msg-form ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .msg-form,#msg {
    display: none;
  }
}