/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*清除浮动*/
.clear {
  clear: both;
  height: 0;
}
.blk-main .clearlist, .blk-main .listclear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
}
.b-main .clearlist, .b-main .listclear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
}
.clearafter:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}



/* 顶部 导航 nav */
.head{
  display: flex; /**/
  justify-content: space-between; /*水平居中*/
  align-items: Center; /*垂直居中*/
}



.logo{
  /*margin-right: 14%;*/
}
.serach{
  display: flex; /**/
  justify-content: space-between; /*水平居中*/
  align-items: Center; /*垂直居中*/
  margin-top: 46px;
  margin-right: 27px;
}
.serach div{
  /*padding: 0 16px;*/
}

/* Banner */
.banner-container{
  display: flex; /**/
  justify-content: space-between; /*水平居中*/
  align-items: Center; /*垂直居中*/
  /*margin-top: 2px;*/
  background: #3F4040;
}


.movable-container:nth-child(4n){margin-bottom:22px;}

/* 底部 */
.f_logo{
  /* width: 374px; */
  /* height: 250px; */
  overflow: hidden;
  padding: 0 0 0 0px;
  /* background: red; */
  margin-top: 46px;
  font-size: 38px;
  margin-right: 60px;
}

.f_nav{
  width: 174px;
  /* height: 200px; */
  overflow: hidden;
  padding: 25px 0 0 36px;
  /* background:#222333;   */
  /*margin-top: 20px;*/
}


/*导航 */


.f_ul01 .f_li01 {
  float: left;
}
.f_ul01 li {
  width: 160px;
  float: left;
}
.f_ul01 li a {
  font-size: 1.6rem;
  color: #000000;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  display: block;
}
.f_ul01 .f_ul02 li a {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  /*margin-bottom: 25px;*/
  font-family: 'Microsoft Yahei',Helvetica,Arial,"Open Sans",Arial, sans-serif;
}

.f_ul01 .f_ul02 li a:hover{
  color: #fff;
}


/*联系我们*/

.about-mar {
  width: 827px;
  /* height: 200px; */
  overflow: hidden;
  padding: 27px 0 0 0px;
  /* background:#222333;   */
  /*margin-top: 26px;*/
}

.about-mar em{
  align-items: flex-start;
  font-family: 'Microsoft Yahei',Helvetica,Arial,"Open Sans",Arial;
  font-size: 1.5rem;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 2.8rem;
  /*opacity: .6;*/
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  color: #000000;
}

.about-mar p {
  align-items: center;
  color: #1d1d1d;
  display: flex;
  flex-flow: row nowrap;
  font-family: 'Microsoft Yahei',Helvetica,Arial,"Open Sans",Arial;
  font-size: 1.25rem;
  font-weight: 300;
  justify-content: flex-start;
  line-height: 2rem;
  /*opacity: .6;*/
}



/* 关注我们 */
.f_followUs{
  width: 300px;
  /* height: 200px; */
  /* background: red; */
  position: relative;
  top: 36px;
  left: 36px;
}


.f_followUs em{
  display: block;
  font-size: 18px;
  /* color: #fff; */
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: left;

}

.f_followUs .share {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 2.5rem;
}

.f_followUs .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f_followUs .share li {
  width: 3.2rem;
  margin-right: 1.0rem;
  position: relative;
}

.f_followUs .share li a {
  display: block;
  opacity: .4;
}

.f_followUs .share li .layer {
  width: 6.2rem;
  background: #fff;
  padding: 0.08rem;
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  display: none;
  margin-top: 0.1rem;
}

.f_followUs .share li .layer:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -0.03rem;
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.f_followUs .share li .layer img {
  position: relative;
  z-index: 5;
}
.icon-weixin{
  /*font-size: 58px !important;*/
}

.icon-bilibili{
  color: #EE768D !important;
}

.f_followUs .share li span{
  font-size: 50px;
  color: #7E8082;
  /* text-shadow: #7E8082 2px 2px 5px; */
}
.f_followUs .share li span:hover{
  /* font-size: 50px; */
  color: #fff;
  /* text-shadow: #7E8082 2px 2px 5px; */
}

.f_followUs .share li:hover a {
  opacity: 1;
}

.f_followUs .share li:hover .layer {
  display: block;
}

.f_followUs .msg {
  padding: 0.44rem 0;
  font-size: 0.14rem;
  color: rgba(255,255,255,.4);
}

.f_followUs .list {
  position: absolute;
  right: 0;
  top: 3.5rem;
}

.f_followUs .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f_followUs .list li {
  margin-left: 0.38rem;
  position: relative;
}

.f_followUs .list li>a {
  color: #fff;
  font-size: 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  padding-bottom: 0.03rem;
  opacity: .4;
}

.f_followUs .list li>a span {
  width: 0.08rem;
  height: 0.08rem;
  background: url(../image/down.svg) center no-repeat;
  background-size: 100%;
  margin-left: 0.04rem;
}

.f_followUs .list li>a:hover {
  opacity: 1;
}

.f_followUs .list li .layer {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 0.1rem;
  display: none;
}

.f_followUs .list li .layer dl {
  background: #fff;
  width: 1.94rem;
  border-radius: 0.09rem;
  padding: 0.2rem 0;
}

.f_followUs .list li .layer a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.31rem;
  color: #666;
  padding-left: 0.2rem;
}

.f_followUs .list li .layer a:hover {
  color: #a41818;
}

.f_followUs .list li:hover>a {
  opacity: 1;
}

.f_followUs .list li:hover .layer {
  display: block;
}


/*底部二维码  */
.f_QRCode{

}

.f_QRCode .img{
  margin-bottom: 50px;
  display: block;
  float: right;
  width: 214px;
  margin-left: 25px;
  /*background: #fff;*/
  padding-top: 20px;
  /*padding-bottom: 20px;*/
}



/* 底部 2 层 */

.foot02 {width: 100%; background: #7b7b7b;padding: 4px 0px;color: #FFF;}
.foot02,.footer 02 a { color:#fff;}
.foot02 a { display:inline-block; white-space:nowrap;}
.foot02 a:hover { filter:alpha(opacity=80); opacity:0.8; }
.foot02 .copyRight {  text-align: center; font-size: 13px; line-height: 26px;}




/* 文章内页 左侧分享浮动*/

.side-bar a,.chat-tips i{background-image: url(../images/gdt-img.png);background-repeat: no-repeat;}
/*右侧悬浮icon*/
.side-bar{width: 66px;position: fixed;top: 336px;margin-left:1270px;font-size: 0;line-height: 0;z-index: 100; box-shadow: 1px 1px 1px #dadada;}
.side-bar a{width: 66px;height: 66px;display: inline-block;background-color: #fff;border-bottom: 1px #dadada solid;}
.side-bar .icon-qq{background-position: 0 -195px;}
.side-bar .icon-chat{background-position: 0 -63px;position: relative;}
.side-bar .icon-chat:hover .chat-tips{display: block;}
.side-bar .icon-blog{background-position: 0 -129px;}
.side-bar .icon-link{background-position: 0 -266px;}
.side-bar .icon-shoucang{background-position: 0 2px;}
.chat-tips{padding: 20px;border: 1px solid #d1d2d6;position: absolute;left: 78px;top: -55px;background-color: #ffffff;display: none;}
.chat-tips i{width: 9px;height: 16px;display: inline-block;position: absolute;left: -9px;top: 80px;background-position:-88px -350px;}
.chat-tips img{width: 138px;height: 138px;}




/*关于我们 单页*/
@media (max-width:320px) {
  .eya_case_img {
    height: 185px
  }
  .eya_case_img a.name {
    height: 32px;
    line-height: 32px
  }
}

.eyb_banner {
  width: 100%;
  height: 580px;
  overflow: hidden;
  margin: 0 auto;
  padding: 240px 0 0;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.eyb_banner img {
  display: block;
  width: 1920px;
  height: 580px;
  overflow: hidden;
  margin: -286px 0 0 -952px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%
}

.eyb_banner .nyna_text {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.nyna_text p {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 32px;
  margin: 0 auto;
  padding: 0
}

.nyna_text p font {
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  margin: 0 0 0 10px
}

.nyna_text em {
  display: block;
  width: 40px;
  height: 4px;
  overflow: hidden;
  margin: 14px 0;
  padding: 0;
  background-color: #fff
}

.nyna_text span {
  display: block;
  width: 100%;
  height: auto;
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis
}



@media screen and (max-width: 1700px) {
  .eyb_banner {
    height: 480px;
    padding: 180px 0 0
  }

  .eyb_banner img {
    display: block;
    width: 1707px !important;
    height: 480px !important;
    overflow: hidden;
    margin: -240px 0 0 -792.5px
  }

  .eyb_banner .nyna_text {
    width: 94%
  }
}

@media screen and (max-width: 1440px) {
  .eyb_banner {
    height: 480px;
    padding: 180px 0 0
  }

  .eyb_banner img {
    display: block;
    width: 1707px !important;
    height: 480px !important;
    overflow: hidden;
    margin: -240px 0 0 -660px
  }

  .eyb_banner .nyna_text {
    width: 94%
  }
}


@media (max-width: 1280px) {
  .eyb_banner {
    height: 480px;
    padding: 180px 0 0
  }

  .eyb_banner img {
    display: block;
    width: 1707px !important;
    height: 480px !important;
    overflow: hidden;
    margin: -240px 0 0 -619px
  }

  .eyb_banner .nyna_text {
    width: 94%
  }
}

@media (max-width: 1080px) {
  .eyb_banner {
    height: 440px !important;
    padding: 150px 0 0
  }

  .eyb_banner img {
    display: block;
    width: 1408px !important;
    height: 440px !important;
    overflow: hidden;
    margin: -220px 0 0 -510px
  }
}

@media (max-width: 1024px) {
  .eyb_banner {
    padding: 160px 0 0
  }

  .eyb_banner img {
    display: block;
    width: 1280px;
    height: 400px;
    overflow: hidden;
    margin: -200px 0 0 -640px
  }
}

@media (max-width: 800px) {
  .eyb_banner {
    height: 380px;
    padding: 120px 0 0
  }

  .eyb_banner img {
    display: block;
    width: 1280px;
    height: 360px;
    overflow: hidden;
    margin: -180px 0 0 -640px
  }
}

@media (max-width: 767px) {
  .eyb_banner {
    height: 250px;
    padding: 60px 0 0
  }

  .eyb_banner img {
    display: block;
    width: 889px;
    height: 250px;
    overflow: hidden;
    margin: -125px 0 0 -444.5px
  }

  .eyb_banner .nyna_text {
    width: 92%
  }

  .nyna_text p {
    height: 30px;
    line-height: 30px;
    font-size: 26px
  }

  .nyna_text p font {
    font-size: 18px;
    margin: 0 0 0 10px
  }

  .nyna_text span {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px
  }

  .nyna_text em {
    width: 40px;
    height: 2px;
    margin: 12px 0
  }
}

@media (max-width: 320px) {
  .nyna_text p {
    line-height: 24px;
    font-size: 18px
  }

  .nyna_text p font {
    font-size: 14px
  }
}

/*分类 和 面包屑*/
.n_nav_box {
  width: 1280px;
  overflow: hidden;
  margin: -60px auto 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  position: relative;
  z-index: 9
}
.n_nav_box .n_nav {
  display: flex;
  width: 50%;
  float: left;
  font-size: 0
}
.n_nav_box1 .n_nav {
  display: none
}
.n_nav::-webkit-scrollbar {
  display:none
}
.n_nav a {
  font-size: 16px;
  line-height: 60px;
  color: #3c3c3c;
  display: inline-block;
  padding: 0 5px;
  max-width: 312px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: .5s;
  flex-grow: 1
}
.n_nav a+a:after {
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  transition: 0s;
  z-index: 0
}
.n_nav a:before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: .5s;
  z-index: -1;
  opacity: 0;
  background: #cd233e;
  /*-webkit-linear-gradient(-45deg, #0046E9 0%, #2d3236 100%)*/
  background: -moz-linear-gradient(-45deg, #8baaaa 0%, #ae8b9c 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%, #8baaaa), color-stop(100%, #ae8b9c));

  background: -webkit-linear-gradient(-45deg, #8baaaa 0%, #ae8b9c 100%);
  /*background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;*/
  /*background-blend-mode: multiply,multiply;*/

  /*background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);*/
  /*background-blend-mode: normal, lighten, soft-light;*/
  background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);

  background: -o-linear-gradient(-45deg, #8baaaa 0%, #ae8b9c 100%);
  background: -ms-linear-gradient(-45deg, #8baaaa 0%, #ae8b9c 100%);
  background: linear-gradient(to -45deg, #8baaaa 0%, #ae8b9c 100%);
  progid:DXImageTransform.Microsoft.gradient( startColorstr='#8baaaa', endColorstr='#ae8b9c', GradientType=0 );
  progid:DXImageTransform.Microsoft.gradient( startColorstr='#8baaaa', endColorstr='#ae8b9c', GradientType=0 )
}
.n_nav a:hover:before, .n_nav a.on:before {
  width: 100%;
  opacity: 1
}
.n_nav a:hover:after, .n_nav a.on:after {
  height: 0
}
.n_nav a:hover, .n_nav a.on {
  color: #fff;
  font-weight: bold
}
.n_nav_box .n_position {
  max-width: 50%;
  height: 60px;
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}
.n_nav_box .n_position p {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #a6a6a6;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
  margin: 0;
  padding: 0
}
.n_nav_box1 .n_position {
  max-width: 100%;
  float: left
}
.n_nav_box1 .n_position p {
  text-align: left
}
.n_position p img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -4px 0 0 0;
  padding: 0 4px 0 0
}
.n_position p svg {
  vertical-align: middle;
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 9px
}
.n_position p a {
  font-size: 15px;
  color: #98989a;
  position: relative;
  transition: .2s
}
.n_position p i {
  font-size: 15px;
  color: #98989a;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  font-family: arial;
  position: relative;
  top: -1px
}
.n_position p span {
  font-size: 15px;
  color: #1f3c74
}
.n_position p a:hover {
  color: #1f3c74
}



/* 单页 底部 */
.footer {
  /*width: 100%;*/
  /*margin: 40px auto 0;*/
  padding: 19px 0 0;
  background-color: #D3D3D4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative
}

.nyfoot {
  margin: 0 auto
}



.footer .gotop {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: -30px
}

.footer .gotop .topmain {
  width: 1280px;
  height: auto;
  /*background: linear-gradient(to left,#cd233e,#1f3c74);*/
  /*background: linear-gradient(to left,#BDBBBE,#9D9EA3);*/
  background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);
  margin: 0 auto;
  padding: 18px 0;
  z-index: 2
}


.footer .gotop .topmain a {
  width: 51px;
  height: 51px;
  display: block;
  background: url(../images/foot_totop.png) center center no-repeat;
  background-size: 51px 51px;
  margin: 0 auto;
  cursor: pointer
}

.footer .contact {
  width: 1280px;
  margin: 0 auto;
  padding: 45px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 1px solid rgba(255,255,255,0.1)
}

.footer .nlink {
  border: none
}

.footer .contact ul li {
  /*width: 33%;*/
  display: inline-block;
  padding-right: 100px;
}

.footer .contact ul li .fl {
  /*width: 81%*/
}

.footer .contact ul li img {
  float: left;
  margin: 2px 20px 0 0
}

.footer .contact ul li span {
  color: rgba(255,255,255,0.5);
  line-height: 24px
}

.footer .contact ul li p {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}



/*单页 关于我们 定制页*/
.i-row1 .wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 42px;
}
.i-row1 .content_txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  padding-right: 0%;
}
.i-row1 .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 42%;
  -ms-flex: 0 1 42%;
  flex: 0 1 42%;
  /*padding-top: 37%;*/
}

.about-img{
  width: 653px;
  height: 158px;
  margin: 74px 0 0 18px;
}


.i-row1 .img img{
  width: 516px;
  height: 388px;
  margin: -60px 0 0 0;
  /*position: relative;*/
  /*right: 0px;*/
  /*top: 0px;*/
}



/*商务合作*/

.i-row1 .cooperate_content_txt{
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  padding-right: 0%;
}

.i-row1 .cooperate-img{
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

.coop_img{
  width: 301px;
  height: 472px;
  opacity:1;
}






.i-row1 a:hover {
  color: #5c5c5c;
}
.i-row1 a:hover i {
  color: #0054d8;
}
.swiper-tec a:hover {
  color: #5c5c5c;
}
.swiper-tec a:hover i {
  color: #0054d8;
}
.com-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*color: #0054d8;*/
  color: #7493B5;
  margin-top: 0.8rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com-data li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}
.com-data li:last-child:after {
  display: block;
  left: auto;
  right: 0;
}
.com-data li:after {
  display: none;
}
.com-data li:after,
.com-data li:before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  bottom: 0.2rem;
  border-left: 1px solid #ddd;
  opacity: 0.34;
}
.com-data h4 {
  font-size: 60px;
  font-family: GeometricSlab703BT-MediumCond;
  line-height: 1;
  letter-spacing: -0.04rem;
  margin-top: -0.04rem;
  margin-bottom: 0.1rem;
}



@media screen and (max-width: 1440px) {
  .wp {
    width: 90%;
    max-width: 50rem;
  }

  .com-data h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1700px) {
  .wp {
    width: 90%;
  }

  .com-data h4 {
    font-size: 50px;
  }
}












