@charset "utf-8";
@font-face{
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'),url(../fonts/Poppins-Regular.eot) format('eot'),url(../fonts/Poppins-Regular.woff) format('woff'),url(../fonts/Poppins-Regular.woff2) format('woff2');
}

body {font-family: "Poppins-Regular";}

.color_white {
    color: #fff;
    border-color: #fff;
}
.color_blue_006 {
    color: #0074db;
    border-color: #0074db;
}
.font_size_sub {
    font-size: 18px;
    line-height: 25px!important;
}
#mobile_news_container{
  display: none;
}
strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: bold;
}
.tianjianr1 h2 {
   font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.6;
    font-weight: 600;
}
.tianjianr1 h3 {
   font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}
.tianjianr1 {
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 10px 13.5%;
    background-color: #24272d;
}
.tianjianr1 ol li,.tianjianr1 ul li {
    list-style: disc;
    margin-left: 30px;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: rgba(0, 0, 0, .2);
  transition: .5s ease;
}
#header.h-header .nav {
  background-color: #fff;
}
#header.h-header .nav .ui.menu .menu-box ul.menu > li{
  color: black;
}
#header.h-header .nav .ui.menu .h-search{
  color: black;
}
#header.h-header .nav .ui.menu a.language{
  color: black;
}
#header.h-header .nav .social-links a{
  color: black;
}
strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: bold;
}

#header .nav .social-links a{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .3);
  color: #fff;
  line-height: 20px;
  text-align: center;
}
#header .nav .ui.menu {
  max-width: 1700px;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
.tianjianr {
    font-size: 16px;
    line-height: 2;
    color: #929496;
}
.tianjianr h2 {
  margin-top: 15px;
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.yitaicontents {
  height: 500px;
  overflow: auto;
}
.yitaicontents h2 {
    font-size: 20px!important;
    line-height: 1.6!important;
    color: #fff!important;
    font-weight: 600!important;
    text-align: left!important;
}
.yitaicontents h3 {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
}
.yitaicontents ol li,
.yitaicontents ul li {
    list-style: disc;
    margin-left: 30px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  text-transform: uppercase;
  margin: 0 35px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #24272d;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #24272d;
  display: none \9;
}
.yitaimenulist {
  height: 500px;
  overflow: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu a.language {
  font-size: 18px;
  color: #fff;
  margin: 0 15px;
}
#header .nav .ui.menu .h-search {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
  cursor: pointer;
  cursor: hand;
}
#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;
}

#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 90%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .banner{
    margin-top: 120px;
  }
.product-page .grid-box .column p {
      height: 200px;
    overflow: auto;
}
.product-page .grid-box .column h1 {
  font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}
.product-page .grid-box .column h2 p {
    height: 30px;
    overflow: auto;
}
  #mobile{
    display: block;
  }

  #header{
    display: none;
  }

  .about-page{
    padding-top: 0;
  }

}


.container{
	width: 1440px;
	padding: 0 15px;
	margin: 0 auto;
}

.banner {
	overflow: hidden;
	width: 100%;
	height: 933px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner .page {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	position: absolute;
	z-index: 99;
	left: 226px;
	bottom: 110px;
}

.banner .page .item {
	overflow: hidden;
	margin-right: 8px;
}

.banner .page .item.on p {
	display: block;
}

.banner .page .item.on div {
	width: 55px;
	background: #fff;
}

.banner .page .item p {
	font-size: 12px;
	display: none;
	color: #fff;
	margin-bottom: 5px;
}

.banner .page .item div {
	width: 31px;
	height: 2px;
	background: #828282;
	transition: all .3s;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner .m {
	width: 1474px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
}

.banner .m img {
	display: block;
}

.banner .m .grow {
	overflow: hidden;
}

.banner .m .grow p {
	font-size: 44px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 28px;
	line-height: 1;
}

.banner .m .grow span {
   	font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: block;
    line-height: 1.4;
}

.banner .m .grow div {
	width: 212px;
	height: 1px;
	background: #fff;
	margin-bottom: 30px;
}

.banner .m .grow em {
	display: block;
	font-size: 16px;
	color: #fff;
}

.main_haining {
	overflow: hidden;
	width: 100%;
	background-image: url(../images/bg_02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 120px;
  padding-bottom: 60px;
}

.main_haining h2 {
	text-align: center;
	font-size: 59px;
  line-height: 2;
	color: #fff;
}

.main_haining .font {
	overflow: hidden;
	width: 1300px;
	margin: 32px auto;
}
.main_haining .font .indexh1 h1{
  display: inline;
}
.main_haining .font p,.main_haining .font .indexh1{
	font-size: 16px;
	color: #c8c8c8;
	line-height: 1.8;
	text-align: center;
}

.main_haining .btn {
	overflow: hidden;
	width: 167px;
	height: 35px;
	margin: 0 auto;
	border: 1px solid #959595;
}

.main_haining .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #e5e5e5;
	font-size: 14px;
  line-height: 2;
  transition: .5s ease;
}

.main_haining .btn a:hover{
  background: #fff;
  color: #000;
}

.main_haining ul {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 52px;
}

.main_haining ul li {
	overflow: hidden;
	width: 452px;
}

.main_haining ul li:hover img {
	transform: scale(1.1);
}

.main_haining ul li img {
	display: block;
	width: 100%;
	transition: all .6s;
}

.main_picgrow {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.main_picgrow-bg{
  padding-top: 90px;
  background: #2e3137;
  color:#fff;
}
.main_picgrow-bg h2{
  text-align: center;
  font-size: 42px;
  line-height: 2;
  margin-bottom: 50px;
  color: #fff;
}
.main_picgrow .left {
	overflow: hidden;
	display: flex;
	width: 49.47916666666667%;
}

.main_picgrow .left .item {
	position: relative;
	overflow: hidden;
	width: 50%;
}

.main_picgrow .left .item img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_picgrow .left .item div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_picgrow .left .item div p {
	font-size: 43px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
  opacity: 0;
  transition: .5s ease;
}

.main_picgrow .left .item:hover div p{
  opacity: 1;
}

.main_picgrow .right {
	overflow: hidden;
	width: calc(100% - 49.47916666666667%);
}

.main_picgrow .right .label {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main_picgrow .right .label .pic {
	width: 58%;
	position: relative;
}

.main_picgrow .right .label .pic.on {
	width: calc(100% - 58%);
}

.main_picgrow .right .label .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_picgrow .right .label .pic div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_picgrow .right .label .pic div p {
	font-size: 43px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
  opacity: 0;
  transition: .5s ease;
}

.main_picgrow .right .label .pic:hover div p{
  opacity: 1;
}

.main_products {
	overflow: hidden;
	background: #2e3137;
	padding: 85px 0 45px 0;
}

.main_products h2 {
	text-align: center;
  line-height: 2;
	font-size: 42px;
	margin-bottom: 50px;
	color: #fff;
}

.main_products .box {
	width: 1615px;
	position: relative;
	margin: 0 auto;
}

.main_products .box .swiper-container {
	width: 100%;
}

.main_products .box .swiper-slide {
	width: 393px !important;
	margin-right: 14px;
}

.main_products .box .item {
	overflow: hidden;
	width: 100%;
}

.main_products .box .item div {
	overflow: hidden;
	margin-bottom: 45px;
	width: 100%;
}

.main_products .box .item div img {
	transition: all .4s;
	width: 100%;
}

.main_products .box .item p {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
}

.main_technical {
	overflow: hidden;
	background: #000000;
	width: 100%;
	height: 910px;
	padding: 85px 0 0 0;
}

.main_technical .swiper-pagination-bullet {
	width: 30px;
	height: 1px;
	background: #fff;
	border-radius: 0;
}

.main_technical .swiper-pagination-bullet-active {
	background: #ff7200;
	width: 55px;
}

.main_technical .swiper-pagination {
	bottom: 20px;
}

.main_technical .title {
	overflow: hidden;
}

.main_technical .title p {
	text-align: center;
	font-size: 48px;
	margin-bottom: 20px;
  line-height: 2;
	color: #fff;
}

.main_technical .title span {
	text-align: center;
	display: block;
	font-size: 18px;
  line-height: 2;
	color: #6C6C6C;
}

.main_technical .box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	height: 685px;
	position: relative;
	margin-top: 50px;
	background-image: url(../images/icon_41.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: space-between;
}

.main_technical .box .item {
	overflow: hidden;
	width: 415px;
}

.main_technical .box .item.on .label {
	text-align: left;
}

.main_technical .box .item.on .label span {
	width: 365px;
}

.main_technical .box .item .label {
	overflow: hidden;
	font-size: 12px;
	margin-top: 24px;
	text-align: right;
}

.main_technical .box .item .label img {
	display: inline-block;
  transition: .5s ease;
}

.main_technical .box .item .label:hover img{
  transform: rotateY(180deg);
}

.main_technical .box .item .label p {
	font-size: 20px;
	color: #e0e0e0;
	display: block;
	font-weight: bold;
	line-height: 45px;
}

.main_technical .box .item .label span {
	display: inline-block;
	line-height: 28px;
	width: 255px;
	font-size: 14px;
	color: #d0d0d0;
}

.main_news {
	overflow: hidden;
	width: 100%;
	background-color: #262a2f;
	background-image: url(../images/ftbg_02.jpg);
	padding: 98px 0 55px 0;
	min-height: 933px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.main_news .m {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.main_news .m h2 {
	font-size: 48px;
  line-height: 2;
	color: #fff;
	text-align: center;
}

.main_news .m .box {
	overflow: hidden;
	width: 100%;
	margin-top: 60px;
}

.main_news .m .box .swiper-container {
	width: 100%;
	height: 275px;
}

.main_news .m .box .swiper-slide {
	width: 530px !important;
	height: 272px;
	background-position: center;
	background-size: cover;
}
.main_news .m .box .swiper-slide a{
  height: 100%;
}
.main_news .m .box .item {
	overflow: hidden;
	width: 530px;
}

.main_news .m .box .item img {
	display: block;
	width: 100%;
}

.main_news .m ul {
	overflow: hidden;
	width: 1300px;
	border-top: 1px solid #6c6e72;
	margin: 0 auto;
	margin-top: 55px;
}

.main_news .m ul li {
	overflow: hidden;
	border-bottom: 1px solid #6c6e72;
	height: 120px;
  position: relative;
}

.main_news .m ul li:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: .5s ease;
}
.main_news .m ul li:hover:before{
  width: 100%;
}

.main_news .m ul li a {
	display: flex;
	align-items: center;
	height: 100%;
}

.main_news .m ul li a .date {
	overflow: hidden;
	width: 110px;
}

.main_news .m ul li a .date p {
	text-align: center;
	font-size: 54px;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
}

.main_news .m ul li a .date span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.main_news .m ul li a .right {
	overflow: hidden;
	width: 1300px;
	margin-left: 30px;
}

.main_news .m ul li a .right p {
	font-size: 22px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 5px;
}

.main_news .m ul li a .right span {
	display: block;
	font-size: 16px;
  line-height: 1.8;
	color: #929496;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.main_news .m .more {
	overflow: hidden;
	width: 260px;
	height: 60px;
	border: 1px solid #fff;
	margin: 0 auto;
	margin-top: 65px;
}

.main_news .m .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main_news .m .more a p {
	font-size: 16px;
  line-height: 2;
	color: #fff;
}

.main_news .m .more a img {
	display: block;
	margin-left: 33px;
  transition: .5s ease;
}

.main_news .m .more a:hover img{
  margin-left: 50px;
}

.footer {
	overflow: hidden;
	width: 100%;
	background: #1a1b1e;
	padding: 50px 0;
}

.footer .m {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer .m .fl {
	width: 328px;
	overflow: hidden;
}

.footer .m .fl img {
	display: block;
	margin-bottom: 30px;
}

.footer .m .fl p {
	font-size: 16px;
  line-height: 1.8;
	color: #fff;
}

.footer .m .address {
	width: 400px;
	overflow: hidden;
}

.footer .m .address p {
	font-size: 24px;
  line-height: 2;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.footer .m .address span {
	display: block;
	font-size: 16px;
  line-height: 2;
	color: #fff;
}

.footer .m .address em {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}

.footer .m .followus {
	overflow: hidden;
}

.footer .m .followus p {
	font-size: 24px;
  line-height: 2;
	color: #fff;
	font-weight: bold;
	margin-bottom: 48px;
	text-align: right;
}

.footer .m .followus .codes {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer .m .followus .codes div {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.footer .m .followus .codes div a {
	display: block;
	margin-left: 6px;
}

#ewm {
  width: 90px;
  border: 2px solid #ffffff;
	display: block;
	margin-left: 60px;
}

.footer .m .followus span {
	display: block;
	text-align: right;
	margin-top: 50px;
	font-size: 14px;
	color: #d2d2d2;
	line-height:2;
}
.footer .m .followus span.footerstyle{
  margin-top: 0;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.footer .m .followus a.support img{
  max-height: 14px;
  vertical-align: middle;
}
.footer .m .followus a.login{
  font-size: 14px;
  line-height: 2;
  color: white;
}

@media (max-width: 1750px) {
	.main_picgrow p{
		font-size: 35px !important;
	}
	.main_products .box{
		width: 85%;
	}
	.main_products .box .swiper-slide{
		width: 24% !important;
		margin-right: 1%;
	}
}
@media (max-width: 1440px) {
	.m, .main_haining ul, .main_technical .box{
		width: 100% !important;
		padding: 0 30px;
	}
  .footer .m .address p{
    font-size: 20px;
  }
	.main_picgrow p{
		font-size: 30px !important;
	}
	.main_products .box{
		width: 85%;
	}
	.main_products .box .swiper-slide{
		width: 24% !important;
		margin-right: 1%;
	}
	.main_haining ul li{
		width: 32%;
	}
	.main_technical .box .item{
		width: 380px;
	}
	.main_technical .box{
		background-size: 350px;
	}
	.footer .m .address span{
		font-size: 14px;
	}
	.footer .m .address em{
		font-size: 18px;
	}
	.footer .m .address{
		width: 350px;
	}
	.main_news .m .box .swiper-slide{
		width: 430px !important;
	}
}

@media (max-width: 1250px) {
	.m, .main_haining ul, .main_technical .box{
		width: 100% !important;
		padding: 0 30px;
	}
	
	.banner .m .grow span{
		font-size: 60px;
	}
	.banner .m .grow p{
		font-size: 35px;
	}
	.banner .page{
		left: 130px;
	}
	.main_picgrow p{
		font-size: 30px !important;
	}
	.main_products .box{
		width: 85%;
	}
	.main_products .box .swiper-slide{
		width: 24% !important;
		margin-right: 1%;
	}
	.main_haining ul li{
		width: 32%;
	}
	.main_technical .box{
		background-size: 350px;
	}
	.footer .m .address span{
		font-size: 14px;
	}
	.footer .m .address em{
		font-size: 18px;
	}
	.footer .m .address{
		width: 350px;
	}
	.main_haining .font{
		width: 90%;
	}
	.main_technical .box .item{
		width: 30%;
	}
	.main_news .m .box .swiper-slide{
		width: 430px !important;
	}
}

@media (max-width: 1150px) {
	.m, .main_haining ul, .main_technical .box{
		width: 100% !important;
		padding: 0 .3rem;
	}
	.banner{
		height: 7rem;
	}
	.banner .m img{
		width: 1.5rem;
	}
	.banner .m .grow{
		margin-left: .3rem;
	}
	.banner .m .grow p{
		font-size: .3rem;
		margin-bottom: .2rem;
	}
	.banner .m .grow span{
		font-size: .45rem;
		margin-bottom: .3rem;
	}
	.banner .m .grow div{
		width: 2.5rem;
		height: 1px;
		margin-bottom: .3rem;
	}
	.banner .m{
		justify-content: center;
	}
	.banner .m .grow em{
		font-size: .22rem;
	}
	.banner .page{
		width: 100%;
		display: flex;
		justify-content: center;
		left: 0;
		bottom: .3rem;
	}
	.banner .page .item.on p{
		text-align: center;
		font-size: .22rem;
	}
	.banner .page .item div{
		width: .35rem;
	}
	.banner .page .item.on div{
		width: .6rem;
	}
	.main_haining{
		padding: .6rem .3rem;
		height: auto;
	}
	.main_haining h2{
		font-size: .4rem;
	}
	.main_haining .font{
		width: 100%;
		margin: .5rem 0;
	}
	.main_haining .font p{
		font-size: 16px;
		line-height: 1.8;
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
	}
	.main_haining .btn{
		width: 3.5rem;
		height: .8rem;
	}
	.main_haining .btn a{
		font-size: .26rem;
	}
	.main_haining ul{
		margin-top: .5rem;
		display: block;
	}
	.main_haining ul li{
		width: 100%;
		margin-bottom: .3rem;
	}
	.main_products{
		padding: .6rem .3rem;
		height: auto;
	}
	.main_picgrow{
		display: block;
	}
	.main_picgrow .left{
		width: 100%;
	}
	.main_picgrow .left .item div p{
		font-size: .36rem !important;
		text-align: center;
		line-height: .6rem;
	}
	.main_picgrow .right{
		width: 100%;
	}
	.main_picgrow .right .label .pic div p{
		font-size: .3rem!important;
		text-align: center;
		line-height: .6rem;
	}
	.main_products h2{
		font-size: .4rem;
		margin-bottom: .6rem;
	}
	.main_products .box{
		width: 100%;
		padding: 0;
	}
	.main_products .box .swiper-slide{
		width: 48% !important;
		margin-right: 5%;
	}
	.main_products .box .item div{
		margin-bottom: .3rem;
	}
	.main_products .box .item p{
		font-size: .26rem;
    line-height: 26px;
	}
	.main_technical{
		padding: .6rem .3rem;
		height: auto;
	}
	.main_technical .title p{
		font-size: .4rem;
		margin-bottom: .3rem;
	}
	.main_technical .title span{
		font-size: .26rem;
	}
	.main_technical .box{
		display: block;
		padding: 0;
		background-size: 4rem;
		padding-bottom: 1rem;
		height: auto;
	}
	.main_technical .box .item.on .label span{
		width: 100%;
	}
	.main_technical .box .item{
		width: 100%;
		float: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.main_technical .box .item:first-child{
		margin-bottom: 5rem;
	}
	.main_technical .swiper-pagination{
		bottom: .3rem;
	}
	.main_technical .box .item .label img{
		width: 26%;
		margin: 0 auto;
		display: block;
	}
	.main_technical .box .item .label {
		width: 50%;
		padding: 0 .2rem;
	}
	.main_technical .box .item .label p{
		font-size: .26rem;
		text-align: center;
		line-height: .6rem;

	}
	.main_technical .box .item .label span{
		font-size: .22rem;
		width: 100%;
		text-align: center;
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
		line-height: .4rem;
	}
	.main_news{
		height: auto;
		min-height: auto;
		padding: .6rem .3rem;
	}
	.main_news .m h2{
		font-size: .4rem;
	}
	.main_news .m .box{
		margin-top: .6rem;
		height: 2.5rem;
	}
	.main_news .m .box .swiper-container{
		height: 2.5rem;
	}
	.main_news .m .box .swiper-slide{
		width: 3.5rem !important;
		height: 2.5rem;
	}
	.main_news .m ul{
		margin-top: .6rem;
		width: 100%;
	}
	.main_news .m ul li{
		height: auto;
	}
	.main_news .m ul li a{
		display: block;
		padding: .3rem 0;
	}
	.main_news .m ul li a .date{
		width: 100%;
	}
	.main_news .m ul li a .date p{
		text-align: center;
		font-size: .5rem;
		line-height: .8rem;
	}
	.main_news .m ul li a .date span{
		font-size: .23rem;
	}
	.main_news .m ul li a .right{
		width: 100%;
		padding: 0 .3rem;
		margin: 0;
		margin-top: .3rem;
	}
	.main_news .m ul li a .right p{
		font-size: 16px;
		text-align: center;
		margin-bottom: .05rem;
		line-height: 2;
	}
	.main_news .m ul li a .right span{
		font-size: 14px;
		line-height: 2;
	}
	.main_news .m .more{
		width: 4rem;
		height: .8rem;
	}
	.main_news .m .more a p{
		font-size: .26rem;
	}
	.main_news .m .more a img{
		width: .4rem;
		margin-left: .3rem;
	}
	.footer{
		padding: .6rem .3rem;
	}
	.footer .m{
		display: block;
	}
	.footer .m .fl{
		width: 100%;
		float: none;
	}
	.footer .m .fl img{
		display: block;
		margin: 0 auto;
		width: 2rem;
		margin-bottom: .3rem;
	}
	.footer .m .fl p{
		width: 100%;
		font-size: 14px;
		text-align: center;
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
		line-height: 2;
	}
	.footer .m .address{
		width: 100%;
		margin: 0 auto;
		margin-top: .5rem;
		padding: 0;
	}
	.footer .m .address p{
		font-size: .33rem;
		text-align: center;
		margin-bottom: .2rem;
	}
	.footer .m .address span{
		text-align: center;
		font-size: 14px;
		line-height: 2;
	}
	.footer .m .address em{
		text-align: center;
		font-size: .24rem;
		line-height: .5rem;
		margin-top: .1rem;
	}
	.footer .m .followus{
		margin-top: .5rem;
		padding: 0;
		width: 100%;
	}
	.footer .m .followus p{
		font-size: .33rem;
		text-align: center;
		margin-bottom: .3rem;
	}
	.footer .m .followus .codes{
		display: block;
	}
	.footer .m .followus .codes div{
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	/*.footer .m .followus .codes div img{
		width: .5rem;
	}*/
	#ewm{
		width: 1.5rem;
		margin: 0 auto;
		margin-top: .3rem;
	}
	.footer .m .followus span{
		font-size: 14px;
		margin-top: .5rem;
		text-align: center;
		line-height: 2;
	}
	.main_picgrow-bg h2{
	font-size:30px;}
	.cs {
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: .3rem;
		padding: 0 .5rem;
		width: 100%;
	}
}




/* 内页样式 */
.inner-banner {
  background: url(../images/inner-banner.jpg) center no-repeat;
  height: 500px;
  background-size: cover;
  padding-top: 12%;
  padding-left: 13%;
  position: relative;
}
.inner-banner .tit {
  position: relative;
  z-index: 1;
}
.inner-banner .tit h2 {
  color: #fff;
  font-size: 72px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 72px;
}
.inner-banner .tit p {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}
/*.inner-banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 35%;
  width: 495px;
  height: 274px;
  background: rgba(17 48 88 / 55%);
}*/
.menu-siderbar {
  padding: 30px 0;
    background-color: #24272d;
    /* border-bottom: 1px solid #b1b1b1; */
    color: #c5c5c5;
}
.menu-siderbar .bread-crumbs a,
.menu-siderbar .bread-crumbs span {
  font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: white;
}
.menu-siderbar p {
  font-size: 16px;
  font-weight: 500;
}
.inner-page {
  background-color: #31343c;
  color: #fff;
}
.news-page{
  padding: 40px 0;
}
.news-page .grid-box {
  margin-left: -50px;
}
.news-page .grid-box .column {
  padding: 0 30px 5%;
}
.news-page .grid-box .column .text {
  padding: 60px 0 20px;
  position: relative;
}
.news-page .grid-box .column .text h2 {
  font-size: 24px;
  line-height: 1.4;
}
.news-page .grid-box .column .text p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.news-page .grid-box .column .text time {
  color: #d6d6d6;
  font-size: 14px;
}
.news-page .grid-box .column .text:after {
  content: '';
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #009241;
}
.contact-page {
  padding-top: 0;
}
.contact-page .grid-box {
  overflow: hidden;
}
.contact-page .grid-box .column {
  margin-bottom: -200px;
}
.contact-page .grid-box .column:nth-child(1) {
  padding: 5% 8% 5% 12%;
  padding-bottom: 250px;
}
.contact-page .grid-box .column:nth-child(1) h2 {
  font-size: 36px;
}
.contact-page .grid-box .column:nth-child(1) p {
  color: #999999;
  font-size: 18px;
  margin: 20px 0;
}
.contact-page .grid-box .column:nth-child(1) form input,
.contact-page .grid-box .column:nth-child(1) form textarea {
  width: 100%;
  padding: 15px 20px;
  background: #f8f9fa;
  font-size: 18px;
  color: #596a7e;
  border: none;
  margin-bottom: 20px;
}
.contact-page .grid-box .column:nth-child(1) form textarea {
  height: 328px;
}
.contact-page .grid-box .column:nth-child(1) form input[type="submit"] {
  background: #000;
  color: #fff;
  text-transform: uppercase;
}
.contact-page .grid-box .column:nth-child(2) {
  padding: 5% 10% 250px 8%;
  background: #f8f9fa;
}
.contact-page .grid-box .column:nth-child(2) ul li {
  padding-left: 80px;
  background: url(../images/phone.png) no-repeat left 4px;
  margin-bottom: 80px;
  position: relative;
}
.contact-page .grid-box .column:nth-child(2) ul li:after {
  content: '';
  position: absolute;
  background: #b6b6b6;
  height: 70px;
  width: 1px;
  left: 25px;
  bottom: -60px;
}
.contact-page .grid-box .column:nth-child(2) ul li h3 {
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-page .grid-box .column:nth-child(2) ul li p {
  font-size: 26px;
  font-weight: 300;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(2) {
  background: url(../images/tel.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(3) {
  background: url(../images/fax.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(4) {
  background: url(../images/mail.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(5) {
  background: url(../images/add.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(5):after {
  display: none;
}
.contact-page .map {
  min-height: 500px;
  background: #ddd;
  font-weight: 500;
  color: #ffffff;
}
.cat-product-page ul li {
  margin-bottom: 140px;
  position: relative;
}
.cat-product-page ul li:after {
  content: '';
  position: absolute;
  background: #f9f9f9;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.cat-product-page ul li .grid .column.column1 {
  width: 60%;
  float: left;
}
.cat-product-page ul li .grid .column.column2 {
  float: right;
  width: 40%;
  padding: 3% 3% 0 0;
}
.cat-product-page ul li .grid .column.column2 h3 {
  font-size: 48px;
  text-align: right;
  padding-bottom: 30px;
}
.cat-product-page ul li .grid .column.column2 a.more {
  display: block;
  width: 164px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  float: right;
}
.cat-product-page ul li .grid .column.column2 a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.cat-product-page ul li .grid .column.column2 a.more:hover .fa {
  margin-left: 8px;
}
.cat-product-page ul li:nth-child(2n):after {
  display: none;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column1 {
  width: 60%;
  float: right;
  position: relative;
  z-index: 1;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 {
  width: 40%;
  padding: 3% 3% 0 0;
  float: left;
  position: relative;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2:after {
  content: '';
  position: absolute;
  background: #f9f9f9;
  width: 280px;
  height: 280px;
  right: -110px;
  bottom: -50px;
  z-index: 2;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 img {
  float: right;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 h3 {
  text-align: left;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 a.more {
  float: left;
}

.sidebar-box{
  padding: 60px 0;
}
.product-page .sidebar {
  padding-bottom: 50px;
}
.product-page .sidebar ul li {
  float: left;
  font-size: 20px;
}
.product-page .sidebar ul li a {
  display: block;
  padding: 60px 30px;
  color: #090909;
  text-transform: capitalize;
}
.product-page .sidebar ul li a:hover,.product-page .sidebar ul li a.active {
  background: #1f3328;
  color: #fff;
}
.product-page .grid-box {
  margin: 0 -10px;
}
.product-page .grid-box .column {
  padding-bottom: 30px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.product-page .grid-box .column .pageintro {
  font-size: 16px;
  line-height:1.8;
  margin-top: 20px;
}


.product-page .grid-box .column h1{
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #64a2be;
}
.product-page .grid-box .column p {
  line-height: 1.8;
  font-size: 16px;
}
.product-page .grid-box .column .text h2 {
  font-size: 16px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  line-height: 1.8;
  text-transform: uppercase;
}
.product-page .grid-box .column .text a.more {
  display: block;
  width: 203px;
  height: 48px;
  /*border: 1px solid #000000;*/
  line-height: 50px;
  /*text-transform: uppercase;*/
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}
.product-page .grid-box .column .text a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.product-page .grid-box .column .text a.more:hover .fa {
  margin-left: 8px;
}
/*.product-page .grid-box .column:hover {
  background: #f6f6f6;
}*/
.product-page .prat2 {
  padding: 100px 0;
  background: url(../images/banner_product_bg.jpg) no-repeat center;
  background-size: cover;
}
.product-page .prat2 h2 {
  font-size: 48px;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  /*text-transform: uppercase;*/
}
.product-page .prat2 h3 {
  font-size: 24px;
  line-height: 2;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.product-page .prat2 a.more {
  font-size: 16px;
  line-height: 2;
  display: block;
  width: 290px;
  height: 54px;
  border: 2px solid #fff;
  line-height: 50px;
  /*text-transform: uppercase;*/
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
}
.product-page .prat2 a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.product-page .prat2 a.more:hover .fa {
  margin-left: 8px;
}
.inner-page .tit h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.inner-page .tit h2:after {
  content: '';
  position: absolute;
  background: #009241;
  width: 62px;
  height: 3px;
  left: 0;
  bottom: 0;
}
.inner-page .tit h3 {
  font-size: 35px;
  font-weight: 600;
  margin: 15px 0;
}
.inner-page .tit p {
  font-size: 24px;
  line-height: 2;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/*.about-page {
  padding-bottom: 80px;
}*/
.about-page .about-1{
  padding: 80px 0;
  background-color: #24272d;
  color: #fff;
}

.about-page .part1{
  padding-top: 60px;
}
.about-page .part1 .column:nth-child(1) {
  /*padding-top: 5%;*/
  padding-right: 3%;
  width: 50%;
}
.about-page .part1 .column:nth-child(2){
  width: 50%;
}
.about-page .part1 p {
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.about-page .part2 {
  padding-bottom: 100px;
  margin-top: 60px;
 
}
.about-page .part2 .column:nth-child(1) {
  width: 45%;
}
.about-page .part2 .column:nth-child(2) {
  width: 55%;
  padding: 3% 0 0 5%;
  /*background: url(../images/Vision.png) no-repeat left center;*/
}
.about-page .part2 .column:nth-child(2) ul li {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.about-page .part2 .column:nth-child(2) ul li:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1f3328;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  top: 6px;
}
.about-page .part2 .column:nth-child(2) h3 {
  font-weight: 500px;
  font-size: 15px;
  margin-bottom: 10px;
}
.about-page .part2 .column:nth-child(2) p {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;

}
.about-page .i-video {
  position: relative;
}
.about-page .i-video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.about-page .i-video .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.about-page .i-video .play:after,
.about-page .i-video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgb(0 146 65);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .i-video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .i-envir {
  padding-top: 60px;
}
.about-page .envir-list {
  margin-top: 10px;
  position: relative;
}
.about-page .envir-list .fa {
  font-size: 18px;
  position: absolute;
  top: -17%;
  right: 6%;
  cursor: pointer;
}
.about-page .envir-list .fa-chevron-right {
  right: 4%;
  color: #666666;
}
.about-page #four{
  padding-top: 60px;
}
.partner-list .fa {
  font-size: 18px;
  position: absolute;
  top: -17%;
  right: 6%;
  cursor: pointer;
}
.partner-list .fa-chevron-right {
  right: 4%;
  color: #666666;
}
.about-page .i-custom {
  padding: 90px 0;
  background: url(../images/map-bg.jpg) no-repeat top center;
}
.about-page .i-custom .left{
  vertical-align: middle;
}
.about-page .i-custom .right{
  vertical-align: middle;
}
.about-page .i-custom .right a{
  font-size: 18px;
  margin-left: 25px;
  display: block;
}
.about-page .i-custom .grid-box .column:nth-child(1) {
  width: 60%;
}
.about-page .i-custom .grid-box .column:nth-child(2) {
  width: 40%;
  padding-top: 15px;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more {
      font-size: 20px;
    display: block;
    width: 290px;
    height: 54px;
    /* border: 2px solid #009241; */
    line-height: 50px;
    text-transform: uppercase;
    margin: 30px auto 0;
    color: #fff;
    text-align: center;
    background: #073f89;
    float: right;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more .fa {
  margin-left: 8px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more:hover .fa {
  margin-left: 12px;
}
.about-page .i-custom .map {
    background: #24272d none repeat scroll 0 0;
    padding: 20px 5px;
    border-radius: 5px;
    margin-top: 450px;
        padding: 80px;
}
.about-page .partner-list {
  padding: 60px 0;
}


.custom-page {
  padding: 130px 0 0;
}
.custom-page .custom-part .grid-box .column {
  width: 47%;
  margin-right: 6%;
}
.custom-page .custom-part .grid-box .column:nth-child(2) {
  margin-right: 0;
}
.custom-page .custom-part .grid-box .column ul li {
  position: relative;
  margin-bottom: 90px;
}
.custom-page .custom-part .grid-box .column ul li .tit {
  padding-bottom: 20px;
}
.custom-page .custom-part .grid-box .column ul li .fa-long-arrow-right {
  font-size: 26px;
}
.custom-page .custom-part .grid-box .column ul li .text {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 8;
  width: 60%;
  background: #fff;
  padding: 30px;
}
.custom-page .custom-part .grid-box .column ul li .text h3 {
  color: #326a96;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-page .custom-part .grid-box .column ul li .text h2 {
  font-size: 40px;
  margin: 10px 0;
}
.custom-page .custom-part .grid-box .column ul li .text p {
  font-size: 15px;
  color: #7f7f7f;
}
.custom-page .i-process {
  padding: 70px 0;
}
.custom-page .i-process h2 {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.custom-page .i-process h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #000000;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.prodet-page {
  padding-bottom: 0;
  padding-top: 60px;
}
.prodet-page .grid-box.two .column:nth-child(1) {
  width: 45%;
}
.prodet-page .grid-box.two .column:nth-child(2) {
  width: 55%;
  padding-left: 5%;
}
.prodet-page .grid-box.two .column:nth-child(2) h2 {
  font-size: 38px;
}
.prodet-page .grid-box.two .column:nth-child(2) h3 {
  font-size: 20px;
  padding: 25px 0;
}
.prodet-page .grid-box.two .column:nth-child(2) .content {
  padding: 30px 0;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.prodet-page .grid-box.two .column:nth-child(2) .content div {
  line-height: 32px;
  font-size: 20px;
}
.prodet-page .grid-box.two .column:nth-child(2) a.more {
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  background: #000000;
  display: block;
  margin-top: 30px;
  text-align: center;
}
.prodet-page .grid-box.two .column:nth-child(2) .share {
  padding-top: 30px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share p {
  font-size: 20px;
  margin-bottom: 10px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column {
  width: auto;
  padding: 0;
  margin-right: 10px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column .fa {
  width: 50px;
  height: 50px;
  border: 1px solid #8e8e8e;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #8e8e8e;
}
.prodet-page .i-recommend {
  background: url(../images/recommend-bg.jpg) no-repeat top center;
  padding: 80px 0;
}
.prodet-page .i-recommend h2 {
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  color: #ffffff;
}
.prodet-page .i-recommend .rec-list .swiper-slide {
  /*background: #fff;*/
  padding: 0 10px;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text {
  padding: 30px 10px;
  background: #fff;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text h2 {
  font-size: 22px;
  color: #090909;
  padding: 10px 0;
  text-align: center;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
  display: block;
  width: 203px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more:hover .fa {
  margin-left: 8px;
}
.prodet-page .prodet-2 {
  padding: 80px 0;
}
.prodet-page .prodet-2 .options ul li {
  width: 25%;
  line-height: 78px;
  height: 78px;
  padding: 0 20px;
  border: 2px solid #c7c7c7;
  border-right: none;
  border-bottom: 2px solid #000000;
  color: #3d474a;
  border-radius: 0;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: hand;
  margin-left: -2px;
  text-align: center;
}
.prodet-page .prodet-2 .options ul li:last-child {
  border-right: 2px solid #c7c7c7;
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: 000;
  border: 1px solid #000000;
  border-bottom: none;
}
.prodet-page .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .prodet-2 .ret h2 {
  font-size: 48px;
  text-align: center;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .ret h3 {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  text-align: center;
}
.prodet-page .prodet-2 .ret a.more {
  font-size: 16px;
  display: block;
  width: 290px;
  height: 54px;
  border: 2px solid #000;
  line-height: 50px;
  text-transform: uppercase;
  margin: 30px auto 0;
  color: #000;
  text-align: center;
}
.prodet-page .prodet-2 .ret a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.prodet-page .prodet-2 .ret a.more:hover .fa {
  margin-left: 8px;
}
.prodet-page .prodet-2 .ret .content {
  padding: 80px 0;
}
.prodet-page .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;
}
.prodet-page .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .contact-page .grid-box .column:nth-child(1) {
    padding:0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.newdet-page .news .news_title h1 {
      padding-bottom: 30px;
    font-size: 24px;
    padding-top: 40px;
    text-align: center;
    color: #ffffff;
	line-height:1.4;
}
.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #565656;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #565656;
  padding: 20px 0;
}
.newdet-page .news .news_contents ol li,
.newdet-page .news .news_contents ul li {
    list-style: square;
    margin-left: 30px;
}
.newdet-page .news .news_contents h3 {
   font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.newdet-page .news .news_contents h2 {
   font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
/*.newdet-page .news .news_contents a {
  color: #000;
  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: #fff;
  font-size: 16px;
  line-height: 1.8;
  clear: both;
}
.newdet-page .news .news_contents table {
  width: 100%;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
  line-height: 2;
  font-size: 16px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 2;
  color: #999;
  font-size: 16px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 2;
  color: #000;
}
.newdet-page .news .newsnav {
  padding-bottom: 30px;
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -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: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #00944e;
}
.m-page a:active {
  background: #00944e;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #00944e;
}

.faq-page .faq-list {
  padding: 30px 0;
}
.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #383838;
  padding: 0 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
  padding: 19px 0 19px 32px;
  font-size: 18px;
  color: #fff;
}
.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
}
.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.faq-page .faq-list li .faq-q p strong{
  font-size: 18px;
}
.faq-page .faq-list li .fa {
  position: absolute;
  color: #616161;
  font-size: 1.8rem;
  right: 36px;
  top: 21px;
}
.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #1f3328;
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}
.custom-page .custom-part .grid-box .column:nth-child(2) .tit h3 {
     text-align: right; 
}

.prodet-page .column.left {
  width: 60%;
}
.prodet-page .column.left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .column.left a img {
  width: 100%;
}
.prodet-page .column.left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .column.left ul li {
  padding: 5px;
}
.prodet-page .column.left ul li i,
.prodet-page .column.left ul li span {
  display: none !important;
}
.prodet-page .column.left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .column.left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .column.left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .column.left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .column.left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.faq-list1{
  padding: 0 5%;
}
.faq-list1 .column .faq-a{
text-align: left !important;
}
.faq-list1 .column .faq-q{
  font-size: 15px;
  line-height: 25px;
}

@media screen and (max-width:1740px){
#header .nav .menu-box .menu > li {
    margin: 0 10px;
}
#banner .banner-list .swiper-slide .img {
    left: 59%;
    width: 30%;
}
}

@media screen and (max-width:1480px){
#banner .banner-list .swiper-slide .tit h3 {
    font-size: 35px;
    line-height: 35px;
    margin: 20px 0;
}
#index-body .tit h3 {
    font-size: 35px;
    line-height: 35px;
}
#index-body .i-about .tit h2 {
    font-size: 35px;
}
#index-body .i-about .part1 .three-list .swiper-slide .img .text h2,
#index-body .i-about .part2 .part2-tit h4,
#index-body .i-about .i-partner .partner-list .swiper-slide h2,
#footer .footer-top .grid-box .i-company p {
    font-size: 30px;
}
}
@media screen and (max-width:1440px){
.inner-page .container, .menu-siderbar .container {
    width: 1230px;
}
.cat-product-page ul li .grid .column.column2 h3 {
    font-size: 32px;
}
.news-page .grid-box {
    margin-left: 0;
}
}
@media screen and (max-width:1230px){
  .inner-page .container, .menu-siderbar .container {
    width: 100%;
  }
  .container {
    width: 970px;
    }
#index-body .i-about .part1 .three-list .swiper-slide .img .text h2, #index-body .i-about .part2 .part2-tit h4, #index-body .i-about .i-partner .partner-list .swiper-slide h2, #footer .footer-top .grid-box .i-company p {
    font-size: 20px;
}

.inner-page .tit h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
}
.inner-banner .tit h2 {
    font-size: 35px;
    line-height: 40px;
}
.inner-banner {
    height: 500px;
}
.inner-banner:after {
    top: 28%;
    height: 200px;
}
.news-page .grid-box .column .text h2 {
    font-size: 24px;
}
}

@media screen and (max-width:970px){
  .container {
    width: 768px;
    }
}

@media screen and (max-width:768px){
  .container {
    width: 700px;
    }
.about-page .part1 .column:nth-child(1) {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
}
.footer .m .followus span.footerstyle{
  display: none!important;
}
.about-page .part1 .column:nth-child(2){
  width: 100%;
  padding: 30px 0;
}
.about-page .part2 .column:nth-child(1) {
    width: 100%;
}
.about-page .part2 .column:nth-child(2) {
    width: 100%;
    padding: 5% 0 0 0;
    }
.about-page .i-envir .grid-box.two>.column {
    width: 100%;
}
.inner-page .tit h3 {
    font-size: 20px;
}
.product-page .sidebar ul li a {
    padding: 20px 10px;
}
.product-page .sidebar ul li {
    font-size: 16px;
}
.cat-product-page ul li .grid .column.column2 h3 {
    font-size: 20px;
}
.cat-product-page ul li .grid .column.column2{
  padding-left: 10%;
}
.cat-product-page ul li .grid .column.column2 img{
  width: 60%;
}
.product-page .grid-box .column .text a.more {
    width: 140px;
    font-size: 14px;
    line-height: 2;
}
.product-page .prat2 h2,.prodet-page .prodet-2 .ret h2 {
    font-size: 28px;
}
.prodet-page .grid-box.two .column:nth-child(2) h2 {
    font-size: 28px;
}
.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column{
  margin-bottom: 5px;
}
.prodet-page .prodet-2 .options ul li{
  font-size: 16px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text h2{
  font-size: 18px;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
    width: 134px;
    font-size: 14px;
}
.custom-page .custom-part .grid-box .column ul li .text h2 {
    font-size: 20px;
}
.custom-page {
    padding: 30px 0 0;
}
.custom-page .i-process h2 {
    font-size: 28px;
}
.custom-page .i-process {
    padding: 30px 0;
}
.news-page .grid-box .column .text h2 {
    font-size: 18px;
	line-height:2;
}
.news-page .grid-box .column .text p {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 20px;
}
.faq-page .faq-list {
    padding: 0;
}
.contact-page .grid-box .column:nth-child(1) {
    width: 100%;
}
.contact-page .grid-box .column:nth-child(1) h2 {
    font-size: 28px;
}
.contact-page .grid-box .column:nth-child(2){
width: 100%;
}
.contact-page .grid-box .column:nth-child(2) ul li h3 {
    font-size: 22px;
}
.contact-page .grid-box .column:nth-child(2) ul li p {
    font-size: 18px;
    font-weight: 300;
}
}

@media screen and (max-width:700px){
  .container {
    width: 100%;
    }
    /*.product-page .grid-box .column .pageintro {
      display: none!important;
    }*/
   .tianjianr h2 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
   }
.inner-banner .tit h2 {
    font-size: 20px;
    line-height: 30px;
}
.inner-banner:after{
  display: none;
}
.inner-banner {
    height: 300px;
}
/*.inner-page {
    padding-top: 30px;
}*/
.about-page .part2 {
    padding-bottom: 30px;
}
.about-page .i-video{
  display: none;
}
.about-page .part2 {
    padding-bottom: 0;
}
/*.about-page .i-custom{
  display: none;
}*/
.about-page {
    padding-bottom: 30px;
}
.about-page .envir-list .fa {
    right: 14%;
}
.about-page .envir-list .fa-chevron-right {
    right: 4%;
}
.partner-list .fa{
  right: 14%;
}
.partner-list .fa-chevron-right{
  right: 4%;
}
.menu-siderbar p {
    float: left;
}
.menu-siderbar {
    padding: 10px 0;
}
.cat-product-page ul li .grid .column.column1 {
    width: 100%;
}
.cat-product-page ul li .grid .column.column2 {
    padding-left: 0;
    width: 100%;
}
.cat-product-page ul li {
    margin-bottom: 40px;
}
.product-page .grid-box .column {
    margin: 0 auto;
    width: 100%;
}
.product-page .grid-box .column .text h2 {
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.8;
}
.product-page .grid-box {
    padding-bottom: 10px;
}
.prodet-page .grid-box.two .column:nth-child(1) {
    width: 100%;
}
.prodet-page .grid-box.two .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
}
.prodet-page .grid-box.two .column:nth-child(2) h3 {
    font-size: 18px;
    padding: 10px 0;
}
.prodet-page .prodet-2 {
    padding: 30px 0;
}
.product-page .prat2 h2, .prodet-page .prodet-2 .ret h2 {
    font-size: 16px;
}
.prodet-page .prodet-2 .ret h3 {
    font-size: 16px;
}
.custom-page .custom-part .grid-box .column {
    width: 100%;
    margin-right: 0;
}
.custom-page .custom-part .grid-box .column ul li {
    margin-bottom: 20px;
}
.custom-page .i-process h2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.product-page .prat2 h2, .prodet-page .prodet-2 .ret h2,
.product-page .prat2 h3 {
    font-size: 16px;
	line-height:30px;
}
.news-page .grid-box .column {
    padding: 3% 0;
    width: 100%;
}
.faq-page .faq-list li .fa {
    font-size: 1rem;
    right: 20px;
    top: 15px;
}
.faq-page .faq-list li .faq-a {
    padding: 10px 23px 10px 15px;
    font-size: 16px;
}
.contact-page .grid-box .column:nth-child(1) h2 {
    font-size: 20px;
}
.contact-page .grid-box .column:nth-child(1) form textarea {
    height: 120px;
}
.contact-page .grid-box .column:nth-child(1) form input, .contact-page .grid-box .column:nth-child(1) form textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-page .grid-box .column:nth-child(2) ul li:after {
    height: 50px;
}
.contact-page .grid-box .column:nth-child(2) ul li h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-page .grid-box .column:nth-child(2) {
    padding: 5% 10% 165px 8%;
}
}
.swiper-pagination {
left: 5%!important;
    bottom: 12%!important;
    text-align: left!important;
    width: 130px !important; 
}
.swiper-pagination span{
font-size: 16px!important;
}
.swiper-container-horizontal>.swiper-scrollbar {
    left: 5%!important;
    bottom: 10%!important;
    height: 3px!important;
    width: 130px !important;
}

div.info-middle{
	color: #000;
}




/* svg_cover */

.svg_cover {
    position: relative;
}

.svg_cover svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.svg_cover svg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.svg_cover svg line {
    stroke-width: 2;
    stroke: #fff;
    fill: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
}

.swiper-slide-active .svg_cover svg line,
.svg_cover.active svg line {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

.svg_cover svg line {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.swiper-slide-active.svg_cover svg line,
.svg_cover.active svg line {
    /*  -webkit-transition-delay: 0s; */
    /*  transition-delay: 0s; */
}


/* swiper-news-list */
.bg_cover {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.news_exhibitors_section {
    padding: 90px 0;
    background-color: #2c3039;
    background-image: url(../images/contact_bj.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.news_exhibitors_section.before_product::before {
    height: 390px;
    top: 30px;
    z-index: 3;
}

/*.news_exhibitors_section #swiper-news-list {
    height: 480px;
}*/

.news_exhibitors_section #swiper-news-list .swiper-wrapper {
  display: block;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .date {
    display: inline-block;
    width: 135px;
    height: 100%;
    line-height: 96px;
    letter-spacing: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .4
}
.news_exhibitors_section #swiper-news-list .swiper-slide:hover .date {
    opacity: 1
}

.news_exhibitors_section #swiper-news-list .swiper-slide .date span {
    padding-left: 5px;
    position: relative;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .date span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #00b3ea;
    position: absolute;
    top: 7px;
    right: -20px;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .minor {
    display: inline-block;
    width: 30px;
    height: 100%;
    position: absolute;
    left: 140px;
    background: url(../images/bg_garduation_fake_big.png) repeat-y center top;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .minor:before {
    content: "";
    width: 11px;
    height: 100%;
    background: url(../images/bg_garduation_big.png) repeat-y center top;
    position: absolute;
    left: 10px;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .minor .active {
    width: 11px;
    height: 16px;
    background: url(../images/bg_garduation_active_big.png) no-repeat 0 0;
    position: absolute;
    left: 10px;
    top: 48px;
    opacity: 0
}

.news_exhibitors_section #swiper-news-list .swiper-slide:hover .minor .active {
    opacity: 1;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .minor .active:before {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #eaa400;
    position: absolute;
    top: 4px;
    left: 11px;
    -webkit-transition: width 0.5s 0.5s;
    transition: width 0.5s 0.5s;
}

.news_exhibitors_section #swiper-news-list .swiper-slide:hover .minor .active:before {
    width: 60px;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .minor .active:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #eaa400;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 0px;
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0s 0.5s;
}

.news_exhibitors_section #swiper-news-list .swiper-slide:hover .minor .active:after {
    opacity: 1;
    -webkit-transform: translate(60px, 0px);
    transform: translate(60px, 0px);
}

.news_exhibitors_section #swiper-news-list .swiper-slide .img_box {
    float: right;
    display: inline-block;
    width: calc(100% - 240px);
    height: 96px;
    padding: 10px;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .img_box .bg_cover:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/*.news_exhibitors_section #swiper-news-list .swiper-slide .img_box .bg_cover.after_arrow_right:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../images/arrow_right_ring_bule_2x.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 40px;
    top: 50%;
    opacity: .5;
}

.news_exhibitors_section #swiper-news-list .swiper-slide:hover .img_box .bg_cover.after_arrow_right:after {
    opacity: 1;
}*/

.news_exhibitors_section #swiper-news-list .swiper-slide:hover .img_box .bg_cover:before {
    opacity: 0;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .btn_modal {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 35px;
    padding-right: 25%;
    line-height: 76px!important;
    letter-spacing: 2px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_exhibitors_section #swiper-news-list .swiper-slide .btn_modal:hover {
    color: #fff;
    font-weight: bold;
}

#swiper-news-list .swiper-slide-active .svg_cover svg line {
    opacity: 0;
}

#swiper-news-list .swiper-slide:hover .svg_cover svg line {
    opacity: .4;
}

#swiper-news-list .swiper-slide .svg_cover svg line.top,
#swiper-news-list .swiper-slide .svg_cover svg line.bottom {
    stroke-dasharray: 790 760;
}

#swiper-news-list .swiper-slide .svg_cover svg line.left,
#swiper-news-list .swiper-slide .svg_cover svg line.right {
    stroke-dasharray: 90 60;
}

#swiper-news-list .swiper-slide:hover .svg_cover svg line.top {
    -webkit-transform: translateX(-780px);
    transform: translateX(-780px);
}

#swiper-news-list .swiper-slide:hover .svg_cover svg line.bottom {
    -webkit-transform: translateX(780px);
    transform: translateX(780px);
}

#swiper-news-list .swiper-slide:hover .svg_cover svg line.left {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

#swiper-news-list .swiper-slide:hover .svg_cover svg line.right {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

.swiper-button-blue-ring {
    width: 16px;
    height: 16px;
    right: auto;
    left: 147px;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.swiper-button-blue-ring.swiper-button-prev {
    background-image: url(../images/arrow_ring_bule_up.png);
    top: 0;
}

.swiper-button-blue-ring.swiper-button-next {
    background-image: url(../images/arrow_ring_bule_down.png);
    top: auto;
    bottom: -20px
}

.swiper-button-blue-ring:hover {
    box-shadow: 0 0 5px rgba(255, 255, 255, .3);
}


.detil{
  padding-top: 60px;
}
.detil .big-tit{
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
.detil .big-text{
  font-size: 16px;
  margin-top: 30px;
}


.about-page .partner-list .tit h3{
  font-size: 48px;
  color: #fff;
}


.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.swiper-slide{
  overflow: hidden;
}

.readmore{
  margin-left: 15px;
  font-size: 22px;
  line-height: 2;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  padding: 8px 0 5px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.readmore:before {
    content: '';
    position: absolute;
    bottom: 3px;
    height: calc(100% - 6px);
    background: #073f89;
    width: calc(100% + 30px);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0.35);
    transform: translateX(-50%) scaleY(0.35);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.readmore:hover:before {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}
.readmore:hover {
    color: #2e3747;
}



#pro-left{
  font-size: 40px;
  color: white;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: -40px;
  cursor: pointer;
}
#pro-right{
  font-size: 40px;
  color: white;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -40px;
  cursor: pointer;
}


.cloudzoom-blank{
  display: none;
}
.cloudzoom-zoom{
  display: none;
}


.txt-color{
    color:#fff;
}

.net-work{
    padding:60px 0;
}
.net-work h2{
    font-size: 48px;
    font-weight: 600;
}
.net-work .left{
    width:35%;
}
.net-work .right{
    width:65%;
}

.about-page .i-custom .map strong{
    font-weight:700;
}
.about-page .i-custom .map li {
    text-transform: none;
    color: #fff;
    padding: 12px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 15px;
}
.about-page .i-custom .map li i {
    color: #de7b22;
    margin-right: 10px;
}
.about-page .i-custom .map li .wayus {
    font-weight: 500;
    line-height: 2;
    font-size: 20px;
}


.sidebar-box .sidebar-left{
    width:25%;
}

.sidebar-nav{
    margin-bottom:30px;
}
.sidebar-box .sidebar-right{
    width:75%;
    padding-top:40px;
}
.pre-line {
font-size: 24px;
line-height: 2;
font-weight: 600;
padding-left: 45px;
position: relative;
letter-spacing: 2px;
color: #fff;
}
.text-uppercase {
    text-transform: uppercase !important;
}

.pre-line:before {
    content: '';
    position: absolute;
    top: 45%;
    background: #009241;
    width: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    left: 0px;
    height: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter {
    display: block;
}

.filter li {
    margin-top: 5px;
}
.filter a {
    font-size:18px;
    line-height: 2;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    background: #e9e9e9;
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #39393e;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.filter a:hover {
    text-decoration: none;
    color: #FFF;
    background: #8e8e8e;
}

.filter a.active {
    background: #24272d;
    color: #FFF;
}


.sustainability-page .a-b{
  padding:120px 0;
}
.sustainability-page .a-b .box{
  max-width:1100px;
  padding:0 15px;
  margin:0 auto;
}
.sustainability-page .a-b ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.sustainability-page .a-b h2{
  font-size:65px;
  text-align:center;
  line-height: 1;
    font-weight: 500;
}

.sustainability-page .a-b ul li span{
  display: inline-block;
  width:70px;
  height:70px;
  line-height:70px;
  font-size:60px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  border-radius: 50%;
  vertical-align: middle;
}
.sustainability-page .a-b ul li p{
  display: inline-block;
  font-size:24px;
  font-weight: 500;
  vertical-align: middle;
  margin-left:30px;
}
.sustainability-page .a-b ul li span.a{
  background-color:#073f89;
}
.sustainability-page .a-b ul li span.b{
  background-color:#009241;
}

.sustainability-page .sust-1{
  background-color:#2e3137;
  color:#fff;
  padding:60px 0 120px;
  position: relative;
}
.sustainability-page .sust-1 .box{
  max-width:1100px;
  padding:0 15px;
  margin:0 auto;
  position: relative;
  z-index:1;
}
.sustainability-page .sust-1 .box strong{
  font-weight:700;
}
.sustainability-page .sust-1 .box .text{
  font-weight:300;
  line-height: 2;
}

.sustainability-page .sust-1 h3{
  font-size:30px;
  margin-top:50px;
}
.sustainability-page .sust-1 h4{
  font-size:22px;
  color:#cecece;
  margin-top:20px;
}
.sustainability-page .sust-1 .line{
  height:1px;
  background-color:#cecece;
  margin-top:50px;
}

.sustainability-page .sust-2{
  padding-bottom:60px;
  position: relative;
  z-index:1;
}
.sustainability-page .sust-2 .box{
  max-width:1100px;
  padding:0 15px;
  margin:0 auto;
  margin-top:-120px;
}

.sustainability-page .sust-2 h3{
  font-size:24px;
  margin-top:80px;
  font-weight:bold;
}

.sustainability-page .sust-2 .text{
  font-size:16px;
  padding:30px 0;
}
.sustainability-page .sust-2 .text p{
  margin-bottom:30px;
}


.news-top .flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #191a1b;
    background:url(../images/news_bj.jpg);
}
.news-top .left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.news-top .right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 90px;
}
.news-top .right span{
    color: #c5c5c5;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
}
.news-top .right h2{
    color: #fff;
    margin-top: 20px;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2;
    /*text-transform: uppercase;*/
}
.news-top .right p{
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
}
.news-top .right a{
    margin-left: 15px;
    margin-top: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    line-height: 1;
    padding: 8px 0 5px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    display: inline-block;
    color: #e9eaea;
}
.news-top .right a:before{
    content: '';
    position: absolute;
    bottom: 3px;
    height: calc(100% - 6px);
    background: #073f89;
    width: calc(100% + 30px);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0.35);
    transform: translateX(-50%) scaleY(0.35);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.news-top .right a:hover:before {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}

.new-contact{
    padding: 90px 0 0;
    background: #24272d;
}

.new-contact .message{
    padding: 60px 0;
}
.new-contact .left{
    width: 50%;
}
.new-contact .left .img{
    background-image: url(../images/contact_02.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 360px;
    width: 100%;
    margin-bottom: 100px;
    -webkit-transition: all .6s ease .4s;
    transition: all .6s ease .4s;
}

.new-contact .right{
    width: 45%;
    margin-left: 5%;
}
.new-contact .right ul{
    margin: 30px 0 10px;
    position: relative;
    padding-left: 60px;
}
.new-contact .right i{
    position: absolute;
    left: 0;
    top: 0;
}

.new-contact .right i:after{
    content:"";
    width:1px;
    height:45px;
    display:block;
    background-color:rgba(255,255,255,.8);
    margin:0 auto;
    margin-top:5px;
}

@keyframes fadeInLeft3d {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: matrix3d(1, 0, 0.00, 0.0003, 0.00, 1, 0.00, 0, 0, 0, 1, 0, 22, 0, 0, 1);
        transform: matrix3d(1, 0, 0.00, 0.0003, 0.00, 1, 0.00, 0, 0, 0, 1, 0, 22, 0, 0, 1);
    }
}

.fadeInLeft3d {
    -webkit-animation-name: fadeInLeft3d;
    animation-name: fadeInLeft3d;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
}

.font_size_sub {
    font-size: 18px;
    line-height: 25px;
}
.color_blue_005 {
    color: #fff;
    border-color: #073f89;
    font-size: 32px;
    font-weight: 500;
}

.font_size_last {
    font-size: 18px;
      line-height: 1.5;
    letter-spacing: 1px;
  margin-top: 20px;
  color: rgba(255,255,255,.8);
}


.title.before_line_vertical {
    margin-top: 30px;
    padding-top: 60px;
    letter-spacing: 4px;
}
.before_line_vertical:before {
    display: block;
    content: "";
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, .66);
    position: absolute;
    top: 0;
    left: 50%;
}

.title.before_line_vertical h3{
    font-size: 48px;
    color: white;
}

.new-contact form{
    max-width: 660px;
    margin-top: 50px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.new-contact form ul{
    margin: 0 -15px;
}
.new-contact form ul li.column{
    width: 50%;
    margin-bottom: 15px;
    padding: 0 15px;
}
.new-contact form ul li.wid-100{
    width: 100%;
}
.new-contact form input{
  border: none;
    width: 100%;
    background-color: transparent;
    padding-bottom: 15px;
    font-size:16px;
    border-bottom: 1px solid rgba(255,255,255,.8);
    color:white;
}
.new-contact form textarea{
    width: 100%;
    height: 250px;
    background-color: transparent;
    padding-bottom: 15px;
    border: 1px solid rgba(255,255,255,.8);
    color:white;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.new-contact form p{
    line-height: 42px;
    font-size:16px;
    color: white;
}
.new-contact form button{
    display: inline-block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    background-color: #073f89;
    color: #fff;
    text-align: center;
    border: 0 none;
    position: relative;
}


.prodet-page-two{
  background-color:#cbcbcb;
  padding-top:90px;
}
.product-details .box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-details .img{
  width:50%;
  background-color: #24272d;
  padding:20px 0 20px 60px;
}
.product-details .content{
  width:50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #24272d;
  color:white;
}
  .product-details .content .flex{
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  width:80%;
  margin:0 auto;
  line-height:2;
}

.product-details .content .flex

.product-details .content .flex strong{
  font-weight:bold;
}
.product-details .content .flex td{
  padding:10px;
}

.product-details .content h2 {
  font-size:40px;
  font-weight:600;
  color:white;
  line-height:60px;
}
.product-details .content h1{
  font-size:26px;
  font-weight:600;
  color:white;
  line-height:1.6;
}
.product-details .content p{
  font-size:20px;
  font-weight:300;
  color:white;
}

.product-details .content .grid-box .column{
  width:50%;
}

.product-details .detail-title {
  color: #FFF;
  letter-spacing: 3px;
  margin-bottom: 15px;
  padding-left: 45px;
    position: relative;
  font-size:24px;
}
.pre-line:before {
  content: '';
  position: absolute;
  top: 45%;
  background: #64a2be;
  width: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
  left: 0px;
  height: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-details .editor ul {
  color: #FFF;
  list-style: none;
  padding-left: 45px;
}
.product-details .editor ul li{
  font-size:15px;
}
.product-details .box-materials {
  padding-left: 45px;
}
.box-materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-materials .box-material {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #64a2be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.box-materials .box-material:first-child {
  margin-left: 0px;
}
.product-details .box-materials .box-material .percent {
  font-size: 30px;
  letter-spacing: 0px;
    line-height: 1;
  color: #ffffff;
}
.product-details .box-materials .box-material .value {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color:white;
  margin-top:2.5px;
}

.container-fluid.max strong{
  font-weight:bold;
}
.container-fluid.max .box{
  padding: 80px 0 80px;
  background-color:#24272d;
  color:white;
}
.container-fluid.max img{
  max-height:60px;
  display: block;
  margin: 0 auto 30px;
}

.container-fluid.max table{
  display:block;
}
.container-fluid.max tbody{
  display:block;
}

.container-fluid.max table tr{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container-fluid.max table td{
  padding:30px 0;
  position: relative;
}
.container-fluid.max table td:not(:last-child):after{
  content:"";
  position: absolute;
  right:0;
  top:10%;
  bottom:10%;
  border-right: 1px dashed #fff;
}
.treatments-certificates strong{
  font-weight:bold;
}
.treatments-certificates .box{
  padding: 80px 60px 50px;
  background-color:#2e3747;
  color:white;
}
.treatments-certificates table{
  border:none;
}
.treatments-certificates td{
  border:none;
  padding:10px;
  line-height: 30px;
}
.treatments-certificates td img{
  max-height:60px;
}

.realted-post .box{
  padding:90px 0;
  background-color:white;
}
.realted-post strong{
  font-weight:bold;
}
.realted-post ul{
  margin:-20px -50px;
}
.realted-post ul li{
  display: inline-block;
  padding:20px 50px;
}
.realted-post ul li span{
  display: inline-block;
  background: #2e3747;
  padding: 5px 20px;
  transform: skewX(-15deg);
  color:white;
  min-width: 150px;
    text-align: center;
}
.realted-post ul li span em{
  display: block;
  transform: skewX(15deg);
}

#mytitle {
  position: absolute;
  color: #ffffff;
  max-width: 200px;
  font-size: 14px;
      font-weight: 300;
  padding: 16px;
  background: rgba(36, 39, 45, 0.95);
  border: solid 0px #e9f7f6;
}


@media screen and (max-width:1400px){
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 14px;
    margin: 0 20px;
  }
}

@media screen and (max-width:1200px){
  #header .nav .ui.menu .logo{
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 15px;
  }
}

@media screen and (max-width:1000px){
  .sustainability-page{
    padding-top: 0;
  }
  .sustainability-page .sust-1{
    padding: 60px 0;
  }
  .net-work .left{
    width: 100%;
    font-size: 0;
  }
  .net-work .right{
    width: 100%;
  }

  .net-work .left .tit{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }

  .about-page .i-custom{
    padding: 0;
    background: unset;
  }
  .about-page .i-custom .map{
    margin-top: 0;
  }

  .sidebar-box .sidebar-left{
    display: none;
  }

  .sidebar-box .sidebar-right{
    width: 100%!important;
  }

  .sidebar-box{
    padding: 0;
  }

  .news-top .right h2{
    font-size: 24px;
	line-height:40px;
  }
  .news-page{
    margin-top: 0;
  }
  .news-top{
    margin-top: 120px;
  }

  .news-top .right p{
    display: none;
  }

  .font_size_last{
    font-size: 14px;
  }

  .new-contact{
    margin-top: 120px;
  }

  .news_exhibitors_section{
    margin-top: 120px;
  }


  .prodet-page-two{
    padding-top: 120px;
  }

  .product-details .img{
    padding: 40px 20px;
  }

  .product-details .content h2,.product-details .content h1{
    font-size: 24px;
	line-height:1.6;
  }
.newdet-page .news .news_title h1 {
      font-size: 20px;
      line-height: 1.4;
    font-weight: 600;
}
  .product-details .content .flex{
    width: 100%;
	line-height:2;
  }

  .treatments-certificates table{
    display: block;
  }
  .treatments-certificates tr{
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  .treatments-certificates td{
    display: inline-block;
    width: 100%!important;
  }
  .treatments-certificates td span{
    font-size: 14px!important;
  }
  
  .treatments-certificates .box{
    padding: 30px 20px;
  }

  .container-fluid.max table td span{
    font-size: 14px!important;
  }

}

@media screen and (max-width:700px){
  #mobile_news_container{
    display: block;
  }
  .hidden-xs{
    display: none;
  }

  .detil .big-tit{
    font-size: 30px;
  }

  .net-work .left .tit{
    width: 100%;
    margin-bottom: 30px;
  }
  .inner-page .tit p{
    font-size: 16px;
	line-height: 2;
  }

  .about-page .i-custom .map{
    padding: 60px 15px;
  }
  .news-top .flex{
    display: block;
  }
  .news-top .left{
    max-width: 100%;
  }
  .news-top .right{
    max-width: 100%;
    padding: 30px;
  }
  
  .new-contact .left{
    width: 100%;
  }
  .new-contact .right{
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }
  .fadeInLeft3d{
    animation-name: auto;
  }
  .new-contact .left .img{
    margin-bottom: 15px;
  }

  .before_line_vertical:before{
    display: none;
  }
  .title.before_line_vertical{
    padding-top: 0;
    margin-top: 0;
  }

  .new-contact form input{
    font-size: 12px;
  }
  .new-contact form textarea{
    height: 100px;
  }

  .color_blue_005{
    font-size: 20px;
  }
  .title.before_line_vertical h3{
    font-size: 30px;
  }

  .news_exhibitors_section #swiper-news-list .swiper-slide .date{
    display: none;
  }
  .news_exhibitors_section #swiper-news-list .swiper-slide .minor{
    display: none;
  }
  .news_exhibitors_section #swiper-news-list .swiper-slide .img_box{
    width: 100%;
  }
  .news_exhibitors_section #swiper-news-list .swiper-slide .btn_modal{
    padding: 0 15px;
  }
  .font_size_sub{
    font-size: 14px;
  }

  .swiper-button-blue-ring{
    display: none;
  }

  .news_exhibitors_section{
    padding: 60px 0;
  }


  .product-details .box{
    display: block;
  }
  .product-details .img{
    width: 100%;
  }
  .product-details .content{
    width: 100%;
    padding: 0 20px;
  }
  .product-details .content h2,.product-details .content h1{
    margin: 0;
  }

  .treatments-certificates tr{
    width: 50%;
  }

  .container-fluid.max table{
    font-size: 0;
  }
  .container-fluid.max table tr{
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .container-fluid.max table td{
    display: block;
    width: 100%!important;
  }
  .container-fluid.max table td:not(:last-child):after{
    display: none;
  }

  .container-fluid.max .box{
    padding: 60px 0;
  }
}

/*SEO优化弹窗*/
.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;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);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%!important;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}
/*结束*/