@font-face {
  font-family: 'RALEWAY-REGULAR';
  src: url(/fonts/raleway-regular.ttf) format('truetype'), url(/fonts/raleway-regular.eot) format('eot'), url(/fonts/raleway-regular.woff) format('woff'), url(/fonts/raleway-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'microsoft yahei';
  src: url(/fonts/microsoft yahei.ttf) format('truetype'), url(/fonts/microsoft yahei.eot) format('eot'), url(/fonts/microsoft yahei.woff) format('woff'), url(/fonts/microsoft yahei.woff2) format('woff2');
}
@font-face {
  font-family: 'Josefin-Sans-Light';
  src: url(/fonts/josefin-sans-light.ttf) format('truetype'), url(/fonts/josefin-sans-light.eot) format('eot'), url(/fonts/josefin-sans-light.woff) format('woff'), url(/fonts/josefin-sans-light.woff2) format('woff2');
}
@font-face {
  font-family: 'microsoft yahei';
  src: url(/fonts/microsoft yahei.ttf) format('truetype'), url(/fonts/microsoft yahei.eot) format('eot'), url(/fonts/microsoft yahei.woff) format('woff'), url(/fonts/microsoft yahei.woff2) format('woff2');
}
body {
  font-family: "微软雅黑","microsoft yahei";
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  max-width: 1920px;
  margin: 0 auto;
  line-height: 130px;
  height: 130px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box-left {
  display: inline-block;
}
#header .nav .ui.menu .box-right {
  float: right;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  margin-top:36px;
  vertical-align: top;
}
#header .nav .ui.menu .logo img {
  height:60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 20px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: 0.5s color, 0.5s margin, 0.5s font-size;
  -moz-transition: 0.5s color, 0.5s margin, 0.5s font-size;
  -ms-transition: 0.5s color, 0.5s margin, 0.5s font-size;
  -o-transition: 0.5s color, 0.5s margin, 0.5s font-size;
  transition: 0.5s color, 0.5s margin, 0.5s font-size;
  text-transform: capitalize;
  font-family: "microsoft yahei";
}
#header .nav .ui.menu .menu-box ul.menu > li.chi:after {
  content: '';
  width: 11px;
  height: 7px;
  display: block;
  background: url("../images/icon-down.png") center center;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -3px;
  margin-left: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #218e98;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  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 #218e98;
  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;
  -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;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
#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 ul.sub-menu li {
	position:relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
	position:absolute;
	top:0;
	left:100%;
}
#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 .yuy {
  display: inline-block;
  vertical-align: middle;
  font-family: "microsoft yahei";
  font-size: 20px;
  color: white;
  padding-left: 35px;
  background: url("../images/icon-globe.png") center left no-repeat;
}
#header .nav .ui.menu .yuy ul li {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.5s color, 0.5s font-size;
  -moz-transition: 0.5s color, 0.5s font-size;
  -ms-transition: 0.5s color, 0.5s font-size;
  -o-transition: 0.5s color, 0.5s font-size;
  transition: 0.5s color, 0.5s font-size;
}
#header .nav .ui.menu .yuy ul li:after {
  content: '/';
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  margin-right: -2px;
  color: white;
}
#header .nav .ui.menu .yuy ul li:last-child:after {
  display: none;
}
#header .nav .ui.menu .yuy ul li:hover {
  color: #218e98;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 25px;
  line-height: 25px;
  border-left: 0px solid #8b8c8e;
  cursor: pointer;
  cursor: hand;
}
#header.active .nav {
  background: black;
  line-height: 70px;
  height: 70px;
}
#header.active .nav .ui.menu .logo img {
  height: 50px;
  margin-top:-24px;
}
#header.active .nav .ui.menu .menu-box {
  margin-left: 25px;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .yuy {
  font-size: 18px;
}
#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: #218e98;
}
#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: #218e98;
  -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: #218e98;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}

.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: #218e98;
}
#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: #218e98 !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: #218e98;
  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: #218e98;
}
#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;
}
#banner:after {
  content: '';
  height: 4px;
  width: 100%;
  display: block;
  background: url("../images/icon-border.jpg");
}
#index-body h2 {
  font-size: 45px;
  font-family: "microsoft yahei";
  color: black;
  text-align: center;
  line-height: 60px;
}
#index-body h2 em {
  color: #e42713;
}
#index-body h2:after {
  content: '';
  display: block;
  height: 24px;
  background: url("../images/icon-2-border.png") center center no-repeat;
  margin-top: 20px;
}
#index-body .init-1 {
  padding: 70px 0 90px;
}
#index-body .init-1 .box .left {
  width: 50%;
  vertical-align: top;
}
#index-body .init-1 .box .left h3 i {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  font-size: 28px;
  font-family: "microsoft yahei";
  color: white;
  background: #218e98;
  padding: 0 25px;
  margin: 2px 0;
}
#index-body .init-1 .box .left .content {
  padding-top: 0px;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-height: 224px;
}
#index-body .init-1 .box .left .content p{
margin-bottom:20px;
}
#index-body .init-1 .box .left .more {
	color:red;
	margin-top:10px;
}
#index-body .init-1 .box .right {
  width: 50%;
  padding-left: 40px;
  vertical-align: bottom;

}
#index-body .init-1 .box .right .box2 .options {
  width: 52%;
  vertical-align: middle;
  border-right: 1px solid #dbdbdd;
}
#index-body .init-1 .box .right .box2 .options ul {
  margin: -20px 0;
}
#index-body .init-1 .box .right .box2 .options ul li {
  display: block;
  font-family: "Arial";
  color: #c3c5d1;
  font-weight: bold;
  font-size: 80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 80px;
  cursor: pointer;
  cursor: hand;
  padding: 20px 20px 20px 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .box .right .box2 .options ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  background: white;
  border-top: 1px solid #dbdbdd;
  border-right: 1px solid #dbdbdd;
  -webkit-transform: rotateZ(45deg) translate(-50%);
  -moz-transform: rotateZ(45deg) translate(-50%);
  -ms-transform: rotateZ(45deg) translate(-50%);
  -o-transform: rotateZ(45deg) translate(-50%);
  transform: rotateZ(45deg) translate(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .right .box2 .options ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
}
#index-body .init-1 .box .right .box2 .options ul li i {
  width: 14px;
  height: 14px;
  background: #c3c5d1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  margin-left: 5px;
}
#index-body .init-1 .box .right .box2 .options ul li.active {
  color: #4c4d56;
}
#index-body .init-1 .box .right .box2 .options ul li.active i {
  background: #e42713;
}
#index-body .init-1 .box .right .box2 .options ul li.active:before {
  right: -12px;
}
#index-body .init-1 .box .right .box2 .ret {
  width:100%;
  vertical-align: middle;
}
#index-body .init-1 .box .right .box2 .ret ul li {
  font-size: 28px;
  color: #666666;
  line-height: 45px;
  padding: 0 35px;
}
#index-body .init-1 .number {
  padding-top: 80px;
}
#index-body .init-1 .number ul {
  margin: 0 -40px;
}
#index-body .init-1 .number ul li {
  padding: 0 40px;
  white-space: nowrap;
}
#index-body .init-1 .number ul li i {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .number ul li .content {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
}
#index-body .init-1 .number ul li .content h4 {
  display: block;
  font-size: 42px;
  color: #218e98;
  font-family: "Josefin-Sans-Light";
  line-height: 40px;
}
#index-body .init-1 .number ul li .content p {
  display: block;
  font-size: 24px;
  color: black;
  margin-top: 5px;
}
#index-body .init-2 {
  background: url("../images/init-2-bg.jpg") center center;
	background-attachment:fixed;
  background-size: cover;
  padding: 75px 0 60px;
}
#index-body .init-2 .box {
  padding-top: 55px;
}
#index-body .init-2 .box ul {
  margin: 0 -7px;
}
#index-body .init-2 .box ul li {
  padding: 0 7px;
}
#index-body .init-2 .box ul li .box2 {
  display: block;
  background: white;
  border-radius: 5px;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
#index-body .init-2 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #218e98;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e06400), color-stop(100%, #dc120d));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #e06400 0%, #dc120d 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, #e06400 0%, #dc120d 100%);
  /* chrome */
  background: -o-linear-gradient(right, #e06400 0%, #dc120d 100%);
  /* opera */
  background: -ms-linear-gradient(right, #e06400 0%, #dc120d 100%);
  /* ie */
  background: linear-gradient(to right, #e06400, #dc120d);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06400', endColorstr='#dc120d',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06400', endColorstr='#dc120d', GradientType=1);
  /* 兼容IE5~IE9 */
}
#index-body .init-2 .box ul li .box2 h3 {
  display: block;
  padding: 0 40px;
  font-size: 26px;
  color: black;
  font-family: "microsoft yahei";
  position: relative;
}
#index-body .init-2 .box ul li .box2 h3:before {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #e42713;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#index-body .init-2 .box ul li .box2 a.img-box {
  display: block;
}
#index-body .init-2 .box ul li .box2 a.img-box img {
  width: 100%;
}
#index-body .init-2 .box ul li .box2 h4 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 52px;
	height:52px;
  padding: 0 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .box2 h4:hover {
  color: #e42713;
}
#index-body .init-2 .box ul .slick-slide:nth-child(4n+1) li .box2 h3:before {
  background: #e42713;
}
#index-body .init-2 .box ul .slick-slide:nth-child(4n+2) li .box2 h3:before {
  background: #2568b5;
}
#index-body .init-2 .box ul .slick-slide:nth-child(4n+3) li .box2 h3:before {
  background: #faab24;
}
#index-body .init-2 .box ul .slick-slide:nth-child(4n) li .box2 h3:before {
  background: #09afcd;
}
#index-body .init-2 .box ul .slick-dots {
  margin: 0;
  padding-top: 35px;
  text-align: center;
}
#index-body .init-2 .box ul .slick-dots li {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ee9700;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  background: #ee9700;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .box ul .slick-dots li button {
  display: none;
}
#index-body .init-2 .box ul .slick-dots li.slick-active {
  background: transparent;
}
#index-body .init-3 {
  padding-top: 80px;
}
#index-body .init-3 .box {
  margin-top: 150px;
  background: url("../images/init-3-bg.jpg") center center;
  background-size: cover;
  text-align: center;
}
#index-body .init-3 .box ul {
  margin: 0 -40px;
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
}
#index-body .init-3 .box ul li {
  padding: 0 40px;
  margin-bottom: 0px;
}
#index-body .init-3 .box ul li i {
  display: inline-block;
}
#index-body .init-3 .box ul li h3 {
  display: block;
  font-size: 24px;
  color: white;
  font-family: "microsoft yahei";
  margin: 20px 0 20px;
  line-height: 24px;
}
#index-body .init-3 .box ul li P {
  display: block;
  font-size: 14px;
  color: #eee;
  line-height: 22px;
}
#index-body .init-4 {
  padding: 80px 0 90px;
}
#index-body .init-4 .box {
  padding-top: 60px;
}
#index-body .init-4 .box ul {
  margin: 0 -15px;
}
#index-body .init-4 .box ul li {
  padding: 0 15px;
}
#index-body .init-4 .box ul li a.img-box {
  display: block;
  border-radius: 5px;
}
#index-body .init-4 .box ul li a.img-box img {
  width: 100%;
}
#index-body .init-4 .box ul li .tag {
  display: block;
  font-size: 16px;
  color: black;
  margin: 25px 0 15px;
}
#index-body .init-4 .box ul li .tag time {
  margin-right: 10px;
}
#index-body .init-4 .box ul li .tag a {
  color: #e42713;
}
#index-body .init-4 .box ul li h3 {
  display: block;
  font-size: 30px;
  color: black;
  line-height: 32px;
  padding-bottom: 40px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li h3 a {
	max-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#index-body .init-4 .box ul li h3:hover {
  color: #e42713;
}
#index-body .init-4 .box ul li h3:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dbdbdd;
}
#index-body .init-4 .box ul li h3:before {
  content: '';
  background: #218e98;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #218e98), color-stop(100%, #218e98));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #637e81 0%, #218e98 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, #637e81 0%, #218e98 100%);
  /* chrome */
  background: -o-linear-gradient(right, #637e81 0%, #218e98 100%);
  /* opera */
  background: -ms-linear-gradient(right, #637e81 0%, #218e98 100%);
  /* ie */
  background: linear-gradient(to right, #637e81, #218e98);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06400', endColorstr='#dc120d',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06400', endColorstr='#dc120d', GradientType=1);
  /* 兼容IE5~IE9 */
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
#index-body .init-4 .box ul li:hover h3:before {
  width: 100%;
  left: 0;
}
#index-body .init-5 {
  padding: 60px 0;
  background: #f9f9f9;
}
#index-body .init-5 ul {

  margin: 30px -10px;
}
#index-body .init-5 ul li {
  width: auto;
  vertical-align: middle;
  padding: 10px;
	text-align:center;
}
#index-body .init-5 ul li img {
	margin:0 auto;
}
#index-body .init-5 ul li p{
  padding: 10px;
	letter-spacing:0px;
	font-size:16px;
	text-align:center;
}
#index-body .init-5 ul .slick-slide {
	display:inline-block;
	vertical-align:middle;
	float:none;
	letter-spacing:-4px;
}
#index-body .init-5 ul li {
	letter-spacing:0;
}
#footer {
  background: #232429;
}
#footer .footer-top {
  padding-top: 55px;
  text-align: center;
}
#footer .footer-top h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 44px;
  color: white;
  font-family: "microsoft yahei";
  text-transform: capitalize;
}
#footer .footer-top h3:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #e42713;
  margin-left: 5px;
}
#footer .footer-top .form {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  width: 100%;
}
#footer .footer-top .form ul {
  margin: 0 -4px;
  padding-left: 10px;
}
#footer .footer-top .form ul li {
  width: 22%;
  padding: 0 4px;
}
#footer .footer-top .form ul li:nth-child(3) {
  width: 40%;
}
#footer .footer-top .form ul li:nth-child(4) {
  width: 16%;
}
#footer .footer-top .form ul li input,
#footer .footer-top .form ul li textarea {
  line-height: 50px;
  height: 50px;
  background: white;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
}
#footer .footer-top .form ul li input[type="submit"],
#footer .footer-top .form ul li textarea[type="submit"] {
  background: #dc120d;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e06400), color-stop(100%, #dc120d));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #e06400 0%, #dc120d 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, #e06400 0%, #dc120d 100%);
  /* chrome */
  background: -o-linear-gradient(right, #e06400 0%, #dc120d 100%);
  /* opera */
  background: -ms-linear-gradient(right, #e06400 0%, #dc120d 100%);
  /* ie */
  background: linear-gradient(to right, #e06400, #dc120d);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06400', endColorstr='#dc120d',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06400', endColorstr='#dc120d', GradientType=1);
  /* 兼容IE5~IE9 */
  color: white;
}
#footer .footer-center {
  padding-top: 40px; border-top:1px dotted #444;
  margin-top:40px;
}
#footer .footer-center ul {
  margin: 0 -15px;
}
#footer .footer-center ul li {
  padding: 0 15px;
}
#footer .footer-center ul li h3{
 font-size:20px; color:#fff;
 margin-bottom:16px;
}
#footer .footer-center ul li:nth-child(1) {
  width: 24%;
  margin-top:-10px;
}
#footer .footer-center ul li:nth-child(1) img{
  width:100%;
  max-width:260px;
}
#footer .footer-center ul li:nth-child(2) {
  width: 16%;
}
#footer .footer-center ul li:nth-child(2) dl dd,#footer .footer-center ul li:nth-child(2) dl dt {
	padding-bottom:10px;font-size:16px;
}
#footer .footer-center ul li:nth-child(3) {
  width: 20%;
}
#footer .footer-center ul li:nth-child(3) dl dd,
#footer .footer-center ul li:nth-child(3) dl dt {
  width: 100%;
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .footer-center ul li:nth-child(3) dl dd,#footer .footer-center ul li:nth-child(3) dl dt {
	padding-bottom:10px;font-size:16px;
}
#footer .footer-center ul li:nth-child(3) dl dd a {
	display:block;
	padding-bottom:15px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden; 
}
#footer .footer-center ul li:nth-child(3) dl dd a:hover {
  color: white;
  text-decoration: underline;
}
#footer .footer-center ul li:nth-child(4) {
  width: 16%;
}
#footer .footer-center ul li:nth-child(4) dl dd,#footer .footer-center ul li:nth-child(4) dl dt {
	padding-bottom:10px;font-size:16px;
}
#footer .footer-center ul li:nth-child(4) dl dd {
  padding-top: 20px;
  border-top: 1px solid #363636;
}
#footer .footer-center ul li:nth-child(4) dl dd:first-child {
  border-top: none;
  padding-top: 0;
}
#footer .footer-center ul li:nth-child(5) {
  width: 24%;
}
#footer .footer-center ul li:nth-child(5) dl dd {
  padding-top: 20px;
  border-top: 1px solid #363636;
}
#footer .footer-center ul li:nth-child(5) dl dd:first-child {
  border-top: none;
  padding-top: 0;
}

#footer .footer-center ul li dl dt {
  font-size: 20px;
  color: white;
  font-family: "microsoft yahei";
  line-height: 20px;
  padding-bottom: 20px;
}
#footer .footer-center ul li dl dd {
  font-size: 16px;
  color: #d1d1d1;
  font-family: "microsoft yahei";
  line-height: 20px;
  padding-bottom: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom {
  padding: 30px 0; border-top:1px solid #333; margin-top:20px;
}
#footer .footer-bottom .left {
  width: 70%;
  vertical-align: middle;
  font-size: 16px;
  color: #d1d1d1;
  font-family: "microsoft yahei";
}
#footer .footer-bottom .left a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .left a:hover {
  color: white;
  text-decoration: underline;
}
#footer .footer-bottom .right {
  width: 30%;
  vertical-align: middle;
  text-align: right;
  padding-right: 5%;
}
#footer .footer-bottom .right ul {
  display: inline-block;
}
#footer .footer-bottom .right ul li {
  width: 30px;
  height: 30px;
  border: 1px solid #686868;
  color: #686868;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 6px;
}
#footer .footer-bottom .right ul li:hover {
  background: #053183;
  border-color: #053183;
  color: white;
}
@media screen and (max-width: 1500px) {
  #index-body {
    overflow: hidden;
  }
  .ui.container {
    width: 1200px;
  }
  #header .nav {
    height: 100px;
    line-height: 100px;
  }
  #header .nav .ui.menu .logo img {
    height: 60px; margin-top:-10px;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li,
  #header .nav .ui.menu .yuy {
    font-size: 17px;
  }
  #index-body .init-1 .box .right .box2 .options ul li {
    font-size: 60px;
    line-height: 60px;
  }
  #index-body .init-1 .box .right .box2 .ret ul li {
    font-size: 24px;
    line-height: 34px;
  }
  #index-body .init-1 .number ul li i {
    width: 50px;
  }
  #index-body .init-1 .number ul li .content h4 {
    font-size: 34px;
    line-height: 30px;
  }
  #index-body .init-1 .number ul li .content p {
    font-size: 20px;
  }
  #index-body h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body h2:after {
    margin-top: 10px;
  }
  #index-body .init-2 .box ul li .box2 h3 {
    font-size: 20px;
  }
  #index-body .init-2 .box ul li .box2 h4 {
    font-size: 16px;
    line-height: 24px;
  }
  #index-body .init-3 .box ul li i {
    width: 120px;
  }
  #index-body .init-3 .box ul {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  #index-body .init-3 .box ul li P {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-4 .box ul li h3 {
    font-size: 20px;
    line-height: 28px;
  }
  #footer .footer-top .form {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #header .nav {
    height: 70px;
    line-height: 70px;
  }
  #header .nav .ui.menu .logo img {
    height: 70px;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 25px;
  }
  #header .nav .ui.menu .h-search {
    padding-left: 15px;
    margin-left: 15px;
  }
  #index-body .init-1 .box .left h3 i {
    line-height: 34px;
    height: 34px;
    font-size: 24px;
  }
  #index-body .init-1 .box .right .box2 .options ul {
    margin: -10px 0;
  }
  #index-body .init-1 .box .right .box2 .options ul li {
    font-size: 50px;
    line-height: 50px;
    padding: 10px 0;
  }
  #index-body .init-1 .box .right .box2 .options ul li i {
    width: 10px;
    height: 10px;
  }
  #index-body .init-1 .box .right .box2 .ret ul li {
    font-size: 20px;
    line-height: 28px;
  }
  #index-body .init-1 .box .left .content {
    font-size: 14px;
    line-height: 26px;
	margin-top:30px;
  }
  #index-body .init-1 .number ul li .content p {
    font-size: 16px;
  }
  #index-body .init-3 .box ul li {
    padding: 0 15px;
  }
  #index-body .init-3 .box ul {
    margin: 0 -15px;
  }
  #index-body .init-3 .box ul li i {
    width: 100px;
  }
  #index-body .init-3 .box {
    margin-top: 100px;
  }
  #index-body .init-4 .box ul li h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #footer .footer-center ul li:nth-child(1) {
    width: 50%;
  }
  #footer .footer-center ul li:nth-child(2) {
    width: 50%;
  }
  #footer .footer-center ul li:nth-child(3) {
    width: 60%;
    margin-top: 30px;
  }
  #footer .footer-center ul li:nth-child(4) {
    width: 40%;
    margin-top: 30px;
  }
  #footer .footer-bottom .left {
    font-size: 14px;
  }
  #footer .footer-bottom .right ul li {
    margin: 0 3px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #mobile {
    display: block;
  }
  #header {
    display: none;
  }
  #index-body .init-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .init-1 .box .left {
    width: 100%;
  }
  #index-body .init-1 .box .right .box2 .options ul li {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-1 .box .right .box2 .ret ul li {
    font-size: 18px;
    line-height: 26px;
  }
  #index-body .init-1 .number ul li {
    width: 50%;
    padding: 15px;
  }
  #index-body .init-1 .number ul {
    margin: -15px;
  }
  #index-body .init-2 .box ul .slick-dots {
    padding-top: 20px;
  }
  #index-body .init-2,
  #index-body .init-1,
  #index-body .init-4 {
    padding: 50px 0;
  }
  #index-body .init-2 .box,
  #index-body .init-4 .box {
    padding-top: 30px;
  }
  #index-body .init-3 {
    padding-top: 50px;
  }
  #index-body .init-3 .box ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  #footer .footer-top .form {
    width: 100%;
    max-width: none;
  }
  #footer .footer-center ul li dl dd {
    font-size: 14px;
  }
  #footer .footer-bottom .right {
    display: none;
  }
  #footer .footer-bottom .left {
    width: 100%;
  }
  #footer .footer-bottom {
    padding: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-1 .box .right .box2 .ret ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
  }

  #index-body .init-1 .box .right .box2 .options ul li {
    font-size: 34px;
    line-height: 34px;
  }
  #index-body h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #index-body h2:after {
    height: 16px;
    background-size: auto 100%;
    margin-top: 5px;
  }
  #index-body .init-3 .box ul li h3 {
    font-size: 20px;
    line-height: 20px;
  }
  #footer .footer-top .form ul {
    margin: -5px;
  }
  #footer .footer-top .form ul li {
    width: 50%;
    padding: 5px;
  }
  #footer .footer-top .form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .footer-top .form ul li:nth-child(4) {
    width: 100%;
  }
  #footer .footer-top .form ul li textarea {
    height: 120px;
    line-height: 24px;
    padding: 13px 10px;
  }
  #footer .footer-top .form ul li input,
  #footer .footer-top .form ul li textarea {
    font-size: 14px;
  }
  #footer .footer-top .form ul li input[type="submit"] {
    font-size: 18px;
  }
  #footer .footer-center ul li:nth-child(3) {
    width: 100%;
  }
  #footer .footer-center ul li:nth-child(4) {
    width: 100%;
  }
  #footer .footer-center ul li:nth-child(4) dl dd {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top .form ul li {
    width: 100%;
  }
  #index-body .init-1 .box .right .box2 .options ul li {
    font-size: 28px;
    line-height: 28px;
  }
  #index-body .init-1 .box .right .box2 .ret ul li {
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .init-1 .number ul li .content {
    padding-left: 10px;
  }
  #index-body .init-1 .number ul li .content p {
    font-size: 12px;
  }
  #index-body .init-1 .number ul li i {
    width: 40px;
  }
  #index-body .init-1 .number ul li .content h4 {
    font-size: 28px;
    line-height: 24px;
  }
  #index-body .init-1 .number {
    padding-top: 30px;
  }
  #index-body .init-3 .box ul li {
    width: 100%;
  }
  #index-body .init-3 .box ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 30px 0;
  }
  #index-body .init-3 .box ul li i {
    width: 70px;
  }
  #index-body h2 {
    font-size: 28px;
    line-height: 28px;
  }
  #index-body .init-4 .box ul li h3 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  #index-body .init-4 .box ul li .tag {
    margin: 15px 0;
  }
  #index-body .init-5 {
    padding: 30px 0;
  }
  #footer .footer-top {
    padding-top: 30px;
  }
  #footer .footer-top h3 {
    font-size: 34px;
    margin-bottom: 15px;
  }
    #footer .footer-center ul li:nth-child(1) {
    width: 100%;
  }
#footer .footer-center ul li:nth-child(2) {
  width: 50%; margin-top:30px;
}
#footer .footer-center ul li:nth-child(2) dl dd,#footer .footer-center ul li:nth-child(2) dl dt {
	padding-bottom:10px;font-size:16px;
}
#footer .footer-center ul li:nth-child(3) {
  width: 50%;
}
#footer .footer-center ul li:nth-child(3) dl dd,
#footer .footer-center ul li:nth-child(3) dl dt {
  width: 100%;
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .footer-center ul li:nth-child(3) dl dd,#footer .footer-center ul li:nth-child(3) dl dt {
	padding-bottom:10px;font-size:16px;
}
#footer .footer-center ul li:nth-child(3) dl dd a {
	display:block;
	padding-bottom:15px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden; 
}
#footer .footer-center ul li:nth-child(3) dl dd a:hover {
  color: white;
  text-decoration: underline;
}
#footer .footer-center ul li:nth-child(4) {
  width: 50%; display:none;
}
#footer .footer-center ul li:nth-child(4) dl dd,#footer .footer-center ul li:nth-child(4) dl dt {
	padding-bottom:10px;font-size:16px;
}
#footer .footer-center ul li:nth-child(4) dl dd {
  padding-top: 20px;
  border-top: 1px solid #363636;
}
#footer .footer-center ul li:nth-child(4) dl dd:first-child {
  border-top: none;
  padding-top: 0;
}
#footer .footer-center ul li:nth-child(5) {
  width: 100%;
  margin-top:30px;  border-top: 1px solid #363636; padding-top:20px;
}
#footer .footer-center ul li:nth-child(5) dl dd {
  padding-top: 10px;
  border-top: 1px solid #363636;
}
#footer .footer-center ul li:nth-child(5) dl dd:first-child {
  border-top: none;
  padding-top: 0;
}
}
.inner-banner {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/inner-banner.jpg);
}
.inner-page .bread-crumbs {
  padding: 20px 0 14px;
  margin-bottom: 34px;
  color: #737373;
  border-bottom: 1px solid #e5e5e5;
	display:inline-block;
	width:100%;
	min-height:30px;
	position:relative;
}
.inner-page .bread-crumbs a {
  color: #737373;
}
.inner-page .bread-crumbs a:hover {
  color: #218e98;
}
.inner-page .bread-crumbs .left {
	float:left;
}
.inner-page .bread-crumbs .right {
	text-align:right;
	float:right;
}
.inner-page .bread-crumbs .cat_right {
	position:relative;
	z-index:1;
	text-align:left;
	display:inline-block;
	margin-left:25px;
}
.inner-page .bread-crumbs .cat_right>ul {
	position:absolute;
	top:100%;
	right:0;
	display:none;
	background:white;
	box-shadow:0 0 10px rgba(0,0,0,.3);
	width:280px;
}
.inner-page .bread-crumbs .cat_right li {
	line-height:24px;
	padding:6px 10px;
	font-size:14px;
}
.inner-page .bread-crumbs .cat_right:hover>ul {
	display:block;
}
.inner-page .bread-crumbs .mbx {
	position:absolute;
	left:0;
	top:20px;
}
.inner-page .bread-crumbs .txt-center ul li {
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#666;
	margin:0 50px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.inner-page .bread-crumbs .txt-center ul li:hover {
	color:#218e98;
}
.inner-page .sidebar {
  position: relative;
  float: right;
  top: -58px;
  width: 24%;
  color: #545454;
}
.inner-page .sidebar a {
  color: #545454;
}
.inner-page .sidebar .title {
  font-size: 24px;
  height: 58px;
  line-height: 58px;
  text-align:left;
  text-transform: uppercase;
  color: #fff;
  text-indent:30px;
  background: #218e98;
}
.inner-page .sidebar .sub-title {
  padding-bottom: 6px;
  font-size: 20px;
  color: #737373;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #959595;
}
.inner-page .sidebar .side-box {
  background: #f5f5f5;
}
.inner-page .sidebar .side-box + .side-box {
  margin-top: 16px;
}
.inner-page .sidebar .menu {
  line-height: 1.3em;
  margin-top:20px;
}
.inner-page .sidebar .menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  border-bottom: 1px solid transparent;
  position: relative;
}
.inner-page .sidebar .menu li a {
  position: relative;
  display: block;
  padding: 14px 36px 14px 30px;
}
.inner-page .sidebar .menu li a .icon {
  position: absolute;
  top: 15px;
  left: 5px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  background: url(../images/side-ico.png) no-repeat left center;
}
.inner-page .sidebar .menu li:hover {
  border-color: #218e98;
}
.inner-page .sidebar .menu li:hover .icon,
.inner-page .sidebar .menu li a.active .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.inner-page .sidebar .side-top {
  padding-bottom: 50px;
}
.inner-page .sidebar .side-download {
  padding: 16px 18px 22px;
}
.inner-page .sidebar .side-download a {
  display: block;
  padding-left: 60px;
  background: url(../images/download.png) no-repeat left center;
}
.inner-page .sidebar .side-download .inner-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #737373;
  padding-bottom: 8px;
  border-bottom: 1px solid #737373;
}
.inner-page .sidebar .side-download .inner-subtitle {
  text-align: center;
  padding-top: 5px;
  color: #c2c2c2;
}
.inner-page .sidebar .side-contact {
  padding: 28px 18px 24px;
  color: #737373;
}
.inner-page .sidebar .side-contact a {
  color: #737373;
}
.inner-page .sidebar .side-contact .hr {
  margin-top: 40px;
}
.inner-page .sidebar .side-contact .hr img {
  width: 100%;
	max-width:140px;
	margin:0 auto;
	border: 5px solid white;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.inner-page .sidebar .side-contact .list li {
  line-height: 22px;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left top;
}
.inner-page .sidebar .side-contact .list li .icon{
  font-size: 20px;
  color: #218e98;
	margin-right:5px;
}
.inner-page .sidebar .side-contact .list li + li {
  margin-top: 20px;
}
.inner-page .sidebar.full {
  padding: 38px 0px 16px;
  top: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.inner-page .sidebar.full a {
  display: inline-block;
  font-size: 18px;
  line-height: 2.5em;
  text-align: center;
}
.inner-page .sidebar.full a:hover,
.inner-page .sidebar.full a.active {
  color: #fff;
  background: #218e98;
}
.inner-page .sidebar.full.col4 a {
  display: inline-block;
  padding: 0px 20px;
}
.inner-page .sidebar.full.col4 a:nth-of-type(5n) {
  margin-right: 0;
}
.inner-page .sidebar.full.col4 a:nth-of-type(1n) {
  margin-left: 0;
}
.inner-page .page-right-bar {
  float: left;
  width: 72%;
  padding-bottom: 40px;
}
.inner-page .page-right-bar1 {
  float: left;
  width: 100%;
  padding-bottom: 80px;
}
.inner-page .page-right2 {
  width: 100%;
}
.inner-page .page-right-bar.full {
  width: 100%;
}
.inner-page .piclist,
.inner-page .lglist{
	margin:-10px;
}
.inner-page .piclist li,
.inner-page .lglist li {
	padding:10px;
}
.inner-page .lglist li .txt{ height: 36px; overflow: hidden; }
.inner-page .piclist li .txt p,
.inner-page .lglist li .txt {
  text-align: center;
  color: #d0d0d0;
  background: #2e2e2e;
  line-height: 3em;
  padding: 0 6px;
  font-size: 12px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.inner-page .piclist li .txt p a{color: #d0d0d0;}
.inner-page .piclist li .img,
.inner-page .lglist li .img {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  position: relative;
}
.inner-page .piclist li .img .cover,
.inner-page .lglist li .img .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2) url(../images/prohover.png) no-repeat center center;
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.inner-page .piclist li:hover .img .cover,
.inner-page .lglist li:hover .img .cover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.inner-page .piclist li a.play {
	display:block;
	position:relative;
}
.inner-page .piclist li a.play:after {
	content:"\f04b";
	font-family:'FontAwesome';
	font-size:20px;
	color:white;
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	border-radius:100%;
	border:2px solid white;
	text-align:center;
	line-height:36px;
	margin-top:-20px;
	margin-left:-20px;
	text-indent:5px;
}
.x_newslist{
width:100%;
overflow:hidden;
}
.x_newslist ul{
width:100%;
overflow:hidden;
}
.x_newslist ul li{
  border: 1px solid #e5e5e5;
	margin-bottom:30px;
	padding:16px;
	width:100%;
	overflow:hidden;
}
.x_newslist ul li img{
  border: 0px solid #e5e5e5;
  float:left;
  margin:0px 40px 0px 0px;
}
.x_newslist ul li h3{
font-size:24px;
  margin:20px 0px 20px 0px;
}
.x_newslist ul li p{
font-size:16px;
padding:0px 40px 0px 0px; color:#666;
margin-bottom:40px;
}
.inner-page .newslist li {
  background: #fdfdfd;
  border: 1px solid #e5e5e5;
	margin-bottom:20px;
}
.inner-page .newslist li .img {
  float: left;
  width: 305px;
  overflow: hidden;
}
.inner-page .newslist li .img img {
  width: 100%;
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
}
.inner-page .newslist li .txt {
  /*float: right;*/
	padding:20px 15px;
}
.inner-page .newslist li .txt .inner-title {
  font-size: 22px;
  line-height: 1.6em;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.inner-page .newslist li .txt .date {
  font-size: 12px;
  font-style: italic;
  line-height: 2em;
  padding-left: 24px;
  font-family: 'ralewayregular';
  background: url(../images/date1.png) no-repeat left center;
  background-size: 20px;
}
.inner-page .newslist li .txt .date,
.inner-page .newslist li .txt .inner-abst {
  color: #737373;
}
.inner-page .newslist li .txt .date {
  display: block;
  margin: 10px 0;
}
.inner-page .newslist li .txt .inner-abst {
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.inner-page .newslist li .txt .read-more {
  padding-top: 10px;
}
.inner-page .newslist li .txt .read-more span {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  display: inline-block;
  padding: 0 34px;
  line-height: 2.5em;
  color: #000;
  border: 1px solid #218e98;
}
.inner-page .newslist li:hover .img img {
  transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -moz-transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -o-transform: translate(0, 0) rotate(0deg) scale(1.03, 1.03) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
}
.inner-page .newslist li:hover .read-more span {
  color: #fff;
  background: #218e98;
}
.inner-page .lglist li {
  float: left;
  cursor: pointer;
}
.inner-page .faqlist li {
  padding: 0 0 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.inner-page .faqlist li .question {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  color: #218e98;
}
.inner-page .faqlist li .answer {
  color: #737373;
  line-height: 1.7em;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
.about-page .about-artical {
  padding: 50px 0 100px;
	line-height:30px;
}
.about-page .about-artical td {
	vertical-align:top;
	border:none;
}
.about-page .about-artical1 {
  padding: 0px;
}
.about-page .about-artical .items {
  padding-top: 32px;
  color: #737373;
}
.about-page .about-artical .items .item .txt {
  width: 52%;
  padding: 40px 10px 0;
  line-height: 2.14em;
}
.about-page .about-artical .items .item .txt p + p {
  margin-top: 30px;
}
.about-page .about-artical .items .item .img {
  width: 46.3%;
}
.about-page .about-artical .items .item:nth-of-type(odd) .txt {
  float: left;
}
.about-page .about-artical .items .item:nth-of-type(odd) .img {
  float: right;
}
.about-page .about-artical .items .item:nth-of-type(even) .txt {
  float: right;
}
.about-page .about-artical .items .item:nth-of-type(even) .img {
  float: left;
}
.about-page .about-artical .items .item + .item {
  margin-top: 62px;
}
.i-factory {
  background: url(../images/i-factory-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 44px 0 60px;
  text-align: center;
}
.i-factory .list li {
  float: left;
  width: 25%;
}
.i-factory .list li .img img {
  width: auto;
  margin: 0 auto;
}
.i-factory .list li .number {
  font-family: 'SQR721DN';
  font-size: 48px;
  padding: 20px 0 30px;
}
.i-factory .list li .number sup {
  font-family: arial;
  font-size: 36px;
  margin-left: 4px;
}
.i-factory .list li .inner-title {
  font-family: 'ralewayregular';
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.i-strength {
  padding: 76px 0 60px;
}
.i-strength .box {
  padding-top: 30px;
}
.i-strength .items {
  position: relative;
  padding: 32px 0;
}
.i-strength .items:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 30px;
  content: '';
  border-right: 1px dashed #e5e5e5;
}
.i-strength .items + .items:after {
  position: absolute;
  left: 80px;
  right: 80px;
  top: 0;
  content: '';
  border-top: 1px dashed #e5e5e5;
}
.i-strength .items + .items:before {
  position: absolute;
  left: 50%;
  top: 1px;
  bottom: 30px;
  content: '';
  border-right: 1px dashed #e5e5e5;
}
.i-strength .items .item {
  position: relative;
  width: 47%;
}
.i-strength .items .item .img {
  border-radius: 100%;
  overflow: hidden;
  width: 38%;
}
.i-strength .items .item .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 56%;
}
.i-strength .items .item .txt .inner {
  width: 100%;
  height: 100%;
  display: table;
}
.i-strength .items .item .txt .inner .inner-box {
  display: table-cell;
  vertical-align: middle;
}
.i-strength .items .item .txt .inner .inner-box .inner-title {
  font-weight: bold;
  padding-bottom: 24px;
}
.i-strength .items .item .txt .inner .inner-box .inner-abst {
  color: #585858;
  line-height: 1.57em;
}
.i-strength .items .item:nth-of-type(odd) {
  float: left;
}
.i-strength .items .item:nth-of-type(odd) .img {
  float: left;
}
.i-strength .items .item:nth-of-type(odd) .txt {
  right: 0;
}
.i-strength .items .item:nth-of-type(even) {
  float: right;
}
.i-strength .items .item:nth-of-type(even) .img {
  float: right;
}
.i-strength .items .item:nth-of-type(even) .txt {
  left: 0;
}
.i-network {
  background: #fcfcfc;
  padding: 64px 0 26px;
}
.i-network .img img {
  width: auto;
  margin: 0 auto;
}
.prodet-page .product-details .prodet-top-l {
  width: 39%;
	text-align:center;
}
.prodet-page .product-details .prodet-top-l #pic-zoom {
  border: 2px solid #dcdcdc;
  position: relative;
  margin-bottom:2px;
}
.prodet-page .product-details ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details ul.image-gallery li {
  float: left;
  width:20%;
  margin-right: 3.5%;
  margin-bottom: 3%;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
}
.prodet-page .product-details ul.image-gallery li:nth-of-type(3n) {
  margin-right: 0;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 56.5%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  padding-top: 8px;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.prodet-page .product-details .prodet-top-r .prodetail {
  margin: 60px 0 60px;
  line-height: 1.6em;
  height: auto;
  color: #737373;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
  font-weight: 600;
  display: inline-block;
  color: #fff;
  line-height: 3.5em;
  background: #218e98;
  padding: 0 56px;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .pro-title {
  line-height: 3.5em;
  color: #fff;
  width: 188px;
  text-align: center;
  background: #218e98;
  font-weight: 600;
  margin-bottom: 24px;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details p {
  line-height: 2em;
  font-size: 15px;
}
.prodet-page .cn-form .btn {
  text-align: left;
}
.prodet-page .cn-form .btn input {
  color: #3a4352;
  line-height: 46px;
  padding: 0 46px 0 10px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #218e98;
  background-color: #fff;
  background-image: url(../images/send-w-ico.png);
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.prodet-page .cn-form .btn input:hover {
  background-color: #218e98;
  color: #fff;
  background-image: url(../images/send-ico.png);
}
.i-strength{
  margin-top: 50px;
}
.i-strength p{
  line-height: 26px;
  color: #000;
}
.i-strength img{
  margin-bottom: 20px;
}
.news .title h1 {
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.news .date {
  line-height: 2em;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
}
.news .abst p {
  display: inline-block;
}
.news .contents {
  color: #737373;
  line-height: 1.7em;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .contents a {
  color: #737373;
}
.news .contents div,
.news .contents p,
.news .contents span,
.news .contents table {
  line-height: 1.7em;
  clear: both;
}
.news .prevnext {
  width: 99%;
  margin-top: 0;
  padding-left: 5px;
  border-top: 0 solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .prevnext a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.news .prevnext a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.contact-page {
  padding: 56px 0 44px;
  color: #737373;
}
.contact-page a {
  color: #737373;
}
.contact-page img {
  width: auto;
}
.contact-page .title {
  font-size: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  margin-bottom: 22px;
}
.contact-page .left {
  float: left;
  width: 50%;
}
.contact-page .left .abst {
  font-size: 12px;
  line-height: 1.8em;
  width: 90%;
  letter-spacing: 0.5px;
  padding-bottom: 24px;
}
.contact-page .right {
  float: right;
  background: #fff;
  width: 47.8%;
  letter-spacing: 0.5px;
}
.contact-page .right .box {
  position: relative;
  padding: 32px 18px 170px;
  border: 1px solid #eee;
}
.contact-page .right .box h5 {
  color: #585858;
  font-size: 18px;
  padding-bottom: 20px;
}
.contact-page .right .box .hr {
  position: absolute;
  top: 120px;
  right: 100px;
}
.contact-page .right .box .hr img {
  border: 1px solid #eee;
}
.contact-page .right .box .hr p {
  text-align: center;
  color: #000;
  padding-top: 14px;
}
.contact-page .right .box .list li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
  line-height: 1.8em;
}
.contact-page .right .box .list li + li {
  margin-top: 22px;
}
.contact-page .right .box .list .add {
  background-image: url(../images/contact-add.png);
}
.contact-page .right .box .list .mail {
  background-image: url(../images/contact-mail.png);
}
.contact-page .right .box .list .mobile {
  background-image: url(../images/contact-mobile.png);
}
.contact-page .right .box .list .phone {
  background-image: url(../images/contact-phone.png);
}
.contact-page .right .box .list .fax {
  background-image: url(../images/contact-fax.png);
}
.faq-page .faq-list {
/*   font-weight: 600; */
}
.faq-page .faq-list dt {
  font-size: 16px;
  color: #b1a004;
  font-weight: 600;
}
.faq-page .faq-list dd {
  font-size: 14px;
  color: #222;
  margin: 10px 0 30px;
}
.cn-form {
	display:inline-block;
	width:100%;
}
.cn-form form {
  width: 100%;
}
.cn-form form input,
.cn-form form textarea {
  width: 100%;
  line-height: 2em;
  padding: 10px 12px;
  resize: none;
  color: #737373;
  border: 1px solid #eee;
}
.cn-form form textarea {
  height: 10em;
}
.cn-form form .col {
  width: 100%;
}
.cn-form form .col .ipt {
  float: left;
  width: 100%;
}
.cn-form form .col.col-2 .ipt {
  width: 49%;
}
.cn-form form .col.col-2 .ipt + .ipt {
  margin-left: 2%;
}
.cn-form form .btn {
  text-align: center;
}
.cn-form form .btn input {
  background: #218e98 url(../images/send-ico.png) no-repeat right 15px center;
  width: auto;
  margin: 0 auto;
  font-size: 16px;
  padding: 0 105px 0 30px;
  font-weight: bold;
  border: none;
  color: #fff;
  line-height: 4.375em;
}
.cn-form form > div + div {
  margin-top: 22px;
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #b8b8b8;
}
:-moz-placeholder {
  color: #b8b8b8;
}
::-moz-placeholder {
  color: #b8b8b8;
}
:-ms-input-placeholder {
  color: #b8b8b8;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product .piclist li .img {
  position: relative;
}
.recommend-product .piclist li .img .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.recommend-product .piclist li a {
  display: block;
}
.recommend-product .piclist li a:hover .img .cover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.recommend-product .piclist li p {
  color: #000;
  margin-top: 8px;
  text-align: center;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 1s linear;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -ms-transition: 1s linear;
  -o-transition: 1s linear;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
.around-line li {
  float: left;
  position: relative;
  cursor: pointer;
}
.around-line li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.around-line li:before,
.around-line li:after {
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: absolute;
}
.around-line li:before {
  top: 0;
  left: 0;
  right: 100%;
  bottom: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:after {
  right: 0;
  bottom: 0;
  top: 100%;
  left: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:hover:before {
  bottom: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.around-line li:hover:after {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.around-line li.active:before {
  bottom: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.around-line li.active:after {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.m-page {
  padding-top: 50px;
  text-align: center;
  line-height: 28px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #fff;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 6px 14px;
  margin-left: -1px;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #3a4352;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #fff;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  background: #eb423d;
}
.m-page a:active {
  background: #eb423d;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #064896;
}
div.wpcf7 img.ajax-loader {
  width: auto;
}
span.wpcf7-not-valid-tip {
  display: inline-block !important;
}
.contact-page {
  padding-top: 0;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-family: 'Euphemia';
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.lg-page .piclist li h3 {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #218e98;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #218e98;
  border: none;
  cursor: pointer;
  color: #fff;
  padding-top: 5px;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
.product-page .menu li .children {
  background: #f5f5f5;
  width: 100%;
  z-index: 999;
  display: none;
}
.product-page .menu li .children a {
  padding: 10px 10px 10px 60px;
}
.par_a {
  border: solid 1px #c0bebe;
  display: inline-block;
}
.pro-infor-bg {
  width: 200px;
  height: 60px;
  position: absolute;
  font-style: normal;
  right: 0;
  bottom: 0px;
  z-index: 9;
  display: none;
  background: url(../images/pro-infor-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.pro-infor-bg div {
  position: absolute;
  top: 5px;
  left: 72px;
  color: #fff;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.i-partners .six .par_a:hover {
  transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -6px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}

#test-video{
  object-fit: fill;
}
.video{ position:relative; }
.layer{ position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/video-layer.png) repeat; z-index: 99;}

.cn-form .wpsb {
  display: none;
}
  .faq-page .faq-list dt {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight:bold;
}
.faq-page .faq-list dd {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    height: 220px;
  }
  .inner-page .sidebar.full {
    padding: 10px;
  }
	.about-page .about-artical {
		padding:0 0 50px;
	}
	.inner-page .page-right-bar {
		padding-bottom:20px;
	}
  .inner-page .sidebar.full a {
    font-size: 18px;
    margin: 0;
  }
  .about-page .title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .about-page .title:after {
    width: 60px;
    left: 50%;
    margin-left: -30px;
    height: 2px;
  }
  .about-page .about-artical .items .item .txt {
    padding: 10px;
    line-height: 1.8em;
  }
  .i-factory .list li .img img {
    height: 40px;
  }
  .i-factory .list li .number {
    font-size: 24px;
  }
  .i-factory .list li .number sup {
    font-size: 18px;
  }
  .i-factory .list li .inner-title {
    font-size: 14px;
  }
  .i-factory .list li .number {
    padding: 18px 0 20px;
  }
  .i-strength .items .item .img {
    width: 34%;
  }
  .i-strength .items .item .txt {
    width: 60%;
  }
  .i-strength .items .item .txt .inner .inner-box .inner-title {
    padding-bottom: 14px;
  }
  .i-strength .items {
    padding: 22px 0;
  }
  .contact-page .right .box .hr {
    position: initial;
    display: inline-block;
    padding-top: 20px;
    font-size: 12px;
  }
  .contact-page .right .box .hr p {
    padding-top: 6px;
  }
  .contact-page .right .box {
    padding: 22px 18px 30px;
  }
  .contact-page .right .box .list li + li {
    margin-top: 16px;
  }
  .contact-page .title {
    font-size: 26px;
  }
  .cn-form form input,
  .cn-form form textarea {
    padding: 6px 8px;
  }
  .prodet-page .cn-form .btn input,
  .cn-form form .btn input {
    font-size: 14px;
    padding: 0 55px 0 10px;
    line-height: 3em;
  }
  .inner-page .sidebar {
    width: 26%;
    top: -48px;
  }
  .inner-page .sidebar .title {
    font-size: 18px;
    line-height: 48px;
    height: 48px;
  }
  .inner-page .sidebar .menu li a {
    padding: 14px 10px 14px 50px;
    position: relative;
  }
  .inner-page .sidebar .menu li a .fa {
    left: -10px;
    position: absolute;
    top: 10px;
  }
  .inner-page .sidebar .side-download .inner-title {
    font-size: 14px;
  }
  .inner-page .sidebar .side-contact,
  .inner-page .sidebar .side-download {
    padding: 20px 12px 24px;
  }
  .inner-page .sidebar .sub-title {
    font-size: 18px;
  }
  .inner-page .sidebar .side-contact .list li + li {
    margin-top: 10px;
  }
  .inner-page .sidebar .side-contact .hr {
    margin-top: 16px;
  }
  .inner-page .page-right-bar {
    width: 71%;
  }
  .inner-page .page-right-bar1 {
    width: 100%;
  }
  .inner-page .newslist li .img {
    width: 305px;
  }
  .inner-page .newslist li .txt .date {
    margin: 5px 0;
  }
  .inner-page .newslist li .txt .inner-title {
    font-size: 16px;
  }
  .inner-page .newslist li .txt .inner-abst {
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .inner-page .newslist li .txt .read-more {
    padding-top: 18px;
  }
  .inner-page .newslist li .txt .read-more span {
    line-height: 2.2em;
    padding: 0 20px;
  }
  .prodet-page .pro-title,
  .prodet-page .product-details .prodet-top-r a.pro-mes {
    line-height: 2.6em;
    padding: 0 10px;
	  width:180px;
	  text-align:center;
  }
	.inner-page .bread-crumbs {
		padding:15px 0;
	}
	.prodet-page .product-details .prodet-top-r .prodetail {
		margin: 20px 0;
	}
	.inner-page .sidebar .side-box + .side-box {
		font-size:14px;
	}
}
@media screen and (max-width: 1000px) {
  .mb {
    display: block;
  }
	.inner-page .bread-crumbs .mbx {
		position:static;
	}
	.inner-page .bread-crumbs .txt-center {
		display:none;
	}
	.inner-page .sidebar {
		display:none;
	}
	.inner-page .page-right-bar {
		width:100%;
		padding-right:0;
	}
  .loading {
    display: none;
  }
  .inner-page .newslist li .img {
    width: 100%;
  }
  .inner-page .newslist li .txt {
    width: 100%;
    padding: 10px 10px 14px;
  }
	#mapContainer {
		height:300px !important;
	}
	.contact-page .cn-form {
		width:100%;
	}
	.contact-page .contact-details {
		width:100%;
		display:inline-block;
		width:100%;
		margin-bottom:20px;
	}
	.about-page .about-artical table {
		letter-spacing:-5px;
	}
	.about-page .about-artical td {
		display:inline-block;
		width:50% !important;
		letter-spacing:0;
	}
	.about-page .about-artical td img {
		max-height:100px;
		width:auto !important;
	}
}
@media screen and (max-width: 700px) {
  .product-page .menu li .children {
    display: block !important;
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
		.about-page .about-artical td {
		display:inline-block;
		width:100% !important;
	}
  .inner-page .sidebar .menu li {
    display: inline-block !important;
  }
  .product-page .menu li .children a {
    padding: 10px !important;
  }
  .amap-container {
    height: 240px !important;
  }
  .contact-page .contact-details,.contact-page .cn-form {
    width: 100%;
    padding: 10px;
  }
  .cn-form .m-form-l,.cn-form .m-form-r {
    width: 100%;
  }
  .cn-form li.pcsb {
    display: none;
  }
  .cn-form li.wpsb {
    display: block;
  }
  .cn-form .m-form-r textarea {
    height: 180px;
  }
  .contact-page .contact-details {
    margin-bottom: 40px;
  }
  .contact-page .contact-details h3.contact-title {
    font-size: 18px;
  }
  .contact-page .contact-details .contact-list h5 {
    font-size: 14px;
  }
  .cn-form .formtit {
    padding-bottom: 0;
    font-size: 18px;
  }
  .cn-form li label {
    font-size: 12px;
  }
  .cn-form .m-form-l li .iptTxt {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  }
  .button-group {
    bottom: 0 !important;
  }
  .inner-page .sidebar {
    width: 100%;
  }
  .inner-page .page-right-bar {
    width: 100%;
  }
  .inner-page .sidebar .side-contact,
  .inner-page .sidebar .side-download {
    display: none;
  }
  .inner-page .sidebar .menu li a {
    padding: 12px;
  }
  .inner-page .sidebar .side-top {
    padding-bottom: 0px; 
  }
  .inner-page .sidebar .title {
    font-size: 16px;
    line-height: 36px;
    height: 36px; text-align:left;
  }
  .inner-page .sidebar {
    top: -36px;
  }
  .about-page .title {
    margin-bottom: 0;
  }
  .inner-page .sidebar.full {
    display: none;
  }
  .inner-page .sidebar .menu li a .ico {
    display: none;
  }
  .inner-page .bread-crumbs {
    padding: 10px 0;
    margin-bottom: 16px;
  }
  .about-page .about-artical {
    padding: 0;
  }
  .about-page .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .about-page .about-artical .items {
    padding-top: 20px;
  }
  .about-page .title:after {
    width: 30px;
    height: 1px;
    margin-left: -15px;
  }
  .about-page .about-artical .items .item .txt,
  .about-page .about-artical .items .item .img {
    width: 100%;
  }
  .about-page .about-artical .items .item .txt p + p {
    margin-top: 10px;
  }
  .about-page .about-artical .items .item + .item {
    margin-top: 20px;
  }
  .inner-page .page-right-bar {
    padding-bottom: 30px;
  }
  .i-factory {
    padding: 30px 0;
  }
  .i-factory .list {
    padding-top: 20px;
  }
  .i-factory .list li {
    width: 50%;
    margin-bottom: 18px;
  }
  .i-factory .list li .img img {
    height: 24px;
  }
  .i-factory .list li .number {
    padding: 6px 0 8px;
    font-size: 16px;
  }
  .i-factory .list li .number sup {
    font-size: 12px;
  }
  .i-factory .list li .inner-title {
    font-size: 12px;
  }
  .i-strength {
    padding: 30px 0;
  }
  .i-strength .box {
    padding-top: 20px;
  }
  .i-strength .items .item {
    width: 100%;
  }
  .i-strength .items:before,
  .i-strength .items:after {
    display: none;
  }
  .i-strength .items .item .txt {
    width: 67%;
  }
  .i-strength .items .item .img {
    width: 30%;
  }
  .i-strength .items {
    padding: 0;
  }
  .i-strength .items .item .txt .inner .inner-box .inner-title {
    padding-bottom: 4px;
  }
  .i-strength .items .item .txt .inner .inner-box .inner-abst {
    font-size: 12px;
    line-height: 1.5em;
  }
  .i-strength .items .item {
    margin-top: 20px;
  }
  .i-network {
    padding: 30px 0;
  }
  .contact-page .left,
  .contact-page .right {
    width: 100%;
  }
  .contact-page .right {
    padding-top: 40px;
  }
  .contact-page {
    padding: 30px 0;
  }
  .contact-page .title {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .contact-page .left .abst {
    width: 100%;
    line-height: 1.5em;
    padding-bottom: 18px;
  }
  .cn-form form input,
  .cn-form form textarea {
    font-size: 12px;
    line-height: 1.6em;
  }
  .cn-form form .col.col-2 .ipt {
    width: 100%;
  }
  .cn-form form .col.col-2 .ipt + .ipt {
    margin-left: 0;
    margin-top: 10px;
  }
  .cn-form form > div + div,
  .cn-form form .col {
    margin-top: 10px;
  }
  .prodet-page .cn-form .btn input,
  .cn-form form .btn input,
  .prodet-page .cn-form .btn input,
  .cn-form form .btn input {
    font-size: 12px;
    padding-right: 40px;
    background-size: 10px auto;
  }
  .contact-page .right .box h5 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 18px;
  }
  .contact-page .right .box .list li {
    font-size: 12px;
    background-size: 14px auto;
    background-position: left top 4px;
  }
  .contact-page .right .box {
    padding: 16px 14px;
  }
  .contact-page .right .box .hr {
    display: none;
  }
  .contact-page .right .box .list li + li {
    margin-top: 10px;
  }
  .inner-page .faqlist li .question {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .news .title h1 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .news .abst {
    padding: 6px 0;
    line-height: 1.4em;
  }
  .news .contents {
    margin-top: 0;
  }
  .news .prevnext a {
    font-size: 14px;
  }
  .inner-page .newslist li .txt .inner-title {
    font-size: 14px;
    text-transform: initial;
  }
  .inner-page .newslist li .txt .inner-abst,
  .inner-page .newslist li .txt .date {
    line-height: 1.2em;
  }
  .inner-page .newslist li .txt .read-more span {
    line-height: 1.8em;
    padding: 0 10px;
    font-size: 12px;
  }
  .prodet-page .product-details .prodet-top-l {
    width: 100%;
  }
  .prodet-page .product-details .prodet-top-r {
    width: 100%;
  }
  .prodet-page .product-details .prodet-top-l ul.image-gallery {
    margin-top: 10px;
  }
  .prodet-page .product-details .prodet-top-r h1.protit {
    padding-top: 16px;
  }
  .prodet-page .product-details .prodet-top-r .prodetail {
    margin: 10px 0 20px;
    height: auto;
  }
  .prodet-page .pro-title,
  .prodet-page .product-details .prodet-top-r a.pro-mes {
    line-height: 2.2em;
    padding: 0 26px;
    width: auto;
    min-width: 125px;
    margin-bottom: 16px;
  }
  .prodet-page .prodet-details {
    margin: 20px 0;
  }
  .prodet-page .prodet-details p {
    line-height: 1.6em;
  }
	.contact-page {
		padding:0;
	}
	body {
		font-size:14px;
	}
}

.factory-page h4 {
	font-size:30px;
	color:#333;
	margin-bottom:40px;
	margin-top:60px;
	font-family: 'microsoft yahei';
}
.factory-page h4:before {
	content:'';
	margin-bottom:10px;
	height:2px;
	width:120px;
	display:block;
	background:#218e98;
}
.product-page .menu li a.active+.children{
	display: block;
}
.product-page .menu li a.active{
	color: #218e98;
}