@charset "utf-8";

body {
	margin: 0 !important;
}

.w1900 {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.w1600 {
	padding: 0 50px;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

div,
a,
p,
span {
	font-size: 14px;
}

ul {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

div {
	box-sizing: border-box;
}

img {
	display: block;
}

.swiper {
	position: relative;
	overflow: hidden;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, .3);
	border-bottom: 1px solid white;
}

.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-pc.fixed {
	background-color: rgba(0, 0, 0, .3);
}

.head a {
	color: white;
}

.head .left {
	flex: 0 0 10%;
}

.head .center {
	flex: 1;
}

.head .center ul {
	justify-content: center;
	width: 100%;
}

.head .center ul {
	display: flex;
	align-items: center;
}

.head-pc.fixed .center ul li {
	padding: 45px 0;
}

.head-pc ul li a {
	font-weight: bold;
	font-size: 16px !important;
}

.head-pc ul ul li a {
	font-weight: 500;
	font-size: 14px !important;
}

.head-pc.fixed ul ul li {
	padding: 0 !important;
}

.head .center ul li {
	padding: 50px 0;
	margin: 0 15px;
	position: relative;
}

.head .center ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #004098;
	bottom: -1px;
	left: 0;
	display: none;
}

.head .center ul li:hover:before {
	display: block;
}

.head .center ul li a {
	padding: 8px 14px;
	font-size: 14px;
}

.head .center .sub-menu {
	padding-top: 30px;
	position: absolute;
	width: 150px;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	display: none;
}

.head .center ul ul {
	display: block;
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
}

.head .center ul ul:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(../images/sub-menu-icon.png) no-repeat;
	left: 50%;
	top: 0;
	transform: translate(-50%, -100%);
}

.head .center ul li.a:hover {
	background: url(../images/head-icona.png) right center no-repeat;
	background-size: 10px;
}

.head .center ul li:hover a {
	color: #004098;
}

.head .center ul li:hover ul li a {
	color: #000;
}

.head .center ul ul li {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.head .center ul ul li:before {
	display: none;
}

.head .center ul li:hover .sub-menu {
	display: block;
}

.head .center ul ul li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid white;
}

.head .center ul ul li:hover:before {
	display: none;
}

.head .center ul ul li a:hover {
	color: #004098 !important;
	font-weight: bold;
}

.head .right {
	position: relative;
	flex: 0 0 7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head .search {
	position: relative;
	flex: 0 0 50%;
}

.head .search .search-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/search.png) center no-repeat;
	background-size: 25px;
	cursor: pointer;
}

.head .search form {
	position: absolute;
	width: 250px;
	right: 0;
	top: 0;
	display: none;
}

.head .search form.active {
	display: flex;
}

.head .search form input {
	flex: 0 0 85%;
	padding: 10px 5px;
	border: none;
	box-sizing: border-box;
}

.head .search form button {
	border: none;
	flex: 1;
	background: #004098 url(../images/search.png) center no-repeat;
	background-size: 20px;
	cursor: pointer;
}

.head .search .close {
	padding: 0 5px;
	cursor: pointer;
	background-color: #004098;
	color: white;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(100%, -100%);
}

.head .language {
	flex: 1;
	position: relative;
}

.head .language ul {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	background-color: #fff;
}

.head .language a {
	display: flex;
	padding: 5px;
	align-items: center;
	color: #000;
	font-weight: 500;
}

.head .language a span {
	display: inline-block;
	padding-left: 2px;
}

.head .language:hover ul {
	display: block;
}

.head .language img {
	border: 1px solid #eee;
}

.head .language .lan-icon {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/language-icon.png) center no-repeat;
	background-size: 25px;
}

.head .a {
	background: url(../images/head-icon.png) right center no-repeat;
	background-size: 10px;
}

.swiper {
	position: relative;
}

.swiper img {
	width: 100%;
	height: 100%;
}

.swiper1 .next1,
.swiper1 .prev1 {
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 80px;
	z-index: 1;
	opacity: 0.7;
}

.swiper1 .prev1 {
	top: 50%;
	left: 50px;
	transform: translate(0, -50%);
	background: url(../images/prev.png) center no-repeat;
	background-size: cover;
}

.swiper1 .next1 {
	top: 50%;
	right: 50px;
	transform: translate(0, -50%);
	background: url(../images/next.png) center no-repeat;
	background-size: cover;
}

.title {
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}

.title:before {
	content: "";
	position: absolute;
	width: 350px;
	height: 1px;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #a8a8a8;
}

.title:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 3px;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 50%);
	background-color: #004098;
}

.title h2 {
	font-size: 36px;
	color: #004098;
	padding-bottom: 10px;
}

.title h3 {
	font-size: 16px;
	font-weight: 500;
	color: #a8a8a8;
	text-transform: uppercase;
}

.home-product {
	padding: 80px 0 40px;
	background: url(../images/product-bg.jpg) no-repeat;
	background-size: cover;
}

.home-product .product-ul {
	display: flex;
	justify-content: space-between;
}

.home-product .product-ul .box {
	flex: 0 0 16%;
	padding: 150px 0 40px;
	text-align: center;
}

.home-product .product-ul .box a {
	font-size: 16px;
	font-weight: bold;
	color: #605f5d;
}

.home-product .product-ul .box:nth-child(1) {
	background: url(../images/cate1.png) center 33% no-repeat;
}

.home-product .product-ul .box:nth-child(2) {
	background: url(../images/cate2.png) center 33% no-repeat;
}
.home-product .product-ul .box:nth-child(3) {
	background: url(../images/cate7.png) center 33% no-repeat;
}
.home-product .product-ul .box:nth-child(4) {
	background: url(../images/cate4.png) center 33% no-repeat;
}

.home-product .product-ul .box:nth-child(5) {
	background: url(../images/cate5.png) center 33% no-repeat;
}

.home-product .product-ul .box:nth-child(6) {
	background: url(../images/cate6.png) center 33% no-repeat;
}

.home-product .product-ul .box:nth-child(1).active {
	background: #004098 url(../images/cate1a.png) center 33% no-repeat;
}

.home-product .product-ul .box:nth-child(2).active {
	background: #004098 url(../images/cate2a.png) center 33% no-repeat;
}
.home-product .product-ul .box:nth-child(3).active {
	background: #004098 url(../images/cate7a.png) center 33% no-repeat;
}
.home-product .product-ul .box:nth-child(4).active {
	background: #004098 url(../images/cate4a.png) center 33% no-repeat;
}

.home-product .product-ul .box:nth-child(5).active {
	background: #004098 url(../images/cate5a.png) center 33% no-repeat;
}

.home-product .product-ul .box:nth-child(6).active {
	background: #004098 url(../images/cate6a.png) center 33% no-repeat;
}

.home-product .product-ul .box.active a {
	color: white;
}

.home-product .product-box .show-box {
	display: none;
	flex-wrap: wrap;
	padding-top: 40px;
}

.home-product .product-box .show-box.active {
	display: flex;
}

.home-product .product-box .show-box .box {
	flex: 0 0 22%;
	margin-right: 4%;
	margin-bottom: 40px;
}

.home-product .product-box .show-box .box img {
	width: 100%;
}

.home-product .product-box .show-box .box:nth-child(4n) {
	margin-right: 0;
}

.home-product .product-box .show-box .box p {
	padding: 15px 0;
	text-align: center;
	background-color: #bfbfbf;
}

.home-product .product-box .show-box .box:hover p {
	color: white;
	background-color: #004098;
}

.home-about {
	padding: 60px 0;
	background: url(../images/about-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-about .about-title {
	color: white;
	padding-bottom: 30px;
}

.home-about .about-title h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
}

.home-about .about-title h2 {
	font-size: 40px;
	font-weight: 500;
}

.home-about .about-content {
	width: 46%;
	color: white;
	line-height: 30px;
	text-indent: 30px;
}

.home-about .about-icon {
	margin: 50px 0;
	width: 75%;
	padding: 40px;
	display: flex;
	margin-left: 50px;
	background-color: rgba(255, 255, 255, 0.6);
}

.home-about .about-icon .icon {
	flex: 0 0 25%;
	border-left: 2px solid #004098;
	padding: 20px 0 20px 100px;
}

.home-about .about-icon .icon h2 {
	font-weight: 500;
	font-size: 18px;
}

.home-about .about-icon .icon:nth-child(1) {
	border: none;
	background: url(../images/about-icon1.png) 10px center no-repeat;
	background-size: 70px;
}

.home-about .about-icon .icon:nth-child(2) {
	background: url(../images/about-icon2.png) 20px center no-repeat;
	background-size: 70px;
}

.home-about .about-icon .icon:nth-child(3) {
	background: url(../images/about-icon3.png) 20px center no-repeat;
	background-size: 70px;
}

.home-about .about-icon .icon:nth-child(4) {
	background: url(../images/about-icon4.png) 20px center no-repeat;
	background-size: 60px;
}

.home-about .about-icon .icon span {
	font-size: 32px;
	font-weight: bold;
}

.home-about .about-icon .icon h3 {
	font-size: 16px;
}

.home-about a {
	display: inline-block;
	padding: 15px 35px;
	color: white;
	border: 1px solid white;
}

.home-adv {
	padding: 60px 0;
	background: url(../images/adv-bg.jpg) no-repeat;
	background-size: cover;
}

.home-adv .advs-box {
	background: url(../images/adv-bg2.png) center no-repeat;
	background-size: cover;
	height: 550px;
	display: flex;
	align-items: center;
}

.home-adv .advs-box .w1600 {
	display: flex;
	justify-content: space-between;
	width: 1600px;
}

.home-adv .advs-box .w1600 .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
	flex: 0 0 50%;
}

.home-adv .advs-box .w1600 .left h2 {
	font-size: 36px;
}

.home-adv .advs-box .w1600 .left h3 {
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 36px;
}

.home-adv .advs-box .w1600 .right {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 50%;
}

.home-adv .advs-box .w1600 .right ul li {
	font-size: 18px;
	padding: 15px 0;
}

.home-quality {
	padding: 60px 0;
	background: url(../images/quality-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-quality .title h2 {
	color: white;
}

.home-quality .title h3 {
	color: white;
}

.home-quality .title:before {
	background-color: #fff;
}

.home-quality .title:after {
	background-color: #fff;
}

.home-quality .quality-box {
	display: flex;
	justify-content: space-between;
}

.home-quality .quality-box .box {
	margin-top: 60px;
	flex: 0 0 32.8%;
	padding: 150px 60px 150px;
	text-align: center;
	color: white;
	transition: .3s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.home-quality .quality-box .box:hover {
	margin-top: 0;
	padding: 150px 60px 300px;
}

.home-quality .quality-box .box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url(../images/q-bg.png) center no-repeat;
	background-size: cover;
	display: none;
}

.home-quality .quality-box .box:hover:before {
	display: block;
}

.home-quality .quality-box .box:nth-child(1) {
	background: url(../images/quality-img1.jpg) center no-repeat;
	background-size: cover;
}

.home-quality .quality-box .box:nth-child(2) {
	background: url(../images/quality-img2.jpg) center no-repeat;
	background-size: cover;
}

.home-quality .quality-box .box:nth-child(3) {
	background: url(../images/quality-img3.jpg) center no-repeat;
	background-size: cover;
}

.home-quality .quality-box .box .top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	align-items: center;
	z-index: 1;
}

.home-quality .quality-box .box .top h2 {
	padding-top: 20px;
	font-size: 30px;
}

.home-quality .quality-box .box .bottom {
	position: absolute;
	padding-top: 40px;
	opacity: 0;
	left: 50%;
	bottom: 7%;
	transform: translate(-50%, 0);
	visibility: hidden;
	z-index: 1;
	transition: .3s;
	width: 70%;
}

.home-quality .quality-box .box:hover .bottom {
	opacity: 1;
	visibility: visible;
}

.home-quality .quality-box .box .bottom p {
	line-height: 30px;
	min-height: 120px;
}

.home-quality .quality-box .box .bottom a {
	display: inline-block;
	padding: 10px 30px;
	margin-top: 60px;
	background-color: #0061e5;
	color: white;
}

.home-news {
	padding: 60px 0;
	background: url(../images/news-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-news .news-box {
	display: flex;
	flex-wrap: wrap;
}

.home-news .news-box .box {
	flex: 0 0 31%;
	margin-right: 3%;
	padding: 25px;
	margin-bottom: 3%;
	background-color: #f0f0f0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home-news .news-box .box:hover {
	background: transparent url(../images/newslist-bg.jpg) center no-repeat;
	background-size: cover;
}

.home-news .news-box .box .time {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.home-news .news-box .box .time:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #004098;
}

.home-news .news-box .box:nth-child(3n) {
	margin-right: 0;
}

.home-news .news-box .box h2 {
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}

.home-news .news-box .box p {
	color: #919191;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 20px;
}

.home-news .news-box .box .news-btn span {
	display: inline-block;
	color: #919191;
}

.home-news .news-box .box:hover .time:before {
	background-color: #fff;
}

.home-news .news-box .box:hover span,
.home-news .news-box .box:hover h2,
.home-news .news-box .box:hover p {
	color: white;
}

.footer .f-top {
	padding: 60px 0 40px;
	background: url(../images/footer-bg.jpg) center no-repeat;
	background-size: cover;
}

.footer .f-top .f-logo {
	height: 55px;
	background: url(../images/f-logo.png) center no-repeat;
	margin-bottom: 60px;
}

.footer .f-top ul {
	padding: 0 100px;
	display: flex;
	justify-content: space-between;
}

.footer .f-top ul li {
	padding-top: 120px;
	color: white;
	text-align: center;
	line-height: 30px;
}

.footer .f-top ul li:nth-child(1) {
	background: url(../images/f-icon1.png) top center no-repeat;
	background-size: 90px;
}

.footer .f-top ul li:nth-child(2) {
	background: url(../images/f-icon2.png) top center no-repeat;
	background-size: 90px;
}

.footer .f-top ul li:nth-child(3) {
	background: url(../images/f-icon3.png) top center no-repeat;
	background-size: 90px;
}

.footer .f-top ul li:nth-child(4) {
	background: url(../images/f-icon4.png) top center no-repeat;
	background-size: 90px;
}

.footer .f-bottom {
	padding: 60px 0;
	background-color: #024299;
}

.footer .f-bottom .w1600 {
	display: flex;
}

.footer .f-bottom .left {
	display: flex;
	justify-content: space-between;
	flex: 0 0 80%;
	padding-right: 50px;
}

.footer .f-bottom .left .box {
	padding-left: 30px;
	background: url(../images/f-icon.png) left 6px no-repeat;
	background-size: 10px;
}

.footer .f-bottom .left .box h2 {
	color: white;
	padding-bottom: 20px;
	font-size: 18px;
}

.footer .f-bottom .left .box ul li {
	padding-bottom: 10px;
}

.footer .f-bottom .left .box a {
	color: white;
}

.footer .f-bottom .right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.footer .f-bottom .right img {
	padding: 5px;
	border: 1px solid white;
	width: 135px;
}

.footer .copyright {
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	border-top: 1px solid white;
	background-color: #024299;
}

.footer .copyright p {
	color: white;
}

.footer .copyright a {
	display: flex;
	padding: 5px 0;
}

.footer .copyright img {
	margin-right: 5px;
}

.fixed-btn span {
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid white;
	width: 50px;
	height: 50px;
	background: #004098 url(../images/f-icon-top.png) center no-repeat;
	background-size: 30px;
	cursor: pointer;
}

.pagebanner img {
	display: block;
	width: 100%;
}

.main-position .right.active ul {
	display: flex !important;
}

.main-position .right.active a {
	display: none !important;
}

.main-position .right.active ul a {
	display: inline-block !important;
}

.main-position {
	padding: 15px 0;
	background: #f8f8f8;
	color: #666;
}

.main-position a {
	color: #666;
}

.main-position .w1600 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-box {
	padding: 50px 0;
}

.main-title {
	text-align: center;
	padding-bottom: 40px;
}

.main-title h2 {
	font-size: 34px;
	margin: 0;
	color: #004098;
}

.main-title h3 {
	font-size: 18px;
	color: #a8a8a8;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 10px;
}

.main-box .about-box .about-text p {
	line-height: 40px;
	text-indent: 30px;
	color: #333;
}

.main-box .about-box .about-text img {
	margin-top: 20px;
	width: 100%;
}

.main-box .about-box .about-advs {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap;
}

.main-box .about-box .about-advs .box {
	flex: 0 0 30%;
	text-align: center;
	margin: 10px 0 20px;
	padding-top: 100px;
	transition: .3s;
}

.main-box .about-box .about-advs .box:hover {
	margin-top: 0;
}

.main-box .about-box .about-advs .box:nth-child(4),
.main-box .about-box .about-advs .box:nth-child(5),
.main-box .about-box .about-advs .box:nth-child(6),
.main-box .about-box .about-advs .box:nth-child(7) {
	flex: 0 0 25%;
}

.main-box .about-box .about-advs .box h2 {
	padding-bottom: 10px;
	font-size: 26px;
	color: #004098;
}

.main-box .about-box .about-advs .box:nth-child(1) {
	background: url(../images/cate1.png) center 20px no-repeat;
}

.main-box .about-box .about-advs .box:nth-child(2) {
	background: url(../images/about-icon02.png) center 20px no-repeat;
}

.main-box .about-box .about-advs .box:nth-child(3) {
	background: url(../images/about-icon03.png) center 20px no-repeat;
}

.main-box .about-box .about-advs .box:nth-child(4) {
	background: url(../images/about-icon04.png) center 20px no-repeat;
}

.main-box .about-box .about-advs .box:nth-child(5) {
	background: url(../images/cate5.png) center 20px no-repeat;
}

.main-box .about-box .about-advs .box:nth-child(6) {
	background: url(../images/about-icon06.png) center 20px no-repeat;
}

.main-box .about-box .about-advs .box:nth-child(7) {
	background: url(../images/about-icon07.png) center 20px no-repeat;
}

.main-box .about-box {
	display: flex;
}

.main-box .about-box .page-left {
	flex: 0 0 22%;
}

.category h2 {
	font-size: 24px;
	padding: 15px 25px;
	background-color: #004098;
	color: white;
}

.category ul {
	margin-bottom: 40px;
}

.category ul:last-child li {
	padding: 15px 25px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #fcfcfc;
}

.category ul li a {
	display: block;
	width: 100%;
	padding: 15px 25px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	transition: .3s;
	background-color: #fcfcfc;
}

.category ul li a:hover {
	padding: 15px 25px 15px 35px;
	background-color: #f3f3f3;
}

.main-box .about-box .page-right {
	flex: 1;
	padding-left: 50px;
}

.main-box .speech-box img {
	float: right;
	margin-left: 20px;
}

.main-box .speech-box p {
	line-height: 45px;
	text-indent: 30px;
	color: #333;
}

.main-box .history-box {
	position: relative;
	padding-left: 50px;
	border-left: 2px dashed #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.main-box .history-box:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #ccc;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
}

.main-box .history-box .box {
	padding: 15px;
	flex: 0 0 50.5%;
	margin-bottom: 30px;
}

.main-box .history-box .box h2 {
	font-size: 18px;
	color: #004098;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.main-box .history-box .box h2:before {
	content: "";
	position: absolute;
	width: 250%;
	height: 2px;
	border-bottom: 1px dashed #004098;
	left: -11%;
	bottom: 0;
}

.main-box .history-box .box img {
	width: 100%;
	transition: .3s;
}

.main-box .history-box .box h2::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: -13.8%;
	bottom: 1px;
	background-color: #004098;
	transform: translate(0, 50%);
	transition: .3s;
}

.main-box .history-box .box:hover h2::after {
	transform: translate(0, 50%) scale(1.5);
}

.main-box .history-box .box:hover img {
	transform: scale(1.02);
}


.partner-box .box {
	flex: 0 0 19% !important;
}

.partner-box .box:nth-child(4n) {
	margin-right: 1% !important;
}

.partner-box .box:nth-child(5n) {
	marker-start: 0 !important;
}

.partner-box h3 {
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}

.list-box {
	display: flex;
	flex-wrap: wrap;
}

.list-box .box {
	text-align: center;
	flex: 0 0 32%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.list-box .box p {
	padding: 10px 0;
	color: #666;
}

.list-box .box:nth-child(3n) {
	margin-right: 0;
}

.list-box .box img {
	width: 100%;
	border: 1px solid #eee;
}

.product-box {
	display: flex;
}

.product-box .left {
	flex: 0 0 22%;
}

.product-box .right {
	flex: 1;
	padding-left: 70px;
}

.product-box .right .goods-box {
	display: flex;
	flex-wrap: wrap;
}

.product-box .right .goods-box .box {
	flex: 0 0 24%;
	margin: 0 1% 2% 0;
}

.product-box .goods-details .content.active {
	margin: 0;
}

.product-box .right .goods-box .box:nth-child(4n) {
	margin-right: 0;
}

.product-box .right .goods-box .box img {
	width: 100%;
}

.product-box .right .goods-box .box p {
	text-align: center;
	margin: 0;
	padding: 15px 0;
	background-color: #dbdbdb;
	color: #000;
}

.product-box .right .goods-box .box:hover p {
	background-color: #004098;
	color: white;
}

.partner .box {
	flex: 0 0 19%;
	margin-right: 1%;
}

.partner .box:nth-child(4n) {
	margin-right: 1%;
}

.partner .box:nth-child(5n) {
	margin-right: 1%;
}

.pages {
	display: flex;
	justify-content: center;
}

.pages li {
	padding: 0 10px;
}

.product-box .goods-details {
	display: flex;
	flex-wrap: wrap;
}

.product-box .goods-details .img {
	flex: 0 0 40%;
}

.product-box .goods-details .img img {
	width: 100%;
}

.product-box .goods-details .p-title {
	flex: 0 0 57%;
	margin-left: 3%;
}

.product-box .goods-details .p-title h2 {
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 35px;
	font-size: 26px;
	color: #333;
	font-weight: 500;
	border-bottom: 1px solid #eee;
}

.product-box .goods-details .p-title p {
	margin-bottom: 10px;
	line-height: 25px;
	padding-left: 30px;
}

.product-box .goods-details .p-title p:nth-child(2) {
	background: url(../images/p-icon1.png) left 5px no-repeat;
	background-size: 20px;
}

.product-box .goods-details .p-title p:nth-child(3) {
	background: url(../images/p-icon2.png) left 5px no-repeat;
	background-size: 20px;
}

.product-box .goods-details .content {
	flex: 0 0 100%;
	margin-top: 60px;
}

.product-box .goods-details .content td {
	padding: 5px 15px !important;
}

.product-box .goods-details .content .table {
	margin: 0 !important;
}

.product-box .goods-details .content-title h2 {
	font-size: 18px;
	color: #004098;
}

.product-box .goods-details .content-title {
	align-items: center;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	padding: 15px;
	background-color: #f2f2f2;
	border-bottom: 2px solid #004098;
	margin-bottom: 15px;
}

.main-box .news-box .box {
	margin-bottom: 20px;
	background-color: #f0f0f0;
	padding: 25px;
}

.main-box .news-box .box .time {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.main-box .news-box .box .time:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #004098;
}

.main-box .news-box .box h2 {
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}

.main-box .news-box .box p {
	color: #919191;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 20px;
}

.main-box .news-box .box .news-btn span {
	display: inline-block;
	color: #919191;
}

.news-details .news-title {
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.news-details .news-title h2 {
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: 500;
}

.news-details .news-title p {
	color: #666;
}

.news-details .news-content p {
	margin: 0;
	line-height: 30px;
}

.network-box p {
	line-height: 30px;
	text-indent: 30px;
	margin-bottom: 30px;
}

.services-box h2 {
	margin-bottom: 30px;
	color: #004098;
}

.services-box h3 {
	padding-bottom: 20px;
}

.services-box ul {
	margin-bottom: 30px;
}

.services-box ul li {
	padding: 0 0 15px 25px;
	line-height: 30px;
	position: relative;
}

.hotline-box h3 {
	padding-bottom: 20px;
}

.hotline-box ul {
	margin-bottom: 30px;
}

.hotline-box ul li {
	line-height: 30px;
	padding-bottom: 10px;
}

.contact-box h2 {
	font-size: 26px;
	color: #004098;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #004098;
}

.contact-box ul {
	display: flex;
	flex-wrap: wrap;
}

.contact-box ul li {
	flex: 0 0 19.4%;
	line-height: 30px;
	font-size: 14px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #eee;
}

.contact-box ul li:nth-child(5n) {
	margin-right: 0;
}

.contact-box ul li:nth-child(1) {
	flex: 0 0 20.1%;
	margin-right: 0;
}

.contact-box ul li:nth-child(6),
.contact-box ul li:nth-child(7),
.contact-box ul li:nth-child(8) {
	flex: 0 0 20.1%;
	margin-right: 0;
}

.contact2-box h2 {
	color: red;
	margin-bottom: 30px;
}

.contact2-box h3 {
	padding-bottom: 10px;
}

.contact2-box p {
	margin-bottom: 30px;
}


#map {
	height: 495px;
}

.head-m {
	display: none;
}

.pages {
	min-height: auto !important;
}

.contact-box ul.contact-pc {
	display: flex;
}

.contact-box ul.contact-m {
	display: none;
}

@media (max-width: 440px) {
	.head-pc {
		display: none;
	}

	.head-m {
		display: flex;
	}

	.head-m {
		position: relative;
		width: 100%;
		z-index: 2;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
	}

	.head-m .left {
		padding-left: 25px;
		flex: 0 0 30%;
	}

	.head-m .left img {
		width: 100%;
	}

	.head-m .right {
		padding-right: 25px;
		flex: 0 0 30%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.head-m .right span {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../images/headm-icon.png) center no-repeat;
	}

	.head-m .head-menu {
		position: absolute;
		top: 100%;
		background-color: white;
		width: 100%;
		left: 0;
	}

	.head-m .head-menu a {
		display: block;
		padding: 10px 0 10px 25px;
	}

	.w1600 {
		padding: 0 15px;
	}

	.swiper1 .next1,
	.swiper1 .prev1 {
		width: 30px;
		height: 40px;
	}

	.swiper1 .prev1 {
		left: 10px;
	}

	.swiper1 .next1 {
		right: 10px;
	}

	.swiper1 a {
		height: 40px;
		bottom: 10px;
	}

	.home-product {
		padding: 20px 0;
	}

	.title {
		padding-bottom: 25px;
		margin-bottom: 15px;
	}

	.title h2 {
		font-size: 24px;
	}

	.home-product .product-ul .box {
		flex: 0 0 33%;
		padding: 110px 0 15px;
	}

	.home-product .product-ul {
		flex-wrap: wrap;
	}

	.home-product .product-box .show-box .box {
		flex: 0 0 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.home-product .product-box .show-box .box:nth-child(2n) {
		margin-right: 0;
	}

	.home-product .product-box .show-box .box:nth-child(4n) {
		margin-right: 2%;
	}

	.about-content {
		width: 100% !important;
	}

	.home-about .about-icon {
		width: 100% !important;
		flex-wrap: wrap;
		margin: 0;
		padding: 15px;
		box-sizing: border-box;
		margin-top: 20px;
	}

	.home-about .about-icon .icon {
		border: none;
		flex: 0 0 50%;
		box-sizing: border-box;
		padding: 10px 0 10px 55px;
	}

	.home-about {
		padding: 20px 0;
		background: url(../images/about-bg.jpg) left center no-repeat;
		background-size: cover;
	}

	.home-about .about-icon .icon:nth-child(1) {
		border: none;
		background: url(../images/about-icon1.png) left center no-repeat;
		background-size: 30px;
	}

	.home-about .about-icon .icon:nth-child(2) {
		background: url(../images/about-icon2.png) left center no-repeat;
		background-size: 30px;
	}

	.home-about .about-icon .icon:nth-child(3) {
		background: url(../images/about-icon3.png) left center no-repeat;
		background-size: 30px;
	}

	.home-about .about-icon .icon:nth-child(4) {
		background: url(../images/about-icon4.png) left center no-repeat;
		background-size: 30px;
	}

	.home-about .about-icon .icon span {
		font-size: 18px;
	}

	.home-about .about-icon .icon h3 {
		font-size: 14px;
	}

	.home-about a {
		display: none;
	}

	.home-about .about-title h2 {
		font-size: 24px;
	}

	.home-about .about-title {
		padding-bottom: 15px;
	}

	.home-adv {
		padding: 20px 15px;
	}

	.home-adv .advs-box {
		background: none;
		height: auto;
	}

	.home-adv .advs-box .w1600 {
		flex-wrap: wrap;
		width: 100%;
	}

	.home-adv .advs-box .w1600 .left {
		flex: 0 0 100%;
		color: #000;
	}

	.home-adv .advs-box .w1600 .left h2 {
		font-size: 24px;
	}

	.home-adv .advs-box .w1600 .left h3 {
		font-size: 24px;
		margin: 10px 0 20px;
	}

	.home-adv .advs-box .w1600 .right ul li {
		padding: 10px 0;
	}

	.home-adv .advs-box .w1600 .right {
		flex: 0 0 100%;
	}

	.home-quality {
		padding: 20px 15px;
	}

	.home-quality .quality-box {
		flex-wrap: wrap;
	}

	.home-quality .quality-box .box {
		flex: 0 0 100%;
		padding: 60px 60px 60px;
		margin-top: 15px;
	}

	.home-quality .quality-box .box:hover {
		padding: 60px 60px 230px;
	}

	.home-quality .quality-box .box .bottom a {
		margin: 0;
	}

	.home-news {
		padding: 20px 0;
	}

	.home-news .news-box .box {
		margin-right: 0;
		flex: 0 0 100%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.footer .f-top {
		padding: 20px 0 0;
	}

	.footer .f-top .f-logo {
		background: url(../images/f-logo.png) center no-repeat;
		background-size: 100% auto;
		margin-bottom: 20px;
	}

	.footer .f-top ul {
		padding: 0;
		flex-wrap: wrap;
	}

	.footer .f-top ul li {
		padding-top: 70px;
		margin-bottom: 20px;
		flex: 0 0 50%;
	}

	.footer .f-bottom {
		display: none;
	}

	.footer .f-top ul li:nth-child(1) {
		background: url(../images/f-icon1.png) top center no-repeat;
		background-size: 60px;
	}

	.footer .f-top ul li:nth-child(2) {
		background: url(../images/f-icon2.png) top center no-repeat;
		background-size: 60px;
	}

	.footer .f-top ul li:nth-child(3) {
		background: url(../images/f-icon3.png) top center no-repeat;
		background-size: 60px;
	}

	.footer .f-top ul li:nth-child(4) {
		background: url(../images/f-icon4.png) top center no-repeat;
		background-size: 60px;
	}

	.fixed-btn {
		display: none;
	}

	.main-box .about-box .page-left {
		flex: 0 0 100%;
	}

	.main-box .about-box {
		flex-wrap: wrap;
	}

	.main-box .about-box .page-right {
		padding: 0;
		overflow: inherit !important;
	}

	.main-box .history-box .box h2:before {
		left: 0;
	}

	.main-box .history-box .box h2::after {
		left: -6%;
	}

	.main-box .history-box .box {
		flex: 0 0 100%;
	}

	.main-title {
		padding-bottom: 15px;
	}

	.main-box .speech-box img {
		width: 185px;
	}

	.main-box .history-box {
		padding: 0;
	}

	.category h2:nth-child(3),
	.category ul:nth-child(4) {
		display: none;
	}

	.about-advs {
		display: none !important;
	}

	.main-title h2 {
		font-size: 24px;
	}

	.about-box .about-text img {
		width: 100%;
		margin: 0;
	}

	.about-box p {
		line-height: 30px;
	}

	.list-box .box {
		flex: 0 0 49% !important;
	}

	.list-box .box:nth-child(5n) {
		margin-right: 1% !important;
	}

	.list-box .box:nth-child(3n) {
		marker-start: 1% !important;
	}

	.category ul {
		margin-bottom: 10px;
	}

	.product-box {
		flex-wrap: wrap;
	}

	.product-box {
		flex-wrap: wrap;
	}

	.product-box .left {
		flex: 0 0 100%;
	}

	.product-box .right {
		flex: 0 0 100%;
		padding-left: 0;
	}

	.product-box .goods-box {
		padding: 15px 0;
	}

	.product-box .right .goods-box .box {
		flex: 0 0 49%;
	}

	.product-box .right .goods-box .box:nth-child(4n) {
		margin-right: 1%;
	}

	.product-box .right .goods-box .box:nth-child(2n) {
		margin-right: 0;
	}

	.product-box .left h2 {
		padding: 10px 25px;
	}

	.product-box .left ul li {}

	.goods-details a {
		color: white;
	}

	.product-box .goods-details .img {
		flex: 0 0 100%;
	}

	.product-box .goods-details .title {
		flex: 0 0 100%;
		margin: 0;
	}

	.product-box .goods-details .title .tel-box {
		justify-content: space-between;
	}

	.product-box .goods-details .title .tel-box p {
		margin: 0 0 10px;
		padding: 0;
		flex: 0 0 49%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
	}

	.product-box .goods-details .title .tel-box a {
		font-size: 12px;
		display: inline-block;
		padding-left: 20px;
	}

	.product-box .goods-details .title h2 {
		padding-bottom: 10px;
		font-size: 18px;
		margin: 10px 0;
	}

	.product-box .goods-details .content {
		margin-top: 20px;
	}

	.product-box .goods-details .p-title {
		flex: 0 0 100%;
		padding-top: 20px;
		padding-left: 0;
	}

	.product-box .goods-details .p-title h2 {
		margin-bottom: 10px;
	}

	.product-box .goods-details .p-title p {
		display: none;
	}

	.main-position .left {
		flex: 0 0 70%;
	}

	.product-box .goods-details .content td {
		padding: 5px 0 !important;
	}

	.news-box .box {
		flex: 0 0 100%;
	}

	.network-box img {
		max-width: 100%;
	}

	.main-box {
		padding: 20px 0;
	}

	.contact-box {
		flex-wrap: wrap;
	}

	.contact-box .left {
		flex: 0 0 100%;
	}

	.contact-box ul li {
		margin-right: 0 !important;
		flex: 0 0 100% !important;
	}

	.contact-box .right {

		flex: 0 0 100%;
	}

	.contact-box h2 {
		font-size: 18px;
	}

	.contact-box ul.contact-pc {
		display: none;
	}

	.contact-box ul.contact-m {
		display: block;
	}
}