@font-face {
  font-family: 'MicrosoftYaHeiLight';
  src: url(../fonts/MicrosoftYaHeiLight.ttf) format('truetype'), url(../fonts/MicrosoftYaHeiLight.eot) format('eot'), url(../fonts/MicrosoftYaHeiLight.woff) format('woff'), url(../fonts/MicrosoftYaHeiLight.woff2) format('woff2');
}
@font-face {
  font-family: 'BDZYJT';
  src: url(../fonts/BDZYJT.ttf) format('truetype'), url(../fonts/BDZYJT.eot) format('eot'), url(../fonts/BDZYJT.woff2) format('woff2');
}
@font-face {
  font-family: 'DFPSongW12-GB';
  src: url(../fonts/DFPSongW12-GB.ttf) format('truetype'), url(../fonts/DFPSongW12-GB.eot) format('eot'), url(../fonts/DFPSongW12-GB.woff) format('woff'), url(../fonts/DFPSongW12-GB.woff2) format('woff2');
}
body {
  font-family: "MicrosoftYaHeiLight";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1200px;
}
#header {
  z-index: 21;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
}
#header .nav:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #e63543;
  background: -webkit-linear-gradient(left, #8235c0, #e63543, #fffc00);
  background: -o-linear-gradient(right, #8235c0, #e63543, #fffc00);
  background: -moz-linear-gradient(right, #8235c0, #e63543, #fffc00);
  background: linear-gradient(to right, #8235c0, #e63543, #fffc00);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  z-index: -1;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .box.right {
  float: right;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 45px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "BDZYJT";
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#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 #e63543;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu ul {
	display:none !important;
}
#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;
}
#header .nav .ui.menu .yuy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  color: white;
  font-size: 18px;
  font-family: "Microsoft YaHei";
}
#header.active {
  top: 0;
}
#header.active .nav:after {
  opacity: 1;
}
#header.hidden {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner {
	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: #269e47;
}
#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: #269e47;
  -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: #269e47;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #269e47;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #269e47 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #269e47;
  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 {
	padding-left:15px;
}
#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: #269e47;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#index-body .init-1 {
  margin: 75px 0;
  padding: 50px 0 40px;
  background: url("../images/init-1-bg.jpg") fixed center center;
  position: relative;
}
#index-body .init-1:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-1-mask.png") center center;
}
#index-body .init-1 .ui {
  z-index: 1;
  color: white;
}
#index-body .init-1 .content {
  padding: 0 40px;
}
#index-body .init-1 h2 {
  font-size: 36px;
  font-family: "DFPSongW12-GB";
  line-height: 36px;
}
#index-body .init-1 h2 small {
  display: block;
  font: inherit;
}
#index-body .init-1 p {
  font-size: 18px;
  line-height: 48px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  margin-top: 50px;
  font-family: "Microsoft YaHei";
}
#index-body .init-1 .box {
  padding-top: 100px;
}
#index-body .init-1 .box ul {
  margin: 0 -5px;
  font-size: 0;
}
#index-body .init-1 .box ul li {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  width: 33.333%;
}
#index-body .init-1 .box ul li a {
  display: block;
}
#index-body .init-2 {
  margin: 75px 0;
  overflow: hidden;
}
#index-body .init-2 ul {
  margin: 0 -5px;
  font-size: 0;
}
#index-body .init-2 ul li {
  padding: 0 5px;
  width: 14.285%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-2 ul li a {
  display: block;
}
#index-body .init-2 ul li a .box {
  padding: 90px 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#index-body .init-2 ul li a .box h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 30px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 ul li a .box span {
  display: inline-block;
  margin: 15px auto 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
#index-body .init-2 ul li a:hover:after {
  opacity: 0;
}
#index-body .init-2 ul li a:hover h3 {
  color: white;
}
#index-body .init-2 ul li a:hover span {
  color: white;
  border-color: white;
}
#index-body .init-3 {
  height: 700px;
  font-size: 0;
}
#index-body .init-3 .left {
  width: 57%;
  vertical-align: top;
  height: 100%;
  background: url("../images/init-3-1.jpg") center center;
}
#index-body .init-3 .right {
  width: 43%;
  vertical-align: top;
}
#index-body .init-3 .right .slick-vertical .slick-slide {
  border: none !important;
}
#index-body .init-3 .right ul {
  height: 700px;
}
#index-body .init-3 .right ul li {
  background: #fafafa;
  height: 233.3333px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#index-body .init-3 .right ul li .content {
  width: 70%;
  vertical-align: top;
  padding: 35px 45px;
}
#index-body .init-3 .right ul li .content h3 {
  font-size: 18px;
  color: #333333;
  font-family: "MicrosoftYaHeiLight";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right ul li .content i {
  display: block;
  width: 30px;
  height: 2px;
  background: black;
  margin: 15px 0 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right ul li .content p {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 72px;
}
#index-body .init-3 .right ul li .img {
  vertical-align: middle;
  width: 30%;
  position: relative;
  height: 100%;
}
#index-body .init-3 .right ul li .img img {
  height: 100%;
  width: 100%;
}
#index-body .init-3 .right ul li .img time {
  font-size: 24px;
  border: 2px solid white;
  text-align: center;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  line-height: 24px;
  white-space: nowrap;
}
#index-body .init-3 .right ul li .img time em {
  font-size: 60px;
  display: block;
  line-height: 60px;
  font-weight: bold;
}
#index-body .init-3 .right ul li:hover .content h3 {
  color: #38b54a;
}
#index-body .init-3 .right ul li:hover .content i {
  background: #38b54a;
}
#index-body .init-3 .right ul .slick-current li {
  background: #f2f2f2;
}
#index-body .init-4 {
  padding: 40px 0;
}
#index-body .init-4 ul {
  font-size: 0;
}
#index-body .init-4 ul li {
  text-align: center;
  padding: 0 10px;
}
#index-body .init-4 ul li img {
  margin: 0 auto;
}
#index-body .init-4 ul .slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#index-body .init-4 ul .slick-arrow:after {
  font-family: "FontAwesome";
  font-size: 24px;
  color: #93929a;
  border: 2px solid #93929a;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  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%);
}
#index-body .init-4 ul .slick-arrow:before {
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #8db330;
  display: block;
  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%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 ul .slick-arrow.slick-prev {
  left: -10%;
}
#index-body .init-4 ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
#index-body .init-4 ul .slick-arrow.slick-next {
  right: -10%;
}
#index-body .init-4 ul .slick-arrow.slick-next:after {
  content: "\f105";
}
#index-body .init-4 ul .slick-arrow:hover:before {
  opacity: 1;
}
#index-body .init-4 ul .slick-arrow:hover.slick-prev:before {
  margin-left: 7px;
}
#index-body .init-4 ul .slick-arrow:hover.slick-next:before {
  margin-left: -7px;
}
#footer {
  font-size: 0;
  position: relative;
  background: white;
  z-index: 1;
}
#footer .contact {
  padding: 18px 0;
  background: #e63543;
  background: -webkit-linear-gradient(left, #8235c0, #e63543, #fffc00);
  background: -o-linear-gradient(right, #8235c0, #e63543, #fffc00);
  background: -moz-linear-gradient(right, #8235c0, #e63543, #fffc00);
  background: linear-gradient(to right, #8235c0, #e63543, #fffc00);
  color: white;
}
#footer .contact ul {
  position: relative;
  text-align: center;
}
#footer .contact ul li {
  display: inline-block;
  vertical-align: middle;
  font-family: "Calibri";
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 24px;
}
#footer .contact ul li:first-child {
  float: left;
}
#footer .contact ul li:nth-child(2) {
  margin: 0 auto;
}
#footer .contact ul li:last-child {
  float: right;
}
#footer .contact ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#footer .contact ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .contact ul li h3 {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top {
  padding: 70px 0 50px;
  background-image: url("../images/f-bg.jpg");
  background-position-y: 15px;
  background-position-x: 92%;
  background-repeat: no-repeat;
  background-size: auto 95%;
  width: 100%;
}
#footer .footer-top .left {
  width: 40%;
  vertical-align: top;
  padding-right: 15px;
}
#footer .footer-top .left .f-logo {
  margin-top: -15px;
}
#footer .footer-top .left p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  margin: 11px 0 45px;
  max-width: 285px;
  font-weight: bold;
}
#footer .footer-top .left .share ul {
  margin: 0 -9px;
}
#footer .footer-top .left .share ul li {
  line-height: 28px;
  height: 28px;
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  background: #199840;
  margin: 0 9px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right {
  width: 60%;
  vertical-align: top;
}
#footer .footer-top .right ul li {
  vertical-align: top;
}
#footer .footer-top .right ul li:nth-child(1) {
  width: 37%;
}
#footer .footer-top .right ul li:nth-child(2) {
  width: 43%;
}
#footer .footer-top .right ul li:nth-child(3) {
  width: 20%;
}
#footer .footer-top .right ul li dl dt {
  font-size: 20px;
  color: black;
  font-family: "Microsoft YaHei";
  margin-bottom: 35px;
  font-weight: bold;
}
#footer .footer-top .right ul li dl dd {
  font-size: 14px;
  color: #c5c5c5;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right ul li dl dd a {
  display: block;
  padding-left: 10px;
  position: relative;
  padding-right: 15px;
}
#footer .footer-top .right ul li dl dd a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #199840;
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .right ul li dl dd a.more:after {
  display: none;
}
#footer .footer-top .right ul li dl dd:hover {
  color: #199840;
}
#footer .footer-top .right ul li dl dd #ewm {
  display: block;
  padding: 12px;
  background: white;
  max-width: 140px;
}
#footer .footer-bottom {
  line-height: 60px;
  height: 60px;
  border-top: 1px solid #989898;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: bold;
}
#footer .footer-bottom p {
  margin-right: 70px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom a:hover {
  color: #199840;
  text-decoration: underline;
}
#footer .footer-bottom #gotop {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -85px;
  top: 10px;
  background: #199840;
  color: white;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 1700px) {
  #index-body .init-3 .right ul li .content {
    width: 60%;
  }
  #index-body .init-3 .right ul li .img {
    width: 40%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-4 ul {
    padding: 0 25px;
  }
  #index-body .init-4 ul .slick-arrow.slick-prev {
    left: 5px;
  }
  #index-body .init-4 ul .slick-arrow.slick-next {
    right: 5px;
  }
  #footer .footer-bottom #gotop {
    right: 15px;
  }
  #footer .footer-top .right ul li dl dd #ewm {
    padding: 6px;
  }
  #index-body .init-3 .left {
    width: 50%;
  }
  #index-body .init-3 .right {
    width: 50%;
  }
}
@media screen and (max-width: 1230px) {
  .ui.container {
    width: 994px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #index-body .init-1,
  #index-body .init-2 {
    margin: 35px 0;
  }
  #index-body .init-3 {
    height: 600px;
  }
  #index-body .init-3 .right ul li {
    height: 200px;
  }
  #index-body .init-3 .right ul li .img time {
    font-size: 18px;
    line-height: 20px;
  }
  #index-body .init-3 .right ul li .img time em {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-3 .right ul li .content {
    padding: 30px 20px;
  }
  #footer .contact ul li {
    font-size: 15px;
  }
  #index-body .init-2 ul li a .box h3 {
    font-size: 24px;
  }
  #index-body .init-2 ul li a .box span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none !important;
  }
  #mobile {
    display: block !important;
  }
  #index-body .init-1,
  #index-body .init-2 {
    margin: 20px 0;
  }
  #index-body .init-1 {
    background-size: auto 100%;
  }
  #index-body .init-1 .content {
    padding: 0;
  }
  #index-body .init-1 p {
    font-size: 16px;
    line-height: 38px;
    margin-top: 20px;
  }
  #index-body .init-1 .box {
    padding-top: 50px;
  }
  #index-body .init-2 ul li a .box {
    padding: 70px 10px;
  }
  #index-body .init-3,
  #index-body .init-3 .right ul {
    height: auto;
    display: block !important;
  }
  #index-body .init-3 .left {
    width: 100%;
    height: 300px;
    background-size: 100% auto;
  }
  #index-body .init-3 .right {
    width: 100%;
  }
  #footer .contact li {
    float: none !important;
    display: block !important;
    margin: 10px 0;
    white-space: normal !important;
    word-break: break-word !important;
  }
  #footer .footer-top .right ul li:nth-child(3) {
    display: none;
  }
  #footer .footer-top {
    background: none;
  }
  #footer .footer-top .right ul li {
    width: 50% !important;
  }
  #footer .footer-bottom {
    line-height: 40px;
    height: 40px;
    font-size: 12px;
  }
  #footer .footer-bottom #gotop {
    top: 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-1 p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-1 h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #index-body .init-3 .left {
    height: 200px;
  }
  #index-body .init-3 .right ul li .content {
    padding: 30px 10px;
    width: 100%;
  }
  #index-body .init-3 .right ul li .img {
    display: none;
  }
  #footer .footer-top div.grid-box {
    display: block !important;
  }
  #footer .footer-top .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 40px;
  }
  #footer .footer-bottom {
    line-height: 24px;
    padding: 10px 0;
  }
  #footer .footer-top .left p {
    max-width: none;
  }
}
.inner-nav {
  line-height: 60px;
  height: 60px;
  text-align: center;
  background: white;
}
.inner-nav ul.menu {
  font-size: 0;
}
.inner-nav ul.menu > li {
  margin: 0 45px;
  font-size: 14px;
  color: #aeaeae;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "Microsoft YaHei";
}
.inner-nav ul.menu > li img {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.inner-nav ul.menu > li:hover {
  color: #269e47;
}
.inner-nav ul.menu > li > a {
  display: block;
}
.inner-nav 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 #269e47;
  display: none \9;
}
.inner-nav 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;
}
.inner-nav ul.menu > li ul.sub-menu li a {
  display: block;
}
.inner-nav ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
.inner-nav 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;
}
.inner-banner {
  height: 300px;
  line-height: 300px;
  text-align: center;
}
.inner-banner h2 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-family: "Microsoft YaHei";
  font-size: 50px;
  color: white;
  text-transform: uppercase;
}
.inner-banner h2 small {
  display: block;
  font-size: 24px;
  line-height: normal;
}
.inner-mbx {
  line-height: 60px;
  height: 60px;
  color: white;
  background: #973783;
  font-family: "Microsoft YaHei";
  display: inline-block;
  font-size: 0;
  width: 100%;
  position: relative;
  margin-bottom: -5px;
  z-index: 1;
}
.inner-mbx .left {
  float: left;
  margin-left: -5px;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
.inner-mbx .left a,
.inner-mbx .left span {
  margin: 0 5px;
  display: inline-block;
}
.inner-mbx .right {
  float: right;
  position: relative;
  font-size: 18px;
  padding-top: 12px;
}
.inner-mbx .right span {
  line-height: 36px;
  height: 36px;
  padding: 0 10px;
  background: #ac5f9c;
  min-width: 180px;
  display: block;
  white-space: nowrap;
  max-width: 40%;
}
.inner-mbx .right span img {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 10px;
  margin-left: 30px;
}
.inner-mbx .right>ul {
  width: 100%;
  background: #802b6e;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 3px solid #e63543;
  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);
  display: none \9;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
}
.inner-mbx .right ul li ul {
	position:static;
}
.inner-mbx .right ul li ul li a {
	padding-left:20px;
}
.inner-mbx .right ul li ul li:before {
	content:'-';
	display:inline-block;
	position:absolute;
	left:5px;
	top:8px;
	font-size:18px;
}
.inner-mbx .right ul li {
  line-height: 24px;
  display: block;
  font-size: 14px;
	position:relative;
}
.inner-mbx .right ul li a {
  display: block;
	padding: 8px 10px;
}
.inner-mbx .right ul li a:hover {
  background: #e63543;
  color: white;
}
.inner-mbx .right: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;
}
.inner-page {
  padding: 110px 0;
  position: relative;
  z-index: 0;
}
.inner-page p {
  font-size: 16px;
  line-height: 34px;
  color: black;
}
.inner-page .m-page {
  text-align: center;
  font-size: 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  color: white;
  border-radius: 3px;
  margin: 0 2px;
  background: #666;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:nth-child(2) {
  margin-top: 80px;
}
.inner-page .m-page a:hover {
  background: #e63543;
}
.inner-page .slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.inner-page .slick-arrow:after {
  font-family: "FontAwesome";
  font-size: 24px;
  color: #93929a;
  border: 2px solid #93929a;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  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%);
}
.inner-page .slick-arrow:before {
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #8db330;
  display: block;
  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%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .slick-arrow.slick-prev {
  left: -2%;
}
.inner-page .slick-arrow.slick-prev:after {
  content: "\f104";
}
.inner-page .slick-arrow.slick-next {
  right: -2%;
}
.inner-page .slick-arrow.slick-next:after {
  content: "\f105";
}
.inner-page .slick-arrow:hover:before {
  opacity: 1;
}
.inner-page .slick-arrow:hover.slick-prev:before {
  margin-left: 7px;
}
.inner-page .slick-arrow:hover.slick-next:before {
  margin-left: -7px;
}
.inner-page .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: black;
  font-family: "Microsoft YaHei";
}
.inner-page .share ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.inner-page .share ul li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #f5f5f5;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .share ul li:hover {
  background: #e63543;
  color: white;
}
.list ul {
  margin: -12px;
}
.list ul li {
  padding: 12px;
}
.list ul li a {
  border: 2px solid #f7f7f7;
  text-align: center;
  display: block;
}
.list ul li a h3 {
  line-height: 60px;
  height: 60px;
  margin-bottom: 10px;
  padding: 0 35px;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: white;
  z-index: 1;
}
.list ul li a h3:after,
.list ul li a h3:before {
  content: '';
  width: 30px;
  top: 50%;
  height: 1px;
  background: black;
  position: absolute;
}
.list ul li a h3:after {
  left: 5px;
}
.list ul li a h3:before {
  right: 5px;
}
.about-page {
  padding: 0 !important;
}
.about-page h3 {
  font-family: "Microsoft YaHei";
  font-size: 30px;
  color: #2e90a9;
}
.about-page h3 small {
  display: block;
  font-size: 20px;
  color: #9f9f9f;
  line-height: normal;
}
.about-page .about-1 .left {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-1 .left .box {
  display: inline-block;
  width: 750px;
  max-width: 90%;
  text-align: left;
  padding-right: 50px;
}
.about-page .about-1 .left .box h3 {
  margin-bottom: 60px;
}
.about-page .about-1 .left .box p {
  line-height: 45px;
  font-family: "Microsoft YaHei";
}
.about-page .about-1 .right {
  vertical-align: middle;
}
.about-page .about-1 .box {
  padding-top: 60px;
  overflow: hidden;
}
.about-page .about-1 .box ul {
  margin: 0 -15px;
}
.about-page .about-1 .box ul li {
  padding: 0 15px;
}
.about-page .about-1 .box ul li a {
  display: block;
}
.about-page .about-2 {
  padding: 80px 0 120px;
  text-align: center;
}
.about-page .about-2 .box {
  padding-top: 90px;
}
.about-page .about-2 .box ul {
  margin: -25px;
}
.about-page .about-2 .box ul li {
  padding: 25px;
}
.about-page .about-2 .box ul li .content {
  padding: 50px 40px;
  -webkit-box-shadow: 0 0 18px 9px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 18px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.05);
}
.about-page .about-2 .box ul li .content i {
  display: block;
}
.about-page .about-2 .box ul li .content i img {
  display: inline-block;
}
.about-page .about-2 .box ul li .content h4 {
  font-size: 16px;
  color: black;
  font-family: "Microsoft YaHei";
  margin: 10px 0 40px;
}
.about-page .about-2 .box ul li .content p {
  font-size: 12px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Microsoft YaHei";
}
.about-page .about-3 {
  padding: 80px 0;
  background-image: url("../images/about-3-bg.jpg");
  background-position: center center;
  text-align: center;
}
.about-page .about-3 .box {
  padding-top: 50px;
}
.about-page .about-3 .box ul {
  padding: 0 50px;
}
.about-page .about-3 .box ul li {
  padding: 0 50px;
}
.about-page .about-3 .box ul li a {
  line-height: 55px;
  height: 55px;
  border-radius: 10px;
  background: white;
  font-size: 20px;
  color: black;
  display: block;
  -webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.36);
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.36);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul li a:hover {
  background: #e63543;
  color: white;
}
.about-page .about-4 {
  padding: 80px 0 110px;
  text-align: center;
}
.about-page .about-4 .box {
  padding-top: 55px;
  overflow: hidden;
}
.about-page .about-4 .box ul {
  margin: 0 -70px;
}
.about-page .about-4 .box ul li {
  padding: 0 70px;
}
.about-page .about-4 .box ul li a {
  display: block;
}
.news-page ul {
  margin: -80px 0;
}
.news-page ul li {
  padding: 80px 0;
  border-bottom: 1px solid #881a71;
}
.news-page ul li .left {
  width: 30%;
  vertical-align: middle;
}
.news-page ul li .left img {
  width: 100%;
}
.news-page ul li .left a {
  display: block;
}
.news-page ul li .right {
  width: 70%;
  padding-left: 35px;
  vertical-align: middle;
}
.news-page ul li .right h4 {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #333;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .right h4:hover {
  color: #199840;
}
.news-page ul li .right p {
  margin: 35px 0 20px;
  line-height: 26px;
  color: #777777;
  font-size: 14px;
}
.news-page ul li .right p a {
  color: #e27505;
  display: inline-block;
}
.news-page ul li .right p a i {
  margin-left: 5px;
}
.news-page ul li .right p a:hover {
  text-decoration: underline;
}
.news-page ul li .right time {
  font-size: 14px;
  color: black;
}
.news-page ul li:nth-child(3n+1) {
  border-bottom: 1px solid #881a71;
}
.news-page ul li:nth-child(3n+2) {
  border-bottom: 1px solid #40aa00;
}
.news-page ul li:nth-child(3n) {
  border-bottom: 1px solid #e99136;
}
.case-page {
  padding: 0 !important;
}
.case-page ul li {
  display: block;
  padding-top: 50px;
  position: relative;
}
.case-page ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/case-bg.png") no-repeat center bottom -100px;
  z-index: -2;
}
.case-page ul li i {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  z-index: -2;
}
.case-page ul li .left {
  text-align: right;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.case-page ul li .right {
  text-align: left;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  top: -80px;
}
.case-page ul li .right h3 {
  display: inline-block;
  text-align: center;
  font-size: 70px;
  color: white;
}
.case-page ul li .right h3 small {
  display: block;
  font-size: 28px;
  line-height: normal;
}
.case-page ul li:nth-child(even) {
  padding: 150px 0;
  margin: -100px 0;
}
.case-page ul li:nth-child(even):after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.case-page ul li:nth-child(even) i {
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
.case-page ul li:nth-child(even) .left {
  text-align: left;
}
.case-page ul li:nth-child(even) .right {
  text-align: right;
}
.case-page ul li:nth-child(1) .right {
  padding-left: 10%;
}
.case-page ul li:nth-child(2) {
  padding-top: 30px;
  padding-bottom: 20px;
  margin: -130px 0 -100px;
}
.case-page ul li:nth-child(2):after {
  top: 10%;
}
.case-page ul li:nth-child(2) .right {
  padding-right: 5%;
  z-index: 2;
}
.case-page ul li:nth-child(2) .left {
  z-index: 2;
}
.case-page ul li:nth-child(3) .left {
  z-index: 1;
}
.case-page ul li:nth-child(3) .right {
  z-index: 1;
  padding-left: 10%;
}
.case-page ul li:nth-child(4) {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -100px;
}
.case-page ul li:nth-child(4) .right {
  padding-right: 5%;
  top: -40px;
}
.case-page ul li:nth-child(5) .right {
  padding-left: 5%;
}
.case-page ul li:nth-child(6) {
  padding: 110px 0 60px;
  margin: -100px 0 -90px;
}
.case-page ul li:nth-child(6) .right {
  padding-right: 10%;
}
.case-page ul li:nth-child(6) .left {
  padding-left: 6%;
}
.case-page ul li:nth-child(7) {
  padding-top: 80px;
}
.case-page ul li:nth-child(7) .right {
  padding-left: 12%;
}
.case-page ul li:nth-child(8) {
  margin-bottom: -150px;
}
.case-page ul li:nth-child(8) .right {
  padding-right: 8%;
}
.contact-page {
  padding: 0 !important;
}
.contact-page h3 {
  font-size: 36px;
  color: black;
  font-family: "Microsoft YaHei";
}
.contact-page .contact-1 {
  padding: 90px 0 80px;
}
.contact-page .contact-1 .box {
  padding-top: 40px;
}
.contact-page .contact-1 .box .left li {
  position: relative;
  margin: 8px 0;
  padding-left: 30px;
  font-size: 18px;
  color: black;
}
.contact-page .contact-1 .box .left li i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  text-align: center;
}
.contact-page .contact-1 .box .right {
  text-align: right;
  padding-left: 20px;
}
.contact-page .contact-1 .box .right img {
  max-width: 150px;
  display: inline-block;
  margin: 0 0 0 auto;
}
.contact-page .contact-2 .button-group .button {
  background: #e63543;
}
.contact-page .contact-3 {
  padding: 70px 0 110px;
}
.contact-page .contact-3 .form {
  padding-top: 30px;
}
.contact-page .contact-3 .form ul {
  margin: -18px -50px;
}
.contact-page .contact-3 .form ul li {
  width: 33.333%;
  padding: 18px 50px;
}
.contact-page .contact-3 .form ul li input,
.contact-page .contact-3 .form ul li textarea {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  background: none;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  -ms-transition: .5s border;
  -o-transition: .5s border;
  transition: .5s border;
}
.contact-page .contact-3 .form ul li input::-webkit-input-placeholder,
.contact-page .contact-3 .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .contact-3 .form ul li input:-moz-placeholder,
.contact-page .contact-3 .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .contact-3 .form ul li input::-moz-placeholder,
.contact-page .contact-3 .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .contact-3 .form ul li input:-ms-input-placeholder,
.contact-page .contact-3 .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .contact-3 .form ul li input:focus,
.contact-page .contact-3 .form ul li textarea:focus {
  border-color: #e63543;
}
.contact-page .contact-3 .form ul li textarea {
  line-height: 58px;
  resize: vertical;
}
.contact-page .contact-3 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 .form ul li input[type="submit"] {
  height: 50px;
  line-height: 50px;
  max-width: 200px;
  border-radius: 5px;
  background: #f58612;
  text-align: center;
  color: white;
  margin-top: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-3 .form ul li input[type="submit"]:hover {
  background: #e63543;
}
.prodet-page {
  padding: 0 !important;
}
.prodet-page h3 {
  font-size: 30px;
  color: black;
  font-family: "Microsoft YaHei";
  margin-bottom: 40px;
}
.prodet-page .prodet-1 {
  padding: 80px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 15px;
}
.prodet-page .prodet-1 .left > img {
  width: 100%;
}
.prodet-page .prodet-1 .left ul {
  display: block;
  margin: -5px;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li img {
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left ul li a {
  display: block;
}
.prodet-page .prodet-1 .right {
  padding-left: 15px;
}
.prodet-page .prodet-1 .right .content {
  margin: 30px 0;
}
.prodet-page .prodet-2 .content {
  padding: 40px;
  background: #f5f5f5;
}
.prodet-page .prodet-3 {
  padding: 50px 0;
}
.newdet-page {
  text-align: center;
}
.newdet-page h3 {
  font-size: 28px;
  color: black;
  font-family: "Microsoft YaHei";
}
.newdet-page time {
  display: block;
  font-size: 18px;
  margin: 10px 0;
}
.newdet-page .content {
  padding: 50px 20px;
  background: #f9f9f9;
  text-align: left;
}
.newdet-page .content .share {
  margin-top: 40px;
  text-align: center;
}
.newdet-page .m-link {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin-top: 20px;
}
.newdet-page .m-link a {
  display: block;
}
@media screen and (max-width: 1600px) {
  .case-page ul li .right h3 {
    font-size: 40px;
  }
  .case-page ul li .right h3 small {
    font-size: 16px;
  }
  .case-page ul li .right {
    top: -60px;
  }
  .case-page ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1230px) {
  .contact-page h3 {
    font-size: 30px;
  }
  .contact-page .contact-1 .box .left li {
    font-size: 16px;
  }
  .contact-page .contact-3 .form ul li {
    padding: 15px;
  }
  .contact-page .contact-3 .form ul {
    margin: -15px;
  }
  .inner-page p {
    font-size: 14px;
  }
  .about-page .about-1 .left .box p {
    line-height: 28px;
  }
  .about-page .about-1 .left .box h3 {
    margin-bottom: 30px;
  }
  .inner-banner h2 {
    font-size: 36px;
  }
  .inner-banner h2 small {
    font-size: 18px;
  }
  .inner-nav ul.menu > li {
    margin: 0 30px;
  }
  .about-page .about-1 .box ul li {
    padding: 0 5px;
  }
  .about-page .about-1 .box ul {
    margin: 0 -5px;
  }
  .about-page .about-2 .box {
    padding-top: 60px;
  }
  .inner-page .slick-arrow:after {
    color: white;
    border-color: white;
  }
  .inner-page .slick-arrow.slick-prev {
    left: 40px;
  }
  .inner-page .slick-arrow.slick-next {
    right: 40px;
  }
  .about-page .about-2 .box ul li {
    padding: 15px;
  }
  .about-page .about-2 .box ul {
    margin: -15px;
  }
  .about-page .about-2 .box ul li .content {
    padding: 30px 20px;
  }
  .about-page .about-2 .box ul li .content h4 {
    margin: 10px 0;
  }
  .about-page .about-2 .box ul li .content p {
    line-height: 26px;
  }
  .about-page .about-3 .box ul li {
    padding: 0 20px;
  }
  .about-page .about-3 .box ul li a {
    font-size: 16px;
  }
  .about-page .about-2,
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-page .about-4 .box ul li {
    padding: 0 15px;
  }
  .about-page .about-4 .box ul {
    margin: 0 -15px;
  }
  .inner-page {
    padding: 70px 0;
  }
  .list ul {
    margin: -6px;
  }
  .list ul li {
    padding: 6px;
  }
  .inner-page .m-page a:nth-child(2) {
    margin-top: 40px;
  }
  .newdet-page .m-link {
    font-size: 16px;
  }
  .case-page ul li .right {
    top: -30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-nav {
    display: none !important;
  }
  .inner-mbx .left {
    font-size: 14px;
  }
  .inner-mbx .right {
    font-size: 14px;
  }
  .inner-mbx .right ul li {
    font-size: 12px;
  }
  .inner-mbx {
    line-height: 50px;
    height: 50px;
  }
  .case-page ul li:nth-child(even) {
    padding: 150px 0;
    margin: -60px 0;
  }
  .case-page ul li:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 20px;
    margin: -70px 0 -50px;
  }
  .case-page ul li:nth-child(4) {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: -40px;
  }
  .case-page ul li:nth-child(6) {
    padding: 110px 0 60px;
    margin: -100px 0 -90px;
  }
  .case-page ul li:nth-child(8) {
    margin-bottom: -150px;
  }
  .case-page ul li .right h3 {
    font-size: 30px;
  }
  .inner-mbx .right {
    padding-top: 7px;
  }
  .about-page .about-1 .left .box {
    padding: 60px 20px 0;
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .left,
  .about-page .about-1 .right {
    width: 100%;
  }
  .about-page .about-1 .right {
    text-align: center;
    padding-top: 40px;
  }
  .about-page .about-3 .box ul li {
    width: 25%;
    padding: 0 10px;
  }
  .about-page .about-3 .box ul {
    padding: 0;
  }
  .about-page .about-2,
  .about-page .about-4 {
    padding: 50px 0;
  }
  .about-page h3 {
    font-size: 26px;
  }
  .about-page h3 small {
    font-size: 16px;
  }
  .list ul li a h3 {
    line-height: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  .news-page ul li {
    padding: 50px 0;
  }
  .news-page ul {
    margin: -50px 0;
  }
  .news-page ul li .right p {
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .inner-mbx .right {
    display: none !important;
  }
  .inner-mbx .left {
    max-width: 100%;
  }
  .inner-banner {
    height: 200px;
    line-height: 200px;
  }
  .inner-banner h2 {
    font-size: 28px;
  }
  .inner-banner h2 small {
    font-size: 16px;
  }
  .inner-page {
    padding: 50px 0;
  }
  .news-page ul li .right,
  .news-page ul li .left {
    width: 100%;
    text-align: center;
  }
  .news-page ul li .right {
    padding: 20px 0;
    text-align: left;
  }
  .news-page ul li {
    padding: 20px 0;
  }
  .news-page ul {
    margin: -20px 0;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page h3 {
    font-size: 24px;
    text-align: center;
  }
  .contact-page .contact-1 .box .right {
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
    display: none;
  }
  .contact-page .contact-1 .box .right img {
    margin: 0 auto;
  }
  #mapContainer {
    height: 250px !important;
  }
  .contact-page .contact-3 .form ul li {
    width: 100%;
    padding: 10px 0;
  }
  .contact-page .contact-3 .form ul {
    margin: -10px 0;
  }
  .contact-page .contact-3 .form ul li input,
  .contact-page .contact-3 .form ul li textarea {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .contact-page .contact-3 .form ul li textarea {
    line-height: 48px;
  }
  .about-page .about-3 .box ul li {
    width: 50%;
    margin: 10px 0;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 .box {
    padding-top: 20px;
  }
  .about-page .about-4 .box {
    padding-top: 30px;
  }
  .case-page ul li {
    padding: 50px 10px !important;
    margin: 0 !important;
  }
  .case-page ul li i {
    -webkit-transform: skewY(0) !important;
    -moz-transform: skewY(0) !important;
    -ms-transform: skewY(0) !important;
    -o-transform: skewY(0) !important;
    transform: skewY(0) !important;
  }
  .case-page ul li .right {
    top: 0 !important;
    width: 50% !important;
    padding: 0 !important;
    text-align: center;
  }
  .case-page ul li .left {
    width: 50% !important;
    text-align: center;
  }
  .case-page ul li .right h3 {
    font-size: 22px;
  }
  .case-page ul li .right h3 small {
    font-size: 13px;
  }
  .case-page ul li:after {
    background-size: 150% auto;
  }
  .prodet-page .prodet-1 .left {
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    padding-top: 40px;
  }
  .prodet-page .prodet-1 {
    padding: 50px 0;
  }
  .prodet-page h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .contact-page .contact-3 .form ul li input[type="submit"] {
    width: 100%;
    max-width: none;
  }
}
