﻿html,
body {
	font-family: Helvetica;
	background-color: #fff;
}

.no-scroll {
	overflow-y: hidden !important;
	height: 100% !important;
}

.span-MrgLeft10 {
	margin-left: 10px;
}

.carousel-div {
	text-align: center;
	background-color: #F2F2F2;
}

@media screen and(min-width: 768px) {
	.container {
		width: 100%;
	}
}

@media screen and (min-width:992px) {
	.container {
		width: 100%;
	}
}

.head {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.heads {
	height: 100%;
}

.heads .head-div {
	background: #000;
}

.head-content {
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.head-div div {
	height: 100%;
}

.section {
	overflow: hidden;
}

.footer-menu ul {
	list-style: none;
}

.footer-menu ul a {
	color: #333;
	text-decoration: none;
}

button:enabled:active {
	background-color: transparent;
}


/*************************************************************************************/


/*手机 纵向 竖屏*/

@media screen and (orientation: portrait) {
	h3 {
		line-height: .5rem;
		font-size: .5rem;
	}
	.footerspan {
		line-height: .4rem;
		vertical-align: middle;
		text-align: center;
		font-size: .17rem;
	}
	.head-div {
		height: 1.1rem;
		background: rgba(0, 0, 0, 0.8);
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	.section {
		padding-top: 1.1rem;
	}
	.dropdownul {
		width: 3.5rem;
		margin-top: .13rem
	}
	.img-search {
		margin-top: .17rem;
		width: .45rem;
	}
	.img-logo {
		width: 0.4rem;
		margin: 0 auto;
		height: 100%;
	}
	.img-collapse {
		margin-top: .2rem;
		width: .45rem;
		float: right;
	}
	.headerline {
		width: 2.25rem;
		height: 1px;
		background-color: #606061;
		margin-left: .8rem
	}
	.carousel-img {
		width: 100%;
		height: 9.9rem;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.carousel-img1 {
		background-image: url(../images/index/carousel1.svg);
	}
	.carousel-img5 {
		background-image: url(../images/index/carousel5.png);
	}
	.dropdownimg {
		width: .6rem;
		height: .6rem;
	}
	.div-img1 {
		height: 65%;
		position: relative;
		top: 33%;
	}
	.div-img {
		top: 45%;
		height: 55%;
		position: relative;
	}
	.div-img3 {
		height: 49%;
		position: relative;
		top: 49%;
	}
	.btn-nav {
		border: none;
		background: none;
		padding: 0;
		width: 0.4rem;
		height: 100%;
	}
	.btn-nav .icon-bar {
		display: block;
		background-color: #fff;
		width: 0.4rem;
		height: 0.04rem;
		margin: 0.16rem 0;
	}
	.dropdown-menu::after {
		content: '';
		display: inline-block;
		border-left: .16rem solid transparent;
		border-right: .16rem solid transparent;
		border-bottom: .16rem solid white;
		position: absolute;
		top: -.156rem;
		/*left: 3.05rem;*/
		right: 18px;
	}
	.section-main ul {
		list-style: none;
		padding: 0;
	}
	.section-main ul li {
		margin-bottom: 0.25rem;
	}
	.section-main {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.carouselitem5 .caption {
		color: #fff;
	}
	.caption1 {
		font-size: .2rem;
		top: 9rem;
	}
	.caption {
		position: absolute;
		right: 7%;
		left: 7%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		margin-top: -8.5rem;
		color: #7F7F7F;
		text-align: center;
	}
	.caption.caption2 {
		margin-top: -6rem;
	}
	.caption3 {}
	.caption4 {}
	.nav-content ul {
		list-style: none;
	}
	.nav-content {
		background: #000;
		color: #fff;
		display: none;
		position: absolute;
		z-index: 2;
		top: 0.9rem;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 0 48px;
		height: auto;
		box-sizing: border-box;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: visibility 0s linear 1s;
		transition: visibility 0s linear 1s;
	}
	#nmenu-list {
		position: absolute;
		top: 50%;
		margin-top: -50%;
		right: 0;
		left: 0;
		padding: 0 0.9rem;
	}
	.btn-nav:hover .icon-bar {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.animated .top {
		-webkit-transform: translateY(6px) rotateZ(45deg);
		-moz-transform: translateY(6px) rotateZ(45deg);
		-ms-transform: translateY(6px) rotateZ(45deg);
		-o-transform: translateY(6px) rotateZ(45deg);
		transform: translateY(6px) rotateZ(45deg);
	}
	.animated .bottom {
		-webkit-transform: translateY(-4px) rotateZ(-45deg);
		-moz-transform: translateY(-4px) rotateZ(-45deg);
		-ms-transform: translateY(-4px) rotateZ(-45deg);
		-o-transform: translateY(-4px) rotateZ(-45deg);
		transform: translateY(-4px) rotateZ(-45deg);
	}
	.nav-item {
		border-bottom: 1px solid #333;
	}
	.nav-item a {
		display: block;
		color: #fff;
		text-decoration: none;
	}
	.nav-item a span {
		font-size: 0.25rem;
	}
	.nav-content ul {
		padding: 0;
	}
	.nav-content ul li a {
		display: block;
		padding: 0.25rem 0.3rem;
		color: #fff;
	}
	footer {
		background-color: #F2F2F2;
		padding-top: .3rem;
	}
	.footerrow {
		margin-bottom: .3rem;
		margin-top: .5rem;
	}
	.fmenu-item {
		border-bottom: 1px solid #d6d6d6;
	}
	.fmenu-item a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	.fmenu-item a span {
		font-size: 0.25rem;
	}
	.fmlist-title {
		margin-top: 0.3rem;
		margin-bottom: 0.3rem;
		font-size: 0.25rem;
		font-weight: 400;
	}
	.nav-item ul,
	.fmenu-item ul {
		display: none;
	}
	.inactive:after {
		content: '+';
		float: right;
		font-size: 0.25rem;
		font-weight: normal;
		margin-top: -2px;
		margin-right: 8px;
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease, -webkit-transform .3s ease;
	}
	.inactives:after {
		-webkit-transform: rotate(45deg) scale(1.08);
		-ms-transform: rotate(45deg) scale(1.08);
		transform: rotate(45deg) scale(1.08);
	}
	.footer-menu ul {
		padding: 0;
	}
	.footer-menu ul li a {
		display: block;
		padding: 0.15rem 0.3rem;
	}
	/**************************************/
	/*关于德宏页面*/
	.about-head {
		background-image: url(../images/about/aboutdehong.svg);
		height: 2.5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.ico-close {
		font-size: 1rem;
	}
	.ico-arrowleft {
		font-size: 1rem;
	}
	.about-head-img,
	.support-head-img,
	.contact-head-img {
		width: 2.5rem;
		height: 2.5rem;
		margin-top: -1rem;
		margin-left: .8rem;
	}
	.about-head ul li a,
	.support-head ul li a {
		font-size: .2rem;
		color: #fff;
		line-height: .35rem;
		padding: .4em;
	}
	.about-main ul li a,
	.support-main ul li a {
		color: #fff;
		text-decoration: none;
		font-size: .22rem;
	}
	.nav-tabs li {
		width: 33.33%;
		background: url(../images/about/6.png);
	}
	.tab-content {
		color: #7F7F7F;
	}
	.tab-pane {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	hr {
		border: 0;
		border-bottom: .02rem solid #676969;
		margin-top: .08rem;
		margin-bottom: .08rem;
	}
	.tab-pane2 ul li {
		line-height: .8rem;
	}
	.tab-space {
		width: 10rem;
		height: .3rem;
		background-color: #fff;
	}
	.tab-pane3-head {
		font-size: .3rem;
	}
	.tab-pane3 p {
		font-size: .15rem;
		float: left;
		line-height: .2rem;
		padding-left: .1rem;
		padding-top: .1rem;
	}
	.tab-pane3-div {
		font-size: .15rem;
		line-height: .3rem;
	}
	.tab-pane3-div ul {
		list-style-type: none;
		padding-left: .1rem;
	}
	.company {
		line-height: .5rem;
	}
	.company-img {
		width: 100%;
		height: 5rem;
	}
	.tab-pane3-div .col-xs-6,
	.tab-pane3-div .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
		float: left;
	}
	/**************************************/
	/*新闻页面*/
	.news-head {
		background-image: url(../images/news/news-head.svg);
		height: 2.5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.news-head-img {
		width: 2.5rem;
		height: 2.5rem;
		margin-top: -1.2rem;
		margin-left: .8rem;
	}
	.news-main {
		margin-top: 30px;
	}
	.news-main h6 {
		font-size: .15rem;
		margin-bottom: 5px;
	}
	.news-right {
		height: 2rem;
	}
	.news-img {
		width: 1.5rem;
		height: 1.45rem;
		margin-top: .3rem;
	}
	.news-title {
		float: left;
		font-size: .16rem;
		margin-top: .2rem;
		font-weight: 600;
	}
	.news-date,
	.news-text {
		font-size: .15rem;
		color: #595757;
	}
	.news-date {
		float: right;
	}
	.news-text {
		min-height: .65rem;
		max-height: .65rem;
		line-height: 0.25rem;
	}
	.news-a a {
		font-size: 10px;
		line-height: 10px;
	}
	.ico-arrowleft-news {
		color: #fff;
		font-size: .8rem;
		margin-top: 0.4rem;
	}
	.news1-main {
		margin: 0 auto;
		margin-top: 30px;
	}
	.news1-main-title {
		font-size: .25rem;
		text-align: center;
	}
	.news1-main-date {
		float: right;
		font-size: .15rem;
		padding-right: .2rem;
	}
	.news1-main-text {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.news1-main-text p,
	.news1-main-text span {
		font-size: .22rem;
	}
	.news1-main-text span {
		color: #8f8f94;
	}
	.news1-img {
		width: 100%;
		height: 3rem;
	}
	.news2-text p {
		text-align: center;
	}
	.new-2-11 {
		width: 100%;
		height: 10rem;
	}
	.news3-img {
		width: 100%;
		height: 8rem;
	}
	.news3-img-big {
		width: 100%;
		height: 10rem;
	}
	/**************************************/
	/*产品中心*/
	dd {
		line-height: 0.35rem;
		font-size: .4rem;
	}
	dl {
		float: left;
		margin-bottom: 0;
		margin-left: 0.2rem;
	}
	.mui-table-view li {
		right: 0.12rem;
		height: 1.3rem;
		margin-top: 0.2rem;
	}
	.product-img {
		float: left;
		height: .8rem;
		width: 1rem;
	}
	.product-img2 {
		float: left;
		height: .7rem;
		width: .9rem;
	}
	span {
		vertical-align: middle;
		text-align: center;
		font-size: 0.17rem;
		line-height: 0.1rem;
	}
	.ico-close {
		font-size: 1rem;
	}
	.icon-right {
		float: right;
		font-size: 0.6rem;
		line-height: 1rem;
		margin-top: -.1rem;
	}
	.mui-table-view .mui-table-view-cell1 {
		height: .8rem;
	}
	/*.mui-table-view-cell1:after {
		background-color: #676969;
	}
	.mui-table-view-cell2:after {
		background-color: #4A94D0;
	}
	.mui-table-view-cell3:after {
		background-color: #588835;
	}
	.mui-table-view-cell4:after {
		background-color: #1A90A9;
	}
	.mui-table-view-cell5:after {
		background-color: #2F4A4B;
	}
	.mui-table-view-cell6:after {
		background-color: #AB5F22;
	}
	.mui-table-view-cell7:after {
		background-color: #2B479C;
	}*/
	.mui-table-view-cell8:after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 15px;
		height: 1px;
		content: '';
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
		/*background-color: #881A1F;*/
	}
	.ico-arrowleft-product {
		color: #626161;
		font-size: .8rem;
	}
	.ico-arrowleft-product :hover {
		color: #626161;
	}
	.product-head-img {
		width: 3.5rem;
		height: 2.8rem;
		margin-top: -.05rem;
		margin-left: -.01rem;
	}
	.product1-head-text {
		font-size: .15rem;
		color: #626161;
		line-height: .3rem;
		margin-left: 1.5rem;
		margin-top: .8rem;
	}
	.product1-head-text h3 {
		font-size: .4rem;
		line-height: .1rem;
	}
	.product1-head {
		margin-top: 0.4rem;
	}
	.product1-main p {
		font-size: .16rem;
		padding-left: .3rem;
	}
	.product1-G1 {
		width: 3rem;
		padding-left: .3rem;
	}
	.product1-G2 {
		width: 1.5rem;
		padding-left: .3rem;
	}
	.product1-G3 {
		width: 4rem;
		padding-left: .3rem;
	}
	/**************************************/
	/*解决方案页面*/
	.ico-arrowleft-solution {
		color: #fff;
		font-size: .8rem;
		margin-top: 0.4rem;
	}
	.solution-head {
		height: 2.5rem;
		background-color: #fff;
	}
	.solution-head p {
		font-size: 0.22rem;
		color: #626161;
		line-height: .3rem;
		margin-left: .5rem;
		margin-top: .3rem;
	}
	.solution-head-img {
		width: 1.8rem;
		height: 1.5rem;
		margin-top: -0.1rem;
		margin-left: .4rem;
	}
	.solution-ico-close {
		color: #090405;
		font-size: 1rem;
	}
	.solution-hr {
		border: 1px solid #B4B5B5;
		margin-top: .08rem;
		margin-bottom: .4rem;
		margin-left: .15rem;
		margin-right: .15rem;
	}
	.total {
		width: 100%;
		height: 3rem;
	}
	/**************************************/
	/*解决方案1.2.3.4*/
	.solution1-head {
		background-image: url(../images/solution/solution-1.png);
		height: 2.9rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution1-head p,
	.solution2-head p,
	.solution3-head p,
	.solution4-head p {
		font-size: 0.22rem;
		color: #fff;
		line-height: .3rem;
		margin-left: .5rem;
		margin-top: 0.3rem;
	}
	.solution1-head-img {
		width: 1.8rem;
		height: 2rem;
		margin-top: -.3rem;
		margin-left: .4rem;
	}
	.solution1-main ul li {
		margin-left: -.4rem;
	}
	.solution2-head {
		background-image: url(../images/solution/solution-2.svg);
		height: 2.9rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution3-head {
		background-image: url(../images/solution/solution-3.svg);
		height: 2.9rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution4-head {
		background-image: url(../images/solution/solution-4.svg);
		height: 2.9rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution1-main,
	.solution2-main,
	.solution3-main,
	.solution4-main {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.solution1-main p,
	.solution1-main li,
	.solution2-main p,
	.solution3-main p,
	.solution4-main p {
		font-size: .22rem;
		line-height: .4rem;
	}
	/**************************************/
	/*技术支持*/
	.support-head {
		background-image: url(../images/support/support2.svg);
		height: 2.5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.support-tab-pane1-div {
		margin: 0 auto;
		margin-top: .3rem;
		margin-left: .2rem;
		margin-right: .2rem;
	}
	.support-tab-pane1-div p {
		line-height: .25rem;
		font-size: .2rem;
	}
	/**************************************/
	/*联系我们*/
	.contact-head {
		background-image: url(../images/contact/contact2.svg);
		height: 2.5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.contact-main {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.contact-main p {
		line-height: .3rem;
		font-size: .2rem;
	}
	.contact-img {
		width: 100%;
		height: 5rem;
	}
	.map {
		width: 6rem;
		height: 5.5rem;
		border: #ccc solid 1px;
	}
}


/*************************************************************************************/


/*ipad 自适应  竖屏*/

@media (min-width: 768px) and (orientation: portrait) {
	/*index页面*/
	h3 {
		line-height: .3rem;
		font-size: .3rem;
	}
	.footerspan {
		line-height: .25rem;
		vertical-align: middle;
		text-align: center;
		font-size: .13rem;
	}
	.head-div {
		height: .7rem;
		background: rgba(0, 0, 0, 0.8);
	}
	.section {
		padding-top: .7rem;
	}
	.dropdownul {
		width: 2.2rem;
		margin-top: .13rem
	}
	.dropdown-menu>li>a {
		font-size: .2rem;
	}
	.img-search {
		margin-top: .15rem;
		width: .3rem;
	}
	.img-logo {
		width: 0.3rem;
		margin: 0 auto;
	}
	.img-collapse {
		margin-top: .2rem;
		width: .25rem;
		float: right;
	}
	.headerline {
		width: 1.46rem;
		height: 1px;
		background-color: #606061;
		margin-left: .5rem
	}
	.carousel-img {
		width: 100%;
		height: 7.9rem;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.carousel-img1 {
		background-image: url(../images/index/carousel1.svg);
	}
	.carousel-img5 {
		background-image: url(../images/index/carousel5.svg);
	}
	.dropdownimg {
		width: .4rem;
		height: .4rem;
	}
	.btn-nav {
		border: none;
		background: none;
		padding: 0;
		width: 0.4rem;
	}
	.btn-nav .icon-bar {
		display: block;
		background-color: #fff;
		width: 0.4rem;
		height: 0.04rem;
		margin: 0.08rem 0;
	}
	.dropdown-menu::after {
		content: '';
		display: inline-block;
		border-left: .16rem solid transparent;
		border-right: .16rem solid transparent;
		border-bottom: .16rem solid white;
		position: absolute;
		top: -.15rem;
		/*left: 3.05rem;*/
		right: 12px;
	}
	.nav-content {
		top: 0.6rem;
	}
	.section-main ul {
		list-style: none;
		padding: 0;
	}
	.section-main ul li {
		margin-bottom: 0.25rem;
	}
	.section-main {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.animated .top {
		-webkit-transform: translateY(7px) rotateZ(45deg);
		-moz-transform: translateY(7px) rotateZ(45deg);
		-ms-transform: translateY(7px) rotateZ(45deg);
		-o-transform: translateY(7px) rotateZ(45deg);
		transform: translateY(7px) rotateZ(45deg);
	}
	.animated .bottom {
		-webkit-transform: translateY(-5px) rotateZ(-45deg);
		-moz-transform: translateY(-5px) rotateZ(-45deg);
		-ms-transform: translateY(-5px) rotateZ(-45deg);
		-o-transform: translateY(-5px) rotateZ(-45deg);
		transform: translateY(-5px) rotateZ(-45deg);
	}
	.carouselitem5 .caption {
		color: #fff;
	}
	.caption1 {
		font-size: .2rem;
		top: 7rem;
	}
	.caption {
		position: absolute;
		right: 7%;
		left: 7%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		margin-top: -6.5rem;
		color: #7F7F7F;
		text-align: center;
	}
	.caption.caption2 {
		margin-top: -5rem;
	}
	.caption3 {
		top: 1.5rem;
	}
	.caption4 {
		top: 4rem;
	}
	footer {
		padding-top: .1rem;
	}
	.footerrow {
		margin-bottom: .3rem;
	}
	/**************************************/
	/*aboutdehong*/
	.about-head {
		background-image: url(../images/about/aboutdehong.svg);
		height: 1.8rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.ico-close {
		font-size: .8rem;
	}
	.ico-arrowleft {
		font-size: .8rem;
	}
	.about-head-img,
	.support-head-img,
	.contact-head-img {
		width: 2rem;
		height: 2rem;
		margin-top: -1rem;
		margin-left: .8rem;
	}
	.about-head ul li a,
	.support-head ul li a {
		font-size: .18rem;
		color: #fff;
		line-height: .25rem;
	}
	.about-main ul li a,
	.support-main ul li a {
		color: #fff;
		text-decoration: none;
		font-size: .22rem;
	}
	.nav-tabs li {
		width: 33.33%;
		background: url(../images/about/6.png);
	}
	.tab-content {
		color: #7F7F7F;
	}
	.tab-pane {
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
	}
	hr {
		border: 0;
		border-bottom: .01rem solid #676969;
		margin-top: .08rem;
		margin-bottom: .08rem;
	}
	.tab-pane2 ul li {
		line-height: .4rem;
	}
	.tab-space {
		width: 10rem;
		height: .15rem;
		background-color: #fff;
	}
	.tab-pane3-head {
		font-size: .2rem;
		padding-top: .1rem;
	}
	.tab-pane3 p {
		font-size: .15rem;
		float: left;
		line-height: .1rem;
		padding-left: .1rem;
		padding-top: .05rem;
	}
	.tab-pane3 ul li {
		font-size: .12rem;
		line-height: .15rem;
	}
	.tab-pane3-div ul {
		list-style-type: none;
	}
	.company {
		line-height: .2rem;
	}
	.company-img {
		width: 100%;
		height: 4rem;
	}
	.tab-pane3-div .col-xs-6,
	.tab-pane3-div .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
		float: left;
	}
	.tab-pane3-div .col-xs-6 {
		width: 33%;
	}
	/**************************************/
	/*news-head*/
	.news-head {
		background-image: url(../images/news/news-head.svg);
		height: 1.8rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.news-head-img {
		width: 2rem;
		height: 2rem;
		margin-top: -1rem;
		margin-left: .8rem;
	}
	.news-main {
		margin-top: 30px;
	}
	.news-main h6 {
		font-size: .13rem;
		margin-top: 20px;
	}
	.news-right {
		height: 1.5rem;
	}
	.news-img {
		width: 1.5rem;
		height: 1.2rem;
		margin-top: .1rem;
	}
	.news-title {
		float: left;
		font-size: .14rem;
		margin-top: .1rem;
		font-weight: 600;
	}
	.news-date,
	.news-text {
		font-size: .13rem;
		color: #595757;
	}
	.news-date {
		margin-top: .05rem;
		float: right;
	}
	.news-text {
		min-height: .6rem;
		max-height: .6rem;
		line-height: 0.22rem;
	}
	.news-a a {
		font-size: 15px;
		line-height: 13px;
		bottom: 0;
	}
	.ico-arrowleft-news {
		color: #fff;
		font-size: .8rem;
	}
	.news1-main {
		margin: 0 auto;
		margin-top: 10px;
	}
	.news1-main-title {
		font-size: .2rem;
		text-align: center;
	}
	.news1-main-date {
		float: right;
		font-size: .15rem;
		padding-right: .2rem;
	}
	.news1-main-text {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.news1-main-text p,
	.news1-main-text span {
		font-size: .16rem;
	}
	.news1-main-text span {
		color: #8f8f94;
	}
	.news1-img {
		width: 100%;
		height: 3rem;
	}
	.news2-text p {
		text-align: center;
	}
	.new-2-11 {
		width: 100%;
		height: 10rem;
	}
	.news3-img {
		width: 100%;
		height: 8rem;
	}
	.news3-img-big {
		width: 100%;
		height: 8.5rem;
	}
	/**************************************/
	/*产品中心*/
	dd {
		line-height: 0.25rem;
		font-size: .25rem;
	}
	dl {
		float: left;
		margin-bottom: 0;
		margin-left: 0.6rem;
	}
	.mui-table-view li {
		right: 0.12rem;
		height: 1rem;
		margin-top: 0.2rem;
	}
	span {
		vertical-align: middle;
		text-align: center;
		font-size: 0.15rem;
	}
	.ico-close {
		font-size: .8rem;
	}
	.icon-right {
		float: right;
		font-size: 0.6rem;
		line-height: 1rem;
		margin-top: -.15rem;
	}
	.mui-table-view .mui-table-view-cell1 {
		height: 0.5rem;
	}
	.mui-table-view-cell1:after {
		background-color: #676969;
	}
	.mui-table-view-cell2:after {
		background-color: #4A94D0;
	}
	.mui-table-view-cell3:after {
		background-color: #588835;
	}
	.mui-table-view-cell4:after {
		background-color: #1A90A9;
	}
	.mui-table-view-cell5:after {
		background-color: #2F4A4B;
	}
	.mui-table-view-cell6:after {
		background-color: #AB5F22;
	}
	.mui-table-view-cell7:after {
		background-color: #2B479C;
	}
	.mui-table-view-cell8:after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 15px;
		height: 1px;
		content: '';
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
		/*background-color: #881A1F;*/
	}
	.ico-arrowleft-product {
		color: #626161;
		font-size: .6rem;
	}
	.product-head-img {
		width: 3rem;
		height: 2rem;
		margin-top: -.25rem;
		margin-left: .5rem;
	}
	.product1-head-text {
		font-size: .15rem;
		color: #626161;
		line-height: .3rem;
		margin-left: 1.5rem;
		margin-top: .25rem;
	}
	.product1-head-text h3 {
		font-size: .4rem;
		line-height: .1rem;
	}
	.product1-main p {
		font-size: .14rem;
		padding-left: .3rem;
	}
	.product1-G1 {
		width: 3rem;
		padding-left: .3rem;
	}
	.product1-G2 {
		width: 1.3rem;
		padding-left: .3rem;
	}
	.product1-G3 {
		width: 4rem;
		padding-left: .3rem;
	}
	/**************************************/
	/*解决方案页面*/
	.ico-arrowleft-solution {
		color: #fff;
		font-size: .8rem;
	}
	.solution-head {
		height: 2.5rem;
		background-color: #fff;
	}
	.solution-head p {
		font-size: 0.18rem;
		color: #626161;
		line-height: .3rem;
		margin-left: .5rem;
		margin-top: .2rem;
	}
	.solution-head-img {
		width: 1.5rem;
		height: 1.3rem;
		margin-top: -0.1rem;
		margin-left: .4rem;
	}
	.solution-ico-close {
		color: #090405;
		font-size: 1rem;
	}
	.solution-hr {
		border: 1px solid #B4B5B5;
		margin-top: -.1rem;
		margin-bottom: .4rem;
		margin-left: .15rem;
		margin-right: .15rem;
	}
	.total {
		width: 100%;
		height: 3rem;
	}
	/**************************************/
	/*解决方案1.2.3.4*/
	.solution1-head {
		background-image: url(../images/solution/solution-1.png);
		height: 2.5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution1-head p,
	.solution2-head p,
	.solution3-head p,
	.solution4-head p {
		font-size: 0.15rem;
		color: #fff;
		line-height: .2rem;
		margin-left: .5rem;
		margin-top: 0.6rem;
	}
	.solution1-head-img {
		width: 1.5rem;
		height: 1.3rem;
		margin-top: .1rem;
		margin-left: .4rem;
	}
	.solution1-main ul li {
		margin-left: -.4rem;
	}
	.solution2-head {
		background-image: url(../images/solution/solution-2.svg);
		height: 2.5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution3-head {
		background-image: url(../images/solution/solution-3.svg);
		height: 2.5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution4-head {
		background-image: url(../images/solution/solution-4.svg);
		height: 2.5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution1-main,
	.solution2-main,
	.solution3-main,
	.solution4-main {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.solution1-main p,
	.solution1-main li,
	.solution2-main p,
	.solution3-main p,
	.solution4-main p {
		font-size: .16rem;
		line-height: .23rem;
	}
	.solution1-main li {
		color: #8f8f94;
	}
	/**************************************/
	/*技术支持*/
	.support-head {
		background-image: url(../images/support/support2.svg);
		height: 2rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.support-tab-pane1-div {
		margin: 0 auto;
		margin-top: .2rem;
		margin-left: .2rem;
		margin-right: .2rem;
	}
	.support-tab-pane1-div p {
		line-height: .2rem;
		font-size: .15rem;
	}
	/**************************************/
	/*联系我们*/
	.contact-head {
		background-image: url(../images/contact/contact2.svg);
		height: 1.5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.contact-main {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.contact-main p {
		line-height: .2rem;
		font-size: .15rem;
	}
	.contact-img {
		width: 100%;
		height: 5rem;
	}
	.map {
		width: 6rem;
		height: 5.5rem;
		border: #ccc solid 1px;
	}
}


/*************************************************************************************/


/*手机 横向 横屏*/

@media screen and (orientation: landscape) {
	h3 {
		line-height: 1.8rem;
		font-size: 2.2rem;
	}
	.footerspan {
		line-height: 2rem;
		vertical-align: middle;
		text-align: center;
		font-size: .75rem;
	}
	.head-div {
		height: 3.5rem;
		background: rgba(0, 0, 0, 0.8);
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	.section {
		padding-top: 3.5rem;
	}
	.dropdownul {
		width: 8rem;
		margin-top: .75rem
	}
	.img-search {
		margin-top: .7rem;
		width: 2rem;
	}
	.img-logo {
		width: 2rem;
		margin: 0 auto;
		height: 100%;
	}
	.img-collapse {
		margin-top: .7rem;
		width: 2rem;
		float: right;
	}
	.headerline {
		width: 11.8rem;
		height: 1px;
		background-color: #606061;
		margin-left: 3rem;
	}
	.carousel-img {
		width: 100%;
		height: 25rem;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.carousel-img1 {
		background-image: url(../images/index/carousel1big.jpg);
	}
	.carousel-img5 {
		background-image: url(../images/index/carousel5big.jpg);
	}
	.div-img1 {
		height: 65%;
		position: relative;
		top: 33%;
	}
	.div-img {
		top: 45%;
		height: 55%;
		position: relative;
	}
	.div-img3 {
		height: 49%;
		position: relative;
		top: 49%;
	}
	.dropdownimg {
		width: 2rem;
		height: 2rem;
	}
	.btn-nav {
		border: none;
		background: none;
		padding: 0;
		width: 2rem;
		height: 100%;
	}
	.btn-nav .icon-bar {
		display: block;
		background-color: #fff;
		width: 2rem;
		height: 0.16rem;
		margin: 0.42rem 0;
	}
	.dropdown-menu::after {
		content: '';
		display: inline-block;
		border-left: .88rem solid transparent;
		border-right: .88rem solid transparent;
		border-bottom: .88rem solid white;
		position: absolute;
		top: -0.86rem;
		right: 18px;
	}
	.section-main {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.section-main ul {
		list-style: none;
		padding: 0;
	}
	.section-main ul li {
		margin-bottom: 1.25rem;
	}
	.carouselitem5 .caption {
		color: #fff;
	}
	.caption1 {
		font-size: .2rem;
		top: 22.5rem;
	}
	.caption {
		position: absolute;
		right: 7%;
		left: 7%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		margin-top: -25rem;
		color: #7F7F7F;
		text-align: center;
	}
	.caption.caption2 {
		margin-top: -16rem;
	}
	.caption3 {
		top: 1.5rem;
		padding-top: 0rem;
	}
	.caption4 {
		top: 9.6rem;
	}
	.nav-content ul {
		list-style: none;
	}
	.nav-content {
		background: #000;
		color: #fff;
		display: none;
		position: absolute;
		z-index: 2;
		top: 3.5rem;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		height: auto;
		box-sizing: border-box;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: visibility 0s linear 1s;
		transition: visibility 0s linear 1s;
	}
	#nmenu-list {
		position: absolute;
		right: 0;
		left: 0;
		padding: 0 2.75rem;
	}
	.btn-nav:hover .icon-bar {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.animated .top {
		-webkit-transform: translateY(3px) rotateZ(45deg);
		-moz-transform: translateY(3px) rotateZ(45deg);
		-ms-transform: translateY(3px) rotateZ(45deg);
		-o-transform: translateY(3px) rotateZ(45deg);
		transform: translateY(3px) rotateZ(45deg);
	}
	.animated .bottom {
		-webkit-transform: translateY(-4px) rotateZ(-45deg);
		-moz-transform: translateY(-4px) rotateZ(-45deg);
		-ms-transform: translateY(-4px) rotateZ(-45deg);
		-o-transform: translateY(-4px) rotateZ(-45deg);
		transform: translateY(-4px) rotateZ(-45deg);
	}
	.nav-item {
		border-bottom: 1px solid #333;
	}
	.nav-item a {
		display: block;
		color: #fff;
		text-decoration: none;
	}
	.nav-item a span {
		font-size: 1.25rem;
	}
	.nav-content ul {
		padding: 0;
	}
	.nav-content ul li a {
		display: block;
		padding: 1rem 1.1rem;
		color: #fff;
		text-decoration: none;
	}
	footer {
		background-color: #F2F2F2;
		padding-top: 1.5rem;
	}
	.footerrow {
		/* padding-top: 0.1rem;*/
		margin-bottom: .3rem;
		margin-top: 1.5rem;
	}
	.fmenu-item {
		border-bottom: 1px solid #d6d6d6;
	}
	.nav-item ul,
	.fmenu-item ul {
		display: none;
	}
	.fmenu-item a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	.fmlist-title {
		margin-top: 1rem;
		margin-bottom: 1rem;
		font-size: 1.25rem;
		font-weight: 400;
	}
	.inactive:after {
		content: '+';
		float: right;
		font-size: 1.25rem;
		font-weight: normal;
		margin-top: -2px;
		margin-right: 8px;
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease, -webkit-transform .3s ease;
	}
	.inactives:after {
		-webkit-transform: rotate(45deg) scale(1.08);
		-ms-transform: rotate(45deg) scale(1.08);
		transform: rotate(45deg) scale(1.08);
	}
	.footer-menu ul {
		padding: 0;
	}
	.footer-menu ul li a {
		display: block;
		padding: 0.63rem 1.1rem;
	}
	/**************************************/
	/*关于我们页面*/
	.about-head {
		background-image: url(../images/about/aboutdehong.svg);
		height: 11rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.ico-close {
		font-size: 5rem;
	}
	.ico-arrowleft {
		font-size: 5rem;
	}
	.about-head ul li a,
	.support-head ul li a {
		font-size: 1rem;
		color: #fff;
		line-height: 1.8rem;
	}
	.about-head-img,
	.news-head-img,
	.support-head-img,
	.contact-head-img {
		width: 8.5rem;
		height: 8.5rem;
		margin-top: -4rem;
		margin-left: 3.6rem;
	}
	.about-main {
		margin-top: 1rem;
	}
	.about-main ul li a,
	.support-main ul li a,
	.contact-main ul li a {
		color: #fff;
		text-decoration: none;
		font-size: .88rem;
	}
	.nav-tabs li {
		width: 33.33%;
		background: url(../images/about/6.png);
	}
	.tab-content {
		color: #7F7F7F;
	}
	.tab-pane {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	hr {
		border: 0;
		border-bottom: .1rem solid #676969;
		margin-top: .08rem;
		margin-bottom: .08rem;
	}
	.tab-pane2 ul li {
		line-height: 3.2rem;
	}
	.tab-space {
		width: 10rem;
		height: 1rem;
		background-color: #fff;
	}
	.tab-pane3-head {
		font-size: 2rem;
		padding-top: 1rem;
	}
	.tab-pane3 p {
		font-size: 1.3rem;
		float: left;
		line-height: .8rem;
		padding-left: .4rem;
		padding-top: 1.3rem;
	}
	.tab-pane3-div {
		font-size: 1.3rem;
		float: left;
		line-height: 2rem;
		padding-top: 1.3rem;
	}
	.tab-pane3-div ul {
		list-style-type: none;
		padding-left: .4rem;
	}
	.company {
		line-height: 2rem;
	}
	.company-img {
		width: 100%;
		height: 22rem;
	}
	.tab-pane3-div .col-xs-6,
	.tab-pane3-div .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
		float: left;
	}
	/**************************************/
	/*news-head页面*/
	.news-head {
		background-image: url(../images/news/news-head.svg);
		height: 9rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.news-main {
		margin-top: 30px;
	}
	.news-main h6 {
		font-size: .8rem;
		margin-bottom: 5px;
	}
	.news-right {
		height: 8.8rem;
	}
	.news-img {
		width: 10rem;
		height: 7.7rem;
		margin-top: .8rem;
		margin-bottom: .8rem;
	}
	.news-title {
		float: left;
		font-size: 1rem;
		margin-top: .8rem;
		font-weight: 600;
	}
	.news-date,
	.news-text {
		font-size: .8rem;
		color: #595757;
	}
	.news-date {
		float: right;
	}
	.news-text {
		min-height: 2.5rem;
		max-height: 2.5rem;
		line-height: 1.4rem;
	}
	.news-a a {
		font-size: 10px;
		line-height: 10px;
	}
	.ico-arrowleft-news {
		color: #fff;
		font-size: 3.5rem;
		margin-top: 1.4rem;
	}
	/**************************************/
	/* 新闻子页面*/
	.news1-main {
		margin: 0 auto;
		margin-top: 30px;
	}
	.news1-main-title {
		font-size: 1.5rem;
		text-align: center;
	}
	.news1-main-date {
		float: right;
		font-size: .9rem;
		padding-right: 1rem;
	}
	.news1-main-text {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.news1-main-text p,
	.news1-main-text span {
		font-size: 1rem;
	}
	.news1-main-text span {
		color: #8f8f94;
	}
	.news1-img {
		width: 100%;
		height: 25rem;
	}
	.news2-text p {
		text-align: center;
	}
	.new-2-11 {
		width: 100%;
		height: 60rem;
	}
	.news3-img {
		width: 100%;
		height: 48rem;
	}
	.news3-img-big {
		width: 100%;
		height: 56rem;
	}
	/**************************************/
	/*产品中心*/
	dd {
		line-height: 1.2rem;
		font-size: 2rem;
	}
	dl {
		float: left;
		margin-bottom: 0;
		margin-left: 1.8rem;
	}
	.mui-table-view li {
		right: 0.36rem;
		height: 5.5rem;
		margin-top: 0.8rem;
	}
	.product-img {
		float: left;
		height: 3.5rem;
		width: 4.5rem;
	}
	.product-img2 {
		float: left;
		height: 3.5rem;
		width: 4.5rem;
	}
	span {
		vertical-align: middle;
		text-align: center;
		font-size: 0.81rem;
		line-height: 1rem;
	}
	.ico-close {
		font-size: 5rem;
	}
	.icon-right {
		float: right;
		font-size: 2.8rem;
		line-height: 3rem;
		margin-top: -.3rem;
	}
	.mui-table-view .mui-table-view-cell1 {
		height: 3rem;
	}
	.mui-table-view-cell1:after {
		background-color: #676969;
	}
	.mui-table-view-cell2:after {
		background-color: #4A94D0;
	}
	.mui-table-view-cell3:after {
		background-color: #588835;
	}
	.mui-table-view-cell4:after {
		background-color: #1A90A9;
	}
	.mui-table-view-cell5:after {
		background-color: #2F4A4B;
	}
	.mui-table-view-cell6:after {
		background-color: #AB5F22;
	}
	.mui-table-view-cell7:after {
		background-color: #2B479C;
	}
	.mui-table-view-cell8:after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 15px;
		height: 1px;
		content: '';
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
		/*background-color: #881A1F;*/
	}
	.ico-arrowleft-product {
		color: #626161;
		font-size: 3.5rem;
	}
	.ico-arrowleft-solution {
		color: #fff;
		font-size: 3.5rem;
		margin-top: 1.4rem;
	}
	.product-head-img {
		width: 12rem;
		height: 10rem;
		margin-top: -.2rem;
		margin-left: 2.5rem;
	}
	.product1-head-text {
		font-size: 1rem;
		color: #626161;
		line-height: 1.2rem;
		margin-left: 2rem;
		margin-top: 4.8rem;
	}
	.product1-head-text h3 {
		font-size: 2rem;
		line-height: .4rem;
	}
	.product1-head {
		margin-top: 1.4rem;
	}
	.product1-main p {
		font-size: 1rem;
		padding-left: 1.2rem;
	}
	.product1-G1 {
		width: 12em;
		padding-left: 1.2rem;
	}
	.product1-G2 {
		width: 7rem;
		padding-left: 1.2rem;
	}
	.product1-G3 {
		width: 20rem;
		padding-left: 1.2rem;
	}
	/**************************************/
	/*解决方案页面*/
	.solution-head {
		height: 11rem;
		background-color: #fff;
	}
	.solution-head p {
		font-size: 1.1rem;
		color: #626161;
		line-height: 1.2rem;
		margin-left: -3rem;
		margin-top: 2rem;
	}
	.solution-head-img {
		width: 8rem;
		height: 6rem;
		margin-top: -.1rem;
		margin-left: .4rem;
	}
	.solution-ico-close {
		color: #090405;
		font-size: 5rem;
	}
	.solution-hr {
		border: 1px solid #B4B5B5;
		margin-top: .08rem;
		margin-bottom: 1rem;
		margin-left: .15rem;
		margin-right: .15rem;
	}
	/**************************************/
	/*解决方案1.2.3.4*/
	.solutions-head {
		height: 9rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution1-head {
		background-image: url(../images/solution/solution-1.png);
	}
	.solution1-head p,
	.solution2-head p,
	.solution3-head p,
	.solution4-head p {
		font-size: 0.88rem;
		color: #fff;
		line-height: 1.2rem;
		margin-left: -3rem;
		margin-top: 1rem;
	}
	.solution1-head-img {
		width: 6.4rem;
		height: 7rem;
		margin-top: -2rem;
		margin-left: 1.6rem;
	}
	.solution1-main ul li {
		margin-left: -2rem;
	}
	.solution2-head {
		background-image: url(../images/solution/solution-2.svg);
	}
	.solution3-head {
		background-image: url(../images/solution/solution-3.svg);
	}
	.solution4-head {
		background-image: url(../images/solution/solution-4.svg);
	}
	.solution1-main,
	.solution2-main,
	.solution3-main,
	.solution4-main {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.solution1-main p,
	.solution1-main li,
	.solution2-main p,
	.solution3-main p,
	.solution4-main p {
		font-size: .88rem;
		line-height: 1.6rem;
	}
	.total {
		width: 100%;
		height: 15rem;
	}
	/**************************************/
	/*技术支持*/
	.support-head {
		background-image: url(../images/support/support2.svg);
		height: 10rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.support-main {
		margin-top: -2.3rem;
	}
	.support-tab-pane1-div {
		margin: 0 auto;
		margin-top: 2rem;
		margin-left: .8rem;
		margin-right: .8rem;
	}
	.support-tab-pane1-div p {
		line-height: 1rem;
		font-size: .8rem;
	}
	/**************************************/
	/*联系我们*/
	.contact-head {
		background-image: url(../images/contact/contact2.svg);
		height: 10rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.contact-main {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
		margin-left: 15rem;
	}
	.contact-main p {
		line-height: 1.2rem;
		font-size: 1rem;
	}
	.contact-img {
		height: 30rem;
	}
	.map {
		width: 35rem;
		height: 30rem;
		border: #ccc solid 1px;
	}
}


/*************************************************************************************/


/*ipad 自适应  横屏*/

@media (min-width: 768px) and (orientation: landscape) {
	h3 {
		line-height: 1.8rem;
		font-size: 2.2rem;
	}
	.footerspan {
		line-height: 1.5rem;
		vertical-align: middle;
		text-align: center;
		font-size: .75rem;
	}
	.head-div {
		height: 3.5rem;
		background: rgba(0, 0, 0, 0.8);
	}
	.section {
		padding-top: 3.5rem;
	}
	.animated .top {
		-webkit-transform: translateY(6px) rotateZ(45deg);
		-moz-transform: translateY(6px) rotateZ(45deg);
		-ms-transform: translateY(6px) rotateZ(45deg);
		-o-transform: translateY(6px) rotateZ(45deg);
		transform: translateY(6px) rotateZ(45deg);
	}
	.animated .bottom {
		-webkit-transform: translateY(-5px) rotateZ(-45deg);
		-moz-transform: translateY(-5px) rotateZ(-45deg);
		-ms-transform: translateY(-5px) rotateZ(-45deg);
		-o-transform: translateY(-5px) rotateZ(-45deg);
		transform: translateY(-5px) rotateZ(-45deg);
	}
	.dropdownul {
		width: 13rem;
		margin-top: .75rem
	}
	.dropdown-menu>li>a {
		font-size: 1.2rem;
	}
	.img-search {
		margin-top: .7rem;
		width: 2rem;
	}
	.img-logo {
		width: 2rem;
		margin: 0 auto;
	}
	.img-collapse {
		margin-top: .7rem;
		width: 2rem;
		float: right;
	}
	.headerline {
		width: 11.8rem;
		height: 1px;
		background-color: #606061;
		margin-left: 2.5rem;
	}
	.carousel-img {
		width: 100%;
		height: 32rem;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.carousel-img1 {
		background-image: url(../images/index/carousel1big.jpg);
	}
	.carousel-img5 {
		background-image: url(../images/index/carousel5big.jpg);
	}
	.dropdownimg {
		width: 2rem;
		height: 2rem;
	}
	.dropdown-menu::after {
		content: '';
		display: inline-block;
		border-left: .88rem solid transparent;
		border-right: .88rem solid transparent;
		border-bottom: .88rem solid white;
		position: absolute;
		top: -0.86rem;
		right: 18px;
	}
	.caption {
		position: absolute;
		right: 7%;
		left: 7%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		margin-top: -28rem;
		color: #7F7F7F;
		text-align: center;
	}
	.caption1 {
		font-size: .2rem;
		top: 29rem;
	}
	.caption.caption2 {
		margin-top: -18rem;
	}
	.caption3 {
		top: 5rem;
		padding-top: 0rem;
	}
	.caption4 {
		top: 15rem;
	}
	footer {
		background-color: #F2F2F2;
		padding-top: 1.5rem;
	}
	.footerrow {
		/* padding-top: 0.1rem;*/
		margin-bottom: .3rem;
	}
	/**************************************/
	/*关于我们页面*/
	.about-head {
		background-image: url(../images/about/aboutdehong.svg);
		height: 11rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.ico-close {
		font-size: 5rem;
	}
	.ico-arrowleft {
		font-size: 5rem;
	}
	.about-head ul li a,
	.support-head ul li a {
		font-size: 1rem;
		color: #fff;
		line-height: 1.8rem;
	}
	.about-head-img,
	.news-head-img,
	.support-head-img,
	.contact-head-img {
		width: 8.5rem;
		height: 8.5rem;
		margin-top: -4rem;
		margin-left: 3.6rem;
	}
	.about-main {
		margin-top: 1rem;
	}
	.about-main ul li a,
	.support-main ul li a,
	.contact-main ul li a {
		color: #fff;
		text-decoration: none;
		font-size: .88rem;
	}
	.nav-tabs li {
		width: 33.33%;
		background: url(../images/about/6.png);
	}
	.tab-content {
		color: #7F7F7F;
	}
	.tab-pane {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.tab-pane1 p {
		line-height: 1.5rem;
	}
	hr {
		border: 0;
		border-bottom: .1rem solid #676969;
		margin-top: .08rem;
		margin-bottom: .08rem;
	}
	.tab-pane2 ul li {
		line-height: 2.5rem;
	}
	.tab-space {
		width: 10rem;
		height: .8rem;
		background-color: #fff;
	}
	.tab-pane3-head {
		font-size: 1.3rem;
		padding-top: .1rem;
	}
	.tab-pane3 p {
		font-size: .8rem;
		float: left;
		line-height: .5rem;
		padding-left: .7rem;
		padding-top: .7rem;
	}
	.tab-pane3 ul li {
		font-size: .8rem;
		line-height: 1rem;
	}
	.tab-pane3-div {
		padding-top: .7rem;
	}
	.tab-pane3-div ul {
		list-style-type: none;
		padding-left: .7rem;
	}
	.tab-pane3-div .col-xs-6 {
		width: 33%;
	}
	.company {
		line-height: 2rem;
	}
	.company-img {
		width: 100%;
		height: 30rem;
	}
	.tab-pane3-div .col-xs-6,
	.tab-pane3-div .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
		float: left;
	}
	/**************************************/
	/*news-head页面*/
	.news-head {
		background-image: url(../images/news/news-head.svg);
		height: 9rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.news-main {
		margin-top: 30px;
	}
	.news-main h6 {
		font-size: .9rem;
		margin-top: 25px;
	}
	.news-right {
		height: 8.8rem;
	}
	.news-img {
		width: 10rem;
		height: 7.5rem;
		margin-top: .8rem;
		margin-bottom: .8rem;
	}
	.news-title {
		float: left;
		font-size: 1rem;
		margin-top: .8rem;
		font-weight: 600;
	}
	.news-date,
	.news-text {
		font-size: .9rem;
		color: #595757;
	}
	.news-date {
		float: right;
	}
	.news-text {
		min-height: 2.2rem;
		max-height: 2.2rem;
		line-height: 1.4rem;
	}
	.news-a a {
		font-size: .8rem;
		line-height: 4rem;
	}
	/**************************************/
	/* 新闻子页面*/
	.news1-main {
		margin: 0 auto;
		margin-top: 30px;
	}
	.news1-main-title {
		font-size: 1.5rem;
		text-align: center;
	}
	.news1-main-date {
		float: right;
		font-size: .9rem;
		padding-right: 1rem;
	}
	.news1-main-text {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.news1-main-text p,
	.news1-main-text span {
		font-size: .9rem;
	}
	.news1-main-text span {
		color: #8f8f94;
	}
	.news1-img {
		width: 100%;
		height: 27rem;
	}
	.news2-text p {
		text-align: center;
	}
	.new-2-11 {
		width: 100%;
		height: 65rem;
	}
	.news3-img {
		width: 100%;
		height: 48rem;
	}
	.news3-img-big {
		width: 100%;
		height: 56rem;
	}
	/**************************************/
	/*产品中心*/
	dd {
		line-height: 1.2rem;
		font-size: 2rem;
	}
	dl {
		float: left;
		margin-bottom: 0;
		margin-left: 1.8rem;
	}
	.mui-table-view li {
		right: 0.36rem;
		height: 5rem;
		margin-top: 0.8rem;
	}
	span {
		vertical-align: middle;
		text-align: center;
		font-size: 0.81rem;
		line-height: 1rem;
	}
	.ico-close {
		font-size: 5rem;
	}
	.icon-right {
		float: right;
		font-size: 2.8rem;
		line-height: 3rem;
		margin-top: -.3rem;
	}
	.mui-table-view .mui-table-view-cell1 {
		height: 3rem;
	}
	.mui-table-view-cell1:after {
		background-color: #676969;
	}
	.mui-table-view-cell2:after {
		background-color: #4A94D0;
	}
	.mui-table-view-cell3:after {
		background-color: #588835;
	}
	.mui-table-view-cell4:after {
		background-color: #1A90A9;
	}
	.mui-table-view-cell5:after {
		background-color: #2F4A4B;
	}
	.mui-table-view-cell6:after {
		background-color: #AB5F22;
	}
	.mui-table-view-cell7:after {
		background-color: #2B479C;
	}
	.mui-table-view-cell8:after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 15px;
		height: 1px;
		content: '';
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
		/*background-color: #881A1F;*/
	}
	.product-head-img {
		width: 12rem;
		height: 10rem;
		margin-top: -.2rem;
		margin-left: 4rem;
	}
	.product1-head-text {
		font-size: 1rem;
		color: #626161;
		line-height: 1.2rem;
		margin-left: 2rem;
		margin-top: 4.8rem;
	}
	.product1-head-text h3 {
		font-size: 2rem;
		line-height: .4rem;
	}
	.product1-main p {
		font-size: .8rem;
		padding-left: 1.2rem;
	}
	.product1-G1 {
		width: 12em;
		padding-left: 1.2rem;
	}
	.product1-G2 {
		width: 7rem;
		padding-left: 1.2rem;
	}
	.product1-G3 {
		width: 20rem;
		padding-left: 1.2rem;
	}
	/**************************************/
	/*解决方案页面*/
	.solution-head {
		height: 11rem;
		background-color: #fff;
	}
	.solution-head p {
		font-size: .9rem;
		color: #626161;
		line-height: 1.2rem;
		margin-left: -3rem;
		margin-top: 2rem;
	}
	.solution-head-img {
		width: 8rem;
		height: 6rem;
		margin-top: -.1rem;
		margin-left: 3rem;
	}
	.solution-ico-close {
		color: #090405;
		font-size: 5rem;
	}
	.solution-hr {
		border: 1px solid #B4B5B5;
		margin-top: .08rem;
		margin-bottom: 1rem;
		margin-left: .15rem;
		margin-right: .15rem;
	}
	/**************************************/
	/*解决方案1.2.3.4*/
	.solutions-head {
		height: 10rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.solution1-head {
		background-image: url(../images/solution/solution-1.png);
	}
	.solution1-head p,
	.solution2-head p,
	.solution3-head p,
	.solution4-head p {
		font-size: 0.8rem;
		color: #fff;
		line-height: 1.2rem;
		margin-left: -3rem;
		margin-top: 1.8rem;
	}
	.solution1-head-img {
		width: 6.4rem;
		height: 7rem;
		margin-top: -1.6rem;
		margin-left: 5rem;
	}
	.solution1-main ul li {
		margin-left: -2rem;
	}
	.solution2-head {
		background-image: url(../images/solution/solution-2.svg);
	}
	.solution3-head {
		background-image: url(../images/solution/solution-3.svg);
	}
	.solution4-head {
		background-image: url(../images/solution/solution-4.svg);
	}
	.solution1-main,
	.solution2-main,
	.solution3-main,
	.solution4-main {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.solution1-main p,
	.solution1-main li,
	.solution2-main p,
	.solution3-main p,
	.solution4-main p {
		font-size: .88rem;
		line-height: 1.6rem;
	}
	.solution1-main li {
		color: #8f8f94;
	}
	.total {
		width: 100%;
		height: 15rem;
	}
	/**************************************/
	/*技术支持*/
	.support-head {
		background-image: url(../images/support/support2.svg);
		height: 11rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.support-main {
		margin-top: 2.3rem;
	}
	.support-tab-pane1-div {
		margin: 0 auto;
		margin-top: 1rem;
		margin-left: .8rem;
		margin-right: .8rem;
	}
	.support-tab-pane1-div p {
		line-height: .8rem;
		font-size: .8rem;
	}
	/**************************************/
	/*联系我们*/
	.contact-head {
		background-image: url(../images/contact/contact2.svg);
		height: 10rem;
		background-repeat: no-repeat;
		background-size: 100%;
		color: #fff;
	}
	.contact-head-img {
		width: 10rem;
		height: 10rem;
		margin-left: 4rem;
		margin-top: -3rem;
	}
	.contact-main {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
		margin-left: 15rem;
	}
	.contact-main p {
		line-height: 1.2rem;
		font-size: .8rem;
	}
	.contact-img {
		height: 30rem;
	}
	.map {
		width: 35rem;
		height: 30rem;
		border: #ccc solid 1px;
	}
}