html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
a,
pre,
img {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: var(--font);
	text-decoration: none
}

pre{
	white-space: pre-wrap;
	padding: unset;
	margin: unset;
	font-size: unset;
	line-height: unset;
	color: unset;
	word-break: unset;
	word-wrap: unset;
	background-color: unset;
	border: none;
	border-radius: unset;
}
/* 产品、解决方案、新闻、服务、关于  */
.prodetail ul li,
.solusingle ul li,
.feat-con ul li,
.sersingle ul li,
.about ul li {
	list-style: inside;
}

.prodetail ol li,
.solusingle ol li,
.feat-con ol li,
.sersingle ol li,
.about ol li {
	list-style: auto;
	list-style-position: inside;

}

@media (min-width: 1200px) {
	.container {
		width: 1230px;
	}
}

a:hover {
	text-decoration: none;
}

.wrap {
	width: 100%;
	height: 100%;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

input,
button {
	outline: none;
}

.top {
	height: 50px;
	background: #000;
	line-height: 50px;
	overflow: hidden;
}

.top ul li {
	display: inline-block;
}

.top-l a {
	font-size: 14px;
	color: #dcdcdc;
}

.top-l a span {
	color: var(--color1);
	margin-right: 10px;
}

.top-l li:first-child::after {
	content: '';
	width: 1px;
	height: 20px;
	display: inline-block;
	background: #dcdcdc;
	vertical-align: middle;
	margin: 0 20px;
}

.top-r li a span {
	font-size: 14px;
	color: #dcdcdc;
}

.top-r li {
	margin-left: 10px;
}

.lms {
	height: 120px;
}

.logo {
	padding-top: 34px;
	height: 120px;
	background: var(--color1);
	width: 148px;
	position: relative;
}

.logo:before {
	content: '';
	height: 120px;
	width: 1200px;
	background: var(--color1);
	position: absolute;
	left: -1200px;
	top: 0;
}

.logo::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 40px;
	width: 0;
	height: 0;
	border-left: 15px solid var(--color1);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.menu ul {
	font-size: 0;
}

.menu ul li {
	display: inline-block;
	margin-left: 54px;
}

.menu ul li a {
	font-size: 20px;
	color: #333;
	display: block;
	line-height: 119px;
}

.search-ico {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--color1);
	text-align: center;
	line-height: 50px;
	margin-top: 30px;
}

.banner img {
	width: 100%;
}

.p-btn1,
.p-btn2 {
	background: #ffffff;
	color: var(--color1);
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	font-size: 30px;
	font-family: simsun;
}

.p-btn2 {
	left: auto;
	right: 10px;
}

.p-btn1 {
	top: 40%;
}

.iabout-l h3 {
	font-size: 20px;
	color: #fff;
	width: 340px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--color1);
	position: absolute;
	top: 24px;
	left: -50px;
}

.iabout-l h3::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 60px;
	width: 0;
	height: 0;
	border-top: 50px solid #d79726;
	border-left: 50px solid transparent;
}

.iabout-l {
	position: relative;
}

.iabout-l img {
	width: 100%;
}

.iabout {
	padding: 40px 0 80px 0;
}

.iabout-l-tit {
	font-size: 20px;
	color: var(--color1);
	padding-top: 30px;
}

.iabout-r h3 {
	font-size: 50px;
	color: #333333;
	margin: 20px 0;
}

.iabout-r p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 36px;
}

.iabout-r ul li {
	font-size: 18px;
	color: #333333;
	margin-bottom: 13px;
}

.iabout-r a,
.ipro-cen span {
	display: block;
	width: 180px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	background: var(--color1);
	border-radius: 5px;
	margin-top: 30px;
	border: 1px solid var(--color1);
}

.iabout-r a:hover,
.ipro-cen span:hover {
	background: none;
	color: var(--color1);
}

.ipro {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 1000px;
}

.ipro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ipro-bg-l {
	width: 60%;
	background: var(--color1);
	height: 720px;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}

.ipro-bg-r {
	width: 40%;
	background: #000;
	height: 720px;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}

.ipro .container {
	position: relative;
	z-index: 2;
}

.ipro-tit {
	padding-top: 75px;
	color: #fff;
}

.ipro-tit span {
	font-size: 20px;
}

.ipro-tit h3 {
	font-size: 50px;
	margin: 30px 0;
}

.ipro-main {
	position: absolute;
	left: 0;
	width: 150%;
}

.ipro-con {
	position: relative;
}

.ipro-cen {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	padding: 30px;
	display: none;
}

.ipro-con:hover .ipro-cen {
	display: block;
}

.ipro-cen h3 {
	font-size: 20px;
	color: #fff;
}

.ipro-cen p {
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	color: #fff;
	margin: 20px 0 30px 0;
}

.ipro-con img {
	width: 100%;
}

.sw4 {
	padding-bottom: 80px;
}

.sw4 .swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}

.sw4 .swiper-pagination-bullet-active {
	background: var(--color1);
}

.sw4 .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
}

.icommom-tit {
	font-size: 50px;
	color: #333333;
	text-align: center;
}

.icommom-tit::after {
	content: '';
	display: block;
	margin: 30px auto;
	width: 100px;
	height: 2px;
	background: var(--color1);
}

.isolu-con {
	position: relative;
	margin-bottom: 30px;
}

.isolu-con img {
	width: 100%;
}

.isolu-cen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 16px 0 16px;
}

.isolu-cen span {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.isolu-cen h3 {
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}

.iser {
	height: 400px;
	background: url(../img/ser-bg.jpg) no-repeat center;
	margin: 40px 0 70px 0;
}

.iser dl {
	float: left;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.iser dl dd {
	font-size: 14px;
	color: #fff;
}

.iser dl dt {
	height: 110px;
	width: 110px;
	line-height: 110px;
	background: var(--color1);
	color: #fff;
	border-radius: 50%;
	margin: 100px auto 30px auto;
}

.iser dl dt span {
	font-size: 50px;
	font-weight: normal;
}

.inews-left img {
	width: 100%;
}

.inews-left-con ul {
	color: #999999;
}

.inews-left-con ul li {
	display: inline-block;
	font-size: 15px;
	color: #999999;
	margin: 0 10px;
}

.inews-left-con ul li i {
	display: inline-block;
	width: 17px;
	height: 17px;
	color: #fff;
	text-align: center;
	line-height: 17px;
	background: var(--color1);
	border-radius: 50%;
	margin-right: 10px;
}

.inews-left-con ul li i span {
	font-size: 12px;
}

.inews-left-con h3 {
	font-size: 18px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	color: #333333;
	margin: 20px 0;
}

.inews-left-con p {
	font-size: 15px;
	color: #999999;
}

.inews-left-con {
	background: #f5f5f5;
	padding: 38px 20px;
}

.inew-right .inews-left-con {
	padding: 20px;
}

.inew-right .inews-left-con h3 {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.inew-right>ul>li {
	margin-bottom: 10px;
}

.inews-left-con h3:hover,
.inews-left-con p:hover,
.inews-left-con ul li:hover,
.inews-left-con ul:hover {
	color: var(--color1);
}

.icus {
	background: #f5f5f5;
	margin: 40px 0 80px 0;
	padding: 70px 0 30px 0;
}

.icus ul li {
	float: left;
	width: 14%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.icus ul li img {
	width: 100%;
}

footer {
	height: 520px;
	background: url(../img/foot-bg.jpg) no-repeat center;
}

.foot-top {
	padding: 36px 0 28px 0;
	border-bottom: 1px solid #333;
}

.foot-top-r ul li {
	display: inline-block;
	margin-left: 15px;
}

.foot-top-r ul li span {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #333333;
	border-radius: 50%;
}

.foot-tit {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 50px 0 30px 0;
}

.foot-mid li a {
	color: #dcdcdc;
	font-size: 14px;
}

.foot-mid li {
	margin-bottom: 22px;
}

.foot-mid li span {
	color: var(--color1);
	font-size: 16px;
	margin-right: 10px;
	width: 20px;
	display: inline-block;
}

.foot-btm {
	height: 80px;
	line-height: 80px;
	color: #fff;
	border-top: 1px solid #333;
}

.foot-btm-l,
.foot-btm-r li a {
	font-size: 14px;
	color: #fff;
}

.foot-btm-r li {
	display: inline-block;
	margin-left: 25px;
}

.son-banner img {
	width: 100%;
}

.son-banner {
	position: relative;
}

.sbanner-con {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	color: #fff;
}

.sbanner-con h3 {
	font-size: 60px;
}

.sbanner-con p {
	font-size: 20px;
	margin: 20px 0 60px 0;
	width: 50%;
	height: 85px;
}

.sbanner-con ol li {
	display: inline-block;
	margin: 0 10px;
}

.sbanner-con ol {
	margin-left: -10px;
}

.sbanner-con ol li a {
	font-size: 16px;
	color: #fff;
}

.prolist-main-tit {
	font-size: 30px;
	color: #333333;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

.product,
.news {
	padding-top: 30px;
}

.news-main {
	margin-bottom: 30px;
}
.news-main .container .row{
	display: flex;
	flex-wrap: wrap;
}
.contact-top {
	padding-top: 30px;
	margin-bottom: 30px;
}

.contact-top p,
.contact-top li {
	font-size: 16px;
	color: #3c3c3c;
	margin-bottom: 20px;
}

.contact-top li a {
	color: #3c3c3c;
}

.contact-top li span {
	color: var(--color1);
	font-size: 20px;
	margin-right: 10px;
}

.mess-con textarea,
.mess-con input {
	width: 100%;
	height: 50px;
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding-left: 10px;
}

.mess-con textarea {
	padding-top: 10px;
	height: 330px;
}

#code {
	width: 50%;
}

.mess-con button {
	width: 250px;
	height: 50px;
	border: none;
	background: var(--color1);
	color: #fff;
	border-radius: 50px;
}

.service {
	padding-top: 30px;
}

.service-con h3 {
	font-size: 20px;
	color: #333333;
	margin: 25px 0;
}

.service-con p {
	font-size: 16px;
	color: #666666;
}

.service-con img {
	width: 100%;
}

.service-con {
	margin-bottom: 40px;
}

.aside-con {
	background: #f5f5f5;
	padding: 20px;
	margin-top: 30px;
}

.aside-bgnone {
	background: none;
	border: 2px solid #eee;
}

.aside-tit {
	position: relative;
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.aside-tit:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	background: var(--color1);
	width: 15px;
	height: 23px;
}

.aside-con ul li a,
.aside-con ul li {
	display: block;
	font-size: 14px;
	color: #333;
}

.aside-con ul li a {
	line-height: 26px;
	height: 52px;
	overflow: hidden;

}

.aside-pro ul li span {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #282828;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
}

.aside-con ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #8c8c8c;
	overflow: hidden;
}

.aside-pro ul li {
	padding-bottom: 0;
}

.aside-pro ul li a {
	float: left;
	width: 85%;
}

.aside-con ul li img {
	float: left;
	margin-right: 5px;

}

.prosingle-t-l img {
	width: 100%;
}
.aside-bgnone ul li a{
	height: auto;
	padding-bottom: 20px;
}
.prosingle-t-r h1 {
	font-size: 30px;
	color: #333;
	line-height: 45px;
	margin-bottom: 40px;
	font-weight: normal;
	margin-top: 30px;
}

.prosingle-t-r ul li {
	font-size: 20px;
	color: #666;
	margin-bottom: 23px;
}

.prosingle-top {
	padding-bottom: 20px;
}

.chat a {
	display: inline-block;
	width: 207px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	border: 2px solid #333;
	text-align: center;
	color: #333;
	font-size: 16px;

	margin-top: 30px;
}

.chat a.chat-a {
	margin-right: 30px;
	background: var(--color1);
	color: #fff;
	border-color: var(--color1);
}

.prosingle-btm {
	padding-top: 5px;
}

.feat-tit {
	margin: 25px 0;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	padding-left: 20px;
	background: var(--color1);
}

.feat-con {
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.feat-con img,
.feat-con iframe,
.feat-con embed {
	max-width: 100%;
}

.prosingle-breadnav .sbanner-con {
	position: initial;
	padding: 20px 0;
}

.prosingle-breadnav .sbanner-con li a,
.prosingle-breadnav .sbanner-con ol {
	color: #333333;
}

.message-main .mess-con textarea {
	height: 180px;
}

.message-main .mess-con button {
	border-radius: 5px;
	float: right;
}

.news-single-top .inews-left-con {
	background: none;
	padding: 20px 0;
	border-bottom: 1px solid #bebebe;
	margin-bottom: 30px;
}

.news-single-page ul li,
.news-single-page ul li a {
	font-size: 16px;
	color: #666666;
}

.news-single-page ul li {
	margin-bottom: 20px;
}

.news-single-page {
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #bebebe;
}

.news-single-btm {
	background: #f5f5f5;
	padding: 40px 0;
	margin-bottom: 30px;
}

.news-single-tit {
	font-size: 30px;
	color: #333333;
	margin-bottom: 20px;
}

.lost-con {
	text-align: center;
	padding: 50px 0;
}

.lost-con p {
	font-size: 20px;
	color: #333333;
	width: 70%;
	margin: auto;
}

.searchno-tit {
	text-align: center;
	margin: 40px 0;
}

.prosingle-t-r p {
	font-size: 20px;
	line-height: 32px;
	color: #333333;
}

.solus1 {
	background: #f5f5f5;
	padding: 40px 0;
	margin-top: 40px;
}

.solus2 dl img {
	width: 100%;
}

.solus2 {
	padding: 40px 0 20px 0;
}

.solus2 dl dd {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	height: 56px;
	margin: 20px 0;
}

.solus3 {
	background: #f5f5f5;
	padding: 40px 0 20px 0;
}

.solus3-con img {
	width: 100%;
}

.solus3-con h3 {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	height: 56px;
}

.solus3-con p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;

	height: 120px;
	overflow: hidden;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.solus3-con {
	margin-bottom: 50px;
}

.solus4>img {
	width: 100%;
}

.solus4 {
	position: relative;
}

.solus4-main {
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
}

.solus4-con h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.solus4-con p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.solus4-con {
	margin-bottom: 30px;
}

.solus5 {
	padding: 40px 0;
}

.sersingle-top {
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	padding: 40px 0;
}

.sersingle-mid {
	background: #333333;
	height: 400px;
	padding-top: 40px;
}

.colorw {
	color: #fff;
}

.sersingle-mid dl {
	text-align: center;
	color: #fff;
}

.sersingle-mid dl dt {
	font-size: 14px;
	line-height: 24px;
}

.about1 {
	background: #f5f5f5;
	padding: 40px 0;
}

.about1 p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.aboutbg {
	background: none;
}

.about2 dl img {
	width: 100%;
}

.about2 dl dd {
	font-size: 20px;
	color: #333;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
}

.about2 dl {
	margin-top: 20px;
}

.about3 img {
	width: 100%;
	margin-top: 20px;
}

.headm {
	display: none;
}

.search-main {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	z-index: 23;
	display: none;
}

.close-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	height: 130px;
	background: #fff;
	border-bottom-left-radius: 130px;
	text-align: center;
	line-height: 110px;
	color: var(--color1);
	font-size: 30px;
	font-family: sinsum;
}

.search-main form {
	position: absolute;
	left: 50%;
	top: 50%;
}

.search-main form input {
	width: 700px;
	height: 90px;
	margin-left: -350px;
	padding-left: 20px;
}

.search-main form button {
	position: absolute;
	right: 30px;
	top: 20px;
	background: none;
	border: none;
}

.pros-ser {
	margin: 0 -15px;
}

.pros-ser dl {
	float: left;
	width: 18%;
	margin: 0 1%;
	height: 250px;
	background: #f0f0f0;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

.pros-ser dl dd {
	font-size: 20px;
	color: #333;
}

.pros-ser dl dt {
	margin: 50px 0 30px 0;

}

.pros-ser dl dt span {
	font-size: 50px;
}

.pros-ser dl:hover {
	background: var(--color1);
	color: #fff;
}

.pros-ser dl:hover dd {
	color: #fff;
}

.sersingle-mid dl dt {
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	background: var(--color1);
	color: #fff;
	margin: auto;
	margin-bottom: 20px;
}

.sersingle-mid dl dt span {
	font-size: 50px;
}

.foot-mid img {
	width: 150px;
	margin: auto;
}

.sw3 .p-btn1,
.gallery-top .p-btn1 {
	top: 30%;
}

.solus2 dl {
	margin-bottom: 20px;
}

.solus4-con {
	background: var(--color1);
	margin-top: 40px;
	border-radius: 10px;
	height: 250px;
	padding: 30px;
}

.gallery-thumbs {
	margin-top: 30px;
}

.son-banner {
	margin-bottom: 20px;
}

.foot-mid li a:hover,
.foot-btm-r li a:hover {
	color: var(--color1);
}

.foot-top-r ul li span:hover {
	background: var(--color1);
}

.search-main form button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--color1);
	text-align: center;
	line-height: 50px;
}

.down {
	position: absolute;
	padding: 20px 0;
	background: #fff;
	z-index: 22;
	width: 300px;
	left: -100px;
	display: none;
}

.menu li .down a {
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 20px;
}

.menu li {
	position: relative;
}

.paging {
	text-align: center;
	display: block;
	margin-bottom: 100px;
	margin-top: 40px;
}

.paging li {
	display: inline-block;
}

.pagination>.active>a,
.pagination>.active>a:hover {
	background: var(--color1);
	color: #fff;
	border-color: var(--color1);
}

.pagination>li>a,
.pagination>li>span {
	color: var(--color1);
}

.news .inews-left {
	margin-bottom: 30px;
}



@media screen and (max-width:768px) {
	.navm-main .down{
		position: initial;
		width: 100%;
	}
	#LRdiv0 img{
		width: 150px;
	}
	.solus3-con h3{
		margin-top: 20px;
		height: auto;
	}
	.solus4 .prolist-main-tit{
		margin: 30px 0 0 0;
	}
	.ipro-cen{
		padding: 0;
	}
	.ipro-cen p, .ipro-cen span{
		display: none;
	}
	.ipro-cen h3{
		font-size: 16px;
	}
	
	.mess-con img{
		width: 40%;
		right: 0 !important;
	}
	.iabout-l h3{
		left: -6px;
	}
	.solus3-con p {
		height: auto;
		overflow: unset;
	}
	
	.chat a {
		font-size: 16px;
		width: 44%;
	}

	.pros-ser-con .gallery-top .p-btn1 {
		top: 50%;
	}

	.pros-ser dl {
		width: 48%;
	}

	.sersingle-mid {
		height: auto;
		padding-bottom: 20px;
	}

	.feat-con iframe,
	.feat-con embed {
		max-width: 100%;
		width: 100% !important;
	}

	.feat-con img {
		width: 100% !important;
		height: auto !important;
	}

	.tech-con {
		overflow: auto;
	}

	header {
		display: none;
	}

	.headm {
		height: 75px;
		border-bottom: 1px solid #dcdcdc;
		background: #fff;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 22;
		display: block;
	}

	.logom {
		float: left;
	}

	.headm-tel {
		float: right;
	}

	.navm {
		float: right;
		padding-top: 22px;
	}

	.logom {
		width: 20%;
		padding-top: 14px;
	}

	.logom a {
		font-size: 18px;
		color: #333;
	}

	.logom img {
		width: 100%;
	}

	.headm-tel img {
		display: inline;
	}

	.headm-tel {
		font-size: 14px;
		color: #333;
		padding-top: 26px;
		padding-right: 45px;
	}

	.headm-tel span {
		display: block;
	}

	.navm img {
		display: none;
		width: 25px;
	}

	.navm img.navimg-block {
		display: block;
	}

	.navm-main {
		position: fixed;
		top: 75px;
		left: 0;
		width: 100%;
		z-index: 22;
		background: #fff;
		overflow: auto;
		height: 100%;
		padding-bottom: 95px;
		display: none;
	}

	.navm-main ul li {
		border-bottom: 1px solid #dcdcdc;
		line-height: 78px;
		color: #333333;
		font-size: 20px;
		padding: 0 15px;
	}

	.navm-main ul li span {
		float: right;
		color: #bebebe;
		transition: all .5s;
		font-family: simsun;
	}

	.navm-main ul li span.active {
		transform: rotate(90deg);
	}

	.navm-main ul li a {
		color: #333;
		display: inline-block;
		width: 85%;
	}
.navm-main ul li .down a{
	display: block;
}
	.navm .navm-main ul li img {

		vertical-align: middle;
		display: none;
		width: 20px;
		margin-right: 10px;
	}

	.navm-down {
		overflow: hidden;
		padding-bottom: 25px;
		display: none;
	}

	.navm-down a {
		float: left;
		width: 49%;
		line-height: initial;
		font-size: 16px;
		margin-right: 1%;
		margin-top: 20px;
		text-decoration: underline;
	}

	.fenge {
		margin-bottom: 75px;
	}

	.p-btn1,
	.p-btn2 {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	.p-btn2 {
		right: auto;
		left: 10px;
	}

	.p-btn1 {
		top: 50%;
	}

	.iser {
		height: auto;
		background-size: cover;
		margin: 20px 0;
	}

	.iser dl {
		width: 50%;
	}

	.iser dl dt {
		margin-top: 20px;
	}

	.icommom-tit,
	.ipro-tit h3,
	.iabout-r h3 {
		font-size: 26px;
	}

	.icus ul li {
		width: 25%;
		padding: 0 5px;
	}

	.icus {
		padding-top: 30px;
	}

	.ipro-main {
		position: initial;
	}

	.ipro {
		height: auto;
		margin-bottom: 20px;
	}

	.foot-mid .col-md-3,
	.foot-btm-r {
		display: none;
	}

	.foot-mid .foot-contact {
		display: block;
	}

	.prosingle-t-r h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.prolist-main-tit {
		font-size: 20px;
	}

	.solus4-main {
		position: initial;
	}

	.sbanner-con h3,
	.feat-tit {
		font-size: 22px;
	}

	.sbanner-con {
		top: 10px;
	}

	.sbanner-con p {
		display: none;
	}

	aside {
		display: none;
	}

	.prosingle-btm,
	.lost,
	.contact-btm {
		margin-bottom: 30px;
	}

	.lost-con img {
		width: 100%;
	}

	.lost-con p {
		width: 100%;
	}

	.about1 img {
		width: 100%;
	}
}