* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  background: #fff;
  font-family: "Microsoft YaHei", "arial";
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong2 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bmove1 {
  animation-name: bmove1;
}
@keyframes bmove1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn2 {
  animation-name: fadeIn2;
}
@keyframes fadeIn2 {
  0% {
    width: 0;
  }
  10% {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  position: absolute;
  height: 100px;
}
.header .container {
  position: relative;
}
.header .logo {
  float: left;
  display: block;
  margin-top: 30px;
}
.header .logo .ph {
  display: none;
}
.header .logo img {
  max-height: 30px;
}
.header .tel {
  float: right;
  color: #fff;
  z-index: 9;
  line-height: 100px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.header .tel .icon {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  vertical-align: middle;
  margin-right: 10px;
}
.header .search {
  float: right;
  margin-left: 30px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
}
.header .search .icon {
  fill: #fff;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  vertical-align: middle;
  margin-right: 5px;
}
.header .menu {
  right: 20px;
  top: 13px;
  height: 100%;
  display: none;
  text-align: center;
  position: absolute;
}
@media (max-width: 1700px) {
  .header .nav li {
    margin: 0 30px;
  }
}
@media (max-width: 1440px) {
  .header {
    height: 80px;
  }
  .header .logo {
    margin-top: 20px;
  }
  .header .nav li > a {
    line-height: 80px;
  }
  .header .nav li .isubprobox,
  .header .nav li .subnav {
    top: 80px;
  }
  .header .tel,
  .header .search {
    font-size: 16px;
    line-height: 80px;
  }
}
.header-nr {
  top: auto;
  left: auto;
  position: relative;
}
.header-nr .nav li > a {
  color: #333;
}
.header-nr .nav li > a:after {
  background: #2b496f;
}
.header-nr .tel,
.header-nr .search {
  color: #333;
}
.header-nr .tel .icon,
.header-nr .search .icon {
  fill: #999;
}
@media (max-width: 1200px) {
  .header {
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    position: fixed;
  }
  .header .logo {
    padding-left: 0;
    margin-top: 12px;
  }
  .header .logo .pc {
    display: none;
  }
  .header .logo .ph {
    display: inline-block;
  }
  .header .menu {
    display: block;
  }
  .header .tel,
  .header .search {
    display: none;
  }
}
.nav {
  float: right;
}
.nav li {
  float: left;
  margin: 0 50px;
  position: relative;
  text-align: center;
}
.nav li > a {
  color: #fff;
  font-size: 14px;
  line-height: 100px;
  display: block;
  position: relative;
}
.nav li > a:after {
  content: "";
  height: 2px;
  bottom: 20px;
  left: 50%;
  opacity: 0;
  width: 0;
  background: #fff;
  position: absolute;
  transition: all 500ms ease;
}
.nav li .subnav {
  top: 100px;
  left: 0;
  width: 160px;
  z-index: 9;
  left: 50%;
  font-size: 14px;
  display: none;
  padding: 20px 10px;
  background: #fff;
  font-weight: lighter;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  position: absolute;
}
.nav li .subnav a {
  display: block;
  overflow: hidden;
  color: #666;
  padding: 5px;
  transition: all 0s ease;
}
.nav li .subnav a:hover {
  color: #72c867;
  font-weight: bold;
}
.nav li .isubprobox {
  top: 100px;
  left: 0;
  width: 100%;
  display: none;
  position: absolute;
  background: #2b496f;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.nav li .isubprobox:after {
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  position: absolute;
}
.nav li .isubprobox a:after {
  display: none!important;
}
.nav li .isubprobox .leftnav {
  width: 15%;
  float: left;
  text-align: left;
  padding-top: 30px;
}
.nav li .isubprobox .leftnav .bt {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.nav li .isubprobox .leftnav span:nth-child(2) {
  border-top: 0;
}
.nav li .isubprobox .leftnav span {
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  font-size: 16px;
  position: relative;
  padding-right: 30px;
}
.nav li .isubprobox .leftnav span .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  right: 20px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
}
.nav li .isubprobox .leftnav span a {
  color: #fff;
}
.nav li .isubprobox .leftnav span:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nav li .isubprobox .leftnav span:first-child {
  border-top: 0;
}
.nav li .isubprobox .leftnav .cur a .icon {
  opacity: 1;
}
@media (max-width: 1440px) {
  .nav li .isubprobox .leftnav {
    padding-top: 40px;
  }
  .nav li .isubprobox .leftnav .bt {
    font-size: 24px;
  }
}
.nav li .isubprobox .listpro {
  display: none;
}
.nav li .isubprobox .right {
  width: 85%;
  float: left;
  z-index: 9;
  padding-top: 30px;
  position: relative;
  background: #fff;
  padding-bottom: 30px;
}
.nav li .isubprobox .right .bt2 {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding-left: 40px;
  padding-bottom: 18px;
  border-bottom: solid 1px #eee;
}
.nav li .isubprobox .right .item {
  float: left;
  margin: 15px 0 30px 0;
  text-align: left;
  width: 100%;
}
.nav li .isubprobox .right .item .icon {
  width: 20px;
  height: 20px;
  fill: #666;
  float: right;
  margin-top: 8px;
}
.nav li .isubprobox .right .item .tit {
  color: #777;
  font-size: 16px;
  height: 24px;
  overflow: hidden;
  width: 20%;
  float: left;
  padding-left: 40px;
  margin-top: 10px;
}
.nav li .isubprobox .right .item .tit img {
  max-height: 20px;
  vertical-align: top;
}
.nav li .isubprobox .right .item .tit i {
  color: #f30;
  font-size: 14px;
  padding-left: 5px;
  display: inline-block;
  font-style: normal;
  font-family: arial;
  font-weight: lighter;
}
.nav li .isubprobox .right .item .tit a:hover {
  text-decoration: underline;
}
.nav li .isubprobox .right .item .txt {
  color: #666;
  height: 24px;
  overflow: hidden;
  margin-top: 5px;
}
.nav li .isubprobox .right .item .pic {
  margin-top: 15px;
  position: relative;
}
.nav li .isubprobox .right .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.nav li .isubprobox .right .item .more {
  width: 140px;
  height: 40px;
  padding: 0 10px;
  line-height: 38px;
  display: block;
  border-radius: 5px;
  margin-top: 25px;
  border: solid 1px #c3c3c3;
}
@media (max-width: 1440px) {
  .nav li .isubprobox .right {
    padding-top: 40px;
  }
}
.nav li .isubsoubox {
  top: 100px;
  left: 0;
  width: 100%;
  display: none;
  padding: 80px 0;
  position: absolute;
  background: #f0f4f5;
}
.nav li .isubsoubox .item {
  width: 25%;
  float: left;
  text-align: center;
  padding: 30px;
  padding-top: 0;
  border-left: solid 1px #eaeaea;
}
.nav li .isubsoubox .item .tit {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #333;
  margin: 15px 0;
  font-weight: 700;
}
.nav li .isubsoubox .item .line {
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #dcdcdc;
}
.nav li .isubsoubox .item .txt {
  height: 24px;
  margin-top: 10px;
  overflow: hidden;
  color: #666;
}
.nav li .isubsoubox .item .pic {
  position: relative;
}
.nav li .isubsoubox .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.nav li .isubsoubox .item:first-child {
  border-left: 0;
}
.nav li .isubsoubox .tagbox {
  overflow: hidden;
}
.nav li .isubsoubox .tag {
  margin-top: 30px;
  padding-top: 50px;
  margin: 0 -18px;
  font-size: 18px;
  border-top: solid 1px #eaeaea;
}
.nav li .isubsoubox .tag span {
  width: 20%;
  float: left;
  padding: 0 18px;
}
.nav li .isubsoubox .tag a {
  height: 54px;
  line-height: 54px;
  font-style: normal;
  background: #e2e2e2;
  overflow: hidden;
  text-align: center;
  display: block;
  border-radius: 5px;
}
.nav li .isubsoubox .tag span:hover a {
  color: #fff;
  background: #72c867;
}
@media (max-width: 1440px) {
  .nav li .isubsoubox {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .nav li .isubsoubox .item .pic:after {
    padding-bottom: 50%;
  }
  .nav li .isubsoubox .item .tit {
    font-size: 16px;
  }
  .nav li .isubsoubox .tag {
    padding-top: 40px;
    font-size: 16px;
  }
  .nav li .isubsoubox .tag a {
    height: 40px;
    line-height: 40px;
  }
}
.nav li:hover .isubprobox,
.nav li:hover .isubsoubox,
.nav li:hover .subnav {
  display: block;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li:hover > a:after,
.nav .active > a:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.fixed .logo .pc {
  display: none;
}
.fixed .logo .ph {
  display: inline-block;
}
.fixed .nav li > a {
  color: #333;
}
.fixed .nav li > a:after {
  background: #2b496f;
}
.fixed .tel,
.fixed .search {
  color: #333;
}
.fixed .tel .icon,
.fixed .search .icon {
  fill: #999;
}
.footer {
  color: #fff;
  padding-top: 50px;
  background: #2b496f;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer li {
  width: 10%;
  float: left;
}
.footer li h3 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 25px;
}
.footer li h3 a {
  margin-bottom: 0;
}
.footer li a {
  display: block;
  margin-bottom: 10px;
}
.footer li:first-child {
  width: 20%;
  padding-right: 50px;
  min-height: 260px;
  border-right: solid 1px #244166;
}
.footer li:first-child span {
  width: 44%;
  float: left;
  text-align:center;
  margin-top: 50px;
}
.footer li:first-child span i {
  display: block;
  font-style: normal;
  text-align: center;
  font-size:12px;
}
.footer li:last-child .cot span a{
	margin-bottom:0;
}
.footer li:first-child span:last-child {
  float: right;
}
.footer li:nth-child(2) {
  padding-left: 50px;
  width: 14%;
}
.footer li:last-child {
  width: 26%;
  padding-left: 50px;
  min-height: 260px;
  border-left: solid 1px #244166;
}
.footer li:last-child a {
  display: inline-block;
}
.footer li:last-child p {
  margin-bottom:15px;
}
.footer li:last-child .name {
  font-size: 18px;
}
.footer li:last-child .cot span {
  font-size: 24px;
  font-family: arial;
}
.footer li:last-child .link a {
  padding-right: 5px;
}
.footer .copy {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  background: #253f60;
}

@media(max-width:1450px ) {
	.footer li:first-child{
		padding-right:20px;
	}
	.footer ul{
		padding-bottom:20px;
	}
	.footer li{
		width:9.5%;
	}
	.footer li h3{
		padding-bottom:15px;
	}
	.footer li:last-child p{
		margin-bottom:5px;
	}
	.footer li{
		min-height:200px!important;
	}
	.footer li a{
		margin-bottom:0;
	}
	.footer li:last-child{
		width:28%;
		padding-left:30px;
	}
}

@media (max-width: 1200px) {
  .footer li {
    display: none;
  }
  .footer li:first-child,
  .footer li:last-child {
    width: 100%;
    float: none;
    display: block;
    padding-left: 0;
    min-height: auto;
    overflow: hidden;
    border: 0;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer li{
		min-height:auto!important;
	}
  .footer li:first-child p {
    padding: 0 50px;
    font-size: 12px;
  }
  .footer li:first-child p span {
    margin-top: 0;
  }
  .footer li:first-child p:nth-child(1) {
    display: none;
  }
  .footer li:last-child p {
    margin-bottom: 10px;
  }
  .footer li:last-child .name {
    font-size: 16px;
  }
  .footer li:last-child .link {
    display: none;
  }
  .footer .copy {
    font-size: 12px;
  }
}


.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 999;
  position: fixed;
  height: 100%;
width: 100%;
display: none;
}


.phone-nav .transparency1{
	  opacity:1;
	  top:0;
	  position:absolute;
	  z-index: 0;
	  left:0;
	  height: 100%;
	  width: 100%;
	  opacity:0;
	  display:none;
	  transition:all 500ms ease;
	  background: rgba(0, 0, 0, 0.5);
}

.phone-nav.pshow .transparency1{
	opacity:1;
	display:block;
}

.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  z-index:3;
  right:-150%;
  top:0;
  width: 60%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position:absolute;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
}
.phone-nav .list-menu {
  padding-top: 100px;
}
.phone-nav .list-menu li {
  font-size: 16px;
  position: relative;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav .list-menu li h3 {
  color: #72c867;
  padding-left: 20px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 10px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  color: #555;
  font-size: 14px;
  padding: 0px 0px 0 20px;
}
.transparency {
  display: block;
  position: fixed;
  z-index: 9;
  top: 100px;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  display: none!important;
}
.transparency.transparency-visible {
  opacity: 1;
  visibility: visible;
}


#searchPopup {
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 0;
  width: 100%;
  height: 70px;
  opacity: 1;
  visibility: hidden;
}
#searchPopup > .container {
  padding: 60px;
  position: relative;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
#searchPopup.searchPopup-visible {
  opacity: 1;
  visibility: visible;
}
#searchPopup.searchPopup-visible .close {
  transform: translateY(0) scale(1);
}
#searchPopup .bt {
  color: #333;
  font-size: 32px;
  line-height: 42px;
}
#searchPopup .btn {
  display: block;
  width: 160px;
  height: 65px;
  position: absolute;
  top: 120px;
  right: 60px;
  margin: auto;
  color: #fff;
  font-size: 24px;
  line-height: 65px;
  padding-left: 80px;
  font-size: 16px;
  background: url(../images/search.png) no-repeat 40px center #2b496f;
}
#searchPopup .btn:hover {
  background-color: #333;
}
#searchPopup .tig {
  font-size: 16px;
  margin-top: 40px;
}
#searchPopup .tig a {
  color: #2b496f;
  padding-right: 20px;
  display: inline-block;
}
#searchPopup .tig a:hover {
  color: #333;
}
#searchPopup .close {
  position: absolute;
  right: 60px;
  top: 55px;
  margin: auto;
  height: 40px;
  width: 40px;
  transition: transform .3s;
  transform: translateY(0) scale(1);
  color: #fff;
  opacity: 0.5;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: url(../images/close.png) no-repeat center;
  background-size: 30px 30px;
}
#searchPopup input[type="search"] {
  height: 65px;
  line-height: 65px;
  border: none;
  width: 100%;
  padding: 0 10px;
  margin-top: 20px;
  padding-right: 100px;
  font-size: 16px;
  border: solid 1px #e1e1e1;
  background: transparent;
  color: rgba(0, 0, 0, 0.4);
}
#searchPopup input[type="search"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#searchPopup input[type="search"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#searchPopup input[type="search"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#searchPopup input[type="search"]:focus {
  color: #000;
}
#searchPopup input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.banner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 940px;
}
.banner .pic {
  height: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 11;
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
}
.banner .t1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.banner .t2 {
  font-size: 28px;
  line-height: 38px;
  padding-top: 30px;
}
.banner .btn {
  margin-top: 50px;
  text-align: center;
}
.banner .btn a {
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  max-width: 290px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  background: #72c867;
}
.banner .btn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  vertical-align: middle;
  margin: 0px 0 2px 20px;
  display: inline-block;
  transition: all 500ms ease;
}
.banner .btn:hover a {
  background: #68b65e;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.banner .btn:hover .icon {
  margin-left: 10px;
}
.banner canvas {
  display: block;
}
.banner .waves {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  bottom: 0px;
  z-index: 10;
}
.banner .slick-prev,
.banner .slick-next {
  opacity: 0.4;
  border-width: 3px;
  width: 35px;
  height: 35px;
  transition: all 500ms ease;
}
.banner .slick-prev {
	left:100px;
  transform: rotate(45deg);
}
.banner .slick-prev:hover {
  opacity: 1;
}
.banner .slick-next {
	right:100px;
  transform: rotate(-45deg);
}
.banner .slick-next:hover {
  opacity: 1;
}
.banner .slick-dots {
  bottom: 50px;
}
.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border: solid 1px #fff;
}
.banner .slick-dots li.slick-active button {
  background: #27456b;
  opacity: 1;
  background: none;
}
.banner .slick-active .t1 {
  animation: 1.5s fadeInUp2 ease;
}
.banner .slick-active .t2 {
  animation: 1.5s fadeInDown2 ease;
}
.banner .slick-active .btn {
  animation: 1.5s bmove1 ease;
}
@media (max-width: 1800px) {
  .banner {
    height: 856px;
  }
}
@media (max-width: 1700px) {
  .banner {
    height: 774px;
  }
}
@media (max-width: 1500px) {
  .banner {
    height: 695px;
  }
}
@media (max-width: 1400px) {
  .banner {
    height: 659px;
  }
}
@media (max-width: 1300px) {
  .banner {
    height: 617px;
  }
}
@media (max-width: 1200px) {
  .banner {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 60px;
  }
  .banner .t1 {
    font-size: 20px;
    line-height: 40px;
  }
  .banner .t2 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 0;
  }
  .banner .btn {
    display: none;
  }
  .banner .slick-prev,
  .banner .slick-next {
    opacity: 0!important;
  }
  .banner .slick-dots {
    bottom: 20px;
  }
}
.banner .ph-pic{
		display:none;
}
@media (max-width:750px) {
	.banner .item{
		display:none;
	}
	.banner .ph-pic{
		display:block;
		position:relative;
	}
	.banner .ph-pic-1:before{
		content:"";
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index:1;
		position:absolute;
		background:rgba(0,0,0,0.2);
	}
	.banner .slick-dots{
		bottom:30px;
	}
	.banner .zxzx{
		 top:auto!important;
		 left:50%!important;
		 bottom:70px!important;
		 transform:translateX(-50%);
	}
}

.index-search {
  height: 80px;
  z-index: 5;
  margin-top: -10px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.index-search .hots {
  color: #333;
  width: 50%;
  float: left;
  line-height: 80px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
}
.index-search .hots .icon {
  fill: #27456b;
  width: 26px;
  height: 26px;
  margin-bottom: 5px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.index-search .hots a {
  color: #333;
  display: inline-block;
}
.index-search .hots a:hover {
  text-decoration: underline;
  color: #72c867;
}
.index-search .search1 {
  display: block;
  width: 45%;
  float: right;
  margin-top: 22px;
  position: relative;
}
.index-search .search1 input {
  width: 98%;
  height: 36px;
  background: #fff;
  padding: 0  100px 0 40px;
  border-radius: 5px;
  border: solid 1px #ccc;
  border-right: 0;
  font-size: 14px;
  color: #666;
  font-family: "微软雅黑";
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.index-search .search1 .icon {
  top: 7px;
  left: 14px;
  width: 24px;
  height: 24px;
  fill: #cfcfcf;
  position: absolute;
}
.index-search .search1 a {
  height: 36px;
  width: 100px;
  right: 0;
  top: 0;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background: #27456b;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1200px) {
  .index-search .hots {
    display: none;
  }
  .index-search .search1 {
    width: 100%;
    float: none;
  }
}
.index-title {
  position: relative;
}
.index-title .cn {
  font-size: 36px;
  color: #1d2229;
  line-height: 56px;
  font-weight: 600;
}
.index-title .en {
  opacity: 0.08;
  color: #424f5d;
  font-size: 62px;
  line-height: 72px;
  font-weight: 700;
  top: 10%;
  position: absolute;
  text-transform: uppercase;
}
.index-title .txt {
  color: #666;
  font-size: 16px;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .index-title .cn {
    font-size: 20px;
    line-height: 30px;
  }
  .index-title .en {
    line-height: 40px;
    top: -15px !important;
    font-size: 24px!important;
  }
}
@media (max-width: 640px) {
  .index-title .cn span {
    display: inline-block;
  }
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-solution {
  padding: 80px 0;
}
.index-solution .index-title {
  width: 35%;
}
.index-solution .bt {
  margin-bottom: 60px;
  position: relative;
}
.index-solution .bt .en {
  font-size: 160px;
  line-height: 160px;
  font-family: arial;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #f5f5f5;
}
.index-solution .bt .tag {
  right: 0;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
  position: absolute;
}
.index-solution .bt .tag a {
  color: #333;
  position: relative;
  margin-left: 50px;
  display: inline-block;
}
.index-solution .bt .tag a:after {
  content: "";
  height: 2px;
  bottom: -10px;
  left: 50%;
  opacity: 0;
  width: 0;
  background: #72c867;
  position: absolute;
  transition: all 500ms ease;
}
.index-solution .bt .tag .cur {
  color: #72c867;
}
.index-solution .bt .tag .cur:after {
  left: 0;
  width: 100%;
  opacity: 1;
}
.index-solution .list {
  position: relative;
}
.index-solution .list ul {
  margin: 0 -20px;
  font-size: 0;
}
.index-solution .list li:hover .pic:before {
  opacity: 0;
}
.index-solution .list li:hover .pic img {
  transform: scale(1.05);
}
.index-solution .list li {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding: 0px 20px;
  padding-top: 40px;
}
.index-solution .list li .item {
  position: relative;
}
.index-solution .list li .pic {
  overflow: hidden;
  position: relative;
}
.index-solution .list li .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: all 500ms ease;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 40%, #2b496f 100%);
}
.index-solution .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 88.3%;
}
.index-solution .list li .pic img {
  transition: all 800ms ease;
}
.index-solution .list li .tag {
  top: 30px;
  left: -10px;
  color: #fff;
  width: 180px;
  height: 40px;
  z-index: 2;
  text-align: center;
  line-height: 40px;
  position: absolute;
  font-size: 24px;
  background: #72c867;
}
.index-solution .list li .tag:after {
  content: "";
  left: 0;
  bottom: -10px;
  position: absolute;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #46923d;
}
.index-solution .list li .tit {
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 30px;
  height: 24px;
  font-size: 14px;
  overflow: hidden;
  padding: 0 30px;
  position: absolute;
}
.index-solution .list li .tit span {
  float: right;
  padding-left: 30px;
}
.index-solution .list li:nth-child(2) {
  position: relative;
  transform: translateY(-200px);
}
.index-solution .list li:nth-child(4) {
  position: relative;
  transform: translateY(-200px);
}
.index-solution .list .button {
  width: 50%;
  right: 0;
  bottom: 70px;
  padding-left: 20px;
  position: absolute;
}
.index-solution .list .button a {
  width: 49%;
  float: left;
  height: 60px;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  background: #2b496f;
  border-radius: 5px;
  border: solid 1px #2b496f;
}
.index-solution .list .button a:last-child {
  float: right;
  color: #2b496f;
  background: none;
}
.index-solution .list .button a:hover {
  color: #fff;
  border-color: #fff;
  background: #72c867;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.index-solution .listbox {
  display: none;
}
.index-solution .pro_list li .bt {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .index-solution .index-title {
    width: 40%;
  }
  .index-solution .bt {
    margin-bottom: 20px;
  }
  .index-solution .bt .en {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 1200px) {
  .index-solution {
    padding: 40px 0;
  }
  .index-solution .index-title {
    width: 100%;
    float: none;
  }
  .index-solution .index-title .txt {
    display: none;
    font-size: 14px;
    margin-top: 0;
  }
  .index-solution .bt .en {
    font-size: 60px;
    line-height: 60px;
  }
  .index-solution .bt .tag {
    right: auto;
  }
  .index-solution .bt .tag a:first-child {
    margin-left: 0;
  }
  .index-solution .list li:nth-child(2),
  .index-solution .list li:nth-child(4) {
    transform: translate(0);
  }
  .index-solution .list ul {
    margin: 0 -10px;
  }
  .index-solution .list li {
    padding: 0 10px;
    padding-top: 20px;
  }
  .index-solution .list li .tag {
    left: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    width: 80px;
    font-size: 14px;
  }
  .index-solution .list li .tag:after {
    display: none;
  }
  .index-solution .list li .tit {
    display: none;
  }
  .index-solution .list .button {
    width: 100%;
    left: auto;
    bottom: auto;
    padding-left: 0;
    position: relative;
    margin-top: 20px;
  }
  .index-solution .list .button a {
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.index-more a {
  color: #fff;
  width: 156px;
  height: 42px;
  display: block;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  border-radius: 5px;
  background: #72c867;
}
.index-more a:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .index-more a {
    width: 130px;
    font-size: 14px;
  }
}
.index-solution-1 {
  min-height: 740px;
  padding-top: 100px;
  overflow:hidden;
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}
.index-solution-1 .index-title {
  margin-top: -10px;
  text-align:center;
}
.index-solution-1 .index-title .cn {
  color: #fff;
}
.index-solution-1 .index-title .en {
  color: #fff;
  width:100%;
  text-align:center;
}
.index-solution-1 .index-more {
  margin-top: 20px;
}
.index-solution-1 .taglist {
	 margin-top:50px;
}


.index-solution-1 .taglist li span:first-child{
	padding-left:0;
}
.index-solution-1 .taglist li span {
  float: left;
  width:12.5%;
  margin-bottom: 30px;
  display: block;
  padding-left:20px;
  text-align: center;
}
.index-solution-1 .taglist li a {
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height:50px;
  display: block;
  background: #fff;
  overflow: hidden;
}
.index-solution-1 .taglist li .cur a {
  color: #fff!important;
  background: rgba(114, 200, 103, 0.7) !important;
}
.index-solution-1 .taglist li:nth-child(2) span a {
  color: #dadada;
  background: rgba(255, 255, 255, 0.2);
}
.index-solution-1 .list {
  display: none;
  padding-top: 30px;
}
.index-solution-1 .list .cn {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.index-solution-1 .list .en {
  font-style: italic;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
}
.index-solution-1 .list .left {
  width: 32.14%;
  float: left;
  position: relative;
}
.index-solution-1 .list .left .txtbox {
  top: 0;
  left: 0;
  color: #fff;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 25px 45px;
  position: absolute;
}
.index-solution-1 .list .left .icon {
  text-align: right;
}
.index-solution-1 .list .left .bt {
  margin-top: 40px;
}
.index-solution-1 .list .left .txt {
  font-size: 16px;
  padding: 30px 0;
}
.index-solution-1 .list .left .index-more {
  margin-top: 30px;
}
.index-solution-1 .list .right {
  width: 67.86%;
  float: left;
  position: relative;
}
.index-solution-1 .list .right .item-1 {
  position: relative;
  cursor: pointer;
}
.index-solution-1 .list .right .item-1:hover {
  position: relative;
}
.index-solution-1 .list .right .item-1:hover .pic img {
  transform: scale(1.05);
}
.index-solution-1 .list .right .item-1:hover .icon img {
  transform: translateY(15px);
}
.index-solution-1 .list .right .pic {
  overflow: hidden;
}
.index-solution-1 .list .right .pic img {
  transition: all 700ms ease;
}
.index-solution-1 .list .right .icon {
  top: 30px;
  right: 30px;
  z-index: 2;
  position: absolute;
}
.index-solution-1 .list .right .icon img {
  transition: all 700ms ease;
}
.index-solution-1 .list .right .txtbox {
  bottom: 30px;
  width: 100%;
  z-index: 3;
  padding: 0 30px;
  position: absolute;
}
.index-solution-1 .list .right .txtbox .cn a {
  color: #fff;
}
.index-solution-1 .list .right .txtbox .tag {
  margin-top: 20px;
}
.index-solution-1 .list .right .txtbox .tag a:first-child {
  margin-left: 0;
}
.index-solution-1 .list .right .txtbox .tag a {
  margin-left: 10px;
  padding: 0 8px;
  height: 28px;
  color: #fff;
  line-height: 26px;
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #fff;
}
.index-solution-1 .list .right .txtbox .tag a:hover {
  color: #72c867;
  background: #fff;
}
.index-solution-1 .list .right .botnr .item-2 {
  width: 52.6%;
  float: left;
}
.index-solution-1 .list .right .botnr .item-3 {
  width: 47.4%;
  float: left;
}
.index-solution-1 .list .right .botnr .item-4 .txtbox {
  top: 30px;
  bottom: auto;
}
.index-solution-1 .list .right .botnr .item-4 .txtbox .cn a {
  color: #333;
}
@media (max-width: 1440px) {
  .index-solution-1 .index-title {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .index-solution-1 {
    padding: 50px 0;
  }
  .index-solution-1 .taglist li span {
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .index-solution-1 .taglist li a {
    height: 50px;
    line-height: 50px;
  }
  .index-solution-1 .list .left .bt {
    margin-top: 0;
  }
  .index-solution-1 .list .left .txt {
    padding: 15px 0;
    font-size: 14px;
  }
  .index-solution-1 .list .index-more {
    margin-top: 30px;
  }
  .index-solution-1 .list .cn {
    font-size: 18px;
  }
  .index-solution-1 .list .right .icon {
    top: 15px;
    right: 15px;
  }
  .index-solution-1 .list .right .txtbox .tag {
    margin-top: 10px;
    font-size: 12px;
  }
  .index-solution-1 .list .right .txtbox .tag a {
    padding: 0 5px;
    margin-left: 5px;
  }
  
  .index-news .more{
  	display:none;
  }
}
@media (max-width: 800px) {
  .index-solution-1 .index-title {
    width: 70%;
    float: none;
    text-align:left;
  }
  .index-solution-1 .taglist {
    /*display: none;*/
  }
  .index-solution-1 .taglist li{
  	overflow:hidden;
  }
  .index-solution-1 .taglist li span{
  	width:25%;
  	padding:0;
  	margin-bottom:0;
  	border-right:solid 1px rgba(255,255,255,0.9);
  	border-top:solid 1px rgba(255,255,255,0.9);
  }
  .index-solution-1 .taglist li span:nth-child(1),
  .index-solution-1 .taglist li span:nth-child(2),
  .index-solution-1 .taglist li span:nth-child(3),
  .index-solution-1 .taglist li span:nth-child(4){
  	border-top:solid 1px rgba(255,255,255,0.01);
  }
  .index-solution-1 .taglist li span:nth-child(4),
  .index-solution-1 .taglist li span:nth-child(8){
  	border-right:0;
  }
  .index-solution-1 .taglist{
  	margin-top:20px;
  }
  .index-solution-1 .list{
  	 padding-top:0;
  }
  
  .index-solution-1 .taglist li a{
  	font-size:12px;
  	height:40px;
  	line-height:40px;
  }
  .index-solution-1 .index-more {

  }
  .index-solution-1 .list .left {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
  .index-solution-1 .list .left .pic {
    display: none;
  }
  .index-solution-1 .list .left .icon {
    display: none;
  }
  .index-solution-1 .list .left .txtbox {
    top: auto;
    left: auto;
    padding: 0;
    position: relative;
  }
  .index-solution-1 .list .right {
    width: 100%;
    float: none;
  }
  .index-solution-1 .list .right .icon {
    display: none;
  }
}
@media (max-width: 500px) {
  .index-solution-1 {
    min-height: auto;
  }
  .index-solution-1 .list .left {
    display: none;
  }
  .index-solution-1 .list .en {
    margin-top: 0;
  }
  .index-solution-1 .list .cn {
    font-size: 16px;
  }
  .index-solution-1 .list .right .txtbox {
    bottom: 20px;
    padding: 0 20px;
  }
  .index-solution-1 .list .right .item-1 {
    float: none!important;
    width: 100%!important;
  }
  .index-solution-1 .list .right .botnr .item-3 {
    float: none!important;
    width: 100%!important;
  }
  
  .index-solution .list li{
  	 width:100%;
  }
  
  .index-solution .list li .tit{
  	display:block;
  	height:auto;
  	bottom:15px;
  	padding:0 20px;
  }
  .index-solution .list li .tag{
  	height:40px;
  	line-height:40px;
  	font-size:18px;
  }
  .index-solution .list li .tit span{
  	display:block;
  	float:none;
  	padding-left:0;
  	text-align:left;
  }
}
.index-number {
  padding: 100px 0 80px 0;
  background: url(../images/bg2.jpg) repeat-x bottom center;
  /*background:#f30;*/
}
.index-number .index-title {
  margin-bottom: 50px;
  text-align: center;
}
.index-number .index-title .en {
  top: -20px;
  width: 100%;
}
.index-number .left {
  width: 35%;
  float: left;
  padding-left: 70px;
}
.index-number .left li {
  padding-top: 40px;
}
.index-number .left li p:first-child {
  font-size: 32px;
  line-height: 42px;
  color: #2b496f;
}
.index-number .right {
  width: 60%;
  float: right;
  height: 380px;
  overflow: hidden;
  text-align: right;
  position: relative;
}
.index-number .right .mp {
  position: relative;
  height: 380px;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
}
.index-number .right .mp img {
  animation: 80s rotate ease infinite;
}
.index-number .right .mL1 {
  bottom: -20px;
  right: 60px;
  z-index: 3;
  position: absolute;
}
.index-number .right .mL1 img {
  opacity: 0.2;
}
.index-number .right .mL2 {
  bottom: -20px;
  right: 60px;
  position: absolute;
}
.index-number .right .mL2 img {
  opacity: 0.2;
}
.index-number .right .mL3 {
  bottom: -20px;
  right: 60px;
  position: absolute;
}
.index-number .right .mL3 img {
  opacity: 0.2;
}
.index-number .right .mL4 {
  bottom: -20px;
  right: 60px;
  position: absolute;
}
.index-number .right .mL4 img {
  opacity: 0.2;
}
.index-number .right .mL5 {
  bottom: -20px;
  right: 60px;
  position: absolute;
}
.index-number .right .mL5 img {
  opacity: 0.2;
}
.index-number .right .mL6 {
  bottom: -20px;
  right: 60px;
  position: absolute;
}
.index-number .right .mL6 img {
  opacity: 0.2;
}
.index-number .right .nL1 {
  left: 0;
  bottom: 0;
  position: absolute;
}
.index-number .right .nL1 img {
  animation: 5s fadeInLeft2 ease ;
}
.index-number .right .nL2 {
  left: 0;
  bottom: 0;
  position: absolute;
}
.index-number .right .nL2 img {
  animation: 10s fadeInRight2 ease ;
}
.index-number .list {
  padding: 20px;
  background:#fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.index-number .list li {
  float: left;
  width: 11.11111111%;
  padding: 0 5px;
  text-align: center;
}
.index-number .list li span img {
  border-radius: 100%;
  transition: all 500ms ease;
}
.index-number .list li p {
  margin-top: 5px;
}
.index-number .list li:hover img {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(43, 73, 111, 0.4);
}
@media (max-width: 800px) {
  .index-number {
    padding: 40px 0;
  }
  .index-number .index-title {
    margin-bottom: 0;
  }
  .index-number .left {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .index-number .left li {
    padding-top: 20px;
  }
  .index-number .right {
    display: none;
  }
  .index-number .list {
    display: none;
  }
}
.index-dw {
  color: #fff;
  padding: 80px 0 0 0;
  min-height: 675px;
  background: url(../images/bg3.jpg) no-repeat top center;
  background-size: cover;
}
.index-dw .index-title .cn {
  color: #fff;
}
.index-dw .index-title .cn span {
  display: block;
}
.index-dw .index-title .en {
  color: #fff;
}
.index-dw .left {
  width: 47%;
  float: left;
  padding-top: 50px;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.index-dw .left .text {
  padding-top: 30px;
}
.index-dw .right {
  width: 43%;
  float: right;
  margin-top: -20px;
  position: relative;
  text-align: right;
}
.index-dw .index-more {
  margin-top: 50px;
}
.index-dw .index-more a {
  display: inline-block;
}
.index-dw .index-more .dow {
  color: #fff;
  margin-left: 10px;
  background: rgba(43, 73, 111, 0.9);
}
.index-dw .index-more .dow .icon {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 800px) {
  .index-dw {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: auto;
  }
  .index-dw .index-title .cn span {
    display: inline-block;
  }
  .index-dw .left {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0;
  }
  .index-dw .right {
    width: 100%;
    float: none;
    display: none;
  }
  .index-dw .index-more {
    margin-top: 30px;
  }
}
.index-news {
  padding: 80px 0 0px 0;
}
.index-news .container{
   position:relative;
}
.index-news .index-title {
  width: 50%;
  float: left;
}
.index-news .index-title .cn span {
  display: block;
}
.index-news .tabnav {
  width: 40%;
  float: right;
  margin-top: 68px;
  text-align: right;
}
.index-news .tabnav li {
  color: #333;
  font-size: 18px;
  margin-left: 50px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.index-news .tabnav li:after {
  content: "";
  height: 2px;
  bottom: -10px;
  left: 50%;
  opacity: 0;
  width: 0;
  background: #2b496f;
  position: absolute;
  transition: all 500ms ease;
}
.index-news .tabnav .cur {
  color: #2b496f;
}
.index-news .tabnav .cur:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.index-news .tabbox {
  margin-top: 40px;
  position: relative;
}
.index-news .more {
  right: 0;
  bottom: -20px;
  position: absolute;
}
.index-news .more a {
  display: block;
  color: #fff;
  width: 160px;
  height: 55px;
  font-size: 18px;
  border-radius: 5px;
  line-height: 55px;
  background: #2b496f;
  text-align: center;
}
.index-news .tablist {
  overflow: hidden;
  margin: 0 -15px;
  display: none;
}
.index-news .tablist .scroll {
  padding-bottom: 65px;
}
.index-news .tablist .item:hover {
  background: #2b496f;
}
.index-news .tablist .item:hover .tit {
  color: #fff;
}
.index-news .tablist .item:hover .tag span {
  color: #fff;
  border-color: #fff;
}
.index-news .tablist .item:hover .date {
  color: #fff;
}
.index-news .tablist .item:hover .date .icon {
  fill: #fff;
}
.index-news .tablist .item:hover .pic img {
  transform: scale(1.05);
}
.index-news .tablist .item {
  transition: all 500ms ease;
  background: #f5f5f5;
  margin: 0 15px;
}
.index-news .tablist .item .pic {
  overflow: hidden;
  position: relative;
}
.index-news .tablist .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 64.5%;
}
.index-news .tablist .item .pic img {
  transform-origin: top center;
  transition: all 700ms ease;
  width: 100%;
  height: 100%;
}
.index-news .tablist .item .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  overflow: hidden;
}
.index-news .tablist .item .text {
  padding: 30px 55px 30px 35px;
}
.index-news .tablist .item .tag {
  height: 28px;
  overflow: hidden;
  margin-top: 15px;
}
.index-news .tablist .item .tag span:first-child {
  margin-left: 0;
}
.index-news .tablist .item .tag span {
  margin-left: 14px;
  padding: 0 10px;
  height: 28px;
  color: #666;
  line-height: 26px;
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #6d6d6d;
}
.index-news .tablist .item .date {
  color: #999;
  margin-top: 30px;
}
.index-news .tablist .item .date .icon {
  color: #666;
  width: 20px;
  height: 20px;
  float: right;
}
.index-news .tablist .slick-dots {
  bottom: 0px;
  left: 15px;
  text-align: left;
}
.index-news .tablist .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #cccccc;
}
.index-news .tablist .slick-dots li.slick-active button {
  background: #2b496f;
}
@media (max-width: 1200px) {
  .index-news {
    padding-top: 40px;
  }
  .index-news .tablist .item .text {
    padding: 20px;
  }
  .index-news .tablist .item .tag span {
    padding: 0 5px;
    font-size: 12px;
    margin-left: 5px;
  }
  .index-news .tabbox .more {
    display: none;
  }
}
@media (max-width: 700px) {
  .index-news .index-title {
    width: 100%;
    float: none;
  }
  .index-news .tabnav {
    display: none;
  }
  .index-news .tablist {
    margin: 0 -5px;
  }
  .index-news .tabbox {
    margin-top: 20px;
  }
  .index-news .tablist .item {
    margin: 0 5px;
  }
  .index-news .tablist .scroll {
    padding-bottom: 40px;
  }
  .index-news .tablist .item .tit {
    font-size: 16px;
  }
  .index-news .tablist .item .date {
    margin-top: 15px;
  }
  .index-news .tablist .slick-dots {
    left: 0;
    text-align: center;
  }
}
.index-hezuo {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden!important;
  padding: 60px 0 70px 0;
}
.index-hezuo .index-title {
  width: 60%;
  float: left;
}
.index-hezuo .index-title .cn span {
  display: block;
}
.index-hezuo .swiper-container {
  padding-top: 50px;
  overflow: inherit;
}
.index-hezuo .swiper-wrapper span {
  background: #f7f7f7;
  overflow: hidden;
  display: block;
  position: relative;
}
.index-hezuo .swiper-wrapper span i {
  display: block;
  font-style: normal;
}
.index-hezuo .swiper-wrapper span .ph {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.index-hezuo .swiper-wrapper span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-hezuo .swiper-wrapper span img {
  transition: all 700ms ease;
}
.index-hezuo .swiper-wrapper span:hover {
  background: #72c867 !important;
}
.index-hezuo .swiper-wrapper span:hover .pc {
  opacity: 0;
  display: none;
}
.index-hezuo .swiper-wrapper span:hover .ph {
  opacity: 1;
}
.index-hezuo .swiper-wrapper .swiper-slide:nth-child(4n) span {
  background: #e7e7e7;
}
.index-hezuo .swiper-wrapper .swiper-slide:nth-child(4n+1) span {
  background: #e7e7e7;
}
.index-hezuo .swiper-button-next,
.index-hezuo .swiper-button-prev {
  top: -30px;
  left: auto;
  right: 0;
  z-index: 99;
  margin-top: auto;
  opacity: 1;
  border: solid 1px #f2f2f2;
}
.index-hezuo .swiper-button-prev {
  right: 20px;
  border-right: 0;
}
.index-hezuo .swiper-button-prev,
.index-hezuo .swiper-button-next {
  width: 30px;
  height: 40px;
  background-image: url(../images/arrow.svg);
}
.index-hezuo .swiper-button-next {
  border-right: 0;
  transform: rotate(-180deg);
}
.index-hezuo .swiper-pagination {
  top: -30px;
  width: auto;
  right: 50px;
  width: 45px;
  left: auto;
  height: 40px;
  line-height: 38px;
  bottom: auto;
  font-family: arial;
  border: solid 1px #f2f2f2;
  border-right: 0;
  margin-top: auto;
  text-align: center;
  z-index: 99;
}
@media (max-width: 1200px) {
  .index-hezuo {
    padding-bottom: 40px;
  }
  .index-hezuo .swiper-container {
    overflow: hidden;
    padding-right: 0px;
    padding-top: 40px;
  }
  .index-hezuo .swiper-button-next,
  .index-hezuo .swiper-button-prev,
  .index-hezuo .swiper-pagination {
    top: 0;
  }
}
.index-contact {
  height: 290px;
  padding-top: 80px;
  text-align: center;
  background: url(../images/bg5.jpg) no-repeat top center;
  background-size: cover;
}
.index-contact .tit {
  color: #333;
  font-size: 32px;
  line-height: 42px;
}
.index-contact .button {
  padding-top: 50px;
}
.index-contact .button a {
  width: 120px;
  height: 40px;
  margin: 0 14px;
  font-size: 16px;
  border-radius: 5px;
  line-height: 38px;
  display: inline-block;
}
.index-contact .button a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.index-contact .button .btn1 {
  color: #fff;
  background: #31619e;
  border: solid 1px #31619e;
}
.index-contact .button .btn1:hover {
  transform: scale(1.05);
}
.index-contact .button .btn2 {
  color: #666;
  border: solid 1px #e4e4e4;
}
.index-contact .button .btn2:hover {
  background: #fff;
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .index-contact {
    padding: 40px 0;
    height: auto;
  }
  .index-contact .tit {
    font-size: 24px;
  }
  .index-contact .button {
    padding-top: 20px;
  }
}
.inside-title {
  text-align: center;
}
.inside-title .en {
  width: 100%;
  top: -25px;
  opacity: 0.8;
  color: #f0f0f0;
  font-size: 45px;
}
.inside-title .cn {
  z-index: 2;
  font-weight: normal;
  position: relative;
}
.inside-banner {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.inside-banner img {
  width: 100%;
  transition: all 1500ms ease;
}
.inside-banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
  position: absolute;
  transform: translateY(-20%);
}
.inside-banner .tit {
  font-size: 32px;
  line-height: 42px;
  position: relative;
  padding-bottom:15px;
}
.inside-banner .tit:after {
  content: "";
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
  position: absolute;
}
.inside-banner .txt {
  margin-top: 15px;
  font-size: 20px;
}
.inside-banner:hover img {
  transform: scale(1.05);
}
@media (max-width: 1440px) {
  .inside-banner .tit {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .inside-banner .txt {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .tit {
    font-size: 20px;
    padding-bottom: 0!important;
  }
  .inside-banner .btn {
    display: none;
  }
  .inside-banner .tit:after {
    display: none;
  }
  .inside-banner .txt {
    display: none;
  }
}
.inside-current {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 14px;
  background: #f5f5f5;
  font-weight: normal;
}
.inside-current a {
  padding: 0 10px;
  display: inline-block;
}
.inside-current a:first-child {
  padding-left: 0;
}
.inside-current span {
  color: #333;
  padding-left: 10px;
}
.inside-menu {
  padding: 60px 0;
  overflow: hidden;
}
.inside-menu ul {
  margin: 0 -15px;
}
.inside-menu li {
  float: left;
  font-size: 16px;
  padding: 0 15px;
  width: 14.28571429%;
}
.inside-menu li a {
  display: block;
  height: 54px;
  line-height: 52px;
  border-radius: 30px;
  text-align: center;
  border: solid 1px #e9e9e9;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
  border-color: #72c867;
  background: #72c867;
}
@media (max-width: 1200px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 {
  padding-top: 40px;
  text-align: center;
  border-bottom: solid 1px #ebebeb;
}
.inside-menu-2 li {
  padding: 0 40px;
  display: inline-block;
  line-height: 70px;
  font-size: 18px;
}
.inside-menu-2 li a {
  color: #999;
  display: block;
  position: relative;
}
.inside-menu-2 li a:after {
  content: "";
  width: 0%;
  height: 2px;
  bottom: -1px;
  left: 50%;
  opacity: 0;
  position: absolute;
  background: #72c867;
  transition: all 500ms ease;
}
.inside-menu-2 li:hover a,
.inside-menu-2 .cur a {
  color: #72c867;
}
.inside-menu-2 li:hover a:after,
.inside-menu-2 .cur a:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
@media (max-width: 1200px) {
  .inside-menu-2 {
    display: none;
  }
}
.inside-job {
  padding-top: 10px;
  padding-bottom: 100px;
}
.inside-job .hd {
  margin-left: auto;
  margin-right: auto;
}
.inside-job .hd .list {
  margin: 0 -20px;
}
.inside-job .hd .list li {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.inside-job .hd .list li:hover .text {
  color: #fff;
  background: #72c867;
}
.inside-job .hd .list li:hover .bt {
  color: #fff;
}
.inside-job .hd .list li:hover .pic img {
  transform: scale(1.05);
}
.inside-job .hd .list .pic {
  overflow: hidden;
  position: relative;
}
.inside-job .hd .list .pic img {
  transition: all 700ms ease;
}
.inside-job .hd .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.3%;
}
.inside-job .hd .list .text {
  background: #f5f5f5;
  padding: 30px 17px 30px 20px;
  line-height: 2;
  font-size: 16px;
  line-height: 32px;
}
.inside-job .hd .list .bt {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}
.inside-job .hd .list .p-01 {
  position: relative;
}
.inside-job .bd {
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.inside-job .bd dl {
  position: relative;
}
.inside-job .bd .span-01 {
  display: block;
  width: 70%;
  float: left;
  padding-left: 30px;
}
.inside-job .bd dl {
  margin-bottom: 20px;
}
.inside-job .bd dt {
  font-size: 20px;
  color: #333;
  height: 50px;
  line-height: 48px;
  border: solid 1px #e9e9e9;
  border-left: solid 2px #2b496f;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all .5s;
}
.inside-job .bd dt:hover {
  color: #fff;
  border-color: #72c867;
  background: #72c867;
}
.inside-job .bd .icon {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 20px;
}
.inside-job .bd .icon:before,
.inside-job .bd .icon:after {
  content: "";
  display: block;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.inside-job .bd .icon:before {
  width: 100%;
  height: 1px;
}
.inside-job .bd .icon:after {
  width: 1px;
  height: 100%;
  transition: all .5s;
}
.inside-job .bd dd {
  background: #fcfcfc;
  height: 0;
  overflow: hidden;
}
.inside-job .bd dd .nr {
  padding: 20px 30px 30px 30px;
  color: #777777;
  font-size: 14px;
  line-height: 26px;
}
.inside-job .bd .cur dt {
  border-color: #72c867;
  background: #72c867;
  color: #fff;
}
.inside-job .bd .cur dt .icon:after {
  height: 0%;
  background: #fff!important;
}
.inside-job .bd .cur dt .icon:before {
  background: #fff!important;
}
.inside-job .bd .cur dd {
  height: auto;
}
.inside-job .bd .p-01 {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .inside-job {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .inside-job .hd {
    display: none;
  }
  .inside-job .hd .list {
    margin: 0 -10px;
  }
  .inside-job .hd .list li {
    padding: 0 10px;
  }
  .inside-job .hd .list .bt {
    font-size: 16px;
  }
  .inside-job .hd .list .text {
    padding: 15px;
    font-size: 12px;
    min-height: 160px;
    line-height: 24px;
  }
  .inside-job .bd {
    padding-top: 0px;
  }
  .inside-job .bd .span-01 {
    padding-left: 20px;
  }
  .inside-job .bd dt {
    font-size: 16px;
  }
  .inside-job .bd dd .nr {
    padding: 15px;
  }
  .inside-job .bd .p-01 {
    font-size: 16px;
  }
}
.inside-contact {
  overflow: hidden;
  padding-bottom: 120px;
}
.inside-contact .list2 {
  margin-top: 60px;
}
.inside-contact .list2 ul {
  margin: 0 -20px;
}
.inside-contact .list2 li {
  padding: 0 20px;
  float: left;
  width: 33.333%;
}
.inside-contact .list2 li .item {
  color: #333;
  height: 210px;
  padding-top: 50px;
  text-align: center;
  background: #F8F8F8;
}
.inside-contact .list2 li .item p:nth-child(2) {
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0;
}
.inside-contact .list2 li .item a {
  color: #333;
  transition: 0s;
}
.inside-contact .list2 li:hover .item {
  color: #fff;
  background: #72c867;
}
.inside-contact .list2 li:hover .item a {
  color: #fff;
}
@media (max-width: 1440px) {
  .inside-contact .list2 li .item p:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .inside-contact {
    padding-bottom: 30px;
  }
  .inside-contact .list2 ul {
    margin: 0 -10px;
  }
  .inside-contact .list2 li {
    padding: 0 10px;
  }
  .inside-contact .list2 li .item p:nth-child(2) {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .inside-contact .list2 {
    margin-top: 30px;
  }
  .inside-contact .list2 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .inside-contact .list2 li .item {
    padding: 30px 15px;
    height: auto;
  }
  .inside-contact .list2 li .item p {
    padding: 0!important;
  }
}
.inside-message {
  padding-top: 60px;
}
.inside-message .list {
  background: #fff;
}
.inside-message .list ul {
  margin: 0 -30px;
}
.inside-message .list li {
  width: 50%;
  float: left;
  padding: 0 30px;
  margin-top: 40px;
}
.inside-message .list li p {
  color: #333;
  font-size: 16px;
  position: relative;
}
.inside-message .list li p em {
  color: #f30;
  font-family: "微软雅黑";
  font-style: normal;
}
.inside-message .list li p:first-child {
  margin-bottom: 10px;
}
.inside-message .list li input,
.inside-message .list li textarea {
  width: 100%;
  height: 56px;
  color: #666;
  font-family: "微软雅黑";
  line-height: 54px;
  background: #f9f9f9;
  padding: 0 40px;
  border: solid 1px #ececec;
}
.inside-message .list li textarea {
  resize: none;
  height: 220px;
}
.inside-message .list li label {
  top: 20px;
  left: 10px;
  position: absolute;
}
.inside-message .list li input:focus,
.inside-message .list li textarea:focus {
  border-color: #2b496f;
}
.inside-message .list .mess {
  width: 100%;
}
.inside-message .list .button {
  width: 100%;
  text-align: center;
}
.inside-message .list .button a,
.submit1,
.reset1 {
  color: #fff;
  max-width: 180px;
  width: 100%;
  margin: 0 10px;
  height: 50px;
  font-size: 18px;
  line-height: 48px;
  border: 0;
  cursor: pointer;
  text-align: center;
  background: #2b496f;
  display: inline-block;
  border: solid 1px #ccc;
}
.inside-message .list .button a:first-child,
.submit1 {
  border-color: #2b496f;
}
.inside-message .list .button a:first-child,
.reset1 {
  color: #666;
  background: #fff;
}
.inside-message .list .button a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .inside-message {
    padding-top: 40px;
  }
  .inside-message .list {
    padding: 0px 0;
  }
  .inside-message .list li {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
  .inside-message .list li textarea {
    height: 100px;
  }
  .inside-message .list .button a {
    max-width: 120px;
    margin: 0 5px;
  }
}
.inside-message-2 {
  padding-bottom: 60px;
}
.map {
  width: 100%;
}
.inside-news-show-img img{
  width: 100%;
}

@media (max-width: 1000px) {
  .map {
    display: none;
  }
}
#allmap {
  height: 350px;
  width: 100%;
}
#allmap img {
  max-width: none;
}
.inside-qdhb {
  overflow: hidden;
  padding-bottom: 120px;
}
.inside-qdhb .nr1 {
  padding: 0px 0 10px 0;
}
.inside-qdhb .nr1 ul {
  padding-top: 60px;
}
.inside-qdhb .nr1 li {
  width: 50%;
  float: left;
  padding: 0 40px;
  min-height: 150px;
  position: relative;
}
.inside-qdhb .nr1 li span {
  top: -3px;
  left: 30px;
  position: absolute;
}
.inside-qdhb .nr1 li span img {
  transition: all 700ms ease;
}
.inside-qdhb .nr1 li .text {
  padding-left: 90px;
}
.inside-qdhb .nr1 li .tit {
  font-size: 24px;
  color: #333;
  line-height: 30px;
}
.inside-qdhb .nr1 li .txt {
  font-size: 16px;
  margin-top: 10px;
}
.inside-qdhb .nr1 li:hover span img {
  transform: scale(1.05);
}
.inside-qdhb .nr2 {
  padding: 60px 0;
  background: #f5f5f6;
}
.inside-qdhb .nr2 .inside-title .en {
  opacity: 0.4;
  color: #e5e5e5;
  z-index: 1;
}
.inside-qdhb .nr2 .inside-title .cn {
  z-index: 2;
  position: relative;
}
.inside-qdhb .nr2 ul {
  padding-top: 60px;
}
.inside-qdhb .nr2 li {
  float: left;
  width: 33.333%;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.inside-qdhb .nr2 li:after {
  content: "";
  width: 97px;
  height: 9px;
  top: 30%;
  right: -8%;
  position: absolute;
  background: url(../images/qd-09.png) no-repeat;
}
.inside-qdhb .nr2 li p {
  margin-top: 20px;
}
.inside-qdhb .nr2 li:last-child:after {
  display: none;
}
.inside-qdhb .nr3 {
  padding: 60px 0 0 0;
  font-size: 20px;
  line-height: 30px;
}
.inside-qdhb .nr3 li {
  padding-top: 50px;
}
.inside-qdhb .nr3 li .pic {
  width: 50%;
  float: right;
}
.inside-qdhb .nr3 li .text {
  width: 50%;
  float: left;
}
.inside-qdhb .nr3 li .text .item {
  padding-top: 40px;
}
.inside-qdhb .nr3 li .text .tit {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}
.inside-qdhb .button {
  text-align: center;
  margin-top: 40px;
}
.inside-qdhb .button a {
  display: inline-block;
  color: #fff;
  width: 240px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  background: #2b496f;
}
.inside-qdhb .button a:hover {
  background: #72c867;
}
@media (max-width: 1200px) {
  .inside-qdhb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inside-qdhb .nr1 li .tit {
    font-size: 18px;
  }
  .inside-qdhb .nr1 li .txt {
    font-size: 14px;
    margin-top: 0;
  }
  .inside-qdhb .nr2 li {
    font-size: 16px;
  }
  .inside-qdhb .nr2 li p {
    margin-top: 10px;
  }
  .inside-qdhb .nr3 {
    line-height: 24px;
    font-size: 14px;
  }
  .inside-qdhb .nr3 li {
    padding-left: 50px;
  }
  .inside-qdhb .nr3 li .text .tit {
    font-size: 16px;
  }
  .inside-qdhb .button a {
    font-size: 18px;
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 640px) {
  .inside-qdhb .nr1 ul {
    padding-top: 30px;
  }
  .inside-qdhb .nr1 li {
    width: 100%;
    float: none;
    padding: 0;
    min-height: auto;
    margin-bottom: 30px;
  }
  .inside-qdhb .nr1 li span {
    left: 0;
    top: 5px;
  }
  .inside-qdhb .nr1 li span img {
    max-height: 38px;
  }
  .inside-qdhb .nr1 li .text {
    padding-left: 60px;
  }
  .inside-qdhb .nr2 {
    padding: 40px 0;
  }
  .inside-qdhb .nr2 ul {
    padding-top: 30px;
  }
  .inside-qdhb .nr2 li {
    padding: 0 5px;
    font-size: 14px;
  }
  .inside-qdhb .nr2 li:after {
    display: none;
  }
  .inside-qdhb .nr3 li {
    padding-left: 0;
  }
  .inside-qdhb .nr3 li .pic {
    width: 100%;
    float: none;
    padding: 0 30px;
  }
  .inside-qdhb .nr3 li .text {
    width: 100%;
    float: none;
  }
  .inside-qdhb .nr3 li .text .item {
    padding-top: 20px;
  }
}
.inside-news {
  overflow: hidden;
  padding-bottom: 120px;
}
.inside-news ul {
  margin: 0 -15px;
  padding-top: 40px;
}
.inside-news li {
  float: left;
  width: 33.333%;
  padding: 15px;
}
.inside-news .item:hover {
  background: #2b496f;
}
.inside-news .item:hover .tit {
  color: #fff;
}
.inside-news .item:hover .tag span {
  color: #fff;
  border-color: #fff;
}
.inside-news .item:hover .date {
  color: #fff;
}
.inside-news .item:hover .date .icon {
  fill: #fff;
}
.inside-news .item:hover .pic img {
  transform: scale(1.05);
}
.inside-news .item {
  transition: all 500ms ease;
  background: #f5f5f5;
}
.inside-news .item .pic {
  overflow: hidden;
  position: relative;
}
.inside-news .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 64.5%;
}
.inside-news .item .pic img {
  width: 100%;
  height: 100%;
  transform-origin: top center;
  transition: all 700ms ease;
}
.inside-news .item .tit {
  font-size: 18px;
  color: #333;
  height: 24px;
  overflow: hidden;
}
.inside-news .item .text {
  padding: 30px 55px 30px 35px;
}
.inside-news .item .tag {
  margin-top: 15px;
}
.inside-news .item .tag span:first-child {
  margin-left: 0;
}
.inside-news .item .tag span {
  margin-left: 14px;
  padding: 0 10px;
  height: 28px;
  color: #666;
  line-height: 26px;
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #6d6d6d;
}
.inside-news .item .date {
  color: #999;
  margin-top: 30px;
}
.inside-news .item .date .icon {
  color: #666;
  width: 20px;
  height: 20px;
  float: right;
}
@media (max-width: 1200px) {
  .inside-news {
    padding-bottom: 60px;
  }
  .inside-news li .item .text {
    padding: 15px;
  }
  .inside-news li .item .tit {
    font-size: 16px;
  }
  .inside-news li .item .tag {
    height: 28px;
    overflow: hidden;
  }
  .inside-news li .item .tag span {
    margin-left: 5px;
    font-size: 12px;
    padding: 0 5px;
  }
  .inside-news li .item .date {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .inside-news ul {
    margin: 0 -5px;
    padding-top: 20px;
  }
  .inside-news li {
    width: 50%;
    padding: 5px;
  }
  
  
}

@media (max-width:500px) {
	.inside-news li:first-child{
		margin-top:0;
	}
	.inside-news ul{
		margin:0 -20px;
	}
  .inside-news li {
    width: 100%;
    float:none;
    padding:0;
    margin-top:20px;
  }
  
  
}

.inside-news-show {
  min-height: 445px;
  padding: 60px 0;
  padding-bottom: 100px;
}
.inside-news-show .left {
  width: 68.5%;
  float: left;
  font-size: 16px;
  line-height: 28px;
}
.inside-news-show .left h1 {
  color: #333;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.inside-news-show .left .info {
  text-align: center;
  font-size: 14px;
  padding: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ececec;
}
.inside-news-show .right {
  width: 26%;
  z-index: 9;
  position: relative;
  float: right;
}
.inside-news-show .right .bt {
  color: #fff;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: #2b496f;
  padding-left: 20px;
}
.inside-news-show .right .list {
  margin-bottom: 25px;
  border: solid 1px #e6e6e6;
  border-top: 0;
  padding: 10px;
}
.inside-news-show .right .list li {
  height: 40px;
  line-height: 38px;
  margin-top: 10px;
  padding: 0 15px;
  overflow: hidden;
  border-radius: 2px;
  border: dashed 1px #e6e6e6;
}
.inside-news-show .right .list li:first-child {
  margin-top: 0;
}
.inside-news-show .right .list li:hover a {
  color: #72c867;
  text-decoration: underline;
}
.inside-news-show .right .list2 {
  border: solid 1px #e6e6e6;
  border-top: 0;
  padding: 10px 5px;
  padding-top: 0;
}
.inside-news-show .right .list2 li {
  width: 50%;
  float: left;
  padding: 0 5px;
  padding-top: 10px;
}
.inside-news-show .right .list2 li a {
  height: 38px;
  line-height: 36px;
  padding: 0 15px;
  overflow: hidden;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  text-align: center;
  border: dashed 1px #e6e6e6;
}
.inside-news-show .right .list2 li:hover a {
  color: #fff;
  border-color: #72c867;
  background: #72c867;
}
@media (max-width: 1200px) {
  .inside-news-show {
    padding: 40px 0;
  }
  .inside-news-show .left {
    font-size: 14px;
    width: 100%;
    float: none;
  }
  .inside-news-show .left h1 {
    font-size: 18px;
  }
  .inside-news-show .right {
    display: none;
  }
}
.inside-page {
  text-align: center;
  margin-top: 45px;
}
.inside-page a {
  height: 30px;
  text-align: center;
  line-height: 28px;
  margin: 0 1px;
  font-size: 20px;
  color: #999;
  padding: 0 8px;
  display: inline-block;
  border: solid 1px #d3d3d3;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #72c867;
  background: #72c867;
}
.inside-page .prev,
.inside-page .next {
  position: relative;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 6px;
  font-family: "微软雅黑";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 6px;
  font-family: "微软雅黑";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 640px) {
  .inside-page {
    margin-top: 20px;
  }
  .inside-page a {
     font-size:14px;
     padding:0 5px;
  }
  .inside-page .prev,
  .inside-page .next {
    display: inline-block;
  }
}
.inside-page-news {
  font-size: 16px;
  margin-top: 60px;
  position: relative;
}
.inside-page-news ul {
  height: 50px;
  line-height: 50px;
  background: #999;
  position: relative;
}
.inside-page-news li {
  width: 41%;
  float: left;
  height: 50px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #fff;
  transition: all 0s;
}
.inside-page-news li img {
  margin-top: 14px;
  margin-right: 20px;
}
.inside-page-news li:last-child {
  float: right;
  text-align: right;
}
.inside-page-news li:last-child img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.inside-page-news li:hover {
  color: #fff;
  background: #72c867;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  color: #fff;
  width: 18%;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: top;
  line-height: 50px;
  transform: translateX(-50%);
  position: absolute;
}
.inside-page-news .fanhui:before {
  content: "";
  width: 23px;
  height: 18px;
  vertical-align: top;
  margin: 17px 10px 0 0;
  background: url(../images/fh.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #72c867;
}
@media (max-width: 767px) {
  .inside-page-news {
    margin-top: 30px;
  }
  .inside-page-news ul {
    height: auto;
  }
  .inside-page-news li {
    border-bottom: solid 1px #fff;
    width: 100%;
    float: none;
    text-align: left!important;
  }
  .inside-page-news li img {
    display: none;
  }
  .inside-page-news .fanhui {
    top: auto;
    width: 100%;
    left: auto;
    margin-left: 0;
    border: 0;
    display: block;
    display: none;
    position: relative;
    background: #b9b9b9;
  }
}
.inside-xg-pro {
  padding-bottom: 120px;
}
.inside-xg-pro .bt {
  color: #333;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  position: relative;
}
.inside-xg-pro .bt:before,
.inside-xg-pro .bt:after {
  content: "";
  width: 60px;
  height: 2px;
  margin: 0 20px;
  vertical-align: middle;
  display: inline-block;
  background: #666666;
}
.inside-xg-pro .scroll {
  margin: 0 -20px;
  margin-top: 50px;
  position: relative;
}
.inside-xg-pro .scroll:before,
.inside-xg-pro .scroll:after {
  content: "";
  height: 6px;
  width: 20px;
  left: 0;
  top: 66px;
  z-index: 9;
  position: absolute;
  background: #fff;
}
.inside-xg-pro .scroll:after {
  left: auto;
  right: 0;
}
.inside-xg-pro .scroll .item:hover .tit {
  color: #72c867;
}
.inside-xg-pro .scroll .item:hover .tit:before {
  background: #72c867;
}
.inside-xg-pro .scroll .item {
  text-align: center;
}
.inside-xg-pro .scroll .item .tit {
  font-size: 20px;
  color: #333;
  height: 70px;
  position: relative;
  border-bottom: solid 2px #ededed;
}
.inside-xg-pro .scroll .item .tit span {
  display: block;
  height: 24px;
  overflow: hidden;
}
.inside-xg-pro .scroll .item .tit:before {
  content: "";
  width: 24px;
  height: 24px;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 100%;
  background: #e2e2e2;
  transition: all 334ms ease;
}
.inside-xg-pro .scroll .item .pic {
  overflow: hidden;
  margin: 0 20px;
  margin-top: 40px;
  position: relative;
}
.inside-xg-pro .scroll .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 72.6%;
}
.inside-xg-pro .scroll .item .pic img {
  transition: all 700ms ease;
}
.inside-xg-pro .scroll .item .pic:hover img {
  transform: scale(1.05);
}
.inside-xg-pro .scroll .slick-prev,
.inside-xg-pro .scroll .slick-next {
  border-radius: 100%;
  margin-top: 30px;
  transition: all 500ms ease;
  border: solid 1px #e8e8e8;
}
.inside-xg-pro .scroll .slick-prev:hover,
.inside-xg-pro .scroll .slick-next:hover {
  border-color: #72c867;
}
.inside-xg-pro .scroll .slick-prev {
  left: -60px;
  background: url(../images/prev.png) no-repeat center center;
}
.inside-xg-pro .scroll .slick-prev:hover {
  background: url(../images/prev-h.png) no-repeat center center;
}
.inside-xg-pro .scroll .slick-next {
  right: -60px;
  background: url(../images/next.png) no-repeat center center;
}
.inside-xg-pro .scroll .slick-next:hover {
  background: url(../images/next-h.png) no-repeat center center;
}
@media (max-width: 1440px) {
  .inside-xg-pro {
    padding-bottom: 80px;
  }
  .inside-xg-pro .bt {
    font-size: 20px;
    line-height: 32px;
  }
  .inside-xg-pro .bt:before,
  .inside-xg-pro .bt:after {
    height: 1px;
  }
}
@media (max-width: 640px) {
  .inside-xg-pro {
    padding-bottom: 50px;
  }
  .inside-xg-pro .scroll {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .inside-xg-pro .scroll .item .pic {
    margin-left: 10px;
    margin-right: 10px;
  }
  .inside-xg-pro .scroll .item .tit {
    font-size: 16px;
    height: 50px;
  }
  .inside-xg-pro .scroll .item .tit:before {
    width: 14px;
    height: 14px;
    bottom: -8px;
  }
}
.dw {
  top: -100px;
  z-index: -1;
  position: absolute;
}
@media (max-width: 1200px) {
  .dw {
    top: -60px;
  }
}
.inside-about .nr1 {
  padding-bottom: 60px;
  position: relative;
}
.inside-about .nr1 .left {
  width: 48%;
  float: left;
  line-height:20px;
  padding-top: 0px;
  text-align: justify;
}
.inside-about .nr1 .left h2 {
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .inside-about .nr1 .left {
    line-height: 20px;
  }
  .inside-about .nr1 .left h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.inside-about .nr1 .list {
  margin: 0 -10px;
  width: 104%;
  padding-top: 10px;
}
.inside-about .nr1 .list li {
  width: 25%;
  float: left;
  padding: 0 10px;
  text-align: center;
}
.inside-about .nr1 .list li p:first-child {
  color: #2b496f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}
.inside-about .nr1 .list li p:first-child span {
  font-size: 34px;
  display: inline-block;
  font-family: arial;
}
.inside-about .nr1 .shipin {
  width: 47.6%;
  float: right;
}
.inside-about .nr2 {
  color: #fff;
  height: 500px;
  position: relative;
  padding: 60px 0;
  background: url(../images/qy-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-about .nr2 .inside-title .en {
  color: #fff;
  opacity: 0.1;
}
.inside-about .nr2 .inside-title .cn {
  color: #fff;
}
.inside-about .nr2 ul {
  padding-top: 70px;
}
.inside-about .nr2 ul li {
  width: 25%;
  float: left;
  font-size: 16px;
  padding: 0 30px;
  text-align: center;
}
.inside-about .nr2 ul li span {
  width: 100px;
  height: 100px;
  line-height: 98px;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  border: solid 1px #fff;
  position: relative;
  transition: all 500ms ease;
}
.inside-about .nr2 ul li span img {
  vertical-align: middle;
  transition: all 500ms ease;
}
.inside-about .nr2 ul li .iconh {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
}
.inside-about .nr2 ul li .tit {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}
.inside-about .nr2 ul li .txt {
  margin-top: 10px;
}
.inside-about .nr2 ul li:hover span {
  border-color: #72c867;
}
.inside-about .nr2 ul li:hover .icon {
  opacity: 0;
}
.inside-about .nr2 ul li:hover .iconh {
  opacity: 1;
}
.inside-about .nr2 ul li:hover .tit {
  color: #72c867;
}
.inside-about .nr3 {
  padding: 60px 0;
  position: relative;
}
.inside-about .nr3 .text {
  text-align: center;
  max-width: 930px;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 30px;
  padding-bottom: 80px;
}
.inside-about .nr3 .left {
  width: 20%;
  float: left;
}
.inside-about .nr3 .left ul li {
  padding: 30px 27px;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 15px;
  border-radius: 5px;
  max-width: 185px;
  width: 100%;
  min-height: 135px;
  text-align: center;
  border: dashed 1px #e6e6e6;
  transition: all 500ms ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.inside-about .nr3 .left ul li p:first-child {
  font-size: 24px;
  line-height: 30px;
  color: #2b496f;
}
.inside-about .nr3 .left ul li:hover {
  color: #fff;
  box-shadow: none;
  background: #72c867;
}
.inside-about .nr3 .left ul li:hover p:first-child {
  color: #fff;
}
.inside-about .nr3 .midd {
  width: 60%;
  float: left;
  text-align: center;
}
.inside-about .nr3 .right {
  width: 15%;
  float: right;
}
.inside-about .nr3 .right .bt {
  color: #fff;
  font-size: 24px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #2b496f;
  margin-bottom: 10px;
}
.inside-about .nr3 .right li {
  padding: 15px 10px;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 15px;
  border-radius: 5px;
  min-height: 152px;
  text-align: center;
  border: dashed 1px #e6e6e6;
  transition: all 500ms ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.inside-about .nr3 .right li span {
  display: block;
}
.inside-about .nr3 .right li p:first-child {
  font-size: 24px;
  line-height: 30px;
  color: #2b496f;
}
.inside-about .nr3 .right li .txt {
  margin-top: 5px;
}
.inside-about .nr4 {
  position: relative;
  padding: 60px 0;
}
.inside-about .nr4 .honor {
  margin-top: 50px;
}
.inside-about .nr4 dl:hover dt {
  color: #72c867;
}
.inside-about .nr4 dl {
  margin: 0 15px;
  text-align: center;
}
.inside-about .nr4 dl dd {
  padding: 20px;
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
}
.inside-about .nr4 dl dd:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.inside-about .nr4 dl dt {
  font-size: 18px;
  margin-top: 30px;
  color: #333;
  height: 24px;
  overflow: hidden;
}
.inside-about .nr4 .slick-prev,
.inside-about .nr4 .slick-next {
  margin-top: -25px;
  border-radius: 100%;
  transition: all 500ms ease;
  border: solid 1px #e8e8e8;
}
.inside-about .nr4 .slick-prev:hover,
.inside-about .nr4 .slick-next:hover {
  border-color: #72c867;
}
.inside-about .nr4 .slick-prev {
  left: -60px;
  background: url(../images/prev.png) no-repeat center center;
}
.inside-about .nr4 .slick-prev:hover {
  background: url(../images/prev-h.png) no-repeat center center;
}
.inside-about .nr4 .slick-next {
  right: -60px;
  background: url(../images/next.png) no-repeat center center;
}
.inside-about .nr4 .slick-next:hover {
  background: url(../images/next-h.png) no-repeat center center;
}
.inside-about .nr5 {
  color: #555;
  padding: 60px 0 80px 0;
  min-height: 600px;
  position: relative;
  background: #2a496f;
}
.inside-about .nr5 .inside-title .en {
  color: #fff;
  opacity: 0.1;
}
.inside-about .nr5 .inside-title .cn {
  color: #fff;
}
.inside-about .nr5 #particles-js {
  top: 0;
  left: 50%;
  z-index: 2;
  opacity: 0.5;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
}
.inside-about .nr5 .list {
  z-index: 3;
  position: relative;
  margin-top: 100px;
}
.inside-about .nr5 .list li:hover .text .tit {
  color: #72c867;
}
.inside-about .nr5 .list li {
  float: left;
  width: 33.333%;
  padding: 0 40px;
  text-align: center;
}
.inside-about .nr5 .list li .pic {
  max-width: 285px;
  width: 100%;
  height: 285px;
  margin: 0 auto;
  position: relative;
}
.inside-about .nr5 .list li .pic .tu {
  display: block;
  position: relative;
  border-radius: 100%;
}
.inside-about .nr5 .list li .pic .tu img {
  border-radius: 100%;
}
.inside-about .nr5 .list li .pic .arrow {
  top: -40px;
  left: 0;
  z-index: 1;
  position: absolute;
  animation: rotate 20s ease;
}
.inside-about .nr5 .list li .text {
  height: 230px;
  overflow: auto;
  text-align: left;
  color: #fff;
  padding: 30px;
  padding-right: 40px;
  line-height: 30px;
  position: relative;
  background: url(../images/about-img-6.png) repeat-y top center;
}
.inside-about .nr5 .list li .text .tit {
  font-size: 24px;
  line-height: 30px;
}
.inside-about .nr5 .list li .text .txt {
  font-size: 16px;
  margin-top: 15px;
}
.inside-about .nr5 .list li .text .a1 {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.inside-about .nr5 .list li .text .a2 {
  top: 0;
  right: 0;
  z-index: 1;
  position: absolute;
}
.inside-about .nr5 .list li .text .a3 {
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.inside-about .nr5 .list li .text .a4 {
  bottom: 0;
  right: 0;
  z-index: 1;
  position: absolute;
}
.inside-about .nr5 .list2 {
  z-index: 3;
  overflow: hidden;
  margin-top: 45px;
  position: relative;
}
.inside-about .nr5 .list2 ul {
  margin: 0 -25px;
}
.inside-about .nr5 .list2 li {
  width: 25%;
  float: left;
  padding: 0 25px;
  font-size: 24px;
  text-align: center;
}
.inside-about .nr5 .list2 li span {
  color: #fff;
  display: block;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  background: #72c867;
}
.inside-about .nr5 .list2 li:hover span {
  color: #72c867;
  background: #fff;
}
.inside-about .nr6 {
  padding: 60px 0;
}
.inside-about .nr6 .text {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
.inside-about .nr6 ul {
  margin: 0 -20px;
  margin-top: 50px;
}
.inside-about .nr6 li {
  float: left;
  padding: 0 20px;
  width: 33.333%;
  overflow: hidden;
}
.inside-about .nr6 li img {
  transition: all 700ms ease;
}
.inside-about .nr6 li:hover img {
  transform: scale(1.05);
}
.inside-about .nr7 {
  padding: 80px 0;
  text-align: center;
  position: relative;
  background: url("../images/fz-bg.jpg") no-repeat top center #27436b;
}
.inside-about .nr7 .inside-title .en {
  opacity: 0.1;
}
.inside-about .nr7 .inside-title .cn {
  color: #fff;
}
.inside-about .nr7 .about-bottom {
  color: #fff;
  margin: 40px 0 0 0;
  position: relative;
}
.inside-about .nr7 .about-bottom ul {
  position: relative;
  z-index: 2;
}
.inside-about .nr7 .about-bottom ul li {
  padding-bottom: 10px;
  text-align: left;
  position: relative;
}
.inside-about .nr7 .about-bottom ul li:after {
  content: '';
  display: block;
  height: 100%;
  bottom: 0px;
  position: absolute;
  left: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.inside-about .nr7 .about-bottom ul li .nr {
  transition: 0.5s;
}
.inside-about .nr7 .about-bottom ul li .anr {
  padding-bottom: 30px;
  text-align: left;
  overflow: auto;
}
.inside-about .nr7 .about-bottom ul li .anr::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.inside-about .nr7 .about-bottom ul li .anr::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.inside-about .nr7 .about-bottom ul li .anr::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #EDEDED;
}
.inside-about .nr7 .about-bottom ul li .title {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 10px;
}
.inside-about .nr7 .about-bottom ul li .box {
  padding: 30px 40px;
  transition: 0.5s;
  position: relative;
}
.inside-about .nr7 .about-bottom ul li .box:before {
  content: "";
  width: 20px;
  height: 20px;
  bottom: -10px;
  left: 0px;
  z-index: 9;
  position: absolute;
  background: #efefef;
  border-radius: 100%;
}
.inside-about .nr7 .about-bottom ul li .box:hover .title {
  color: #72c867;
}
.inside-about .nr7 .about-bottom ul li .box:hover .title:after {
  background: #72c867;
}
.inside-about .nr7 .about-bottom ul li .box-1 {
  top: 0;
  left: 30px;
  max-width: 300px;
  position: absolute;
}
.inside-about .nr7 .about-bottom ul li .box-2 {
  max-width: 300px;
  padding-right: 40px;
  position: absolute;
  top: 305px;
  padding-top: 80px;
  left: 0;
}
.inside-about .nr7 .about-bottom ul li .box-2:after {
  top: -4px;
  height: 280px;
  bottom: auto;
  width: 1px;
  right: 0;
  left: auto;
  background: #fff;
}
.inside-about .nr7 .about-bottom ul li .box-2 .title {
  top: 10px;
  left: 0px;
  position: absolute;
}
.inside-about .nr7 .about-bottom ul li .box-2 .title:after {
  top: -25px;
  bottom: auto;
  left: 20px;
}
.inside-about .nr7 .about-bottom ul li .box-2 .anr {
  text-align: left;
  padding-left: 0;
  padding-bottom: 0;
  margin-top: 0;
  align-items: flex-start;
}
.inside-about .nr7 .about-bottom ul li .box-3 {
  top: 0;
  left: 340px;
  position: absolute;
}
.inside-about .nr7 .about-bottom ul li .box-4 {
  left: 312px;
  width: 220px;
  position: absolute;
}
.inside-about .nr7 .about-bottom ul li .box-5 {
  left: 590px;
  position: absolute;
}
.inside-about .nr7 .about-bottom ul li .box-6 {
  left: 560px;
  position: absolute;
}
.inside-about .nr7 .about-bottom ul li .box-7 {
  left: 940px;
  max-width: 400px;
  position: absolute;
}
.inside-about .nr7 .about-bottom ul li .box-8 {
  left: 910px;
  max-width: 375px;
  position: absolute;
}
.inside-about .nr7 .about-bottom .slick-prev:before,
.inside-about .nr7 .about-bottom .slick-next:before {
  content: '';
}
.inside-about .nr7 .about-bottom .slick-prev,
.inside-about .nr7 .about-bottom .slick-next {
  width: 30px;
  height: 30px;
  margin-top: -75px;
  z-index: 66;
}
.inside-about .nr7 .about-bottom .slick-prev {
  transform: rotate(45deg);
  left: -30px;
}
.inside-about .nr7 .about-bottom .slick-next {
  right: -30px;
  transform: rotate(-45deg);
}
@media (max-width: 1200px) {
  .inside-about .nr7 {
    padding: 40px 0;
  }
  .inside-about .nr7 .about-bottom {
    margin-top: 0px;
  }
  .inside-about .nr7 .about-bottom ul {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-about .nr7 .about-bottom:after {
    display: none;
  }
  .inside-about .nr7 .about-bottom ul li {
    margin-top: 20px;
    float: none!important;
  }
  .inside-about .nr7 .about-bottom ul li .anr {
    height: auto;
    display: block;
    padding: 0!important;
  }
  .inside-about .nr7 .about-bottom ul li .box {
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    width: 100%;
    color: #fff!important;
    padding-right: 0 !important;
    padding: 30px 20px!important;
    max-width: 100%!important;
    top: auto!important;
    left: auto!important;
    bottom: auto!important;
    position: relative;
  }
  .inside-about .nr7 .about-bottom ul li .box:after {
    display: none;
  }
  .inside-about .nr7 .about-bottom ul li .box .title {
    top: auto;
    left: auto;
    color: #fff;
    margin-top: 10px;
    text-align: left!important;
    position: relative;
  }
  .inside-about .nr7 .about-bottom ul li .box .title:after {
    display: none;
  }
}
@media (max-width: 1440px) {
  .inside-about .nr1 .list {
    font-size: 12px;
  }
  .inside-about .nr1 .list li p:first-child {
    margin-bottom: 0;
  }
  .inside-about .nr1 .list li p:first-child span {
    font-size: 24px;
  }
  .inside-about .nr3 .right .bt {
    font-size: 20px;
  }
  .inside-about .nr3 .right li {
    font-size: 14px;
  }
  .inside-about .nr3 .right li p:first-child {
    font-size: 18px;
  }
  .inside-about .nr4 .slick-prev {
    left: 30px;
  }
  .inside-about .nr4 .slick-next {
    right: 30px;
  }
  .inside-about .nr5 .list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .inside-about .nr5 .list li {
    padding: 0 10px;
  }
  .inside-about .nr5 .list li .text {
    line-height: 24px;
  }
  .inside-about .nr5 .list li .text .txt {
    font-size: 14px;
  }
  .inside-about .nr5 .list2 li {
    padding: 0 5px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .inside-about {
    padding-top: 40px;
  }
  .inside-about .nr1 .left {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .inside-about .nr1 .left h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .inside-about .nr1 .shipin {
    display: none;
  }
  .inside-about .nr1 .list {
    line-height: 20px;
  }
  .inside-about .nr1 .list li p:first-child {
    font-size: 16px;
  }
  .inside-about .nr1 .list li p:first-child span {
    font-size: 18px;
  }
  .inside-about .nr2 {
    height: auto;
  }
  .inside-about .nr2 ul {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
  }
  .inside-about .nr2 ul li {
    padding: 0 10px;
  }
  .inside-about .nr2 ul li span {
    width: auto;
    height: auto;
    border: 0;
    line-height: initial;
  }
  .inside-about .nr2 ul li .tit {
    font-size: 16px;
  }
  .inside-about .nr2 ul li .txt {
    font-size: 14px;
  }
  .inside-about .nr3 .text {
    display: none;
  }
  .inside-about .nr3 .left {
    margin-top: 20px;
  }
  .inside-about .nr3 .left ul li {
    width: 50%;
    float: left;
    max-width: 100%;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .inside-about .nr3 .left,
  .inside-about .nr3 .right {
    width: 100%;
    float: right;
  }
  .inside-about .nr3 .right .bt {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .inside-about .nr3 .right li {
    width: 50%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    box-shadow: none;
    line-height: 20px;
  }
  .inside-about .nr3 .right li p:first-child {
    font-size: 16px;
  }
  .inside-about .nr3 .midd {
    display: none;
  }
  .inside-about .nr4 .honor {
    margin-top: 20px;
  }
  .inside-about .nr4 dl dt {
    font-size: 14px;
    margin-top: 15px;
  }
  .inside-about .nr5 .list {
    margin-top: 40px;
  }
  .inside-about .nr5 .list li .pic {
    height: auto;
  }
  .inside-about .nr5 .list li .text {
    margin-top: 20px;
    padding: 15px!important;
  }
  .inside-about .nr5 .list li .text .tit {
    font-size: 16px;
  }
  .inside-about .nr5 .list li .text .txt {
    margin-top: 0;
  }
  .inside-about .nr5 .list li .pic .arrow {
    display: none;
  }
}
@media (max-width: 500px) {
  .inside-about .nr2 ul {
    padding-top: 0;
  }
  .inside-about .nr2 ul li {
    width: 50%;
    margin-top: 30px;
    
  }
  .inside-about .nr2 ul li .txt {
    opacity: 0.7;
    margin-top: 0;
  }
  .inside-about .nr3 {
    padding: 40px 0;
  }
  .inside-about .nr5 {
    padding: 40px 0;
  }
  .inside-about .nr5 .list li {
    padding: 0;
    float: none;
    width: 100%;
  }
  .inside-about .nr5 .list li .text {
    padding: 30px!important;
    height: auto;
  }
  .inside-about .nr5 .list li span {
    display: none;
  }
  .inside-about .nr5 .list li .pic {
    display: none;
  }
  .inside-about .nr5 .list2 {
    display: none;
  }
  .inside-about .nr6 {
    padding: 40px 0;
  }
  .inside-about .nr6 ul {
    margin-top: 20px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .inside-about .nr6 li {
    padding: 0 5px;
  }
  
  .inside-about .nr3 .left ul li,
  .inside-about .nr3 .right li{
  	  width:100%;
  	  min-height:auto;
  	  border:0;
  	  border-radius:0;
  	  box-shadow:0 0 15px rgba(0,0,0,0.07);
  	  /*border:solid 1px #eee;*/
  	  padding:30px!important;
  	   /*border:0;
  	   padding-left:20px;
  	   padding-right:20px;
  	   border-bottom:solid 1px #eee;*/
  }
  
  .inside-about .nr3 .right .bt{
  	height:50px;
  	line-height:50px;
  	margin:20px 0 30px 0;
  }
  
 
  
  /*.inside-about .nr3 .left ul li:nth-child(2),
  .inside-about .nr3 .left ul li:nth-child(4),
  .inside-about .nr3 .right li:nth-child(2),
  .inside-about .nr3 .right li:nth-child(4)
  {
  	float:right;
  }
  
  .inside-about .nr3 .right li:nth-child(3){
  	width:100%;
  }*/
  
  
}
.inside-hezuo .inside-title {
  max-width: 500px;
  margin: 0 auto;
  float: none;
  width: 100%;
}
.bdlist {
  padding: 20px;
  margin-bottom: 30px;
  background: #f6f6f6;
}
.bdlist dl {
  margin-bottom: 15px;
  color: #333;
}
.bdlist dl dt {
  padding-left: 15px;
  margin-bottom: 10px;
}
.bdlist dl input,
.bdlist dl textarea {
  width: 100%;
  background: #fff;
  height: 40px;
  border: 0;
  color: #333;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px;
  font-family: "微软雅黑";
}
.bdlist dl textarea {
  resize: none;
  height: 100px;
  padding: 15px;
}
.bdlist dl a {
  color: #fff;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  background: #72c867;
}
.history .history-bottom {
  margin: 60px 0 0 0;
  overflow: hidden;
  position: relative;
}
.history .history-bottom:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
  z-index: 1;
}
.history .history-bottom ul {
  padding: 0 90px;
  position: relative;
  z-index: 2;
}
.history .history-bottom ul li {
  text-align: left;
  position: relative;
}
.history .history-bottom ul li .nr {
  transition: 0.5s;
}
.history .history-bottom ul li .year {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-family: arial;
  transition: 0.5s;
}
.history .history-bottom ul li .anr {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
  height: 96px;
  line-height: 24px;
  padding-right: 3px;
  overflow: auto;
}
.history .history-bottom ul li .anr::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.history .history-bottom ul li .anr::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.7);
}
.history .history-bottom ul li .anr::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.history .history-bottom ul li .title {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 73px;
  border: 6px solid #fff;
  background: #72c867;
}
.history .history-bottom ul li .box {
  padding-left: 30px;
  position: relative;
  transition: 0.5s;
}
.history .history-bottom ul li .box:after {
  content: '';
  display: block;
  height: 240px;
  width: 27px;
  bottom: 46px;
  position: absolute;
  left: 0;
  background: url("../images/line1.png") no-repeat bottom center;
}
.history .history-bottom ul li:nth-child(2n) .box {
  margin-top: 174px;
}
.history .history-bottom ul li:nth-child(2n) .box:after {
  width: 30px;
  top: 46px;
  bottom: auto;
  background: url("../images/line2.png") no-repeat bottom center;
}
.history .history-bottom ul li:nth-child(2n) .title {
  margin-bottom: 41px;
}
.history .history-bottom .slick-prev:before,
.history .history-bottom .slick-next:before {
  content: '';
}
.history .history-bottom .slick-prev,
.history .history-bottom .slick-next {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  margin-top: -35px;
  z-index: 66;
}
.history .history-bottom .slick-prev {
  background: #cccccc url("../images/arrow-1.png") no-repeat center center;
  left: 0;
}
@media (min-width: 1025px) {
  .history .history-bottom .slick-prev:hover {
    background: #72c867 url("../images/arrow-1.png") no-repeat center center;
    border: 1px solid #72c867;
  }
}
.history .history-bottom .slick-next {
  background: #cccccc url("../images/arrow-4.png") no-repeat center center;
  right: 0;
}
@media (min-width: 1025px) {
  .history .history-bottom .slick-next:hover {
    background: #72c867 url("../images/arrow-4.png") no-repeat center center;
  }
}
@media (max-width: 1440px) {
  .history .container {
    width: 1260px;
  }
  .history .history-bottom ul li .year {
    font-size: 35px;
  }
}
@media (max-width: 1280px) {
  .history .container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .history {
    padding: 30px 0;
  }
  .history .history-bottom {
    margin-top: 20px;
  }
  .history .history-bottom ul {
    padding: 0 40px;
  }
  .history .history-bottom ul li .year {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .history {
    background-size: cover;
  }
  .history .history-bottom:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 27px;
    left: 0;
    margin-top: 0;
  }
  .history .history-bottom ul li {
    text-align: center;
  }
  .history .history-bottom ul li .year {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .history .history-bottom ul li .anr {
    font-size: 14px;
    margin-bottom: 0;
    height: auto;
  }
  .history .history-bottom ul li .title {
    width: 55px;
    height: 55px;
    font-size: 14px;
    line-height: 43px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -26px;
  }
  .history .history-bottom ul li .box {
    padding-left: 0;
    padding-top: 90px;
  }
  .history .history-bottom ul li .box:after {
    display: none;
  }
  .history .history-bottom ul li:nth-child(2n) .box {
    margin-top: 0;
  }
  .history .history-bottom ul li:nth-child(2n) .title {
    margin-bottom: 0;
  }
  .history .history-bottom .slick-prev,
  .history .history-bottom .slick-next {
    margin-top: 0;
    top: 13px;
  }
}
@media (max-width: 1440px) {
  .nav li .isubprobox .right {
    height: 500px;
    overflow: auto!important;
  }
}
.nav li .isubprobox .leftnav span {
  padding-left: 65px;
  text-align: left!important;
  padding-right: 10px;
}
.nav li .isubprobox .right .item .tit {
  font-size: 14px;
}
.nav li .isubprobox .listpro .drop-yiji {
  width: 25%;
  float: left;
  padding: 25px;
  padding-left: 40px;
  padding-bottom: 0;
  text-align: left;
  vertical-align: top;
}
.nav li .isubprobox .listpro .drop-yiji .item {
  float: none;
  margin: 0;
}
.nav li .isubprobox .listpro .drop-yiji .item h2 {
  color: #27456b;
  font-size: 16px;
  margin-bottom: 10px;
}
.nav li .isubprobox .listpro .drop-yiji .item .tit {
  width: 100%;
  float: none;
  margin: 0;
  margin-top: 5px;
  font-size: 14px;
  padding-left: 0;
}
.nav li .isubprobox .listpro .drop-yiji:nth-child(5) {
  clear: left;
}
.index-solution .container {
  position: relative;
}
.index-solution .bt-xz {
  right: 0;
  top: 70px;
  width: 50%;
  z-index: 9;
  margin-bottom: 0;
  position: absolute;
}
.index-solution .bt-en {
  position: relative;
  font-size: 160px;
  line-height: 160px;
  font-family: arial;
  color: transparent;
  margin-bottom: 60px;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #f5f5f5;
}
@media (max-width: 1200px) {
  .index-solution .bt-xz {
    display: none;
  }
  .index-solution .bt-en {
    display: none;
  }
}
.nav li .isubprobox .right .dropBox {
  min-height: 580px;
}
.nav li .isubprobox .leftnav span {
  padding-left: 65px;
  text-align: left!important;
  padding-right: 10px;
}
.nav li .isubprobox .right .item .tit {
  font-size: 14px;
}
.nav li .isubprobox .listpro .drop-yiji {
  width: 25%;
  float: left;
  padding: 20px;
  padding-left: 40px;
  padding-bottom: 0;
  text-align: left;
  vertical-align: top;
}
.nav li .isubprobox .listpro .drop-yiji .item {
  float: none;
  margin: 0;
}
.nav li .isubprobox .listpro .drop-yiji .item h2 {
  color: #27456b;
  font-size: 16px;
  margin-bottom: 10px;
}
.nav li .isubprobox .listpro .drop-yiji .item .tit {
  width: 100%;
  float: none;
  margin: 0;
  font-size: 14px;
  padding-left: 0;
}
.nav li .isubprobox .listpro .drop-yiji:nth-child(5) {
  clear: left;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.fudongbox {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .index-search {
    height: 60px;
    line-height: 60px;
  }
  .index-search .hots {
    line-height: 60px;
  }
  .index-search .search1 {
    margin-top: 0;
  }
  .index-search .search1 a {
    top: 12px;
  }
  .index-search .search1 .icon {
    top: 18px;
  }
  .index-solution {
    padding-top: 40px;
  }
  .index-solution .bt-en {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 40px;
  }
  .index-solution .list li .tag {
    width: 120px;
    font-size: 16px;
  }
  .index-dw {
    padding: 50px 0 20px 0;
    min-height: auto;
  }
  .index-contact {
    height: auto;
    padding: 40px 0;
  }
  .index-contact .tit {
    font-size: 24px;
    line-height: 24px;
  }
  .index-contact .button {
    padding-top: 20px;
  }
  .inside-current {
    height: 40px;
    line-height: 40px;
  }
  .inside-menu-2 {
    padding-top: 10px;
  }
  .inside-news ul {
    padding-top: 20px;
  }
  .inside-menu-2 li {
    font-size: 16px;
    line-height: 50px;
  }
  .inside-menu {
    padding: 40px 0;
  }
  .inside-menu li a {
    height: 42px;
    line-height: 40px;
  }
  .fa-02 .list .pic .diqiu img {
    max-height: 400px;
  }
}
.index-video {
  display: block;
  position: relative;
}
.index-video:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.solutionshowrecommend {
  position: relative;
}
.xzdw {
  top: -150px;
  z-index: -1;
  height: 1px;
  position: absolute;
}
.app .inside-news {
  overflow: inherit;
}
.app .inside-news .slick-dots {
  padding-top: 0;
}
.app .inside-news .slick-dots li {
  float: none;
  width: auto;
}
.inside-news .slick-prev,
.inside-news .slick-next {
  border-radius: 100%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  transition: all 500ms ease;
  border: solid 1px #e8e8e8;
}
.inside-news .slick-prev {
  left: -60px;
  background: url(../images/prev.png) no-repeat center center;
}
.inside-news .slick-next {
  right: -60px;
  background: url(../images/next.png) no-repeat center center;
}
@media (max-width: 500px) {
  .app .inside-news ul {
    padding-bottom: 50px;
  }
  .app .inside-news .slick-dots {
    bottom: -30px;
  }
  .inside-about .nr3{
  	padding-bottom:20px;
  }
  .index-dw {
    padding: 10px 0 0px 0;
    min-height: auto;
  }
}
/*20220718*/
.nav li .isubprobox .leftnav {
  padding-bottom: 30px;
}
.pro_list li .box .txt a.more {
  background: #72c867;
  border-radius: 5px;
  border-color: #72c867;
  /*border: 1px #000 solid;*/
}
.pro_list li .box .txt a.a-1 {
  background: #72c867;
  border-radius: 5px;
  border-color: #72c867;
  border: 1px #000 solid;
}
.detail_solu li a.more {
  background: #72c867;
  border-radius: 5px;
  border-color: #72c867;
  border: 1px #72c867 solid;
}
.tankuang li p {
  position: relative;
}
.tankuang li p .errorTips {
  display: block;
  padding-right: 10px;
  font-size: 12px;
  line-height: 43px;
  color: #ff0000;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 500px) {
  .index-solution-1 .list .right .txtbox .tag a {
    margin-left: 0;
    margin-right:4px;
  }
  .inside-about .nr1{
  	position:relative;
  }
  .inside-about .nr1 .shipin {
    width: 100%;
    display: block;
    margin-top: 30px;
    z-index:10;
    position:relative!important;
    float:none!important;
  }
  .inside-about .nr1 .shipin video {
    width: 100%!important;
    height: 100%!important;
    height:auto!important;
     z-index:10sss;
    position:relative!important;
  }
}


.no-result{
	margin:0 15px;
	color:#999;
}


.relate_product{
	font-size:24px;
	text-align:center;
	color:#666;
	line-height:30px;
	margin:40px 15px;
	padding-bottom:30px;
	border-bottom:solid 1px #eee;
}


.transparent {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.navM .navMCon {
  background-color: #fff;
  width: 60%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  right: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /*background: #27456b;*/
  color: #666;
  position: absolute;
  z-index: 999;
  left: -60px;
  top: 40px;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 30px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 30px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 10px 5px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.navM .navMWrap > .list .title .icon:before,
.navM .navMWrap > .list .title .icon:after {
  content: "";
  /*background: #2047a3;*/
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:before {
	 width:10px;
	 height:10px;
   border-bottom:solid 2px #2047a3;
   border-left:solid 2px #2047a3;
   transform:rotate(-45deg);
   -webkit-transform: rotate(-45deg);
}
/*.navM .navMWrap > .list .title .icon:after {
  width: 10px;
  height: 2px;
}*/
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.navM .child {
  padding: 0 5px 20px 5px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
}
.navM .mSearch .btn .iconfont {
  font-size: 18px;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px ;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #fff;
}




.global-contact {
  position: fixed;
  right: 2px;
  top: calc(50% + 42px);
  width: 60px;
  /*background: #01bebe;*/
  border-radius: 0 0 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 31px;
  box-sizing: border-box;
  z-index: 12;
  line-height: 1;
}

.global-contact .global-contact-item2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  width:60px;
  height:60px;
  border-radius:100%;
  background:#72c867;
  margin-top:14px;
}

.global-contact .global-contact-item2 .global-contact-phone-img {
  width: 30px;
  height: 30px;
 
}

.global-contact .global-contact-item2 .global-contact-phone-tips {
  position: absolute;
  top: 34px;
  left: 0;
  width: 250px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(20, 20, 20, 0.44);
  border-radius: 8px 0px 8px 8px;
  transform: translateX(-260px);
  transition: all 0.3s;
  display: none;
}

.global-contact .global-contact-item2 .global-contact-phone-tips:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.global-contact .global-contact-item2 .global-contact-phone-tips:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 10px;
  background: transparent;
  transform: translateX(10px);
}

.global-contact .global-contact-item2 .global-contact-phone-tips .global-phone-content {
  padding: 18px 16px 25px;
}

.global-contact .global-contact-item2 .global-contact-phone-tips .global-phone-content .global-text-phone {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  margin-bottom: 2px;
}

.global-contact .global-contact-item2 .global-contact-phone-tips .global-phone-content .global-text-phone.global-text-phone1 {
  position: relative;
  display: flex;
}

.global-contact .global-contact-item2 .global-contact-phone-tips .global-phone-content .global-text-phone.global-text-phone1 .gr-left-text {
  max-width: 100px;
}

.global-contact .global-contact-item2 .global-contact-phone-tips .global-phone-content .global-text-phone.global-text-phone1 .g-right-phone {
  position: absolute;
  font-size: 22px;
  left: 72px;
  top: 30px;
}

.global-contact .global-contact-item2:hover .global-contact-phone-tips {
  display: block;
}

.global-contact .global-contact-item3 {
  /*padding-top: 15px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
  width:60px;
  height:60px;
  margin-top:14px;
  border-radius:100%;
  background:#72c867;
}

.global-contact .global-contact-item3 .global-contact-qr-img {
  width: 28px;
  height: 28px;
}

.global-contact .global-contact-item3 .global-contact-qr-tips {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 250px;
  height: 135px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(20, 20, 20, 0.44);
  border-radius: 8px  8px 0px 8px;
  transform: translateX(-260px);
  transition: all 0.3s;
  display: none;
}

.global-contact .global-contact-item3 .global-contact-qr-tips:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.global-contact .global-contact-item3 .global-contact-qr-tips:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 10px;
  background: transparent;
  transform: translateX(10px);
}

.global-contact .global-contact-item3 .global-contact-qr-tips .global-qr-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.global-contact .global-contact-item3 .global-contact-qr-tips .global-qr-content .global-qr-content-left {
  margin-right: 9px;
  width: 109px;
  background: #fff;
}

.global-contact .global-contact-item3 .global-contact-qr-tips .global-qr-content .global-qr-img {
  width: 106px;
  height: 106px;
}

.global-contact .global-contact-item3 .global-contact-qr-tips .global-qr-content .global-qr-text {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.global-contact .global-contact-item3:hover .global-contact-qr-tips {
  display: block;
}

.global-contact .global-contact-text {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  margin-top: 4px;
}



.fixed-toolbar {
	right:2px;
	z-index: 498;
	position: fixed;
	top: calc(50% + 42px);
	width: 60px;
}



.fixed-toolbar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}




.fixed-toolbar ul li {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Barlow, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #1d1d1f;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 12px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	background: #72c867;
	/*-webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}





.fixed-toolbar ul li.cloned {
	position: fixed;
	top: -100%;
	right: -100%;
	width: initial;
	opacity: 0;
	visibility: hidden
}

.fixed-toolbar ul li.cloned .fixed-toolbar-item_hover {
	position: initial;
	display: block
}

.fixed-toolbar ul li:first-child {
	margin-top: 0
}


	.fixed-toolbar ul li:not(.fixed-toolbar-item_top):hover {
		border-radius: 10px;
		/*-webkit-transition: all 0.5s;
		transition: all 0.5s*/
	}
	.fixed-toolbar ul li:not(.fixed-toolbar-item_top):hover .fixed-toolbar-item_hover {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
		visibility: visible;
		/*-webkit-transition: all 0.5s;
		transition: all 0.5s*/
	}
	.fixed-toolbar ul li:not(.fixed-toolbar-item_top):hover .fixed-toolbar-item_hover img {
		 width: 80px;
                height: 80px;
                /*-webkit-transition: all 0.5s;
                transition: all 0.5s*/	}

.fixed-toolbar ul li p {
	margin: 0;
	font-family:arial;
}

.fixed-toolbar ul li .fixed-toolbar-item_icon {
	width: 60px;
	height: 60px;
	line-height:60px;
	vertical-align:middle;
	text-align:center;
	/*-webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10
}

.fixed-toolbar ul li .fixed-toolbar-item_icon img{
	vertical-align:middle;
	width:30px;
	height:30px;
}



.fixed-toolbar ul li .fixed-toolbar-item_hover {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	right: 60px;
	top:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 2px 16px 24px;
	opacity: 1;
	background:#72c867;
	visibility: hidden;
	/*-webkit-transition: all 0.5s;
	transition: all 0.5s*/
}




.fixed-toolbar ul li.fixed-toolbar-item_qr .fixed-toolbar-item_hover {
	-webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 1px 15px 15px;
        width: auto!important
}



.fixed-toolbar ul li.fixed-toolbar-item_qr .fixed-toolbar-item_hover img {
	display: block;
	width: 0;
	height: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}




.fixed-toolbar ul li.fixed-toolbar-item_qr:hover {
	        width: 260px !important;
        height:110px!important;
        vertical-align:top!important;}

.fixed-toolbar ul li.fixed-toolbar-item_phone:hover {
	width: 210px !important;
	height:80px;
	vertical-align:top!important;
	
}



.fixed-toolbar ul li.fixed-toolbar-item_qr.active .fixed-toolbar-item_hover {
	opacity: 1;
	visibility: visible
}

.fixed-toolbar ul li.fixed-toolbar-item_qr.active .fixed-toolbar-item_hover img {
		width: 100px;
		height: 100px
}

.fixed-toolbar ul li.fixed-toolbar-item_top .fixed-toolbar-item_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}



.fixed-toolbar-item_hover .align-center{
         margin:0 5px 0 5px;
}
#newBridge #nb_icon_wrap .nb-icon-customer{
	display: block;
  width: 60px !important;
  width: 60px !important;
  position: absolute;
  top: 50%;
  right:0px!important;
  margin-bottom:14px!important;
  /*margin-left: -30px !important;*/
  margin-top: -50px !important;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size:auto !important;

}
#newBridge .nb-icon-base{
  right:2px!important;
  margin-top:-30px!important;
}

@media(max-width:640px ) {
	#newBridge .nb-icon-base{
	  right:0px!important;
	  margin-top:-50px!important;
	}
}

@media(max-width:640px ) {
        #newBridge .nb-icon-base{
          right:0px!important;
          margin-top:-50px!important;
        }
        
        .xzvideo span{display:none!important;}
        
        
} 	

  .xzheight{
          height:60px;
          display:none;
          
  }
  @media(max-width:1200px ){
                  .xzheight{display:block;}
          }
	/*@media(max-width:1200px) {
		.fixed-toolbar{
			display:none;
		}
		#newBridge{
			transform:scale(0.5)!important;
			-webkit-transform:scale(0.5)!important;
			-moz-transform:scale(0.5)!important;
			right:-15px!important;
		}
		.nb-icon-inner-wrap{
			display:none!important;
		}
		.global-contact{
			display:none;
		}
		
		.nb-icon-inner-wrap{
			transform:scale(0.5);
			-webkit-transform:scale(0.5);
			-moz-transform:scale(0.5);
			right:-15px;
		}
		
	} */

.nav li .isubprobox .leftnav .cur {
                  background: rgba(255, 255, 255, 0.1);
                }


.inside-banner .ph{
        display:none;
}

@media(max-width:640px ){
        .inside-banner .pc{
                display:none;
        }
        .inside-banner .ph{
                display:block;
        }
}
