
.flr1{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.flr2{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.flc1{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.flrbtw{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.flrbtww{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flrspa{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.rflex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:  right;
	align-items: center;
}

.topbox {
	width: 100%;background: url('../images/top_bg.png') no-repeat; color:#aaa; font-size:14px;
	position: relative; 
	background-size: 100%;
}
.topline {
	width: 1200px;margin:0 auto; height: 100px;
}
.topline .tl_left,.topline .tl_right {
    width: 50%;
    height: 115px;
    font-size: 26px;
    color: #fff;
    position: relative;
    padding-top: 18px;
}
.topline .tl_right svg {
	margin-right:  16px;
}
.topline .tl_left img { height: 20px; margin-right:5px;}
.topline .tl_right a {
	color:#aaa; margin: 0 0 0 auto;
}
.logo a {
	font-size:  26px; color: #fff; font-weight: bold;
}
.tl_right div .hotline {
position: absolute;
    top: 25px;
    left: 409px;
    font-size: 14px;
    color: #fff;
}



/*part1*/
.part1 {
	width: 1200px; margin:65px auto 0 auto;
}
.part1 .about_left {
	width: 665px;
}
.part1 .about_right {
	width: 540px; text-align: right;
}

/*part2*/
.part2 {
	width: 1200px; margin:160px auto 0 auto;
}
.part2 .prod_left {
	width: 350px;
}
.part2 .prod_left .more {
	border:1px solid #333; padding:18px; margin-top:20px;
}
.part2 .prod_right {
	width: 830px; margin-left: 20px;
}
.part2 .prod_right .prodbox{
	width: 250px; height: 350px; 
	box-shadow: -2px 4px 11px rgb(0 0 0 / 15%);
}
.part2 .prod_right .prodbox img { width: 250px; height: 250px;}
.part2 .prod_right .prodbox .prodtxt { margin:0 20px;}
.part2 .prod_right .prodbox .prodtxt p{ 
	font-size:16px; color:#333; margin:20px auto 10px auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.part2 .prod_right .prodbox .prodtxt p::after{
	content: '';
	width: 10%;
	height: 1px;
	display: block;
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
}
.part2 .prod_right .prodbox .prodtxt span{ 
	display: block;
	font-size:14px; color:#aaa;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*part3*/
.part3 {
	width: 1200px; margin:190px auto 80px auto;
}
.part3 .part3_tit { margin-bottom: 25px;}
.part3 .nomr { margin-right:0 !important;}
.part3 .logobox div {width: 200px; margin-right:50px;}
.part3 .logobox img{
	width: 200px; height: 100px;
	-webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 18%);
	box-shadow: 0 4px 8px rgb(0 0 0 / 18%);
}
.part3 .logobox { width: 1200px;}
.part3 .logobox div p {
	width: 100%; text-align: center; font-size:16px; color:#333; margin:15px auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*footer*/
.footer {
	width: 100%;
	background: #152544;
	height: 80px;
	color: #ccc;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-top: 60px;
}
.footer>div{
	width: 1200px; margin:0 auto;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.footer .copyright {
	margin-right: 0 !important;
}
.footer div a { color:#aaa;}
.footer div .copyright span{
	margin:0 10px;
}
.footer .contact{
}
.footer div .qrcode {
	position: absolute;
	right: -180px;
	bottom:0;
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background:#fff;
	border-radius: 16px;
	border:3px solid #333;
	overflow: hidden;
}
.footer div .qrcode p{
	padding:5px 0; text-align: center;
	margin:0 auto; color:#333;
}
.footer div .qrcode img {
	width:100%;
}

.merit {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.merit .block:nth-child(1){
	margin-left: 0 !important;
}
.merit .block:nth-child(4){
	margin-right: 0 !important;
}
.merit div {
	border-top: 4px solid #2a4baf;
	width: 272px; margin: 0 auto;
	height: 280px;
	overflow: hidden;
	border-bottom:  1px solid #ccc;
	border-left:  1px solid #ccc;
	border-right:  1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.merit div img {
	margin:  40px auto 15px auto;
}
.merit div p{
	width: 80%; text-align: center;
	font-size: 24px; color: #333;
}
.merit div span{
	width: 84%; text-align: left;
	color: #666; font-size: 14px;
}

.indprod {
	width: 1200px; margin: 40px auto 0 auto;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.indprod h2 { margin: 0 auto 30px 0 }
.indprod .prodleft .list {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    width: 890px;
}
.indprod .prodleft .list a {
    border-radius: 3px;
    width: 272px;
}
.indprod .prodleft .list a p {
	width: 100%; padding: 5px 0px;
	text-align: center; display: block;
	font-size:  15px;
}
.indprod .prodleft .list a img {
	width: 100%; border: 1px solid #ccc;
}
.indprod .prodright {
	height: 379px;
	width: 272px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.indprod .prodright h2 {
	margin: 0 auto 30px 0;
}
.prodright a p {
	font-size: 16px; color: #000;
	margin: 0 auto 2px auto
}
.prodright a span {
    font-size: 14px;
    color: #999;
    margin: 0 auto 15px auto;
    display: block;
    height: 60px; overflow: hidden;
}
.indad {
	width: 100%;
	overflow: hidden;
	height: 400px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
}
.indad img {
	position: absolute;
	margin: 0 auto;
	height: 100%;
}
.honor {
	width: 1200px;
	margin: 60px auto 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.honor img { height: 340px; margin:0 10px }