body {
	font-size: 16px;
}

.inner {
	width: 1400px;
	margin: 0 auto;
}

.pl-inner {
	padding-left: calc((100vw - 1720px)/2);
}

.pr-inner {
	padding-right: calc((100vw - 1720px)/2);
}

.ml-inner {
	margin-left: calc((100vw - 1720px)/2);
}

.mr-inner {
	margin-right: calc((100vw - 1720px)/2);
}



.zw {
	padding-top: 100px;
	margin-top: -100px;
}

.zwHeader {
	height: 100px;
}

header {
	padding: 0 3vw 0 0;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 100;
	color: #000;
	background-color: #fff
}

header.sticky-on {
	opacity: 1;
	top: 0;
}

.logoImg {
	height: 100px;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}

header .icon02 {
	display: none;
}

.oneNav {
	line-height: 100px;
	white-space: nowrap;
	display: block;
	padding: 0 2vw;
	font-size: 18px;
	font-weight: bold;
}

.oneNav span {
	position: relative;
}

.oneNav span::after {
	width: 100%;
	height: 2px;
	display: block;
	content: '';
	background: #fff;
	transition: all .36s;
	transform: scale(0, 1);
	position: absolute;
	left: 0;
	bottom: -10px;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
}

nav li.on .oneNav span::after,
nav li:hover .oneNav span::after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

nav:hover>li:not(:hover) .oneNav {
	color: #333;
}

nav:hover>li:not(:hover) .oneNav span::after {
	transform: scale(0, 1);
}

nav li dl {
	position: absolute;
	text-align: center;
	min-width: 150px;
	width: auto;
	top: 100%;
	left: 50%;
	background: #fff;
	-webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .15);
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .15);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

nav li dl dd {
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease
}

nav li dl dd:last-child {
	border-bottom: 0
}

nav li dl dd a {
	padding: 0 20px;
	font-size: 14px;
	color: #333 !important;
	font-weight: normal !important;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	display: block
}

nav li dl dd:hover {
	background: var(--blue)
}

nav li dl dd:hover a {
	color: #fff !important;
}

/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav li dl {
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(-50%) translateY(20px);
	-ms-transform: translateX(-50%) translateY(20px);
	-o-transform: translateX(-50%) translateY(20px);
	-webkit-transform: translateX(-50%) translateY(20px);
	-moz-transform: translateX(-50%) translateY(20px);
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

nav li:hover dl {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.headerSearch {
	background: rgba(255, 255, 255, .5);
}

.headerMune {
	height: 100px;
	width: 50px;
	padding: 35px 0;
	align-items: flex-end;
	display: flex;
}

.headerMune .burger {
	width: 100%;
	height: 2px;
	background: #b99044;
	transition: .8s;
	display: inline-block;
}

.headerMune .burger:first-child {
	animation: long 2s linear infinite;
	-webkit-animation: long 2s linear infinite;
}

.headerMune .burger:nth-of-type(2) {
	width: 50%;
}

.headerMune .burger:nth-of-type(3) {
	animation: long 3s linear infinite;
	-webkit-animation: long 3s linear infinite;
}

.menuClose {
	position: absolute;
	right: 0;
	top: 0;
}

.menuClose:hover {
	letter-spacing: 2px;
}

header::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: '';
	transition: all .36s;
	width: 100%;
	height: 0px;
	background-color: rgba(255, 255, 255, .15);
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

header.scroll,
header:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	color: #333;
}

header.scroll::after,
header:hover::after {
	background-color: #fff;
	height: 100%;
}

header.scroll .oneNav span::after,
header:hover .oneNav span::after {
	background: var(--blue);
}

header.scroll nav li.on .oneNav,
header:hover nav li:hover .oneNav {
	color: var(--blue);
}

header.scroll .icon01,
header:hover .icon01 {
	display: none;
}

header.scroll .icon02,
header:hover .icon02 {
	display: block;
}

header.scroll .z_menu_btn .cir,
header:hover .z_menu_btn .cir {
	background: var(--blue);
}

header.scroll .headerSearch,
header:hover .headerSearch {
	color: var(--blue);

}

header.scroll .headerMune .burger,
header:hover .headerMune .burger {
	background: var(--blue);
}









.header{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  height: 100px;
  background: #fff ;
}


.header .top_con{
  margin: 0 auto;


}

.header .top_con .logo{
  float: left;
  height: 100%;
  position: relative;
  
}


.header .top_con .logo img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}



/*nav*/

.nav_bg{
  width: 59.5%;
  margin: 0px 0 0 9%;
  height: 100px;
  position: relative;
  float: left;

}


.nav_bg .t_nav{
  margin: 0 auto;

}

.nav_bg .t_nav>ul>li{
  float: left;
  line-height: 96px;
  text-align: center;
  position: relative;
  z-index: 5;
  width: 15%;
  box-sizing: content-box;
  background: url(../images/xt.png) no-repeat right center;
  
  
}
.nav_bg .t_nav>ul>li span{
  
  
}

.nav_bg .t_nav>ul>li:last-child{
  background: none;
}


.nav_bg .t_nav>ul>li>a{
  display: block;
}

.nav_bg .t_nav>ul>li>a>span{
  display: inline-block;
  font-size: 18px;
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-sizing: content-box;
  height: 97px;
  position: relative;
  z-index: 5;
}


.nav_bg .t_nav>ul>li::after{
  width: 60%;
  height:0%;
  position: absolute;
  left: 20%;
  bottom: -0.2rem;
  content: "";
  z-index: 99;
  background: #b99044;
  
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nav_bg .t_nav>ul>li:hover::after{
  height: 3px;
  }

  .nav_bg .t_nav>ul>li:hover>a>span{
    color: #b99044;
    font-weight: bold;
  }
  

	
  .nav_bg .t_nav>ul>li.another::after{
	height: 3px;
    }

    .nav_bg .t_nav>ul>li.another>a>span{
      color: #b99044;
      font-weight: bold;
    }


.t_nav ul li .submenu {

  display: none;

  position: absolute;

  top: 97px;

  left: 0px;

  background: #b99044;

  width: 100%;

  z-index: 9999;

}



.t_nav ul li .submenu li {

  padding: 0;

  background: none;

  height: 45px;

  line-height: 45px;
background: #b99044;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);

}



.t_nav ul li .submenu>li>a {

  float: none;

  text-align: center;

  font-size: 14px;

  height: 45px;

  line-height: 45px;

  background: none;

  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;

  width: 96%;

  font-weight: normal;

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;
  padding: 0 2%;
  box-sizing: content-box;

}


.t_nav ul li .submenu li a:hover {

  background: #dab166;

  text-decoration: none;

}




.fixedNav {
  margin: 0 auto;
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}




.header .search {
z-index: 99;
height: 100px;
float: left;
margin: 0rem 0 0 2%;
position: relative;
}

.header .search  .searchIco {
display: block;
margin: 25px auto 0 auto;
height: 54px;
width: 54px;
overflow: hidden;
cursor: pointer;
}
.header .search  .searchIco em {
display: block !important;
width: 100%;
height: 100%;
position: relative;
top: 0;
padding: 0;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.header .search  .searchIco em.show {
background: url(../images/sou.png) center  no-repeat;
}
.header .search  .searchIco em.hide {
background: url(../images/sou.png) center  no-repeat;
}
.header .search  .searchIco.top em {
top: -100%;
}
.header .search  .searchBox {
width: 0;
height: 40px;
position: absolute;
right: 100%;
background: #fff;
top: 32px;
right: 100%;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.header .search  .searchBox .searchInp {
width: 250px;
height: 40px;
border: none;
line-height: 40px;
background: none;
float: left;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 15px;
font-size: 14px;
}
.header .search  .searchBox .searchInp::-webkit-input-placeholder {
color: #adadad;
}
.header .search  .searchBox .searchInp:focus::-webkit-input-placeholder,
.header .search  .searchBox .searchInp:active::-webkit-input-placeholder {
opacity: 0.6;
filter: alpha(opacity=60);
}
.header .search  .searchBox .submitBtn {
position: absolute;
right: 10px;
top: 3px;
background: url(../images/sou1.png) center center no-repeat;
width: 30px;
height: 30px;
cursor: pointer;
border: none;
float: right;
-webkit-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
opacity: 0;
filter: alpha(opacity=0);
}
.header .search  .searchBox.searchShow {
width: 300px;
}
.header .search  .searchBox.searchShow .submitBtn {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.header .search  .searchBox.searchShow .submitBtn:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}





.header2 {
    position: fixed;
    top: 0;
    right: 0px;
    width: 100px;
    height: 100vh;
    z-index: 999;
}


.header2 .tmenu{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0px;
}
  



.header2 .pop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: none;
}

.pop .menu .icon {
    color: #fff;
    font-size: 0.35rem;
  }
  .pop .pop-con {

  }

  .pop::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .menulist {
    position: relative;
    z-index: 1001;
    width: 80%;
    margin: 10% auto 0 auto;
    text-align: center;
  }
  .menulist a {
    color: #fff;
  }
  .menulist a:hover{
      color:#b99044;
      transition: all 0.3s;
  }
  .menulist dl {
    margin-bottom: 0;
    float: left;
    width: 14%;
    margin: 0 1%;
  }
  .menulist dt a{
      display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
  }
  .menulist dd a{
      display: block;
    font-size: 16px;
    color: #fff;
    line-height: 39px;
    margin-bottom: 0;
  }

.pop .pop_ico{
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0px;
    width: 100px;
    height: 100px;
    background: #b99044 url(../images/close.png) no-repeat center;
    z-index: 999;
}







.z_menu_mask {
	width: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: ease 1s;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 10;
	pointer-events: none;
}

.z_menu_con {
	width: 60%;
	height: 100%;
	position: relative;
	margin-left: 40%;
	border-radius: 50%;
	padding: 0 8.3vw 0 10.4vw;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.z_menu_mask::before {
	content: "";
	display: block;
	width: 90vw;
	height: 90vw;
	background: #fff;
	position: absolute;
	right: -30vw;
	top: 50%;
	transform: translateY(-50%) scale(0, 0);
	border-radius: 50%;
	transition: ease 1s;
}

.z_menu_mask::after {
	content: "";
	display: block;
	width: 100vw;
	height: 100vw;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	right: -36vw;
	top: 50%;
	transform: translateY(-50%) scale(0, 0);
	border-radius: 50%;
	transition: ease 1.5s;
}

.z_menu_nav li {
	margin-bottom: 2vw;
}

.z_menu_nav li h3 a {
	font-size: 1.35416vw;
	font-weight: bold;
}

.z_menu_down a {
	display: inline-block;
	color: #444;
	background: url(../images/sj1.png) no-repeat left center;
	padding-left: 15px;
	margin-top: 0.6vw;
	position: relative;
	margin-right: 2vw;
	font-size: 15px;
	line-height: 28px;
}

.z_menu_nav a::before {
	content: "";
	display: block;
	width: calc(100% - 15px);
	height: 1px;
	opacity: 0;
	background: var(--blue);
	position: absolute;
	left: 15px;
	bottom: 0;
}

.z_menu_nav a:hover {
	color: var(--blue);
}

.z_menu_nav a:hover::before {
	opacity: 1;
}

.z_menu_down a:Hover {
	background-image: url(../images/sj2.png);
}

.z_menu_btm {
	border-top: 2px solid var(--blue);
	padding-top: 1.5vw;
	display: flex;
	align-items: center;
}

.z_menu_addre {
	color: #333333;
	line-height: 24px;
}

.z_menu_share {
	margin-left: auto;
	flex-shrink: 0;
}

.z_menu_share a {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #cccccc;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 20px !important;
	margin-left: 15px;
}

.z_menu_share a:hover {
	background: var(--blue);
	color: #fff;
	cursor: pointer;
}

.z_menu_close {
	position: absolute;
	right: 4vw;
	top: 2.5vw;
	color: #B4B4B4;
	font-size: 28px !important;
	font-weight: bold;
	cursor: pointer;
}

.z_menu_close:hover {
	color: var(--blue);
}

.z_menu_mask.on {
	pointer-events: auto;
}

.z_menu_mask .warp {
	opacity: 0;
	transition: ease 1.5s;
	transform: translateX(5vw);
}

.z_menu_mask.on,
.z_menu_mask.on .warp {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}

.z_menu_mask.on::before {
	transition-delay: .5s;
}

.z_menu_mask.on::before,
.z_menu_mask.on::after {
	transform: translateY(-50%) scale(1, 1)
}

.z_menu_mask.on .warp {
	transition-delay: 1s;
	transform: translateX(0px);
}

.idxBanImg {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	min-height: 200px;
}





.idxBan .swiper-slide .text {
	position: absolute;
	z-index: 5;
	left: 60px;
	top: 70%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.idxMore {
	height: 60px;
}

.idxMore::after {
	display: block;
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	transition: all .36s;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

.idxMore:hover::after {
	width: 100%;
}

.idxMore:hover {
	color: var(--blue);
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.idxBanBtn {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}

.idxBanBtn .pagination {
	letter-spacing: 2px;
}

.idxBanBtn .pagination span {
	margin: 0 2px;
}

.idxBanBtn .pagination .swiper-pagination-current {
	font-size: 1.5em;
}

.mySwiper {
	width: 56px;
	height: 56px;
}

.mySwiper:hover {
	background: var(--blue);
	color: #fff;
}


.idxAbout {
	background: url(../images/bg1.jpg) no-repeat center bottom;
	height: auto;
	overflow: hidden;
}

.numUl .DIN {
	transform: translateY(.1em);
	-webkit-transform: translateY(.1em);
	-moz-transform: translateY(.1em);
	-ms-transform: translateY(.1em);
	-o-transform: translateY(.1em);
}

.idxAboutRound {
	margin-top: -30vh;
	margin-bottom: -30vh;
}

.idxAboutRound img {
	height: 100vh;
}

.idxAboutUlImg {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.idxAboutUl .text {
	background: rgba(0, 0, 0, .4);
}

.idxAboutUl li.on,
.idxAboutUl li:hover {
	width: 50%;
}

.idxAboutUl:hover li:not(:hover) {
	width: 25%;
}

.idxAboutUl li:hover img.idxAboutUlImg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.idxSolue {
	width: 100%;
}

.idxSolue::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/bg2.jpg);
	z-index: 5;
	background-size: cover;
}

.idxSolueImg {
	width: 100%;
}

.idxSolueImgUl .idxSolueImg {
	display: none;
	transition: all .36s;
	animation: scaleIn 1s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
	-webkit-animation: scaleIn 1s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}

.idxSolueImgUl .idxSolueImg.on {
	display: block;
	position: relative;
	z-index: 10;
}

.idxSolueTextUl li {
	display: none;
	animation: rightTop .5s;
	-webkit-animation: rightTop .5s;
}

.idxSolueTextUl li.on {
	display: block;
}

.idxSolueIconUl .round {
	width: 140px;
	height: 140px;
	border-color: #fff;
}

.idxSolueIconUl .round::after {
	display: block;
	content: '';
	border-radius: 50%;
	transform: scale(0);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--green);
	z-index: 2;
	transition: all .36s;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.idxSolueIconUl .on .round::after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.idxSolueIconUl .on .round {
	border-color: var(--green);
}

.idxSolueIconUl .round img {
	max-width: 45%;
	max-height: 45%;
}

.idxCoo {
	/* background: url(../images/hz.jpg) no-repeat center bottom; */
	background-color: #eceff4;
	background-size: 100% auto;
}

.ab {

	margin-top: 53px;
}

.ab-l {
	width: 53%;
	padding-left: 13%;
	margin-top: 20px;
	float: left;
}

.ab-l h3 {
	font-size: 22px;
	color: #b99044;
}

.ab-l a {
	display: block;
	margin-top: 25px;
}

.ab-l ul {
	display: flex;
	justify-content: space-between;
}

.ab-l ul li {
	display: block;
	border-radius: 10px;
	border: 1px solid #eee;
	width: 30%;
	padding: 50px 20px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 10px 12px rgba(0,0,0,.03);
}

.ab-l ul li:hover {
	border: 1px solid #b99044;
	background-color: #b99044;
	color: #fff;
}

.numi {
	font-size: 14px;
	position: relative;
}

.numi span{
font-size: 60px;
font-family: "Impact";
font-weight: normal;
}

.numi i{
	position: relative;
	top: -30px;
	font-size: 16px;
	
}

.mt-15{
	font-size: 18px;
	margin-top:5px;
}

.ab-r {
	width: 43%;
	float: right;
}

.ab-r img{
	width: 100%;
	height: 696px;
	object-fit: cover;
}

.cooperationBox {
	width: 1400px;
	margin: 0 auto;

}

.cooperationBox .Marquee_x {
	overflow: hidden;
}

.cooperationBox .Marquee_x.Marquee_Y {
	padding-left: 90px;
}

.cooperationBox .Marquee_x ul li {
	float: left;
	overflow: hidden;
	padding: 25px 0;
	margin-right: 0 !important;
}

.cooperationBox .Marquee_x ul li div {
	float: left;
	height: 200px;
	width: 200px;
	overflow: hidden;
	border-radius: 5px;

	margin-right: 30px;
}

.cooperationBox .Marquee_x ul li div img {
	max-width: 90%;
}

.linka a:hover {
	color: var(--blue);
}

.idxNews {
	background-color: #eceff4;
}

.newslist li {
	width: calc((100% - 120px)/3);
	margin-right: 60px;
	border-radius: 10px;
	overflow: hidden;
}

.newslist li:nth-child(3n) {
	margin-right: 0;
}

.newslist li .img {
	width: 100%;
	height: 0;
	padding-bottom: 68%;
}

.newslist li .more .iconfont {
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
}

.newslist li .tit {
	font-weight: bold;
	margin-bottom: 2px;
}

.newslist li .text {
	background-color: #fff;
	padding: 20px 20px 40px 20px;
	position: relative;
}

.newslist li .tit span {
	font-size: 20px;
	font-weight: bold;
	
	/*text-decoration: underline;
    */
	background-image: linear-gradient(currentColor 0, currentColor 0);
	background-image: linear-gradient(currentColor 0 0);
	background-position: 0 calc(100% - 1px);
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
	-o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}

.newslist li .color-666{
	font-size: 14px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;

}

.newslist li p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.newslist li .more{
	position: absolute;
	left: 0;
	top: -37px;
	width: 100%;
	height: 0px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #b99044;
	display: block;
	text-transform: capitalize;
	z-index: 5;
	opacity: 0;

}

.newslist li:hover .more{
	height: 37px;
	opacity: 1;
}


.newslist li:hover .tit span {
	background-position: 100% calc(100% - 1px);
	background-size: 100% 1px
}

.newslist li:hover .img {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.newslist li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}



.idxNewsBot {
	background: url(../images/idxNewsBotBg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.idxNewsBot::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(25, 67, 81, .6);
}




footer {
	background: url(../images/fbg.jpg) no-repeat center center;
	background-size: cover;
}

.footForm input {}

.footForm .keys {
	width: 16vw;
}

.footForm .submit {
	background: url(../images/search.png) no-repeat center center;
	background-size: auto 50%;
	width: 40px;
}

footer a:hover {
	opacity: 1;
}
.footNav dl {
	width: 26%;
	margin-right: 6%;
	border-right:1px solid rgba(255, 255, 255, 0.2);
}

.footNav dl:last-of-type{
	margin-right: 0;
	border-right:none;
}
.footNav dd {
	line-height: 2.6;
	color: #fff;
	font-size: 16px;
	opacity: 0.6;
}

.footNav dt{
	margin-bottom: 20px;
}

.footNav dt a{
	font-size: 20px;
	font-weight: bold;
	
}

.footNav dt a:hover {
	opacity: .6;
}

.footNav dd a:hover {
	color: #fff;
}

.footEwm {
	width: 130px;
}


.neiBanImg {
	max-height: calc(100vh - 100px);
	width: 100%;
	min-height: 260px;
	object-fit: cover;
	animation: zoomBig 2s forwards;
	-webkit-animation: zoomBig 2s forwards;
}

.neiBan::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background-image: linear-gradient(to right, rgba(25, 67, 81, .8), transparent);
}

.neiBan .text {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.neiBan .text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.sunNav a {
	height: 80px;
	white-space: nowrap;
}

.sunNav a::before {
	display: block;
	content: '';
	width: 0;
	transition: all .36s;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 5;
	background: var(--blue);
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

.sunNav a.on::before,
.sunNav a:hover::before {
	width: 100%;
}

.sunNav:hover a:not(:hover)::before {
	width: 0;
}

.sunNav a.on,
.sunNav a:hover {
	color: var(--blue);
}

.sunNav:hover a:not(:hover) {
	color: #333;
}

.team {
	background: url(../images/teamBg.jpg) no-repeat center top var(--blue);
}

.teamUl li .img {
	width: 100%;
	height: 0;
	padding-bottom: 150%;
}

.custom-list li {
	list-style: none;
	/* 移除默认列表样式 */
	padding-left: 20px;
	/* 为小图标留出空间 */
	background-repeat: no-repeat;
	/* 设置背景图片不重复 */
	background-position: left top .9em;
	/* 设置背景图片位置 */

	background-image: url('../images/teamIcon.png');
	/* 自定义图标路径 */
	background-size: auto .7em;
	/* 根据需要调整图标大小 */
}

.teamUl li .more .iconfont {
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
}

.teamUl li .more:hover {
	background: var(--blue);
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-o-transform: translateX(15px);
}

.teamUl li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}


.honorSwiper .img {
	height: 400px;
}

.searchPro {
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(7, 1fr);
}

.searchPro a .text {
	height: 2.6em;
}

.proIcon {
	height: 50px;
	transition: all 0s;
	filter: grayscale(100%);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	-webkit-filter: grayscale(100%);
}

.searchPro a::before {
	transition: all .36s;
	transform: scale(0);
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--blue);
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}

.searchPro a.on {
	color: #fff;
}

.searchPro a.on:hover {
	color: #fff;
}

.searchPro a.on::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.searchPro a.on .proIcon {
	filter: grayscale(100%) brightness(500%);
}

.searchPro a:hover {
	color: var(--blue);
}

.serchProCon table {
	line-height: 1.6;
}

.serchProCon table tr:first-child {
	background: #e7f8fe;
	color: var(--blue);
	font-size: 1.4em;
}

.serchProCon table tr:first-child td {
	padding: .6em 5px;
}

#fh5co-board .item .text {
	position: absolute;
	transform: translateY(100%);
	color: #fff;
	z-index: 5;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to bottom, transparent, rgba(25, 67, 81, .6));
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
}

#fh5co-board .item:hover .text {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

#fh5co-board .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}


.neiBan input::-webkit-input-placeholder {
	color: #fff;
}

.neiBan input:-moz-placeholder {
	color: #fff;
}

.neiBan input::-moz-placeholder {
	color: #fff;
}

.neiBan input:-ms-input-placeholder {
	color: #fff;
}

.neiBan form {
	background: rgba(255, 255, 255, .3);
	border-color: #fff;
}

.neiBan form .keys {
	width: 21vw;
}

.neiBan form .submit {
	background: url(../images/search-w.png) no-repeat center center;
	width: 50px;
	height: 30px;
}

.newsLeft {
	width: 22%;
}

.newsRight {
	width: 78%;
}

.w82 {
	width: 82%;
}


.proNav dd {
	display: none;
}

/* .proNav dd a:last-child{ border: none;} */
/* .proNav li.on dd{ display: block;} */
.proNav li.on {
	color: #fff;
	background: var(--blue);
}

.proNav li.on dt a,
.proNav li dd a.on {
	color: var(--green);
}

.proNav li.on dt .icon-youjiantou1::before {
	content: "\e600" !important;
}

.proNav li dd a.on::after {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "\e659";
	font-family: "iconfont" !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.pdfIcon {
	height: 1.2em;
}

.pdflist li .icon-xiazaidaoru {
	font-size: clamp(0.875rem, 0.725rem + 0.75vw, 1.625rem);
}


.menuItem {
	height: 50px;
	border-bottom: 1px solid #EBEBEB;
	padding-top: 15px;
	display: flex;
	position: relative;
}

.menuItem .topTitle {
	font-size: 15px;
	font-weight: 500;
	opacity: 1;
	width: 92%;
}

.menuItem .topTitle a {
	display: block;
	font-weight: bold;
}

.menuItem .topTitleActive {
	color: var(--green);
	border-bottom: 2px solid var(--green);
}

.menuItem .topBtn img {
	position: absolute;
	height: 40%;
}

.topBtnActive {
	margin-top: 0;
}

.menuDetail {
	width: 92%;
	/*margin: 0 auto;*/
	background: #f5f9fb;
	opacity: 1;
	padding: 2% 4.7%;
	position: absolute;
	top: 100%;
	z-index: 99;
}

.menuDetail li {
	font-size: 14px;
	line-height: 2.4;
	color: rgba(68, 68, 68, 1);
	opacity: 1;
}

.menuDetail li a {
	display: block;
	width: 100%;
}

.menuDetail li:hover {
	color: var(--green) !important;
}

.newlist {}

.newlist li .img {
	width: 100%;
	height: 0;
	padding-bottom: 62%;
}

.newlist li .text {
	width: 67%;
}

.newlist li .text .tit {
	height: 4em;
}

.newlist li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.newsPage a:hover {
	font-weight: bold;
}

.xgtjUl {
	position: sticky;
	right: 0;
	top: 110px;
}

.servicesPrcess::before {
	position: absolute;
	background: rgba(25, 67, 81, .2);
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	left: calc(50% - 1px);
	top: 0;
}

.servicesPrcessline {
	background: rgba(25, 67, 81, .2);
	height: 2px;
	width: 75%;
}

.servicesPrcess .smallItem::before {
	position: absolute;
	width: 2px;
	height: 50px;
	left: calc(50% - 1px);
	top: 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	background: rgba(25, 67, 81, .2);
	display: block;
	content: '';
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}

.servicesPrcess .item {
	margin-bottom: 50px;
}

.servicesPrcessBot .top {
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
}

.servicesPrcessBot .bot {
	border-top: none;
	border-width: 2px;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-ms-border-radius: 0 0 20px 20px;
	-o-border-radius: 0 0 20px 20px;
}

.addSerTit {
	border-bottom: 2px solid var(--blue);
}

.addSerTit .right::after {
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	z-index: 5;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: var(--orange);
}

.OneUl {
	display: grid;
	grid-gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.twoUl {
	display: grid;
	grid-gap: 1.5vw;
	grid-template-columns: repeat(3, 1fr);
}

.thereUl1 {
	display: grid;
	grid-gap: 3vw;
	grid-template-columns: repeat(3, 1fr);
}

.thereUl2 {
	display: grid;
	grid-gap: 3vw;
	grid-template-columns: repeat(3, 1fr);
}

.thereUl2 li:first-child {
	grid-area: 1 / 1 / 2 / 3;
}

.zjkxjsUl {
	display: grid;
	grid-gap: 2vw;
	grid-template-columns: repeat(3, 1fr);
}

.circleIcon {
	height: 1em;
	margin-top: .5em;
}

.cooUl li {
	width: calc(100% / 5);
}

.cooUl li .img {
	width: 100%;
	padding-bottom: 80%;
}

.basic {
	background: url(../images/basiciMG.jpg) no-repeat center center;
	background-size: cover;
}

.basicIcoBox {
	height: 605px;
}

.basicIcoBox li {
	position: absolute;
	width: 14.8%;
}

.basicIcoBox li .basicIcon {
	filter: drop-shadow(30px 10px 20px rgba(0, 0, 0, 0.2));
	width: 100%;
	-webkit-filter: drop-shadow(30px 10px 20px rgba(0, 0, 0, 0.2));
}

.basicIcoBox li:nth-child(1) {
	left: 5%;
	top: 19%;
}

.basicIcoBox li:nth-child(2) {
	left: 12.4%;
	bottom: 0;
}

.basicIcoBox li:nth-child(3) {
	left: 25%;
	top: 11%;
}

.basicIcoBox li:nth-child(4) {
	left: 31.4%;
	top: 50%;
}

.basicIcoBox li:nth-child(5) {
	left: 43.7%;
	top: 0;
}

.basicIcoBox li:nth-child(6) {
	left: 61.7%;
	top: 23.4%;
}

.basicIcoBox li:nth-child(7) {
	left: 52.5%;
	bottom: 0;
}

.basicIcoBox li:nth-child(8) {
	left: 79%;
	top: 8%;
}

.basicIcoBox li:nth-child(9) {
	left: 81.6%;
	top: 48.7%;
}

.params-container {
	display: table;
}

.param-item {
	display: table-row;
}

.param-cell {
	display: table-cell;
	padding: .2em;
}

.basic .params-container {
	background: #fff;
}

.basic .params-container:first-child {
	font-weight: bold;
}

.basic .params-container .param-item:nth-child(2n) {
	background: #e7f8fe;
}

.basic .params-container .param-item .param-cell {
	border-right: 1px solid #fff;
}

.basic .params-container .param-item .param-cell:last-child {
	border: none;
}


.searchTop form {
	width: 700px;
}

.searchTop form .text {
	width: calc(100% - 70px);
}

.searchTop form .submit {
	width: 70px;
	height: 70px;
	background: url(../images/searchbig.png) no-repeat center center;
	background-size: 35% auto;
}

.searchlist li::after {
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--blue);
	display: block;
	content: '';
	transition: all .36s;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-ms-transition: all .36s;
	-o-transition: all .36s;
}

.searchlist li .left {
	width: 70%;
}

.searchlist li .right {
	width: 70px;
	height: 70px;
}

.searchlist li:hover::after {
	width: 100%;
}

.searchlist li:hover .right {
	background-color: var(--blue);
	color: #fff;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.clear {
	clear: both;
}

.probg .product .pro_t {
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 20px;

}

.probg .product .pro_t .title {
	float: left;
}

.probg .product .pro_t .prolist {
	position: relative;
	z-index: 5;
	height: 80px;
	width: 100%;
}

.probg .product .pro_t .prolist ul li {
	float: left;
	width: 50%;
	display: block;
	height: 80px;
	position: relative;
	z-index: 5;

}

.probg .product .pro_t .prolist::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 9px;
	border-radius: 15px;
	background: #002037;
	border: 2px solid #fff;
	box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.06);

}

.probg .product .pro_t .prolist ul li::after{
	position: absolute;
	content: "";
	left: 2px;
	bottom: 2px;
	z-index: -1;
	width: 0%;
	height: 9px;

	background: #b99044;

}



.probg .product .pro_t .prolist ul li a {
	display: block;
	padding-left: 30%;

}

.probg .product .pro_t .prolist ul li a img {
	display: block;
	float: left;
	width: 44px;
	margin-top: 10px;
	margin-right: 10px;
}

.probg .product .pro_t .prolist ul li a span {
	display: block;
	margin-left: 0.15rem;
	float: left;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.probg .product .pro_t .prolist ul li a span i {
	display: block;
	font-size: 15px;
	color: #999;
	font-weight: normal;
	margin-top: 5px;
}

.probg .product .pro_t .prolist ul li.on::after {
	width: 100%;
}

.probg .product .pro_t .prolist ul li:nth-child(1).on::after{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.probg .product .pro_t .prolist ul li:nth-child(2).on::after{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.probg .product .pro_t .prolist ul li.on a span {
	color: #b99044;
}


.probg .product .probox {
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow:  0 0 15px 2px rgba(0, 0, 0, 0.06);
}

.probg .product .probox ul li {
	float: left;
	width: 33.3%;
	height: 350px;
	background: #fcfeff;
	border: 1px solid rgba(235, 235, 235, 0.8);
	padding: 2.5% 5%;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	box-shadow:  0 0 15px 2px rgba(0, 0, 0, 0.06);
}

.probg .product .probox ul li:nth-child(1){
	border-top-left-radius: 20px;
}


.probg .product .probox ul li:nth-child(3){
	border-top-right-radius: 20px;
}

.probg .product .probox ul li:nth-child(4){
	border-bottom-left-radius: 20px;
}

.probg .product .probox ul li:nth-child(6){
	border-bottom-right-radius: 20px;
}

.probg .product .probox ul li:nth-child(2n){
	background: #fff;
}



.probg .product .probox ul li:nth-child(3n) {
	margin-right: 0;
}

.probg .product .probox ul li span {
	display: block;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: 0.4rem;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.probg .product .probox ul li span .pro1 {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #b99044;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.probg .product .probox ul li span .pro2 {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.probg .product .probox ul li a {
	display: block;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0;
}

.probg .product .probox ul li p {
	font-size: 16px;
	color: #666;
}

.probg .product .probox ul li p i {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-transform: capitalize;
}

.probg .product .probox ul li::after {
	position: absolute;
	width: 100%;
	height: 0%;
	left: 0;
	top: 0px;
	content: "";
	z-index: -1;
	background: #b99044;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
}



.probg .product .probox ul li.on::after {
	height: 100%;
}

.probg .product .probox ul li.on span {
	background: #fff;
	border: 1px solid #fff;
}

.probg .product .probox ul li.on span .pro1 {
	transform: translateY(-100px);
}

.probg .product .probox ul li.on span .pro2 {
	transform: translateY(-100px);
}

.probg .product .probox ul li.on a {
	color: #fff;
}

.probg .product .probox ul li.on p i {
	color: #fff;
}





@media (max-width: 1600px) {
	.probg .product .pro_t .prolist {
		width: 100%;
	}

	.probg .product .pro_t .prolist ul li {
		width: 50%;
	}

	.probg .product .pro_t .prolist ul li a span {
		width: 80%;
	}

}


.solution {
	display: flex;
	background: url(../images/sobg.jpg) no-repeat;
	height: 100%;
	content: "";
	background-size: cover;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.solution-l {
	height: 720px;
	width: 50%;
	padding-left: 14%;
	padding-top: 100px;
	position: relative;
}


.solution:hover::after {
	transform: scale(1.1);
}










.solution-l-t {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.solution-l-t p {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

.solution-l-b {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	height: 530px;
	width: 300px;
	border-radius: 10px 10px 0 0;
}

.solution-l-b-item {
	display: flex;
	padding: 50px 0 0 30px;
}

.solution-l-b-item-r {
	padding-left: 15px;
}

.solution-l-b-item-r h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.solution-l-b-item-r h5 {
	font-size: 16px;
	line-height: 30px;
}

.solution-r {
	width: 50%;
	padding-left: 4%;
	padding-top: 100px;
	position: relative;
}

.solution-r-t {
	color: #555;
	font-size: 24px;
	font-weight: bold;
}

.solution-r-t p {
	color: #a0a09f;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

.solution-r-b-item {
	display: flex;
	margin-top: 0px;
	padding: 33px;
	padding-left: 130px;
}
.gy-item1 {
	background: url(../images/gy1.png) 20px center no-repeat;
}
.gy-item2 {
	background: url(../images/gy2.png) 20px center no-repeat;
}
.gy-item3 {
	background: url(../images/gy3.png) 20px center no-repeat;
}


.gy-item1.on {
	background: #b99044 url(../images/gy1_h.png) 20px center  no-repeat;
	color: #fff;
	border-radius: 80px 0 0 80px;
}
.gy-item2.on {
	background: #b99044 url(../images/gy2_h.png) 20px center  no-repeat;
	color: #fff;
	border-radius: 80px 0 0 80px;
}
.gy-item3.on {
	background: #b99044 url(../images/gy3_h.png) 20px center  no-repeat;
	color: #fff;
	border-radius: 80px 0 0 80px;
}


.solution-r-b-item-r {
	padding-left: 50px;
	width: 65%;
}

.solution-r-b-item-r h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

.solution-r-b-item-r p {
	font-size: 16px;
	color: #666;
	line-height: 30px;

}

.solution-r-b-item:hover .solution-r-b-item-r p{
	color: #fff;
}

.solution-r-b-item.on .solution-r-b-item-r p{
	color: #fff;
}

.case {
	background: url(../images/casebg2.jpg);
	padding-bottom: 115px;
}

.caseny {
	display: flex;
	margin-top: 45px;
	margin-left: 13%;
	margin-right: 13%;
}

.case-l {
	width: 47.5%;
}

.case-r {
	width: 48.5%;
	margin-left: 4%;
}

.case-r img{
	border: 0 none;
    max-width: 100%;
    vertical-align: middle;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}


.accordion {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion li{
	display: flex;
	margin-bottom: 28px;
	border-radius: 10px;
	overflow: hidden;
	align-items: center;
	background-color: #ffff;
	border: 1px solid #efefef;
	height: 75px;
	
}
.accordion li .ac-no{
	width: 10%;
	text-align: center;
	font-size: 20px;
	background: #f4f4f4;
	font-weight: bold;
	height: 75px;
	text-align: center;
	line-height: 75px;
}
.accordion li .ac-ny{
	width: 91%;
	background: #fff;
	padding-bottom: 0px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 0px 15px 0px 35px;
	color: #333;
	font-size: 18px;
	line-height: 75px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: bold;
}

.accordion .acbg{
	height: 258px;
	box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.03);
}
.accordion .acbg .ac-no{
	color: #fff;
	background: #c59b4e;
	line-height: 258px;
	height: 258px;
}

.accordion .acbg .link{
	font-size: 20px;
	font-weight: bold;
	line-height: 65px;
}


.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



/**
 * Submenu
 -----------------------------*/
.submenu2 {
	display: none;
	background: #fff;
	font-size: 16px;
	padding: 30px;
	padding-top: 10px;
	height: 140px;
}

.submenu2 p {
	display: block;
	color: #555;
	line-height: 30px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}




.youshi {
	background: url(../images/bg3.jpg);
}

.youshiny {
	display: flex;
	margin: 0 auto;
	width: 1400px;
	margin-top: 50px;
	justify-content: space-between;
}

.youshi-item {
	background: url(../images/yslist1.jpg) no-repeat center;
	width: 25%;
	padding: 30px 35px;
	height: 460px;
	text-align: center;
	background-size: cover;
}

.youshi-item:nth-child(2n){
	background: url(../images/yslist2.jpg) no-repeat center;
	background-size: cover;
}

.youshi-item-t {
	width: 80px;
	height: 80px;
	border-radius: 60px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 25px;

}

.youshi-item em{
	display: block;
	border: 1px solid #bb9349;
	border-radius: 50%;
	margin: 0 auto 15px auto;
	width: 14px;
	height: 14px;
}

.y01 {
	background: #b99044 url(../images/y01.png) center center;
}

.y02 {
	background: #b99044 url(../images/y02.png) center center;
}

.y03 {
	background: #b99044 url(../images/y03.png) center center;
}

.y04 {
	background: #b99044 url(../images/y04.png) center center;
}


.youshi-item.on .y01 {
	background: #fff url(../images/y01_h.png) center center;
}
.youshi-item.on .y02 {
	background: #fff url(../images/y02_h.png) center center;
}
.youshi-item.on .y03 {
	background: #fff url(../images/y03_h.png) center center;
}
.youshi-item.on .y04 {
	background: #fff url(../images/y04_h.png) center center;
}
.youshi-item.on {
	background: url(../images/yslist3.jpg) no-repeat center;
	background-size: cover;
}



.youshi-item.on h3 {
	color: #fff;
}
.youshi-item.on h5 {
	color: #fff;
	opacity: 0.6;
}
.youshi-item.on p {
	color: #fff;
}
.youshi-item-m h3 {
	font-size: 20px;
}

.youshi-item.on em{
	border: 1px solid #fff;
}

.youshi-item-m h5 {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin-top: 10px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.youshi-item-m p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	color: #666;
}

.youshi-item-b p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	color: #666;
}



.culture {
	display: flex;
	margin: 0 auto;
	width: 1400px;
	margin-top: 50px;
	margin-bottom: 50px;
	justify-content: space-between;
}

.culture-item {
	width: 33%;
	padding: 30px 35px;
	height: 460px;
	text-align: center;
	border-radius: 50%;
	background: #b99044;
	color: #fff;
}
.culture-item-m {
	font-size: 20px;
	margin-top: 100px;
	margin-bottom: 30px;
}



.finfo {
	float: left;
	width: 47%;
}

.fmenu {
	float: right;
	width: 46%;
}

.footContact {
	display: flex;
}

.flogo{
	width: 220px;
}
.flogo img{
	width: 100%;
}

/* hz */

.hzbg {
	width: 100%;
	margin: 0 auto;
	background: #eceff4;
	background-size: cover;
	padding-bottom: 60px;
}

.hzbg .hz {
	margin: 0 auto;
}

.hzbg .hz .hzbox {
	margin: 13px auto 0 auto;
}

.hzbg .hz .hzbox .swiper-container {
	padding-top: 25px;
}

.hzbg .hz .hzbox .swiper-slide {
	position: relative;
}

.hzbg .hz .hzbox .swiper-slide .pic {
	position: relative;
	width: 99%;
	padding-top: 63%;
	border: 1px solid #eeeeee;
	background: #fff;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.hzbg .hz .hzbox .swiper-slide .pic img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hzbg .hz .hzbox .swiper-slide .txt {
	margin: 27px auto 0 auto;
	text-align: center;

}

.hzbg .hz .hzbox .swiper-slide .txt a {
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}



.hzbg .hz .hzbox .swiper-slide:hover .pic {
	transform: translateY(-13px);
	-webkit-box-shadow: 0 0px 8px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 0px 8px 6px rgba(0, 0, 0, .05);
}



@media (max-width: 980px) {

	.hzbg {
		padding-bottom: 30px;
	}

	.hzbg .hz {
		margin: 0 auto;
		padding-top: 30px;
	}

	.hzbg .hz .hzbox {
		margin: 0rem auto 0 auto;
	}

	.hzbg .hz .hzbox .swiper-container {
		padding-top: 25px;
	}


	.hzbg .hz .hzbox .swiper-slide .pic {
		position: relative;
		width: 98%;
		margin: 0 auto;
	}


	.hzbg .hz .hzbox .swiper-slide .txt {
		margin: 10px auto 0 auto;
		text-align: center;

	}

	.hzbg .hz .hzbox .swiper-slide .txt a {
		font-size: 15px;
	}



	.hzbg .hz .hzbox .swiper-slide:hover .pic {
		transform: translateY(0px);
		-webkit-box-shadow: 0 0px 8px 6px rgba(0, 0, 0, .05);
		box-shadow: 0 0px 8px 6px rgba(0, 0, 0, .05);
	}


}







/* Solutions */

.Solutionsbg {
	width: 100%;
	margin: 0 auto;
	height: 720px;
	overflow: hidden;
	position: relative;
}

.Solutionsbg::after {
	position: absolute;
	left: 0;
	top: 0rem;
	background: url(../images/sobg.jpg) no-repeat left center;
	width: 50%;
	height: 100%;
	content: "";
	background-size: cover;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.Solutionsbg:hover::after {
	transform: scale(1.1);
}

.Solutionsbg::before {
	position: absolute;
	right: 0;
	bottom: 0rem;
	width: 100%;
	height: 720px;
	content: "";
	z-index: 1;
}

.Solutionsbg .Solutions {
	margin: 0 auto;
}

.Solutionsbg .Solutions .Solutions_t {
	overflow: hidden;
	position: relative;
	z-index: 5;
}


.Solutionsbg .Solutions .Solutions_t .title {
	float: left;
}

.Solutionsbg .Solutions .Solutions_t .title h3 {
	color: #fff;
}

.Solutionsbg .Solutions .Solutions_t .tel {
	float: right;
	color: #333;
	font-size: 0.3rem;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	line-height: 0.3rem;
}

.Solutionsbg .Solutions .Solutions_t .tel i {
	color: #333;
	font-size: 0.3rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Solutionsbg .Solutions .Solutionsbox {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 720px;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsleft {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
	padding: 80px 0 0 14%;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsleft .gy_t {
	margin-bottom: 35px;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsleft .gy_t p {
	font-size: 18px;
	color: #999;
	line-height: 30px;
	font-style: italic;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsleft .gy_t img {
	display: block;
	margin-right: 0.15rem;
	float: left;
	width: 0.28rem;
	height: 0.4rem;
}


.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul {
	background-color: #fff;
	width: 300px;
	border-radius: 10px 10px 0 0;
	padding: 1px 50px;
	height: 565px;
	position: relative;
	bottom: 0;

}

.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul h5 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-top: 55px;
	margin-bottom: 10px;
}


.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul h5 img {
	margin-right: 15px;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul li {
	font-size: 16px;
	color: #555;
	height: 34px;
	line-height: 34px;
	padding-left: 50px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul li em {
	display: block;
	float: left;
	width: 0.21rem;
	height: 0.16rem;
	background: url(../images/ico3.png) no-repeat center;
	margin-right: 0.15rem;
	margin-top: 0.13rem;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul li:hover {
	transform: translateX(10px);
}


.Solutionsbg .Solutions .Solutionsbox .Solutionsright {
	float: right;
	width: 50%;
	padding: 80px 0 45px 100px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: #fff;
}


.Solutionsbg .Solutions .Solutionsbox .Solutionsright .gy_t {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 38px;
	height: 40px;
	background-color: #fff;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright .gy_t p {
	font-size: 16px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0.6;
	line-height: 30px;
	font-style: italic;
}


.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul {
	height: auto;
	background-color: #fff;
	padding-top: 40px;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li {
	float: left;
	width: 100%;
	height: 30px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0px 8px 6px rgba(0, 0, 0, .03);
	box-shadow: 0 0px 8px 6px rgba(0, 0, 0, .03);
	position: relative;
	z-index: 5;
	margin-right: 5%;
	text-align: center;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li:last-child {
	margin-right: 0;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li span {
	display: block;
	width: 0.85rem;
	height: 0.85rem;
	border: 1px solid #dedede;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin: 0.4rem auto 0.2rem auto;
	overflow: hidden;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li span .Solu1 {
	display: block;
	width: 0.85rem;
	height: 0.85rem;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li span .Solu2 {
	display: block;
	width: 0.85rem;
	height: 0.85rem;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li h5 {
	font-size: 0.2rem;
	color: #333;
	font-weight: bold;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li p {
	font-size: 0.16rem;
	color: #666;
	line-height: 0.3rem;
	margin: 0.2rem auto 0 auto;
	width: 78%;
}


.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li.on span {
	background: #37a4a4;
	border: 1px solid #37a4a4;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li.on h5 {
	color: #37a4a4;
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li.on span .Solu1 {
	transform: translateY(-0.85rem);
}

.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li.on span .Solu2 {
	transform: translateY(-0.85rem);
}


@media (min-width: 1921px) {
	.Solutionsbg::before {
		width: 67%;
	}
}


@media (max-width: 1440px) {

	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li h5 {
		font-size: 0.18rem;
	}

	.Solutionsbg::before {
		width: 68%;
	}

}

@media (max-width: 980px) {

	.Solutionsbg {
		width: 100%;
		margin: 0rem auto 0 auto;
		height: auto;
		overflow: hidden;
		background: url(../images/sobg.jpg) no-repeat top center;
	}

	.Solutionsbg::after {
		display: none;
	}

	.Solutionsbg::before {
		display: none;
	}

	.Solutionsbg .Solutions {
		margin: 0 auto;
		padding-top: 0.3rem;
		width: 100%;
	}

	.Solutionsbg .Solutions .Solutions_t {
		overflow: hidden;
		width: 96%;
		margin: 0 auto;
	}


	.Solutionsbg .Solutions .Solutions_t .title {
		float: none;
	}

	.Solutionsbg .Solutions .Solutions_t .title img {
		width: auto;
	}

	.Solutionsbg .Solutions .Solutions_t .title h3 {
		color: #fff;
	}

	.Solutionsbg .Solutions .Solutions_t .tel {
		float: none;
		color: #fff;
		font-size: 0.2rem;
		margin-top: 0.1rem;
		text-align: center;
	}

	.Solutionsbg .Solutions .Solutions_t .tel i {
		color: #fff;
		font-size: 0.2rem;
	}

	.Solutionsbg .Solutions .Solutionsbox {
		margin: 0.35rem auto 0 auto;
		height: auto;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsleft {
		float: none;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsleft .gy_t {
		margin-bottom: 20px;
		font-size: 22px;
		color: #fff;
		line-height: 38px;
		text-align: center;
	}



	.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul {
		overflow: hidden;
		margin-bottom: 0;
		width: 96%;
		float: none;
		margin-left: 2%;
		padding: 0 0;
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul ol{
		width: 48%;
		float: left;
		margin: 1%;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul h5 {
		font-size: 16px;
		color: #000;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 20px;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul li {
		font-size: 14px;
		color: #555;
		line-height: 38px;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsleft ul li em {
		margin-right: 0rem;
		width: 0;
		margin-top: 0.13rem;
	}
	
	
	.Solutionsbg .Solutions .Solutionsbox .Solutionsleft {
		float: none;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 20px 0 0 0;
	}
	


	.Solutionsbg .Solutions .Solutionsbox .Solutionsright {
		float: none;
		width: 100%;
		padding: 30px 0;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsright .gy_t {
		margin-bottom: 35px;
		font-size: 22px;
		color: #000;
		line-height: 38px;
		text-align: center;
	}
	.Solutionsbg .Solutions .Solutionsbox .Solutionsright .gy_t p{
		font-size: 18px;
		color: #999;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsright .gy_t img {
		display: block;
		margin-right: 0.15rem;
		float: left;
		width: 0.38rem;
		height: 0.38rem;
	}


	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li {
		float: none;
		width: 100%;
		height: auto;
		z-index: 5;
		margin: 0% auto 0.2rem auto;
		text-align: center;
		padding-top: 1px;
		padding-bottom: 0.3rem;
	}


	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li span {
		display: block;
		width: 0.55rem;
		height: 0.55rem;
		margin: 0.3rem auto 0.2rem auto;
		overflow: hidden;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li span .Solu1 {
		width: 0.55rem;
		height: 0.55rem;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li span .Solu2 {
		width: 0.55rem;
		height: 0.55rem;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li h5 {
		font-size: 0.18rem;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li p {
		font-size: 0.14rem;
		color: #666;
		line-height: 0.3rem;
		margin: 0rem auto 0 auto;
		width: 90%;
	}


	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li.on span {
		background: #37a4a4;
		border: 1px solid #37a4a4;
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li.on span .Solu1 {
		transform: translateY(-0.55rem);
	}

	.Solutionsbg .Solutions .Solutionsbox .Solutionsright ul li.on span .Solu2 {
		transform: translateY(-0.55rem);
	}

}


@media (max-width: 1600px) {

	.ab-l ul li {
		padding: 35px 10px;
	}
}

@media (max-width: 1440px) {
	.header .search{
		display: none;
	}

	.ab-l ul li {
		padding: 30px 10px;
	}

	.ab-l {
		width: 53%;
		padding-left: 10%;
	}

	.numi span {
		font-size: 50px;
	}

	.ab-r img {
		height: auto;
	}


	.idxAbout {
	padding-bottom: 50px;
	}

	.solution-r-b-item-r{
		width: 90%;
	}
}