@font-face {
  font-family: 'Arial-black';
  src: url(../fonts/Arial-black.ttf) format('truetype'), url(../fonts/Arial-black.eot) format('eot'), url(../fonts/Arial-black.woff) format('woff'), url(../fonts/Arial-black.woff2) format('woff2');
}
/* @font-face {
  font-family: 'calibri';
  src: url(../fonts/calibri.ttf) format('truetype'), url(../fonts/calibri.eot) format('eot'), url(../fonts/calibri.woff) format('woff'), url(../fonts/calibri.woff2) format('woff2');
} */
@font-face {
  font-family: 'Calibri-Bold';
  src: url(../fonts/Calibri-Bold.ttf) format('truetype'), url(../fonts/Calibri-Bold.eot) format('eot'), url(../fonts/Calibri-Bold.woff) format('woff'), url(../fonts/Calibri-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Calibri-Light';
  src: url(../fonts/Calibri-Light.ttf) format('truetype'), url(../fonts/Calibri-Light.eot) format('eot'), url(../fonts/Calibri-Light.woff) format('woff'), url(../fonts/Calibri-Light.woff2) format('woff2');
}
.cloudzoom-blank,.cloudzoom-zoom-inside {
	z-index:2;
	cursor: crosshair;
}
body {
  font-family: "Arial";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1380px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 0 8%;
  background: #1b1b1b;
  line-height: 150px;
  height: 150px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 15px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: '';
  background: #2a80cf;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #2a80cf), color-stop(100%, rgba(42, 128, 207, 0.05)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #2a80cf 10%, rgba(42, 128, 207, 0.05) 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, #2a80cf 10%, rgba(42, 128, 207, 0.05) 100%);
  /* chrome */
  background: -o-linear-gradient(right, #2a80cf 10%, rgba(42, 128, 207, 0.05) 100%);
  /* opera */
  background: -ms-linear-gradient(right, #2a80cf 10%, rgba(42, 128, 207, 0.05) 100%);
  /* ie */
  background: linear-gradient(to right, #2a80cf 10%, rgba(42, 128, 207, 0.05) 100%);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a80cf', endColorstr='rgba(42, 128, 207, 0.05)',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a80cf', endColorstr='rgba(42, 128, 207, 0.05)', GradientType=1);
  /* 兼容IE5~IE9 */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  z-index: -1;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:after,
#header .nav .ui.menu .menu-box ul.menu > li.current-menu-ancestor > a:after,
#header .nav .ui.menu .menu-box ul.menu > li.current-menu-item > a:after,
#header .nav .ui.menu .menu-box ul.menu > li.current-post-ancestor > 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;
  background: #fff;
  top: 100%;
  left: 0;
  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 #2a80cf;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 24px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:first-child {
  border-top: none;
}
#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 .box {
  float: right;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
}
#header .nav .ui.menu .yuy {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
#header .nav .ui.menu .yuy span {
  line-height: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 19px;
  background: #2a80cf;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
}
#header .nav .ui.menu .yuy span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#header .nav .ui.menu .yuy span i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#header .nav .ui.menu .yuy ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  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 #2a80cf;
  display: none \9;
}
#header .nav .ui.menu .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 24px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .yuy ul li:first-child {
  border-top: none;
}
#header .nav .ui.menu .yuy ul li img {
  max-width: 30px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .tel {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#header .nav.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 60px;
  height: 60px;
  background: #1b1b1b;
}
#header .nav.fixed .ui.menu .logo img {
  max-height: 40px;
}
#header .nav.fixed .ui.menu .yuy span {
  line-height: 30px;
  height: 30px;
  font-size: 16px;
}
#header.active .nav.fixed {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#header.init {
  position: absolute;
  top: 60px;
}
#header.init .nav {
  line-height: 60px;
  height: 60px;
  background: none;
}
#header.init .nav.fixed {
  background: #1b1b1b;
}
#header.init.active .nav {
  line-height: 60px;
  height: 60px;
}
#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: #2a80cf;
}
#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: #2a80cf;
  -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: #2a80cf;
  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: #2a80cf;
}
#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: #2a80cf !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vw;
  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 .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 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: #2a80cf;
  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: #2a80cf;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#index-body {
  overflow: hidden;
}
#index-body h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  position: relative;
  line-height: 36px;
}
#index-body h2 small {
  display: block;
  font-size: 14px;
  color: #c2c2c2;
  line-height: normal;
  margin-top: 10px;
}
#index-body .top.public .left h2:after {
  content: '';
  width: 100vw;
  height: 2px;
  background: white;
  position: absolute;
  right: 100%;
  top: 18px;
  margin-right: 20px;
  opacity: .7;
}
#index-body .top.public .right {
  text-align: right;
}
#index-body .top.public .right p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  color: white;
  line-height: 36px;
}
#index-body .top.public .right p:before {
  content: '';
  width: 35px;
  height: 1px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#index-body .top.public .right p:after {
  content: '';
  width: 100vw;
  height: 2px;
  background: white;
  position: absolute;
  left: 100%;
  top: 18px;
  margin-left: 20px;
  opacity: .7;
}
#index-body .top.public .right ul {
  position: relative;
  line-height: 36px;
}
#index-body .top.public .right ul:after {
  content: '';
  width: 100vw;
  height: 2px;
  background: white;
  position: absolute;
  left: 100%;
  top: 18px;
  margin-left: 20px;
  opacity: .7;
}
#index-body .top.public .right ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 12px;
}
#index-body .top.public .right ul li a {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .top.public .right ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #2a80cf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .top.public .right ul li a:hover {
  color: white;
}
#index-body .top.public .right ul li a:hover:after {
  opacity: 1;
}
#index-body .top.public .right ul li:first-child a {
  color: white;
}
#index-body .top.public .right ul li:first-child a:after {
  opacity: 1;
}
#index-body .init-1 {
  background: #2a80cf;
  padding: 120px 0 150px;
  position: relative;
  z-index: 1;
}
#index-body .init-1:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2c9bff;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2c9bff), color-stop(100%, #0d5ba1));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #2c9bff 0%, #0d5ba1 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* ie */
  background: linear-gradient(to bottom, #2c9bff, #0d5ba1);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1', GradientType=0);
  /* 兼容IE5~IE9 */
  opacity: .8;
  z-index: -1;
}
#index-body .init-1 .bottom {
  padding-top: 60px;
}
#index-body .init-1 .bottom ul {
  margin: -30px -15px;
}
#index-body .init-1 .bottom ul li {
  padding: 30px 15px;
}
#index-body .init-1 .bottom ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 10px 15px rgba(0, 29, 54, 0.7);
  -o-box-shadow: 0 10px 15px rgba(0, 29, 54, 0.7);
  box-shadow: 0 10px 15px rgba(0, 29, 54, 0.7);
  text-align: center;
  padding: 20px 13% 35px;
  border-radius: 10px;
}
#index-body .init-1 .bottom ul li .box a.img-box {
  display: block;
}
#index-body .init-1 .bottom ul li .box .content {
  display: block;
}
#index-body .init-1 .bottom ul li .box .content h3 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #252525;
  font-weight: bold;
  font-family: "Arial-black";
}
#index-body .init-1 .bottom ul li .box .content p {
  text-align: left;
  font-size: 13px;
  color: #999999;
  line-height: 18px;
  margin: 10px 0 15px;
  max-height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#index-body .init-1 .bottom ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  border-radius: 12px;
  background: #292929;
  font-size: 14px;
  text-transform: capitalize;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .bottom ul li .box .content a.more:hover {
  background: #2a80cf;
}
#index-body .init-2 {
  padding: 200px 0 160px;
  position: relative;
  background: #292929;
  z-index: 1;
}
#index-body .init-2:after,
#index-body .init-2:before {
  content: '';
  width: 200px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-dots.png");
  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-2:after {
  left: 0;
}
#index-body .init-2:before {
  right: 0;
}
#index-body .init-2 .left {
  padding-right: 45px;
  vertical-align: middle;
}
#index-body .init-2 .left .box2 {
  position: relative;
  display: block;
  z-index: 1;
}
#index-body .init-2 .left .box2 i {
  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%);
  padding: 35px;
  background: #2c9bff;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2c9bff), color-stop(100%, #0d5ba1));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #2c9bff 0%, #0d5ba1 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* ie */
  background: linear-gradient(to bottom, #2c9bff, #0d5ba1);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1', GradientType=0);
  /* 兼容IE5~IE9 */
  width: 92%;
  height: 130%;
  z-index: -1;
}
#index-body .init-2 .left .box2 i:after {
  content: '';
  display: block;
  background: #292929;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .right {
  padding-left: 55px;
  vertical-align: middle;
  position: relative;
  top: -22px;
}
#index-body .init-2 .right h6 {
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 70px;
}
#index-body .init-2 .right h6:after,
#index-body .init-2 .right h6:before {
  content: '';
  width: 70px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #555;
}
#index-body .init-2 .right h6:after {
  left: 100%;
  margin-left: 10px;
}
#index-body .init-2 .right h6:before {
  right: 100%;
  margin-right: 10px;
}
#index-body .init-2 .right h2 {
  margin-bottom: 30px;
}
#index-body .init-2 .right p {
  font-size: 18px;
  color: #999999;
  line-height: 26px;
}
#index-body .init-2 .right ul {
  padding-top: 35px;
  margin: -10px 0;
}
#index-body .init-2 .right ul li {
  padding: 10px 0;
}
#index-body .init-2 .right ul li .box2 {
  padding-left: 70px;
  position: relative;
  max-width: 520px;
}
#index-body .init-2 .right ul li .box2 i {
  position: absolute;
  left: 0;
  top: 6px;
}
#index-body .init-2 .right ul li .box2 h4 {
  display: block;
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#index-body .init-2 .right ul li .box2 p {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
#index-body .init-3 {
  padding: 160px 0 150px;
  background: #222;
}
#index-body .init-3 .bottom {
  text-align: right;
  position: relative;
}
#index-body .init-3 .bottom i {
  margin-left: auto;
  margin-right: 0;
  margin-top: -10px;
  display: block;
}
#index-body .init-3 .bottom ul {
  text-align: center;
  padding: 0 210px;
}
#index-body .init-3 .bottom ul .slick-list {
  overflow: unset;
}
#index-body .init-3 .bottom ul li {
  padding: 0 47px;
}
#index-body .init-3 .bottom ul li a {
  display: block;
}
#index-body .init-3 .bottom ul li a img {
  width: 100%;
}
#index-body .init-3 .bottom ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2c9bff;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2c9bff), color-stop(100%, #0d5ba1));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #2c9bff 0%, #0d5ba1 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* ie */
  background: linear-gradient(to bottom, #2c9bff, #0d5ba1);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1', GradientType=0);
  /* 兼容IE5~IE9 */
  opacity: .8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .bottom ul .slick-current li a:after {
  opacity: 0;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
#index-body .init-3 .bottom .btn {
  font-size: 28px;
  color: white;
}
#index-body .init-3 .bottom .btn i {
  display: block;
  margin-top: 10px;
}
#index-body .init-3 .bottom .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  text-transform: uppercase;
  text-shadow: 0 -3px 2px rgba(255, 255, 255, 0.7);
}
#index-body .init-3 .bottom .btn .prev {
  right: 100%;
}
#index-body .init-3 .bottom .btn .next {
  left: 100%;
}
#index-body .init-4 {
  background: #2f2f2f;
  padding: 150px 0 135px;
}
#index-body .init-4 .bottom {
  text-align: right;
}
#index-body .init-4 .bottom i {
  display: block;
  margin-top: -10px;
  margin-bottom: 70px;
}
#index-body .init-4 .bottom ul {
  margin: 0 -25px;
  text-align: left;
}
#index-body .init-4 .bottom ul li {
  padding: 0 25px;
}
#index-body .init-4 .bottom ul li .box2 {
  padding-left: 75px;
  position: relative;
}
#index-body .init-4 .bottom ul li .box2 time {
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 20px;
  background: #2c9bff;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2c9bff), color-stop(100%, #0d5ba1));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #2c9bff 0%, #0d5ba1 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* ie */
  background: linear-gradient(to bottom, #2c9bff, #0d5ba1);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1', GradientType=0);
  /* 兼容IE5~IE9 */
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 5px 0;
}
#index-body .init-4 .bottom ul li .box2 time em {
  font-weight: bold;
  font-size: 34px;
  display: block;
  line-height: 34px;
}
#index-body .init-4 .bottom ul li .box2 h3 {
  font-size: 26px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .bottom ul li .box2 h3:hover {
  color: #2a80cf;
}
#index-body .init-4 .bottom ul li .box2 p {
  font-size: 17px;
  line-height: 28px;
  color: #aaaaaa;
  margin: 25px 0 30px;
}
#index-body .init-4 .bottom ul li .box2 a.more {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  text-decoration: underline;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .bottom ul li .box2 a.more:hover {
  color: #2a80cf;
}
#footer {
  padding: 30px 0;
  background: #222;
  font-size: 14px;
  color: #636363;
}
#footer a {
  color: #2a80cf;
}
#footer img {
  max-height: 15px;
}
#footer:after,
#footer:before {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 1750px) {
  #header .nav {
    padding: 0 15px;
  }
  #header {
    top: 10px;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-4 {
    padding: 80px 0;
  }
  #index-body .init-3 .bottom .btn .prev {
    left: 0;
    right: auto;
  }
  #index-body .init-3 .bottom .btn .next {
    left: auto;
    right: 0;
  }
  #index-body .init-4 .bottom i {
    margin-bottom: 40px;
  }
  #footer {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 36px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 5px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 5px;
  }
  #header .nav .ui.menu .h-search img {
    max-width: 18px;
  }
  #header .nav .ui.menu .yuy span {
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    padding: 0 5px;
  }
  #header .nav .ui.menu .yuy span img {
    max-width: 14px;
  }
  #header .nav .ui.menu .yuy {
    margin-right: 0;
    margin-left: 5px;
  }
  #header .nav .ui.menu .tel {
    display: none;
  }
  #index-body h2 {
    font-size: 28px;
    line-height: 28px;
    white-space: nowrap;
  }
  #index-body h2 small {
    font-size: 12px;
  }
  #index-body .init-1 .bottom ul li .box {
    padding: 15px;
  }
  #index-body .init-2 .left {
    padding-right: 15px;
  }
  #index-body .init-2 .left .box2 i {
    padding: 20px;
    height: 120%;
  }
  #index-body .init-2 .right {
    padding-left: 20px;
    top: 0;
  }
  #index-body .init-2 .right p {
    font-size: 16px;
    line-height: 24px;
  }
  #index-body .init-2 .right h2 {
    margin-bottom: 15px;
  }
  #index-body .init-2 .right ul {
    padding-top: 15px;
  }
  #index-body .init-2 .right ul li .box2 h4 {
    margin-bottom: 5px;
  }
  #index-body .init-2 .right h6 {
    display: none;
  }
  #index-body .init-3 .bottom i img,
  #index-body .init-4 .bottom i img {
    max-height: 50px;
  }
  #index-body .init-3 .bottom ul li {
    padding: 0 20px;
  }
  #index-body .init-3 .bottom .btn {
    font-size: 22px;
  }
  #index-body .init-3 .bottom .btn i {
    margin-top: 5px;
  }
  #index-body .init-4 .bottom ul li .box2 p {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
  }
  #index-body .init-4 .bottom ul li .box2 h3 {
    font-size: 20px;
    line-height: 20px;
  }
  #index-body .init-4 .bottom ul li .box2 a.more {
    font-size: 13px;
    line-height: 13px;
  }
}
@media screen and (max-width: 1100px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #index-body .top.public .right p {
    font-size: 12px;
  }
  #index-body .top.public .right p:before {
    width: 20px;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-4 {
    padding: 50px 0;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-2 .left {
    width: 100%;
    padding-right: 0;
    display: none;
  }
  #index-body .init-4 .bottom i {
    margin-bottom: 20px;
  }
  #footer p {
    float: none;
    display: block;
    text-align: center;
  }
  #footer {
    padding: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .top.public .right {
    width: 100%;
    text-align: left;
  }
  #index-body .top.public .left {
    width: 100%;
  }
  #index-body .init-1 .bottom {
    padding-top: 30px;
  }
  #index-body h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body .init-3 .bottom .btn {
    display: none;
  }
  #index-body .init-3 .bottom ul li {
    padding: 0;
  }
  #index-body .init-3 .bottom ul {
    padding: 0;
    overflow: hidden;
  }
  #index-body .init-4 .bottom,
  #index-body .init-3 .bottom {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  #index-body h2 {
    white-space: normal;
    text-align: center;
  }
}
.inner-banner {
  height: 300px;
  line-height: 300px;
}
.inner-banner .box {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  color: white;
}
.inner-banner .box h2 {
  font-weight: bold;
  font-size: 55px;
}
.inner-banner .box .mbx {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 15px;
}
.inner-nav {
  padding: 15px 0;
  background: white;
  font-family: "calibri";
}
.inner-nav .left ul {
  margin: -5px -10px;
}
.inner-nav .left ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: black;
  font-size: 18px;
  margin: 5px 10px;
}
.inner-nav .left ul li:hover,
.inner-nav .left ul li.active{
  border-color: #2a80cf;
  color: #2a80cf;
}
.inner-nav .right {
  text-align: right;
  font-size: 18px;
  color: black;
}
.inner-nav .right a,
.inner-nav .right span {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-nav .right a:hover {
  color: #2a80cf;
}
.inner-page {
  font-family: "calibri";
  background: #313131;
  position: relative;
  z-index: 1;
}
.inner-page p {
  font-size: 18px;
  line-height: 32px;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 50px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  margin: 6px;
  font-size: 14px;
  color: #333;
  line-height: 44px;
  text-align: center;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #2a80cf;
  color: white;
}
.about-page .about-1 {
  padding: 70px 0 90px;
  color: white;
}
.about-page .about-1 img {
  margin: 10px auto;
}
.about-page .about-1 h4 {
  font-size: 30px;
  font-family: "Calibri-Bold";
  margin: 15px 0;
  line-height: 30px;
}
.about-page .about-2 {
  background: #2c9bff;
  position: relative;
  z-index: 1;
  padding: 50px 0 100px;
  color: white;
}
.about-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2c9bff;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2c9bff), color-stop(100%, #0d5ba1));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #2c9bff 0%, #0d5ba1 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* ie */
  background: linear-gradient(to bottom, #2c9bff, #0d5ba1);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1', GradientType=0);
  /* 兼容IE5~IE9 */
  opacity: .8;
  z-index: -1;
}
.about-page .about-2 h2 {
  display: inline-block;
  max-width: 40%;
  font-family: "Calibri-Bold";
  font-size: 42px;
  line-height: 42px;
  color: black;
}
.about-page .about-2 h2 small {
  font-size: 16px;
  color: #101010;
  line-height: 24px;
  font-family: "Arial";
  margin-top: 15px;
  display: block;
}
.about-page .about-2 a.mroe {
  display: inline-block;
  float: right;
  line-height: 68px;
  height: 68px;
  padding: 0 40px;
  border-radius: 4px;
  background: #424242;
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-family: "Arial";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-2 a.mroe:hover {
  background: black;
}
.about-page .about-2 .box {
  padding-top: 30px;
}
.about-page .about-2 .box ul {
  margin: -30px -15px;
}
.about-page .about-2 .box ul li {
  padding: 30px 15px;
}
.about-page .about-2 .box ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 10px 15px rgba(0, 29, 54, 0.7);
  -o-box-shadow: 0 10px 15px rgba(0, 29, 54, 0.7);
  box-shadow: 0 10px 15px rgba(0, 29, 54, 0.7);
  text-align: center;
  padding: 20px 13% 35px;
  border-radius: 10px;
}
.about-page .about-2 .box ul li .box a.img-box {
  display: block;
}
.about-page .about-2 .box ul li .box .content {
  display: block;
}
.about-page .about-2 .box ul li .box .content h3 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #252525;
  font-weight: bold;
  font-family: "Arial-black";
}
.about-page .about-2 .box ul li .box .content p {
  text-align: left;
  font-size: 13px;
  color: #999999;
  line-height: 18px;
  margin: 10px 0 15px;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.about-page .about-2 .box ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  border-radius: 12px;
  background: #292929;
  font-size: 14px;
  text-transform: capitalize;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .box ul li .box .content a.more:hover {
  background: #2a80cf;
}
.faq-page .faq-1 {
  padding: 70px 0 98px;
}
.faq-page .faq-1 ul li {
  margin-bottom: 15px;
}
.faq-page .faq-1 ul li h4 {
  padding: 10px 15px;
  background: #eee;
  color: #333;
  font-size: 22px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faq-page .faq-1 ul li .content {
  display: block;
  background: white;
  padding: 15px;
}
.gallery-page .gallery-1 {
  padding: 70px 0 98px;
}
.gallery-page .gallery-1 ul {
  margin: -10px;
}
.gallery-page .gallery-1 ul li {
  padding: 10px;
}
.gallery-page .gallery-1 ul li a {
  display: block;
}
.gallery-page .gallery-1 ul li a img {
  width: 100%;
}
.gallery-page .gallery-1 ul li a h4 {
  line-height: 40px;
  height: 40px;
  background: #eee;
  color: #333;
  font-size: 16px;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gallery-page .gallery-1 ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/icon-search-white.png") center center no-repeat rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 ul li a:hover:after {
  opacity: 1;
}
.product-page .product-1 {
  padding: 100px 0;
}
.product-page .product-1 ul {
  margin: -15px;
}
.product-page .product-1 ul li {
  padding: 15px;
}
.product-page .product-1 ul li a {
  display: block;
}
.product-page .product-1 ul li a img {
  width: 100%;
}
.product-page .product-1 ul li a h4 {
  line-height: 56px;
  height: 56px;
  background: #2a80cf;
  color: white;
  text-align: center;
  padding: 0 15px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-1 ul li a:hover h4 {
  background: #222;
}
.product-page .product-2 {
  background: #2c9bff;
  position: relative;
  z-index: 1;
  padding: 90px 0 110px;
}
.product-page .product-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2c9bff;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2c9bff), color-stop(100%, #0d5ba1));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #2c9bff 0%, #0d5ba1 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #2c9bff 0%, #0d5ba1 100%);
  /* ie */
  background: linear-gradient(to bottom, #2c9bff, #0d5ba1);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9bff', endColorstr='#0d5ba1', GradientType=0);
  /* 兼容IE5~IE9 */
  opacity: .8;
  z-index: -1;
}
.product-page .product-2 h2 {
  display: inline-block;
  max-width: 40%;
  font-family: "Calibri-Bold";
  font-size: 42px;
  line-height: 42px;
  color: black;
}
.product-page .product-2 a.more {
  display: inline-block;
  float: right;
  line-height: 68px;
  height: 68px;
  padding: 0 40px;
  border-radius: 4px;
  background: #424242;
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-family: "Arial";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: -20px;
}
.product-page .product-2 a.more:hover {
  background: black;
}
.product-page .product-2 .box {
  padding-top: 50px;
}
.product-page .product-2 .box ul {
  margin: -15px;
}
.product-page .product-2 .box ul li {
  padding: 15px;
}
.product-page .product-2 .box ul li a {
  display: block;
  position: relative;
}
.product-page .product-2 .box ul li a img {
  width: 100%;
}
.product-page .product-2 .box ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-search-white.png") center center no-repeat rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.product-page .product-2 .box ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-1 {
  padding: 80px 0;
  background: #404040;
}
.prodet-page .prodet-1 .img {
  padding-left: 6%;
  padding-right: 12%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .img a {
  display: block;
}
.prodet-page .prodet-1 .img a img {
  width: 100%;
}
.prodet-page .prodet-1 .text {
  padding-right: 6%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .text h3 {
  font-family: "Calibri-Light";
  font-size: 42px;
  color: #fafafc;
  line-height: 42px;
}
.prodet-page .prodet-1 .text h3 small {
  font-size: 24px;
  line-height: 24px;
  color: #afafaf;
  display: block;
  margin-top: 5px;
}
.prodet-page .prodet-1 .text .contact-info {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .contact-info ul li {
  margin-bottom: 5px;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  font-size: 22px;
  color: #595959;
  font-family: "Calibri-Light";
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .contact-info ul li i {
  float: right;
  width: 26px;
  text-align: center;
}
.prodet-page .prodet-1 .text .contact-info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .text .contact-info ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .top {
  line-height: 60px;
  height: 60px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  font-family: "Calibri-Light";
  font-size: 20px;
  color: white;
  background: #404040;
}
.prodet-page .prodet-2 .bottom {
  padding: 90px 0 160px;
  color: white;
}
.prodet-page .prodet-2 .bottom h4 {
  font-size: 24px;
  margin: 15px 0;
}
.prodet-page .prodet-2 .bottom table {
  display: block;
  width: 100% !important;
  overflow: auto;
  margin: 10px 0;
	height:auto !important;
}
.prodet-page .prodet-2 .bottom table tbody {
  display: table;
  white-space: nowrap;
  width: 100%;
}
.prodet-page .prodet-2 .bottom table tbody td {
  border: 2px solid #eee;
  width: auto !important;
	height:auto !important;
  font-size: 20px;
  color: #eee;
}
.prodet-page .prodet-3 {
  padding: 90px 0 130px;
  background: #404040;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-3 h2 {
  display: inline-block;
  max-width: 40%;
  font-family: "Calibri-Bold";
  font-size: 42px;
  line-height: 42px;
  color: white;
}
.prodet-page .prodet-3 h2 small {
  font-size: 24px;
  color: #afafaf;
  line-height: 24px;
  font-family: "Calibri-Light";
  margin-top: 5px;
  display: block;
}
.prodet-page .prodet-3 a.more {
  display: inline-block;
  float: right;
  line-height: 68px;
  height: 68px;
  padding: 0 40px;
  border-radius: 4px;
  background: #2a80cf;
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-family: "Arial";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 a.more:hover {
  background: black;
}
.prodet-page .prodet-3 .box {
  padding-top: 40px;
}
.prodet-page .prodet-3 .box ul {
  margin: -15px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .box ul li a {
  display: block;
}
.prodet-page .prodet-3 .box ul li a img {
  width: 100%;
}
.prodet-page .prodet-3 .box ul li a h4 {
  line-height: 56px;
  height: 56px;
  background: #2a80cf;
  color: white;
  text-align: center;
  padding: 0 15px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li a:hover h4 {
  background: #222;
}
.news-page {
  background: #404040;
  padding: 60px 0 70px;
}
.news-page .news-1 ul li {
  padding: 35px 75px 45px;
  border-bottom: 1px #969696 dashed;
}
.news-page .news-1 ul li h4 {
  display: block;
  font-size: 18px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li h4:hover {
  color: #2a80cf;
}
.news-page .news-1 ul li p {
  display: block;
  font-size: 16px;
  color: #7c7c7c;
  margin: 10px 0;
  line-height: normal;
}
.news-page .news-1 ul li time {
  color: #d4d4d4;
  font-size: 16px;
}
.service-page {
  background: #404040;
}
.service-page .service-1 {
  padding: 110px 0 140px;
  color: #d6d6d6;
}
.service-page .service-1 time {
  font-size: 16px;
  margin: 10px auto;
  display: block;
}
.service-page .service-1 h4 {
  font-size: 30px;
  color: #d6d6d6;
  font-family: "Calibri-Bold";
  margin: 10px 0;
}
.contact-page {
  background: white;
}
.contact-page .ui.container {
  max-width: 1200px;
}
.contact-page .contact-1 {
  background: #f2f2f2;
  padding: 80px 0;
}
.contact-page .contact-1 h3 {
  font-size: 18px;
  color: #333;
  font-family: "Calibri-Bold";
}
.contact-page .contact-1 h5 {
  font-size: 16px;
  color: #333333;
  margin: 50px 0 30px;
}
.contact-page .contact-1 .contact-info ul li {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.contact-page .contact-1 .contact-info ul li i {
  width: 20px;
  margin-right: 15px;
  text-align: center;
}
.contact-page .contact-1 .contact-info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .contact-share {
  margin-top: 20px;
}
.contact-page .contact-1 .contact-share ul {
  margin: 0 -8px;
}
.contact-page .contact-1 .contact-share ul li {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #cacaca;
  line-height: 20px;
  text-align: center;
  margin: 0 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: white;
  font-size: 12px;
}
.contact-page .contact-1 .contact-share ul li a {
  display: block;
}
.contact-page .contact-1 .contact-share ul li:hover {
  background: #2a80cf;
}
.contact-page .contact-1 #ewm {
  max-width: 250px;
  border: 10px solid white;
  margin-top: 10px;
}
.contact-page .contact-2 {
  padding: 90px 0 100px;
}
.contact-page .contact-2 h3 {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  font-family: "Calibri-Bold";
}
.contact-page .contact-2 .form {
  display: block;
  margin-top: 35px;
}
.contact-page .contact-2 .form ul {
  margin: -25px -10px;
}
.contact-page .contact-2 .form ul li {
  padding: 25px 10px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  padding: 13px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: #2a80cf;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li textarea {
  height: 52px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  max-width: 250px;
  border-radius: 5px;
  background: #2a80cf;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 15px;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .button-group .button {
  background: #2a80cf !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
@media screen and (max-width: 1750px) {
  #header .nav {
    line-height: 80px;
    height: 80px;
  }
  .inner-banner .box h2 {
    font-size: 44px;
  }
  .inner-banner .box .mbx {
    font-size: 14px;
  }
  .contact-page .contact-1 #ewm {
    max-width: 200px;
  }
  .contact-page .contact-1,
  .contact-page .contact-2,
  .service-page .service-1,
  .product-page .product-1,
  .product-page .product-2,
  .prodet-page .prodet-3,
  .prodet-page .prodet-2 .bottom,
  .gallery-page .gallery-1,
  .faq-page .faq-1 {
    padding: 70px 0;
  }
  .prodet-page .prodet-1 .text .contact-info ul li {
    font-size: 18px;
  }
  .prodet-page .prodet-3 h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .prodet-page .prodet-3 h2 small {
    font-size: 20px;
  }
  .prodet-page .prodet-3 a.more,
  .product-page .product-2 a.more,
  .about-page .about-2 a.mroe {
    line-height: 54px;
    height: 54px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-nav .left {
    width: 100% !important;
  }
  .inner-nav .right {
    display: none;
  }
  #mapContainer {
    height: 320px !important;
  }
  .contact-page .contact-1 h5 {
    margin: 25px 0 15px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
  .news-page .news-1 ul li {
    padding: 20px 50px;
  }
  .prodet-page .prodet-1 .text {
    padding-right: 0;
  }
  .prodet-page .prodet-1 .text h3,
  .product-page .product-2 h2,
  .about-page .about-2 h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .prodet-page .prodet-1 .text h3 small,
  .product-page .product-2 h2 small,
  .about-page .about-2 h2 small {
    font-size: 20px;
    line-height: 20px;
  }
  .about-page .about-2 h2 small {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .box ul li a h4,
  .product-page .product-1 ul li a h4 {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
  }
  .prodet-page .prodet-3 .box ul li,
  .product-page .product-1 ul li,
  .product-page .product-2 .box ul li {
    padding: 10px;
  }
  .prodet-page .prodet-3 .box ul,
  .product-page .product-1 ul,
  .product-page .product-2 .box ul {
    margin: -10px;
  }
  .prodet-page .prodet-3 a.more,
  .product-page .product-2 a.more,
  .about-page .about-2 a.mroe {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  .about-page .about-2 .box ul li {
    padding: 30px 10px;
  }
  .about-page .about-2 .box ul {
    margin: -30px -10px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .box h2 {
    font-size: 34px;
  }
  .inner-nav .left ul li {
    font-size: 16px;
  }
  .about-page .about-1 {
    padding: 50px 0;
  }
  .about-page .about-1 h4 {
    font-size: 26px;
  }
  .inner-page p {
    font-size: 16px;
    line-height: 26px;
  }
  .about-page .about-2 h2 {
    max-width: 60%;
  }
  .prodet-page .prodet-1 .text h3,
  .product-page .product-2 h2,
  .about-page .about-2 h2,
  .prodet-page .prodet-3 h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .prodet-page .prodet-1 .text h3 small,
  .product-page .product-2 h2 small,
  .about-page .about-2 h2 small,
  .prodet-page .prodet-3 h2 small {
    font-size: 14px;
  }
  .about-page .about-2,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .service-page .service-1,
  .product-page .product-1,
  .product-page .product-2,
  .prodet-page .prodet-3,
  .prodet-page .prodet-2 .bottom,
  .gallery-page .gallery-1,
  .faq-page .faq-1,
  .prodet-page .prodet-1,
  .news-page {
    padding: 50px 0;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    height: 34px;
    width: 34px;
    line-height: 34px;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .faq-page .faq-1 ul li h4 {
    font-size: 20px;
  }
  .product-page .product-2 a.more {
    margin-top: -10px;
  }
  .prodet-page .prodet-1 .img {
    padding-left: 0;
    padding-right: 15px;
  }
  .prodet-page .prodet-1 .text .contact-info ul li {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .bottom table tbody td {
    font-size: 16px;
  }
  .news-page .news-1 ul li {
    padding: 15px 0;
  }
  .service-page .service-1 h4 {
    font-size: 24px;
  }
  #mapContainer {
    height: 260px !important;
  }
  .contact-page .contact-1 .left {
    width: 100% !important;
  }
  .contact-page .contact-1 .right {
    display: none !important;
  }
  .contact-page .contact-2 .form ul li {
    padding: 15px 5px;
  }
  .contact-page .contact-2 .form ul {
    margin: -15px -5px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .form ul li {
    width: 100%;
    padding: 10px 0;
  }
  .contact-page .contact-2 .form ul {
    margin: -10px 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-nav {
    padding: 5px 0;
  }
  .inner-nav * {
    display: none;
  }
  .inner-banner {
    height: 200px;
    line-height: 200px;
  }
  .inner-banner .box h2 {
    font-size: 26px;
  }
  .prodet-page .prodet-1 .text h3 small,
  .product-page .product-2 h2 small,
  .about-page .about-2 h2 small,
  .prodet-page .prodet-3 h2 small {
    font-size: 12px;
    margin-top: 5px;
  }
  .prodet-page .prodet-1 .text h3,
  .product-page .product-2 h2,
  .about-page .about-2 h2,
  .prodet-page .prodet-3 h2 {
    max-width: none;
  }
  .prodet-page .prodet-3 a.more,
  .product-page .product-2 a.more,
  .about-page .about-2 a.mroe {
    float: none;
    line-height: 34px;
    height: 34px;
    padding: 0 25px;
  }
  .prodet-page .prodet-1 .text {
    padding-top: 20px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    max-width: none;
    padding: 5px 15px;
    height: 40px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 16px;
  }
}
