html, body {
	padding: 0;
	margin: 0;
	font: 16px/1.6 SF Pro Display, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover {
	text-decoration: none;
}

.v-w {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.v-con, .v-con-fluid, .v-con-lg, .v-con-md, .v-con-sm, .v-con-xl {
	width: 100%;
	/*padding-right: 15px;*/
    /*padding-left: 15px;*/
    margin-right: auto;
	margin-left: auto
}

 @media (min-width: 576px) {
 .v-con, .v-con-sm {
 max-width: 540px
}
}
 @media (min-width: 768px) {
 .v-con, .v-con-md, .v-con-sm {
 max-width: 720px
}
}
 @media (min-width: 992px) {
 .v-con, .v-con-lg, .v-con-md, .v-con-sm {
 max-width: 960px
}
}
 @media (min-width: 1200px) {
 .v-con, .v-con-lg, .v-con-md, .v-con-sm, .v-con-xl {
 max-width: 1140px
}
}
.v-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.v-col, .v-col-1, .v-col-10, .v-col-11, .v-col-12, .v-col-2, .v-col-3, .v-col-4, .v-col-5, .v-col-6, .v-col-7, .v-col-8, .v-col-9, .v-col-auto, .v-col-lg, .v-col-lg-1, .v-col-lg-10, .v-col-lg-11, .v-col-lg-12, .v-col-lg-2, .v-col-lg-3, .v-col-lg-4, .v-col-lg-5, .v-col-lg-6, .v-col-lg-7, .v-col-lg-8, .v-col-lg-9, .v-col-lg-auto, .v-col-md, .v-col-md-1, .v-col-md-10, .v-col-md-11, .v-col-md-12, .v-col-md-2, .v-col-md-3, .v-col-md-4, .v-col-md-5, .v-col-md-6, .v-col-md-7, .v-col-md-8, .v-col-md-9, .v-col-md-auto, .v-col-sm, .v-col-sm-1, .v-col-sm-10, .v-col-sm-11, .v-col-sm-12, .v-col-sm-2, .v-col-sm-3, .v-col-sm-4, .v-col-sm-5, .v-col-sm-6, .v-col-sm-7, .v-col-sm-8, .v-col-sm-9, .v-col-sm-auto, .v-col-xl, .v-col-xl-1, .v-col-xl-10, .v-col-xl-11, .v-col-xl-12, .v-col-xl-2, .v-col-xl-3, .v-col-xl-4, .v-col-xl-5, .v-col-xl-6, .v-col-xl-7, .v-col-xl-8, .v-col-xl-9, .v-col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.v-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.v-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.v-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}


.v-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.v-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.v-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.v-ta-center {
	text-align: center;
}
.v-h-50 {
	height: 50px;
}
/* 弹性盒子 */
.v-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.v-flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}
.v-flex-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.v-w {
	width: 1300px;
}
p {
	margin: 0 0 10px;
	padding: 0;
}

.ff-ht {
	font-family: "microsoft yahei", "黑体";
}
.panel {
}
.panel .phead .tit {
	font-size: 36px;
	color: #000;
}
.panel .phead .subtit {
	font-size: 16px;
	color: #9f9f9f;
}
.panel .phead .subtit i {
	display: inline-block;
	margin: 0 20px;
	border-top: 1px solid #9f9f9f;
	width: 120px;
	position: relative;
	top: -5px;
}

.banner .box .tit {
	font-size: 40px;
	color: #fff;
}
.banner .box .tit span {
	color: #ffe400;
}
.banner .box .stit {
	font-size: 26px;
	color: #fff;
	padding-top: 20px;
}

.banner .box .form {
	margin-top: 20px;
	overflow: hidden;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 50%);
	
}
.banner .box .form .input {
	display: block;
	width: 390px;
	height: 75px;
	float: left;
	border: 0;
	padding: 15px;
	outline: none;
	background: #fff;
	font-size: 24px;
	margin: 0;
}
.banner .box .form .submit {
	display: block;
	height: 77px;
	line-height: 75px;
	background: #559dfe url(../images/30.png) no-repeat 40px center;
	background-size: 30px 30px;
	border: 0;
	float: left;
	margin: 0;
	font-size: 24px;
	color: #fff;
	text-indent: 55px;
	cursor: pointer;
}
.banner .as {
	padding-top: 30px;
	font-size: 16px;
}
.banner .as span {
	display: inline-block;
	color: #fff;
	padding: 0 20px;
	background: #559dfe;
	height: 36px;
	line-height: 36px;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 15%);
	font-weight: bold;
}
.banner .as .c2 {
	background: #559dfe;
}
.banner .as .c3 {
	background: #559dfe;
}
.banner .as .c4 {
	background: #559dfe;
}
.banner .as .c5 {
	background: #559dfe;
}
.banner .as .c6 {
	background: #559dfe;
}



.tj .li .top {
	font-size: 24px;
}
.tj .li .txt {
	font-size: 14px;
	padding-top: 5px;
}
.tj .li .txt img {
	vertical-align: middle;/*top: -2px;*/
}
.tj .tel {
	padding-left: 60px;
	background: url(../images/29.png) no-repeat 10px top;
}
.tj .tel .top {
	font-size: 20px;
}
.tj .tel .mob {
	font-size: 32px;
	color: #559dfe;
	line-height: 1.2;
}
.zmb {
	padding: 110px 0;
	text-align: center;
}
.zmb .tit {
	font-size: 36px;
	color: #000;
}
.zmb .tit span {
	color: #559dfe;
}
.zmb .subtit {
	font-size: 20px;
	color: #9f9f9f;
}
.zmb .ul {
	padding-top: 60px;
}
.zmb .ul .li {
	background: #d4d4d4;
}
.zmb .ul .ttit {
	font-size: 26px;
	color: #000;
	margin-bottom: 20px;
	padding-top: 30px;
}

.zmb .ul .intro {
	font-size: 16px;
	color: #9f9f9f;
	line-height: 1.8;
	padding: 0 10px 0 35px;
	text-align: left;
}
.zmb .ul .li.tel .inner {
	display: block;
	background-image: url(../images/08.jpg);
	color: #fff;
}
.zmb .ul .tel .top {
	font-size: 32px;
	display: inline-block;
	padding: 15px 0 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}
.zmb .ul .tel .intro {
	font-size: 18px;
	color: #fff;
}
.whyc {
	padding: 80px 0;
	background: url(../images/02.jpg) no-repeat center top;
	background-size: cover;
}
.whyc .head {
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.whyc .subtit {
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}
.whyc .ul {
	width: 740px;
	margin: 0 auto;
	position: relative;
}
.whyc .ul .rt {
	position: absolute;
	width: 260px;
	right: -390px;
	top: -120px;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}
.whyc .ul .rt i {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 33px;
	height: 3px;
	background: #fff;
}
.whyc .ul .li {
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	background: #7290fd;
	margin-bottom: 15px;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 30%);
}
.whyc .ul .li i {
	display: block;
	float: left;
	height: 60px;
	width: 100px;
	margin-right: 50px;
	background: #d8e0fe;
	font-size: 36px;
	text-align: center;
	color: #7290fd;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 30%);
}
.quxiao {
	padding: 80px 0;
	text-align: center;
}
.quxiao .ull {
	padding: 50px 0 80px;
	overflow: hidden;
}

.quxiao .ull .li .img {
	width: 130px;
	height: 130px;
	border: 2px solid #559dfe;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.quxiao .ull .li .img img {
	position: relative;
	top: 35px;
}
.quxiao .ull .li .num {
	position: absolute;
	left: -15px;
	top: 0px;
	border: 3px solid #fff;
	background: #559dfe;
	text-align: center;
	height: 45px;
	width: 45px;
	color: #fff;
	display: block;
	border-radius: 50%;
	font-size: 26px;
	line-height: 40px;
	z-index: 1;
}
.quxiao .ull .li .txt {
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	padding-top: 15px;
}
.wt {
	padding: 100px 0;
	background: #f7f7f7;
}
.wt .head {
	font-size: 36px;
	color: #559dfe;
	text-align: center;
}
.wt .head span {
	color: #000;
}
.wt .subhead {
	font-size: 20px;
	color: #9f9f9f;
	text-align: center;
	padding: 10px 0 50px;
}
.wt .ul {
	width: 1200px;
}

.wt .ul .li .img img {
	display: block;
	width: 100%;
}
.wt .ul .li .tit {
	font-size: 18px;
	color: #000;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}
.wt .ul .li .intro {
	font-size: 14px;
	color: #9f9f9f;
	padding: 0 25px;
}
.wt .ul .li .tbn {
	padding: 25px;
}
.wt .ul .li .tbn a {
	display: inline-block;
	background: url(../images/wm2.gif) no-repeat left top;
	background-size: 115%;
	border-radius: 50px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.dtb100 {
	padding: 100px 0;
}

.dtb100 table td {
	padding: 15px 0;
}
.dtb100.bgt {
	border-top: 1px solid #ddd;
}
.dtb100 .tex1 {
	padding-top: 250px;
	margin-bottom: 140px;
}

.comment {
	padding-bottom: 70px;
}

.comment .ul .li {
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
.comment .ul .li .avatar {
	width: 60px;
	height: 60px;
	margin-right: 25px;
}
.comment .ul .li .avatar img {
	display: block;
	width: 100%;
	height: 100%;
}
.comment .ul .li .you {
	font-size: 12px;
	color: #a4a4a4;
	margin-bottom: 5px;
}
.comment .ul .li .you .username {
	color: #61b2fc;
}
.comment .ul .li .intro {
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
.why {
	background: url(../images/03.jpg) no-repeat center top;
	padding-bottom: 100px;
	overflow: hidden;
}
.why .box {
	width: 1100px;
}
.why .phead .tit {
	color: #fff;
}
.why .box .li {
	/*background: url(../images/05.jpg);*/
    color: #fff;
	padding: 140px 30px 0 30px;
	font-weight: bold;
	height: 310px;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 30%);
}
.why .box .li .tit {
	font-size: 24px;
	margin-bottom: 15px;
}
.why .box .li .desc {
	font-size: 18px;
}
.why .box .li-1 {
	background: url(../images/04.jpg);
}
.why .box .li-2 {
	background: url(../images/05.jpg);
}
.why .box .li-3 {
	background: url(../images/06.jpg);
}
.why .box .li-4 {
	background: url(../images/07.jpg);
}
.contact {
	margin-bottom: 50px;
}
.contact .lx {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.contact .lx .box {
	width: 210px;
	margin: 0 auto;
}
.contact .tit {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.contact .tit img {
	position: relative;
	vertical-align: middle;
	top: -5px;
}
.contact .tel {
	font-size: 32px;
	color: #559dfe;
	font-weight: bold;
}
.contact .time {
}
.contact .tel {
}
.fixed-menu {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -90px;
	width: 70px;
	z-index: 999;
}
.fixed-menu .title {
	position: absolute;
	left: 150px;
	bottom: 1px;
	color: #fff;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	z-index: -99;
	opacity: 0;
}
.fixed-menu .title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	bottom: 14px;
	background-color: #fff;
	transform: rotate(45deg);
}
.fixed-menu .title .tit-img {
	width: 165px;
}
.fixed-menu .title img {
	padding: 18px 18px 18px 18px;
}
.title>p {
	font-size: 14px;
	font-weight: 300;
	color: #559dfe;
	width: 200px;
	padding: 25px 0;
}
.fixed-menu ul, .fixed-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.fx-ul {
	margin-bottom: 0;
	background-color: #559dfe;
}
.fx-ul li {
	position: relative;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	margin: 0 5px;
	margin-bottom: 5px;
}
.fx-ul li:last-child {
	border-bottom: 0;
}
.fx-line {
	border-bottom: 0 !important;
}
.fx-ul li>p {
	text-align: center;
	padding-bottom: 15px;
	line-height: 1;
	margin: 0;
}
.fx-ul li a p {
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding-bottom: 15px;
	margin: 0;
}
.fx-ul li:hover .title {
	left: -220px;
	opacity: 1;
}
.fx-ul li.fx-shop i {
	background: url("../images/consultation.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px 0;
	display: block;
}
.fx-ul li a {
	font-size: 12px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
}
.fx-ul li.fx-contact i {
	background: url("../images/QR-sider.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}
.fx-ul li.fx-contact .title {
	background-color: #ffffff;
}
.fx-ul li.fx-contact .title:before {
	background-color: #ffffff;
}
.fx-ul li.fx-top {
	cursor: pointer;
	display: none;
}
.fx-ul li.fx-top i {
	background: url("../images/top.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}
.fx-ul li.fx-phone i {
	background: url("../images/phone.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}
.fixed-weChat {
	position: relative;
	text-align: center;
	background-color: #f7c25c;
}
.fixed-weChat p {
	transition: all 0.6s;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding-bottom: 10px;
	line-height: 1.5;
}
.fixed-weChat i {
	background: url("../images/weChat.png") no-repeat;
	background-position: center bottom;
	background-size: auto;
	padding: 23px;
	display: inline-block;
}


.loading {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	display: none;
}
.loading img {
	position: fixed;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.suspension-wrap {
	/*max-width: 750px;*/
    margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	z-index: 11000;
	display: none;
}
.suspension {
	width: 360px;
	height: 180px;
	background-color: #E4E4E4;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.suspension-title {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin-left: 14px;
	margin-top: 12px;
}
.suspension-content {
	color: #666;
	font-size: 16px;
	padding: 0 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.suspension-close {
	color: #0080FF;
	font-size: 18px;
	position: absolute;
	right: 14px;
	bottom: 12px;
}
.icon img {
	width: 50px;
}



.tc-box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.tc-box .dialogBg {
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.tc-box .tc-con {
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	color: #333;
	position: fixed;
}
.tc-box .tc-con .tc-head {
	width: 100%;
	height: 44px;
	padding: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1019;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.tc-box .tc-con .tc-head .tc-head-close-btn {
	float: right;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	color: #999;
	text-align: center;
}
.tc-box .tc-con .tc-head p {
	width: 100%;
	padding: 0 29px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.tc-box .tc-con .tc-body {
	width: 100%;
	height: 100%;
	padding: 44px 0 54px;
}
.tc-box .tc-con .tc-foot {
	width: 100%;
	height: 54px;
	padding: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1019;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.12);
}
.tc-box .tc-con .tc-foot .tc-foot-submit-btn {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background-color: rgba(248, 91, 35, 0.65);
	border-radius: 22px;
}
.tc-box .tc-con .tc-foot .tc-foot-submit-btn.active {
	background-color: rgba(248, 91, 35, 1);
}
.statementOne {
	display: none;
}
.statementTwo {
	display: none;
}
.statement .tc-con {
	height: 388px;
	text-align: center;
}
.statement-box {
	background: rgb(255, 255, 255);
	width: 480px;
	height:423px;
	padding-top: 25px;
	border-radius: 8px;
	margin: 0 auto;
}
.statement-scroll {
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: 400;
	overflow-y: scroll;
	width: 433px;
	height: 260px;
	line-height: 20px;
	font-size: 12px;
	margin: 0 auto;
}
.statement-scroll .statement-title {
	line-height: 20px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-bottom: 15px;
}
.statement-scroll p {
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.statement-scroll p:last-child {
	padding-bottom: 0;
}
.statement-scroll p.Fb {
	font-weight: bold;
	font-size: 16px;
}
.statement-btn {
	background: rgb(25, 137, 250);
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: normal;
	color: #FFF;
	width: 160px;
	line-height: 44px;
	font-size: 14px;
	border-radius: 8px;
	margin: 20px auto 0;
}
.pc_nine {
	width:260px;
	background:#ffe25b;
	display:inline-block;
	color:#333;
	padding:20px 0;
	position:fixed;
	top:240px;
	left:0;
	text-align:center;
}
.pc_nine strong {
	width:100%;
	height:auto;
	display:inline-block;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
}
.pc_nine p {
	width:240px;
	height:auto;
	display:inline-block;
	margin:0 10px;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	text-align:left;
}
.pc_nine a {
	display:inline-block;
	margin:0 auto;
	position:absolute;
	top:10px;
	right:10px;
}
.flex-content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.container-m {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.why-title {
	color:#fff;
	font-weight:400;
	font-size:32px;
	text-align:center;
	margin-bottom:20px
}
.why-desc {
	font-weight:400;
	opacity:.7;
	font-size:18px;
	text-align:center;
	color:#edebeb;
	margin-bottom:50px
}
.why-main {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px
}
.why-item {
	width:380px;
	height:124px;
	border-radius:4px 4px 4px 4px;
	opacity:.9;
	background:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.why-answer {
	background:rgb(85,157,254,0.3);
}
.why-item-index {
	color:#559dfe;
	font-size:50px;
	width:100px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	font-weight:700;
	font-style:italic
}
.why-item-content, .why-item-index {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center
}
.why-item-content {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	-ms-flex-pack:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	color:#fff;
	padding-right:15px
}
.why-item-title {
	font-weight:400;
	font-size:20px;
	text-align:center;
	color:#333;
	margin-bottom:5px
}
.why-item-desc {
	font-weight:400;
	font-size:14px;
	text-align:center;
	color:#666;
	letter-spacing:1px
}

.service-title {
	font-weight:700;
	font-size:32px;
	text-align:left;
	color:#333;
	margin-bottom:50px
}

.prosup-main {
	width:1120px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	background:url(../images/prosup-bg.png) no-repeat;
	background-color:#f6f6f6;
	border-radius:5px;
	overflow:hidden
}
.prosup-left {
	width:570px;
	height:494px
}
.prosup-left, .prosup-right {
	padding-top:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.prosup-title {
	width:172px;
	height:45px;
	border-radius:22.5px 22.5px 22.5px 22.5px;
	background:#fff;
	font-size:24px;
	color:#3473f4;
	line-height:45px;
	text-align:center;
	margin-bottom:30px
}
.prosup-right .prosup-title {
	background:#333;
	color:#fff;
	margin-left:177px
}
.prosup-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-left:60px;
	color:#fff;
	font-size:20px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.prosup-right .prosup-item {
	padding-left:0
}
.prosup-item>img {
	width:45px;
	height:45px;
	margin-right:20px
}
.prosup-vs {
	width:54px;
	height:54px;
	border-radius:54px;
	color:#646b7d;
	background:#fff;
	text-align:center;
	line-height:54px;
	margin-right:20px
}
.prosup-item+.prosup-item {
	margin-top:40px
}
.prosup-name {
	font-weight:700
}
.prosup-name>img {
	display:none
}
.prosup-desc {
	font-size:14px;
	margin-top:10px
}
.prosup-item-gray .prosup-desc, .prosup-item-gray {
	color:#333
}
.prosup-more {
	width:183px;
	height:44px;
	border-radius:4px 4px 4px 4px;
	background:#3473f4;
	font-size:18px;
	text-align:center;
	color:#fff;
	line-height:44px;
	margin-top:60px;
	cursor:pointer
}
.prosup-more>a {
	text-decoration:none;
	color:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.prosup-more:hover {
	opacity:.9
}
.tel span {
	padding: 0 0 0 10px;
	font-size: 20px;
	color: #559dfe;
}
.fnavi {
	margin-top:20px;
	display:flex;
	justify-content: center;
}
.fnavi p {
	margin:0 2.5%;
	position:relative;
}
.fnavi p a {
	color:#333;
	font-size:14px;
}
.fnavi p a:hover {
	color:#559dfe;
}
.fnavi p img {
	position: absolute;
	top: 0px;
	right: -15px;
	width: 10px;
	border-radius: 3px;
}
.position {
	background:#ddd;
	height:50px;
	line-height:50px;
}
.position a {
	color:#fff;
}
.tybtn {
	margin-top:20px;
	font-size:20px
}
#agreen_btn {
	font-size:25px;
	vertical-align: -2px;
}
#agreen_btn b {
	font-size:16px;
}
.tbsm {
	color:#A8A8A8;
	font-size:14px;
	line-height:16px;
	margin:50px auto;
	width:55%;
	height:60px;
	text-align:center;
}
.line1 {
	height:1px;
	border:none;
	border-top:1px solid #A8A8A8;
	width:75%;
}
.news h1 {
	text-align:center;
	font-size:30px;
}
.news .des {
	text-align:center;
	font-size:12px;
	color:#666;
}
.news .des span {
	padding:0 25px;
}
.news .vcontent {
	margin-top:50px;
	font-size:14px;
	line-height:30px;
}
.h10 {
	background:#ddd;
	height:10px;
}
.listart {
	padding: 20px;
	display:flex;
	justify-content: space-between;
	margin-bottom:30px;
	border-bottom:1px solid #e8e8e8;
}
.listart:hover {
	background: #e8e8e8;
	border-radius: 6px;
	padding: 20px;
}
.newslist .left {
	width: 85%;
}
.newslist .left .item {
	display:flex;
	justify-content: space-between;
}
.newslist .left .tit {
	font-weigh:bold;
}
.newslist .left .des {
	margin-top: 20px;
	color: #666;
}
.qhdb .v-ta-center {
	display: flex;
	align-items: center;
}
.qhdb .tit {
	font-size:30px;
	font-weigh:bold;
	width:80%;
}
.qhdb .des {
	line-height:30px;
	width:80%;
	margin:30px 0;
}
.qhdb .btns {
	width:80%;
	text-align:center;
}
.rzzs {
	background:#f0f0f0;
}
.rzzs .right {
	display: flex;
	align-items: center;
}
.rzzs .tit {
	font-size:30px;
	font-weigh:bold;
	text-align:right;
}
.rzzs .des {
	line-height:30px;
	width:70%;
	margin:30px 0;
	float:right;
}
.rzzs .btns {
	text-align:right;
}
.cpys {
	background: #f6f6f6;
}
.w100 {
	width:100%;
}
.prosup-item.no1 {
	margin-left: 96px;
}
.prosup-item.no2 {
	margin-left: 69px;
}
.prosup-item.no3 {
	margin-left: 38px;
}
.prosup-item.no4 {
	margin-left: 7px;
}
.cpys .btns {
	text-align:right;
	margin-top:50px;
}
.cxjd{widht:100%;clear:both;padding:50px 50px 0;}

    .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-striped {
    background-image: linear-gradient(
45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}
 @media (min-width: 768px) {
.wap {
	display:none !important;
}
 input::-webkit-input-placeholder {
 font-size: 24px;
}
.header {
	background: #fff;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 8%);
	height: 85px;
}
.header .logo {
	width: 360px;
}
.header .menu {
	font-size: 18px;
}
.header .menu .li {
	float: left;
	margin: 0 15px;
}
.header .menu .li a {
	color: #000;
	display: block;
	height: 75px;
	line-height: 75px;
}
.header .menu .li.active a, .header .menu .li a:hover {
	color: #559dfe;
	border-bottom: 1px solid #559dfe;
}
.header .tel {
	color: #559dfe;
	font-size: 24px;
	line-height: 75px;
	/*font-weight: bold;*/
    display: flex;
	align-items: center;
	justify-content: end;
}
.btns {
	text-align: center;
}
.btns a {
	display: inline-block;
	background: url(../images/wm2.gif) no-repeat left top;
	background-size: 115%;
	border-radius: 50px;
	width: 276px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.dtb100 .txt {
	font-size: 15px;
	color: #000;
	width: 590px;
	float: right;
}
.banner {
	height: 550px;
	background: url(../images/01.jpg) no-repeat center top;
	overflow: hidden;
	background-size: 100% 100%;
}
.banner .rimg {
	height: 550px;
	position: relative;
}
.banner .rimg .ibox {
	display: block;
	position: absolute;
	bottom: -80px;
	right: -80px;
}
.banner .box .inner {
	padding: 120px 0 0 20px;
	position: relative;
	left: 50px;
}
.banner .box .form {
	display: inline-block;
}
.banner .box .form .submit {
	width: 200px;
}
.quxiao .v-w {
	width:1200px;
}
.tj {
	background: #fff;
	height: 128px;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 14%);
	padding: 30px 0;
}
.tj .li {
	background: url(../images/bgx.jpg) no-repeat right top;
	text-align: center;
	padding-right: 60px;
}

.zmb .ul .inner {
	background: url(../images/boxbo.jpg) no-repeat left top;
	background-size: 100% 100%;
	height: 186px;
}
.comment .box {
	width: 1100px;
}
.quxiao .ull .li {
	width: 20%;
	float: left;
	position: relative;
}
.wt .ul .li {
	width: 272px;
	background: #fff;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 8%);
}
.fn-clear {
	width: 1200px;
	zoom: 1;
	margin: 0 auto;
}
.cxt {
	background-image:url(../images/bg.jpg);
	height:300px;
	padding-top:50px;
	text-align:center;
	font-size: 40px;
	color:#fff;
}
.cxjg {
	float:left;
	width:100%;
	height:350px;
	position:relative;
	top:-120px;
}
.cxjg .cont {
	float:left;
	width:100%;
	height:400px;
	background:#fff;
	box-shadow:0 0 20px;
}
.cxjg .cont ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:1155px;
	height:auto;
	border:1px solid #ddd;
	margin:30px auto 0 22px;
}
.cxjg .cont ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:288px;
	height:48px;
	line-height:48px;
	background:#eee;
	border-right:1px solid #ddd;
	text-align:center;
	font-size:16px;
	color:#666;
}
.cxjg .cont ul li:last-child {
	border-right:0;
}
.cxjg .cont span {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-top:45px;
}
.cxjg .cont span img {
	display:block;
	margin:0 auto;
}
.cxjg .cont strong {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-top:25px;
	font-size:18px;
	color:#333;
}
.cxjg .cont .pc_cx {
	float:left;
	width:100%;
	text-align:center;
	margin:30px auto 0;
}
.cxjg .cont .pc_cx a {
	width:220px;
	height:50px;
	line-height:50px;
	font-size:22px;
	color:#fff;
	background:#007bff;
	border-radius:25px;
	display:inline-block;
}
.cxjg .cont em {
	float:left;
	width:1156px;
	height:auto;
	line-height:50px;
	margin:45px 22px 0;
	text-align:center;
	background:#eee;
	font-size:16px;
	color:#999;
}
#bghight {
	float: left;
	width: 100%;
	background: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	z-index: 99;
}
.pc_tc{ float:left; width:100%; height:auto; text-align:center; position:relative; display:none;}
.pc_tc .content{ width:700px; height:500px; background:#fff; border-radius:20px; box-shadow:0 0 20px;}

.pc_tc .content{ position:fixed; top:165px; left:50%; margin-left:-350px;z-index: 101;}
.pc_tc .content .gb{ position:absolute; top:10px; right:10px;}
.pc_tc .content .gb img{ width:30px; height:30px; display:block;}
.pc_tc .content .center{ float:left; width:100%; padding-top:20px;}
.pc_tc .content .center img{ margin:0 auto; display:block; margin-top:20px;}
.pc_tc .content .center strong{ width:100%; height:auto; line-height:60px; font-size:24px; color:#1a87fe; font-weight:bold; display:inline-block;}
.pc_tc .content .center p{ width:100%; height:auto; line-height:20px; font-size:20px; color:#1a87fe; display:inline-block;}
.pc_tc .content .center em{ width:660px; height:auto; line-height:50px; background:#eee; font-size:16px; color:#999; margin:20px; display:inline-block;font-style: normal;}

.chaxunImg{width: 180px; height: 180px;}


 }
 
  @media (max-width: 767px) {

.v-w {
	width: auto;
	margin: 0 auto;
	clear: both;
}
.v-h-50 {
	height: 20px;
}
.pc {
	display:none !important;
}


.v-row {
	padding: 0;
	margin: 0;
}
.header {
	background: #fff;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 8%);
	height: 50px;
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}
.header .logo {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.header .logo img {
	height: 50px;
}
.header .menua {
	display: block;
	width: 50px;
	height: 50px;
}
.header .menua img {
	width: 100%;
	height: 100%;
}
.menu {
	position:  fixed;
	top: 50px;
	right: 0;
	z-index: 2;
	background: #fff;
	font-size: 16px;
	display: none;
}
.menu .li {
}
.menu .li a {
	color: #000;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
.menu .li.active a, .menu .li a:hover {
	color: #559dfe
}
.header .tel {
	color: #f00;
	font-size: 24px;
	line-height: 75px;
	font-weight: bold;
}
.ff-ht {
	font-family: "microsoft yahei", "黑体";
}
.panel {
}
.panel .phead .tit {
	font-size: 22px;
	color: #000;
}
.panel .phead .subtit {
	font-size: 16px;
	color: #9f9f9f;
}
.panel .phead .subtit i {
	display: inline-block;
	margin: 0 20px;
	border-top: 1px solid #9f9f9f;
	width: 60px;
	position: relative;
	top: -5px;
}
.banner {
	background: url(../images/39.png) no-repeat center top;
	overflow: hidden;
}
.banner .box {
	margin: 20px;
}
.banner .box .tit {
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.banner .box .tit span {
	color: #ffbd20;
}
.banner .box .stit {
	font-size: 20px;
	color: #fff;
	padding-top: 5px;
	text-align: center;
}
.banner .box .inner {
	padding-top: 80px;
	position: relative;
}
.banner .box .form {
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 50%);
}
.banner .box .form .input {
	display: block;
	width: 100%;
	height: 45px;
	float: left;
	border: 0;
	padding: 15px;
	outline: none;
	background: #fff;
	font-size: 16px;
	margin: 0;
}
.banner .box .form .submit {
	display: block;
	height: 47px;
	line-height: 45px;
	background: #559dfe url(../images/30.png) no-repeat 20px center;
	background-size: 16px 16px;
	border: 0;
	float: left;
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-indent: 40px;
	cursor: pointer;
	padding-right: 10px;
}
.banner .as {
	padding-top: 30px;
	font-size: 12px;
	margin: 0;
}
.banner .as>div {
	padding-right: 5px;
	padding-left: 5px;
}
.banner .as span {
	display: block;
	color: #fff;
	padding: 0 20px;
	background: #559dfe;
	height: 36px;
	line-height: 36px;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 15%);
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.banner .as .c2 {
	background:#559dfe
}
.banner .as .c3 {
	background: #559dfe
}
.banner .as .c4 {
	background:#559dfe
}
.banner .as .c5 {
	background:#559dfe
}
.banner .as .c6 {
	background:#559dfe
}
.banner .ibox {
}
.banner .ibox img {
	display: block;
	max-width: 95%;
	padding: 30px 0;
	margin: 0 auto;
}
.tj {
	background: #fff;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 14%);
	padding: 20px 0;
}
.tj .li {
	/*background: url(../images/bgx.jpg) no-repeat right top;*/
    text-align: center;
	border-right: 1px solid #eee;
}
.tj .li .top {
	font-size: 16px;
}
.tj .li .txt {
	font-size: 12px;
	padding-top: 5px;
}
.tj .li .txt img {
	vertical-align: middle;
	/*top: -2px;*/
    width: 22px;
}
.tj .v-row {
	position: relative;/*left: 20px;*/
}
.tj .v-col {
	margin: 0;
	padding: 0;
}
.tj .tel {
	padding-left: 60px;
	background: url(../images/29.png) no-repeat 10px top;
}
.tj .tel .top {
	font-size: 20px;
}
.tj .tel .mob {
	font-size: 32px;
	color: #559dfe;
	line-height: 1.2;
}
.zmb {
	padding: 30px 15px;
	text-align: center;
}
.zmb .tit {
	font-size: 20px;
	color: #000;
}
.zmb .tit span {
	color: #559dfe;
	display: block;
}
.zmb .subtit {
	font-size: 14px;
	color: #9f9f9f;
}
.zmb .ul {
	padding-top: 25px;
}
.zmb .ul .li {
	background: #d4d4d4;
	margin: 10px;
}
.zmb .ul .ttit {
	font-size: 16px;
	color: #000;
	margin-bottom: 6px;
	padding-top: 15px;
}
.zmb .ul .inner {
	background: url(../images/boxbo.jpg) no-repeat left top;
	background-size: 100% 100%;
	min-height: 120px;
}
.zmb .ul .intro {
	font-size: 12px;
	color: #9f9f9f;
	line-height: 1.2;
	padding: 0 10px 0 30px;
	text-align: left;
}
.zmb .ul .li.tel .inner {
	background-image: url(../images/08.jpg);
	color: #fff;
	display: block;
}
.zmb .ul .tel .top {
	font-size: 16px;
	display: inline-block;
	padding: 10px 0 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
}
.zmb .ul .tel .intro {
	font-size: 12px;
	color: #fff;
}
.whyc {
	padding: 10px 0;
	background: url(../images/02.jpg) no-repeat center top;
	background-size: cover;
}
.whyc .head {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.whyc .subtit {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.whyc .ul {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.whyc .ul .rt {
	font-size: 14px;
	line-height: 2;
	color: #fff;
}
.whyc .ul .rt i {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 33px;
	height: 3px;
	background: #fff;
}
.whyc .ul .li {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	background: #7290fd;
	margin-bottom: 15px;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 30%);
}
.whyc .ul .li i {
	display: block;
	float: left;
	height: 40px;
	width: 30px;
	margin-right: 15px;
	background: #d8e0fe;
	font-size: 16x;
	text-align: center;
	color: #7290fd;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 30%);
}
.quxiao {
	padding: 30px 0;
	text-align: center;
}
.quxiao .ull {
	padding: 30px 0 40px;
	overflow: hidden;
	text-align: center;
}
.quxiao .ull .li {
	width: 32%;
	position: relative;
	display: inline-block;
	height: 110px;
}
.quxiao .ull .li .img {
	width: 60px;
	height: 60px;
	border: 2px solid #559dfe;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.quxiao .ull .li .img img {
	position: relative;
	top: 20%;
	width: 50%;
}
.quxiao .ull .li .num {
	position: absolute;
	left: -15px;
	top: 0px;
	border: 3px solid #fff;
	background: #559dfe;
	text-align: center;
	height: 25px;
	width: 25px;
	color: #fff;
	display: block;
	border-radius: 50%;
	font-size: 13px;
	line-height: 22px;
	z-index: 1;
}
.quxiao .ull .li .txt {
	font-size: 10px;
	text-align: center;
	line-height: 1.2;
	padding-top: 10px;
}
.wt {
	padding: 30px 0;
	background: #f7f7f7;
}
.wt .head {
	font-size: 20px;
	color: #559dfe;
	text-align: center;
}
.wt .head span {
	color: #000;
}
.wt .subhead {
	font-size: 16px;
	color: #9f9f9f;
	text-align: center;
	padding: 10px 0 20px;
}
.wt .ul {
	margin: 0 10px;
	width:auto;
}
.wt .ul .v-col-6 {
	/*width: 1200px;*/
    padding: 10px;
}
.wt .ul .li {
	background: #fff;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 8%);
	height: 100%;
}
.wt .ul .li .img img {
	display: block;
	width: 100%;
}
.wt .ul .li .tit {
	font-size: 16px;
	color: #000;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
}
.wt .ul .li .intro {
	font-size: 14px;
	color: #9f9f9f;
	padding: 0 18px;
}
.wt .ul .li .tbn {
	padding: 15px;
}
.wt .ul .li .tbn a {
	background: #559dfe;
	display: block;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.dtb100 {
	padding: 30px 0;
}
.dtb100 .txt {
	font-size: 15px;
	color: #000;
	
}
.dtb100 table td {
	padding: 15px 0;
}
.dtb100.bgt {
	border-top: 1px solid #ddd;
}
.dtb100 .tex1 {
	padding-top: 30px;
	margin: 0 30px 25px 30px;
	font-size: 15px;
}
.btns {
	text-align: center;
}
.btns a {
	display: inline-block;
	background: #559dfe;
	border-radius: 30px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 0 30px;
}
.comment {
	padding-bottom: 20px;
}
.comment .box {
	margin: 0 15px;
}

.comment .ul .li .avatar {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

.qhdb .btns {
	text-align: center;
	width:100%;
}
.why {
	background: url(../images/03.jpg) no-repeat center top;
	padding-bottom: 30px;
	overflow: hidden;
}
.why .v-h-50 {
	height: 20px;
}
.why .v-w {
	width: auto;
}
.why .box {
	margin: 0 15px;
}
.why .phead .tit {
	color: #fff;
}
.why .box .li {
	/*background: url(../images/05.jpg);*/
    color: #fff;
	padding: 75px 15px 0 15px;
	height: 230px;
	box-shadow: 0 0 10px 4px rgb(37 58 97 / 30%);
	margin: 10px;
	background-size: 100% 100% !important
}
.why .v-col-3 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding:0;
}
.why .box .li .tit {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
.why .box .li .desc {
	font-size: 14px;
}
.why .box .li-1 {
	background-image: url(../images/04.jpg);
}
.why .box .li-2 {
	background-image: url(../images/05.jpg);
}
.why .box .li-3 {
	background-image: url(../images/06.jpg);
}
.why .box .li-4 {
	background-image: url(../images/07.jpg);
}
.contact {
	margin-bottom: 25px;
	font-size: 12px;
	overflow: hidden;
}
.contact .v-col-5, .contact .v-col-4, .contact .v-col-6, .contact .v-col-3 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding:0;
}
.contact .v-col-5 img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.contact .lx {
	border-left: 1px solid #eee;
	padding-left: 30px;
}
.contact .lx .box {
	width: 210px;
	margin: 0 auto;
}
.contact .tit {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.contact .tit img {
	position: relative;
	vertical-align: middle;
	top: -5px;
}
.contact .tel {
	font-size: 20px;
	color: #559dfe;
	font-weight: bold;
}
.contact .time {
}
.contact .tel {
}
.contact .qrcode {
	border-left: 1px solid #eee;
}
.contact .fbg {
	margin: 20px;
	height: 1px;
	width: 100%;
	clear: both;
}
.contact .fbg .lxxx {
	width: 50%;
	float: left;
}
.contact .fbg .lxxx .x {
	margin: 0 20px;
	height: 1px;
	background: #eee;
}
.fixed-menu {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -90px;
	width: 70px;
	z-index: 999;
}
.fixed-menu .title {
	position: absolute;
	left: 150px;
	bottom: 1px;
	color: #fff;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	z-index: -99;
	opacity: 0;
}
.fixed-menu .title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	bottom: 14px;
	background-color: #fff;
	transform: rotate(45deg);
}
.fixed-menu .title .tit-img {
	width: 165px;
}
.fixed-menu .title img {
	padding: 18px 18px 18px 18px;
}
.title>p {
	font-size: 14px;
	font-weight: 300;
	color: #559dfe;
	width: 200px;
	padding: 25px 0;
}
.fixed-menu ul, .fixed-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.fx-ul {
	margin-bottom: 0;
	background-color: #559dfe;
}
.fx-ul li {
	position: relative;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	margin: 0 5px;
	margin-bottom: 5px;
}
.fx-ul li:last-child {
	border-bottom: 0;
}
.fx-line {
	border-bottom: 0 !important;
}
.fx-ul li>p {
	text-align: center;
	padding-bottom: 15px;
	line-height: 1;
	margin: 0;
}
.fx-ul li a p {
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding-bottom: 15px;
	margin: 0;
}
.fx-ul li:hover .title {
	left: -220px;
	opacity: 1;
}
.fx-ul li.fx-shop i {
	background: url("../images/consultation.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px 0;
	display: block;
}
.fx-ul li a {
	font-size: 12px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
}
.fx-ul li.fx-contact i {
	background: url("../images/QR-sider.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}
.fx-ul li.fx-contact .title {
	background-color: #ffffff;
}
.fx-ul li.fx-contact .title:before {
	background-color: #ffffff;
}
.fx-ul li.fx-top {
	cursor: pointer;
	display: none;
}
.fx-ul li.fx-top i {
	background: url("../images/top.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}
.fx-ul li.fx-phone i {
	background: url("../images/phone.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}



.loading {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	display: none;
}
.loading img {
	position: fixed;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.suspension-wrap {
	/*max-width: 750px;*/
    margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	z-index: 11000;
	display: none;
}
.suspension {
	width: 360px;
	height: 180px;
	background-color: #E4E4E4;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.suspension-title {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin-left: 14px;
	margin-top: 12px;
}
.suspension-content {
	color: #666;
	font-size: 16px;
	padding: 0 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.suspension-close {
	color: #0080FF;
	font-size: 18px;
	position: absolute;
	right: 14px;
	bottom: 12px;
}
.fbar, .fbarr {
	height: 60px;
}
.fbar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 199;
	background: #fff;
}
.fbar .li {
	width: 33.3333%;
	float: left;
	height: 60px;
}
.fbar .li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.fbar .li-0 a {
	line-height: 1.2;
	padding-top: 5px;
	font-size: 14px;
}
.fbar .li-0 a img {
	display: block;
	margin: 0 auto;
	height: 30px;
}
.fbar .li-0 a {
	color: #999;
}
.fbar .li-1 a {
	background: #559dfe;
}
.fbar .li-2 a {
	background: #3686f2;
}
.fbar {
}
.tip-list-wrap {
	/*max-width: 750px;*/  
  margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	z-index: 11000;
	display: none;
}
.tip-list-wrap .tip-list {
	max-width: 270px;
	position: relative;
	width: 77%;
	margin: 0 auto;
	text-align: center;
	top: 30%;
	background: #fff;
	padding: 0 0 15px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}
.tip-list-wrap .tip-list .tip-list-header {
	background: #f0f0ee;
	padding: 10px 0;
	font-size: 14px;
	color: #4c4c4c;
}
.tip-list-wrap .tip-list .tip-list-body {
	padding: 0 15px;
	font-size: 13px;
	color: grey;
}
.tip-list-wrap .tip-list .titles {
	font-size: 15px;
	line-height: 26px
}
.tip-list-wrap .tip-list .tip-list-body .tip-list-btn {
	margin-top: 25px;
}
.tip-list-wrap .tip-list .tip-list-body .tip-list-btn .close-confirm {
	background: #00D48C;
	color: #fff;
	padding: 7px 11px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
.tip-list-wrap .tip-list .tip-list-body .tip-list-btn .close-cancel {
	padding: 7px 11px;
	border-radius: 5px;
	color: #4c4c4c;
	border: 1px solid;
	margin-left: 23px;
}
.icon {
	text-align: center;
	display: inline-block;
	margin-top: 15px;
}

.tc-box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.tc-box .dialogBg {
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.tc-box .tc-con {
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	color: #333;
	position: fixed;
}
.tc-box .tc-con .tc-head {
	width: 100%;
	height: 44px;
	padding: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1019;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.tc-box .tc-con .tc-head .tc-head-close-btn {
	float: right;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	color: #999;
	text-align: center;
}
.tc-box .tc-con .tc-head p {
	width: 100%;
	padding: 0 29px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.tc-box .tc-con .tc-body {
	width: 100%;
	height: 100%;
	padding: 44px 0 54px;
}
.tc-box .tc-con .tc-foot {
	width: 100%;
	height: 54px;
	padding: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1019;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.12);
}
.tc-box .tc-con .tc-foot .tc-foot-submit-btn {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background-color: rgba(248, 91, 35, 0.65);
	border-radius: 22px;
}
.tc-box .tc-con .tc-foot .tc-foot-submit-btn.active {
	background-color: rgba(248, 91, 35, 1);
}
.statementOne {
	display: none;
}
.statementTwo {
	display: none;
}
.statement .tc-con {
	height:70%;
	text-align: center;
}
.statement-box {
	background: rgb(255, 255, 255);
	width: 80%;
	height:80%;
	padding-top: 25px;
	border-radius: 8px;
	margin: 0 auto;
}
.statement-scroll {
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: 400;
	overflow-y: scroll;
	width: 70%;
	height: 60%;
	line-height: 20px;
	font-size: 12px;
	margin: 0 auto;
}
.statement-scroll .statement-title {
	line-height: 20px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-bottom: 15px;
}
.statement-scroll p {
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.statement-scroll p:last-child {
	padding-bottom: 0;
}
.statement-scroll p.Fb {
	font-weight: bold;
	font-size: 16px;
}
.statement-btn {
	background: rgb(25, 137, 250);
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: normal;
	color: #FFF;
	width: 160px;
	line-height: 44px;
	font-size: 14px;
	border-radius: 8px;
	margin: 20px auto 0;
}
.why-m {
	background:url(../images/kr-bg.png) 0 0 no-repeat;
	background-size:cover;
 -webkit-transition:all .6s ease;
 transition:all .6s ease;
	height:513px;
	margin-top:80px
}
.why-m {
	height:auto;
	margin-top:20px;
	padding-bottom:10px
}
.why-title {
	font-size: 24px;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 400;
}
.why-desc {
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: 400;
	opacity: .7;
	text-align: center;
	color: #edebeb;
}
.why-main {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	grid-gap:0
}
.why-item+.why-item {
	margin-left:0
}
.why-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: calc(50vw - 15px);
	margin-left: 10px !important;
	margin-top: 10px;
	height: auto;
	padding: 10px;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 4px 4px 4px 4px;
	opacity: .9;
	background: #fff;
	display: flex;
}
.why-answer {
	background: rgb(85,157,254,0.3);
}
.why-item-index {
	font-size:30px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	color: #559dfe;
	width: 100px;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 700;
	font-style: italic;
}
.why-item-content {
	-webkit-box-align: center;
	align-items: center;
	padding: 0;
	font-size: 12px;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	color: #fff;
}
.why-item-title {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-bottom: 5px;
	text-align: center;
}
.why-item-desc {
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-top: 5px;
	font-weight: 400;
	letter-spacing: 1px;
}
.why-answer img {
	display:none
}
.prosup-m {
	padding:30px 0;
	background: #fff;
}
.flex-content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.service-title {
	font-size: 25px;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
	color: #333;
}
.prosup-main {
	width: 95vw;
	background: none;
	background-color: rgba(0, 0, 0, 0);
	background-color: #f6f6f6;
	border-radius: 0;
	display: flex;
	overflow: hidden;
}
.prosup-left {
	background: #3159bd;
	height: auto;
	padding: 0;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	width:100%;
}
.prosup-title {
	margin: 0 !important;
	width: 100%;
	border-radius: 0;
	background: transparent;
	height: 50px;
	border: 1px solid #d9d9d9;
	font-size: 15px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 45px;
	text-align: center;
}
.prosup-item {
	margin-left: 0 !important;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 0;
	height: 70px;
	display: flex;
	color: #fff;
	font-size: 20px;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	color: #fff;
	font-size: 20px;
	-webkit-box-align: center;
}
.prosup-right {
	padding: 0;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}
.prosup-title {
	margin: 0 !important;
	width: 100%;
	border-radius: 0;
	background: transparent;
	height: 50px;
	border: 1px solid #d9d9d9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(217, 217, 217);
	font-size: 15px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.prosup-right .prosup-item {
	padding-left: 0;
}
.prosup-name > img {
	display: block;
	width: 16px;
	height: 16px;
}
.prosup-name {
	font-size: 13px;
	width: 50px;
	height: 70px;
	border-right: 1px solid #d9d9d9;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-ordinal-group: 3;
	order: 2;
}
.prosup-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	padding: 5px;
	height: 70px;
	border-right: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	align-items: center;
	display: flex;
}
.prosup-right .prosup-title {
	background: transparent;
	color: #333;
	border-left: none;
}
.prosup-item > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.prosup-item-gray .prosup-desc, .prosup-item-gray {
	color: #333;
}
.tj .v-col-3 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding:0;
	margin:0;
}
.wt .v-col-3 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding:10px;
}
.v-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.v-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.zmb .v-col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding:0;
}

.qhdb .tit, .rzzs .tit {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	width:100%;
}
.qhdb .des {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align:left;
	padding: 0 0px;
	width:100%;
}
.rzzs .des {
	margin-top:0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align:left;
	padding: 0 15px;
	width:100%;
}
.qhdb .v-col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.cpys .btns {
	margin-top: 30px;
}

.rzzs .v-col{ padding:0}
.rzzs .btns {
	text-align: center;
}
.qhdb .v-ta-center img {
	width:100%;
}
.prosup-vs {
	display: none !important;
}
.prosup-item + .prosup-item {
	margin-top:0px;
}
.prosup-item > img {
	display:none
}

.banner .v-col-7 {
-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.line1 {
	width: 85%;
}
.fnavi {
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
}
.fnavi p a {
	color: #666;
	font-size: 12px;
}
.tbsm {
	margin:10px auto;
	width: 85%;
	height:auto;
}
.tbsm p:nth-child(n+2){ display: inline; line-height:1.5;}
.copyright{ margin-top:10px;}
.tybtn {
	font-size: 16px;
}
.position {

	margin-top: 50px;
	padding:0 15px;
}
.position a{ color:#000;}
.news{ padding-top:20px;}
.news .des span {
	padding: 0 10px;
	font-size: 10px;
}
.news h1 {
	font-weight:normal;
	font-size: 20px;
}
.news .vcontent {
	font-size: 14px;
	line-height:26px;
	padding: 0 15px;
}
.listart {
	padding: 0px 10px 10px 10px;
	display: block;
	margin:10px 0;
	position: relative;
}
.newslist .left {
	width: 100%;
}
.newslist .left .item {
	display: flex;
	flex-direction: column;
}
.newslist .left .tit {
	color:#000;
}
.newslist .left .date { font-size:12px; color:#999; margin-top:10px;}
.newslist .left .des {
	margin-top:10px;
	color: #666;
	font-size: 12px;
}
.newslist .right {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666;
	border: 1px solid #efefef;
	border-radius: 2px;
	padding: 0px 5px;
	position: absolute;
	right: 15px;
	top: 0px;
}

.cxt{ background-image:url(../images/bg.jpg); height:350px; padding-top:100px; text-align:center; font-size: 20px; color:#fff; }
.cxjg{ float:left; width:100%; min-height:350px; position:relative; top:-120px; }
.cxjg .cont{ float:left; width:100%;  background:#fff; box-shadow:0 0 20px;padding-bottom: 25px;}
.cxjg .cont ul{ margin:0;padding:0;list-style:none;float:left;  height:auto; border:1px solid #ddd; margin:30px 10px 0 ;}
.cxjg .cont ul li{ margin:0;padding:0;list-style:none;float:left; width:100%; height:48px; line-height:48px; background:#eee; border-right:1px solid #ddd; text-align:center; font-size:16px; color:#666;}
.cxjg .cont ul li:last-child{ border-right:0;}
.cxjg .cont span{ float:left; width:100%; height:auto; text-align:center; margin-top:45px;}
.cxjg .cont span img{ display:block; margin:0 auto;}
.cxjg .cont strong{ float:left; width:100%; height:auto; text-align:center; margin-top:25px; font-size:18px; color:#333;}
.cxjg .cont .pc_cx{ float:left; width:100%; text-align:center; margin:30px auto 0;}
.cxjg .cont .pc_cx a{ width:220px; height:50px; line-height:50px; font-size:22px; color:#fff; background:#007bff; border-radius:25px; display:inline-block;}
.cxjg .cont em{float: left;
     /*width: 100%; */
    height: auto;
    line-height: 30px;
    margin: 45px 22px 0;
    text-align: center;
    background: #eee;
    font-size: 14px;
    color: #999;
    padding: 8px 10px;
    border-radius: 8px;}

.tc-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.tc-box .dialogBg {
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.tc-box .tc-con {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  color: #333;
  position: fixed;
}

.tc-box .tc-con .tc-head {
  width: 100%;
  height: 44px;
  padding: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1019;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.tc-box .tc-con .tc-head .tc-head-close-btn {
  float: right;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 22px;
  color: #999;
  text-align: center;
}

.tc-box .tc-con .tc-head p {
  width: 100%;
  padding: 0 29px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.tc-box .tc-con .tc-body {
  width: 100%;
  height: 100%;
  padding: 44px 0 54px;
}

.tc-box .tc-con .tc-foot {
  width: 100%;
  height: 54px;
  padding: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1019;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.12);
}

.tc-box .tc-con .tc-foot .tc-foot-submit-btn {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background-color: rgba(248, 91, 35, 0.65);
  border-radius: 22px;
}

.tc-box .tc-con .tc-foot .tc-foot-submit-btn.active {
  background-color: rgba(248, 91, 35, 1);
}


.examine-copy{
    width: 62%;
  height: auto;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background: #1a87fe;
  border-radius: 25px;
  display: inline-block;
  margin-top: 20px;
}
#bghight {
	float: left;
	width: 100%;
	background: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	position: fixed;
	top: 0;
	left: 0;
	height:100vh;
	overflow: hidden;
}
.pc_tc{ float:left; width:100%; height:auto; text-align:center; position:relative; display:none; z-index:100;}
.pc_tc .content{     width: 90%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px;
    margin: 0 auto;}
/*.pc_tc .content{ position:relative; margin:-550px auto 0;}*/
.pc_tc .content{     position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -45%;}
.pc_tc .content .gb{ position:absolute; top:10px; right:10px;}
.pc_tc .content .gb img{ width:30px; height:30px; display:block;}
.pc_tc .content .center{ float:left; width:100%; padding-top:20px;}
.pc_tc .content .center img{ margin:0 auto; display:block; margin-top:20px;}
.pc_tc .content .center strong{ width:100%; height:auto; line-height:60px; font-size:24px; color:#1a87fe; font-weight:bold; display:inline-block;}
.pc_tc .content .center p{ width:90%; height:auto; line-height:1.5; font-size:16px; color:#1a87fe; display:inline-block;}
.pc_tc .content .center em{
height: auto;
    background: #eee;
    color: #999;
    margin: 20px;
    display: inline-block;
    font-style: normal;
    padding: 10px;
    line-height: 1.5;
    text-align: left;
    font-size: 12px;}




  }
