#baguetteBox-overlay {
	display: none;
}
.projects_t_list::-webkit-scrollbar{
    height: 3px; !important;
}
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
	background-color:#fdc900 ;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
	background-color: #554F5E
}

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
}
/*.detail_ten_l_list{*/
/*    max-height: 400px;*/
/*    overflow-x: auto;*/
/*}*/
/*.detail_ten_l_list::-webkit-scrollbar{*/
/*    width: 5px;*/
/*    background-color: var(--hue);*/
/*}*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Manrope-Regular", "Arial", "sans-serif";
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
	list-style: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

a {
	text-decoration: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

a:hover {
	text-decoration: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
select {
	font-family: "Manrope-Regular", "Arial", "sans-serif";
	margin: 0;
	padding: 0;
	border-width: 1px;
	font-size: 14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-appearance: none;
	outline: none;
	background: none;
	border: none;
}

button {
	cursor: pointer;
}

/* animation  */
.wow {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

/* ~~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~~pc 导航,css */
/* 色调 */
:root {
	--hue: #fdc900;
	--space: clamp(3.125rem, 1.961rem + 4.9vw, 6.25rem);
	--fwb: "Manrope-Bold";
	--fwe: "Manrope-ExtraBold";
	--fwr: "Manrope-Regular";
	--color23: #232323;
	--color56: #565656;
	--color89: #898989;
}

/* 文字溢出 */
.textOverflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textOverClm {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clm2 {
	-webkit-line-clamp: 2;
}

.clm3 {
	-webkit-line-clamp: 3;
}

.clm4 {
	-webkit-line-clamp: 4;
}

.clm5 {
	-webkit-line-clamp: 5;
}

.clm6 {
	-webkit-line-clamp: 6;
}

.clm7 {
	-webkit-line-clamp: 7;
}

.clm8 {
	-webkit-line-clamp: 8;
}

.clm9 {
	-webkit-line-clamp: 9;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.textHover:hover {
	text-decoration: underline;
}

/* 按钮从左到右过渡 */
.btnHover2 {
	position: relative;
	overflow: hidden;
}

.btnHover2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	-webkit-transform: translate(-105%, 0);
	transform: translate(-105%, 0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-color: rgba(255, 255, 255, .25);
}

.btnHover2:hover:before {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* 字体颜色 */
.colorf {
	color: #fff;
}

.color0 {
	color: #000;
}

.color1 {
	color: #111;
}

.color2 {
	color: #222;
}

.color3 {
	color: #333;
}

.color6 {
	color: #666;
}

.color8 {
	color: #888;
}

.color9 {
	color: #999;
}

.colorm {
	color: var(--hue);
}

.color23 {
	color: var(--color23);
}

.color56 {
	color: var(--color56);
}

.color89 {
	color: var(--color89);
}

/* 背景 */
.bgf5 {
	background-color: #f5f5f5;
}

.bgm {
	background-color: var(--hue);
}

.bgf {
	background-color: #fff;
}

/*文字换行*/
.borderN {
	border: none;
}

.upp {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

/* 版心 */
.w_1600 {
	width: 92%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.w_1400 {
	width: 92%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}



/* 盒子 */
.wrap_bw {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.wrap_baw {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.wrap_aw {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

/* 字体 */
.fwr {
	font-family: var(--fwr);
}

.fwb {
	font-family: var(--fwb);
}

.fwe {
	font-family: var(--fwe);
}

.upp {
	text-transform: uppercase;
}

/* 字体大小 */

.fz72 {
	font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}

.fz70 {
	font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fz68 {
	font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fz66 {
	font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fz64 {
	font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}

.fz62 {
	font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}

.fz60 {
	font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}

.fz58 {
	font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}

.fz56 {
	font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}

.fz54 {
	font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}

.fz52 {
	font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fz50 {
	font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}

.fz48 {
	font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}

.fz46 {
	font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz44 {
	font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz42 {
	font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fz40 {
	font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}

.fz38 {
	font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}

.fz36 {
	font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}

.fz34 {
	font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}

.fz32 {
	font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}

.fz30 {
	font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}

.fz28 {
	font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fz26 {
	font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}

.fz24 {
	font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}

.fz22 {
	font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}

.fz20 {
	font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}

.fz18 {
	font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}

.fz16 {
	font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}


.pt {
	padding-top: var(--space);
}

.pb {
	padding-bottom: var(--space);
}

.ptb {
	padding-top: var(--space);
	padding-bottom: var(--space);
}

.p_b_35 {
	padding-bottom: 35px;
}

.p_b_50 {
	padding-bottom: 50px;
}


/* 伪类 */

/* btn按钮样式 */
.hover1_style {
	position: relative;
	overflow: hidden;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.hover1_style:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18) !important;
}

.hover1_style::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	-ms-background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
	-moz-background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
	-webkit-background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hover1_style:hover::after {
	left: 100%;
}

/* pub_scroll_btn1  swiper*/
.pub_scroll_btn1 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 66px;
	height: 66px;
	background: var(--hue);
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/* 分页按钮 */
.public_page_btn1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 6px;
	border: 1px solid #898989;
	cursor: pointer;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.public_page_btn1:hover {
	color: #ffffff;
	border-color: var(--hue);
	background: var(--hue);
}

.public_page_btn2 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	vertical-align: middle;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 25px;
	background-color: skyblue;
	cursor: pointer;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.public_page_btn2 .icon {
	margin-right: 6px;
}





/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */

.blog_page {
	padding-top: 3.13vw;
}

.blog_page .wp-pagenavi {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog_page .extend{
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 24px;
}
.blog_page a.hover,
.blog_page a:hover {
	color: #fff !important;
	background-color: var(--hue);
	border-color: var(--hue);

}
.blog_page  .previouspostslink,
.blog_page .nextpostslink,
.blog_page .paginationjs-prev,
.blog_page .paginationjs-next {
	width: 190px !important; 
}

.blog_page a {
    display: block;
	border: 1px solid #dcdcdc;
	color: #666666;
	background-color: #fff;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 10px;
	text-align: center;
	cursor: pointer;
}

.blog_page .current {
    text-align: center;
    display: inline-block;
 	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 10px;
	color: #fff !important;
	border-color: var(--hue) !important;
	background-color: var(--hue) !important;
}

/* ~~~~分页 end~~~~~~ */
/* ~~~~分页 end~~~~~~ */
/* ~~~~分页 end~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
.header_box {
	position: relative !important;
	z-index: 4;
}

.header_box .header.hover {
	background-color: #fff;
}

.header_box .header.hover .pc_head_cen_r_icon .line {
	background-color: rgba(0, 0, 0, 0.15);
}

.header_box .header.hover .pc_head_cen_r_icon div,
.header_box .header.hover .menu_tt {
	color: #333;
}

.header_con {
	position: relative;
}

.header .wrapper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

/* 顶部左侧 */
.header_l {
	width: 6.56vw;
}

.logo {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.logo img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* 顶部右侧  */

.header_r {
	width: calc(100% - 6.56vw);
}

.header_t {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	height: 60px;
}

.header_t_l {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-top: 15px;
}
.header_t_l .fwr{text-align:center;}
.header_t_l_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #fff;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 1.82vw 0 1.56vw;
	font-family: var(--fwr);
}

.header_t_l_item:last-child {
	border-right: none;
}

.header_t_l_item .tt {
	font-size: 14px;
}

.header_t_l .public_btn {
	width: 186px;
	height: 45px;
}

.header_t_r {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.header_t_l_item:last-child {
	margin-right: 0;
}

.header_t_l_item:last-child::after {
	display: none;
}

.header_t_l_item .icon {
	margin-right: 8px;
}

.header_t_l_item:hover {
	color: var(--hue);
}

.header_t_l_item .icon {
	color: #fff;
}

.header_b .wrapper {
	position: relative;
}

.header_b_r {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

/* 点击搜索 */
.pc_head_cen_r_icon {
	margin-left: 3.13vw;
	width: 135px;
	line-height: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.pc_head_list_box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header_language {
	position: relative;
	padding: 20px 20px;
	cursor: pointer;

}

.pc_head_cen_r_icon .line {
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.24);
}

.header_language_01 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.header_language_01 .icon1 {
	font-size: 26px;
	color: #fff;
}

.header_language_01 span {
	font-size: 14px;
	color: #333e46;
	padding: 0 4px 0 4px;
}

.header_language_01 .icon2 {
	font-weight: 700;
	font-size: 16px;
	color: #333e46;
	padding-top: 2px;
}

.header_language_02 {
	display: none;
	position: absolute;
	z-index: 5;
	top: 65px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 150px;
	padding: 12px 0;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.header_language_02 a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #333e46;
	text-align: center;
}

.header_language_02 a:hover {
	color: var(--hue);
}

.header_search {
	cursor: pointer;
}

.header_search .click_icon {
	font-size: 28px;
	padding: 20px 20px;
	color: #fff;
}

/* 点击搜索 */


.menu_dl {
	width: calc(100% - 5.73vw - 135px);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.menu_dl>.item {
	margin: 0 1.56vw;
	position: relative;
}

.menu_tt {
	text-transform: uppercase;
	height: 80px;
	font-size: 16px;
	font-family: var(--fwb);
	color: #fff;
	display: block;
	white-space: nowrap;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.menu_tt::after {
	z-index: 2;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: var(--hue);
	display: none;
}

.menu_dl dd:hover .menu_tt,
.menu_dl .item.hover .menu_tt {
	color: var(--hue) !important;
}

.menu_dl dd .menu_tt:hover::after,
.menu_dl dd.hover .menu_tt::after {
	display: block;
}



/* 导航下拉 */
.menu_down {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: -20px;
	top: 100%;
	width: 260px;
	z-index: 1;
	border-radius: 10px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 10px 0 20px 0;
	background-color: #f5f5f5;
	display: none;
}
.zhongji1 .menu_down{
	width: 420px;
}

.menu_down_list {
	width: 100%;
}

.menu_down_item{
    position: relative;
}
.menu_down_item_a{
    width: 100%;
    	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #333333;
	font-size: 16px;
	line-height: 52px;
	font-family: var(--fwr); 
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 1.3vw;
}
.menu_down_item_a .iconfont{
     	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
    transform: rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
}
.menu_down_list_children{
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 100%;
	top: -19%;
	width: 120%;
	padding: 10px 0 20px 0;
	background-color: #f5f5f5;
	border-radius: 10px;
	display: none;
}

.menu_dl .zhongji1 .menu_down .menu_down_list .menu_down_list_children{width: 120%;}
.menu_down_list_children .item{
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 52px;
	font-family: var(--fwr);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 2.6vw 0 1.3vw;
}
.menu_down_item:hover .menu_down_list_children{
	display: block;
}

.menu_dl dd:hover .icon {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.menu_down_list_children .item:hover,
.menu_down_item_a.hover {
	background-color: #fff;
	color: var(--hue);
}

.menu_down_item_a.hover .iconfont{
    color: var(--hue);
    transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
    transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}
/*.menu_down_list_children .item:hover,*/
/*.menu_down_item_a:hover {*/
/*	color: var(--hue);*/
/*}*/

/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* 公用搜索框css */
/* 公用搜索框css */
/* 公用搜索框css */
.all_public_searchBox {
	display: none;
	position: fixed;
	z-index: 20;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
	display: none;
	position: fixed;
	z-index: 21;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 800px;
}

.all_public_form input {
	width: 100%;
	outline: none;
	border: none;
	box-sizing: border-box;
	background-color: #fff;
	padding: 20px 136px 20px 20px;
	border-radius: 10px 25px 10px 25px;
}

.all_public_form .icon_01 {
	font-size: 38px;
	cursor: pointer;
	position: absolute;
	top: 51%;
	right: 80px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: none;
	border: none;
	background: none;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	color: #888888;
}

.all_public_form .icon_01:hover {
	color: var(--hue);
}

.all_public_form .public_form_close {
	font-size: 34px;
	position: absolute;
	top: 45%;
	right: 26px;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	color: #888888;
	cursor: pointer;
}

.all_public_form .public_form_close:hover {
	color: var(--hue);
}

/* 公用搜索框css end*/
/* 公用搜索框css end*/
/* 公用搜索框css end*/
/* 点击视频弹出播放框css */
.ind_video_maskBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	width: 800px;
	height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
	background: #333333;
	width: 100%;
	height: 100%;
	border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
	color: #f40a0a;

}

/* 点击视频弹出播放框css~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
.public_footer {
	border-top: 6px solid var(--hue);
}

.public_footer_top {
	background: #2a2a2a;
}

.footer_top_w {
	padding: 80px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer_top1 .footer_logo {
	width: 92px;
}

.footer_top1 .footer_logo a {
	display: block;
}

.footer_top1 .footer_logo a img {
	width: 100%;
}

.footer_top1 .text {
	color: #ffffff;
	padding-top: 16px;
}

.footer_top1 .media {
	padding-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_top1 .media a {
	display: block;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 12px;
}

.footer_top1 .media a:hover {
	-ms-transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

.footer_top1 .media>a:last-child {
	margin-right: 0;
}

.footer_top1 .media>a:nth-child(1) {
	background: #3b5999;
}

.footer_top1 .media>a:nth-child(2) {
	background: #209ef3;
}

.footer_top1 .media>a:nth-child(3) {
	background: #0076b4;
}

.footer_top1 .media>a:nth-child(4) {
	background: #ff011d;
}

.footer_top1 .media>a:nth-child(5) {
	background: #0076b4;
}

.footer_top_title {
	height: 82px;
	font-size: 28px;
	color: #ffffff;
	padding-bottom: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.footer_top_img {
	width: 60px;
}

.footer_top_img img {
	width: 100%;
	height: auto;
}

.footer_top_tel {
	margin-left: 20px;
}

.footer_top_list .item {
	margin-bottom: 10px;
}

.footer_top_list .item a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #999;
}

.footer_top_list .item a .iconfont {
	width: 22px;
	font-weight: 700;
	font-size: 18px;
	color: #999;
	padding-top: 4px;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.footer_top_list .icon_pic {
	display: inline-block;
	width: 7px;
	height: 11px;
	margin-right: 7px;
}

.footer_top_list .icon_pic img {
	width: 100%;
	height: 100%;
}

.footer_top_list .item a span {
	width: calc(100% - 22px);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.footer_top_list .item a:hover .iconfont,
.footer_top_list .item a:hover span {
	color: var(--hue);
}

.footer_top5_list .item {
	margin-bottom: 8px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.footer_top5_list .item .iconfont {
	width: 30px;
	font-size: 20px;
	color: #999;
	padding-top: 2px;
}

.footer_top5_list .item span {
	width: calc(100% - 30px);
	color: #999;
	font-size: 16px;
	font-family: var(--fwr);
}

.footer_top5_list .item span a {
	color: #999;
}

.footer_top5_list .item span a:hover {
	color: var(--hue);
}

.footer_top5 .footer_media {
	padding-top: 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_top5 .footer_media a {
	display: block;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	border-radius: 50%;
}

.footer_top5 .footer_media a:hover {
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.footer_top5 .footer_media>a:last-child {
	margin-right: 0;
}

.footer_top5 .footer_media>a:nth-child(1) {
	background: #3b5999;
}

.footer_top5 .footer_media>a:nth-child(2) {
	background: #0076b4;

}

.footer_top5 .footer_media>a:nth-child(3) {
	background: #ff011d;

}

.footer_top5 .footer_media>a:nth-child(4) {
	background: #209ef3;

}

.footer_top5 .footer_media>a:nth-child(5) {
	background: #090b0d;
}


.footer_top2 {
	width: 25%;
}

.footer_top3 {
	width: 13%;
}

.footer_top4 {
	width: 23%;
}

.footer_top5 {
	width: 24%;
}

.public_footer_bot {
	background: #2a2a2a;
	border-top: 1px solid #373737;
}

.footer_bot_w {
	padding: 25px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.footer_bot1 {
	color: #888;
}

.footer_bot2 {
	color: #888;
}

.footer_bot1 :hover {
	color: var(--hue);
}

.footer_bot2 a {
	color: #929ba2;
}

.footer_bot2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer_t_contact_con {
	padding-top: 12px;
}



.footer_sm a {
	background-color: #575A63;
	float: left;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 12px;
}


.footer_sm a:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer_icon {
	color: #EB5E23;
	font-size: 21.3px;
}

/* footer */
.footer_top4   .item input {
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 40px;
	border-radius: 3px;
	border: none;
	font-size: 16px;
	color: #fff;
	background-color: #343434;
	font-family: var(--fwm);
}


.footer_top4   .item:last-child {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #343434;
	border-radius: 3px;
	padding-left: 10px;

}

.footer_top4   .item:last-child textarea {
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
	width: 100%;
	border: none;
	background: none;
	font-family: var(--fwm);
	height: 140px;
	max-height: 200px;
	resize: none;
}

.footer_top4   .submtit input {
	background: none;
	border: none;
	font-family: var(--fwb);
	background-color: var(--hue);
	color: #2a2a2a;
	width: 100%;
	max-width: 180px;
	margin-top: 15px;
	line-height: 40px;
	border-radius: 3px;
	cursor: pointer;

}

/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~~回到顶部,css */
/* ~~~~~~~~~~~~~~~回到顶部,css */
/* ~~~~~~~~~~~~~~~回到顶部,css */
/* 回到顶部  */
.float_fixed_top {
	margin-top: 20px;
	background-color: var(--hue) !important;
}

.float_fixed_top .item {
	color: #fff !important;
	position: relative;
}

.float_fixed {
	position: fixed;
	right: 0%;
	bottom: 20%;
	z-index: 3;
	width: 56px;

}

.float_fixed_list {
	box-shadow: 0 0 5px rgba(50, 50, 50, .1);
	background: #fff;
}

.float_fixed .item {
	display: block;
	width: 56px;
	height: 56px;
	font-size: 24px;
	color: var(--hue);
	line-height: 56px;
	text-align: center;
	position: relative;
}

.float_fixed .item:hover {
	color: #fff;
	background: var(--hue);
}

.float_fixed_list .item .item_con {
	position: absolute;
	top: 0;
	right: 1%;
	width: 230px;
	color: var(--hue);
	font-size: 14px;
	box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.15);
	background: #F5F5F5;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 0px 0 15px;
	border-radius: 10px 0 0 10px;
	-ms-transform: translate(110%, 0);
	-webkit-transform: translate(110%, 0);
	transform: translate(110%, 0);
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.float_fixed_list .item:hover .item_con {
	-ms-transform: translate(1px, 0);
	-webkit-transform: translate(1px, 0);
	transform: translate(1px, 0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.float_fixed_list .item .item_con .icon {
	font-size: 24px;
	margin-right: 6px;
}

.back_top {
	font-size: 50px;
	display: block;
	font-weight: 900;
}

/* ~~~~~~~~~~~~~~~回到顶部,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~回到顶部,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~回到顶部,css~~~~~~~~~~~end */
/*~~~~~~~~~~~~  public_herf  ~~~~~~~~~~~*/
/*~~~~~~~~~~~~  public_herf  ~~~~~~~~~~~*/
/*~~~~~~~~~~~~  public_herf  ~~~~~~~~~~~*/
.public_herf {
	height: 50px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.Crumbs_box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.Crumbs_box .iconfont {
	font-size: 22px;
	color: #fff;
}

.Crumbs_box .a_box {
	font-size: 16px;
	color: #fff;
	padding: 0px 0 0 6px;
}

.Crumbs_box .a_box a {
	color: #fff;
	font-family: var(--fwr);
}

.Crumbs_box .a_box a:hover {
	text-decoration: underline;
}

/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~ public_herf  end ~~~~~~~~~~~*/

/* ~~~~~~~~~~~~~~~wap head,css */
/* ~~~~~~~~~~~~~~~wap head,css */
/* ~~~~~~~~~~~~~~~wap head,css*/


.mask,
.mobile_menu_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.mask {
	z-index: 13;
}

/*
 * wap head
 */
.mobile_header {
	height: 52px;
	display: none;
	clear: both;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_header_top {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	width: 100%;
	height: 52px;
	background: #fff;
	box-shadow: 0 0 5px rgba(50, 50, 50, .2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_logo {
	height: 52px;
	margin-left: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	padding: 0 15px;
}

.mobile_logo img {
	height: 42px !important;
	width: auto;
}

.mobile_menu_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}

.mobile_menu_btn .line {
	display: block;
	height: 3px;
	width: 28px;
	background: var(--hue);
	border-radius: 4px;
	margin-bottom: 6px;
}

.mobile_menu_btn .line:last-child {
	margin-bottom: 0;
}

.mobile_search_icon {
    display: none;
	width: 40px;
	height: 52px;
	color: #222;
	font-size: 28px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}


.mobile_menu_b {
	margin-top: 40px;
}

.mobile_menu_b_clm {
	margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

.mobile_menu_b_clm .text {
	font-size: 14px;
	color: #333;
}

.mobile_menu_b_clm .text a {
	color: #333;
	word-break: break-all;
}

.mobile_lag_box {
	padding: 30px 0 20px;
	margin-bottom: 40px;
}

.mobile_lag_tt {
	font-size: 16px;
	color: #333;
	padding-bottom: 18px;
}

.mobile_lag_text {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.mobile_lag_text a {
	color: #333;
	font-size: 16px;
	margin-right: 25px;
}

.mobile_menu_box {
	position: fixed;
	right: -110%;
	top: 0;
	z-index: 15;
	width: 75%;
	height: 100%;
	background: #fff;
	padding: 20px 15px;
	overflow-y: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_box.show {
	right: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_dl dd {
	clear: both;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
	width: calc(100% - 50px);
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: uppercase;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
	color: var(--hue);
}

.mobile_menu_tt_icon {
	/* display: none; */
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	cursor: pointer;
}

/* 移动搜索 */
.mobile_search_box {
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 13;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}

.mobile_search_box form {
	width: 100%;
	padding: 10px 2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.mobile_search_text {
	float: left;
	padding-left: 15px;
	font-size: 14px;
	width: calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text {
	width: 40px;
	font-size: 20px;
	color: var(--hue);
	font-weight: bold;
	text-align: center;
	border: none;
	background: none;
}

/* 移动搜索 */

.mobile_menu_down {
	display: none;
	padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
	margin-bottom: 8px;
}
.mobile_menu_down_clm a {
    color: #333;
}
.mobile_menu_down_clm_tts {
	max-width: 65%;
	font-family: 'Poppins' !important;
}

.mobile_menu_down_clm_tt {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
		padding: 6px 0 10px 12px;
	color: #FFFFFF;
}

.mobile_menu_down_clm_tt .tt {
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	font-size: 14px;
	text-transform: capitalize;
	padding: 5px 0;
}

.mobile_menu_down_clm_tt .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_list {
	display: none;
	padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0 5px 14px;
	position: relative;
}

.mobile_menu_down_clm_list a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background: #333;
	border-radius: 50%;
}

.mobile_menu_tt_icon.hover {
	transform: rotateZ(270deg);
	-webkit-transform: rotateZ(270deg);
	-ms-transform: rotateZ(270deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}

/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */

/* ~~~~~~~~~~~~border_line_video~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~border_line_video~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~border_line_video~~~~~~~~~~~~~~~ */

.cir_line_box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 138px;
	height: 138px;
	transform: translate(-50%, -50%);
}

.cir_line_box .line1,
.cir_line_box .line2{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	border: 1px solid var(--hue);
	transform: translate(-50%, -50%);
	transform-origin: center center;
}

.cir_line_box .pic {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	height: 100%;
}

.cir_line_box .line1 {
	animation: aaaa3 3s infinite linear;
	animation-delay: -1s;
}

.cir_line_box .line2 {
	animation: aaaa3 3s infinite linear;
	animation-delay: 1s;
}



@keyframes aaaa3 {
	0% {
		width: 90%;
		height: 90%;
		opacity: 1;
	}

	50% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	100% {
		width: 150%;
		height: 150%;
		opacity: 0;
	}
}

/* ~~~~~~~~~~~~border_line_video end~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~border_line_video end~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~border_line_video end~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~public~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~public ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~public ~~~~~~~~~~~~~~~ */
/* 公用btn */
.public_btn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	color: #fff;
	height: 52px;
	width: 211px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 3px;
	font-size: 16px;
	background-color: var(--hue);
	font-family: var(--fwb);
	overflow: hidden;
}

.public_btn .icon1 {
	margin-left: 15px;
}

.public_btn .icon2 {
	margin-right: 5px;
}

.text {
	line-height: 30px;
}

/* 标题 */
.public_module_title .subtitle {
	padding-bottom: 8px;
}

.public_module_title .title {
	padding-bottom: 10px;
}

.public_module_title .text {
	line-height: 30px;
}

.public_module_title .line {
	width: 94px;
	height: 3px;
	background-color: var(--hue);
	margin: 0.78vw 0 1.56vw 0;
}

.public_module_title .text1 {
	padding-top: 30px;
	line-height: 30px;
}

/* ~~~~~~~~~~~~public end~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~public end~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~public end~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~index ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~index ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~index ~~~~~~~~~~~~~~~ */
/* .index_banner */
.index_banner {
	position: relative;
}

.index_banner_lunbo .swiper-slide .item {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.ind_banner_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ind_banner_bg img{
    width: 100%;
    height: 100%;
       display: none;
}

.index_banner_content {
	pointer-events: none;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 92%;
	max-width: 1600px;
}

.index_banner_content .public_module_title {
	width: 60%;
}

.index_banner_content .public_module_title .title {
	line-height: 1;
}

.index_banner_content .public_module_title .text {
	max-width: 78%;
}

.index_banner_content .public_btn {
	margin-top: 2.34vw;
}

.index_banner_dots {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 20px;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.index_banner_dots .item {
	position: relative;
	width: 88px;
	height: 44px;
	margin-right: 10px;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
}

.index_banner_dots .item img {
	width: 100%;
	
}

.index_banner_dots>.item:last-child {
	margin-right: 0;
}

.index_banner_dots .item.hover {
	border-color: var(--hue);
}

.index_banner_lunbo .swiper-slide.swiper-slide-active {
	z-index: 1;
}

/* index_one */ 
.index_one_swiper{
	margin: 2.6vw 5px; 

}
.index_one_swiper .swiper-slide:last-child .index_one_item{
	border-right: none !important;
}
.index_one_item {
	display: block;
	border-right: 1px solid #ececec;
}

.index_one_item .pic {
	width: 80%;
	height: 100%;
	margin: auto;
}

.index_one_item .pic img {
	width: 100%;
	height: auto;
	max-width: 210px;
}

.index_one_item .title {
text-align: center;
	padding: 0.78vw 2.08vw 0;
}




/* index_Two*/
.index_Two_con {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.index_Two_table {
	width: 16.8%;
}

.index_Two_swiper,
.index_Two_list {
	width: calc(83.2% - 20px);
	margin-left: 20px;
}

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

.index_one .swiper-slide{max-width:320px;}

.index_Two_t_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	margin-bottom: 2.86vw;
	cursor: pointer;
}

.index_Two_t_item .left {
	margin-right: 10px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.index_Two_t_item .left .line {
	width: 31px;
	height: 1px;
	background-color: #999;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.index_Two_t_item .quan {
	width: 11px;
	height: 11px;
	background-color: var(--hue);
	border-radius: 100%;
	position: relative;
	margin-right: 17px;
	display: none;
}

.index_Two_t_item .quan::before {
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 100%;
	transform: translate(-40%, -40%);
	-ms-transform: translate(-40%, -40%);
	-webkit-transform: translate(-40%, -40%);
	border: 1px solid var(--hue);
}

.index_Two_t_item.hover .quan {
	display: block;
}

.index_Two_t_item.hover .line {
	width: 41px;
	background-color: var(--hue);
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.index_Two_t_item.hover .right {
	font-size: 18px;
	font-family: var(--fwe);
	color: #333;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.index_Two_b_item.on {
	-webkit-animation: fadeInRight 1s ease both;
	animation: fadeInRight 1s ease both;
}

.index_Two_b_item {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.index_Two_b_item .left {
	width: 38.5%;
}

.index_Two_b_item .right {
	width: 61.5%;
	margin-right: 30px;
}

.index_Two_b_list {
	margin-top: 1.56vw;
}
.index_Two_b_list  .item .tt{
    color: #666;
}
.index_Two_b_list .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.index_Two_b_list .item .iconfont {
	margin-right: 10px;
	font-size: 24px;
	color: var(--hue);
	margin-bottom: 10px;
}

.index_Two_b_btn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 2.34vw;
}

.index_Two_b_btn .public_btn {
	margin-right: 1.04vw;
	background-color: #333;
	margin-bottom: 0.52vw;
}

.index_Two_b_btn .public_btn:first-child {
	background-color: var(--hue);
}
.index_Two_b_btn .public_btn .fwb{
	padding: 0 10px;
}
.pro_det_scroll_item .fwb{
    margin-left: 15px;
}

.index_Two_b_item .right img {
	width: 100%;
	height: auto;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.index_Two_b_item .right:hover img {
	transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

/* index_three */
.index_three {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.index_three_l {
	width: 67%;
	text-align: center;
}

.index_three_r {
	width: 32.3%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.index_three_l .video {
	margin-top: 2.6vw;
	margin-bottom: 3.13vw;
}

.index_three_icon {
	width: 138px;
	height: 138px;
	margin: auto;
	position: relative;
	cursor: pointer;
}

.index_three_icon img {
	width: 100%;
	height: auto;
}

.index_three_icon .icon_pic {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-animation: el_rotate 40s linear infinite;
	-webkit-animation: el_rotate 40s linear infinite;
	animation: el_rotate 40s linear infinite;
}

@keyframes el_rotate {
	0% {
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%) rotateZ(0);
		-webkit-transform: translate(-50%, -50%) rotateZ(0);
		transform: translate(-50%, -50%) rotateZ(0);
	}

	100% {
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%) rotateZ(360deg);
		-webkit-transform: translate(-50%, -50%) rotateZ(360deg);
		transform: translate(-50%, -50%) rotateZ(360deg);
	}
}

@-ms-keyframes el_rotate {
	0% {
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%) rotateZ(0);
		-webkit-transform: translate(-50%, -50%) rotateZ(0);
		transform: translate(-50%, -50%) rotateZ(0);
	}

	100% {
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%) rotateZ(360deg);
		-webkit-transform: translate(-50%, -50%) rotateZ(360deg);
		transform: translate(-50%, -50%) rotateZ(360deg);
	}
}

@-webkit-keyframes el_rotate {
	0% {
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%) rotateZ(0);
		-webkit-transform: translate(-50%, -50%) rotateZ(0);
		transform: translate(-50%, -50%) rotateZ(0);
	}

	100% {
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%) rotateZ(360deg);
		-webkit-transform: translate(-50%, -50%) rotateZ(360deg);
		transform: translate(-50%, -50%) rotateZ(360deg);
	}
}

.index_three_l .number_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	margin-top: 1.04vw;
}

.index_three_number {
    text-align: center;
	padding: 0 1.3vw;
}
.index_three_number .number{
    	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
		justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}
.index_three_number:last-child {
	padding-right: 0;
}

.index_three_number .iconfont {
	font-size: 52px;
	color: var(--hue);
}

.index_three_l .public_btn {
	margin: auto;
}

.index_three_r_item {
	width: calc((100% - 40px) / 2);
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 25px 20px;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, .4);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.index_three_r .number {
	text-align: right;
}

.index_three_r .iconfont {
	font-size: 72px;
	padding: 30px 0;
	text-align: center;
	color: white;
}

.index_three_r_item:hover {
	background-color: var(--hue);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

/* index_four_l */
.index_four {
	position: relative;
	z-index: 2;

}

.index_four_l {
	z-index: -1;
	position: absolute;
	right: 50%;
	height: 100%;
	top: 0;
	width: 49%;
}

.index_four_r {
	z-index: -1;
	position: absolute;
	left: 50%;
	height: 100%;
	top: 0;
	width: 53%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.index_four_ptb {
	z-index: 11;
	width: 100%;
}

.index_four_auto {
	width: 81%;
}

.index_four_auto .public_module_title {
	margin-bottom: 2.08vw;
}


.index_four_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.index_four_item {
	width: calc((100% - 40px) / 3);
	display: inline-block;
	padding: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 6px;

}

.index_four_item:last-child {
	margin-right: 0;
}

.index_four_item_top .left {
	width: 82px;
	height: 82px;
	border-radius: 6px;
	background-color: #f5f5f5;
	margin-right: 1.04vw;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.index_four_item .left .iconfont {
	font-size: 48px;
	color: var(--hue);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.index_four_item .right {
	width: calc(100% - 102px);
}

.index_four_item_top {
	margin-bottom: 1.3vw;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.index_four_item:hover .index_four_item_top .left {
	background-color: var(--hue) !important;
	box-shadow: 0 10px 20px rgba(78, 57, 0, 18%);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.index_four_item:hover .index_four_item_top .left .iconfont {
	color: #fff;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

/* index_Six */
.index_Six {
	position: relative;
}

.index_Six_list {
	height: 100%;
	position: relative;
	overflow: visible;
}

.index_Six_swiper {
	position: relative;
	height: 100%;
}

.index_Six_next {
	position: absolute;
	top: 0%;
	right: 0%;
	width: 16.7%;
	height: 100%;
	background-color: #334351;
	opacity: 80%;
	z-index: 3;

	/*transform: translate(-50%, -50%);*/
	/*-ms-transform: translate(-50%, -50%);*/
	/*-webkit-transform: translate(-50%, -50%);*/
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.index_Six_swiper_pagination .number{
    -webkit-text-stroke: 1px var(--hue) !important;
}
.index_Six_swiper_pagination{
    	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
    position: absolute;
    bottom: 25%;
    left: 70%;
    z-index: 2;
    font-family: var(--fwb);
    font-size: 50px;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}
.index_Six_next_list{
    margin-left: 40px;
}
.index_Six_next .iconfont {
	width: 24px;
	font-size: 28px;
	margin-right: 10px;
	float: left;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.index_Six_next .tt {
z-index: 9;
	float: left;
	line-height: 30px;
	font-size: 24px;
	font-family: var(--fwe);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	width: 10vw;
    margin: -15px 0px 15px 0px;
}

.index_Six_swiper_button_next {
	cursor: pointer;
	display: none;
}

.index_Six_swiper_button_next.hover {
	display: block;
}

.index_Six_swiper_button_next:hover {
	color: var(--hue);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.index_Six_item {
	height: 864px;
	overflow: hidden;
	position: relative;
}

.index_Six_item .infor {
	position: absolute;
	top: 0px;
	left: 8.33vw;
	z-index: 5;
	/* margin-left: -560px; */
	visibility: hidden;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 0;
}

.index_Six_item .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
}


.index_Six_swiper .infor .mid {
	margin-top: 3.65vw;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
		flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.index_Six_swiper .infor .mid .mid_icon {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	margin-right: 1.56vw;
	opacity: 0;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.index_Six_swiper .infor .mid .mid_icon .icon img:hover {
	transform: translate(0%, -5px);
	-ms-transform: translate(0%, -5px);
	-webkit-transform: translate(0%, -5px);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.index_Six_swiper.infor .mid .mid_icon .icon img {
	width: auto;
	margin: 0 auto;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.index_Six_swiper .infor .mid .mid_icon.mid_icon1 {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.index_Six_swiper .infor .mid .mid_icon.mid_icon2 {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.index_Six_swiper .infor .mid .mid_icon.mid_icon3 {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.index_Six_swiper .infor .mid .mid_icon.mid_icon4 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.index_Six_swiper .infor .mid .txt {
	font-size: 24px;
	color: #fff;
}

.index_Six_swiper .infor .mid .desc {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	margin-top: 20px;
}

.index_Six_swiper .infor .mid .mid_icon:hover .desc {
	opacity: 1;
	visibility: visible;
}

.index_Six_swiper .swiper-slide-active .index_Six_item .infor {
	opacity: 1;
	visibility: visible;
}

.index_Six_item .infor .mid .mid_icon {
	width: 126px;
}

.index_Six_swiper .swiper-slide-active .index_Six_item .infor .mid .mid_icon {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	margin-bottom: 10px;
}

.index_Six_item .infor .mid .mid_icon .icon {
	width: 100%;
	height: 100%;
}

.index_Six_item .infor .mid .mid_icon .icon img {
	width: 100%;
    height: 100%
}

.index_Six_item .public_btn {
	margin-top: 4.17vw;
}

.index_Six_item_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	font-size: 20px;
	color: #fff;
	font-family: var(--fwb);
	z-index: 2;
	opacity: 0;
}

.index_Six_swiper .swiper-slide-active .index_Six_item .index_Six_item_bottom {
	opacity: 1;
}

.index_Six_swiper .swiper-slide-active .index_Six_item .infor {
	opacity: 1;
	visibility: visible;
}

/* index_seven */
.index_seven_l {
	width: calc(50% - 8.07vw);
}

.index_seven_r {
	width: 50%;
}
.index_seven_swiper_item{
    width: 95%;
    word-break: break-all; 
    word-wrap: break-word;
 
}
.index_seven_l_bottom img{
    width: 100%;
    height: 100%;
}
/* .index_seven_swiper{
	max-height: 230px;
} */
.index_seven_list {
	margin-top: 5.21vw;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;

}

.index_seven_item {
	z-index: 2;
	width: calc(100% / 3);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
}

.index_seven_item .left {
	margin-right: 10px;
	width: 64px;
	height: 64px;
	border: 1px solid #e0e0e0;
	border-radius: 100%;
	overflow: hidden;
	padding: 6px;
}

.index_seven_item img {
	width: 100%;
	height: auto;
}

.index_seven_item .right .text {
	font-size: 14px;
}

.index_seven_item.hover .left {
	border-color: var(--hue);
}

/* index_eight_l */
.index_eight {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.index_eight_l {
	width: calc(50% - 5.21vw);
}

.index_eight_r {
	width: 50%;
}

.index_eight_map {
	margin-top: 6.77vw;
	width: 100%;
}

.index_eight_map img {
	width: 100%;
	height: 100%;
}

.index_eight_btn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-bottom: 3.13vw;
}

.index_eight_btn .public_btn {
	margin-right: 1.56vw;
	background-color: #fff;
	color: #333;
}

.index_eight_btn .public_btn:hover {
	background-color: var(--hue);
	color: #fff;
}

.detail_ten_l_item {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .25);
	padding: 1.56vw 0;
}

.detail_ten_l_item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .25);

}

.detail_ten_l_item_t {
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.detail_ten_l_item_t_l {
	width: calc(100% - 50px);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.detail_ten_l_item_t_l .pic {
	width: 26px;
	height: 26px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background: url(../images/index_eight_icon_01.png);
}

.detail_ten_l_item_t_l .iconfont {
	margin-right: 10px;
}

.detail_ten_l_item_t_l .title {
	width: calc(100% - 36px);
	margin-left: 0.52vw;
}

.detail_ten_l_item .text {
	padding: 10px 0 25px 40px;
	display: none;
}

.detail_ten_l_item .hide,
.detail_ten_l_item.hover .show {
	display: none;
}

.detail_ten_l_item .none {
	display: none;
}

.detail_ten_l_item .show {
	color: #fff;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.detail_ten_l_item.hover .show {
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.detail_ten_l_item.hover .hide {
	display: block;
	color: #fff;
}

/* index_nine */
.index_nine_item {
	border-radius: 6px;
	display: block;
	background-color: #fff;
	overflow: hidden;
}

.index_nine_item .bottom {
	padding: 2.6vw 1.56vw 1.56vw 1.56vw;
}

.index_nine_item .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.index_nine_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.index_nine_item .pic:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.index_nine_item .trim {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 155px;
	text-align: center;
	height: 49px;
	line-height: 49px;
	border-radius: 10px 0 0 0;
	font-size: 14px;
	background-color: rgba(0, 0, 0, .2);
}

.index_nine_item .title {
	margin-bottom: 10px;
}

.index_nine_item .text {
	margin-bottom: 20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-align: initial;
}

.index_nine_item .btn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	color: #231815;
}

.index_nine_item .btn .icon2 {
	margin-left: 10px;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0vw 12px 0 12px !important;
	opacity: 1;
	background-color: #444;
}

.swiper-pagination-bullet-active {
	background-color: var(--hue);
}

/* ~~~~~~~~~~~~index end~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~index end~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~index end~~~~~~~~~~~~~~~ */
/*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about    ~~~~~~~~~~~*/
.swiper-pagination-bullets {
	margin-top: 2.08vw;
}

.about_banner {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*height: clamp(12.5rem, 2.273rem + 51.14vw, 40.625rem);*/
}

.about_banner .banner_img{
    width: 100%;
    height: 100%;
}

.about_banner_herf {
    padding: 5px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}

/* .about_one */
.about_one_l {
	width: 51%;
}

.about_one_tel .left {
	width: 59px;
	height: 59px;
	background-color: var(--hue);
	border-radius: 100%;
	margin-right: 1.04vw;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.about_one_l .bottom {
	margin-top: 2.6vw;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.about_one_l .bottom .public_btn {
	margin-right: 2.6vw;

}

.about_one_tel {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.about_one_r {
	position: relative;
	width: calc(49% - 6.77vw);
	padding: 50px 50px 0 0;
}

.about_one_r::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	background-color: #f5f5f5;
	z-index: -1;
	border-radius: 12px;
	overflow: hidden;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.about_one_r .pic {
	width: 100%;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}

.about_one_r .pic img {
	width: 100%;
	height: auto;
}

.about_one_video {
	width: 138px;
	height: 138px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
}

.about_one_video img {
	width: 100%;
	height: auto;
}

.about_one_video .icon_pic {
	width: 85%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-animation: el_rotate 40s linear infinite;
	-webkit-animation: el_rotate 40s linear infinite;
	animation: el_rotate 40s linear infinite;
}

.about_one_r:hover::before {
	background-color: var(--hue);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

/* .about_two */
.about_two {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.about_two_l {
	width: 23.1%;
	height: auto;
}

.about_two_l img {
	width: 100%;
	height: 100%;
}

.about_two_r {
	width: 69%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: space-between;
	-ms-align-content: space-between;
	-webkit-align-content: space-between;
}

.about_two_r .number_list {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.about_two_r .index_three_number {
	padding: 0;
}

/* about_three */
.about_three {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.about_three_swiper_button {
	border-radius: 100%;
	width: 70px;
	height: 70px;
	border: 1px solid #dfdfdf;
	color: #9e9e9e;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	font-size: 38px;
	margin: 0 12px;
	cursor: pointer;
	transition: all .3s;
	-ms-transition: all .3s;
}

.about_three_swiper_btn {
	margin-top: 2.6vw;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.about_three_swiper_button:hover {
	background-color: var(--hue);
	color: #fff;
	border-color: var(--hue);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.about_three_item {
	padding: 32px 21px;
	background-color: #fff;
	border-radius: 6px;
	display: block;
	overflow: hidden;
}

.about_three_item .bottom {
	padding-top: 1.56vw;
	margin-top: 1.56vw;
	border-top: 1px solid #e5e5e5;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.about_three_item .bottom .title {
	width: calc(100% - 30px);
}

.about_three_item .icon {
	width: 20px;
	height: auto;
}

.about_three_item .icon img {
	width: 100%;
}

.about_three_item .pic {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

/* about_four */
.about_four {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
}

.about_four::before{
    content: "";
    background-image: url(../images/about_four_bg.jpg);

	width: 100%;
	height:65%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.about_four_t {
	padding-bottom: 4.17vw;
}

.about_four_t .left {
	width: 50%;
}

.about_four_t .right {
	width: 45%;
}

.about_four_t_item {
	font-family: var(--fwr);
	color: #fff;
	font-size: 16px;
	line-height: clamp(1.5rem, 1.413rem + 0.38vw, 1.75rem);
}

.about_four_item {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.about_four_item::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    
    background-image: linear-gradient(to top,rgba(0,0,0,60%),rgba(0,0,0,0%));
}
.about_four_item img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.about_four_item:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.about_four_item .title {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	text-align: center;
}

/* about_five */
.about_five_t {
	margin-bottom: 3.13vw;
}

.about_five_b .left {
	width: calc(50% - 50px);
}

.about_five_b .right {
	width: calc(50% - 50px);
	margin-right: 50px;
}

.about_five_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	margin-bottom: 2.86vw;
}

.about_five_item .icon {
	width: 70px;
	margin-right: 25px;
}

.about_five_item .icon img {
	width: 100%;
	height: 100%;
}

.about_five_item .item_right {
	width: calc(100% - 95px);

}

.about_five_item .title {
	margin-bottom: 10px;
}

.about_five_r_item {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding: 2.6vw 4.17vw 5.21vw 4.17vw;
}

.about_five_r_item .pic {
	width: 75px;
	margin-bottom: 35px;
}

.about_five_r_item .pic img {
	width: 100%;
		height: 100%;
}

.about_five_r_item.active {
	background-color: var(--hue);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.about_five_r_item:last-child {
	transform: translate(50px, -50px);
	-ms-transform: translate(50px, -50px);
	-webkit-transform: translate(50px, -50px);
}

/* about_six */
.about_six_l {
	width: 46.1%;
	position: relative;
	padding: 2.6vw 2.6vw 0 0;
}

.about_six_l::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 5.21vw);
	height: calc(100% - 2.6vw);
	background-color: #f5f5f5;
	border-radius: 12px;
	overflow: hidden;
	z-index: -1;
}

.about_six_l .pic {
    height: 100%;
	padding-left: 8.33vw;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}

.about_six_l img {
	width: 100%;
	height: 100%;
}

.about_six_r {
	width: calc(50% - 8.33vw);
	margin-right: 8.33vw;
}

.about_six_list .item {
	cursor: pointer;
	height: 55px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	border-radius: 6px;
	margin-bottom: 10px;
	margin-right: 0.52vw;
	padding: 0 1.04vw;
	
}

.about_six_list .item .dian {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: var(--hue);
	overflow: hidden;
	margin-right: 10px;
}

.about_six_list .hover {
	background-color: var(--hue);
}

.about_six_list .hover .dian {
	background-color: #fff;
}

.about_six_list .hover .tt {
	color: #fff;
}

.about_six_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

/* about_seven */

.about_seven_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content: flex-start;
}

.about_seven_item {
	border: 1px solid #ececec;
	border-radius: 10px;
	overflow: hidden;
	width: calc((100% - 60px) / 5);
	margin-right: 15px;
	margin-bottom: 0.78vw;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}
.about_seven_item:nth-child(5n){
    margin-right: 0;
}
.about_seven_item img {
	width: 100%;
	height: 100%;
}

.about_seven_item:hover {
	transform: translate(0%, -6px);
	-ms-transform: translate(0%, -6px);
	-webkit-transform: translate(0%, -6px);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

/*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~about   end ~~~~~~~~~~~*/
.imgZoom img,
.imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.imgZoom {
	overflow: hidden;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.imgY180:hover img {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

/*~~~~~~~~~~~~application    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~application    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~application    ~~~~~~~~~~~*/
.blog_list_t_item:nth-child(odd) {
	background-color: #f5f5f5;
}

.blog_list_t_item:nth-child(even) .blog_list_b_con {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.blog_list_t_item:nth-child(even) .blog_list_b_con .right .right_con {
	background-color: #f5f5f5;
	z-index: 1;
	margin-left: 0;
	border-radius: 0 10px 0 0;
	margin-right: -4.17vw;
}
.blog_list_t_item:nth-child(even) .blog_list_b_con .left{
	border-radius:  10px 0 10px 10px;
}
.blog_list_b_con {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blog_list_b_con .left {
	width: 45%;
	border-radius: 0 10px 10px 10px;
	overflow: hidden;
}

.blog_list_b_con .left img {
	width: 100%;
		height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.blog_list_b_con .left:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.blog_list_b_con .right {
	width: 55%;
	position: relative;
	bottom: 0;
	left: 0px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
}

.blog_list_b_con .right_con {
	width: calc(100% + 4.17vw);
	margin-left: -4.17vw;
	padding-left: clamp(2.5rem, 1.766rem + 3.67vw, 5rem);
	padding-right: clamp(1.25rem, 0.883rem + 1.83vw, 2.5rem);
	background-color: #fff;
	border-radius: 10px 0 0 0;
	overflow: hidden;
}

.blog_list_b_top {
	display: inline-block;
	background-color: var(--hue);
	border-radius: 0 0 10px 10px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 15px;
	margin-bottom: 2.86vw;
}

.blog_list_b_con .public_btn {
	width: 230px;
}

.blog_list_t_item:last-child {
	padding-bottom: 0;
}

/*~~~~~~~~~~~~application   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~application   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~application   end ~~~~~~~~~~~*/




/*~~~~~~~~~~~~application_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~application_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~application_del    ~~~~~~~~~~~*/

/* blo_deOne1 */
.blo_deOne1 {
	padding: 4.17vw 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.blo_deOne1_L {
	border-radius: 10px;
	width: 100%;
	padding: 40px 80px 0px 80px;
	background-color: #fff;
}

.blo_deOne1_L_01 {
	color: #333333;
	text-align: center;
}

.blo_deOne1_L_02 {
	padding: 25px 0 22px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.blo_deOne1_L_02 .item {
	margin: 0 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.blo_deOne1_L_02 .item .iconfont {
	font-size: 24px;
	color: #7c7c7c;
}

.blo_deOne1_L_02 .item span {
	font-size: 14px;
	color: #999999;
	padding: 4px 0 0 5px;
}

.blo_deOne1_L_03 {
	color: #333333;
	padding-top: 25px;
	padding-bottom: 70px;
	border-top: 1px solid #eeeeee;
}

.blo_deOne1_L_03 img {
	display: block;
	margin: 0 auto;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
}

/* application_del */
.application_del {
	padding: 0 0 4.17vw 0;
}

.pro_list_item {
	border-radius: 10px;
	overflow: hidden;
	display: block;
	background-color: #fff;
}

.pro_list_pic {
	width: 100%;
	overflow: hidden;
}

.pro_list_pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.pro_list_item:hover .pro_list_pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.pro_list_bottom {
	padding: 2.08vw;
}

.pro_list_bottom .title {
	margin-bottom: 1.04vw;
}

.pro_list_b_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	margin-top: 10px;
}

.pro_list_b_item .iconfont {
	width: 38px;
	height: 38px;
	color: #666;
	border-radius: 5px;
	border: 1px solid #dedede;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	margin-right: 10px;
}

.pro_list_b_item .right {
	width: calc(100% - 48px);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.pro_list_btn {
	border-top: 1px solid #f6f7f9;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.pro_list_btn .public_btn {
	width: calc(100% / 2);
	color: #666666;
	height: 70px;
	border-right: 1px solid #f6f7f9;
	background-color: #fff;
}

.pro_list_btn .public_btn:last-child {
	border-right: none;
}

.pro_list_btn .public_btn:hover {
	background-color: var(--hue);
	color: #fff;
}

/*~~~~~~~~~~~~application_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~application_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~application_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact    ~~~~~~~~~~~*/
.contact_one_b .left {
	width: 50%;
}

.contact_left_list .icon_block {
	font-size: 28px;
	display: inline-block;
	width: 68px;
	height: 68px;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact_left_list {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contact_left_list>.item {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}

.contact_left_list .item:last-child {
	margin-bottom: 0;
}

.contact_left_list .item_text:hover a {
	color: var(--hue) !important;
}

.contact_left_list>.item:hover .icon_block {
	color: #fff !important;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: var(--hue);
}


.contact_left_list .item_right {
	width: calc(100% - 66px);
	padding-left: 20px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.contact_left_list .item_right .item_text {
	display: inline-block;
	padding-left: 10px;
	color: #333;
}

.contact_one_b .right {
	width: calc(50% - 4.17vw);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 20%);
}

.contact_one_b .right img {
	width: 100%;
		height: 100%;
}

/* contact_two */
.contact_two {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.contact_two_b {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.contact_two_b_item {
	height: 240px;
	border-radius: 10px;
	width: calc((100% - 6.25vw) / 5);
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 70px 0 80px 0;
	margin-right: 30px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.contact_two_b_item:last-child {
	margin-right: 0;
}

.contact_two_b_item .iconfont {
	color: #fff;
	padding-bottom: 20px;
	font-size: 48px;
}

.contact_two_b_item .tt {
	padding-bottom: 25px;
}

.contact_two_b_item .btn {
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	background-color: var(--hue);
	padding: 0px 40px;
	display: inline-block;
}

.contact_two_b_item:hover {
	padding: 45px 0 50px 0;
	background-color: rgba(255, 255, 255, .25);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.contact_two_b_item:hover .iconfont {
	color: #3b5999;
}


/* contact_three */
.contact_three_l {
	width: 35%;
}

.detail_one_l_b {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	padding-top: 25px;
}

.detail_one_l_b .left {
	background-color: var(--hue);
	width: 68px;
	height: 68px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	border-radius: 100%;
	margin-right: 1.04vw;

}

.detail_one_l_b .right {
	width: calc(100% - 68px - 1.04vw);
}

.contact_two_l_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-top: 1.3vw;
	margin-bottom: 1.56vw;
}

.contact_two_l_item .dian {
	width: 8px;
	height: 8px;
	background-color: var(--hue);
	border-radius: 100%;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 10px;
}

.contact_two_l_item .text {
	width: calc(100% - 18px);
	color: #666;
	font-size: 16px;
}

.contact_three_r {
	width: calc(65% - 4.43vw);
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 20%);
}





.contact_right_form {
	padding: 50px 45px 50px;
}

.contact_right_form form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contact_right_form form>.item {
	width: calc((100% - 25px) / 2);
	margin-bottom: 20px;
}

.contact_right_form form>.item input {
	margin-top: 10px;
	border-radius: 5px;
	width: 100% !important;
	height: 50px;
	padding: 0px 10px 0 10px;
	background-color: #f5f5f5;
	border-color: transparent;
	border: 1px solid #e4e4e4;
}

.contact_form_input_title {
	color: #6a6a6a;
	padding-bottom: 15px;
}


.contact_form_textarea {
	width: 100% !important;
}

.contact_form_textareas {
	background-color: #f5f5f5;
	font-family: var(--fwr);
	border-color: transparent;
	border: 1px solid #e4e4e4;
	width: 100%;
	height: 160px;
	padding: 15px 10px 0px;
	color: #333 !important;
	border-radius: 10px;
	font-size: 16px;
	resize: none;
}

.contact_form_btn {
	width: 100%;
	position: relative;
	border-radius: 100px;
	overflow: hidden;
}
 .contact_form_btn input {
	color: #fff;
	border: none;
	width: 100% !important;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: var(--hue);
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.contact_form_btn .wpcf7-spinner{
    
    
    display: none;
    
}

.contact_form_btn button:hover::after {
	left: 100%;
}

.contact_form_btn button::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

.contact_map img {
	cursor: pointer;
	width: 100%;
	
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/*~~~~~~~~~~~~contact   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~contact   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory    ~~~~~~~~~~~*/
.factory_one_item {
	width: 100%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
}

.factory_one_item img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.factory_one_item:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.factory_two_swiper_pagination,
.factory_three_swiper_pagination,
.factory_one_swiper_pagination {
	margin-top: 30px;
}

.factory_two_swiper_pagination .swiper-pagination-bullet,
.factory_three_swiper_pagination .swiper-pagination-bullet,
.factory_one_swiper_pagination .swiper-pagination-bullet {
	margin-top: 0 !important;
	background-color: #999;
	width: 10px;
	height: 10px;
}

.factory_two_swiper_pagination .swiper-pagination-bullet-active,
.factory_three_swiper_pagination .swiper-pagination-bullet-active,
.factory_one_swiper_pagination .swiper-pagination-bullet-active {
	background-color: var(--hue) !important;
}

/* factory_two_item */
.factory_two_item {
	width: 100%;
	height: auto;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.factory_two_item img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.factory_two_item:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.factory_two_item .tt {
	width: 100%;
	position: absolute;
	bottom: 1.82vw;
}

/* factory_three */
.factory_three_item {
	width: calc(100% - 2.08vw);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	overflow: hidden;
}
.factory_three_item .item3,
.factory_three_item .item1{
	margin: 0 3px;
}
@media screen and (max-width: 900px){
.factory_three_item .item2 {
	display:none;
}
}
.factory_three_item .item2 {
	margin: 0 1.04vw;
}

.factory_three_item .item3 .pic,
.factory_three_item .item1 .pic {
	margin-bottom: 1.04vw;
	
}

.factory_three_item .item .pic {
	border-radius: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.factory_three_item .item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.factory_three_item .item .pic:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

/*~~~~~~~~~~~~factory   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~factory   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq    ~~~~~~~~~~~*/
.faq_one_l {
	width: 46%;
}

.faq_one_r {
	width: 50%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.faq_one {
	position: relative;
}

.faq_one::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 30px);
	background-color: #f5f5f5;
	z-index: -1;
}











/* faq_three */
.faq_three {
	padding: 3.13vw 0 5.21vw 0;
}

.faq_three_box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.faq_three_l {
	width: 390px;
	margin-right: 45px;
}

.faq_three_form_btn {
    width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.faq_three_form_btn input {
	background-color: var(--hue);
	color: #fff;
	width: 100%;
	margin-top: 30px;
	border-radius: 100px !important;
    max-width: 170px;
    height: 50px;
    line-height: 50px;
   
    cursor: pointer;
}
.faq_three_form_btn p{
    display: block;
    width: 100%;
    margin: auto;
    	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.form_input input {
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
}
.faq_three_form_btn .wpcf7-spinner{
    display: none;
}

.index_six_form .form_textarea {
	height: 190px;

}

.form_textarea textarea {
	margin: 20px 0 0 10px;
	height: 180px;
}


.faq_three_list {
	width: 75%;
}


.faq_list1 {
	max-width: 1200px;
	margin: 0 auto;
}

.faq_list1 dd {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background: #f5f5f5;
	margin-bottom: 4px;
}

.faq_list1_item_num {
	width: 61px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 18px;
	background: #ececec;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.faq_list1_item_r {
	width: calc(100% - 61px);
	padding-bottom: 14px;
	border-left: 1px solid #dbdbdb;
}


.faq_list1_title {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	cursor: pointer;
	padding: 24px 40px 10px;
}


.faq_list1_title .icon {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	width: 24px;
	text-align: center;
	font-size: 24px;
}

.faq_list1_title .tt {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 22px;
	color: #444;
	width: calc(100% - 40px);
	line-height: 1.1;
}

.faq_list1_title .icon2 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background: url(../images/faq_btn_icon1.png) no-repeat center center;
}

.faq_list1_text {
	overflow: hidden;
	max-width: 1100px;
	display: none;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	padding: 0 40px 15px;
}

.faq_list1 dd.hover .faq_list1_title .icon2 {
	background: url(../images/faq_btn_icon2.png) no-repeat center center;
}

.form_input {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	margin-top: 20px;
}

.form_input input {
	width: 100%;
	border: none;
	background: none;
	font-size: 14px;
	color: #999;
}

.form_input span {
	color: var(--hue);
	font-size: 14px;
	font-family: var(--fwm);
}

.form_textarea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-radius: 5px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	height: 190px;

}

.form_textarea textarea {
	font-size: 16px;
	color: #333333;
	width: 100%;
	margin-top: 10px;
	border: none;
	background: none;
	resize: none;
}

.faq_three_form_btn button {
	background: none;
	border: none;
	background-color: var(--hue);
	color: #fff;
	width: 100%;
	margin-top: 30px;
}

/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~faq   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list    ~~~~~~~~~~~*/
.news_list_t_table {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.news_list_t_table .item.hover {
	background-color: var(--hue);
	color: #fff;
}

.news_list_t_table .item {
	font-size: 16px;
	font-family: var(--fwr);
	color: #333;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	width: 218px;
	height: 50px;
	margin-right: 20px;
	background-color: #f5f5f5;
}

.blog_page_list .item {
	border-bottom: 1px solid #ececec;
}

.blog_page_list .item a {
	padding: 30px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.blog_page_list .item a .img_box {
	width: 30.3%;
	border-radius: 8px;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.blog_page_list .item a .img_box img {
	width: 100%;
	height: 100%;
}

.blog_page_list .item a:hover .img_box img {
	-ms-transform: translateZ(30px);
	-moz-transform: translateZ(30px);
	-webkit-transform: translateZ(30px);
	transform: translateZ(30px);
}

.blog_page_list .item a .r_box {
	width: 69.7%;
	padding: 0 50px;
}

.blog_page_list .item a .r_box .title {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.blog_page_list .item a:hover .r_box .title {
	color: var(--hue);
}

.blog_page_list .item a .r_box .text {
	color: #666666;
	padding-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog_page_list .item a .r_box .btn {
	padding-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.blog_page_list .item a .r_box .btn .l_more {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	border: 1px solid #666;
	color: #333;
	width: 190px;
	height: 50px;
	border-radius: 5px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.blog_page_list .item:hover a .r_box .btn .l_more {
	background-color: var(--hue);
	border-color: var(--hue);
	color: #fff;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.blog_page_list .item a .r_box .btn .l_more .iconfont {
	font-size: 22px;
	padding: 3px 0 0 5px;
}

.blog_page_list .item a .r_box .btn .date {
	font-size: 14px;
	color: #666666;
}

/*~~~~~~~~~~~~news_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del    ~~~~~~~~~~~*/
.new_deOne1 {
	background: #ffffff;
	padding: 40px 70px 70px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.new_deOne1_title {
	color: #333333;
	text-align: center;
}

.new_deOne1_01 {
	padding: 25px 0 30px;
	border-bottom: 1px solid #eeeeee;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.new_deOne1 h2{margin:15px 0; font-weight:bold; text-transform: capitalize;}
.new_deOne1 h3{margin:10px 0; font-weight:bold; text-transform: capitalize;}
.new_deOne1 p{margin:5px 0;}
.new_deOne1_01 .item {
	margin: 0 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.new_deOne1_01 .item .iconfont {
	width: 28px;
	font-size: 24px;
	color: #999999;
}

.new_deOne1_01 .item .text {
	font-size: 14px;
	color: #999999;
	padding: 0 5px 0 0;
}

.new_deOne1_02 {
	color: #666666;
	padding: 35px 0 80px;

}
.new_deOne1_02 table {
	 	
    width: 100%;
}
.new_deOne1_02 table td{
    border: 1px solid  #666;
  padding: 0.26vw;
}
.new_deOne1_02 img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
}

.new_deOne1_03 a {
	display: block;
	font-family: "Gotham";
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	width: 230px;
	line-height: 52px;
	margin: 0 auto;
	border-radius: 26px;
	background: var(--hue);
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.new_deOne1_04 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.new_deOne1_04 .item {
	width: calc((100% - 2px) / 2);
}

.new_deOne1_04 .item a {
	background: #f5f5f5;
	border-radius: 6px;
	padding: 20px 15px 20px 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.new_deOne1_04 .item a:hover {
	background: var(--hue);
}

.new_deOne1_04 .item a .text {
	width: calc(100% - 105px);
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.new_deOne1_04 .item a:hover .text {
	color: #ffffff;
}

.new_deOne1_04 .item a .text span {
	/*font-family: "Gotham";*/
	color: #253745;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.new_deOne1_04 .item a:hover span {
	color: #ffffff;
}

.new_deOne1_04 .item a .date {
	width: 105px;
	font-size: 14px;
	color: #666666;
	text-align: right;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.new_deOne1_04 .item a:hover .date {
	color: #ffffff;
}

.new_deOne1_btn {
	margin-bottom: 3.13vw;
}

.new_deOne1_btn .public_btn {
	width: 200px;
	height: 50px;
	margin: auto;
}

.new_deOne1_05 {
	margin-top: 60px;
	background: #f5f5f5;
	padding: 40px 60px 50px;
}

.new_deOne1_05_title {
	color: #333333;
	text-align: center;
	text-transform: uppercase;
}

.new_deOne1_05_list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new_deOne1_05_list .line {
	width: 9%;
}

.new_deOne1_05_list .line::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.new_deOne1_05_list .item {
	width: 45.5%;
}

.new_deOne1_05_list .item a {
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.new_deOne1_05_list .item a .img_box {
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.new_deOne1_05_list .item a .img_box img {
	width: 100%;
	height: 100%;
	
}

.new_deOne1_05_list .item a:hover .img_box img {
	-ms-transform: translateZ(30px);
	-moz-transform: translateZ(30px);
	-webkit-transform: translateZ(30px);
	transform: translateZ(30px);
}

.new_deOne1_05_list .item a .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px 20px 25px;
	background: url(../images/new_det_05.png) repeat-x center bottom;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.new_deOne1_05_list .item a .text div {
	font-family: "Gotham";
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*~~~~~~~~~~~~news_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~news_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list    ~~~~~~~~~~~*/

.products_list_two {
	background-color: #f5f5f5;
	border-top: 6px solid var(--hue);
}

.products_list_two_b {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.products_list_item {
	width: calc((100% - 3.13vw) / 2);
	border-radius: 10px;
	margin-bottom: 3.13vw;
	background-color: #fff;
	overflow: hidden;
}

.products_list_item .pic {
	width: 100%;
	overflow: hidden;
}

.products_list_item .pic img {
	width: 100%;
		height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.products_list_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.products_list_item .bottom {
	padding: 1.56vw 2.08vw 2.08vw 2.08vw;
}

.products_list_item .title {
	margin-bottom: 15px;
}

.products_list_item .text {
	margin-bottom: 1.82vw;
}

/* products_list_three_l */
.products_list_three_con,
.products_list_three {
	overflow: hidden;
}

.products_list_three_l {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40%;
	padding-left: 8.33vw;
}

.products_list_three_l .bottom {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.products_list_three_l .public_btn {
	background-color: #fff;
	color: #333;
	margin-right: 2.6vw;
	margin-bottom: 15px;

}

.products_list_three_l .about_one_tel .left {
	background-color: #fff;
	margin-bottom: 15px;
}

.products_list_three_l .about_one_tel .left .iconfont {
	color: var(--hue);
}

.products_list_three_r {
	background-color: #fff;
	width: 60%;
	padding-right: 8.33vw;
	padding-left: 3.13vw;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.pro_list_three_item {
	width: calc((100% - 2.6vw) / 2);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 2.6vw;
}

.pro_list_three_item .left {
	width: clamp(2.688rem, 2.255rem + 1.92vw, 3.938rem);
	/*height: clamp(2.688rem, 2.255rem + 1.92vw, 3.938rem);*/
	margin-right: clamp(0.625rem, 0.409rem + 0.96vw, 1.25rem);
	transform: translate(0%,-25%);
	-ms-transform: translate(0%,-25%);
	-webkit-transform: translate(0%,-25%);
}

.pro_list_three_item .left img {
	width: 100%;
	height: 100%;
}
.pro_list_three_item .right{
    width: calc(100% - clamp(2.688rem, 2.255rem + 1.92vw, 3.938rem) - clamp(0.625rem, 0.409rem + 0.96vw, 1.25rem));
}
.pro_list_three_item .title {
	margin-bottom: 20px;
}

/* products_list_four */
.products_list_four {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.products_list_four_con .public_btn {
	margin: auto;
	background-color: #fff;
}


/* product_list_five */
.product_list_five {
	background-color: #f5f5f5;
}

.product_list_five_l {
	width: calc(50% - 3.13vw);
	margin-right: 3.13vw;
	border-radius: 10px;
	overflow: hidden;
}

.product_list_five_r {
	width: 50%;
}

.product_list_five_l img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.product_list_five_l:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.product_list_five_b .detail_ten_l_item {
	border-top: 1px solid #ececec;
}

.product_list_five_b .detail_ten_l_item:last-child {
	border-bottom: 1px solid #ececec;

}

.product_list_five_b .detail_ten_l_item_t_l {
	width: calc(100% - 30px);
}

.product_list_five_b .detail_ten_l_item_t .iconfont {
	color: #999;
}

.product_list_five_r .detail_ten_l_item.hover .title {
	color: var(--hue);
}

.product_list_five_r .detail_ten_l_item .text {
	padding: 10px 0 0px 40px;
}

/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_list   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products    ~~~~~~~~~~~*/
.products_two {
	border-top: 6px solid var(--hue);
	background-color: #f5f5f5;
}

.pro_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pro_list dd {
	width: calc((100% - 5.21vw) / 3);
	margin-right: 2.6vw;
	margin-bottom: 2.6vw;
}

.pro_list dd:nth-child(3n) {
	margin-right: 0;
}

.products_two_b .blog_page {
	padding-top: 0.52vw;
}

/* products_three_item */
.products_three_item {
	width: 100%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.products_three_item img {
	width: 100%;
		height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.products_three_item:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.products_three_item .tt {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

/* products_four_item */
.products_four_item {
	width: 100%;
	border-radius: 10px;
	position: relative;
	display: block;
	overflow: hidden;
}

.products_four_item img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.products_four_item:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.products_four_item_con {
	position: absolute;
	left: 3.13vw;
	right: 3.13vw;
	bottom: 3.13vw;
	padding: 25px;
	border-radius: 5px;
	background-color: var(--hue);
	overflow: hidden;
	opacity: 0;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.products_four_item_con .iconfont {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	border-radius: 0 0 0 5px;
	background-color: rgba(0, 0, 0, .2);
}

.products_four_item_con .title {
	margin-bottom: 10px;
}

.products_four_item_con .text {
	margin-bottom: 20px;
}

.products_four_item:hover .products_four_item_con {
	opacity: 1;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

/*~~~~~~~~~~~~products   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del    ~~~~~~~~~~~*/

.pro_deOne1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.pro_deOne1_L {
	width: 49%;
}

.pro_deOne1_L_dots {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.pro_page_table {
	overflow-x: auto;
}

.pro_deOne1_L_dots .item {
	width: calc((100% - 3.13vw)/ 4);
	margin-right: 1.04vw;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.pro_deOne1_L_dots .item:last-child {
	margin-right: 0;
}

.pro_deOne1_L_dots .item img {
	width: 100%;
	height: 100%;
}

.pro_deOne1_L_dots>.item:last-child {
	margin-bottom: 0;
}

.pro_deOne1_L_dots .item.hover {
	border-color: var(--hue);
}

.pro_deOne1_L_lunbo {
	width: 100%;
	margin-bottom: 1.04vw;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #eeeeee;
}

.pro_deOne1_L_lunbo .swiper-slide .item img {
	width: 100%;
	height: 100%;
}

.pro_deOne1_R {
	width: 47.5%;
}

.pro_deOne1_R .type {
	margin-bottom: 0.52vw;
}

.pro_deOne1_R .text_box {
	padding-top: 10px;
	line-height: 30px;
}

.pro_deOne1_R dl {
	margin: 30px 0 40px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.pro_deOne1_R dl dd {
	padding: 15px 0;
	border-bottom: 1px dashed #eeeeee;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.pro_deOne1_R dl dd:last-child {
	border-bottom: none;
}

.pro_deOne1_R dl dd::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #666;
	margin-top: 8px;
	margin-right: 10px;
}

.pro_deOne1_R dl dd .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}


.pro_deOne1_R .btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pro_deOne1_R .btn a {
	width: 290px;
	height: 48px;
	border-radius: 5px;
	margin-left: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #333333;
}

.pro_deOne1_R .btn>a:nth-child(1) {
	background: var(--hue);
	margin-left: 0;
}

.pro_deOne1_R .btn a .iconfont {
	font-size: 28px;
	color: #ffffff;
}

.pro_deOne1_R .btn a span {
	font-family: var(--fwgb);
	font-size: 16px;
	color: #ffffff;
	padding: 2px 0 0 5px;
}

.pro_deOne1_R .share_box {
	padding-top: 3.39vw;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.pro_deOne1_R .share_box .share_text {
	font-size: 14px;
	color: #666666;
	padding-right: 10px;
}



/* pro_deBoxTwo */

.pro_deBoxTwo {
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	height: 96px;

}

.pro_deTwo1 {
	background: #333;
}

.pro_deTwo1_list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.pro_deTwo1_list .item {
	width: calc(100% / 6);
	height: 96px;
	padding: 20px 10px;
	position: relative;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.pro_deTwo1_list .item::after {
	content: "";
	display: block;
	height: calc(100% - 40px);
	width: 1px;
	background-color: #464646;
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
}

.pro_deTwo1_list .item:last-child::after {
	width: 0;
}

.pro_deTwo1_list .item .iconfont {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 100%;
	overflow: hidden;
	font-size: 28px;
	color: #333;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.pro_deTwo1_list .item span {
	display: inline-block;
	color: #fff;
	padding-left: 8px;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.pro_deTwo1_list .item:hover,
.pro_deTwo1_list .item.hover {
	background-color: var(--hue);
}

.pro_deTwo1_list .item:hover span,
.pro_deTwo1_list .item.hover span {
	color: #fff;
}

.pro_deTwo1_list .item:hover .iconfont,
.pro_deTwo1_list .item.hover .iconfont {
	color: var(--hue);

}

.pro_deTwo1_list .item:hover::after,
.pro_deTwo1_list .item.hover::after {
	width: 0;
}

/* pro_del_one */
.pro_del_one_l {
	width: 47.5%;
}

.pro_del_one_r {
	width: 47.5%;
	border-radius: 10px;
	overflow: hidden;
}

.pro_del_one_r img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.pro_del_one_r:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.pro_del_one_l .bottom {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pro_del_one_l .public_btn {
	margin-right: 2.08vw;
	margin-bottom: 10px;
}


/* pro_del_two */
.pro_del_two_b {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pro_del_two_item {
	width: calc((100% - 4.17vw) / 3);
	margin-bottom: 3.39vw;
	margin-right: 2.08vw;
	padding: 40px 50px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.pro_del_two_item:nth-child(3n) {
	margin-right: 0;
}

.pro_del_two_item .pic {
	width: 54px;
	margin-bottom: 1.82vw;
}

.pro_del_two_item .pic img {
	width: 100%;
	height: 100%;
}

.pro_del_two_item .pic .hide {
	display: none;
}

.pro_del_two_item .title {
	margin-bottom: 1.04vw;
}

.pro_del_two_item .text {
	min-height: 80px;
}

.pro_del_two_item:hover {
	background-color: var(--hue);
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.pro_del_two_item:hover div {
	color: #fff !important;
}

.pro_del_two_item:hover .hide {
	display: block;
}

.pro_del_two_item:hover .show {
	display: none;
}

/* pro_del_trhee */
.pro_del_three_table {
	width: 100%;
}
.pro_del_three_table p{
    line-height: 30px;
}
.pro_del_three_table table {
	width: 100% !important;
	text-align: center;
}

.pro_del_three_table table tr td {
	padding: 15px;
	font-size: 16px;
	font-family: var(--fwr);
	color: #666;
	border: 1px solid #dcdcdc;
}

.pro_del_three_table table tr:last-child {
	background-color: #f5f5f5;
}

.pro_del_three_table table tr:last-child td {
	color: #333;
}

.pro_del_three_table table tr:first-child td {
	border-top: none;
}

.pro_del_three_table:first-child table tr:first-child td {
	border-top: 1px solid #dcdcdc;

}

.pro_del_three_list .title {
	margin: 1.56vw 0;
}

.pro_del_three_list table {
	width: 100%;
}

.pro_del_three_list table td {

	border: 1px solid #dcdcdc;
	font-size: 16px;
	color: #666;
	font-family: var(--fwr);
	padding: 15px 0;
}



.pro_del_three_list table td:nth-child(2n) {
	text-align: center;
}

.pro_del_three_list table tr:nth-child(odd) {
	background-color: #f5f5f5;
}

/* pro_del_four */
.pro_del_four_item {
	padding: 60px 0;
}

.pro_del_four_item:last-child {
	padding-bottom: 0;
}

.pro_del_four_item:first-child {
	padding-top: 0;
}

.pro_del_four_item:nth-child(even) {
	background-color: #fff;
}

.pro_del_four_item:nth-child(even) .pro_del_four_con {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.pro_del_four_b .left {
	width: calc(50% - 50px);
	border-radius: 10px;
	overflow: hidden;
}

.pro_del_four_b .right {
	width: 50%;
	padding-right: 3.13vw;
}

.pro_del_four_b .left img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.pro_del_four_b .left:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.pro_del_four_title {
	margin-bottom: 15px;
}
.pro_del_four_t .public_module_title .text{
    width: 100%;
    max-width: 100% !important;
}
.pro_del_four_t .public_module_title .text br{
    display: none;
}
.pro_del_four_ul {
	margin-bottom: 1.3vw;
}

.pro_del_four_ul li {
	font-size: 16px;
	font-family: var(--fwr);
	color: #333;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-left: 18px;
	position: relative;
}

.pro_del_four_ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: -18px;
	top: 10px;
	border-radius: 100%;
	margin-right: 10px;
	overflow: hidden;
	background-color: var(--hue);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

/* pro_del_five */
.pro_del_five .pro_list_btn {
	border-top: 1px solid #ececec !important;
}

.pro_del_five .pro_list_btn .public_btn {
	background-color: #f5f5f5;
	border-right: 1px solid #ececec;
}

.pro_del_five .pro_list_btn .public_btn:last-child {
	border-right: none;
}

.pro_del_five .pro_list_btn .public_btn:hover {
	background-color: var(--hue);
}

.pro_del_five .pro_list_item {
	background-color: #f5f5f5 !important;
}

/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~products_del   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~projects    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~projects    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~projects    ~~~~~~~~~~~*/
.projects_t {
	padding-bottom: clamp(1.563rem, 1.449rem + 0.57vw, 1.875rem);
}

.projects .blog_page {
	padding-top: 0;
}

.projects_t_list {
    
	margin-top: 20px;
	padding: 0 9.9vw;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	
}

.projects_t_list .item {
	display: inline-block;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
    text-align: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	padding: 0 20px;
	font-size: 16px;
	font-family: var(--fwr);
	color: #333;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 5px;

}

.projects_t_list .item:nth-child(5n) {
	/**margin-right: 0;*/
}

.projects_t_list .hover {
	background-color: var(--hue);
	color: #fff;
}

/*  */
.projects_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.projects_list dd {
	width: calc((100% - 5.21vw) / 3);
	margin-right: 2.6vw;
	margin-bottom: clamp(1.563rem, 0.994rem + 2.84vw, 3.125rem);
}

.projects_list dd:nth-child(3n) {
	margin-right: 0;
}

.projects_list_item {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	position: relative;
}

.projects_list_item .bottom {
	padding: 0 1.56vw 2.08vw 1.56vw;
	opacity: 0;
}

.projects_item_trim {
	width: 100%;
	color: #d8d9db;
	padding-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.projects_item_trim .trim {
	width: 230px;
	height: 82px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.projects_list_item .text {
	border-top: 1px solid #eeeeee;
	padding-top: clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem);
	margin-top: clamp(0.938rem, 0.71rem + 1.14vw, 1.563rem);

}
.projects_list_item .con{
    position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;

}
.projects_item_bg {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.projects_item_bg img {
	width: 100%;
	height: 100%;
}

.projects_list_item:hover .projects_item_bg {
	opacity: 0;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.projects_list_item:hover .projects_item_trim .trim{
    background-color: transparent;
    color: #d8d9db;
}
.projects_list_item:hover .bottom{
    opacity: 1;
}
/*.projects_list_item:hover .projects_item_trim .trim,*/
.projects_list_item .projects_item_trim .trim {
	background-color: rgba(253, 201, 0, 0.8);
	color: #fff;
	z-index: 1;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.widthauto{
	width:auto !important;
	padding: 0 3%;
}

/*~~~~~~~~~~~~projects   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~projects   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~projects   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~service    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~service    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~service    ~~~~~~~~~~~*/
/* service_two */
.service_two {
	background-color: #f5f5f5;
}

.service_two_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.service_two_item {
	overflow: hidden;
	width: calc((100%  - 1px) / 2);
	border-right: 1px solid #dcdcdc;
	padding-right: 3.13vw;
	margin-bottom: 3.13vw;
}

.service_two_item:nth-child(2n) {
	margin-right: 0;
	padding-left: 3.13vw;
	padding-right: 0;
	border-right: none;
}

.service_two_item .btn {
	display: inline-block;
}

.service_two_item .top {
	width: 100%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.service_two_item .top .iconfont img {
	width: 100%;
	/*padding: 10px 24px;*/
	max-width: clamp(3.063rem, 2.413rem + 2.88vw, 4.938rem);
	max-height: clamp(3.625rem, 2.976rem + 2.88vw, 5.5rem);
}

.service_two_item .top .top_icon {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.service_two_item .top:hover .top_icon {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.service_two_item .top .iconfont {
	position: absolute;
	top: 0vw;
	left: 0vw;
	width: clamp(5.5rem, 4.635rem + 3.85vw, 8rem);
	height: clamp(7.5rem, 6.635rem + 3.85vw, 10rem);
	border-radius: 0 0 10px 0;
	background-color: var(--hue);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.service_two_item .bottom {
	padding-top: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);

}

.service_two_item .title {
	padding-bottom: clamp(0.938rem, 0.71rem + 1.14vw, 1.563rem);
}

.service_two_item .public_module_title {
	padding-bottom: 1.82vw;
}

.service_four {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.service_four_con .public_btn {
	margin: auto;
}

/*~~~~~~~~~~~~service   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~service   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~service   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~    ~~~~~~~~~~~*/
.video_list_item {
	display: block;
	position: relative;
	cursor: pointer;
}

.video_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.video_list dd {
	width: calc((100% - 5.21vw) / 3);
	margin-right: 2.6vw;
	margin-bottom: 25px;
}

.video_list dd:nth-child(3n) {
	margin-right: 0;
}

.video_list_item .pic {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.video_list_item .pic .pic_img {
	width: 100%;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.video_list_item:hover .pic_img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.video_list_item_icon {
	width: clamp(3.5rem, 2.818rem + 3.41vw, 5.375rem);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.video_list_item_icon img {
	width: 100%;
}

.video_list_item .tt {
	margin: 15px 0;
}

/*~~~~~~~~~~~~   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~   end ~~~~~~~~~~~*/
.mobile_logo_title{
     display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  height: 100%;

}

.kf_qycn_com_cckf_dock {display:none !important;}

/**谷歌验证图标透明**/
.grecaptcha-badge{width:2px !important;height:2px !important;opacity: 0;}



/***header语言栏切换样式****/
.prisna-wp-translate-seo {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
	display: block
}

.change-language {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: left;
}

.change-language .change-language-title {
	position: relative;
	/* padding: 0 10px 0 14px; */
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.change-language .change-language-title .language-flag span {
	letter-spacing: normal;
}

.change-language .change-language-title a:after {
	font-family: 'fontawesome';
	content: "f0d7";
	font-size: 11px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 4px;
}

.change-language:hover .change-language-title a:after {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.change-language .change-language-cont {
	position: absolute;
	top: 20px;
	right: -10px;
	width: 350px;
	background: #FFF;
	padding: 20px 10px 20px 20px;
	transform: scale3d(0.9, 0.9, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow-y: scroll;
	max-height: 80vh;
	line-height: 1.5;
}

.change-language:hover .change-language-cont {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	visibility: visible;
}

.change-language .change-language-cont li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 0 6px;
	font-size: 12px;
	overflow: hidden;
	padding: 0 10px 0 0;
}

.change-language .change-language-cont .lang-item-hide {
	display: none !important;
}

.change-language .change-language-cont li a b img{
	display: block;
	height: 100%;
	width: auto;
}
.change-language .change-language-cont li span {
	color: #333333;
	letter-spacing: normal;
	text-transform: capitalize;
}

.change-language .change-language-cont .lang-more {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
}

.language-flag span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	white-space: nowrap;
	padding: 0 0 0 26px;
	overflow: hidden;
}

.change-language ::-webkit-scrollbar {
	width: 5px;
}

.change-language ::-webkit-scrollbar-track {
	background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
	display: block
}

.language-flag .country-flag {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 16px;
	height: 16px;
	margin: -8px 5px 0;
}

li.language-flag a {
	position: relative;
}


