﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
.about_megvii-declaration {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    position: relative;
}
.about_megvii-declaration .content {
    margin-top: 20px;
    width:100%;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    padding-bottom: 20px;
}
.about_megvii-declaration .content img {
    max-width: 100%;
}
.about_megvii-pic{
	width:100%
}
.about_megvii-pic img{
	width:100%
}
.about_megvii-declaration .pic {
    width: calc(100% - 770px);
 	 float:left;
}
.about_megvii-declaration.mobile{
	display:none
}
@media screen and (max-width: 767px) {
    .about_megvii-declaration {
      width: 100vw;
      display:none
    }
    .about_megvii-declaration .content {
      width: 100vw;
      padding: 0.24rem;
      margin: 0;
      color: #333;
    }
    .about_megvii-declaration .content img {
      max-width: 100%;

    }
    .amap{
      height: 350px!important;
    }
  
    .about_megvii-declaration.mobile{
      display:block
    }
    .about_megvii-declaration .pic {
        width: 100%;
 	     float:none;
 	     padding: 15px;
    }
    .about_megvii-declaration .pic img{
        width:100%
    }  
}

.card-ad{
  text-align:center;
  width:100%;
  overflow: hidden;
}

.gray{
    background-color: #F4F4F4;
}
.card-core {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 30px;
}
.about-core {
	width: 33.333333%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about-core i {
	display: flex;
	border-radius: 200px;
	width: 170px;
	height: 170px;
	line-height: 170px;
	text-align: center;
	background-color: #D7D7D7;
	color: #ffffff;
	justify-content: center;
	align-items: center;
}
.about-core i img {
	width: 80px;
	height: 80px;
}
.about-core p {
	line-height: 80px;
	font-size: 16px;
	color: #666666;
}
.about-core .desc {
	display: none;
	position: absolute;
	bottom: -90px;
	left: 0;
	height: 120px;
	line-height: 120px;
	background-color: #eeeeee;
	width: 100%;
	font-size: 16px;
}
.hover i {
	background-color: #0855A4;
}
.hover p {
	color: #0855A4;
}
.hover .desc {
	display: block;
}
.about-core .desc::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -25px;
	margin-left: -13px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 25px solid #eeeeee;
}
@media screen and (max-width: 767px) {
    .card-core{
        padding-bottom: 100px;
    }
    .about-core i{
        width: 110px;
        height: 110px;
    }
    .about-core i img {
        width: 50px;
        height:50px;
    }
    .hover .desc {
        display: flex;
        height: 70px;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        line-height: 25px;
        bottom: 25px;
    }
    .about-core .desc::before{border:0}

}
.service-ad{
	margin-bottom:15px;
   background-color:#EDF4FA;   
   text-align:center;
}
.service-title{
    font-size: 35px;
    color: #666666;
    text-align: center;
    padding: 50px 0;
}
.service-item{
   text-align:center;
}
@media screen and (max-width: 767px) {
	.service-title{
      font-size: 14px;
   }
}