*{
	padding: 0;
	margin: 0;
}
/*头部*/
.bgimg{
	width: 100vw;
}
/*关于睿创*/
.about{
	margin-top: calc(100vw/1920*140);
	margin-bottom: calc(100vw/1920*136);
}
.about_con{
	width: calc(100vw/1920*1400);
	height: calc(100vw/1920*888);
	background-color: #FFFFFF;
	box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin:0 auto;
	text-align: center;
	position: relative;
}
.about_con > .titleimg{
	width: calc(100vw/1920*374);
	margin-top: calc(100vw/1920*71);
}
.about_con > .title{
	font-size: calc(100vw/1920*48);
	font-weight: bold;
	color: #135DB6;
	margin-bottom: calc(100vw/1920*60);
}
.about_con > .about_text{
	width: calc(100vw/1920*1053);
	font-size: calc(100vw/1920*24);
	letter-spacing: 1px;
	color: #383944;
	text-align: left;
	margin: 0 auto;
}
.about_con > .aboutimg{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: calc(100vw/1920*1400);
}

/*核心技术*/
.skill{
	background: url(../images/bgs.png) no-repeat;
	width: 100vw;
	height: calc(100vw/1920*862);
	padding-top: calc(100vw/1920*89);
}
.skill  .skill_top{
	width: calc(100vw/1920*1400);
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.skill .skill_top > div{
	flex: 1;
	text-align: center;
	font-size: calc(100vw/1920*42);
	height: calc(100vw/1920*288);
	color: #FFFFFF;
	border-right:  2px solid #4B82B2;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: calc(100vw/1920*90);
}
.skill .skill_top > div:last-child{
	border-right:  0px;
}
.skill .line{
	width: calc(100vw/1920*1400);
	height: 2px;
	background: #4B82B2;
	margin: calc(100vw/1920*52) auto;
}

/*客户案例*/
.customerCase{
	padding: calc(100vw/1920*125) 0 calc(100vw/1920*207) 0;
	text-align: center;
}
.customerCase > .case_titleimg{
	width: calc(100vw/1920*374);
	margin: 0 auto;
}
.customerCase > .case_title{
	font-size: calc(100vw/1920*48);
	font-weight: bold;
	color: #135DB6;
	margin-bottom: calc(100vw/1920*60);
} 
 .domain {
  width: calc(100vw/1920*1400);
  margin: 0 auto;
  height: calc(100vw/1920*650);
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
 .domain:hover .domain-item {
  width: 20%;
}
 .domain-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease;
}
 .domain-bg img {
  width: 100%;
  height: 100%;
}
.domain-item-view{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.domain-items{
	width: calc(100vw/1920*1400);
	height: calc(100vw/1920*650);
	display: flex;
}
.domain-item{
  flex: auto;
  height: 100%;
  border-right: 1px solid #FFFFFF;
  color: #fff;
  font-size: 34px;
  vertical-align: top;
  overflow: hidden;
  transition: all 0.5s ease;
  text-align: center;
}
 .domain-item:last-child {
  border: none;
}

 .domain-item-content {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: normal;
}
 .domain-item-content-title {
  position: absolute;
  top: calc(100vw/1920*310);
  left: 45%;
  transform: translate(-50%, 50%);
  transition: all 0.5s ease;
  font-size: calc(100vw/1920*24);
}
 .domain-item-content-desc {
  position: absolute;
  top: 50%;
  margin: 0px calc(100vw/1920*30);
  opacity: 0;
  transition: all 0.5s ease;
  text-align: left;
}
.domain-item-content-desc div{
	font-size: calc(100vw/1920*30);
	font-weight: 400;
	color: #FFFFFF;
}
.domain-item:hover {
  width: calc(100vw/1920*467)!important;
}
.domain-item:hover .domain-item-bg {
  opacity: 1;
}
 .domain-item:hover .domain-item-content-title {
  top: calc(100vw/1920*39);
  left: calc(100vw/1920*30);
  transform: translate(0, 50%);
  opacity: 1;
  font-size: calc(100vw/1920*34);
  font-weight: bold;
}
 .domain-item:hover .domain-item-content-desc {
  top: calc(100vw/1920*130);
  opacity: 1;
}
.two{
	margin-top: calc(100vw/1920*62);
}
.nums{
	line-height: calc(100vw/1920*52);
}
.nums span{
	font-size: calc(100vw/1920*36);
}
/*联系我们*/
.bottom{
	position: relative;
}
.bottom > .bottom_img{
	width: 100vw;
}
.bottom > .bottom_con{
   position: absolute;
   top: calc(100vw/1920*215); 
   left: 0;
   z-index: 1;
   width: 100vw;
   height: calc(100vw/1920*120); 
   display: flex;
   align-items: center;
   color: #FFFFFF;
}
.bottom > .bottom_con > .logo_bottom{
	margin-left: calc(100vw/1920*260);
	width: calc(100vw/1920*209);
	margin-right: calc(100vw/1920*36);
}
.bottom > .bottom_con > .bottom_text{
	border-left: 1px solid #FFFFFF;
	padding-left: calc(100vw/1920*39);
	height: calc(100vw/1920*120); 
}
.bottom_text_title{
	font-size: calc(100vw/1920*22);
	font-weight: bold;
	margin-bottom: calc(100vw/1920*16);
	margin-top: 3px;
}
.bottom_text span{
	margin-right: calc(100vw/1920*83);
	font-size: calc(100vw/1920*22);
	color: #FFFFFF;
}
.beianhao{
	font-size: calc(100vw/1920*13);
}
.gongan{
	font-size: calc(100vw/1920*14);
	padding-left: calc(100vw/1920*30);
	margin-left: calc(100vw/1920*40);
	background:url("../images/gognan.png") left center no-repeat
}