.h_hotprotitle .dh_des{
	line-height: 180%;
}
.h_project ul{
	justify-content: space-between;
}
.h_project ul li{
	font-size: 14px;
	width: 30%;
	position: relative;
	padding: 46px 52px 56px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); 
	border-radius: 6px;
}
.h_project ul li .tit{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 28px;
}
.h_project ul li .price span{
	font-size: 36px;
}
.h_project ul li .des{
	padding-top: 22px;
	padding-bottom: 22px;
	min-height: 102px;
	font-size: 14px;
	color: #707070;
	border-bottom: 1px solid #e7e7e7;
}
.h_project ul li .item{
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 25px;
}
.h_project ul li .item .icon{
	color: #707070;
	background-position: left center;
	padding-left: 18px;
	background-repeat: no-repeat;
	margin: 10px 0px;
}
.h_project ul li a{
	display: inline-block;
	width: 100%;
	border: 1px solid #00c1d7;
	color: #00c1d7;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	border-radius: 4px;
}
.h_project ul li.hot{
	border: 1px solid #ff8d00;
}
.h_project ul li.hot::before{
	display: inline-block;
	position: absolute;
	top: -14px;
	background-color: #ff8d00;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 4px;
	content: "热门";
	left: 70%;
}
.h_project ul li.hot a{
	background-color: #ff8d00;
	border: 1px solid #ff8d00;
	color: #fff;
}
.h_project ul li a:hover{
	background-color: #00c1d7;
	color: #fff;
	border: 1px solid #00c1d7;
}
.h_project dl{
	padding: 22px 0px;
	color: #707070;
}
.h_project dl dt{
	font-weight: bold;
	padding: 8px 0px;
}
.h_project dl dd{
	padding: 8px 0px;
	background: url(../web/price_06.jpg) no-repeat left center;
	padding-left: 14px;
	display: flex;
	justify-content: space-between;
}
.h_project dl dd span.close, .h_project dl dd span.gou{
	display: inline-block;
	height: 15px;
	width: 15px;
}
.h_project dl dd span.close{
	background: url(../web/price_10.jpg) no-repeat;
}
.h_project dl dd span.gou{
	background: url(../web/price_03.jpg) no-repeat;
}
.h_web ul li{
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); 
}
.h_web ul li.on{
    display: flex;
}
.h_web .cont{
    padding-left: 55px;
    padding-top: 65px;
    padding-right: 50px;
}
.h_web .cont .title{
    font-size: 25px;
    color: #000;
    font-weight: bold;
    padding-bottom: 36px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #edeff2;
}
.h_web .cont .title span{
    color: #00c1d7;
    font-size: 30px;
    margin-right: 16px;
}
.h_web .cont .des{
    padding-top: 32px;
    line-height: 32px;
    color: #748082;
}
.site_menu{
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
}
.site_menu a{
    display: inline-block;
    background-color: #eaeeee;
    color: #748082;
    width: 15.5%;
    line-height: 68px;
    text-align: center;
    border-radius: 4px;
}
.site_menu a.on{
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); 
}
.h_app .cont{
    color: #748082;
    background: url(../web/home_11.png) no-repeat right center;
	background-size: auto 100%;
	padding-bottom: 80px;
}
.h_app .cont li{
	width: 48%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07); 
	margin-bottom: 16px;
	padding: 28px 0px 28px 32px;
	border-radius: 4px;
}
.h_app .cont .title{
    font-size: 24px;
	font-weight: bold;
    padding-bottom: 14px;
}
.h_app .cont .des{
	font-size: 18px;
    padding-left: 6px;
}
.h_threed{
	padding-bottom: 80px;
}
.h_threed ul{
    display: flex;
    justify-content: space-between;
}
.h_threed ul li{
    width: 32%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); 
    background-color: #fff;
    border-radius: 6px;
	background-size: 100% 164px;
}
.h_threed ul .img1{
    background-image: url(../web/home_15.png);
}
.h_threed ul .img2{
    background-image: url(../web/home_17.png);
}
.h_threed ul .img3{
    background-image: url(../web/home_19.png);
}
.h_threed .list .title{
    color: #fff;
    padding-top: 33px;
    height: 164px;
    font-size: 20px;
	font-weight: bold;
}
.h_threed .list .title a{
    display: inline-block;
    width: 98px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    margin-top: 38px;
    line-height: 36px;
}
.h_threed .list .des{
    font-size: 14px;
	padding: 25px 30px 30px 0px;
	color: #555555;
	line-height: 160%;
}
.web_features .flex, .web_case .flex{
	justify-content: space-between;
}
.web_features ul li{
	width: 32.8%;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 22px;
	margin-bottom: 8px;
}
.web_features ul li .title{
	padding-bottom: 16px;
	border-bottom: 1px solid #e0e0e0;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-weight: bold;
}
.web_features ul li .des{
	font-size: 14px;
	color: #686868;
	padding-top: 14px;
	line-height: 160%;
	text-indent: 2rem;
	padding-bottom: 20px;
}
.web_case{
	padding-bottom: 60px;
}
.web_case ul li{
	max-width: 287px;
	width: 24.5%;
	padding: 6px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	text-align: center;
}
.web_case ul .title{
	line-height: 56px;
	font-weight: bold;
}
.web_case ul .des{
	font-size: 14px;
	color: #686868;
	padding-bottom: 30px;
}
.web_case ul li img{
	width: 100%;
}
/* SEO */
.main-con-bnr {
    display: flex;
    margin-top: 90px;
    padding: 0 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con-bnr {
    width: 31%;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px #CFCFCF;
    border-radius: 20px;
    padding: 32px 43px;
    color: #FFF;
    transition: all .2s ease-in;
}

.main-con-bnr .con-bnr:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .3);
}

.con-bnr-tit {
    font-weight: bold;
    font-size: 28px;
    padding: 14px 0px;
}

.con-bnr-txt {
    line-height: 24px;
    text-transform: none;
    color: rgba(255, 255, 255, .65);
}

.con-bnr-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.con-bnr-icon .icon {
    max-width: 202px;
    width: 70%;
}

.con-bnr1 {
    background: linear-gradient(140deg, #FF8941, #FBC318);
}

.con-bnr2 {
    background: linear-gradient(140deg, #AE4DDB, #6249FF);
}

.con-bnr3 {
    background: linear-gradient(140deg, #00BC9C, #3B6D9F);
}
.videoBox {
    padding-top: 90px;
}

.videoBox .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F7F8F8;
    border-radius: 20px;
    padding: 60px;
}

.cont .v-btn {
    color: #1A1D21;
    font-size: 30px;
}

.video_btn {
    cursor: pointer;
    margin-top: 52px;
    width: 220px;
    height: 64px;
    padding: 0 20px;
    background: var(--color-primary);
    border-radius: 55px;
    font-size: 21px;
    font-family: OPPOSansM;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    color: #FFF;
    transition: all .1s ease-in;
    background-image: url('../web/chick.png');
    background-repeat: no-repeat;
    background-size: 28px;
    padding-left: 40px;
    background-position: 40px center;
}

.video_btn::after {
    border: none;
}

.video_btn:hover {
    opacity: 0.8;
}

.ant-btn {
    cursor: pointer;
    height: 53px;
    margin: 0 auto;
    border-radius: 8px;
    min-width: auto;
    width: auto;
    display: none;
}

.video_btn img {
    width: 24px;
    height: 31px;
    margin-right: 6px;
}

.cont .video {
    width: 700px;
}
.cont .video img {
    width: 100%;
    border-radius: 26px;
}

.characteristic {
    margin-top: 35px;
    color: #1A1D21;
}

.characteristic-tit {
    text-align: center;
}

.characteristic-tit h3 {
    font-size: 48px;
    margin-bottom: 14px;
}

.characteristic-tit p {
    font-size: 18px;
}

.characteristic-con {
    margin-top: 70px;
}

.characteristic-con img {
    width: 100%;
}
.ear {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-bg4 .pgCon {
	background: url(../web/earth.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position: top right;
	background-size: auto 100%;
}
.ear .ear-tit p {
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 22px;
}

.ear .ear-flex .er {
    margin-bottom: 130px;
}

.ear .ear-flex .er:last-of-type {
    margin-bottom: 0;
}

.ear .ear-flex .er h4 {
    font-weight: 800;
    font-size: 44px;
    line-height: 60px;
}

.ear .ear-flex .e1 h4 {
    color: #1E42CA;
}

.ear .ear-flex .e2 h4 {
    color: #FF7900;
}

.ear .ear-flex .e3 h4 {
    color: #87AD03;
}

.ear .ear-flex .e4 h4 {
    color: #4695FD;
}

.ear .ear-flex .er p {
    font-weight: 400;
    color: #42474D;
    line-height: 24px;
}
.container {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.container .box_ {
    width: 33.3%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px #CFCFCF;
    border-radius: 20px 20px 20px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container .box2 {
    position: relative;
    top: -50px
}
.container .box_ .pl-40{
    padding-left: 30px;
}
.container .box2::before{
    display: block;
    content: "";
    position: absolute;
    height: 15px;
    bottom: 0px;
    background: #fff;
    width: 100%;
    z-index: 101;
}
.container .box2::after{
    display: block;
    content: "";
    position: absolute;
    height: 50px;
    bottom: -50px;
    box-shadow: 0px 0px 15px 0px #CFCFCF;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
}
.container .box2 .left {
    width: 3px;
    height: 54px;
    background: var(--color-primary);
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    left: 0;
    top: 40px;
}

.container .box_ .title_ {
    font-weight: bold;
    font-size: 24px;
    color: #1a1d21;
    margin-top: 20px;
    text-align: left;
    padding-right: 20px;
    padding-left: 46px;
}

.container .box_ .subtitle_ {
    line-height: 22px;
    text-align: left;
    padding-left: 46px;
    padding-right: 20px;
    margin-top: 10px;
}

.container .box_ .border_ {
    width: 100%;
    height: 3px;
    background: #F7F8F8;
    margin-top: 25px;
}

.container .box_ .subtitle2 {
    line-height: 22px;
    text-align: left;
    padding-left: 15px;
    width: 86%;
}
.w-50 {
  width: 50px !important;
  height: 50px !important;
}
.margin-top-30 {
  margin-top: 30px;
}
.colorText {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-primary);
  padding-left: 15px;
  line-height: 40px;
}
.align-center {
  align-items: center;
}
.web_content .flex_web  {
  display: flex;
}
.web_content{
	padding-bottom: 100px;
}

.container .box{
    width: 50%;
    background-color: #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
}
.container .box .sub{
    font-size: 18px;
    color: #333333;
    padding: 20px 5% 20px 18%;
    text-align: left;
}
.container .box .sub span{
    color: var(--color-primary);
}
.container .box .sub2 span{
    color: #F1F450;
}
.container .box .title2{
    font-size: 36px;
    text-align: center;
    line-height: 90px;
    color:#1a1d21;
    background-color: #D9D9D9;
}
.container .bg2 .title2{
    background-color: #8D72FF;
    color: #fff;
}
.container .box .sub2{
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 20px 5% 20px 18%;
}
.container .box img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.border{
    border-bottom: 1px solid #EEEEEE;
}
.border2{
    border-bottom: 1px solid #fff;
}
.bg2{
    background-color: var(--color-primary) !important;
}
.container .centerBox{
    width: 150px;
    /*height:446px;*/
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    text-align: center;
    margin-top: -30px;

}
.container .centerBox img{
    width: 100%;
}
.container .centerBox .text{
    color:var(--color-primary);
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 62px;
}
.container .centerBox .text::after{
    content: "";
    display: inline-block;
    width: 50%;
    background-color: #f1f1f1;
    height: 2px;
    margin: auto;
}
.container .centerBox .text:last-child::after{
    display: none;
}