/* CSS Document*/

@font-face {
	font-family: "History";
	src: url("../fonts/History.woff2") format("woff2"), url("../fonts/History.woff") format("woff"), url("../fonts/History.ttf") format("truetype"), url("../fonts/History.eot") format("embedded-opentype"), url("../fonts/History.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@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: #3267da;
	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;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #3267da;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #3267da;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #3267da;
}




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


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


.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 200;
	width: 100%;
	transition: all 0.5s ease 0s;
	height: 200px;

}

.header.scope {
	position: fixed;
	height: 105px;
	background: url(../images/top_bj.png) no-repeat bottom center;
	background-size:cover;
}

.header.scope .header_dh .header_dh_logo {
	width: 55px;
}

.header.scope .header_dh ul {
	margin-top: -40px;
}

.header.n_header {
	background: url(../images/top_bj.png) no-repeat bottom center;
	background-size: cover;
}

.header .container {
	height: 100%;
}

.header_dh {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.header_dh .header_dh_l,
.header_dh .header_dh_r {
	width: calc(50% - 75px);
}

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

.header_dh ul li {
	width: 33.3%;
	text-align: left;
	display: block;
}

.header_dh ul li a {
	font-size: 18px;
	color: #f6d3a1;
}

.header_dh ul li a:hover {
	color: #fff;
}

.header_dh ul li a.on {
	color: #fff;
}

.header_dh_r ul li{ text-align: right;}

.header_dh .header_dh_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.header_dh .header_dh_logo img {
	width: 100%;
}


.header .logo {
	position: relative;
	float: left;
}

.header .logo img {
	width: auto;
	height: 50px;
}

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



.header .head_right {
	float: right;
}

.header .head_right .lang {
	float: right;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
	font-weight: bold;
}

.header .head_right .lang a {
	color: #fff;
	line-height: 40px;
	font-size: 15px;
}

.nav {
	height: 60px;
	position: relative;
	z-index: 10;
	text-align: center;
	float: right;
}

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

}

.nav .nLi h3 a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
	font-weight: bold;
	height: 40px;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
	padding: 0px 5px;
	margin: 0px 15px;
	position: relative;
	text-transform: uppercase;
}

.nav .nLi h3 a:hover {
	color: rgba(255, 255, 255, 1);
	border-bottom: 2px solid #fff;

}

.nav .nLi:hover h3 a {
	color: rgba(255, 255, 255, 1);
	border-bottom: 2px solid #fff;
}



.nav .on h3 a {
	color: rgba(255, 255, 255, 1);
	border-bottom: 2px solid #fff;
}


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

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

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

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

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

.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%);
	-webkit-transform: translateX(-100%);
	transition: all 0.3s ease;
	-webkit-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%);
	-webkit-transform: translateX(-100%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

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

.menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}

.menu_close img {
	width: 30px;
}

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


.in_banner {
	height: 820px;
	position: relative;
}

.in_banner .kbj {
	width: 100%;
	background-size: cover;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	left: 0px;
}

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

.in_banner .kbj a {
	width: 36px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -18px;
	animation: scrollLine 1.5s infinite;
}

.in_banner .kbj a img {
	width: 36px;
	height: auto;

}

@keyframes scrollLine {

	0% {
		bottom: 30px;
	}

	50% {
		bottom: 10px;
	}

	100% {
		bottom: 30px;
	}
}

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

.in_banner .swiper-slide::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	z-index: 2;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(rgba(35, 77, 176, 0.9), rgba(255, 255, 255, 0));
}

.in_banner .swiper-slide::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	z-index: 2;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(35, 77, 176, 0.9));
}

.in_banner .swiper-slide .b_img {
	display: none;
}

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

.in_banner .swiper-slide .nr {
	position: absolute;
	width: 80%;
	left: 20%;
	top: 0px;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-transform: uppercase;
	z-index: 10;
}

.in_banner .swiper-slide .nr h2 {
	font-size: 65px;
	text-shadow: 0px 0px 15px #333;
	margin-bottom: 20px;
}

.in_banner .swiper-slide .nr h3 {
	font-size: 45px;
	text-transform: uppercase;
	text-shadow: 0px 0px 15px #333;
}


.in_banner .swiper-slide .nr {
	opacity: 0;
	transition: all 2s ease;
}

.in_banner .swiper-slide-active .nr {
	opacity: 1;
	left: 10%;
	transition: all 2s ease;
}

.in_box {
	padding-top: 20px;
	padding-bottom: 100px;
	background: #fff;
}

.in_box .container {
	max-width: 1000px;
	text-align: center;
}

.in_box .container b {
	display: block;
	width: 2px;
	height: 80px;
	margin: 0px auto;
	background: #f6d3a1;
	margin-bottom: 20px;
}

.in_box .container h2 {
	font-size: 35px;
	color: #333;
}

.in_box .container h3 {
	text-transform: uppercase;
	color: #b4b4b4;
	font-size: 30px;
	padding: 15px 0px;
}

.in_box .container p {
	font-size: 14px;
	line-height: 24px;
}

.in_box .container span {
	display: block;
	text-align: center;
	margin-top: 15px;
}

.in_box .container span a {
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #3267da;
	display: block;
	margin: 0px auto;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.in_box .container span a::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 22px;
	background: #3267da;
	left: -8px;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.in_box .container span a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 22px;
	background: #3267da;
	right: -8px;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.in_box .container span a:hover::before {
	left: 8px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_box .container span a:hover::after {
	right: 8px;
	background: #fff;
	transition: all 0.5s ease 0s;
}


.in_box1 {
	text-align: center;

}

.in_box1 b {
	display: block;
	width: 2px;
	height: 80px;
	margin: 0px auto;
	background: #f6d3a1;
	margin-bottom: 20px;
}

.in_box1 h2 {
	font-size: 35px;
	color: #333;
}

.in_box1 h3 {
	text-transform: uppercase;
	color: #b4b4b4;
	font-size: 30px;
	padding: 15px 0px;
}

.in_box1 span {
	display: block;
	text-align: center;
	margin-top: 15px;
}

.in_box1 span a {
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #3267da;
	display: block;
	margin: 0px auto;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.in_box1 span a::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 22px;
	background: #3267da;
	left: -8px;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.in_box1 span a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 22px;
	background: #3267da;
	right: -8px;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.in_box1 span a:hover::before {
	left: 8px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_box1 span a:hover::after {
	right: 8px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_box1 h4{ height: 730px; background-size: cover;}

.in_box1 h4 img{ width: 100%; height: auto; display: none;}

.in_box1 .container {
	height: 100%;
	display: flex;
	align-items: center;
}

.in_box1 .container .nr {
	width: 310px;
	margin-left: 400px;
	text-align: center;
}

.in_box1 .container .nr h2 {
	font-size: 35px;
	color: #333;
}

.in_box1 .container .nr h3 {
	text-transform: uppercase;
	color: #b4b4b4;
	font-size: 30px;
	padding: 15px 0px;
}

.in_box1 .container .nr p {
	font-size: 14px;
	line-height: 24px;
}

.in_box1 .container .nr span {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.in_box1 .container .nr span a {
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #3267da;
	display: block;
	margin: 0px auto;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.in_box1 .container .nr span a::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 22px;
	background: #3267da;
	left: -8px;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.in_box1 .container .nr span a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 22px;
	background: #3267da;
	right: -8px;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.in_box1 .container .nr span a:hover::before {
	left: 8px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_box1 .container .nr span a:hover::after {
	right: 8px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_box2 .bt .container {
	max-width: 1000px;
	text-align: center;
	padding: 50px 0px;
}

.in_box2 .bt .container b {
	display: block;
	width: 2px;
	height: 80px;
	margin: 0px auto;
	background: #f6d3a1;
	margin-bottom: 20px;
}

.in_box2 .bt .container h2 {
	font-size: 35px;
	color: #333;
}

.in_box2 .bt .container h3 {
	text-transform: uppercase;
	color: #b4b4b4;
	font-size: 30px;
	padding: 15px 0px;
}

.in_box2 .nr ul {
	display: flex;
}

.in_box2 .nr ul li {
	height: 750px;
	width: 33.3%;
	border-right: 1px solid #fff;
	background-size: cover;
	background-position: center center;
	position: relative;
}

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

.in_box2 .nr ul li .nr {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8%;
}

.in_box2 .nr ul li .nr b {
	width: 30px;
	height: 1px;
	background: #e7ecf0;
}

.in_box2 .nr ul li .nr h2 {
	color: #fff;
	font-size: 20px;
	padding: 30px 0px;
}

.in_box2 .nr ul li .nr h3 {
	font-size: 30px;
	color: #fff;
	padding-bottom: 30px;
}

.in_box2 .nr ul li .nr span {
	display: none;
	text-align: center;
	margin-top: 30px;
}

.in_box2 .nr ul li .nr span a {
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #3267da;
	display: block;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.in_box2 .nr ul li .nr span a::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 22px;
	background: #3267da;
	left: -8px;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.in_box2 .nr ul li .nr span a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 22px;
	background: #3267da;
	right: -8px;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.in_box2 .nr ul li .nr span a:hover::before {
	left: 8px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_box2 .nr ul li .nr span a:hover::after {
	right: 8px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_box2 .nr ul li:hover span {
	display: block;
}

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

.in_box3 {
	padding: 50px 0px;
}

.in_box3 .bt {
	padding-bottom: 30px;
}

.in_box3 .bt h2 {
	font-size: 36px;
	color: #333;
}

.in_box3 .bt h2 b {
	font-weight: normal;
	color: #999;
	margin-left: 15px;
}

.in_box3 .bt span {
	float: right;
}

.in_box3 .bt span a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #ddd;
}

.in_box3 .bt span a:hover {
	background: #3267da;
	color: #fff;
	border: 1px solid #3267da;
}

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

.in_box3_nr .in_box3_nr_l {
	width: 45%;
}

.in_box3_nr .in_box3_nr_l ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

.in_box3_nr .in_box3_nr_l ul li .time {
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #999;
	position: relative;
	border: 1px solid #eee;
	border-radius: 5px;
}

.in_box3_nr .in_box3_nr_l ul li:hover .time {
	color: #3267da;
}

.in_box3_nr .in_box3_nr_l ul li:hover .time {
	box-shadow: 0px 0px 5px #eee;
}

.in_box3_nr .in_box3_nr_l ul li .time::after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	content: '';
	background: #999;
	top: 5px;
	left: 50%;
	margin-left: -3px;
}

.in_box3_nr .in_box3_nr_l ul li .time h2 {
	font-size: 28px;
	margin-top: 15px;
}

.in_box3_nr .in_box3_nr_l ul li .time p {
	font-size: 12px;
}

.in_box3_nr .in_box3_nr_l ul li .nr {
	float: right;
	width: calc(100% - 150px);
}

.in_box3_nr .in_box3_nr_l ul li .nr {
	width: calc(100% - 100px);
	float: right;
}


.in_box3_nr .in_box3_nr_l ul li .nr h2 a {
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
	position: relative;
	padding-top: 6px;
}

.in_box3_nr .in_box3_nr_l ul li .nr h2 a:hover {
	color: #336bd8;
}

.in_box3_nr .in_box3_nr_l ul li .nr p {
	font-size: 12px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in_box3_nr .in_box3_nr_l ul li .nr p {
	color: #999;
}

.in_box3_nr .in_box3_nr_l ul li .nr span {
	margin-top: 6px;
	display: block;
}

.in_box3_nr .in_box3_nr_l ul li .nr span a {
	width: 130px;
	height: 35px;
	line-height: 35px;
	color: #336bd8;
	font-size: 15px;
	display: block;
	border: 1px solid #336bd8;
	text-align: center;
}

.in_box3_nr .in_box3_nr_l ul li .nr span a:hover {
	background: #336bd8;
	color: #fff;
}


.in_box3_nr .in_box3_nr_r {
	width: 42%;
}

.in_box3_nr .in_box3_nr_r a {
	display: block;
	height: 380px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.in_box3_nr .in_box3_nr_r a h2 {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5%;
	text-align: center;
}

.in_box3_nr .in_box3_nr_r a h2 b {
	font-size: 20px;
	padding-bottom: 10px;
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.in_box3_nr .in_box3_nr_r a h2 p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.footer {
	background: url(../images/di_bj.png);
	background-size: cover;
	background-position: center center;
	padding-top: 30px;
}

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

.footer .container h2 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}

.footer .container h3 {
	padding: 10px 0px;
	border-bottom: 1px solid #667ea6;
	text-align: center;
}

.footer .container h3 a {
	color: #fff;
	font-size: 12px;
	padding: 0px 15px;
}

.footer .container p {
	color: #7c88a4;
	text-align: center;
	padding: 10px 0px;
}

.footer .container p a {
	color: #7c88a4;
}

.slide_right {
	width: 50px;
	display: none;
	height: 100vh;
	background: rgba(255, 255, 255, 0.4);
	position: fixed;
	right: 0px;
	top: 0%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	z-index:210;
}

.slide_right.hade {
	display: block;
}

.slide_right ul li {
	text-align: center;
	height: 25vh;
}


.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;
}


.ny_top {
	background: url(../images/top_bj.png) no-repeat bottom center;
	background-size: cover;
}

.ny_banner {
	height: 600px;
	background-position: top center;
	background-size: cover;
	color: #fff;
}

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

.ny_banner .container h2 {
	font-size: 45px;
	padding-bottom: 5px;
	display: none;
}

.ny_banner .container p {
	font-size: 18px;
	text-transform: uppercase;
	display: none;
}


.ny_dh {
	height: 50px;
	border-bottom: 1px solid #ddd;
	background: #f8f6ef;
}

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

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

.ny_dh .container .lj span {
	color: #336bd8;
}

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

.ny_dh .container .ny_dhh a {
	display: block;
	height: 50px;
	line-height: 48px;
	margin: 0px 25px;
	font-size: 15px;
	position: relative;
}

.ny_dh .container .ny_dhh a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background: #ddd;
	right: -25px;
	top: 15px;
}

.ny_dh .container .ny_dhh a:nth-last-child(1) {
	margin-right: 0px;
}

.ny_dh .container .ny_dhh a:nth-last-child(1)::after {
	display: none;
}

.ny_dh .container .ny_dhh a:hover {
	color: #336bd8;
}

.ny_dh .container .ny_dhh a.on {
	color: #336bd8;
}


.about {
	background: #f8f6ef;
	padding: 50px 0px;
}

.about1 {
	margin: 0px auto;
}

.about .jianj {
	width: 100%;
	margin-bottom: 30px;
}

.about .jianj .bt {
	text-align: center;
	display: flex;
}

.about .jianj .bt h2 {
	font-size: 30px;
	margin-right: 15px;
}

.about .jianj .bt p {
	font-size: 25px;
	color: #ccc;
}

.about .jianj .nr {
	padding: 15px 0px;
	font-size: 14px;
	line-height: 26px;
}

.about1 .nr {
	font-size: 14px;
	line-height: 26px;
}

.about1 .nr h2 {
	text-align: center;
	font-size: 25px;
	color: #333;
	padding-bottom: 10px;
}

.about1 .nr p {
	padding-bottom: 10px;
}

.about1 .nr img {
	width: auto;
	margin-right: 35px;
}


.qywh {
	background: url(../images/about1_bj.jpg) no-repeat right center;
	background-size: contain;
}


.business{ padding: 50px 0px;}
.business .bt{ text-align: center; font-size: 28px; color: #333; padding-bottom: 50px;}
.business .nr{ display: flex; justify-content: space-between; align-items: center;}
.business .nr .left{ width: 45%;}
.business .nr .left img{ width: 100%; height: auto;}
.business .nr .right{ width: 50%; font-size: 16px; line-height: 35px;}

.business1{ padding: 50px 0px;}
.business1 .bt{ text-align: center; font-size: 28px; color: #333; padding-bottom: 50px;}


.business1 ul li {
	width: 17%;
	margin: 0px 1.5%;
	float: left;
	margin-bottom: 30px;
}

.business1 ul li a {
	display: block;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

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

.business1 ul li p {
	text-align: center;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.product{ padding: 50px 0px;}

.product .bt {
	text-align: center;
}

.product .bt h2 {
	font-size: 30px;
}
.product .bt p {
	font-size: 22px;
	color: #ccc;
}

.product .nr{ padding-top: 20px; font-size: 14px;
	line-height: 26px;}

.product .nr p {
	padding-bottom: 15px;
}

.product .nr img {
	width: auto;
	margin-right: 35px;
}

.product1{ padding: 50px 0px;}
.product1 .bt{ margin-bottom: 30px;}
.product1 .bt h2{ font-size: 28px; color: #333;}
.product1 .bt h2 b{ font-weight: normal; font-size: 20px; color: #999; margin-left: 10px;}
.product1 .bt span{ float: right;}
.product1 .bt span a{ display: inline-block; padding: 0px 30px; height: 45px; line-height: 45px; text-align: center; color: #fff; background: #3267db; font-size: 16px; margin-left: 10px;}
.product1 ul{ margin: 0px -1%;}
.product1 .bt span a:nth-last-child(1){ background: #cd2c39;}
.product1 ul li{ width: 23%; margin: 0px 1%; float: left; margin-bottom: 30px;}
.product1 ul li .img{ overflow: hidden; margin-bottom: 10px; display: block;}
.product1 ul li .img h2{ background-size: cover; background-position: center center;}
.product1 ul li .img h2 img{ width: 100%; height: auto;}
.product1 ul li p{ text-align: center; font-size: 16px; display: block; position: relative; padding-bottom: 5px; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
.product1 ul li p::after{ width: 20px; height: 2px; background: #ccc; content: ''; position: absolute; bottom: 0px; margin-left: -10px; left: 50%; transition: all 0.5s ease 0s;}
.product1 ul li:hover p::after{ width: 40px; margin-left: -20px; transition: all 0.5s ease 0s; background: #336bd8;}
.product1 ul li h3{ text-align: center; margin-top: 10px;}
.product1 ul li h3 a{ display: inline-block; width: 40%; height: 40px; line-height: 40px; color: #333; font-size: 14px; background: #fff; border: 1px solid #ddd; margin-left: -1px;}
.product1 ul li h3 a:hover{ background: #336bd8; color: #fff;}
.product1 ul li h3 a:hover:nth-last-child(1){ background: #cd2c39; color: #fff;}
.product1 ul li h3 a:hover{ opacity: 0.9;}


.news{ padding: 50px 0px;}

.news ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding: 20px 15px;
}

.news ul li:hover {
	box-shadow: 10px 10px 10px 0px #eee;
}


.news ul li .nr {
	width: calc(100% - 320px);
	float: right;
}


.news ul li .nr h2 a {
	display: block;
	font-size: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
	position: relative;
}


.news ul li .nr h2 a:hover {
	color: #336bd8;
}

.news ul li .nr p {
	font-size: 14px;
	color: #999;
}


.news ul li .nr h3 {
	color: #999;
	margin-bottom: 5px;
}

.news ul li .nr p {
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



.news ul li .img {
	width: 100%;
	max-width: 280px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #999;
	float: left;
}

.news ul li .img a {
	display: block;
	overflow: hidden;
}

.news ul li .img img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	height: auto;
}

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


/*CSS sabrosus style pagination*/
DIV.sabrosus {
	padding: 5px;
	MARGIN: 25px 3px 25px 3px;
	TEXT-ALIGN: center;
	font-size: 14px;
}

DIV.sabrosus .pagination1{ display: flex; align-items: center; justify-content: center;}

DIV.sabrosus p{ margin: 0px 5px;}
DIV.sabrosus A {
	padding: 5px 15px;
	border: #ccc 1px solid;
	COLOR: #444;
	margin: 0px 3px;
	text-decoration: none;
	background: #fff;
}

DIV.sabrosus A:hover {
	padding: 5px 15px;
	background: #336bd8;
	color: #fff;
	border: #336bd8 1px solid;
}

DIV.pagination A:active {
	padding: 5px 15px;
	background: #336bd8;
	color: #fff;
	MARGIN-RIGHT: 5px;
	border: #336bd8 1px solid;
}

DIV.sabrosus SPAN.current {
	padding: 5px 15px;
	background: #336bd8;
	color: #fff;
	border: #2b7bc6 1px solid;
}

DIV.sabrosus SPAN.disabled {
	padding: 5px 15px;
	border: #ccc 1px solid;
	COLOR: #444;
	MARGIN-RIGHT: 5px;
	text-decoration: none;
}



.newsxx {
	padding: 50px 0px;
	color: #333;
	max-width: 1200px;
	margin: 0px auto;
}

.newsxx .bt {
	border-bottom: 1px solid #ddd !important;
	height: auto;
	line-height: auto;
}

.newsxx .bt h2 {
	font-size: 22px;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
	line-height: 35px;
	height: auto;
}


.newsxx .bt h5 {
	font-size: 13px;
	-webkit-text-size-adjust: none;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 0px;
	color: #777;
}

.newsxx .bt h5 img{ margin-right: 5px;}

.newsxx .bt .bdsharebuttonbox {
	width: 150px;
	margin: 0px auto;
}

.newsxx .bt h2 span {
	float: right;
}

.newsxx .nr {
	font-size: 14px;
	padding: 15px 0px;
}

.newsxx .nr p {
	line-height: 30px;
}

.newsxx .nr img {
	max-width: 800px !important;
}


.newsxx .sxy {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.newsxx .sxy h2 {
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsxx .sxy h2 a:hover {
	color: #336bd8;
}

.contact{ max-width: 1200px; margin: 0px auto; padding: 50px 0px;}
.contact .bt{ font-size: 30px; color: #333; padding-bottom: 50px; text-align: center;}
.contact .nr{ display: flex; align-items: center;}
.contact .nr .left{ width:550px;}
.contact .nr .left h2{ font-size: 18px; color: #333; margin-bottom: 35px;}
.contact .nr .left h2 a{ margin: 0px 10px;  height: auto;}
.contact .nr .left h2 a img{width: 50px;}
.contact .nr .left p{ font-size: 16px; color: #333; padding-bottom: 15px;}
.contact .nr .left p img{ margin-right: 10px;}

.contact .nr .right{ width:calc(100% - 600px);}
.contact .nr .right .map{ width: 100%; height: 400px;}