@charset "utf-8";

/************************************************************** CSS Reset **************************************************************/
body {
	font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
	font-size: 14px;
	background: #fff;
	min-width: 1440px;
	letter-spacing: 1px;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol,
li,
ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 0;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	border-radius: 0;
	background-color: #959eaa;
	transition: color .2s ease;
}

video {
	border: none;
	outline: none;
	border-radius: 10px;
	vertical-align: top;
}

video::-webkit-media-controls {
	display: none !important;
}

img {
	width: 100%;
	max-height: 100%;
	vertical-align: top;
	pointer-events: none;
	will-change: transform;
}

.clearfix,
.layout {
	zoom: 1;
}

.clearfix:after,
.layout:after {
	visibility: hidden;
	display: block;
	content: ".";
	font-size: 0;
	height: 0;
	clear: both;
}

/************************************************************** CSS Common **************************************************************/
.dui-flex-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: top;
	-webkit-align-items: top;
	align-items: top;
}

.dui-flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.dui-flex-meta {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
}

.dui-img-radius__10 {
	border-radius: 10px;
}

.dui-justify {
	text-align: justify;
}

.dui-elastic-left {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
}

.dui-elastic-center {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dui-1280 {
	margin: 0 auto;
	width: 1280px;
}

.dui-1380 {
	margin: 0 auto;
	padding: 30px 0;
	width: 1380px;
}

.dui-head-portrait {
	width: 144px;
	height: 144px;
}

.dui-head-portrait img {
	border-radius: 34px;
	border: 6px solid rgba(255, 255, 255, 0.3);
}

.dui-media {
	position: relative;
	width: 320px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 12px;
}

.dui-media-card {
	padding: 10px;
	height: 532px;
	background: url(../../img/pc/mov.png) center center no-repeat;
}

.dui-no {
	margin: 0 auto;
	padding: 50px 0;
	width: 300px;
}

.dui-no-img {
	margin: 0 auto;
	width: 144px;
}

.dui-no-text {
	text-align: center;
	color: #ccc;
	height: 44px;
	line-height: 44px;
}

.dui-sidebar {
	position: fixed;
	right: 30px;
	bottom: 300px;
	z-index: 99;
}

.dui-sidebar-box {
	width: 80px;
}

.dui-sidebar-box a {
	display: block;
}

.dui-popup-box {
	position: fixed;
	z-index: 999;
	width: 600px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.dui-popup-box__hd {
	height: 50px;
	background: #538ce9;
	border-radius: 12px 12px 0 0;
}

.dui-popup-box__bd {
	padding: 30px;
	background-color: #fff;
	border-radius: 0 0 12px 12px;
}

.dui-popup-code {
	margin: 0 auto;
	width: 144px;
	height: 144px;
}

.dui-popup-text {
	font-size: 14px;
	color: #666;
	text-align: center;
	height: 44px;
	line-height: 44px;
}

.dui-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

/************************************************************** CSS Header **************************************************************/
.dui-header {
	padding: 0 5%;
}

.dui-logo {
	width: 200px;
}

.dui-navigation {
	position: relative;
}

.dui-navigation ul {
	display: block;
	overflow: hidden;
}

.dui-navigation ul li {
	float: left;
	padding: 25px 0;
}

.dui-navigation-link {
	display: block;
	padding: 0 10px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	height: 30px;
	line-height: 30px;
}

.dui-navigation-division {
	width: 30px;
	height: 80px;
	line-height: 80px;
	background: url('../../img/pc/line.png') center center no-repeat;
}

.dui-navigation-cur {
	background: #557bf3;
	height: 5px;
	position: absolute;
	width: 79px;
	top: 0;
	left: 0;
	z-index: 10;
}

.dui-navigation-login {
	display: block;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	background: #557bf3;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
}

/************************************************************** CSS Banner **************************************************************/

/************************************************************** CSS List article **************************************************************/
.dui-category {
	background: #eee;
	border-radius: 6px;
}

.dui-category-meta {
	width: 160px;
}

.dui-category-link {
	display: block;
	font-size: 16px;
	color: #666;
	text-align: center;
	height: 44px;
	line-height: 44px;
}

.dui-category-link.on {
	color: #fff;
	font-weight: 600;
	background-color: #005ed3;
}

.dui-list-meta {
	display: block;
	margin-top: 30px;
	padding: 20px;
	background: #f7faff;
	border-radius: 6px;
}

.dui-list-meta:hover {
	background: #fff;
	box-shadow: 0 0 20px rgba(130, 170, 220, .2);
	transition: all .3s ease;
}

.dui-list-img {
	width: 340px;
	height: 200px;
	background: #fff;
}

.dui-list-title {
	font-size: 24px;
	color: #000;
	height: 44px;
	line-height: 44px;
}

.dui-list-text {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.dui-list-time {
	font-size: 16px;
	color: #7b889f;
	height: 36px;
	line-height: 36px;
}

.dui-list-more {
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	background: #90b721;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
}

/************************************************************** CSS Article **************************************************************/
.dui-article-title {
	font-size: 40px;
	color: #000;
	font-weight: 700;
	letter-spacing: 4px;
}

.dui-article-text {
	margin-bottom: 30px;
	font-size: 14px;
	color: #666;
	line-height: 160%;
}

/************************************************************** CSS Card **************************************************************/
.dui-card {
	background: #fff;
	box-shadow: 0 0 20px rgba(130, 170, 220, .2);
	border-radius: 12px;
}

.dui-card-no {
	background: #fff;
	border-radius: 12px;
}

.dui-card-bd {
	padding: 20px;
}

.dui-card-img {
	margin: 0 auto;
	width: 100px;
	height: 100px;
}


.dui-card-img__sm {
	margin: 0 auto;
	width: 60px;
	height: 60px;
}

.dui-card-img__max {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}

.dui-card-title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #000;
	height: 44px;
	line-height: 44px;
}

.dui-card-text {
	font-size: 14px;
	text-align: center;
	color: #666;
	line-height: 160%;
}

.dui-process-text {
	font-size: 14px;
	text-align: center;
	color: #666;
	line-height: 160%;
}

/************************************************************** CSS Contact **************************************************************/

.dui-contact {
	position: relative;
	background: url('../../img/pc/contact_bg.jpg') #adc8e8 center center no-repeat;
	height: 180px;
}

.dui-contact-title {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	letter-spacing: 4px;
}

.dui-button {
    cursor: pointer;
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	background: #3776ff;
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
}

/************************************************************** CSS Footer **************************************************************/
.dui-footer {
	padding: 30px 0;
	background: #f5f5f5;
}

.dui-footer-nav {
	width: 260px;
	display: flex;
	justify-content: space-between;
}

.dui-footer-title {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 30px;
	line-height: 30px;
}

.dui-footer-link {
	display: block;
	font-size: 14px;
	color: #666;
	height: 24px;
	line-height: 24px;
}

.dui-footer-text {
	font-size: 14px;
	color: #666;
	height: 24px;
	line-height: 24px;
}

.dui-footer-code {
	margin-right: 20px;
	width: 144px;
	height: 174px;
}

.dui-footer-code__text {
	font-size: 14px;
	text-align: center;
	height: 34px;
	line-height: 34px;
}

.dui-footer-end {
	border-top: 1px solid #ddd;
	color: #999;
	padding-top: 20px;
}

.dui-view-content {
    padding: 30px 0;
}

.dui-view-content p {
margin-bottom: 20px;
font-size: 16px;
color: #555;
line-height: 160%;
}