/* strart首页 */

html {
	font-size: calc(100vw/19.2);
}

html,
body {
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 15px;
	color: #626262;
	line-height: 1.6;
	font-family: "微软雅黑";
}

.wrapper {
	max-width: 12rem;
	margin: 0 auto;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.head .head-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	padding: .08rem 0;
}

.head .logo img {
	height: .87rem;
}

.head .nav ul {
	height: .57rem;
	line-height: .57rem;
	padding-left: .14rem;
	border-left: 3px solid #d5242f;
}

.head .nav li {
	font-size: .2rem;
	color: #282828;
	font-weight: 700;
	margin-left: .35rem;
}

.head .nav li:first-child {
	margin-left: 0;
}

.head .nav li.on,
.head .nav li:hover {
	color: #d5242f;
}

.head .phone p {
	font-size: .2rem;
	color: #2d2c2c;
	padding-left: .4rem;
	background: url(../images/icon-tel.png) no-repeat .1rem center;
	background-size: .18rem .24rem;
}

.head .phone span {
	font-weight: 700;
	font-size: .25rem;
	color: #fff;
	background-color: #d5242f;
	padding: .01rem .02rem;
}

.banner {
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
}

.imgs img {
	width: 100%;
	height: 100%;
	display: block;
}

.number {
	width: 9.97rem;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -.82rem;
	transform: translateX(-50%);
	z-index: 999;
}

.number ul {
	width: -webkit-calc(100% - 1.2rem);
	width: -moz-calc(100% - 1.2rem);
	width: calc(100% - 1.2rem);
	height: 1.2rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	box-shadow: 0 .04rem .08rem 0 rgb(0 0 0 / 20%);
}

.number ul p {
	font-size: 0.2rem;
	color: #474747;
	text-align: center;
}

.number ul p span {
	font-size: .38rem;
}

.number .search {
	height: 1.2rem;
	width: 1.2rem;
	background: #006ab4 url(../images/icon-search.png) no-repeat center;
	background-size: .46rem .45rem;
}

.index-service {
	margin-top: 1.6rem;
}

.title {
	text-align: center;
	margin-bottom: .75rem;
}

.title p {
	font-size: .42rem;
	color: #27282a;
}

.title h3 {
	font-size: .45rem;
	color: #d5242f;
}

.bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2.94rem;
}

.bg h3 {
	text-align: center;
	color: #fff;
	font-size: .25rem;
	height: 1rem;
	line-height: 1rem;
	font-weight: normal;
}

.bg h3 span {
	font-weight: 700;
	font-size: .48rem;
}

.lb {
	padding: 1rem 0 .12rem .7rem;
	position: relative;
	z-index: 9999999;
}

.lb .lb-box {
	overflow: hidden;
	background-color: #fff;
}

.lb ul li {
	width: -webkit-calc((100% - .88rem)/3);
	width: -moz-calc((100% - .88rem)/3);
	width: calc((100% - .88rem)/3);
	margin-right: .44rem;
}

.lb li .imgs {
	height: 2.26rem;
}

.lb .txt {
	padding: .24rem;
}

.lb .txt h3 {
	font-size: .28rem;
	color: #3d3e40;
	margin-bottom: .2rem;
}

.lb .txt p {
	color: #545454;
	height: .84rem;
	line-height: .22rem;
	overflow: hidden;
	font-size: .16rem;
}

.arrow {
	width: 1.3rem;
	height: .5rem;
	position: absolute;
	top: .3rem;
}

.arrow a {
	display: inline-block;
	width: .39rem;
	height: .41rem;
	background-position: center;
	background-repeat: no-repeat;
}

.arrow a:first-child {
	background-image: url(../images/icon-left.png);
	background-size: .39rem .41rem;
	float: left;
}

.arrow a:last-child {
	background-image: url(../images/icon-right.png);
	background-size: .39rem .41rem;
	float: right;
}

.index-box1 {
	position: relative;
	margin-bottom: .94rem;
}

.index-box1 .bg {
	left: 0;
	background-color: #d5242f;
}

.index-box1 .arrow {
	right: 0;
}

.index-box2 {
	position: relative;
	margin-bottom: .94rem;
}

.index-box2 .lb {
	padding: 1rem .7rem .12rem 0;
}

.index-box2 .bg {
	right: 0;
	background-color: #0068e8;
}

.index-box2 .arrow {
	left: 0;
}

.partner {
	position: relative;
}

.partner img {
	width: 100%;
	display: block;
}

.partner .arrow {
	width: 12rem;
	height: .99rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.partner .arrow a {
	width: .93rem;
	height: .99rem;
}

.partner .arrow a:first-child {
	background-image: url(../images/icon-lefts.png);
	text-align: left;
}

.partner .arrow a:last-child {
	background-image: url(../images/icon-rights.png);
	text-align: right;
}

.industry {
	overflow: hidden;
}

.industry-news {
	padding: 1.02rem 0 3.6rem;
	background: url(../images/industry-bg.jpg) no-repeat bottom center;
	background-size: 100% 2.55rem;
}

.industry-img img {
	width: 100%;
	height: 3.5rem;
}

.industry ul {
	margin: .55rem 0 .65rem;
}

.industry ul li {
	width: -webkit-calc((100% - 1.12rem)/3);
	width: -moz-calc((100% - 1.12rem)/3);
	width: calc((100% - 1.12rem)/3);
	margin-right: .56rem;
}

.industry ul li:last-child {
	margin-right: 0;
}

.industry li h3,
.industry dl dt {
	font-size: .2rem;
	color: #444547;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.industry li span {
	display: block;
	color: #5b5e66;
	font-size: .14rem;
	margin: .18rem 0;
}

.industry li p,
.industry dl p {
	color: #626262;
	height: 1.4rem;
	overflow: hidden;
	font-size: .15rem;
}

.industry .txt {
	padding: 0 .72rem;
	position: relative;
}

.industry .txt .swiper-container1 {
	overflow: hidden;
}

.industry dl a {
	display: block;
	overflow: hidden;
}

.industry dl dt {
	float: left;
	width: 2rem;
}

.industry dl dd {
	height: .76rem;
}

.industry dl span {
	float: left;
	color: #5b5e66;
	font-size: .14rem;
	height: .76rem;
	line-height: .76rem;
	margin: 0 .2rem 0 .3rem;
}

.industry dl p {
	float: left;
	height: .76rem;
	width: 7.05rem;
	overflow: hidden;
}

.industry dl a {
	display: block;
}

.industry dd {
	overflow: hidden;
}

.indu-right {
	left: 0;
}

.indu-left {
	right: 0;
}

.indu-right,
.indu-left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.indu-right img,
.indu-left img {
	width: .48rem;
}

.hzhb {
	margin: 1.45rem 0 1.08rem;
}

.hzhb .hzhb-box {
	padding: 0 .74rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;

	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;

	margin-bottom: 1.42rem;
}

.hzhb .hzhb-box img {
	height: 3.47rem;
	display: block;
	margin: 0 auto;
}

.features ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: .74rem;
}

.features ul li {
	margin-left: .5rem;
}

.features ul li:first-child {
	margin-left: 0;
}

.features ul li .imgss {
	text-align: center;
	height: .64rem;
	margin-bottom: .24rem;
}

.features ul li img {
	height: 100%;
}

.features ul li h3 {
	font-size: .3rem;
	color: #fc0d1b;
	text-align: center;
	margin-bottom: .16rem;
}

.features ul li p {
	font-size: .18rem;
	color: #0d0d0d;
}

.footer {
	padding-bottom: .6rem;
	background-color: #373737;
}

.footers {
	padding: .8rem .5rem .45rem .3rem;
	border-bottom: 1px solid #9094a0;
}

.footer .footer-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}

.footer .foot-logo{
	height: 1.02rem;
}

.footer .foot-logo img{
	height: 100%;
}

.footer .foot-contact p {
	color: #fff;
	font-size: .2299rem;
}

.footer .foot-contact span {
	font-size: .3219rem;
	font-weight: 700;
}

.footer .foot-ewm {
	width: 1.3rem;
}

.footer .foot-ewm img {
	width: 100%;
}

/* end首页 */

/* start走进正泓 */
.category-nav {
	border-bottom: 1px solid #707070;
	height: .62rem;
	margin: .2rem 0;
}

.category-fiexd {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	margin: 0;
	max-width: 12rem;
	width: 100%;
	z-index: 999;
}

.category-nav li {
	display: inline-block;
}

.category-nav a {
	display: inline-block;
	margin-right: .8rem;
	font-size: .25rem;
	color: #302e2e;
	line-height: .6rem;
}

.category-nav .on a,
.category-nav a:hover {
	border-bottom: 3px solid #d5242f;
}

.about-box .banner {
	margin: .74rem 0 .36rem;
}

.about-box .about-txt {
	margin-left: .3rem;
}

.about-txt h3 {
	color: #c3aa84;
	font-size: .25rem;
	background: linear-gradient(to right, #eeeeef, #fff);
	padding-left: .1rem;
}

.about-txt p {
	margin-top: .25rem;
	font-size: .18rem;
	color: #4c4c4c;
}

.about-title {
	margin: .25rem 0;
}

.about-title span {
	font-weight: 700;
	font-size: .4rem;
	color: #292929;
}

.about-title::before {
	content: '';
	width: .25rem;
	height: .25rem;
	display: inline-block;
	background-color: #d5242f;
	border-radius: 50%;
	margin: 0 .18rem 0 .24rem;
}

.about-box .about-imgs {
	text-align: center;
}

.about-box .about-imgs img{
	width: 100%;
}

.fxgl img:first-child {
	margin-right: .6rem;
	width: 4.4rem;
}

.fxgl img:last-child{
	width: 4.4rem;
}

.fxgl {
	margin-bottom: 1rem;
}

/* end走进正泓 */
/* start新闻资讯 */
.list-news ul a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.list-news ul .date {
	width: 1rem;
	height: 1.25rem;
	background-color: #f5f5f5;
	text-align: center;
}


.list-news .date span:first-child {
	color: #e7463c;
	font-size: .5rem;
	display: block;
	font-weight: 700;
}

.list-news .date span:last-child {
	color: #e7463c;
	font-size: .2rem;
}

.list-news ul .txt {
	width: -webkit-calc(100% - 1rem);
	width: -moz-calc(100% - 1rem);
	width: calc(100% - 1rem);
	padding-left: .18rem;
}

.list-news ul .txt h3 {
	font-size: .25rem;
	color: #252525;
}

.list-news ul .txt p {
	color: #464646;
	font-size: .18rem;
	display: -webkit-box;
	/*设置方向*/
	-webkit-box-orient: vertical;
	/*设置超过为省略号的行数*/
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.list-news ul li {
	margin-bottom: .86rem;
}

.list-news li a:hover .date {
	background-color: #c52117;
}

.list-news li a:hover .date span {
	color: #fff;
}

.page {
	margin-bottom: .75rem;
}

.page ul {
	text-align: center;
}

.page ul li {
	display: inline-block;
}

.page ul a {
	display: inline-block;
	padding: .06rem .16rem;
	border: 1px solid #c8c8c8;
	border-radius: .1rem;
	margin: 0 .03rem;
}

.page ul li.active a,
.page ul li:hover a {
	background-color: #de2933;
	color: #fff;
	border: none;
}

.news-lb {
	background-color: #f1f1f1;
	padding: .5rem .2rem;
	position: relative;
	margin: .65rem 0 .75rem;
}

.news-lb a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.1rem;
}

.news-lb .txt {
	padding-left: .26rem;
	height: 84%;
	overflow: hidden;
}

.news-lb .news-imgs img{
	width: 5.01rem;
	height: 100%;
}

.news-lb .txt h3{
	font-size: .18rem;
}

.news-lb .txt p {
	color: #4c4c4c;
	font-size: .18rem;
}

.news-lb .desc p:first-child {
	margin-bottom: .3rem;
}

.news-lb .news-arrow {
	width: .84rem;
	height: .33rem;
	line-height: .33rem;
	position: absolute;
	right: .16rem;
	bottom: 0;
	z-index: 99999999;
}

.news-lb .news-arrow span {
	background-color: #d60606;
	color: #fff;
	width: .33rem;
	float: left;
	text-align: center;
	font-size: .24rem;
	cursor: pointer;
}

.news-lb .news-arrow span:last-child {
	float: right;
}

.news-prev::after {
	content: '<';
}

.news-next::after {
	content: '>';
}

/* end新闻资讯 */

/* start 联系我们 */

.contact #maps {
	margin: .78rem 0 .9rem;
	height: 4.8rem;
}

.contact-info {
	max-width: 17.45rem;
	background-color: #f4f2f2;
	margin: 1rem auto 0;
	padding: .36rem 0;
}

.contact-infos {
	height: 1.79rem;
	background: url(../images/contact-bgs.jpg) no-repeat center;
	padding: .57rem 0 .42rem;
}

.contact-l,
.contact-r {
	width: 50%;
	color: #fff;
}

.contact-l {
	text-align: center;
	padding-right: .44rem;
	border-right: 1px solid #fdf9f3;
}

.contact-l h4 {
	font-size: .35rem;
}

.contact-l h3 {
	font-size: .36rem;
}

.contact-l p {
	font-size: .2rem;
}

.contact-r {
	padding-left: .64rem;
}

.contact-r p {
	font-size: .25rem;
}

.contact-r p span {
	font-weight: 700;
	font-size: .35rem;
}


.contact-text {
	background: url(../images/contact-bg.jpg) no-repeat center;
	padding: .86rem .5rem;
	height: 4.2rem;
	margin-bottom: .78rem;
}

.contact-text dl {
	color: #292929;
}

.contact-text dl:nth-child(2) {
	margin: .6rem 0 .5rem;
}

.contact-text dl dt {
	font-size: .35rem;
	font-weight: 700;
}

.contact-text dl dd {
	font-size: .2rem;
}

/* end 联系我们 */
/* start 保函验证 */
.verification-top {
	margin: .8rem 0 .75rem;
}

.verification-top dl {
	width: 33.3%;
	text-align: center;
	border-right: 1px solid #000000;
}

.verification-top dl:last-child {
	border-right: none;
}

.verification-top dl dt {
	margin-bottom: .1rem;
}

.verification-top dl dt:nth-child(1) img{
	width: .59rem;
}

.verification-top dl dt:nth-child(2) img{
	width: .79rem;
}

.verification-top dl dt:nth-child(3) img{
	width: .73rem;
}

.verification-top dl dd {
	font-size: .25rem;
	color: #343434;
}

.verification-text {
	width: 9.35rem;
	height: .62rem;
	line-height: .62rem;
	background-color: #126ddd;
	border-radius: 8px;
	margin: 0 auto .65rem;
}

.verification-text span {
	width: 25%;
	color: #fff;
	font-size: .3rem;
	text-align: center;
}

.verification .verify {
	background: url(../images/bhyz-bg.jpg) no-repeat center;

}

.verification .verify-title {
	margin-bottom: .62rem;
}

.verification .verify-title h1 {
	text-align: center;
	font-size: .45rem;
	color: #c52117;
}

.verification .verify-box {
	padding: .38rem;
}

.verification .verify-box1 {
	background: rgba(255, 255, 255, .8);
	padding: .77rem .7rem .8rem .68rem;
	border-radius: 5px;
}

.verification .verify-con {
	height: 4.53rem;
}

.verification .verify-con .verify-l,
.verification .verify-con .verify-r {
	width: 50%;
}

.verification .verify-con .verify-l {
	border-right: 1px solid #171919;
}

.verification .verify-r {
	padding-left: .46rem;
	color: #1c1c1c;
}

.verification .verify-r h4 {
	font-size: .25rem;
	text-align: center;
	margin-bottom: .18rem;
}

.verification .verify-r p {
	font-size: .18rem;
	line-height: .32rem;
}

.verification form {
	width: 4.5rem;
	color: #1c1c1c;
	font-size: .2rem;
}

.verification form .line-input {
	margin-bottom: .35rem;
}

.verification .form-input .line-input input {
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	border-radius: .1rem;
	border: 1px solid #bbbbbb;
	padding-left: .6rem;
	box-sizing: border-box;
}

.verification .form-input .line-input:nth-child(1) {
	margin-top: .2rem;
}

.verification .form-input .line-input:nth-child(1) input {
	background: url(../images/icon-04.png) no-repeat .1rem center;
	background-size: .45rem .23rem;
}

.verification .form-input .line-input:nth-child(2) input {
	background: url(../images/icon-05.png) no-repeat .26rem center;
	background-size: .17rem .32rem;
}

.verification .form-input .line-input:nth-child(3) {
	position: relative;
}

.verification .form-input .line-input:nth-child(3) input {
	background: url(../images/icon-06.png) no-repeat .2rem center;
	background-size: .26rem .32rem;
}

.verification .form-input .line-input:nth-child(3) .code {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.verification .form-input .line-input:nth-child(3) .code span {
	padding: 0 .1rem;
	border-left: 1px solid #171919;
	cursor: pointer;
}

.verification form button {
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	font-size: .3rem;
	font-weight: 700;
	color: #fff;
	border: none;
	background-color: #b72024;
	border-radius: 10px;
	margin-top: .3rem;
}

.verify-box2 {
	margin-top: .15rem;
	background: rgba(255, 255, 255, .8);
	padding: 0 .7rem 0 .68rem;
	height: 4.38rem;
	border-radius: 5px;
	position: relative;
}

.verify-box2 h4 {
	font-size: .25rem;
	font-weight: 700;
	color: #1c1c1c;
	text-align: center;
	line-height: .8rem;
}

.verify-box2 .verify-hint {
	width: 100%;
	position: absolute;
	bottom: .3rem;
	left: 50%;
	transform: translateX(-50%);
}

.verify-box2 p {
	font-size: .18rem;
	color: #f04045;
	text-align: center;
}

.verify-box2 p span {
	font-size: .2rem;
	font-weight: 700;
}

.verification .features {
	margin-top: .24rem;
}

/* end 保函验证 */
/* start 诉讼保全担保 */
.introduce {
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding: .4rem 0 .2rem;
}

.introduce .crumbs {
	font-size: .45rem;
	font-weight: 700;
}

.introduce h3 {
	font-size: .25rem;
	font-weight: normal;
}

.introduce p {
	font-size: .18rem;
}

.advantage {
	max-width: 13.24rem;
	margin: .8rem auto 0;
}

.advantage-bg {
	height: 2.09rem;
	background-color: #d5242f;
}

.advantage-bg h3 {
	color: #fff;
	font-size: .3rem;
	font-weight: normal;
	text-align: center;
	padding-top: .1rem;
}

.advantage-bg h3 span {
	font-weight: 700;
	font-size: .48rem;
}

.advantage ul {
	padding: 0 .4rem;
	position: relative;
	top: -1.02rem;
}

.advantage ul li {
	width: -webkit-calc((100% - 2.06rem)/3);
	width: -moz-calc((100% - 2.06rem)/3);
	width: calc((100% - 2.06rem)/3);
	margin-right: 1.03rem;
	box-shadow: .02rem .02rem .08rem .02rem rgb(0 0 0 / 10%);
}

.advantage ul li:last-child {
	margin-right: 0;
}

.advantage ul li:nth-child(1) .txt {
	padding-top: .35rem;
}

.advantage ul li:nth-child(2) .txt {
	padding-top: .24rem;
}

.advantage ul li:nth-child(3) .txt {
	padding-top: .48rem;
}

.advantage .txt {
	height: 1.74rem;
	box-sizing: border-box;
}

.advantage .txt h3 {
	color: #d5242f;
	font-size: .28rem;
	text-align: center;
}

.advantage .txt p {
	font-size: .2rem;
	color: #3d3e40;
	text-align: center;
	line-height: .32rem;
}

.advantage .txt em {
	font-size: .3rem;
	color: #d5242f;
	font-weight: 700;
}

.advantage .txt strong {
	font-size: .28rem;
}

.advantage dl {
	background-color: #526ad4;
	color: #fff;
	border-radius: 8px;
	padding: .22rem .5rem;
	text-align: center;
	width: -webkit-calc(100% - .68rem);
	width: -moz-calc(100% - .68rem);
	width: calc(100% - .68rem);
}

.advantage dl:first-child {
	margin-right: .68rem;
}

.advantage dl dt {
	font-size: .4rem;
}

.advantage dl p {
	font-size: .3rem;
	font-weight: 700;
}

.advantage dl span {
	font-size: .2rem;
}

.advantage .wrapper {
	margin-bottom: 1.1rem;
}

.business {
	width: 13.25rem;
	margin: 1.3rem auto 1.04rem;
}

.business .business-title {
	text-align: center;
}

.business .business-title span {
	display: block;
	font-size: .42rem;
	color: #282a30;
	font-family: 'fangsong';
	line-height: initial;
}

.business .business-title h3 {
	font-size: .45rem;
	color: #d72028;
	line-height: initial;
}

.business .business-step {
	background-color: #f0f0f0;
	height: 1.28rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.business .business-l {
	padding-left: 1.2rem;
	width: 4.97rem;
	border-right: 1px solid #000;
	box-sizing: border-box;
}

.business .business-l span {
	font-size: .3rem;
	color: #526ad4;
	font-weight: 700;
	display: block;
	white-space: nowrap;
}

.business .business-r {
	margin-left: .2rem;
	width: -webkit-calc(100% - 4.97rem);
	width: -moz-calc(100% - 4.97rem);
	width: calc(100% - 4.97rem);
}

.business .business-r span {
	font-size: .25rem;
	color: #2f2f39;
	margin-right: .44rem;
	white-space: nowrap;
}

.business .business-r em {
	font-weight: 700;
}

.business-downArrow {
	text-align: center;
	margin: .1rem 0;
}

.business-downArrow img {
	display: inline-block;
}

.foot {
	background: url(../images/foot-bg.jpg) no-repeat center;
	height: 3.66rem;
}

.foot .foot-contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;

	padding: 1.04rem 0 .22rem;
}

.foot .foot-contact p {
	font-size: .3rem;
	font-weight: 700;
}

.foot .foot-contact span {
	font-size: .45rem;
	color: #d72028;
	font-weight: 700;
	margin: 0 .1rem;
}

.foot .foot-contact a {
	padding-left: .48rem;
	box-sizing: border-box;
	border-radius: .3rem;
	color: #fff;
	font-size: .2866rem;
	width: 1.79rem;
	height: .47rem;
	background: #d5242f url(../images/icon-07.png) no-repeat .1rem center;
	background-size: .35rem .36rem;
}

.foot-desc {
	width: 7.63rem;
	height: 1rem;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
}

.foot-desc p {
	font-size: .2rem;
	text-align: center;
}

/* end 诉讼保全担保 */

/* start 工程类担保 */
.guarantee-title {
	text-align: center;
}

.guarantee-title span {
	display: block;
	font-size: .42rem;
	color: #282a30;
	line-height: initial;
	font-family: 'fangsong';
}

.guarantee-title h3 {
	font-size: .45rem;
	line-height: initial;
	color: #303030;
}

.guarantee-title h3 em {
	color: #d5242f;
}

.project-service .guarantee-title {
	margin: 1.6rem 0 .48rem;
}

.project-service .proser-list {
	max-width: 14.08rem;
	margin: 0 auto;
	background-color: #dedede;
	padding: .47rem .6rem;
	box-sizing: border-box;
}

.project-service ul {
	background-color: #f3f3f3;
	padding: 0 .5rem;
}

.project-service ul li {
	width: -webkit-calc((100% - 1rem)/3);
	width: -moz-calc((100% - 1rem)/3);
	width: calc((100% - 1rem)/3);
	margin-right: .5rem;
	text-align: center;
	margin-top: .46rem;
	margin-bottom: .46rem;
}

.project-service ul li:nth-child(3n) {
	margin-right: 0;
}

.project-service ul span {
	display: block;
	font-size: .4rem;
	color: #272727;
}

.project-service ul h3 {
	font-size: .28rem;
	color: #333333;
}

.project-service ul p {
	height: .74rem;
	margin: .15rem 0 .38rem;
	text-align: left;
	font-size: .16rem;
	color: #030303;
}

.project-service ul a {
	font-size: .2rem;
	color: #6498d8;
	display: block;
}

.project-service ul .imgs {
	margin-top: .3rem;
	height: 2.13rem;
}

.project-service ul:first-child {
	border-bottom: 1px solid #1b1b1b;
}

.project-case {
	margin: 1.2rem 0 1.6rem;
}

.project-case .procase-list {
	background: url(../images/case-bg.jpg) no-repeat center;
	margin-top: .5rem;
}

.project-case .procase-list ul {
	padding: .36rem .15rem .33rem;
}

.project-case .procase-list .imgs {
	height: 3.1rem;
}


.project-case .procase-list li {
	width: -webkit-calc((100% - 1.65rem)/4);
	width: -moz-calc((100% - 1.65rem)/4);
	width: calc((100% - 1.65rem)/4);
	margin-right: .55rem;
	position: relative;
}

.project-case .procase-list li:last-child {
	margin-right: 0;
}

.project-case .procase-list li .tit {
	position: absolute;
	left: 0;
	bottom: -.8rem;
	width: 100%;
	text-align: center;
}

.project-case .procase-list li span {
	font-size: .25rem;
	color: #202020;
	white-space: nowrap;
}

/* end 工程类担保 */

/*start 诉讼保全担保  */
.judicial-sort {
	width: 12.45rem;
	margin: 1.1rem auto .94rem;
}

.judicial-sort ul {
	margin-top: 1.12rem;
}

.judicial-sort li {
	width: 25%;
	margin: .03rem;
}

.judicial-sort li .imgs {
	height: 1.78rem;
}

.judicial-sort li h3 {
	height: .84rem;
	line-height: .84rem;
	background-color: #f2f2f2;
	color: #282828;
	font-size: .2729rem;
	text-align: center;
	font-weight: normal;
}

.judicial-process .gua-list {
	background-color: #f2f2f2;
	max-width: 13.13rem;
	height: 1.5rem;
	margin: .67rem auto 0;
}

.gua-list ul {
	padding-left: 1rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	margin: 0 .25rem;

	padding-top: .25rem;
}


.gua-list li img,
.gua-list li span {
	display: block;
	margin: 0 auto;
}

.gua-list li span {
	font-size: .25rem;
	color: #323131;
	margin-top: .15rem;
}

.gua-list .wrapper {
	position: relative;
}

.gua-list .gua-lc {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .87rem;
	height: 1.98rem;
	background-color: #3475cb;
}

.gua-list .gua-lc span {
	color: #fff;
	font-size: .3rem;
	font-weight: 700;
	width: .3rem;
	margin: .18rem auto 0;
	display: block;
	line-height: .32rem;
}

.major-title {
	text-align: center;
	width: 3.3rem;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	padding-bottom: .09rem;
	position: relative;
}

.major-title::after {
	content: '';
	display: block;
	width: .5rem;
	height: .05rem;
	background-color: #c8171d;
	position: absolute;
	left: 50%;
	bottom: -.02rem;
	transform: translateX(-50%);
}

.major-title h4 {
	font-size: .24rem;
	color: #c8171d;
}

.major-title span {
	font-size: .16rem;
	color: #666666;
}

.judicial-major {
	margin: .6rem 0 1.2rem;
}

.judicial-major ul {
	margin-top: .48rem;
}

.judicial-major li {
	width: -webkit-calc((100% - 2.7rem)/4);
	width: -moz-calc((100% - 2.7rem)/4);
	width: calc((100% - 2.7rem)/4);
	margin-right: .9rem;
	text-align: center;
}

.judicial-major li img{
	width: .92rem;
}

.judicial-major li:last-child {
	margin-right: 0;
}

.judicial-major li h4 {
	font-size: .25rem;
	font-weight: 700;
	color: #3e3a39;
	margin: .05rem 0;
}

.judicial-major li p {
	color: #3e3a39;
	font-size: .19rem;
}

.judicial-suspend {
	padding: .5rem 0 .7rem;
	background: url(../images/suspend-bg.jpg) no-repeat center;
}

.judicial-suspend ul {
	padding: 0 .3rem;
}

.judicial-suspend li:first-child {
	margin-right: .97rem;
}

.judicial-suspend li:first-child ,.judicial-suspend li:last-child{
	width: 5.22rem;
} 

.judicial-suspend li img{
	width: 100%;
}

.judicial-suspend .imgs {
	margin: .38rem 0 .74rem;
}

.judicial-condition {
	background-color: #f2f2f2;
	padding: .8rem 0 .55rem;
}

.judicial-condition .condition-img {
	margin-top: .4rem;
	margin-bottom: .74rem;
}

.judicial-condition .condition-img img {
	width: 100%;
}

.judicial-method ul {
	max-width: 13.98rem;
	margin: .32rem auto 0;
}

.judicial-method ul li {
	width: 33.3%;
	text-align: center;
}

.judicial-method li span {
	display: block;
	font-size: .3rem;
	color: #383434;
}

.judicial-vouch {
	margin-top: 1rem;
}

.judicial-vouch ul {
	margin: .4rem 0 .9rem;
}

.judicial-vouch li {
	width: 33.3%;
}

.judicial-vouch li p {
	text-align: center;
	font-size: .3rem;
	color: #383434;
	line-height: .55rem;
}

.judicial-vouch li .imgs {
	height: 2.64rem;
}

.judicial-vouch .guarantee-title {
	margin-bottom: .55rem;
}

/*end 诉讼保全担保 */
/* start其他合同担保 */
.other {
	position: relative;
	margin: 1.2rem 0 1.6rem;
}

.other .guarantee-title {
	margin-bottom: .66rem;
}

.other-bg {
	width: 100%;
	height: 5.04rem;
	background-color: #ececec;
	position: absolute;
	bottom: -.8rem;
	left: 0;
	z-index: -1;
}

/* end 其他合同担保*/

/* start国际贸易保函 */
.trading {
	margin: 1rem 0;
}

.trading-bg {
	background-color: #e6e6e6;
	height: 4.6rem;
	text-align: center;
	margin: .6rem 0 1.3rem;
}

.trading-bg img{
	width: 13.13rem;
}

.trading-team {
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: .75rem;
	margin-bottom: 1rem;
}

.trading-team .imgs {
	width: 50%;
}

.trading-export {
	margin-top: .55rem;
}

.trading-export .export-txt {
	width: -webkit-calc(100% - 3.92rem);
	width: -moz-calc(100% - 3.92rem);
	width: calc(100% - 3.92rem);
}

.trading-export .export-txt dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .26rem 0;
	border-bottom: 1px solid #d1d1d1;
}

.trading-export .export-txt dl:last-child {
	border-bottom: none;
}

.trading-export .export-txt dl dt {
	margin-right: .2rem;
}

.trading-export .export-txt dt img {
	display: block;
}

.trading-export .export-txt dd h4 {
	font-size: .22rem;
	color: #040202;
	font-weight: normal;
}

.trading-export .export-txt dd p {
	font-size: .16rem;
	color: #231815;
	line-height: .25rem;
}

.trading-export .export-img {
	margin-left: .3rem;
}

/* end国际贸易保函 */

/* start全国代立案业务 */
.acting {
	margin: 1rem 0;
}

.acting-bg {
	background: url(../images/acting-bg.jpg) no-repeat center;
	margin-top: .46rem;
}

.acting-bg .wrapper {
	padding: .82rem 0 .48rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.acting-bg .wrapper img:first-child{
	width: 6.41rem;
}

.acting-bg .wrapper img:last-child{
	width: 5.24rem;
}

/* end全国代立案业务 */
/* start 诉讼垫资业务 */
.advance-txt {
	text-align: center;
	margin: .85rem 0 1.40rem;
}

.advance-txt h4 {
	font-size: .55rem;
	color: #d5242f;
}

.advance-txt P {
	font-size: .3rem;
	color: #040202;
	line-height: .54rem;
	margin-top: .55rem;
}

.advance-txt em {
	font-size: .32rem;
	color: #d5242f;
	font-weight: 700;
}

.advance-model {
	margin: .6rem 0 1rem;
}

.advance-model .imgs {
	width: 50%;
}

.advance-plana {
	background-color: #f5f5f5;
	height: 1.9rem;
	margin: 1.5rem 0 .8rem;
}

.advance-plana .wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advance-plana .advance-img {
	position: relative;
	top: -1.06rem;
	left: 0;
}

.advance-plana .advance-desc {
	width: -webkit-calc(100% - 4.85rem);
	width: -moz-calc(100% - 4.85rem);
	width: calc(100% - 4.85rem);
	margin-top: .3rem;
}

.advance-plana .advance-desc p {
	color: #302d2d;
	font-size: .25rem;
}

.advance-plana .advance-desc p em {
	font-size: .3rem;
	font-weight: 700;
}

.advance-plana .advance-desc span {
	color: #302d2d;
	font-size: .2rem;
}

.advance-core {
	background: url(../images/core-bg.jpg) no-repeat center;
	position: relative;
	margin-bottom: 2.2rem;
}


.advance-process .plan-bg {
	background: url(../images/plan-bg.jpg) no-repeat center;
	padding: .5rem 0 1.1rem;
	margin: .65rem 0 .9rem;
}

.advance-service ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1rem 0;
}

.advance-service ul li{
	width: 2.59rem;
}

.advance-service li img{
	width: 100%;
}

.advance-core .guarantee-title span,
.advance-core .guarantee-title h3 {
	color: #fff;
}

.advance-core .guarantee-title {
	padding: 65px 0 120px;
}

.core-text {
	width: 8.4rem;
	height: 2.14rem;
	box-shadow: 0 .04rem .08rem 0 rgb(0 0 0 / 20%);
	padding-top: .4rem;
	box-sizing: border-box;
	position: absolute;
	bottom: -1.4rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}

.core-text dl {
	color: #111111;
	text-align: center;
}

.core-text dl dt {
	font-size: .4rem;

}

.core-text dl dd span {
	font-size: .25rem;
	display: inline-block;
}

/* end诉讼垫资业务 */


.floating_ck {
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 999;
        }

        .floating_ck dl dd {
            position: relative;
            width: 1rem;
            height: 1rem;
            background-color: #646476;
            border-bottom: solid 1px #36363f;
            text-align: center;
            background-repeat: no-repeat;
            background-position: center 20%;
            cursor: pointer;
        }

        .floating_ck dl dd:hover {
            background-color: #e40231;
            border-bottom: solid 1px #a40324;
        }

        .floating_ck dl dd:hover .floating_left {
            display: block;
        }

        .floating_ck .consult {
            background-image: url(../images/icon-zxzx.png);
            background-repeat: no-repeat;
            background-size: .47rem;
        }

        .floating_ck .tel {
            background-image: url(../images/icon-mfdh.png);
            background-repeat: no-repeat;
            background-size: .4rem;
        }

        .floating_ck .qq {
            background-image: url(../images/icon-qq.png);
            background-repeat: no-repeat;
            background-size: .41rem .45rem;
        }

        .floating_ck .qrcord {
            background-image: url(../images/icon-wxsm.png);
            background-repeat: no-repeat;
            background-size: .44rem;
        }

        .floating_ck .returnTop {
            background-image: url(../images/icon-top.png);
            background-repeat: no-repeat;
            background-size: .32rem .48rem;
        }

        .floating_ck dd span {
            color: #fff;
            display: block;
            font-size: .18rem;
            padding-top: .62rem;
        }

        .floating_left {
            position: absolute;
            left: -1.35rem;
            top: 0px;
            width: 1.35rem;
            height: 1rem;
            background-color: #e40231;
            border-bottom: solid 1px #a40324;
            display: none;
        }

        .floating_left a {
            color: #fff;
            line-height: 1rem;
            font-size: .18rem;
        }

        .floating_ewm {
            height: 1.8rem;
            top: -.8rem;
        }

        .floating_ewm img {
            display: block;
            width: 1.2rem;
            height: 1.2rem;
            margin: auto;
            margin-top: .07rem;
        }

        .floating_ewm p {
            color: #fff;
            margin-top: .05rem;
        }

        .floating_ewm .qrcord_p01 {
            font-size: .18rem;
            line-height: .3rem;
        }