/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* 字体引入 */
/* 网站基本宽度（注意修改） */
.container {
	width: 1230px!important;
	padding: 0 15px !important;
}
@media screen and (max-width: 1280px) {
	.container {
		width: 970px!important;
	}
}
@media screen and (max-width: 970px) {
	.container {
		width: 768px!important;
	}
}
@media screen and (max-width: 768px) {
	.container {
		width: 100%!important;
	}
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype'), url(../fonts/Roboto-Light.eot) format('eot'), url(../fonts/Roboto-Light.woff) format('woff'), url(../fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-black';
  src: url(../fonts/roboto-black.ttf) format('truetype'), url(../fonts/roboto-black.eot) format('eot'), url(../fonts/roboto-black.woff) format('woff'), url(../fonts/roboto-black.woff2) format('woff2');
}
body {
  font-family: "Roboto-Light";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
.ui.container2 {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
.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;
}
#header .ui.container2 {
  max-width: 1760px;
}
#header i.icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background: #f2f2f2;
  text-align: center;
  display: inline-block;
}
#header i.icon img {
  display: inline-block;
  vertical-align: middle;
}
#header h4 {
  font-size: 21px;
  color: #223645;
  font-family: "roboto-black";
  display: inline-block;
  vertical-align: middle;
}
#header h4 span {
  display: block;
  font-size: 16px;
  color: #8a94a5;
  font-weight: normal;
  font-family: "Roboto-Light";
  line-height: 2;
}
#header .phone {
  width: 23%;
  vertical-align: middle;
}
#header .phone h4 {
  margin-left: 15px;
}
#header .center {
  width: 55%;
  vertical-align: middle;
  text-align: center;
}
#header .center .logo {
  padding: 15px 0 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
#header .center .menu-box {
  display: block;
  line-height: 70px;
  height: 70px;
}
#header .center .menu-box ul.menu > li {
  width: 16.666667%;
  float: left;
  position: relative;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .center .menu-box ul.menu > li:hover {
  color: #26689b;
}
#header .center .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 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 #26689b;
  display: none \9;
}
#header .center .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 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;
	position:relative;
}
#header .center .menu-box ul.menu > li ul.sub-menu li ul {
	position:absolute;
	top:0;
	left:100%;
	display:none;
	width:100%;
	background:white;
}
#header .center .menu-box ul.menu > li ul.sub-menu li:hover>ul {
	display:block;
}
#header .center .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .center .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .center .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 .right {
  width: 22%;
  vertical-align: middle;
  text-align: right;
}
#header .right h4 {
  margin-right: 15px;
  text-align: right;
}
#header .right .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  cursor: pointer;
  cursor: hand;
}
#header .right .yuy {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#header .right .yuy ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 120px;
  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 #26689b;
  display: none \9;
}
#header .right .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;
}
#header .right .yuy ul li img {
  max-width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
#header .right .yuy ul li a {
  display: block;
}
#header .right .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .right .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 .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: #26689b;
}
#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: #26689b;
  -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: #26689b;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.table table tr:nth-child(even) {
	background:none;
}
.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 .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #26689b;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#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: #26689b !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;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  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: #26689b;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .menu-list ul li li ul {
	display:none;
}
#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: #26689b;
}
#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;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#index-body .init-1 {
  padding: 100px 0 150px;
  text-align: center;
}
#index-body .init-1 .ui.container2 {
  max-width: 1590px;
}
#index-body .init-1 .text {
  display: block;
  padding: 30px 0 150px;
  max-width: 980px;
  margin: 0 auto;
  font-size: 22px;
  color: #494949;
  line-height: 1.5;
}
.shjieshou {
    width: 87%;
    margin: 0 5%;
    font-size: 16px;
    line-height: 30px;
    padding-top: 15px;
    font-family: 'Roboto Light';
}
h1.shengj {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto Light';
    Display: inline;
}
#index-body .init-1 .list ul li {
	padding-bottom: 40px;
}
#index-body .init-1 .list ul li:last-child {
  padding-bottom: 0;
}
#index-body .init-1 .list ul li .img {
  width: 61%;
  vertical-align: middle;
  position: relative;
}
#index-body .init-1 .list ul li .box {
  width: 43%;
  margin-left: -4%;
  position: relative;
  z-index: 1;
  background: #f2f2f2;
  padding: 80px;
  text-align: left;
  vertical-align: middle;
}
#index-body .init-1 .list ul li .box h3 {
  display: block;
  font-size: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .box h3:hover {
  color: #26689b;
}
#index-body .init-1 .list ul li .box p {
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
   padding-top: 1px;
  height: 280px; 
}
#index-body .init-1 .list ul li .box a.more {
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .box a.more i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #b0b0b0;
  color: white;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .box a.more:hover i {
  background: #26689b;
}
#index-body .init-1 .list ul li:nth-child(even) .img {
  left: 39%;
}
#index-body .init-1 .list ul li:nth-child(even) .box {
  left: -61%;
  margin-left: auto;
  margin-right: -4%;
}
#index-body .init-2 {
  text-align: center;
  padding: 90px 0;
}
#index-body .init-2 h2 {
  font-size: 40px;
  color: #030303;
  line-height: 1;
  margin-bottom: 50px;
	padding-top:0;
}
#top {
  position: fixed;
  right: 3%;
  bottom: 5%;
  cursor: pointer;
  cursor: hand;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  #header h4 {
    font-size: 18px;
  }
  #header .center .logo {
    padding: 10px 0;
  }
  #header .center .menu-box {
    line-height: 50px;
    height: 50px;
  }
  #index-body .init-1 .text {
    font-size: 18px;
    padding: 30px 0 100px;
  }
  #index-body .init-1 .list ul li .box {
    padding: 40px;
  }
  #index-body .init-1 .list ul li {
    padding-bottom: 80px;
  }
  #index-body .init-1 {
    padding: 80px 0;
  }
  #index-body .init-2 h2 {
    font-size: 32px;
  }
  #top {
    max-width: 40px;
  }
  #header i.icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  #header .center .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header h4 {
    font-size: 16px;
  }
  #header h4 span {
    font-size: 12px;
  }
  #header .right .h-search {
    margin-right: 15px;
  }
  #header i.icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #header i.icon img {
    max-width: 20px;
  }
  #header .center .logo img {
    max-height: 40px;
  }
  #index-body .init-1 .text {
    padding: 30px 0 50px;
  }
  #index-body .init-1 .list ul li .box h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 970px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-1 .text {
    font-size: 16px;
    padding: 20px 0;
  }
  #index-body .init-1 {
    padding: 60px 0;
  }
  #index-body .init-1 .list ul li .box {
    padding: 15px;
  }
  #index-body .init-1 .list ul li .box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 300px;
    margin: 10px 0;
    font-size: 14px;
	width: 100%;
  }
  #index-body .init-1 .list ul li .box h3 {
    font-size: 20px;
  }
  #index-body .init-1 .list ul li {
    padding-bottom: 40px;
  }
  #index-body .init-2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #index-body .init-1 {
    padding: 30px 0;
  }
  #index-body .init-1 h6 img {
    max-height: 26px;
  }
  #index-body .init-1 .text {
    font-size: 14px;
  }
  #index-body .init-1 .list ul li .img {
    width: 100%;
    left: 0 !important;
  }
  #index-body .init-1 .list ul li .box {
    width: 100%;
    top: 0 !important;
    margin: 0 !important;
    left: 0 !important;
  }
}

#index-body {
	font-family: 'Roboto Light';
}
#index-body h2 {
	font-size: 40px;
	line-height: 40px;
	padding-top: 0 !important;
	font-family: 'Roboto Light';
}
#index-body p {
    width: 87%;
    margin: 0 5%;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    font-family: 'Roboto Light';
}
#index-body .i-about {
	text-align: center;
}
#index-body .i-about p {
	padding-bottom: 90px;
}
#index-body .i-about ul li {
	width: 30%;
	margin-left: 3%;
	margin-bottom: 70px;
	cursor: pointer;
}
#index-body .i-about ul li .img-box {
	width: 40%;
	margin: 0 30%;
}
#index-body .i-about ul li .img-box img {
	width: 80%;
	height: 100px;
	margin: 10%;
}
#index-body .i-about ul li h3 {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Roboto Black';
	padding-top: 50px;
}
#index-body .i-about ul li p {
	width: 90%;
	height: 150px;
	margin: 0 5%;
	padding: 35px 0 0;
	overflow: hidden;
}
#index-body .i-about ul li:hover {
	box-shadow: 0 0 5px 3px #F2F2F2;
}
#index-body .i-product {
	background: #F2F2F2;
}
#index-body .i-product .product-img {
	width: 50%;
}
#index-body .i-product .product-img img {
	width: 100%;
	height: auto;
}
#index-body .i-product .product-title {
	width: 50%;
	padding-top: 5%;
}
#index-body .i-product .product-title h3 {
	font-size: 28px;
	line-height: 28px;
	font-family: 'Roboto Light';
}
#index-body .i-product .product-title p {
	margin: 0;
	padding-top: 15px;
}
#index-body .i-product .product-title a {
	display: inline-block;
	font-size: 12px;
	line-height: 13px;
	font-family: 'Roboto Regular';
	margin-top: 50px;
	color: #808080;
	transition: 0.3s ease;
}
#index-body .i-product .product-title a i {
	width: 18px;
	height: 18px;
	font-size: 12px;
	border-radius: 50%;
	background: #b0b0b0;
	color: #F2F2F2;
	padding-left: 4px;
	padding-top: 2.8px;
	margin-right: 10px;
	transition: 0.3s ease;
}
#index-body .i-product .product-title a:hover {
	color: #236496;
}
#index-body .i-product .product-title a:hover i {
	background: #236496;
}
#index-body .i-product .product-box:nth-child(odd) .product-img {
	float: left;
}
#index-body .i-product .product-box:nth-child(odd) .product-title {
	padding-left: 5%;
	float: left;
}
#index-body .i-product .product-box:nth-child(odd) .product-title p {
	width: 55%;
}
#index-body .i-product .product-box:nth-child(even) .product-img {
	float: right;
}
#index-body .i-product .product-box:nth-child(even) .product-title {
	padding-left: 15%;
	float: right;
}
#index-body .i-product .product-box:nth-child(even) .product-title p {
	width: 72%;
}
#index-body .i-choose {
	text-align: center;
	padding-bottom: 220px;
}
#index-body .i-choose p {
	width: 100%;
	margin: 0;
	padding-top: 15px!important;
	padding-bottom: 80px;
}
#index-body .i-choose .chooseImg {
	width: 22%;
	margin: 0 4%;
}
#index-body .i-choose .left,
#index-body .i-choose .right {
	width: 34%;
}
#index-body .i-choose .left .init {
	text-align: right;
}
#index-body .i-choose .left .init img {
	float: right;
}
#index-body .i-choose .right .init {
	text-align: left;
}
#index-body .i-choose .right .init img {
	float: left;
}
#index-body .i-choose .init {
	margin-bottom: 25px;
	padding: 10px;
	cursor: pointer;
	transition: 0.3s ease;
}
#index-body .i-choose .init img {
	width: 80px;
	height: auto;
	transition: 0.3s ease;
}
#index-body .i-choose .init h3 {
	font-size: 20px;
	line-height: 32px;
	padding-top: 5px;
	font-family: 'Roboto Black';
	transition: 0.3s ease;
}
#index-body .i-choose .init p {
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	font-family: 'Roboto Light';
	padding-bottom: 0;
	padding-top: 8px!important;
}
#index-body .i-choose .init:hover {
	box-shadow: 0 0 5px 3px #F2F2F2;
}
#index-body .i-choose .init:hover img {
	transform: rotateY(360deg);
}
#index-body .i-choose .init:hover h3 {
	color: #23647d;
}
#index-body .i-news {
	text-align: center;
	background: #F2F2F2;
	padding-bottom: 100px;
}
#index-body .i-news p {
	padding-bottom: 90px;
}
#index-body .i-news .swiper-slide {
	text-align: left;
}
#index-body .i-news .swiper-slide .img-box {
	width: 100%;
}
#index-body .i-news .swiper-slide .img-box img {
	width: 100%;
	height: auto;
}
#index-body .i-news .swiper-slide .title {
	width: 100%;
	padding: 30px 20px 20px;
	position: relative;
	background: #FFFFFF;
}
#index-body .i-news .swiper-slide .title h3 {
	font-size: 18px;
	font-family: 'roboto-black';
	line-height: 30px;

}
#index-body .i-news .swiper-slide .title p {
	width: 100%;
	margin: 0;
	padding: 15px 0 0;
	font-size: 14px;
	line-height: 28px;
	max-height:91px;
	overflow:hidden;
}
#index-body .i-news .swiper-slide .title time {
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#index-body .i-news .swiper-slide .title a {
	display: block;
	text-align: center;
	margin: 40px 0 0;
	font-size: 12px;
	line-height: 12px;
	transition: 0.3s ease;
}
#index-body .i-news .swiper-slide .title a:hover {
	color: #236496;
}
#index-body .i-news .button {
	display: block;
	width: 250px;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 15px;
	margin: 100px auto 0;
	border: 1px solid #c2c2c2;
	background: #F2F2F2;
	color: #a2a2a2;
	transition: 0.5s ease;
}
#index-body .i-news .button i {
	font-size: 14px;
	margin-right: 20px;
}
#index-body .i-news .button:hover {
	background: #236496;
}
#footer {
	text-align: center;
	font-family: "Roboto Light";
	padding-bottom:30px;
}
#footer.inner {
background:#fafafc;
}
#footer p {
	font-size:14px;
	color:#030303;
	text-transform:uppercase;
}
#footer p img {
	height: 28px;
	vertical-align: middle;
}
#footer p a.footsj {
    text-transform: lowercase;
}
#footer p a {
	margin:0 10px;
}
#footer p a:hover {
	text-decoration:underline;
}
#footer ul {
	padding: 100px 0 120px;
}
#footer ul li {
	float: left;
	width: 27%;
	margin: 0 3%;
}
#footer ul li h2 {
	font-size: 26px;
	line-height: 36px;
}
#footer ul li p {
	font-size: 14px;
	line-height: 30px;
	padding-top: 25px;
	margin: 0;
}
#footer ul li:nth-child(2) {
	margin-left: 4%!important;
}
#footer ul li:nth-child(3) img {
/* 	margin: 25px; */
}
#footer .language {
	margin: 0 auto;
	text-align:center;
}
#footer .language a {
	display: inline-block;
	width: 120px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid #c2c2c2;
	transition: 0.5s ease;
}
#footer .language a:hover {
	background: #23647d;
	color: #FFFFFF;
}
#footer .language a:nth-child(1) {
	margin-right: 10px;
}
#footer p {
	margin: 35px 0;
	line-height: 30px;
}
#footer p a {
	transition: 0.3s ease;
}
#footer p a:hover {
	color: #23647d;
}
.inner-banner {
	position: relative;
	font-family: lato-light;
	padding-top: 140px;
	height: 338px;
	background: url("../images/inner-banner.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
.inner-banner .inner-tit {
	color: #fff;
	font-size: 30px;
	text-transform: capitalize;
	font-family: lato-light;
}
.inner-banner h2.inner-tit {
    font-size: 18px;
    line-height: 30px;
}
.bread-crumbs {
	font-size: 1.143rem;
	padding-top:15px;
/* 	background:#fafafc; */
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
	color: black;;
}
.bread-crumbs a:hover {
	color: #0d73c5;
}
.inner-banner #bdt-header-animation {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.sideBar {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 5;
	font-family: lato-light;
	background: #383838;
}
.sideBar .inner-main-tit {
	line-height: 61px;
	color: #fafafc;
	font-size: 1.4286rem;
	text-transform: capitalize;
	font-family: lato-light;
}
.sideBar .side-menu {
	position: relative;
	padding: 18px 0;
	cursor: pointer;
	color:white;
	font-size:14px;
	font-family:'Arial';
	line-height: 28px;
}
.sideBar .side-menu:before {
	content:"\f041";
	font-family: "FontAwesome";
	margin-right:5px;
	font-size:120%;
}
.sideBar .side-menu span.line {
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	display: block;
	width: 14px;
	height: 1px;
	background: #fff;
	margin-bottom: 3px;
}
.sideBar .side-menu.active span.line:first-of-type {
	transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
	-webkit-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
	-moz-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
	-ms-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
	-o-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
	margin-bottom: -1px;
	margin-top: 6px;
}
.sideBar .side-menu.active span.line:last-of-type {
	transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
	-webkit-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
	-moz-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
	-ms-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
	-o-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.sideBar .side-menu.active span.line:nth-of-type(2) {
	display: none;
}
.sideBar .side-menu .cat-list {
	position: absolute;
	right: 0;
	top: 100%;
	background: #f7f7f7;
	width: 280px;
	display: none;
	z-index: 103;
}
.sideBar .side-menu .cat-list li{
	font-size: 16px;
	position:relative;
}
.sideBar .side-menu .cat-list li .children{
	position:absolute;
	right:100%;
	top:0;
	width:160px;
	transition:0.5s ease;
	display:none!important;
	background:#f2f2f2;
}
.sideBar .side-menu .cat-list li:hover .children{
	display:block!important;
}
.sideBar .side-menu .cat-list li a {
	display: block;
	line-height: 35px;
	color: #101010;
	padding-left: 14px;
}
.sideBar .side-menu .cat-list li a:hover,
.sideBar .side-menu .cat-list li a.active {
	color: #fff;
	background: #1f77c6;
}

.inner-page {
	font-family: lato-light;
}
.inner-page p {
color: #3a3a3a;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Roboto Light';
    margin-bottom: 14px;
}
.about-page .a-tit h3 {
	color: #363636;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Black';
}
.about-page .a-tit p {
	color: #363636;
	margin-top: -6px;
}
.about-page .about-artical {
	padding: 51px 0 63px;
	background: #fff;
}
.about-page .about-artical img {
	height:auto;
}
.about-page .about-artical .con-box {
	margin-top: 53px;
}
.about-page .about-artical .con-box img {
	margin-bottom: 50px;
}
.about-page .about-artical .con-box p {
	margin-bottom: 29px;
}
.about-page .about-artical hr {
	border:none;
	border-top:1px solid #e8e8e8;
}
.about-page .a-factory .swiper-slide > a {
	position: relative;
	display: block;
}
.about-page .a-factory .swiper-slide > a:after {
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 104, 155, 0.46)
}
.about-page .a-factory .swiper-slide > a:hover:after {
	opacity: 0;
	filter: alpha(opacity=0);
}
.about-page .a-culture {
	padding: 88px 0 155px;
}
.about-page .a-culture .a-tit {
	margin-bottom: 95px;
}
.about-page .i-network {
	background-image: url("../images/a-network-bg.jpg");
	padding-top: 150px;
	padding-bottom: 150px;
}
.about-page .i-network .con-box {
	margin-right: -150px;
}
.about-page .i-network .intro,
.about-page .i-network .add-sale {
	color: #fff;
}
.about-page .i-network .tit {
	color: #389dee;
}
.about-page .i-network .add-sale {
	max-width: 630px;
	font-size: 1.1423rem;
	margin-top: 14px;
}
.about-page .a-whyUs {
	padding: 118px 0 50px;
	background: #fff;
}
.about-page .a-whyUs .why-list {
	margin-top: 91px!important;
}
/* .about-page .a-whyUs .why-list > .column {
	margin-bottom: 20px!important;
} */
.about-page .a-whyUs .why-list > .column > .img {
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	width: 116px!important;
	height: 116px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 2px solid #676767;
	background-repeat: no-repeat;
	background-position: center;
}
.about-page .a-whyUs .why-list > .column > .con {
	width: 75%!important;
	padding-left: 5.3%!important;
}
.about-page .a-whyUs .why-list > .column > .con h3 {
	color: #6a6a6a;
	font-size: 1.571rem;
}
.about-page .a-whyUs .why-list > .column > .con p {
	font-size: 1.1428rem;
	margin-top: 12px;
	padding-right: 6%;
}
.about-page .a-whyUs .why-list > .column:hover .img {
	background-color: #0d73c5;
	border-color: #0d73c5;
}
.about-page .a-whyUs .why-list > .column.custom > .img {
	background-image: url("../images/i-why-ico01.png");
}
.about-page .a-whyUs .why-list > .column.custom:hover .img {
	background-image: url("../images/i-why-ico01-h.png");
}
.about-page .a-whyUs .why-list > .column.quality > .img {
	background-image: url("../images/i-why-ico02.png");
}
.about-page .a-whyUs .why-list > .column.quality:hover .img {
	background-image: url("../images/i-why-ico02-h.png");
}
.about-page .a-whyUs .why-list > .column.cost > .img {
	background-image: url("../images/i-why-ico06.png");
}
.about-page .a-whyUs .why-list > .column.cost:hover .img {
	background-image: url("../images/i-why-ico06-h.png");
}
.about-page .a-whyUs .why-list > .column.service > .img {
	background-image: url("../images/i-why-ico04.png");
}
.about-page .a-whyUs .why-list > .column.service:hover .img {
	background-image: url("../images/i-why-ico04-h.png");
}
.about-page .a-whyUs .why-list > .column.capacity > .img {
	background-image: url("../images/i-why-ico03.png");
}
.about-page .a-whyUs .why-list > .column.capacity:hover .img {
	background-image: url("../images/i-why-ico03-h.png");
}
.about-page .a-whyUs .why-list > .column.ship > .img {
	background-image: url("../images/i-why-ico05.png");
}
.about-page .a-whyUs .why-list > .column.ship:hover .img {
	background-image: url("../images/i-why-ico05-h.png");
}
.product-page {
	padding: 20px 0 60px;
/* 	background: #fafafc; */
}
.product-page .pro-list {
	padding: 0;
}
.product-page .pro-list .grid-box {
	margin:-5px;
}
.product-page .pro-list .grid-box .column {
	padding:5px;
}
.box-nav {
	margin-bottom:40px;
	margin-top:20px;
}
.box-nav ul li {
	padding:5px;
	position:relative;
	z-index:2;
}
.box-nav ul {
	margin:-5px;
}
.box-nav ul li a {
	display:block;
	background:#f2f2f2;
	font-size:16px;
	font-family:'Arial';
	padding:5px;
	line-height:24px;
	text-align:center;
	border-radius:5px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.box-nav ul li a:hover {
	background:#383838;
	color:white;
}
.box-nav ul li ul {
	margin:0;
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0 5px;
	width:100%;
}
.box-nav ul li ul li {
	padding:0;
}
.box-nav ul li ul li a {
	border-radius:0;
	font-size:14px;
}
.box-nav ul li:hover>ul {
	display:block;
}
.m-page {
	text-align: center;
	padding: 45px 0;
	font-size: 1rem;
	margin-top: 40px;
}
.m-page span,
.m-page a {
	margin: 0 1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background:#eee;
	color: #333;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
	background:#000000;
	color:white;
}
.prodet-page .pro-main-tit {
	color: #2d2d2d;
	font-family: lato-light;
	font-size: 2.357rem;
	margin-bottom: 57px;
	border-bottom: 1px solid #d0d0d0;
}
.prodet-page .det-head {
	padding: 56px 0 73px;
	background: #fafafc;
}
.prodet-page .det-head .pro-pic {
	width: 60%!important;
	padding-right:10%;
}
.prodet-page .det-head .pro-pic i,
.prodet-page .det-head .pro-pic span {
	display:none !important;
}
.prodet-page .det-head .pro-pic img {
	height:auto;
}
.prodet-page .det-head .pro-pic .img li {
	padding:0 !important;
}
.prodet-page .det-head .pro-pic .img {
	width:77%;
	padding-right:15px;
}
.prodet-page .det-head .pro-pic .img .slick-arrow {
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
	background-position:center center;
	background-size:12px;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,.3);
	border:none;
	color:transparent;
	font-size:0;
	z-index:1;
	-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .det-head .pro-pic .img .slick-arrow.slick-prev {
	left:0;
	background-image:url('../images/banner-btn-l.png');
}
.prodet-page .det-head .pro-pic .img .slick-arrow.slick-next {
	right:0;
	background-image:url('../images/banner-btn-r.png');
}
.prodet-page .det-head .pro-pic .img .slick-arrow:hover {
	background-color:#26689b;
}
.prodet-page .det-head .pro-pic .small-img {
	width:23%;
}
.prodet-page .det-head .pro-pic .small-img ul {
	margin:-7px !important;
}
.prodet-page .det-head .pro-pic .small-img ul li {
	padding:7px !important;
}
.prodet-page .det-head .pro-pic .small-img ul li a {
	-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .det-head .pro-pic .small-img ul .slick-current li a {
-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
-o-box-shadow: 0 2px 2px rgba(0,0,0,.1);
box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.prodet-page .det-head .pro-det-one {
	width: 40%!important;
	font-family:'arial';
}
.prodet-page .det-head .pro-det-one i.tag {
	font-size:14px;
	text-transform:uppercase;
}
.prodet-page .det-head .pro-det-one .pro-tit {
	color: #2d2d2d;
	font-size: 22px;
	padding:8px 0 20px;
	border-bottom:1px solid #d2d2d2;
	line-height: 40px;
}
.prodet-page .det-head .pro-det-one .content {
	margin:25px 0 20px;
	font-size:16px;
	color:#383838;
	line-height:1.6;
}
.prodet-page .det-head .pro-det-one .share {
	display:block;
}
.prodet-page .det-head .pro-det-one .share ul li {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:3px;
	font-size:16px;
	color:#333;
	background:#e9e9eb;
	margin-right:8px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .det-head .pro-det-one .share ul li:hover {
	background:#26689b;
	color:white;
}
.prodet-page .det-head .pro-det-one .link {
	margin-top:50px;
}
.prodet-page .det-head .pro-det-one .link a {
	display:inline-block;
	margin-right:8px;
	line-height:48px;
	height:48px;
	padding:0 20px;
	font-size:18px;
	color:black;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
	background:#e9e9eb;
}
.prodet-page .det-head .pro-det-one .link a i {
	font-size:130%;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	line-height:1;
}
.prodet-page .det-head .pro-det-one .link a.active{
	background:#383838;
	color:white;
}
.prodet-page .det-head .pro-det-one .link a:hover {
	background:#26689b;
	color:white;
}
.prodet-page .det-head .pro-det-one .cname {
	color: #2d2d2d;
	font-size: 16px;
	font-family: lato-light;
	margin-top: 13px;
}
.prodet-page .det-head .pro-det-one .pro-links {
	margin: 70px 0 92px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
	margin-bottom: 6px;
	color: #2d2d2d;
	font-size: 16px;
	display: block;
	position: relative;
	background: #fff;
	max-width: 456px;
	line-height: 38px;
	padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
	position: absolute;
	right: 9px;
	top: 1px;
	font-size: 1.5rem;
	color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
	background: #1960ad;
	color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery{
	margin: -5px;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery .slick-track {
	margin-left:0;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery .slick-arrow {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:transparent;
	position:absolute;
	top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
	background:#ccc;
	font-size:0;
	border:none;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery .slick-arrow:after {
	content:'';
	font-size:16px;
	color:black;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery .slick-arrow.slick-prev {
	right:100%;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery .slick-arrow.slick-prev:after {
	content:'<';
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery .slick-arrow.slick-next {
	left:100%;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery .slick-arrow.slick-next:after {
	content:'>';
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery .slick-arrow:hover {
	background:#111;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery .slick-arrow:hover:after {
	color:white;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery:after {
	content: '';
	display: block;
	width: 0;
	clear: both;
	height: 0;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
	padding: 5px;
	width: 15%;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li img{
	height: auto;
	margin:0 !important;
	border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
	padding: 85px 0 153px;
	background: #fff;
}
.prodet-page .det-fot {
	padding: 76px 0 96px;
	background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
	margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
	padding: 0;
	margin-top: 50px;
}
.news-page .new-list {
	padding-top: 78px!important;
}
.news-page .new-list li {
	padding-bottom: 52px;
	margin-bottom: 65px;
	border-bottom: 2px solid #ececec;
	align-items: center;
}
.news-page .new-list li:last-child {
	margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
	display: block;
	color: black;
	font-size: 21px;
	line-height: 30px;
	font-family: 'roboto-black';
}
.news-page .new-list li .new-con {
	padding-left:130px !important;
	position:relative;
}
.news-page .new-list li .new-con time {
	position:absolute;
	top:20px;
	left:30px;
	display:inline-block;
	font-size:16px;
	text-align:center;
}
.news-page .new-list li .new-con time em {
	display:block;
	line-height:1;
	font-size:48px;
	font-family: 'roboto-black';
	border-bottom:1px solid #eee;
	margin-bottom:5px;
}
.news-page .new-list li .new-con .tit a:hover {
	color: #1960ad;
}
.news-page .new-list li .new-con .abst {
	color: #777777;
	font-size: 16px;
	line-height: 1.8;
	margin: 15px 0 30px;
}
.news-page .new-list li .new-con .abst a {
	color: #1960ad;
}
.news-page .new-list li .new-con .date span {
	color: #777777;
}
.news-page .new-list li .new-con a.more {
	float:right;
	line-height:38px;
	height:38px;
	padding:0 35px;
	border-radius:5px;
	font-size:16px;
	color:black;
	background:#ededed;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.news-page .new-list li .new-con a.more:hover {
	background:#111;
	color:white;
}
.news-page .new-list li .new-con .date span:last-child {
	margin-left: 20px;
	text-transform: capitalize;
}
.news-page .new-list li:last-child {
	margin-bottom: 50px;
}
.newdet-page {
	font-family: lato-regular;
}
.newdet-page .news {
	padding: 50px 0 60px!important;
	color: #777777;
}
.newdet-page .news .news_title h1 {
	padding-bottom: 10px;
	font-size: 20px;
	text-align: center;
	color: #222;
    line-height: 30px;
}
.newdet-page .news .news_date {
	text-align: center;
	line-height: 22px;
	border-bottom: 1px solid #555;
	padding-bottom: 5px;
}
.newdet-page .news .news_abst {
	border-bottom: 1px solid #555;
	padding: 10px 0;
}
.newdet-page .news .news_abst p {
	display: inline-block;
}
.newdet-page .news .news_contents {
	color: #555;
	line-height: 24px;
	clear: both;
	margin-top: 10px;
	border-bottom: 1px solid #555;
	padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
	color: #555;
	font-size: 16px;
	line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
	color: #555;
	font-size: 16px;
	line-height: 30px;
	clear: both;
}
.newdet-page .news .news_next {
	width: 99%;
	margin-top: 0px;
	padding-left: 5px;
	border-top: 0px solid #CCC;
	text-align: left;
	padding-top: 10px;
}
.newdet-page .news .news_next a {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #777;
	font-size: 15px;
	margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #000;
}
.newdet-page .news .newsnav {
	margin-bottom: 30px;
}
.contact-page {
	background: #fafafc;
	padding:80px 0;
}
.contact-page p {
	line-height:32px;
	margin-bottom:0;
}
.main-map {
	border:4px solid white;
}
.contact-page .c-tit {
	margin-bottom:40px;
}
.contact-page .c-tit h3 {
	color: #2d2d2d;
  font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'roboto-black';
}
.contact-page .c-tit p {
/* 	margin-top: -7px; */
	font-size:22px;
	margin-bottom:30px;
}
.contact-page .c-info {
	padding-right:5%;
}
.contact-page .c-info .clist {
	margin-top: 42px;
	color: #2d2d2d;
	line-height: 26px;
	font-size: 1.4285rem;
	position: relative;
}
.contact-page .c-info .clist i {
	display: block;
	margin-bottom: 26px;
}
.contact-page .c-info .clist .qr-code {
	position: absolute;
	right: 1rem;
	bottom: 0;
	width: 145px;
	padding: 5px;
	background: #e9e9e9;
}
.faq-page .faq-list {
	padding: 88px 0 115px;
}
.faq-page .faq-list dt {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 6px 0 rgba(189, 189, 189, 0.5);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	padding: 16px 30px 14px;
	background-color: #fbfbfb;
	font-size: 18px;
	cursor: pointer;
	color: #9e9e9e;
	margin-bottom: 12px;
	transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
	background: #1960ad;
	color: #fff;
}
.faq-page .faq-list dd {
	font-size: 14px;
	line-height: 22px;
	color: #757575;
	padding: 15px 30px;
	margin-bottom: 12px;
	display: none;
}









.f-feedback {
	height: 480px;
	background: url("../images/i-fb-bg.jpg") center;
	padding-top: 54px;

}
.f-feedback .i-tit h2,
.f-feedback .i-tit p {
	color: #fff;
}
.f-feedback .i-tit p {
	padding-bottom: 0;
	font-size: 1.714rem;
}
.f-feedback .i-tit p:after {
	display: none;
}
.f-feedback .form-box {
	font-family: lato-light;
	margin-top: 59px;
}
.f-feedback .form-box input,
.f-feedback .form-box textarea,
.f-feedback .form-box button {
	font-size: 1.143rem;
	display: block;
	width: 100%;
	background: #fff;
	border: none;
	outline: none;
	resize: none;
	color: #444;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.f-feedback .form-box .form-head {
	margin-bottom: 4px;
}
.f-feedback .form-box .form-head input {
	padding: 0 26px;
	height: 46px;
}
.f-feedback .form-box .form-fot textarea {
	height: 85px;
	padding: 15px 26px;
}
.f-feedback .form-box .form-sub {
	margin-top: 18px;
}
.f-feedback .form-box .form-sub button {
	cursor: pointer;
	width: 166px;
	height: 46px;
	float: right;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: none;
}
.f-feedback .form-box .form-sub button:before {
	background: #262626;
}
.f-feedback .form-box .form-sub button:before,
.f-feedback .form-box .form-sub button:after {
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}
.f-feedback .form-box .form-sub button:after {
	border-color: #262626;
	background: none;
}
.f-feedback .form-box .form-sub button:hover {
	color: #262626;
}
.f-feedback .form-box ::-webkit-input-placeholder {
	color: #aaaaaa;
}
.f-feedback .form-box :-moz-placeholder {
	color: #aaaaaa;
}
.f-feedback .form-box ::-moz-placeholder {
	color: #aaaaaa;
}
.f-feedback .form-box :-ms-input-placeholder {
	color: #aaaaaa;
}

.i-tit {
	text-align: center;
	font-family: lato-light;
}
.i-tit h2 {
	color: #242424;
	font-size: 3.57rem;
	font-family: lato-light;
}
.i-tit p {
	position: relative;
	color: #2d2d2d;
	font-size: 1.2857rem;
	line-height: 24px;
	margin-top: 2px;
	padding-bottom: 29px;
}
.i-tit p:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 44px;
	margin-left: -22px;
	height: 2px;
	background: #0f6ec8;
}


.pro-list {
	margin-top: 36px;
	padding: 0 2.8%;
}
.pro-list h1{
	margin-top:-20px;}
.pro-list .swiper-slide {
	border: 1px solid #f3f3f3;
}
#index-body .pro-list .slideBox{
	border-right: 1px solid #f3f3f3;
}
.pro-list .swiper-slide .tit {
	text-align: center;
	padding: 20px 0 20px;
	background: #fff;
	font-weight: bolder;
	font-size: 14px;
	font-family: lato-light;
	line-height: 30px;
}
.shpewu {
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}
.pro-list .swiper-slide .tit a {
	color: #2d2d2d;
	display: inline-block;
	position: relative;
	padding: 0 20px;
}
.pro-list .swiper-slide .tit a:before,
.pro-list .swiper-slide .tit a:after {
	content: '';
	position: absolute;
	top: 49.9%;
	height: 1px;
	width: 25px;
	background: #000;
	display: none;
}
.pro-list .swiper-slide .tit a:before {
	left: 0;
}
.pro-list .swiper-slide .tit a:after {
	right: 0;
}















::-webkit-input-placeholder {
	color: #777;
}
:-moz-placeholder {
	color: #777;
}
::-moz-placeholder {
	color: #777;
}
:-ms-input-placeholder {
	color: #777;
}
@media screen and (max-width: 1142px) {
	html {
		font-size: 12px;
	}
	#index-body .i-about .a-con .a-logo {
		width: 200px;
	}
	#index-body .i-more {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1000px) {
	#index-body .i-about .a-con .a-intro {
		height: 114px;
	}
}
@media screen and (max-width: 768px) {
	#inner-canvas {
		display: none;
	}
	#index-body .i-product {
		padding: 50px 0;
	}
	.i-tit h2 {
		font-size: 2.5rem;
	}
	#index-body .i-about .a-pic {
		padding: 0!important;
	}
	#index-body .i-about .a-con {
		height: auto!important;
		padding: 50px 0!important;
	}
	#index-body .i-hotProduct {
		padding: 50px 0;
	}
	.i-network .con-box {
		margin-right: 0;
		margin-top: 78%;
	}
	.i-network .con-box .tit {
		font-size: 2.5rem;
	}
	#index-body .i-network .i-more {
		display: none;
	}
	#index-body .i-whyUs {
		padding: 50px 0;
	}
	.f-feedback {
		height: auto;
		background-size: cover;
		padding-bottom: 50px;
	}
	.f-feedback .form-box .form-head > .column {
		width: 100%!important;
	}
	#footer .f-top {
		padding: 60px 0 20px;
	}
	#footer .f-top .f-about p,
	#footer .f-top .f-tit {
		font-size: 1.5rem;
	}
	#footer .f-top .f-list li {
		font-size: 1.2rem;
	}
	#footer .f-bot a {
		display: block;
	}
	.inner-banner {
		height: 200px;
		padding-top: 70px;
	}
	.about-page .a-culture {
		padding: 60px 0 50px;
	}
	.about-page .a-culture .a-tit {
		margin-bottom: 50px;
	}
	.about-page .i-network .add-sale {
		display: none;
	}
	.about-page .i-network .con-box {
		margin-right: 0;
		margin-top: 90%;
	}
	.about-page .a-whyUs {
		padding-top: 60px;
	}
	.about-page .a-whyUs .why-list {
		margin-top: 50px!important;
	}
	.about-page .a-whyUs .why-list > .column > .img {
		display: none;
	}
	.prodet-page .det-head .pro-det-one .pro-links {
		margin: 40px 0;
	}
	.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
		width: 25%;
	}
	.prodet-page .det-body {
		padding: 50px 0;
	}
	.prodet-page .det-body table{
		display:block;
		overflow-x:scroll;
		width:100%;
	}
	.contact-page .c-info .clist .qr-code {
		display: none;
	}
	.layer-form .contact100-form-title {
		min-height: 88px;
		font-size: 24px;
	}
	.layer-form input.input100 {
		height: 40px;
	}
	.layer-form textarea.input100 {
		min-height: 110px;
	}
}


.inner-page table td{    margin-top: 5px;
	font-size: 16px;
	line-height: 22px;
	/*    font-family: roboto-light;*/}

.inner-page table td{
	border: 1px solid #dedede;
	line-height: 1.5em;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;    
	vertical-align:middle;
text-align: center;}
.inner-page table tr:nth-of-type(1){background-color: #e9e9e9;}
.inner-page table tr:nth-of-type(2){background-color: #f5f5f5;}

.tab-2 table tr:nth-of-type(1){background-color: #fff;}
.tab-2 table tr:nth-of-type(2){background-color: #fff;}
.det-body strong {font-size: 20px;}
.inner-page table{
	border: 1px solid #f0f0f0;
    width: 100%;
    margin-bottom: 20px;}      



.inner-page table p{
	color: #3a3a3a;
	line-height: 28px !important;
	font-size: 18px;
	/*font-family: roboto-light;*/
}   

#index-body .i-news{
	padding: 90px 0;
}
#index-body .i-news .slideBox{ 
	margin-top: 60px; 
}

.swiper-slide .img-text h2 {
	margin-bottom: 8px;
	font-size: 16px;
}
#index-body .i-news .slideBox .swiper-slide .img-text h2 a{
	color: #000;
}
#index-body .i-news .slideBox .swiper-slide .img-text p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}
#index-body .i-news .slideBox .swiper-slide .img-text a.more {
	display: block;
	width: 94px;
	height: 29px;
	line-height: 29px;
	background: #0f6ec8;
	text-align: center;
	color: #fff;

}
#index-body .i-news .slideBox .swiper-slide .img-text .time {
	font-size: 12px;
	background: url("../images/time_03.jpg") no-repeat left center;
	height: 25px;
	padding-left: 30px;
	line-height: 25px;
}
#index-body .i-news .slideBox .swiper-slide .img-text .time time {
	font-family: montserrat-semibold;
	display: block;
	color: #999999;
}   

@media screen and (max-width: 1280px) {
	#index-body .i-product .product-title a {
		margin-top: 30px;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-img {
		float: left;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-title {
		padding-left: 5%;
		float: left;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-title p {
		width: 90%;
	}
	#index-body .i-product .product-box:nth-child(even) .product-img {
		float: right;
	}
	#index-body .i-product .product-box:nth-child(even) .product-title {
		padding-left: 5%;
		float: right;
	}
	#index-body .i-product .product-box:nth-child(even) .product-title p {
		width: 90%;
	}
}
@media screen and (max-width: 970px) {
	#index-body {
		font-family: 'Roboto Light';
	}
	#index-body h2 {
		padding-top: 80px;
	}
	#index-body .i-about {
		text-align: center;
	}
	#index-body .i-about p {
		padding-bottom: 60px;
	}
	#index-body .i-about ul li {
		margin-bottom: 30px;
		padding: 10px;
	}
	#index-body .i-about ul li h3 {
		padding-top: 20px;
	}
	#index-body .i-about ul li p {
		width: 90%;
		height: 150px;
		margin: 0 5%;
		padding: 10px 0 0;
		overflow: hidden;
	}
	#index-body .i-about ul li:hover {
		box-shadow: 0 0 5px 3px #F2F2F2;
	}
	#index-body .i-product .product-title {
		padding-top: 3%;
	}
	#index-body .i-product .product-title a {
		margin-top: 30px;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-img {
		float: left;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-title {
		padding-left: 3%;
		float: left;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-title p {
		width: 94%;
	}
	#index-body .i-product .product-box:nth-child(even) .product-img {
		float: right;
	}
	#index-body .i-product .product-box:nth-child(even) .product-title {
		padding-left: 3%;
		float: right;
	}
	#index-body .i-product .product-box:nth-child(even) .product-title p {
		width: 94%;
	}
	#index-body .i-choose {
		padding-bottom: 100px;
	}
	#index-body .i-news {
		padding-bottom: 50px;
	}
	#index-body .i-news p {
		padding-bottom: 50px;
	}
	#index-body .i-news .button {
		margin: 50px auto 0;
	}
	#footer ul {
		padding: 50px 0;
	}
	#footer ul li {
		word-wrap: break-word;
	}
}
@media screen and (max-width: 768px) {
	#index-body h2 {
		padding-top: 30px;
	}
	#index-body p {
		width: 80%;
		margin: 0 10%;
	}
	#index-body .i-about {
		text-align: center;
	}
	#index-body .i-about p {
		padding-bottom: 30px;
	}
	#index-body .i-about ul {
		text-align: left;
	}
	#index-body .i-about ul li {
		width: 90%;
		margin: 0 5% 30px;
	}
	#index-body .i-about ul li .img-box {
		width: 20%;
		margin: 0;
		float: left;
	}
	#index-body .i-about ul li .img-box img {
		width: 80%;
		height: 100px;
		margin: 10%;
	}
	#index-body .i-about ul li h3 {
		float: left;
		font-size: 22px;
		line-height: 22px;
		font-family: 'Roboto Black';
		padding-top: 10px;
	}
	#index-body .i-about ul li p {
		float: left;
		width: 80%;
		height: auto;
		margin: 0;
		padding: 35px 0 0;
		overflow: hidden;
	}
	#index-body .i-about ul li:hover {
		box-shadow: 0 0 5px 3px #F2F2F2;
	}
	#index-body .i-product .product-title {
		padding-top: 2%;
	}
	#index-body .i-product .product-title h3 {
		font-size: 20px;
		line-height: 24px;
	}
	#index-body .i-product .product-title p {
		padding-top: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	#index-body .i-product .product-title a {
		margin-top: 24px;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-img {
		float: left;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-title {
		padding-left: 2%;
		float: left;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-title p {
		width: 98%;
	}
	#index-body .i-product .product-box:nth-child(even) .product-img {
		float: right;
	}
	#index-body .i-product .product-box:nth-child(even) .product-title {
		padding-left: 2%;
		float: right;
	}
	#index-body .i-product .product-box:nth-child(even) .product-title p {
		width: 98%;
	}
	#index-body .i-choose {
		text-align: center;
		padding-bottom: 30px;
	}
	#index-body .i-choose p {
		padding-bottom: 30px;
	}
	#index-body .i-choose .chooseImg {
		display: none;
	}
	#index-body .i-choose .left,
	#index-body .i-choose .right {
		width: 100%;
	}
	#index-body .i-choose .left .init,
	#index-body .i-choose .right .init {
		text-align: left;
	}
	#index-body .i-choose .left .init img,
	#index-body .i-choose .right .init img {
		float: left;
	}
	#index-body .i-choose .init {
		width: 80%;
		margin: 0 10%;
		padding: 20px;
	}
	#index-body .i-choose .init img {
		float: left;
		margin-right: 20px;
	}
	#index-body .i-choose .init .cl {
		display: none;
	}
	#index-body .i-choose .init h3 {
		float: left;
	}
	#index-body .i-choose .init p {
		float: left;
		width: 70%;
	}
	#index-body .i-news p {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 414px) {
	#index-body h2 {
		font-size: 28px;
		line-height: 28px;
		padding-top: 30px;
	}
	#index-body p {
		width: 80%;
		margin: 0 10%;
		font-size: 14px;
		line-height: 20px;
		padding-top: 15px;
	}
	#index-body .i-about p {
		padding-bottom: 30px;
	}
	#index-body .i-about ul li {
		width: 90%;
		margin: 0 5% 30px;
	}
	#index-body .i-about ul li .img-box {
		width: 30%;
		margin: 8% 0;
		padding-right: 20px;
		float: left;
	}
	#index-body .i-about ul li .img-box img {
		width: 90%;
		height: auto;
		margin: 5%;
	}
	#index-body .i-about ul li h3 {
		float: left;
		font-size: 20px;
		line-height: 22px;
		padding-top: 10px;
		width: 70%;
	}
	#index-body .i-about ul li .cl {
		display: none;
	}
	#index-body .i-about ul li p {
		float: left;
		width: 70%;
		height: auto;
		margin: 0 0;
		padding: 10px 0 0;
		overflow: hidden;
	}
	#index-body .i-about ul li:hover {
		box-shadow: 0 0 5px 3px #F2F2F2;
	}
	#index-body .i-product {
		background: #F2F2F2;
	}
	#index-body .i-product .product-img {
		width: 100%;
	}
	#index-body .i-product .product-img img {
		width: 100%;
		height: auto;
	}
	#index-body .i-product .product-title {
		width: 100%;
		padding-top: 3%;
	}
	#index-body .i-product .product-title p {
		margin: 0;
		padding-top: 15px;
	}
	#index-body .i-product .product-title a {
		margin-top: 30px;
		padding-bottom: 20px;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-img {
		float: left;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-title {
		padding-left: 5%;
		float: left;
	}
	#index-body .i-product .product-box:nth-child(odd) .product-title p {
		width: 95%;
	}
	#index-body .i-product .product-box:nth-child(even) .product-img {
		float: right;
	}
	#index-body .i-product .product-box:nth-child(even) .product-title {
		padding-left: 5%;
		float: right;
	}
	#index-body .i-product .product-box:nth-child(even) .product-title p {
		width: 95%;
	}
	#index-body .i-choose .init {
		width: 90%;
		margin: 0 5% 25px;
	}
	#index-body .i-choose .init img {
		margin-top: 6%;
	}
	#index-body .i-choose .init h3 {
		padding-top: 5px;
	}
	#index-body .i-choose .init p {
		font-size: 14px;
		line-height: 20px;
		height: 84px;
		width: 60%;
	}
	#footer ul {
		padding: 30px 0;
	}
	#footer ul li {
		width: 90%;
		margin: 0 5% 30px;
	}
	#footer ul li:nth-child(3) {
		margin: 0 5% 0;
	}
	#footer p {
		margin: 20px 0;
	}
}
.about-artical .container h4{
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'roboto-black';
}
.about-artical .container h3{
	font-size: 22px;
	margin-bottom: 30px;
	font-family: 'Roboto-Light';
}
.tab-2 table{
	width: 100%;
	border: 0px solid #eee;
}
.tab-2 table td{
     border: 10px solid #fafafc;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 10px rgba(125, 125, 125, 0.8);
}



.product-page .left h3{
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	padding: 15px 30px;
	background: #737373;
}
.product-page .left ul li{
	width:100%;
	position:relative;
	border-bottom:1px solid #ffffff;
	background:#f2f2f2;
	transform:0.3s ease;
}
.product-page .left ul li:hover{
	background:#cccccc;
}
.product-page .left ul li a{
	display:inline-block;
	width:100%;
	font-size:18px;
	line-height:32px;
	padding:10px 30px;
}
.product-page .left ul li ul{
	position:absolute;
	width:100%;
	left:100%;
	top:0;
	z-index:120;
	display:none;
	transform:0.3s ease;
}
.product-page .left ul li:hover ul{
	display:block;
}
#top {
	position:fixed;
	right:10px;
	bottom:5%;
	width:40px;
	height:40px;
	cursor:pointer;
	cursor:hand;
	line-height:40px;
	text-align:center;
	background:#ccc;
	color:black;
-webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
	font-size:28px;
	display:none;
}
#top:hover {
	background:#23647d;
	color:white;
}

#history {
  margin: 30px 0;
  position: relative;
}
#history::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
  left: 0;
  top: 104px;
}
#history .historyBox{
  padding-top: 50px;
}
#history .historyBox .swiper-slide {
  text-align: center;
  padding-top: 20px;
}
#history .historyBox .swiper-slide h2 {
  font-size: 30px;
  font-family: "roboto-bold";
}
#history .historyBox .swiper-slide > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000000;
  margin-top: 16px;
}
#history .historyBox .swiper-slide > p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  min-height: 72px;
	word-break:break-word;
  /*margin-top: 10px;*/
}
#history .swiper-button-prev,
#history .swiper-button-next {
  background: none;
  cursor: pointer;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  top: 102px;
  pointer-events: auto;
}
#history .swiper-button-prev > i,
#history .swiper-button-next > i {
  color: #fff;
  font-size: 18px;
}
#history .swiper-button-prev:hover,
#history .swiper-button-next:hover {
  background-color: #a5d8f6;
}
#history .swiper-button-next.swiper-button-disabled,
#history .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}
#history .swiper-button-prev {
  left: -3%;
}
#history .swiper-button-next {
  right: -3%;
}
#history h2 {
  text-align: center;
  font-size: 34px;
  color: #2b2b2b;
  line-height: 34px;
  font-family: "roboto-bold";
  display: block;
	margin-bottom:30px;
}
@media screen and (max-width: 700px){
#history .swiper-button-prev, #history .swiper-button-next {
	top:70px;
}
	.box-nav {
		display:none;
	}
	.prodet-page .det-head .pro-det-one {
		width:100% !important;
		padding-left:0;
		padding-top:20px;
	}
	.prodet-page .det-head .pro-pic {
		padding-right:0;
		width:100% !important;
	}
	.prodet-page .det-body table tbody {
		white-space:nowrap;
		table-layout:fixed;
		min-width:700px;
	}
	.news-page .new-list li .new-con time {
		top:auto;
		bottom:105%;
		color:white;
		font-size:12px;
	}
	.news-page .new-list li .new-con time em {
		font-size:30px;
	}
	h1.shengh, 
	.shpewu, 
	#footer p a.footsj {
		display:none !important;
	}
	.sideBar .inner-main-tit {
    line-height: 30px;
	padding-top: 15px;
}
	#mapContainer {
		height:300px !important;
	}
}


#ewm {
	max-width: 120px;
	margin: 25px auto 0;
}