.bottomblock {
	height: 100px;
}

.navbar {
	display: flex;
	position: fixed;
	top: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0.15) 100%);
	background: #fff;
	z-index: 999;
	color: #4B4B4B;
	transition: all .2s;
	box-shadow: 0px 0px 8px 0px rgba(27, 28, 28, 0.1);
}

.navbar-sec {
	background: #ffffff;
	color: #262626;
}

.navbar-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.logo {
	width: 271px;
	height: 44px;
	background: url("../image/toplogo.png") center center / 100% 100% no-repeat;
}

.logorain {
	background: url("../image/toplogo.png") center center / 100% 100% no-repeat;
}

.nav ul {
	display: flex;
	justify-content: space-between;
	width: 700px;
}

.nav ul li {
	display: flex;
	position: relative;
	color: #4B4B4B;
	min-width: 100px;
	text-align: center;
}

#nav .li-popup-box {
	display: none;
	position: absolute;
	/* bottom: 0; */
	/* left: -10px; */
	border-radius: 0px 0px 4px 4px;

}

#nav .li-popup-box1 {
	left: -50%;
}

#nav .li-popup-box2 {
	left: -25px;
}

#nav .li-popup-box1 ul {
	text-align: center;
	margin-top: 12px;
	width: 220px;
	box-shadow: 1px 1px 3px 0px #DFDFDF;
	background: #fff;
	display: block;
}

#nav .li-popup-box2 ul {
	text-align: center;
	margin-top: 12px;
	width: 150px;
	box-shadow: 1px 1px 3px 0px #DFDFDF;
	background: #fff;
	display: block;
}

#nav .li-popup-box ul li {
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #4C4C4C;
	text-align: center;
	line-height: 30px;
	box-shadow: 0px 1px 0px 0px #F0F0F0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	/* for Opera */

}


.nav ul li a {
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
	position: relative;
}

.blue {
	position: relative;
	color: rgba(32, 76, 160, 1);
	font-weight: bold;
	background: #F7F7F7;
}

.nav ul li:hover a {
	background: #F7F7F7;
	color: rgba(32, 76, 160, 1);
}

#nav li:hover .li-popup-box {
	display: block;
}

#nav li .li-popup-box ul li:hover {
	background: #F7F7F7;

}

.blue::after {
	transition: all 1s;
	position: absolute;
	bottom: 0px;
	display: block;
	content: "";
	width: inherit;
	height: 0px;
	background-color: rgba(32, 76, 160, 1);
}

.white-block {
	position: relative;
}

.white-block::after {
	position: absolute;
	bottom: 0px;
	display: block;
	content: "";
	width: inherit;
	height: 5px;
	background-color: #fff;
}

/* #zixun-nav li:hover a{
	color: rgba(22, 134, 255, 1);
} */


.banner {
	width: 100%;
	height: 578px;
	padding-top: 60px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-slide {
	background: url("") no-repeat;
	background-position: center center;
	background-size: cover;
}

.info {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 51, 0.02);
}

.info-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.info-left {
	display: flex;
}

.info-right {
	display: flex;
	width: 1100px;
	flex: 1;
}

.info-time {
	color: rgba(0, 0, 0, .5);
}

.info-cn {
	width: 60px;
	height: 16px;
	background: url("../image/wenhuabg.png") no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.info-title {
	/* margin-left: 25px; */

}

.info-li {
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
	width: 1160px;
	height: 20px;
	overflow: hidden;
	font-weight: 300;
}

.info-li:hover {
	color: rgba(64, 120, 255, 1);
}

.info-title a {
	transition: all .4s ease;
}

.swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ai {
	position: relative;
	margin-top: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#ai {
	position: absolute;
	top: -80px;
}

.title-top {
	display: flex;
	justify-content: space-between;
}

.lan-block {
	width: 6px;
	height: 30px;
	background: #1D2088;
}

.row-title-box {
	display: flex;
	align-items: center;
}

.ai-title {
	width: 519px;
	height: 25px;
}

.row-title-zi {
	font-size: 24px;
	font-weight: bold;
	color: #1D2088;
	line-height: 20px;
	margin-left: 15px;
}

.row-title-zi>span {
	font-size: 18px;
	font-weight: 400;
	color: #A4A4A4FF;
	line-height: 20px;
	margin-left: 15px;
}

.more {
	color: rgba(0, 0, 0, .5);
}

.ai-bottom {
	width: 100%;
	margin-top: 37px;
	display: flex;
	flex-wrap: nowrap;
	/* justify-content: space-between; */
	visibility: hidden;
}

.item {
	display: flex;
	flex-direction: column;
	width: 305px;
	background-color: #ffffff;
	border: 1px solid #EBEBEB;
	cursor: pointer;
	transition: all 0.4s ease;
	border-radius: 5px;
}

.item:hover {
	/* border-radius: 5px; */
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	transform: scale(1.02);
}

.ai-bottom a {
	margin-left: 20px;
}

.ai-bottom a:nth-child(1) {
	margin-left: 0;
}

.item-left {
	height: 200px;
	background-position: center center;
	background-size: cover;
	border-radius: 5px 5px 0 0;
}

.item-right {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 4px;
}

.zhezhao {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.item-title {
	/* width: 295px; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}

.item-divide {
	/* margin-top: 13px; */
	width: 19px;
	height: 8px;
	/* background: #D8D8D8; */
}

.item-describe {
	min-height: 48px;
	/* margin-top: 5px; */
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #808080;
	line-height: 24px;
}

.digital {
	position: relative;
	margin-top: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* visibility: hidden; */
}

#digital {
	position: absolute;
	top: -80px;
}

.digital-title {
	width: 449px;
	height: 25px;
}

.digital-bottom {
	margin-top: 37px;
	display: flex;
	flex-wrap: nowrap;
	/* justify-content: space-between; */
}

.digital-bottom a:nth-child(n) {
	margin-right: 20px;
}

.keji {
	position: relative;
	margin-top: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#keji {
	position: absolute;
	top: -80px;
}

.public-row {
	position: relative;
	margin-top: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#guanlian {
	position: absolute;
	top: -80px;
}

.hrefweizhi-box {
	position: relative;
}

.hrefweizhi {
	position: absolute;
	top: -80px;
}

.black {
	font-weight: 600;
}

.upcomma {
	position: absolute;
	width: 19px;
	height: 14px;
	left: -19px;
	top: -14px;
	background: url("../image/upcomma.png");
}

.downcomma {
	position: absolute;
	width: 19px;
	height: 14px;
	right: 0px;
	bottom: 0px;
	background: url("../image/downcomma.png");
}


.about {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.about-box {
	position: relative;
}

.about-top {
	overflow: hidden;
	align-items: center;
	margin-top: 29px;
}

.about-title {
	display: flex;
	flex-direction: column;
}

.about-cn {
	font-size: 28px;
	font-weight: 500;
	color: #454545;
	line-height: 40px;
}

.about-eng {
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, .1);
	line-height: 22px;
	letter-spacing: 2px;
}

.about-cn-title {
	font-size: 28px;
	font-weight: bold;
	color: #204CA0;
	line-height: 40px;
}

.about-eng-title {
	font-size: 20px;
	font-weight: bold;
	color: rgba(0, 0, 0, .1);
	line-height: 22px;
	letter-spacing: 2px;
}


.about-content {
	margin-top: 21px;
	font-size: 15px;
	/*font-weight: 500;*/
	color: #454545;
	line-height: 30px;
	letter-spacing: .5px;
	font-weight: 300;
}


.huibai-bg {
	/* background-image: linear-gradient(to bottom, rgba(243, 243, 243, 1), rgba(255, 255, 255, 1)); */
	background-color: rgba(243, 243, 243, 1);
	padding-bottom: 60px;
}

.about-bg {
	position: relative;
	width: 100%;
	min-height: 580px;
	background: url("../image/about-bg.png") no-repeat;
	background-size: 101%;
	background-position: center bottom;
}

.about-bg-bottom {
	width: 100%;
	height: 80px;
	background: #fff;
	background-size: 101% 101%;
	background-position: center center;
	position: absolute;
	z-index: -1;
}

.achievement {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}

.ach-all {
	color: rgba(227, 30, 40, 1);
	/* visibility: hidden; */
}

.ach-num {
	font-size: 64px;
}

.ach-sub {
	font-size: 26px;
}

.ach-text {
	font-weight: 500;
	color: #808080;
	line-height: 20px;
	text-align: center;
}

footer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 312px;

	height: 368px;
	background: url("../image/footerbg.png") no-repeat;
	background-size: 101% 101%;
	background-position: center center;
}

.footer-box {
	height: 100%;
	position: relative;
}

.footer {
	height: 260px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	bottom: 100px;
	font-size: 16px;
}

.footer-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 85px;
}

.footer-left {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	/* height: 128px; */
}

.address-title,
.phone-title {
	color: rgba(255, 255, 255, .63);
}

.address-info,
.phone-number {
	color: #ffffff;
	margin-top: 5px;
}

.footer-left .telphone {
	margin-top: 10px;
}

.footer-right {
	width: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wx {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 122px;
}

.wx-top {
	display: flex;
	color: #ffffff;
	font-size: 16px;
}

.wx-img {
	margin-right: 5px;
	width: 18px;
	height: 16px;
	background: url("../image/wx.png") no-repeat;
}

.wx-zi {
	padding-top: 5px;
	padding-bottom: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 18px;
	letter-spacing: 3px;
}

.wx-bottom {
	/*padding-left:10px ;*/
	display: flex;
	flex-direction: column;
	color: rgba(255, 255, 255, .63);
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}

.code {
	width: 112px;
	height: 112px;
}

.code:last-child {
	margin-left: 20px;
}

.copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.copyright-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 42px;
}

.copyright-left {
	width: 208px;
	height: 42px;
	background: url("/static/image/bottomlogo.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.copyright-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
}

.fadein {
	/* animation: fadeInUp 1s; */
	visibility: visible;
}

.fadein1 {
	animation: fadeInUp 1.5s .3s forwards;
	/* visibility: visible; */
}

.fadein2 {
	animation: fadeInUp 1.5s .5s forwards;
	/* visibility: visible; */
}

.fadein3 {
	animation: fadeInUp 1.5s .7s forwards;
	/* visibility: visible; */
}

.fadein4 {
	animation: fadeInUp 1.5s .9s forwards;
	/* visibility: visible; */
}


.tabs-bottom {
	margin-top: 37px;

}

.ui-tabs .ui-tabs-nav {
	padding: 0;
}

.tabs-bottom .ui-widget-header {
	border: none;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
}
#tabs ul{
	display: flex;
}
#tabs ul>li.ui-tabs-default {
	border: none;
	background: #fff;
}

#tabs ul>li.ui-state-default {
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.2);
}
#tabs ul>li a {
	padding: 0.5em 1em;   
	 float: left;
}
#tabs ul>li.ui-state-default a {
	color: #808080;
}

#tabs ul>li.ui-tabs-active {
	border: 1px solid rgba(191, 191, 191, 0.25);
	background: rgba(191, 191, 191, 0.55);

}
#tabs ul>li.ui-tabs-active a {
	color: #1D2088;
}

#tabs ul>li:hover {
	border: 1px solid rgba(191, 191, 191, 1);
}

#tabs ul>li:hover a {
	color: #1D2088;

}
#tabs ul li{
	border-bottom-width:0!important;
}
#tabs ul li:first-child{
	border-radius:8px 0 0 0;
}
#tabs ul li:last-child{
	border-radius:0 8px 0 0;
}
.tabs-bottom .ui-widget-content {
	border: none;
	background: none;
}

.tabs-bottom .com-box {
	margin-top: 20px;
	background: #F3F3F3;
	padding: 20px;
	height: 290px;
	overflow-y: scroll;

}

.tabs-bottom .com-box::-webkit-scrollbar {
	display: none
}
.hide-scrollbar::-webkit-scrollbar {
	display: none
}
.data-tabs-content {
	overflow: hidden
}

.com-box .com-left {
	margin-right: 40px;
}

.com-left-title {
	font-size: 16px;
	font-weight: 400;
	color: #1D2088;
	line-height: 28px;
}

.com-left-desc {
	font-size: 16px;
	font-weight: 400;
	color: #808080FF;
	line-height: 28px;
	margin-bottom: 10px;
}

.com-box .com-right {
	width: 350px;
	height: 260px;
	flex-shrink: 0;
	background-size: contain;
	background-position: center center;
	margin-top: 20px;
}
.new-jianjie{

}
.new-jianjie.zi{
color: rgba(102, 102, 102, 1);
font-size: 16px;
line-height: 20px;

font-family: Source Han Sans CN;
}
.new-jianjie .zi-hei{
	color: rgba(51, 51, 51, 1);
	font-weight: bold;
	line-height: 40px;
}
.new-jianjie .zi-hui{

}
.new-jianjie .zi-lan{
color: rgba(88, 91, 167, 1);
font-weight: bold;
}
.new-jianjie .zi-hong{
color: rgba(230, 0, 18, 1);
}
.com-jianjie-left {
	width: 560px;
	height: 315px;
	flex-shrink: 0;
	background-size: contain;
	background-position: center center;
}

.com-jianjie-right {
		font-size: 16px;
    font-weight: 400;
    color: #808080FF;
    line-height: 30px;
    margin-bottom: 10px;
}
.data-jianjiezi{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-height: 316px;
}

.xiao-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

.xiao-desc {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}

.xiao-img {
	position: absolute;
	right: 0;
	top: 30px;
}


.xinxi-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.xinxi-right ul>li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 14px 20px;
	margin-bottom: 12px;
}

.zixun-right ul>li {
	padding: 20px;
}

.xinxi-right ul>li .left-num {
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	margin-right: 30px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 30px;
}

.xinxi-right ul>li .left-num p:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	color: #1D2088;
}

.xinxi-right ul>li .left-num p:nth-child(2) {
	font-size: 14px;
	font-weight: 300;
	color: #808080;
}
.xinxi-right ul>li .title{
	height: 16px;

}
.xinxi-right ul>li .title .span1 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 16px;
	max-width: 750px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xinxi-right ul>li .title .span2 {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
}

.xinxi-right ul>li .zi {
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	line-height: 16px;
	max-width: 850px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xinxi-right ul>li .ziduohang {
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	line-height: 24px;
	max-width: 850px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.xinxi-right ul>li:hover {
	background: rgba(128, 128, 128, .1);
}

.xinxi-right ul>li:hover .title .span1 {
	color: #204CA0;
	font-weight: bold;
}

.xinxi-more {
	width: 100px;
	height: 34px;
	/* background: #FFFFFF; */
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;

	font-size: 14px;
	font-weight: 400;
	color: #999;
}

.pd-y40s{
	padding: 40px 0;
}
.rongyu-ul {
	/* padding: 40px 0; */
}

.rongyu-ul>ul {
	flex-wrap: wrap;
}

.rongyu-ul>ul>li {
	width: 304px;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
}

.rongyu-ul>ul>li>a>.rongyuitem {
	width: 100%;
	height: 160px;
	background-color: #f1f1f1;
}

.rongyu-ul>ul>li>a>.rongyu-title {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: center;
	padding: 10px;
}

.rongyu-ul>ul>li>a>.rongyu-da {
	width: 100%;
	height: 320px;
	background-color: #f1f1f1;
}


.hezuo-box {
	width: 100%;
	/* height: 500px; */
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(27, 28, 28, 0.1);
}

.hezuo-ul {
	padding: 40px 50px;
}

.hezuo-ul>ul {
	flex-wrap: wrap;
}

.hezuo-ul>ul>li {
	width: 20%;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;

}

.hezuo-ul>ul>li a {
	display: flex;
	justify-content: center;
}

.hezuo-ul>ul>li>a>.hezuoitem {
	width: 160px;
	height: 78px;
	background-color: #f1f1f1;
}