 /* 
    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: 1441px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1562px) {
  .container {
    width: 1540px;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 80%;
  }
}
.container {
  padding: 0;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}
.container::before,
.container:after {
  display: none;
}
/*过渡效果*/
.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;
}
@media (max-width: 1440px) {
  .basefont36 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .basefont36 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .basefont36 {
    font-size: 24px;
  }
}
/* 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 #e2e2e2;
  font-size: 14px;
  color: #666666;
  margin: 0 5px 10px;
}
.pagebox a:hover {
  background-color: #0058e9;
  border-color: #0058e9;
  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 .cont1 .on {
  background-color: #0058e9;
  border-color: #0058e9;
  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 {
  margin-top: 84px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 1199px) {
  .basetop {
    margin-top: 70px;
  }
}
.basebag {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
/* End */
/* 文本编辑详情页 */
.make-text {
  line-height: 2;
  color: #888;
  overflow: auto;
  width: 100%;
}
.make-text iframe{
	max-width: 100%;
	/* height: auto; */
}
@media (max-width: 600px) {
	.make-text iframe{
		/* height: 340px; */
	}
}
.make-text ol{ 
	width: 100%!important;
  list-style:decimal initial;
  padding-left: 34px;
} 
.make-text img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}
.make-text p {
  line-height: 2;
  font-size: 16px!important;
}
.make-text ol li p {
  display: block;
}
.make-text ul{
	padding-left: 32px;
	width: 100%!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: 50px;
  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: 84px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1199px) {
  .headbox {
    height: 74px;
  }
}
.headbox .box1 {
  border-bottom: transparent;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.headbox .container {
  height: 100%;
}
@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: 241px;
  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: 200px;
  }
}
@media (max-width: 1440px) {
  .headbox .container .justi .ltlogo .logo {
    width: 190px;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .ltlogo .logo {
    width: 180px;
  }
}
.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: 20px;
  }
}
.headbox .container .justi .menu .item {
  position: relative;
	margin-left: 54px;
}
@media (max-width: 1199px) {
  .headbox .container .justi .menu .item {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 0;
  }
}
.headbox .container .justi .menu .item .tit {
  height: 100%;
  line-height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  
}
@media (max-width: 1681px) {
  .headbox .container .justi .menu .item {
    margin-left: 34px;
  }
}
@media (max-width: 1440px) {
  .headbox .container .justi .menu .item {
    margin-left: 24px;
  }
}
@media (max-width: 1360px) {
  .headbox .container .justi .menu .item {
    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{
		margin-left: 0;
	}
  .headbox .container .justi .menu .item .tit {
    line-height: 40px;
    height: auto;
    padding-bottom: 10px;
    
  }
}
.headbox .container .justi .menu .item .tit a {
  color: #333;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1681px) {
  .headbox .container .justi .menu .item .tit a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .menu .item .tit a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 20px;
  }
}
.headbox .container .justi .menu .item .tit i {
  display: none;
  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: 50%;
    width: 230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    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: #666;
    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 {
  margin-left: 0;
}
.headbox .container .justi .menu .on .tit a {
  color: #0058e9 !important;
}
.headbox .container .justi .menu .on .tit a i {
  color: #0058e9 !important;
}
.headbox .container .justi .menu .active .tit a {
  color: #0058e9 !important;
}
.headbox .container .justi .menu .active .tit a i {
  color: #0058e9 !important;
}
.headbox .container .justi .keep {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
@media (max-width: 1681px) {
  .headbox .container .justi .keep {
    margin-left: 30px;
  }
}
@media (max-width: 1440px) {
  .headbox .container .justi .keep {
    margin-left: 20px;
  }
}
@media (max-width: 1360px) {
  .headbox .container .justi .keep {
    margin-left: 50px;
  }
}
.headbox .container .justi .keep .lang a {
  display: block;
  font-size: 13px;
  color: #fff;
}
.headbox .container .justi .keep .lang a span {
  font-size: 8px;
  opacity: 0.6;
}
.headbox .container .justi .keep .gt {
  display: flex;
  align-items: center;
  margin-left: 42px;
}
@media (max-width: 1681px) {
  .headbox .container .justi .keep .gt {
    margin-left: 32px;
  }
}
@media (max-width: 1440px) {
  .headbox .container .justi .keep .gt {
    margin-left: 22px;
  }
}
@media (max-width: 1360px) {
  .headbox .container .justi .keep .gt {
    margin-left: 16px;
  }
}
@media (max-width: 1199px) {
  .headbox .container .justi .keep .gt {
    display: none;
  }
}
.headbox .container .justi .keep .gt .item {
  display: block;
  position: relative;
  color: #fff;
}
.headbox .container .justi .keep .gt .item span {
  font-size: 20px;
}
.headbox .container .justi .keep .gt .item .cont {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
  display: none;
}
.headbox .container .justi .keep .gt .item .tit {
  font-size: 14px;
}
.headbox .container .justi .keep .gt .item:hover .cont {
  display: block;
}
.headbox .container .justi .keep .gt .kep_tit span {
  font-size: 16px;
}
.headbox .container .justi .keep .gt i {
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 10px;
}
.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 .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, #0058e9);
  -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, #0058e9);
  -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;
  border-bottom: 1px solid #ebebeb;
  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 .keep .lang a {
  color: #666;
}
.headbox:hover .container .justi .keep .gt .item .tit,
.headbox:hover .container .justi .keep .gt .item .tit span {
  color: #666;
}
.headbox:hover .container .justi .keep .gt i {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .headbox .butmenu {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 40px 0;
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 1;
  }
  .headbox .butmenu .container {
    width: 70%;
  }
  .headbox .butmenu .container .jut {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headbox .butmenu .container .jut .lt {
    width: 64%;
  }
  .headbox .butmenu .container .jut .lt .item {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
  }
  .headbox .butmenu .container .jut .lt .item:last-child {
    margin-bottom: 0;
  }
  .headbox .butmenu .container .jut .lt .item .tit {
    margin-bottom: 14px;
  }
  .headbox .butmenu .container .jut .lt .item .tit a {
    color: #333;
    font-size: 22px;
    display: block;
  }
  .headbox .butmenu .container .jut .lt .item .cont {
    overflow: hidden;
  }
  .headbox .butmenu .container .jut .lt .item .cont a {
    display: block;
    float: left;
    margin-bottom: 6px;
    margin-right: 30px;
    color: #666;
  }
  .headbox .butmenu .container .jut .lt .item .cont a:first-child {
    margin-left: 0;
  }
  .headbox .butmenu .container .jut .lt .item .cont a:hover {
    color: #0058e9;
  }
  .headbox .butmenu .container .jut .gt {
    width: 32%;
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
  }
  .headbox .butmenu .container .jut .gt 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;
  }
  .headbox .butmenu .container .jut .gt:hover img {
    -webkit-transform: scale(1.023);
    transform: scale(1.023);
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .headbox .butmenu .container {
    width: 86%;
  }
}
@media (min-width: 1200px) and (max-width: 1681px) {
  .headbox .butmenu .container .jut .lt .item {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1681px) {
  .headbox .butmenu .container .jut .lt .item .tit {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1681px) {
  .headbox .butmenu .container .jut .lt .item .cont a {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .headbox .butmenu {
    display: none;
  }
}
.headbox2 {
  /* -webkit-transform: translateY(-100%);
  transform: translateY(-100%); */
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.headboxhover .box1 {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 2;
}
.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 .keep .lang a {
  color: #666;
}
.headboxhover .container .justi .keep .gt .item .tit,
.headboxhover .container .justi .keep .gt .item .tit span {
  color: #666;
}
.headboxhover .container .justi .keep .gt i {
  background-color: rgba(0, 0, 0, 0.5);
}
.headboxhover2 .box1 {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  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 .keep .lang a {
  color: #666;
}
.headboxhover2 .container .justi .keep .gt .item .tit,
.headboxhover2 .container .justi .keep .gt .item .tit span {
  color: #666;
}
.headboxhover2 .container .justi .keep .gt i {
  background-color: rgba(0, 0, 0, 0.5);
}
/* footerbox底部 */
.footerbox {
  background: url(../image/home/footerbag.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footerbox {
    padding-top: 40px;
  }
  .footerbox .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.footerbox .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerbox-ju {
  padding: 100px 0 70px;
}
@media (max-width: 1440px) {
  .footerbox-ju {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .footerbox-ju {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .footerbox-ju {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footerbox-ju {
    padding: 50px 0;
  }
}
.footerbox-section1 {
  width: 58%;
  padding-right: 6%;
}
@media (max-width: 1681px) {
  .footerbox-section1 {
    padding-right: 4%;
  }
}
@media (max-width: 1360px) {
  .footerbox-section1 {
    padding-right: 2%;
  }
}
@media (max-width: 991px) {
  .footerbox-section1 {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footerbox-section1 {
    padding-top: 0;
  }
}
.footerbox-section1 .logo {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .footerbox-section1 .logo {
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
}
.footerbox-section1 .logo a {
  display: block;
  width: 241px;
  overflow: hidden;
  margin-bottom: 13px;
}
@media (max-width: 1681px) {
  .footerbox-section1 .logo a {
    width: 200px;
  }
}
@media (max-width: 1440px) {
  .footerbox-section1 .logo a {
    width: 190px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section1 .logo a {
    width: 180px;
  }
}
.footerbox-section1 .logo a img {
  width: 100%;
  float: left;
}
.footerbox-section1 .logo strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
	letter-spacing: 2px;
  color: #fff;
  padding-bottom: 33px;
}
@media (max-width: 400px) {
  .footerbox-section1 .logo strong {
    font-size: 18px;
  }
}
@media (max-width: 333px) {
  .footerbox-section1 .logo strong {
    font-size: 16px;
  }
}
.footerbox-section1 .logo::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 32%;
  height: 1px;
  background-color: #0058e9;
}
.footerbox-section1 .jut {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 89px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footerbox-section1 .jut .item{
	width: 25%;
}
@media (max-width: 1440px) {
  .footerbox-section1 .jut {
    padding-bottom: 48px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section1 .jut {
    padding-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .footerbox-section1 .jut {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footerbox-section1 .jut .item {
    width: 100%;
    margin-bottom: 36px;
  }
}
.footerbox-section1 .jut .item .tit {
  cursor: pointer;
}
@media (max-width: 767px) {
  .footerbox-section1 .jut .item .tit {
    display: flex;
    justify-content: space-between;
  }
}
.footerbox-section1 .jut .item .tit a {
  color: #fff;
  line-height: 1;
  font-size: 20px;
}
.footerbox-section1 .jut .item .tit i {
  display: none;
  font-size: 20px;
  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 (max-width: 767px) {
  .footerbox-section1 .jut .item .tit i {
    display: block;
  }
}
.footerbox-section1 .jut .item .list {
  margin-top: 46px;
}
@media (max-width: 1440px) {
  .footerbox-section1 .jut .item .list {
    margin-top: 36px;
  }
}
@media (max-width: 1360px) {
  .footerbox-section1 .jut .item .list {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .footerbox-section1 .jut .item .list {
    margin-top: 20px;
    display: none;
  }
}
@media (min-width: 1200px) {
  .footerbox-section1 .jut .item .list {
    display: block!important;
  }
}
.footerbox-section1 .jut .item .list a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .footerbox-section1 .jut .item .list a {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footerbox-section1 .jut .item .list a {
    padding-left: 10px;
  }
}
.footerbox-section1 .jut .item .list a:last-child {
  margin-bottom: 0;
}
.footerbox-section1 .jut .item:last-child {
  margin-bottom: 0;
}
.footerbox-section1 .jut .on i {
  -webkit-transform: rotate(180px);
  transform: rotate(180px);
}
.footerbox-section2 {
  width: 42%;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.04);
}
.footerbox-section2 .jut {
  width: 100%;
  padding: 0 6%;
}
.footerbox-section2 .jut .tel {
  width: 60%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 16px;
}
@media (max-width: 1681px) {
  .footerbox-section2 .jut .tel {
    width: 70%;
  }
}
@media (max-width: 1440px) {
  .footerbox-section2 .jut .tel {
    padding-bottom: 20px;
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .footerbox-section2 .jut .tel {
    width: 100%;
  }
}
.footerbox-section2 .jut .tel strong {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  display: flex;
  margin-bottom: 14px;
}
.footerbox-section2 .jut .tel strong i {
  display: block;
  margin-right: 6px;
  font-size: 20px;
}
.footerbox-section2 .jut .tel span {
  font-size: 38px;
  display: block;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.footerbox-section2 .jut .list {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .footerbox-section2 .jut .list {
    padding-bottom: 30px;
  }
}
.footerbox-section2 .jut .list .masg {
  width: 100%;
}
.footerbox-section2 .jut .list .masg .item {
  font-size: 16px;
  color: #fff;
  margin-bottom: 24px;
  display: flex;
  line-height: 26px;
}
.footerbox-section2 .jut .list .masg .item i {
  display: block;
  margin-right: 10px;
  overflow: hidden;
  width: 16px;
  flex-shrink: 0;
  margin-top: 6px;
}
.footerbox-section2 .jut .list .masg .item i img {
  float: left;
  width: 100%;
}
.footerbox-section2 .jut .list .er {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.footerbox-section2 .jut .list .er img {
  width: 100%;
}
.footerbox-section2 .jut .list .er span {
  font-size: 12px;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.footerbox-section2 .jut .list .er:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 30%;
  border-bottom: 2px solid #0058e9;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 88, 233, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 88, 233, 0.5)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 88, 233, 0.5) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 88, 233, 0.5) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 88, 233, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 88, 233, 0.5) 100%);
  -webkit-animation: bottop 4s linear infinite;
  -moz-animation: bottop 4s linear infinite;
  -ms-animation: bottop 4s linear infinite;
  -o-animation: bottop 4s linear infinite;
  animation: bottop 4s linear infinite;
}
.footerbox-section2 .jut .list2 {
  padding: 42px 0 0;
}
@media (max-width: 1440px) {
  .footerbox-section2 .jut .list2 {
    padding: 32px 0 0;
  }
}
.footerbox-section2 .jut .list2 .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.footerbox-section2 .jut .list2 .er{
	display: flex;
	flex-wrap: wrap;
}
.footerbox-section2 .jut .list2 .er .f_item{
	width: 100px;
	
	/* padding: 5px; */
	font-size: 14px;
	color: #fff;
	margin-right: 45px;
	text-align: center;
}
.footerbox-section2 .jut .list2 .er .f_item .img{
	width: 100%;
	background-color: #fff;
	margin-bottom: 5px;
}
.footerbox-section2 .jut .list2 .er .f_item img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
/* .footerbox-section2 .jut .list2 .item:nth-child(3) span,.footerbox-section2 .jut .list2 .item:nth-child(4) span{
	text-indent:3.2em ;
} */
.footerbox-section2 .jut .list2 .item:nth-child(3) img,.footerbox-section2 .jut .list2 .item:nth-child(3) img{
	opacity: 0;
}
@media (max-width: 1440px) {
  .footerbox-section2 .jut .list2 .item {
    margin-bottom: 22px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section2 .jut .list2 .item {
    margin-bottom: 18px;
  }
}
.footerbox-section2 .jut .list2 .item .lt {
  display: flex;
	align-items: center;
}
.footerbox-section2 .jut .list2 .item .gt,
.footerbox-section2 .jut .list2 .item .lt {
  font-size: 16px;
  color: #c5cde9;
  line-height: 26px;
}
.footerbox-section2 .jut .list2 .item .gt i,
.footerbox-section2 .jut .list2 .item .lt i {
  display: block;
  margin-right: 10px;
  overflow: hidden;
  width: 16px;
  flex-shrink: 0;
  /* margin-top: 6px; */
}
.footerbox-section2 .jut .list2 .item .gt i img,
.footerbox-section2 .jut .list2 .item .lt i img {
  float: left;
  width: 100%;
}
.footerbox-section2 .jut .footerbox-section3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
  align-items: center;
}
.footerbox-section2 .jut .footerbox-section3 span,
.footerbox-section2 .jut .footerbox-section3 a {
  display: block;
  font-size: 14px;
  opacity: 0.6;
}
.footerbox-section3 a img{
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
.footerbox-section2 .jut .footerbox-section3 span {
  margin: 0 24px;
  width: 2px;
  height: 12px;
  background-color: #fff;
}
.footerbox-section2 .jut .footerbox-section3 a {
  margin: 0;
}
.footerbox-section2 .jut .footerbox-section3 a:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .footerbox-section2 {
    display: none;
  }
}
.footerbox-section3 {
  padding-top: 32px;
}
@media (max-width: 991px) {
  .footerbox-section3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footerbox-section3 {
    padding-top: 40px;
  }
}
.footerbox-section3 p,
.footerbox-section3 a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
	letter-spacing: 2px;
  opacity: 0.6;
  line-height: 22px;
  flex-shrink: 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;
}
@media (max-width: 767px) {
  .footerbox-section3 p,
  .footerbox-section3 a {
    font-size: 14px;
    line-height: 26px;
  }
}
.footerbox-section3 a {
  margin-left: 10px;
}
.footerbox-section3 a:hover {
  opacity: 1;
}
.footerbox-section3 .zhi {
  margin-left: 26px;
}
@media (max-width: 1681px) {
  .footerbox-section3 .zhi {
    margin-left: 30px;
  }
}
@media (max-width: 1440px) {
  .footerbox-section3 .zhi {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .footerbox-section3 .zhi {
    margin-left: 0;
  }
}
/* End */
@media (max-width: 767px) {
  .fotheight {
    height: 60px;
  }
}
@-webkit-keyframes bottop {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -100%;
  }
}
@-moz-keyframes bottop {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -100%;
  }
}
@keyframes bottop {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -100%;
  }
}
/* banner */
.bannerbox {
  width: 100%;
  height: calc(100vh - 84px);
  margin-top: 83px;
}
.bannerbox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 991px 隐藏视频 */
@media (max-width: 991px) {
  /* .bannerbox video {
    display: none;
  } */
}
.bannerbox .swiper-slide > .img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerbox .swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clickvideo{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 10rem;
  z-index: 3;
  display: none;
}
@media (max-width: 767px) {
	.clickvideo{
		display: block;
		width: 5rem;
	}
}
.clickvideo1{
  position: absolute;
  z-index: 2;
  width: 100%;
}
.clickvideo img{
  width: 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;
  }
  /* .clickvideo{
    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 .jut .font {
  width: 100%;
}
.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: 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;
  width: ;
}
@media (max-width: 991px) {
  .bannerbox .int .lt .img {
    display: none;
  }
}
.bannerbox .int .lt .text {
  width: 78%;
  color: #fff;
}
@media (max-width: 1440px) {
  .bannerbox .int .lt .text {
    width: 88%;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .lt .text {
    width: 100%;
  }
}
.bannerbox .int .lt .text .tit {
  position: relative;
  margin-bottom: 84px;
  line-height: 1.4;
}
@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 .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%;
  height: 328px;
}
@media (max-width: 991px) {
  .cotbanner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cotbanner {
    height: 260px;
  }
}
.cotbanner #map {
  height: 100%;
}
.planbanenr {
  width: 100%;
  position: relative;
  z-index: 0;
  height: 420px;
	height: 330px;
  overflow: hidden;
}
.planbanenr .font{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	color: #fff;
}
.planbanenr .tit{
	font-size: ;
}
.planbanenr .font .tit {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  /* margin-bottom: 28px; */
}
@media (max-width: 1681px) {
  .planbanenr .font .tit {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .planbanenr .font .tit {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .planbanenr .font .tit {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
.planbanenr .font .text {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .planbanenr .font .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
	.planbanenr{
		height: 160px!important;
	}
}
@media (max-width: 575px) {
  .planbanenr .font .text {
    font-size: 16px;
    line-height: 26px;
  }
	
}
.posiimg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.posiimg img{
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
@media (max-width: 991px) {
  .planbanenr {
    height: 320px;
  }
}
.planbanenr .img {
  width: 100%;
  height: 100%;
  /* position: fixed;
  top: 0;
  left: 0; */
  z-index: 0;
}
.planbanenr .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
	.planbanenr .font{
		width: 100%;
		padding: 0 15px;
	}
  .abnanner {
    height: 100vh;
  }
}
.supportbanner {
  height: 330px;
}
.supportbanner .container {
  /* position: relative; */
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supportbanner .container .font .tit {
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  display: flex;
  /* align-items: center; */
  line-height: 1;
  margin-bottom: 26px;
}
@media (max-width: 1440px) {
  .supportbanner .container .font .tit {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .supportbanner .container .font .tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .supportbanner .container .font .tit {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
	.supportbanner .container .font .tit{
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 376px) {
	.supportbanner .container .font .tit{
		font-size: 20px;
		line-height: 30px;
	}
}
.supportbanner .container .font .tit i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .supportbanner .container .font .tit i {
    width: 40px;
    height: 40px;
  }
}
.supportbanner .container .font .tit i span {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .supportbanner .container .font .tit i span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
	.supportbanner .container .font .tit i{
		margin-right: 0;
		margin-bottom: 6px;
	}
}
.supportbanner .container .font .but {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 170px;
  height: 46px;
  background-color: #fe7925;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .supportbanner .container .font .but {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .supportbanner .container .font .but {
    width: 100px;
    height: 34px;
  }
  .supportbanner .container .font .tit{
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.aboutbanner {
  width: 100%;
  height: 510px;
	height: 330px;
}
/* @media (max-width: 1360px) {
  .aboutbanner {
    height: 420px;
  }
} */
.aboutbanner .font {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
}
.aboutbanner .font .tit {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  /* margin-bottom: 28px; */
}
@media (max-width: 1681px) {
  .aboutbanner .font .tit {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .aboutbanner .font .tit {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .aboutbanner .font .tit {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
.aboutbanner .font .text {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .aboutbanner .font .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .aboutbanner .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.productbanner .img {
  position: relative;
  width: 100%;
  /* height: 81%; */
}
@media (max-width: 767px) {
  .productbanner .img {
    height: 100%;
  }
}
.productbanner .gtimg {
  position: absolute;
  bottom: 0;
  right: 20%;
  height: 443px;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .productbanner .gtimg {
    right: 14%;
  }
}
@media (max-width: 1360px) {
  .productbanner .gtimg {
    height: 343px;
  }
}
@media (max-width: 1199px) {
  .productbanner .gtimg {
    right: 7%;
  }
}
@media (max-width: 767px) {
  .productbanner .gtimg {
    display: none;
  }
}
.productbanner .gtimg img {
  height: 100%;
}
.productbanner .font {
  text-align: left;
  -webkit-transform: translateX(-50%) translateY(-80%);
  transform: translateX(-50%) translateY(-80%);
}
@media (max-width: 767px) {
  .productbanner .font {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.productbanner .font .tit {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.productbanner .font .text {
  font-size: 16px;
  line-height: 25px;
  width: 48%;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  .productbanner .font .text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .productbanner .font .text {
    width: 100%;
  }
}
@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);
  }
}
/* 关于我们 */
.aboutbox-border {
  border-top: 4px solid #eeeeee;
}
@media (max-width: 1199px) {
  .aboutbox-border {
    border-width: 2px;
  }
}
.aboutbox-nav {
  z-index: 888;
}
.aboutbox .posifix {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.aboutbox-but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  width: 270px;
  height: 48px;
  border-radius: 20px;
  border: 1px solid #0058e9;
  color: #0058e9;
  font-size: 16px;
}
.aboutbox-but span {
  color: #0058e9;
}
.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: #0058e9;
  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: #0058e9;
  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 (min-width: 1200px) {
  .aboutbox-section2 .jut .zhong .list .item .img1 {
    height: 208px;
  }
}
@media (min-width: 1441px) {
  .aboutbox-section2 .jut .zhong .list .item .img1 {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section2 .jut .zhong .list .item .img1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section2 .jut .zhong .list .item .img1 {
    height: 70%;
  }
}
.aboutbox-section2 .jut .zhong .list .item .img2 {
  height: 84%;
}
@media (min-width: 1200px) {
  .aboutbox-section2 .jut .zhong .list .item .img2 {
    height: 396px;
  }
}
@media (min-width: 1441px) {
  .aboutbox-section2 .jut .zhong .list .item .img2 {
    height: 566px;
  }
}
.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;
  display: block;
}
@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: 33.33%;
    padding-bottom: 14%;
  }
}
@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-tit {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .contactbox-tit {
    margin-bottom: 40px;
  }
}
.contactbox-tit span {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 14px;
  line-height: 36px;
}
.contactbox-tit i {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background-color: #353535;
}
.contactbox-section1 {
  padding-bottom: 0;
}
.contactbox-section1 .contactbox-tit {
  margin-bottom: 110px;
}
@media (max-width: 1681px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 70px;
  }
}
@media (max-width: 1440px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 50px ;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 30px;
  }
}
.contactbox-section1 .cont {
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1440px) {
  .contactbox-section1 .cont {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .cont {
    padding-bottom: 26px;
  }
}
.contactbox-section1 .cont .co1-cont {
  width: 100%;
}
.contactbox-section1 .cont .co1-cont .item {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactbox-section1 .cont .co1-cont .item i {
  display: block;
  height: 36px;
  margin-bottom: 31px;
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .co1-cont .item i {
    margin-bottom: 20px;
  }
}
.contactbox-section1 .cont .co1-cont .item i img {
  height: 100%;
}
.contactbox-section1 .cont .co1-cont .item .font {
  text-align: center;
}
.contactbox-section1 .cont .co1-cont .item .font span {
  display: block;
  font-size: 18px;
	margin-bottom: 10px;
  color: #757575;
  line-height: 1;
}
.contactbox-section1 .cont .co1-cont .item .font .text {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
}
.contactbox-section1 .cont .co1-cont .swiper-slide {
  width: 26%;
}
.contactbox-section1 .cont .co1-cont .swiper-slide:after {
  width: 1px;
  height: 55px;
  background-color: #e5e5e5;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .co1-cont .swiper-slide:after {
    display: none;
  }
}
.contactbox-section1 .cont .co1-cont .swiper-slide:last-child:after {
  display: none;
}
.contactbox-section1 .cont .co1-cont .swiper-slide:nth-child(2):after {
  right: 8%;
}
.contactbox-section1 .cont .co1-cont .swiper-slide-next {
  width: 46%;
}
.contactbox-section2 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactbox-section2 .cont .lt {
  width: 100%;
	margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .contactbox-section2 .cont .lt {
    width: 100%;
  }
}
.contactbox-section2 .cont .lt img {
  width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: block;
}
@media (max-width: 991px) {
  .contactbox-section2 .cont .lt {
    display: none;
  }
}
.contactbox-section2 .cont .gt {
  width: 46%;
	width: 100%;
  /* border: 1px solid #eeeeee; */
  border-radius: 4px;
  padding: 30px 22px 30px 66px;
  /* height: 480px; */
}
@media (max-width: 1440px) {
  .contactbox-section2 .cont .gt {
    padding: 22px 11px 22px 44px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .cont .gt {
    padding: 22px 0 22px 14px;
  }
}
.contactbox-section2 .cont .gt .co2-cont {
  width: 100%;
  height: 100%;
  padding-right: 44px;
}
@media (max-width: 1199px) {
  .contactbox-section2 .cont .gt .co2-cont {
    padding-right: 33px;
  }
}
.min_767px{
  display: block;
}
.max_767px{
  display: none;
}
.contactbox-section2 .cont .gt .co2-cont .swiper-slide{
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactbox-section2 .cont .gt .co2-cont .jut{
	width: 48%;
	float: left;
}
@media (max-width: 767px) {
  .contactbox-section2 .cont .gt .co2-cont {
    padding-right: 17px;
  }
  .min_767px{
    display: none;
  }
  .max_767px{
    display: block;
  }
	.contactbox-section2 .cont .gt .co2-cont .jut{
		width: 100%;
	}
}
.contactbox-section2 .cont .gt .co2-cont .swiper-scrollbar {
  border-radius: 0;
  background-color: #ececec;
}
.contactbox-section2 .cont .gt .co2-cont .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #0058e9;
}
.contactbox-section2 .cont .gt .co2-cont .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contactbox-section2 .cont .gt .co2-cont .item {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .contactbox-section2 .cont .gt .co2-cont .item {
    margin-bottom: 40px;
  }
}
.contactbox-section2 .cont .gt .co2-cont .item .tit {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1199px) {
  .contactbox-section2 .cont .gt .co2-cont .item .tit {
    margin-bottom: 24px;
  }
}
.contactbox-section2 .cont .gt .co2-cont .item .font {
  width: 100%;
}
.contactbox-section2 .cont .gt .co2-cont .item .font .list {
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .contactbox-section2 .cont .gt .co2-cont .item .font .list {
    margin-bottom: 14px;
  }
}
.contactbox-section2 .cont .gt .co2-cont .item .font .list i {
  display: block;
  width: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .contactbox-section2 .cont .gt .co2-cont .item .font .list i {
    width: 14px;
    margin-right: 8px;
  }
}
.contactbox-section2 .cont .gt .co2-cont .item .font .list i img {
  width: 100%;
}
.contactbox-section3 {
  background-image: url(../image/int2/liubag.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contactbox-section3 .cont {
  width: 100%;
}
.contactbox-section3 .cont .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactbox-section3 .cont .item .an{
	display: flex;
	align-items: center;
}
.contactbox-section3 .cont .item input {
  width: 32%;
}
@media (max-width: 767px) {
  .contactbox-section3 .cont .item input {
    width: 100%;
  }
}
.contactbox-section3 .cont textarea {
  width: 100%;
  height: 290px;
}
@media (max-width: 1199px) {
  .contactbox-section3 .cont textarea {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .contactbox-section3 .cont textarea {
    height: 180px;
  }
}
.contactbox-section3 .cont input,
.contactbox-section3 .cont textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #E3E3E3;
  padding: 17px 18px;
  border-radius: 3px;
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .contactbox-section3 .cont input,
  .contactbox-section3 .cont textarea {
    margin-bottom: 20px;
  }
}
.contactbox-section3 .cont .submit1 {
  width: 150px;
  height: 50px;
  background-color: #0058e9;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .contactbox-section3 .cont .submit1 {
    width: 120px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .contactbox-section3 .cont .submit1 {
    width: 100px;
    height: 40px;
  }
}
/* End */
/* news新闻中心 */
.newsbox-tit {
  text-align: center;
}
.newsbox-tit .text {
  text-align: center;
}
.newsbox-tit .text strong {
  font-size: 32px;
	font-weight: 500;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 2px;
  color: #666666;
  position: relative;
}
@media (max-width: 1199px) {
  .newsbox-tit .text strong {
    font-size: 26px ;
    line-height: 36px;
  }
}
.newsbox-tit .text strong:after,
.newsbox-tit .text strong::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 54%;
}
.newsbox-tit .text strong:after {
  right: -60px;
}
.newsbox-tit .text strong:before {
  left: -60px;
}
.newsbox-tit span {
  color: #0058e9;
  line-height: 24px;
  display: block;
  margin-top: 4px;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "arial";
}
.newsbox-section1 {
  position: relative;
  z-index: 2;
/*  -webkit-transform: translateY(-94px);
  transform: translateY(-94px); */
  padding-top: 0;
  background-color: #fff;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .newsbox-section1 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.newsbox-section1 .cont {
  width: 100%;
  padding: 0 66px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont {
    padding: 0 44px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont {
    padding: 0 33px;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont {
    padding: 0;
  }
}
.newsbox-section1 .cont .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .newsbox-tit {
    margin-bottom: 24px;
  }
}
.newsbox-section1 .cont .new_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .new_nav {
    margin-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .new_nav {
    margin-bottom: 34px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .new_nav {
    margin-bottom: 26px;
  }
}
.newsbox-section1 .cont .new_nav a {
  display: block;
  margin: 0 44px;
  font-size: 16px;
  color: #666;
}
.newsbox-section1 .cont .new_nav a.active{
	color: #0058e9;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .new_nav a {
    margin: 0 22px;
  }
}
@media (max-width: 575px) {
  .newsbox-section1 .cont .new_nav a {
    margin: 0 10px;
  }
}
.newsbox-section1 .cont .new_nav span {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #999;
}
.newsbox-section1 .cont .new_nav span:last-child{
	display: none;
}
.newsbox-section1 .cont .jut1 {
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .jut1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 {
    margin-bottom: 36px;
  }
}
.newsbox-section1 .cont .jut1 .tit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .tit {
    margin-bottom: 22px;
  }
}
.newsbox-section1 .cont .jut1 .tit .lt {
  width: 50%;
  height: 366px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .tit .lt {
    width: 100%;
    height: auto;
  }
}
.newsbox-section1 .cont .jut1 .tit .lt 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-section1 .cont .jut1 .tit .gt {
  width: 50%;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .jut1 .tit .gt {
    padding: 0 34px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .tit .gt {
    width: 100%;
    padding: 30px 14px 40px;
  }
}
.newsbox-section1 .cont .jut1 .tit .gt .font .tit {
  line-height: 64px;
  font-size: 28px;
  margin-bottom: 14px;
  color: #333;
  height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .tit {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .tit {
    font-size: 24px;
    line-height: 34px;
    height: 72px;
  }
}
.newsbox-section1 .cont .jut1 .tit .gt .font span {
  line-height: 1;
  color: #aaaaaa;
  font-size: 16px;
  display: block;
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font span {
    margin-bottom: 26px;
  }
}
.newsbox-section1 .cont .jut1 .tit .gt .font .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
	max-height: 80px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .text {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .text {
    margin-bottom: 26px;
  }
}
.newsbox-section1 .cont .jut1 .tit .gt .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 126px;
  height: 35px;
  background-color: #0058e9;
  border-radius: 18px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .but {
    width: 100px;
    height: 30px;
  }
}
.newsbox-section1 .cont .jut1 .tit:hover .lt img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.newsbox-section1 .cont .jut1 .tit:hover .gt .font .tit {
  color: #0058e9;
}
.newsbox-section1 .cont .jut1 .list {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1681px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0 -24px;
  }
}
@media (max-width: 1360px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0;
  }
}
.newsbox-section1 .cont .jut1 .list .item {
  display: block;
  padding: 0 50px;
  width: 50%;
  -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: 1681px) {
  .newsbox-section1 .cont .jut1 .list .item {
    padding: 0 24px;
  }
}
@media (max-width: 1360px) {
  .newsbox-section1 .cont .jut1 .list .item {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .list .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .jut1 .list .item {
    padding: 0;
    width: 100%;
  }
}
.newsbox-section1 .cont .jut1 .list .item .jut {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 1681px) {
  .newsbox-section1 .cont .jut1 .list .item .jut {
    padding: 50px 0;
  }
}
@media (max-width: 1360px) {
  .newsbox-section1 .cont .jut1 .list .item .jut {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .list .item .jut {
    padding: 30px 0;
  }
}
.newsbox-section1 .cont .jut1 .list .item .jut .lt {
  width: 14%;
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .list .item .jut .lt {
    display: none;
  }
}
.newsbox-section1 .cont .jut1 .list .item .jut .lt span {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  display: block;
  margin-bottom: 28px;
}
.newsbox-section1 .cont .jut1 .list .item .jut .lt strong {
  display: block;
  line-height: 1;
  font-size: 26px;
  color: #333;
  font-weight: 500;
}
.newsbox-section1 .cont .jut1 .list .item .jut .gt {
  width: 84%;
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .list .item .jut .gt {
    width: 100%;
  }
}
.newsbox-section1 .cont .jut1 .list .item .jut .gt span {
  font-size: 20px;
  color: #333;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  margin-bottom: 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;
}
.newsbox-section1 .cont .jut1 .list .item .jut .gt .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #999;
  height: 78px;
}
.newsbox-section1 .cont .jut1 .list .item:hover .jut {
  border-color: #0058e9;
}
.newsbox-section1 .cont .jut1 .list .item:hover .jut .gt span {
  color: #0058e9;
}
.newsbox-section2 {
  /* margin-top: -94px; */
}
@media (max-width: 767px) {
  .newsbox-section2 {
    margin-top: 0;
  }
}
/* End */
/* coase_info案例详情页 */
.case_info-section1 {
  padding-top: 0;
}
.case_info-section1 .cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case_info-section1 .lt {
  width: 72%;
  background-color: #fafafa;
  padding: 60px;
}
@media (max-width: 1440px) {
  .case_info-section1 .lt {
    padding: 50px;
  }
}
@media (max-width: 1360px) {
  .case_info-section1 .lt {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .case_info-section1 .lt {
    padding: 26px;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .lt {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .lt {
    padding: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .case_info-section1 .lt {
    padding: 14px;
  }
}
.case_info-section1 .lt .tit {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .case_info-section1 .lt .tit {
    margin-bottom: 26px;
  }
}
.case_info-section1 .lt .tit > span {
  display: block;
  line-height: 36px;
  color: #0058e9;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .case_info-section1 .lt .tit > span {
    font-size: 24px;
    line-height: 34px;
  }
}
.case_info-section1 .lt .tit .text {
  display: flex;
  flex-wrap: wrap;
  line-height: 26px;
}
.case_info-section1 .lt .tit .text > span {
  color: #999999;
  font-size: 12px;
}
.case_info-section1 .lt .tit .text > span em {
  font-style: normal;
  color: #0058e9;
}
.case_info-section1 .lt .tit .text .fen {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.case_info-section1 .lt .tit .text .fen .nei {
  color: #666;
  font-size: 12px;
}
@media (max-width: 991px) {
  .case_info-section1 .lt .tit .text .fen {
    margin-left: 10px;
  }
}
.case_info-section1 .lt .make-text {
  padding-bottom: 78px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .case_info-section1 .lt .make-text {
    padding-bottom: 40px;
  }
  .bannerbox {
    height: auto;
    margin-top: 72px;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .lt .make-text {
    padding-bottom: 30px;
    margin-bottom: 24px;
  }
}
.case_info-section1 .lt .make_pag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case_info-section1 .lt .make_pag a {
  color: #666;
  font-size: 16px;
  display: flex;
  max-width: 49%;
  margin-bottom: 20px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.case_info-section1 .lt .make_pag a div:first-child {
  width: 71px;
  flex-shrink: 0
}
@media (max-width: 767px) {
  .case_info-section1 .lt .make_pag a {
    max-width: 100%;
  }
}
.case_info-section1 .lt .make_pag a:hover {
  color: #0058e9;
}
.case_info-section1 .gt {
  width: 24%;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .case_info-section1 .gt {
    width: 26%;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .gt {
    width: 100%;
  }
}
.case_info-section1 .gt .tit {
  font-size: 20px;
  color: #0058e9;
  padding: 28px 16px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
@media (max-width: 575px) {
  .case_info-section1 .gt .tit {
    padding: 24px 14px;
  }
}
.case_info-section1 .gt .item {
  padding: 15px 4px 15px 15px;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .case_info-section1 .gt .item {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .case_info-section1 .gt .item {
    width: 100%;
  }
}
.case_info-section1 .gt .item .img {
  position: relative;
  padding-bottom: 88%;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .case_info-section1 .gt .item .img {
    margin-bottom: 24px;
  }
}
.case_info-section1 .gt .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;
}
.case_info-section1 .gt .item .font {
  width: 100%;
}
.case_info-section1 .gt .item .font strong {
  display: block;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.case_info-section1 .gt .item .font .text {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  width: 100%;
  height: 74px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case_info-section1 .gt .item:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
/* End */
/* 新闻详情页 */
.news_info-section1 .cont {
  padding: 0;
}
.news_info-section1 .cont .mak {
  background-color: #fafafa;
  padding: 90px 210px 144px;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .mak {
    padding: 80px 160px 100px;
  }
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .mak {
    padding: 60px 120px 80px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 .cont .mak {
    padding: 40px 60px 60px;
  }
}
@media (max-width: 767px) {
  .news_info-section1 .cont .mak {
    padding: 30px 22px;
  }
}
@media (max-width: 575px) {
  .news_info-section1 .cont .mak {
    padding: 30px 14px;
  }
}
.news_info-section1 .cont .mak .mak_tit {
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .mak .mak_tit {
    margin-bottom: 42px;
  }
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .mak .mak_tit {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 .cont .mak .mak_tit {
    margin-bottom: 26px;
  }
}
.news_info-section1 .cont .mak .mak_tit > span {
  font-size: 24px;
  color: #0058e9;
  display: block;
  line-height: 34px;
  margin-bottom: 14px;
}
.news_info-section1 .cont .mak .mak_tit .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 26px;
}
.news_info-section1 .cont .mak .mak_tit .text > span {
  color: #999999;
  font-size: 12px;
}
.news_info-section1 .cont .mak .mak_tit .text > span em {
  font-style: normal;
  color: #0058e9;
}
.news_info-section1 .cont .mak .mak_tit .text .fen {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.news_info-section1 .cont .mak .mak_tit .text .fen .nei {
  color: #666;
  font-size: 12px;
}
@media (max-width: 991px) {
  .news_info-section1 .cont .mak .mak_tit .text .fen {
    margin-left: 10px;
  }
}
.news_info-section1 .cont .mak .make-text {
  padding-bottom: 78px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .mak .make-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 .cont .mak .make-text {
    padding-bottom: 30px;
    margin-bottom: 24px;
  }
}
.news_info-section1 .cont .mak .make_pag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_info-section1 .cont .mak .make_pag a {
  color: #666;
  font-size: 16px;
  display: block;
  max-width: 49%;
}
@media (max-width: 767px) {
  .news_info-section1 .cont .mak .make_pag a {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.news_info-section1 .cont .mak .make_pag a:hover {
  color: #0058e9;
}
.news_info-section2 .cont {
  padding: 0;
}
.news_info-section2 .cont .news_info2_tit {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 32px;
  color: #0058e9;
  line-height: 42px;
}
@media (max-width: 1440px) {
  .news_info-section2 .cont .news_info2_tit {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1360px) {
  .news_info-section2 .cont .news_info2_tit {
    font-size: 24px;
    line-height: 34px;
  }
}
.news_info-section2 .cont .jut1 {
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .news_info-section2 .cont .jut1 {
    margin-bottom: 20px;
  }
}
.news_info-section2 .cont .jut1 .list .item .jut {
  padding: 40px 0;
  border-bottom: none;
}
@media (max-width: 1199px) {
  .news_info-section2 .cont .jut1 .list .item .jut {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .news_info-section2 .cont .jut1 .list .item .jut {
    padding: 20px 0;
  }
}
#bsPanelHolder {
  display: none;
}
/* End */
/* 经典案例 */
.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;
  }
}
.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: #0058e9;
}
.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: #0058e9;
}
.remake-section4 .but {
  width: 270px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0058e9;
  border: 1px solid #0058e9;
  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%;
}
.planbox-section1 {
  height: 77px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .planbox-section1 {
    height: 50px;
  }
}
.planbox-section1 .container {
  height: 100%;
}
.planbox-section1 .container .cont {
  border-bottom: 1px solid #eee;
  display: flex;
  height: 100%;
	
	
  align-items: center;
}
.planbox-section1 .container .cont .tit,
.planbox-section1 .container .cont a,
.planbox-section1 .container .cont span {
  display: block;
  font-size: 16px;
  color: #666666;
	white-space: nowrap;
	/* max-width: 40%; */
	flex-shrink: 0;
/* 	overflow: hidden;
	text-overflow: ellipsis; */
}
.planbox-section1 .container .cont .tit {
  display: flex;
  align-items: center;
}
.planbox-section1 .container .cont .tit i {
  display: block;
  width: 14px;
  margin-right: 4px;
  overflow: hidden;
}
.planbox-section1 .container .cont .tit i img {
  width: 100%;
  float: left;
}
.planbox-section2 {
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .planbox-section2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .planbox-section2 {
    padding-bottom: 40px;
  }
}
.planbox-section2 .cont .item:hover .jut {
  box-shadow: 0 10px 57px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .planbox-section2 .cont .item:hover .jut {
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.1);
  }
}
.planbox-section2 .cont .item .jut .font .text {
  height: 162px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  -webkit-line-clamp: 5;
}
.planbox-section3 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .planbox-section3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .planbox-section3 {
    padding-bottom: 40px;
  }
}
.planbox-section3 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.planbox-section3 .container .item {
  display: block;
  width: 49%;
  position: relative;
  padding: 70px 0 60px;
}
@media (max-width: 1440px) {
  .planbox-section3 .container .item {
    padding: 56px 0 46px;
  }
}
@media (max-width: 1199px) {
  .planbox-section3 .container .item {
    padding: 36px 0 26px;
  }
}
@media (max-width: 767px) {
  .planbox-section3 .container .item {
    margin-bottom: 30px;
    width: 100%;
  }
}
.planbox-section3 .container .item:last-child {
  margin-bottom: 0;
}
.planbox-section3 .container .item .img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.planbox-section3 .container .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;
}
.planbox-section3 .container .item .font {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 14%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .planbox-section3 .container .item .font {
    padding: 0 14px;
  }
}
.planbox-section3 .container .item .font strong {
  font-size: 28px;
  display: block;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .planbox-section3 .container .item .font strong {
    font-size: 24px;
  }
}
.planbox-section3 .container .item .font .text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  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;
}
@media (max-width: 1199px) {
  .planbox-section3 .container .item .font .text {
    opacity: 1;
  }
}
.planbox-section3 .container .item .font .but {
  opacity: 0;
  width: 164px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0058e9;
  color: #fff;
  font-size: 14px;
  letter-spacing: 10px;
  padding-left: 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;
}
@media (max-width: 1199px) {
  .planbox-section3 .container .item .font .but {
    width: 125px;
    height: 30px;
    opacity: 1;
  }
}
.planbox-section3 .container .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.planbox-section3 .container .item:hover .font .but,
.planbox-section3 .container .item:hover .font .text {
  opacity: 1;
}
.planbox-section3 .container .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* End */
/* 案例详情 */
.plan_info-section1 {
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .plan_info-section1 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 {
    padding-bottom: 40px;
  }
}
.plan_info-section1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.plan_info-section1 .container .lt {
  width: 65%;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt {
    margin-bottom: 40px;
  }
}
.plan_info-section1 .container .lt .nav1 {
  width: 100%;
  padding: 1px;
  background-color: #fff;
}
.plan_info-section1 .container .lt .nav1 .list {
  padding: 0 52px;
  background-color: #eeeeee;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .nav1 .list {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .nav1 .list {
    height: 50px;
    padding: 0 22px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .nav1 .list {
    padding: 0 14px;
  }
}
@media (max-width: 575px) {
  .plan_info-section1 .container .lt .nav1 .list {
    justify-content: space-between;
  }
}
.plan_info-section1 .container .lt .nav1 .list a {
  font-size: 18px;
  color: #666;
  display: flex;
  align-items: center;
  margin-right: 60px;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .nav1 .list a {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .nav1 .list a {
    margin-right: 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .nav1 .list a {
    margin-right: 14px;
  }
}
@media (max-width: 575px) {
  .plan_info-section1 .container .lt .nav1 .list a {
    font-size: 13px;
    margin-right: 0;
  }
}
.plan_info-section1 .container .lt .nav1 .list a span {
  font-size: 8px;
  margin-left: 10px;
  display: block;
  opacity: 0;
}
@media (max-width: 575px) {
  .plan_info-section1 .container .lt .nav1 .list a span {
    margin-right: 6px;
    display: none;
  }
}
.plan_info-section1 .container .lt .nav1 .list a:last-child {
  margin-right: 0;
}
.plan_info-section1 .container .lt .nav1 .list .on {
  color: #0058e9;
}
.plan_info-section1 .container .lt .nav1 .list .on span {
  opacity: 1;
}
.plan_info-section1 .container .lt .jut {
  padding: 60px 52px;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut {
    padding: 40px 32px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut {
    padding: 30px 22px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .jut {
    padding: 26px 14px;
  }
}
.plan_info-section1 .container .lt .jut .plan1-tit {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0058e9;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan1-tit {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .jut .plan1-tit {
    font-size: 18px;
  }
}
.plan_info-section1 .container .lt .jut .plan1-tit span {
  display: block;
  padding-bottom: 13px;
  border-bottom: 2px solid #0058e9;
  line-height: 1;
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan1-tit span {
    padding-bottom: 10px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt1 {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut .plan_lt1 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan_lt1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt1 {
    margin-bottom: 40px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 {
  margin-bottom: 160px;
}
@media (max-width: 1681px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 {
    margin-bottom: 140px;
  }
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 {
    margin-bottom: 60px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item {
    padding: 10px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .img {
  width: 52%;
  position: relative;
  overflow: hidden;
  padding-bottom: 30%;
}
@media (max-width: 1360px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .img {
    height: 262px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .img {
    width: 100%;
    margin-bottom: 22px;
    height: auto;
    padding-bottom: 70%;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font {
  width: 44%;
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font {
    width: 100%;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font .tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font i {
  display: block;
  width: 70px;
  height: 4px;
  background-color: #0058e9;
  margin-bottom: 20px;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font .text {
  font-size: 16px;
  color: #999;
  line-height: 32px;
  margin-bottom: 10px;
  height: 152px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font span {
  font-size: 22px;
  color: #0058e9;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  width: 202px;
  height: 48px;
  border-radius: 22px;
  background-color: #0058e9;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .but {
    width: 142px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .but {
    margin-top: 40px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt3 {
  margin-bottom: 120px;
}
@media (max-width: 1681px) {
  .plan_info-section1 .container .lt .jut .plan_lt3 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut .plan_lt3 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan_lt3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt3 {
    margin-bottom: 40px;
  }
}
.plan_info-section1 .container .gt {
  width: 30%;
}
@media (max-width: 991px) {
  .plan_info-section1 .container .gt {
    width: 100%;
  }
}
.plan_info-section1 .container .gt .tit {
  font-size: 26px;
  color: #0159e9;
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .gt .tit {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
.plan_info-section1 .container .gt .list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .plan_info-section1 .container .gt .list {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .gt .list {
    margin: 0;
  }
}
.plan_info-section1 .container .gt .list .item {
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .gt .list .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .gt .list .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .gt .list .item {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .gt .list .item {
    padding: 0;
    width: 100%;
  }
}
.plan_info-section1 .container .gt .list .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) {
  .plan_info-section1 .container .gt .list .item .jut {
    padding: 10px;
  }
}
.plan_info-section1 .container .gt .list .item .jut .img {
  width: 100%;
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.plan_info-section1 .container .gt .list .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;
}
.plan_info-section1 .container .gt .list .item .jut .font {
  padding: 24px 0;
}
.plan_info-section1 .container .gt .list .item .jut .font strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  line-height: 1.1;
  color: #333;
  font-size: 20px;
}
.plan_info-section1 .container .gt .list .item .jut .font .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 156px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  -webkit-line-clamp: 5;
}
.plan_info-section1 .container .gt .list .item .jut:hover {
  border-color: #0058e9;
  box-shadow: 0 10px 57px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .plan_info-section1 .container .gt .list .item .jut:hover {
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.1);
  }
}
.plan_info-section1 .container .gt .list .item .jut:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.plan_info-section1 .container .gt .list .item .jut:hover .font strong {
  color: #0058e9;
}
.plan_info-section1 .container .gt .list .item:last-child {
  margin-bottom: 0;
}
/* End */
/* 服务支持 */
.support-tit i {
  background-color: #0058e9;
}
.support-section1 {
  background-color:rgba(0, 0, 0, 0.15);
  box-shadow: 0 24px 27px rgba(0, 0, 0, 0.06);
}
.support-section1 .cont {
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .support-section1 .cont {
    display: none;
  }
}
.support-section1 .cont a {
  display: block;
  font-size: 16px;
  color: #666666;
  margin: 0 60px;
}
@media (max-width: 1440px) {
  .support-section1 .cont a {
    margin: 0 40px;
  }
}
@media (max-width: 1199px) {
  .support-section1 .cont a {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .support-section1 .cont a {
    margin: 0 10px;
  }
}
.support-section1 .cont a:hover {
  color: #0058e9;
}
.support-section1 .cont .on {
  color: #0058e9;
}
.support-section2 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .support-section2 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .support-section2 .cont {
    margin: 0;
  }
}
.support-section2 .cont .item {
  display: block;
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .support-section2 .cont .item {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .support-section2 .cont .item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .support-section2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.support-section2 .cont .item .jut {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #f8f8f8;
  padding: 70px 0;
  overflow: hidden;
  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) {
  .support-section2 .cont .item .jut {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .support-section2 .cont .item .jut {
    padding: 40px 0;
  }
}
.support-section2 .cont .item .jut i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
  margin-bottom: 38px;
  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) {
  .support-section2 .cont .item .jut i {
    height: 80px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .support-section2 .cont .item .jut i {
    height: 60px;
  }
}
.support-section2 .cont .item .jut i img {
  height: 100%;
  float: left;
}
.support-section2 .cont .item .jut .rightimg {
  position: absolute;
  bottom: -60px;
  right: -60px;
  opacity: 0;
}
.support-section2 .cont .item .jut .font {
  text-align: center;
}
.support-section2 .cont .item .jut .font i img:nth-child(2) {
  display: none;
}
.support-section2 .cont .item .jut .font span {
  font-size: 26px;
  color: #353535;
}
@media (max-width: 1199px) {
  .support-section2 .cont .item .jut .font span {
    font-size: 22px;
  }
}
.support-section2 .cont .item:hover .jut {
  background-color: #0058e9;
  box-shadow: 0 0 95px rgba(0, 88, 233, 0.6);
}
.support-section2 .cont .item:hover .jut .font i img:nth-child(1) {
  display: none;
}
.support-section2 .cont .item:hover .jut .font i img:nth-child(2) {
  display: block;
}
.support-section2 .cont .item:hover .jut .font span {
  color: #fff;
}
.support-section2 .cont .item:hover .jut .rightimg {
  opacity: 0.5;
}
.support-section3 {
  background: none;
  padding-top: 0;
}
.support-section3 .cont button {
  width: 150px;
  height: 50px;
  background-color: #0058e9;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .support-section3 .cont button {
    width: 120px;
    height: 45px;
  }
}
.support-section4 {
  background: url(../image/int2/wangbag.jpg) no-repeat center / cover;
}
.support-section4 .contactbox-tit {
  color: #fff;
  margin-bottom: 90px;
}
@media (max-width: 1440px) {
  .support-section4 .contactbox-tit {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .support-section4 .contactbox-tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .support-section4 .contactbox-tit {
    margin-bottom: 40px;
  }
}
.support-section4 .contactbox-tit i {
  background-color: #fff;
}
.support-section4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .support-section4 .cont {
    margin: 0;
  }
}
.support-section4 .cont .jut {
  padding: 0 10px;
  width: 25%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .support-section4 .cont .jut {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .support-section4 .cont .jut {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .support-section4 .cont .jut {
    padding: 0;
    width: 100%;
  }
}
.support-section4 .cont .jut .item {
  width: 100%;
  background-color: #fff;
  padding: 45px 20px;
  border-radius: 10px;
	height: 250px;
}
@media (max-width: 1440px) {
  .support-section4 .cont .jut .item {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .support-section4 .cont .jut .item {
    height: auto;
  }
}
@media (max-width: 575px) {
  .support-section4 .cont .jut .item {
    padding: 30px 14px;
  }
}
.support-section4 .cont .jut .item .tit {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1199px) {
  .support-section4 .cont .jut .item .tit {
    margin-bottom: 24px;
  }
}
.support-section4 .cont .jut .item .font {
  width: 100%;
}
.support-section4 .cont .jut .item .font .list {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .support-section4 .cont .jut .item .font .list {
    margin-bottom: 14px;
  }
}
.support-section4 .cont .jut .item .font .list i {
  display: block;
  width: 16px;
  margin-right: 10px;
	flex-shrink: 0;
}
.support-section4 .cont .jut .item .font .list .text{
	display: flex;
}
.support-section4 .cont .jut .item .font .list .text span{
	display: block;
	width: 45px;
}
.support-section4 .cont .jut .item .font .list .text div{
	width: calc(100% - 45px);
}
@media (max-width: 575px) {
  .support-section4 .cont .jut .item .font .list i {
    width: 14px;
    margin-right: 8px;
  }
}
.support-section4 .cont .jut .item .font .list i img {
  width: 100%;
}
.support-section4 .cont .jut .item .font .list:last-child {
  margin-bottom: 0;
}
/* End */
/* FAQ.html常见问题 */
.faq-section1 .cont {
  padding: 54px 90px 110px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .faq-section1 .cont {
    padding: 50px 50px 70px;
  }
}
@media (max-width: 991px) {
  .faq-section1 .cont {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 767px) {
  .faq-section1 .cont {
    padding: 30px 14px 40px;
  }
}
.faq-section1 .cont .jut .item {
  padding: 26px 0;
  border-bottom: 1px solid #eaeaea;
}
.faq-section1 .cont .jut .item i {
  display: block;
  width: 20px;
}
.faq-section1 .cont .jut .item i img {
  width: 100%;
}
.faq-section1 .cont .jut .item .tit {
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  line-height: 28px;
	align-items: center;
}
.faq-section1 .cont .jut .item .tit .lt{
	width: calc(100% - 30px);
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.faq-section1 .cont .jut .item .tit .gt{
	overflow: hidden;
	width: 20px;
}
.faq-section1 .cont .jut .item .tit .gt img{
	width: 100%;
	float: left;
}
.faq-section1 .cont .jut .item .tit .gt img:nth-child(2){
	display: none;
}
.faq-section1 .cont .jut .item .list .text {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  padding-bottom: 7px;
}
.faq-section1 .cont .jut .item .list i {
  margin-top: 0;
}
.faq-section1 .cont .jut .item .tit,
.faq-section1 .cont .jut .item .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.faq-section1 .cont .jut .item .tit span,
.faq-section1 .cont .jut .item .list span,
.faq-section1 .cont .jut .item .tit .text,
.faq-section1 .cont .jut .item .list .text {
  display: block;
  width: calc(100% - 40px);
}
.faq-section1 .cont .jut .item .font {
  width: 100%;
  display: none;
  margin-top: 15px;
}
.faq-section1 .cont .pagebox {
  margin-top: 76px;
}
@media (max-width: 1440px) {
	
  .faq-section1 .cont .pagebox {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
	.faq-section1 .cont .jut .item .tit .lt{
		width: calc(100% - 26px);
	}
	.faq-section1 .cont .jut .item .tit .gt{
		width: 20px;
	}
  .faq-section1 .cont .pagebox {
    margin-top: 40px;
  }
}
.faq-section1 .cont .jut .item.on .tit .gt img:nth-child(1){
	display: none;
}
.faq-section1 .cont .jut .item.on .tit .gt img:nth-child(2){
	display: block;
}
/* End */
/* 首页 */
.home-tit {
  position: relative;
}
.home-tit > span {
  font-size: 34px;
  color: #999999;
  font-weight: bold;
  letter-spacing: 0;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 1px;
}
.home-tit .but {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  color: #0058e9;
  font-size: 16px;
}
@media (max-width: 767px) {
  .home-tit .but {
    display: none;
  }
}
.home-tit .but span {
  margin-left: 10px;
}
.home-section1 {
  padding: 40px 0;
}
.home-section1 .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-section1 .cont .tit {
  font-size: 16px;
  color: #0058e9;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
.home-section1 .cont .tit::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  border: 1px solid #0058e9;
  border-radius: 50%;
  margin-right: 6px;
}
.home-section1 .cont .tit:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #0058e9;
  border-radius: 4px;
  position: absolute;
  left: 3px;
  top: 39%;
  opacity: 0;
}
.home-section1 .cont .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.home-section1 .cont .on:after {
  opacity: 1;
}
.home-section1 .cont .lt {
  width: 22%;
}
@media (max-width: 991px) {
  .home-section1 .cont .lt {
    width: 100%;
    margin-bottom: 26px;
  }
}
.home-section1 .cont .lt .form {
  border: 1px solid #c6c6c6;
  padding-right: 16px;
  align-items: center;
}
.home-section1 .cont .lt .form input {
  width: 80%;
  height: 42px;
  padding: 13px 10px;
}
.home-section1 .cont .lt .form button{
  background-color: transparent;
}
.home-section1 .cont .lt .form span {
  font-size: 24px;
  color: #0058e9;
}
.home-section1 .cont .gt {
  width: 72%;
}
@media (max-width: 991px) {
  .home-section1 .cont .gt {
    width: 100%;
  }
}
.home-section1 .cont .gt .form {
  flex-wrap: wrap;
}
.home-section1 .cont .gt .form select {
  border: 1px solid #c6c6c6;
  padding-right: 16px;
  align-items: center;
  width: 17%;
  height: 42px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 14px;
  color: #666;
  -webkit-appearance: none;
  appearance: none;
  background: url(../image/int2/sanjiaoxin.jpg) no-repeat 93% center;
  background-size: 9px 5px;
}
.home-section1 .cont .gt .form select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .home-section1 .cont .gt .form select {
    padding: 13px 10px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-section1 .cont .gt .form a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background-color: #0058e9;
  width: 10%;
  height: 42px;
}
.home-section1 .cont .gt .form a span {
  display: block;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .home-section1 .cont .gt .form a {
    width: 100%;
  }
}
.home-section2 {
  /* padding-bottom: 154px; */
  background: url(../image/home/indexbag1.jpg) no-repeat center / cover;
}
/* @media (max-width: 1681px) {
  .home-section2 {
    padding-bottom: 120px;
  }
}
@media (max-width: 1440px) {
  .home-section2 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .home-section2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .home-section2 {
    padding-bottom: 60px;
  }
} */
.home-section2 .home-tit {
  margin-bottom: 96px;
}
@media (max-width: 1440px) {
  .home-section2 .home-tit {
    margin-bottom: 76px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .home-tit {
    margin-bottom: 56px;
  }
}
@media (max-width: 991px) {
  .home-section2 .home-tit {
    margin-bottom: 36px;
  }
}
.home-section2 .cont .ho2-cont .item {
  display: block;
  background: url(../image/home/touy1.png) no-repeat center / 100% 100%;
  padding: 15px;
  padding-bottom: 57px;
  text-align: center;
}
.home-section2 .cont .ho2-cont .item .img {
  width: 100%;
  position: relative;
  padding-bottom: 74%;
  margin-bottom: 20px;
  overflow: hidden;
}
.home-section2 .cont .ho2-cont .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.home-section2 .cont .ho2-cont .item .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 1;
}
.home-section2 .cont .ho2-cont .item:hover .img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.home-section2 .cont .ho2-cont .item:hover .text {
  color: #0058e9;
}
.home-section2 .cont .jut .but {
  margin: 0 auto;
  margin-top: 30px;
  width: 168px;
  height: 46px;
  border-radius: 46px;
  background-color: #0058e9;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section2 .cont .jut .but a {
  /* display: inblock; */
	color: #fff;
  margin: 0 10px;
	font-size: 16px;
}
.home-section2 .cont .jut .but i img {
  width: 100%;
}
.home-section2 .cont .jut .ho2-prev,
.home-section2 .cont .jut .ho2-next {
/*  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  background: none;
  width: auto;
  height: auto;
  font-size: 12px; */
	background: none;
  outline: none;
  pointer-events: auto!important;
  cursor: pointer;
	height: 16px;
	    background: none;
	    outline: none;
	    pointer-events: auto!important;
	    cursor: pointer;
	    height: auto;
	    /* margin: 0; */
	    /* line-height: 46px; */
	    position: relative;
	    bottom: 0;
	    top: 0;
	    left: 0;
	    right: 0;
	    text-align: center;
	    margin: 0;
}
.home-section3 {
  position: relative;
}
.home-section3 .container{
	padding: 77px 15px;
	position: relative;
	overflow: hidden;
}
.home-section3 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-section3 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section3 .cont {
  position: relative;
  z-index: 2;
	min-height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin-top: 60px;
}
.home-section3 .home-tit .text strong{
	color: #fff;
}
.home-section3 .home-tit>span{
	color: #fff;
}
.home-section3 .home-tit .text strong:after,.home-section3 .home-tit .text strong::before{
	background-color: #fff;
}
/* @media  (max-width: 1440px) {
	.home-section3 .cont{
		min-height: 600px;
	}
} */
.f_butlist{
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.f_butlist a:nth-child(1){
	margin-right: 10px;
}
@media (max-width: 767px) {
  .home-section3 .cont {
    flex-wrap: wrap;
		margin-top: 40px;
  }
}
.reco1{
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 25px;
	border-radius: 0 0 5px 5px;
	background-color: #ffdf00;
	font-size: 18px;
	color: #083bd2;
	border-top: 2px solid #0f6ccc;
	box-shadow: 2px 4px 7px rgba(0,0,0,.24);
}
.reco1 span{
	display: block;
	width: auto;
}
.home-section3 .cont .lt {
  margin-left: 46px;
  width: 56%;
}
@media (max-width: 1366px) {
	.reco1{
		padding: 14px 19px;
	}
}
@media (max-width: 991px) {
	.reco1{
		left: 15px;
	}
}
@media (max-width: 767px) {
  .home-section3 .cont .lt {
    margin-left: 0;
    width: 100%;
    order: 1;
  }
	.reco1{
		font-size: 14px;
		width: auto;
		border-radius: 0;
	}
	.reco1 span{
		width: auto;
	}
}
.home-section3 .cont .lt .tit {
  font-size:36px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
	letter-spacing: 2px;
  margin-bottom: 30px;
  -webkit-box-reflect: above-10px;
  -webkit-box-reflect: below -10px;
  -webkit-box-reflect: left-10px;
  -webkit-box-reflect: right-10px;
  -webkit-box-reflect: below -8px linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3));
}
.home-section3 .cont .lt .tit a{
	color: #fff;
}
@media (max-width: 1681px) {
  .home-section3 .cont .lt .tit {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  .home-section3 .cont .lt .tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .cont .lt .tit {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .home-section3 .cont .lt .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-section3 .cont .lt .tit {
    line-height: 34px;
    -webkit-box-reflect: below -8px linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0));
  }
}
.home-section3 .cont .lt .text {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  line-height: 38px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .home-section3 .cont .lt .text {
    margin-bottom: 30px;
		font-size: 16px;
		line-height: 26px;
  }
}
.home-section3 .cont .lt .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 227px;
  height: 46px;
  border-radius: 23px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .home-section3 .cont .lt .but {
    width: 180px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .home-section3 .cont .lt .but {
    width: 140px;
  }
}
.home-section3 .cont .gt {
  width: 334px;
  margin-right: 10%;
}
@media (max-width: 1440px) {
  .home-section3 .cont .gt {
    width: 284px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .cont .gt {
    /* width: 234px; */
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .home-section3 .cont .gt {
    order: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-section3 .cont .gt img {
  width: 100%;
}
.home-section4 {
  background: url(../image/home/jinbanner.jpg) no-repeat center / cover;
}
.home-section4 .home-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home-section4 .home-tit {
    margin-bottom: 30px;
  }
}
.home-section4 .cont {
  height: 552px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url(../image/home/casebag1.jpg) no-repeat center / cover;
	box-shadow: 0 1px 6px rgba(0,0,0,.1);
}
@media (max-width: 991px) {
  .home-section4 .cont {
    height: auto;
  }
}
.home-section4 .cont .ho4-nav {
  width:29.23%;
  height: 100%;
  border-left: 1px solid #f2f2f3;
  margin: 0;
}
@media (max-width: 991px) {
  .home-section4 .cont .ho4-nav {
    width: 100%;
    height: 60px;
    border-left: none;
  }
}
.home-section4 .cont .ho4-nav .item {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #fff;
  color: #333;
  padding-left: 24px;
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
  -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) {
  .home-section4 .cont .ho4-nav .item {
    font-size: 14px;
  }
}
.home-section4 .cont .ho4-nav .item span {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-section4 .cont .ho4-nav .item i {
  display: block;
  width: 10px;
  margin-right: 20px;
	flex-shrink: 0;
}
@media (max-width: 991px) {
  .home-section4 .cont .ho4-nav .item i {
    display: none;
  }
}
.home-section4 .cont .ho4-nav .item i img {
  width: 100%;
}
.home-section4 .cont .ho4-nav .item i img:nth-child(2) {
  display: none;
}
.home-section4 .cont .ho4-nav .swiper-slide:last-child .item {
  border-bottom: none;
}
.home-section4 .cont .ho4-nav .on .item {
  background-color: transparent;
  color: #fff;
}
.home-section4 .cont .ho4-nav .on .item i img:nth-child(1) {
  display: none;
}
.home-section4 .cont .ho4-nav .on .item i img:nth-child(2) {
  display: block;
}
.home-section4 .cont .f_jut {
  width: 69%;
}
@media (max-width: 991px) {
  .home-section4 .cont .f_jut {
    padding: 40px 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-section4 .cont .f_jut {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .home-section4 .cont .f_jut {
    padding: 30px 16px;
  }
}
.home-section4 .cont .ho4-cont {
  margin: 0;
  margin-left: 44px;
}
@media (max-width: 1440px) {
  .home-section4 .cont .ho4-cont {
    margin-left: 33px;
  }
}
@media (max-width: 1360px) {
  .home-section4 .cont .ho4-cont {
    margin-left: 22px;
  }
}
@media (max-width: 991px) {
  .home-section4 .cont .ho4-cont {
    margin-left: 0;
  }
}
.home-section4 .cont .ho4-cont .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-section4 .cont .ho4-cont .item .lt {
  width: 50.9%;
  position: relative;
  height: 413px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-section4 .cont .ho4-cont .item .lt {
    width: 100%;
    margin-bottom: 30px;
    height: 300px;
  }
}
@media (max-width: 565px) {
	.home-section4 .cont .ho4-cont .item .lt{
		height: 180px;
	}
}
.home-section4 .cont .ho4-cont .item .lt 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;
}
.home-section4 .cont .ho4-cont .item .gt {
  width: 45.4%;
	padding: 0;
}
/* @media (max-width: 1680px) {
	.home-section4 .cont .ho4-cont .item .gt{
		padding: 0 50px 0 40px;
	}
}
@media (max-width: 1441px) {
	.home-section4 .cont .ho4-cont .item .gt{
		padding: 0 40px 0 30px;
	}
}
@media (max-width: 1366px) {
	.home-section4 .cont .ho4-cont .item .gt{
		padding: 0 30px 0 20px;
	}
}
@media (max-width: 1199px) {
	.home-section4 .cont .ho4-cont .item .gt{
		padding: 0 20px 0 20px;
	}
} */
@media (max-width: 767px) {
  .home-section4 .cont .ho4-cont .item .gt {
    width: 100%;
  }
}
.home-section4 .cont .ho4-cont .item .gt .font {
  width: 100%;
}
.home-section4 .cont .ho4-cont .item .gt .font .tit {
  font-size: 26px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .home-section4 .cont .ho4-cont .item .gt .font .tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .home-section4 .cont .ho4-cont .item .gt .font .tit {
    /* font-size: 22px; */
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .home-section4 .cont .ho4-cont .item .gt .font .tit {
    font-size: 22px;
  }
}
.home-section4 .cont .ho4-cont .item .gt .font .tit strong {
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px;
}
.home-section4 .cont .ho4-cont .item .gt .font .tit i {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .home-section4 .cont .ho4-cont .item .gt .font .tit i {
    width: 80px;
    height: 2px;
  }
}
@media (max-width: 1199px) {
  .home-section4 .cont .ho4-cont .item .gt .font .tit i {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .home-section4 .cont .ho4-cont .item .gt .font .tit i {
    height: 1;
  }
}
.home-section4 .cont .ho4-cont .item .gt .font .text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #ffffff;
  height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .home-section4 .cont .ho4-cont .item .gt .font .text {
    margin-bottom: 40px;
  }
}
.home-section4 .cont .ho4-cont .item .gt .font .but {
  width: 147px;
  height: 46px;
  border-radius: 23px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .home-section4 .cont .ho4-cont .item .gt .font .but {
    width: 120px;
    height: 40px;
  }
}
.home-section4 .cont .ho4-cont .item:hover .lt img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.home-section5 {
  background: url(../image/home/newsbag.jpg) no-repeat center / cover;
}
.home-section5 .home-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home-section5 .home-tit {
    margin-bottom: 30px;
  }
}
.home-section5 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 668px;
}
@media (max-width: 991px) {
  .home-section5 .cont {
    height: auto;
  }
}
.home-section5 .cont .lt,
.home-section5 .cont .gt {
  width: 49%;
  height: 100%;
}
@media (max-width: 991px) {
  .home-section5 .cont .lt,
  .home-section5 .cont .gt {
    width: 100%;
    height: auto;
  }
}
.home-section5 .cont .lt {
  background-color: #fff;
}
@media (max-width: 991px) {
  .home-section5 .cont .lt {
    margin-bottom: 30px;
  }
}
.home-section5 .cont .lt a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 36px;
  border: 1px solid #eee;
}
@media (max-width: 1440px) {
  .home-section5 .cont .lt a {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .home-section5 .cont .lt a {
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-section5 .cont .lt a {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .home-section5 .cont .lt a {
    padding: 16px;
  }
}
.home-section5 .cont .lt a .img {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  margin-bottom: 38px;
}
@media (max-width: 1440px) {
  .home-section5 .cont .lt a .img {
    height: 400px;
  }
}
@media (max-width: 1360px) {
  .home-section5 .cont .lt a .img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .home-section5 .cont .lt a .img {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .home-section5 .cont .lt a .img {
    height: 200px;
  }
}
.home-section5 .cont .lt a .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;
}
.home-section5 .cont .lt a .font .tit {
  font-size: 22px;
  line-height: 1.4;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  color: #333;
  white-space: nowrap;
}
.home-section5 .cont .lt a .font .text {
  font-size: 16px;
  line-height: 27px;
  color: #666;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
  .home-section5 .cont .lt a .font .text {
    height: auto;
    -webkit-line-clamp: 0;
    display: block;
  }
}
.home-section5 .cont .lt a .font .text span {
  color: #0058e9;
}
.home-section5 .cont .lt a:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.home-section5 .cont .gt .jut {
  margin-bottom: 30px;
}
.home-section5 .cont .gt .jut:last-child {
  margin-bottom: 0;
}
.home-section5 .cont .gt .jut .tit {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  font-size: 22px;
  margin-bottom: 20px;
}
.home-section5 .cont .gt .jut .tit i {
  display: block;
  width: 20px;
  font-style: normal;
  margin-right: 10px;
}
.home-section5 .cont .gt .jut .tit i img {
  width: 100%;
}
.home-section5 .cont .gt .jut .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px dashed #ececec;
}
.home-section5 .cont .gt .jut .item .imlt {
  width: 15%;
  position: relative;
  height: 85px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .home-section5 .cont .gt .jut .item .imlt {
    width: 100%;
    height: 200px;
    margin-bottom: 26px;
  }
}
.home-section5 .cont .gt .jut .item .imlt img {
  height: 100%;
  width: 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;
}
.home-section5 .cont .gt .jut .item .font {
  width: 80%;
}
@media (max-width: 575px) {
  .home-section5 .cont .gt .jut .item .font {
    width: 100%;
  }
}
.home-section5 .cont .gt .jut .item .font .f_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.home-section5 .cont .gt .jut .item .font .f_tit .ft {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 575px) {
  .home-section5 .cont .gt .jut .item .font .f_tit .ft {
    width: 100%;
    margin-bottom: 10px;
  }
}
.home-section5 .cont .gt .jut .item .font .f_tit .ft::before {
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  margin-right: 8px;
  background: url(../image/home/shuang1.png) no-repeat center / cover;
}
.home-section5 .cont .gt .jut .item .font .f_tit strong {
  color: #333;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  width: calc(100% - 14px);
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  word-break: break-all;
  display: block;
  align-items: center;
}
.home-section5 .cont .gt .jut .item .font .f_tit span {
  font-size: 16px;
  color: #333;
  margin-left: 14px;
}
.home-section5 .cont .gt .jut .item .font .text {
  font-size: 16px;
  color: #666;
  line-height: 27px;
  width: 100%;
  height: 54px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-section5 .cont .gt .jut .item:hover {
  border-color: #0058e9;
}
.home-section5 .cont .gt .jut .item:hover .imlt img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.home-section5 .cont .gt .jut .item:hover .font .f_tit .ft::before {
  background: url(../image/home/shuang1-1.png) no-repeat center / cover;
}
.home-section5 .cont .gt .jut .item:hover .font .f_tit strong {
  color: #0058e9;
}
.home-section5 .cont .gt .jut .item:hover .font .f_tit span {
  color: #0058e9;
}
.home-section6 {
  background: url(../image/home/cadebag1.jpg) no-repeat center / cover;
}
.home-section6 .home-tit {
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .home-section6 .home-tit {
    margin-bottom: 24px;
  }
}
.home-section6 .home-tit .text strong,
.home-section6 .home-tit span {
  color: #fff;
}
.home-section6 .home-tit a {
  color: #fff;
}
.home-section6 .home-tit .text strong:after,
.home-section6 .home-tit .text strong::before {
  background-color: #fff;
}
.home-section6 .cont {
  border: 10px solid #fff;
  display: flex;
  height: 620px;
}
@media (max-width: 1440px) {
  .home-section6 .cont {
    border-width: 8px;
    height: 516px;
  }
}
@media (max-width: 767px) {
  .home-section6 .cont {
    height: auto;
    border-width: 2px;
    flex-wrap: wrap;
  }
}
.home-section6 .cont a {
  width: 16.666%;
  position: relative;
  display: block;
  border-right: 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;
}
.home-section6 .cont a:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .home-section6 .cont a {
    width: 100%;
    border-right: none;
    padding: 60px 0;
    border-bottom: 1px solid #fff;
  }
  .home-section6 .cont a:last-child {
    border-bottom: none;
  }
}
.home-section6 .cont a .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-section6 .cont a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section6 .cont a .font {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.home-section6 .cont a .font .tit strong {
  font-weight: 500;
  font-size: 24px;
  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;
}
@media (max-width: 1199px) {
  .home-section6 .cont a .font .tit strong {
    font-size: 22px;
  }
}
.home-section6 .cont a .font .tit span {
  font-size: 16px;
}
.home-section6 .cont a .font i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  margin-top: 26px;
}
.home-section6 .cont a .font i img {
  height: 100%;
}
.home-section6 .cont a .font .jut {
  display: none;
  width: 100%;
}
.home-section6 .cont a .font .text {
  padding: 46px 60px 44px;
  font-size: 16px;
  line-height: 28px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 1440px) {
  .home-section6 .cont a .font .text {
    padding: 36px 40px 34px;
  }
}
@media (max-width: 1199px) {
  .home-section6 .cont a .font .text {
    padding: 30px 26px;
  }
}
@media (max-width: 767px) {
  .home-section6 .cont a .font .text {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .home-section6 .cont a .font .text {
    padding: 26px 16px;
  }
}
.home-section6 .cont a .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 34px;
  margin: 30px auto 0;
}
@media (max-width: 1199px) {
  .home-section6 .cont a .font .but {
    margin-top: 20px;
  }
}
.home-section6 .cont a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.56;
  -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-section6 .cont .on {
  width: 34%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .home-section6 .cont .on {
    width: 100%;
  }
}
.home-section6 .cont .on .font .tit strong {
  font-size: 34px;
}
@media (max-width: 1440px) {
  .home-section6 .cont .on .font .tit strong {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .home-section6 .cont .on .font .tit strong {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .home-section6 .cont .on .font .tit strong {
    font-size: 24px;
  }
	.home-section5 .cont .gt .jut .item .font .text{
			-webkit-line-clamp: 3;
			line-clamp: 3;
			height: 77px;
	}
}
.home-section6 .cont .on:after {
  background-color: #0058e9;
  opacity: 0.8;
}
.home-section7 {
  background: url(../image/home/hezuobag1.jpg) no-repeat center / cover;
}
.home-section7 .jut .home-tit {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .home-section7 .jut .home-tit {
    margin-bottom: 30px;
  }
}
.home-section7 .jut .home-tit span {
/*  font-size: 14px;
  color: #0058e9; */
}
.home-section7 .jut .cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home-section7 .jut .cont a {
  display: block;
  width: 16.666%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
  height: 100px;
	/* margin-right: 1.6%; */
  background-color: #fff;
	/* margin-bottom: 20px; */
}
.home-section7 .jut .cont a:nth-child(6n){
	margin-right: 0;
}

@media (max-width: 1440px) {
  .home-section7 .jut .cont a {
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .home-section7 .jut .cont a {
		width: 25%;
		height: 95px;
		/* margin-right: 2.8%; */
  }
/* 	.home-section7 .jut .cont a:nth-child(6n){
		margin-right: 2.8%;
	}
	.home-section7 .jut .cont a:nth-child(4n){
		margin-right: 0;
	} */
}
@media (max-width: 767px) {
  .home-section7 .jut .cont a {
    width: 33.333%;
		height: 65px;
		/* margin-right: 1.8%; */
		
  }
/* 	.home-section7 .jut .cont a:nth-child(6n){
		margin-right: 1.8%;
	}
	.home-section7 .jut .cont a:nth-child(4n){
		margin-right: 1.8%;
	}
	.home-section7 .jut .cont a:nth-child(3n){
		margin-right: 0;
	} */
	
}
.home-section7 .jut .cont a img {
  position: absolute;
  top: 0;
  left: 0;
  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;
/* 	-webkit-filter: grayscale(100%);   
	-moz-filter: grayscale(100%);  
	 -ms-filter: grayscale(100%);   
	-o-filter: grayscale(100%);     
	filter: grayscale(100%);
	filter: gray; */
}
.home-section7 .jut .cont a:hover {
  position: relative;
  z-index: 2;
  border-color: #0058e9;
}
.home-section7 .jut .cont a:hover img {
  transform: scale(1.04);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);  
	 -ms-filter: grayscale(0%);   
	-o-filter: grayscale(0%);     
	filter: grayscale(0%);
	filter: gray;
}
.home-section8 .cont {
  padding: 40px 0;
  border-top: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
.home-section8 .link_991px{
  display: flex;
  width: 100%;
  align-items: center;
}
.home-section8 .cont span,
.home-section8 .cont a {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  flex-shrink: 0;
}
.home-section8 .cont strong {
  display: block;
  width: 1px;
  height: 13px;
  background-color: #666666;
  margin: 0 1.24%;
}

@media (max-width: 767px) {
  .home-section8 .cont {
    display: block;
  }
  .home-section8 .cont span{
    display: block;
  }
  .home-section8 .link_991px{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .home-section8 .cont strong {
    margin: 0 2%;
    opacity: 0;
    width: 0;
  }
}
.home-section8 .cont a:hover {
  color: #0058e9;
}
/* End */
/* 右侧固定 */
.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;
    /*overflow: hidden;*/
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.rightfixed .item {
  display: block;
  width: 100%;
  height: 62px;
  margin-bottom: 2px;
  background-color: #0058e9;
  color: #fff;
  font-size: 12px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightfixed .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rightfixed .item {
    width: 20%;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .rightfixed .item:last-child {
    border-right: none;
  }
}
.rightfixed .item .tit {
  width: 100%;
  text-align: center;
}
.rightfixed .item .tit span {
  display: block;
  font-size: 26px;
  font-weight: 100;
  line-height: 1;
}
@media (max-width: 767px) {
  .rightfixed .item .tit span {
    font-size: 20px;
  }
}
.rightfixed .item .tit strong {
  font-weight: 500;
  white-space: nowrap;
}
.rightfixed .item .cont {
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #0058e9;
  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 (max-width: 767px) {
	.rightfixed .item .cont{
		-webkit-transition: opacity 0.3s linear;
		-moz-transition: opacity 0.3s linear;
		-ms-transition: opacity 0.3s linear;
		-o-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear;
	}
	
}
.rightfixed .qq .cont{
	width: 230px;
	display: block;
	padding: 0;
	height: auto;
	padding-bottom: 10px;
	background-color: #24afd0;
}
.rightfixed .qq .f_tit{
	width: 100%;
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #5cc7e0;
	margin-bottom: 10px;
}
.rightfixed .qq a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 5px 10px;
	color: #fff;
	background-color: #24afd0;
}

@media (min-width: 768px) {
  .rightfixed .item:hover {
    color: #fff;
    background-color: #0058e9;
  }
  .rightfixed .item:hover .cont {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
}
.rightfixed .item:first-child .tit span {
  font-size: 20px;
}
@media (max-width: 767px) {
	.rightfixed .qq .f_tit{
		font-size: 16px;
		padding: 10px;
	}
	.rightfixed .qq{
		display: flex;
	}
  .rightfixed .item:first-child .tit span {
    font-size: 16px;
  }
}
.rightfixed .qq:hover .cont{
	-webkit-transform: translateX(-230px);
	transform: translateX(-230px);
}
@media (max-width: 767px) {
	.rightfixed .qq:hover .cont{
		-webkit-transform: translateX(-30%) translateY(-100%);
		transform: translateX(-30%) translateY(-100%);
		opacity: 1;
	}
	    
}
.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(-20%) translateY(-100%);
    transform: translateX(-20%) translateY(-100%);
    opacity: 1;
    display: block;
  }
}
.rightfixed .on {
  color: #fff;
  background-color: #0058e9;
}
/* End */
/* 服务手册  下载 */
.download-section1 {
  border-bottom: 1px solid #e0e0e0;
}
.download-section2 {
  padding-top: 80px;
}
@media (max-width: 1440px) {
  .download-section2 {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .download-section2 {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .download-section2 {
    padding-top: 50px;
  }
}
.download-section2 .cont {
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (max-width: 1360px) {
  .download-section2 .cont {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .download-section2 .cont {
    padding-bottom: 30px;
  }
}
.download-section2 .cont .item {
  padding: 25px 65px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .download-section2 .cont .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .download-section2 .cont .item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .download-section2 .cont .item {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.download-section2 .cont .item .neme1 {
  width: 24%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
@media (max-width: 767px) {
  .download-section2 .cont .item .neme1 {
    width: 40%;
    font-size: 16px;
  }
}
.download-section2 .cont .item .text {
  width: 38%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 991px) {
  .download-section2 .cont .item .text {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .download-section2 .cont .item .text {
    display: none;
  }
}
.download-section2 .cont .item .size1 {
  width: 8%;
}
@media (max-width: 991px) {
  .download-section2 .cont .item .size1 {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .download-section2 .cont .item .size1 {
    width: 24%;
  }
}
.download-section2 .cont .item .list {
  width: 12%;
  display: flex;
  align-items: center;
  color: #0058e9;
}
@media (max-width: 991px) {
  .download-section2 .cont .item .list {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .download-section2 .cont .item .list {
    width: 24%;
  }
}
.download-section2 .cont .item .list img {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .download-section2 .cont .item .list img {
    display: none;
  }
}
.download-section2 .cont .tit {
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 4px;
  background-color: #588dc1;
  color: #fff;
  font-size: 16px;
  border-bottom: none;
}
.download-section2 .cont .tit .neme1 {
  font-size: 16px;
}
.download-section2 .cont .tit .text {
  color: #fff;
  font-size: 16px;
}
.download-section2 .cont .tit .list {
  color: #fff;
}
.download-section2 .cont .pagebox {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .download-section2 .cont .pagebox {
    margin-top: 30px;
  }
}
/* End */
/* 案例 */
.case-section1 {
  margin-bottom: 0;
}
.case-section1 .container .cont {
  border-bottom: none;
	overflow: auto;
}
.case-section2 {
  margin-bottom: 57px;
}
@media (max-width: 991px) {
  .case-section2 {
    margin-bottom: 37px;
  }
}
.case-section2 .cont {
  background-color: #fcfcfc;
  padding: 53px 40px 45px;
  border-top: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
}
@media (max-width: 1440px) {
  .case-section2 .cont {
    padding: 43px 26px 33px;
  }
}
@media (max-width: 991px) {
  .case-section2 .cont {
    padding: 23px 20px 13px;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont {
    padding: 23px 16px 13px;
  }
}
.case-section2 .cont .item {
  display: block;
  width: 100%;
  overflow: hidden;
}
.case-section2 .cont .item:first-child .gt {
  border-top-width: 0 ;
}
@media (max-width: 767px) {
  .case-section2 .cont .item:first-child .gt {
    border-top-width: 1px;
  }
}
.case-section2 .cont .item .lt,
.case-section2 .cont .item .gt {
  padding: 28px 0 18px;
}
@media (max-width: 767px) {
  .case-section2 .cont .item .lt,
  .case-section2 .cont .item .gt {
    padding-top: 18px;
  }
}
.case-section2 .cont .item .lt {
  width: 8%;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 16px;
  color: #0058e9;
  float: left;
}
@media (max-width: 1199px) {
  .case-section2 .cont .item .lt {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item .lt {
    width: 100%;
  }
}
.case-section2 .cont .item .lt span {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #eeeeee;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
@media (max-width: 767px) {
  .case-section2 .cont .item .lt span {
    display: none;
  }
}
.case-section2 .cont .item .gt {
  width: 88%;
  display: flex;
  float: right;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 1199px) {
  .case-section2 .cont .item .gt {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item .gt {
    width: 100%;
  }
  .case-section2 .cont .item .gt:first-child {
    padding-bottom: 28px;
  }
}
.case-section2 .cont .item .gt .jut {
  width: calc(100% - 84px);
  height: 19px;
  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;
}
.case-section2 .cont .item .gt .jut .f_jt {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.case-section2 .cont .item .gt .jut .f_jt a {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .case-section2 .cont .item .gt .jut .f_jt a {
    margin-right: 26px;
  }
}
@media (max-width: 1199px) {
  .case-section2 .cont .item .gt .jut .f_jt a {
    margin-right: 3%;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item .gt .jut .f_jt a {
    margin-right: 6%;
  }
}
@media (max-width: 346px) {
  .case-section2 .cont .item .gt .jut .f_jt a {
    margin-right: 8%;
  }
}
.case-section2 .cont .item .gt .jut .f_jt .on {
  color: #0058e9;
}
.case-section2 .cont .item .gt .but {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1;
  font-size: 16px;
  color: #0058e9;
}
.case-section2 .cont .item .gt .but span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
  -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-section2 .cont .item .gt .active span {
  transform: rotate(180deg);
}
.case-section2 .cont .itimg .lt {
  margin-top: -10px;
}
.case-section2 .cont .itimg .gt {
  margin-top: -25px;
}
@media (max-width: 767px) {
  .case-section2 .cont .itimg .gt {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.case-section2 .cont .itimg .gt .list {
  width: 100%;
}
@media (max-width: 767px) {
  .case-section2 .cont .itimg .gt .list {
    padding-bottom: 0;
  }
}
.case-section2 .cont .itimg .gt .list .f_jt {
  display: flex;
  flex-wrap: wrap;
}
.case-section2 .cont .itimg .gt .list a {
  display: block;
  margin-bottom: 36px;
  width: 8%;
  height: 62px;
  position: relative;
  border: 1px solid #eeeeee;
  margin-right: 1.9%;
  background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #666!important;
}
@media  (max-width: 1440px) {
	.case-section2 .cont .itimg .gt .list a{
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.case-section2 .cont .itimg .gt .list a{
		width: 14%;
	}
}
@media (max-width: 767px) {
  .case-section2 .cont .itimg .gt .list a {
    width: 19%;
    margin-bottom: 35px;
  }
}
@media (max-width: 484px) {
  .case-section2 .cont .itimg .gt .list a {
    width: 29%;
    margin-right: 4%;
		margin-bottom: 48px;
  }
  .case-section2 .cont .itimg .gt .list a {
    height: 67px;
		font-size: 16px;
  }
}
@media (max-width: 376px) {
	.case-section2 .cont .itimg .gt .list a{
		height: 55px;
		width: 31%;
		margin-right: 2%;
		font-size: 14px;
	}
}
.case-section2 .cont .itimg .gt .list a img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	margin-bottom: 5px;
  object-fit: cover;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.case-section2 .cont .itimg .gt .list a{
	text-align: center;
	color: #333;
}
.case-section2 .cont .itimg .gt .list a:hover {
  /* border-color: #0058e9; */
}
.case-section2 .cont .itimg .gt .list .on {
  /* border-color: #fff; */
	color: #0058e9;
	border-width: 1px;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	/* font-weight: bold; */
	/* transform: translateY(-8px); */
}
.case-section2 .cont .itimg .gt .list a:hover{
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.case-section2 .cont .itimg .gt .list span{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.case-section2 .cont .itimg .gt .list .on span img{
	transform: scale(1.3);
}
.case-section2 .cont .itimg .gt .list a:hover img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.case-section3 {
  padding-top: 0;
}
.case-section3 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.case-section3 .cont .lt {
  width: 74%;
}
@media (max-width: 991px) {
  .case-section3 .cont .lt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.case-section3 .cont .lt .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 16px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .case-section3 .cont .lt .item {
    padding: 14px;
  }
}
.case-section3 .cont .lt .item .img {
  width: 40%;
  height: 245px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case-section3 .cont .lt .item .img {
    width: 100%;
    margin-bottom: 26px;
  }
  .case-section2 .cont .itimg .gt .list a img{
    margin-bottom: 2.5px;
  }
}
.case-section3 .cont .lt .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;
}
.case-section3 .cont .lt .item .font {
  width: 56%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .case-section3 .cont .lt .item .font {
    width: 100%;
    padding-right: 0px;
  }
}
.case-section3 .cont .lt .item .font .tit {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  line-height: 30px;
  /* max-height: 54px; */
  display: -webkit-box;
-webkit-box-orient: vertical;
/* -webkit-line-clamp: 2; */
-webkit-box-sizing: content-box;
box-sizing: content-box;

overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  padding-bottom: 20px;
  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;
}
.swiper-container-vertical>.swiper-scrollbar{
  right: 0;
}
.case-section3 .cont .lt .item .font .tit::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #0058e9;
  position: absolute;
  bottom: 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;
}
@media (max-width: 1440px) {
  .case-section3 .cont .lt .item .font .tit::after {
    height: 2px;
  }
}
.case-section3 .cont .lt .item .font .text {
  margin-top: 14px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  width: 100%;
  /* height: 72px ;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100rpx; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:5;
  word-break: break-all;
  word-wrap: break-word; 
}
@media (max-width: 767px) {
  .case-section3 .cont .lt .item .font .text {
    margin-bottom: 20px;
  }
}
.case-section3 .cont .lt .item .font .but {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-section3 .cont .lt .item .font .but span {
  font-size: 14px;
  color: #999;
}
.case-section3 .cont .lt .item .font .but strong {
  font-size: 24px;
  color: #0058e9;
}
.case-section3 .cont .lt .item:hover {
  box-shadow: 3px 4px 57px 0px rgba(0, 0, 0, 0.1);
}
.case-section3 .cont .lt .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.case-section3 .cont .lt .item:hover .font .tit {
  color: #0058e9;
}
.case-section3 .cont .lt .item:hover .font .tit:after {
  width: 100%;
}
.case-section3 .cont .lt .pagebox {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .case-section3 .cont .lt .pagebox {
    margin-top: 20px;
  }
}
.case-section3 .cont .gt {
  width: 24%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .case-section3 .cont .gt {
    width: 100%;
  }
}
.case-section3 .cont .gt .tit {
  font-size: 18px;
  color: #0058e9;
  padding: 28px 18px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
@media (max-width: 575px) {
  .case-section3 .cont .gt .tit {
    padding: 24px 14px;
  }
}
.case-section3 .cont .gt .item {
  display: block;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-bottom: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .case-section3 .cont .gt .item {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .case-section3 .cont .gt .item {
    width: 100%;
  }
}
.case-section3 .cont .gt .item:last-child {
  border-bottom: none;
}
.case-section3 .cont .gt .item .img {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  padding-bottom: 88%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .case-section3 .cont .gt .item .img {
    padding-bottom: 60%;
  }
}
.case-section3 .cont .gt .item .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;
}
.case-section3 .cont .gt .item .text {
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding: 0 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.case-section3 .cont .gt .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* End */
/* 案例空 */
.airbox-section1 .air_cont {
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1440px) {
  .airbox-section1 .air_cont {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .airbox-section1 .air_cont {
    margin-bottom: 30px;
    height: 300px;
  }
}
.airbox-section1 .air_cont .img {
  width: 140px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .airbox-section1 .air_cont .img {
    width: 100px;
  }
}
.airbox-section1 .air_cont .img img {
  width: 100%;
}
.airbox-section1 .air_cont p {
  font-size: 20px;
  color: #666666;
  line-height: 1;
}
@media (max-width: 991px) {
  .airbox-section1 .air_cont p {
    font-size: 18px;
  }
}
.airbox-section1 .air_tit {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 24px;
  color: #0058e9;
}
.airbox-section1 .cont .gt {
  width: 24%;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .airbox-section1 .cont .gt {
    width: 100%;
  }
}
.airbox-section1 .cont .gt .tit {
  font-size: 20px;
  color: #0058e9;
  padding: 28px 16px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
@media (max-width: 575px) {
  .airbox-section1 .cont .gt .tit {
    padding: 24px 14px;
  }
}
.airbox-section1 .cont .gt .item {
  padding: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .airbox-section1 .cont .gt .item {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .airbox-section1 .cont .gt .item {
    width: 100%;
  }
}
.airbox-section1 .cont .gt .item .img {
  position: relative;
  height: 287px;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .airbox-section1 .cont .gt .item .img {
    margin-bottom: 24px;
  }
}
.airbox-section1 .cont .gt .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;
}
.airbox-section1 .cont .gt .item .font {
  width: 100%;
}
.airbox-section1 .cont .gt .item .font strong {
  display: block;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.airbox-section1 .cont .gt .item .font .text {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  width: 100%;
  height: 74px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
}
.airbox-section1 .cont .gt .item:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
/* End */
/* 关于我们 */
.about-section1 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 1199px) {
  .about-section1 {
    display: none;
  }
}
.about-section1 .cont {
  display: flex;
  justify-content: space-between;
}
.about-section1 .cont a {
  display: block;
  padding: 26px 0 ;
  font-size: 16px;
  color: #fff;
}
.about-section2 {
  position: relative;
}
@media (max-width: 991px) {
  .about-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-section2 .lt {
  width: 40%;
  position: relative;
  height: 917px;
}
@media (max-width: 1681px) {
  .about-section2 .lt {
    height: 817px;
  }
}
@media (max-width: 1440px) {
  .about-section2 .lt {
    height: 717px;
  }
}
@media (max-width: 1199px) {
  .about-section2 .lt {
    height: 517px;
  }
}
@media (max-width: 991px) {
  .about-section2 .lt {
    width: 100%;
    margin-bottom: 30px;
    display: none;
  }
}
@media (max-width: 767px) {
  .about-section2 .lt {
    height: auto;
    padding-bottom: 70%;
  }
}
.about-section2 .lt img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section2 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .about-section2 .container {
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
.about-section2 .container .cont {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.about-section2 .container .cont .gt {
  width: 54%;
}
.about-section2 .container .cont .gt .text p{
  height: auto;
}
@media (max-width: 991px) {
  .about-section2 .container .cont .gt {
    width: 100%;
  }
}
.about-section2 .container .cont .gt .tit {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .about-section2 .container .cont .gt .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .about-section2 .container .cont .gt .tit {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 645px) {
  .about-section2 .container .cont .gt .tit {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .about-section2 .container .cont .gt .tit {
    font-size: 20px;
    line-height: 30px;
  }
}
.about-section2 .container .cont .gt .mas {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 1681px) {
  .about-section2 .container .cont .gt .mas {
    margin-bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .about-section2 .container .cont .gt .mas {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .about-section2 .container .cont .gt .mas {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .about-section2 .container .cont .gt .mas .item {
    margin-right: 10%;
  }
  .about-section2 .container .cont .gt .mas .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .about-section2 .container .cont .gt .mas .item {
    margin-right: 0;
  }
}
.about-section2 .container .cont .gt .mas .item .shu {
  font-size: 84px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0058e9;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  align-items: flex-end;
}
@media (max-width: 1360px) {
  .about-section2 .container .cont .gt .mas .item .shu {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .about-section2 .container .cont .gt .mas .item .shu {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .about-section2 .container .cont .gt .mas .item .shu {
    font-size: 38px;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .about-section2 .container .cont .gt .mas .item .shu {
    font-size: 34px;
  }
}
.about-section2 .container .cont .gt .mas .item .shu span {
  font-family: "shu";
  line-height: 1;
}
.about-section2 .container .cont .gt .mas .item .shu i {
  font-style: normal;
  font-size: 16px;
}
.about-section2 .container .cont .gt .mas .item strong {
  font-size: 22px;
  color: #666;
  display: block;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 767px) {
  .about-section2 .container .cont .gt .mas .item strong {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-section2 .container .cont .gt .mas .item strong {
    font-size: 16px;
  }
}
.about-section2 .container .cont .gt .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 30px;
  height: 178px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 5; */
  overflow: hidden;
}
@media (max-width: 1440px) {
  .about-section2 .container .cont .gt .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .about-section2 .container .cont .gt .text {
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.about-section2 .container .cont .gt .but {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0058e9;
}
.about-section2 .container .cont .active .text {
  overflow: auto;
	display: block;
}
.about-section3 {
  background: url(../image/int2/ab3bag.jpg) no-repeat center / cover;
}
.about-section3 .newsbox-tit {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .about-section3 .newsbox-tit {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .about-section3 .newsbox-tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-section3 .newsbox-tit {
    margin-bottom: 30px;
  }
}
.about-section3 .cont {
  position: relative;
}
.about-section3 .cont .img {
  width: 100%;
  position: relative;
  padding-bottom: 111%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.about-section3 .cont .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;
}
.about-section3 .cont .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-section3 .cont .ab3-prev,
.about-section3 .cont .ab3-next {
  background: none;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}
@media (max-width: 1199px) {
  .about-section3 .cont .ab3-prev,
  .about-section3 .cont .ab3-next {
    display: none;
  }
}
@media (max-width: 567px) {
  .about-section3 .cont .ab3-prev {
    display: block;
    left: 19px!important;
  }
  .about-section3 .cont .ab3-next {
    display: block;
    right: 24px!important;
  }
}
.about-section3 .cont .ab3-prev span,
.about-section3 .cont .ab3-next span {
  font-size: 43px;
  color: #333;
  opacity: 0.2;
}
.about-section3 .cont .ab3-prev:hover span,
.about-section3 .cont .ab3-next:hover span {
  color: #0058e9;
}
.about-section3 .cont .ab3-prev {
  left: -60px;
}
@media (max-width: 1440px) {
  .about-section3 .cont .ab3-prev {
    left: -30px;
  }
}
.about-section3 .cont .ab3-next {
  right: -60px;
}
@media (max-width: 1440px) {
  .about-section3 .cont .ab3-next {
    right: -30px;
  }
}
.about-section3 .cont .swiper-button-disabled span {
  opacity: 1;
  color: #0058e9;
}
.about-section4 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section4 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section4 .cont .jut {
  position: relative;
}
.about-section4 .cont .ab4-cont {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont {
    margin-bottom: 60px;
  }
}
.about-section4 .cont .ab4-cont .item {
  display: flex;
  justify-content: space-between;
  background-color: #e5eefd;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.about-section4 .cont .ab4-cont .item .img,
.about-section4 .cont .ab4-cont .item .font {
  width: 50%;
}
@media (max-width: 991px) {
  .about-section4 .cont .ab4-cont .item .img,
  .about-section4 .cont .ab4-cont .item .font {
    width: 100%;
  }
}
.about-section4 .cont .ab4-cont .item .img {
  height: 483px;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont .item .img {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .about-section4 .cont .ab4-cont .item .img {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .about-section4 .cont .ab4-cont .item .img {
    height: 200px;
  }
}
.about-section4 .cont .ab4-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section4 .cont .ab4-cont .item .font {
  height: 100%;
  padding: 0 66px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont .item .font {
    padding: 0 44px;
  }
}
@media (max-width: 991px) {
  .about-section4 .cont .ab4-cont .item .font {
    padding: 40px 30px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .about-section4 .cont .ab4-cont .item .font {
    padding: 30px 20px 40px;
  }
}
@media (max-width: 575px) {
  .about-section4 .cont .ab4-cont .item .font {
    padding: 30px 16px 40px;
  }
}
.about-section4 .cont .ab4-cont .item .font strong {
  position: absolute;
  top: 57px;
  right: 65px;
  font-size: 86px;
  line-height: 1;
  opacity: 0.1;
  color: #0058e9;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont .item .font strong {
    font-size: 66px;
  }
}
@media (max-width: 1199px) {
  .about-section4 .cont .ab4-cont .item .font strong {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .about-section4 .cont .ab4-cont .item .font strong {
    font-size: 46px;
    display: none;
  }
}
.about-section4 .cont .ab4-cont .item .font .list {
  width: 100%;
}
.about-section4 .cont .ab4-cont .item .font .list .tit {
  font-size: 26px;
  color: #0058e9;
  line-height: 1.45;
  margin-bottom: 34px;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont .item .font .list .tit {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .about-section4 .cont .ab4-cont .item .font .list .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about-section4 .cont .ab4-cont .item .font .list .tit {
    font-size: 22px;
  }
}
@media (max-width: 355px) {
  .about-section4 .cont .ab4-cont .item .font .list .tit {
    font-size: 20px;
  }
}
.about-section4 .cont .ab4-cont .item .font .list .text {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
@media (max-width: 1199px) {
  .about-section4 .cont .ab4-cont .item .font .list .text {
    line-height: 26px;
  }
}
.about-section4 .cont .ab4-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 1;
}
.about-section4 .cont .ab4-nav .swiper-wrapper {
  z-index: 2;
  position: relative;
}
.about-section4 .cont .ab4-nav .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-section4 .cont .ab4-nav .item span {
  font-size: 22px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1;
}
.about-section4 .cont .ab4-nav .item i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.about-section4 .cont .ab4-nav .on .item i {
  border-color: #0058e9;
  background-color: #0058e9;
}
.about-section4 .cont .ab4-nav .on .item span {
  color: #0058e9;
}
.about-section4 .cont .ab4-prev,
.about-section4 .cont .ab4-next {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #ffff;
  font-size: 16px;
  color: #ccc;
  background: none;
  bottom: 0;
  top: auto;
  transform: translateY(38%);
  background-color: #fff;
  text-align: center;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}
.about-section4 .cont .ab4-prev span,
.about-section4 .cont .ab4-next span {
  display: block;
  height: 16px;
  width: 9px;
  align-items: center;
  line-height: 1;
}
.about-section4 .cont .ab4-prev:hover,
.about-section4 .cont .ab4-next:hover {
  color: #0058e9;
  background-color: #fff;
  border-color: #0058e9;
}
.about-section4 .cont .ab4-prev {
  left: 0;
}
.about-section4 .cont .ab4-next {
  right: 0;
}
.about-section5 {
  background-color: #f8f7f3;
  /* height: 652px; */
  position: relative;
  /* padding-bottom: 0; */
  background: url(../image/int2/jiangpai.png) no-repeat center / cover;
}
@media (max-width: 991px) {
  .about-section5 {
    height: auto;
    /* padding-bottom: 60px; */
  }
}
.about-section5 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section5 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section5 .jut {
  width: 86%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 38px;
  color: #666;
  text-align: center;
}
@media (max-width: 991px) {
  .about-section5 .jut {
    width: 100%;
  }
}
.about-section5 .cont {
  position: relative;
  width: 100%;
  z-index: 2;
}
.about-section5 .container {
  position: relative;
  height: 100%;
}
.about-section6 {
  width: 100%;
  padding-bottom: 60px;
  background: url(../image/int2/jinzhen1.png) no-repeat bottom left;
}
@media (max-width: 1199px) {
  .about-section6 {
    padding-bottom: 30px;
  }
}
.about-section6 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section6 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section6 .cont {
  margin: 0 -48px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .about-section6 .cont {
    margin: 0 -38px;
  }
}
@media (max-width: 1360px) {
  .about-section6 .cont {
    margin: 0 -28px;
  }
}
@media (max-width: 1199px) {
  .about-section6 .cont {
    margin: 0 -18px;
  }
}
@media (max-width: 991px) {
  .about-section6 .cont {
    margin: 0 -8px;
  }
}
@media (max-width: 575px) {
  .about-section6 .cont {
    margin: 0;
  }
}
.about-section6 .cont .item {
  padding: 0 48px;
  width: 33.333%;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .about-section6 .cont .item {
    padding: 0 38px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1360px) {
  .about-section6 .cont .item {
    padding: 0 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .about-section6 .cont .item {
    padding: 0 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .about-section6 .cont .item {
    padding: 0 8px;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .about-section6 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.about-section6 .cont .item .jut {
  background-color: #ffffff;
  box-shadow: 3px 4px 29px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 100%;
  padding: 62px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .about-section6 .cont .item .jut {
    padding: 42px 30px;
  }
}
@media (max-width: 1360px) {
  .about-section6 .cont .item .jut {
    padding: 32px 26px;
  }
}
@media (max-width: 1199px) {
  .about-section6 .cont .item .jut {
    padding: 30px 24px;
  }
}
@media (max-width: 767px) {
  .about-section6 .cont .item .jut {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .about-section6 .cont .item .jut {
    padding: 30px 16px;
  }
}
.about-section6 .cont .item .jut i {
  display: block;
  height: 98px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .about-section6 .cont .item .jut i {
    height: 78px;
  }
}
@media (max-width: 1199px) {
  .about-section6 .cont .item .jut i {
    height: 68px;
  }
}
@media (max-width: 991px) {
  .about-section6 .cont .item .jut i {
    height: 58px;
    margin-bottom: 20px;
  }
}
.about-section6 .cont .item .jut i img {
  height: 100%;
}
.about-section6 .cont .item .jut .tit {
  text-align: center;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 20px;
	width: 100%;
}
@media (max-width: 1199px) {
  .about-section6 .cont .item .jut .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .about-section6 .cont .item .jut .tit {
    font-size: 24px;
  }
}
.about-section6 .cont .item .jut span {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #0058e9;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-section6 .cont .item .jut span {
    height: 2px;
  }
}
.about-section6 .cont .item .jut .text {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  text-align: center;
	width: 100%;
}
.about-section7 {
  background: url(../image/int2/ab7bag.jpg) no-repeat center / cover;
}
.about-section7 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section7 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section7 .newsbox-tit .text strong {
  color: #fff;
}
.about-section7 .newsbox-tit .text strong:after,
.about-section7 .newsbox-tit .text strong::before {
  background-color: #fff;
}
.about-section7 .newsbox-tit span {
  color: #fff;
}
.about-section7 .cont {
  width: 100%;
  position: relative;
}
.about-section7 .cont .ab7-cont {
  width: 100%;
  padding: 29px;
}
.about-section7 .cont .ab7-cont .swiper-slide {
  width: 63%;
  opacity: 0!important;
}
@media (max-width: 1440px) {
  .about-section7 .cont .ab7-cont .swiper-slide {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about-section7 .cont .ab7-cont .swiper-slide {
    width: 100%;
  }
}
.about-section7 .cont .ab7-cont .swiper-slide-duplicate-next,
.about-section7 .cont .ab7-cont .swiper-slide-duplicate-prev {
  opacity: 0.4 !important;
}
.about-section7 .cont .ab7-cont .swiper-slide-duplicate-next .item,
.about-section7 .cont .ab7-cont .swiper-slide-duplicate-prev .item {
  padding: 4px;
}
.about-section7 .cont .ab7-cont .swiper-slide-active {
  opacity: 1!important;
}
.about-section7 .cont .ab7-cont .swiper-slide-active .item:hover {
  box-shadow: 3px 4px 29px 0px rgba(0, 0, 0, 0.4);
}
.about-section7 .cont .ab7-cont .item {
  padding: 10px;
  background-color: #fff;
  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;
}
.about-section7 .cont .ab7-cont .img {
  width: 100%;
  position: relative;
  padding-bottom: 58%;
}
.about-section7 .cont .ab7-cont .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
	opacity: 1!important;
  left: 0;
}
.about-section7 .cont .ab7-prev,
.about-section7 .cont .ab7-next {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #ffff;
  font-size: 16px;
  color: #fff;
  background: none;
  transform: translateY(38%);
  text-align: center;
  opacity: 0.5;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  .about-section7 .cont .ab7-prev,
  .about-section7 .cont .ab7-next {
    width: 36px;
    height: 36px;
  }
}
.about-section7 .cont .ab7-prev span,
.about-section7 .cont .ab7-next span {
  display: block;
  height: 16px;
  width: 9px;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .about-section7 .cont .ab7-prev span,
  .about-section7 .cont .ab7-next span {
    height: 14px;
  }
}
.about-section7 .cont .ab7-prev:hover,
.about-section7 .cont .ab7-next:hover {
  opacity: 1;
}
.about-section7 .cont .ab7-prev {
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about-section7 .cont .ab7-prev {
    left: -12px;
    transform: translateX(0);
  }
}
.about-section7 .cont .ab7-next {
  transform: translateX(50%);
  right: 0;
}
@media (max-width: 767px) {
  .about-section7 .cont .ab7-next {
    right: -12px;
    transform: translateX(0);
  }
}
.about-section7 .cont .ab7-next span {
  display: flex;
}
.about-section8 {
  border-bottom: 1px solid #e5e5e5;
}
.about-section8 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section8 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section8 .cont .ab8-cont {
  padding-bottom: 53px;
}
@media (max-width: 1199px) {
  .about-section8 .cont .ab8-cont {
    padding-bottom: 33px;
  }
}
.about-section8 .cont .ab8-cont a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 111%;
}
@media (max-width: 767px) {
  .about-section8 .cont .ab8-cont a {
    padding-bottom: 96%;
  }
}
.about-section8 .cont .ab8-cont a 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;
}
.about-section8 .cont .ab8-cont a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.about-section8 .cont .ab8-pagi {
  bottom: 0;
}
.about-section8 .cont .ab8-pagi span {
  background-color: #ffffff;
  border: 1px solid #ddd;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  opacity: 1;
}
.about-section8 .cont .ab8-pagi .swiper-pagination-bullet-active {
  background-color: #0058e9;
  border-color: #0058e9;
}
.about-section9 {
  border-bottom: none;
  background: url(../image/int2/ab9bag.jpg) no-repeat center / cover;
}
.about-section10 {
  background: url(../image/int2/ab10bag.jpg) no-repeat center / cover;
}
.about-section10 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section10 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section10 .cont {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -21px; */
}
@media (max-width: 1440px) {
  .about-section10 .cont {
    /* margin: 0 -11px; */
  }
}
@media (max-width: 1199px) {
  .about-section10 .cont {
    /* margin: 0 -8px; */
  }
}
@media (max-width: 767px) {
  .about-section10 .cont {
    /* margin: 0 -5px; */
  }
}
.about-section10 .cont .item {
  /* margin-bottom: 35px; */
  display: block;
  /* padding: 0 21px; */
  width: 16.66%;
}
@media (max-width: 1440px) {
  .about-section10 .cont .item {
/*    padding: 0 11px;
    margin-bottom: 26px; */
  }
}
@media (max-width: 1199px) {
  .about-section10 .cont .item {
/*    padding: 0 8px;
    margin-bottom: 20px; */
    width: 25%;
  }
}
@media (max-width: 767px) {
  .about-section10 .cont .item {
    /* padding: 0 5px; */
  }
}
@media (max-width: 575px) {
  .about-section10 .cont .item {
    width: 33.333%;
  }
}
.about-section10 .cont .item .jut {
  width: 100%;
  position: relative;
  padding-bottom: 45%;
  border: 1px solid #e6e6e6;
  overflow: hidden;
	
}
.about-section10 .cont .item .jut img {
  position: absolute;
  top: 0%;
	left: 0%;
/* 	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%); */
  object-fit: contain;
	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;
/* 	-webkit-filter: grayscale(100%);
	    -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	    -o-filter: grayscale(100%);
	    filter: grayscale(100%);
	    filter: gray; */
}
.about-section10 .cont .item .jut:hover img {
/*  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.06);
  transform: translateX(-50%) translateY(-50%) scale(1.06); */
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-filter: grayscale(0%);
	    -moz-filter: grayscale(0%);
	    -ms-filter: grayscale(0%);
	    -o-filter: grayscale(0%);
	    filter: grayscale(0%);
	    filter: gray;
}
/* End */
/* 产品页面 */
.product-section1 .cont {
  border-top: 2px solid #0058e9;
  border-bottom: none;
  background-color: #fff;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.16);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.product-section1 .cont .f_item {
  background-color: #e5eefd;
}
.product-section1 .cont .item {
  padding: 0 40px;
}
@media (max-width: 1440px) {
  .product-section1 .cont .item {
    padding: 0 26px;
  }
}
.product-section1 .cont .item .gt .jut {
  width: calc(100% - 36px);
}
.product-section1 .cont .item .gt .jut .f_jt .active {
  border: 1px solid #0058e9;
  color: #0058e9;
}
.product-section1 .cont .item .gt .but {
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .product-section1 .cont .item .gt .but {
    width: 50px;
  }
}
.product-section1 .cont .item .lt .tit {
  width: 78px;
  text-align: right;
}
@media (max-width: 991px) {
  .product-section1 .cont .item .lt .tit {
    text-align: left;
    font-weight: 700;
  }
}
.product-section1 .cont .gt .jut .f_jt a {
  padding: 2px;
}
.product-section1 .cont .f_chan .gt {
  border-bottom: none;
  padding-bottom: 20px;
}
.product-section1 .cont .f_chan .gt .jut {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: flex-start;
  overflow: inherit;
  width: 100%;
}
.product-section1 .cont .f_chan .gt .jut .f_jt {
  flex-shrink: 0;
	max-width: 100%;
  /* flex-wrap: nowrap; */
}
.product-section1 .cont .f_chan .gt .jut .f_jt a {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .product-section1 .cont .f_chan .gt .jut .f_jt a {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .product-section1 .cont .f_chan .gt .jut .f_jt a {
    margin-bottom: 16px;
  }
  .product-section1 .cont .f_chan .gt{
    padding-bottom: 50px;
  }
}
.product-section1 .cont .f_chan .gt .jut .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 290px;
  border: 1px solid #eeeeee;
  margin-top: -10px;
  background-color: #fff;
	/* margin-top: 10px; */
}
@media (max-width: 575px) {
  .product-section1 .cont .f_chan .gt .jut .form {
    width: 100%;
  }
}
.product-section1 .cont .f_chan .gt .jut .form input {
  width: 80%;
  height: 36px;
  padding: 10px;
}
@media (max-width: 375px) {
	.product-section1 .cont .f_chan .gt .jut .form input{
		width: 73%;
	}
}
.product-section1 .cont .f_chan .gt .jut .form button{
  background-color: transparent;
}
.product-section1 .cont .f_chan .gt .jut .form span {
  font-size: 24px;
  color: #0058e9;
  padding: 10px;
}
@media (max-width: 991px) {
  .product-section1 .cont .f_xuan .lt {
    display: none;
  }
}
.product-section1 .cont .f_xuan .gt .jut {
  height: auto;
}
.product-section1 .cont .f_search {
  display: flex;
  align-items: flex-start;
}
.product-section1 .cont .f_search strong {
  font-size: 18px;
  color: #666;
  font-weight: 100;
  flex-shrink: 0;
}
.product-section1 .cont .f_search .f_neirong {
  display: flex;
  flex-wrap: wrap;
}
.product-section1 .cont .f_search .f_neirong .f_font {
  display: flex;
  align-items: center;
  background-color: #0058e9;
  padding: 1px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-section1 .cont .f_search .f_neirong .f_font em,
.product-section1 .cont .f_search .f_neirong .f_font i {
  font-style: normal;
  line-height: 1;
}
.product-section1 .cont .f_search .f_neirong .f_font i {
  padding: 4px;
  color: #fff;
  cursor: pointer;
}
.product-section1 .cont .f_search .f_neirong .f_font em {
  background-color: #fff;
  padding: 4px 8px;
}
.product-section2 {
  padding-top: 0;
}
.product-section2 .cont {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-section2 .cont {
    margin: 0;
  }
	.product-section1 .cont .f_search .f_neirong .f_font em {
		font-size: 12px;
	}
	.product-section1 .cont .f_xuan .gt .jut{
		width: 100%;
	}
}
.product-section2 .cont .item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 991px) {
  .product-section2 .cont .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-section2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.product-section2 .cont .item .jut {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 40px;
  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) {
  .product-section2 .cont .item .jut {
    padding: 30px;
  }
}
.product-section2 .cont .item .jut .img {
  width: 100%;
  position: relative;
  padding-bottom: 80%;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product-section2 .cont .item .jut .img {
    margin-bottom: 30px;
  }
}
.product-section2 .cont .item .jut .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -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;
}
.product-section2 .cont .item .jut .text {
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  text-overflow: ellipsis;
}
.product-section2 .cont .item .jut .font {
  width: 100%;
  position: relative;
}
.product-section2 .cont .item .jut .font .f_font {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 89, 233, 0.8);
  color: #fff;
  padding: 60px 30px;
  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;
}
@media (max-width: 1440px) {
  .product-section2 .cont .item .jut .font .f_font {
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  .product-section2 .cont .item .jut .font .f_font {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .product-section2 .cont .item .jut .font .f_font {
    padding: 30px 16px;
  }
}
.product-section2 .cont .item .jut .font .f_font .f_tit {
  font-size: 16px;
  /* white-space: nowrap; */
  overflow: hidden;
  line-height: 26px;
  /* text-overflow: ellipsis; */
  margin-bottom: 20px;
}
.product-section2 .cont .item .jut .font .f_font > span {
  display: block;
  width: 48px;
  height: 4px;
  background-color: #ffffff;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .product-section2 .cont .item .jut .font .f_font > span {
    height: 2px;
  }
}
.product-section2 .cont .item .jut .font .f_font .f_text {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .product-section2 .cont .item .jut .font .f_font .f_text {
    margin-bottom: 20px;
  }
}
.product-section2 .cont .item .jut .font .f_font .but {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  justify-content: center;
}
.product-section2 .cont .item:hover .jut {
  background-color: #ffffff;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.16);
}
.product-section2 .cont .item:hover .jut .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.product-section2 .cont .item:hover .jut .text {
  opacity: 0;
}
.product-section2 .cont .item:hover .jut .f_font {
  opacity: 1;
}
.product-section2 .pagebox {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .product-section2 .pagebox {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .product-section2 .pagebox {
    margin-top: 10px;
  }
}
/* End */
/* 产品详情 */
.product_info .product_infoltgt {
  padding: 0 68px;
}
@media (max-width: 1440px) {
  .product_info .product_infoltgt {
    padding: 0 46px;
  }
}
@media (max-width: 1199px) {
  .product_info .product_infoltgt {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .product_info .product_infoltgt {
    padding: 0 26px;
  }
}
@media (max-width: 767px) {
  .product_info .product_infoltgt {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .product_info .product_infoltgt {
    padding: 0 8px;
  }
}
.product_info-section0 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .product_info-section0 {
    margin-bottom: 30px;
  }
}
.product_info-section0 .container .cont {
  border-bottom: 2px solid #666666;
	overflow: auto;
}
.product_info-section1 {
  padding-top: 0;
	position: relative;
}
.prorightimg{
	position: absolute;
	right: -415px;
	width: 400px;
	height: 400px;
	overflow: hidden;
	display: none;
}
.prorightimg img{
	width: 800px;
	height: 600px!important;
}
.blk1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	pointer-events: none;
	display: none;
	background-color: blue;
	opacity: .5;
}
@media (max-width: 767px) {
  .product_info-section1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product_info-section1 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
}
.product_info-section1 .cont .lt {
  width: 52%;
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1561px) {
  .product_info-section1 .cont .lt {
    height: 400px;
  }
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .lt {
    height: 334px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .lt {
    height: 278px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.product_info-section1 .cont .lt .nav {
  width: 20%;
  height: 100%;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .nav {
    width: 100%;
    height: 80px;
    order: 1;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .lt .nav {
    height: 70px;
  }
}
.product_info-section1 .cont .lt .nav .product_info-section1-nav {
  height: 100%;
}
.product_info-section1 .cont .lt .nav .img {
  width: 99%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
.product_info-section1 .cont .lt .nav .img img {
  height: 60%;
  object-fit: cover;
}
.product_info-section1 .cont .lt .nav .img:hover {
  border: 1px solid #0058e9;
}
.product_info-section1 .cont .lt .nav .on .img {
  border: 1px solid #0058e9;
	overflow: hidden;
}
.product_info-section1 .cont .lt .cent {
  width: 74%;
  height: 100%;
	/* border: 1px solid #dbdbdb; */
}
.product_info-section1 .cont .lt .cent .swiper-slide{
  overflow: hidden;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .cent {
    width: 100%;
    height: 350px;
    order: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .lt .cent {
    height: auto;
  }
}
.product_info-section1 .cont .lt .cent .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  
}
.product_info-section1 .cont .lt .cent .img img {
  height: auto;
  width: 99%;
  object-fit: contain;
  border: 1px solid #dbdbdb;
}
.product_info-section1 .cont .lt .qie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17%;
  display: flex;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie {
    width: 100%;
    bottom: 8%;
  }
  .product_info-section1 .cont .lt .cent .img{
    align-items: unset;
  }
}
@media (max-width: 767px) {
	.product_info-section1 .cont .lt .cent .img{
		height: 350px;
	}
	.product_info-section1 .cont .lt .cent .img img{
		height: 100%;
	}
}
.product_info-section1 .cont .lt .qie .pro-prev,
.product_info-section1 .cont .lt .qie .pro-next {
  display: block;
  width: 45%;
  height: 20px;
  outline: none;
  pointer-events: auto!important;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie .pro-prev,
  .product_info-section1 .cont .lt .qie .pro-next {
    width: 20px;
    height: 40px;
  }
}
.product_info-section1 .cont .lt .qie .pro-prev {
  background: #d4d4d4 url(../images/top.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
  left: 0;
}
.product_info-section1 .cont .lt .qie .pro-prev:hover {
  background: #0058e9 url(../images/top.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie .pro-prev {
    background: #d4d4d4 url(../images/home/lt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
  .product_info-section1 .cont .lt .qie .pro-prev:hover {
    background: #0058e9 url(../images/home/lt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
}
.product_info-section1 .cont .lt .qie .pro-next {
  background: #d4d4d4 url(../images/in/b.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
  right: 0;
}
.product_info-section1 .cont .lt .qie .pro-next:hover {
  background: #0058e9 url(../images/in/b.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie .pro-next {
    background: #d4d4d4 url(../images/home/gt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
  .product_info-section1 .cont .lt .qie .pro-next:hover {
    background: #0058e9 url(../images/home/gt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
}
.product_info-section1 .cont .gt {
  width: 46%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .gt {
    width: 100%;
    height: auto;
  }
}
.product_info-section1 .cont .gt .font .tit {
  font-size: 32px;
  line-height: 1.4;
  color: #0058e9;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .tit {
    margin-bottom: 14px;
    font-size: 24px;
  }
}
.product_info-section1 .cont .gt .font > p {
  font-size: 22px;
  color: #333;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font > p {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font > p {
    margin-bottom: 20px;
  }
}
.product_info-section1 .cont .gt .font .text {
  padding: 18px 23px;
  font-size: 14px;
  color: #999;
  background-color: #f9f9f9;
  line-height: 22px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font .text {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .text {
    padding: 18px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .product_info-section1 .cont .gt .font .text {
    padding: 18px 16px;
  }
}
.product_info-section1 .cont .gt .font .text .f_jut {
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .product_info-section1 .cont .gt .font .text .f_jut {
    height: auto;
  }
}
.product_info-section1 .cont .gt .font .f_but {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font .f_but {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .f_but {
    margin-bottom: 20px;
  }
}
.product_info-section1 .cont .gt .font .f_but i {
  font-size: 22px;
  color: #ff6b03;
  display: block;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .f_but i {
    font-size: 18px;
  }
}
.product_info-section1 .cont .gt .font .f_but span {
  font-size: 18px;
  color: #666666;
}
.product_info-section1 .cont .gt .font .f_but span em {
  font-weight: 600;
  font-style: normal;
  color: #ff6a01;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .f_but span em {
    font-size: 20px;
  }
}
.product_info-section1 .cont .gt .font .but {
  width: 180px;
  height: 50px;
  background-color: #0159e9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font .but {
    width: 160px;
    height: 50px;
  }
}
@media (max-width: 1360px) {
  .product_info-section1 .cont .gt .font .but {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .but {
    margin-bottom: 20px;
  }
}
.product_info-section1 .cont .gt .font .fen {
  overflow: hidden;
  display: flex;
}
.product_info-section2 {
  padding-top: 0;
}
.product_info-section2 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.product_info-section2 .cont .lt {
  width: 74%;
  border: 1px solid #efefef;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt {
    width: 100%;
  }
}
.product_info-section2 .cont .lt .f_tit {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 60px;
  border: 1px solid #fff;
  border-bottom: none;
}
.product_info-section2 .cont .lt .f_tit .jut {
  display: flex;
  width: 100%;
  overflow: auto;
}
.product_info-section2 .cont .lt .f_tit a {
  font-size: 18px;
  color: #666;
  display: block;
  flex-shrink: 0;
  padding: 0 32px;
}
.product_info-section2 .cont .lt .f_tit a:first-child {
  padding-left: 0;
}
@media (max-width: 1681px) {
	.product_info-section2 .cont .lt .f_tit a{
		padding: 0 24px;
	}
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt .f_tit a {
    padding: 0 14px;
  }
}
@media (max-width: 1360px) {
  .product_info-section2 .cont .lt .f_tit a {
    padding: 0 11px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt .f_tit a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt .f_tit a {
    font-size: 14px;
  }
}
.product_info-section2 .cont .lt .f_tit .on {
  color: #0058e9;
}
.product_info-section2 .cont .lt > .jut {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.product_info-section2 .cont .lt > .jut .prin_tit {
  width: 100%;
  border-bottom: 3px solid #eeeeee;
  height: 46px;
  margin-bottom: 40px;
  line-height: 1;
  font-size: 24px;
  color: #0058e9;
}
.product_info-section2 .cont .lt > .jut .prin_tit span {
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 0;
  border-bottom: 3px solid #0058e9;
}
.product_info-section2 .cont .lt > .jut .prinpd {
  /* padding-top: 0; */
}
.product_info-section2 .cont .lt > .jut .prin1 {
  width: 100%;
	padding-bottom: 0;
}
.product_info-section2 .cont .lt > .jut .prin1 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding-right: 35px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item {
    padding: 14px;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .item .img {
  width: 40%;
  height: 245px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item .img {
    width: 100%;
    margin-bottom: 26px;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .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;
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font {
  width: 56%;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item .font {
    width: 100%;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .tit {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  padding-bottom: 26px;
  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;
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .tit::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #0058e9;
  position: absolute;
  bottom: 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;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item .font .tit::after {
    height: 2px;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .text {
  margin-top: 14px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #999999;
  line-height: 25px;
  width: 100%;
  height: 72px ;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item .font .text {
    margin-bottom: 20px;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .but {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .but span {
  font-size: 14px;
  color: #999;
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .but strong {
  font-size: 24px;
  color: #0058e9;
}
.product_info-section2 .cont .lt > .jut .prin1 .item:hover {
  box-shadow: 3px 4px 57px 0px rgba(0, 0, 0, 0.1);
}
.product_info-section2 .cont .lt > .jut .prin1 .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product_info-section2 .cont .lt > .jut .prin1 .item:hover .font .tit {
  color: #0058e9;
}
.product_info-section2 .cont .lt > .jut .prin1 .item:hover .font .tit:after {
  width: 100%;
}
.product_info-section2 .cont .lt > .jut .prin1 .f_but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 46px;
  background-color: #0058e9;
  border-radius: 23px;
  margin: 40px auto 0;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin1 .f_but {
    width: 120px;
    height: 40px;
  }
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont {
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont {
    margin: 0 -11px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont {
    margin: 0 -5px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont {
    margin: 0;
  }
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
  padding: 0 22px;
  margin-bottom: 40px;
  width: 33.333%;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
    padding: 0 11px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
    padding: 0;
    width: 100%;
  }
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont .item .f_jut {
  width: 100%;
  border: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 134%;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item .f_jut {
    padding-bottom: 100%;
  }
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont .item .f_jut img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont .item .f_jut:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut {
  width: 100%;
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item {
  width: 100%;
  margin-bottom: 20px;
  padding: 28px 34px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item {
    padding: 20px 14px;
  }
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font {
  display: flex;
  align-items: center;
  width: calc(100% - 92px);
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i {
  display: block;
  height: 48px;
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i {
    height: 40px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i {
    margin-right: 16;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i {
    margin-right: 8px;
  }
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i img {
  height: 100%;
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font span {
  min-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font span {
    font-size: 16px;
  }
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item a {
  width: 92px;
  height: 34px;
  background-color: #0159e9;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item a span {
  display: block;
  width: 12px;
  margin-right: 5px;
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item a span img {
  float: left;
  width: 100%;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut {
  width: 100%;
  position: relative;
  /* padding-bottom: 40%; */
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin4 .f_jut {
    /* padding-bottom: 70%; */
  }
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
	display: none;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox img {
  width: 64px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox img {
    width: 54px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox img {
    width: 44px;
  }
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox img {
    width: 30px;
  }
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut .img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut iframe{
  width: 100%;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.product_info-section2 .cont .lt > .jut .prin5 {
  padding-bottom: 0;
}
.product_info-section2 .cont .gt {
  width: 23%;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .gt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product_info-section2 .cont .gt .prinpd {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .product_info-section2 .cont .gt .prinpd {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.product_info-section2 .cont .gt .f_tit {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 60px;
  font-size: 20px;
  width: 100%;
  color: #0058e9;
  margin-bottom: 18px;
}
.product_info-section2 .cont .gt .item {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid #eee;
  padding: 20px 20px 40px;
}
.product_info-section2 .cont .gt .swiper-wrapper{
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .gt .item {
    padding: 20px 20px 30px;
    width: 414px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .gt .item {
    width: 340px;
    padding: 20px 14px 30px;
  }
}
.product_info-section2 .cont .gt .item .img {
  position: relative;
  width: 100%;
  padding-bottom: 96%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product_info-section2 .cont .gt .item .img {
    padding-bottom: 54%;
  }
}
.product_info-section2 .cont .gt .item .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;
}
.product_info-section2 .cont .gt .item .text {
  font-size: 16px;
  color: #666;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_info-section2 .cont .gt .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* End */
.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;
  }
}
.profang{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
}
.profang .cox{
	position: absolute;
	top: 10px;
	line-height: 1;
	right: 10px;
	z-index: 4;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	font-family: "arial";
}
.profang .bag{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.profang .jut{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	z-index: 2;
	width: 820px;
	height: 620px;
	padding: 0 100px;
	background-color: #000;
}
.procont{
	width: 100%;
	height: 100%;
	
}
.procont .img{
	width: 100%;
	height: 100%;
}
.procont img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.procont-prev,.procont-next{
	width: 30px;
	height: 30px;
	background: none;
	font-size: 30px;
	font-weight: bold;
	color: #ffff;
	outline: none;
}
.procont-prev:after{
	content: "<";
	font-family: 'SimSun';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	
}
.procont-next:after{
	content: ">";
	font-family: 'SimSun';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.remake-nav{
	width: 100%;
	
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.remake-nav .f_jut{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.remake-nav .swiper-slide{
	width: auto;
	margin-right: 20px;
}
.remake-nav a{
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
	display: inline-block;
	font-size: 18px;
	color: #666;
}
.remake-nav a.on{
	font-weight: bold;
	border-color: #0058e9;
}
.remake-nav a:hover{
	color: #0058e9;
}
.dow-search{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 290px;
	border: 1px solid #eeeeee;
	margin-top: -10px;
	background-color: #fff;
/* 	margin-right: auto;
	margin-left: auto; */
	margin-bottom: 20px;
	max-width: 100%;
}
.dow-search input{
	width: 80%;
	height: 40px;
	padding: 10px;
}
.dow-search button{
	background-color: transparent;
	font-size: 18px;
}
.dow-search button span{
	font-size: 18px;
	color: #0058e9;
}
@media (max-width: 1681px) {
	.profang .jut{
		padding: 0 80px;
	}
	.remake-nav a{
		font-size: 16px;
		padding-bottom: 14px;
	}
}
@media (max-width: 1366px) {
	.profang .jut{
		padding: 0 60px;
	}
}
.fpro_cont{
	overflow: auto;
	width: 100%;
}
.fpro_cont::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.fpro_cont::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	background: #f0f0f0;
}
.fpro_cont::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background: transparent;
}
.f_yanzheng{
	justify-content: center!important;
	align-items: center;
	margin-bottom: 30px;
}
.chk_code_img{
	width: 200px;
	margin-left: 15px;
}
.f_yanzheng .refresh1{
	display: block;
	width: 30px;
	margin-left: 10px;
}
.f_yanzheng input{
	margin-left: 10px;
	margin-bottom: 0!important;
	width: 60%!important;
}
.refresh1 img{
	width: 100%;
}
.f_projut{
	width: 1280px;
	margin: 0 auto;
}
.f_projut .tit{
	font-size: 16px;
	color: #0058e9;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 20px;
}

.f_projut .tit:before{
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10px;
	height: 10px;
	border: 1px solid #0058e9;
	border-radius: 50%;
	margin-right: 6px;
}
.f_projut .tit:after{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #0058e9;
    border-radius: 4px;
    position: absolute;
    left: 3px;
    top: 39%;
    opacity: 0;
}
.f_projut .tit.on:after{
	opacity: 1;
}
@media (max-width: 1366px) {
	.f_projut{
		width: 100%;
	}
}
@media (max-width: 1199px) {
	.f_yanzheng{
		margin-bottom: 20px;
	}
	.fpro_cont{
		max-height: inherit!important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.profang .jut{
		padding: 0 40px;
		width: 100%;
		height: 500px;
	}
	.remake-nav{
		margin-bottom: 30px;
	}
}
@media(max-width: 991px) {
	.profang .jut{
		width: 100%;
		height: 90%;
	}
	.remake-nav a{
		width: auto;
	}
	.remake-nav .f_jut{
		width: 1000px;
	}
	.profang .cox{
		color: #333;
		right: 20px;
	}
	
}

@media (max-width: 767px) {
	.profang .jut{
		padding: 0 20px;
	}
	.f_yanzheng{
		justify-content: flex-start!important;
	}
	.contactbox-section3 .cont .item .an{
		flex-wrap: wrap;
	}
	.height1{
		height: 60px;
	}
	.f_yanzheng input{
		width: 100%!important;
	}
	.f_yanzheng input{
		margin-top: 10px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.f_yanzheng .refresh1{
		margin-top: 10px;
	}
	.chk_code_img{
		margin-left: 0;
		margin-top: 10px;
	}
}
@media (max-width: 567px) {
	.profang .jut{
		padding: 0 14px;
		
	}
}
.f_zhankai .f_jut10{
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
	overflow: hidden;
}
.f_but10{
	font-size: 16px;
	color: #666666;
	height: 36px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	width: 90px;
	margin: 0 auto;
	margin-top: 30px;
	justify-content: center;
	border: 1px solid #ddd;
}
@media (max-width: 1440px) {
	.f_but10{
		font-size: 14px;
	}
}
.yingdao{
	cursor: pointer;
}

@media (max-width: 520px){
  .home-section3 .cont .gt {
      width: 220px;
  }
}
#newBridge{
  display: none !important;
}
.my_option {
  padding: 0px 2px 10px;
}

.mak2{
		display: none;
	}
	@media (max-width: 767px) {
		.mak1{
			display: none;
		}
		.mak2{
			display: block;
		}
	}
	
	
	/* 视频弹窗 */
	
	#hi-video-pop {
	    display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 1000;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.5);
	    text-align: center;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	
	#hi-video-pop * {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	
	#hi-video-pop .hi-close {
	    position: fixed;
	    top: 86%;
	    left: 50%;
	    margin-left: -25px;
	    width: 50px;
	    height: 50px;
	    color: #fff;
	    background: #fff;
	    border-radius: 50%;
	    transition: .5s;
	    cursor: pointer;
	}
	
	#hi-video-pop .hi-close:after,
	#hi-video-pop .hi-close:before {
	    content: "";
	    position: absolute;
	    bottom: 24px;
	    left: 10px;
	    width: 30px;
	    height: 2px;
	    background: #333;
	    transition: .5s;
	}
	
	#hi-video-pop .hi-close:hover {
	    background: #019dee;
	}
	
	#hi-video-pop .hi-close:hover:after,
	#hi-video-pop .hi-close:hover:before {
	    background: #fff;
	}
	
	#hi-video-pop .hi-close:after {
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	
	#hi-video-pop .hi-close:before {
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	
	#hi-video-pop video {
	    position: fixed;
	    left: 50%;
	    top: 50%;
	    max-width: 90%;
	    max-height: 70%;
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}