.warp {
	margin: 0 auto;
	width: 1360px;
}

body {
	position: relative;
	width: 100%;
}
.clear1{
	display:block;
}
.clear2{
	display:none;
}
.ti {
	background: #edf2ee;
}

img {
	max-width: 100%;
}

.menu-dark-backdrop {
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
	z-index:-2
}

.menu-dark-backdrop.in {
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
}
.pc-banner {
	display: block;
}

.banner-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.pc-video {
	position: relative;
	z-index: 1;
}

.mobile-banner {
	display: none;
}

.zindex_warp {
	position: relative;
	z-index: 2;
	background: #fff;
}

@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1430px;
	}
}

li {
	list-style: none;
}


/*header*/
.fixed_box{
	width: 100%;
	height: 90px;
}
header {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 555;
	height: 90px;
	background: #fff;
	transition: all 0.3s;
	border-bottom: 1px solid #eaeaea;
}

header.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.header-box {
	display: flex;
	align-items: center;
	height:100%;
	justify-content: space-between;
}

a {
	outline: 0;
}

.header-right,
.header-right-tb {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.header-right-tb>div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-width: 100px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-right-tb .search {
	color: #fff;
	margin-left: 20px;
	cursor: pointer;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	transition: all 0.3s;
}

header.active .header-right-tb .search_btn {
	color: #333;
}

.header-right-tb .search_btn:hover i {
	color: #fff;
	background: #e4971d;
	transition: all 0.3s;
}

.fupad {
	display: flex;
	outline: 0;
}

.fupad img {
	width: auto;
	padding: 15px 0;
	max-height: 80px;
}



header .navbar-brand {
	padding: 0;
}


/**/

.pos_re {
	position: relative;
	text-align: center;
}

header .nav-item {
	position: relative;
	margin: 0 20px!important;
	transition: all 0.3s;
}

header .nav-link {
	position: relative;
	color: #333;
	height: 100%;
	display: flex;
	padding: 0!important;
	font-size: 16px;
	font-weight: normal;
	align-items: center;
	justify-content: center;
}

header.active .nav-link {
	color: #333;
	width: 100%;
}

.nav-item>a.nav-link:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	right: 50%;
	height: 4px;
	background: #e4971d;
	transition: all 0.3s;
}

.nav-item>a.nav-link:hover {
	color: #000;
}

.nav-item:hover>a.nav-link:before {
	right: 0;
	left: 0;
	transition: all 0.3s;
}

header.active .nav-item>a.nav-link:hover {
	color: #000;
}


/* 菜单 */

.pc_header_width {
	padding: 0;
	height: 100%;
}

ul.navbar-nav {
	width: 100%;
	justify-content: space-between;
}

.navbar-collapse,
ul.navbar-nav,
header .nav-item {
	height: 100%;
}


/* 二级 */

.dropdown:hover .dropdown-menu_box {
	display: block;
}

.dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	top: 100%;
	z-index: 999;
	background: #ffffff;
	padding: 0px 0 0px;
	border-radius: 2px;
}

header.active .dropdown-menu_box {
	top: calc(100% - 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: block;
	font-size: 14px;
	height: 51px;
	line-height: 50px;
	color: #666666;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 10px 0px 10px;
	transition: all 0.2s;
	text-align: 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 #e4971d;
	background: #e4971d;
	transition: all 0.2s;
}


/* 语言 */

.header-right {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lang_box {
	position: relative;
	cursor: pointer;
}

.lang_title {
	color: #333;
}



.lang_title i {
	margin-left: 0.4rem;
	transition: all 0.3s;
	transform: rotate(0deg);
}

.lang_choose {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 888;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	transition: all 0.5s;
	transform: translateY(40px);
	z-index: -3;
}

.lang_box:hover .lang_choose {
	display: block;
	transition: all 0.5s;
	transform: translateY(0px);
	z-index: 3;
}

.lang_box:hover .lang_title i {
	transition: all 0.3s;
	transform: rotate(180deg);
}

.lang_choose a {
	display: block;
	width: 100%;
	line-height: 4rem;
	padding: 0 1rem;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}

.lang_choose a:hover {
	background: #edf2ee;
}

.lang_choose a:last-child {
	border: none;
}

.search_btn i {
	color: #ff9c00;
	border: 1px solid #ff9c00;
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

header.active .lang_cn a,
header.newde-active .lang_cn a {
	color: #58b530!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 {
	display: flex;
	height: 60px;
	background: #ffffff;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
	align-items: center;
	justify-content: space-between;
}

.mobile_header_title img {
	display: inline-block;
	height: 60px;
}

.moblie_right {
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: flex-end;
}

.moblie_right .lang_box {
	padding-right: 20px;
	width: 80px;
	height: 100%;
	border-right: 1px solid #eaeaea;
}

.moblie_right .lang_box .lang_title {
	display: flex;
	color: #333;
	height: 60px;
	align-items: center;
	justify-content: flex-end;
}

.mobile_header_list {
	position:fixed;
	top:60px;
	right:0;
	left:100%;
	width:80%;
	min-width:300px;
	bottom:0;
	background: #0b0b0b;
	cursor: pointer;
	color: #ffffff;
	transition:all 0.3s;
	z-index:100000000!important;
}
.mobile_header_list.active{
	left:20%;
	transition:all 0.3s;
}
.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;
	font-size: 14px;
	line-height: 36px !important;
}

.moblie_title_left {
	float: left;
	padding-left: 25px;
}

.moblie_title_right {
	float: right;
	display: flex;
	width: 80px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
}

.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;
}


/**/

.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	height: 820px;
}

.warply img {
	width: auto;
	max-width: initial;
}

.banner .banner_img .swiper-container,
.banner .banner_img .swiper-container .swiper-wrapper,
.banner_img {
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide video {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100% !important;
	object-fit: cover;
}

.banner-text {
	display: flex;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	align-items: center;
	justify-content: flex-start;
}

.banner-text-box {
	transform: translateY(200px);
	opacity: 0;
	transition: all .8s;
	color: #fff;
	text-align: left;
}

.banner-text-box h2 {
	font-weight: bold;
	color: #fff;
	font-size:46px;
	margin-bottom: 2rem;
}

.banner-text-box h2 em {
	font-style: normal;
	display: block;
	color: #FF9C00;
}

.banner-text-box p {
	font-size: 24px;
	color: #fff;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
	font-weight: bolder;
	color: #fff;
	margin-bottom: 2rem;
	letter-spacing: 0.16rem;
}

.banner-text-box a.more_btn {
	display: flex;
	width: 11rem;
	height: 3.4rem;
	font-size:16px;
	background: #FF9C00;
	color: #fff;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	border-radius: 4rem;
	margin: 5rem 0 0;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box.active {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	transition: all .8s;
}

.banner .swiper-container .swiper-button-prev {
	left: 3rem;
	top: 50%;
	transform: translateY(0%);
	width: 3.4rem;
	height: 3.4rem;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 4;
	font-size: 1.8rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	opacity: 0;
}

.banner .swiper-container .swiper-button-next {
	right: 3rem;
	top: 50%;
	transform: translateY(0%);
	width: 3.4rem;
	height: 3.4rem;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 4;
	font-size: 1.8rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	opacity: 0;
}

.banner .swiper-container .swiper-button-next:hover,
.banner .swiper-container .swiper-button-prev:hover {
	background: #ff9c00;
	color: #fff;
	border-color: #ff9c00;
}

.banner .swiper-container .swiper-button-next:after,
.banner .swiper-container .swiper-button-prev:after {
	display: none;
}

.button-pag .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0 6px!important;
	background: #ff9c00;
}

.button-pag .swiper-pagination {
	position: initial;
}

.button-pag {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 4;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: 1;
}

.warp2 img {
	width: 100%;
}

.mySwiper_box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
}

.swiper {
	overflow: hidden;
}

.CaseSwiper .swiper-slide {
	position: relative;
}

.CaseSwiper .swiper-slide>div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body {
	position: relative;
	z-index: 1;
}

.CaseSwiper {
	position: fixed!important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -5;
}


/**/

.craft_div {
	height: 600px;
	overflow: hidden;
}

.craft_div_left {
	position: absolute;
	top: 0;
	left: 0;
	right: 52%;
	bottom: 0;
}

.craftSwiper,
.craftSwiper .swiper-slide,
.case_img,
.craft_tab {
	width: 100%;
	height: 100%;
}

.craft_div>.container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
}

.cont_left {
	display: flex;
	width: 100%;
	max-width: 48%;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.craftSwiper_box {
	position: absolute;
	top: 31%;
	width: 58%;
	right: 0;
	bottom: 25%;
	z-index: 5;
}

.craftSwiper_box img {
	width: 100%;
}

.craft_tab .swiper-slide {
	height: 100%;
}

.craft_btn {
	display: flex;
	min-height: 60px;
	width: 100%;
	margin-bottom: 70px;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.craft_button {
	float: right;
	min-width: 100px;
	height: 60px;
	position: relative;
}

.craft-pag {
	position: relative;
	float: left;
	min-width: 100px;
}

.craft_btn .swiper-button-prev:after,
.craft_btn .swiper-rtl .swiper-button-next:after,
.craft_btn .swiper-button-next:after,
.craft_btn .swiper-rtl .swiper-button-prev:after {
	display: none;
}

.craft_button i {
	display: flex;
	font-size: 24px;
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #999;
	align-items: center;
	justify-content: center;
}

.craft_button i:hover {
	color: #fe9c00;
	border-color: #fe9c00;
}

.craft_btn .swiper-button-next,
.craft_btn .swiper-button-prev {
	position: initial;
	display: block!important;
	width: initial;
	height: initial;
	margin-top: 0;
	margin-left: 10px;
}

.craft_btn .swiper-pagination {
	position: initial;
}

.craft_button {
	display: flex;
}

.craft-pag .swiper-pagination-bullet {
	width: 30px!important;
	height: 5px!important;
	border-radius: 5px!important;
	margin: 0 6px;
}

.craft-pag .swiper-pagination-bullet-active {
	background: #fe9c00;
}

.craft_tab div.p {
	padding: 10px 15px;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}

.craft_tab .case_img {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.cont_left .title {
	padding-top: 50px;
}

.cont_left .title h1 {
	font-weight: bold;
}

.cont_left .title p {
	max-width: none;
}


/**/

.warpbox {
	padding: 100px 0;
}

.warpbox h1 {
	font-weight: bold;
}

i.jiantou,em.jiantou{
	margin-left: 1rem;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/LEFT.svg) no-repeat center;
	background-size: 100%;
	transform: rotate(136deg);

}

.title {
	margin-bottom: 40px;
	text-align: left;
}

.title h1 {
	font-size: 36px;
	color: #000;
}
.title em{
	font-size:40px;
	font-weight:bold;
	font-style:normal;
	color:#eee;
}
.title.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a.more {
	position: relative;
	padding-bottom: 5px;
	display: flex;    
	align-items: center;
    justify-content: flex-start;
	font-weight: 500;
	color: #333;
}

a.more:before {
	position: absolute;
	content: "";
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background: #e4971d;
	transition: all 0.3s;
}

a.more:hover:before {
	left: 0;
	right: 0;
	transition: all 0.3s;
}


/**/

footer {
	background: url(../images/bottom.jpg) no-repeat center fixed !important;
	background-size: cover!important;
}

footer a {
	color: #fff;
}

.footer_center {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}

.footer_center_left {
    display: flex;
    width:calc(100% - 480px);
    padding: 100px 0 80px;
    flex-wrap: nowrap;
    flex-direction: row;
}
.footer_center_left .link {
	width: 33.333%;
	margin-bottom: 40px;
}

.link h3,
.footer_center_right h3 {
	font-size: 16px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.link>a {
	display: block;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	opacity: 0.6;
}

.footer_center_right {
	padding: 100px 0 80px 80px;
	 border-left: 1px solid #404448;
}

.footer_center_right p.number {
	margin-bottom: 30px;
	font-weight: bold;
	color: #ff9c00;
	font-size: 36px;
}

.footer_center_right p.add {
	color: #fff;
	max-width: 510px;
}

.tb-bottom {
	display: flex;
}

.tb-bottom li {
	margin-right: 30px;
	font-size: 26px;
	list-style: none;
}

.tb-bottom li a {
	color: #595c60;
}

.footer_bottom {
	padding: 26px 0;
	font-size: 14px;
	border-top: 1px solid #404448;
}

.footer_bottom .container {
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: space-between;
}

.more_btn {
	display: flex;
	margin: 32px 0;
	width: 180px;
	height: 56px;
	border-bottom-right-radius: 56px;
	border-top-right-radius: 56px;
	color: #fff;
	background: #ff9c00;
	align-items: center;
	justify-content: space-evenly;
	cursor: pointer;
	color: #fff!important;
}

.more_btn i,.more_btn em{
	background: url(../images/LEFT2.svg)no-repeat center;
	transition: all 0.3s;
}

.more_btn:hover {
	background: #e4971d;
}

.more_btn:hover i {
	transform: rotate(180deg);
	transition: all 0.3s;
}

footer a,
footer a:hover,
.more_btn:hover {
	color: #fff;
	opacity: 1;
}


/**/

.classify {
	margin-left: -10px;
	margin-right: -10px;
}

.classify li {
	display: flex;
	position: relative;
	float: left;
	padding: 30px 30px;
	width: calc(33.33% - 20px);
	margin: 10px;
	border-radius: 5px;
	background: #f3f3f3;
	    min-height: 250px;
}

.classify li>a {
	display: flex;
	position: relative;
}

.classify li:nth-child(1),
.classify li:nth-child(2) {
	width: calc(50% - 20px);
	min-height: 337px;
}

.classify .img_box {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	left: 40%;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
	background: url(../images/prbj.png) no-repeat center top;
	background-size: 100%;
	transition: all 0.3s;
	align-items: center;
	justify-content: center;
}

.classify .img_box img {
	width: 100%;
	margin-top: 0px;
	transition: all 0.3s;
}

.classify li:hover .img_box img {
	transition: all 0.3s;
	margin-top: 10px;
}

.classify li:hover .img_box {
	background: url(../images/prbj.png) no-repeat center center;
	background-size: 100%;
	transition: all 0.3s;
}

.pro-text {
	display: flex;
	position: relative;
	z-index: 1;
	flex-direction: column;
	justify-content: space-between;
}

.pro-text h3 {
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: bold;
}

.pro-text dd,
.pro-text dl {
	margin-bottom: 0;
}

.pro-text .more {
	margin-top: 40px;
	margin-bottom: 0;
}

.pro-text .more i {
	background: url(../images/LEFT2.svg) no-repeat center #ff9c00;
	background-size: 60%;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-left: 0px;
	transition: all 0.3s;
}

.pro-text .more:hover i {
	transition: all 0.3s;
	transform: rotate(180deg);
}

.pro-text .more:hover:before {
	display: none;
}


/**/

.about_warp {
	background: #fff;
	padding-top: 0!important;
	overflow: hidden;
	padding-bottom: 10%;
}

.about_warp .container {
	padding-top: 100px;
	position: relative;
	z-index: 2;
}

.about-text p{
	margin-bottom:15px;
}
.about-text h3 {
	margin-bottom: 30px;
	color: #ff9c00;
}

.about-text {
	max-width: 50%;
}

.about-text .more {
	margin-top: 60px;
	max-width: 130px;
}

.warp_background {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -10%;
	z-index: 1;
	width: 100%;
}

.about-number {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	width: 40%;
	justify-content: space-around;
}

.about-number-box {
	display: flex;
	width: 50%;
	border-left: 1px solid #eaeaea;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about-number-box h3 {
	display: flex;
	font-size: 48px;
	color: #ff9c00;
	font-weight: bold;
	margin-bottom: 0px;
}

.about-number-box>div {
	margin: 25px 0;
	min-width: 205px;
}

.about-number-box>div i {
	font-style: normal;
	font-size: 22px;
}

/**/

.about-box .about-txt {
	padding: 0px 40px 0px 10px;
}

.title-head {
	margin-bottom: 40px;
}

.title-head p {
	margin-bottom: -10px;
	font-weight: bold;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.1);
}

.title-head h2 {
	font-size: 32px;
}

.quality_warp .container .about-box .about-txt>p {
	margin-bottom: 10px;
}
/**/

#banner-img {
	position: relative;
	width: 100%;
	background: #fff;
}

.container-banner {
	position: relative;
	display: flex;
	z-index: 2;
	width: 100%;
	min-height: 550px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.container-banner h3 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.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;
}

#main {
	min-height: 500px;
}


/**/

ul.news-list {
	width: 100%;
}

ul.news-list li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

ul.news-list li {
	padding: 2.66%;
	border-top: 1px solid #EAEAEA;
	transition: all 0.3s;
}

ul.news-list li:hover {
	margin-left: -5px;
	transition: all 0.3s;
	background: #f5f5f5;
}

ul.news-list li .date {
	width: 98px;
}

ul.news-list li .date h1 {
	font-size: 48px;
	line-height: 50px;
	color: #ababab;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.news-list li .date p {
	color: #b2b2b2;
	margin-top: 15px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.news-list li .img-box {
	width: 20.46%;
	margin-left: 2.66%;
}

ul.news-list li .img-box img {
	width: 100%;
}

ul.news-list li .text-box {
	padding-left: 30px;
	width: 67.82%;
}

ul.news-list li .text-box h3 {
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

ul.news-list li .text-box>p {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}


/**/

#cont-body {
	min-height: 800px;
}

.news-view-container {
	width: 100%;
	padding: 30px 0 0px;
}

.news-share {
	padding-top: 8px;
	padding-bottom: 8px;
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-con-title {
	text-align: center;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-conner {
	margin-top: 30px;
	color: #444;
}

.show_button {
	display: none;
	color: #fff;
	padding: 15px 30px;
	background: url(../images/anniubg.jpg) no-repeat right #2e62b7;
}

.news-con {
	padding: 30px;
}

.morenews>h3 {
	padding-bottom: 20px;
	margin-bottom: 30;
	font-size: 24px;
	border-bottom: 1px solid #DDDDDD;
}

.morenews ul {
	margin-left: -15px;
	margin-right: -15px;
}

.morenews ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.morenews li {
	float: left;
	width: calc(50% - 30px);
	margin: 15px;
	list-style: none;
	padding: 10px 0;
	line-height: 28px;
	border-bottom: 1px dashed #ddd;
}

.morenews li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #666;
}

.morenews li a:hover {
	color: #000;
}

.news-bottom {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ddd;
	margin-top: 150px;
	justify-content: space-between;
}


/**/

#contain-nav {
	border-bottom: 1px solid #eaeaea;
}

#contain-nav .swiper-container {
	overflow: hidden;
}

#contain-nav .swiper-slide>a {
	position: relative;
	display: block;
	padding: 1rem;
	min-width: 190px;
	line-height: 50px;
}

#contain-nav .swiper-slide {
	width: auto;
	text-align: center;
}

#contain-nav .swiper-slide>a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 100%;
	bottom: 0;
	height: 3px;
	background: #FF9C00;
	transition: all 0.3s;
}

#contain-nav .swiper-slide>a:hover:before,
#contain-nav .swiper-slide>a.active:before {
	right: 0;
	transition: all 0.3s;
}

#contain-nav .swiper-slide>a.active {
	color: #FF9C00;
	font-weight: bold;
}


/**/

.warppbox {
	padding: 80px 0;
	overflow:hidden;
}
.title_ny{
		margin-bottom: 40px;
}
.title_ny.flex{
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title_ny h3 {
		margin-bottom: 0;
	font-weight: bold;
	font-size: 36px;
}

.banner-img2 .container-banner {
	min-height:auto;
}

.dh {
	padding: 1rem 0;
	background: #f8f8f8;
}

.dh i {
	margin: 0 1rem;
}

a.back {
	display: flex;
	width: 3.5rem;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

.news_link {
	margin: 2rem 0;
	border-top: 1px solid #eaeaea;
	padding-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_link i {
	margin-right: 8px;
}

.news_link a {
	margin-right: 10px;
}

.news_view .container>h3 {
	text-align: center;
}

.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: #3c482b;
}

.news_details {
	min-height: 500px;
}


/**/

.infor_box .container .infor_center {
	display: flex;
}

.infor_right {
	position: relative;
	width: 100%;
	max-width: 60%;
}

.infor_left {
	padding:0px 2rem 60px 0;
	width: 100%;
	max-width: 40%;
}

.infor_right .map_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.contactus_main h3 {
	text-align: left;
}

.infor-text>div {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.infor-text>div span {
	display: flex;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border-left: 1px solid #FF9C00;
	margin-right: 30px;
	align-items: center;
	justify-content: center;
	color: #FF9C00;
	font-size: 18px;
}

.infor-text>div p {
	max-width: calc(100% - 80px);
}

#mapContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.online_box {
	background: #f8f8f8;
}


/**/

#feedback {
	margin-top: 40px;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

#feedback .form-control {
	background: none;
	border: none;
	border-bottom: 1px solid #333;
	border-radius: 0;
	height: 3.25rem;
	padding: .375rem 1.2rem;
}

#feedback .form-control:focus {
	box-shadow: none;
	border: 1px solid #3c482b;
}

#feedback .form-group {
	padding: 0.3rem 0.8rem;
}

#feedback .form-textarea {
	width: 100%;
	padding: 1rem 1.2rem;
	background: none;
	border-radius: 3px;
	height: 8rem;
	border: none;
	border-bottom: 1px solid #333;
	border-radius: 0;
}

#feedback .feedback-submit {
	margin-top: 1.3rem;
	width: 100%;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1b1b1b;
	color: #fff;
}
/**/
.mould-box {
	width: 100%;
}

.mould-box>ul {
	padding: 0 0 20px;
	margin-left: -15px;
	margin-right: -15px;
}

.mould-box>ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.mould-box>ul li {
	float: left;
	list-style: none;
	width: calc(33.3333% - 30px);
	margin: 15px;
	cursor: pointer;
	border-radius:5px;
	overflow: hidden;
	border: 1px solid #eaeaea;
}

.mould-box>ul li:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2)
}

.mould-box>ul li:hover p {
	background: #FF9C00;
	color: #fff;
}

.mould-box>ul li img {
	width: 100%;
}

.mould-box>ul li p {
	text-align: center;
	line-height: 30px;
	padding: 15px;
}
/**/
.product-con .content_con_box{
display: block;
}
.product-con{
	background: #f0f4f7;
}
.product_list li{
	float: left;
	width: calc(33.33% - 30px);
	margin: 15px;
	border: 1px solid #eaeaea;
}
.product_list li .img_box{
	position: relative;
	background: #fff;
	overflow: hidden;
}
.product_list li .text_box{
	border-top: 1px solid #eaeaea;
	padding:10px 20px;
	line-height: 28px;
	text-align: center;
}
.product_list li .more_box{
	position: absolute;
	bottom: -50px;
	right: 10%;
	left: 10%;
	background: #FF9C00;
	color: #fff;
	display: flex;
	    align-items: center;
    justify-content: center;
    font-size: 14px;
    height:40px;
    margin: 0 auto;
    z-index: 9;
    transition: all 0.5s;
}
.product_list li:hover .more_box{
	bottom:20px;
	transition: all 0.5s;
}
.product_list li:hover{
	background: #fff;
}
.product_list li .more_box:hover{
	background:#ff7d00;
}
/**/
.pro-view-container {
	display: flex;
	justify-content: space-between;
}

.pro-view-container .pro-img {
	text-align: center;
}

.pro-view-container .pro-view-left {
	display: flex;
	width:100%;
	max-width: 50%;
	margin-right: 30px;
	border: 1px solid #ddd;
	align-items: center;
	justify-content: center;
}

.pro-view-img {
	width: 100%;
	position: relative;
}

.gallery-pro .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.gallery-pro .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-protwo {
	height: auto;
}

.gallery-protwo .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.pro-view-container .pro-view-right {
	width: 50%;
}

.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 {
	position: relative;
	border-top: 1px solid #eaeaea;
	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 h1 {
	font-size: 1.6rem;
}

.pro-view-jj .swipers-btn {
	width: 30px;
	background: #f5f5f5;
	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: #FF9C00;
	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%;
}


.gallery-protwo, .gallery-pro{
	overflow: hidden;
}
.gallery-protwo .swiper-slide.swiper-slide-thumb-active{
	border-color: #FF9C00;
	opacity: 1;
}
/**/
.profile-data {
	margin: 40px 0;
	    display: flex;
    justify-content: space-between;
}

.profile-data li {
	position: relative;
}

.profile-data li>img {
	position: absolute;
	top: 7px;
	left: 0;
}

.profile-data li h3 {
	margin-bottom:15px;
	font-weight: bold;
	font-size: 48px;
	color: #FF9C00;
}

.profile-data li i{
	font-style: normal;
}
.about-text-ny{
	margin: 40px 0;
}
.about-text-ny p{
	margin-bottom: 10px;
}
.video_box {
background: #f5f5f5;
	background: url(../images/vbj.jpg) no-repeat center fixed;
	background-size: cover;
	align-items: center;
	
}
.video_box .container {
	background: url(../images/dc.jpg) no-repeat center;
	background-size:cover;
	align-items: center;
       display: flex;
    min-height: 540px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    border: 10px solid #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.player-box {
	display: flex;
	position: relative;
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.player-box:hover {
	background: #fff;
}

.player-box>img {
	margin-right: -5px;
}

.player-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: circlepulse2 1.5s ease 0s infinite;
	animation: circlepulse2 1.5s ease 0s infinite;
	z-index: 0;
}


.video_txt p {
	margin-top: 20px;
	color: #fff;
}

.video_txt p i {
	float: left;
	margin-right: 15px;
	margin-top: 12px;
	display: block;
	width: 286px;
	height: 1px;
	background: #fff;
	opacity: 0.5;
}

@-webkit-keyframes circlepulse2 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.2);
		box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.5);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.2);
		box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.1);
	}
}

.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	justify-content: center;
	align-items: center;
}

.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}
.honor ul{
	margin-left: -15px;
	margin-right: -15px;
}
.honor ul li{
	float: left;
	width: calc(50% - 30px);
	margin: 15px;
	border-radius: 10px;
	overflow: hidden;
}
/**/

.equipment-wrapper{
	overflow: hidden;
}
.title2{
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.title2:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	width: 30px;
	height: 2px;
	background:#ff9c00;
}
.title2 p{
	font-weight: 500;
}
/**/
.quality_box{
	margin-bottom: 40px;
}
.quality_Swiper img{
	width: 100%;
}
.quality_Swiper p{
	padding: 15px;
	line-height: 24px;
	background: #f8f8f8;
	min-height: 78px;
}
.quality_Swiper,.sb_box {
	padding-bottom: 40px!important;
}
.quality_Swiper .swiper-pagination,
.sb_box .swiper-pagination {
	bottom: 0;
	width: 100%;
}
.quality_Swiper .swiper-pagination-bullet,
.sb_box .swiper-pagination-bullet {
	width: 30px;
	height:6px;
	margin: 0 5px;
	border-radius: 8px;
}
.quality_Swiper .swiper-pagination-bullet-active,
.sb_box .swiper-pagination-bullet-active{
	background: #ff9c00!important;
}
/**/
.about_flow{
	padding: 40px 0;
	background: #f5f5f5!important;
}


.gy_box .swiper-slide{
	text-align: center;
}
.gy_box .swiper-slide img{
	margin-bottom: 15px;
	width: 80px;
	transition:width 1s, height 1s;
-moz-transition:width 1s, height 1s, -moz-transform 1s;
-webkit-transition:width 1s, height 1s, -webkit-transform 1s;
-o-transition:width 1s, height 1s, -o-transform 1s;
}
.gy_box .swiper-slide:hover img{
	transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-webkit-transform:rotateY(180deg); 
-o-transform:rotateY(180deg); 
}
.sb_box{
	position: relative;
	overflow: hidden;
}
/**/
.history_warp{
	    background: url(../images/hisb_09.jpg) center center no-repeat;
    background-size: cover;
}
.about-factory-container, .about-history-container, .index-news-container {
    position: relative;
}
.history-wrapper{
	overflow: hidden;
}

.history-item {
    height: 520px;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}
.history-wrapper .swiper-slide:nth-child(2n) .history-item {
    padding-top: 325px;
}
.history-wrapper .swiper-slide:nth-child(2n) .history-item:before {
    top: 262px;
    height: 250px;
}
.history-item:before {
    content: "";
    height: 250px;
    border-left: 1px solid #ff9c00;
    position: absolute;
    left: 26px;
    top: 0px;
}
.history-wrapper .swiper-slide:nth-child(2n) .history-item .history-time-1 {
    top: 202px;
}
.history-item .history-time-1 {
    font-size: 1.625rem;
    color: #111111;
    line-height: 40px;
    font-weight: bolder;
    position: absolute;
    top: 272px;
    left: 0;
}
.history-wrapper .swiper-slide:nth-child(2n) .history-item:after {
    top: 250px;
}
.history-item:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    background: url(../images/icon-red.png);
    background-size: cover;
    position: absolute;
    left: 18px;
    top: 250px;
    transition: all 0.3s ease-out;
}
.swipers-btn-next {
    left: 0px;
}
.swipers-btn2 {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 36px;
    top: 40%;
    height: 36px;
    background: #ff9c00;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    opacity: 0;
    z-index: 99999999;
}
.swipers-btn2.swiper-button-disabled {
    background: #eeeeee;
    color: #cccccc;
}
.swipers-btn-prev {
    right: 0px;
}


.swipers-btns2 {
    position: absolute;
    top: 35%;
    width: 100%;
    opacity: 0;
    z-index: 999;
    left: 0;
}
.about-history-container:hover .swipers-btn2{
	opacity: 1;
}
/**/
.processes_view{
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	margin-bottom:60px;
}
.processes_view>h3,.processes_view2>h3{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}
.processes_view>h3:before,.processes_view2>h3:before{
	position: absolute;
	content: "";
	left: 0;
	width: 40px;
	bottom: -1px;
	height: 2px;
	background: #ff9c00;
}
.pro-container{
	overflow: hidden;
}
.pro-container .swiper-slide{
	width: 100%;
	border: 1px solid #eaeaea;
}
/**/
.processes_view2{
	margin-bottom: 60px;
}
ul.flow-ul{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.flow-ul li{
	margin: 15px;
	padding: 20px;
	width: calc(50% - 30px);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border-radius: 3px;
}
ul.flow-ul li h3{
	font-weight: bold;
	font-size: 20px;
	color: #FF9C00;
}
ul.flow-ul2 li{
	width: calc(33.3333% - 30px);
}
ul.flow-ul2 li p{
	margin-top: 15px;
}
/**/
.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_list li:hover .zpTopCn{
	color: #FF9C00;
}
.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;
    justify-content: center;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.zpTopRight .anniu:hover{
	border-color: #FF9C00;
	color: #FF9C00;
}
.zpTopRight.cur .anniu {
	background: #FF9C00;
	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: #fff;
	display: none;
	z-index: 1;
}

.join_hiden p {
	line-height: 28px;
}

.join_hiden.cur {
	display: block;
	transition: all 1s;
}

/**/
.tabel_two{
position:absolute;
}
.tabel_two ul{
	margin-top:40px;
	margin-left:-15px;
	margin-right:-15px;
}
.tabel_two ul li{
	float:left;
	margin:0 15px;
	border:1px solid #eaeaea;
	min-width:150px;
	text-align:center;
	background:#f8f8f8;
}
.tabel_two ul li a{
	display:block;
	padding:10px 20px;
	line-height:24px;
	
}


.left-nav {
	width: 300px;
}

.left-nav>div.pro-nav-box {
	padding:10px;
	width: 100%;
	height:100%;
	background:#f8f8f8;
}

.close-pro {
	display: none;
	text-align: right;
	padding: 10px 15px;
	height: 50px;
	font-size: 20px;
	margin-bottom: 5px;
	border-bottom:1px solid #eaeaea
}

.left-nav li {
	padding: 10px 15px;
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA;
}

.left-nav li:last-child {
	border: none;
}
.left-nav li.cur{
	border-right:4px solid  #CD152C
}
.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: #000;
}

.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: #000;
}

.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-nav {
	display: flex;
	text-align: left;
	background: #fff;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
}
.pro-type-nav.cur{
	background:#ff9c00;
	color:#fff;
}
.pro-type ul {
	height: 0;
	overflow: hidden;
}

.pro-type.cur ul {
	height: 100%;
}

.pro-type.cur>.pro-type-nav i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
}

.pro-type>.pro-type-nav i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	transition: all 0.3s;
}
.pro-type{
	margin-bottom:10px;
}
.prowarp .container{
    display: flex;
    min-height: 1000px;
    justify-content: space-between;
}
.product-center-list{
	width:calc(100% - 330px);
}
.product_list {
	margin-left:-15px;
	margin-right:-15px
}
.pro-type-mobile {
		display: block;
		text-align: center;
		padding: 15px;
		width: 100%;
		background: #fff;
		cursor: pointer;
		margin-top:-56px;
		position:relative;
		z-index:5;
		border-top-right-radius:10px;
		border-top-left-radius:10px;
	}
	.pro-type-mobile i{
		margin-right:15px;
	}
@media (max-width: 1240px) {
	
	header .nav-item {
		margin: 0 20px!important;
	}
}

@media (max-width: 1050px) {
	header .nav-item {
		margin: 0 10px!important;
	}
}

@media (max-width: 1200px) {
	.clear1{
	display:none;
}
.clear2{
	display:block;
}
	.product_list li{
        width: calc(50% - 30px);
    }
	ul.flow-ul li{
		padding: 15px;
	}
	.fixed_box{
		display: none;
	}
	#main{
		min-height: 420px;
	}
	.product_list li .text_box{
		padding: 10px 20px;
	}
	.banner {
		height: 740px;
	}
	.banner-text-box h2 {
		font-size: 42px;
	}
	.banner-text-box p {
		font-size: 20px;
	}
	.news_list_box_left {
		padding: 25px;
	}
	.news_list_box_right li {
		padding: 20px;
	}
	.craft_div_left {
		right: 65%;
	}
	.cont_left {
		max-width: 62%;
	}
	.craftSwiper_box {
		width: 70%;
	}
	.warp_background {
		bottom: 0;
	}
	.classify .img_box {
		background: url(../images/prbj.png) no-repeat center center;
		background-size: 100%;
	}
	.about-number-box {
		display: flex;
		width: 100%;
		border-top: 1px solid #eaeaea;
		border-left: 0;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	.about-number {
		margin-top: 40px;
		position: initial;
		width: 100%;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.about-text {
		max-width: 100%;
	}
	.pc_header {
		display: none;
	}
	.mobile_header-box {
		display: block;
	}
	.mobile_header_title img{
		padding: 8px 0;
	}
}
.pro-type-mobile-ph{
	display:none;
}
@media (max-width: 991px) {
	.title.flex{
		align-items: center;
    justify-content: center;
	}
	.title a.more{
		display:none;
	}
	.infor_box .container .infor_center {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
	}
	.infor_left {
    padding: 0px;
	margin-bottom:30px;
    max-width: 100%;
	}
	.infor_right{
		min-height:400px;
		 max-width: 100%;
	}
	.product-center-list.warppbox{
		padding-top:40px;
		padding-bottom:0;
	}
	.left-nav .pro-type-mobile{
		display:none;
	}
	.close-pro{
		display:block;
	}
	.pro-type-mobile-ph{
		display:block
	}
	.left-nav {
		position: fixed;
		z-index:9999;
		top: 0;
		bottom: 0;
		left: -100%;
		margin: 0;
		width: auto!important;
		background: #fff;
		transition: all 0.3s;
		overflow: hidden;
		overflow-y: auto;
		box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
	}
	.left-nav.cur {
		left: 0;
		transition: all 0.3s;
	}
	.left-nav>div.pro-nav-box{
		height:calc(100% - 56px);
		background:#fff;
	}
	.pro-type-nav{
		border-bottom:1px solid #eaeaea;
	}
	.left-nav .pro-type {
		width: 300px;
	}
	
	.footer_center_right{
		border:0;
		padding-left:0
	}
	.prowarp .container {
    flex-direction: column;
	justify-content: flex-start;
	}
	.product-center-list{
		width:100%;
	}
	
	.product-center-list h3{
		text-align:center;
	}
	.pro-type-mobile{
		margin:0;
		background:#f8f8f8;
	}
	.left-nav{
		overflow:hidden;
		overflow-y:auto;
	}
	
	.pro-type-mobile.pro-type-mobile-ph{
		margin:40px 0 0;
	}
	ul.flow-ul li{
		width: calc(100% - 30px);
	}
	.cont_left .title{
		margin-top: 0;
		padding-top: 0;
	}
	
	.pro-view-container .pro-view-left{
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.pro-view-container .pro-view-right{
		width: 100%;
	}
	.pro-view-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
	}

	.mould-box>ul li p{
		padding: 10px 15px;
	}
	    .mould-box>ul li{
        width: calc(50% - 30px);
    }
	#feedback .form-row {
		display: block;
	}
	#feedback .form-group {
		max-width: 100% !important;
	}
	ul.news-list li {
		padding-bottom: 40px;
	}
	ul.news-list li a {
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	ul.news-list li .img-box {
		width: 100%;
		margin: 20px 0;
	}
	ul.news-list li .text-box {
		width: 100%;
		padding-left: 0;
	}
	.banner {
		height: 680px;
	}
	.news_list_box {
		flex-direction: column;
	}
	.craft_div_left {
		display: none;
	}
	.craftSwiper_box,
	.cont_left,
	.news_list_box_left,
	.news_list_box_right {
		width: 100%;
		max-width: 100%;
	}
	
	.classify li {
		float: none!important;
		min-height: initial!important;
		width: calc(100% - 30px)!important;
	}
	.warpbox h1 {
		font-size: 28px;
		text-align: center;
	}
	.title em,.title{
		text-align: center;
	}
	.about-text h2 {
		font-size: 26px;
	}
	.about-text h3 {
		font-size: 18px;
	}
	.about-text .more {
		margin: 30px auto 0;
	}
	.about-text,
	.cont_left .title {
		text-align: center;
	}
	.warpbox {
		padding: 80px 0;
	}
	
	.warpbox h1 {
		font-size: 30px;
	}
	.footer_center {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
	}
	.footer_center_left {
		display: none;
	}
	.footer_center_right p.add {
		max-width: initial;
	}
	.title p {
		max-width: 100%;
		text-align: center;
	}
	.title_ny h3{
		font-size: 30px;
	}
}

@media (max-width:768px) {
	.honor ul li{
		width:calc(100% - 30px)
	}
	.headline h1 {
	font-size: 1rem;
	}
	.profile-data {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
	}
	.profile-data{
	margin-bottom:15px
	}
	.profile-data li {
    width:50%;
	margin-bottom:25px;
	}
	.container-banner h3,.profile-data li h3{
		font-size:30px;
	}
	.container-banner{
		min-height:230px;
		background-size:100%!important;
		background-position:initial!important;
	}
	.title_ny h3{
		font-size:24px;
	}
	.about-number-box>div{
		min-width: 160px;
	}
	.gy_box .swiper-slide img{
		width: 48px;
	}
	.news_list_box_right li {
		padding: 20px 0;
	}
	.warpbox {
		padding: 60px 0;
	}
	.about_warp .container {
		padding-top: 60px;
	}
	.footer_center_right {
		padding: 60px 0 40px;
	}
	.banner-text-box h2 {
		font-size: 36px;
	}
	.banner-text-box p {
		font-size: 14px;
	}
	.banner-text-box i.jiantou {
		width: 24px;
		height: 24px;
	}
	.banner:hover .swiper-button-next,
	.banner:hover .swiper-button-prev {
		opacity: 0;
	}
	.pc-banner {
		display: none;
	}
	.mobile-banner {
		display: block;
	}
	.classify li {
		padding: 26px;
	}
	.pro-text h3 {
		font-size: 18px;
	}
	.footer_bottom .container {
		display: flex;
		color: #fff;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.pro-text h3 {
		margin-bottom: 15px;
	}
	.pro-text .more {
		margin-top: 15px;
	}
	.mould-box>ul li,.product_list li{
        width: calc(100% - 30px);
    }
	
}

@media (max-width:680px) {
	.container-banner h3{
		font-size:20px;
		letter-spacing: 0px;
	}
	#contain-nav .swiper-slide>a{
		line-height:30px;
	}
	.warppbox{
		padding:40px 0;
	}
	
	.container-banner {
    min-height: 180px;
    background-size: 100% !important;
    background-attachment: initial !important;
	}
	.form-control,#feedback .form-textarea{
		font-size:14px;
	}
	.moblie_title_right{
		width:60px;
	}
	.mobile_header_title img{
		height:50px;
	}
	i.jiantou, em.jiantou{
		width:24px;
		height:24px;
	}
	.more_btn {
    width: 130px;
    height: 46px;
	}
	.pro-text h3{
		font-size: 16px;
	}
	.about-text h2{
		font-size: 20px;
	}
	.warpbox h1,.cont_left .title h1,.footer_center_right p.number{
		font-size: 24px;
	}
	.news_view .container>h3 {
		font-size: 20px;
	}
	#contain-nav .swiper-slide>a {
		min-width: auto;
	}
	.footer_bottom {
		font-size: 12px;
	}
	.about-number-box h3{
		font-size: 40px;
	}
	.warpbox .title .more,
	.about-text .more{
		display: none;
	}
}

