/* 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: #005bac;
	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;
}

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

.white {
	color: #fff !important;
}

.white b {
	color: #fff !important;
}

.white p {
	color: #fff !important;
}

body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	overflow-x: hidden !important;
}


.container {
	margin: 0px auto;
	max-width: 1500px;
}



.header {
	width: calc(100% - 140px);
	padding: 0px 70px;
	z-index: 200;
	transition: all 0.5s ease 0s;
	height: 85px;
	top: 0px;
	padding-top: 10px;
	position: absolute;
	z-index: 20;
}


.header .logo {
	position: relative;
	height: 100%;
	float: left;
	margin-top: 5px;
}

.header .logo i {
	/*width: 122px;*/
	width: 190px;
	height: 62px;
	background: url(../images/logo.png);
	display: block;
	background-size: cover;
}

.header .logo a {
	position: relative;
	z-index: 10;
}


.header .head_right {
	float: right;
	width: calc(100% - 500px);
}

.nav {
	position: relative;
	z-index: 10;
	text-align: center;
	float: right;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav .nLi {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	text-align: center;

}

.nav .nLi h3 a {
	display: inline-block;
	color: #fff;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
	padding: 0px 8px;
	margin: 0px 8px;
	position: relative;
	text-transform: uppercase;
}


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

.nav .nLi h4 {
	color: #fff;
	margin-left: 15px;
}

.nav .nLi h4 a {
	display: inline-block;
	color: #fff;
	box-sizing: border-box;
	font-size: 17px;
	text-align: center;
	line-height: 80px;
	margin: 0px 4px;
	position: relative;
	text-transform: uppercase;
}

.nav .nLi h4 a.on {
	color: #005bac !important;
}


.nav .nLi:hover h4 a {
	color: #fff;
	transition: none;
}



.header:hover .nav .nLi h4 a {
	color: #005bac;
	transition: none;
}


.nav .nLi .sub {
	display: none;
	left: 50%;
	transform: translate(-50%, 0%);
	top: 90px;
	position: fixed;
	width: 100vw;
	background: #f8f8f8;
	padding: 20px 0px;
}

.nav .nLi .sub ul {
	display: flex;
	justify-content: space-between;
}

.nav .nLi .sub ul li {
	width: 16.667%;
	text-align: center;
}

.nav .nLi .sub ul li a img {
	max-width: 215px;
	width: 90%;
}

.nav .nLi .sub ul li a {
	font-size: 15px;
}

.nav .nLi .sub a:hover {
	color: #005bac;
}

.nav .on h3 a {
	color: #005bac;
}

.nav .on h3 a::after {
	content: '';
	width: calc(100% - 20px);
	height: 2px;
	background: #005bac;
	position: absolute;
	left: 10px;
	bottom: 20px;
}


.scope {
	background: #fff;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 5px #ccc;
	position: fixed !important;
	z-index: 99;
}

.header:hover .nav .nLi h3 a {
	color: #333;
}

.header:hover .nav .nLi h3 a:hover {
	color: #005bac;
}

.header:hover .nav .nLi.on h3 a {
	color: #005bac;
}

.scope .nav .nLi h3 a {
	color: #333;
}

.ny_header {
	background: #fff;
}

.ny_header .nav .nLi h3 a {
	color: #333;
}

.header:hover .nav .nLi h4 {
	color: #333;
}

.header:hover .nav .nLi h4 a {
	color: #333;
}

.header:hover .nav .nLi h4 a:hover {
	color: #005bac;
}

.scope .nav .nLi h4 {
	color: #333;
}

.scope .nav .nLi h4 a {
	color: #333;
}

.ny_header .nav .nLi h4 {
	color: #333;
}

.ny_header .nav .nLi h4 a {
	color: #333;
}

.ny_header .nav .nLi h4 a:hover {
	color: #005bac;
}


.header:hover {
	background: #fff;
}


.header:hover .logo i {
	background: url(../images/logo1.png);
	background-size: cover;
}

.scope .logo i {
	background: url(../images/logo1.png);
	background-size: cover;
}

.ny_header .logo i {
	background: url(../images/logo1.png);
	background-size: cover;
}




.reveal-modal-bg {

	z-index: 1000;
	display: none;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	height: 100%;
}

.reveal-modal {
	visibility: hidden;
	top: 0px !important;
	left: 0px;
	bottom: 0px;
	width: 100%;
	position: fixed;
	z-index: 1001;
	background: rgba(0, 0, 0, 1.00);
}

.reveal-modal .cent-form {
	position: absolute;
	width: 94.8%;
	left: 2.6%;
	top: 50%;
	height: 124px;
	margin-top: -63px;
	border-bottom: 1px solid #515151;
}

.reveal-modal .tex {
	border: none;
	font-size: 25px;
	height: 124px;
	line-height: 124px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #555;
	padding-left: 88px;
	padding-right: 80px;
	background: url(../images/ico_36.png) no-repeat 35px 60px;
}

.reveal-modal .sub-butn {
	border: none;
	height: 100px;
	margin-top: 24px;
	font-size: 24px;
	line-height: 100px;
	color: #555;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	text-align: center;
}

.reveal-modal .close-reveal-modal {
	font-size: 50px;
	line-height: .5;
	position: fixed;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

.reveal-modal-bg {

	z-index: 1000;
	display: none;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	height: 100%;
}

.reveal-modal {
	visibility: hidden;
	top: 0px !important;
	left: 0px;
	bottom: 0px;
	width: 100%;
	position: fixed;
	z-index: 1001;
	background: rgba(0, 0, 0, 1.00);
}

.reveal-modal .cent-form {
	position: absolute;
	width: 94.8%;
	left: 2.6%;
	top: 50%;
	height: 124px;
	margin-top: -63px;
	border-bottom: 1px solid #515151;
}

.reveal-modal .tex {
	border: none;
	font-size: 25px;
	height: 124px;
	line-height: 124px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #555;
	padding-left: 88px;
	padding-right: 80px;
	background: url(../images/ico_36.png) no-repeat 35px 60px;
}

.reveal-modal .sub-butn {
	border: none;
	height: 100px;
	margin-top: 24px;
	font-size: 24px;
	line-height: 100px;
	color: #555;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	text-align: center;
	cursor: pointer;
}

.reveal-modal .close-reveal-modal {
	font-size: 50px;
	line-height: .5;
	position: fixed;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}


.headBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, .65);
	z-index: 5;
	transition: all 0.3s ease 0s;
}

.headBg.into {
	transition: all 0.3s ease 0s;
	display: block;
}

.phone_btn {
	float: right;
	margin-top: 20px;
	display: none;
}

.phone_btn span {
	width: 20px;
	height: 17px;
	display: inline-block;
	position: relative;
}

.phone_btn span:before {
	content: '';
	width: 22px;
	height: 3px;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
}

.phone_btn span:after {
	content: '';
	width: 22px;
	height: 3px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
}

.phone_btn span i {
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 3px;
	background: #333;
	margin-top: -2px;
}


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

.menu_box.into {
	transform: translateX(0);
	-webkit-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: 100%;
}

.menu_close img {
	width: 40px;
}

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


.in_banner {
	height: 100vh;
}

.in_banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center center;
}


.in_banner .swiper-pagination {
	bottom: 80px !important;
	text-align: center;
	left: auto !important;
}

.in_banner .swiper-pagination span {
	width: 60px;
	height: 2px;
	border: 0px;
	border-radius: 0;
	opacity: 0.5;
	margin: 0px 6px !important;
	background: #fff;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}


.in_banner .swiper-slide .nr {
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0px;
	color: #fff;
	display: flex;
	align-items: left;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	transition: all 3s ease;
	padding-left: 10%;
}

.in_banner .swiper-slide .nr b {
	width: 40px;
	height: 4px;
	background-color: #ffffff;
	display: inline-block;
	margin-bottom: 15px;
}


.in_banner .swiper-slide .nr h2 {
	font-size: 60px;
	text-shadow: 0px 2px 10px #666;
	font-weight: bold;
}

.in_banner .swiper-slide .nr p {
	font-size: 20px;
	display: block;
	padding: 15px 0px 25px 0px;
}

.in_banner .swiper-slide .nr span a {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border: solid 1px #ffffff;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.in_banner .swiper-slide .nr span a:hover {
	background-color: #005bac;
	border: 1px solid #005bac;
	color: #fff;
}



.in_banner .swiper-slide-active .nr {
	opacity: 1;

}

.in_box {
	background: url(../images/pengyuan.png) no-repeat right top 50px #fff;
	background-size: 750px;
	padding: 50px 0px;
	overflow: hidden;
}

.in_box_bt {
	font-size: 30px;
	color: #333;
	margin-bottom: 40px;
}

.in_box_bt b {
	font-weight: normal;
	color: #005bac;
	font-size: 34px;
}

.in_box_bt span {
	padding-left: 15px;
	color: #ccc;
	font-size: 25px;
}

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

.in_box_l {
	width: 55%;
	box-sizing: border-box;
	padding-right: 20%;
}

.in_box_wz b {
	width: 166px;
	height: 1px;
	background-color: #bfbfbf;
	display: inline-block;
}

.in_box_wz h2 {
	font-size: 22px;
	color: #333;
	padding: 30px 0px;
}

.in_box_wz h2 p {
	font-size: 13px;
	color: #999;
}

.in_box_wz h3 {
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

.in_box_wz span {
	padding-top: 30px;
	display: block;
}

.in_box_wz span a {
	width: 200px;
	height: 60px;
	border-radius: 5px;
	border: solid 1px #313131;
	display: block;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.in_box_wz span a:hover {
	background-color: #005bac;
	border: solid 1px #005bac;
	color: #fff;
}

.in_box_r {
	width: 45%;
	background: none;
	border: 0;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 3px #ddd;
	color: #ddd;
	font-size: inherit;
	font-weight: 700;
	margin: 0px;
	padding: 3px;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	vertical-align: middle;
}

.in_box_r::before,
.in_box_r::after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}

.in_box_r img {
	width: 100%;
	display: block;
}


.draw {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.draw::before,
.draw::after {
	border: 3px solid transparent;
	width: 0;
	height: 0;
}

.draw::before {
	top: 0;
	left: 0;
}

.draw::after {
	bottom: 0;
	right: 0;
}

.draw:hover {
	color: #005bac;
}

.draw:hover::before,
.draw:hover::after {
	width: 100%;
	height: 100%;
}

.draw:hover::before {
	border-top-color: #005bac;
	border-right-color: #005bac;
	-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
	border-bottom-color: #005bac;
	border-left-color: #005bac;
	-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}



.in_box1 {
	padding: 50px 0px;
	margin: 50px 0px;
	position: relative;
	box-sizing: border-box;
}

.in_box1::after {
	width: 51%;
	height: 100%;
	left: 0px;
	top: 0px;
	content: '';
	position: absolute;
	background-color: #eeeeee;
	z-index: 0;
}

.in_box1 .container {
	display: flex;
}

.in_box1_l {
	position: relative;
	z-index: 1;
	width: 56%;
	overflow: hidden;
}

.in_box1_l img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

.in_box1_l:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_box1_r {
	position: relative;
	z-index: 1;
	width: 43%;
	box-sizing: border-box;
	padding-left: 10%;
}

.in_box2 {
	background: #eee;
	padding: 50px 0px;
	margin: 50px 0px;
}

.in_box2 .container {
	display: flex;
}

.in_box2_l {
	width: 43%;
	padding-right: 10%;
	box-sizing: border-box;
}

.in_box2_r {
	width: 56%;
	overflow: hidden;
}

.in_box2_r img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

.in_box2_r:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_box3 {
	padding: 50px 0px;
	margin: 50px 0px;
	position: relative;
}

.in_box3::after {
	width: 100%;
	height: 60%;
	left: 0px;
	bottom: 0px;
	content: '';
	position: absolute;
	background-color: #eeeeee;
	z-index: 0;
}

.in_box3 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.in_box3_l {
	position: relative;
	z-index: 1;
	width: 42%;
	box-sizing: border-box;
	padding: 3%;
	border: 4px solid rgba(255, 255, 255, .0);
}

.in_box3_l:hover {
	border: 4px solid rgba(255, 255, 255, 1);
}

.in_box3_l .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.in_box3_l img {
	width: 100%;
	display: block;
	transition: all 0.5s ease 0s;
}

.in_box3_l:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_box3_l .img h2 {
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, .4);
	padding: 5%;
	text-align: center;
	color: #fff;
	display: none;
}

.in_box3_l .img h2 .bt {
	font-size: 20px;
}

.in_box3_l .img h2 .xbt {
	font-size: 13px;
}

.in_box3_l .img h2 .wz {
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding-top: 10px;
}

.in_box3_l:hover .img h2 {
	display: block;
}

.in_box3_l h3 {
	position: absolute;
	right: 0px;
	bottom: 20%;
	background: rgba(0, 91, 172, 0.6);
	color: #fff;
	font-size: 20px;
	padding: 10px 10%;

}

.in_box3_l h3 p {
	font-size: 14px;
}

.in_box3_l:hover h3 {
	display: none;
}

.in_box3_l span {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0%);
	display: none;
}

.in_box3_l span a {
	width: 200px;
	height: 60px;
	border-radius: 5px;
	background-color: #005bac;
	border: solid 1px #005bac;
	color: #fff;
	display: block;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.in_box3_l span a:hover {
	opacity: .8;
}

.in_box3_l:hover span {
	display: block;
}

.in_box3_z {
	position: relative;
	z-index: 1;
	width: 10%;
}

.in_box3_z a {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	display: block;
	text-align: center;
	padding: 15px 0px;
	font-size: 18px;
}

.in_box3_z a p {
	font-size: 14px;
}

.in_box3_z a:hover {
	border-top: 1px solid #005bac;
	border-bottom: 1px solid #005bac;
}

.in_box3_r {
	position: relative;
	z-index: 1;
	width: 35%;
	overflow: hidden;
}

.in_box3_r a {
	display: block;
}

.in_box3_r img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.5s ease 0s;
}

.in_box3_r h2 {
	position: absolute;
	right: 0px;
	bottom: 20%;
	background: rgba(0, 91, 172, 0.6);
	color: #fff;
	font-size: 20px;
	padding: 10px 10%;
}

.in_box3_r h2 p {
	font-size: 14px;
}

.in_box3_r:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}


.in_box4 {
	margin: 50px 0px;
	padding: 90px 0px;
	background: url(../images/in_aboutbj.jpg) no-repeat;
	background-size: cover;
}

.in_box4 .container {
	display: flex;
}

.in_box4_l {
	width: 55%;
	overflow: hidden;
}

.in_box4_l img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

.in_box4_l:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_box4_r {
	width: 45%;
	padding-left: 10%;
	box-sizing: border-box;
}

.in_box4_r em {
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.5;
	display: block;
	margin-bottom: 30px;
}

.in_box4_r p {
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}

.in_box4_r .more {
	display: flex;
	padding-top: 30px;
}

.in_box4_r .more a {
	width: 35%;
	margin-right: 3%;
	height: 60px;
	border-radius: 5px;
	border: solid 1px #fff;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.in_box4_r .more a:hover {
	background-color: #005bac;
	border: solid 1px #005bac;
}

.in_box5 {
	padding: 40px 0px;
}

.in_box51 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}


.in_box51 .in_box51_l {
	width: calc(45% - 50px);
	position: relative;
}

.in_box51 .in_box51_l .img {
	overflow: hidden;
}

.in_box51 .in_box51_l .img a {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.in_box51 .in_box51_l .img a img {
	width: 100%;
	height: auto;
}

.in_box51 .in_box51_l:hover .img a {
	transform: scale(1.05);
}

.in_box51 .in_box51_l .nr {
	background: rgba(27, 128, 218, 0.4);
	background-size: cover;
	padding: 15px 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
}

.in_box51 .in_box51_l .nr h2 a {
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}

.in_box51 .in_box51_l .nr h2 a:hover {
	color: #fff;
}

.in_box51 .in_box51_l .nr p {
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #fff;
}

.in_box51 .in_box51_l .nr span {
	text-align: right;
	display: block;
}

.in_box51 .in_box51_l .nr span a {
	font-size: 15px;
	text-transform: uppercase;
}

.in_box51 .in_box51_r {
	width: calc(54% - 50px);
}

.in_box51 .in_box51_r ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	position: relative;
}


.in_box51 .in_box51_r ul li a {
	display: flex;
	background: #fff;
	padding: 5px 25px;
}

.in_box51 .in_box51_r ul li a .time {
	float: left;
	width: 70px;
	height: 70px;
	text-align: center;
	margin-right: 10px;
	color: #999;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.in_box51 .in_box51_r ul li a:hover .time {
	color: #005bac;
	border: 1px solid #eee;
	box-shadow: 0px 0px 5px #ddd;
}

.in_box51 .in_box51_r ul li a .time::after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	content: '';
	background: #999;
	top: 5px;
	left: 50%;
	margin-left: -4px;
}

.in_box51 .in_box51_r ul li a:hover .time::after {
	background: #005bac;
}

.in_box51 .in_box51_r ul li a .time h2 {
	font-size: 25px;
	padding-top: 14px;
}

.in_box51 .in_box51_r ul li a .time p {
	font-size: 12px;
	margin-top: -2px;
}


.in_box51 .in_box51_r ul li a .jj {

	width: calc(100% - 80px);
}

.in_box51 .in_box51_r ul li a .jj h2 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	margin-bottom: 6px;
}

.in_box51 .in_box51_r ul li a:hover .jj h2 {
	color: #005bac;
}

.in_box51 .in_box51_r ul li a .jj p {
	font-size: 13px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
}





.bottom {
	background-color: #f8f7f6;
	padding: 90px 0px;
	padding-bottom: 30px;
}

.bottom_l {
	width: 850px;
}

.bottom_l ul {
	display: flex;
}

.bottom_l ul li {
	width: 20%;
	text-align: center;
}

.bottom_l ul li h2 {
	font-size: 16px;
	padding-bottom: 10px;
}

.bottom_l ul li h2 a {
	color: #000;
}

.bottom_l ul li p {
	line-height: 30px;
	font-size: 14px;
}

.bottom_r {
	width: 360px;
}

.bottom_r span {
	text-align: center;
	font-size: 15px;
	padding-left: 44px;
}

.bottom_r span a {
	margin-right: 10px;
}

.bottom_r h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.bottom_r h2 img {
	margin-right: 10px;
	vertical-align: sub;
}

.bottom_r p {
	font-size: 14px;
	padding-left: 44px;
	line-height: 30px;
}

.di {
	background-color: #dcdcdc;
	padding: 10px 0px;
	color: #999;
}

.di a {
	color: #999;
}


.slide_right {
	width: 70px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -166px;
	z-index: 99
}

.slide_right li {
	width: 70px;
	height: 70px;
	margin-bottom: 3px;
	position: relative;
}

.s_tel {
	width: 300px;
	position: absolute;
	left: 0;
	top: 0;
}

.u_tel {
	width: 210px;
	height: 70px;
	float: left;
	background: #3794e7;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	font-family: cursive;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
}

.slide_right li a {
	width: 70px;
	height: 70px;
	background:#1b80da;
	background-blend-mode: normal,
		normal;
	border-radius: 6px 0px 0px 6px;
	font-size: 14px;
	float: left;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.slide_right li:hover a {
	background:#3794e7;
	text-align: center;
}

.slide_right li a i {
	display: block;
	margin: 0px auto;
	text-align: center;
}

.slide_right li a i img {
	width: 25px;
	height: auto;
}

.slide_right li:nth-child(1) a i img {
	width: 38px;
}

.slide_right li .s_side {
	display: none;
}

.slide_right li .hade {
	display: flex;
}


.ny_banner {
	height: 500px;
	background-position: center center;
	background-size: cover;
	margin-top: 100px;

}

.ny_banner .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.ny_banner .container h2 {
	font-size: 40px;
	font-weight: bold;
}

.ny_banner .container p {
	font-size: 18px;
	opacity: .7;
}



.ny_dh {
	background: rgba(255, 255, 255, .9);
	margin-top: -79px;
	padding-right: 20px;
}

.ny_dh.container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0px;
}

.ny_dh.container .lj {
	font-size: 13px;
	display: block;
}

.ny_dh.container .lj span {
	color: #005bac;
}

.ny_dh.container .ny_dhh {
	display: flex;
}

.ny_dh.container .ny_dhh a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 79px;
	font-size: 16px;
	position: relative;
	width: 150px;
	text-align: center;

}


.ny_dh.container .ny_dhh a:hover {
	color: #005bac;
}

.ny_dh.container .ny_dhh a.on {
	background-color: #005bac;
	color: #fff;
}


.about_box {
	padding: 100px 0px;
}

.about_box .bt {
	padding-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #e2e2e2;
}

.about_box .bt h2 {
	position: absolute;
	color: #000;
	bottom: 0px;
}

.about_box_1 {
	display: flex;
}

.about_box_1_l {
	padding-top: 40px;
	width: 60%;
	box-sizing: border-box;
	padding-right: 5%;
}

.about_box_1_l p {
	font-size: 15px;
	display: block;
	line-height: 28px;
}

.about_box_1_l dl {
	margin-top: 15px;
	display: flex;
}

.about_box_1_l dl dd {
	flex: 1;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0px 3%;
}

.about_box_1_l dl dd:nth-last-child(1) {
	border: 0px;
}

.about_box_1_l dl dd span {
	display: block;
	font-size: 16px;
	color: #000;
	padding-top: 6px;
}

.about_box_1_l dl dd b {
	font-size: 18px;
	font-weight: normal;
	color: #999;
}

.about_box_1_l dl dd b em {
	font-size: 45px;
	font-family: fantasy;
	color: #005bac;
	padding-right: 5px;
}

.about_box_1_r {
	width: 40%;
	overflow: hidden;
}

.about_box_1_r img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

.about_box_1_r:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}



.about_box1 {
	padding-bottom: 70px;
	overflow: hidden;
}

.about_box1 .bt {
	padding-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #e2e2e2;
	text-align: center;
}

.about_box1 .bt h2 {
	position: absolute;
	color: #000;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}

.about_box1 ul {
	display: flex;
	margin-top: 40px;
}

.about_box1 ul li {
	width: 16.667%;
	position: relative;
	border-right: 2px solid #fff;
	height: 400px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

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

.about_box1 ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.about_box1 ul li::after{ content: '';
	position: absolute;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.about_box1 ul li h2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	letter-spacing: 4px;
	writing-mode: vertical-lr;
	z-index: 2;
}

.about_box1 ul li:hover{ width: 80%; transition: all 0.3s ease 0s;}

.about_box1 ul li h3{ position: absolute; bottom: 0px; height: 100%; width: 580px; left:50%; margin-left: -290px; box-sizing: border-box; display: flex; align-items: center; z-index: 2; color: #fff; padding: 3%; font-size: 14px; line-height: 22px; opacity: 0; transition: all 0.3s ease 0s; text-align: center;}
.about_box1 ul li:hover h2{ display: none;}
.about_box1 ul li:hover h3{opacity: 1; transition: all 0.3s ease 0s;}


.about_box2 {
	padding: 60px 0px;
}

.about_box2 .bt {
	padding-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #e2e2e2;
	text-align: center;
}

.about_box2 .bt h2 {
	position: absolute;
	color: #000;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}

.about_box2_1 {
	width: 100%;
	margin-top: 30px;
	height: 500px;
	overflow: hidden;
}

.about_box2_1 h2 {
	height: 100%;
	background: url(../images/about_08.jpg) no-repeat center center;
	background-size: cover;
	color: #000;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease 0s;
}

.about_box2_1 h2:hover {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}



.event_box {
	padding: 150px 0px;
	position: relative;
	width: 100%;
	background: url(../images/about1_bj.png) no-repeat bottom center;
	background-size: 100% 80%;
}

.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 90px;
	overflow: hidden;
	position: relative;
}

.parHd ul {
	text-align: center;
	margin: 0 auto;
	height: 80px;
	overflow: hidden;
	padding-top: 15px !important
}

.parHd .tempWrap {
	margin: 0 auto;
}


.parHd li {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	height: 70px;
	color: #333;
	display: inline-block;
	width: 12%;
	position: relative;
	font-weight: bold;
}

.parHd li.act {
	color: #005bac;
}

.parHd li::after {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #ffffff;
	border: solid 3px #005bac;
	position: absolute;
	border-radius: 50%;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10;
}

.parHd li.act::after {
	background-color: #005bac;
}

.parHd:before {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ddd;
	visibility: inherit;
	position: absolute;
	left: 0%;
	bottom: 20px;
	z-index: 10;
}

.parBd {
	margin-bottom: 30px;
}

.parBd .slideBox {
	overflow: hidden;
}

.sPrev,
.sNext {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	bottom: 40px;
	cursor: pointer;
}

.sPrev {
	left: 10%;
}

.sNext {
	right: 10%;
	transform: rotate(-180deg);
}


.parBd .slideBox .container {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}


.about3_nr_r {
	width: 540px;
}

.about3_nr_r img {
	width: 100%;
	height: auto;
	max-height: 320px;
}

.about3_nr_l {
	width: calc(100% - 600px) !important;
	color: #333;
}


.about3_nr_l h2 {
	margin-bottom: 25px;
	font-size: 80px;
	color: #005bac;
	font-family: fantasy;
}


.about3_nr_l p {
	font-size: 16px;
	line-height: 32px;
}


.about_ry {
	padding: 50px 0px;
}

.about_ry .bt {
	padding-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #e2e2e2;
}

.about_ry .bt h2 {
	position: absolute;
	color: #000;
	bottom: 0px;
	left: 0%;
}


.about_ry_nr {
	background-color: #f7f7f7;
	padding: 5%;
	margin-top: 50px;
}

.about_ry ul {
	margin: 0px -2%;
}

.about_ry ul li {
	width: 29.3%;
	margin: 0px 2%;
	float: left;
	text-align: left;
	margin-bottom: 50px;
	background: #fff;
	box-sizing: border-box;
	padding: 5px;
}

.about_ry ul li h2 {
	background-size: cover;
	margin-bottom: 5px;
}

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

.about_ry ul li p {
	font-size: 13px;
	color: #999;
	display: block;
	padding: 6px 0px;
}

.about_ry ul li h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
}


/*CSS sabrosus style pagination*/
DIV.sabrosus {
	TEXT-ALIGN: center;
	font-size: 14px;
	padding: 20px 0px;
	display: flex;
	justify-content: center;
}

DIV.sabrosus A {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: #ccc 1px solid;
	COLOR: #444;
	margin: 0px 3px;
	text-decoration: none;
	background: #fff;
	display: block;
	border-radius: 5px;
}

DIV.sabrosus A:hover {
	width: 32px;
	height: 32px;
	background: #005bac;
	color: #fff;
	border: #005bac 1px solid;
}

DIV.pagination A:active {
	width: 32px;
	height: 32px;
	background: #005bac;
	color: #fff;
	border: #005bac 1px solid;
}

DIV.sabrosus SPAN.current {
	width: 32px;
	height: 32px;
	background: #005bac;
	color: #fff;
	border: #005bac 1px solid;
	margin: 0px 3px;
	display: block;
	line-height: 32px;
	border-radius: 5px;
}

DIV.sabrosus SPAN.disabled {
	width: 32px;
	height: 32px;
	border: #ccc 1px solid;
	COLOR: #444;
	margin: 0px 3px;
	text-decoration: none;
}



.product {
	padding: 50px 0px;
}

.product .bt {
	padding-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #e2e2e2;
}

.product .bt h2 {
	position: absolute;
	color: #000;
	bottom: 0px;
	left: 0%;
}

.product .list {
	margin-top: 50px;
}

.product .list ul {
	margin: 0px -16px;
}

.product .list ul li {
	width: calc(25% - 32px);
	margin: 0px 16px;
	float: left;
	margin-bottom: 30px;
}

.product .list ul li a {
	display: block;
}

.product .list ul li a .img {
	position: relative;
}

.product .list ul li a .img h2 {
	background-size: cover;
}

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

.product .list ul li a .img h3 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 91, 172, 0.7);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product .list ul li a:hover .img h3 {
	opacity: 1;
}

.product .list ul li a .img h3 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 78px;
	background: url(../images/product_listxbj.png) no-repeat;
	background-size: cover;
	color: #fff;
	transition: all 0.5s ease 0s;
}

.product .list ul li a:hover .img h3 span {
	transform: rotate(90deg);
	transition: all 0.5s ease 0s;
}

.product .list ul li a:hover .img h3 span em {
	transform: rotate(-90deg);
}

.product .list ul li a .nr b {
	width: 28px;
	height: 2px;
	background-color: #005bac;
	display: block;
	margin: 15px 0px;
}

.product .list ul li a .nr h2 {
	font-size: 20px;
	color: #000;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product .list ul li a:hover .nr h2::after {
	content: '';
	width: 150px;
	height: 11px;
	background-color: #005bac;
	opacity: 0.5;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.product .list ul li a .nr p {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.product .detail_1 {
	margin-top: 50px;
	display: flex;
}

.product .detail_1 .detail_1_l {
	width: 50%;
}

.product .detail_1 .detail_1_l img {
	width: 100%;
	height: auto;
	box-shadow: 12px 10px 22px 2px rgba(99, 99, 99, 0.2);
}

.product .detail_1 .detail_1_r {
	width: 50%;
	box-sizing: border-box;
	padding: 0px 5%;
}

.product .detail_1 .detail_1_r h2 {
	font-size: 36px;
	color: #000;
}

.product .detail_1 .detail_1_r h3 {
	background-color: #005bac;
	font-size: 18px;
	padding: 15px 20px;
	display: inline-block;
	color: #fff;
	margin: 20px 0px;
}

.product .detail_1 .detail_1_r p {
	font-size: 15px;
	line-height: 28px;
	display: block;
	padding-bottom: 15px;
}

.product .detail_2 {
	padding: 40px 0px;
}

.product .detail_2 .xbt {
	font-size: 30px;
	margin-bottom: 30px;
}

.product .detail_2 .nr {
	background-color: #f5f5f5;
	padding: 5%;
	display: flex;
}

.product .detail_2 .nr .nr_l {
	width: 50%;
	box-sizing: border-box;
	padding-right: 5%;
}

.product .detail_2 .nr .nr_l h2 {
	color: #005bac;
	font-size: 22px;
	padding-bottom: 15px;
}

.product .detail_2 .nr .nr_l p {
	font-size: 15px;
	line-height: 26px;
}

.product .detail_2 .nr .nr_r {
	width: 50%;
}

.product .detail_2 .nr .nr_r img {
	width: 100%;
	height: auto;
}

.detail_3 {
	padding: 40px 0px;
}

.detail_3 .xbt {
	font-size: 30px;
	margin-bottom: 30px;
}


.detail_4 {
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 40px 0px;
}

.detail_4_r {
	width: calc(100% - 650px);
	margin: 0px auto;
}

.detail_4_r ul li {
	padding: 10px 0px;
	font-size: 15px;
	color: #333;
	display: flex;
	align-items: center;
}

.detail_4_r ul li .text {
	width: calc(100% - 130px);
	border: 0px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}

.detail_4_r ul li .text1 {
	width: 100%;
	height: 150px;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ddd;
	resize: none;
}

.detail_4_r ul li a {
	width: 152px;
	height: 63px;
	background-color: #005bac;
	border-radius: 4px;
	color: #fff;
	line-height: 63px;
	text-align: center;
	font-size: 16px;
	margin-right: 20px;
}

.detail_4_r ul li a:nth-last-child(1) {
	background-color: #eeeeee;
	color: #000;
}


.news {
	padding: 50px 0px;
}

.news .bt {
	padding-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #e2e2e2;
}

.news .bt h2 {
	position: absolute;
	color: #000;
	bottom: 0px;
	left: 0%;
}


.news .list ul {
	margin-top: 20px;
}

.news .list ul li {
	padding: 40px 0px;
}

.news .list ul li:hover {
	background: rgba(52, 152, 68, 0.05);
}

.news .list ul li a {
	display: flex;
	justify-content: space-between;
}

.news .list ul li a .img {
	width: 280px;
	overflow: hidden;
}

.news .list ul li a .img img {
	width: 280px;
	height: auto;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}

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

.news .list ul li a .nr {
	width: calc(100% - 310px);
}

.news .list ul li a .nr span {
	font-size: 16px;
	color: #333;
}

.news .list ul li a .nr h2 {
	color: #333;
	display: block;
	font-size: 20px;
	padding: 10px 0px;
}

.news .list ul li a .nr p {
	font-size: 15px;
	color: #999;
	line-height: 28px;
}

.news .list ul li a:hover h2 {
	color: #005bac;
}

.news_xx .container{ max-width: 1200px;}

.news_detail {
	padding: 70px 50px;
	background-color: #f7f7f7;
}


.news_detail .xbt {
	margin-bottom: 25px;
}

.news_detail .xbt h2 {
	color: #333;
	font-size: 26px;
	text-align: center;
}

.news_detail .xbt h3 {
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
	color: #999;
}

.news_detail .xbt h3 span {
	margin: 0px 30px;
}

.news_detail .xbt h3 span.share {
	float: right;
	margin-right: 0px;
}


.news_detail .nr p {
	font-size: 15px;
	line-height: 28px;
	display: block;
	margin-bottom: 10px;
}

.news_detail .nr img {
	max-width: 1440px;
	width: 100%;
}


.news .fany {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}

.news .fany a {
	width: calc(50% - 25px);
	position: relative;
}

.news .fany a img {
	width: 100%;
	height: auto;
}

.news .fany a h2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .8);
	color: #333;
	font-size: 22px;
	padding: 0px 15px;
	box-sizing: border-box;
}

.news .fany a:hover h2 {
	background: rgba(0, 91, 172, 0.6);
	color: #fff;
}

.news .fanh {
	padding: 40px 0px;
	text-align: center;
}

.news .fanh a {
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	display: inline-block;
	background-color: #005bac;
	border-radius: 30px;
	border: solid 1px #005bac;
	font-size: 16px;
}

.news .fanh a:hover {
	opacity: .8;
}


.hr_box {
	padding: 50px 0px;
}

.hr_box .container {
	max-width: 880px;
}

.hr_box .bt {
	padding-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #e2e2e2;
	text-align: center;
}

.hr_box .bt h2 {
	position: absolute;
	color: #000;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}

.hr_box .nr {
	text-align: center;
}

.hr_box .nr p {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	padding: 40px 0px;
}

.hr_box .nr h2 {
	font-size: 26px;
	color: #005bac;
	padding-top: 20px;
}

.hr_box1 {
	padding: 40px 0px;
}

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

.hr_box1 .container a {
	width: calc(50% - 25px);
	position: relative;
	overflow: hidden;
}

.hr_box1 .container a img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.5s ease 0s;
}

.hr_box1 .container a h2 {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	font-size: 36px;
}

.hr_box1 .container a h3 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	z-index: 3;
	text-align: center;
	color: #fff;
	background: rgba(0, 91, 172, 0.6);
	font-size: 18px;
	padding: 15px 0px;
	display: none;
}

.hr_box1 .container a:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.hr_box1 .container a:hover h3 {
	display: block;
}


.hr_box2 {
	padding: 40px 0px;
}

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

.hr_box2 ul li {
	width: calc(25% - 20px);
	position: relative;
}

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

.hr_box2 ul li h2 {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 5%;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
}

.hr_box2 ul li h2 b {
	width: 25%;
	height: 1px;
	background: #fff;
	margin: 15px 0px;
	display: block;
}

.hr_box2 ul li h2 p {
	font-size: 15px;
	line-height: 26px;
	display: none;
}

.hr_box2 ul li:hover h2 p {
	display: block;
}


.hr1 {
	padding: 40px 0px;
}

.hr1 .bt {
	padding-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #e2e2e2;
	text-align: center;
}

.hr1 .bt h2 {
	position: absolute;
	color: #000;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}


.hr1_nr {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}

.hr1_nr_l {
	width: 300px;
}

.hr1_nr_l .xbt {
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	background-color: #005bac;
}

.hr1_nr_l ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-left: 5px solid #eeeeee;
	background: #eee;
	margin-top: 2px;
	color: #333;
	font-size: 18px;
}

.hr1_nr_l ul li a:hover {
	color: #005bac;
}

.hr1_nr_l ul li a.on {
	background: #fff;
	border-left: 5px solid #005bac;
}

.hr1_nr_r {
	width: calc(100% - 340px);
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 5%;
}

.hr1_nr_r .xbt {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.hr1_nr_r .xbt h2 {
	font-size: 20px;
	color: #333;
	padding-bottom: 10px;
}

.hr1_nr_r .xbt h3 {
	font-size: 14px;
}

.hr1_nr_r .xbt h3 span {
	border-right: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	margin-right: 10px;
}

.hr1_nr_r .nr h2 {
	color: #333;
	font-size: 17px;
	padding-bottom: 15px;
}


.hr1_nr_r .nr p {
	line-height: 28px;
	color: #888;
	font-size: 14px;
}


.contact_bt {
	margin-top: 40px;
	padding-bottom: 15px;
	position: relative;
	font-size: 30px;
	color: #e2e2e2;
}

.contact_bt h2 {
	position: absolute;
	color: #000;
	bottom: 0px;
	left: 0%;
}


.contact_box {
	padding: 40px 0px;
	display: flex;
}

.contact_box .xbt {
	font-size: 28px;
	color: #444;
}

.contact_box .xbt p {
	font-size: 13px;
}

.contact_box_l {
	width: 50%;
	box-sizing: border-box;
	padding-right: 6%;
	border-right: 1px solid #ddd;
}

.contact_box_l ul {
	margin-top: 15px;
}

.contact_box_l ul li {
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contact_box_l ul li .text {
	font-size: 14px;
	height: 40px;
	border: 0px;
	border-bottom: 1px solid #ddd;
	width: 48%;
	position: relative;
}

.contact_box_l ul li .text1 {
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #ddd;
	resize: none;
}

.contact_box_l ul li .btn {
	width: 162px;
	height: 58px;
	line-height: 58px;
	background-color: #005bac;
	border-radius: 4px;
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: center;
}


.contact_box_r {
	width: 50%;
	box-sizing: border-box;
	padding-left: 6%;
}

.contact_box_r .nr {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #ddd;
	margin-top: 25px;
	padding: 5%;
}

.contact_box_r .nr p {
	font-size: 16px;
	line-height: 45px;
}

.contact_box_r .nr p span {
	color: #005bac;
	font-size: 20px;
}


.map {
	width: 100%;
	height: 600px;
	position: relative;
}

#map {
	height: 100%;
	width: 100%;
}

.map_contact {
	position: absolute;
	top: 50%;
	left: 12%;
	transform: translate(0, -50%);
	background: #fff;
	width: 528px;
}

.map_contact img {
	width: 100%;
	border: 5px solid #000;
}