[v-cloak] {
	display: none;
}
.wid1200 {
	width: 1200px;
	margin: 0 auto;
}

.btn {
	padding: 5px 13px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 8px;
}

.elipses::after {
	content: "...";
	position: absolute;
	bottom: 2px;
	right: 0;
	padding-left: 20px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}

/* news */
.news {
	margin: 50px auto;
}

.news .news-title {
	margin-bottom: 50px;
}

.news .news-content {
	margin-top: 60px;
}

.news .news-content .el-row {
	margin-right: 100px;
}

.news .news-content .el-row .col-content>div {
	padding: 22px 25px;
	background: #FFF;
}

.news .news-content .el-row .col-content .news-content-title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.news .news-content .el-row .col-content .news-content-title a {
	float: right;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.news .news-content .el-row .col-content .news-content-title a:hover {
	color: #2C6ED5;
}

.news .news-content .el-row .col-content .news-content-desc {
	padding: 10px 0;
	margin-top: 10px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	color: #333333;
}

.news .news-content .el-row .col-content .news-content-desc p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}

.news .news-content .el-row .col-content .news-content-desc p:last-child {
	font-size: 14px;
	margin-top: 20px;
	max-height: 41px;
	min-height: 40px;
	overflow: hidden;
}

.news .news-content .el-row .col-content .news-content-list p {
	margin-top: 18px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 20px;
	cursor: pointer;
	position: relative;
}

.news .news-content .el-row .col-content .news-content-list p span:first-child {
	width: 280px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-content .el-row .col-content .news-content-list p span:last-child {
	position: absolute;
	right: 0;
	top: 0;
}

.news .news-content .el-row .col-content .news-content-list p:hover {
	color: #2C6ED5;
}

/* footer */
.footer {
	background: #000;
	padding: 40px 0 30px;
	color: #FFF;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #2E6AAC;
}

.footer .footer-content .footer-content-row1>.el-col:first-child {
	text-align: right;
}

.footer .footer-content .footer-content-row1>.el-col:first-child p {
	margin-top: 10px;
}

.footer .footer-content .footer-content-row1 .top-title {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 26px;
}

.footer .footer-content .footer-content-row1 .top-content p {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin-top: 24px;
}

.footer .footer-content .cr {
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid #1B1B1B;
	border-bottom: 1px solid #1B1B1B;
	margin: 50px 80px 0px;
}

.footer .footer-content .f-link {
	margin: 30px 100px 0;
	color: #666666;
}

.footer .footer-content .f-link .f-link-title {
	font-size: 18px;
	font-weight: bold;
}

.footer .footer-content .f-link .el-row .el-col:last-child {
	font-size: 14px;
	font-weight: 400;
}

.footer .footer-content .f-link .el-row .el-col:last-child .el-row {
	flex-wrap: wrap;
}

.footer .footer-content .f-link .el-row .el-col:last-child .el-row .el-col {
	max-width: 104px;
	min-width: 104px;
	width: 104px;
	margin-bottom: 11px;
	padding-top: 4px;
}

/* suspension */
.suspension {
	position: fixed;
	bottom: 30%;
	left: 10px;
	width: 90px;
	text-align: center;
	z-index: 10;
}

.suspension .suspension-content>ul>li {
	padding: 54px 0 12px;
	font-size: 14px;
	color: #FFF;
	border-radius: 6px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.suspension .suspension-content>ul>li span {
	display: none;
	background: #c99a62;
	position: absolute;
	left: 95px;
	top: 0;
	line-height: 85px;
	width: 210px;
	z-index: 999;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
	
}

.suspension .suspension-content>ul>li span img {
	vertical-align: middle;
}

.suspension .suspension-content>ul>li:nth-child(1) {
	background: url(../images/suspension1.png) no-repeat #c99a62;
	background-size: 50%;
	background-position: center 10px;
}

.suspension .suspension-content>ul>li:nth-child(2) {
	background: url(../images/suspension2.png) no-repeat #c99a62;
	background-size: 50%;
	background-position: center 10px;
}

.suspension .suspension-content>ul>li:nth-child(3) {
	background: url(../images/suspension3.png) no-repeat #c99a62;
	background-size: 50%;
	background-position: center 10px;
}

.suspension .suspension-content>ul>li:nth-child(4) {
	background: url(../images/suspension4.png) no-repeat #c99a62;
	background-size: 50%;
	background-position: center 10px;
}

.suspension .suspension-content>ul>li:nth-child(5) {
	background: url(../images/suspension5.png) no-repeat #c99a62;
	background-size: 50%;
	background-position: center 10px;
}

.suspension .suspension-content>ul>li:hover {
	color: #c99a62;
}

.suspension .suspension-content>ul>li:hover span {
	display: block;
}

.suspension .suspension-content>ul>li:nth-child(1):hover {
	background: url(../images/suspension6.png) no-repeat #FFF;
	background-size: 50%;
	background-position: center 10px;
}

.suspension .suspension-content>ul>li:nth-child(2):hover {
	background: url(../images/suspension7.png) no-repeat #FFF;
	background-size: 50%;
	background-position: center 10px;
}

.suspension .suspension-content>ul>li:nth-child(3):hover {
	background: url(../images/suspension8.png) no-repeat #FFF;
	background-size: 50%;
	background-position: center 10px;
}

.suspension .suspension-content>ul>li:nth-child(4):hover {
	background: url(../images/suspension9.png) no-repeat #FFF;
	background-size: 50%;
	background-position: center 10px;
}

.suspension .suspension-content>ul>li:nth-child(5):hover {
	background: url(../images/suspension10.png) no-repeat #FFF;
	background-size: 50%;
	background-position: center 10px;
}

/* header */
.header {
	background: #FFF;
}

.heardTop {
	height: 40px;
	background: #363145;
	color: #FFF;
	line-height: 40px;
}

.heardTop>div {
	position: relative;
	font-size: 16px;
	text-align: center;
}

.heardTop>div>p:first-child {
	position: absolute;
	left: 0;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.content .heard-logo {
	margin: 20px 0;
}

.content .heard-logo>div {
	display: inline-block;
	vertical-align: middle;
}

.content .heard-logo>div:nth-child(1) {
	cursor: pointer;
}

.content .heard-logo>div:nth-child(2) {
	width: 480px;
	margin-left: 175px;
	margin-top: 20px;
}

.content .heard-logo>div:nth-child(2)>p {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	margin-top: 5px;
}

.content .heard-logo>div:nth-child(2)>p span {
	margin-right: 10px;
}

.content .heard-logo>div:nth-child(2)>p span a {
	color: #999999;
}

.content .heard-logo>div:nth-child(2)>p span a:hover {
	color: #2C6ED5;
}

.content .heard-logo>div:nth-child(2) .el-input-group__append {
	padding: 0 40px;
	background: #2b6dd5;
	border-radius: 0px 4px 4px 0px;
	position: relative;
	height: 40px;
	top: -1px;
}

.content .heard-logo>div:nth-child(2) .el-input-group__append img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.content .heard-logo>div:nth-child(2) .el-input__inner {
	border: 1px solid #2b6dd5;
	border-radius: 0;
}

.content .heard-logo>div:nth-child(3) {
	cursor: pointer;
	margin-left: 90px;
}

.content .heard-logo>div:nth-child(3)>div {
	float: left;
	margin-right: 10px;
}

.content .heard-logo>div:nth-child(3)>div>p {
	font-size: 16px;
	color: #EF2C2C;
}

.content .heard-logo>div:nth-child(3)>div>p:last-child {
	font-size: 22px;
	font-weight: bold;
}

.content .heard-nav div:first-child .el-row .el-col-2,
.content .heard-nav div:first-child .el-row .el-col-4 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
}

.content .heard-nav div:first-child .el-row>.el-col:not(:first-child) {
	text-align: center;
	margin: 0 10px;
}

.content .heard-nav div:first-child .el-row>.el-col:not(:first-child):hover {
	color: #2C6ED5;
}

.content .heard-nav div:first-child .el-row .active {
	color: #2C6ED5;
}

.content .heard-nav div:first-child .el-row .heard-nav-both {
	background: #2C6ED5;
	width: 240px;
	position: relative;
	color: #FFF;
}

.content .heard-nav div:first-child .el-row .heard-nav-both span:first-child {
	padding-left: 24px;
}

.content .heard-nav div:first-child .el-row .heard-nav-both svg {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.content .heard-nav div:last-child {
	position: relative;
}

.content .heard-nav div:last-child ul {
	height: 410px;
	width: 240px;
	font-size: 18px;
	font-weight: 400;
	color: #FEFEFE;
	background: rgba(0, 0, 0, 0.68);
	padding-top: 10px;
	position: absolute;
	left: 0;
	z-index: 2;
}

.content .heard-nav div:last-child ul li {
	height: 80px;
	line-height: 80px;
	padding-left: 26px;
	position: relative;
	cursor: pointer;
}

.content .heard-nav div:last-child ul li span {
	margin-left: 5px;
}

.content .heard-nav div:last-child ul li i {
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
}

.content .heard-nav div:last-child ul li .nav-box {
	cursor: auto;
	width: 500px;
	background: #FFF;
	border-radius: 0px 8px 8px 0px;
	position: absolute;
	left: 240px;
	top: 0;
	padding: 20px 30px;
}

.content .heard-nav div:last-child ul li .nav-box>div:first-child {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.content .heard-nav div:last-child ul li .nav-box>div:first-child p {
	border-left: 1px solid #333333;
	padding: 1px 18px;
}

.content .heard-nav div:last-child ul li .nav-box>div:last-child {
	font-size: 16px;
	color: #999999;
}

.content .heard-nav div:last-child ul li .nav-box .el-row {
	line-height: 16px;
	padding: 20px 0px 0px;
}

.content .heard-nav div:last-child ul li .nav-box .el-row .el-col {
	padding-left: 8px;
	border-left: 1px solid #999;
	cursor: pointer;
}

.content .heard-nav div:last-child ul li .nav-box .el-row .el-col:hover {
	color: #2C6ED5;
}

.content .heard-nav div:last-child ul li .nav-box::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 34px;
	border-right: 6px solid #FFF;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.content .heard-nav div:last-child ul li:hover {
	background: #333333;
}

/* title */
.title {
	color: #c99a62;
	text-align: center;
}

.title .title-text {
	font-size: 28px;
	font-weight: bold;
	line-height: 31px;
}

.title .title-text-left,
.title .title-text-right {
	position: relative;
	height: 31px;
	display: inline-block;
	vertical-align: bottom;
}

.title .title-text-left div,
.title .title-text-right div {
	width: 60px;
	height: 2px;
	background: #216BAA;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.title .title-text-right div {
	left: 20px;
}

.title .title-text-left div {
	left: -80px;
}

.heard-nav {
	visibility: hidden;
}

.pr {
	position: relative;
}

.flex {
	display: flex;
}

.br0 {
	border-right: 0 !important;
}

.btm0 {
	border-bottom: 0 !important;
}

.m-b0 {
	margin-bottom: 0 !important;
}

.title2 {
	text-align: center;
}

.title2 p:first-child {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}

.title2 p:nth-child(2) {
	margin: 15px 0;
	position: relative;
}

.title2 p:nth-child(2) span:first-child {
	display: block;
	width: 400px;
	height: 1px;
	background: #DBDBDB;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title2 p:nth-child(2) span:nth-child(2) {
	display: block;
	width: 60px;
	height: 5px;
	background: #DBDBDB;
	margin: 0 auto;
}

.title2 p:nth-child(3) {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
}

.problem {
	padding: 0px 0 55px;
}

.problem .problem-content {
	margin-top: 40px;
}

.problem .problem-content>.el-row>.el-col:first-child {
	margin-right: 40px;
}

.problem .problem-content>.el-row>.el-col:first-child>.el-row {
	background: #FFF;
	box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 50px 30px 10px;
}

.problem .problem-content>.el-row>.el-col:first-child>.el-row>.el-col div {
	text-align: left;
}

.problem .problem-content>.el-row>.el-col:first-child>.el-row>.el-col div p:first-child {
	background: #EFEFEF;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	padding-left: 20px;
}

.problem .problem-content>.el-row>.el-col:first-child>.el-row>.el-col div p:last-child {
	margin: 30px auto 40px;
	font-size: 14px;
	color: #666666;
	padding: 0 20px;
}

.problem .problem-content>.el-row>.el-col:first-child>.el-row>.el-col>div:hover p:first-child {
	background: #4a90e2 !important;
	color: #FFFFFF !important;
}

.problem .problem-content>.el-row>.el-col:last-child {
	width: 320px;
	min-width: 320px;
	background: #FFF;
	box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>p {
	text-align: left;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 48px;
	background: linear-gradient(32deg, #4c7af5 0%, #4cb6f0 100%);
	border-radius: 4px 4px 0px 0px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>p>span {
	font-size: 15px;
	color: #FFF;
	margin-left: 5px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form {
	padding: 15px 20px 30px 0;
	position: relative;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-radio-button:nth-child(1),
.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-radio-button:nth-child(2) {
	margin-bottom: 10px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-radio-button:first-child {
	margin-right: 8px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-radio-button:nth-child(3) {
	margin-right: 8px;
}


.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-form-item {
	margin-bottom: 12px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-form-item:nth-child(5) .el-form-item__content {
	text-align: left;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-form-item:nth-child(5) .el-input {
	width: 120px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-form-item:nth-child(5) .el-button {
	position: absolute;
	right: 0;
	width: 84px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	top: 4px;
	border-radius: 0;
	background: #FFF;
	border-color: #409EFF;
	color: #409EFF;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-form-item:last-child {
	position: relative;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-form-item:last-child .el-form-item__content {
	position: static;
	padding: 0 15px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-form-item:last-child .el-button {
	position: absolute;
	width: 280px;
	right: 0;
	height: 32px;
	background-color: #4A90E2;
	color: #FFF;
	padding: 0;
	font-size: 16px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-radio-button {
	border: 1px solid #DCDFE6;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-radio-button .el-radio-button__inner {
	border: 0;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-radio-button__inner {
	border-radius: 0;
	padding: 0;
	height: 32px;
	width: 96px;
	line-height: 32px;
}

.problem .problem-content>.el-row>.el-col:last-child>div>.el-form .el-input__inner {
	height: 32px;
	border-radius: 0;
}

.problem .el-form-item__label,
.problem .el-form-item__content {
	line-height: 32px;
}
