
/* tou bu */
html,body{
	position: relative;
	width: 100%;
}

header {
	width: 100%;
	height: 74px;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index:99999;
	transition: all 0.5s;
}

.header-content {
	width: 1234px;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
			justify-content: space-between;
}

.product-type {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
}

.product-type a {
	display: flex;

	position: relative;
	justify-content: space-between;
	padding-top: 13px;
	box-sizing: border-box;
	text-align: center;
	flex-direction: column;
}

.product-type a:nth-child(1) {
	width: 90px;
	height: auto;
}

.product-type a:nth-child(2) {
	width: 156px;
	height: auto;
}

.product-type a:nth-child(3) {
	width: 132px;
	height: auto;
}

.product-type a:nth-child(4) {
	width: 112px;
	height: auto;
}

.product-type a:nth-child(5) {
	height: auto;
	width: 40px;
}
.product-type a:nth-child(5) span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
	margin: 0;
}
.product-type a:nth-child(5) img {
	padding-bottom: 36px;
}
.product-type a:nth-child(6) {
	width: 90px;
	height: auto;
}

.product-type a:nth-child(7) {
	height: auto;
	width: 40px;
}
.product-type a:nth-child(7) span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
	margin: 0;
}
.product-type a:nth-child(7) img {
	padding-bottom: 36px;
}
.product-type a:not(:last-child) {
	margin-right:80px;
}

.product-type a div {
	width: 100%;
	height: 100%;
	position: relative;
	margin: auto;
}

.product-type a img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	object-fit: cover;

}

/* .pimg1{
	z-index: 7;
	transition: clip-path 0.5s ease-in-out;
	clip-path: inset(0 0 0 0); 
	opacity: 1;
}
.pimg2{
	z-index: 8;
	transition: clip-path 0.5s ease-in-out ,opacity 0.7s ease-in-out;
	clip-path: inset(100% 0 0 0);
	opacity: 0;
} */
.pimg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;

	mask: linear-gradient(black, black);
	-webkit-mask: linear-gradient(black, black);
	mask-size: 100% 0%;
	-webkit-mask-size: 100% 0%;
	mask-position: bottom;
	-webkit-mask-position: bottom;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	transition: mask-size 0.25s ease, -webkit-mask-size 0.25s ease, opacity 0.5s ease;
	opacity: 0;
}

.product-type a:hover .pimg2 {
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	opacity: 1;
}

.product-type a span {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	font-family: 'Montserrat';
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* .product-type a:hover .pimg1{
	clip-path: inset(0 0 100% 0);
	opacity: 1;
}
.product-type a:hover .pimg2{
	clip-path: inset(0 0 0 0);
	opacity: 1;
} */
.product-type a:hover .pspan {
	color: #009173 !important;
}

.mobile-nav {
	display: none;
}


.header-mobile {
	display: none;
}

.mobile-nav {
	display: none;
	position: relative;
	top: 0px;
	background: #FFFFFF;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;

	flex-direction: column;
}

.matype {
	display: flex;
	padding-top: 13px;
	padding-bottom: 13px;
	justify-content: space-between;
	border-bottom: 1px solid #B7B7B7;
	align-items: center;
}

.matypes1 {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	font-family: 'Montserrat';

}

.matypes2 {

	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #5D5D5D;
	transform: rotate(-90deg);
	transition: all 0.3s;
	cursor: pointer;
	
}

.matypes2xz {
	transform: rotate(0deg);
}

.mul2header {
	display: none;

	padding-left: 50px;
}

.mul2header li {
	width: 100%;
	height: 100%;
	padding: 10px 0;

}

.mul2header a {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	font-family: 'Montserrat';
}

.ul2header {
	position: absolute;
	top: 74px;
	left: 0;
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: #FFFFFF;
}

.ul2header li {
	width: 241px;

	height: 100%;
}

.ul2header li:hover {
	background-color: #EEEEEE;
}

.ul2header a {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	font-family: 'Montserrat';
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}

.header-logo {
	width: 167px;
	height: 21px;
	

}

.header-logo a {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

.header-logo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;

	opacity: 0;
}

.header-logo a img:first-child {
	opacity: 1;
}

.hcblack .header-logo a img:first-child {
	opacity: 0;
}

.hcblack .header-logo a img:last-child {
	opacity: 1;
}

.atype {

	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	line-height: 74px;
	white-space: nowrap;
	font-family: 'Montserrat';


}

.hcblack .atype {
	color: #000000 !important;
}

.atype:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #009173;
}

.atype:not(:last-child) {
	margin-right: 30px;
}



.header-atype {
	display: flex;
	
	height: 100%;
	align-items: center;

}

.header-language {
	width: 43px;
	height: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.header-language span {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

.hcblack .header-language span {
	color: #000000 !important;
}

.header-language-img {
	width: 16px;
	height: 16px;
	position: relative;
	margin-right: 8px;
}

.header-language-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	z-index: 9;

	opacity: 0;
}

.header-language-img img:first-child {
	opacity: 1;
}

.hcblack .header-language-img img:first-child {
	opacity: 0;
}

.hcblack .header-language-img img:last-child {
	opacity: 1 !important;
}
/* weibu */

  .footer {
    width: 100%;
    height: 100%;
    padding-top: 75px;
    padding-bottom: 53px;
    background: #2B2B2B;
    position: relative;
    z-index: 998;
  }

  .footer-content {
    width: 1400px;
    margin: auto;
    display: flex;

  }

  .footer-flex {
    width: 100%;
    display: flex;
  }

  .footer-flex-left {
    display: flex;
  }

  .footer-item {
    display: flex;
    flex-direction: column;
  }

  .footer-item:not(:last-child) {
    margin-right: 38px;
  }

  .footer-us {
    width: 413px;
  }

  .fih3 {
    font-size: 17px;
    color: #B7B7B7;
    font-weight: bold;
    margin-bottom: 25px;
    white-space: nowrap;
    font-family: 'Montserrat';
  }

  .fidiv {
    display: flex;
    margin-bottom: 27px;
  }

  .fidiv:last-child {
    align-items: baseline;
  }

  .footer-product {
    width: 294px;
  }

  .fia {
    font-size: 15px;
    color: #B7B7B7;
    font-weight: 300;
    line-height: 40px;
    font-family: 'Montserrat';
  }

  .fidiv-content {
    width: 172px;
    height: 28px;
    background: #5D5D5D;
    border-radius: 0 10px 10px 0;
    margin-bottom: 25px;

  }

  .fidiv-content a {
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 5px;
    align-items: center;
  }

  .fidiv-content img {
    width: 21px;
    height: 22px;
    margin-right: 14px;
  }

  .fidiv-content span {
    font-size: 16px;
    line-height: 66px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: 'Montserrat';
  }

  .fidiv a,
  .fidiv span {
    font-size: 15px;
    color: #B7B7B7;
    font-weight: 300;
    line-height: 20px;
  }

  .fidiv img {
    width: 14px;
    height: auto;
    margin-right: 13px;
  }

  .footer-video {
    width: 210px;
  }

  .fiahref,
  .fispan {
    font-family: 'Montserrat';
  }

  .footer-logo {
    margin-bottom: 15px;
    text-align: right;
  }

  .footer-logo a {
    width: 155px;
    height: 19px;
    display: inline-block;
  }

  .footer-logo a img {
    width: 100%;
    height: 100%;
  }

  .footer-video-icon {
    display: flex;
  }

  .footer-video-icon a {
    display: inline-block;
    width: 45px;
    height: 45px;

  }

  .footer-video-icon a img {
    width: 100%;
    height: 100%;
  }

  .footer-video-icon a:not(:last-child) {
    margin-right: 14px;
  }

  .footer-xian {
    margin: 33px auto 12px auto;
    width: 100%;
    height: 1px;
    background: #7D7D7D;
    border: 1px solid #7D7D7D;
    width: 1400px;
  }

  .footer-copy {
    width: 1400px;
    margin: auto;
    text-align: right;
  }

  .footer-copy span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 200;
    color: #757575;
    font-family: 'Montserrat';
  }

  /* ccccc */
  .cookie-text p {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    font-family: 'Montserrat';
  }

  #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
  }

  #cookie-banner.visible {
    display: block;
  }

  .cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .cookie-text {
    flex: 1;
    min-width: 300px;
    margin-bottom: 15px;
  }

  .cookie-text a {
    color: #008068;
    text-decoration: underline;
  }

  .cookie-text ul {
    margin: 0;
    padding: 0;
  }

  .cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .cookie-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    font-family: 'Montserrat';
  }

  .accept-all {
    background: #4CAF50;
    color: white;
  }

  .necessary-only {
    background: #f44336;
    color: white;
  }

  .customize-btn {
    background: #2196F3;
    color: white;
  }

  #show-settings {
    background: #2196F3;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }


  /* 自定义设置模态框 */
  #cookie-settings-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow-y: auto;
  }

  .modal-content {
    background: white;
    margin: 50px auto;
    padding: 20px;
    max-width: 600px;
    border-radius: 5px;
  }

  .modal-content h2 {
    font-size: 23px !important;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .category-toggle h7 {
    font-size: 18px !important;
    font-family: 'Montserrat';
  }

  .category-toggle>div {
    width: calc(100% - 60px);
  }

  .cookie-category {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }

  .category-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked+.slider {
    background-color: #2196F3;
  }

  input:checked+.slider:before {
    transform: translateX(26px);
  }

  .save-settings {
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
  }

  /* 增强的Cookie横幅样式 */
  #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f9fa;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    border-top: 1px solid #ddd;
  }

  #cookie-banner.visible {
    display: block;
  }

  .cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .cookie-text {
    flex: 1;
    min-width: 300px;
    margin-bottom: 15px;
  }

  #cookie-banner-heading {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Montserrat';
  }

  .cookie-types details {
    margin: 10px 0;
  }

  .cookie-types summary {
    cursor: pointer;
    color: #008068;
    font-weight: bold;
    font-family: 'Montserrat';
  }

  .cookie-types ul {
    margin-left: 20px;
    padding-left: 0;
    list-style-type: disc;
    font-family: 'Montserrat';
  }

  .cookie-types li {
    line-height: 25px;
  }

  .cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    min-width: 120px;
  }

  .accept-all {
    background: #4CAF50;
    color: white;
  }

  .necessary-only {
    background: #6c757d;
    color: white;
  }

  .customize-btn {
    background: #2196F3;
    color: white;
  }

  /* 模态框样式增强 */
  #cookie-settings-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow-y: auto;
    padding: 20px;
  }

  .modal-content {
    background: white;
    margin: 20px auto;
    padding: 30px;
    max-width: 700px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  #cookie-settings-heading {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: #333;
    font-family: 'Montserrat';
  }

  .category-toggle p {
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 16px;
  }

  .cookie-category {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }

  .category-toggle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }

  .category-toggle>div {
    flex: 1;
  }

  .category-toggle h7 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #333;
    font-family: 'Montserrat';
  }

  .required-badge {
    display: inline-block;
    background: #6c757d;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-left: 8px;
    font-family: 'Montserrat';
  }



  .modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 25px;
  }

  .save-settings {
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }

  .cancel-settings {
    background: #6c757d;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }

  /* 无障碍改进 */
  #cookie-banner:focus,
  .cookie-btn:focus,
  .switch input:focus+.slider {
    outline: 2px solid #008068;
    outline-offset: 2px;
  }

  /* 减少运动 */
  @media (prefers-reduced-motion: reduce) {

    .slider,
    .slider:before {
      transition: none;
    }

    .modal-content {
      animation: none;
    }
  }

  /* xf */
  .ce-content {
    position: fixed;
    right: 0;
    top: 30%;
    width: 66px;
    height: auto;

    border-radius: 10px 0 0 10px;
    z-index: 999;
    padding: 5px;
  }

  .ce-contents {
    background: #FFFFFF;
    border-radius: 53px;
    padding: 11px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .ce-item {
    text-align: center;
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .ce-item:not(:last-child) {
    border-bottom: 1px solid #000000FF;
  }

  .ce-contents img {


    width: 27px;
    height: auto;
  }

  #scroll-topsss img {
    width: 25px !important;


  }

  .ce-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    position: relative;
    transition: all 0.5s;
  }

  .ce-item:hover a img {
    display: none;
  }

  .ce-item:hover a p {
    display: block;
  }

  .ce-content p {

    font-size: 10px;
    color: #000000FF;
    line-height: 10px;
    text-align: center;

    font-family: 'Montserrat';
    display: none;

  }

  #scroll-topsss {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #009173FF;
    display: flex;
    justify-content: center;
    align-items: center;
       margin: 15px auto 0 auto;
       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  #scroll-topsss a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #scroll-topsss p {
    display: none;
  }

  .home-form {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;

  }

  .home-form p {

    line-height: 26px !important;
  }

  .home-form img {
    width: 21px !important;
    height: 26px !important;
  }

  .home-form:hover img {
    display: none;
  }

  .home-form:hover p {
    display: block;
  }

  /* xf end */


  .weiform .con-content {
    width: 45%;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0px 7px 19px 1px rgba(0, 0, 0, 0.35);
    border-radius: 16px 16px 16px 16px;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 999;
    display: none;
  }

	.weiform  .con-content .chahao {
    width: 20px;
    height: 20px;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 20px;
  }

	.weiform .con-content .chahao span {
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #FFFFFF;
    padding-bottom: 3px;
  }

	.weiform .con-content h3 {
    text-align: center;
    margin-bottom: 43px;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Montserrat';
  }

	.weiform .con-content .heinpu #attr_37 {
    width: calc(100% - 20px);
    height: 40px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #D9D9D9;
    margin: 0 auto 20px 0;
    padding-left: 18px;
    font-weight: 400;
    color: #8D8D8D !important;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Montserrat';
    margin-left: 10px;
  }

	.weiform .con-content .heinpu #attr_38 {
    width: calc(100% - 20px);
    height: 148px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #D9D9D9;
    margin-bottom: 43px;
    padding-left: 18px;
    padding-left: 17px;
    padding-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Montserrat';
    margin-left: 10px;
    color: #8D8D8D !important;
  }

	.weiform .con-content .heinpu .cc-b {
    width: 170px;
    height: 40px;
    background: #3C3D3D;
    border-radius: 12px 12px 12px 12px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: none;
    cursor: pointer;
  }

	.weiform .con-content .heinpu .cc-input input:not(:last-child) {
    width: calc(49% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 40px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #D9D9D9;
    padding-left: 18px;
    font-weight: 400;
    font-size: 13px;
    color: #8D8D8D !important;
    line-height: 13px;
    font-family: 'Montserrat';
  }

  /* xf end */
  @media screen and (max-width: 1440px) {

    .footer-content,
    .footer-copy,
    .footer-xian {
      width: 1140px;
      margin: auto;
    }

    .footer-flex {
      flex-direction: column;
    }

    .footer-flex-right {
      margin: 20px auto;

    }

    .footer-copy {
      padding-top: 10px;
    }

    .footer-logo {
      text-align: center;
    }

    .footer {
      padding-bottom: 23px;
    }


  }



  @media screen and (max-width: 1140px) {

    /* ccccccc */
    .cookie-banner-content {
      flex-direction: column;
    }

    .cookie-buttons {
      width: 100%;
      justify-content: center;
    }

    .cookie-btn {
      font-size: 13px;
      padding: 0;
    }

    /* ccccccc end */
    .footer-content,
    .footer-copy,
    .footer-xian {
      width: 95%;
      margin: auto;
    }

    .footer {
      padding-top: 35px;
      padding-bottom: 65px;
    }

    .footer-content {
      flex-direction: column;

    }

    .footer-flex-left {
      flex-direction: column;
    }

    .footer-item:not(:last-child) {

      margin-bottom: 15px;
    }

    .footer-copy {
      padding-top: 0px;
    }

    .heinpu .cc-input input:not(:last-child) {
      width: calc(49% - 10px);
      margin-left: 5px;
      margin-right: 5px;
    }

    .weiform .con-content {
      width: 95%;
      padding-left: 5px;
      padding-right: 5px;
    }

    .weiform .heinpu #attr_37,
    .weiform .heinpu #attr_38 {
      width: calc(100% - 10px);
      margin-left: 5px;
    }

    .weiform .heinpu #attr_38 {
      margin-bottom: 23px;
    }

    .fia,
    .fidiv {
      padding-left: 15px;
    }

    .footer-video {
      width: 100%;
    }

    .footer-video-icon {
      justify-content: center;
    }

    .footer-logo {
      text-align: center;
    }

    .fispan {
      text-align: left;
    }

    .footer-copy {
      text-align: center;
    }

    .footer-xian {
      margin: 15px auto 15px auto;
    }

    .footer-us,
    .footer-item {
      width: 100%;
    }

    /* xf */
     .ce-content {
      top: auto;
      bottom: 0;
      width: 100%;
      display: flex;
      align-items: center;
      border-radius: 10px 10px 0 0px;
      display: flex;
      background: #FFFFFF;
      padding: 0;
              overflow: hidden;
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    }

	 .ce-contents {
      width: 75%;
      display: flex;
      padding: 5px;
      border-radius: 0;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    }

    #scroll-topsss {
      width: 25%;
      margin: 0px;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    }

     .ce-content img {
      margin-top: 0px;

    }

    .ce-item {
      width: 33.33%;
      padding: 0;
    }

   .ce-content p {
      padding-bottom: 0px;
      font-size: 12px !important;
      line-height: 12px !important;
    }

    #scroll-topsss img,
    .ce-content img {
      width: 20px !important;
      height: 20px !important;
      margin-bottom: 7px;
    }
   #scroll-topsss img{
     margin-bottom: 0px !important;
 }
    .ce-item a {
      display: flex;
      flex-direction: column;
      width: 100%;
    height: 100%;
    }

    .home-form {
      display: flex;
      flex-direction: column;
    }

    .ce-content p,
    #scroll-topsss p {
      display: block;
    }

    .ce-item:not(:last-child) {
      border-bottom: none;
      border-right: 1px solid #FFFFFF;
    }

    #scroll-topsss a {
      display: flex;
      flex-direction: column;
      background: #FFFFFF;
    }

    .ce-item:hover a img {
      display: block;
    }

    .ce-item:hover a p {
      display: block;
    }

    .home-form:hover img {
      display: block;
    }

    .home-form:hover p {
      display: block;
    }

    /* xf end */
  }

/* product down */
.product-data {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 6px 44px 1px rgba(0, 0, 0, 0.26);
	height: 131px;
	position: absolute;
	top: 74px;
	z-index: 9999;

	display: none;
}

.product-content {
	width: 1140px;
	margin: auto;
	height: 100%;

}



/* .header .main-header .mobile-button:before,
.header .main-header .mobile-button:after,
.header .main-header .mobile-button span {
	background: #FFFFFF;
} */
/* country */
.header-country {
	width: 848px;
	height: 520px;
	background: #FFFFFF;
	box-shadow: 5px 3px 1px rgba(0, 0, 0, 0.16);
	border-radius: 10px 10px 10px 10px;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	padding: 37px 134px 58px 134px;
	display: none;
}

.header-country h3 {

	font-weight: 800;
	font-size: 22px;
	color: #000000;
	margin-bottom: 32px;
	text-align: center;
	font-family: 'Montserrat';
}

.yy-content {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;

}

.yy-item {
	padding-left: 10px;
	padding-right: 13px;
	width: 268px;
	height: 48px;
	background: #F5F5F5;
	border-radius: 10px 10px 10px 10px;
	margin: 0 auto 5px auto;
}

.yy-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.yy-item a span:first-child {

	font-weight: 500;
	font-size: 16px;
	color: #000000;
	font-family: 'Montserrat';
}

.yy-item a span:last-child {

	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 16px;
	color: #A5A5A5;


}

.yuyancha {
	width: 10px;
	height: 19px;
	position: absolute;
	right: 17px;
	top: 11px;
	cursor: pointer;
	font-weight: 500;
	font-size: 19px;
	color: #000000;

}

@media (max-width: 1440px) {}

@media (max-width:1250px) {
	.header-content {
		width: 98%;
		margin: auto;
	}

	.header-logo img {
		height: auto;
	}

	

	.atype:not(:last-child) {
		margin-right: 10px;
	}
}

@media (max-width:1140px) {

			*{
		tap-highlight-color: transparent;
		-webkit-tap-highlight-color: transparent;
	
	}
	.header-content {
		width: 95%;
		justify-content: space-between;
	}

	.header-atype {
		display: none;
	}

	.header-language {
		height: 20px;
	}

	.header-language {
		margin-left: 40%;
	}

	.header-mobile {
		width: 35px;
		height: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;

	}

	.hmmanbao {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;

	}

	.hmmanbao span {
		width: 100%;
		height: 3px;
		background: #FFFFFF;
		border: 1px solid #FFFFFF;
	}

	.hmchahao {
		font-size: 35px;
		line-height: 35px;
		color: #FFFFFF;
		display: none;
	}

	.hcblack .hmmanbao span {
		background: #000000 !important;
		border: 1px solid #000000;
	}

	.hcblack .hmchahao {
		color: #000000 !important;
	}

	.header-language span {
		display: none;
	}

	.header-language-img img {

		width: 20px;
		height: 20px;

	}

	.header-country {
		width: 90%;
	}

	.header-country {
		top: 10%;
		padding: 37px 14px 37px 14px;
	}

	.yy-item {
		width: 45%;
	}

	h3 {
		font-size: 22px !important;
		line-height: 27px !important;
	}

	p {
		font-size: 15px !important;
		line-height: 20px !important;
	}

	span {
		font-size: 13px !important;
		line-height: 17px !important;
	}

	button {
		width: 121px !important;
		height: 28px !important;
		font-size: 13px !important;
		line-height: 13px !important;
	}
}

/* shouye */
.home {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.pbanner {
	width: 100%;
	height: 100vh;

}

.solutions .pbanner {
	height: auto;
}

.mbanner {
	width: 100%;
	height: auto;
	display: none !important;
	position: relative;
}

.banner .mySwiper {
	width: 100%;
	height: 100%;
}

.banner .mySwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .mySwiper a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}

.banner .mySwiper a .banner-text {
	position: absolute;
	top: 30%;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.banner .mySwiper a h3 {
	font-size: 55px;
	color: #FFFFFF;
	line-height: 82px;
	font-weight: bold;
	margin-bottom: 11px;
	font-family: 'Montserrat';
}

.bslia {
	position: relative;

}

.bslia-img {
	position: relative;
	z-index: 9;
}

.bslia-text {
	position: absolute;
	z-index: 8;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.6;

}

.banner .mySwiper a p {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 35px;
	font-family: 'Montserrat';
}

.banner .mySwiper a button {
	width: 121px;
	height: 38px;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
	background: transparent;
	cursor: pointer;
	margin: auto;
	font-family: 'Montserrat';
}

.banner-text-black h3,
.banner-text-black p {
	color: #000000 !important;
}

.banner-text-black button {
	border: 1px solid #000000 !important;
	color: #000000 !important;
}

/* banner */
.banner .swiper-pagination-bullet {

	width: 50px;
	height: 5px;
	border-radius: 16px;
}

.banner .swiper-pagination-bullet-active {

	background: #FFFFFF;
}

/* products */
.products {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #F5F5F5;
}

.products-content {
	width: 1400px;
	margin: auto;
}

.product-datas {
	width: 100%;
}

.product-datas a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.products-content .mySwiper {
	width: 100%;
	padding-bottom: 60px;
}

.products-content .mySwiper img {
	width: 100%;
	/* height: 60vh; */

}

.psh3 {
	text-align: center;
	font-size: 40px;
	color: #000000;
	font-family: 'Montserrat';
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-bottom: 15px;
}

.psp {
	font-size: 18px;
	color: #8D8D8D;
	line-height: 23px;
	margin-bottom: 33px;
	font-weight: 300;
	text-align: center;
	font-family: 'Montserrat';
}

.products-cate {
	width: 1300px;
	padding-top: 9px;
	padding-bottom: 9px;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #5D5D5D;
	position: relative;

	margin: 0 auto 30px auto;
}

.pcxian {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 135px;
	height: 4px;
	background: #009173;
	border: 1px solid #009173;
	transition: all 0.2s linear;

}

.products-cate span {
	font-weight: 500;
	color: #5D5D5D;
	font-size: 18px;
	font-family: 'Montserrat';
	cursor: pointer;
	line-height: 25px;
}

.pcatl {
	color: #009173 !important;
}

.product-datas .swiper-button-prev,
.product-datas .swiper-button-next {
	position: absolute;

	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #707070;
	width: 45px;
	height: 45px;
	border: 1px solid #707070;
	border-radius: 50%;

}

/* .product-datas .swiper-button-prev {
	left: 39%;
	bottom: 0;
	top: auto;
}

.product-datas .swiper-button-next {
	right: 39%;
	bottom: 0;
	top: auto;
} */

.product-datas .swiper-button-next:after,
.product-datas .swiper-rtl .swiper-button-prev:after {
	content: '>';
	font-size: 13px;
}

.product-datas .swiper-button-prev:after,
.product-datas .swiper-rtl .swiper-button-next:after {
	content: '<';
	font-size: 13px;
}

.product-datas-bottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);

}

.product-datas-bottom a {
	display: inline-block;
	width: 205px;
	height: 38px;
	border: 1px solid #5D5D5D;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #5D5D5D;
	font-weight: 400;
	border-radius: 50px;
	font-family: 'Montserrat';
}

.smartin {
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 0;
}

.msmart {
	display: none;
}

.smartin a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}

.smartin a img {
	width: 100%;
}

.smartin .smart-content {
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translateX(-50%);
	text-align: center;
}

.smartin .smart-content h3 {
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'Montserrat';
}

.smartin .smart-content p {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 35px;
	font-family: 'Montserrat';
}

.smartin .smart-content button {
	display: inline-block;
	width: 121px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: 1px solid #000000;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	border-radius: 50px;
	margin: auto;
	cursor: pointer;
	font-family: 'Montserrat';
}

.solutions {
	width: 100%;
	height: 100%;
	padding-top: 53px;
	padding-bottom: 94px;
	text-align: center;
	background: #F5F5F5;
}

.soh3 {
	font-size: 40px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 13px;
	font-family: 'Montserrat';
}

.sop {
	font-size: 18px;
	line-height: 23px;
	color: #8D8D8D;
	width: 60%;
	margin: 20px auto 40px auto;
	font-family: 'Montserrat';
}

.solu-content {
	width: 1400px;
	margin: auto;
	display: flex;
}

.solu-item {
	line-height: 0;
	width: 148px;
	height: 500px;

	margin-right: 10px;
	position: relative;
	transition: all 0.3s linear;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}

.solu-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 7;
	border-radius: 10px;
}

.solu-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;

}

.solu-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solus1 {
	position: absolute;
	font-weight: 500;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	line-height: 20px;
	width: 137px;
	color: #FFFFFF;
	z-index: 8;
	opacity: 1;
	font-family: 'Montserrat';
}

.solus2 {
	left: 50%;
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	bottom: 30px;
	top: auto;
	color: #FFFFFF;
	transform: translateX(-50%);
	font-weight: bold;
	opacity: 0;
	z-index: 8;
	width: 400px;
	transition: all 0.3s;
	font-family: 'Montserrat';
}

.solu-item-d .solus2 {
	opacity: 1 !important;
}

.solu-item-d .solus1 {
	opacity: 0 !important;
}

.solu-item-d {
	width: 450px !important;
	height: 500px !important;

}

.solu-item-d::after {
	height: 90px;
	top: auto !important;
	bottom: 0px !important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%) !important;
}


.lianxi {
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 0;
}

.lianxi img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lianx-content {
	width: 1400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
}

.lianx-content h3 {
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 13px;
	font-weight: bold;
	font-family: 'Montserrat';
}

.lianx-content p {
	font-size: 17px;
	line-height: 17px;
	color: #FFFFFF;
	margin-bottom: 38px;
	font-weight: 300;
	font-family: 'Montserrat';
}

.lianx-content a {
	width: 117px;
	height: 28px;
	border: 1px solid #FFFFFF;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	border-radius: 50px;
	font-family: 'Montserrat';
}

.news {
	width: 100%;
	height: 100%;
	padding-top: 55px;
	padding-bottom: 70px;
	background: #F5F5F5;
	position: relative;
}

.news-title {
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 38px;
}

.newst-left h3 {
	font-size: 40px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
	font-family: 'Montserrat';
}

.news .newst-right {
	width: 340px;
	display: flex;
	justify-content: space-between;
}

.newst-right button {
	width: 157px;
	height: 36px;
	border: 1px solid #8D8D8D;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #8D8D8D;
	border-radius: 50px;
	cursor: pointer;
	font-family: 'Montserrat';
}

.hbl {
	border: 1px solid #009173 !important;
	color: #009173 !important;
}

.news-flex {
	padding-left: 20%;
	width: 100%;
}

.news-content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.news-content .swiper-button-prev,
.news-content .swiper-button-next {
	position: absolute;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #707070;
	width: 45px;
	height: 45px;
	border: 1px solid #707070;
	border-radius: 50%;

}

.news-content .swiper-button-prev {
	bottom: 70px;
	top: auto;
	left: calc(20% - 125px);
	right: auto;
}

.news-content .swiper-button-next {
	bottom: 70px;
	top: auto;
	left: calc(20% - 65px);
	right: auto;
}

.news-content .swiper-button-prev:after,
.news-content .swiper-rtl .swiper-button-next:after {
	content: '<';
	font-size: 13px;
}

.news-content .swiper-button-next:after,
.news-content .swiper-rtl .swiper-button-prev:after {
	content: '>';
	font-size: 13px;
}

.news-item {
	display: none;
}

.nishow {
	display: block !important;
}

.news-item .swiper-slide {
	width: 100%;
	height: 215px;


}

.news-item .swiper-slide a {
	display: inline-block;

}

.news-item .swiper-slide a {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	margin-bottom: 24px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	padding: 10.5px 10px 9.5px 11.5px;
	position: relative;
}

.nimgsbg {
	position: absolute;
	width: 50%;
	height: 100%;
	object-fit: cover;
	right: 0;
	bottom: 0;
	z-index: 7;
	border-radius: 0 10px 10px 0;
}

.news-top {
	position: absolute;
	width: 50px;
	height: 35px;
	top: 0;
	right: 0;
	z-index: 11;
}

.na-text {
	position: relative;
	z-index: 9;
}

.ndate {
	margin-bottom: 21.5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	font-family: 'Montserrat';
}

.ndate::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #009173;
	border: 1px solid #009173;
}

.nh3t {
	font-size: 22px;
	position: relative;
	color: #1D1D1D;
	width: 100%;
	overflow: hidden;
	line-height: 35px;
	display: inline-block;
	height: 70px;
	padding-bottom: 5px;
	font-family: 'Montserrat';
}

.news-item-zh .nh3t {
	display: flex !important;
	justify-content: left !important;
	align-items: center !important;
}

.nh3tx {

	width: 100%;
	height: 1px;
	background: #009173;
	border: 1px solid #009173;
	margin-top: 5px;
	margin-bottom: 15px;
}

.ndesc {
	font-size: 16px;
	height: 19px;
	color: #8D8D8D;
	font-weight: 400;
	width: 100%;
	overflow: hidden;
	line-height: 19px;
	font-family: 'Montserrat';
}

/* bd */
.form-bd {
	width: 100%;
	background: #F5F5F5;
	padding-top: 79px;
	padding-bottom: 70px;
}

.form-bd-content {
	width: 1400px;
	margin: auto;
}

.form-bd-content h3 {
	margin-bottom: 36px;
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	font-family: 'Montserrat';
}

.cc-content {
	width: 100%;
}

.form-bd .cc-input {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-bd .cc-input input {
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	font-family: 'Montserrat';
}

.form-bd .cc-input input:not(:last-child) {
	width: 695px;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
}

.form-bd .cc-input input:last-child {
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
}

.form-bd .guinpu #attr_37 {
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	font-family: 'Montserrat';
}

.form-bd .guinpu #attr_38 {
	width: 100%;
	height: 203px;
	margin-bottom: 61px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	padding-top: 13px;
	font-family: 'Montserrat';

}

.form-bd .guinpu .cc-b {
	width: 101px;
	height: 33px;
	border-radius: 40px;
	border: 1px solid #009173;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #009173;
	font-weight: 400;
	background: transparent;
	margin: auto;
	cursor: pointer;
	font-family: 'Montserrat';
}

@media screen and (min-width: 2000px) {
	/* index */
	.products-content {
		width: 2000px;
	}

	.products-cate {
		width: 1800px;
	}
}

@media screen and (max-width: 1440px) {
	/* index */
	.form-bd .cc-input input:not(:last-child) {
		width: 49%;

	}

	.solus1 {
		font-size: 14px;
	}

	.solus2 {
		font-size: 22px;
	}

	.form-bd-content,
	.products-content,
	.solu-content,
	.lianx-content,
	.news-title,
	.products-cate {
		width: 1140px;

	}

	.banner .mySwiper a .banner-text {
		top: 20%;
	}

	.products-cate span {
		font-size: 15px;
	}

}

@media screen and (max-width: 1140px) {
	/* index */
	.banner .mySwiper a .banner-text {
		width: 90%;
	}
	.lianxi img {
width: 100%;
height: 100%;

object-position: 60%;
}
	.banner .swiper-pagination-bullet {
		width: 30px;
	}

	.form-bd .cc-input input:not(:last-child) {

		font-size: 13px;
	}
.bslia-text{
display: none;
}
.form-bd .guinpu #attr_37,
.form-bd .guinpu #attr_38 {
		font-size: 13px;
	}

	.form-bd .guinpu #attr_38 {
		margin-bottom: 31px;
	}

	.form-bd .guinpu .cc-b {
		margin-bottom: 20px;
	}

	.form-bd-content,
	.products-content,
	.solu-content,
	.lianx-content,
	.news-title,
	.products-cate {
		width: 95%;

	}
.news-title{
		flex-direction: column;
	}
	.newst-left{
		margin-bottom: 30px;
	}
	.newst-right button {
		margin-right: 5px;
	}

	.lianx-content {
		top: 8%;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}

	.lianx-content a {
		margin: auto;
	}

	.lianx-content p {
		margin-bottom: 18px;
	}

	.mbanner {
		display: block !important;
	}

	.pbanner {
		display: none;
	}

	.products-cate span {

		width: 50%;
		padding-left: 0px;
		padding-bottom: 30px;

	}

	.product-datas .swiper-button-prev {
		bottom: 0;
		top: auto;
		left: 12%;
		width: 30px;
		height: 30px;
	}

	.product-datas .swiper-button-next {
		bottom: 0;
		top: auto;
		right: 12%;
		width: 30px;
		height: 30px;
	}

	.products-cate {
		border: none;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.products-content .mySwiper img {
		width: 100%;
		height: 27vh;
		object-fit: cover;
	}

	.product-datas-bottom a {
		font-size: 13px;
		width: 161px;
		height: 28px;
	}

	.pcxian {
		display: none;
	}

	.smartin .smart-img {
		width: 100%;
		height: 60vh;
		object-fit: cover;
		object-position: 30%;
	}

	.form-bd {
		padding-bottom: 10px;
	}

	.smart-content h3 {
		font-size: 22px;
		line-height: 22px;

	}

	.smart-content {
		width: 80%;
	}

	.smart-content p {
		font-size: 15px;
		line-height: 15px;
	}

	.smart-content button {
		width: 121px;
		height: 28px;
		font-size: 13px;
		line-height: 13px;
	}

	.solu-item-d {
		width: 100% !important;
		margin-right: 0;
	}

	.solus2 {

		font-size: 18px !important;
		font-weight: bold !important;

	}

	.lianxi {
		height: 70vh;
	}

	.newst-right {
		width: 200px;
	}

	.news-flex {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.news-content .swiper-button-next {
		bottom: 30px;
		top: auto;
		left: auto;
		right: 30%;
	}

	.nh3t {
		height: 55px;
	}

	.news {
		padding-bottom: 100px;
	}

	.news-content .swiper-button-prev {
		bottom: 30px;
		top: auto;
		left: 30%;
		right: auto;
	}

}
/* duibi */

.cmpare {
 width: 100%;
 height: 100%;
 position: relative;
 background: #FFFFFF;
}

.cmpare .banner {
 width: 100%;
 position: relative;
 line-height: 0;
}

.cmpare .banner-h3 {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%);
 font-family: 'Montserrat';
 font-weight: 700;
 font-size: 40px;
 color: #FFFFFF;
 text-align: center;
 line-height: 40px;
 width: 100%;

}

.cmpare .banner img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 line-height: 0;
}
 .compare {
 width: 100%;
 height: 100%;
 position: relative;
 background: #FFFFFF;
 padding-top: 85px;
 padding-bottom: 65px;
}

.compare-content {
 width: 1400px;
 margin: auto;
}

.compare-title {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}

.compare-title h3 {
 font-weight: Bold;
 font-size: 27px;
 line-height: 27px;
 color: #000000;
}

.compare-title a {
 font-weight: 400;
 font-size: 10px;
 line-height: 10px;
 color: #000000;
 font-family: 'Montserrat';
}

.dtable {
 width: 100%;
 margin-top: 43.5px;
}

.dtable-img {
 width: 100%;
 margin-bottom: 28px;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 height: 100%;
}

.dtable-img img {
 object-fit: cover;
}

.dti1 {
 width: 675px;
 height: auto;
 margin-right: 9px;
 object-fit: cover;
}

.dti2 {
 width: 675px;
 height: auto;
 object-fit: cover;
}

.table-content {
 width: 100%;
 border-collapse: collapse;
 table-layout: fixed;
}

.table-content th {

 text-align: center;
 vertical-align: middle;
 padding-top: 17px;
 padding-bottom: 17.5px;
 border-bottom: 1px solid #707070;
 font-weight: bold;
 font-size: 17px;
 line-height: 17px;
 font-family: 'Montserrat';
 font-weight: 600; 
}


.table-content td {
 font-family: 'Montserrat';
 text-align: center;
 vertical-align: middle;
 border-bottom: 1px solid #707070;
 padding-top: 17px;
 padding-bottom: 17.5px;
 font-weight: 400;
 font-size: 17px;
 line-height: 17px;

}
.table-content td:first-child{
 font-weight: 700 !important;
 font-family: 'Montserrat' !important;
}
@media (max-width: 1440px) {
 .compare-content{
	 width: 1140px;
 }
  .dti1 {
 width: 475px;



}

.dti2 {
 width: 475px;

}
}

@media (max-width:1140px) {
 .compare-content{
	 width: 100%;
 }
 .cmpare .banner{
	 height: 60vh;
 }
 .compare-title {
display: flex;

align-items: flex-start;
flex-direction: column;
width: 95%;
	 margin: auto;
}
.compare{
padding-top: 50px;
padding-bottom: 50px;
}
.compare-title h3{
margin-bottom: 15px;
}
.dtable-img{
width: 95%;
margin: auto;
justify-content: center;
flex-direction: column;

}
.table-div{
width: 100%;
overflow-x: scroll;
}
.table-sc{
width: 95%;
margin: auto;
}
.dti1{
margin-right: 0;
}
.dti1,.dti2{
width: 100%;

margin-bottom: 15px;
}
.table-content td:first-child,.table-content td,.table-content th{
font-size: 13px;
line-height: 13px;
width: 110px;

}

}
/* boke */

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

#wrapper .banner {
	width: 100%;
	position: relative;
    line-height: 0;
}



#wrapper .banner-text {
	position: absolute;
	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	line-height: 55px;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'Montserrat';
}

/* neirong */
#wrapper .newst-right {
	width: 1400px;
	margin: 30px auto;
	display: flex;
	justify-content: flex-end;
}

#wrapper .content {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 88px;
	background: #F5F5F7;
	position: relative;
}

#wrapper .newst-right a {
	width: 157px;
	height: 36px;
	border: 1px solid #8D8D8D;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #8D8D8D;
	border-radius: 50px;
	cursor: pointer;
	margin-left: 30px;
	font-family: 'Montserrat';
}

#wrapper .hbl {
	border: 1px solid #009173 !important;
	color: #009173 !important;
}

/* blog-content */
#wrapper .blog {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 116px;
	background: #F5F5F7;
}

#wrapper .blog-content {
	width: 1400px;
	margin: auto;
}

#wrapper .blog-search {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: center;
}

#wrapper .blog-recom {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#wrapper .bh3 {

	font-weight: bold;
	font-size: 46px;
	color: #000000;
	text-align: left;
	line-height: 56px;
	font-family: 'Montserrat';
}

#wrapper .bhse {
	width: 328px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #707070;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	padding-left: 25px;
	font-family: 'Montserrat';

}

#wrapper .rleone {
	display: inline-block;
	width: 1038px;
	height: 620px;
	border-radius: 16px;
	background: #FFFFFF;

}

#wrapper .recom-img {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
}

#wrapper .recom-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px 16px 0 0;
	transition: all 0.3s;
}

.recom-text {
	width: 100%;
	height: 220px;
	box-sizing: border-box;
	padding: 28px 40px 25px 34px;
}

.reh3 {

	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	margin-bottom: 25px;
	font-family: 'Montserrat';
}

.rep {
	height: 50px;
	font-weight: 400;
	font-size: 14px;
	color: #6B6B6B;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 28px;
	font-family: 'Montserrat';
}

.reicon {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reicon span {

	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 16px;
}

.reicon-img {
	width: 40px;
	height: 40px;
	position: relative;

}

.reicon-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.reicon-img img:first-child {
	display: block;
}

.reicon-img img:last-child {
	display: none;
}

.rleone:hover .recom-img img {
	transform: scale(1.1);
}

.rleone:hover .reicon-img img:first-child {
	display: none;
}

.rleone:hover .reicon-img img:last-child {
	display: block;
}

.recom-right {
	width: 328px;
	height: 620px;
	background: #FFFFFF;
	border-radius: 16px 16px 16px 16px;
	box-sizing: border-box;
	padding: 22px 16px 25px 16px;
}

.reh5 {
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	text-align: left;
	line-height: 22px;
	margin-bottom: 14px;
	font-family: 'Montserrat';
}

.rexian {
	width: 100%;
	height: 0px;
	border: 1px solid #DEDEDE;
	margin-bottom: 18px;
}

.britem {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;

}

.britem-img {
	width: 118px;
	height: 90px;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
}

.britem-img img {
	width: 100%;
	height: 100%;
	background: #3C3D3D;
	border-radius: 6px 6px 6px 6px;
	object-fit: cover;
	transition: all 0.3s;
}

.britem-text {
	width: 164px;
	height: 90px;
}

.britem-text h5 {
	width: 100%;
	height: 63px;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 8px;
	font-family: 'Montserrat';
}

.britem-text span {
	font-weight: 400;
	font-size: 12px;
	color: #6B6B6B;
	line-height: 16px;
	font-family: 'Montserrat';
}

.rericontent a:not(:last-child) {
	margin-bottom: 16px;
}

.britem:hover .britem-img img {
	transform: scale(1.1);
}

.britem:hover .britem-text h5 {
	color: #008068
}

/* data */
.blog-data {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 40px;
	margin-bottom: 100px;
}

.bd-item {
	width: 445px;
	height: 528px;
	background: #FFFFFF;
	border-radius: 16px 16px 16px 16px;
	margin-bottom: 32px;
}

.blog-data .bd-item:nth-child(3n + 2) {
	margin-left: 31px;
	margin-right: 31px;
}

.bdi-img {
	width: 100%;
	height: 286px;
	background: #3C3D3D;
	border-radius: 16px 16px 0px 0px;
	overflow: hidden;
}

.bdi-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px 16px 0px 0px;
	transition: all 0.3s;
}

.bdi-text {
	width: 100%;
	height: 242px;
	padding: 28px 28px 15px 28px;
	box-sizing: border-box;

}

.bdi-icon {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bdi-icon-img {
	position: relative;
	width: 40px;
	height: 40px;

}

.bdi-icon-img img {
	width: 100%;
	height: 100%;
}

.bdi-icon-img img:first-child {
	display: block;
}

.bdi-icon-img img:last-child {
	display: none;
}

.bdih3 {

	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	margin-bottom: 18px;
	height: 58px;
	overflow: hidden;
	font-family: 'Montserrat';
}

.bdip {
	height: 41px;
	font-weight: 400;
	font-size: 14px;
	color: #6B6B6B;
	line-height: 22px;
	text-align: left;
	margin-bottom: 38px;
	overflow: hidden;
	font-family: 'Montserrat';
}

.bdi-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bdi-icon span {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 14px;
	font-family: 'Montserrat';
}

.bd-item:hover .bdi-img img {
	transform: scale(1.1);
}

.bd-item:hover .bdi-icon-img img:first-child {
	display: none;
}

.bd-item:hover .bdi-icon-img img:last-child {
	display: block;
}

.bd-item:hover .bdih3 {
	color: #008068;
}

.recom-left:hover .reh3 {
	color: #008068;
}

.blog-more {
	width: 236px;
	height: 46px;
	border-radius: 23px 23px 23px 23px;
	border: 1px solid #000000;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	background: #F5F5F7;
	font-family: 'Montserrat';
	cursor: pointer;
}

.rycl {
	display: none;
}

@media (max-width: 1440px) {
	#wrapper	.newst-right {
		width: 1140px;
	}

	#wrapper .blog-content {
		width: 1140px;
		margin: auto;
	}

	#wrapper .blog-recom {

		margin-bottom: 32px;
	}

	#wrapper .bd-item {
		width: 31%;
		height: 428px;
	}

	#wrapper	.blog-data .bd-item:nth-child(3n + 2) {
		margin-left: 3.5%;
		margin-right: 3.5%;
	}

	#wrapper .bdi-img {
		height: 186px;
	}

	#wrapper .rleone {
		width: 757px;
	}

	#wrapper	.rep {
		margin-bottom: 8px;
	}
}

@media (max-width:1140px) {
	#wrapper	.recom-img {
		height: auto;
	}

	#wrapper	.rep {
		height: 60px;
	}

	#wrapper .blog {
		padding-top: 15px;
		padding-bottom: 30px;
	}

	#wrapper .newst-right {
		width: 95%;
		justify-content: space-around;
	}

	#wrapper .newst-right a {
		margin-left: 0;
	}

	#wrapper .blog-content {
		width: 95%;
		margin: auto;
	}

	#wrapper .recom-left {
		width: 100%;
	}

	#wrapper .rleone {
		width: 100%;
		height: auto;
	}

	#wrapper .ryc {
		display: none;
	}

	#wrapper .rycl {
		display: block;
	}

	#wrapper .blog-data {
		flex-direction: column;
		margin-bottom: 30px;
	}

	#wrapper .bd-item {
		width: 100%;
	}

	#wrapper .blog-data .bd-item:nth-child(3n + 2) {
		margin-left: 0px;
		margin-right: 0px;
	}

	#wrapper .bh3 {
		font-size: 26px;
		line-height: 26px;
	}

	#wrapper .blog-search {
		flex-direction: column;
		justify-content: flex-start;
	}

	#wrapper .bh3 {
		margin: auto;
		padding-bottom: 40px;
	}

	#wrapper .bhse {
		margin: auto;
	}

	#wrapper .recom-text {
		padding: 10px 5px 16px 8px;
		 height: 100%;
	}

	#wrapper .reh3 {
		font-size: 18px;
		line-height: 18px;
	}

	#wrapper .bdi-text {
		padding: 10px 5px 16px 8px;
	}

	#wrapper .recom-right {
		width: 100%;
		margin-top: 60px;
	}

	#wrapper .britem-img {
		width: 39%;
	}

	#wrapper .britem-text {
		width: 61%;
		padding-left: 10px;
	}
}
/* zhanhui */

.event {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: relative;
}

.event .banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.event .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.event .banner-text {
	position: absolute;
	top: 0;
	left: 0;

		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
}

.event .banner .swiper-pagination-bullet {
	width: 50px;
	height: 5px;
	border-radius: 16px;
}

.event .banner .swiper-pagination-bullet-active {
	background: #FFFFFF;
}



.event .bh31 {
	color: #000000;
	font-weight: bold;
	font-size: 55px;
	text-align: center;
	line-height: 55px;
	width: 100%;
	z-index: 9;
	font-family: 'Montserrat';
}



.event .content {
	width: 964PX;
	margin: 50px auto 75px auto;
	background: #FFFFFF;
}

.ev-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ev-bottom {
	width: 265px;
	height: auto;

}

.ev-bottom img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.ev-top {
	width: 663px;
}

.ev-top h3 {
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: 'Montserrat';
}

.ev-top p {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 35px;
	font-family: 'Montserrat';
}

.ev-span {
	padding-bottom: 15px;
}

.ev-span span {
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	font-weight: 400;
	font-family: 'Montserrat';
	margin-right: 35px;
}

.evitem {
	width: 100%;
	margin-bottom: 45px;
	border-bottom: 1px solid #707070;
}

@media (max-width: 1440px) {
	


}

@media (max-width:1140px) {
	
	.event 	.ev-flex{
		display: block;
	}
	
	.event  .ev-bottom{
		width:80%;
		margin: auto;
		padding-bottom: 40px;
		text-align: center;
	}
	.event .bp1 {
		margin-bottom: 30px;
	}

	.event 	.bha {
		height: 28px;
		font-size: 13px;
	}

	.event  .banner img {
		height: 60vh;
		width: 100%;
        object-fit: cover;
	}

	.event 	.content {
		width: 95%;
	}

	.event .ev-top {
		width: 100%;
		padding-right: 10px;
	}

 

	.ev-top p {
		font-size: 13px !important;
		margin-bottom: 15px;
	}

	.ev-span span {
		margin-right: 0;
		margin-bottom: 15px;
		display: inline-block;
		width: 50%;
	}


	.ev-span {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		white-space: nowrap;

	}
}
/* xinwen */

#news-div {
	width: 100%;
	position: relative;
	overflow: hidden;

}

#news-div  .banner {
	width: 100%;
	position: relative;
	line-height: 0;
}
#news-div .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#news-div  .banner-text {
	position: absolute;
	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	line-height: 55px;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'Montserrat';
}

/* neirong */
#news-div  .newst-right{
	width: 1400px;
margin: 30px auto;
display: flex;
justify-content: flex-end;
}
#news-div  .content {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 88px;
	background: #F5F5F7;
	position: relative;
}

#news-div .newst-right a {
	width: 157px;
	height: 36px;
	border: 1px solid #8D8D8D;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #8D8D8D;
	border-radius: 50px;
	cursor: pointer;
	margin-left: 30px;
	font-family: 'Montserrat';
}

#news-div .hbl {
	border: 1px solid #009173 !important;
	color: #009173 !important;
}

#news-div .content-data {
	width: 1400px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;

}

#news-div .content-data a:nth-child(3n+2) {
	margin-left: 31px;
	margin-right: 31px;
}

#news-div .item1 a:nth-child(3n + 4) {
	margin-left: 31px;
	margin-right: 31px;
}

#news-div .item1 a:nth-child(3n + 2) {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#news-div .item1 a:first-child {
	width: 923px !important;
	height: 512px !important;
	position: relative;
	border-radius: 16px;
	margin-right: 31px;
	overflow: hidden;
	display: inline-block;

}

#news-div .item1 a:first-child .top-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 23%, rgba(0, 0, 0, 0.49) 48%, rgba(0, 0, 0, 0.74) 74%, #000000 100%);
}

.item1 a:first-child .top-img,
.item1 a:first-child .content-item {
	width: 100% !important;
	height: 100% !important;
}

.item1 a:first-child img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 16px !important;
}



.item1 a:first-child .bottom-text h5 {
	font-size: 26px !important;
	color: #FFFFFF !important;
	line-height: 36px !important;
	margin-bottom: 18px !important;
	height: auto !important;
}

.item1 a:first-child .bottom-time {
	margin-bottom: 0px;
}

.item1 a:first-child .bottom-time span {

	font-weight: 300 !important;
	font-size: 16px !important;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 27px !important;
}

.item1 .button-more {
	width: 105px;
	height: 30px;
	background: #008068;
	border-radius: 32px 32px 32px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	border: none;
	font-family: 'Montserrat';

}

#news-div  .content-data a {
	display: inline-block;
	width: 446px;
	height: 512px;
	background: #FFFFFF;
	border-radius: 16px 16px 16px 16px;
	margin-bottom: 32px;
}


.item1 a:first-child .bottom-text {
	background: none !important;
	position: absolute;
	left: 25px;
	bottom: 26px;
	height: auto;
	width: auto;
}

.content-data a .bottom-text {
	width: 100%;
	height: 244px;
	background: #FFFFFF;
	padding: 31px 19px 0px 19px;
	border-radius: 0px 0px 16px 16px;


}

.content-data a .top-img {
	width: 446px;
	height: 268px;
	background: #3C3D3D;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	line-height: 0;
}

.content-data a .top-img img {
	width: 446px;
	height: 268px;
	object-fit: cover;
	border-radius: 16px 16px 0 0;

}

.content-data a .bottom-text h5 {


	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 36px;
	margin-bottom: 26px;
	word-wrap: break-word;
	height: 72px;
	overflow: hidden;
	font-family: 'Montserrat';
}

.content-data a .bottom-time {
	display: flex;
	justify-content: space-between;
	margin-bottom: 44px;
}

.content-data a .bottom-time span {

	font-weight: 300;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	opacity: 0.7;
	font-family: 'Montserrat';


}

.content-data a .bottom-time img {
	opacity: 0.5;
}

.content-data a .button-more {
	width: 105px;
	height: 30px;
	background: #008068;
	border-radius: 32px 32px 32px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	border: none;
}

/* fenye */
#pageGro {
	width: 100%;
	margin: 100px auto 0 auto;
	display: flex;
	justify-content: center;

}

#pageGro div,
#pageGro div ul li {
	font-size: 10px;
	color: #999;
	line-height: 10px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	font-family: 'Montserrat';

}

#pageGro div ul li {
	width: 44px;
	height: 44px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #DCDCDE;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;

}

#pageGro div ul li.on {
	color: #fff;
	background: #000000;
	border: 1px solid #000000;
}

#pageGro .pageUp,
#pageGro .pageDown {
	width: 44px;
	height: 44px;
	text-indent: 5px;
	border: 1px solid #999;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 10px 10px;
}

.pageList ul {
	margin: 0;
}

/* newskd */
.content-data a {
	overflow: hidden;
}

.content-item img {
	transition: all 0.3s;
}

.content-item:hover img {
	transform: scale(1.1);
}

.content-item:hover .bottom-text h5 {
	color: #008068;
}

/* newskd end*/
@media (max-width: 1440px) {
	#news-div .newst-right{
		width: 1140px;
	}
	#news-div .content-data {

		transform-origin: top center;
		position: relative;
		left: 50%;
		transform: scale(0.88) translateX(-57%);
	}

	#news-div 	.content {
		padding-top: 15px;
		padding-bottom: 30px;
	}

	#news-div  #pageGro {
		margin: 0;
		bottom: 70px;
		position: absolute;
	}


}

@media (max-width:1140px) {
	#news-div  .newst-right {
		width: 95%;
		justify-content: space-around;
}
#news-div .newst-right a{
	margin-left: 0;
}
#news-div 	.item1 a:first-child .top-img::after {
		background: none;
	}

	#news-div .content-data {
		width: 90%;
		margin: auto;
		left: 0;
		transform: none;
		flex-direction: column;
	}

	#news-div 	.content-data a,
	#news-div .top-img,
	#news-div .top-img img,
	#news-div .item1 a:first-child,
	#news-div .content-data a .bottom-text {
		width: 100% !important;
		height: auto !important;
	}

	#news-div .item1 a:nth-child(3n + 4),
	#news-div .content-data a:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}

	#news-div 	.item1 a:first-child .bottom-text {
		position: relative;
		margin-right: 0px;
		left: auto;
		bottom: auto;
		padding-bottom: 5px;
	}

	#news-div .item1 a:first-child .bottom-text h5 {
		font-size: 16px !important;
		line-height: 20px !important;
		color: #000000 !important;
		height: 40px !important;
	}

	#news-div .item1 a:first-child .bottom-time span {
		color: #000000 !important;
	}

	#news-div 	.content-data a .bottom-text h5 {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 18px;
	}

	#news-div .content-data a .button-more {
		margin-bottom: 20px !important;
	}

	#news-div .content-data a .bottom-time {
		margin-bottom: 27px;
	}

	#news-div .item1 a:first-child img {
		border-radius: 16px 16px 0 0 !important;
	}

	#news-div .item1 a:first-child {
		margin-right: 0px !important;
	}

	#news-div #pageGro {
		position: relative;
		bottom: 0;
	}
}
/* lianxi */

.us {
	width: 100%;
	height: 100%;
	position: relative;
}
.us  .us-content{
width: 100%;
	height: 100%;
	position: relative;
}
.us .contact {
	width: 100%;
	height: 100%;
	position: relative;


	padding-top: 40vh;
	padding-bottom: 48px;

}

.us .content-title {

	width: 1400px;
	text-align: left;
	margin: auto;
}

.us .content-title h3 {
	margin-bottom: 20px;
	font-size: 55px;
	line-height: 55px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Montserrat';
}

.us .content-title p {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

.us .content-content {
	padding-top: 334px;
	width: 1400px;
	margin: auto;


}

.us .form-bd-content {
	width: 100%;
}

.us .cc-input {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.us .guestbook input {
	width: 31%;
	margin-bottom: 20px;
	background: transparent;
	border: 1px solid #FFFFFF;
	height: 30px;
	border-radius: 10px;
	padding-left: 7px;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 200;
	font-family: 'Montserrat';

}

.us .guestbook input::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 200;
	font-family: 'Montserrat';
}

.us .cc-content select {
	width: 100%;
	height: 60px;
	height: 30px;
	margin-bottom: 20px;
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	padding-left: 7px;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 200;
	font-family: 'Montserrat';
}

.us .cc-content select::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 200;
	font-family: 'Montserrat';
}

.us .cc-content select option {
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 200;
	font-family: 'Montserrat';
	background-color: rgba(0, 0, 0, 0.5);
}

.us .guestbooks textarea {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	padding-left: 7px;
	padding-top: 7px;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 200;
	font-family: 'Montserrat';
}

.us .guestbooks textarea::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 200;
	font-family: 'Montserrat';
}

.us input:focus,
.us select:focus,
.us textarea:focus {
	border: 1px solid #FFFFFF;
	outline: none;
}

.us .cc-content button {
	width: 100%;
	height: 33px;
	background: #009173;
	border-radius: 50px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat';
}

.us .us-text {
	width: 100%;
	padding-top: 92px;
	padding-bottom: 92px;
	position: relative;
}

.us .us-text h3 {
	font-weight: 300;
	color: #000000;
	font-size: 55px;
	line-height: 55px;
	text-align: center;
	transform: translateY(239px);
	transition: all 0.3s;
	font-family: 'Montserrat';
}

@media (max-width: 1440px) {

	.us .content-title,
	.us .content-content {
		width: 1140px;

	}
	.us .content-content{
		padding-top: 30vh;
	}
}

@media (max-width:1140px) {


	.us .content-title,
	.us .content-content {
		width: 95%;

	}

	.us .cc-content textarea {
		height: 150px;
	}

	.us .contact {
	
		background-size: 0 !important;
	}
	.us .us-content{
		background-size: cover !important;
	}


	.us .content-content {
		padding-top: 50px;
	}

	.us .guestbook input {
		width: 100%;
		font-size: 13px;
	}

	.us .us-text h3 {
		transform: translateY(0px) !important;
	}

	.us .us-text {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

/* hangye */

.khapps {
	width: 100%;
	height: 100%;
	position: relative;
	background: #FFFFFF;
 }

.khapps .banner {
	width: 100%;
	position: relative;
	line-height: 0;
} 
.khapps .banner img{
	width: 100%;
height: 100%;
object-fit: cover;
} 
.khapps .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #F7F7F7;
	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	text-align: center;
	line-height: 55px;
	width: 100%;
	font-family: 'Montserrat';
}



.khapps .app-content {
	width: 1400px;
	margin: auto;
}

.khapps .app-text h3 {
	margin-top: 84px;
	margin-bottom: 72px;
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	font-weight: 400;
	text-align: center;
	font-family: 'Montserrat';
}

.khapps .app-text p {
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Montserrat';
}

.khapps .app-icon {
	margin-top: 86px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 94px;
}

.khapps .app-icon-item {
	width: 445px;
height: 361px;
background: #F5F5F5;
border-radius: 10px 10px 10px 10px;
padding: 30px 21px 0px 22px;
text-align: center;
}

.khapps .app-icon-item img {
	width: 72px;
	height: 72px;
	margin-bottom: 36px;
}

.khapps .app-icon-item h5 {

	font-weight: 400;
	font-size: 40px;
	color: #009173;
	line-height: 40px;
	margin-bottom: 40px;
	font-family: 'Montserrat';
}

.khapps .app-icon-item p {

	font-weight: 300;
	font-size: 17px;
	color: #000000;
	line-height: 21px;
	font-family: 'Montserrat';
}

.khapps .app-type {
	width: 100%;
	position: relative;
	height: 750px;
	margin-bottom: 88px;
}

.khapps .app-type-header {
	width: 394px;
	height: 100%;
	background: linear-gradient(to RIGHT, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 10px 10px 10px 10px;
	padding: 92px 84px 92px 84px;
	z-index: 8;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.khapps .app-type-header-item {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.khapps .appspan1 {

	padding-left: 70px;
	font-weight: 400;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 20px;
	font-family: 'Montserrat';

}

.khapps .app-type-header-item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 55%;
	left: 5px;
	width: 1px;
	height: calc(100% - 8px);
	background: #FFFFFF;
}

.khapps .appspan2 {
	width: 10px;
	height: 10px;
	border: 1px solid #FFFFFF;
	background: transparent;
	border-radius: 50%;
}

.khapps .atshow .appspan1 {
	color: rgba(255, 255, 255, 1) !important;
}

.khapps .atshow .appspan2 {
	background: #FFFFFF;
}

.khapps .app-type-img {
	width: 100%;
	height: 100%;
	z-index: 7;
	position: relative;

}

.khapps .app-type-img-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 10px;
	overflow: hidden;
}

.khapps .aishow {
	display: block !important;
}

.khapps .app-type-img-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.khapps .app-type-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.khapps .app-type-img h3 {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	line-height: 77px;
	margin-bottom: 58px;
}

.khapps .app-type-img p {
	margin-bottom: 86px;
	height: 62px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 31px;
	font-family: 'Montserrat';

}

.khapps .app-type-img button {
	width: 116px;
	height: 29px;
	background: #009173;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	border: 1px solid #009173;
	margin: auto;
	cursor: pointer;
	font-family: 'Montserrat';
}

.app-type-img-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 538px;
	text-align: center;
	height: auto;
	transform: translate(-50%, -50%);
}

.tai {
	width: 100%;
	height: 296px;
	background: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.tai h3 {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 40px;
	margin-bottom: 22px;
}

.tai a {
	font-family: 'Montserrat';
	width: 287px;
	height: 43px;
	background: #009173;
	border-radius: 10px;
	border: 1px solid #707070;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #009173;
	font-weight: 300;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 31px;

}

@media (max-width: 1440px) {
	.khapps .app-content {
		width: 1140px;

	}

	.khapps .app-icon {
		justify-content: space-around;
		margin-top: 36px;
		margin-bottom: 94px;
	}

	.khapps .app-text h3 {
		font-size: 35px;
		margin-top: 54px;
margin-bottom: 42px;
	}

	.khapps .app-type-img h3 {
		margin-bottom: 28px;
	}

	.khapps .app-type-img p {
		margin-bottom: 40px;
	}

	.khapps .app-type {
		height: 75vh;
		margin-bottom: 70px;
	}

	.khapps .app-icon-item img {
		width: 72px;
		height: 72px;
	}

	.khapps .app-icon-item {
		width: 345px;
		height: 361px;
		padding: 20px;
	}

	.khapps .app-type-header {
		padding: 20px 0px 0 40px;
		width: 324px;

	}



	.khapps	.appspan1 {
		padding-left: 30px;
	}

	.khapps .app-text p {
		font-size: 18px;

		margin-bottom: 20px;
	}
}

@media (max-width:1140px) {
	.khapps .app-type-header-item:not(:last-child)::after{
		display: none;
	}
	.khapps .app-icon{
		margin-bottom: 44px;
	}
	.khapps .banner{
		height: 60vh;
	}
	.khapps .app-type-header{
		position: relative;
		background: none;
		width: 100%;
		padding: 10px;
		height: auto;
		display: flex;
		flex-direction: row;
flex-wrap: wrap;
gap: 10px; 
	}
	.khapps .app-content {
		width: 95%;

	}

	.khapps .app-type-img-item a {
		height: 50vh;
	}

	.khapps 	.app-type-img h3 {
		margin-bottom: 28px;
	}

	.khapps .app-type-img p {
		margin-bottom: 38px;
	}

	.khapps .app-icon {
		flex-direction: column;
	}

	.khapps .app-icon-item {
		margin: 10px auto;
	}

	.khapps .app-icon-item h5 {
		font-size: 20px;
		line-height: 20px;
	}

	.khapps 	.app-icon-item {
		height: 300px;
	}

	.khapps .appspan1 {
		font-size: 13px;
		line-height: 15px;
		color: #000000;
		padding-left: 0;
	}

	.khapps	.app-type-img-text {
		width: 80%;
		
	}

	



	.khapps	.app-type-header-item:not(:last-child) {
		margin-bottom: 24px;
	}

	.khapps	.app-type-header-item {
		width: 30%;
		height: 100%;
		box-sizing: border-box;
	}

	.khapps	.appspan2 {
		padding-right: 20px;
		color: #009173 !important;
		display: none;
	}

	.khapps	.atshow .appspan1,
	.khapps .atshow .appspan2 {
		color: #009173 !important;
	}

	.khapps	.app-type {
		margin-bottom: 38px;
		height: auto;
	}
	.khapps .app-type-img{
		height: 50vh;
	}

	.khapps	.tai h3 {
		text-align: center;
	}
}
/* qiege */



.capp .banner {
	width: 100%;
	position: relative;
	line-height: 0;
} 
.capp .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.capp .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #F7F7F7;
	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	text-align: center;
	line-height: 55px;
	width: 100%;
	font-family: 'Montserrat';

}



.capp .khtext {
	width: 100%;
	padding-bottom: 47px;
	position: relative;
	padding-top: 69px;
	border-bottom: 1px solid #707070;
	text-align: center;
}


.capp .khtext h3 {

	font-weight: 400;
	font-size: 55px;
	color: #000000;
	line-height: 91px;
	font-family: 'Montserrat';
	text-align: center;
}

.capp .khh3 {
	margin-bottom: 61px;
}

.capp .khtext p {

	font-weight: 300;
	font-size: 20px;
	color: #000000;
	line-height: 41px;
	font-family: 'Montserrat';
	text-align: center;
}

.capp .khtext img {
	width: 45px;
	height: 30px;
	margin-top: 62px;
	animation: bounce 1s infinite;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.capp .khcontent h3 {

	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 52px;
	text-align: center;
	font-family: 'Montserrat';
}

.capp .khcontent {
	width: 1400px;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-top: 78px;
}

.capp .khlb {
	width: calc(100% - 104px);
	position: relative;
	overflow: hidden;
	margin: 79px auto 90px auto;
	padding: 0 2px 0 2px;
}

.capp .khlb .khlba {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;

}

.capp .khlba-top {
	width: 100%;
	height: 428px;
	border-radius: 10px;
	position: relative;
	z-index: 7;
}

.capp .khlb-top img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.capp .khlb-bottom {
	width: 100%;
	height: 210px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 10px 10px 10px 10px;
	padding: 28px 33px 0 33px;
	margin-top: -20px;
	position: relative;
	z-index: 8;
}

.capp .khlb-bottom h5 {
	margin-bottom: 21px;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #009173;
	line-height: 21px;
	padding: 4px 12px 5px 12px;
	background: #F5F5F5;
	border-radius: 10px;
	font-family: 'Montserrat';
}

.capp .khlb-bottom p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	text-align: left;

}

.khcontent .swiper-button-prev:after,
.khcontent .swiper-rtl .swiper-button-next:after {
	content: '<';
	font-size: 20px;
	font-weight: bold;
}

.khcontent .swiper-button-next:after,
.khcontent .swiper-rtl .swiper-button-prev:after {
	content: '>';
	font-size: 20px;
	font-weight: bold;
}

.khcontent .swiper-button-prev,
.khcontent .swiper-button-next {
	position: absolute;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	width: 34px;
	height: 34px;
	border: 1px solid #9A9A9A;
	border-radius: 50%;
	background: #9A9A9A;

}

.khsearch {
	width: 100%;
	height: 100%;
	padding-top: 89px;
	padding-bottom: 89px;
	background: #F5F5F5;
}

.khsearch h3 {
	text-align: center;
	margin-bottom: 26px;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 40px;

}

.search-input {
	width: 740px;
	height: 69px;
	background: #FFFFFF;
	border: none;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.search-input input {
	width: 100%;
	height: 100%;
	padding-left: 35px;
	border: 1px solid rgba(112, 112, 112, 0.5);
	font-weight: 300;
	font-size: 17px;
	color: #000000;
	line-height: 31px;
	border-radius: 5px 5px 5px 5px;
	font-family: 'Montserrat';

}

.search-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 100%;
	background: #009173;
	border-radius: 5px 5px 5px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.search-img img {
	width: 50%;
	height: auto;
}

.khdata {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	display: none;
}

.khdata-content .khlba {
	width: 31%;
	height: 100%;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.khdata-content .khlba:nth-child(3n + 2) {
	margin-left: 31px;
	margin-right: 31px;
}

.capp .khdata-content {
	width: 1400px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 121px;
	padding-bottom: 70px;
}

.capp .khlb-top {
	width: 100%;
	height: 428px;
}

.capp .khcontent .swiper-container {
	width: 100%;
}

@media (max-width: 1440px) {

	.capp .khcontent,
	.capp .khdata-content {
		width: 1140px;

	}
	.capp .khtext img{
		margin-top:62px
	}
	.capp .khdata-content{
		padding-top: 35px;
padding-bottom: 49px;
	}
	.capp .khtext h3 {
		line-height: 51px;
		font-size: 35px;
	}
	.capp .khlb{
		margin: 49px auto;
	}
	.capp .khlb-top {
		height: 328px;
	}

	.capp .khlb-bottom {
		padding: 8px 13px 0 13px;
	}

	.capp .khlb-bottom {
		height: 150px;
	}

	.capp .khlb-bottom p {
		font-size: 15px;
		line-height: 18px;
	}
}

@media (max-width:1140px) {
	.capp .banner {
		height: 60vh;
	}

	.capp 	.khlb {
		padding: 0;
		margin: 15px 0px;
		width: 100%;
	}
	.capp .khtext{
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.capp .search-input input {
		padding-left: 5px;
		font-size: 13px;
		line-height: 13px;
	}

	.capp .khcontent,
	.capp .khdata-content {
		width: 95%;

	}

	.capp .search-input {
		width: 95%;
	}

	.capp .khdata-content {
		flex-direction: column;
	}

	.capp .khdata-content .khlba {
		width: 100%;
	}

	.capp .khdata-content .khlba:nth-child(3n + 2) {
		margin-left: 0;
		margin-right: 0;
	}

	.capp .swiper-slide {
		width: 100% !important;
	}

	.capp .khdata-content {
		margin-top: 30px;
	}
}
/* shipin */
#wrapper .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.viedeo .banner {
	width: 100%;
	position: relative;
} 

.viedeo .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	text-align: center;
	line-height: 55px;
	width: 100%;

}





.viedeo-content {
	width: 100%;
	background: #F5F5F5;

	padding-bottom: 79px;

}

.v-content {
	width: 100%;
	margin: auto;

}

.v-tt {
	width: 100%;
	background: #FFFFFF;
	height: 93px;
	margin-bottom: 70px;
}

.video-type {
	width: 1400px;
	height: 100%;
	margin: auto;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;

}

.pv-if {
	width: 801px;
	height: 486px;
}

.pv-if iframe {
	width: 100%;
	height: 100%;
}

.video-type>div {

	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.video-type>div:not(:last-child) {
	margin-right: 117px;
}

.video-items {
	display: none;
}

.video-flex-content {
	width: 100%;
	background: #F5F5F7;
}

.video-flex {
	width: 1400px;
	margin: auto;

}

.videoh3 {

	cursor: pointer;
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	color: #A0A4A7;
	line-height: 20px;
	text-align: center;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	outline: none;
	font-family: 'Montserrat';
}

.vtype2-h3 {

	line-height: 32px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 26px;
	color: #000000;
	margin-bottom: 38px;
}

.videoh3-show .videoh3 {
	color: #000000;
	font-weight: bold;
}

.videoh3-show {
	border-bottom: 2px solid #000000;
}

/* .video-type>div:nth-child(1):after {
	content: '';
	width: 1px;
	height: 33px;
	background: #CCCCCC;
	position: absolute;
	top: 27px;
	right: 0;

}

.video-type>div:nth-child(2):after {
	content: '';
	width: 1px;
	height: 33px;
	background: #CCCCCC;
	position: absolute;
	top: 27px;
	right: 0;

} */



.v-ite {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.vvv-item {
	width: calc(33.33% - 28px);
	position: relative;
	margin-bottom: 57px;
	border-radius: 16px;
	line-height: 0;

}

.vvv-item img {
	width: 100%;
	border-radius: 16px 16px 0px 0px;
	object-fit: cover;
}

.vvv-bottom {
	width: 100%;
	height: 92px;

	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 16px 16px;

	padding: 19px 32px 21px 32px;

}

.vtype2 {
	margin-bottom: 33px;
}

.bofang {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.vvv-item:nth-child(3n-1) {
	margin-left: 28px;
	margin-right: 28px;
}

.pv-if {

	display: none;
}

.site-footer {
	margin-top: 0;
}

.vvv-bottom p {

	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	font-family: 'Montserrat';
}

@media (max-width: 1440px) {

	.video-type,
	.video-flex {
		width: 1140px;
	}

	.videoh3 {
		font-size: 18px;
	}

	.vtype2-h3 {
		font-size: 20px;
	}

	.vvv-bottom p {
		font-size: 15px;
	}
}

@media (max-width:1140px) {
	.pv-if {
		width: 95%;
		height: auto;
	}

	.video-type,
	.video-flex {
		width: 100%;
	}

	.video-type>div:not(:last-child) {
		margin-right: 0px;
	}

	.video-type {
		display: flex;
		flex-wrap: wrap;
	}

	.video-type div {
		width: 50%;
		height: 50px;
	}

	.v-tt {
		height: 100%;
	}

	.videoh3 {
		font-size: 12px !important;
	}

	.v-ite {
		flex-direction: column;
	}

	.vvv-item {
		width: 90%;
		margin: 0 auto 30px auto;
	}

	.vvv-item:nth-child(3n-1) {
		margin-left: auto;
		margin-right: auto;
	}

	.vtype2-h3 {

		padding-left: 5%;
	}
}
/* jishu */

    .tech {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
    }

     .tech .banner {
      width: 100%;
      position: relative;
      height: 100vh;
      line-height: 0;
    }
		.tech .banner img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

    .tech .banner::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
    }

		.tech  .tech-item::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
    }

    .tech .banner-h3 {
      position: absolute;
      top: 35%;
      left: 50%;
      transform: translateX(-50%);
      color: #F7F7F7;
      font-weight: bold;
      font-size: 55px;
      color: #FFFFFF;
      text-align: center;
      line-height: 55px;
      width: 100%;
      z-index: 9;
      font-family: 'Montserrat';

    }

   

    .tech-item {
      width: 100%;
      height: 100vh;
      line-height: 0;
      position: relative;

    }

    .tech-item a {
      display: inline-block;
      width: 100%;
      height: 100%;
    }

    .tech-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .tech-item-text {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 60%;
      text-align: center;
      z-index: 9;
    }

    .tech-item-text h3 {
      font-size: 40px;
      line-height: 40px;
      color: #FFFFFF;
      font-weight: bold;
      margin-bottom: 20px;
      font-family: 'Montserrat';
      opacity: 0;
      transform: translateY(70px);
    }

    .tech-item-text p {
      font-size: 20px;
      line-height: 20px;
      color: #FFFFFF;
      font-weight: 500;
      margin-bottom: 38px;
      font-family: 'Montserrat';
      opacity: 0;
      transform: translateY(70px);
    }

    .tech-item-text div {
      font-size: 17px;
      line-height: 25px;
      color: #FFFFFF;
      font-weight: 300;
      margin-bottom: 79px;
      font-family: 'Montserrat';
      opacity: 0;
      transform: translateY(70px);
    }

    .tech-item-text button {

      width: 128px;
      height: 38px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #FFFFFF;
      background: transparent;
      font-size: 16px;
      line-height: 16px;
      color: #FFFFFF;
      font-weight: 300;
      border-radius: 50px;
      margin: auto;
      cursor: pointer;
      font-family: 'Montserrat';
      opacity: 0;
      transform: translateY(70px);
    }

    .md-item-text-animation .tech-item-text p,
    .md-item-text-animation .tech-item-text h3,
    .md-item-text-animation .tech-item-text div,
    .md-item-text-animation .tech-item-text button {
      animation: identifier 0.7s linear forwards;
    }

    @keyframes identifier {
      0% {
        transform: translateY(70px);
        opacity: 0;
      }

      100% {
        transform: translateY(0px);
        opacity: 1;
      }
    }

    @media (max-width: 1440px) {}

    @media (max-width:1140px) {
      .tech .banner {
        height: auto;
      }
      .tech .banner img{
        height: 60vh;
      }
			.tech .tech-item img {
        height: 100vh;
      }

			.tech .tech-item-text {
        width: 90%;
      }

			.tech .tech-item-text div {
        font-size: 13px;
      }

			.tech .tech-item {

        height: 65vh;


      }

			.tech .tech-item-text div {
        margin-bottom: 39px;
      }
    }
/* product */

.product {
	width: 100%;
	background: #FFFFFF;
}

.pdocut-banner {
	width: 100%;
	position: relative;
}

.mpbanner {
	display: none;
}

.pdocut-banner .swiper-pagination-bullet {

	width: 50px;
	height: 5px;
	border-radius: 16px;
}

.pdocut-banner .swiper-pagination-bullet-active {

	background: #FFFFFF;
}

.pdocut-banner img {
	width: 100%;
}

.product-banner-text {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.product-banner-text h3 {
	margin-bottom: 11px;
	font-size: 55px;
	line-height: 55px;
	color: #F7F7F7;
	font-weight: bold;
	font-family: 'Montserrat';
}

.product-banner-span {
	display: flex;
	justify-content: center;
	position: relative;
}

.product-banner-span span {
	font-size: 20px;
	color: #F7F7F7;
	font-weight: 300;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	font-family: 'Montserrat';
}

.product-banner-span span:not(:last-child)::after {
	content: '';
	position: absolute;

	right: 0;
	width: 2px;
	height: 80%;
	color: #F7F7F7;
	background: #F7F7F7;
	border: #F7F7F7;
	bottom: 8%;

}

.plist-content {
	width: 1400px;
	margin: auto;
	padding-top: 75px;
	padding-bottom: 75px;
}

.pch3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	margin-bottom: 47px;
	font-family: 'Montserrat';
}

.pctype {
	display: flex;
	margin-bottom: 77px;
}

.pctype span:not(:last-child) {
	margin-right: 30px;
}

.pctype span {
	font-size: 18px;
	color: #5D5D5D;
	font-weight: 500;
	padding-bottom: 13px;
	position: relative;
	cursor: pointer;
	font-family: 'Montserrat';
}

.pxz {
	color: #009173 !important;
}

.pxz::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #009173;
	width: 100%;
	height: 3px;
}

.plitem {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.plitem-left {
	width: 39%;
	padding-top: 30px;
	padding-bottom: 35px;
}

.plitem-left h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	margin-bottom: 16px;
	font-family: 'Montserrat';
}

.plitem-left p {
	font-size: 20px;
	font-weight: 400;
	color: #009173;
	line-height: normal;
	margin-bottom: 47px;
	font-family: 'Montserrat';
}

.plitem-left-button {
	display: flex;
	margin-bottom: 75px;

}

.plba1 {
	margin-right: 30px;
	width: 121px;
	height: 38px;
	border-radius: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	border: 1px solid #000000;
	font-family: 'Montserrat';
}

.plba2 {
	margin-right: 30px;
	width: 121px;
	height: 38px;
	background: #009173;
	border-radius: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	font-family: 'Montserrat';
}

.plitem-left-input {
	display: flex;
	align-items: center;

}

.plcount {
	width: 100%;
}

.plcontent {
	width: 100%;
	display: none;
}

.plcontent-show {
	display: block !important;
}

.plitem-left-radio {
	width: 20px;
	height: 20px;
	border: 1px solid #009173;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.plison {
	width: 13px;
	height: 13px;
	background: #009173;
	display: none;
	font-family: 'Montserrat';
}

.plison-show {
	display: block !important;
}

.plitem-left-input-span {
	font-size: 16px;
	color: #009173;
	font-family: 'Montserrat';
}

.plitem-right {

	width: 61%;
	height: 100%;
}

.plitem-right a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.plitem-right a img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.plitem::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #5D5D5D;
}

.plitem:last-child::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #5D5D5D;
}

/* duib */
.duib {
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: -100px;
	left: 0px;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	transition: all 0.5s;
	z-index: 999;
}

.duib-show {
	bottom: 0px
}

.dl-item h6 {
	font-size: 20px;
	color: #5D5D5D;
	font-weight: 600;
	margin-right: 30px;
	font-family: 'Montserrat';
}

.dl-item span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #5D5D5D;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #5D5D5D;
	font-weight: 400;
	cursor: pointer;

}

.dl-item {
	display: flex;
	align-items: center
}

.drb1 {
	width: 149px;
	height: 41px;
	border-radius: 10px;
	font-size: 15px;
	color: #5D5D5D;
	border: 1px solid #5D5D5D;
	cursor: pointer;
	font-family: 'Montserrat';
}

.drb2 {
	width: 149px;
	height: 41px;
	border-radius: 10px;
	font-size: 15px;
	color: #5D5D5D;
	border: 1px solid #5D5D5D;
	cursor: pointer;
	font-family: 'Montserrat';
}

.duib-left {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	padding: 0 10%;
	position: relative;

}

.duib-left::after {
	content: '';
	right: 0px;
	top: 20px;
	width: 1px;
	height: 60px;
	background: #707070;
	position: absolute;
}

.duib-right {
	width: 50%;
	display: flex;
	padding: 0 10%;
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 1440px) {
	.plist-content {
		width: 1140px;
		margin: auto;
	}

	.pctype span {
		font-size: 15px;
	}

	.plitem-left {
		width: 40%;
	}

	.plitem-right {
		width: 60%;
		height: auto;
	}
}

@media screen and (max-width: 1140px) {

	.plba1,
	.plba2 {
		width: 121px;
		height: 28px;
		font-size: 13px;
		line-height: 13px;
	}

	.plitem-left p {
		margin-bottom: 27px;
	}

	.plist-content {
		width: 95%;
	}

	.plist-content {
		padding-top: 35px;
	}

	.plitem {
		flex-direction: column;
	}

	.plitem-left {
		width: 100%;
	}

	.plitem-right {
		width: 100%;
	}

	.plitem-right a img {
		width: 100%;
		height: auto;
	}

	.pctype {
		flex-wrap: wrap;
	}

	.pctype span {
		margin-bottom: 15px;
		font-size: 15px;
	}

	.pctype span:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 0px;
	}

	.pctype span {
		width: 50%;
	}

	.pxz::after {
		display: none;
	}

	.pctype {
		margin-bottom: 0px;
	}

	.plitem-left h3,
	.product-banner-text h3 {
		font-size: 30px;
	}

	.plitem-left p {
		font-size: 16px;
	}

	.plitem-left-button {
		margin-bottom: 25px;
	}

	.product-banner-span span {
		padding-left: 15px;
		padding-right: 15px;
	}

	.duib-left {
		flex-direction: column;
		padding: 0 3%;
	}

	.dl-item h6 {
		font-size: 13px;
	}

	.dl-item {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}

	.duib-right {
		height: 100%;
		flex-direction: column;
	}

	.hpbanner {
		display: none;
	}

	.mpbanner {
		display: block;
	}

}
/* about */

.about {
	width: 100%;
	height: 100%;
	position: relative;
}

.abbanner {
	width: 100%;
	height: 250vh;
	line-height: 0;

}

.abscrike {
	position: sticky;
	top: 0;
}

.abbanner img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.abbanner-text {
	width: 100%;
	height: 357px;
	background: linear-gradient(to bottom, rgba(0, 145, 115, 0) 0%, rgba(0, 145, 115, 0.2) 20%, rgba(0, 145, 115, 0.4) 40%, rgba(0, 145, 115, 0.6) 60%, rgba(0, 145, 115, 0.8) 80%, rgba(0, 145, 115, 1) 100%);
	position: absolute;
	bottom: -547px;
	left: 0;
	transition: all 1s;
	z-index: 7;
}

.abbanner-top {
	bottom: 0 !important;
}

.abbanner-text h3 {
	font-size: 55px;
	font-weight: bold;
	margin-bottom: 29px;
	color: #FFFFFF;
	line-height: 55px;
	font-family: 'Montserrat';
}

.abbanner-text p {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

.text-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;

}

.absan {
	width: 100%;
	height: 80px;
	background: #ADD6CC;
	display: flex;
}

.absan div {
	width: 33.33%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #5D5D5D;
	font-weight: 500;
	cursor: pointer;
	font-family: 'Montserrat';
}

.absan div:hover {
	background: #F5F5F5;
}

.what {
	width: 100%;
	background: #FFFFFF;
	z-index: 11;
	height: 100%;
	padding-top: 139px;
	padding-bottom: 204px;
	position: relative;
}

.whath3 {
	margin-bottom: 20px;
	font-size: 55px;
	color: #000000;
	font-weight: bold;
	font-family: 'Montserrat';
	display: inline-block;
}

.what-content {
	width: 1400px;
	margin: auto;
	height: 250vh;
	position: relative;
}

.whatdiv {
	width: 100%;
	position: sticky;
	top: 63px;


}

.whatdivm {
	display: none;
}

.whatdivsc {

	display: flex;
}

.what-left {
	width: 919px;
	height: 800px;
	position: relative;
	overflow: hidden;
}

.what-left img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	object-fit: cover;
transition: all 0.7s;
}

.abi1 {
	z-index: 6;
	top: 0;
}

.abi2 {
	z-index: 7;
	bottom: -100%;
}

.abi3 {
	z-index: 8;
	bottom: -100%;
}

.what-right {
	width: calc(100% - 919px);
	padding-left: 63px;
	position: relative;
}

.writem h6 {
	font-size: 30px;
	color: #009173;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 30px;
	font-family: 'Montserrat';
}

.wih h6 {
	color: #000000 !important;
}

.writem p {
	font-size: 20px;
	color: #009173;
	line-height: 22px;
	font-weight: 500;
	font-family: 'Montserrat';
}

.wih p {
	color: #000000 !important;
}

.writem {

	position: absolute;
	bottom: -100%;
	opacity: 0;
	transition: all 0.3s;
}

.Excellence {
	width: 100%;
	height: 100%;
	padding-top: 107px;
	padding-bottom: 213px;
	background: #FCFCFC;
	text-align: center;
}

.Excellence h3 {
	margin-bottom: 30px;
	font-size: 60px;
	line-height: 60px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-family: 'Montserrat';
}

.Excellence p {
	margin-bottom: 187px;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-bottom: 11px;
	font-family: 'Montserrat';
}

.Excellence p::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
}

.excontent {
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.exitem {
	width: 313px;
	height: 313px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s;
}

.exitem h6 {
	font-size: 35px;
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Montserrat';
}

.exi1 {
	background: #009173;
	z-index: 9;
	position: relative;
}

.exi1-z {
	position: absolute;
	top: 0;
	left: 0;
	background: #009173;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	width: 100%;
	height: 100%;
	border: 10px;

}

.exi2 {
	background: #00AAE6;
	z-index: 9;
	position: relative;
}

.exi2-z {
	position: absolute;
	top: 0;
	left: 0;
	background: #00AAE6;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	width: 100%;
	height: 100%;
	border: 10px;
}

.exi3 {
	background: #F58220;
	z-index: 9;
	position: relative;
}

.exi3-z {
	position: absolute;
	top: 0;
	left: 0;
	background: #F58220;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	width: 100%;
	height: 100%;
	border: 10px;
}

.exi4 {
	background: #A7ADAF;
	z-index: 9;
	position: relative;
}

.exi4-z {
	position: absolute;
	top: 0;
	left: 0;
	background: #A7ADAF;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	width: 100%;
	height: 100%;
	border: 10px;
}

.exitem .extop {
	width: 100%;
	height: 50%;
}

.exitem video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.exitem .exbottom {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

.exitem .exbottom span {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	font-family: 'Montserrat';

}

/* world */
.world {
	width: 100%;
	height: 100%;
	padding-top: 64px;
	background: #FFFFFF;
}

.woh3 {
	color: #000000;
	font-size: 55px;
	line-height: 55px;
	font-weight: bold;
	margin-bottom: 91px;
	text-align: center;
	font-family: 'Montserrat';
}

.woitem {
	padding-bottom: 23px;
	text-align: center;
	position: relative;
}

.woitem::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #009173;
	border: 1px solid #009173;
}

.world-text {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
	margin: auto;
}

.wonumb {
	display: flex;
	justify-content: center;
	margin-bottom: 27px;
}

.wonumb span {
	color: #000000;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'Montserrat';
}

.woitem p {
	color: #000000;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	font-family: 'Montserrat';

}

.world-video {
	width: 100%;
}

.world-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yuanquan {
	width: 100%;
	height: 50vw;
	padding-top: 375px;
	position: relative;
	background: linear-gradient(to bottom, #FFFFFF, #FBFDFD, #EDF7F5, #D8EEE9, #BFE3DC);
	overflow: hidden;
}



#yuan {
	transition: all 0.8s ease-in;
	/* transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1); */
}


.xuquan2 {
	width: 80vw;
	height: 80vw;
	border: 1px dashed #707070;
	border-radius: 50%;
	position: relative;
	margin: auto;
	/* transition: transform 0.5s ease; */
}

.point {
	position: absolute;
	/* width: 600px;
	height: 257px; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	transform-origin: center bottom;
	text-align: center;
}

#yuan .point:nth-child(1) {
	transform: translate(-50%, -100%) rotate(0deg);
}

#yuan .point:nth-child(2) {
	transform: translate(-50%, -100%) rotate(60deg);
}

#yuan .point:nth-child(3) {
	transform: translate(-50%, -100%) rotate(120deg);
}

#yuan .point:nth-child(4) {
	transform: translate(-50%, -100%) rotate(180deg);
}

#yuan .point:nth-child(5) {
	transform: translate(-50%, -100%) rotate(240deg);
}


#yuan .point:nth-child(6) {
	transform: translate(-50%, -100%) rotate(300deg);
}

.pointlv h5 {
	color: #009173 !important;
	display: block !important;
}

.pointlv .xq2title p {
	display: block !important;
}

.pointlv .xq2x span {
	background: #707070 !important;
}

.pointlv .xq2x div {
	background: #707070 !important;
}

.lvvalue {
	display: none;
}

.xq2h {
	position: relative;
	margin-bottom: 20px;

	text-align: center;
}

.xq2title h1 {
	position: absolute;
	/* color: #F5F5F5; */
	color: #E7E7E7;
	font-size: 100px;
	font-weight: bold;
	line-height: 100px;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	font-family: 'Montserrat';
}

.xq2title h5 {
	position: relative;
	color: #5D5D5D;
	font-size: 40px;
	font-weight: bold;
	display: none;
	font-family: 'Montserrat';
}

.xq2title p {
	position: relative;
	color: #ADAEAE;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 35px;
	padding: 0 10%;
	display: none;
	font-family: 'Montserrat';
}

.xq2x {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.xq2x span {
	width: 7px;
	height: 7px;
	border-radius: 50%;

	background: #E7E7E7;
}

.xq2x div {
	width: 3px;
	height: 85px;

	background: #E7E7E7;
}

.xq2item2 h5 {
	color: #009173 !important;
}



.xq2item2 {
	transform: translateY(-13%);
}

.xq2button {
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 33;
}

.xq2button h3 {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 50px;
	font-family: 'Montserrat';
}

.xq2bu {
	display: flex;
	justify-content: space-between;
	width: 200px;
	height: 50px;
	align-items: center;
	margin: auto;
}

.xq2bu button {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #757575;
	font-size: 28px;
	font-weight: 500;
	color: #757575;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	cursor: pointer;
}

@media (max-width: 1440px) {

	.excontent,
	.what-content {
		width: 1140px;

	}

	.abbanner-text {
		height: 300px;
	}

	.what-left {
		width: 68%;
		height: 73vh;
		position: relative;
		overflow: hidden;
	}

	.what-right {
		width: 32%;
	}

	.what-right {
		padding-left: 2%;
	}

	.exitem {
		width: 278px;
		height: 278px;
	}

	.xq2button {
		bottom: 10%;
	}
}

@media (max-width:1140px) {
	.abbanner {
		height: 100%;
	}

	.abscrike {
		position: relative;
	}

	.abbanner img {
		height: auto;
	}

	.whatdiv {
		display: none;
	}

	.whatdivm {
		display: block;
	}

	.excontent,
	.what-content {
		width: 95%;
		height: 100%;
	}

	.writemm h3 {
		font-family: 'Montserrat';
	}

	.writemm p {
		font-family: 'Montserrat';
	}

	.woitem p {
		font-size: 13px !important;
	}

	.abbanner-text {
		bottom: 0px;
	}

	.text-text {
		width: 100%;
	}

	.wm-content {
		width: 100%;
	}

	.wm-content img {
		width: 100%;
		min-height: 40vh;
		object-fit: cover;
	}

	.what {
		padding-top: 50px;
		padding-bottom: 0px;
	}

	.writemm {
		position: relative;
		text-align: center;
		margin: 20px auto 30px auto;
	}

	.Excellence {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.writemm h3 {
		color: #009173;
	}

	.Excellence p {
		margin-bottom: 50px;
	}

	.excontent {
		flex-direction: column;
	}

	.exitem {
		width: 320px;
		height: 320px;
		margin: 20px auto;
	}

	.exitem h6 {
		font-size: 20px;
		height: 20px;
	}

	.world-text {
		width: 95%;
	}

	.world-video video {
		height: 40vh;
	}

	.wonumb span {
		font-size: 20px !important;
		line-height: 20px !important;
		color: #009173 !important;
	}

	.wonumb {
		margin-bottom: 13px;
	}

	.xq2bu button {
		width: 45px !important;
		height: 45px !important;
	}

	.woh3 {
		margin-bottom: 41px;
	}

	.xq2title h5 {
		font-size: 20px;
		line-height: 20px;
	}

	.yuanquan {
		width: 100%;
		height: 100vw;
	}

	.xuquan2 {
		width: 100vw;
		height: 100vw;
	}

	.xq2title h1 {
		font-size: 70px;
		line-height: 70px;
	}

	.xq2button {
		bottom: 5px;
	}

	.xq2button h3 {
		margin-bottom: 10px;
		white-space: nowrap;
	}

	.abbanner-text {
		height: 40%;
	}

	.yuanquan {
		padding-top: 60vw;
	}

	.xq2x div {
		height: 35px;
	}

	.xq2title p {

		margin-bottom: 5px;
		padding: 0 5%;

	}

	.world-text {
		flex-wrap: wrap;
	}

	.woitem {
		width: 50%;
	}

	.woitem::after {
		display: none;
	}
}
/* fuwu */


.sapp .banner{
	line-height: 0;
	position: relative;
}
.sapp .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #F7F7F7;
	font-weight: bold;
	font-size: 55px;
	font-family: 'Montserrat';
	text-align: center;
	line-height: 55px;
	width: 100%;

}

.sapp .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
}

.why {
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	padding-top: 85px;
	padding-bottom: 137px;
}

.why-content {
	width: 1400px;
	margin: auto;

}

.why-xian {
	width: 110px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin-bottom: 38px;
}

.why-text {
	display: flex;
	justify-content: space-between;
	margin-bottom: 127px;
}

.why-text-left {
	width: 267px;
	height: 158px;
}

.why-text-left h3 {
	font-weight: bold;
	font-size: 40px;
	line-height: 49px;
	color: #000000;
	margin-bottom: 11px;
	width: 100%;
	font-family: 'Montserrat';
}

.why-text-left a {

	width: 263px;
	height: 49px;
	border-radius: 10px;
	background: #009173;
	border: 1px solid #009173;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 20px 16px 15px;
}

.why-text-left a span:first-child {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 17px;
	font-family: 'Montserrat';
}

.why-text-left a span:last-child {
	width: 40px;
	height: 100%;
	position: relative;

}

.why-text-left a span:last-child::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-weight: 300;
}

.why-text-left a span:last-child::after {
	content: '>';
	position: absolute;
	font-size: 25px;
	line-height: 25px;
	top: 50%;
	right: 7px;
	color: #FFFFFF;
	transform: translateY(-50%);


	font-family: 'Montserrat';
}



.why-text-right {
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	width: 940px;
	font-family: 'Montserrat';
}

.whyh3 {
	font-size: 40px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 26px;
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat';
}

.whyp {
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 23px;
	text-align: center;
	font-weight: 300;
	font-family: 'Montserrat';
}

.why-xian2 {
	width: 110px;
	height: 5px;
	margin: auto;
	background: #009173;
	border: 1px solid #009173;
}

.our {
	width: 100%;
	background: #FFFFFF;
	padding-top: 47px;
	padding-bottom: 53px;
	height: 100%;
	position: relative;
}

.our-content {
	width: 1400px;
	margin: auto;
}

.mobileour {
	display: none;
}

.ourh3 {
	text-align: center;
	margin-bottom: 69px;
	font-size: 55px;
	line-height: 55px;
	font-weight: bold;
	color: #000000;
	font-family: 'Montserrat';

}

.our-item {
	width: 100%;
	height: 384px;
	display: flex;
	justify-content: space-between;

}

.our-item-content {
	width: 450px;
	height: 54px;
	cursor: pointer;
}

.our-item-top {
	width: 100%;
	height: 54px;
	background: #B8B8B8;
	padding: 15px 24px 15px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;

}

.our-item-z {
	height: 384px !important;
}

.our-item-z .our-item-bottom {
	height: 330px !important;
}

.our-item-top span:first-child {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

.our-item-top span:last-child {
	display: inline-block;
	width: 21px;
	height: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}

.our-item-bottom {
	width: 100%;
	height: 0;
	border-radius: 0 0 10px 10px;
	background: #009173;
	padding-left: 22px;
	padding-right: 39px;

	transition: all 0.3s linear;
}

.our-item-bottom h5 {
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 26px;
	opacity: 0;
	font-family: 'Montserrat';

}

.our-item-bottom p {
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 26px;
	width: 100%;
	height: 201px;
	margin-bottom: 7px;
	opacity: 0;
	font-family: 'Montserrat';

}

.our-item-bottom img {
	width: 21px;
	height: 19px;
	cursor: pointer;
	opacity: 0;

}

.our-item-z .our-item-bottom img,
.our-item-z .our-item-bottom h5,
.our-item-z .our-item-bottom p {
	opacity: 1 !important;
}

.global {
	width: 100%;
	background: #F5F5F5;
	padding-top: 47px;
	padding-bottom: 79px;
}

.global .glh3 {
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	margin-bottom: 98px;
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat';
}

.glh32 {
	font-size: 35px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat';
}

.glp {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 32px;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat';
}

.glxian {
	width: 110px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin: 0 auto 42px auto;
}

.glitem {
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;

}

.glimg {
	width: 430px;
	height: 290px;
	border-radius: 10px;
	margin-bottom: 32px;
}

.glimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.glitem-p {
	width: 314px;
	color: #707070;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	margin: auto;
	font-family: 'Montserrat';
}

.pro {
	width: 100%;
	background: #FFFFFF;
	padding-top: 114px;
	padding-bottom: 114px;
}

.pro h3 {
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat';
}

.pro p {
	font-size: 35px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 42px;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat';
}

.pro div {
	width: 110px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin: auto;
}

.we {
	width: 100%;
	padding-top: 89px;
	padding-bottom: 110px;
	background: #F5F5F5;
}

.we-content {
	width: 1400px;
	margin: auto;
}

.wexian {
	width: 110px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin-bottom: 41px;
}

.we-text {
	display: flex;
	justify-content: space-between;
}

.we-text-left {
	font-size: 40px;
	line-height: 45px;
	color: #000000;
	font-weight: bold;
	width: 602px;
	font-family: 'Montserrat';

}

.we-text-right {
	width: 505px;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	font-weight: 300;
	font-family: 'Montserrat';
}

.we-content a {
	width: 211px;
	height: 49px;
	border-radius: 10px;
	background: #009173;
	border: 1px solid #009173;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 20px 16px 15px;
	margin: 63px auto 0 auto;
}

.we-content a span:first-child {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 17px;
	font-family: 'Montserrat';
}

.we-content a span:last-child {

	position: relative;
	color: #FFFFFF;
	width: 40px;
	height: 100%;
}

.we-content a span:last-child::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.we-content a span:last-child::after {
	content: '>';
	position: absolute;
	font-size: 25px;
	line-height: 25px;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	font-family: 'Montserrat';
}
.our-item .our-item-content:nth-child(1){
	z-index: 8;
}
.our-item .our-item-content:nth-child(2){
	z-index: 9;
}
.our-item .our-item-content:nth-child(3){
	z-index: 10;
}
@media (max-width: 1440px) {
	.our-item-z .our-item-bottom {
		height: 370px !important;
	}

	.our-item-bottom p {
		height: 251px;
	}

	.why-content,
	.our-content,
	.glitem,
	.we-content {
		width: 1140px;
	}

	.glimg,
	.our-item-content {
		width: 370px;
	}

	.why-text-right {
		width: 65%;
	}

	.why-text-left {
		width: 30%;
	}
}

@media (max-width:1140px) {
	.sapp	.banner img {
		height: 60vh;
	}
	.our-item-z .our-item-top{
		background: #009173 !important;
		border-radius: 10px 10px 0 0;
	}
	.our-item-z .our-item-bottom {
		height: 100% !important;
	}

	.our-item-bottom p {
		height: 100%;
	}

	.our-item-z {
		height: 100% !important;
	}

	.mobileour {
		display: block;
	}

	.pcour {
		display: none;
	}

	.why {
		padding-bottom: 57px;
	}

	.global .glh3 {
		margin-bottom: 37px;
	}

	.we {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.pro {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.why-content,
	.our-content,
	.glitem,
	.we-content {
		width: 95%;
	}

	.why-text {
		flex-direction: column;
	}

	.why-text-left {
		width: 100%;
	}

	.why-text-right {
		width: 100%;
	}

	.why-text {
		margin-bottom: 37px;
	}

	.our-item {
		flex-direction: column;
		height: auto;
	}

	.glimg {
		width: 100%;
		margin: 15px auto;
	}

	.our-item-content {
		width: 80%;
		margin: 20px auto;
		box-sizing: border-box;
	}

	.our-item-top span:last-child {
		font-size: 20px !important;
		line-height: 20px !important;
		display: flex;
		align-items: center;

	}

	.glitem {
		flex-direction: column;
	}

	.we-text {
		flex-direction: column;
	}

	.we-text-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.we-text-right {
		width: 100%;
	}
}
/* smart */



.appspart .banner {
	width: 100%;
	position: relative;
	line-height: 0;
}

.appspart .banner-h3 {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);

	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	text-align: center;
	line-height: 55px;
	width: 100%;
	font-family: 'Montserrat';

}

.appspart .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
}

.appspart .smart {
	width: 1400px;
	margin: auto;
}

.appspart .smart-p1 {
	width: 80%;
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	font-weight: 300;
	margin: 56px auto 34px auto;
	text-align: center;
	font-family: 'Montserrat';
}

.smart-xian {
	width: 105px;
	height: 5px;
	margin: auto;
	background: #009173;
	border: 1px solid #009173;
}

.smart-img {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.smart-h5 {
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 31px;
	font-family: 'Montserrat';

}

.msmart {
	display: none;
}

.smart-qh .h5sc {
	position: sticky;
	top: calc(25% - 55px);
}

.smart-item {
	width: 100%;
	height: 100%;
	margin-bottom: 114px;
	text-align: center;
}

.appspart .smart-item img {

	width: 427px;
	height: 290px;
	margin-bottom: 35px;
	object-fit: cover;
}

.smart-item p {
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	font-weight: 300;
	text-align: center;
	font-family: 'Montserrat';
}

.smart-sc {
	width: 100%;
	height: 220vh;
	position: relative;
}

.smart-qh {
	width: 100%;
	height: 500px;
	position: sticky;
	margin-bottom: 264px;
	top: 25%;
}

.smart-qh-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 55px;
	left: 0;
	opacity: 0;
	transition: all 0.4s linear;


}

.smart-qh-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.smart-qh-item p {
	font-weight: 500;
color: #000000;
font-size: 17px;
line-height: 25px;
font-family: 'Montserrat';
	text-align: center;
margin: 15px auto 30px  auto;
position: relative;
letter-spacing: 2px;

}
.smart-qh-item p::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 145px;
	height: 2px;
	background: #009173;
	color: #009173;

}

.smart-o {
	opacity: 1 !important;
}

.smart-h1 {
	font-weight: 500;
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	margin-bottom: 74px;
	text-align: center;
	font-family: 'Montserrat';
}

.appspart .smart-form {
	width: 100%;

}

/* bd */
.appspart .form-bd {
	width: 100%;
	background: #F5F5F5;
	padding-top: 79px;
	padding-bottom: 70px;
}

.appspart .form-bd-content {
	width: 1400px;
	margin: auto;
}

.appspart .form-bd-content h3 {
	margin-bottom: 36px;
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	font-family: 'Montserrat';
}

.appspart .cc-content {
	width: 100%;
}

.appspart .cc-input {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.appspart .cc-input input {
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	font-family: 'Montserrat';
}

.appspart .cc-input input:not(:last-child) {
	width: 695px;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
}

.appspart .cc-input input:last-child {
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
}

.appspart .guinpu #attr_37 {
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	font-family: 'Montserrat';
}

.appspart .guinpu #attr_38 {
	width: 100%;
	height: 203px;
	margin-bottom: 61px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	padding-top: 13px;
	font-family:'Montserrat';
}

.appspart .guinpu .cc-b {
	width: 101px;
	height: 33px;
	border-radius: 40px;
	border: 1px solid #009173;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #009173;
	font-weight: 400;
	background: transparent;
	margin: auto;
	cursor: pointer;
	font-family: 'Montserrat';
}

.appspart .smart-product {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 50px;
}
.smart-product .swiper{
	padding-bottom: 30px;
}

.smart-product a {
	display: inline-block;
	border-radius: 10px;
	text-align: center;
}
.smart-product a span{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #000000;
	font-family: 'Montserrat';
 
}


.smart-product a img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.smart-product .swiper-wrapper{
		 transition-timing-function:linear !important;
	 }

	 .smart-product  .swiper-pagination-bullet{
		 width: 50px;
		 height: 4px;
		 border-radius: 0px;
		 margin: 0 !important;
		 display: inline-block !important; 
	 }
	 .smart-product .swiper-pagination-bullet-active{
		border-radius: 10px !important;
		background: #009173 !important;
		border: 1px solid #009173 !important;
	 }
@media (max-width:1440px) {
	.appspart .cc-input input:not(:last-child) {
		width: 49%;
	}

	.smart-qh {
		top: 10%;
	}

	.smart-qh .h5sc {

		top: calc(10% - 55px);
	}

	.appspart .smart,
	.apappspartp .form-bd-content,
	.appspart .smart-form.abbanner,
	.appspart .form-bd-content {
		width: 1140px;

	}

	.appspart .smart-item img {
		width: 350px;
		height: 290px;
		margin-bottom: 35px;
		min-height: auto;
	}

}

@media (max-width:1140px) {
	.appspart .banner img{
		height: 60vh;
	}
	.appspart 	.form-bd {
		padding-bottom: 10px;
	}
	.appspart .cc-input input:not(:last-child),
	.appspart .guinpu #attr_37,
	.guinpu #attr_38 {
		font-size: 13px;
}
.appspart .guinpu #attr_38 {
		margin-bottom: 31px;
	}

	.appspart .guinpu .cc-b {
		margin-bottom: 20px;
	}
	.appspart .smart-h1 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.appspart .smart,
	.appspart .form-bd-content {
		width: 95%;

	}

	.msmart {

		display: block;
		position: relative;
		top: 0;
		height: 100%;
	}

	.smart-qh .h5sc {
		position: relative;
		top: 0;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.smart-sc {
		height: 100%;
	}

 

	.smart-qh {
		margin-bottom: 74px;
	}

	.smart-qh-item img {
		height: 40vh;
	}

	.smart-qh-item {
		position: relative;
	}

	.smart-qh-item {
		opacity: 1;
	}

	.smart-qh-item p {
		text-align: center;
		position: relative;
		color: #000000;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.psmart {
		display: none;
	}

	.smart-img {
		flex-direction: column;
		justify-content: center;
	}

	.smart-item {
		text-align: center;
		margin-bottom: 24px;
	}

	.smart-h1 {
		font-size: 24px;
		line-height: 24px;
	}

	.smart-product {
		width: 95%;
		margin: auto;
		padding-top: 1px;

	}
}
/* chixu */

.sust {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.subanner {
	width: 100%;
	height: 100vh;
	position: relative;
}

.subanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.subanner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	text-align: center;
}

.subanner-text h3 {
	margin-bottom: 35px;
	font-weight: bold;
	font-size: 55px;
	line-height: 55px;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

.subanner-text p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

.our {
	width: 100%;
	padding-top: 131px;
	padding-bottom: 131px;
	background: #FFFFFF;
}

.ourbanner {
	width: 1400px;
	height: 697px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.ourbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ourbanner-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 79%;
}

.ourh4 {
	font-weight: bold;
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 35px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Montserrat';
}

.ourp {
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 45px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Montserrat';
}

.ourx {
	width: 122px;
	height: 5px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;

	color: #FFFFFF;
	margin: auto;
}

.our-p {
	margin-top: 44px;
	text-align: center;
}

.our-p p {
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

.env {
	width: 100%;
	background: #F5F5F5;
	padding-top: 94px;
	padding-bottom: 142px;
}

.env-content {
	width: 1112px;
	margin: auto;
	text-align: center;

}

.env-content h3 {
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 35px;
	font-family: 'Montserrat';
}

.env-content p {
	font-size: 17px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 93px;
	font-family: 'Montserrat';
}

.env-icon {
	display: flex;
	justify-content: space-between;
}

.env-item {
	width: 180px;
	height: 180px;
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.envi {
	position: relative;
	cursor: pointer;
}

.envi img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

}

.envi img:last-child {
	display: none;
}

.env-item:hover {
	background: #009173;
}

.env-item:hover .envi img:last-child {
	display: block;
}

.env-item:hover .envi img:first-child {
	display: none;
}

.envi1 {
	width: 104px;
	height: 108px;

}

.envi2 {
	width: 88px;
	height: 70px;

}

.envi3 {
	width: 78px;
	height: 93px;

}

.envi4 {
	width: 106px;
	height: 61px;

}

.sust  .smart {
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 0;
}

.sust  .smart img {
	width: 100%;
	object-fit: cover;
	height: auto;
}

.sust .smart-content {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 1400px;
}

.sust .smart-content h3 {
	margin-bottom: 63px;
	font-size: 55px;
	line-height: 55px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Montserrat';
	
}

.sust .smart-content p {
	font-size: 17px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 500;
	font-family: 'Montserrat';
	margin-bottom: 0px;
}

.co {
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 0;
}

.co img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.co-content {
	width: 1164px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.co-content h3 {
	margin-bottom: 63px;
	font-size: 55px;
	line-height: 55px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Montserrat';
}

.co-content p {
	font-size: 17px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 500;
	font-family: 'Montserrat';
}

.lx {
	width: 100%;
	height: 150px;
	background: #ECECEC;
}

.lx-content {
	width: 1162px;
	height: 100%;
	margin: auto;
	display: flex;
	align-items: center;
}

.lx-y {
	margin-right: 77px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: linear-gradient(to bottom, #00AAE6 0%, #009173 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.lx-y img {
	width: 87px;
	height: 11px;
}

.lx-text h5 {
	font-size: 20px;
	line-height: 35px;
	color: #000000;
	font-weight: bold;
	font-family: 'Montserrat';
}

.lx-text p {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 35px;
	color: #000000;
	font-weight: 500;
	font-family: 'Montserrat';
}

.lx-text a {
	width: 97px;
	height: 31px;
	border: 1px solid #000000;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	cursor: pointer;
	font-family: 'Montserrat';
}

@media (max-width: 1440px) {

	.ourbanner,
	.smart-content,
	.lx-content {
		width: 1140px;

	}
}

@media (max-width:1140px) {
.ourbanner, .smart-content, .lx-content{
		width: 100%;
	}
	.subanner {
		height: 100%;
	}

	.subanner img {
		height: auto;
	}

	.env {
		padding-top: 34px;
		padding-bottom: 54px;
	}

	.env-content p {
		margin-bottom: 34px;
	}

	.ourbanner {
		flex-direction: column;
	}

	.ourbanner,
	.env-content {
		width: 100%;
		height: 100%;
	}

	.sust .smart-content,
	.co-content,
	.subanner-text,
	.ourbanner-text {
		position: relative;
		width: 90%;
		margin: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		top: 0;
		left: 0;
		transform: translateX(0);
	}

	.sust .smart-content p,
	.sust .smart-content h3,
	.sust .co-content p,
	.sust .co-content h3,
	.sust .subanner-text h3,
	.sust .subanner-text p,
	.sust .ourbanner-text p,
	.sust .ourbanner-text h3 {
		color: #000000;
	}

	.sust	.smart img {
		min-height: 50vh;
	}

	.co img {
		min-height: 50vh;
	}

	.our {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.ourbanner img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.subanner-text {
		width: 95%;
	}

	.our-p {
		margin-top: 0;
	}

	.env-icon {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.env-item {
		width: 47%;
		margin-bottom: 20px;
	}
}
/* viewblog */



#wrapper2 .banner {
 width: 100%;
 position: relative;
 line-height: 0;
}
#wrapper2 .banner  img,#wrapper3 .banner  img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#wrapper2 .banner-h3 {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%);
 font-family: 'Montserrat';
 font-weight: 300;
 font-size: 40px;
 color: #FFFFFF;
 text-align: center;
 line-height: 40px;
 width: 100%;

}



#wrapper,html{
 overflow: visible;
}
#wrapper2 .content {
 width: 1400px;
 margin: auto;
 min-height: 70vh;
 padding-top: 70px;
 padding-bottom: 57px;
}

#wrapper2 .content-view img {
 max-width: 100%;
 max-height: 100%;
 width: auto !important;
 height: auto !important;
 margin: 20px 0;
}

#wrapper2 .content h3 {
 font-weight: bold;
 font-size: 36px;
 color: #000000;
 line-height: 40px;
 font-family: 'Montserrat';
}


#wrapper2 .c-time {
 margin-top: 24px;
 margin-bottom: 20px;
 font-weight: 400;
 font-size: 16px;
 color: #727272;
 line-height: 16px;
 font-family: 'Montserrat';
}

#wrapper2 .fenxiang {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 0px;
}

#wrapper2 .fenxiang-img span {
 margin-left: 21px;
 line-height: 26px;
 font-weight: bold;
 font-size: 21px;
 color: #000000;
 font-family: 'Montserrat';
}
#wrapper2 .fenxiang-img{
 display: flex;
 align-items: center;
}
#wrapper2 .fenxiang-img img {
 margin-left: 21px;
 cursor: pointer;
 transition: all 0.3s;
 width: 25px;
height: 25px;
}

#wrapper2 .fenxiang-img img:hover {
 transform: scale(1.1);
}

#wrapper2 .fenxiang-x {
 width: 100%;
 background: #707070;
 border: 1px solid #707070;
 margin-bottom: 30px;
}

#wrapper2 .content p,
#wrapper2 .content span {
 white-space: pre-wrap !important;
}

#wrapper2 .news-content {
 display: flex;
 justify-content: space-between;
 position: relative;
 height: 100%;

}

#wrapper2 .content-view {

 width: 936px;
 font-family: 'Montserrat';
}
#wrapper2 .content-view p, 
#wrapper2 .content-view h1, 
#wrapper2 .content-view h2, 
#wrapper2 .content-view h3, 
#wrapper2 .content-view h4, 
#wrapper2 .content-view h5, 
#wrapper2 .content-view span, 
#wrapper2 .content-view a {
font-family: 'Montserrat' !important;
}

#wrapper2 .content-po{
 height: 586px;
 border-radius: 16px 16px 16px 16px;
 width: 424px;
 position: sticky;
 top: 50px;
}

#wrapper2 .content-view-share {

 padding: 32px 30px 0 30px;
 background: #F5F5F7;
 height: 100%;
 border-radius: 16px 16px 16px 16px;
 width: 100%;

}

#wrapper2 .content-view-share h5 {
 font-family: 'Montserrat';
 font-weight: bold;
 font-size: 26px;
 color: #000000;
 line-height: 26px;
 margin-bottom: 26px;
}

#wrapper2 .share-item a {
 display: flex;
 margin-bottom: 20px;
}

#wrapper2 .share-item-img {
 width: 118px;
 height: 102px;
 margin-right: 14px;
}

#wrapper2 .share-item a img {
 width: 100%;
 height: 100%;

 object-fit: cover;
 border-radius: 8px;
}

#wrapper2 .share-item .share-desc {
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 width: 232px;
}

#wrapper2 .share-item .share-desc h6 {
 width: 232px;
 height: 41px;
 font-weight: bold;
 font-size: 16px;
 color: #000000;
 line-height: 22px;
 overflow: hidden;
 font-family: 'Montserrat';
}

#wrapper2 .share-item .share-desc span {
 width: 77px;
 height: 19px;
 font-weight: 400;
 font-size: 14px;
 color: #008068;
 font-family: 'Montserrat';

}



@media (max-width: 1440px) {
 #wrapper,html{
 overflow: auto;
}
#wrapper2 .content {
	 width: 100%;
	 padding-left: 10%;
	 padding-right: 10%;
 }

 #wrapper2 .share-item-img {
	 width: 100%;
	 height: auto;
 }

 #wrapper2 .share-item a {
	 flex-direction: column;
 }

 #wrapper2 .share-item .share-desc h6 {
	 margin-bottom: 10px;
	 margin-top: 5px;
 }

 #wrapper2 .content-view-share {
	 height: 100%;
	 padding-bottom: 20px
 }

 #wrapper2 .content-view {
	 width: 66%;

 }

 #wrapper2 .content-po {
	 width: 30%;
	 height: 100%;
 }



}

@media (max-width:1000px) {
	#wrapper2 .banner img{
	 min-height: 60vh;
 }
 #wrapper2 .content {
	 width: 95%;
	 padding-left: 0;
	 padding-right: 0;
 }

 #wrapper2 .content h3 {
	 font-size: 20px;
	 line-height: 22px;
 }
 #wrapper2 .content-po {
	 width: 100%;
	 height: 100%;
}
#wrapper2 .c-time,
#wrapper2 .fenxiang-img span {
	 font-size: 15px;
	 margin-left: 6px;
 }

 #wrapper2 .fenxiang-img img {
	 margin-left: 7px;
	 width: 25px;
	 height: 25px;
 }

 #wrapper2 .fenxiang {
	 margin-bottom: 0px;
 }

 #wrapper2 .news-content {
	 flex-direction: column;
 }

 #wrapper2 .content-view {
	 width: 100%;
 }

 #wrapper2 .content-view-share {
	 width: 100%;
 }

 #wrapper2 .content-view-share h5 {
	 font-size: 18px;
	 line-height: 20px;
 }
 #wrapper2 .share-item .share-desc,.share-item .share-desc h6{
	 width: 100%;
 }
}
/* viewnews */


#wrapper3 .app .banner {
 width: 100%;
 position: relative;
 line-height: 0;
}

#wrapper3 .app .banner-h3 {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%);
 font-family: 'Montserrat';
 font-weight: 300;
 font-size: 40px;
 color: #FFFFFF;
 text-align: center;
 line-height: 40px;
 width: 100%;

}



#wrapper,html{
 overflow: visible;
}
#wrapper3 .content {
 width: 1400px;
 margin: auto;
 min-height: 70vh;
 padding-top: 70px;
 padding-bottom: 57px;
}

#wrapper3 .content-view img {
 max-width: 100%;
 max-height: 100%;
 width: auto !important;
 height: auto !important;
 margin: 20px 0;
}
#wrapper3 .content-view p, 
#wrapper3 .content-view h1, 
#wrapper3 .content-view h2, 
#wrapper3 .content-view h3, 
#wrapper3 .content-view h4, 
#wrapper3 .content-view h5, 
#wrapper3 .content-view span, 
#wrapper3 .content-view a {
font-family: 'Montserrat' !important;
}
#wrapper3 .content h3 {
 font-weight: bold;
 font-size: 36px;
 color: #000000;
 line-height: 40px;
 font-family: 'Montserrat';
}


#wrapper3 .c-time {
 margin-top: 24px;
 margin-bottom: 20px;
 font-weight: 400;
 font-size: 16px;
 color: #727272;
 line-height: 16px;
 font-family: 'Montserrat';
}

#wrapper3 .fenxiang {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 0px;
}

#wrapper3 .fenxiang-img span {
 margin-left: 21px;
 line-height: 26px;
 font-weight: bold;
 font-size: 21px;
 color: #000000;
 font-family: 'Montserrat';
}
#wrapper3 .fenxiang-img{
 display: flex;
 align-items: center;
}
#wrapper3 .fenxiang-img img {
 margin-left: 21px;
 cursor: pointer;
 transition: all 0.3s;
 width: 25px;
height: 25px;
}

#wrapper3 .fenxiang-img img:hover {
 transform: scale(1.1);
}

#wrapper3 .fenxiang-x {
 width: 100%;
 background: #707070;
 border: 1px solid #707070;
 margin-bottom: 30px;
}

#wrapper3 .content p,
#wrapper3 .content span {
 white-space: pre-wrap !important;
}

#wrapper3 .news-content {
 display: flex;
 justify-content: space-between;
 position: relative;
 height: 100%;
}

#wrapper3 .content-view {

 width: 936px;
}
#wrapper3 .content-po{
 height: 586px;
 border-radius: 16px 16px 16px 16px;
 width: 424px;
 position: sticky;
 top: 50px;
}

#wrapper3 .content-view-share {

 padding: 32px 30px 0 30px;
 background: #F5F5F7;
 height: 100%;
 border-radius: 16px 16px 16px 16px;
 width: 100%;

}

#wrapper3 .content-view-share h5 {
 font-family: 'Montserrat';
 font-weight: bold;
 font-size: 26px;
 color: #000000;
 line-height: 26px;
 margin-bottom: 26px;
}

#wrapper3 .share-item a {
 display: flex;
 margin-bottom: 20px;
}

#wrapper3 .share-item-img {
 width: 118px;
 height: 102px;
 margin-right: 14px;
}

#wrapper3 .share-item a img {
 width: 100%;
 height: 100%;

 object-fit: cover;
 border-radius: 8px;
}

#wrapper3 .share-item .share-desc {
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 width: 232px;
}

#wrapper3 .share-item .share-desc h6 {
 width: 232px;
 height: 41px;
 font-weight: bold;
 font-size: 16px;
 color: #000000;
 line-height: 22px;
 overflow: hidden;
 font-family: 'Montserrat';
}

#wrapper3 .share-item .share-desc span {
 width: 77px;
 height: 19px;
 font-weight: 400;
 font-size: 14px;
 color: #008068;
 font-family: 'Montserrat';

}



@media (max-width: 1440px) {
 #wrapper,html{
 overflow: auto;
}
#wrapper3 .content {
	 width: 100%;
	 padding-left: 10%;
	 padding-right: 10%;
 }

 #wrapper3 .share-item-img {
	 width: 100%;
	 height: auto;
 }

 #wrapper3 .share-item a {
	 flex-direction: column;
 }

 #wrapper3 .share-item .share-desc h6 {
	 margin-bottom: 10px;
	 margin-top: 5px;
 }

 #wrapper3 .content-view-share {
	 height: 100%;
	 padding-bottom: 20px
 }

 #wrapper3 .content-view {
	 width: 66%;

 }

 #wrapper3 .content-po {
	 width: 30%;
	 height: 100%;
 }



}

@media (max-width:1000px) {
	#wrapper3 .banner img{
	 min-height: 60vh;
 }
 #wrapper3 .content {
	 width: 95%;
	 padding-left: 0;
	 padding-right: 0;
 }

 #wrapper3 .content h3 {
	 font-size: 20px;
	 line-height: 22px;
 }
 #wrapper3 .content-po {
	 width: 100%;
	 height: 100%;
}
#wrapper3 .c-time,
#wrapper3 .fenxiang-img span {
	 font-size: 15px;
	 margin-left: 6px;
 }

 #wrapper3 .fenxiang-img img {
	 margin-left: 7px;
	 width: 25px;
	 height: 25px;
 }

 #wrapper3 .fenxiang {
	 margin-bottom: 0px;
 }

 #wrapper3 .news-content {
	 flex-direction: column;
 }

 #wrapper3 .content-view {
	 width: 100%;
 }

 #wrapper3 .content-view-share {
	 width: 100%;
 }

 #wrapper3 .content-view-share h5 {
	 font-size: 18px;
	 line-height: 20px;
 }
 #wrapper3 .share-item .share-desc, #wrapper3 .share-item .share-desc h6{
	 width: 100%;
 }
}
/* viewhy */

.section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.42;

}

.section {
	background: #000000;
	position: relative;
}

.si1-content {
	width: 1358px;
	height: 459px;
	background: rgba(0, 145, 115, 0);
	border-radius: 10px 10px 10px 10px;
	border: 1px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 74px 89px 0 89px;
	text-align: center;
	transition: all 0.5s linear;
}

.si1-content h3 {

	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 40px;
	font-family: 'Montserrat';
	margin-bottom: 54px;
	opacity: 0;
	transition: all 0.8s linear;
}

.si1-content p {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 40px;
	opacity: 0;
	transition: all 0.5s linear;

}

.si1o p {
	opacity: 1 !important;
}

.si1o h3 {
	opacity: 1 !important;
}

/* .si1o .si1-content {
	background: rgba(0, 145, 115, 0.5) !important;
} */

.si2-content {
	width: 1105px;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.si2-content h3 {
	margin-bottom: 30px;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 56px;
	text-align: left;
	opacity: 0;
	transform: translateY(70px);
}

@keyframes identifier {
	0% {
		transform: translateY(70px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.si2xian {
	width: 85px;
	height: 12px;
	background: #009173;
	border: 1px solid #009173;
	margin-bottom: 84px;
	opacity: 0;
	transform: translateY(70px);
}

.si2pt {

	font-weight: 600;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 31px;
	font-family: 'Montserrat';
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 0;
	transform: translateY(70px);
}


.si2pd {
	font-weight: 300;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 31px;
	margin-bottom: 40px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	transform: translateY(70px);
	opacity: 0;
	font-family: 'Montserrat';
}

.zc .si2pd {
	animation: identifier 1s linear forwards;
}

.zc .si2-content h3 {
	animation: identifier 1s linear forwards;
}

.zc .si2xian {
	animation: identifier 1s linear forwards;
}

.zc .si2pt {
	animation: identifier 1s linear forwards;
}

.appfl {
	width: 157px;
	height: 100%;
	position: fixed;
	top: 25%;
	right: 10%;
	display: flex;
	flex-direction: column;
	display: none;

}

.appashow span {
	color: rgba(255, 255, 255, 1) !important;
}

.appashow div {
	background: #FFFFFF !important;
}

.appa {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
	justify-content: space-between;
	position: relative;
}

.appa:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 4px;
	width: 1px;
	height: calc(100% - 11px);
	background: #FFFFFF;
}

.appa span {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 28px;
	margin-right: 14px;

}

.appa div {
	width: 10px;
	height: 10px;
	border: 1px solid #FFFFFF;
	background: transparent;
	border-radius: 50%;
}

@media (max-width: 1440px) {
	.si1-content {
		width: 1140px;
	}

	.si2-content {
		width: 900px;
		margin: auto;
		position: absolute;
		left: 5%;
		top: 50%;
		transform: translateY(-50%);
	}

	.si2-content h3 {
		margin-bottom: 10px;
	}

	.si2xian {
		margin-bottom: 14px;
	}
}

@media (max-width:1140px) {
	.si1-content {
		width: 95%;
		padding: 20px;
		height: auto;
	}

	.si2-content {
		width: 95%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.appfl {
		display: none !important;
	}
}
/* viewqiege*/



 .vqapp .banner {
	width: 100%;
	position: relative;
	line-height: 0;
}

.vqapp .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	width: 100%;

}

.vqapp .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
}





 .khtext-content-h3 {

	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 52px;
	text-align: left;
	margin-bottom: 70px;
	font-family: 'Montserrat';
}

 .khimg {
	width: 100%;
	padding-top: 116px;
	padding-bottom: 117px;
	background: #F5F5F5;
}

 .khimg-content {
	width: 1400px;
	margin: auto;

}

 .rhriflex {
	display: flex;
}

 .khleft {
	width: 916px;
	height: 587px;
	background: #A4A4A4;
	border-radius: 0px 0px 0px 0px;
}

 .khleft img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

 .khright {
	width: 484px;
	height: 587px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	padding: 105px 64px 0 64px;
	box-sizing: border-box;
}

 .khrightxian {
	width: 85px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin-bottom: 70px;
}

 .khright-button {

	font-weight: 300;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 24px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #000000;
	background: transparent;
	margin-bottom: 6px;
	font-family: 'Montserrat';
}

 .khrightp {

	font-weight: 300;
	font-size: 17px;
	color: #000000;
	line-height: 31px;
	margin-bottom: 28px;
	font-family: 'Montserrat';

}

 .khwenz {
	width: 100%;
	background: #FFFFFF;
	padding-top: 84px;
	padding-bottom: 37px;
}

 .khwenz-content {
	width: 1400px;
	margin: auto;
}

 .khw1-title {
	display: flex;
	align-items: center;
}

 .khw1-title h5 {

	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 31px;
	margin-right: 10px;
	font-family: 'Montserrat';
}

 .khw1lv h5 {
	color: #009173 !important;
}

.khw1-title div {
	width: 100%;
	height: 0px;
	border: 1px solid #707070;
	opacity: 0.25;
}

.khwp {

	font-weight: 300;
	font-size: 17px;
	color: #000000;
	line-height: 31px;
	margin-bottom: 50px;
	text-align: left;
	font-family: 'Montserrat';
}

.khdiv {
	width: 100%;
	position: relative;
	background: #F5F5F5;
	padding-top: 91px;
	padding-bottom: 148px;
}

.khcontent {
	width: 1400px;
	margin: auto;
	overflow: hidden;
	position: relative;

}

.khcontent h3 {

	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 52px;
	text-align: center;
	font-family: 'Montserrat';
}



.khlb {
	width: calc(100% - 104px);
	position: relative;
	overflow: hidden;
	margin: 94px auto 0px auto;
	padding: 0 10px 0 10px;
}

.khlb .khlba {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;

}

.khlba-top {
	width: 100%;
	height: 428px;
	border-radius: 10px;
	position: relative;
	z-index: 7;
}

.khlb-top {
	position: relative;
	height: 282px;
}

.khlb-top img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.khlb-bottom {
	width: 100%;
	height: 147px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 10px 10px;
	padding: 28px 33px 0 33px;
	margin-top: -20px;
	position: relative;
	z-index: 8;
}

.khlb-bottom-h5 {
	margin-bottom: 21px;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
	padding: 4px 12px 5px 12px;
	background: #009173;
	border-radius: 10px 10px 0 0;
	position: absolute;
	left: 0;
	bottom: -1px;
	font-family: 'Montserrat';
}

.khlb-bottom p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	text-align: left;

}

.khcontent .swiper-button-prev:after,
.khcontent .swiper-rtl .swiper-button-next:after {
	content: '<';
	font-size: 20px;
	font-weight: bold;
}

.khcontent .swiper-button-next:after,
.khcontent .swiper-rtl .swiper-button-prev:after {
	content: '>';
	font-size: 20px;
	font-weight: bold;
}

.khcontent .swiper-button-prev,
.khcontent .swiper-button-next {
	position: absolute;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	width: 34px;
	height: 34px;
	border: 1px solid #9A9A9A;
	border-radius: 50%;
	background: #9A9A9A;

}

.kricon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.kricon img {
	width: 31px;
	height: auto;
	margin-right: 14px;
}

.kri1 {
	margin-top: 107px;
	margin-bottom: 32px;
}

.kricons1 {

	font-weight: 400;
	font-size: 17px;
	color: #000000;
	line-height: 31px;
	font-family: 'Montserrat';
}

.kricons2 {

	font-weight: 300;
	font-size: 17px;
	color: #000000;
	line-height: 31px;
	font-family: 'Montserrat';
}

@media (max-width: 1440px) {

	.khimg-content,
	.khwenz-content,
	.khcontent {
		width: 1140px;

	}
	.khlb{
		margin: 54px auto 0px auto;
	}
	.kri1 {
		margin-top: 57px;
	}
	.khimg,.khdiv{
		padding-top: 60px;
padding-bottom: 75px;
	}
	.khtext-content-h3{
		margin-bottom: 30px;
	}
	.khleft {
		width: 70%;
		height: 70vh;
	}

	.khright {
		width: 30%;
		padding: 25px 34px 0 34px;
		height:70vh;
	}

	.khlb-bottom p {

		font-size: 17px;

		line-height: 22px;

	}
}

@media (max-width:1140px) {
	.vqapp .banner img{
		height: 60vh;
	}

	.khimg-content,
	.khwenz-content,
	.khcontent {
		width: 95%;

	}

	.rhriflex {
		width: 100%;
		flex-direction: column;
	}

	.khleft {
		width: 100%;
		height: 30vh;
	}

	.khright {
		width: 100%;
		height: 100%;
		padding: 10px;
	}

	.khrightxian {
		margin-bottom: 20px;
	}
	.khwenz{
		padding-top: 14px;
padding-bottom: 27px;
	}
	.khwp{
		margin-bottom: 20px;
	}
	.kri1 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.khrightp{
		margin-bottom: 18px;
	}
	.khimg,
	.khdiv {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.khlb{
		padding: 0;
		width: 100%;
		margin: 20px 0;
	}
 
}
/* viewsjs */

.vtech {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.vtech .banner {
	width: 100%;
	position: relative;
 height: 65vh;
} 
.vtech .banner img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.vtech .banner-h3 {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	color: #F7F7F7;
	font-weight: bold;
	font-size: 55px;
 
	text-align: center;
	line-height: 55px;
	width: 100%;
	z-index: 9;
	font-family: 'Montserrat';
}


.tech-item{
	display: flex;
	align-items: center;
}

.tech-item a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.tech-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tech-item-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); 
	width: 60%;
	text-align: center;     
}
.tech-item-text h3{
		font-size: 40px;
		line-height: 40px;
		color: #FFFFFF;
		font-weight: bold;
		margin-bottom: 20px;
}
.tech-item-text p{
font-size: 20px;
		line-height: 20px;
		color: #FFFFFF;
		font-weight: 500;
		margin-bottom: 38px;
}
.tech-item-text div{
	font-size: 17px;
		line-height: 25px;
		color: #FFFFFF;
		font-weight: 300;
		margin-bottom: 79px;
}
.tech-item-text div{
	font-size: 17px;
		line-height: 25px;
		color: #FFFFFF;
		font-weight: 300;
		margin-bottom: 79px;
	 
}
.tech-item-text button{

		width: 128px;
		height: 38px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #FFFFFF;
		background: transparent;
		font-size: 16px;
		line-height: 16px;
		color: #FFFFFF;
		font-weight: 300;
		border-radius: 50px;
		margin: auto;
		cursor: pointer;
}
.tech-content{
	width: 100%;
	height: 100%;
}

.tech-item{
	width: 100%;
	height: 100%;
}
.tech-img{
	width: 50%;
	height: 100%;
	display: flex;
	
}

.tech-item img{
	width: 100%;
	height: auto;
}

.tech-text{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	width: 50%;
	height: 100%;
	flex-direction: column;
	text-align: center;

}
.tech-f{
	width: 50%;
	margin: auto;
}
.tech-text h5{
		font-weight: 500;
		font-size: 20px;
		line-height: 20px;
		color: #000000;
		margin-bottom: 23px;
		font-family: 'Montserrat';
}
.tech-text p{
	font-weight: 300;
		font-size: 17px;
		line-height: 25px;
		color: #000000;
		font-family: 'Montserrat';
}
.tech-content .tech-item:nth-child(even){
	flex-direction: row-reverse;
}
@media (max-width: 1440px) {}

@media (max-width:1140px) {
	.banner{
		height: auto;
	}
	.banner img{
		height: 60vh;
	}
	.tech-item{
		flex-direction: column-reverse;
	}
	.tech-content .tech-item:nth-child(even){
		flex-direction:  column-reverse;
	}
	.tech-img{
		width: 100%;
	}
	.tech-text{
		width: 100%;
	}
	.tech-f{
		width: 85%;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.tech-item img{
		height: 50vh;
	}
}
/* viewproduct */

.view {
	width: 100%;
	height: 100%;
	position: relative;
	background: #FFFFFF;
}
.view  .banner{
	height: 100vh;
	position: relative;
}
.view .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.view .banner-div {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.view .banner-div h3 {
	font-size: 55px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 11px;
	line-height: 55px;
	font-family: 'Montserrat';
}

.banner-div h4 {
	font-size: 30px;
	line-height: 25px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: 'Montserrat';
	margin-bottom: 25px;
}

.banner-div p {
	margin-bottom: 15px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 20px;
	font-family: 'Montserrat';
}

.banner-div a {
	width: 121px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 300;
	background: #009173;
	border: 1px solid #009173;
	border-radius: 40px;
	margin: auto;
	font-family: 'Montserrat';
}

.banner-div-bottom {
	position: absolute;
	bottom: 1.5%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	width: 100%;
	justify-content: center;
align-items: center;
}

.banner-div-bottom span {
	color: #5D5D5D;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: 'Montserrat';
}



.banner-div-bottom span:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0px;
top: 0;
	width: 1px;
	height: 100%;
	background: #5D5D5D;
}

.tab-img {
	width: 100%;
	background: #F5F5F5;
	padding-top: 72px;
	padding-bottom: 85px;
}

.ticontent {
	width: 1400px;
	margin: auto;
}



.tab-img-bottom {
	width: 100%;
}

.tab-img-bottom img {
	width: 100%;
	display: none;
	height: 650px;
	object-fit: cover;
	border-radius: 10px;
}

.tabimg-show {
	display: block !important;
}

.tab-img-item {
	margin-bottom: 81px;
}

.tab-p-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 31px;

}

.tab-p-item p {

	font-size: 18px;
	color: #5D5D5D;
	font-weight: 500;
	padding-bottom: 31px;
	position: relative;
	cursor: pointer;
	font-family: 'Montserrat';
}

.tab-p-item-5 p {
	width: 19%;
}

.tab-p-item-4 p {
	width: 24%;
}

.tab-p-item-3 p {
	width: 32%;
}

.tab-p-item-2 p {
	width: 49%;
}

.tab-p-item-1 p {
	width: 90%;
}

.tab-p-item-1 {
	justify-content: center !important;
}

.tab-p-item .tabimg-show::after {
	position: absolute;
	content: '';
	width: 60%;
	height: 2px;
	background: #009173;
	border: 1px solid #009173;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);

}

.tab-p-item-1 .tabimg-show::after {
	width: 40% !important;
}

.tab-span-item {
	width: 100%;
	text-align: center;
	height: 75px;
	display: flex;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0px 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.tab-span-item span {
	font-size: 16px;
	line-height: 20px;
	color: #5D5D5D;
	font-weight: 400;
	display: none;
	font-family: 'Montserrat';
}

/* md */
.md {
	width: 100%;
	height: 100%;
}

.md-item {
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 0;
}

.md-item-text {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}

.md-item-text h3 {
	margin-bottom: 17px;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	font-family: 'Montserrat';
	opacity: 0;
	transform: translateY(70px);
	width: 100%;
	white-space: nowrap;

}

.md-item-text p {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	width: 36%;
	margin: auto;
	line-height: 22px;
	font-family: 'Montserrat';
	opacity: 0;
	transform: translateY(70px);
}

.textblack h3,
.textblack p {
	color: #000000 !important;
}

.md-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.applications {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding-top: 59px;
	padding-bottom: 59px;
}

.app-content {
	width: 1400px;
	margin: auto;

}

.app-content h3 {
	margin-bottom: 10px;
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	font-family: 'Montserrat';
	margin-bottom: 36px;
}

.app-content p {
	margin-bottom: 33px;
	color: #5D5D5D;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat';
	margin-bottom: 37px;
}

.app-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}

.app-item {
	width: 237px;
	height: 172px;
	border-radius: 5px;
	display: flex;

	align-items: center;


	box-shadow: 1.5px 3px 6.5px rgba(0, 0, 0, 0.16);

}

.app-item-img {
	width: 63%;
	height: 50%;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.app-more {
	display: flex;
	width: 100%;
	height: 55px;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat';
	font-size: 25px;
	line-height: 25px;
	color: #000000;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}

.app-item img {
	width: 100px;
	height: auto;
	object-fit: cover;
	margin-bottom: 0px;
}

.app-item p {
	font-family: 'Montserrat';
	font-size: 13px;
	line-height: 13px;
	color: #000000;
	margin-bottom: 0px;
}

.canshu {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 55px;
}

.canshu-content {
	width: 1400px;
	margin: auto;
}

.canshu-content h3 {
	margin-bottom: 36px;
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	font-family: 'Montserrat';
}

.canshu-content table {
	width: 100%;
	border-collapse: collapse;
}

.canshu-content td:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.canshu-content td:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.canshu-content th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.canshu-content th:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.canshu-content table tr th:first-child {
	text-align: left;
	padding-left: 25px;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	font-family: 'Montserrat';
}

.canshu-content table tr td:first-child {
	text-align: left;
	padding-left: 25px;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	font-family: 'Montserrat';
}

.canshu-content table tr th:not(:first-child) {
	text-align: center;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	font-family: 'Montserrat';
}

.canshu-content table tr td:not(:first-child) {
	text-align: center;
	font-size: 18px;
	color: #5D5D5D;
	font-weight: 400;
	font-family: 'Montserrat';
}

.canshu-content table tr {
	height: 70px;
}

.canshu-content table tr:nth-child(odd) {
	background: #EAEAEA;
	border: 10px;

}

.md  .form-bd {
	width: 100%;
	background: #FFFFFF;
	padding-top: 79px;
	padding-bottom: 70px;
}

.md  .form-bd-content {
	width: 1400px;
	margin: auto;
}

.form-bd-content h3 {
	margin-bottom: 36px;
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	font-family: 'Montserrat';
}

.cc-content {
	width: 100%;
}

.md  .cc-input {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.md  .cc-input input {
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	font-family: 'Montserrat';
}

.md  .cc-input input:not(:last-child) {
	width: 695px;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
}

.md .cc-input input:last-child {
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
}

.md .guinpu #attr_37 {
	width: 100%;
	height: 60px;
	margin-bottom: 12px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	font-family: 'Montserrat';
}

.md .guinpu #attr_38 {
	width: 100%;
	height: 203px;
	margin-bottom: 61px;
	border-radius: 14px;
	border: 1px solid #868686;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 300;
	color: #8D8D8D;
	padding-top: 13px;
	font-family: 'Montserrat';
}

.md .guinpu .cc-b {
	width: 101px;
	height: 33px;
	border-radius: 40px;
	border: 1px solid #009173;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #009173;
	font-weight: 400;
	background: transparent;
	margin: auto;
	cursor: pointer;
	font-family: 'Montserrat';
}

.md-item-text-animation h3,
.md-item-text-animation p {
	animation: identifier 0.7s linear forwards;
}

@keyframes identifier {
	0% {
		transform: translateY(70px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@media screen and (max-width: 1440px) {
	.view .banner-div {
		top: 13%;
		width: 90%;
	}
	.view	.tab-p-item,.tab-img-item{
		margin-bottom: 15px;
	}
	
	.tab-p-item p{
		font-size: 15px;
		padding-bottom: 15px;
	}
	
	.tab-img-bottom img {
		height: 69vh;
	}
	.tab-span-item span{
		font-size: 14px;
	}
	.ticontent,
	.app-content,
	.canshu-content,
	.form-bd-content {
		width: 1140px;
		margin: auto;
	}

	.md-item-text {
		top: 9%;
	}

	.app-item {
		width: 211px;
		height: 172px;
	}

	.banner-div a {
		width: 121px;
		height: 28px;
		font-size: 13px;
		line-height: 13px;
	}

	.md .cc-input input:not(:last-child) {
		width: 49%;
	}

	.md-item-text {
		width: 80%;
	}
	.md-item-text p {
		width: 60%;
	}
	.banner-div p {
		margin-bottom: 12px;
	}

	.banner-div h4 {
		margin-bottom: 20px;
	}

	.canshu-content table tr td:not(:first-child) {
		font-size: 15px;
	}

	.canshu-content table tr td:first-child {
		font-size: 15px;
	}
}

@media screen and (max-width: 1140px) {
	.tab-img-bottom img{
		height: auto;
	}
	.view	.banner {
		height: 65vh;
	}

	.banner-div h4 {
		font-size: 18px;
		line-height: 20px;
	}

	.tab-span-item {
		height: 100%;
		padding: 15px;
	}
	.md .cc-input input:not(:last-child),.md .guinpu #attr_37,.guinpu #attr_38 {
		font-size: 13px;
}
.md .guinpu #attr_38 {
		margin-bottom: 31px;
	}

	.md 	.guinpu .cc-b {
		margin-bottom: 20px;
	}

	.ticontent,
	.app-content,
	.canshu-content,
	.form-bd-content {
		width: 95%;

	}

	.md-item img {
		height: auto;
	}

	.app-item {
		width: 100%;
		margin-bottom: 10px;

	}

	.app-item-img {
		width: auto;
		height: auto;
	}

	.md-item-text {

		position: relative;
		padding: 35px 0 25px 0;
	}

	.md-item-text {
		width: 95%;
	}



	.banner-div h3 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 15px;
	}



	.md-item-text h3 {
		margin-bottom: 17px;
		font-size: 20px;
		font-weight: bold;
		color: #000000;
		line-height: 20px;
		opacity: 1;
		transform: translateY(0px);
		white-space: normal;
	}

	.md-item-text p {
		font-size: 15px;
		color: #5D5D5D;
		line-height: 20px;
		width: 100%;
		opacity: 1;
		transform: translateY(0px);

	}

	.banner-div-bottom span {
		font-size: 15px;
	}

	.tab-p-item p {
		font-size: 13px;
	}

	.tab-p-item {
		flex-direction: column;
	}

	.tab-p-item p {
		padding-bottom: 15px;
		margin-bottom: 15px;
		width: 100%;
	}

	.tab-img-item {
		margin-bottom: 41px;
	}

	.app-content h3,
	.canshu-content h3,
	.form-bd-content h3 {
		font-size: 20px;

	}

	.app-content p {
		font-size: 15px;
		line-height: 20px;
		
	}

	.canshu-content table tr th:first-child {
		font-size: 13px;
		padding-left: 5px;
	}

	.canshu-content table tr th:not(:first-child) {
		font-size: 13px;
		padding-left: 5px;
	}

	.canshu-content table tr td:first-child {
		font-size: 13px;
		padding-left: 5px;
	}

	.canshu-content table tr td:not(:first-child) {
		font-size: 13px;
		padding-left: 5px;
	}

	.canshu {
		overflow-x: scroll;
	}

	.banner-div-bottom span {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 10px !important;
		line-height: 10px !important;
	}

	.banner-div p {
		margin-bottom: 10px;
	}

	.banner-div h4 {
		margin-bottom: 13px;
	}

	.tab-img {

		padding-top: 32px;
		padding-bottom: 25px;
	}

	.applications {
		padding-top: 29px;
	}

	.form-bd {
		padding-bottom: 10px;
	}
}




