/* 
    Editor: fan
    Time: 2020.1.7

    Less compilation
    node.js 命令
    > npm install -g less
    国内镜像命令
    > cnpm i -g less
    下载less
    > lessc style.less style.css
*/
/*
  公共样式
*/
@font-face {
  font-family: "shu";
  src: url("../fonts/027-CAI978.woff2") format("woff2"), url("../fonts/027-CAI978.woff") format("woff"), url("../fonts/027-CAI978.ttf") format("truetype"), url("../fonts/027-CAI978.eot") format("embedded-opentype"), url("../fonts/027-CAI978.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  letter-spacing: 1px;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "微软雅黑", "Microsoft YaHei", Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
body {
  overflow-x: hidden;
}
button::-moz-focus-inner {
  padding: 0;
}
input,
button,
textarea {
  resize: none;
  outline: none;
  border: none;
}
ul {
  list-style: none;
}
textarea:focus,
input:focus,
button:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 1441px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1562px) {
  .container {
    width: 1563px;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 88%;
  }
}
.container {
  padding: 0;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}
/*过渡效果*/
.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*放大*/
.transformscale {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
/* 图标 */
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* End */
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.ie-warning h1 {
  margin: 0 0 30px;
}
.ie-warning p {
  font-size: 16px;
}
.ie-warning .ie-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 60px 0;
}
.ie-warning .ie-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .ie-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
  margin: 0 auto;
}
.ie-warning .ie-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .ie-download > li > a:hover {
  background-color: #eee;
}
/* 间距*/
.base80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .base80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .base80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .base80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.base100 {
  padding: 100px 0;
}
@media (max-width: 1440px) {
  .base100 {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .base100 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .base100 {
    padding: 50px 0;
  }
}
.base120 {
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .base120 {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .base120 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .base120 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .base120 {
    padding: 60px 0;
  }
}
.base140 {
  padding: 140px 0;
}
@media (max-width: 1440px) {
  .base140 {
    padding: 120px 0;
  }
}
@media (max-width: 1360px) {
  .base140 {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .base140 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .base140 {
    padding: 60px 0;
  }
}
/* End */
/* 字体大小 */
.basefont42 {
  font-size: 42px;
}
@media (max-width: 1440px) {
  .basefont42 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .basefont42 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .basefont42 {
    font-size: 24px;
  }
}
.basefont36 {
  font-size: 36px;
	color: #fff;
	text-align: center;
}
@media (max-width: 1440px) {
	.basefont36{
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.basefont36{
		font-size: 24px;
	}
}
.basefont36 .f_tit{
	font-size: 54px;
	color: #fff;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
}
.basefont36 i{
	width: 55px;
	height: 6px;
	background-color: #ff9000;
	display: block;
	margin: 0 auto 14px;
}
.basefont36 .text{
	font-size: 24px;
	line-height: 1.4;
}
@media (max-width: 1440px) {
  .basefont36 .f_tit{
    /* font-size: 30px; */
		font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .basefont36 .f_tit{
    /* font-size: 26px; */
		font-size: 34px;
  }
	.basefont36 .f_tit{
		margin-bottom: 14px;
	}
	.basefont36 i{
		margin: 0 auto;
	}
	.basefont36 i{
		height: 3px;
	}
}
@media (max-width: 991px) {
  .basefont36 .f_tit{
    /* font-size: 24px; */
		font-size: 26px;
  }
	.basefont36 .text{
		font-size: 20px;
	}
}
/* End */
/* 分页 */
.pagebox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pagebox a {
  width: 75px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #666666;
  margin: 0 5px 10px;
  position: relative;
}
.pagebox a.prev:after{
	content:"上一页";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.pagebox a.next:after{
	content:"下一页";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.pagebox em{
	font-style:normal; 
}
.pagebox a:hover {
  background-color: #ff9000;
  border-color: #ff9000;
  color: #fff;
}
.pagebox .cont1 {
  display: flex;
}
.pagebox .cont1 a {
  width: 36px;
}
.pagebox .cont1 span {
  width: 26px;
  height: 36px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin: 0 0 10px;
}
.pagebox a.active {
  background-color: #ff9000;
  border-color: #ff9000;
  color: #fff;
}
.pagebox strong {
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 72px;
  height: 36px;
  margin: 0 0 10px;
  justify-content: center;
}
/* End */
/* 浮动 */
.baseleft {
  float: left;
}
.baseright {
  float: right;
}
.baseclear:after {
  display: block;
  content: "";
  clear: both;
}
/* End */
/* 距离顶部 */
.basetop {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .basetop {
    padding-top: 70px;
  }
}
/* End */
/* 文本编辑详情页 */
.make-text {
  line-height: 2;
  color: #888;
}
.make-text img {
  max-width: 100%;
}
.make-text p {
  line-height: 2;
  font-size: 15px!important;
}
/* End */
/* 荣誉放大 */
.fang {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}
.fang .cox {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .fang .cox {
    width: 30px;
  }
}
.fang .cox img {
  width: 100%;
}
.fang .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.fang .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 1366px) {
  .fang .img {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .fang .img {
    width: 55%;
  }
}
@media (max-width: 969px) {
  .fang .img {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .fang .img {
    width: 90%;
    padding: 10px;
  }
}
.fang .img img {
  width: 100%;
  height: auto;
}
/* End */
/*
    2020/06/16
    导航nav 菜单menu
    > headbox
    > menubox
    底部footer
    > footerbox
    banner轮播图
    >bannerbox
    >sup_banner
*/
.headbox {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media (max-width: 1199px) {
  .headbox {
    height: 70px;
  }
}
.headbox .box1 {
  border-bottom: transparent;
  width: 100%;
  height: 100%;
}
.headbox .container {
  height: 100%;
}
@media  (min-width: 1680px) {
	.headbox .container{
		width: 92%;
	}
}
@media (max-width: 767px) {
  .headbox .container {
    width: 100%;
    padding: 0 15px;
  }
}
.headbox .container .justi {
  height: 100%;
}
.headbox .container .justi:after {
  content: "";
  clear: both;
}
.headbox .container .justi .ltlogo {
  display: flex;
  float: left;
  height: 100%;
  align-items: center;
}
.headbox .container .justi .ltlogo .logo {
  width: 181px;
  height: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
@media (max-width: 1681px) {
  .headbox .container .justi .ltlogo .logo {
    width: 160px;
  }
}
@media (max-width: 1440px) {
  .headbox .container .justi .ltlogo .logo {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .ltlogo .logo {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .headbox .container .justi .ltlogo .logo {
    width: 110px;
  }
}
.headbox .container .justi .ltlogo .logo img {
  width: 100%;
  height: auto;
  float: left;
}
.headbox .container .justi .ltlogo .logo img:nth-child(2) {
  display: none;
}
.headbox .container .justi .ltlogo .text {
  color: #fff;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .headbox .container .justi .ltlogo .text {
    /* display: none; */
  }
}
.headbox .container .justi .ltlogo .text h1 {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .headbox .container .justi .ltlogo .text h1 {
    font-size: 18px;
  }
}
.headbox .container .justi .ltlogo .text p {
  font-size: 14px;
}
.headbox .container .justi .menubox {
  display: flex;
  height: 100%;
  position: relative;
  float: right;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .headbox .container .justi .menubox {
    display: flex!important;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .menubox {
    display: none;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    border-top: 1px solid #ccc;
    opacity: 0;
    overflow: auto;
    overflow-x: hidden;
  }
}
.headbox .container .justi .menubox .searchLeft {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s ease;
}
@media (max-width: 1199px) {
  .headbox .container .justi .menubox .searchLeft {
    height: auto;
    padding: 10px 15px;
    bottom: 0;
    top: initial;
  }
}
.headbox .container .justi .menubox .searchLeft input {
  width: 90%;
}
.headbox .container .justi .menubox .searchLeft a {
  font-size: 20px;
  color: #333;
  -webkit-user-select: none;
  user-select: none;
}
.headbox .container .justi .menubox > .on {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.headbox .container .justi .menu {
  height: 100%;
  display: flex;
  float: left;
}
@media (max-width: 1199px) {
  .headbox .container .justi .menu {
    flex-wrap: wrap;
    height: auto;
    overflow: auto;
    width: 100%;
    margin-top: 18%;
  }
}
.headbox .container .justi .menu .item {
  position: relative;
}
@media (max-width: 1199px) {
  .headbox .container .justi .menu .item {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 26px;
  }
}
.headbox .container .justi .menu .item .tit {
  height: 100%;
  line-height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  margin-left: 70px;
}
@media (max-width: 1681px) {
  .headbox .container .justi .menu .item .tit {
    margin-left: 40px;
  }
}
@media (max-width: 1440px) {
  .headbox .container .justi .menu .item .tit {
    margin-left: 30px;
  }
}
@media (max-width: 1360px) {
  .headbox .container .justi .menu .item .tit {
    margin-left: 16px;
  }
}
@media (min-width: 1200px) {
  .headbox .container .justi .menu .item .tit {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .menu .item .tit {
    line-height: 40px;
    height: 40px;
    padding-bottom: 10px;
    margin-left: 0;
  }
}
.headbox .container .justi .menu .item .tit a {
  color: #333;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 1921px) {
  .headbox .container .justi .menu .item .tit a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .menu .item .tit a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 24px;
  }
}
.headbox .container .justi .menu .item .tit i {
  display: none;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .headbox .container .justi .menu .item .tit i {
    font-size: 24px;
    display: inline-block;
  }
}
.headbox .container .justi .menu .item .cont {
  display: none;
}
@media (min-width: 1200px) {
  .headbox .container .justi .menu .item .cont {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
    background-color: #fff;
  }
  .headbox .container .justi .menu .item .cont a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    color: #333;
    border-top: 1px solid #ddd;
  }
  .headbox .container .justi .menu .item .cont a:hover {
    background-color: #ff9000;
    color: #fff;
    border-bottom: none;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .menu .item .cont {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .headbox .container .justi .menu .item .cont a {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 20px 0 0;
    color: #333;
  }
}
@media (min-width: 1200px) {
  .headbox .container .justi .menu .item:nth-child(3) .cont {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
.headbox .container .justi .menu .item:first-child .tit {
  margin-left: 0;
}
.headbox .container .justi .menu .on .tit a {
  color: #ff9000 !important;
}
.headbox .container .justi .menu .on .tit a i {
  color: #ff9000 !important;
}
.headbox .container .justi .menu .active .tit a {
  color: #ff9000 !important;
}
.headbox .container .justi .menu .active .tit a i {
  color: #ff9000 !important;
}
.headbox .container .justi .tel {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  font-family: "shu";
  margin-left: 104px;
}
@media (max-width: 1681px) {
  .headbox .container .justi .tel {
    margin-left: 80px;
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  .headbox .container .justi .tel {
    margin-left: 50px;
    font-size: 24px;
  }
}
@media (max-width: 1360px) {
  .headbox .container .justi .tel {
    margin-left: 28px;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .tel {
    margin-left: 0;
  }
}
.headbox .container .justi .tel i {
  margin-right: 10px;
  overflow: hidden;
  width: 40px;
}
@media (max-width: 1360px) {
  .headbox .container .justi .tel i {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .tel i {
    margin-right: 8px;
  }
}
.headbox .container .justi .tel i img {
  float: left;
  width: 100%;
}
.headbox .container .justi .searchbox {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  flex-wrap: wrap;
  float: right;
}
@media (max-width: 1199px) {
  .headbox .container .justi .searchbox {
    width: 100%;
    padding: 10px 30px;
    height: auto;
    margin-top: 7%;
  }
}
.headbox .container .justi .searchbox .search {
  display: block;
  color: #fff;
  position: relative;
}
.headbox .container .justi .searchbox .search i {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .headbox .container .justi .searchbox .search {
    display: none;
  }
}
.headbox .container .justi .searchbox .searchLeft2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s ease;
  color: #333;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .headbox .container .justi .searchbox .searchLeft2 {
    height: auto;
    padding: 10px 15px;
    bottom: 0;
    top: initial;
    display: flex;
  }
}
.headbox .container .justi .searchbox .searchLeft2 input {
  width: 90%;
  font-size: 18px;
}
.headbox .container .justi .searchbox .searchLeft2 input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
.headbox .container .justi .searchbox .searchLeft2 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.headbox .container .justi .searchbox .searchLeft2 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.headbox .container .justi .searchbox .searchLeft2 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
.headbox .container .justi .searchbox .searchLeft2 a {
  font-size: 30px;
  color: #333;
  -webkit-user-select: none;
  user-select: none;
}
.headbox .container .justi .searchbox .store {
  margin: 0 30px;
  width: 90px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 3px;
  color: #ff9000;
}
@media (max-width: 1199px) {
  .headbox .container .justi .searchbox .store {
    width: 120px;
    height: 50px;
    font-size: 14px;
    margin: 0 15px;
  }
}
@media (max-width: 575px) {
  .headbox .container .justi .searchbox .store {
    margin-right: 9px;
    margin-left: 0;
  }
}
@media (max-width: 350px) {
  .headbox .container .justi .searchbox .store {
    width: 70px;
    height: 36px;
  }
}
.headbox .container .justi .searchbox .store i {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/sotre.png);
  background-size: 100%;
  display: block;
  width: 23px;
  height: 22px;
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .headbox .container .justi .searchbox .store i {
    width: 16px;
    height: 20px;
  }
}
.headbox .container .justi .searchbox .en {
  position: relative;
}
@media (max-width: 1199px) {
  .headbox .container .justi .searchbox .en {
    margin-right: 45px;
    height: 50px;
    width: 140px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .headbox .container .justi .searchbox .en {
    margin-right: 0;
  }
}
@media (max-width: 350px) {
  .headbox .container .justi .searchbox .en {
    width: 92px;
    height: 36px;
  }
}
.headbox .container .justi .searchbox .en .tit {
  display: flex;
  color: #fff;
  height: 40px;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.headbox .container .justi .searchbox .en .tit strong {
  margin-right: 10px;
  display: block;
  width: 28px;
  height: 20px;
}
@media (max-width: 575px) {
  .headbox .container .justi .searchbox .en .tit strong {
    margin-right: 5px;
  }
}
.headbox .container .justi .searchbox .en .tit strong img {
  width: 100%;
}
.headbox .container .justi .searchbox .en .tit i {
  display: block;
  width: 0;
  height: 0;
  margin-top: 2px;
  margin-left: 10px;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .headbox .container .justi .searchbox .en .tit i {
    margin-left: 5px;
  }
}
.headbox .container .justi .searchbox .en .on {
  border-bottom: 2px solid #ff9000 !important;
}
.headbox .container .justi .searchbox .en .on i {
  color: #ff9000;
  border-top: 8px solid #ff9000 !important;
}
.headbox .container .justi .searchbox .en .cont {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
}
.headbox .container .justi .searchbox .en .cont a {
  padding: 10px;
  width: 100%;
  background-color: #fff;
  color: #666;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 14px;
}
.headbox .container .justi .searchbox .en .cont a i {
  display: block;
  height: 20px;
  margin-right: 5px;
}
.headbox .container .justi .searchbox .en .cont a i img {
  height: 100%;
  float: left;
}
.headbox .container .justi .but {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  align-items: center;
  float: right;
  box-sizing: content-box;
}
@media (max-width: 1199px) {
  .headbox .container .justi .but {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 15px;
  }
  .headbox .container .justi .but span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 8px;
    border-radius: 12px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .headbox .container .justi .but span:last-child {
    margin-bottom: 0;
  }
  .headbox .container .justi .but:after,
  .headbox .container .justi .but:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    margin-bottom: 8px;
    border-radius: 12px;
    position: absolute;
    top: 47%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .headbox .container .justi .but:after {
    transform: rotate(48deg);
  }
  .headbox .container .justi .but:before {
    transform: rotate(-48deg);
  }
}
@media (max-width: 767px) {
  .headbox .container .justi .but {
    right: 15px;
  }
	.headbox .container .justi .ltlogo .text h1{
		font-size: 16px;
	}
	.headbox .container .justi .ltlogo .text p{
		font-size: 12px;
	}
}
.headbox .container .justi .on1 span {
  opacity: 0;
}
.headbox .container .justi .on1:after,
.headbox .container .justi .on1:before {
  opacity: 1;
}
.headbox .container .justi .rightmenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 55;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .headbox .container .justi .rightmenu {
    display: block;
  }
}
.headbox .container .justi .rightmenu .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.headbox .container .justi .rightmenu .listmenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 555;
  padding: 50px 15px 0;
  overflow: auto;
}
.headbox .container .justi .rightmenu .listmenu .item {
  width: 100%;
  padding: 10px 0;
}
.headbox .container .justi .rightmenu .listmenu .item a {
  color: #333;
  font-size: 16px;
}
.headbox .container .justi .rightmenu .listmenu .item .tit {
  display: flex;
  justify-content: space-between;
}
.headbox .container .justi .rightmenu .listmenu .item .cont {
  display: none;
}
.headbox .container .justi .rightmenu .listmenu .item .cont > div {
  padding: 10px;
}
.headbox .container .justi .rightmenu .listmenu .item .cont a {
  font-size: 14px;
}
.headbox .container .justi .rightmenu .listmenu .active .tit {
  color: #ff9421;
  background-image: -webkit-linear-gradient(144deg, #ff9421, #ff9000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headbox .container .justi .rightmenu .listmenu .active .tit a {
  color: #ff9421;
  background-image: -webkit-linear-gradient(144deg, #ff9421, #ff9000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headbox .container .justi > .active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.headbox:hover .box1 {
  background-color: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.headbox:hover .container .justi .menu .item .tit a {
  color: #666;
}
.headbox:hover .container .justi .menu .item .tit i {
  color: #666;
}
.headbox:hover .container .justi .but span {
  background-color: #333;
}
.headbox:hover .container .justi .ltlogo .logo img:nth-child(1) {
  display: none;
}
.headbox:hover .container .justi .ltlogo .logo img:nth-child(2) {
  display: block;
}
.headbox:hover .container .justi .ltlogo .text {
  color: #333;
}
.headbox:hover .container .justi .ltlogo .text p {
  color: #999;
}
.headbox:hover .container .justi .tel {
  color: #ff9000;
}
@media (min-width: 1200px) {
  .headbox .butmenu {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 82px 0;
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 1;
  }
  .headbox .butmenu .container {
    width: 70%;
  }
  .headbox .butmenu .container .jut {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .headbox .butmenu .container .jut .lt .item {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    font-size: 16px;
    color: #333;
  }
  .headbox .butmenu .container .jut .lt .item span {
    display: block;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .headbox .butmenu .container .jut .lt .item:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff9000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .headbox .butmenu .container .jut .lt .item:last-child {
    margin-bottom: 0;
  }
  .headbox .butmenu .container .jut .lt .on {
    color: #ff9000;
  }
  .headbox .butmenu .container .jut .lt .on:after {
    opacity: 1;
  }
  .headbox .butmenu .container .jut .gt {
    width: 81%;
  }
  .headbox .butmenu .container .jut .gt .list {
    display: none;
    align-items: center;
    justify-content: space-between;
  }
  .headbox .butmenu .container .jut .gt .list .img {
    width: 33%;
    height: 173px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .headbox .butmenu .container .jut .gt .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .headbox .butmenu .container .jut .gt .list .img:hover img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
  }
  .headbox .butmenu .container .jut .gt .list .font {
    width: 60%;
  }
  .headbox .butmenu .container .jut .gt .list .font .text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 28px;
  }
  .headbox .butmenu .container .jut .gt .list .font a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 36px;
    background-color: #ff9000;
    color: #fff;
    font-size: 14px;
  }
  .headbox .butmenu .container .jut .gt .list .font a i {
    display: block;
    width: 6px;
    margin-left: 10px;
  }
  .headbox .butmenu .container .jut .gt .list .font a i img {
    overflow: hidden;
    width: 100%;
  }
  .headbox .butmenu .container .jut .gt .on {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1681px) {
  .headbox .butmenu {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .headbox .butmenu {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .headbox .butmenu .container {
    width: 86%;
  }
}
@media (min-width: 1200px) and (min-width: 1921px) {
  .headbox .butmenu .container .jut .gt .list .img {
    width: 33%;
    height: 173px;
  }
}
@media (max-width: 1199px) {
  .headbox .butmenu {
    display: none;
  }
}
.headbox2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.headboxhover .box1 {
  background-color: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.headboxhover .container .justi .menu .item .tit a {
  color: #666;
}
.headboxhover .container .justi .menu .item .tit i {
  color: #666;
}
.headboxhover .container .justi .but span {
  background-color: #333;
}
.headboxhover .container .justi .ltlogo .logo img:nth-child(1) {
  display: none;
}
.headboxhover .container .justi .ltlogo .logo img:nth-child(2) {
  display: block;
}
.headboxhover .container .justi .ltlogo .text {
  color: #333;
}
.headboxhover .container .justi .ltlogo .text p {
  color: #999;
}
.headboxhover .container .justi .tel {
  color: #ff9000;
}
.headboxhover2 .box1 {
  background-color: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}
.headboxhover2 .container .justi .menu .item .tit a {
  color: #666;
}
.headboxhover2 .container .justi .menu .item .tit i {
  color: #666;
}
.headboxhover2 .container .justi .but span {
  background-color: #333;
}
.headboxhover2 .container .justi .ltlogo .logo img:nth-child(1) {
  display: none;
}
.headboxhover2 .container .justi .ltlogo .logo img:nth-child(2) {
  display: block;
}
.headboxhover2 .container .justi .ltlogo .text {
  color: #333;
}
.headboxhover2 .container .justi .ltlogo .text p {
  color: #999;
}
.headboxhover2 .container .justi .tel {
  color: #ff9000;
}
/* footerbox底部 */
.footerbox {
  background: url(../image/home/footerbag.jpg) no-repeat center;
  background-size: cover;
  padding-top: 140px;
}
@media (max-width: 1681px) {
  .footerbox {
    padding-top: 120px;
  }
}
@media (max-width: 1440px) {
  .footerbox {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .footerbox {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .footerbox {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .footerbox {
    padding-top: 40px;
  }
  .footerbox .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.footerbox-section1 {
  padding-bottom: 96px;
  border-bottom: 1px solid #4a4f58;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1681px) {
  .footerbox-section1 {
    padding-bottom: 76px;
  }
}
@media (max-width: 1440px) {
  .footerbox-section1 {
    padding-bottom: 66px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section1 {
    padding-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .footerbox-section1 {
    order: 1;
    width: 100%;
    border-bottom: none;
  }
}
.footerbox-section1 .lt {
  width: 61%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footerbox-section1 .lt {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footerbox-section1 .lt {
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
}
.footerbox-section1 .lt .item {
  padding-left: 16px;
}
@media (max-width: 1199px) {
  .footerbox-section1 .lt .item {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .footerbox-section1 .lt .item {
    width: 100%;
    margin-bottom: 26px;
  }
}
.footerbox-section1 .lt .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footerbox-section1 .lt .item .tit {
    margin-bottom: 0;
  }
}
.footerbox-section1 .lt .item .tit a {
  font-size: 18px;
  color: #fff;
  position: relative;
}
.footerbox-section1 .lt .item .tit a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -16px;
  width: 7px;
  height: 18px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .footerbox-section1 .lt .item .tit a:after {
    left: -10px;
    width: 4px;
    height: 18px;
  }
}
.footerbox-section1 .lt .item .tit i {
  display: none;
  width: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .footerbox-section1 .lt .item .tit i {
    display: block;
  }
}
.footerbox-section1 .lt .item .tit i img {
  width: 100%;
}
.footerbox-section1 .lt .item .cont {
  display: none;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footerbox-section1 .lt .item .cont {
    display: block!important;
    margin-top: 0;
  }
}
.footerbox-section1 .lt .item .cont a {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footerbox-section1 .lt .item .cont a:hover {
  opacity: 1;
}
.footerbox-section1 .lt .on .tit i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footerbox-section1 .gt {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .footerbox-section1 .gt {
    width: 36%;
  }
}
@media (max-width: 1199px) {
  .footerbox-section1 .gt {
    justify-content: end;
    width: 52%;
  }
}
@media (max-width: 991px) {
  .footerbox-section1 .gt {
    width: 100%;
  }
}
.footerbox-section1 .gt .er {
  width: 30%;
  height: 165px;
  background-color: #262c35;
  padding: 17px;
  border: 1px solid #404650;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .footerbox-section1 .gt .er {
    width: 150px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .footerbox-section1 .gt .er {
    display: none;
  }
}
.footerbox-section1 .gt .er .img {
  width: 100%;
}
.footerbox-section1 .gt .er .img img {
  width: 100%;
}
.footerbox-section1 .gt .er p {
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  opacity: 0.4;
}
.footerbox-section1 .gt .gps {
  width: 66%;
  color: #fff;
}
@media (max-width: 767px) {
  .footerbox-section1 .gt .gps {
    width: 100%;
  }
}
.footerbox-section1 .gt .gps .text {
  padding-bottom: 20px;
  border-bottom: 1px solid #414751;
  margin-bottom: 20px;
}
.footerbox-section1 .gt .gps .text span {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.footerbox-section1 .gt .gps .text span i {
  width: 23px;
  display: block;
  margin-right: 8px;
}
.footerbox-section1 .gt .gps .text span i img {
  width: 100%;
}
.footerbox-section1 .gt .gps .text strong {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  line-height: 56px;
  align-items: center;
}
@media (max-width: 1681px) {
  .footerbox-section1 .gt .gps .text strong {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 1360px) {
  .footerbox-section1 .gt .gps .text strong {
    font-size: 26px;
    line-height: 46px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section1 .gt .gps .text strong {
    font-size: 24px;
    line-height: 44px;
  }
}
.footerbox-section1 .gt .gps .phone .item {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
}
.footerbox-section1 .gt .gps .phone .item i {
  flex-shrink: 0;
  width: 14px;
  display: block;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 5px;
}
.footerbox-section1 .gt .gps .phone .item i img {
  float: left;
  width: 100%;
}
.footerbox-section1 .gt .gps .phone .item span {
  display: block;
  width: 90%;
  opacity: 0.4;
}
.footerbox-section2 {
  padding: 52px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4a4f58;
}
@media (max-width: 1360px) {
  .footerbox-section2 {
    padding: 42px 0;
  }
}
@media (max-width: 1199px) {
  .footerbox-section2 {
    padding: 0 0 22px;
  }
}
@media (max-width: 767px) {
  .footerbox-section2 {
    order: 0;
    margin-bottom: 30px;
  }
}
.footerbox-section2 .lt {
  display: flex;
  align-items: center;
}
.footerbox-section2 .lt h2 {
  width: 241px;
}
@media (max-width: 1681px) {
  .footerbox-section2 .lt h2 {
    width: 200px;
  }
}
@media (max-width: 1440px) {
  .footerbox-section2 .lt h2 {
    width: 190px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section2 .lt h2 {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .footerbox-section2 .lt h2 {
    width: 110px;
  }
}
.footerbox-section2 .lt h2 img {
  width: 100%;
}
.footerbox-section2 .lt .text {
  font-size: 16px;
  color: #fff;
  margin-left: 22px;
}
@media (max-width: 376px) {
  .footerbox-section2 .lt .text {
    margin-left: 20px;
    font-size: 14px;
  }
}
.footerbox-section2 .gt {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footerbox-section2 .gt {
    display: none;
  }
}
.footerbox-section2 .gt a {
  display: inline-block;
  margin-left: 78px;
  color: #fff;
}
@media (max-width: 1440px) {
  .footerbox-section2 .gt a {
    margin-left: 58px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section2 .gt a {
    margin-left: 38px;
  }
}
.footerbox-section2 .gt a:first {
  margin-left: 0;
}
.footerbox-section3 {
  padding: 52px 0 120px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1681px) {
  .footerbox-section3 {
    padding: 52px 0 100px;
  }
}
@media (max-width: 1440px) {
  .footerbox-section3 {
    padding: 52px 0 80px;
  }
}
@media (max-width: 1360px) {
  .footerbox-section3 {
    padding: 42px 0 70px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section3 {
    padding: 22px 0 60px;
  }
}
@media (max-width: 767px) {
  .footerbox-section3 {
    padding: 22px 0 40px;
    display: none;
  }
}
.footerbox-section3 span,
.footerbox-section3 a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  line-height: 34px;
}
.footerbox-section3 a {
  opacity: 0.4;
  margin-left: 2%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footerbox-section3 a:hover {
  opacity: 1;
}
.footerbox-section4 {
  padding: 13px 0;
  background-color: #14161a;
  text-align: center;
}
@media (max-width: 767px) {
  .footerbox-section4 {
    padding: 30px 15px;
  }
}
.footerbox-section4 p,
.footerbox-section4 a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  line-height: 22px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .footerbox-section4 p,
  .footerbox-section4 a {
    font-size: 14px;
    line-height: 26px;
  }
}
.footerbox-section4 a:hover {
  opacity: 1;
}
/* End */
/* banner */
.bannerbox {
  width: 100%;
  height: 100vh;
}
/* @media (max-width: 767px) {
  .bannerbox {
    height: 430px;
  }
} */
.bannerbox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .bannerbox video {
    display: none;
  }
}
.bannerbox .swiper-slide > .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerbox .swiper-slide > .img img:nth-child(1) {
  display: block;
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide > .img img:nth-child(1) {
    display: none;
  }
}
.bannerbox .swiper-slide > .img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide > .img img:nth-child(2) {
    display: block;
  }
}
.bannerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .jut {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 12;
  color: #fff;
}
.bannerbox .swiper-slide:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/mbl.png) no-repeat center / cover;
}
.bannerbox .jut .font {
  width: 100%;
	text-align: center;
}
.bannerbox .jut .font .tit {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: block;
  margin-bottom: 70px;
  margin-left: 2%;
}
@media (max-width: 1681px) {
  .bannerbox .jut .font .tit {
    font-size: 54px;
  }
}
@media (max-width: 1440px) {
  .bannerbox .jut .font .tit {
    margin-bottom: 60px;
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .jut .font .tit {
    margin-bottom: 40px;
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .bannerbox .jut .font .tit {
    margin-left: 0;
    margin-bottom: 26px;
    font-size: 26px;
  }
}
.bannerbox .jut .font .text {
  /* margin-left: 20%; */
  font-size: 54px;
  line-height: 1.4;
  font-family: "shu";
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .bannerbox .jut .font .text {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .jut .font .text {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .bannerbox .jut .font .text {
    font-size: 26px;
    margin-left: 0;
  }
}
.bannerbox .jut .font .text .xian {
  position: relative;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
@media (max-width: 991px) {
  .bannerbox .jut .font .text .xian {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.bannerbox .jut .font .text .xian::before {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  width: 80px;
  height: 6px;
  background-color: #fff;
  left: -74px;
}
@media (max-width: 1199px) {
  .bannerbox .jut .font .text .xian::before {
    height: 3px;
  }
}
@media (max-width: 991px) {
  .bannerbox .jut .font .text .xian::before {
    display: none;
  }
}
.bannerbox .int {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bannerbox .int .lt {
  width: 64%;
  background: url(../image/int/abbag1.png) no-repeat center / cover;
  position: relative;
  padding: 69px 85px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width:1440px) {
	.bannerbox .int .lt{
		width: 78%;
	}
	.bannerbox .int .gt{
		margin-right: 2%;
	}
}
@media (max-width: 1199px) {
  .bannerbox .int .lt {
    padding: 40px 60px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .lt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .lt {
    padding: 26px 16px ;
  }
}
.bannerbox .int .lt .img {
  position: absolute;
  bottom: 0;
  left: -68px;
	display: block!important;
	width: 32%;
}
@media (max-width:1440px) {
	.bannerbox .int .lt .img{
		width: 22%;
	}
}
@media (max-width:1360px) {
  .bannerbox .int .lt .img {
    display: none!important;
  }
}
.bannerbox .int .lt .text {
  width: 78%;
  color: #fff;
}
@media (max-width: 1440px) {
  .bannerbox .int .lt .text {
    width: 88%;
  }
}
@media (max-width: 1360px) {
  .bannerbox .int .lt .text {
    width: 100%;
  }
}
.bannerbox .int .lt .text .tit {
  position: relative;
  margin-bottom: 84px;
  line-height: 1.4;
	text-align: left;
}
@media (max-width: 1440px) {
  .bannerbox .int .lt .text .tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .int .lt .text .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .lt .text .tit {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .lt .text .tit {
    margin-bottom: 16px;
  }
	.bannerbox .int .gt{
		margin-right: 0%;
	}
}
.bannerbox .int .lt .text .tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  width: 124px;
  height: 8px;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .bannerbox .int .lt .text .tit:after {
    bottom: -24px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .int .lt .text .tit:after {
    display: none;
  }
}
.bannerbox .int .lt .text .make-text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .bannerbox .int .lt .text .make-text {
    height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .gt {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .gt {
    margin-top: 20px;
  }
}
.bannerbox .int .gt .mas {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .bannerbox .int .gt .mas {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .int .gt .mas {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .gt .mas {
    flex-direction: row;
    margin-top: 0;
  }
}
.bannerbox .int .gt .mas .item {
  margin-bottom: 60px;
  position: relative;
}
.bannerbox .int .gt .mas .item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
@media (max-width: 1440px) {
  .bannerbox .int .gt .mas .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .gt .mas .item {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .gt .mas .item {
    margin-right: 26px;
  }
}
.bannerbox .int .gt .mas .item .shu {
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1440px) {
  .bannerbox .int .gt .mas .item .shu {
    margin-bottom: 5px;
  }
}
.bannerbox .int .gt .mas .item .shu span {
  font-size: 84px;
  line-height: 1.1;
  font-family: "shu";
  font-weight: 500;
}
@media (max-width: 1681px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 55px;
  }
}
@media (max-width: 1440px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 38px;
  }
}
@media (max-width: 374px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 30px;
  }
}
.bannerbox .int .gt .mas .item .shu i {
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  right: 0px;
  top: 0;
}
.bannerbox .int .gt .mas .item strong {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .bannerbox .int .gt .mas .item strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .gt .mas .item strong {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .bannerbox .int .gt .mas .item strong {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .bannerbox .int .gt .mas .item strong {
    font-size: 13px;
  }
}
.bannerbox .int .gt .mas .item:last-child:after {
  display: none;
}
.bannerbox .int:after,
.bannerbox .int::before {
  display: none;
}
.cotbanner {
  width: 100%;
	position: relative;
}
@media (max-width: 991px) {
  .cotbanner {
    height: 376px;
  }
}
.cotbanner .f_cont{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	text-align: center;
}
.cotbanner .f_cont{
	color: #fff;
}
@media (max-width: 767px) {
  .cotbanner {
    height: 260px;
  }
}
.cotbanner a {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .cotbanner a {
    height: 100%;
  }
}
.cotbanner a img {
  width: 100%;
}
@media (max-width: 991px) {
  .cotbanner a img {
    height: 100%;
    object-fit: cover;
  }
}
.casebanenr {
  width: 100%;
}
.casebanenr .img {
  width: 100%;
}
@media (max-width: 991px) {
  .casebanenr .img {
    height: 410px;
  }
}
.casebanenr .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .casebanenr .img img {
    height: 100%;
    object-fit: cover;
  }
}
.casebanenr .font {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .casebanenr .font {
    top: 50%;
  }
}
.casebanenr .font span {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 22px;
  display: block;
}
.casebanenr .font .text {
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
}
.casebanenr .qiehuan {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 64%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.casebanenr .qiehuan .qie {
  height: 36px;
  display: flex;
}
.casebanenr .qiehuan .qie .ser3-prev,
.casebanenr .qiehuan .qie .ser3-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #d0d0d0;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
  position: relative;
  outline: none;
}
@media (max-width: 991px) {
  .casebanenr .qiehuan .qie .ser3-prev,
  .casebanenr .qiehuan .qie .ser3-next {
    display: none;
  }
}
.casebanenr .qiehuan .qie .ser3-prev {
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.5) url(../image/int/lthei.png) no-repeat center / 10px 18px;
}
.casebanenr .qiehuan .qie .ser3-prev:hover {
  background: #ff9000 url(../image/int/ltbai.png) no-repeat center / 10px 18px;
}
.casebanenr .qiehuan .qie .ser3-next {
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.5) url(../image/int/gthei.png) no-repeat center / 10px 18px;
}
.casebanenr .qiehuan .qie .ser3-next:hover {
  background: #ff9000 url(../image/int/gtbai.png) no-repeat center / 10px 18px;
}
.casebanenr .poin {
  position: absolute;
  bottom: 10%;
  left: 50%;
  z-index: 555;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.casebanenr .poin:after,
.casebanenr .poin::before {
  display: none;
}
.casebanenr .poin .casebanenr-pag {
  margin: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.casebanenr .poin .casebanenr-pag span {
  background-color: transparent;
  display: block;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 44px;
  height: 44px;
  border: 3px solid transparent;
}
@media (max-width: 991px) {
  .casebanenr .poin .casebanenr-pag span {
    font-size: 14px;
    width: 33px;
    height: 33px;
    border-width: 1px;
  }
}
.casebanenr .poin .casebanenr-pag span:last-child {
  margin-right: 0;
}
.casebanenr .poin .casebanenr-pag .swiper-pagination-bullet-active {
  /* border-color: #ff9000; */
  color: #ff9000;
}
@media (max-width: 767px) {
  .abnanner {
    height: 100vh;
  }
}
/* End */
@keyframes spinner-circle-clipper {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes spinner-circle {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* 首页 */
.home-tit {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .home-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home-tit {
    margin-bottom: 26px;
  }
}
.home-tit span {
  display: block;
  font-size: 45px;
  color: #cacaca;
  font-weight: bold;
  line-height: 50px;
	font-family: "shu";
}
@media (max-width: 1681px) {
  .home-tit span {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .home-tit span {
    font-size: 34px;
    line-height: 39px;
  }
}
@media (max-width: 991px) {
  .home-tit span {
    font-size: 30px;
    line-height: 35px;
  }
}
.home-tit strong {
  font-size: 34px;
  font-weight: 500;
  display: block;
}
@media (max-width: 1440px) {
  .home-tit strong {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .home-tit strong {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .home-tit strong {
    font-size: 24px;
  }
}
.home-titfont64 span {
  font-size: 64px;
  display: block;
  margin-bottom: 8px;
	font-family: "shu";
}
@media (max-width: 1681px) {
  .home-titfont64 span {
    font-size: 54px;
  }
}
@media (max-width: 1440px) {
  .home-titfont64 span {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .home-titfont64 span {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .home-titfont64 span {
    font-size: 26px;
  }
}
.home-section1 {
  padding: 158px 0 186px;
  position: relative;
}
@media (max-width: 1681px) {
  .home-section1 {
    padding: 134px 0 146px;
  }
}
@media (max-width: 1440px) {
  .home-section1 {
    padding: 100px 0 120px;
  }
}
@media (max-width: 1199px) {
  .home-section1 {
    padding: 80px 0 100px;
  }
}
@media (max-width: 991px) {
  .home-section1 {
    padding: 60px 0 70px;
  }
}
@media (max-width: 767px) {
  .home-section1 {
    padding: 50px 0;
  }
}
.home-section1 .img {
  width: 50%;
}
@media (max-width: 1199px) {
  .home-section1 .img {
    height: 440px;
  }
}
@media (max-width: 991px) {
  .home-section1 .img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home-section1 .img {
    margin-bottom: 20px;
  }
}
.home-section1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section1 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .home-section1 .container {
    position: relative;
    top: 0%;
    left: 0%;
    z-index: 2;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
.home-section1 .container .cont {
  width: 50%;
}
@media (max-width: 991px) {
  .home-section1 .container .cont {
    width: 100%;
  }
}
.home-section1 .container .cont .home-tit {
  text-align: left;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1440px) {
  .home-section1 .container .cont .home-tit {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .home-section1 .container .cont .home-tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
/*  .home-section1 .container .cont .home-tit {
    margin-bottom: 30px;
  } */
}
.home-section1 .container .cont .home-tit span {
  font-size: 64px;
  display: block;
  margin-bottom: 24px;
	font-family: "shu";
}
@media (max-width: 1681px) {
  .home-section1 .container .cont .home-tit span {
    font-size: 54px;
  }
}
@media (max-width: 1440px) {
  .home-section1 .container .cont .home-tit span {
    margin-bottom: 20px;
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .home-section1 .container .cont .home-tit span {
    margin-bottom: 16px;
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .home-section1 .container .cont .home-tit span {
    margin-left: 0;
    font-size: 26px;
		margin-bottom: 3px;
  }
}
.home-section1 .container .cont .home-tit:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -34%;
  width: 120px;
  height: 6px;
  background-color: #ff9000;
}
.home-section1 .container .cont .text {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-bottom: 20px;
}
.home-section1 .container .cont .but {
  display: flex;
  font-size: 16px;
  color: #ff9000;
  align-items: center;
}
.home-section1 .container .cont .but i {
  display: block;
  width: 14px;
  margin-left: 14px;
}
.home-section1 .container .cont .but i img {
  width: 100%;
}
.home-section1 .container .cont .mas {
  margin-top: 80px;
  display: flex;
}
@media (max-width: 1440px) {
  .home-section1 .container .cont .mas {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .home-section1 .container .cont .mas {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-section1 .container .cont .mas {
    margin-top: 45px;
  }
	.home-section1 .container .cont .home-tit:after{
		    bottom: -26px;
	}
}
.home-section1 .container .cont .mas .item {
  margin-right: 100px;
  position: relative;
}
.home-section1 .container .cont .mas .item:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .home-section1 .container .cont .mas .item {
    margin-right: 60px;
  }
}
@media (max-width: 575px) {
  .home-section1 .container .cont .mas .item {
    margin-right: 40px;
  }
}
.home-section1 .container .cont .mas .item .shu {
  color: #ff9000;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1440px) {
  .home-section1 .container .cont .mas .item .shu {
    margin-bottom: 5px;
  }
}
.home-section1 .container .cont .mas .item .shu span {
  font-size: 84px;
  line-height: 1.1;
  font-family: "shu";
  font-weight: 500;
}
@media (max-width: 1681px) {
  .home-section1 .container .cont .mas .item .shu span {
    font-size: 55px;
  }
}
@media (max-width: 1440px) {
  .home-section1 .container .cont .mas .item .shu span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .home-section1 .container .cont .mas .item .shu span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .home-section1 .container .cont .mas .item .shu span {
    font-size: 38px;
  }
}
@media (max-width: 374px) {
  .home-section1 .container .cont .mas .item .shu span {
    font-size: 30px;
  }
}
.home-section1 .container .cont .mas .item .shu i {
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  right: 0px;
  top: 0;
}
.home-section1 .container .cont .mas .item strong {
  color: #999;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .home-section1 .container .cont .mas .item strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-section1 .container .cont .mas .item strong {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .home-section1 .container .cont .mas .item strong {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .home-section1 .container .cont .mas .item strong {
    font-size: 13px;
  }
}
.home-section1 .container .cont .mas .item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -32%;
  background-color: #e0e0e0;
}
.home-section1 .container .cont .mas .item:last-child:after {
  display: none;
}
.home-section2 {
  background-color: #f7f7f7;
}
.home-section2 .home-tit {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-section2 .home-cont2 {
    padding: 0 15px;
  }
}
.home-section2 .home-cont2 .home2-pag {
  position: absolute;
  bottom: 34px;
  color: #fff;
  left: 30%;
  z-index: 13;
  line-height: 1;
  font-size: 48px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .home-section2 .home-cont2 .home2-pag {
    font-size: 40px;
  }
}
@media (max-width: 1360px) {
  .home-section2 .home-cont2 .home2-pag {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .home-cont2 .home2-pag {
    font-size: 26px;
    display: none;
  }
}
.home-section2 .home-cont2 .home2-pag span {
  display: block;
  margin-bottom: 14px;
}
.home-section2 .home-cont2 .home2-pag strong {
  font-size: 28px;
  font-weight: 500;
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .home-section2 .home-cont2 .home2-pag strong {
    font-size: 22px;
  }
}
.home-section2 .home-cont2 .home2-pag .hom2-pin span {
  width: auto;
  height: auto;
  background-color: transparent;
  display: none;
}
.home-section2 .home-cont2 .home2-pag .hom2-pin .swiper-pagination-bullet-active {
  display: block;
}
.home-section2 .home-cont2 .item {
  position: relative;
  padding: 80px 66px 160px;
  width: 66%;
  height: 500px;
  background-color: #ff9000;
}
@media (max-width: 1440px) {
  .home-section2 .home-cont2 .item {
    padding: 60px 33px 80px;
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .home-cont2 .item {
    order: 1;
    width: 100%;
    height: auto;
    padding: 30px 30px 40px;
  }
}
@media (max-width: 767px) {
  .home-section2 .home-cont2 .item {
    padding: 26px 16px 34px;
  }
}
.home-section2 .home-cont2 .item .font {
  width: 40%;
  color: #fff;
}
@media (max-width: 1199px) {
  .home-section2 .home-cont2 .item .font {
    width: 100%;
  }
}
.home-section2 .home-cont2 .item .font .tit {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 36px;
}
@media (max-width: 1440px) {
  .home-section2 .home-cont2 .item .font .tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .home-cont2 .item .font .tit {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .home-section2 .home-cont2 .item .font .tit {
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.home-section2 .home-cont2 .item .font .text {
  font-size: 14px;
  line-height: 26px;
  /* margin-bottom: 69px; */
}
/* @media (max-width: 1440px) {
  .home-section2 .home-cont2 .item .font .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .home-cont2 .item .font .text {
    margin-bottom: 30px;
  }
} */
.home-section2 .home-cont2 .item .font a {
  display:none;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.home-section2 .home-cont2 .item .font a i {
  display: block;
  width: 7px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .home-section2 .home-cont2 .item .font a i {
    margin-left: 10px;
  }
}
.home-section2 .home-cont2 .item .font a i img {
  width: 100%;
}
.home-section2 .home-cont2 .img {
  position: absolute;
  right: 0%;
  bottom: 34px;
  z-index: 2;
  width: 68%;
}
@media (min-width: 1921px) {
  .home-section2 .home-cont2 .img {
    height: 628px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .home-cont2 .img {
    position: relative;
    bottom: 0;
    order: 0;
    width: 100%;
  }
}
.home-section2 .home-cont2 .img img {
  width: 100%;
}
@media (min-width: 1921px) {
  .home-section2 .home-cont2 .img img {
    height: 100%;
    object-fit: contain;
  }
}
.home-section2 .home-cont2 .swiper-slide {
  padding: 178px 0 0;
  width: 66%;
}
@media (max-width: 1440px) {
  .home-section2 .home-cont2 .swiper-slide {
    padding: 124px 0 0;
  }
}
@media (max-width: 1199px) {
  .home-section2 .home-cont2 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home-section2 .home-cont2 .swiper-slide {
    width: 100%;
  }
}
.home-section2 .home-cont2 .swiper-slide .img img {
  opacity: 0.3;
}
.home-section2 .home-cont2 .swiper-slide-active .img img {
  opacity: 1;
}
.home-section2 .home-cont2 .swiper-slide-next .img {
  left: 0;
  right: inherit;
}
.home-section2 .home-cont2 .swiper-slide-next .item {
  opacity: 0;
}
.home-section2 .home-cont2 .swiper-slide-prev .item {
  opacity: 0;
}
.home-section2 .but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 24px;
  font-size: 16px;
  margin: 60px auto 0;
  position: relative;
  width: 270px;
  height: 48px;
}
.home-section2 .but:hover{
	background-color: #ff9000;
	border-color: #ff9000;
	color: #fff;
}
.home-section2 .but i img:nth-child(2){
	display: none;
}
.home-section2 .but:hover i img:nth-child(1){
	display: none;
}
.home-section2 .but:hover i img:nth-child(2){
	display: block;
}
@media (max-width: 1440px) {
  .home-section2 .but {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .but {
    width: 140px;
    height: 40px;
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .home-section2 .but {
    margin: 30px auto 0;
  }
}
.home-section2 .but i {
  display: flex;
	align-items: center;
	justify-content: center;
  width: 7px;
  margin-left: 24px;
  position: absolute;
  right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .home-section2 .but i {
    margin-left: 18px;
  }
}
.home-section2 .but i img {
  width: 100%;
}
.home-section3 .item {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media (max-width: 1440px) {
  .home-section3 .item {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .item {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .home-section3 .item {
    margin-bottom: 40px;
  }
  .home-section3 .item:last-child {
    margin-bottom: 0;
  }
}
.home-section3 .item .img {
  width: 50%;
  height: 564px;
}
@media (min-width: 1921px) {
  .home-section3 .item .img {
    height: 754px;
  }
}
@media (max-width: 991px) {
  .home-section3 .item .img {
    width: 100%;
    order: 0;
    padding: 0 15px;
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-section3 .item .img {
    margin-bottom: 30px;
  }
}
.home-section3 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section3 .item .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .home-section3 .item .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    order: 1;
  }
}
.home-section3 .item .container .jut {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .home-section3 .item .container .jut {
    width: 100%;
  }
}
.home-section3 .item .container .jut::before {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #ff9000;
  margin-right: 46px;
  margin-top: 12px;
}
@media (max-width: 1440px) {
  .home-section3 .item .container .jut::before {
    width: 80px;
    height: 3px;
    margin-right: 36px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .item .container .jut::before {
    width: 60px;
    height: 2px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .home-section3 .item .container .jut::before {
    display: none;
  }
}
.home-section3 .item .container .jut .font {
  width: 72%;
}
@media (max-width: 991px) {
  .home-section3 .item .container .jut .font {
    width: 100%;
  }
}
.home-section3 .item .container .jut .font span {
  font-size: 28px;
  color: #000;
  opacity: 0.5;
  line-height: 1;
  display: block;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .home-section3 .item .container .jut .font span {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .home-section3 .item .container .jut .font span {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.home-section3 .item .container .jut .font .tit {
  font-size: 38px;
  color: #ff9000;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .home-section3 .item .container .jut .font .tit {
    margin-bottom: 34px;
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .item .container .jut .font .tit {
    margin-bottom: 26px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .home-section3 .item .container .jut .font .tit {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .home-section3 .item .container .jut .font .tit {
    font-size: 22px;
  }
}
.home-section3 .item .container .jut .font .text {
  color: #666666;
  font-size: 20px;
  line-height: 2;
	width: 100%;
}
@media (max-width: 1199px) {
  .home-section3 .item .container .jut .font .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .home-section3 .item .container .jut .font .text {
    font-size: 16px;
  }
}
.home-section3 .item .container .jut .font strong {
  display: block;
  font-size: 142px;
  color: #666;
  opacity: 0.2;
  margin-top: 80px;
  line-height: 1;
	font-family: "shu";
}
@media (max-width: 1440px) {
  .home-section3 .item .container .jut .font strong {
    margin-top: 60px;
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .item .container .jut .font strong {
    margin-top: 40px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .home-section3 .item .container .jut .font strong {
    margin-top: 20px;
    font-size: 40px;
		display: none;
  }
	.home-section3 .item .container .jut .font{
		text-align: center;
	}
}
.home-section3 .item:nth-child(2n) {
  flex-direction: row;
}
.home-section3 .item:nth-child(2n) .container {
  display: flex;
  flex-direction: row-reverse;
}
.home-section3 .item:nth-child(2n) .container .jut {
  flex-direction: row-reverse;
}
.home-section3 .item:nth-child(2n) .container .jut::before {
  margin-left: 46px;
	margin-right: 0;
}
@media (max-width: 1440px) {
  .home-section3 .item:nth-child(2n) .container .jut::before {
    margin-left: 36px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .item:nth-child(2n) .container .jut::before {
    margin-left: 20px;
  }
}
.home-section3 .item:nth-child(2n) .container .jut .font {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 991px) {
  .home-section3 .item:nth-child(2n) {
    flex-direction: row;
  }
  .home-section3 .item:nth-child(2n) .container {
    display: flex;
    flex-direction: row-reverse;
  }
  .home-section3 .item:nth-child(2n) .container .jut {
    flex-direction: row;
  }
  .home-section3 .item:nth-child(2n) .container .jut .font {
    display: block;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
  }
}
@media  (max-width:767px) {
	.home-section3 .item:nth-child(2n) .container .jut .font{
		text-align: center;
	}
}
.home-section4 {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 270px 0;
  overflow: hidden;
}
@media (max-width: 1681px) {
  .home-section4 {
    padding: 240px 0;
  }
}
@media (max-width: 1440px) {
  .home-section4 {
    padding: 220px 0;
  }
}
@media (max-width: 1199px) {
  .home-section4 {
    padding: 200px 0;
  }
}
@media (max-width: 991px) {
  .home-section4 {
    padding: 160px 0;
  }
}
.home-section4 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section4 .container .font {
  width: 100%;
  text-align: center;
}
.home-section4 .container .font strong {
  line-height: 72px;
  font-size: 62px;
  margin-bottom: 14px;
  display: block;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1681px) {
  .home-section4 .container .font strong {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 1440px) {
  .home-section4 .container .font strong {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1360px) {
  .home-section4 .container .font strong {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 1199px) {
  .home-section4 .container .font strong {
    font-size: 24px;
    line-height: 36px;
  }
}
.home-section4 .container .font .text {
  font-size: 16px;
  display: block;
  color: #fff;
  line-height: 2;
}
.home-section4 .container .font .but {
  width: 270px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ff9000;
  border: 1px solid #ff9000;
  border-radius: 24px;
  font-size: 16px;
  margin: 60px auto 0;
  position: relative;
}
@media (max-width: 1440px) {
  .home-section4 .container .font .but {
    width: 200px;
  }
}
@media (max-width: 1199px) {
/*  .home-section4 .container .font .but {
    width: 140px;
    height: 40px;
    margin: 40px auto 0;
  } */
}
@media (max-width: 767px) {
  .home-section4 .container .font .but {
    margin: 30px auto 0;
  }
}
.home-section4 .container .font .but i {
  display: flex;
	align-items: center;
	justify-content: center;
  width: 7px;
  margin-left: 24px;
  position: absolute;
  right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .home-section4 .container .font .but i {
    margin-left: 18px;
  }
}
.home-section4 .container .font .but i img {
  width: 100%;
}
.home-section5 {
  background-color: #f6f6f6;
}
.home-section5 .item {
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section5 .item .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.home-section5 .item .cont .lt {
  width: 16%;
}
.home-section5 .item .cont .lt strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  color: #999;
	font-weight: 100;
}
@media (max-width: 1440px) {
  .home-section5 .item .cont .lt strong {
    font-size: 30px;
  }
}
.home-section5 .item .cont .lt span {
  display: block;
  font-size: 18px;
  color: #666;
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .home-section5 .item .cont .lt {
    display: none;
  }
}
.home-section5 .item .cont .gt {
  width: 84%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  padding: 46px 0;
}
@media (max-width: 1440px) {
  .home-section5 .item .cont .gt {
    padding: 36px 0;
  }
}
@media (max-width: 1199px) {
  .home-section5 .item .cont .gt {
    width: 100%;
    padding: 30px 0;
  }
}
.home-section5 .item .cont .gt .cent {
  width: 72%;
}
@media (max-width: 1199px) {
  .home-section5 .item .cont .gt .cent {
    order: 1;
  }
}
@media (max-width: 767px) {
  .home-section5 .item .cont .gt .cent {
    width: 100%;
  }
}
.home-section5 .item .cont .gt .cent strong {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .home-section5 .item .cont .gt .cent strong {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .home-section5 .item .cont .gt .cent strong {
    margin-bottom: 10px;
  }
}
.home-section5 .item .cont .gt .cent .text {
  font-size: 14px;
  color: #666;
  height: 52px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-section5 .item .cont .gt .cent .text {
    height: 86px;
    -webkit-line-clamp: 3;
  }
}
.home-section5 .item .cont .gt .img {
  width: 20%;
  position: relative;
  padding-bottom: 8%;
  border: 4px solid transparent;
}
@media (max-width: 1199px) {
  .home-section5 .item .cont .gt .img {
    order: 0;
    width: 24%;
    padding-bottom: 12%;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .home-section5 .item .cont .gt .img {
    width: 100%;
    padding-bottom: 44%;
    margin-bottom: 20px;
  }
}
.home-section5 .item .cont .gt .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section5 .item:hover {
  background-color: #ff9000;
}
.home-section5 .item:hover .lt span,
.home-section5 .item:hover .lt strong {
  color: #fff;
}
.home-section5 .item:hover .gt {
  border-color: #ff9000;
}
.home-section5 .item:hover .gt .cent strong,
.home-section5 .item:hover .gt .cent .text {
  color: #fff;
}
.home-section5 .item:hover .gt .img {
  border-color: #fff;
}
.home-section5 .but {
  width: 270px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 24px;
  font-size: 16px;
  margin: 40px auto 0;
  position: relative;
}
.home-section5 .but i img:nth-child(2){
	display: none;
}
.home-section5 .but:hover{
	background-color: #ff9000;
	border: 1px solid #ff9000;
	color: #fff;
}
.home-section5 .but:hover i img:nth-child(1){
	display: none;
}
.home-section5 .but:hover i img:nth-child(2){
	display: none;
}
@media (max-width: 1440px) {
  .home-section5 .but {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .home-section5 .but {
    width: 140px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .home-section5 .but {
    margin: 30px auto 0;
  }
}
.home-section5 .but i {
  display: block;
  width: 7px;
  margin-left: 24px;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .home-section5 .but i {
    margin-left: 18px;
  }
}
.home-section5 .but i img {
  width: 100%;
}
/* .home-section5 .but:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 74%;
  width: 14px;
  height: 26px;
  background: url(../image/int/shouicon.png) no-repeat center / 14px 26px;
  -webkit-animation: shoudong 0.5s linear infinite;
  -moz-animation: shoudong 0.5s linear infinite;
  -ms-animation: shoudong 0.5s linear infinite;
  animation: shoudong 0.5s linear infinite;
} */
@keyframes shoudong {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shoudong {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes shoudong {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-ms-keyframes shoudong {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes shoudong {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* End */
/* 关于我们 */
.aboutbox-border {
  border-top: 4px solid #eeeeee;
}
@media (max-width: 1199px) {
  .aboutbox-border {
    border-width: 2px;
  }
}
.aboutbox-but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  width: 270px;
  height: 48px;
  border-radius: 20px;
  border: 1px solid #ff9000;
  color: #ff9000;
  font-size: 16px;
}
.aboutbox-but span {
  color: #ff9000;
}
.aboutbox-but i {
  display: block;
  width: 6px;
  overflow: hidden;
  margin-left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutbox-but i img {
  width: 100%;
  float: left;
}
@media (max-width: 1440px) {
  .aboutbox-but {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-but {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
  .aboutbox-but i {
    margin-left: 14px;
  }
}
.aboutbox-but.on i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.aboutbox-section1 .cont {
  width: 100%;
}
.aboutbox-section1 .cont .item {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 140px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 120px;
  }
}
@media (max-width: 1360px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 40px;
  }
}
.aboutbox-section1 .cont .item:last-child {
  margin-bottom: 0;
}
.aboutbox-section1 .cont .item .img {
  width: 56%;
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .img {
    width: 100%;
  }
}
.aboutbox-section1 .cont .item .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 32%;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .img {
    padding-bottom: 35%;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .img {
    height: 458px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .img {
    margin-bottom: 30px;
    padding-bottom: 50%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item .img {
    margin-bottom: 26px;
  }
}
.aboutbox-section1 .cont .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutbox-section1 .cont .item .img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.aboutbox-section1 .cont .item .gt {
  width: 44%;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .gt {
    width: 100%;
  }
}
.aboutbox-section1 .cont .item .gt .font {
  width: 78%;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .gt .font {
    width: 82%;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font {
    width: 88%;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .gt .font {
    width: 100%;
  }
}
.aboutbox-section1 .cont .item .gt .font .tit {
  color: #ff9000;
  font-weight: bold;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .tit {
    margin-bottom: 14px;
  }
}
.aboutbox-section1 .cont .item .gt .font .text {
  font-size: 24px;
  color: #666;
  margin-bottom: 62px;
}
@media (max-width: 1681px) {
  .aboutbox-section1 .cont .item .gt .font .text {
    font-size: 22px;
    margin-bottom: 42px;
  }
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .gt .font .text {
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .text {
    margin-bottom: 22px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .gt .font .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .head {
  font-size: 24px;
  color: #ff9000;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .gt .font .jut .head {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .jut .head {
    font-size: 20px;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list {
    margin-bottom: 16px;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list:last-child {
  margin-bottom: 0;
}
.aboutbox-section1 .cont .item .gt .font .jut .list > span {
  font-size: 20px;
  color: #666;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list > span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list > span {
    font-size: 16px;
    line-height: 1.5;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list > span i {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  width: 20px;
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list > span i {
    width: 16px;
    margin-right: 6px;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list > span i img {
  width: 100%;
  float: left;
}
.aboutbox-section1 .cont .item .gt .font .jut .list .p {
  width: 86%;
  font-size: 16px;
  color: #999;
  line-height: 23px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list .p {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list .p {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list .p {
    width: 91%;
  }
}
@media (max-width: 575px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list .p {
    width: 82%;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list:last-child .p {
  border-bottom: none;
}
.aboutbox-section1 .cont .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.aboutbox-section1 .cont .item:nth-child(2n) .gt {
  flex-direction: row;
}
.aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list {
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list {
    margin-bottom: 14px;
  }
}
.aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list > span i {
  margin-right: 0;
  width: 15px;
  margin-top: 5px;
}
.aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list .p {
  border-bottom: none;
  width: 94%;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list .p {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list .p {
    width: 94%;
  }
}
@media (max-width: 575px) {
  .aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list .p {
    width: 92%;
  }
}
.aboutbox-section1 .cont .item:nth-child(3n) .gt .font .jut .list .p {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item:nth-child(3n) .gt .font .jut .list .p {
    margin-bottom: 20px;
    width: 100%;
  }
}
.aboutbox-section2 .jut {
  margin: 0 -33px 40px;
  height: 880px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .aboutbox-section2 .jut {
    margin: 0 -20px 40px;
    height: 618px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section2 .jut {
    margin: 0 -10px 10px;
    height: 518px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut {
    height: 418px;
  }
}
.aboutbox-section2 .jut .zhong {
  display: flex;
  flex-wrap: wrap;
}
.aboutbox-section2 .jut .zhong .list {
  padding: 0 33px;
  width: 33.333%;
  margin-bottom: 30px;
  height: 880px;
}
@media (max-width: 1440px) {
  .aboutbox-section2 .jut .zhong .list {
    padding: 0 20px;
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section2 .jut .zhong .list {
    padding: 0 10px;
    margin-bottom: 20px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut .zhong .list {
    width: 50%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section2 .jut .zhong .list {
    width: 100%;
    height: 450px;
  }
}
.aboutbox-section2 .jut .zhong .list .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.aboutbox-section2 .jut .zhong .list .item .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.aboutbox-section2 .jut .zhong .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutbox-section2 .jut .zhong .list .item .img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.aboutbox-section2 .jut .zhong .list .item .img1 {
  margin-bottom: 30px;
  height: 42%;
}
@media (max-width: 1199px) {
  .aboutbox-section2 .jut .zhong .list .item .img1 {
    margin-bottom: 20px;
  }
}
.aboutbox-section2 .jut .zhong .list .item .img2 {
  height: 84%;
}
.aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item {
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item {
    flex-direction: column;
  }
}
.aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img1 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img1 {
    margin-bottom: 20px;
  }
}
.aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img2 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img2 {
    margin-bottom: 0;
  }
}
.aboutbox-section3 .jut {
  margin: 0 -10px 40px;
  height: 428px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .aboutbox-section3 .jut {
    height: 328px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section3 .jut {
    margin: 0 -5px 10px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section3 .jut {
    height: 228px;
  }
}
@media (max-width: 575px) {
  .aboutbox-section3 .jut {
    height: 198px;
  }
}
@media (max-width: 376px) {
  .aboutbox-section3 .jut {
    height: 238px;
  }
}
.aboutbox-section3 .jut .zhong {
  display: flex;
  flex-wrap: wrap;
}
.aboutbox-section3 .jut .list {
  width: 25%;
  height: 410px;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .aboutbox-section3 .jut .list {
    height: 310px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section3 .jut .list {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section3 .jut .list {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .aboutbox-section3 .jut .list {
    width: 50%;
    height: 210px;
  }
}
@media (max-width: 575px) {
  .aboutbox-section3 .jut .list {
    height: 180px;
  }
}
@media (max-width: 376px) {
  .aboutbox-section3 .jut .list {
    width: 100%;
    height: 220px;
  }
}
.aboutbox-section3 .jut .item {
  border: 1px solid #eeeeee;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aboutbox-section3 .jut .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutbox-section3 .jut .item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.aboutbox-section4 .jut {
  display: flex;
  flex-wrap: wrap;
}
.aboutbox-section4 .jut a {
  position: relative;
  display: block;
  width: 14%;
  padding-bottom: 6%;
  margin: -1px 0 0 -1px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
  .aboutbox-section4 .jut a {
    width: 25%;
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .aboutbox-section4 .jut a {
    width: 50%;
    padding-bottom: 20%;
  }
}
@media (max-width: 376px) {
  .aboutbox-section4 .jut a {
    width: 50%;
    padding-bottom: 22%;
  }
}
.aboutbox-section4 .jut a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* End */
/* 联系我们 */
.contactbox-section1 .home-tit {
  margin-bottom: 76px;
}
@media (max-width: 1440px) {
  .contactbox-section1 .home-tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section1 .home-tit {
    margin-bottom: 40px;
  }
}
.contactbox-section1 .cont {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
  padding: 34px;
  position: relative;
}
@media (max-width: 767px) {
  .contactbox-section1 .cont {
    padding: 30px 16px;
  }
}
.contactbox-section1 .cont #map {
  width: 100%;
  height: 400px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .contactbox-section1 .cont #map {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .cont #map {
    height: 300px;
    margin-bottom: 40px;
  }
}
.contactbox-section1 .cont #map .BMap_bubble_title {
  font-size: 14px;
  color: #ff9000;
}
.contactbox-section1 .cont .jut {
  background-color: #fbfbfb;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  padding: 34px 0;
}
@media (max-width: 991px) {
  .contactbox-section1 .cont .jut {
    padding: 26px 0;
  }
}
.contactbox-section1 .cont .jut .gt {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 90px;
}
@media (max-width: 1681px) {
  .contactbox-section1 .cont .jut .gt {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .jut .gt {
    padding: 0 40px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .cont .jut .gt {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .jut .gt {
    padding: 0 16px;
  }
}
.contactbox-section1 .cont .jut .gt .item {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .jut .gt .item {
    line-height: 26px;
  }
}
.contactbox-section1 .cont .jut .gt .item p {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .jut .gt .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contactbox-section1 .cont .jut .gt .item:nth-child(2) {
  margin-bottom: 0;
}
.contactbox-section1 .cont .jut .gt .er {
  padding: 14px;
  width: 150px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  text-align: center;
}
@media (max-width: 991px) {
  .contactbox-section1 .cont .jut .gt .er {
    display: none;
  }
}
.contactbox-section1 .cont .jut .gt .er i {
  display: block;
  width: 100%;
}
.contactbox-section1 .cont .jut .gt .er i img {
  width: 100%;
}
.contactbox-section1 .cont .jut .gt .er p {
  font-size: 14px;
  line-height: 1;
  margin-top: 13px;
  color: #ff9000;
  opacity: 0.4;
}
.contactbox-section1 .cont .img {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 34px;
  width: 26%;
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .img {
    display: none;
  }
}
.contactbox-section1 .cont .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .img {
    left: 16px;
  }
}
/* End */
/* 涂料翻修 */
.remake-section1 {
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
}
.remake-section1 .cont {
  height: 82px;
  border-bottom: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .remake-section1 .cont {
    height: 52px;
  }
}
.remake-section1 .cont .item {
  display: flex;
  align-items: center;
  padding: 0 73px;
  position: relative;
  height: 100%;
}
@media (max-width: 1199px) {
  .remake-section1 .cont .item {
    padding: 0 53px;
  }
}
@media (max-width: 767px) {
  .remake-section1 .cont .item {
    padding: 0 33px;
    width: 25%;
  }
}
@media (max-width: 575px) {
  .remake-section1 .cont .item {
    padding: 0;
    justify-content: center;
  }
}
.remake-section1 .cont .item a {
  font-size: 16px;
  color: #666;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .remake-section1 .cont .item a {
    font-size: 14px;
  }
}
.remake-section1 .cont .item:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .remake-section1 .cont .item:after {
    display: none;
  }
}
.remake-section1 .cont .item:last-child:after {
  display: none;
}
.remake-section1 .cont .item:hover a{
	color: #ff9000;
	border-color: #ff9000;
}
.remake-section1 .cont .on a {
  color: #ff9000;
  border-color: #ff9000;
}
.remake-section2 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .remake-section2 {
    padding: 40px 15px;
  }
}
.remake-section2 .img {
  position: relative;
  width: 50%;
}
@media (max-width: 1199px) {
  .remake-section2 .img {
    height: 458px;
  }
}
@media (max-width: 991px) {
  .remake-section2 .img {
    width: 40%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .remake-section2 .img {
    width: 100%;
    position: relative;
    height: auto;
    order: 0;
    margin-bottom: 20px;
  }
}
.remake-section2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remake-section2 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .remake-section2 .container {
    order: 1;
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
    padding: 0;
    z-index: 2;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
.remake-section2 .container .lt {
  width: 50%;
  padding-right: 6%;
}
@media (max-width: 991px) {
  .remake-section2 .container .lt {
    width: 60%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .remake-section2 .container .lt {
    padding: 0;
    width: 100%;
  }
}
.remake-section2 .container .lt > strong {
  font-size: 42px;
  font-weight: bold;
  color: #ff9000;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .remake-section2 .container .lt > strong {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .remake-section2 .container .lt > strong {
    margin-bottom: 26px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .remake-section2 .container .lt > strong {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.remake-section2 .container .lt .text {
  font-size: 16px;
  color: #666;
  line-height: 29px;
}
.remake-section3 {
  background-color: #F5F5F5;
}
.remake-section3 .container {
  position: relative;
}
.remake-section3 .container .remake-prev,
.remake-section3 .container .remake-next {
  width: 26px;
  height: 47px;
  background: none;
  top: 65%;
}
.remake-section3 .container .remake-prev {
  background: url(../image/int/tult1.png) no-repeat center / 23px 47px;
  left: -100px;
}
@media (max-width: 1681px) {
  .remake-section3 .container .remake-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .remake-section3 .container .remake-prev {
    display: none;
  }
}
.remake-section3 .container .remake-prev:hover {
  background: url(../image/int/tult1-1.png) no-repeat center / 23px 47px;
}
.remake-section3 .container .remake-next {
  background: url(../image/int/tugt1.png) no-repeat center / 23px 47px;
  right: -100px;
}
@media (max-width: 1681px) {
  .remake-section3 .container .remake-next {
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .remake-section3 .container .remake-next {
    display: none;
  }
}
.remake-section3 .container .remake-next:hover {
  background: url(../image/int/tugt1-1.png) no-repeat center / 23px 47px;
}
.remake-section3 .cont .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 54px 0;
}
@media (max-width: 1440px) {
  .remake-section3 .cont .swiper-slide {
    padding: 34px 0;
  }
}
@media (max-width: 767px) {
  .remake-section3 .cont .swiper-slide {
    padding: 26px 0;
  }
}
.remake-section3 .cont .swiper-slide .img {
  position: relative;
  padding-bottom: 81%;
  width: 100%;
}
.remake-section3 .cont .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.remake-section3 .cont .swiper-slide .img:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.remake-section4 {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .remake-section4 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .remake-section4 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .remake-section4 {
    padding-bottom: 50px;
		padding-top: 25px;
  }
	
}
.remake-section4 .cont {
  margin: 0 -34px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .remake-section4 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .remake-section4 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .remake-section4 .cont {
    margin: 0;
  }
}
.remake-section4 .cont .item {
  padding: 0 34px;
  margin-bottom: 60px;
  width: 33.33%;
}
@media (max-width: 1440px) {
  .remake-section4 .cont .item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .remake-section4 .cont .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .remake-section4 .cont .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .remake-section4 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.remake-section4 .cont .item .jut {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .remake-section4 .cont .item .jut {
    padding: 10px;
  }
}
.remake-section4 .cont .item .jut .img {
  width: 100%;
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.remake-section4 .cont .item .jut .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.remake-section4 .cont .item .jut .font {
  padding: 24px 0;
}
.remake-section4 .cont .item .jut .font strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  line-height: 1;
  color: #333;
  font-size: 20px;
}
.remake-section4 .cont .item .jut .font .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.remake-section4 .cont .item .jut:hover {
  border-color: #ff9000;
}
.remake-section4 .cont .item .jut:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.remake-section4 .cont .item .jut:hover .font strong {
  color: #ff9000;
}
.remake-section4 .but {
  width: 270px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff9000;
  border: 1px solid #ff9000;
  border-radius: 24px;
  font-size: 16px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .remake-section4 .but {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .remake-section4 .but {
    width: 140px;
    height: 40px;
  }
}
.remake-section4 .but i {
  display: block;
  width: 7px;
  margin-left: 24px;
}
@media (max-width: 1199px) {
  .remake-section4 .but i {
    margin-left: 18px;
  }
}
.remake-section4 .but i img {
  width: 100%;
}
.remake-section5 {
  background-color: #fcfcfc;
}
.remake-section5 .home-tit {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .remake-section5 .home-tit {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .remake-section5 .home-tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .remake-section5 .home-tit {
    margin-bottom: 40px;
  }
}
.remake-section5 .cont {
  position: relative;
  width: 100%;
}
.remake-section5 .cont .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.remake-section5 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remake-section5 .cont .form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 1440px) {
  .remake-section5 .cont .form {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .remake-section5 .cont .form {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .remake-section5 .cont .form {
    padding: 30px 24px;
  }
}
@media (max-width: 565px) {
  .remake-section5 .cont .form {
    padding: 30px 10px;
  }
}
.remake-section5 .cont .form form {
  font-size: 0;
}
.remake-section5 .cont .form form input,
.remake-section5 .cont .form form button {
  width: 260px;
  padding: 20px;
  font-size: 14px;
  border: 2px solid #fff;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin-left: 18px;
	color: #fff;
}
@media (max-width: 1440px) {
  .remake-section5 .cont .form form input,
  .remake-section5 .cont .form form button {
    width: 230px;
  }
}
@media (max-width: 1199px) {
  .remake-section5 .cont .form form input,
  .remake-section5 .cont .form form button {
    width: 180px;
    padding: 8px 10px;
    margin-left: 14px;
  }
}
@media (max-width: 991px) {
  .remake-section5 .cont .form form input,
  .remake-section5 .cont .form form button {
    margin-left: 10px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .remake-section5 .cont .form form input,
  .remake-section5 .cont .form form button {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 12px 10px;
  }
}
.remake-section5 .cont .form form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.remake-section5 .cont .form form input:first-child {
  margin-left: 0;
}
.remake-section5 .cont .form form .sele {
  width: 391px;
}
@media (max-width: 1440px) {
  .remake-section5 .cont .form form .sele {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .remake-section5 .cont .form form .sele {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .remake-section5 .cont .form form .sele {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .remake-section5 .cont .form form .sele {
    width: 100%;
  }
}
.remake-section5 .cont .form form button {
  width: 180px;
  background-color: #ff9000;
  border-color: #ff9000;
  color: #fff;
}
@media (max-width: 1440px) {
  .remake-section5 .cont .form form button {
    width: 140px;
  }
}
@media (max-width: 1199px) {
  .remake-section5 .cont .form form button {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .remake-section5 .cont .form form button {
    margin-left: 0;
    width: 100%;
  }
}
/* End */
/* 玻璃更换 */
.replace-section1 {
  position: relative;
  background-color: #f8f8f8;
}
.replace-section1 .container {
  position: relative;
  z-index: 2;
}
.replace-section1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.replace-section1 .cont .lt,
.replace-section1 .cont .gt {
  width: 50%;
}
@media (max-width: 991px) {
  .replace-section1 .cont .lt,
  .replace-section1 .cont .gt {
    width: 100%;
  }
}
.replace-section1 .cont .lt {
  position: relative;
  padding-bottom: 30%;
}
@media (max-width: 991px) {
  .replace-section1 .cont .lt {
    padding-bottom: 40%;
  }
}
@media (max-width: 767px) {
  .replace-section1 .cont .lt {
    padding-bottom: 60%;
  }
}
.replace-section1 .cont .lt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.replace-section1 .cont .gt {
  padding-left: 9%;
}
@media (max-width: 1440px) {
  .replace-section1 .cont .gt {
    padding-left: 6%;
  }
}
@media (max-width: 991px) {
  .replace-section1 .cont .gt {
    padding: 0;
    margin-top: 30px;
  }
}
.replace-section1 .cont .gt .font {
  width: 100%;
}
.replace-section1 .cont .gt .font strong {
  font-weight: bold;
  line-height: 2em;
  color: #ff9000;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .replace-section1 .cont .gt .font strong {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .replace-section1 .cont .gt .font strong {
    margin-bottom: 10px;
  }
}
.replace-section1 .cont .gt .font .text {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.replace-section1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 26%;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 991px) {
  .replace-section1:after {
    display: none;
  }
}
.replace-section2 {
  padding: 170px 0 240px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1681px) {
  .replace-section2 {
    padding: 140px 0 200px;
  }
}
@media (max-width: 1440px) {
  .replace-section2 {
    padding: 120px 0 180px;
  }
}
@media (max-width: 1199px) {
  .replace-section2 {
    padding: 100px 0 160px;
  }
}
@media (max-width: 991px) {
  .replace-section2 {
    padding: 80px 0 140px;
  }
}
@media (max-width: 767px) {
  .replace-section2 {
    padding: 70px 0 120px;
  }
}
.replace-section2 .container {
  position: relative;
  z-index: 2;
}
.replace-section2 .container .home-tit {
  margin-bottom: 175px;
}
@media (max-width: 1681px) {
  .replace-section2 .container .home-tit {
    margin-bottom: 145px;
  }
}
@media (max-width: 1440px) {
  .replace-section2 .container .home-tit {
    margin-bottom: 120px;
  }
}
@media (max-width: 1199px) {
  .replace-section2 .container .home-tit {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .replace-section2 .container .home-tit {
    margin-bottom: 60px;
  }
}
.replace-section2 .container .home-tit span {
  opacity: 0.3;
}
.replace-section2 .container .home-tit strong {
  color: #fff;
}
.replace-section2 .container .rep2-cont {
  width: 100%;
}
.replace-section2 .container .rep2-cont .swiper-slide {
  display: flex;
  justify-content: center;
}
.replace-section2 .container .rep2-cont .swiper-slide .font {
  color: #fff;
}
.replace-section2 .container .rep2-cont .swiper-slide .font strong {
  font-size: 28px;
  display: block;
  font-weight: bold;
  margin-bottom: 33px;
}
@media (max-width: 1199px) {
  .replace-section2 .container .rep2-cont .swiper-slide .font strong {
    margin-bottom: 26px;
    font-size: 24px;
  }
}
.replace-section2 .container .rep2-cont .swiper-slide .font .text {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  line-height: 32px;
}
.replace-section2 .container .rep2-cont .swiper-slide:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .replace-section2 .container .rep2-cont .swiper-slide:after {
    display: none;
  }
}
.replace-section2 .container .rep2-cont .swiper-slide:last-child:after {
  display: none;
}
.replace-section2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
/* End */
/* news新闻中心 */
.newsbox-section1 {
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .newsbox-section1 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 {
    padding-bottom: 26px;
  }
}
.newsbox-section1 .container .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newsbox-section1 .container .cont .lt {
    width: 100%;
    margin-bottom: 16px;
  }
}
.newsbox-section1 .container .cont .lt .tit {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .container .cont .lt .tit {
    margin-bottom: 5px;
  }
}
.newsbox-section1 .container .cont .lt .tit strong {
  font-size: bold;
  line-height: 1;
  display: block;
  color: #ff9000;
  font-size: 36px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .container .cont .lt .tit strong {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .container .cont .lt .tit strong {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .container .cont .lt .tit strong {
    font-size: 24px;
  }
}
.newsbox-section1 .container .cont .lt .tit strong span {
  color: #666666;
}
.newsbox-section1 .container .cont .lt .text {
  font-size: 18px;
  color: #666;
}
@media (max-width: 1199px) {
  .newsbox-section1 .container .cont .lt .text {
    font-size: 16px;
  }
}
.newsbox-section1 .container .cont .gt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newsbox-section1 .container .cont .gt {
    width: 100%;
		justify-content: center;
  }
	.newsbox-section1 .container .cont .lt .text{
		text-align: center;
	}
	.newsbox-section1 .container .cont .lt .tit{
		text-align: center;
	}
}
.newsbox-section1 .container .cont .gt a {
  font-size: 16px;
  color: #666;
  display: block;
  margin: 0 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .newsbox-section1 .container .cont .gt a {
    font-size: 14px;
		margin: 0 10px;
  }
}
.newsbox-section1 .container .cont .gt a:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: calc(50% - 7px);
  width: 2px;
  background-color: #808080;
  height: 16px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .container .cont .gt a:after {
    width: 1px;
    height: 14px;
    top: calc(50% - 7px);
		right: -10px;
  }
}
.newsbox-section1 .container .cont .gt a:hover {
  color: #ff9000;
}
.newsbox-section1 .container .cont .gt a:last-child {
  margin-right: 0;
  border-right: none;
}
@media (max-width: 767px) {
  .newsbox-section1 .container .cont .gt a:last-child {
    margin-right: 9px;
  }
}
.newsbox-section1 .container .cont .gt a:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .newsbox-section1 .container .cont .gt a:first-child {
    margin-left: 0;
  }
}
.newsbox-section2 {
  background-color: #fbfbfb;
  position: relative;
}
@media (max-width: 767px) {
  .newsbox-section2 {
    padding: 0 15px;
  }
}
.newsbox-section2 .newsbox-img {
  width: 50%;
  margin: 0;
}
@media (max-width: 991px) {
  .newsbox-section2 .newsbox-img {
    width: 750px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .newsbox-section2 .newsbox-img {
    width: 100%;
  }
}
.newsbox-section2 .newsbox-img .img {
  width: 100%;
  position: relative;
  padding-bottom: 66%;
}
@media (max-width: 1440px) {
  .newsbox-section2 .newsbox-img .img {
    height: 464px;
  }
}
@media (max-width: 991px) {
  .newsbox-section2 .newsbox-img .img {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .newsbox-section2 .newsbox-img .img {
    height: auto;
  }
}
.newsbox-section2 .newsbox-img .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .newsbox-section2 .newsbox-img .img img {
    height: auto;
  }
}
.newsbox-section2 .container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .newsbox-section2 .container {
    position: relative;
    z-index: 2;
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
@media (max-width: 767px) {
  .newsbox-section2 .container {
    padding: 0;
  }
}
.newsbox-section2 .container .cont {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.newsbox-section2 .container .cont .jut {
  width: 50%;
  margin: 0;
  overflow: hidden;
  padding-left: 10%;
}
@media (max-width: 991px) {
  .newsbox-section2 .container .cont .jut {
    width: 100%;
    padding: 0 0 30px;
  }
}
.newsbox-section2 .container .cont .jut .newsbox-font {
  width: 100%;
}
.newsbox-section2 .container .cont .jut .newsbox-font a{
	display: block;
	width: 100%;
}
.newsbox-section2 .container .cont .jut .newsbox-font strong {
  display: block;
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  color: #ff9000;
}
@media (max-width: 1440px) {
  .newsbox-section2 .container .cont .jut .newsbox-font strong {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section2 .container .cont .jut .newsbox-font strong {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.newsbox-section2 .container .cont .jut .newsbox-font span {
  font-size: 12px;
  color: #666;
}
.newsbox-section2 .container .cont .jut .newsbox-font .text {
  margin-top: 46px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .newsbox-section2 .container .cont .jut .newsbox-font .text {
    margin-top: 36px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section2 .container .cont .jut .newsbox-font .text {
    margin-top: 26px;
  }
}
@media (max-width: 991px) {
  .newsbox-section2 .container .cont .jut .newsbox-font .text {
    margin-top: 20px;
  }
}
.newsbox-section2 .container .cont .jut .newsbox-font .text p {
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .newsbox-section2 .container .cont .jut .newsbox-font .text p {
    margin-bottom: 14px;
  }
}
.newsbox-section2 .container .cont .jut .newsbox-font .but {
  display: block;
  margin-top: 67px;
  font-size: 12px;
  color: #666;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .newsbox-section2 .container .cont .jut .newsbox-font .but {
    margin-top: 44px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section2 .container .cont .jut .newsbox-font .but {
    padding-bottom: 60px;
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .newsbox-section2 .container .cont .jut .newsbox-font .but {
    padding: 0;
		display: none;
  }
}
.newsbox-section2 .container .cont .jut .newsbox-font .but i {
  font-style: normal;
}
.newsbox-section2 .container .cont .qie {
  position: absolute;
  height: 36px;
  display: flex;
  top: 94%;
  right: 34.4%;
}
@media (max-width: 1199px) {
  .newsbox-section2 .container .cont .qie {
    right: 32%;
  }
}
.newsbox-section2 .container .cont .qie .ser3-prev,
.newsbox-section2 .container .cont .qie .ser3-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #d0d0d0;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
  position: relative;
  outline: none;
	pointer-events: auto;
}
@media (max-width: 991px) {
  .newsbox-section2 .container .cont .qie .ser3-prev,
  .newsbox-section2 .container .cont .qie .ser3-next {
    display: none;
  }
}
.newsbox-section2 .container .cont .qie .ser3-prev {
  margin-right: 10px;
  background: #d0d0d0 url(../image/int/ltbai.png) no-repeat center / 10px 18px;
}
.newsbox-section2 .container .cont .qie .ser3-prev:hover {
  background: #ff9000 url(../image/int/ltbai.png) no-repeat center / 10px 18px;
}
.newsbox-section2 .container .cont .qie .ser3-next {
  margin-right: 10px;
  background: #d0d0d0 url(../image/int/gtbai.png) no-repeat center / 10px 18px;
}
.newsbox-section2 .container .cont .qie .ser3-next:hover {
  background: #ff9000 url(../image/int/gtbai.png) no-repeat center / 10px 18px;
}
.newsbox-section3 {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .newsbox-section3 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .newsbox-section3 {
    padding-bottom: 50px;
  }
}
.newsbox-section3 .cont .lt {
  width: 68%;
}
@media (max-width: 1199px) {
  .newsbox-section3 .cont .lt {
    width: 100%;
  }
}
.newsbox-section3 .cont .lt .jut {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .newsbox-section3 .cont .lt .jut {
    margin-bottom: 40px;
  }
}
.newsbox-section3 .cont .lt .jut .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 47px 0;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1199px) {
  .newsbox-section3 .cont .lt .jut .item {
    padding: 37px 0;
  }
}
@media (max-width: 767px) {
  .newsbox-section3 .cont .lt .jut .item {
    padding: 26px 0;
  }
}
.newsbox-section3 .cont .lt .jut .item .img {
  width: 30%;
  height: 146px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newsbox-section3 .cont .lt .jut .item .img {
    width: 100%;
    margin-bottom: 26px;
    height: 100%;
  }
}
.newsbox-section3 .cont .lt .jut .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox-section3 .cont .lt .jut .item .font {
  width: 66%;
}
@media (max-width: 767px) {
  .newsbox-section3 .cont .lt .jut .item .font {
    width: 100%;
  }
}
.newsbox-section3 .cont .lt .jut .item .font strong {
  font-size: 18px;
  display: block;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  color: #333;
	font-weight: 500;
}
.newsbox-section3 .cont .lt .jut .item .font span {
  line-height: 1;
  font-size: 12px;
  color: #999;
}
.newsbox-section3 .cont .lt .jut .item .font .text {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  margin-top: 24px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newsbox-section3 .cont .lt .jut .item:first-child {
  border-top: none;
  padding-top: 0;
}
.newsbox-section3 .cont .lt .jut .item:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.newsbox-section3 .cont .gt {
  width: 26%;
  padding: 7px 20px;
  border: 1px solid #eeeeee;
}
@media (max-width: 1199px) {
  .newsbox-section3 .cont .gt {
    display: none;
  }
}
.newsbox-section3 .cont .gt .tit {
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #ff9000;
}
.newsbox-section3 .cont .gt .jut {
  width: 100%;
}
.newsbox-section3 .cont .gt .jut .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.newsbox-section3 .cont .gt .jut .list .img {
  width: 40%;
  height: 87px;
  overflow: hidden;
}
.newsbox-section3 .cont .gt .jut .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox-section3 .cont .gt .jut .list .font {
  width: 53%;
}
.newsbox-section3 .cont .gt .jut .list .font strong {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	font-weight: 500;
}
.newsbox-section3 .cont .gt .jut .list .font .text {
  line-height: 16px;
  font-size: 12px;
  color: #666;
  display: block;
  height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsbox-section3 .cont .gt .jut .list:last-child {
  border-bottom: none;
}
.newsbox-section3 .cont .gt .jut .list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.newsbox-section4 {
  background-color: #fcfcfc;
  padding: 230px 0 90px;
}
@media (max-width: 1681px) {
  .newsbox-section4 {
    padding: 200px 0 80px;
  }
}
@media (max-width: 1440px) {
  .newsbox-section4 {
    padding: 160px 0 70px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section4 {
    padding: 120px 0 60px;
  }
}
@media (max-width: 991px) {
  .newsbox-section4 {
    padding: 100px 0 50px;
  }
}
@media (max-width: 767px) {
  .newsbox-section4 {
    padding: 80px 0 50px;
  }
}
.newsbox-section4 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.newsbox-section4 .cont a {
  position: relative;
  display: block;
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 82px 0 67px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1360px) {
  .newsbox-section4 .cont a {
    padding: 62px 0 57px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section4 .cont a {
    padding: 50px 0 37px;
  }
}
@media (max-width: 991px) {
  .newsbox-section4 .cont a {
    padding: 62px 0 57px;
  }
}
@media (max-width: 767px) {
  .newsbox-section4 .cont a {
    padding: 40px 0;
  }
}
.newsbox-section4 .cont a .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1921px) {
  .newsbox-section4 .cont a .img {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .newsbox-section4 .cont a .img {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .newsbox-section4 .cont a .img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .newsbox-section4 .cont a .img {
    display: none;
  }
}
.newsbox-section4 .cont a .img img {
  width: 100%;
  float: left;
  object-fit: contain;
}
.newsbox-section4 .cont a .font {
  width: 34%;
  position: relative;
}
@media (max-width: 1199px) {
  .newsbox-section4 .cont a .font {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .newsbox-section4 .cont a .font {
    width: 100%;
    padding: 0 5%;
  }
}
.newsbox-section4 .cont a .font strong {
  display: block;
  color: #ff9000;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .newsbox-section4 .cont a .font strong {
    font-size: 24px;
  }
}
.newsbox-section4 .cont a .font span {
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1199px) {
  .newsbox-section4 .cont a .font span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsbox-section4 .cont a .font span {
    margin-bottom: 0;
  }
}
.newsbox-section4 .cont a .font .but {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox-section4 .cont a .font .but img{
	height: 15px;
}
@media (max-width: 767px) {
  .newsbox-section4 .cont a .font .but {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.newsbox-section4 .cont a .font .but i {
  width: 18px;
  display: block;
}
@media (max-width: 991px) {
  .newsbox-section4 .cont a {
    width: 100%;
  }
}
.newsbox-section4 .cont a:hover .font .but {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .newsbox-section4 .cont a:hover .font .but {
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
  }
}
.newsbox-section4 .cont .lt {
  background: url(../image/int/bubag1.png) no-repeat center / cover;
}
@media (max-width: 991px) {
  .newsbox-section4 .cont .lt {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .newsbox-section4 .cont .lt {
    margin-bottom: 30px;
  }
}
.newsbox-section4 .cont .gt {
  background: url(../image/int/bubag2.png) no-repeat center / cover;
}
.newsbox-section4 .cont .gt .font strong {
  color: #fff;
}
.newsbox-section4 .cont .gt .font .but {
  background-color: #fff;
  border-color: #fff;
}
/* End */
/* coase_info案例详情页 */
.case_info-section1 {
  padding: 20px 0;
  background-color: #fdfdfd;
  border-bottom: 1px solid #ececec;
}
.case_info-section1 .container {
  font-size: 14px;
  color: #333;
  line-height: 2;
}
.case_info-section1 .container span,
.case_info-section1 .container a {
  color: #333;
  font-size: 14px;
}
.case_info-section1 .container .on {
  color: #ff9000;
}
.case_info-section2 {
  padding: 60px 0;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .case_info-section2 {
    margin-bottom: 40px;
  }
}

.case_info-section2 .cont {
  background-color: #fbfbfb;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .case_info-section2 .cont {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .case_info-section2 .cont {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .case_info-section2 .cont {
    margin-bottom: 30px;
  }
	.case_info-section2{
		padding-top: 24px;
	}
}
.case_info-section2 .cont .img {
  width: 100%;
  overflow: hidden;
	position: relative;
	padding-bottom: 34%;
}
.case_info-section2 .cont .img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case_info-section2 .cont .img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.case_info-section2 .cont .case2-prev,
.case_info-section2 .cont .case2-next {
  width: 37px;
  height: 93px;
  outline: none;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  .case_info-section2 .cont .case2-prev,
  .case_info-section2 .cont .case2-next {
    width: 27px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .case_info-section2 .cont .case2-prev,
  .case_info-section2 .cont .case2-next {
    width: 20px ;
    height: 50px;
  }
}
.case_info-section2 .cont .case2-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.2) url(../image/int/lthei.png) no-repeat center;
  background-size: 13px 22px;
}
.case_info-section2 .cont .case2-prev:hover {
  background: #ff9000 url(../image/int/ltbai.png) no-repeat center;
  background-size: 13px 22px;
}
.case_info-section2 .cont .case2-next {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url(../image/int/gthei.png) no-repeat center;
  background-size: 13px 22px;
}
.case_info-section2 .cont .case2-next:hover {
  background: #ff9000 url(../image/int/gtbai.png) no-repeat center;
  background-size: 13px 22px;
}
.case_info-section2 .cont .make-text {
  padding: 77px 100px;
}
@media (max-width: 1440px) {
  .case_info-section2 .cont .make-text {
    padding: 55px 80px;
  }
}
@media (max-width: 1360px) {
  .case_info-section2 .cont .make-text {
    padding: 44px 60px;
  }
}
@media (max-width: 1199px) {
  .case_info-section2 .cont .make-text {
    padding: 33px 40px;
  }
}
@media (max-width: 767px) {
  .case_info-section2 .cont .make-text {
    padding: 22px 16px;
  }
}
.case_info-section2 .qie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  flex-wrap: wrap;
}
.case_info-section2 .qie a {
  color: #999;
  font-size: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case_info-section2 .qie a:hover {
  color: #ff9000;
}
.case_info-section3 {
  padding-top: 0;
}
.case_info-section3 .tit {
  font-weight: bold;
  color: #ff9000;
  padding: 50px 0 40px;
  line-height: 1;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 1199px) {
  .case_info-section3 .tit {
    padding: 40px 0 30px;
  }
}
@media  (max-width: 767px) {
	.case_info-section4{
		padding-top: 0;
	}
}
/* End */
/* 新闻详情页 */
.news_info-section1 {
  padding-bottom: 0;
}
.news_info-section1 .container {
  border-top: 1px solid #ff9000;
}
@media (max-width: 767px) {
  .news_info-section1 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news_info-section1 .cont .lt .list {
  background-color: #fcfcfc;
  padding: 60px 40px 50px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .lt .list {
    padding: 50px 26px 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .news_info-section1 .cont .lt .list {
    padding: 40px 16px;
    margin-bottom: 30px;
		padding-top: 0;
		background-color: transparent;
  }
	.news_info-section1 .container .cont{
		background-color: none;
	}
}
.news_info-section1 .cont .lt .list .tit {
  text-align: center;
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .news_info-section1 .cont .lt .list .tit {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .news_info-section1 .cont .lt .list .tit {
    margin-bottom: 26px;
  }
}
.news_info-section1 .cont .lt .list .tit > strong {
  font-size: 24px;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
}
.news_info-section1 .cont .lt .list .tit .text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  color: #999;
}
.news_info-section1 .cont .lt .list .tit .text strong {
  font-size: 12px;
}
.news_info-section1 .cont .lt .list .tit .text span {
  display: block;
  margin-right: 20px;
}
.news_info-section1 .cont .lt .list .end1 {
  text-align: center;
  margin-top: 30px;
  color: #ff9000;
  font-size: 14px;
}
.news_info-section1 .cont .lt .list .end1 span {
  position: relative;
}
.news_info-section1 .cont .lt .list .end1 span:after,
.news_info-section1 .cont .lt .list .end1 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #ff9000;
  top: 50%;
}
.news_info-section1 .cont .lt .list .end1 span:after {
  right: -24px;
}
.news_info-section1 .cont .lt .list .end1 span::before {
  left: -24px;
}
.news_info-section1 .cont .lt .qie {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 100%;
}
.news_info-section1 .cont .lt .qie a {
  color: #666666;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news_info-section1 .cont .lt .qie a:hover {
  color: #ff9000;
}
/* End */
/* 外墙维修 */
.facaderbox-tit {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .facaderbox-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .facaderbox-tit {
    margin-bottom: 26px;
  }
}
.facaderbox-tit span {
  font-weight: bold;
  color: #ff9000;
  display: block;
}
.facaderbox-tit .text {
  font-size: 16px;
  margin-top: 18px;
  color: #666;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .facaderbox-tit .text {
    margin-top: 14px;
  }
}
@media (max-width: 1199px) {
  .facaderbox-tit .text {
    margin-top: 8px;
  }
}
.facaderbox-section1 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.facaderbox-section1 .cont a {
  display: block;
  width: 49%;
  overflow: hidden;
  position: relative;
  padding-bottom: 21%;
}
.facaderbox-section1 .cont a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.facaderbox-section1 .cont a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
@media  (max-width: 767px) {
	.facaderbox-section1 .cont a{
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 44%;
	}
}
.facaderbox-section2 {
  background-color: #fbfbfb;
}
.facaderbox-section2 .cont .jut {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .facaderbox-section2 .cont .jut {
    justify-content: space-between;
  }
}
.facaderbox-section2 .cont .jut .item {
  width: 30%;
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .facaderbox-section2 .cont .jut .item {
    margin-bottom: 26px;
  }
	.facaderbox-section2{
		padding-bottom: 25px;
	}
	.facaderbox-section2 .cont .jut .item:last-child{
	margin-bottom: 0;
}
}
.facaderbox-section2 .cont .jut .item .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.facaderbox-section2 .cont .jut .item .list span {
  font-size: 42px;
  color: #cccccc;
  line-height: 1;
}
@media (max-width: 1440px) {
  .facaderbox-section2 .cont .jut .item .list span {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .facaderbox-section2 .cont .jut .item .list span {
    font-size: 26px;
  }
}
.facaderbox-section2 .cont .jut .item .list .font {
  width: 84%;
}
@media (max-width: 991px) {
  .facaderbox-section2 .cont .jut .item .list .font {
    width: 86%;
  }
}
.facaderbox-section2 .cont .jut .item .list .font strong {
  font-size: 18px;
  color: #666;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.facaderbox-section2 .cont .jut .item .list .font .text {
  line-height: 22px;
  font-size: 14px;
  color: #999999;
}
.facaderbox-section2 .cont .jut .item:nth-child(4) {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .facaderbox-section2 .cont .jut .item:nth-child(4) {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .facaderbox-section2 .cont .jut .item:nth-child(4) {
    width: 100%;
  }
}
.facaderbox-section2 .cont .jut .item:nth-child(4) .list {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .facaderbox-section2 .cont .jut .item:nth-child(4) .list {
    position: relative;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    top: 0;
  }
}
@media (max-width: 991px) {
  .facaderbox-section2 .cont .jut .item:nth-child(4) .list {
    width: 100%;
  }
}
.facaderbox-section2 .cont .jut .item:nth-child(4) .img {
  width: 100%;
}
@media (max-width: 991px) {
  .facaderbox-section2 .cont .jut .item:nth-child(4) .img {
    display: none;
  }
}
.facaderbox-section2 .cont .jut .item:nth-child(4) .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .facaderbox-section2 .cont .jut .item {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .facaderbox-section2 .cont .jut .item {
    width: 100%;
  }
}
.facaderbox-section2 .cont .jut:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .facaderbox-section2 .cont .jut:nth-child(2n) {
    flex-direction: row;
  }
}
/* End */
/* 外墙清洗 */
@media (max-width: 767px) {
  .cleaning-section1 .container {
    padding: 0;
  }
}
.cleaning-section1 .cleaning1-cont {
  width: 100%;
  padding: 54px 0;
}
@media (max-width: 767px) {
  .cleaning-section1 .cleaning1-cont {
    padding: 15px ;
  }
}
.cleaning-section1 .cleaning1-cont .item {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  align-items: center;
  position: relative;
}
.cleaning-section1 .cleaning1-cont .item .img {
  position: relative;
  z-index: 2;
  width: 44%;
  padding-bottom: 58%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cleaning-section1 .cleaning1-cont .item .img {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .cleaning-section1 .cleaning1-cont .item .img {
    /* display: none; */
		width: 100%;
		height: auto;
		padding-bottom: 0;
  }
}
.cleaning-section1 .cleaning1-cont .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media  (max-width: 575px) {
	.cleaning-section1 .cleaning1-cont .item .img img{
		position: relative;
		height: 300px;
	}
}
.cleaning-section1 .cleaning1-cont .item .font {
  width: 56%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .cleaning-section1 .cleaning1-cont .item .font {
    padding: 40px 15px;
		justify-content: flex-start;
  }
}
@media (max-width: 567px) {
  .cleaning-section1 .cleaning1-cont .item .font {
		width: 100%;
  }
}
.cleaning-section1 .cleaning1-cont .item .font .text {
  position: relative;
  z-index: 2;
}
.cleaning-section1 .cleaning1-cont .item .font .text .tit {
  font-size: 26px;
  font-weight: bold;
  color: #ff9000;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .cleaning-section1 .cleaning1-cont .item .font .text .tit {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .cleaning-section1 .cleaning1-cont .item .font .text .tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.cleaning-section1 .cleaning1-cont .item .font .text .list strong {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 1;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .cleaning-section1 .cleaning1-cont .item .font .text .list strong {
    margin-bottom: 35px;
  }
}
.cleaning-section1 .cleaning1-cont .item .font .text .list strong:after {
  content: "";
  display: block;
  width: 21px;
  height: 4px;
  background-color: #ff9000;
  position: absolute;
  top: 32px;
  left: 0;
}
.cleaning-section1 .cleaning1-cont .item .font .text .list li {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .cleaning-section1 .cleaning1-cont .item .font .text .list li {
    margin-bottom: 14px;
  }
}
.cleaning-section1 .cleaning1-cont .item i {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  width: 25%;
}
.cleaning-section1 .cleaning1-cont .item i img {
  width: 100%;
}
@media  (max-width: 767px) {
	.cleaning-section1 .cleaning1-cont .item i{
		/* display: none; */
		width: 56%;
	}
}
.cleaning-section1 .cleaning1-cont .swiper-slide {
  width: 50%;
}
.cleaning-section1 .cleaning1-cont .swiper-slide .item .img {
/*  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; */
  opacity: .4;
}
@media (max-width: 991px) {
  .cleaning-section1 .cleaning1-cont .swiper-slide {
    width: 100%;
  }
}
.cleaning-section1 .cleaning1-cont .swiper-slide-prev .item {
  flex-direction: row-reverse;
}
.cleaning-section1 .cleaning1-cont .swiper-slide-active {
  box-shadow: 0 5px 54px rgba(0, 0, 0, 0.1);
}
.cleaning-section1 .cleaning1-cont .swiper-slide-active .item .img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  opacity: 1;
}
@media (max-width: 767px) {
  .cleaning-section1 .cleaning1-cont .swiper-slide-active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
.cleaning-section1 .cleaning1-cont .cleaning1-prev,
.cleaning-section1 .cleaning1-cont .cleaning1-next {
  width: 44px;
  height: 93px;
}
@media (max-width: 767px) {
  .cleaning-section1 .cleaning1-cont .cleaning1-prev,
  .cleaning-section1 .cleaning1-cont .cleaning1-next {
    display: none;
  }
}
.cleaning-section1 .cleaning1-cont .cleaning1-prev {
  background: rgba(255, 255, 255, 0.5) url(../image/int/tult1-1.png) no-repeat center / 17px 30px;
  left: 8%;
}
.cleaning-section1 .cleaning1-cont .cleaning1-next {
  background: rgba(255, 255, 255, 0.5) url(../image/int/tugt1-1.png) no-repeat center / 17px 30px;
  right: 8%;
}
.cleaning-section2 .cont {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .cleaning-section2 .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.cleaning-section2 .cont::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 16px;
  height: 100%;
  background-color: #ff9000;
  object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .cleaning-section2 .cont::before {
    display: none;
  }
}
.cleaning-section2 .cont .list {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  position: relative;
  z-index: 2;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .cleaning-section2 .cont .list {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cleaning-section2 .cont .list {
    width: 100%;
  }
}
.cleaning-section2 .cont .list .item {
  width: 38%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .cleaning-section2 .cont .list .item {
    width: 100%;
  }
}
.cleaning-section2 .cont .list  .tit {
  position: absolute;
  top: 0;
  left: 50%;
	-webkit-transform: translateX(-50%) translateY(-29%);
	transform: translateX(-50%) translateY(-29%);
  width: 275px;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../image/int/juxing1.png) no-repeat center / contain;
  text-align: center;
}
/* @media (min-width: 1921px) {
  .cleaning-section2 .cont .list  .tit {
    left: -16vw;
  }
}
@media (max-width: 1681px) {
  .cleaning-section2 .cont .list  .tit {
    left: -54%;
  }
}
@media (max-width: 1440px) {
  .cleaning-section2 .cont .list  .tit {
    left: -59%;
  }
} */
@media (max-width: 1199px) {
  .cleaning-section2 .cont .list  .tit {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
		width: 100%;
    margin-bottom: 20px;
    background: none;
		-webkit-transform: translateX(0%) translateY(0%);
		transform: translateX(0%) translateY(0%);
  }
}
.cleaning-section2 .cont .list  .tit span {
  font-size: 42px;
  font-weight: bold;
  color: #ff9000;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .cleaning-section2 .cont .list  .tit span {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .cleaning-section2 .cont .list  .tit span {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .cleaning-section2 .cont .list  .tit span {
    font-size: 24px;
  }
}
.cleaning-section2 .cont .list  .tit strong {
  font-size: 22px;
  color: #ff9000;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .cleaning-section2 .cont .list  .tit strong {
    font-size: 20px;
  }
}
.cleaning-section2 .cont .list .item .font {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cleaning-section2 .cont .list .item .font span {
  font-size: 36px;
  color: #ff9000;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cleaning-section2 .cont .list .item .font span {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .cleaning-section2 .cont .list .item .font span {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cleaning-section2 .cont .list .item .font span {
    text-align: center;
    width: 100%;
		display: none;
  }
}
.cleaning-section2 .cont .list .item .font .text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #666666;
}
@media (max-width: 991px) {
  .cleaning-section2 .cont .list .item .font .text {
    font-size: 16px;
    line-height: 28px;
  }
}
.cleaning-section2 .cont .list .item .font .list1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.cleaning-section2 .cont .list .item .font .list1 img {
  width: 49%;
  height: 155px;
  object-fit: cover;
  background-color: #333;
}
@media (max-width: 767px) {
  .cleaning-section2 .cont .list .item .font .list1 img {
    width: 100%;
    margin-bottom: 16px;
  }
  .cleaning-section2 .cont .list .item .font .list1 img:last-child {
    margin-bottom: 0;
  }
}
.cleaning-section2 .cont .list:last-child {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .cleaning-section2 .cont .list:last-child {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .cleaning-section2 .cont .list:last-child {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cleaning-section2 .cont .list:last-child {
    padding-bottom: 50px;
  }
}
.cleaning-section2 .cont .list:nth-child(2n) {
  flex-direction: row;
}
.cleaning-section2 .cont .list:nth-child(2n) .item {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .cleaning-section2 .cont .list:nth-child(2n) .item {
    flex-direction: column;
  }
}
.cleaning-section2 .cont .list:nth-child(2n) .item .font {
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .cleaning-section2 .cont .list:nth-child(2n) .item .font {
    align-items: flex-start;
  }
}
/* .cleaning-section2 .cont .list:nth-child(2n)  .tit {
  top: -78px;
  right: -17vw;
  left: inherit;
} */
/* @media (min-width: 1921px) {
  .cleaning-section2 .cont .list:nth-child(2n)  .tit {
    right: -16vw;
  }
} */
/* @media (max-width: 1681px) {
  .cleaning-section2 .cont .list:nth-child(2n)  .tit {
    right: -54%;
  }
}
@media (max-width: 1440px) {
  .cleaning-section2 .cont .list:nth-child(2n)  .tit {
    right: -59%;
  }
} */
@media (max-width: 1199px) {
  .cleaning-section2 .cont .list:nth-child(2n)  .tit {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.cleaning-section3 {
  background-color: #fafafa;
  padding-bottom: 63px;
}
@media (max-width: 1440px) {
  .cleaning-section3 {
    padding-bottom: 43px;
  }
}
@media (max-width: 1199px) {
  .cleaning-section3 {
    padding-bottom: 23px;
  }
}
@media (max-width: 991px) {
  .cleaning-section3 {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .cleaning-section3 {
    padding-bottom: 3px;
  }
}
.cleaning-section3 .home-tit {
  margin-bottom: 47px;
}
@media (max-width: 1440px) {
  .cleaning-section3 .home-tit {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .cleaning-section3 .home-tit {
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .cleaning-section3 .home-tit {
    margin-bottom: 25px;
  }
}
.cleaning-section3 .cleaning3-cont {
  width: 71%;
  margin: 0 auto;
  padding: 57px 0;
}
@media (max-width: 991px) {
  .cleaning-section3 .cleaning3-cont {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cleaning-section3 .cleaning3-cont {
    padding: 15px 0;
  }
}
.cleaning-section3 .cleaning3-cont .swiper-slide {
  width: 90%;
}
@media  (max-width: 1440px) {
	.cleaning-section3 .cleaning3-cont .swiper-slide{
		width: 100%;
	}
}
@media (max-width: 767px) {
  .cleaning-section3 .cleaning3-cont .swiper-slide {
    width: 100%;
  }
}
.cleaning-section3 .cleaning3-cont .swiper-slide a {
  display: block;
  position: relative;
  padding-bottom: 40%;
  width: 70%;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cleaning-section3 .cleaning3-cont .swiper-slide a {
    width: 100%;
  }
}
.cleaning-section3 .cleaning3-cont .swiper-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}
.cleaning-section3 .cleaning3-cont .swiper-slide-prev {
  display: flex;
  flex-direction: row-reverse;
}
.cleaning-section3 .cleaning3-cont .swiper-slide-prev a img {
  margin: 0;
  right: 0;
  left: initial;
}
.cleaning-section3 .cleaning3-cont .swiper-slide-active a {
  padding-bottom: 42%;
  width: 100%;
  opacity: 1;
}
.cleaning-section3 .cleaning3-cont .swiper-slide-active a img {
  box-shadow: 0 5px 54px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cleaning-section3 .cleaning3-cont .swiper-slide-active a img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
.cleaning-section3 .cleaning3-cont .cleaning3-prev,
.cleaning-section3 .cleaning3-cont .cleaning3-next {
  width: 17px;
  height: 30px;
}
@media (max-width: 767px) {
  .cleaning-section3 .cleaning3-cont .cleaning3-prev,
  .cleaning-section3 .cleaning3-cont .cleaning3-next {
    display: none;
  }
}
.cleaning-section3 .cleaning3-cont .cleaning3-prev {
  background: url(../image/int/tult1-1.png) no-repeat center / 17px 30px;
}
.cleaning-section3 .cleaning3-cont .cleaning3-next {
  background: url(../image/int/tugt1-1.png) no-repeat center / 17px 30px;
}
.cleaning-section4 {
  border-bottom: 4px solid #eeeeee;
}
@media (max-width: 767px) {
  .cleaning-section4 {
    border-width: 2px;
  }
}
.cleaning-section4 .cont {
  width: 100%;
}
.cleaning-section4 .cont .jut {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1440px) {
  .cleaning-section4 .cont .jut {
    margin-bottom: 80px;
  }
	.cleaning-section3 .cleaning3-cont .swiper-slide{
		flex-direction: row-reverse;
	}
	.cleaning-section3 .cleaning3-cont .swiper-slide-prev{
		flex-direction: row;
	}
	.cleaning-section3 .cleaning3-cont .swiper-slide-active{
		
	}
}
@media (max-width: 1199px) {
  .cleaning-section4 .cont .jut {
    margin-bottom: 60px;
  }
	.cleaning-section3 .cleaning3-cont .swiper-slide a{
		opacity: 0;
	}
	.cleaning-section3 .cleaning3-cont .swiper-slide-active a{
		opacity: 1;
	}
}
@media (max-width: 767px) {
  .cleaning-section4 .cont .jut {
    margin-bottom: 40px;
  }
}
.cleaning-section4 .cont .jut .cleaning4-cont {
  width: 100%;
}
.cleaning-section4 .cont .jut .cleaning4-cont .img {
  width: 100%;
	height: 725px;
}
@media (max-width: 1360px) {
  .cleaning-section4 .cont .jut .cleaning4-cont .img {
    height: 546px;
  }
}
.cleaning-section4 .cont .jut .cleaning4-cont .img img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1360px) {
  .cleaning-section4 .cont .jut .cleaning4-cont .img img {
    height: 100%;
    object-fit: cover;
  }
}
.cleaning-section4 .cont .jut .cleaning4-cont .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cleaning-section4 .cont .jut .cleaning4-cont .container strong {
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.cleaning-section4 .cont .jut .cleaning4-cont .container .f_font{
	width: 40%;
	padding: 50px;
	background-color: #ff9000;
}
.cleaning-section4 .cont .jut .cleaning4-cont .container .font {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.cleaning-section4 .cont .jut .clebox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 222;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .cleaning-section4 .cont .jut .clebox {
    height: 60px;
  }
}
.cleaning-section4 .cont .jut .clebox .cleaning4-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cleaning-section4 .cont .jut .clebox a {
  display: flex;
  width: 100%;
  position: relative;
  height: 178px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .cleaning-section4 .cont .jut .clebox a {
    height: 140px;
  }
	.cleaning-section4 .cont .jut .cleaning4-cont .container .f_font{
		padding: 34px;
		width: 50%;
	}
}
@media (max-width: 1199px) {
  .cleaning-section4 .cont .jut .clebox a {
    height: 100px;
  }
	.cleaning-section4 .cont .jut .cleaning4-cont .container .f_font{
		padding: 24px;
		width: 80%;
	}
}
@media (max-width: 767px) {
  .cleaning-section4 .cont .jut .clebox a {
    height: 80px;
  }
	.cleaning-section4 .cont .jut .cleaning4-cont .container .f_font{
		padding: 20px;
		width: 100%;
	}
}
@media (max-width: 567px) {
	.cleaning-section4 .cont .jut .cleaning4-cont .container .f_font{
		padding: 14px;
	}
}
.cleaning-section4 .cont .jut .clebox a .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cleaning-section4 .cont .jut .clebox a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cleaning-section4 .cont .jut .clebox a .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.cleaning-section4 .cont .jut .clebox a .font {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  font-size: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .cleaning-section4 .cont .jut .clebox a .font {
    height: 60px;
  }
}
.cleaning-section4 .cont .jut .clebox a:hover .img {
  opacity: 1;
  height: 100%;
}
.cleaning-section4 .cont .jut .clebox .swiper-slide.on a .img {
  opacity: 1;
  height: 100%;
}
.cleaning-section4 .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.cleaning-section4 .text .lt {
  font-size: 22px;
  line-height: 38px;
  width: 50%;
  color: #666666;
}
@media (max-width: 1440px) {
  .cleaning-section4 .text .lt {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .cleaning-section4 .text .lt {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .cleaning-section4 .text .lt {
    width: 100%;
		font-size: 16px;
  }
	.cleaning-section4 .cont .jut .clebox a .font{
		font-size: 14px;
	}
}
.cleaning-section4 .text .but {
  width: 270px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff9000;
  border: 1px solid #ff9000;
  border-radius: 24px;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .cleaning-section4 .text .but {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .cleaning-section4 .text .but {
    width: 140px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cleaning-section4 .text .but {
    margin: 30px auto 0;
  }
}
.cleaning-section4 .text .but i {
  display: block;
  width: 7px;
  margin-left: 24px;
}
@media (max-width: 1199px) {
  .cleaning-section4 .text .but i {
    margin-left: 18px;
  }
}
.cleaning-section4 .text .but i img {
  width: 100%;
}
/* End */
.home-section2 .ho2-prev,
.home-section2 .ho2-next {
  width: 44px;
  height: 93px;
}
@media (max-width: 767px) {
  .home-section2 .ho2-prev,
  .home-section2 .ho2-next {
    display: none;
  }
}
.home-section2 .ho2-prev {
  background: rgba(255, 255, 255, 0.5) url(../image/int/tult1.png) no-repeat center / 17px 30px;
  left: 11%;
}
.home-section2 .ho2-prev:hover{
	background: #ff9100 url(../image/int/tultbai1-1.png) no-repeat center / 17px 30px;
}
.home-section2 .ho2-next {
  background: rgba(255, 255, 255, 0.5) url(../image/int/tugt1.png) no-repeat center / 17px 30px;
  right: 11%;
}
.home-section2 .ho2-next:hover{
	background: #ff9100 url(../image/int/tugtbai1-1.png) no-repeat center / 17px 30px;
}
.casebanenr .poin .casebanenr-pag {
  margin: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.casebanenr .poin .casebanenr-pag span {
  background-color: transparent;
  display: block;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 44px;
  height: 44px;
  border: 3px solid transparent;
}
@media (max-width: 991px) {
  .casebanenr .poin .casebanenr-pag span {
    font-size: 14px;
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
}
.casebanenr .poin .casebanenr-pag span:last-child {
  margin-right: 0;
}
.casebanenr .poin .casebanenr-pag span .left,
.casebanenr .poin .casebanenr-pag span .right {
  opacity: 0;
  width: 22px;
  height: 44px;
  position: absolute;
  left: -3px;
  top: -3px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .casebanenr .poin .casebanenr-pag span .left,
  .casebanenr .poin .casebanenr-pag span .right {
    width: 16px;
    height: 32px;
    left: -2px;
    top: -2px;
  }
}
.casebanenr .poin .casebanenr-pag span .left:after,
.casebanenr .poin .casebanenr-pag span .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 22px;
  height: 44px;
  border: 3px solid #ff9000;
  border-radius: 22px 0 0 22px;
  border-right: 0;
}
@media (max-width: 1199px) {
  .casebanenr .poin .casebanenr-pag span .left:after,
  .casebanenr .poin .casebanenr-pag span .right:after {
    border-width: 2px;
    width: 16px;
    height: 32px;
    border-radius: 16px 0 0 16px;
  }
}
.casebanenr .poin .casebanenr-pag span .right {
  left: auto;
  right: -3px;
}
@media (max-width: 1199px) {
  .casebanenr .poin .casebanenr-pag span .right {
    right: -2px;
  }
}
.casebanenr .poin .casebanenr-pag span .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 22px 22px 0;
  border: 3px solid #ff9000;
  border-left: 0;
}
@media (max-width: 1199px) {
  .casebanenr .poin .casebanenr-pag span .right:after {
    border-width: 2px;
    border-radius: 0 16px 16px 0;
  }
}
.casebanenr .poin .casebanenr-pag .swiper-pagination-bullet-active {
  /* color: #ff9000; */
}
.casebanenr .poin .casebanenr-pag .swiper-pagination-bullet-active .left {
  opacity: 1;
}
.casebanenr .poin .casebanenr-pag .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-name: spinleft;
}
.casebanenr .poin .casebanenr-pag .swiper-pagination-bullet-active .right {
  opacity: 1;
}
.casebanenr .poin .casebanenr-pag .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-name: spinright;
}
@media (max-width: 767px) {
  .abnanner {
    height: 100vh;
  }
}
@keyframes spinright {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinleft {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End */
@keyframes spinner-circle-clipper {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes spinner-circle {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

/* 弹窗 */
.altbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
.altbox .bag {
  width: 100%;
  height: 100%;
}
.altbox .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  width: 1040px;
  height: 536px;
  background-color: #ffffff;
  box-shadow: -2px 3px 25px 21px rgba(4, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .altbox .cont {
    height: 436px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .altbox .cont {
    width: calc(100% - 30px);
  }
}
.altbox .cont .lt {
  overflow: hidden;
  width: 40%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .altbox .cont .lt {
    display: none;
  }
}
.altbox .cont .lt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.altbox .cont .lt .font {
  position: relative;
  z-index: 2;
  padding: 90px 40px;
}
@media (max-width: 1440px) {
  .altbox .cont .lt .font {
    padding: 60px 26px;
  }
}
.altbox .cont .lt .font strong {
  display: block;
  font-size: 34px;
  color: #ff9000;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .altbox .cont .lt .font strong {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .altbox .cont .lt .font strong {
    font-size: 26px;
  }
}
.altbox .cont .lt .font span {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  color: #666666;
  line-height: 1;
}
@media (max-width: 1199px) {
  .altbox .cont .lt .font span {
    font-size: 18px;
  }
}
.altbox .cont .gt {
  position: relative;
  width: 60%;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .altbox .cont .gt {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .altbox .cont .gt {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .altbox .cont .gt {
    width: 100%;
  }
}
.altbox .cont .gt .font .tit {
  font-size: 28px;
  letter-spacing: 1px;
  color: #666666;
  line-height: 38px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  .altbox .cont .gt .font .tit {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .altbox .cont .gt .font .tit {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .altbox .cont .gt .font .tit {
    font-size: 15px;
  }
}
.altbox .cont .gt .font .tit span {
  color: #ff9000;
}
.altbox .cont .gt .font p {
  font-size: 12px;
  color: #999999;
  text-align: right;
}
@media (max-width: 767px) {
  .altbox .cont .gt .font p {
    text-align: center;
  }
}
.altbox .cont .gt .font .form {
  width: 100%;
  background-color: #fafafa;
  border-radius: 6px;
  padding: 40px;
}
@media (max-width: 1440px) {
  .altbox .cont .gt .font .form {
    padding: 26px;
  }
}
@media (max-width: 1199px) {
  .altbox .cont .gt .font .form {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .altbox .cont .gt .font .form {
    padding: 12px;
  }
}
.altbox .cont .gt .font .form .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.altbox .cont .gt .font .form .item > span {
  display: block;
  width: 14%;
  text-align: right;
  font-size: 14px;
  color: #666666;
}
.altbox .cont .gt .font .form .item .list {
  width: 80%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .altbox .cont .gt .font .form .item .list {
    width: 84%;
  }
}
.altbox .cont .gt .font .form .item .list a {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-right: 20px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .altbox .cont .gt .font .form .item .list a {
    font-size: 12px;
  }
}
.altbox .cont .gt .font .form .item .list a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #cccccc;
  opacity: 0.8;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .altbox .cont .gt .font .form .item .list a::before {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
}
@media (max-width: 375px) {
  .altbox .cont .gt .font .form .item .list a::before {
    margin-right: 4px;
  }
}
.altbox .cont .gt .font .form .item .list input {
  width: 100%;
  font-size: 14px;
  color: #999;
  font-weight: 100;
}
.altbox .cont .gt .font .form .item .list .on {
  color: #ff9000;
}
.altbox .cont .gt .font .form .item .list .on::before {
  background-color: #ff9000;
  border-color: #ff9000;
}
.altbox .cont .gt .font .form .item .ms1 {
  background-color: #fff;
  display: flex;
  height: 48px;
  border: 1px solid #d5d5d5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .altbox .cont .gt .font .form .item .ms1 {
    height: 40px;
  }
}
.altbox .cont .gt .font .form .item .ms1 label {
  display: flex;
  align-items: center;
  width: 100%;
}
.altbox .cont .gt .font .form .item .ms1 label strong {
  font-size: 14px;
  color: #666;
}
.altbox .cont .gt .font .form .item .ms1 input {
  padding: 16px 8px;
  width: 90%;
}
.altbox .cont .gt .font .form .item button {
  width: 100%;
  height: 48px;
  background-color: #ff9000;
  border-radius: 3px;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .altbox .cont .gt .font .form .item button {
    height: 40px;
  }
}
.altbox .cont .cox {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
}
.altbox .cont .cox img {
  width: 100%;
}
/* End */
/* 底部固定 */
.fotbut {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 188px;
  display: none;
  background-color: rgba(255, 144, 0, 0.9);
}
@media (max-width: 767px) {
  .fotbut {
    display: none!important;
  }
}
.fotbut .lt {
  position: absolute;
  left: -80px;
  bottom: 0;
  width: 40%;
}
@media (max-width: 1199px) {
  .fotbut .lt {
    display: none;
  }
}
.fotbut .lt img {
  width: 100%;
}
.fotbut .container {
  height: 100%;
}
.fotbut .cont {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  height: 100%;
}
.fotbut .cont .gt {
  width: 63%;
}
@media (max-width: 1199px) {
  .fotbut .cont .gt {
    width: 100%;
  }
}
.fotbut .cont .gt .tit {
  font-size: 32px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 30px;
}
.fotbut .cont .gt .form {
  display: flex;
  justify-content: space-between;
	align-items: stretch;
  /* height: 96px; */
}
.fotbut .cont .gt .form .item {
  width: 27%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	margin-right: ;
}
.fotbut .cont .gt .form .item input {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
}
.fotbut .cont .gt .form .item select {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
}
.fotbut .cont .gt .form .item select option{
	color: #666;
}
.fotbut .cont .gt .form textarea {
  width: 50%;
  height: 100%;
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.fotbut .cont .gt .form input::-webkit-input-placeholder,
.fotbut .cont .gt .form textarea::-webkit-input-placeholder {
  color: #fff;
}
.fotbut .cont .gt .form input::-moz-input-placeholder {
  color: #fff;
}
.fotbut .cont .gt .form input::-ms-input-placeholder {
  color: #fff;
}
.fotbut .cont .gt .form button {
  width: 15%;
  height: auto;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 22px;
  color: #ff9000;
}
.fotbut .cont .cox2 {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
}
.fotbut .cont .cox2 img {
  width: 100%;
}
/* End */
.aboutbox .posifix {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.aboutbox-nav {
  z-index: 888;
}



.f_xin{
	margin: 0 -20px;
	display: flex;
}
.f_xin .f_item{
	padding: 0 20px;
	width: 25%;
	display: block;
}
.f_xin .f_item .f_list{
	width: 100%;
}
.f_xin .f_item .f_img{
	width: 100%;
	position: relative;
	padding-bottom: 68%;
	overflow: hidden;
	margin-bottom: 20px;
}
.f_xin .f_item .f_img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.f_xin .f_item .f_img:hover img{
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.f_xin .f_item .f_text{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #666;
}
@media  (max-width:1440px) {
	.f_xin{
		margin: 0 -10px;
	}
	.f_xin .f_item{
		padding: 0 10px;
	}
}
.baseposi{
	position: relative;
	z-index: 1;
}
.basebag{
	background-color: #fff;
}
.basefixed{
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.basefixed img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
  .fotheight {
    height: 60px;
  }
}
/* 右侧固定 */
.rightfixed {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 888;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  width: 62px;
}
@media (max-width: 767px) {
  .rightfixed {
    width: 100%;
    height: 60px;
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.rightfixed a {
  display: block;
  width: 100%;
  height: 62px;
  margin-bottom: 2px;
  background-color: #ff9000;
  color: #fff;
  font-size: 12px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightfixed a:last-child {
  margin-bottom: 0;
	background-color: #828282;
}
@media (max-width: 767px) {
  .rightfixed a {
    width: 25%;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .rightfixed a:last-child {
    border-right: none;
  }
}
.rightfixed a .tit {
  width: 100%;
  text-align: center;
}
.rightfixed a .tit span {
  display: block;
  font-size: 26px;
  font-weight: 100;
  line-height: 1;
}
@media (max-width: 767px) {
  .rightfixed a .tit span {
    font-size: 20px;
  }
}
.rightfixed a .tit i {
  display: block;
  width: 20px;
  flex-shrink: 0;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.rightfixed a .tit i img {
  width: 100%;
}
.rightfixed a .tit strong {
  font-weight: 500;
  white-space: nowrap;
}
.rightfixed a .cont {
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #ff9000;
  width: 220px;
  height: 100%;
  padding: 10px;
  font-size: 24px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .rightfixed a:hover {
    color: #fff;
  }
  .rightfixed a:hover .cont {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
}
.rightfixed a:first-child .tit span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .rightfixed a:first-child .tit span {
    font-size: 16px;
  }
}
.rightfixed .er .f_cont {
  width: 120px;
  height: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: -1px 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .rightfixed .er .f_cont {
    display: none;
  }
}
.rightfixed .er .f_cont img {
  width: 100%;
}
@media (max-width: 767px) {
  .rightfixed .er:hover {
    color: #fff;
  }
  .rightfixed .er:hover .cont {
    -webkit-transform: translateX(-7%) translateY(-100%);
    transform: translateX(-7%) translateY(-100%);
    opacity: 1;
    display: block;
  }
}
.rightfixed .on {
  color: #fff;
  background-color: #ff9000;
}
/* End */
#newBridge .nb-icon-wrap{
	display: none;
}