* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft Yahei";
}
img {
  border-width: 0;
  border: none;
}
input,
button,
textarea {
  outline: none;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb:after {
  clear: both;
  content: "";
  display: block;
}
.cb::after {
  clear: both;
  content: "";
  display: block;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
body,
html {
  min-width: 1200px;
}
/* 头上 */
.header_top {
  color: #fff;
  font-size: 12px;
  line-height: 38px;
}
.img_wrap img {
  display: block;
}
/*头部  */
.header {
  padding: 28px 0 25px 0;
}
.header .tel {
  padding: 22px 0 0 0;
}
/* 导航 */
.nav {
  line-height: 47px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.nav li {
  float: left;
  font-size: 15px;
  color: #000000;
  padding: 0 32px;
}
.nav li:nth-of-type(1) {
  padding-left: 11px;
}
.nav li:last-of-type {
  padding-right: 0;
}
.nav li a {
  display: block;
}
/* banner */
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 18px;
  height: 6px;
  background: #0e52b4;
  border-radius: 0;
  margin: 0 5px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 18px;
  height: 11px;
  background: #d32f34;
  border-radius: 0;
  position: relative;
  top: -5px;
}
.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
  bottom: 36px;
}
.index_title_wrap {
  text-align: center;
}
.index_title_wrap .en {
  font-family: "幼圆";
  color: #333333;
  line-height: 50px;
  font-size: 30px;
}
.index_title_wrap .cn {
  color: #333333;
  font-size: 24px;
  line-height: 50px;
  background-position: center;
}
.index_title_wrap .cn .blue {
  color: #253d9e;
}
/* 企业概况 */
.index_com {
  padding: 82px 0 0 0;
  overflow: hidden;
}
.index_com .wrap {
  margin-top: 71px;
  height: 531px;
  position: relative;
}
.index_com .wrap .img_wrap {
  width: 394px;
  height: 440px;
}
.index_com .wrap .text_wrap {
  padding-top: 7px;
  width: 736px;
}
.index_com .wrap .text_wrap .title {
  color: #2a41a0;
  font-size: 20px;
  line-height: 60px;
}
.index_com .wrap .text_wrap .line {
  width: 167px;
  height: 1px;
  background: #0e52b4;
  margin-bottom: 15px;
}
.index_com .wrap .text_wrap .text {
  color: #333333;
  font-size: 15px;
  line-height: 36px;
}
.index_com .wrap .text_wrap .more_wrap {
  text-align: right;
  line-height: 36px;
  margin-top: 12px;
  color: #3b3b3c;
}
.index_com .wrap .xd {
  position: absolute;
  bottom: 0;
  left: 681px;
  z-index: -1;
}
.index_com .wrap .listol {
  position: absolute;
  bottom: 7px;
  left: 279px;
}
.index_com .wrap .listol2 {
  position: absolute;
  bottom: 72px;
  left: 531px;
  width: 1500px;
  background: #fff;
  border-top: 1px solid #eee;
}
.index_com .wrap .listol2 li {
  float: left;
  border: 1px solid #eee;
  border-top: none;
  border-right: none;
}
.index_com .wrap .listol2 li:last-of-type {
  border-right: 1px solid #eee;
}
/* 产品介绍 */
.index_title2 {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
.index_title2 a {
  display: inline-block;
  background: #0e52b4;
  width: 182px;
  height: 42px;
  line-height: 42px;
  color: #fff;
}
.pro_show {
  padding-top: 126px;
  padding-bottom: 115px;
}
.pro_show .btn_wrap {
  padding-top: 80px;
}
.pro_show .btn_wrap li {
  float: left;
  position: relative;
  margin-right: 33px;
}
.pro_show .btn_wrap li:last-of-type {
  margin-right: 0;
}
.pro_show .btn_wrap li p {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 49px;
  top: 23px;
  text-align: center;
  padding-left: 40px;
}
.pro_show .pro_show_list {
  padding-top: 80px;
  padding-bottom: 90px;
}
.pro_show .pro_show_list li {
  float: left;
  margin-right: 24px;
}
.pro_show .pro_show_list li:last-of-type {
  margin-right: 0;
}
.more_all {
  display: block;
  margin: 0 auto 0 auto;
  width: 192px;
  height: 42px;
  border-radius: 21px;
  background: #0e52b4;
  font-size: 15px;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
/* 核心优势 */
.index_adv {
  height: 499px;
}
.index_adv .fl {
  width: 50%;
  height: 100%;
}
.index_adv .fl .inner50 {
  width: 600px;
  float: right;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_adv .fl .inner50 .title1 {
  line-height: 77px;
  color: #fff;
  font-size: 40px;
  margin-top: 137px;
}
.index_adv .fl .inner50 .title2 {
  padding-left: 222px;
  position: relative;
}
.index_adv .fl .inner50 .title2 .title_inner {
  width: 168px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #d32f34;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.index_adv .fl .inner50 .title2 .add30 {
  position: absolute;
  top: 26px;
  left: 383px;
}
.index_adv .fl .inner50 .title3 {
  margin-top: 46px;
  line-height: 43px;
  color: #fff;
  font-size: 15px;
}
.index_adv .fl .inner50 .title3 .line {
  width: 433px;
  height: 1px;
  background: #fff;
}
.index_adv .fl .inner50 .box646 {
  width: 664px;
  position: relative;
  margin-left: -46px;
  padding-top: 67px;
}
.index_adv .fl .inner50 .box646 li {
  height: 91px;
  width: 100%;
  margin-bottom: 50px;
}
.index_adv .fl .inner50 .box646 li img {
  float: left;
}
.index_adv .fl .inner50 .box646 li .box646_right {
  width: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
}
.index_adv .fl .inner50 .box646 li .box646_right .text1 {
  line-height: 42px;
  color: #fff;
  font-size: 18px;
}
.index_adv .fl .inner50 .box646 li .box646_right .text1 .en {
  font-size: 13px;
}
.index_adv .fl .inner50 .box646 li .box646_right .text2 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.index_adv .fl:nth-of-type(2) {
  background-position: right;
}
.index_adv .fl:nth-of-type(2) .inner50 {
  width: 600px;
  float: left;
}
/* main_cus主要客户 */
.main_cus {
  padding-top: 100px;
}
.main_cus .index_title2 {
  margin-bottom: 62px;
}
.main_cus .index_title2 a {
  background: #d32f34;
}
/* 新闻资讯 */
.com_pro {
  padding-top: 71px;
  padding-bottom: 129px;
}
.com_pro .wrap {
  padding-top: 70px;
}
.com_pro .wrap li {
  float: left;
  width: 367px;
  height: 436px;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 48px;
}
.com_pro .wrap li .img_wrap {
  width: 325px;
  height: 197px;
  margin: 24px auto 0 auto;
}
.com_pro .wrap li:last-of-type {
  margin-right: 0;
}
.com_pro .wrap li:hover .text_wrap .title {
  color: #253d9e;
}
.com_pro .wrap li .text_wrap {
  width: 325px;
  margin: 0 auto;
  margin-top: 15px;
}
.com_pro .wrap li .text_wrap .date {
  color: #333;
  font-size: 26px;
  line-height: 40px;
}
.com_pro .wrap li .text_wrap .date .year {
  color: #6f6e6e;
  font-size: 17px;
}
.com_pro .wrap li .text_wrap .title {
  color: #333333;
  font-size: 16px;
  margin: 9px 0;
  line-height: 28px;
}
.com_pro .wrap li .text_wrap .text {
  color: #6f6e6e;
  font-size: 14px;
  line-height: 26px;
}
.footer_top {
  background: #f6f6f6;
}
.footer_top .fl {
  font-size: 14px;
  color: #5e5d5d;
  line-height: 41px;
}
.footer_top .fr .img_wrap {
  float: left;
  margin-left: 22px;
}
.footer_top .fr .img_wrap img {
  display: block;
}
/* footer */
.footer {
  height: 201px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}
.footer .left {
  padding-top: 62px;
}
.footer .left .text_wrap {
  margin-left: 35px;
  padding-top: 11px;
}
.footer .left .text_wrap .p1 {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  line-height: 30px;
}
.footer .left .text_wrap .p2 {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}
.footer .right {
  text-align: right;
  color: #fff;
  padding-top: 72px;
}
.footer .right .p1 {
  font-size: 14px;
  line-height: 34px;
}
.footer .right .p1 .font_w {
  font-size: 20px;
}
.footer .right .p2 {
  font-size: 14px;
  line-height: 27px;
  opacity: 0.8;
}
/* 二级页面 */
.er_wrap_box {
  padding-top: 83px;
  /*er_list_ol  */
}
.er_wrap_box .er_btn_wrap {
  margin-top: 66px;
  margin-bottom: 85px;
  text-align: center;
}
.er_wrap_box .er_btn_wrap li {
  display: inline-block;
  width: 188px;
  height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-radius: 21px;
  line-height: 42px;
  margin: 0 16px;
  color: #333;
  margin-bottom:20px;
}
.er_wrap_box .er_btn_wrap li a {
  display: block;
}
.er_wrap_box .er_btn_wrap li:hover {
  border: 1px solid #0e52b4;
}
.er_wrap_box .er_btn_wrap .active {
  border: 1px solid #0e52b4;
}
.er_wrap_box .er_list_ol li {
  float: left;
  width: 383px;
  height: 238px;
  margin-right: 24px;
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}
.er_wrap_box .er_list_ol li:nth-of-type(3n) {
  margin-right: 0;
}
.er_wrap_box .er_list_ol li .pro_tm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background: rgba(14, 82, 180, 0.7);
}
.er_wrap_box .er_list_ol li .pro_tm .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  width: 222px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #fff;
}

.er_wrap_box .er_list_oll li {
  float: left;
  width: 383px;
  height: 238px;
  margin-right: 67px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.er_wrap_box .er_list_oll li:nth-of-type(4n) {
  margin-right: 0;
}
.er_wrap_box .er_list_oll li .pro_tm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background: rgba(14, 82, 180, 0.7);
}
.er_wrap_box .er_list_oll li .pro_tm .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  width: 222px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #fff;
}
/*  */
.er_page {
  text-align: center;
  padding: 31px 0 212px 0;
}
.er_page a {
  display: inline-block;
  width: 30px;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  color: #000;
  font-size: 14px;
  line-height: 32px;
  margin: 0 3px;
}
.er_page a:nth-of-type(1) {
  width: auto;
  padding: 0 12px;
}
.er_page a:nth-of-type(2) {
  width: auto;
  padding: 0 12px;
}
.er_page a:nth-last-of-type(3) {
  width: auto;
  padding: 0 12px;
}
.er_page a:nth-last-of-type(2) {
  width: auto;
  padding: 0 12px;
}
.er_page a:nth-last-of-type(1) {
  width: auto;
  padding: 0 12px;
}
.er_page a:hover {
  border: 1px solid #d32f34;
  background: #d32f34;
  color: #fff;
}
.er_page .active {
  border: 1px solid #d32f34;
  background: #d32f34;
  color: #fff;
}


.idnex_news {
  padding-bottom: 0.9rem;
}
.idnex_news .new_list {
  margin-top: 15px;
}
.idnex_news .new_list li {
  height: 175px;
  margin-bottom: 25px;
}
.idnex_news .new_list li .img_wrap {
  width: 280px;
  height: 170px;
  padding: 5px;
  border: 1px solid #f0f0f0;
}
.idnex_news .new_list li .text_wrap {
  width: 890px;
}
.idnex_news .new_list li .text_wrap .date {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
}
.idnex_news .new_list li .text_wrap .date .year {
  font-size: 14px;
  color: #6f6e6e;
}
.idnex_news .new_list li .text_wrap .title {
  color: #444546;
  font-size: 16px;
  line-height: 40px;
}
.idnex_news .new_list li .text_wrap .text {
  font-size: 14px;
  color: #929292;
  line-height: 35px;
}
