* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	font-size: 16px;
}

body {
	font-size: 16px;
	/* font-family: Arial, "微软雅黑"; */
	font-family: "Noto Sans SC";
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

a {
	color: #333;
	text-decoration: none;
	outline: none
}

li,
ul,
ol {
	list-style: outside none;
}

.wrapper {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.w1200 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.p_btn_next{
	color: #fff;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 30px!important;
	height: 30px!important;
	transition: all ease .3s;
	margin: 0 auto;
	float: left;
	margin-right: 50px;
	background-image: none!important;
}

.p_btn_next::after {
	font-size: 10px!important;
	color: #fff!important;
}

.p_btn_next:hover {
	background: #0e9c94;
	border: 2px solid #0e9c94;
	background-color: #0e9c94;
	color: rgba(255,255,255,1)
}

.p_btn_prev{
	color: #fff;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 30px!important;
	height: 30px!important;
	transition: all ease .3s;
	margin: 10px auto 0;
	float: left;
	margin-left: 50px;
	background-image: none!important;
}

.p_btn_prev::after {
	font-size: 10px!important;
	color: #fff!important;
}

.p_btn_prev:hover {
	background: #0e9c94;
	border: 2px solid #0e9c94;
	background-color: rgba(14,156,148,1)
}


/* 首页 */
.indexhr {
	width: 100%;
	height: 1px;
	color: #fff;
}

.pc_nav {
	width: 100%;
	position: fixed;
	top: 0;
	height: 100px;
	/*background-color: rgba(0,0,0,0.87);*/
	background-color: rgba(234, 234, 234, 1);
	z-index: 999;
}

.min_nav {
	width: 100%;
	display: none;
	height: 70px;
	background-color: #ffffff;
}

.pc_navs {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;


}

.pc_nav1 {
	display: flex;
	align-items: center;
}
.pc_uls{
	height: 60px;
	width: 100%;
	background: rgba(3,109,183,1);
}
.pc_nav2 {
	display: flex;
	height: 60px;
	max-width: 1600px;
	margin: 0 auto;
	width: 90%;
	justify-content: center;
}

.pc_nav2>li {
	flex: 1;
	/* cursor: pointer; */
	/*margin: 0 30px;*/
	display: flex;
	align-items: center;
	position: relative;
}

.pc_nav2>li>a {
	color: #fff;
	/*padding: 0 30px;*/
	padding:0 50px;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	height: 100%;
	line-height: 60px;
	width: 100%;
	text-align: center;
}

.pc_nav2>li>a::after {
	content: "";
	position: absolute;
	bottom: 1px;
	width: 0;
	height: 2px;
	background-color: #fff;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all 0.5s;
}

.pc_nav2>li>a.active::after {
	width: 100%;
}

.tel {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding: 4px 15px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 2;
	display-radio: block;
	border-color: rgba(204, 204, 204, 1);
	border-style: none;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: rgba(254,166,33,1);
	color: rgba(255, 255, 255, 1);
	transition: all 1s;
}

.tel img {
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}

.tel a {
	display: inline-block;
	margin: 0 0 0 0px;
	color: #fff;
	font-size: 1rem;
	line-height: 32px;
	float: left;
}

.lang {
	margin: 0 20px;
	padding-top: 5px;
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	/* width: 192px; */
}


.tel:hover{
	background-color: rgba(3,109,183,1);
}

.indexhr {
	width: 100%;
	height: 1px;
	cursor: pointer;
}

.pc_nav2>li>a:hover::after {
	width: 100%;
}

.ul_1 {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 60px;
	padding: 0px;
	display: none;
	background: #f5f5f5;
	display-radio: none;
	height: auto !important;
	border-radius: 0 0 15px 15px;
	min-width: 200px;
}

.navimg {
	width: 30%;
	position: relative;
	height: 130px;
	overflow: hidden;
	float: left;
	display: none;
}
.navimg img{
	width: 100%;
	height: 100%;
}
.navimg img+img{
	display: none;
}
.navimg::after {
	border-left: 1px solid #ccc;
	content: '';
	width: 1px;
	position: absolute;
	top: -2px;
	bottom: -2px;
	right: -45px;
	z-index: 2;
	width: 1px;
}

.ul_11 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	position: relative;
}

.ul_11 li {
	width: 100%;
	/*margin: 0 20px;*/
	color: rgba(85, 85, 85, 1);
	font-size: 16px;
	/*padding-bottom: 10px;*/
}

.ul_11 li .s_templatesum {
	width: 100%
	color: #333;
	line-height: 30px;
	padding: 10px;
}

.ul_11 li p {
	text-align: center;
	transition: all 1s;
	border-bottom: #ccc solid 1px;
	display: flex;
	flex-direction: column;
}
.ul_11 li p:nth-child(n):last-child{
	border-bottom: none;
}
.ul_11 li p a span{
	display: inline-block;
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ul_11 li p:hover {
	background: rgba(3,109,183,1);
	text-align: center;
}

.ul_11 li p:hover a {
	color: #fff;
}

/*移动端导航*/
/*mobile header*/
.mHeader,
.mMenuLayBg,
.mCloseBtn,
.mMmenuLay {
	display: none;
}

.mMenuLayBg,
.mMmenuLay,
.mCloseBtn {
	display: none;
}

@media (max-width:993px){
.mEmpty{height:56px;}
.header{display:none!important;}
.mHeader{ height:56px; background:rgba(255,255,255,1); position:fixed; left:0; top:0; width:100%; padding:0 15px; z-index:20; box-shadow:0 1px 3px 2px rgba(0,0,0,0.06); display:block;}
.mOpenBtn{ width:26px; height:20px; position:absolute; right:15px; top:50%; margin-top:-9px; overflow:hidden; cursor:pointer}
.mOpenBtn i{width:30px; height:2px; margin-bottom:4px; background:#0e71e9; display:block}
.mOpenBtn i:nth-child(2){ width:21px}
.mOpenBtn i:nth-child(3){ width:25px}
.mOpenBtn i:nth-child(4){ width:10px}
.mMenuLayBg{ opacity: 0; position: fixed; z-index: 900; left: 0; top: 0; width: 100%; height: 100%; transition: all 0.5s ease-in-out; transition-delay: 0.4s; display: block; background:rgba(0,0,0,0.6); background-size:cover; visibility:hidden;}
.mMmenuLay{ position: fixed; height: 100%; left: 36%; top: 0px; right: 0px; bottom: 0px; z-index: 950; overflow-y: auto; color: #fff; font-size: 14px; box-shadow: -2px 0px 4px 3px rgba(0,0,0,0.06); padding: 25px; transition: all 0.5s ease-in-out; opacity: 0; transform: translateX(100%); transition-delay: 0.2s; display: block; background: #2469f9;background-image: linear-gradient(135deg, #666 10%,#666 100%); background-size: cover; }
.mCloseBtn{ background: url(../img/mclose.png) no-repeat center center; height: 26px; width: 26px; position: fixed; right: 15px; top: 15px; cursor: pointer; z-index: 950; background-size:22px 22px; transition:all 0.5s ease-in-out; opacity:0; display:block; z-index:955; visibility:hidden }
.mLogo{float:left;}
.mLogo img{height: 100%; width:auto; margin-top:10px;}
.mLogo span{font-size:16px; line-height:38px; display:inline-block; position:relative; left:8px; top:4px;}
.mLogo span,.mLogo img{vertical-align:middle;     width: 80%;}
.mMmenuLay dt{position:relative; position:relative;}
.mMenu_a1{ font-size: 15px; color: #fff; padding: 0 0px 0 6px; display: block; line-height: 46px; border-bottom: 1px solid rgba(255,255,255,0.2); text-transform: uppercase; }
.mMenu_a2{font-size:14px; color:#fff; line-height:46px; display:block; border-bottom:1px solid rgba(255,255,255,0.3); padding-left:25px;}
.mMenu_a3{font-size:14px; color:#fff; line-height:46px; display:block; border-bottom:1px solid rgba(255,255,255,0.3); padding-left:50px;}
.mToggle,.mToggle_a{ height: 47px; width: 47px; position: absolute; top: 0px; right: 0px; background: url(../img/mhead_i1.png) no-repeat center center; cursor: pointer; display:none }
.mToggle2,.mToggle2_a{ background: url(../img/reduce.jpg) no-repeat center center; }
.mToggle_a{display:block}
.mMmenuLay dd.mMenu_dd2{ transition:all 0.5s ease-in-out; height:0; overflow:hidden; position:relative;}
.mMmenuLay dl.on dd.mMenu_dd2{height:47px;}
.mMenu_a1:hover,.mMenu_a2:hover,.mMenu_a3:hover{color:#fff; opacity:0.8}
.mMenu_icon1{ background: url(../img/hd_i1.png) no-repeat center center; display: inline-block; height: 20px; width: 20px; margin-right: 8px; }
.mMenu_a1 text,.mMenu_a1 i{vertical-align:middle;}
.mMenuLayBg.on{opacity:1; visibility:visible; transition-delay:0.2s}
.mMmenuLay.on{opacity:1; transform:translateX(0%); transition-delay:0.4s}
.mCloseBtn.on{opacity:1; transform:rotate(180deg);visibility:visible; opacity:1;}
.mHeader .topSerBtn{  display: inline-block; position: absolute; margin-top: -15px; top: 50%; right: 58px; }
.lang{right: 55px;text-align: center;top:50%;transform: translate(-0,-50%);padding: 0px 5px;width: 90px;position: absolute;}
.lang a{float: none;line-height: 32px;}
.mMenu_dd3{display:none}
.mLan_a{ font-size: 18px; text-transform: uppercase; line-height: 36px; height: 36px; width: 36px; color: #0e71e9; display: inline-block; position: absolute; top: 11px; right: 50px; }
.mHead_tel{ background: url(../img/top_tel_m.png) no-repeat center center; height: 36px; width: 36px; position: absolute; top: 11px; right: 100px; }
.headerWpr {display:none;}
.mMenu_bm{ line-height:60px;}
.mMenu_bm span{margin-right:20px; padding-left:6px;}
.topWpr{display:none;}
.hmFocus{padding-top:0!important;}
}
/* 首页导航 */
.main_top {
	margin-top: 100px;
}

.pc_nav3 ul li a:hover {
	padding-left: 20px;
}

.pc_navs1 {
	display: none;
}

.indexs {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.pc_nav3 ul li {
	margin-top: 45px;
	padding-bottom: 0px;
	border-bottom: 0px solid #fff;
}

.indexs>img {
	transition: all 0.5s;
	padding: 0 20px;
}

.pc_nav3 .uls {
	display: none;
	padding: 20px 0 0;
}

.min_nav3 .uls {
	display: none;
}

.pc_nav3 .uls li {
	margin: 0 0 10px;
}

.pc_nav3 .uls li a {
	display: block;
	padding-left: 80px;

}

.pc_nav3 .uls li a:hover {
	padding-left: 100px;
}

.pc_nav3 {
	height: calc(100vh - 100px);
	overflow-y: auto;
	max-height: 693px;
}

*::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

*::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #c3c3c3;
}

*::-webkit-scrollbar-track {
	background-color: transparent;
}

/* 首页banner */
.mant .swiper-pagination-bullet {
	border-radius: 0px;
	width: 40px;
	background-color: #fff;
	opacity: 1;
	height: 4px;
}

.mant.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.mant.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 20px);
}

.mant .swiper-pagination-bullet-active {
	background-color: #007ccb;
}

.indexbanner {
	position: relative;
}

.indexbanner>img {
	width: 100%;
}

.indexbanner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.indexbanner .text>h2 {
	color: #fff;
	font-size: 4.625rem;
	margin-bottom: 20px;
	line-height: 2;
	letter-spacing: 2px;
	text-shadow: 2px 2px 5px #343a40;
	transition: all ease 2s .7s;
}

.indexbanner .text>p {
	color: #fff;
	font-size: 4rem;
	line-height: 4rem;
	position: relative;
	margin: 0px 0 63px;
	letter-spacing: 2px;
	text-shadow: 2px 2px 5px #343a40;
	transition: all ease 2s .7s;
}

.indexbanner .texts {
	margin-bottom: 70px;
}

.indexbanner .texts h3 {
	font-size: 1.8125rem;
	color: #4d4d4d;
	line-height: 1.6;
	font-weight: normal;
}

.indexbanner .texts p {
	font-size: 1rem;
	color: #4d4d4d;
	line-height: 1.6;
}

.indexbanner .texts h4 {
	font-size: 1.5625rem;
	color: #4d4d4d;
	line-height: 1.6;
	font-weight: normal;
}

.indexbanner .texts p:last-child {
	font-size: .75rem;
	color: #4d4d4d;
	line-height: 1.6;
}

.indexbanner .text_us {
	display: flex;
	align-items: center;
}

.indexbanner .text_us a {
	border: #007ccb solid 1px;
	border-radius: 30px;
	padding: 10px 50px;
	color: #007ccb;
	font-size: 1rem;
	font-weight: normal;
	transition: all 1s;
}

.indexbanner .text_us a:hover {
	background: #007ccb;
	border: #007ccb solid 1px;
	color: #fff;
}

/*内页banner*/
.ny_banner {
	min-height: 00px;
	max-height: 400px;
	display-radio: 1;
	background-fill-value: background-color
}

.ny_banner .e_bannerA-2 {
	background_radio: 2;
	display-radio: 1;
	background-fill-value: background-image;
}

.ny_banner .e_bannerA-2 .swiper-container {
	height: inherit
}

.ny_banner .e_bannerA-2 .swiper-wrapper {
	height: inherit
}

.ny_banner .e_bannerA-2 .swiper-slide {
	height: inherit
}

.ny_banner .e_bannerA-2 .p_img {
	width: 100%;
	height: 100%;
	background: #000;
	background-color: #000;
	min-width: 0px;
	max-width: none;
	max-height: 400px;
	display-radio: 1
}

.ny_banner .e_bannerA-2 .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.ny_banner .e_bannerA-2 .custom-bullet {
	background: #ccc
}

.ny_banner .e_bannerA-2 .p_info {
	width: 50%;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 9;
	display: flex;
	transform: translateX(50%) translateY(-50%);
	align-items: center;
	text-align: center;
	display-radio: flex;
	margin-top: 50px
}

.ny_banner .e_bannerA-2 .p_info div {
	width: 100%
}

.ny_banner .e_bannerA-2 .p_info div h1 a{
	color: #fff;
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.ny_banner .e_bannerA-2 .p_subtitle {
	line-height: 2;
	padding: 5px 0;
	display-radio: 1;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
}

.ny_banner .e_bannerA-2 .swiper-container-vertical {
	height: 400px
}

.ny_banner .e_bannerA-2 .p_video {
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
	margin-right: 0;
	margin-left: auto;
	position: relative
}

.ny_banner .e_bannerA-2 .p_video .videoContent {
	width: 100%;
	height: 100%
}

.ny_banner .e_bannerA-2 .p_video video {
	width: 100%;
	height: 100%;
	background: #000
}

.ny_banner .e_bannerA-2 .p_videoPoster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer
}

.ny_banner .e_bannerA-2 .p_videoPoster::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.ny_banner .e_bannerA-2 .p_videoPoster img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.ny_banner .e_bannerA-2 .p_videoInfo {
	display: none
}

.ny_banner .e_bannerA-2 .p_slide {
	max-height: 400px
}

.ny_banner .e_bannerA-2 .p_btn_prev {
	display-radio: 1
}

/*首页标题样式*/
.hometit h2 {
	font-size: 2.125rem;
	color: #333;
	text-align: center;
	font-weight: normal;
	line-height: 1.7;
}

.hometit p {
	color: #666;
	font-size: 1rem;
	text-align: center;
	line-height: 1.7;
}

.homemore {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.homemore a {
	border: #414141 solid 1px;
	border-radius: 30px;
	padding: 10px 40px;
	color: #414141;
	font-size: 1rem;
	font-weight: normal;
	transition: all 1s;
}

.homemore a:hover {
	background: #007ccb;
	border: #007ccb solid 1px;
	color: #fff;
}

/*内页标题样式*/
.ny_tit {
	min-height: 0px;
	background-color: rgba(242,242,242,1);
	padding-top: 15px;
	padding-bottom: 15px;
	display-radio: 1
}

.ny_tit .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

.ny_tit .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.ny_tit .e_breadcrumb-2 .p_breadcrumbItem {
	position: relative
}

.ny_tit .e_breadcrumb-2 .icon {
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url("../img/about_dw.png");
	background-size: 100%;
}

.ny_tit .e_breadcrumb-2 .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px
}

.ny_tit .e_breadcrumb-2 .p_breadcrumbItem:not(:first-child)::before {
	content: '>';
	position: absolute;
	left: 3px;
	color: #999
}

.ny_tit .e_breadcrumb-2 .p_breadcrumbItem span{
	font-size: 14px;
}

.ny_tit .e_breadcrumb-2 .p_breadcrumb {
	display: flex
}

.ny_tit .e_breadcrumb-2 .p_showTitle {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5px;
	border: 1px solid transparent
}

.ny_tit .e_breadcrumb-2 .siblings::after {
	content: '>';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	transform: rotateZ(90deg);
	cursor: pointer;
	color: #ccc
}

.ny_tit .e_breadcrumb-2 .siblings.active {
	border: 1px solid #dee2e6
}

.ny_tit .e_breadcrumb-2 .siblings.active::after {
	transform: rotateZ(-90deg)
}

.ny_tit .e_breadcrumb-2 .p_slide {
	position: absolute;
	left: 18px;
	min-width: 100%;
	padding: 5px;
	display: none;
	z-index: 999
}

.ny_tit .e_breadcrumb-2 .p_sibling {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.ny_tit .e_breadcrumb-2 {
	background_radio: 2;
	background-color: rgba(255, 255, 255, 0)
}

.ny_tit .e_loop-3 .p_list {
	display: flex;
	flex-wrap: wrap
}

.ny_tit .e_loop-3 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.ny_tit .e_loop-3 .p_page {
	text-align: center
}

.ny_tit .e_loop-3 .p_filter_wrapper {
	width: 100%
}

.ny_tit .e_loop-3 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap
}

.ny_tit .e_loop-3 .p_filter_key {
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold
}

.ny_tit .e_loop-3 .p_v_item {
	display: inline-block;
	margin: 0 5px;
	line-height: 40px;
	cursor: pointer
}

.ny_tit .e_loop-3 .p_active {
	color: blueviolet
}

.ny_tit .e_loop-3 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.ny_tit .e_loop-3 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.ny_tit .e_loop-3 .multSelect {
	font-size: 14px;
	position: relative
}

.ny_tit .e_loop-3 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}

.ny_tit .e_loop-3 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.ny_tit .e_loop-3 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.ny_tit .e_loop-3 .multSelect ul,li {
	list-style: none
}

.ny_tit .e_loop-3 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 3px 5px;
	margin: 5px 5px 5px 0;
	border-radius: 5px
}

.ny_tit .e_loop-3 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.ny_tit .e_loop-3 .multSelect .multSelect-option>div {
	line-height: 35px;
	cursor: pointer;
	padding: 0 10px
}

.ny_tit .e_loop-3 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.ny_tit .e_loop-3 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: rgba(3,109,183,1)
}

.ny_tit .e_loop-3 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.ny_tit .e_loop-3 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px)
}

.ny_tit .e_loop-3 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.ny_tit .e_loop-3 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.ny_tit .e_loop-3 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.ny_tit .e_loop-3 .p_filter_select {
	width: 150px
}

.ny_tit .e_loop-3 .p_normal_start,.ny_tit .e_loop-3 .p_date_start {
	display: inline;
	width: 100px
}

.ny_tit .e_loop-3 .p_normal_end,.ny_tit .e_loop-3 .p_date_end {
	display: inline;
	width: 100px
}

.ny_tit .e_loop-3 .p_split {
	margin: 0 5px
}

.ny_tit .e_loop-3 .p_normal {
	margin-right: 16px
}

.ny_tit .e_loop-3 {
	background_radio: 1;
	margin-left: auto;
	margin-right: auto;
	transition-property: all;
	max-width: none
}

.ny_tit .e_loop-3 .cbox-3:nth-child(odd) {
	flex: 0 0 auto;
	margin-right: 25px;
}

.ny_tit .e_loop-3 .cbox-3:nth-child(even) {
	flex: 0 0 auto;
	align-items: center;
	margin-right: 25px;
}

.ny_tit .e_text-4 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1
}

.ny_tit .e_text-4 a {
	display: block;
	padding: 10px 35px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #eee;
	font-size: 16px;
	transition: all .5s ease
}

.ny_tit .e_text-4 a:hover {
	background: rgba(3,109,183,1);
	color: #fff
}

.ny_tit .e_text-4 a.on {
	background: rgba(3,109,183,1);
	color: #fff
}

.ny_tit .e_container-1 .cbox-1-1 {
	flex: 0 0 auto;
	align-self: center
}

.text-secondary{
	color: #6c757d;
}

.text-secondary.p_title{
	font-size: 14px;
}

/*首页-公司简介-index1*/
.home_about {
	min-height: 300px;
	background-fill-value: background-color;
	width: auto;
	background-color: rgba(245,245,245,1);
	display-radio: 1
}

.home_about .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background-fill-value: background-image;
	max-width: none;
	display-radio: flex
}

.home_about .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-3 .p_item {
	background-fill-value: background-image;
	background-repeat: no-repeat;
	background-position: top center;
	display-radio: 1
}

.home_about .e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	background-fill-value: background-image;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5;
	display-radio: flex
}

.home_about .e_container-6 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-6 .p_item {
	background-fill-value: background-image;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	display-radio: 1
}

.home_about .e_container-6 .cbox-6-0 {
	margin-left: auto;
	margin-right: auto;
	flex: 0 0 50%;
	align-self: center;
	margin-top: 8%
}

.home_about .e_container-6:hover {
	margin-left: auto;
	margin-right: auto
}

.home_about .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 800px;
	display-radio: flex
}

.home_about .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-7 .p_item:hover {
	width: auto;
	max-width: 800px
}

.home_about .e_text-8 {
	line-height: normal;
	font_radio: 2;
	color: rgba(3,109,183,1);
	font-size: 36px;
	font-family: Impact;
	font-weight: normal;
	display-radio: 1
}

.home_about .e_text-9 {
	line-height: normal;
	font_radio: 2;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	margin-top: 10px;
	display-radio: 1
}

.home_about .e_richText-10 {
	font_radio: 2;
	text-align: left;
	line-height: 2.5;
	color: rgba(102,102,102,1);
	margin-top: 20px;
	display-radio: 1;
	font-size: 16px
}

.home_about .e_image-12 {
	overflow: hidden;
	max-width: 720px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 14%;
	display-radio: 1
}

.home_about .e_image-12 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.home_about .e_container-13 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1);
	display-radio: flex;
	margin-bottom: 80px;
	padding-bottom: 0px
}

.home_about .e_container-13 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-13 .cbox-13-0 {
	flex: 0 0 50%;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px
}

.home_about .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	margin-bottom: 6%
}

.home_about .e_container-14 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-14 .cbox-14-0 {
	flex: 0 0 52%;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	align-self: center
}

.home_about .e_container-15 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.home_about .e_container-15 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-15 .cbox-15-0 {
	flex: 0 0 15%
}

.home_about .e_image-18 {
	overflow: hidden;
	max-width: 48px;
	margin-top: 10px;
	margin-bottom: 0px
}

.home_about .e_image-18 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.home_about .e_container-19 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 332px
}

.home_about .e_container-19 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_text-20 {
	line-height: normal;
	font_radio: 2;
	max-width: 290px;
	padding-left: 20px;
	color: rgba(102,102,102,1);
	padding-bottom: 0px;
	margin-top: 10px
}

.home_about .e_container-21 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 332px
}

.home_about .e_container-21 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-22 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.home_about .e_container-22 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-22 .cbox-22-0 {
	flex: 0 0 15%
}

.home_about .e_text-23 {
	line-height: normal;
	font_radio: 2;
	max-width: 290px;
	padding-left: 20px;
	color: rgba(102,102,102,1);
	padding-bottom: 0px;
	margin-top: 10px
}

.home_about .e_image-24 {
	overflow: hidden;
	max-width: 48px;
	margin-top: 10px;
	margin-bottom: 0px
}

.home_about .e_image-24 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.home_about .e_container-38 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	margin-bottom: 5%
}

.home_about .e_container-38 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-38 .cbox-38-0 {
	flex: 0 0 53%;
	align-self: center
}

.home_about .e_container-39 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 332px
}

.home_about .e_container-39 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-40 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.home_about .e_container-40 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-40 .cbox-40-0 {
	flex: 0 0 15%
}

.home_about .e_text-41 {
	line-height: normal;
	font_radio: 2;
	max-width: 290px;
	padding-left: 20px;
	color: rgba(102,102,102,1);
	padding-bottom: 0px;
	margin-top: 10px
}

.home_about .e_image-42 {
	overflow: hidden;
	max-width: 48px;
	margin-top: 10px;
	margin-bottom: 0px;
	display-radio: 1
}

.home_about .e_image-42 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.home_about .e_container-44 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 332px
}

.home_about .e_container-44 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-45 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.home_about .e_container-45 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-45 .cbox-45-0 {
	flex: 0 0 15%
}

.home_about .e_text-46 {
	line-height: normal;
	font_radio: 2;
	max-width: 290px;
	padding-left: 20px;
	color: rgba(102,102,102,1);
	padding-bottom: 0px;
	margin-top: 10px
}

.home_about .e_image-47 {
	overflow: hidden;
	max-width: 48px;
	margin-top: 10px;
	margin-bottom: 0px
}

.home_about .e_image-47 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.home_about.response-animated .e_text-8 {
	animation-name: fadeInDown,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 0.6s,0.6s;
	animation-iteration-count: 1,1
}

.home_about.response-animated .e_text-9 {
	animation-name: fadeInDown,none;
	animation-delay: 0.0s,0.7s;
	animation-duration: 0.7s,0.6s;
	animation-iteration-count: 1,1
}

.home_about.response-animated .e_richText-10 {
	animation-name: fadeInDown,none;
	animation-delay: 0.0s,0.8s;
	animation-duration: 0.8s,0.6s;
	animation-iteration-count: 1,1
}

.home_about.response-animated .e_image-12 {
	animation-name: fadeInDown,none;
	animation-delay: 0.0s,0.7s;
	animation-duration: 0.8s,0.6s;
	animation-iteration-count: 1,1
}

.home_about.response-animated .e_container-6 {
	animation-name: none,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 0.6s,0.6s;
	animation-iteration-count: 1,1
}

.home_about.response-animated .e_container-13 {
	animation-name: fadeInDown,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 1.2s,0.6s;
	animation-iteration-count: 1,1
}

.home_about .e_text-49 {
	line-height: 2;
	font_radio: 2;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: normal;
	margin-top: 10px;
	display-radio: 1;
	margin-bottom: 0px
}

.home_about .e_container-7 .p_item {
	display-radio: 1
}

.home_about .e_container-13 .p_item {
	display-radio: 1
}

.home_about .e_container-50 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-height: 80px
}

.home_about .e_container-50 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_container-50 .p_item {
	display-radio: 1
}

.home_about .e_container-51 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

.home_about .e_container-51 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.home_about .e_button-53 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	background_radio: 2;
	border_radio: 1;
	font_radio: 2;
	radius_radio: 2;
	height: 48px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 12%;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgba(3,109,183,1);
	width: auto;
	max-width: 152px;
	line-height: 3;
	display-radio: block
}

.home_about .e_button-53 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
	color: #fff;
}

.home_about .e_button-53::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.home_about .e_button-53:hover::after {
	opacity: 1
}

.home_about .e_button-53:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(3,109,183,1)
}

.home_about .e_button-53:hover span{
	color: rgba(3,109,183,1);
}

.home_about .e_text-54 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(3,109,183,1);
	font-weight: bold
}

.home_about .e_text-55 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(3,109,183,1);
	font-weight: bold
}

.home_about .e_text-56 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(3,109,183,1);
	font-weight: bold
}

.home_about .e_text-57 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(3,109,183,1);
	font-weight: bold
}

/*首页-产品展示-index3*/
.product_list {
	min-height: 0px;
	background-color: rgba(255,255,255,1);
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 30px
}

.product_list .e_loop-2 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
}

.product_list  .s_img img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
	float: left;
	transition: .5s all
}

.product_list .s_img:hover  img {
	transform: scale(1.1, 1.1)
}

.product_list .e_loop-2 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.product_list .e_loop-2 .p_page {
	text-align: center
}

.product_list .e_loop-2 .p_page ul{
	display: flex;
	justify-content: center;
}

.product_list .e_loop-2 .p_page ul li{
	display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    text-align: center;
    background: #f4f4f4;
    color: #666;
}

.product_list .e_loop-2 .p_page ul li a{
	color: #666;
}

.product_list .e_loop-2 .p_page ul li.active,.product_list .e_loop-2 .p_page ul li:hover{
	background: #1f98fc;
    color: #fff;
}

.product_list .e_loop-2 .p_page ul li.active a,.product_list .e_loop-2 .p_page ul li:hover a{
	color: #fff;
}

.product_list .e_loop-2 .p_page ul li.disabled{
	background: #f4f4f4;
    color: #ccc;
    cursor: not-allowed;
}

.product_list .e_loop-2 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

.product_list .e_loop-2 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 24px;
	margin: 15px 0
}

.product_list .e_loop-2 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

.product_list .e_loop-2 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

.product_list .e_loop-2 .p_active {
	color: #fff;
	background-color: #409EFF;
	border-radius: 2px
}

.product_list .e_loop-2 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.product_list .e_loop-2 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.product_list .e_loop-2 .multSelect {
	font-size: 13px;
	position: relative
}

.product_list .e_loop-2 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

.product_list .e_loop-2 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.product_list .e_loop-2 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.product_list .e_loop-2 .multSelect ul,li {
	list-style: none
}

.product_list .e_loop-2 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

.product_list .e_loop-2 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.product_list .e_loop-2 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

.product_list .e_loop-2 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.product_list .e_loop-2 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.product_list .e_loop-2 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.product_list .e_loop-2 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

.product_list .e_loop-2 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.product_list .e_loop-2 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.product_list .e_loop-2 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.product_list .e_loop-2 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6
}

.product_list .e_loop-2 .p_normal_start {
	display: inline;
	width: 60px;
	height: 22px
}

.product_list .e_loop-2 .p_date_start {
	display: inline;
	width: 105px;
	height: 22px
}

.product_list .e_loop-2 .p_normal_end {
	display: inline;
	width: 60px;
	height: 22px;
	margin-right: 5px
}

.product_list .e_loop-2 .p_date_end {
	display: inline;
	width: 105px;
	height: 22px;
	margin-right: 5px
}

.product_list .e_loop-2 .p_split {
	margin: 0 5px
}

.product_list .e_loop-2 .p_normal {
	margin-right: 16px
}

.product_list .e_loop-2 {
	background_radio: 1;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	display-radio: 1;
	width: 90%;
}

.product_list .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229,229,229,1);
	display-radio: flex
}

.product_list .home_p_list .e_container-3{
	height: 250px;
}

.product_list .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.product_list .home_p_list .e_container-3 > .p_item{
	display: flex;
}
.product_list .home_p_list .e_image-4{
	width: 50%;
}

.product_list .e_image-4 {
	overflow: hidden;
	display-radio: 1;
	height: auto;
	min-height: 0px;
	max-height: none;
	max-width: none;
	min-width: 0px;
	width: auto
}

.product_list .e_image-4 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.product_list .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 0px;
	max-height: none;
	height: auto;
	background-color: rgba(241,241,241,1);
	display-radio: flex
}
.product_list .home_p_list .e_container-5{
	width: 50%;
	background: none;
}

.product_list .home_p_list .e_container-5 .p_item_e{
	font-size: 30px;
	font-weight: bolder;
	color: #cccccc;
}

.product_list .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	padding: 0;
}

.product_list .home_p_list .e_container-5 > .p_item{
	flex: none;
}

.product_list .e_text-7 {
	line-height: 3;
	font_radio: 2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	margin-left: auto;
	padding-left: 15px
}

.product_list .home_p_list .e_text-7{
	font-size: 25px;
	line-height: 30px;
	color: #035297;
	font-weight: bolder;
	padding-left: 0;
}
.product_list .home_p_list .e_text-7 a{
	color: #035297;
}

.product_list .e_button-8 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	background_radio: 2;
	border_radio: 1;
	font_radio: 2;
	radius_radio: 2;
	margin-right: 0px;
	margin-left: auto;
	width: auto;
	max-width: 50px;
	padding-bottom: 14px;
	padding-top: 10px;
	min-height: 0px;
	max-height: none;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: rgba(255,255,255,0);
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
	color: rgba(121,120,120,1);
	display-radio: block;
	border: 0;
}

.product_list .e_button-8 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.product_list .home_p_list .e_button-8 span{
	width:38px;
	height: 38px;
	background: url(../img/cp_ico01.png)no-repeat!important;
	background-size: 100% 100%; 
}

.product_list .e_button-8::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.product_list .e_button-8:hover::after {
	opacity: 1
}

.product_list .e_button-8:hover {
	background-color: rgba(213,43,40,1);
	border: 0;
}
.product_list .home_p_list .e_button-8:hover{
	background-color: rgba(213,43,40,0);
	-webkit-transform:translate(10px,0);
	transform:translate(10px,0);
	transition: all .3s;
}

.p_item .e_text {
	font_radio: 2;
	font-size: 36px;
	font-family: Microsoft YaHei;
	color: rgba(51,51,51,1);
	line-height: 1.5;
	font-weight: bold;
	text-align: center
}

.p_item .e_line{
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: rgba(153,153,153,1);
	max-width: 68px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
    margin-top: 20px;
}

/*首页-产案例展示-index4*/
.case_list .e_image-21 {
    overflow: hidden;
    display-radio: 1;
    margin-right: 1%;
    transition-property: all;
    transition-radio: .response-transition;
    transition-timing-function: cubic-bezier(0.42,0,0.58,1)
}

.case_list {
    min-height: 300px;
    display-radio: 1;
    padding-top: 50px;
    /* padding-bottom: 30px; */
    margin-left: 0px;
    /* margin-bottom: 3% */
}

.case_list .e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

.case_list .e_container-14 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list .e_text-15 {
    font_radio: 2;
    font-size: 36px;
    font-family: Impact;
    color: rgba(3,109,183,1);
    line-height: 1.5;
    display-radio: 1;
    text-align: center;
    margin-top: 1%
}

.case_list .e_text-16 {
    font_radio: 2;
    font-size: 36px;
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    line-height: 1.5;
    display-radio: 1;
    font-weight: bold;
    text-align: center
}

.case_list .e_line-17 {
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: rgba(153,153,153,1);
    max-width: 68px;
    margin-left: auto;
    display-radio: 1;
    margin-right: auto;
    margin-bottom: 20px
}

.case_list .p_list {
    display-radio: 1
}

.case_list .p_loopitem {
    display-radio: 1
}

.case_list .e_container-19 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-right: 1%;
	margin-top: 40px;
}

.case_list .e_container-19 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.case_list .e_container-19 .p_item {
    display-radio: 1
}

.case_list .e_image-21 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.case_list .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-right: 1%
}

.case_list .e_container-22 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list .e_image-23 {
    overflow: hidden;
    display-radio: 1;
    margin-right: 1%
}

.case_list .e_image-23 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.case_list .e_container-24 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-right: 1%
}

.case_list .e_container-24 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list .e_image-25 {
    overflow: hidden;
    display-radio: 1;
    margin-right: 1%
}

.case_list .e_image-25 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.case_list .e_container-19 .cbox-19-0 {
    margin-right: auto
}

.case_list .e_container-26 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

.case_list .e_container-26 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list .e_image-27 {
    overflow: hidden;
    display-radio: 1;
    margin-right: 1%
}

.case_list .e_image-27 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.case_list .e_container-28 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

.case_list .e_container-28 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list .e_image-29 {
    overflow: hidden;
    display-radio: 1;
    margin-right: 1%
}

.case_list .e_image-29 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.case_list .e_container-35 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 1;
    margin-top: 35%
}

.case_list .e_container-35 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list h1,.case_list h1 a{
    height: 85px;
    display-radio: 1;
    font_radio: 2;
    line-height: 1.5;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: Microsoft YaHei;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 222px
}

.case_list .e_h1-37,.case_list .e_h1-37 a {
    display-radio: 1;
    font_radio: 2;
    line-height: 1.5;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: Microsoft YaHei;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 222px
}

.case_list .e_h1-37:hover a{
    color: rgba(3,109,183,1)
}

.case_list .e_button-38 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    height: 38px;
    line-height: 38px!important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1%;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(203,36,35,0.06);
    width: auto;
    max-width: 107px;
    line-height: 3;
    border-color: rgba(255,255,255,1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px
}

.case_list .e_button-38 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    color: #fff;
}

.case_list .e_button-38::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

.case_list .e_button-38:hover::after {
    opacity: 1
}

.case_list .e_button-38:hover {
    background-color:rgba(255, 255, 255, 1);
    border-color:rgba(3,109,183,1);
    color:rgba(3,109,183,1)
}
.case_list .e_button-38:hover span{
    color:rgba(3,109,183,1)
}

.case_list .e_container-43 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 1;
    margin-top: 35%
}

.case_list .e_container-43 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list .e_h1-44,.case_list .e_h1-44 a {
    display-radio: 1;
    font_radio: 2;
    line-height: 1.5;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: Microsoft YaHei;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 222px;
    color: #fff;
}


.case_list .e_h1-44:hover a{
    color: rgba(3,109,183,1)
}

.case_list .e_button-45 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    height: 38px;
    line-height: 38px!important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1%;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(203,36,35,0.06);
    width: auto;
    max-width: 107px;
    line-height: 3;
    border-color: rgba(255,255,255,1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px
}

.case_list .e_button-45 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    color: #fff;
}

.case_list .e_button-45::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

.case_list .e_button-45:hover::after {
    opacity: 1
}

.case_list .e_button-45:hover {
    background-color:rgba(255, 255, 255, 1);
    border-color:rgba(3,109,183,1);
    color:rgba(3,109,183,1)
}

.case_list .e_button-45:hover span{
    color:rgba(3,109,183,1)
}

.case_list .e_container-46 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 1;
    margin-top: 35%
}

.case_list .e_container-46 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list .e_h1-47,.case_list .e_h1-47 a {
    display-radio: 1;
    font_radio: 2;
    line-height: 1.5;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: Microsoft YaHei;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 222px;
    text-align: center;
    color: #fff;
}

.case_list .e_h1-47:hover a{
    color: rgba(3,109,183,1)
}

.case_list .e_button-48 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    height: 38px;
    line-height: 38px!important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1%;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(203,36,35,0.06);
    width: auto;
    max-width: 107px;
    line-height: 3;
    border-color: rgba(255,255,255,1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px
}

.case_list .e_button-48 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    color: #fff;
}

.case_list .e_button-48::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

.case_list .e_button-48:hover::after {
    opacity: 1
}

.case_list .e_button-48:hover {
    background-color:rgba(255, 255, 255, 1);
    border-color:rgba(3,109,183,1);
    color:rgba(3,109,183,1)
}

.case_list .e_button-48:hover span{
    color:rgba(3,109,183,1)
}

.case_list .e_container-49 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 1;
    margin-top: 35%
}

.case_list .e_container-49 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list .e_h1-50,.case_list .e_h1-50 a {
    display-radio: 1;
    font_radio: 2;
    line-height: 1.5;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: Microsoft YaHei;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 222px;
    text-align: center;
    color: #fff;
}

.case_list .e_h1-50:hover a{
    color: rgba(3,109,183,1)
}

.case_list .e_button-51 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    height: 38px;
    line-height: 38px!important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1%;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(203,36,35,0.06);
    width: auto;
    max-width: 107px;
    line-height: 3;
    border-color: rgba(255,255,255,1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px
}

.case_list .e_button-51 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    color: #fff;
}

.case_list .e_button-51::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

.case_list .e_button-51:hover::after {
    opacity: 1
}

.case_list .e_button-51:hover {
    background-color:rgba(255, 255, 255, 1);
    border-color:rgba(3,109,183,1);
    color:rgba(3,109,183,1)
}

.case_list .e_button-51:hover span{
    color:rgba(3,109,183,1)
}

.case_list .e_container-52 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 1;
    margin-top: 35%
}

.case_list .e_container-52 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.case_list .e_h1-53,.case_list .e_h1-53 a {
    display-radio: 1;
    font_radio: 2;
    line-height: 1.5;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-family: Microsoft YaHei;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 222px;
    text-align: center;
    color: #fff;
}

.case_list .e_h1-53:hover a{
    color: rgba(3,109,183,1)
}

.case_list .e_button-54 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    height: 38px;
    line-height: 38px!important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1%;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(203,36,35,0.06);
    width: auto;
    max-width: 107px;
    line-height: 3;
    border-color: rgba(255,255,255,1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px
}

.case_list .e_button-54 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    color: #fff;
}

.case_list .e_button-54::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

.case_list .e_button-54:hover::after {
    opacity: 1
}

.case_list .e_button-54:hover {
    background-color:rgba(255, 255, 255, 1);
    border-color:rgba(3,109,183,1);
    color:rgba(3,109,183,1)
}

.case_list .e_button-54:hover span{
    color:rgba(3,109,183,1)
}

/*遮罩*/
#wrap ul li .a2 {
	position: absolute;
	top: 0;
	left: -388px;
	width: 100%;
	height: 447px;
	text-align: center;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.2s;
}

#wrap ul li .a2 .p4 {
	width: 100%;
	text-align: left;
	position: absolute;
	top: 234px;
	left: -394px;
	font-size: 1.125rem;
	line-height: 2;
	color: #fff;
	transition: all 0.2s 0.1s ease-out;
	padding: 0 30px;
}

#wrap ul li .a2 .p5 {
	width: 100%;
	text-align: left;
	line-height: 1.5;
	position: absolute;
	top: 265px;
	left: -394px;
	padding: 0 30px;
	font-size: .875rem;
	color: white;
	transition: all 0.2s 0.2s ease-out;
	margin-top: 15px;
}

#wrap ul li .a2 .p7 {
	position: absolute;
	bottom: -50px;
	left: 30px;
	transition: all 1s;
	height: 38px;
	margin: 10px auto;
	transition: all 0.2s 0.5s;
	font-size: .875rem;
	color: #fff;
	line-height: 2;
	background: #007ccb;
	border-radius: 30px;
	padding: 3px 30px;
	width: 120px;
}

#wrap ul li .a2 .p7:hover {
	background: #333;
}

.index4 .homemore {
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}

/*首页-新闻中心-index6*/
.news_list {
	min-height: 300px;
	padding-bottom: 50px;
	padding-top: 50px;
	background-fill-value: background-image;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	display-radio: 1
}

.news_list .e_container-18 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.news_list .e_container-18 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.news_list .e_text-19 {
	font_radio: 2;
	font-size: 36px;
	font-family: Impact;
	color: rgba(3,109,183,1);
	line-height: 1.5;
	display-radio: 1;
	text-align: center;
	margin-top: 1%
}

.news_list .e_text-20 {
	font_radio: 2;
	font-size: 36px;
	font-family: Microsoft YaHei;
	color: rgba(51,51,51,1);
	line-height: 1.5;
	display-radio: 1;
	font-weight: bold;
	text-align: center
}

.news_list .e_line-21 {
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: rgba(153,153,153,1);
	max-width: 68px;
	margin-left: auto;
	display-radio: 1;
	margin-right: auto;
	margin-bottom: 20px
}

.news_list .e_loop_I-22 {
	display: flex;
	overflow: hidden;
	display-radio: flex;
	margin-top: 40px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: 2%; */
	width: 90%
}

.news_list .e_loop_I-22 .p_nodata {
	width: 100%
}

.news_list .e_loop_I-22 .p_list {
	display: flex;
	flex-wrap: wrap
}

.news_list .e_loop_I-22 .p_loopitem {
	position: relative;
	flex: 0 0 100%;
	display-radio: 1
}

.news_list .e_loop_I-22 .p_first {
	width: 50%
}

.news_list .e_loop_I-22 .p_first_item {
	height: 100%;
	overflow: hidden
}

.news_list .e_loop_I-22 .p_right {
	width: 50%;
	overflow-y: auto
}

.news_list .e_container-23 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 00px;
	margin-top: 00px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0,0,1,1);
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	display-radio: flex
}

.news_list .e_container-23 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.news_list .e_container-23 .cbox-23-0 {
	flex: 0 0 20%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: rgba(3,70,151,1)
}

.news_list .e_text-24 {
	line-height: normal;
	font_radio: 2;
	font-size: 18px;
	color: rgba(0,0,0,1);
	margin-left: 6%;
	margin-right: 6%;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.news_list .e_text-25 {
	line-height: normal;
	font_radio: 2;
	font-size: 14px;
	color: rgba(128,128,128,1);
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 5%;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.news_list .e_timeFormat-26 {
	min-height: 20px;
	font_radio: 2;
	font-size: 26px;
	color: rgba(3,109,183,1);
	line-height: 1;
	font-family: Arial;
	text-align: center;
	margin-top: 10%;
	display-radio: 1;
	font-weight: bold
}

.news_list .e_timeFormat-27 {
	min-height: 20px;
	font_radio: 2;
	font-size: 20px;
	color: rgba(96,96,96,1);
	line-height: 1;
	font-family: Arial;
	padding-top: 0px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	display-radio: 1
}

.news_list .e_image-28 {
	overflow: hidden;
	max-height: 420px;
	display-radio: 1
}

.news_list .e_image-28 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.news_list .e_container-29 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -58px;
	background-color: rgba(0,0,0,1)
}

.news_list .e_container-29 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.news_list .e_container-29 .cbox-29-0 {
	background-color: rgba(0,0,0,0.4)
}

.news_list .e_text-30 {
	line-height: 3.2;
	font_radio: 2;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: rgba(255,255,255,1);
	text-align: center;
	display-radio: 1
}

.news_list .e_text-30 a{
	color: rgba(255,255,255,1);
}

.news_list .e_container-23 .p_item {
	display-radio: 1
}

/* 首页合作伙伴 */
.hzhb .e_container-1{display:flex;flex-wrap:wrap;flex-direction:row;max-width:1600px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}
.hzhb .e_container-1 .p_item{flex:1;max-width:100%}
.hzhb .e_loop-4 .p_list{display:flex;flex-wrap:wrap}
.hzhb .e_loop-4 .p_loopitem{flex:0 0 33.3%;position:relative}
.hzhb .e_loop-4 .p_page{text-align:center}
.hzhb .e_loop-4 .p_filter_wrapper{width:100%}
.hzhb .e_loop-4 .p_kv_wrapper{display:flex;flex-wrap:nowrap}
.hzhb .e_loop-4 .p_filter_key{line-height:40px;margin-right:10px}
.hzhb .e_loop-4 .p_v_item{display:inline-block;margin:0 5px;line-height:40px;cursor:pointer}
.hzhb .e_loop-4 .p_active{color:#8a2be2}
.hzhb .e_loop-4 .p_result_item{position:relative;padding:3px 20px 3px 10px;border:1px solid #ddd;border-radius:3px;margin-right:10px}
.hzhb .e_loop-4 .p_filter_close{position:absolute;right:0;top:0;padding:3px;font-style:normal;font-size:10px;margin-top:2px;cursor:pointer}
.hzhb .e_loop-4 .multSelect{font-size:14px;position:relative}
.hzhb .e_loop-4 .multSelect .inputWrap{width:100%;min-width:100px;min-height:40px;border:1px solid #ccc;border-radius:3px;position:relative;cursor:pointer}
.hzhb .e_loop-4 .multSelect.is-invalid .inputWrap{border-color:#dc3545}
.hzhb .e_loop-4 .multSelect ul{padding:0 5px;margin:0;padding-right:35px}
.hzhb .e_loop-4 .multSelect ul,li{list-style:none}
.hzhb .e_loop-4 .multSelect li{display:inline-block;background:#edf0f3;color:#92969c;padding:3px 5px;margin:5px 5px 5px 0;border-radius:5px}
.hzhb .e_loop-4 .multSelect .multSelect-option{width:100%;border:1px solid #ccc;border-top:0;max-height:200px;overflow-y:scroll;position:absolute;height:0;opacity:0;z-index:9;background:#fff}
.hzhb .e_loop-4 .multSelect .multSelect-option>div{line-height:40px;cursor:pointer;padding:0 10px}
.hzhb .e_loop-4 .multSelect .multSelect-option>div.selected{color:#409eff}
.hzhb .e_loop-4 .multSelect .multSelect-option>div:hover{color:#409eff;background:#f3f6f9}
.hzhb .e_loop-4 .multSelect .fa-close{font-style:normal;font-size:12px;padding:0 5px 0 7px}
.hzhb .e_loop-4 .multSelect .inputWrap>.fa svg{fill:#666;width:16px;height:16px;position:absolute;right:0;top:calc(50% - 8px)}
.hzhb .e_loop-4 .multSelect .inputWrap>.fa-down svg{transform:rotate(-90deg)}
.hzhb .e_loop-4 .multSelect .inputWrap>.fa-up svg{transform:rotate(90deg)}
.hzhb .e_loop-4 .multSelect .placeholder{line-height:40px;padding-left:10px;color:#aaa;position:absolute;left:0;top:0}
.hzhb .e_loop-4 .p_filter_select{width:150px}
.hzhb .e_loop-4 .p_date_start,.hzhb .e_loop-4 .p_normal_start{display:inline;width:100px}
.hzhb .e_loop-4 .p_date_end,.hzhb .e_loop-4 .p_normal_end{display:inline;width:100px}
.hzhb .e_loop-4 .p_split{margin:0 5px}
.hzhb .e_loop-4 .p_normal{margin-right:16px}
.hzhb .e_loop-4{margin-top:50px;margin-bottom:50px;background_radio:1}
.hzhb .e_text-6{margin-top:10px;font_radio:2;font-size:14px;line-height:1.5;color:#666;text-align:center}
.hzhb .e_image-7{overflow:hidden;border-style:solid;border-width:1px;border-color:#dcdfe6;max-width:200px;margin-left:auto;margin-right:auto;padding-left:0;display-radio:1}
.hzhb .e_image-7 img{width:100%;height:100%;object-fit:contain}
.hzhb .e_container-8{display:flex;flex-wrap:wrap;flex-direction:row}
.hzhb .e_container-8 .p_item{flex:1;max-width:100%}
.hzhb .e_container-9{display:flex;flex-wrap:wrap;flex-direction:row;width:100%}
.hzhb .e_container-9>.p_item{flex:1;max-width:100%;max-height:100%}
.hzhb .e_text-10{line-height:normal;font_radio:2;font-size:36px;font-weight:400;color:#1049a3;font-family:Impact;text-align:center;display-radio:1}
.hzhb .e_text-11{font_radio:2;font-size:36px;font-family:Microsoft YaHei;color:rgba(51,51,51,1);line-height:1.5;display-radio:1;font-weight:bold;text-align:center}
.hzhb .e_line-23{border-top-style:solid;border-top-width:2px;border-top-color:rgba(153,153,153,1);max-width:68px;margin-left:auto;display-radio:1;margin-right:auto;margin-bottom:20px}
.hzhb .e_line-23{border-top-style: solid;border-top-width: 4px;border-top-color: rgba(153, 153, 153, 1);max-width: 68px;margin-left: auto;margin-right: auto;margin-bottom: 20px;margin-top: 20px;}
/* 底部-footer */
.footer .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

.footer > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

.footer > div > .p_gridCell {
	float: left;
	position: static
}

.footer > .p_gridbox.signal {
	min-height: inherit
}

.footer > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important
}

.footer {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.footer .p_gridCell {
	background-color: rgba(8,57,133,1)
}
.footer_nav {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-fill-value: background-color;
	background-color: rgba(66,66,66,1);
	min-height: 0px;
	display-radio: 1
}

.footer_nav .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	display-radio: flex;
	padding-top: 1%;
	padding-bottom: 2%;
}

.footer_nav .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_container-1 .cbox-1-1 {
	flex: 0 0 30%
}

.footer_nav .e_bottomNav-20 .p_level2Box,.footer_nav .e_bottomNav-20 .p_level3Box {
	height: auto
}

.footer_nav .e_bottomNav-20 .p_openIcon,.footer_nav .e_bottomNav-20 .p_closeIcon {
	width: 36px;
	height: 36px
}

.footer_nav .e_bottomNav-20 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: rgba(217,234,245,1);
}

.footer_nav .e_bottomNav-20 {
	font_radio: 2;
	padding-bottom: 20px;
	line-height: 2;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: rgba(217,234,245,1);
	display-radio: 1;
	background-fill-value: background-image;
	background-image: url(../img/footer_nav.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 5px
}

.footer_nav .e_image-21 {
	overflow: hidden;
	max-width: 131px;
	margin-left: 291px;
	margin-right: 0px;
	display-radio: 1
}

.footer_nav .e_image-21 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.footer_nav .e_bottomNav-20 .p_menuItem {
	color: rgba(217,234,245,1);
	font-family: Microsoft YaHei;
	font-weight: normal
}

.footer_nav .e_bottomNav-20 p:hover span{
	color: #fed896 !important
}

.footer_nav .e_container-25 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
	margin-top: 60px;
	display-radio: flex
}

.footer_nav .e_container-25 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_container-25 .cbox-25-0 {
	flex: 0 0 50%
}

.footer_nav .e_container-25 .cbox-25-1 {
	flex: 0 0 50%;
	align-self: center
}

.footer_nav .e_websiteShare-26 .p_share a {
	width: 30px;
	display: inline-block;
	margin-right: 10px
}

.footer_nav .e_websiteShare-26 .p_share a img {
	width: 100%
}

.footer_nav .e_image-27 {
	overflow: hidden;
	width: auto;
	max-width: 214px;
	margin-right: 0px;
	margin-left: 0;
	display-radio: 1
}

.footer_nav .e_image-27 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.footer_nav .e_container-28 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	/*border-top-style: solid;*/
	/*border-top-width: 1px;*/
	border-top-color: rgba(255,255,255,0.18);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(255,255,255,0.18);
	padding-top: 26px;
	padding-bottom: 25px;
	display-radio: flex
}

.footer_nav .e_container-28 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_container-29 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.footer_nav .e_container-29 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_text-30 {
	line-height: normal;
	font_radio: 2;
	color: rgba(255,255,255,1);
	font-size: 18px;
	font-family: Microsoft YaHei;
	display-radio: 1
}

.footer_nav .e_container-33 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto
}

.footer_nav .e_container-33 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_container-36 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-left: 10px;
	max-width: 432px
}

.footer_nav .e_container-36 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_websiteShare-26 {
	background_radio: 1;
	margin-top: 0px;
	padding-top: 10px;
	display-radio: 1;
	margin-right: 0px;
	margin-left: 368px;
	max-width: 252.44px
}

.footer_nav .e_websiteShare-26 .p_share {
	margin-top: 10px;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto
}

.footer_nav .e_richText-39 {
	font_radio: 2;
	color: rgba(178,178,178,1);
	text-align: left;
	line-height: 2;
	width: auto;
	height: auto;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display-radio: 1;
	max-width: none;
	padding-top: 0px
}

.footer_nav .e_container-28 .cbox-28-0 {
	flex: 0 0 30%
}

.footer_nav .e_container-28 .cbox-28-1 {
	flex: 0 0 35%
}

.footer_nav .e_container-28 .p_item {
	display-radio: 1
}

.footer_nav .e_container-1 .cbox-1-0 {
	margin-bottom: 20px
}

.footer_nav .e_container-41 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	background-color: rgba(54,54,54,1)
}

.footer_nav .e_container-41 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_container-42 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 35px
}

.footer_nav .e_container-42 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_container-42 .p_item {
	display-radio: 1;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

.footer_nav .e_container-41 .p_item {
	display-radio: 1
}

.footer_nav .e_container-28 .cbox-28-2 {
	flex: 0 0 30%
}

.footer_nav .e_richText-44 {
	font_radio: 1;
	display-radio: 1;
	margin-left: 2%;
	max-width: 302px
}

.footer_nav .e_text-48 {
	font_radio: 2;
	font-size: 14px;
	line-height: 2;
	padding-bottom: 10px;
	text-align: center;
	color: rgba(217,234,245,1);
	display-radio: 1;
	padding-top: 10px;
	margin-right: 0px;
	max-width: 182px;
	margin-left: 289px
}

.footer_nav .e_bottomNav-20 .p_level1Item {
	display-radio: 1
}

.footer_nav .e_credible-50 .img1 {
	width: 65px;
	height: 23px
}

.footer_nav .e_credible-50 .img2 {
	width: 79px;
	height: 28px
}

.footer_nav .e_credible-50 .img3 {
	width: 92px;
	height: 33px
}

.footer_nav .e_credible-50 .img4 {
	width: 106px;
	height: 38px
}

.footer_nav .e_credible-50 .img5 {
	width: 131px;
	height: 47px
}

.footer_nav .e_credible-50 {
	max-width: 130px;
	background_radio: 1;
	display-radio: 1;
	margin-top: 10px;
	margin-left: 340px
}

.footer_nav .e_container-25 .p_item {
	display-radio: 1
}

.footer_nav .e_websiteShare-26 .p_img {
	display-radio: 1
}

.footer_nav .p_share {
	display-radio: 1
}

.footer_nav .e_richText-53 {
	font_radio: 1;
	display-radio: 1;
	margin-top: 2%;
	max-width: 404.27px
}

.footer_nav .e_button-54 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	background_radio: 2;
	border_radio: 1;
	font_radio: 2;
	radius_radio: 2;
	display-radio: block;
	height: 48px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8%;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgba(3,109,183,1);
	width: auto;
	max-width: 152px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	line-height: 3;
	border: 0;
}

.footer_nav .e_button-54 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
	color: #fff;
}

.footer_nav .e_button-54::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.footer_nav .e_button-54:hover::after {
	opacity: 1
}

.footer_nav .e_button-54:hover {
	background-color: rgba(255, 255, 255, 1);
	border: 0;
}

.footer_nav .e_button-54:hover span{
	color: rgba(3,109,183,1);
}

.footer_nav .e_container-29 .p_item {
	display-radio: 1
}

.footer_nav .e_container-55 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 52.41px
}

.footer_nav .e_container-55 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_image-56 {
	overflow: hidden;
	display-radio: 1;
	width: 30px;
	margin-bottom: 2%;
	margin-right: 2%
}

.footer_nav .e_image-56 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.footer_nav .e_container-55 .p_item {
	display-radio: 1
}

.footer_nav .e_container-33 .p_item {
	display-radio: 1
}

.footer_nav .e_container-33 .cbox-33-0 {
	flex: 0 0 10%;
	align-self: center
}

.footer_nav .e_container-59 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-bottom: 1%;
	margin-top: 8%
}

.footer_nav .e_container-59 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_richText-61 {
	font_radio: 2;
	color: rgba(178,178,178,1);
	text-align: left;
	line-height: 2;
	width: auto;
	height: auto;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display-radio: 1;
	max-width: none;
	padding-top: 0px
}

.footer_nav .e_richText-61 a{
	color: rgba(178,178,178,1);
}

.footer_nav .e_container-62 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 350px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto
}

.footer_nav .e_container-62 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_container-62 .p_item {
	display-radio: 1
}

.footer_nav .e_container-62 .cbox-62-0 {
	flex: 0 0 10%;
	align-self: center
}

.footer_nav .e_container-63 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 52.41px
}

.footer_nav .e_container-63 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_container-63 .p_item {
	display-radio: 1
}

.footer_nav .e_container-66 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 44.41px;
	display-radio: flex;
	margin-top: 8%;
	margin-right: 2%
}

.footer_nav .e_container-66 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.footer_nav .e_container-66 .p_item {
	display-radio: 1
}

.footer_nav .e_image-67 {
	overflow: hidden;
	display-radio: 1;
	width: 30px;
	margin-right: 2%
}

.footer_nav .e_image-67 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.footer_nav .e_richText-68 {
	font_radio: 1;
	display-radio: 1;
	margin-left: 2%;
	max-width: none
}
.top {
	min-height: 0px;
	display-radio: 1
}

.top .e_html-1 {
	display-radio: 1;
	background_radio: 1;
	min-height: 0px
}

.side {
	height: 35px!important;
	position: absolute;
	transition: all .5s
}

.side a {
	display: block;
	height: 35px;
	font-size: 0;
	border-radius: 10px 0 0 10px
}

.side i,.side span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	line-height: 35px
}

.side i {
	width: 35px;
	text-align: center;
	transition: all .3s;
	border-radius: 10px 0 0 10px;
	background: rgba(3,109,183,1) !important;
}

.side i img {
	vertical-align: middle;
	width: 16px
}

.side span {
	text-align: center;
	line-height: 35px;
	background: #232323;
	font-size: 13px;
	color: #fff;
	transition: all 1s
}
.side6 {
	right: -105px;
	width: 140px;
	cursor: pointer;
	position: fixed!important;
	bottom: 0!important;
	top: auto!important;
}

.side6 span {
	width: 90px;
	font-size: 14px
}

.side:hover {
	right: 0
}

.side:hover i {
	background: rgba(3,109,183,1) !important;
}
/* 关于我们 */
/* 关于我们-banner */
.about_banner {
	position: relative;
}

.about_banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.about_banner .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about_banner .text h2{
	font-size: 2rem;
	color: #fff;
	line-height: 1.7;
	font-weight: normal;
	padding-bottom: 20px;
}

.about_banner .text p{
	font-size: 1rem;
	color: #fff;
	line-height: 1.7;
}

/* 所有-面包屑 */
.nav_top{
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.nav_top .an{
	display: flex;
	flex-wrap: wrap;
	height: 70px;
	align-items: center;
	justify-content: space-between;
}
.nav_top .an>div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.nav_top .an img{
	display: inline-block;
	padding-right: 10px;
}
.nav_top .an{
	font-size: 16px;
	color: #333;
}
.nav_top .an span{
	font-size: 16px;
	color: #333;
	padding: 0 8px;
}
.nav_top .an a:hover{
	color: #007ccb;
}
.nav_top .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.nav_top .uls li{
	padding: 0 30px;
}
/* 关于我们-公司简介*/
.about_main {
	min-height: 300px;
	background-fill-value: background-color;
	width: auto;
	background-color: rgba(245,245,245,1);
	display-radio: 1;
	padding-bottom: 80px
}

.about_main .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background-fill-value: background-image;
	max-width: none
}

.about_main .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-3 .p_item {
	background-fill-value: background-image;
	background-image: url(../img/about_main.png);
	background-repeat: no-repeat;
	background-position: top center
}

.about_main .e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	background-fill-value: background-image;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display-radio: flex
}

.about_main .e_container-6 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-6 .p_item {
	background-fill-value: background-image;
	background-image: url(../img/9d26757d-64f2-477b-82ea-ddac58240eea.png);
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	width: 90%;
	margin-bottom: 0px;
	display-radio: 1
}

.about_main .e_container-6 .cbox-6-0 {
	margin-left: auto;
	margin-right: auto;
	flex: 0 0 50%;
	align-self: center;
	margin-top: 0px;
	padding-top: 60px
}

.about_main .e_container-6:hover {
	margin-left: auto;
	margin-right: auto
}

.about_main .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 800px;
	display-radio: flex
}

.about_main .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-7 .p_item:hover {
	width: auto;
	max-width: 800px
}

.about_main .e_text-8 {
	line-height: normal;
	font_radio: 2;
	color: rgba(3,109,183,1);
	font-size: 52px;
	font-family: Impact;
	font-weight: normal;
	display-radio: 1;
	margin-top: 0px
}

.about_main .e_text-9 {
	line-height: normal;
	font_radio: 2;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	margin-top: 10px;
	display-radio: 1
}

.about_main .e_image-12 {
	overflow: hidden;
	max-width: 720px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 14%;
	display-radio: 1
}

.about_main .e_image-12 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.about_main.response-animated .e_text-8 {
	animation-name: fadeInDown,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 0.6s,0.6s;
	animation-iteration-count: 1,1
}

.about_main.response-animated .e_text-9 {
	animation-name: fadeInDown,none;
	animation-delay: 0.0s,0.7s;
	animation-duration: 0.7s,0.6s;
	animation-iteration-count: 1,1
}

.about_main.response-animated .e_image-12 {
	animation-name: fadeInDown,none;
	animation-delay: 0.0s,0.7s;
	animation-duration: 0.8s,0.6s;
	animation-iteration-count: 1,1
}

.about_main.response-animated .e_container-6 {
	animation-name: none,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 0.6s,0.6s;
	animation-iteration-count: 1,1
}

.about_main .e_text-49 {
	line-height: 2;
	font_radio: 2;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: normal;
	margin-top: 10px;
	display-radio: 1;
	margin-bottom: 0px;
	color: rgba(70,70,70,1)
}

.about_main .e_container-7 .p_item {
	display-radio: 1
}

.about_main .e_richText-51 {
	font_radio: 2;
	margin-top: 20px;
	font-size: 16px;
	color: rgba(35,35,35,1);
	line-height: 2.5;
	margin-left: 0px;
	display-radio: 1
}

.about_main .e_container-53 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1);
	display-radio: flex;
	margin-bottom: 80px;
	padding-bottom: 0px
}

.about_main .e_container-53 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-53 .cbox-53-0 {
	flex: 0 0 50%;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px
}

.about_main .e_container-53 .p_item {
	display-radio: 1
}

.about_main .e_container-54 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	margin-bottom: 5%
}

.about_main .e_container-54 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-54 .cbox-54-0 {
	flex: 0 0 53%;
	align-self: center
}

.about_main .e_container-55 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 332px
}

.about_main .e_container-55 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-56 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.about_main .e_container-56 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-56 .cbox-56-0 {
	flex: 0 0 15%
}

.about_main .e_text-57 {
	line-height: normal;
	font_radio: 2;
	max-width: 290px;
	padding-left: 20px;
	color: rgba(102,102,102,1);
	padding-bottom: 0px;
	margin-top: 10px
}

.about_main .e_image-58 {
	overflow: hidden;
	max-width: 48px;
	margin-top: 10px;
	margin-bottom: 0px;
	display-radio: 1
}

.about_main .e_image-58 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.about_main .e_text-59 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(3,109,183,1);
	font-weight: bold
}

.about_main .e_container-60 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 332px
}

.about_main .e_container-60 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-61 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.about_main .e_container-61 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-61 .cbox-61-0 {
	flex: 0 0 15%
}

.about_main .e_text-62 {
	line-height: normal;
	font_radio: 2;
	max-width: 290px;
	padding-left: 20px;
	color: rgba(102,102,102,1);
	padding-bottom: 0px;
	margin-top: 10px
}

.about_main .e_image-63 {
	overflow: hidden;
	max-width: 48px;
	margin-top: 10px;
	margin-bottom: 0px
}

.about_main .e_image-63 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.about_main .e_text-64 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(3,109,183,1);
	font-weight: bold
}

.about_main .e_container-65 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	margin-bottom: 6%
}

.about_main .e_container-65 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-65 .cbox-65-0 {
	flex: 0 0 52%;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	align-self: center
}

.about_main .e_container-66 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 332px
}

.about_main .e_container-66 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-67 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.about_main .e_container-67 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-67 .cbox-67-0 {
	flex: 0 0 15%
}

.about_main .e_text-68 {
	line-height: normal;
	font_radio: 2;
	max-width: 290px;
	padding-left: 20px;
	color: rgba(102,102,102,1);
	padding-bottom: 0px;
	margin-top: 10px
}

.about_main .e_image-69 {
	overflow: hidden;
	max-width: 48px;
	margin-top: 10px;
	margin-bottom: 0px
}

.about_main .e_image-69 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.about_main .e_text-70 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(3,109,183,1);
	font-weight: bold
}

.about_main .e_container-71 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 332px
}

.about_main .e_container-71 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-72 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.about_main .e_container-72 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.about_main .e_container-72 .cbox-72-0 {
	flex: 0 0 15%
}

.about_main .e_text-73 {
	line-height: normal;
	font_radio: 2;
	max-width: 290px;
	padding-left: 20px;
	color: rgba(102,102,102,1);
	padding-bottom: 0px;
	margin-top: 10px
}

.about_main .e_image-74 {
	overflow: hidden;
	max-width: 48px;
	margin-top: 10px;
	margin-bottom: 0px
}

.about_main .e_image-74 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.about_main .e_text-75 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 44px;
	color: rgba(3,109,183,1);
	font-weight: bold
}
/* 产品-产品展示 */
.product3{
	background: none;
}
.product3 .homeprocon{
	margin: 0 !important;
}
/* 产品-分页 */
.product_list .e_loop-2 .p_page {
	text-align: center
}
/* 新闻-新闻中心 */
.news_main .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top: 10px;
	transition-property: all;
	transition-radio: hover;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
}

.news_main .e_container-7:hover .e_image-17 {
	transform: scale(1.2);
	transition: all .6s
}

.news_main {
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px
}

.news_main .e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap
}

.news_main .e_loop-1 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.news_main .e_loop-1 .p_page {
	text-align: center
}

.news_main .e_loop-1 .p_filter_wrapper {
	width: 100%
}

.news_main .e_loop-1 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap
}

.news_main .e_loop-1 .p_filter_key {
	line-height: 40px;
	margin-right: 10px
}

.news_main .e_loop-1 .p_v_item {
	display: inline-block;
	margin: 0 5px;
	line-height: 40px;
	cursor: pointer
}

.news_main .e_loop-1 .p_active {
	color: blueviolet
}

.news_main .e_loop-1 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.news_main .e_loop-1 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 10px;
	margin-top: 2px;
	cursor: pointer
}

.news_main .e_loop-1 .multSelect {
	font-size: 14px;
	position: relative
}

.news_main .e_loop-1 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}

.news_main .e_loop-1 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.news_main .e_loop-1 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.news_main .e_loop-1 .multSelect ul,li {
	list-style: none
}

.news_main .e_loop-1 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 3px 5px;
	margin: 5px 5px 5px 0;
	border-radius: 5px
}

.news_main .e_loop-1 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.news_main .e_loop-1 .multSelect .multSelect-option>div {
	line-height: 35px;
	cursor: pointer;
	padding: 0 10px
}

.news_main .e_loop-1 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.news_main .e_loop-1 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.news_main .e_loop-1 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.news_main .e_loop-1 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px)
}

.news_main .e_loop-1 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.news_main .e_loop-1 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.news_main .e_loop-1 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.news_main .e_loop-1 .p_filter_select {
	width: 150px
}

.news_main .e_loop-1 .p_normal_start,.news_main .e_loop-1 .p_date_start {
	display: inline;
	width: 100px
}

.news_main .e_loop-1 .p_normal_end,.news_main .e_loop-1 .p_date_end {
	display: inline;
	width: 100px
}

.news_main .e_loop-1 .p_split {
	margin: 0 5px
}

.news_main .e_loop-1 .p_normal {
	margin-right: 16px
}

.news_main .e_loop-1 {
	background_radio: 1;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	display-radio: 1;
	width: 90%;
	margin-bottom: 30px
}

.news_main .e_container-7 .p_item {
	flex: 1;
	max-width: 100%
}

.news_main .e_container-7 .cbox-7-0 {
	flex: 0 0 25%;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	overflow: hidden
}

.news_main .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}

.news_main .e_container-8 .p_item {
	flex: 1;
	max-width: 100%
}

.news_main .e_container-8 .cbox-8-0 {
	padding-left: 20px;
	padding-right: 20px
}

.news_main .e_text-9 {
	color: rgba(51,51,51,1);
	padding-bottom: 13px;
	padding-top: 13px;
	margin-top: 0px;
	font-size: 24px;
	font-family: Microsoft YaHei;
 
	font_radio: 2;
	line-height: 1.5;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	margin-left: 0px
}

.news_main .e_text-10 {
	font_radio: 2;
	font-size: 14px;
	color: rgba(102,102,102,1);
	line-height: 1.5
}

.news_main .e_timeFormat-12 {
	min-height: 20px;
	font_radio: 2;
	padding-left: 10px;
	font-size: 14px;
	color: rgba(102,102,102,1);
	line-height: 1.5;
	display-radio: 1;
	text-align: left;
	padding-top: 0px;
	margin-top: 15px
}

.news_main .e_image-17 {
	overflow: hidden;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
}

.news_main .e_image-17 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.news_main.response-animated .e_container-7 {
	animation-name: none,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 0.6s,0.6s;
	animation-iteration-count: 1,1
}

.news_main .e_container-7:hover .e_text-9 {
	font-weight: bold;
	color: rgba(23,51,148,1);
	margin-left: 10px
}

.news_main .e_button-18 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100px;
	padding: 8px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 2;
	background-color: rgba(255,255,255,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(222,222,222,1);
	margin-top: 20px;
	font-size: 12px;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	color: rgba(136,136,136,1)
}

.news_main .e_button-18 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.news_main .e_button-18::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.news_main .e_button-18:hover::after {
	opacity: 1
}

.news_main .e_container-7:hover .e_button-18 {
	color: rgba(23,51,148,1);
	background: rgba(255,255,255,0);
	border-color: rgba(23,51,148,1)
}
/* 新闻页-详情页 */
.new_detail {
	min-height: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(248,248,248,0.6);
	display-radio: 1
}

.new_detail .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display-radio: flex
}

.new_detail .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.new_detail .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: 30px
}

.new_detail .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.new_detail .e_container-3 .cbox-3-0 {
	flex: 0 0 auto;
	padding-right: 5px
}

.new_detail .e_timeFormat-4 {
	min-height: 20px;
	font_radio: 2;
	font-size: 14px;
	color: rgba(168,171,178,1)
}

.new_detail .e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-right: 50px;
	background-color: rgba(255,255,255,1);
	width: auto;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	display-radio: flex;
	max-width: 1600px
}

.new_detail .e_container-6 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.new_detail .e_text-5 {
	font_radio: 2;
	color: rgba(168,171,178,1)
}

.new_detail .e_websiteShare-8 .p_share a {
	width: 30px;
	display: inline-block;
	margin-right: 10px
}

.new_detail .e_websiteShare-8 .p_share a img {
	width: 100%
}

.new_detail .e_websiteShare-8 {
	background_radio: 1
}

.new_detail .e_h1-10 {
	font_radio: 2;
	font-size: 36px;
	color: rgba(51,51,51,1);
	margin-bottom: 10px;
	margin-top: 0px
}

.new_detail .e_richText-11 {
	font_radio: 2;
	color: rgba(144,147,153,1);
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
	display-radio: 1;
	font-family: Microsoft YaHei;
	line-height: 2.5
}

.new_detail .e_container-1 .cbox-1-1 {
	flex: 0 0 25%;
	padding-right: 0px;
	padding-left: 0px
}

.new_detail .e_container-1 .cbox-1-0 {
	margin-right: auto
}
.news_detail_list .e_container-10 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	transition-property: all;
	transition-radio: hover;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	margin-left: 0px;
	margin-left:5px
}

.news_detail_list {
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px
}

.news_detail_list .e_loop-9 .p_list {
	display: flex;
	flex-wrap: wrap
}

.news_detail_list .e_loop-9 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.news_detail_list .e_loop-9 .p_page {
	text-align: center
}

.news_detail_list .e_loop-9 .p_filter_wrapper {
	width: 100%
}

.news_detail_list .e_loop-9 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap
}

.news_detail_list .e_loop-9 .p_filter_key {
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold
}

.news_detail_list .e_loop-9 .p_v_item {
	display: inline-block;
	margin: 0 5px;
	line-height: 40px;
	cursor: pointer
}

.news_detail_list .e_loop-9 .p_active {
	color: blueviolet
}

.news_detail_list .e_loop-9 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.news_detail_list .e_loop-9 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.news_detail_list .e_loop-9 .multSelect {
	font-size: 14px;
	position: relative
}

.news_detail_list .e_loop-9 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}

.news_detail_list .e_loop-9 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.news_detail_list .e_loop-9 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.news_detail_list .e_loop-9 .multSelect ul,li {
	list-style: none
}

.news_detail_list .e_loop-9 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 3px 5px;
	margin: 5px 5px 5px 0;
	border-radius: 5px
}

.news_detail_list .e_loop-9 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.news_detail_list .e_loop-9 .multSelect .multSelect-option>div {
	line-height: 35px;
	cursor: pointer;
	padding: 0 10px
}

.news_detail_list .e_loop-9 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.news_detail_list .e_loop-9 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.news_detail_list .e_loop-9 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.news_detail_list .e_loop-9 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px)
}

.news_detail_list .e_loop-9 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.news_detail_list .e_loop-9 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.news_detail_list .e_loop-9 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.news_detail_list .e_loop-9 .p_filter_select {
	width: 150px
}

.news_detail_list .e_loop-9 .p_normal_start,.news_detail_list .e_loop-9 .p_date_start {
	display: inline;
	width: 100px
}

.news_detail_list .e_loop-9 .p_normal_end,.news_detail_list .e_loop-9 .p_date_end {
	display: inline;
	width: 100px
}

.news_detail_list .e_loop-9 .p_split {
	margin: 0 5px
}

.news_detail_list .e_loop-9 .p_normal {
	margin-right: 16px
}

.news_detail_list .e_loop-9 {
	background_radio: 2;
	max-width: 1580px;
	margin-left: auto;
	margin-right: auto;
	display-radio: 1;
	width: 90%
}

.news_detail_list .e_container-10 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.news_detail_list .e_container-10 .cbox-10-0 {
	padding-right: 0px
}

.news_detail_list .e_text-12 {
	font_radio: 2;
	font-size: 18px;
	color: rgba(51,51,51,1);
	font-weight: bold;
	line-height: 1;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
}

.news_detail_list .e_text-17 {
	font_radio: 2;
	line-height: 1.5;
	color: rgba(102,102,102,1);
	font-size: 14px;
	margin-top: 10px
}

.news_detail_list .e_container-18 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.news_detail_list .e_container-18 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.news_detail_list .e_container-18 .cbox-18-0 {
	flex: 0 0 80%
}

.news_detail_list .e_timeFormat-20 {
	min-height: 20px;
	font_radio: 2;
	font-size: 14px;
	color: rgba(153,153,153,1);
	line-height: 1.5
}

.news_detail_list .e_text-21 {
	font_radio: 2;
	padding-bottom: 30px;
	max-width: 1580px;
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	color: rgba(34,34,34,1);
	font-weight: bold;
	line-height: 1;
	display-radio: 1;
	width: 90%
}

.news_detail_list .e_container-10:hover {
	margin-left: 5px
}

.news_detail_list .e_container-10:hover .e_text-12 {
	color: rgba(23,51,148,1)
}
/* 产品页-详情页 */
.pro_detail {
	min-height: 300px;
	background-color: rgba(250,250,250,1);
	padding-top: 20px;
	display-radio: 1
}

.pro_detail .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	border-color: rgba(238,242,250,1);
	margin-bottom: 0px;
	margin-top: 5;
	display-radio: flex
}

.pro_detail .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_magnifier-2 {
	min-height: 400px;
	max-width: none;
	background_radio: 1;
	display-radio: 1;
	min-width: 0px
}

.pro_detail .e_magnifier-2 .magnifier {
	width: 100%;
	position: relative
}

.pro_detail .e_magnifier-2 .magnifier-container {
	width: 450px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd
}

.pro_detail .e_magnifier-2 .move-view {
	width: 100px;
	height: 100px;
	position: absolute;
	background-color: rgba(204,204,204,.5)
}

.pro_detail .e_magnifier-2 .images-cover {
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.pro_detail .e_magnifier-2 .magnifier-assembly {
	height: 92px;
	overflow: hidden;
	position: relative;
	padding-left: 30px;
	padding-right: 30px
}

.pro_detail .e_magnifier-2 .magnifier-btn {
	position: absolute;
	font-family: "宋体";
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px
}

.pro_detail .e_magnifier-2 .magnifier-assembly .arrow-left{
    background: url(../img/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.pro_detail .e_magnifier-2 .magnifier-assembly .arrow-right{
    background: url(../img/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.pro_detail .e_magnifier-2 .magnifier-btn span {
	line-height: 80px;
	height: 80px;
	width: 20px;
	color: #fff;
	display: block;
	z-index: 8;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border-radius: 3px
}

.pro_detail .e_magnifier-2 .magnifier-line {
	position: relative;
	overflow: hidden;
	height: 80px;
	padding-top: 10px
}

.pro_detail .e_magnifier-2 .magnifier-line ul {
	display: block;
	font-size: 0;
	width: 85%;
	position: absolute;
	left: 40px;
	z-index: 7
}

.pro_detail .e_magnifier-2 .magnifier-line li {
	float: left;
	cursor: pointer;
    width: 60px!important;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 0px;
}

.pro_detail .e_magnifier-2 .magnifier-line ul li .active{
	border-color: red
}

.pro_detail .e_magnifier-2 .magnifier-line li.swiper-slide-active{
    padding: 0;
    border: 1px solid #F00;
}

.swiper-button-next:after, .swiper-button-prev:after{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.pro_detail .e_magnifier-2 .small-img {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center
}

.pro_detail .e_magnifier-2 .small-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.pro_detail .e_magnifier-2 .magnifier-view {
	width: 100%;
	height: 110%;
	position: absolute;
	right: -100%;
	top: 0;
	z-index: 9;
	background-color: #fff;
	display: none;
	overflow: hidden
}

.pro_detail .e_magnifier-2 .magnifier-view img {
	display: block
}

.pro_detail .e_magnifier-2 .animation03 {
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s
}

.pro_detail .e_magnifier-2 .image-icons {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 9
}

.pro_detail .e_magnifier-2  .closeBtn {
	width: 35px;
	position: absolute;
	right: 20px;
	top: 20px;
	height: 35px;
	display: block;
	z-index: 999;
	cursor: pointer
}

.container-fluid {
	position: fixed;
	background: black;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 999;
	display: flex;
	align-items: center
}

.container-fluid .closeBtn {
	width: 35px;
	position: absolute;
	right: 20px;
	top: 20px;
	height: 35px;
	display: block;
	z-index: 999;
	cursor: pointer
}

.container-fluid .closeBtn img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.pro_detail .e_magnifier-2 .image-big-video {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid #fff;
	border-radius: 50%
}

.pro_detail .e_magnifier-2 .image-big-video::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-40%,-50%)
}

.pro_detail .e_magnifier-2 .image-bigger {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: #ccc
}

.pro_detail .e_magnifier-2 .add-icon {
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 9;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 50%
}

.pro_detail .e_magnifier-2 .add-icon::before {
	content: "";
	position: absolute;
	right: -2px;
	bottom: -2px;
	display: block;
	width: 5px;
	height: 2px;
	transform: rotateZ(45deg);
	background-color: #fff
}

.pro_detail .e_magnifier-2 .magnifier-btn .magnifier-btn-left {
	float: left
}

.pro_detail .e_magnifier-2 .magnifier-btn .magnifier-btn-right {
	float: right
}

.pro_detail .e_magnifier-2  .magnifier-btn-left::before {
	content: "<";
	color: #000;
	font-weight: bolder
}

.pro_detail .e_magnifier-2  .magnifier-btn-right::before {
	content: ">";
	color: #000;
	font-weight: bolder
}

.pro_detail .e_magnifier-2 .video-icon::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	border: 2px solid #fff;
	border-radius: 50%
}

.pro_detail .e_magnifier-2 .video-icon::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-40%,-50%)
}

.rotate-icon::before {
	content: "";
	display: block;
	width: 50px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	border: 3px solid #fff;
	border-radius: 50%;
	transform: rotateX(70deg)
}

.rotate-icon::after {
	content: "360°";
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent
}

.pro_detail .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

.pro_detail .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_text-5 {
	line-height: 1.8;
	font_radio: 2;
	font-size: 24px;
	font-family: Microsoft YaHei;
	color: rgba(51,51,51,1);
	font-weight: bold;
	display-radio: 1
}

.pro_detail .e_button-13 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: auto;
	padding: 8px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 2;
	background-color: rgba(3,109,183,1);
	font-size: 16px;
	font-family: Microsoft YaHei;
	max-width: 120px;
	margin-top: 20px;
	display-radio: block;
	color: rgba(255,255,255,1)
}

.pro_detail .e_button-13 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.pro_detail .e_button-13::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.pro_detail .e_button-13:hover::after {
	opacity: 1
}

.pro_detail .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 95%;
	max-width: 1600px;
	margin-top: 30px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	display-radio: flex;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 5%
}

.pro_detail .e_container-14 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_container-15 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	background-color: rgba(255,255,255,1);
	margin-left: 0px;
	display-radio: flex;
	width: auto
}

.pro_detail .e_container-15 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_container-16 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: rgba(3,109,183,1);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	display-radio: flex
}

.pro_detail .e_container-16 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_text-18 {
	line-height: normal;
	font_radio: 2;
	font-size: 24px;
	font-family: Microsoft YaHei;
	color: rgba(0,0,0,1);
	margin-left: 30px
}

.pro_detail .e_line-4 {
	border-top-style: solid;
	border-top-width: 40px;
	max-width: 4px;
	max-height: none;
	border-top-color: rgba(3,109,183,1);
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 0px;
	height: auto;
	margin-right: 10px;
	margin-left: 0px;
	display-radio: 1
}

.pro_detail .e_container-3 .cbox-3-0 {
	flex: 0 0 20px
}

.pro_detail .e_container-1 .cbox-1-0 {
	margin-right: 50px;
	flex: 0 0 45%;
	align-self: center
}

.pro_detail .e_line-26 {
	border-top-style: solid;
	border-top-width: 1px!important;
	border-top-color: rgba(229,229,229,1);
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	min-height: 0px;
	max-height: none;
	height: auto;
	border: 0px;
}

.pro_detail .e_button-13:hover {
	background-color: rgba(244,187,63,1);
	font-size: 16px;
	font-family: Microsoft YaHei;
	border-style: solid
}

.pro_detail .e_line-19 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(229,229,229,1);
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	min-height: 0px;
	max-height: none;
	height: auto;
	border: 0px;
}

.pro_detail .e_richText-20 {
	font_radio: 2;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #333333;
	line-height: 2;
	display-radio: 1
}

.pro_detail .e_container-27 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px
}

.pro_detail .e_container-27 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_container-14 .cbox-14-0 {
	margin-right: auto;
	align-self: center
}

.pro_detail .e_container-1 .cbox-1-1 {
	flex: 0 0 50%
}

.pro_detail .e_listElement-43 .p_item+.p_item {
	margin-left: 10px
}

.pro_detail .e_listElement-43 {
	background_radio: 1;
	width: auto
}

.pro_detail .e_container-44 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 20px;
	margin-bottom: 20px
}

.pro_detail .e_container-44 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_container-44 .cbox-44-0 {
	flex: 0 0 7%
}

.pro_detail .e_text-45 {
	line-height: 1.5;
	font_radio: 2;
	font-size: 14px;
	max-width: 68.41px;
	display-radio: 1
}

.pro_detail .e_container-3 .p_item {
	display-radio: 1
}

.pro_detail .e_container-50 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

.pro_detail .e_container-50 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_text-53 {
	line-height: 2;
	font_radio: 2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(3,109,183,1);
	font-weight: bold;
	display-radio: 1
}

.pro_detail .e_richText-54 {
	font_radio: 1;
	display-radio: 1;
	max-width: none
}

.pro_detail .e_container-57 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 295px
}

.pro_detail .e_container-57 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_loop_sub-61 {
	display: flex;
	flex-wrap: wrap;
	display-radio: flex
}

.pro_detail .e_loop_sub-61 .p_loopItem {
	position: relative;
	flex: 0 0 33.3%
}

.pro_detail .e_button-63 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 8px;
	background_radio: 2;
	border_radio: 1;
	font_radio: 2;
	radius_radio: 1;
	display-radio: block;
	max-width: 120px;
	width: auto;
	margin-top: 20px;
	background-color: rgba(3,109,183,1);
	color: rgba(255,255,255,1)
}

.pro_detail .e_button-63 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.pro_detail .e_button-63::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.pro_detail .e_button-63:hover::after {
	opacity: 1
}

.pro_detail .e_button-63:hover {
	background-color: rgba(244,187,63,1)
}

.pro_detail .e_container-65 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

.pro_detail .e_container-65 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail .e_text-66 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	color: rgba(3,109,183,1);
	font-size: 16px;
	font-weight: bold;
	max-width: 100%
}

.pro_detail .e_loop_sub-67 {
	display: flex;
	flex-wrap: wrap;
	display-radio: flex
}

.pro_detail .e_loop_sub-67 .p_loopItem {
	position: relative;
	flex: 0 0 33.3%
}

.pro_detail .e_text-68 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	margin-left: 0px;
	font-size: 16px
}

.pro_detail .e_container-65 .cbox-65-0 {
	flex: 0 0 13%;
	align-self: center
}
.pro_detail_list {
	min-height: 0px;
	background-color: rgba(250,250,250,1);
	padding-top: 30px;
	padding-bottom: 30px;
	display-radio: 1
}

.pro_detail_list .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: rgba(3,109,183,1);
	margin-top: 20px;
	margin-bottom: 20px;
	display-radio: flex;
	max-width: 1580px;
	margin-left: auto;
	margin-right: auto
}

.pro_detail_list .e_container-12 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail_list .e_line-13 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(229,229,229,1);
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	min-height: 0px;
	max-height: none;
	height: auto;
	display-radio: 1;
	max-width: 1580px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

.pro_detail_list .e_text-20 {
	line-height: normal;
	font_radio: 2;
	font-size: 24px;
	font-family: Microsoft YaHei;
	color: rgba(0,0,0,1);
	margin-left: 30px
}

.pro_detail_list .e_loop-21 .p_list {
	display: flex;
	flex-wrap: wrap
}

.pro_detail_list .e_loop-21 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.pro_detail_list .e_loop-21 .p_page {
	text-align: center
}

.pro_detail_list .e_loop-21 .p_filter_wrapper {
	width: 100%
}

.pro_detail_list .e_loop-21 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap
}

.pro_detail_list .e_loop-21 .p_filter_key {
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold
}

.pro_detail_list .e_loop-21 .p_v_item {
	display: inline-block;
	margin: 0 5px;
	line-height: 40px;
	cursor: pointer
}

.pro_detail_list .e_loop-21 .p_active {
	color: blueviolet
}

.pro_detail_list .e_loop-21 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.pro_detail_list .e_loop-21 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.pro_detail_list .e_loop-21 .multSelect {
	font-size: 14px;
	position: relative
}

.pro_detail_list .e_loop-21 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}

.pro_detail_list .e_loop-21 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.pro_detail_list .e_loop-21 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.pro_detail_list .e_loop-21 .multSelect ul,li {
	list-style: none
}

.pro_detail_list .e_loop-21 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 3px 5px;
	margin: 5px 5px 5px 0;
	border-radius: 5px
}

.pro_detail_list .e_loop-21 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.pro_detail_list .e_loop-21 .multSelect .multSelect-option>div {
	line-height: 35px;
	cursor: pointer;
	padding: 0 10px
}

.pro_detail_list .e_loop-21 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.pro_detail_list .e_loop-21 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.pro_detail_list .e_loop-21 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.pro_detail_list .e_loop-21 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px)
}

.pro_detail_list .e_loop-21 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.pro_detail_list .e_loop-21 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.pro_detail_list .e_loop-21 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.pro_detail_list .e_loop-21 .p_filter_select {
	width: 150px
}

.pro_detail_list .e_loop-21 .p_normal_start,.pro_detail_list .e_loop-21 .p_date_start {
	display: inline;
	width: 100px
}

.pro_detail_list .e_loop-21 .p_normal_end,.pro_detail_list .e_loop-21 .p_date_end {
	display: inline;
	width: 100px
}

.pro_detail_list .e_loop-21 .p_split {
	margin: 0 5px
}

.pro_detail_list .e_loop-21 .p_normal {
	margin-right: 16px
}

.pro_detail_list .e_loop-21 {
	background_radio: 1;
	max-width: 1580px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	display-radio: 1;
	margin-top: 2%;
	width: 90%
}

.pro_detail_list .e_container-22 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	min-height: 0px;
	margin-top: 0px;
	padding-bottom: 20px
}

.pro_detail_list .e_container-22 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail_list .e_container-23 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(245,245,245,1)
}

.pro_detail_list .e_container-23 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.pro_detail_list .e_container-23:hover {
	border-style: solid;
	border-color: rgba(3,109,183,1)
}

.pro_detail_list .e_text-24 {
	font_radio: 2;
	margin-top: 15px;
	font-size: 16px;
	font-family: Arial;
	text-align: center;
	line-height: 1.2;
	color: rgba(51,51,51,1)
}

.pro_detail_list .e_image-25 {
	overflow: hidden
}

.pro_detail_list .e_image-25 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
/* 联系我们-内容 */
.contact {
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	display-radio: 1;
	background-color: rgba(230,230,230,0.67)
}

.contact .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	display-radio: flex
}

.contact .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.contact .e_text-2 {
	font_radio: 2;
	font-size: 46px;
	color: rgba(136,136,136,1);
	line-height: 1;
	text-align: center;
	font-family: Impact;
	font-weight: normal;
	display-radio: 1
}

.e_text2 {
	font_radio: 2;
	font-size: 50px;
	color: rgba(136,136,136,1);
	line-height: 1;
	text-align: center;
	font-family: Impact;
	font-weight: normal
}

.e_text3 {
	line-height: normal;
	font_radio: 2;
	font-size: 50px;
	color: rgba(255,255,255,1);
	font-weight: bold;
	text-align: center
}

.e_text4 {
	font_radio: 2;
	font-size: 16px;
	color: rgba(170,170,170,1);
	text-align: center;
	line-height: 1.5;
	margin-top: 0px;
	padding-top: 30px
}

.contact .e_text-3 {
	line-height: normal;
	font_radio: 2;
	font-size: 36px;
	color: rgba(51,51,51,1);
	font-weight: bold;
	text-align: center;
	display-radio: 1
}

.contact .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	display-radio: flex
}

.contact .e_container-4 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.contact .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	max-width: 94%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(245,245,245,1);
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 270px
}

.contact .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.contact .e_image-6 {
	overflow: hidden;
	max-width: 60px;
	margin-left: auto;
	margin-right: auto
}

.contact .e_image-6 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.contact .e_container-9 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	max-width: 94%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(245,245,245,1);
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 270px
}

.contact .e_container-9 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.contact .e_image-10 {
	overflow: hidden;
	max-width: 60px;
	margin-left: auto;
	margin-right: auto
}

.contact .e_image-10 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.contact .e_text-11 {
	line-height: 1.5;
	font_radio: 2;
	font-size: 18px;
	font-weight: bold;
	color: rgba(51,51,51,1);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px
}

.contact .e_richText-12 {
	font_radio: 2;
	max-width: 88%;
	font-size: 16px;
	color: rgba(51,51,51,1);
	text-align: center;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	display-radio: 1
}

.contact .e_container-17 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	max-width: 94%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(245,245,245,1);
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 270px;
	display-radio: flex
}

.contact .e_container-17 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.contact .e_image-18 {
	overflow: hidden;
	max-width: 60px;
	margin-left: auto;
	margin-right: auto
}

.contact .e_image-18 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.contact .e_text-19 {
	line-height: 1.5;
	font_radio: 2;
	font-size: 18px;
	font-weight: bold;
	color: rgba(51,51,51,1);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px
}

.contact .e_richText-20 {
	font_radio: 2;
	max-width: 88%;
	font-size: 16px;
	color: rgba(51,51,51,1);
	text-align: center;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	display-radio: 1
}

.contact .e_text-56 {
	line-height: 1.5;
	font_radio: 2;
	font-size: 18px;
	font-weight: bold;
	color: rgba(51,51,51,1);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px
}

.contact .e_richText-57 {
	font_radio: 2;
	max-width: 88%;
	font-size: 16px;
	color: rgba(51,51,51,1);
	text-align: center;
	line-height: 2;
	margin-left: auto;
	margin-right: auto
}

.contact .e_text-58 {
	line-height: normal;
	font_radio: 2;
	font-size: 24px;
	font-weight: bold;
	color: rgba(193,162,116,1);
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: none;
	text-align: center;
	display-radio: 1
}

/* 诚聘英才-内容 */
.job_uls{
	margin-top: 50px;
}
.job_uls li{
	margin-bottom: 20px;
	display: flex;
	background-color: #fafafa;
	justify-content: space-between;
}
.job_uls li p{
	width: calc((100%) / 5);
	font-size: 14px;
	line-height: 1.7;
	color: #333;
	padding: 15px 0;
	text-align: center;
}
.job_uls li p img{
	height: 25px;
}
.job_uls .li_1{
	background-color: #007ccb;
}
.job_uls .li_1 div{
	width: calc((100%) / 5);
	font-size: 1.125rem;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}
.job_uls li p a:hover{
	color: #007ccb;
}
/* 诚聘英才-详情页 */
.job_details1{
	padding-top: 80px;
	padding-bottom: 50px;
	background-color: #f5f5f5;
}
.job_details1 .an{
	padding: 20px;
	background-color: #fff;
}
.job_details1 .ul_2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.job_details1 .ul_2 li{
	width: 50%;
}
.job_details1 .ul_2 li:nth-child(1) p:nth-child(1){
	color: #333;
	font-size: 18px;
	line-height: 1.7;
	font-weight: bold;
}
.job_details1 .ul_2 li:nth-child(1) p:nth-child(2){
	color: #007ccb;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
}
.job_details1 .ul_2 li:nth-child(2){
	display: flex;
	justify-content: flex-end;
}
.job_details1 .ul_3{
	margin-top: 30px;
}
.job_details1 .ul_3 li:nth-child(odd){
	background-color: rgba(0,0,0,0.02);
}
.job_details1 .ul_3 li{
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(0,0,0,0.04);
	padding: 20px 15px;
}
.job_details1 .ul_3 li p:nth-child(1){
	font-size: 16px;
	color: #666;
	width: 190px;
}
.job_details1 .ul_3 li p:nth-child(2){
	width: calc(100% - 190px);
	font-size: 16px;
	color: #666;
}
.job_details1 .text{
	margin-top: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #f5f5f5;
}
.job_details1 .text p{
	font-size: 16px;
	line-height: 1.7;
	color: #666;
}
/* 诚聘英才-申请招聘页 */

/* .job_details2{
	background-color: #f5f5f5;
}
.job_details2 .an {
	background-color: #fff;
} */
/* .job_details2 .job_uls{
	padding-top: 0;
	margin-top: 0;
} */
/* .job_form label{
	display: block;
	color: #666;
	font-size: 14px;
}
.job_form label::after{
	color: red;
	content: "*";
	vertical-align: middle;
	font-size: 14px;
	line-height: 100%;
	top: 0;
	padding-left: 0px;
	position: relative;
	font-weight: 500;
}
.invalid-feedback{
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
} */

.p_required, [class^=e_][required] .p_label::after {
	vertical-align: middle;
	font-size: 14px;
	line-height: 100%;
	top: 0;
	padding-left: 0px;
	position: relative;
	font-weight: 500;
}

#c_static_0011635416039684 .e_input-15 {
    bg-radio: 2;
    border-radio: 2;
    font-radio: 2;
    margin-top: 0px;
    width: 100%;
}
[class^=e_][required] .p_label::after {
    color: red;
    content: "*";
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
fieldset{
	border: none;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-control {
 display: block;
 width: 100%;
 height: calc(1.5em + 0.75rem + 15px);
 padding: 0.375rem 0.8rem;
 line-height: 1.5;
 color: #495057;
 background-color: #fbfbfb;
 background-clip: padding-box;
 border: 2px solid #ced4da;
 border-radius: 0.25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 box-shadow: none !important;
}
.p_label .s_label{
	color: rgb(0 0 0);
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
label {
    margin-bottom: 0.5rem;
		display: inline-block;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.form-group {
    margin-bottom: 1rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
#c_static_0011635416039684 .e_number-18 .p_unit {
    line-height: 36px;
    padding: 0 10px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
#c_static_0011635416039684 .e_number-9 .p_unit {
    line-height: 36px;
    padding: 0 10px;
}
#c_static_0011635416039684 .e_rangeDate-26 .p_start, #c_static_0011635416039684 .e_rangeDate-26 .p_end {
    width: calc(50% - 10px);
    float: left;
    border: none;
    outline: none;
    line-height: 20px;
    text-align: center;
}
#c_static_0011635416039684 .e_rangeDate-26 .p_fenge {
    display: block;
    width: 20px;
    text-align: center;
    float: left;
    color: #bbb;
}
#c_static_0011635416039684 .e_rangeDate-26 .p_start, #c_static_0011635416039684 .e_rangeDate-26 .p_end {
    width: calc(50% - 10px);
    float: left;
    border: none;
    outline: none;
    line-height: 20px;
    text-align: center;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_upload {
    line-height: 30px;
    background-color: #f0f0f0;
}
.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_uploadBtn {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
    position: relative;
}
input[type="hidden" i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    display: none !important;
    padding: initial;
    border: initial;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_upload {
    line-height: 30px;
    background-color: #f0f0f0;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_uploadBtn {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
    position: relative;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_uploadBtn input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_uploadBtn button {
    width: 100%;
    height: 100%;
}

.formHide, .hide {
    display: none!important;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_uploadBtn button{
	padding: 5px 0;
	background-color: #007ccb;
	color: #fff;
}
#c_static_0011635416039684 .e_container-30 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 300px;
    margin-top: 40px;
}
select.form-control[multiple], select.form-control[size], textarea.form-control{
	height: auto;
}
#c_static_0011635416039684 .e_textarea-28 {
    bg-radio: 2;
    border-radio: 2;
    font-radio: 2;
    margin-top: 15px;
}
.s_other{
	font-size: 14px;
	color: #333;
}
#c_static_0011635416039684 .form-control{
	height: calc(1.5em + 0.75rem + 15px);;
}
#c_static_0011635416039684 textarea.form-control{
	height: auto;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(../img/1.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#c_static_0011635416039684 .e_uploadFile-27 .p_fileItem {
    margin-bottom: 10px;
    overflow: hidden;
}
.text-primary {
    color: #007bff;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_op {
    float: right;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_size {
    margin-right: 10px;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_fileItem .p_uploading {
    display: none;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_del {
    cursor: pointer;
}
.text-danger {
    color: #dc3545;
}
.icon {
    font-size: 16px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor;
}
#c_static_0011635416039684 .e_uploadFile-27 .p_size {
    margin-right: 10px;
}
.text-warning {
	font-size: 14px;
    color: #333;
}
/* 在线留言-在线留言 */
.message_tit .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

.message_tit .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.message_tit .e_container-1 .cbox-1-0 {
	margin-top: 3%
}

.message_tit .e_text-3 {
	line-height: normal;
	font_radio: 2;
	font-size: 46px;
	font-family: Impact;
	font-weight: normal;
	width: auto;
	margin-bottom: 1px;
	max-width: 1520px;
	text-align: center;
	display-radio: 1;
	margin-top: 10px
}

.message_tit .e_text-12 {
	line-height: normal;
	font_radio: 2;
	font-size: 24px;
	font-weight: bold;
	color: rgba(193,162,116,1);
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: none;
	text-align: center;
	display-radio: 1
}

.message_tit .e_text-13 {
	line-height: normal;
	font_radio: 2;
	font-size: 36px;
	font-family: Impact;
	font-weight: normal;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display-radio: 1
}

.message_tit .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 95%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

.message_tit .e_container-14 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.message_tit {
	margin-bottom: 0px;
	display-radio: 1
}
.message_main {
	min-height: 300px;
	display-radio: 1
}

.message_main .e_input-2 .p_phoneCode {
	width: 90px;
	margin-right: 10px
}

.message_main .e_input-3 .p_phoneCode {
	width: 90px;
	margin-right: 10px
}

.message_main .e_input-4 .p_phoneCode {
	width: 90px;
	margin-right: 10px
}

.message_main .e_textarea-5  .p_required {
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 100%;
	position: relative;
	font-weight: bold;
	top: 0.15em;
	padding-left: 5px
}

.message_main .e_formBtn-6 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	background_radio: 2;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	background-color: rgba(3,109,183,1)
}

.message_main .e_formBtn-6 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.message_main .e_formBtn-6::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.message_main .e_formBtn-6:hover::after {
	opacity: 1
}

.message_main .e_input-4 {
	bg-radio: 1;
	border-radio: 1;
	font-radio: 2
}

.message_main .e_input-4 .s_label {
	font-radio: 2
}

.message_main .e_input-4 .s_input {
	font-radio: 1
}

.message_main .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(241,241,241,1);
	margin-top: 2%;
	margin-bottom: 2%;
	padding-bottom: 2%;
	padding-top: 2%
}

.message_main .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.message_main .e_formBtn-6:hover {
	background-color: rgba(199,169,117,1)
}

.message_main .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

.message_main .e_container-8 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.message_main .e_input-2 {
	width: 95%;
	display-radio: 1
}

.message_main .e_form-9 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	max-width: 1460px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto
}

.message_main .e_form-9 > .p_formItem {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
/*搜索*/
.search {
    min-height: 300px;
    background-color: rgba(247,247,247,1);
    display-radio: 1
}

.search .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1270px;
    padding-top: 35px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    display-radio: flex
}

.search .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    background-color: rgba(251,251,251,1);
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 35px;
    margin-left: 12px;
    margin-right: 12px
}

.search .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: rgba(255,255,255,1)
}

.e_container7 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: rgba(255,255,255,1)
}

.search .e_container-3 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px
}

.search .e_container-5 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_container-5 .cbox-5-0 {
    flex: 0 0 70%;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 15px;
    padding-left: 0px
}

.search .e_container-5 .cbox-5-1 {
    flex: 0 0 30%;
    padding-left: 20px
}

.search .e_image-6 {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.search .e_image-6 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.search .e_text-7 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: rgba(0,0,0,1);
    text-align: left
}

.search .e_text-8 {
    font_radio: 2;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51,51,51,1);
    text-align: left;
    line-height: 1
}

.search .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 30px
}

.search .e_container-9 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_container-9 .cbox-9-0 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: 10px
}

.search .e_container-9 .cbox-9-1 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: 0px
}

.search .e_container-5 .p_item {
    padding-right: 0px
}

.search .e_text-12 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: rgba(0,0,0,0.6);
    text-align: left;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.search .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px
}

.search .e_container-13 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_text-14 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: rgba(0,0,0,1);
    text-align: left
}

.search .e_imageList-15 .p_img {
    width: 100%;
    height: 126px;
    background: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #000;
    overflow: hidden;
    opacity: 1;
    margin-top: 0px;
    padding-top: 0px
}

.search .e_imageList-15 .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.search .e_imageList-15 .custom-bullet {
    background: #ccc
}

.search .e_imageList-15 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.search .e_imageList-15 .gallery-top {
    height: 80%;
    width: 100%;
    display: none
}

.search .e_imageList-15 .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding-top: 5px
}

.search .e_imageList-15 .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
    border-radius: 5px;
    overflow: hidden
}

.search .e_imageList-15 .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.search .e_imageList-15 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.search .e_imageList-15 {
    height: auto
}

.search .e_timeFormat-16 {
    min-height: 0px;
    font_radio: 2;
    font-size: 14px;
    color: rgba(0,0,0,0.3);
    font-family: Arial;
    line-height: 1;
    text-align: left
}

.search .e_text-7:hover {
    color: rgba(52,171,253,1)
}

.search .e_text-14:hover {
    color: rgba(52,171,253,1)
}

.search .e_container-17 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 12px;
    display-radio: flex
}

.search .e_container-17 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_container-17 .cbox-17-0 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: 10px
}

.search .e_container-17 .cbox-17-1 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: 0px
}

.search .e_timeFormat-18 {
    min-height: 0px;
    font_radio: 2;
    font-size: 14px;
    color: rgba(0,0,0,0.3);
    font-family: Arial;
    line-height: 1;
    text-align: left;
    display-radio: 1
}

.search .e_container-20 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px
}

.search .e_container-20 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_text-21 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: rgba(0,0,0,1);
    text-align: left
}

.search .e_text-21:hover {
    color: rgba(52,171,253,1)
}

.search .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
    display-radio: flex
}

.search .e_container-22 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_container-22 .cbox-22-0 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: 10px
}

.search .e_container-22 .cbox-22-1 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: 0px
}

.search .e_timeFormat-23 {
    min-height: 0px;
    font_radio: 2;
    font-size: 14px;
    color: rgba(0,0,0,0.3);
    font-family: Arial;
    line-height: 1;
    text-align: left;
    display-radio: 1
}

.search .e_container-25 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

.search .e_container-25 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_image-26 {
    overflow: hidden;
    width: 320px;
    margin-left: auto;
    margin-right: auto
}

.search .e_image-26 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.search .e_container-27 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

.search .e_container-27 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_text-28 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: rgba(0,0,0,1);
    text-align: center
}

.search .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important
}

.search .p_required,[class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500
}


.search .e_searchResult-34 .p_preview {
    line-height: 50px;
    color: #ccc
}

.search .e_searchResult-34 .p_container {
    display: none
}

.search .e_searchResult-34 .p_page {
    text-align: center;
    padding-top: 30px
}

.search .e_searchResult-35 .p_preview {
    line-height: 50px;
    color: #ccc
}

.search .e_searchResult-35 .p_container {
    display: none
}

.search .e_searchResult-35 .p_page {
    text-align: center;
    padding-top: 30px
}

.search .e_text-36 {
    line-height: normal
}

.search .e_form-37 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px
}

.search .e_form-37 > .p_formItem {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.search .e_form-37 .cbox-37-0 {
    margin-right: 10px
}

.search .e_form-37 .cbox-37-1 {
    margin-right: 10px
}

.search .e_select-38 {
    margin-left: 0px;
    margin-right: 0px
}

.search .e_select-38  .p_required {
    vertical-align: middle;
    font-size: 1.4em;
    line-height: 100%;
    position: relative;
    font-weight: bold;
    top: 0.15em;
    padding-left: 5px
}

.search .e_formBtn-39 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    background_radio: 2;
    border_radio: 1;
    font_radio: 2;
    radius_radio: 2;
    padding-top: 12px;
    padding-bottom: 12px;
    display-radio: block;
    background-color: rgba(3,109,183,1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: rgba(255,255,255,1)
}

.search .e_formBtn-39 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

.search .e_formBtn-39::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

.search .e_formBtn-39:hover::after {
    opacity: 1
}

.search .e_formBtn-39:hover {
    background-color: rgba(0,0,0,1)
}

.search .e_input-40 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}









/* 适配 */


@media(min-width:1180px) {
	.index4 .ul_l li::after {width: 0px;height: 4px;position: absolute;	content: "";left: 20px;	bottom: 0;transition: all 0.5s;	background-color: #002c5b;}
	.index4 .ul_l li:hover {color: #002c5b;	}
	.index4 .ul_l li:hover::after {	width: 40px;}
}

.indexbanner>img {
	width: 100%;
	height: 100%;
}



@media(max-width:1780px){
	/* 导航栏 */
	.pc_nav2>li{margin: 0 0.5vw;}
	.pc_nav2>li>a{padding: 0 0.2vw;}
}
@media(max-width:1480px) {
	/* 导航栏 */
	.pc_nav2>li{margin: 0 0.4vw;}
	.tel{display: none;}
}
@media(max-width:1240px) {
	.w1200 {padding: 0 20px;padding-right: 20px !important;	padding-left: 20px !important;}
	.pc_navs>div:nth-child(1){width: 400px;}
	.pc_navs>div:nth-child(1) img{width: 100%;}
	
}
@media(max-width:1100px) {
	.pc_navs>div:nth-child(1){width: 360px;}
	.pc_navs>div:nth-child(1) img{width: 100%;}
}
@media(max-width:1055px) {
	html {scroll-padding-top: 70px;	}
	.indexbanner>img {	}
	.w1200 {padding: 0 20px;}
	.pc_nav {display: none;	}
	.main_top {	margin-top: 57px;}
	.p_item .e_text{font-size: 22px;}
	/* banner */
	.indexbanner .text>h2 {	font-size: 1.5rem;text-align: center;}
	.indexbanner .text>p {font-size: 1.1rem;margin-bottom: 20px;text-align: center;}
	.indexbanner .text>p::after {content: initial;}
	.indexbanner .texts h3 {text-align: center;	font-size: 1rem;}
	.indexbanner .texts p {	text-align: center;	}
	.indexbanner .texts h4{ text-align: center;}
	.indexbanner .text_us {display: none;	}
	.indexbanner .texts {margin-bottom: 30px;}
	/*内页banner*/
	.ny_banner .e_bannerA-2 .swiper-slide {
		height: 400px
	}
	.ny_banner .e_bannerA-2 .p_info {
		width: 100%;
		z-index: 9;
		text-align: center
	}
	.ny_banner .e_bannerA-2 .p_subtitle {
		display: none
	}
	.ny_banner1 .e_bannerA-2 .p_summary {
		display: none
	}
	html {overflow-x: hidden;}
	/*首页公司简介*/
	.index1 .homeabout_l { width: 100%;	margin: 0 auto;}
	.index1 .homeabout_l .img { margin: 0 auto;}
	.index1 .text{ width: 100%; margin-top: 0;}
	/*首页案例展示*/
    .case_list .e_h1-37 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        max-width: 100%;
        text-align: center
    }
    .case_list .e_button-38 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 2;
        radius_radio: 1;
        display-radio: 1;
        font-size: 12px;
        width: 66%
    }
    .case_list .e_h1-44 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        max-width: 100%;
        text-align: center
    }
    .case_list .e_button-45 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 2;
        radius_radio: 1;
        display-radio: 1;
        font-size: 14px;
        width: 66%
    }
    .case_list .e_h1-47 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        max-width: 100%;
        text-align: center
    }
    .case_list .e_button-48 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 2;
        radius_radio: 1;
        display-radio: 1;
        font-size: 14px;
        width: 66%
    }
    .case_list .e_h1-50 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px
    }
    .case_list .e_h1-50 {
        max-width: 100%;
        text-align: center
    }
    .case_list .e_button-51 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 2;
        radius_radio: 1;
        display-radio: 1;
        font-size: 12px;
        width: 66%
    }
    .case_list .e_container-19 > .p_item {
        flex: 0 0 50%;
        max-width: 100%;
        max-height: 100%
    }
    .case_list .e_h1-53 {
        display-radio: 1;
        font_radio: 2;
        font-size: 20px;
        max-width: 100%;
        text-align: center
    }
    .case_list .e_button-54 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 2;
        radius_radio: 1;
        display-radio: 1;
        font-size: 14px;
        width: 66%
    }
    .case_list .e_text-15 {
        font-size: 20px
    }
    .case_list .e_text-16 {
        font-size: 22px
    }
	/*首页横栏广告*/
	.index5 .hltext p{ width: 170px;}
	/*首页新闻中心*/
	.news_list {
		padding-top: 30px;
		padding-bottom: 20px
	}
	.news_list .e_loop_I-22 {
		flex-wrap: wrap
	}
	.news_list .e_loop_I-22 .p_first {
		width: 100%
	}
	.news_list .e_loop_I-22 .p_right {
		width: 100%
	}
	.news_list .e_text-19 {
		font-size: 18px
	}
	.news_list .e_text-20 {
		font-size: 22px
	}
	/* 关于我们-公司简介 */
	.about1 .uls .li_1{max-width: 484px;width: 100%;left: 0;margin: 0 auto;}
	.about1 .uls .li_2{width: 100%;right: 0;margin: 0;}
	.about1 .uls .li_2 h2{text-align: center;}
	.about1 .uls .li_2 h1{text-align: center;}
	.about1 .uls .li_2 h3{text-align: center;}
	/* 联系我们-内容 */
	.contact .uls li{padding: 50px 3% 40px;}
}



























@media(max-width:768px) {
	/*banner*/
	.text_us{display: none;}
	.indexbanner .texts {display: none;	}
	.home_banner{margin-top: 56px;}
	.p_btn_prev,.p_btn_next{display: none;}
	/*首页更多*/
	.homemore a{ padding:5px 25px}
	/*首页公司简介*/
	.home_about .e_container-6 {
		display-radio: 1;
		flex-direction: column
	}
	.home_about .e_container-13 {
		display-radio: 1;
		flex-direction: column
	}
	.home_about .e_text-8 {
		font-size: 18px
	}
	.home_about .e_text-9 {
		font_radio: 2;
		display-radio: 1;
		font-size: 18px
	}
	.home_about .e_text-49 {
		font_radio: 2;
		display-radio: 1;
		font-size: 18px
	}
	.home_about .e_button-53 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 2;
		radius_radio: 1;
		display-radio: 1;
		font-size: 16px;
		width: 30%
	}
	.home_about .e_text-54,.home_about .e_text-55,.home_about .e_text-56,.home_about .e_text-57 {
		font-size: 22px
	}
	/*首页我们的优势*/
	.index2 {padding-top: 40px; padding-bottom: 40px;}
	.index2 .text .txt {width: 100%;margin: 0 0 5px; padding: 20px 20px;}
	/*首页产品展示*/
	.product_list .e_loop-2 .p_loopitem{flex-grow: 0;flex-shrink: 0;flex-basis: calc(100% / 2)}
	.product_list .e_text-7{width: 102px;}
	.product_list .home_p_list .e_container-3 > .p_item{flex-wrap: wrap;}
	.product_list .home_p_list .e_container-5{width: 100%;}
	.product_list .home_p_list .e_image-4{width: 100%;}
	.p_item .e_text-22{font-size: 22px;}
	
	
	
	
	
	/*首页案例展示*/
	.index4 {padding-top: 40px;	height: auto;}
	.index4 .text {	flex-wrap: wrap; margin-top: 30px;}
	.index4 .ul_l {	width: 100%;display: flex;flex-wrap: wrap;border: 0px;padding-right: 0;margin-right: 0;}
	.index4 .ul_l li {width: 50%;text-align: center;font-size: .875rem;}
	#wrap ul li{ width: 100%; float: none;}
	#wrap ul li .a1 img{ width: 100%;}
	#wrap ul li .a1 .divA{ padding:10px;    height: 156px;}
	#wrap ul li .a1 .divA>.p2{ line-height: 2;}
	/*首页横栏广告*/
	.index5{ margin-top: 0;}
	.index5 .an {padding: 30px 0;}
	.index5 .hltxt_l{ width: 100%; margin-right: 0;}
	.index5 .hltxt_l h2{font-size:1.5rem ; line-height: 1.5; }
	.index5 .hltxt_l ul li{ width: 23%; float: left; padding: 4px 10px; text-align: center;font-size: 1rem;}
	.index5 .hltext{ width: 100%; margin-top: 30px;}
	/*首页新闻中心*/
	.index6 .uls li {margin: 0 0 10px 0;  width: 100%;	}
	.index6 .texts {padding-top: 20px;}	
	.index6 .uls li h3 {font-size: 20px;}
	.index6 .texts p {	padding: 0 20px;}
	.index6 .uls li .text p {padding: 0;	}
	/*首页合作伙伴*/
	{.hzhb .e_loop-4 .p_loopitem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 2)}
	.hzhb .e_container-8{display:flex;flex-wrap:wrap;flex-direction:row;padding-left:10px;padding-right:10px;padding-top:10px;padding-bottom:10px}
	.hzhb .s_title{font-size:22px}}
	/*footer*/
	.footer > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		clear: left
	}
	.footer_nav .e_container-1 {
		display: none;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto
	}
	.footer_nav .e_bottomNav-20 .p_menuItem {
		display: flex;
		justify-content: space-between
	}
	.footer_nav .e_bottomNav-20 .p_level1Box ul {
		display: none
	}
	.footer_nav .e_bottomNav-20 .p_level2Box,.footer_nav .e_bottomNav-20 .p_level3Box {
		padding-left: 10px
	}
	.footer_nav .e_bottomNav-20 .p_jtIcon {
		align-items: stretch;
		width: auto;
		height: auto;
		max-width: 25px;
		font-size: inherit;
		transition: 0.5s
	}
	.footer_nav .e_bottomNav-20 .p_jtIcon.active {
		transform: rotateZ(90deg)
	}
	.footer_nav .e_container-28 {
		display: none
	}
	.footer_nav .e_container-25 {
		display: none
	}
	.footer_nav .e_bottomNav-20 {
		display: none
	}
	.footer_nav .e_button-54 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 2;
		radius_radio: 1;
		display-radio: 1;
		font-size: 28px;
		width: 30%
	}
	/* 关于我们-banner */
	.about_banner .text h2{font-size: 1.5rem;padding-bottom: 0px;text-align:center;}
	.about_banner img{min-height: 114px;}
	/*内页面包屑*/
	.ny_tit .e_container-1 .cbox-1-1 {
		display: none
	}

	.ny_tit {
		padding-top: 10px;
		padding-bottom: 5px
	}

	.ny_tit .e_loop-3 .p_loopitem {
		position: static;
		display: inline-block;
		width: auto;
		margin: 0 5px;
		vertical-align: top
	}

	.ny_tit .e_loop-3 .p_loopitem:first-child {
		margin-left: 20px
	}

	.ny_tit .e_loop-3 .p_loopitem:last-child {
		margin-right: 20px
	}

	.ny_tit .e_loop-3 .p_list {
		font-size: 0;
		display: inline-block;
		margin: 0 auto;
		padding: 0px;
		text-align: center;
		width: 100%;
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: center;
		overflow-y: hidden;
		/*white-space: nowrap*/
	}

	.ny_tit .e_text-4 a {
		font-size: 14px;
		text-align: center;
		padding: 10px 20px
	}
	/* 所有-面包屑 */
	.nav_top .an{height: 50px;}
	.nav_top .uls{display: none;}
	/* 关于我们-公司简介 */
	.about_main .e_container-6 {
		display-radio: 1;
		flex-direction: column
	}
	.about_main .e_container-53 {
		display-radio: 1;
		flex-direction: column
	}
	/* 产品-分页 */
	.page{margin: 20px 0 0;}
	/* 案例-案例展示 */
	.case4{padding-top: 0;padding-bottom: 50px;}
	.case4 ul{margin-bottom: 10px;}
	/* 新闻-新闻中心 */
	.news_main .e_container-7 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column
	}
	.news_main .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
	/* 新闻-产品-详情页 */
	.news_detail_list .e_loop-9 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
	.news_detail_list .e_container-18 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%
	}
	/* 新闻-产品-详情页-分页 */
	.detail_page a{padding-bottom: 5px;}
	.pro_detail .e_magnifier-2 {
		min-height: 330px
	}

	.pro_detail .e_magnifier-2 .magnifier {
		width: 100%
	}

	.pro_detail .e_magnifier-2 .image-bigger {
		display: none
	}

	.pro_detail .e_container-1 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 30px;
		padding-left: 30px;
		background-color: rgba(255,255,255,1)
	}

	.pro_detail .e_container-14 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px
	}

	.pro_detail .e_container-27 .cbox-27-0 {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		padding-right: 0px
	}

	.pro_detail .e_container-27 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 30px
	}

	.pro_detail .e_container-14 .cbox-14-0 {
		margin-right: auto;
		margin-left: auto;
		flex: 0 0 100%
	}

	.pro_detail .e_container-15 .cbox-15-0 {
		flex: 0 0 100%
	}

	.pro_detail .e_container-14 .cbox-14-1 {
		flex: 0 0 100%
	}

	.pro_detail .e_container-15 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-left: 0px;
		background-color: rgba(255,255,255,1);
		max-width: 100%;
		max-height: none;
		height: auto;
		width: 100%
	}

	.pro_detail .e_container-44 {
		display-radio: 1;
		flex-direction: column
	}

	.pro_detail .e_container-44 .cbox-44-0 {
		flex: 0 0 100%
	}

	.pro_detail .e_text-45 {
		display-radio: 1;
		font_radio: 2;
		text-align: left
	}

	.pro_detail .e_listElement-43 {
		display-radio: 1;
		background_radio: 2
	}

	.pro_detail .e_listElement-43 .p_item {
		display-radio: 1;
		text-align: left
	}
	.pro_detail_list .e_loop-21 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	.pro_detail_list .e_container-22 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 20px;
		min-height: 0px;
		margin-top: 0px;
		padding-bottom: 20px
	}
    .pro_detail .e_magnifier-2 .magnifier-container{
        width: 100%!important;
        height: 280px!important;
    }
    .pro_detail .e_magnifier-2 .images-cover img{
        width: 100%;
        max-height: 100%;
    }
    .pro_detail .e_container-65 .cbox-65-0{
        flex: 0 0 28%;
    }
	/* 联系我们-内容 */
	.contact .e_container-4 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
		margin-top: 50px;
		margin-bottom: 60px
	}
	.contact .e_container-9 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: auto;
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: 310px;
		margin-bottom: 20px;
		background-color: rgba(245,245,245,1)
	}
	.contact .e_container-5 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: auto;
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: 310px;
		margin-bottom: 20px;
		background-color: rgba(245,245,245,1)
	}
	/* 诚聘英才-内容 */
	.job_uls{margin-top: 20px;}
	.job_uls .li_1{margin-bottom: 10px;}
	.job_uls .li_1 div{font-size: 1rem;padding: 15px 0;}
	.job_uls li p{ padding: 10px 0;}
	.job_uls li{align-items: center;margin-bottom: 10px;}
	/* 诚聘英才-详情页 */
	.job_details1{padding-top: 30px;}
	.job_details1 .btn{padding: 10px 22px;}
	.job_details1 .ul_3{margin-top: 15px;}
	.job_details1 .ul_3 li p:nth-child(1){width: auto;}
	.job_details1 .ul_3 li p:nth-child(2){width: auto;}
	.job_details1 .text{margin-top: 15px;padding-top: 15px;padding-bottom: 10px;}
	/* 在线留言 */
	.message_tit .e_container-14 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 95%;
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto
	}
    /* 搜索 */
    .search .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        max-width: 1270px;
        padding-top: 35px;
        padding-bottom: 70px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto
    }
}

@media screen and (min-width:769px)
{.hzhb .e_loop-4 .p_loopitem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 6)}
	.footer > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
	.footer_nav .e_bottomNav-20 .p_level1Box {
		display: flex
	}

	.footer_nav .e_bottomNav-20 .p_level1Item {
		min-width: 100px;
		max-width: 25%;
		width: auto;
		padding: 0 10px;
		flex-grow: 1
	}

	.footer_nav .e_bottomNav-20 p:hover {
		color: #409EFF
	}

	.footer_nav .e_bottomNav-20 .p_jtIcon {
		display: none
	}

	.p_level1Item .s_templatetitle span {
		font-size: 18px;
		font-weight: bold;
		color: #fff
	}
	.p_level1Item .s_templatesum .p_level2Item .p_menuItem{
		font-size: 16px;
	}
	.news_main .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
	.news_detail_list .e_loop-9 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
	.pro_detail .e_loop_sub-61 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
	.pro_detail_list .e_loop-21 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 5)
	}
	

	
}

@media (max-width:414px) {
	/* 诚聘英才-内容 */
	.job_uls .li_1 div{
		word-spacing: 9px;
		letter-spacing: 9px;
	}
	
	
.product_list .home_p_list .e_button-8 span { display: none; }
.product_list .home_p_list .e_container-5 .p_item_e{ display: none; }
.product_list .home_p_list .e_container-3 { height: 170px; }
.product_list .home_p_list .e_container-5 { width: 50%;}
.product_list .home_p_list .e_image-4 { width: 50%; }
.product_list .home_p_list .e_text-7 {
  font-size: 20px;
  line-height: 30px;
  color: #035297;
  font-weight: bolder;
  padding-left: 0;
}
.product_list .home_p_list .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
 
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229,229,229,1);
	display-radio: flex
}

.product_list .home_p_list .p_loopitem {
    width: 49%;
    margin-right: 2%;
    flex: none;
    margin-bottom: 10px;
  }

}
@media (max-width:320px){
	/* 诚聘英才-内容 */
	.job_uls .li_1 div{
		word-spacing: 3px;
		letter-spacing: 3px;
	}



}
/* 修改分页 */
.pagination li.active{
	    background: #1f98fc;
	    color: #fff;
}
.pagination li:hover{
	
}
.product_list .e_loop-2 .p_page ul li.active a{
	color: #fff;
}
.product_list .e_loop-2 .p_page ul li.active{
	background: #1f98fc;
}
.product_list .e_loop-2 .p_page ul li.active:hover{
	background: #1f98fc;
}
.product_list .e_loop-2 .p_page ul li.active:hover a{
	color: #fff;
}
.product_list .e_loop-2 .p_page ul li:hover{
	color: #9DD0FE;
	background-color: #E6F4FF;
}
.product_list .e_loop-2 .p_page ul li:hover a{
	color: #9DD0FE;
}
@media(max-width:1055px){
	.hzhb .e_text-11{font-size: 22px;}
	.product_list{padding-top: 30px;}
	.home_about .e_image-12{margin-top: 5%;}
	.home_about .e_button-53{margin-top: 4%;}
}
@media(max-width:820px){
	.product_list .e_loop-2 .p_loopitem{width: 49%;margin-right: 2%;flex: none;margin-bottom: 20px;}
	.product_list .e_loop-2 .p_loopitem:nth-child(2n){margin-right: 0;}
	.product_list .e_container-3{width: 100%;}
	.hzhb .e_line-23{margin: 10px auto;}
	.p_item .e_line{margin: 10px auto;}
}
@media(max-width:500px){
	.product_list .e_loop-2 .p_loopitem{width: 100%;}
}