/*
Theme Name: wordpress
Description:wordpress
Author:wordpress
Version：1.0
*/
.index-prosub{
	background: #f7f7f7;
}
@media (min-width: 1400px) {
    .index-prosub>.container {
        max-width: 1400px;
    }
}
.cont{
	position: relative;
    z-index: 1;
    bottom: 0;
    box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    width: 80%;
    padding: 5%;
	margin: 0 auto;
    margin-top: -10%;
    background: #fff;
    margin-bottom: 1%;
    transition: all .2s ease-out;
}
.cont h2{
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #5a5a5a !important;
}
.cont p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 首页产品 */
.in-pro-box .title{
	text-align: left;
	overflow: hidden;
}
.in-pro-box .title h1{
	float: left;
}
.in-pro-box .title p{
	float: left;
}
.pro-link{
	float: right;
}
.inProList{
	margin-bottom: 15px;
}
.pro_title{
	font-size: 16px;
	line-height: 30px;
}
.in-pro-box .title>div{
	float: left;
}
.index-hotpro .item-list{
	border: 1px solid #dfdddf;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.index-hotpro .item-list .pro_title{
	position: absolute;
	left: 0;
	width: 70%;
	padding-right: 34px;
	bottom: 2px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 600;
	background: url(./assets/images/jh.png) no-repeat 159px 4px;
}
.index-hotpro .item-list .pro-more{
	position: absolute;
	right: 8px;
	width: 25%;
	bottom: 7px;
	color: #000;
	background: #ddd;
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 5px;
}
.index-hotpro .pro-mask{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.item-list:hover .pro-mask{
	opacity: 1;
}
.pro-mask .more{
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 54%;
	width: 85px;
	height: 23px;
	margin-left: -43px;
	background: url(./assets/images/more.png) no-repeat;
}
.pro_title1{
	position: absolute;
	top: 38%;
	left: 0%;
	right: 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
/* 案例列表 */
.case-fluid{
	background: url(./assets/images/bj.png) no-repeat;
	background-size: 100% 100%;
}
.case-fluid .title>div{
	width: 80%;
}

.case-fluid .title{
	text-align: left;
	overflow: hidden;
}
.case-fluid .title>div{
	float: left;
}
.case-fluid .title h1{
	float: left;
}
.case-fluid .title p{
	float: left;
	width: auto;
	margin-left: 10%;
	margin-top: 13px;
}
.case-box{
	padding: 0 12%;
}
.case-link{
	border-radius: 60px;
	padding: 10px 20px;
	float: right;
	color: #fff;
	background: #ff7e00;
}
.case-list {
	margin: 10px;
	box-shadow: 0px 2px 10px 0px #e1e1e1;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #fff;
}
.case-title{
	padding: 2px 10px;
}
.case-title div{
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #5e5e5e;
}


.case-fluid .buttonNexts1{
	right: -45px;
	height: 35px;
}
.case-fluid .buttonNexts1:after{
	display: none;
}
.case-fluid .buttonPrevs1{
	left: -45px;
	height: 35px;
}
.case-fluid .buttonPrevs1::after{
	display: none;
}
.in-ab-title{
	text-transform: uppercase;
	font-size: 32px;
	color: #000;
	font-weight: 600;
}
.ab-gs_name{
	font-size: 18px;
	padding: 3% 0;
	color: #666666;
}
.in-ab-img{
	float: right;
	width: 28px;
	margin-right: 5%;
}
.in-ab-text{
	font-size: 16px;
	line-height: 26px;
}
.in-ab-number{
	display: flex;
	justify-content: flex-end;
}
.in-ab-number li{
	width: 33.333%;
}
.in-ab-number span{
	position: relative;
	font-size: 40px;
	color: #000;
	font-weight: 700;
}
.in-ab-number span i{
	font-size: 24px;
	font-weight: 300;
	position: absolute;
	right: -18px;
	top: -5px;
}
.in-ab-number span a{
	font-size: 18px;
	position: absolute;
	right: -54px;
	bottom: 0;
}
.serve-box{
	padding: 3% 0;
	background: url(./assets/images/bj2.png) no-repeat;
	background-size: 100% 100%;
}
.serve-box .title h1{
	color: #fff;
}
.serve-box .title p{
	color: #fff;
}
.serve-list{
	padding: 0 12%;
}
.in-serve{
	position: relative;
	padding:40px 20px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px rgba(15, 30, 64, 0.18);
	border: 1px solid #fff;
}
.in-serve:hover{
	border: 1px solid #ff7e00;
}
.in-serve:hover .serve-num{
	color: #ff7e00;
}
.in-serve:hover i img{
	opacity: 1;
}
.in-serve img{
	display: block;
	margin: 0 auto;
}
.in-serve h1{
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	font-weight: 800;
}
.brand-img{
	padding: 1px;
	width: 100%;
	overflow: hidden;
	justify-content: flex-end;
}
.in-serve-list .in-serve:nth-child(1) i{
	background: url(./assets/images/01.png) no-repeat;
}
.in-serve-list .in-serve:nth-child(2) i{
	background: url(./assets/images/02.png) no-repeat;
}
.in-serve-list .in-serve:nth-child(3) i{
	background: url(./assets/images/03.png) no-repeat;
}
.in-serve-list .in-serve:nth-child(4) i{
	background: url(./assets/images/04.png) no-repeat;
}
.brand-img img {
	float: left;
	width: 14.2%;
	height: auto; /* 自动高度 */
	box-shadow: 0 0 0 1px #ddd;
}
.in-serve i{
	display: block;
	width: 89px;
	height: 83px;
	margin: 0 auto;
}
.in-serve i img{
	opacity: 0;
}
.in-serve p{
	line-height: 25px;
}
.serve-num{
	position: absolute;
	top: 20;
	left: 20px;
	top: 20px;
	left: 20px;
	font-size: 22px;
}
/* 首页新闻 */

.index-adv{
	background: #f7f7f7;
	padding: 3% 0;
}
.indexNewsList {
	padding: 10px;
	box-shadow: 0px 2px 10px 0px #e1e1e1;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #fff;
	overflow: hidden;
}
.news-top{
	margin-bottom: 25px;
}
.news-top a{
	background: #fff;
	width: 100%;
	float: left;
}

.NewsImgBox{
	position: relative;
	margin-right: 3%
}
.NewsImgBox p{
	padding: 10px;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
}
.rightTitleBox{
	padding: 10px;
}
.times .day{
	font-size: 43px;
	font-weight: 800;
	color: #000;
}
.times .year{
	font-size: 18px;
}
.rightTitleBox .inNewsTitle{
	margin-top: 10px;
	border-top: 1px solid #838383;
	font-size: 28px;
	line-height: 58px;
}
.indexNewsList .inNewsTitle {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	border-bottom: 1px solid #838383;
	
}
.news-Title{
	width: 60%;
	float: left;
}
.inNewsTitle .news-Title span{
	font-size: 18px;
	font-weight: 600;
	color: #5e5e5e;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.inNewsTitle .news-Title div{
	border: 1px solid #ff7e00;
	color: #ff7e00;
	font-size: 12px;
	width: 120px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 8px;
}
.time{
	width: 30%;
	float: right;
}
.time .year{
	width: 100%;
	float: left;
}
.time .day{
	font-size: 43px;
	font-weight: 800;
	color: #000;
}
.indexNewsList p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	color: #838383;
	margin-bottom: 6px;
}
/* .indexNewsList:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
} */

/* 产列表 */
.proListBox{
	padding-top: 3%;
	padding-bottom: 3%;
}
.menu-list{
	background: #f3f3f3;
	height: 100%;
}
.menuTitle{
	margin: 0;
	padding: 20px 10px;
	font-size: 32px;
	background: #101d2e;
	color: #fff;
}
.menu-list .accordion-button {
    color: #333;
    background: url(assets/images/proico.png) no-repeat 17px 20px;
    background-color: #f3f3f3;
    padding: 23px 0 23px 40px;
	border-radius: 0;
}
.accordion-btn::after{
	display: none;
}
.menu-list .accordion-item{
	border-radius: 0;
}
.menu-list .accordion>div:nth-child(odd) .accordion-button{
    background-color: #eaeaea;
	border-radius: 0;
}
.menu-active{
	background-color: #ffa400 !important;
	color: #fff !important;;
}

.submenu{
	text-indent: 10%;
}
.submenu li{
	padding: 5px 10px;
}
.submenu li:hover{
	background: #ffa400;
}
.proList>li{
	padding-bottom: 15px;
}
.proList>li:hover .sub2-list{
	box-shadow: 0px 2px 10px 0px #e1e1e1;
}
.proList .sub2-img {
	position: relative;
	border: 1px solid #e9e9e9;
}
.img_hover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.proList .sub2-img:hover .img_hover{
	opacity: 1;
}

.sub2-list {
	margin-bottom: 10px;
}
/* 产品详情 */
.main-image{
	border: 1px solid #e9e9e9;
	margin-right: 6%;
}
.main-image img{
	width: 100%;
}
.xq_btn_Box p{
	line-height: 28px;
}
.swiperPro{
	position: relative;
	margin-top: 2%;
}
.swiperPro .item-list{
	padding: 1px;
}
.swiperPro .item-list img{
	border: 1px solid #e9e9e9;
}
.swiperPro .swipers1{
	margin: 0 40px;
}
.swiperPro .swiper-button-prev{
	left: 0;
	color: #333;
}

.swiperPro .swiper-button-next {
    right: 0px;
    color: #fff;
    background: #ff7e00;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.swiperPro .swiper-button-prev:after{
	font-size: 14px;
}
.swiperPro .swiper-button-next:after{
	font-size: 14px;
}
.pro-title h1{
	font-size: 40px;
	font-weight: 600;
}
.pro-details{
	width: 100%;
	overflow: hidden;
	padding: 3%;
	border: 1px solid #e9e9e9;
}
.pro-details img{
	width: 100%;
}

/* 产品价格 */
.price{
	padding: 0 20px;
	margin-bottom: 20px;
}
.price del{
	display: block;
}
.price bdi{
	display: block;
}
.price .ajax_add_to_cart{
	width: 118px;
	padding: 10px 20px;
	background: #ffa400;
	color: #fff;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
}
.cart-list img{
	width: 100px;
}
.cart-list .button{
	padding: 5px 15px;
	background: #ffa400;
	color: #fff;
}
.cart-list input {
	padding: 0 5px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
}
.checkout-box input {
	padding: 5px 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.checkout-box textarea{
	border: 1px solid #aaa;
	border-radius: 5px;
}
/* 动画样式 */
.add-to-cart-animation {
    position: relative;
    display: inline-block;
}
.add-to-cart-animation .spinner {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.add-to-cart-animation.loading .spinner {
    display: block;
}
.my-list input {
	padding: 5px 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
}

.details-price .cart{
	padding: 5px 0;
}
.details-price .quantity{
	float: left;
	border: 1px solid #e9e9e9;
}
.details-price .immediate-buy{
	width: 118px;
	padding: 10px 20px;
	background: #ffa400;
	color: #fff;
	display: block;
	margin-top: 15px;
}
.shipping_address{
	display: block !important;
}
#ship-to-different-address-checkbox{
	display: none;
}

/* 内页关于我们 */
.about-box{
	padding: 3%;
	box-shadow: 0px 2px 10px 0px #e1e1e1;
}
.work-img{
	margin-bottom: 15px;
}
.video-box{
	position: relative;
}
.video {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#myVideo {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#myVideo img {
	width: 100px;
	height: 100px;
}
.about-serve-box{
	background: url(./assets/images/bj1.png) no-repeat;
	background-size: 100% 100%;
}
.about-serve-box .in-serve{
	box-shadow: none;
	border: 1px solid #d3dfe9;
	padding: 25px 20px;
}
.about-serve-box .in-serve-list>:hover .in-serve{
	background: #d3dfe9;
	border: 1px solid #d3dfe9;
}
.about-serve-box .in-serve p{
	height: 175px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}
table{
    width: 100% !important;
}
table, th, td {
  border: 1px solid #ddd;
  border-collapse: collapse; /* 移除单元格之间的间隔 */
}
/* 新闻详情 */

/* 联系我们 */
.user-box{
	padding: 3% 0;
}
.user-list li{
	font-size: 16px;
	margin-top: 15px;
}
.usForm li {
    margin-bottom: 15px;
    width: 100%;
    background: #fff;
}
.usForm li p{
	margin: 0;
}
.usForm li input {
	border: 1px solid #d2d2d2;
    padding: 10px 10px;
    width: 100%;
}
.usForm li textarea {
    padding: 5px 10px;
	height: 65px;
    width: 100%;
}
.usForm .submit {
    padding: 10px 35px;
    background: #51b8d7;
    color: #fff;
}
.con-form{
    width: 290px;
}

@media screen and (max-width: 750px) {
	.pc{
		display: none;
	}
	.index-hit{
		padding: 3% 0;
	}
	.index-hit .text {
		float: left;
		width: 100%;
		text-align: center;
		font-size: 22px;
	}
	.index-hit .more{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.index-prosub .title p{
		display: none;
	}
	.banner{
		margin: 0;
	}
	.index-adv .row>div:last-child {
		margin-top: 15px;
		width: 100% !important;
	}
	.cont{
		width: 100%;
	}
	.pro-link,.case-link{
		display: none;
	}
	.title p{
		width: 100%;
	}
	.index-hotpro .item-list .pro-more{
		display: none;
	}
	.index-hotpro .item-list .pro_title{
		width: 100%;
		padding-right: 0;
		background: none;
	}
	.case-fluid .title>div{
		width: 100%;
	}
	.case-fluid .title p{
		margin: 0;
	}
	.serve-list,.case-box{
		padding: 0;
	}
	.case-box img{
		width: 100%;
	}
	.in-serve p{
		display: none;
	}
	.in-serve h1{
		font-size: 16px;
	}
	.serve-box{
		padding-top: 4%;
		padding-bottom: 0;
	}
	.brand-img img{
		width: 25%;
	}
	.breadcrumb_left{
		width: 50%;
	}
	.menu-list .accordion-button{
		background: url(assets/images/proico.png) no-repeat 17px 12px;
		background-color: #f3f3f3;
		padding: 15px 0 15px 40px;
	}
	.menu-list{
		margin-bottom: 30px;
	}
	.ny_banner{
		margin-top: 20%;
	}
	.ny_banner img{
		object-fit: cover;
		height: 200px;
	}
	.about-serve-box .in-serve-list{
		padding: 0 20px;
	}
	.about-serve-box  .in-serve{
		margin-bottom: 20px;
	}
	#myVideo img {
	    width: 50px;
	    height: 50px;
	}
}