@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
body, div, p, a, input, h1, h2, h3, h4, h5, h6, ul, li, form, i {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	font-weight: normal;
	outline: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: "微软雅黑", helvetica, arial;
	font-size: 16px;
	color: #000;
	background: #f1f1f1;
	position: relative;
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #e40012;
}

/*默认滚动条*/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: #fff;
}
::-webkit-scrollbar-track {/*定义滚动条轨道 内阴影+圆角*/
	-webkit-box-shadow: inset 0 0 10px #fff;
	background: #fff;/*外轨道*/
}
::-webkit-scrollbar-thumb {/*定义滑块 内阴影+圆角*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	background:#ccc;
}
::-webkit-scrollbar-thumb:hover {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 10px #bbb;
	background:#bbb;
}
/*首页 S--------------------------------------------------------------------*/

/*导航*/
.nav {
	width: 100%;
	padding: 10px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 30px;
	left: 0px;
	z-index: 1000;
	transition: all 0.2s linear;
	overflow: hidden;
}
.nav1 {
	top: 0px;
	background: #fff;
	border-bottom: solid 1px #ddd;
}
.logo {
	width: auto;
	height: 60px;
	overflow: hidden;
}
.logo img {
	width: auto;
	height: 100%;
}
.nav ul {
	width: auto;
	overflow: hidden;
}
.nav ul li {
	float: left;
	overflow: hidden;
}
.nav ul li a {
	padding: 0 20px;
	display: block;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
}
.nav1 ul li a {
	color: #464646;
}
.nav ul li a:hover {
	color: #e40012;
}
/* banner */
.banner {
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
.banner .bd {
	position: relative;
	height: 100%;
	z-index: 10;
}
.banner .bd ul {
	width: 100% !important;
	height: 100%;
}
.banner .bd ul li {
	width: 100% !important;
	height: 100%;
	position: relative;
	display: block;
}
.banner .bd ul .li1 {
	background-image: url(../images/video_aj.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .bd ul .li2 {
	background-image: url(../images/video_dj.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .bd ul li video {
	width: 100%;
	/*height: 100%;*/
	display: block;
}
.banner .bd ul li div.tx {
	width: 700px;
	height: 310px;
	margin: -200px 0 0 -350px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	overflow: hidden;
	opacity: 0;
}
.banner_tx {
	-webkit-animation: fangda1 0.8s 0.5s forwards;
	-moz-animation: fangda1 0.8s 0.5s forwards;
	-ms-animation: fangda1 0.8s 0.5s forwards;
	-o-animation: fangda1 0.8s 0.5s forwards;
	animation: fangda1 0.8s 0.5s forwards;
}
.banner .bd ul li div.tx img {
	width: 100%;
	height: 100%;
}
.banner .hd {
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 0;
	height: 30px;
	z-index: 20;
	line-height: 30px;
	text-align: center;
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 4px 10px;
	border-radius: 6px;
	/*	background: url(../images/dot-black.png) 0 0;*/
	overflow: hidden;
	line-height: 9999px;
	/*filter: alpha(opacity=40);
	opacity: 0.4;*/
	background: #fff;
	transition: all 0.4s linear;
	overflow: hidden;
}
.banner .hd ul .on {
	width: 42px;
	background: #f00;
}
.sy_cp {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/about_bg.png) repeat center center;
	z-index: 100;
	overflow: hidden;
}
.sy_cp1 {
	max-width: 1400px;
	height: 100px;
	padding: 0px;
	margin: 0 auto;
}
.sy_cp1 li {
	float: left;
	width: 16.66%;
	height: 100px;
	border-right: solid 1px #fff;
	margin-left: -1px;
	overflow: hidden;
}
.sy_cp1 li:nth-child(1) {
	border-left: solid 1px #fff;
	margin-left: -2px;
}
.sy_cp1 li a {
	float: left;
	width: 100%;
	height: 100px;
	display: block;
	overflow: hidden;
}
.sy_cp1 li a:hover {
	background: url(../images/jjfa_bg.png) repeat center center;
}
.sy_cp1 li a img {
	float: left;
	width: 50px;
	height: 50px;
	margin: 25px;
	overflow: hidden;
}
.sy_cp1 li a h3 {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	margin: 25px 0 0 0;
	overflow: hidden;
}
.sy_cp1 li a p {
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	margin: 0 0 25px 0;
	overflow: hidden;
}
/*关于达仁*/
.about {
	width: 100%;
	height: 500px;
	transition: all 0.3s linear;
	overflow: hidden;
}
.jj_bg {
	background: url(../images/dr_jj.jpg) no-repeat center center;
    background-size: cover;
}
.wh_bg {
	background: url(../images/dr_wh.jpg) no-repeat center center;
    background-size: cover;
}
.zz_bg {
	background: url(../images/dr_zz.jpg) no-repeat center center;
    background-size: cover;
}
.lx_bg {
	background: url(../images/dr_lx.jpg) no-repeat center center;
    background-size: cover;
}
.about_dr {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.about_dr h3 {
	width: 100%;
	line-height: 30px;
	padding: 50px 0 30px 0;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	border-bottom: solid 1px #fff;
	overflow: hidden;
}
.about_dr ul {
	width: 100%;
	height: 310px;
	opacity: 0;
}
.gydr {
	-webkit-animation: bottom 0.8s forwards;
	-moz-animation: bottom 0.8s forwards;
	-ms-animation: bottom 0.8s forwards;
	-o-animation: bottom 0.8s forwards;
	animation: bottom 0.8s forwards;
}
.about_dr ul li {
	float: left;
	width: 23.3%;
	height: 310px;
	margin-left: 2%;
	transition: all 0.3s linear;
	overflow: hidden;
}
.about_dr ul li:nth-child(1) {
	margin-left: 0;
}
.ab_li {
	background: #fff;
	box-shadow: 0px 0px 10px #666;
}
.about_dr ul li a {
	width: 100%;
	height: 310px;
	overflow: hidden;
}
.about_h4 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	transition: all 0.3s linear;
	overflow: hidden;
}
.about_h4_c {
	color: #464646;
}
.about_img {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.about_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_p {
	width: 100%;
	height: 0px;
	padding: 0 10%;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-indent: 2rem;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	transition: all 0.2s linear;
	background: url(../images/jjfa_bg.png) repeat center center;
	overflow: hidden;
}
.about_p1 {
	height: 250px;
	padding: 30px 10%;
}
/*达仁资讯*/
.news {
	width: 1400px;
	min-height: 100px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.news h3 {
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 50px 0 30px 0;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.news_left {
	float: left;
	width: 49%;
	min-height: 100px;
	margin-right: 2%;
	opacity: 0;
	overflow: hidden;
}
.news_left1 {
	-webkit-animation: left 0.8s forwards;
	-moz-animation: left 0.8s forwards;
	-ms-animation: left 0.8s forwards;
	-o-animation: left 0.8s forwards;
	animation: left 0.8s forwards;
}
.news_left h4 {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	overflow: hidden;
}
.news_left h4 a {
	float: right;
	font-size: 14px;
	color: #999;
}
.news_left h4 a:hover {
	color: #e40012;
}
.news_left ul {
	width: 100%;
	min-height: 100px;
	background: url(../images/news_sx.png) repeat-y 29px center;
	overflow: hidden;
}
.news_left ul li {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}
.news_left ul li a {
	float: left;
	width: 100%;
	height: 60px;
	padding-left: 75px;
	line-height: 30px;
	display: block;
	font-size: 16px;
	transition: all 0.2s linear;
	background: url(../images/news_yq.png) repeat-y left center;
	overflow: hidden;
}
.news_left ul li a:hover {
	color: #fff;
	background: url(../images/news_yq1.png) repeat-y left center;
}
.news_left ul li a p {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_left ul li a span {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #999;
	overflow: hidden;
}
.news_left ul li a:hover span {
	color: #fff;
}
.news_right {
	width: 49%;
	min-height: 100px;
	overflow: hidden;
	opacity: 0;
}
.news_right1 {
	-webkit-animation: right 0.8s forwards;
	-moz-animation: right 0.8s forwards;
	-ms-animation: right 0.8s forwards;
	-o-animation: right 0.8s forwards;
	animation: right 0.8s forwards;
}
.news_right h4 {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	overflow: hidden;
}
.news_right h4 a {
	float: right;
	font-size: 14px;
	color: #999;
}
.news_right h4 a:hover {
	color: #e40012;
}
.news_right ul {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
}
.news_right ul li {
	float: left;
	width: 48%;
	height: 170px;
	margin-bottom: 20px;
	overflow: hidden;
}
.news_right ul li:nth-child(odd) {
	margin-right: 4%;
}
.news_right ul li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.news_right ul li a img {
	width: 100%;
	height: 100%;
	transition: all 0.2s linear;
}
.news_right ul li a:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.news_right ul li a span {
	width: 94%;
	height: 30px;
	padding: 0 3%;
	line-height: 30px;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/about_bg.png) repeat center center;
	overflow: hidden;
	transition: all 0.2s linear;
}
.news_right ul li a:hover span {
	color: #e40012;
}
/*解决方案 */
.dr_jjfa {
	width: 100%;
	height: 400px;
	background: #666;
	overflow: hidden;
	opacity: 0;
}
.dr_jjfa1 {
	-webkit-animation: fangda 0.8s forwards;
	-moz-animation: fangda 0.8s forwards;
	-ms-animation: fangda 0.8s forwards;
	-o-animation: fangda 0.8s forwards;
	animation: fangda 0.8s forwards;
}
.ladyScroll {
	width: 100%;
	max-width: 1400px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.ladyScroll .prev, .ladyScroll .next {
	width: 53px;
	height: 400px;
	position: absolute;
	z-index: 300;
	cursor: pointer;
	background: url(../images/jj_btn.png) no-repeat center center;
}
.prev, .next {
	display: none;
}
.prev1, .next1 {
	display: block;
}
.ladyScroll .prev {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.ladyScroll .next {
	top: 0;
	right: 0;
	background-position: -53px 0;
}
.ladyScroll .prev:hover {
	background-position: -106px 0;
}
.ladyScroll .next:hover {
	background-position: -159px 0;
}
.ladyScroll .scrollWrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.ladyScroll ul {
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
}
.ladyScroll ul li {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ladyScroll ul li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.ladyScroll ul li a img {
	width: auto;
	height: 100%;
}
.jj_zzc {
	width: 100%;
	height: 100%;
	padding: 135px 0;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.2s linear;
	background: url(../images/jjfa_bg.png) repeat center center;
	overflow: hidden;
}
.jj_zzc1 {
	padding: 35px 0;
	background: url(../images/jjfa_bg1.png) repeat center center;
}
.jj_tx {
	width: 70px;
	height: 70px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
.jj_h3 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 130px;
	overflow: hidden;
}
.jj_h31 {
	margin-bottom: 30px;
}
.jj_zzc .jj_p {
	width: 90%;
	height: 100px;
	margin: 0 5% 30px 5%;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	text-indent: 2rem;
	text-align: left;
	overflow: hidden;
}
.jj_zzc span {
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 0 auto;
	border: solid 1px #fff;
	transition: all 0.2s linear;
	overflow: hidden;
}
.jj_zzc span:hover {
	border: solid 1px #e40012;
	background: #e40012;
}
/*合作伙伴*/
.partner {
	width: 1400px;
	min-height: 100px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.partner h3 {
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 50px 0 30px 0;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.p_list {
	float: left;
	width: 100%;
	min-height: 30px;
	margin: 0px;
	padding: 0px;
	opacity: 0;
}
.p_list1 {
	-webkit-animation: bottom 0.8s forwards;
	-moz-animation: bottom 0.8s forwards;
	-ms-animation: bottom 0.8s forwards;
	-o-animation: bottom 0.8s forwards;
	animation: bottom 0.8s forwards;
}
/*.p_list li:nth-child(1), .p_list li:nth-child(6), .p_list li:nth-child(11) {
	margin-left: 0%;
}*/
.p_list li {
	float: left;
	width: 19%;
	height: 145px;
	margin: 0 0.6% 20px 0.6%;
	border: solid 1px #ddd;
	overflow: hidden;
	background: #fff;
}
.p_list li a {
	float: left;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.p_list li:hover {
	box-shadow: 0px 0px 10px #999;
}
.p_list li a img {
	width: 100%;
	height: 100%;
}
.footer {
	width: 100%;
	min-height: 200px;
	padding: 50px 0 30px 0;
	background: #373d41;
	overflow: hidden;
}
.footer_box {
	width: 1400px;
	min-height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_left {
	float: left;
	width: 40%;
	min-height: 200px;
	background: url(../images/phone.png) no-repeat 20px 0px;
	overflow: hidden;
}
.footer_left h3 {
	float: left;
	width: 380px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 20px 100px;
	color: #cacaca;
	overflow: hidden;
}
.footer_left p {
	float: left;
	width: 380px;
	height: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-left: 100px;
	color: #fff;
	font-style: italic;
	overflow: hidden;
}
.footer_right {
	float: left;
	width: 60%;
	min-height: 200px;
	margin-left: -1px;
	border-left: solid 1px #5a5a5a;
	overflow: hidden;
}
.f_list {
	float: right;
	min-width: 50px;
	min-height: 100px;
	margin-left: 50px;
	overflow: hidden;
}
.f_list h3 {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.f_list p {
	line-height: 30px;
	font-size: 14px;
	color: #cacaca;
}
.f_list p a {
	line-height: 30px;
	font-size: 14px;
	color: #cacaca;
}
.f_list p a:hover {
	color: #e40012;
}
.footer_bottom {
	float: left;
	width: 100%;
	min-height: 50px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: solid 1px #5a5a5a;
	overflow: hidden;
}
.footer_bottom p {
	width: 100%;
	min-height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.footer_bottom p span {
	min-width: 200px;
	line-height: 30px;
	padding-left: 40px;
	background: url(../images/batb.png) left center no-repeat;
	overflow: hidden;
}
@media only screen and (max-width:1600px) {
	/*导航*/
	.logo {
		height: 50px;
	}
	.nav ul li a {
		padding: 0 15px;
		font-size: 16px;
	}
	.about_dr {
		width: 1200px;
	}
	.about_dr ul {
		height: 280px;
	}
	.about_dr ul li {
		height: 280px;
	}
	.about_dr ul li a {
		height: 280px;
	}
	.about_h4 {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.about_img {
		height: 230px;
	}
	.about_p {
		padding: 0 10%;
		line-height: 28px;
		font-size: 14px;
	}
	.about_p1 {
		height: 230px;
		padding: 30px 7%;
	}
	/*达仁资讯*/
	.news {
		width: 1200px;
	}
	.ladyScroll {
		max-width: 1200px;
	}
	/*合作伙伴*/
	.partner {
		width: 1200px;
	}
	.footer_box {
		width: 1200px;
	}
}
/*动画特效*/
@keyframes top {
	 0% {
		 transform: translate(0, -200px);
		 -ms-transform: translate(0, -200px);		/* IE 9 */
		 -ms-transform: translate(0, -200px);		/* Safari and Chrome */
		 -ms-transform: translate(0, -200px);		/* Opera */
		 -ms-transform: translate(0, -200px);
		 -webkit-opacity: 0;
		 -moz-opacity: 0;
		 -ms-opacity: 0;
		 -o-opacity: 0;
		 opacity: 0;
	}
	 100% {
		 transform: translate(0px, 0px);
		 -ms-transform: translate(0px, 0px);		/* IE 9 */
		 -webkit-transform: translate(0px, 0px);	/* Safari and Chrome */
		 -o-transform: translate(0px, 0px);		/* Opera */
		 -moz-transform: translate(0px, 0px);
		 -webkit-opacity: 1;
		 -moz-opacity: 1;
		 -ms-opacity: 1;
		 -o-opacity: 1;
		 opacity: 1;
	}
}
@keyframes bottom {
	 0% {
		 transform: translate(0, 50px);
		 -ms-transform: translate(0, 50px);		/* IE 9 */
		 -ms-transform: translate(0, 50px);		/* Safari and Chrome */
		 -ms-transform: translate(0, 50px);		/* Opera */
		 -ms-transform: translate(0, 50px);
		 -webkit-opacity: 0;
		 -moz-opacity: 0;
		 -ms-opacity: 0;
		 -o-opacity: 0;
		 opacity: 0;
	}
	 100% {
		 transform: translate(0px, 0px);
		 -ms-transform: translate(0px, 0px);		/* IE 9 */
		 -webkit-transform: translate(0px, 0px);	/* Safari and Chrome */
		 -o-transform: translate(0px, 0px);		/* Opera */
		 -moz-transform: translate(0px, 0px);
		 -webkit-opacity: 1;
		 -moz-opacity: 1;
		 -ms-opacity: 1;
		 -o-opacity: 1;
		 opacity: 1;
	}
}
@keyframes left {
	 0% {
		 transform: translate(-50px, 0);
		 -ms-transform: translate(-50px, 0);		/* IE 9 */
		 -ms-transform: translate(-50px, 0);		/* Safari and Chrome */
		 -ms-transform: translate(-50px, 0);		/* Opera */
		 -ms-transform: translate(-50px, 0);
		 -webkit-opacity: 0;
		 -moz-opacity: 0;
		 -ms-opacity: 0;
		 -o-opacity: 0;
		 opacity: 0;
	}
	 100% {
		 transform: translate(0px, 0px);
		 -ms-transform: translate(0px, 0px);		/* IE 9 */
		 -webkit-transform: translate(0px, 0px);	/* Safari and Chrome */
		 -o-transform: translate(0px, 0px);		/* Opera */
		 -moz-transform: translate(0px, 0px);
		 -webkit-opacity: 1;
		 -moz-opacity: 1;
		 -ms-opacity: 1;
		 -o-opacity: 1;
		 opacity: 1;
	}
}
@keyframes right {
	 0% {
		 transform: translate(50px, 0);
		 -ms-transform: translate(50px, 0);		/* IE 9 */
		 -ms-transform: translate(50px, 0);		/* Safari and Chrome */
		 -ms-transform: translate(50px, 0);		/* Opera */
		 -ms-transform: translate(50px, 0);
		 -webkit-opacity: 0;
		 -moz-opacity: 0;
		 -ms-opacity: 0;
		 -o-opacity: 0;
		 opacity: 0;
	}
	 100% {
		 transform: translate(0px, 0px);
		 -ms-transform: translate(0px, 0px);		/* IE 9 */
		 -webkit-transform: translate(0px, 0px);	/* Safari and Chrome */
		 -o-transform: translate(0px, 0px);		/* Opera */
		 -moz-transform: translate(0px, 0px);
		 -webkit-opacity: 1;
		 -moz-opacity: 1;
		 -ms-opacity: 1;
		 -o-opacity: 1;
		 opacity: 1;
	}
}
@keyframes fangda {
	 0% {
		 transform: scale(0.9, 0.9);
		 -ms-transform: scale(0.9, 0.9);	/* IE 9 */
		 -webkit-transform: scale(0.9, 0.9);	/* Safari 和 Chrome */
		 -o-transform: scale(0.9, 0.9);	/* Opera */
		 -moz-transform: scale(0.9, 0.9);
		 -webkit-opacity: 0;
		 -moz-opacity: 0;
		 -ms-opacity: 0;
		 -o-opacity: 0;
		 opacity: 0;
	}
	 100% {
		 transform: scale(1, 1);
		 -ms-transform: scale(1, 1);	/* IE 9 */
		 -webkit-transform: scale(1, 1);	/* Safari 和 Chrome */
		 -o-transform: scale(1, 1);	/* Opera */
		 -moz-transform: scale(1, 1);
		 -webkit-opacity: 1;
		 -moz-opacity: 1;
		 -ms-opacity: 1;
		 -o-opacity: 1;
		 opacity: 1;
	}
}
@keyframes fangda1 {
	 0% {
		 transform: scale(0.5, 0.5);
		 -ms-transform: scale(0.5, 0.5);	/* IE 9 */
		 -webkit-transform: scale(0.5, 0.5);	/* Safari 和 Chrome */
		 -o-transform: scale(0.5, 0.5);	/* Opera */
		 -moz-transform: scale(0.5, 0.5);
		 -webkit-opacity: 0;
		 -moz-opacity: 0;
		 -ms-opacity: 0;
		 -o-opacity: 0;
		 opacity: 0;
	}
	 100% {
		 transform: scale(1, 1);
		 -ms-transform: scale(1, 1);	/* IE 9 */
		 -webkit-transform: scale(1, 1);	/* Safari 和 Chrome */
		 -o-transform: scale(1, 1);	/* Opera */
		 -moz-transform: scale(1, 1);
		 -webkit-opacity: 1;
		 -moz-opacity: 1;
		 -ms-opacity: 1;
		 -o-opacity: 1;
		 opacity: 1;
	}
}
/*首页 E--------------------------------------------------------------------*/

/*关于我们 S--------------------------------------------------------------------*/

/*二级页面导航*/
.er_nav {
	width: 100%;
	padding: 10px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: #fff;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.er_logo {
	width: auto;
	flex: 0 0 auto;
	margin-right: 50px;
	overflow: hidden;
}
.er_logo img {
	width: auto;
	height: 60px;
}
.er_nav ul {
	width: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.er_nav ul li {
	width: auto;
	flex: 0 0 auto;
}
.er_nav ul li a {
	padding: 0 20px;
	font-size: 18px;
}
.er_box {
	width: 1400px;
	min-height: 300px;
	margin: 0 auto;
	background: #fff;
	z-index: 10;
	overflow: hidden;
}
.er_bt {
	width: 100%;
	padding: 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.er_bt h3 {
	width: auto;
	font-size: 24px;
	font-weight: bold;
}
.er_bt div {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.er_bt div span{
	margin: 0 10px;
}
.er_bt div a.wz {
	color: #e40012;
}

/*关于我们*/
.er_about {
	width: 100%;
	min-height: 400px;
	padding-top: 370px;
	margin-top: 80px;
	background: url(../images/about_banner.jpg) no-repeat top center;
}
.about_box {
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.about_jj, .about_wh, .about_lx, .about_ls {
	width: 100%;
	padding: 20px 30px;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.about_jj h4, .about_wh h4, .about_lx h4, .about_ls h4 {
	width: 100%;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	overflow: hidden;
}
/*简介*/
.about_jj img {
	float: left;
	width: 500px;
	height: 340px;
	margin-right: 20px;
	overflow: hidden;
}
.about_jj p {
	line-height: 30px;
	text-indent: 2rem;
	font-size: 18px;
	margin-bottom: 12px;
	text-align: justify;
}

/*文化*/
.about_wh div {
	float: left;
	width: 49.3%;
	min-height: 120px;
	padding: 10px 20px;
	margin-bottom: 15px;
	background: #f1f1f1;
	overflow: hidden;
}
.about_wh div.sh {
	width: 100%;
}
.about_wh div h5{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
}
.about_wh div h6{
	width: 100%;
	font-size: 18px;
	margin-bottom: 5px;
	overflow: hidden;
}
.about_wh div p {
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	text-align: justify;
}
.about_wh div.sh p {
	text-indent: 2em;
	margin-bottom: 15px;
}
.about_wh ul {
	float: left;
	width: 100%;
	min-height: 100px;
	padding: 10px 20px;
	margin-bottom: 15px;
	background: #f1f1f1;
	overflow: hidden;
}
.about_wh ul li {
	float: left;
	width: 19.2%;
	min-height: 100px;
	margin: 5px 0 5px 1%;
	overflow: hidden;
}
.about_wh ul li:nth-child(5n+1) {
	margin-left: 0;
}
.about_wh ul li img {
	width: 100%;
	height: 140px;
	margin-bottom: 10px;
	object-fit: cover;
	overflow: hidden;
}
.about_wh ul li h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.about_wh ul li p {
	font-size: 16px;
	text-align: justify;
}
/*发展历程*/
.about_ls div{
	width: 100%;
	background: url(../images/line.png)repeat-y 17px 0px;
}
.about_ls p{
	width: 100%;
	padding: 20px 0 20px 45px;
	font-size: 18px;
	text-align: justify;
	background: url(../images/time.png)no-repeat 10px 24px;
}

.about_lx p{
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
}
.about_lx div#dituContent{
	width:100%;
	height:550px;
	margin-top: 15px;
}
@media only screen and (max-width:1600px) {
	.er_nav {
		padding: 10px 40px;
	}
	.er_logo img {
		height: 50px;
	}
	.er_nav ul li a {
		padding: 0 15px;
		font-size: 16px;
	}

	/*关于我们*/
	.er_about {
		width: 100%;
		padding-top: 315px;
		margin-top: 70px;
		background: url(../images/about_banner.jpg) no-repeat top center;
		background-size: auto 375px;
	}
	.er_box {
		width: 1200px;
	}
	.er_bt {
		padding: 15px 30px;
	}
	.er_bt h3 {
		font-size: 20px;
	}

	/*关于我们*/
	.about_jj, .about_wh, .about_lx, .about_ls {
		padding: 15px 20px;
	}
	.about_jj h4, .about_wh h4, .about_lx h4, .about_ls h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	/*简介*/
	.about_jj img {
		width: 450px;
		height: 280px;
	}
	.about_jj p {
		line-height: 25px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	/*文化*/
	.about_wh div {
		min-height: 120px;
		padding: 10px 15px;
		margin-bottom: 10px;
	}
	.about_wh div.sh {
		width: 100%;
	}
	.about_wh div h5{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.about_wh div h6{
		font-size: 16px;
	}
	.about_wh div p {
		line-height: 24px;
		font-size: 16px;
	}
	.about_wh div.sh p {
		margin-bottom: 10px;
	}
	.about_wh ul {
		padding: 10px 15px;
		margin-bottom: 10px;
	}
	.about_wh ul li img {
		height: 120px;
		margin-bottom: 10px;
	}
	.about_wh ul li h5 {
		font-size: 16px;
	}
	.about_wh ul li p {
		font-size: 16px;
	}
	/*发展历程*/
	.about_ls div{
		width: 100%;
		background: url(../images/line.png)repeat-y 17px 0px;
	}
	.about_ls p{
		padding: 15px 0 15px 40px;
		font-size: 16px;
		background: url(../images/time.png)no-repeat 10px 19px;
		background-size: 13px 13px;
	}

	.about_lx p{
		padding: 5px 0;
		font-size: 16px;
	}
	.about_lx div#dituContent{
		height:450px;
	}
}
/*关于我们 E--------------------------------------------------------------------*/

/*招贤纳士 S--------------------------------------------------------------------*/
.er_zp {
	width: 100%;
	min-height: 80px;
	padding-top: 370px;
	margin-top: 81px;
	background: url(../images/zp_banner.jpg) no-repeat top center;
}
.er_zxns {
	min-height: 300px;
	margin: 20px;
	overflow: hidden;
}
.er_zxns ul {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}
.er_zxns ul li:hover {
	background: #f5f5f5;
}
.er_zxns ul li {
	float: left;
	width: 100%;
	line-height: 60px;
	font-size: 16px;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.er_zxns ul li:nth-child(1) {
	background: #dde6ff;
	border-bottom: none;
	height: 60px;
	line-height: 60px;
}
.er_zxns ul li span {
	float: left;
	height: 60px;
	font-size: 18px;
	display: block;
	overflow: hidden;
}
.er_zxns ul li:nth-child(1) span {
	font-weight: bold;
}
.er_zxns ul li span:nth-child(1) {
	width: 39%;
	padding-left: 1%;
}
.er_zxns ul li span:nth-child(2), .er_zxns ul li span:nth-child(3), .er_zxns ul li span:nth-child(4), .er_zxns ul li span:nth-child(5) {
	width: 14%;
	text-align: center;
}
.er_zxns ul li span:nth-child(6) {
	width: 5%;
	cursor: pointer;
}
.dj {
	background: url(../images/zp_x.png) no-repeat center center;
	background-size: 30px auto;
}
.dj1 {
	background: url(../images/zp_s.png) no-repeat center center;
	background-size: 30px auto;
}
.zp_xq {
	float: left;
	width: 98%;
	padding: 5px 1% 20px 1%;
	line-height: 25px;
	min-height: 100px;
	display: none;
	font-size: 18px;
	color: #888;
	overflow: hidden;
	transition: all 0.2s linear;
}
.zp_xq1 {
	display: block;
}
.zp_xq p {
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	color: #888;
	overflow: hidden;
}
@media only screen and (max-width:1600px) {
	.er_zp {
		padding-top: 315px;
		margin-top: 70px;
		background: url(../images/zp_banner.jpg) no-repeat top center;
		background-size: auto 375px;
	}
	.er_zxns ul li {
		line-height: 55px;
		font-size: 16px;
	}
	.er_zxns ul li span {
		height: 55px;
		font-size: 16px;
	}
	.zp_xq {
		line-height: 30px;
		font-size: 16px;
	}
	.zp_xq1 {
		display: block;
	}
	.zp_xq p {
		line-height: 30px;
		font-size: 16px;
	}
}
/*招贤纳士 E--------------------------------------------------------------------*/

/*达仁资讯 S--------------------------------------------------------------------*/
.er_drzx {
	width: 100%;
	min-height: 80px;
	padding-top: 370px;
	margin-top: 81px;
	background: url(../images/zx_banner.jpg) no-repeat top center;
}
.er_zx {
	width: 100%;
	min-height: 400px;
	padding: 20px;
	overflow: hidden;
}
.er_zx .hd {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.er_zx .hd ul {
	float: left;
	width: 100%;
	background: url(../images/zx.png) repeat-x top center;
	zoom: 1;
	overflow: hidden;
	
}
.er_zx .hd ul li {
	float: left;
	width: auto;
}
.er_zx .hd ul li a {
	float: left;
	width: 240px;
	height: 65px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}
.er_zx .hd ul li a:hover {
	background: url(../images/zx1.png) no-repeat center center;
	color: #fff;
}
.er_zx .hd ul li.on a {
	background: url(../images/zx1.png) no-repeat center center;
	color: #fff;
}
.er_zx .bd {
	float: left;
	width: 100%;
	min-height: 200px;
	overflow: hidden;
}
.drdt {
	float: left;
	width: 100%;
	min-height: 200px;
	overflow: hidden;
}
.drdt li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background: #f1f1f1;
	overflow: hidden;
	transition: all 0.2s linear;
}
.drdt li:hover {
	background: #ebebeb;
}
.drdt li a {
	float: left;
	width: 100%;
	padding-right: 20px;
	display: block;
	overflow: hidden;
}
.dt_date {
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px;
	margin-right: 20px;
	background: #e40012;
	overflow: hidden;
}
.dt_date h4 {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.dt_date span {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.drdt li a h5 {
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #000;
	font-size: 18px;
	text-align: justify;
	overflow: hidden;
}
.drdt li a p {
	height: 50px;
	line-height: 25px;
	color: #888;
	font-size: 16px;
	text-align: justify;
	overflow: hidden;
}
.drhd {
	float: left;
	width: 100%;
	min-height: 200px;
	overflow: hidden;
}
.drhd li {
	float: left;
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
	background: #f8f8f8;
	overflow: hidden;
	transition: all 0.2s linear;
}
.drhd li:hover {
	background: #ebebeb;
}
.drhd li a {
	float: left;
	width: 100%;
	height: 120px;
	padding-right: 20px;
	overflow: hidden;
}
.drhd li a img {
	float: left;
	width: 160px;
	height: 120px;
	margin-right: 20px;
	overflow: hidden;
}
.drhd li a h5 {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 18px;
	text-align: justify;
	overflow: hidden;
}
.drhd li a p {
	height: 50px;
	line-height: 25px;
	color: #888;
	font-size: 16px;
	text-align: justify;
	overflow: hidden;
}
.drhd li a span {
	line-height: 25px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
}
@media only screen and (max-width:1600px) {
	.er_drzx {
		padding-top: 315px;
		margin-top: 70px;
		background: url(../images/zx_banner.jpg) no-repeat top center;
		background-size: auto 375px;
	}
}
/*达仁资讯 E--------------------------------------------------------------------*/

/*新闻详情 S--------------------------------------------------------------------*/
.news_nav {
	width: 1400px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	margin: 81px auto 20px auto;
	font-size: 16px;
	background: #fff;
	overflow: hidden;
}
.news_nav span {
	margin: 0 10px;
}
.news_nav .wz {
	color: #e40012;
}
.news_box {
	width: 1400px;
	min-height: 400px;
	margin: 0 auto;
	overflow: hidden;
}
.news_xq {
	float: left;
	width: 75%;
	min-height: 436px;
	margin-right: 1%;
	padding: 20px;
	font-size: 16px;
	background: #fff;
	overflow: hidden;
}
.news_xq h3 {
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #e40012;
}
.new_xq_sm {
	float: left;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 12px;
	font-size: 16px;
	text-align: center;
	color: #888;
	border-bottom: solid 1px #ddd;
}
.new_xq_txt{
	float: left;
	width: 100%;
	overflow: hidden;
}
.new_xq_txt img {
	width: 80%;
	height: auto;
	margin: 5px 10%;
	overflow: hidden;
}
.new_xq_txt p {
	width: 100%;
	line-height: 35px;
	font-size: 18px;
	padding: 10px 20px;
	text-indent: 2em;
}
.fanye {
	float: left;
	width: 100%;
	margin-top: 12px;
	border-top: solid 1px #ebebeb;
	overflow: hidden;
}
.syp, .xyp {
	float: left;
	width: 49%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
}
.xyp {
	float: right;
	text-align: right;
}
.news_zx {
	float: left;
	width: 24%;
	min-height: 400px;
	padding-bottom: 20px;
	background: #fff;
	overflow: hidden;
}
.news_zx h3 {
	float: left;
	width: 100%;
	padding: 15px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #e40012;
	margin-bottom: 15px;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.news_zx ul {
	float: left;
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
}
.news_zx ul li {
	float: left;
	width: 100%;
	height: 35px;
	overflow: hidden;
}
.news_zx ul li:nth-child(1) {
	height: 80px;
	margin-bottom: 10px;
}
.news_zx ul li img {
	float: left;
	width: 40%;
	height: 80px;
	overflow: hidden;
}
.news_zx ul li h4 {
	float: left;
	width: 60%;
	height: 70px;
	margin: 5px 0;
	padding-left: 10px;
	font-size: 16px;
	line-height: 23px;
	overflow: hidden;
}
.news_zx ul li span {
	display: none;
}
.news_zx ul li a {
	display: block;
	line-height: 35px;
	font-size: 16px;
}
@media only screen and (max-width:1600px) {
	.news_nav {
		width: 1200px;
		height: 55px;
		line-height: 55px;
		padding: 0 15px;
		margin: 70px auto 15px auto;
	}
	.news_box {
		width: 1200px;
	}
	.news_xq {
		width: 75%;
		min-height: 436px;
		margin-right: 1%;
		padding: 20px 15px;
	}
	.news_xq h3 {
		line-height: 30px;
		font-size: 22px;
	}
	.new_xq_sm {
		padding: 10px 0;
	}
	.news_xq img {
		width: 80%;
		height: auto;
		margin: 5px 10%;
		overflow: hidden;
	}
	.news_xq p {
		line-height: 30px;
		font-size: 16px;
		padding: 10px 15px;
	}
	.syp, .xyp {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.news_zx {
		float: left;
		width: 24%;
		min-height: 400px;
		padding-bottom: 15px;
		background: #fff;
		overflow: hidden;
	}
	.news_zx h3 {
		padding: 10px 10px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.news_zx ul {
		padding: 0 15px;
	}
}
/*新闻详情 E--------------------------------------------------------------------*/

/*产品 S--------------------------------------------------------------------*/
.er_cp {
	width: 100%;
	min-height: 80px;
	padding-top: 370px;
	margin-top: 81px;
	background: url(../images/cp_banner.jpg) no-repeat top center;
}
.cp_box {
	width: 100%;
	min-height: 500px;
	margin-top: 81px;
	overflow: hidden;
}
.cp_box ul {
	float: left;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}
.cp_box ul li {
	float: left;
	width: 100%;
	height: 600px;
	padding: 50px 0;
	overflow: hidden;
}
.cp_box ul li:nth-child(odd) {
	background: #fff;
}
.cp_box ul li:nth-child(even) {
	background: #f1f1f1;
}
.cp_main {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.cp_main img{
	float: left;
	height: 100%;
	max-width: 50%;
}
.cp_box ul li:nth-child(odd) .cp_main img {
	float: right;
}

.cp_jj {
	float: left;
	width: 50%;
	height: 100%;
	padding: 30px 50px;
	overflow: hidden;
}
.cp_box ul li:nth-child(even) .cp_jj {
	float: right;
}
.cp_jj h1 {
	width: 100%;
	height: 100px;
	font-size: 48px;
	font-weight: bold;
	color: #de1c20;
	overflow: hidden;
}
.cp_jj p {
	width: 100%;
	min-height: 150px;
	max-height: 315px;
	font-size: 18px;
	line-height: 35px;
	text-indent: 2em;
	margin-bottom: 30px;
	text-align: justify;
	color: #464646;
	overflow: hidden;
}
.cp_jj a {
	width: 170px;
	height: 50px;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	display: block;
	color: #de1c20;
	border: solid 1px #de1c20;
	transition: all 0.2s linear;
	overflow: hidden;
}
.cp_jj a:hover {
	color: #fff;
	background: #de1c20;
}
.new_bh {
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-top: solid 1px #ddd;
	overflow: hidden;
}
.cp_xq {
	float: left;
	width: 100%;
	min-height: 436px;
	font-size: 16px;
	margin-bottom: 15px;
	background: #fff;
	overflow: hidden;
}
.cp_xq_txt {
	float: left;
	width: 100%;
	padding: 5px 15px;
	min-height: 436px;
	overflow: hidden;
}
.cp_xq img {
	width: 100%;
}
.cp_xq h3 {
	width: 100%;
	padding: 15px 0 5px 0;
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
}
.cp_xq p {
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
	line-height: 35px;
	text-align: justify;
}
@media only screen and (max-width:1600px) {
	.er_cp {
		padding-top: 315px;
		margin-top: 70px;
		background: url(../images/cp_banner.jpg) no-repeat top center;
		background-size: auto 375px;
	}
	.cp_box {
		margin-top: 70px;
	}
	.cp_box ul li {
		height: 500px;
		padding: 30px 0;
	}
	.cp_main {
		width: 1200px;
	}

	.cp_jj {
		padding: 30px 50px;
	}
	.cp_jj h1 {
		height: 80px;
		font-size: 40px;
	}
	.cp_jj p {
		width: 100%;
		min-height: 150px;
		max-height: 224px;
		font-size: 16px;
		line-height: 32px;
		text-indent: 2em;
		margin-bottom: 30px;
		text-align: justify;
		color: #464646;
		overflow: hidden;
	}
	.cp_jj a {
		width: 170px;
		height: 45px;
		font-size: 18px;
		line-height: 43px;
	}
	.cp_xq h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.cp_xq p {
		font-size: 16px;
		line-height: 30px;
	}
}
/*产品 E--------------------------------------------------------------------*/

/*解决方案 S--------------------------------------------------------------------*/
.jjfa_box {
	width: 100%;
	min-height: 500px;
	margin-top: 81px;
	overflow: hidden;
}
.jjfa_box ul {
	float: left;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}
.jjfa_box ul li {
	float: left;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.jjfa_box ul li:nth-child(odd) {
	background: #fff;
}
.jjfa_box ul li:nth-child(even) {
	background: #f8f8f8;
}
.jjfa_main {
	max-width: 1400px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.jjfa_box ul li:nth-child(odd) .jjfa_main .jj_tp {
	float: right;
	height: 500px;
	width: 50%;
	position: relative;
	overflow: hidden;
}
.jjfa_box ul li:nth-child(even) .jjfa_main .jj_tp {
	float: left;
	height: 500px;
	width: 50%;
	position: relative;
	overflow: hidden;
}
.jj_tp img {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 700px;
	height: 500px;
	margin-left: -350px;
}
.jjfa_box ul li:nth-child(odd) .jjfa_jj {
	float: left;
}
.jjfa_box ul li:nth-child(even) .jjfa_jj {
	float: right;
}
.jjfa_jj {
	width: 450px;
	height: 350px;
	margin: 75px;
	overflow: hidden;
}
.jjfa_jj h1 {
	width: 450px;
	height: 70px;
	font-size: 36px;
	font-weight: bold;
	color: #464646;
	overflow: hidden;
}
.jjfa_jj p {
	width: 450px;
	height: 150px;
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 10px;
	color: #464646;
	overflow: hidden;
}
.jjfa_jj h5 {
	width: 450px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #888;
	margin-bottom: 20px;
	padding-left: 20px;
	background: #f8f8f8;
	overflow: hidden;
}
.jjfa_box ul li:nth-child(even) .jjfa_jj h5 {
	background: #f1f1f1;
}
.jjfa_jj a {
	width: 170px;
	height: 45px;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
	display: block;
	color: #464646;
	border: solid 2px #464646;
	overflow: hidden;
	transition: all 0.2s linear;
}
.jjfa_jj a:hover {
	color: #fff;
	background: #de1c20;
	border: solid 2px #de1c20;
}
/*解决方案 E--------------------------------------------------------------------*/

.cp_xqjs {
	width: 100%;
	min-height: 500px;
	margin-top: 81px;
	overflow: hidden;
}
.cp_xqjs ul {
	float: left;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}
.cp_xqjs ul li {
	float: left;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}
.cp_xqjs ul li:nth-child(odd) {
	background: #fff;
}
.cp_xqjs ul li:nth-child(even) {
	background: #f8f8f8;
}
.alone {
	min-height: 500px;
	margin: 0 auto;
	overflow: hidden;
}
/*悬浮窗 S*/
.xfc {
	position: fixed;
	width: 400px;
	height: 280px;
	z-index: 2000;
	left: 20px;
	overflow: hidden;
}
.xfc img {
	width: 100%;
	height: 100%;
}
.reset {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.xcp_list {
	float: left;
	width: 100%;
	min-height: 200px;
	overflow: hidden;
}
.xcp_list ul {
	float: left;
	width: 96%;
	min-height: 200px;
	margin: 0 2%;
	overflow: hidden;
}
.xcp_list ul li {
	float: left;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	background: #f1f1f1;
	overflow: hidden;
}
.xcp_list ul li:hover {
	background: #ebebeb;
}
.xcp_list ul li a {
	float: left;
	width: 80%;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	padding: 0 10%;
	display: block;
	background: url(../images/link.png)no-repeat 10px center;
	overflow: hidden;
}
/*page*/
.page-large {
	margin: 5px 0;
	text-align: center;
}
.page-large a {
	min-width: 34px;
	height: 34px;
	display: inline-block;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	float: left;
	text-indent: 0;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 3px;
}
.page-large a.on {
	border: 1px solid #ef3838;
	background: #ef3838;
	color: #fff;
}
.page-large a.none {
	border: none;
}
.page-large .Num:hover {
	border: 1px solid #ef3838;
	color: #ef3838;
}
.page-large .on:hover {
	border: 1px solid #ef3838;
	color: #fff;
}
.page-large .prev-page {
	background: url(../images/small-prev-page.png) center center no-repeat;
}
.page-large .next-page {
	background: url(../images/small-next-page.png) center center no-repeat;
}
.page-large .prev-page:hover {
	border: 1px solid #ef3838;
	background: url(../images/small-prev-page-on.png) center center no-repeat #ef3838;
}
.page-large .next-page:hover {
	border: 1px solid #ef3838;
	background: url(../images/small-next-page-on.png) center center no-repeat #ef3838;
}

/*荣誉资质*/
.er_ryzz {
	width: 100%;
	min-height: 80px;
	padding-top: 370px;
	margin-top: 81px;
	background: url(../images/ry_banner.jpg) no-repeat top center;
}
.ryzz_box{
	width: 100%;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.ryzz_box h3{
	width: 100%;
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
}
.ryzz_box ul{
	width: 100%;
	height: auto;
	padding: 10px 20px;
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
}
.ryzz_box ul li{
	width: 24.1%;
	height: auto;
	margin: 10px 0 10px 1.2%;
	border: solid 1px #ddd;
	overflow: hidden;
}
.ryzz_box ul li:nth-child(4n+1){
	margin-left: 0;
}
.ryzz_box ul li a{
	width: 100%;
	padding: 10px;
	display: flex;
	flex-flow: column nowrap;
	overflow: hidden;
}
.ryzz_box ul li a:hover{
	background: #f1f1f1;
}
.ryzz_box ul li img{
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	object-fit: contain;
	overflow: hidden;
}
.ryzz_box ul li p{
	width: 100%;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
}
@media only screen and (max-width:1600px) {
	.er_ryzz {
		padding-top: 315px;
		margin-top: 70px;
		background: url(../images/ry_banner.jpg) no-repeat top center;
		background-size: auto 375px;
	}
	.ryzz_box ul li img{
		height: 180px;
	}
}