@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: 'pcr';
  src: url('../assets/font/pingfang/PingFang-Light.woff') format('woff');
  /*src: url('../font/1/PingFang Medium.woff') format('woff');*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pcrb';
  src: url('../assets/font/pingfang/PingFang-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pcrbb';
  src: url('../assets/font/pingfang/PingFang-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
    font-family: "PingFang Medium";
    src: url("../assets/font/2/PingFang\ Medium.eot"); 
    src: url("../assets/font/2/PingFang\ Medium.eot?#iefix") format("embedded-opentype"),
    url("../assets/font/2/PingFang\ Medium.woff") format("woff"), 
    url("../assets/font/2/PingFang\ Medium.ttf") format("truetype"), 
    
    url("../assets/font/2/PingFang\ Medium.svg#PingFang Medium") format("svg"); 
    font-style: normal;
    font-weight: normal;
} */
/* font-family: "Blenda-Script-1";
    src: url("../../fonts/Blenda-Script-1.woff2") format("woff2"), url("../../fonts/Blenda-Script-1.woff") format("woff"), url("../../fonts/Blenda-Script-1.ttf") format("truetype"), url("../../fonts/Blenda-Script-1.eot") format("embedded-opentype"), url("../../fonts/Blenda-Script-1.svg") format("svg"), url("../../fonts/Blenda-Script-1.otf") format("opentype");
    font-weight: normal;
    font-style: normal; */
/*CSS 解决页面切换时滚动条出现时跳动问题 start*/

html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

/*CSS 解决页面切换时滚动条出现时跳动问题 end*/

html,
body,
div,
ul,
li,
dl,
dd,
dt,
a,
ol,
u,
i,
b,
br,
p,
span,
hr,
label,
input,
select,
textarea,
button,
form,
h1,
h2,
h3,
h4,
h5,
h6,
font,
strong,
em,
iframe,
img,
tr,
th,
td,
q,
abbr,
acronym {
  margin: 0;
  padding: 0;
  list-style: none;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

body {
  padding: 0;
  margin: 0;
  font: 12px/1.5 'Microsoft YaHei', 微软雅黑, '宋体', tahoma, Verdana, arial,
    sans-serif;
  color: #333;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input,
textarea,
select,
button {
  vertical-align: middle;
  outline: none;
  font-family: 'Microsoft YaHei', 微软雅黑;
  color: #333;
}

input.active,
textarea.active,
select.active,
button.active,
input.on,
textarea.on,
select.on,
button.on {
  color: #333;
}

textarea {
  resize: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

a:hover {
  color: #0088ff;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

.left,
.fl {
  float: left;
}

.right,
.fr {
  float: right;
}

/* clear */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */

.clear,
.cc {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 10px 0;
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: normal;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

ul,
li {
  vertical-align: middle;
}

.bot20 {
  margin-bottom: 20px;
}

.mainbox {
  padding: 20px;
  background: #fff;
}

.jump-info .btn-group .btn {
  background: #0088ff !important;
}

.ui-dialog-title {
  color: #0088ff !important;
}

.navbar-header,
.hidden-lg {
  display: none;
}

@font-face {
  font-family: 'pingfang';
  src: url('../fonts/pingfang.woff2') format('woff2'),
    url('../fonts/pingfang.woff') format('woff'),
    url('../fonts/pingfang.ttf') format('truetype'),
    url('../fonts/pingfang.eot') format('embedded-opentype'),
    url('../fonts/pingfang.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fonts_pf {
  font-family: 'pingfang', 微软雅黑, '宋体';
}

/***漂浮***/

.j-float {
  position: relative;
  z-index: 99999;
  display: none;
}

.j-float .img_title {
  display: none;
}

.j-float .float-close {
  position: absolute;
  width: 38px;
  height: 16px;
  right: 0;
  top: -20px;
}

.j-float .float-close img {
  cursor: pointer;
}

/*****顶部logo****/

.header {
  /* position: fixed; */
  position: absolute;
  width: 100%;
  height: 72px;
  top: 0;
  left: 0;
  /* background: url(../images/topbg.png); */
  z-index: 99;
  border-bottom: 1px solid #c3ced9;
}

/* .head_con {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: flex-start;
} */
@media (min-width: 1200px) {
  .header .container {
    width: 100%;
    /* padding-left: 373px; */
    padding-right: 0;
    padding-left: 0;
  }
  .head_con {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.logo {
  float: left;
  /* 改动 */
  /* width: 110px; */
  width: 159px;
  height: 72px;
  line-height: 72px;
  /* padding: 18px 0 18px 10px; */
  /* 改动 */
  /* padding: 1.8rem 0 1.8rem 0px; */
  /* background-color: #0088FF; */
}
.logo img {
  width: 100%;
  height: 46px;
  /* background-color: red; */
}
.logo .img_title {
  display: none;
}

.top_right {
  padding-right: 10px;
}

.top_right li {
  float: left;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  background: url(../images/top_line.png) right center no-repeat;
}

.top_right li a {
  display: block;
  color: #fff;
  line-height: 62px;
  padding-left: 39px;
}

.top_right li.num3 {
  padding-right: 0;
  background: none;
}

.top_right .kfzx {
}

.top_right .kfzx a {
  background: url(../images/top_icon02.png) left center no-repeat;
}

.top_right .top_tel a {
  font-family: arial;
  background: url(../images/top_icon01.png) left center no-repeat;
}

.top_right li.num2 a {
  background: url(../images/top_icon03.png) left center no-repeat;
}

/***导航****/

.menubox {
  float: left;
  margin-left: 127px;
}

.menubox > ul > li {
  float: left;
  position: relative;
}
.menubox li.on a {
  font-weight: 800;
  font-size: 2rem;
  color: #ffffff;
  font-family: pcrb;
}
.menubox > ul > li > a {
  display: block;
  /* padding: 0 35px; */
  padding: 0 3.5rem;
  height: 72px;
  line-height: 72px;
  /* font-weight: 400; */
  font-size: 1.8rem;
  color: #efefef;
  position: relative;
  transition: all 0.5s;
}

/*.menubox li.on a,.menubox li a:hover{background: url(../images/nav_line.png) bottom repeat-x;}*/

.menubox > ul > li > a span {
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  left: 50%;
  bottom: 0;
  /* background: #008aff; */
  transition: all 0.5s;
  height: 4px;
  background: linear-gradient(94deg, #006eff 0%, #00dcff 100%);
  border-radius: 6px 6px 6px 6px;
}

.menubox > ul > li > a:hover span,
.menubox li.on > a > span {
  width: 100%;
  left: 0;
}

/***二级下拉导航****/

/*.menubox>ul>li:hover i{display: block;width: 21px;height: 13px;position:absolute;bottom:-1px;left: 50%;margin-left: -10px;background: url(../images/sub_nav_ico.png) center no-repeat;}*/

/* 最初.sub_nav {
    display: none;
    position: absolute;
    width: 180px;
    background: url(../images/back70.png);
    left: 50%;
    margin-left: -90px;
    top: 63px;
} */

.sub_nav {
  display: none;
  position: absolute;
  width: 300px;
  background: url(../images/back70.png);
  left: 50%;
  margin-left: -150px;
  top: 63px;
}

.sub_nav ul li a {
  display: block;
  font-size: 17px;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  color: #fff;
  border-bottom: #676880 1px solid;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.sub_nav ul li a:hover {
  background: url(../images/back30.png);
}

/***搜索****/

.search {
  position: relative;
  margin: 16px 30px 16px 0;
}

.sb-search {
  height: 32px;
  float: right;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  z-index: 999;
}

.sb-search-input {
  width: 0px;
  height: 32px;
  line-height: 32px;
  text-indent: 20px;
  color: #fff;
  padding: 0 16px;
  /*background:rgba(245,245,245,.2);*/
  background: #404256;
  border: none;
  /*border-bottom: #ccc 1px solid;*/
  border-radius: 16px;
  -webkit-border-radius: 16px;
  transition: width 0.5s linear;
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  -ms-transition: width 0.5s linear;
}

.sb-search-submit,
.sb-icon-search {
  width: 32px;
  height: 32px;
  background: url(../images/search_btn.png) center no-repeat;
  z-index: 90;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

/*.sb-icon-search{ background:rgba(245,245,245,.2) url(../images/search_btn.png) center no-repeat;}*/

.sb-icon-search {
  background: #404256 url(../images/search_btn.png) center no-repeat;
}

.sb-icon-search.on {
  background: url(../images/search_close.png) center no-repeat;
}

.sb-search-submit {
  display: none;
  right: auto;
  left: 0;
}

input.srkcss:focus {
  outline: none;
  border-color: #9ecaed !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/*****手机站导航****/

.menu {
  width: 22px;
  height: 26px;
  /*background: #fff;*/
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 2px 6px;
  margin: 16px 10px 16px 0;
  /*border: #fff 1px solid;*/
  z-index: 1;
  position: relative;
}

.menu .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-top: 5px;
  background: #fff;
}

#mobileMenu {
  display: none;
  position: absolute;
  left: 0;
  top: 62px;
  margin: 0;
  width: 100%;
  background: #151a33;
  z-index: 1100;
  border-top: rgba(255, 255, 255, 0.5) 1px solid;
}

/*#mobileMenu.show { -webkit-transform: translateX(250px); transform: translateX(250px); }*/

#mobileMenu dl {
  padding: 0px 20px 10px;
}

#mobileMenu dd {
  line-height: 50px;
  border-bottom: #ddd 1px solid;
}

#mobileMenu dd a,
#mobileMenu dd > span {
  display: block;
  color: #fff;
  font-size: 17px;
}

#mobileMenu dd > span {
  cursor: pointer;
  background: url(../images/jia.png) right center no-repeat;
}

#mobileMenu dd span.active {
  color: #e3e4e5;
  background: url(../images/jian.png) right center no-repeat;
}

#mobileMenu dd ul {
  display: none;
}

#mobileMenu dd ul a {
  font-size: 15px;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

/*****底部****/

.footer {
  width: 100%;
  /* padding: 35px 0; */
  /* background: #313131; */
  color: #fff;
  /* background-color: red; */
  height: 23.9rem;
  background: #141a2b;
  border-radius: 0;
  box-sizing: border-box;
  /* padding-bottom: 23px; */
}
.footer .container {
  box-sizing: border-box;
  padding-bottom: 2.3rem;
  padding-left: 0;
  padding-right: 0;
  /* background-color: pink; */
}
.footer .footer_top {
  height: 19.9rem;
  padding-top: 4.4rem;
  /* background-color: skyblue; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.f_about_us {
  /* background-color: rosybrown; */
  margin-right: 5.4rem;
}
.f_about_us p {
  font-weight: 400;
  font-size: 1rem;
  color: #8c96a5;
  margin-bottom: 1.2rem;
}
.f_about_us p a {
  font-weight: 400;
  font-size: 1rem;
  color: #8c96a5;
}
.f_relation_us {
  /* text-align: center; */
  /* width: 27rem; */
  /* background-color: orange; */
  margin-right: 21.1rem;
}
.f_relation_us .f_s_title {
  padding-left: 4.2rem;
}
.f_relation_us .pp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 1rem;
}
.f_relation_us span {
  font-weight: 400;
  font-size: 1rem;
  color: #8c96a5;
}
.f_relation_us p {
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}
.f_weixin_us {
  /* background-color: blueviolet; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.f_weixin_us .codebox .code {
  /* width: 6.9rem;
  height: 6.9rem; */
  width: 9.9rem;
  height: 9.9rem;
  border-radius: 0.6rem;
  margin: 0 auto;
  margin-bottom: 0.9rem;
  background-color: red;
}
.f_weixin_us .codebox .code1 {
  background: url(../imgs/qrcode_05m.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.f_weixin_us .codebox .code2 {
  background: url(../imgs/kefu.png) no-repeat center center;
  background-size: 100% 100%;
}
.f_weixin_us .codebox .code2 {
  /* background: url(../imgs/qrcode_05m.jpg) no-repeat center center;
    background-size: 100% 100%; */
}
.f_weixin_us .codebox {
  /* width: 8rem; */
  text-align: center;
  /* margin-right: 3.6rem; */
  margin-right: 3.9rem;
}
.f_weixin_us .codebox p {
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}
.footer .footer_bottom {
  /* height: 17px; */
  line-height: 1.7rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  color: #8c96a5;
  /* background-color: green; */
}
.footer .footer_bottom a {
  /* height: 17px; */
  /* line-height: 1.7rem;
    text-align: center; */
  font-weight: 400;
  font-size: 1.2rem;
  color: #8c96a5;
  /* background-color: green; */
}
.footer_top .f_s_title {
  font-weight: 800;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 17px;
  /* background-color: greenyellow; */
}
.foot_left {
  float: left;
  width: 50%;
  line-height: 32px;
  font-size: 16px;
}

.foot_left a {
  color: #fff;
}

.foot_left a:hover {
  color: #999;
}

.foot_right {
  float: right;
}

.foot_weixin {
  width: 44px;
  height: 44px;
  position: relative;
  float: left;
  margin: 10px 0;
}

.foot_weixin .web_link {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/weixin_icon.svg) center no-repeat;
}

.foot_weixin .web_area {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 1;
  left: 50%;
  margin-left: -75px;
  bottom: 50px;
}

/* .footer .foot_fwzx {
    float: left;
    line-height: 64px;
    font-size: 20px;
    padding-right: 30px;
} */

/* .footer .foot_wap {
    display: none;
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
} */
/* 
.footer .foot_wap a {
    color: #fff;
} */

@media (min-width: 992px) and (max-width: 1199px) {
  .top_right li.num1 {
    display: none;
  }
  .menubox {
    margin-left: 15px;
  }
  .search {
    margin: 16px 15px 16px 0;
  }
  .sub_nav dl {
    padding: 25px 30px;
  }
  .sub_nav .sub_div {
    padding-left: 0;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top_right li.num1 {
    display: none;
  }
  .top_right li.num2 a,
  .top_right li.num3 a {
    background: none;
    padding-left: 0;
  }
  .menubox {
    margin-left: 15px;
  }
  .menubox > ul > li > a {
    padding: 0 12px;
  }
  .search {
    margin: 16px 15px 16px 0;
  }
  .sub_nav dl {
    padding: 25px 0;
  }
  .sub_nav .sub_div {
    padding-left: 0;
    text-align: center;
  }
  .foot_weixin .web_area {
    left: auto;
    margin-left: 0;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .header {
    position: static;
    background: #141931;
  }
  .menubox {
    display: none;
  }
  .top_right li.num1,
  .top_right li.num2 {
    display: none;
  }
  .top_right .kfzx a {
    background: url(../images/top_icon02.svg) left center no-repeat;
    background-size: 28px;
  }
  .logo {
    /* padding: 18px 10px; */
  }
  .header .menu {
    display: block;
  }
  .search {
    margin: 16px 20px 16px 0;
  }
  .menubox .sub_nav {
    display: none !important;
  }
  /* .footer {
        padding: 20px 0;
    } */
  .foot_left {
    width: auto;
    float: none !important;
    padding: 0 10px;
  }
  .foot_right {
    width: auto;
    float: none !important;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
  .foot_left {
    font-size: 15px;
    line-height: 28px;
  }
  /* .footer .foot_fwzx {
        font-size: 18px;
    } */
  .foot_weixin .web_area {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  /* .footer .foot_left,
    .footer .foot_right {
        display: none;
    } */
  /* .footer .foot_wap {
        display: block;
    } */
}

@media only screen and (max-width: 340px) {
  .top_right .kfzx {
    margin: 0;
  }
}

/*分页/翻页*/

.pagination {
  clear: both;
  width: 100%;
  margin: 28px 0 10px;
  padding: 3px 0;
  line-height: 28px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 微软雅黑;
}

.pagination a,
.pagination span {
  display: inline-block;
  border: 1px solid #d9d9d9;
  color: #666;
  margin: 3px;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
  height: 28px;
  line-height: 25px;
  border-radius: 1rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 1rem;
}
.page-item:last-child .page-link {
  margin-left: 0;
  border-radius: 1rem;
}
.pagination a:hover {
  background: #0088ff;
  border: 1px solid #0088ff;
  color: #fff !important;
}

.pagination a.active {
  border: 1px solid #0088ff;
  color: #fff;
}

.pagination span.current,
.pagination span.current:hover {
  background: #0088ff;
  border: 1px solid #0088ff;
  color: #fff;
}

.pagination span.disabled,
.pagination span.disabled:hover {
  border: 1px solid #d9d9d9;
  color: #666;
  background: #eee;
}

.pagination a.text,
.pagination a.text:hover {
  color: #fff;
  background: #0088ff;
  border: #0088ff 1px solid;
  cursor: text;
}

.pagination a.pagemore,
.pagination a.pagemore:hover {
  color: #666;
  background: #fff;
  border: 1px solid #fff;
  cursor: text;
  padding: 0 3px;
}

.pagination .inputBar {
  border: 0;
  height: 28px;
  padding: 0 6px;
}

.pagination .total {
  border: 0;
  height: 28px;
  padding: 0;
}

.pagination .inputBar input {
  width: 40px;
  height: 24px;
  line-height: 24px;
  padding: 2px 5px;
  border: #ccc 1px solid;
  margin: -3px 3px 0;
  *margin: -3px 3px 0;
  _margin: -3px 3px 0;
  background: #eee;
  vertical-align: middle;
}
/*谷哥滚动条样式*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  position: absolute;
}
::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
::-webkit-scrollbar-track {
  /* // background-color: #ddd; */
  background-color: transparent;
}

@media (min-width: 1200px) {
  .container {
    max-width: 121rem;
  }
}
.ind_pro_con .carousel-item {
  background-color: RGBA(249, 249, 249, 1);
  /* height: 100%; */
  height: 42.4rem;
  text-align: center;
  line-height: 42.4rem;
  overflow: hidden;
  border-radius: 2rem;
}
.ind_pro_con .carousel-inner {
  height: 100%;
}
.ind_pro_con .carousel-item img {
  /* max-width: 100%;
max-height: 100%;
width: auto;
height: auto; */
  width: 100%;
  height: 100%;
}
