@font-face {
  font-family: 'FZCH';
  src: url(../fonts/FZCH.ttf) format('truetype'), url(../fonts/FZCH.eot) format('eot'), url(../fonts/FZCH.woff) format('woff'), url(../fonts/FZCH.woff2) format('woff2');
}
@font-face {
  font-family: 'FZXH';
  src: url(../fonts/FZXH.ttf) format('truetype'), url(../fonts/FZXH.eot) format('eot'), url(../fonts/FZXH.woff) format('woff'), url(../fonts/FZXH.woff2) format('woff2');
}
@font-face {
  font-family: 'FZXHK';
  src: url(../fonts/FZXHK.ttf) format('truetype'), url(../fonts/FZXHK.eot) format('eot'), url(../fonts/FZXHK.woff) format('woff'), url(../fonts/FZXHK.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
body {
  font-family: "Microsoft YaHei";
  color: #333;
  margin: 0 auto;
  max-width: 1920px;
}
.info-middle img {
	max-width:100% !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
#header {
  z-index: 99;
  position: relative;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #999;
}
#header .h-top .left {
  float: left;
}
#header .h-top .right {
  float: right;
}
#header .h-top .right li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px 0 7px;
  line-height: 12px;
  border-left: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .right li:first-child {
  border-left: none;
}
#header .h-top .right li:hover {
  color: #caa484;
  text-decoration: underline;
}
#header .h-center {
  display: block;
  line-height: 120px;
  height: 120px;
}
#header .h-center .left {
  width: 70%;
}
#header .h-center .left .logo {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
#header .h-center .left .text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 30px;
}
#header .h-center .left .text em {
  color: #caa484;
}
#header .h-center .left .text h3 {
  font-family: "FZCH";
  color: #4a4a4a;
  line-height: 26px;
  font-size: 26px;
}
#header .h-center .left .text p {
  display: block;
  font-size: 14px;
  color: black;
  line-height: 26px;
  margin-left: -10px;
}
#header .h-center .right {
  width: 30%;
}
#header .h-center .right .phone {
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
  line-height: normal;
  position: relative;
}
#header .h-center .right .phone img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .h-center .right .phone h3 {
  font-weight: bold;
  font-size: 25px;
  color: #333;
  line-height: 29px;
}
#header .h-center .right .wecat {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  float: right;
  padding-top: 27px;
}
#header .h-center .right .wecat p {
  font-size: 12px;
  width: 10px;
  color: #999;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#header .h-center .right .wecat img {
  display: inline-block;
  vertical-align: middle;
  max-width: 70px;
}
#header .nav {
  line-height: 60px;
  height: 60px;
  background: #e7e7e7;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 0 40px;
  font-size: 16px;
  color: #363636;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:before {
  content: '/';
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ababab;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child:before {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child:after {
  content: "\f015";
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 20px;
  color: #caa484;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #caa484;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:after {
  opacity: 1;
}
#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: 20%;
  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 #caa484;
  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: 13px;
  -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;
  float: right;
  margin-top: 20px;
  line-height: normal;
  max-width: 20px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #caa484;
}
#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: #caa484;
  -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: #caa484;
  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: #caa484;
}
#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: #caa484 !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: #caa484;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #caa484;
}
#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 {
  padding: 75px 0 100px;
  background: url("../images/init-1-bg.jpg") center center;
}
#index-body .init-1 .top .left {
  padding-right: 8%;
}
#index-body .init-1 .top .right i {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
#index-body .init-1 .top .right h2 {
  font-family: "roboto-bold";
  text-transform: uppercase;
  font-size: 62px;
  line-height: 60px;
  margin: 40px 0 15px;
}
#index-body .init-1 .top .right h3 {
  font-size: 18px;
  line-height: 26px;
}
#index-body .init-1 .top .right p {
  font-size: 16px;
  margin: 30px 0 20px;
}
#index-body .init-1 .top .right a.more {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 14px;
  background: #caa484;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .top .right a.more:hover {
  background: #222;
}
#index-body .init-1 .bottom {
  padding-top: 40px;
}
#index-body .init-1 .bottom .left {
  width: 21%;
  padding-right: 30px;
}
#index-body .init-1 .bottom .left .box {
  height: 90px;
  line-height: 90px;
  background: #ddd;
  text-align: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .bottom .left .box:after {
  content: '';
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 10px solid #f4f4f4;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .bottom .left .box h3 {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#index-body .init-1 .bottom .left .box h3 small {
  display: block;
  font: inherit;
}
#index-body .init-1 .bottom .left .box.active,
#index-body .init-1 .bottom .left .box:hover {
  background: #caa484;
  color: white;
}
#index-body .init-1 .bottom .left .box.active:after,
#index-body .init-1 .bottom .left .box:hover:after {
  opacity: 1;
}
#index-body .init-1 .bottom .right {
  width: 79%;
  position: relative;
  overflow: hidden;
}
#index-body .init-1 .bottom .right .result-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .init-1 .bottom .right .result-2.active {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-1 .bottom .right .result-1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#index-body .init-1 .bottom .right .result-1.active {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-1 .bottom .right ul {
  margin: 0 -10px;
}
#index-body .init-1 .bottom .right ul li {
  padding: 0 10px;
}
#index-body .init-1 .bottom .right ul li a {
  display: block;
  position: relative;
}
#index-body .init-1 .bottom .right ul li a img {
  width: 100%;
}
#index-body .init-1 .bottom .right ul li a h3 {
  position: absolute;
  line-height: 36px;
  height: 36px;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
#index-body .init-1 .bottom .right ul li a:hover h3 {
  bottom: -36px;
}
#index-body .init-2 {
  padding: 90px 0 100px;
}
#index-body .init-2 h2 {
  text-align: center;
  font-family: "FZCH";
  color: black;
  font-size: 29px;
}
#index-body .init-2 h2 em {
  font-size: 34px;
  color: #caa484;
}
#index-body .init-2 h2 small {
  display: block;
  font-size: 16px;
  font-family: "FZXHK";
}
#index-body .init-2 h2:after {
  content: '';
  display: block;
  height: 4px;
  background: url("../images/icon-line.png") center center no-repeat;
  margin-top: 5px;
}
#index-body .init-2 .top .box {
  padding-top: 50px;
}
#index-body .init-2 .top .left {
  width: 100%;
  padding-right: 0 !important;
  vertical-align: middle;
	text-align:center;
}
#index-body .init-2 .top .left ul li {
  line-height: 50px;
  height: 50px;
  font-size: 22px;
  color: #1f1715;
  text-align: center;
  background: #ebeef2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
	min-width:270px;
	display:inline-block;
	vertical-align:middle;
	margin-right:50px;
}
#index-body .init-2 .top .left ul li:last-child {
	margin-right:0;
}
#index-body .init-2 .top .left ul li:after {
  content: '';
  border-top: 9px solid #caa484;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .top .left ul li.active,
#index-body .init-2 .top .left ul li:hover {
  font-weight: bold;
  color: white;
  background: #caa484;
}
#index-body .init-2 .top .left ul li.active:after,
#index-body .init-2 .top .left ul li:hover:after {
  opacity: 1;
}
#index-body .init-2 .top .right {
  width: 70%;
  vertical-align: middle;
}
#index-body .init-2 .top .right .result-2 {
  display: none;
}
#index-body .init-2 .top .right ul {
  margin: -6px -10px;
}
#index-body .init-2 .top .right ul li {
  padding: 6px 10px;
}
#index-body .init-2 .top .right ul li a {
  padding-left: 20px;
  display: block;
  position: relative;
  font-size: 16px;
  color: #282828;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .top .right ul li a:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
#index-body .init-2 .top .right ul li a:before {
  content: "\f00c";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 12px;
  color: #caa484;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .top .right ul li a:hover {
  color: #caa484;
}
#index-body .init-2 .top .right ul li.active a:before {
  opacity: 1;
}
#index-body .init-2 .bottom {
  padding-top: 40px;
  position: relative;
}
#index-body .init-2 .bottom ul {
  margin: -15px;
}
#index-body .init-2 .bottom ul li {
  padding: 15px;
}
#index-body .init-2 .bottom ul li a {
  display: block;background:#dde4ec;
}
#index-body .init-2 .bottom ul li a h3 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 18px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .bottom ul li a:hover h3 {
  bottom: 0;
}
#index-body .init-2 .bottom ul .slick-dots {
  text-align: center;
  padding-top: 40px;
  margin: 0;
}
#index-body .init-2 .bottom ul .slick-dots li {
  padding: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #caa484;
  border: 1px solid #caa484;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  margin: 0 7px;
}
#index-body .init-2 .bottom ul .slick-dots li button {
  display: none;
}
#index-body .init-2 .bottom ul .slick-dots li.slick-active {
  background: none;
}
#index-body .init-3 .top {
  display: block;
  padding: 40px 0 60px;
  text-align: center;
  background: url("../images/init-3-bg.jpg") center bottom no-repeat;
}
#index-body .init-3 .top h2 {
  display: inline-block;
  margin: 0 auto;
  font-family: "FZXHK";
  font-size: 36px;
  color: #efefef;
  line-height: 48px;
  padding-left: 90px;
  position: relative;
}
#index-body .init-3 .top h2 i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-3 .top h2 em {
  font-family: "FZCH";
  font-size: 48px;
}
#index-body .init-3 .top h2 small {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 24px;
  z-index: 1;
  margin-top: 10px;
}
#index-body .init-3 .top h2 small:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #824f2d;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
#index-body .init-3 .bottom {
  padding: 60px 0 50px;
}
#index-body .init-3 .bottom .box {
  padding-bottom: 130px;
  margin: 0 -10px;
}
#index-body .init-3 .bottom .box .left {
  width: 45%;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
}
#index-body .init-3 .bottom .box .right {
  width: 55%;
  vertical-align: middle;
  padding: 0 10px;
}
#index-body .init-3 .bottom .box .right ul li {
  padding-bottom: 20px;
  padding-left: 60px;
  position: relative;
}
#index-body .init-3 .bottom .box .right ul li i {
  width: 50px;
  height: 70px;
  line-height: 50px;
  background: #caa484;
  color: white;
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .init-3 .bottom .box .right ul li i:after {
  content: '';
  width: 36px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: white;
}
#index-body .init-3 .bottom .box .right ul li h3 {
  font-family: "FZCH";
  font-size: 26px;
  color: #caa484;
  padding-bottom: 10px;
  border-bottom: 2px #ccc dotted;
  line-height: 26px;
}
#index-body .init-3 .bottom .box .right ul li h4 {
  display: block;
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
  font-family: "Arial";
  line-height: 20px;
  margin: 15px 0 10px;
}
#index-body .init-3 .bottom .box .right ul li p {
  font-size: 14px;
  color: #5e5e5e;
  padding-left: 40px;
  position: relative;
  line-height: 33px;
  max-width: 460px;
}
#index-body .init-3 .bottom .box .right ul li p a {
  color: #025ea9;
}
#index-body .init-3 .bottom .box .right ul li p img {
  position: absolute;
  top: 5px;
  left: 0;
}
#index-body .init-3 .bottom .box .right ul li:last-child {
  padding-bottom: 0;
}
#index-body .init-3 .bottom .box.box-2 .right ul li p {
  max-width: none;
}
#index-body .init-4 {
  line-height: 210px;
  height: 210px;
  background: url("../images/init-4-bg.jpg") center center;
}
#index-body .init-4 .left {
  width: 75%;
  vertical-align: middle;
  line-height: normal;
}
#index-body .init-4 .left h3 {
  font-size: 36px;
  color: white;
}
#index-body .init-4 .left p {
  font-size: 24px;
  color: white;
  margin-top: 20px;
}
#index-body .init-4 .left p a {
  color: #74b934;
}
#index-body .init-4 .right {
  text-align: right;
  line-height: normal;
  vertical-align: middle;
  width: 25%;
}
#index-body .init-4 .right i {
  font-size: 16px;
  color: white;
}
#index-body .init-4 .right h3 {
  font-size: 28px;
  color: white;
  font-weight: bold;
  line-height: 29px;
  margin: 15px 0;
}
#index-body .init-4 .right a.more {
  display: inline-block;
  line-height: 38px;
  height: 38px;
  width: 100px;
  background: #caa484;
  font-size: 16px;
  color: white;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .right a.more:hover {
  background: #222;
}
#index-body .init-5 {
  padding: 110px 0;
  text-align: center;
}
#index-body .init-5 h2 {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  font-size: 39px;
  color: #343434;
  line-height: 39px;
}
#index-body .init-5 h2:after,
#index-body .init-5 h2:before {
  content: '';
  height: 7px;
  width: 107px;
  background: url("../images/icon-line2.png") center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
#index-body .init-5 h2:after {
  right: 100%;
  margin-right: 20px;
}
#index-body .init-5 h2:before {
  left: 100%;
  margin-left: 15px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  -ms-transform: translateY(-50%) rotateY(180deg);
  -o-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
#index-body .init-5 .box {
  text-align: left;
  padding-top: 35px;
}
#index-body .init-5 .box .left {
  padding-right: 30px;
}
#index-body .init-5 .box .left .top {
  padding-bottom: 20px;
}
#index-body .init-5 .box .left .top ul li {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 30px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .left .top ul li:first-child {
  border-left: 5px solid #caa484;
}
#index-body .init-5 .box .left .top ul li:hover,
#index-body .init-5 .box .left .top ul li.active {
  font-weight: bold;
  color: #caa484;
}
#index-body .init-5 .box .left .list ul li {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
}
#index-body .init-5 .box .left .list ul li:first-child {
  border: none;
  padding: 0;
}
#index-body .init-5 .box .left .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-5 .box .left .list ul li .img {
  width: 40%;
  vertical-align: middle;
}
#index-body .init-5 .box .left .list ul li .content {
  width: 60%;
  padding-left: 20px;
  vertical-align: middle;
}
#index-body .init-5 .box .left .list ul li .content h3 {
  font-size: 16px;
  color: #333;
  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-5 .box .left .list ul li .content h3:hover {
  color: #caa484;
}
#index-body .init-5 .box .left .list ul li .content p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin: 5px 0;
}
#index-body .init-5 .box .left .list ul li .content a.more {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: white;
  background: #caa484;
}
#index-body .init-5 .box .left .list ul li .time {
  width: 20%;
  text-align: center;
  border-right: 2px solid #d2d2d2;
  vertical-align: middle;
}
#index-body .init-5 .box .left .list ul li .time time {
  font-size: 14px;
  color: #999;
  vertical-align: middle;
}
#index-body .init-5 .box .left .list ul li .time time em {
  display: block;
  font-size: 28px;
  color: #333;
  line-height: 24px;
}
#index-body .init-5 .box .left .list ul li .tit {
  width: 80%;
  vertical-align: middle;
  position: relative;
}
#index-body .init-5 .box .left .list ul li .tit a {
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  max-width: 100% ;
  display: block;
}
#index-body .init-5 .box .left .list ul li .tit a:after {
  content: "\f105";
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #999;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .left .list ul li .tit a:hover {
  color: #caa484;
}
#index-body .init-5 .box .left .list ul li .tit:hover a:after {
  background: #caa484;
  color: white;
}
#index-body .init-5 .box .right {
  padding-left: 30px;
}
#index-body .init-5 .box .right .top {
  display: block;
  line-height: 50px;
  height: 50px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 20px;
}
#index-body .init-5 .box .right .top h3 {
  font-size: 18px;
  color: #4d4d4d;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-5 .box .right .top h3 small {
  display: inline-block;
  font-size: 15px;
  color: #999;
}
#index-body .init-5 .box .right .top a.more {
  float: right;
  font-size: 14px;
  color: #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .right .top a.more:hover {
  color: #caa484;
}
#index-body .init-5 .box .right .list {
  padding-top: 20px;
}
#index-body .init-5 .box .right .list ul {
  margin: -15px 0 -40px;
}
#index-body .init-5 .box .right .list ul li {
  padding: 15px 0 40px 50px;
  border-bottom: 1px #dfdfdf dashed;
  position: relative;
}
#index-body .init-5 .box .right .list ul li:last-child {
  border-bottom: none;
}
#index-body .init-5 .box .right .list ul li:after {
  content: 'Q';
  width: 30px;
  height: 30px;
  border: 1px solid #c9c9c9;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #222;
  position: absolute;
  top: 12px;
  left: 0;
  font-family: "Arial";
}
#index-body .init-5 .box .right .list ul li h4 {
  font-size: 14px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-5 .box .right .list ul li p {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.spinner {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -30px;
  margin-left: -25px;
  z-index: 1;
}
.spinner > div {
  background-color: #caa484;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.clear {
  clear: both;
  display: block;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#footer {
  background: #222222;
}
#footer .yq-link {
  line-height: 88px;
  height: 88px;
  background: #ddd;
}
#footer .yq-link .left {
  width: 20%;
  line-height: 50px;
  border-right: 1px solid #c0c0c0;
  padding-left: 5%;
  vertical-align: middle;
}
#footer .yq-link .left h3 {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
#footer .yq-link .left a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 12px;
  color: red;
}
#footer .yq-link .right {
  width: 80%;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
}
#footer .yq-link .right ul {
  margin: 0 -5px;
}
#footer .yq-link .right ul li {
  padding: 0 5px;
}
#footer .footer-top {
  padding: 20px 0;
}
#footer .footer-top .left {
  width: 65%;
  padding-left: 5%;
}
#footer .footer-top .left .content {
  color: #9a9a9a;
  line-height: 24px;
  padding-top: 20px;
}
#footer .footer-top .left .content .cay {
  width: 40%;
  font-size: 14px;
}
#footer .footer-top .left .content .bah {
  width: 60%;
  padding-top: 20px;
  margin-top: -20px;
  border-top: 1px solid #4d4d4d;
  font-size: 14px;
}
#footer .footer-top .right {
  width: 35%;
  padding-top: 15px;
  padding-left: 30px;
}
#footer .footer-top .right ul {
  margin: 0 -10px;
}
#footer .footer-top .right ul li {
  max-width: 130px;
  text-align: center;
  padding: 0 10px;
}
#footer .footer-top .right ul li img {
  border: 3px solid white;
}
#footer .footer-top .right ul li p {
  font-size: 12px;
  color: #9a9a9a;
  margin-top: 10px;
}
#footer .footer-bottom {
  padding: 20px 0;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #626262;
  background: #1e1e1e;
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 5px;
}
#footer .footer-bottom a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  #header .h-center .left .logo {
    max-width: 300px;
  }
  #header .h-center .left .text h3 {
    font-size: 22px;
    line-height: 22px;
  }
  #header .h-center .left .text p {
    font-size: 12px;
  }
  #header .h-center .right .phone h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #header .h-center {
    height: 100px;
    line-height: 100px;
  }
  #header .h-center .right .wecat {
    padding-top: 15px;
  }
  #header .h-top {
    font-size: 12px;
  }
  #header .nav {
    line-height: 50px;
    height: 50px;
  }
  #header .nav .ui.menu .h-search {
    margin-top: 15px;
  }
  #index-body .init-1 .top .right i {
    font-size: 14px;
  }
  #index-body .init-1 .top .right h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 25px 0 15px;
  }
  #index-body .init-1 .top .right h3 {
    font-size: 16px;
  }
  #index-body .init-1 .top .right p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-1 .top .left,
  #index-body .init-1 .top .right {
    vertical-align: middle;
  }
  #index-body .init-2 h2 {
    font-size: 24px;
  }
  #index-body .init-2 h2 em {
    font-size: 30px;
  }
  #index-body .init-2 h2 small {
    font-size: 14px;
  }
  #index-body .init-2 .top .left ul li {
    font-size: 18px;
  }
  #index-body .init-2 .top .right ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .init-2 .bottom ul li a h3 {
    font-size: 16px;
  }
  #index-body .init-3 .top h2 {
    font-size: 30px;
  }
  #index-body .init-3 .top h2 em {
    font-size: 44px;
  }
  #index-body .init-3 .top h2 small {
    font-size: 20px;
  }
  #index-body .init-3 .bottom .box .right ul li h3 {
    font-size: 22px;
  }
  #index-body .init-3 .bottom .box .right ul li h4 {
    font-size: 18px;
  }
  #index-body .init-4 .left h3 {
    font-size: 30px;
  }
  #index-body .init-4 .left p {
    font-size: 20px;
  }
  #index-body .init-5 h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header .h-center .left .text {
    display: none;
  }
  #header .h-center .left {
    width: 60%;
  }
  #header .h-center .right {
    width: 40%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    padding: 0 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:first-child:after {
    left: 5%;
  }
  #index-body .init-1 .top .right h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 10px 0;
  }
  #index-body .init-1 .top .right p {
    margin: 10px 0;
  }
  #index-body .init-1 .top .left {
    padding-right: 4%;
  }
  #index-body .init-1 .bottom .left .box {
    height: 70px;
    line-height: 70px;
  }
  #index-body .init-1 .bottom .left .box h3 {
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-5 {
    padding: 70px 0;
  }
  #index-body .init-2 .top .left ul li {
    font-size: 16px;
  }
  #index-body .init-2 .bottom ul li {
    padding: 10px;
  }
  #index-body .init-2 .bottom ul {
    margin: -10px;
  }
  #index-body .init-2 .bottom ul .slick-dots {
    padding-top: 20px;
  }
  #index-body .init-3 .top h2 {
    font-size: 26px;
    line-height: 30px;
  }
  #index-body .init-3 .top h2 em {
    font-size: 34px;
  }
  #index-body .init-3 .top h2 small {
    font-size: 16px;
  }
  #index-body .init-3 .top h2 i {
    max-width: 70px;
  }
  #index-body .init-3 .bottom .box .right ul li i {
    font-size: 24px;
  }
  #index-body .init-3 .bottom .box .right ul li h3 {
    font-size: 20px;
  }
  #index-body .init-3 .bottom .box .right ul li h4 {
    font-size: 16px;
  }
  #index-body .init-3 .bottom .box-2 {
    padding-bottom: 50px;
  }
  #index-body .init-4 .left h3 {
    font-size: 26px;
  }
  #index-body .init-4 .left p {
    font-size: 18px;
  }
  #index-body .init-4 {
    line-height: 200px;
    height: 200px;
    background: url(../images/init-4-bg.jpg) center right 35%;
  }
  #index-body .init-5 h2 {
    font-size: 30px;
  }
  #index-body .init-5 .box .left .top ul li {
    font-size: 16px;
  }
  #index-body .init-5 .box .left .list ul li .content p {
    font-size: 12px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
  }
  #index-body .init-5 .box .left .list ul li .time time em {
    font-size: 24px;
  }
  #index-body .init-5 .box .right .list ul li p {
    margin-top: 10px;
  }
  #footer .yq-link .left {
    padding-left: 0;
  }
  #footer .footer-top .left {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-1 .top .right h2 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .init-1 .bottom .left {
    width: 100%;
    padding-right: 0;
    display: inline-block;
  }
  #index-body .init-1 .bottom .left .box {
    float: left;
    width: 50%;
    line-height: 60px;
    height: 60px;
  }
  #index-body .init-1 .bottom .left .box:after {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    border-top: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f5f5f5;
  }
  #index-body .init-1 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-1 .bottom .right ul li {
    padding: 0 5px;
  }
  #index-body .init-1 .bottom .right ul {
    margin: 0 -5px;
  }
  #index-body .init-2 h2 em {
    font-size: 26px;
  }
  #index-body .init-2 h2 {
    font-size: 22px;
  }
  #index-body .init-2 .top .right ul li a {
    font-size: 12px;
  }
  #index-body .init-2 .top .left ul li {
    font-size: 14px;
  }
  #index-body .init-2 .bottom ul li a h3 {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-3 .top h2 {
    font-size: 20px;
  }
  #index-body .init-3 .top h2 em {
    font-size: 28px;
  }
  #index-body .init-3 .top h2 small {
    font-size: 13px;
  }
  #index-body .init-3 .bottom .box .right,
  #index-body .init-3 .bottom .box .left {
    width: 100%;
  }
  #index-body .init-3 .bottom .box {
    padding-bottom: 20px;
  }
  #index-body .init-3 .bottom .box .left {
    padding: 40px 0;
  }
  #index-body .init-3 .bottom {
    padding: 10px 0;
  }
  #index-body .init-3 .bottom .box .right ul li h3 {
    font-size: 17px;
  }
  #index-body .init-3 .bottom .box .right ul li h4 {
    font-size: 14px;
  }
  #index-body .init-3 .bottom .box .right ul li p {
    max-width: none;
    line-height: 30px;
  }
  #index-body .init-3 .bottom .box .right ul li i {
    font-size: 20px;
    height: 60px;
    width: 40px;
  }
  #index-body .init-3 .bottom .box .right ul li i:after {
    width: 24px;
    bottom: 10px;
  }
  #index-body .init-4 .right h3 {
    font-size: 22px;
  }
  #index-body .init-4 .left h3 {
    font-size: 20px;
  }
  #index-body .init-4 .left p {
    font-size: 14px;
  }
  #index-body .init-4 {
    background: url(../images/init-4-bg.jpg) center right 32%;
  }
  #index-body .init-5 h2 {
    font-size: 24px;
  }
  #index-body .init-5 .box .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-5 .box .right {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  #index-body .init-5 .box .right .list ul li {
    padding-bottom: 15px;
  }
  #index-body .init-5 .box .right .list ul {
    margin: 15px 0;
  }
  #footer .yq-link .left {
    width: 30%;
  }
  #footer .yq-link .right {
    width: 70%;
  }
  #footer .footer-top .right {
    width: 20%;
  }
  #footer .footer-top .right li {
    width: 100%;
  }
  #footer .footer-top .right li:first-child {
    display: none;
  }
  #footer .footer-top .left {
    width: 80%;
  }
  #footer .footer-top .left .content .cay,
  #footer .footer-top .left .content .bah {
    font-size: 12px;
  }
  #footer .footer-bottom {
    padding: 10px 0;
    font-size: 12px;
  }
  #footer .yq-link .left h3 {
    font-size: 18px;
  }
  #footer .yq-link {
    line-height: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-1 .top .left {
    width: 100%;
    text-align: center;
    display: none;
  }
  #index-body .init-1 .top .right {
    width: 100%;
    text-align: center;
  }
  #index-body .init-2 .top .left {
    width: 100%;
    padding-right: 0;
    display: inline-block;
  }
  #index-body .init-2 .top .right {
    width: 100%;
    padding-top: 20px;
  }
  #index-body .init-2 .top .left ul li {
    width: 50%;
    float: left;
  }
  #index-body .init-2 .top .left ul li:after {
    display: none;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-5 {
    padding: 30px 0;
  }
  #index-body .init-4 {
    height: auto;
    line-height: normal;
    padding: 40px 0;
    background-size: auto 100%;
    text-align: center;
    background-position: center center;
  }
  #index-body .init-4 .left {
    display: block;
    width: 100%;
  }
  #index-body .init-4 .right {
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  #footer .yq-link .left {
    width: 40%;
  }
  #footer .yq-link .right {
    width: 60%;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .left .content .cay,
  #footer .footer-top .left .content .bah {
    width: 100%;
    padding-top: 0;
    margin: 0;
    border-top: none;
  }
  #footer .footer-top .left .content .cay img,
  #footer .footer-top .left .content .bah img {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-2 h2 em {
    display: block;
  }
  #index-body .init-2 .top .right ul li {
    width: 50%;
  }
  #index-body .init-3 .top h2 em {
    display: block;
  }
  #index-body .init-3 .top h2 small {
    font-size: 12px;
  }
  #index-body .init-3 .bottom .box .right ul li p {
    font-size: 12px;
    line-height: 24px;
  }
  #footer .yq-link {
    display: none;
  }
}
.inner-banner {
  height: 300px;padding-top: 100px;
  position: relative;
}
.inner-banner h2 {
  text-align: center;
  font-family: "FZCH";
  font-size: 30px;
  color: white;
}
.inner-banner .mbx {
  line-height: 50px;
  height: 50px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  overflow: hidden;
}
.inner-banner .mbx h3 {
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx h3 i {
  color: #caa484;
  margin-right: 5px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
  color: #caa484;
}
.hang {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 30;
}
.hang ul li {
  width: 50px;
  height: 50px;
  background: #caa484;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border-top: 1px solid white;
  cursor: pointer;
  cursor: hand;
}
.hang ul li a {
  display: block;
}
.hang ul li:first-child {
  border-top: none;
}
.inner-page {
  font-size: 14px;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.inner-page .sidebar {
  width: 20%;
  padding-right: 20px;
}
.inner-page .sidebar .menu {
  background: #caa484;
  padding: 3px;
  overflow: hidden;
}
.inner-page .sidebar .menu h2 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  padding: 20px 10px;
  color: white;
  font-family: "FZCH";
  background: #caa484;
  position: relative;
}
.inner-page .sidebar .menu h2:after {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 120%;
  height: 150%;
  background: -webkit-radial-gradient(white, transparent);
  background: -o-radial-gradient(white, transparent);
  background: -moz-radial-gradient(white, transparent);
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.5) 10%, transparent);
}
.inner-page .sidebar .menu h2 em {
  position: relative;
  z-index: 1;
}
.inner-page .sidebar .menu h2 small {
  display: block;
  font-size: 14px;
  font-family: "Arial";
  opacity: .3;
  z-index: 1;
  position: relative;
}
.inner-page .sidebar .menu .menu-list {
  display: block;
  padding: 10px;
  background: white;
}
.inner-page .sidebar .menu .menu-list ul li {
  padding-bottom: 10px;
}
.inner-page .sidebar .menu .menu-list ul li a {
  line-height: 24px;
  font-size: 16px;
  padding: 8px 10px;
  display: block;
  background: #eee;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-page .sidebar .menu .menu-list ul li a:after {
  content: "\f105";
  position: absolute;
  right: 5px;
  top: 8px;
  font-family: "FontAwesome";
  font-size: 20px;
}
.inner-page .sidebar .menu .menu-list ul li li {
  padding-bottom: 0;
}
.inner-page .sidebar .menu .menu-list ul li li a {
  background: none;
  font-size: 14px;
  border-bottom: 1px #d6d6d6 dashed;
  padding-left: 25px;
  position: relative;
  background: none !important;
}
.inner-page .sidebar .menu .menu-list ul li li a:after {
  content: "\f105" !important;
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  top: 8px;
  color: #666;
}
.inner-page .sidebar .menu .menu-list ul li li a:hover,
.inner-page .sidebar .menu .menu-list ul li li.active a{
  color: #caa484;
}
.inner-page .sidebar .menu .menu-list ul li:hover > a,
.inner-page .sidebar .menu .menu-list ul li.active > a {
  background: #caa484;
  color: white;
}
.inner-page .sidebar .menu .menu-list ul li:hover > a:after,
.inner-page .sidebar .menu .menu-list ul li.active > a:after {
  content: "\f107";
}
.inner-page .sidebar .contact {
  margin-top: 30px;
  background: #caa484;
}
.inner-page .sidebar .contact .phone {
  padding: 20px;
  text-align: right;
  color: white;
}
.inner-page .sidebar .contact .phone h5 {
  font-size: 14px;
  line-height: 16px;
}
.inner-page .sidebar .contact .phone span {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}
.inner-page .sidebar .contact .wecat {
  background: #333;
  padding: 20px;
}
.inner-page .sidebar .contact .wecat .box {
  border: 1px solid #666;
}
.inner-page .sidebar .contact .wecat .box img {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid white;
}
.inner-page .sidebar .contact .wecat .box h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: white;
  margin-left: 7%;
}
.inner-page .page-content {
  width: 80%;
  padding-left: 20px;
}
.inner-page .page-content .page-title {
  font-size: 24px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.inner-page .page-content .page-title:before {
  content: "\f15c";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 18px;
}
.inner-page .page-content .page-title.list:before {
  content: "\f0ca";
}
.inner-page .page-content .page-title.contact:before {
  content: "\f2b6";
}
.inner-page .page-content .content {
  padding: 20px 0;
}
.inner-page .page-content .content p {
	padding:7px 0;
	line-height:1.8;
}
.inner-page .list {
  padding: 20px 0;
}
.inner-page .list ul {
  margin: -10px;
}
.inner-page .list ul li {
  padding: 10px;
}
.inner-page .list ul li a {
  display: block;background: #dde4ec;
}
.inner-page .list ul li a h3 {
  line-height: 40px;
  height: 40px;
  display: block;
  background: #fbfbfb;
  font-size: 18px;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .list ul li a:hover h3 {
  background: #caa484;
  color: white;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 34px;
  height: 34px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  color: #999;
}
.inner-page .m-page a.current,
.inner-page .m-page span.current {
  color: white;
  background: #caa484;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  color: white;
  background: #caa484;
}
.inner-page .breaking-news {
  padding-top: 20px;
}
.inner-page .breaking-news .box {
  padding: 20px 0;
  border-bottom: 1px #999 dashed;
}
.inner-page .breaking-news .box .left {
  width: 30%;
  vertical-align: middle;
}
.inner-page .breaking-news .box .left img {
  width: 100%;
}
.inner-page .breaking-news .box .right {
  width: 70%;
  padding: 0 15px;
  vertical-align: middle;
}
.inner-page .breaking-news .box .right h3 {
  font-size: 18px;
  font-family: "FZCH";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .breaking-news .box .right h3:hover {
  color: #caa484;
}
.inner-page .breaking-news .box .right p {
  font-size: 14px;
  margin: 20px 0;
}
.inner-page .breaking-news .box .right a.more {
  color: #caa484;
}
.inner-page .breaking-news .news {
  padding-top: 20px;
}
.inner-page .breaking-news .news ul {
  margin: 0 -10px;
}
.inner-page .breaking-news .news ul li {
  padding: 0 10px;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  position: relative;
}
.inner-page .breaking-news .news ul li a {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-page .breaking-news .news ul li a:before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
}

.content h6{ font-size:16px; font-weight:bold; color:#caa484}
.inner-page .breaking-news .news ul li a:hover {
  text-decoration: underline;
}
.inner-page .breaking-news .news ul li time {
  position: absolute;
  top: 0;
  right: 10px;
}
.inner-page .m-link {
  display: block;
  padding: 10px;
  background: #F9F9F9;
  margin-top: 15px;
}
.inner-page .form ul {
  margin: -5px;
  padding-top: 20px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  line-height: 40px;
  height: 40px;
  border: none;
  background: #eee;
  width: 100%;
  padding: 0 15px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li.wid-100 textarea {
  height: 120px;
  line-height: 24px;
  padding: 8px 15px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  width: 150px;
  background: #caa484;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.news-page .news-list {
  padding: 20px 0;
}
.news-page .news-list ul li {
  margin-bottom: 20px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .left {
  width: 30%;
  vertical-align: middle;
}
.news-page .news-list ul li .left img {
  width: 100%;
}
.news-page .news-list ul li .right {
  width: 70%;
  padding-left: 20px;
  vertical-align: middle;
}
.news-page .news-list ul li .right h3 {
  font-size: 20px;
  font-family: "FZCH";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .right h3:hover {
  color: #caa484;
}
.news-page .news-list ul li .right p {
  font-size: 14px;
  line-height: 28px;
  margin: 15px 0;
}
.news-page .news-list ul li .right a.more {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .right a.more:hover {
  color: #caa484;
}
.news-page .news-list ul li:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.faq-page .faq-list {
  padding: 20px 0;
}
.faq-page .faq-list ul li {
  margin-bottom: 20px;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 20px;
}
.faq-page .faq-list ul li h3 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
  padding-left: 30px;
  position: relative;
}
.faq-page .faq-list ul li h3:after {
  content: "\f059";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
}
.faq-page .faq-list ul li p {
  padding-top: 10px;
}
.faq-page .faq-list ul li:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.contact-page .info {
  margin-top: 30px;
  background: #eee;
  padding: 30px 50px;
}
.contact-page .info h3 {
  font-size: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #c2c2c2;
}
.contact-page .info ul li {
  padding: 20px 0 20px 50px;
  border-bottom: 1px #c2c2c2 dashed;
  font-size: 16px;
  position: relative;
}
.contact-page .info ul li i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #caa484;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #caa484;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .info ul li a {
  color: #caa484;
  font-weight: bold;
}
.contact-page .info ul li em {
  font-weight: bold;
}
.contact-page .map .info {
  padding: 0;
}
.contact-page .info.form ul li {
  padding: 5px;
  border-bottom: none;
}
.contact-page .info.form ul li input,
.contact-page .info.form ul li textarea {
  background: white;
}
.contact-page .info.form ul li input[type="submit"] {
  background: #caa484;
}
.contact-page .info.form ul li input[type="submit"]:hover {
  background: #222;
}
.prodet-page .product-content {
  padding-top: 20px;
}
.prodet-page .product-content .top .left {
  padding-right: 25px;
  vertical-align: bottom;
}
.prodet-page .product-content .top .left img {
  width: 100%;
}
.prodet-page .product-content .top .right {
  vertical-align: bottom;
}
.prodet-page .product-content .top .right .phone {
  font-weight: bold;
}
.prodet-page .product-content .top .right .phone a {
  font-size: 20px;
  color: #caa484;
}
.prodet-page .product-content .top .right .thumb-box {
  padding-top: 20px;
  overflow: hidden;
}
.prodet-page .product-content .top .right .thumb-box ul {
  margin: -5px;
}
.prodet-page .product-content .top .right .thumb-box ul li {
  padding: 5px;
  width: 33.33%;
  display: inline-block;
}
.prodet-page .product-content .top .right .thumb-box ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: none;
  background-size: 10px;
  color: transparent;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-content .top .right .thumb-box ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 5px;
}
.prodet-page .product-content .top .right .thumb-box ul .slick-arrow.slick-next {
  right: 5px;
  background-image: url("../images/banner-btn-r.png");
}
.prodet-page .product-content .bottom {
  padding-top: 30px;
}
.prodet-page .product-content .bottom h4.prodet-tit {
  line-height: 50px;
  height: 50px;
  border-bottom: 4px solid #eee;
  background: #caa484;
  font-size: 20px;
  font-family: "FZCH";
  padding: 0 15px;
  color: white;
}
.prodet-page .product-content .bottom h4.prodet-tit i {
  float: right;
  font-size: 14px;
  font-weight: normal;
}
.prodet-page .product-content .bottom .content {
  line-height: 28px;
}
.button-group .button {
  background: #caa484 !important;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar {
    padding-right: 0;
  }
  .inner-page .sidebar .menu .menu-list ul li a {
    font-size: 14px;
  }
  .inner-page .sidebar .menu .menu-list ul li li a {
    font-size: 12px;
  }
  .inner-page .sidebar .contact .phone span {
    font-size: 20px;
  }
  .inner-page .sidebar .contact .wecat .box h4 {
    font-size: 14px;
    margin-left: 2%;
  }
  .news-page .news-list ul li .right h3,
  .inner-page .breaking-news .box .right h3 {
    font-size: 18px;
  }
  .news-page .news-list ul li .right p,
  .inner-page .breaking-news .box .right p {
    line-height: 24px;
    font-size: 12px;
    margin: 10px 0;
  }
  .inner-page .list ul li a h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar {
    display: none;
  }
  .inner-page .page-content {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  #mapContainer {
    height: 300px !important;
  }
  .contact-page .info {
    padding: 20px 15px;
  }
  .contact-page .info h3 {
    font-size: 20px;
  }
  .contact-page .info ul li {
    font-size: 14px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .inner-page .breaking-news .box .right,
  .news-page .news-list ul li .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .breaking-news .box .left,
  .news-page .news-list ul li .left {
    width: 100%;
  }
  .inner-page .page-content .page-title {
    font-size: 20px;
  }
  .news-page .news-list ul li .right h3,
  .inner-page .breaking-news .box .right h3 {
    font-size: 16px;
  }
  .prodet-page .product-content .bottom h4.prodet-tit {
    font-size: 16px;
  }
  .inner-page {
    padding: 15px 0;
  }
  .hang {
    display: none;
  }
  .prodet-page .product-content .top .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .product-content .top .right {
    width: 100%;
    padding-top: 20px;
  }
  .cloudzoom-blank,
  .cloudzoom-zoom {
    display: none !important;
  }
}
.aboutimg {background:url(../images/banner-about.jpg);}
.faqimg {background: url(../images/banner-faq.jpg);}
.newsimg {background: url(../images/banner-news.jpg);}	
.products {background: url(../images/banner.jpg);}	
.catimg {background: url(../images/banner-cat.jpg);}	