body,
html {
	width: 100%;
}

img {
	max-width: 100%;
}

header .lang{
position:relative;
cursor:pointer;
height:100px;
margin-left:15px;
}
header .o-select{
	display:flex;
	height:100%;
	color:#fff;
	align-items: center;
    justify-content: center;
	width:90px;
}
header.active .o-select{
	color:#333;
}
header .o-select i{
	margin-left:8px;
	transition:all 0.3s;
}
header .o-select{
	height:100%;
	color:#fff;
}
header .o-drop-down{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#fff;
	border:1px solid #eaeaea;
	line-height:50px;
	text-align:center;
}
.header-box .container .flex{
	display:flex;
	align-items: center;
    justify-content: flex-end;
}
header .lang:hover .o-select i{
	transform: rotate(180deg);
	transition:all 0.3s;
}
header .o-drop-down:hover{
	background:#1966b1;
	color:#fff;
}
header.active .lang{
	height:90px;
} 
.lang:hover .o-drop-down{
	display:block
}
/*header*/

header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 555;
	height: 100px;
	background: transparent;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header.active {
	border-bottom: none;
	background: #ffffff;
	transition: all 0.3s;
	height: 90px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.header-box {
	width: 100%;
	height: 100%;
}

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

a {
	outline: 0;
}

.fupad {
	display: flex;
	outline: 0;
	height: 100px;
	align-items: center;
}

.fupad img {
	width: 270px;
}

header .logo1,
header.active .logo2 {
	display: block;
}

header .logo2,
header.active .logo1 {
	display: none;
}

header.active .fupad {
	height: 90px;
}


/**/

.pos_re {
	position: relative;
	text-align: center;
}

header .nav-item {
	position: relative;
	margin: 0 25px!important;
	transition: all 0.3s;
}

header .nav-link {
	position: relative;
	color: #fff;
	display: flex;
	height: 100px;
	padding: 0!important;
	font-size: 16px;
	font-weight: normal;
	align-items: center;
	justify-content: center;
	min-width: 64px;
}

header.active .nav-link {
	color: #333;
	width: 100%;
	height: 90px;
}

.nav-item>a.nav-link:hover {
	color: #fff;
}

.nav-item:hover>a.nav-link:before {
	width: 100%;
	transition: all 0.3s;
}

header.active .nav-item>a.nav-link:hover {
	color: #000;
}


/* logo图片 */


/* 菜单 */

.pc_header_width {
	padding: 0;
}

ul.navbar-nav {
	width: 100%;
	justify-content: space-between;
}


/* 二级 */

.dropdown:hover .dropdown-menu_box {
	display: block;
}

.dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	top: calc(100% - 2px);
	z-index: 999;
	background: #ffffff;
	padding: 0px 0 0px;
	border-radius: 2px;
}

.dropdown-toggle::after {
	display: none!important;
}

.dropdown-menu_box ul {
	position: relative;
	padding-left: 0;
}

.dropdown-menu_box ul li {
	width: 100%;
	position: relative;
	list-style: none;
}

.dropdown-menu_box ul li a {
	display: flex;
	font-size: 14px;
	height: 60px;
	line-height: 26px;
	color: #666666;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 10px 0px 10px;
	transition: all 0.2s;
	align-items: center;
	justify-content: center;
}

.dropdown-menu_box ul li:last-child a {
	border: none;
}

.dropdown-menu_box ul li a:hover,
.dropdown-menu_box ul li a:focus {
	color: #fff;
	border-bottom: 1px solid #2771ba;
	background: #2771ba;
	transition: all 0.2s;
}


/* 语言 */

i.btn-search {
	margin: 0 20px;
	font-size: 18px;
	color: #333;
}

header.active .lang_cn a,
header.newde-active .lang_cn a,
header.active i.btn-search {
	color: #58b530!important;
}

.lang_cn {
	margin-left: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
	min-width: 108px;
}

.lang_cn .lang_hiden {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	left: 0;
	margin-left: 0px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
	z-index: 2;
	border-radius: 5px;
	padding: 5px 0;
	display: none;
}

.lang_cn:hover {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

body {
	top: 0px !important;
}

#google_translate_element2 {
	display: none !important;
}

.goog-logo-link {
	display: none !important;
}

.goog-te-gadget {
	color: transparent !important;
}

#google_translate_element {
	display: none;
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

.lang_cn .lang_hiden li {
	list-style: none;
}

.lang_cn .lang_hiden li:hover {
	background: rgba(0, 0, 0, 0.1);
}

.lang_cn:hover .lang_hiden {
	display: block;
}

.lang_cn .lang_hiden li a span {
	display: inline-block;
	width: 70px;
	font-size: 12px;
}

.lang_cn:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background: #333;
}

.lang_cn a {
	color: #333;
	;
}

.lang_cn i {
	margin-right: 10px;
	font-size: 18px;
}

.lang_en {
	position: fixed;
	top: 90px;
	z-index: 999;
	width: 100px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #999;
	right: 0px;
	background: #ffffff;
	opacity: 0;
	cursor: pointer;
}


/* 手机端导航栏 */

.mobile_header-box {
	width: 100%;
	height: 60px;
	display: none;
}

.mobile_header {
	position: relative;
	z-index: 1100;
	background: #ffffff;
	color: #333333;
	width: 100%;
	transition: all 0.3s;
}

.mobile_header.active {
	position: fixed!important;
	z-index: 1100;
	left: 0px;
	right: 0;
	top: 0px;
	transition: all 0.3s;
}

.mobile_header a {
	color: #333333;
}

.mobile_header_title {
	height: 60px;
	background: #ffffff;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
}

.mobile_header_title img {
	display: inline-block;
	height: 32px;
}

.mobile_header_list {
	background: #0b0b0b;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	display: none;
	min-height: 100vh;
}

.mobile_header_list .card {
	background: none;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	padding-left: 20px;
	width: calc(100% - 40px);
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #111;
	margin: 6px 20px 6px 0;
}

.mobile_header_list .btn:focus {
	outline: none;
	box-shadow: none;
}

.mobile_header_list input:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
}

.mobile_header_list input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #fff !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff !important;
}

.mobile_header_list .card h5 img {
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.25rem;
}

.mobile_header_list .card h5 img:nth-child(2) {
	display: none;
}

.mobile_header_list .card h5 {
	line-height: 50px;
	font-size: 14px;
	padding-left: 15px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #999;
	width: 90%;
	margin: auto;
}

.mobile_header_list .card h5 .btn {
	float: right;
	margin-top: 0.4rem;
	color: #ffffff;
	margin-right: 3%;
}

.mobile_header_list .card h5::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -0.06rem;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}


.mobile_header_list .card.nodropdown h5::after {
	border-bottom: none;
	border-right: none
}

.mobile_menu_title.active h5::after {
	-webkit-transform: translate3d(0, 0px, 0) rotate(-135deg);
	transform: translate3d(0, 0px, 0) rotate(-135deg);
}

.mobile_header_list .card:first-child h5::after {
	width: 0;
	height: 0;
}

.mobile_header .card-body {
	background: #111111;
	padding: 15px;
}

.card-body ul {
	width: 90%;
	margin: auto;
}

.card-body ul li {
	list-style: none;
}

.card-body ul li a {
	color: #ffffff;
	line-height: 36px !important;
}

.moblie_title_left {
	float: left;
	padding-top: 12px;
	padding-left: 6%;
}

.moblie_title_right {
	float: right;
	width: 12%;
	padding-top: 15px;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}

.card .search__form {
	display: flex;
	width: 90%;
	margin: auto;
	height: 50px;
	align-items: center;
	justify-content: space-between;
}

.card .search__form i {
	font-size: 20px;
}


/**/

.warp {
	padding: 80px 0;
}

.title_ny {
	margin-bottom: 40px;
}

.title_ny h2 {
	font-weight: normal;
	font-size: 28px;
	text-align: center;
}


/*banner*/

.banner-wrapper .swiper-slide,
.banner-wrapper.swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#banner .swiper-slide a{
	width: 100%;
}
#banner .swiper-slide img {
	width: 100%;
}

.banner-wrapper .swiper-slide,
.swiper-container {
	width: 100%;
	height: 100%;
}

#banner {
	position: relative;
	width: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-slide .title-tx h1 {
	font-weight: bold;
	color: #fff;
	text-align: left;
	color: #277916;
	font-size: 62px;
}

#banner .swiper-slide .title-tx p {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

#banner .swiper-slide .title-tx {
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
}

.banner_button {
	display: flex;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0);
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
}

.banner_button:hover {
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
}

.banner_button.button-next {
	right: 0;
}

.banner_button.button-left {
	left: 0;
}

#banner .ani-slide .title-tx {
	transform: translateY(0);
	opacity: 1;
}

#banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 0;
	transition: all 0.4s;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	opacity: 1;
}

#banner .swiper-pagination {
	text-align: center;
	position: inherit;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin-left: 10px;
}
#banner .swiper-pagination-bullet-active{
	background: #fff;
}
#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20%;
	left: 0;
}

.buttonbox {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	z-index: 2;
}

.banner-img {
	width: 100%;
}

#banner-img {
	position: relative;
	background-size: cover;
	background-position: center center;
}

#banner-img .banner-txt {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
}

#banner-img .banner-txt p {
	margin-top: 00px;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	opacity: 0.5;
}

#banner-img .banner-txt h2 {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	color: #fff;
	margin-top: 30px;
}

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.banner-nav ul li a b {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	opacity: 0.5;
}

.banner-nav ul li.active a b {
	background: #ffffff;
	opacity: 1;
}

.banner-1 {
	position: relative;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
}

.banner-btn {
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 1000;
}

.banner-btns {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}

.banner-btns:hover {
	cursor: pointer;
}

.banner-btns:focus {
	outline: none;
}

.banner-btns.banner-btn-next {
	margin-right: 15px;
}

.vidbg-overlay {
	background: rgba(0, 0, 0, 0)!important;
}


/**/

.warrpbox {
	width: 100%;
}

.title {
	position: relative;
	text-align: left;
	margin-bottom: 60px;
}

.title h2 {
	position: relative;
	font-size: 38px;
	z-index: 5;
	letter-spacing: 3px;
	font-weight: normal;
	color: #000;
	display: inline-block;
	margin-bottom: 0;
}

.title p {
	font-family: "Poppins";
	line-height: 160px;
	margin-bottom: -46px;
	font-size: 160px;
	color: rgba(0, 0, 0, 0.03);
	text-transform: uppercase;
	font-weight: bolder;
}

.title_bj {
	position: absolute;
	top: 50%;
	margin-left: 20px;
	margin-top: -14px;
	left: 100%;
	height: 32px;
}

.title .more-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	background: none;
	width: 160px;
	height: 48px;
	line-height: 48px;
}


/*新葡的京集团3522关于我们*/

.index_about {
	position: relative;
	padding: 0!important;
}

.index_about .title {
	margin-bottom: 40px;
}

.about_left {
	padding: 60px 60px 80px 0;
	width: 52%;
	background: #fff;
	position: relative;
	z-index: 1;
}

.about_right {
	position: absolute;
	left: 48%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.about_left .text_box {
	line-height: 30px;
	text-indent: 4ch;
}

.profile-data {
	display: flex;
	margin: 30px 0 40px;
	text-align: center;
	justify-content: space-between;
	align-items: flex-start;
}

.profile-data h3 {
	color: #1966b1;
}

.profile-data h3 i {
	font-family: Akzidenz-Grotesk BQ;
	font-weight: bolder;
	font-style: normal;
}

.profile-data span {
	font-family: Akzidenz-Grotesk BQ;
	font-size: 46px;
	color: #1966b1;
}

.more-btn {
	display: block;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	overflow: hidden;
	border: 1px solid #eaeaea;
	color: #555;
	transition: all 0.3s;
}

.more-btn:hover {
	color: #fff;
	border-color: #1966b1;
	background: #1966b1;
	transition: all 0.3s;
}

.more-btn span {
	display: flex;
	align-items: center;
	justify-content: space-around;
}


/**/

.index_product {
	position: relative;
	background: url(../images/b2.jpg) no-repeat center fixed;
	background-size: cover;
}

.index_product_box {
	display: flex;
}

.index_product_left {
	width: 345px;
	
}

.index_product_left>li {
	display: flex;
	padding: 30px 40px;
	border-bottom: 1px solid #eaeaea;
	align-items: center;
	justify-content: flex-start;
	height: 130px;
	cursor: pointer;background: #fff;
}

.index_product_left>li.cur {
	background: #1966b1;
	color: #fff;
}

.index_product_left>li.cur img {
	filter: brightness(0) invert(1);
}

.index_product_left>li:last-child {
	border-bottom: none;
}

.index_product_left>li img {
	width: 35px;
	margin-right: 15px;
}

.index_product_right {
	width: calc(100% - 345px);
	background: #fff;
	height: 520px;
}

.index_product_right li {
	display: none;
	width: 100%;
	height: 100%;
	padding: 50px;
}

.index_product_right li:first-child {
	display: block;
}

.index_product_right .text_box {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index_product_right .text_box h3 {
	color: #fff;
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.index_product_right .text_box>div {
	width: 100%;
	color: #fff;
}

.index_product_right .more-btn {
	background: none;
	color: #fff;
}

.index_product_right .more-btn:hover {
	background: #1966b1;
}


/**/

.yz_ul {
	display: flex;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}

.yz_ul li {
	width: calc(33.3333% - 30px);
	margin: 15px;
}

.yz_ul li a {
	position: relative;
	display: block;
	width: 100%;
}

.yz_ul li img {
	width: 100%;
}

.yz_ul li .text_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 40px 35px;
	z-index: 2;
	color: #fff;
}

.yz_ul li .text_box span {
	display: inline-block;
	padding: 5px 18px;
	background: #1966b1;
	margin-top: 20px;
}

.img_box {
	overflow: hidden;
}

.img_box img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}

.yz_ul li:hover .img_box img {
	transform: scale(1.05);
	transition: all 0.5s;
}


/**/

.index_news {
	position: relative;
	background: url(../images/b2.jpg) no-repeat center fixed;
	background-size: cover;
}

.news-wrapper .text_box {
	padding: 15px 20px;
}

.news-wrapper .text_box p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-wrapper .swiper-slide {
	position: relative;
	background: #fff;
	cursor: pointer;
}

.news-wrapper .swiper-slide h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1966b1;
	margin-top: 10px;
	margin-bottom: 20px;
}

.news-wrapper {
	padding-bottom: 40px!important;
}

.news-wrapper .swiper-pagination {
	display: flex;
	bottom: 0 !important;
	align-items: center;
	justify-content: center;
}

.news-wrapper .text_box>div {
	margin-top: 20px;
	padding-top: 15px;
	font-size: 14px;
	border-top: 1px solid #eaeaea;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-wrapper .text_box>div .more-btn {
	border: none;
	padding: 0;
	height: initial;
	width: initial;
	line-height: 20px;
	padding: 5px 10px;
}

.news-wrapper .text_box>div .more-btn i {
	margin-left: 15px;
}

.news-wrapper .swiper-slide:hover .img_box img {
	transform: scale(1.05);
	transition: all 0.5s;
}

.news-wrapper .swiper-slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 3px;
	background: #1966b1;
	transition: all 0.3s;
}

.news-wrapper .swiper-slide:hover:before {
	right: 0;
	transition: all 0.3s;
}

.news-wrapper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #1966b1;
	opacity: 1;
}

.news-wrapper .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	background: none!important;
	border: 4px solid #1966b1;
}


/*footer*/

footer {
	background: #1b1b1b;
}

footer a {
	color: #fff;
}

.foot-nav-title {
	position: relative;
	font-size: 18px;
	color: #fff;
	margin-bottom: 38px;
}

.foot-nav-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 30px;
	height: 1px;
	background: #fff;
}

.foot-nav-item2 .foot-nav-title:before {
	display: none;
}

.foot-nav-item2 .foot-nav-title {
	margin-bottom: 28px;
}

.footer-main-nav {
	display: flex;
	padding: 70px 15px;
}

.footer-main .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.foot-nav-item2 img {
	width: 160px;
}

.foot-nav-con dd a {
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
}

.foot-nav-con dd a:hover {
	color: #fff;
	text-decoration: underline;
}

.foot-nav-con2>p {
	color: #fff;
	font-size: 14px;
}

.foot-nav-item2 .foot-nav-con2 {
	text-align: center;
}

.footer-con {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-con .container {
	display: flex;
	padding-top: 24px;
	padding-bottom: 24px;
	color: #fff;
}

.footer-con .container p {
	display: inline-block;
	margin-right: 50px;
}

.footer-bottom {
	padding: 16px 0;
	background: #0b0b0b;
}

.footer-bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.footer-bottom .container a {
	color: #fff;
}


/**/

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1400px;
	}
}

.warrpbox {
	padding: 60px 0 80px;
}


/*关于我们*/
.about_item{
	    display: flex;
    align-items: center;
}
.about_item .text_box{
	width: 50%;
	padding-right: 30px;
}
.about_item .text_box p{
	line-height: 30px;
    text-indent: 4ch;
    margin-bottom: 15px;
}
.about_item .text_box h3{
	font-weight: bold;
	color: #1966b1;
	margin-bottom: 30px;
}
.about_item img{
	width: 50%;
}
.fz-wrapper{
	padding-bottom: 60px!important;
}
.fz-wrapper .swiper-container-horizontal>.swiper-pagination-bullets,.fz-wrapper .swiper-pagination-custom,.fz-wrapper .swiper-pagination-fraction
{
bottom: 0;	
}
.fz-wrapper h1{
	font-size: 30px;
	color: #1966b1;
	font-weight: bold;
	padding-right: 15px;
}
.fz-wrapper .line{
	position: relative;
	width: 100%;
	margin: 20px 0;
}
.fz-wrapper .line span{
	position: absolute;
	left:2px;
	width: 20px;
	height:20px;
	border-radius: 50%;
	background: #1966b1;
	bottom:-4px;
	z-index: 1;
	border: 4px solid #fff;
}
.fz-wrapper .line img{
	opacity: 0.5;
}
.fz_text{
	padding: 20px;
	margin-right: 30px;
	min-height: 140px;
	border-radius: 5px;
}
.fz-wrapper .swiper-pagination-bullet,
.zs-wrapper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #1966b1;
	opacity: 1;
}

.fz-wrapper .swiper-pagination-bullet-active,
.zs-wrapper .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	background: none!important;
	border: 4px solid #1966b1;
}
.fz-wrapper .swiper-pagination,
.zs-wrapper .swiper-pagination{
	display: flex;
	bottom: 0 !important;
	align-items: center;
	justify-content: center;
}
.zs-wrapper ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}
.zs-wrapper ul li{
	margin: 15px;
	width: calc(20% - 30px);
}
.zs-wrapper{
	padding-bottom: 60px!important;
}
ul.culture{
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}
ul.culture li{
	position: relative;
	margin: 15px;
	
	width: calc(50% - 30px);
	border-radius: 10px;
	overflow: hidden;
}
ul.culture li h3{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
ul.culture li i{
	margin: 0 5px;
}
ul.culture .text_box{
	display: flex;padding: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
      align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
    color: #fff;
}
ul.culture .text_box img{
	width: 50px;
}
ul.culture .text_box>div{
	width: 100%;
}
/**/

.product-title {
	display: flex;
}

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

.classify a {
	position: relative;
	display: block;
	color: #888;
	margin-left: 25px;
	white-space: nowrap;
	text-transform: uppercase
}

.classify a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -10px;
	left: 0;
	background: #000;
	transition: all 0.3s;
}

.classify li.cur a:before,
.classify li a:hover:before {
	width: 100%;
	transition: all 0.3s;
}

.classify a:hover {
	color: #000;
	text-decoration: none;
}

.classify li.cur a {
	color: #000;
}

.product-list ul {
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-list ul li {
	position: relative;
	float: left;
	padding: 40px 0;
	width: calc(25% - 20px);
	margin: 10px;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
	transition: all 0.3s;
}

.product-list ul li a {
	position: relative;
	display: block;
	color: #000000;
	overflow: hidden;
}

.product-list ul li a:before {
	content: "";
	position: absolute;
	width: 220px;
	height: 219px;
	left: 50%;
	margin-left: -110px;
	top: 50%;
	margin-top: -80px;
	background: url(../images/bqb.png) no-repeat center;
	background-size: 100%;
	opacity: 0;
	transition: all 0.4s;
}

.product-list ul li img {
	position: relative;
	z-index: 1;
}

.product-list ul li:hover a:before {
	opacity: 1;
	transition: all 0.4s;
}

.product-list ul li p {
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.3s;
}

.product-list ul li a:hover {
	text-decoration: none;
}

.product-list ul li:hover,
.product-center-list ul li:hover {
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
	transition: all 0.3s;
}

.product-list ul li:hover p {
	margin-top: -5px;
	margin-bottom: 35px;
	transition: all 0.3s;
}


/**/

.bottom-banner-box {
	background: url(../images/bj.jpg) no-repeat center;
	background-size: cover;
}

.bottom-banner {
	padding-top: 260px;
	width: 100%;
}

.bottom-banner .container,
.a-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bottom-banner .container h1 {
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
}

.bottom-banner .container h1 i {
	color: #cd152c;
	font-style: normal;
}

.a-link a {
	position: relative;
	margin-top: 0;
	margin-left: 20px;
	color: #cd152c;
	transition: all 0.3s;
}

.a-link a:hover {
	text-decoration: none;
	margin-top: -5px;
	margin-bottom: 5px;
	transition: all 0.3s;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}

.a-link a.type1 {
	background: #cd152c;
	color: #fff;
}


/*内页*/

#banner-img {
	position: relative;
	width: 100%;
	background: #fff;
}

.container-banner {
	position: relative;
	display: flex;
	padding-top: 80px;
	z-index: 2;
	width: 100%;
	min-height: 720px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.container-banner h3 {
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.banner-txt {
	position: relative;
	padding-top: 60px;
	z-index: 2;
}

#banner-img h2 {
	position: relative;
	z-index: 2;
	font-size: 120px;
	margin-bottom: -38px;
	font-family: "EngraversGothic-BT";
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
}

.dh {
	background: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #EAEAEA;
}

.dh em {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
}

.dh a {
	max-width:calc(100% - 120px);
	font-size: 14px;
	color: #333;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dh .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.dw{
	width: 50%;
	text-align: right;
}
#main {
	min-height: 500px;
}

.container-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	font-family: "EngraversGothic-BT";
}

.about_text p {
	margin-bottom: 20px;
	text-align: center;
}


/*联系我们*/

#mapContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.contact-box{
	position: relative;
}
.contact-box .contxt {
	display: flex;
	width: 100%;
}

.contact-box .contxt>.map {
	position: absolute;
	right: 0;
	top: 0;
	left: 50%;
	bottom: 0;
}
.contact-box .contxt>div{
	width: 50%;
}
.contact-box .contxt ul {
	display: flex;
	padding: 25px;
	padding-left: 0;
	flex-direction: column;
	justify-content: space-between;
}

.contact-box .contxt h3 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #1966b1;
	
}
.ewm img{
	width: 140px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
}
.contact-box .contxt li {
	list-style: none;
	width: 100%;
	padding: 20px;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
	border-radius: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	padding-left: 0;
}

.contact-box .contxt li>div {
	float: left;
	width: calc(100% - 75px);
	margin-left: 20px;
}

.contact-box .contxt li p.linav {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #1966b1;
}

.contact-box .contxt li:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.contact-box .contxt li em {
	float: left;
	display: block;
	font-size: 22px;
	color: #1966b1;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	background: #01308a1f;
}

.con_right {
	margin: 60px 0;
	padding: 60px;
	background:rgba(255,255,255,0.5);
	border-radius: 10px;
}

.con_right>h3 {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	font-size: 28px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 20px;
	height: 57px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	transition: all .3s;
	outline: 0;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-textarea {
	padding-left: 20px;
	height: 180px;
}

.feedback-submit {
	float: right;
	background: #1966b1;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	max-width: 300px;
	height: 51px;
}

.flex .feedback-submit {
	max-width: 100%;
}

.feedback-submit:hover {
	background: #207cd6;
	color: #fff;
}
/**/
.join_list li {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	border:1px solid #eaeaea
}

.join_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 50px 25px 35px;
	align-items: center;
	cursor: pointer;
	
}

.zpTopLeft {
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}

.zpTopLeft .zpTopCn {
	font-size: 20px;
	color: #000;
	line-height: 2em;
}

.zpTopLeft .zpTopEn {
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}



.zpTopRight .anniu {
	display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    background:#f0f4f7;
    justify-content: center;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.zpTopRight.cur .anniu {
	background: #1966b1;
	color: #fff;
	transform: rotate(180deg);
	transition: all 0.3s;
}
.join_hiden {
	width: 100%;
	border-top: #dadada solid 1px;
	padding: 30px 50px 50px 30px;
	transition: all 1s;
	background: none;
	display: none;
	z-index: 1;
}

.join_hiden p {
	line-height: 28px;
}

.join_hiden.cur {
	display: block;
	transition: all 1s;
}

/**/

ul.number {
	margin-top: 60px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

ul.number li {
	display: flex;
	align-items: center;
}

ul.number li h3 {
	font-size: 36px;
	margin-bottom: 0;
	font-weight: normal;
}

ul.number li .num_box {
	margin-left: 30px;
}

ul.number img {
	width: 70px;
}

.mapp {
	margin-top: 60px;
}


/**/

.mould-box {
	width: 100%;
}

.mould-box>ul {
	padding: 0 0 20px;
	margin-left: -15px;
	margin-right: -15px;
}

.mould-box>ul li {
	float: left;
	list-style: none;
	width: calc(33.3333% - 30px);
	margin: 15px;
	cursor: pointer;
}

.mould-box>ul li img {
	width: 100%;
}

.mould-box>ul li p {
	background: #f5f5f5;
	text-align: center;
	line-height: 30px;
	padding: 5px 15px;
}

.mould-box .hidden {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000000000000;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.mould-box .hidden img {
	width: 100%;
	max-width: 800px;
}

.mould-box .hidden .close-gb {
	display: flex;
	margin-top: 20px;
	border: 1px solid #fff;
	color: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 25px;
	cursor: pointer;
	justify-content: center;
}

.mould-box .hidden.cur {
	display: flex;
}


/*新闻页*/

.news-contain {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}

.news-item {
	position: relative;
	width:calc(33.333% - 30px);
	margin: 15px;
}

.news-item h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1966b1;
	margin-top: 10px;
	margin-bottom: 20px;
}
.news-item .text_box p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-item .text_box {
	padding: 15px 20px;
}
.news-item .text_box>div.morebox {
	margin-top: 20px;
	padding-top: 15px;
	font-size: 14px;
	border-top: 1px solid #eaeaea;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-item .text_box>div.morebox .more-btn {
	border: none;
	padding: 5px 10px;
	height: initial;
	width: initial;
	line-height: 20px;
}

.news-item .text_box>div.morebox .more-btn i {
	margin-left: 15px;
}
.news-item:hover .img_box img {
	transform: scale(1.05);
	transition: all 0.5s;
}
.news-item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 3px;
	background: #1966b1;
	transition: all 0.3s;
}

.news-item:hover:before {
	right: 0;
	transition: all 0.3s;
}

/**/

.news_main_title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}

.news_main_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 0;
	border-bottom: 1px solid #ddd;
}

a.back {
	display: flex;
	width: 3.5rem!important;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

a.back:hover {
	color: #fff;
	background:#1966b1;
}


.page_tb {
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_tb a {
	color: #999;
}

.page_tb i {
	margin: 0 0.7rem;
}

.page_tb a:hover,
.news_link a.more_cen:hover {
	color:#3e472c;
}

.news_link {
	margin-top: 2rem;
}

.news_link a {
	margin-right: 1rem;
	color: #999;
}

.news_link a i {
	margin-right: 0.4rem;
}

.news_details {
	min-height: 460px;
	padding: 2rem 0;
}

.news_details p {
	margin-bottom: 0.7rem;
}
.banner-news .container-banner{
	min-height: 300px;
}
/**/
.platform-contain .text_box>div.nrbox{
	height: 130px;
	padding-right: 20px;
    overflow-y: auto; 
}
.platform-contain .news-item{
	border: 1px solid #eaeaea;
	padding-bottom: 10px;
}
.platform-contain .text_box p{
	    overflow: hidden;
    -webkit-line-clamp: initial;
    line-clamp: initial;
    
}
.platform-contain .text_box>div.nrbox{
	margin-top: 20px;
}
.platform-contain .news-item:before{
	display: none;
}
.platform-contain .text_box h3{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}
.platform-contain .text_box>div.nrbox::-webkit-scrollbar {
	width: 2px;
}
.platform-contain .text_box>div.nrbox::-webkit-scrollbar-track,
.platform-contain .text_box>div.nrbox::-webkit-scrollbar-corner {
	background-color:#ddd
}

.platform-contain .text_box>div::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: rgb(39 113 186);
}
/**/

.special-box {
	padding: 30px 0;
	border-bottom: 1px solid #EAEAEA;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: default;
	transition: all 0.3s;
}

.special-box:hover {
	background: #f5f5f5;
	padding: 30px;
	transition: all 0.3s;
}

.special-box:nth-child(2n) {
	flex-direction: row-reverse;
}

.special-box:nth-child(2n) img {
	margin-right: 0px;
	margin-left: 40px;
}

.special-box img {
	margin-right: 40px;
}


/**/

.Products-head {
	padding: 40px 0;
	background: #f1f5f9;
}

.left-nav {
	width: 320px;
}

.left-nav>div.pro-nav-box {
	margin-top: 40px;
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	overflow-y: auto;
}

.close-pro {
	display: none;
	text-align: right;
	padding: 10px 15px;
	height: 50px;
	font-size: 20px;
	margin-bottom: 5px;
}

.left-nav li {
	padding: 15px 15px;
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA;
}
.left-nav li.cur{
	background:#dbefff;
}

.left-nav li:last-child {
	border: none;
}

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

.pro-tab li a {
	display: block;
}

.pro-tab li a:hover {
	color: #CD152C;
}

.pro-tab li {
	position: relative;
	background: #fff;
	color: #666;
	line-height: 60px;
	padding: 0 30px;
	margin: 0 15px;
	border: 1px solid #EAEAEA;
	min-width: 230px;
	text-align: center;
}

.pro-tab li:hover {
	border-color: #CD152C;
}

.pro-tab li.cur:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 8px solid #000;
}

.pro-tab li.cur {
	background: #000;
}

.pro-tab li.cur a {
	color: #fff;
}

.pro-type.cur .pro-type-nav {
	background: #1966b1;
	color: #fff;
	border-bottom:0;
}
.pro-type .pro-type-nav i{
	transform: rotate(270deg);
	transition:all 0.3s
}
.pro-type.cur .pro-type-nav i{
	transform: rotate(360deg);
	transition:all 0.3s
}
.pro-type-nav {
	display: flex;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
}

.pro-type ul {
	height: 0;
	overflow: hidden;
}

.pro-type.cur ul {
	height: 100%;
	background:#f6fbff;
	border:1px solid #eaeaea;
}
.pro-type.cur ul a{
	display:block;
	
}
.pro-type ul li.cur a{
	color:#1966b1;
}
/**/

.title_ny2 h2 {
	position: relative;
	text-align: left;
	font-size: 24px;
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EAEAEA;
}

.title_ny2 h2:before {
	content: "";
	left: 0;
	position: absolute;
	width: 60px;
	height: 3px;
	bottom: -1px;
	background: #d10101;
}

.mould-box>ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
}

.mould-box>ul li:hover p {
	background: #01308a;
	color: #fff;
}

.zznav {
	display: flex;
	margin-bottom: 25px;
}

.zznav li {
	text-align: center;
	margin-right: 20px;
	min-width: 120px;
	line-height: 24px;
	padding: 15px 20px;
	background: #f5f5f5;
}

.zznav li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #01308a;
}

.zznav li a i {
	margin-right: 8px;
}

.zznav li.cur a {
	color: #fff;
}

.zznav li.cur {
	background: #01308a;
	color: #fff;
}

.mould-box {
	cursor: pointer;
}


/**/

.procenter {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-center-list {
	width: calc(100% - 340px);
	margin-bottom: 60px;
}

.product-center-list ul {
	display:flex;
	flex-wrap:wrap;
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-center-list>ul>li {
	position: relative;
	padding:15px;
	width: calc(33.3333% - 20px);
	margin: 10px;
	cursor: pointer;
	border: 1px solid #EAEAEA;
	background:#f6fbff;
}
.product-center-list>ul>li a{
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-center-list>ul>li p {
	margin-top: 20px;
	text-align:center
	
}

.left-nav {
	position: sticky;
	top: 80px;
}

.product-center-list>ul>li:hover:after {
	right: 0;
}

.newprocenter .product-center-list {
	width: 100%;
}

.newprocenter .product-center-list>ul>li {
	width: calc(25% - 20px);
}


.pro-type-mobile {
	display: none;
}

/**/
.pro-view-container .pro-view-left {
	position: sticky;
	top: 120px;
	float: left;
    width:50%;
    margin-right: 30px;
}

.pro-view-img {
	width: 100%;
	position: relative;
	border: 1px solid #eaeaea;
}
.pro-view-img img{
	max-height: 600px;
	width: auto!important;
}

.gallery-top .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.gallery-top .swiper-slide img {
	width: 100%;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	left: 0;
	margin-top: -12px;
}

.swipers-btn.swiper-button-disabled {
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-thumbs {
	height: auto;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.pro-view-container .pro-view-right {
	float: right;
	width: calc(50% - 30px);
}
.detaile_flex table{
	width: 100%;
}
.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #000;
}

.pro-view-jj {
	width: 100%;
	position: relative;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
}

.product-view .product_details {
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.product-view .product_details h2 {
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.headline {
	margin-bottom: 30px;
}

.headline h2 {
	font-size: 1.6rem;
}

.pro-view-jj .swipers-btn {
	width: 30px;
	background: #edf2ee;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-jj .swipers-btn:hover {
	background:#1966b1;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro-view-right .text-box img {
	max-width: 100%;
}

/**/

.manu .swiper-container {
	padding-bottom: 60px;
	--swiper-theme-color: #d10101;
}

.manu .swiper-container-horizontal>.swiper-pagination-bullets,
.manu .swiper-pagination-custom,
.manu .swiper-pagination-fraction {
	bottom: 0;
}

.data-day {
	margin-left: -15px;
	margin-right: -15px;
}

.data-day li {
	float: left;
	margin: 15px;
	width: calc(50% - 30px);
}

.title-wrapper .swiper-slide {
	display: flex;
	min-width: 10rem;
	height: 3.1rem;
	width: auto;
	align-items: center;
	justify-content: center;
	color: #666;
	border-radius: 3px;
	border: 1px solid #eaeaea;
}

.title-wrapper .swiper-slide.active {
	background:#1966b1;
	color: #fff;
	border: 1px solid #1966b1;
}

.title-wrapper {
	margin-top: -2rem;
}
/**/
.rc_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rc_text img{
	max-width: 50%;
}
.rc_text >div{
	padding-right: 40px;
}
.rc_text p{
	margin-bottom: 15px;
}
.rc_text h3{
	font-family: Akzidenz-Grotesk BQ;
	font-weight: bold;
	color: #1966b1;
}
.rc_text em{
	display: inline-block;
}
.rc_text .con_num{
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #EAEAEA;
}
.rc_text .con_num p{
	font-size: 20px;
}
.rc_text .con_num p em{
	display: inline-block;
	margin-right: 10px;
}

.con_text em{
	display: inline-block;
	font-style: normal;
	margin-right: 10px;
}
@media (max-width: 1200px) {
	.product-center-list>ul>li{
		width:calc(50% - 30px)
	}
	.about_item .text_box,.about_item img{
		width:100%;
		padding-right:0;
	}
	.about_item img{
		margin-top:30px;
	}
	.about_item {
    display: flex;
    align-items: center;
    flex-direction: column;
}
	.news-item {
	width:calc(50% - 30px);
	}
	.index_product_left>li:last-child {
		border-bottom: 1px solid #EAEAEA;
	}
	.title p {
		font-size: 120px;
	}
	.yz_ul li .text_box h3 {
		font-size: 24px;
	}
	.yz_ul li .text_box span {
		font-size: 14px;
		padding: 3px 10px;
	}
	.yz_ul {
		margin-top: -5px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.yz_ul li .text_box {
		padding: 20px;
	}
	.yz_ul li {
		margin: 5px;
		width: calc(33.3333% - 10px);
	}
	.index_product_box {
		flex-direction: column;
	}
	.index_product_left {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.index_product_left>li {
		width: 50%;
		padding: 20px;
		height: 80px;
		border: 1px solid #eaeaea;
	}
	.index_product_right {
		width: 100%;
	}
	header .nav-item {
		margin: 0 0 0 20px!important;
	}
	.index_about .about_right {
		position: initial;
		width: 100%;
		height: 500px;
	}
	.about_left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
	header {
		height: 90px;
	}
	header .nav-link,
	.fupad {
		height: 90px;
	}
	.rc_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
	}
	.rc_text>div{
		padding-right: 0;
		margin-bottom: 30px;
	}
	.rc_text img{
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width:991px) {
	.pro-type-mobile {
        display: block;
        text-align: center;
        padding: 15px;
        width: 100%;
        min-width: 320px;
        background: #2c2c2c;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
    }
	.left-nav.cur{
		display:block
	}
	.product-center-list{
		width:100%;
	}
	.left-nav{
		display:none;
		position:initial;
		width:100%;
		
	}
	.left-nav>div.pro-nav-box{
		margin-top:0;
	}
	.procenter {
    
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
	.contact-box .contxt>div{
		width:100%;
	}
	.contact-box .contxt>.map{
		position:relative;
		width:100%;
		height:450px;
		left:0;
	}
	ul.culture li{
		width:calc(100% - 30px)
	}
	.zs-wrapper ul li{
		width:calc(50% - 30px)
	}
	.pro-banner,
	.pro-banner .container-banner{
		height: 0!important;
		min-height: 0!important;
	}
	.products_main .warrpbox{
		padding-top: 0!important;
	}
	.pro-view-container .pro-view-right,
	.pro-view-container .pro-view-left{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.pro-view-container .pro-view-left{
		position: initial;
	}
	.contact-box .contxt {
    width: 100%;
    flex-direction: column;
	}
	.pc_header {
		display: none;
	}
	.mobile_header-box {
		display: block;
	}
	.index_product_right {
		height: 320px;
	}
	.index_product_right li {
		padding: 30px 20px;
	}
	.index_product_right .text_box h3 {
		font-size: 18px;
	}
	.index_product_right .more-btn {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.yz_ul li {
		width: 100%;
	}
	.yz_ul li .text_box {
		padding: 40px;
	}
	.container-banner{
		padding-top: 0;
		min-height: 320px;
	}
	.container-banner h3{
		font-size: 28px;
	}
	.dw{
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
		
	}
	.dh{
		border-bottom: none;
	}
	.dh .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
	}
	.title-wrapper .swiper-slide{
		min-width: 7rem;
		width: auto;
	}
}

@media (max-width:768px) {
	    .product-center-list>ul>li {
        width: calc(100% - 30px);
    }
	.join_top{
		padding:20px
	}
	.zpTopRight .anniu{
		width:38px;
		height:38px
	}
	.news-item {
	width:calc(100% - 30px);
	}
	.index_product_right {
		display: none;
	}
	.index_about .about_right {
		height: 300px;
	}
	.index_product_left>li {
		width: 100%;
	}
	.more-btn {
		height: 40px;
		line-height: 40px;
		width: 120px;
	}
	.profile-data span {
		font-size: 30px;
	}
	.title {
		margin-bottom: 40px;
	}
	.about_left {
		padding: 40px 0;
	}
	.title p {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: -16px;
	}
	.title_bj {
		height: 26px;
		margin-top: -12px;
		margin-left: 10px;
	}
	.title h2 {
		font-size: 26px;
	}
	.title .more-btn {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}
	.foot-nav-item2 img {
		width: 200px;
	}
	.footer-main-nav {
		padding-bottom: 20px;
	}
	.footer-con {
		border-top: 0;
	}
	.footer-con .container p {
		margin-right: 0;
	}
	.footer-main .container {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.footer-main .foot-nav-item {
		display: none;
	}
	.footer-main .foot-nav-item2 {
		display: block;
	}
	.footer-bottom .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		color: #fff;
		font-size: 12px;
		flex-direction: column;
	}
	.footer-con .container {
		display: flex;
		padding-top: 24px;
		padding-bottom: 24px;
		color: #fff;
		flex-direction: column;
		align-items: center;
	}
	.warrpbox {
		padding: 40px 0;
	}
	.contact-box .contxt>ul{
		min-width: 100%;
	}
}

@media (max-width:680px) {
	.contact-box .contxt li{
		padding: 20px 0;
	}
	.con_right{
		padding: 40px 20px;
	}
}