@charset "utf-8";
/* by Magiee 20200915 */
html { overflow-x: hidden; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	padding: 0;
	margin: 0;
}

body { line-height: 190%; }
ul, li { list-style: none; }
img { border: 0; }
input:focus { outline: none; }
input {border: none; outline: none; }
/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar {
 width: 6px;
 height: 12px
}

::-webkit-scrollbar-button:vertical {
 display: none;
}

::-webkit-scrollbar-track:vertical {
 background-color: black
}

::-webkit-scrollbar-track-piece {
 background: #FFF
}

::-webkit-scrollbar-thumb:vertical {
 background-color: #8E8E8E;
 border-radius: 5px
}

::-webkit-scrollbar-thumb:vertical:hover {
 background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
 background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
 background-color: #FF6E00
}
/* 全局 */
* {
    transition: all .3s;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover { text-decoration: underline; }
.wrapper {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
img { max-width: 100%; }
/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl { float: left; }
.fr { float: right; }

/*点击放大*/
.lightGallery-white-theme .lg-outer .lg-thumb-outer { box-shadow: 0 0 6px -3.5px rgba(0,0,0,0.25) inset }
.lightGallery-white-theme .lg-sub-html { color: #333 !important }
.lightGallery-white-theme .lg-sub-html a { color: #2f2f2f !important }
.lightGallery-white-theme .lg-backdrop {
	background-color: rgba(243,243,243,0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px)
}
.lightGallery-white-theme .lg-backdrop {
	background-color: rgba(243,243,243,0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px)
}
.lightGallery-white-theme .lg-thumb-item.active, .lightGallery-white-theme .lg-thumb-item:hover { border-color: #1484f2 }
.lightGallery-white-theme .lg-progress-bar { background-color: #999 }
.lightGallery-white-theme .lg-progress-bar .lg-progress { background-color: #333 }
.lightGallery-white-theme .lg-outer .lg-thumb-outer { background-color: #fcfcfc }
.lightGallery-white-theme .lg-next, .lightGallery-white-theme .lg-prev {
	background-color: rgba(0,0,0,0.03);
	color: #444
}
.lightGallery-white-theme .lg-next:hover, .lightGallery-white-theme .lg-prev:hover { color: #000 }
.lightGallery-white-theme .lg-next:focus, .lightGallery-white-theme .lg-prev:focus {
	outline: none;
	box-shadow: none
}
.lightGallery-white-theme .lg-toolbar .lg-icon { color: #555 }
.lightGallery-white-theme .lg-toolbar .lg-icon:hover { color: #000 }
.lightGallery-white-theme .lg-counter { color: #555 }
.lightGallery-white-theme .lg-outer .lg-thumb-item.active, .lightGallery-white-theme .lg-outer .lg-thumb-item:hover { border: 2px solid #1484f2 }
/*顶部*/
.topbar {
	background-color: #2c2c2c;
	color: #fff;
	line-height: 45px;
}
.top_tel {
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	float: left;
}
.top_tel img {
	max-width: 100%;
	vertical-align: middle;
	margin-right: 10px;
}
.top_right { float: right; }
.top_right a {
	color: #fff;
	font-size: 14px;
}
.top_right .top_a {
	display: inline-flex;
	align-items: center;
	margin-left: 20px;
}
.top_right .top_a img {
	max-width: 100%;
	vertical-align: middle;
	margin-right: 10px;
}
/*导航*/
.top_nav { padding: 15px 0; }
.top_nav .logo { float: left; }
.top_nav .menu {
	float: right;
	width: calc(100% - 500px);
}
.top_nav .menu ul {
	display: flex;
	justify-content: flex-end;
}
.top_nav .menu li {
	width: calc(100% / 7);
	text-align: right;
	height: 60px;
	line-height: 60px;
}
.top_nav .menu li a { color: #333; text-decoration:none; }
.top_nav .menu li a:hover{color: #1484f2;}
/*banner*/
.bannerslide {
	height: 650px;
	width: 100%;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.bannerslide .swiper-slide {
	background-position: center;
	background-size: cover;
	height: 650px;
}
.bannerslide .swiper-pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 50px;
	width: 100%;
	z-index: 1000001;
}
.bannerslide .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 0;
}
.bannerslide .swiper-pagination-bullet-active { background: #e60000; }
.bannerslide .swiper-button-prev {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 60px;
	height: 60px;
	z-index: 1111111;
	outline: none;
}
.bannerslide .swiper-button-next {
	background: url(../images/arrows.png) no-repeat right bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 60px;
	height: 60px;
	z-index: 1111111;
	outline: none;
}
.bannerslide .swiper-button-prev:after, .bannerslide .swiper-button-next:after { content: normal; }
/*首页标题*/
.index_title_box { }
.index_title_box .title {
	position: relative;
	float: left;
}
.index_title_box .title .en {
	color: #888;
	text-transform: uppercase;
	font-size: 14px;
}
.index_title_box .title .cn {
	color: #333;
	font-size: 26px;
	padding-bottom: 20px;
}
.index_title_box .title:after {
	content: "";
	background: url(../images/line.jpg) no-repeat left center;
	width: 34px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index_title_box .more {
	float: right;
	margin-top: 15px;
}
.index_title_box .more a {
	display: block;
	background: #dc2223;
	color: #fff;
	font-size: 14px;
	width: 130px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
}
/*首页产品*/
.homebox01 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.index_pro { margin-top: 20px; }
.index_pro .pro_tab {
	display: flex;
	margin-bottom: 20px;
}
.index_pro .pro_tab li { margin-right: 30px; }
.index_pro .pro_tab li a:hover{ text-decoration: none; color: #1484f2;}
.index_pro .pro_box {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}
.index_pro .pro_box .item { }
.index_pro .pro_box .item a { text-decoration: none; }
.index_pro .pro_box .item .img { overflow: hidden; }
.index_pro .pro_box .item .img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
}
.index_pro .pro_box .item .img img:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.index_pro .pro_box .item .nam {
	background: #f1f1f1;
	font-size: 15px;
	text-align: center;
	padding: 5px;
}
/*首页简介*/
.homebox02 {
	background: #1c50a3 url(../images/aboutbg.jpg) no-repeat center / cover;
	padding-top: 50px;
}
.homebox02 .index_title_box .title .en { color: #fff; }
.homebox02 .index_title_box .title .cn { color: #fff; }
.about_jianjie { margin: 30px 0; }
.about_jianjie .txtbox {
	color: #fff;
	float: left;
	width: 50%;
}
.about_jianjie .txtbox h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.about_jianjie .txtbox p {
	font-size: 14px;
	margin-bottom: 20px;
}
.about_jianjie .img {
	float: right;
    width: 50%;
    text-align: right;
}
.about_fourbox {
	background: rgb(0 57 123 / 80%);
	padding: 50px 0;
}
.about_fourbox .wrapper {
	display: flex;
	flex-wrap: wrap;
}
.about_fourbox .info {
	border: 1px dashed #fff;
	margin-right: 60px;
	width: calc(25% - 47px);
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 40px 0;
}
.about_fourbox .info:last-child { margin-right: 0; }
.about_fourbox .info .icon {
	border: 1px solid #d81e06;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.about_fourbox .info .txtbox { color: #fff; }
.about_fourbox .info .txtbox h3 { text-align: center; }
.about_fourbox .info .txtbox p { text-align: center; }
/*首页新闻*/
.homebox03 {
	background: #f1f1f1;
	padding: 50px 0;
}
.news_xinwen { }
.news_xinwen .left_tuijian {
	margin-right: 15px;
	background: #fff;
	float: left;
	width: 654px;
}
.news_xinwen .left_tuijian .pic { padding: 30px 30px 10px 30px; }
.news_xinwen .txtbox {
	padding: 20px 30px;
	background: #fff;
	margin-bottom: 15px;
}
.news_xinwen .txtbox:last-child { margin-bottom: 0; }
.news_xinwen .txtbox .title {
	font-size: 18px;
	margin-bottom: 10px;
}
.news_xinwen .txtbox .text {
	font-size: 15px;
	color: #444;
}
.news_xinwen .txtbox .more a {
	font-size: 14px;
	color: #dc2223;
}
.news_xinwen .right_three {
	float: right;
	width: calc(100% - 670px);
}
.news_xinwen .right_three .more { text-align: right; }
/*首页产品搜索*/
.homebox04 {
	background: url(../images/searchbg.jpg) no-repeat center / cover;
	padding: 50px 0;
}
.homebox04 .title {
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.homebox04 .search {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.homebox04 .search .searchinput {
	width: 400px;
	background: #ffffff;
	color: #000;
	line-height: 50px;
	padding-left: 10px;
	border: 0;
	font-size: 15px;
}
.homebox04 .search .searchbtn {
	width: 170px;
	text-align: center;
	background: #dc2223;
	height: 50px;
	color: #ffffff;
	font-size: 18px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.homebox04 .search .searchbtn img { margin-right: 20px; }
/*底部*/
.footer {
	background: #103a76;
	padding: 50px 0;
}
.footer .wrapper { display: flex; }
.footer dl { color: #fff; }
.footer dl:nth-child(1) {
	width: 25%;
	margin-right: 10%;
}
.footer dl:nth-child(2) {
	width: 11%;
	margin-right: 10%;
}
.footer dl:nth-child(3) { width: 44%; }
.footer dl .tel {
	font-size: 24px;
	margin: 20px 0 50px 0;
}
.footer dl .tel b {
	font-family: "楷体";
	font-size: 28px;
	padding-left: 10px;
}
.footer dl .bottomlogo { margin-bottom: 20px; }
.footer dl dt {
	font-size: 18px;
	margin-bottom: 20px;
}
.footer dl dd { font-size: 15px; }
.footer dl dd a { color: #fff; }
.messagecon {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.messagetarea {
	padding: 10px;
	border: 1px solid #dedede;
	font-size: 15px;
	line-height: 26px;
	color: #000;
	resize: none;
	width: calc(100% - 24px);
	height: 90px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messagetarea:focus {
	color: #000;
	outline: none;
	background: #fff;
}
.messageinput {
	width: 47.5%;
	padding: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	border: 1px solid #dedede;
	margin-right: 20px;
	color: #000;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.messageinput:last-child { margin-right: 0; }
.messageinput:focus {
	color: #000;
	outline: none;
	background: #fff;
}
.messagebtn {
	width: 30%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 15px;
	border: 0;
	background: #d0d0d0;
	color: #333;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 30px;
}
.messagebtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.messagebtn.btnon {
	background: #ff261d;
	color: #fff;
}
.bottom {
	background: #103a76;
	padding: 30px 0;
	border-top: 1px solid rgb(255 255 255 / 49%);
	color: #fff;
	font-size: 15px;
}
.bottom a { color: #fff; }
/*inbanner*/
.inbanner { position: relative }
.inbanner .bg img {
	display: block;
	width: 100%
}
.inbanner .con {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translateX(-50%) translateY(-30%);
	color: #fff;
}
.inbanner .con .sub {
	text-transform: uppercase;
	font-size: 16px;
}
.inbanner .con .nam {
	font-size: 40px;
	margin: 15px 0;
}
/*内页位置*/
.sean-breadcrumb {
	display: flex;
	align-items: center;
	margin: 20px 0;
	font-size: 15px;
}
.sean-breadcrumb.sean-breadcrumb-new .sean-breadcrumb-it a {
	border-radius: 4px;
	padding: 3px 4px
}
.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it a {
	line-height: 20px;
	height: 20px;
	padding: 10px 10px 10px 5px;
	background: #1484f2;
	text-decoration: none;
	color: #fff;
	position: relative;
	margin-right: 23px;
	border-radius: 0
}
.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it a::before {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #1484f2;
	border-width: 20px 10px;
	width: 0;
	height: 0;
	left: -20px;
	border-left-color: transparent
}
.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it a::after {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid transparent;
	border-width: 20px 10px;
	width: 0;
	height: 0;
	left: 100%;
	border-left-color: #1484f2
}
.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it a:hover {
	opacity: .8;
	color: #fff;
	text-decoration: none;
	background: #1484f2
}
.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it::after { display: none }
.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it:first-child a {
	padding-left: 15px;
	border-radius: 6px 0 0 6px
}
.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it:first-child a::before { display: none }
.sean-breadcrumb .sean-breadcrumb-it {
	display: flex;
	align-items: center;
	color: #333;
}
.sean-breadcrumb .sean-breadcrumb-it a {
	color: #333;
	display: flex;
	align-items: center
}
.sean-breadcrumb .sean-breadcrumb-it a img {
	margin-right: 4px;
	display: block;
	width: 16px
}
.sean-breadcrumb .sean-breadcrumb-it a:hover {
	color: #1484f2;
	text-decoration: underline
}
.sean-breadcrumb .sean-breadcrumb-it::after {
	content: ">";
	font-family: simsun;
	margin: 0 6px
}
.sean-breadcrumb .sean-breadcrumb-it:last-child::after { display: none }
/*内页*/
.insubnav {
	border-bottom: 1px solid #dedede;
	height: 60px;
	background: #f5f5f5
}
.insubnav .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%
}
.insubnav .innav {
	display: flex;
	align-items: center;
	height: 100%
}
.insubnav .innav .it { height: 100% }
.insubnav .innav .it .ia {
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 15px;
	text-decoration: none;
	padding: 0 24px;
	position: relative
}
.insubnav .innav .it .ia:hover{ color: #1484f2;}
.insubnav .innav .it .ia::after {
	content: "";
	width: 0;
	height: 3px;
	background: #1484f2;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .6s
}
.insubnav .innav .it .ia:hover::after { width: 100% }
.insubnav .innav .it.on .ia {
	color: #1484f2;
	background-color: #fff
}
.insubnav .innav .it.on .ia::after { width: 100% }
/*公司简介*/
.aboutbox01 {
	display: flex;
	align-items: flex-end;
	margin: 38px 0;
}
.aboutbox01 .box { flex: 1.2 }
.aboutbox01 .box .sub { font-size: 24px }
.aboutbox01 .box .sub::before {
	content: "";
	width: 64px;
	height: 51px;
	background: url(../images/bg_dd1.png) no-repeat center;
	display: block;
	margin-bottom: 16px
}
.aboutbox01 .box .nam {
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0 ;
}
.aboutbox01 .box .nam:after {
	content: "";
	width: 38px;
	height: 3px;
	display: block;
	background: #1484f2;
	margin-top: 20px
}
.aboutbox01 .box .txt {
	font-size: 16px;
	line-height: 1.8;
	color: #333
}
.aboutbox01 .box .txt p { margin-bottom: 16px }
.aboutbox01 .box .txt p:last-child { margin-bottom: 0 }
.aboutbox01 .img {
	flex: 1;
	margin-left: 26px
}
.aboutbox01 .img img {
	display: block;
	width: 100%
}
/*内页标题*/
.inpage_box {
    margin: 50px 0;
}
.inpage_box .hd {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.inpage_box .hd .nam {
    flex: 1;
    font-size: 30px;
    font-weight: bold;
}
.inpage_box .hd .nam::before {
    content: "";
    width: 64px;
    height: 51px;
    background: url(../images/bg_dd1.png) no-repeat center;
    display: block;
    margin-bottom: 20px;;
}
.inpage_box .hd .txt {
    flex: 3;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: right;
}
/*联系我们*/
.contactlist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
	margin-bottom: 30px;
}
.contactlist .it {
    flex: 1;
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    border: 1px solid #dedede;
}
.contactlist .it .ico {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.contactlist .it .ico img {
    display: block;
    width: 100%;
    height: 100%;
}
.contactlist .it .inf {
    margin-top: 20px;
}
.contactlist .it .inf .nam {
    font-size: 18px;
    font-weight: bold;
}
.contactlist .it .inf .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
}
.contactlist .it:hover {
    transform: translateX(-10px) translateY(-10px);
    box-shadow: 10px 10px 0 rgba(0,0,0,0.3);
}
.inner_map, .inner_map .map {
    width: 100%;
    height: 500px;
}
/*生产车间*/
.workshop_box #imageGallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px
}
.workshop_box #imageGallery .it img {
	display: block;
	width: 100%;
	cursor: pointer
}
.workshop_box #imageGallery .it img:hover { opacity: .8 }
.workshop_box #imageGallery .it .nam{
	text-align: center;
    font-size: 15px;
    background: #dcdcdc;
    padding: 5px;
}
/*视频欣赏*/
.video_box{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px
}
.video_box .info a{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.video_box .info .img{ overflow:hidden;}
.video_box .info .nam{
	padding-top: 6px;
    overflow: hidden;
    font-size: 15px;
}
/*新闻动态*/
.inner_news{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px
}
.inner_news .item{
	padding: 30px 40px;
    border: 1px solid #ccc;
}
.inner_news .item .sub{ font-size:14px; color:#999;}
.inner_news .item .sub a{ color:#999;}
.inner_news .item .tit{ font-size:20px; margin:10px 0 20px 0;}
.inner_news .item .tit a{ color:#333;}
.inner_news .item .tit a:hover{ color:#1484f2;}
.inner_news .item .txt{
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
}
.inner_news .item .tool{margin-top: 20px;text-align: right;}
.inner_news .item .tool .tool-fl{
	font-size: 15px;
    text-decoration: none;
    display: inline-block;
    color: #e20a0a;
}
.inner_news .item .tool .tool-fl:before {
    content: "查看更多 →";
}

/*新闻详情*/
.inpage_main { display: flex; margin: 50px 0; }
.inpage_main_item { flex: 1; border-right: 1px solid #dedede; padding-right: 30px; min-height: 50vh; }
.inpage_main_item01{ border-right:none; padding-right:0;}
.inpage_main_item .box { padding-bottom: 30px; color: #333; }
.inpage_main_item .box .tit { font-weight: 700; font-size: 24px; }
.inpage_main_item .box .inf { font-size: 14px; margin-top: 16px; }
.inpage_main_item .box .inf span { margin-right: 20px; opacity: .6; }
.inpage_main_item .content { font-size: 17px; line-height: 2; color: #666; }
.inpage_main_item .mor { padding-top: 30px; margin-top: 30px; border-top: 1px solid #dedede; line-height: 2; font-size: 16px; }
.inpage_main_item .mor a:hover { color: #1484f2; transition: all .3s; }
.inpage_main_side { width: 30%; }
.inpage_main_side .tuibox .hd_tui { font-size: 24px; font-weight: 700; color: #333; padding-left: 30px; margin-bottom: 15px;}
.inpage_main_side .tuibox .bd { padding-left: 30px; }
.inpage_main_side .tuibox .bd .item { padding: 20px 0; border-bottom: 1px solid #dedede; }
.inpage_main_side .tuibox .bd .item .nam { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.inpage_main_side .tuibox .bd .item .nam a:hover { color: #1484f2; }

/*产品展示*/
.inner_product ul { display: flex; justify-content: center; align-items: center; line-height: 1.4; flex-wrap: wrap; margin-bottom:20px;}
.inner_product ul li { margin-right: 20px; margin-bottom:20px;}
.inner_product ul li span { margin: 0; background: #a68640; color: #fff; padding: 0px 5px; height: 30px; line-height: 30px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
.inner_product ul li a {
	color: #333;
    font-size: 16px;
    background: #cee6ff;
    padding: 10px 10px;
    border-radius: 5px;
    display: block;
}
.inner_product ul li a:hover {
	background: #1484f2;
    color: #fff;
	text-decoration:none;
}
.inner_product .item .info{background: #faf1ec;}

.product_box_flex {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px
}
.product_box_flex .item { -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1); box-shadow: 2px 2px 10px rgba(0,0,0,0.1); }
.product_box_flex .item .pic { overflow: hidden; }
.product_box_flex .item .pic img { display: block; width: 100%; -webkit-transition: all 0.5s; }
.product_box_flex .item .pic img:hover { -webkit-transform: scale(1.06); transform: scale(1.06); }
.product_box_flex .item .info { padding: 25px; box-sizing: border-box; background: #ececec;}
.product_box_flex .item .name { font-size: 16px; color: #a68640; line-height: 30px;}

/*一行2张图*/
.pro_pic_ul{
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.pro_pic_ul li{ width:48%; text-align:center; margin:1%;}
.pro_pic_ul li img{ max-width:100%;}

/*一行3张图*/
.pro_pic_ul_03{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px
}
.pro_pic_ul_03 li{ text-align:center;}

@media (max-width: 1024px) {
	.wrapper{ width:100%; padding:0 20px;}
	.top_nav .menu{width: calc(100% - 320px);}
	.bannerslide,.bannerslide .swiper-slide{ height:500px;}
	.news_xinwen .left_tuijian{ width:40%;}
	.news_xinwen .right_three{ width: calc(60% - 15px);}
}

@media (max-width: 800px) {
	.top_nav .logo{ float:none; width: 100%; text-align:center;}
	.top_nav .menu{ float:none; width:100%;}
	.top_nav .menu li{ text-align:center;}
	.bannerslide,.bannerslide .swiper-slide{ height:380px;}
	.index_pro .pro_box{grid-template-columns: repeat(3, minmax(0, 1fr));}
	.about_jianjie .txtbox{ float:none; width:100%;}
	.about_jianjie .img{ float:none; width: 100%; text-align:center;}
	.about_fourbox .info{ margin-right: 20px; width: calc(25% - 17px);}
	.news_xinwen .left_tuijian{ width:100%; margin-bottom:15px;}
	.footer dl:nth-child(2){ display:none;}
	.footer dl:nth-child(1){ width:42%;}
	.footer dl:nth-child(3){ width:48%;}
	.news_xinwen .right_three{ width:100%;}
	.inbanner .bg img {
		height: 50vw;
		object-fit: cover
	}
	.inbanner .con { transform: translateX(-50%) }
	.inbanner .con .nam { font-size: 28px }
	.sean-breadcrumb {
		flex-wrap: wrap;
		display: none
	}
	.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it a {
		line-height: 16px;
		height: auto;
		padding: 0;
		background: none;
		color: #999;
		margin-right: 0
	}
	.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it a::before { display: none }
	.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it a::after { display: none }
	.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it::after { display: block }
	.sean-breadcrumb.sean-breadcrumb-bigit .sean-breadcrumb-it:first-child a { padding-left: 4px }
	.insubnav {
		height: 50px;
		overflow-x: auto
	}
	.insubnav::-webkit-scrollbar { display:none}
	.insubnav .innav .it { white-space: nowrap }
	.aboutbox01 { flex-direction: column }
	.aboutbox01 .img {
		margin-left: 0;
		margin-top: 16px
	}
	.honorbox #imageGallery { grid-template-columns: repeat(2, minmax(0, 1fr)) }

}

@media (max-width: 500px) {
	.top_right{ display:none;}
	.top_nav{ padding:15px 0 0 0;}
	.top_nav .wrapper{ padding:0;}
	.top_nav .menu{ background: #152a5e;}
	.top_nav .menu ul{
		flex-wrap: wrap;
    	justify-content: flex-start;
	}
	.top_nav .menu li{ width:25%; font-size:15px;}
	.top_nav .menu li a{ color:#fff;}
	.bannerslide,.bannerslide .swiper-slide{ height:200px;}
	.bannerslide .swiper-button-next,.bannerslide .swiper-button-prev{ display:none;}
	.index_title_box .more{ display:none;}
	.index_pro .pro_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.about_fourbox .wrapper{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 10px;}
	.about_fourbox .info{ width:100%;}
	.homebox04 .search .searchinput{ width:50vw;}
	.homebox04 .search .searchbtn{ width:30vw;}
	.footer dl:nth-child(1){ width:100%;}
	.footer dl:nth-child(3){ display:none;}
	
	/*内页*/
	.inpage_box .hd .txt{ display:none;}
	.inner_news{ display:block;}
	.inner_news .item{ margin-bottom:20px;}
	.inpage_main{ display:block;}
	.inpage_main_item{ min-height:inherit;}
	.inpage_main_side{ width:100%; margin-top:30px;}
	.inpage_main_side .tuibox .hd_tui,.inpage_main_side .tuibox .bd{ padding:0;}
	.video_box{ display:block;}
	.video_box .info{ margin-bottom:20px;}
	.workshop_box #imageGallery{ display:block;}
	.workshop_box #imageGallery .it{ margin-bottom:20px;}
	.contactlist{ display:block;}
	.contactlist .it{ margin-bottom:20px;}
	.product_box_flex{ grid-template-columns: repeat(2, minmax(0, 1fr));gap: 10px;}
	
	.pro_pic_ul{ display:block;}
	.pro_pic_ul li{ width:100%;}
	.pro_pic_ul_03{ display:block;}
}