﻿/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
	{
	margin: 0;
	padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
	{
	color: #222222;
	font: 14px/1.0 "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

* {
	box-sizing: border-box;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
li,
ol {
	list-style: none;
}

/** 重置文本格式元素 **/
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

sup {
	vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
	vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: 0;
	max-width: 100%;
	transition: all .8s;
	vertical-align: middle;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
	font-size: 100%;
	outline: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
input::-ms-clear {
	display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
	display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	display: block;
	margin: 0;
	padding: 0;
}

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

@font-face {
	font-family: 'bebas_neueregular';
	src: url('../font/bebasneue-webfont.woff2') format('woff2'),
		url('../font/bebasneue-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'quanticoregular';
	src: url('../font/quantico-webfont.woff2') format('woff2'),
		url('../font/quantico-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

.bebas {
	font-family: 'bebas_neueregular';
}

.quantico {
	font-family: 'quanticoregular';
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.normal {
	font-weight: normal !important;
}

.w1600 {
	width: 83.3%;
	margin: 0 auto;
}

.w1200 {
	width: 62.5%;
	margin: 0 auto;
	min-width: 1200px;
}

.w1400 {
	width: 73%;
	margin: 0 auto;
	min-width: 1400px;
}

.mt140 {
	margin-top: 140px;
}

.head {
	height: 138px;
	background: #fff;
}

.head-nav {
	position: relative;
	transition: all 0.2s ease 0s;

}

.head-nav .menu_nav {
	margin-right: 220px;
}

.head-fixed {
	transition: all 0.3s ease 0s;
	height: 138px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	padding-top: 35px;
}

.head-fixed.current {
	height: 70px;
	padding-top: 0px;
	box-shadow: 1px 1px 10px #eee;
}

.head-fixed.current .head-nav {
	margin: 0 auto;
}

.head-fixed.current .head-nav .logo {}

.head-fixed.current .head-nav .menu_nav {}

.head-fixed.current .head-nav .menu_nav ul li a {}

.head-fixed.current .head-nav .menu_nav>ul>li>a {
	padding-bottom: 24px;
}

.menu_nav li {
	float: left;
	position: relative;
	z-index: 999;
	text-align: center;
}

.menu_nav>ul>li>a {
	padding: 30px 20px 57px;
	font-size: 16px;
	display: inline-block;
	color: #222;
	font-weight: bold;
	font-family: Arial;
}

.menu_nav li.hover>a,
.menu_nav li:hover>a,
.head-fixed.current .head-nav .menu_nav ul li a:hover {
	color: #ea5504;
}


.menu_nav li ul {
	position: absolute;
	background: #fff;
	z-index: 9999;
	padding: 12px 0;
	min-width: 128px;

	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	opacity: 0;
	visibility: hidden;

}

.menu_nav li ul:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	width: 0;
	background: transparent;
	will-change: width, background-color;
	transition: width .35s ease, background-color .35s ease;
	display: none;
}

.menu_nav li:hover ul:before {
	width: 100%;
	background-color: #000;
}

.menu_nav li:hover ul {
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}

.menu_nav li ul li a {
	height: 42px;
	line-height: 42px;
	width: 100%;
	transition: .2s;
	color: #333;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}

.menu_nav li ul li a:hover,
.head-fixed.current .head-nav .menu_nav ul li ul li a:hover {
	color: #fff;
	background: #ea5504;
}

.menu_nav li ul li {
	position: relative;
	z-index: 10;
	width: 100%
}

.menu_nav li ul li ul {
	position: absolute;
	left: 100%;
	z-index: 11;
	border-top-right-radius: 5px;
	top: 0
}

.search {
	background: #f6f6f8;
	font-size: 14px;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	margin-top: 23px;
}

.search input[type="text"] {
	border: 0px;
	width: 150px;
	height: 18px;
	line-height: 18px;
	color: #000;
	background: none;
	transition-duration: .5s;
}

.search input::-webkit-input-placeholder {
	color: #000;
}

.search .search_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url(../image/so.png) no-repeat center center / cover;
	width: 14px;
	height: 14px;
	right: 6px;
	border: none;
}

/*banner*/
.banner {
	text-align: center;
}

.banner img {
	display: block;
	margin: auto;

}

.banner .swiper-slide a>img {
	line-height: 0;
	width: 100%;
	position: relative;
	transition: transform 5s ease;
	-webkit-transition: transform 5s ease;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.banner .swiper-slide-active {
	opacity: 1;
	z-index: 10;
	display: block;
}

.banner .swiper-slide-active a>img {
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.swiper-slide-box {
	position: absolute;
	top: 25%;
	font-family: Arial;
	color: #fff;
	width: 100%;
	text-align: center;
}

.swiper-slide-box h2 {
	font-size: 72px;
	font-weight: 800;
	margin-bottom: 2.8%;
}

.swiper-slide-box h3 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 2.8%;
}

.swiper-slide-box .more {
	padding: 15px 40px;
	border: solid 1px #fff;
	color: #fff;
	font-size: 18px;
	display: inline-block;
}

/*part1*/
.part1-txt {
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}

.part1-box .item {
	float: left;
	width: 33.333%;
	padding: 0 20px;
	text-align: center;
}

.part1-box .item h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 30px auto;
}

.part1-box .item .line {
	width: 40px;
	margin: 0px auto;
	border-bottom: 3px solid #ea5505;
	display: block;
}

.part1-box .item .item-content {
	line-height: 1.9;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 50px;
}

.ult_dual_button a {
	display: inline-block;
	line-height: 34px;
}

.ult_dual_button {
	text-align: center;
	width: 100%;
}

.ulitmate_dual_buttons {
	display: inline-block;
}

.ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper {
	float: left;
	position: relative;
}

.bt1 a {
	border-color: rgb(231, 57, 53);
	border-style: solid;
	border-width: 3px;
	border-radius: 100px;
	width: 300px;
	background-color: rgb(255, 255, 255);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ult_ivan_button {
	display: block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	position: relative;
	-webkit-transition: border-color ease .5s, background ease .5s, color ease .5s;
	transition: border-color ease .5s, background ease .5s, color ease .5s;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	color: #7f7f7f;
	border: 2px solid #e7e7e7;
	background-color: #fff;
	padding: 10px 0;
}

.ult_dual_button .middle-text {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	height: 26px;
	width: 26px;

	text-align: center;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 11px;
	border: 3px solid #e73935;
	font-weight: 400;
	z-index: 12;
	-webkit-transition: border-color ease .5s, background ease .5s, color ease .5s;
	transition: border-color ease .5s, background ease .5s, color ease .5s;
	line-height: 26px;
	color: #ffffff;
	background-color: #e73935;

}

.btn2 a {
	margin-left: -3px;
	border-color: rgb(231, 57, 53);
	border-style: solid;
	border-width: 3px;
	border-radius: 100px;
	width: 300px;
	background-color: rgb(255, 255, 255);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ult_dualbutton-wrapper a:hover {
	border-color: #e73935;
	background: #e73935;
	color: #fff;
}

.ult_dualbutton-wrapper a:hover * {
	color: #fff !important;
}

.ult_ivan_button .icon-simple {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px 0 22px;
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 20px;
	color: #e73935;
}

/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 5px;
	border-radius: 3px;
}

.pagination span {
	color: #333;
	font-size: 14px;
	padding: 8px 2px;
	margin: 0 5px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #ea5505;
	border: 1px solid #ea5505;
}

.pagination a.page-num-current {
	color: #fff;
	background: #ea5505;
	border: 1px solid #ea5505;
}

/* ----- PB分页数字条效果 结束 ----- */

.text-btn {
	font-family: Roboto;
	font-weight: bold;
	color: rgb(231, 57, 53);
}

.public-title h2 {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.public-title span {
	font-size: 18px;
	color: #727272;
	text-align: center;
	display: block;
}

.part2-box {
	margin-top: 20px;
}

.tab-title {
	text-align: center;
}

.tab-title ul li {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	padding: 0 50px;
	line-height: 2;
	position: relative;
	cursor: pointer;
}

.tab-title ul li.on,
.tab-title ul li:hover {
	color: #ea5504;
}

.tab-title ul li.on:after,
.tab-title ul li:hover:after {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 3px;
	background: #ea5504;
	left: 50%;
	margin-left: -20px;
}

.tab-con {
	margin-top: 60px;
}

.tab-con .tab-item {
	position: relative;
	display: none;
}

.tab-con .tab-item:first-child {
	display: block;
}

.tab-con .tab-item .swiper-button-next:after,
.tab-con .tab-item .swiper-button-prev:after {
	display: none;
}

.tab-con .tab-item .swiper-button-next,
.tab-con .tab-item .swiper-button-prev {
	color: #9d9d9d;
	font-size: 40px;
	margin-top: -40px;
}

.tab-con .tab-item .swiper-button-prev {
	transform: translateX(-60px);
}

.tab-con .tab-item .swiper-button-next {
	transform: translateX(60px);
}

.tab-con .tab-item .swiper-slide a {
	overflow: hidden;
	display: block;
	border: solid 1px #aaa;
}

.tab-con .tab-item .swiper-slide a:hover img {
	transform: scale(1.1, 1.1);
}

.tab-con .tab-item .swiper-slide p {
	font-size: 18px;
	font-weight: bold;
	color: #343434;
	text-align: center;
	padding-top: 25px;
}

.tab-con .tab-item .swiper-slide:hover p {
	color: #ea5504;
}

.part3-box {
	width: 94.79%;
	margin: 50px auto 0;
}

.part3-box dl {
	width: 102.7%;
}

.part3-box dl dd {
	float: left;
	width: 47.3%;
	margin-right: 2.7%;
	overflow: hidden;
	position: relative;
}
.part3-box dl dd img{ width:100% }
.part3-box ul {
	width: 102.7%;
}

.part3-box ul li {
	width: 22.3%;
	float: left;
	margin-top: 2.7%;
	margin-right: 2.7%;
	overflow: hidden;
	position: relative;
}

.part3-box ul li .pic {
	display: block;
	border: 1px solid #eaeef1;
}
.part3-box ul li .pic img{ width:100%; }
.part3-box ul li:hover img,
.part3-box dl dd:hover img {
	transform: scale(1.1);
}

.pb-hov-bg {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: .8s;
	position: absolute;
	top: 0;
	left: 0;
}

.part3-box .pb-hov-bg {
	background: rgba(106, 106, 106, .8);
}

.part3-box ul li:hover .pb-hov-bg,
.part3-box dl dd:hover .pb-hov-bg {
	opacity: 1;
}

.pb-fixed {
	width: 100%;
	position: absolute;
	top: 42.5%;
	z-index: 2;
	transition: all .5s ease-out;
	text-align: center;
}

.pb-fixed h3 {
	font-size: 36px;
	line-height: 1.4;
}

.pb-fixed i {
	display: inline-block;
	width: 40px;
	height: 3px;
	background: #222;
}

.part3-box dl dd:hover .pb-fixed a,
.part3-box ul li:hover .pb-fixed a {
	color: #ea5504;
}

.part3-box dl dd:hover .pb-fixed i,
.part3-box ul li:hover .pb-fixed i {
	background: #ea5504;
}

.part3-box ul li .pb-fixed {
	top: 66%;
	left: 7.3%;
	text-align: left;
}

.part3-box ul li .pb-fixed h3 {
	font-size: 30px;
}

.part3 .more {
	margin-top: 55px;
	text-align: center;
}

.part3 .more a {
	font-size: 18px;
	display: inline-block;
	padding: 15px 60px;
	border: 1px solid #222;
	transition: .3s;
}

.part3 .more a:hover {
	background: #ea5504;
	color: #fff;
	border: 1px solid #ea5504;
}

.part4-box .public-title span {
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
}

.part4-box .public-title h2 {
	text-align: left;
}

.part4-box .left {
	width: 52.4%;
}

.part4-box-desc {
	width: 76.4%;
	color: #6f6f6f;
	line-height: 2;
}

.part4-box .right {
	width: 47.6%;
}

.part4-box .right video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.part4-list {
	margin-top: 60px;
	width: 102.5%;
	display: flex;
}

.part4-list li {
 
	margin-right: 2.5%;
	border: 1px solid #e2e2e2;
	padding: 25px;
	float: left;
}

.part4-list li .num {
	font-family: Impact;
	font-size: 48px;
	color: #ea5505;
	margin-bottom: 30px;
}

.part4-list li .num i {
	background: url("../image/douhao.png") left no-repeat;
	width: 34px;
	height: 28px;
	display: inline-block;
	margin-left: 20px;
}

.part4-list li .title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}

.part4-list li .desc {
	font-size: 14px;
	color: #6f6f6f;
	line-height: 2;
}

.part5 {
	background: #ececec;
	padding-top: 60px;
	padding-bottom: 65px;
}

.part5 .public-title h2 {
	margin-bottom: 20px;
}

.part5-box {
	margin-top: 30px;
}

.part5-box ul li {
	float: left;
	/* width: 12.5%; */
	width: 10%;
	text-align: center;
	overflow: hidden;
}

.part5-box ul li:hover img {
	transform: scale(1.1);
}

.part6 .public-title h2 {
	margin-bottom: 25px;
}

.part6-box {
	width: 91.15%;
	margin: 50px auto 100px;
}

.part6-box ul li {
	width: 23.05%;
	float: left;
	margin-right: 2.6%;
	text-align: center;
}

.part6-box ul li:last-child {
	margin-right: 0px;
}

.part6-box ul li .pic {
	overflow: hidden;
}
.part6-box ul li .pic img{ width:100%;}
.part6-box ul li p a {
	font-size: 21px;
	font-weight: bold;
	display: block;
	margin-top: 30px;
}

.part6-box ul li:hover img {
	transform: scale(1.1);
}

.part6-box ul li:hover a {
	color: #ea5505;
}

.footer {
	background: #303030;
	padding-top: 40px;
}

.footer-box {
	padding-bottom: 60px;
}

.footer-box .left .bt-logo {
	margin-bottom: 35px;
}

.footer-box .left h2 {
	font-size: 18px;
	color: #ea5505;
	margin-bottom: 20px;
}

.footer-box .left .info {
	line-height: 2;
	font-size: 14px;
	color: #fff;
	margin-bottom: 25px;
}

.share-buttons {
	margin-bottom: 25px;
}

.share-buttons a i {
	color: #b3b5b6;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	text-align: center;
	line-height: 25px;
	background: #444;
}

.footer-box .right {
	width: 350px;
}

.footer-box .right h2 {
	font-size: 18px;
	color: #fff;
	margin: 20px 0;
}

.footer-box .right input[type="text"] {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-indent: 15px;
}

.footer-box .right textarea {
	width: 100%;
	height: 85px;
	padding: 10px 15px;
}

.footer-box .right .btn {
	margin-top: 20px;
	width: 100px;
	height: 40px;
	background: #ea5505;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border: none;
	font-size: 16px;
}

.footer .bq {
	background: #252525;
	line-height: 60px;
	text-align: center;
	font-size: 12px;
	color: #8b8b8b;
}

.footer .bq * {
	color: #8b8b8b;
}

.sec-nav {
	background: #f7f7f7;
	line-height: 105px;
	border-bottom: 1px solid #e0e0e0;
}

.sec-nav-box h2 {
	font-size: 24px;
}

.sec-nav-box ul li {
	float: left;
	padding: 0 25px;
	line-height: 102px;
}

.sec-nav-box ul li a {
	display: block;
	font-size: 18px;
	color: #6f6f6f;
}

.sec-nav-box ul li.active a,
.sec-nav-box ul li:hover a {
	color: #ea5505;
	border-bottom: #ea5505 3px solid;
}

.are {
	margin-top: 80px;
}

.public-title2 h2 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.public-title2 i {
	width: 40px;
	margin: 0px auto;
	border-bottom: 3px solid #ea5505;
	display: block;
}

.are-box {
	margin-top: 60px;
	margin-bottom: 180px;
	position: relative;
}

.public-info {
	line-height: 2;
	font-size: 18px;
	color: #2d2d2d;
}

.are-box .left {
	width: 53.75%;
	float: left;
	padding: 40px 30px;
	background: #f7f7f7;
	position: relative;
	z-index: 5;
}

.are-box .right {
	float: right;
	width: 53.333%;
	z-index: 1;
	position: absolute;
	top: 20%;
	right: 0;
}

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

.do-box {
	margin-top: 45px;
}

.do-box ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.do-box ul li h3 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 700;
	margin-top: 30px;
}

.do-box .desc {
	margin-top: 50px;
}

.pursuit {
	margin-top: 90px;
}

.pursuit-box {
	margin-top: 50px;
	position: relative;
	margin-bottom: 80px;
}

.pursuit-box .left {
	width: 53.75%;
	position: absolute;
	left: 0;
	top: 0;
	 
}

.pursuit-box .right {
	width: 53.333%;
	float: right;
	background: #f7f7f7;
	padding: 70px 60px 85px 130px;
	margin-top: 7%;
}

.history {
	background: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 60px;
}

.history-box {
	margin-top: 50px;
}

.his-ul {
	text-align: center;
	font-size: 0;
	margin-top: 85px;
}

.his-ul li .sma {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-image: url('../image/sma.png');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	transition: all 0.3s ease;
}

.his-ul li .big {
	width: 120px;
	height: 90px;
	display: inline-block;
	background-image: url('../image/big.png');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 90px;
	transition: all 0.3s ease;
	text-align: center;
}

.his-ul .xian {
	width: 80px;
	border-top: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
}

.his-ul li .font {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
}

.his-ul li {
	text-align: center;
	position: relative;
	margin-bottom: 72px;
	cursor: pointer;
}


.his-ul li:nth-child(odd) h2{
	text-align: right;
}


.his-ul li .de {
	font-size: 18px;
	color: #666;
	width: 65%;
	float: right;
	line-height: 25px;
	position: absolute;
	margin-top: 0;
}

.his-ul li .de h2 {
	color: #ea5505;
	font-size: 36px;
	padding-bottom: 20px;
}



.his-ul li .de h2 p {
	font-size: 18px;
	color: #2d2d2d;
}

.his-ul li:nth-child(odd) .font {
	left: 0;
}

/* .his-ul li:nth-child(even) .font {
right: 0;
} */

.his-ul li:nth-child(odd) .xian {
	float: right;
	margin-top: 45px;
	margin-right: 15px;
}

.his-ul li:nth-child(odd) .big {
	float: right;
}



.his-ul li .shuxian {
	height: 80px;
	display: inline-block;
	border-left: 1px solid #dddddd;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}



.mo {
	display: block;
	width: 72px;
	margin: 0 auto;
}


.his-ul li:hover .sma {
	background-image: url('../image/smaa.png');
}

.his-ul li:hover .big {
	background-image: url('../image/bigg.png');
}

.his-ul li:hover .de {
	color: #ea5505;
}

.his-ul li p {
	text-align: justify;
}



.his-ul li:nth-child(odd) .de {
	top: 15px;
	right: 250px;
	width: auto;
}

.his-ul li:nth-child(even) .de {
	top: 15px;
	left: 250px;
	width: auto;
}

.category {
	margin: 75px 0 100px;
}

.category h2 {
	text-transform: none;
	margin-bottom: 20px;
}

.category-box {
	margin-top: 60px;
}

.category-box ul li {
	float: left;
	background: #efefef;
	margin-bottom: 20px;
}

.category-box ul li:nth-of-type(2n) {
	float: right;
}

.category-box ul li .pic {
	float: left;
	margin-right: 40px;
	overflow: hidden;
	-webkit-filter: grayscale(1);
	/* Webkit */
	filter: gray;
	/* IE6-9 */
	filter: grayscale(1);
	/* W3C */
}

.category-box ul li .info {

}

.category-box ul li .info h2 {
	font-size: 30px;
	line-height: 1.5;
}

.category-box ul li .info .more {
	font-size: 12px;
	color: #333;
	display: inline-block;
	padding: 15px;
	border: 1px solid #9b9b9b;
	transition: .5s;
}

.category-box ul li .info .more i {
	margin-left: 15px;
}

.category-box ul li:hover img {
	transform: scale(1.1, 1.1);
	;
}

.category-box ul li:hover .info {
	color: #ea5505;
}

.category-box ul li:hover .info .more {
	background: #ea5505;
	border-color: #ea5505;
	color: #fff;
}

.pro-detail {
	padding: 78px 20px 100px;
}

.breadcrumb {
	line-height: 48px;
	text-align: right;
}

.breadcrumb a {
	font-size: 16px;
	color: #111113;
	padding: 0 5px;
}

.pro-detail-wrap .left {
	width: 90px;
	float: left;
	padding-top: 25px;
}

.pro-detail-wrap .center {
	width: 62.5%;
	padding-left: 6px;
	float: left;
	overflow: hidden;
}

.pro-detail-wrap .right {
	float: right;
	width: calc(37.5% - 90px);
	background: #efefef;
	padding: 50px 50px 30px;
}

.pro-detail-wrap .left .smallimg .slick-arrow:before {
	font-family: icomoon-the7-font;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	font-size: 25px;
}

.pro-detail-wrap .left .smallimg .slick-arrow {
	color: #949494;
	background: none;
	border: none;
	font-size: 0px;
	width: 100%;

}

.pro-detail-wrap .left .smallimg .slick-prev:before {
	content: '\f004';
}

.pro-detail-wrap .left .smallimg .slick-next:before {
	content: '\f005';
}

.pro-detail-wrap .left .smallimg .slick-list {
	margin: 20px 0;
}

.pro-detail-wrap .left .slick-vertical .slick-slide {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #efefef;
}

.pro-detail-wrap .left .slick-initialized .slick-slide {
	border: 1px solid transparent;
	background: #efefef;
}

.pro-detail-wrap .left .slick-current {
	border: #ea5505 1px solid !important;
}

.pro-detail-wrap .center img {
	width: 85%;
	margin: 0 auto;
	/* margin-top: -75px; */
	/* max-height: 580px; */
}

.pro-detail-wrap .center:hover img {
	transform: scale(1.1, 1.1);
	;
}

.pro-detail-wrap .right h1 {
	font-size: 48px;
	color: #000;
}

.pro-detail-wrap .right .xinghao {
	font-size: 24px;
	color: #333;
	margin-top: 30px;
}

.pro-detail-wrap .right .item {
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}

.pro-detail-wrap .right .pic {
	display: inline-block;
	margin-left: 40px;
}

.pro-detail-wrap .right .colors {
	margin-top: 15px;
}

.pro-detail-wrap .right .colors span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 1px;
	background: #30312c;
}

.pro-detail-wrap .right .colors .color2 {
	background: #3b407c;
}

.pro-detail-wrap .right .colors .color3 {
	background: #4c688b;
}

.pro-detail-wrap .right .colors .color4 {
	background: #483243;
}

.pro-detail-wrap .right .colors .color5 {
	background: #b86c1e;
}

.pro-detail-wrap .right .colors .color6 {
	background: #637938;
}

.pro-detail-wrap .right .share-custom {
	margin-top: 35px;
}

.pro-detail-wrap .right .share-custom a {
	margin-right: 10px;
}

.pro-detail-content {
	margin-top: 120px;
	line-height: 1.6;
	font-size: 16px;
}

.pro-detail-content h2 {
	border-bottom: solid 1px #393939;
	font-size: 36px;
	color: #393939;
	margin-top: 75px;
	margin-bottom: 45px;
	font-weight: normal;
	font-family: 'bebas_neueregular';
}

.pro-detail-content p{
	/* height: 40px; */
	line-height: 40px;
	font-size: 16px;
}

.pro-detail-content p span{
	font-size: 16px !important
}

.pro-detail-content table {
	width: 100%;
}

.pro-detail-content table,
.pro-detail-content table td,
.pro-detail-content table th {
	border: 1px solid #dcdcdc;
	padding: 15px 20px;
	color: #747474;
}

.pro-detail-content table tr:nth-of-type(odd) {
	background: #f6f6f6;
}

.pro-detail-content .cp-list {
	overflow: hidden;
}

.pro-detail-content .cp-list li {
	width: 30%;
	margin-right: 5%;
	float: left;
}

.pro-detail-content .cp-list li:nth-child(3) {
	margin-right: 0;
}

.pro-detail-content .cp-list li:nth-child(6) {
	margin-right: 0;
}

.pro-detail-content .cp-list li:last-child {
	margin-right: 0px;
}

.pro-detail-content .cp-list li .pic {
	overflow: hidden;
}

.pro-detail-content .cp-list li .title {
	font-family: 'bebas_neueregular';
	font-size: 24px;
	color: #393939;
	margin: 20px 0 25px;
}

.pro-detail-content .cp-list li .desc {
	font-size: 16px;
	color: #393939;
	height: 110px;
}

.pro-detail-content .cp-list li:hover .title {
	color: #ea5505;
}

.pro-detail-content .cp-list li:hover img {
	transform: scale(1.1, 1.1);
	 
}
.pro-detail-content .cp-list li  img {
	width:100%;
	 
}
.pro-detail-content video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-wrap .sec-nav .sec-nav-box h2 {
	font-weight: normal;
	font-size: 30px;
}

.news-box {
	margin-top: 85px;
}

.news-box .public-title2 h2 {
	font-weight: normal;
	text-align: left;
	margin-bottom: 60px;
}

.news-box-1 {
	margin-bottom: 100px;
}

.news-box-1 .pic {
	width: 63.33%;
	overflow: hidden;
}
.news-box-1 .pic img{ 
width:100%;
}
.news-box-1 .right {
	width: 36.67%;
	float: left;
	padding: 70px 40px;
}

.news-box-1 .right .title {
	font-size: 30px;
	margin-bottom: 20px;
}

.news-box-1 .right .time {
	font-size: 14px;
	color: #797979;
	margin-bottom: 55px;
}

.news-box-1 .right .desc {
	font-size: 16px;
	color: #222;
	line-height: 1.6;
	margin-bottom: 60px;
}

.news-box-1 .right .more {
	font-size: 12px;
	color: #333;
	display: inline-block;
	padding: 15px;
	border: 1px solid #9b9b9b;
	transition: .5s;
}

.news-box-1 .right .more i {
	margin-left: 15px;
}

.news-box-1:hover img {
	transform: scale(1.1, 1.1);
	;
}

.news-box-1:hover .right {
	color: #ea5505;
}

.news-box-1:hover .right .more {
	background: #ea5505;
	border-color: #ea5505;
	color: #fff;
}

.news-list {
	background: #f7f7f7;
	overflow: hidden;
	padding-bottom: 100px;
}

.news-list ul {
	overflow: hidden;
}

.news-list ul li {
	width: 31.11%;
	margin-right: 3.33%;
	float: left;
}

.news-list ul li:last-child {
	margin-right: 0px;
}

.news-list ul li .pic {
	overflow: hidden;
}

.news-list ul li .title a {
	font-family: 'bebas_neueregular';
	font-size: 24px;
	color: #393939;
	margin: 20px 0 12px;
	display: block;
}

.news-list ul li .time {
	color: #747474;
	margin-bottom: 15px;
}

.news-list ul li .desc {
	font-size: 16px;
	color: #747474;
	line-height: 1.8;
}

.news-list ul li:hover .title a {
	color: #ea5505;
}

.news-list ul li:hover img {
	transform: scale(1.1, 1.1);
	;
}

.contact-box {
	margin-top: 85px;
	margin-bottom: 100px;
}

.contact-box-info {
	margin-top: 60px;
	margin-bottom: 70px;
}

.contact-box-info li {
	width: 33.333%;
	float: left;
	text-align: center;
}

.contact-box-info li .fonts {
	font-size: 30px;
	color: #000;
}

.contact-box-info li p {
	font-size: 21px;
	margin-top: 20px;
	line-height: 1.5;
}

.pro-wrap {
	padding-top: 80px;
	background: #efefef;
	padding-bottom: 100px;
}

.breadcrumb h2 {
	float: left;
	font-size: 48px;
	color: #111113;
}

.pro-wrap-info {
	font-size: 18px;
	color: #111113;
	margin-top: 30px;
	line-height: 1.5;
}

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

.pro-list ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 35px 10px;
	transition: all .3s;
	border: 2px solid transparent;
}

.pro-list ul li p {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	background: #414241;
	padding: 5px 10px;
}

.pro-list ul li .pic {
	overflow: hidden;
	margin: 20px 0 60px;
	/* max-height: 193px; */
}

.pro-list ul li .pic img{
	width: 276px;
	height: 276px;
}

.pro-list ul li .title {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}

.pro-list ul li .more {
	font-size: 12px;
	color: #717171;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #b2b3b2;
	transition: .5s;
}

.pro-list ul li .more i {
	margin-left: 5px;
}

.pro-list ul li:hover {
	border: #ea5505 solid 2px;
	background: #fff;
	box-shadow: 0 6px 20px 3px rgb(0, 0, 0, .22);
}

.pro-list ul li:hover img {
	transform: scale(1.1, 1.1);
	;
}

.pro-list ul li:hover .title {
	color: #ea5505;
}

.pro-list ul li:hover .more {
	background: #ea5505;
	border-color: #ea5505;
	color: #fff;
}

.news-detail {
	margin-bottom: 50px;
}

.news-detail h1 {
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-bottom: 25px;
}

.news-detail .time {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-bottom: 25px;
}

.news-detail .content {
	font-size: 16px;
	line-height: 2;
}

.news-detail .pn {
	clear: both;
	margin-top: 50px;
	line-height: 2;
}

.news-detail .pn a {
	color: #333;
	font-size: 14px;
}

.news-detail .pn a:hover {
	color: #ea5505;
}

/* 新增bloom产品布局 */
.zhutu{
	width: 50%;
	float: left;
}
.futu{
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.zhutu h1{
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

.zhutu img{
	width: 100%;
	border-radius: 20px;
}

.futu{
	padding-left:50px;
}
.fubiaoti{
	padding-bottom: 30px;
	overflow: hidden;
}
.fubiaoti img{
	float: left;
	border-radius: 15px;
	max-width: 40%;
}
.fubiaoti h3{
	display: block;
	max-width: 55%;
	float: right;
	text-align: left;
	height: 40px;
	line-height: 100%;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.fubiaoti p{
	display: block;
	max-width: 55%;
	float: right;
	text-align: left;
	margin-top: 30px;
	font-size: 14px;
	line-height: 200%;
}

.futuji{
	width: 100%;
}

.futuji li{
	width: 33.33%;
	min-height: 360px;
	float: left;
	text-align: left;
}

.futuji li img{
	width: 95%;
}

.futuji li h5{
	display: block;
	height: 35px;
	line-height: 150%;
	font-size: 14px;
	text-align: left;
	font-weight: 600;
}

.futuji li p{
	font-size: 12px;
	text-align: left;
	line-height: 200%;
}

.jiange{
	width: 100%;
	height: 80px;
	clear:both;
}

.canshu{
	width:50%;
	float: left;
	box-sizing: border-box;
	padding-right: 3%;
}
.canshu h3{
	font-size: 36px;
	font-weight: 600;
	display: block;
	padding-bottom: 10px;
}
.canshu table{
	width: 100%;
}
.canshu table tr td{
	border-bottom: solid 1px #999;
}
.canshu table tr:nth-child(1) td{
	border-bottom: solid 1px #999;
}
.canshu table tr td{ 
	height: 40px;
	line-height: 40px;
	width: 50%;
}
.canshu table tr td em{ 
	float: left;
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-right: 10px;
}

.jianjie{
	float: left;
	width: 50%;
	padding-left:50px;
}

.jianjie h3{
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.jianjie p{
	font-size: 14px;
	line-height: 150%;
}

@media (max-width: 1600px) {
	.part3-box ul li .pb-fixed h3 {
	    font-size: 24px;
	}
}

@media (max-width: 1366px) {
	.w1600 {
		width: auto;
		padding-left: 2%;
		margin-right: 2%;
	}
	

	.w1400 {
		padding-left: 2%;
		padding-right: 2%;
		width: auto;
		min-width: auto;
		margin-right: 0px;
	}

	.swiper-slide-box h2 {
		font-size: 60px;
	}

	.tab-con .tab-item .swiper-button-prev,
	.tab-con .tab-item .swiper-button-next {
		transform: none;
	}
	.part3-box ul li .pb-fixed h3 {
	    font-size: 16px;
	}
	.category-box ul li .info h2 {
	    font-size: 24px;
	    line-height: 1.5;
	}
}

@media (max-width: 1200px) {

	.w1200,
	.w1400,
	.w1600 {
		padding-left: 2%;
		padding-right: 2%;
		width: auto;
		min-width: auto;
		margin-right: 0px;
	}

	.mt140 {
		margin-top: 80px;
	}

	body.on {
		overflow: hidden;
	}

	.head {
		/*display: flex;*/
		/*align-items: center;*/
		/*justify-content: space-between;*/
		height: 70px;
		/*position: relative;*/
	}

	.head-fixed {
		padding-top: 0px;
		height: 70px;
	}

	.head-nav {
		padding-left: 3%;
		padding-right: 3%;
		height: 70px;
		margin-top: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	.part3-box ul li .pb-fixed h3 {
	    font-size: 14px;
	}

	.search {
		display: none;
	}

	body.on .head-nav {
		background: #fff;
	}

	.head .logo {
		margin-top: 10px;
	}

	.head .logo img {
		display: block;
		height: 50px;
	}

	.menu_nav {
		display: none;
		position: fixed;
		z-index: 999;
		left: 0;
		background: #ea5508;
		top: 70px;
		width: 100%;
		overflow-y: auto;
		height: calc(100% - 60px);
	}

	.navclose {
		display: block;
		position: absolute;
		right: 3%;
		top: 35px;
		transform: translateY(-50%);
		z-index: 201;
		width: 28px;
		height: 26px;
	}

	.navclose i {
		position: absolute;
		display: block;
		right: 0;
		top: 50%;
		margin-top: -1px;
		width: 100%;
		height: 2px;
		background: #000;
		opacity: 1;
		transition: .4s;
	}

	.navclose::before {
		top: 0;
		transform-origin: 50% 50% 0;
	}

	.navclose::after {
		bottom: 0;
		transform-origin: 50% 50% 0;
	}

	.navclose::before,
	.navclose::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		transition: .6s;
		background: #000;
	}

	.head-fixed.current .navclose i,
	.head-fixed.current .navclose::before,
	.head-fixed.current .navclose::after {
		background: #000;
	}

	.head-nav .menu_nav {}

	body.on .navclose i {
		opacity: 0;
		width: 0;
	}

	body.on .navclose::before {
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
		background: #000;
	}

	body.on .navclose::after {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%) rotate(135deg);
		background: #000;
	}

	.menu_nav li {
		width: 100%;
		text-align: left;
		border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	}

	.menu_nav ul li a {
		color: #fff;
		height: 60px;
		line-height: 60px;
		display: block;
		width: 80%;
		padding: 0 18px;
	}

	.head-fixed.current .head-nav .menu_nav ul li a {
		color: #fff;
	}

	.menu_nav li.hover>a,
	.menu_nav li:hover>a {
		color: #fff;
	}

	.menu_nav li .nav_icon {
		transition: all 0.2s ease-in-out;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 20px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		width: 50px;
		color: #fff;
		display: block;

	}

	.menu_nav li .nav_icon:after {
		content: '';
		border-top: 2px solid transparent;
		border-left: 2px solid transparent;
		box-sizing: content-box;
		display: block;
		width: 8px;
		height: 8px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.menu_nav li .nav_icon:after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		right: 23px;
		left: auto;
	}

	.menu_nav li .nav_icon:after {
		border-color: #fff;
	}

	.menu_nav li .icon_rtt {
		transform: rotate(90deg) !important;
	}

	.menu_nav li ul {
		position: static;
		overflow: hidden;
		border-radius: 0px;
		background: #000;
		display: none;
		opacity: 1;
		visibility: visible;
	}

	.menu_nav li ul:before {
		display: none;
	}

	.menu_nav>ul>li:last-child a {
		background: none;
		padding: 0px 18px;
		margin-left: 0px;
	}

	.menu_nav li ul li a {
		color: #fff;
	}

	.swiper-slide-box h2 {
		font-size: 40px;
	}

	.part1-box .item {
		width: 100%;
	}

	.category-box ul li {
		width: 100%;
	}

	.category-box ul li .info {
		margin-top: 15%;
	}
}

@media (max-width: 1000px) {
	.his-ul li {
		text-align: left;
		margin-bottom: 30px;
	}

	.his-ul li .shuxian {
		display: none;
	}

	.his-ul li:nth-child(odd) .xian {
		float: left;
	}

	.his-ul li:nth-child(odd) .big {
		float: left;
	}

	.his-ul li:nth-child(odd) .xian {
		float: none;
		margin-top: 0;
		margin-right: 0;
	}

	.his-ul li:nth-child(odd) .big {
		float: none;
	}

	.his-ul li .font {
		left: auto;
		position: relative;
		transform: none;
		top: 0;
	}

	.his-ul li .de {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		right: 0;
		float: none;
		width: 100%;
		margin-top: 10px;
	}

	.his-ul li .de h2 {
		text-align: center;
	}

	.his-ul li .de p {
		text-align: center;
	}

	.his-ul li .sma {
		display: none;
	}

	.his-ul li .font {
		width: 100%;
	}

	.his-ul li:nth-child(odd) .de {
		text-align: left;
		padding: 0;
		float: none;
		right: 0;
	}

	.his-ul {
		margin-top: 50px;
	}

	.his-ul .xian {
		display: none;
	}

	.his-ul li .big {
		display: block;
		margin: 0 auto;
	}

	.pro-detail-wrap {
		display: flex;
		flex-direction: column;
	}

	.pro-detail-wrap .left {
		width: 100%;
		order: 2
	}

	.pro-detail-wrap .center {
		width: 100%;
		order: 1;
	}

	.pro-detail-wrap .right {
		width: 100%;
		order: 3
	}

	.pro-detail-wrap .center img {
		max-height: 100%;
	}

	.pro-detail-wrap .left .smallimg .slick-arrow {
		position: absolute;
		z-index: 1;
		width: 30px;
		cursor: pointer;
		height: 30px;
		top: 50%;
		margin-top: -15px;
		border: none;
		overflow: hidden;
		transform: rotate(-90deg);
	}

	.pro-detail-wrap .left .smallimg .slick-prev {
		left: 0;
	}

	.pro-detail-wrap .left .smallimg .slick-next {
		right: 0;
	}

	.pro-detail-wrap .right h1 {
		font-size: 36px;
	}

	.pro-detail-wrap .right {
		padding: 50px 30px 30px;
	}

	.news-box-1 .pic {
		width: 100%;
	}

	.news-box-1 .right {
		width: 100%;
	}
}

@media (max-width: 768px) {
	
	.pro-list ul li .title {
	    font-size: 24px;
	    color: #000;
	    margin-bottom: 20px;
	    height: 50px;
	}
	
	.pro-list ul li .pic img{
		width: 100%;
		height: 100%;
	}
	
	.part3-box ul li .pb-fixed h3 {
	    font-size: 14spx;
	}
	.swiper-slide-box {
		top: 15%;
	}

	.swiper-slide-box h2 {
		font-size: 30px;
	}

	.swiper-slide-box h3 {
		font-size: 25px;
	}

	.swiper-slide-box .more {
		padding: 8px 30px;
	}

	.ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper {
		float: none;
	}

	.bt1 a {
		border-top-right-radius: 100px;
		border-bottom-left-radius: 0px
	}

	.btn2 a {
		margin-left: 0px;
		border-bottom-left-radius: 100px;
		border-top-right-radius: 0px;
		margin-top: -3px;
	}

	.ult_dual_button .middle-text {
		top: 100%;
		right: 50%;
	}

	.public-title h2,
	.public-title2 h2 {
		font-size: 40px;
	}

	.part3-box dl {
		width: 100%;
	}

	.part3-box dl dd {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 2.7%;
	}

	.part3-box ul li {
		width: 47.3%;
	}

	.part3-box ul li .pb-fixed {
		top: 60%;
	}

	.pb-fixed {
		top: 32.5%
	}

	.part4-box .left,
	.part4-box-desc {
		width: 100%;
	}

	.part4-box .right {
		width: 100%;
		margin-top: 30px;
	}

	.part5-box ul li {
		width: 25%;
		margin-bottom: 2.5%;
	}

	.part6-box ul li {
		width: 48.7%;
	}

	.part6-box ul li:nth-of-type(2n) {
		margin-right: 0px;
	}

	.part6-box ul li p a {
		margin-bottom: 30px;
	}

	.footer-box .left,
	.footer-box .right {
		width: 100%;
	}

	.sec-nav-box h2 {
		width: 100%;
		text-align: center;
	}

	.sec-nav-box ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		float: none;
		width: 100%;
	}

	.sec-nav-box ul li {
		line-height: 50px;
		float: none;
		display: inline-block;
		padding: 0 10px;
	}

	.are-box {
		margin-bottom: 50px;
	}

	.are-box .left {
		width: 100%;
	}

	.are-box .right {
		width: 100%;
		position: static;
	}

	.are-box .right img {
		width: 100%;
	}

	.do-box ul li {
		width: 50%;
		margin-bottom: 30px;
	}

	.pursuit-box .left {
		width: 100%;
		position: static;
	}

	.pursuit-box .left img {
		width: 100%;
	}

	.pursuit-box .right {
		width: 100%;
		padding: 40px 30px;
	}

	.news-box-1 .right {
		padding: 40px 20px;
	}

	.news-box-1 .right .time {
		margin-bottom: 40px;
	}

	.news-box-1 .right .desc {
		margin-bottom: 30px;
	}

	.contact-box-info li {
		width: 100%;
		margin-bottom: 30px;
	}

	.pro-list ul li {
		width: 50%;
	}

	.breadcrumb h2 {
		font-size: 40px;
	}
}

@media (max-width: 640px) {
	.swiper-slide-box h2 {
		font-size: 25px;
		font-weight: normal;
	}

	.swiper-slide-box h3 {
		font-size: 18px;
		font-weight: normal;
	}

	.swiper-slide-box .more {
		font-size: 16px;
	}

	.tab-title ul li {
		font-size: 20px;
		padding: 0 20px;
	}

	.part1-txt {
		font-size: 30px;
	}

	.public-title h2,
	.public-title2 h2,
	.breadcrumb h2 {
		font-size: 35px;
	}

	.part3-box ul li .pb-fixed {
		top: 50%;
	}

	.pb-fixed h3 {
		font-size: 30px
	}

	.part3-box ul li .pb-fixed h3 {
		font-size: 14px;
	}

	.part3 .more a {
		padding: 10px 40px;
	}

	.part4-list {
		width: 100%;
		flex-direction: column;
	}

	.part4-list li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 2.5%;
	}

	.category-box ul li .pic {
		width: 100%;
		margin-right: 0px;
		float: none;
	}

	.category-box ul li .pic img {
		width: 100%;
	}

	.category-box ul li .info {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.pro-detail-content .cp-list li,
	.news-list ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px
	}

	.pro-detail-content .cp-list li .pic img,
	.news-list ul li .pic img {
		width: 100%;
	}


}

@media (max-width: 425px) {
	.swiper-slide-box h2 {
		font-size: 20px;
	}

	.swiper-slide-box h3 {
		display: none;
	}

	.swiper-slide-box .more {
		font-size: 14px;
		padding: 5px 15px;
	}

	.tab-title ul li {
		font-size: 18px;
		padding: 0 10px;
	}

	.part3-box ul li .pb-fixed h3 {
		font-size: 16px;
	}

	.part5-box ul li {
		width: 50%;
	}

	.breadcrumb h2 {
		float: none;
		text-align: left;
	}
}
.nybanner{ text-align:center}
.nybanner img{ width:100%;}



/* 作用于 WordPress 所有默认表格 */
table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  
  thead {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
  }
  
  th {
	padding: 16px 20px;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 12px;
  }
  
  tbody tr:nth-child(even) {
	background-color: #f8f9fa;
  }
  
  tbody tr:hover {
	background-color: #e3f2fd;
  }
  
  td {
	padding: 14px 20px;
	border-bottom: 1px solid #e9ecef;
  }
  
  /* 响应式横向滚动 */
  @media screen and (max-width: 768px) {
	table {
	  display: block;
	  overflow-x: auto;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;
	}
  }