@charset "UTF-8";



.video-list ul li .con:hover .txt {
	height: auto;
	margin-bottom: .5em;
	-webkit-line-clamp: 100;
	max-height: inherit
}



.video_place {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 999999999
}

.video_con {
	z-index: 2;
	width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center
}

.lt9 .video_con {
	top: 20%;
	left: 10%;
	background: #000
}

.video_con video {
	width: 100%;
	height: 100%
}

.video_close_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -264px -3.875em 0 450px;
	cursor: pointer
}

.video_close_btn span {
	width: 2.875em;
	float: left;
	position: relative;
	top: -3.625em;
	height: 2.875em;
	background: url(https://www.yunchuang.xin/skin/pic/close.png) no-repeat center center;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all .5s
}

.video_close_btn:hover span {
	transform: rotate(90deg)
}

.video_place .con {
	position: relative
}

.video_place p {
	position: absolute;
	top: 50%;
	margin-top: 258px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	padding: .85em 0;
	color: #fff;
	text-align: center;
	cursor: pointer
}

.img_dou img {
	position: absolute;
	width: 101%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.img_dou:hover a {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.img_dou:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}


@media only screen and (max-height:900px) and (min-width:1000px) {

}

@media only screen and (max-height:800px) and (min-width:1000px) {

}

@media only screen and (max-height:700px) and (min-width:1000px) {

}

@media only screen and (max-height:660px) and (min-width:1000px) {
	.video_close_btn {
		left: auto;
		top: auto;
		bottom: 85%;
		right: 10%
	}

	.video_close_btn span {
		top: 0
	}

	.video_place p {
		top: 85%;
		left: 10%;
		width: 80%;
		margin-top: 0;
		margin-left: 0
	}
}

@media only screen and (max-width:1400px) {

}

@media only screen and (max-height:580px) and (min-width:1000px) {

}

@media only screen and (max-width:1900px) {

}

@media only screen and (max-width:1800px) {

}

@media only screen and (max-width:1600px) {


@media only screen and (max-width:1340px) {

	.case-pic-list ul {
		margin: 0 -1em
	}

	.case-pic-list ul li .text {
		padding: 0 1em
	}

	.solution-pic-list ul {
		margin: 0 -1em
	}

	.solution-pic-list ul li .con {
		margin: 0 .125em
	}
}

@media only screen and (max-width:1280px) {
	.pic-list .text {
		padding: 1.4375em 1em 1.875em
	}
}

@media only screen and (max-width:1240px) {

}

@media only screen and (max-width:1160px) {

}

@media only screen and (max-width:1100px) {
	.aside {
		right: 60px
	}

}

@media only screen and (max-width:980px) {
	.video_con {
		width: 80%
	}

	.video_close_btn {
		left: auto;
		top: auto;
		bottom: 75%;
		right: 16%
	}

	.video_close_btn span {
		top: 0
	}

	.video_place p {
		top: 80%;
		left: 10%;
		width: 80%;
		margin-top: 0;
		margin-left: 0
	}
}

@media only screen and (max-width:900px) {

}

@media only screen and (max-width:767px) {
	.video_close_btn span {
		top: -8.625em
	}
}

.menu-con .fanhui3,.menu-con .fanhui4,.menu-nav .title .fanhui {
	display: none
}

@media only screen and (max-width:1000px) {
	.nav_phone,.nav_phone_btn {
		display: block;
		cursor: pointer
	}

	.nav_phone_btn {
		position: absolute;
		z-index: 102;
		top: 50%;
		margin-top: -18px;
		left: 4.125em;
		transition: .3s all;
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-o-transition: .3s all;
		-ms-transition: .3s all
	}

	.nav_phone_btn {
		display: block;
		cursor: pointer;
		height: 36px
	}

	.nav_phone_btn span {
		position: relative;
		font-size: 0;
		width: 28px;
		height: 2px;
		background-color: #e83421;
		display: inline-block;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out
	}

	.nav_phone_btn span:after,.nav_phone_btn span:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #e83421;
		left: 0;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out
	}

	.nav_phone_btn span:before {
		top: -10px
	}

	.nav_phone_btn span:after {
		top: 10px
	}

	.visible_nav.nav_phone_btn span {
		background-color: transparent
	}

	.visible_nav.nav_phone_btn span:before {
		left: 0;
		top: 0;
		transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg)
	}

	.visible_nav.nav_phone_btn span:after {
		top: 0;
		left: 0;
		transform: rotateZ(-45deg);
		-webkit-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg)
	}

	.body_nav_phone .header .hd-cn {
		top: 3.5em
	}

	.body_nav_phone .wrapper {
		height: 100%;
		overflow: hidden
	}

}

.nrnav-box.active {
	left: 0;
	right: 0
}

.scrollHeader .header.headeractive {
	box-shadow: none
}

.er_bn .img {
	padding-bottom: 30%
}

.er_bn .tit {
	left: 13.66%;
	right: 13.66%
}

.er_bn .tit i {
	width: 9.163%
}

#loginicon img {
	position: absolute;
	top: 16px;
	right: 2.1em
}
}

@media only screen and (max-width:800px) {
	.main {
		margin-top: 0px
	}
}

@media only screen and (min-width:768px) {
	.case-pic-list ul li {
		height: 200px
	}
}

.zhongwen {
	display: none
}

@media only screen and (max-width:767px) {

	.pic-list ul li .con {
		padding-bottom: 7.375em
	}

	.pic-list .img {
		transform: scale(.997)
	}

	.pic-list .img-video .img {
		padding-bottom: 0
	}

	.pic-list .img-video .img img {
		position: relative
	}

	.zhongwen {
		display: block
	}

	.er-bn dl dd {
		line-height: 1.7
	}

	.wrapper {
		overflow: hidden
	}

	.top-search {
		display: none
	}

	.nav_phone_btn {
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0
	}

	.nrnav-box .nr-nav-right1>li {
		padding-left: 1.5em
	}

	.nrnav-box .nr-nav-left {
		width: 100%;
		padding-bottom: .5em
	}

	.nrnav-box .nr-nav-right1 {
		position: relative;
		float: left;
		width: 100%;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden
	}

	.nrnav-box .nr-nav-right1>li {
		padding: 0 2em 0 0;
		white-space: nowrap
	}

	.nrnav-box .nr-nav-right1>li>a {
		padding: .5em 0;
		font-size: 14px
	}

	.nrnav-box {
		padding-bottom: 0
	}

	.nrnav-box.active {
		left: 0;
		right: 0;
		padding-left: 20px;
		padding-right: 20px
	}

	.nrnav-box.active .nr-nav-right1 {
		right: 0
	}

	.nrnav-box .nr-nav-right1>li:last-child {
		padding-right: 0
	}

	.er-bn .img {
		padding-bottom: 60%
	}

	.er-bn dl dd br {
		display: none
	}

	.pic-list {
		padding-bottom: 2.5em
	}

	.pic-list .text {
		padding: 1em
	}

	.pic-list ul li {
		padding: 1.875em 0 0
	}

	.case-pic-list {
		padding-top: 2.5em;
		padding-left: 0
	}

	.case-pic-list .in-title {
		position: relative;
		top: 0
	}

	.case-pic-list ul {
		margin: 0;
		padding-top: 2em;
		padding-bottom: .5em
	}

	.case-pic-list ul li {
		width: 100%;
		padding-bottom: 1em;
		margin-bottom: 1em;
		border-bottom: 1px solid #dcdcdc
	}

	.case-pic-list ul li:last-child {
		border-bottom: 0
	}

	.case-pic-list ul li .text {
		padding: 0
	}

	.solution-pic-list {
		padding-top: 2.5em;
		padding-left: 0
	}

	.solution-pic-list .in-title {
		position: relative;
		top: 0
	}

	.solution-pic-list ul {
		padding-top: 1em
	}

	.solution-pic-list ul li {
		width: 100%;
		margin-bottom: 0
	}

	.solution-pic-list ul li .txt {
		height: auto
	}

	.pic-tab-nav {
		width: 100%;
		left: -20px;
		right: -20px
	}

	.pic-tab-nav .nr-nav-right1 {
		width: 100%;
		overflow-x: scroll;
		display: flex;
		border-bottom: 1px solid #e4e4e4
	}

	.pic-tab-nav .nr-nav-right1>li>a {
		padding: .5em 1em
	}

	.pic-tab-nav .nr-nav-right1>li {
		display: inline-block;
		border-bottom: 0;
		border-top: none;
		white-space: nowrap
	}

	.pic-tab-nav .nr-nav-right1>li>a i {
		display: none
	}

	.document-bn .img {
		position: relative;
		width: 100%;
		padding-bottom: 40%
	}

	.document-bn .img .jt {
		display: none
	}

	.document-bn .text {
		width: 100%;
		padding: 2em
	}
}

.arial_app {
	display: none;
	width: 100%
}

.app_f {
	display: none
}

@media only screen and (max-width:650px) {
	.arial_app .nr-nav-right1>li {
		padding: 0 .5em 0 0
	}
}

.aside_app {
	display: none!important
}

@media only screen and (max-width:500px) {

	.apply-btn-new {
		margin: 6px 0
	}

	.apply-btn-new>a>i {
		margin-top: 11px;
		display: block;
		line-height: 1.5;
		font-style: normal;
		padding-bottom: 5px
	}

	.aside_pc {
		display: none!important
	}

	.aside_app {
		display: block!important
	}

	.aside .aside_app a {
		background: #e83421;
		width: 38px;
		color: #fff;
		display: inline-block;
		border-radius: 50%;
		padding: 0
	}

	.aside .aside_app a img {
		width: 100%
	}

	.aside {
		right: 3.125%;
		bottom: 54px
	}

	.pic-list .img a img {
		position: relative
	}

	.pic-list .img a,.tech-index-sec02 .pic-list .img a {
		padding-bottom: 0
	}

	.img-video .play i,.img-video .play2 i,.pro-sec01 .img-video .play i {
		width: 44px;
		height: 44px
	}

	.play_button {
		font-size: 14px
	}
}

@media only screen and (max-width:414px) {

}

@media only screen and (max-width:375px) {

}

@media only screen and (max-width:340px) {
	.video_close_btn {
		margin-right: -2.875em
	}
	.nrnav-box .nr-nav-right1>li>a {
		font-size: 12px
	}

	.apply-btn-new>a>i {
		float: left;
		width: 100%;
		font-style: normal;
		margin-top: 0!important
	}

	.apply-btn-new>a>span {
		line-height: 2.5!important
	}
}

#loginicon_app {
	display: none
}

#loginicon span,#loginicon_app span {
	display: inline-block;
	width: 78%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#loginicon img,#loginicon_app img {
	width: 13px;
	float: right;
	position: relative;
	top: 4px;
	cursor: pointer
}

@media only screen and (max-width:1000px) {
	#loginicon_app {
		display: block;
		width: 100%;
		line-height: 3em
	}

	#loginicon_app img {
		position: absolute;
		top: 16px;
		right: 2.1em
	}
}

#right_login_icon span {
	position: relative;
	top: 6px
}

.detail_content_12j ul,ol {
	list-style-position: inside!important
}

.detail_content_12j ul li,ol li {
	list-style-type: inherit!important
}

.detail_content_12j ul p,ol p {
	display: inline-block!important
}

.detail_content_12j address,.detail_content_12j cite,.detail_content_12j em,.detail_content_12j i {
	font-style: italic!important
}

.detail_content_12j h1 {
	font-size: xx-large!important
}

.detail_content_12j h2 {
	font-size: x-large!important
}

.detail_content_12j h3 {
	font-size: large!important
}

.detail_content_12j h4 {
	font-size: medium!important
}

.detail_content_12j h5 {
	font-size: small!important
}

.detail_content_12j h6 {
	font-size: x-small!important
}

.detail_content_12j a {
	color: #333
}



/*///////////////////////*/
.tabs_parent_container,.tabs_parent_container2 {
  color: #000;
  max-width: 1200px;
  margin: auto;
  margin-top: 2rem;
}
.tabs_parent_container h3,.tabs_parent_container2 h3 {
  margin: 0;
  margin-bottom: 1rem;
}
.tabs_parent_container .tab_header {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  /*border-radius: 10px;*/
  overflow: hidden;
  /*box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.459);*/
}
.tabs_parent_container2 .tab_header2 {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  /*border-radius: 10px;*/
  overflow-y: scroll;
  /*box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.459);*/
}
.tabs_parent_container .tab_header .tab_marker {
  background-color: #006eff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  transition: all 0.15s ease-in-out;
}
.tabs_parent_container2 .tab_header2 .tab_marker2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  transition: all 0.15s ease-in-out;
}
.tabs_parent_container .tab_header .tab {
  position: relative;
  flex-grow: 1;
  text-align: center;
  height: 98px;
  line-height: 120px;
}
.tabs_parent_container2 .tab_header2 .tab2 {
  position: relative;
  flex-grow: 1;
  text-align: center;
  height: 90px;
  line-height: 40px;
}
.tabs_parent_container .tab_header input,.tabs_parent_container2 .tab_header2 input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.tabs_parent_container .tab_header label {
  display: block;
  padding: 1rem 1.5rem;
  cursor: pointer;
}
.tabs_parent_container2 .tab_header2 label {
  display: block;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  padding-bottom: 0;
  cursor: pointer;
  margin-top: 40px;
}
.tabs_parent_container .tab_header input:not(:checked) + label:hover,.tabs_parent_container2 .tab_header2 input:not(:checked) + label:hover {
  /*background-color: #5a5a5a;*/
}
.tabs_parent_container .tab_header input:checked + label,.tabs_parent_container2 .tab_header2 input:checked + label {
  color:#006eff;
  /*background-color: #3a3a3a;*/
}
.tabs_parent_container .tab_header .tab:nth-child(1) label,.tabs_parent_container2 .tab_header2 .tab2:nth-child(1) label {
  border-radius: 10px 0 0 10px;
}
.tabs_parent_container .tab_header .tab:nth-child(3) label,.tabs_parent_container2 .tab_header2 .tab2:nth-child(3) label {
  border-radius: 0 10px 10px 0;
}
.tabs_parent_container .tab_content,.tabs_parent_container2 .tab_content2 {
  /*background-color: #3d3d3d;
  padding: 2rem;
  border-radius: 1rem;*/
  margin: auto;
  display: none;
  /*box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.459);*/
  position: relative;
  overflow: hidden;
}
.tabs_parent_container .tab_content.visible,.tabs_parent_container2 .tab_content2.visible {
  display: block;
}
.tabs_parent_container .tab_content h3,.tabs_parent_container2 .tab_content2 h3 {
  color: #555555;
  font-size: 3.5rem;
  position: absolute;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  left: 0;
  top: 0;
  margin-left: 1rem;
}
.tab_content .bg_cover {
    position: relative;
    width: 100%;
    top: -240px;
    height: 100%;
}
.tab_content2 .bg_cover {
    position: relative;
    width: 100%;
    top: -110px;
    height: 100%;
}
/*///////////////////////*/




.tabs_parent_container,.tabs_parent_container2,.tabs_parent_container5 {
  color: #000;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.tabs_parent_container h3,.tabs_parent_container2 h3,.tabs_parent_container5 h3 {
  margin: 0;
  margin-bottom: 1rem;
}
.tabs_parent_container .tab_header {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  /*border-radius: 10px;*/
  overflow: hidden;
  /*box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.459);*/
}
.tabs_parent_container2 .tab_header2 {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  /*border-radius: 10px;*/
  overflow-y: scroll;
  /*box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.459);*/
}
.tabs_parent_container5 .tab_header5 {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  /*border-radius: 10px;*/
  overflow-x: auto;
  overflow-y: hidden;
  /*box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.459);*/
}
.tabs_parent_container .tab_header .tab_marker {
  background-color: #006eff;
  position: absolute;
  bottom: 0;
  left: 75px;
  height: 5px;
  transition: all 0.15s ease-in-out;
  width: 90px !important;
}
.tabs_parent_container2 .tab_header2 .tab_marker2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  transition: all 0.15s ease-in-out;
}
.tabs_parent_container5 .tab_header5 .tab_marker5 {
  background-color: #006eff;
  position: absolute;
  bottom: 0;
  left: 100px;
  height: 5px;
  transition: all 0.15s ease-in-out;
}
.tabs_parent_container .tab_header .tab {
  position: relative;
  flex-grow: 1;
  text-align: center;
  height: 98px;
  line-height: 120px;
}
.tabs_parent_container2 .tab_header2 .tab2 {
  position: relative;
  flex-grow: 1;
  text-align: center;
  height: 90px;
  line-height: 40px;
}
.tabs_parent_container5 .tab_header5 .tab5 {
  position: relative;
  flex-grow: 1;
  text-align: center;
  height: 90px;
  line-height: 30px;
}
.tabs_parent_container .tab_header input,.tabs_parent_container2 .tab_header2 input,.tabs_parent_container5 .tab_header5 input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.tabs_parent_container .tab_header label {
  display: block;
  padding: 1rem 1.5rem;
  cursor: pointer;
}
.tabs_parent_container2 .tab_header2 label {
  display: block;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  padding-bottom: 0;
  cursor: pointer;
  /*padding-top: 55px;*/
}
.tabs_parent_container5 .tab_header5 label {
  display: block;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  padding-bottom: 0;
  cursor: pointer;
  padding-top: 55px;
}

.tabs_parent_container .tab_header input:not(:checked) + label:hover,.tabs_parent_container2 .tab_header2 input:not(:checked) + label:hover,.tabs_parent_container5 .tab_header5 input:not(:checked) + label:hover {
  /*background-color: #5a5a5a;*/
}
.tabs_parent_container .tab_header input:checked + label,.tabs_parent_container2 .tab_header2 input:checked + label,.tabs_parent_container5 .tab_header5 input:checked + label {
  color:#006eff;
  /*background-color: #3a3a3a;*/
}
.tabs_parent_container .tab_header .tab:nth-child(1) label,.tabs_parent_container2 .tab_header2 .tab2:nth-child(1) label,.tabs_parent_container5 .tab_header5 .tab5:nth-child(1) label {
  border-radius: 10px 0 0 10px;
}
.tabs_parent_container .tab_header .tab:nth-child(3) label,.tabs_parent_container2 .tab_header2 .tab2:nth-child(3) label,.tabs_parent_container5 .tab_header5 .tab5:nth-child(3) label {
  border-radius: 0 10px 10px 0;
}
.tabs_parent_container .tab_content,.tabs_parent_container2 .tab_content2,.tabs_parent_container5 .tab_content5 {
  /*background-color: #3d3d3d;
  padding: 2rem;
  border-radius: 1rem;*/
  margin: auto;
  display: none;
  /*box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.459);*/
  position: relative;
  overflow: hidden;
}
.tabs_parent_container .tab_content.visible,.tabs_parent_container2 .tab_content2.visible,.tabs_parent_container5 .tab_content5.visible {
  display: block;
}
.tabs_parent_container .tab_content h3,.tabs_parent_container2 .tab_content2 h3,.tabs_parent_container5 .tab_content5 h3 {
  color: #555555;
  font-size: 3.5rem;
  position: absolute;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  left: 0;
  top: 0;
  margin-left: 1rem;
}
.tab_content .bg_cover {
    position: relative;
    width: 100%;
    top: -240px;
    height: 100%;
}
.tab_content2 .bg_cover {
    position: relative;
    width: 100%;
    top: -110px;
    height: 100%;
}
.tab_content5 .bg_cover {
    position: relative;
    width: 100%;
    top: -110px;
    height: 100%;
}


@keyframes scanAnim-c27e595c {
	0% {
		top: -32px
	}

	to {
		top: calc(100% + 16px)
	}
}