*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration:none
}
a:hover{
    text-decoration:none
}
h1,h2,h3,h4{
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}
p{
    margin: 0;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{
    content: none;
}
body{
    line-height: normal;
}
/* 页码 */
#pages{
	margin:50px 0;
}
#pages a, #pages span{
	border:1px solid #e5e5e5;
	padding:5px 10px;
	color:black;
}
.page, .text-c{
	text-align:center;
	width:100%;
}
#pages span{
	color:#fff;
	font-weight:bold;
	border:1px solid #202567;
	background-color:#202567;
}
/* 下一篇 */
.news-next{
	width:100%;
	display:flex;
	flex-direction: column;
}
.news-next .next{
	padding:20px 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-next .next a{
	color:black;
}

/* 首页 */
/* 首页大图 */
.banner{
	width:100%;
    /* margin-top: 45px; */
}
.swiper{
	width:100%
}
.swiper-wrapper{
	width:100%;
}
.mySwiper .swiper-slide{
	width:100% !important;
}
.mySwiper .swiper-slide img{
	width:100%;
}

/* 首页产品 */
.index-pro{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ipro-top{
    width: 50%;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.ipro-top img{
	max-width:100%;
}
.ipro-more{
    padding: 10px 20px;
    border: 1px solid #666666;
    color: #666666;
    font-size: 18px;
    text-align: center;
}
.index-pro1{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}
.index-pro1 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.index-pro1 ul li{
	width:23%;
	margin-right:2%;
    /* min-width: 300px; */
    margin-top: 50px;
}
.index-pro1 ul li .ip1-img{
	width:100%;
    /* min-width: 300px; */
    /* height: 240px; */
}
.index-pro1 ul li .ip1-img img{
    border-top-right-radius: 40%;
    width: 100%;
    height: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.index-pro1 ul li h3{
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    background-color: black;
    color: white;
    text-align: center;
    margin: 10px 0;
}
.index-pro1 ul li .ip1a{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.index-pro1 ul li .ip1a a{
    width: 48%;
    color: black;
    border: 1px solid black;
    line-height: 30px;
    text-align: center;
}
.index-pro1 ul li .ip1a a:hover{
    background-color: #202567;
    color: white;
    transition: 1s;
}

/* 首页产品1 */
.index-product{
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-producttop{
	text-align:center;
	margin-top:50px;
}
.index-producttop h3{
	font-size:36px;
	font-weight:bold;
}
.index-producttop h4{
	margin:30px 0;
	font-size:14px;
}
.index-productbot{
	display:flex;
}
.index-productbot ul{
	width:80%;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:0;
}
.ipb{
	position: relative;
	overflow: hidden;
	width:23%;
	margin-right:2%;
	margin-top:2%;
}
.ipb img{
	width:100%;
	height:auto;
}
.ipbp{
	position: absolute;
	width:120px;
	text-align:center;
	border-radius:20px;
	background-color:#efefef;
	height:40px;
	line-height:40px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .6);
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
	/* color:white; */
	transition:2s;
}
.ipbi{
	padding:10px;
	/* border:1px solid #202567; */
	background:#eee;
	/* border-radius:30px; */
	padding-bottom:50px;
}
.ipba{
	position: absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	/* border-radius:30px; */
	left:0;
	top:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	transition:2s;
}
.ipb:hover .ipba{
	top:0;
}
.ipb:hover .ipbp{
	opacity:0;
}
.ipb .ipba img{
	width:50px;
	height:50px;
}
.ipb .ipba p{
	margin-top:10px;
	color:white;
}
.ipbmore{
	width:20%;
	margin-top:1.5%;
	padding:15px;
	/* height:100%; */
	background-color:#202567;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.ipbmore a{
	position: relative;
	color:white;
	font-size:18px;
	margin-bottom:20px;
}
.ipbmore p{
	font-size:14px;
	line-height:18px;
	color:white;
	text-align:justify;
}
.ipbmore a::after{
	position: absolute;
	content: '';
	background:url(/images/jt.png);
	width:29px;
	height:13px;
	transform:translate(10px,50%);
}

/* 首页简介 */
.index-about{
    overflow: hidden;
}
.ia-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}
.ia-top h3{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: black;
}
.ia-top h3 span{
    color: #e01b22;
}
.ia-top h4{
    font-size: 32px;
    text-align: center;
    color: black;
}
.ia-main{
    display: flex;
}
.ia-main .iam-img{
    width: 48%;
    max-width: 900px;
	object-fit:cover;
}
.iam-all{
    width: 52%;
	background: url(/images/ijjb.png) no-repeat center;
	background-size:100% auto;
    background-color: #dcdcdc;
}
.iam-cont{
    width: 80%;
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.iam-cont h3{
    font-size: 54px;
    font-weight: bold;
    color: #333333;
}
.iam-cont h4{
    font-size: 48px;
    color: #333333;
    padding: 10px 0;
}
.iam-cont p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
	text-align: justify;
}
.iam-cont ul{
    width: 100%;
    min-width: 350px;
    display: flex;
    padding-top: 50px;
}
.iam-cont ul li{
    width: 32.3%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.iam-cont ul li:nth-child(2){
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);;
}
.iam-cont ul li h5{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.iam-cont ul li p{
    font-size: 14px;
}

/* 首页简介数字 */
.index-num{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.in-top{
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}
.in-top h3{
    text-align: center;
    font-size: 36px;
}
.in-top p{
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
}
.index-num ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.index-num ul li{
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 170px; */
    margin-right: 1%;
}
.index-num ul li img{
    width: 114px;
    height: 114px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    margin: 20px 0;
}
.index-num ul li h3{
    font-size: 32px;
    font-weight: bold;
    color: #202567;
}
.index-num ul li p{
    font-size: 16px;
    color: #202567;
}

/* 首页核心优势 */
.index-core{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}
.ic-all{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ica-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin-bottom: 50px;
}
.ica-top h3{
    font-size: 36px;
    font-weight: bold;
}
.ica-top h3 span{
    color: #e01b22;
}
.ica-top h4{
    font-size: 32px;
    margin-top: 10px;
}
.ic-all ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ic-all ul li{
    display: flex;
    align-items: center;
}
.ic-all ul li .icau-img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.ic-all ul li .icau-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.ic-all ul li p{
    color: white;
    font-size: 18px;
    margin-left: 20px;
}

/* 首页案例 */
.mySwiper1{
	display:none;
}
.index-case{
	width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 10px;
}
.ic-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    margin-bottom: 50px;
}
.ic-top h3{
    font-size: 36px;
    font-weight: bold;
}
.ic-top h3 span{
    color: #e01b22;
}
.ic-top h4{
    font-size: 32px;
    margin-top: 10px;
}
.index-case .ici{
	width:100%;
}

/* 底部 */
.footer{
    width: 100%;
    background-color: #dcdcdc;
    display: flex;
    flex-direction: column;
}
.footer .footer-top {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 30px 10px;
    border-bottom: 1px solid black;
}
.footer .footer-top ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .footer-top ul li{
    width: 25%;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .footer-top ul li:nth-child(1){
    /* justify-content: start; */
}
.footer .footer-top ul li:nth-last-child(1){
    /* justify-content: end; */
}
.footer .footer-top ul li div{
    padding-left: 20px;
    box-sizing: border-box;
}
.footer .footer-mid {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
	box-sizing:border-box;
}
.fm-left{
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fm-left img{
    width: 100%
}
.fm-left h3{
    font-size: 28px;
    font-weight: bold;
	margin:10px auto;
}
.fm-right{
    flex: 1;
    padding-left: 20%;
}
.fm-right ul{
    display: flex;
    justify-content: space-between;
}
.fm-right ul li{
    display: flex;
    flex-direction: column;
}
.fm-right ul li .f-cont{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 240px;
}
.fm-right ul li:nth-last-child(1) .f-cont{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.fm-right ul li h3{
    font-size: 18px;
    color: black;
    line-height: 30px;
}
.fm-right ul li .f-line{
    width: 40px;
    height: 3px;
    background-color: black;
    margin: 7px 0;
}
.fm-right ul li a{
    width: 130px;
    font-size: 14px;
    color: black;
    line-height: 30px;
}
.fm-right ul li p{
    width: 250px;
    font-size: 14px;
    color: black;
    line-height: 30px;
}
.footer-bottom{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-bottom p{
    color: black;
    font-size: 12px;
    margin-right: 10px;
}
.footer-bottom a{
    color: black;
    font-size: 12px;
    margin-right: 10px;
}


/* 内页 */
/* 企业简介 */
.banner-all{
	position: relative;
    width: 100%;
    /* height: 600px; */
	/* margin-top:70px; */
}
.banner-all img{
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}
.banner-all p{
	position: absolute;
	font-size:36px;
	font-weight:bold;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.list-jj{
    width: 100%;
    min-height: 500px;
}
.list-jj .ljj1{
    width: 100%;
    max-width: 1200px;
    padding: 50px 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
.ljj-line{
    width: 50px;
    height: 3px;
    background-color: #202567;
    margin: 10px 0 20px 0;
}
.list-jj .ljj1 h3{
    font-size: 24px;
    font-weight: bold;
}
.list-jj .ljj1 p{
    font-size: 16px;
    line-height: 30px;
}
.list-jj img{
    width: 100%;
}

/* 企业文化 */
.culture{
    width: 100%;
    padding: 50px 0;
}
.culture h2{
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    padding: 50px 0;
}
.culture .lc-cont{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px;
}
.culture .lc-cont ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.culture .lc-cont ul li{
    width: 32.3%;
    margin-right: 1%;
    margin-top: 30px;
    padding: 5%;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    text-align: center;
    background-color: white;
}
.culture .lc-cont ul li h3{
    font-size: 32px;
    font-weight: bold;
}
.culture .lc-cont ul li p{
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}
.culture .lc-cont ul li:nth-last-child(1){
    width: 65.6%;
}

/* 企业荣誉，企业文化 */
.about-all{
    width: 100%;
    max-width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.about-all h2{
    font-size: 36px;
    text-align: center;
    /* font-weight: bold; */
    margin-top: 50px;
}
.about-all ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about-all ul li{
    width: 32.3%;
    margin-right: 1%;
    margin-top: 50px;
}
.about-all ul li img{
    width: 100%;
}
.about-all ul li p{
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
	color:white;
    background-color: #80808080;
}
.about-all ul li:hover{
    transition :1s;
    transform: translateY(-20px);
}

/* 新闻中心 */
.xys{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px;
}
.news-nav{
    height: 50px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: content-box;
    margin-top: 50px;
}
.news-nav .news-name{
    display: flex;
    margin-right: 2%;
}
.news-nav h3{
    font-size: 36px;
    font-weight: bold;
}
.news-nav .news-name a{
    font-size: 16px;
    color: black;
    padding: 0 20px;
}
.news-all{
    margin: 0 auto
}
.news-all .jq22{
    width: 100%;
}
.news-all .jq22 .hidden{
    width: 100%;
}
.news-all .jq22 .list{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    box-sizing: content-box;
}
.news-all .jq22 .list a{
	color:black;
}
.news-all .jq22 .list li{
    width: 32.3%;
    margin-right: 1%;
    margin-top: 1%;
    background-color: #fafafa;
    border-radius: 30px;
    transition: all .5s;
	border:1px solid #efefef;
}
.news-all .jq22 .list li:hover{
    background-color: white;
    box-shadow: 25px 25px 65px 0 rgba(144, 164, 174, .25);
}
.news-all .jq22 .list li:hover .news-img img{
    animation: fd 3s forwards;
}
@keyframes fd {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.2);
    }
}
.news-all .jq22 .list li .news-img{
    width: 100%;
    height: 200px;
    border-radius: 30px;
    overflow: hidden;
}
.news-all .jq22 .list li .news-img img{
    width: 100%;
    height: 100%;
    /* border-radius: 30px; */
    object-fit: cover;
}
.news-all .jq22 .list li .news-item{
    width: 100%;
    /* height: 200px; */
    padding: 20px;
    box-sizing: border-box;
}
.news-all .jq22 .list li .news-item .item-header{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 8px;
}
.news-all .jq22 .list li .news-item .item-header h3{
    font-size: 14px;
    font-weight: bold;
    color: #e01b22;
}
.news-all .jq22 .list li .news-item .item-header p{
    margin: 0;
    font-size: 16px;
    color: #56585b;
}
.news-all .jq22 .list li .news-item .item-top{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 64px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-all .jq22 .list li .news-item .item-cont{
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 新闻内容页 */
.shownews{
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    /* background-color: #fafafa; */
    /* padding: 50px; */
}
.sn-title{
    font-size: 32px;
    font-weight: bold;
    padding: 50px;
	text-align: center;
}
.sn-time{
    font-size: 16px;
    text-align: center;
    color: #56585b;
    margin-bottom: 50px;
}
.sn-time span{
    font-weight: bold;
}
.sn-cont{
    width: 100%;
    background-color: #fafafa;
    padding: 50px;
    font-size: 16px;
    line-height: 35px;
}
.sn-cont p{
    width: 100%;
}
.sn-cont p img{
    width: 100%;
}

/* 产品中心 */
.product{
    width: 100%;
    background-color: #f8f8f8;
    padding: 50px 0;
}
.product h2{
    font-size: 36px;
    text-align: center;
	margin-bottom:30px;
}
.pronav{
	width:100%;
	background-color:#202567;
}
.pronavc{
	width: 100%;
    max-width: 1500px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	align-items:center;
}
.pronavc a{
	position: relative;
	padding:5px 5px;
	margin:10px 5px;
	font-size:16px;
	color:white;
	padding-right:15px;
	/* border:1px solid white;
	box-shadow:0px 5px 5px rgba(255,255,255,0.5); */
}.pronavc a::after{
	position: absolute;
	content:'|';
	right:0;
	top:0;
	transform:translateY(50%);
}
.pronavc a:nth-last-child(1)::after{
	display:none;
}
.pronavc a:hover{
	color:#e01b22;
	/* border:1px solid #e01b22;
	box-shadow:0px 5px 5px rgba(224,27,34,0.5); */
}
.active11{
	color:#e01b22 !important;
	font-weight:bold;
}
.pronavc p{
	padding:15px 10px;
	font-weight:bold;
	font-size:24px;
	color:white;
}
.product ul{
    width: 100%;
    max-width: 1500px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.product ul li{
    width: 24%;
    margin-right: 1%;
    padding: 20px;
    padding-bottom: 0;
    background-color: white;
    box-sizing: border-box;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.product ul li:hover{
    transition: 1s;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .3);
}
.product ul li .pro-img{
    /* width: 300px;
    height: 300px; */
	width: 100%;
    height: 100%;
    margin: 20px 0;
}
.product ul li .pro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product ul li a{
    text-align: center;
    border-top: 1px solid black;
    line-height: 60px;
    color: black;
}
/* 产品内页 */
.show-pro{
    width: 100%;
    max-width: 1200px;
    padding: 50px 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
.sp-cp{
    display: flex;
    justify-content: space-between;
    background-color: white ;
    padding: 10px;
}
.sp-cp img{
    width: 50%;
}
.spcp-cont{
    width: 45%;
}
.spcp-cont h3{
    font-size: 24px;
    font-weight: bold;
}
.spcp-line{
    width: 50px;
    height: 3px;
    background-color: #202567;
    margin: 10px 0 30px 0;
}
.spcp-cont ul{
    display: flex;
}
.spcp-cont ul li{
    padding: 0 30px;
    line-height: 50px;
    /* border-radius: 30px; */
    background-color: #202567;
}
.spcp-cont ul li:nth-child(1){
    margin-right: 30px;
}
.spcp-cont ul li a{
    color: white;
}
.spcp-cont p{
    color: black;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
}


/* 我们的优势 */
.page-youshi{
    width: 100%;
    background-color: #f8f8f8;
    padding: 50px 0;
}
.py-line{
    width: 50px;
    height: 3px;
    background-color: black;
    margin: 10px 0;
}
.page-youshi .py-cont{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 10px;
    background-color: white;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    line-height: 30px;
}
.page-youshi .py-cont h3{
    font-size: 36px;
    /* font-weight: bold; */
}
.page-youshi .py-cont h4{
    font-size: 22px;
    /* font-weight: bold; */
    margin: 15px 0;
}
.page-youshi .py-cont p{
    font-size: 16px;
}
.page-youshi .py-cont .py-img{
    width: 100%;
    height: 300px;
}
.page-youshi .py-cont .py-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 售后 */
.page-shouhou{
	width:100%;
	max-width:900px;
	padding:50px 10px;
	margin:0 auto;
}
.page-shouhou h3{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}
.page-shouhou img{
	width:100%;
}




/* 联系我们 */
.content-top{
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.content-top ul{
    width: 100%;
    border-radius: 30px;
    background-color: white;
    padding: 50px;
    margin-bottom: 0;
	background:url(/images/contact.jpg) left no-repeat; 
	background-size:auto 100%;
}
.content-top ul li{
    font-size: 16px;
    line-height: 30px;
}
.content-top ul li h3{
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}
.content-top .ct-img{
    width: 49%;
}
.content-top .ct-img img{
    width: 100%;
    border-radius: 30px;
}


/* 服务中心 */
/* 在线询价 */
/* 在线应聘 */
.zhaopin{
	width:100%;
	max-width:1150px;
	margin:0 auto;
	padding:0 10px;
}
.zhaopin h3{
	margin-left:20%;
	font-size:24px;
	font-weight:bold;
	margin-top:50px;
}
.zhaopin .yingpin{
	width:100%;
	display:flex;
	flex-direction: column;
}
.zhaopin .yingpin li{
	width:100%;
	padding:20px 0;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.zhaopin .yingpin li span{
	width:20%;
	text-align:end;

}
.zhaopin .yingpin li input{
	width:80%;
	padding:20px 0 20px 20px;
	border:1px solid #eee;
	border-radius: 10px;
}
#dosubmit{
	width:80%;
	margin-left:20%;
}
.zhaopin .yingpin li textarea{
	width:80%;
	height:150px;
	padding:20px 0 20px 20px;
	border:1px solid #eee;
	border-radius: 10px;
}


/* 响应式 */
@media only screen and (max-width:1325px){
	.index-pro1 ul li{
		width:32.3%;
		margin-right:1%;
	}
}
@media only screen and (max-width:1200px){
	.ia-main{
		flex-direction:column;
	}
	.ia-main .iam-img{
		width:100%;
		max-width:100%;
	}
	.iam-all{
		width:100%;
	}
	.iam-cont{
		width:95%;
	}
	.footer .footer-mid{
		justify-content:center;
	}
	.fm-right{
		flex:none;
	}
	.fm-right ul li:nth-child(1){
		display:none;
	}
	.fm-right ul li:nth-child(2){
		display:none;
	}
	.fm-right ul li:nth-child(3){
		display:none;
	}
}
@media only screen and (max-width:950px){
	.index-pro1 ul li{
		width:48%;
		margin-right:2%;
	}
	.index-pro1 ul{
		justify-content:center;
	}
	.ic-all ul{
		flex-wrap:wrap;
	}
	.ic-all ul li{
		width:50%;
	}
	.footer .footer-top ul li{
		width:50%;
		justify-content:start;
	}
	.footer .footer-top ul li:nth-last-child(1){
		justify-content:start;
	}
	.news-all .jq22 .list li{
		width:49%;
	}
	.product ul li{
		width:32.3%;
	}
}
@media only screen and (max-width: 768px){
    .about-all ul li{
        width: 48%;
        margin-right: 2%;
    }
	.sp-cp{
		flex-direction:column;
	}
	.sp-cp img{
		width:100%;
	}
	.spcp-cont{
		width:100%;
	}
}
@media only screen and (max-width:687px){
	.index-num ul li{
		width:49%;
	}
	.product ul li{
		width:49%;
	}
	.product h2{
		font-size:36px;
	}
}
@media only screen and (max-width:650px){
	/* .index-pro1 ul li{
		width:100%;
	} */
}
@media only screen and (max-width: 560px){
    .about-all ul li{
        width: 100%;
    }
	.culture .lc-cont ul li{
		width: 100%;
	}
	.culture .lc-cont ul li:nth-last-child(1){
		width: 100%;
	}
	.news-all .jq22 .list li{
		width:100%;
		margin-right:0;
	}
		.zhaopin .yingpin li{
		flex-direction:column;
		align-items:flex-start;
		padding:20px 0 0 0;
	}
	.zhaopin .yingpin li span{
		width:80%;
		text-align:start;
		margin-bottom:15px;
	}
	#dosubmit{
		margin-left:0;
	}
/* 	.swiper-slide img{
		width:auto;
		height:300px;
	}
	.banner-all img{
		height:300px;
		object-fit:cover;
	} */
}

@media only screen and (max-width:540px){
	.ic-all ul li{
		width:100%;
		justify-content:center;
		margin-top:10px;
	}
	.ic-all ul li .icau-img{
		width:50px;
		height:50px;
	}
	.ica-top{
		margin-bottom:20px;
	}
	.ica-top h3{
		font-size:20px;
	}
	.ica-top h4{
		font-size:18px;
	}
	.ic-top h3{
		font-size:20px;
	}
	.ic-top h4{
		font-size:18px;
	}
	.index-case .ici{
		display:none;
	}
	.mySwiper1{
		display:block;
		height:140px;
	}
	.mySwiper1 img{
		width:100%;
		height:auto;
		border:1px solid black;
	}
}
@media only screen and (max-width:476px){
	.fm-left{
		display:none;
	}
	.footer .footer-top{
		display:none;
	}
	.fm-right{
		width:100%;
		padding-left:0;
	}
	.fm-right ul li{
		width:100%;
	}
	.fm-right ul li .f-cont{
		height:auto;
	}
	.fm-right ul li p{
		width:100%;
	}
	.footer .footer-mid{
		justify-content:start;
	}
	.news-nav{
		flex-direction:column;
		align-items:start;
	}
	.news-nav h3{
		font-size:24px;
		margin-left:20px;
	}
	.news-nav .news-name{
		margin-top:20px;
	}
}
@media only screen and (max-width:440px){
	.iam-cont h3{
		font-size:36px;
	}
	.iam-cont h4{
		font-size:24px;
	}
	.iam-cont ul li img{
		width:60%;
	}
	.iam-cont ul li h5{
		font-size:14px;
		margin-bottom:0px;
	}
	.iam-cont ul li p{
		font-size:12px;
	}
	.product ul li{
		width:100%;
		margin-right:0;
	}
	.index-num ul li img{
		width:75px;
		height:75px;
	}
}

/* 首页产品1 */
@media only screen and (max-width:1250px){
	.ipb{
		width:30.3%;
	}
}
@media only screen and (max-width:875px){
	.index-productbot{
		flex-direction:column;
	}
	.index-productbot ul{
		width:100%;
	}
	.ipbmore{
		width:100%;
	}
}
@media only screen and (max-width:500px){
	.ipb{
		width:48%;
	}
}

.buy{
    width: 100%;
    max-width: 900px;
    padding-left: 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
.buy h3{
	text-align:center;
	font-weight:bold;
}
.bppp{
	text-align:center;
	margin:20px 0;
}
.buy ul{
    display: flex;
    /* flex-direction: column; */
	flex-wrap:wrap;
}
.buy ul li{
    display: flex;
    flex-direction: column;
	width:48%;
	margin-right:2%;
	margin-top:30px;
}
.buy ul .buy100{
	width: 98%;
}
.buy ul li p{
    font-size: 18px;
    /* margin: 15px 0; */
}
.buy ul li:nth-last-child(2){
	width:100%;
}
.buy ul li:nth-last-child(1){
	width:100%;
	margin-top:0;
}
.buy ul li input{
    width: 100%;
    /* background-color: #d6d6d6; */
    line-height: 30px;
    /* border-radius: 10px; */
    /* padding-left: 30px; */
    box-sizing: border-box;
	border-bottom:1px dashed #333;
}
.buy ul li select{
    width: 100%;
    background-color: #d6d6d6;
    line-height: 50px;
	height:50px;
    border-radius: 10px;
    padding-left: 30px;
    box-sizing: border-box;
	border:none;
}
.buy ul li textarea{
    width: 98%;
    /* height: 300px; */
    /* background-color: #d6d6d6; */
    /* border-radius: 10px; */
    /* padding-left: 30px; */
    padding-top: 15px;
    box-sizing: border-box;
	border-bottom:1px dashed #333;
}
.buy ul li .button{
    width: 150px;
    line-height: 50px;
	margin:0 auto;
    background-color: white;
    color:black;
	border:1px solid #0055a4;
    border-radius: 10px;
    margin-top: 30px;
}
.buy ul li .button:hover{
	background-color: #0055a4;
	color:white;
}