.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: all .5s
}

.header .logo {
	display: flex;
	width: 140px
}

.header .logo img {
	display: block;
	width: 100%
}

.header .container {
	box-sizing: border-box;
	padding: 0 7.8125vw 0 5.2083vw;
	display: flex;
	justify-content: space-between;
	width: 100%
}

.header .right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 37px;
	transition: all .5s
}

.header .language-select {
	position: relative;
	z-index: 10;
	background: url(../images/language.png) no-repeat left center;
	background-size: 20px 20px;
	padding-left: 30px;
	width: 80px
}

.header .language-select::after {
	content: '';
	width: 8px;
	height: 5px;
	background: url(../images/lang_wb.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2.5px
}

.header .language-select p {
	font-size: 0.7813vw;
	color: #fff;
	line-height: 20px;
	cursor: pointer
}

.header .language-select ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: none
}

.header .language-select ul::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 0.5208vw solid transparent;
	border-right: 0.5208vw solid transparent;
	border-bottom: 0.5208vw solid rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 50%;
	top: -0.5208vw;
	margin-left: -0.2604vw
}

.header .language-select ul a {
	font-size: 0.7813vw;
	line-height: 3;
	color: #fff;
	display: block;
	text-align: center
}

.header .bot {
	display: flex;
	align-items: center;
	margin-top: 22px
}

.header .nav {
	display: flex
}

.header .nav li {
	margin-right: 2.6042vw;
	position: relative
}

.header .nav .arrow {
	padding-right: 1.1979vw
}

.header .nav .arrow::after {
	content: '';
	width: 8px;
	height: 5px;
	background: url("../images/lang_wb.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2.5px
}

.header .nav .link {
	display: block;
	font-size: 0.8333vw;
	line-height: 16px;
	color: #fff;
	font-weight: bold
}

.header .nav .erify {
	display: none;
	position: absolute;
	left: 50%;
	top: 1.875vw;
	background: rgba(0, 0, 0, 0.3);
	padding: 0 1.0417vw;
	width: 9.375vw;
	box-sizing: border-box;
	transform: translateX(-50%)
}

.header .nav .erify::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 0.5208vw solid transparent;
	border-right: 0.5208vw solid transparent;
	border-bottom: 0.5208vw solid rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 50%;
	top: -0.5208vw;
	margin-left: -0.2604vw
}

.header .nav .erify a {
	display: block;
	font-size: 0.8333vw;
	line-height: 2.9167vw;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	text-align: center;
	position: relative
}

.header .nav .erify a:last-child {
	border-bottom: none
}

.header .nav .erify a::after {
	content: '';
	width: 8px;
	height: 5px;
	background: url("../images/lang_wb.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2.5px;
	transform: rotate(-90deg)
}

.header .nav .erify-long {
	width: 8.4792vw
}

.header .line {
	width: 1px;
	height: 25px;
	background: rgba(255, 255, 255, 0.3);
	margin-right: 1.5625vw
}

.header .search {
	width: 20px;
	height: 20px;
	background: url(../images/search.png) no-repeat;
	background-size: cover;
	position: relative;
	cursor: pointer
}

.header .search-erify {
	display: none;
	z-index: 10;
	position: absolute;
	right: 0;
	top: -8px;
	width: 240px;
	height: 36px;
	background: #fff
}

.header .search-erify form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px
}

.header .search-erify .text {
	width: 160px;
	height: 34px;
	padding: 0 20px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px
}

.header .search-erify .btn {
	width: 34px;
	height: 34px;
	background: url(../images/search_n.png) no-repeat center;
	background-size: 18px 18px;
	cursor: pointer
}

.head-show {
	height: 77px;
	background: rgba(0, 0, 0, 0.6)
}

.head-show .language-select {
	display: none
}

.head-show .right {
	padding-top: 4px
}

.m-header {
	display: none
}

.footer {
	background: #242834
}

.footer .top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2.8646vw;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	z-index: 10
}

.footer .pic {
	width: 110px
}

.footer .nav {
	margin-top: 2.0833vw;
	display: flex
}

.footer .nav a {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin-right: 3.4375vw
}

.footer .nav a:last-child {
	margin-right: 0
}

.footer .nav a:hover {
	color: #047CEB
}

.footer .address {
	margin-top: 2.6042vw
}

.footer .address p {
	font-size: 13px;
	line-height: 30px;
	color: #B6B7B8
}

.footer .address span {
	font-size: 15px;
	color: #fff;
	margin-right: 1.3542vw
}

.footer h5 {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.9375vw
}

.footer .right {
	width: 15.9375vw;
	padding-top: 6.3542vw;
	text-align: center;
}

.footer .title {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight: bold
}

.footer .friend-select {
	position: relative;
	z-index: 10;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	margin-top: 1.0417vw
}

.footer .friend-select::after {
	content: '';
	width: 12px;
	height: 7px;
	background: url(../images/arrow_wb.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 1.0417vw;
	top: 50%;
	margin-top: -3.5px
}

.footer .friend-select p {
	font-size: 15px;
	line-height: 3;
	padding: 0 0.8333vw;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer
}

.footer .friend-select ul {
	display: none;
	position: absolute;
	left: -1px;
	bottom: 45px;
	width: 100%;
	max-height: 180px;
	overflow-y: auto;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: #242834;
	border-radius: 4px
}

.footer .friend-select a {
	display: block;
	font-size: 15px;
	line-height: 3;
	color: #fff;
	padding: 0 0.8333vw;
	opacity: .6
}

.footer .friend-select a:hover {
	opacity: 1
}

.footer .share {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.4583vw;
	position: relative;
	z-index: 20
}

.footer .share a {
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 1.0417vw;
	position: relative
}

.footer .share .icon {
	width: 22px;
	height: 22px;
	background: url(../images/wechat.png) no-repeat;
	background-size: cover
}

.footer .share .icon-dy {
	background-image: url(../images/dy.png)
}

.footer .share .icon-linkin {
	background-image: url(../images/linkin.png)
}

.footer .share .icon-sina {
	background-image: url(../images/sina.png)
}

.footer .share .erify {
	position: absolute;
	left: 50%;
	bottom: 28px;
	width: 5.7292vw;
	margin-left: -2.8646vw;
	display: none
}

.footer .share .erify::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -3px
}

.footer .share .erify img {
	display: block;
	width: 100%
}

.footer .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.3021vw 0 1.9792vw;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.6)
}

.footer .bot a {
	color: rgba(255, 255, 255, 0.6)
}

.footer .bot a:hover {
	text-decoration: underline
}

.sub-banner {
	position: relative;
	z-index: 20
}

.sub-banner img {
	display: block;
	width: 100%
}

.sub-banner .main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}

.sub-banner h3 {
	padding-top: 15.1042vw;
	font-size: 2.8125vw;
	line-height: 1.3148;
	color: #fff;
	font-weight: bold
}

.sub-banner .bot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.sub-banner .nav {
	margin-top: 2.6042vw
}

.sub-banner .list {
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.4)
}

.sub-banner .list a {
	display: block;
	width: 20%;
	flex-grow: 1;
	line-height: 4.4271vw;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 0.8854vw;
	color: #fff;
	transition: all .5s
}

.sub-banner .list a:last-child {
	border-right: none
}

.sub-banner .list a:hover {
	background: linear-gradient(90deg, rgba(35, 122, 228, 0.8) 5.45%, rgba(37, 193, 255, 0.8) 100%);
	backdrop-filter: blur(3.5px)
}

.sub-banner .list .active {
	background: linear-gradient(90deg, rgba(35, 122, 228, 0.8) 5.45%, rgba(37, 193, 255, 0.8) 100%);
	backdrop-filter: blur(3.5px)
}

.sub-banner .single-list {
	padding: 0 7.8125vw
}

.sub-banner .single-list a {
	width: 25vw;
	flex-grow: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.4) !important
}

.website .container {
	display: flex;
	justify-content: flex-end
}

.website a {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	margin-left: 15px
}

.website span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	margin-left: 15px
}

.website i {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/home.png) no-repeat;
	background-size: cover;
	margin-right: 10px
}

.media-pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	display: none
}

.media-pop .close {
	display: block;
	width: 1.5625vw;
	height: 1.5625vw;
	position: absolute;
	right: 0;
	top: -2.0833vw;
	background: url("../images/close.png") no-repeat;
	background-size: cover
}

.media-pop .close:hover {
	transform: rotate(180deg)
}

.media-pop .media-pop-main {
	width: 50vw;
	height: 28.125vw;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.media-pop video {
	display: block;
	width: 100%;
	height: 28.125vw
}

.case-list ul {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2.0833vw
}

.case-list li {
	width: 27.0833vw;
	margin: 0 1.5625vw 1.5625vw 0;
	height: 18.75vw;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.case-list li:nth-child(3n) {
	margin-right: 0
}

.case-list li:hover .main {
	bottom: 0
}

.case-list li:hover .imgBg {
	transform: scale(1.1, 1.1)
}

.case-list li:hover .name {
	font-weight: bold
}

.case-list li:hover .data {
	margin-top: 0.5208vw
}

.case-list li::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4))
}

.case-list .imgBg {
	width: 100%;
	height: 18.75vw
}

.case-list .main {
	position: absolute;
	left: 0;
	bottom: -3.4375vw;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.5625vw;
	transition: all .5s;
	z-index: 10
}

.case-list .name {
	font-size: 1.0417vw;
	line-height: 1.7;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
}

.case-list .data {
	margin-top: 1.0417vw;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	display: flex;
	justify-content: space-between;
	padding: 0.625vw 0 1.3542vw;
	font-size: 0.9375vw;
	line-height: 1.5556;
	color: #fff
}

.case-list .data span {
	font-weight: bold
}

.case-list .item {
	width: 50%
}

.news-search {
	position: relative;
	z-index: 10;
	margin-top: 3.0208vw
}

.news-search .form {
	display: flex;
	width: 500px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	border-bottom: 3px solid #0B0B0B
}

.news-search .year-select {
	position: relative;
	z-index: 10;
	width: 90px
}

.news-search .year-select::after {
	content: '';
	width: 10px;
	height: 6px;
	background: url(../images/arrow_bb.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px
}

.news-search .year-select p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 53px;
	cursor: pointer;
	padding-left: 15px
}

.news-search .year-select ul {
	position: absolute;
	left: 0;
	top: 53px;
	width: 100%;
	max-height: 220px;
	overflow-y: auto;
	display: none;
	background: #fff
}

.news-search .year-select ul li {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 44px;
	padding: 0 15px;
	cursor: pointer
}

.news-search .text {
	display: block;
	width: 290px;
	height: 53px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6)
}

.news-search .text::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6)
}

.news-search .text::-moz-placeholder {
	color: rgba(0, 0, 0, 0.6)
}

.news-search .btn {
	display: block;
	border: none;
	width: 20px;
	height: 20px;
	background: url(../images/search_n.png) no-repeat center;
	background-size: cover
}

.news-list {
	padding: 3.0208vw 0 1.0417vw
}

.news-list li {
	margin-bottom: 2.6042vw;
	border-bottom: 1px solid #E3E3E3
}

.news-list a {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2.6042vw
}

.news-list .date {
	width: 112px;
	height: 112px;
	background: #F5F5F5;
	border-radius: 6px
}

.news-list .date .day {
	font-size: 55px;
	line-height: 1;
	color: #047CEB;
	font-weight: 900;
	padding: 8px 0 12px 15px;
	border-bottom: 1px solid #fff
}

.news-list .date p {
	font-size: 17px;
	line-height: 1.8824;
	padding-left: 15px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.6)
}

.news-list .box {
	width: calc(100% - 142px)
}

.news-list .title {
	font-size: 1.25vw;
	line-height: 1.6667;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	max-width: 50.5208vw
}

.news-list .txt {
	font-size: 0.8333vw;
	line-height: 1.875;
	color: rgba(0, 0, 0, 0.6);
	max-width: 50.5208vw
}

.show-list {
	padding: 3.125vw 0 1.3021vw
}

.show-list li {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 2.6042vw
}

.show-list a {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2.6042vw;
	align-items: center
}

.show-list .pic {
	width: 22.3958vw;
	height: 15.3646vw;
	border-radius: 0.4167vw;
	overflow: hidden
}

.show-list .imgBg {
	height: 15.3646vw
}

.show-list .box {
	width: calc(100% - 25.1042vw)
}

.show-list .title {
	font-size: 1.4583vw;
	line-height: 1.4286;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	max-width: 43.2292vw
}

.show-list .txt {
	font-size: 0.8333vw;
	line-height: 1.875;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.875vw;
	max-width: 43.2292vw
}

.report-list {
	padding: 3.125vw 0 3.75vw
}

.report-list ul {
	display: flex;
	flex-wrap: wrap
}

.report-list li {
	width: 27.0833vw;
	margin: 0 1.5625vw 1.875vw 0
}

.report-list li:nth-child(3n) {
	margin-right: 0
}

.report-list .pic {
	height: 17.3958vw;
	border-radius: 0.4167vw;
	overflow: hidden
}

.report-list .imgBg {
	height: 17.3958vw
}

.report-list .box {
	padding: 1.25vw 1.0417vw
}

.report-list .title {
	font-size: 1.1458vw;
	line-height: 1.3182;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.report-list .txt {
	font-size: 0.8333vw;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 0.625vw
}

.report-list .time {
	font-size: 0.8333vw;
	line-height: 1.3125;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 2.1875vw
}

.summons-list {
	padding: 4.1667vw 0 2.7604vw
}

.summons-list ul {
	display: flex;
	flex-wrap: wrap
}

.summons-list li {
	box-sizing: border-box;
	width: 27.0833vw;
	height: 13.0208vw;
	border: 1px solid #E7E7E7;
	border-radius: 0.4167vw;
	margin: 0 1.5625vw 1.5625vw 0
}

.summons-list li:nth-child(3n) {
	margin-right: 0
}

.summons-list a {
	display: block;
	padding: 1.7708vw 3.125vw 1.4583vw 1.7708vw
}

.summons-list .title {
	font-size: 1.0417vw;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.8)
}

.summons-list .txt {
	font-size: 0.7813vw;
	line-height: 1.4667;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 0.7813vw
}

.summons-list .date {
	width: 88px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	margin-top: 2.5vw;
	color: #fff
}

.video-list ul {
	display: flex;
	flex-wrap: wrap
}

.video-list li {
	width: 20.625vw;
	margin: 0 1.1458vw 1.3021vw 0
}

.video-list li:nth-child(3n) {
	margin-right: 0
}

.video-list a {
	display: block;
	position: relative;
	height: 14.2708vw;
	overflow: hidden;
	border-radius: 4px
}

.video-list a:hover .imgBg {
	transform: scale(1.1, 1.1)
}

.video-list .imgBg {
	height: 14.2708vw
}

.video-list .player {
	box-sizing: border-box;
	width: 2.6042vw;
	height: 2.6042vw;
	border: 3px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 5.3125vw;
	margin-left: -1.25vw
}

.video-list .player i {
	display: block;
	width: 0.9375vw;
	height: 1.0677vw;
	background: url(../images/player.png) no-repeat;
	background-size: cover;
	margin-left: 0.2604vw
}

.video-list .name {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2.9167vw;
	font-size: 0.9375vw;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	line-height: 2.9167vw;
	padding: 0 1.3542vw
}

.manual-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4.6875vw;
	box-sizing: border-box;
	background: #F9F9F9;
	margin-bottom: 2px;
	padding: 0 2.8125vw 0 1.4063vw
}

.manual-list .name {
	display: block;
	width: calc(100% - 220px);
	font-size: 14px;
	line-height: 1.4286;
	color: rgba(0, 0, 0, 0.6)
}

.manual-list .name:hover {
	color: #047CEB
}

.manual-list .load,
.manual-list .view {
	display: flex;
	width: 98px;
	height: 28px;
	background: #C5C5C5;
	font-size: 12px;
	color: #fff;
	align-items: center;
	justify-content: center
}

.manual-list .load:hover,
.manual-list .view:hover {
	background: #047CEB
}

.manual-list .load i,
.manual-list .view i {
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/load.png") no-repeat;
	background-size: cover;
	margin-right: 3px
}

.manual-list .load .view-icon,
.manual-list .view .view-icon {
	background-image: url(../images/view.png)
}

.add-info {
	display: flex;
	margin-top: 0.7292vw
}

.add-info .item {
	margin-right: 1.5625vw;
	display: flex;
	align-items: center;
	font-size: 0.8333vw;
	line-height: 1.375;
	color: rgba(0, 0, 0, 0.6)
}

.add-info i {
	display: block;
	width: 1.1458vw;
	height: 1.1458vw;
	background: url(../images/address.png) no-repeat;
	background-size: cover;
	margin-right: 0.4167vw
}

.add-info .time-icon {
	background-image: url(../images/date.png)
}

.home .en {
	font-size: 0.8333vw;
	line-height: 1;
	color: #333;
	text-transform: uppercase;
	font-weight: bold
}

.home .en span {
	color: #047CEB
}

.home .title {
	font-size: 2.5vw;
	line-height: 1.2917;
	color: #333;
	margin-top: 1.0417vw
}

.home .swiper-banner {
	height: 800px
}

.home .swiper-banner .imgBg {
	height: 800px
}
.home .swiper-banner .imgBg img{
	width: 100%;
}

.home .swiper-banner .container {
	padding-top: 15.625vw
}

.home .swiper-banner .main {
	opacity: 0;
	transform: translateY(100%);
	transition: all 1s
}

.home .swiper-banner .swiper-slide-active .main {
	opacity: 1;
	transform: translateY(0px)
}

.home .swiper-banner .name {
	font-size: 3.4375vw;
	line-height: 1.3182;
	color: #fff;
	font-weight: bold
}

.home .swiper-banner .txt {
	font-size: 1.4583vw;
	line-height: 1.0714;
	color: #fff;
	margin-top: 0.7813vw;
	max-width: 50%
}

.home .swiper-banner .load-more {
	margin: 3.5417vw 0 0
}

.home .swiper-banner video {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover
}

.home .swiper-banner .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 2.1875vw
}

.home .swiper-banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	margin: 0 0.5208vw;
	box-sizing: border-box;
	opacity: 1
}

.home .swiper-banner .swiper-pagination-bullet-active {
	width: 1.0417vw;
	height: 1.0417vw;
	border: 2px solid #fff;
	background: none
}

.home .found-box {
	padding: 5.8333vw 0 5.2083vw
}

.home .found-box .container {
	position: relative;
	display: flex;
	justify-content: space-between
}

.home .found-box .container::before {
	content: '';
	width: 87.5vw;
	height: 11.1979vw;
	background: url(../images/txt_bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0
}

.home .found-box .left {
	width: 45.1563vw
}

.home .found-box .info {
	font-size: 0.7813vw;
	line-height: 2;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 2.5vw
}

.home .found-box .load-more {
	margin: 2.0833vw 0 0
}

.home .found-box .list {
	width: 34.4792vw;
	display: flex;
	justify-content: space-between;
	padding-top: 1.25vw;
	text-align: center
}

.home .found-box .list p {
	font-size: 0.8333vw;
	line-height: 2.625;
	color: #047CEB
}

.home .found-box .list .num {
	font-size: 3.375vw;
	line-height: 0.9524;
	color: #129c08;
	font-weight: 900
}

.home .found-box .list .num span {
	font-size: 2.0833vw;
	position: relative;
	top: -1.8229vw;
	font-weight: bold
}

.home .found-box .list .unit {
	font-size: 1.0938vw;
	line-height: 1.9;
	margin-top: 0.3125vw;
	color: rgba(0, 0, 0, 0.6)
}

.home .global-box {
	padding: 4.1667vw 0 7.2917vw
}

.home .global-box .container {
	display: flex;
	justify-content: space-between
}

.home .global-box .left {
	width: 20.4167vw
}

.home .global-box .num {
	display: flex;
	align-items: flex-end;
	margin-top: 5vw;
	font-size: 1.4583vw;
	line-height: 1.9271vw;
	font-weight: bold;
	background: linear-gradient(360deg, #237AE4 20.51%, #25C1FF 80.26%), #047CEB;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent
}

.home .global-box .num em {
	font-style: normal;
	font-size: 3.0208vw;
	font-weight: normal;
	margin-right: 0.5208vw;
	line-height: 2.0833vw
}

.home .global-box .num span {
	font-size: 10.2083vw;
	font-weight: normal;
	line-height: 8.2917vw
}

.home .global-box .name {
	font-size: 1.6667vw;
	line-height: 1.375;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	margin-top: 1.8229vw
}

.home .global-box .info {
	font-size: 0.7292vw;
	line-height: 1.8572;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.0417vw
}

.home .global-box .load-more {
	margin: 2.6042vw 0 0
}

.home .global-box .pic {
	width: 63.8542vw;
	margin-top: 1.1458vw
}

.home .field-box {
	background: linear-gradient(360deg, #fff 55.71%, rgba(255, 255, 255, 0) 113.19%);
	padding: 6.25vw 0 3.3333vw
}

.home .field-box .box {
	display: flex;
	justify-content: space-between
}

.home .field-box .info {
	width: 28.9583vw;
	font-size: 0.8854vw;
	line-height: 1.7647;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 2.2917vw
}

.home .field-box .list {
	margin-top: 2.9167vw;
	display: flex;
	justify-content: space-between
}

.home .field-box .item {
	width: 16.4583vw;
	height: 22.4479vw;
	border-radius: 0.4167vw;
	overflow: hidden;
	position: relative;
	cursor: pointer
}

.home .field-box .item:hover .main {
	top: 0;
	padding-top: 3.6458vw
}

.home .field-box .imgBg {
	height: 22.4479vw
}

.home .field-box .main {
	position: absolute;
	left: 0;
	top: 18.9063vw;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	padding: 0 1.7708vw 0;
	transition: all .5s
}

.home .field-box .name {
	font-size: 1.0417vw;
	line-height: 2.8333;
	text-align: center;
	font-weight: bold;
	color: #fff
}

.home .field-box .txt {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	text-align: justify;
	margin-top: 0.9375vw
}

.home .field-box .load-more {
	width: 143px;
	height: 40px;
	margin-top: 3.125vw;
	padding: 0 20px
}

.home .industry-box {
	background: linear-gradient(360deg, #fff 55.71%, rgba(255, 255, 255, 0) 113.19%);
	padding: 6.25vw 0
}

.home .industry-box .list {
	display: flex;
	justify-content: space-between;
	margin-top: 2.6042vw
}

.home .industry-box .list .item {
	width: 15.625vw;
	cursor: pointer;
	transition: all .5s
}

.home .industry-box .list .active {
	width: 34.375vw
}

.home .industry-box .list .active .txt {
	display: block
}

.home .industry-box .list .active .load-more {
	display: flex
}

.home .industry-box .list .imgBg {
	height: 8.8542vw;
	border-radius: 0.4167vw
}

.home .industry-box .list .name {
	font-size: 1.3542vw;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 1.5625vw
}

.home .industry-box .list .txt {
	font-size: 0.7813vw;
	line-height: 1.7333;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.0417vw;
	max-width: 26.3021vw;
	display: none
}

.home .industry-box .list .load-more {
	display: none;
	margin: 2.0833vw 0 0
}

.home .industry-box .process {
	margin-top: 3.2292vw;
	position: relative;
	border-top: 1px dashed #D9D9D9;
	display: flex;
	justify-content: space-between
}

.home .industry-box .process .line {
	content: '';
	width: 34.375vw;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: #047CEB;
	z-index: 1
}

.home .industry-box .process::after {
	content: '';
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: -6px;
	border: 2px solid #047CEB;
	background: #fff;
	border-radius: 50%
}

.home .industry-box .process .item {
	width: 15.625vw;
	position: relative;
	height: 1px;
	z-index: 5
}

.home .industry-box .process .item::after {
	content: '';
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: -6px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: #fff;
	border-radius: 50%
}

.home .industry-box .process .active {
	width: 34.375vw
}

.home .industry-box .process .item-on::after {
	border-color: #047CEB
}

.home .case-box {
	padding: 6.25vw 0 6.25vw 7.8125vw;
	display: flex;
	justify-content: space-between
}

.home .case-box .left {
	width: 17.9688vw
}

.home .case-box .txt {
	font-size: 0.7813vw;
	margin-top: 1.3021vw;
	line-height: 1.7333;
	color: rgba(0, 0, 0, 0.6)
}

.home .case-box .load-more {
	margin: 3.6458vw 0 0
}

.home .case-box .case-swiper {
	width: 65.9375vw;
	height: 22.6042vw;
	padding-bottom: 2.9167vw;
	margin: 0
}

.home .case-box .case-swiper .swiper-slide {
	width: 30.2083vw;
	height: 22.6042vw;
	overflow: hidden;
	border-radius: 0.4167vw;
	position: relative
}

.home .case-box .case-swiper .swiper-slide:hover .main {
	bottom: 0
}

.home .case-box .case-swiper .swiper-slide:hover .imgBg {
	transform: scale(1.1, 1.1)
}

.home .case-box .case-swiper .swiper-slide:hover .name {
	font-weight: bold
}

.home .case-box .case-swiper .swiper-slide:hover .data {
	margin-top: 0.5208vw
}

.home .case-box .case-swiper .imgBg {
	width: 30.2083vw;
	height: 22.6042vw
}

.home .case-box .case-swiper .main {
	position: absolute;
	left: 0;
	bottom: -3.4375vw;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.5625vw;
	transition: all .5s
}

.home .case-box .case-swiper .name {
	font-size: 1.0417vw;
	line-height: 1.7;
	color: #fff
}

.home .case-box .case-swiper .data {
	margin-top: 1.0417vw;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	display: flex;
	justify-content: space-between;
	padding: 0.625vw 0 1.3542vw;
	font-size: 0.9375vw;
	line-height: 1.5556;
	color: #fff
}

.home .case-box .case-swiper .data span {
	font-weight: bold
}

.home .case-box .case-swiper .swiper-scrollbar {
	bottom: 0;
	width: calc(100% - 7.8125vw);
	height: 0.4167vw;
	background: #F1F1F1
}

.home .case-box .case-swiper .swiper-scrollbar-drag {
	background: #047CEB
}

.home .news-box {
	background: #F9F9F9;
	padding: 5.7292vw 0 5.9375vw
}

.home .news-box .main {
	display: flex;
	justify-content: space-between;
	margin-top: 3.125vw
}

.home .news-box .news-swiper {
	width: 38.5417vw;
	border-radius: 0.4167vw;
	margin: 0
}

.home .news-box .news-swiper a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.home .news-box .news-swiper a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, transparent 58.66%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
}

.home .news-box .news-swiper a:hover .imgBg {
	transform: scale(1.1, 1.1)
}

.home .news-box .news-swiper .imgBg {
	height: 27.0833vw
}

.home .news-box .news-swiper .name {
	position: absolute;
	left: 0;
	bottom: 1.6667vw;
	box-sizing: border-box;
	width: 100%;
	padding: 0 2.0833vw;
	font-size: 1.25vw;
	line-height: 1.3333;
	color: #fff;
	z-index: 10
}

.home .news-box .news-swiper .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	bottom: 0;
	top: 1.5625vw;
	width: 100%;
	height: 0.8333vw;
	box-sizing: border-box;
	padding: 0 1.5625vw;
	margin-top: 0
}

.home .news-box .news-swiper .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: 0 0 0 0.8333vw;
	opacity: 1;
	box-sizing: border-box
}

.home .news-box .news-swiper .swiper-pagination-bullet-active {
	background: none;
	width: 0.8333vw;
	height: 0.8333vw;
	border: 2px solid #fff
}

.home .news-box .list {
	width: 21.875vw;
	height: 27.0833vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.home .news-box .list a {
	display: block;
	box-sizing: border-box;
	height: 13.0208vw;
	border-radius: 0.4167vw;
	background: #fff;
	padding: 1.7708vw 2.6042vw 0 1.7708vw
}

.home .news-box .list a:hover .name {
	color: #047CEB
}

.home .news-box .list .name {
	font-size: 1.1458vw;
	line-height: 1.3182;
	color: rgba(0, 0, 0, 0.8)
}

.home .news-box .list .txt {
	font-size: 0.7813vw;
	line-height: 1.1;
	margin-top: 0.6771vw;
	color: rgba(0, 0, 0, 0.6)
}

.home .news-box .list .type {
	width: 72px;
	height: 24px;
	background: #F3F3F3;
	border-radius: 2px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #047CEB;
	margin-top: 1.0417vw
}

.home .news-box .list .time {
	font-size: 0.8333vw;
	line-height: 1.3125;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 2.0833vw
}

.home .news-box .count {
	width: 21.875vw;
	height: 27.0833vw;
	background: url(../images/nbg.jpg) no-repeat;
	background-size: cover;
	border-radius: 0.4167vw;
	box-sizing: border-box;
	padding: 2.1875vw 2.0833vw 0
}

.home .news-box .count .name {
	font-size: 1.4583vw;
	line-height: 1.3214;
	font-weight: bold;
	color: #fff
}

.home .news-box .count .box {
	position: relative;
	height: 19.0104vw;
	margin-top: 1.3021vw
}

.home .news-box .count .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), inset 0px 0px 21px 7px rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(13px);
	border-radius: 0.3125vw
}

.home .news-box .count .cell {
	position: relative;
	z-index: 10;
	padding: 2.0833vw 1.5625vw 0
}

.home .news-box .count img {
	display: block;
	width: 4.4271vw
}

.home .news-box .count h5 {
	font-size: 1.0938vw;
	line-height: 1.3333;
	color: #fff;
	font-weight: bold;
	margin-top: 1.3542vw
}

.home .news-box .count .txt {
	font-size: 0.7813vw;
	line-height: 1.6;
	color: #fff;
	margin-top: 0.625vw
}

.home .news-box .count a {
	margin-top: 2.8125vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 7.0313vw;
	height: 1.8229vw;
	border: 1px solid #fff;
	border-radius: 0.4167vw;
	font-size: 14px;
	color: #fff;
	padding: 0 0.7813vw;
	transition: all .5s
}

.home .news-box .count a i {
	display: block;
	width: 1.3021vw;
	height: 0.7813vw;
	background: url(../images/load_arrow.png) no-repeat;
	background-size: cover
}

.home .news-box .count a:hover {
	background: #047CEB;
	border-color: #047CEB
}

.home .news-box .load-more {
	margin: 1.7708vw 0 0
}

.home .develop-box {
	padding: 9.1146vw 0 7.2917vw
}

.home .develop-box .container {
	display: flex;
	justify-content: center;
	text-align: center;
	color: #fff
}

.home .develop-box p {
	font-size: 0.9375vw;
	line-height: 1.3333
}

.home .develop-box h4 {
	font-size: 3.0208vw;
	line-height: 1.3276;
	font-weight: bold;
	margin-top: 0.625vw
}

.home .develop-box .info {
	font-size: 0.9896vw;
	line-height: 1.3158;
	margin-top: 0.625vw
}

.home .develop-box a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 18.2292vw;
	height: 2.8125vw;
	border-radius: 0.5208vw;
	font-size: 0.9375vw;
	margin: 2.1875vw auto 0;
	padding: 0 1.0417vw;
	color: #fff
}

.home .develop-box a i {
	display: block;
	width: 1.25vw;
	height: 1.25vw;
	background: url(../images/arrow_wr.png) no-repeat;
	background-size: cover;
	transition: all .5s
}

.home .develop-box a:hover i {
	margin-right: -5px
}

.course-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-bottom: 3.1667vw;
	z-index: 10
}

.course-box .en {
	font-size: 0.8333vw;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 2.625;
	color: #fff
}

.course-box .title {
	font-size: 1.9792vw;
	line-height: 1.2;
	color: #fff;
	text-align: center
}

.course-box .swiper-course {
	position: relative;
	margin-top: 3.75vw;
	padding: 0 3.0208vw;
	z-index: 10
}

.course-box .swiper-course .swiper-container {
	height: 13.5563vw
}

.course-box .swiper-course .swiper-container::before {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
	left: 0;
	top: 4.3229vw;
	position: absolute
}

.course-box .swiper-course .swiper-slide {
	cursor: pointer
}

.course-box .swiper-course .swiper-slide:hover .txt {
	opacity: 1;
	transform: translateY(0px)
}

.course-box .swiper-course .year {
	font-size: 1.9792vw;
	line-height: 1.3158;
	color: #fff;
	font-weight: bold;
	text-align: center
}

.course-box .swiper-course .icon {
	margin: 1.0417vw auto 0;
	position: relative;
	width: 1.3021vw;
	height: 1.3021vw;
	background: radial-gradient(53.57% 53.57% at 50% 50%, rgba(255, 255, 255, 0.152) 36.46%, rgba(255, 255, 255, 0.4) 100%);
	border-radius: 50%
}

.course-box .swiper-course .icon::after {
	content: '';
	width: 0.5729vw;
	height: 0.5729vw;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute
}

.course-box .swiper-course .txt {
	font-size: 0.8333vw;
	line-height: 1.625;
	color: #fff;
	margin: 1.5625vw auto 0;
	max-width: 96%;
	opacity: 0;
	transform: translateY(40px);
	transition: all .5s
}

.course-box .swiper-course .txt * {
	line-height: 1.625 !important
}

.course-box .swiper-course .swiper-button-prev,
.course-box .swiper-course .swiper-button-next {
	left: 0;
	width: 3.0208vw;
	height: 3.0208vw;
	box-sizing: border-box;
	top: 2.8125vw;
	border: 3px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	background: none;
	transition: all .5s
}

.course-box .swiper-course .swiper-button-prev i,
.course-box .swiper-course .swiper-button-next i {
	display: block;
	width: 0.6771vw;
	height: 1.1979vw;
	background: url(../images/arrow_wl.png) no-repeat;
	background-size: cover;
	margin-right: 0.2604vw
}

.course-box .swiper-course .swiper-button-prev:hover,
.course-box .swiper-course .swiper-button-next:hover {
	background: #047CEB;
	border-color: #047CEB
}

.course-box .swiper-course .swiper-button-next {
	left: auto;
	right: 0
}

.course-box .swiper-course .swiper-button-next i {
	transform: rotate(180deg);
	margin-right: 0;
	margin-left: 0.2604vw
}

.about .title {
	font-size: 1.9792vw;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8)
}

.about .profile-box {
	height: 40.5208vw
}

.about .profile-box .container {
	display: flex;
	justify-content: space-between
}

.about .profile-box .left {
	width: 40.9375vw;
	height: 40.5208vw;
	background: linear-gradient(90deg, rgba(35, 122, 228, 0.8) 5.45%, rgba(37, 193, 255, 0.8) 100%)
}

.about .profile-box .left .box {
	padding: 4.9479vw 3.6458vw 0
}

.about .profile-box .name {
	font-size: 1.875vw;
	line-height: 1.3333;
	color: #fff
}

.about .profile-box .name span {
	font-size: 0.9896vw;
	font-weight: bold;
	margin-left: 1.3542vw;
	text-transform: uppercase
}

.about .profile-box .content {
	margin-top: 1.5625vw;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding-top: 2.3438vw;
	font-size: 0.8333vw;
	line-height: 1.75;
	color: #fff;
	text-align: justify
}

.about .profile-box .content p {
	margin-bottom: 0.8333vw
}

.about .profile-box .right {
	display: flex;
	align-items: center;
	height: 40.5208vw;
	margin-right: 10.6771vw
}

.about .profile-box .list {
	display: flex;
	flex-wrap: wrap;
	width: 24.8958vw
}

.about .profile-box .list .item {
	box-sizing: border-box;
	width: 12.4479vw;
	text-align: center;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.about .profile-box .list .item:first-child,
.about .profile-box .list .item:nth-child(2) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 1.5625vw
}

.about .profile-box .list .item:nth-child(2n) {
	border-right: none
}

.about .profile-box .list .item:nth-child(3),
.about .profile-box .list .item:last-child {
	padding-top: 1.5625vw
}

.about .profile-box .list p {
	font-size: 0.8333vw;
	line-height: 1;
	margin-bottom: 1.0417vw
}

.about .profile-box .list .num {
	font-size: 4.375vw;
	line-height: 1;
	font-weight: bold
}

.about .profile-box .list .num span {
	font-size: 2.0833vw;
	position: relative;
	top: -2.0833vw
}

.about .profile-box .list .unit {
	font-size: 1.0938vw;
	line-height: 1;
	margin-top: 1.0417vw
}

.about .mission-box {
	padding: 5.625vw 0 6.25vw
}

.about .mission-box .container {
	display: flex;
	justify-content: space-between
}

.about .mission-box .name {
	font-size: 2.0313vw;
	line-height: 1.1;
	color: #047CEB;
	font-weight: bold;
	margin-top: 5vw
}

.about .mission-box .info {
	font-size: 0.9375vw;
	line-height: 2.1111;
	color: #515E5B;
	margin-top: 1.5625vw
}

.about .mission-box .pic {
	width: 83.4375vw;
	position: relative;
	border-radius: 0.5208vw;
	overflow: hidden
}

.about .mission-box .player {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 3.9583vw;
	height: 3.9583vw;
	border: 0.2083vw solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(90deg, #237AE4 5.45%, #25C1FF 100%), rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 10px rgba(64, 159, 234, 0.2)
}

.about .mission-box .player i {
	display: block;
	width: 0.9375vw;
	height: 1.0677vw;
	background: url(../images/player.png) no-repeat;
	background-size: cover;
	margin-left: 0.2604vw
}

.about .honor-box {
	background: #F8F8F8;
	position: relative;
	padding: 5.8333vw 0 10.9375vw
}

.about .honor-box::after {
	content: '';
	width: 100%;
	height: 4.6354vw;
	background: url(../images/honor_bg.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 5.5208vw
}

.about .honor-box .title {
	text-align: center
}

.about .honor-box .list {
	margin-top: 4.2708vw;
	display: flex;
	flex-wrap: wrap
}

.about .honor-box .item {
	width: 13.4635vw;
	height: 9.8958vw;
	background: url(../img/honor_bg.jpg) no-repeat;
	background-size: cover;
	margin: 0 4.2643vw 1.5625vw 0
}

.about .honor-box .item:nth-child(5n) {
	margin-right: 0
}

.about .honor-box .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 9.8958vw;
	box-sizing: border-box;
	padding: 0.3646vw
}

.about .honor-box .img img {
	display: block;
	max-width: 12.7343vw;
	max-height: 9.1666vw
}

.about .partner-box {
	padding: 4.7917vw 0
}

.about .partner-box .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.2917vw
}

.about .partner-box .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12.262vw;
	height: 5vw;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	border-radius: 0.3125vw;
	margin: 0 1.4583vw 1.4583vw 0
}

.about .partner-box .item:nth-child(6n) {
	margin-right: 0
}

.about .partner-box .item img {
	display: block;
	max-width: 8.6458vw;
	max-height: 2.8125vw
}

.case {
	padding: 4.6875vw 0 5.625vw
}

.news {
	padding-bottom: 7.8125vw
}

.news .news-top {
	margin-top: 4.1667vw
}

.news .news-top .container {
	background: #F5F5F5;
	border-radius: 8px;
	padding: 2.6042vw 2.9167vw
}

.news .swiper-news a {
	display: flex;
	justify-content: space-between
}

.news .swiper-news .pic {
	width: 33.125vw;
	height: 23.4375vw;
	border-radius: 0.4167vw;
	overflow: hidden
}

.news .swiper-news .imgBg {
	height: 23.4375vw
}

.news .swiper-news .box {
	width: calc(100% - 36.7708vw)
}

.news .swiper-news .name {
	font-size: 1.25vw;
	line-height: 1.4167;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8);
	max-width: 32.3958vw
}

.news .swiper-news .time {
	font-size: 0.8333vw;
	line-height: 1.3125;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.0417vw
}

.news .swiper-news .txt {
	font-size: 0.8333vw;
	line-height: 2.125;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.25vw;
	max-width: 34.375vw
}

.news .swiper-news .swiper-pagination {
	display: flex;
	left: 36.7708vw;
	bottom: 10px;
	align-items: center
}

.news .swiper-news .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, 0.6);
	margin: 0 16px 0 0;
	opacity: 1;
	box-sizing: border-box
}

.news .swiper-news .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: none;
	border: 2px solid rgba(0, 0, 0, 0.6)
}

.show {
	padding-bottom: 7.8125vw
}

.show .show-top {
	margin-top: 80px
}

.show .swiper-show a {
	display: flex;
	justify-content: space-between
}

.show .swiper-show .pic {
	width: 45.4688vw;
	height: 31.25vw;
	border-radius: 0.4167vw;
	overflow: hidden
}

.show .swiper-show .imgBg {
	height: 31.25vw
}

.show .swiper-show .box {
	width: calc(100% - 49.4271vw);
	padding-top: 9.375vw
}

.show .swiper-show .state {
	width: 84px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	border-radius: 2px
}

.show .swiper-show .name {
	font-size: 1.6667vw;
	line-height: 1.25;
	margin-top: 2.0833vw;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	max-width: 28.125vw
}

.show .swiper-show .add-info {
	margin-top: 1.0417vw
}

.show .swiper-show .txt {
	font-size: 0.8333vw;
	line-height: 1.875;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 1.5625vw;
	max-width: 29.4792vw
}

.show .swiper-show .swiper-pagination {
	display: flex;
	width: 45.4688vw;
	box-sizing: border-box;
	padding: 0 2.6042vw;
	left: 0;
	bottom: 2.3958vw;
	align-items: center;
	justify-content: flex-end;
	z-index: 10
}

.show .swiper-show .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #fff;
	margin: 0 0 0 16px;
	opacity: 1;
	box-sizing: border-box
}

.show .swiper-show .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: none;
	border: 2px solid #fff
}

.report {
	padding-bottom: 5.625vw
}

.summons {
	padding-bottom: 5.625vw
}

.newsDet {
	padding: 7.3958vw 0
}

.newsDet .back {
	width: 4.6875vw;
	height: 4.6875vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #047CEB;
	border-radius: 4px;
	font-size: 0.625vw;
	line-height: 1.3334;
	color: #fff;
	position: fixed;
	left: 7.8125vw;
	top: 37.5vw;
	z-index: 1001
}

.newsDet .back i {
	display: block;
	width: 0.8333vw;
	height: 0.8333vw;
	background: url("../images/backup.png") no-repeat;
	background-size: cover;
	margin-bottom: 0.3125vw
}

.newsDet .container {
	box-sizing: border-box;
	padding-left: 9.8958vw
}

.newsDet .top {
	border-bottom: 1px solid #E9E9E9;
	padding: 0 11.4583vw 0.7813vw 0
}

.newsDet .name {
	font-size: 1.6667vw;
	line-height: 2.1875vw;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.newsDet .date {
	font-size: 1.0417vw;
	color: rgba(0, 0, 0, 0.3);
	font-style: initial;
	font-weight: bold;
	line-height: 1.3542vw;
	margin-top: 0.7813vw
}

.newsDet .date span {
	color: rgba(0, 0, 0, 0.3);
	font-style: initial
}

.newsDet .content {
	margin-top: 2.6042vw;
	padding-right: 11.4583vw;
	font-size: 16px;
	line-height: 1.7333;
	color: rgba(0, 0, 0, 0.6)
}

.newsDet .content p {
	margin-bottom: 1.0417vw
}

.newsDet .content img {
	display: block;
	max-width: 100%;
	margin: 0
}

.newsDet .news-page {
	display: flex;
	justify-content: space-between;
	margin-top: 2.0833vw;
	padding-right: 11.4583vw
}

.newsDet .news-page a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 85px;
	height: 30px;
	background: #AFAFAF;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	border-radius: 2px
}

.newsDet .news-page a i {
	display: block;
	width: 16px;
	height: 5px;
	background: url("../images/news_pr.png") no-repeat;
	background-size: cover
}

.newsDet .news-page a:hover {
	background: #047CEB
}

.newsDet .news-page a:first-child i {
	background-image: url("../images/news_pl.png")
}

.contact {
	padding: 8.125vw 0 8.75vw
}

.contact .map-box {
	padding-bottom: 5.625vw;
	display: flex;
	justify-content: space-between
}

.contact .map-box .left {
	width: 38.9063vw
}

.contact .map-box .title {
	font-size: 2.5vw;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8)
}

.contact .map-box .tips {
	font-size: 1.1458vw;
	line-height: 2.1818;
	color: #333;
	margin-top: 0.7813vw
}

.contact .map-box .info {
	margin-top: 6.5625vw;
	border-top: 1px solid #D6D0C5
}

.contact .map-box .item {
	border-bottom: 1px solid #D6D0C5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4.2188vw
}

.contact .map-box .name {
	font-size: 0.7292vw;
	line-height: 1.2857;
	color: rgba(0, 0, 0, 0.8)
}

.contact .map-box .txt {
	width: calc(100% - 7.5vw);
	font-size: 0.9375vw;
	line-height: 1.3333;
	color: rgba(0, 0, 0, 0.8)
}

.contact .map-box .tel {
	width: calc(100% - 7.5vw);
	font-size: 0.9375vw;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.2
}

.contact .map-box .email {
	display: flex;
	align-items: center;
	font-size: 0.9375vw;
	line-height: 1.3333;
	color: rgba(0, 0, 0, 0.8);
	width: calc(100% - 7.5vw)
}

.contact .map-box .email p {
	text-decoration: underline
}

.contact .map-box .email i {
	display: block;
	width: 0.9375vw;
	height: 0.9375vw;
	background: url(../images/arrow_hr.png) no-repeat;
	background-size: cover;
	margin-left: 6.5625vw;
	transition: all .5s
}

.contact .map-box .email:hover i {
	margin-left: 6.8229vw
}

.contact .map-box .wechat {
	display: flex;
	margin: 1.5625vw 0 0 7.5vw
}

.contact .map-box .step {
	margin-right: 1.0417vw;
	text-align: center
}

.contact .map-box .step .pic {
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	width: 100px
}

.contact .map-box .step p {
	font-size: 0.7292vw;
	line-height: 1.2857;
	margin-top: 0.5208vw;
	color: rgba(0, 0, 0, 0.8)
}

.contact .map-box .right {
	width: 40.5208vw;
	display: flex;
	flex-direction: column
}

.contact .map-box .guide {
	display: flex;
	width: 165px;
	height: 45px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 1.1979vw;
	border-radius: 6px
}

.contact .map-box .guide i {
	display: block;
	width: 25px;
	height: 15px;
	background: url(../images/load_arrow.png) no-repeat;
	background-size: cover;
	transition: all .5s
}

.contact .map-box .guide:hover i {
	margin-right: -5px
}

.contact .feedback-box {
	background: #F8F8F8;
	border-radius: 0.4167vw;
	padding: 4.1667vw 5.4688vw 5vw
}

.contact .feedback-box .title {
	font-size: 1.5104vw;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8)
}

.contact .feedback-box form {
	display: block;
	margin-top: 2.3438vw
}

.contact .feedback-box .cell {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.3021vw
}

.contact .feedback-box .cell-full {
	display: block
}

.contact .feedback-box .item {
	width: calc(50% - 10px)
}

.contact .feedback-box .name {
	font-size: 0.8333vw;
	line-height: 1.5625;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 0.5208vw
}

.contact .feedback-box .name span {
	color: #ff0000
}

.contact .feedback-box .text {
	display: block;
	width: 100%;
	height: 2.9167vw;
	box-sizing: border-box;
	padding: 0 1.1458vw;
	background: #FFFFFF;
	border: 1px solid #CCDDD9;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.3)
}

.contact .feedback-box .text::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.contact .feedback-box .text::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.contact .feedback-box .mutil-select {
	height: 2.9167vw;
	position: relative
}

.contact .feedback-box .mutil-select p {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 2.9167vw;
	padding: 0 1.1458vw;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.3);
	border: 1px solid #CCDDD9;
	background-color: #fff;
	cursor: pointer
}

.contact .feedback-box .mutil-select p::after {
	content: '';
	width: 1.0417vw;
	height: 0.625vw;
	background: url(../images/arrow_bb.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 1.0417vw;
	top: 50%;
	margin-top: -0.3125vw
}

.contact .feedback-box .mutil-select ul {
	border: 1px solid #CCDDD9;
	background-color: #fff;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	max-height: 13.0208vw;
	overflow-y: auto;
	top: 2.9167vw;
	margin-top: -1px;
	display: none
}

.contact .feedback-box .mutil-select li {
	position: relative;
	padding-left: 2.3438vw;
	font-size: 0.7292vw;
	line-height: 2.6042vw;
	margin-left: 1.1458vw;
	cursor: pointer
}

.contact .feedback-box .mutil-select li::before {
	content: '';
	width: 1.5625vw;
	height: 1.5625vw;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.7813vw;
	border: 1px solid #CCDDD9
}

.contact .feedback-box .mutil-select .active {
	color: #047CEB
}

.contact .feedback-box .mutil-select .active::before {
	background: url(../images/gou.png) no-repeat center center;
	background-size: 1.0417vw 1.0417vw
}

.contact .feedback-box .add-text {
	width: calc(50% - 5px)
}

.contact .feedback-box .check-list {
	display: flex
}

.contact .feedback-box .check-list .step {
	position: relative;
	padding-left: 3.5937vw;
	font-size: 0.8333vw;
	color: rgba(0, 0, 0, 0.8);
	line-height: 2.9167vw;
	margin-right: 2.0833vw;
	cursor: pointer
}

.contact .feedback-box .check-list .step::before {
	content: '';
	box-sizing: border-box;
	width: 2.9167vw;
	height: 2.9167vw;
	background: #FFFFFF;
	border: 1px solid #CCDDD9;
	position: absolute;
	left: 0;
	top: 0
}

.contact .feedback-box .check-list .active::before {
	background: url(../images/gou.png) no-repeat center #fff;
	background-size: 1.5625vw 1.5625vw
}

.contact .feedback-box .vcode-text {
	width: 27.1875vw;
	margin-right: 10px
}

.contact .feedback-box img {
	display: block;
	height: 2.9167vw
}

.contact .feedback-box textarea {
	display: block;
	width: 100%;
	height: 6.5625vw;
	box-sizing: border-box;
	padding: 0.7813vw 1.1458vw;
	background: #FFFFFF;
	border: 1px solid #CCDDD9;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.3);
	line-height: 1.5
}

.contact .feedback-box textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.contact .feedback-box textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.contact .feedback-box .vcode {
	display: flex
}

.contact .feedback-box .cell-bot {
	padding-top: 1.5625vw
}

.contact .feedback-box .com-bg {
	display: block;
	margin: 0 auto;
	width: 165px;
	height: 56px;
	border-radius: 10px
}

.contact .feedback-box .btn {
	display: block;
	width: 100%;
	height: 56px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	background: url(../images/load_arrow.png) no-repeat right 26px center;
	background-size: 25px 15px;
	text-align: left;
	transition: all .5s
}

.contact .feedback-box .btn:hover {
	background-position: right 20px center
}

.download {
	padding: 4.4792vw 0 7.8125vw
}

.download .container {
	display: flex;
	justify-content: space-between
}

.download .nav {
	margin-top: 0.5208vw;
	width: 13.5417vw
}

.download .nav .title {
	font-size: 1.1458vw;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	padding-bottom: 1.25vw;
	border-bottom: 1px solid #CCD2DF
}

.download .nav li {
	border-bottom: 1px solid #CCD2DF
}

.download .nav a {
	display: block;
	font-size: 0.8333vw;
	line-height: 3.125vw;
	position: relative;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.download .nav a::after {
	content: '';
	width: 4.5px;
	height: 7px;
	background: url(../images/arrow_nr.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 1.0417vw;
	top: 50%;
	margin-top: -3.5px;
	display: none
}

.download .nav a:hover {
	color: #047CEB
}

.download .nav a:hover::after {
	display: block
}

.download .nav .active a {
	color: #047CEB
}

.download .nav .active a::after {
	display: block
}

.download .main {
	width: 64.1667vw
}

.solution .scene-box {
	padding: 6.5625vw 0 5vw
}

.solution .scene-box .container {
	display: flex;
	justify-content: space-between
}

.solution .scene-box .title {
	font-size: 2.3958vw;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	width: 20.3125vw
}

.solution .scene-box .info {
	font-size: 0.9375vw;
	line-height: 2.1111;
	color: rgba(0, 0, 0, 0.6);
	width: 46.0938vw
}

.solution .project-box {
	position: relative
}

.solution .project-box::before {
	content: '';
	width: 62.5vw;
	height: calc(100% - 2.9688vw);
	background: #F3F3F3;
	border-radius: 0 0.5208vw 0.5208vw 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5
}

.solution .project-box .container {
	position: relative;
	z-index: 10
}

.solution .project-box .nav {
	display: flex
}

.solution .project-box .item {
	cursor: pointer;
	padding: 0 2.5vw;
	font-size: 0.9375vw;
	line-height: 2.9688vw;
	color: #515E5B
}

.solution .project-box .item:hover {
	background: #F3F3F3;
	font-weight: bold
}

.solution .project-box .active {
	background: #F3F3F3;
	font-weight: bold
}

.solution .project-box .tabs {
	padding: 4.1667vw 0 4.6875vw
}

.solution .project-box .box {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.solution .project-box .left {
	width: 24.2188vw
}

.solution .project-box .name {
	font-size: 2.3958vw;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.solution .project-box .txt {
	margin-top: 2.0833vw;
	font-size: 0.9375vw;
	line-height: 2.1111;
	color: #515E5B
}

.solution .project-box .load-more {
	margin: 2.6042vw 0 0
}

.solution .project-box .pic {
	width: 53.6979vw;
	overflow: hidden;
	border-radius: 0.5208vw
}

.solution .lifecycle-box {
	padding: 5.625vw 0 7.2917vw
}

.solution .lifecycle-box .title {
	font-size: 2.3958vw;
	line-height: 1;
	font-weight: bold
}

.solution .lifecycle-box .nav {
	margin-top: 2.6042vw;
	background: #F3F3F3;
	display: flex;
	justify-content: space-between;
	padding: 0 3.2292vw
}

.solution .lifecycle-box .nav .item {
	display: block;
	position: relative;
	height: 5.2083vw;
	line-height: 5.2083vw;
	padding: 0 2.6042vw;
	font-size: 0.9375vw;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer
}

.solution .lifecycle-box .nav .active::after {
	content: '';
	width: 6.4583vw;
	height: 0.2083vw;
	background: #047CEB;
	left: 50%;
	bottom: 0;
	position: absolute;
	margin-left: -3.2292vw
}

.solution .lifecycle-box .nav .active::before {
	content: '';
	width: 0px;
	height: 0;
	border-left: 0.3125vw solid transparent;
	border-right: 0.3125vw solid transparent;
	border-bottom: 0.3125vw solid #047CEB;
	left: 50%;
	bottom: 0.2083vw;
	position: absolute;
	margin-left: -0.1563vw
}

.solution .lifecycle-box .tabs {
	margin-top: 4.3229vw;
	padding: 0 5.9375vw
}

.solution .lifecycle-box .tabs .box {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.solution .lifecycle-box .tabs .left {
	margin-top: 1.8229vw;
	width: 27.0833vw
}

.solution .lifecycle-box .tabs .title {
	font-size: 2.3958vw;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.solution .lifecycle-box .tabs .txt {
	font-size: 0.9375vw;
	line-height: 2.1111;
	color: #515E5B;
	margin-top: 2.0833vw
}

.solution .lifecycle-box .tabs .pic {
	width: 37.2917vw;
	position: relative;
	border-radius: 0.5208vw;
	overflow: hidden
}

.solution .lifecycle-box .tabs .pic p {
	font-size: 1.1458vw;
	line-height: 4.4792vw;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.7708vw;
	background: linear-gradient(90.01deg, rgba(0, 0, 0, 0.45) 1.23%, transparent 70.23%);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0
}

.solute-banner h3 {
	padding-top: 11.4583vw
}

.solute-banner .txt {
	width: 34.4792vw;
	font-size: 0.8854vw;
	line-height: 1.7647;
	color: #fff;
	margin-top: 0.7813vw
}

.solute-banner .load-more {
	margin: 1.5625vw 0 0
}

.compute {
	padding-bottom: 4.4271vw
}

.compute .container {
	position: relative;
	z-index: 25;
	width: 1280px
}

.compute .main {
	width: 100%;
	background: url(../img/compute_bg.jpg) no-repeat center bottom #F7F7F7;
	background-size: cover;
	border-radius: 30px;
	margin: -350px auto 0;
	box-sizing: border-box;
	overflow: hidden
}

.compute .title {
	border-bottom: 1px solid #D9D9D9;
	background: #fff;
	padding: 0 60px;
	font-size: 28px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	line-height: 95px
}

.compute .box {
	padding: 44px 60px 74px;
	display: flex;
	justify-content: space-between
}

.compute .search {
	margin-bottom: 60px;
	position: relative;
	width: 500px;
	z-index: 10
}

.compute .search .item {
	margin-bottom: 30px;
	position: relative;
	z-index: 5
}

.compute .search .name {
	font-size: 15px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 10px;
	position: relative
}

.compute .search .name span {
	color: red
}

.compute .search .type-check {
	position: absolute;
	right: 0;
	top: 0
}

.compute .search .type-check ul {
	display: flex
}

.compute .search .type-check li {
	margin-left: 10px;
	font-size: 15px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	padding-left: 23px;
	position: relative
}

.compute .search .type-check li::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #ADADAD;
	background: #fff;
	left: 0;
	top: 50%;
	margin-top: -8px
}

.compute .search .type-check .active::before {
	border-color: #047CEB
}

.compute .search .type-check .active::after {
	content: '';
	width: 6px;
	height: 6px;
	background: #047CEB;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -3px
}

.compute .search .province-select {
	position: relative;
	width: 100%;
	height: 44px;
	border-radius: 4px;
	background: #fff
}

.compute .search .province-select::after {
	content: '';
	width: 10px;
	height: 6px;
	background: url(../images/arrow_bb.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px
}

.compute .search .province-select p {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	padding: 0 20px;
	line-height: 44px
}

.compute .search .province-select ul {
	display: none;
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	background: #F7F7F7;
	max-height: 220px;
	overflow-y: auto
}

.compute .search .province-select ul li {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.3);
	padding: 0 20px;
	cursor: pointer;
	line-height: 44px
}

.compute .search .text {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	border-radius: 4px;
	background: #fff;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.3);
	padding: 0 20px
}

.compute .search .text::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.compute .search .text::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3)
}

.compute .action-btn {
	display: flex;
	margin-top: 60px
}

.compute .action-btn a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 200px;
	height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	margin-right: 20px;
	font-size: 15px;
	color: #fff;
	background: #C4C4C4;
	border-radius: 4px
}

.compute .action-btn a i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/arrow_wr.png) no-repeat;
	background-size: cover;
	transition: all .5s
}

.compute .action-btn a .reset-icon {
	background-image: url(../images/reset.png)
}

.compute .action-btn a:hover .reset-icon {
	transform: rotate(180deg)
}

.compute .action-btn .btn {
	background: #047CEB
}

.compute .action-btn .btn:hover i {
	margin-right: -5px
}

.compute .outcome {
	width: 590px;
	border-top: 6px solid #047CEB;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 10px;
	padding: 30px 50px 60px;
	box-sizing: border-box
}

.compute .outcome .r-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8)
}

.compute .outcome .sub-tit {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 24px
}

.compute .outcome .tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	border-bottom: 1px solid #D9D9D9
}

.compute .outcome .list {
	margin-top: 14px
}

.compute .outcome .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	border-bottom: 1px solid #D9D9D9
}

.compute .outcome .name {
	font-size: 16px;
	line-height: 1.25;
	color: rgba(0, 0, 0, 0.8)
}

.compute .outcome .num {
	font-size: 16px;
	line-height: 1.25;
	color: rgba(0, 0, 0, 0.8)
}

.compute .outcome .num span {
	font-weight: bold;
	margin-right: 10px
}

.compute .outcome .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 45px;
	font-size: 21px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold
}

.compute .outcome .tree-icon {
	display: block;
	width: 35px;
	height: 31px;
	background: url(../images/tree.png) no-repeat;
	background-size: cover;
	margin-right: 10px
}

.result {
	padding: 140px 0 160px
}

.result h4 {
	font-size: 2.6042vw;
	line-height: 1.6;
	color: #000;
	font-weight: bold
}

.result .tips {
	font-size: 0.8854vw;
	line-height: 1.6;
	color: #000
}

.result .main {
	display: flex;
	justify-content: space-between;
	margin-top: 4.6875vw
}

.result .left {
	width: 14.8438vw
}

.result .left .title {
	font-size: 0.9375vw;
	line-height: 2.7;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #DCDDDD;
	margin-bottom: 0.8333vw
}

.result .left a {
	display: block;
	margin-bottom: 0.6771vw;
	font-size: 0.8333vw;
	line-height: 2.5vw;
	position: relative;
	border-bottom: 1px solid #DCDDDD;
	color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	font-weight: bold
}

.result .left a::after {
	content: '';
	width: 0.3646vw;
	height: 0.625vw;
	background: url(../images/arrowR_d.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0.2604vw;
	top: 50%;
	margin-top: -0.3125vw
}

.result .left a:hover {
	color: #047CEB
}

.result .left .active {
	color: #047CEB
}

.result .right {
	width: 64.1667vw
}

.result .report-list li {
	width: 20.3472vw
}

.result .report-list .pic,
.result .report-list .imgBg {
	height: 13.0692vw
}

.result .summons-list li {
	width: 20.3472vw
}

.result .summons-list .date {
	margin-top: 1.5625vw
}

.result .page {
	margin-top: 2.0833vw;
	justify-content: flex-start
}

.result .page a:first-child {
	margin-left: 0
}

.pc{
	display: block;
}
.mobile{
	display: none;
}