﻿@charset "utf-8";

/* CSS reset for c_b*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	padding: 5px;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

ception,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

/*for ie f6n.net*/
a:focus {
	outline: none;
}

/*for ff f6n.net*/
a:hover {
	text-decoration: none;
}

/*定位*/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.zoom {
	zoom: 1
}

.hidden {
	visibility: hidden;
}

.vam {
	vertical-align: middle;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

p {
	word-spacing: -1.5px;
}

li {
	list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.cur {
	cursor: pointer
}

/*原reset*/
sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	outline: none;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

input,
select {
	vertical-align: middle;
}

body {
	font: 14px/1.231 "微软雅黑", "Arial Narrow", HELVETICA;
}

select,
input,
button,
textarea,
button {
	font: 99% "微软雅黑", "Arial Narrow", HELVETICA;
}

table {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*title*/
h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	/*兼容 IE*/
	zoom: 1;
}

/*end reset*/
body {
	margin: 0 auto;
	min-width: 1400px;
	background: #f1f1f1;
}

.content,
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

/* tanchuang1 提交弹窗*/
.tanchuang1 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	z-index: 9999999;
}

.tanchuang1 .conBox {
	width: 400px;
	height: 212px;
	padding: 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -220px;
	top: 50%;
	margin-top: -80px;
	z-index: 9999999;
}

.tanchuang1 .conBox .tcClose {
	width: 33px;
	height: 90px;
	position: absolute;
	right: 45px;
	top: -90px;
	cursor: pointer;
	z-index: 999999999999999;
}

.tanchuang1 .conBox .box {
	width: 398px;
	height: 190px;
	border: 1px solid #e5e5e5;
	padding-top: 20px;
	text-align: center;
	position: relative;
}

.tanchuang1 .conBox .box img {
	display: block;
	width: 47px;
	height: 47px;
	margin: 0 auto;
}

.tanchuang1 .conBox .box h5 {
	font-size: 24px;
	color: #ed6d00;
	font-weight: bold;
	margin-top: 10px;
}

.tanchuang1 .conBox .box p {
	font-size: 16px;
	color: #4d4d4d;
	margin-top: 10px;
}

.tanchuang1 .conBox .box .b15 {
	display: block;
	width: 150px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -75px;
	background: #ed6d00;
	text-decoration: none;
	z-index: 999999999999999;
	border: 0px;
}

.tanchuang2 .conBox .box a {
	background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: #333;
}

.y-dialog-cont {
	width: 360px;
	height: 160px;
	background-color: #fff;
	margin: 8% auto 0;
	border-radius: 10px;
	text-align: center;
	color: #666;
}

.y-dialog-cont p {
	padding-top: 10%;
	font-size: 18px;
}

.y-dialog-cont a {
	display: block;
	width: 70px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	margin: 36px auto 0;
	text-decoration: none;
	background: #2763eb;
}


/* 
    author:PengJin;
    date:2019-11-06;
*/

@font-face {
	font-family: "DIN Medium";
	src: url("../fonts/din medium.woff") format("woff"),
		url("../fonts/din medium.ttf") format("truetype"),
		url("../fonts/din medium.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

/*--public--*/
.wrapper {
	margin: 0 auto;
	width: 1400px;
}

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

.wrap-title {
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
}

.wrap-title:before {
	display: block;
	margin: 0 auto 20px;
	width: 32px;
	height: 3px;
	content: "";
	background: #ca2b2f;
}

.wrap-title h2 {
	height: 42px;
	line-height: 42px;
	font-size: 36px;
	font-weight: normal;
	color: #000;
}

.wrap-title h2 a {
	color: #000;
}

.wrap-title h2 em {
	color: #ca2b2f;
	font-family: "DIN Medium";
}

.wrap-title p {
	margin-top: 8px;
	font-size: 14px;
	color: #999;
	font-family: "DIN Medium";
}

.wrap-title.white * {
	color: #fff;
}

.left-wrap {
	float: left;
	width: 900px;
	overflow: hidden;
}

.right-wrap {
	position: relative;
	float: right;
	width: 280px;
	overflow: hidden;
}

input::-webkit-input-placeholder {
	color: #999;
}

/*--end public--*/

/*按钮动画*/
.btn-wave {
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
}

.btn-wave:before {
	content: '';
	display: block;
	width: 120%;
	height: 0;
	padding: 60% 0;
	background-color: #96c13f;
	border-radius: 50%;
	position: absolute;
	left: -10%;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	z-index: -1;
}

.btn-wave:hover:before {
	-webkit-animation: btnWave 2s ease;
	animation: btnWave 2s ease infinite;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes btnWave {
	0% {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
}

@keyframes btnWave {
	0% {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
}

/*end 按钮动画*/

body{
    padding-top:128px;
}
/*--top-bar--*/
.top-bar {
	height: 50px;
	line-height: 50px;
	background: url(../images/top_bar.png) repeat-x;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 999;
}

.top-search {
	float: right;
	width: 315px;
	height: 50px;
	background: #3c3c3c;
}

.top-search .select {
	position: relative;
	float: left;
	width: 116px;
	height: 50px;
}

.top-search .select:after {
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	width: 1px;
	height: 12px;
	content: "";
	background: #505050;
}

.top-search .select span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-indent: 25px;
	cursor: pointer;
	background: url(../images/select.png) no-repeat 90px center;
}

.top-search .select span a {
	color: #fff;
}

.top-search .select span:hover {
	background-color: #2c2c2c;
}

.top-search .select ul {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100%;
	width: 100%;
	background: #2c2c2c;
}

.top-search .select li {
	color: #fff;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-top: #3c3c3c solid 1px;
}

.top-search .select li a {
	color: #fff;
}

.top-search .form {
	position: relative;
	float: right;
	width: 198px;
	height: 50px;
	overflow: hidden;
}

.top-search .form input {
	display: block;
	padding: 15px 20px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	border: none;
	background: transparent;
}

.top-search .form a.submit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
	background: url(../images/search.png) no-repeat center;
}

.top-search .form a.submit:hover {
	background-color: #2c2c2c;
}

.top-tel {
	float: right;
	padding-right: 20px;
	font-size: 14px;
	color: #fff;
}

.top-tel em {
	font-size: 14px;
	color: #ca2b2f;
	font-family: "DIN Medium";
}

.top-tel a {
	color: #fff;
	margin-right: 15px;
}

.top-tel a:hover {
	color: #ca2b2f;
}

.top-text {
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}

/*--end top-bar--*/

/*--header--*/
.header {
	/*padding: 6px 0;*/
	/*height: 78px;*/
	background: #fff;
	position: fixed;
	top:50px;
	left: 0;
	right: 0;
	z-index: 999;
}

.header .logo {
	float: left;
	/*width: 195px;*/
	/*height: 78px;*/
	overflow: hidden;
}

.header .logo img {
	display: block;
	height: 90px;
}

.header .slogan {
	float: left;
	padding-left: 24px;
	width: 185px;
	height: 90px;
	overflow: hidden;
}

.header .slogan img {
	display: block;
	height: 90px;
}

.header .nav {
	float: right;
	height: 90px;
	line-height:90px;
}

.header .nav-list li {
	position: relative;
	float: left;
	margin-left: 40px;
}

.header .nav-list li>a {
	display: block;
	font-size: 16px;
	color: #000;
}

.header .nav-list li:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 100%;
	height: 3px;
	content: "";
	background: #ca2b2f;
	transform: scaleX(0);
	transition: all 0.5s;
}

.header .nav-list li.cur:after,
.header .nav-list li:hover:after {
	transform: scaleX(1);
}

.header .nav-list li.cur>a,
.header .nav-list li:hover>a {
	color: #ca2b2f;
}

.dropDown {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 50%;
	margin-left: -110px;
	padding: 0 10px;
	width: 198px;
	border: #f0f0f0 solid 1px;
	background: #fff;
}

.dropDown a {
	display: block;
	padding: 0 10px;
	height: 57px;
	line-height: 57px;
	font-size: 15px;
	color: #666;
	border-bottom: #efefef dashed 1px;
	background: url(../images/dropdown_list.png) no-repeat 96% center;
}

.dropDown a:last-child {
	border-bottom: none;
}

.dropDown a:hover {
	color: #ca2b2f;
	background-image: url(../images/dropdown_list_cur.png);
}

.dropDown:after {
	display: block;
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -4px;
	width: 8px;
	height: 5px;
	content: "";
	background: url(../images/dropdown.png) no-repeat;
}

@media screen and (max-width: 1440px) {

	.header .wrapper,
	.top-bar .wrapper {
		width: 1200px;
	}

	.header .slogan {
		display: none;
	}
}

/*--end header--*/

/*--footer--*/
.footer {
	height: 400px;
	overflow: hidden;
	background: url(../images/footer_bg.jpg) no-repeat center 0;
}

.ft-inner {
	padding-top: 75px;
	overflow: hidden;
}

.ft-info {
	float: left;
	width: 378px;
}

.ft-info .tel {
	padding-bottom: 32px;
	overflow: hidden;
	border-bottom: #444 solid 1px;
}

.ft-info .tel span {
	display: block;
	font-size: 14px;
	color: #fff;
}

.ft-info .tel p {
	font-size: 30px;
	font-family: "DIN Medium";
	color: #ca2b2f;
}

.ft-info .address {
	padding-top: 35px;
	overflow: hidden;
}

.ft-info .address span {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
}

.ft-info .address p {
	margin-top: 8px;
	line-height: 27px;
	font-size: 15px;
	color: #999;
	overflow: hidden;
}

.ft-info .address p a {
	margin-right: 8px;
	color: #999;
}

.ft-info .address p a:hover {
	color: #ca2b2f;
}

.ft-menu {
	float: left;
	padding-left: 105px;
	width: 580px;
	overflow: hidden;
}

.ft-menu dl {
	float: left;
	width: 145px;
}

.ft-menu dt {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}

.ft-menu dt a {
	color: #fff;
}

.ft-menu dt a:hover {
	font-weight: bold;
}

.ft-menu dd {
	padding-top: 28px;
	overflow: hidden;
}

.ft-menu dd a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #999;
}

.ft-menu dd a:hover {
	text-decoration: underline;
}

.ft-QRcode {
	float: right;
	width: 300px;
	overflow: hidden;
}

.ft-QRcode .item {
	float: right;
	margin-left: 20px;
	width: 125px;
	background: #fff;
}

.ft-QRcode .pic {
	position: relative;
	width: 125px;
	height: 125px;
	overflow: hidden;
}

.ft-QRcode .pic:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	content: "";
	animation: light 5s infinite;
}

.ft-QRcode .pic img {
	display: block;
	width: 100%;
}

.ft-QRcode .tit {
	padding-bottom: 6px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	color: #666;
}

.ft-QRcode .item-1 .pic:after {
	background: url(../images/light01.png);
}

.ft-QRcode .item-2 .pic:after {
	background: url(../images/light02.png);
}

.ft-partner {
	padding-top: 65px;
	overflow: hidden;
}

.ft-partner h3 {
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
}

.ft-partner .list {
	margin-top: 20px;
	padding: 20px 0;
	height: 60px;
	overflow: hidden;
	background: #414141;
}

.ft-partner .list li {
	position: relative;
	float: left;
	width: 16.66%;
	height: 60px;
	text-align: center;
}

.ft-partner .list li:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 1px;
	height: 100%;
	background: #545454;
}

.ft-partner .list li:last-child:after {
	display: none;
}

.ft-partner .list li i {
	display: block;
	height: 30px;
	filter: contrast(0%) brightness(200%);
}

.ft-partner .list li p {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
}

.ft-partner .list li:hover i {
	filter: none;
}

.copyright {
	padding-top: 26px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #666;
	overflow: hidden;
}

.copyright a {
	color: #666;
}

.copyright a:hover {
	text-decoration: underline;
}

@keyframes light {
	0% {
		top: 0;
	}

	50% {
		top: 100%;
	}

	100% {
		top: -40px;
	}
}

@media screen and (max-width: 1440px) {
	.footer .wrapper {
		width: 1200px;
	}

	.ft-info {
		width: 300px;
	}

	.ft-menu {
		padding-left: 50px;
		width: 550px;
	}

	.ft-menu dl {
		width: 130px;
	}
}

/*--end footer--*/


/*--pop-form--*/
.pop-form-mask {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.pop-form {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -205px;
	width: 1000px;
	height: 410px;
	background: #fff;
}

.pop-form .close {
	position: absolute;
	right: 10px;
	bottom: 100%;
	width: 38px;
	height: 61px;
	cursor: pointer;
	background: url(../images/pop_form_close.png) no-repeat;
}

.pop-form .pic {
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	width: 500px;
	height: 310px;
	overflow: hidden;
}

.pop-form .pic img {
	display: block;
	width: 500px;
	height: 310px;
}

.pop-form .form {
	float: right;
	margin-top: 40px;
	margin-right: 50px;
	width: 350px;
}

.pop-form .form h3 {
	height: 45px;
	line-height: 45px;
	font-size: 26px;
	color: #333;
	font-weight: normal;
	margin-left: 16px;
}

.pop-form .form ul {
	overflow: hidden;
}

.pop-form .form li {
	margin-top: 18px;
}

.pop-form .form li input {
	display: block;
	padding: 20px;
	width: 310px;
	height: 20px;
	font-size: 16px;
	border: none;
	background: url(../images/pop_form_ipt.png) no-repeat;
}

.pop-form .form li a {
	display: block;
	width: 350px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url(../images/pop_form_submit.png) no-repeat;
}

.pop-form .form li a:hover {
	background-image: url(../images/pop_form_submit_cur.png);
}

.pop-form .form p {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1.5;
}

.ofbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 500;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}

.offerBox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	height: 80%;
	z-index: 501;
	display: none!important;
	max-width: 400px;
}
.offerBox .offerbg .pic img{
	width: 100%;
}
.offerBox .ofclose {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../images/mdfullind_close.png);
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	background-size: cover;
}

.offerBox .offerbg {
	width: 100%;
	height: 100%;
	background-size: contain;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	;
}

.offerBox .offerbg .pic {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.offerBox .offerbg .ofeform {
	position: absolute;
	width: 100%;
	padding: 12% 20px 0px;
	box-sizing: border-box;
}

.offerBox .offerbg .ofeform .item {
	position: relative;
	margin-bottom: 15px;
}

.offerBox .offerbg .ofeform .item .spn {
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
}

.offerBox .offerbg .ofeform .item .sel {
	float: left;
	width: 80%;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../images/arrow.png") no-repeat scroll center right 7px transparent;
	background-size: 7px 4px;
	border: 1px solid #f5f5f5;
	color: #999;
	font-size: 12px;
}

.offerBox .offerbg .ofeform .item .inps {
	float: left;
	width: 79%;
	border: 1px solid #f5f5f5;
}

.offerBox .offerbg .ofeform .item .inps input {
	width: 80%;
	float: left;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	background: none;
}

.offerBox .offerbg .ofeform .item .inps em {
	float: right;
	width: 10%;
	font-style: normal;
	color: #333;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.offerBox .offerbg .ofeform .ofsumt {
	display: block;
	cursor: pointer;
	width: 70%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #ffcc33;
	color: #333;
	font-size: 14px;
	margin: 10px auto;
}

.offerBox .offerbg .ofeform .text {
	color: #333;
	font-size: 10px;
	text-align: center;
}

.offerBox .offerbg .ofeform .text b {
	font-weight: normal;
	color: #ff0000;
	font-size: 12px;
}

.offerBox .offerbg .number {
	width: 36%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	text-align: center;
	color: #ffcc33;
	font-weight: bold;
	font-size: 37px;
	position: relative;
	left: 48px;
	display: none;
}

@media screen and (max-width:375px) {
	.offerBox .ofclose {
		bottom: 0px;
	}

	.offerBox .offerbg .ofeform {
		padding: 50px 20px 0px;
	}
}

@media screen and (max-width:320px) {
	.offerBox .ofclose {
		bottom: 40px;
	}

	.offerBox .offerbg {
		height: 445px;
	}
}

.baojia.team {
	background: none;
}

.baojia_box .form-group {
	margin: 15px 0;
	padding: 0 10%;
}

.baojia.team .baojia_box .input-form {
	width: 100%;
	height: 40px;
}

.baojia.team .baojia_box {
	border-radius: 0px;
	padding: 10px 10px;
}

.baojia.team .baojia_box .input-form {
	text-indent: 25px;
	width: 100%;
	border: none;
	font-size: 16px;
	border-radius: 6px;
	text-indent: 30px;
}

.baojia.team .baojia_box .input-group {
	width: 95%;
}

.baojia.show .baojia_box {
	border-radius: 0px;
	padding: 20px 30px;
}

.baojia.show .baojia_box .input-group {
	position: relative;
	width: 100%;
}
.baojia.show .baojia_box .input-group > i {
	position: absolute;
	top: 50%;
	right: 5%;
	z-index: 16;
	transform: translateY(-50%);
	font-size: 18px;
	color: #999999;
}

.baojia.show .baojia_box .input-group > em {
	position: absolute;
	left: 2%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #999999;
}

.baojia.show .baojia_box .white {
	color: #ffffff;
}

.baojia.show .baojia_box .tit {
	font-size: 18px;
}

.baojia.tc .baojia_box {
	padding: 0px;
}

.baojia.tc .baojia_box .btn {
	background: #fdb32f;
	border-radius: 20px;
	width: 80%;
	padding: 10px 0;
	font-size: 20px;
	color: #b52b17;
	border: none;
	border-radius: 25px;
	outline: none;
}

.baojia.tc .baojia_box .btn i {
	display: inline-block;
}
