/* 新版官网 */
body {
	padding-top: 80px;
}

header {
	height: 210px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 1px 4px #e1e5e9;
}

@media only screen and (min-width: 1921px) {
	.container {
		width: 1800px;
	}
}
.mobile {
	display: none;
}
header .logo {
	width: 149px;
	height: 52px;
}

header .navs {
	margin-right: 0;
}

.nav-bottom .active {
	color: #1BA035;
}

.nav-bottom .ext-link {
	position: relative;
}

.nav-bottom .ext-link:after {
	/* content: '新！'; */
	content: '';
	position: absolute;
	right: -27px;
	top: 0px;
	height: 12px;
	line-height: 1;
	display: inline;
	font-size: 12px;
	color: #dc0024;
}



header .header {
	height: 80px;
	background: #FFFFFF;
}

.header .weixin-toggle,
.header .weibo {
	color: #797979;
}

.header .weixin-toggle:hover,
.header .weibo:hover {
	color: #8d9095;
}

.nav-top>a.sponsor {
	color: #FF6600;
}

.nav-top>a.sponsor:hover {
	opacity: 0.7;
}

#notice a:hover {
	opacity: 0.7;
}

.navs .weixin-toggle,
.navs .weibo {
	font-size: 18px;
}

#notice {
	background-position-y: 3px;
	background-size: 14px 14px;
	padding-left: 20px;
}

.nav-top i.heart {
	width: 12px;
	height: 12px;
}

#notice>a {
	font-size: 12px;
}

.nav-top {
	height: 36px;
}

.nav-top>* {
	margin-left: 18px;
	font-size: 12px;
}

.nav-bottom {
	height: 40px;
	line-height: 40px;
}

.nav-bottom a {
	margin-left: 40px;
	font-size: 16px;
}

.nav-bottom a:hover {
	color: #1BA035;
}

.nav-bottom .dev:hover {
	color: #007aff;
	opacity: 0.6;
}

.nav-bottom .dev {
	color: #007aff;
	font-size: 15px;
	border: 1px solid #007aff;
	border-radius: 4px;
	padding: 2px 10px;
}

.ext-link {
	position: relative;
	margin-right: 10px;
}

.ext-link:after {
	content: '新！';
	position: absolute;
	right: -30px;
	display: inline;
	font-size: 12px;
	color: #dc0024;
	top: -10px;
}

.product {
	border: none;
	height: 130px;
}

.product .container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.pro-title {
	border: none;
	position: relative;
	margin-right: 40px;
	margin-top: 4px;
	text-align: left;
}

.pro-title:before {
	height: 11px;
	width: 3px;
	background: rgb(42, 179, 42);
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
}

.pro-title-blue:before {
	background: rgb(0, 157, 238);
}

.pro-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.pro-item:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.pro-item:last-child {
	margin-right: 0;
}






.pro-item img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	width: 50px;
	height: 50px;
	margin: 0;
}

.pro-item>div {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.pro-title {
	height: 34px;
	padding-left: 10px;
}

.pro-title>h4 {
	font-size: 16px;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	letter-spacing: 0.8px;
}

.pro-title span {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.pro-item>div h4 {
	letter-spacing: 0.8px;
	font-size: 16px;
	margin-top: 5px;
}

.pro-item>div span,
.pro-title span {
	font-size: 12px;
	color: rgb(124, 124, 124);
	line-height: 22px;
	letter-spacing: 0.4px;
}

.pro-item>div span {
	margin-top: 5px;
	line-height: 1.2;
	text-align: center;
}

/* .pro-item {
	margin-right: 23px;
} */

.pro-item {
    margin-right: 4em;
}


.all-product-nav-item{
	display: flex;
	flex-direction: row;
	flex-shrink: 0 !important;
	align-items: center;
	position: relative;
}
.all-product-title{
	margin-right: 10px;
	cursor: pointer;
	margin: 0;
	font-size: 14px;
	font-family: Source Han Sans CN;
}
.not-open{
	width: 10px;
	height: 6px;
	flex-shrink: 0;
}
.opened{
	width: 10px;
	height: 6px;
	display: none;
	flex-shrink: 0;
}




@media only screen and (min-width: 1520px) {

    /* .pro-title{
        margin-right: 40px;
        padding-left: 20px;
    }
    .pro-item{
        margin-right: 19px;
    }
    .pro-right .pro-item{
        margin-right: 30px;
    } */
}
@media only screen and (min-width: 1900px) {

	/* .pro-title{
	    margin-right: 60px;
	    padding-left: 20px;
	}
	.pro-item{
	    margin-right: 30px;
	}
	.pro-right .pro-item{
	    margin-right: 60px;
	}
	.pro-item img{
	    margin-right: 20px;
	} */
}



@media only screen and (min-width: 1530px) {
	/* .pro-item {
		margin-right: 36px;
	}

	.pro-title {
		padding-left: 10px;
	} */
}

@media only screen and (min-width: 1600px) {
	/* .pro-item {
		margin-right: 56px;
	} */
}

@media only screen and (min-width: 1730px) {
	/* .pro-item {
		margin-right: 80px;
	} */
}

@media only screen and (min-width: 1900px) {
	/* .pro-title {
		padding-left: 10px;
	} */
}

.container {
	text-align: center;
}

/* banner */
.banner {
	/* max-width: 1920px; */
	margin: 0 auto;
	overflow: hidden;
	/* padding-top: 130px; */
}

@media only screen and (min-width:1300px) {
	.banner {
		min-width: 1300px;
	}
}

.swiper-container {
	--swiper-theme-color: #ff6600;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #fff;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 25px;
	/* 设置按钮大小 */
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 30px 20px;
	border-radius: 4px;
	transition: opacity 0.3s;
}

.swiper-pagination-banner {
	position: relative;
	margin: 0 auto;
	height: 50px;
	top: -50px;
	z-index: 999;
	text-align: center;
}

.swiper-hide {
	opacity: 0;
}

.banner-1 {
	display: block;
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 530px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/* padding-top: 130px; */
	box-sizing: border-box;
}

.banner-2 {
	height: 530px;
	width: 100%;
	/* padding-top: 130px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.banner-1>img {
	width: 480px;
	position: absolute;
	bottom: 0;
	right: 58%;
}

.banner-1-dec {
	text-align: center;
	margin-top: -50px;
}

.banner-1-dec h2 {
	color: rgb(65, 65, 65);
	letter-spacing: 1px;
	font-size: 36px;
	margin: 0;
}

.banner-1-dec .dec-max {
	color: rgb(58, 158, 70);
	font-family: 'Hiragino Sans GB', 'Microsoft Yahei';
	font-weight: 100;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 12px;
	margin: 40px 0;
}

.banner-1-dec .dec-min {
	color: #555555;
	font-size: 14px;
	letter-spacing: 1.2px;
	line-height: 26px;
	margin: 0;
}

.banner-1-dec .dec-min.p1 {
	font-weight: 600;
	font-style: italic;
	color: #333333;
}

.banner-1-dec .dec-min.p2 span {
	color: rgb(58, 158, 70);
	font-size: 20px;
}

.banner-get-more {
	display: block;
	color: rgb(55, 172, 78);
	border: 1px solid rgb(55, 172, 78);
	border-radius: 4px;
	width: 126px;
	height: 32px;
	box-sizing: content-box;
	line-height: 32px;
	font-size: 19px;
	text-align: center;
	margin-top: 40px;
	opacity: 0.8;
}

.banner-1-dec .banner-get-more {
	margin-left: 234px;
}

.banner-2-dec2 .banner-get-more {
	margin-left: 186px;
}

.banner-get-more:hover {
	opacity: 1;
}

/* .banner-get-more:active {
	color: rgb(55, 172, 78);
} */

.banner-2>div {
	width: 500px;
	margin: 0 60px;
	background-size: contain;
	background-repeat: no-repeat;
}

.banner-2 .banner-2-dec1 {
	background-image: url('https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/multiport-20210812.png') ;
	background-repeat: no-repeat;
	background-position: center center; 
	height: 400px;
	margin-right: 100px;
}

.banner-2 .banner-2-dec2 {
	margin-top: -20px;
	margin-left: 0px;
	text-align: center;
}

.banner-2-dec2 .dec-max {
	font-family: 'Hiragino Sans GB', 'Microsoft Yahei';
	font-size: 50px;
	font-weight: 500;
	color: rgb(43, 153, 57);
	letter-spacing: 2px;
	height: 48px;
	margin-top: -30px;
	margin-bottom: 32px;
}

.banner-2-dec2 .dec-min {
	color: rgb(111, 111, 111);
	font-family: "Hiragino Sans GB", "Microsoft Yahei", "\5b8b\4f53";
	font-weight: 100;
	font-size: 44px;
	line-height: 33px;
	white-space: nowrap;
	letter-spacing: 4px;
	margin-left: -65px;
}

.banner-2-dec2 .banner-get-more {
	/* margin-right: 5px;
	margin-top: 30px; */
}

.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 530px;
}

.slider-btn {
	position: absolute;
	width: 41px;
	height: 69px;
	bottom: 215px;
	z-index: 20;
	display: none;
	background-image: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/arrow.png);
}

.slider-btn.slider-btn-left {
	left: 0;
}

.slider-btn.slider-btn-right {
	right: 0;
	background-position-x: 41px;
}

.slider-item {
	float: left;
	width: 100%;
}

.slider-group {
	height: 630px;
}

.slider .slider-dots {
	position: absolute;
	line-height: 0;
	right: 0;
	left: 50%;
	bottom: 5px;
	width: 60px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
	font-size: 0;
}

.slider .dot {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
	transition: all 0.3s;
}

.slider .dot.active {
	width: 30px;
	border-radius: 10px;
	background: rgb(225, 114, 0);
	transition: all 0.3s;
}

.content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.we-do {
	margin: 80px;
	height: 80px;
	text-align: center;
}

.we-do h4 {
	font-size: 32px;
	letter-spacing: 6px;
	font-weight: 300;
	margin-bottom: 10px;
}

.we-do span {
	font-size: 14px;
	color: rgb(196, 196, 196);
	font-weight: 300;
	margin: 14px 0;
}

.we-do div {
	position: relative;
	text-align: center;
	margin: 10px auto;
	color: rgb(225, 125, 99);
	font-size: 14px;
	height: 20px;
	width: 118px;
	line-height: 20px;
}

.we-do div:before {
	content: "";
	height: 1px;
	width: 20px;
	position: absolute;
	top: 9px;
	left: -28px;
	background: rgb(225, 125, 99);
}

.we-do div:after {
	content: "";
	height: 1px;
	width: 20px;
	position: absolute;
	top: 9px;
	right: -28px;
	background: rgb(225, 125, 99);
}

/* 中间两排 */
.cont-row-2 {
	width: 540px;
	position: relative;
}

.content .cont-row-2:first-child {
	margin-right: 30px;
	padding: 10px;
	border: 1px solid rgb(242, 242, 242);
}

.content .cont-row-2:last-child {
	margin-left: 30px;
}

.read-more {
	position: absolute;
	bottom: 6px;
	right: 0;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	width: 100px;
	background: #FFFFFF;
	text-align: left;
	color: rgb(108, 188, 121);
}

.read-more a {
	color: rgb(108, 188, 121);
}

.read-more a:hover {
	opacity: 0.8;
}

.content .cont-row-2:last-child .read-more {
	bottom: -6px;
	text-align: right;
}

.cont-row-2 img {
	width: 100%;
}

.content .cont-row-2:last-child .article-line {
	margin: 22px 0;
}

.content .cont-row-2:last-child .article-line:last-child {
	margin-bottom: 0;
}

.article-line {
	height: 3px;
	background: rgb(245, 245, 245);
	margin: 10px 0;
}

.article {
	text-align: left;
	position: relative;
}

.article h4 {
	font-size: 16px;
	letter-spacing: 0.8px;
	color: rgb(81, 81, 81);
	margin-bottom: 10px;
}

.article h4 a {
	color: rgb(81, 81, 81);
}

.article h4 a:hover {
	color: rgb(42, 179, 42);
}

.article span {
	font-size: 12px;
	color: rgb(196, 196, 196);
	line-height: 25px;
	letter-spacing: 0.5px;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.article p {
	font-size: 13px;
	color: rgb(118, 118, 118);
	line-height: 22px;
	height: 48px;
	word-break: break-all;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media only screen and (min-width: 1921px) {
	.content .cont-row-2:first-child {
		margin-right: 40px;
	}

	.content .cont-row-2:last-child {
		margin-left: 40px;
	}

	.cont-row-2 {
		width: 580px;
	}

	.content .cont-row-2:last-child .article-line {
		margin: 23px 0;
	}
}

.cont-row-2 .article {
	padding: 0 10px;
}

.cont-row-2 .article:before {
	height: 11px;
	width: 3px;
	background: rgb(42, 179, 42);
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
}

/* 中间三排 */
.container .content {
	position: relative;
	align-items: center;
	-webkit-justify-content: center;
	padding: 0 50px;
}

.swiper-container1 {
	width: 100%;
	height: 620px;
	--swiper-navigation-color: #666;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 25px;
	/* 设置按钮大小 */
}

.swiper-container1 .swiper-slide {
	width: auto;
}

.content .swiper-button-next,
.content .swiper-button-prev {
	color: #eee;
	background: none;
}

.content .swiper-pagination {
	bottom: -50px;
}

.content .famous {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	padding: 20px 0;
}

.famous-left,
.famous-right {
	z-index: 10;
	width: 60px;
	height: 50px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 16px 1px;
}

.famous-left {
	left: -50px;
	background-image: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/left.png);
}

.famous-right {
	right: -50px;
	background-image: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/right.png);
}

.cont-row-wrap {
	display: flex;
	display: -webkit-flex;
	padding-bottom: 10px;
}

.cont-row-3 {
	width: 300px;
	height: 100%;
	position: relative;
	border: 1px solid rgb(242, 242, 242);
	box-shadow: 2px 2px 10px #e1e5e9;
	text-align: left;
	padding: 22px 46px;
	margin: 0 20px;
	display: flex;
	flex-direction: column;
}



.swiper-dot {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 5px;
	border-radius: 50px;
	background: #ccc;
	cursor: pointer;
	transition: all 0.3s;
}

.swiper-dot-active {
	width: 30px;
	border-radius: 10px;
	background: rgb(225, 114, 0);
	transition: all 0.3s;
}

@media only screen and (min-width: 1921px) {
	.cont-row-3 {
		width: 360px;
		margin: 0 44px;
		padding: 26px 55px;
	}
}

.cont-row-3 h4 {
	font-size: 20px;
}

.cont-row-3 span {
	color: rgb(163, 163, 163);
	font-size: 12px;
}

.cont-row-3 img {
	margin: 20px 0;
}

.cont-row-3 .p {
	color: rgb(124, 124, 124);
	font-size: 12px;
	line-height: 28px;
	position: relative;
}

.cont-row-3 .p:before {
	content: "";
	position: absolute;
	background: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/ico1.png);
	background-size: 20px 18px;
	background-repeat: no-repeat;
	width: 20px;
	height: 18px;
	top: -4px;
	left: -30px;
}

.cont-row-3 .p:after {
	content: "";
	position: absolute;
	background: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/ico2.png);
	background-size: 20px 18px;
	background-repeat: no-repeat;
	width: 20px;
	height: 18px;
	bottom: -4px;
	right: -16px;
}

.footer {
	margin-top: 90px;
	background: rgb(239, 239, 239);
	border: none;
	min-width: 1300px;
}

.footer a {
	font-weight: 600;
}


.hx-preview-image {
	margin: 20px 0;
	height: 164px;
	overflow: hidden;
}

.hx-preview-image.bg-1 {
	background: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/jiangtao.png) no-repeat;
	background-size: cover;
}

.hx-preview-image.bg-2 {
	background: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/wanghuai.png) no-repeat;
	background-size: cover;
}

.hx-preview-image.bg-3 {
	background: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/hongshu.jpg) no-repeat;
	background-size: cover;
}

.hx-preview-image.bg-4 {
	background: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/yingming.jpg) no-repeat;
	background-size: cover;
}

.hx-preview-image.bg-5 {
	background: url(https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/tianainai.png) no-repeat;
	background-size: cover;
}
