* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  /* line-height: 100%; */
  color: #333;
}

body {
  font-size: 14px;
  min-width: 1300px;
  font-family: "Microsoft YaHei";
}

a {
  text-decoration: none;
  font-size: 14px;
}

em,
i {
  display: block;
  font-style: normal;
}

:focus {
  outline: none;
}

.gy {
  max-width: 1500px;
  margin: 0 auto;
  min-width: 1300px;
  width: 100%;
}

@font-face {
  font-family: 'iconfont';
  /* Project id 1490935 */
  src: url('../fonts/font_1490935_kn36aeljq.eot');
  /* IE9 */
  src: url('../fonts/font_1490935_kn36aeljq.eot') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/font_1490935_kn36aeljq.woff2') format('woff2'), url('../fonts/font_1490935_kn36aeljq.woff') format('woff'), url('../fonts/font_1490935_kn36aeljq.ttf') format('truetype'), url('../fonts/font_1490935_kn36aeljq.svg') format('svg');
}

/*header*/
.head_c {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.head_rc {
  display: flex;
  align-items: center;
}

.head_rc li i {
  font-size: 18px;
  color: #f29a2e;
}

.head_c>p {
  width: 25.5%;
  background: #f29a2e;
  color: #fff;
  height: 40px;
  line-height: 40px;
  min-width: 362px;
}

.head_c:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 100%;
  background: #f29a2e;
  z-index: -1;
  left: -500px;
}

.head_bc {
  background: #f5f5f5;
}

.head_rc li {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
}

.head_rc li span {
  color: #999;
  font-size: 15px;
  margin-right: 10px;
}

.head_rc li em {
  width: 1px;
  height: 14px;
  background: #999;
  display: inline-block;
  margin: 0 22px;
}

.head_rc li a {
  color: #999;
  font-size: 14px;
}

.nav_bc {
  position: relative;
  z-index: 999;
}

.nav_c {
  display: flex;
  justify-content: space-between;
  height: 143px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.nav_wz {
  display: flex;
  align-items: center;
  height: 100%;
  width: 44%;
  justify-content: space-between;
  min-width: 614px;
}

.nav_wz i em {
  font-size: 30px;
  color: #f29a2e;
  margin-bottom: 7px;
}

.nav_wz i {
  font-size: 24px;
  font-weight: lighter;
}

.nav_wz p {
  background: #f5f5f5;
  height: 100%;
  display: flex;
  align-items: center;
  width: 58%;
  min-width: 362px;
}


.pc-menus { height:100px; position:absolute; left:74%; top:50%; transform:translateX(-50%) translateY(-50%); z-index:5; width:51%; font-size:16px; text-align:center; max-width:1000px; display:-webkit-flex; display:flex; display:-webkit-box; display:box; -webkit-align-items:center; align-items:center; -webkit-box-align:center; box-align:center; -webkit-box-pack:justify; box-pack:justify; -webkit-justify-content:space-between; justify-content:space-between }
.pc-menus .iinner { position:relative; padding:0 8px; display:inline-block; line-height:100px }
.pc-menus .iinner::after { content:''; display:block; position:absolute; width:0; left:50%; bottom:0; height:4px; transform:translateX(-50%); transition:.6s }
.pc-menus .iinner:hover .tit { color:#f29a2e }
.pc-menus .active .iinner .tit { color:#f29a2e }
.pc-menus .active .iinner::after { background:#f29a2e }
/* @media (max-width:1200px) {
  
  .pc-menus .iinner { padding:0 }
  .pc-menus .iinner::after { height:2px; bottom:4px }
}
@media (max-width:1780px) {
  .pc-menus{top:25%;}
}
@media (max-width:1600px) {
  .pc-menus{top:28%;}
}
@media (max-width:1400px) {
  .pc-menus{top:32%;}

} */
.pc-menus .mitem { transition:.6s; position:relative; height:80px; display:flex; align-items:center }
.pc-menus .mitem .tit { cursor:pointer; font-size:16px; display:inline-block; color:#666; font-family:robotoThin; height:40px; overflow:hidden; position:relative }
.pc-menus .mitem .tit::after { content:''; display:block; position:absolute; width:0; height:1px; background:#fff; background:#f29a2e; opacity:.8; left:0; transition:.6s; bottom:0; z-index:555 }
.pc-menus .mitem .tit p { transition:.6s; line-height:40px; height:80px }
.pc-menus .mitem .tit em { color:#666; display:block }
.pc-menus .mitem .tit span { color:#f29a2e; font-weight:bold }
.pc-menus .mitem.active .tit::after,.pc-menus .mitem:hover .tit::after { width:100% }
.pc-menus .mitem.active .tit p,.pc-menus .mitem:hover .tit p { transform:translateY(-40px) }
.pc-menus .pc-menu-drop { position:absolute; left:50%; width:180px; margin-left:-90px; top:90px; z-index:55; text-align:center; opacity:0 }
.pc-menus .pc-menu-drop .links { background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.1); transition:.6s; position:relative; font-size:16px; border-radius:2px }
.pc-menus .pc-menu-drop3{width: 350px !important;margin-left:-180px;}
.pc-menus .pc-menu-drop .links::before { content:''; width:0; height:0; border:6px solid transparent; transition:.6s; top:-12px; position:absolute; left:50%; transform:translateX(-50%); z-index:5 }
.pc-menus .pc-menu-drop li { height:0; overflow:hidden; transition:.6s }
.pc-menus .pc-menu-drop a { position:relative; display:inline-block; padding:0 20px; text-align:center; transition:.6s }
.pc-menus .pc-menu-drop a::after { content:''; display:block; position:absolute; width:0px; height:1px; left:0px; bottom:0; background:#f29a2e; transition:.6s }
.pc-menus .pc-menu-drop a:hover { color:#f29a2e }
.pc-menus .pc-menu-drop a:hover::after { width:100% }
.pc-menus .mitem:hover .pc-menu-drop { padding-top:10px; opacity:1 }
.pc-menus .mitem:hover .pc-menu-drop .links { padding:20px 0 }
.pc-menus .mitem:hover .pc-menu-drop .links::before { border-bottom-color:rgba(0,0,0,0.7); border-bottom-color:#fff }
.pc-menus .mitem:hover .pc-menu-drop li { height:40px }
.pc-menus .mitem:hover .pc-menu-drop a { line-height:40px }
@media (min-width:1200px) {
  .header.fixed { background:#0b4fa3; position:fixed; box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.1); top:0; height:.8rem }
  .header.fixed .pc-menus .mitem em { color:#fff }
  .header.fixed .logo { width:1rem }
}


/* .nav {
  width: 45%;
  position: relative;
  height: 100%;
}

.nav>ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.nav>ul>li {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav>ul>li>a {
  display: block;
  font-size: 17px;
  transition: .3s;
}

.nav>ul>li.on>a,
.nav>ul>li:hover>a {
  color: #f29a2e;
  font-weight: bold;
}

.nav_bc:before {
  position: absolute;
  content: "";
  width: 591px;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
  left: -7px;
  top: 0;
}


.nav>ul>li>dl {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 10000;
  background: #fff;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  top: 180px;
  padding: 40px;
}

.nav>ul>li>dl>dd {
  display: block;
  overflow: hidden;
  margin: auto;
}

.xl_bt {
  width: 100%;
  border-bottom: 1px #eee solid;
  padding-bottom: 40px;
  overflow: hidden;
}

.xl_bt p {
  font-size: 30px;
  color: #333;
  float: left;
  font-weight: bold;
  line-height: 40px;
}

.xl_bt a {
  width: 120px;
  height: 40px;
  background: #143d8f;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  float: right;
  line-height: 40px;
}

.fl_box {
  width: 100%;
  overflow: hidden;
}

.fl_box li {
  width: calc((100% - 40px)/5);
  float: left;
  margin-top: 25px;
}

.fl_box li+li {
  margin-left: 10px;
}

.fl_box li a {
  font-size: 17px;
  color: #666;
  position: relative;
  padding-left: 20px;
  text-align: left;
  line-height: 20px;
  display: block;
}

.fl_box li a:hover {
  color: #143d8f;
}

.fl_box li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px #949494 solid;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}

.fl_box li a:hover:before {
  border-color: #143d8f;
}

.fl_box li:nth-child(6) {
  margin-left: 0
}

.fl_box li dt {
  margin-top: 5px;
  padding-left: 20px;
}

.fl_box li dt a {
  font-size: 15px;
  color: #999;
}

.fl_box li dt a:before {
  border-color: #a9a9a9;
}

.re {
  width: 100%;
  overflow: hideen;
  margin-top: 30px;
}

.re .rbt {
  font-size: 30px;
  color: #333;
  float: left;
  font-weight: bold;
  border-left: 5px #00 solid;
  border-left: 5px #143d8f solid;
  padding-left: 10px;
  margin-bottom: 30px;
}

.re .t_box {
  width: 100%;
  overflow: hidden;
}

.t_box>.progdwz2021 li {
  float: left;
  width: calc((100% - 30px)/4);
  border-radius: 15px;
}

.t_box>.progdwz2021 li img {
  width: 100%;
  height: auto;
  border: 1px #eee solid;
}

.t_box>.progdwz2021 li+li {
  margin-left: 10px;
}

.t_box>.progdwz2021 li a {
  line-height: 40px;
}

.t_box>.progdwz2021 li span {
  display: block;
  text-align: center;
}

.re .t_box>.news_div>.news_div_item {
  float: left;
  width: calc((100% - 20px)/2);
  text-align: left;
  border: 1px #eee solid;
  margin-bottom: 20px;
  box-shadow: 0 0 5px #eee;
  padding: 20px;
}

.re .t_box>.news_div>.news_div_item+.news_div_item {
  margin-left: 20px;
}

.re .t_box>.news_div>.news_div_item:nth-child(3) {
  margin-left: 0;
}

.re .t_box .news_div_item_a {
  font-size: 16px;
  line-height: 35px;
  color: #143d8f;
  font-weight: bold;
}

.re .t_box .news_div_item_body {
  font-size: 14px;
  line-height: 23px;
  color: #666;
}

.news_div_item_date {
  display: flex;
}

.news_div_item_year,
.news_div_item_month,
.news_div_item_day {
  color: #666;
  font-size: 16px;
}

.nav>ul>li:hover>dl {
  opacity: 1;
  visibility: visible;
  top: 98%;
}

.com_bo {
  width: 100%;
  color: #666;
  line-height: 25px;
  overflow: hidden;
  text-align: left;
}

.fl_box ul {
  display: flex;
  flex-flow: wrap;
}

.fl_box li a {
  font-size: 17px;
  color: #666;
  position: relative;
  padding-left: 20px;
  text-align: left;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fl_box li dl {
  display: none;
} */

/*幻灯片*/
.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.banner-box {
  min-width: 1400px;
  height: 700px;
  position: relative;
  margin: 0 auto;
}

.banner-box .bd,
.banner-box .bd ul {
  width: 100% !important;
}

.banner-box .bd li {
  width: 100% !important;
  height: 700px;
  background-position: center;
  background-color: #eee;
}

.banner-box .bd li a {
  display: block;
  background-size: auto;
  width: 100%;
  height: 80%;
  position: relative;
  z-index: 9;
}

.banner-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
  height: 60%;
  overflow: hidden;
}

.banner-btn a {
  display: block;
  width: 49px;
  height: 104px;
  position: absolute;
  top: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  z-index: 9;
}

.banner-btn a.prev {
  left: -50px;
  background: url(../images/20211213192713_2107833841.png) no-repeat 0 0;
}

.banner-btn a.next {
  right: -50px;
  background: url(../images/20211213192713_2107833841.png) no-repeat -49px 0;
}

.banner-box .hd {
  position: absolute;
  bottom: 8%;
  width: 100%;
  display: block;
}

.banner-box .hd ul {
  text-align: center
}

.banner-box .hd ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999px;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  transition: 0.3s all ease-in-out
}

.banner-box .hd ul li.on {
  background: #143d8f;
  border-radius: 50px;
  width: 50px;
  height: 10px;
}

.banner-box:hover .banner-btn a.prev {
  left: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}

.banner-box:hover .banner-btn a.next {
  right: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}

/*search*/
.sea_bc {
  background: #f5f5f5;
}

.sea_c {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}

.gjc {
  display: flex;
  align-items: center;
}

.gjc>div {
  font-size: 16px;
  color: #666;
}

.gjc>div span {
  color: #333;
}

.gjc>div>a {
  font-size: 16px;
  color: #666;
}

#infonamee {
  width: 260px;
  height: 44px;
  text-indent: 15px;
  background: #e8e8e8;
  outline: none;
  border: none;
  border-radius: 25px;
}

.search_rr {
  position: relative;
  display: flex;
  align-items: center;
}

.zz {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f29a2e;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
}

.zz input {
  width: 18px;
}

/* 公司简介 */
.com_bc {
  padding-top: 86px;
}

.com_c {
  text-align: center;
}

.com_c>p {
  font-size: 60px;
  font-family: '鸿雷板书简体';
  margin-bottom: 10px;
}

.com_c>p>strong {
  font-size: 60px;
  color: #f29a2e;
}

.com_c>i {
  font-size: 18px;
  color: #666;
}

.com_c>em {
  width: 60px;
  height: 2px;
  background: #f29a2e;
  margin: 19px auto 54px;
  position: relative;
}

.com_c>em:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #f29a2e;
  top: 4px;
  left: 50%;
  margin-left: -15px;
}

.com_info {
  font-size: 18px;
  color: #666;
  line-height: 32px;
}

.com_num {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  margin-top: 82px;
}

.com_nbc {
  background: url(../images/bg01.jpg) no-repeat center;
  height: 288px;
}


.com_num li {
  width: 18.3%;
  background: #fff;
  height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 23px 0 18px;
  transition: all .5s;
}

.com_num li div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.com_num li b {
  font-size: 42px;
  color: #f29a2e;
  display: inline-block;
  margin-right: 8px;
}

.com_num li p {
  font-size: 18px;
  color: #f29a2e;
}

.com_num li span {
  width: 56px;
  height: 56px;
  background: #f29a2e;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 34px;
}

.com_num li:nth-child(2) span {
  font-size: 28px;
}

.com_num li em {
  font-size: 18px;
  color: #f29a2e;
  margin-top: 16px;
}

.com_num li:hover {
  transform: translateY(-6px);
}

/*产品中心*/
.pro_bc {
  padding: 100px 0;
}

.pro_tit>span {
  font-size: 56px;
  position: relative;
  z-index: 2;
}

.pro_tit {
  text-align: center;
  z-index: 2;
}

.pro_tit>span:after {
  position: absolute;
  content: "";
  width: 57px;
  height: 21px;
  background: #f29a2e;
  border-radius: 100%;
  bottom: -2px;
  left: 0;
  z-index: -1;
}

.pro_tit>i {
  display: flex;
  justify-content: center;
  font-size: 42px;
  margin: 24px 0 10px;
}

.pro_tit>i em {
  color: #f29a2e;
}

.pro_tit>p {
  font-size: 18px;
  color: #666;
}

.pro_cate {
  margin: 60px 0 0;
  display: flex;
  position: relative;
}

.pro_cate ul {
  display: flex;
  justify-content: space-between;
}

.pro_cate>div {
  width: 100%;
}

a.pro_btn {
  width: 12.4%;
  background: #eee;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  transition: all .5s;
  height: 70px;
}

a.pro_btn:hover {
  background: #f29a2e;
  color: #fff;
}

.pro_cate ul li {
  width: 11.2%;
}

.pro_cate ul li>a {
  display: block;
  background: #333;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  transition: .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  white-space: nowrap;
}

.pro_cate ul li dl {
  position: absolute;
  height: 0;
  top: 70px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  border: 1px solid #eee;
  padding-left: 30px;
}

.pro_cate ul li dl a {
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 30px;
}

.pro_cate ul li dl a:before,
.pro_cate ul li dl a:after {
  position: absolute;
  content: "";
}

.pro_cate ul li dl a:before {
  width: 8px;
  height: 8px;
  background: #f29a2e;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

.pro_cate ul li dt+dt {
  margin-left: 47px;
}

.pro_cate ul li dl a:after {
  width: 14px;
  height: 14px;
  border: 1px solid #f29a2e;
  border-radius: 100%;
  left: 0;
  top: 0px;
}

.pro_cate ul li.on>a {
  background: #f29a2e;
}

.pro_cate ul li dl a:hover {
  color: #f29a2e;
}

.pro_cate ul li.on dl {
  opacity: 1;
  visibility: visible;
  height: 70px;
}

.pro_ic {
  display: flex;
  transition: all .5s;
  margin-top: 50px;
}

.pro_ic>div {
  flex-shrink: 0;
  width: 100%;
}

.pro_ic ul {
  display: flex;
  flex-wrap: wrap;
}

.pro_c {
  overflow: hidden;
}

.pro_ic ul img {
  width: 100%;
  height: auto;
}

.pro_ic ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}

.pro_ic ul li:nth-child(3n) {
  margin-right: 0;
}

.pro_ic li>a {
  display: block;
  position: relative;
  overflow: hidden;
}

.pro_ic li br {
  display: none;
}

.pro_ic li span a {
  display: block;
  font-size: 20px;
  position: relative;
  height: 68px;
  line-height: 68px;
  border-bottom: 2px solid #e5e5e5;
  padding-left: 45px;
  z-index: 2;
  transition: .5s;
}

.pro_ic li span a:after {
  position: absolute;
  content: "PRODUCT";
  font-size: 16px;
  color: #999;
  right: 20px;
  top: 0;
  transition: all .7s;
}

.pro_ic li:nth-child(n+4) {
  margin-top: 50px;
}

.pro_ic li span {
  display: block;
  position: relative;
}

.pro_ic li span:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #f29a2e;
  top: 50%;
  margin-top: -1px;
  left: 22px;
  z-index: 2;
}

.pro_ic li>a:after {
  position: absolute;
  content: "+";
  width: 40px;
  height: 40px;
  background: #eee;
  text-align: center;
  line-height: 36px;
  font-size: 30px;
  top: 0;
  right: 0;
}

.pro_ic li>a img {
  transition: .75s;
}

.pro_ic li:hover>a img {
  transform: scale(1.1) rotate(-4deg);
}

.pro_ic li:hover span a {
  color: #fff;
  border: none;
}

.pro_ic li:hover span:before {
  background: #fff;
}

.pro_ic li:hover span a:after {
  color: #fff;
}


.pro_ic li span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f29a2e;
  top: 0;
  left: 0;
  transition: all .5s;
  transform: scaleY(0);
}

.pro_ic li:hover span:after {
  width: 100%;
  transform: scaleY(1);
}

/*广告条*/
.gg_bc {
  background: url(../images/ab-bg.jpg) no-repeat center;
  height: 300px;
}

.gg_c {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 271px;
}

.gg_wz em {
  font-size: 40px;
  color: #333;
  margin-top: 18px;
  line-height: 30px;
  width: 100%;
  margin: 30px auto 0;
}

.gg_c>i {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.gg_c>i>b {
  opacity: 0.1;
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 16px;
}
.gg_wz p{font-size: 80px; color: #f29a2e;}

/* 优势 */
.ad_ic {
  margin-top: 60px;
  display: flex;
}

.ad_bc {
  padding: 100px 0;
}

.ad_ic li {
  width: 16.28%;
  position: relative;
  transition: all .6s;
}

.ad_wz {
  position: absolute;
  top: 50px;
  left: 50px;
}

.ad_ic li.on {
  width: 53%;
}

.ad_c {
  overflow: hidden;
}

.ad_wz>span {
  color: #fff;
  font-size: 38px;
  display: block;
  padding-left: 16px;
  transition: .85s;
}

.ad_wz>i {
  color: #fff;
  margin: 36px 0 22px;
  font-size: 24px;
}

.ad_wz>p {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transition: .75s;
}

a.ad_btn {
  display: block;
  width: 138px;
  height: 42px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 15px;
  margin-top: 100px;
  transition: .75s;
  opacity: 0;
}

.ad_wz>em {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin-top: 52px;
  transition: .75s;
}

.ad_ic li.on .ad_wz>p {
  opacity: 1;
}

.ad_ic li.on .ad_btn {
  margin-top: 120px;
  opacity: 1;
}

.ad_ic li.on .ad_wz>span {
  padding-left: 0;
}

.ad_ic li.on .ad_wz>em {
  opacity: 0;
}

a.ad_btn:hover {
  background: #f29a2e;
  border-color: #f29a2e;
}

/*竞争优势*/
.jz_bc {
  background: url(../images/ys-bg.jpg) no-repeat center;
  padding: 100px 0;
}

.jz_ic {
  margin-top: 60px;
  display: flex;
}

.jz_nav {
  width: 20%;
  height: 568px;
}

.jz_tab {
  width: 80%;
  display: flex;
  transition: all .5s;
}

.jz_item>p {
  background: #000;
}

.jz_item img {
  opacity: 0.4;
}

.jz_nav li {
  display: flex;
  align-items: center;
  background: #fff;
  height: calc((100% - 3px) / 4);
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: 1px;
}

.jz_nav li span {
  color: #f29a2e;
  font-size: 39px;
}

.jz_nav li b {
  display: block;
  color: #f29a2e;
  font-size: 28px;
}

.jz_nav li p {
  margin-left: 26px;
}

.jz_nav li em {
  font-size: 12px;
  text-transform: uppercase;
  color: #f29a2e;
  transform: scale(0.8);
  margin-top: 10px;
  margin-left: -10px;
}

.jz_nav li.on {}

.jz_nav li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #f29a2e, #13961f);
  z-index: -1;
  transition: all .5s;
  top: 0;
  left: 0;
}

.jz_nav li.on:before {
  width: 107%;
}

.jz_nav li.on span,
.jz_nav li.on b,
.jz_nav li.on em {
  color: #fff;
}

.jz_item {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  width: 100%;
}

.jz_c {
  overflow: hidden;
}

.jz_wz {
  position: absolute;
  bottom: 11.7%;
  left: 0;
  width: 100%;
  max-width: 1200px;
  padding-left: 6.7%;
}

.jz_wz>b {
  display: block;
  font-size: 36px;
  color: #fff;
}

.jz_wz>i {
  font-size: 18px;
  color: #fff;
  margin: 20px 0 17px;
}

.jz_wz>em {
  width: 60px;
  height: 2px;
  background: #fff;
}

.jz_wz>p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding-top: 6.2%;
  width: 91%;
}

.jz_nav li * {
  transition: .75s;
}

/*application*/
.app_bc {
  padding: 100px 0;
}

.app_ic .divdgweb_new_div {
  display: flex;
}

img.news_div_item_image {
  width: 100%;
}

.app_ic .divdgweb_new_div_item {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.app_ic {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}

.app_ic .news_div_item_pic {
  width: 76.6%;
}

.app_ic .divdgweb_new_div_item_content {
  width: 23.4%;
  background: #f29a2e;
  text-align: center;
  padding-bottom: 130px;
}

.app_num {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.4%;
  background: #f9f9f9;
  text-align: center;
}

.app_num>p {
  display: flex;
  font-size: 42px;
  align-items: baseline;
  color: #666;
  margin-bottom: 60px;
  justify-content: center;
  padding-top: 32%;
  font-family: Charlemagne Std;
}

.app_num>p>i {
  font-size: 60px;
  color: #666;
  margin-right: 10px;
}

.app_num>p>em {
  font-size: 72px;
  color: #666;
  margin-left: 10px;
}

.app_num img {
  display: block;
  margin: 0 auto;
  padding-bottom: 75px;
}

.app_ic .divdgweb_new_div_item_a {
  display: block;
  font-size: 36px;
  color: #fff;
  padding-bottom: 22px;
  position: relative;
  margin-top: 80px;
}

.app_ic .divdgweb_new_div_item_a:after {
  position: absolute;
  content: "";
  width: 57px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
}

.app_ic .divdgweb_new_div_item_body {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  width: 78%;
  margin: 58px auto 0;
  height: 48px;
  overflow: hidden;
}

.app_ic .divdgweb_new_div_item_a:before {
  position: absolute;
  content: "MORE";
  width: 100px;
  height: 38px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 19px;
  top: 194px;
  left: 50%;
  margin-left: -50px;
  font-size: 16px;
}

.app_ic button {
  display: none !important;
}

/* 流程 */
/*process*/
.ces_bc {
  background: url(../images/lc-bg.jpg) no-repeat center;
  padding: 100px 0;
}

.ces_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.1%;
}

.ces_tit i {
  font-size: 42px;
  color: #fff;
}

.ces_tit p {
  color: #fff;
  font-size: 18px;
  margin-top: 17px;
}

.ces_btn {
  display: flex;
}

.ces_btn span {
  color: #fff;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  font-size: 34px;
  text-align: center;
  line-height: 70px;
}

.ces_btn span+span {
  margin-left: 30px;
}

.ces_prev {
  transform: rotate(180deg);
}

.ces_ic {
  display: flex;
  margin-top: 50px;
  overflow: hidden;
}

.ces_ic li {
  width: 240px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  height: 460px;
  margin: 0 0.5%;
}

.ces_img {
  position: absolute;
  top: 0;
  left: 0;
}

.ces_ic li p {
  position: relative;
  z-index: 2;
  background: url(../images/lc-top.png) no-repeat center;
  width: 240px;
  height: 200px;
  padding-top: 47px;
}

.ces_img img+img {
  transition: .5s;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 99;
}

.ces_ic li p i {
  color: #fff;
  font-size: 72px;
  width: 100%;
  text-align: center;
}

.ces_ic li p em {
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-top: 16px;
}

.ces_img img {
  width: 100%;
}

.ces_ic li:hover .ces_img img+img {
  top: 0;
}

/* 关于我们 */
/*about*/
.ab_c {
  display: flex;
  justify-content: flex-end;
  padding: 100px 0 10px 0;
  position: relative;
  margin-bottom: 100px;
}

.ab_c>p {
  width: 35%;
  border-radius: 60px 10px;
  overflow: hidden;
  margin-right: 4.5%;
  position: relative;
}

.ab_c>p img {
  width: 100%;
}

.ab_rc {
  width: 50%;
}

.ab_rc>i {
  font-size: 120px;
  text-transform: uppercase;
  color: #f29a2e;
  opacity: 0.07;
}

.ab_rc>b {
  display: block;
  margin-top: 42px;
  font-size: 30px;
  color: #f29a2e;
}

.ab_rc>span {
  display: block;
  font-size: 14px;
  opacity: 0.32;
  color: #f29a2e;
  margin: 22px 0 26px;
}

.ab_rc>em {
  width: 30px;
  height: 2px;
  background: #f29a2e;
}

.ab_wz {
  font-size: 14px;
  color: #808080;

  margin-top: 20px;
  width: 83%;
}
.ab_wz p{font-size: 15px;  line-height: 30px;color: #555;}
.ab_tab {
  display: flex;
  background: #f29a2e;
  border-radius: 60px 0 0 60px;
  height: 120px;
  margin-top: 55px;
  position: relative;
}

.ab_tab li {
  width: 25%;
  position: relative;
}

.ab_tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ab_tab li span {
  width: 63px;
  height: 63px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 63px;
  font-size: 28px;
  margin-right: 15px;
}

.ab_tab li i {
  color: #fff;
  font-size: 14px;
}

.ab_tab li em {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.ab_tab li:after {
  background: url(../images/20211213110754_261261379.png) no-repeat center;
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
}

.ab_tab:after {
  position: absolute;
  content: "";
  background: #f29a2e;
  width: 500px;
  height: 100%;
  right: -500px;
  z-index: -1;
  top: 0;
}

.ab_bc {
  overflow: hidden;
}

.ab_c:after {
  position: absolute;
  content: "";
  background: url(../images/about-bg.png) no-repeat center;
  width: 885px;
  height: 493px;
  bottom: 0;
  z-index: -1;
  left: -204px;
}



/*新闻*/
.new_ic {
  margin-top: 50px;
  transition: all .5s;
  display: flex;
}

.new_item .news_div_item:nth-child(-n+2) .news_div_item_date {
  display: flex;
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 50px;
  right: 40%;
}

.new_item .news_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_item .news_div_item {
  width: 49.2%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.new_item .news_div_item .news_div_item_a {
  font-size: 18px;
  color: #333;
}

.new_item .news_div_item:nth-child(-n+2) .news_div_item_body {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin-top: 43px;
  height: 72px;
  overflow: hidden;
}

.new_item .news_div_item:nth-child(-n+2) .news_div_item_content {
  padding-left: 24px;
  padding-top: 24px;
  width: 54%;
}

.new_item .news_div_item:nth-child(-n+2) .news_div_item_pic a {
  position: relative;
}

.new_item .news_div_item:nth-child(-n+2) .news_div_item_pic a:after {
  position: absolute;
  /*content: "查看更多+";*/
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #236cdc;
  color: #fff;
  border-radius: 20px;
  bottom: 26px;
  right: -124px;
}

.new_item .news_div_item:nth-child(-n+2) .news_div_item_pic {
  width: 46%;
  border: 1px #dedede solid;
}

.new_item .news_div_item:nth-child(n+3) .news_div_item_pic {
  display: none;
}

.new_item .news_div_item:nth-child(n+3) .news_div_item_body {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 10px;
}

.new_item .news_div_item:nth-child(n+3) {
  display: flex;
  flex-direction: row;
  padding: 20px 60px 20px 34px;
  border: 1px solid #dfdfdf;
  margin-top: 24px;
  justify-content: space-between;
}

.new_item .news_div_item:nth-child(n+3) .news_div_item_date {
  display: flex;
  position: relative;
  color: #333;
  font-size: 18px;
  align-items: center;
  padding-top: 52px;
  width: 14%;
  justify-content: center;
}

.new_item .news_div_item:nth-child(n+3) .news_div_item_date .news_div_item_day {
  position: absolute;
  top: 5px;
  left: 50%;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin-left: -22px;
}

.new_item .news_div_item:nth-child(n+3) .news_div_item_content {
  width: 76%;
}

.new_item .news_div_item:nth-child(n+3) .news_div_item_date:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  top: 1px;
  right: -29px;
}

.new_item .news_div_item:nth-child(n+3) .news_div_item_date .news_div_item_month {
  position: relative;
}

.new_item .news_div_item:nth-child(n+3) .news_div_item_date .news_div_item_month:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  top: 5px;
  left: 22px;
}

.new_item .news_div_item:hover .news_div_item_a {
  color: #236cdc;
}

.new_item .news_div_item:nth-child(n+3):hover .news_div_item_date {
  color: #236cdc;
}

.new_item .news_div_item:nth-child(n+3):hover .news_div_item_date .news_div_item_day {
  color: #236cdc;
}

.new_item {
  flex-shrink: 0;
  width: 100%;
}

.new_c {
  overflow: hidden;
  padding: 100px 0;
}

img.news_div_item_image {
  width: 100%;
}

.new_c>ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 40px;
  border-bottom: 1px solid #dfdfdf;
}

.new_c>ul>li>a {
  display: flex;
  align-items: center;
  font-size: 18px;
  position: relative;
  width: 100%;
  padding-bottom: 22px;
}

.new_c>ul>li {
  width: 30%;
}

.new_c>ul>li>a span {
  font-size: 20px;
  color: #666;
  margin-right: 6%;
}

.new_c>ul>li.on>a span,
.new_c>ul>li:hover>a span {
  color: #236cdc;
}

.new_c>ul>li>a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #236cdc;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all .5s;
}

.new_c>ul>li.on>a:after,
.new_c>ul>li:hover>a:after {
  opacity: 1;
}

.new_c>ul>li>a:before {
  position: absolute;
  content: "\e63a";
  font-family: "iconfont";
  top: 0;
  right: 0;
  font-size: 15px;
}

/* 友情链接 */
.link_bg {
  height: 80px;
  background: #f29a2e;
}

.links_l {
  font-size: 16px;
  color: #fff;
  line-height: 80px;
}

.linkTagcs li a {
  font-size: 14px;
}

.links_m {
  margin: 15px 0;
}

.linkTagcs li {
  padding-right: 18px !important;
}

.links_r a {
  font-family: "iconfont" !important;
  font-size: 42px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.3);
  display: inline;
  height: 80px;
  display: block;
  line-height: 80px;
}

.linkTagcs {
  width: 1377px;
  height: auto;
}

.linkTagcs ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.linkTagcs li {
  list-style: none;
  margin: 0px;
  padding-right: 20px;
  line-height: 30px;
  float: left;
}

.linkTagcs li a {
  color: #ff8d4d;
  word-break: break-all;
}

.linkTagcs li img {
  border: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*footer*/
.footer_bg {
  width: 100%;
  min-width: 1200px;
  color: #fff;
  background: #1b1b1b;
  padding: 40px 0;
  position: relative;
}

.footer li {
  float: left;
}

.footer li+li {
  margin-left: 8%;
}

.footer_w1 t {
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin-right: 11px;
}

.footer_w1 span {
  display: block;
  float: left;
  font-size: 20px;
  margin-top: 3px;
}

.footer li:nth-child(5) {
  width: 160px;
  margin-left: 16px;
  margin-top: 30px;
  background: #fff;
  float: right;
}

.footer li:nth-child(6) {
  width: 160px;
  margin-left: 16px;
  margin-top: 30px;
  background: #fff;
  float: right;
}

.footer_w {
  font-size: 14px;
  line-height: 34px;
  color: #999;
}

.footer_w p {
  position: relative;
  line-height: 34px;
  color: #999
}

.footer_w p:before {
  left: 0;
  font-family: "iconftb";
  font-size: 16px;
  padding-right: 15px;
}

.footer li a {
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #999;
}

.footer li a:hover {
  color: #fff;
}

.footer_t {
  font-size: 16px !important;
  color: #fff !important;
  line-height: 60px !important;
  position: relative;
  tac
}

.footer li img {
  width: 160px;
  padding: 10px;
  background: #fff;
}

.footer li:nth-child(5) p {
  text-align: center;
  color: #999;
  line-height: 30px;
  margin-bottom: 10px;
}

.footer li:nth-child(6) p {
  text-align: center;
  color: #999;
  line-height: 30px;
  margin-bottom: 10px;
}

.copy_bg {
  border-top: 1px #444 solid;
  margin-top: 40px;
}

.copy {
  line-height: 30px;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  padding-top: 10px;
}

.copy a {
  font-size: 14px;
  color: #999;
}

.copy a:hover {
  color: #f29a2e;
}

.frr {
  float: right;
}

.copy a strong {
  font-weight: normal;
  color: #999;
}