.phone-section {
	display: none;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.center {
	width: 80%;
	margin: 0 auto;
}

.header_box .header {
	height: 100px;
}

.header_box .header .header_logo {
	width: 25%;
}

.header_box .header .header_logo img {
	max-width: 100%;
}

.header_box .header .header_nav {
	width: 65%;
	margin: 0 5%;
}

.header_box .header .header_nav ul li {
	width: auto;
}

.header_box .header .header_nav ul li a {
	font-size: 18px;
	color: black;
	position: relative;
}

.header_box .header .header_nav ul li a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #1255a4;
	content: "";
	display: block;
}

.header_box .header .header_language {
	margin: 0 2%;
}

.banner_box {
	height: auto;
}

.banner_box img {
	max-width: 100%;
}

.about_box {
	background-image: url(../img/about_bj.jpg);
	height: 660px;
}

.about_box .about .about_title p {
	font-size: 1.875rem;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;
}

.about_box .about .about_title p em {
	font-style: normal;
	color: #2060ac;
	font-size: 1.875rem;
	font-weight: bold;
}

.about_box .about .about_title span {
	display: block;
	color: #000;
	font-size: 2.2rem;
	font-weight: normal;
	text-transform: uppercase;
	margin: 70px 0;
	text-align: center;
}

.about_box .about .about_title div {
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #ffffff;
	width: 15%;
	height: 36px;
	background: #ffb901;
	margin: 0 auto;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}

.about_box .about .about_body .about_body_img {
	width: 100%;
}

.about_box .about .about_body .about_body_img img {
	max-width: 100%;
}

.about_box .about .about_body .about_body_text {
	font-size: 0.9rem;
	color: #fff;
	line-height: 30px;
	padding-top: 120px;
	width: 100%;
}

.about_box .about .about_body .about_body_text p {
	padding: 8px;
}

.album_box {
	background: #f5f5f5;
}

.album_box .album .album_title p {
	font-size: 1.875rem;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;
}

.album_box .album .album_title p em {
	font-style: normal;
	color: #2060ac;
	font-size: 1.875rem;
	font-weight: bold;
}

.album_box .album .album_title span {
	display: block;
	color: #000;
	font-size: 2.2rem;
	font-weight: normal;
	text-transform: uppercase;
	margin: 80px 0;
	text-align: center;
}

.album_box .album .album_body {
	margin: 50px 0;
}

.album_box .album .album_body ul {
	margin-top: 30px;
	padding: 0 10%;
}

.album_box .album .album_body ul li {
	width: 22%;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.05);
	text-align: center;
	background: #fff;
}

.album_box .album .album_body ul li div {
	padding: 10px;
	height: 220px;
}

.album_box .album .album_body ul li div img {
	max-width: 100%;
	max-height: 100%;
}

.album_box .album .album_body ul li p {
	padding: 5px 1%;
	width: 98%;
	background: #0f5fad;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -1px;
}

.album_box .album .album_body ul li p a {
	color: #fff;
}

.album_box .album .album_btn {
	text-align: center;
}

.album_box .album .album_btn a {
	width: 9.0625rem;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background-color: #1f509f;
	display: inline-block;
	padding: 15px 20px;
	margin: 50px auto;
}

.product_box .product {
	align-items: unset;
	background: #fac457;
}

.product_box .product .product_left {
	width: 100%;
	position: relative;
}

.product_box .product .product_left div {
	position: absolute;
	left: 20%;
	top: 30%;
}

.product_box .product .product_left div p {
	color: #fff;
}

.product_box .product .product_left div p:nth-of-type(1) {
	font-size: 2.1rem;
	padding-bottom: 20px;
	font-weight: bold;
}

.product_box .product .product_left div p:nth-of-type(2) {
	font-size: 1rem;
	line-height: 36px;
}

.product_box .product .product_left div a {
	color: #fff;
	font-size: 1rem;
	display: inline-block;
	border: 1px solid #fff;
	line-height: 48px;
	height: 48px;
	padding: 0 38px;
	margin-top: 35px;
}

.product_box .product_right {
	width: 100%;
}

.product_box .product_right img {
	max-width: 100%;
	max-height: 100%;
}

.service_box .service {
	align-items: unset;
	background: #2060ac;
}

.service_box .service .service_left {
	width: 100%;
}

.service_box .service .service_left img {
	max-width: 100%;
	max-height: 100%;
}

.service_box .service .service_right {
	width: 100%;
	position: relative;
}

.service_box .service .service_right div {
	position: absolute;
	right: 15%;
	top: 30%;
}

.service_box .service .service_right div p {
	color: #fff;
}

.service_box .service .service_right div p:nth-of-type(1) {
	font-size: 2.1rem;
	padding-bottom: 20px;
	font-weight: bold;
}

.service_box .service .service_right div p:nth-of-type(2) {
	font-size: 1rem;
	line-height: 36px;
}

.service_box .service .service_right div a {
	color: #fff;
	font-size: 1rem;
	display: inline-block;
	border: 1px solid #fff;
	line-height: 48px;
	height: 48px;
	padding: 0 38px;
	margin-top: 35px;
}

.news_box .news {
	margin: 50px auto;
}

.news_box .news .news_title {
	display: block;
	color: #000;
	font-size: 2.2rem;
	font-weight: normal;
	text-transform: uppercase;
	margin: 80px 0 40px;
	text-align: center;
}

.news_box .news .news_body {
	justify-content: space-evenly;
	align-items: flex-start;
}

.news_box .news .news_body .news_body_imgbox {
	width: 30%;
}

.news_box .news .news_body .news_body_imgbox .news_body_img {
	width: 100%;
}

.news_box .news .news_body .news_body_imgbox .news_body_img img {
	max-width: 100%;
	border: 1px solid #b1b1b1;

}

.news_box .news .news_body .news_body_imgbox p:nth-of-type(1) {
	font-size: 0.875rem;
	color: #808080;
	margin-top: 35px;
	padding-left: 0.625rem;
	font-family: "Roboto-Regular";
}

.news_box .news .news_body .news_body_imgbox p:nth-of-type(2) {
	font-size: 1rem;
	font-weight: bold;
	color: #091842;
	font-family: "TradeGothicw01-Bold";
	margin-top: 15px;
}

.news_box .news .news_body .news_body_imgbox p:nth-of-type(3) {
	font-size: 0.8125rem;
	color: #a7a7a7;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 20pt;
	font-family: "Roboto-Regular";
}

.news_box .news .news_body .news_body_imgbox a {
	font-size: 0.875rem;
	color: #091842;
	font-weight: bold;
	margin-top: 25px;
	text-decoration: underline;
	font-family: "TradeGothicw01-Bold";
}

.footer_box {
	background-image: url(../img/footer_bj.jpg);
}

.footer_box .footer {
	margin-top: 90px;

}

.footer_box .footer .footer_top {
	margin-bottom: 40px;
}

.footer_box .footer .footer_top .footer_top_left {
	width: 13%;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.42857143;
}

.footer_box .footer .footer_top .footer_top_right {
	width: 80%;
	align-items: unset;
}

.footer_box .footer .footer_top .footer_top_right div {
	color: #fff;
	width: 33%;
}

.footer_box .footer .footer_top .footer_top_right div span {
	font-family: 'TradeGothicw01-Bold';
	font-size: 1.8rem;
}

.footer_box .footer .footer_top .footer_top_right div ul {
	margin-top: 20px;
}

.footer_box .footer .footer_top .footer_top_right div ul li {
	font-size: 1rem;
	line-height: 1.6;
}

.footer_box .footer .footer_top .footer_top_right div ul li a {
	color: #fff;
}

.footer_box .footer .footer_down {
	padding: 20px 0;
	font-size: 0.875rem;
	color: #fff;
	border-top: 1px solid #2f313d;
	text-align: center;
	margin-top: 10px;
}

.photo_box .photo {
	position: relative;
}

.photo_box .photo div {
	position: absolute;
	left: 20%;
	top: 50%;
	font-size: 2.5rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.45);
}
.photo_box .photo img{
	display: block;
}
.nav_box {
	background: #2060ac;
	padding: 18px 0 10px 0;
}

.nav_box .nav {
	text-align: center;
}

.nav_box .nav ul li {
	display: inline-block;
	margin: 0 50px;
}

.nav_box .nav ul li a {
	display: block;
	color: #fff;
	font-size: 1.0125rem;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.n_about_box .n_about {
	width: 60%;
	margin: 50px auto;
}

.n_about_box .n_about p {
	color: #4d4d4d;
	line-height: 35px;
	font-size: 1rem;
	margin-bottom: 10px;
}

.n_about_box .n_about div {
	color: #4d4d4d;
	line-height: 35px;
	font-size: 1rem;
	margin-bottom: 10px;
}

/*.n_about_box .n_about p span{
  font-weight: 700;
}*/
.n_about_box .n_about .n_about_img {
	width: 100%;
	text-align: center;
}

.n_about_box .n_about .n_about_img img {
	max-width: 100%;
}

.n_product_box {
	background: #f5f5f5;
}

.n_product_box .n_product {
	align-items: unset;
	margin: 50px auto;
}

.n_product_box .n_product .n_product_left {
	width: 25%;
}

.n_product_box .n_product .n_product_left .n_product_ltitle {
	height: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 18px;
	background: #2060ac;
	color: #fff;
	padding: 0 25px;
	position: relative;
}

.n_product_box .n_product .n_product_left .n_product_ltitle::before {
	content: '';
	display: block;
	width: 3px;
	height: 20px;
	background: #ffb901;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
}

.n_product_box .n_product .n_product_left ul {
	width: 100%;
	background: #fff;
	line-height: 28px;
	box-sizing: border-box;
	padding: 10px;
}

.n_product_box .n_product .n_product_left ul li {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0 45px 0 15px;
	background: #f0f0f0;
	margin-bottom: 8px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 2px;
	position: relative;
}

.n_product_box .n_product .n_product_left ul li a {
	color: #333;
}

.n_product_box .n_product .n_product_left ul li span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/n_product_btn.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.n_product_box .n_product .n_product_right {
	width: 70%;

}

.n_product_right1 {
	flex-wrap: wrap;
	justify-content: start;
}

.n_product_box .n_product .n_product_right .n_product_rbox {
	width: 30%;
	margin-bottom: 50px;

	margin-right: 30px;
}

.n_product_box .n_product .n_product_right .n_product_rbimg {
	padding: 10px 20px;
	background-color: #fff;
	height: 253px;
	text-align: center;
}

.n_product_box .n_product .n_product_right .n_product_rbimg img {
	max-height: 100%;
}

.n_product_box .n_product .n_product_right .n_product_rbbody {
	padding: 5px 1%;
	width: 98%;
	background: #0f5fad;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -1px;
}

.n_product_box .n_product .n_product_right .n_product_rbbody a {
	color: #fff;
}

.n_product_right2 {
	text-align: center;
	justify-content: center;
}

.n_product_right2 a {
	font-size: 16px;
	color: #b5b5b5;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 8px;
	border: 1px solid #b5b5b5;
	transition: all 0.4s;

}

.n_news_box .n_news {
	margin: 100px auto;
}

.n_news_box .n_news .n_news_text {
	padding: 30px 0;
	border-bottom: 1px solid #f0f0f0;
}

.n_news_box .n_news .n_news_tleft {
	width: 12%;
	text-align: center;
	border-right: 1px solid #d5d5d5;
}

.n_news_box .n_news .n_news_tleft p:nth-of-type(1) {
	font-size: 1.6rem;
	color: #333;
	font-family: "BodoniBT";
	background: #f6f6f6;
	line-height: 40px;
	text-align: center;
	margin: 0 2rem;
	padding: 10px 0 5px;
}

.n_news_box .n_news .n_news_tleft p:nth-of-type(2) {
	color: #333;
	font-size: 0.825rem;
	font-family: "BodoniBT";
	background: #f6f6f6;
	line-height: 20px;
	text-align: center;
	margin: 1px 2rem;
	padding: 10px 0 5px;
}

.n_news_box .n_news .n_news_tright {
	width: 85%;
}

.n_contact_box {
	padding: 80px 0;
}

.n_news_box .n_news .n_news_tright p:nth-of-type(1) {
	color: #333;
	font-size: 1.2rem;
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 8px;
}

.n_news_box .n_news .n_news_tright p:nth-of-type(2) {
	color: #6b6b6b;
	font-size: 1rem;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*height: 60px;*/
	font-weight: 300;
}

.n_contact_box .n_contact .n_contact_top {
	/* margin: 10px auto;
	color: #737373; */
	width: 48%;
	/* float: left; */
	margin: 10px 1%;
	box-sizing: border-box;
	/* font-size: 1.0625rem; */
	border: 1px solid #e4e4e4;
	/* line-height: 38px; */
	padding: 30px 28px;
}

/* .n_contact_box .n_contact .n_contact_top .n_contact_timg {
	width: 100%;
}

.n_contact_box .n_contact .n_contact_top .n_contact_timg img {
	max-width: 100%;
} */

/* .n_contact_box .n_contact .n_contact_top .n_contact_ttext {
	width: 100%;
}

.n_contact_box .n_contact .n_contact_top .n_contact_ttext span {
	font-weight: bold;
} */
.n_contact_box .n_contact .n_contact_top {
	flex-wrap: wrap;
}
.n_contact_box .n_contact .n_contact_top .caption{
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 0 30px 0;
}
.n_contact_box .n_contact .n_contact_top  .input{
	width: 100%;
	font-size: 18px;
    color: #515151;
	margin: 0 0 20px 0;
}
.n_contact_box .n_contact .n_contact_top  .input input{
	width: 100%;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	outline: none;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 10px;
	background: #fff;
	font-size: 18px;
	color: #515151;
	box-sizing: border-box;
	padding: 0 50px;
}
.n_contact_box .n_contact .n_contact_top  .input-a input{
	background: url(../img/con1.png) no-repeat;
	background-position: 10px 10px;
}
.n_contact_box .n_contact .n_contact_top  .input-b input{
	background: url(../img/con2.png) no-repeat;
	background-position: 10px 10px;
}
.n_contact_box .n_contact .n_contact_top  .input input::-webkit-input-placeholder{
	color:#515151;
}
.n_contact_box .n_contact .n_contact_top  .textarea{
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 18px;
    color: #515151;
}
.n_contact_box .n_contact .n_contact_top  .textarea textarea{
	width: 100%;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	outline: none;
	box-sizing: border-box;
	padding: 0 50px;
	border-radius: 10px;
	background: #fff;
	font-size: 18px;
	color: #515151;
	background: url(../img/con3.png) no-repeat;
	background-position: 10px 10px;
}
.n_contact_box .n_contact .n_contact_top  .textarea textarea::-webkit-input-placeholder{
	color:#515151;
}
.n_contact_box .n_contact .n_contact_top .submit{
	width: 100%;
}
.n_contact_box .n_contact .n_contact_top .submit input{
	width: 100%;
	border-radius: 30px;
	line-height: 50px;
	background: #2060ac;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
}
.n_supplier_box .n_supplier .n_supplier_title {
	font-size: 38px;
	width: 300px;
	height: 80px;
	margin: 50px auto 55px auto;
	text-align: center;
	background: url(../img/supplier_h_2.png) no-repeat center;
}

.n_supplier_box .n_supplier .n_supplier_photo {
	flex-wrap: wrap;
	margin-top: 50px;
	justify-content: unset;
}

.n_supplier_box .n_supplier .n_supplier_photo div {
	margin-bottom: 50px;
	margin-right: 7%;
	width: 26%;
	text-align: center;
	border: 1px solid #b1b1b1;
}

.n_supplier_box .n_supplier .n_supplier_photo div img {
	max-width: 100%;
}

.n_album_box {
	background: #f5f5f5;
}

.n_album_box .n_album ul {
	margin-top: 30px;
	padding: 0 1%;
	flex-wrap: wrap;
}

.n_album_box .n_album ul li {
	width: 22%;
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
}

.n_album_box .n_album ul li div {
	padding: 10px;
	height: 220px;
}

.n_album_box .n_album ul li div img {
	max-width: 100%;
	max-height: 100%;
}

.n_album_box .n_album ul li p {
	/*width: 98%;
  background: #ffffff;
  font-size: 0.9375rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 5px solid #f5f5f5;*/
	padding: 5px 1%;
	width: 98%;
	background: #0f5fad;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -1px;
}

.n_album_box .n_album ul li p a {
	color: #fff;
}

.n_about_qywh_box .n_about_qywh .n_about_qywh_body {
	margin: 50px 0;
	width: 100%;
	align-items: unset;
}

.n_about_qywh_box .n_about_qywh .n_about_qywh_body .n_about_qywh_body_left {
	width: 100%;
	text-align: center;
}

.n_about_qywh_box .n_about_qywh .n_about_qywh_body .n_about_qywh_body_right {
	width: 60%;
}

.n_about_qywh_box .n_about_qywh .n_about_qywh_body p:nth-of-type(1) {
	font-size: 1.5rem;
	margin-bottom: 8px;
	color: #000;
}

.n_about_qywh_box .n_about_qywh .n_about_qywh_body p {
	font-size: 1.1875rem;
	padding: 5px 0;
}

.n_product_xq_title {
	text-align: center;
	font-size: 34px;
	color: #000;
	line-height: 54px;
	width: 100%;
}

.n_product_xq_img {
	width: 100%;
	text-align: center;
}

.n_product_xq_img img {
	max-width: 100%;
}

.n_product_xq {
	border-bottom: 2px solid #2060ac;
	width: 100%;
	height: 34px;
	margin: 30px 0;
}

.n_product_xq span {
	background: #2060ac;
	color: #fff;
	padding: 15px 30px;
	font-size: 1.125rem;
	font-weight: bold;
}

.n_album_xq_title {
	text-align: center;
	font-size: 34px;
	color: #000;
	line-height: 54px;
	width: 100%;
	margin: 50px 0;
}

.n_album_xq {
	text-align: center;
	margin: 50px auto;
}

.n_product_xq_text {
	font-size: 1rem;
	margin: 30px 0;
}

.n_contact_map {
	margin: 30px 0;
}

.news_news {
	margin-top: 50px;
	margin-bottom: 50px;
}

.news_news .news_news_title {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 25px 0;
	border-bottom: 1px solid #b1b1b1;
	margin-bottom: 50px;
}

.news_news_time {
	font-size: 15px;
	text-align: center;
	color: #6b6b6b;
	margin: 20px 0;
}

.news_news_img {
	text-align: center;
}

.news_news .news_news_body {
	font-size: 18px;
	color: #6b6b6b;
	line-height: 3;
}


.n_contact {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


@media screen and (max-width: 1501px) {
	.center {
		width: 90%;
	}

	.about_box .about .about_body .about_body_text {
		line-height: 20px;
	}

	.album_box .album .album_body ul li div {
		height: 170px;
	}

	.album_box .album .album_body ul {
		padding: 0px 0%;
	}

	.product_box .product .product_left div {
		left: 15%;
		top: 18%;
		padding-right: 15px;
	}

	.service_box .service .service_right div {
		right: 15%;
		top: 18%;
		padding-left: 15px;
	}

	.product_box .product .product_left div p:nth-of-type(1) {
		font-size: 1.5rem;
		padding-bottom: 15px;
	}

	.service_box .service .service_right div p:nth-of-type(2) {
		font-size: 0.8375rem;
	}

	.product_box .product .product_left div a {
		line-height: 30px;
		height: 30px;
		padding: 0 28px;
		margin-top: 20px;
	}

	.service_box .service .service_right div p:nth-of-type(1) {
		font-size: 1.5rem;
		padding-bottom: 15px;
	}

	.service_box .service .service_right div p:nth-of-type(2) {
		font-size: 0.8375rem;
	}

	.service_box .service .service_right div a {
		line-height: 30px;
		height: 30px;
		padding: 0 28px;
		margin-top: 20px;

	}

	.n_product_box .n_product .n_product_right .n_product_rbox {
		width: 28%;
	}

	.n_news_box .n_news .n_news_tleft {
		width: 16%;
	}

	.n_about_box .n_about {
		width: 80%;
	}
}

@media screen and (max-width: 1001px) {
	.header_box {
		display: none;
	}

	.phone-section {
		display: block;
	}

	.phone-logo {
		width: 40%;
	}

	.phone-head {
		width: 100%;
		padding: 15px 10px;
		box-sizing: border-box;
		justify-content: space-between;
		background-color: #fff;
		/* position: fixed; */
		top: 0;
		left: 0;
	}

	.close {
		background-color: #1e50ae;
		padding: 10px 15px;
		box-sizing: border-box;
	}

	.close img {
		width: 30px;
	}

	.phone-listnav {
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 3;
	}

	.phonelist-nav {
		width: 100%;
		background-color: #1e50ae;
		line-height: 48px;
	}

	.phonelist-nav a {
		color: #fff;
		font-size: 14px;
		padding: 0 15px;
	}

	.phonelist-nav1 {
		flex-direction: column;
		align-items: stretch;
		padding-left: 20px;
	}

	.phonelist-nav1 a {
		display: block;
	}

	.phonelist-nav {
		border-bottom: 1px solid #ffffff;
	}

	.phonelist-nav:last-child {
		border-bottom: none;
	}

	.phonelist-navtop>a {
		width: 50%;
	}

	.phonelist-navtop div {
		flex-grow: 1;
		flex-direction: row-reverse;
		box-sizing: border-box;
		padding-right: 10px;
	}

	.phonelist-navtop div img {
		width: 16px;
	}

	.phonelist-nav1 {
		display: none;
	}

	.menucl-img2 {
		display: none;
	}

	.about_box .about .about_title span {
		font-size: 1.5rem;
		margin: 20px 0;
	}

	.about_box .about .about_body {
		display: block;
	}

	.about_box .about .about_body .about_body_text {
		padding-top: 3px;
	}

	.about_box .about .about_body .about_body_text {
		line-height: 18px;
		font-size: 0.7rem;
	}

	.about_box .about .about_body .about_body_text p {
		padding: 5px;
	}

	.album_box .album .album_body ul {
		overflow-x: auto;
		flex-wrap: wrap;
		flex-direction: column;
		height: 270px;
	}

	.album_box .album .album_body ul li {
		width: 100%;
	}

	.product_box .product .product_left {
		height: 250px;
	}

	.service_box .service .service_right {
		height: 250px;
	}

	.service_box .service {
		display: block;
	}

	.service_box .service .service_right div {
		left: 15%;
		top: 18%;
		right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.product_box .product {
		display: block;
	}

	.news_box .news .news_body {
		display: block;
	}

	.news_box .news .news_body .news_body_imgbox {
		width: 100%;
	}

	.footer_box .footer .footer_top {
		display: block;
	}

	.footer_box .footer .footer_top .footer_top_left {
		width: 20%;
		text-align: center;
	}

	.footer_box .footer .footer_top .footer_top_right {
		display: block;
	}

	.footer_box .footer .footer_top .footer_top_right div {
		width: 100%;
		border-bottom: 1px solid #f0f0f0;
		padding: 10px 0;
	}

	.nav_box .nav ul li {
		margin: 0 10px;
	}

	.n_about_box .n_about {
		width: 90%;
	}

	.n_product_box .n_product {
		display: block;
	}

	.n_product_box .n_product .n_product_left {
		width: 100%;
	}

	.n_product_box .n_product .n_product_right {
		width: 100%;
	}

	.n_product_right1 {
		display: block;
	}

	.n_product_box .n_product .n_product_right .n_product_rbox {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}

	.n_supplier_box .n_supplier .n_supplier_photo div {
		margin-right: 0%;
		width: 100%;
	}

	.n_news_box .n_news .n_news_tleft p:nth-of-type(1) {
		margin: 0 5px 0 0;
		font-size: 1.2rem;
	}

	.n_news_box .n_news .n_news_tleft p:nth-of-type(2) {
		margin: 0 5px 0 0;
		padding: 0px 0 10px;
	}

	.n_news_box .n_news .n_news_tright {
		padding-left: 5px;
	}

	.n_news_box .n_news .n_news_tright p:nth-of-type(1) {
		font-size: 1rem;

		margin-bottom: 8px;

	}

	.n_news_box .n_news .n_news_tright p:nth-of-type(2) {
		font-size: 0.7rem;
		line-height: 20px;
	}

	.n_news_box .n_news .n_news_tleft {
		width: 25%;
	}

	.n_contact_box .n_contact .n_contact_top {
		display: block;
	}

	.n_contact_box .n_contact .n_contact_top .n_contact_ttext {
		width: 100%;
	}

	.n_contact_box .n_contact .n_contact_top .n_contact_timg {
		width: 100%;
	}

	.n_contact_box .n_contact .n_contact_top {
		width: 98%;    padding: 10px 10px;
	}
  .n_contact_box .n_contact .n_contact_top .input {
    width: 100%;
  }
}
