@charset "UTF-8";
/*header start*/
.nav-box {
  padding: 40px 0;
}

body {
    -moz-user-select: none;/* Firefox私有属性 */
    -webkit-user-select: none;/* WebKit内核私有属性 */
    -ms-user-select: none;/* IE私有属性(IE10及以后) */
    -khtml-user-select: none;/* KHTML内核私有属性 */
    -o-user-select: none;/* Opera私有属性 */
    user-select: none;/* CSS3属性 */
}

#menuWap {
  display: none;
}
.msg-grid,.contact-info{
	padding:0 24px;
}

.agree_list{
    margin: 50px 0;
}

.home-main {
  background: #EFF2F6;
}

.home-main {
  overflow: hidden;
}

.layui-layer-content {
  height: calc(100% - 43px);
}

.layui-layer-content iframe {
  height: 100% !important;
}
.fp-enabled .header{position:absolute;}
.header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  padding: 25px 0;
  transition: all 0.5s;
}

.header.cur {
  /*opacity: 0;*/
  position: fixed;
  /*background: rgba(0,0,0,0.2);*/
}

.nav-box {
  position: relative;
  padding: 0 220px 0 0;
}
.pcnav li:hover .erji {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.erji {
  position: absolute;
  left: 0;
  min-width: 100%;
  background-color: #F6FAFD;
  box-sizing: border-box;
  transition: all 0.5s;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}

.erji dl {
  padding: 10px 0 0;
}

.erji dd {
  margin-bottom: 10px;
}

.erji dd a {
  color: #666;
  line-height: 1.5;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 6px 12px;
  display: block;
  text-align: left;
}

.erji dd a:hover {
  background-color: #414D77;
  color: #FFF;
}
.pcnav {
  text-align: right;
  font-family: PingFangSC-Medium, PingFang SC;
}

.pcnav li {
  display: inline-block;
  font-weight: 500;
  position: relative;
}

.pcnav li.cur a:after {
  opacity: 1;
  visibility: visible;
}

.pcnav li.cur a:before {
  opacity: 1;
  visibility: visible;
}

.pcnav li > a {
  font-size: 18px;
  display: block;
  color: #000;
  padding: 12px 30px 12px 0;
  position: relative;
  text-align: left;
}

.pcnav li a:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 80%;
  background: #FFF;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.pcnav li a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 21px;
  background: #8592B9;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
	margin-top:-15px;
}

.h-search {
  width: 220px;
  position: absolute;
  right: 0;
  top: 0;
}

.h-search input {
  border-radius: 34px;
  width: 100%;
  line-height: 41px;
  border: 1px solid #FEFFFF;
  box-sizing: border-box;
  padding: 0 22px;
	box-shadow: 0 0 8px 0 #f5f5f5;
}

.h-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: url("../images/h-ss.png") no-repeat 50% 50%;
  border: none;
}

/*header end*/
/*footer start*/
/*footer end*/
/*轮播图start*/
.banner {
  max-width: 1920px;
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
  height: 100%;
}

.banner .swiper-pagination {
  left: auto;
  right: 5.5%;
  bottom: 10%;
  width: 12px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #2B408E;
  border-color: #FFF;
}

.banner .swiper-button-next {
  right: 0;
  transform: translateX(44%);
}

.banner .swiper-button-next:after {
  transform: translateX(-100%);
}

.banner .swiper-button-prev {
  left: 0;
  transform: translateX(-44%);
}

.banner .swiper-button-prev:after {
  transform: translateX(100%);
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: rgba(65, 77, 119, 0.3);
}

.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
  color: #FFF;
  font-size: 20px;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.banner .swiper-slide .video-box{position:absolute;width:100%;height:100%;left:0;top:0;z-index:2;}
.banner .swiper-slide .video-box video{position: absolute;left:0;top:0;right:0;bottom:0;    width: 100%;
    height: 100%;
    object-fit: cover;}
/*.banner .swiper-slide .video-box {*/
/*  width: 100%;*/
/*  padding-bottom: 40%;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/
/*.banner .swiper-slide .video-box video {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*}*/

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box .img-box {
  height: 100%;
}

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

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
  height: auto;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 0.6s;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  flex-direction: column;
}

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.crumbs-box {
  padding: 12px 0;
}

.crumbs-box a {
  color: #bfbfbf;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #bfbfbf;
}

.crumbs-box span {
  color: #bfbfbf;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.m-width-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.m-width-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.m-width-750 {
  max-width: 750px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

/*置顶按钮 end*/
.index-prudcut-grid {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.index-prudcut-grid .pro-bg img {
  width: 100%;
}

.product-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.product-cont .title {
  margin: 95px 0 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.product-cont .title h2 {
  color: #FFF;
}

.title h2 {
  font-size: 66px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 12px;
}

.title .line {
  height: 1px;
  width: 138px;
  background: #FFF;
  position: relative;
}

.title .line:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 30px;
  height: 3px;
  background: #414D77;
}

.index-product-list {
  height: 100%;
  box-sizing: border-box;
}

.index-product-list ul {
  display: flex;
  height: 100%;
}

.index-product-list li {
  float: left;
  width: 25%;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 210px;
  transition: all 0.5s;
}

.index-product-list li:hover {
  padding-top: 170px;
}

.index-product-list li:hover .text-p {
  display: block;
}

.index-product-list li:hover .see-more {
  opacity: 1;
}

.index-product-list li:nth-child(2n) {
  background: rgba(0, 0, 0, 0.4);
}

.index-product-list h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-product-list h3 a {
  color: #FFF;
}

.index-product-list .text {
  padding: 0 5%;
  text-align: center;
}

.index-product-list .text-p {
  font-size: 12px;
  color: #FFF;
  line-height: 15px;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}

.index-product-list .imgshow {
  text-align: center;
  margin-bottom: 10px;
}

.index-product-list .imgshow img {
  max-width: 100%;
  height: 57vh;
}

.index-product-list .see-more {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%;
  background: #FFF;
  color: #395DB1;
  text-align: center;
  line-height: 34px;
  margin: 45px auto 0;
  opacity: 0;
}

/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #404C78;
  display: inline-flex;
  font-size: 14px;
  color: #404C78;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
}

.page-box .page-inner .current {
  font-weight: bold;
  background: #404C78;
  color: #fff;
  border: 1px solid #404C78;
}

/*分页 end*/
/*公共样式定义 end*/
.index-about-grid {
  padding: 0 3% 0 4%;
}

.index-about-grid .imgshow {
  float: right;
  width: 55.8%;
  position: relative;
}

.index-about-grid .imgshow img {
  width: 100%;
}

.index-about-grid .imgshow .icon {
  position: absolute;
  width: 111px;
  height: 111px;
  background: url("../images/play.png") no-repeat;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index-about-grid .text {
  float: left;
  width: 35%;
  margin-top: 5%;
}

.index-about-grid .title {
  margin-bottom: 70px;
}

.index-about-grid .title h2 {
  color: #414D77;
}

.index-about-grid .title .line {
  background: rgba(65, 77, 119, 0.3);
}

.index-about-grid .title .line:after {
  background: rgba(65, 77, 119, 0.7);
}

.index-about-grid .see-more {
  display: inline-block;
  margin-top: 7%;
  background: #414D77;
  color: #FFF;
  line-height: 34px;
  padding: 10px 14px;
  line-height: 1;
  border-radius: 25px;
}

.index-about-grid .see-more .iconfont {
  margin-left: 4px;
}

.index-contact-grid .title {
  margin: 95px 0 7%;
}

.index-contact-grid .title h2 {
  color: #FFF;
}

.index-contact-grid .contact-cnt {
  position: relative;
}

.index-contact-grid .contact-cnt .imgshow {
  float: right;
}

.index-contact-grid .contact-cnt .text {
  position: absolute;
  left: 0;
  top: 0%;
  width: 60%;
  height: 100%;
  background: url("../images/ind-conbg.png") no-repeat;
  background-size: 100% 100%;
}

.index-contact-grid .contact-cnt .mgs-grid {
  padding-right: 30%;
}

.index-contact-grid .contact-cnt .xhl-input-xlarge, .index-contact-grid .contact-cnt .xhl-controls .xhl-textarea {
  background: transparent;
  border: 1px solid #8289B7;
}

.index-contact-grid .contact-cnt .usedComp label {
  color: #FFF;
}

.index-contact-grid .contact-cnt #xhlFormSubmit {
  width: 100%;
  background: #FFF;
  color: #494949;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  border-radius: 0;
}

.footer {
  background: #212121;
}

.footer .footer-box {
  padding: 35px 2% 0 5%;
}

.f-nav h3 {
  font-size: 20px;
  font-weight: bold;
  color: #B2B2B2;
}

.f-nav .line {
  margin: 16px 0 24px;
  width: 72px;
  border-bottom: 2px dashed #336CBE;
}

.f-nav li {
  float: left;
  width: 23%;
  box-sizing: border-box;
  padding-right: 2%;
}
/*.f-nav li:nth-child(2){*/
/*	width:44%;*/
/*}*/
/*.f-nav li:nth-child(2) dd{*/
/*	float: left;*/
/*	width: 50%;*/
/*	box-sizing: border-box;*/
/*	padding-right: 2%;*/
/*}*/
.f-nav li:nth-last-child(1) {
  width: 18%;
}

.f-nav li:nth-last-child(2) {
  width: 13%;
}

.f-nav p {
  font-size: 15px;
  color: #B2B2B2;
}

.f-nav a {
  color: #B2B2B2;
}

.f-nav a:hover {
  color: #FFF;
}

.f-nav dd {
  margin-bottom: 12px;
  color: #B2B2B2;
}

.f-nav .f-lx dd {
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 50px;
  min-height: 74px;
  word-break: break-all;
}

.f-nav .f-lx dd a {
  display: block;
  width: 100%;
}
.f-nav .f-lx dd a.whatsapp{
	/*color:#336CBE;*/
	color:#fff;
	font-style:italic;
	/*font-weight:bold;*/
}
.f-nav .f-lx .add {
  background-image: url("../images/f-add.png");
}

.f-nav .f-lx .tel {
  background-image: url("../images/f-tel.png");
}

.f-nav .f-lx .mail {
  background-position: 0 50%;
  min-height: auto;
  background-image: url("../images/f-mail.png");
}

.f-nav .shareto {
  margin:60px 0 0;
  padding-top: 32px;
  border-top: 2px dashed #336CBE;
}

.f-nav .shareto label {
  display: block;
  color: #B2B2B2;
  font-size: 16px;
  margin-bottom: 15px;
}

.f-nav .shareto a {
  margin-right: 5px;
}

.foot-copy {
  color: #F3F5F6;
  font-size: 14px;
  padding: 30px 0 10px 5%;
  background: #141414;
  margin-top: 30px;
}

.banner-ny {
  position: relative;
  line-height: 1;
  margin-bottom: 65px;
}

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

.banner-ny .b-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  z-index: 2;
  text-align: center;
}

.banner-ny .b-text p {
  font-size: 40px;
}

.banner-ny .b-text .b-tt {
  margin: 25px 0;
  font-size: 66px;
  font-weight: bold;
}

.banner-ny .b-tips {
  font-size: 20px;
  max-width: 50%;
  margin: 0 auto;
  line-height: 1.4;
}

.bgfff {
  background: #FFF;
}

.content-left {
  float: left;
  width: 23%;
}

.content-right {
  float: right;
  width: 73%;
}

.proclass {
  margin-bottom: 40px;
  background: #FBFBFB;
}

.proclass .c-tt {
  background: #3E455A;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  padding: 25px 0;
}

.proclass ul {
  padding: 0 22px;
}

.proclass li {
  font-size: 14px;
  border-bottom: 1px dashed #D6D6D6;
}

.proclass li:nth-last-child(1) {
  border-bottom: none;
}

.proclass li a {
  color: #666;
  padding: 16px 0;
  display: block;
}

.proclass li.cur {
  font-weight: bold;
}

.proclass li.cur a {
  color: #414D77;
}

.content-product .product-list ul {
  margin: 0 -28px;
}

.content-product .product-list .imgshow img {
  width: 100%;
}

.content-product .product-list li {
  float: left;
  width: 33.33%;
  padding: 0 28px;
  box-sizing: border-box;
}

.content-product .product-list li {
  margin-bottom: 60px;
}

.product-list .imgshow {
  border: 1px solid #F7F7F7;
}

.product-list .text {
  background: #F7F7F7;
  padding: 12px;
}

.product-list h3 {
  margin-bottom: 10px;
}

.product-list h3 a {
  color: #666666;
   font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-list h3:hover a {
  color: #414D77;
}

.product-list .text-p {
  font-size: 14px;
  color: #A8A8A8;
  padding-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  height: 54px;
}

.product-list .imgshow {
  overflow: hidden;
}

.product-list li:hover .imgshow img {
  transform: scale(1.04);
  transition: all 0.5s;
}

.ny-tt {
  margin-bottom: 50px;
  position: relative;
}

.ny-tt h2 {
  font-size: 50px;
  color: #414D77;
}

.ny-tt .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-tabitem {
  text-align: right;
}

.news-tabitem a {
  background: #E6E8EE;
  color: #7E7E7E;
  font-size: 18px;
  padding: 16px 4px;
  display: inline-block;
  margin-left: 16px;
  box-sizing: border-box;
  min-width: 150px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.news-tabitem a.cur {
  background: #414D77;
  color: #FFF;
}

.content-news .news-list ul {
  margin: 0 -37px;
}

.content-news .news-list .imgshow img {
  width: 100%;
}

.content-news .news-list li {
  float: left;
  width: 33.33%;
  padding: 0 37px;
  box-sizing: border-box;
}

.content-news .news-list li {
  margin-bottom: 125px;
}

.content-news .page-box {
  padding: 0 0 100px;
}

.news-list .imgshow {
  overflow: hidden;
}

.news-list li:hover .imgshow img {
  transform: scale(1.04);
  transition: all 0.5s;
}

.news-list .text {
  background: #FFF;
  margin: -110px 4% 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 30px 12px;
  box-shadow: 0px 2px 4px 0px rgba(218, 218, 218, 0.5);
  border: 1px solid #EAEAEA;
  border-bottom: 2px solid #414D77;
}

.news-list .date {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.news-list h3 {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list h3 a {
  color: #414D77;
}

.news-list .line {
  width: 45px;
  height: 1px;
  background: #414D77;
  margin: 14px 0;
}

.news-list .text-p {
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-news-detail {
  padding-bottom: 200px;
}

.content-news-detail .n-dt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #414D77;
}

.content-news-detail .date {
  font-size: 12px;
  color: #b3b3b3;
  text-align: center;
  margin: 10px 0 60px;
}

.content-news-detail .date span {
  display: inline-block;
  background: url("../images/date.png") no-repeat 0 50%;
  padding-left: 28px;
}

.content-news-detail .text {
  font-size: 18px;
  color: #666;
}

.content-news-detail .text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.a-infott {
  text-align: center;
  margin-bottom: 50px;
}

.a-infott h2 {
  font-size: 40px;
  color: #333;
  margin-bottom: 10px;
}

.a-infott span {
  font-size: 20px;
  color: #737373;
  font-weight: bold;
}

.about-info .imgshow {
  float: right;
  width: 48%;
  position: relative;
}

.about-info .imgshow img {
  width: 100%;
}

.about-info .imgshow .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  background: url("../images/play.png") no-repeat 50% 50%;
  background-size: 100%;
  transform: translate(-50%, -50%);
}

.about-info .text {
  float: left;
  width: 48%;
  font-size: 16px;
}

.about-fact {
  margin-top: 80px;
  background: #F6F7F9;
  padding: 70px 0 135px;
}

.about-fact .a-infott span {
  font-weight: 400;
}

.fac-list ul {
  margin: 0 -10px;
}

.fac-list .imgshow img {
  width: 100%;
}

.fac-list li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.fac-list li:nth-last-child(1), .fac-list li:nth-last-child(2) {
  margin-top: 20px;
}

.about-honor {
  background: url("../images/honorbg.png") no-repeat 50% 0;
  padding: 60px 0 0;
}

.about-honor .text {
  color: #FFF;
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
}

.honor-list ul {
  margin: 0 -20px;
}

.honor-list .imgshow img {
  width: 100%;
}

.honor-list li {
  float: left;
  width: 20%;
  padding: 0 20px;
  box-sizing: border-box;
}

.honor-list li {
  margin-bottom: 50px;
  transition: all 0.4s;
  transform: scale(0.8);
}

.honor-list li img {
  /*filter: grayscale(100%);*/
}

.honor-list li:hover {
  transform: scale(1);
}

.honor-list li:hover img {
  filter: initial;
}

.expo-list h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
}

.expo-list h3 a {
  color: #333;
}

.expo-list ul {
  margin: 0 -60px;
}

.expo-list .imgshow img {
  width: 100%;
}

.expo-list li {
  float: left;
  width: 50%;
  padding: 0 60px;
  box-sizing: border-box;
}

.expo-list li {
  margin-bottom: 70px;
}

.content-about-expo .page-box {
  padding-top: 0;
}

.contact-info {
  text-align: center;
  margin-bottom: 50px;
}

.contact-info h3 {
  font-size: 30px;
  color: #414D77;
  margin-bottom: 20px;
}

.contact-info .text {
  font-size: 18px;
  color: #666;
}

.content-contact .msg-grid {
  margin-bottom: 60px;
  overflow: hidden;
}

.content-contact .usedComp label {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.content-contact .xhl-input-xlarge {
  height: 84px;
  background: #FFF;
  border: 1px solid #DAD6CE;
}

.content-contact .usedComp textarea {
  height: 224px;
  background:#fff;
  box-sizing: border-box;
  border: 1px solid #DAD6CE;
}

.content-contact #xhlFormSubmit {
  height: 71px;
  border-radius: 0;
  width: 206px;
  text-align: center;
  line-height: 71px;
  color: #FFF;
  background: #414D77;
  font-size: 22px;
  margin-left: 0;
  font-weight: bold;
  text-transform: capitalize;
}

.contact-list {
  margin-bottom: 60px;
  text-align: center;
}

.contact-list ul {
  display: flex;
}

.contact-list ul li {
  flex-shrink: 0;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #DEDAD3;
  padding: 40px 30px 20px;
}

.contact-list h3 {
  font-size: 26px;
  color: #414D77;
  font-weight: bold;
  margin: 15px 0;
}

.contact-list .icon {
  display: inline-block;
  height: 34px;
}

.contact-list p {
  font-size: 18px;
  color: #666;
}

.contact-list p a {
  color: #666;
}

.contact-list p a:hover {
  color: #414D77;
}

.content-product-detail {
  padding-bottom: 100px;
  /*margin-top: -65px;*/
}
.content-product-detail img{
	max-width: 100%;
  margin: auto;
}
.pro-d-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pro-d-banner .imgshow {
  float: right;
  width: 63%;
}

.pro-d-banner .imgshow img {
  width: 100%;
}

.pro-d-banner .text {
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  position: absolute;
}

.pro-d-banner .text .t-tags {
  background: #EC8710;
  color: #f1f1f1;
  font-size: 20px;
  border-radius: 20px;
  line-height: 40px;
  padding: 0 28px;
  letter-spacing: 5px;
  display: inline-block;
}

.pro-d-banner .text p {
  font-size: 20px;
  color: #000;
}

.pro-d-banner h3 {
  font-size: 49px;
  font-weight: 400;
  color: #000;
  margin: 40px 0;
  line-height: 1.1;
}

.pro-d-banner h3 em {
  color: #EC8710;
}

.pro-deital-blcok {
  padding: 0 40px;
  color: #000;
  font-size: 15px;
}
.pro-deital-blcok.detail5-block {
 
}
.pro-deital-blcok.detail5-block .greybg{
  background-color: #fff;

}
.pro-deital-blcok .greybg img{ 
  max-width: 100%;
  max-height: 100%;
  float: right;
}
.pro-deital-blcok.detail5-block h3{
  position: relative;
  z-index: 3;
  font-weight: 400;
    color: #EC8710;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    margin: 70px 0 30px;
}

.pro-deital-blcok.detail5-type10 .detail5-type10-list dd{
  border-color:#E4CFB5; 
}
.pro-deital-blcok.detail5-type10 .detail5-type10-list ul:after{
  background:#E4CFB5;
}
.pro-dtype1 h3 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 300;
  color: #EC8710;
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
}

.pro-dtype1 .text p {
  font-size: 16px;
  color: #000;
}

.pro-dtype1-list {
  margin-bottom: 30px;
}

.pro-dtype1-list ul {
  display: flex;
  justify-content: space-around;
}

.pro-dtype1-list li {
  float: left;
}

.pro-dtype1-list li{
  width: 20%;
}


.pro-dtype1-list li:nth-child(2) h4 {
  font-size: 12px;
}

.pro-dtype1-list li h4 {
  background: #E9E9E9;
  color: #EC8710;
  font-weight: 300;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
}

.pro-dtype1-list .imgshow {
  position: relative;
}
.pro-dtype1-list .imgshow img{
	width: 100%;
}
.pro-dtype1-list .imgshow span {
  position: absolute;
  top: -20px;
  left: 45%;
  white-space: nowrap;
  padding-left: 10px;
}

.pro-dtype1-list .imgshow span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 1px;
  background: #000;
  transform: rotate(-28deg) translate(-40px, 6px);
}

.pro-dtype2 h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 90px 0;
}

.pro-dtype2-list {
  padding-right: 30%;
  position: relative;
  padding-top: 75px;
}

.pro-dtype2-list .imgshow {
  position: absolute;
  right: 0;
  top: 0;
}

.pro-dtype2-list li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}

.pro-dtype2-list li:nth-child(3) {
  margin-right: 0;
}

.pro-dtype2-list li:nth-child(3) .icon {
  background: #845448;
}

.pro-dtype2-list li:nth-child(2) .icon {
  background: #EAC4B4;
}

.pro-dtype2-list .icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FDE7DA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 20px;
  color: #000;
}

.pro-dtype2-list .text-p {
  font-size: 16px;
  color: #000;
  text-align: center;
  /*font-weight: bold;*/
}

.pro-dtype2-imglist {
  margin-top: 80px;
}

.pro-dtype2-imglist dl {
  display: flex;
}

.pro-dtype2-imglist dl dd {
  flex-shrink: 0;
  width: 16.66%;
}

.pro-dtype2-imglist dl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-dtype3 {
  color: #000000;
}

.pro-dtype3 h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 40px 0 20px;
}

.pro-dtype3 .text {
  flex-shrink: 15px;
  line-height: 1.8;
}

.pro-dtype3-cont {
  margin-top: 40px;
}

.pro-dtype3-cont .imgshow {
  float: left;
  width: 60%;
}

.pro-dtype3-cont .imgshow img {
  width: 100%;
}

.pro-dtype3-cont .text {
  float: right;
  width: 35%;
  padding-top: 10%;
}

.pro-dtype3-cont .text dd {
  float: left;
  width: 50%;
  font-size: 14px;
  margin-bottom: 40px;
}

.pro-dtype3-cont .text dd:nth-child(1) .icon {
  width: 60px;
  height: 60px;
}

.pro-dtype3-cont .text dd:nth-child(2) .icon {
  width: 90px;
  height: 60px;
}

.pro-dtype3-cont .text dd:nth-child(3) .icon {
  width: 115px;
  height: 60px;
}

.pro-dtype3-cont .text dd:nth-child(4) .icon {
  width: 145px;
  height: 60px;
}

.pro-dtype3-cont .text .icon {
  display: inline-block;
  border: 2px solid #F1A54C;
  background: url("../images/gg.png");
  margin-bottom: 5px;
}

.d-type4-t {
  font-size: 24px;
  margin-bottom: 40px;
}

.d-type4-t h3 {
  font-weight: 500;
	font-size:32px;
}

.d-type4-t span {
  font-size: 18px;
  color: #DD7300;
	font-weight:500;
}

.pro-dtype4 {
  margin-bottom: 70px;
}

.pro-dtype4 li {
  float: left;
  width: 46%;
}

.pro-dtype4 li:nth-child(2) {
  float: right;
}

.pro-dtype4 h4 {
  font-weight: 500;
  font-size: 24px;
  margin: 10px 0;
}

.pro-dtype4 p {
  font-size: 15px;
}

.pro-dtype4 .imgshow img {
  max-width: 100%;
}

.pro-dtype5 {
  margin-bottom: 110px;
}

.pro-dtype5.pro-deital-blcok {
  padding-right: 0;
}

.pro-dtype5 .text {
  font-size: 15px;
  margin-bottom: 40px;
}

.pro-dtype5 .d-type4-t {
  margin-bottom: 10px;
}

.pro-dtype5-cont .imgshow {
  float: right;
  width: 57%;
}

.pro-dtype5-cont .imgshow img {
  width: 100%;
}

.pro-dtype5-cont .icon-list {
  float: left;
  width: 40%;
}

.pro-dtype5-cont .icon-list li {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.pro-dtype5-cont .icon-list h4 {
  font-weight: 500;
  font-size: 16px;
}

.pro-dtype5-cont .icon-list .icon {
  margin-right: 34px;
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #EEA34B;
  text-align: center;
  line-height: 66px;
}

.pro-dtype5-cont .icon-list .icon img {
  vertical-align: middle;
}

.pro-dtype6 .imgshow {
  float: left;
  width: 48%;
}

.pro-dtype6 .imgshow img {
  max-width: 100%;
}

.pro-dtype6 .text {
  float: right;
  width: 50%;
}

.pro-dtype6 .d-type4-t {
  margin-bottom: 24px;
}

.pro-dtype6 dd {
  display: flex;
  margin-top: 50px;
}

.pro-dtype6 dd .icon {
  flex-shrink: 0;
  margin-right: 26px;
  max-width: 40%;
}

.pro-dtype6 dd .icon img {
  max-width: 100%;
}

.pro-dtype6 dd h4 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}

.pro-dtype7 img {
  max-width: 100%;
  height: auto;
}

.pro-dtype7 h3 {
  font-weight: 400;
  color: #EC8710;
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  margin: 70px 0 30px;
}

.pro-dtype7 .text {
  font-size: 14px;
}

.pro-dtype8 h3 {
  font-weight: 400;
  color: #EC8710;
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  margin: 100px 0 30px;
}

.pro-dtype8 .text {
  font-size: 14px;
  margin-bottom: 20px;
}

.pro-dtype8-cont .imgshow {
  float: left;
  width: 38%;
}

.pro-dtype8-cont .imgshow img {
  max-width: 100%;
}

.pro-dtype8-cont h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.pro-dtype8-cont .text {
  float: right;
  width: 60%;
}

.pro-dtype8-cont dd {
  display: flex;
  align-items: center;
  font-size: 14px;
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.pro-dtype8-cont dd:nth-child(2n) {
  flex-direction: row-reverse;
}

.pro-dtype8-cont dd:nth-child(2n) .d-t {
  margin: 0 0 0 16px;
  background: url("../images/type7-icon2.png") no-repeat 0 50%;
}

.pro-dtype8-cont dd .d-t {
  background: url("../images/type7-icon1.png") no-repeat 0 50%;
  padding-left: 50px;
  min-height: 38px;
  width: 140px;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-right: 16px;
  display: flex;
  align-items: center;
	font-weight:bold;
}

.pro-dtype8-cont dd .img-t {
  text-align: center;
}

.pro-dtype8-cont dd .img-t p {
  margin-top: 8px;
	font-weight:bold;
}

.pro-dtype9 h3 {
  font-weight: 400;
  color: #EC8710;
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  margin: 70px 0 30px;
}

.pro-dtype9 .imgshow {
  text-align: center;
}

.pro-dtype9 .imgshow img {
	width:90%;
  max-width: 100%;
  height: auto;
}

.pro-dbanner2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 195px 0;
}

.pro-dbanner2 .text {
  background: rgba(255, 255, 255, 0.59);
  color: #3F4258;
  margin: 0 10%;
  box-sizing: border-box;
  padding: 34px 8%;
}

.pro-dbanner2 .p-tags {
  font-size: 24px;
  font-weight: bold;
}

.pro-dbanner2 .p-t {
  font-size: 53px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin: 40px 0 55px;
}

.pro-dbanner2 p {
  font-size: 16px;
}

.detail2-block {
  color: #373947;
}

.detail2-type1 {
  margin-bottom: 40px;
}

.detail2-type1 h2 {
  font-size: 30px;
  text-align: center;
  margin: 35px 0 30px;
}

.detail2-type1 h3 {
  font-size: 18px;
  text-align: center;
}

.detail2-type1-list li {
  float: left;
  width: 50%;
}

.detail2-type1-list img {
  width: 100%;
  max-width: 100%;
}

.detail2-type2 {
  background-color: #FFF9F5;
}

.detail2-type2 .imgshow {
  float: left;
  width: 50%;
}

.detail2-type2 .imgshow img {
	width: 100%;
	height: auto;
  max-width: 100%;
}
.detail2-type1 li:nth-child(2) .imgshow:nth-child(1) {
  /*background: #FFF9F5;*/
}
.detail2-type2 .text {
  float: right;
  width: 50%;
  font-size: 18px;
  font-weight: bold;
}

.detail2-type2 .text img {
  max-width: 100%;
  height: auto;
}

.detail2-type3 .imgshow img {
  width: 100%;
}

.detail2-type4 h2 {
  font-size: 30px;
  text-align: center;
  margin: 50px 0 90px;
}

.detail2-type4-list {
  padding: 0 13% 20px;
  position: relative;
  margin-bottom: 20px;
}

.detail2-type4-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-color: rgba(63, 66, 88, 0.15);
  z-index: 1;
}

.detail2-type4-list ul {
  position: relative;
  z-index: 2;
}

.detail2-type4-list li {
  float: left;
  width: 30%;
  text-align: center;
  margin-right: 5%;
  position: relative;
}

.detail2-type4-list li:nth-child(3) {
  margin-right: 0;
}

.detail2-type4-list li .top-img {
  position: absolute;
  left: -70px;
  top: -80px;
}

.detail2-type4-list h3 {
  font-size: 20px;
  color: #977F72;
  margin: 10px 0 6px;
}

.detail2-type4-list p {
  font-size: 14px;
  color: #4C4C4C;
}

.detail2-type5 {
  padding: 0 12%;
  font-size: 14px;
  color: #3C3C3C;
}

.detail2-type5 .text img {
  max-width: 100%;
  height: auto;
}

.detail2-type5 .text p {
  line-height: 2.3;
}

.detail2-type5 dl {
  margin: 12px 0;
}

.detail2-type5 dl dd {
  float: left;
  width: 42%;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.detail2-type5 dl dd:nth-child(2) {
  float: right;
  flex-direction: row-reverse;
}

.detail2-type5 dl dd:nth-child(2) img {
  margin: 0 0 0 15px;
}

.detail2-type5 dl dd img {
  flex-shrink: 0;
  margin-right: 15px;
}

.detail2-type6 {
  padding: 0 12% 70px;
}

.detail2-type6 h2 {
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
  text-transform: uppercase;
}

.detail2-type6-list li {
  float: left;
  width: 47%;
  background-color: #898792;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.detail2-type6-list li:nth-child(2n) {
  float: right;
}

.detail2-type6-list li img {
  position: relative;
  top: 10px;
  left: 3%;
  width: 100%;
  max-width: 100%;
}

.detail2-type6-list li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  color: #000;
}

.detail2-type7 {
  background: url("../images/pro-cili26.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0 150px 30px;
}

.detail2-type7 .text {
  line-height: 3.5;
  color: #000;
  background-color: #E2E3E6;
  padding: 50px;
  float: left;
  box-sizing: border-box;
  width: 60%;
  font-size: 22px;
}

.detail2-type7 .r-per {
  float: right;
  width: 40%;
}

.detail2-type7 .per-b {
  position: relative;
  text-align: center;
}

.detail2-type7 .per-b h4 {
  background-color: #FFFFFF;
  font-size: 16px;
  color: #0f0f0f;
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
}

.detail2-type7 .per-b .num {
  display: inline-block;
  line-height: 1;
  padding: 15px 10px 0;
  position: relative;
  font-size: 75px;
  color: #898792;
  font-weight: bold;
  border: 2px solid #3F4258;
}

.detail2-type7 .per-b2 {
  margin: 200px 0 0 20px;
  position: relative;
}

.detail2-type7 .per-b2 img {
  position: absolute;
  right: 10%;
  top: 0;
}

.detail2-type7 .per-b2 .num {
  color: #898792;
  font-size: 123px;
  line-height: 1;
  font-weight: bold;
}

.detail2-type7 .per-b2 h4 {
  font-size: 28px;
  color: #101010;
}

.detail2-type8 {
  margin-top: -80px;
  padding: 0 2%;
}

.detail2-type8 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}

.detail2-type8-list ul {
  display: flex;
  flex-wrap: wrap;
}

.detail2-type8-list li {
  float: left;
  width: 49%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 40px;
}

.detail2-type8-list li:nth-child(2n) {
  margin-right: 0;
}

.detail2-type8-list li .imgshow {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.detail2-type8-list li img {
  width: 100%;
  max-width: 100%;
}

.detail2-type8-list h3 {
  position: absolute;
  left: 3%;
  bottom: 25px;
  background-color: #FFFFFF;
  font-size: 20px;
  color: #323232;
  padding: 5px 10px;
  line-height: 1;
}

.detail2-type9 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}

.detail2-table {
  font-size: 18px;
  color: #292929;
}

.detail2-table table {
  width: 100%;
  font-weight: bold;
}

.detail2-table tr:nth-child(odd) {
  background-color: rgba(180, 175, 198, 0.4);
}

.detail2-table td {
  padding: 10px 0;
}

.detail2-table td:nth-child(1) {
  padding-left: 10%;
}

.detail3-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0 0 40px;
}

.detail3-banner .imgshow {
  float: right;
  width: 38%;
  padding-top: 20px;
}

.detail3-banner .imgshow img {
  max-width: 100%;
}

.detail3-banner .text {
  float: left;
  width: 60%;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding: 110px 30px;
}

.detail3-banner h3 {
  font-size: 36px;
  font-weight: 400;
}

.detail3-banner h3 em {
  color: #3162B1;
  font-weight: 900;
}

.detail3-banner .line {
  width: 90px;
  height: 1px;
  background-color: #3B404E;
  margin: 30px 0 40px;
}

.detail3-banner p {
  font-size: 24px;
  color: #000;
  line-height: 2;
}

.detail3-type1 {
  padding: 35px 50px 35px 100px;
}

.detail3-type1 .imgshow {
  float: left;
  width: 30%;
  text-align: center;
}

.detail3-type1 .imgshow img {
  max-width: 1005;
}

.detail3-type1 .imglist {
  float: right;
  width: 50%;
}

.detail3-type1 .imglist li {
  float: left;
  width: 50%;
  margin-bottom: 45px;
}

.detail3-type1 h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
}

.detail3-type2 {
  background-color: rgba(234, 233, 236, 0.3);
  padding: 30px 30px 1px;
  position: relative;
}

.detail3-type2 .imgshow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.detail3-type2 img {
  max-width: 100%;
}

.detail3-type2 ul {
  padding-right: 190px;
  margin-bottom: 30px;
}

.detail3-type2 ul li {
  float: left;
}

.detail3-type2 ul li:nth-child(1) {
  width: 23%;
}

.detail3-type2 ul li:nth-child(2) {
  width: 27%;
}

.detail3-type2 ul li:nth-child(3) {
  width: 46%;
}

.detail3-type2 ul em {
  display: block;
  color: #3162B1;
  font-weight: 500;
}

.detail3-type2 ul p {
  font-size: 16px;
  color: #000000;
}

.detail3-type2 h3 {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 5px;
}

.detail3-type3 img {
  max-width: 100%;
}

.detail3-type4 {
  padding: 0 60px;
}

.detail3-type4 .imgshow {
  float: right;
  width: 60%;
}

.detail3-type4 .imgshow img {
  max-width: 100%;
}

.detail3-type4 .text {
  float: left;
  width: 38%;
  color: #000;
  padding-top: 15%;
  font-size: 16px;
}

.detail3-type4 h3 {
  font-size: 28px;
  font-weight: bold;
  color: #3162B1;
  margin-bottom: 10px;
}

.detail3-type5 {
  padding: 0 60px;
  margin-top: 40px;
  display: flex;
}

.detail3-type5 .imgshow {
  width: 38%;
  padding-right: 2%;
}

.detail3-type5 .imgshow img {
  max-width: 100%;
}

.detail3-type5 .text {
  width: 60%;
  color: #000;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail3-type5 h3 {
  font-size: 28px;
  font-weight: bold;
  color: #3162B1;
  margin-bottom: 10px;
}

.detail3-type6 {
  margin: 120px 0 0;
  background-repeat: no-repeat;
  background-position: 100% 30px;

}

.detail3-type6 h2 {
  font-size: 20px;
  font-weight: 500;
  color: #3162B1;
  margin-bottom: 75px;
}

.detail3-type6-list {
  padding-right: 28%;
}

.detail3-type6-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.detail3-type6-list li {
  border: 2px solid #3162B1;
  font-size: 16px;
  width: 46%;
  position: relative;
  margin-bottom: 60px;
  color: #000;
}

.detail3-type6-list li em {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.detail3-type6-list li .t-item {
  padding: 75px 20px 55px;
}

.detail3-type6-list li .icon {
  position: absolute;
  left: -29px;
  top: -49px;
  width: 98px;
  height: 98px;
  background: #3162B1;
  border: 4px solid #B7D4DD;
  box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.24), 0px 19px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 98px;
}

.detail3-type6-list li .icon img {
  vertical-align: middle;
}

.detail3-type7 img {
  max-width: 100%;
}

.detail3-type7 .text {
  float: left;
  width: 35%;
  font-size: 18px;
}

.detail3-type7 .imgshow {
  float: right;
  width: 65%;
}

.detail3-type7 h2 {
  font-weight: 500;
  color: #3162B1;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 26px;
}

.detail3-type8 {
  margin: 80px 0px 0;
}

.detail3-type8 h2 {
  font-weight: 500;
  color: #3162B1;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.detail3-type8 .imgshow img {
  max-width: 100%;
}

.detail3-type8-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail3-type8-list li {
  width: 32%;
  box-sizing: border-box;
  padding-left: 75px;
  margin-bottom: 36px;
  position: relative;
}

.detail3-type8-list li:nth-child(3n) {
  margin-right: 0;
}

.detail3-type8-list li .icon {
  position: absolute;
  left: 0;
  top: 10px;
}
.detail3-type8-list li .icon img{
	max-width: 55px;
}
.detail3-type8-list .text {
  color: #000;
  font-size: 16px;
}

.detail3-type8-list .text h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.detail3-type8-list .text p {
  font-size: 14px;
}

.detail3-type9 {
  margin: 50px 0 0;
}

.detail3-type9 h2 {
  font-weight: 500;
  color: #3162B1;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.detail3-type9-table {
  color: #000;
  font-size: 19px;
}

.detail3-type9-table table {
  width: 100%;
  border-color: #f0f0f0;
}

.detail3-type9-table td {
  border: 2px solid #f0f0f0;
  padding: 8px 24px;
}

.detail3-type9-table .t-cell {
  display: flex;
}

.detail3-type9-table .t-cell label {
  flex-shrink: 0;
}

.detail4-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.detail4-banner .imgshow {
  float: right;
  width: 48%;
}

.detail4-banner .imgshow img {
  max-width: 100%;
}

.detail4-banner .text {
  width: 42%;
  color: #DAAA59;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translateY(-50%);
}

.detail4-banner h3 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 30px;
}

.detail4-banner p {
  font-size: 24px;
  font-weight: bold;
}

.detail4-type1 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #D9AA5A;
  margin: 45px 0 20px;
}

.detail4-type1-list {
  text-align: center;
  padding: 0 10%;
}

.detail4-type1-list li {
  box-sizing: border-box;
  float: left;
  width: 25%;
}

.detail4-type1-list h3 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-weight: bold;
}

.detail4-type2 {
  padding: 1px 0;
  position: relative;
  margin: 55px 0 0;
}

.detail4-type2:after {
  content: '';
  position: absolute;
  background-color: #FBF6F2;
  height: 455px;
  width: 100%;
  z-index: 1;
  top: 0;
}

.detail4-type2 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #D9AA5A;
  margin: 40px 0;
  position: relative;
  z-index: 3;
}

.detail4-type2-cont {
  position: relative;
  z-index: 2;
  text-align: right;
}

.detail4-type2-cont .imgshow {
  display: inline-block;
  width: 45%;
}

.detail4-type2-cont .imgshow img {
  max-width: 100%;
}

.detail4-type3 {
  padding: 0 20%;
}

.detail4-type3 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #D9AA5A;
  margin: 40px 0 20px;
  position: relative;
  z-index: 3;
}

.detail4-type3-table {
  font-size: 16px;
  color: #0A0202;
}

.detail4-type3-table table {
  width: 100%;
  border: 0px;
}

.detail4-type3-table tr {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.detail4-type3-table td {
  padding: 10px 20px;
}
.detail4-type3-table tr:nth-child(odd){
/*border-bottom-color: #fff;
border-left-color: #fff;
border-right-color: #fff;*/
background-color: #f0f0f0;

}
.detail4-type3-table tr:nth-child(even){
/*border-top-color: #fff;*/

}

.detail4-type4 .imgshow{
  width: 100%;
  margin: 50px auto;
}
.detail4-type4 {
  padding: 0 2%;
  margin: 0 0 60px;
  background: url("../images/pro-pm11.jpg") no-repeat 100% 100%;
  background-size: cover;
}

.detail4-type4 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #D9AA5A;
  margin: 100px 0 30px;
  position: relative;
  z-index: 3;
}

.detail4-type4 .imgshow {
  text-align: center;
}

.detail4-type4 .imgshow img {
	width: 80%;
  max-width: 1000px;
}

.detail4-type4 .text {
  font-size: 16px;
  color: #000;
}

.detail4-type4 .text h3 {
  margin: 12px 0;
  font-size: 19px;
  color: #D9AA5A;
}

.detail4-type5 {
  padding: 0 2%;
}

.detail4-type5 .text {
  font-size: 16px;
  color: #000;
}

.detail4-type5 .text h4 {
  font-size: 19px;
  color: #D9AA5A;
  margin-bottom: 8px;
}

.detail4-type5-list li {
  float: left;
  width: 48%;
}

.detail4-type5-list li img {
  max-width: 100%;
}

.detail4-type5-list li:nth-child(2) {
  float: right;
}

.detail4-type5-list h3 {
  font-size: 16px;
  color: #3F3F3F;
  margin: 12px 0 20px;
}

.detail4-type6 {
  margin: 40px 0 0;
  padding: 0 2%;
  display: flex;
  align-items: center;
}

.detail4-type6 .imgshow {
  float: left;
  width: 60%;
}

.detail4-type6 .imgshow img {
  max-width: 100%;
}

.detail4-type6 .text {
  float: right;
  width: 38%;
  padding-left: 2%;
  font-size: 16px;
  color: #000;
}

.detail4-type6 .text h4 {
  font-size: 19px;
  color: #D9AA5A;
  margin-bottom: 8px;
}

.detail4-type7 {
  padding: 0 2%;
}

.detail4-type7 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #D9AA5A;
  margin: 20px 0;
  position: relative;
  z-index: 3;
}

.detail4-type7 .imgshow {
  text-align: center;
}

.detail4-type7 .imgshow img {
  width: 100%;
  max-width: 100%;
}

.detail4-type8 {
  padding: 0 1%;
}

.detail4-type8 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #D9AA5A;
  margin: 80px 0 30px;
  position: relative;
  z-index: 3;
}

.detail4-type8 .imgshow {
  text-align: center;
   width: 100%;
  max-width: 100%;
}

.detail4-type8 .imgshow img {
   width: 100%;
  max-width: 100%;
  max-width: 100%;
}

.detail4-type8-list {
  margin: 20px 0 0;
}

.detail4-type8-list li {
  float: left;
  width: 23%;
  margin-right: 2.66%;
  text-align: center;
}

.detail4-type8-list li:nth-child(4) {
  margin-right: 0;
}

.detail4-type8-list li img {
  width: 100%;
}

.detail4-type8-list li p {
  font-size: 16px;
  color: #000;
  margin: 14px 0;
}

.detail4-type9 {
  background-color: #FAF5F1;
  padding: 1px 5% 10px;
  margin: 50px 0 0;
}

.detail4-type9 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #D9AA5A;
  margin: 24px 0;
  position: relative;
  z-index: 3;
}

.detail4-type9-cont .text {
  float: left;
  width: 60%;
  font-size: 16px;
  color: #3F3F3F;
  line-height: 1.8;
  font-weight: bold;
}

.detail4-type9-cont .imgshow {
  float: right;
  width: 36%;
}

.detail4-type9-cont .imgshow img {
  width: 100%;
  border: 3px solid #D9AA5A;
  border-radius: 3px;
  display: block;
  margin-bottom: 20px;
}

.detail4-type10 {
  padding: 0 1%;
  margin: 50px 0 0;
}

.detail4-type10 h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #D9AA5A;
  margin: 35px 0 20px;
}

.detail4-type10-list li {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}

.detail4-type10-list li:nth-child(2n) {
  float: right;
}

.detail4-type10-list dd {
  float: left;
  width: 48%;
  font-size: 16px;
  color: #0A0202;
}

.detail4-type10-list dd:nth-child(2n) {
  float: right;
}

.detail4-type10-list dd img {
  width: 100%;
}

.detail4-type10-list dd p {
  margin-top: 5px;
}

.detail5-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.detail5-banner .imgshow {
  float: right;
  width: 40%;
}

.detail5-banner .imgshow img {
  max-width: 100%;
}

.detail5-banner .text {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  color: #000;
}

.detail5-banner .text p {
  font-size: 16px;
}

.detail5-banner .text h3 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  margin: 20px 0 40px;
}

.detail5-banner .text h3 em {
  color: #9F1685;
}

.detail5-banner .text .b-tags {
  border-radius: 10px;
  border: 2px solid #2E2F2E;
  display: inline-block;
  background: #FFF;
  font-size: 18px;
  padding: 15px;
  line-height: 1;
}

.detail5-type1 {
  padding: 60px 10% 0;
}

.detail5-type1 .imgshow {
  float: right;
  width: 40%;
}

.detail5-type1 .imgshow img {
  max-width: 100%;
}

.detail5-type1 .text {
  float: left;
  width: 60%;
}

.detail5-type1 li {
  position: relative;
  padding-left: 145px;
  margin-bottom: 60px;
}

.detail5-type1 li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  text-align: right;
}

.detail5-type1 h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #9F1685;
}

.detail5-type1 p {
  font-size: 14px;
  color: #000;
}

.detail5-type2 {
  padding: 100px 10% 20px 7%;
  font-size: 14px;
  background: #F0F3F5;
}

.detail5-type2 .text-p {
  background: #9F1685;
  color: #FFF;
  font-size: 16px;
  margin-top: 20px;
  padding: 40px 50px;
}

.detail5-type2 .text-p p {
  margin-bottom: 22px;
}

.detail5-type2-cont .imgshow {
  float: left;
  width: 37%;
}

.detail5-type2-cont .imgshow img {
  max-width: 100%;
}

.detail5-type2-cont .text {
  /*float: right;
  width: 100% !important;*/
  color: #000;
}
.detail6-block{
	padding:0 !important;
}
.detail6-block .detail5-type2-cont{
	width:auto;
	height:auto;
}
.detail6-block .detail5-type2-cont img{
	max-width:100%;
	height:auto;
}
.detail5-type2-cont .text p {
  line-height: 1.8;
}

.detail5-type2-cont h3 {
  font-size: 24px;
  color: #9F1685;
  font-weight: 500;
  margin-bottom: 12px;
}

.detail5-type3 {
  padding: 120px 0 50px;
}

.detail5-type3 .imgshow img {
  width: 85%;
  max-width: 100%;
}

.detail5-type3 .imgshow:nth-child(1) {
  float: left;
  width: 60%;
}

.detail5-type3 .imgshow:nth-child(2) {
  float: right;
  width: 40%;
}

.detail5-type4 {
  padding: 0 5%;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}

.detail5-type4 .imgshow {
  float: right;
  width: 35%;
}

.detail5-type4 .imgshow img {
  margin-bottom: 30px;
}

.detail5-type4 img {
  max-width: 100%;
}

.detail5-type4 .text {
  float: left;
  width: 40%;
}

.detail5-type4 .text h3 {
  font-size: 20px;
  font-weight: 500;
  color: #9F1685;
  margin-bottom: 30px;
}

.detail5-type4 .text p span {
  display: block;
  overflow: hidden;
}

.detail5-type4 .text p span em {
  float: left;
  width: 50%;
}

.detail5-type4 .text p span em:nth-child(2) {
  text-align: center;
}

.detail5-type5 {
  margin: 40px 0;
  background: #F0F3F5;
  padding: 20px 10% 50px 15%;
  color: #000;
  font-size: 14px;
}

.detail5-type5 .imgshow {
  float: left;
  width: 100%;
}

.detail5-type5 .imgshow:nth-child(2) {
  float: right;
}

.detail5-type5 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #9F1685;
  margin: 24px 0 8px;
}

.detail5-type6 {
  padding: 0 5%;
}

.detail5-type6 img {
  max-width: 100%;
}

.detail5-type6 .img-top {
  margin-bottom: 35px;
}

.detail5-type6 .imgshow {
  float: right;
  width: 45%;
}

.detail5-type6 .text {
  float: left;
  width: 45%;
}

.detail5-type6 .text li {
  float: left;
  width: 32%;
  margin-right: 2%;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.detail5-type6 .text li:nth-child(3) {
  margin-right: 0;
}

.detail5-type6 .text li img {
  margin-bottom: 10px;
}

.detail5-type7 {
  color: #000;
  font-size: 14px;
  background-color: #F0F3F5;
  padding: 100px 5% 20px 5%;
}

.detail5-type7 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #9F1685;
  margin: 24px 0 8px;
}

.detail5-type7-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.detail5-type7-cont .imgshow {
  width: 45%;
}

.detail5-type7-cont .imgshow img {
  max-width: 100%;
}

.detail5-type7-cont .text {
  width: 50%;
}

.detail5-type7-cont.t2 {
  flex-direction: row-reverse;
}

.detail5-type8 {
    padding: 20px 0% 20px;
}

.detail5-type8 h2 {
  font-size: 24px;
  font-weight: 500;
  color: #9F1685;
  margin: 40px 0 20px;
}

.detail5-type8-list ul {
  display: flex;
  flex-wrap: wrap;
}

.detail5-type8-list li {
  width: 30%;
  margin-bottom: 20px;
}
.detail5-type8-list li:nth-child(3n) {
  width: 38%;
}
.detail5-type8-list li img {
	width: 88%;
	height: auto;
  max-width: 100%;
}

.detail5-type9 {
  /*background: #F0F3F5;*/
  padding: 40px 1%;
  text-align: center;
}

.detail5-type9 h3 {
  font-size: 16px;
  color: #9F1685;
  font-weight: 500;
  margin: 20px 0 16px;
}

.detail5-type9 p {
  font-size: 14px;
  color: #000;
}

.detail5-type9 li {
  float: left;
  width: 25%;
}

.detail5-type10 {
  padding: 1px 5%;
  position: relative;
  position: relative;
}

.detail5-type10 .greybg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  background: rgba(210, 210, 210, 0.62);
}

.detail5-type10 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #9F1685;
  margin: 26px 0;
}

.detail5-type10 .imgshow {
  float: right;
  width: 40%;
  margin-right: 4%;
  z-index: 999;
}

.detail5-type10 .imgshow img {
  max-width: 100%;
}

.detail5-type10 .detail5-type10-list {
  position: relative;
  z-index: 3;
  float: left;
  font-size: 12px;
  color: #050608;
  width: 52%;
}
.detail5-type10 .detail5-type10-list ul {
  position: relative;
}

.detail5-type10 .detail5-type10-list ul:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  width: 2px;
  background: #9F1685;
  margin-left: -1px;
}

.detail5-type10 .detail5-type10-list dl {
  overflow: hidden;
}

.detail5-type10 .detail5-type10-list dd {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #9F1685;
  line-height: 22px;
  padding-left: 5%;
}

.detail5-type10 .detail5-type10-list li {
  margin-bottom: 18px;
}
.detail3-block{
	padding: 0 20px;
}
.hc-video{
	position: relative;
	padding-bottom:56.25%;
	overflow: hidden;
	margin-bottom: 30px;
}
.hc-video iframe{width:100% !important;height:100% !important;position:absolute;left:0;top:0;}
@media screen and (max-width: 1466px) {
	
  .inner-20 {
    padding: 0 20px;
  }
  .pcnav li a {
    font-size: 16px;
    padding-right: 30px;
  }
  .index-about-grid .text {
    margin-top: 0;
  }
  .index-contact-grid .text {
    padding-left: 20px !important;
  }
  .footer .footer-box {
    padding: 30px 20px 0;
  }
  .f-nav dd {
    font-size: 12px;
  }
  .f-nav .f-lx dd {
    word-break: break-all;
  }
  #fp-nav.right {
    right: 20px;
  }
  .title h2 {
    font-size: 50px;
  }
  .index-product-list .imgshow img {
    height: 50vh;
  }
  .index-product-list li {
    padding-top: 180px;
  }
}
.index-contact-grid .usedComp input{color:#fff;}
.index-contact-grid .xhl-controls .xhl-textarea{color:#fff;}
.usedComp:nth-child(6){width:100%;float:none;clear:both;}
@media screen and (max-width: 1000px) {
	.pro-deital-blcok.detail5-block h3{font-size:30px;}
	html.mm-blocking body{overflow: initial;}
	.header{
		position:sticky;
		top:0;
		left:0;
		width:100%;
		z-index:999;
	}
  #menuPc {
    display: none;
  }
  
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: relative;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner .banner-content {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .swiper-slide .video-box {
    display: none;
  }
  .header {
    padding: 0;
    background-color: #414D77;
  }
  .product-cont {
    position: relative;
  }
  .h-search {
    display: none;
  }
  .logo {
    position: relative;
    margin-top:0;
  }
  .logo img {
    height: 40px;
  }
  .nav-box {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .product-cont .title {
    position: relative;
    margin: 0;
    padding: 30px 0;
  }
  .index-product-list ul {
    display: block;
  }
  .title h2 {
    font-size: 30px;
  }
  .index-product-list .imgshow img {
    height: auto;
  }
  .index-product-list li {
    padding: 0 0 30px;
    border-bottom: 1px solid #FFF;
    width: 50%;
  }
  .index-product-list .imgshow img {
    width: 80%;
  }
  .index-product-list h3 {
    font-size: 14px;
  }
  .index-product-list .text-p {
    display: block;
  }
  .index-product-list li:hover {
    padding-top: 0;
  }
  .index-product-list .see-more {
    display: none;
  }
  .index-about-grid .imgshow, .index-about-grid .text {
    width: 100%;
  }
  .index-about-grid .imgshow {
    margin: 30px 0;
  }
  .index-about-grid .imgshow iframe{width:100% !important;height:196px !important;}
  .index-contact-grid .contact-cnt .imgshow {
    width: 100%;
    margin: 30px 0;
    box-sizing: border-box;
  }
  .index-contact-grid .contact-cnt .imgshow img {
    width: 100%;
  }
  .index-contact-grid .contact-cnt .text {
    position: relative;
    background: transparent;
    width: 100%;
    padding-left: 0 !important;
  }
  .index-contact-grid .title h2 {
    color: #414D77;
  }
  .index-contact-grid .contact-cnt .usedComp label {
    color: #414D77;
  }
  .banner {
    position: relative;
    overflow: hidden;
  }
  .f-nav li {
    display: none;
  }
  .f-nav li:nth-last-child(1) {
    display: block;
    width: 100%;
  }
  .index-contact-grid .contact-cnt .mgs-grid {
    padding-right: 0;
    width: 100%;
  }
  .index-contact-grid {
    padding: 0 20px;
  }
  .index-contact-grid .contact-cnt #xhlFormSubmit {
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .index-about-grid .title {
    margin-bottom: 40px;
  }
  .foot-copy {
    font-size: 12px;
  }
  .index-about-grid .imgshow .icon {
    width: 60px;
    height: 60px;
    background-size: 100%;
  }
  .content-left {
    display: none;
  }
  .content-right {
    width: 100%;
  }
  .content-product .product-list ul {
    margin: 0 -5px;
  }
  .content-product .product-list .imgshow img {
    width: 100%;
  }
  .content-product .product-list li {
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .content-product .product-list li {
    margin-bottom: 20px;
  }
  .page-list {
    display: none;
  }
  .banner-ny .b-text .b-tt {
    font-size: 18px;
    margin: 10px 0;
  }
  .banner-ny .b-text p {
    font-size: 14px;
  }
  .news-tabitem {
    display: none;
  }
  .ny-tt h2 {
    font-size: 30px;
  }
  .a-infott h2 {
    font-size: 20px;
  }
  .a-infott span {
    font-size: 14px;
  }
  .about-info .imgshow, .about-info .text {
    width: 100%;
  }
  .about-info .imgshow {
    margin-bottom: 20px;
  }
  .fac-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .fac-list li:nth-last-child(1), .fac-list li:nth-last-child(2) {
    margin-top: 0;
  }
  .about-fact {
    margin-top: 30px;
    padding: 30px 0;
  }
  .banner-ny .b-tips {
    max-width: 95%;
    font-size: 12px;
  }
  .banner-ny {
    margin-bottom: 30px;
  }
  .content-news .news-list ul {
    margin: 0;
  }
  .content-news .news-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .news-list .text {
    margin: 0;
  }
  .news-list h3 {
    font-size: 14px;
  }
  .content-news-detail .n-dt {
    font-size: 24px;
  }
  .content-news-detail .text {
    font-size: 16px;
  }
  .content-news-detail {
    padding-bottom: 40px;
  }
  .contact-info h3 {
    font-size: 24px;
  }
  .content-contact .xhl-input-xlarge {
    height: 40px;
  }
  .contact-list ul li {
    width: 100%;
  }
  .contact-list ul {
    display: block;
  }
  .contact-list h3 {
    font-size: 20px;
  }
  .contact-list p {
    font-size: 14px;
  }
  .content-contact .usedComp label {
    font-size: 16px;
  }
  .search-list ul li .li-inner .img-box, .search-list ul li .li-inner .img-text {
    width: 100%;
  }
  .search-list ul li .li-inner .img-text {
    margin-top: 20px;
  }
  .search-list .img-text .t a {
    white-space: initial;
    font-size: 18px;
  }
  .detail5-banner .imgshow, .detail5-banner .text {
    width: 100%;
    box-sizing: border-box;
  }
  .detail5-banner .text {
    position: initial;
    transform: translateY(0);
    margin-top: 30px;
    float: left;
    padding: 20px;
  }
  .content-product-detail {
    margin-top: 0;
  }
  .detail5-banner .text h3 {
    font-size: 30px;
  }
  .detail5-banner .text .b-tags {
    font-size: 12px;
  }
  .detail5-type1 .imgshow {
    display: none;
  }
  .detail5-type1 .text {
    width: 100%;
  }
  .detail5-type1 li .icon {
    width: 60px;
  }
  .detail5-type1 li {
    padding-left: 80px;
  }
  .detail5-type1 li .icon img {
    height: 40px;
  }
  .detail5-type2-cont .imgshow, .detail5-type2-cont .text {
    width: 100%;
  }
  .detail5-type2-cont .imgshow {
    margin-bottom: 20px;
  }
  .detail5-type3 {
    padding: 30px 20px;
  }
  .detail5-type4 .text, .detail5-type4 .imgshow {
    width: 100%;
  }
  .detail5-type5 {
    padding: 30px 20px;
  }
  .detail5-type5 .imgshow {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail5-type6 .imgshow, .detail5-type6 .text {
    width: 100%;
  }
  .detail5-type6 .imgshow {
    margin-bottom: 20px;
  }
  .detail5-type7-cont .imgshow, .detail5-type7-cont .text {
    width: 100%;
  }
  .detail5-type7-cont {
    display: block;
  }
  .detail5-type8-list ul {
    display: block;
  }
  .detail5-type8-list ul li {
    width: 100%;
  }
  .detail5-type9 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .detail5-type9 li {
    width: 50%;
    margin-bottom: 20px;
  }
  .detail5-type10 .greybg {
    display: none;
  }
  .detail5-type10 .imgshow, .detail5-type10 .detail5-type10-list {
    box-sizing: border-box;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .detail5-type2 {
    padding: 30px 20px;
  }
  .detail5-banner .imgshow {
    text-align: center;
  }
  .detail5-banner .imgshow img {
    width: 50%;
  }
  .detail4-banner .imgshow, .detail4-banner .text {
    width: 100%;
  }
  .detail4-banner .imgshow {
    text-align: center;
  }
  .detail4-banner .imgshow img {
    width: 50%;
  }
  .detail4-banner .text {
    position: initial;
    float: left;
    transform: translateY(0);
    margin-top: 20px;
  }
  .detail4-banner h3 {
    font-size: 30px;
  }
  .detail4-type1-list {
    padding: 0;
  }
  .detail4-type1-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail4-type2-cont .imgshow {
    width: 100%;
    text-align: center;
  }
  .detail4-type2-cont .imgshow img {
    width: 50%;
  }
  .detail4-type3, .detail4-type4, .detail4-type5, .detail4-type6, .detail4-type7, .detail4-type8, .detail4-type10 {
    padding: 0;
  }
  .detail4-type6 {
    display: block;
  }
  .detail4-type6 .imgshow {
    margin-bottom: 20px;
  }
  .detail4-type6 .imgshow, .detail4-type6 .text {
    width: 100%;
    padding-left: 0;
  }
  .detail4-type7 {
    margin-top: 30px;
  }
  .detail4-type8-list li {
    width: 49%;
    margin-right: 0;
  }
  .detail4-type8-list li:nth-child(2n) {
    float: right;
  }
  .detail4-type9 {
    padding: 20px;
  }
  .detail4-type9-cont .text, .detail4-type9-cont .imgshow {
    width: 100%;
  }
  .detail3-banner .text, .detail3-banner .imgshow {
    width: 100%;
    box-sizing: border-box;
  }
  .detail3-banner .imgshow {
    margin-bottom: 20px;
    text-align: center;
  }
  .detail3-banner .imgshow img {
    width: 50%;
  }
  .detail3-banner .text {
    padding: 20px;
  }
  .detail3-banner h3 {
    font-size: 30px;
  }
  .detail3-banner {
    padding: 20px;
  }
  .detail3-banner p {
    font-size: 16px;
  }
  .detail3-type1 {
    padding: 20px;
  }
  .detail3-type1 .imgshow, .detail3-type1 .imglist {
    width: 100%;
  }
  .detail3-type1 .imgshow {
    margin-bottom: 20px;
  }
  .detail3-type2 {
    padding: 20px;
  }
  .detail3-type2 .imgshow, .detail3-type2 ul {
    width: 100%;
    padding: 0;
  }
  .detail3-type2 .imgshow, .detail3-type2 ul.p50{padding:0 !important;}
  .detail3-type2 .imgshow {
    position: initial;
    transform: translateY(0);
  }
  .detail3-type2 ul li:nth-child(1), .detail3-type2 ul li:nth-child(2), .detail3-type2 ul li:nth-child(3) {
    width: 100%;
  }
  .detail3-type2 h3 {
    text-align: left;
  }
  .detail3-type2 ul li {
    margin-bottom: 20px;
  }
  .detail3-type4 {
    padding: 20px;
  }
  .detail3-type4 .imgshow, .detail3-type4 .text {
    width: 100%;
  }
  .detail3-type5 {
    padding: 20px;
    display: block;
  }
  .detail3-type5 .imgshow, .detail3-type5 .text {
    width: 100%;
    padding: 0;
  }
  .detail3-type5 .imgshow {
    margin-bottom: 20px;
  }
  .detail3-type6-list {
    padding: 0;
  }
  .detail3-type6-list li .icon {
    display: none;
  }
  .detail3-type6-list li {
    margin-bottom: 20px;
    width:100%;
  }
  .content-product-detail img{height:auto;}
  .detail5-type8-list li:nth-child(3n){width:100%;}
  .detail5-type8-list li img{width:100%;height:auto;}
  .detail3-type6-list li .t-item {
    padding: 20px;
  }
  .detail3-type6 {
    margin: 30px 0 0;
    padding: 20px;
  }
  .detail3-type6 h2 {
    margin-bottom: 30px;
  }
  .detail3-type7 .imgshow, .detail3-type7 .text {
    width: 100%;
  }
  .detail3-type7 {
    padding: 20px;
  }
  .detail3-type7 .imgshow {
    text-align: center;
  }
  .detail3-type7 .imgshow img {
    width: 50%;
  }
  .detail3-type8 {
    margin: 30px 0 0;
    padding: 20px;
  }
  .detail3-type8-list li {
    width: 100%;
  }
  .detail3-type8-list ul {
    display: block;
  }
  .detail3-type9 {
    margin: 30px 0 0;
    padding: 20px;
  }
  .detail3-type9-table {
    overflow-x: auto;
  }
  .pro-dbanner2 {
    padding: 30px 20px;
  }
  .pro-dbanner2 .p-t {
    font-size: 30px;
  }
  .pro-dbanner2 .text {
    margin: 0;
  }
  .detail2-type2 .imgshow, .detail2-type2 .text {
    width: 100%;
  }
  .detail2-type2 {
    padding: 20px;
  }
  .detail2-type4-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail2-type4-list li .top-img {
    display: none;
  }
  .detail2-type4 h2 {
    margin: 30px 0;
  }
  .detail2-type5 {
    padding: 0 20px;
  }
  .detail2-type5 dl dd {
    width: 100%;
  }
  .detail2-type6-list li {
    width: 100%;
  }
  .detail2-type6 {
    padding: 0 20px;
  }
  .detail2-type7 .text {
    margin-bottom: 30px;
    padding:20px;
    line-height:2;
  }
  .detail5-type10 .detail5-type10-list dl{
  	display: flex;
  	flex-wrap: wrap;
  }
  .detail5-type10 .detail5-type10-list ul:after{width:1px;}
  .detail5-type10 .detail5-type10-list dd:nth-child(1){border-right:none;}
  .detail5-type10 .detail5-type10-list dd:nth-child(2){border-left:none;}
  .detail5-type10 .detail5-type10-list li{margin-bottom:-1px;}
  .detail2-table td:nth-child(1){width:40% !important;}
  .detail2-type7 .per-b2 .num{font-size:70px;}
  .detail2-type7 .text, .detail2-type7 .r-per {
    width: 100%;
  }
  .detail2-type7 {
    padding: 20px;
  }
  .detail2-type7 .per-b2 {
    margin: 50px 0;
  }
  .detail2-type8-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .detail2-type8 {
    margin-top: 0;
    padding: 0 20px;
  }
  .detail2-table {
    overflow-x: auto;
  }
  .pro-d-banner {
    padding: 20px;
  }
  .pro-d-banner .imgshow, .pro-d-banner .text {
    width: 100%;
    box-sizing: border-box;
  }
  .pro-d-banner .text {
    position: initial;
    transform: translateY(0);
  }
  .pro-d-banner h3 {
    font-size: 30px;
  }
  .pro-dtype1 h3 {
    font-size: 30px;
  }
  .pro-dtype1-list ul {
    display: block;
    overflow: hidden;
  }
  .pro-dtype1-list ul .imgshow {
    text-align: center;
  }
  .pro-dtype1-list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .pro-dtype1-list li:nth-child(1), .pro-dtype1-list li:nth-child(2) {
    width: 100%;
  }
  .pro-dtype2-list .imgshow {
    display: none;
  }
  .pro-dtype2-list {
    padding-top: 0;
    padding-right: 0;
  }
  .pro-dtype2-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pro-dtype2-imglist dl {
    flex-wrap: wrap;
  }
  .pro-dtype2-imglist dl dd {
    width: 50%;
  }
  .pro-dtype3-cont .imgshow, .pro-dtype3-cont .text {
    width: 100%;
  }
  .pro-dtype4 li {
    width: 100%;
  }
  .pro-dtype5-cont .icon-list, .pro-dtype5-cont .imgshow {
    width: 100%;
  }
  .pro-dtype5 {
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .pro-dtype5.pro-deital-blcok {
    padding-right: 20px;
  }
  .pro-dtype6 .imgshow, .pro-dtype6 .text {
    width: 100%;
  }
  .pro-deital-blcok {
    padding: 0 20px;
  }
  .pro-dtype7 h3 {
    font-size: 30px;
  }
  .pro-dtype8 h3 {
    font-size: 30px;
  }
  .pro-dtype8-cont .imgshow, .pro-dtype8-cont .text {
    width: 100%;
  }
  .pro-dtype8-cont .imgshow {
    text-align: center;
  }
  .pro-dtype8-cont .imgshow img {
    width: 50%;
  }
  .pro-dtype8-cont h4 {
    font-size: 18px;
    text-align: center;
  }
  .pro-dtype8-cont dd {
    width: 100%;
  }
  .pro-dtype9 h3 {
    font-size: 30px;
    margin: 30px 0;
  }
  .pro-d-banner .text .t-tags, .pro-d-banner .text p {
    font-size: 14px;
  }
  .xhl-controls .xhl-form-tip {
 
    top: 12px;
}
}
