@font-face {
  font-family: 'TEXTBOOK2';
  src: url(../fonts/TEXTBOOK2.ttf) format('truetype'), url(../fonts/TEXTBOOK2.eot) format('eot'), url(../fonts/TEXTBOOK2.woff) format('woff'), url(../fonts/TEXTBOOK2.woff2) format('woff2');
}
@font-face {
  font-family: 'POPPINS-LIGHT';
  src: url(../fonts/POPPINS-LIGHT.ttf) format('truetype'), url(../fonts/POPPINS-LIGHT.eot) format('eot'), url(../fonts/POPPINS-LIGHT.woff) format('woff'), url(../fonts/POPPINS-LIGHT.woff2) format('woff2');
}
.aligncenter {
	margin:0 auto;
	display:inherit;
}
body {
  font-family: "Microsoft YaHei", "Arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1350px;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  line-height: 40px;
  height: 40px;
  background: #5e5e5e;
}
#header .h-top .left {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  float: left;
}
#header .h-top .right {
  float: right;
  margin-top: -4px;
}
#header .h-top .right form {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right form input {
  line-height: 30px;
  font-size: 16px;
  color: #f5f5f5;
  border-radius: 15px;
  padding: 0 10px;
  border: none;
  background: #8f8f8f;
  width: 180px;
  height: 30px;
}
#header .h-top .right form input[type="submit"] {
  background: url("../images/icon-search.png") no-repeat center center;
  border-radius: 0;
  width: 30px;
  margin-left: 5px;
}
#header .h-top .right .yuy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#header .h-top .right .yuy ul li {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 18px;
  text-align: center;
  border: 1px solid #a1a1a1;
  color: #a1a1a1;
  font-weight: bold;
  margin-left: 15px;
}
#header .h-top .right .yuy ul li.active {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 15px;
  border-width: 2px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
}
#header .nav .ui.menu .menu-box {
  float: right;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-left: 50px;
  font-size: 18px;
  color: black;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 30px 0 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #ff1c1c;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: #ff1c1c;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 5px 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #ff1c1c;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block  \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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: #ff1c1c;
}
#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: #ff1c1c;
  -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: #ff1c1c;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,
#cs th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
#cs td:first-child {
  color: #2d2d2d;
}
#cs td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #ff1c1c;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 20px  !important;
  height: 20px !important;
  background: #b6b5b4 !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fff !important;
  width: 50px !important;
}
#index-body a.more {
  display: inline-block;
  line-height: 46px;
  height: 46px;
  padding: 0 50px;
  background: #5e5e5e;
  font-size: 16px;
  color: white;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body a.more:hover {
  background: #ff1c1c;
}
#index-body a.more:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-1 {
  padding: 120px 0;
  display: inline-block;
  width: 100%;
}
#index-body .init-1 .left {
  width: 50%;
  float: left;
  margin-top: -10px;
}
#index-body .init-1 .left h2 {
  font-family: "TEXTBOOK2";
  font-size: 36px;
  color: black;
}
#index-body .init-1 .left h2:after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: #ff1c1c;
  margin-top: 5px;
}
#index-body .init-1 .left p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin: 50px 0 100px;
  line-height: 24px;
}
#index-body .init-1 .right {
  width: 42%;
  float: right;
}
#index-body .init-1 .right a {
  display: block;
}
#index-body .init-2 {
  padding: 140px 0;
  background: url("../images/init-2-bg.jpg") center center fixed;
  display: inline-block;
  width: 100%;
}
#index-body .init-2 .left {
  width: 40%;
  float: left;
  padding-top: 50px;
}
#index-body .init-2 .left h2 {
  font-size: 30px;
  color: white;
  font-family: "TEXTBOOK2";
  line-height: 38px;
  position: relative;
  display: inline-block;
}
#index-body .init-2 .left h2:after {
  content: '';
  width: 305px;
  height: 283px;
  background: url("../images/init-2-k.png");
  display: block;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 42%;
}
#index-body .init-2 .right {
  width: 60%;
  float: right;
}
#index-body .init-2 .right ul li {
  float: left;
  width: 25%;
  text-align: center;
  color: white;
}
#index-body .init-2 .right ul li i {
  max-height: 60px;
}
#index-body .init-2 .right ul li h3 {
  font-size: 16px;
  padding: 15px 0;
}
#index-body .init-2 .right ul li h3:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #ff1c1c;
  display: block;
  margin: 10px auto 0;
}
#index-body .init-2 .right ul li span {
  font-size: 30px;
}
#index-body .init-2 .right ul li span em {
  font-weight: bold;
}
#index-body .init-3 {
  padding-top: 120px;
  display: inline-block;
  width: 100%;
}
#index-body .init-3 h2 {
  font-size: 72px;
  color: rgba(0, 0, 0, 0.2);
  font-family: "TEXTBOOK2";
  line-height: 70px;
  position: relative;
  z-index: 1;
  margin-bottom: -27px;
}
#index-body .init-3 .box ul li {
  width: 33.3333333333333333%;
  float: left;
}
#index-body .init-3 .box ul li a {
  display: block;
}
#index-body .init-3 .box ul li a img {
  width: 100%;
}
#index-body .init-3 .box ul li .box2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  left: 10%;
}
#index-body .init-3 .box ul li .box2 h3 {
  font-size: 19px;
  color: black;
}
#index-body .init-3 .box ul li .box2 h3 small {
  display: block;
  font-size: 23px;
  text-transform: uppercase;
  font-family: "POPPINS-LIGHT";
  white-space: nowrap;
}
#index-body .init-3 .box ul li .box2 i {
  width: 30px;
  height: 30px;
  background: url("../images/icon-init-3-more.png") no-repeat center center;
  background-size: 100%;
  display: block;
  margin-top: 30px;
}
#index-body .init-3 .box ul li:first-child {
  width: 100%;
}
#index-body .init-3 .box ul li:first-child .box2 h3 {
  font-size: 42px;
}
#index-body .init-3 .box ul li:first-child .box2 h3 small {
  font-size: 50px;
}
#index-body .init-3 .box ul li:first-child .box2 i {
  margin-top: 80px;
  width: 58px;
  height: 58px;
}
#index-body .init-4 {
  padding-bottom: 120px;
}
#index-body .init-4 .init-4-top {
  padding: 90px 0 80px;
  display: inline-block;
  width: 100%;
}
#index-body .init-4 .init-4-top ul {
  margin: 0 -50px;
}
#index-body .init-4 .init-4-top ul li {
  width: 14.258%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: black;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .init-4-top ul li:after {
  content: "";
  width: 100px;
  height: 50px;
  border-radius: 50%;
  background: #e6d8bd;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  top: 25%;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-4 .init-4-top ul li i {
  height: 67px;
  display: block;
}
#index-body .init-4 .init-4-top ul li i img {
  max-height: 100%;
}
#index-body .init-4 .init-4-top ul li h3 {
  margin-top: 15px;
}
#index-body .init-4 .init-4-top ul li:hover:after,
#index-body .init-4 .init-4-top ul li.active:after {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
#index-body .init-4 .init-4-bottom {
  position: relative;
	display:inline-block;
	width:100%;
	background:#f3f4f8;
}
#index-body .init-4 .init-4-bottom ul li {
	width:33.333%;
	float:left;
	text-align:center;
}
#index-body .init-4 .init-4-bottom ul li:first-child {
	width:66.666%;
}
#index-body .init-4 .init-4-bottom ul li img {
	max-height:100%;
	width:100%;
}
#index-body .init-4 .init-4-bottom ul li:nth-child(3)~li {
	display:none;
}
#index-body .init-4 .init-4-bottom li a {
	display:block;
	position:relative;
}
#index-body .init-4 .init-4-bottom li a:after {
  content: '';
  width: 92%;
  height: 80%;
	border: 2px solid black;
  display: block;
  position: absolute;
  top: 10%;
  left: 4%;
	opacity:0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
#index-body .init-4 .init-4-bottom li:first-child a:after {
  width: 96%;
  height: 90%;
  top: 5%;
  left: 2%;
}
#index-body .init-4 .init-4-bottom h3 {
  position: absolute;
  top: 50%;
  left: 6%;
  width: 88%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: black;
  text-align: center;
	opacity:0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
#index-body .init-4 .init-4-bottom li:first-child h3 {
	font-size:44px;
}
#index-body .init-4 .init-4-bottom li:hover h3,
#index-body .init-4 .init-4-bottom li:hover a:after,
#index-body .init-4 .init-4-bottom li:first-child a:after{
	opacity:1;
}
#index-body .init-5 {
  background: url("../images/init-5-bg.jpg") center center fixed;
}
#index-body .init-5 .box {
  padding: 50px 70px 30px;
}
#index-body .init-5 .box h2 {
  font-size: 30px;
  color: white;
}
#index-body .init-5 .box .form {
  padding-top: 50px;
  display: inline-block;
  width: 100%;
}
#index-body .init-5 .box .form h3 {
  font-size: 18px;
  color: white;
  position: relative;
  bottom: -35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 10px;
}
#index-body .init-5 .box .form h3.active {
  bottom: 0;
}
#index-body .init-5 .box .form ul {
  margin: -10px -20px;
}
#index-body .init-5 .box .form ul li {
  width: 33.3333%;
  float: left;
  padding: 10px 20px;
}
#index-body .init-5 .box .form ul li input,
#index-body .init-5 .box .form ul li textarea {
  width: 100%;
  font-size: 18px;
  color: black;
  border: none;
  border-bottom: 1px solid #f6f6f6;
  background: transparent;
  line-height: 24px;
  padding: 8px;
  height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .form ul li input:focus,
#index-body .init-5 .box .form ul li textarea:focus,
#index-body .init-5 .box .form ul li input.active,
#index-body .init-5 .box .form ul li textarea.active {
  border-color: #ff1c1c;
  background: rgba(255, 255, 255, 0.8);
}
#index-body .init-5 .box .form ul li.message {
  width: 100%;
}
#index-body .init-5 .box .form ul li.message textarea {
  height: 50px;
  resize: vertical;
}
#index-body .init-5 .box .form ul li.sub {
  margin-top: 20px;
  width: auto;
  display: inline-block;
  position: relative;
}
#index-body .init-5 .box .form ul li.sub:after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 40px;
  font-size: 18px;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-5 .box .form ul li.sub input[type="submit"] {
  display: inline-block;
  width: auto;
  line-height: 44px;
  height: 44px;
  padding: 0 60px;
  font-size: 16px;
  color: white;
  background: #ff1c1c;
  border: none;
}
#index-body .init-6 {
  padding: 100px 0 75px;
  display: inline-block;
  width: 100%;
}
#index-body .init-6 ul {
  margin: 0 -30px;
}
#index-body .init-6 ul:after {
  content: '';
  height: 100%;
  width: 1px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#index-body .init-6 ul li {
  width: 33.333%;
  float: left;
  padding: 0 30px;
  position: relative;
}
#index-body .init-6 ul li:after {
  content: '';
  height: 100%;
  width: 1px;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#index-body .init-6 ul li h3 {
  font-size: 24px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 ul li h3:hover {
  color: #ff1c1c;
}
#index-body .init-6 ul li time {
  display: block;
  font-size: 18px;
  color: black;
  margin: 10px 0;
}
#index-body .init-6 ul li time i {
  margin-right: 10px;
}
#index-body .init-6 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 80px;
}
#footer {
  background: #5e5e5e;
}
#footer .footer-top {
  padding: 50px 0 40px;
  display: inline-block;
  width: 100%;
}
#footer .footer-top ul li {
  width: 25%;
  float: left;
}
#footer .footer-top ul li dl dt {
  font-size: 18px;
  color: white;
  font-family: "TEXTBOOK2";
  margin-bottom: 30px;
}
#footer .footer-top ul li dl dt:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #eca20c;
  display: block;
  margin-top: 5px;
}
#footer .footer-top ul li dl dd {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  padding: 6px 0 6px 20px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top ul li dl dd:hover {
  color: white;
  text-decoration: underline;
}
#footer .footer-top ul li dl dd:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  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%);
}
#footer .footer-top ul li dl dd.add:after {
  content: "\f041";
  color: #e1b700;
  margin-left: 2px;
  font-size: 18px;
}
#footer .footer-top ul li dl dd.phone:after {
  content: "\f095";
  color: #e1b700;
  margin-left: 1px;
  font-size: 16px;
}
#footer .footer-top ul li dl dd.mail:after {
  content: "\f003";
  color: #e1b700;
}
#footer .footer-top ul li:nth-last-child(2) {
  width: 38.5%;
}
#footer .footer-top ul li:last-child {
  width: 11.5%;
}
#footer .footer-top ul li:last-child dl dd {
  padding-left: 0;
}
#footer .footer-top ul li:last-child dl dd:after {
  display: none;
}
#footer .footer-bottom {
  line-height: 57px;
  height: 57px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
#footer .footer-bottom p {
  display: inline-block;
  margin-right: 50px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
#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;
}
#footer .footer-bottom #gotop {
  float: right;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 1360px) {
  .ui.container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 994px;
  }
  #index-body .init-1 .left p {
    font-size: 15px;
    line-height: 24px;
    margin: 30px 0;
  }
  #index-body .init-1 .left h2 {
    font-size: 32px;
  }
  #index-body .init-1 {
    padding: 70px 0;
  }
  #index-body .init-2 .left h2:after {
    width: 218px;
    height: 203px;
    background-size: 100% auto;
  }
  #index-body .init-2 .left h2 {
    font-size: 26px;
    line-height: 30px;
  }
  #index-body .init-3 h2 {
    font-size: 52px;
  }
  #index-body .init-3 .box ul li:first-child .box2 h3 {
    font-size: 30px;
  }
  #index-body .init-3 .box ul li:first-child .box2 h3 small {
    font-size: 34px;
  }
  #index-body .init-3 .box ul li:first-child .box2 i {
    width: 40px;
    height: 40px;
    margin-top: 40px;
  }
  #index-body .init-3 .box ul li .box2 h3 {
    font-size: 15px;
  }
  #index-body .init-3 .box ul li .box2 h3 small {
    font-size: 18px;
    white-space: nowrap;
  }
  #index-body .init-3 .box ul li .box2 i {
    width: 25px;
    height: 25px;
    margin-top: 20px;
  }
  #index-body .init-4 .init-4-bottom h2 {
    font-size: 30px;
  }
  #index-body .init-5 .box h2 {
    font-size: 26px;
  }
  #index-body .init-5 .box .form h3,
  #index-body .init-5 .box .form ul li input,
  #index-body .init-5 .box .form ul li textarea {
    font-size: 16px;
  }
  #index-body .init-5 .box .form {
    padding-top: 10px;
  }
  #index-body .init-6 ul li h3 {
    font-size: 20px;
  }
  #index-body .init-6 ul li time {
    font-size: 15px;
  }
  #index-body .init-6 ul li p {
    font-size: 13px;
  }
}
.i-product {
  padding: 132px 0 166px;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin: 60px -10px -10px;
  display: inline-block;
  width: 100%;
}
.i-product .pro-list  .column {
  padding: 10px;
  float: left;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
  background: #f5f5f5;
  text-align: center;
}
.i-product .pro-list .con-box a:hover {
  color: #ff1c1c!important;
}
.i-product .pro-list .con-box .inner-box {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  height: 50px;
}
.i-product .pro-list .con-box .inner-box .abst {
  color: #9e9c9f;
  font-size: 14px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #ff1c1c;
  border-color: #ff1c1c;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #ff1c1c;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height: 348px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #5e5e5e;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #5e5e5e url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #5e5e5e;
  left: 0;
  top: 100%;
  border: 1px solid #f5f5f5;
  border-top: none;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: white;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #ff1c1c;
}
.button-group .button {
  background: #ff1c1c !important;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #000000;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
  color: white;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
	font-size:16px;
	line-height:1.8em;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0 211px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 10%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #ff1c1c;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
	line-height:37px;
	padding:0 20px;
	text-align:center;
	font-size:16px;
	background:#ff1c1c;
	border-radius:5px;
	color:white;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a i {
	float:right;
	margin-top:10px;
}
.prodet-page .prodet-pics .grid.two.column .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .prodet-thumb .image-gallery {
	padding-left:5px;
	margin:-10px;
	padding-top:30px;
}
.prodet-page .prodet-pics .grid.two.column .prodet-thumb .image-gallery li {
  padding: 10px;
  display:inline-block;
  width: 20%;
  margin-left:-4px;
}
.prodet-page .prodet-pics .grid.two.column .prodet-thumb .image-gallery li a {
	display:block;
}
.prodet-page .prodet-pics .grid.two.column .prodet-thumb .image-gallery li a img {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #ff1c1c;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #ff1c1c;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #ff1c1c url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  /*height: 48px;*/
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #ff1c1c;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 15px 0 25px;
}
.news-page .new-list li .new-con .abst a {
  color: #ff1c1c;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  padding: 16px 30px 14px;
  background-color: #f5f5f5;
  font-size: 16px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
  border: 1px solid #e3e3e3;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #ff1c1c;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .header-box {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #banner,
  .inner-banner {
    margin-top: 78px;
  }
  #banner .ws-title {
    display: none!important;
  }
  .header-box {
    display: block;
  }
  #header {
    display: none;
  }
  .header-box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s;
    background: #000;
  }
  .header-box.scoll,
  .header-box.hnner,
  .header-box:hover {
    background: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .header-box.scoll .nav li a,
  .header-box.hnner .nav li a,
  .header-box:hover .nav li a {
    color: #666666;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header-box.scoll .nav li a:before,
  .header-box.hnner .nav li a:before,
  .header-box:hover .nav li a:before {
    background: #ff1c1c;
  }
  .header-box.scoll .nav li:hover a,
  .header-box.scoll .nav li.current a,
  .header-box.hnner .nav li:hover a,
  .header-box.hnner .nav li.current a,
  .header-box:hover .nav li:hover a {
    color: #ff1c1c;
  }
  .header {
    padding: 16px 62px 16px 70px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .logo {
    float: left;
    position: relative;
    overflow: auto;
    width: 225px;
    line-height: 1;
  }
  .header-right {
    float: right;
    margin-top: 24px;
  }
  .nav {
    float: left;
  }
  .nav li {
    float: left;
    padding-right: 115px;
    line-height: 1;
  }
  .nav li:last-child {
    padding-right: 0;
  }
  .nav li a {
    display: block;
    line-height: 1;
    font-size: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #ffffff;
    padding-bottom: 35px;
    position: relative;
  }
  .nav li a:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
  }
  .nav li:hover a,
  .nav li.current a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav li:hover a:before,
  .nav li.current a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
  }
  .menubox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 91px;
    background: #ff1c1c;
    filter: alpha(opacity=80);
    background: rgba(0, 120, 215, 0.8);
  }
  .menuwr h2 {
    float: left;
    color: #ffffff;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 54px;
    line-height: 1;
    margin-top: 12px;
  }
  .menulist {
    float: left;
    padding-left: 45px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 110px;
    margin-top: 12px;
  }
  .meun-down {
    display: none;
  }
  .menuwr {
    padding: 28px 0 32px;
  }
  .menulist li {
    margin-bottom: 16px;
  }
  .menulist li a {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
  }
  .menulist li a:hover,
  .menulist li a.active {
    color: #ff9e00;
  }
  .menuimg {
    float: right;
    width: 250px;
    line-height: 1;
    overflow: hidden;
  }
  .menuimg img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .menubtn {
    width: 27px;
    float: right;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
  }
  .menubtn span {
    display: block;
    width: 27px;
    height: 3px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
  }
  .menubtn span:after,
  .menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .menubtn span:before {
    top: -7px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
  }
  .menubtn span:after {
    bottom: -7px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
  }
  .menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .menubtn.active span:after,
  .menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, 0.3s;
  }
  .menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menubtn.active span:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .phei {
    display: none;
    height: 0;
  }
  .navigate {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 80px 0;
    overflow-y: auto;
    display: none;
  }
  .navigateli {
    width: 100%;
  }
  .navigateli > li {
    border-bottom: 1px solid #dfdfdf;
  }
  .navigateli > li.on > a {
    background: #ff1c1c;
    color: #fff;
  }
  .navigateli > li > a {
    display: block;
    text-align: center;
    color: #656565;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
  }
  .menudowns {
    padding: 10px 0 14px;
    border-top: 1px solid #dfdfdf;
    display: none;
  }
  .menudowns li {
    margin-bottom: 10px;
    text-align: center;
  }
  .menudowns li:last-child {
    margin-bottom: 0;
  }
  .menudowns li a {
    display: inline-block;
    color: #999999;
    font-size: 16px;
  }
}