﻿@font-face {
  font-family: "NHK";
  src: url("../fonts/neuehanskendrick-regular.woff2") format("woff2"), url("../fonts/neuehanskendrick-regular.woff") format("woff"), url("../fonts/neuehanskendrick-regular.ttf") format("truetype"), url("../fonts/neuehanskendrick-regular.eot") format("embedded-opentype"), url("../fonts/neuehanskendrick-regular.svg") format("svg"), url("../fonts/neuehanskendrick-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
.NHK {
  font-family: 'NHK'; }

.left {
  float: left; }

.right {
  float: right; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto; 
  background:url(../images/nebg1.jpg) no-repeat center top;
  }
  

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.w1520 {
  width: 92%;
  max-width: 1520px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1400 {
  width: 92%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1200 {
  width: 92%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1380 {
  width: 92%;
  max-width: 1380px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1280 {
  width: 92%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1440 {
  width: 92%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.bea{color:#fff;}
.bea:hover{text-decoration:underline;}

.headerBox {
  width: 100%;
  height: auto;
  position: absolute;
  top:98px;
  left: 0;
  z-index: 100; }
 
 .lal{    padding: 10px 0; overflow:hidden;}
  
.lal .logo{
	float:left;
    display: block;
}
  @media (max-width: 1024px) { .lal{ display:none;}}
.lx{ float:right; color:#3a3633; padding-top:1px; }
.lx b{ color:#c9232e; font-weight:normal; font-size:30px;vertical-align:middle;}
  
  .headerBox .header {
    height: 50px;
	 background:url(../images/nav_bg.png) repeat;}
    .headerBox .header .w1400 {
      position: auto; }
    .headerBox .header .logo {
      width: 175px;
      height: auto;
      padding-top: 20px;
      margin-left: -12px;
      display: block;
      float: left; display:none; }
    .headerBox .header .search {
      width: 23px;
      height: 25px;
      float: right;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/search.png");
      margin-top: 33px; }
    .headerBox .header .lanBox {
      width: 50px;
      height: auto;
      float: right;
      margin-top: 30px;
      margin-right: 30px; }
      .headerBox .header .lanBox .tits {
        width: 88px;
        height: 28px;
        border: 1px solid #ccc;
        display: block;
        text-align: center;
        border-radius: 14px; }
        .headerBox .header .lanBox .tits span {
          padding-left: 32px;
          display: inline-block;
          font-size: 16px;
          line-height: 28px;
          color: #333;
          font-family: Arial;
          text-transform: uppercase;
          background-repeat: no-repeat;
          background-position: left center;
          background-image: url("../images/lan.png"); }
    .headerBox .header .nav {
      float: right;
      margin-right: 30px; }
      .headerBox .header .nav ul li {
        float: left;
        padding: 0 22px;
        position: relative; }
        .headerBox .header .nav ul li .tits {
          font-size: 16px;
          line-height: 50px;
          color: #fff;
          display: block;
          position: relative; width:70px; text-align:center; }
          .headerBox .header .nav ul li .tits:after {
            width: 0;
            height: 2px;
            bottom: 0;
            left: 50%;
            background-color: #a1000b;
            content: '';
            transition: width .5s,left .5s;
            position: absolute; }
        .headerBox .header .nav ul li .mnav {
          width: 120px;
          left: 50%;
          top: 50px;
          padding-top: 10px;
          margin-left: -60px;
          position: absolute;
          overflow: hidden;
          display: none; }
          .headerBox .header .nav ul li .mnav .icon {
            width: 100%;
            height: 10px;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            background-image: url("../images/my_ico21.png");
            background-position: center;
            background-repeat: no-repeat; }
          .headerBox .header .nav ul li .mnav dl {
            width: 100%;
            height: auto;
            background-color: rgba(0, 0, 0, 0.6);
            padding: 10px 0;
            border-radius: 10px; }
            .headerBox .header .nav ul li .mnav dl dd {
              text-align: center;
              font-size: 14px;
              line-height: 32px;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center; }
              .headerBox .header .nav ul li .mnav dl dd a {
                width: 100%;
                height: auto;
                display: block;
                color: #fff; }
              @media (min-width: 1024px) {
                .headerBox .header .nav ul li .mnav dl dd:hover a {
                  text-decoration: underline; } }
        @media (min-width: 1024px) {
          .headerBox .header .nav ul li:hover .tits {
            color: #fff; }
            .headerBox .header .nav ul li:hover .tits:after {
              width: 100%;
              left: 0; } }
			  .headerBox .header .nav ul li.on,.headerBox .header .nav ul li:hover{background:url(../images/bg1.png) no-repeat center; background-size:100px; background:#A1000B; }
        .headerBox .header .nav ul li.on .tits {
          color: #fff; }
          .headerBox .header .nav ul li.on .tits:after {
            width: 100%;
            left: 0; }
    .headerBox .header .nav-m {
      width: 100%;
      height: calc(100vh - 50px);
      background-color: #fff;
      position: fixed;
      top: 50px;
      left: 0;
      border-top: 1px solid #999;
      display: none; }
      .headerBox .header .nav-m ul {
        padding-top: 40px; }
        .headerBox .header .nav-m ul li {
          margin-bottom: 20px;
          text-align: center; }
          .headerBox .header .nav-m ul li .tits {
            text-align: center;
            color: #6e6e6e;
            font-size: 18px;
            display: block; }
          .headerBox .header .nav-m ul li dl {
            width: 100%;
            height: auto;
            display: none;
            margin-top: 10px; }
            .headerBox .header .nav-m ul li dl dd a {
              width: 100%;
              font-size: 14px;
              line-height: 32px;
              color: #a6a6a6;
              display: block; }
    .headerBox .header .searchBox {
      position: absolute;
      top: 90px;
      right: 0;
      background-color: #fff;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      padding: 10px 15px;
      display: none; }
      .headerBox .header .searchBox .text {
        width: 140px;
        height: 30px;
        border: none;
        border-bottom: 1px solid #999;
        background: none;
        font-size: 14px;
        line-height: 30px;
        color: #666;
        float: left; }
      .headerBox .header .searchBox .submit {
        width: 30px;
        height: 30px;
        float: left;
        background: none;
        border: none;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../images/search.png"); }
    .headerBox .header .navLine {
      width: 22px;
      height: 20px;
      margin-left: 5px;
      margin-top: 18px;
      float: right;
      display: none;
      margin-left: 15px;
      position: relative; }
      .headerBox .header .navLine span {
        display: block;
        width: 100%;
        height: 2px;
        background: #333;
        position: relative;
        background-repeat: no-repeat;
        transition: .3s;
        -webkit-transition: .3s; }
        .headerBox .header .navLine span:nth-child(1), .headerBox .header .navLine span:nth-child(2) {
          margin-bottom: 5px; }
      .headerBox .header .navLine.on span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 7px; }
      .headerBox .header .navLine.on span:nth-child(2) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 0; }
      .headerBox .header .navLine.on span:nth-child(3) {
        display: none; }
  @media (max-width: 1530px) {
    .headerBox .header .nav ul li {
      padding: 0 18px; }
    .headerBox .header .nav {
      margin-right: 10px; }
    .headerBox .header .lanBox {
      margin-right: 15px; } }
  @media (max-width: 1350px) {
    .headerBox .header .nav ul li {
      padding: 0 10px; }
    .headerBox .header .lanBox {
      width: 70px; }
      .headerBox .header .lanBox .tits {
        width: 68px; }
        .headerBox .header .lanBox .tits span {
          background-size: 16px;
          padding-left: 20px; } }
  @media (max-width: 1240px) {
    .headerBox .header .logo {
      width: 125px;
      padding-top: 27px; }
    .headerBox .header .search {
      margin-right: -23px; } }
  @media (max-width: 1150px) {
    .headerBox .header .nav ul li {
      margin: 0 8px; }
    .headerBox .header .lanBox {
      margin-right: 5px; }
    .headerBox .header .nav ul li .tits {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px;
      position: relative; top:0;}
      .headerBox .header {
		  background:#fff;
        width: 100%;
        max-width: 100%;
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        border-radius: 0; }
        .headerBox .header .logo {
          width: 105px;
          padding-top: 10px;
          margin-left: 0; display:block; }
        .headerBox .header .nav {
          display: none; }
        .headerBox .header .search {
          display: none; }
        .headerBox .header .lanBox {
          display: none; }
        .headerBox .header .navLine {
          display: block; } }

.index-banner {
  width: 100%;
  height: 66vh;
  position: relative; }
  .index-banner ul {
    width: 100%;
    height: 100%; }
    .index-banner ul li {
      width: 100%;
      height: 100%;
      position: relative; }
      .index-banner ul li .con {
        width: 100%;
        height: auto;
        position: absolute;
        top: 36%;
        left: 0;
        text-align: center;
        color: #fff; text-shadow:1px 1px 3px #333; }
        .index-banner ul li .con .en {
          text-transform: uppercase;
          font-size: 16px;
          line-height: 16px;
          font-family: Arial;
          letter-spacing: 3px;
          opacity: 0;
          transform: translateY(30px);
          transition: all .5s; }
        .index-banner ul li .con .cn {
          font-size: 48px;
          line-height: 48px;
          font-weight: bold;
          margin-top: 18px;
          opacity: 0;
          transform: translateY(30px);
          transition: all .5s .2s; }
        .index-banner ul li .con .line {
          width: 40px;
          height: 2px;
          background-color: #fff;
          margin: 28px auto 0;
          opacity: 0;
          transform: translateY(30px);
          transition: all .5s .4s; }
        .index-banner ul li .con .txt {
          font-size: 18px;
          line-height: 28px;
          margin-top: 45px;
          opacity: 0;
          transform: translateY(30px);
          transition: all .5s .6s; }
      .index-banner ul li.swiper-slide-active .con .en {
        opacity: 1;
        transform: translateY(0); }
      .index-banner ul li.swiper-slide-active .con .cn {
        opacity: 1;
        transform: translateY(0); }
      .index-banner ul li.swiper-slide-active .con .line {
        opacity: 1;
        transform: translateY(0); }
      .index-banner ul li.swiper-slide-active .con .txt {
        opacity: 1;
        transform: translateY(0); }
  .index-banner .btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.2%;
    z-index: 10; }
    .index-banner .btns .t {
      padding-right: 60px;
      font-size: 16px;
      line-height: 32px;
      color: #fff;
      position: relative;
      cursor: pointer; }
      .index-banner .btns .t span {
        opacity: 0; }
      .index-banner .btns .t:after {
        width: 20px;
        height: 2px;
        opacity: 0.5;
        background-color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 0;
        content: '';
        transition: .5s; }
      .index-banner .btns .t.on span {
        opacity: 1; }
      .index-banner .btns .t.on:after {
        width: 40px;
        opacity: 1; }
  .index-banner .btns1 {
    position: absolute;
    z-index: 10;
    bottom: 4%;
    text-align: center;
    font-size: 0;
    display: none; }
    .index-banner .btns1 span {
      width: 10px;
      height: 10px;
      opacity: 1;
      background: none;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer;
      display: inline-block;
      margin: 0 5px;
      border: 1px solid #fff;
      border-radius: 100%; }
      .index-banner .btns1 span.swiper-pagination-bullet-active {
        background-color: #fff; }
  @media (max-width: 1366px) {
    .index-banner ul li .con .cn {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .index-banner ul li .con .cn {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .index-banner {
      height: calc(100vh - 400px); }
      .index-banner ul li .con .cn {
        font-size: 22px;
        line-height: 22px; } }
  @media (max-width: 768px) {
	  .index-banner ul li{ background-size:100% 100%;}
    .index-banner ul li .con .en {
      letter-spacing: 0;
      font-size: 14px;
      line-height: 14px; }
    .index-banner ul li .con .cn {
      margin-top: 10px; }
    .index-banner ul li .con .line {
      height: 2px;
      margin: 20px auto 0; }
    .index-banner ul li .con .txt {
      font-size: 14px;
      line-height: 24px;
      max-width: 90%;
      margin: 20px auto 0; }
    .index-banner .btns {
      display: none; }
    .index-banner .btns1 {
      display: block; } }

.indexTitle {
  width: 100%;
  text-align: center; }
  .indexTitle .en {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #c0c2cc;
    letter-spacing: 4px;
    font-family: Arial; }
  .indexTitle .cn {
    font-size: 36px;
    line-height: 36px;
    color: #707070;
    margin-top: 27px; }
  .indexTitle .line {
    width: 42px;
    height: 3px;
    margin: 29px auto 0;
    background-color: #888; }
  @media (max-width: 1366px) {
    .indexTitle .cn {
      font-size: 30px;
      line-height: 30px;
      margin-top: 13px; }
    .indexTitle .en {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 2px; }
    .indexTitle .line {
      margin: 20px auto 0; } }
  @media (max-width: 1024px) {
    .indexTitle .cn {
      font-size: 22px;
      line-height: 22px;
      margin-top: 10px; }
    .indexTitle .en {
      font-size: 14px;
      line-height: 14px; }
    .indexTitle .line {
      height: 2px;
      margin: 10px auto 0; } }
	  
	  .in-news {background:#f4f4f4 url(../images/index_cnt5con.jpg) no-repeat center top;}
	  .in-news .nw-lt {
	width: 60%;
	float: left;
	padding-top: 30px;
	padding-bottom: 45px;
}


.in-menu {
	overflow: hidden;
	margin-bottom: 25px;
}
.in-menu li {
	font-size: 22px;
	line-height: 24px;
	color: #333;
	float: left;
	padding: 5px 10px 15px;
	margin-right: 50px;
	height: 50px;
	cursor: pointer;
	position: relative;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}

 
.in-menu li:after {
	content: '';
	width: 0%;
	height: 2px;
	background: #A4000B;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}
.in-menu .on {
	color: #A4000B;
}
.in-menu .on:after {
	width: 100%;
}
.in-menu .dj {
	position: relative;
}
.in-menu .dj:before {
	/*content: '';
	height: 30px;
	width: 34px;
	margin-right: 15px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-dj.png) no-repeat center;*/
}
.nw-it4 {
	display: block;
	width: 100%;
}
.nw-it4 .pic {
	width: 280px;
	height: 180px;
	float: left;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}



.nw-it4 .pic img{max-width:100%;}
.nw-it4 .tex {
	margin-left: 305px;
	text-align: left;
}
.nw-it4 .date {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 6px;
	color: #e1e1e1;
}
.nw-it4 .tt {
	line-height: 30px;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}
.nw-it4 .dd {
	line-height: 24px;
	font-size: 14px;
	color: #999;
}
.nw-it4:hover .tt {
	color: #A4000B;
}
.nw-it4:hover .pic {
	transform: translate(5px, 0px);
}
.in-news .news-content {
	height: 210px;
	width: 100%;
}
.in-news .swiper-pagination-bullet {
	opacity: 1;
	background: #e1e1e1;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.in-news .swiper-pagination-bullet-active {
	background: #fff;
	width: 14px;
	height: 14px;
	border: 2px solid #A4000B;
	opacity: 1;
}
.in-news .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 15px auto;
}
.nw-rg {
	position: relative;
	z-index: 3;
	margin-top: -85px;
	width: 34%;
	/*height: 415px;*/
	background: #f8f8f8;
	float: right;
	padding: 30px 20px;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
	 box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.nw-rg video{width:100%;}

.nw-rg .pic {
	display: block;
	width: 100%;
	height: 235px;
	margin-bottom: 25px;
}
.nw-rg .tt {
	font-size: 24px;
	line-height: 26px;
	color: #333;
	font-weight: 600;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}
.nw-rg .dd {
	line-height: 26px;
	font-size: 16px;
	color: #999;
	margin-bottom: 20px;
	margin-top: 20px;
}
.nw-rg .more {
	font-size: 16px;
	color: #e62129;
}
.nw-rg .more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 8px;
	margin-left: 20px;
	background: url(../images/icon-arr7.png) no-repeat center right;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}
.nw-rg:hover {
	transform: translate(0, -10px);
}
.nw-rg:hover .tt {
	color: #A4000B;
}
.nw-rg:hover .more:after {
	width: 40px;
}
.in-serv {
	padding-top: 60px;
	background:#F8F8F8;
	background: url(../images/in-serv.jpg) no-repeat center top;
}
.in-serv .hd {
	overflow: hidden;
}
.in-serv .lt {
	float: left;
	color: #fff;
	/*opacity: 0.3;*/
	padding-bottom: 48px;
}
.in-serv .hd .en {
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.in-serv .hd .cn {
	font-size: 16px;
	width:480px;
	line-height: 26px;
}
.in-serv .hd .rg {
	float: right;
}
.in-serv .hd .rg li {
	width: 170px;
	text-align: center;
	float: left;
	cursor: pointer;
	opacity: 0.5;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}
.in-serv .hd .rg .on {
	opacity: 1;
}
.in-serv .hd .rg .icon {
	height: 50px;
	line-height: 50px;
	margin-bottom: 25px;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}
.in-serv .rg .tex {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}
.in-serv .content {
	position: relative;
	height: 450px;
	overflow: hidden;
}
.in-serv .pic-container {
	position: absolute;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
	width: 850px;
	height: 450px;
}

.in-serv .tex-container {
	width: 690px;
	height: 450px;
	background: #fff;
	float: right;
	padding: 120px 60px 0 60px;
	position: relative;
  background:#f4f4f4 url(../images/nebg.jpg) repeat center top;
}

.in-serv .tex-container .it {
	text-align: left;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing:border-box;
}

.in-serv .tex-container .swiper-slide {
}
.in-serv .tex-container .tex-hd {
	margin-bottom: 35px;
	overflow: hidden;
}
.in-serv .tex-container .icon {
	float: left;
	height: 78px;
	line-height: 78px;
	width: 80px;
}
.in-serv .tex-container .rg {
	margin-left: 80px;
}
.in-serv .tex-container .cn {
	font-size: 40px;
	line-height: 44px;
	color: #A4000B;
	margin-bottom: 20px;
}
.in-serv .tex-container .en {
	font-size: 22px;
	line-height: 36px;
	color: #afafaf;
}
.in-serv .tex-container .tex {
	line-height: 30px;
	font-size: 16px;
	color: #999;
	margin-bottom: 50px;
	-webkit-line-clamp: 5;
}
.in-serv .more {
	font-size: 16px;
	color: #e62129;
}
.in-serv .more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 8px;
	margin-left: 20px;
	background: url(../images/icon-arr7.png) no-repeat center right;
	transition: all .5s 0s;
	-moz-transition: all .5s 0s;
	-webkit-transition: all .5s 0s;
}
.in-serv .tex-container .it:hover .more:after {
	width: 40px;
}
.in-serv .button {
	width: 70px;
	height: 70px;
	cursor: pointer;
	background: #444;
	position: absolute;
	top: 200px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}
.in-serv .button:hover {
	background-color: #333;
}
.in-serv .prev {
	right: 70px;
	background-image: url(../images/icon-prev1-w.png);
}
.in-serv .next {
	right: 0px;
	background-image: url(../images/icon-next1-w.png);
}
.in-about {
	padding: 55px 0 0;
	
  background:url(../images/32.jpg) repeat-y center top;
}
.in-about .title1 {
	font-size: 36px;
	line-height: 38px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}
.in-about .title1 em {
	color: #e62129;
	font-family: '宋体';
}
.in-about .it {
	display: block;
	height: 350px;
	overflow: hidden;
}
.in-about .it .tex {
	width: 42%;
	height: 100%;
	float: left;
	color: #fff;
	padding: 55px 60px 0 40px;
	box-sizing:border-box;
}

.in-about .it .tex:hover .more:after {
	width: 40px;
}
.in-about .it .hd {
	overflow: hidden;
	margin-bottom: 30px;
}
.in-about .it .lt {
	float: left;
}
.in-about .it .cn {
	font-size: 22px;
	line-height: 30px;
}
.in-about .it .en {
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
}
.in-about .year {
	font-size: 40px;
	font-weight: 600;
	line-height: 58px;
	margin-left: 15px;
	float: left;
}
.in-about .dd {
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 25px;
}
.in-about .more {
	font-size: 16px;
}
.in-about .more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 8px;
	margin-left: 15px;
	background: url(../images/icon-arr3.png) no-repeat center right;
	transition: all .5s 0s;
	-moz-transition: all .5s 0s;
	-webkit-transition: all .5s 0s;
}
.in-about .it .pic {
	width:58%;
	height: 100%;
	float: left;
}
.in-about .it .pic img{width:100%; height:100%;
	transition: all ease .5s 0s;
	-moz-transition: all ease .5s 0s;
	-webkit-transition: all ease .5s 0s;}
.in-about .it .pic:hover img {
	transform: translate(-10px, 0);
}
.in-about .col2 {
/*	background: #f4f4f4;*/
	overflow: hidden;
	/*padding-bottom:50px;*/
}
.in-about .col2 .layout {
	height: 300px;
	line-height: 300px;
	margin-bottom: 50px;
	overflow: hidden;
}
.in-about .lt-col {
	height: 300px;
	width:42%;
	background: #85a849;
	float: left;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}

.in-about .col2 .tex {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	color: #fff;
	padding-top:30px;
}
.in-about .col2 .tt {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 16px;
}
.in-about .col2 .dd {
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 25px;
}
.in-about .col2 .more1 {
	font-size: 14px;
	line-height: 16px;
}
.in-about .col2 .more1:after {
	content: '';
	height: 12px;
	width: 6px;
	margin-left: 10px;
	margin-top: -2px;
	background: url(../images/icon-arr8.png) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}
.in-about .lt-col:hover .more1:after, .in-about .rg-col .tex:hover .more1:after {
	transform: translate(10px, 0);
}
.in-about .pic:hover img {
	transform: translate(-10px, 0);
}
.in-about .lt-col:hover {
	transform: translate(10px, 0);
}
.in-about .rg-col {
	width:58%;
	height: 300px;
	line-height: 300px;
	float: right;
	position: relative;
	z-index: 3;
}
.in-about .rg-col .tex {
	float: left;
	width: 50%;
	height: 100%;
	box-sizing:border-box;
}
.in-about .rg-col .tex-in {
	display: inline-block;
	vertical-align: middle;
}
.in-about .rg-col .pic {
	width: 50%;
	height: 100%;
	float: right;
}
.in-about .rg-col .pic img{width:100%; height:100%;
	transition: all ease .5s 0s;
	-moz-transition: all ease .5s 0s;
	-webkit-transition: all ease .5s 0s;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}
.clearfix {
 *zoom: 1;
}
.pic{overflow:hidden;}	  

.ft-link {
	width: 60%;
	border-bottom: 2px solid #555;
	position: relative;
	margin:0 auto;
	text-align:left;
}
.ft-link span {
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 0 5px;
	position: relative;
	cursor: pointer;
	box-sizing:border-box;
}
.ft-link span:after {
	content: '';
	width: 18px;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
	background: url(../images/icon-arr.png) no-repeat center;
}
.ft-link ul {
	width: 100%;
	position: absolute;
	bottom: 46px;
	left: 0;
	background: #333;
	border: 1px solid #555;
	display: none;
	z-index: 3;
}
.ft-link a {
	display: inline-block;
	width: 100%;
	line-height: 36px;
	padding: 0 5px;
	color:#777;
}
.ft-link li:hover {
	background: #A4000B;
}
.ft-link li:hover a {
	color: #fff;
}


 @media (max-width: 1024px) {
	  .in-news .nw-lt{float:none; width:100%; padding:6% 0;}
	  .in-menu li{height:24px; padding:3%; margin-right:5%; font-size:18px;}
	  .in-menu{margin-bottom:5%;}
	  .in-news .news-content{ height:auto;}
	  .nw-it4 .pic{ width:40%; height:auto;}
	  .nw-it4 .tex{margin-left:45%;}
	  .nw-it4 .date{display:none}
	  .nw-it4 .tt{font-size:14px; line-height:20px; margin-bottom:0;}
	  .nw-it4 .dd{display:none;}
	  .nw-rg{float:none; margin-top:0; width:100%; box-sizing:border-box;}
	  .in-serv{display:none;}
	  .in-about{display:none;}
 }


 @media (max-width: 1530px) {
	 .in-serv .pic-container{ margin-left: -850px;}
		 .in-serv .tex-container{width:540px;}
		 
	 }
	 
	  @media (max-width: 1300px) {
		  .nw-it4 .dd{display:none;}
	 .in-serv .pic-container{ margin-left: -850px;}
		 .in-serv .tex-container{width:450px; padding:120px 80px 0}
		 .in-serv .hd .rg li{width:150px;}
		 
		 
	 }
 
	  @media (max-width: 1200px) {
		  .in-serv .hd .rg li{width:120px;}
		 .in-serv .tex-container{width:370px; padding:100px 90px 0}
		  }
		   @media (max-width: 1055px) {
		  .in-serv .hd .rg li{width:100px;}
		  }
	  
.index{ display:none;}
 @media (max-width: 1024px) { .index{display:block;}}
.index .index-about {
  width: 100%;
  height: auto;
  position: relative; }
  .index .index-about .box {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 6.3%;
    padding-bottom: 5.2%; }
    .index .index-about .box .bg {
      width: 32.5%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      background-color: #f8f8f8;
      display: none; }
    .index .index-about .box .w1400 .img {
      width: 4.7%;
      top: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
    .index .index-about .box .w1400 .pic {
      width: 57.6%;
      float: left;
      height: auto; }
    .index .index-about .box .w1400 .con {
      width: 35.4%;
      height: auto;
      float: right;
      padding-top: 20px; }
      .index .index-about .box .w1400 .con .en {
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        color: #808080;
        font-family: Arial;
        letter-spacing: 4px; }
      .index .index-about .box .w1400 .con .cn {
        font-size: 42px;
        line-height: 42px;
        color: #707070;
        margin-top: 28px; }
      .index .index-about .box .w1400 .con .line {
        width: 42px;
        height: 3px;
        background-color: #888;
        margin-top: 30px; }
      .index .index-about .box .w1400 .con .txt {
        font-size: 14px;
        line-height: 20px;
        color: #808080;
        margin-top: 30px; }
      .index .index-about .box .w1400 .con .more {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        background-image: url("../images/bg1.png");
        text-align: center;
        display: block;
        margin-top: 66px; }
        .index .index-about .box .w1400 .con .more span {
          display: inline-block;
          font-size: 16px;
          line-height: 50px;
          padding-right: 54px;
          background-image: url("../images/icon1.png");
          background-repeat: no-repeat;
          background-position: right center;
          color: #fff;
          letter-spacing: 3px; }
  .index .index-about .box1 {
    padding-bottom: 6.5%; }
    .index .index-about .box1 .item {
      width: 17.1%;
      height: auto;
      float: left;
      margin-right: 3.625%; }
      .index .index-about .box1 .item:last-child {
        margin-right: 0; }
      .index .index-about .box1 .item .t {
        font-size: 14px;
        line-height: 47px;
        color: #808080; }
        .index .index-about .box1 .item .t span {
          font-size: 60px;
          line-height: 47px;
          font-family: Arial;
          color: #a1000b;
          margin-right: 20px; }
      .index .index-about .box1 .item .t1 {
        font-size: 18px;
        line-height: 18px;
        color: #333;
        margin-top: 10px; }
.index .index-product {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 5.2% 0; }
  .index .index-product .itemBox {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 4%; }
    .index .index-product .itemBox .item {
      width: 12.1%;
      height: auto;
      margin: 0 2.1%;
      display: inline-block; }
      .index .index-product .itemBox .item a {
        width: 100%;
        height: auto;
        display: block; }
        .index .index-product .itemBox .item a .icon {
          width: 100%;
          height: auto;
          box-sizing: border-box;
          border: 4px solid #ebebeb;
          border-radius: 100%;
          overflow: hidden;
          position: relative;
          background-color: #fff;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          .index .index-product .itemBox .item a .icon img {
            position: relative;
            z-index: 4; }
            .index .index-product .itemBox .item a .icon img.img1 {
              display: block; }
            .index .index-product .itemBox .item a .icon img.img2 {
              display: none; }
          .index .index-product .itemBox .item a .icon .bg {
            background-image: url("../images/bg3.png");
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            border-radius: 100%;
            overflow: hidden;
            transform: scale(0);
            transition: transform 0.7s ease-out; }
        .index .index-product .itemBox .item a p {
          text-align: center;
          font-size: 16px;
          line-height: 16px;
          color: #333;
          margin-top: 20px; }
      @media (min-width: 1024px) {
        .index .index-product .itemBox .item:hover a .icon .bg {
          transform: scale(1.1); }
        .index .index-product .itemBox .item:hover a .icon img.img1 {
          display: none; }
        .index .index-product .itemBox .item:hover a .icon img.img2 {
          display: block; }
        .index .index-product .itemBox .item:hover a p {
          color: #a1000b; } }
  .index .index-product .more {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background-image: url("../images/bg2.png");
    letter-spacing: 4px;
    display: block;
    margin: 6.3% auto 0;
    color: #e62129; }
    @media (min-width: 1024px) {
      .index .index-product .more:hover {
        background-image: url("../images/bg1.png");
        color: #fff; } }
.index .index-case {
  padding-top: 5.3%; }
  .index .index-case .btns {
    margin-top: -40px; }
    .index .index-case .btns .btns-new {
      float: right;
      margin-right: 24px; }
  .index .index-case .listBox {
    width: calc(100% - 100px);
    margin: 50px auto 0;
    position: relative; }
    .index .index-case .listBox .a {
      width: 40px;
      height: 40px;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -20px;
      z-index: 10;
      display: none; }
      .index .index-case .listBox .a.prev {
        background-image: url("../images/prev.png");
        left: -45px; }
      .index .index-case .listBox .a.next {
        background-image: url("../images/next.png");
        right: -45px; }
      @media (min-width: 1024px) {
        .index .index-case .listBox .a:hover.prev {
          background-image: url("../images/prev_h.png"); }
        .index .index-case .listBox .a:hover.next {
          background-image: url("../images/next_h.png"); } }
      @media (max-width: 1200px) {
        .index .index-case .listBox .a {
          display: block; } }
  .index .index-case .list {
    width: 100%;
    height: auto;
    position: relative; }
    .index .index-case .list ul {
      width: 100%;
      height: auto; }
      .index .index-case .list ul li {
        width: 22.9%;
        float: left;
        margin-right: 2.8%;
        overflow: hidden;
        border-radius: 3px; }
        .index .index-case .list ul li:last-child {
          margin-right: 0; }
        .index .index-case .list ul li a {
          width: 100%;
          height: auto;
          display: block;
          position: relative; }
          .index .index-case .list ul li a .bg {
            width: 100%;
            height: 100%;
            background-image: url("../images/bg4.png");
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity .5s; }
          .index .index-case .list ul li a .con {
            width: calc(100% - 60px);
            height: auto;
            position: absolute;
            bottom: -9%;
            left: 30px;
            color: #fff;
            transition: bottom .5s; text-align:left; }
            .index .index-case .list ul li a .con .icon {
              width: 100%;
              height: 63px;
              position: relative; }
              .index .index-case .list ul li a .con .icon img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); }
            .index .index-case .list ul li a .con .tits {
              font-size: 24px;
              line-height: 24px;
              font-weight: bold;
              margin-top: 15px; }
            .index .index-case .list ul li a .con .tit {
              font-size: 18px;
              line-height: 18px;
              text-transform: uppercase;
              font-family: Arial;
              margin-top: 14px; }
            .index .index-case .list ul li a .con .more {
              width: 22px;
              height: auto;
              margin-top: 85px; }
        @media (min-width: 1024px) {
          .index .index-case .list ul li:hover a .bg {
            opacity: 1; }
          .index .index-case .list ul li:hover a .con {
            bottom: 9%; } }
  .index .index-case .moreClick {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background-image: url("../images/bg2.png");
    letter-spacing: 4px;
    display: block;
    margin: 4.2% auto 0;
    color: #e62129; }
    @media (min-width: 1024px) {
      .index .index-case .moreClick:hover {
        background-image: url("../images/bg1.png");
        color: #fff; } }
.index .index-advertise {
  width: 100%;
  height: auto;
  padding-top: 0; }
  .index .index-advertise .box {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 38px; }
    .index .index-advertise .box .box-new {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .index .index-advertise .box .box-new .w1400 {
        height: 100%; }
        .index .index-advertise .box .box-new .w1400 .item {
          width: 33.3333333333%;
          height: 100%;
          position: relative;
          float: left;
          transition: background 0.5s; }
          .index .index-advertise .box .box-new .w1400 .item .con {
            width: 100%;
            height: auto;
            color: #fff;
            padding-top: 61%;
            transition: .5s;
            position: relative;
            z-index: 4; }
            .index .index-advertise .box .box-new .w1400 .item .con .icon {
              width: 100%;
              height: 72px;
              position: relative;
              opacity: 0;
              transition: .5s; }
              .index .index-advertise .box .box-new .w1400 .item .con .icon img {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                max-width: 100%;
                max-height: 100%; }
            .index .index-advertise .box .box-new .w1400 .item .con .tits {
              text-align: center;
              font-size: 24px;
              line-height: 26px;
              font-weight: bold;
              margin-top: 9%; }
            .index .index-advertise .box .box-new .w1400 .item .con .txt {
              width: 360px;
              max-width: 90%;
              margin: 14px auto 0;
              font-size: 14px;
              line-height: 20px;
              text-align: center;
              opacity: 0;
              transition: .5s; }
          .index .index-advertise .box .box-new .w1400 .item .img {
            width: 100%;
            height: auto;
            position: absolute;
            bottom: 5%;
            left: 0;
            opacity: 0;
            transition: .2s; }
          @media (min-width: 1024px) {
            .index .index-advertise .box .box-new .w1400 .item:hover {
              background-image: url("../images/bg5.png"); }
              .index .index-advertise .box .box-new .w1400 .item:hover .con {
                padding-top: 52%; }
                .index .index-advertise .box .box-new .w1400 .item:hover .con .icon {
                  opacity: 1; }
                .index .index-advertise .box .box-new .w1400 .item:hover .con .txt {
                  opacity: 1; }
              .index .index-advertise .box .box-new .w1400 .item:hover .img {
                opacity: 1;
                bottom: 8%; } }
.index .index-layout {
  width: 100%;
  height: auto;
  padding-top: 3.8%;
  padding-bottom: 4.2%; }
  .index .index-layout .con {
    width: 1036px;
    margin: 45px auto 0;
    max-width: 100%; }
    .index .index-layout .con .txt {
      text-align: center;
      font-size: 14px;
      line-height: 24px;
      color: #808080; }
    .index .index-layout .con .tit {
      font-size: 18px;
      line-height: 28px;
      color: #666;
      margin-top: 18px;
      text-align: center; }
    .index .index-layout .con .list {
      width: 100%;
      height: auto;
      margin-top: 40px; }
      .index .index-layout .con .list .btns {
        text-align: center;
        width: 100%;
        height: auto;
        margin-top: 40px;
        font-size: 0; }
        .index .index-layout .con .list .btns span {
          width: 12px;
          height: 12px;
          opacity: 1;
          background: none;
          background-position: center;
          background-size: cover;
          background-image: url("../images/btns_icon.png");
          cursor: pointer;
          margin: 0 10px;
          display: inline-block; }
          .index .index-layout .con .list .btns span.swiper-pagination-bullet-active {
            background-image: url("../images/btns_icon_h.png"); }
@media (max-width: 1366px) {
  .index .index-about .box .w1400 .con .cn {
    font-size: 32px;
    line-height: 32px;
    margin-top: 20px; }
  .index .index-about .box .w1400 .con .line {
    margin-top: 20px; }
  .index .index-about .box .w1400 .con .more {
    margin-top: 40px; }
  .index .index-about .box1 .item .t {
    line-height: 44px; }
    .index .index-about .box1 .item .t span {
      font-size: 44px;
      margin-right: 6px; }
  .index .index-case .list ul li a .con {
    bottom: -16%; }
    .index .index-case .list ul li a .con .tits {
      font-size: 20px;
      line-height: 20px; } }
@media (max-width: 1200px) {
  .index .index-about .box .w1400 .con {
    width: 39%; }
  .index .index-about .box .w1400 .con .cn {
    font-size: 26px;
    line-height: 26px;
    margin-top: 15px; }
  .index .index-about .box .w1400 .con .line {
    margin-top: 15px; }
  .index .index-about .box .w1400 .con .more {
    margin-top: 30px; }
  .index .index-about .box1 .item .t1 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0px; }
  .index .index-case .list ul li {
    width: 31%;
    margin-right: 3.5%; }
  .index .index-advertise .box .box-new .w1400 .item .con .tits {
    font-size: 20px;
    line-height: 20px;
    margin-top: 4%; } }
@media (max-width: 1024px) {
  .index .index-product .itemBox .item {
    width: 33.3333333333%;
    margin: 0 0 25px 0; }
  .index .index-product .itemBox .item a .icon {
    width: 100px;
    border: 2px solid #ebebeb;
    margin: 0 auto; }
  .index .index-product .itemBox .item a p {
    margin-top: 10px; }
  .index .index-case .list ul li {
    width: 48.5%;
    margin-right: 3%; }
    .index .index-case .list ul li a .bg {
      opacity: .5; }
    .index .index-case .list ul li a .con {
      bottom: 4%; }
      .index .index-case .list ul li a .con .more {
        margin-top: 20px; }
      .index .index-case .list ul li a .con .tits {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px; }
      .index .index-case .list ul li a .con .icon {
        height: 45px; }
        .index .index-case .list ul li a .con .icon img {
          max-height: 100%; }
      .index .index-case .list ul li a .con .tit {
        font-size: 14px;
        margin-top: 5px; }
  .index .index-advertise .box .box-new .w1400 {
    width: 100%;
    max-width: 100%; }
  .index .index-advertise .box .box-new .w1400 .item {
    background-image: url("../images/bg5.png"); }
    .index .index-advertise .box .box-new .w1400 .item .con {
      padding-top: 52%; }
      .index .index-advertise .box .box-new .w1400 .item .con .icon {
        opacity: 1;
        height: 36px; }
      .index .index-advertise .box .box-new .w1400 .item .con .txt {
        opacity: 1; }
    .index .index-advertise .box .box-new .w1400 .item .img {
      opacity: 1;
      bottom: 8%; } }
@media (max-width: 900px) {
  .index .index-about .box .w1400 .pic {
    width: 100%;
    float: none; }
  .index .index-about .box .w1400 .con {
    width: 100%;
    float: none;
    padding-top: 15px; }
  .index .index-about .box .bg {
    display: none; }
  .index .index-about .box .w1400 .con .en {
    letter-spacing: 0; }
  .index .index-about .box .w1400 .con .cn {
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px; }
  .index .index-about .box .w1400 .con .line {
    margin-top: 5px;
    height: 3px; }
  .index .index-about .box .w1400 .con .txt {
    margin-top: 20px; }
  .index .index-about .box .w1400 .con .more {
    width: 120px;
    height: 33px;
    line-height: 33px;
    font-size: 14px; }
    .index .index-about .box .w1400 .con .more span {
      line-height: 33px;
      padding-right: 30px;
      font-size: 14px;
      background-size: 18px auto; }
  .index .index-about .box1 .item {
    width: 33.3333333333%;
    margin-right: 0;
    margin-bottom: 20px; }
  .index .index-about .box1 .item .t {
    line-height: 30px; }
    .index .index-about .box1 .item .t span {
      font-size: 30px; }
  .index .index-about .box1 .item .t1 {
    font-size: 12px;
    line-height: 12px; } }
@media (max-width: 1024px) {
  .index .index-product .itemBox .item a .icon {
    width: 70px; }
  .index .index-product .itemBox .item a p {
    font-size: 14px; }
  .index .index-product .more {
    width: 120px;
    height: 33px;
    font-size: 14px;
    line-height: 30px; }
  .index .index-case .listBox {
    width: 92%;
    margin: 20px auto 0; }
    .index .index-case .listBox .a {
      width: 30px;
      height: 30px; }
      .index .index-case .listBox .a.prev {
        left: 0;
        background-image: url("../images/prev_h.png"); }
      .index .index-case .listBox .a.next {
        right: 0;
        background-image: url("../images/next_h.png"); }
  .index .index-case .list {
    width: calc(100% - 70px);
    margin: 0 auto; }
    .index .index-case .list ul li {
      width: 100%;
      margin-right: 20px; }
  .index .index-case .moreClick {
    width: 120px;
    line-height: 33px;
    font-size: 14px;
    height: 33px; }
  .index .index-advertise .box .box-new {
    position: relative;
    top: auto;
    left: auto;
    height: auto; }
  .index .index-advertise .box .box-new .w1400 {
    height: auto; }
  .index .index-advertise .box .box-new .w1400 .item {
    width: 100%;
    height: auto;
    float: none; }
    .index .index-advertise .box .box-new .w1400 .item .con {
      padding: 10% 0; }
      .index .index-advertise .box .box-new .w1400 .item .con .icon img {
        display: block; }
  .index .index-advertise .box {
    margin-top: 0; }
  .index .index-advertise .box img {
    display: none; }
  .index .index-layout .con {
    margin: 20px auto 0; }
  .index .index-layout .con .tit {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px; }
  .index .index-layout .con .list {
    margin-top: 20px; }
    .index .index-layout .con .list .btns {
      margin-top: 15px; }
  .index .index-case .btns .btns-new {
    margin-right: 0; }
  .index .index-case .btns .btns-new a {
    width: 30px;
    height: 30px;
    background-size: cover; }
    .index .index-case .btns .btns-new a.prev {
      margin-right: 10px; }
  .index .index-about .box1 .item:nth-child(4) {
    width: 40%;
    margin: 0 5%; }
  .index .index-about .box1 .item:nth-child(5) {
    width: 40%;
    margin-left: 0 5%; } }

.bottom {
  width: 100%;
  height: auto;
  background-color: #333; display:none; }
  .bottom .item {
    width: 33.3333333333%;
    float: left;
    height: 230px;
    text-align: center; }
    .bottom .item .icon {
      width: 65px;
      height: auto;
      margin: 54px auto 0; }
    .bottom .item .t {
      font-size: 14px;
      line-height: 30px;
      color: #999;
      margin-top: 5px; /*text-indent:-9999px;*/ }
    .bottom .item .t1 {
      font-size: 18px;
      line-height: 30px;
      color: #e62129; }
    .bottom .item:nth-child(2) {
      background-color: #262626; }
  @media (max-width: 1024px) {
    .bottom .item {
      height: 180px; }
    .bottom .item .icon {
      width: 45px;
      margin: 35px auto 0; }
    .bottom .item .t1 {
      font-size: 16px;
      line-height: 18px; }
	  .ft-link{margin:0}
	  .ft-link span{padding:0;}
	   }
  @media (max-width: 768px) {
    .bottom .w1400 {
      width: 100%; }
      .bottom .w1400 .item {
        width: calc(100% - 60px);
        height: auto;
        position: relative;
        text-align: left;
        padding: 30px 0 30px calc(4% + 60px); }
        .bottom .w1400 .item .icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 4%;
          margin: 0; }
        .bottom .w1400 .item .t {
          margin-top: 0;
          line-height: 24px; } }

.footer {
  width: 100%;
  height: auto;
  background: #f4f4f4 url(../images/fotbk.jpg) no-repeat center bottom;
  padding-top: 80px;
  padding-bottom: 50px; }
  .footer1{}
  .footer .footerLeft {
    float: left; }
    .footer .footerLeft .logo {
      width: 175px;
      height: auto; }
	   .footer .footerLeft .logo p{text-align:center; margin-top:10px;}
    .footer .footerLeft .share {
      margin-top: 120px; }
      .footer .footerLeft .share a {
        width: 36px;
        height: 36px;
        padding: 0;
        margin: 0;
        background-color: #110f11;
        border-radius: 100%;
        display: block;
        float: left;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 15px;
        opacity: 1; }
        .footer .footerLeft .share a.bds_sqq {
          background-image: url("../images/qq.png"); }
        .footer .footerLeft .share a.bds_weixin {
          background-image: url("../images/wx.png"); }
        .footer .footerLeft .share a.bds_tsina {
          background-image: url("../images/wb.png"); }
		  .bq{background:#333; color:#fff; line-height:50px;}
        @media (min-width: 1024px) {
          .footer .footerLeft .share a:hover {
            background-color: #e62129; }
            .footer .footerLeft .share a:hover.bds_sqq {
              background-image: url("../images/qq_h.png"); }
            .footer .footerLeft .share a:hover.bds_weixin {
              background-image: url("../images/wx_h.png"); }
            .footer .footerLeft .share a:hover.bds_tsina {
              background-image: url("../images/wb_h.png"); } }
    .footer .footerLeft p {
      font-size: 14px;
      line-height: 14px;
      color: #999;
      margin-top: 30px; }
  .footer .nav {
    float: right;
    padding-top: 8px; }
    .footer .nav dl {
      width: 100px;
      margin-right: 105px;
      float: left; }
      .footer .nav dl:last-child {
        margin-right: 0; }
      .footer .nav dl dt {
        width: 92px;
        height: 56px;
        margin-bottom: 11px; }
        .footer .nav dl dt a {
          font-size: 18px;
          line-height: 28px;
          font-weight: bold;
          color: #999; }
		  .footer .nav dl dt a:hover{ color:#A4000B;}
          @media (min-width: 1024px) {
            .footer .nav dl dt a:hover {
              color: #A4000B; } }
      .footer .nav dl dd a {
        font-size: 14px;
        line-height: 30px;
        color: #808080; }
        @media (min-width: 1024px) {
          .footer .nav dl dd a:hover {
            color: #A4000B; } }
  @media (max-width: 1420px) {
    .footer .nav dl {
      margin-right: 65px; } }
  @media (max-width: 1240px) {
    .footer .footerLeft .logo {
      width: 125px; } }
  @media (max-width: 1200px) {
    .footer .nav dl {
      margin-right: 35px; } }
  @media (max-width: 1024px) {
    .footer {
      padding-top: 30px;
      padding-bottom: 30px; display:none; }
      .footer .nav {
        display: none; }
      .footer .footerLeft .logo {
        width: 105px; }
      .footer .footerLeft .share {
        margin-top: 20px; }
      .footer .footerLeft p {
        margin-top: 20px; } 
		.bq {line-height:24px; font-size:14px; padding:3% 0;}
		.bq .fl{float:none;}
		.bq .fr{float:none;}
		}

.banner {
  width: 100%;
  height: 480px;
  position: relative; }
  .banner .con {
    padding-top: 190px; }
	.banner .con .indexTitle {text-shadow: 2px 2px 2px #666;}
    .banner .con .indexTitle .en {
      color: #fff; }
    .banner .con .indexTitle .cn {
      color: #fff; }
    .banner .con .indexTitle .line {
      background-color: #fff; }
  .banner .bannerNav {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0; }
    .banner .bannerNav .w1520 {
      height: 60px;
      background-color: rgba(255, 255, 255, 0.1);
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden; }
      .banner .bannerNav .w1520 a {
        height: 60px;
        display: block;
        float: left;
        position: relative;
        text-align: center;
        font-size: 18px;
        line-height: 60px;
        color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        .banner .bannerNav .w1520 a:after {
          width: 1px;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.2);
          position: absolute;
          top: 0;
          right: 0;
          z-index: 4;
          content: ''; }
        .banner .bannerNav .w1520 a:last-child:after {
          display: none; }
        .banner .bannerNav .w1520 a.on {
          background-image: url("../images/nav_bg.jpg"); }
        @media (min-width: 1024px) {
          .banner .bannerNav .w1520 a:hover {
            background-image: url("../images/nav_bg.jpg"); } }
      .banner .bannerNav .w1520.caseNav a {
        width: 20%; }
      .banner .bannerNav .w1520.newsNav a {
        width: 50%; }
      .banner .bannerNav .w1520.productNav a {
        width: 50%; }
  @media (max-width: 1200px) {
    .banner {
      height: 380px; }
      .banner .con {
        padding-top: 135px; } }
  @media (max-width: 1024px) {
    .banner .bannerNav {
      display: none; }
    .banner .bannerNavM {
      display: block; } }
  @media (max-width: 768px) {
    .banner {
      height: 230px; }
      .banner .con {
        padding-top: 75px; } }

.bannerNavM {
  width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 20;
  display: none; }
  .bannerNavM.bg {
    background-color: #f8f8f8; }
  .bannerNavM .tits {
    border: 1px solid #999;
    border-radius: 10px;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    width: calc(100% - 20px);
    color: #333; }
    .bannerNavM .tits i {
      width: 12px;
      height: 100%;
      position: absolute;
      top: 0;
      transform: rotateX(180deg);
      right: 20px;
      transition: all .5s;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../images/my_ico21.png"); }
  .bannerNavM dl {
    width: 100%;
    height: auto;
    position: absolute;
    top: 41px;
    left: 0;
    border: 1px solid #999;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    padding: 5px 0; }
    .bannerNavM dl dd a {
      width: calc(100% - 20px);
      display: block;
      padding-left: 20px;
      font-size: 14px;
      line-height: 32px;
      color: #666; }
  @media (max-width: 1024px) {
    .bannerNavM {
      display: block; }
      .bannerNavM .js-noclick.on .tits {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .bannerNavM .js-noclick.on .tits i {
          transform: rotateX(0deg); } }

.about .box1 {
  width: 100%;
  height: auto;
  background-position: center 75px;
  padding-bottom: 5%; }
  .about .box1 .bb1 {
    margin: -75px auto 0;
    border-radius: 15px;
    padding-top: 4.5%;
    padding-bottom: 3.4%; background:#f4f4f4 url("../images/abt_bg.jpg")}
    .about .box1 .bb1 .tits {
      text-align: center;
      font-size: 36px;
      line-height: 36px;
      color: #707070; }
    .about .box1 .bb1 .tit {
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      color: #707070;
      max-width: 90%;
      margin: 37px auto 0; }
    .about .box1 .bb1 .itemBox {
      width: 1290px;
      max-width: 90%;
      margin: 37px auto 0; }
      .about .box1 .bb1 .itemBox .item {
        width: 33.3333333333%;
        height: auto;
        float: left;
        text-align: center; }
        .about .box1 .bb1 .itemBox .item .icon {
          width: 100%;
          height: 47px;
          position: relative; }
          .about .box1 .bb1 .itemBox .item .icon img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
        .about .box1 .bb1 .itemBox .item .t {
          font-size: 18px;
          line-height: 20px;
          color: #666;
          margin-top: 23px; }
        .about .box1 .bb1 .itemBox .item .line {
          width: 42px;
          height: 3px;
          background-color: #999;
          margin: 30px auto 0; }
        .about .box1 .bb1 .itemBox .item .t1 {
          font-size: 18px;
          line-height: 24px;
          color: #707070;
          margin-top: 26px; }
          .about .box1 .bb1 .itemBox .item .t1 span {
            font-size: 14px;
            color: #999; }
        .about .box1 .bb1 .itemBox .item .t2 {
          font-size: 18px;
          line-height: 36px;
          color: #707070;
          margin-top: 25px; }
          .about .box1 .bb1 .itemBox .item .t2 span {
            font-size: 36px; }
  .about .box1 .bb2 {
    margin: 5.3% auto 0;
    text-align: center;
    color: #333; }
    .about .box1 .bb2 .tits {
      font-size: 36px;
      line-height: 36px; }
      .about .box1 .bb2 .tits span {
        font-weight: bold; }
    .about .box1 .bb2 .tit {
      font-size: 16px;
      line-height: 32px;
      margin-top: 3.2%; text-align:left; }
    .about .box1 .bb2 .itemBox {
      width: 100%;
      height: auto;
      margin-top: 5.2%; }
      .about .box1 .bb2 .itemBox .item {
        width: 33.3333333333%;
        height: auto;
        float: left; }
        .about .box1 .bb2 .itemBox .item .icon {
          width: 92px;
          height: auto;
          margin: 0 auto; }
        .about .box1 .bb2 .itemBox .item .t {
          font-size: 24px;
          line-height: 24px;
          margin-top: 20px; }
        .about .box1 .bb2 .itemBox .item .t1 {
          width: 275px;
          max-width: 90%;
          margin: 23px auto 0;
          font-size: 14px;
          line-height: 24px; }
.about .box2 {
  text-align: center;
  padding-top: 7.2%;
  position: relative; }
  .about .box2 .bg {
    width: 37.7%;
    height: calc(100% - 50px);
    background-color: #f8f8f8;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: none; }
  .about .box2 .tits {
    font-size: 36px;
    line-height: 36px;
    color: #707070; }
  .about .box2 .tit {
    font-size: 24px;
    line-height: 24px;
    color: #707070;
    margin-top: 30px; }
  .about .box2 .bb {
    text-align: center;
    color: #fff;
    padding: 8% 0 7.2%;
    margin-top: 50px; }
    .about .box2 .bb .t {
      font-size: 24px;
      line-height: 24px;
      font-weight: bold; }
    .about .box2 .bb .t1 {
      font-size: 18px;
      line-height: 32px;
      margin-top: 42px; }
      .about .box2 .bb .t1 p span {
        font-weight: bold; }
@media (max-width: 1366px) {
  .about .box1 .bb1 .tits {
    font-size: 30px;
    line-height: 30px; }
  .about .box1 .bb1 .itemBox .item .t2 {
    line-height: 30px; }
    .about .box1 .bb1 .itemBox .item .t2 span {
      font-size: 30px; }
  .about .box1 .bb2 .tits {
    font-size: 30px;
    line-height: 30px; }
  .about .box1 .bb2 .tit {
    font-size: 16px;
    line-height: 30px; }
  .about .box1 .bb2 .itemBox .item .t {
    font-size: 20px;
    line-height: 20px; }
  .about .box2 .tits {
    font-size: 30px;
    line-height: 30px; }
  .about .box2 .tit {
    font-size: 20px;
    line-height: 20px;
    margin-top: 25px; } }
@media (max-width: 1200px) {
  .about .box1 .bb1 .itemBox .item .t {
    margin-top: 15px; }
  .about .box1 .bb1 .itemBox .item .line {
    margin: 20px auto 0; }
  .about .box1 .bb1 .itemBox .item .t1 {
    margin-top: 20px; }
  .about .box1 .bb1 .itemBox .item .t2 {
    margin-top: 24px; } }
@media (max-width: 1024px) {
  .about .box1 .bb1 .tits {
    font-size: 22px;
    line-height: 22px; }
  .about .box1 .bb1 .itemBox .item .t2 {
    line-height: 22px;
    font-size: 16px; }
    .about .box1 .bb1 .itemBox .item .t2 span {
      font-size: 22px; }
  .about .box1 .bb1 .itemBox .item .t1 {
    font-size: 16px;
    line-height: 22px; }
  .about .box1 .bb2 .tits {
    font-size: 22px;
    line-height: 22px; }
  .about .box1 .bb2 .itemBox .item .icon {
    width: 60px; } }
@media (max-width: 768px) {
  .about .box1 {
    background-position: center 30px; }
  .about .box1 .bb1 {
    margin: -30px auto 0; }
  .about .box1 .bb1 .tit {
    font-size: 14px;
    line-height: 22px;
    margin: 15px auto 0; }
  .about .box1 .bb1 .itemBox .item {
    width: 100%;
    float: none;
    margin-bottom: 25px; }
    .about .box1 .bb1 .itemBox .item .icon {
      height: 35px; }
      .about .box1 .bb1 .itemBox .item .icon img {
        max-width: 100%;
        max-height: 100%; }
    .about .box1 .bb1 .itemBox .item .t {
      font-size: 16px;
      line-height: 16px;
      margin-top: 10px; }
    .about .box1 .bb1 .itemBox .item .line {
      height: 2px;
      margin: 10px auto 0; }
    .about .box1 .bb1 .itemBox .item .t1 {
      font-size: 14px;
      margin-top: 10px; }
    .about .box1 .bb1 .itemBox .item .t2 {
      font-size: 14px;
      line-height: 20px;
      font-size: 20px;
      margin-top: 10px; }
  .about .box1 .bb2 .itemBox .item {
    width: 100%;
    float: none;
    margin-bottom: 25px; }
    .about .box1 .bb2 .itemBox .item .icon {
      width: 46px; }
    .about .box1 .bb2 .itemBox .item .t {
      font-size: 16px;
      line-height: 16px;
      margin-top: 10px; }
    .about .box1 .bb2 .itemBox .item .t1 {
      margin: 10px auto 0; }
  .about .box2 .tits {
    font-size: 22px;
    line-height: 22px; }
  .about .box2 .tit {
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px; }
  .about .box2 .bb {
    margin-top: 20px; }
  .about .box2 .bb .t {
    font-size: 18px;
    line-height: 18px; }
  .about .box2 .bb .t1 {
    font-size: 14px;
    line-height: 22px;
    margin: 20px auto 0;
    max-width: 92%; }
    .about .box2 .bb .t1 p br {
      display: none; } }

.culture .box1 {
  background-color: #fff;
  padding-top: 5.2%;
  padding-bottom: 6.3%;
  position: relative; }
  .culture .box1 .box {
    position: relative;
    margin-top: 50px; }
    .culture .box1 .box .con {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      text-align: center;
      color: #fff; }
      .culture .box1 .box .con .tits {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 40px;
        margin-left: 0px; }
      .culture .box1 .box .con .tit {
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-left: 0px;
        margin-top: 48px; }
.culture .box2 {
  padding-top: 5.2%;
  padding-bottom: 5%; }
  .culture .box2 .itemBox {
    width: 100%;
    height: auto;
    margin-top: 50px; }
    .culture .box2 .itemBox .item {
      width: 31.6%;
      height: auto;
      float: left;
      margin-right: 2.6%; }
      .culture .box2 .itemBox .item:last-child {
        margin-right: 0; }
      .culture .box2 .itemBox .item .pic {
        width: 100%;
        height: auto;
        position: relative; }
        .culture .box2 .itemBox .item .pic .bg {
          width: 100%;
          height: 100%;
          opacity: 0;
          top: 0;
          left: 0;
          position: absolute;
          background-image: url("../images/culture_bg1.png");
          transition: opacity .5s; }
      .culture .box2 .itemBox .item .tits {
        font-size: 24px;
        line-height: 24px;
        color: #707070;
        margin-top: 23px; }
      .culture .box2 .itemBox .item .tit {
        font-size: 14px;
        line-height: 25px;
        color: #555;
        width: 435px;
        max-width: 90%;
        margin-top: 15px;
        position: relative; }
        .culture .box2 .itemBox .item .tit:after {
          width: 0;
          height: 1px;
          max-width: 90%;
          background-color: #eee;
          content: '';
          position: absolute;
          bottom: -15px;
          left: 0;
          transition: width .5s; }
      @media (min-width: 1024px) {
        .culture .box2 .itemBox .item:hover .pic .bg {
          opacity: 1; }
        .culture .box2 .itemBox .item:hover .tit:after {
          width: 360px; } }
.culture .box3 {
  padding-top: 5.2%;
  padding-bottom: 10.2%; }
  .culture .box3 .indexTitle .en {
    color: #fff;
    opacity: 0.7; }
  .culture .box3 .indexTitle .cn {
    color: #fff; }
  .culture .box3 .indexTitle .line {
    background-color: #fff; }
  .culture .box3 .itemBox {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 10.4%; }
    .culture .box3 .itemBox .item {
      width: 21.7%;
      height: auto;
      display: inline-block; }
      .culture .box3 .itemBox .item .icon {
        width: 100px;
        height: auto;
        margin: 0 auto; }
      .culture .box3 .itemBox .item p {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        margin-top: 25px; }
.culture .box4 {
  background-position: left bottom;
  padding: 6.2% 0; }
  .culture .box4 .pic {
    width: 50%;
    float: left; }
  .culture .box4 .con {
    text-align: center;
    width: 50%;
    float: left;
    padding-top: 50px; }
    .culture .box4 .con .tits {
      font-size: 24px;
      line-height: 40px;
      color: #707070;
      margin-top: 72px; }
    .culture .box4 .con .tit {
      font-size: 24px;
      line-height: 24px;
      color: #555;
      margin-top: 48px; }
    .culture .box4 .con .tit1 {
      font-size: 18px;
      line-height: 18px;
      margin-top: 20px; }
.culture .box5 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 8%;
  padding-bottom: 6.2%; }
  .culture .box5 .indexTitle .en {
    color: #fff;
    opacity: 0.8; }
  .culture .box5 .indexTitle .cn {
    color: #fff; }
  .culture .box5 .indexTitle .t {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-top: 29px; }
  .culture .box5 .itemBox {
    width: 100%;
    height: auto;
    margin-top: 8%; }
    .culture .box5 .itemBox .item {
      width: 23%;
      height: auto;
      float: left;
      margin-right: 2.6%; }
      .culture .box5 .itemBox .item:last-child {
        margin-right: 0; }
      .culture .box5 .itemBox .item .pic {
        width: 100%;
        height: auto; }
      .culture .box5 .itemBox .item .t {
        font-size: 24px;
        line-height: 24px;
        color: #707070;
        margin-top: 30px; }
      .culture .box5 .itemBox .item .t1 {
        font-size: 16px;
        line-height: 16px;
        color: #555;
        margin-top: 20px; }
@media (max-width: 1366px) {
  .culture .box1 .box .con .tits {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 80px;
    margin-left: 80px; }
  .culture .box1 .box .con .tit {
    letter-spacing: 12px;
    margin-left: 12px; }
  .culture .box4 .con .tits {
    margin-top: 40px;
    font-size: 20px;
    line-height: 20px; }
  .culture .box4 .con .tit {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px; }
  .culture .box4 .con .tit1 {
    font-size: 16px;
    line-height: 16px; } }
@media (max-width: 1200px) {
  .culture .box2 .itemBox .item .tits {
    font-size: 20px;
    line-height: 20px; }
  .culture .box3 .itemBox .item p {
    font-size: 20px;
    line-height: 20px; }
  .culture .box5 .indexTitle .t {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px; }
  .culture .box5 .itemBox .item .t {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px; } }
@media (max-width: 1024px) {
  .culture .box1 .box .con .tits {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 10px;
    margin-left: 10px; }
  .culture .box1 .box .con .tit {
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
    letter-spacing: 2px;
    margin-left: 2px; }
  .culture .box1 .box {
    margin-top: 18px; }
    .culture .box1 .box img {
      width: 160%;
      margin-left: -30%; }
  .culture .box4 .con {
    padding-top: 25px; } }
@media (max-width: 768px) {
  .culture .box2 .itemBox {
    margin-top: 15px; }
    .culture .box2 .itemBox .item {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 25px; }
      .culture .box2 .itemBox .item .tits {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px; }
      .culture .box2 .itemBox .item .tit {
        margin-top: 10px; }
  .culture .box3 .itemBox .item {
    width: 31%; }
    .culture .box3 .itemBox .item .icon {
      width: 60px; }
    .culture .box3 .itemBox .item p {
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px; }
  .culture .box4 .pic {
    width: 100%;
    float: none; }
  .culture .box4 .con {
    width: 100%;
    padding-top: 15px; }
  .culture .box4 .con .tits {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px; }
  .culture .box4 .con .tit {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; }
  .culture .box4 .con .tit1 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px; }
  .culture .box5 {
    background-size: 160% auto; }
    .culture .box5 .itemBox .item {
      width: 100%;
      float: none;
      margin-bottom: 25px; }
  .culture .box5 .indexTitle .t {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; }
  .culture .box5 .itemBox .item .t1 {
    margin-top: 5px; } }

.honor {
  background-color: #f2f2f2; }
  .honor .box1 {
    width: 100%;
    background-color: #fff;
    padding: 5.2% 0;
    position: relative; }
    .honor .box1 .pic {
      width: 49.25%;
      height: auto;
      float: left; }
    .honor .box1 .con {
      width: 44.2%;
      height: auto;
      float: right;
      padding-top: 20px; }
      .honor .box1 .con .tits {
        width: 100%;
        height: auto; }
        .honor .box1 .con .tits img {
          width: 72px;
          float: left;
          display: block; }
        .honor .box1 .con .tits .tt {
          float: left;
          margin-left: 20px;
          color: #333;
          padding-top: 3px; }
          .honor .box1 .con .tits .tt .t {
            font-size: 18px;
            line-height: 18px;
            font-weight: bold; }
          .honor .box1 .con .tits .tt .t1 {
            font-size: 12px;
            line-height: 12px;
            text-transform: uppercase;
            font-family: Arial;
            margin-top: 10px; }
      .honor .box1 .con .tit {
        font-size: 18px;
        line-height: 18px;
        color: #333;
        margin-top: 48px; }
      .honor .box1 .con .tit1 {
        font-size: 24px;
        line-height: 24px;
        color: #333;
        margin-top: 20px; }
      .honor .box1 .con .tit2 {
        margin-top: 50px; }
        .honor .box1 .con .tit2 .t {
          width: 218px;
          height: 37px;
          background-image: url("../images/honor_bg1.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 3px;
          padding-left: 36px;
          font-size: 14px;
          line-height: 37px;
          color: #fff;
          position: relative;
          margin-bottom: 10px; }
          .honor .box1 .con .tit2 .t:after {
            width: 5px;
            height: 5px;
            background-color: #fff;
            position: absolute;
            left: 20px;
            top: 16px;
            content: ''; }
    .honor .box1 .bg {
      width: 33.6%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f8f8f8;
      z-index: 0; }
  .honor .list {
    padding: 5.2% 0; }
    .honor .list ul li {
      width: 27.75%;
      margin-right: 8.375%;
      margin-bottom: 100px;
      background-color: #fff;
      float: left; }
      .honor .list ul li .pic {
        width: 100%;
        height: auto; }
      .honor .list ul li p {
        width: calc(100% - 40px);
        padding: 0 20px;
        font-size: 16px;
        line-height: 20px;
        color: #333;
        padding-top: 17px;
        padding-bottom: 25px; }
      .honor .list ul li:nth-child(3n) {
        margin-right: 0; }
    .honor .list .more {
      width: 180px;
      height: 50px;
      border-radius: 25px;
      text-align: center;
      font-size: 16px;
      line-height: 50px;
      background-image: url("../images/bg2.png");
      letter-spacing: 4px;
      display: block;
      margin: 0 auto;
      color: #e62129; }
      @media (min-width: 1024px) {
        .honor .list .more:hover {
          background-image: url("../images/bg1.png");
          color: #fff; } }
  @media (max-width: 1366px) {
    .honor .list ul li {
      margin-bottom: 70px; } }
  @media (max-width: 1200px) {
    .honor .list ul li {
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 40px; }
    .honor .box1 .con {
      width: 47%; }
    .honor .box1 .con .tit {
      margin-top: 25px; }
    .honor .box1 .con .tit1 {
      font-size: 20px;
      line-height: 20px;
      margin-top: 15px; }
    .honor .box1 .con .tit2 {
      margin-top: 30px; }
    .honor .box1 .con .tits img {
      width: 65px; } }
  @media (max-width: 1024px) {
    .honor .box1 .con .tits .tt {
      width: calc(100% - 85px); } }
  @media (max-width: 768px) {
    .honor .box1 .pic {
      width: 100%;
      float: none; }
    .honor .box1 .con {
      width: 100%;
      float: none; }
    .honor .box1 .con .tits .tt {
      margin-top: 0;
      margin-left: 10px; }
    .honor .box1 .con .tit {
      font-size: 15px;
      line-height: 15px;
      margin-top: 15px; }
    .honor .box1 .con .tit1 {
      font-size: 18px;
      line-height: 18px; }
    .honor .box1 .con .tit2 {
      margin-top: 20px; }
    .honor .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .honor .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .honor .list ul li:nth-child(2n) {
        margin-right: 0; }
    .honor .list ul li p {
      width: calc(100% - 20px);
      padding: 0 10px;
      padding-top: 10px;
      padding-bottom: 15px;
      font-size: 14px; }
    .honor .list .more {
      width: 120px;
      line-height: 33px;
      height: 33px;
      letter-spacing: 0;
      border-radius: 17px;
      background-size: cover;
      font-size: 14px; } }

.union {
  padding-top: 7.6%; 
 background:url(../images/body_bg.jpg) no-repeat center top;
 
 position:relative;}
 
 .union1{
 background:url(../images/attr_4.jpg) no-repeat center top;}
 .union .round1 {
    position: absolute;
    top: 285px;
    left: 86px;
    z-index: 1;}
	.union .round2 {
    position: absolute;
    top: 212px;
    left: 130px;
    z-index: 2;}
	.union .line1 {
    position: absolute;
    top: 209px;
    left: -170px;
    z-index: 0;
    max-width: none;
    pointer-events: none;}
	
  .union .box {
    padding-bottom: 8%; }
    .union .box .item .itemLeft {
      width: 100%;
      color: #707070;
      text-align: center; }
      .union .box .item .itemLeft .t {
        font-size: 36px;
        line-height: 36px; }
      .union .box .item .itemLeft .t1 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px;
        color: #333; }
      .union .box .item .itemLeft .line {
        width: 42px;
        height: 3px;
        background-color: #888;
        margin: 30px auto 0; }
    .union .box .item .con {
      width: 595px;
      max-width: 100%;
      margin: 30px auto 0;
      font-size: 14px;
      line-height: 24px;
      color: #707070; }
    .union .box .picBox {
      width: 100%;
      height: auto;
      margin-top: 45px; }
      .union .box .picBox img {
        width: 49.2%; }
  @media (max-width: 1366px) {
    .union .box .item .itemLeft .t {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .union .box .item .itemLeft .t {
      font-size: 22px;
      line-height: 22px; }
    .union .box .item .itemLeft .t1 {
      margin-top: 10px; }
    .union .box .item .itemLeft .line {
      height: 2px;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .union .box .item .itemLeft {
      width: 100%;
      float: none; }
    .union .box .item .con {
      width: 100%;
      float: none;
      margin-top: 15px;
      max-width: 100%; }
    .union .box .picBox {
      margin-top: 20px; }
      .union .box .picBox img {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 5px; } }

.case {
  background-color: #f8f8f8;
  padding-top: 4.7%;
  padding-bottom: 4.2%; }
  .case ul li {
    width: 31.9%;
    height: auto;
    float: left;
    margin-right: 2.15%;
    margin-bottom: 33px;
    background-color: #fff; }
    .case ul li:nth-child(3n) {
      margin-right: 0; }
    .case ul li a {
      width: 100%;
      height: auto;
      display: block; }
      .case ul li a .pic {
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
        padding-top: 66.4%;
        position: relative; }
        .case ul li a .pic .bg {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-image: url("../images/case_bg.png");
          opacity: 0;
          transition: .5s; }
      .case ul li a .con {
        width: 390px;
        max-width: calc(100% - 60px);
        padding: 28px 30px 16px; }
        .case ul li a .con .tits {
          font-size: 22px;
          line-height: 30px;
          height: 60px;
          color: #707070;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .case ul li a .con .line {
          width: 30px;
          height: 1px;
          background-color: #999;
          margin-top: 35px; }
        .case ul li a .con .time {
          font-size: 16px;
          line-height: 18px;
          color: #999;
          font-family: Arial;
          margin-top: 20px; }
    @media (min-width: 1024px) {
      .case ul li:hover a .pic .bg {
        opacity: 1; } }
  .case .more {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background-image: url("../images/bg1.png");
    letter-spacing: 4px;
    display: block;
    margin: 27px auto 0;
    color: #fff; }
  @media (max-width: 1366px) {
    .case ul li a .con .tits {
      font-size: 18px; } }
  @media (max-width: 1200px) {
    .case ul li a .con {
      max-width: calc(100% - 30px);
      padding: 20px 15px 10px; } }
  @media (max-width: 768px) {
    .case ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .case ul li:nth-child(3n) {
        margin-right: 3%; }
      .case ul li:nth-child(2n) {
        margin-right: 0; }
      .case ul li a .con {
        padding-top: 10px; }
    .case ul li a .con .tits {
      font-size: 16px;
      line-height: 24px;
      height: 48px; }
    .case ul li a .con .line {
      margin-top: 15px; }
    .case ul li a .con .time {
      font-size: 14px;
      margin-top: 10px; }
    .case .more {
      width: 120px;
      height: 33px;
      line-height: 33px;
      letter-spacing: 0;
      margin: 20px auto 0;
      background-size: cover;
      font-size: 14px; } }
  @media (max-width: 500px) {
    .case ul li {
      width: 100%;
      float: none;
      margin-right: 0; } }

.caseInfo {
  padding: 5.2% 0;
  position: relative; }
  .caseInfo .bg {
    width: 33.6%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    z-index: 0; }
  .caseInfo .pic {
    width: 44.7%;
    height: auto;
    float: left; }
  .caseInfo .con {
    width: 51%;
    float: right;
    padding-top: 65px; }
    .caseInfo .con .tits {
      width: 510px;
      max-width: 100%;
      font-size: 30px;
      line-height: 40px;
      color: #707070; }
    .caseInfo .con .tit {
      font-size: 16px;
      line-height: 26px;
      color: #555;
      width: 720px;
      max-width: 100%;
      margin-top: 30px; }
    .caseInfo .con .more {
      width: 180px;
      height: 50px;
      border-radius: 25px;
      text-align: center;
      font-size: 16px;
      line-height: 50px;
      background-image: url("../images/bg2.png");
      letter-spacing: 4px;
      display: block;
      color: #e62129;
      margin-top: 45px; }
      @media (min-width: 1024px) {
        .caseInfo .con .more:hover {
          background-image: url("../images/bg1.png");
          color: #fff; } }
  .caseInfo .paging {
    margin-top: 20px; }
    .caseInfo .paging a {
      float: right;
      padding-left: 40px;
      font-size: 16px;
      color: #707070;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../images/return1.png");
      line-height: 32px; }
  @media (max-width: 1366px) {
    .caseInfo .con {
      padding-top: 25px; }
    .caseInfo .con .tits {
      font-size: 24px;
      line-height: 34px; } }
  @media (max-width: 1200px) {
    .caseInfo .con {
      padding-top: 0px; }
    .caseInfo .con .tits {
      font-size: 22px;
      line-height: 30px; }
    .caseInfo .con .tit {
      margin-top: 15px; }
    .caseInfo .con .more {
      margin-top: 25px; } }
  @media (max-width: 768px) {
    .caseInfo .pic {
      width: 100%;
      float: none; }
    .caseInfo .con {
      width: 100%;
      margin-top: 15px; }
      .caseInfo .con .tits {
        font-size: 18px;
        line-height: 26px; }
      .caseInfo .con .tit {
        font-size: 14px;
        line-height: 24px; }
      .caseInfo .con .more {
        width: 120px;
        height: 33px;
        line-height: 33px;
        background-size: cover;
        font-size: 14px;
        margin-top: 15px; }
    .caseInfo .bg {
      display: none; }
    .caseInfo .paging a {
      font-size: 14px;
      line-height: 26px;
      background-size: auto 100%;
      padding-left: 32px; } }

.news {
  padding: 4.2% 0; }
  .news ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 50px 0; }
    .news ul li a {
      width: 100%;
      height: auto;
      display: block; }
      .news ul li a .pic {
        width: 33.3%;
        height: auto;
        overflow: hidden;
        float: left; }
        .news ul li a .pic .img {
          width: 100%;
          background-size: cover;
          background-position: center;
          padding-top: 65.3%;
          transition: all 1.5s; }
      .news ul li a .con {
        width: 63%;
        height: auto;
        float: right;
        padding-top: 50px; }
        .news ul li a .con .time {
          font-size: 18px;
          line-height: 18px;
          color: #666;
          font-family: Arial; }
        .news ul li a .con .tits {
          font-size: 24px;
          line-height: 30px;
          color: #707070;
          width: 695px;
          max-width: 100%;
          margin-top: 20px; }
        .news ul li a .con .tit1 {
          width: 180px;
          height: 50px;
          border-radius: 25px;
          text-align: center;
          font-size: 16px;
          line-height: 50px;
          background-image: url("../images/bg2.png");
          display: block;
          color: #e62129;
          margin-top: 45px; }
    @media (min-width: 1024px) {
      .news ul li:hover a .pic .img {
        transform: scale(1.1); }
      .news ul li:hover a .con .tit1 {
        background-image: url("../images/bg1.png");
        color: #fff; } }
  .news .more {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background-image: url("../images/bg1.png");
    letter-spacing: 4px;
    display: block;
    margin: 60px auto 0;
    color: #fff; }
  @media (max-width: 1366px) {
    .news ul li a .con {
      padding-top: 30px; }
    .news ul li a .con .tits {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 1200px) {
    .news ul li a .con {
      padding-top: 20px; }
      .news ul li a .con .tit1 {
        margin-top: 25px; } }
  @media (max-width: 768px) {
    .news ul li {
      padding: 20px 0; }
    .news ul li a .pic {
      width: 100%;
      float: none; }
    .news ul li a .con {
      width: 100%;
      padding-top: 15px;
      float: none; }
      .news ul li a .con .time {
        font-size: 14px;
        line-height: 14px; }
      .news ul li a .con .tits {
        font-size: 16px;
        margin-top: 10px; }
      .news ul li a .con .tit1 {
        width: 120px;
        height: 33px;
        line-height: 33px;
        background-size: cover;
        font-size: 14px;
        margin-top: 15px; }
    .news .more {
      width: 120px;
      height: 33px;
      line-height: 33px;
      background-size: cover;
      font-size: 14px;
      letter-spacing: 0;
      margin: 30px auto 0; } }

.join .box1 {
  background-color: #f8f8f8;
  padding: 5.2% 0; }
  .join .box1 .pic {
    width: 47.1%;
    height: auto;
    float: left; }
  .join .box1 .con {
    width: 45.3%;
    height: auto;
    float: right;
    color: #707070;
    padding-top: 75px; }
    .join .box1 .con .tits {
      font-size: 36px;
      line-height: 36px;
      color: #707070; }
    .join .box1 .con .line {
      width: 100px;
      height: 3px;
      background-image: url("../images/join_line.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      margin-top: 37px; }
    .join .box1 .con .tit {
      font-size: 20px;
      line-height: 36px;
      margin-top: 35px; }
.join .list {
  padding-top: 4.8%;
  padding-bottom: 5.2%; }
  .join .list ul {
    border-top: 1px solid #e5e5e5; }
    .join .list ul li {
      border-bottom: 1px solid #e5e5e5;
      padding: 10px 0; }
      .join .list ul li .tits {
        font-size: 16px;
        line-height: 80px;
        color: #707070;
        position: relative;
        cursor: pointer; }
        .join .list ul li .tits .t {
          margin-left: 20px;
          width: 25.7%;
          float: left; }
        .join .list ul li .tits i {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -20px;
          display: block;
          background-image: url("../images/join_icon.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
        .join .list ul li .tits.on i {
          background-image: url("../images/join_icon_h.png"); }
      .join .list ul li .con {
        width: calc(80% - 20px);
        padding-left: 20px;
        padding-bottom: 32px;
        display: none; }
        .join .list ul li .con .t {
          font-size: 14px;
          line-height: 24px;
          color: #666; }
          .join .list ul li .con .t span {
            width: 180px;
            display: block;
            float: left; }
        .join .list ul li .con .item {
          font-size: 14px;
          line-height: 24px;
          color: #666;
          margin-top: 23px; }
          .join .list ul li .con .item span {
            color: #707070; }
        .join .list ul li .con .apply {
          width: 140px;
          height: 44px;
          border-radius: 22px;
          text-align: center;
          font-size: 14px;
          line-height: 44px;
          background-image: url("../images/bg1.png");
          display: block;
          color: #fff;
          margin-top: 25px;
          display: none; }
  .join .list .more {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background-image: url("../images/bg2.png");
    letter-spacing: 4px;
    display: block;
    color: #e62129;
    margin: 50px auto 0; }
    @media (min-width: 1024px) {
      .join .list .more:hover {
        background-image: url("../images/bg1.png");
        color: #fff; } }
@media (max-width: 1366px) {
  .join .box1 .con .tits {
    font-size: 30px;
    line-height: 30px; } }
@media (max-width: 1200px) {
  .join .box1 .con {
    padding-top: 40px; }
  .join .list ul li .tits {
    line-height: 60px; } }
@media (max-width: 1024px) {
  .join .box1 .con .tits {
    font-size: 22px;
    line-height: 22px; }
  .join .box1 .con .line {
    margin-top: 20px; }
  .join .box1 .con .tit {
    font-size: 18px;
    line-height: 28px; }
  .join .list ul li .tits .t {
    width: 35%; } }
@media (max-width: 768px) {
  .join .box1 .pic {
    width: 100%;
    float: none; }
  .join .box1 .con {
    width: 100%;
    float: none;
    padding-top: 15px; }
    .join .box1 .con .tits {
      font-size: 18px;
      line-height: 18px; }
    .join .box1 .con .tit {
      font-size: 14px;
      line-height: 22px;
      margin-top: 15px; }
  .join .list ul li .tits {
    line-height: 40px; }
    .join .list ul li .tits .t {
      width: 100%;
      margin-left: 10px; }
      .join .list ul li .tits .t:nth-child(2) {
        display: none; }
  .join .list ul li .tits i {
    width: 30px;
    height: 30px;
    right: 0;
    margin-top: -15px; }
  .join .list ul li .con {
    width: calc(100% - 10px);
    padding-left: 10px;
    padding-bottom: 20px; }
  .join .list .more {
    width: 120px;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    background-size: cover;
    letter-spacing: 0;
    margin: 20px auto 0; } }

.contact .box1 {
  background-color: #f6f6f6;
  background-image: url("../images/contact_bg.jpg");
  background-position: right top;
  background-size: cover;
  position: relative;
  padding: 5.8% 0; }
  .contact .box1 .map {
    width: 50%;
    height: 480px;
    float: left; }
  .contact .box1 .con {
    width: 44.4%;
    height: auto;
    float: right;
    color: #707070;
    padding-top: 93px; }
    .contact .box1 .con .tits {
      font-size: 36px;
      line-height: 44px;
      color: #707070; }
    .contact .box1 .con .tit {
      font-size: 16px;
      line-height: 42px;
      margin-top: 52px; }
      .contact .box1 .con .tit .t {
        width: calc(100% - 32px);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 32px; }
        .contact .box1 .con .tit .t.t1 {
          background-image: url("../images/contact_icon1.png"); }
        .contact .box1 .con .tit .t.t2 {
          background-image: url("../images/contact_icon2.png"); }
        .contact .box1 .con .tit .t.t3 {
          background-image: url("../images/contact_icon3.png"); }
		  .contact .box1 .con .tit .t.t4{padding-left:0; padding-top:10px; width:20%;}
		   .contact .box1 .con .tit .t.t4 img{max-width:100%;}
  .contact .box1 .bg {
    width: 35.4%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 0; }
.contact .box2 {
  background-position: center bottom;
  background-image: url("../images/contact_bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4.2%;
  padding-bottom: 8%; }
  .contact .box2 .box {
    position: relative;
    margin-top: 5%; }
    .contact .box2 .box .pic {
      width: 45.1%;
      height: auto;
      float: left;
      margin-left: 2.3%; }
    .contact .box2 .box .con {
      width: 42.8%;
      float: right;
      border: 1px solid #efefef;
      background-color: #fcfcfc;
      border-radius: 15px;
      padding-top: 50px;
      padding-bottom: 90px;
      position: absolute;
      right: 3.3%;
      top: 50%;
      transform: translateY(-50%); }
      .contact .box2 .box .con .con-new {
        width: 500px;
        max-width: 90%;
        margin: 0 auto; }
        .contact .box2 .box .con .con-new .tits {
          font-size: 30px;
          line-height: 30px;
          color: #707070;
          font-weight: bold; }
        .contact .box2 .box .con .con-new .tit {
          margin-top: 40px; }
          .contact .box2 .box .con .con-new .tit .t {
            font-size: 16px;
            line-height: 54px;
            border-bottom: 1px solid #eaeae9;
            float: left;
            position: relative;
            margin-bottom: 10px; }
            .contact .box2 .box .con .con-new .tit .t:nth-child(2n) {
              float: right; }
              .contact .box2 .box .con .con-new .tit .t:nth-child(2n):after {
                width: 100px;
                height: 1px;
                left: -50px;
                bottom: -1px;
                position: absolute;
                content: '';
                background-color: #eaeae9; }
.contact .box3 {
  padding-top: 5.6%;
  padding-bottom: 5.2%; }
  .contact .box3 .tits {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin-top: 37px; }
  .contact .box3 .tableBox {
    width: 100%;
    height: auto;
    margin-top: 56px; }
    .contact .box3 .tableBox .t span {
      width: 60px;
      height: auto;
      display: block;
      float: left;
      font-size: 16px;
      line-height: 50px;
      color: #707070; }
      .contact .box3 .tableBox .t span em {
        color: #c30000; }
    .contact .box3 .tableBox .t .tt {
      width: 47.7%;
      height: auto;
      margin-bottom: 30px; }
      .contact .box3 .tableBox .t .tt .text {
        width: calc(100% - 2px);
        padding-left: 20px;
        height: 48px;
        border: 1px solid #adadad;
        border-radius: 8px;
        background: none;
        float: left;
        font-size: 14px;
        line-height: 30px;
        color: rgba(0, 0, 0, 0.5); }
    .contact .box3 .tableBox .t .txt {
      width: calc(100% - 22px);
      border: 1px solid #adadad;
      border-radius: 8px;
      height: 230px;
      font-size: 14px;
      line-height: 30px;
      color: rgba(0, 0, 0, 0.5);
      padding: 10px 20px; }
    .contact .box3 .tableBox .submit {
      width: 180px;
      height: 50px;
      border-radius: 25px;
      text-align: center;
      font-size: 16px;
      line-height: 50px;
      background-image: url("../images/bg1.png");
      letter-spacing: 4px;
      display: block;
      color: #fff;
      border: none;
      margin-top: 42px; }
@media (max-width: 1366px) {
  .contact .box1 .con .tits {
    font-size: 30px;
    line-height: 38px; }
  .contact .box2 .box .con .con-new .tit .t {
    width: 100%;
    float: none;
    line-height: 38px; }
  .contact .box2 .box .con .con-new .tit .t:nth-child(2n):after {
    display: none; }
  .contact .box2 .box .con {
    padding-top: 30px;
    padding-bottom: 50px; }
    .contact .box2 .box .con .con-new .tits {
      font-size: 26px;
      line-height: 26px; }
    .contact .box2 .box .con .con-new .tit {
      margin-top: 25px; } }
@media (max-width: 1024px) {
  .contact .box1 .con .tits {
    font-size: 22px;
    line-height: 30px; }
  .contact .box2 .box .con {
    padding-top: 20px;
    padding-bottom: 40px; }
  .contact .box2 .box .con .con-new .tits {
    font-size: 20px;
    line-height: 20px; }
  .contact .box2 .box .con .con-new .tit {
    margin-top: 15px; } }
@media (max-width: 900px) {
  .contact .box2 .box .pic {
    width: 90%;
    margin: 0 auto;
    float: none; }
  .contact .box2 .box .con {
    width: 350px;
    max-width: 90%;
    margin: 15px auto 0;
    position: relative;
    top: auto;
    right: auto;
    float: none;
    transform: translateY(0); }
  .contact .box2 .box .con .con-new .tit .t {
    font-size: 15px;
    line-height: 34px; } }
@media (max-width: 768px) {
  .contact .box1 .map {
    width: 100%;
    height: 300px;
    float: none; }
  .contact .box1 .con {
    width: 100%;
    float: none;
    padding-top: 25px; }
    .contact .box1 .con .tits {
      font-size: 18px;
      line-height: 26px; }
    .contact .box1 .con .tit {
      margin-top: 15px;
      font-size: 14px;
      line-height: 30px; }
  .contact .box3 .tableBox .t .tt {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .contact .box3 .tableBox .t span {
    font-size: 14px;
    line-height: 40px; }
  .contact .box3 .tableBox .t .tt .text {
    height: 38px; }
  .contact .box3 .tableBox {
    margin-top: 20px; }
  .contact .box3 .tits {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px; }
  .contact .box3 .tableBox .t .txt {
    line-height: 22px; }
  .contact .box3 .tableBox .t .txt {
    height: 168px; }
  .contact .box3 .tableBox .submit {
    width: 120px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    background-size: cover;
    margin-top: 20px; } }

.anchorBL {
  display: none !important; }

.academy .box1 {
  background-color: #f8f8f8;
  padding-top: 5.2%;
  padding-bottom: 5%;
  overflow: hidden; }
  .academy .box1 .title {
    text-align: center; }
    .academy .box1 .title .cn {
      font-size: 36px;
      line-height: 36px;
      color: #707070; }
    .academy .box1 .title .en {
      font-size: 16px;
      line-height: 18px;
      color: #333;
      margin-top: 18px;
      font-family: Arial; }
  .academy .box1 .box {
    width: 680px;
    margin: 4.5% auto 0;
    max-width: 92%;
    position: relative;
    z-index: 4; }
    .academy .box1 .box .item {
      width: 140px;
      height: auto;
      text-align: center; }
      .academy .box1 .box .item .img {
        width: 100%;
        height: auto; }
      .academy .box1 .box .item .cn {
        font-size: 24px;
        line-height: 24px;
        color: #707070;
        margin-top: 30px; }
      .academy .box1 .box .item .en {
        font-size: 14px;
        line-height: 14px;
        color: #333;
        font-family: Arial;
        margin-top: 14px; }
    .academy .box1 .box .icon {
      width: 26px;
      height: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/academy_icon.png"); }
  .academy .box1 .box0 {
    margin-top: 14px; }
    .academy .box1 .box0 .tits {
      width: 235px;
      height: auto;
      position: relative;
      margin: 0 auto; }
      .academy .box1 .box0 .tits span {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        font-size: 24px;
        line-height: 42px;
        color: #fff;
        text-align: center; }
      .academy .box1 .box0 .tits .line {
        width: 498%;
        height: 498%;
        border-radius: 100%;
        border: 1px solid #aaa;
        position: absolute;
        top: -199%;
        left: -199%;
        z-index: 0;
        animation: ripple 4.5s ease-out 0.2s infinite; }
        .academy .box1 .box0 .tits .line:after {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          border: 1px solid #aaa;
          position: absolute;
          border-radius: 100%;
          content: '';
          animation: ripple 4.5s ease-out 0.4s infinite; }
        .academy .box1 .box0 .tits .line:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          border: 1px solid #aaa;
          position: absolute;
          border-radius: 100%;
          content: '';
          animation: ripple 4.5s ease-out 1.6s infinite; }
    .academy .box1 .box0 .txt {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #707070;
      margin-top: 73px;
      position: relative;
      z-index: 4; }
.academy .box2 {
  padding: 5.2% 0; }
  .academy .box2 .item {
    width: 48.4%;
    height: auto; }
    .academy .box2 .item p {
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      color: #707070;
      margin-top: 17px; }
@media (max-width: 1366px) {
  .academy .box1 .title .cn {
    font-size: 30px;
    line-height: 30px; } }
@media (max-width: 1200px) {
  .academy .box1 .box .item .img {
    width: 100px;
    margin: 0 auto; }
  .academy .box1 .box .item .cn {
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px; }
  .academy .box1 .box0 .tits {
    width: 195px; }
    .academy .box1 .box0 .tits span {
      font-size: 20px;
      line-height: 30px; }
  .academy .box1 .box0 .txt {
    font-size: 16px;
    margin-top: 50px; } }
@media (max-width: 1024px) {
  .academy .box1 .title .cn {
    font-size: 22px;
    line-height: 22px; }
  .academy .box1 .title .en {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px; } }
@media (max-width: 768px) {
  .academy .box1 .box .item .img {
    width: 60px; }
  .academy .box1 .box .item .cn {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; }
  .academy .box1 .box .item .en {
    margin-top: 5px; }
  .academy .box1 .box .icon {
    width: 20px;
    height: 20px; }
  .academy .box1 .box0 .tits {
    width: 125px; }
    .academy .box1 .box0 .tits span {
      font-size: 16px;
      line-height: 24px; }
  .academy .box1 .box0 .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px; }
  .academy .box2 .item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px; }
    .academy .box2 .item p {
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px; } }

.workstation .box1 {
  padding: 5.2% 0; }
  .workstation .box1 .title {
    text-align: center; }
    .workstation .box1 .title .cn {
      font-size: 36px;
      line-height: 36px;
      color: #707070; }
    .workstation .box1 .title .en {
      font-size: 16px;
      line-height: 18px;
      color: #333;
      margin-top: 18px;
      font-family: Arial; }
  .workstation .box1 .box-new {
    margin-top: 6.2%; }
    .workstation .box1 .box-new .pic {
      width: 34.7%;
      height: auto;
      float: left; }
    .workstation .box1 .box-new .con {
      width: 49.2%;
      float: right;
      height: auto;
      padding-top: 28px; }
      .workstation .box1 .box-new .con .tits {
        font-size: 24px;
        line-height: 42px;
        color: #707070; }
        .workstation .box1 .box-new .con .tits span {
          font-weight: bold; }
      .workstation .box1 .box-new .con .picBox {
        margin-top: 41px; }
        .workstation .box1 .box-new .con .picBox img {
          width: 133px;
          margin-right: 20px; }
.workstation .box2 {
  background-color: #f2f2f2;
  padding: 4.2% 0; }
  .workstation .box2 .t {
    width: 26.3%;
    float: left; }
    .workstation .box2 .t.t1 {
      margin-left: 10.5%; }
  .workstation .box2 .tits {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/workstation_bg.jpg");
    background-size: cover; }
  .workstation .box2 ul li {
    font-size: 14px;
    line-height: 50px;
    color: #333;
    border-bottom: 1px solid #ccc; }
    .workstation .box2 ul li .t.t1 {
      font-weight: bold;
      color: #707070; }
@media (max-width: 1366px) {
  .workstation .box1 .title .cn {
    font-size: 30px;
    line-height: 30px; }
  .workstation .box2 .t.t1 {
    margin-left: 5%; }
  .workstation .box2 .t.t2 {
    width: 45%; }
  .workstation .box2 .t.t3 {
    width: 20%; } }
@media (max-width: 1200px) {
  .workstation .box1 .box-new .pic {
    width: 44.7%; }
  .workstation .box1 .box-new .con .tits {
    font-size: 20px;
    line-height: 30px; } }
@media (max-width: 1024px) {
  .workstation .box1 .title .cn {
    font-size: 22px;
    line-height: 22px; }
  .workstation .box1 .title .en {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px; }
  .workstation .box1 .box-new .con {
    padding-top: 0; }
  .workstation .box1 .box-new .con .picBox {
    margin-top: 20px; }
    .workstation .box1 .box-new .con .picBox img {
      width: 100px; } }
@media (max-width: 768px) {
  .workstation .box1 .box-new .pic {
    width: 100%;
    float: none; }
  .workstation .box1 .box-new .con {
    width: 100%;
    float: none;
    margin-top: 20px; }
  .workstation .box1 .box-new .con .tits {
    font-size: 16px;
    line-height: 20px; }
  .workstation .box2 .tits {
    font-size: 16px;
    line-height: 40px; }
  .workstation .box2 .box {
    width: 100%;
    overflow-x: scroll; }
    .workstation .box2 .box .tits {
      width: 800px; }
    .workstation .box2 .box ul {
      width: 800px; }
      .workstation .box2 .box ul li {
        line-height: 40px; } }

.property .box1 {
  max-width: 92%;
  margin: 0 auto;
  text-align: center;
  padding: 5.2% 0; }
  .property .box1 .t1 {
    font-size: 16px;
    line-height: 18px;
    color: #333; }
    .property .box1 .t1 i {
      padding-left: 50px;
      color: #707070;
      font-weight: bold;
      position: relative; }
      .property .box1 .t1 i:after {
        width: 30px;
        height: 1px;
        top: 9px;
        left: 10px;
        background-color: #707070;
        content: '';
        position: absolute; }
  .property .box1 .t2 {
    font-size: 36px;
    line-height: 36px;
    color: #707070;
    margin-top: 28px; }
  .property .box1 .t3 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 50px; }
.property .box2 {
  background-color: #f8fafb;
  padding: 4.2% 0; }
  .property .box2 .title {
    text-align: center;
    color: #707070; }
    .property .box2 .title img {
      width: 60px;
      display: block;
      margin: 0 auto; }
    .property .box2 .title .t {
      font-size: 36px;
      line-height: 36px;
      margin-top: 30px;
      color: #707070; }
    .property .box2 .title .t1 {
      font-size: 18px;
      line-height: 18px;
      margin-top: 20px; }
  .property .box2 .list {
    margin-top: 55px; }
    .property .box2 .list ul {
      overflow: hidden; }
      .property .box2 .list ul li {
        width: 19%;
        margin-right: 1.25%;
        float: left;
        padding-bottom: 2000px;
        margin-bottom: -2000px;
        border-right: 1px solid #e6e6e6;
        box-sizing: border-box; }
        .property .box2 .list ul li:last-child {
          margin-right: 0;
          border-right: none; }
        .property .box2 .list ul li .year {
          font-size: 48px;
          line-height: 48px;
          color: #ccc;
          font-weight: bold;
          font-family: Arial;
          padding-top: 45px; }
        .property .box2 .list ul li .con {
          margin-top: 36px;
          padding-bottom: 18px; }
          .property .box2 .list ul li .con .t {
            font-size: 14px;
            line-height: 20px;
            color: #666;
            margin-bottom: 8px; }
            .property .box2 .list ul li .con .t span {
              width: 80px;
              display: block;
              float: left;
              color: #707070;
              font-weight: bold;
              font-family: Arial; }
            .property .box2 .list ul li .con .t i {
              width: calc(100% - 100px);
              display: block;
              float: left; }
.property .box3 {
  padding: 5.2% 0; }
  .property .box3 .title {
    text-align: center; }
    .property .box3 .title .cn {
      font-size: 36px;
      line-height: 36px;
      color: #707070; }
    .property .box3 .title .en {
      font-size: 16px;
      line-height: 16px;
      color: #333;
      margin-top: 20px; }
  .property .box3 .bb1 {
    margin-top: 50px; }
    .property .box3 .bb1 .pic {
      width: 44.3%;
      float: left; }
    .property .box3 .bb1 .con {
      width: 49.5%;
      float: right;
      padding-top: 25px; }
      .property .box3 .bb1 .con .itemBox {
        width: 100%;
        height: auto; }
        .property .box3 .bb1 .con .itemBox .item {
          float: left;
          margin-right: 80px; }
          .property .box3 .bb1 .con .itemBox .item .tits {
            font-size: 24px;
            line-height: 48px;
            color: #808080; }
            .property .box3 .bb1 .con .itemBox .item .tits span {
              font-weight: bold;
              font-size: 48px;
              color: #a1000b;
              font-family: Arial; }
          .property .box3 .bb1 .con .itemBox .item .tit {
            font-size: 18px;
            line-height: 18px;
            color: #333;
            margin-top: 7px; }
          .property .box3 .bb1 .con .itemBox .item .line {
            width: 42px;
            height: 3px;
            background-color: #a1000b;
            margin-top: 20px; }
      .property .box3 .bb1 .con .list {
        width: 100%;
        height: auto;
        margin-top: 40px; }
        .property .box3 .bb1 .con .list .tits {
          font-size: 18px;
          line-height: 18px;
          color: #707070; }
        .property .box3 .bb1 .con .list ul {
          margin-top: 28px; }
          .property .box3 .bb1 .con .list ul li {
            width: calc(38.5% - 40px);
            height: auto;
            margin-right: 11.5%;
            border-bottom: 1px solid #e6e6e6;
            float: left;
            padding-left: 40px;
            font-size: 14px;
            line-height: 46px;
            color: #333;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/property_icon2.png");
            margin-bottom: 18px; }
  .property .box3 .bb2 {
    margin-top: 50px; }
    .property .box3 .bb2 .tits {
      width: 20%;
      height: 87px;
      background-image: url("../images/property_bg.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      font-size: 24px;
      line-height: 30px;
      color: #fff;
      text-align: center;
      padding-top: 33px;
      float: left; }
      .property .box3 .bb2 .tits span {
        font-size: 18px; }
    .property .box3 .bb2 .itemBox {
      width: 80%;
      height: auto;
      float: left; }
      .property .box3 .bb2 .itemBox .item:nth-child(1) {
        border-bottom: 1px solid #fff; }
      .property .box3 .bb2 .itemBox .item .t {
        float: left;
        width: 25%;
        box-sizing: border-box;
        border-left: 1px solid #fff;
        background-color: #f7f9fa;
        font-size: 14px;
        line-height: 60px;
        color: #333; }
        .property .box3 .bb2 .itemBox .item .t:nth-child(1) {
          border-left: none;
          font-size: 16px;
          color: #0054a6; }
        .property .box3 .bb2 .itemBox .item .t:nth-child(2n) {
          background-color: #f0f1f2; }
        .property .box3 .bb2 .itemBox .item .t .t1 {
          width: calc(100% - 90px);
          float: left;
          padding-left: 30px; }
        .property .box3 .bb2 .itemBox .item .t .t2 {
          width: 60px;
          box-sizing: border-box;
          border-left: 1px solid #fff;
          font-weight: bold;
          font-family: Arial;
          float: left;
          text-align: center; }
.property .box4 {
  padding: 5.2% 0;
  background-color: #f0f1f2; }
  .property .box4 .title {
    text-align: center; }
    .property .box4 .title .cn {
      font-size: 36px;
      line-height: 36px;
      color: #707070; }
    .property .box4 .title .en {
      font-size: 16px;
      line-height: 16px;
      color: #333;
      margin-top: 20px; }
  .property .box4 .list {
    margin-top: 50px; }
    .property .box4 .list ul li {
      width: 22.4%;
      height: auto;
      margin-right: 3.4%;
      float: left;
      background-color: #fff;
      border-radius: 10px;
      margin-bottom: 50px;
      overflow: hidden;
      padding-bottom: 30px; }
      .property .box4 .list ul li:nth-child(4n) {
        margin-right: 0; }
      .property .box4 .list ul li .pic {
        width: 100%;
        height: auto; }
      .property .box4 .list ul li p {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        height: 18px;
        overflow: hidden;
        color: #707070;
        margin-top: 18px; }
    .property .box4 .list .more {
      width: 240px;
      height: 50px;
      border-radius: 25px;
      text-align: center;
      font-size: 16px;
      line-height: 50px;
      background-image: url("../images/bg1.png");
      letter-spacing: 4px;
      display: block;
      color: #fff;
      margin: 30px auto 0; }
@media (max-width: 1366px) {
  .property .box1 .t2 {
    font-size: 30px;
    line-height: 30px; }
  .property .box2 .title .t {
    font-size: 30px;
    line-height: 30px; }
  .property .box3 .title .cn {
    font-size: 30px;
    line-height: 30px; }
  .property .box4 .title .cn {
    font-size: 30px;
    line-height: 30px; }
  .property .box2 .list ul li .year {
    font-size: 36px;
    line-height: 36px; }
  .property .box2 .list ul li .con .t span {
    width: 60px; }
  .property .box2 .list ul li .con .t i {
    width: calc(100% - 70px); }
  .property .box3 .bb1 .con .itemBox .item .tits {
    line-height: 36px; }
  .property .box3 .bb1 .con .itemBox .item .tits span {
    font-size: 36px; }
  .property .box3 .bb1 .con .list ul li {
    margin-bottom: 10px;
    line-height: 40px; }
  .property .box3 .bb1 .con .list {
    margin-top: 20px; }
    .property .box3 .bb1 .con .list ul {
      margin-top: 10px; } }
@media (max-width: 1200px) {
  .property .box1 .t3 {
    margin-top: 30px; }
  .property .box2 .list ul li {
    width: 32%;
    margin-right: 2%;
    height: 210px;
    padding-bottom: 0;
    margin-bottom: 20px; }
    .property .box2 .list ul li:nth-child(3n) {
      margin-right: 0;
      border-right: none; }
  .property .box2 .list ul li .year {
    padding-top: 20px;
    font-size: 30px;
    line-height: 30px; }
  .property .box3 .bb1 .con .list ul li {
    width: calc(45% - 26px);
    padding-left: 26px;
    margin-right: 5%; }
  .property .box3 .bb1 .con .itemBox .item .tits {
    line-height: 30px; }
  .property .box3 .bb1 .con .itemBox .item .tits span {
    font-size: 30px; }
  .property .box3 .bb1 .con {
    padding-top: 5px; }
  .property .box3 .bb1 {
    margin-top: 30px; }
  .property .box3 .bb2 .itemBox .item .t .t1 {
    width: calc(100% - 55px);
    padding-left: 10px; }
  .property .box3 .bb2 .itemBox .item .t .t2 {
    width: 45px; }
  .property .box3 .bb2 .tits {
    font-size: 20px;
    line-height: 28px; }
    .property .box3 .bb2 .tits span {
      font-size: 16px; }
  .property .box3 .bb2 {
    margin-top: 30px; }
  .property .box4 .list ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%; }
    .property .box4 .list ul li:nth-child(4n) {
      margin-right: 3.5%; }
    .property .box4 .list ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 1024px) {
  .property .box1 .t2 {
    font-size: 22px;
    line-height: 22px; }
  .property .box2 .title .t {
    font-size: 22px;
    line-height: 22px; }
  .property .box3 .title .en {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px; }
  .property .box3 .title .cn {
    font-size: 22px;
    line-height: 22px; }
  .property .box4 .title .cn {
    font-size: 22px;
    line-height: 22px; }
  .property .box4 .title .en {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px; }
  .property .box2 .title .t1 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px; }
  .property .box2 .title img {
    width: 40px; }
  .property .box2 .list ul li .con {
    margin-top: 20px; }
  .property .box2 .title .t {
    margin-top: 15px; }
  .property .box3 .bb1 .con .itemBox .item .tit {
    font-size: 14px;
    line-height: 14px; }
  .property .box3 .bb1 .con .itemBox .item .tits {
    font-size: 16px;
    line-height: 22px; }
    .property .box3 .bb1 .con .itemBox .item .tits span {
      font-size: 22px; }
  .property .box3 .bb2 .tits {
    width: 100%;
    height: auto;
    line-height: 40px;
    padding-top: 0;
    font-size: 18px; }
    .property .box3 .bb2 .tits br {
      display: none; }
    .property .box3 .bb2 .tits span {
      font-size: 14px; }
  .property .box3 .bb2 .itemBox {
    width: 100%; }
  .property .box3 .bb2 .itemBox .item .t {
    line-height: 45px; }
  .property .box3 .bb2 {
    margin-top: 15px; } }
@media (max-width: 900px) {
  .property .box3 .bb1 .pic {
    width: 100%;
    float: none; }
  .property .box3 .bb1 .con {
    width: 100%;
    float: none;
    padding-top: 15px; }
  .property .box3 .bb1 .con .itemBox .item .line {
    margin-top: 10px;
    height: 2px; }
  .property .box3 .bb1 .con .list .tits {
    font-size: 16px;
    line-height: 16px; }
  .property .box3 .bb1 .con .list ul li {
    width: calc(100% - 26px);
    margin-right: 0; }
  .property .box3 .bb1 {
    margin-top: 15px; }
  .property .box4 .list ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding-bottom: 10px; }
    .property .box4 .list ul li:nth-child(3n) {
      margin-right: 3%; }
    .property .box4 .list ul li:nth-child(2n) {
      margin-right: 0; }
  .property .box4 .list ul li p {
    font-size: 14px;
    line-height: 16px;
    height: auto;
    margin-top: 5px;
    height: 32px;
    max-width: 90%;
    margin: 5px auto 0; } }
@media (max-width: 830px) {
  .property .box3 .bb2 .itemBox .item .t {
    width: 50%; }
  .property .box3 .bb2 .itemBox .item .t:nth-child(2n) {
    border-bottom: 1px solid #fff; }
  .property .box3 .bb2 .itemBox .item:nth-child(1) {
    border-bottom: none; }
  .property .box3 .bb2 .itemBox .item .t:nth-child(1) {
    font-size: 14px; }
  .property .box3 .bb2 .itemBox .item .t {
    font-size: 12px; } }
@media (max-width: 768px) {
  .property .box1 .t1 {
    font-size: 14px;
    line-height: 16px; }
  .property .box1 .t2 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 13px; }
  .property .box1 .t3 {
    font-size: 14px;
    line-height: 22px; }
  .property .box2 .list ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    border-right: none;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
    .property .box2 .list ul li .year {
      font-size: 24px;
      line-height: 24px;
      padding-top: 0; }
    .property .box2 .list ul li .con {
      padding-bottom: 0;
      margin-top: 10px; }
  .property .box4 .list .more {
    width: 120px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    margin: 20px auto 0;
    letter-spacing: 0; } }

.product {
  background-color: #f8f8f8;
  padding: 4.5% 0; }
  .product ul li {
    width: 49%;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box; }
    .product ul li a {
      width: 100%;
      height: auto;
      position: relative;
      display: block; }
      .product ul li a .pic {
        width: 51%;
        height: 250px;
        padding: 7.5% 0;
        position: relative; }
        .product ul li a .pic img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          max-width: 80%;
          max-height: 100%; }
      .product ul li a .con {
        width: 49%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; }
        .product ul li a .con .tits {
          font-size: 24px;
          line-height: 26px;
          color: #2768b7;
          font-weight: bold; }
        .product ul li a .con .tit {
          font-size: 16px;
          line-height: 24px;
          color: #333;
          font-family: Arial;
          margin-top: 12px; }
  @media (max-width: 1200px) {
    .product ul li a .con .tits {
      font-size: 20px;
      line-height: 20px; }
    .product ul li a .pic {
      padding: 0; } }
  @media (max-width: 950px) {
    .product ul li {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 10px; }
    .product ul li a .con .tit {
      word-wrap: break-word; }
    .product ul li a .pic {
      height: 200px; }
      .product ul li a .pic img {
        max-height: 60%;
        max-width: 70%; }
    .product ul li a .con .tits {
      font-size: 16px;
      line-height: 16px; }
    .product ul li a .con .tit {
      font-size: 14px;
      line-height: 22px; } }

.productInfo {
 /* padding-bottom: 4%;*/ }
  .productInfo .box1 {
    padding-top: 4.5%;
    padding-bottom: 6.5%; 
	
   background:#f4f4f4 url(../images/nebg.jpg) no-repeat center top;
	}
    .productInfo .box1 .tits {
      text-align: center;
      font-size: 36px;
      line-height: 36px;
      color: #707070; }
    .productInfo .box1 .list {
      width: 510px;
      height: auto;
      position: relative;
      margin: 60px auto 0; }
      .productInfo .box1 .list .bg {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1; }
      .productInfo .box1 .list ul {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        .productInfo .box1 .list ul li {
          font-size: 16px;
          line-height: 34px;
          color: #707070;
          position: absolute;
          width: 250px;
          cursor: pointer; }
          .productInfo .box1 .list ul li:after {
            content: '';
            width: 34px;
            height: 34px;
            background-image: url("../images/product_icon.png");
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 0; }
          .productInfo .box1 .list ul li.left {
            padding-right: 45px;
            text-align: right; }
            .productInfo .box1 .list ul li.left:after {
              right: 0; }
          .productInfo .box1 .list ul li.right {
            padding-left: 45px;
            text-align: left; }
            .productInfo .box1 .list ul li.right:after {
              left: 0; }
          .productInfo .box1 .list ul li:nth-child(1) {
            top: 27.8%;
            right: 92.7%; }
          .productInfo .box1 .list ul li:nth-child(2) {
            top: 27.8%;
            left: 92.7%; }
          .productInfo .box1 .list ul li:nth-child(3) {
            top: 66%;
            right: 92.7%; }
          .productInfo .box1 .list ul li:nth-child(4) {
            top: 66%;
            left: 92.7%; }
          .productInfo .box1 .list ul li:nth-child(5) {
            top: 0.6%;
            right: 65.8%; }
          .productInfo .box1 .list ul li:nth-child(6) {
            top: 0.6%;
            left: 65.8%; }
          .productInfo .box1 .list ul li:nth-child(7) {
            bottom: 0.6%;
            right: 65.8%; }
          .productInfo .box1 .list ul li:nth-child(8) {
            bottom: 0.6%;
            left: 65.8%; }
          .productInfo .box1 .list ul li:nth-child(9) {
            top: 46.4%;
            right: 96.5%; }
          .productInfo .box1 .list ul li:nth-child(10) {
            top: 46.4%;
            left: 96.6%; }
          .productInfo .box1 .list ul li:nth-child(11) {
            top: 11.5%;
            right: 81.8%; }
          .productInfo .box1 .list ul li:nth-child(12) {
            top: 11.5%;
            left: 81.8%; }
          .productInfo .box1 .list ul li.on:after {
            background-image: url("../images/product_icon_h.png"); }
      .productInfo .box1 .list .pic {
        width: 100%;
        height: 100%;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0; }
        .productInfo .box1 .list .pic .img {
          width: 100%;
          height: 100%;
          position: relative;
          display: none; }
          .productInfo .box1 .list .pic .img img {
            max-width: 50%;
            max-height: 50%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto; }
    .productInfo .box1 .titBox {
      width: 100%;
      margin-top: 15px;
      display: none; }
      .productInfo .box1 .titBox p {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        color: #707070;
        display: none; }
  .productInfo .box2 {
    background-size: cover;
    background-position: center bottom;
    background-image: url("../images/info_bg1.jpg");
    background-repeat: no-repeat;
    padding-top: 5.2%;
    padding-bottom: 12%; }
    .productInfo .box2 .tits {
      text-align: center;
      font-size: 36px;
      line-height: 36px;
      color: #707070; }
    .productInfo .box2 .list {
      margin-top: 6.3%; }
      .productInfo .box2 .list ul li {
        width: 20%;
        float: left;
        text-align: center; }
        .productInfo .box2 .list ul li .icon {
          width: 170px;
          height: auto;
          position: relative;
          box-sizing: border-box;
          border: 3px solid #ebebeb;
          background-color: #fff;
          overflow: hidden;
          border-radius: 100%;
          margin: 0 auto; }
          .productInfo .box2 .list ul li .icon img {
            position: relative;
            z-index: 4; }
          .productInfo .box2 .list ul li .icon .img1 {
            display: block; }
          .productInfo .box2 .list ul li .icon .img2 {
            display: none; }
          .productInfo .box2 .list ul li .icon .bg {
            background-image: url("../images/bg3.png");
            width: 100%;
            height: 100%;
            position: absolute;
            background-size: cover;
            top: 0;
            left: 0;
            z-index: 2;
            border-radius: 100%;
            overflow: hidden;
            transform: scale(0);
            transition: transform 0.7s ease-out; }
        .productInfo .box2 .list ul li p {
          font-size: 18px;
          line-height: 24px;
          color: #333;
          margin-top: 30px; }
        @media (min-width: 1024px) {
          .productInfo .box2 .list ul li:hover .icon .img1 {
            display: none; }
          .productInfo .box2 .list ul li:hover .icon .img2 {
            display: block; }
          .productInfo .box2 .list ul li:hover .icon .bg {
            opacity: 1;
            transform: scale(1); } }
  .productInfo .box3 {
    padding: 5.2% 0; }
    .productInfo .box3 .tits {
      text-align: center;
      font-size: 36px;
      line-height: 36px;
      color: #707070; }
    .productInfo .box3 .list {
      margin-top: 4%; }
      .productInfo .box3 .list ul li {
        width: 100%;
        height: auto; }
        .productInfo .box3 .list ul li .picLeft {
          width: 60.3%;
          float: left; }
        .productInfo .box3 .list ul li .picRight {
          width: 35.2%;
          height: auto;
          float: right;
          padding-top: 25px; }
          .productInfo .box3 .list ul li .picRight p {
            text-align: center;
            font-size: 16px;
            line-height: 20px;
            color: #707070;
            margin-top: 12px; }
      .productInfo .box3 .list .btns {
        width: 100%;
        text-align: center;
        font-size: 0;
        margin-top: 45px; }
        .productInfo .box3 .list .btns span {
          width: 12px;
          height: 12px;
          display: inline-block;
          border-radius: 100%;
          background: none;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/btns_icon.png");
          opacity: 1;
          margin: 0 10px; }
          .productInfo .box3 .list .btns span.swiper-pagination-bullet-active {
            background-image: url("../images/btns_icon_h.png"); }
  .productInfo .paging a {
    float: right;
    padding-left: 40px;
    font-size: 16px;
    color: #707070;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/return1.png");
    line-height: 32px; }
  @media (max-width: 1366px) {
    .productInfo .box2 .list ul li .icon {
      width: 130px; }
    .productInfo .box1 .tits {
      font-size: 30px;
      line-height: 30px; }
    .productInfo .box2 .tits {
      font-size: 30px;
      line-height: 30px; }
    .productInfo .box3 .tits {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .productInfo .box2 .list ul li p {
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 1024px) {
    .productInfo .box1 .list {
      width: 350px; }
    .productInfo .box1 .list ul li.right {
      font-size: 14px;
      line-height: 28px; }
    .productInfo .box1 .tits {
      font-size: 22px;
      line-height: 22px; }
    .productInfo .box2 .tits {
      font-size: 22px;
      line-height: 22px; }
    .productInfo .box3 .tits {
      font-size: 22px;
      line-height: 22px; }
    .productInfo .box2 .list ul li .icon {
      width: 80px; }
    .productInfo .box2 .list ul li p {
      font-size: 14px;
      line-height: 22px;
      max-width: 90%;
      margin: 10px auto 0; }
      .productInfo .box2 .list ul li p br {
        display: none; } }
  @media (max-width: 890px) {
    .productInfo .box2 .list ul {
      text-align: center;
      font-size: 0; }
    .productInfo .box2 .list ul li {
      width: 33.3333333333%;
      float: none;
      display: inline-block;
      margin-bottom: 20px; }
    .productInfo .box3 .list ul li .picLeft {
      width: 100%;
      float: none; }
    .productInfo .box3 .list ul li .picRight {
      width: 100%;
      padding-top: 15px; }
    .productInfo .box3 .list .btns {
      margin-top: 15px; }
    .productInfo .box1 .list {
      margin: 30px auto 0; }
    .productInfo .box2 {
      padding-bottom: 6%; } }
  @media (max-width: 768px) {
    .productInfo .box1 .list {
      width: 300px; }
    .productInfo .box1 .list ul li {
      width: 34px;
      height: 34px;
      padding: 0 !important; }
    .productInfo .box1 .list ul li span {
      display: none; }
    .productInfo .box1 .titBox {
      display: block; }
    .productInfo .box1 .list ul li:nth-child(5) {
      top: -1.4%;
      right: 63.2%; }
    .productInfo .box1 .list ul li:nth-child(6) {
      top: -1.4%;
      left: 62.6%; }
    .productInfo .box1 .list ul li:nth-child(1) {
      top: 25.8%;
      right: 90.7%; }
    .productInfo .box1 .list ul li:nth-child(2) {
      top: 25%;
      left: 90.7%; }
    .productInfo .box1 .list ul li:nth-child(3) {
      top: 63.8%;
      right: 90.7%; }
    .productInfo .box1 .list ul li:nth-child(4) {
      top: 63.8%;
      left: 90.7%; }
    .productInfo .box1 .list ul li:nth-child(7) {
      bottom: -1.4%;
      right: 63.8%; }
    .productInfo .box1 .list ul li:nth-child(8) {
      bottom: -1.4%;
      left: 63.8%; }
    .productInfo .paging a {
      font-size: 14px;
      line-height: 26px;
      background-size: auto 100%;
      padding-left: 32px; } }

.welfare .box1 {
  position: relative;
  padding: 5.2% 0 2%; }
  .welfare .box1 .bg {
    width: 33.6%;
    height: 100%;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: none; }
  .welfare .box1 .pic {
    width: 49.25%;
    overflow: hidden;
    border-radius: 5px;
    float: left; }
  .welfare .box1 .con {
    width: 46.9%;
    height: auto;
    float: right;
    color: #707070;
    padding-top: 30px; }
    .welfare .box1 .con .tits {
      font-size: 36px;
      line-height: 36px; }
    .welfare .box1 .con .tit {
      font-size: 16px;
      line-height: 28px;
      margin-top: 18px;
      margin-bottom: 55px; }
    .welfare .box1 .con .tit1 {
      font-size: 16px;
      line-height: 18px; }
    .welfare .box1 .con .tit2 {
      font-size: 24px;
      line-height: 44px;
      margin-top: 30px;
      margin-bottom: 15px; }
      .welfare .box1 .con .tit2 span {
        font-size: 60px;
        font-family: Arial; }
.welfare .box2 {
  width: 100%;
  height: auto;
  background-color: #f2f3f2;
  margin-top: 5.2%;
  position: relative;
  overflow: hidden; }
  .welfare .box2 .bg {
    width: 1520px;
    height: 1520px;
    border: 1px solid #007479;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-radius: 100%;
    opacity: 0.2;
    animation: ripple 4.5s ease-out 0.2s infinite; }
    .welfare .box2 .bg:after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 1px solid #007479;
      position: absolute;
      border-radius: 100%;
      content: '';
      animation: ripple 4.5s ease-out 0.4s infinite; }
    .welfare .box2 .bg:before {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 1px solid #007479;
      position: absolute;
      border-radius: 100%;
      content: '';
      animation: ripple 4.5s ease-out 1.6s infinite; }
    @media (max-width: 1520px) {
      .welfare .box2 .bg {
        width: 1300px;
        height: 1300px; } }
    @media (max-width: 1300px) {
      .welfare .box2 .bg {
        width: 1000px;
        height: 1000px;
        animation: ripple 3s ease-out 0.2s infinite; }
        .welfare .box2 .bg:after {
          animation: ripple 3s ease-out 0.4s infinite; }
        .welfare .box2 .bg:before {
          animation: ripple 3s ease-out 1s infinite; } }
    @media (max-width: 1000px) {
      .welfare .box2 .bg {
        width: 700px;
        height: 700px; } }
    @media (max-width: 700px) {
      .welfare .box2 .bg {
        width: 400px;
        height: 400px;
        animation: ripple 2s ease-out 0.2s infinite; }
        .welfare .box2 .bg:after {
          animation: ripple 2s ease-out 0.4s infinite; }
        .welfare .box2 .bg:before {
          animation: ripple 2s ease-out 1s infinite; } }
  .welfare .box2 .w1200 {
    background-image: url("../images/map.png");
    background-size: 80.9% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6% 0; }
  .welfare .box2 .year {
    width: 60px;
    float: left;
    position: relative;
    z-index: 4; }
    .welfare .box2 .year .a {
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      margin: 0 auto; }
      .welfare .box2 .year .a.prev {
        background-image: url("../images/top.png"); }
      .welfare .box2 .year .a.next {
        background-image: url("../images/bottom.png"); }
      @media (min-width: 1024px) {
        .welfare .box2 .year .a:hover.prev {
          background-image: url("../images/top_h.png"); }
        .welfare .box2 .year .a:hover.next {
          background-image: url("../images/bottom_h.png"); } }
    .welfare .box2 .year .year-new {
      width: 100%;
      height: 600px; }
      .welfare .box2 .year .year-new ul li {
        font-size: 18px;
        line-height: 100px;
        height: 100px;
        cursor: pointer;
        text-align: center; }
        .welfare .box2 .year .year-new ul li.on {
          color: #009150; }
  .welfare .box2 .con {
    width: 81.4%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 4; }
    .welfare .box2 .con .item {
      width: 100%;
      height: auto;
      display: none;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      .welfare .box2 .con .item .list ul li .conLeft {
        width: 47%;
        height: auto;
        float: left;
        color: #333; }
        .welfare .box2 .con .item .list ul li .conLeft .tits {
          font-size: 14px;
          line-height: 14px;
          color: #333; }
        .welfare .box2 .con .item .list ul li .conLeft .tit {
          font-size: 30px;
          line-height: 44px;
          color: #707070;
          margin-top: 30px; }
          .welfare .box2 .con .item .list ul li .conLeft .tit span {
            font-size: 60px;
            font-family: Arial; }
        .welfare .box2 .con .item .list ul li .conLeft .tit1 {
          margin-top: 33%; }
          .welfare .box2 .con .item .list ul li .conLeft .tit1 .t {
            padding-left: 28px;
            font-size: 14px;
            line-height: 30px;
            color: #333;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/welfare_icon1.png");
            margin-bottom: 15px; }
      .welfare .box2 .con .item .list ul li .conRight {
        width: 53%;
        float: right; }
        .welfare .box2 .con .item .list ul li .conRight .time {
          font-size: 18px;
          line-height: 18px;
          font-family: Arial;
          color: #666; }
        .welfare .box2 .con .item .list ul li .conRight .tit {
          font-size: 18px;
          line-height: 32px;
          color: #707070;
          margin-top: 35px; }
      .welfare .box2 .con .item .btns {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 15; }
        .welfare .box2 .con .item .btns .btns-new {
          float: right; }
          .welfare .box2 .con .item .btns .btns-new span {
            width: 28px;
            height: 28px;
            display: block;
            float: left;
            opacity: 1;
            background: none;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("../images/welfare_icon2.png");
            cursor: pointer; }
            .welfare .box2 .con .item .btns .btns-new span.swiper-pagination-bullet-active {
              background-image: url("../images/welfare_icon2_h.png");
              background-size: cover; }
@media (max-width: 1366px) {
  .welfare .box1 .con .tits {
    line-height: 30px;
    font-size: 30px; }
  .welfare .box1 .con .tit2 {
    line-height: 34px; }
    .welfare .box1 .con .tit2 span {
      font-size: 44px; }
  .welfare .box2 .con .item .list ul li .conLeft .tit {
    line-height: 34px; }
    .welfare .box2 .con .item .list ul li .conLeft .tit span {
      font-size: 44px; } }
@media (max-width: 1024px) {
  .welfare .box1 .con .tits {
    font-size: 22px;
    line-height: 22px; }
  .welfare .box1 .con .tit2 {
    line-height: 28px;
    margin-top: 13px;
    margin-bottom: 5px; }
    .welfare .box1 .con .tit2 span {
      font-size: 36px; }
  .welfare .box1 .con .tit {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px; }
  .welfare .box1 .con .tit1 {
    font-size: 14px;
    line-height: 16px; }
  .welfare .box2 .con .item .list ul li .conLeft .tit {
    line-height: 28px; }
    .welfare .box2 .con .item .list ul li .conLeft .tit span {
      font-size: 36px; }
  .welfare .box2 .con .item .list ul li .conRight .tit {
    font-size: 16px;
    line-height: 26px; } }
@media (max-width: 768px) {
  .welfare .box1 .pic {
    width: 100%;
    float: none; }
  .welfare .box1 .con {
    width: 100%;
    padding-top: 15px;
    float: none; }
  .welfare .box1 .bg {
    display: none; }
  .welfare .box1 .con .tits {
    font-size: 18px;
    line-height: 18px; }
  .welfare .box1 .con .tit2 {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px; }
    .welfare .box1 .con .tit2 span {
      font-size: 28px; }
  .welfare .box2 .con .item .list ul li .conLeft .tit {
    line-height: 20px;
    font-size: 16px; }
    .welfare .box2 .con .item .list ul li .conLeft .tit span {
      font-size: 28px; }
  .welfare .box2 .year {
    width: 100%;
    float: none;
    margin-top: 20px; }
    .welfare .box2 .year .a {
      float: left;
      width: 30px;
      height: 30px;
      transform: rotate(-90deg); }
  .welfare .box2 .con {
    width: 100%;
    position: relative;
    height: auto; }
  .welfare .box2 .con .item {
    position: relative;
    top: auto;
    transform: translateY(0);
    left: auto; }
  .welfare .box2 .year .year-new {
    height: 30px;
    width: calc(100% - 60px);
    float: left; }
    .welfare .box2 .year .year-new ul li {
      line-height: 30px;
      font-size: 14px; }
  .welfare .box2 .con .item .table {
    display: block; }
    .welfare .box2 .con .item .table .table-cell {
      display: block; }
  .welfare .box2 .con .item .list ul li .conLeft {
    width: 100%;
    float: none; }
  .welfare .box2 .con .item .list ul li .conRight {
    width: 100%;
    float: none;
    margin-top: 20px; }
    .welfare .box2 .con .item .list ul li .conRight .tit {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px; }
  .welfare .box2 .con .item .list ul li .conLeft .tit1 {
    margin-top: 10px; }
    .welfare .box2 .con .item .list ul li .conLeft .tit1 .t {
      margin-bottom: 0; }
  .welfare .box2 .con .item .list ul li .conLeft .tit {
    margin-top: 10px; }
  .welfare .box2 .con .item .btns {
    position: relative;
    bottom: auto;
    margin-top: 15px; }
  .welfare .box2 .con .item .btns .btns-new span {
    width: 20px;
    height: 20px; } }

.newsInfo {
  width: 100%;
  height: auto;
  padding-top: 49px;
  padding-bottom: 5.2%; }
  .newsInfo .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }
    .newsInfo .content .tits {
      text-align: center;
      font-size: 30px;
      line-height: 36px;
      color: #707070; }
	  
	  .newsInfo .content .nr table td{ border:1px solid #ddd !important;}
	      .newsInfo .content .nr{ padding-top:20px; line-height:36px !important; font-size:14px !important;font-family:宋体 !important;}
		   .newsInfo .content .nr p, .newsInfo .content .nr span{line-height:36px !important; font-size:14px !important; font-family:宋体 !important; margin:0 !important; padding:0 !important}
    .newsInfo .content .time {
      font-size: 16px;
      line-height: 20px;
      color: #666;
      text-align: center;
      margin-top: 45px; }
      .newsInfo .content .time span {
        color: #333; }
    .newsInfo .content .con {
      font-size: 16px;
      line-height: 24px;
      color: #333;
      border-top: 1px solid #e6e6e6;
      margin-top: 47px;
      padding-top: 6%; }
      .newsInfo .content .con img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto !important; }
  .newsInfo .paging {
    width: 100%;
    height: auto;
    margin-top: 6.8%;
    position: relative; }
    .newsInfo .paging .t {
      width: 45%;
      height: auto;
      font-size: 16px;
      line-height: 40px; }
      .newsInfo .paging .t .p {
        width: 120px;
        height: 40px;
        border: 1px solid #e62129;
        box-sizing: border-box;
        text-align: center !important;
        float: left;
        color: #e62129;
        display: block; }
      .newsInfo .paging .t a {
        width: calc(100% - 140px);
        float: right;
        height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        color: #707070; }
		
		.ej-page {
	text-align: center;
	padding: 2% 0%;
}
.ej-page a {
	height: 48px;
	width: 48px;
	line-height: 48px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	font-size: 15px;
	color: #777;
	margin: 5px;
	transition: all ease .2s 0s;
	-moz-transition: all ease .2s 0s;
	-webkit-transition: all ease .2s 0s;
}
.ej-page .button {
	padding: 0 25px;
	width: auto;
}
.ej-page a:hover, .ej-page a.on {
	background: #A4000B;
	border-color: #A4000B;
	color: #fff;
}
		   @media (max-width: 1024px){.ej-page a {width:auto; height:auto; line-height:initial; padding:3px 8px;}}
        @media (min-width: 1024px) {
			
			
          .newsInfo .paging .t a:hover {
            color: #e62129; } }
      .newsInfo .paging .t.right .p {
          }
      .newsInfo .paging .t.right a {
        float: left;
        text-align: right; }
    .newsInfo .paging .return {
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-image: url("../images/return.png");
      display: block;
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -10px; }
      .newsInfo .paging .return span {
        width: 50px;
        display: block;
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        line-height: 12px;
        color: #666;
        text-align: center; }
  .newsInfo .img1 {
    position: absolute;
    right: 0;
    width: 26.8%;
    top: 85%; }
  .newsInfo .img2 {
    width: 73.75%;
    position: absolute;
    top: 140%;
    left: 0; }
  @media (max-width: 1366px) {
    .newsInfo .content .tits {
      font-size: 24px;
      line-height: 30px; }
    .newsInfo .content .time {
      margin-top: 30px; }
    .newsInfo .content .con {
      margin-top: 30px; } }
  @media (max-width: 1024px) {
    .newsInfo {
      padding-top: 20px; }
      .newsInfo .content .tits {
        font-size: 18px;
        line-height: 24px; }
      .newsInfo .content .time {
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px; }
      .newsInfo .content .con {
        padding-top: 25px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px; }
      .newsInfo .paging .t .p {
        width: 80px;
        height: 33px;
        line-height: 30px;
        font-size: 14px; }
      .newsInfo .paging .t a {
        width: calc(100% - 100px);
        line-height: 35px;
        height: 35px; } }
  @media (max-width: 768px) {
    .newsInfo .paging .t a {
      display: none; }
    .newsInfo .paging .return {
      top: 7px; } }

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1); } }
.history {
  padding-top: 5.2%;
  padding-bottom: 5.2%; }
  .history .year {
    position: relative; }
    .history .year .yearList {
      width: 100%;
      height: 40px;
      padding-top: 44px;
      overflow: hidden; }
      .history .year .yearList:after {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        position: absolute;
        bottom: 20px;
        left: 0;
        content: '';
        z-index: 3; }
      .history .year .yearList ul {
        position: relative;
        z-index: 4; }
        .history .year .yearList ul li {
          width: 16.6666666667%;
          float: left;
          position: relative;
          cursor: pointer; }
          .history .year .yearList ul li .print {
            width: 36px;
            height: 36px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("../images/year.png");
            margin: 0 auto;
            transition: all .5s; }
          .history .year .yearList ul li .t {
            width: 100%;
            position: absolute;
            bottom: 40px;
            left: 0;
            text-align: center;
            font-size: 16px;
            color: #666;
            transition: all .5s; }
          .history .year .yearList ul li.on .print {
            background-image: url("../images/year_h.png"); }
          .history .year .yearList ul li.on .t {
            font-size: 30px;
            color: #e62129;
            line-height: 30px;
            bottom: 55px; }
    .history .year .a {
      width: 40px;
      bottom: 0;
      height: 40px;
      position: absolute;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      display: block;
      border-radius: 100%;
      background-color: #fff;
      z-index: 10; }
      .history .year .a.prev {
        left: -56px;
        background-image: url("../images/left.png"); }
      .history .year .a.next {
        right: -56px;
        background-image: url("../images/right.png"); }
  .history .conList {
    width: calc(100% - 16.66667% + 36px);
    height: auto;
    margin: 4% auto 0; }
    .history .conList ul li .t {
      margin-bottom: 20px;
      color: #828282; }
      .history .conList ul li .t span {
        font-size: 18px;
        line-height: 30px;
        color: #666;
        float: left;
        width: 85px;
        letter-spacing: -1px; }
        .history .conList ul li .t span em {
          color: #000;
          font-size: 30px; }
      .history .conList ul li .t i {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        float: left;
        width: calc(100% - 85px);
        display: block;
        margin-top: 5px; }
  @media (max-width: 1366px) {
    .history .year .a.prev {
      left: -20px; }
    .history .year .a.next {
      right: -20px; } }
  @media (max-width: 1200px) {
    .history .year .yearList ul li.swiper-slide-active .t {
      font-size: 22px;
      line-height: 22px;
      bottom: 50px; } }
  @media (max-width: 768px) {
    .history .year .yearList {
      height: 30px;
      padding-top: 30px;
      width: calc(100% - 40px);
      padding: 30px 20px 0; }
      .history .year .yearList ul li {
        width: 25%; }
        .history .year .yearList ul li .print {
          width: 30px;
          height: 30px;
          background-size: 20px; }
        .history .year .yearList ul li .t {
          bottom: 30px;
          font-size: 14px;
          line-height: 14px; }
        .history .year .yearList ul li.swiper-slide-active .print {
          background-size: 24px; }
        .history .year .yearList ul li.swiper-slide-active .t {
          font-size: 18px;
          line-height: 18px;
          bottom: 34px; }
    .history .year .a {
      width: 30px;
      height: 30px; }
      .history .year .a.prev {
        left: -15px; }
      .history .year .a.next {
        right: -15px; }
    .history .year .yearList:after {
      bottom: 15px; }
    .history .conList {
      width: calc(100% - 20px); }
    .history .conList ul li .t span {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0;
      width: 70px; }
      .history .conList ul li .t span em {
        font-size: 18px; }
    .history .conList ul li .t i {
      font-size: 14px;
      line-height: 22px;
      width: calc(100% - 70px);
      margin-top: 0; } }

/*# sourceMappingURL=style.css.map */
.yyqh { text-decoration:none; color:#000000;}
.sxp{ text-decoration:none;}
.sxp a{ text-decoration:none; color:#000000;}