* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", "Microsoft YaHei";
    box-sizing: border-box;
}
p, p span, strong, a, h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑", "Microsoft YaHei" !important;
}
body {
    font-size: 16px;
    min-width: 1200px;
}
::-webkit-scrollbar {
    /* display: none; */
}
.container {
    width: 1200px;
    margin: 0 auto;
}
input {
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0;
}
li {
    list-style-type: none;
    list-style: none;
}
a {
    text-decoration: none;
    display: inline-block;
}
img {
    max-width: 100%;
}
input {
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0;
    outline: 0;
}
.flexbox {
    display: flex;
}
.flexbox-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flexbox-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexbox-between {
    display: flex;
    justify-content: space-between;
}
.flexbox-end {
    display: flex;
    justify-content: flex-end;
}
.flexbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center {
    display: flex;
    align-items: center;
}
.swiper {
	width: 100%;
	height: 100%;
}
.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-25 {
    margin-bottom: 25px;
}
.my-50 {
    margin: 50px 0;
}
.py-40 {
    padding: 40px 0;
}
.py-50 {
	padding: 50px 0;
}
.pb-50 {
	padding-bottom: 50px;
}
.text-center {
	text-align: center;
}
.text-indent {
    text-indent: 2em;
}
.float-right {
    float: right;
    position: relative;
}
.clear {
    clear: both;
}
.block {
    display: block;
}
.bg-f4f8fb {
    background-color: #f4f8fb;
}
.line-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-2,
.line-3,
.line-4,
.line-5 {
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.line-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.line-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.line-5 {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}
/* 路由导航 */
.route {
    background-color: #f5f8fa;
}
.bg-gray {
    background-color: #dff3fe;
}
.bg-white {
    background-color: #fff;
}
.route-border  {
    background-color: #fff;
    border-bottom: 1px solid #eef3f5;
}
.route a {
    color: #24292f;
    position: relative;
    padding: 0 15px;
    margin: 15px 0;
    color: #646464;
}

.route a::before,
.route a::after {
    content: '';
    position: absolute;
    background: url(../images/icon-route.png) no-repeat;
    top: 50%;
    transform: translate(0, -50%);
}
.route a.route-home {
    padding: 0 15px 0 30px;
}
.route-home::before {
    background-position: 0 0;
    width: 18px;
    height: 16px;
    margin-right: 8px;
    left: 0;
}
.route a:after {
    height: 11px;
    width: 6px;
    background-position: -24px 0;
    right: -2px;
}
.route a:last-child:after {
    width: 0;
    height: 0;
}
/* 图标 */
.icons {
    background: url(../images/icons-word.png) no-repeat;
    background-size: 250px 119px;
    display: inline-block;
}
.icon-expo-close {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/icon-close.png) no-repeat;
}
.body-coming {
	background: url(../images/coming0bg.png) no-repeat;
	width: 1200px;
	height: 530px;
	text-align: center;
	display: flex;
	flex-direction: column;
    justify-content: center;
	margin-bottom: 10px;
}
.body-coming p {
	font-size: 28px !important;
	color: #2a4879 !important;
	line-height: 46px !important;
}
/* 了解更多 */
.know-more {
    color: #399bf6;
    display: block;
    width: 110px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #399bf6;
    border-radius: 17px;
}
.know-more:hover {
    border-color: #007ef2;
    color: #007ef2;
}
.icon-more-right {
    width: 6px;
    height: 10px;
    background-position: -30px -31px;
    margin-left: 5px;
    vertical-align: 1px;
}
.know-more:hover .icon-more-right {
    background-position: -60px -31px;
}
.know-more-white {
    color: #fff;
    border: 1px solid #fff;
}
.know-more-white .icon-more-right {
    background-position: -90px -31px;
}
.know-more-white:hover {
    color: #fff;
    border: 1px solid #fff;
}
/* 头部 */
.header-box {
	position: relative;
    border: 1px solid #fff;
}
.header-box header {
	position: absolute;
	top: 0;
	z-index: 99;
	left: 50%;
	transform: translate(-50%,0);
}
.head-nav a {
	font-size: 20px;
	color: #fff;
	height: 66px;
	line-height: 66px;
	position: relative;
	padding: 0 20px;
}
.head-nav a.active {
	color: #092fc3 !important;
    font-weight: bold;
	background-color: #92e7ff;
	border-radius: 0 0 10px 10px;
}
.head-nav a:hover {
	color: #92e7ff;
}
.head-nav a.active::after {
	content: '';
	position: absolute;
	width: 18px;
	border-radius: 3px;
	height: 3px;
	background-color: #123dd0;
	bottom: 8px;
	left: 50%;
	transform: translate(-50%,0);
}
.head-cpt-nav .head-nav a.active {
	color: #ffffff !important;
	background-color: #6fe49d;
}
.head-cpt-nav .head-nav a:hover {
    color: #6fe49d;
}
.head-cpt-nav .head-nav a.active::after {
	background-color: #ffffff;
}
.robot-language {
    color: #fff;
    padding-right: 10px;
    text-align: right;
    margin-top: 15px;
}
.robot-language a {
    color: #fff;
    margin: 0 10px;
}
/* 底部 */
footer {
    background-color: #d6dce2;
    padding: 35px;
}
footer p {
    color: #333333;
    text-align: center;
    /* padding-bottom: 10px; */
}
footer a {
    color: #333333;
}
/* 侧栏 */
.sidebar-right {
    position: fixed;
    right: 50px;
    top: 50%;
    z-index: 99;
}
.sidebar-index-right {
    width: 110px;
}
.sidebar-index-right a {
    width: 110px;
    height: 110px;
    border-radius: 100%;
}
.show-wechat {
    position: absolute;
    width: 220px;
    right: 75px;
    display: none;
    background-color: #fff;
    z-index: 9;
    padding: 5px;
    border: 2px solid #cde6f8;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    background-color: #f2f6f9;
    left: 50%;
    top: 110%;
    transform: translate(-50%,0);
}
.show-wechat:before {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid;
    position: absolute;
    top: -22px;
    left: 48%;
    border-color: transparent transparent #c9e8ff transparent;
}
.show-wechat:after {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid;
    position: absolute;
    top: -20px;
    left: 48%;
    border-color: transparent transparent #f2f6f9 transparent;
}
.show-wechat img {
    width: 125px;
    height: 125px;
}
.show-wechat p {
    text-align: center;
    font-size: 12px;
    padding: 0 0 5px;
    line-height: 24px;
    color: #5e5e5e;
}
/* 左侧侧栏通知 */
.sidebar-left {
    position: fixed;
    left: 10px;
    top: 50%;
    z-index: 99;
}
.notice-box {
    width: 310px;
    background: #fff;
    border: 1px solid #bfeaff;
    border-radius: 10px;
    box-shadow: inset 0 0 10px 2px #dbf4ff, 1px 1px 6px #3a3a3a6b;
    padding: 15px;
}
.notice-box h1 {
    text-align: center;
    font-size: 18px;
    color: #112c55;
    margin-bottom: 8px;
}
.notice-box p {
    font-size: 14px;
    line-height: 20px;
    color: #f56c6c;
}
/* 分页 */
.pages {
    padding: 30px 0;
}
.pages a {
    color: #8a8a8a;
    font-size: 18px;
    margin: 0 10px;
    display: block;
    cursor: pointer;
}
/* 第一页或最后页时上一页/下一页不显示 */
.pages .first.disable,
.pages .last.disable 
.pages .prev.disable,
.pages .next.disable {
  display: none;
}
.pages .pages-list a.page-num-current {
  color: #2a77ff;
}
.cpt-list-box .pages .pages-list a.page-num-current,
.about-box-right .pages .pages-list a.page-num-current,
.pages-cpt .pages-list a.page-num-current {
    color: #00c07e;
}

/* 左侧侧栏 */
.sidebar-left-forum {
	width: auto;
	padding: 35px 0;
	height: 204px;
	top: 20%;
    left: 50px;
}
.sidebar-left-forum:after {
	content: '';
	position: absolute;
	background: url(../images/forum-right-box-2.png) no-repeat center left;
	height: 204px;
	transform: translate(-50%, -50%) rotateY(182deg);
	left: 52%;
	width: 228px;
	background-size: 100% 100%;
    top: 50%;
}
.sidebar-left-forum.hide:after {
	width: 0;
    height: 0;
}
.arrow-forum-left {
	position: absolute;
    z-index: 9;
	top: 50%;
    right: -18px;
    transform: translate(0, -50%);
}
.sidebar-left-forum .btn-lt {
    display: block;
	visibility: visible;
	opacity: 1;
    width: 180px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    background: linear-gradient(180deg, #3ca2ff, #3467e9);
    border-radius: 30px;
    text-align: center;
    margin: 0 0 20px;
	position: relative;
	z-index: 99;
}
.sidebar-left-forum .btn-lt:last-child {
	margin-bottom: 0;
}
.sidebar-left-forum .btn-lt:hover {
	background: linear-gradient(180deg, #5bccf9, #3467e9);
}

.sidebar-left {
	left: 50px;
}
.sidebar-left-forum.hide {
	padding: 0 !important;
    width: 40px;
    height: 40px !important;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px #a1acb0;
	top: 50%;
}
.sidebar-left-forum.hide .arrow-forum-left{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sidebar-left-forum.hide .btn-lt,
.sidebar-left-forum.hide .plan-box {
	visibility: hidden;
	opacity: 0;
}