@charset "utf-8";

@font-face {
  font-family: myFirstFont;
  src: url(../font/tt0173m.ttf);
}

@media (max-width:1920px) {
  html {
    font-size: 16px;
  }
}

@media (min-width:1400px) and (max-width:1600px) {
  html {
    font-size: 15px;
  }
}

@media (min-width:640px) and (max-width:1399px) {
  html {
    font-size: 14px;
  }
}

@media (min-width:471px) and (max-width:639px) {
  html {
    font-size: 13px;
  }
}

@media (min-width:329px) and (max-width:470px) {
  html {
    font-size: 12px;
  }
}

@media (max-width:328px) {
  html {
    font-size: 12px;
  }
}

/*==========================================公共 开始=============================================*/
.ar_wap {
  display: none
}

.a_body {
  position: relative;
  z-index: 0;
}

.section {
  overflow: hidden;
}

.top_h {
  height: 44px;
  float: right;
}

.top_h .about {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  height: 25px;
  background: #2ea8f9;
  line-height: 25px;
  border-radius: 12.5px;
  float: right;
  margin-top: 55px;
  width: 115px;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.top_h .about .icon {
  overflow: hidden;
  width: 1rem;
  height: 1.125rem;
  fill: #fff;
  vertical-align: middle
}

.top_h .about b {
  margin: 0;
  font-weight: normal;
}

.top_h .about i {
  font-style: normal
}

.top_h .about i img {
  margin: -3px 0 0 10px
}

.top_h .about .yuyan {
  position: absolute;
  top: 25px;
  left: 0;
  width: 115px;
  z-index: 10;
  display: none;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  text-align: center;
  border-radius: 12.5px;
}

.top_h .about .yuyan li {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  padding: 0 1rem;
  border-radius: 12.5px;
}

.top_h .about .yuyan li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff
}

.top_h .about.on {
  height: 50px;
}

#header {
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#header .left {
  line-height: 130px;
  text-align: left;
  display: flex;
}

#header .left img.img02 {
  display: none
}

#header:hover .left img.img01 {
  display: none
}

#header:hover .left img.img02 {
  display: inline-block
}

#header .nav {
  float: right;
  height: 49px;
}

/*#header .nav .navitem:nth-last-child(1) .subnav {left:auto; right:0; text-align:right;}*/
#header .nav>li {
  float: left;
  font-size: 18px;
  height: 77px;
  position: relative;
}

#header .nav>li>a {
  display: block;
  padding: 0px 22px;
  color: #fff;
  position: relative;
}

#header .nav>li>a:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  background: #444;
  height: 2px;
  bottom: -33px;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

#header .nav>li>a h4 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
}

#header .nav>li>a span {
  display: inline-block;
  position: relative;
  transition: all ease-out .3s;
  font-size: 12px;
  color: #a7a7a8;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0 -30px;
}

#header .nav>li>a>i {
  margin-left: 10px;
  color: #717171;
  transition: 0.36s ease;
}

#header .nav .subnav {
  position: absolute;
  width: 140px;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
  height: auto;
  z-index: 199;
  top: 95px;
  left: 50%;
  margin-left: -70px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all .36s ease;
  background: #fff;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

#header .nav li:hover .subnav {
  top: 77px;
}

#header .nav .subnav li {
  width: 100%;
  text-align: left;
}

#header .nav .subnav li a {
  color: #2e2e2e;
  line-height: 20px;
  display: block;
  transition: all .2s ease-in-out;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

#header .nav .subnav li a:before {
  content: "\f105";
  color: #999;
  font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
  float: right;
  margin-top: 2px;
  display: none;
}

#header .nav>li:hover .subnav {
  opacity: 1;
  visibility: visible
}

#header .nav .subnav li a.active,
#header .nav .subnav li a:hover {
  background-color: #3cc1ec;
  color: #fff;
}

#header .nav .on h4,
#header .nav li:hover h4 {
  color: #2ea8f9;
}

#header .nav .on span,
#header .nav li:hover span {
  color: #2ea8f9;
}

#hcontact {
  display: none
}

#header,
.singlescreen #header {
  box-shadow: none;
}

#header {
  height: 130px;
  position: relative;
  z-index: 10000;
}

#header .content {
  padding-left: 0;
  padding-right: 0
}

#header #headTop {
  float: left;
  height: 44px;
  text-align: center;
}

#header .content a#logo {
  float: none;
  display: inline-block
}

#header .content a#logo img {
  float: none
}

#header #navWrapper {
  float: right;
  z-index: 99;
  padding: 53px 35px 0 0;
}

#header.mini #navWrapper {}

#header .nav {
  margin-left: 0;
  text-align: center;
  float: none;
  font-size: 0;
}

#header .nav>li {
  display: inline-block;
  float: none
}

#header.mini {
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
  top: 0;
  height: 92px;
  padding-top: 24px;
}

#header.mini .nav>a {
  height: 68px;
}

#header.mini .nav .on span {
  height: 68px;
}

#header .nav .subnav01 {
  padding: 30px 0;
  text-align: left;
  position: absolute;
  width: 1920px;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
  height: auto;
  z-index: 199;
  top: 74px;
  left: 50%;
  margin-left: -1026px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all .36s ease;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CCE84518', endColorstr='#CCE84518');
  background: rgba(232, 69, 24, 0.8);
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

#header .nav>li:hover .subnav01 {
  opacity: 1;
  visibility: visible
}

#header .nav .subnav01 dl {
  float: left;
  width: 100%
}

#header .nav .subnav01 dl dt {
  float: left;
  width: 78px;
  height: 36px;
  line-height: 36px;
  margin-right: 18px;
  text-align: center;
}

#header .nav .subnav01 dl dt a {
  font-size: 16px;
  color: #fff;
}

#header .nav .subnav01 dl .right {
  float: right;
  width: 1104px;
}

#header .nav .subnav01 dl dd {
  float: left;
  margin-right: 10px;
  line-height: 36px;
  height: 36px;
}

#header .nav .subnav01 dl dd a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}

#header .nav .subnav01 dl dd a:hover {
  color: #fff;
}

#header:hover {
  background: #fff
}

#header:hover .nav>li>a h4 {
  color: #535353
}

#header:hover .nav>li>a span {
  color: #535353
}

#header .nav>li:hover>a:before {
  width: 100%;
  left: 0
}

/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.banner {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 750px;
  background: #000;
  top: -130px;
  overflow: hidden;
  margin-bottom: -130px;
}

.banner .ban_con .banmiso {
  position: relative;
  overflow: hidden;
  height: 750px;
  cursor: pointer;
}

.banner .ban_con .banmiso .ban_bg {
  width: auto;
  height: 750px;
  -webkit-transition: all 5s ease-out 0s;
  -moz-transition: all 6s ease-out 0s;
  -ms-transition: all 6s ease-out 0s;
  -o-transition: all 6s ease-out 0s;
  transition: all 6s ease-out 0s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.banner .banmiso.miso-current .ban_bg.scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner .ban_con .banmiso .wrap {
  position: absolute;
  width: 1200px;
  top: 256px;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.banner .ban_con .banmiso .ban_txt {

  /* width:430px;

	max-width:100%; */

}

.banner .ban_con .banmiso .ban_txt h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.5;
  font-family: myFirstFont;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner .ban_con .banmiso .ban_txt h3 {
  font-size: 33px;
  color: #fff;
}

.banner .ban_con .banmiso.miso-current h1 {
  -webkit-animation: bounceInUp 2s 0s ease both;
  -moz-animation: bounceInUp 2s 0s ease both;
  animation: bounceInUp 2s 0s ease both;
}

.banner .ban_con .banmiso .ban_img {
  position: relative;
  margin-top: 90px;
  margin-right: 90px;
  width: 634px;
  max-width: 100%;
}

.banner .ban_con .banmiso .ban_img .ban_img1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
}

.banner .ban_con .banmiso .ban_img .ban_img2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.banner .ban_con .banmiso.miso-current .ban_img .ban_img1 {
  -webkit-animation: bounceInDown 2s 0s ease both;
  -moz-animation: bounceInDown 2s 0s ease both;
  animation: bounceInDown 2s 0s ease both;
}


.banner .ban_con .banmiso.miso-current .ban_img .ban_img2 {
  -webkit-animation: bounceInDown 2s 0s ease both;
  -moz-animation: bounceInDown 2s 0s ease both;
  animation: bounceInDown 2s 0s ease both;
  animation-delay: .2s;
}

.banner .ban_po {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -560px;
  z-index: 1000;
  width: 1200px;
  text-align: center;
  padding: 0 0 0 176px;
  font-family: zt01;
}

.banner .ban_po p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  font-family: zt01;
}

.banner .ban_po p span {
  display: inline-block;
  margin: 0 -3px;
}

.banner .ban_po p .prne {
  display: inline-block;
  width: 40px;
  cursor: pointer;
}

.banner .ban_po p .prne img {
  width: 100%;
}

.banner .ban_po p .prne.banprev {
  margin-right: 15px;
}

.banner .ban_po p .prne.bannext {
  margin-left: 15px;
}

.banner .ban_po button {
  background-color: #d93f26;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
  transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.banner .ban_po button:hover {}

.banner .ban_sanjiao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}

.banner .ban_sanjiao img {
  width: 100%;
}

.banner .miso-prev,
.banner .miso-next {
  width: 80px;
  height: 80px;
}

.banner .miso-prev {
  background: url(../images/left.png) center no-repeat;
  left: 10%
}

.banner .miso-next {
  background: url(../images/right.png) center no-repeat;
  right: 10%
}

#header .nav>li.no_p {
  position: static
}

.dui-navbar .dui-dropdown-menu.full-screen {
  position: absolute;
  top: 100%;
  z-index: 1100;
  background-color: #fff;
  border-top: 1px solid #f0f1f2;
  transition: none;
  height: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
  left: 0;
  margin-top: 0;
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
}

.dui-navbar .dui-dropdown-menu.full-screen .nav-columns .grid-container {
  padding: 24px 0;
  font-size: 0
}

.dui-navbar .dui-dropdown-menu.full-screen .nav-columns .column-item {
  position: relative;
  padding: 0;
  width: 384px;
  display: inline-block;
  text-align: left;
}

.dui-navbar .vertical-divider {
  display: inline-block;
  width: 24px;
  position: relative;
  overflow: hidden
}

.dui-navbar .dui-dropdown-menu.full-screen .nav-columns .column-item .product-img {
  width: 160px;
  height: 160px;
  display: inline-block;
  margin-right: 16px
}

.dui-navbar .dui-dropdown-menu.full-screen .nav-columns .column-item .product-link {
  display: inline-block;
  width: 208px;
  line-height: normal;
  text-align: left;
}

.dui-navbar .dui-dropdown-menu.full-screen .nav-columns .column-item .title {
  color: ##3b3e40;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 600
}

.dui-navbar .dui-dropdown-menu.full-screen .nav-columns .column-item .content {
  font-size: 12px;
  color: #989898;
  margin-bottom: 16px;
  padding-right: 16px;
  line-height: 16px;
}

.dui-navbar .dui-dropdown-menu.full-screen .nav-columns .column-item ul li.nav-item a {
  font-size: 14px;
  line-height: 24px;
  color: #3b3e40;
  margin-bottom: 8px;
  word-break: break-word
}

.dui-navbar .dui-dropdown-menu.full-screen .nav-columns .column-item ul li.nav-item a:hover {
  color: #57beeb
}

.dui-navbar .dui-dropdown-menu.full-screen .nav-columns .column-item .product-img img {
  width: 100%;
  height: 100%
}

.dui-navbar .vertical-divider:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid #f0f1f2;
  transform: translateX(-50%);
  width: 1px
}

.dui-navbar .horizontal-divider {
  position: relative;
  height: 48px;
  overflow: hidden
}

.dui-navbar .horizontal-divider:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #f0f1f2;
  transform: translateY(-50%);
  height: 1px
}


.container00 .title {
  height: 90px;
  background: url(../images/container00_title_bg.png) center bottom no-repeat;
  text-align: center;
  margin-bottom: 66px;
}

.container00 .title h1 {
  font-size: 30px;
  color: #086192;
  line-height: 60px;
  height: 55px;
  margin-bottom: 5px;
}

.container00 .title h4 {
  font-size: 16px;
  color: #b7b7b7;
  text-transform: uppercase;
}

.container01 {
  background: #f6f6f6;
  padding: 85px 0 50px;
}

.container01 .content {
  margin: 0 -20px;
  font-size: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.container01 .content .box {
  display: inline-block;
  overflow: hidden;
}

.container01 .content .box a {
  display: block;
  width: 100%;
  height: 540px;
  padding: 120px 40px 0 85px;
  position: relative;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}

.container01 .content .box a .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.container01 .content .box a .img img {
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
}

.container01 .content .box a:hover .img img {
  transform: scale(1.03)
}

.container01 .content .box a h2 {
  font-size: 36px;
  color: #232323;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative
}

.container01 .content .box a p {
  font-size: 14px;
  color: #646464;
  line-height: 24px;
  position: relative
}

.container01 .content .box a span {
  position: absolute;
  right: 84px;
  top: 182px;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.container01 .content .box a:hover {
  padding: 110px 40px 0 85px;
}

.container01 .content .box a:hover span {
  top: 172px;
}

.container02 {
  background: #f6f6f6;
  padding: 0 0 85px
}

.container02 .content {
  margin: 0 -20px;
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.container02 .content .box {
  display: inline-block;
  /* width: 33.333333%;
  padding: 0 10px; */
  overflow: hidden;
}

.container02 .content .box a {
  display: block;
  width: 100%;
  height: 346px;
  padding: 40px 40px 0 22px;
  position: relative;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}

.container02 .content .box a .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.container02 .content .box a .img img {
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container02 .content .box a:hover .img img {
  transform: scale(1.03)
}

.container02 .content .box a h2 {
  font-size: 24px;
  color: #232323;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.container02 .content .box a p {
  font-size: 14px;
  color: #646464;
  line-height: 24px;
  position: relative
}

.container02 .content .box a span {
  position: absolute;
  right: 84px;
  top: 182px;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.container02 .content .box a:hover {
  padding: 30px 40px 0 22px;
}

.container02 .content .box a:hover span {
  top: 172px;
}

.container03 {
  padding: 65px 0 60px
}

.container03 ul {
  display: flex
}

.container03 ul li {
  display: inline-block
}

.container03 ul li h3 {
  line-height: 45px;
  margin-bottom: 24px;
}

.container03 ul li h4 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.container03 ul li p {
  line-height: 24px;
  font-size: 16px;
  color: #7d7d7d
}

.container03 ul li.li01 {
  width: 300px;
}

.container03 ul li.li02 {
  width: 500px;
  padding: 0 105px;
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid
}

.container03 ul li.li03 {
  width: 400px
}

.container03 ul li.li03 a {
  float: right
}

.container03 ul li:hover h3 img {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.container04 {
  padding: 80px 0
}

.container04 h2 {
  font-size: 1.875rem;
  color: #3e4144;
  text-align: center;
  margin-bottom: 44px
}

.container04 ul {
  margin: 0 -10px;
  font-size: 0
}

.container04 ul li {
  display: inline-block;
  width: 25%;
  padding: 0 10px
}

.container04 ul li a {
  display: block;
  background: url(../images/container04_bg.jpg) center no-repeat;
  width: 100%;
  height: 400px;
  text-align: center;
  padding: 76px 0 0;
  transition: .6s;
  background-size: cover;
}

.container04 ul li a h3 {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.container04 ul li a h3:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background: #57beeb;
  top: -18px;
  left: 50%;
  margin-left: -9px;
}

.container04 ul li a p {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 32px;
  margin: 20px 0 0
}

.container04 ul li a h6 {
  margin: 48px 0 40px
}

.container04 ul li a h6 .img1 {
  transition: .6s
}

.container04 ul li a h6 .img2 {
  width: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transform: rotateY(-90deg);
  transition: .6s
}

.container04 ul li a .img {
  margin-bottom: 40px;
  line-height: 118px;
  text-align: center;
}

.container04 ul li a .img img {
  width: 180px !important;
  height: 180px !important;
}

.container04 ul li:hover {
  position: relative;
  z-index: 1
}

.container04 ul li:hover a {
  box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

.container04 ul li a:hover h6 .img1 {
  width: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transform: rotateY(-90deg)
}

.container04 ul li a:hover h6 .img2 {
  width: auto;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  transform: rotateY(0)
}

.container08 {
  background: #272727;
  padding: 55px 0 55px;
  border-bottom: #383838 1px solid;
}

.container08 .left {
  float: left;
  width: 458px;
  min-height: 166px;
  border-right: #383838 1px solid;
  display: table;
  box-sizing: border-box;
}

.container08 .left .top {
  width: 390px;
}

.container08 .left .top h5 {
  font-size: 14px;
  color: #e1e1e5;
  margin-bottom: 12px;
}

.container08 .left .top h6 {
  font-size: 12px;
  color: #959595;
  margin-bottom: 24px;
}

.container08 .left .top hr {
  background: #383838;
  margin: 0px 0 20px;
}

.container08 .left .bottom ul {
  float: left;
  width: 174px;
}

.container08 .left .bottom ul li {
  display: inline-block;
  width: 66px;
  margin-right: 12px;
}

.container08 .left .bottom ul li h1 img {
  width: 66px;
  height: 66px;
}

.container08 .left .bottom ul li h6 {
  text-align: center;
  font-size: 12px;
  color: #959595;
  margin-top: 10px;
}

.container08 .left .bottom .ar_article {
  float: left;
  width: 280px;
  margin-bottom: 0;
  padding: 10px 0 0;
}

.container08 .left .bottom .ar_article p {
  font-size: 12px;
  color: #959595;
  line-height: 24px;
  margin-bottom: 0;
}

.container08 .center {
  float: right;
}

.container08 .center .con dl {
  float: left;
  margin: 0 0 0 72px;
}

.container08 .center .con dl dt {
  font-size: 0.9375rem;
  display: inline-block;
  padding-bottom: 0.75rem;
}

.container08 .center .con dl dt a {
  color: #fff
}

.container08 .center .con dl dd {
  font-size: 12px;
  line-height: 24px;
}

.container08 .center .con dl dd a {
  color: #959595;
}

.container08 .center .con dl dd a:hover {
  color: #fff;
}

/*友情链接*/
.container10 {
  padding: 18px 0;
  border-top: #e6e7ee 1px solid;
}

.container10 .w1200 {
  padding: 0 0 0;
  position: relative;
}

.container10 .nav {
  float: left;
  width: 118px;
  font-size: 14px;
  color: #272727;
  height: 32px;
  line-height: 30px;
  padding: 0 15px 0 0;
  text-align: right;
  background: url(../images/links.png) left center no-repeat;
  font-weight: bold
}

.container10 ul {
  float: left;
  width: calc(100% - 118px);
  height: 50px;
  overflow: hidden;
  box-sizing: border-box;
}

.container10 ul li {
  float: left;
  line-height: 33px;
  padding: 0 30px 0 0;
  height: 33px;
  overflow: hidden;
}

.container10 ul li a {
  color: #8b8e96;
  font-size: 12px;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.container10 ul li a:hover {
  color: #57beeb;
}

.container10 .height {
  height: auto;
}

footer {
  background: #242424;
  padding: 36px 0;
  text-align: center;
}

footer p,
footer p a {
  font-size: 12px;
  color: #959595;
}

footer p a:hover {
  color: #fff;
}

footer p br {
  display: none
}

.n_banner {
  height: 480px;
  position: relative;
  top: -130px;
  margin-bottom: -130px;
}

.n_banner .w1200 {
  height: 480px;
}

.n_banner h4 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 6px;
  padding-top: 70px;
}

.n_banner h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}


/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.title01 {
  text-align: center;
}

.title01 h3 {
  font-size: 30px;
  color: #3c3c3c;
  font-weight: bold;
  font-family: "Microsoft Yahei";
  margin-bottom: 8px;
}

.title01 h5 {
  font-size: 18px;
  color: #3c3c3c;
  text-transform: uppercase;
}


.n_neiye {
  padding: 85px 0 115px;
}

.n_neiye .title01 {
  margin-bottom: 62px
}

.n_product ul {
  margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.n_product ul li {
  margin-bottom: 0;
}

.n_product ul li a {
display: flex;
    overflow: hidden;
    padding: 42px 36px;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
gap:1rem;
}

.n_product ul li a .img {
  float: left;
  width: 290px;
  height: 270px;
  border: #e5e5e5 1px solid;
  overflow: hidden
}

.n_product ul li a .img img {
  width: 290px;
  height: 270px;
}



.n_product ul li a .con .table {
  width:auto;
}

.n_product ul li a .con .table h5 {
  font-size: 20px;
  color: #2f3133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
width: 19rem;
}

.n_product ul li a .con .table p {
  font-size: 15px;
  line-height: 24px;
  color: #676767;
  height: 48px;
  overflow: hidden;
  margin: 20px 0 45px
}

.n_product ul li a .con .table span {
  font-size: 14px;
  color: #fff;
  background: #3a3c3e;
  display: inline-block;
  border-radius: 2px;
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.n_product ul li a .con .table h5:hover {
  color: #57beeb
}

.n_product ul li a:hover .con .table span {
  background: #57beeb
}

/*====翻页====*/
.j_pages {
  margin: 0 auto 0 auto
}

.j_pages .box {
  display: inherit;
  width: 100%;
  text-align: center;
}

.j_pages .box li{
  display: inline-block;
}

.j_pages a {
  padding: 0px 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin: 0 2px;
  color: #646466;
  font-size: 14px;
  box-sizing: border-box;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.j_pages a font {
  font-size: 15px;
  font-family: SimSun;
  color: #fff;
}

.j_pages .page-active a{
  background: #57beeb;
  color: #fff !important;
}

.j_pages .on {
  background: #57beeb;
  color: #fff !important;
}

.j_pages a:hover {
  background: #57beeb;
  color: #fff !important;
  text-decoration: none;
}

.j_pages a:hover font {
  color: #fff
}

.j_pages a.u_bnt {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s
}

.n_container {
  position: relative;
  min-height: 800px;
}

.c_erji {
  position: absolute;
  right: 2rem;
  top: 234px;
  display: none;
}

.c_erji.fixed {
  position: fixed;
  top: 178px;
  z-index: 1000;
}

.c_erji ul li {
  font-size: 15px;
  color: #6b6b6b;
  line-height: 45px;
  height: 45px;
  text-align: right;
  padding-right: 30px;
  position: relative;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.c_erji ul li a {
  color: #6b6b6b;
}

.c_erji ul li:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a1a4a7;
}

.c_erji ul li:hover:before,
.c_erji ul li.on:before {
  border: #0b3b6a 2px solid;
  right: 0;
  background: #fff;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -6px;
}

.c_erji ul li:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 0;
  width: 0;
  height: 1px;
  background: #0b3b6a;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.c_erji ul li:hover,
.c_erji ul li.on {
  padding-right: 55px
}

.c_erji ul li:hover:after,
.c_erji ul li.on:after {
  width: 30px;
}

.c_erji ul li.on a,
.c_erji ul li:hover a {
  color: #0b3b6a
}

.n_product_detail .content {
  padding: 90px 58px 70px;
  background: #fff
}

.n_product_detail .content .fl01 {
  padding-bottom: 65px;
  border-bottom: #e5e5e5 1px solid
}

.n_product_detail .content .fl01 .left {
  width: 610px;
}

.n_product_detail .content .fl01 .left ul li {
  padding: 0 0 0 65px
}

.n_product_detail .content .fl01 .left .img {
  float: left;
  width: 465px;
  height: 435px;
  border: #e5e5e5 1px solid;
  overflow: hidden
}

.n_product_detail .content .fl01 .left .img img {
  width: 465px;
  height: 435px;
}

.n_product_detail .content .fl01 .left .miso-prev,
.n_product_detail .content .fl01 .left .miso-next {
  width: 42px;
  height: 42px;
  margin-top: -21px;
}

.n_product_detail .content .fl01 .left .miso-prev {
  background: url(../images/left01.png) center no-repeat;
  margin-left: -18px;
}

.n_product_detail .content .fl01 .left .miso-next {
  background: url(../images/right01.png) center no-repeat;
  right: 0;
}

.n_product_detail .content .fl01 .right {
  width: 410px;
}

.n_product_detail .content .fl01 .right h3 {
  font-size: 29px;
  color: #2f3133;
  margin-bottom: 42px;
  margin-top: 34px;
  font-weight: 600;
}

.n_product_detail .content .fl01 .right p {
  font-size: 15px;
  color: #676767;
  line-height: 30px;
  text-indent: 30px;
}

.n_product_detail .content .fl01 .right ul {
  font-size: 0;
  margin: 0 -12px;
  margin-top: 64px;
}

.n_product_detail .content .fl01 .right ul li {
  display: inline-block;
  width: 50%;
  padding: 0 12px;
  text-align: center
}

.n_product_detail .content .fl01 .right ul li a {
  display: block;
  height: 55px;
  line-height: 55px;
  background: #f7f6f6;
  font-size: 16px;
  color: #3a3c3e;
  border-radius: 3px;
  transition: .6s;
  cursor: pointer;
}

.n_product_detail .content .fl01 .right ul li.li a {
  background: #3a3c3e;
  color: #fff
}

.n_product_detail .content .fl01 .right ul li a:hover {
  background: #2ea8f9;
  color: #fff
}

.n_product_detail .content .fl02 {
  padding: 45px 0 0
}

.n_product_detail .content .fl02 .ar_article {
  margin-bottom: 50px
}

.n_product_detail .content .fl02 .more {
  text-align: center
}

.n_product_detail .content .fl02 .more a {
  display: inline-block;
  border-radius: 2px;
  width: 200px;
  height: 55px;
  line-height: 55px;
  background: #3a3c3e;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  text-transform: uppercase
}

.n_product_detail .content .fl02 .more a:hover {
  background: #57beeb
}

.n_hezuo .content {
  padding: 70px 40px 70px;
  background: #fff
}

.n_hezuo .content ul {
  margin-bottom: 60px
}

.n_hezuo .content ul li {
  line-height: 72px;
  border-top: #e9e8e8 1px solid;
  border-bottom: #e9e8e8 1px solid;
  margin: -1px 0
}

.n_hezuo .content ul li a {
  display: block;
  position: relative;
}

.n_hezuo .content ul li a:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 0;
  top: 0;
  bottom: 0;
  background: #3c3c3c;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.n_hezuo .content ul li a span {
  display: inline-block;
  font-size: 20px;
  color: #5a5a5d;
  max-width: 820px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 25px;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.n_hezuo .content ul li a font {
  float: right;
  display: inline-block;
  font-size: 12px;
  color: #232323;
  text-decoration: underline
}

.n_hezuo .content ul li a:hover:before {
  width: 5px;
}

.n_hezuo .content ul li a:hover span {
  font-size: 24px;
  color: #2c2c2c;
  font-weight: 600
}

.n_hy .content {
  padding: 70px 40px 70px;
  background: #fff
}

.n_hy .ul {
  font-size: 0;
  margin: 0 -12px;
  margin-bottom: 65px
}

.n_hy .ul li {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 22px;
  width: 25%;
}

.n_hy .ul li img {
  width: 260px;
  height: 140px;
  border: #e4e5e7 1px solid;
}

.n_hy .ul li a {
  display: block;
  width: 260px;
  height: 140px;
  position: relative;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.n_hy .ul li .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 140px;
  text-align: center;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  display: none
}

.n_hy .ul li .con:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: #c12d3a;
  background: rgba(87, 190, 235, 0.9)
}

.n_hy .ul li:hover .con:before {
  width: 100%;
  left: 0
}

.n_hy .ul li .con h5 {
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 10;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-top: -100%;
}

.n_hy .ul li:hover .con h5 {
  display: inline-block;
  margin-top: 0;
  transition-delay: 0.12s;
}

.n_hy .ul li a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

/**/
.n_news .content {
  padding: 70px 40px 80px;
  background: #fff;
  position: relative;
}

.n_news .content:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 1
}

.n_news .content:after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  top: 0;
  background: #fff
}

.n_news .content ul {
  margin: 0 -10px;
  position: relative;
  font-size: 0;
  z-index: 0
}

.n_news .content ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50px;
  background: #fff;
  left: 0;
  width: 100%
}

.n_news .content ul li {
  display: inline-block;
  padding: 0 10px;
  width: 33.333333%;
  padding-bottom: 34px;
  margin-bottom: 45px;
  top: 0;
  position: relative;
  border-bottom: #e6e6e6 1px solid;
}

.n_news .content ul li a {
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: block;
  position: relative;
  top: 0;
}

.n_news .content ul li .img,
.n_news ul li .img img {
  width: 360px;
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.n_news .content ul li .img .time {
  position: absolute;
  right: 40px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  background: #000000;
  border-radius: 50%;
  text-align: center;
}

.n_news .content ul li .box:hover .img .time {
  background: #d6bb68
}

.n_news .content ul li .img .time h5 {
  font-size: 14px;
  color: #fff;
  margin: 18px 0 3px 0;
}

.n_news .content ul li .img .time h3 {
  font-size: 12px;
  color: #fff;
}

.n_news .content ul li h5 {
  font-size: 16px;
  color: #232323;
  margin: 20px 0 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.n_news .content ul li h5 a {
  font-size: 17px;
  color: #282828
}

.n_news .content ul li h5 a:hover {
  color: #2ea8f9
}

.n_news .content ul li p {
  font-size: 12px;
  color: #808080;
  line-height: 24px;
  height: 48px;
  overflow: hidden
}

.n_news .content ul li .box:hover .img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15)
}

.n_news .content ul li:hover a {
  top: -10px;
}

.n_xinwen .content {
  padding: 65px 40px 30px;
  background: #fff
}

.n_xinwen .content .top_news {
  overflow: hidden;
  margin-bottom: 70px;
}

.n_xinwen .content .top_news .img {
  float: left;
  width: 510px;
  height: 474px;
  overflow: hidden;
}

.n_xinwen .content .top_news .img img {
  overflow: hidden;
  width: 510px;
  height: 474px
}

.n_xinwen .content .top_news .con {
  float: right;
  width: 530px;
  height: 370px;
  padding: 0;
}

.n_xinwen .content .top_news .con .table .table_cell {
  text-align: left
}

.n_xinwen .content .top_news .con h4 {
  font-size: 24px;
  color: #232323;
  overflow: hidden;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
}

.n_xinwen .content .top_news .con h4 a {
  color: #232323;
  min-height: 1px;
  max-height: 999999px;
}

.n_xinwen .content .top_news .con h5 a:hover {
  color: #1384e2
}

.n_xinwen .content .top_news .con h6 {
  color: #232323;
  font-size: 12px;
  text-decoration: underline;
  margin: 24px 0 36px;
}

.n_xinwen .content .top_news .con p {
  font-size: 14px;
  color: #646464;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
}

.n_xinwen .content .top_news .miso-prev,
.n_xinwen .content .top_news .miso-next {
  width: 62px;
  height: 62px;
  top: auto;
  bottom: 60px;
  z-index: 1;
}

.n_xinwen .content .top_news .miso-prev {
  background: url(../images/left02.png) center no-repeat;
  right: 61px;
  left: auto;
}

.n_xinwen .content .top_news .miso-next {
  background: url(../images/right02.png) center no-repeat;
  right: 0;
}

.n_xinwen .content ul {
  margin-bottom: 60px
}

.n_xinwen .content ul li {
  line-height: 72px;
  border-top: #e9e8e8 1px solid;
  border-bottom: #e9e8e8 1px solid;
  margin: -1px 0
}

.n_xinwen .content ul li a {
  display: block;
  position: relative;
}

.n_xinwen .content ul li a:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 0;
  top: 0;
  bottom: 0;
  background: #3c3c3c;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.n_xinwen .content ul li a span {
  display: inline-block;
  font-size: 20px;
  color: #5a5a5d;
  max-width: 820px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 25px;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.n_xinwen .content ul li a font {
  float: right;
  display: inline-block;
  font-size: 12px;
  color: #232323;
  text-decoration: underline
}

.n_xinwen .content ul li a:hover:before {
  width: 5px;
}

.n_xinwen .content ul li a:hover span {
  font-size: 24px;
  color: #2c2c2c;
  font-weight: 600
}

.n_xinwen .content .more {
  text-align: center
}

.n_xinwen .content .more a {
  display: inline-block;
  border-radius: 2px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #f0f1f4;
  text-align: center;
  font-size: 14px;
  color: #3c3c3c;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  text-transform: uppercase
}

.n_xinwen .content .more a:hover {
  background: #57beeb;
  color: #fff
}

.n_xinwen .fl02 ul {
  margin-bottom: 40px
}

.n_xinwen .fl02 .title {
  height: 85px;
  line-height: 85px;
  vertical-align: bottom;
  position: relative
}

.n_xinwen .fl02 .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: #3c3c3c;
  left: 0
}

.n_xinwen .fl02 .title big {
  font-size: 30px;
  color: #3c3c3c;
  font-weight: bold;
  font-family: "Microsoft Yahei";
  display: inline-block;
}

.n_xinwen .fl02 .title small {
  font-size: 18px;
  color: #57beeb;
  margin-left: 6px;
  text-transform: uppercase;
  vertical-align: bottom;
  display: inline-block;
  line-height: 98px;
}

.n_xinwen .fl02 .title a {
  font-size: 14px;
  color: #464646;
  font-weight: bold;
  text-transform: uppercase;
  float: right
}

.n_xinwen .fl02 .title a:hover {
  color: #57beeb
}


.n_news_detail .content {
  padding: 35px 75px 60px;
  background: #fff
}

.n_article {
  margin-top: 35px;
}

#n_show_news .n_article {
  width: 855px;
  float: left;
}

.n_article .ar_title {
  padding: 0 0 20px;
  margin-bottom: 20px;
}

.n_article .ar_title {
  position: relative;
  border-bottom: #e2e2e2 1px solid;
  text-align: center;
}

.n_article .ar_title:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 4px;
  background: #57beeb;
  bottom: -1px;
  left: 50%;
  margin-left: -13.5px;
}

.n_article .ar_title h1 {
  font-size: 24px;
  margin-bottom: 0px;
  display: block;
  line-height: 30px;
  color: #232323;
  font-weight: bold;
  font-family: "Microsoft Yahei";
  margin-bottom: 15px;
}

.n_article .ar_title h2 {
  position: relative;
  text-align: center;
  display: block;
}

.n_article .ar_title h2 span {
  font-size: 15px;
  color: #595959;
  display: inline-block;
  line-height: 36px;
  margin: 0 10px;
}

.n_article .ar_article {
  padding-top: 20px;
  padding-bottom: 15px;
  min-height: 400px;
}

#ar_fot {
  position: relative;
}

#ar_fot h1 {
  display: block;
  font-size: 13px;
  color: #000000;
  width: 43%;
}

#ar_fot h1 span {
  display: inline-block;
  vertical-align: top;
  background: #eaecf0;
  width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 26px;
}

#ar_fot h1 a {
  font-size: 20px;
  color: #232323;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  margin-bottom: 24px
}

#ar_fot h1 a:hover {
  color: #57beeb
}

#ar_fot .bnt_back {
  position: absolute;
  top: 28px;
  right: 0;
  color: #fff;
  background: #063579;
  padding: 0 25px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

#ar_fot .bnt_back:hover {
  border-radius: 3px;
}

#ar_fot h1 .h6 {
  display: inline-block;
  font-size: 12px;
  color: #232323;
  text-decoration: underline
}


.n_talent ul {
  font-size: 0;
  text-align: center;
  margin: 0 -11px;
  margin-bottom: 60px
}

.n_talent ul li {
  display: inline-block;
  width: 33.333333%;
  padding: 0 11px;
  margin-bottom: 40px
}

.n_talent ul li>a {
  display: block;
  height: 250px;
  background: #fff;
  text-align: center;
  padding: 20px 15px 0;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  cursor: pointer
}

.n_talent ul li>a .img {
  line-height: 114px;
}

.n_talent ul li>a .img .img02 {
  display: none
}

.n_talent ul li>a:hover .img .img01 {
  display: none
}

.n_talent ul li>a:hover .img .img02 {
  display: inline-block
}

.n_talent ul li>a h5 {
  font-size: 24px;
  color: #272727;
  line-height: 36px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n_talent ul li>a span {
  font-size: 14px;
  color: #858585;
  margin: 0 6px
}

.n_talent ul li>a:hover {
  background: #3c3c3c;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15)
}

.n_talent ul li>a:hover h5,
.n_talent ul li>a:hover span {
  color: #fff
}


/*弹窗*/
body.on {}

#page_show_box {
  margin-top: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}

#page_show_box .bg_box {
  position: fixed;
  z-index: 9994;
  top: 0px;
  display: none;
  height: 100%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
  background: rgba(0, 0, 0, 0.7);
  left: 0;
}

#page_show_box .box01 {
  z-index: 9999;
  border-radius: 6px;
  position: fixed;
  width: 816px;
  left: 50%;
  margin-left: -408px;
  height: 100vh;
  top: 0;
}

#page_show_box .box01 .bottom {
  border-top: #e7e7ea 1px solid;
  padding: 56px 78px 90px
}

#page_show_box .box01 .bottom h3 {
  font-size: 24px;
  color: #464649;
  margin-bottom: 28px;
}

#bnt_close {
  position: absolute;
  top: -28px;
  width: 26px;
  height: 26px;
  42pxposition: absolutetop: 0right: 50%margin-left:;
  right: -32px;
}

#bnt_close img {
  display: block;
  position: inherit;
  z-index: 1;
  width: 100%;
  cursor: pointer;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#page_show_box #page_ar {
  position: relative;
  background: #fff url(../images/lou.png) center bottom no-repeat;
  border-radius: 5px;
}

#page_show_box #page_ar .ar_box {
  border-radius: 6px;
  padding: 44px 70px 0;
  position: relative;
  box-sizing: border-box;
}

#page_show_box #page_ar .ar_box .title {
  line-height: 80px;
  margin-bottom: 44px;
  text-align: left;
  border-bottom: #e2e5e7 1px solid;
}

#page_show_box #page_ar .ar_box .title h3 {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: bold;
  position: relative;
  float: left;
  max-width: 450px;
}

#page_show_box #page_ar .ar_box .title h3:before {
  width: 42px;
  height: 3px;
  background: #57beeb;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
}

#page_show_box #page_ar .ar_box .title p {
  float: right;
  font-size: 12px;
  color: #7a7a7a
}

#page_show_box #page_ar .ar_box .title p span {
  margin-left: 12px
}

#page_show_box #page_ar .ar_box .title .right {
  float: right;
  margin-top: 30px;
}

#page_show_box #page_ar .ar_box .title .right span {
  font-size: 16px;
  color: #86898d;
  margin-left: 40px;
}

#page_show_box #page_ar .ar_box dl {
  margin-bottom: 34px;
}

#page_show_box #page_ar .ar_box dl dd {
  text-align: center;
  display: block;
  width: 651px;
}

#page_show_box #page_ar .ar_box dl dd img {
  text-align: center;
  display: inline-block;
  width: 410px;
  height: 330px;
  border: #e5e5e5 1px solid;
  opacity: 0;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

#page_show_box #page_ar .ar_box .pp {
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  color: #3b3b3b;
  text-align: left;
}

#page_show_box #page_ar .ar_box .pp .more {
  text-align: center;
  margin: 40px -70px 0;
  background: #57beeb;
  line-height: 54px;
  font-size: 14px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#page_show_box #page_ar .ar_box .pp .more span {
  text-decoration: underline
}

#page_show_box #page_ar .ar_box .pp a {
  cursor: pointer;
  display: inline-block;
  width: 162px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 4px;
  background: #006ac0;
  font-size: 14px;
  color: #fff;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#page_show_box #page_ar .ar_box .pp a:hover {
  background: #ff9617
}


#page_show_box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: none
}

#page_show_box::-webkit-scrollbar-track {
  border-radius: 2.5px;
  background: none
}

#page_show_box::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background: none
}

#page_show_box #page_ar .ar_box .close {
  position: absolute;
  right: -60px;
  top: -35px;
}


.n_about .fl01 {
  padding: 85px 0 60px;
}

.n_about .fl01 .title01 {
  margin-bottom: 75px;
}

.n_about .fl01 h4 {
  margin-bottom: 42px;
}

.n_about .fl02 .ar_article {
  padding: 0 0 0 210px
}

.n_about .fl01 .ar_article p {
  margin-bottom: 0;
}

.n_about .fl02 {
  background: url(../images/n_about_bg.jpg) center no-repeat;

  n_about .fl02 .ar_article {
    padding: 0 0 0 190px;
  }

  height:580px;
  padding:110px;
}

.n_about .fl02 .title01 {
  margin-bottom: 30px
}

.n_about .fl03 {
  padding: 103px 0 90px
}

.n_about .fl03 .title01 {
  background: url(../images/title_bg.png) center 10px no-repeat;
  margin-bottom: 40px;
  height: 40px
}

.n_about .fl03 ul {
  margin: -20px -13px;
}

.n_about .fl03 ul li {
  padding: 20px 13px;
  text-align: center
}

.n_about .fl03 ul li a {
  display: block;
  background: #fff;
  padding: 0;
}

.n_about .fl03 ul li .img {
  overflow: hidden;
  height: 180px;
  background: #f8f9fb;
  line-height: 180px;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.n_about .fl03 ul li .img img {
  max-width: 172px;
  max-height: 145px;
  display: inline-block;
}

.n_about .fl03 ul li h5 {
  line-height: 50px;
  padding: 0 1rem;
  font-size: 16px;
  color: #2d2d2d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n_about .fl03 .miso-prev,
.n_about .fl03 .miso-next {
  width: 10px;
  height: 18px;
  top: auto;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}

.n_about .fl03 .miso-prev {
  background: url(../images/left03.png) center no-repeat;
  left: -30px;
}

.n_about .fl03 .miso-next {
  background: url(../images/right03.png) center no-repeat;
  right: -30px;
}

.n_about .fl03 hr {
  margin: 50px 0 60px
}

.n_about .fl03 ul li a:hover .img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.n_about .fl04 {
  background: url(../images/n_about_fl04_bg.jpg) center top no-repeat;
  height: 675px;
  padding: 90px 0 110px;
  overflow: hidden;
  background-size: cover;
}

.n_about .fl04 .title01 h3 {
  color: #fff
}

.n_about .fl04 .title01 h5 {
  color: #fff
}

.n_about .fl05 {
  padding: 112px 0 85px;
  overflow: hidden
}

.n_about .fl05 .title01 {
  margin-bottom: 0px;
}

.n_about .fl05 ul {
  font-size: 0;
  position: relative;
}

.n_about .fl05 ul:before {
  content: "";
  position: absolute;
  left: -600px;
  right: -600px;
  height: 1px;
  background: #e2e2e2;
  top: 60px;
}

.n_about .fl05 ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25%;
  text-align: center;
  position: relative;
  padding: 0 34px;
}

.n_about .fl05 ul li h2 {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  background: #0b3b6a;
}

.n_about .fl05 ul li h2:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(11, 59, 106, 0.15);
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -75px;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.n_about .fl05 ul li h2:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(11, 59, 106, 0.15);
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  z-index: 0;
}

.n_about .fl05 ul li h2 .table {
  position: relative
}

.n_about .fl05 ul li:nth-child(2n) h2 {
  background: #57beeb
}

.n_about .fl05 ul li:nth-child(2n) h2:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(101, 205, 245, 0.15);
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -75px;
}

.n_about .fl05 ul li:nth-child(2n) h2:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(101, 205, 245, 0.15);
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
}

.n_about .fl05 ul li h2 img {}

.n_about .fl05 ul li h5 {
  font-size: 15px;
  line-height: 22px;
  color: #3c3c3c;
  margin: 30px 0 10px;
}

.n_about .fl05 ul li h6 {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}

.n_about .fl05 ul li:hover h2:before {
  transform: scale(1.5);
  opacity: 0
}

.n_about .fl05 ul li:hover h2:after {
  transform: scale(1.35);
}

.n_about .fl04 .title01 {
  margin-bottom: 85px;
}

.n_about .fl04 ul:before {
  content: "";
  position: absolute;
  top: 232px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: -600px;
  right: -600px;
  z-index: 0;
}

.n_about .fl04 ul {
  width: 100%;
  position: relative;
  margin-top: -90px;
}

.n_about .fl04 ul .miso-list {
  padding: 90px 0 0;
}

.n_about .fl04 ul li.miso-slide {
  padding: 0 0;
  position: relative;
}

.n_about .fl04 ul li.miso-slide:before {
  content: "";
  position: absolute;
  top: 129px;
  left: 50%;
  margin-left: -12.5px;
  right: 30px;
  width: 25px;
  height: 71px;
  background: url(../images/dot01.png) center no-repeat;
}

.n_about .fl04 ul li.miso-slide:hover:before {
  background: url(../images/dot01_on.png) center no-repeat;
}

.n_about .fl04 ul li.miso-slide h3 {
  font-size: 36px;
  color: #fff;
  position: relative;
  font-weight: bold;
  min-height: 230px;
  padding: 0;
}

.n_about .fl04 ul li .box {
  text-align: center;
  margin: 0 0;
}

.n_about .fl04 .miso-prev,
.n_about .fl04 .miso-next {
  width: 49px;
  height: 49px;
  top: 292px;
  border-radius: 50%;
}

.n_about .fl04 .miso-prev {
  background: #fff url(../images/left04.png) center no-repeat;
  left: -75px;
}

.n_about .fl04 .miso-next {
  background: #fff url(../images/right04.png) center no-repeat;
  right: -75px;
}

.n_about .fl04 ul li dl {
  text-align: left;
  min-height: 208px;
  display: inline-block;
  margin-left: -18px;
}

.n_about .fl04 ul li:nth-child(2n-1) dl {
  margin-bottom: 0px;
  margin-top: -45px;
}

.n_about .fl04 ul li:nth-child(2n-1) h3 {
  margin-bottom: 0;
  padding: 60px 0 0;
}

.n_about .fl04 ul li dl p {
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
  background: url(../images/dot.png) left 9px no-repeat;
  line-height: 26px;
  text-align: left;
}

.n_about .fl04 ul li.miso-slide:nth-child(2n-1):before {
  content: "";
  position: absolute;
  top: 88px;
  left: 50%;
  margin-left: -12.5px;
  right: 30px;
  width: 25px;
  height: 71px;
  background: url(../images/dot02.png) center no-repeat;
}

.n_about .fl04 ul li.miso-slide:nth-child(2n-1):hover:before {
  background: url(../images/dot02_on.png) center no-repeat;
}


.tc2 {
  position: relative;
  z-index: 100000;
}

.tc2 .tc {
  transition: all ease 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  z-index: 1;
}

.tc2 .tc {
  pointer-events: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(1.1);
  display: none;




}

.tc2 .tc.act {

  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.tc2 .close:hover {
  transform: rotate(180deg);
}

.tc2 .close,
.tc {
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}

.tc2 .tc-box {
  overflow: hidden;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: anim-close-2;
  animation-name: anim-close-2;
  position: relative;
  z-index: 1;
}

.tc2 .tc-box h3 img {
  border: #fff 10px solid
}

.tc2 .tc.act {
  display: block;
}

.tc2 .close {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  right: 30px;
  top: 30px;
  z-index: 100;
  font-size: 30px;
  color: #fff;
}

.tc2 .tc-bg {
  height: 100%;
  background: rgba(0, 0, 0, .56);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 1
}

.tc2 .tc-box h3 img {
  width: 12rem;
  height: 12rem;
}

.tc2 .tc-box h5 {
  width: 12rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  color: #fff;
  text-align: center
}

.tc2 .tc.act .tc-box {
  -webkit-animation-name: anim-open-2;
  animation-name: anim-open-2;
  transform: scale(1);
}

.tc2 form {
  margin: 0px -10px;
  font-size: 0;
  background: #fff url(../images/tc1_bg.jpg) center no-repeat;
  width: 860px;
  height: 510px;
  left: 50%;
  margin-left: -430px;
  position: relative;
  padding: 90px 40px;
  text-align: left;
}

.tc2 form .box {
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  font-size: 14px;
}

.tc2 form .box h6 {
  font-size: 16px;
  color: #676767;
  margin-bottom: 15px;
  white-space: nowrap;
  font-weight: bold;
}

.tc2 form .box h6 font {
  font-size: 20px;
  color: #c32727;
  font-weight: bold;
  vertical-align: top;
  margin: 0 0 0 8px;
  position: relative;
  top: -3px;
}

.tc2 form .box h6 big {
  color: #ff0303
}

.tc2 form .box h6 small {
  font-size: 0.8125rem;
  color: #757575
}

.tc2 form .box .box_li {
  margin-bottom: 2.125rem;
  position: relative
}

.tc2 form .box .box_li h4 {
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 8px
}

.tc2 form .box .box_li .input {
  position: relative
}

.tc2 form .box .box_li .input input {
  height: 60px;
  padding: 0 10px;
  width: 100%;
  color: #333;
  background: #fff;
  font-size: 15px;
  border-radius: 0;
  border: #e5e5e5 1px solid;
}

.tc2 form .box .box_li .textarea textarea {
  height: 11.875rem;
  line-height: 3.125rem;
  background: #fafbfc;
  padding: 6px 15px;
  width: 100%;
  color: #333;
  border-radius: 5px;
  font-size: 15px;
  resize: none;
}

.tc2 form .box .box_li .input button {
  height: 60px;
  background: #3a3c3e;
  padding: 0 15px;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 1.125rem;
  cursor: pointer;
  transition: 0.6s;
  margin-top: 30px;
}

.tc2 form .box .box_li .textarea textarea::-webkit-input-placeholder {
  color: #636363
}

.tc2 form .box .box_li .textarea textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #636363;
}

.tc2 form .box .box_li .textarea textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #636363
}

.tc2 form .box .box_li .textarea textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #636363
}

.tc2 form .box .box_li .input input::-webkit-input-placeholder {
  color: #636363
}

.tc2 form .box .box_li .input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #636363;
}

.tc2 form .box .box_li .input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #636363
}

.tc2 form .box .box_li .input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #636363
}

.tc2 form .box .box_li .yzm {
  position: absolute;
  right: 0;
  top: 0
}

.tc2 form .box .box_li .input button:hover {
  background: #2ea8f9
}

/*==========================================内页 结束=============================================*/

@media(min-width:768px) {}


@media(min-width:992px) and (max-width:1300px) {}

@media(max-width:1360px) {

  .c_erji ul li a,
  .c_erji ul li:after {
    opacity: 0;
  }

  .c_erji ul li:hover a,
  .c_erji ul li:hover:after {
    opacity: 1
  }
}

@media(max-width:1450px) {}

@media(max-width:1400px) {}

@media(max-width:1330px) {}

@media(max-width:1200px) {}

@media(max-width:1060px) {}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:456px) {}