.carousel {
	z-index: -1;
}

/* 样本产品开始 */

.cn {
	display: block;
}

.en {
	display: none;
}

.q-banner {
	float: left;
	width: 100%;
}

.product-item {
	padding: 20px;
}

.pi-wrap {
	padding: 20px;
	background: #f6f7f9;
	display: flex;
	box-shadow: 0px 0px 4px 3px rgb(0 0 0 / 10%);
}

.pi-left {
	width: 60%;
}

.pi-left .second-wrap {
	height: 80px;
}

.pi-left .second-wrap p a {
	color: #333;
	display: inline-block;
	width: 100%;
}

.pi-left .second-wrap p a span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.pi-right {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.product-item h2 {
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: bold;

	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more-m {
	font-size: 15px;
	color: rgb(231, 0, 18);
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

.pi-right img {
	width: 100%;
}

/* 样本产品结束 */

/* 商城品牌开始 */
.fltree {
	opacity: 1 !important;
	visibility: visible !important;
}

.s-fltree {
	display: none !important;
}

.brand_box ul {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.brand_box ul li a img {
	width: 85%;
	margin: auto;
	display: block;
}

/* 商城品牌结束 */
/* 商城推荐产品开始 */
.hot_box {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}

.hot_box h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0;
}

.hotlist {
	/* width: 20%; */
}

.hot_box .hotlist_box {
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hot_box .hotlist {
	margin-bottom: 15px;
	padding: 0 20px;
}

.hot_box .hotlist img {
	width: 70%;
	height: 170.9px;
}


.hot_pic_box {
	border: 1px solid #f2f2f2;
	text-align: center;
}

.hot_prod_tit {
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	display: flex;
	justify-content: space-between;
	color: #333;
	white-space: nowrap;
}

.hot_prod_tit span:nth-child(1) {
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hot_prod_tit span:nth-child(2) {
	width: 30%;
	text-align: right;
}

.hot_prod_xh {
	color: #666;
	font-size: 15px;
}

.btom_btn {
	position: relative;
	top: 10px;
}

.login_jg {
	color: #ff0000;
	font-size: 15px;
}

.but_d {
	float: right;
	background: transparent;
	border: none;
	outline: none;
}

.but_d a span {
	font-size: 22px;
	color: #ff0000;
	position: relative;
	top: -2px;
}

/* 商城推挤产品结束 */
/* 企业站产品中心开始 */
/* 搜素框开始 */
.prod_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0;
	text-align: center;
}

.index-search {
	max-width: 1200px;
	margin: 0 auto 25px;
	position: relative;
	padding: 0 5px;
}

#index-ybsearch {
	width: 25%;
	height: 38px;
	padding-left: 10px;
}

.index-search_input {
	width: 20%;
	height: 38px;
	padding-left: 10px;
}

.index-serchbtn {
	width: 11.5%;
	height: 38px;
	background: #0078e6;
	border: none;
	color: #fff;
	font-size: 16px;
	outline: none;
	border-radius: 5px;
}

.index-input-group input {
	border: 1px solid #c8c8c8;
	font-size: 15px;
	outline: none;
}

/* 搜索框结束 */
.product_box {
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
}

.product_box .product-single {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 20px 0;
	background: #fafafa;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.product_box .product-single .service-image {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.product_box .product-single .service-image img {
	height: auto;
	width: 70%;
	z-index: 2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	margin: auto;
}

.product_box .product-single:hover .service-image img {
	transform: scale(1.25, 1.25);
}

.product_box .product-single .content {
	z-index: 2;
	width: 100%;
	margin-top: 30px;
}

.product_box .product-single .content h4 {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 15px;
	color: #181E4E;
	position: relative;
}

.product_box .product-single .content h4 a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding-left: 25px;
}

.product_box .product-single .content h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background: #033566;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product_box .product-single:hover .content h4:before {
	width: 130px;
}

.product_box .product-single .content h4:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #0335664d;
	z-index: -1;
}

.content p a img {
	width: 32px;
	height: 32px;
}

.content p a span {
	position: relative;
	top: -10px;
	left: 10px;
}

.product_box .product-single .content p {
	color: #666;
	line-height: 32px;
	padding-left: 25px;
}

.product_box .product-single .content p a {
	font-size: 15px;
	color: #666;
	transition: all 0.4s;
}

.product_box .product-single .content p a:hover {
	color: #0078e6;
}

.prodcut_bnt {
	padding-left: 25px;
	margin: 20px 0 30px;
}

.prodcut_bnt a {
	text-align: center;
	margin: 0;
	padding: 14px 30px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
	transition: all 1s ease;
	display: inline-block;
	border: 1px solid #0078e6;
	color: #0078e6;
}

.product_box .product-single:hover .prodcut_bnt a {
	background: #0078e6;
	color: #fff;
	;
}

/* 企业站产品中心结束 */
/*企业站行业新闻轴承知识开始 */
.hy_new_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0 20px;
}

.hy_box_item {
	margin-bottom: 30px;
	transition: all 400ms linear 0s;
	width: 100%;
	overflow: hidden;
}

.hy_image {
	width: 40%;
	float: left;
}

.hy_new_text {
	width: 60%;
	float: right;
}

.hy_box_item img {
	float: left;
	width: 100%;
	height: 152.41px;
}

.hy_box_item:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.hy_new_text {
	background-color: #F8F8F8;
	padding: 13px 18px;
	height: 152.41px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hy_new_text a h4 {
	font-size: 16px;
	font-weight: 600;
	color: #242424;
	text-transform: capitalize;
	padding-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.hy_new_text p {
	font-size: 15px;
	color: #414141;
	line-height: 24px;
	margin-bottom: 11px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.theme-btn {
	color: #FFF;
	background-color: #00449a;
	border-radius: 40px;
	font-size: 15px;
	border: none;
	margin: auto;
	float: none;
	display: table;
	padding: 12px 25px;
	transition: all 400ms linear 0s;
}

.hy_box_item:hover .theme-btn {
	background-color: #1d81ff;
	color: #fff;
}

.new_icon {
	color: #00449a;
	font-size: 30px;
	border: none;
	float: none;
	display: table;
	transition: all 400ms linear 0s;
}

.hy_new_time {
	color: #a3a3a3 !important;
}

/* 企业站行业新闻轴承知识结束 */
/* 企业站企业新闻开始 */
.new_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}

.new_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0 20px;
	text-align: center;
}

.new_box ul li {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
}

.nDate {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 10px 0 0;
}

.numDate {
	float: left;
	width: 60%;
	text-align: right;
	font-weight: bold;
	font-size: 38px;
	color: #ff0000;
}

.yueSet {
	float: left;
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
	color: #666;
}

.yrDate {
	font-size: 16px;
	color: #fff;
	background: #1d59bf;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	clear: both;
}

.newName {
	width: calc(100% - 0px - 100px);
	float: left;
	margin: 0;
	padding-left: 10px;
	box-sizing: border-box;
}

.newTit .titleSet {
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
	padding: 6px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.8s;
}

.newDetail_box {
	width: 82%;
	float: left;
}

.newDetail {
	white-space: normal;
	font-size: 15px;
	padding: 5px 0 0 10px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
	color: #999;
	margin: 0;

}

.newDetail_box .detail {
	color: #1d59bf;
	font-size: 12px;
	font-style: oblique;
	display: block;
	text-align: left;
	padding: 15px 10px;
}

.new_text_box img {
	float: right;
	width: 18%;
}

.newTit .titleSet:hover {
	color: #1d59bf;
}

.cont-item {
	width: 23.333%;
	box-shadow: -0.14px 1.995px 18.4px 1.6px rgb(29 89 191 / 21%);
	background-color: #f3f9ff;
	padding: 12px;
	margin: 30px 9px;
	float: left;
}

.cont-item img {
	width: 100%;
}

/* 企业站行业应用开始 */
.ApplyArea .applylist_box {
	margin: 20px 0 50px 0;
}

.ApplyArea .applylist_box .applylist {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.ApplyArea .applylist_box img {
	width: 100%;
	height: 160px;
	transition: all 400ms linear 0s;
}

.ApplyArea .applylist_box img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.ApplyArea .applylist_box span {
	font-size: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

/* 企业站行业应用结束 */

/* 应用领域 */
.application {
	background-image: url(/html/assets/image/maina.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 0px;
	float: left;
}

.application .a-box {
	padding: 20px 1px;
}

.application .a-box h3 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 15px;
	color: #787878;
}

.application .a-box p {
	width: 100%;
	line-height: 26px;
	margin: 15px 0PX;
	color: #787878;
	font-size: 15px;
}

.application .a-box div:nth-child(1) {
	width: 9%;
	height: 3px;
	background: #1d59bf;
	margin: 5px 0 20px 0;
}

.application .a-box div:nth-child(3) a {
	color: #787878;
	display: inline-block;
	height: 53px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 53px;
}

.application .at-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 25px;
}

.application .a-top {
	margin-top: 50px;
}

.application .a-top p {
	float: left;
	line-height: 27px;
	color: #fff;
	width: 100%;
	padding: 0px 11px;
	margin: 0;
}

.application .a-top div:nth-child(3) {
	color: #fff;
	margin: 30px 0 60px 0;
	line-height: 24px;
}

.application .at-top h1 {
	font-size: 37px;
	font-weight: 700;
	color: #fff;
	margin-left: 11px;
}

.application .at-top span a {
	color: #fff;
	padding: 11px 56px;
	border-radius: 25px;
	border: 3px solid #fff;
	position: relative;
	top: 25px;
	font-weight: bold;
	right: 29px;
}

.application a:hover p {
	color: #1d59bf;
	transition: all 0.5s;

}

/* 新闻 */
.news {
	background-image: url(/html/assets/image/mainb.png);
	background-repeat: no-repeat;
	padding-bottom: 80px;
	overflow: hidden;
	float: left;
	background-position-x: center;
	margin-bottom: 20px;
}

.news-item {
	width: 48%;
	box-shadow: -0.14px 1.995px 18.4px 1.6px rgb(29 89 191 / 21%);
	background-color: #f3f9ff;
	padding: 15px;
	margin: 56px 0px;
	float: left;
	position: relative;
	top: 70px;
	z-index: 9;
}

.news-item img {
	width: 100%;
}

.news-right {
	width: 48%;
	float: left;
	margin-left: 4%;
	padding-top: 5%;
}

.news-right h1 {
	font-size: 37px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.news-right ul li {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.news-right ul li a:hover {
	color: #fff;
}

.news-right ul li span {
	color: #fff;
	line-height: 25px;
	float: left;
	width: 100%;
}

.news-right ul li h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
	color: #fff;
	float: left;
	margin: 0;
	padding: 0;
}

.news-right ul li p {
	line-height: 25px;
	font-size: 15px;
	float: left;
	color: #fff;
}

.news-right span a {
	color: #fff;
	padding: 11px 56px;
	border-radius: 25px;
	border: 3px solid #fff;
	position: relative;
	top: 25px;
	font-weight: bold;
}


/* 销售网络 */


.wl {
	background-image: url(/html/assets/image/mainc.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 20px;
	overflow: hidden;
	width: 100%;
	float: left;
}

.wl .l-left {
	float: left;
	width: 30%;
	margin-top: 4%;
}

.wl .l-left h1 {
	font-size: 37px;
	font-weight: 700;
	color: #333;
	margin: 50px 0px;
	float: left;
	width: 100%;
}

.wl .l-left p {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 40px;
	float: left;
	width: 100%;
}

.wl .l-left span a {
	color: #1d59bf;
	padding: 11px 60px;
	border-radius: 25px;
	border: 3px solid #1d59bf;
	position: relative;
	top: 60px;
	font-weight: bold;
}

.wl .l-right {
	float: left;
	width: 70%;
	margin: 50px 0;
}



/* 关于广东会 */
.contact .c-left {
	color: #fff;
	padding: 6% 5% 7% 6%;
	background-image: url(/html/assets/image/dq.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.contact {
	background: #f3f9ff;
	margin-bottom: 70px;
	float: left;
}

.contact .c-left .line_a {
	float: left;
	width: 1px;
	height: 197px;
	background-color: #fff;
	position: relative;
	top: -44px;
}

.contact .c-left .line_b {
	float: left;
	width: 180px;
	height: 1px;
	background-color: #fff;
	position: relative;
	left: -20px;
}


.contact .c-left .con-1 {
	font-size: 37px;
	color: #fff;
	margin: 13px 0 20px 0;
	font-weight: bold;
	margin-left: 15px
}


.contact .c-left .con-2 {
	color: #fff;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 25px;
	margin-left: 15px
}

.contact .c-left .con-4 span {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.contact .c-left .con-4 a {
	color: #fff;
}

.contact .c-left .cont {
	margin: 50px 0 60px 0;
}

.contact .c-left .cont p {
	/* text-indent: 2em; */
	line-height: 26px;
	text-align: justify;
	margin-bottom: 25px;
	margin-left: 15px
}

.c-left a {
	color: #fff;
	padding: 13px 50px;
	border: 3px solid #fff;
	border-radius: 25px;
	transition: all .5s;
	margin-left: 15px;
	font-weight: bold;
}

.c-left a:hover {
	color: #fff;
	padding: 13px 65px;
	border: 3px solid #fff;
	border-radius: 25px;
	background-color: #1d59bf;
	transition: all .5s;
	font-weight: bold;
}

.c-right {
	height: 636px;
	padding: 0 !important;
	margin: 0 !important;
	width: 58% !important;
}

.c-right a {
	color: #333;
	padding-bottom: 5px;
	border-bottom: 1px solid #333
}


.c-r div:nth-child(1) {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.c-r div:nth-child(2) {
	font-size: 37px;
	color: #333;
	margin: 10px 0 80px 0;
}

.c-r div:nth-child(3) {
	color: #333;
}

.c-right .controla {
	/* background-image: url(/html/assets/image/dqimg.png); */
	background-repeat: no-repeat;
	background-size: 90%;
	margin-top: 7%;
	width: 100%;
}

.c-right .controla img {
	border-top-right-radius: 130px;
	height: 550px;
}

/* 主要产品 */
.product {
	background-image: url(/html/assets/image/main.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 0px;
	float: left;
	padding-bottom: 120px;
	width: 100%;
}

.product_w {
	max-width: 1300px;
	margin: 0 auto;
}

.product a {
	color: #333;
}

.product .p-top {
	text-align: center;
	padding: 80px 4% 45px 4%;
	border-bottom: 1px solid #dadada;
}

.product .p-top div:nth-child(1) {
	font-size: 38px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}

.product .p-top div:nth-child(2) {
	font-size: 18px;
	color: #787878;
}

.product .product-item1 {
	align-items: center;
	justify-content: center;
	width: 30%;
	float: left;
}

.product .product-item1 h3 {
	text-align: center;
	margin-bottom: 20px;
}

.product .product-item p {
	text-indent: 2em;
	line-height: 28px;
	height: 112px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	width: 83%;
	margin: 0 auto;
	color: #787878;
}

.product .product-item1 .find-more {
	padding-top: 15px;
	color: #1d59bf;
	width: 84%;
	margin-left: 12%;
	font-size: 15px;
}

.icon_p {
	font-size: 24px !important;
	margin: 9px;
	position: relative;
	top: 4px;
}

.product .product-item1 .p-img {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.product .product-item1 .p-img img {
	margin-bottom: -24px;
}

.product .product-item1 .p-img .p-img-in {
	width: 270px;
	height: 244px;
	box-shadow: 0px 0px 20px 0px rgba(0, 68, 154, 0.3);
	text-align: center;
	position: absolute;
	background-color: #fff;
}

.product .product-item1 .p-img:nth-child(1) .p-img-in {
	top: -10px;
	right: -40px;
}

.product .product-item1 .p-img:nth-child(2) .p-img-in {
	top: 250px;
	left: 0px;
}

.product .product-item1 .p-img:nth-child(3) .p-img-in {
	top: 527px;
	right: -40px;
}

.product .product-item1 .p-title {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 270px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}


.product .product-item2 {
	align-items: center;
	justify-content: center;
	width: 40%;
	float: left;
}

.product .product-item2 .gs_info {
	margin: 33px auto;
	margin-bottom: 30px;
	width: 82%;
}

.product .product-item2 .gs_info:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 460px;
	height: 460px;
	border: 28px solid rgba(0, 68, 154, 0.2);
	border-radius: 50%;
}

.product .product-item2 .gs_info:nth-child(2) ul {
	width: 50%;
	line-height: 30px;
	font-weight: 600;
}

.product .product-item2 .line {
	display: block;
	margin-bottom: 20px;
	width: 60px;
	height: 5px;
	background-color: #00449a;
	margin-left: 31px;
}

.product .product-item2 h3 {
	margin: 18px auto;
	padding: 18px;
	width: 63%;
	text-align: center;
	font-size: 37px;
	font-weight: 700;
	border-bottom: 3px solid #00449a;
}

.product .product-item2 p {
	text-indent: 2em;
	line-height: 15px;
}

.product .product-item2 .find-more {
	display: block;
	color: #0167c9;
	width: 60%;
	margin: 0 auto;
	border: 3px solid #0167c9;
	border-radius: 33px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
}

.icon_p {
	font-size: 24px !important;
	margin: 9px;
	position: relative;
	top: 4px;
}

.product .product-item2 .p-img {
	text-align: center;
}

.product .product-item3 {
	align-items: center;
	justify-content: center;
	width: 30%;
	float: left;
}

.product .product-item3 h3 {
	text-align: center;
	margin-bottom: 20px;
}

.product .product-item3 p {
	text-indent: 2em;
	line-height: 28px;
	height: 112px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	width: 83%;
	margin: 0 auto;
	color: #787878;
}

.icon_p {
	font-size: 24px !important;
	margin: 9px;
	position: relative;
	top: 4px;
}

.product .product-item3 .p-img {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.product .product-item3 .p-img img {
	margin-bottom: -24px;
}

.product .product-item3 .p-img .p-img-in {
	width: 270px;
	height: 244px;
	box-shadow: 0px 0px 20px 0px rgb(0 68 154 / 30%);
	text-align: center;
	position: absolute;
	background: #fff;
}

.product .product-item3 .p-img:nth-child(1) .p-img-in {
	top: -10px;
	left: -40px;
}

.product .product-item3 .p-img:nth-child(2) .p-img-in {
	top: 250px;
	right: 0;
}

.product .product-item3 .p-img:nth-child(3) .p-img-in {
	top: 527px;
	left: -40px;
}

.product .product-item3 .p-title {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 270px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}



/* banner  */
.swiper-slide {
	position: relative;
}

.swiper-slide .mask {
	position: absolute;
	top: 36%;
	left: 7%;
	text-align: left;
}

.swiper-slide .mask div:nth-child(1) {
	font-size: 46px;
	font-weight: bold;
	color: #1d59bf;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-bottom: 7%;
}

.swiper-slide .mask div:nth-child(2) {
	font-size: 69px;
	color: #1d59bf;
	font-weight: bold;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-bottom: 7%;
}

.swiper-slide .mask div:nth-child(3) {
	font-size: 20px;
	color: #fff;
	width: 78%;
	background-color: #ff8a15;
	text-align: center;
	padding: 11px 15px;
	border-radius: 50px;
	font-weight: normal;
}

.swiper-slide .mask2 {
	position: absolute;
	top: 37%;
	left: 7%;
	text-align: left;
}

.swiper-slide .mask2 div:nth-child(1) {
	font-size: 66px;
	font-weight: bold;
	color: #1d59bf;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-bottom: 7%;
}

.swiper-slide .mask2 div:nth-child(2) {
	font-size: 46px;
	color: #1d59bf;
	font-weight: bold;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-bottom: 7%;
}



.swiper-slide .mask3 {
	position: absolute;
	top: 36%;
	right: 7%;
	text-align: right;
}

.swiper-slide .mask3 div:nth-child(1) {
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 7%;
	text-shadow: -1px 0 #00216a, 0 1px #00216a, 1px 0 #00216a, 0 -1px #00216a;
}

.swiper-slide .mask3 div:nth-child(2) {
	font-size: 69px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7%;
	text-shadow: -1px 0 #00216a, 0 1px #00216a, 1px 0 #00216a, 0 -1px #00216a;
}

.swiper-slide .mask3 div:nth-child(3) {
	font-size: 18px;
	color: #fff;
	width: 87%;
	background-color: #ff8a15;
	text-align: center;
	padding: 11px 10px;
	border-radius: 50px;
	float: right;
	font-weight: bold;
}


.swiper-slide .mask4 {
	position: absolute;
	top: 37%;
	text-align: center;
	width: 100%;
}

.swiper-slide .mask4 div:nth-child(2) {
	font-size: 36px;
	color: #fff;
	margin-bottom: 1%;
	letter-spacing: 2;
	text-shadow: -1px 0 #00216a, 0 1px #00216a, 1px 0 #00216a, 0 -1px #00216a;
}

.swiper-slide .mask4 div:nth-child(1) {
	font-size: 62px;
	color: #fff;
	margin-bottom: 2%;
	font-weight: 600;
	letter-spacing: 2;
	text-shadow: -1px 0 #00216a, 0 1px #00216a, 1px 0 #00216a, 0 -1px #00216a;
}


.product_m {
	display: none;
}

/* 手机  (<=768px)*/
@media (max-width: 768px) {

	.c-right {
		margin-bottom: 40px;
	}

	.link .container {
		flex-direction: column;
	}

	.hot_box .hot_pic_box .hot-img {
		width: 60%;
		margin: 0 auto;
	}

	.hot-flag-a a {
		width: 100%;
		display: flex;
	}

	.hot_box .hotlist img {
		height: auto;
	}

	.hot_prod_tit {
		flex-direction: column;
	}

	.hotlist .hot-flag {
		flex-direction: initial;
	}

	.hot_box .hotlist {
		padding: 0;
	}


	.hy_box_item .hy_image {
		display: none;
	}

	.hy_new_text {
		width: 100%;
	}

	.swiper-slide .mask div:nth-child(1) {
		font-size: 22px;
		font-weight: bold;
		color: #1d59bf;
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
		margin-bottom: 10px;
	}

	.swiper-slide .mask div:nth-child(2) {
		font-size: 18px;
		color: #1d59bf;
		font-weight: bold;
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
		margin-bottom: 10px;
	}

	.swiper-slide .mask div:nth-child(3) {
		font-size: 14px;
		color: #fff;
		width: 94%;
		background-color: #ff8a15;
		text-align: center;
		padding: 11px 6px;
		border-radius: 50px;
	}

	.swiper-slide .mask {
		position: absolute;
		top: 18%;
		right: 2%;
		text-align: left;
	}

	.c-left a {
		color: #fff;
		padding: 8px 50px;
		border: 3px solid #fff;
		border-radius: 25px;
		transition: all .5s;
		margin-left: 15px;
		font-weight: bold;
	}

	.c-r div:nth-child(2) {
		font-size: 30px;
		color: #333;
		margin: 10px 0 41px 0;
	}

	.c-r {
		padding: 0px;
	}



	.contact .c-left .cont {
		margin: 30px 0 45px 0;
	}

	.c-right .controla img {
		border-top-right-radius: 79px;
		height: auto;
	}

	.c-right .controla {
		/* background-image: url(/html/assets/image/dqimg.png); */
		background-repeat: no-repeat;
		background-size: 100%;
		margin-top: 0%;
		width: 100%;
	}

	.contact .c-left {
		color: #fff;
		padding: 65px 15px 40px 4%;
		background-image: url(/html/assets/image/dq.png);
		/* background-position: 92% 64px; */
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.c-right {
		height: 250px;
		padding: 0 !important;
		margin: 0 !important;
		BACKGROUND: #FFF;
		width: 100% !important;
	}

	.product {
		background-image: url(/html/assets/image/main.png);
		background-repeat: no-repeat;
		background-size: 500%;
		background-position-y: 92px;
		padding-bottom: 50px;
	}

	.product .p-top {
		text-align: center;
		padding: 40px 4% 45px 4%;
		border-bottom: 1px solid #dadada;
	}

	.product .p-top div:nth-child(1) {
		font-size: 28px;
		color: #333;
		font-weight: bold;
		margin-bottom: 25px;
	}

	.product .p-top div:nth-child(2) {
		font-size: 16px;
		color: #787878;
		line-height: 27px;
	}

	.product .product-item {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.product .product-item p {
		text-indent: 2em;
		line-height: 25px;
		height: 93px;
		display: -webkit-box;
		word-break: break-all;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		color: #787878;
	}

	.product .product-item .find-more {
		padding-top: 15px;
		color: #b98e49;
		width: 84%;
		margin-left: 1%;
		font-size: 15px;
	}

	.application .at-top span:nth-child(1) {
		font-size: 26px;
		font-weight: 700;
		color: #fff;
	}

	.link .container .l-left span:nth-child(1) {
		font-size: 20px;
		font-weight: 700;
	}

	.link .container .l-left span:nth-child(2) {
		font-size: 18px;
		LINE-HEIGHT: 60PX;
	}

	.application .a-box {
		padding: 0px;
	}

	.application {
		/* background-image: url(/html/assets/image/maina.png); */
		background-repeat: no-repeat;
		/* background-size: 100%; */
		float: left;
		background-position-x: center;
		margin-bottom: 20px;
		background: #02489f;
		padding-bottom: 25px;
	}

	.application .a-top {
		margin-top: 20px;
	}

	.application .at-top h1 {
		font-size: 28px;
		font-weight: 700;
		color: #fff;
		margin-left: 0px;
	}

	.application .at-top span a {
		color: #fff;
		padding: 8px 28px;
		border-radius: 25px;
		border: 2px solid #fff;
		position: relative;
		top: 4px;
		font-weight: bold;
		right: 3px;
	}

	.application .a-top p {
		float: left;
		line-height: 27px;
		color: #fff;
		width: 100%;
		padding: 0px;
		margin: 0;
	}

	.cont-item {
		width: 47%;
		box-shadow: -0.14px 1.995px 18.4px 1.6px rgb(29 89 191 / 21%);
		background-color: #fff;
		padding: 4px;
		margin: 6px 5px;
		float: left;
	}

	.news-item {
		width: 100%;
		box-shadow: -0.14px 1.995px 18.4px 1.6px rgb(29 89 191 / 21%);
		background-color: #f3f9ff;
		padding: 15px;
		margin: 0px;
		float: left;
		position: relative;
		top: 0px;
		z-index: 9;
	}

	.news-right {
		width: 100%;
		float: left;
		margin-left: 0;
		padding: 13px;
	}

	.news-right h1 {
		font-size: 28px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 20px;
	}

	.news {
		/* background-image: url(/html/assets/image/mainb.png); */
		background-repeat: no-repeat;
		padding-bottom: 80px;
		overflow: hidden;
		float: left;
		background-position-x: center;
		margin-bottom: 20px;
		background: #02489f;
	}

	.news-right span a {
		color: #fff;
		padding: 8px 56px;
		border-radius: 25px;
		border: 3px solid #fff;
		position: relative;
		top: 25px;
		font-weight: bold;
	}

	.wl {
		background-image: url(/html/assets/image/mainc.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position-y: 20px;
		overflow: hidden;
		width: 100%;
		float: left;
		background: #fff;
	}

	.wl .l-left {
		float: left;
		width: 100%;
		margin-top: 4%;
	}

	.wl .l-left h1 {
		font-size: 28px;
		font-weight: 700;
		color: #333;
		margin: 23px 0px;
		float: left;
		width: 100%;
	}

	.contact .c-left .con-1 {
		font-size: 28px;
		color: #fff;
		margin: 13px 0 15px 0;
		font-weight: bold;
		margin-left: 15px;
	}

	.wl .l-left p {
		font-size: 18px;
		font-weight: 700;
		color: #333;
		line-height: 30px;
		float: left;
		width: 100%;
	}

	.wl .l-left span a {
		color: #1d59bf;
		padding: 8px 50px;
		border-radius: 25px;
		border: 3px solid #1d59bf;
		position: relative;
		top: 5px;
		font-weight: bold;
	}

	.wl .l-right {
		float: left;
		width: 100%;
		margin-bottom: 50px;
		margin-top: 35px;
	}

	.product {
		display: none;
	}

	.product_m {
		display: block;
		overflow: hidden;
		width: 100%;
		padding-bottom: 30px;
		padding-top: 25px;
	}

	.product_m p {
		float: left;
		margin-left: 12px;
	}

	.product-item {
		padding: 0px;
		background-color: #fff;
		float: left;
		margin: 7px;
		width: 46%;
		box-shadow: 0px 0px 20px 0px rgb(0 68 154 / 30%);
	}

	.product-item h3 {
		font-size: 14px;
		text-align: center;
		margin: 0;
		line-height: 24px;
	}

	.product_m .gs_info {
		margin: 5px auto;
		margin-bottom: 30px;
		width: 80%;
	}

	.product_m .gs_info {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 370px;
		height: 370px;
		border: 18px solid rgba(0, 68, 154, 0.2);
		border-radius: 50%;
	}

	.product_m .gs_info ul {
		width: 56%;
		line-height: 25px;
		font-weight: bold;
	}

	.product_m .gs_info h3 {
		margin: 25px auto;
		padding: 4px;
		width: 53%;
		text-align: center;
		font-size: 28px;
		font-weight: 700;
		border-bottom: 3px solid #00449a;

	}

	.product_m .line {
		display: block;
		margin-bottom: 20px;
		width: 60px;
		height: 5px;
		background-color: #00449a;
		margin-left: 12px;
	}

	.product_m .find-more {
		display: block;
		color: #0167c9;
		width: 240px;
		margin: auto 19%;
		border: 3px solid #0167c9;
		border-radius: 33px;
		font-weight: bold;
		line-height: 35px;
		text-align: center;
		float: left;
		margin-top: 36px;
	}

	.swiper-slide .mask2 {
		position: absolute;
		top: 32%;
		left: 7%;
		text-align: left;
	}

	.swiper-slide .mask2 div:nth-child(1) {
		font-size: 18px;
		font-weight: bold;
		color: #1d59bf;
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
		margin-bottom: 3%;
	}

	.swiper-slide .mask2 div:nth-child(2) {
		font-size: 20px;
		color: #1d59bf;
		font-weight: bold;
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
		margin-bottom: 4%;
	}

	.swiper-slide .mask3 {
		position: absolute;
		top: 19%;
		right: 7%;
		text-align: right;
	}

	.swiper-slide .mask3 div:nth-child(1) {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 3%;
	}

	.swiper-slide .mask3 div:nth-child(2) {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 3%;
	}

	.swiper-slide .mask3 div:nth-child(3) {
		font-size: 12px;
		color: #fff;
		width: 100%;
		background-color: #ff8a15;
		text-align: center;
		padding: 11px 5px;
		border-radius: 50px;
		float: right;
		font-weight: bold;
	}


	.swiper-slide .mask4 {
		position: absolute;
		top: 29%;
		text-align: center;
		width: 100%;
	}

	.swiper-slide .mask4 div:nth-child(2) {
		font-size: 18px;
		color: #fff;
		margin-bottom: 1%;
		/* text-shadow: -1px 0 #0167c9, 0 1px #0167c9, 1px 0 #0167c9, 0 -1px #0167c9; */
	}

	.swiper-slide .mask4 div:nth-child(1) {
		font-size: 20px;
		color: #fff;
		margin-bottom: 2%;
		font-weight: 600;
		/* text-shadow: -1px 0 #0167c9, 0 1px #0167c9, 1px 0 #0167c9, 0 -1px #0167c9; */
	}

	.application .a-box p {
		width: 100%;
		line-height: 22px;
		margin: 15px 0PX;
		color: #787878;
		font-size: 14px;
	}

	.news-right ul li h2 {
		font-size: 16px;
		font-weight: bold;
		line-height: 35px;
		color: #fff;
		float: left;
		margin: 0;
		padding: 0;
	}

	.news-right ul li p {
		line-height: 23px;
		font-size: 14px;
		float: left;
		color: #fff;
	}



}
