*,
body,
html {
	font-size: 16px;
	outline: none;
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}
body {
	max-width: 100%;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	-webkit-transition: all 0.3s step-start;
	-moz-transition: all 0.3s step-start;
	-ms-transition: all 0.3s step-start;
	transition: all 0.3s step-start;
}

img {
	border: 0 none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

/* 导航 */
nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	background: rgba(20, 44, 137, 0.89);
	width: 100%;
	z-index: 9999;
	transition: 1s;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.yunren {
	padding-top: 100px;
	background-color: #FFFFFF;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.nav {
	width: 100%;
	height: 100%;
}

.nav .logo {
	height: 100px;
	width: 20%;
	display: inline-block;
}

.nav .logo img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
	max-height: 80%;
}

.nav .logo img:nth-child(1) {
	display: block;
}

.nav .logo img:nth-child(2) {
	display: none;
}

.nav ul {
	float: right;
	display: block;
	width: 70%;
	height: 100px;
}

.nav ul li {
	float: left;
	width: 12.856%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.nav ul li a {
	color: #FFFFFF;
	display: inline-block;
	height: 100px;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.nav ul .sou {
	width: 10%;
	cursor: pointer;
display: none;
}

.nav ul .sou img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.nav ul .sou img:nth-child(1) {
	display: block;
}

.nav ul .sou img:nth-child(2) {
	display: none;
}


/* 二级导航 */

.nav-two {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0;
	left: 0;
	top: 100%;
	/* background: rgba(20, 44, 137, 0.6); */
	background: rgba(255, 255, 255, 0.9);
	transition: 1s;
	line-height: 1;
	color: #FFFFFF;
	text-align: left;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 20;
}

.nav ul li .nav-two .two-left {
	float: left;
	width: 30%;
}

.two-right {
	float: right;
	width: 70%;
}

.two-img {
	overflow: hidden;
	padding: 0 12%;
}

.two-img img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.two-img:hover img {
	cursor: pointer;
	transform: scale(1.1);
}

.nav ul li .nav-two .two-right ul {
	display: block;
	padding-left: 5%;
	width: 95%;
	line-height: 1;
	height: auto;
	padding: 20px 0;
}

.nav ul li .nav-two .two-right ul li {
	height: auto;
	width: 100%;
	line-height: 1;
	text-align: left;
	margin: 10px 0;
}

.nav ul li .nav-two .two-right ul a {
	/* color: #ffffff; */
	color: #0067AC;
	height: auto;
	font-weight: 600;
	border: none !important;
}

.nav ul li .nav-two .two-right ul li a {
	height: auto;
	border: none !important;
	font-weight: 600;
	/* color: #FFFFFF; */
	color: #333333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav ul li .nav-two .two-right ul li a::before {
	position: absolute;
	content: "";
	background: url(../image/san.png);
	background-size: 100% 100%;
	width: 6px;
	height: 10px;
	left: -15px;
	top: 4px;
}

.nav ul li .nav-two .two-right ul li p {
	font-size: 14px;
	/* color: #fff; */
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0;
}

.nav .qie {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	line-height: 0;
	cursor: pointer;
	border-radius: 50% 0 0 50%;
	padding: 7px 0 10px 0;
	/* background: rgba(20, 44, 137, 0.8); */
	outline: none;
}

.nav .qie span {
	display: inline-block;
	width: 60%;
	margin-left: 30%;
	margin-right: 10%;
	margin-top: 3px;
	height: 2px;
	background: #DADADA;
	border-radius: 5px;
}

/* 二级导航修改 */
.nav-three {
	position: absolute;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	left: 0;
	top: 100%;
	background: rgba(20, 44, 137, 0.6);
	transition: 1s;
	line-height: 1;
	color: #FFFFFF;
	text-align: left;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	display: none;
	opacity: 0;
	box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.3);
}

.nav-three a {
	border: none !important;
}

.nav ul li .sub_left {
	width: 50%;
	float: left;
}

.nav ul li .sub_left .sub_left_a {
	width: 45%;
	margin-left: 10%;
	height: auto;
	float: left;
	overflow: hidden;
}

.nav ul li .sub_left .sub_left_a img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.nav ul li .sub_left .sub_left_a:hover img {
	cursor: pointer;
	transform: scale(1.1);
}

.nav ul li .nav-three .sub_left ul {
	width: 30%;
	height: auto;
	float: left;
	padding-left: 15%;
	box-sizing: initial;
}

.nav ul li .nav-three .sub_left ul li {
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	line-height: 40px;
}

.nav ul li .nav-three .sub_left ul li a {
	height: auto;
	color: #FFFFFF;
	font-size: 15px;
	padding-left: 10px;
	background: url(../image/nav_icon.png) no-repeat left center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.nav ul li .nav-three .sub_left ul li a:hover {
	padding-left: 15px;
}

.nav ul li .sub_right {
	width: 39%;
	float: right;
	border-left: dashed 1px #ffffff;
	padding: 0 5% 0 5%;
	display: block;
	float: right;
	overflow: hidden;
	min-height: 180px;
}

.nav ul li .sub_right h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 15px;
}

.nav ul li .sub_right p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.nav ul li .sub_right .more {
	width: 116px;
	height: 28px;
	border: 1px solid #ffffff;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.nav ul li .sub_right .more a {
	display: block;
	width: 100%;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	height: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.nav ul li .sub_right .more:hover {
	background: rgba(0, 0, 0, 0.1);
}


/* 其他屏幕 */
.nav-three {
	background: rgba(255, 255, 255, 0.9);
}

.nav ul li .nav-three .sub_left ul li a {
	color: #666666;
	background: url(../image/nav_icon-2.png) no-repeat left center;
}

.nav ul li .nav-three .sub_left ul li a:hover {
	padding-left: 15px;
	color: #3859A7;
}

.nav ul li .sub_right {
	border-color: #3859A7;
}

.nav ul li .sub_right h5 {
	color: #2a2a29;
}

.nav ul li .sub_right p {
	color: #5d5d5d;
}

.nav ul li .sub_right .more {
	border-color: #3859A7;
}

.nav ul li .sub_right .more a {
	color: #3859A7;
}

.nav ul li .sub_right .more:hover {
	border-color: #3859A7;
	background: #3859A7;
}

.nav ul li .sub_right .more:hover a {
	color: #FFFFFF;
}




/* nav-hover */

.nav ul li:hover a {
	border-bottom: 5px solid rgba(20, 44, 137, 1);
}

.nav ul li:hover .nav-two {
	height: auto;
	padding: 50px 0;
}

nav.two {
	background: #FFFFFF;
}

nav.two .nav .logo img:nth-child(1) {
	display: none;
}

nav.two .nav .logo img:nth-child(2) {
	display: block;
}

nav.two .nav ul li a {
	color: #333333;
}

nav.two .nav ul .sou img:nth-child(1) {
	display: none;
}

nav.two .nav ul .sou img:nth-child(2) {
	display: block;
}

nav.two .nav ul li:hover a {
	border-bottom: 5px solid rgba(20, 44, 137, 0.2);
}

/* xiu */
nav.two .nav-two {
	background: rgba(255, 255, 255, 0.9);
}

nav.two .nav ul li .two-right ul a {
	color: #0067AC;
}

nav.two .nav ul li .two-right ul li a {
	color: #222222;
}

nav.two .nav ul li .two-right ul li p {
	color: #888888;
}

/* 公司介绍 */
.gsjs-top {
	width: 100%;
	position: relative;
}

.gsjs-top img {
	width: 100%;
}

.gsjs-top a {
	width: auto;
	position: absolute;
	left: 15%;
	top: 50%;
	transform: translate(0, -50%);
}

.gsjs-top a img {
	max-width: 70vw;
}

/* 正文 */
.in-body {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
}

.in-body .zs {
	position: absolute;
	height: 56px;
	line-height: 56px;
	left: 0;
	top: -60px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
}
.in-body .zs .container {
	height: 56px;
	overflow: hidden;
}

.in-body .zs .container .one {
	max-width: 100%;
	display: inline;
	float: left;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
}
.in-body .zs .container .one::-webkit-scrollbar {
	display: none;
}

.in-body .zs .container .one > a {
	font-size: 1rem;
	color: #333333;
	padding: 0 20px;
	height: 100%;
	margin: 0;
	/* float: left; */
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-body .zs .container .one .on {
	background-color: #025FD3 !important;
	color: #FFFFFF;
}

.in-body .zs .container .one > a:hover {
	color: #FFFFFF;
	background-color: #97B7EB;
}

.in-body .zs p {
	float: right;
	background-image: url(../image/in-zs-bg-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 0.875rem;
	color: #333333;
}

.in-body .zs p a {
	

	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
	font-size: 0.875rem;
}

.in-body .zs p a:last-child {
	background: none;
}

.in-body .zs p a:hover {
	color: #025FD3;
}

/* bt */
.in-body .bt {
	text-align: center;
}

.in-body .bt span {
	display: inline-block;
	font-size: 1.5rem;
	color: #025FD3;
	position: relative;
	margin-top: 30px;
}

.in-body .bt span::before {
	content: "";
	position: absolute;
	left: -10%;
	width: 120%;
	height: 1px;
	top: 130%;
	background-color: #DDDDDD;
}

.in-body .bt span::after {
	content: "";
	position: absolute;
	left: 30%;
	width: 40%;
	height: 3px;
	top: 130%;
	background-color: #025FD3;
}

/* 公司介绍 */
.in-gsjs {
	margin-top: 60px;
	width: 100%;
	display: inline-block;
	padding-bottom: 80px;
	overflow: hidden;
}

.in-gsjs-left {
	float: left;
	width: 63%;
	padding-right: 5%;
}

.in-gsjs-left p {
	font-size: 1rem;
	color: #333333;
	text-indent: 2rem;
	line-height: 2;
	margin-bottom: 1rem;
}

.in-gsjs-right {
	float: left;
	width: 37%;
	overflow: hidden;
	margin-top: 100px;
}

.in-gsjs-right a {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.in-gsjs-right a img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.in-gsjs-right a img:hover {
	transform: scale(1.1, 1.1);
}

.in-gsjs-right ul {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.in-gsjs-right ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	height: 80px;
	border-right: 1px solid #DDDDDD;
	font-size: 18px;
	color: #2C3479;
}

.in-gsjs-right ul li:last-child {
	border: none;
	font-size: 2.25rem;
	font-weight: 600;
}

.in-gsjs-right ul li:nth-child(2) {
	font-size: 2.25rem;
	font-weight: 600;
}

.in-gsjs-right ul li:nth-child(1) p {
	margin-top: 15px;
}

.in-gsjs-right ul li span {
	font-size: 2rem;
	font-weight: 600;
	margin-right: 5px;
}

.in-gsjs-right ul li p {
	font-size: 1rem;
	color: #2C3479;
	margin-top: 10px;
	font-weight: 100;
}

/* footer */
footer {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.foot-1 {
	display: inline-block;
	width: 100%;
	background-color: #E9E9E9;
	float: left;
}

.foot-lef {
	width: 57.5%;
	float: left;
	background-image: url(../image/fot-1.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 40px 0;
}

.foot-lef ul {
	float: left;
	min-width: 18%;
}

.foot-lef ul>a {
	font-size: 1rem;
	color: #333333;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.foot-lef ul li {
	width: 100%;
}

.foot-lef ul li a {
	font-size: 0.875rem;
	color: #555555;
	line-height: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	display: inline-block;
}

.foot-lef ul li a::before {
	content: "";
	position: absolute;
	top: 95%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	transform: scale(0, 1);
}

.foot-lef ul li a:hover {
	color: #000000;
}

.foot-lef ul li a:hover::before {
	transform: scale(1, 1);
}

.foot-rig {
	float: right;
	width: 42.5%;
	padding-left: 60px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.foot-rig .lef {
	width: 70%;
	float: left;
}

.foot-rig span {
	font-size: 1rem;
	color: #333333;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.foot-rig p {
	font-size: 0.875rem;
	color: #555555;
	line-height: 2;
}

.foot-rig a {
	float: right;
	text-align: center;
}

.foot-2 {
	float: left;
	display: inline-block;
	width: 100%;
	background-color: #00071F;
	padding: 15px 0;
}

.foot-2 p {
	padding: 0;
	margin: 0;
	height: 16px;
}

.foot-2 p:nth-child(1) {
	float: left;
	color: #FFFFFF;
	font-size: 0.75rem;
}

.foot-2 p:nth-child(1) a {
	font-size: 0.75rem;
	color: #FFFFFF;
}

.foot-2 p:nth-child(2) {
	float: right;
	color: #FFFFFF;
	font-size: 0.875rem;
}

.foot-2 p:nth-child(2) a {
	font-size: 0.875rem;
	color: #FFFFFF;
}

/* map */
.in-map {
	display: inline-block;
	width: 100%;
}

.in-map>p {
	display: inline-block;
	width: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	padding-left: 50px;
	background-image: url(../image/in-map-1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.in-map>p:nth-child(2) {
	background-image: url(../image/in-map-2.png);
}

.in-map #map {
	margin-top: 66px;
	width: 100%;
	height: 320px;
	background-color: #E9E9E9;
}

.BMap_bubble_content {
	margin-top: 15px;
}

/* 企业文化 */
.in-qywh {
	display: inline-block;
	width: 100%;
}

.in-qywh li {
	width: 100%;
	height: 240px;
	display: inline-block;
	float: left;
}

.in-qywh li .img {
	width: 50%;
	height: 100%;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

.in-qywh li .img:hover img {
	transform: translate(-50%, 0) scale(1.05, 1.05);
}

.in-qywh li .img img {
	height: 100%;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.in-qywh li .det {
	width: 50%;
	height: 100%;
	background-color: #FAFAFA;
	padding-top: 80px;
	padding-left: 60px;
	padding-right: 30px;
	float: left;
}

.in-qywh li:nth-child(2) .img {
	float: none;
	float: right;
}

.in-qywh li:nth-child(2) .det {
	float: none;
	float: left;
}

.in-qywh li .det > span {
	font-size: 1.375rem;
	color: #025FD3;
	display: inline-block;
	margin-bottom: 20px;
}

.in-qywh li .det p {
	font-size: 18px;
	color: #333333;
}
.in-qywh li .det p span {
	font-size: 18px;
	color: #333333;
}

/* 人才战略 */
.gsjs-top-two a {
	left: auto;
	right: 15%;
}

.in-rczl {
	display: inline-block;
	width: 100%;
}

.in-rczl li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 1%;
}

.in-rczl li img {
	max-width: 50%;
}

.in-rczl li>span {
	display: inline-block;
	width: 100%;
	font-size: 1.125rem;
	margin: 15px 0;
	font-weight: 600;
}

.in-rczl li p {
	font-size: 0.875rem;
	color: #777777;
	line-height: 2;
}

.in-rczl li p span {
	font-weight: 600;
	font-size: 0.875rem;
}

.in-rczl li:last-child p {
	text-align: left;
	line-height: 1.5;

	/* mask: linear-gradient(45deg, #000 50%, transparent 50%);
	mask: linear-gradient(45deg, #000 40%, transparent 60%); */
}

/* 新闻列表 */
.in-new-rczl {}

.in-new-rczl li {
	position: relative;
	padding: 40px 0;
}

.in-new-rczl li .img {
	display: inline-block;
	width: 20%;
	height: 150px;
	float: left;
	overflow: hidden;
}

.in-new-rczl li .img img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}

.in-new-rczl li .img img:hover {
	transform: scale(1.1);
}

.in-new-rczl li .bt {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	min-width: 70%;
	max-width: 100%;
	font-size: 1.375rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	padding-left: 40px;
	text-align: left;
	margin-top: 10px;
}

.in-new-rczl li span {
	position: relative;
	z-index: 5;
	display: inline-block;
	min-width: 70%;
	font-size: 1rem;
	color: #999999;
	padding-left: 40px;
	margin: 1rem 0;
}

.in-new-rczl li .det {
	position: relative;
	z-index: 5;
	line-height: 1.5;
	display: inline-block;
	min-width: 70%;
	max-width: 100%;
	font-size: 1.125rem;
	color: #777777;
	padding-left: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}
.in-new-rczl li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0) scale(0.5,0.5);
	opacity: 0;
	height: 100%;
	width: 100vw;
	background-color: #025FD3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.in-new-rczl li:hover::before {
	width: 100vw;
	opacity: 1;
	transform: translate(-50%,0) scale(1,1);
}
.in-new-rczl li:hover .bt ,
.in-new-rczl li:hover span ,
.in-new-rczl li:hover .det {
	color: #FFFFFF;
}

/* 分页 */
.in-page {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.in-page span {
	display: inline-block;
	font-size: 0.875rem;
	color: #666666;
	padding: 10px 20px;
	border: 1px solid #EEEEEE;
}

.in-page .strong {
	border: none;
	background-color: #025FD3;
	color: #FFFFFF;
}

.in-page a {
	display: inline-block;
	font-size: 0.875rem;
	color: #666666;
	padding: 10px 20px;
	border: 1px solid #EEEEEE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.in-page a:hover {
	background-color: #B5CAE0;
	border-color: #B5CAE0;
	color: #FFFFFF;
}

/* 新闻详情 */
.in-detail {
	width: 100%;
	padding: 0 20px;
	padding-top: 40px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.in-detail-bt {
	text-align: center;
	border-bottom: 1px solid #DEDEDE;
}
.in-detail-bt > span {
	font-size: 1.75rem;
	color: #333333;
}
.in-detail-bt p {
	font-size: 1rem;
	color: #999999;
	margin: 2rem 0;
}
.in-detail-bt p span {
	margin: 0 10px;
}
.in-detail-bt p span a {
	margin: 0 10px;
	color: #999999;
}
.in-detail-det {
	padding: 40px 0;
}
.in-detail-det img{
    max-width: 100%;
    height: auto!important;
}
.in-detail-det p {
	width: 100%;
	overflow: hidden;
	text-indent: 3rem;
	font-size: 1.125rem;
	color: #555555;
	line-height: 1.8;
	margin-bottom: 15px;
}
.in-detail-det p img {
	max-width: 100%;
	margin: 15px 0;
	position: relative;
	left: 50%;
	transform: translate(calc(-50% - 3rem),0);
}
.in-detail-page {
	border-top: 1px solid #DEDEDE;
	padding: 40px 0;
	overflow: hidden;
}
.in-detail-page a {
	width: 40%;
	text-align: left;
	font-size: 1.125rem;
	color: #555555;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.in-detail-page a:nth-child(1) {
	float: left;
}
.in-detail-page a:nth-child(2) {
	float: right;
}
.in-detail-page a:hover {
	color: #025FD3;
}

/* 业务板块 */
.gsjs-top-three a {
	right: auto;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gsjs-top-three a img {
	max-width: 90vw;
}
.in-ywbk {
	width: 100%;
}
.in-ywbk li {
	width: 100%;
	overflow: hidden;
	float: inline-start;
	background-color: #F7F7F7;
	margin-bottom: 20px;
}
.in-ywbk li > a {
	display: inline-block;
	width: 40%;
	float: left;
	overflow: hidden;
}
.in-ywbk li > a img {
	width: 100%;
	display: block;
}
.in-ywbk li > a img:hover {
	transform: translate(0,0) scale(1.2);
}
.in-ywbk li .rig {
	float: left;
	width: 60%;
	height: 100%;
	padding-left: 5.55%;
	padding-top: 60px;
	padding-right: 11.11%;
}

.in-ywbk li:nth-child(2n) > a {
	float: none;
	float: right;
}
.in-ywbk li:nth-child(2n) .rig {
	float: none;
	float: left;
}

.in-ywbk li .rig > span {
	font-size: 1.5rem;
	color: #333333;
	display: inline-block;
	position: relative;
}
.in-ywbk li .rig > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 180%;
	width: 30px;
	height: 3px;
	background-color: #025FD3;
}
.in-ywbk li .rig p {
	font-size: 1rem;
	color: #777777;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
	margin: 55px 0 40px 0;
}
.in-ywbk li .rig a {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1rem;
	color: #333333;
	border: 1px solid #333333;
	overflow: hidden;
}
.in-ywbk li .rig a span {
	position: relative;
	z-index: 5;
}
.in-ywbk li .rig a::after ,
.in-ywbk li .rig a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 95, 211, 0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.in-ywbk li .rig a::before {
	left: -100%;
	top: 100%;
	
}
.in-ywbk li .rig a::after {
	left: 100%;
	top: -100%;
}
.in-ywbk li .rig a:hover {
	color: #FFFFFF;
	border-color: #025FD3;
}
.in-ywbk li .rig a:hover::before {
	top: 0%;
	left: 0%;
}
.in-ywbk li .rig a:hover::after {
	top: 0%;
	left: 0%;
}

/* 业务列表 */
.in-pro-img {
	width: 100%;
	overflow: hidden;
}
.in-pro-img li {
	width: 31.66%;
	float: left;
	margin-right: 2.51%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.in-pro-img li img {
	display: block;
	width: 100%;
	max-height: 280px;
}
.in-pro-img li::before,
.in-pro-img li::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(2, 95, 211, 0.7);
	opacity: 0;
	transform: scale(0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 2;
}
.in-pro-img li::before {
	top: -30%;
	border-radius: 0 0 500px 500px;
}
.in-pro-img li::after {
	top: 80%;
	border-radius: 500px 500px 0 0;
}
.in-pro-img li:nth-child(3n) {
	margin-right: 0;
}
.in-pro-img li a:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.in-pro-img li a:nth-child(3) {
	position: absolute;
	max-width: 90%;
	top: 80%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.5rem;
	color: #FFFFFF;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.in-pro-img li a:nth-child(3)::after {
	content: "";
	position: absolute;
	left: 0;
	top: 96%;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
}
.in-pro-img li:hover img {
	transform: scale(1.1,1.1);
}
.in-pro-img li:hover::before ,
.in-pro-img li:hover::after {
	border-radius: 0;
	opacity: 1;
	transform: scale(1);
}
.in-pro-img li:hover::before {
	top: 0%;
}
.in-pro-img li:hover::after {
	top: 50%;
}
.in-pro-img li:hover a:nth-child(3) {
	transition-delay: 0.5s;
	opacity: 1;
	top: 50%;
}

/* 招聘列表 */
.in-zp-list {
	width: 100%;
	display: inline-block;
	float: left;
}
.in-zp-bt {
	width: 100%;
	height: 63px;
	margin-top: 30px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
.in-zp-bt span {
	position: relative;
	display: inline-block;
	z-index: 5;
	font-size: 1.5rem;
	color: #333333;
	margin-top: 10px;
}
.in-zp-bt img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
}
.in-zp-bt img:nth-child(2) {
	top: auto;
	bottom: 0;
}
.in-zp-one {
	width: 100%;
}
.in-zp-one .lef {
	width: 73%;
	float: left;
	padding-right: 9%;
}
.in-zp-one .lef p {
	font-size: 1rem;
	color: #666666;
	line-height: 2;
	text-indent: 2rem;
	margin-top: 1rem;
}
.in-zp-one .rig {
	float: left;
	width: 27%;
	overflow: hidden;
}
.in-zp-one .rig img {
	width: 100%;
}
.in-zp-one .rig img:hover {
	transform: scale(1.1,1.1);
}


.in-zp-det {
	width: 100%;
	display: inline-block;
	float: left;
	margin-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #EEEEEE;
}
.in-zp-det .bt-one {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #025FD3;
	font-size: 1rem;
	color: #FFFFFF;
	padding: 0 60px;
}
.in-zp-det .bt-one span {
	font-size: 1rem;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.in-zp-det .bt-one span:nth-child(1) {
	width: 25%;
}
.in-zp-det .bt-one span:nth-child(2) {
	width: 20%;
}
.in-zp-det .bt-one span:nth-child(3) {
	width: 20%;
}
.in-zp-det .bt-one span:nth-child(4) {
	
}
.in-zp-det .det {
	width: 100%;
	padding: 20px 30px 0;
}
.in-zp-serch {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.in-zp-serch form > span {
	float: left;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 27%;
	margin-right: 2%;
	height: 40px;
	background-color: #EFF3F8;
	line-height: 40px;
	padding-left: 1.75%;
}
.in-zp-serch input[type="text"] {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
}
.in-zp-serch form > span::before {
	/* content: url(../image/zplist-2.png); */
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(0,-50%);
}
.in-zp-serch span ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-radius: 10px;
	z-index: 5;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.3);
}
.in-zp-serch span ul li {
	padding-left: 5%;
	border-bottom: 1px solid #EEEEEE;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.in-zp-serch input[type="submit"] {
	width: 10.5%;
	height: 40px;
	float: right;
	border: none;
	background: none;
	background-color: #D81416;
	color: #FFFFFF;
	font-size: 1rem;
	cursor: pointer;
}
.in-zp-zw {
	margin-bottom: 10px;
}
.in-zp-zw .one {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: #EFF3F8;
	font-size: 1rem;
	padding: 0 30px;
	color: #333333;
	background-image: url(../image/zplist-3.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	cursor: pointer;
}
.in-zp-zw .two {
	background-color: #EFF3F8;
	width: 100%;
	padding: 30px 30px 40px;
	font-size: 1rem;
	color: #666666;
	line-height: 2.5;
	display: none;
}
.in-zp-zw .on {
	background-color: #025FD3;
	color: #FFFFFF;
	background-image: url(../image/zplist-4.png);
}

.in-zz {
	padding-bottom: 80px;
}
.in-zz-ry #swiper1 {
	margin-top: 63px;
}

.in-zz-zz {
	margin-top: 60px;
}
.in-zz-zz-img {
	margin-top: 63px;
}
.in-zz-zz-img img {
	max-width: 100%;
}
.in-zz-ry #swiper1 .left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 22;
	cursor: pointer;
	max-height: 40%;
}
.in-zz-ry #swiper1 .right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 22;
	cursor: pointer;
	max-height: 40%;
}
.swiper-wrapper,
.swiper-slide {
	transition-timing-function: linear;
}
.in-zz-ry #swiper1 .swiper-slide img {
	width: 100%;
}


/* 走进云仁 */
.in-zj {
	padding-top: 40px;
}

/* zj-企业概况 */
.in-zj-gk {
	width: 100%;
	overflow: hidden;
	padding-bottom: 70px;
}
.zj-bt {
	
}
.zj-bt span {
	font-size: 1.5rem;
	color: #333333;
	font-weight: 600;
}
.zj-bt p {
	font-size: 0.875rem;
	color: #BBBBBB;
	margin-top: 20px;
}
.in-zj-gk-lef {
	float: left;
	max-width: 720px;
	width: calc(100% - 276px);
	padding-top: 24px;
}
.in-zj-gk-lef > p {
	font-size: 1rem;
	color: #333333;
	margin-top: 50px;
	line-height: 2;
	text-align: justify;
}
.in-zj-gk-lef > span {
	display: inline-block;
	width: 30px;
	height: 4px;
	background-color: #025FD3;
	margin-top: 40px;
}
.in-zj-gk-lef > a {
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 1rem;
	color: #FFFFFF;
	margin-top: 60px;
	background-color: #025FD3;
}
.in-zj-gk-rig {
	float: right;
	display: inline-block;
	width: 266px;
	height: 100%;
	position: relative;
}
.in-zj-gk-rig img {
	position: absolute;
	z-index: 5;
}
.in-zj-gk-rig img:nth-child(1) {
	right: 0;
	bottom: 25px;
}
.in-zj-gk-rig img:nth-child(2) {
	right: 64px;
	bottom: 27px;
}
.in-zj-gk-rig img:nth-child(3) {
	left: 0;
	bottom: 0;
}
.in-zj-gk-rig img:nth-child(4) {
	position: relative;
	display: block;
	z-index: 2;
}

/* zj-资质荣誉 */
.in-zj-zz {
	position: relative;
	height: 543px;
	width: 100%;
}
.in-zj-zz .container {
	position: relative;
	height: 100%;
}
.in-zj-zz-lef {
	right: 50%;
	width: 50%;
	height: calc(100% + 60px);
	top: -30px;
	position: absolute;
}
.in-zj-zz-lef img {
	position: absolute;
	right: 0;
	height: 100%;
}
.in-zj-zz-rig {
	position: absolute;
	left: 47.5%;
	width: 52.5%;
	height: 100%;
}
.in-zj-zz-rig img {
	position: absolute;
	left: 0;
	height: 100%;
}
.in-zj-zz-rig .det {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: 50px;
	padding-left: 98px;
}
.zj-bt2 span {
	font-size: 1.5rem;
	color: #FFFFFF;
}
.zj-bt2 p {
	color: #FFFFFF;
	margin-top: 20px;
}
.in-zj-zz-rig .det > span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 40px;
}
.in-zj-zz-rig .det > p {
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 2.5;
}
.in-zj-zz-rig .det > a {
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 1rem;
	color: #025FD3;
	margin-top: 40px;
	background-color: #FFFFFF;
}

/* zj-企业文化 */
.in-zj-wh {
	width: 100%;
	height: 598px;
	background-image: url(../image/zj-wh-1.png);
	background-size: cover;
	background-position: center center;
}
.in-zj-wh-lef {
	width: calc(100% - 560px);
	padding-top: 90px;
	float: left;
}
.in-zj-wh-lef .zj-bt {
	margin-bottom: 60px;
}
.in-zj-wh-lef label {
	display: block;
	margin-top: 30px;
	font-size: 1rem;
	color: #333333;
	font-weight: 600;
}
.in-zj-wh-lef > p {
	font-size: 1rem;
	color: #333333;
	line-height: 3;
}
.in-zj-wh-rig {
	float: right;
	width: 550px;
	height: 417px;
	position: relative;
	margin-top: 108px;
}
.in-zj-wh-rig img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
}
.in-zj-wh-rig img:nth-child(2) {
	bottom: 30px;
	z-index: 2;
	max-width: calc(100% - 30px);
}

/* zj-大事?*/
.in-zj-ds {
	width: 100%;
	height: 485px;
	overflow: hidden;
	background-image: url(../image/zj-ds-1.png);
	background-size: cover;
	background-position: center center;
}
.in-zj-ds .container {
	position: relative;
	height: 100%;
	padding-top: 50px;
}
.in-zj-ds .container .next {
	position: absolute;
	cursor: pointer;
	right: 8px;
	z-index: 10;
}
.in-zj-ds .container .prev {
	position: absolute;
	cursor: pointer;
	right: 34px;
	z-index: 10;
}
.in-zj-ds .zj-bt {
	
}
#swiper2 {
	margin-top: 30px;
	height: 330px;
	background: url(../image/zj-ds-3.png) no-repeat left top;
}
#swiper2 .swiper-wrapper {
	height: 100%;
}
#swiper2 .swiper-slide {
	height: 100%;
	position: relative;
	text-align: center;
}
#swiper2 .swiper-slide a {
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 60px;
	background-color: #FE6A5F;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 600;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%,0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.8s;
}
#swiper2 .swiper-slide a:hover {
	transform: translate(-50%,-20%) scale(1.1,1.1);
	box-shadow: 0 0 15px 1px rgba(255,255,255,0.5);
}
#swiper2 .swiper-slide a:hover +p {
	transform: translate(-50%,-20%);
	text-shadow: 5px 0px 3px rgba(255,255,255,0.5);
}
#swiper2 .swiper-slide p {
	position: absolute;
	width: 100%;
	line-height: 2;
	top: 80%;
	left: 50%;
	transform: translate(-50%,0);
	font-size: 1rem;
	color: #FFFFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
#swiper2 .swiper-slide-active a,
#swiper2 .swiper-slide-duplicate-active a {
	top: 60%;
}
#swiper2 .swiper-slide-active p,
#swiper2 .swiper-slide-duplicate-active p {
	top: 80%;
}

#swiper2 .swiper-slide-active +div a,
#swiper2 .swiper-slide-duplicate-active +div a {
	top: 53%;
	background-color: #FF8A2B;
}
#swiper2 .swiper-slide-active+div p,
#swiper2 .swiper-slide-duplicate-active+div p {
	top: 30%;
}

#swiper2 .swiper-slide-active +div+div a,
#swiper2 .swiper-slide-duplicate-active +div+div a {
	top: 28%;
	background-color: #F4C522;
}
#swiper2 .swiper-slide-active +div+div p,
#swiper2 .swiper-slide-duplicate-active +div+div p {
	top: 8%;
}

#swiper2 .swiper-slide-active +div+div+div a,
#swiper2 .swiper-slide-duplicate-active +div+div+div a {
	top: 6%;
	background-color: #67D70C;
}
#swiper2 .swiper-slide-active +div+div+div p,
#swiper2 .swiper-slide-duplicate-active +div+div+div p {
	top: 30%;
}

#swiper2 .swiper-slide-active +div+div+div+div a,
#swiper2 .swiper-slide-duplicate-active +div+div+div+div a {
	top: 50%;
	background-color: #00D1CF;
}
#swiper2 .swiper-slide-active +div+div+div+div p,
#swiper2 .swiper-slide-duplicate-active +div+div+div+div p {
	top: 70%;
}

#swiper2 .swiper-slide-active +div+div+div+div+div a,
#swiper2 .swiper-slide-duplicate-active +div+div+div+div+div a {
	top: 44%;
	background-color: #6481FF;
}
#swiper2 .swiper-slide-active +div+div+div+div+div p,
#swiper2 .swiper-slide-duplicate-active +div+div+div+div+div p {
	top: 24%;
}

#swiper2 .swiper-slide-active +div+div+div+div+div+div a,
#swiper2 .swiper-slide-duplicate-active +div+div+div+div+div+div a {
	top: 15%;
	background-color: #C979FB;
}
#swiper2 .swiper-slide-active +div+div+div+div+div+div p,
#swiper2 .swiper-slide-duplicate-active +div+div+div+div+div+div p {
	top: 38%;
}

/* zj-团队风采 */
.in-zj-td {
	margin: 40px 0;
}
.in-zj-td-two {
	width: 100%;
	height: 321px;
	background-color: #F9FBFE;
	position: relative;
	overflow: hidden;
	padding: 40px;
}
.in-zj-td-two img {
	position: absolute;
	left: 50%;
	height: 100%;
	top: 0;
}
.in-zj-td-two img:hover {
	cursor: pointer;
	transform: scale(1.1,1.1);
}
.in-zj-td-two > p {
	font-size: 1rem;
	color: #333333;
	margin-top: 40px;
}
.in-zj-td-two > a {
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 1rem;
	color: #FFFFFF;
	margin-top: 60px;
	background-color: #025FD3;
}

/* in-组织架构 */
.in-zzjg {
	width: 100%;
}
.in-zzjg img {
	max-width: 100%;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
}