/**************** extend css start ****************/

/* line 2, E:/167  Business//sass/_extends.scss */
.btn_1, .banner_part .banner_text .btn_1 {
  background-image: -webkit-linear-gradient(131deg, #c4252c, #cf2303, #cf2303, #cf2303);
  background-image: -o-linear-gradient(131deg, #c4252c, #cf2303, #cf2303, #cf2303);
  background-image: linear-gradient(131deg, #c4252c, #cf2303, #cf2303, #cf2303);
}

/* line 8, E:/167  Business//sass/_extends.scss */

/************** 按钮渐变效果关闭*****
.btn_2, .btn_4, .slick-dots .slick-active button {
  background-image: -webkit-linear-gradient(131deg, #cf2303, #000, #0c0b0b, #0c0b0b);
  background-image: -o-linear-gradient(131deg, #cf2303, #000, #0c0b0b, #0c0b0b);
  background-image: linear-gradient(131deg, #cf2303, #000, #0c0b0b, #0c0b0b);
}***************/

.btn_2, .btn_4, .slick-dots .slick-active button {background-color: rgba(0, 0, 0, 0.9)
 
}
.btn_black{border:5px solid #8c887d; text-align: center; width:50%;line-height: 50px;font-size: 36px; font-weight: bold;}
/**************** extend css start ****************/
/**************** common css start ****************/
/* line 3, E:/167  Business//sass/_common.scss */
body {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
 background:#222222;
}
.mobilebox{margin:30px 0; min-height: 450px;overflow-x:scroll;}

.mobilebox img{max-width:inherit; margin:0;}

/* line 9, E:/167  Business//sass/_common.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 12, E:/167  Business//sass/_common.scss */
input:hover, input:focus {
  outline: none !important;
}

/* line 15, E:/167  Business//sass/_common.scss */
.gray_bg {
  background-color: #565656;
}

/* line 18, E:/167  Business//sass/_common.scss */
.section_padding {
  padding: 80px 0px;
}

/******鼠标放上去图片变大*******/
.imgbig img{cursor: pointer;transiton:all 0.6s;
	
}

.imgbig img:hover{transform: scale(1.1);
	
}



.ztable{ width:99%; padding-bottom: 20px;}
.ztable table th{ background:#222; color:#fff; line-height: 35px;padding: 5px;text-align: center;} 
.ztable table tr{ background:#FFF} 
.ztable table td{ background:#FFF;padding: 5px; text-align: center;} 
.ztable table th span{ font-size: 8px !important; } 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 18, E:/167  Business//sass/_common.scss */
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18, E:/167  Business//sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 576px) {
  /* line 18, E:/167  Business//sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 18, E:/167  Business//sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 33, E:/167  Business//sass/_common.scss */
.single_padding_top {
  padding-top: 100px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 33, E:/167  Business//sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 33, E:/167  Business//sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 576px) {
  /* line 33, E:/167  Business//sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 33, E:/167  Business//sass/_common.scss */
  .single_padding_top {
    padding-top: 80px !important;
  }
}

/* line 48, E:/167  Business//sass/_common.scss */
.padding_top {
  padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48, E:/167  Business//sass/_common.scss */
  .padding_top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 48, E:/167  Business//sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  /* line 48, E:/167  Business//sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48, E:/167  Business//sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

/* line 63, E:/167  Business//sass/_common.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 66, E:/167  Business//sass/_common.scss */
a:hover {
  color: #cf2303;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 74, E:/167  Business//sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.zhtitle h6 {
  color: #ffffff; font-size: 18px; font-weight: bold;
  font-family: "Poppins", sans-serif;
}
/* line 78, E:/167  Business//sass/_common.scss */
p {
  font-family: "Roboto", sans-serif;
  line-height: 1.929;
  font-size: 15px;
  margin-bottom: 0px;
  color: #ffffff;
}

/* line 87, E:/167  Business//sass/_common.scss */
h2 {
  font-size: 44px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 576px) {
  /* line 87, E:/167  Business//sass/_common.scss */
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 87, E:/167  Business//sass/_common.scss */
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

/* line 104, E:/167  Business//sass/_common.scss */
h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 576px) {
  /* line 104, E:/167  Business//sass/_common.scss */
  h3 {
    font-size: 20px;
  }
}

/* line 114, E:/167  Business//sass/_common.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit;
  font-weight: 600;
  color: #2a2a2a;
}

/* line 121, E:/167  Business//sass/_common.scss */
h5 {
  font-size: 18px;
  line-height: 22px;
}

/* line 126, E:/167  Business//sass/_common.scss */
img {
  max-width: 100%;
}

/* line 129, E:/167  Business//sass/_common.scss */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 136, E:/167  Business//sass/_common.scss */
.section_tittle {
  margin-bottom: 73px;
}

@media (max-width: 576px) {
  /* line 136, E:/167  Business//sass/_common.scss */
  .section_tittle {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 136, E:/167  Business//sass/_common.scss */
  .section_tittle {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 136, E:/167  Business//sass/_common.scss */
  .section_tittle {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 136, E:/167  Business//sass/_common.scss */
  .section_tittle {
    margin-bottom: 30px;
  }
}

/* line 150, E:/167  Business//sass/_common.scss */
.section_tittle h2 {
  font-size: 45px;
  color: #ffffff;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
}

@media (max-width: 576px) {
  /* line 150, E:/167  Business//sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 150, E:/167  Business//sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 150, E:/167  Business//sass/_common.scss */
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 150, E:/167  Business//sass/_common.scss */
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 173, E:/167  Business//sass/_common.scss */
.section_tittle p {
  color: #666666;
  font-weight: 400;
}

/* line 178, E:/167  Business//sass/_common.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 220, E:/167  Business//sass/_common.scss */
.padding_less_40 {
  margin-bottom: -50px;
}

/* line 223, E:/167  Business//sass/_common.scss */
.z_index {
  z-index: 9 !important;
  position: relative;
}

@media (max-width: 576px) {
  /* line 229, E:/167  Business//sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  /* line 235, E:/167  Business//sass/_common.scss */
  .container {
    max-width: 1170px;
  }
}


.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 28px;
}

/* line 34, E:/167  Business//sass/_button.scss */
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

/* line 39, E:/167  Business//sass/_button.scss */
.btn_1 {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  margin-top: 45px;
  background-size: 300% 100%;
}

/* line 52, E:/167  Business//sass/_button.scss */
.btn_1:hover {
  color: #fff !important;
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  /* line 39, E:/167  Business//sass/_button.scss */
  .btn_1 {
    padding: 14px 30px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 39, E:/167  Business//sass/_button.scss */
  .btn_1 {
    padding: 14px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 39, E:/167  Business//sass/_button.scss */
  .btn_1 {
    padding: 14px 30px;
    margin-top: 30px;
  }
}

/* line 74, E:/167  Business//sass/_button.scss */
.btn_2 {
  display: inline-block;
  padding: 3px 20px;
  box-shadow: 0px 3px 3px 0px rgba(12, 12, 12, 0.1); 
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.5s;
  border-radius: 5px;
  margin-top: 0px;
  background-size: 300% 100%;
}

/* line 86, E:/167  Business//sass/_button.scss */
.btn_2:hover { background: #e4161c;
  color: #fff !important;
  background-size: 100% 100%;
}

@media (max-width: 576px) {
  /* line 74, E:/167  Business//sass/_button.scss */
  .btn_2 {
    padding: 14px 30px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 74, E:/167  Business//sass/_button.scss */
  .btn_2 {
    padding: 14px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 74, E:/167  Business//sass/_button.scss */
  .btn_2 {
    padding: 14px 30px;
    margin-top: 30px;
  }
}


/*=================== custom button rule start ====================*/
/* line 168, E:/167  Business//sass/_button.scss */
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #fdcb9e;
  text-transform: uppercase;
  background-color: #cf2303;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  /* line 168, E:/167  Business//sass/_button.scss */
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

/* line 187, E:/167  Business//sass/_button.scss */
.button:hover {
  color: #fff;
}

/* line 192, E:/167  Business//sass/_button.scss */
.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}

/* line 198, E:/167  Business//sass/_button.scss */
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}

/* line 204, E:/167  Business//sass/_button.scss */
.button-header {
  color: #fff;
  border-color: #fdcb9e;
}

/* line 208, E:/167  Business//sass/_button.scss */
.button-header:hover {
  background: #b8024c;
  color: #fff;
}

/* line 214, E:/167  Business//sass/_button.scss */
.button-contactForm {
  color: #fff;
  border-color: #fdcb9e;
  padding: 12px 25px;
}

/**************menu part start*****************/
.main_menu{background:#000;}
/* line 3, E:/167  Business//sass/_menu.scss */
.main_menu .navbar-brand {
  padding-top: 0rem;
}

/* line 7, E:/167  Business//sass/_menu.scss */
.main_menu .navbar {
  padding: 28px 0px;
}

/* line 11, E:/167  Business//sass/_menu.scss */
.main_menu .main-menu-item {
  text-align: right !important;
  justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 11, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item { 
    padding-right: 35px;
  }
}

/* line 18, E:/167  Business//sass/_menu.scss */
.main_menu .main-menu-item ul li a {
  color: #ffffff !important;
  font-size: 16px;
  padding: 7px 24px !important;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 18, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item ul li a {
    padding: 0px 16px !important;
  }
}

/* line 33, E:/167  Business//sass/_menu.scss */
.home_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* line 41, E:/167  Business//sass/_menu.scss */
.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #000;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
}

/* line 49, E:/167  Business//sass/_menu.scss */
/*手机端菜单背景色*/
.menu_fixed span {
  color: #000 !important;
}

@media (max-width: 576px) {
  /* line 54, E:/167  Business//sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  /* line 57, E:/167  Business//sass/_menu.scss */
 /*手机端菜单背景色,手机端菜单里顶部*/
 .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    text-align: center !important;
  }
  /* line 68, E:/167  Business//sass/_menu.scss */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
  }
  /* line 73, E:/167  Business//sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
  /* line 79, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  /* line 81, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  /* line 83, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important;
  }
}
/*下来菜单外边包围*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 91, E:/167  Business//sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  /* line 94, E:/167  Business//sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 120px;/*下来菜单距离顶部位置*/
    width: 100%;
    text-align: center !important;
  }
  /* line 105, E:/167  Business//sass/_menu.scss */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
  }
  /* line 110, E:/167  Business//sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
  /* line 116, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  /* line 118, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  /* line 120, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 128, E:/167  Business//sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  /* line 131, E:/167  Business//sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  /* line 142, E:/167  Business//sass/_menu.scss */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
  }
  /* line 147, E:/167  Business//sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
  /* line 153, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  /* line 155, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  /* line 157, E:/167  Business//sass/_menu.scss */
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important;
  }
}

/* line 164, E:/167  Business//sass/_menu.scss */
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #e3e3e3;
}

/* line 169, E:/167  Business//sass/_menu.scss */
.dropdown:hover .dropdown-menu {
  display: block;
}


/**************** service_part css start ****************/
/* line 4, E:/167  Business//sass/_service.scss */
.service_part .single_service_text h2 {
  font-size: 45px;
  color: #fff;
  line-height: 1.222;
  margin-bottom: 20px;
  margin-top: 50px;
}

@media (max-width: 576px) {
  /* line 4, E:/167  Business//sass/_service.scss */
  .service_part .single_service_text h2 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 4, E:/167  Business//sass/_service.scss */
  .service_part .single_service_text h2 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 4, E:/167  Business//sass/_service.scss */
  .service_part .single_service_text h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 4, E:/167  Business//sass/_service.scss */
  .service_part .single_service_text h2 {
    margin-top: 0px;
    font-size: 35px;
  }
}

/* line 33, E:/167  Business//sass/_service.scss */
.service_part .single_service_text p {
  color: #ffffff;
  line-height: 1.8;
}

/* line 38, E:/167  Business//sass/_service.scss */
.service_part .single_service_text .btn_2 {
  margin-top: 45px;
}

@media (max-width: 576px) {
  /* line 38, E:/167  Business//sass/_service.scss */
  .service_part .single_service_text .btn_2 {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 38, E:/167  Business//sass/_service.scss */
  .service_part .single_service_text .btn_2 {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 38, E:/167  Business//sass/_service.scss */
  .service_part .single_service_text .btn_2 {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 38, E:/167  Business//sass/_service.scss */
  .service_part .single_service_text .btn_2 {
    margin-top: 25px;
  }
}

/* line 59, E:/167  Business//sass/_service.scss */
.service_part .single_service_part {
  padding: 30px 30px;
  background-color: #282828;
}

@media (max-width: 576px) {
  /* line 59, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part {
    padding: 30px 25px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 59, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part {
    padding: 30px 25px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 59, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part {
    padding: 30px 25px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 59, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part {
    margin-top: 25px;
  }
}

/* line 81, E:/167  Business//sass/_service.scss */
.service_part .single_service_part span {
  margin-left: 30px;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  /* line 81, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part span {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 81, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part span {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 81, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part span {
    margin-bottom: 35px;
  }
}

/* line 102, E:/167  Business//sass/_service.scss */
.service_part .single_service_part span:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: -30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: -1;
  background-color: #e3f1da;
}

/* line 115, E:/167  Business//sass/_service.scss */
.service_part .single_service_part span i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  background-image: -moz-linear-gradient(131deg, #00b09b 0%, #96c93d 100%);
  background-image: -webkit-linear-gradient(131deg, #00b09b 0%, #96c93d 100%);
  background-image: -ms-linear-gradient(131deg, #00b09b 0%, #96c93d 100%);
  box-shadow: 0px 12px 20px 0px rgba(53, 185, 122, 0.2);
}

/* line 130, E:/167  Business//sass/_service.scss */
.service_part .single_service_part .style_icon:after {
  background-color: #f6ece5;
}

/* line 134, E:/167  Business//sass/_service.scss */
.service_part .single_service_part .style_icon i {
  background-image: -moz-linear-gradient(131deg, #cf2303 0%, #c4252c 99%);
  background-image: -webkit-linear-gradient(131deg, #cf2303 0%, #c4252c 99%);
  background-image: -ms-linear-gradient(131deg, #cf2303 0%, #c4252c 99%);
  box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.2);
}

/*产品图片列表展示样式*/
/* line 142, E:/167  Business//sass/_service.scss */
.service_part .single_service_part h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 23px;
}
/*产品图片列表展示样式*/
.single_service_part img{margin:10px 0;}

@media (max-width: 576px) {
  /* line 142, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 142, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 142, E:/167  Business//sass/_service.scss */
  .service_part .single_service_part h4 {
    margin-bottom: 15px;
  }
}


/*首页工厂展示*/
 .fpartbox {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
.fpartbox .fpart{ background: #282828;padding:10px; margin-top:10px;
}
.fpartbox .fpart img{margin:10px 0;}
.fpartbox .fpart h5 {
  font-weight: 400;/*400相当于正常粗，700等于加粗*/
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  /* line 142, E:/167  Business//sass/_service.scss */
  /* 当浏览器缩小，展示变成两列 */
  .fpartbox   { -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%
    
  }
	.fpartbox .fpart h5 {
    margin-bottom: 15px;
  }
	
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 142, E:/167  Business//sass/_service.scss */
  .fpartbox .fpart h5 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 142, E:/167  Business//sass/_service.scss */
  .fpartbox .fpart h5 {
    margin-bottom: 15px;
  }
}



/* line 164, E:/167  Business//sass/_service.scss */
.service_part .single_service_part p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}

/* line 172, E:/167  Business//sass/_service.scss */
.service_part .service_btn:after {
  background-color: #f6ece5;
}

/* line 177, E:/167  Business//sass/_service.scss */
.service_part .hero-app-8 {
  position: absolute;
  right: 25%;
}

@media (max-width: 576px) {
  /* line 182, E:/167  Business//sass/_service.scss */
  .service_part .btn_3 {
    margin-top: 20px;
  }
}


/* line 55, E:/167  Business//sass/_review.scss */
.client_review_text h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

/* line 62, E:/167  Business//sass/_review.scss */
.client_review_text h5 {
  font-size: 14px;
  font-weight: 400;
}

/* line 71, E:/167  Business//sass/_review.scss */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 50px 0px 0px;
  list-style-type: none;
}

/* line 79, E:/167  Business//sass/_review.scss */
.slick-dots li {
  margin: 0px 8px;
}

/* line 83, E:/167  Business//sass/_review.scss */
.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
}

/* line 99, E:/167  Business//sass/_review.scss */
.slider-nav-thumbnails .slick-slide {
  opacity: 0.5;
  margin: 54px 0px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 99, E:/167  Business//sass/_review.scss */
  .slider-nav-thumbnails .slick-slide {
    margin: 54px 40px 20px;
  }
}

/* line 115, E:/167  Business//sass/_review.scss */
.slider-nav-thumbnails .slick-slide img {
  max-width: 100%;
  margin: 0 auto;
}



/**************** copyright part css start ****************/
/* line 2, E:/167  Business//sass/_copyright_part.scss */
.copyright_part {
  background-color: #0c0b0b;
  padding: 26px 0px;
}

/* line 5, E:/167  Business//sass/_copyright_part.scss */
.copyright_part p {
  color: #999999;
  font-family: 300;
}

/* line 9, E:/167  Business//sass/_copyright_part.scss */
.copyright_part a {
  color: #cf2303;
}

@media (max-width: 576px) {
  /* line 12, E:/167  Business//sass/_copyright_part.scss */
  .copyright_part .footer-social {
    margin-top: 20px;
	text-align: right !important;
  }
}

/* line 25, E:/167  Business//sass/_copyright_part.scss */
.copyright_part .footer-social a {
 
  height: 35px;
  display: inline-block;
  line-height: 35px;
  margin-left: 10px;

}

/* line 35, E:/167  Business//sass/_copyright_part.scss */
.copyright_part .footer-social a:hover {
  background-color: #e40e1d !important;
  color: #999999 !important;
}
/*联系方式链接样式*/
.contactdow  {
    margin-top: 20px;
  }
.contactdow  a {
  display: inline-block;
  line-height: 35px;
  background: #000000;
  padding:0 20px; color: #c9c9c9 !important;
}
.contactdow a:hover {
  background-color: #cf2303 !important;
  color: #c9c9c9 !important;
}
.iosdow {display: block; width:300px; 
}
.andow {display: block; width:300px;
}
/* line 40, E:/167  Business//sass/_copyright_part.scss */
.copyright_part .footer-social a i:hover {
  color: #e4161c;
}




@media (max-width: 576px) {
  /* line 47, E:/167  Business//sass/_copyright_part.scss */
  .copyright_part .footer-text {
    text-align: center;
  }
	.text-center {
  text-align: center !important
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 52, E:/167  Business//sass/_copyright_part.scss */
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
		.text-center {
  text-align: center !important
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 58, E:/167  Business//sass/_copyright_part.scss */
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
		.text-center {
  text-align: center !important
}
}

/* line 65, E:/167  Business//sass/_copyright_part.scss */
.copyright_part span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}


/*=================== contact banner start ====================*/
/* line 3, E:/167  Business//sass/_contact.scss */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10, E:/167  Business//sass/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 13, E:/167  Business//sass/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16, E:/167  Business//sass/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24, E:/167  Business//sass/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30, E:/167  Business//sass/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #cf2303;
}

/* line 36, E:/167  Business//sass/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}


/* TOP背景图设置 */
.breadcrumb_bg {
  background-image: url("../img/luckydragon.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.conttact_breadcrumb_bg {
  background-image: url("../img/conttactbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_breadcrumb_bg {
  background-image: url("../img/aboutbg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cabg {
  background-image: url("../img/cabg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pcbg {
  background-image: url("../img/pcbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.qcbg {
  background-image: url("../img/qcbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fcbg {
  background-image: url("../img/fcbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
 


/* line 4, E:/167  Business//sass/_breadcrumb.scss */
.breadcrumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* line 8, E:/167  Business//sass/_breadcrumb.scss */
/*顶部广告图片背景设置*/
.breadcrumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0.5;
  z-index: -1;
}

/* line 19, E:/167  Business//sass/_breadcrumb.scss */

.breadcrumb .breadcrumb_iner {
  height: 400px;
  width: 100%;
  display: table;
}

/* line 23, E:/167  Business//sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

/* line 26, E:/167  Business//sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #000;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  /* line 26, E:/167  Business//sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 26, E:/167  Business//sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 26, E:/167  Business//sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}

/* line 45, E:/167  Business//sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 18px;
  color: #e4161c;
}

/* line 49, E:/167  Business//sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {font-size: 18px !important; background: rgba(255, 255, 255, 0.5);
  padding: 0px 10px;
  font-size: 12px;
}

/* line 58, E:/167  Business//sass/_breadcrumb.scss */
.breadcrumb {
  margin-bottom: 0px !important;
}

/* line 2, E:/167  Business//sass/_footer.scss */
.footer-area {
  background-color: #e0e7eb;
  padding: 140px 0px 100px;
}

@media (max-width: 991px) {
  /* line 2, E:/167  Business//sass/_footer.scss */
  .footer-area {
    padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  /* line 8, E:/167  Business//sass/_footer.scss */
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

/* line 13, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget p {
  color: #666666;
}

/* line 17, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget h4 {
  color: #ffffff;
  font-style: inherit;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 1024px) {
  /* line 17, E:/167  Business//sass/_footer.scss */
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 17, E:/167  Business//sass/_footer.scss */
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

/* line 31, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget ul li {
  margin-bottom: 14px;
}

/* line 33, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget ul li a {
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 36, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget ul li a:hover {
  color: #cf2303;
}

/* line 42, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

/* line 45, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget input {
  height: 48px;
  border: none;
  width: 67% !important;
  font-weight: 400;
  background: transparent;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  color: #ffffff;
}

/* line 57, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

/* line 62, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget .click-btn {
  background-color: #cf2303;
  color: #c9c9c9;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 20px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  position: relative;
  left: 0;
}

/* line 75, E:/167  Business//sass/_footer.scss */
.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 375px) {
  /* line 62, E:/167  Business//sass/_footer.scss */
  .footer-area .single-footer-widget .click-btn {
    margin-top: 10px;
  }
}

@media (min-width: 400px) {
  /* line 62, E:/167  Business//sass/_footer.scss */
  .footer-area .single-footer-widget .click-btn {
    left: -50px;
  }
}

/* line 89, E:/167  Business//sass/_footer.scss */
.footer-area .footer-bottom {
  margin-top: 70px;
}

@media (max-width: 991px) {
  /* line 89, E:/167  Business//sass/_footer.scss */
  .footer-area .footer-bottom {
    margin-top: 20px;
  }
}

/* line 94, E:/167  Business//sass/_footer.scss */
.footer-area .footer-bottom .footer-social {
  text-align: center;
}

@media (max-width: 991px) {
  /* line 94, E:/167  Business//sass/_footer.scss */
  .footer-area .footer-bottom .footer-social {
    text-align: left;
    margin-top: 30px;
  }
}

/* line 100, E:/167  Business//sass/_footer.scss */
.footer-area .footer-bottom .footer-social a {
  background: rgba(255, 255, 255, 0.15);
  margin-left: 3px;
  width: 32px;
  display: inline-grid;
  text-align: center;
  height: 32px;
  align-content: center;
}

/* line 109, E:/167  Business//sass/_footer.scss */
.footer-area .footer-bottom .footer-social a i, .footer-area .footer-bottom .footer-social a span {
  font-size: 14px;
}

/* line 115, E:/167  Business//sass/_footer.scss */
.footer-area .btn_2 {
  margin-top: 0px;
}

/* line 75, E:/167  Business//sass/_elements.scss */
.sample-text-area {
  background: #c9c9c9;
  padding: 100px 0 70px 0;
}

/* line 80, E:/167  Business//sass/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85, E:/167  Business//sass/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #cf2303;
}

/* line 93, E:/167  Business//sass/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97, E:/167  Business//sass/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101, E:/167  Business//sass/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105, E:/167  Business//sass/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109, E:/167  Business//sass/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113, E:/167  Business//sass/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117, E:/167  Business//sass/_elements.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

/* line 127, E:/167  Business//sass/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

