﻿/* CSS Document*/

@font-face {
	font-family: "History";
	src: url("/en/fonts/History.woff2") format("woff2"), url("/en/fonts/History.woff") format("woff"), url("/en/fonts/History.ttf") format("truetype"), url("/en/fonts/History.eot") format("embedded-opentype"), url("/en/fonts/History.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('/en/fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('/en/fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?') format('embedded-opentype'), url('/en/fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('/en/fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('/en/fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('/en/fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg') 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: #dd0010;
	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;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1670834 */
	src: url('../font/font_1670834_nnqeiloopp.eot');
	src: url('../font/font_1670834_nnqeiloopp.eot') format('embedded-opentype'),
		url('../font/font_1670834_nnqeiloopp.woff2') format('woff2'),
		url('../font/font_1670834_nnqeiloopp.woff') format('woff'),
		url('../font/font_1670834_nnqeiloopp.ttf') format('truetype'),
		url('../font/font_1670834_nnqeiloopp.svg') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	overflow-x: hidden !important;
}


.container {
	margin: 0px auto;
	max-width: 1360px;
	padding: 0px 30px;
}


.header {
	width: 100%;
	z-index: 200;
	width: 100%;
	transition: all 0.5s ease 0s;
	height: 100px;
	background: #fff;
	position: relative;
	z-index: 5;
}


.header .logo {
	position: relative;
	height: 100%;
	float: left;
	margin-top: 26px;
}

.header .logo img {
	width: 250px;
	height: auto;
}

.header .logo a {
	position: relative;
	z-index: 10;
}

.header .logo::after {
	position: absolute;
	content: '';
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../image/logo.png) no-repeat;
	background-size: contain;
}


.header .head_right {
	float: right;
}

.header .head_right .qieh {
	text-align: right;
	color: #dd0010;
	font-size: 14px;
	line-height: 35px;
	padding-top: 10px;
}

.nav {
	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: #333;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	white-space: nowrap;
	font-weight: bold;
	padding: 0px 10px;
	margin: 0px 10px;
	position: relative; text-transform:capitalize;
}

.nav .nLi:hover h3 a {
	color: #dd0010;
	font-weight: bold;

}


.nav .nLi .sub {
	display: none;
	left: 50%;
	transform: translate(-50%, 0%);
	top: 50px;
	position: absolute;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 1px 2px #ccc;
}

.nav .sub li {
	min-width: 105px;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
	border-bottom: 1px dashed #edecec;
}

.nav .sub li a {
	padding: 0px 15px;
	color: #333;
	display: block;
	font-size: 13px;
	text-align: center;
	background: none !important;
}

.nav .sub a:hover {
	color: #dd0010;
	font-weight: bold;
}


.nav .on h3 a {
	color: #dd0010;
	font-weight: bold;
}

.in_search {
	position: relative;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 12px;
	float: right;
	border-left: 1px solid #ddd;
	line-height: 30px;
	height: 30px;
}

.in_search a.fa i {
	color: #333;
	font-size: 25px;
}

.in_search .close {
	display: none;
}

.search_xl {
	width: 100%;
	padding: 0px 5px;
	box-sizing: border-box;
	height: 40px;
	line-height: 35px;
}

.search_xl .text {
	border: 0px;
	background: none;
	height: 40px;
	line-height: 40px;
	width: 115px;
	color: #333;
	font-size: 14px;
	width: calc(100% - 25px);
}

.search_xl .anniu {
	width: 25px;
	height: 40px;
	vertical-align: sub;
	border: 0px;
	background: none;
	font-size: 18px;
	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(/en/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(/en/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: 17px;
	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: flex-end;
}



.menu_cot  .qieh {
	text-align: center;
	color: #dd0010;
	font-size: 14px;
	line-height: 35px;
	padding-top: 10px;
}


.in_banner {
	height: 520px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
}

.in_banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center center;
}


.in_banner .swiper-pagination span {
	width: 30px;
	height: 5px;
	border-radius: 5px;
	opacity: 1;
	background: #fff; position: relative;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active { 
	background: #fff;
	overflow: hidden;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active::after{
	content: '';
    display: block;
	height: 100%;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	position: absolute; top: 0px;
	background: #dd0010;
	animation:mymove 4s linear;
}

@keyframes mymove
{
from {left:-30px;}
to {left:0px;}
}


.in_banner .swiper-slide .nr {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 0px;
	height: 100%;
	color: #fff;
	text-shadow: 0px 2px 2px #666;
}

.in_banner .swiper-slide .nr .container {

	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.in_banner .swiper-slide .nr h2 {
	font-size: 45px;
}


.in_banner .swiper-slide .nr p {
	font-size: 16px;
	display: block;
	margin: 15px 0px;
	text-transform: uppercase;
}

.in_banner .swiper-slide .nr {
	opacity: 0;
	transition: all 5s ease;
}

.in_banner .swiper-slide-active .nr {
	opacity: 1;
}

.in_banner .swiper-slide .nr span {
	display: block;
	padding-top: 10px;
}

.in_banner .swiper-slide .nr span a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 45px;
	margin: 0px auto;
	border: 1px solid #fff;
	color: #fff;
	line-height: 45px;
	font-size: 16px;
	position: relative;
}


.in_banner .swiper-slide .nr span a b {
	width: 40px;
	height: 1px;
	background: #ddd;
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.in_banner .swiper-slide .nr span a b::after {
	position: absolute;
	content: '';
	display: block;
	height: 1px;
	width: 35%;
	left: 0px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_banner .swiper-slide .nr span a:hover b::after {
	width: 100%;
	transition: all 0.5s ease 0s;
}



.in_bt {
	text-align: center;
}

.in_bt h2 {
	font-size: 32px;
	color: #333;
	padding-bottom: 5px;
}

.in_bt p {
	color: #aaaeb2;
	text-transform: uppercase;
	font-size: 14px;
}


.in_box {
	padding: 50px 0px;
	--swiper-navigation-color: #006699;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 40px;
	/* 设置按钮大小 */
}

.in_box .container {
	position: relative;
	padding: 0px 50px;
}

.in_box_nr {
	margin-top: 50px;
	height: 670px;
}

.in_box_nr .swiper-slide {
	height: calc((100% - 30px) / 2);
	overflow: hidden;
}

.in_box_nr .swiper-slide a {
	display: block;
	position: relative;
	height: 100%;
}

.in_box_nr .swiper-slide a .img {
	border: 1px solid #ddd;
	height: 100%;
}

.in_box_nr .swiper-slide a .img h2 {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.in_box_nr .swiper-slide a .img img {
	width: 100%;
	height: auto;
}

.in_box_nr .swiper-slide a .nr {
	background: rgba(0, 102, 153, 0.6);
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -100%;
	padding: 15px;
	color: #fff;
}

.in_box_nr .swiper-slide a:hover .nr {
	bottom: 0px;
}

.in_box_nr .swiper-slide a .nr h2 {
	font-size: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.in_box_nr .swiper-slide a .nr p {
	font-size: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in_box .in_box_nr_next,
.in_box .in_box_nr_prev {
	top: calc(50% + 50px);
}

.in_box .more {
	text-align: center;
	padding: 50px 0px;
	border-bottom: 1px solid #ccc;
}

.in_box .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 45px;
	margin: 0px auto;
	border: 1px solid #ccc;
	color: #666;
	line-height: 45px;
	font-size: 16px;
	position: relative;
}

.in_box .more a:hover {
	color: #cf1822;
}


.in_box .more a b {
	width: 40px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.in_box .more a b::after {
	position: absolute;
	content: '';
	display: block;
	height: 1px;
	width: 35%;
	left: 0px;
	background: #666;
	transition: all 0.5s ease 0s;
}

.in_box .more a:hover b::after {
	width: 100%;
	transition: all 0.5s ease 0s;
	background: #cf1822;
}


.in_box1 {
	padding-bottom: 50px;
}

.in_box1_nr {
	padding: 30px 0px;
	font-size: 17px;
	text-align: center;
	line-height: 32px;
}

.in_box1_nr p {font-size:15px;}
.in_box1_nr img{ max-width:100%; width:auto;}


.in_box1 .more {
	text-align: center;
}

.in_box1 .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 45px;
	margin: 0px auto;
	border: 1px solid #cf1822;
	background: #cf1822;
	color: #fff;
	line-height: 45px;
	font-size: 16px;
	position: relative;
}

.in_box1 .more a:hover {
	color: #fff;
}


.in_box1 .more a b {
	width: 40px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.in_box1 .more a b::after {
	position: absolute;
	content: '';
	display: block;
	height: 1px;
	width: 35%;
	left: 0px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_box1 .more a:hover b::after {
	width: 100%;
	transition: all 0.5s ease 0s;
	background: #fff;
}


.in_box2 {
	background: url(../image/about3_bj.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0px;
}

.in_box2 .in_bt h2 {
	color: #fff !important;
}

.in_box2 .in_bt p {
	color: #fff !important;
}

.in_box2_nr {
	margin-top: 50px;
	--swiper-navigation-color: #fff;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 20px;
	/* 设置按钮大小 */
}

.in_box2_nr .swiper-slide {
	display: block;
	position: relative;
	height: 100%;
	transform: scale(.9);
	transition: 300ms;
}

.in_box2_nr .swiper-slide-active,
.in_box2_nr .swiper-slide-duplicate-active {
	transform: scale(1);
}


.in_box2_nr .swiper-slide .img h2 {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.in_box2_nr .swiper-slide .img img {
	width: 100%;
	height: auto;
}

.in_box2_nr .swiper-slide .nr {
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 10px 20px;
	color: #333;
}

.in_box2_nr .swiper-slide-active .nr,
.in_box2_nr .swiper-slide-duplicate-active .nr {
	bottom: 0px;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}



.in_box2_nr .swiper-slide .nr h2 {
	font-size: 15px;
	font-weight: bold;
}

.in_box2_nr .swiper-slide .nr h3 {
	font-size: 12px;
	padding-bottom: 15px;
}

.in_box2_nr .swiper-slide .nr span {
	display: none;
}

.in_box2_nr .swiper-slide .nr span a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 45px;
	margin: 0px auto;
	margin-bottom: 30px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 45px;
	font-size: 16px;
	position: relative;
}


.in_box2_nr .swiper-slide .nr span a b {
	width: 40px;
	height: 1px;
	background: #ddd;
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.in_box2_nr .swiper-slide .nr span a b::after {
	position: absolute;
	content: '';
	display: block;
	height: 1px;
	width: 35%;
	left: 0px;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.in_box2_nr .swiper-slide .nr span a:hover b::after {
	width: 100%;
	transition: all 0.5s ease 0s;
}

.in_box2_nr .swiper-slide-active .nr span,
.in_box2_nr .swiper-slide-duplicate-active .nr span {
	display: block;
}

.in_box2_nr .swiper-slide .nr p {
	font-size: 13px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in_box2_nr .in_box2_nr_next,
.in_box2_nr .in_box2_nr_prev {
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;

}


.footer {
	background: #221e1e;
}

.footer1 {
	border-bottom: 1px solid #4e4b4b;
	padding: 30px 0px;
}

.footer1_nr {
	margin-top: 25px;
	display: flex;
}

.footer1_nr ul {
	width: 520px;
	display: flex;
}

.footer1_nr ul li {
	width: 33.3%;
}

.footer1_nr ul li h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.footer1_nr ul li a {
	display: block;
	font-size: 13px;
	line-height: 25px;
	color: #999;
}

.footer1_nr ul li a:hover {
	color: #fff;
}

.footer1_nr .lxwm {
	padding-right: 3%;
}

.footer1_nr .lxwm h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.footer1_nr .lxwm p {
	display: block;
	font-size: 13px;
	line-height: 25px;
	color: #999;
}

.footer1_nr .facebook {
	text-align: center;
	padding-top: 15px;
}

.footer1_nr .facebook a {
	color: #999;
	font-size: 14px;
}

.footer1_nr .facebook i {
	color: #fff;
	font-size: 40px;
}

.footer2 {
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.footer2 a {
	color: #999;
}



.ny_banner {
	height: 520px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ny_banner .container{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ny_banner h2 {
	color: #fff;
	font-size: 40px;
	padding-bottom: 10px;
}

.ny_banner p {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}


.ny_lj {
	line-height: 50px;
	font-size: 14px;
	color: #333;
	background: #f2f0f0;
}

.ny_lj a {
	color: #333;
}

.ny_lj a:hover {
	color: #cf1822;
}

.ny_lj span {
	color: #cf1822;
}

.ny_lj1 {
	line-height: 75px;
	border-bottom: 2px solid #ddd;
	font-size: 30px;
	color: #cf1822;
}

.ny_lj1 span {
	font-size: 24px;
	text-transform: uppercase;
	color: #bfbfbf;
}

.ny_nr {
	padding: 50px 0px;
	background: #fcfcfc;
}

.ny_z_l {
	width: 260px;
	float: left;
}


.ny_z_l ul {
	padding: 0px 20px;
}

.ny_z_l ul li a {
	display: block;
	width: 100%;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}


.ny_z_l ul li a img {
	display: none;
	margin-right: 12px;
}

.ny_z_l ul li a:hover {

	color: #dd0010;
	border: 1px solid #cf1822;
}

.ny_z_l ul li a.on {

	color:#dd0010;
	border: 1px solid #cf1822;

}

.ny_z_l ul li a.on img {
	display: inline-block;
}

.ny_z_r {
	width: calc(100% - 260px);
	float: right;
	padding: 0px 20px;
}

.ny_z_r .bt {
	color: #333;
	font-size: 26px;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}

.ny_z_r .bt span {
	color: #333;
	font-size: 26px;
	position: relative;
	text-align: center;
}

.ny_z_r .bt b{ display: block; width: 40px; height: 1px; background: #dd0010; margin: 0px auto; margin-top: 10px;}

.ny_about {
	font-size: 15px;
	color: #333;
	line-height: 28px;
}

.ny_about p {
	display: block;
	margin-bottom: 10px;
}

.ny_about img {
 width: auto;
 max-width: 960px;
 height: auto;
}

.ny_about a.video{ width: 270px; height: 50px; line-height: 50px; font-size: 16px; text-align: center; border: 1px solid #ccc; border-radius: 5px; display: block; margin: 0px auto;}
.ny_about a.video i{ margin-right: 10px;}

.ny_about1 img{ float: right; margin-left: 50px;}



.ny_about2 ul {
	margin-top: 35px;
}

.ny_about2 ul li {
	width: 30.3%;
	margin: 0px 1.5%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}


.ny_about2 ul li a {
	display: block;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.ny_about2 ul li a img {
	width: 100%;
	height: auto;
}

.ny_about2 ul li p {
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	padding: 10px 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	background: rgba(13, 143, 211, 0.7);
}


.product_dh ul li h2 a{ height: 100px; line-height: 100px; background-size: cover; color: #fff; background-position: center;
    background-size: cover; text-shadow: 0px 0px 2px #000;
    font-weight: bold;}
.product_dh ul li h2 a:hover{ color: #dd0010;  background: #e6e6e6 !important;}
.product_dh ul li h2 a.on{ border: 0px; border-bottom: 2px solid #dd0010; color: #dd0010;}
.product_dh ul li h3 a{ line-height: 40px; margin-bottom: 0px; border: 0px; border-bottom: 1px solid #ddd; font-size: 14px; text-align: left; text-indent: 55px;}
.product_dh ul li h3 a:hover{ border: 0px; border-bottom: 1px solid #ddd; color: #333; background: url(../image/product_09.jpg) no-repeat 35px center; transition: none;}
.product_dh ul li h3 a.on{ background: url(../image/product_09.jpg) no-repeat 35px center; color: #333; border: 0px; border-bottom: 1px solid #ddd;}

.ny_product .table tr th,.ny_product .table tr td{ border: 1px solid #b2d0e0; text-align: center; vertical-align: middle; color: #333; font-size: 12px; padding: 8px 5px;}
.ny_product .table tr th{ background: #b2d0e0; font-weight: normal;}
.ny_product .table tr td a{ color: #006599; display: block; border: 1px solid #006599; margin: 0px auto; border-radius: 5px; white-space:nowrap; width: 56px; height: 23px; line-height: 23px;}
.ny_product .table tr td a:hover{ background: #006599; color: #fff;}

.ny_product .table tr td:nth-child(1){ width: 110px;}
.ny_product .table tr td:nth-child(2){ width: 50px;}
.ny_product .table tr td:nth-last-child(2){ width: 80px;}

.ny_product1 .table tr td:nth-child(1){ width: auto;}
.ny_product1 .table tr td:nth-child(2){ width: auto;}
.ny_product1 .table tr td:nth-last-child(2){ width:auto;}

.ny_news{ position: relative;}
.ny_news::after{ width: 2px; height: 100%; background: #e6e6e6; content: ''; position: absolute; left: 50%; top: 0px; margin-left: -1px;}
.ny_news ul li{ display: flex; align-items: center;}
.ny_news ul li .left{ width: 50%; padding-right: 50px; position: relative;}
.ny_news ul li .left::after{ width: 50px; height:2px; background: #e6e6e6; content: ''; position: absolute; right: 0px; top: 50%; margin-top: -1px;}
.ny_news ul li .left::before{ width: 16px; height: 16px; background: #e6e6e6; content: ''; position: absolute; right: -8px; top: 50%; margin-top: -8px; border-radius: 50%;}
.ny_news ul li .left a{ padding:5% 3%; box-shadow: 0px 0px 10px #ddd; border-radius: 15px; display: flex; justify-content: space-between; align-items: center;}
.ny_news ul li .left a h2 img{ width: 125px;}
.ny_news ul li .left a h3{ font-size: 20px; line-height: 32px; font-weight: bold; color: #333; text-transform: uppercase;}
.ny_news ul li .left a h3 p{ font-size: 14px; font-weight: normal;}
.ny_news ul li .right{ padding: 20px; color: #005cc0; font-size: 20px;}

.ny_news ul li:nth-child(2n+0){flex-direction: row-reverse}
.ny_news ul li:nth-child(2n+0) .left{ padding-right: 0px; padding-left: 50px;}
.ny_news ul li:nth-child(2n+0) .left a{flex-direction: row-reverse}
.ny_news ul li:nth-child(2n+0) .left::after{ left: 0px; top: 50%; margin-top: -1px;}
.ny_news ul li:nth-child(2n+0) .left::before{left: -8px;}

.news1 ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding: 20px 15px;
}

.news1 ul li .nr {
	width: calc(100% - 140px);
	float: right;
}


.news1 ul li .nr h2 a {
	display: block;
	font-size: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
}


.news1 ul li .nr h2 a:hover {
	color: #336bd8;
}

.news1 ul li .nr h3 {
	margin-bottom: 5px;
	line-height: 22px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.news1 ul li .time {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 26px;
	color: #999;
	position: relative;
	box-shadow: 0px 0px 15px #ddd;
	border-radius: 15px;
}

.news1 ul li:hover .time {
	color: #336bd8;
}

.news1 ul li .time::after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	content: '';
	background: #999;
	top: 10px;
	left: 50%;
	margin-left: -4px;
}

.news1 ul li:hover .time::after {
	background: #336bd8;
}

.news1 ul li .time h2 {
	font-size: 25px;
	font-family: fantasy;
	margin-bottom: 4px;
}

.news1 ul li .time p {
	font-size: 14px;
}


/*CSS sabrosus style pagination*/
DIV.sabrosus {
	padding: 5px;
	MARGIN: 25px 3px 25px 3px;
	TEXT-ALIGN: center;
	font-size: 14px;
}

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: #cf1822;
	color: #fff;
	border: #cf1822 1px solid;
}

DIV.pagination A:active {
	padding: 5px 15px;
	background: #cf1822;
	color: #fff;
	MARGIN-RIGHT: 5px;
	border: #cf1822 1px solid;
}

DIV.sabrosus SPAN.current {
	padding: 5px 15px;
	background: #cf1822;
	color: #fff;
	border: #cf1822 1px solid;
}

DIV.sabrosus SPAN.disabled {
	padding: 5px 15px;
	border: #ccc 1px solid;
	COLOR: #444;
	MARGIN-RIGHT: 5px;
	text-decoration: none;
}


.newsxx {
	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 .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;
	padding: 10px 0px;
	display: block;
}

.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;
}


.ny_market{ background: url(../image/market_bj.png) no-repeat; background-size: contain; min-height: 500px;}


.ny_contact1 ul{ margin: 0px -1.5%;}
.ny_contact1 ul li{ width: 47%; margin: 0px 1.5%; margin-bottom: 25px; box-shadow: 0px 0px 15px #ddd; float: left; padding: 20px; background: url(../image/contact1_03.jpg) no-repeat right 15px top 15px; color: #333;}
.ny_contact1 ul li h2{ font-size: 18px; margin-bottom: 15px; color: #dd0010;}
.ny_contact1 ul li p{ font-size: 15px; line-height: 28px;}