@charset "utf-8";
/* CSS Document */


.wujieguo{
	text-align: center;
}
.wujieguo h3{
	font-size: 2rem;
	padding-bottom: 30px;
}
.wujieguo p{
	font-size: 1.2rem;
}

/*产品列表*/
.propath{
	width: 100%;
	float: none;
}
.productlist {
	padding: 80px 0 50px 0;
	overflow: hidden;
}
.content{
	overflow: hidden;
}
.productlist .content ul {
	display: block;
}
.productlist .content ul li {
	width: 31%;
	margin: 1%;
	padding: 2%;
	display: block;
	float: left;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
	transition: all .3s;
}
.productlist .content ul li .pic a {
	display: flex;
	align-items: center;
	padding:0% 0% 20px 0%;
	justify-content: center;
}
.productlist .content ul li .text {
	text-align: center;
}
.productlist .content ul li .text h3 {
	font-size: 22px;
	margin:0 auto 13px auto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.productlist .content ul li .text p {
	color: #888;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	padding: 0 15px;
}
.productlist .content ul li:hover {
	box-shadow: 10px 10px 20px #ececec;
}
/*新闻列表*/

.newslist {
	padding: 70px 0;
	overflow: hidden;
}
.newslist .content {
	overflow: hidden;
}
.newslist .content ul {
	display: block;
}
.newslist .content ul li {
	width: 31%;
	margin: 1%;
	display: block;
	float: left;
	background: #fff;
	transition: all .3s;
}
.newslist .content ul li .pic {
	width: 100%;
	display: block;
	overflow: hidden;
}
.newslist .content ul li .pic img {
	width: 100%;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.newslist .content ul li .pic a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.newslist .content ul li .text {
	padding: 30px 5%;
}
.newslist .content ul li .text h3 {
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.newslist .content ul li .text p {
	color: #888;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	margin: 20px 0;
}
.newslist .content ul li .text font {
	font-size: 14px;
}
.newslist .content ul li:hover {
	box-shadow: 10px 10px 20px #ececec;
}
.newslist .content ul li:hover .pic img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
/*分页样式开始*/
.pages {
	margin: 60px 0;
	width: 100%;
	clear: both;
}
.pages .pagination {
	width: 100%;
	text-align: center!important;
	display: block;
}
.pages .pagination li {
	display: inline-block;
	border: 1px solid #dbdbdb;
	border-radius: 100%;
	margin: 0 2px;
}
.pages .pagination li.active {
	background: #d40000;
	border: 1px solid #d40000;
}
.pages .pagination li.active a {
	color: #fff;
}
.pages .pagination li a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	width: 35px;
}
/*分页样式结束*/

/*新闻详细*/
.newsInfo-list1 {
	overflow: hidden;
}
.list1-mains {
	flex: 0 0 75%;
	width: 75%;
	margin: auto;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	float: left;
}
.info-title-wrap {
	text-align: center;
}
.newsInfo-list1 .info-title {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
	padding: 70px 3rem 1rem 3rem;
}
.info-title-wrap .m-info-datas {
	color: #999;
}
.newsInfo-list1 .info-dt-wrap {
	font-size: 16px;
	line-height: 35px;
	color: #666;
	border-bottom: 1px solid #dbdbdb;
	padding: 3rem;
	min-height: 56rem;
}
.newsInfo-list1 .info-dt-wrap p {
	line-height: 35px;
}
.newsInfo-list1 .info-dt-wrap span{
	display: inline-block!important;
}
.newsInfo-list1 .info-bot-wrap {
	padding: 3rem;
}
.newsInfo-list1 .info-bot-dl {
	width: 70%;
	color: #666;
	font-size: 16px;
	line-height: 36px;
	float: left;
}
.newsInfo-list1 .info-bot-dr {
	padding-top: 16px;
	float: right;
}
.newsInfo-list1 .news-return-a {
	display: block;
	position: relative;
	text-align: center;
	width: 124px;
	height: 36px;
	border: 1px solid #ff0000;
	border-radius: 18px;
	overflow: hidden;
}
.newsInfo-list1 .news-return-a .load-s0 {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	transition: .3s ease-in-out;
}
.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.newsInfo-list1 .news-return-a:hover:before {
	left: -13%;
}
.newsInfo-list1 .news-return-a:hover .load-s0 {
	color: #ff0000;
}
.newsInfo-list1 .news-return-a:before {
	content: "";
	display: block;
	width: 130%;
	height: 100%;
	position: absolute;
	left: -144%;
	top: 0;
	z-index: 1;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
}
.newsInfo-list1 .news-return-a:after {
	content: "";
	position: absolute;
	z-index: 0;
	background: #ff0000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.info-bot-dl .f-cb {
	line-height: 36px;
	font-size: 14px;
}
.info-bot-dl .f-cb span {
	white-space: pre-wrap !important;
	float: left;
	line-height: 36px;
}
.info-bot-dl .f-cb a:hover {
	color: #d40000;
}
.newsInfo-list1 .info-bot-dl a {
	color: #666;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsInfo-list1 .list1-recommend {
	flex: 0 0 20%;
	width: 20%;
	float: right;
	padding-top: 70px;
}
.newsInfo-list1 .recommend-title {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 14px;
}
.newsInfo-list1 .recommend-title:after {
	content: "";
	display: block;
	height: 1px;
	width: 2rem;
	margin-top: 10px;
	background: #dbdbdb;
}
.recommend-mains {
}
.recommend-mains a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 45px;
	color: #666;
}
/*新闻详细结束*/

/*售后服务政策*/
.shouhoucon h3{
	font-size:22px;
	padding-bottom: 20px;
}
.shouhoucon table {
width: 100% !IMPORTANT;
border: 1px solid #e4e4e4 !IMPORTANT;
border-collapse: collapse !IMPORTANT;
word-break: break-all; word-wrap:break-word;
}

.shouhoucon table td {
border: 1px solid #e4e4e4 !IMPORTANT;
padding: 10px !IMPORTANT;
	line-height: 32px;
}
.neiban {
	background-size: cover;
	background-position: center top;
	height: 400px;
	margin-top: 90px;
	position: relative;
}
.neiban .wen {
	color: #fff;
	position: absolute;
	top: 50%;
}
.neiban .wen p {
	font-size: 40px;
	margin-bottom: 10px;
}
.neiban .wen span {
	font-size: 18px;
	transition-delay: .2s;
}
.service-con {
	padding: 90px 0;
	background: #fff;
}
.service-con p {
	font-size: 16px;
	line-height: 35px;
	color: #666;
}
.qita-con {
	padding: 90px 0;
	overflow: hidden;
}
.qitacon li {
	display: block;
	width: 45%;
	margin: 0 2%;
	float: left;
	background: #fff;
}
.qitacon li .img-wrap {
	overflow: hidden;
}
.qitacon li .img-wrap img {
	width: 100%;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.qitacon li .txts-wrap {
	padding: 3rem;
	transition-duration: .5s;
	background: url(../images/cir2.png) no-repeat right 1rem center;
}
.qitacon li:hover .txts-wrap {
	background: url(../images/cir2on.png) no-repeat right 0.8rem center;
}
.qitacon li:hover .img-wrap img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.qitacon li:hover .txts-wrap .list1-h5 {
	color: #d40000;
}
.qitacon li .txts-wrap .list1-h5 {
	font-size: 22px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 12px;
	transition-duration: .5s;
}
.qitacon li .txts-wrap .list1-dt {
	color: #666;
}
.lianxizhic {
	background: #fff;
	padding: 70px 0 90px 0;
	text-align: center;
	overflow: hidden;
}
.lianxizhic .title {
	font-size: 2.5rem;
	padding-bottom: 30px;
}
.lianxizhic .list2-item {
	width: 31%;
	transition-duration: .5s;
	padding: 2rem 0;
	float: left;
	margin: 0 1%;
	text-align: center;
	background-size: cover !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.lianxizhic .lianxi01 {
	background-image: url(../images/ser2-bg1.jpg);
}
.lianxizhic .lianxi02 {
	background-image: url(../images/ser2-bg2.jpg);
}
.lianxizhic .lianxi03 {
	background-image: url(../images/ser2-bg3.jpg);
}
.lianxizhic .img-wrap {
	width: 62px;
	margin: 0 auto 20px;
}
.lianxizhic .txts-wrap {
	padding: 0 10px;
}
.lianxizhic .list2-h5 {
	font-size: 22px;
	line-height: 1.2;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.lianxizhic .list2-dt {
	font-size: 16px;
	line-height: 1.1;
	color: #666;
}
/*售后服务政策结束*/

/*常见问题*/
.faqfl {
	font-size: 16px;
	line-height: 100px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.inner-nav-left .nav-left-a {
	position: relative;
	color: #333;
	flex: 0 0 auto;
	display: inline-block;
	transition-duration: .3s;
	padding-right: 48px;
}
.inner-nav-left .nav-left-a:before {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	width: 0;
	height: 2px;
	left: 22px;
	background: #ff0000;
	transition-duration: .3s;
}
.inner-nav-left .nav-left-a:after {
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -7px;
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 14px;
	background: #ccc;
}
.inner-nav-left .nav-left-a:last-child:after{
	display: none;
}
.nav-left-a.cur {
	color: #ff0000;
}
.nav-left-a.cur:before {
	width: 70px;
	left: -5px;
}
.faqlist-con {
	padding: 70px 0 50px 0;
}
.faq_list {
}
.problem-list1 .problem-item:nth-child(2n-1) {
	background: #f7f7f7;
}
.problem-list1 .problem-item {
	line-height: 36px;
	cursor: pointer;
	padding: 30px;
}
.problem-list1 .problem-item.cur .problem-h5 {
	background: url(../images/jian3.png) no-repeat right 32px center;
}
.problem-list1 .problem-h5 {
	position: relative;
	padding: 18px 40px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	background: url(../images/jian3on.png) no-repeat right 32px center;
}
.problem-list1 .problem-h5:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	top: 25px;
	left: 0;
	position: absolute;
	background: url(../images/wen1.jpg) no-repeat center;
}
.problem-list1 .problem-detail {
	position: relative;
	padding: 28px 40px 18px 40px;
	font-size: 16px;
	color: #666;
	border-top: 1px solid #eee;
}
.problem-list1 .problem-detail p{word-wrap:break-word; word-break:normal}
.problem-list1 .problem-detail:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	top: 25px;
	left: 0;
	position: absolute;
	background: url(../images/da1.jpg) no-repeat center;
}
/*常见问题结束*/

/*资料下载*/
.download_list {
}
.download_list li {
	display: block;
	line-height: 36px;
	cursor: pointer;
	padding: 30px;
	overflow: hidden;
}
.download_list li:nth-child(2n-1) {
	background: #f7f7f7;
}
.download_list li .problem-h5 {
	position: relative;
	padding: 18px 50px 18px 0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.download_list li .problem-h5 span {
	font-size: 14px;
	color: #999;
	padding-top: 15px;
}
.problem-xia {
	display: block;
	position: relative;
	text-align: center;
	width: 124px;
	height: 36px;
	border: 1px solid #ff0000;
	border-radius: 18px;
	overflow: hidden;
	margin-top: 20px;
}
.problem-xia:before {
	content: "";
	display: block;
	width: 130%;
	height: 100%;
	position: absolute;
	left: -144%;
	top: 0;
	z-index: 1;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
}
.problem-xia:after {
	content: "";
	position: absolute;
	z-index: 0;
	background: #ff0000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.problem-xia span {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	transition: .3s ease-in-out;
}
.problem-xia:hover:before {
	left: -13%;
}
.problem-xia:hover span {
	color: #ff0000;
}
/*资料下载结束*/

/*联系我们*/

.ditu{
	background: #fff;
	padding: 100px 0;
}
.ditu02 iframe{
	width: 98%;
	border: 1px solid #eee;
	padding: 2px;
	height: 500px;
}
.neiban-lianxi {
	background-size: cover;
	background-position: center top;
	height: 800px;
	margin-top: 90px;
	position: relative;
}
.neiban-lianxi:before {
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	display: block;
}
.neiban-lianxi .wen {
	color: #fff;
	position: absolute;
	top: 20%;
}
.neiban-lianxi .wen p {
	font-size: 40px;
	margin-bottom: 10px;
}
.neiban-lianxi .wen span {
	font-size: 18px;
	transition-delay: .2s;
}
.lianxi-con {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.7);
	padding: 100px 0;
	color: #fff;
}
.lianxi-con img {
	max-width: 130px;
	padding: 5px;
	background: #fff;
}
.pi {
	width: 70%;
	box-sizing: border-box;
}
.pi p {
	float: left;
	width: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	margin: 15px 0px;
}
.pi p a{
	color: #fff;
}
.pi p a:hover{
	cursor: none;
}
.pi p i {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}
.ckefu i {
	background: url(../images/ckefu.png) no-repeat center;
	background-size: 35px 35px;
}
.ckefu:hover i {
	background: url(../images/ckefu02.png) no-repeat center;
}
.caddr i {
	background: url(../images/caddr.png) no-repeat center;
	background-size: 35px 35px;
}
.caddr:hover i {
	background: url(../images/caddr02.png) no-repeat center;
}
.ctel i {
	background: url(../images/ctel.png) no-repeat center;
	background-size: 35px 35px;
}
.ctel:hover i {
	background: url(../images/ctel02.png) no-repeat center;
}
.cmail i {
	background: url(../images/cmail.png) no-repeat center;
	background-size: 35px 35px;
}
.cmail:hover i {
	background: url(../images/cmail02.png) no-repeat center;
}
.ewm {
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px #555 solid;
}
.ewmbox {
	text-align: center;
	font-size: 14px;
}
.ewmbox p {
	padding-top: 10px;
}
/*联系我们结束*/

/*在线留言*/
.liuyan {
	padding: 70px 0;
}
.zzliuyan {
	padding: 2%;
	overflow: hidden;
}
.contact-tit {
	font-size: 1.7rem;
	padding-bottom: 25px;
	margin-bottom: 10px;
	position: relative;
}
.contact-tit:before {
	content: " ";
	display: block;
	width: 40px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
}
.lylist {
	width: 100%;
}
.lylist input, .lylist textarea, .lylist button {
	border-radius: 5px;
	border: none;
	font-size: 14px;
}
.lylist .lytitle {
	width: 99%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	background: #fff;
}
.lylist .inp_name {
	width: 48%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
	float: left;
}
.lylist .inp_tel {
	width: 49%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	float: right;
	margin: 20px 13px 0 0;
	background: #fff;
}
.lylist .inp_neirong {
	width: 99%;
	height: 200px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
}
.lylist .vcode {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 12px 0px 0 0;
	background: #fff;
}
.lylist .submit {
	width: 49%;
	text-align: center;
	background: #d40000;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin: 12px 13px 0 0;
}
.lylist .submit:hover {
	cursor: pointer;
}
.yanzhengm img {
	position: absolute;
	top: 25px;
	right: 15px;
}
.yanzhengm {
	width: 48%;
	float: left;
	position: relative;
}
/*在线留言结束*/

/*关于我们*/
.shoujibanabout{
	display: none;
}
.about-con {
	padding: 100px 0 50px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}
.about-gushi{
	/*
	display: flex;
	align-items: center;
*/
	max-width: 1400px;
	display:flex;
	margin: 0 auto;
	}
.about-gushi .wen {
	width: 50%;
	padding: 2% 5% 0 0;
}
.about-sheji02 .about-gushi .wen{
	padding: 7% 5% 0 5%;
}
.about-gushi .pic {
	width: 50%;
}
.about-gushi .pic img {
	width: 100%;
}
.about-red-title {
	display: block;
	font-size: 14px;
	line-height: 34px;
	background: #ff0000;
	width: 120px;
	height: 34px;
	color: #fff;
	text-align: center;
}
.list4-right .list4-title {
	font-size: 2.5rem;
	color: #000;
	padding: 1.5rem 0 2rem;
}
.list4-right .list4-detail {
	font-size: 16px;
	line-height: 35px;
	color: #666;
}
.list4-right .list4-detail p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.about-sheji {
	    padding: 0 0 50px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
.about-gushi01{
	    padding: 0 0 50px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
.about-sheji02 {
	padding: 0 0 100px 0;
	overflow: hidden;
	border-bottom:none;
	margin-bottom: 0;
}
.about-qiyewh{
	padding: 0 0 50px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}
.about-qiyewh02{
	
}
.about-qiyewh02 h5{
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #222;
}
.about-qiyewh02 h5:first-child{
	margin-top: 0;
}
.about-qiyewh02 p{
	
}
.shejishi{
/*
	display: flex;
    align-items: center;
*/
}
.shejishi .pic {
	width: 50%;
}
.shejishi .pic img {
	width: 100%;
}
.shejishi .wen {
	width: 46%;
    padding: 7% 5% 0 0;
}
.about-wenhua {
	background: #f5f5f5;
	padding: 100px 0;
	overflow: hidden;
}
.culture .text {
	text-align: center;
}
.culture .text h3 {
	font-size: 2.5rem;
}
.culture .text p {
	margin: 20px 0 40px;
}
.culture .line {
	width: 14px;
	height: 3px;
	background: #d40000;
	border-radius: 3px;
	margin: 0 auto;
}
.culture .points-list {
	margin-top: 50px;
	overflow: hidden;
}
.culture .points-list .text {
	width: 50%;
	padding-right: 5%;
	text-align: left;
}
.culture .points-list .img-box {
	width: 50%;
}
.culture .points-list .img-box img {
	display: block;
	max-width: 100%;
}
.culture .points-list .text h5 {
	font-size: 24px;
}
.culture .points-list .text p {
	margin: 10px 0 40px;
	line-height: 26px;
	font-size: 16px;
	color: #777;
}
/*企业相册*/
.about-xc {
	padding: 100px 0;
	background: #f5f5f5;
}
.xc-title {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 30px;
}
.xc-list{
	position: relative;
	
}
.xc-list .swiper-container {
	margin: 0 auto;
	position: relative;
	padding-bottom: 60px;
}
.xc-list .swiper-container a {
	padding: 0 15px;
	display: block;
	text-align: center;
}
.xc-list .swiper-container a .pic {
	margin-bottom: 15px;
	overflow: hidden;
	transition: all .3s;
	border: 1px solid #eee;
	background: #fff;
}
.xc-list .swiper-container a .text {
	font-size: 14px;
}
.xc-list .swiper-pagination {
	bottom: 0;
}
.xc-list .swiper-container .swiper-pagination-bullet {
	background: #ccc;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.xc-list .swiper-container .swiper-pagination-bullet-active {
	background: #ff0000;
}

/* --- 位置 --- */
.page-path{line-height:60px; margin-top:90px; background:#eee; }
.page-path .wrap{display:flex; align-items:center;}

/* 分类 */
.page-path .type {display:flex; align-items:center;}
.page-path .type a{font-size:14px; padding: 0 20px; text-align:center; display:block; position:relative; white-space:nowrap;}
.page-path .type a:after{content:""; height:13px; background:#C4C4C4; position:absolute; right:0; top:24px; width:1px;}
	.page-path .type a.on{
		    color: #d40000;
	}
.page-path .type a:last-child:after{
	display: none!important;
}
/* 位置 */
.page-path .path{margin-left:auto; font-size:14px; background:url(../images/path.png) no-repeat 0 center; padding-left:20px; color:#666;}
@media screen and (max-width:2020px){

	.list4-right .list4-title {
    font-size: 2.5rem;
    color: #000;
    padding: 1rem 0 ;
}
}
@media screen and (max-width:1780px){
	.about-con {
    padding: 60px 0 50px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
	.list4-right .list4-title {
    font-size: 2.5rem;
    color: #000;
    padding: 1rem 0 ;
}
	.list4-right .list4-detail p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
}
@media screen and (max-width:1560px){
	.list4-right .list4-title {
    font-size: 2rem;
    color: #000;
    padding: .8rem 0 .5rem 0;
}

	.list4-right .list4-detail p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
	.about-gushi .wen {
    width: 50%;
    padding: 0% 5% 0 5%;
}
	.about-sheji02 .about-gushi .wen {
    padding: 5% 5% 0 5%;
}
}
@media screen and (max-width:1460px){
	.shoujibanabout{
	display: block;
}
	.pcabout{
		display: none;
	}
	.shejishi {
    display: block;
}
	.about-qiyewh02 h5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #222;
}
	.about-gushi .wen {
    padding: 0% 1.5rem 0 1.5rem;
}
	.about-gushi .wen {

    padding: 0% 1.5rem 0 1.5rem;
}
/*
	.about-gushi .wen {
    width: 90%;
		margin: 0 auto;
		float: none;
		padding-bottom: 4%;
    padding-left: 0;
    padding-top: 0%;
}
	.about-gushi .pic {
    width: 100%;
}
	.shejishi .wen {
    width: 90%;
		margin: 0 auto;
		float: none;
		padding-bottom: 4%;
    padding-right: 0%;
    padding-top: 0%;
}
	.shejishi .pic {
    width: 100%;
}
*/
	.about-sheji {
    padding: 0;
    overflow: hidden;
}
	.about-gushi01 {
    padding: 0;
    overflow: hidden;
}
	.culture .points-list .text p {
    margin: 10px 0 30px;
    line-height: 24px;
    font-size: 14px;
    color: #777;
}
	.culture .points-list .text h5 {
    font-size: 22px;
}
	.about-sheji02 .about-gushi .wen{
	padding: 0 1.5rem 3rem 1.5rem;
}
}
@media screen and (max-width:1280px){
	
	.about-gushi .wen {
    width: 90%;
		margin: 0 auto;
		float: none;
		padding-bottom: 4%;
    padding-left: 0;
    padding-top: 0%;
}
	.about-gushi .pic {
    width: 100%;
}
	.shejishi .wen {
    width: 90%;
		margin: 0 auto;
		float: none;
		padding-bottom: 4%;
    padding-right: 0%;
    padding-top: 0%;
}
	.shejishi .pic {
    width: 100%;
}
	.ewm {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px #555 solid;
}
	.pi {
    width: 80%;
    box-sizing: border-box;
}
	.faqfl {
    font-size: 14px;
    line-height: 70px;
}
	.culture .points-list .text {
    width: 55%;
    padding-right: 3%;
    text-align: left;
}
	.culture .points-list .img-box {
    width: 45%;
}
	
	.culture .points-list .text p {
    margin: 5px 0 25px;
    line-height: 24px;
    font-size: 14px;
}
	.about-xc {
    padding: 3rem 1.5rem;
}
	.xc-list .swiper-container a {
    padding: 0 5px;
    display: block;
    text-align: center;
}
	.xc-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
	.path{
		display: none;
	}
}
@media screen and (max-width:1023px){
	.ditu02 iframe{
	width: 90%;
		margin: 0 auto;
		display: block;
}
	.page-path{
		padding: 0 1.5rem;
		margin-top: 96px;
	}
.lianxi-con{
		padding: 3rem 1.5rem;
	}
	.newslist{
		padding: 2rem 1.5rem;
	}
	.newslist .content ul li{
		width: 48%;
	}
	.faqfl{
		padding: 0rem 1.5rem;
	}
	.ewm {
		display: none;
	}
	.pi {
    width: 100%;
    box-sizing: border-box;
}
	.pi p {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin: 15px 0px;
}
	.pi p.ctel,.pi p.cmail{
		width: 40%;
	}
	.pi p.caddr{
		width: 60%;
	}
	
	.zzliuyan {
    padding:0 1.5rem;
    overflow: hidden;
}
	.neiban-lianxi {

    height: 500px;
}
	.contact-tit {
    font-size: 1.4rem;
    padding-bottom: 25px;

    margin-bottom: 10px;
    position: relative;
}
	.page-copyright .box .left {width: 100%; text-align: center;}
.page-copyright .box .right{width: 100%; text-align: center;}
	.neiban {
    background-size: cover;
    background-position: center top;
    height: 200px;
    margin-top: 90px;
    position: relative;
		padding: 0 1.5rem;
}
	.neiban .wen p {
    font-size: 22px;
    margin-bottom: 5px;
}
	.neiban .wen span {
    font-size: 14px;
    transition-delay: .2s;
}
	.about-gushi .wen ,.shejishi .wen{
    width: 100%;
		padding: 0 1.5rem 3rem 1.5rem;
}
	.about-wenhua {
    background: #f5f5f5;
    padding: 3rem 1.5rem;
    overflow: hidden;
}
	.culture .points-list .text p {
    margin: 3px 0 25px;
    line-height: 22px;
    font-size: 14px;
}
	.culture .text h3 {
    font-size: 2rem;
}
	.culture .text p {
    margin: 20px 0 30px;
		font-size: 14px;
}
	.culture .points-list .text h5 {
    font-size: 18px;
}
	.culture .points-list .text {
    width: 100%;
    padding-right: 0%;
    text-align: center;
}
	.culture .points-list .img-box {
    width: 100%;
}
	.culture .points-list .img-box img{
		margin: 10px auto 0 auto;
	}
	
	.list1-mains {
    flex: 0 0 100%;
    width: 100%;
    margin: auto;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    float: left;
}
	.newsInfo-list1 .list1-recommend {
    flex: 0 0 100%;
    width: 100%;
    float: right;
		border-top: 1px solid #dbdbdb;
    padding: 2rem 1.5rem;
}
	.newsInfo-list1 .info-dt-wrap {
    font-size: 16px;
    line-height: 35px;
    color: #666;
    border-bottom: 1px solid #dbdbdb;
    padding: 2rem 1.5rem;
    min-height: auto;
}
	.newsInfo-list1 .info-bot-wrap {
    padding: 2rem 1.5rem;
}
	.service-con {
    padding: 3rem 1.5rem;
}
	.qitacon li .txts-wrap {
    padding: 1.5rem 1rem;
    transition-duration: .5s;
    background: url(../images/cir2.png) no-repeat right 1rem center;
}
	.qita-con,.lianxizhic{
    padding: 3rem 1.5rem;
}
	.qitacon li .txts-wrap .list1-h5 {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 12px;
    transition-duration: .5s;
}
	.qitacon li .txts-wrap .list1-dt p{
    font-size: 14px;
}
	.lianxizhic .title {
    font-size: 2rem;
    padding-bottom: 10px;
}
	.lianxizhic .list2-item {
    width: 100%;
		margin: 2% 0;
}
	.faqlist-con {
    padding: 2rem 1.5rem 1rem 1.5rem;
}
	.problem-list1 .problem-item {
    line-height: 36px;
    cursor: pointer;
    padding: 20px;
}
	.problem-list1 .problem-h5 {
    position: relative;
    padding: 0px 40px 10px 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: url(../images/jian3on.png) no-repeat right 5px center;
}
	.problem-list1 .problem-h5:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    top: 7px;
    left: 0;
    position: absolute;
    background: url(../images/wen1.jpg) no-repeat center;
}
	.problem-list1 .problem-detail {
    position: relative;
    padding: 15px 40px 0px 30px;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #eee;
}
	.problem-list1 .problem-detail p{
		line-height: 20px;
	}
	.problem-list1 .problem-detail:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    top: 15px;
    left: 0;
    position: absolute;
    background: url(../images/da1.jpg) no-repeat center;
}
	
	.productlist {
    padding: 2rem 1.5rem 1rem 1.5rem;
    overflow: hidden;
}
	.productlist .content ul li {
    width: 46%;
    margin: 2%;
}
	

	
	
}
@media screen and (max-width:800px){
	.inner-nav-left02{
		float: none;
	}
	.inner-nav-left02 .nav-left-a {
    position: relative;
    color: #333;
    flex: 0;
    display: inline-block;
    transition-duration: .3s;
    padding-right: 0;
    width: 32%;
    text-align: center;
		
}
	.inner-nav-left02 .nav-left-a:last-child:after{
	display: block;
}
}
@media screen and (max-width:768px){
	.page-path{
		padding:0px; width:100%;
	}
	.page-path a{ flex:1;}
	.about-gushi{
		display: block;
	}
	.ditu {
    background: #fff;
    padding: 70px 0;
}
	.ditu02 iframe {
    width: 90%;
    height: 300px;
}
	.propath{
		display: block!important;
	}
	.pi p {
    float: left;
    width: 100%!important;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0px;
}
	.newsInfo-list1 .info-dt-wrap {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border-bottom: 1px solid #dbdbdb;
    padding: 2rem 1.5rem;
    min-height: auto;
}
	.newsInfo-list1 .info-dt-wrap p {
    line-height: 26px;
}
	.newsInfo-list1 .info-title {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    padding: 2rem 1.5rem 0rem 1.5rem;
}
	.info-title-wrap .m-info-datas {
    color: #999;
		font-size: 14px;
}
	.list4-right .list4-title {
    font-size:2rem;
    color: #000;
    padding: .5rem 0;
}
	.about-qiyewh02 h5 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #222;
}
	.inner-nav-left .nav-left-a {

    padding-right: 24px;
}
	.page-path .path{
		display: none;
	}
	.newslist .content ul li .text h3 {
    font-size: 16px;
}
	.newslist .content ul li .text p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
		overflow: hidden;
    margin: 10px 0;
}
	.newslist .content ul li .text {
    padding: 20px 5%;
}
	.inner-nav-left .nav-left-a:after {
    right: 12px;
}
	.service-con {
    padding: 2rem 1.5rem;
}
	.service-con p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
	.pages {
    margin: 2rem 0;
    width: 100%;
    clear: both;
}
	.download_list li {
    display: block;
    line-height: 36px;
    cursor: pointer;
    padding: 15px 20px;
    overflow: hidden;
}
	.download_list li .problem-h5 {
    position: relative;
    padding: 18px 30px 18px 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
	.productlist .content ul li .text h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
	.productlist .content ul li .text p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    height: 46px;
    padding: 0 10px 10px 10px;
}
	
	.shouhoucon h3{
	font-size:18px;
	padding-bottom: 12px;
}
.shouhoucon table {
width: 100% !IMPORTANT;
border: 1px solid #e4e4e4 !IMPORTANT;
border-collapse: collapse !IMPORTANT;
	font-size: 14px!important;
word-break: break-all; word-wrap:break-word;
}

.shouhoucon table td {
border: 1px solid #e4e4e4 !IMPORTANT;
padding: 5px !IMPORTANT;
	line-height: 26px;
}
	
}
@media screen and (max-width:680px){
	.page-path .type{flex-wrap: wrap;}
	.page-path .type a{ flex:unset;min-width: 25%;width: 25%;}
	.page-path .type a:nth-child(4n):after{display:none;}
}
@media screen and (max-width:640px){
	.ditu {
    background: #fff;
    padding: 40px 0;
}
	.ditu02 iframe {
    width: 90%;
    height: 300px;
}
	.neiban-lianxi,.neiban,.page-path{
    margin-top: 80px;
}
	.path{
		display: none;
	}
	.lylist input{
		width: 100%!important;
		    margin: 10px 0px 0 0!important;
	}
	.lylist .inp_neirong {
    width: 100%;
    height: 150px;
    line-height: 35px;
    padding: 0 0 0 30px;
    margin: 10px 0px 0 0;
    background: #fff;
}
	.yanzhengm {
    width: 100%;
}
	.lylist .vcode {
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 0 0 30px;
    margin: 0px 0px 0 0!important;
    background: #fff;
}
	.liuyan {
    padding: 3rem 0;
}
	.contact-tit {
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}
	.neiban-lianxi {
    height: 400px;
}
	.yanzhengm img {
    position: absolute;
    top: 12px;
    right: 15px;
}
	.about-con {
    padding: 3rem 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 3rem;
}
	.culture .points-list .text {
    text-align: left;
}
	.culture .text,.culture .line {
		display: none;
}
	.points-list .text {
		display: block;
}
	.culture .points-list {
    margin-top: 10px;
    overflow: hidden;
}
	.page-path .type a {
    font-size: 14px;
    padding: 0 10px;
}
	.pages {
    margin: 2rem 0;
}
	.newsInfo-list1 .info-title {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    padding: 2rem 1.5rem 0rem 1.5rem;
}
	.newsInfo-list1 .info-bot-dl {
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 36px;
    float: left;
}
	.newsInfo-list1 .info-bot-dr{
		float: none;
		clear: both;
	}
	.newsInfo-list1 .info-bot-dr a{
		margin: 0 auto;
	}
	.recommend-mains a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
	.qitacon li {
    display: block;
    width: 100%;
    margin: 2% 0;
    float: left;
    background: #fff;
}
	.lianxizhic .list2-dt {
    font-size: 14px;
    line-height: 25px;
    color: #666;
}
	.download_list li .problem-h5 {
    position: relative;
    padding: 18px 0px 18px 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
		width: 100%;
}
	.problem-xia{
		float: none;
	}
	.download_list li .problem-h5 span {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}
	.productlist .content ul li {
    width: 100%;
    margin: 2% 0;
}
	
}
@media screen and (max-width:560px){
	.neiban-lianxi,.neiban,.page-path{
    margin-top:57px;
}
	.newslist .content ul li {
    width: 100%;
		margin:2% 0;
}
	.lianxi-con {
    padding: 1.5rem;
}
	.pi p {
    float: left;
    width: 100%!important;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 5px 0px;
}
	.neiban {
    height: 120px;
}
	.neiban .wen {
    top: 40%;
}
	.neiban .wen p {
    font-size: 18px;
    margin-bottom: 5px;
}
	.neiban .wen span {
    font-size: 12px;
    transition-delay: .2s;
}

	.inner-nav-left02 {
    float: none;
    overflow: hidden;
    padding: 15px 0;
}
	.inner-nav-left02 .nav-left-a {
    position: relative;
    color: #333;
    flex: 0;
    display: block;
		float: left;
    transition-duration: .3s;
    padding-right: 0;
		line-height: 35px;
    width: 50%;
    text-align: center;
		
}
	.inner-nav-left02 .nav-left-a:last-child:after{
	display: block;
}
	.inner-nav-left02 .nav-left-a:nth-child(2n):after{
	display: none;
}

}