/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(../font/montserrat-thin.eot);
  src: url(../font/montserrat-thin.eot) format('embedded-opentype'),
       url(../font/montserrat-thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(../font/montserrat-extralight.eot);
  src: url(../font/montserrat-extralight.eot) format('embedded-opentype'),
       url(../font/montserrat-extralight.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../font/montserrat-light.eot);
  src: url(../font/montserrat-light.eot) format('embedded-opentype'),
       url(../font/montserrat-light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../font/montserrat-regular.eot);
  src: url(../font/montserrat-regular.eot) format('embedded-opentype'),
       url(../font/montserrat-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../font/montserrat-medium.eot);
  src: url(../font/montserrat-medium.eot) format('embedded-opentype'),
       url(../font/montserrat-medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../font/montserrat-semibold.eot);
  src: url(../font/montserrat-semibold.eot) format('embedded-opentype'),
       url(../font/montserrat-semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../font/montserrat-bold.eot);
  src: url(../font/montserrat-bold.eot) format('embedded-opentype'),
       url(../font/montserrat-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(../font/montserrat-extrabold.eot);
  src: url(../font/montserrat-extrabold.eot) format('embedded-opentype'),
       url(../font/montserrat-extrabold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(../font/montserrat-black.eot);
  src: url(../font/montserrat-black.eot) format('embedded-opentype'),
       url(../font/montserrat-black.ttf) format('truetype');
}
body,html{
    font-family:'Montserrat', sans-serif;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.text-white{
  color: #fff;
}
.font16{
  font-size: 16px;
}
.font28{
  font-size: 28px !important;
  line-height: 36px !important;
}
.over1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over3 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over4 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title {
  text-align: center;
  font-size: 32px;
  color: #333;
}
.sub_title {
  text-align: center;
  padding: 20px 0;
}
.container_padding {
  padding: 100px 0 60px;
}
.container_content_padding {
  padding-top: 60px;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix::before {
  content: '';
  display: block;
  clear: both;
}
ul,
li {
  list-style: none;
}
html {
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
a,
.link {
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.layui-layer-photos-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover_box .cover {
  width: 100%;
}
.cover {
  width: 100%;
}
.box_shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
.title {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.font_weight {
  font-weight: 600;
}
.lead {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
.mt-1{
  margin-top: 10px;
}
body {
  padding-top: 128px;
  overflow-x: hidden;
}
.container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.layui-input:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(1, 119, 230, 0.6);
}
.layui-textarea:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(1, 119, 230, 0.6);
}
.demo_page {
  text-align: center;
}
.demo_page .layui-laypage a:hover {
  color: #333;
}
.demo_page a,
.demo_page span {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.arrow_link {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  width: 200px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 0 12px 0 12px;
  transition: all 0.3s ease-in;
}
.arrow_link::before,
.arrow_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #fff;
  transition: clip-path 0.6s ease-in-out;
  z-index: 1;
}
.arrow_link::before {
  clip-path: inset(0 185px 35px 0);
}
.arrow_link::after {
  clip-path: inset(35px 0 0 185px);
}
.arrow_link:hover {
  color: #fff;
  border-radius: 0;
}
.arrow_link:hover::after,
.arrow_link:hover::before {
  clip-path: inset(0 0 0 0);
}
.btn_bg {
  display: inline-block;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 12px 0 12px;
  position: relative;
  font-size: 20px;
  color: #fff;
}
.btn_bg .lt {
  position: absolute;
  top: -11px;
  left: -11px;
  font-size: 32px;
  color: #fff;
}
.btn_bg .rb {
  position: absolute;
  bottom: -11px;
  right: -11px;
  font-size: 32px;
  color: #fff;
  transform: rotate(180deg);
}
.loading_box {
  padding: 30px 0;
  text-align: center;
  display: none;
}
.loading_box .cover {
  width: auto;
}
.loading_open {
  display: block;
}
.product_banner {
  position: relative;
}
.product_banner .cover_box {
  overflow: hidden;
}
.product_banner .content {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 20px 100px 20px 30px;
  transform: translateY(-50%);
  background: linear-gradient(to left, rgba(1, 119, 230, 0.8), rgba(1, 119, 230, 0.1));
}
.product_banner .content .h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.product_banner .content .lead {
  color: #fff;
  text-align: right;
  font-size: 26px;
  font-weight: 600;
}
.contact_us_banner {
  position: relative;
}
.contact_us_banner .cover_box {
  overflow: hidden;
}
.contact_us_banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_us_banner .content .h3 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.contact_us_banner .content .lead {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.news_center_banner {
  position: relative;
}
.news_center_banner .cover_box {
  overflow: hidden;
}
.news_center_banner .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.news_center_banner .content .h3 {
  width: 50%;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 500;
}
.news_center_banner .content .lead {
  width: 60%;
}
.news_details_banner {
  position: relative;
}
.news_details_banner .cover_box {
  overflow: hidden;
}
.news_details_banner .cover {
  min-height: 500px;
}
.news_details_banner .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.news_details_banner .content .left_box .h3 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.news_details_banner .content .left_box .date {
  margin-top: 30px;
}
.news_details_banner .content .left_box .date .day {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.news_details_banner .content .left_box .date .time {
  font-size: 26px;
  color: #fff;
  padding-left: 10px;
}
.news_details_banner .content .cover_box {
  padding: 0;
  overflow: hidden;
}
.news_details_banner .content .cover_box .img {
  width: 100%;
  animation-name: centerBig;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes cooperation_leftMove {
  to {
    transform: translateX(-1500px);
  }
}
@keyframes cooperation_rightMove {
  to {
    transform: translateX(1500px);
  }
}
@keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
.maximg img{
  max-width: 100%;
  height: auto !important;
}
.keyframes_banner {
  animation-name: rightDownBig;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
.paging .nav_box {
  text-align: center;
}
.paging .nav_box .pagination .active a {
  background-color: #0177E6;
  border-color: #0177E6;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background: #fff;
  z-index: 10;
}
.header .content {
  height: 128px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content .logo .cover {
  width: 140px;
}
.header .content .right .search_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .content .right .search_box .box {
  width: 460px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 45px;
  display: flex;
  position: relative;
}
.header .content .right .search_box .box .select {
  background: #EEEEEE;
  cursor: pointer;
  position: relative;
  border-radius: 45px 0 0 45px;
}
.header .content .right .search_box .box .select .name {
  width: 160px;
  font-size: 14px;
  color: #000000;
  line-height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .content .right .search_box .box .select .name .text {
  padding-right: 6px;
  flex: 1;
}
.header .content .right .search_box .box .select .name .layui-icon {
  font-size: 14px;
  color: #B2B2B2;
  flex: none;
  transition: all 0.3s ease-in;
}
.header .content .right .search_box .box .select .open_ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 300px;
  padding: 10px 20px;
  background: #fff;
  z-index: 11;
}
.header .content .right .search_box .box .select .open_ul .li {
  color: #262626;
}
.header .content .right .search_box .box .select .open_ul .li:hover {
  color: #0177E6;
}
.header .content .right .search_box .box .select:hover .name .text {
  color: #0177E6;
}
.header .content .right .search_box .box .select:hover .name .layui-icon {
  color: #0177E6;
  transform: rotate(-180deg);
}
.header .content .right .search_box .box .search_form {
  flex: 1;
}
.header .content .right .search_box .box .search_form .layui-form {
  display: flex;
  padding: 0 10px;
}
.header .content .right .search_box .box .search_form .layui-form .layui-input {
  border: 0;
  padding: 0 10px;
}
.header .content .right .search_box .box .search_form .layui-form .layui-input:focus {
  border: 0;
  box-shadow: none;
}
.header .content .right .search_box .box .search_form .layui-form .layui-icon {
  cursor: pointer;
  font-size: 18px;
  background: none;
  border: none;
}
.header .content .right .search_box .search_box_focus {
  border: 1px solid #0177E6;
}
.header .content .right .search_box .hot_search {
  z-index: 10;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  display: none;
}
.header .content .right .search_box .hot_search .hot_ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.header .content .right .search_box .hot_search .hot_ul .name {
  font-weight: 600;
  width: 100%;
}
.header .content .right .search_box .hot_search .hot_ul .li {
  color: #262626;
}
.header .content .right .search_box .hot_search .hot_ul .li .link {
  padding: 6px 10px;
  line-height: 30px;
}
.header .content .right .search_box .hot_search .hot_ul .li .link:hover {
  color: #0177E6;
}
.header .content .right .search_box .contact_us {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-left: 20px;
  background: linear-gradient(171.55deg, #0177e6 0%, #3ab8f9 100%);
}
.header .content .right .bottom_tabs {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
}
.header .content .right .bottom_tabs .nav_box .ul_nav {
  display: flex;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li {
  position: relative;
  cursor: pointer;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_link {
  font-size: 14px;
  color: #000000;
  padding: 10px 14px;
  display: flex;
  align-items: center;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_link .text {
  padding-right: 4px;
  font-weight: 600;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_link .layui-icon {
  display: block;
  font-size: 12px;
  color: #0177E6;
  font-weight: 600;
  transition: all 0.4s ease-in;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_ul_down {
  display: none;
  position: absolute;
  top: 40px;
  left: 10px;
  width: 210px;
  background: #fff;
  z-index: 9;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_ul_down .down_li .down_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_ul_down .down_li .down_link .down_text {
  padding-right: 10px;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_ul_down .down_li .down_link .layui-icon {
  font-size: 12px;
  color: #0177E6;
  font-weight: 600;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_ul_down .down_li .down_link:hover {
  background: #f6f6f6;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_ul_down .down_li .down_link:hover .down_text {
  color: #0177E6;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li .nav_ul_down .down_li .nav_ul_down {
  position: absolute;
  left: 100%;
  top: 0;
  width: 210px;
  min-height: 100%;
  background: #fff;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li:hover .nav_link .text {
  color: #0177E6;
}
.header .content .right .bottom_tabs .nav_box .ul_nav .nav_li:hover .nav_link .layui-icon {
  transform: rotate(-180deg);
}
.header .content .right .bottom_tabs .nav_box .ul_nav .active .nav_link {
  color: #0177E6;
}
.header .content .right .bottom_tabs .lanuage_box {
  margin-left: 20px;
  position: relative;
}
.header .content .right .bottom_tabs .lanuage_box .select_box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .content .right .bottom_tabs .lanuage_box .select_box .wrap {
  display: flex;
  align-items: center;
  padding-right: 6px;
}
.header .content .right .bottom_tabs .lanuage_box .select_box .wrap .cover_box .cover {
  width: 20px;
}
.header .content .right .bottom_tabs .lanuage_box .select_box .wrap .text {
  font-size: 14px;
  font-weight: 600;
  padding-left: 4px;
}
.header .content .right .bottom_tabs .lanuage_box .select_box .layui-icon {
  font-size: 12px;
  font-weight: 600;
  color: #0177E6;
  transition: 0.3s ease-in;
}
.header .content .right .bottom_tabs .lanuage_box .language_ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 6px;
}
.header .content .right .bottom_tabs .lanuage_box .language_ul .language_li .link {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.header .content .right .bottom_tabs .lanuage_box .language_ul .language_li .link .cover_box .cover {
  width: 20px;
}
.header .content .right .bottom_tabs .lanuage_box .language_ul .language_li .link .text {
  font-size: 12px;
  font-weight: 600;
  padding-left: 6px;
}
.header .content .right .bottom_tabs .lanuage_box .language_ul .language_li .link:hover .text {
  color: #0177E6;
}
.header .content .right .bottom_tabs .lanuage_box .language_ul .active .link .text {
  color: #0177E6;
}
.header .content .right .bottom_tabs .lanuage_box:hover .select_box .layui-icon {
  transform: rotate(-180deg);
}
.contact_us_open {
  position: fixed;
  top: 30%;
  right: 0;
  width: 280px;
  z-index: 12;
  right: -280px;
  transition: all 0.4s ease-in;
}
.contact_us_open .clear_box {
  cursor: pointer;
  position: absolute;
  left: -44px;
  top: 0;
  background: #0177E6;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.contact_us_open .clear_box .icon-lianxiwomen1 {
  font-size: 26px;
  color: #fff;
  display: block;
}
.contact_us_open .clear_box .icon-guanbi {
  font-size: 26px;
  color: #fff;
  display: none;
}
.contact_us_open .list {
  padding: 20px;
  background: #0177E6;
}
.contact_us_open .list .li {
  margin-bottom: 14px;
}
.contact_us_open .list .h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.contact_us_open .list .content {
  padding-top: 10px;
}
.contact_us_open .list .content .item {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.contact_us_open .list .content .item .name {
  text-align: left;
  font-weight: 600;
  min-width: 71px;
  display: inline-block;
}
.contact_us_active {
  right: 0;
}
.contact_us_active .clear_box .icon-lianxiwomen1 {
  display: none;
}
.contact_us_active .clear_box .icon-guanbi {
  display: block;
}
.h5_header {
  display: none;
}
.footer {
  background-size: cover;
}
.footer .nav_wrap .box {
  padding: 80px 0 50px;
}
.footer .nav_wrap .box .left_box .cover {
  width: auto;
}
.footer .nav_wrap .box .left_box .name {
  margin: 20px 0;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.footer .nav_wrap .box .left_box .name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #E98920;
}
.footer .nav_wrap .box .left_box .form_box {
  padding: 30px 0;
}
.footer .nav_wrap .box .left_box .form_box .input_box {
  display: flex;
  align-items: center;
}
.footer .nav_wrap .box .left_box .form_box .input_box .input {
  border: 0;
  border-radius: 4px 0 0 4px;
}
.footer .nav_wrap .box .left_box .form_box .input_box .input:focus {
  border: 0;
  box-shadow: none;
}
.footer .nav_wrap .box .left_box .form_box .input_box .btn_box {
  border-radius: 0 4px 4px 0;
  background: #E98920;
}
.footer .nav_wrap .box .left_box .form_box .input_box .btn_box:hover {
  background: #E98920;
  opacity: 1;
}
.footer .nav_wrap .box .left_box .link_list {
  padding-top: 40px;
  display: flex;
  align-items: center;
}
.footer .nav_wrap .box .left_box .link_list .item {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.footer .nav_wrap .box .left_box .link_list .item .open {
  position: absolute;
  top: -590px;
  left: 0;
  padding: 10px 20px;
  background: #fff;
  width: 340px;
  z-index: 3;
  display: none;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.footer .nav_wrap .box .left_box .link_list .item .open .clear {
  text-align: right;
}
.footer .nav_wrap .box .left_box .link_list .item .open .clear .iconfont {
  font-size: 32px;
  font-weight: 600;
}
.footer .nav_wrap .box .left_box .link_list .item .open .text {
  font-size: 16px;
  line-height: 34px;
  margin: 10px 0;
}
.footer .nav_wrap .box .left_box .link_list .item .open .h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}
.footer .nav_wrap .box .left_box .link_list .item .open .lead {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.footer .nav_wrap .box .left_box .link_list .item .open .code {
  max-width: 100%;
}
.footer .nav_wrap .box .left_box .link_list .item .open_active {
  display: block;
  opacity: 1;
}
.footer .nav_wrap .box .right_box .content .head {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.footer .nav_wrap .box .right_box .content .head::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #E98920;
}
.footer .nav_wrap .box .right_box .content .nav_list .li .link {
  font-size: 14px;
  color: #fff;
  margin: 12px 0;
}
.footer .nav_wrap .box .right_box .content .nav_list .li .link:hover {
  color: #E98920;
}
.footer .nav_wrap .box .right_box .content .info .mobile {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.footer .nav_wrap .box .right_box .content .info .line {
  display: flex;
  padding: 10px 0;
}
.footer .nav_wrap .box .right_box .content .info .line .iconfont {
  font-size: 18px;
  color: #fff;
  padding-right: 6px;
  transform: translateY(4px);
}
.footer .nav_wrap .box .right_box .content .info .line .text {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.footer .nav_wrap .box .right_box .content .code_box {
  padding: 20px 0 20px 20px;
}
.footer .nav_wrap .box .right_box .content .code_box .cover_box {
  width: 190px;
}
.footer .nav_wrap .box .right_box .content .code_box .lead {
  margin: 20px 0;
  font-size: 14px;
  color: #fff;
}
.footer .nav_wrap .copyright {
  border-top: 8px solid #E98920;
  padding: 45px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer .nav_wrap .copyright .text {
  padding-right: 30px;
}
.footer .nav_wrap .copyright .link {
  font-size: 14px;
  color: #fff;
}
.index .banner {
  height: calc(100vh - 128px);
}
.index .banner .index_banner {
  height: 100%;
}
.index .banner .index_banner .banner_wrap {
  height: 100%;
}
.index .banner .index_banner .item {
  height: 100%;
  position: relative;
}
.index .banner .index_banner .item .cover_box {
  height: 100%;
  overflow: hidden;
}
.index .banner .index_banner .item .cover_box .cover {
  height: 100%;
}
.index .banner .index_banner .item .content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.index .banner .index_banner .item .content .wrap {
  width: 900px;
  padding: 50px 0 50px 150px;
  background: linear-gradient(to right, rgba(1, 119, 230, 0.7), rgba(1, 119, 230, 0.3));
}
.index .banner .index_banner .item .content .wrap .name {
  font-size: 18px;
  color: #FBFF94;
}
.index .banner .index_banner .item .content .wrap .lead {
  font-size: 38px;
  color: #fff;
  line-height: 44px;
  margin: 20px 0;
}
.index .banner .index_banner .item .content .wrap .desc {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.index .banner .index_banner .swiper-pagination {
  bottom: 40px;
}
.index .banner .index_banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  transition: all 0.2s ease-in;
}
.index .banner .index_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 7px;
}
.index .banner .index_banner .swiper-button-next {
  right: initial;
  left: 200px;
  top: 80%;
  margin: 0;
  background-image: none;
  width: 105px;
  height: 105px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index .banner .index_banner .swiper-button-next .num {
  height: 42px;
  font-size: 38px;
  font-weight: 600;
  color: #E8E8E8;
  letter-spacing: 2px;
}
.index .banner .index_banner .swiper-button-next .num .iconfont {
  font-weight: 500;
  display: none;
  font-size: 48px;
  color: #E8E8E8;
}
.index .banner .index_banner .swiper-button-next .total {
  padding-top: 6px;
  color: #E8E8E8;
  font-size: 18px;
  letter-spacing: 2px;
}
.index .banner .index_banner .swiper-button-next:hover .num .text {
  display: none;
}
.index .banner .index_banner .swiper-button-next:hover .num .iconfont {
  display: block;
}
.index .about_us {
  background-size: cover;
}
.index .about_us .container {
  position: relative;
  padding: 140px 10px 0;
}
.index .about_us .container .wrap .content {
  padding-right: 120px;
}
.index .about_us .container .wrap .content .h3 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  color: #0177e6;
}
.index .about_us .container .wrap .content .lead {
  font-size: 16px;
  line-height: 26px;
  color: #646464;
  margin: 14px 0;
}
.index .about_us .container .wrap .content .btn_box {
  padding: 30px 0;
}
.index .about_us .container .wrap .content .btn_box .devlop {
  padding: 12px 20px;
  border: 1px solid #DBDBDB;
  border-radius: 45px;
  background: #fff;
  margin-right: 20px;
  transition: all 0.4s ease-in;
}
.index .about_us .container .wrap .content .btn_box .devlop .text {
  font-size: 16px;
  color: #646464;
}
.index .about_us .container .wrap .content .btn_box .devlop .iconfont {
  font-size: 16px;
  color: #646464;
  padding-right: 3px;
}
.index .about_us .container .wrap .content .btn_box .devlop:hover {
  background: #0177E6;
  border-color: #0177E6;
}
.index .about_us .container .wrap .content .btn_box .devlop:hover .text {
  color: #fff;
}
.index .about_us .container .wrap .content .btn_box .devlop:hover .iconfont {
  color: #fff;
}
.index .about_us .container .wrap .content .btn_box .honor {
  padding: 12px 20px;
  border: 1px solid #0177E6;
  border-radius: 45px;
  background: #0177E6;
  transition: all 0.4s ease-in;
}
.index .about_us .container .wrap .content .btn_box .honor .text {
  font-size: 16px;
  color: #fff;
}
.index .about_us .container .wrap .content .btn_box .honor .iconfont {
  font-size: 16px;
  color: #fff;
  padding-right: 3px;
}
.index .about_us .container .wrap .content .btn_box .honor:hover {
  background: #fff;
}
.index .about_us .container .wrap .content .btn_box .honor:hover .text {
  color: #0177E6;
}
.index .about_us .container .wrap .content .btn_box .honor:hover .iconfont {
  color: #0177E6;
}
.index .about_us .container .wrap .video_box {
  height: 740px;
  position: relative;
}
.index .about_us .container .wrap .video_box .abinimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
.index .about_us .container .about_us_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #0177E6;
  padding: 50px 100px;
  display: flex;
  align-items: center;
}
.index .about_us .container .about_us_bottom .box .h4 {
  font-size: 32px;
  color: #fff;
}
.index .about_us .container .about_us_bottom .box .lead {
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
}
.index .about_us .container .about_us_bottom .arrow {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #f1f1f1;
  font-size: 16px;
  color: #fff;
  border-radius: 45px;
  margin-left: 40px;
  transition: all 0.3s ease-in;
}
.index .about_us .container .about_us_bottom .arrow:hover {
  background: #fff;
  color: #0177E6;
}
.index .data_num {
  padding: 50px 0;
  background-size: cover !important;
}
.index .data_num .wrap .h3 {
  color: #fff;
  font-size: 32px;
}
.index .data_num .wrap .list {
  padding-top: 30px;
}
.index .data_num .wrap .list .li {
  margin-bottom: 50px;
}
.index .data_num .wrap .list .li .cover_box .cover {
  width: 30px;
}
.index .data_num .wrap .list .li .num {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin: 16px 0;
}
.index .data_num .wrap .list .li .name {
  font-size: 20px;
  color: #fff;
}
.index .data_num .wrap .list .li .lead {
  font-size: 16px;
  line-height: 26px;
  color: #ccc;
  margin-top: 10px;
}
.index .data_num .wrap .btn_box {
  padding-top: 20px;
  text-align: center;
}
.index .cooperation {
  padding: 100px 0;
}
.index .cooperation .container .head {
  font-size: 32px;
  color: #000;
}
.index .cooperation .container .lead {
  padding-top: 10px;
  font-size: 16px;
  color: #999;
}
.index .cooperation .container .swiper-container {
  max-width: 1400px;
  width: 100%;
  margin: 20px auto;
}
.index .cooperation .container .swiper-container .swiper-slide {
  padding: 10px 0;
}
.index .scheme {
  background: #F8F8F8;
  padding: 100px 0;
  overflow: hidden;
}
.index .scheme .h3 {
  font-size: 32px;
  font-weight: 600;
}
.index .scheme .scheme_list {
  padding-top: 80px;
}
.index .scheme .scheme_list .li {
  margin-bottom: 20px;
  transition: all 0.6s ease-in;
}
.index .scheme .scheme_list .li .item {
  min-height: 406px;
  padding: 40px 30px;
  background: #0177E6;
  border-radius: 30px 0 30px 0;
}
.index .scheme .scheme_list .li .cover_box .cover {
  width: auto;
  height: auto;
}
.index .scheme .scheme_list .li .h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0;
}
.index .scheme .scheme_list .li .lead {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.index .scheme .scheme_list .li .link {
  margin-top: 70px;
}
.index .scheme .scheme_list .li .link .box {
  display: flex;
  align-items: center;
  position: relative;
}
.index .scheme .scheme_list .li .link .box .text {
  font-size: 14px;
  color: #fff;
  transition: all 0.6s ease-in;
}
.index .scheme .scheme_list .li .link .box .iconfont {
  font-size: 16px;
  color: #fff;
  margin-left: 6px;
  font-weight: 600;
  transition: all 0.6s ease-in;
}
.index .scheme .scheme_list .li .link .box::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.index .scheme .scheme_list .li .link .box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 20%;
  height: 2px;
  background: #000000;
  z-index: 1;
  transition: all 0.6s ease-in;
}
.index .scheme .scheme_list .li .link .box:hover .text {
  color: #000000;
}
.index .scheme .scheme_list .li .link .box:hover .iconfont {
  color: #000000;
}
.index .scheme .scheme_list .li .link .box:hover::before {
  width: 100%;
}
.index .form {
  padding: 100px 0;
  background-size: cover !important;
}
.index .form .h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.index .form .lead {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.index .form .form_list {
  padding-top: 50px;
}
.index .form .form_list .li {
  margin-bottom: 30px;
  transition: all 0.6s ease-in;
}
.index .form .form_list .li .input {
  height: 50px;
  background: none;
  border: 0;
  border-bottom: 1px solid #B7B7B7;
  font-size: 16px;
  color: #fff;
}
.index .form .form_list .li .input:focus {
  box-shadow: none;
  border-bottom: 1px solid #0177E6;
}
.index .form .btn_box {
  margin-top: 30px;
}
.index .industry {
  padding: 100px 0;
}
.index .industry .wrap .left_box {
  padding-right: 100px;
}
.index .industry .wrap .left_box .h3 {
  font-size: 22px;
  color: #0177E6;
}
.index .industry .wrap .left_box .h4 {
  margin-top: 20px;
  font-size: 26px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
}
.index .industry .wrap .right_box {
  padding-top: 30px;
}
.index .industry .wrap .right_box .arrow {
  padding-top: 50px;
  text-align: right;
}
.index .industry .wrap .right_box .arrow .cover {
  width: 52px;
  cursor: pointer;
  margin: 0 20px;
}
.index .industry .industry_list {
  margin-top: 60px;
}
.index .industry .industry_list .industry_swiper .item {
  position: relative;
  overflow: hidden;
}
.index .industry .industry_list .industry_swiper .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.index .industry .industry_list .industry_swiper .item .content .icon {
  text-align: center;
  padding-bottom: 20px;
}
.index .industry .industry_list .industry_swiper .item .content .icon .cover {
  width: auto;
}
.index .industry .industry_list .industry_swiper .item .content .name {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.index .industry .industry_list .industry_swiper .item .down {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.8s ease-in;
  padding: 40px 30px;
}
.index .industry .industry_list .industry_swiper .item .down .icon {
  text-align: left;
  padding-bottom: 10px;
}
.index .industry .industry_list .industry_swiper .item .down .icon .cover {
  width: auto;
}
.index .industry .industry_list .industry_swiper .item .down .name {
  font-size: 24px;
  color: #fff;
  text-align: left;
  margin: 20px 0;
}
.index .industry .industry_list .industry_swiper .item .down .lead {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.index .industry .industry_list .industry_swiper .item:hover .content {
  display: none;
  opacity: 0;
}
.index .industry .industry_list .industry_swiper .item:hover .down {
  bottom: 0;
}
.index .location .location_swiper {
  position: relative;
  height: calc(100vh - 128px);
}
.index .location .location_swiper .item .cover_box .cover {
  height: calc(100vh - 128px);
}
.index .location .location_swiper .content {
  position: absolute;
  z-index: 3;
  top: 10%;
  left: 50%;
  max-width: 1500px;
  width: 100%;
  transform: translateX(-50%);
}
.index .location .location_swiper .content .h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.index .location .location_swiper .content .sub {
  padding: 10px 0;
  display: flex;
  align-items: center;
  transform: translateX(-5px);
}
.index .location .location_swiper .content .sub .iconfont {
  font-weight: 600;
  font-size: 24px;
  color: #0177E6;
}
.index .location .location_swiper .content .sub .text {
  font-size: 16px;
  color: #fff;
}
.index .location .location_swiper .swiper-pagination {
  bottom: 40px;
}
.index .location .location_swiper .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  background: #fff;
  color: #0177E6;
  border-radius: 4px;
  padding: 10px 20px;
}
.index .location .location_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0177E6;
  color: #fff;
  opacity: 1;
}
.index .location .location_swiper .item {
  position: relative;
}
.index .location .location_swiper .item .item_content {
  position: absolute;
  left: 50%;
  top: 28%;
  max-width: 1500px;
  width: 100%;
  transform: translate(-50%);
  transition: all 0.1s ease-in;
}
.index .location .location_swiper .item .item_content .wrap {
  width: 550px;
  padding: 60px;
  background: rgba(1, 119, 230, 0.8);
  display: inline-block;
  border-radius: 80px 0 80px 0;
  color: #fff;
}
.index .location .location_swiper .item .item_content .wrap .name {
  margin: 20px 0;
}
.index .location .location_swiper .item .item_content .wrap .lead {
  color: #fff;
  margin: 10px 0;
}
.index .location .location_swiper .item .item_content .wrap .list {
  margin-top: 20px;
}
.index .location .location_swiper .item .item_content .wrap .list .li {
  font-size: 14px;
  margin: 14px 0;
}
.index .dynamic .wrap .left_box .h3 {
  color: #fff;
}
.index .dynamic .wrap .left_box .btn_box {
  margin-top: 30px;
}
.index .dynamic .dynamic_list {
  padding-top: 70px;
}
.index .dynamic .dynamic_list .item {
  margin: 2px 0;
}
.index .dynamic .dynamic_list .item .link {
  /*padding: 20px;*/
  background: #fff;
}
.index .dynamic .dynamic_list .item .link .date{
    padding: 0 20px;
}
.index .dynamic .dynamic_list .item .link .content{
    padding: 20px;
}
.index .dynamic .dynamic_list .item .link .date .day {
  font-size: 38px;
  font-weight: 600;
}
.index .dynamic .dynamic_list .item .link .date .text {
  font-size: 16px;
  color: #BFBFBF;
}
.index .dynamic .dynamic_list .item .link .cover_box {
  /*margin: 10px 0;*/
  overflow: hidden;
}
.index .dynamic .dynamic_list .item .link .cover_box .cover {
  transition: all 0.4s ease-in;
}
.index .dynamic .dynamic_list .item .link .content .name {
  font-size: 20px;
  font-weight: 600;
}
.index .dynamic .dynamic_list .item .link .content .lead {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.index .dynamic .dynamic_list .item .link:hover .date {
  color: #0177E6;
}
.index .dynamic .dynamic_list .item .link:hover .date .text {
  color: #0177E6;
}
.index .dynamic .dynamic_list .item .link:hover .cover_box .cover {
  transform: scale(1.1);
}
.index .dynamic .dynamic_list .item .link:hover .content .name {
  color: #0177E6;
}
.fangda.qtimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 64%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.qtimg:hover .fdimg{
    transform:scale(1.1);
}
.about_us {
  background-size: cover;
}
.about_us .company_info {
  padding: 200px 0;
}
.about_us .company_info .cover_box {
  padding: 20px;
  background: #fff;
}
.about_us .company_info .main .content {
  padding-left: 80px;
}
.about_us .company_info .main .content .h3 {
  font-size: 18px;
  color: #E98920;
}
.about_us .company_info .main .content .h4 {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  margin: 20px 0;
}
.about_us .company_info .main .content .lead {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.about_us .cultrue {
  padding: 100px 0;
  position: relative;
}
.about_us .cultrue .content {
  padding-right: 30px;
}
.about_us .cultrue .content .h3 {
  font-size: 32px;
  font-weight: 600;
}
.about_us .cultrue .content .sub {
  display: flex;
  padding: 30px 0;
}
.about_us .cultrue .content .sub .iconfont {
  transform: translateY(3px);
  font-size: 22px;
  color: #0177E6;
  font-weight: 600;
}
.about_us .cultrue .content .sub .lead {
  font-size: 14px;
  color: #858585;
  line-height: 24px;
}
.about_us .cultrue .content .lead {
  font-size: 14px;
  color: #858585;
  line-height: 24px;
}
.about_us .cultrue .cover_box {
  padding: 0 0 0 40px;
}
.about_us .cultrue::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0177E6;
  width: 50%;
  height: 30%;
  z-index: -1;
}
.about_us .course_history {
  position: relative;
}
.about_us .course_history .main {
  height: 768px;
  padding: 120px 0;
  position: relative;
  transition: all 0.4s ease-in;
}
.about_us .course_history .main .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.about_us .course_history .main .line .cover_pc {
  display: block;
}
.about_us .course_history .main .line .cover_h5 {
  display: none;
}
.about_us .course_history .main .list {
  height: 100%;
  position: relative;
}
.about_us .course_history .main .list .li {
  position: absolute;
  height: 100%;
}
.about_us .course_history .main .list .li .content {
  width: 260px;
}
.about_us .course_history .main .list .li .content .lead {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.about_us .course_history .main .list .li .date {
  width: 150px;
  height: 150px;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  line-height: 150px;
}
.about_us .course_history .main .list .li1 {
  left: 6%;
}
.about_us .course_history .main .list .li2 {
  left: 18%;
}
.about_us .course_history .main .list .li3 {
  left: 30.8%;
}
.about_us .course_history .main .list .li4 {
  left: 43.1%;
}
.about_us .course_history .main .list .li5 {
  left: 55.4%;
}
.about_us .course_history .main .list .li6 {
  left: 68%;
}
.about_us .course_history .main .list .li7 {
  left: 80%;
}
.about_us .course_history .main .list .li:nth-child(odd) .content {
  margin-top: 16%;
}
.about_us .course_history .main .list .li:nth-child(odd) .date {
  position: absolute;
  bottom: 25%;
  left: 20%;
}
.about_us .course_history .main .list .li:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.about_us .course_history .main .list .li:nth-child(even) .date {
  position: absolute;
  top: 24%;
  left: 20%;
}
.about_us .course_history .main .list .li:nth-child(even) .content {
  margin-bottom: 16%;
}
.about_us .certificate {
  padding: 100px 0;
}
.about_us .certificate .h3 {
  font-size: 32px;
  font-weight: 600;
}
.about_us .certificate .main {
  padding-top: 30px;
}
.about_us .certificate .main .certificate_swiper .item {
  cursor: pointer;
}
.about_us .industry {
  background: #f6f6f6;
}
.about_us .industry .wrap .left_box .h3 {
  color: #000;
}
.about_us .industry .wrap .left_box .btn_box .arrow_link {
  color: #AFB0B2;
}
.about_us .industry .wrap .left_box .btn_box .arrow_link::before,
.about_us .industry .wrap .left_box .btn_box .arrow_link::after {
  border-color: #AFB0B2;
}
.product .main .menu_box {
  transform: translateY(-80px);
  background: #fff;
  padding: 0;
  position: relative;
}
.product .main .menu_box .clear_menu {
  display: none;
}
.product .main .menu_box::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 86px;
  width: 35%;
  height: 5px;
  transform: translateX(-50%);
  background: #0177E6;
  border-radius: 6px;
}
.product .main .menu_box .h3 {
  margin: 0;
  padding: 0;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px dashed #E1E1E1;
}
.product .main .menu_box .tabs_ul {
  padding: 20px 0;
  max-height: 800px;
  overflow-y: scroll;
}
.product .main .menu_box .tabs_ul .li {
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .main .menu_box .tabs_ul .liother{
  padding: 0;
  display: block;
}
.product .main .menu_box .tabs_ul .liother a{
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .main .menu_box .tabs_ul .li .text {
  flex: 1;
  padding-right: 20px;
}
.product .main .menu_box .tabs_ul .li .iconfont {
  flex: none;
  font-size: 16px;
  font-weight: 600;
}
.product .main .menu_box .tabs_ul .li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.product .main .menu_box .tabs_ul .active {
  background: #0177E6 !important;
}
.product .main .menu_box .tabs_ul .active .text {
  color: #fff;
}
.product .main .menu_box .tabs_ul .active .iconfont {
  color: #ffff;
}
.product .main .menu_box .tabs_ul::-webkit-scrollbar {
  width: 6px;
}
.product .main .menu_box .tabs_ul::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
.product .main .menu_box .tabs_ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.product .main .menu_box .tabs_ul::-webkit-scrollbar-thumb:hover {
  background-color: #eee;
}
.product .main .right_box {
  padding: 80px 20px 80px 80px;
}
.product .main .right_box .head_box {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
}
.product .main .right_box .head_box .h3 {
  font-size: 24px;
  font-weight: 600;
  padding-right: 100px;
  margin-bottom: 20px;
}
.product .main .right_box .head_box .search_box {
  display: flex;
  margin: 1px 0;
}
.product .main .right_box .head_box .search_box .box {
  width: 460px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 45px;
  display: flex;
  position: relative;
}
.product .main .right_box .head_box .search_box .box .select {
  background: #EEEEEE;
  cursor: pointer;
  position: relative;
  border-radius: 45px 0 0 45px;
}
.product .main .right_box .head_box .search_box .box .select .name {
  width: 160px;
  font-size: 14px;
  color: #000000;
  line-height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .main .right_box .head_box .search_box .box .select .name .text {
  padding-right: 6px;
  flex: 1;
}
.product .main .right_box .head_box .search_box .box .select .name .layui-icon {
  font-size: 14px;
  color: #B2B2B2;
  flex: none;
  transition: all 0.3s ease-in;
}
.product .main .right_box .head_box .search_box .box .select .open_ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 300px;
  padding: 10px 20px;
  background: #fff;
  z-index: 11;
}
.product .main .right_box .head_box .search_box .box .select .open_ul .li {
  color: #262626;
}
.product .main .right_box .head_box .search_box .box .select .open_ul .li:hover {
  color: #0177E6;
}
.product .main .right_box .head_box .search_box .box .select:hover .name .text {
  color: #0177E6;
}
.product .main .right_box .head_box .search_box .box .select:hover .name .layui-icon {
  color: #0177E6;
  transform: rotate(-180deg);
}
.product .main .right_box .head_box .search_box .box .search_form {
  flex: 1;
}
.product .main .right_box .head_box .search_box .box .search_form .layui-form {
  display: flex;
  padding: 0 10px;
}
.product .main .right_box .head_box .search_box .box .search_form .layui-form .layui-input {
  border: 0;
  padding: 0 10px;
}
.product .main .right_box .head_box .search_box .box .search_form .layui-form .layui-input:focus {
  border: 0;
  box-shadow: none;
}
.product .main .right_box .head_box .search_box .box .search_form .layui-form .layui-icon {
  cursor: pointer;
  font-size: 18px;
}
.product .main .right_box .head_box .search_box .search_box_focus {
  border: 1px solid #0177E6;
}
.product .main .right_box .head_box .search_box .hot_search {
  z-index: 10;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  display: none;
}
.product .main .right_box .head_box .search_box .hot_search .hot_ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.product .main .right_box .head_box .search_box .hot_search .hot_ul .name {
  font-weight: 600;
  width: 100%;
}
.product .main .right_box .head_box .search_box .hot_search .hot_ul .li {
  color: #262626;
}
.product .main .right_box .head_box .search_box .hot_search .hot_ul .li .link {
  padding: 6px 10px;
  line-height: 30px;
}
.product .main .right_box .head_box .search_box .hot_search .hot_ul .li .link:hover {
  color: #0177E6;
}
.product .main .right_box .list {
  padding-top: 30px;
  transition: all 0.3s ease-in;
}
.product .main .right_box .list .item {
  padding-bottom: 50px;
}
.product .main .right_box .list .item .item_head {
  margin: 20px 0;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.product .main .right_box .list .item .item_head .left_box {
  flex: 1;
  display: flex;
  align-items: center;
}
.product .main .right_box .list .item .item_head .left_box .cover {
  width: 140px;
  height: 140px;
}
.product .main .right_box .list .item .item_head .left_box .h4 {
  padding-left: 30px;
  font-size: 20px;
  color: #fff;
}
.product .main .right_box .list .item .item_head .num {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.product .main .right_box .list .item .item_head::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 60px;
  background: #0177E6;
  z-index: -1;
}
.product .main .right_box .list .item .item_list {
  padding-top: 30px;
}
.product .main .right_box .list .item .item_list .item_li {
  margin-bottom: 20px;
}
.product .main .right_box .list .item .item_list .item_li .link {
  cursor: pointer;
}
.product .main .right_box .list .item .item_list .item_li .cover_box {
  overflow: hidden;
}
.product .main .right_box .list .item .item_list .item_li .cover_box .cover {
  transition: all 0.4s ease-in;
}
.product .main .right_box .list .item .item_list .item_li:hover .cover_box .cover {
  transform: scale(1.1);
}
.product .main .right_box .son_list {
  padding-top: 30px;
  transition: all 0.3s ease-in;
}
.product .main .right_box .son_list .wrap .item {
  margin-bottom: 30px;
}
.product .main .right_box .son_list .wrap .item .box {
  padding: 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  transition: all 0.4s ease-in;
}
.product .main .right_box .son_list .wrap .item .box .cover_box {
  overflow: hidden;
  padding: 0;
}
.product .main .right_box .son_list .wrap .item .box .content .h4 {
  font-size: 22px;
  font-weight: 600;
}
.product .main .right_box .son_list .wrap .item .box .content .sub {
  font-size: 16px;
  color: #C7C7C7;
}
.product .main .right_box .son_list .wrap .item .box .content .lead {
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0;
  color: #000;
}
.product .main .right_box .son_list .wrap .item .box .content .pdf {
  display: flex;
  align-items: center;
  padding-bottom: 10PX;
}
.product .main .right_box .son_list .wrap .item .box .content .pdf .cover {
  width: 20px;
}
.product .main .right_box .son_list .wrap .item .box .content .pdf .text {
  flex: 1;
  padding-left: 10px;
  font-size: 16px;
  color: #8F8F8F;
}
.product .main .right_box .son_list .wrap .item .box .content .pdf:hover .text {
  color: #0177E6;
}
.product .main .right_box .son_list .wrap .item .box .content .link {
  cursor: pointer;
  margin-top: 10px;
  width: 109px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  background: #fcfcfc;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-in;
}
.product .main .right_box .son_list .wrap .item .box .content .link:hover {
  background: #0177E6;
  color: #fff;
  border-color: #0177E6;
}
.product .main .right_box .open {
  opacity: 1;
  display: block;
}
.rfq_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
  transition: all 0.3s ease-in;
  opacity: 0;
  display: none;
}
.rfq_form .form_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  padding: 30px;
  background: #fff;
}
.rfq_form .form_box .close_box {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.rfq_form .form_box .close_box .cover {
  width: 37px;
}
.rfq_form .form_box .item {
  margin-bottom: 20px;
}
.rfq_form .form_box .item .upload_title {
  padding-bottom: 15px;
}
.rfq_form .form_box .item .upload_title .icon {
  width: 20px;
}
.rfq_form .form_box .item .upload_title .up_title {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.rfq_form .form_box .item .upload_title .i {
  color: #C1C1C1;
  font-weight: normal;
}
.rfq_form .form_box .item .layui-upload-drag {
  padding: 20px;
}
.rfq_form .form_box .item .layui-upload-drag .up_name {
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
  padding: 10px;
  background: #DEDEDE;
  border-radius: 4px;
}
.rfq_form .form_box .item .layui-upload-drag .up_text {
  color: #C1C1C1;
  font-weight: normal;
  padding-left: 10px;
}
.rfq_form .form_box .item .input_box .input {
  height: 45px;
  line-height: 45px;
  background: #F9F9F9;
}
.rfq_form .form_box .item .textarea {
  background: #F9F9F9;
}
.rfq_form .form_box .btn_box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(171.55deg, #0177e6 0%, #3ab8f9 100%);
}
.rfq_form_open {
  opacity: 1;
  display: block;
}
.product_details {
  background: #FCFCFC;
}
.product_details .main {
  padding: 80px 0 0 0;
}
.product_details .main .product_data .cover_box {
  overflow: hidden;
}
.product_details .main .product_data .cover_box .cover {
  transition: all 0.3s ease-in;
}
.product_details .main .product_data .cover_box:hover .cover {
  transform: scale(1.1);
}
.product_details .main .product_data .content .h3 {
  font-size: 38px;
  line-height: 44px;
}
.product_details .main .product_data .content .line {
  padding: 6px 0;
  margin-bottom: 10px;
}
.product_details .main .product_data .content .line .box {
  width: 85px;
  height: 5px;
  border-radius: 3.5px;
  background: #0177e6;
}
.product_details .main .product_data .content .lead {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 4px 0;
}
.product_details .main .product_data .content .lead .val {
  color: #A2A2A2;
  font-weight: 500;
  padding-left: 8px;
}
.product_details .main .product_data .content .btn_box {
  margin-top: 30px;
  width: 255px;
  height: 64px;
  border-radius: 10px;
  background: linear-gradient(171.55deg, #0177e6 0%, #3ab8f9 100%);
}
.product_details .main .product_data .content .btn_box .link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_details .main .product_data .content .btn_box .link .cover {
  width: 24px;
}
.product_details .main .product_data .content .btn_box .link .text {
  font-size: 20px;
  color: #fff;
  padding-left: 8px;
}
.product_details .main .head {
  background: linear-gradient(to right, #0177E6, #003261);
  padding: 30px 40px;
}
.product_details .main .table_box {
  margin-top: 30px;
}
.product_details .main .table_box .container {
  padding: 20px;
}
.product_details .main .table_box .box {
  padding: 30px;
}
.product_details .main .table_box .ul {
  padding: 20px 0;
}
.product_details .main .table_box .ul .li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product_details .main .table_box .ul .li .name {
  padding: 0 25px;
  font-size: 16px;
  font-weight: 600;
}
.product_details .main .table_box .ul .li .val {
  padding: 0 25px;
  font-size: 16px;
  color: #A2A2A2;
}
.product_details .main .table_box .ul .li:nth-child(even) {
  background: #eee;
}
.product_details .main .table_box .lead {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.product_details .main .upload_box {
  margin-top: 30px;
}
.product_details .main .upload_box .wrap {
  background: #fff;
}
.product_details .main .upload_box .box {
  padding: 50px;
}
.product_details .main .upload_box .box .h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.product_details .main .upload_box .box .lead {
  margin: 10px 0;
  font-size: 16px;
  line-height: 26px;
  color: #ABABAB;
}
.product_details .main .upload_box .box .contact_us_form {
  padding: 40px 0;
}
.product_details .main .upload_box .box .contact_us_form .item {
  margin-bottom: 14px;
}
.product_details .main .upload_box .box .contact_us_form .item .input_box .name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.product_details .main .upload_box .box .contact_us_form .item .input_box .name .i {
  font-size: 14px;
  color: #FF0000;
}
.product_details .main .upload_box .box .contact_us_form .item .input_box .input {
  margin-top: 10px;
  background: #E5E5E5;
}
.product_details .main .upload_box .box .contact_us_form .item .upload_title {
  font-size: 26px;
  margin: 10px 0;
  color: #000;
}
.product_details .main .upload_box .box .contact_us_form .item .upload_title .i {
  font-size: 14px;
  color: #FF0000;
}
.product_details .main .upload_box .box .contact_us_form .message_box {
  margin-top: 20px;
}
.product_details .main .upload_box .box .contact_us_form .message_box .name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.product_details .main .upload_box .box .contact_us_form .message_box .name .i {
  font-size: 14px;
  color: #FF0000;
}
.product_details .main .upload_box .box .contact_us_form .message_box .textarea_box {
  margin-top: 20px;
}
.product_details .main .upload_box .box .contact_us_form .btn_box {
  width: 342px;
  height: 77px;
  border-radius: 10px;
  background: linear-gradient(171.55deg, #0177e6 0%, #3ab8f9 100%);
}
.product_details .main .upload_box .box .contact_us_form .btn_box .cover {
  width: 24px;
}
.product_details .main .upload_box .box .contact_us_form .btn_box .text {
  padding-left: 8px;
  font-size: 20px;
  color: #fff;
}
.product_details .main .recomment {
  padding: 80px 0;
}
.product_details .main .recomment .h3 {
  font-size: 28px;
  color: #000;
  font-weight: 500;
}
.product_details .main .recomment .list {
  padding-top: 30px;
}
.product_details .main .recomment .list .wrap .item {
  margin-bottom: 30px;
}
.product_details .main .recomment .list .wrap .item .box {
  padding: 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  transition: all 0.4s ease-in;
}
.product_details .main .recomment .list .wrap .item .box .cover_box {
  overflow: hidden;
  padding: 0;
}
.product_details .main .recomment .list .wrap .item .box .content .h4 {
  font-size: 22px;
  font-weight: 600;
}
.product_details .main .recomment .list .wrap .item .box .content .sub {
  font-size: 16px;
  color: #C7C7C7;
}
.product_details .main .recomment .list .wrap .item .box .content .lead {
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0;
  color: #000;
}
.product_details .main .recomment .list .wrap .item .box .content .pdf {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-bottom: 10PX;
}
.product_details .main .recomment .list .wrap .item .box .content .pdf .cover {
  width: 20px;
}
.product_details .main .recomment .list .wrap .item .box .content .pdf .text {
  flex: 1;
  padding-left: 10px;
  font-size: 16px;
  color: #8F8F8F;
}
.product_details .main .recomment .list .wrap .item .box .content .pdf:hover .text {
  color: #0177E6;
}
.product_details .main .recomment .list .wrap .item .box .content .link {
  cursor: pointer;
  margin-top: 10px;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  background: #fcfcfc;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-in;
}
.product_details .main .recomment .list .wrap .item .box .content .link:hover {
  background: #0177E6;
  color: #fff;
  border-color: #0177E6;
}
.contact_us .tabs_box {
  padding-bottom: 50px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.contact_us .tabs_box .li {
  padding: 25px 50px;
  background: #fff;
  box-shadow: 0 0 30px #a8a8a829;
  border-radius: 5px;
  margin: 0 15px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  transform: translateY(-30px);
}
.contact_us .tabs_box .li .iconfont {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}
.contact_us .tabs_box .li .text {
  font-size: 22px;
  color: #000;
  padding-left: 5px;
}
.contact_us .tabs_box .active {
  background: linear-gradient(151.85deg, #000 0%, #03305a 100%);
}
.contact_us .tabs_box .active .iconfont {
  color: #fff;
}
.contact_us .tabs_box .active .text {
  color: #fff;
}
.contact_us .data {
  background: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact_us .data .wrap {
  background: #fff;
}
.contact_us .data .wrap .left_box {
  padding: 50px;
}
.contact_us .data .wrap .left_box .content .h3 {
  font-size: 24px;
  color: #0177E6;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.contact_us .data .wrap .left_box .content .conli p{
  font-size: 16px;
  color: #5D5D5D;
  display: block;
  overflow: hidden;
  padding: 8px 0;
}
.contact_us .data .wrap .left_box .content .conli p img{
  float:left;
}
.contact_us .data .wrap .left_box .content .conli p span{
  display: block;
  margin-left: 50px;
  line-height: 38px;
}
.contact_us .data .wrap .left_box .content .lead {
  font-size: 16px;
  color: #5D5D5D;
  margin-top: 20px;
}
.contact_us .data .wrap .left_box .code_box {
  padding-left: 50px;
}
.contact_us .data .wrap .left_box .code_box .head {
  font-size: 16px;
  color: #5D5D5D;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.contact_us .data .wrap .left_box .code_box .box {
  max-width: 140px;
  margin-bottom: 20px;
}
.contact_us .data .wrap .left_box .code_box .box .lead {
  text-align: center;
  font-size: 14px;
  color: #5D5D5D;
}
.contact_us .data .wrap .right_box .wrap {
  padding: 50px;
  min-height: 528px;
  background: linear-gradient(151.85deg, #000 0%, #03305a 100%);
}
.contact_us .data .wrap .right_box .wrap .name {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
}
.contact_us .data .wrap .right_box .wrap .val {
  font-size: 46px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}
.contact_us .message_box .wrap {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
.contact_us .message_box .wrap .content .h3 {
  font-size: 38px;
  color: #0177E6;
  margin: 0;
}
.contact_us .message_box .wrap .content .lead {
  font-size: 22px;
  color: #666;
  margin: 10px 0;
}
.contact_us .message_box .wrap .content .info {
  margin-top: 40px;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  display: flex;
  justify-content: space-between;
}
.contact_us .message_box .wrap .content .info .box {
  padding: 20px 0;
}
.contact_us .message_box .wrap .content .info .box .name {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.contact_us .message_box .wrap .content .info .box .val {
  font-size: 24px;
  color: #070707;
  font-weight: 500;
  margin: 14px 0;
}
.contact_us .message_box .wrap .form_box .contact_us_form .item {
  margin-bottom: 16px;
}
.contact_us .message_box .wrap .form_box .contact_us_form .item .input_box .input {
  height: 60px;
  background: #F3F4F5;
  font-size: 16px;
  border-radius: 5px;
}
.contact_us .message_box .wrap .form_box .contact_us_form .item .input_box .textarea {
  background: #F3F4F5;
  border-radius: 5px;
  font-size: 16px;
}
.contact_us .message_box .wrap .form_box .contact_us_form .btn_box {
  background: linear-gradient(171.55deg, #0177e6 0%, #3ab8f9 100%);
  font-size: 20px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.news_center {
  background: #F7F7F7;
}
.news_center .main {
  padding-bottom: 50px;
}
.news_center .main .list .item {
  margin-bottom: 30px;
}
.news_center .main .list .item .box {
  background: #fff;
}
.news_center .main .list .item .box .link {
  padding: 30px;
}
.news_center .main .list .item .box .link .date .day {
  font-size: 40px;
  font-weight: 500;
  color: #000;
}
.news_center .main .list .item .box .link .date .time {
  padding-left: 8px;
  font-size: 16px;
  color: #BFBFBF;
}
.news_center .main .list .item .box .link .cover_box {
  margin: 20px 0;
  overflow: hidden;
  max-height: 220px;
}
.news_center .main .list .item .box .link .cover_box .cover {
  transition: all 0.3s ease-in;
}
.news_center .main .list .item .box .link .h3 {
  font-size: 20px;
  margin: 0;
  line-height: 32px;
  color: #000;
}
.news_center .main .list .item .box .link .lead {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.news_center .main .list .item .box:hover .link .cover_box .cover {
  transform: scale(1.1);
}
.news_center .main .list .item .box:hover .link .h3 {
  color: #0177E6;
}
.news_details {
  background: #F7F7F7;
}
.news_details .main {
  transform: translateY(-60px);
}
.news_details .main .wrap {
  padding: 60px 50px 50px;
  background: #fff;
}
.news_details .main .wrap .lead {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.news_details .main .wrap .cover_box {
  margin: 30px 0;
}
.news_details .main .wrap .cover_box .box {
  overflow: hidden;
}
.news_details .main .wrap .cover_box .box .cover {
  transition: all 0.3s ease-in;
}
.news_details .main .wrap .cover_box .box:hover .cover {
  transform: scale(1.1);
}
.news_details .main .wrap .section {
  margin-top: 30px;
  padding: 50px 0;
  border-top: 1px solid #EBEBEB;
}
.news_details .main .wrap .section .box .li {
  padding: 10px 0;
}
.news_details .main .wrap .section .box .li .name {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.news_details .main .wrap .section .box .li .link {
  font-size: 18px;
  color: #ABABAB;
  font-weight: 300;
  padding-left: 8px;
}
.news_details .main .wrap .section .return_box {
  text-align: right;
}
.news_details .main .wrap .section .return_box .btn_box {
  display: inline-block;
  width: 194px;
  height: 52px;
  line-height: 52px;
  border-radius: 10px;
  background: linear-gradient(171.55deg, #0177e6 0%, #3ab8f9 100%);
  text-align: center;
}
.news_details .main .wrap .section .return_box .return_link {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.brand {
  background: #F7F7F7;
}
.brand .brand_main {
  padding: 30px 0 0;
}
.brand .brand_main .wrap .item {
  margin-bottom: 40px;
}
.brand .brand_main .wrap .item .h3 {
  display: block;
  font-size: 36px;
  color: #000;
  font-weight: 600;
}
.brand .brand_main .wrap .item .sub {
  font-size: 18px;
  color: #BFBFBF;
}
.brand .brand_main .wrap .item .list {
  padding-top: 40px;
}
.brand .brand_main .wrap .item .list .li {
  margin-bottom: 30px;
}
.brand .brand_main .wrap .item .list .li .box {
  padding: 30px;
  background: #fff;
}
.brand .brand_main .wrap .item .list .li .box .cover_box {
  padding: 0;
  overflow: hidden;
}
.brand .brand_main .wrap .item .list .li .box .cover_box .cover {
  transition: all 0.4s ease-in;
}
.brand .brand_main .wrap .item .list .li .box .content .h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.brand .brand_main .wrap .item .list .li .box .content .text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #BFBFBF;
  margin: 8px 0;
}
.brand .brand_main .wrap .item .list .li .box .content .describe {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.brand .main {
  padding-bottom: 30px;
}
.brand .main .box .h3 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.brand .main .box .lead {
  font-size: 18px;
  color: #BFBFBF;
  margin: 20px 0;
}
.brand .main .box .list {
  padding-top: 30px;
}
.brand .main .box .list .li {
  margin-bottom: 30px;
}
.brand .main .box .list .li .link {
  width: 100%;
}
.brand .main .box .list .li .link .cover_box {
  overflow: hidden;
}
.brand .main .box .list .li .link .cover_box .cover {
  transition: all 0.4s ease-in;
  max-height: 160px;
}
.brand .main .box .list .li .link:hover .cover_box .cover {
  transform: scale(1.1);
}
.brand_main .describe.over3{
    height: 66px;
}
.quality .quality_business .wrap {
  padding: 0;
  margin: 0;
}
.quality .quality_business .wrap .li {
  padding: 0;
  margin: 0;
}
.quality .quality_business .wrap .li .item {
  position: relative;
  overflow: hidden;
}
.quality .quality_business .wrap .li .item .cover_box {
  overflow: hidden;
}
.quality .quality_business .wrap .li .item .cover_box .cover {
  transition: all 0.4s ease-in;
}
.quality .quality_business .wrap .li .item .content {
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease-in;
}
.quality .quality_business .wrap .li .item .content .h3 {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.quality .quality_business .wrap .li .item .content .lead {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-top: 20px;
  transition: all 0.2s ease-in;
}
.quality .quality_business .wrap .li:hover .cover_box .cover {
  transform: scale(1.1);
}
.quality .quality_business .wrap .li:hover .item .content {
  bottom: 0;
  height: 100%;
  justify-content: center;
}
.quality .process_for_success {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.quality .process_for_success .h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.quality .process_for_success .title {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin: 14px 0;
}
.quality .process_for_success .desc {
  padding: 20px 0;
  width: 50%;
  display: flex;
  align-items: center;
}
.quality .process_for_success .desc .iconfont {
  transform: translateX(-12px);
  color: #FBFF94;
  font-size: 30px;
}
.quality .process_for_success .desc .lead {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  transform: translateX(-6px);
}
.quality .process_for_success .content {
  padding-top: 200px;
  padding-bottom: 50px;
}
.quality .process_for_success .content .main {
  position: relative;
}
.quality .process_for_success .content .main .cover {
  width: 100%;
}
.quality .process_for_success .content .main .list .li:first-child {
  flex-flow: row-reverse;
}
.quality .process_for_success .content .main .list .li {
  position: absolute;
}
.quality .process_for_success .content .main .list .li .box {
  width: 220px;
  display: flex;
  align-items: center;
}
.quality .process_for_success .content .main .list .li .icon {
  width: 50px;
}
.quality .process_for_success .content .main .list .li .lead {
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}
.quality .process_for_success .content .main .list .li1 {
  top: -12%;
  left: 47%;
}
.quality .process_for_success .content .main .list .li2 {
  top: 13%;
  left: 22%;
}
.quality .process_for_success .content .main .list .li3 {
  top: 13%;
  right: 10%;
}
.quality .process_for_success .content .main .list .li4 {
  top: 36%;
  left: 10%;
}
.quality .process_for_success .content .main .list .li5 {
  top: 36%;
  right: 6%;
}
.quality .process_for_success .content .main .list .li6 {
  top: 59%;
  left: 5%;
}
.quality .process_for_success .content .main .list .li7 {
  top: 59%;
  right: 25%;
}
.quality .process_for_success .content .main .list .li8 {
  top: 80%;
  right: 37%;
}
.quality .process_for_success .content .main .list .li9 {
  top: 103%;
  left: 43%;
}
.quality .standards {
  padding: 50px 0 30px;
  background: #F6F6F6;
}
.quality .standards .h3 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
}
.quality .standards .desc {
  padding: 20px 0;
  width: 50%;
  display: flex;
  align-items: center;
}
.quality .standards .desc .iconfont {
  transform: translateX(-12px);
  color: #0177E6;
  font-size: 30px;
}
.quality .standards .desc .lead {
  font-size: 14px;
  line-height: 18px;
  color: #858585;
  transform: translateX(-6px);
}
.quality .standards .main {
  padding: 30px 10px;
}
.quality .standards .main .wrap .item {
  margin-bottom: 30px;
}
.quality .standards .main .wrap .item .box {
  background: #fff;
  padding: 30px;
  border-bottom: 1px solid #ECECEC;
}
.quality .standards .main .wrap .item .box .serial_number {
  text-align: right;
  font-size: 24px;
  color: #D6D6D6;
  font-weight: 500;
}
.quality .standards .main .wrap .item .box .h4 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}
.quality .standards .main .wrap .item .box .text {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding: 0 30px;
}
.quality .standards .name {
  margin-top: 50px;
  font-size: 20px;
  color: #0177E6;
  font-weight: 500;
}
.quality .standards .text {
  width: 60%;
  font-size: 32px;
  color: #000;
  line-height: 40px;
  font-weight: 500;
  margin: 20px 0;
}
.quality .standards .introduce {
  width: 80%;
  font-size: 14px;
  color: #858585;
  line-height: 24px;
}
.quality .testing {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.quality .testing .head_box .h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.quality .testing .head_box .lead {
  width: 70%;
  font-size: 28px;
  color: #fff;
  line-height: 36px;
  margin-top: 20px;
}
.quality .testing .head_box .desc {
  padding: 20px 0;
  width: 80%;
  display: flex;
  align-items: center;
}
.quality .testing .head_box .desc .iconfont {
  transform: translateX(-12px);
  color: #FBFF94;
  font-size: 30px;
}
.quality .testing .head_box .desc .text {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  transform: translateX(-6px);
}
.quality .testing .main .wrap {
  padding-top: 100px;
  padding-left: 200px;
}
.quality .testing .main .wrap .list .item .box {
  background: #fff;
  /*padding: 20px;*/
  overflow: hidden;
}
.quality .testing .main .wrap .list .item .box .cover_box {
  overflow: hidden;
}
.quality .testing .main .wrap .list .item .box .cover_box .cover {
  transition: all 0.4s ease-in;
}
.quality .testing .main .wrap .list .item .box .content {
  /*padding: 30px 0 0;*/
  padding: 20px;
}
.quality .testing .main .wrap .list .item .box .content .h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.quality .testing .main .wrap .list .item .box .content .lead {
  font-size: 14px;
  line-height: 24px;
  color: #A4A4A4;
}
.quality .testing .main .wrap .list .item .box:hover .cover_box .cover {
  transform: scale(1.1);
}
.quality .laboratory {
  padding-top: 100px;
}
.quality .laboratory .head_box .h3 {
  font-size: 18px;
  color: #0177E6;
  font-weight: 500;
}
.quality .laboratory .head_box .name {
  font-size: 42px;
  color: #000;
  font-weight: 600;
  margin: 10px 0;
}
.quality .laboratory .head_box .lead {
  width: 70%;
  font-size: 16px;
  line-height: 26px;
  color: #858585;
}
.quality .laboratory .wrap {
  padding-top: 60px;
}
.quality .policy {
  padding: 50px 0;
}
.quality .policy .head_box .h3 {
  font-size: 20px;
  color: #0177E6;
  font-weight: 500;
}
.quality .policy .head_box .lead {
  width: 70%;
  font-size: 28px;
  color: #000;
  line-height: 36px;
  margin: 20px 0;
}
.quality .policy .head_box .desc {
  width: 80%;
  font-size: 14px;
  line-height: 18px;
  color: #858585;
}
.quality .policy .main {
  padding-top: 60px;
}
.quality .policy .main .wrap {
  position: relative;
}
.quality .policy .main .wrap::after {
  content: '';
  position: absolute;
  left: -100px;
  bottom: -50px;
  width: 320px;
  height: 410px;
  background: #0177E6;
  z-index: -1;
}
.quality .policy .main .cover_box {
  overflow: hidden;
}
.quality .policy .main .cover_box .cover {
  transition: all 0.4s ease-in;
}
.quality .policy .main .cover_box:hover .cover {
  transform: scale(1.1);
}
.quality .policy .main .content {
  padding: 100px 50px;
}
.quality .policy .main .content .h4 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.quality .policy .main .content .lead {
  font-size: 14px;
  color: #858585;
  line-height: 24px;
}
.quality .industry {
  position: relative;
}
.quality .industry::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #DEDEDE;
  z-index: -1;
}
.quality .industry .wrap .left_box .h3 {
  color: #000;
}
.quality .detection {
  background: #F7F7F7;
}
.quality .detection .main .wrap::after {
  left: initial;
  right: -100px;
}
.quality .custom_testing {
  background: #F7F7F7;
}
.quality .custom_testing .head_box .h3 {
  color: #000;
}
.quality .custom_testing .head_box .desc {
  padding: 20px 0;
  width: 50%;
  display: flex;
  align-items: center;
}
.quality .custom_testing .head_box .desc .iconfont {
  transform: translateX(-12px);
  color: #0177E6;
  font-size: 30px;
}
.quality .custom_testing .head_box .desc .lead {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #858585;
  transform: translateX(-6px);
}
.quality .custom_testing .main .wrap {
  padding-top: 50px;
}
.quality .custom_testing .main .wrap .list .item .box {
  padding: 0;
}
.quality .Certifications .main .wrap .item .box .h4 {
  color: #0177E6;
}
.quality .Certifications .main .wrap .item .box .download {
  padding-top: 30px;
}
.quality .Certifications .main .wrap .item .box .download .val {
  font-size: 14px;
  padding-right: 10px;
}
.quality .Certifications .main .wrap .item .box .download .iconfont {
  font-size: 16px;
  font-weight: 600;
}
.quality .Certifications .main .wrap .item .box .download:hover .val {
  color: #0177E6;
}
.quality .Certifications .main .wrap .item .box .download:hover .iconfont {
  color: #0177E6;
}
.quality .test_process {
  background: #fff;
  padding: 110px 0;
  perspective: 500px;
}
.quality .test_process .pc {
  display: block;
}
.quality .test_process .h5 {
  display: none;
}
.quality .test_process .test_list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.quality .test_process .test_list .item {
  margin: auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  position: relative;
}
.quality .test_process .test_list .item .wrap {
  padding: 20px;
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.quality .test_process .test_list .item .wrap .box {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
.quality .test_process .test_list .item .wrap .box .cover_box {
  width: auto;
}
.quality .test_process .test_list .item .wrap .box .cover_box .cover {
  transition: all 1s ease-in-out;
}
.quality .test_process .test_list .item .wrap .box .lead {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.quality .test_process .test_list .item .right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
}
.quality .test_process .test_list .item .bottom {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
}
.quality .test_process .test_list .item .left {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
}
.quality .test_process .test_list .item:nth-child(odd) .box {
  background: #0177E6;
}
.quality .test_process .test_list .item:nth-child(even) .box {
  background: #103D66;
}
.quality .test_process .test_list .item:hover .wrap {
  transform: translateY(-10px);
  background: linear-gradient(to bottom, rgba(1, 119, 230, 0.1), rgba(1, 119, 230, 0.3));
}
.quality .test_process .test_list .item:hover .wrap .box .cover {
  transform: rotateY(180deg);
}
.service .news_center_banner .content .name {
  font-size: 18px;
  color: #FBFF94;
  font-weight: 500;
}
.service .news_center_banner .content .lead {
  font-size: 16px;
  color: #fff;
}
.service .quality_business .wrap .li .item .content .h3 {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.service .help {
  background: #f6f6f6;
}
.service .help .head {
  height: 150px;
}
.service .help .head .container {
  height: 100%;
}
.service .help .head .h3 {
  height: 100%;
  line-height: 150px;
  font-size: 32px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.service .help .main .wrap {
  padding: 0 0 50px;
  margin: 0;
}
.service .help .main .wrap .content {
  height: 100%;
}
.service .help .main .wrap .content .list {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 30px;
}
.service .help .main .wrap .content .list .li {
  padding: 42px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECECEC;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.service .help .main .wrap .contenta .list .li{
    padding: 21px 0;
}
.service .help .main .wrap .content .list .li .serial_number {
  font-size: 24px;
  color: #D6D6D6;
  font-weight: 500;
  flex: none;
}
.service .help .main .wrap .content .list .li .text {
  flex: 1;
  padding: 0 0 0 15px;
}
.qtov p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.service .help .main .wrap .content .list .li .icon {
  width: 26px;
  flex: none;
}
.service .help .main .wrap .content:first-child .list {
  padding: 0 50px;
}
.service .out_advantage {
  padding: 0 0 50px;
  background: #F7F7F7;
}
.service .out_advantage .wrap .h3 {
  font-size: 96px;
  color: #E6E6E6;
  font-weight: 600;
}
.service .out_advantage .wrap .name {
  margin-top: 60px;
  font-size: 32px;
  color: #000;
  font-weight: 600;
}
.service .out_advantage .wrap .desc {
  padding: 20px 0;
  width: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-6px);
}
.service .out_advantage .wrap .desc .iconfont {
  color: #0177E6;
  font-size: 30px;
}
.service .out_advantage .wrap .desc .lead {
  font-size: 14px;
  line-height: 18px;
  color: #858585;
}
.service .out_advantage .wrap .list {
  margin-top: 40px;
}
.service .out_advantage .wrap .list .li {
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
}
.service .out_advantage .wrap .list .li .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service .out_advantage .wrap .list .li .head .title {
  font-size: 26px;
  color: #000;
}
.service .out_advantage .wrap .list .li .head .iconfont {
  font-size: 32px;
  font-weight: 500;
  color: #0177E6;
  cursor: pointer;
  display: none;
}
.service .out_advantage .wrap .list .li .head .active {
  display: block;
}
.service .out_advantage .wrap .list .li .content_up {
  padding-top: 20px;
  display: none;
}
.service .out_advantage .wrap .list .li .content_up.lead {
  font-size: 14px;
  line-height: 26px;
  color: #858585;
}
.service .environment {
  background: #F7F7F7;
  position: relative;
  padding: 30px 0;
}
.service .environment::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  transform: translateY(-50%);
  background: #0177E6;
  z-index: 1;
}
.service .environment .wrap {
  height: 450px;
  position: relative;
  z-index: 2;
}
.service .environment .wrap .cover_box {
  overflow: hidden;
  padding: 0;
  height: 100%;
}
.service .environment .wrap .cover_box .cover {
  height: 100%;
  transition: all 0.4s ease-in;
}
.service .environment .wrap .cover_box:hover .cover {
  transform: scale(1.1);
}
.service .environment .wrap .content {
  height: 100%;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .environment .wrap .content .lead {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
}
.service .understand {
  padding: 50px 0;
  background: #F7F7F7;
}
.service .understand .h3 {
  width: 80%;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}
.service .understand .desc {
  padding: 20px 0;
  width: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-6px);
}
.service .understand .desc .iconfont {
  color: #0177E6;
  font-size: 30px;
}
.service .understand .desc .lead {
  font-size: 14px;
  line-height: 18px;
  color: #858585;
}
.service .market {
  min-height: 525px;
  padding: 150px 0 100px 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.service .market .h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.service .market .list {
  padding-top: 50px;
}
.service .market .list .li .box {
  min-height: 400px;
  background: #0177E6;
  padding: 50px;
}
.service .market .list .li .box .date {
  font-size: 14px;
  color: #fff;
}
.service .market .list .li .box .h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 14px 0;
}
.service .market .list .li .box .lead {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.service .related_service {
  background-size: cover;
}
.service .related_service .h3 {
  font-size: 96px;
  font-weight: 600;
  color: #E6E6E6;
}
.service .related_service .title {
  font-size: 32px;
  color: #000;
  text-align: left;
  font-weight: 500;
}
.service .related_service .list .li .box {
  min-height: 330px;
}
.service .related_service_swiper {
  padding: 50px 0 0 0;
  background: #F7F7F7;
}
.service .related_service_swiper .h3 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
}
.service .related_service_swiper .service_list {
  margin-top: 40px;
}
.service .related_service_swiper .service_list .service_swiper .item .link {
  position: relative;
}
.service .related_service_swiper .service_list .service_swiper .item .link .cover_box {
  overflow: hidden;
}
.service .related_service_swiper .service_list .service_swiper .item .link .cover_box .cover {
  min-height: 450px;
  transition: all 0.4s ease-in;
}
.service .related_service_swiper .service_list .service_swiper .item .link .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 50px;
}
.service .related_service_swiper .service_list .service_swiper .item .link .content .name {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.service .related_service_swiper .service_list .service_swiper .item .link .content .lead {
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.service .related_service_swiper .service_list .service_swiper .item .link:hover .cover_box .cover {
  transform: scale(1.1);
}
.service .service_standards {
  padding: 100px 0 30px;
  background: #F6F6F6;
}
.service .service_standards .h3 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
}
.service .service_standards .desc {
  padding: 20px 0;
  width: 50%;
  display: flex;
  align-items: center;
}
.service .service_standards .desc .iconfont {
  transform: translateX(-12px);
  color: #0177E6;
  font-size: 30px;
}
.service .service_standards .desc .lead {
  font-size: 14px;
  line-height: 18px;
  color: #858585;
  transform: translateX(-6px);
}
.service .service_standards .main {
  padding: 30px 10px;
}
.service .service_standards .main .wrap .item {
  margin-bottom: 30px;
}
.service .service_standards .main .wrap .item .li {
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECECEC;
}
.service .service_standards .main .wrap .item .li .serial_number {
  font-size: 24px;
  color: #D6D6D6;
  font-weight: 500;
  flex: none;
}
.service .service_standards .main .wrap .item .li .text {
  flex: 1;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding: 0 30px;
}
.service .service_standards .main .wrap .item .li .icon {
  width: 26px;
  flex: none;
}
.service .service_standards .name {
  margin-top: 50px;
  font-size: 20px;
  color: #0177E6;
  font-weight: 500;
}
.service .service_standards .text {
  width: 60%;
  font-size: 32px;
  color: #000;
  line-height: 40px;
  font-weight: 500;
  margin: 20px 0;
}
.service .service_standards .introduce {
  width: 80%;
  font-size: 14px;
  color: #858585;
  line-height: 24px;
}
.abcon p{
  line-height: 26px;
}
.fy_pa {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.fy_pa>a {
    display: inline;
}

.fy_pa>a, .fy_pa>a:focus, .fy_pa>a:hover{
    color: #777;
    background-color: #fff;
    border-color: #ddd;
}
.fy_pa>a {
    position: relative;
    float: left;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    text-decoration: none;
    background: #fff;
    margin-left: -1px;
    border: 1px solid #ddd;
}
.fy_pa a.page-num-current,.fy_pa a.page-num-current:hover{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0177E6;
    border-color: #0177E6;
}
.fy_pa a:hover{
    background:#eee; 
}
.fy_pa>a:first-child, .fy_pa>a:first-child>span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.fy_pa>a:last-child, .fy_pa>a:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a.topa{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#999;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}
.right_xf ul{
  padding: 10px;
}
.right_xf li{
    position: relative;
    color: #6c757d;
    font-size: 16px;
}
.right_xf li .tb_ico{
  margin-right: 5px;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 100%;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu1{
  min-width: 280px;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 45px;
}
.pp_list{
  cursor: pointer;
}
.pp_list:hover .describe.over3{
  -webkit-line-clamp: inherit;
}


@media (max-width: 768px){
    .index .location .location_swiper .swiper-pagination .swiper-pagination-bullet{
        font-size: 12px;
    }
}