.header {
  user-select: none;
  position: relative;
  z-index: 99999;
  background-color: #fff;
}
.header.fbg .header-box {
  position: fixed;
  transition: all 0.6s;
  background: #fff !important;
  box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.09);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header.fbg .header-box .box1 {
  display: none;
}
.header.fbg .header-box .box2 .headerbox2-cont {
  height: auto;
  padding: 15px 20px;
}
.header .box1 {
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e7;
}
.header .box1 .headerbox1-cont {
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .box1 .headerbox1-cont .logobox {
  flex: none;
}
.header .box1 .headerbox1-cont .right {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .box1 .headerbox1-cont .right .rbox1 {
  display: flex;
  align-items: center;
  margin-right: 70px;
}
.header .box1 .headerbox1-cont .right .rbox1 .item {
  display: flex;
  align-items: center;
}
.header .box1 .headerbox1-cont .right .rbox1 .item + .item {
  margin-left: 50px;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .imgbox {
  width: 39px;
  margin-right: 18px;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .name {
  font-size: 14px;
  color: #2E2E2E;
  line-height: 12px;
  margin-bottom: 7px;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .text {
  font-size: 18px;
  color: #2E2E2E;
  line-height: 20px;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .sharebox {
  display: flex;
  align-items: center;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .sharebox .sitem {
  width: 20px;
  border-radius: 50%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .sharebox .sitem.f {
  background-color: #3B5999;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .sharebox .sitem.t {
  background-color: #1DA1F3;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .sharebox .sitem.y {
  background-color: #DC4825;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .sharebox .sitem.l {
  background-color: #0177B5;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .sharebox .sitem.p {
  background-color: #DB2E3C;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .sharebox .sitem + .sitem {
  margin-left: 10px;
}
.header .box1 .headerbox1-cont .right .rbox1 .item .textbox .sharebox .sitem .dicon {
  color: #fff;
  font-size: 12px;
  line-height: 11px;
}
.header .box1 .headerbox1-cont .right .rbox2 .t {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.header .box1 .headerbox1-cont .right .rbox2 .t .img {
  width: 18px;
}
.header .box1 .headerbox1-cont .right .rbox2 .t .desc {
  color: #626262;
  line-height: 18px;
  font-size: 18px;
  margin-left: 8px;
  margin-right: 4px;
}
.header .box1 .headerbox1-cont .right .rbox2 .t .dicon {
  line-height: 18px;
  color: #626262;
}
.header .box1 .headerbox1-cont .right .rbox2 .b {
  display: flex;
  align-items: center;
}
.header .box1 .headerbox1-cont .right .rbox2 .b .sitem {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
}
.header .box1 .headerbox1-cont .right .rbox2 .b .sitem + .sitem {
  margin-left: 5px;
}
.header .box2 {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.header .box2 .headerbox2-cont {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 68px;
}
.header .box2 .headerbox2-cont .nav-box {
  flex: none;
}
.header .box2 .headerbox2-cont .nav-box #menuPc {
  height: 100%;
}
.header .box2 .headerbox2-cont .nav-box #menuPc .menuPcList {
  height: 100%;
}
.header .box2 .headerbox2-cont .nav-box #menuPc li {
  height: 100%;
  position: relative;
}
.header .box2 .headerbox2-cont .nav-box #menuPc li a {
  color: #1B1B1B;
  font-size: 18px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
.header .box2 .headerbox2-cont .nav-box #menuPc li.on > a,
.header .box2 .headerbox2-cont .nav-box #menuPc li:hover > a {
  color: #FE833A;
  border-color: #FE833A;
}
.header .box2 .headerbox2-cont .nav-box #menuPc li + li {
  margin-left: 35px;
}
#menuPc ul li{position:relative;}
#menuPc li .second-box{
	background:#fff;
	width:300px;
	position: absolute;
	left:50%;
	margin-left:-150px;
	top:100%;
	z-index:99;
	visibility: hidden;
	opacity:0;
	transition: all 0.2s;
	transform: translateY(10px);
}
#menuPc li:hover .second-box{
	opacity:1;
	visibility: visible;
	transform: translateY(0);
}
#menuPc li .second-box > dl > dd{
	display: block;
	border-bottom:1px solid #ccc;
	transition: all 0.6s;
	position: relative;
}
#menuPc li .second-box > dl > dd .tr-box{
	position: absolute;
	left:100%;
	top:0;
	width:220px;
	background:#FE833A;
	transform:translateX(10px);
	opacity:0;
	visibility:hidden;
}
#menuPc li .second-box > dl > dd:hover .tr-box{
	opacity:1;
	visibility: visible;
	transform: translateX(0);
}
#menuPc li .second-box > dl > dd .tr-box dd{
	display: block;
}
#menuPc li .second-box > dl > dd .tr-box dd a{
	display: block !important;
	padding:10px 10px !important;
	font-size:14px !important;
	color:#fff !important;
	border-bottom:none !important;
}
#menuPc li .second-box > dl > dd .tr-box dd a:hover{
	background:#f1f1f1 !important;
	color:#FE833A !important;
}
#menuPc li .second-box > dl > dd:hover{
	border-color:#fff;
}
#menuPc li .second-box > dl > dd > a{
	font-size:14px !important;
	padding:10px !important;
	border:none !important;
	transition:all 0.6s;
	display: block;
	color:#1a1a1a !important;
}
#menuPc li .second-box > dl > dd:hover > a{
	color:#fff !important;
	background:#FE833A;
	border:none;
}
.header .box2 .headerbox2-cont .userBtns {
  flex: none;
  display: flex;
  align-items: center;
}
.header .box2 .headerbox2-cont .userBtns .btn .dicon {
  font-size: 25px;
  color: #626262;
}
.header .box2 .headerbox2-cont .userBtns .btn .dicon:hover {
  color: #EA6700;
}
.header .box2 .headerbox2-cont .userBtns .line {
  height: 22px;
  width: 1px;
  background-color: #D2D2D2;
  margin: 0 20px;
}
.footerCont {
  background-color: #313131;
}
.footerCont .contWrapbox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.footerCont .contWrapbox .left {
  padding: 90px 40px;
  width: 490px;
  flex: none;
  background-color: #1B1B1B;
  box-sizing: border-box;
}
.footerCont .contWrapbox .left .text1 {
  font-size: 24px;
  line-height: 30px;
  color: #EEEEEE;
  margin: 20px 0 35px;
}
.footerCont .contWrapbox .left .text2 {
  font-size: 18px;
  line-height: 30px;
  color: #AAAAAA;
  margin-bottom: 35px;
}
.footerCont .contWrapbox .left .text2 a{
 color: #AAAAAA;   
}
.footerCont .contWrapbox .left .text2 a:hover{
 color: #FFFFFF;   
}
.footerCont .contWrapbox .left .sharebox {
  display: flex;
  align-items: center;
}
.footerCont .contWrapbox .left .sharebox .sitem {
  width: 34px;
  border-radius: 50%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footerCont .contWrapbox .left .sharebox .sitem.f {
  background-color: #3B5999;
}
.footerCont .contWrapbox .left .sharebox .sitem.t {
  background-color: #1DA1F3;
}
.footerCont .contWrapbox .left .sharebox .sitem.y {
  background-color: #DC4825;
}
.footerCont .contWrapbox .left .sharebox .sitem.l {
  background-color: #0177B5;
}
.footerCont .contWrapbox .left .sharebox .sitem.p {
  background-color: #DB2E3C;
}
.footerCont .contWrapbox .left .sharebox .sitem + .sitem {
  margin-left: 15px;
}
.footerCont .contWrapbox .left .sharebox .sitem .dicon {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}
.footerCont .contWrapbox .right {
  flex: auto;
  width: 100px;
}
.footerCont .contWrapbox .right .L1 {
  padding: 100px 0 75px 75px;
}
.footerCont .contWrapbox .right .list {
  display: flex;
  justify-content: space-between;
}
.footerCont .contWrapbox .right .list .item .tip {
  font-size: 24px;
  color: #DCDCDC;
  line-height: 19px;
}
.footerCont .contWrapbox .right .list .item .line {
  width: 30px;
  height: 3px;
  background-color: #FE833A;
  margin: 13px 0 25px;
}
.footerCont .contWrapbox .right .list .item .linksBox a {
  color: #AAAAAA;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
  display: block;
}
.footerCont .contWrapbox .right .list .item .linksBox a:hover {
  color: var(--d-cur-color);
}
.footerCont .contWrapbox .right .list .item .formBox {
  width: 225px;
}
.footerCont .contWrapbox .right .list .item .formBox .usedComp {
  width: 100%;
  margin-bottom: 16px;
}
.footerCont .contWrapbox .right .list .item .formBox .usedComp textarea,
.footerCont .contWrapbox .right .list .item .formBox .usedComp input {
  border-radius: 5px;
  background-color: #626262;
  width: 100%;
  color: #DCDCDC;
  font-size: 16px;
}
.footerCont .contWrapbox .right .list .item .formBox .usedComp textarea::-webkit-input-placeholder,
.footerCont .contWrapbox .right .list .item .formBox .usedComp input::-webkit-input-placeholder {
  color: #DCDCDC;
}
.footerCont .contWrapbox .right .list .item .formBox .usedComp textarea {
  padding: 10px 14px;
}
.footerCont .contWrapbox .right .list .item .formBox #xhlFormSubmit {
  width: 100%;
  background-color: #FE833A;
  color: #313131;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-top: 0px;
}
.footerCont .contWrapbox .right .L2 {
  padding: 32px 0;
  text-align: right;
  font-size: 16px;
  color: #EEEEEE;
}
.indexpage {
  background: #fff;
}
.indexpage .banner {
  position: relative;
}
.indexpage .banner .swiper-pagination {
  bottom: 33px;
}
.indexpage .banner .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,.5);
    border-radius:0;
}
.indexpage .banner .swiper-pagination-bullet-active {
  background-color: #ccc;
}
.indexpage .banner .title1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    color:#1B1B1B;
}

.indexpage .banner .title3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 20px;
    color:#1B1B1B;
}
.indexpage .banner .eq2 .title1 ,.indexpage .banner .eq2 .title3{
	color: #fff;
}


.indexpage .banner .eq5 .title1 ,.indexpage .banner .eq5 .title3{
	color: #fff;
}
.indexpage .banner .eq6 .title1 ,.indexpage .banner .eq6 .title3{
	color: #fff;
}
.eq3 .carousel-caption{width:100%}
.eq3 .carousel-caption .cont-banner-home{max-width:1440px;margin:0 auto;}
.eq4 .carousel-caption{width:100%}
.eq4 .carousel-caption .cont-banner-home{max-width:1440px;margin:0 auto;text-align:right;}


.indexpage .banner .eq6 .title1 ,.indexpage .banner .eq6 .title3{
	color: #fff;
}

.eq7 .carousel-caption{width:100%}
.eq7 .carousel-caption .cont-banner-home{max-width:1440px;margin:0 auto;text-align:right;}
.indexpage .banner .eq7 .title1 ,.indexpage .banner .eq7 .title3{
	color: #fff;
}
.indexpage .banner .eq9 .title1 ,.indexpage .banner .eq9 .title3{
	color: #fff;
}

.btnDEKAwhite {
    background: linear-gradient(rgb(241, 241, 241) 5%, rgb(255,255, 255) 100%) rgb(241, 241, 241);
    border-radius: 20px;
    border: 0px solid rgb(241, 241, 241);
    display: inline-block;
    cursor: pointer;
    color: rgb(64, 64, 62);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: rgb(241 241 241) 0px 1px 0px;
    text-align: center;
    min-width: 225px;
    margin-top: 20px;
}

.indexpage .banner .btn {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.indexpage .banner .btn:hover .dicon {
  color: var(--d-cur-color);
}
.indexpage .banner .btn.prev {
  left: 30px;
}
.indexpage .banner .btn.next {
  right: 30px;
}
.indexpage .banner .btn .dicon {
  font-size: 64px;
  color: #fff;
}
/*.indexpage .banner .bg-box img {*/
/*  transition: all ease-in 2.6s;*/
/*  transform: scale(1.1);*/
/*}*/
/*.indexpage .banner .swiper-slide-active .bg-box img {*/
/*  transform: scale(1);*/
/*}*/
.indexpage .indexMain .index-sec1 {
  margin-top: 100px;
}
.indexpage .indexMain .index-sec1 .sectip {
  font-size: 46px;
  color: #333;
  text-align: center;
  line-height: 45px;
  font-family: 'Roboto-Bold';
  margin-bottom: 60px;
}
.indexpage .indexMain .index-sec1 .listbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.indexpage .indexMain .index-sec1 .listbox .item {
  width: 31.94444%;
  position: relative;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 10px;
}
.indexpage .indexMain .index-sec1 .listbox .item:hover .descbox {
  height: 100%;
  top: 0;
  padding-top: 0;
} 
.indexpage .indexMain .index-sec1 .listbox .item .imgbox {
  padding-bottom: 121.73913%;
  position: relative;
  width: 100%;
}
.indexpage .indexMain .index-sec1 .listbox .item .descbox {
	display: flex;
	flex-direction: column;
	align-items: center;
  justify-content: center;
	position: absolute;
	left: 0;
	top: 77% ;
  width: 100%;
  height: 30% ;
  padding-top: 32px;
  background-color: rgb(32, 45, 96, 0.8);
  transition: all 0.3s ease;
  text-align: center;
  color: #FEFEFF;
}
@media (max-width:1300px) and (min-width:1101px){
		.indexpage .indexMain .index-sec1 .listbox .item .descbox{
		padding-top:18px;
	}
}

.indexpage .indexMain .index-sec1 .listbox .item .descbox .title {
  font-size: 30px;
  line-height: 23px;
   margin-bottom: 15px;
}
.indexpage .indexMain .index-sec1 .listbox .item .descbox .title a {
  color: #fff;
}
/* .indexpage .indexMain .index-sec1 .listbox .item .descbox .title a:hover{
	color:rgb(70, 53, 110);
} */
.indexpage .indexMain .index-sec1 .listbox .item .descbox .title:after {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  background-color: #fff;
  margin: 14px auto 0;
}
.indexpage .indexMain .index-sec1 .listbox .item .descbox .subtitle {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 43px;
}
.indexpage .indexMain .index-sec1 .listbox .item .descbox .text {
  font-size: 18px;
  line-height: 28px;
  width: 350px;
  margin: 0 auto;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.indexpage .indexMain .index-sec1 .listbox .item .descbox .more {
  max-width: 80%;
  margin-top: 75px;
  width: 330px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FEFEFF;
  font-size: 20px;
}
.indexpage .indexMain .index-sec1 .listbox .item .descbox .more:hover {
  color: var(--d-cur-color);
  background-color: #fff;
}
.indexpage .indexMain .index-sec1 .aboutbox {
  margin-top: 185px;
  margin-bottom: 175px;
  display: flex;
  justify-content: space-between;
}
.indexpage .indexMain .index-sec1 .aboutbox .leftbox {
  width: 650px;
  height: 520px;
  overflow: hidden;
  border-radius: 18px;
  flex: none;
  position: relative;
}
.indexpage .indexMain .index-sec1 .aboutbox .leftbox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexpage .indexMain .index-sec1 .aboutbox .leftbox .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexpage .indexMain .index-sec1 .aboutbox .leftbox .over .play {
  cursor: pointer;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox {
  margin-left: 70px;
  width: 100px;
  flex: auto;
  padding-top: 35px;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox .tip {
  color: #333;
  font-family: 'Roboto-Bold';
  line-height: 60px;
  font-size: 46px;
  margin-bottom: 30px;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox .desc {
  color: #707070;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox .numlist {
  display: flex;
  align-items: center;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox .numlist .item {
  display: flex;
  align-items: center;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox .numlist .item img {
  flex: none;
  margin-right: 15px;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox .numlist .item .descbox .f1 {
  display: flex;
  align-items: flex-end;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox .numlist .item .descbox .f1 .num {
  font-size: 48px;
  color: #FE833A;
  font-family: 'Roboto-Bold';
  line-height: 36px;
  margin-right: 8px;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox .numlist .item .descbox .f1 .unit {
  color: #0A1336;
  font-size: 24px;
  line-height: 20px;
}
.indexpage .indexMain .index-sec1 .aboutbox .rightbox .numlist .item .descbox .f2 {
  margin-top: 10px;
  color: #605E5E;
  line-height: 24px;
  font-size: 18px;
}
.indexpage .indexMain .index-sec2 {
  padding: 90px 0;
  background: linear-gradient(64deg, #F76C5D, #FE833A);
}
.indexpage .indexMain .index-sec2 .contboxwrap {
  position: relative;
}
.indexpage .indexMain .index-sec2 .sectip {
  font-size: 46px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  font-family: 'Roboto-Bold';
  margin-bottom: 50px;
}
.indexpage .indexMain .index-sec2 .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 34px;
}
.indexpage .indexMain .index-sec2 .btns .btn {
  cursor: pointer;
}
.indexpage .indexMain .index-sec2 .btns .btn .dicon {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.indexpage .indexMain .index-sec2 .btns .line {
  width: 2px;
  height: 13px;
  background-color: #e7ad8a;
  margin: 0 10px;
}
.indexpage .indexMain .index-sec2 .list {
  user-select: none;
}
.indexpage .indexMain .index-sec2 .list .item .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 67.64706%;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.indexpage .indexMain .index-sec2 .list .item .title {
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.indexpage .indexMain .index-sec2 .list .item .desc {
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.indexpage .indexMain .index-sec3 {
  margin: 140px 0 90px;
}
.indexpage .indexMain .index-sec3 .sectip {
  font-size: 46px;
  color: #333;
  text-align: center;
  line-height: 45px;
  font-family: 'Roboto-Bold';
  margin-bottom: 60px;
}
.indexpage .indexMain .index-sec3 .contbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.indexpage .indexMain .index-sec3 .contbox .left {
  width: 710px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  flex: none;
}
.indexpage .indexMain .index-sec3 .contbox .left .imgbox {
  width: 100%;
  padding-bottom: 65.91549%;
  position: relative;
}
.indexpage .indexMain .index-sec3 .contbox .left .over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.indexpage .indexMain .index-sec3 .contbox .left .over:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}
.indexpage .indexMain .index-sec3 .contbox .left .over .desc {
  padding: 0 25px 25px;
}
.indexpage .indexMain .index-sec3 .contbox .left .over .desc .time {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 14px;
}
.indexpage .indexMain .index-sec3 .contbox .left .over .desc .time .dicon {
  font-size: 16px;
  margin-right: 6px;
}
.indexpage .indexMain .index-sec3 .contbox .left .over .desc .title {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.indexpage .indexMain .index-sec3 .contbox .left .over .desc .title:hover {
  color: var(--d-cur-color);
}
.indexpage .indexMain .index-sec3 .contbox .right {
  width: 100px;
  flex: auto;
}
.indexpage .indexMain .index-sec3 .contbox .right .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 20px;
  height: 100%;
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item {
  width: 345px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item .imgbox {
  width: 100%;
  padding-bottom: 64.92753%;
  position: relative;
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item .over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.6s;
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item .over:hover {
  background:rgba(0, 0, 0, 0.3);
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item .over .desc {
  padding: 0 15px 10px;
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item .over .desc .time {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 10px;
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item .over .desc .time .dicon {
  font-size: 16px;
  margin-right: 6px;
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item .over .desc .title {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.indexpage .indexMain .index-sec3 .contbox .right .list .item .over .desc .title:hover {
  color: var(--d-cur-color);
}
.indexpage .indexMain .index-sec4 {
  user-select: none;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
  height: 124px;
  display: flex;
  align-items: center;
}
.indexpage .indexMain .index-sec4 .swiper-wrapper {
  display: flex;
  align-items: center;
}
.productMain {
  margin-top: 35px;
}
.productMain .contwrapbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.productMain .contwrapbox .leftnav {
  width: 400px;
  flex: none;
  margin-right: 38px;
}
.productMain .contwrapbox .leftnav .tip {
  height: 65px;
  background: linear-gradient(36deg, #F76C5D 0%, #FE833A 100%);
  display: flex;
  align-items: center;
  padding-left: 25px;
  border-radius: 3px;
  color: #fff;
  font-family: 'Roboto-Bold';
  font-size: 24px;
  box-sizing: border-box;
}
.productMain .contwrapbox .leftnav .navlist {
  background-color: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
}
.productMain .contwrapbox .leftnav .navlist .item {
  font-size: 18px;
  color: #555555;
  display: flex;
  align-items: center;
  border-radius: 3px;
  height: 50px;
  padding-left: 20px;
  margin: 0 6px 1px;
}
.productMain .contwrapbox .leftnav .navlist .item.l1 {
  padding-left: 26px;
  margin: 0 0 1px;
  border-radius: 0;
  background-color: #E5E5E5;
}
.productMain .contwrapbox .leftnav .navlist .item:hover,
.productMain .contwrapbox .leftnav .navlist .item.on {
  padding-left: 20px;
  margin: 0 6px 1px !important;
  border-radius: 3px;
  color: #fff;
  background: linear-gradient(36deg, #F76C5D 0%, #FE833A 100%);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
}
.productMain .contwrapbox .right {
  flex: auto;
  width: 100%;
}
.productMain .contwrapbox .right .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productMain .contwrapbox .right .list .item {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  width: 32.2%;
  margin-bottom: 16px;
}
.productMain .contwrapbox .right .list .item.ishot .imgbox:after {
  content: attr(data-hot);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 11px;
  top: 11px;
  font-size: 16px;
  color: #fff;
  height: 30px;
  width: 70px;
  font-family: 'Roboto-Medium';
  background: linear-gradient(36deg, #F76C5D 0%, #FE833A 100%);
}
.productMain .contwrapbox .right .list .item:hover .desc .title {
  background-color: var(--d-cur-color);
  color: #fff;
}
.productMain .contwrapbox .right .list .item.flexempty {
  border: none;
  margin-bottom: 0px;
}
.productMain .contwrapbox .right .list .item .imgbox {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background-color: #fff;
}
.productMain .contwrapbox .right .list .item .desc .title {
  background-color: #F9F9F9;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #626262;
  font-size: 18px;
  font-family: 'Roboto-Medium';
}
.mbx {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #7D7D7D;
}
.mbx a {
  color: #7D7D7D;
}
.mbx a:hover {
  color: var(--d-cur-color);
}
.mbx .gt {
  margin: 0 3px;
}
.aboutMain {
  margin-top: 10px;
}
.aboutMain .sec1 {
  margin-bottom: 100px;
}
.aboutMain .sec1 .aboutbox {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
.aboutMain .sec1 .aboutbox .leftbox {
  width: 650px;
  height: 520px;
  overflow: hidden;
  border-radius: 18px;
  flex: none;
  position: relative;
}
.aboutMain .sec1 .aboutbox .leftbox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutMain .sec1 .aboutbox .leftbox .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutMain .sec1 .aboutbox .leftbox .over .play {
  cursor: pointer;
}
.aboutMain .sec1 .aboutbox .rightbox {
  margin-left: 70px;
  width: 100px;
  flex: auto;
  padding-top: 45px;
}
.aboutMain .sec1 .aboutbox .rightbox .tip {
  color: #333;
  font-family: 'Roboto-Bold';
  line-height: 60px;
  font-size: 46px;
  margin-bottom: 30px;
}
.aboutMain .sec1 .aboutbox .rightbox .desc {
  color: #707070;
  font-size: 18px;
  line-height: 28px;
}
.aboutMain .sec1 .aboutbox .rightbox .numlist {
  display: flex;
  align-items: center;
}
.aboutMain .sec1 .aboutbox .rightbox .numlist .item {
  display: flex;
  align-items: center;
}
.aboutMain .sec1 .aboutbox .rightbox .numlist .item img {
  flex: none;
  margin-right: 15px;
}
.aboutMain .sec1 .aboutbox .rightbox .numlist .item .descbox .f1 {
  display: flex;
  align-items: flex-end;
}
.aboutMain .sec1 .aboutbox .rightbox .numlist .item .descbox .f1 .num {
  font-size: 48px;
  color: #FE833A;
  font-family: 'Roboto-Bold';
  line-height: 36px;
  margin-right: 8px;
}
.aboutMain .sec1 .aboutbox .rightbox .numlist .item .descbox .f1 .unit {
  color: #0A1336;
  font-size: 24px;
  line-height: 20px;
}
.aboutMain .sec1 .aboutbox .rightbox .numlist .item .descbox .f2 {
  margin-top: 10px;
  color: #605E5E;
  line-height: 24px;
  font-size: 18px;
}
.aboutMain .sec2 {
  background: url('../images/about_img1.png') center center no-repeat;
  background-size: cover;
  padding: 90px 0 220px;
}
.aboutMain .sec2 .tip {
  color: #fff;
  font-size: 46px;
  font-family: 'Roboto-Bold';
  line-height: 35px;
  text-align: center;
  margin-bottom: 85px;
}
.aboutMain .sec2 .numlist {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutMain .sec2 .numlist .item {
  display: flex;
  align-items: center;
  padding: 0 125px;
  position: relative;
}
.aboutMain .sec2 .numlist .item + .item:before {
  content: '';
  display: block;
  width: 1px;
  height: 89px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aboutMain .sec2 .numlist .item img {
  flex: none;
  margin-right: 20px;
}
.aboutMain .sec2 .numlist .item .descbox .f1 {
  display: flex;
  align-items: flex-end;
}
.aboutMain .sec2 .numlist .item .descbox .f1 .num {
  font-size: 48px;
  color: #fff;
  font-family: 'Roboto-Bold';
  line-height: 36px;
  margin-right: 8px;
}
.aboutMain .sec2 .numlist .item .descbox .f1 .unit {
  color: #fff;
  font-size: 24px;
  line-height: 20px;
}
.aboutMain .sec2 .numlist .item .descbox .f2 {
  margin-top: 10px;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}
.aboutMain .sec3 {
  margin-top: -135px;
}
.aboutMain .sec3 .contwrapbox {
  background-color: #fff;
  border-radius: 20px;
  padding: 85px 0 165px;
}
.aboutMain .sec3 .contwrapbox .tip {
  font-size: 46px;
  color: #333;
  font-family: 'Roboto-Bold';
  text-align: center;
  line-height: 36px;
  margin-bottom: 25px;
}
.aboutMain .sec3 .contwrapbox .desc {
  margin: 0 auto;
  width: 1025px;
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  text-align: center;
}

.productMain .sec3 {
        margin-bottom: 50px;
}
.productMain .sec3  .tip {
  font-size: 46px;
  color: #333;
  font-family: 'Roboto-Bold';
  text-align: center;
  line-height: 36px;
  margin-bottom: 25px;
}
.productMain .sec3  .desc {
  margin: 0 auto;
  width: 1025px;
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  text-align: center;
}
.aboutMain .sec3 .contwrapbox .listWrap {
  margin-top: 50px;
  position: relative;
}
.aboutMain .sec3 .contwrapbox .listWrap .list {
  width: 1300px;
  margin: 0 auto;
}
.aboutMain .sec3 .contwrapbox .listWrap .list .item {
  border: 4px solid #7e5321;
  box-sizing: border-box;
}
.aboutMain .sec3 .contwrapbox .listWrap .list .imgBox {
  padding-bottom: 137.91667%;
  position: relative;
}
.aboutMain .sec3 .contwrapbox .listWrap .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #A0A0A0;
  cursor: pointer;
}
.aboutMain .sec3 .contwrapbox .listWrap .btn:hover {
  color: #FB9606;
}
.aboutMain .sec3 .contwrapbox .listWrap .btn.prev {
  left: 20px;
}
.aboutMain .sec3 .contwrapbox .listWrap .btn.next {
  right: 20px;
}
.aboutMain .sec3 .contwrapbox .listWrap .btn .dicon {
  font-size: 35px;
}
.aboutMain .sec4 .contwrapbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 135px;
}
.aboutMain .sec4 .contwrapbox .left {
  width: 705px;
  margin-right: 27px;
  flex: none;
}
.aboutMain .sec4 .contwrapbox .left .imgbox {
  position: relative;
  padding-bottom: 69.78723%;
  border-radius: 10px;
  overflow: hidden;
}
.aboutMain .sec4 .contwrapbox .right {
  width: 100%;
  flex: auto;
}
.aboutMain .sec4 .contwrapbox .right .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutMain .sec4 .contwrapbox .right .list .item {
  width: 345px;
  height: 235px;
  background-color: #F9F9F9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.aboutMain .sec4 .contwrapbox .right .list .item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.aboutMain .sec4 .contwrapbox .right .list .item:hover {
  background: linear-gradient(45deg, #FE833A 0%, #F76C5D 100%);
}
.aboutMain .sec4 .contwrapbox .right .list .item:hover .normal {
  display: none;
}
.aboutMain .sec4 .contwrapbox .right .list .item:hover .hover {
  display: block;
}
.aboutMain .sec4 .contwrapbox .right .list .item:hover .desc,
.aboutMain .sec4 .contwrapbox .right .list .item:hover .tip {
  color: #fff;
}
.aboutMain .sec4 .contwrapbox .right .list .item .hover {
  display: none;
}
.aboutMain .sec4 .contwrapbox .right .list .item .tip {
  font-size: 20px;
  color: #1B1B1B;
  line-height: 20px;
  margin: 20px 0 15px;
}
.aboutMain .sec4 .contwrapbox .right .list .item .desc {
  width: 250px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
}
.caseMain {
  margin-top: 10px;
  margin-bottom: 130px;
}
.caseMain .sec1 .list {
  margin-top: 55px;
}
.caseMain .sec1 .list .item {
  display: flex;
  background-color: #F8F8F8;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.caseMain .sec1 .list .item:hover {
  background: #fff url('../images/case_bg.png') center right no-repeat;
  background-size: contain;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.caseMain .sec1 .list .item .left {
  width: 457px;
  flex: none;
  margin-right: 55px;
}
.caseMain .sec1 .list .item .left .imgbox {
  padding-bottom: 56.11354%;
  width: 100%;
  position: relative;
}
.caseMain .sec1 .list .item .right {
  flex: auto;
  width: 100px;
  box-sizing: border-box;
  padding-right: 170px;
  padding-top: 40px;
}
.caseMain .sec1 .list .item .right .title {
  color: #252422;
  line-height: 21px;
  font-size: 22px;
  display: block;
}
.caseMain .sec1 .list .item .right .title:hover {
  color: var(--d-cur-color);
}
.caseMain .sec1 .list .item .right .line {
  width: 67px;
  background: #FE833A;
  height: 2px;
  margin: 10px 0 35px;
}
.caseMain .sec1 .list .item .right .desc {
  color: #A0A0A0;
  font-size: 15px;
  line-height: 22px;
}
.pageDetailBox {
  margin-top: 10px;
}
.pageDetailBox .titlebox {
  margin-top: 60px;
  padding: 0 80px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 38px;
}
.pageDetailBox .titlebox .title {
  font-size: 36px;
  color: #1b1b1b;
  font-family: 'Roboto-Bold';
  line-height: 35px;
  margin-bottom: 20px;
}
.pageDetailBox .titlebox .infoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.pageDetailBox .titlebox .infoBox .sharebox {
  display: flex;
  align-items: center;
  flex: none;
}
.pageDetailBox .titlebox .infoBox .sharebox .sitem {
  width: 30px;
  border-radius: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pageDetailBox .titlebox .infoBox .sharebox .sitem.f {
  background-color: #3B5999;
}
.pageDetailBox .titlebox .infoBox .sharebox .sitem.t {
  background-color: #1DA1F3;
}
.pageDetailBox .titlebox .infoBox .sharebox .sitem.y {
  background-color: #DC4825;
}
.pageDetailBox .titlebox .infoBox .sharebox .sitem.l {
  background-color: #0177B5;
}
.pageDetailBox .titlebox .infoBox .sharebox .sitem.p {
  background-color: #DB2E3C;
}
.pageDetailBox .titlebox .infoBox .sharebox .sitem + .sitem {
  margin-left: 10px;
}
.pageDetailBox .titlebox .infoBox .sharebox .sitem .dicon {
  color: #fff;
  font-size: 12px;
  line-height: 11px;
}
.pageDetailBox .titlebox .infoBox .timebox {
  flex: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.pageDetailBox .titlebox .infoBox .timebox .view {
  margin-left: 20px;
}
.pageDetailBox .descbox {
  padding: 0 80px 70px;
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}
.pageDetailBox .descbox h1,.pageDetailBox .descbox h2,.pageDetailBox .descbox h3,.pageDetailBox .descbox h4,.pageDetailBox .descbox h5,.pageDetailBox .descbox h6{
	color:#333;
}
.pageDetailBox .descbox img {
  display: block;
  text-align: center;
  margin: 12px auto 50px;
}
.pageDetailBox .otherpages {
  padding: 0 80px;
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}
.pageDetailBox .otherpages .item {
  display: flex;
}
.pageDetailBox .otherpages .item .imgboxWrap {
  width: 156px;
  flex: none;
  margin-right: 20px;
}
.pageDetailBox .otherpages .item .imgboxWrap .imgbox {
  padding-bottom: 57.69231%;
  position: relative;
}
.pageDetailBox .otherpages .item .linkbox {
  padding-top: 5px;
}
.pageDetailBox .otherpages .item .linkbox .title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pageDetailBox .otherpages .item .linkbox .title:hover {
  color: #FB9606;
}
.pageDetailBox .otherpages .item .linkbox .btn {
  display: block;
  margin-top: 13px;
  color: #FB9606;
  font-size: 16px;
  line-height: 13px;
}
.communicationMain {
  margin-top: 10px;
  margin-bottom: 130px;
}
.communicationMain .list {
  margin-top: 55px;
}
.communicationMain .list .item {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.communicationMain .list .item .descbox {
  margin-right: 45px;
  flex: auto;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  padding-top: 75px;
}
.communicationMain .list .item .descbox .infobox {
  color: #F76C5D;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.communicationMain .list .item .descbox .infobox .line {
  margin: 0 22px;
}
.communicationMain .list .item .descbox .title {
  font-size: 26px;
  color: #333;
  line-height: 28px;
  font-family: 'Roboto-Medium';
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.communicationMain .list .item .descbox .title:hover {
  color: #F76C5D;
}
.communicationMain .list .item .descbox .desc {
  color: #888;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.communicationMain .list .item .right {
  flex: none;
  width: 514px;
}
.communicationMain .list .item .right .imgbox {
  position: relative;
  padding-bottom: 59.02913%;
}
.downloadMain {
  margin: 10px 0 130px;
}
.downloadMain .list {
  margin-top: 65px;
  display: grid;
  grid-gap: 25px 25px;
  grid-template-columns: repeat(auto-fit, 217px);
}
.downloadMain .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  overflow: hidden;
  height: 217px;
  cursor: pointer;
  padding: 0 15px;
}
.downloadMain .list .item:hover {
  background: linear-gradient(42deg, #FE833A 0%, #F76C5D 100%);
}
.downloadMain .list .item:hover .title {
  color: #fff;
}
.downloadMain .list .item:hover .hover {
  display: block;
}
.downloadMain .list .item:hover .normal {
  display: none;
}
.downloadMain .list .item .title {
  color: #1b1b1b;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.downloadMain .list .item .hover {
  display: none;
}
.contactMain {
  margin-top: 10px;
}
.contactMain .sec1 {
  margin-top: 55px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.contactMain .sec1 .left {
  flex: auto;
  width: 100%;
  margin-right: 110px;
}
.contactMain .sec1 .left .tip {
  font-size: 50px;
  color: #1b1b1b;
  line-height: 37px;
  font-family: 'Roboto-Bold';
  margin-bottom: 30px;
}
.contactMain .sec1 .left .contactlist {
  margin-bottom: 60px;
}
.contactMain .sec1 .left .contactlist .item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 20px;
  border-left: 5px solid #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
}
.contactMain .sec1 .left .contactlist .item:hover {
  border-color: #FE833A;
}
.contactMain .sec1 .left .contactlist .item .img {
  margin-right: 27px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #F2F2F2;
}
.contactMain .sec1 .left .contactlist .item .img .dicon {
  font-size: 25px;
  color: #888;
}
.contactMain .sec1 .left .contactlist .item .textbox .tip1 {
  font-size: 18px;
  line-height: 16px;
  color: #626262;
  font-family: 'Roboto-Medium';
}
.contactMain .sec1 .left .contactlist .item .textbox .text {
  margin-top: 9px;
  font-size: 18px;
  line-height: 16px;
  color: #626262;
}
.contactMain .sec1 .left .sharebox {
  display: flex;
  align-items: center;
  flex: none;
}
.contactMain .sec1 .left .sharebox .sitem {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contactMain .sec1 .left .sharebox .sitem.f {
  background-color: #3B5999;
}
.contactMain .sec1 .left .sharebox .sitem.t {
  background-color: #1DA1F3;
}
.contactMain .sec1 .left .sharebox .sitem.y {
  background-color: #DC4825;
}
.contactMain .sec1 .left .sharebox .sitem.l {
  background-color: #0177B5;
}
.contactMain .sec1 .left .sharebox .sitem.p {
  background-color: #DB2E3C;
}
.contactMain .sec1 .left .sharebox .sitem + .sitem {
  margin-left: 20px;
}
.contactMain .sec1 .left .sharebox .sitem .dicon {
  color: #fff;
  font-size: 12px;
  line-height: 11px;
}
.contactMain .sec1 .right {
  width: 620px;
  height: 620px;
  border-radius: 20px;
  flex: none;
}
.messageboxWrap {
  background: url('../images/messagebox_bg.png') center center no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 95px;
}
.messageboxWrap .tip {
  text-align: center;
  font-size: 50px;
  font-family: 'Roboto-Bold';
  color: #1b1b1b;
  line-height: 47px;
  margin-bottom: 35px;
}
.messageboxWrap .usedComp:nth-child(5) {
  width: 100%;
}
.messageboxWrap fieldset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.messageboxWrap #xhlFormSubmit {
  margin-top: 5px;
  width: 200px;
  height: 50px;
  color: #fff;
  border-radius: 3px;
  line-height: 50px;
  font-size: 18px;
  background: linear-gradient(36deg, #FE833A 0%, #F76C5D 100%);
}
.messageboxWrap .usedComp {
  float: none !important;
  width: 44%;
  margin-bottom: 40px;
}
.messageboxWrap .usedComp .xhl-control-label {
  color: #7D7D7D;
  font-size: 16px;
}
.messageboxWrap .usedComp textarea,
.messageboxWrap .usedComp input {
  background-color: #fff;
  border: 1px solid #E8ECEF;
  border-radius: 3px;
}
.messageboxWrap .usedComp input {
  height: 50px;
}
.messageboxWrap .usedComp textarea {
  padding: 20px;
}
.productdetailPage .header.fbg .box1 {
  display: block !important;
}
.productdetailPage .header.fbg .box2 .headerbox2-cont {
  height: 68px  !important;
  padding: 0 20px !important;
}
.productdetailPage .header.fbg .header-box {
  position: static !important;
}
.productDetailMain .detailNavbox {
  background-color: #1B1B1B;
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 9;
}
.productDetailMain .detailNavbox .navlist {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.productDetailMain .detailNavbox .navlist li {
  height: 100%;
}
.productDetailMain .detailNavbox .navlist li + li {
  margin-left: 40px;
}
.productDetailMain .detailNavbox .navlist li a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  box-sizing: border-box;
  padding: 0 25px;
  border-bottom: 6px solid transparent;
}
.productDetailMain .detailNavbox .navlist li a.active,
.productDetailMain .detailNavbox .navlist li a:hover {
  border-color: #FE833A;
}
.productDetailMain .sec1 {
  margin-top: 65px;
  margin-bottom: 100px;
}
.productDetailMain .sec1 .contwrapbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.productDetailMain .sec1 .contwrapbox .left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 70px;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox {
  margin-right: 6px;
  user-select: none;
  flex: none;
  padding-top: 34px;
  width: 100px;
  position: relative;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .smallSwiper {
  height: 430px;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .smallSwiper .swiper-slide {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .smallSwiper .swiper-slide .imgbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .smallSwiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #FE833A;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 26px;
  background: #F3F3F3;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .btn:hover {
  background-color: #FE833A;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .btn:hover .dicon {
  color: #fff;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .btn.prev {
  top: 0;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .btn.next {
  bottom: -36px;
}
.productDetailMain .sec1 .contwrapbox .left .smallBox .btn .dicon {
  font-size: 20px;
  line-height: 26px;
  color: #888888;
}
.productDetailMain .sec1 .contwrapbox .left .bigbox {
  user-select: none;
  flex: none;
  width: 500px;
  height: 500px;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
}
.productDetailMain .sec1 .contwrapbox .right {
  width: 100%;
  flex: auto;
  padding-top: 10px;
}
.productDetailMain .sec1 .contwrapbox .right .title {
  font-size: 30px;
  color: #1B1B1B;
  font-family: 'Roboto-Bold';
  line-height: 33px;
  margin-bottom: 18px;
}
.productDetailMain .sec1 .contwrapbox .right .descbox {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #D2D2D2;
}
.productDetailMain .sec1 .contwrapbox .right .descbox .tip1 {
  color: #1A1B20;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Roboto-Medium';
  margin-bottom: 15px;
}
.productDetailMain .sec1 .contwrapbox .right .descbox .desc {
  color: #7D7D7D;
  font-size: 16px;
  line-height: 24px;
}
.productDetailMain .sec1 .contwrapbox .right .descbox .desc .text {
  margin-bottom: 15px;
}
.productDetailMain .sec1 .contwrapbox .right .sharebox {
  display: flex;
  align-items: center;
}
.productDetailMain .sec1 .contwrapbox .right .sharebox .sitem {
  width: 35px;
  border-radius: 50%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.productDetailMain .sec1 .contwrapbox .right .sharebox .sitem.f {
  background-color: #3B5999;
}
.productDetailMain .sec1 .contwrapbox .right .sharebox .sitem.t {
  background-color: #1DA1F3;
}
.productDetailMain .sec1 .contwrapbox .right .sharebox .sitem.y {
  background-color: #DC4825;
}
.productDetailMain .sec1 .contwrapbox .right .sharebox .sitem.l {
  background-color: #0177B5;
}
.productDetailMain .sec1 .contwrapbox .right .sharebox .sitem.p {
  background-color: #DB2E3C;
}
.productDetailMain .sec1 .contwrapbox .right .sharebox .sitem + .sitem {
  margin-left: 10px;
}
.productDetailMain .sec1 .contwrapbox .right .sharebox .sitem .dicon {
  color: #fff;
  font-size: 12px;
  line-height: 11px;
}
.productDetailMain .sec1 .contwrapbox .right .btns {
  margin-top: 50px;
  display: flex;
}
.productDetailMain .sec1 .contwrapbox .right .btns .btn {
  width: 164px;
  height: 48px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  background-color: #FE833A;
  border-radius: 3px;
  justify-content: center;
}
.productDetailMain .sec1 .contwrapbox .right .btns .btn + .btn {
  margin-left: 12px;
}
.productDetailMain .sec1 .contwrapbox .right .btns .btn:hover {
  background-color: #F76C5D;
}
.productDetailMain .sec1 .contwrapbox .right .btns .btn img {
  margin-right: 14px;
}
.productDetailMain .sec2 {
  background-color: #000000;
  padding: 90px 0;
}
.productDetailMain .sec2 .tip {
  font-size: 50px;
  color: #fff;
  font-family: 'Roboto-Bold';
/*   line-height: 37px; */
  text-align: center;
}
.productDetailMain .sec2 .desc {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin: 30px 0 40px;
}
.productDetailMain .sec2 .imgbox img {
  width: 100%;
}
.productDetailMain .secimgbg {
  width: 100%;
}
.productDetailMain .secimgbg img {
  width: 100%;
}
.productDetailMain .sec3 {
  position: relative;
}
.productDetailMain .sec3 .m-width-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.productDetailMain .sec3 .m-width-content .contwrapbox {
  height: 100%;
  box-sizing: border-box;
  padding-top: 125px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.productDetailMain .sec3 .m-width-content .contwrapbox .tip {
  font-size: 50px;
  color: #1b1b1b;
  font-family: 'Roboto-Bold';
  text-align: right;
  line-height: 50px;
}
.productDetailMain .sec3 .m-width-content .contwrapbox .desc {
  text-align: right;
  width: 675px;
  margin-top: 35px;
  color: #626262;
  line-height: 24px;
  font-size: 16px;
}
.productDetailMain .sec4 {
  background-color: #fff;
  padding: 140px 0 110px;
}
.productDetailMain .sec4 .tip {
  font-size: 50px;
  color: #1B1B1B;
  font-family: 'Roboto-Bold';
/*   line-height: 37px; */
  text-align: center;
}
.productDetailMain .sec4 .desc {
  text-align: center;
  font-size: 18px;
  color: #626262;
  line-height: 24px;
  margin: 30px 0 40px;
}
.productDetailMain .sec4 .imgbox img {
  width: 100%;
}
.productDetailMain .sec5 {
  position: relative;
}
.productDetailMain .sec5 .m-width-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.productDetailMain .sec5 .m-width-content .contwrapbox {
  height: 100%;
  box-sizing: border-box;
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.productDetailMain .sec5 .m-width-content .contwrapbox .tip {
  font-size: 50px;
  color: #fff;
  font-family: 'Roboto-Bold';
  text-align: left;
  line-height: 50px;
}
.productDetailMain .sec5 .m-width-content .contwrapbox .desc {
  text-align: left;
  width: 675px;
  margin-top: 35px;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
}
.productDetailMain .sec6 {
  position: relative;
}
.productDetailMain .sec6 .m-width-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.productDetailMain .sec6 .m-width-content .contwrapbox {
  height: 100%;
  box-sizing: border-box;
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.productDetailMain .sec6 .m-width-content .contwrapbox .tip {
  font-size: 50px;
  color: #fff;
  font-family: 'Roboto-Bold';
  text-align: right;
  line-height: 50px;
}
.productDetailMain .sec6 .m-width-content .contwrapbox .desc {
  text-align: right;
  width: 675px;
  margin-top: 35px;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
}
.productDetailMain .sec7 {
  margin: 85px 0 100px;
}
.productDetailMain .sec7 .tip {
  font-size: 50px;
  color: #000;
  font-family: 'Roboto-Bold';
  line-height: 37px;
  text-align: center;
}
.productDetailMain .sec7 .dateSheetBox {
  margin-top: 45px;
}
.productDetailMain .sec7 .dateSheetBox .table table {
  width: 100%;
}
.productDetailMain .sec7 .dateSheetBox .table tr:nth-of-type(odd) {
  background-color: #F8F8F8;
}
.productDetailMain .sec7 .dateSheetBox .table td {
  border: #EDEDED 1px solid;
  padding: 15px;
  color: #888;
  text-align: center;
  font-weight: 300;
}
.productDetailMain .sec7 .dateSheetBox .table tr:nth-of-type(1) td {
  font-weight: 500;
  color: #333;
}
/* hifu */
.header_hifu {
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
}
.header_hifu.fbg .header-box {
  position: fixed;
  transition: all 0.6s;
  background: #FFFFFF !important;
  box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.09);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header_hifu.fbg .header-box .box1 {
  display: none;
}
.header_hifu.fbg .header-box .box2 .headerbox2-cont {
  height: auto;
  padding: 15px 20px;
}
.header_hifu.fbg .header-box .box2 .headerbox2-cont .logobox {
  display: none;
}
.header_hifu.fbg .header-box .box2 .headerbox2-cont .nav-box #menuPc a {
  color: #1B1B1B;
}
.header_hifu.fbg .header-box .box2 .headerbox2-cont .userBtns .btn .dicon {
  color: #1B1B1B;
}
.header_hifu.fbg .header-box .box2 .headerbox2-cont .nav-box #menuPc li.on a,
.header_hifu.fbg .header-box .box2 .headerbox2-cont .nav-box #menuPc li:hover a,
.header_hifu.fbg .header-box .box2 .headerbox2-cont .userBtns .btn .dicon:hover {
  color: #FE833A;
}
.header_hifu .box1 {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.header_hifu .box1 .headerbox1-cont {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_hifu .box1 .headerbox1-cont .left {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.header_hifu .box1 .headerbox1-cont .right {
  flex: none;
  display: flex;
  align-items: center;
}
.header_hifu .box1 .headerbox1-cont .right .contact {
  display: flex;
  align-items: center;
}
.header_hifu .box1 .headerbox1-cont .right .contact .item {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin-right: 40px;
}
.header_hifu .box1 .headerbox1-cont .right .contact .item a{
	color:#fff;
}
.header_hifu .box1 .headerbox1-cont .right .sharebox {
  display: flex;
  align-items: center;
}
.header_hifu .box1 .headerbox1-cont .right .sharebox .sitem .dicon {
  font-size: 20px;
  color: #fff;
}
.header_hifu .box1 .headerbox1-cont .right .sharebox .sitem + .sitem {
  margin-left: 18px;
}
.header_hifu .box2 .headerbox2-cont {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 95px;
}
.header_hifu .box2 .headerbox2-cont .logobox {
  flex: none;
  display: flex;
  align-items: center;
  margin-right: 170px;
}
.header_hifu .box2 .headerbox2-cont .nav-box {
  flex: none;
}
.header_hifu .box2 .headerbox2-cont .nav-box #menuPc {
  height: 100%;
}
.header_hifu .box2 .headerbox2-cont .nav-box #menuPc .menuPcList {
  height: 100%;
}
.header_hifu .box2 .headerbox2-cont .nav-box #menuPc li {
  height: 100%;
  margin-right: 60px;
}
.header_hifu .box2 .headerbox2-cont .nav-box #menuPc li a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
.header_hifu .box2 .headerbox2-cont .nav-box #menuPc li.on a,
.header_hifu .box2 .headerbox2-cont .nav-box #menuPc li:hover a {
  color: #FE833A;
}
.header_hifu .box2 .headerbox2-cont .userBtns {
  flex: none;
  display: flex;
  align-items: center;
}
.header_hifu .box2 .headerbox2-cont .userBtns .btn .dicon {
  font-size: 25px;
  color: #fff;
}
.header_hifu .box2 .headerbox2-cont .userBtns .btn .dicon:hover {
  color: #EA6700;
}
.header_hifu .box2 .headerbox2-cont .userBtns .line {
  height: 22px;
  width: 1px;
  background-color: #D2D2D2;
  margin: 0 20px;
}
.hifuMain .sec1 {
  margin-top: -40px;
}
.hifuMain .sec1 .list {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.hifuMain .sec1 .list .item {
  padding: 60px 30px;
  position: relative;
  display: flex;
  width: 25%;
}
.hifuMain .sec1 .list .item .textbox {
  text-align: center;
  color: #626262;
  font-size: 16px;
  line-height: 24px;
}
.hifuMain .sec1 .list .item + .item:before {
  content: '';
  display: block;
  width: 1px;
  height: 82px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DCDCDC;
}
.hifuMain .sec1 .list .item .imgbox {
  position: absolute;
  top: -38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(36deg, #FE833A 0%, #F76C5D 100%);
  width: 81px;
  height: 81px;
  left: 50%;
  transform: translateX(-50%);
}
.hifuMain .sec2 {
  margin-top: 80px;
  margin-bottom: 100px;
}
.hifuMain .sec2 .tip {
  color: #1b1b1b;
  font-size: 34px;
/*   line-height: 27px; */
  margin-bottom: 25px;
  font-family: 'Roboto-Bold';
  text-align: center;
}
.hifuMain .sec2 .tip2 {
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 78%;
  margin: 0 auto 45px;
}
.hifuMain .sec2 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hifuMain .sec2 .list .item {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  width: 22.36111%;
  margin-bottom: 30px;
}
.hifuMain .sec2 .list .item.ishot .imgbox:after {
  content: 'HOT!';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 11px;
  top: 11px;
  font-size: 16px;
  color: #fff;
  height: 30px;
  width: 70px;
  font-family: 'Roboto-Medium';
  background: linear-gradient(36deg, #F76C5D 0%, #FE833A 100%);
}
.hifuMain .sec2 .list .item:hover .desc .title {
  background-color: var(--d-cur-color);
  color: #fff;
}
.hifuMain .sec2 .list .item.flexempty {
  border: none;
  margin-bottom: 0px;
}
.hifuMain .sec2 .list .item .imgbox {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background-color: #fff;
}
.hifuMain .sec2 .list .item .desc .title {
  background-color: #F9F9F9;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #626262;
  font-size: 18px;
  font-family: 'Roboto-Medium';
}
.hifuMain .sec4 {
  margin-bottom: 120px;
}
.hifuMain .sec4 .list .item {
  margin-top: 105px;
  display: flex;
  justify-content: space-between;
}
.hifuMain .sec4 .list .item .textbox {
  flex: auto;
  width: 100%;
}
.hifuMain .sec4 .list .item .textbox .tip {
  font-size: 36px;
  color: #1B1B1B;
/*   line-height: 29px; */
  font-family: 'Roboto-Bold';
}
.hifuMain .sec4 .list .item .textbox .desc {
  color: #626262;
  font-size: 16px;
  line-height: 24px ;
  margin: 25px 0;
}
.hifuMain .sec4 .list .item .textbox .desc p + p {
  margin-top: 15px;
}
.hifuMain .sec4 .list .item .textbox .linelist p {
  background: url('../images/hifu_sec4_icon1.png') top left no-repeat;
  padding-left: 30px;
  color: #1B1B1B;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.hifuMain .sec4 .list .item .textbox .linelist p + p {
  margin-top: 20px;
}
.hifuMain .sec4 .list .item .videoBox {
  width: 700px;
  flex: none;
  position: relative;
  cursor: pointer;
}
.hifuMain .sec4 .list .item .videoBox .imgbox {
  position: relative;
  padding-bottom: 57.83475%;
}
.hifuMain .sec4 .list .item .videoBox .over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hifuMain .sec4 .list .item:nth-child(odd) .textbox {
  padding-left: 60px;
  margin-right: 80px;
}
.hifuMain .sec4 .list .item:nth-child(even) .textbox {
  padding-right: 60px;
  margin-left: 80px;
  order: 1;
}
.hifuMain .sec5 {
  padding: 55px 0 80px;
  background-color: #F7F7F7;
}
.hifuMain .sec5 .tip {
  color: #1b1b1b;
  font-size: 36px;
/*   line-height: 29px; */
  font-family: 'Roboto-Bold';
  margin-bottom: 35px;
}
.hifuMain .sec5 .desc {
  display: flex;
  justify-content: space-between;
}
.hifuMain .sec5 .desc .left {
  width: 44.05555%;
}
.hifuMain .sec5 .desc .left .descbox {
  color: #626262;
  font-size: 16px;
  line-height: 24px ;
}
.hifuMain .sec5 .desc .left .descbox p + p {
  margin-top: 15px;
}
.hifuMain .sec5 .desc .right {
  width: 44.05555%;
}
.hifuMain .sec5 .desc .right .linelist p {
  background: url('../images/hifu_sec4_icon1.png') top left no-repeat;
  padding-left: 30px;
  color: #1B1B1B;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.hifuMain .sec5 .desc .right .linelist p + p {
  margin-top: 20px;
}
.hifuMain .sec7 {
  background-color: #F7F7F7;
  padding: 65px 0;
}
.hifuMain .sec7 .tip {
  color: #1b1b1b;
  font-size: 36px;
/*   line-height: 29px; */
  font-family: 'Roboto-Bold';
  margin-bottom: 35px;
}
.hifuMain .sec7 .textlist_col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hifuMain .sec7 .textlist_col3 .item {
  width: 28.88889%;
  color: #626262;
  line-height: 24px;
  font-size: 16px;
}
.hifuMain .sec7 .textlist_col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hifuMain .sec7 .textlist_col2 .item {
  width: 47.22222%;
  color: #626262;
  line-height: 24px;
  font-size: 16px;
}
.hifuMain .sec7 .textlist_col2 .item .tip2 {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Roboto-Bold';
  margin-bottom: 15px;
}
.hifuMain .sec8 {
  background-color: #fff;
  padding: 65px 0;
}
.hifuMain .sec8 .tip {
  color: #1b1b1b;
  font-size: 36px;
/*   line-height: 29px; */
  font-family: 'Roboto-Bold';
  margin-bottom: 35px;
}
.hifuMain .sec8 .textlist_col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hifuMain .sec8 .textlist_col4 .item {
  width: 22.15278%;
  color: #626262;
  line-height: 24px;
  font-size: 16px;
}
.hifuMain .sec8 .textlist_col3_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hifuMain .sec8 .textlist_col3_2 .item {
  width: 31.25%;
  color: #626262;
  line-height: 24px;
  font-size: 16px;
}
.hifuMain .sec8 .textlist_col3_2 .item .tip2 {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Roboto-Bold';
  margin-bottom: 15px;
}
.hifuMain .sec8 .textlist_col3_2 .item .list p + p {
  margin-top: 20px;
}
/* 减肥 */
.header_jianfei {
  user-select: none;
  background-color: #fff;
}
.header_jianfei.fbg .header-box {
  position: fixed;
  transition: all 0.6s;
  background: #FFFFFF !important;
  box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.09);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header_jianfei.fbg .header-box .box1 {
  display: none;
}
.header_jianfei.fbg .header-box .box2 .headerbox2-cont {
  height: auto;
  padding: 15px 20px;
}
.header_jianfei.fbg .header-box .box2 .headerbox2-cont .logobox {
  display: none;
}
.header_jianfei.fbg .header-box .box2 .headerbox2-cont .nav-box #menuPc a {
  color: #1B1B1B;
}
.header_jianfei.fbg .header-box .box2 .headerbox2-cont .userBtns .btn .dicon {
  color: #1B1B1B;
}
.header_jianfei.fbg .header-box .box2 .headerbox2-cont .nav-box #menuPc li.on a,
.header_jianfei.fbg .header-box .box2 .headerbox2-cont .nav-box #menuPc li:hover a,
.header_jianfei.fbg .header-box .box2 .headerbox2-cont .userBtns .btn .dicon:hover {
  color: #FE833A;
}
.header_jianfei .box1 {
  box-sizing: border-box;
  background: linear-gradient(36deg, #F76C5D 0%, #FE833A 100%);
  border-bottom: 1px solid #ffffff;
}
.header_jianfei .box1 .headerbox1-cont {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_jianfei .box1 .headerbox1-cont .left {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.header_jianfei .box1 .headerbox1-cont .right {
  flex: none;
  display: flex;
  align-items: center;
}
.header_jianfei .box1 .headerbox1-cont .right .contact {
  display: flex;
  align-items: center;
}
.header_jianfei .box1 .headerbox1-cont .right .contact .item {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin-right: 40px;
}
.header_jianfei .box1 .headerbox1-cont .right .contact .item a{
	color:#fff;
}
.header_jianfei .box1 .headerbox1-cont .right .sharebox {
  display: flex;
  align-items: center;
}
.header_jianfei .box1 .headerbox1-cont .right .sharebox .sitem .dicon {
  font-size: 20px;
  color: #fff;
}
.header_jianfei .box1 .headerbox1-cont .right .sharebox .sitem + .sitem {
  margin-left: 18px;
}
.header_jianfei .box2 .headerbox2-cont {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 95px;
}
.header_jianfei .box2 .headerbox2-cont .logobox {
  flex: none;
  display: flex;
  align-items: center;
  margin-right: 170px;
}
.header_jianfei .box2 .headerbox2-cont .nav-box {
  flex: none;
}
.header_jianfei .box2 .headerbox2-cont .nav-box #menuPc {
  height: 100%;
}
.header_jianfei .box2 .headerbox2-cont .nav-box #menuPc .menuPcList {
  height: 100%;
}
.header_jianfei .box2 .headerbox2-cont .nav-box #menuPc li {
  height: 100%;
  margin-right: 60px;
}
.header_jianfei .box2 .headerbox2-cont .nav-box #menuPc li a {
  color: #434343;
  font-size: 18px;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
.header_jianfei .box2 .headerbox2-cont .nav-box #menuPc li.on a,
.header_jianfei .box2 .headerbox2-cont .nav-box #menuPc li:hover a {
  color: #FE833A;
}
.header_jianfei .box2 .headerbox2-cont .userBtns {
  flex: none;
  display: flex;
  align-items: center;
}
.header_jianfei .box2 .headerbox2-cont .userBtns .btn .dicon {
  font-size: 25px;
  color: #434343;
}
.header_jianfei .box2 .headerbox2-cont .userBtns .btn .dicon:hover {
  color: #EA6700;
}
.header_jianfei .box2 .headerbox2-cont .userBtns .line {
  height: 22px;
  width: 1px;
  background-color: #D2D2D2;
  margin: 0 20px;
}
.jianfeiMain {
  background-color: #f6f6f6;
}
.jianfeiMain #kf {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  z-index: 999;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.14);
}
.jianfeiMain .sec1 {
  position: relative;
}
.jianfeiMain .sec1 .showimgbox{text-align:center;}
.jianfeiMain .sec10 .viewImgbg{text-align:center;}
.jianfeiMain .sec1 .m-width-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.jianfeiMain .sec1 .contwrapbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.jianfeiMain .sec1 .contwrapbox .contentbox {
  padding-right: 20px;
  position: absolute;
  width: 50%;
  padding-left: 4.86111%;
  left: 50%;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  padding-top: 100px;
}
.jianfeiMain .sec1 .contwrapbox .contentbox .tip {
  color: #1b1b1b;
  font-size: 76px;
  line-height: 79px;
  font-family: 'Roboto-Bold';
  margin-bottom: 20px;
}
.jianfeiMain .sec1 .contwrapbox .contentbox .desc {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Roboto-Bold';
  margin-bottom: 35px;
}
.jianfeiMain .sec1 .contwrapbox .contentbox .desc2 {
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.jianfeiMain .sec1 .contwrapbox .contentbox .more {
  width: 165px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(36deg, #F76C5D 0%, #FE833A 100%);
  border-radius: 22px;
}
.jianfeiMain .sec2 {
  background: url('../images/jianfei_sec2_bg.png') center center no-repeat;
  background-size: cover;
  padding: 120px 0 30px;
}
.jianfeiMain .sec2 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jianfeiMain .sec2 .list .item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}
.jianfeiMain .sec2 .list .item .text {
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 28px;
}
.jianfeiMain .sec3 {
  padding: 80px 0 100px;
  background: #fff;
}
.jianfeiMain .sec3 .tip {
  color: #1b1b1b;
  font-size: 34px;
/*   line-height: 27px; */
  margin-bottom: 25px;
  font-family: 'Roboto-Bold';
  text-align: center;
}
.jianfeiMain .sec3 .tip2 {
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 960px;
  margin: 0 auto 45px;
}
.jianfeiMain .sec3 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jianfeiMain .sec3 .list .item {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  width: 22.36111%;
  margin-bottom: 30px;
}
.jianfeiMain .sec3 .list .item.ishot .imgbox:after {
  content: 'HOT!';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 11px;
  top: 11px;
  font-size: 16px;
  color: #fff;
  height: 30px;
  width: 70px;
  font-family: 'Roboto-Medium';
  background: linear-gradient(36deg, #F76C5D 0%, #FE833A 100%);
}
.jianfeiMain .sec3 .list .item:hover .desc .title {
  background-color: var(--d-cur-color);
  color: #fff;
}
.jianfeiMain .sec3 .list .item.flexempty {
  border: none;
  margin-bottom: 0px;
}
.jianfeiMain .sec3 .list .item .imgbox {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background-color: #fff;
}
.jianfeiMain .sec3 .list .item .desc .title {
  background-color: #F9F9F9;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #626262;
  font-size: 18px;
  font-family: 'Roboto-Medium';
}
.jianfeiMain .sec4 {
  background: url(../images/jianfei_sec4_bg.png) center center no-repeat;
  background-size: cover;
}
.jianfeiMain .sec4 .contentox {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 145px;
}
.jianfeiMain .sec4 .contentox .tip {
  font-size: 50px;
  color: #FE833A;
/*   line-height: 39px; */
  font-family: 'Roboto-Bold';
  margin-bottom: 45px;
  text-align: center;
}
.jianfeiMain .sec4 .contentox .tip .s {
  font-style: italic;
  color: #F76C5D;
}
.jianfeiMain .sec4 .contentox .desc {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.jianfeiMain .sec4 .contentox .desc p + p {
  margin-top: 20px;
}
.jianfeiMain .sec4 .contentox .imglist {
  margin-top: 60px;
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
}
.jianfeiMain .sec5 {
  position: relative;
  margin-top: -207px;
  background: url(../images/jianfei_sec5_bg.png) bottom center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  padding-top: 275px;
  padding-bottom: 100px;
}
.jianfeiMain .sec5 .contentox {
  width: 630px;
}
.jianfeiMain .sec5 .contentox .tip {
  font-size: 50px;
  color: #1B1B1B;
/*   line-height: 60px; */
  font-family: 'Roboto-Bold';
  margin-bottom: 40px;
}
.jianfeiMain .sec5 .contentox .list .item {
  display: flex;
  align-items: center;
}
.jianfeiMain .sec5 .contentox .list .item + .item {
  margin-top: 20px;
}
.jianfeiMain .sec5 .contentox .list .item .imgbox {
  margin-right: 18px;
  width: 73px;
  flex: none;
}
.jianfeiMain .sec5 .contentox .list .item .imgbox img {
  width: 100%;
}
.jianfeiMain .sec5 .contentox .list .item .text {
  font-size: 18px;
  color: #626262;
  line-height: 24px;
  flex: auto;
  padding-right: 20px;
}
.jianfeiMain .sec5 .contentox .ps {
  font-size: 18px;
  color: #434343;
  margin-top: 55px;
  font-family: 'Roboto-Medium';
}
.jianfeiMain .sec6 {
  background: url(../images/jianfei_sec6_bg.png) center center no-repeat;
  background-size: cover;
  padding: 65px 0;
}
.jianfeiMain .sec6 .contwrapbox {
  display: flex;
  justify-content: space-between;
}
.jianfeiMain .sec6 .contwrapbox .imgbox {
  flex: none;
}
.jianfeiMain .sec6 .contwrapbox .descbox {
  width: 810px;
  flex: none;
  box-sizing: border-box;
  padding: 65px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
}
.jianfeiMain .sec6 .contwrapbox .descbox .textbox {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.jianfeiMain .sec6 .contwrapbox .descbox .textbox p + p {
  margin-top: 30px;
}
.jianfeiMain .sec6 .contwrapbox .descbox .btns {
  margin-top: 30px;
}
.jianfeiMain .sec6 .contwrapbox .descbox .btns .btn {
  width: 500px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto-Medium';
  background: transparent;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
}
.jianfeiMain .sec6 .contwrapbox .descbox .btns .btn:hover {
  border: none;
  background: linear-gradient(36deg, #F76C5D 0%, #FE833A 100%);
}
.jianfeiMain .sec6 .contwrapbox .descbox .btns .btn + .btn {
  margin-top: 20px;
}
.jianfeiMain .sec7 {
  background: #f6f6f6;
  padding: 100px 0;
}
.jianfeiMain .sec7 .contwrapbox {
  display: flex;
  justify-content: center;
}
.jianfeiMain .sec7 .contwrapbox .imgbox {
  flex: none;
  margin-right: 65px;
	margin-top: 40px;
}
.jianfeiMain .sec7 .contwrapbox .textbox {
/*   padding-top: 22px; */
  width: 788px;
  flex: none;
}
.jianfeiMain .sec7 .contwrapbox .textbox .tip {
  font-size: 47px;
  color: #FE833A;
/*   line-height: 45px; */
  font-family: 'Roboto-Bold';
  margin-bottom: 30px;
}
.jianfeiMain .sec7 .contwrapbox .textbox .tip .s {
  font-style: italic;
  color: #F76C5D;
}
.jianfeiMain .sec7 .contwrapbox .textbox .desc {
  font-size: 18px;
  color: #626262;
  line-height: 24px;
}
.jianfeiMain .sec7 .contwrapbox .textbox .desc p + p {
  margin-top: 15px;
}
.jianfeiMain .sec8 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.jianfeiMain .sec8 .item {
  width: 50%;
  position: relative;
}
.jianfeiMain .sec8 .item .imgbox {
  position: relative;
  padding-bottom: 42.1875%;
}
.jianfeiMain .sec8 .item .over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.jianfeiMain .sec8 .item .over:hover {
  background: transparent;
}
.jianfeiMain .sec9 {
  color: #F6F6F6;
  padding: 90px 0;
}
.jianfeiMain .sec9 .contwrapbox {
  width: 1000px;
  margin: 0 auto;
}
.jianfeiMain .sec9 .contwrapbox .tip {
  font-size: 45px;
  color: #FE833A;
/*   line-height: 50px; */
  font-family: 'Roboto-Bold';
  margin-bottom: 45px;
  text-align: center;
}
.jianfeiMain .sec9 .contwrapbox .tip .s {
  font-style: italic;
  color: #F76C5D;
}
.jianfeiMain .sec9 .contwrapbox .desc {
  margin-top: 40px;
  font-size: 18px;
  color: #626262;
  line-height: 24px;
}
.jianfeiMain .sec9 .contwrapbox .desc p + p {
  margin-top: 15px;
}
.jianfeiMain .sec9 .contwrapbox img {
  display: block;
  margin: 50px auto 0;
}
.jianfeiMain .sec10 {
  position: relative;
}
.jianfeiMain .sec10 .contentbox {
  position: absolute;
  width: 940px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.jianfeiMain .sec10 .contentbox .desc {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin: 3.125% 0 2.08333%;
}
.jianfeiMain .sec10 .contentbox .desc2 {
  color: #fff;
  font-family: 'Roboto-Bold';
  font-size: 48px;
/*   line-height: 60px; */
  text-align: center;
}
.jianfeiMain .sec11 {
  padding: 100px 0;
  background-color: #F6F6F6;
}
.jianfeiMain .sec11 .item + .item {
  margin-top: 120px;
}
.jianfeiMain .sec11 .item:nth-child(odd) .textbox {
  margin-left: 105px;
}
.jianfeiMain .sec11 .item:nth-child(even) .left {
  order: 1;
}
.jianfeiMain .sec11 .item:nth-child(even) .textbox {
  margin-right: 105px;
}
.jianfeiMain .sec11 .item .tip {
  font-size: 50px;
  color: #FE833A;
/*   line-height: 49px; */
  font-family: 'Roboto-Bold';
  margin-bottom: 60px;
  text-align: center;
}
.jianfeiMain .sec11 .item .tip .s {
  font-style: italic;
  color: #F76C5D;
}
.jianfeiMain .sec11 .item .cont {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  align-items: center;
}
.jianfeiMain .sec11 .item .cont .left {
  flex: none;
}
.jianfeiMain .sec11 .item .cont .textbox {
  flex: auto;
  color: #626262;
  font-size: 18px;
  line-height: 24px;
}
.jianfeiMain .sec11 .item .cont .textbox p + p {
  margin-top: 32px;
}
.jianfeiMain .sec12 {
  background-color: #131212;
  padding: 105px 0;
}
.jianfeiMain .sec12 .tip {
  font-size: 50px;
  color: #FE833A;
/*   line-height: 49px; */
  font-family: 'Roboto-Bold';
  margin-bottom: 85px;
  text-align: center;
}
.jianfeiMain .sec12 .tip .s {
  font-style: italic;
  color: #F76C5D;
}
.jianfeiMain .sec12 .item {
  background: url(../images/jianfei_sec12_bg.png) center bottom no-repeat;
  padding: 0 75px 150px;
  display: flex;
}
.jianfeiMain .sec12 .item:nth-child(odd) .imgbox {
  margin-right: 245px;
}
.jianfeiMain .sec12 .item:nth-child(even) .imgbox {
  order: 1;
  margin-left: 245px;
}
.jianfeiMain .sec12 .item .imgbox {
  flex: none;
}
.jianfeiMain .sec12 .item .textbox {
  flex: auto;
}
.jianfeiMain .sec12 .item .textbox .titlebox {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
.jianfeiMain .sec12 .item .textbox .titlebox .ind {
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  border: 2px solid #F76C5D;
  border-radius: 5px;
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-family: 'Roboto-Bold';
  color: #fff;
}
.jianfeiMain .sec12 .item .textbox .titlebox .namebox .name {
  font-family: 'Roboto-Bold';
  font-size: 30px;
  color: #FE833A;
  line-height: 30px;
}
.jianfeiMain .sec12 .item .textbox .titlebox .namebox .sname {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  margin-top: 5px;
}
.jianfeiMain .sec12 .item .textbox .text {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.jianfeiMain .sec12 .item .textbox .text p + p {
  margin-top: 30px;
}
.jianfeiMain .sec14 {
  background: url(../images/jianfei_sec14_bg.png) center center no-repeat;
  background-size: cover;
  padding: 90px 0 65px;
}
.jianfeiMain .sec14 .video-play{
	position: relative;
}
.jianfeiMain .sec16{text-align:center;}
.jianfeiMain .sec14 .video-play .over{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:3;
	cursor: pointer;
}
.jianfeiMain .sec14 .tip {
  font-size: 50px;
  color: #fff;
  font-family: 'Roboto-Bold';
  margin-bottom: 45px;
  text-align: center;
}
.jianfeiMain .sec14 .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jianfeiMain .sec14 .list .item {
  width: 31.25%;
}
.jianfeiMain .sec14 .list .item .imgbox {
  padding-bottom: 71.333333%;
  position: relative;
}
.jianfeiMain .sec14 .list .item .text {
  margin-top: 26px;
  font-size: 18px;
  font-family: 'Roboto-Medium';
  color: #fff;
  text-align: center;
}
.jianfeiMain .sec15 {
  background-color: #fff;
  padding: 85px 0;
}
.jianfeiMain .sec15 .tip {
  font-size: 50px;
  color: #1B1B1B;
  font-family: 'Roboto-Bold';
  margin-bottom: 55px;
  text-align: center;
}
.jianfeiMain .sec15 .desc {
  font-size: 18px;
  color: #1B1B1B;
  line-height: 30px;
  margin-bottom: 55px;
  text-align: center;
}
.jianfeiMain .sec15 img {
  display: block;
  margin: 30px auto 20px;
}
.pageDetailBox .otherpages.hc-communication{width:100%;display:block;padding-top:40px;border-top:1px solid #EEEEEE;box-sizing:border-box;}
.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, 
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, 
.um .um-member-name a:hover, 
.um .um-member-more a:hover, 
.um .um-member-less a:hover, 
.um .um-members-pagi a:hover, 
.um .um-cover-add:hover, 
.um .um-profile-subnav a.active, .um .um-item-meta a, 
.um-account-name a:hover, 
.um-account-nav a.current, 
.um-account-side li a.current span.um-account-icon, 
.um-account-side li a.current:hover span.um-account-icon, 
.um-dropdown li a:hover, 
i.um-active-color, 
span.um-active-color{color:#FE833A !important;}

.um input[type=submit].um-button, 
.um input[type=submit].um-button:focus, 
.um a.um-button, 
.um a.um-button.um-disabled:hover, 
.um a.um-button.um-disabled:focus, 
.um a.um-button.um-disabled:active{
	background:#FE833A !important;
	color: #ffffff !important;
}
.um-request-button{
	background-color:#FE833A !important;
}
.form-submit{margin-top:20px}
.form-submit #submit{
	width: 200px;
    background-color: #FE833A;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border:none;
}
.um-account-meta-img{width:100px;margin:0 auto;}
.um-misc-img{width:100px;margin:0 auto 10px;}
.um-misc-ul, .um-misc-ul li{display:inline-block;margin:0 10px;}
.um-misc-ul, .um-misc-ul{text-align:center;width:100%;}
#reply-title{font-size:22px;margin-bottom:20px;}
.logged-in-as a:nth-last-child{color:#FB9606}
.comment-form-comment label{
	display: none;
}
.comment-form-comment{margin-top:20px}
.comment-form-comment textarea{
	width:100%;
	border:1px solid  #ccc;
	box-sizing: border-box;
	padding:20px;
}
#comments{
	margin-bottom:20px;
}
.commentlist{

}
.commentlist li{

	border-top:1px solid #eee;
	width:100%;
	
}
.hc-communication .navigation:after{
	content:'';
	display:table;
	clear: both;
}
.commentlist li .comment-body{
	width:100%;
		padding:20px 0;	
}
.comment-respond .comment-form:after{
	content:'';
	display: table;
	clear:both;
}
.commentlist li .comment-author .fn{
	font-size:18px;
	font-weight:700;
	margin-right:5px;
}
.commentlist li .comment-author img{
	margin-bottom:15px;
	width:100px;
	height:auto;
	display: block;
}
.commentlist li .comment-meta{
	padding:20px 0;
}
.commentlist li .reply{
	margin-top:20px;
}
.commentlist li .reply .comment-reply-login{
	color:#FE833A;
}
.must-log-in a{
	color:#FE833A;
}
.commentlist li .comment-reply-link{
	display: inline-block;
	padding:5px 20px;
	color:#fff;
	background:#FE833A;
}
.commentlist li .comment-edit-link{
	color:#fe833a;
}
/* 分页 */
.page-box {
  margin:50px 0;
  text-align: center;
}
.nybanner{text-align:center;}
.page-box .page-inner .wp-pagenavi,
.page-box .page-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box .page-inner .previouspostslink , 
.page-box .page-inner .nextpostslink{
	font-family:fangsong;
	font-weight:bold;
}
.page-box .page-inner .previouspostslink , 
.page-box .page-inner .nextpostslink , 
.page-box .page-inner span ,
.page-box .page-inner .page {
  background-color: #fff;
  border: 2px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FB9606;
  font-size: 17px;
  height: 32px;
  min-width: 32px;
  padding: 0px 12px;
  box-sizing: border-box;
  margin:0 4px;
}
.page-box .page-inner .page:hover,
.page-box .page-inner .current {
  color: #fff;
  background-color: #FB9606;
  border-color: #FB9606;
}

.sec9-con .text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    right: 0;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
}
.sec9-con .t-r .inner-text{
    position: relative;
}
.sec9-con {
    position: relative;
}

.sec9-con .text h3 {
    font-size: 36px;
    margin: 0;
}
.sec9-con .t-r a.s-btn{
    position: absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}
.sec9-con a.s-btn {
    display: inline-block;
    background: #FFF;
    color: #fb8e66;
    padding: 12px 34px;
    border-radius: 26px;
}

.sec9-con .text p {
	margin: 12px 0;
	font-size: 16px;
	line-height: 24px;
}

.sec9-con .inner-text {
    padding: 0 35% 0 0;
}
#img123{
      display: block;
    margin: 0 auto;
    height: 100%;
}
.sec22{
  margin: 0;
  padding: 0;
}

div.navlist a.item h2 {
	all: unset;
	font-size: 18px;
	font-weight: normal;
	color: inherit;
	display: inline;
}
.footerCont .contWrapbox .right .list .item .linksBox a h2{
	all: unset;
	font-size: 14px;
	font-weight: normal;
	color: inherit;
	display: inline;
}

.pageDetailBox .descbox p{
	line-height: 2rem;
    margin: 18px 0;
    font-size: 12pt;
}
.pageDetailBox .descbox p a strong{
	color: #3366ff;
}
.pageDetailBox .descbox h2{
	margin:54px 0 18px;
	font-size:18pt;
}
.pageDetailBox .descbox h3{
	margin:32px 0 18px;
	font-size:14pt;
}