/* CSS Document */
@charset "UTF-8";

* {
	line-height: 150%;
	color: #000;
	font-family: "宋体", Arial, Helvetica, sans-serif;
}

heml,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
dl,
dd,
dt {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

/*Header*/
/*网站首页*/
@media screen and (min-width:1000px) {

	/*导航*/
	.header {
		width: 100%;
		height: 400px;
		position: relative;
		overflow: hidden;
	}

	.header .top {
		width: 100%;
		height: 80px;
		display: block;
		background: url(../images/topbg.png);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
		border-bottom: 1px solid #dfdfdf;
		overflow: visible !important;
	}

	.header .top .logo {
		width: 200px;
		height: 80px;
		float: left;
		position: relative;
		left: 10em;
	}

	.header .top .logo img {
		width: 100%;
	}

	.header .top .logo a {
		width: 200px;
		height: 50px;
		display: block;
		margin: 15px;
		overflow: hidden;
	}

	.header .top .navigate {
		width: 900px;
		float: right;
		position: relative;
		z-index: 1;
		right: 10em;
	}

	.header .top .navigate .down {
		float: left;
		position: relative;
		width: 100px;
		height: 80px;
	}

	.header .top .navigate .down>a {
		display: block;
		height: 80px;
		line-height: 80px;
		overflow: hidden;
		text-align: center;
		font-weight: normal;
		color: #000;
	}

	.header .top .navigate .down:after {
		content: "";
		display: block;
		width: 0;
		height: 1px;
		background: #4b3b2e;
		position: absolute;
		bottom: 0;
		left: 55%;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}

	.header .top .navigate .down:hover:after {
		width: 120px;
		margin-left: -65px;
	}

	.header .top .navigate .down .drop_down a {
		float: left;
		display: block;
		width: 120px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		text-align: center;
		color: #333;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}

	.header .top .navigate .down .drop_down a:hover {
		font-size: 1.1em;
		font-weight: bold;
		color: #492101;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}

	.banner {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 400px;
		overflow: hidden;
		z-index: -1;
	}

	.banner img {
		width: 100%;
	}

	.drop_down {
		display: none;
		width: 120px;
		position: absolute;
		top: 80px;
		left: -10px;
		background: url(../images/topbg.png);
	}

	li.down:hover>.drop_down {
		display: block;
	}

	.drop_down>li>a {
		display: block;
		width: 50px;
		height: 50px;
	}

	#sjna,
	#sjnav {
		display: none;
	}

	/*banner*/
	.Banner_wrap {
		overflow: hidden;
		position: relative;
	}

	.img-link-box {
		position: relative;
		height: 920px;
		width: 100%;
		margin: 0 auto;
	}

	.img-link-box .big-img {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
	}

	.img-nav {
		width: 1100px;
		position: absolute;
		left: 0;
		right: 0;
		margin: -50px auto;
		z-index: 1;
	}

	#img-1 {
		z-index: 1
	}

	#img-2 {
		z-index: 0
	}

	.img-nav {
		width: 1100px;
		position: absolute;
		left: 0;
		right: 0;
		margin: -50px auto;
		z-index: 1;
	}

	.img-nav a {
		width: 200px;
		height: 50px;
		line-height: 50px;
		font-size: 1.3em;
		float: left;
		margin: 0 10px;
		overflow: hidden;
		text-align: center;
	}

	.dot {
		background: url(/skin/2019/images/image-dot.png) 0 -50px no-repeat;
	}

	.dot-current {
		background: url(/skin/2019/images/image-dot.png) 0 0 no-repeat;
		color: #fff;
	}
}

@media screen and (max-width:999px) {

	/*导航*/
	.header {
		width: 100%;
		height: 190px;
		position: relative;
		overflow: hidden;
	}

	.header .top {
		width: 100%;
		height: 70px;
		display: block;
		background: url(/skin/2019/images/topbg.png);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
		border-bottom: 1px solid #dfdfdf;
		overflow: visible !important;
	}

	.header .top .logo {
		width: 200px;
		height: 50px;
		float: left;
	}

	.header .top .logo img {
		width: 100%;
	}

	.header .top .logo a {
		width: 165px;
		height: 50px;
		display: block;
		margin: 10px 15px;
		overflow: hidden;
	}

	.header .top .navigate {
		display: none;
	}

	#sjna {
		width: 40px;
		height: 40px;
		background: url(../images/sjnav.png) no-repeat;
		background-size: 40px 30px;
		margin: 20px 10px;
		float: right;
		background-size: 75%;
	}

	#sjnav {
		background: #fff;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		overflow: scroll;
	}

	#sjnav p {
		width: 25px;
		height: 25px;
		margin: 10px 20px;
		background: url(/skin/2019/images/gb.png) no-repeat;
		background-size: 100%;
	}

	#sjnav ul {
		width: 95%;
		margin: 10px auto;
	}

	#sjnav ul li a {
		line-height: 3em;
		display: block;
		text-align: center;
		width: 31%;
		background-color: #f3f7f8;
		margin: 1%;
		float: left;
		border-radius: 5px;
	}

	.two li:first-child {
		clear: both
	}

	.three li:first-child {
		clear: both
	}

	.one li:first-child a,
	.two li:first-child a,
	.three li:first-child a {
		color: red;
	}

	.banner {
		width: 100%;
		position: absolute;
		top: 71px;
		left: 0;
		height: 120px;
		overflow: hidden;
		z-index: -1;
	}

	.banner img {}

	/*banner*/
	.Banner_wrap {
		overflow: hidden;
		position: relative;
	}

	.img-link-box {
		position: relative;
		height: 180px;
		width: 100%;
		margin: 71px auto 0;
	}

	.img-link-box .big-img {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
	}

	.img-link-box .big-img img {
		width: 100%;
	}

	.img-nav {
		width: 90%;
		position: absolute;
		left: 0;
		right: 0;
		margin: -50px auto;
		z-index: 1;
	}

	#img-1 {
		z-index: 1
	}

	#img-2 {
		z-index: 0
	}

	.img-nav {
		display: none;
	}

	.dot {
		background: url(/skin/2019/images/image-dot.png) 0 -50px no-repeat;
	}

	.dot-current {
		background: url(/skin/2019/images/image-dot.png) 0 0 no-repeat;
		color: #fff;
	}
}


@media screen and (min-width:1000px) {

	/*实力*/
	.research {
		margin: 0 auto;
	}

	.research_main {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.research_main>h2 {
		width: 100%;
		text-align: center;
	}

	.research_main .shili {
		width: 1200px;
		height: 280px;
		margin: 0 auto;
	}

	.research_main .shili ul li {
		width: 21%;
		height: 260px;
		padding: 0 1%;
		margin: 1%;
		float: left;
		border-radius: 8px 8px 0px 0px;
		box-shadow: 0 0 1px;
		text-align: center;
	}

	.research_main .shili .shili1 {
		border-top: 3px solid #ffb850;
	}

	.research_main .shili .shili2 {
		border-top: 3px solid #01acbe;
	}

	.research_main .shili .shili3 {
		border-top: 3px solid #e87071;
	}

	.research_main .shili .shili4 {
		border-top: 3px solid #caa884;
	}

	.research_main .shili ul li img {
		margin-top: 35px;
	}

	.research_main .shili ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		margin-top: 3em;
		font-weight: bold;
	}

	.research_main .shili ul li p {
		margin: 15px 0;
		color: #9a9a9a;
		font-size: 14px;
	}

	.research_main .rongyu {
		width: 1200px;
		height: auto;
		margin: 30px auto;
		position: relative;
	}

	.research_main .rongyu ul li {
		float: left;
		position: absolute;
	}

	.research_main .rongyu ul li:nth-child(1) {
		left: -30px;
		bottom: -30px;
	}

	.research_main .rongyu ul li:nth-child(2) {
		left: 251px;
	}

	.research_main .rongyu ul li:nth-child(3) {
		left: 497px;
	}

	.research_main .rongyu ul li:nth-child(4) {
		left: 497px;
		bottom: 0;
	}

	.research_main .rongyu ul li:nth-child(5) {
		top: 0;
		right: 85px;
	}

	.research_main .rongyu ul li:nth-child(6) {
		right: -20px;
		bottom: -15px;
	}

	.research_main .rongyu ul li:nth-child(7) {
		right: -212px;
		top: -150px;
	}
}

@media screen and (max-width:999px) {

	/*实力*/
	.research {
		margin: 0 auto;
	}

	.research_main {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.research_main>h2 {
		text-align: center;
	}

	.research_main>h2 img {
		width: 100%;
	}

	.research_main .shili {
		width: 100%;
		height: 460px;
	}

	.research_main .shili ul li {
		width: 43%;
		height: 200px;
		padding: 0 1%;
		float: left;
		border-top: 3px solid #00b1fe;
		border-radius: 8px 8px 0px 0px;
		box-shadow: 0 0 1px;
		text-align: center;
	}

	.research_main .shili .shili1 {
		border-top: 3px solid #ffb850;
		margin: 3% 2% 3% 3%;
	}

	.research_main .shili .shili2 {
		border-top: 3px solid #01acbe;
		margin: 3% 3% 3% 2%;
	}

	.research_main .shili .shili3 {
		border-top: 3px solid #e87071;
		margin: 3% 2% 3% 3%;
	}

	.research_main .shili .shili4 {
		border-top: 3px solid #caa884;
		margin: 3% 3% 3% 2%;
	}

	.research_main .shili ul li span {
		display: block;
		color: #010101;
		margin-top: 2em;
		font-weight: bold;
	}

	.research_main .shili ul li p {
		margin: 15px 0;
		color: #9a9a9a;
		font-size: 12px;
	}

	.research_main .rongyu {
		display: none;
	}
}


@media screen and (min-width:1000px) {

	/*蓝条*/
	.index_one {
		width: 100%;
		height: 200px;
		background: url(../images/index-99.jpg);
	}

	.index_one ul {
		width: 1200px;
		margin: 0 auto;
	}

	.index_one ul li {
		width: 164px;
		height: 165px;
		padding: 0 10px;
		margin: 8px;
		float: left;
		text-align: center;
		margin-top: 35px;
		position: relative;
	}

	.index_one ul li span {
		display: block;
		font-size: 16px;
		color: #fff;
		margin-top: 30px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}

	.index_one ul li i {
		display: block;
		color: #fff;
		margin-top: 30px;
	}

	.index_two img {
		width: 100%;
	}

	/*研究中心*/
	.research_center {
		width: 1200px;
		height: auto;
		text-align: right;
		margin: 3em auto;
		position: relative;
	}

	.research_center span {
		display: inline-block;
		width: 70px;
		height: 3px;
		background: #000;
		margin-bottom: 2em;
	}

	.research_text {
		position: absolute;
		right: 0;
	}

	.research_text p {
		color: #444;
		line-height: 2em;
	}

	.research_img {
		position: relative;
		width: 1200px;
		height: 584px;
	}

	.research_img div {
		position: absolute;
		float: left;
	}

	.research_img11 {
		width: 391px;
	}

	.research_img11 video {
		width: 100%;
	}

	.research_img12 {
		bottom: 0;
	}

	.research_img13 {
		left: 409px;
		bottom: 0;
	}

	.research_img14 {
		left: 409px;
		top: 146px;
	}

	.research_img15 {
		left: 614px;
		top: 146px;
	}

	.research_img16 {
		right: 0;
		bottom: 0;
	}

	.research_img17 {
		margin-top: 1.5em;
	}

	.research_img17 img {
		width: 100%;
	}
}

@media screen and (max-width:999px) {

	/*蓝条*/
	.index_one {
		width: 100%;
		height: 130px;
		background: url(../images/index-99.jpg);
	}

	.index_one ul {
		width: 100%;
		margin: 0 auto;
	}

	.index_one ul li {
		width: 25%;
		height: 110px;
		padding: 0 4%;
		float: left;
		text-align: center;
		margin-top: 20px;
		position: relative;
	}

	.index_one ul li:nth-child(3),
	.index_one ul li:nth-child(5),
	.index_one ul li:nth-child(6) {
		display: none;
	}

	.index_one ul li i {
		display: block;
		color: #fff;
		margin-top: 20px;
	}

	.index_one ul li span {
		display: block;
		font-size: 12px;
		color: #fff;
		margin-top: 20px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}

	.index_two img {
		width: 100%;
	}

	/*研究中心*/
	.research_center {
		width: 90%;
		height: auto;
		text-align: left;
		margin: 2em auto;
	}

	.research_center span {
		display: inline-block;
		width: 80px;
		height: 3px;
		background: #000;
		margin-top: 0.5em;
		margin-bottom: 1em;
	}

	.research_text p {
		color: #000;
		text-align: justify;
	}

	.research_text p br {
		display: none;
	}

	.research_img {
		display: none;
	}

	.research_img div {
		position: absolute;
		float: left;
	}

	.research_img11 {
		display: none;
	}

	.research_img12 {
		display: none;
	}

	.research_img13 {
		display: none;
	}

	.research_img14 {
		display: none;
	}

	.research_img15 {
		display: none;
	}

	.research_img16 {
		display: none;
	}

	.research_img17 {
		margin-top: 1.5em;
	}

	.research_img17 img {
		width: 100%;
	}
}


@media screen and (min-width:1000px) {

	/*合作模式*/
	.research_pro {
		text-align: center;
		background-position: 0% 100%;
	}

	.research_pro>h2 {
		width: 100%;
		text-align: center;
	}

	.research_pro .pattern {
		width: 1200px;
		height: 284px;
		margin: 30px auto;
	}

	.research_pro .pattern ul li {
		width: 21%;
		height: 260px;
		padding: 0 1%;
		margin: 1%;
		float: left;
		border-right: 1px dashed #ccc;
		text-align: center;
		box-sizing: border-box;
	}

	.research_pro .pattern ul li:last-child {
		border: 0;
	}

	.research_pro .pattern ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		margin-top: 1em;
		font-weight: bold;
	}

	.research_pro .pattern ul li span img {
		width: 55%;
	}

	.research_pro .pattern ul li p {
		margin: 15px 0;
		color: #9a9a9a;
		font-size: 15px;
	}
}

@media screen and (max-width:999px) {

	/*合作模式*/
	.research_pro>h2 {
		text-align: center;
	}

	.research_pro>h2 img {
		width: 100%
	}

	.research_pro .pattern {
		width: 100%;
		height: 440px;
	}

	.research_pro .pattern ul li {
		width: 42%;
		height: 185px;
		padding: 0 1%;
		margin: 3%;
		float: left;
		text-align: center;
	}

	.research_pro .pattern ul li:last-child {
		border: 0;
	}

	.research_pro .pattern ul li span {
		display: block;
		color: #000;
		margin-top: 1em;
	}

	.research_pro .pattern ul li span img {
		width: 55%;
	}

	.research_pro .pattern ul li p {
		margin: 15px 0;
		color: #9a9a9a;
		font-size: 12px;
	}
}


@media screen and (min-width:1000px) {

	/*合作品牌*/
	.brand {
		width: 100%;
		height: auto;
	}

	.brand>h2 {
		background-color: #84c9ff;
		display: block;
		width: 35%;
		height: 75px;
		line-height: 2em;
		float: right;
		text-align: left;
		padding-left: 1em;
		color: #fff;
		font-size: 2em;
	}

	.brand span {
		display: inline-block;
		width: 70px;
		height: 3px;
		background: #fff;
		margin-top: 55px;
		margin-right: -100px;
		float: right;
	}

	.brand_one {
		width: 1200px;
		height: 450px;
		margin: 0 auto;
		background: url(/skin/2019/images/index-24.jpg) bottom no-repeat;
		padding-top: 7em;
	}

	.brand_one ul {
		width: 100%;
		height: 352px;
		margin: 0 auto;
		position: relative;
	}

	.brand_one ul li {
		position: absolute;
		height: 86px;
		width: 200px;
	}

	.brand_one ul li img {
		width: 100%;
		height: 86px;
		box-shadow: 3px 5px 10px #999;
		border-radius: 15px;
	}

	.brand_one ul li:nth-child(1) {
		left: 0;
		top: 0;
	}

	.brand_one ul li:nth-child(2) {
		left: 130px;
		top: 60px;
	}

	.brand_one ul li:nth-child(3) {
		left: 0;
		top: 120px;
	}

	.brand_one ul li:nth-child(4) {
		left: 390px;
		top: 60px;
	}

	.brand_one ul li:nth-child(5) {
		left: 270px;
		top: 120px;
	}

	.brand_one ul li:nth-child(6) {
		right: 390px;
		top: 60px;
	}

	.brand_one ul li:nth-child(7) {
		right: 390px;
		top: 180px;
	}

	.brand_one ul li:nth-child(8) {
		right: 130px;
		top: 60px;
	}

	.brand_one ul li:nth-child(9) {
		right: 0;
		top: 0;
	}

	.brand_one ul li:nth-child(10) {
		right: 130px;
		top: 170px;
	}

	.brand_one ul li:nth-child(11) {
		right: 0;
		top: 120px;
	}

	.brand_one ul li:nth-child(12) {
		left: 0;
		top: 240px;
	}

	.brand_one ul li:nth-child(13) {
		left: 130px;
		top: 180px;
	}

	.brand_one ul li:nth-child(14) {
		left: 390px;
		top: 180px;
	}

	.brand_one ul li:nth-child(15) {
		right: 270px;
		top: 120px;
	}

	.brand_one ul li:nth-child(16) {
		right: 0;
		top: 240px;
	}

	.brand_one ul li:nth-child(17) {
		left: 766px;
		top: 225px;
	}

	.brand_one ul li:nth-child(18) {
		left: 979px;
		top: 229px;
	}
}

@media screen and (max-width:999px) {

	/*合作品牌*/
	.brand {
		width: 100%;
		height: auto;
	}

	.brand>h2 {
		background-color: #4db7f5;
		display: block;
		width: 35%;
		height: 60px;
		line-height: 2em;
		float: right;
		text-align: left;
		padding-left: 1em;
		color: #fff;
	}

	.brand span {
		display: inline-block;
		width: 50px;
		height: 3px;
		background: #fff;
		margin-top: 45px;
		margin-right: -73px;
		float: right;
	}

	.brand_one {
		width: 100%;
		height: 190px;
		margin: 0 auto;
		background: url(/skin/2019/images/index-24.jpg) bottom no-repeat;
		padding-top: 5em;
		background-size: 100%;
	}

	.brand_one ul {
		width: 96%;
		height: 170px;
		margin: 0 auto;
		position: relative;
	}

	.brand_one ul li {
		position: absolute;
		width: 25%;
	}

	.brand_one ul li img {
		width: 100%;
		box-shadow: 2px 3px 8px #ccc;
		border-radius: 5px;
	}

	.brand_one ul li:nth-child(1) {
		left: 0;
		top: 0;
	}

	.brand_one ul li:nth-child(2) {
		left: 19%;
		top: 16%;
	}

	.brand_one ul li:nth-child(3) {
		left: 0;
		top: 35%;
	}

	.brand_one ul li:nth-child(4) {
		left: 56%;
		top: 16%;
	}

	.brand_one ul li:nth-child(5) {
		left: 38%;
		top: 35%;
		z-index: 1;
	}

	.brand_one ul li:nth-child(6) {
		right: 0;
		top: 35%;
	}

	.brand_one ul li:nth-child(7) {
		left: 56%;
		top: 52%;
	}

	.brand_one ul li:nth-child(8) {
		display: none;
	}

	.brand_one ul li:nth-child(9) {
		display: none;
	}

	.brand_one ul li:nth-child(10) {
		display: none;
	}

	.brand_one ul li:nth-child(11) {
		display: none;
	}

	.brand_one ul li:nth-child(12) {
		left: 0;
		top: 70%;
	}

	.brand_one ul li:nth-child(13) {
		left: 19%;
		top: 52%;
	}

	.brand_one ul li:nth-child(14) {
		right: 0;
		top: 0%;
	}

	.brand_one ul li:nth-child(15) {
		right: 0;
		top: 70%;
	}

	.brand_one ul li:nth-child(16) {
		display: none;
	}

	.brand_one ul li:nth-child(17) {
		display: none;
	}

	.brand_one ul li:nth-child(18) {
		display: none;
	}
}


@media screen and (min-width:1000px) {

	/*定制中心*/
	.custom {
		width: 100%;
		height: auto;
		position: relative;
	}

	.custom .custom_oem {
		background-color: #84c9ff;
		width: 35%;
		height: 75px;
		text-align: right;
		padding-right: 1em;
		position: relative;
	}

	.custom .custom_oem h2 {
		color: #fff;
		font-size: 2em;
		line-height: 2.2em;
	}

	.custom .custom_oem span {
		display: inline-block;
		width: 70px;
		height: 3px;
		background: #fff;
		position: absolute;
		right: 80px;
		bottom: 13px;
	}

	.custom_one {
		width: 1200px;
		height: 527px;
		margin: 3em auto;
		position: relative;
	}

	.custom_one .custom_pro {
		text-align: left;
		position: relative;
	}

	.custom_one .custom_pro span {
		display: inline-block;
		width: 70px;
		height: 3px;
		background: #000;
		position: absolute;
	}

	.custom_one>h2 {
		width: 100%;
		text-align: left;
		position: relative;
		float: left;
		margin-top: 2.5em;
	}

	.custom_one>h3 {
		text-align: left;
	}

	.custom_txt {
		position: relative;
		float: left;
		top: 2em;
		text-align: left;
	}

	.research_img25 {
		position: absolute;
		float: right;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

	.research_img26 {
		position: absolute;
		float: left;
		bottom: 0
	}

	.research_pro_img {
		width: 1200px;
		margin: 0 auto;
		height: auto;
	}

	.pro_imgs {
		height: 650px;
	}

	.research_pro_img ul {
		overflow: hidden;
	}

	/*width: 100%;*/
	.research_pro_img ul li {
		width: calc((96% - 120px) / 4);
		height: auto;
		float: left;
		margin: 20px;
		position: relative;
	}

	.research_pro_img ul li a {
		width: 100%;
		height: 254px;
		border: 1px solid #e6e7e7;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.research_pro_img img.play {
		width: 60px;
		height: 60px;
		position: absolute;
		top: -15%;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}


	.research_pro_img ul li a:hover {
		box-shadow: 0 0 10px #dfdfdf;
		border: 1px solid #fff;
	}

	.research_pro_img ul li a:hover img {}

	.research_pro_img ul li h3 {
		padding-top: 1em;
		text-align: center;
	}

	.research_pro_img ul li b {
		font-weight: normal;
		color: red;
		text-align: center;
		display: inherit;
	}

	/*三*/
	.index_thress {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.index_thress img {
		width: 100%;
	}
}

@media screen and (max-width:999px) {

	/*定制中心*/
	.custom {
		width: 100%;
		height: auto;
		position: relative;
	}

	.custom .custom_oem {
		background-color: #4db7f5;
		height: 60px;
		text-align: center;
		padding-right: 1em;
		position: relative;
	}

	/*width:38%;*/
	.custom .custom_oem h2 {
		color: #fff;
		line-height: 2em;
	}

	.custom .custom_oem span {
		display: inline-block;
		width: 50px;
		height: 3px;
		background: #fff;
		position: absolute;
		right: 16px;
		bottom: 13px;
	}

	.custom_one {
		width: 100%;
		height: 405px;
		position: relative;
	}

	.custom_one .custom_pro {
		width: 90%;
		margin: 2em auto;
		text-align: left;
	}

	.custom_one .custom_pro span {
		display: inline-block;
		width: 115px;
		height: 2px;
		background: #000;
		position: absolute;
	}

	.custom_txt {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}

	.custom_txt br {
		display: none;
	}

	.research_img25 {
		position: absolute;
		float: right;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

	.research_img25 img {
		width: 100%;
	}

	.research_img26 {
		display: none;
	}

	/*三*/
	.index_thress img {
		width: 100%;
	}
}


@media screen and (min-width:1000px) {

	/*新闻中心*/
	.news {
		width: 1200px;
		height: 728px;
		margin: 0 auto;
		padding-bottom: 40px;
	}

	.news>h2 {
		width: 100%;
		text-align: center;
	}

	.news .news_left {
		float: left;
		width: 59%;
		border-right: 1px solid #e5e5e5;
	}

	.news .news_tit {
		height: 101px;
		vertical-align: bottom;
	}

	.news .news_tit i {
		font-size: 0;
		line-height: 0;
		vertical-align: bottom;
		margin-right: 44px;
	}

	.news .news_tit a {
		font-size: 26px;
		color: #343d3b;
		font-weight: bold;
	}

	.news .news_left dl {
		margin-top: 100px;
	}

	.news .news_left dt {
		width: 45%;
		height: 150px;
		padding: 15px 0 0 15px;
		float: left;
		border: 1px solid #000;
	}

	.news .news_left dt img {
		width: 107%;
	}

	.news .news_left dd {
		float: right;
		width: 43%;
		height: 185px;
		padding: 0 15px 0 0;
		position: relative;
	}

	.news .news_left dd h4 a {
		display: block;
		height: 24px;
		line-height: 24px;
		font-size: 18px;
		color: #010101;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news .news_left dd h4 a:hover {
		color: red;
	}

	.news .news_left dd p {
		padding-top: 20px;
		height: 86px;
		line-height: 1.8em;
		font-size: 14px;
		color: #9a9a9a;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.news .news_left dd span {
		position: absolute;
		bottom: 0;
		right: 5%;
	}

	.news .news_left dd span a {
		display: block;
		height: 32px;
		width: 105px;
		line-height: 32px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		background: #222222;
		margin-top: 1em;
	}

	.news .news_left dd span a:hover {
		background: red;
	}

	.news .news_right {
		float: right;
		width: 39%;
	}

	.news .news_bt {
		height: 80px;
		width: 363px;
	}

	.news .news_bt ul li {
		float: left;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		color: #000000;
	}

	.news .news_bt ul li span {
		padding: 0 20px;
	}

	.news .news_bt ul strong a {
		line-height: 60px;
		float: right;
	}

	.news .trends {
		width: 100%;
		height: 350px;
	}

	.news .trends dl {
		height: 85px;
		margin-bottom: 26px;
		border-bottom: 1px dashed #dcdcdc;
	}

	.news .trends dd {
		float: left;
		width: 84%;
	}

	.news .trends dd h4 a {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		color: #010101;
		display: block;
		font-weight: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news .trends dd h4 a:hover {
		color: red;
	}

	.news .trends dd p {
		font-size: 14px;
		line-height: 22px;
		color: #9a9a9a;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-top: 1em;
	}

	.news .trends dt {
		float: right;
		margin-top: 9px;
		width: 56px;
		text-align: center;
	}

	.news .trends dt em {
		height: 15px;
		line-height: 15px;
		background: url(/skin/2019/images/index-30.jpg) no-repeat center;
		display: block;
		text-transform: uppercase;
		font-weight: inherit;
		font-style: normal;
		font-size: 14px;
		color: #444;
	}

	.news .trends dt span {
		font-size: 36px;
		color: #231815;
	}

	.disk1 {
		width: 50px;
		height: 50px;
		position: absolute;
		left: 265px;
		bottom: 0;
		background-color: #84c9ff;
		opacity: 0.5;
	}

	.disk2 {
		width: 500px;
		height: 450px;
		position: absolute;
		top: 200px;
		right: 0;
		background-color: #84c9ff;
	}
}

@media screen and (max-width:999px) {

	/*新闻中心*/
	.news {
		width: 90%;
		height: 1044px;
		margin: 0 auto;
	}

	.news>h2 {
		text-align: center;
	}

	.news>h2 img {
		width: 100%;
	}

	.news .news_left {
		float: left;
		width: 100%;
		height: 357px;
		position: relative;
	}

	.news .news_tit {
		width: 100%;
		height: 63px;
		position: relative;
	}

	.news .news_tit i {
		font-size: 0;
		line-height: 0;
		vertical-align: bottom;
		margin-right: 40px;
		float: left;
		width: 50%;
	}

	.news .news_tit i img {
		width: 100%;
	}

	.news .news_tit a {
		font-size: 1.5em;
		color: #343d3b;
		font-weight: bold;
		position: absolute;
		bottom: 0;
	}

	.news .news_left dl {
		margin-top: 2.5em;
	}

	.news .news_left dt {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}

	.news .news_left dt a {
		position: relative;
	}

	.news .news_left dt img {
		width: 100%;
	}

	.news .news_left dd {
		width: 100%;
		margin: 0 auto;
	}

	.news .news_left dd h4 a {
		display: block;
		height: 55px;
		line-height: 55px;
		color: #010101;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news .news_left dd p {
		height: 44px;
		line-height: 1.5em;
		font-size: 14px;
		color: #9a9a9a;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.news .news_left dd span {
		position: absolute;
		bottom: 15px;
		right: 0;
	}

	.news .news_left dd span a {
		display: block;
		height: 35px;
		width: 130px;
		line-height: 35px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		background: #222222;
		float: right;
	}

	.news .news_right {
		float: right;
		width: 100%;
		height: 280px;
	}

	.news .news_bt {
		display: none;
	}

	.news .news_bt ul li {
		float: left;
		height: 60px;
		line-height: 60px;
		font-size: 1.5em;
		color: #000000;
	}

	.news .news_bt ul li span {
		padding: 0 20px;
	}

	.news .news_bt ul strong {
		line-height: 60px;
		float: right;
		font-size: 1.5em;
	}

	.news .trends {
		width: 100%;
		height: 280px;
	}

	.news .trends dl {}

	.news .trends dd {
		float: left;
		width: 89%;
		margin-bottom: 1em;
		border-bottom: 1px dashed #dcdcdc;
	}

	.news .trends dd h4 a {
		color: #010101;
		display: block;
		font-weight: normal;
	}

	.news .trends dd p {
		font-size: 13px;
		color: #9a9a9a;
		margin: 1em auto;
	}

	.news .trends dt {
		float: right;
		margin-top: 8px;
		width: 10%;
		text-align: center;
	}

	.news .trends dt em {
		height: 15px;
		line-height: 15px;
		background: url(/skin/2019/images/index-30.jpg) no-repeat center;
		display: block;
		text-transform: uppercase;
		font-weight: inherit;
		font-style: normal;
		font-size: 10px;
		color: #444;
		background-size: 100%;
	}

	.news .trends dt span {
		font-size: 28px;
		color: #231815;
	}

	.disk1 {
		display: none;
	}

	.disk2 {
		width: 70%;
		height: 20px;
		position: absolute;
		top: 280px;
		right: 0;
		background-color: #84c9ff;
	}

}


@media screen and (min-width:1000px) {

	/*公司简介*/
	.BoxWrap table {
		background: url(/skin/2019/images/list_news_bg.gif);
		text-align: center;
		height: 45px;
		width: 100%;
		margin: 1em 0;
	}

	.brief {
		width: 80%;
		margin: 0 auto 3em;
		text-align: justify;
		float: right;
	}

	.brief>p {
		text-indent: 2em;
		padding: 10px 0;
	}

	.brief>h2 {
		width: 100%;
		text-align: center;
	}

	.brief .shili {
		width: 100%;
		height: 270px;
		margin: 30px auto;
	}

	.brief .shili ul li {
		width: 204px;
		height: 260px;
		padding: 0 10px;
		margin: 8px;
		float: left;
		border-top: 3px solid #00b1fe;
		border-radius: 8px 8px 0px 0px;
		box-shadow: 0 0 1px;
		text-align: center;
	}

	.brief .shili .shili1 {
		border-top: 3px solid #ffb850;
	}

	.brief .shili .shili2 {
		border-top: 3px solid #01acbe;
	}

	.brief .shili .shili3 {
		border-top: 3px solid #e87071;
	}

	.brief .shili .shili4 {
		border-top: 3px solid #caa884;
	}

	.brief .shili ul li img {
		margin-top: 35px;
	}

	.brief .shili ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		margin-top: 2.5em;
		font-weight: bold;
	}

	.brief .shili ul li p {
		margin: 15px 0;
		color: #9a9a9a;
		font-size: 14px;
	}

	.brief .chejian {
		text-align: center;
	}

	#honor {
		height: 1140px;
	}
}

@media screen and (max-width:999px) {

	/*公司简介*/
	.BoxWrap table {
		display: none;
	}

	.brief {
		width: 94%;
		margin: 1em auto 2em;
		text-align: justify;
	}

	.brief>p {
		text-indent: 2em;
	}

	.brief>h2 {
		width: 100%;
		text-align: center;
	}

	.brief>h2 img {
		width: 100%;
	}

	.brief .shili {
		width: 100%;
		height: 270px;
		margin: 30px auto;
	}

	.brief .shili ul li {
		width: 46%;
		height: 190px;
		padding: 0 1%;
		margin: 1% 1% 5% 1%;
		float: left;
		border-top: 3px solid #00b1fe;
		border-radius: 8px 8px 0px 0px;
		box-shadow: 0 0 1px;
		text-align: center;
	}

	.brief .shili ul li img {
		margin-top: 20px;
		width: 30%;
	}

	.brief .shili ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		margin-top: 10px;
		font-weight: bold;
	}

	.brief .shili ul li p {
		margin: 15px 0;
		color: #9a9a9a;
		font-size: 12px;
	}

	.brief .chejian img {
		width: 100%;
	}

	#honor {
		height: 960px;
	}

	#honor img {
		width: 160px !important;
	}

	#honor img:nth-child(even) {
		left: 170px !important;
	}

	#honor img:nth-child(odd) {
		left: 0px !important;
	}
}

.brand-list {
	width: 100%;
	margin: 0 auto;
}

.brand-list .item {
	position: absolute;
	width: 310px;
	top: 0;
	left: 40%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.brand-list .additem {
	width: 310px;
	border: none;
}

.brand-list .item h3 {
	font-size: 42px;
	color: #666;
	font-family: arial;
	font-size: 18px;
	font-weight: 800;
	line-height: .8;
	margin-bottom: 20px;
}

.brand-list .item p {
	margin-bottom: 15px;
}

.boxgrid {
	width: 310px;
	height: 227px;
	overflow: hidden;
	position: relative;
}

.boxgridq {
	width: 310px;
	height: 414px;
	overflow: hidden;
	position: relative;
}

.item .boxgrid h3 {
	margin: 10px 0px 10px 0px;
	color: #FFF;
	font: 24pt 微软雅黑, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: center;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxgrid p {
	color: #afafaf;
	font-weight: bold;
	text-align: center;
}

.boxgrid p a {
	text-decoration: none;
	color: #FFF;
	font-family: 微软雅黑;
	font-size: 12px;
}

@media screen and (min-width:1000px) {

	/*企业文化*/
	.brief {
		width: 80%;
		margin: 0 auto 3em;
		text-align: justify;
		float: right;
	}

	.culture {
		width: 100%;
		margin: 1em auto 4em;
		float: left;
	}

	.culture_img {
		float: left;
	}

	.promise img {
		float: left;
		margin-right: 2em;
	}

	.promise p {
		margin-top: 2em;
	}

	.promise p span {
		font-weight: bold;
		font-size: 1.2em;
		color: #f15533;
	}

	.culture ul li {
		width: 222px;
		height: 260px;
		margin: 8px;
		float: left;
		text-align: center;
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	.culture ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		padding: 10px 0;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}

	.culture ul li img {
		margin-top: 30px;
		width: 80px;
	}

	.culture ul li p {
		margin: 25px 15px;
		color: #9a9a9a;
		font-size: 14px;
	}

	.culture_tit {
		float: left;
		position: relative;
		width: 100%;
		margin-bottom: 10em;
	}

	.culture_txt {
		float: left;
	}

	.culture_txt h2 {
		display: none;
	}

	.culture_txt p:nth-child(2) {
		position: absolute;
		top: 0px;
		left: 245px;
	}

	.culture_txt p:nth-child(4) {
		position: absolute;
		top: 140px;
		left: 440px;
	}

	.culture_txt p:nth-child(6) {
		position: absolute;
		top: 345px;
		left: 325px;
	}

	.culture_txt p:nth-child(8) {
		position: absolute;
		bottom: -75px;
		left: 130px;
	}

}

@media screen and (max-width:999px) {

	/*企业文化*/
	.BoxWrap table {
		display: none;
	}

	.brief {
		width: 94%;
		margin: 1em auto;
		text-align: justify;
	}

	.culture {
		width: 100%;
		margin: 1em auto;
		float: left;
	}

	.culture ul li {
		width: 46%;
		height: 240px;
		padding: 0 1%;
		margin: 1% 1% 5% 1%;
		float: left;
		border-radius: 8px 8px 0px 0px;
		box-shadow: 0 0 1px;
		text-align: center;
	}

	.culture ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		padding: 10px 0;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}

	.culture ul li img {
		margin-top: 20px;
		width: 35%;
	}

	.culture ul li p {
		margin: 1.5em 1em;
		color: #9a9a9a;
		font-size: 14px;
	}

	.culture_img {
		display: none;
	}

	.culture_tit {
		float: left;
	}

	.culture_txt p br,
	.promise p br {
		display: none;
	}

	.culture_txt p,
	.promise p {
		padding: 1em 0 2em 0;
	}

	.promise img {
		display: none;
	}

	.brief>p {
		text-indent: 2em;
	}

	.brief>h2 {
		width: 100%;
		text-align: center;
	}

	.brief>h2 img {
		width: 100%;
	}

	.brief .shili {
		width: 100%;
		height: 270px;
		margin: 30px auto;
	}

	.brief .shili ul li {
		width: 46%;
		height: 190px;
		padding: 0 1%;
		margin: 1% 1% 5% 1%;
		float: left;
		border-top: 3px solid #00b1fe;
		border-radius: 8px 8px 0px 0px;
		box-shadow: 0 0 1px;
		text-align: center;
	}

	.brief .shili ul li img {
		margin-top: 20px;
		width: 30%;
	}

	.brief .shili ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		margin-top: 10px;
		font-weight: bold;
	}

	.brief .shili ul li p {
		margin: 15px 0;
		color: #9a9a9a;
		font-size: 12px;
	}

	.brief .chejian img {
		width: 100%;
	}
}


/*发展历程*/
.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.cbp_tmtimeline>li {
	position: relative;
}

.cbp_tmtimeline>li .cbp_tmtime {
	display: block;
	width: 15%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline>li .cbp_tmtime span {
	display: block;
	text-align: right;
	font-size: 2em;
}

.cbp_tmtimeline>li .cbp_tmlabel {
	margin: 0 0 15px 20%;
	padding: 2em;
	position: relative;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}

.cbp_tmtimeline>li .cbp_tmlabel p {
	margin-top: 1em;
	color: #9a9a9a;
	font-size: 14px;
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #ccc;
	border-width: 10px;
	top: 10px;
}

@media screen and (max-width:999px) {

	/*发展历程*/
	.cbp_tmtimeline>li .cbp_tmtime span {
		font-size: 1.5em;
	}

	.cbp_tmtimeline>li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline>li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline>li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
	}

	.cbp_tmtimeline>li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #ccc;
		top: -20px;
	}
}

@media screen and (min-width:1000px) {
	.yanfaone {
		width: 100%;
		height: 246px;
		padding: 1em 0;
	}

	.yanfa {
		width: 100%;
	}

	.yanfaimg1 {
		float: left;
		width: 38%;
	}

	.yanfaimg1 img {
		width: 100%;
	}

	.yanfatxt1 {
		float: left;
		width: 58%;
		height: 245px;
		margin-left: 4%;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
	}

	.yanfatxt1 b,
	.yanfatxt2 b {
		font-size: 24px;
		font-weight: bold;
		line-height: 4em;
	}

	.yanfatxt1 div,
	.yanfatxt2 div {
		width: 100%;
		height: 42px;
		position: relative;
	}

	.yanfatxt1 div span,
	.yanfatxt2 div span {
		position: absolute;
		line-height: 37px;
		left: 4em;
	}

	.yanfatxt2 {
		float: left;
		width: 58%;
		height: 245px;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
	}

	.yanfaimg2 {
		float: left;
		width: 38%;
		margin-left: 4%;
	}

	.yanfaimg2 img {
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.yanfaone {
		width: 100%;
		height: 475px;
		padding: 1em 0;
	}

	.yanfa {
		width: 100%;
	}

	.yanfaimg1 {
		float: left;
		width: 100%;
	}

	.yanfaimg1 img {
		width: 100%;
	}

	.yanfatxt1 {
		float: left;
		width: 100%;
		height: 220px;
		border-bottom: 1px solid #999;
	}

	.yanfatxt1 b,
	.yanfatxt2 b {
		font-size: 24px;
		font-weight: bold;
		line-height: 4em;
	}

	.yanfatxt1 div,
	.yanfatxt2 div {
		width: 100%;
		height: 42px;
		position: relative;
	}

	.yanfatxt1 div span,
	.yanfatxt2 div span {
		position: absolute;
		line-height: 37px;
		left: 4em;
	}

	.yanfatxt2 {
		float: left;
		width: 100%;
		height: 220px;
	}

	.yanfaimg2 {
		float: left;
		width: 100%;
	}

	.yanfaimg2 img {
		width: 100%;
	}
}


@media screen and (min-width:1000px) {

	/*联系我们*/
	.iw_poi_title {
		color: #CC5522;
		font-size: 14px;
		font-weight: bold;
		overflow: hidden;
		padding-right: 13px;
		white-space: nowrap
	}

	.iw_poi_content {
		font: 12px arial, sans-serif;
		overflow: visible;
		padding-top: 4px;
		white-space: -moz-pre-wrap;
		word-wrap: break-word
	}

	.contact {
		width: 100%;
		height: 300px;
		margin: 2em auto;
	}

	.contact ul li {
		width: 33.3%;
		height: 300px;
		float: left;
		position: relative;
	}

	.contact ul li:nth-child(1) {
		background: url() center no-repeat;
	}

	.contact ul li:nth-child(2) {
		background: url(../images/index-107.jpg) center no-repeat;
	}

	.contact ul li:nth-child(3) {
		background: url() center no-repeat;
	}

	.contact ul li div {
		width: 100%;
		height: 42%;
		text-align: center;
		position: absolute;
		bottom: 0;
	}

	.follow {
		width: 100%;
		margin: 4em auto;
	}

	.follow div {
		text-align: center;
	}

	.contact h2 {
		text-align: center;
		font-size: 2em;
	}

	.contact .contact1 {
		text-align: center;
		margin: 1em 0 4em;
	}

	.contact .contact2 {
		text-align: center;
		height: 2em;
	}

	.contact_three {
		width: 100%;
		height: 82px;
		margin: 5em auto 10em;
	}

	.contact_three div {
		width: 30%;
		height: 80px;
		border: 1px solid #aaaaaa;
		float: left;
		margin: 0 1.5%;
		position: relative;
	}

	.contact_three img {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		margin-left: 1em;
	}

	.contact_three span {
		line-height: 80px;
		margin-left: 4em;
	}

	.contact_four {
		width: 100%;
	}

	.four {
		width: 50%;
		height: 200px;
		border: 4px solid #000;
		margin: 0 auto;
		text-align: center;
	}

	.four img {
		position: relative;
		top: -7em;
	}
}

@media screen and (max-width:999px) {

	/*联系我们*/
	.iw_poi_title {
		color: #CC5522;
		font-size: 14px;
		font-weight: bold;
		overflow: hidden;
		padding-right: 13px;
		white-space: nowrap
	}

	.iw_poi_content {
		font: 12px arial, sans-serif;
		overflow: visible;
		padding-top: 4px;
		white-space: -moz-pre-wrap;
		word-wrap: break-word
	}

	.contact {
		width: 90%;
		height: 300px;
		margin: 2em auto;
	}

	.contact ul li {
		width: 100%;
		height: 250px;
		float: left;
		position: relative;
	}

	.contact ul li:nth-child(1) {
		background: url() center no-repeat;
		background-size: 100%;
	}

	.contact ul li:nth-child(2) {
		background: url(../images/index-107.jpg) center no-repeat;
		background-size: 100%;
	}

	.contact ul li:nth-child(3) {
		background: url() center no-repeat;
		background-size: 100%;
	}

	.contact ul li div {
		width: 100%;
		height: 47%;
		text-align: center;
		position: absolute;
		bottom: 0;
	}

	.follow {
		width: 100%;
		margin: 2em auto;
	}

	.follow div {
		text-align: center;
	}

	.follow div img {
		width: 100%;
	}

	#dituContent {
		width: 100% !important;
		height: 500px !important;
	}

	.contact .contact1 {
		display: none;
	}

	.contact .contact2 {
		margin: 1em auto;
	}

	.contact_three div {
		height: 50px;
		position: relative;
	}

	.contact_three img {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 7%;
	}

	.contact_three span {
		line-height: 50px;
		margin-left: 3em;
	}

	.contact_four {
		display: none;
	}

	.contact h2:nth-child(1) {
		display: none;
	}

	.contact .tel {
		background: url(/skin/2019/images/product-1.png) no-repeat;
		padding-left: 48px;
		background-size: 7%;
		background-position-y: 5px;
	}
}


@media screen and (min-width:1000px) {
	.research_pro_img video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.research_pro_img a img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50px;
		background: #fff;
		border-radius: 50%;
	}

	/*产品展示*/
	.research_pro {
		text-align: center;
		background-position: 0% 100%;
	}

	.research_pro_title {
		width: 100%;
		height: 100px;
	}

	.research_pro_title ul {
		width: 100%;
		overflow: hidden;
		text-align: center;
	}

	.research_pro_title ul li {
		display: inline-block;
		position: relative;
		margin: 30px 20px;
	}

	.research_pro_title ul li a {
		width: 120px;
		height: 42px;
		line-height: 42px;
		color: #776c61;
		text-align: center;
		font-size: 14px;
		display: block;
		border: 1px solid #e6e7e7;
	}

	.research_pro_title ul li a:hover {
		color: #4b3b2e;
	}

	.research_pro_title ul li:before,
	.research_pro_title ul li:after,
	.research_pro_title ul li a:before,
	.research_pro_title ul li a:after {
		content: "";
		display: block;
		background: #4b3b2e;
		position: absolute;
		transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
	}

	.research_pro_title ul li:before {
		width: 0;
		height: 1px;
		left: 0;
		top: 0;
	}

	.research_pro_title ul li:after {
		width: 1px;
		height: 0;
		right: 0;
		top: 0;
	}

	.research_pro_title ul li a:before {
		width: 0;
		height: 1px;
		right: 0;
		bottom: 0;
	}

	.research_pro_title ul li a:after {
		width: 1px;
		height: 0;
		left: 0;
		bottom: 0;
	}

	.research_pro_title ul li:hover:before {
		width: 100%;
	}

	.research_pro_title ul li:hover:after {
		height: 100%;
	}

	.research_pro_title ul li:hover a:before {
		width: 100%;
	}

	.research_pro_title ul li:hover a:after {
		height: 100%;
	}
}

@media screen and (max-width:999px) {

	/*产品展示*/
	.research_pro {
		text-align: center;
		background-position: 0% 100%;
	}

	.research_pro_title {
		width: 100%;
		height: 65px;
		display: none;
	}

	.research_pro_title ul {
		width: 100%;
		overflow: hidden;
		text-align: center;
	}

	.research_pro_title ul li {
		display: inline-block;
		position: relative;
		margin: 30px 20px;
	}

	.research_pro_title ul li:nth-child(2n+0) {
		display: none;
	}

	.research_pro_title ul li a {
		width: 100%;
		height: 30px;
		line-height: 30px;
		color: #776c61;
		text-align: center;
		display: block;
		border: 1px solid #e6e7e7;
		padding: 0 0.5em;
	}

	.research_pro_title ul li a:hover {
		color: #4b3b2e;
	}

	.research_pro_title ul li:before,
	.research_pro_title ul li:after,
	.research_pro_title ul li a:before,
	.research_pro_title ul li a:after {
		content: "";
		display: block;
		background: #4b3b2e;
		position: absolute;
		transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
	}

	.research_pro_title ul li:before {
		width: 0;
		height: 1px;
		left: 0;
		top: 0;
	}

	.research_pro_title ul li:after {
		width: 1px;
		height: 0;
		right: 0;
		top: 0;
	}

	.research_pro_title ul li a:before {
		width: 0;
		height: 1px;
		right: 0;
		bottom: 0;
	}

	.research_pro_title ul li a:after {
		width: 1px;
		height: 0;
		left: 0;
		bottom: 0;
	}

	.research_pro_title ul li:hover:before {
		width: 100%;
	}

	.research_pro_title ul li:hover:after {
		height: 100%;
	}

	.research_pro_title ul li:hover a:before {
		width: 100%;
	}

	.research_pro_title ul li:hover a:after {
		height: 100%;
	}

	.research_pro_img {
		width: 100%;
		height: auto;
		position: relative;
		padding-bottom: 20px;
	}

	.research_pro_img ul {
		width: 100%;
		height: auto;
	}

	.research_pro_img ul li {
		width: 100%;
		float: left;
		padding: 20px;
		margin: 0 0px 15px 0;
	}

	.research_pro_img ul li p {
		text-align: center;
	}

	.research_pro_img ul li a {
		width: 100%;
		/* height: 140px; */
		border: 1px solid #e6e7e7;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.research_pro_img ul li a img {
		width: 100%;
	}

	.research_pro_img ul li h3 {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
	}

	.research_pro_img ul li b {
		font-weight: normal;
		font-size: 12px;
		color: red;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

}


@media screen and (min-width:1000px) {

	/*产品详情*/
	.title_t {
		height: 60px;
		text-align: center;
		font-size: 20px
	}

	.title_c {
		height: 30px;
		text-align: center;
	}

	.about_wrap {
		width: 100%;
		position: relative;
	}

	.product_left {
		width: 16%;
		height: auto;
		float: left;
	}

	.product_left_tit {
		width: 100%;
		height: 65px;
		text-align: center;
		background-color: #bf9f63;
	}

	.product_left_tit h2 {
		width: 100%;
		height: 60px;
		line-height: 60px;
		border: 1px solid #fff;
		color: #fff;
	}

	.product_left ul li,
	.product_left dl dd {
		width: 100%;
		height: 45px;
		line-height: 45px;
		text-align: center;
		background-color: #f9f9f9;
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 5px;
	}

	.product_left ul li:hover {
		background-color: #caa884;
	}

	.product_left dl {
		margin-top: 0.5em;
	}

	.product_left dl dt {
		width: 100%;
		height: 45px;
		line-height: 45px;
		text-align: center;
		background-color: #bf9f63;
		border-bottom: 2px solid #fff;
		color: #fff;
	}

	.product_left dl dd:hover {
		background-color: #caa884;
	}

	.product_left dl dd a {
		line-height: 45px;
	}

	.product_right {
		width: 80%;
		height: auto;
		float: right;
		margin-bottom: 5em;
	}

	.product_right .product_tit h2 {
		font-size: 2.2em;
	}

	.product_right .product_tit p:nth-child(7) {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.product_right .product_tel {
		width: 100%;
		height: 42px;
		position: absolute;
		bottom: 0;
	}

	.product_right .product_tel i {
		float: left;
	}

	.product_right .product_tel strong {
		display: inline-block;
		line-height: 41px;
		float: left;
		margin-left: 1em;
	}

	.product_right .product_tel span {
		display: inline-block;
		line-height: 41px;
		float: right;
		width: 135px;
		height: 41px;
		background-color: #4db7f5;
		text-align: center;
		border-radius: 5px;
		color: #fff;
	}

	.product_right .product_tel span a {
		display: inline-block;
		width: 100%;
		height: 100%;
		line-height: 41px;
		color: #fff;
	}

	.product_right .product_tel span a:hover {
		background-color: #00923f;
		border-radius: 5px;
	}

	.product_img {
		width: 37%;
		height: 350px;
		float: left;
		border: 1px solid #a0a0a0;
		border-radius: 5px;
		position: relative;
	}

	.product_img img {
		width: 80%;
		height: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0px;
		margin: auto;
	}

	.product_tit {
		width: 60%;
		height: 352px;
		float: right;
		position: relative;
	}

	.product_tit p {
		line-height: 2em;
	}

	.product_tit p span {
		color: red;
		font-size: 0.9em;
	}

	.product_tit p:last-child {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.product_txt {
		text-align: center;
	}

	.product_content {
		float: left;
	}

	.product_content .content_tit {
		width: 100%;
		height: 260px;
		margin: 4em auto;
		float: left;
	}

	.product_content .content_tit ul li {
		width: 222px;
		height: 240px;
		margin: 8px;
		float: left;
		text-align: center;
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	.product_content .content_tit ul li img {
		margin-top: 30px;
	}

	.product_content .content_tit ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		padding: 10px 0;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}

	.product_content .content_tit ul li p {
		margin: 25px 15px;
		color: #9a9a9a;
		font-size: 14px;
	}

	.product_content .content_txt {
		width: 100%;
		height: 90px;
		float: left;
		margin-bottom: 5em;
	}

	.product_content .content_txt dl {
		float: left;
		width: 33.33%;
		height: 90px;
	}

	.product_content .content_txt dl dt {
		display: inline-block;
		width: 20%;
		height: 90px;
		background-color: #4db7f5;
		float: left;
	}

	.product_content .content_txt dl dt img {
		margin: 30% 0 0 28%;
	}

	.product_content .content_txt dl dd {
		float: right;
		width: 75%;
		height: 90px;
	}

	.product_content .content_txt dl dd strong {
		float: left;
		width: 100%;
		line-height: 2.5em;
		padding: 0 25px;
		color: #010101;
	}

	.product_content .content_txt dl dd span {
		float: left;
		font-size: 0.9em;
		color: #9a9a9a;
		padding: 0 25px;
	}
}

@media screen and (max-width:999px) {

	/*产品详情*/
	.title_t {
		height: 60px;
		text-align: center;
		font-size: 20px
	}

	.title_c {
		height: 30px;
		text-align: center;
	}

	.about_wrap {
		width: 100%;
		position: relative;
	}

	.product_left {
		display: none;
	}

	.research_pro_img a img.play {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50px;
		background: #fff;
		border-radius: 50%;
		transform: translate(-50%, -50%) !important;
	}

	.product_left_tit {
		width: 100%;
		height: 65px;
		text-align: center;
		background-color: #4db7f5;
	}

	.product_left_tit h2 {
		width: 100%;
		height: 60px;
		line-height: 60px;
		border: 1px solid #fff;
	}

	.product_left ul li {
		width: 100%;
		height: 45px;
		line-height: 45px;
		text-align: center;
		background-color: #ececec;
		border-bottom: 2px solid #fff;
	}

	.product_left dl {
		margin-top: 0.5em;
	}

	.product_left dl dt {
		width: 100%;
		height: 45px;
		line-height: 45px;
		text-align: center;
		background-color: #4db7f5;
		border-bottom: 2px solid #fff;
	}

	.product_left dl dd {
		width: 100%;
		height: 45px;
		line-height: 45px;
		text-align: center;
		background-color: #ececec;
		border-bottom: 2px solid #fff;
	}

	.product_right {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.product_right .product_tit p:nth-child(7) {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.product_right .product_tel {
		width: 100%;
		height: auto;
		margin: 1em auto;
	}

	.product_right .product_tel i {
		float: left;
		display: inline-block;
	}

	.product_right .product_tel i img {
		width: 90%;
	}

	.product_right .product_tel strong {
		display: inline-block;
		line-height: 41px;
		float: left;
		margin-left: 1em;
		font-size: 20px;
	}

	.product_right .product_tel span {
		display: none;
	}

	.product_img {
		width: 100%;
		height: 337px;
		border: 1px solid #a0a0a0;
		border-radius: 5px;
		position: relative;
		margin: 0 auto;
	}

	.product_img img {
		width: 90%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0px;
		margin: auto;
	}

	.product_tit {
		width: 100%;
		height: auto;
		float: right;
	}

	.product_tit p {
		line-height: 2em;
	}

	.product_txt {
		text-align: center;
	}

	.product_content {
		float: left;
	}

	.product_content .content_tit {
		width: 100%;
		height: 450px;
		margin: 2em auto;
		float: left;
	}

	.product_content .content_tit ul li {
		width: 48%;
		height: 200px;
		margin: 1% 1% 5% 1%;
		float: left;
		text-align: center;
		box-shadow: 0 0 1px;
		border-radius: 5px;
	}

	.product_content .content_tit ul li img {
		margin-top: 30px;
		width: 30%;
	}

	.product_content .content_tit ul li span {
		display: block;
		font-size: 18px;
		color: #171d25;
		padding: 10px 0;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}

	.product_content .content_tit ul li p {
		margin: 10px;
		font-size: 12px;
		color: #9a9a9a;
	}

	.product_content .content_txt {
		width: 100%;
		float: left;
		margin-bottom: 1em;
	}

	.product_content .content_txt dl {
		float: left;
		width: 100%;
		height: 100px;
	}

	.product_content .content_txt dl dt {
		display: inline-block;
		width: 20%;
		height: 90px;
		background-color: #4db7f5;
		float: left;
	}

	.product_content .content_txt dl dt img {
		margin: 30% 0 0 28%;
	}

	.product_content .content_txt dl dd {
		float: right;
		width: 75%;
		height: 90px;
	}

	.product_content .content_txt dl dd strong {
		float: left;
		width: 100%;
		line-height: 2.5em;
		padding: 0 25px;
	}

	.product_content .content_txt dl dd span {
		float: left;
		font-size: 14px;
		color: #666;
		padding: 0 25px;
	}

	.product_content .content_img {
		float: left;
		margin-bottom: 1em;
	}

	.product_content .content_img img {
		width: 100%;
	}
}


@media screen and (min-width:1000px) {

	/*oem*/
	.oem {
		width: 1200px;
		margin: 0 auto;
	}

	.oem .content_tit1 {
		width: 100%;
		height: 240px;
		margin: 4em auto 0;
	}

	.oem .content_tit1 ul {
		width: 80%;
		margin: 0 auto;
	}

	.oem h2 {
		text-align: center;
	}

	.oem .content_tit1 ul li {
		width: 222px;
		height: 240px;
		margin: 8px;
		float: left;
		text-align: center;
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	.oem .content_tit1 ul li img {
		margin-top: 35px;
		width: 70px;
	}

	.oem .content_tit1 ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		padding: 10px 0;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}

	.oem .content_tit1 ul li p {
		margin: 25px 15px;
		color: #9a9a9a;
		font-size: 15px;
	}

	.oem .content_tit2 {
		width: 100%;
		height: 470px;
		margin: 4em auto;
	}

	.oem .content_tit2 ul li {
		width: 284px;
		height: 240px;
		margin: 8px;
		float: left;
		text-align: center;
	}

	.oem .content_tit2 ul li img {
		margin-top: 35px;
		width: 100px;
	}

	.oem .content_tit2 ul li p {
		margin: 38px 15px;
		color: #fff;
		font-size: 20px;
	}

	.oem .content_tit2 ul li:nth-child(1) {
		background-color: #5caed3;
	}

	.oem .content_tit2 ul li:nth-child(2) {
		background-color: #52ad44;
	}

	.oem .content_tit2 ul li:nth-child(3) {
		background-color: #4877c5;
	}

	.oem .content_tit2 ul li:nth-child(4) {
		background-color: #ec9a51;
	}

	.oem .content_tit2 ul li:nth-child(5) {
		background-color: #7bb14f;
	}

	.oem .content_tit2 ul li:nth-child(6) {
		background-color: #1795be;
	}

	.oem .content_tit2 ul li:nth-child(7) {
		background-color: #1b9fb6;
	}

	.oem .content_tit2 ul li:nth-child(8) {
		background-color: #bf67d7;
	}

	.oem .content_tit4 {
		width: 100%;
		text-align: center;
		margin: 3em 0;
	}

	.oem .content_tit5 {
		width: 100%;
		height: 390px;
		margin: 4em auto;
	}

	.oem .content_tit5 ul li {
		width: 32%;
		height: 240px;
		margin: 8px;
		float: left;
		text-align: center;
	}

	.oem .content_tit5 ul li img {
		margin-top: 35px;
	}

	.oem .content_tit5 ul li p {
		margin: 30px 15px;
		color: #010101;
		font-size: 16px;
	}

	.oem .content_tit6 {
		width: 100%;
		height: 780px;
		margin: 0 auto;
		position: relative;
	}

	.oem .content_tit6 ul li {
		width: 48%;
		height: auto;
		margin: 1%;
		float: left;
		text-align: center;
	}

	.oem .content_tit6 ul li img {
		width: 100%;
	}

	.oem .content_tit6 ul li p {
		color: #010101;
		font-size: 24px;
		position: absolute;
		width: 200px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background-color: #fff;
		border-radius: 25px;
		color: #4db7f5;
		border: 2px solid #4db7f5;
	}

}

@media screen and (max-width:999px) {

	/*oem*/
	.oem {
		width: 100%;
		margin: 0 auto;
	}

	.oem .content_tit1 {
		width: 94%;
		height: 240px;
		margin: 1em auto 0;
	}

	.oem .content_tit1 ul {
		width: 100%;
		margin: 0 auto;
	}

	.oem h2 {
		text-align: center;
	}

	.oem h2 img {
		width: 100%;
	}

	.oem .content_tit1 ul li {
		width: 48%;
		height: 200px;
		margin: 1% 1% 5% 1%;
		float: left;
		text-align: center;
		box-shadow: 0 0 1px;
		border-radius: 5px;
	}

	.oem .content_tit1 ul li img {
		margin-top: 30px;
		width: 30%;
	}

	.oem .content_tit1 ul li span {
		display: block;
		font-size: 18px;
		color: #010101;
		padding: 10px 0;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}

	.oem .content_tit1 ul li p {
		margin: 10px;
		color: #9a9a9a;
		font-size: 12px;
	}

	.oem .content_tit2 {
		width: 100%;
		height: 330px;
	}

	.oem .content_tit2 ul li {
		width: 23%;
		height: 150px;
		margin: 1%;
		float: left;
		text-align: center;
	}

	.oem .content_tit2 ul li img {
		margin-top: 25px;
		width: 50%;
	}

	.oem .content_tit2 ul li p {
		margin: 20px 0;
		color: #fff;
		font-size: 14px;
	}

	.oem .content_tit2 ul li:nth-child(1) {
		background-color: #5caed3;
	}

	.oem .content_tit2 ul li:nth-child(2) {
		background-color: #52ad44;
	}

	.oem .content_tit2 ul li:nth-child(3) {
		background-color: #4877c5;
	}

	.oem .content_tit2 ul li:nth-child(4) {
		background-color: #ec9a51;
	}

	.oem .content_tit2 ul li:nth-child(5) {
		background-color: #7bb14f;
	}

	.oem .content_tit2 ul li:nth-child(6) {
		background-color: #1795be;
	}

	.oem .content_tit2 ul li:nth-child(7) {
		background-color: #1b9fb6;
	}

	.oem .content_tit2 ul li:nth-child(8) {
		background-color: #bf67d7;
	}

	.oem .content_tit3 {
		width: 94%;
		margin: 0 auto;
		text-align: justify;
	}

	.oem .content_tit3 p {
		display: inline-block;
	}

	.oem .content_tit4 {
		width: 100%;
		text-align: center;
		margin: 2em 0;
	}

	.oem .content_tit4 img {
		width: 100%;
	}

	.oem .content_tit5 {
		width: 100%;
		height: 190px;
		margin: 2em auto;
	}

	.oem .content_tit5 ul li {
		width: 31.3%;
		height: 180px;
		margin: 1%;
		float: left;
		text-align: center;
	}

	.oem .content_tit5 ul li img {
		width: 100%;
	}

	.oem .content_tit5 ul li p {
		margin: 30px 0;
		color: #010101;
		font-size: 12px;
	}

	.oem .content_tit6 {
		width: 100%;
	}

	.oem .content_tit6 ul li {
		width: 48%;
		height: auto;
		margin: 1%;
		float: left;
		text-align: center;
	}

	.oem .content_tit6 ul li img {
		width: 100%;
	}

	.oem .content_tit6 ul li p {
		color: #010101;
		font-size: 24px;
		position: absolute;
		width: 200px;
	}

}


@media screen and (min-width:1000px) {

	/*底部*/
	.footer {
		width: 100%;
		height: 19em;
		background-color: #333;
	}

	.footer_btm {
		width: 1200px;
		height: 243px;
		margin: 0 auto;
		border-bottom: 1px solid #fff;
	}

	.footer_left {
		width: 35%;
		float: left;
		padding-top: 1em;
	}

	.footer_left p {
		/* text-align: center; */
		color: #fff;
		line-height: 2em;
	}

	.footer_left p:nth-child(2) {
		padding-top: 1em;
	}

	.footer_center {
		width: 35%;
		float: left;
		padding-top: 1.5em;
		padding-left: 3em;
	}

	.footer_center ul .li span {
		font-size: 24px;
		color: #fff;
	}


	.footer_center ul {
		width: 80%;
	}

	.footer_center ul li {
		color: #fff;
		padding: 0 2.5em;
		line-height: 2.5em;
	}

	.footer_center ul .li {
		margin-right: 15px;
	}

	.footer_center ul .li span {
		color: #fff;
	}

	.footer_right {
		width: 11%;
		float: right;
		margin: 2em 2em 0 0;

	}

	.footer_right p,
	.footer_right li {
		color: #fff;
	}

	.footer_right img {
		width: 100%;
	}

	.footer_right span {
		color: #fff;
		line-height: 2.5em;
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.foot_boot {
		width: 100%;
		height: 50px;
		float: left;
	}

	.foot_boot p,
	.foot_boot span {
		height: 50px;
		line-height: 50px;
		color: #fff;
		text-align: center;
	}

	.foot_boot span {
		padding-left: 2.5em;
	}

	.foot_boot div {
		float: right;
	}
}

@media screen and (max-width:999px) {

	/*底部*/
	.footer {
		width: 100%;
		height: 267px;
		background-color: #333;
		position: relative;
	}

	.footer_btm {
		width: 100%;
		height: 204px;
		margin: 0 auto;
		border-bottom: 1px solid #8e8e8e;
	}

	.footer_left,
	.footer_right {
		display: none;
	}

	.footer_center {
		width: 80%;
		padding-top: 1.5em;
		margin: 0 auto;
	}

	.footer_center p {
		font-size: 24px;
		color: #fff;
	}

	.footer_center ul {
		width: 100%;
		background-size: 6%;
	}

	.footer_center ul li {
		color: #fff;
		line-height: 2.4em;
		padding: 0 2.5em;
		font-size: 14px;
	}

	.foot_boot {
		position: absolute;
	}

	/*bottom: -10px;*/
	.foot_boot p {
		text-align: center;
		line-height: 3em;
		color: #fff;
		font-size: 14px;
		width: 90%;
		margin: 0 auto;
	}
}


@media screen and (min-width:1000px) {

	/*美容护理*/
	.galleryList {
		width: 100%;
	}

	ul.md_gallery {
		width: 100%;
		height: auto;
		margin-top: 1em;
	}

	.md_gallery li {
		width: 570px;
		height: 450px;
		margin: 2em 15px;
		position: relative;
		float: left;
	}

	.md_gallery_pic img {
		width: 570px;
		height: 285px;
	}

	.md_gallery_pic {
		width: 100%;
		height: 285px;
		position: relative;
	}

	.md_gallery_txt {
		display: block;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.md_gallery_txt a {
		font-size: 1.5em;
		color: #000;
		font-weight: bold;
		display: inline-block;
		width: 100%;
		margin: 10px auto 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.md_gallery_txt a:hover {
		color: red;
	}

	.md_gallery_txt p {
		color: #818181;
		font-size: 14px;
		text-align: justify;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 2em;
	}

	.md_gallery_txt div {
		position: absolute;
		right: 0;
		bottom: 0;
		color: #818181;
		font-size: 14px;
	}

	.md_gallery_txt i {
		position: absolute;
		height: 1em;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.md_gallery_mr li {
		width: 570px;
		height: 280px;
		margin: 2em 15px;
		position: relative;
		float: left;
	}

	.md_gallery_nursing {
		width: 100%;
		height: 115px;
		position: relative;
	}

	.md_gallery_nursing_a {
		width: 99%;
		height: auto;
		border: 1px solid #e1efff;
		position: absolute;
	}

	.md_gallery_nursing_a b {
		font-size: 3em;
		display: inline-block;
		background-color: #f4f9ff;
		width: 100%;
		text-align: center;
		color: #84adda;
		height: 100px;
		line-height: 100px;
	}

	.md_gallery_nursing_b {
		width: 100%;
		height: auto;
		margin: auto;
	}

	.md_gallery_nursing_b>a {
		width: 100%;
		font-size: 1.5em;
		color: #000;
		font-weight: bold;
		display: inline-block;
		margin-bottom: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.md_gallery_nursing_b>a:hover {
		color: red;
	}

	.md_gallery_nursing_b p {
		width: 99%;
		font-size: 14px;
		color: #818181;
		text-align: justify;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 2em;
	}

	.md_gallery_nursing_b span {
		position: absolute;
		right: 0;
		bottom: 0;
		color: #818181;
		font-size: 14px;
	}

	.md_gallery_nursing_b i {
		position: absolute;
		height: 1em;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.page_blue a {
		border: 1px solid rgb(187, 225, 241);
		height: 2em;
		color: rgb(23, 95, 174);
		line-height: 2em;
		padding-right: 0.7em;
		padding-left: 0.7em;
		margin-right: 0.5em;
		display: inline-block;
		background-color: rgb(244, 249, 255);
	}

	.page_blue {
		text-align: center;
		clear: both;
		margin-bottom: 2em;
	}

	.page_blue a strong {
		padding: 0 3px;
	}

	.page_blue em {
		border: 1px solid rgb(187, 225, 241);
		height: 20px;
		color: rgb(23, 95, 174);
		line-height: 20px;
		padding-right: 8px;
		padding-left: 8px;
		margin-right: 5px;
		display: inline-block;
		background-color: rgb(244, 249, 255);
	}

	.page_blue b a {
		background-color: rgb(223, 239, 255);
		FONT-SIZE: 12px;
	}

	.page_blue p {
		margin-left: 8px;
		display: inline;
		FONT-SIZE: 12px;
	}

	.page_blue select {
		margin-right: 5px;
		margin-left: 5px;
		FONT-SIZE: 12px;
	}

	.page_blue a {
		border: 1px solid rgb(187, 225, 241);
		height: 2em;
		color: rgb(23, 95, 174);
		line-height: 2em;
		padding-right: 0.7em;
		padding-left: 0.7em;
		margin-right: 0.5em;
		display: inline-block;
		background-color: rgb(244, 249, 255);
		font-size: 1em;
	}

	.page_blue a:hover {
		background-color: rgb(223, 239, 255);
		FONT-SIZE: 1em;
	}
}

@media screen and (max-width:999px) {

	/*美容护理*/
	.galleryList {
		width: 100%;
		margin-top: 1em;
	}

	ul.md_gallery {
		width: 100%;
		height: auto;
		margin-top: 1em;
	}

	.md_gallery li {
		width: 90%;
		height: 285px;
		margin: 0 auto 1.5em;
		position: relative;
		border-bottom: 1px dashed #dcdcdc;
	}

	.meirong li {
		width: 90%;
		height: 170px;
		margin: 0 auto 1.5em;
		position: relative;
		border-bottom: 1px dashed #dcdcdc;
	}

	.md_gallery_pic IMG {
		width: 100%;
		height: auto;
	}

	.md_gallery_pic {
		width: 100%;
		height: 169px;
		position: relative;
		overflow: hidden;
	}

	.md_gallery_pic>a {}

	.md_gallery_txt {
		width: 100%;
		margin: 0.5em auto;
	}

	.md_gallery_txt a {
		color: #000;
		font-weight: bold;
		display: inline-block;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: normal;
		margin-bottom: 0.5em;
	}

	.md_gallery_txt p {
		width: 100%;
		text-indent: 2em;
		color: #9a9a9a;
		font-size: 13px;
		text-align: justify;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.md_gallery_txt div {
		position: absolute;
		right: 0;
		bottom: 0;
		text-align: right;
		color: #818181;
		font-size: 13px;
	}

	.md_gallery_txt i {
		position: absolute;
		height: 1em;
		top: 0;
		bottom: 0;
		margin: auto;
		font-size: 13px;
		color: #818181;
	}

	.md_gallery_txt i img {
		width: 90%;
	}

	.md_gallery_nursing {
		width: 100%;
		height: 50px;
		position: relative;
	}

	.md_gallery_nursing_a {
		width: 100%;
		height: auto;
		border: 1px solid #e1efff;
		position: absolute;
	}

	.md_gallery_nursing_a b {
		font-size: 2em;
		display: inline-block;
		background-color: #f4f9ff;
		width: 100%;
		text-align: center;
		color: #84adda;
	}

	.md_gallery_nursing_b {
		width: 100%;
		height: auto;
		margin-top: 0.5em;
	}

	.md_gallery_nursing_b>a {
		color: #000;
		display: inline-block;
		margin-bottom: 0.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.md_gallery_nursing_b p {
		font-size: 14px;
		color: #9a9a9a;
		text-indent: 2em;
		text-align: justify;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.md_gallery_nursing_b span {
		font-size: 13px;
		color: #9a9a9a;
		position: absolute;
		right: 0;
		bottom: 0;
		line-height: 2em;
	}

	.page_blue a {
		border: 1px solid rgb(187, 225, 241);
		height: 2em;
		color: rgb(23, 95, 174);
		line-height: 2em;
		padding-right: 0.7em;
		padding-left: 0.7em;
		margin-right: 0.5em;
		display: inline-block;
		background-color: rgb(244, 249, 255);
	}

	.page_blue {
		text-align: center;
		clear: both;
		margin-bottom: 2em;
	}

	.page_blue a strong {
		padding: 0 3px;
	}

	.page_blue em {
		border: 1px solid rgb(187, 225, 241);
		height: 20px;
		color: rgb(23, 95, 174);
		line-height: 20px;
		padding-right: 8px;
		padding-left: 8px;
		margin-right: 5px;
		display: inline-block;
		background-color: rgb(244, 249, 255);
	}

	.page_blue b a {
		background-color: rgb(223, 239, 255);
		FONT-SIZE: 12px;
	}

	.page_blue p {
		margin-left: 8px;
		display: inline;
		FONT-SIZE: 12px;
	}

	.page_blue select {
		margin-right: 5px;
		margin-left: 5px;
		FONT-SIZE: 12px;
	}
}


@media screen and (min-width:1000px) {

	/*产品查询*/
	*/ .big_title {
		text-align: right;
		height: 40px;
		line-height: 45px;
		border-bottom: 1px #DADADA solid;
		font-size: 14px;
		color: #666;
	}

	.query_tit {
		text-align: center;
		margin-top: 30px;
	}

	.query_tit h2 {
		line-height: 3em;
	}

	.query {
		margin-top: 90px;
	}

	.query_one {
		width: 400px;
		height: 30px;
		border: 1px solid #ccc;
		border-radius: 8px;
		padding-left: 10px;
		outline: none;
	}

	.query_two {
		width: 70px;
		height: 35px;
		border: 1px solid red;
		border-radius: 5px;
		background: red;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
	}

	.query_tit p,
	.query p {
		font-size: 14px;
	}

	.query_text {
		width: 75%;
		margin: 0 auto;
	}

	.query_text h3 {
		line-height: 2em;
	}
}

@media screen and (max-width:999px) {

	/*产品查询*/
	.big_title {
		text-align: right;
		height: 2em;
		line-height: 2em;
		border-bottom: 1px #DADADA solid;
		font-size: 2em;
		color: #666;
		padding-right: 1em;
	}

	.query_tit {
		text-align: center;
		margin-top: 30px;
	}

	.query_tit h2 {
		line-height: 3em;
	}

	.query {
		margin-top: 90px;
	}

	.query_one {
		width: 90%;
		height: 30px;
		border: 1px solid #ccc;
		border-radius: 8px;
		padding-left: 10px;
		outline: none;
	}

	.query_two {
		width: 40%;
		height: 40px;
		border: 1px solid red;
		border-radius: 5px;
		background: red;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		margin-top: 0.5em;
	}

	.query_tit p {
		display: inline-block;
		font-size: 12px;
		color: #9a9a9a;
		width: 90%;
		text-align: justify;
	}

	.query p {
		font-size: 14px;
	}

	.query_text {
		width: 90%;
		margin: 0 auto;
	}

	.query_text h3 {
		line-height: 2em;
	}

	/****/
	.title_t {
		height: 60px;
		text-align: center;
		font-size: 2em;
	}

	.title_c {
		height: 30px;
		text-align: center;
		font-size: 1.5em;
	}
}


@media screen and (min-width:1000px) {
	.BoxWrap {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	/*新闻详情*/
	.new_right {
		width: 80%;
		margin: 0 auto 3em;
		text-align: justify;
		float: right;
	}

	.news_zuozhe {
		text-align: center;
		background-image: url(/skin/2019/images/ny13.jpg);
		height: 2em;
	}

	.news_neirong h2 {
		text-align: center;
		line-height: 3em;
	}

	.news_neirong p {
		text-indent: 2em;
		padding: 10px 0;
	}

}

@media screen and (max-width:999px) {
	.BoxWrap {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	/*新闻详情*/
	.new_right {
		width: 94%;
		margin: 0 auto 3em;
		text-align: justify;
	}

	.news_zuozhe {
		display: none;
	}

	.news_neirong h2 {
		text-align: center;
		height: 2em;
		margin: 1em auto;
	}

	.news_neirong p {
		text-indent: 2em;
	}
}

@media screen and (min-width:1000px) {

	/*阿里图标*/
	.icon-anquanfanghu:before {
		font-size: 70px;
		color: #ffb850;
	}

	.icon-zuanshi:before {
		font-size: 70px;
		color: #01acbe;
	}

	.icon-navicon-bmfa:before {
		font-size: 70px;
		color: #e87071;
	}

	.icon-svg-:before {
		font-size: 70px;
		color: #caa884;
	}

	.icon-kehu:before {
		font-size: 97px;
	}

	.icon-huitouke:before {
		font-size: 103px;
	}

	.icon-jingxihuaxuepin:before {
		font-size: 77px;
	}
}

@media screen and (max-width:999px) {

	/*阿里图标*/
	.icon-anquanfanghu:before {
		font-size: 50px;
		color: #ffb850;
	}

	.icon-zuanshi:before {
		font-size: 50px;
		color: #01acbe;
	}

	.icon-navicon-bmfa:before {
		font-size: 50px;
		color: #e87071;
	}

	.icon-svg-:before {
		font-size: 50px;
		color: #caa884;
	}

	.icon-kehu:before {
		font-size: 60px;
	}

	.icon-huitouke:before {
		font-size: 64px;
	}

	.icon-jingxihuaxuepin:before {
		font-size: 48px;
	}
}


@media screen and (min-width:1000px) {
	/**/
}

@media screen and (max-width:999px) {
	/**/
}


@media screen and (min-width:1000px) {
	.title12 a {
		COLOR: #4b3b2e;
		FONT-SIZE: 16px
	}

	.title14 {
		COLOR: #4b3b2e;
		FONT-SIZE: 16px;
	}
}

@media screen and (max-width:999px) {
	.title12 a {
		display: none;
	}

	.title14 {
		display: none;
	}
}


/*在线QQ开始*/
UL.qqonline {
	RIGHT: 30px;
	FLOAT: left;
	font-size: 12px;
	color: #999999;
}

UL.qqonline LI {
	FLOAT: left;
	LINE-HEIGHT: 14px;
	MARGIN-RIGHT: 8px;
	TEXT-ALIGN: center
}

UL.qqonline LI A {
	DISPLAY: block;
	WIDTH: 34px;
	POSITION: relative;
	HEIGHT: 34px;
	padding: 0px;
	margin: 0px;
}

UL.qqonline LI A:hover {
	BACKGROUND-POSITION: 50% bottom;
	padding: 0px;
	margin: 0px;
}

UL.qqonline LI A INS {
	display: none;
}

UL.qqonline LI A:hover INS {
	DISPLAY: block;
	LEFT: -28px;
	BACKGROUND-IMAGE: url(/skin/2019/images/contact_tips.png);
	WIDTH: 95px;
	PADDING-TOP: 18px;
	BACKGROUND-REPEAT: no-repeat;
	POSITION: absolute;
	TOP: 38px;
	HEIGHT: 85px;
	TEXT-DECORATION: none;
	line-height: 12px;
}

* HTML UL.qqonline LI A:hover INS {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=corp, src='/skin/2019/images/contact_tips.png')
}

UL.qqonline LI A:hover INS STRONG {
	DISPLAY: block;
	COLOR: #f60;
}

UL.qqonline LI A.qq1 {
	BACKGROUND-IMAGE: url(/skin/2019/images/qq_1.gif)
}

UL.qqonline LI A.qq2 {
	BACKGROUND-IMAGE: url(/skin/2019/images/qq_2.gif)
}

UL.qqonline LI A.qq3 {
	BACKGROUND-IMAGE: url(/skin/2019/images/qq_3.gif)
}

UL.qqonline LI A.qq4 {
	BACKGROUND-IMAGE: url(/skin/2019/images/qq_4.gif)
}

/*在线QQ结束*/
.site_textarea {
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px;
	BACKGROUND: url(/skin/2019/images/kuan2.png) no-repeat left top;
	margin-top: 8px;
	PADDING-BOTTOM: 8px;
	PADDING-TOP: 8px;
	HEIGHT: 61px
}

.site_textarea TEXTAREA {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	OVERFLOW: hidden;
	WIDTH: 250px;
	COLOR: #b0b0b0;
	HEIGHT: 59px;
	BORDER-RIGHT-WIDTH: 0px
}