body {
	background-image: url(/images/background.jpg);
	background-size: 100% 100%;
}

/*公共头部样式*/
.head {
	width: 100%;
	/*padding-top: 5px;*/
	/*background: #0053a9;*/
}

a {
	cursor: pointer;
}

table {
	margin: 0 auto;
}

.class-two li {
	cursor: pointer;
}

.eng-about-list,
.eng-about-list2 {
	width: 100%;
	position: absolute;
	top: 95px;
	left: 0px;
	background: #1584d9;
	padding: 0px 20px;
	box-sizing: border-box;
	z-index: 30000;
	display: none;
}

.eng-about-list div,
.eng-about-list2 div {
	font-size: 0.875rem;
	display: block;
	width: 100%;
	text-align: left;
	color: #FFFFFF;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #3796df;
	cursor: pointer;
}

.click-list li:hover {
	background: rgb(255, 255, 255);
	color: rgb(0, 105, 184);
	border-bottom: 1px solid rgb(221, 221, 221);
	border-top: 1px solid rgb(221, 221, 221);
	border-left: 1px solid rgb(221, 221, 221);
}

.click-list li:hover a {
	color: rgb(0, 105, 184);
}

.hover-list:hover .eng-about-list {
	display: block;
}

.hover-list2:hover .eng-about-list2 {
	display: block;
}

.head-tabbar {
	background-image: url(/images/tabbarBg.png);
	background-size: 100%;
}

.head-tabbar-content {
	width: 70.8%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.head-tabbar-r {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}

.head-tabbar-r ul {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}

.head-tabbar-r ul li {
	height: 100%;
	width: 119px;
	height: 100%;
	text-align: center;
}

.head-tabbar-r ul li a {
	display: block;
	width: 100%;
	height: 100%;
	height: 100%;
	line-height: 94px;
	font-size: 14px;
	color: #fff;
}

.head-tabbar-r ul li a:hover {
	background: #1484d9;
	font-size: 16px;
}

.language,
.language-r {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	cursor: pointer;
	color: #FFFFFF;
}

.language-r {
	position: relative;
}

.language-l {
	margin-right: 9px;
	margin-left: 29px;
}

.language-text {
	font-size: 14px;
	margin-right: 9px;
}

.head-swiper {
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	height: 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.head-nav {
	width: 100%;
	background: #eceff3;
}

.head-nav-content {
	min-width: 64.8%;
	height: 100%;
	margin: 0 auto;
}

.head-nav-content ul {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.head-nav-content ul li {
	height: 100%;
}

.head-nav-content ul li a {
	display: block;
	padding: 0px 1.75rem;
	height: 100%;
	text-align: center;
	line-height: 98px;
	font-size: 14px;
	color: #1c1c1c;
}

.head-nav-content ul li a:hover {
	background: #FFFFFF;
	color: #0069b8;
}

/*首页列表内容*/
.container {
	background-image: url(/images/listBg.jpg);
	background-size: 100% 100%;
}

.container-con {
	/* width: 1154px; */
	margin: 0 auto;
	padding: 63px 0px 0px 0px;
}

.list-one ul,
.list-one ul li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.list-one ul li,
.list-two ul li {
	margin-bottom: 63px;
}

.list-one ul {
	justify-content: center;
	flex-wrap: wrap;
}

.product-l {
	margin-right: 15px;
}

.product-r {
	width: 301px;
	margin-right: 20px;
	overflow: hidden;
}

.product-title a {
	color: #000000;
	font-size: 36.6px;
	font-weight: bold;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.product-des {
	font-size: 15px;
	height: 71px;
	color: #b3b3b3;
	line-height: 25px;
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 27px;
	/*在任何地方换行*/
	width: 500px;
	white-space: pre-wrap;
}

.product-mall-des {
	margin-top: 7px;
	height: 47px;
	font-size: 15px;
	color: #b3b3b3;
	line-height: 25px;
	margin-bottom: 18px;
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	width: 500px;
	white-space: pre-wrap;
}

.more a {
	display: block;
	width: 105px;
	height: 30px;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #086eba;
	color: #086eba;
}

.product-mall-title a {
	color: #000000;
	font-size: 22.7px;
	font-weight: bold;
	height: 60px;
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.list-two ul li,
.list-two ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.list-two ul {
	/* justify-content: center; */
	flex-wrap: wrap;
	max-width: 1233px;
	margin: 0 auto;
}

.product-mall-left {
	margin-right: 10px;
}

.product-mall-right {
	overflow: hidden;
	width: 187px;
	margin-right: 20px;
}

.list-two ul li,
.list-one ul li {
	cursor: pointer;
}

.list-one ul li:hover .product-title a {
	color: #f24725;
}

.list-one ul li:hover .more a {
	background: #f24725;
	border: 1px solid #f24725;
	color: #FFFFFF;
}

.list-two ul li:hover .product-mall-title a {
	color: #f24725;
}

.list-two ul li:hover .more a {
	background: #f24725;
	border: 1px solid #f24725;
	color: #FFFFFF;
}

/*首页about*/
.about {
	background: #f0f2f5;
	text-align: center;
	padding-top: 75px;
}

.about-title {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 35px;
}

.about-des {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	max-width: 1013px;
	margin: 0 auto;
}

.about-con {
	max-width: 1506px;
	margin: 0 auto;
}

.map {
	margin-top: 40px;
	position: relative;
}

.map img {
	width: 100%;
	height: auto;
}

.point {
	position: absolute;
	width: 7.2%;
	top: 22.5%;
	left: 36.4%;
	animation: myfirst1 2s infinite ease;
}

.about-btn {
	width: 138px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	background-image: url(/images/LearnmoreBg.png);
	background-size: 100% 100%;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -69px;
	color: #FFFFFF;
}

/**/
.article {
	background-image: url(/images/articBg.jpg);
	background-size: 100% 100%;
}

.article-con {
	max-width: 1112px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.article-des p {
	color: #FFFFFF;
}

.article-l {
	margin-right: 67px;
}

.article-l img {
	display: block;
}

.article-btn {
	width: 137px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	color: #FFFFFF;
	background-image: url(/images/btn.png);
	background-size: 100% 100%;
	margin-top: 85px;
}

/*news*/
.news {
	padding: 58px 0px;
}

.news-con {
	margin: 0 auto;
}

.new-title {
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.news-list-one {
	width: 500px;
	height: 343px;
	border: 1px solid #dbdbdb;
	padding: 21px 17px 33px 17px;
	box-sizing: border-box;
	position: relative;
}

.posi-btn {
	position: absolute;
	right: 17px;
	bottom: 33px;
}

.news-t {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.news-right {
	flex: 1;
	position: relative;
}

.news-t-l {
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.news-t-l a {
	color: #000000;
}

.news-t-r {
	font-size: 13px;
	color: #0d78c9;
	padding: 10px;
	border: 1px solid #dddddd;
	font-weight: bold;
}

.newsDetailimg {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.news-two {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.news-two li {
	margin-right: 1.5625rem;
}

.news-two li:last-child {
	margin-right: 0rem;
}

.news-c {
	margin-top: 20px;
	line-height: 20px;
}

.news-list-two {
	height: 343px;
}

.news-img {
	width: 237px;
	height: 186px;
}

.news-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.news-list-title {
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp:2;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.news-list-title a {
	color: #000000;
}

.news-list-con {
	width: 237px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 21px 15px;
	box-sizing: border-box;
}

.news-list-time {
	display: inline-block;
	font-weight: bold;
	color: #0d78c9;
	border: 1px solid #dddddd;
	padding: 10px;
	font-size: 0.8125rem;
	margin: 1.25rem 0rem;
}

.news-list-des {
	color: #9095a2;
	line-height: 1.5625rem;
	font-size: 14px;
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp:3;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

/* bottom */
.bottom {
	padding-top: 1.875rem;
	margin-top: 3.8125rem;
	background: rgba(0, 0, 0, 0.05);
}

.bottom-con {
	max-width: 78.125rem;
	margin: 0 auto;
}

.bottom-img {
	width: 328px;
	position: relative;
}

.wx-code {
	position: absolute;
	right: 0px;
	top: 40px;
}

.bottom-img li {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	width: 27.1875rem;
}

.bottom-logo {
	margin-bottom: 2.75rem;
}

.bottom-logo img {
	width: 12.5rem;
	height: auto;
}

.bottom-list {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	justify-content: space-between;
	padding-bottom: 1.6875rem;
}

.bottom-list ul li:first-child {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1.5625rem;
	color: #000000;
}

.bottom-list ul li {
	font-size: 0.9375rem;
	color: #9095a2;
	margin-bottom: 0.625rem;
}

.bottom-list ul li a {
	font-size: 0.9375rem;
	color: #9095a2;
}

.bottom-list ul li:last-child {
	margin-bottom: 0rem;
}

.bottom-list ul li img {
	margin-right: 0.9375rem;
}

/*  */
.foot {
	width: 100%;
	text-align: center;
	background: #0069b8;
	color: #FFFFFF;
	font-size: 15px;
	padding: 0.625rem 0rem;
}

/* product */
.pro-con {
	max-width: 90rem;
	margin: 0 auto;
}

.pro-nav {
	padding: 1.375rem 0rem;
}

.pro-nav span {
	font-size: 0.8125rem;
	color: #a5a9ab;
}

.pro-nav span:last-child {
	color: #0d78c9;
}

.pro-nav img {
	margin-right: 0.5625rem;
	margin-left: 1.25rem;
}

.pro-title {
	font-size: 1.41875rem;
	font-weight: bold;
	padding: 1.875rem 1rem 1.3125rem 1rem;
	border-bottom: 0.0625rem solid #dbdbdb;
}

.pro-left {
	max-width: 16.875rem;
	background: #eceff3;
	border: 0.0625rem solid #dbdbdb;
	margin-right: 1.875rem;
	padding-bottom: 2.8125rem;
}

.pro-left ul li {
	font-size: 0.875rem;
	color: #1c1c1c;
	padding: 0.75rem 1.1875rem;
	box-sizing: border-box;
	cursor: pointer;
}

.pro-left ul li a {
	color: #1c1c1c;
}

.contact li {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
}

.pro-left ul li img {
	display: block;
	margin-right: 0.8125rem;
}

.pro-left ul li span {
	font-size: 0.875rem;
	color: #1c1c1c;
}

.time-tag ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	flex-wrap: wrap;
	align-items: center;
}

.pro-list {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
}

.time-tag ul li {
	font-size: 0.8125rem;
	color: #0069b8;
	padding: 5px;
	text-align: center;
	border: 0.0625rem solid #dddddd;
	margin-bottom: 20px;
	margin-right: 0.625rem;
}

/*  */
.pro-right {
	max-width: 1031px;
}

.pro-show {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	flex-wrap: wrap;
}

.pro-detail-des {
	max-width: 460px;
}

.pro-detail-list img {
	width: 100%;
	height: auto;
}

.pro-show li {
	width: 440px;
	height: 14.4375rem;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	align-items: center;
	padding: 0rem 0.75rem 0rem 1.5rem;
}

.pro-show-l {
	margin-right: 1.1875rem;
}

.pro-show li:hover textarea {
	background: #eeeeee;
}

.show-r-title {
	font-weight: bold;
	font-size: 1.385625rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.show-r-title a {
	color: #000000;
}
.pro-show-right {
	overflow: hidden;
}
.show-right-des {
	width: 500px;
	font-size: 0.9375rem;
	height: 62.2px;
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	color: #7e7e7e;
	line-height: 1.5625rem;
	margin-top: 0.75rem;
	white-space: pre-wrap;
}

.show-r-btn {
	width: 6.5625rem;
	height: 1.875rem;
	line-height: 1.875rem;
	text-align: center;
	color: #0069b8;
	border: 0.0625rem solid #0069b8;
	margin-top: 0.9375rem;
}

.show-r-btn a {
	color: #0069b8;
}

.pro-show li:hover .show-r-btn {
	color: #FFFFFF;
	background: #f55a3b;
	border: 0.0625rem solid #f55a3b;
}

.pro-show li:hover .show-r-btn a {
	color: #FFFFFF;
}

.pro-show li:hover .show-r-title a {
	color: #f55a3b;
}

.pro-show li:hover {
	background: #eeeeee;
}

/*  */
.page_div {
	margin: 20px 10px 20px 0;
	color: #666;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

/* 页数按钮样式 */
.page_div a {
	display: inline-block;
	min-width: 30px;
	height: 28px;
	cursor: pointer;
	color: #666;
	font-size: 13px;
	line-height: 28px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px 0px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
	width: 50px;
	color: #0073A9;
	border: 1px solid #0073A9
}

#nextPage,
#prePage {
	width: 70px
}

.page_div .current {
	background-color: #0073A9;
	border-color: #0073A9;
	color: #FFF
}

/* 页面数目 */
.totalPages {
	margin: 0 10px
}

.totalPages span,
.totalSize span {
	color: #0073A9;
	margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
	opacity: .5;
	cursor: no-drop
}

/* product-detail */
.product-detail-con {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	align-items: center;
	padding: 2.1875rem;
	box-sizing: border-box;
	margin-bottom: 3.75rem;
}

.pro-detail-img {
	width: 485px;
	height: 455px;
	margin-right: 2.75rem;
	background: #FFFFFF;
	padding: 0rem 1.75rem;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	align-items: center;
}

.pro-detail-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.product-detail {
	background: #f4f6f8;
}

.pro-detail-title {
	font-size: 1.625rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.pro-detail-type {
	font-size: 2.2875rem;
	font-weight: bold;
	color: #f24725;
	margin-bottom: 1.2rem;
}

.detail-list-title {
	font-size: 20px;
	margin-bottom: 0.625rem;
}

.detail-list-con {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	align-items: center;
	margin-bottom: 0.2rem;
}

.detail-list-con:last-child {
	margin-bottom: 0rem;
}

.pro-detail-list ul li {
	margin-bottom: 1.3rem;
}

.pro-detail-list ul li:last-child {
	margin-bottom: 0rem;
}

.detail-con-l {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	border: 1px solid #257fc3;
	margin-right: 0.8125rem;
}

.detail-con-right {
	font-size: 0.875rem;
	color: #666666;
}

/*  */
.product-table ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	width: 100%;
}

.product-table-title {
	padding-top: 0.3125rem;
	background: #18aaeb;
}

.product-table-title li {
	color: #FFFFFF;
	background: #0069b8;
}

.product-table ul li {
	text-align: center;
	word-break: break-all;
	padding: 0.625rem;
	box-sizing: border-box;
	border-right: 1px solid #0078c5;
	font-size: 0.8125rem;
}

.product-table ul li:last-child {
	border-right: none;
	flex: 1;
}

.product-table-three li {
	background: #dee9f3;
}

/* news list */
.news-content-list {
	background: #f4f6f8;
}

.new-left {
	margin-right: 1.3125rem;
}

.new-left img {
	display: block;
}

.news-content-list ul li {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	border: 2px solid #dddddd;
	padding: 1.25rem;
	box-sizing: border-box;
	background: #FFFFFF;
	margin-bottom: 1rem;
	position: relative;
}

.news-content-list ul li:last-child {
	margin-bottom: 0rem;
}

.news-des img {
	position: absolute;
	margin-top: 0.3125rem;
	bottom: 0px;
	right: 0px;
}

.news-des {
	height: 54px;
	font-size: 0.875rem;
	color: #9095a2;
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	position: relative;
}

.news-title {
	max-width: 460px;
	font-size: 1.625rem;
	font-weight: bold;
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* word-break: break-all; */
}

.news-top {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.875rem;
}

.news-time {
	width: 11.25rem;
	text-align: center;
	line-height: 1.75rem;
	height: 1.75rem;
	border: 0.0625rem solid #dddddd;
	font-size: 0.8125rem;
	color: #0069b8;
}

/* 新闻内页 */
.news-detail {
	padding: 2.25rem 2.75rem;
	box-sizing: border-box;
	border: 0.0625rem solid #DDDDDD;
}

.news-detail-title {
	font-size: 1.65rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1.625rem;
	border-bottom: 0.0625rem solid #DDDDDD;
	margin-bottom: 1.625rem;
}

.news-detail-des {
	line-height: 1.875rem;
	font-size: 0.9375rem;
	padding-bottom: 2.4375rem;
	border-bottom: 0.0625rem solid #DDDDDD;
}

.news-detail-des img {
	/*width: 100%;*/
	height: auto;
	display: block;
	margin-right: 0.9375rem;
}

.daohang {
	padding-top: 1.5rem;
}

.daohang ul li span {
	font-size: 0.9375rem;
	display: inline-block;
}

.daohang ul li {
	margin-bottom: 1.0625rem;
	cursor: pointer;
}

.daohang ul li:last-child {
	margin-bottom: 0rem;
}

.daohang ul li span:first-child {
	width: 5.3125rem;
	color: #0069b8;
}

/* about us */
.about-us p {
	line-height: 2.1875rem;
	font-size: 14px;
	text-indent: 28px;
}

.about-img {
	margin-top: 1.875rem;
	margin-bottom: 3.75rem;
}

.about-img img {
	width: 100%;
	height: auto;
}

.aboout-list-one li {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	align-items: center;
	width: 100%;
}

.aboout-list-one li div {
	font-size: 0.9375rem;
	color: #3b3c3e;
	line-height: 1.875rem;
}

.aboout-list-one li div:first-child {
	width: 0.625rem;
	height: 0.625rem;
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	margin-right: 0.5625rem;
}

.img-text {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	justify-content: space-between;
}

.text1 {
	font-size: 1.25rem;
	margin-bottom: 1.125rem;
}

.text2 {
	color: #0069b8;
}

.text3 {
	font-size: 0.9375rem;
	line-height: 2.1875rem;
}

.text-list {
	padding-bottom: 2.375rem;
	border-bottom: 0.0625rem solid #DDDDDD;
	margin-bottom: 1.6875rem;
}

.tag-list ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.tag-list ul li {
	margin-right: 2.0625rem;
	font-size: 0.875rem;
}

.tag-list ul li:last-child {
	color: #0069b8;
}

/*联系 我们 */
.contact-con {
	border: 0.0625rem solid #DDDDDD;
	background: #f4f6f8;
}

.contact-list {
	padding: 2.1875rem 3.125rem 0rem 3.125rem;
	box-sizing: border-box;
}

.contact-list ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	justify-content: space-between;
	padding-bottom: 1.9375rem;
	border-bottom: 0.0625rem solid #DDDDDD;
	flex-wrap: wrap;
}

.contact-list ul li {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	justify-content: space-between;
}

.contact-list ul li p a {
	color: #000000;
}

.contact-list ul li div:first-child {
	margin-right: 0.6875rem;
}

.contact-list ul li div p:first-child {
	font-weight: bold;
	margin-bottom: 0.3125rem;
}

.contact-list ul li div p {
	font-size: 0.875rem;
}

.contact-submit-t {
	font-size: 1.625rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
	margin-top: 3.125rem;
}

.contact-submit-des {
	font-size: 0.9375rem;
	margin-bottom: 1.875rem;
}

.contact-submit-input {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	justify-content: space-between;
}

.contact-submit {
	padding: 0rem 2.75rem;
	box-sizing: border-box;
}

.contact-submit-l {
	display: flex;
	display: -webkit-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-submit-r {
	margin-left: 2.9375rem;
}

.contact-submit-l div {
	width: 19.0625rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem;
	margin-bottom: 1.375rem;
	background: #FFFFFF;
}

.contact-submit-l div input {
	width: 100%;
	padding: 0rem 1.25rem;
	box-sizing: border-box;
}

.texa {
	margin-bottom: 1.25rem;
}

.texa textarea {
	width: 100%;
	height: 6.9375rem;
	padding: 0.625rem 1.25rem;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	border-radius: 0.3125rem;
}

.red {
	position: absolute;
	top: 1.1rem;
	left: 0.3125rem;
}

.submit-btn {
	padding-bottom: 2.5rem;
}

.tabbar-list {
	display: none;
}

.zz {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

.zz-con {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	margin-right: 30px;
	margin-bottom: 40px;
}

.zz-con span {
	display: block;
	margin-top: 10px;
}

.news-list-left li {
	text-overflow: ellipsis;
	/*有些示例里需要界说该属性，现实可省略*/
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/*划定凌驾两行的部分截断*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	padding: 0px 1.1875rem;
}

.mind-img {
	width: 100%;
	display: flex;
	display: inline-flex;
	display: -webkit-flex;
	display: -webkit-inline-flex;
	justify-content: space-between;
	align-items: center;
}

/* 媒体盘问 */
@media screen and (max-width: 1260px) {
	.head-tabbar-content {
		padding: 1.875rem 0px;
	}

	.head-tabbar-r {
		display: none;
		height: auto;
		position: absolute;
		right: -40px;
		top: 91px;
		z-index: 1000;
		background: #016bb9;
		padding-bottom: 20px;
	}

	.head-tabbar-r ul {
		display: block;
		height: auto;
	}

	.tabbar-list {
		display: block;
	}

	.language-l {
		margin-left: 0.8125rem;
	}

	.language {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		justify-content: center;
	}

	.news-two li {
		margin-bottom: 1.5625rem;
	}
}

@media screen and (max-width: 1110px) {
	.article-l {
		margin-right: 0rem;
	}

	.bottom-list {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}

	.bottom-list ul {
		width: 23.75rem;
		padding-bottom: 1.875rem;
		margin: 0 auto;
	}

	.bottom-logo {
		width: 23.75rem;
		margin: 0 auto;
		padding-bottom: 3.125rem;
	}

	.bottom {
		padding-left: 2.5rem;
	}

	.img-text div img {
		width: 12.5rem;
	}
}

@media screen and (max-width: 900px) {
	.news-content-list ul li {
		flex-wrap: wrap;
	}

	.news-content-list {
		padding-right: 0.625rem;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1077px) {
	.contact-list ul li {
		margin-bottom: 0.9375rem;
	}
}

@media screen and (max-width: 940px) {
	.contact-submit-input {
		flex-wrap: wrap;
	}
}
.foot a{color:#fff;}
<!--耗时1764541381.2594秒-->