/* body{min-width: 1200px;} */
/* 首页公共样式 */

@font-face {
	font-family: 'Atilla';
	src: url('../fonts/Atilla.TTF');
}

@font-face {
	font-family: 'Atilla2';
	src: url('../fonts/Atilla2.TTF');
}

* {
	font-family: 微软雅黑;
}

h2 {
	font-size: 27px;
	text-align: center;
	line-height: 3;
}

/*首页轮播图里面的文字样式*/
.img_text {
	/* width: 100%;height: 100%;padding-left: 532px;padding-top: 251px;*/
	position: absolute;
	top: 119px;
	left: 50%;
	margin-left: -600px;
}

.img_text p {
	line-height: 50px;
	position: relative;
	font-family: Atilla2;
	letter-spacing: 4px;
}

.color_white {
	color: #fff;

}

.it_p1 {
	font-size: 50px;
	font-weight: 500;
}

.it_p2 {
	font-size: 16px;
	color: #Fffff !important;
	line-height: 60px;
}

.it_p3 {
	font-size: 28px;
	line-height: 30px !important;
}

.zx_btn1 {
	display: inline-block;
	width: 141px;
	height: 43px;
	margin-top: 13px;
	line-height: 43px;
	text-align: center;
	background: #ff2442;
	color: #fff;
	font-size: 20px;
	border-radius: 53px;
	cursor: pointer;
}

.img_text_2 {
	/* width: 100%;height: 100%;margin: 0 auto;padding-top: 240px;*/
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -300px;
}

.img_text_2 p {
	line-height: 50px;
	text-align: center;
	font-family: Atilla2;
	letter-spacing: 4px;
}

.color_white {
	color: #fff;

}

.it_p1_2 {
	font-size: 50px;
	font-weight: 600px;
	font-weight: 600;
}

.it_p2_2 {
	font-size: 22px;
	color: #Fffff;
	line-height: 60px;
}

.it_p3_2 {
	font-size: 30px;
	line-height: 30px !important;
}

.zx_btn_2 {
	width: 167px;
	display: inline-block;
	height: 43px;
	margin-top: 13px;
	line-height: 43px;
	text-align: center;
	background: #ff2442;
	color: #fff;
	font-size: 16px;
	border-radius: 53px;
	cursor: pointer;
	letter-spacing: 2px;
}

.modal {
	display: none;
	width: 700px !important;
	height: 370px;
	background: #e9e9e9;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	padding-left: 60px;
	padding-top: 30px;
}

.swiper-slide-active .modal .about_fr {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modal .close {
	font-size: 30px;
	float: right;
	cursor: pointer;
}

/* banner */


.banner {
	/*width: 1920px;*/
	height: 445px;
}

/* .banner img{height: 445px;width: 100%;} */
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

span.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff;
	width: 25px;
	border-radius: 10px;
}

.swiper-slide .banner_img {
	height: 445px;
}

@media screen and (max-width: 1200px) {
	.img_text {
		position: absolute;
		top: 140px;
		left: 50%;
		margin-left: -300px;
	}
}

/* 四大服务模块 */
.service_mod_bg {
	width: 100%;
	background-color: #fff;
}

.service_mod {
	padding: 50px 0;
	width: 938px;
	margin: 0 auto;
}

.service_mod .fourbox {
	width: 100%;
	margin-top: 60px;
}

.service_mod .fourbox li {
	float: left;
	width: 235px;
	height: 330px;
	border: 1px solid #ccc;
	/*padding:50px 30px; */
	box-sizing: border-box;
	margin-left: -1px;
	background-color: #fff;
}

.service_mod .fourbox li .img {
	width: 55px;
	height: 55px;
	display: block;
	margin: 0 auto;
	padding: 50px 30px 0 30px;
}

.service_mod .fourbox li .img i {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-size: 100%;
}

.service_mod .fourbox li:hover .img i {
	background-position: 0 -55px;
}

i.ppch {
	background: url(../img/ppch.png) no-repeat center center;
}

i.zsfu {
	background: url(../img/zsfu.png) no-repeat center center;
}

i.jypx {
	background: url(../img/jypx.png) no-repeat center center;
}

i.ysfw {
	background: url(../img/ysfw.png) no-repeat center center;
}

.service_mod .fourbox li h3 {
	text-align: center;
	font-size: 18px;
	line-height: 3;
}

.service_mod .fourbox li p {
	font-size: 14px;
	margin-top: 35px;
	padding: 0 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-height: 2;
	height: 6em;
}

/* .service_mod .fourbox li:hover{position: relative; z-index: 999;width: 278px;height: 358px;box-sizing: border-box;border: 1px solid #d8271c;top: -10px;left: -10px;} */
.service_mod .fourbox li:hover {
	position: relative;
	z-index: 999;
	transform: scale(1.2);
	border: 1px solid #d8271c;
}

.service_mod .fourbox li:hover p {
	background-color: #d8271c;
	color: #fff;
}

/* 优势介绍 */

.advantage_bg {
	background-color: #fff;
	width: 100%;
}

.advantage>p {
	font-size: 14px;
	text-align: center;
	line-height: 2;
}

.advantage_mian {
	text-align: justify;
	width: 1200px;
	background-color: #c7000a;
	color: #fff;
	margin: 0 auto;
	margin-top: 20px;
	padding: 80px 104px;
}

@media screen and (max-width: 1400px) {
	.advantage_mian {
		padding: 80px 0px;
	}
}

.advantage_mian::after {
	content: "";
	width: 100%;
	height: 0;
	margin: 0;
	display: inline-block;
	overflow: hidden;
}

/* .advantage_mian ul li {float: left;} */

.advantage_mian .li {
	display: inline-block;
	margin: 0 20px;
}

.advantage_mian .li div h4 {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-family: Atilla;
	letter-spacing: 10px;
}

.advantage_mian .li h4 {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.advantage_mian .li div {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	padding: 0 50px;
	/* text-shadow: 3px 3px 8px #ffffff; */
}

.advantage_mian .li div span:first-child {
	font-size: 38px;
	font-weight: bold;
}

.advantage_mian .li div span:not(first-child) {
	font-size: 28px;
	font-weight: bold;
}

.advantage_mian .li p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/* 案例中心 */

.case_bg {
	background-color: #fff;
	/*width:1920px;*/
	padding-top: 50px;
	min-width: 1200px;
}

/* .case{padding-top: 50px;} */
.case .case_nav {
	text-align: center;
	margin-bottom: 50px;
}

.case .case_nav span {
	font-size: 16px;
	/*line-height: 30px;*/
	padding: 5px 25px;
	border: 1px solid #cfa972;
	border-radius: 20px;
	margin: 0 20px;
}

.case .case_nav span.train {
	background-color: #cfa972;
	color: #fff;
}

.case ul li {
	float: left;
	/*width: 480px;*/
	width: 25%;
}

.case ul li a img {
	/*width: 480px;*/
	width: 100%;
	/*height: 242px;*/
	height: 12.5vw;
	min-height: 150px;
	display: block;
}

.case ul li p {
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.case ul li a:hover {
	/*width: 480px;*/
	width: 100%;
	/*height: 242px;*/
	display: block;
	background-color: #cfa972;
	color: #FFFFFF;
}

/* 部分服务客户 */
.partcase_bg {
	background-color: #fff;
	width: 100%;
	padding: 50px 0 100px 0;
}

.partcase {
	display: flex;
	flex-direction: column;
}

.partcase .boxmian {
	height: 396px;
	margin: 50px auto 0 auto;
	width: 888px;
}

.partcase ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.partcase ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 148px;
	height: 132px;
	background-color: #eeeeee;
	box-sizing: border-box;
	position: relative;
}

.partcase ul li img {
	width: 88px;
}

.partcase ul li:hover {
	/* 	   z-index: 999;
    width: 203px;
    height: 206px;
    box-shadow: 6px 6px 5px #0000001f;
    position: relative;
	
    margin: -86px 0 0 -32px; */

	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transition: all .5s;
}

.partcase ul li .qr {
	width: 165px;
	height: 180px;
	padding: 12px 12px 0;
	background: #fff;
	border: 1px solid #e7e7e7;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-transition: all .3s;
	position: absolute;
	z-index: 4;
	opacity: 0;
	bottom: -24px;
	left: -20px;
}

.partcase ul li:hover .qr {
	width: 165px;
	height: 180px;
	display: block;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 1;
}

.partcase ul li .qr a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 165px;
	height: 180px;
}






.boxone li:nth-of-type(2n),
.boxtwo li:nth-of-type(2n+1) {
	background-color: #fff;
}

/* 关于国富 */
.about_bg {
	background: url(../img/about_bg.png) no-repeat center center #cccccc;
	width: 100%;
	padding: 50px 0;
}

/* .about{width: 1460px;margin: 0 auto;} */
.about {
	width: 1460px;
	margin: 0 auto;
	padding-right: 50px;
	box-sizing: border-box;
}

.about .abouttit {
	width: 600px;
}

.about .about_fr {
	width: 535px;
}

@media screen and (max-width: 1460px) {
	.about {
		width: 1200px;
		padding: 0;
	}
}

.about .abouttit h3 {
	font-size: 25px;
	line-height: 3;
}

.about .abouttit p {
	font-size: 14px;
	line-height: 2;
}

.about .about_fr h3 {
	font-size: 22px;
	line-height: 3;
}

.about .about_fr form .box {
	float: left;
	margin: 0 18px 20px 0;
}

.about .about_fr form .box input {
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	border-radius: 20px;
	background-color: #fff;
	border: none;
	padding: 0 20px;
	width: 220px;
	box-sizing: border-box;
}

.about .about_fr form .box input:hover {
	color: white;
	background-color: #cfa972;
}


.about .about_fr form .box input:hover -webkit-input-placeholder {
	color: white;
}

.about .about_fr form .box input:focus {
	background-color: #cfa972;
	color: white;
}

/* ::-webkit-input-placeholder {   color:    #FFFFFF; }
:-moz-placeholder {   color:    #FFFFFF; }
::-moz-placeholder {  color:    #FFFFFF; }
:-ms-input-placeholder {   color:    #FFFFFF; }

 */
.about .about_fr form p {
	font-size: 15px;
	line-height: 2;
}

.about .about_fr form .boxs {
	margin-top: 10px;
	height: 42px;
	background-color: #cfa972;
	padding: 0 20px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 20px;
}

.about .about_fr form .boxs button {
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	/*font-weight: bold;*/
	cursor: pointer;
	background: none;
	outline: none;
	border: none;
	padding: 0 10px;
	height: 42px;

}

/*资质*/
.zizhi {
	background-color: #fff;
	width: 100%;
	padding: 50px 0 0px 0;
}

.zizhi .zizhi_1 .square {
	position: relative;
	width: 888px;
	height: 540px;
	margin: 50px auto 0 auto;
}

.zizhi .zizhi_1 .square-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 铺满父元素容器，这时候宽高就始终相等了 */
}

.zizhi .zizhi_1 .square-inner>li {
	width: calc(99% / 3);
	/* calc里面的运算符两边要空格 */
	height: calc(100% / 4);
	overflow: hidden;
}

.zizhi .zizhi_1 .square-inner>li>.img {
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 auto;
	padding: 20px 30px 5px 30px;
}

.zizhi .zizhi_1 .square-inner>li>div>i {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-size: 100%;
}

i.zizhi1 {
	background: url(/template/gfzh/img/zizhi1.png) no-repeat center center;
}

i.zizhi2 {
	background: url(/template/gfzh/img/zizhi2.png) no-repeat center center;
}

i.zizhi3 {
	background: url(/template/gfzh/img/zizhi3.png) no-repeat center center;
}

i.zizhi4 {
	background: url(/template/gfzh/img/zizhi4.png) no-repeat center center;
}

i.zizhi5 {
	background: url(/template/gfzh/img/zizhi5.png) no-repeat center center;
}

i.zizhi6 {
	background: url(/template/gfzh/img/zizhi6.png) no-repeat center center;
}

i.zizhi7 {
	background: url(/template/gfzh/img/zizhi7.png) no-repeat center center;
}

i.zizhi8 {
	background: url(/template/gfzh/img/zizhi8.png) no-repeat center center;
}

i.zizhi9 {
	background: url(/template/gfzh/img/zizhi9.png) no-repeat center center;
}

i.zizhi10 {
	background: url(/template/gfzh/img/zizhi10.png) no-repeat center center;
}

i.zizhi11 {
	background: url(/template/gfzh/img/zizhi11.png) no-repeat center center;
}

i.zizhi12 {
	background: url(/template/gfzh/img/zizhi12.png) no-repeat center center;
}

.zizhi .zizhi_1 .square-inner>li>p {
	text-align: center;
}

.zizhi .zizhi_1 .flex {
	display: flex;
	flex-wrap: wrap;
}

.zizhi .zizhi_1 .flex>li {
	background-color: #fff;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-bottom: -1px;
}

.zizhi .zizhi_1 .flex>li:hover {
	border: 1px solid #d8271c;
	background-color: #d8271c;
}

.zizhi .zizhi_1 .flex>li:hover>p {
	color: #fff
}

.zizhi .zizhi_1 .flex>li:hover .img>i {
	background-position: 0 -45px;
}

/* 固定留言 */
.onlinemessage {
	width: 300px;
	height: 300px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 999;
	background-color: #fff;
	padding: 15px;
	padding-top: 10px;
	transform: translate(-50%, -50%);
	box-sizing: content-box;
	border: 1px #e5e4e3 solid;
	border-radius: 10px;
	text-align: center;
}

.tanchuang {
	align-items: center;
	/*  height:215px;*/
	background: #fff;
	color: #373431;
	padding: 10px 20px 10px 20px;
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(10, 31, 68, .1);
}

.tanchuang .footer-decs {
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding-top: 5px;
	line-height: 20px;
}

.tanchuang .sr {
	overflow: hidden;
	width: 100%;
	padding: 6px 0;
	display: block;
}

.cancelmess {
	background-color: #e9e9e9;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 22px;
	height: 22px;
	width: 22px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
}
