@charset "utf-8";
/*初始样式*/

body {
	color: #333;
	font-size: 14px;
	font-family: "Microsoft Yahei";
} /*网站字体颜色*/
body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, span, input {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	font-family: "Microsoft Yahei";
}  /*for ie f6n.net*/
a:focus {
	outline: 0;
} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/

img {
	border: none;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
	font-family: "Microsoft Yahei";
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Microsoft Yahei";
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa {
	position: absolute;
}
.pr {
	position: relative
}
i, em {
	font-style: normal!important;
}
.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/* -- 页面整体布局 -- */

.content {
	width: 1200px;
	margin: 0 auto;
	font-family: "Microsoft Yahei";
}
.white, .whites {
	position: relative;
	overflow: hidden;
}
.white:after, .whites:after {
	content: '';
	cursor: pointer;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
}
.white:hover:after {
	left: 100%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}
.whites:hover:after {
	left: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.content-s {
	margin: 0 auto;
	font-family: "Microsoft Yahei";
	width: 90%;
	min-width: 1200px;
	max-width: 1400px;
}
/* -- 广告 -- */

.banner {
	position: relative;
	margin: 0 auto!important;
	height: auto;
	max-width: 1920px
}
.banner .bd li {
	float: left;
	width: 100%;
	line-height: 0
}
.banner .bd li.open-video {
	position: relative;
}
.banner .bd li img {
	width: 100%
}
.banner .bd li a {
	display: block
}
.banner .hd {
	position: absolute;
	bottom: 6%;
	left: 0;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	cursor: pointer
}
.banner .hd li {
	display: inline-block;
	margin: 0 10px;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #fff
}
.banner .hd li.on {
	width: 39px;
	background: #d80c18
}
.banner .prev {
	position: absolute;
	top: calc(45% - 35px);
	left: 0;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	transition: all .5s linear
}
.banner .next {
	position: absolute;
	top: calc(45% - 35px);
	right: 0;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	transition: all .5s linear
}
.banner:hover .prev {
	left: 6%;
	opacity: 1
}
.banner:hover .next {
	right: 6%;
	opacity: 1
}
.banner .bd li.open-video::after {
	position: absolute;
	top: 46%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin: -47px;
	content: "";
	transition: .36s ease;
	transform: translate3d(0, 70px, 0);
	text-align: center;
	opacity: 0;
	color: #fff;
	border: 12px solid rgba(228,228,228,.15);
	border-radius: 50%;
	background: rgba(42,42,42,0.7)
}
.banner .bd li.open-video:hover::after {
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.banner .bd li.open-video::before {
	font-family: mofont;
	font-size: 36px;
	position: absolute;
	z-index: 2;
	top: 45%;
	left: 50%;
	margin-top: -68px;
	margin-left: -15px;
	content: "";
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	opacity: 0;
	color: #fff;
	background: url(../images/bf.png) no-repeat;
	height: 47px;
	width: 37px;
}
.banner .bd li.open-video:hover::before {
	margin-top: -18px;
	opacity: 1
}
.video-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	display: none
}
.video-box .video {
	width: 800px;
	height: 640px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.video-box .video iframe {
	width: 800px;
	height: 640px
}
.video-box .close-video {
	position: absolute;
	top: calc(54px);
	right: 26%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/close.png) no-repeat center
}
/* -- 搜索 -- */

.sou {
	height: 80px;
	background: #f5f5f5;
	margin-top: -80px;
}
.sou p {
	height: 80px;
	color: #666666;
	line-height: 80px;
	font-size: 16px;
	width: 755px;
	float: left;
}
.sou p b {
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}
.sou p a {
	font-size: 16px;
	color: #666666;
	padding-right: 16px;
	font-weight: normal;
	line-height: 16px;
}
.sou .s_box {
	float: right;
	margin-top: 20px;
	width: 300px;
	height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 20px;
	background: #ffffff;
}
.sou .s_box .input1 {
	float: left;
	width: 240px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	border: 0;
	background: none;
	outline: 0;
}
.sou .s_box .input2 {
	float: left;
	border: 0;
	outline: 0;
	cursor: pointer;
	width: 32px;
	height: 30px;
	background: url(../images/sou.png) no-repeat center;
	margin-top: 5px;
}
/* -- 引子 -- */

.yz {
	height: 34rem;
	background: url(../images/yz-bg.jpg) no-repeat center;
}
.yz h2 {
	text-align: center;
	padding-top: 4.5rem;
}
.yz h2 em {
	font-size: 2.3rem;
	color: #333333;
	display: block;
	line-height: 2.3rem;
	font-weight: bold;
}
.yz h2 span {
	font-size: 2rem;
	color: #333333;
	display: block;
	line-height: 2rem;
	font-weight: normal;
	padding-top: 0.75rem;
}
.yz p {
	text-align: center;
	padding-top: 35px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	font-weight: normal;
}
.yz1 {
	/* margin: 40px auto 0; */
	/* height: 50px; */
	/* width: 750px; */
	margin-top: 30px;
}
.yz1 ul li {
	transition: 0.35s;
	float: left;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background: #d80c18;
	border-radius: 45px;
	width: 180px;
	margin-right: 10px;
	box-shadow: 0 0 20px rgba(250,224,225,0.9);
}
.yz1 ul li a {
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	display: block;
}
.yz1 ul li:last-of-type {
	margin-right: 0;
}
.yz1 ul li:hover {
	transform: translateY(-8px);
}
/* -- 服务 -- */

.fw1 {
	background: url(../images/fw-bg.jpg) no-repeat center bottom;
	padding-bottom: 2.75rem;
	padding-top: 3.75rem;
}
.fw1 h2 {
	text-align: center;
}
.fw1 h2 em {
	font-size: 2.3rem;
	color: #333333;
	display: block;
	line-height: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.fw1 h2 span {
	font-size: 1rem;
	color: #333333;
	display: block;
	line-height: 1rem;
	font-weight: normal;
	padding-top: 0.75rem;
}
.fw1s {
	margin-top: 2.5rem;
}
.fw1s ul li {
	width: 46.42%;
	float: left;
	background: #ffffff;
	border-radius: 5px;
	padding: 1rem;
	margin-bottom: 1rem;
}
.fw1s ul li i {
	float: right;
	width: 65%;
	display: block;
	overflow: hidden;
}
.fw1s ul li i img {
	width: 100%;
	display: block;
	transition: all 0.5s;
}
.fw1s ul li:hover i img {
	transform: scale(1.05);
}
.fw1s ul li .desc {
	float: left;
	width: 34%;
	margin-left: 0.2rem;
}
.fw1s ul li .desc h4 {
	margin-top: 1.75rem;
	text-align: left;
}
.fw1s ul li .desc h4 a {
	font-size: 1.1rem;
	line-height: 1.4rem;
	display: block;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}
.fw1s ul li .desc p {
	font-size: 16px;
	line-height: 30px;
	display: block;
	color: #666666;
	font-weight: normal;
	margin-top: 1.2rem;
}
.fw1s ul li .desc .gds {
	margin-top: 1.5rem;
	display: block;
	height: 40px;
	width: 40px;
	transition: 0.35s;
}
.fw1s ul li .desc .gds:hover {
	padding-left: 5px;
}
.fw1s ul li:nth-of-type(2n) {
	float: right;
}
.fw2s {
	height: 8rem;
	background: #ffffff;
	margin-top: 1rem;
	border-radius: 5px;
}
.fw2s h3 {
	float: left;
	width: 14.28%;
	background: #d80c18;
	border-radius: 5px;
	overflow: hidden;
	height: 8rem;
	text-align: center;
	line-height: 8rem;
}
.fw2s h3 span a {
	font-size: 24px;
	color: #ffffff;
	display: block;
	line-height: 24px;
	padding-top: 2rem;
}
.fw2s h3 em a {
	font-size: 24px;
	color: #ffffff;
	display: block;
	padding-top: 1rem;
	line-height: 24px;
}
.fw2s p {
	float: left;
	margin-left: 2.8%;
	width: 82%;
	padding-top: 2rem;
}
.fw2s p a {
	width: 16.8%;
	float: left;
	font-size: 16px;
	line-height: 2rem;
	display: block;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
.fw2s p a:hover {
	color: #d80c18;
}
.fw2s p a:nth-of-type(6n) {
	width: auto;
}
/* -- 资质实力 -- */

.zzh {
	background: url(../images/zz-bg.jpg) no-repeat center top;
	padding-bottom: 4.25rem;
}
.zz-tit {
	padding-top: 5.25rem;
	overflow: hidden;
	margin-bottom: 3rem;
}
.zz-tit h2 {
	text-align: left;
	float: left;
}
.zz-tit h2 em {
	font-size: 2.3rem;
	color: #ffffff;
	display: block;
	line-height: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.zz-tit h2 span {
	font-size: 1rem;
	color: #ffffff;
	display: block;
	line-height: 1rem;
	font-weight: normal;
	padding-top: 0.75rem;
}
.sz {
	float: right;
}
.sz ul li {
	float: left;
	margin-right: 4.35rem;
}
.sz ul li b {
	font-size: 2.8rem;
	color: #ffffff;
	display: inline-block;
	line-height: 2.8rem;
	font-weight: 400;
	vertical-align: top;
}
.sz ul li i {
	font-size: 0.9rem;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	line-height: 1rem;
	margin-top: 0.25rem;
	margin-left: 0.5rem;
}
.sz ul li span {
	font-size: 1rem;
	color: #ffffff;
	display: block;
	font-weight: normal;
	padding-top: 0.35rem;
	line-height: 0.95rem;
}
.sz ul li:last-of-type {
	margin-right: 0;
}
.flipster-carousel .flip-item i {
	font-size: 0;
}
.flipster-carousel .flip-current i {
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	display: block;
	padding-top: 1.5rem;
}
/* -- 团队 -- */

.tm {
	padding-top: 5rem;
	padding-bottom: 5.5rem;
	background: #f5f5f5;
}
.tm h2 {
	text-align: left;
	padding-bottom: 1.75rem;
}
.tm h2 em {
	font-size: 2.3rem;
	color: #333333;
	display: block;
	line-height: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.tm h2 span {
	font-size: 1rem;
	color: #333333;
	display: block;
	line-height: 1rem;
	font-weight: normal;
	padding-top: 0.75rem;
}
.tm_con {
	float: left;
	margin-top: 0.5rem;
	width: 70.35%;
	position: relative;
}
.tm_con dl dt {
	width: 51.77%;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	float: left;
}
.tm_con dl dt img {
	width: 100%;
	display: block;
}
.tm_con dl dd {
	width: 42.13%;
	float: right;
}
.tm_con dl dd h4 {
	height: 7.35rem;
	margin-top: 1.3rem;
	text-align: left;
	margin-left: 0.5rem;
	background: url(../images/x-t.png) no-repeat left bottom;
	margin-bottom: 2.5rem;
}
.tm_con dl dd h4 em {
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: bold;
	display: block;
	padding-top: 2.3rem;
	background: url(../images/dians.png) no-repeat right top;
}
.tm_con dl dd h4 span {
	font-size: 1rem;
	font-weight: normal;
	display: block;
	color: #666666;
	padding-top: 0.65rem;
}
.tm_con dl dd p {
	font-size: 16px;
	line-height: 32px;
	display: block;
	margin-left: 0.5rem;
	margin-bottom: 1.5rem;
	width: 91%;
}
.tm_con dl dd p:last-of-type {
	margin-bottom: 0;
}
.tm_con dl dd .gds {
	transition: 0.35s;
	text-align: center;
	line-height: 2.5rem;
	height: 2.5rem;
	background: #d80c18;
	border-radius: 2.25rem;
	width: 8rem;
	box-shadow: 0 0 20px rgba(250,224,225,0.9);
	margin-top: 5.7rem;
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: normal;
	display: block;
}
.tm_con dl dd .gds:hover {
	transform: translateY(-8px);
}
.tit1 {
	overflow: hidden;
	float: right;
	width: 24.28%;
}
.tit1 ul li {
	width: 48.52%;
	float: left;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.5rem;
}
.tit1 ul li i img {
	width: 100%;
	display: block;
}
.tit1 ul li h4 {
	transform: scale(0);
	transition: 0.5s;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.tit1 ul li h4 em {
	padding-top: 4.4rem;
	text-align: center;
	font-size: 1.2rem;
	color: #ffffff;
	display: block;
	font-weight: normal;
}
.tit1 ul li h4 span {
	height: 0.4rem;
	width: 1.55rem;
	display: block;
	margin: 1.3rem auto 0;
}
.tit1 ul li h4 span img {
	width: 100%;
	display: block;
}
.tit1 ul li:nth-of-type(2n) {
	float: right;
}
.tit1 ul li.cur h4 {
	transform: scale(1);
}
.tit1 ul li:after {
	transition: all 0.6s;
	z-index: 2;
	height: 0;
	width: 100%;
	display: block;
	content: "";
	position: absolute;
	background: rgba(216,12,24,0.88);
	left: 0;
	bottom: 0;
}
.tit1 ul li.cur::after {
	height: 100%;
}
.tit1 ul li:nth-of-type(5) {
	margin-bottom: 0;
}
.tit1 ul li:last-of-type {
	margin-bottom: 0;
}
/* -- 鉴定案例 -- */

.case {
	padding-top: 5rem;
	background: url(../images/case-bg.jpg) no-repeat center bottom;
	background-size: 100% 55.95rem;
	height: 50.95rem;
}
.tit2 {
	float: left;
	width: 18.71%;
}
.tit2 h2 {
	text-align: left;
	margin-top: 1rem;
}
.tit2 h2 em {
	font-size: 2.3rem;
	color: #333333;
	display: block;
	line-height: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.tit2 h2 span {
	font-size: 1rem;
	color: #666666;
	display: block;
	line-height: 1rem;
	font-weight: normal;
	padding-top: 0.75rem;
}
.tit2 ul {
	margin-top: 2.8rem;
}
.tit2 ul li {
	float: left;
	width: 100%;
	border-bottom: 0.05rem solid #e6e6e6;
	box-sizing: border-box;
	height: 3rem;
	line-height: 3rem;
	position: relative;
}
.tit2 ul li a {
	font-size: 0.9rem;
	color: #333333;
	display: block;
	color: #333333;
	font-weight: normal;
	padding-left: 0.5rem;
}
.tit2 ul li i {
	font-size: 1.1rem;
	float: right;
	font-family: "黑体";
	display: block;
	margin-right: 0.5rem;
	color: #cccccc;
}
.tit2 ul li.cur {
	border-bottom: 0;
}
.tit2 ul li.cur a {
	color: #ffffff;
	position: relative;
	z-index: 99;
}
.tit2 ul li.cur i {
	color: #ffffff;
	position: relative;
	z-index: 99;
}
.tit2 li::before {
	border-radius: 1.75rem;
	margin-left: -1rem;
	overflow: hidden;
	content: "";
	display: block;
	width: 0;
	height: 3rem;
	background: #d80c18;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s
}
.tit2 li.cur::before {
	left: 0;
	width: 15rem;
	background: #d80c18;
	border-bottom: 0;
}
.case_con {
	float: right;
	width: 71.42%;
}
.case_con ul li {
	width: 48%;
	float: left;
	position: relative;
	margin-bottom: 2rem;
}
.case_con ul li i {
	display: block;
}
.case_con ul li i img {
	width: 100%;
	display: block;
}
.case_con ul li .text {
	height: 9rem;
}
.case_con ul li .text h4 {
	height: 4.05rem;
	border-bottom: 0.05rem solid #e0e0e0;
	box-sizing: border-box;
}
.case_con ul li .text h4 a {
	padding-top: 1.75rem;
	display: block;
	font-size: 1.1rem;
	line-height: 1.1rem;
	color: #333333;
	font-weight: normal;
}
.case_con ul li:hover .text h4 a {
	font-weight: bold;
}
.case_con ul li .text h4 a i {
	font-size: 1.1rem;
	float: right;
	font-family: "黑体";
	display: block;
	margin-right: 0.5rem;
	color: #333333;
}
.case_con ul li .text p {
	font-size: 16px;
	line-height: 1.5rem;
	display: block;
	color: #666666;
	font-weight: normal;
	padding-top: 1.25rem;
	width: 95%;
}
.case_con ul li:nth-of-type(2n) {
	float: right;
}

@media screen and (min-width:760px) and (max-width:1366px) {
.case {
	height: 57rem;
	overflow: hidden;
}
.tit2 ul li {
	width: 77%;
}
}
/* -- 全国足迹 -- */

.c-z {
	background: #f5f5f5;
	padding-top: 4rem;
	padding-bottom: 3rem;
}
.c-z h2 {
	text-align: center;
	margin-bottom: 1.9rem;
}
.c-z h2 em {
	font-size: 2.3rem;
	color: #333333;
	display: block;
	line-height: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.c-z h2 span {
	margin-left: -0.5rem;
	font-size: 1rem;
	color: #666666;
	display: block;
	line-height: 1rem;
	font-weight: normal;
	padding-top: 0.75rem;
}
.c-z1 {
	margin-top: 0.35rem;
}
.c-z1 .z1 {
	float: left;
	width: 31.42%;
}
.c-z1 .z1 ul li {
	float: left;
	margin-right: 32%;
	width: auto;
	margin-top: 4.95rem;
}
.c-z1 .z1 ul li b {
	font-size: 2.85rem;
	color: #d80c18;
	display: inline-block;
	line-height: 2.85rem;
	font-weight: bold;
	vertical-align: top;
}
.c-z1 .z1 ul li em {
	font-size: 0.9rem;
	color: #d80c18;
	display: inline-block;
	font-weight: bold;
	line-height: 0.8rem;
	margin-top: 0.25rem;
	margin-left: 0.5rem;
}
.c-z1 .z1 ul li i {
	font-size: 1.5rem;
	color: #d80c18;
	display: inline-block;
	font-weight: bold;
	line-height: 0.8rem;
	margin-top: 0.25rem;
	margin-left: 0.5rem;
}
.c-z1 .z1 ul li span {
	font-size: 1rem;
	color: #666666;
	display: block;
	font-weight: normal;
	padding-top: 0.35rem;
	line-height: 0.95rem;
}
.c-z1 .z1 ul li:nth-of-type(2n) {
	float: right;
	margin-right: 0;
}
.c-z1 .z1 ul li:last-of-type {
	margin-right: -2%;
}
.c-z1 .pic {
	float: right;
	width: 63.21%;
	display: block;
}
.c-z1 .pic img {
	width: 100%;
	display: block;
}
.c-z1 .z1 .gds {
	transition: 0.35s;
	text-align: center;
	line-height: 2.8rem;
	height: 2.8rem;
	background: #d80c18;
	border-radius: 3rem;
	width: 10rem;
	box-shadow: 0 0 20px rgba(250,224,225,0.9);
	margin-top: 4.9rem;
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: normal;
	display: block;
}
.c-z1 .z1 .gds:hover {
	transform: translateY(-8px);
}
.lo_con {
	border-radius: 5px;
	position: relative;
	background: #ffffff;
}
.lo_con .tempWrap {
	width: 1400px!important;
}
.lo_con ul li {
	float: left;
	position: relative;
	overflow: hidden;
	width: calc((100% - 0px)/6);
}
.lo_con ul li img {
	width: 100%;
	display: block;
	transition: all 0.5s;
}
.lo_con ul li:hover img {
	transform: scale(1.05);
}
.lo_con ul li::after {
	height: 4rem;
	width: 1px;
	background: #e2e2e2;
	position: absolute;
	right: 0;
	top: 1.5rem;
	content: "";
}
.lo_con ul li:last-of-type::after {
	display: none;
}
.lo_con .prev {
	position: absolute;
	left: -5%;
	top: 2.45rem;
	width: 2.1rem;
	height: 2.1rem;
	cursor: pointer;
	background: url(../images/left.png) no-repeat;
	z-index: 10;
	border-radius: 100%;
	background-size: 2.1rem 2.1rem;
}
.lo_con .next {
	position: absolute;
	right: -5%;
	top: 2.45rem;
	width: 2.1rem;
	height: 2.1rem;
	cursor: pointer;
	background: url(../images/right.png) no-repeat;
	z-index: 10;
	border-radius: 100%;
	background-size: 2.1rem 2.1rem;
}
.lo_con .prev.cur {
	background: url(../images/lefts.png) no-repeat;
	background-size: 2.1rem 2.1rem;
}
.lo_con .next.cur {
	background: url(../images/rights.png) no-repeat;
	background-size: 2.1rem 2.1rem;
}

@media screen and (min-width:760px) and (max-width:1366px) {
.c-z1 .z1 {
	width: 25.42%;
}
.lo_con .prev {
	top: 3.2rem;
	left: -4%;
}
.lo_con .next {
	top: 3.2rem;
	right: -4%;
}
.lo_con ul li::after {
	top: 2.5rem;
}
.lo_con .tempWrap {
	width: 1210px!important;
}
}
/* -- 服务承诺 -- */

.fwc {
	height: 43rem;
	background: url(../images/cl-bg.jpg) no-repeat center top;
}
.fwc h2 {
	text-align: left;
	padding-top: 4.95rem;
	margin-bottom: 1.9rem;
}
.fwc h2 em {
	font-size: 2.3rem;
	color: #333333;
	display: block;
	line-height: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.fwc h2 span {
	margin-left: -0.5rem;
	font-size: 1rem;
	color: #666666;
	display: block;
	line-height: 1rem;
	font-weight: normal;
	padding-top: 0.75rem;
}
.fwc1 {
	float: left;
	width: 70%;
}
.fwc1 ul li {
	transition: all 0.5s ease;
	float: left;
	width: 44.89%;
	height: 9rem;
	border-bottom: 0.05rem solid #e2e2e2;
	box-sizing: border-box;
	position: relative;
}
.fwc1 ul li .desc {
	float: left;
	width: 80%;
}
.fwc1 ul li .desc b {
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: bold;
	padding-top: 2.2rem;
	display: block;
}
.fwc1 ul li .desc span {
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	display: block;
	padding-top: 0.65rem;
}
.fwc1 ul li i {
	transition: all 0.5s;
	height: 2.55rem;
	width: 2.55rem;
	display: block;
	float: right;
	margin-top: 2.05rem;
}
.fwc1 ul li i img {
	width: 100%;
	display: block;
}
.fwc1 ul li:nth-of-type(2n) {
	float: right;
}
.fwc1 ul li.is1 {
	border-top: 1px solid #e2e2e2;
	box-sizing: border-box;
}
.fwc1 li:after {
	transition: all 0.5s linear;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #d80c18;
	content: "";
	display: block;
}
.fwc1 li:hover:after {
	width: 100%;
}
.fwc1 ul li:hover i {
	animation-duration: 2s;
	animation-name: flipInY;
}

@media screen and (min-width:760px) and (max-width:1366px) {
.fwc1 ul li .desc span {
	font-size: 14px;
}
}
/* -- 服务流程 -- */

.lc {
	padding-top: 4rem;
	padding-bottom: 4.5rem;
	background: #f5f5f5;
}
.lc h2 {
	text-align: center;
	padding-bottom: 2.5rem;
}
.lc h2 em {
	font-size: 2.3rem;
	color: #333333;
	display: block;
	line-height: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.lc h2 span {
	font-size: 1rem;
	color: #666666;
	display: block;
	line-height: 1rem;
	font-weight: normal;
	padding-top: 0.75rem;
}
.lc_ctg {
	height: 19rem;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.09)
}
.lc_ctg li {
	float: left;
	width: 14.28%;
	text-align: center;
	transition: all 0.5s;
	border-right: 1px solid #e2e2e2;
	box-sizing: border-box;
	height: 19rem;
	position: relative;
}
.lc_ctg li b {
	font-size: 1rem;
	line-height: 1rem;
	font-family: "Arial";
	display: block;
	color: #666666;
	padding-top: 2.95rem;
	font-weight: normal;
	position: relative;
	z-index: 99;
}
.lc_ctg li b::before {
	height: 1rem;
	width: 2px;
	display: block;
	background: #d80c18;
	content: "";
	position: absolute;
	right: 0;
	top: 2.95rem;
}
.lc_ctg li:last-of-type b::before {
	display: none;
}
.lc_ctg li i {
	z-index: 99;
	position: relative;
	display: block;
	height: 3.8rem;
	width: 3.95rem;
	overflow: hidden;
	margin: 3.45rem auto 0;
}
.lc_ctg li i img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.lc_ctg li span {
	padding-top: 3.8rem;
	font-size: 1rem;
	color: #333333;
	font-weight: normal;
	display: block;
	position: relative;
	z-index: 99;
}
.lc_ctg li:last-of-type {
	border-right: 0;
}
.lc_ctg li.cur i img:nth-child(1) {
	margin-top: -3.8rem;
}
.lc_ctg li:after {
	transition: all 0.6s;
	z-index: 2;
	height: 0;
	width: 100%;
	display: block;
	content: "";
	position: absolute;
	background: rgba(216,12,24,0.88);
	left: 0;
	bottom: 0;
}
.lc_ctg li.cur::after {
	height: 100%;
}
.lc_ctg li.cur b {
	color: #ffffff;
}
.lc_ctg li.cur span {
	color: #ffffff;
}
.lc_ctg li.cur:hover i {
	animation-duration: 2s;
	animation-name: flipInY;
}
.lc_ctg li:last-of-type::before {
	display: none;
}
/* -- 新闻资讯 -- */

.news {
	padding-top: 5rem;
	padding-bottom: 3.75rem;
}
.news h2 {
	text-align: center;
	padding-bottom: 2.5rem;
}
.news h2 em {
	font-size: 2.3rem;
	color: #333333;
	display: block;
	line-height: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.news h2 span {
	font-size: 1rem;
	color: #666666;
	display: block;
	line-height: 1rem;
	font-weight: normal;
	padding-top: 0.75rem;
}
.news1 {
	float: left;
	width: 45.71%;
}
.news1 .n-t1 {
	height: 3.3rem;
}
.news1 .n-t1 i {
	float: left;
	height: 1.8rem;
	width: 1.8rem;
	display: block;
}
.news1 .n-t1 i img {
	width: 100%;
	display: block;
}
.news1 .n-t1 span {
	font-size: 1.3rem;
	line-height: 1.3rem;
	color: #333333;
	float: left;
	font-weight: normal;
	margin-left: 0.75rem;
	margin-top: 0.25rem;
}
.news1 dl dt {
	display: block;
}
.news1 dl dt img {
	width: 100%;
	display: block;
}
.news1 dl dd {
	height: 7.5rem;
}
.news1 dl dd h4 {
	padding-top: 1.5rem;
}
.news1 dl dd h4 a {
	font-size: 1rem;
	line-height: 1rem;
	color: #333333;
	display: block;
	font-weight: normal;
}
.news1 dl dd p {
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	font-weight: normal;
	padding-top: 1.2rem;
}
.news1 dl:hover dd h4 a {
	color: #d80c18;
}
.news1 ul {
	margin-top: 1.25rem;
}
.news1 ul li {
	float: left;
	width: 100%;
	font-size: 0.8rem;
	line-height: 36px;
	color: #333333;
	display: block;
}
.news1 ul li a {
	color: #333333;
	padding-left: 1rem;
	background: url(../images/dian.png) no-repeat center left;
}
.news1 ul li a em {
	font-family: "Arial";
	font-size: 0.8rem;
	color: #999999;
	font-weight: normal;
	float: right;
}
.news1 ul li:hover a {
	color: #d80c18;
}
.news2 {
	float: right;
	width: 47.14%;
}
.news2 .n-t1 {
	height: 3.3rem;
	border-bottom: 0.05rem solid #e2e2e2;
	box-sizing: border-box;
	margin-bottom: 1.45rem;
}
.news2 .n-t1 i {
	float: left;
	height: 1.8rem;
	width: 1.8rem;
	display: block;
}
.news2 .n-t1 i img {
	width: 100%;
	display: block;
}
.news2 .n-t1 span {
	font-size: 1.3rem;
	line-height: 1.3rem;
	color: #333333;
	float: left;
	font-weight: normal;
	margin-left: 0.75rem;
	margin-top: 0.25rem;
}
.news2 dl {
	float: left;
	width: 100%;
	margin-bottom: 1.75rem;
}
.news2 dl dt {
	float: right;
	width: 27.27%;
}
.news2 dl dt img {
	width: 100%;
	display: block;
}
.news2 dl dd {
	float: left;
	width: 65%;
}
.news2 dl dd h4 {
	padding-top: 1rem;
}
.news2 dl dd h4 a {
	font-size: 1rem;
	line-height: 1rem;
	color: #333333;
	display: block;
	font-weight: normal;
}
.news2 dl dd p {
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	font-weight: normal;
	padding-top: 0.65rem;
}
.news2 dl:hover dd h4 a {
	color: #d80c18;
}
.news2 dl:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width:760px) and (max-width:1366px) {
.news2 dl dd h4 {
	padding-top: 1.5rem;
}
.news2 dl dd p {
	padding-top: 1.5rem;
}
}
/* -- 关于我们 -- */

.abt {
	position: relative;
	padding-top: 5.05rem;
	padding-bottom: 5rem;
	background: url(../images/abt-bg.jpg) no-repeat center top;
	background-size: 100% 43.05rem;
}
.abt1 {
	overflow: hidden;
}
.abt1 h2 {
	float: left;
	width: 40%;
	text-align: left;
}
.abt1 h2 em {
	font-size: 2.3rem;
	line-height: 2.3rem;
	color: #333333;
	font-weight: bold;
}
.abt1 h2 span {
	font-size: 0.8rem;
	line-height: 1.5rem;
	display: block;
	color: #666666;
	font-weight: normal;
	padding-top: 1.4rem;
}
.abt1 h2 .gds {
	transition: 0.35s;
	text-align: center;
	line-height: 2.8rem;
	height: 2.8rem;
	background: #d80c18;
	border-radius: 3rem;
	width: 10rem;
	box-shadow: 0 0 20px rgba(250,224,225,0.9);
	margin-top: 3rem;
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: normal;
	display: block;
}
.abt1 h2 .gds:hover {
	transform: translateY(-8px);
}
.abt1 h3 {
	float: right;
	margin-top: 1.85rem;
}
.abt1 h3 i {
	font-size: 2rem;
	color: #ffffff;
	display: block;
	font-weight: normal;
	line-height: 2rem;
	margin-bottom: 1.5rem;
}
.abt2 {
	margin-top: 4.2rem;
	height: 15rem;
	background: #ffffff;
	box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.09);
	margin: 4.2rem -2.5rem 0 -2.5rem;
	border-radius: 5px;
}
.abt2 ul {
	margin: 0 2.5rem;
	overflow: hidden;
}
.abt2 ul li {
	text-align: left;
	float: left;
	margin-right: 6%;
}
.abt2 ul li i {
	width: 3.15rem;
	height: 3.35rem;
	display: block;
	margin-top: 2.6rem;
	overflow: hidden;
}
.abt2 ul li i img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.abt2 ul li:hover i img {
	animation-duration: 2s;
	animation-name: flipInY;
}
.abt2 ul li b {
	font-size: 1rem;
	line-height: 1rem;
	display: block;
	font-weight: normal;
	color: #333333;
	margin-top: 1.8rem;
}
.abt2 ul li span {
	font-size: 0.8rem;
	line-height: 1.5rem;
	display: block;
	color: #666666;
	font-weight: normal;
	margin-top: 1rem;
}
.abt2 ul li:last-of-type {
	margin-right: 0;
}

@media screen and (min-width:760px) and (max-width:1366px) {
.abt2 ul li {
	margin-right: 8%;
}
}

@media screen and (min-width: 1263px) {
html {
 font-size: calc(1263px * 20 / 1903);
}
}

@media screen and (min-width: 1349px) {
html {
 font-size: calc(1349px * 20 / 1903);
}
}

@media screen and (min-width: 1463px) {
html {
 font-size: calc(1463px * 20 / 1903);
}
}

@media screen and (min-width: 1543px) {
html {
 font-size: calc(1543px * 20 / 1903);
}
}

@media screen and (min-width: 1583px) {
html {
 font-size: calc(1583px * 20 / 1903);
}
}

@media screen and (min-width: 1643px) {
html {
 font-size: calc(1643px * 20 / 1903);
}
}

@media screen and (min-width: 1663px) {
html {
 font-size: calc(1663px * 20 / 1903);
}
}

@media screen and (min-width: 1903px) {
html {
 font-size: calc(1903px * 20 / 1903);
}
}






.yz1 .gds{
	
transition: 0.35s;
	
text-align: center;
	
line-height: 2.8rem;
	
/* height: 2.8rem; */
	
background: #d80c18;
	
border-radius: 3rem;
	
width: 10rem;
	
box-shadow: 0 0 20px rgb(250 224 225 / 90%);
	
/* margin-top: 4.9rem; */
	
font-size: 0.9rem;
	
color: #ffffff;
	
font-weight: normal;
	
display: block;
	
margin: 0 auto;
}



.yz1 .gds:hover {
	transform: translateY(-8px);
}




.link strong em{
    /* display: block; */
    height: 80px;
    line-height: 80px;
    /* float: left; */
    /* margin-right: 24px; */
    font-size: 14px;
    color: #FFF;
    }
	
  
	
	

