.no_padding {
  padding: 0;
}

.langBox {
  padding-top: 55px;
  padding-left: 75px;
  position: relative;
}
.langBox span {
  font-size: 16px;
  color: #1e1e1e;
  display: block;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.langBox span:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("../images/lang.png") no-repeat center center;
}
.langBox ul {
  position: absolute;
  right: 0;
  background: #30b1dc;
  padding: 10px 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 100000;
  display: none;
}
.langBox ul a {
  display: block;
  white-space: nowrap;
  padding: 8px 15px;
  color: #ffffff;
}
.langBox ul a:hover {
  background: #000000;
}

.header {
  position: relative;
  z-index: 9;
}
.active-video-block img {
  object-fit: cover !important;
}
/*logo*/
.header_top {
  clear: both;
}
.header_top .logo {
  float: left;
}
.header_top .logo a {
  font-size: 0;
  line-height: 0;
  width: 188px;
  padding-top: 99px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.header_top .logo .text {
  margin-left: 195px;
  margin-top: 60px;
}
.header_top .logo .text p {
  font-size: 16px;
}
.header_top .header_info {
  float: right;
}
.header_top .header_info .item {
  float: left;
  padding-top: 40px;
  padding-left: 75px;
}
.header_top .header_info .item span {
  font-size: 12px;
  color: #1e1e1e;
}
.header_top .header_info .item a {
  font-size: 16px;
  color: #1e1e1e;
  padding-left: 20px;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: left center;
}
.header_top .header_info .item .header_email a {
  background-image: url("../images/header_email.png");
}
.header_top .header_info .item .header_tel a {
  padding-left: 40px;
  background-image: url("../images/header_whatsapp_tel.png");
}

.header_menu {
  clear: both;
  background: #10497e;
}
.header_menu .container_1600 {
  position: relative;
}
.nav_list {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.nav_list > li {
  display: -moz-inline-stack;
  display: inline-block;
  display: inline;
  vertical-align: top;
  zoom: 1;
  text-align: center;
}

.nav_list > li > a {
  display: block;
  padding: 0 25px;
}

.nav_list > li > a > span {
  display: inline-block;
  padding: 14px 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.5s;
}
.nav_list > li > a > i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 44px;
  background: url("../images/dropdown_menu.png") no-repeat center;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
}
.nav_list > li:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_normal > li {
  position: relative;
}
.nav_normal > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  min-width: 280px;
  display: none;
  z-index: 1;
  background: #10497e;
}
.nav_normal .dropdown_menu li {
  width: 100%;
  position: relative;
}
.dropdown_menu3 {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 10px 0;
  min-width: 280px;
  display: none;
  z-index: 1;
  background: #10497e;
}
.dropdown_menu,
.dropdown_menu3 {
  overflow: visible !important;
}
.dropdown_menu3.active {
  display: block !important;
}
.nav_normal .dropdown_menu li a,
.dropdown_menu3 li a {
  display: block;
  width: 100%;
  height: 35px;
  text-align: left;
  padding-left: 25px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
}
.nav_normal .dropdown_menu li:hover > a,
.dropdown_menu3 li:hover > a {
  background: #0089d1;
}

.m_header {
  display: none;
}

.header_search_box {
  position: absolute;
  right: 0;
  top: 2px;
  width: 32px;
  height: 40px;
  overflow: hidden;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s;
}
.header_search_box.active {
  width: 260px;
  background: #ffffff;
  transition: all 0.3s;
}
.header_search_box a {
  line-height: 0;
  width: 32px;
  height: 40px;
  text-align: right;
  display: block;
  position: relative;
  float: right;
  z-index: 10;
  background: transparent;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}

.header_search_box img {
  position: absolute;
  top: 10px;
  right: 6px;
}

.header_search_box img.close {
  opacity: 0;
  transition: all 0.3s;
}

.header_search_box .search_click.active img.close {
  opacity: 1;
  transition: all 0.3s;
}
.header_search_box .search_click.active img.open {
  opacity: 0;
}

.search_form {
  position: absolute;
  top: 0;
  right: 32px;
  width: 0;
  display: block;
  z-index: -1;
  transition: all 0.3s;
}
.header_search_box.active .search_form {
  width: 220px;
  z-index: 9;
  transition: all 0.3s;
}

.search_form .info {
  width: 100%;
  padding-right: 32px;
}
.search_form input[type="text"] {
  width: 100%;
  height: 40px;
  background: none;
  border: 0;
  text-indent: 10px;
  font-size: 14px;
  color: #343434;
}
.search_form input[type="text"]::-webkit-input-placeholder {
  color: #343434;
}

.search_form input.btn_search {
  width: 32px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/public/static/images/home/en-us/reset/search.png") no-repeat
    center center;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

.header_itemBox {
  clear: both;
  overflow: hidden;
  background: #30b1dc;
}
.header_itemBox .item {
  float: left;
}
.header_itemBox .item a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  line-height: 44px;
  padding: 0 25px;
}
.header_itemBox .item a:hover {
  text-decoration: underline;
}

.footer_box {
  background: #10497e;
}
.footer_logo {
  text-align: center;
  line-height: 0;
  padding: 25px 0 35px;
  border-bottom: 1px solid #5f83a4;
}

.footer_box .fast_navigation {
  padding: 40px 0 70px;
  border-bottom: 1px solid #5f83a4;
}
.footer_box .fast_navigation h2 {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 25px;
  font-weight: 700;
}
.footer_box .fast_navigation li a {
  font-size: 15px;
  color: #ffffff;
  line-height: 2;
  font-weight: 300;
}
.footer_box .fast_navigation li a:hover {
  text-decoration: underline;
}

.footer_box .fast_navigation .footer_form form {
  padding-top: 10px;
}
.footer_box .fast_navigation .footer_form .info {
  position: relative;
  margin-bottom: 10px;
}
.footer_box .fast_navigation .footer_form .info p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.footer_box .fast_navigation .footer_form .info p a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}
.footer_box .fast_navigation .footer_form .label_control {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 44px;
  font-size: 16px;
  color: #10497e;
  font-weight: 300;
}
.footer_box .fast_navigation .footer_form .tips {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 44px;
  color: #ff0000;
}
.footer_box .fast_navigation .footer_form input[type="text"] {
  width: 100%;
  padding: 0 5px;
  height: 44px;
  background: #e5e5e5;
  font-size: 16px;
  color: #10497e;
  font-weight: 300;
  border: 0;
}
.footer_box .fast_navigation .footer_form textarea {
  width: 100%;
  height: 90px;
  background: #e5e5e5;
  border: 0;
  resize: none;
  font-family: initial;
  font-size: 16px;
  color: #10497e;
  padding: 10px 5px;
}
.footer_box .fast_navigation .footer_form .info.inputon input[type="text"],
.footer_box .fast_navigation .footer_form .info.inputon textarea {
  background: #ffffff;
}
.footer_box .fast_navigation .footer_form input[type="submit"] {
  display: block;
  margin-top: 25px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  background: #229cd3;
  transition: all 0.3s;
}
.footer_box .fast_navigation .footer_form input[type="submit"]:hover {
  background: #2588d3;
  transition: all 0.3s;
}

.footer_box .fast_navigation .footer_shape {
  margin-top: 30px;
}
.footer_box .fast_navigation .footer_shape a {
  display: inline-block;
  margin-right: 15px;
}

.footer_info {
  border-bottom: 1px solid #5f83a4;
}
.footer_info ul li {
  width: 33.33%;
  height: 105px;
  float: left;
  position: relative;
}
.footer_info ul li a {
  padding-left: 55px;
  padding-right: 20px;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer_info ul li.footer_tel a {
  background-image: url("/public/static/images/home/en-us/footer_ico1.png");
}
.footer_info ul li.footer_email a {
  background-image: url("/public/static/images/home/en-us/footer_ico2.png");
}
.footer_info ul li.footer_address a {
  background-image: url("/public/static/images/home/en-us/footer_ico3.png");
}

.footer_copyright {
  padding: 30px 0 60px;
  text-align: center;
}
.footer_copyright p,
.footer_copyright p span,
.footer_copyright p a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.footer_copyright p span {
  padding: 0 10px;
}
.footer_copyright p a {
  display: inline-block;
}
.footer_copyright a:hover {
  text-decoration: underline;
}

.site_map {
  margin-left: 10px;
}

.banner_slick .slick-prev,
.banner_slick .slick-next {
  width: 40px;
  height: 50px;
  margin-top: -25px;
  background-image: url("/public/static/images/home/en-us/reset/skin.png");
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
}

.banner_slick .slick-prev {
  background-position: 0 0;
  left: 80px;
}

.banner_slick .slick-next {
  background-position: -150px 0;
  right: 80px;
}

.index_box1 .title {
  padding: 70px 0 10px;
}
.index_box1 .title h1 {
  font-size: 36px;
  color: #343434;
  margin-bottom: 10px;
}
.index_box1 .title p {
  font-size: 16px;
  color: #1e1e1e;
  line-height: 1.2;
  font-weight: 300;
}
.index_box1 .title a {
  display: inline-block;
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 300;
  margin-top: 30px;
  border-bottom: 1px solid #ffffff;
}
.index_box1 .title a:hover {
  border-color: #1e1e1e;
}
.index_box1 .indSlick {
  padding-bottom: 20px;
}
.index_box1 .indSlick .slick-dots {
  bottom: 0;
}

.index_box2 .indPro_imgBox {
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.index_box2 .indPro_imgBox.on {
  height: auto;
}
.index_box2 .indPro_imgBox1 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj1.png");
}
.index_box2 .indPro_imgBox2 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj2.jpg");
}
.index_box2 .indPro_imgBox3 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj3.png");
}
.index_box2 .indPro_imgBox4 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj4.png");
}
.index_box2 .indPro_imgBox5 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj5.png");
}
.index_box2 .indPro_imgBox6 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj6.png");
}
.index_box2 .indPro_imgBox7 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj7.png");
}
.index_box2 .indPro_imgBox8 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj8.png");
}
.index_box2 .indPro_imgBox9 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj9.png");
}
.index_box2 .indPro_imgBox10 {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/indPro_imgBj10.png");
}
.index_box2 .conBox .img {
  width: 67.5%;
  float: left;
  line-height: 0;
  text-align: center;
}
.index_box2 .conBox .text {
  width: 32.5%;
  float: left;
  padding-top: 135px;
}
.index_box2 .conBox .text p {
  font-size: 72px;
  color: #f1f1f1;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.index_box2 .item_box {
  overflow: hidden;
  padding: 40px 0 80px;
}
.index_box2 .item {
  width: 20%;
  float: left;
  padding-bottom: 20px;
  background: #f6f6f6;
}
.index_box2 .item:nth-of-type(2n) {
  background: #eeeeee;
}
.index_box2 .item .img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.index_box2 .item .img img {
  transition: all 0.3s;
}
.index_box2 .item h3 a {
  font-size: 16px;
  color: #343434;
  padding: 0 10px;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_box2 .item > a {
  font-size: 12px;
  color: #030303;
  padding: 0 10px;
  display: inline-block;
}
.index_box2 .item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
}
.index_box2 .item:hover a {
  color: #10497e;
}

.index_box3 {
  background: #eeeeee;
}
.index_box3 .title {
  text-align: center;
  padding: 80px 40px;
}
.index_box3 .title h2 {
  font-size: 36px;
  color: #343434;
  margin-bottom: 10px;
}
.index_box3 .title p {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}
.index_box3 .item_box {
  overflow: hidden;
}
.index_box3 .item_box .item {
  width: 14.285%;
  padding: 0 5px;
  height: 500px;
  float: left;
  position: relative;
}
.index_box3 .item_box .item .img {
  position: absolute;
  height: 400px;
  top: 0;
  left: 5px;
  right: 5px;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index_box3 .item_box .item:nth-of-type(2n) .img {
  top: auto;
  bottom: 0;
}
.index_box3 .item .text {
  margin-top: 400px;
  height: 100px;
  padding: 0 20px;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 20px center;
  transition: all 0.3s;
}
.index_box3 .item:nth-of-type(2n) .text {
  margin-top: 0;
}
.index_box3 .item .text h3 {
  display: inline-block;
  left: 80px;
  right: 20px;
  font-size: 20px;
  color: #1e1e1e;
  transition: all 0.3s;
}
.index_box3 .item .text.indWater {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/ind_ico1.png");
  transition: all 0.3s;
}
.index_box3 .item .text.indJuice {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/ind_ico2.png");
  transition: all 0.3s;
}
.index_box3 .item .text.indCarbonated {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/ind_ico4.png");
  transition: all 0.3s;
}
.index_box3 .item .text.indDrink {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/ind_ico3.png");
  transition: all 0.3s;
}
.index_box3 .item .text.indWine {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/ind_ico5.png");
  transition: all 0.3s;
}
.index_box3 .item .text.indBeer {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/ind_ico6.png");
  transition: all 0.3s;
}
.index_box3 .item .text.indOil {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/ind_ico7.png");
  transition: all 0.3s;
}
.index_box3 .item .text.indDairy {
  background-image: url("https://www.alps-machine.com/public/static/images/home/en-us/ind_ico8.png");
  transition: all 0.3s;
}
.index_box3 .item:hover .text {
  background-color: #229cd3;
  transition: all 0.3s;
}
.index_box3 .item:hover .text h3 {
  color: #ffffff;
  transition: all 0.3s;
}
.index_box3 .item:hover .text.indWater {
  background-image: url("/public/static/images/home/en-us/ind_ico1-1.png");
  transition: all 0.3s;
}
.index_box3 .item:hover .text.indJuice {
  background-image: url("/public/static/images/home/en-us/ind_ico2-1.png");
  transition: all 0.3s;
}
.index_box3 .item:hover .text.indCarbonated {
  background-image: url("/public/static/images/home/en-us/ind_ico3-1.png");
  transition: all 0.3s;
}
.index_box3 .item:hover .text.indDrink {
  background-image: url("/public/static/images/home/en-us/ind_ico4-1.png");
  transition: all 0.3s;
}
.index_box3 .item:hover .text.indWine {
  background-image: url("/public/static/images/home/en-us/ind_ico5-1.png");
  transition: all 0.3s;
}
.index_box3 .item:hover .text.indBeer {
  background-image: url("/public/static/images/home/en-us/ind_ico6-1.png");
  transition: all 0.3s;
}
.index_box3 .item:hover .text.indOil {
  background-image: url("/public/static/images/home/en-us/ind_ico7-1.png");
  transition: all 0.3s;
}
.index_box3 .item:hover .text.indDairy {
  background-image: url("/public/static/images/home/en-us/ind_ico8-1.png");
  transition: all 0.3s;
}

.index_box4 {
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.index_box4 .title {
  padding: 100px 0 65px;
  text-align: center;
}
.index_box4 .title h2 {
  font-size: 36px;
  color: #343434;
  padding-bottom: 10px;
}
.index_box4 .title a {
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 300;
}
.index_box4 .title a:hover {
  text-decoration: underline;
}
.index_box4 .indVideo_box {
  margin-bottom: 20px;
}
.index_box4 .indVideo_box .video_click:after {
  display: none;
}
.index_box4 .indVideo_box .img {
  line-height: 0;
}
.index_box4 .indVideo_box span {
  display: block;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 300;
  margin-top: 5px;
}

.index_box5 {
  padding: 75px 0 80px;
  border-bottom: 1px solid #e5e5e5;
}
.index_box5 .title {
  padding-bottom: 50px;
  text-align: center;
}
.index_box5 .title h2 {
  font-size: 36px;
  color: #343434;
  padding-bottom: 10px;
}
.index_box5 .title a {
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 300;
}
.index_box5 .title a:hover {
  text-decoration: underline;
}
.index_box5 .item_box {
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
}
.index_box5 .item_box .slick-prev,
.index_box5 .item_box .slick-next {
  width: 21px;
  height: 42px;
  margin-top: -21px;
  background: url("https://www.alps-machine.com/public/static/images/home/en-us/reset/buttonstyle.png")
    no-repeat;
}
.index_box5 .item_box .slick-prev {
  left: 0;
  background-position: left center;
}
.index_box5 .item_box .slick-next {
  right: 0;
  background-position: right center;
}
.index_box5 .item {
  margin: 0 5px;
  width: 25%;
  float: left;
}
.index_box5 .item .img {
  line-height: 0;
  margin-bottom: 15px;
}
.index_box5 .item .img img {
  clear: both;
  display: block;
  margin: auto;
}
.index_box5 .item .text h3 {
  font-size: 24px;
  color: #343434;
  margin-bottom: 10px;
}
.index_box5 .item .text p {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 300;
  line-height: 1.6;
}

.index_box6 {
  padding: 155px 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index_box6 .text h1 {
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 20px;
}
.index_box6 .text p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
}
.index_box6 .text a {
  display: inline-block;
  margin-top: 55px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  background: #229cd3;
}

.index_box7 {
  margin-top: 60px;
}
.index_box7 .title {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.index_box7 .title h2 {
  font-size: 48px;
  color: #343434;
  line-height: 70px;
  float: left;
}
.index_box7 .title a {
  display: inline-block;
  margin-top: 34px;
  float: right;
  font-size: 15px;
  color: #2b2b2b;
}
.index_box7 .index_newsSlick {
  padding: 80px 0;
}
.index_box7 .index_newsSlick .newsTime_slick {
  margin-bottom: 40px;
}
.index_box7 .index_newsSlick .newsTime_slick .slick_first span {
  display: inline-block;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 300;
  padding-bottom: 2px;
  border-bottom: 3px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.index_box7 .index_newsSlick .newsTime_slick .slick_first.slick-current span,
.index_box7 .index_newsSlick .newsTime_slick .slick_first:hover span {
  border-color: #229cd3;
  transition: all 0.3s;
}
.index_box7 .index_newsSlick .newsTime_slick .slick-dots {
  text-align: left;
  bottom: auto;
  top: -110px;
  left: 160px;
  width: 300px;
}
.index_box7 .index_newsSlick .newsTime_slick .slick-dots li.slick-active {
  background: #229cd3;
}
.index_box7 .index_newsSlick .newsCon_slick .con_box {
  width: 1100px;
}
.index_box7 .index_newsSlick .newsCon_slick .img {
  width: 510px;
  float: left;
}
.index_box7 .index_newsSlick .newsCon_slick .text {
  margin-left: 510px;
  padding: 55px 80px 0 40px;
}
.index_box7 .index_newsSlick .newsCon_slick .text h3 a {
  font-size: 30px;
  color: #343434;
  line-height: 1.1;
  display: block;
  margin-bottom: 40px;
}
.index_box7 .index_newsSlick .newsCon_slick .text h3 a:hover {
  color: #10497e;
  cursor: pointer;
}
.index_box7 .index_newsSlick .newsCon_slick .text p {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 300;
}

.about_box1 {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.about_box1 .text {
  /*padding-top: 85px;*/
}
.about_box1 .text h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 35px;
}
.about_box1 .text h2 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 20px;
}

.about_box2 {
  margin-top: 45px;
}
.about_box2 .text p {
  font-size: 18px;
  color: #333333;
  font-weight: 300;
}
.about_box2 .item_box {
  padding: 50px 0;
  margin-top: 40px;
  overflow: hidden;
  background: #10497e;
}
.about_box2 .item_box .item {
  width: 33.33%;
  min-height: 80px;
  float: left;
  padding-left: 100px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}
.about_box2 .item_box .item1 {
  background-image: url("/public/static/images/home/en-us/about_ico1.png");
}
.about_box2 .item_box .item2 {
  background-image: url("/public/static/images/home/en-us/about_ico2.png");
}
.about_box2 .item_box .item3 {
  background-image: url("/public/static/images/home/en-us/about_ico3.png");
}
.about_box2 .item_box .item p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
}

.about_box3 {
  margin-top: 15px;
  margin-bottom: 35px;
}
.about_box3 .text_box .title {
  overflow: hidden;
  margin-top: 110px;
}
.about_box3 .text_box .title h2 {
  display: inline-block;
  float: left;
  margin-left: 70px;
  font-size: 48px;
  color: #272727;
  font-weight: 300;
  line-height: 1.2;
}
.about_box3 .text_box .title h2:nth-of-type(1) {
  margin-left: 0;
}
.about_box3 .text_box .title h2 span {
  display: block;
  font-size: 18px;
  color: #272727;
  padding-left: 3px;
}
.about_box3 .text_box .text {
  margin-top: 60px;
  padding-right: 50px;
}
.about_box3 .text_box .text p {
  font-size: 18px;
  color: #272727;
  font-weight: 300;
}
.about_box3 .img_certificate {
  padding-bottom: 20px;
}
.about_box3 .img_certificate .slick-dots {
  bottom: 0;
  display: block !important;
}

.about_box4 .aboutSlick_box {
  padding-bottom: 40px;
}
.about_box4 .aboutSlick_box .slick-dots {
  bottom: 0;
}
.about_box4 .aboutSlick_box .slick_first {
  margin: 0 5px;
}
.about_box4 .aboutSlick_box .slick_first .img {
  line-height: 0;
  text-align: center;
  margin-bottom: 10px;
}
.about_box4 .aboutSlick_box .slick_first .text p {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 300;
}

.about_box5 {
  background: #10497e;
}
.about_box5 .text {
  padding: 60px 0;
  text-align: center;
}
.about_box5 .text p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
}
.about_box5 .img {
  padding: 0 10px;
  text-align: center;
  line-height: 0;
}

.about_box6 .text {
  text-align: center;
  padding: 60px 0;
}
.about_box6 .text p {
  font-size: 30px;
  color: #343434;
}
.about_box6 .text a {
  display: inline-block;
  width: 182px;
  height: 42px;
  background: #229cd3;
  line-height: 42px;
  margin-top: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
}
.about_box6 .text a:hover {
  background: #10497e;
}

.contact_box1 {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;

  background-image: url("/public/static/images/home/en-us/contact_imgs.jpg");
  background-size: cover;
}
.contact_box1 .text {
  text-align: center;
  margin-top: 170px;
  margin-bottom: 30px;
}
.contact_box1 .text h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact_box1 .text p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.contact_box1 .img {
  line-height: 0;
  text-align: center;
}

.contact_box2 {
  margin-top: 45px;
  margin-bottom: 60px;
}
.contact_box2 .info_box {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.contact_box2 .info_box .info {
  position: relative;
  margin-bottom: 15px;
  line-height: 0;
}
.contact_box2 .info_box .label_control {
  position: absolute;
  line-height: 70px;
  left: 20px;
  font-size: 16px;
  color: #343434;
}
.contact_box2 .info_box .tips {
  position: absolute;
  line-height: 70px;
  right: 20px;
  top: 0;
  color: #ff0000;
}
.contact_box2 .info_box input[type="text"] {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  background: #eeeeee;
  border: 0;
  font-size: 16px;
  color: #343434;
}
.contact_box2 .info_box textarea {
  width: 100%;
  height: 155px;
  padding: 20px;
  font-size: 16px;
  color: #343434;
  background: #eeeeee;
  border: 0;
  font-family: initial;
  resize: none;
}
.contact_box2 .info_box input[type="submit"] {
  width: 100%;
  height: 70px;
  text-align: center;
  background: #30b1dc;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.contact_box2 .info_box input[type="submit"]:hover {
  background: #10497e;
  transition: all 0.3s;
}

.contact_box3 .item_box {
  overflow: hidden;
  margin: 65px 0 30px;
  padding: 70px 20px 50px;
  background: #10497e;
}
.contact_box3 .item_box .item {
  width: 20%;
  float: left;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top;
}
.contact_box3 .item_box .item1 {
  background-image: url("/public/static/images/home/en-us/contact_ico1.png");
}
.contact_box3 .item_box .item2 {
  background-image: url("/public/static/images/home/en-us/contact_ico2.png");
}
.contact_box3 .item_box .item3 {
  background-image: url("/public/static/images/home/en-us/contact_ico3.png");
}
.contact_box3 .item_box .item4 {
  background-image: url("/public/static/images/home/en-us/contact_ico4.png");
}
.contact_box3 .item_box .item5 {
  background-image: url("/public/static/images/home/en-us/contact_ico5.png");
}
.contact_box3 .item_box .item p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 10px;
}
.contact_box3 .item_box .item p a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.contact_box3 .contact_shape {
  text-align: center;
}
.contact_box3 .contact_shape a {
  display: inline-block;
  margin: 0 2px;
  line-height: 0;
}

.contact_box4 #googleMapPanel {
  width: 100%;
  height: 500px;
}

#ProductDetail_box {
  width: 780px;
  margin: auto;
}
#ProductDetail_box .bt {
  margin-top: 50px;
}
#ProductDetail_box .bt h3 {
  color: #ffffff;
  line-height: 60px;
  font-size: 32px;
  font-weight: 700;
  padding-left: 20px;
  background: url("/public/static/images/home/en-us/Pro_bt.jpg") no-repeat left
    center;
}

#pro_Introduction .text {
  margin-top: 20px;
}
#pro_Introduction .text p strong,
#pro_Introduction .text p {
  font-size: 18px;
  color: #343434;
  font-weight: 300;
}
#pro_Introduction .text p strong {
  font-weight: 700;
}
#pro_Introduction .img_box {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
#pro_Introduction .img_box .img {
}
.tab_switch .video,
.news_box .video {
  position: relative;
  padding-top: 56%;
  width: 100%;
}
.tab_switch .video iframe,
.news_box .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#pro_Introduction .img_box .video_click:after {
  display: none;
}
#pro_TechnicalData .img {
  text-align: center;
  line-height: 0;
  margin-top: 35px;
}

#pro_DetailsDescription .item {
  overflow: hidden;
  margin-top: 40px;
}
#pro_DetailsDescription .item .img,
#pro_DetailsDescription .item .text {
  width: 50%;
  float: left;
}
#pro_DetailsDescription .item:nth-of-type(2n) .img,
#pro_DetailsDescription .item:nth-of-type(2n) .text {
  float: right;
}
#pro_DetailsDescription .img {
  line-height: 0;
  text-align: center;
}
#pro_DetailsDescription .text {
  padding: 0 15px;
}
#pro_DetailsDescription .text h4 {
  font-size: 28px;
  color: #414141;
  font-weight: 700;
  line-height: 1.8;
}
#pro_DetailsDescription .text p {
  font-size: 16px;
  color: #343434;
  line-height: 1.4;
  font-weight: 300;
}

#pro_CooperationBrand .img {
  line-height: 0;
  text-align: center;
  margin-top: 40px;
}

#pro_TurnkeyProject .img_box {
  margin-top: 20px;
  overflow: hidden;
}
#pro_TurnkeyProject .img_box .img {
  line-height: 0;
  text-align: center;
  margin-top: 20px;
}

#pro_RelatedProducts .item_box {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
}
#pro_RelatedProducts .item {
  width: 25%;
  float: left;
  padding: 0 10px;
}
#pro_RelatedProducts .item .img {
  line-height: 0;
  text-align: center;
}
#pro_RelatedProducts .item > a {
  font-size: 16px;
  color: #2c2c2c;
  line-height: 1.6;
  display: block;
}

.clear_both {
  clear: both;
}
.serviceCon_box {
  overflow: hidden;
  padding: 60px 0 50px;
}
.serviceCon_box .service_menuBox {
  width: 330px;
  float: left;
}
.serviceCon_box .service_menuBox h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 60px;
  padding: 0 20px;
  margin-bottom: 15px;
  background: #10497e;
}
.serviceCon_box .service_menuBox li {
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #e5e5e5;
}
.serviceCon_box .service_menuBox li a {
  font-size: 18px;
  color: #040404;
  padding: 15px 20px;
  display: block;
  background: #f5f5f5;
}
.serviceCon_box .service_menuBox li.on a,
.serviceCon_box .service_menuBox li a:hover {
  color: #ffffff;
  background: #30b1dc;
}
.serviceCon_box .service_box {
  margin-left: 380px;
}
.serviceCon_box .customerProject_box .title {
  padding-top: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.serviceCon_box .customerProject_box .title h1 {
  color: #040404;
  font-size: 30px;
  line-height: 60px;
}
.serviceCon_box .customerProject_box .title h1 span {
  width: 95px;
  height: 60px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  background: url("/public/static/images/home/en-us/customerProject.png")
    no-repeat center center;
}
.serviceCon_box .customerProject_box .btn_box {
  padding: 18px 0 0;
  overflow: hidden;
}
.serviceCon_box .customerProject_box .btn_box a {
  width: 13.5%;
  height: 50px;
  float: left;
  line-height: 50px;
  text-align: center;
  background: #f5f5f5;
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  color: #494949;
}
.serviceCon_box .customerProject_box .btn_box a:nth-of-type(1) {
  margin-left: 0;
}
.serviceCon_box .customerProject_box .btn_box a:last-child {
  display: none;
}
.serviceCon_box .customerProject_box .btn_box a.on,
.serviceCon_box .customerProject_box .btn_box a:hover {
  color: #ffffff;
  background: #10497e;
}
.serviceCon_box .customerProject_box .item {
  height: 0;
  overflow: hidden;
  margin-left: -20px;
  padding-left: 20px;
}
.serviceCon_box .customerProject_box .item.on {
  height: auto;
  padding-top: 20px;
}
.serviceCon_box .customerProject_box .conBox {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.serviceCon_box .customerProject_box .conBox:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.serviceCon_box .customerProject_box .conBox .imgSlick {
  width: 50%;
  float: left;
  padding: 20px 40px;
  background: #eeeeee;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
.serviceCon_box .customerProject_box .conBox .text {
  width: 50%;
  float: left;
  padding: 120px 80px 0 150px;
}
.serviceCon_box .customerProject_box .conBox .text h2 {
  font-size: 30px;
  color: #040404;
  line-height: 40px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 10px solid #10497e;
}
.serviceCon_box .customerProject_box .conBox .text h2 a {
  font-size: 30px;
  color: #040404;
  line-height: 40px;
}
.serviceCon_box .customerProject_box .conBox .text p {
  font-size: 18px;
  color: #494949;
}
.service_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  background: #0879a7;
  margin-top: 30px;
  border-radius: 5px;
}

.additionalService_banner {
  line-height: 0;
  text-align: center;
}
.additionalServices_box1 .title {
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.additionalServices_box1 .title h2 {
  float: left;
  font-size: 30px;
  color: #040404;
  line-height: 60px;
}
.additionalServices_box1 .title h2 span {
  width: 95px;
  height: 60px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  background: url("/public/static/images/home/en-us/customerProject.png")
    no-repeat center center;
}
.additionalServices_box1 .title .t {
  float: right;
}
.additionalServices_box1 .title .t p {
  font-size: 18px;
  color: #1e1e1e;
}
.additionalServices_box1 .title .t a {
  font-size: 30px;
  color: #040404;
  line-height: 60px;
  padding-left: 40px;
  display: inline-block;
  margin-left: 20px;
  background: url("/public/static/images/home/en-us/AdditionalServices_ico1.png")
    no-repeat left center;
}
.additionalServices_box1 .title .t a:hover {
  text-decoration: underline;
}
.additionalServices_box1 .item_box {
  overflow: hidden;
}
.additionalServices_box1 .items {
  overflow: hidden;
}
.additionalServices_box1 .items:nth-of-type(1) .item:nth-of-type(1) .img {
  border-top-left-radius: 60px;
  overflow: hidden;
}
.additionalServices_box1 .items:nth-of-type(1) .item:nth-of-type(4) .img {
  border-top-right-radius: 60px;
  overflow: hidden;
}
.additionalServices_box1 .items:nth-of-type(2) .item:nth-of-type(1) .img {
  border-bottom-left-radius: 60px;
  overflow: hidden;
}
.additionalServices_box1 .items:nth-of-type(2) .item:nth-of-type(4) .img {
  border-bottom-right-radius: 60px;
  overflow: hidden;
}
.additionalServices_box1 .item {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 35px;
}
.additionalServices_box1 .item .img {
  line-height: 0;
  text-align: center;
  margin-bottom: 10px;
}
.additionalServices_box1 .item .text {
  font-size: 18px;
  color: #3f3f3f;
  padding-left: 110px;
  background: url("/public/static/images/home/en-us/customerProject.png")
    no-repeat left center;
}

.additionalServices_box2 .title {
  height: 307px;
  padding-top: 145px;
  margin-top: -125px;
  background: url("/public/static/images/home/en-us/AdditionalServices_bj.png")
    no-repeat center center;
}
.additionalServices_box2 .title h2 {
  text-align: center;
  font-size: 30px;
  color: #040404;
}
.additionalServices_box2 .item_box {
  margin-top: -30px;
  overflow: hidden;
}
.additionalServices_box2 .item {
  width: 16.66666%;
  float: left;
  padding: 0 3px;
  margin-bottom: 10px;
}
.additionalServices_box2 .item .conBox {
  position: relative;
  border: 1px solid #afb2b3;
}
.additionalServices_box2 .item .img {
  line-height: 0;
}
.additionalServices_box2 .item .text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  padding-left: 20px;
  font-size: 18px;
  color: #3f3f3f;
}
.additionalServices_box2 .item .text:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: #10497e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.additionalServices_box3 {
  overflow: hidden;
  margin-bottom: 120px;
}
.additionalServices_box3 .item {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.additionalServices_box3 .item:nth-of-type(2) {
  padding-left: 5px;
  padding-right: 0;
}
.additionalServices_box3 .item:nth-of-type(1) .text {
  background: #10497e;
  padding: 20px 30px;
}
.additionalServices_box3 .item:nth-of-type(1) .text p {
  line-height: 34px;
  color: #ffffff;
}
.additionalServices_box3 .item:nth-of-type(1) .text a {
  float: right;
  font-size: 30px;
  color: #ffffff;
  line-height: 34px;
  padding-left: 40px;
  background: url("/public/static/images/home/en-us/AdditionalServices_ico2.png")
    no-repeat left center;
}
.additionalServices_box3 .item:nth-of-type(2) .text {
  background: #229cd3;
  padding: 20px 30px;
}
.additionalServices_box3 .item:nth-of-type(2) .text p {
  line-height: 34px;
  color: #ffffff;
}
.additionalServices_box3 .item:nth-of-type(2) .text a {
  float: right;
  font-size: 30px;
  color: #ffffff;
  line-height: 34px;
  padding-left: 40px;
  background: url("/public/static/images/home/en-us/AdditionalServices_ico2.png")
    no-repeat left center;
}
.additionalServices_box3 .item .text a:hover {
  text-decoration: underline;
}

.solution_banner {
  position: relative;
}
.solution_banner.canned {
  text-align: center;
}
.solution_banner .img {
  line-height: 0;
}
.solution_banner .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.solution_banner .content h1 {
  font-size: 65px;
  font-weight: bold;
  color: #fff;
}
.solution_banner .content p {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5em;
}
.icon_tit {
  text-align: center;
  padding-top: 30px;
  text-align: center;
  overflow: hidden;
}
.icon_tit h2 {
  font-size: 36px;
  color: #343434;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.solution_box1 p {
  font-size: 18px;
  color: #343434;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}
.solution_box1 .content {
  display: flex;
  align-items: flex-end;
  background: url("/public/static/images/home/en-us/solution_bg1.png") no-repeat
    right center;
  margin-top: 50px;
}
.solution_box1 .solution_b_slick {
  width: 75%;
}
.solution_box1 .solution_b_slick .img {
  line-height: 0;
  border-radius: 30px;
  overflow: hidden;
}
.solution_box1 .solution_s_slick {
  width: 25%;
}
.solution_box1 .solution_s_slick .slick_first {
  margin-top: 24px;
  text-align: center;
  cursor: pointer;
}
.solution_box1 .solution_s_slick .slick_first img {
  margin: auto;
}
.solution_box2 {
  background: url("/public/static/images/home/en-us/beer_bg1.jpg") no-repeat
    bottom center;
}
.solution_box2.Canned {
  background: url("/public/static/images/home/en-us/Canned_bg1.jpg") no-repeat
    bottom center;
}
.solution_box2 .con_table {
  padding: 0 60px;
}
.solution_box2 .con_table table {
  border: 0;
}
.solution_box2 .slider_table td,
.solution_box2 .slider_table th {
  border: 2px solid #fff;
  background: #f1f5f7;
  height: 55px;
  text-align: center;
  font-size: 20px;
  color: #343434;
}
.solution_box2 .slider_table td p,
.solution_box2 .slider_table td span {
  font-size: 20px;
  color: #343434;
}
.solution_box2 .con_table table td td:nth-child(1) {
  background: #eaeef0;
}
.solution_box3 {
  padding-top: 80px;
}
.solution_box3 .type_nav .items {
  display: flex;
  justify-content: space-around;
}
.solution_box3 .type_nav {
  background: url("/public/static/images/home/en-us/beer_bg2.png") no-repeat
    center;
  background-size: cover;
  padding: 30px 0;
}
.solution_box3 .type_nav.Canned {
  background: url("/public/static/images/home/en-us/Canned_bg2.png") no-repeat
    center;
}
.solution_box3 .type_nav .item {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.solution_box3 .type_nav .item img {
  vertical-align: middle;
  margin-right: 20px;
}
.solution_box3 .solu_video {
  text-align: center;
  line-height: 0;
  margin-top: -25px;
}
.solution_box3 .solu_video img {
  border: 25px solid #fff;
  box-shadow: 0 0 13px 0px #ccc;
}
.solution_box3 .solu_video .video_click {
  cursor: pointer;
  padding-bottom: 10px;
}
.solution_box3 .solu_video .video_click:after {
  background: url("/public/static/images/home/en-us/video_btn.png") no-repeat
    center;
}
.solution_box4 {
  padding-bottom: 44px;
  background: #f1f5f7;
}
.solution_box4 .content {
  display: none;
}
.solution_box4 .content.on {
  display: block;
}
.solution_box4 h3 {
  font-size: 36px;
  font-weight: bold;
  color: #343434;
  margin-top: 40px;
  margin-bottom: 20px;
}
.solution_box4 p {
  font-size: 18px;
  color: #343434;
  font-weight: 400;
  line-height: 1.5em;
}
.solution_box4 a {
  display: inline-block;
  font-size: 18px;
  color: #343434;
  font-weight: 400;
  border-bottom: 1px solid #343434;
  margin-top: 40px;
}
.solution_box4 .line_nav {
  background: url("/public/static/images/home/en-us/beer_bg4.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .line_nav .items {
  display: flex;
  justify-content: space-between;
}
.solution_box4 .items .item {
  position: relative;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  height: 240px;
  border-bottom: 4px solid transparent;
}
.solution_box4 .items .item.on {
  border-color: #d37f27;
}
.solution_box4 .items .item .icon {
  line-height: 0;
  width: 150px;
  height: 150px;
  margin: auto;
}
.solution_box4 .items .item:nth-child(1) .icon {
  background: url("/public/static/images/home/en-us/beer_icon5.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(2) .icon {
  background: url("/public/static/images/home/en-us/beer_icon6.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(3) .icon {
  background: url("/public/static/images/home/en-us/beer_icon7.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(4) .icon {
  background: url("/public/static/images/home/en-us/beer_icon8.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(5) .icon {
  background: url("/public/static/images/home/en-us/beer_icon9.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(6) .icon {
  background: url("/public/static/images/home/en-us/beer_icon10.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(1).on .icon {
  background: url("/public/static/images/home/en-us/beer_icon5_0.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(2).on .icon {
  background: url("/public/static/images/home/en-us/beer_icon6_0.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(3).on .icon {
  background: url("/public/static/images/home/en-us/beer_icon7_0.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(4).on .icon {
  background: url("/public/static/images/home/en-us/beer_icon8_0.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(5).on .icon {
  background: url("/public/static/images/home/en-us/beer_icon9_0.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .items .item:nth-child(6).on .icon {
  background: url("/public/static/images/home/en-us/beer_icon10_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4 .items .item p {
  margin-top: 20px;
  font-size: 17px;
  color: #a1a4a5;
  font-weight: 400;
}
.solution_box4 .items .on p {
  color: #d37f27;
}
.solution_box4 .img {
  position: relative;
  line-height: 0;
}
.solution_box4 .tip {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/public/static/images/home/en-us/line_img_bg.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4 .tip_text {
  width: 30.25%;
  padding-bottom: 30px;
  background: url("/public/static/images/home/en-us/line_icon1.png") no-repeat
    bottom left;
}
.solution_box4 .tip_text p:nth-child(1) {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7em;
}
.solution_box4 .tip_text p:nth-child(2) {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4em;
}
.solution_box5 {
  margin-top: 18px;
  padding-top: 85px;
  padding-bottom: 115px;
  background: url("/public/static/images/home/en-us/beer_last_bg.jpg") no-repeat
    center;
  background-size: cover;
}
.solution_box5 .form {
  padding: 35px 80px 55px;
  background: #fff;
  border: 1px solid #ccc;
}
.solution_box5 .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution_box5 .form h2 {
  font-size: 36px;
  color: #343434;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 10px;
  text-align: center;
}
.solution_box5 .form p {
  font-size: 18px;
  color: #343434;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-align: center;
}
.solution_box5 .form .input.w_50 {
  width: 49%;
}
.solution_box5 .form .input.w_100 {
  width: 100%;
}
.solution_box5 .form .input {
  position: relative;
  margin-bottom: 20px;
}
.solution_box5 .form .input input[type="text"],
.solution_box5 .form .input textarea {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  background: transparent;
  text-indent: 12px;
  font-size: 16px;
  color: #898888;
  font-family: "Poppins";
  font-weight: 300;
}
.solution_box5 .form .input textarea {
  padding-top: 10px;
  border: 1px solid #bfbfbf;
  resize: none;
  height: 155px;
}
.solution_box5 .form .input .Varify_img {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 48px;
  cursor: pointer;
}
.solution_box5 .form .input .sub {
  display: block;
  width: 135px;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: 0;
  background: #d02f2f;
  margin: auto;
  margin-top: 10px;
  cursor: pointer;
}
.solution_box5 .form .input .tips {
  font-size: 16px;
  color: #d02f2f;
}
.solution_box4.Canned .items .item:nth-child(1) .icon {
  background: url("/public/static/images/home/en-us/beer_icon5.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(2) .icon {
  background: url("/public/static/images/home/en-us/beer_icon6.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(3) .icon {
  background: url("/public/static/images/home/en-us/Canned_icon3.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(4) .icon {
  background: url("/public/static/images/home/en-us/beer_icon7.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(5) .icon {
  background: url("/public/static/images/home/en-us/beer_icon9.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(6) .icon {
  background: url("/public/static/images/home/en-us/beer_icon10.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(1).on .icon {
  background: url("/public/static/images/home/en-us/Canned_icon5_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(2).on .icon {
  background: url("/public/static/images/home/en-us/Canned_icon6_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(3).on .icon {
  background: url("/public/static/images/home/en-us/Canned_icon3_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(4).on .icon {
  background: url("/public/static/images/home/en-us/Canned_icon7_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(5).on .icon {
  background: url("/public/static/images/home/en-us/Canned_icon9_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.Canned .items .item:nth-child(6).on .icon {
  background: url("/public/static/images/home/en-us/Canned_icon10_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.Canned .items .on p {
  color: #0555af;
}
.solution_box4.Canned .items .item.on {
  border-color: #0555af;
}
.solution_box4.Canned .tip {
  background: url("/public/static/images/home/en-us/Canned_bg3.png") no-repeat
    center;
  background-size: cover;
}
.solution_box5.Canned {
  background: url("/public/static/images/home/en-us/Canned_bg4.jpg") no-repeat
    center;
  background-size: cover;
}
.solution_banner.oil h1,
.solution_banner.oil p {
  color: #000;
}

.solution_box4.oil .items .item:nth-child(2) .icon {
  background: url("/public/static/images/home/en-us/oil_icon2.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.oil .items .item:nth-child(3) .icon {
  background: url("/public/static/images/home/en-us/beer_icon8.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.oil .items .item:nth-child(4) .icon {
  background: url("/public/static/images/home/en-us/beer_icon9.png") no-repeat
    center;
  background-size: cover;
}

.solution_box4.oil .items .item:nth-child(2).on .icon {
  background: url("/public/static/images/home/en-us/oil_icon2_0.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.oil .items .item:nth-child(3).on .icon {
  background: url("/public/static/images/home/en-us/beer_icon8_0.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.oil .items .item:nth-child(4).on .icon {
  background: url("/public/static/images/home/en-us/beer_icon9_0.png") no-repeat
    center;
  background-size: cover;
}
.solution_box5.oil {
  background: url("/public/static/images/home/en-us/oil_bg3.jpg") no-repeat
    center;
  background-size: cover;
}
.solution_banner.juice .content {
  display: block;
  padding-top: 30px;
}
.solution_banner.juice h1 {
  color: #000;
  text-align: center;
}
.solution_banner.juice p {
  color: #000;
  text-align: center;
}
.solution_box2.juice {
  background: url("/public/static/images/home/en-us/juice_bg1.jpg") no-repeat
    bottom center;
}
.solution_box3.juice .type_nav {
  background: url("/public/static/images/home/en-us/juice_bg2.jpg") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(1) .icon {
  background: url("/public/static/images/home/en-us/juice_icon2.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(2) .icon {
  background: url("/public/static/images/home/en-us/beer_icon6.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(3) .icon {
  background: url("/public/static/images/home/en-us/beer_icon7.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(4) .icon {
  background: url("/public/static/images/home/en-us/juice_icon3.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(5) .icon {
  background: url("/public/static/images/home/en-us/beer_icon5.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(6) .icon {
  background: url("/public/static/images/home/en-us/juice_icon4.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(7) .icon {
  background: url("/public/static/images/home/en-us/juice_icon5.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(8) .icon {
  background: url("/public/static/images/home/en-us/beer_icon10.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(9) .icon {
  background: url("/public/static/images/home/en-us/beer_icon9.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(1).on .icon {
  background: url("/public/static/images/home/en-us/juice_icon2_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(2).on .icon {
  background: url("/public/static/images/home/en-us/juice_icon6.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(3).on .icon {
  background: url("/public/static/images/home/en-us/juice_icon8.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(4).on .icon {
  background: url("/public/static/images/home/en-us/juice_icon3_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(5).on .icon {
  background: url("/public/static/images/home/en-us/juice_icon7.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(6).on .icon {
  background: url("/public/static/images/home/en-us/juice_icon4_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(7).on .icon {
  background: url("/public/static/images/home/en-us/juice_icon5_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(8).on .icon {
  background: url("/public/static/images/home/en-us/juice_icon10.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .item:nth-child(9).on .icon {
  background: url("/public/static/images/home/en-us/juice_icon9.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.juice .items .on p {
  color: #ffa500;
}
.solution_box4.juice .items .item.on {
  border-color: #ffa500;
}
.solution_box4.juice .tip {
  background: url("/public/static/images/home/en-us/juice_bg3.png") no-repeat
    center;
  background-size: cover;
}
.solution_box5.juice {
  background: url("/public/static/images/home/en-us/juice_bg_last.jpg")
    no-repeat center;
  background-size: cover;
}
.solution_box5.juice .form .input .sub {
  background: #ff9600;
}
.solution_box5.Canned .form .input .sub {
  background: #0555af;
}

.solution_box2.carbonated {
  background: url("/public/static/images/home/en-us/carbonated_bg1.jpg")
    no-repeat bottom center;
}
.solution_box3.carbonated .type_nav {
  background: url("/public/static/images/home/en-us/carbonated_bg2.png")
    no-repeat bottom center;
}
.solution_box4.carbonated .items .item:nth-child(1) .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon2.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(2) .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon3.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(3) .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon4.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(4) .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon5.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(5) .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon6.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(6) .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon7.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(7) .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon8.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(8) .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon9.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(1).on .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon2_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(2).on .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon3_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(3).on .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon4_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(4).on .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon5_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(5).on .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon6_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(6).on .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon7_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(7).on .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon8_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .item:nth-child(8).on .icon {
  background: url("/public/static/images/home/en-us/carbonated_icon9_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.carbonated .items .on p {
  color: #d02f2f;
}
.solution_box4.carbonated .items .item.on {
  border-color: #d02f2f;
}
.solution_box4.carbonated .tip {
  background: url("/public/static/images/home/en-us/carbonated_bg3.png")
    no-repeat center;
  background-size: cover;
}
.solution_box5 {
  background: url("/public/static/images/home/en-us/carbonated_bg_last.jpg")
    no-repeat center;
  background-size: cover;
}

.solution_box2.water {
  background: url("/public/static/images/home/en-us/warter_bg1.jpg") no-repeat
    center;
}
.solution_box3.water .type_nav {
  background: url("/public/static/images/home/en-us/water_bg2_02.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(1) .icon {
  background: url("/public/static/images/home/en-us/water_icon2.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(2) .icon {
  background: url("/public/static/images/home/en-us/water_icon3.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(3) .icon {
  background: url("/public/static/images/home/en-us/water_icon4.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(4) .icon {
  background: url("/public/static/images/home/en-us/water_icon5.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(5) .icon {
  background: url("/public/static/images/home/en-us/water_icon6.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(6) .icon {
  background: url("/public/static/images/home/en-us/water_icon7.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(7) .icon {
  background: url("/public/static/images/home/en-us/water_icon8.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(8) .icon {
  background: url("/public/static/images/home/en-us/water_icon9.png") no-repeat
    center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(1).on .icon {
  background: url("/public/static/images/home/en-us/water_icon2_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(2).on .icon {
  background: url("/public/static/images/home/en-us/water_icon3_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(3).on .icon {
  background: url("/public/static/images/home/en-us/water_icon4_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(4).on .icon {
  background: url("/public/static/images/home/en-us/water_icon5_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(5).on .icon {
  background: url("/public/static/images/home/en-us/water_icon6_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(6).on .icon {
  background: url("/public/static/images/home/en-us/water_icon7_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(7).on .icon {
  background: url("/public/static/images/home/en-us/water_icon8_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.water .items .item:nth-child(8).on .icon {
  background: url("/public/static/images/home/en-us/water_icon9_0.png")
    no-repeat center;
  background-size: cover;
}
.solution_box4.water .items .on p {
  color: #29abda;
}
.solution_box4.water .items .item.on {
  border-color: #29abda;
}
.solution_box4.water .tip {
  background: url("/public/static/images/home/en-us/water_bg3_03.png") no-repeat
    center;
  background-size: cover;
}
.solution_box5.water {
  background: url("/public/static/images/home/en-us/water_bg_last.jpg")
    no-repeat center;
  background-size: cover;
}
.solution_box3.water .solu_video .video_click:after {
  background: url("/public/static/images/home/en-us/water_video_btn.png")
    no-repeat center;
}
.solution_box3.juice .solu_video .video_click:after {
  background: url("/public/static/images/home/en-us/juice_video_btn.png")
    no-repeat center;
}
.solution_box3.carbonated .solu_video .video_click:after {
  background: url("/public/static/images/home/en-us/carbonated_video_btn.png")
    no-repeat center;
}
.solution_box3 .solu_video .cad {
  display: none;
}
.solution_box3 .solu_video.on .cad {
  display: block;
}
.solution_box3 .solu_video.on .video_click {
  display: none;
}
.solution_box3 .solu_video .cad {
  line-height: 0;
}

.Fast_contact ul li.onlineservice_li.email_click {
  display: none;
}
.weChat_imgBox {
  width: 190px;
  height: 230px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -95px;
  z-index: 100000;
  background: #ffffff;
  display: none;
}
.weChat_imgBox .close {
  text-align: right;
  position: relative;
  z-index: 10;
  font-size: 30px;
  cursor: pointer;
  padding-right: 8px;
}
.weChat_imgBox .close:hover {
  color: #ffa93a;
}
.weChat_imgBox .img {
  /*margin-top: -15px;*/
  text-align: center;
}
.weChat_imgBox .text {
  text-align: center;
}
.weChat_imgBj {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: none;
}
.solution_box4 .product_box a {
  margin: 0;
  border: 0;
  font-size: 14px;
}
.solution_box4 .product_box a.addToBasket {
  width: 100%;
  height: 40px;
  z-index: 2;
  background: #34495e;
  color: #ffffff;
  padding-left: 36px;
  line-height: 40px;
  cursor: pointer;
  margin-top: 0;
  border: 0;
}
.solution_box4 .product_box a.inquire {
  font-size: 0;
}
.solution_box4 .product_box .products_list_box {
  min-height: 300px;
}
.solution_box4 .product_box .load_box {
  position: relative;
}
.solution_box4 .product_box .load_box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/public/static/images/home/en-us/loadding.gif") #f1f5f7
    no-repeat center;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.solution_box4 .product_box .load_box.load:after {
  opacity: 1;
  visibility: visible;
}
.solution_box4 .product_box,
.solution_box4 .products_list_box {
  padding-bottom: 0;
}
.solution_box4 .product_box .col_lg_18 {
  width: 100%;
}
.solution_box4 .products_list_box .product_list .img_box a {
  height: auto;
}
.fix_form {
  position: fixed;
  top: 15%;
  right: -240px;
  transition: all 0.3s;
  z-index: 8;
}
.fix_form.on {
  right: 10px;
  z-index: 8;
}
.fix_form .tip > span {
  display: inline-block;
  width: 40px;
  height: 185px;
  background: url("https://www.alps-machine.com/public/static/images/home/en-us/fix_form_logo.png")
    no-repeat left center;
  cursor: pointer;
}
.fix_form.on .tip > span {
  background: url("https://www.alps-machine.com/public/static/images/home/en-us/fix_form_logo_0.png")
    no-repeat left center;
}
.fix_form .tip {
  white-space: nowrap;
}
.fix_form .form {
  display: inline-block;
  width: 240px;
  padding: 40px 15px;
  background: #eeeeee;
  vertical-align: middle;
}
.fix_form .form h2 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-family: Roboto;
  text-align: center;
  margin-bottom: 15px;
}
.fix_form .form .input {
  position: relative;
  margin-bottom: 12px;
}
.fix_form .form .input input[type="text"],
.fix_form .form .input textarea {
  width: 100%;
  height: 25px;
  border: 0;
  background: #dcdcdc;
  font-family: "Open Sans";
  text-indent: 10px;
}
.fix_form .form .input textarea {
  height: 70px;
  resize: none;
}
.fix_form .form .input .tips {
  display: block;
  color: red;
}
.fix_form .form .input .Varify_img {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 23px;
}
.fix_form .form .input .sub {
  width: 90px;
  height: 35px;
  background: #cd1e1e;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans";
  border: 0;
  cursor: pointer;
}
@media (max-width: 1620px) {
  .serviceCon_box .customerProject_box .btn_box a {
    font-size: 16px;
  }
  .serviceCon_box .customerProject_box .conBox .text {
    padding: 55px 55px 0;
  }
  .solution_box1 .solution_b_slick {
    width: 80%;
  }
  .solution_box1 .solution_s_slick {
    width: 20%;
  }
  .solution_box2 .slider_table td,
  .solution_box2 .slider_table th,
  .solution_box2 .slider_table td p,
  .solution_box2 .slider_table td span {
    font-size: 16px;
  }
}
@media (max-width: 1420px) {
  .serviceCon_box .service_menuBox {
    width: 280px;
  }
  .serviceCon_box .service_box {
    margin-left: 310px;
  }
  .serviceCon_box .customerProject_box .btn_box a {
    width: 15.5%;
    font-size: 15px;
  }

  .serviceCon_box .customerProject_box .conBox .text h2,
  .serviceCon_box .customerProject_box .conBox .text h2 a {
    font-size: 26px;
  }
  .serviceCon_box .customerProject_box .conBox .text p {
    font-size: 16px;
  }

  .additionalServices_box1 .items:nth-of-type(1) .item:nth-of-type(1) .img {
    border-top-left-radius: 40px;
  }
  .additionalServices_box1 .items:nth-of-type(1) .item:nth-of-type(4) .img {
    border-top-right-radius: 40px;
  }
  .additionalServices_box1 .items:nth-of-type(2) .item:nth-of-type(1) .img {
    border-bottom-left-radius: 40px;
  }
  .additionalServices_box1 .items:nth-of-type(2) .item:nth-of-type(4) .img {
    border-bottom-right-radius: 40px;
  }
  .solution_box1 .solution_b_slick {
    width: 85%;
  }
  .solution_box1 .solution_s_slick {
    width: 15%;
    padding: 0 20px;
  }
}
@media (max-width: 1420px) and (min-width: 992px) {
  .solution_box4 .items .item .icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1220px) {
  .langBox,
  .header_top .header_info .item {
    padding-left: 20px;
  }
  .header_top .header_info .item:nth-of-type(1) {
    padding-left: 0;
  }
  .nav_list > li > a,
  .header_itemBox .item a {
    padding: 0 14px;
  }
  .index_box3 .item_box .item {
    width: 25%;
    height: auto;
  }
  .index_box3 .item_box .item .img {
    height: auto;
    padding-top: 164%;
  }
  .index_box3 .item_box .item:nth-of-type(2n) .img {
    bottom: auto;
    top: 0;
  }
  .index_box3 .item .text,
  .index_box3 .item:nth-of-type(2n) .text {
    height: 80px;
    margin-top: 170%;
  }
  .index_box7 .index_newsSlick .newsCon_slick .con_box {
    width: 100%;
  }
  .index_box7 .index_newsSlick .newsCon_slick .text {
    padding: 55px 40px 0;
  }
  #ProductDetail_box {
    width: 100%;
  }
  #pro_Introduction .text,
  #pro_TechnicalData .img,
  #pro_DetailsDescription .item_box,
  #pro_CooperationBrand .img,
  #pro_TurnkeyProject .img_box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_box3 .item_box .item {
    width: 33.33%;
  }
  .contact_box3 .item_box .item.item5 {
    width: 66%;
  }
  .contact_box4 #googleMapPanel {
    height: 400px;
  }

  .index_box2 .conBox .img {
    width: 60%;
  }
  .index_box2 .conBox .text {
    width: 40%;
    padding-top: 7%;
  }
  .index_box2 .conBox .text p {
    font-size: 60px;
  }

  .serviceCon_box .customerProject_box .btn_box a {
    width: 32%;
    margin: 0 0.5% 10px !important;
  }
  .serviceCon_box .customerProject_box .item {
    margin-right: -20px;
    padding-right: 35px;
  }
  .serviceCon_box .customerProject_box .conBox .imgSlick {
    width: 100%;
  }
  .serviceCon_box .customerProject_box .conBox .text {
    width: 100%;
    padding: 30px 0;
  }

  .additionalServices_box1 .items:nth-of-type(1) .item:nth-of-type(1) .img {
    border-top-left-radius: 0;
  }
  .additionalServices_box1 .items:nth-of-type(1) .item:nth-of-type(4) .img {
    border-top-right-radius: 0;
  }
  .additionalServices_box1 .items:nth-of-type(2) .item:nth-of-type(1) .img {
    border-bottom-left-radius: 0;
  }
  .additionalServices_box1 .items:nth-of-type(2) .item:nth-of-type(4) .img {
    border-bottom-right-radius: 0;
  }
  .additionalServices_box1 .item .text {
    background: none;
    padding-left: 20px;
    position: relative;
  }
  .additionalServices_box1 .item .text:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #10497e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .additionalServices_box2 .item {
    width: 25%;
  }
  .additionalServices_box3 .item .text {
    overflow: hidden;
  }
  .additionalServices_box3 .item .text a {
    width: 100%;
    display: block !important;
    float: left !important;
  }
  .focus3d-sandTable {
    height: 45vh !important;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 60px;
  }
  /*移动端隐藏模块*/
  .header {
    display: none;
  }

  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    z-index: 99999;
  }

  .m_header {
    height: 60px;
  }
  .focus3d-sandTable {
    height: 35vh !important;
  }
  .logo_box {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 0;
    font-size: 0;
    zoom: 1;
  }

  .logo_box img {
    height: 100%;
  }

  /*移动端菜单按钮*/
  .nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
  }

  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #10497e;
    position: absolute;
    display: block;
    content: "";
  }

  .nav_toggle span:before {
    top: -10px;
  }

  .nav_toggle span:after {
    bottom: -10px;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }

  .nav_toggle.active span {
    background-color: transparent;
  }

  .nav_toggle.active span:before,
  .nav_toggle.active span:after {
    top: 0;
  }

  .nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }

  /*移动端导航*/
  .m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
  }

  .m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #000000;
  }

  .m_header .m_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
  }

  .m_header .m_nav_list > li > i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    top: 8px;
    right: 10px;
    background: url("/public/static/images/home/en-us/reset/li_click.png")
      no-repeat top center;
  }

  .m_header .m_nav_list > li > a {
    opacity: 0;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
  }

  .m_header .m_nav_list .dropdown_menu > li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
  }

  .langBox {
    position: absolute;
    top: 0;
    padding-top: 0;
    padding-left: 0;
    right: 10px;
  }
  .langBox span {
    line-height: 60px;
    padding-bottom: 0;
  }

  .footer_box .fast_navigation .col_sm_1 {
    display: none;
  }
  .footer_info {
    padding: 10px 0;
  }
  .footer_info ul li {
    width: 100%;
    height: auto;
  }
  .footer_info ul li a {
    position: initial !important;
    margin-top: 0 !important;
    line-height: 1.7;
  }

  .banner_slick .slick-prev,
  .banner_slick .slick-next {
    display: none !important;
  }

  .index_box2 .item {
    width: 33.33%;
  }
  .index_box3 .item .text,
  .index_box3 .item:nth-of-type(2n) .text {
    height: 60px;
  }
  .index_box4 .col_lg_1_5 {
    width: 33.33%;
  }
  .index_box5 .item .img {
    text-align: center;
  }
  .index_box5 .item .text h3 {
    font-size: 24px;
  }
  .index_box5 .item .text p {
    font-size: 16px;
  }
  .index_box7 .index_newsSlick .newsCon_slick .img {
    width: 40%;
  }
  .index_box7 .index_newsSlick .newsCon_slick .text {
    margin-left: 40%;
    padding-top: 0;
    padding-right: 0;
  }
  .index_box7 .index_newsSlick .newsCon_slick .text h3 a {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .index_box7 .index_newsSlick .newsCon_slick .text p {
    font-size: 16px;
  }

  .pro_S_img {
    display: none;
  }
  .pro_B_img .slick-dots {
    bottom: 10px;
  }
  .pro_B_img .slick-dots li {
    background: #c5c5c5;
  }
  .pro_B_img .slick-dots li.slick-active {
    border-color: #1f3977;
  }
  #ProductDetail_box {
    width: 100%;
  }

  .contact_box2 .info_box {
    width: 100%;
  }

  .contact_box1 .text h1 {
    font-size: 32px;
  }

  .about_box1 .text h1 {
    font-size: 38px;
  }
  .about_box1 .text h2 {
    font-size: 34px;
  }
  .about_box2 .item_box .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_box3 .col_lg_16 {
    width: 100%;
    float: left;
  }
  .about_box3 .text_box .title {
    margin-top: 60px;
  }
  .about_box3 .text_box .text {
    margin-top: 30px;
    padding-right: 0;
  }

  .about_box3 .col_lg_8 {
    display: none;
  }

  .index_box2 .indPro_imgBox {
    background-position: right center;
  }
  .index_box2 .conBox .text p {
    font-size: 45px;
    color: #c1c1c1;
  }
  .index_box2 .conBox .img {
    width: 100%;
  }
  .index_box2 .conBox .img img {
    height: 280px;
  }
  .index_box2 .conBox .text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 7%;
    text-align: center;
  }
  .index_box2 .conBox .text p {
    font-size: 28px;
    color: #454545;
  }

  .about_box1 {
    height: auto;
    padding-bottom: 80px;
  }
  .about_box2 {
    margin-top: 80px;
  }

  .serviceCon_box .service_menuBox {
    width: 100%;
  }
  .serviceCon_box .service_box {
    width: 100%;
    margin-left: 0;
    float: left;
  }
  .serviceCon_box .customerProject_box .title h1 {
    font-size: 26px;
  }
  .serviceCon_box .customerProject_box .item {
    margin: 0;
    padding: 0;
  }
  .serviceCon_box .customerProject_box .conBox .imgSlick {
    -webkit-box-shadow: 0 0 0 0 #000000;
    -moz-box-shadow: 0 0 0 0 #000000;
    box-shadow: 0 0 0 0 #000000;
  }
  .serviceCon_box .customerProject_box .conBox .imgSlick img {
    width: 100%;
  }

  .additionalServices_box1 .item {
    width: 50%;
  }
  .additionalServices_box2 .item {
    width: 33.33%;
  }
  .additionalServices_box3 .item .text a {
    font-size: 24px !important;
  }
  .solution_banner .content h1 {
    font-size: 35px;
  }
  .solution_banner .content p {
    font-size: 20px;
  }
  .solution_box1 .content {
    flex-wrap: wrap;
  }
  .solution_box1 .solution_b_slick {
    width: 100%;
  }
  .solution_box1 .solution_s_slick {
    width: 100%;
    padding: 0 20px;
  }
  .solution_box3 .type_nav .item {
    font-size: 20px;
  }
  .solution_box3 .type_nav .item img {
    width: 40px;
  }
  .solution_box4 .line_nav .items {
    flex-wrap: wrap;
  }
  .solution_box4 .items .item {
    width: 33.3%;
  }
  .solution_box4 .tip {
    display: none;
  }
}
@media (max-width: 767px) {
  .focus3d-sandTable {
    height: 30vh !important;
  }
  #back_top a {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .index_box3 .title {
    padding-left: 0;
    padding-right: 0;
  }
  .index_box3 .item .text {
    background-image: none !important;
  }
  .index_box3 .item .text h3 {
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
  }
  .index_box6 {
    padding: 120px 0;
  }
  .index_box6 .text h1 {
    font-size: 34px;
  }
  .index_box7 .index_newsSlick .newsCon_slick .img {
    width: 100%;
    float: left;
  }
  .index_box7 .index_newsSlick .newsCon_slick .text {
    width: 100%;
    margin-left: 0;
    float: left;
  }
  .index_box7 .index_newsSlick .newsCon_slick .img img {
    clear: both;
    display: block;
    margin: auto;
  }
  .index_box7 .index_newsSlick .newsCon_slick .text {
    padding: 30px 30px 0;
  }
  .contact_box2 .info_box .label_control,
  .contact_box2 .info_box input[type="text"],
  .contact_box2 .info_box .tips,
  .contact_box2 .info_box input[type="submit"] {
    height: 40px;
    line-height: 40px;
  }
  .contact_box2 .info_box .info.imgVerifyCode img {
    height: 32px !important;
  }
  .contact_box2 .info_box .info.imgVerifyCode .tips {
    top: 30px !important;
  }
  .contact_box2 .info_box input[type="submit"] {
    margin-top: 10px;
  }

  .contact_box3 .item_box .item {
    width: 50%;
  }
  .contact_box3 .item_box .item.item5 {
    width: 100%;
  }

  .about_box1 .text h1 {
    margin-bottom: 30px;
  }

  .additionalServices_box1 .title .t {
    width: 100%;
    float: left;
  }
  .additionalServices_box3 .item {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  .solution_box5 .form .input.w_50 {
    width: 100%;
  }

  .footer_copyright {
    padding: 15px 0;
  }
  .Social_concern {
    display: none;
  }
  .Fast_contact {
    display: block;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    z-index: 9999;
  }
  .Fast_contact ul li.onlineservice_li.wechat {
    display: none;
  }

  .Fast_contact ul li.onlineservice_li {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
    border-left: 1px solid #ffffff;
    border-radius: 0;
  }
  .Fast_contact ul li.onlineservice_li.email_click {
    display: block;
  }
  .Fast_contact ul li.onlineservice_li:nth-of-type(1) {
    border-left: 0;
  }
  .onlineservice_tips {
    display: none;
  }
  .fix_form {
    display: none;
  }
}
@media (max-width: 640px) {
  .product_img_box {
    width: 400px;
    margin: auto;
    float: none;
  }
  .parameter_box {
    float: left;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }

  .about_box1 .text h1 {
    font-size: 32px;
  }
  .about_box1 .text h2 {
    font-size: 24px;
  }
  .about_box6 .text p {
    line-height: 1.2;
  }

  .serviceCon_box .customerProject_box .conBox .imgSlick {
    padding: 20px 20px 0;
  }
  .ejectEmail_form {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
}
@media (max-width: 580px) {
  .index_box2 .item {
    width: 50%;
  }
  .index_box3 .item_box .item {
    width: 50%;
  }
  .index_box4 .col_lg_1_5 {
    width: 50%;
  }
  .index_box4 .indVideo_box .img img {
    width: 100%;
  }
  .index_box5 .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .index_box5 .item .img {
    margin-bottom: 10px;
    text-align: center;
  }
  .index_box7 .title h2 {
    font-size: 38px;
  }
  #ProductDetail_box .bt h3 {
    font-size: 24px;
  }
  #pro_DetailsDescription .item .img,
  #pro_DetailsDescription .item .text {
    width: 100%;
  }
  #pro_RelatedProducts .item {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
  }
  .index_box2 .indPro_imgBox {
    background-position: bottom center;
  }

  .additionalServices_box2 .item {
    width: 50%;
  }
  .additionalServices_box1 .item .text,
  .additionalServices_box2 .item .text {
    font-size: 16px;
  }
  .solution_banner .content h1 {
    font-size: 26px;
  }
  .solution_banner .content p {
    font-size: 18px;
  }
  .solution_box4 .items .item {
    width: 50%;
  }
  .solution_box5 .form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .solution_box3 .type_nav .items {
    flex-wrap: wrap;
  }
  .solution_box3 .type_nav .items .item {
    width: 100%;
  }
  .solution_box3 .type_nav {
    background: none !important;
  }
  .solution_box3 .type_nav .items .item {
    color: #000;
  }
  .solution_box3 .type_nav .items .item.on {
    color: #10497e;
  }
  .solution_box3 .type_nav .item img {
    margin-right: 0;
  }
  .solution_box3 {
    padding-top: 0;
  }
  .icon_tit img {
    width: 50px;
  }
  .solution_box2 .con_table {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .focus3d-sandTable {
    height: 25vh !important;
  }
  .index_box1 .title h1,
  .index_box3 .title h2,
  .index_box4 .title h2,
  .index_box5 .title h2,
  .index_box6 .text h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .index_box5 .item {
    width: 100%;
  }
  .index_box7 .index_newsSlick .newsTime_slick .slick-dots {
    display: none !important;
  }
  .index_box7 .index_newsSlick .newsCon_slick .text {
    padding: 30px 0 0;
  }

  .contact_box3 .item_box .item {
    width: 100%;
  }

  .about_box4 .aboutSlick_box .slick_first .img img {
    width: 100%;
  }

  .index_box2 .conBox .img img {
    height: auto;
  }

  .serviceCon_box .customerProject_box .btn_box a {
    width: 49%;
  }

  .additionalServices_box1 .item,
  .additionalServices_box2 .item {
    width: 100%;
  }
  .icon_tit h2,
  .solution_box4 h3,
  .solution_box5 .form h2 {
    font-size: 20px;
  }
  .solution_box5 .form .input .Varify_img {
    height: 30px;
    top: 12px;
  }
  .solution_box3 .solu_video .video_click:after {
    background-size: 12%;
  }
}
/*new style use product category for 24.5.30*/
.productN_content_box {
  width: 83.3%;
  height: auto;
  margin: 0px auto;
  padding: 58px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.productN_content_left {
  width: 18.62%;
  height: auto;
  position: sticky;
  top: 0;
}
.productN_content_left_nav {
  width: 100%;
  height: auto;
  padding: 24px 0;
  position: relative;
}
.productN_content_left_nav:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #3e3e3e;
  position: absolute;
  left: 7px;
  top: 0;
}
.productN_content_left_nav li {
  width: 100%;
  padding-left: 48px;
  position: relative;
}
.productN_content_left_nav li + li {
  margin-top: 48px;
}
.productN_content_left_nav li a {
  font-size: 16px;
  color: #6a6d6a;
  font-weight: 700;
}
.productN_content_left_nav li.on a,
.productN_content_left_nav li:hover a {
  color: #000000;
}
.productN_content_left_nav li:before {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background: #10497e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productN_content_left_nav li.on:before,
.productN_content_left_nav li:hover:before {
  display: block;
}
.productN_content_right {
  width: 76%;
  height: auto;
}
.productN_category_detial_info {
  width: 100%;
  height: auto;
  padding: 70px 62px;
  background: #f6f8fa;
}
.productN_category_detial_info h1 {
  font-size: 40px;
  color: #2c2c2c;
  font-weight: 700;
  text-align: center;
}
.productN_category_detial_info h4 {
  font-size: 24px;
  color: #2c2c2c;
  font-weight: 700;
  margin-top: 20px;
}
.productN_category_detial_info h2 {
  margin-top: 20px;
}
.productN_category_detial_info p {
  font-size: 16px;
  color: #161616;
  line-height: 1.6;
  margin-top: 12px;
}
.productN_category_detial_info2 p {
  margin-top: 5px;
}
.productN_category_title {
  font-size: 40px;
  color: #2c2c2c;
  font-weight: 700;
  text-align: center;
  margin-top: 46px;
}
.productN_category_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productN_category_ul li {
  width: 49.1%;
  height: auto;
  margin-top: 35px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
  background: #10497e;
}
.productN_category_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  background: #fff;
}
.productN_category_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.productN_category_ul li:hover .productN_category_img img {
  transform: scale(1.1);
}
.productN_category_txt {
  width: 100%;
  height: auto;
  padding: 30px 26px;
  background: #10497e;
}
.productN_category_txt h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  min-height: 58px;
}
.productN_category_txt h4 a {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.productN_category_txt p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  color: #fff;
  display: block;
  min-height: 130px;
}
.productN_category_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 42px;
  background: #229cd3;
  border-radius: 10px;
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  color: #fefefe;
  font-weight: 600;
}
.productN_category_page {
  float: none;
  margin-top: 43px;
}
.productN_category_page .page {
  display: flex;
  justify-content: center;
  border: none;
}
.productN_category_page .page li:nth-last-of-type(1) {
  border-right: 1px solid #e5e5e5;
}
.productN_category_video_box {
  width: 100%;
  height: auto;
  margin-top: 46px;
}
.productN_category_video_title {
  font-size: 30px;
  color: #2c2c2c;
  font-weight: 700;
  text-align: center;
}
.productN_category_video_content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.productN_category_video_content_left {
  width: 41%;
  height: 285px;
}
.productN_category_video_content_left iframe {
  width: 100%;
  height: 100%;
}
.productN_category_video_content_right {
  padding-left: 85px;
  flex: 1;
  padding-right: 3%;
}
.productN_category_video_content_right p {
  font-size: 16px;
  color: #161616;
  font-weight: 400;
  line-height: 1.6;
}
.productN_category_video_content_right p + p {
  margin-top: 30px;
}
.productN_category_detial_packging_box {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.productN_category_detial_packging_title {
  width: 100%;
  height: auto;
}
.productN_category_detial_packging_title h4 {
  font-size: 30px;
  color: #2c2c2c;
  text-align: center;
  font-weight: 700;
}
.productN_category_detial_packging_title p {
  display: block;
  width: 80.13%;
  height: auto;
  margin: 0px auto;
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #161616;
}
.productN_category_detial_packging_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.productN_category_detial_packging_ul2 {
  justify-content: space-between;
}
.productN_category_detial_packging_ul li {
  width: 32%;
  height: auto;
  margin-left: 2%;
  margin-top: 40px;
  padding: 38px 22px;
  background: #f2f2f9;
  border-top-width: 10px;
  border-top-style: solid;
}
.productN_category_detial_packging_ul2 li {
  width: 48.5%;
  margin-left: 0;
  padding: 57px 22px;
}
.productN_category_detial_packging_ul li:nth-of-type(odd) {
  border-color: #229cd3;
}
.productN_category_detial_packging_ul li:nth-of-type(even) {
  border-color: #10497e;
}
.productN_category_detial_packging_ul li:nth-of-type(3n + 1) {
  margin-left: 0px;
}
.productN_category_detial_packging_ul li h4 {
  font-size: 24px;
  color: #2c2c2c;
  font-weight: 700;
  margin-bottom: 15px;
}
.productN_category_detial_packging_ul li p {
  font-size: 16px;
  color: #161616;
  line-height: 1.6;
  margin-top: 15px;
}
.productN_category_detial_packging_ul li p a {
  font-size: 16px;
  color: #093078;
}
.productN_category_download {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.productN_category_download li {
  width: 49.1%;
  height: auto;
}
.productN_category_download li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #596986;
  text-decoration: underline;
  margin-top: 38px;
}
.productN_category_download li a img {
  display: block;
  margin-right: 10px;
}
.productN_category_download li:nth-of-type(even) a {
  justify-content: flex-end;
}
@media (max-width: 1768px) {
  .productN_category_video_content_right {
    padding-left: 3%;
  }
  .productN_category_video_content_right p + p {
    margin-top: 10px;
  }
}
@media (max-width: 1400px) {
  .productN_content_box {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .productN_category_detial_packging_ul li {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .productN_content_box {
    flex-wrap: wrap;
  }
  .productN_content_left {
    width: 100%;
  }
  .productN_content_left {
    position: relative;
  }
  .productN_content_left_nav:before {
    display: none;
  }
  .productN_content_left_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productN_content_left_nav li.on:before,
  .productN_content_left_nav li:hover:before {
    display: none;
  }
  .productN_content_left_nav li {
    padding: 0;
    width: 32%;
    margin-top: 18px;
    height: 48px;
    border-radius: 5px;
    background: #f6f8fa;
  }
  .productN_content_left_nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .productN_content_left_nav li + li {
    margin-top: 18px;
  }
  .productN_content_left_nav li.on,
  .productN_content_left_nav li:hover {
    background: #10497e;
  }
  .productN_content_left_nav li.on a,
  .productN_content_left_nav li:hover a {
    color: #fff;
  }
  .productN_content_right {
    width: 100%;
  }
  .productN_category_detial_info {
    padding: 5% 4%;
  }
  .productN_content_box {
    padding: 8vw 0;
  }
  .productN_content_left_nav {
    padding: 0;
  }
  .productN_content_left_nav li {
    width: 48.5%;
    height: 12vw;
    margin-top: 0;
    margin-bottom: 3.2vw;
  }
  .productN_content_left_nav li + li {
    margin-top: 0;
  }
  .productN_content_left_nav li a {
    font-size: 3.6vw;
  }
  .productN_category_detial_info h1 {
    font-size: 4.8vw;
  }
  .productN_category_detial_info p {
    font-size: 3.6vw;
    margin-top: 3.6vw;
  }
  .productN_category_title {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
  .productN_category_ul li {
    width: 100%;
    margin-top: 3.6vw;
  }
  .productN_category_txt {
    padding: 5% 4%;
  }
  .productN_category_txt h4 {
    min-height: auto;
  }
  .productN_category_txt h4 a {
    font-size: 3.8vw;
  }
  .productN_category_more {
    width: 40vw;
    height: 10.8vw;
    font-size: 3.8vw;
    margin-top: 5.8vw;
  }
  .productN_category_page {
    margin-top: 5.8vw;
  }
  .productN_category_video_box {
    margin-top: 8vw;
  }
  .productN_category_video_title {
    font-size: 4.8vw;
  }
  .productN_category_video_content {
    margin-top: 5.8vw;
    flex-wrap: wrap;
  }
  .productN_category_video_content_left {
    width: 100%;
    height: 48vw;
  }
  .productN_category_video_content_right {
    width: 100%;
    padding: 5% 4%;
  }
  .productN_category_video_content_right p {
    font-size: 3.6vw;
  }
  .productN_category_detial_packging_box {
    margin-top: 8vw;
  }
  .productN_category_detial_packging_title h4 {
    font-size: 4.8vw;
  }
  .productN_category_detial_packging_ul li {
    padding: 5% 4%;
    border-top-width: 1.2vw;
    margin-top: 3.8vw;
  }
  .productN_category_detial_packging_ul2 li {
    padding: 5% 4%;
  }
  .productN_category_detial_packging_ul li h4 {
    font-size: 4.2vw;
    margin-bottom: 1.8vw;
  }
  .productN_category_detial_packging_ul li p {
    font-size: 3.6vw;
    margin-top: 1.8vw;
  }
  .productN_category_download {
    margin-top: 8vw;
    flex-wrap: wrap;
  }
  .productN_category_download li {
    width: 100%;
  }
  .productN_category_download li:nth-of-type(even) a {
    justify-content: flex-start;
  }
  .productN_category_download li a {
    margin-top: 0;
    font-size: 3.6vw;
  }
  .productN_category_download li a img {
    width: 6vw;
    margin-right: 1.6vw;
  }
  .productN_category_download li + li {
    margin-top: 3.8vw;
  }
}
