/* CSS Document*/

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #4d74b8;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.center {
	text-align: center;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}




body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
	padding-top: 75px;
	zoom: 0.9 !important;
}

.container {
	margin: 0px auto;
	max-width: 1400px;
	padding: 0px 80px;
	margin: 0px auto;
}


.top {
	height: 75px;
	top: 0px;
	width: 100%;
	position: fixed;
	z-index: 10;
	transition: all 0.2s ease 0s;
	background: #fff;
}

.top .box {
	max-width: 1400px;
	min-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;

}

.top .logo {
	width: 400px;
	height: 100%;
	display: flex;
	align-items: center;
	transition: all 0.5s ease 0s;
}

.top .logo a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.top .logo img {
	width: 100%;
	height: auto;
}


.top.scope {
	height: 65px;
	box-shadow: 0px 0px 3px #ccc;
}

.top.scope .logo {
	width: 400px;
	transition: all 0.5s ease 0s;
}


.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 75px;
	justify-content: flex-end;
}

.nav a {
	color: #000;
}

.nav .nLi {
	height: 100%;
	position: relative;
}

.nav .nLi h3 {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}


.nav .nLi h3 a {
	display: block;
	font-size: 16px;
	position: relative;
	text-align: center;
	line-height: 75px;
	z-index: 2;
	transition: none;
	color: #666;
	white-space: nowrap;
	margin: 0px 20px;
}

.nav .nLi h3 a.on::after {
	width: 100%;
	height: 2px;
	background-color: #4d74b8;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: skew(-20deg);
	z-index: -1;
}

.nav .nLi h3 a.on {
	color: #4d74b8;
	transition: none;
}

.nav .nLi:hover h3 a {
	color: #4d74b8;
	transition: none;
}

.nav .nLi:hover h3 a.on {
	color: #4d74b8;
}



.nav .nLi ul {
	position: absolute;
	top: 75px;
	left: -10px;
	width: auto;
	min-width: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	padding: 10px;
}

.nav .nLi:hover ul {
	display: block;
}

.nav .nLi ul a {
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	white-space: nowrap;
	color: #666;
}

.nav .nLi ul a:hover {
	color: #4d74b8;
}


.top.scope .nav {
	height: 65px;
}

.top.scope .nav h3 a {
	line-height: 65px;
}

.top.scope .nav .nLi ul {
	top: 65px;
}



.phone_btn {
	display: none;
}

.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close {
	position: absolute;
	top: 0;
	right: 0%;
	width: 30%;
	height: 50px;
	z-index: 10;
	transform: translateX(-100%);
	transition: all 0.3s ease;

}

.menu_box.into .menu_close {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}


.menu_close img {
	width: 50px;
	height: auto;
}

.in_banner {
	height: auto;
	width: 100%;
}

.in_banner .swiper-slide {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.in_banner .swiper-slide .pcimg {
	width: 100%;
	height: auto;
}

.in_banner .swiper-slide .phimg {
	width: 100%;
	height: auto;
	display: none;
}

.in_banner .swiper-slide .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.in_banner .swiper-slide .container h2 {
	font-size: 80px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 30%), 0 0 20px rgb(0 0 0 / 10%);
}

.in_banner .swiper-slide .container p {
	font-size: 30px;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 30%), 0 0 20px rgb(0 0 0 / 10%);
}

.in_bt {
	color: #333;
	font-size: 32px;
	padding-bottom: 50px;
}

.in_bt h2{
    padding-bottom: 10px;
}


.in_bt p {
	font-size: 17px;
	color: #999;
	line-height: 26px;
}

.in_bt b {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	line-height: 28px;
	display: block;
	padding-top: 10px;
	max-width: 980px;
	margin: 0px auto;
}



.in_box {
	position: relative;
	padding: 50px 0px;
	background: #f7f7f7;
}

.in_box ul {
	display: flex;
	justify-content: space-between;
}

.in_box ul li {
	width: calc(20% - 30px);

}

.in_box ul li:nth-child(1) a {
	border-radius: 35px 0px 0px 0px;
}

.in_box ul li:nth-last-child(1) a {
	border-radius: 0px 35px 0px 0px;
}

.in_box ul li a {
	display: block;
	height: 220px;
	background: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
}

.in_box ul li a img {
	margin-bottom: 20px;
}

.in_box ul li a h3 {
	display: none;
}

.in_box ul li a:hover h2 {
	display: none;
}

.in_box ul li a:hover h3 {
	display: block;
}

.in_box1 {
	padding: 40px 0px 80px 0px;
	background: #f7f7f7;
}

.in_box1 .container {
	display: flex;
	justify-content: space-between;
}

.in_box1_l {
	width: calc(100% - 690px);
}

.in_box1_l h2 {
	font-size: 36px;
	color: #000;
}

.in_box1_l h3 {
	font-size: 24px;
	color: #999;
	padding-top: 5px;
}

.in_box1_l ul {
	padding: 80px 0px;
	display: flex;
}

.in_box1_l ul li {
	width: 33.3%;
	border-right: 1px solid #eee;
	text-align: center;
	font-size: 16px;
}

.in_box1_l ul li b {
	font-size: 40px;
	padding-right: 5px;
}

.in_box1_l ul li:nth-last-child(1) {
	border: 0px;
}

.in_box1_l span {
	display: flex;
}

.in_box1_l span a {
	width: 128px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	border: solid 1px #4d74b8;
	display: block;
	font-size: 15px;
	color: #4d74b8;
	margin-right: 20px;
}

.in_box1_l span a i {
	margin-right: 5px;
}

.in_box1_l span a:hover {
	background: #4d74b8;
	color: #fff;
}


.in_box1_r {
	width: 655px;
	position: relative;
}

.in_box1_r .img {
	width: 90%;
	margin-top: 100px;
}

.in_box1_r .img img {
	width: 100%;
	height: auto;
	border-radius: 30px 0px 30px 0px;
}

.in_box1_r .nr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	background-color: #4d74b8;
	border-radius: 30px;
	color: #fff;
	box-sizing: border-box;
	padding: 6%;
}

.in_box1_r .nr h2 {
	font-size: 22px;
	padding-bottom: 15px;
}

.in_box1_r .nr p {
	font-size: 15px;
	line-height: 28px;
}

.in_box2 {
	padding: 70px 0px;
	background: url(../images/in_box1_dbj.png) repeat-x bottom left #fff;
	position: relative;
}

.in_box2::after {
	width: 417px;
	height: 315px;
	content: '';
	background: url(../images/in_box1_bj.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
}


.in_box2_nr {
	padding: 10px 10px;
}

.in_box2_nr .swiper-slide a {
	display: block;
	box-shadow: 0px 0px 3px #ccc;
}

.in_box2_nr .swiper-slide .img img {
	width: 100%;
	height: auto;
}

.in_box2_nr .swiper-slide .nr {
	padding: 10px;
	padding-top: 50px;
	position: relative;
	background: #fff;
	text-align: center;
	min-height: 150px;
}

.in_box2_nr .swiper-slide .nr .icon {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.in_box2_nr .swiper-slide .nr h2 {
	font-size: 18px;
	color: #333;
}

.in_box2_nr .swiper-slide .nr h3 {
	font-size: 14px;
	color: #999;
	padding-bottom: 5px;
}

.in_box2_nr .swiper-slide .nr p {
	font-size: 14px;
	line-height: 23px;
}

.in_box2_nr .swiper-slide a:hover .nr{
	background: #82bf62;
}

.in_box2_nr .swiper-slide:nth-child(even) a:hover .nr{
	background: #4d74b8;
}

.in_box2_nr .swiper-slide a:hover .nr h2{
	color: #fff;
}

.in_box2_nr .swiper-slide a:hover .nr h3{
	color: #fff;
}

.in_box2_nr .swiper-slide a:hover .nr p{
	color: #fff;
}

.in_box3 {
	padding: 70px 0px;
	background: #fff;
	position: relative;
}


.in_box3_nr .swiper-wrapper {
	display: flex;
	padding-bottom: 50px;
}

.in_box3_nr .swiper-slide {
	border-radius: 30px;
	overflow: hidden;
	width: 25%;
	height: 280px;
	transition: all 0.4s ease 0s;
}

.in_box3_nr .swiper-slide .img img {
	width: 100%;
	height: auto;
}

.in_box3_nr .swiper-slide .jj {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	box-sizing: border-box;
	padding: 3%;
	color: #333;
}

.in_box3_nr .swiper-slide .jj h2 {
	font-size: 22px;
}

.in_box3_nr .swiper-slide .jj p {
	font-size: 16px;
	color: #4d74b8;
}

.in_box3_nr .swiper-slide .nr {
	display: none;
}

.in_box3_nr .swiper-slide-next {
	width: calc(50% - 30px) !important;
	background: url(../images/in_box2_bj.png) no-repeat left bottom #4d74b8;
	box-sizing: border-box;
	padding: 3%;
	transition: all 0.4s ease 0s;
	height: 280px;
}

.in_box3_nr .swiper-slide-next a {
	display: flex;
	justify-content: space-between;
}

.in_box3_nr .swiper-slide-next .img {
	width: 150px;
	height: 150px;

}

.in_box3_nr .swiper-slide-next .img img {
	border-radius: 50%;
}

.in_box3_nr .swiper-slide-next .jj {
	display: none;
}

.in_box3_nr .swiper-slide-next a .nr {
	display: block;
	width: calc(100% - 180px);
	color: #fff;
}

.in_box3_nr .swiper-slide a .nr h2 {
	font-size: 20px;
}

.in_box3_nr .swiper-slide a .nr h2 span {
	font-size: 18px;
	padding-left: 15px;
}

.in_box3_nr .swiper-slide a .nr .xnr {
	height: 160px;
	overflow-y: auto;
	margin-top: 10px;
}



.in_box3_nr .swiper-slide a .nr .xnr p {
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}


.in_box3_nr .swiper-slide a .nr .xnr::-webkit-scrollbar {
	width: 5px;
}


.in_box3_nr .swiper-slide a .nr .xnr::-webkit-scrollbar-thumb {
	background: #fff;
}

.in_box3_nr .swiper-button-next , .in_box3_nr .swiper-button-prev{
	height: 100%;
	left: 0px;
	top: 0px;
	width: 25%;
}

.in_box3_nr .swiper-button-next::after ,.in_box3_nr .swiper-button-prev::after{
	opacity: 0;
}

.in_box3_nr .swiper-button-next{
	left: auto;
	right: 0px;
}


.in_box3_nr .swiper-pagination {
	text-align: center;
	width: 100%;
	bottom: 0px;
}

.in_box3_swiper-pagination span {
	margin: 0px 3px;
}

.in_box4 {
	padding: 70px 0px;
	background: #f7f7f7;
}

.in_box4 .more{
	text-align: center;
	font-size: 17px;
	padding-top: 10px;
}

.in_box4 .more a{
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #ddd;
	border-radius: 25px;
	color: #4d74b8;
}

.in_box4 .more a:hover{
	background: #4d74b8;
	color: #fff;
	border: 1px solid #4d74b8;
}

.in_box4 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px;
}

.in_box4 ul li {
	width: calc(33.3% - 40px);
	margin: 0px 20px;
	margin-bottom: 30px;
}

.in_box4 ul li a {
	display: block;
	padding-bottom: 50px;
	position: relative;
}

.in_box4 ul li a .img {
	border-radius: 8px;
	overflow: hidden;
}

.in_box4 ul li a .img h2 {
	background-size: cover;
	transition: all 0.5s ease 0s;
}

.in_box4 ul li a .img h2 img {
	width: 100%;
	height: auto;
}

.in_box4 ul li a:hover .img h2 {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_box4 ul li a .jj {
	position: absolute;
	bottom: 0px;
	width: calc(100% - 30px);
	left: 15px;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 5%;
}

.in_box4 ul li a .jj p {
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
}

.in_box4 ul li a .jj h2 {
	font-size: 17px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in_box4 ul li a:hover .jj h2 {
	color: #4d74b8;
}

.in_box5 {
	padding: 70px 0px;
}

.in_box5_nr {
	display: flex;
	justify-content: space-between;
}

.in_box5_nr_l {
	width: calc(100% - 350px);
	max-width: 850px;
}

.in_box5_nr_l img {
	width: 100%;
	height: auto;
}

.in_box5_nr_r {
	width: 290px;
}

.in_box5_nr_r .ly li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.in_box5_nr_r .ly li .text {
	width: 100%;
	line-height: 34px;
	border-radius: 4px;
	border: solid 1px #e0e0e0;
	box-sizing: border-box;
	padding: 0px 15px;
	font-size: 14px;
}

.in_box5_nr_r .ly li .text1 {
	width: 47%;
	line-height: 34px;
	border-radius: 4px;
	border: solid 1px #e0e0e0;
	box-sizing: border-box;
	padding: 0px 15px;
	font-size: 14px;
}

.in_box5_nr_r .ly li .btn {
	width: 100%;
	line-height: 36px;
	background-color: #4d74b8;
	border-radius: 18px;
	color: #fff;
	font-size: 16px;
	border: 0px;
	cursor: pointer;
}

.in_box5_nr_r .dz {
	height: 340px;
	overflow-y: auto;
	margin-top: 60px;
}

.in_box5_nr_r .dz li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.in_box5_nr_r .dz li h2 {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}

.in_box5_nr_r .dz li p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}


.in_box5_nr_r .dz::-webkit-scrollbar {
	width: 5px;
}

.in_box5_nr_r .dz::-webkit-scrollbar-thumb {
	background: #4d74b8;
}

.in_box6 {
	padding: 70px 0px;
	background-color: #f9fdf7;
}

.in_box6_nr .swiper-slide img {
	width: 100%;
	height: auto;
}

.di {
	background: #f7f7f7;
	padding-top: 50px;
}

.di1 {
	display: flex;
	justify-content: space-between;
}

.di1_l {
	width: 350px;
	color: #333;
	font-size: 14px;
}

.di1_l h2 {
	padding-bottom: 50px;
}

.di1_l h2 img{
    max-width: 195px;
    height: auto;
}

.di1_l p {
	line-height: 24px;
}

.di1_z {
	width: 270px;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}

.di1_z p {
	text-align: center;
}

.di1_r {
	width: 280px;
	color: #12459b;
	font-size: 15px;
}

.di1_r p {
	line-height: 26px;
}

.di1_r p img {
	margin-right: 10px;
}

.di2 {
	font-size: 14px;
	color: #333;
	padding-top: 40px;
}

.di2 a {
	color: #333;
	padding-right: 15px;
}

.di2 a:hover {
	color: #4d74b8;
}

.di3 {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}


.slide_right {
	width: 65px;
	position: fixed;
	right: 10px;
	bottom: 20%;
	z-index: 99
}

.slide_right li {
	position: relative;
}

.slide_right li:hover h3{
    display: block;
}

.slide_right li a {
	display: block;
	width: 65px;
	height: 70px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	color: #4d74b8;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 13px;
	box-shadow: 0px 0px 10px #ddd;
	margin-bottom: 6px;
}

.slide_right li a img {
	transform: scale(0.9);
	margin-bottom: 5px;
}


.slide_right li .s_side {
	display: none;
}

.slide_right li .hade {
	display: flex;
}


.slide_right li.s_zixun {
	background-position: 0 0;
}

.slide_right li.s_zixun .ew_tel {
	text-align: center;
	padding: 15px;
	height: auto;
	float: left;
	background: #123b97;
	right: 82px;
	top: 10px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	display: none;
	white-space: nowrap;
	border-radius: 10px;
}

.slide_right li.s_zixun .ew_tel img {
	width: auto;
}

.slide_right li.s_zixun .ew_tel:after {
	content: '';
	position: absolute;
	right: -7px;
	top: 20px;
	border-top: 7px solid transparent;
	border-left: 10px solid #123b97;
	border-bottom: 7px solid transparent;
}

.slide_right li.s_zixun:hover .ew_tel {
	display: block;
}

.slide_right li.s_zixun .ew_tel p {
	font-size: 16px;
}

.slide_right li h3{
    position: absolute;
    right: 70px;
    top: 0px;
    display: none;
}



.ny_banner {
	height: 500px;
	background-size: cover;
	background-position: center center;
}

.ny_banner .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-shadow: 0px 0px 5px #333;
}

.ny_banner .container h2 {
	font-size: 45px;
}

.ny_banner .container p {
	font-size: 20px;
	text-transform: uppercase;
}


.ny_nav {
	height: 90px;
	line-height: 90px;

	width: 100%;
	position: relative;
	margin-top: -45px;
	padding-bottom: 5px;
}


.ny_nav .container h2 {
	line-height: 90px;
	border-radius: 15px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 10px #ccc;
	overflow-x: auto;
}

.ny_nav .container a {
	flex: 1;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #333;
	position: relative;
	padding: 0px 10px;
	white-space: nowrap;
	background: #fff;
}

.ny_nav .container a:hover {
	color: #4d74b8;
}


.ny_nav .container a.on {
	color: #4d74b8;
}

.ny_nav .container a.on::after {
	width: 70px;
	height: 4px;
	background-color: #4d74b8;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}

.about_box {
	padding: 70px 0px;
}

.about_box_nr {
	display: flex;
	justify-content: space-between;
}

.about_box_nr_l {
	width: 556px;
}

.about_box_nr_l img {
	width: 100%;
	height: auto;
	border-radius: 50px 0px 50px 0px;
}

.about_box_nr_r {
	width: calc(100% - 620px);
	color: #333;
}

.about_box_nr_r h2 {
	font-size: 32px;
}

.about_box_nr_r h3 {
	font-size: 20px;
	padding: 10px 0px;
}

.about_box_nr_r p {
	font-size: 15px;
	line-height: 28px;
	display: block;
	padding-bottom: 10px;
}


.about_box1 {
	background: #f7f7f7;
}

.about_box1 .about_box_nr {
	flex-direction: row-reverse;
}

.about_box_nr1 {
	display: flex;
	width: 100%;
	margin-top: 60px;
}

.about_box_nr1 li {
	flex: 1;
	font-size: 16px;
	color: #333;
	border-right: 1px solid #ddd;
	text-align: center;
}

.about_box_nr1 li:nth-last-child(1) {
	border-right: 0px;
}

.about_box_nr1 li p:nth-child(1) {
	color: #4d74b8;
}

.about_box_nr1 li p b {
	font-size: 45px;
	padding-right: 10px;
}

.about_box2 {
	padding: 70px 0px;
}


.about_box2_box {
	background: url(../images/about_box_bj.png) repeat-x top;
	padding-top: 30px;
	margin-top: 30px;
}

.about_box2_box .swiper-slide {
	font-size: 22px;
	color: #aeaeae;
	text-align: center;
	cursor: pointer;
}

.about_box2_box .swiper-slide b {
	width: 6px;
	height: 6px;
	background-color: #aeaeae;
	display: block;
	border-radius: 50%;
	margin: 0px auto;
}

.about_box2_box .swiper-slide-thumb-active {
	color: #4d74b8;
}

.about_box2_box .swiper-slide-thumb-active b {
	background: #4d74b8;
}

.about_box2_box2 .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.about_box2_box2 .swiper-slide .left {
	width: 465px;

}

.about_box2_box2 .swiper-slide .left img {
	width: 100%;
	height: auto;
	border-radius: 50px 0px 50px 0px;
}

.about_box2_box2 .swiper-slide .right {
	width: calc(100% - 500px);
}

.about_box2_box2 .swiper-slide .right h2 {
	font-size: 30px;
	color: #4d74b8;
}

.about_box2_box2 .swiper-slide .right h3 {
	padding: 15px 0px;
	font-size: 17px;
	color: #333;
}

.about_box2_box2 .swiper-slide .right b {
	display: block;
	width: 48px;
	height: 2px;
	background-color: #4d74b8;
	margin-bottom: 15px;
}

.about_box2_box2 .swiper-slide .right p {
	font-size: 16px;
	color: #333;
}

.about_box2_box2 .swiper-button-next,
.about_box2_box2 .swiper-button-prev {
	width: 27px;
	height: 7px;
	background: url(../images/about_box_prev.png) no-repeat;
	top: auto;
	bottom: 30px;
}

.about_box2_box2 .swiper-button-next::after,
.about_box2_box2 .swiper-button-prev::after {
	display: none;
}

.about_box2_box2 .swiper-button-next {
	transform: rotate(180deg);
}

.about_box2_box2 .swiper-button-prev {
	left: 510px;
}

.about_box3 {
	padding: 70px 0px;
	background: #f9fdf7;
}

.about_box3 ul {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}

.about_box3 ul li {
	width: 31%;
	background: #fff;
	border-radius: 10px;
	height: 250px;
	text-align: center;
}

.about_box3 ul li .icon {
	width: 126px;
	height: 126px;
	background: #fff;
	border-radius: 50%;
	margin: 0px auto;
	margin-top: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_box3 ul li h2 {
	font-size: 24px;
	color: #333;
}

.about_box3 ul li b {
	width: 42px;
	height: 2px;
	background-color: #4d74b8;
	display: block;
	margin: 20px auto;
}

.about_box3 ul li p {
	font-size: 16px;
}

.about1_box {
	padding: 70px 0px;
}


.about1_box_nr {
	position: relative;
	background: url(../images/f.png) no-repeat right 10% top 30%;
	margin-bottom: 100px;
}

.about1_box_nr .hd {
	width: calc(100% - 620px);
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.about1_box_nr .hd ul {
	margin: 0px -10px;
	display: flex;
}

.about1_box_nr .hd ul li {
	width: 22%;
	margin: 0px 2%;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.about1_box_nr .hd ul li h2 img {
	width: 100%;
	height: auto;
	border-radius: 50px 0px 50px 0px;
	text-align: center;
	margin-bottom: 5px;
}

.about1_box_nr .hd ul li.on p {
	color: #4d74b8;
}

.about1_box_nr .bd .nr {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.about1_box_nr .bd .nr .left {
	width: 540px;
}

.about1_box_nr .bd .nr .left img {
	width: 100%;
	height: auto;
	border-radius: 50px 0px 50px 0px;
}

.about1_box_nr .bd .nr .right {
	width: calc(100% - 620px);
}

.about1_box_nr .bd .nr .right h2 {
	font-size: 24px;
	color: #333;
}

.about1_box_nr .bd .nr .right h3 {
	border-bottom: 1px solid #e7e7e7;
	margin: 15px 0px;
}

.about1_box_nr .bd .nr .right h3 b {
	display: block;
	width: 64px;
	height: 4px;
	background-color: #4d74b8;
}

.about1_box_nr .bd .nr .right h4 {
	color: #333;
	font-size: 17px;
}

.about1_box_nr .bd .nr .right p {
	font-size: 15px;
	display: block;
	padding-top: 15px;
}

.about1_box .about1_box_nr:nth-child(2n+1) .nr {
	flex-direction: row-reverse;
	background: url(../images/s.png) no-repeat left 10% top 30%;

}

.about1_box .about1_box_nr:nth-child(2n+1)  .hd {
	right: auto;
	left: 0px;
}

.about1_box .about1_box_nr:nth-child(2n+1)  .bd .nr {
	flex-direction: row-reverse;
}

.about2_box1 {
	padding: 70px 0px;
}

.about1_box_nr1{
	background: url(../images/s.png) no-repeat left 40% top 30%;
}

.about2_box1 ul {
	margin: 0px -25px;
	display: flex;
	flex-wrap: wrap;
}

.about2_box1 ul li {
	width: calc(50% - 50px);
	margin: 0px 25px;
	margin-bottom: 35px;
}

.about2_box1 ul li a {
	display: block;
	padding-bottom: 50px;
	position: relative;
}

.about2_box1 ul li a .img {
	border-radius: 8px;
	overflow: hidden;
}

.about2_box1 ul li a .img h2 {
	background-size: cover;
	transition: all 0.5s ease 0s;
}

.about2_box1 ul li a .img h2 img {
	width: 100%;
	height: auto;
}

.about2_box1 ul li a:hover .img h2 {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.about2_box1 ul li a .jj {
	position: absolute;
	bottom: 0px;
	width: calc(100% - 30px);
	left: 15px;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 5%;
	box-shadow: 0px 0px 5px #ccc;
	color: #333;
}

.about2_box1 ul li a .jj h2 {
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.about2_box1 ul li a:hover .jj {
	background: #4d74b8;
	color: #fff;
}

.about2_box {
	padding: 70px 0px;
}

.about2_box ul {
	margin: 0px -18px;
	display: flex;
	flex-wrap: wrap;
}

.about2_box ul li {
	width: calc(25% - 36px);
	margin: 0px 16px;
	margin-bottom: 25px;
	position: relative;
}

.about2_box ul li img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

.about2_box ul li .jj {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	box-sizing: border-box;
	padding: 3%;
	color: #333;
}

.about2_box ul li .jj h2 {
	font-size: 22px;
}

.about2_box ul li .jj p {
	font-size: 16px;
	color: #4d74b8;
}

.about2_tanchu {
	width: 800px;
	box-sizing: border-box;
	padding: 6%;
	position: relative;
	border-radius: 35px;
	background: url(../images/in_box1_bj.png) no-repeat bottom left;
	background-size: 20%;
	display: none;
}

.about2_tanchu .close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	cursor: pointer;
}

.about2_tanchu .nr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}

.about2_tanchu .nr .left {
	width: 168px;
}

.about2_tanchu .nr .left img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.about2_tanchu .nr .right {
	width: calc(100% - 200px);
}

.about2_tanchu .nr .right h2 {
	font-size: 24px;
	color: #333;
}

.about2_tanchu .nr .right h2 span {
	font-size: 18px;
	padding-left: 20px;
}

.about2_tanchu .nr .right .xnr {
	padding-top: 30px;
	height: 60vh;
	overflow-y: auto;
}

.about2_tanchu .nr .right .xnr::-webkit-scrollbar {
	width: 5px;
}

.about2_tanchu .nr .right .xnr::-webkit-scrollbar-thumb {
	background: #4d74b8;
}

.about2_tanchu .nr .right .xnr p {
	font-size: 15px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}


.about3_box {
	padding: 70px 0px;
}

.about3_box ul {
	display: flex;
	margin: 0px -50px;
	flex-wrap: wrap;
}

.about3_box ul li {
	width: calc(25% - 50px);
	margin: 0px 23px;
	margin-bottom: 50px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	border-radius: 15px;
}

.about3_box ul li h2 {
	background: #f4f4f4;
	padding: 5%;
	height: 220px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about3_box ul li h2 img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.about3_box ul li p {
	display: block;
	padding: 5%;
	text-align: center;
	font-size: 15px;
}

.about3_box ul li:hover p {
	background: #4d74b8;
	color: #fff;
}

.about3_box1 {
	background: #f9fdf7;
	padding: 70px 0px;
}

.about3_box1 ul {
	margin: 0px -15px;
	display: flex;
	flex-wrap: wrap;
}

.about3_box1 ul li {
	width: calc(20% - 30px);
	margin: 0px 15px;
	margin-bottom: 30px;
}

.about3_box1 ul li img {
	width: 100%;
	height: auto;
}


.center_box {
	padding: 70px 0px;
}

.center_box ul {
	margin: 0px -30px;
	display: flex;
	flex-wrap: wrap;
}

.center_box ul li {
	width: calc(50% - 60px);
	margin: 0px 30px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.center_box ul li .img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.center_box ul li .img img {
	width: 100%;
	height: auto;
}

.center_box ul li .nr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	box-sizing: border-box;
	padding: 5%;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.center_box ul li .nr h2 {
	font-size: 24px;
}

.center_box ul li .nr h3 {
	font-size: 16px;
	padding: 15px 0px;
}

.center_box ul li .nr p {
	font-size: 14px;
	line-height: 26px;
}

.center_box ul li .nr span {
	display: block;
	padding-top: 20px;
}

.center_box ul li .nr span a {
	width: 82px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	border: solid 1px #ffffff;
	color: #fff;
	font-size: 15px;
	display: block;
}

.center_box ul li .nr span a:hover {
	background: #fff;
	color: #4d74b8;
}

.center_detail {
	padding: 70px 0px;
	max-width: 950px;
	margin: 0px auto;
}

.center_detail .nr p {
	font-size: 15px;
	display: block;
	padding-bottom: 15px;
	line-height: 28px;
	word-wrap: break-word;
}

.center_detail .nr img {
	max-width: 100%;
}

.center_box1 ul li p {
	padding: 35px 0px;
}

.center_box1 ul li p img {
	margin-right: 5px;
}

.center_box1 ul li p font {
	display: block;
	padding: 3px 0px;
}

.center_box2 ul li {
	width: calc(33.3% - 60px);
}

.resource_box {
	padding: 70px 0px;
}

.resource_box ul {
	margin: 0px -20px;
	display: flex;
	flex-wrap: wrap;
}

.resource_box ul li {
	width: calc(20% - 40px);
	margin: 0px 20px;
	margin-bottom: 40px;
}

.resource_box ul li .img {
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
}

.resource_box ul li .img img {
	width: 100%;
	height: auto;
}

.resource_box ul li p {
	display: block;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fanye {
	text-align: center;
}

.resource_detail {
	padding: 70px 0px;
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0px auto;
	border-bottom: 1px solid #ebebeb;
}

.resource_detail_l {
	width: 480px;
}


.cloudzoom {
	width: 100%;
	height: auto;
}

.resource_detail_l_qh {
	--swiper-navigation-color: #333;
	--swiper-navigation-size: 30px;
	margin-top: 3px;
	position: relative;
	padding: 0px 40px;

}

.resource_detail_l_qh .swiper-slide {
	cursor: pointer;
}

.resource_detail_l_qh .swiper-slide img {
	width: 100%;
	height: 100%;
	opacity: .3;
}

.resource_detail_l_qh .swiper-slide img.cloudzoom-gallery-active {
	opacity: 1;
}


.resource_detail_r {
	width: calc(100% - 520px);
}

.resource_detail_r .bt {
	font-size: 24px;
	color: #333;
	padding-bottom: 20px;
}

.resource_detail_r h3 {
	display: block;
	width: 48px;
	height: 3px;
	background-color: #4d74b8;
	margin: 15px 0px;
}

.resource_detail_r p {
	font-size: 16px;
	line-height: 32px;
	display: block;
	padding: 6px 0px;
}

.resource_detail_r p b {
	font-size: 26px;
	color: #4d74b8;
}

.resource_detail_r p span {
	color: #4d74b8;
}

.resource_detail_r p img {
	width: 115px;
	height: auto;
}

.resource_detail1 {
	padding: 70px 0px;
	max-width: 1080px;
	margin: 0px auto;
}

.resource_detail1 .nr p {
	font-size: 15px;
	line-height: 26px;
	display: block;
	padding-bottom: 15px;
}

.resource_detail1 .nr img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.resource_detail2 {
	max-width: 1080px;
	margin: 0px auto;
}

.map {
	height: 500px;
	width: 100%;
}

.join_box {
	padding: 70px 0px;
	background: #fafafa;
}

.join_box ul {
	display: flex;
	justify-content: space-between;
}

.join_box ul li {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 10px;
}

.join_box ul li:nth-child(1) {
	background: #4d74b8;
}

.join_box ul li:nth-child(2) {
	background: #f7b22d;
}

.join_box ul li:nth-child(3) {
	background: #34b661;
}

.join_box ul li:nth-child(4) {
	background: #f7b22d;
}

.join_box ul li:nth-child(5) {
	background: #4d74b8;
}

.join_box ul li:nth-child(6) {
	background: #34b661;
}

.join_box ul li h2 {
	border: 1px dashed #fff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: 36px;
	box-sizing: border-box;
	padding: 3px;
}

.join_box ul li h2 p {
	font-size: 13px;
}

.join_box1 {
	padding: 70px 0px;
}

.join_box1 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0px auto;
	padding-top: 30px;
}

.join_box1 ul li {
	width: 280px;
	height: 150px;
	background: #edf1f8;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0px 20px;
	text-align: center;
	margin-bottom: 80px;
}

.join_box1 ul li:nth-child(4),
.join_box1 ul li:nth-child(5),
.join_box1 ul li:nth-child(6) {
	margin-bottom: 0px;
}

.join_box1 ul li h2 {
	width: 108px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-radius: 10px;
	margin: 0px auto;
	margin-top: -19px;
}

.join_box1 ul li:nth-child(1) h2 {
	background: #4d74b8;
}

.join_box1 ul li:nth-child(2) h2 {
	background: #f7b22d;
}

.join_box1 ul li:nth-child(3) h2 {
	background: #34b661;
}

.join_box1 ul li:nth-child(4) h2 {
	background: #f7b22d;
}

.join_box1 ul li:nth-child(5) h2 {
	background: #4d74b8;
}

.join_box1 ul li:nth-child(6) h2 {
	background: #34b661;
}

.join_box1 ul li p {
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
}

.join_box2 {
	background: #fafafa;
	padding: 70px 0px;
	padding-bottom: 200px;
}

.join_box2 div img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.join_box3 {
	padding-bottom: 70px;
}

.join_box3_nr {
	border-radius: 36px;
	background: #fff;
	box-shadow: 0px 0px 10px #ddd;
	padding: 8%;
	margin-top: -150px;
}

.join_box3_nr ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.join_box3_nr ul li h2 {
	display: flex;
	width: 48%;
	align-items: center;
	color: #333;
}

.join_box3_nr ul li em {
	color: #eb0000;
}

.join_box3_nr ul li b {
	font-weight: normal;
	display: block;
	width: 90px;
	font-size: 16px;
}

.join_box3_nr ul li .text {
	line-height: 45px;
	height: 45px;
	width: calc(100% - 90px);
	background-color: #4d74b8;
	border-radius: 24px;
	border: solid 1px #dde8ed;
	background: #edf1f8;
	font-size: 15px;
	box-sizing: border-box;
	padding: 0px 10px;
}

.join_box3_nr ul li .select {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.join_box3_nr ul li h3 {
	display: flex;
	width: 31%;
	align-items: center;
	font-size: 15px;
	color: #333;
}

.join_box3_nr ul li .btn {
	width: 268px;
	height: 60px;
	background-color: #4d74b8;
	border-radius: 30px;
	border: solid 1px #dde8ed;
	margin: 0px auto;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 17px;
}


.join1_box {
	padding: 70px 0px;
}

.join1_box_nr {
	display: flex;
	align-items: center;
}

.join1_box_nr .left {
	background: #f8f8f8;
	padding: 5% 8%;
	width: calc(100% - 600px);
	box-sizing: border-box;
}

.join1_box_nr .left p {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	display: block;
	padding-bottom: 10px;
}

.join1_box_nr .right {
	width: 600px;
}

.join1_box_nr .right img {
	width: 100%;
	height: auto;
}

.join1_box1 {
	padding: 70px 0px;
	background: #fafafa;
}


.jobli {
	background: #fff;
	padding-bottom: 25px;
}

.jobli .title {
	display: flex;
	justify-content: space-between;
	background-color: #4d74b8;
	border-radius: 8px 8px 0px 0px;
	padding: 0px 50px;
}

.jobli .title span {
	display: block;
	width: 25%;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

}

.jobli li {
	width: 100%;
	position: relative;
	border-radius: 10px;
	padding: 0px 50px;
	box-sizing: border-box;
}

.jobli li .link {
	height: auto;
	cursor: pointer;
	background: #fff;
	display: flex;
	font-size: 30px;
}

.jobli li .link .nr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.jobli li .link .nr span {
	font-size: 18px;
	display: block;
	text-align: center;
	width: 25%;
	line-height: 80px;
	white-space: nowrap;
}


.jobli li.open .link .tbanchor {

	transform: rotate(180deg);

}

.jobli li .link span.tbanchor {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 40px;
	top: 25px;
	color: #ccc;
}


.jobli li .jobnr {
	background: #f5f5f5;
	padding: 20px 40px;
	font-size: 14px;
}

.jobli li .jobnr .yq {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.jobli li .jobnr .yq li {
	width: 25%;
	padding: 0px;
	font-size: 15px;
	padding: 10px 0px;
}

.jobli li .jobnr .zc {
	display: flex;
	justify-content: space-between;
	padding: 25px 0px;
	border-bottom: 1px solid #ddd;
}

.jobli li .jobnr .zc dd {
	width: 45%;
}

.jobli li .jobnr .zc dd h2 {
	font-size: 17px;
	color: #333;
	padding-bottom: 15px;
}

.jobli li .jobnr .zc dd p {
	font-size: 15px;
	line-height: 26px;
}

.jobli li .jobnr .js {
	font-size: 18px;
	color: #4d74b8;
	padding-top: 25px;
	line-height: 34px;
}



.join2_box{
	padding: 70px 0px;
}

.join2_box .nr{
	display: flex;
}

.join2_box .nr .left{
	width: 50%;
}

.join2_box .nr .left img{
	width: 100%;
	height: auto;
}

.join2_box .nr .right{
	box-sizing: border-box;
	padding: 5%;
}

.join2_box .nr .right h2{
	font-size: 35px;
	color: #333;
	padding-bottom: 25px;
}

.join2_box .nr .right p{
	display: block;
	font-size: 15px;
	line-height: 26px;
	padding-bottom: 10px;
}

.contact_box {
	padding: 50px 0px;
}

.contact_box .bt {
	padding-bottom: 70px;
	text-align: center;
	font-size: 40px;
	color: #333;
}

.contact_box ul {
	display: flex;
}

.contact_box ul li {
	width: 30.33%;
	margin: 0px 1.5%;
	background-color: #f5f5f5;
	border-radius: 6px;
	text-align: center;
	box-sizing: border-box;
	padding: 3%;
}

.contact_box ul li h2 img{
	transition: all 0.5s ease 0s;
	margin-bottom: 10px;
}

.contact_box ul li:hover h2 img{
	transform: rotatey(180deg);
	transition: all 0.5s ease 0s;
}

.contact_box ul li h3 {
	font-size: 20px;
	color: #333;
	padding: 5px 0px;
}

.contact_box ul li p {
	font-size: 17px;
	line-height: 26px;
	color: #333;
}

.join2_box2{
	padding: 50px 0px;
}

.join2_box2_nr{
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 50px;
}

.join2_box2_nr ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.join2_box2_nr ul li h2{
	display: flex;
    width: 45%;
    align-items: center;
    color: #333;
}


.join2_box2_nr ul li b {
	font-weight: normal;
	display: block;
	width: 90px;
	font-size: 17px;
	color: #333;
}

.join2_box2_nr ul li .text {
	line-height: 45px;
	height: 45px;
	width: calc(100% - 90px);
	border: solid 1px #fff;
	background: #fff;
	font-size: 15px;
	box-sizing: border-box;
	padding: 0px 10px;
}

.join2_box2_nr ul li .text1 {
	height: 150px;
	width: calc(100% - 90px);
	border: solid 1px #fff;
	background: #fff;
	font-size: 15px;
	box-sizing: border-box;
	padding: 10px;
}

.join2_box2_nr ul li .select {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.join2_box2_nr ul li h3 {
	display: flex;
	width: 31%;
	align-items: center;
	font-size: 15px;
	color: #333;
}

.join2_box2_nr ul li .btn {
	width: 268px;
	height: 60px;
	background-color: #4d74b8;
	border-radius: 0px;
	border: solid 1px #dde8ed;
	margin: 0px auto;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 17px;
}

.bshare-custom{
    zoom:1.2 !important;
}
