@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  margin: 0px;
  padding: 0px;
  font-family: '微软雅黑';
  background: #FFF;
  font-size: 1em; }

ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {
  margin: 0px;
  padding: 0px; }

ol, ul, li {
 /* list-style: none;*/
  padding: 0;
  margin: 0; }

img {
  border: none; }

a {
  text-decoration: none;
  border: none;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

.clear {
  clear: both; }

.li_img {
  display: table;
  text-align: center;
  *position: relative;
  *overflow: hidden; }

.li_img a {
  display: table-cell;
  vertical-align: middle;
  *position: absolute;
  *left: 50%;
  *top: 50%; }

.li_img a img {
  *position: relative;
  *left: -50%;
  *top: -50%; }

.fl {
  float: left; }

.fr {
  float: right; }

img {
  vertical-align: bottom; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.wrap {
  max-width: 1250px;
  width: 96%;
  min-width: 320px;
  margin: 0 auto; }

/*
@font-face {
	font-family: 'YourWebFontName';
	src: url('YourWebFontName.eot');
	src: url('YourWebFontName.eot?#iefix') format('embedded-opentype'),
	url('YourWebFontName.woff') format('woff'),
	url('YourWebFontName.ttf')  format('truetype'),
	url('YourWebFontName.svg#YourWebFontName') format('svg');
}
*/
/*
//声明 WebFont
@font-face {
	font-family: 'pinghei';
	src: url('../font/pinghei.eot');
	src:
					url('../font/pinghei.eot?#iefix') format('embedded-opentype'),
					url('../font/pinghei.woff') format('woff'),
					url('../font/pinghei.ttf') format('truetype'),
					url('../font/pinghei.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

//使用指定字体
.test {
	font-family: 'pinghei';
}*/
html {
  height: 100%; }

/*
.noscroll,
.noscroll body {
  overflow: hidden;
}
.noscroll body {
  position: relative;
}*/
body {
  height: 100%;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  right: 0;
  position: relative; }
  body.mr {
    right: 240px;
    overflow: hidden;
    position: fixed;
    width: 100%; }

.header {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #c9c9c9; }
  .header .wrap {
    height: 100px;
    display: flex;
    align-content: stretch; }
    .header .wrap .logo {
      height: 100%;
      margin-right: auto; }
      .header .wrap .logo a {
        height: 100%;
        display: block; }
      .header .wrap .logo img {
        height: 100%; }
  .header.mr {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    left: -240px; }

.nav > ul {
  height: 100px;
  display: flex;
  align-content: stretch; }
  .nav > ul > li {
	  list-style: none;
    flex: 0 0 auto;
    position: relative;
    height: 100%;
    margin: 0 12px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .nav > ul > li > a {
      display: block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 4px solid transparent;
      border-top: 4px solid transparent;
      display: block;
      padding: 0 10px;
      font-size: 0;
      text-align: center; }
      .nav > ul > li > a:before {
        height: 100%;
        content: '';
        width: 0;
        display: inline-block;
        vertical-align: middle; }
      .nav > ul > li > a span {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        color: #000000;
        margin-top: 20px;
        line-height: 1.2em; }
    .nav > ul > li:hover {
      background: #eaeaea; }
      .nav > ul > li:hover > a {
        border-bottom: 4px solid #00aef3;
        color: #00aef3; }
      .nav > ul > li:hover .mnav {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 9px); }
    .nav > ul > li.cur {
      background: #eaeaea; }
      .nav > ul > li.cur > a {
        border-bottom: 4px solid #00aef3;
        color: #cc0001; }

.lang {
  padding-left: 12px;
  margin-left: 12px;
  margin-top: 8px;
  color: #000000;
  font-size: 18px;
  line-height: 100px; }
  .lang a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-size: 16px;
    color: #000000; }
    .lang a:hover {
      color: #cc0001; }

.mnav {
  z-index: 200;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: #eaeaea;
  position: absolute;
  width: 200px;
  left: 50%;
  text-align: center;
  top: calc(120% + 9px);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 10px 0; }
  .mnav:before {
    content: '';
    border-bottom: 9px solid #00aef3a8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0; }
  .mnav li {
	 list-style: none; 
    font-size: 15px;
    line-height: 35px; }
    .mnav li a {
      color: #000; }

.nav-box {
  height: 100%;
  font-size: 0;
  padding-right: 2%; }
  .nav-box:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }

.nav-btn {
  display: none;
  vertical-align: middle;
  width: 35px;
  cursor: pointer;
  height: 25px; }
  .nav-btn span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #cc0001;
    margin: 8px auto;
    transition: all 0.3s ease-out; }
    .nav-btn span:nth-child(1) {
      margin-top: 0; }
    .nav-btn span:nth-child(2) {
      opacity: 1; }
    .nav-btn span:nth-child(3) {
      margin-bottom: 0; }
  .nav-btn.cur span {
    margin-bottom: 0;
    transition: all 0.3s ease-out; }
    .nav-btn.cur span:nth-child(1) {
      transform: translateY(9px) rotate(-45deg);
      position: relative;
      top: 3px; }
    .nav-btn.cur span:nth-child(2) {
      opacity: 0; }
    .nav-btn.cur span:nth-child(3) {
      transform: translateY(-10px) rotate(45deg); }

.navbox {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: fixed;
  right: -240px;
  width: 240px;
  top: 0;
  height: 100%;
  background: #cc0001;
  overflow: scroll;
  overflow-x: hidden; }
  .navbox.mr {
    right: 0; }
  .navbox > ul > li {
	    list-style: none;
    width: 100%;
    line-height: 1.2em;
    font-size: 16px;
    position: relative; }
    .navbox > ul > li > a {
      border-bottom: 1px solid #999; }
    .navbox > ul > li a {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      padding: 15px 48px 12px 20px;
      display: block;
      color: #fff;
      background-image: url(../images/icon-arrow.svg);
      background-position: right center;
      background-repeat: no-repeat; }
    .navbox > ul > li ul {
      display: none;
      font-size: 14px;
      border-bottom: 1px solid #999; }
      .navbox > ul > li ul a {
        padding: 8px 48px 6px 30px;
        color: #fff; }
    .navbox > ul > li.cur > a {
      background-position: right 50px; }

/*
html{
	height: 100%;
}
body{
	height: 100%;
}
.main-swiper{
	height: 100%;
	.main{
		height: 100%;
	}
	.mainbox{
		height: 100%;
	}
}*/
.body {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }
  .body.mr {
    overflow: hidden; }

.main {
  padding-top: 100px; }

.inbanner li {
  /*height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;*/ }
  .inbanner li img {
    max-width: 100%;
    /*position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    //height: 100%;*/ }
    .inbanner li img.big {
      display: block; }
    .inbanner li img.min {
      display: none; }

.nybanner img {
  max-width: 100%; }
  .nybanner img.big {
    display: block; }
  .nybanner img.min {
    display: none; }

.swiper-pagination-bullet {
  width: 63px;
  height: 3px;
  background: rgba(176, 169, 186, 0.69);
  border-radius: 0;
  opacity: 1;
  vertical-align: bottom;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 6px;
    background: #ffffff; }

.inbox1 {
  padding-top: 4.73%;
}
/*  .inbox1 .wrap {
    display: flex;
    justify-content: space-between;
    align-content: stretch; }*/

.inmenu-list {
  flex: 0 0 auto;
  width: calc((100% / 1480) * 990);
  font-size: 0; }
  .inmenu-list li {
    font-size: 100px;
	  list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
	width:33%;
    /*width: calc(100% / 3);*/ }
    .inmenu-list li img {
      width: 100%; }
    .inmenu-list li .wb {
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      padding: 4.5%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .inmenu-list li .kuang {
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      text-align: center;
      position: relative; }
      .inmenu-list li .kuang span {
        font-size: .2em;
        color: #ffffff;
        display: block;
        padding-bottom: 10%; }
      .inmenu-list li .kuang .more {
        font-size: 12px;
        color: #ffffff;
        border: 1px solid #fff;
        display: block;
        line-height: 22px;
        width: 100px;
        text-align: center;
        margin: 0 auto; }
      .inmenu-list li .kuang .con {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
    .inmenu-list li:hover .wb {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.innews {
  flex: 0 0 auto;
  width: calc((100% / 1480) * 440);
  position: relative; }
  .innews .tit {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .innews .tit img {
      width: 100%; }
  .innews .more {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #2541d4;
    border: 1px solid #2541d4;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .innews .more:hover {
      background: #2541d4;
      color: #ffffff; }

.innews-list {
  font-size: 100px;
  padding-top: calc((100% / 440) * 58); }
  .innews-list li {
	  list-style: none;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: calc((100% / 440) * 106);
    position: relative; }
    .innews-list li .con {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 5px;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
      .innews-list li .con span {
        font-size: .14em;
        line-height: 2;
        color: #898989;
        display: block; }
      .innews-list li .con p {
        display: block;
        font-size: .16em;
        line-height: 1.75; }
        .innews-list li .con p a {
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          overflow: hidden;
          color: #2d2d2d; }
        .innews-list li .con p:hover a {
          color: #2541d4; }

.inbox .wrap > .tit {
  text-align: center;
  font-size: 100px; }
  .inbox .wrap > .tit .ch {
    font-size: .24em;
    font-weight: bold;
    color: #5c5c5c;
    line-height: 1; }
  .inbox .wrap > .tit .en {
    font-size: .15em;
    color: #5c5c5c;
    line-height: 2.2; }
  .inbox .wrap > .tit span {
    margin: 0 auto;
    display: block;
    width: .9em;
    border-bottom: 4px solid #cc0001; }

.industry {
  padding-bottom: 8%;
  padding-top: 4.73%; }

.industry-tab {
  font-size: 100px;
  padding-top: calc((100% / 1480) * 42);
  padding-bottom: calc((100% / 1480) * 44); }
  .industry-tab ul {
    max-width: 876px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .industry-tab ul li {
      flex: 1;
	  list-style: none;
      max-width: 180px;
      min-width: 100px;
      font-size: .16em;
      text-align: center; }
      .industry-tab ul li .box {
        cursor: pointer;
        border-radius: 50%;
        border: 1px solid #2541d4;
        width: 80%;
        padding-bottom: 80%;
        margin: 0 auto;
        position: relative; }
        .industry-tab ul li .box span {
          display: block;
          width: 88%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .industry-tab ul li.cur .box {
        background: #2541d4; }
        .industry-tab ul li.cur .box span {
          color: #ffffff; }

.industry-box {
  font-size: 100px; }
  .industry-box li {
	    list-style: none;
   /* display: flex;
    justify-content: space-between;
    align-content: stretch; */}
    .industry-box li .img {
      width: calc((100% / 1480) * 554); }
      .industry-box li .img img {
        width: 100%; }
    .industry-box li .text {
      position: relative;
     /* width: calc((100% / 1480) * 880); */
	 width: calc((100% / 1480) * 1354);
	 margin-left: 3%;
	 }
      .industry-box li .text .p {
        font-size: .16em;
        line-height: 1.875;
        color: #676767; }
      .industry-box li .text .ddd{
         font-size: .16em;
        line-height: 1.875;
        color: #676767;
      }

      .industry-box li .text dl {
        font-size: .16em;
        line-height: 1.875;
        color: #676767; }
        .industry-box li .text dl dt {
          margin-bottom: 2.5%;
          margin-top: 3%;
          text-indent: 2em; }
        .industry-box li .text dl dd:before {
          content: '●';
          font-size: .8em; }
      .industry-box li .text .more {
		  float:right;
        height: 33px;
        width: 100px;
        line-height: 33px;
        border: 1px solid #2541d4;
        color: #2541d4;
        text-align: center;
        border-radius: 5px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        display: block;
       /* margin-top: 3%;*/
        font-size: 14px;
   /*     position: absolute;
        bottom: calc((100% / 1480) * 28);
        left: 0;*/ }
        .industry-box li .text .more:hover {
          background: #2541d4;
          color: #ffffff; }

.inour {
  background: url("../images/logobg.jpg") no-repeat center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: relative; }
  .inour .inour-con {
    padding-top: 9.2%;
    padding-bottom: 13.5%; }
    .inour .inour-con .wrap .tit {
      padding-bottom: 5.6%; }
      .inour .inour-con .wrap .tit .ch {
        color: #ffffff; }
      .inour .inour-con .wrap .tit .en {
        color: #ffffff; }

.inour-box {
  position: relative;
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
  width: 98%;
  justify-content: space-between; }

.inour-left {
  background: url("../images/ourleft.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  flex: 0 0 6.35%;
  max-width: 80px; }

.inour-right {
  background: url("../images/ourright.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  flex: 0 0 6.35%;
  max-width: 80px; }

.inour-swiper {
  flex: 1; }
  .inour-swiper li {
	    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    font-size: 0;
    height: auto; }
    .inour-swiper li a {
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .inour-swiper li a .wb {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(58, 84, 216, 0.9);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
        .inour-swiper li a .wb span {
          font-size: 20px;
          color: #ffffff;
          display: block;
          width: 100%;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .inour-swiper li a:hover .wb {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    .inour-swiper li img {
      width: 100%; }

.inabout {
  padding-top: 9.5%;
  padding-bottom: 2.83%; }

.inabout-list {
  padding-top: 9.12%; }
  .inabout-list ul {
    display: flex;
    justify-content: space-between;
    align-content: stretch; }
  .inabout-list li {
	    list-style: none;
    flex: 0 0 23%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
	  list-style: none;
    border: 1px solid #c9c9c9;
    /*padding-bottom: calc((100% / 340) * 272);*/
    position: relative;
    min-height: 272px; }
    .inabout-list li a {
      display: block; }
      .inabout-list li a .ico {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        position: absolute;
        height: 132px;
        width: 132px;
        left: 0;
        right: 0;
        top: -66px;
        background: #a0a0a0;
        border-radius: 50%;
        margin: 0 auto; }
        .inabout-list li a .ico img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .inabout-list li .wb {
      padding-top: 78px; }
      .inabout-list li .wb ._t {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #2b2b2b;
        line-height: 50px;
        margin-bottom: 25px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden; }
        .inabout-list li .wb ._t:after {
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s;
          content: '';
          display: block;
          width: 55px;
          height: 5px;
          background: #a0a0a0;
          margin: 0 auto;
          border-radius: 5px; }
      .inabout-list li .wb .p {
        text-indent: 2em;
        font-size: 16px;
        line-height: 30px;
        color: #5a5959; }
    .inabout-list li:hover a .ico {
      background: #2541d4; }
    .inabout-list li:hover .wb ._t:after {
      background: #2541d4; }

.infooter {
  background: url("../images/footer.jpg") no-repeat center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%; }
  .infooter .wrap {
    padding-top: 8%;
    padding-bottom: 4%; }

.infooter-con {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.7%; }

.infooter-bottom {
  border-top: 1px solid #a3a3a4;
  font-size: 0;
  padding-top: 3.4%;
  padding-bottom: 3.45%;
  text-align: center; }
  .infooter-bottom span {
    display: inline-block;
    margin: 0 9px;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6em; }

.infooter-top {
  padding-top: 8%;
  padding-bottom: 5%; }
  .infooter-top .infnav {
    float: left;
    width: 64.8%;
    display: flex;
    align-content: stretch;
    border-right: 1px solid #a1a3a4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .infooter-top .infnav dl {
      flex: 1;
      padding-left: 12px; }
      .infooter-top .infnav dl dt {
        font-size: 18px;
        color: #ffffff;
        padding-bottom: 34px; }
      .infooter-top .infnav dl dd a {
        font-size: 15px;
        line-height: 40px;
        color: #ffffff; }

.infdz {
  float: right;
  width: calc(100% - 64.8%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4%; }
  .infdz .flogo img {
    max-width: 100%; }
  .infdz .infdz-box {
    display: flex; }
  .infdz .infdz-tab {
    order: 1;
    flex: 0 0 auto;
    width: 78px;
    border-left: 1px solid #a8a9aa; }
    .infdz .infdz-tab li {
		  list-style: none;
      text-align: center;
      font-size: 11px;
      color: #fffefe;
      background: #a8a9aa;
      line-height: 38px;
      margin-bottom: 1em;
      cursor: pointer; }
      .infdz .infdz-tab li.cur {
        background: #3a50be; }
      .infdz .infdz-tab li.last {
        margin-bottom: 0; }
  .infdz .infzd-con {
    flex: 1; }
    .infdz .infzd-con ul li {
		list-style: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

.infzd-wb {
  height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  .infzd-wb .p {
    font-size: 14px;
    color: #fffefe;
    line-height: 2.5;
     }

.nymain .tit {
  margin-top: 3%;
  margin-bottom: 1%;
  font-size: 0;
  background: url("../images/tit.png") repeat-x center; }
  .nymain .tit .en {
    font-size: 30px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff; }
  .nymain .tit .ch {
    font-size: 19px;
    color: #666666;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px; }

.nybox {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-top: 3.75%; }
  .nybox ._t {
    padding-bottom: 3%;
    text-align: center;
    font-size: 24px;
    color: #333333; }

.nyform .p {
  font-size: 16px;
  text-align: center;
  color: #3e3e3e; }

.nyform-con {
  padding-top: 6.25%;
  padding-bottom: 6.6%;
  width: 98%;
  margin: 0 auto; }
  .nyform-con input, .nyform-con textarea {
    outline: 0;
    resize: none;
    border: none;
    _border: 0;
    margin: 0;
    padding: 0; }
  .nyform-con input {
    margin: 0;
    padding: 0;
    border: none; }
  .nyform-con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .nyform-con ul li {
     list-style: none;
      flex: 0 0 49.166%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 17px;
      background: #eaeaea;
      padding: 16px 23px; }
      .nyform-con ul li input {
        background: transparent;
        font-size: 14px;
        height: 24px;
        line-height: 24px; }
      .nyform-con ul li.text {
        flex: 0 0 100%;
        height: 200px;
        overflow: hidden;
        padding-right: 6px;
        position: relative; }
        .nyform-con ul li.text:after {
          content: '';
          width: 23px;
          top: 0;
          bottom: 0;
          position: absolute;
          right: 0;
          z-index: 10;
          background: #eaeaea; }
        .nyform-con ul li.text textarea {
          background: transparent;
          font-size: 14px;
          height: 100%;
          width: 100%;
          overflow-y: scroll; }
  .nyform-con .bot {
    text-align: center; }
    .nyform-con .bot .inpsub {
      cursor: pointer;
      display: inline-block;
      width: 157px;
      vertical-align: middle;
      height: 45px;
      background: #3e3e3e;
      text-align: center;
      line-height: 45px;
      color: #ffffff;
      font-size: 18px;
      margin: 0 9px; }
    .nyform-con .bot .inpreset {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      width: 115px;
      height: 45px;
      color: #ffffff;
      background: #f41409;
      font-size: 18px;
      margin: 0 9px; }

.nymain {
  padding-bottom: calc(2.5% + 40px); }

.nydz-tab {
  font-size: 100px;
  padding-top: calc((100% / 1200) * 20);
  padding-bottom: calc((100% / 1200) * 80); }
  .nydz-tab ul {
    max-width: 803px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .nydz-tab ul li {
		  list-style: none;
      flex: 1;
      max-width: 180px;
      min-width: 100px;
      font-size: .16em;
      text-align: center; }
      .nydz-tab ul li .box {
        cursor: pointer;
        border-radius: 50%;
        background: #8f9de6;
        width: 80%;
        padding-bottom: 80%;
        margin: 0 auto;
        position: relative; }
        .nydz-tab ul li .box span {
          display: block;
          width: 88%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .nydz-tab ul li.cur .box {
        background: #2541d4; }
        .nydz-tab ul li.cur .box span {
          color: #ffffff; }

.nydz-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .nydz-box .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px; }
    .nydz-box .text .p {
      font-size: 17px;
      color: #3e3e3e;
      padding: 2% 0;
      line-height: 2.5;
       }
  .nydz-box .mapbox {
    max-width: 677px;
    flex: 1; }
    .nydz-box .mapbox .map {
      width: 100%;
      position: relative; }
    .nydz-box .mapbox img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.footer {
  background: #000000;
  position: relative;
  padding-top: 5px; }
  .footer .rtop {
    background: url("../images/fretop.jpg") no-repeat center;
    width: 89px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -33px;
    cursor: pointer; }

.footer-con {
  /*padding: 1.216%;*/
  text-align: center;
  font-size: 0; }
  .footer-con span {
    margin: 0 8px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.6em;
    color: #ffffff; }

.nylogo {
  padding-bottom: 3.333%; }

.nylogo-list {
  padding-top: 1%;
  display: flex;
  flex-wrap: wrap; }
  .nylogo-list li {
	    list-style: none;
    margin: 2px;
    width: 24.5833%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 auto; }
    .nylogo-list li .img {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #e4e4e4;
      overflow: hidden; }
      .nylogo-list li .img img {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .nylogo-list li .img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .nylogo-list li img {
      width: 100%; }
    .nylogo-list li .text {
      padding-top: 4.745%;
      padding-bottom: 6.78%;
      text-align: center; }
    .nylogo-list li p {
      font-size: 16px;
      color: #000000; }

.nyindustry-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch; }
  .nyindustry-list li {
	  list-style: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    max-width: 370px;
    min-width: 310px;
    flex: 1;
    margin: 5px;
    margin-bottom: 40px; }
    .nyindustry-list li .img {
      width: 100%;
      overflow: hidden; }
      .nyindustry-list li .img img {
        width: 100%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
    .nyindustry-list li .text {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      padding: 18px; }
      .nyindustry-list li .text:before {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        content: '';
        border-bottom: 11px solid #484848;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        bottom: 100%;
        left: 18px;
        opacity: 0; }
      .nyindustry-list li .text span {
        font-size: 18px;
        color: #333333;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .nyindustry-list li .text p {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        padding-top: 24px;
        font-size: 13px;
        line-height: 2em;
        color: #333333; }
    .nyindustry-list li:hover {
      background: #484848; }
      .nyindustry-list li:hover .text:before {
        opacity: 1; }
      .nyindustry-list li:hover .text span {
        color: #ffffff; }
      .nyindustry-list li:hover .text p {
        color: #ffffff; }
      .nyindustry-list li:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }

.nyleft {
  float: left;
  width: 283px; }

.nyright {
  float: right;
  width: calc(100% - 283px - 15px); }

.menu {
  border-top: 1px solid #eaeaea; }
  .menu li {
	  list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    border-bottom: 1px solid #eaeaea; }
    .menu li a {
      display: block;
      background: #eaeaea;
      font-size: 16px;
      padding: 11px 0;
      color: #717070; }
      .menu li a span {
        display: block;
        line-height: 22px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 3px solid transparent;
        padding-left: 17px;
        padding-right: 31px; }
        .menu li a span:before {
          content: '>';
          float: right; }
      .menu li a:hover {
        color: #c30d23; }
        .menu li a:hover span {
          border-left: 3px solid #c30d23; }
    .menu li.cur a {
      color: #c30d23; }
      .menu li.cur a span {
        border-left: 3px solid #c30d23; }

.nypro-con ._t {
  text-align: center;
  font-size: 24px;
  color: #333333;
  padding-bottom: 18px; }
.nypro-con .str {
  text-align: center; }
  .nypro-con .str .bdsharebuttonbox {
    display: inline-block; }
	.nypro-con .p ul,.nypro-con .p ol{margin-left: 3%;}
.nypro-con .p {
  font-size: 15px;
  line-height: 30px;
  color: #4e4e4e; }
  .nypro-con .p a {
    color: #cc0001; }
.nypro-con .img {
  text-align: center;
  padding: 3% 0; }
  .nypro-con .img img {
    max-width: 100%; }
.nypro-con .video {
  text-align: center;
  padding: 3% 0; }
  .nypro-con .video img {
    max-width: 100%; }

.str-list {
  padding-bottom: 2.5%;
  text-align: center; }
  .str-list a {
    margin: 0 3px; }

.bodytab {
  position: fixed;
  right: 20px;
  top: 40%;
  border-radius: 50%;
  z-index: 100; }
  .bodytab ul li {
	    list-style: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    cursor: pointer;
    padding: 2px;
    border: 2px solid transparent;
    margin: 8px 0; }
    .bodytab ul li:after {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #aaaaaa; }
    .bodytab ul li:hover {
      border: 2px solid #f41409; }
      .bodytab ul li:hover:after {
        background: transparent; }
    .bodytab ul li.cur {
      border: 2px solid #f41409; }
      .bodytab ul li.cur:after {
        background: transparent; }

.nynews {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-top: 3.75%; }
  .nynews ul li {
	    list-style: none;
    display: flex;
    margin-bottom: 1.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 6px;
    align-items: center; }
    .nynews ul li .img {
      flex: 0 0 auto;
      width: 250px;
      overflow: hidden; }
      .nynews ul li .img img {
        max-width: 100%; }
      .nynews ul li .img img {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .nynews ul li .img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .nynews ul li .text {
      flex: 1;
      margin-left: 12px; }
      .nynews ul li .text ._t a {
        font-size: 22px;
        color: #333333;
        line-height: 42px;
        display: block; }
        .nynews ul li .text ._t a:hover {
          color: #cc0001; }
      .nynews ul li .text .time {
        display: block;
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 24px;
        color: #787878; }
      .nynews ul li .text p {
        font-size: 16px;
        line-height: 24px;
        color: #787777; }
        .nynews ul li .text p a {
          color: #cc0001;
          margin-left: 2em; }
  .nynews .fy {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 2%; }

.downbox ._tit {
  text-align: center;
  font-size: 24px;
  color: #3e3e3e;
  padding-top: 3.7%;
  padding-bottom: 2.7%; }

.downcon {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding-bottom: 5%;
  padding-top: 2%; }

.downwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.downul li {
	  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5% 5.4%; }
  .downul li .wb {
    flex: 1;
    max-width: calc(100% - 100px);
    padding-left: 50px;
    background: url("../images/down.png") no-repeat left center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .downul li .wb .t {
      width: 100%;
      font-size: 18px;
      color: #343434;
      line-height: 28px; }
      .downul li .wb .t a {
        display: block;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        color: #343434; }
      .downul li .wb .t:hover a {
        color: #2541d4;
        text-decoration: underline; }
    .downul li .wb .bot {
      font-size: 0; }
      .downul li .wb .bot span {
        width: 60px;
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        color: #8b8b8b; }
      .downul li .wb .bot .time {
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        color: #8b8b8b; }
  .downul li .more {
    flex: 0 0 auto;
    width: 91px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #2541d4;
    color: #2541d4;
    font-size: 16px;
    text-align: center; }

.downtext .wb {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding: 15px 0; }
  .downtext .wb .img {
    order: 2; }
  .downtext .wb ul {
    order: 1;
    flex: 0 0 auto; }
    .downtext .wb ul.ul1 {
      width: 528px; }
    .downtext .wb ul.ul2 {
      width: 328px; }
    .downtext .wb ul li {
      font-size: 16px;
      line-height: 30px;
	    list-style: none;
      margin: 15px 0; }
  .downtext .wb .p {
    width: 100%;
    font-size: 16px;
    line-height: 30px; }
	.bodytab ul li {
  position: relative; }
  .bodytab ul li span {
    font-size: 14px;
    position: absolute;
    right: 200%;
    opacity: 0;
    visibility: hidden;
    line-height: 9px;
    top: 0;
	width:75px;
    bottom: 0;
    color: #f41409;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
	  .bodytab ul li:hover span {
    opacity: 1;
    visibility: visible;
    right: 140%; }
  .bodytab ul li.cur span {
    opacity: 1;
    /*visibility: visible;*/
    right: 140%; }
	.swiper-wrapper li{list-style: none;}

/*# sourceMappingURL=style.css.map */

.tit_i{
  padding-top: 0px;
}
.tit_i .p1{
  font-size: 36px;
  color: #000000;
  text-align: center;
}
.tit_i .p2{
  font-size: 19px;
  color: #999999;
  text-align: center;
}
.div_1555{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 3%;
  max-width: 1000px;
  margin:auto;
}
.div_1555 li{
  width: 31%;
  list-style: none;
  margin-top: 30px;
  position: relative;
}
.div_1555 li img{
  max-width: 100%;
}
.div_1555 li .tit_02{
  text-align: center;
  display: none;
}
.div_1555 li .tit_02 a{
  font-size: 18px;
  line-height: 250%;
  color: #565656;
}
.div_1555 li .wb {
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
    height: 100%;
    background: rgb(21 165 254 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    padding: 4.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.div_1555 li:hover .wb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.div_1555 li .kuang {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
}
.div_1555 li .kuang .con {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.div_1555 li .kuang span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    padding-bottom: 10%;
}
.div_1555 li .kuang .more {
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #fff;
    display: block;
    line-height: 200%;
    width: 100px;
    text-align: center;
    margin: 0 auto;
}
.news_i{
  background: #f6f6f6;
  padding-top: 3%;
  padding-bottom: 3%;
}
.news_i .news_21{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2%;
}
.news_i .news_21 .news_l{
  width: 40%;
}
.news_i .news_21 .news_l .wtime_24{
  color: #999999;
  font-size: 20px;
  margin-top: 15px;
  line-height: 200%;
}
.news_i .news_21 .news_l .tit_24{
  color: #333333;
  font-size: 22px;
  line-height: 200%;
}
.news_i .news_21 .news_l .tit_24 a{
  color: #333333;
}
.news_i .news_21 .news_r{
  width: 58%;
}
.news_i .news_21 .news_r .item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.news_l .img_24 img{
  max-height: 320px;
}
.news_i .news_21 .news_r .item:hover{
  background-color: #184ee7;
}
.news_i .news_21 .news_r .item:hover a{
  color:#fff;
}
.news_i .news_21 .news_r .item:hover p{
  color:#fff;
}
.news_r .item .tit_24{
  width: 68%;
  padding-left: 2%;
}
.news_r .item .tit_24 p{
  margin-top: 0%;
  font-size: 16px;
  color: #999999;
  font-weight: bold;
}
.news_r .item .tit_24 a{
  display: block;
  margin-top: 2%;
  font-size: 18px;
  line-height: 150%;
  color: #464646;
}
.news_r .item .tit_24 a.more{
  display: block;
  margin-top: 2%;
  font-size: 24px;
  color: #464646;
}
.news_r .item .img_24{
  width: 28%;
}
.news_i .more_1{
  font-size: 16px;
  color: #999;
  line-height: 55px;
  display: block;
  text-align: center;
  height: 55px;
  width: 196px;
  border:1px solid #e0e0e0;
  border-radius: 28px;
  margin:2% auto;
  background: #fff;
}
.about_i{
  padding-top: 3%;
  padding-bottom: 3%;
}
.about_i .div_02{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1%;
}
.about_i .div_02 .ab_l{
  width: 50%;
}
.about_i .div_02 .ab_r{
  width: 48%;
  position: relative;
}
.ab_r .tit_1100{
  font-size: 18px;
  color: #184ee7;
  font-weight: bold;
}
.ab_r .c{
  background: #cc0001;
  width: 40px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ab_r .f_1100{
  font-size: 18px;
  color: #7c7c7c;
  line-height: 150%;
}
.ab_r .more_1100{
  margin-top: 12px;
}
.ab_r .more_1100 a{
  font-size: 14px;
  color: #7c7c7c;
}
.ab_r .nav_1100{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*position: absolute;*/
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.ab_r .nav_1100 li{
  width: 33.3%;
  list-style: none;
  height: 76px;
  line-height: 76px;
  text-align: center;
}
.ab_r .nav_1100 li:nth-child(1){
  background: #d6e3fd;
}
.ab_r .nav_1100 li:nth-child(2){
  background: #cddcfc;
}
.ab_r .nav_1100 li:nth-child(3){
  background: #bed1f9;
}
.ab_r .nav_1100 li a{
  margin-left: 6px;
  color: #184ee7;
  font-size: 18px;
}
.youshi_i{
  background: #f6f6f6;
}
.youshi_i .wrap{
  position: relative;
  padding-top: 3%;
  padding-bottom: 3%;
}
.youshi_i .wrap .yx{
  width: 80%;
  margin:auto;
}
.ys_57{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
}
.ys_57 li{
  width: 50%;
  text-align: center;
  list-style: none;
  line-height: 80px;
}
.ys_57 li a{
  display: block;
  height: 100%;
  width: 100%;
}
.youshi_i .wrap .img{
  top:0px;
  right: 0px;
}
.youshi_i .wrap .img .img_2{
  display: none;
}
.partner_i{
  padding-top: 3%;
  padding-bottom: 3%;
}
.partner_i .partner_21{
  margin-top: 1%;
}
.partner_i .partner_21 li{
  list-style: none;
  margin-bottom: 2%;
  border:1px solid #e5e5e5;
  position: relative;
  margin:6px;
}
.partner_i li .wb {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(58, 84, 216, 0.9);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.partner_i li:hover .wb {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.partner_i li .wb span {
    font-size: 20px;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.f_nav {
  padding-top: 2%;
  padding-bottom: 2%;
}
.f_nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_nav ul>li{
  list-style: none;
  width: 14.2%;
  text-align: left;
}
.f_nav ul>li>a{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.f_nav ul li .ej{
  margin-top: 12px;
}
.f_nav ul li .ej li{
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  width: 100%;
  text-align: left;
}
.f_nav ul li .ej li a{
  color: #999999;
  font-size: 12px;
  line-height: 250%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  display: block;
  width: 100%;
}
.f_936{
  width: 56px;
  position: fixed;
  left: 2%;
  bottom: 2%;
  background: #999;
  border:1px solid #e5e5e5;
  z-index: 9999;
}
.f_936 li{
  width: 100%;
  height: 66px;
  text-align: center;
  padding-top: 8px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.f_936 li a{
  font-size: 16px;
  color: #999999;
}
.f_936 li a div{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 8px;
}
.rtop{
  display: none;
}
.f_tel .t{
  width: 200px;
  height: 76px;
  position: absolute;
  top: 0px;
  left: 76px;
  background: #f7f7f7;
  color: #000;
  line-height: 76px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  zoom: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.f_tel:hover .t{
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.f_code .c{
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0px;
  left: 76px;
  border-bottom: 1px solid #e5e5e5;
  display: none;
  transition: 0.5s;
}
.f_code:hover .c{
  display: block;
}
.lang{
  position: relative;
}
.lang .t_tel{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: #cc0001;
  width: 250px;
  line-height: 31px;
  font-weight: bold;
}
.lang .t_tel span{
  float: right;
}
.lang .t_tel img{
  float: left;
}

.swiper-button-next, .swiper-button-prev{
  width: 110px;
  height: 180px;
  background-size: 42px 96px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image:url('../images/prve_1.png');
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: .35;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image:url('../images/next_1.png');
}
/*@media (max-width: 1250px) {
  .f_936{
    display: none;
  }
}*/

.fOuter {
    background-color: #353535;
    color: #fff;
}
.fOuter .div_1739{
    width: 1250px;
    margin:auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;    
}
.fInner {
    width: 800px;
    min-height: 324px;
    margin: 0 auto;
}
.fInner dl {
    float: left;
    width: 203px;
    min-height: 223px;
    margin-bottom: 20px;
    padding: 0 22px;
    text-align: center;
}
.fInner dl:nth-child(1) {
    border-right: 1px dashed #7f7f7f;
}
.fInner dl:nth-child(2) {
    width: 146px;
    padding: 0 60px;
    border-right: 1px dashed #7f7f7f;
}
.fInner dt {
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 15px;
}
.fInner dd a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: inherit;
}
.fInner ul {
    float: right;
    width: 800px;
    padding-top: 20px;
    border-top: 1px dashed #7f7f7f;
}
.fInner ul li {
    float: left;
    list-style: none;
    font-style: normal;
}
.fInner ul li:nth-child(1) {
    position: relative;
    width: 233px;
    font-size: 14px;
    padding-left: 33px;
    text-align: left;
}
.fInner ul li:nth-child(2) {
    width: 268px;
    text-align: center;
    font-size: 28px;
}
.fInner ul li:nth-child(3) {
    width: 266px;
    text-align: right;
    font-size: 28px;
}
.fInner ul li:before {
    margin-left: 0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-location-2:before {
    content: ' ';
    width: 24px;
    height: 30px;
    background: url("../images/fbg_03.png");
    background-repeat: no-repeat;
}
.icon-phone:before {
    content: ' ';
    width: 24px;
    height: 30px;
    background: url("../images/fbg_08.png");
    background-repeat: no-repeat;
}
.icon-mobile:before {
    content: ' ';
    width: 24px;
    height: 30px;
    background: url("../images/fbg_05.png");
    background-repeat: no-repeat;
}
.fInner ul li:nth-child(1):before {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 28px;
}
.copy {
    line-height: 50px;
    background-color: #353535;
    text-align: center;
    color: #868686;
    padding-top: 12px;
}
.copy a {
    color: #868686;
}

@media (max-width: 800px) {
  .fOuter .div_1739{
    width: 100%;
  }
  .fInner{
    width: 100%;
    min-height: inherit;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; 
  }
  .fInner dl{
    width: 100%;
    display: none;
  }
  .fInner dl:nth-child(1){
    border-right: 0px;
  }
  .fInner dl:nth-child(2){
    width: 100%;
    padding: 0 60px;
    border-right: 0px dashed #7f7f7f;
  }
  .fInner dt{
    padding-top: 0px;
  }
  .fInner ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;     
  }
  .fInner ul li{
    margin-top: 12px;
  }
  .fInner ul li:nth-child(2),.fInner ul li:nth-child(3){
    text-align: left;
  }
}
.f_936_m{
    position: fixed;
    padding: 8px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border: 0px;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    background: #999;
}

.f_936_m{
  display: none;
}
@media (max-width: 800px) {
    .f_936_m{
      display: flex;
    }
    .swiper-button-next,.swiper-button-prev{
      width: 40px;
      height: 40px;
      background-size: 27px 60px;
    }
    .partner_i .swiper-button-next {
        right: -10px !important;
        top: 75% !important;
        outline: none;
    }
    .partner_i .swiper-button-prev {
        left: -10px !important;
        top: 75% !important;
        outline: none;
    }
}