<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.jszcbox{
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 110px;
}
.jszcbox .jszcimg{
	width: 55px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	max-width: 1620px;
	margin: auto;
}

/*header*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99999;
	border-bottom: 1px solid #5b778e;
}

.navfix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.navfix a {
	color: #fff;
}

.header .section {
	position: relative;
	;
}

.header .logo {
	float: left;
	position: absolute;
	z-index: 9999999;
	top: 0;
	left: 0;height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header .logo img {
	display: block;
	transition: height 0.2s;
	-webkit-transition: height 0.2s;
}

.header .head-fr {
	float: right;
	width: 70%;
}

.header .menu {
	width: 100%;
	float: left;
}

.header .menu ul {
	width: 100%;
}

.header .menu ul li {
	float: left;
	position: relative;
	width: 11.25%;
	margin-left: 3%;
}

.header .menu ul li a {
	display: block;
	text-align: center;
	font-size: 17px;
	height: 90px;
	line-height: 90px;
	transition: height 0.2s;
	-webkit-transition: height 0.2s;
}

.header .menu ul li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.header .menu ul li a.on {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.header .menu ul li img {
	display: inline-block;
}

.b-search {
	width: 21px;
	height: 21px;
	margin-top: 35px;
	background: url(../s-search.png);
	float: right;
	position: relative;
	display: none;
}

.b-search .search {
	width: 210px;
	height: 35px;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #0064a8;
	position: absolute;
	z-index: 10;
	top: 40px;
	left: -30%;
	margin-left: -105px;
	opacity: 0;
	transition: opacity 1s;
}

.b-search .search input.username {
	width: 183px;
	max-width: 100%;
	float: left;
	border: none;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #c4c4c4;
	background: #fff;
	text-indent: 0.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.b-search .search input.da_button {
	width: 25px;
	max-width: 100%;
	float: left;
	border: none;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #CCC;
	background: #fff url(../s-search.png) no-repeat center center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.b-search:hover .search {
	visibility: visible;
	opacity: 1;
}

.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 100%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 100%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
}

.h60 {
	width: 100%;
	height: 60px;
	display: none;
}

.fixnav {
	background: #0064a8;
	border-bottom: 0;
}

.fixnav .section {
	border: 0;
}

.fixnav a {
	color: #fff;
}




.h60 {
	width: 100%;
	height: 60px;
	display: none;
}



.i-title {
	width: 100%;
	text-align: center;
}

.i-title h2 {
	font-size: 43px;
	color: #333333;
	padding: 20px 0;
}

.i-title p {
	color: #838383;
	font-size: 17px;
}

.banner-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}


.main-video {
	position: relative;
	overflow: hidden;
	height: 650px;
}

#container {
	width: 100%;
}

#background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 650px;
	width: 100%;
}

#video_cover {
	position: absolute;
	width: 100%;
	height: 650px;
	background: url('../banner_bg1.jpg') no-repeat center;
	background-size: cover;
}

#video_controls {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

#play img {
	width: 100px;
}

#pause img {
	width: 90px;
}

#pause {
	display: none;
}

#gray {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	display: none;
	z-index: 999999;
}

.popup {
	width: 800px;
	height: auto;
	background-color: #fff;
	position: fixed;
	z-index: 9999999;
	display: none;
}

.popup a.guanbi {
	background: url(../popup_guanbi.png) repeat;
	width: 25px;
	height: 25px;
	float: right;
	display: block;
	cursor: pointer;
}

.popup a.guanbi:hover {
	background: url(../popup_guanbi.png) repeat 0 -25px;
}

.tc_login {
	width: 800px;
}

.i-about {
	width: 100%;
	overflow: hidden;
	padding: 86px 0;
}

.i-about ul {
	width: 100%;
	overflow: hidden;
}

.i-about ul li {
	width: 31%;
	position: relative;
	padding-bottom: 50px;
	float: left;
}

.i-about .box {
	max-width: 385px;
}

.i-about dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.i-about dl dt {
	float: left;
}

.i-about dl dd {
	width: 65%;
	float: left;
	margin-left: 5%;
	font-size: 23px;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.i-about dl dt img {
	max-width: 100%;
	display: block;
}

.i-about ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #737373;
	padding-left: 15px;
	position: relative;
}

.i-about ul li p:before {
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	background: url("../dian.jpg");
	top: 8px;
	left: 0;
	position: absolute;
}

.i-about ul li a {
	display: block;
	width: 140px;
	position: absolute;
	bottom: 0;
	border: 1px solid #d8d9db;
	border-radius: 30px;
	height: 35px;
	line-height: 35px;
	background: #fff url("../case13.png") no-repeat 110px 12px;
	color: #1d1d1d;
	font-size: 15px;
	padding-left: 20px;
}


.i-about ul li:nth-child(3) .box {
	float: right;
}


.i-about ul li a:hover {
	background: #00a0e9 url("../case13-h.png") no-repeat 115px 12px;
	border: 1px solid #00a0e9;
	color: #fff;
}

.i-about ul li:nth-child(2) {
	margin: 0 3.5%;
}

.i-ab-nume {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	background: url("../i-solution.jpg") no-repeat top center;
	background-size: auto 100%;
}

.i-ab-nume ul {
	width: 100%;
	overflow: hidden;
}

.i-ab-nume ul li {
	width: 16.25%;
	float: left;
	border-right: 1px solid #6e9fc0;
}

.i-ab-nume ul li a {
	color: #fff;
}

.i-ab-nume ul li img {
	max-width: 80%;
	display: block;
	margin: 10px auto 30px auto;
}

.i-ab-nume ul li p {
	color: #fff;
	font-size: 20px;
	min-height: 56px;
	text-align: center;
	padding: 0 15px;
}

.i-ab-nume ul li a:hover span {
	color: #5fe037;
}

.i-ab-nume ul li:last-child {
	border-right: none;
}


/*i-product*/
.i-product {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

.i-product .pro-img-fl {
	width: 71%;
	float: left;
	border: 1px solid #d2d2d2;
}

.i-product .pro-img-fr {
	width: 27.3%;
	float: right;
}

.i-product .pro-img-fr .pro-img-top {
	width: 100%;
	border: 1px solid #d2d2d2;
}

.i-product .pro-img-fr .pro-img-bottom {
	width: 100%;
	border: 1px solid #d2d2d2;
	margin-top: 10px;
}

.i-product a {
	overflow: hidden;
	display: block;
}

.i-product img {
	width: 100%;
	margin: auto;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.i-product a:hover img {
	transform: scale(1.1);
}


.i-business {
	width: 100%;
	padding: 40px 0 60px 0;
	overflow: hidden;
	background: #fff;
}

.i-business-img {
	width: 100%;
	margin-top: 50px;
}

.i-business-img img {
	width: 100%;
}

.i-solution {
	width: 100%;
	padding: 40px 0 34px 0;
	background: #116db1;
	text-align: center;
}

.i-solution h2 {
	font-size: 37px;
	color: #fff;
	margin-bottom: 20px;
}

.i-solution a {
	display: block;
	width: 217px;
	border: 1px solid #fff;
	border-radius: 30px;
	height: 45px;
	line-height: 45px;
	background: url("../jt.png") no-repeat 150px 13px;
	margin: 5px auto;
	color: #fff;
	font-size: 17px;
}

.i-solution a:hover {
	background: #87ba43 url("../jt.png") no-repeat 160px 13px;
}

/*banner*/
.banner {
	width: 100%;
	margin-top: 90px;
	overflow: hidden;
}

.banner img {
	width: 100%;
	display: block;
	border: 0;
}

.main-class {
	width: 100%;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 8px #ccc;
}

.main-class a {
	color: #424242;
	display: inline-block;
	border-bottom: 5px solid #fff;
	font-size: 18px;
	padding: 30px 50px;
}

.main-class a.on {
	border-bottom: 5px solid #0064a8;
	color: #0064a8;
}


.n-title {
	width: 100%;
}

.n-title h1 {
	width: 100%;
	font-size: 48px;
	line-height: 45px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.n-title .s01 {
	color: #005ba0;
	font-weight: bold;
}

.n-title .s02 {
	color: #248e3e;
	font-weight: bold;
}

.n-title .s03 {
	font-size: 34px;
	color: #248e3e;
	display: block;
	margin-top: 40px;
}

.n-title .s04 {
	color: #999999;
	font-weight: bold;
}

.n-title .s05 {
	color: #292929;
}

.n-title h2 {
	width: 100%;
	color: #005ba0;
	font-size: 36px;
}

.n-title h5 {
	width: 100%;
	color: #292929;
	font-size: 36px;
	position: relative;
	padding-left: 38px;
}

.n-title h5:before {
	display: block;
	content: '';
	width: 25px;
	height: 7px;
	background: #0064a8;
	position: absolute;
	left: 0;
	top: 20px;
}

.n-title h6 {
	width: 100%;
	color: #dcdcdc;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
}




.box {
	width: 100%;
	overflow: hidden;
}

/*about*/
.main-about {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.main-about .ab-txt {
	width: 100%;
	font-size: 16px;
	margin: 50px 0;
	line-height: 28px;
	color: #6b6b6b;
}

.main-about .ab-txt p {
	padding-bottom: 10px;
}

.main-about .ab-img {
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	margin-top: 50px;
	color: #444;
}

.main-about .ab-img .ab-img-fl {
	width: 24.5%;
	float: left;
}

.main-about .ab-img .ab-img-mn {
	width: 51.5%;
	float: left;
	margin: 0 1%;
}

.main-about .ab-img .ab-img-fr {
	width: 21.5%;
	float: right;
}

.main-about .ab-img img {
	width: 100%;
	margin-bottom: 10px;
}



.main-industry {
	width: 100%;
	padding: 100px 0;
	background: #f4f4f4;
	overflow: hidden;
}

.main-industry .main-industry-fl {
	width: 30%;
	float: left;
}

.main-industry .main-industry-fl ul {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	margin-top: 50px;
}

.main-industry .main-industry-fl ul li {
	width: 48%;
	margin: 5px 1%;
	display: inline-block;
	vertical-align: top;
}

.main-industry .main-industry-fl ul li a {
	width: 97%;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	color: #171717;
}

.main-industry .main-industry-fl .box {
	width: 62px;
	height: 62px;
	margin: 10px auto;
	background: #0064a8;
	border-radius: 100%;
}

.main-industry .main-industry-fl ul li img {
	display: block;
	width: 40px;
	margin: 11px auto;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-industry .main-industry-fl ul li h4 {
	padding: 5px 0;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
}

.main-industry .main-industry-fl ul li a:hover .box {
	background: #248e3e;
}

.main-industry .main-industry-fl ul li a:hover img {
	transform: scale(1.1);
}

.main-industry .main-industry-fr {
	width: 68%;
	float: right;
}

.main-industry .main-industry-fr ul {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	margin-top: 50px;
}

.main-industry .main-industry-fr ul li {
	width: 44%;
	float: left;
	margin: 5px 3%;
}

.main-industry .main-industry-fr ul li a {
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	color: #3f3f3f;
}

.main-industry .main-industry-fr ul li img {
	width: 100%;
	display: block;
	margin: auto;
	background: #fff;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-industry .main-industry-fr ul li a:hover img {
	transform: scale(1.1);
}



.main-case {
	width: 100%;
	padding: 100px 0;
	background: #ffffff;
	overflow: hidden;
}

.main-case ul {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	margin-top: 50px;
}

.main-case ul li {
	width: 33.333%;
	margin: 20px 0;
	display: inline-block;
	vertical-align: top;
}

.main-case ul li a {
	width: 95%;
	margin: 0 auto;
	display: block;
	color: #3f3f3f;
	border: 1px solid #f4f4f4;
	text-align: center;
}

.main-case ul li img {
	width: 100%;
	display: block;
	margin: auto;
	background: #fff;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-case ul li h4 {
	padding: 20px 20px;
	font-size: 20px;
	line-height: 30px;
	min-height: 60px;
}

.main-case ul li a:hover img {
	transform: scale(1.1);
}

.main-case ul li a:hover {
	box-shadow: 0 0 10px #ccc;
}



.laboratory-box {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}

.laboratory-box dl {
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 20px;
	border-top: 5px solid #0855a1;
	margin-top: 50px;
	position: relative;
}

.laboratory-box dl dt {
	width: 45%;
	float: left;
	overflow: hidden;
}

.laboratory-box dl dt img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.laboratory-box dl dd {
	width: 58%;
	z-index: 10;
	position: absolute;
	top: 8%;
	right: 20px;
	box-shadow: 0 0 10px #ccc;
	border: 1px solid #eee;
}

.laboratory-box dl dd a {
	display: block;
	padding: 25px;
	background: #fff;
	color: #666;
}

.laboratory-box dl dd h2 {
	font-size: 35px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.laboratory-box dl dd p {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.laboratory-box dl dd a:hover {
	background: #116db0;
	color: #fff;
}


.laboratory-ul-box {
	width: 100%;
	overflow: hidden;
	background: url("../laboratory-ul-box.jpg") no-repeat;
	margin: 50px 0;
}

.laboratory-ul-box ul {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	margin-top: 50px;
}

.laboratory-ul-box ul li {
	width: 31.333%;
	background: #fff;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin: 10px 1%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.laboratory-ul-box ul li a {
	display: block;
	color: #3f3f3f;
	border: 1px solid #f4f4f4;
	text-align: center;
	position: relative;
}

.laboratory-ul-box ul li img {
	width: 100%;
	display: block;
	margin: auto;
	background: #fff;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.laboratory-ul-box ul li h4 {
	font-size: 22px;
	height: 100%;
	width: 50%;
	right: 8%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 10;
	top: 0;
	background: rgba(135, 186, 67, 0.75);
	color: #fff;
}

.laboratory-ul-box ul li em {
	display: block;
	width: 73px;
	height: 3px;
	bottom: 0;
	left: 0;
	background: #116db0;
	position: absolute;
}

.laboratory-ul-box ul li a:hover img {
	transform: scale(1.1);
}

.laboratory-ul-box ul li a:hover {
	box-shadow: 0 0 10px #ccc;
}

.laboratory-ul-box ul li a:hover h4 {
	opacity: 1;
}

.laboratory-ul-box ul li h4:before {
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -40px;
	background: #fff;
}




.service-title {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.service-box {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background: #f1f1f1;
}

.service-box .section {
	max-width: 1568px;
}

.service-box .box {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin: 60px 0;
}

.service-box .service-dl {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.service-box .service-dl img {
	max-width: 100%;
}

.service-box .service-dl dl {
	width: 90%;
	margin-left: 5%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-box .service-dl dl dt {
	width: 20%;
	padding: 48px 0;
	position: relative;
	background: #87ba43;
	float: left;
	overflow: hidden;
}

.service-box .service-dl dl dt h4 {
	font-size: 30px;
	text-align: center;
	padding: 0 10px;
}

.service-box .service-dl dl dt img {
	max-width: 50%;
	margin: 0 auto 25px auto;
	display: block;
}

.service-box .service-dl dl dd {
	width: 73%;
	margin: 0 0 0 5%;
}

.service-box .service-dl dl dd p {
	font-size: 18px;
	line-height: 35px;
}

.service-box .service-ul ul {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.service-box .service-ul ul li {
	width: 33%;
	margin: 5px 0;
	display: inline-block;
	vertical-align: top;
}

.service-box .service-ul ul li img {
	width: 100%;
	display: block;
	margin: auto;
}

.service-box .service-ul ul li:nth-child(2) {
	margin: 5px 0.5%;
}

.service-box .service06 img {
	max-width: 100%;
	margin: 25px auto;
}

.service01 p {
	width: 48%;
	margin: 0 1%;
	float: left;
}

.ser-bj01 {
	background: url("../service01.jpg") no-repeat;
	background-size: cover;
}

.ser-bj02 {
	background: url("../service05.jpg") no-repeat;
	background-size: cover;
}

.ser-bj03 {
	background: url("../service07.jpg") no-repeat;
	background-size: cover;
}

.ser-bj04 {
	background: url("../service11.jpg") no-repeat;
	background-size: cover;
}

/*鏂伴椈涓績*/
.main-news {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}

.main-news .box {
	margin-top: 40px;
}

.main-news dl {
	width: 100%;
	margin-bottom: 20px;
}

.main-news dl a {
	display: block;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.main-news dl dt {
	width: 25%;
	float: left;
	overflow: hidden;
}

.main-news dl dt img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-news dl dd {
	width: 73%;
	float: right;
}

.main-news dl dd h2 {
	font-size: 16px;
	color: #3a3a3a;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-news dl dd span {
	display: block;
	font-size: 35px;
	height: 35px;
	line-height: 35px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-style: normal;
}

.main-news dl dd h3 {
	color: #3a3a3a;
	font-size: 20px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 15px 0;
	overflow: hidden;
}

.main-news dl dd p {
	color: #868686;
	font-size: 15px;
	line-height: 24px;
	margin-top: 15px;
	padding-bottom: 20px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.main-news dl a:hover {
	background: #00599f;
}

.main-news dl a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.main-news dl a:hover h2,
.main-news dl a:hover h3,
.main-news dl a:hover p {
	color: #fff;
}

.main-news .main-news-fl {
	width: 73%;
	float: left;
}

.main-news .main-news-fl .news-title {
	width: 100%;
	font-size: 30px;
	color: #000;
	line-height: 45px;
	padding: 19px 0;
}

.main-news .main-news-fl .news-time {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
}

.main-news .main-news-fl .news-intro {
	width: 100%;
	padding-top: 20px;
	line-height: 30px;
	font-size: 15px;
	color: #333;
}

.main-news .main-news-fl .news-intro h3 {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.main-news .main-news-fl .news-intro p {
	padding: 5px 0;
}

.main-news .main-news-fr {
	width: 25%;
	float: right;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 20px;
}

.main-news .main-news-fr h4 {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}

.main-news .main-news-fr h4 span {
	display: block;
	float: left;
	border-bottom: 1px solid #00599f;
	font-size: 22px;
	color: #333;
	line-height: 22px;
	padding-bottom: 20px;
}

.main-news .main-news-fr dl a {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.main-news .main-news-fr dl dd h2 {
	font-size: 14px;
}

.main-news .main-news-fr dl dd span {
	font-size: 22px;
	margin-right: 5px;
}

.main-news .main-news-fr dl dd h3 {
	font-size: 15px;
	margin: 5px 0;
}

.main-news .main-news-fr dl dt {
	width: 35%;
}

.main-news .main-news-fr dl dd {
	width: 63%;
}





/*浜у搧涓績*/
.main-product {
	overflow: hidden;
	padding: 50px 0;
	background: #f1f1f1;
}

.main-product .main-product-memo {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}

.main-product .main-product-memo dl {
	width: 100%;
}


.main-product .main-product-memo dl dd {
	width: 100%;
	padding-top: 15px;
	line-height: 35px;
	font-size: 18px;
	color: #362d2d;
	float: right;
}


.product-class {
	width: 24%;
	overflow: hidden;
	float: left;
	margin: 40px 0.5%;
}

.product-class-title {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-top: 34.4%;
	position: relative;
}

.product-class-title span {
	left: 10%;
	font-size: 25px;
	color: #fff;
	line-height: 40px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
}

.product-class-ul {
	background: #fff;
	box-shadow: 0 0 8px #ccc;
	margin: 10px 0;
}

.product-class-ul {
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
}

.product-class-ul::-webkit-scrollbar {
	width: 5px;
	height: 15px;
}

.product-class-ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #b0b0b0;
}

.product-class-ul::-webkit-scrollbar-track {
	display: none
}

.product-class-ul li {

	font-size: 16px;
	color: #333;
	float: left;
	width: 100%;
}

.product-class-ul li a.cur-link {
	display: block;
	padding: 5px 35px 5px 10px;
	text-decoration: none;
	color: #fff;
	line-height: 26px;
	border-bottom: 1px solid #fff;
	background: #87ba43 url(../04.png) no-repeat right;
}

.product-class-ul li a.cur {
	background: #87ba43 url(../04_h.png) no-repeat right;
}

.product-class-ul li ul {
	display: none;
	background: #fff;
	padding: 0 2px;
}

.product-class-ul dl {
	width: 100%;
	background: #fff;
	padding: 7px 0;
	border-bottom: 1px solid #acacac;
}

.product-class-ul dl a {
	color: #616060;
	padding: 0 3px;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-class-ul dl dt {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-class-ul dl dt img {
	width: 100%;
}

.product-class-ul dl dd {
	width: 86%;
	display: flex;
	align-items: center;
	margin: 0 2%;
	font-size: 14px;
	line-height: 21px;
	min-height: 42px;
}

.product-class-ul dl a:hover {
	color: #6fb600;
}

.product01 {
	background: url("../p01.png") no-repeat;
	background-size: 100%;
}

.product02 {
	background: url("../p02.png") no-repeat;
	background-size: 100%;
}

.product03 {
	background: url("../p03.png") no-repeat;
	background-size: 100%;
}

.product04 {
	background: url("../p04.png") no-repeat;
	background-size: 100%;
}

.product05 {
	background: url("../p05.png") no-repeat;
	background-size: 100%;
}

.product06 {
	background: url("../p06.png") no-repeat;
	background-size: 100%;
}

.product07 {
	background: url("../p07.png") no-repeat;
	background-size: 100%;
}

.product08 {
	background: url("../p08.png") no-repeat;
	background-size: 100%;
}

.product09 {
	background: url("../p01.png") no-repeat;
	background-size: 100%;
}

.product10 {
	background: url("../p02.png") no-repeat;
	background-size: 100%;
}

.product11 {
	background: url("../p03.png") no-repeat;
	background-size: 100%;
}

.product12 {
	background: url("../p04.png") no-repeat;
	background-size: 100%;
}



/*鑱旂郴鎴戜滑*/
.main-contact {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}


.main-contact .con-content {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	background: #eeeeee;
	padding: 40px 40px;
	border-radius: 10px;
}

.con-content h3 {
	font-size: 35px;
	padding: 8px 0;
	color: #0e6baf;
}

.main-contact .con-content .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-contact .con-list {
	width: 48%;
}

.main-contact .con-list span {
	font-size: 22px;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 30px;
	color: #87ba43;
}

.main-contact .con-list p {
	font-size: 19px;
	padding-left: 44px;
	line-height: 40px;
	margin: 15px 0;
	color: #444;
	position: relative;
}

.main-contact .con-list p:before {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 10;
	background-size: 100%;
}

.main-contact .con-list p.icon01:before {
	background-image: url("../icon11.png");
}

.main-contact .con-list p.icon02:before {
	background-image: url("../icon12.png");
}

.main-contact .con-list p.icon03:before {
	background-image: url("../icon13.png");
}

.main-contact .con-list p.icon04:before {
	background-image: url("../icon14.png");
}

.main-contact .con-fr {
	width: 55%;
	float: right;
	border-radius: 15px;
	overflow: hidden;
}

.main-contact .con-fr img {
	width: 100%;
}

.main-contact .con-fr dl {
	width: 100%;
	background: #0062a6;
	overflow: hidden;
}

.main-contact .con-fr dl dt {
	width: 40%;
	float: right;
	height: 412px;
}

.main-contact .con-fr dl dt img {
	width: 100%;
	display: none;
}

.main-contact .con-fr .c-bj {
	background: url("../con01.jpg") no-repeat;
	background-size: auto 100%;
}

.main-contact .con-fr dl dd {
	width: 58%;
	padding: 20px 30px;
	float: left;
	color: #fff;
}

.main-contact .con-fr dl dd h2 {
	font-size: 50px;
	text-align: center;
	padding: 8px 0;
}

.main-contact .con-fr dl dd p {
	font-size: 16px;
	line-height: 28px;
	padding: 8px 0;
}

.main-contact .con-fr .box {
	margin-top: 40px;
}

.main-contact .con-fr .yq-fl {
	width: 40%;
	float: left;
}

.main-contact .con-fr .yq-fl img {
	max-width: 80%;
	margin: auto;
}

.main-contact .con-fr .yq-fr {
	width: 55%;
	float: right;
}


.main-contact ul {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-contact ul li {
	width: 49%;
	margin: 10px 0;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 10px #ccc;
	background: #fff;
	transition: 0.3s;
}

.main-contact ul li a {
	width: 97%;
	margin: 0 auto;
	display: block;
	color: #3f3f3f;
	border: 1px solid #f4f4f4;
	box-shadow: 0 0 10px #ccc;
	text-align: left;
}

.main-contact ul li img {
	width: 100%;
	display: block;
	margin: auto;
	background: #fff;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-contact ul li h4 {
	padding-left: 44px;
	font-size: 20px;
	line-height: 45px;
	margin-bottom: 10px;
}

.main-contact ul li p {
	font-size: 16px;
	padding-left: 38px;
	line-height: 40px;
	margin: 1px 0;
}

.main-contact ul li .icon15 {
	background: url("../icon15.png") no-repeat 0 6px;
}

.main-contact ul li .icon16 {
	background: url("../icon16.png") no-repeat 0 6px;
}

.main-contact ul li .icon17 {
	background: url("../icon17.png") no-repeat 2px 6px;
}

.main-contact ul li a:hover img {
	transform: scale(1.1);
}

.main-contact ul li:hover,
.main-contact ul li a:hover {
	background: #87ba43;
	color: #fff;
}

.main-contact .main-contact-ul .section {
	width: 86%;
	padding: 20px 0;
}

.main-contact ul li:nth-child(2) {}

.main-contact ul li a:hover .icon15 {
	background: url("../icon15-h.png") no-repeat 0 6px;
}

.main-contact ul li a:hover .icon16 {
	background: url("../icon16-h.png") no-repeat 0 6px;
}

.main-contact ul li a:hover .icon17 {
	background: url("../icon17-h.png") no-repeat 2px 6px;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	margin-right: 3px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages {
	background: #365ed0;
	color: #fff;
}

.foot-bj {
	background: url("../foot-bj.jpg") no-repeat top center;
	background-size: auto 100%;
	border-top: 5px solid #116db1;
}

.foot-box {
	width: 100%;
	overflow: hidden;
}

.foot-box .foot-logo {
	width: 20%;
	float: left;
}

.foot-box .foot-logo img {
	max-width: 100%;
}

.foot-box .foot-contact {
	width: 30%;
	float: left;
	margin-left: 2%;
}

.foot-box .foot-contact dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.foot-box .foot-contact dl dd {
	width: 83%;
	float: left;
}

.foot-box .foot-contact dl dd h3 {
	font-size: 19px;
	padding: 5px 0;
	color: #000;
}

.foot-box .foot-contact dl dd p {
	font-size: 15px;
	color: #303030;
}

.foot-box .foot-contact dl dd span {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0;
	color: #116db0;
}

.foot-box .foot-contact dl dt {
	width: 12%;
	float: left;
}

.foot-box .foot-contact dl dt img {
	max-width: 100%;
}

.foot-box .foot-form {
	width: 100%;
}

.foot-box .foot-form img {
	max-width: 100%;margin: auto;
}

.foot-bjj {
	background: url("../foot-bjj.jpg") no-repeat top center;
	background-size: 100%;
	padding: 10px 0;
	border-top: 5px solid #116db1;
}

.footer {
	width: 100%;
	color: #2c2c2c;
	line-height: 22px;
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px solid #c4c4c4;
}

.footer a {
	color: #2c2c2c;
}

.foot-bjj .footer {
	border-top: 0;
}

@media (max-width:1400px) {
	.header .logo {
		height: 70px;
	}
	
	.header .logo img {
		height: 55px;
	}
	.header .menu ul li a {
		font-size: 15px;
		height: 70px;
		line-height: 70px;
	}

	.b-search {
		margin-top: 25px;
	}

	.i-about {
		padding: 70px 0;
	}

	.i-ab-nume ul li p {
		font-size: 15px;
	}

	.i-ab-nume {
		padding: 60px 0;
	}

	.i-about ul li p {
		font-size: 16px;
	}

	.i-title h2 {
		font-size: 35px;
	}

	.i-title p {
		font-size: 15px
	}

	.i-solution h2 {
		font-size: 30px;
	}

	.i-solution a {
		width: 180px;
		height: 40px;
		line-height: 40px;
		background: url(../jt.png) no-repeat 130px 9px;
		font-size: 15px;
	}

	.main-class a {
		font-size: 17px;
		padding: 20px 40px;
	}

	.banner {
		margin-top: 70px;
	}

	.n-title h1 {
		width: 100%;
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 13px;
		;
	}

	.n-title .s03 {
		font-size: 28px;
		margin-top: 40px;
	}

	.n-title .s04 {
		font-weight: bold;
	}

	.n-title h2 {
		font-size: 30px;
	}

	.n-title h5 {
		font-size: 30px;
		padding-left: 38px;
	}

	.n-title h5:before {
		width: 20px;
		height: 4px;
		top: 17px;
	}

	.n-title h6 {
		font-size: 30px;
	}

	.main-industry .main-industry-fl ul li h4 {
		padding: 2px 0;
		font-size: 16px;
		line-height: 25px;
	}

	.main-case ul li h4 {
		padding: 15px 20px;
		font-size: 16px;
		line-height: 30px;
	}

	.main-product .main-product-memo dl dt {
		width: 100%;
		letter-spacing: 2px;
		font-size: 25px;
	}

	.main-product .main-product-memo dl dd {
		width: 100%;
		padding-top: 8px;
		line-height: 28px;
		font-size: 16px;
	}

	.service-box .service-dl dl dd p {
		font-size: 16px;
		line-height: 30px;
	}

	.service-box .service-dl dl dt h4 {
		font-size: 26px;
	}

	.main-contact .con-fl h3 {
		font-size: 30px
	}

	.main-contact .con-fl span {
		font-size: 18px;
		line-height: 25px;
	}

	.main-contact .con-fr dl dd h2 {
		font-size: 40px;
	}

	.main-contact .con-fr dl dd p {
		font-size: 15px;
	}

	.main-contact ul li h4 {
		font-size: 18px;
	}

	.main-contact ul li p {
		font-size: 15px;
	}
}


@media (max-width:1200px) {

	.main-about,
	.main-industry,
	.main-case {
		padding: 30px 0;
	}

	.service-box {
		padding: 10px 0 50px 0;
	}

	.header {
		z-index: 9999;
		height: 60px;
		background: #0064a8;
		box-shadow: 0 0 8px #ccc;
	}

	.header .section {
		width: 100%;
	}

	.m_menu {
		display: block;
	}

	.header .head-fr {
		width: 100%;
	}

	
	.header .logo {
		height: 60px;
		left: 10px;
	}
	
	.header .logo img {
		height: 48px;
	}
	
	.m_menu {
		background-size: 80%;
	}

	.header .menu ul li img {
		margin-top: 15px;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 60px;
		background: #00599f;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #1573bd;
		margin: 0;
	}

	.header .menu ul li a {
		padding: 0;
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		color: #fff;
	}

	.header .menu ul li a.on {
		border-bottom: 1px solid #fff;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.main-class a {
		font-size: 16px;
		width: 30.333%;
		padding: 10px 0;
		margin: 0 1%;
	}

	.b-search {
		display: none;
	}

	.banner {
		margin-top: 60px;
	}

	.n-title h1 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 13px;
		;
	}

	.n-title .s03 {
		font-size: 20px;
		margin-top: 20px;
	}

	.n-title .s04 {
		font-weight: bold;
	}

	.n-title h2 {
		font-size: 22px;
	}

	.n-title h5 {
		font-size: 22px;
		padding-left: 38px;
	}

	.n-title h5:before {
		width: 15px;
		height: 3px;
		top: 17px;
	}

	.n-title h6 {
		font-size: 20px;
	}

	.main-about .ab-txt {
		font-size: 14px;
		line-height: 25px;
	}

	.main-about .ab-txt p {
		padding-bottom: 5px;
	}

	.main-industry .main-industry-fl {
		width: 100%;
	}

	.main-industry .main-industry-fl ul li {
		width: 14.666%;
	}

	.main-industry .main-industry-fr {
		width: 100%;
		font-size: 0;
	}

	.main-industry .main-industry-fr ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 31.33%;
		margin: 5px 1%;
	}

	.main-product .main-product-memo dl dt {
		font-size: 30px;
	}

	.main-product .main-product-memo dl dd {
		line-height: 27px;
		text-align: center;
		font-size: 16px;
	}

	.product-class {
		width: 32.333%;
	}

	.laboratory-box dl dt {
		width: 100%;
		float: none;
	}

	.laboratory-box dl dd {
		width: 100%;
		position: static;
	}

	.laboratory-box dl dd h2 {
		font-size: 28px;
		height: 28px;
		line-height: 28px;
	}

	.laboratory-box dl dd p {
		font-size: 15px;
		line-height: 25px;
	}

	.service-box .service-dl dl dt h4 {
		font-size: 20px;
	}

	.main-contact .con-fl h3 {
		font-size: 26px
	}

	.main-contact .con-fl span {
		font-size: 16px;
		line-height: 25px;
	}

	.main-contact .con-fr dl dd h2 {
		font-size: 32px;
	}

	.main-contact .con-fr dl dd p {
		font-size: 14px;
	}

	.main-contact ul li h4 {
		font-size: 16px;
	}

	.main-contact ul li p {
		font-size: 14px;
	}

	.main-contact .con-fl p {
		font-size: 16px;
		padding-left: 44px;
		line-height: 40px;
	}
}


@media (max-width:1120px) {
	.laboratory-ul-box ul li {
		width: 48%;
	}
}


@media (max-width:1024px) {

	.main-industry .main-industry-fl ul li h4 {
		padding: 2px 0;
		font-size: 14px;
		line-height: 20px;
	}

	.product-class {
		width: 48%;
	}


}

@media (max-width:999px) {
	.service-box .service-dl dl dd p {
		font-size: 14px;
		line-height: 25px;
	}

	.laboratory-ul-box ul li h4 {
		font-size: 16px;
	}
}

@media (max-width:856px) {
	.i-ab-nume ul li {
		width: 33.33%;
		margin: 0;
		padding: 20px;
	}

	.i-ab-nume ul li:nth-child(3) {
		border-right: none;
	}

	.i-ab-nume ul li:nth-child(4) {
		border-top: 1px solid #6e9fc0;
	}

	.i-ab-nume ul li:nth-child(5) {
		border-top: 1px solid #6e9fc0;
	}

	.i-ab-nume ul li:nth-child(6) {
		border-top: 1px solid #6e9fc0;
	}

	.i-ab-nume ul li p {
		height: 60px;
	}

	.i-about dl {
		margin-bottom: 2px;
	}

	.i-about dl dd {
		width: 66%;
		font-size: 18px;
	}

	.i-about ul li p {
		font-size: 14px;
	}

	.main-industry .main-industry-fl ul li {
		width: 23%;
	}

	.main-case ul li {
		width: 50%;
	}
}

/*banner濯掍綋鏌ヨ*/
@media (max-width:768px) {
	.i-title h2 {
		font-size: 28px;
	}

	.i-business {
		padding: 20px 0 40px 0;
	}

	.i-about {
		padding: 40px 0;
	}

	.i-about ul li {
		width: 100%;
		padding-bottom: 0;
	}

	.i-about .box {
		width: 100%;
		max-width: none;
	}

	.i-about dl {
		width: 30%;
		float: left;
	}

	.i-about dl dt {
		width: 100%;
	}

	.i-about dl dt img {
		margin: auto;
	}

	.i-about dl dd {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.i-about .about-content {
		width: 55%;
		float: left;
	}

	.i-about ul li:nth-child(3) .box {
		float: left;
	}

	.i-about ul li p {
		font-size: 16px;
		min-height: auto;
		margin: 5px 0;
	}

	.i-about dl dd {
		font-size: 16px;
		line-height: 40px;
	}

	.i-about ul li:nth-child(2) {
		margin: 25px 0;
	}

	.i-about ul li a {
		right: 0;
		width: 8%;
		height: 100%;
		border: 1px solid #d8d9db;
		border-radius: 2px;
		text-transform: uppercase;
		background: #00a0e9 url(../case131.png) no-repeat right center;
		color: #fff;
		font-size: 0;
		padding-left: 0;
	}


	.foot-box {
	
	}

	.foot-box .foot-logo {
		width: 100%;
	}

	.foot-box .foot-logo img {
		max-width: 80px;
		margin: 15px auto;
	}

	.foot-box .foot-contact {
		width: 98%;
		margin: 0 1%;
	}

	.foot-box .foot-contact dl {
		width: 48%;
		float: left;
		margin: 10px 1%;
	}

	.foot-box .foot-contact dl dd span {
		font-size: 18px;
	}

	.foot-box .foot-contact dl dd {
		width: 81%;
		float: right;
	}

	.foot-box .foot-contact dl dd h3 {
		font-size: 14px;
		padding: 0;
	}

	.foot-box .foot-form {
		display: none;
	}

	.i-solution {
		padding: 30px 0;
	}

	.i-solution h2 {
		letter-spacing: 1px;
		font-size: 25px;
	}

	.i-solution a {
		width: 160px;
		height: 35px;
		line-height: 35px;
		background: url(../jt.png) no-repeat 110px 9px;
		font-size: 14px;
	}

	.product-class-title span {
		font-size: 22px;
	}

	.main-contact .con-fl {
		width: 100%;
		padding: 20px;
		height: auto;
	}

	.main-contact .con-fr dl dt {
		height: auto;
	}

	.main-contact .con-fr .yq-fl img {
		max-width: 100px;
	}

	.main-contact .con-fr {
		width: 100%;
		height: auto;
		margin: 10px 0;
	}

	.main-contact .con-fr dl dt img {
		display: block;
	}

	.main-contact .con-fr dl dt {
		width: 100%;
	}

	.main-contact .con-fr dl dd {
		width: 100%;
	}

	.main-contact .con-fr .yq-fl {
		width: 100%;
	}

	.main-contact .con-fr .yq-fr {
		width: 100%;
		text-align: center;
	}

	.main-contact ul li {
		width: 100%;
	}

	.main-contact .con-fl p {
		margin: 8px 0;
	}
}


@media (max-width:658px) {
	.i-about ul {
		width: 100%;
		max-width: none;
		margin: auto;
	}
    .main-contact .con-list {
        width: 100%;
        padding: 5px;
        height: auto;
    }
	.footer {
		text-align: center;
	}

	.footer .fr {
		display: block;
		width: 100%;
	}

	.i-ab-nume ul li {
		padding: 10px;
	}

	.i-ab-nume ul li img {
		max-width: 50%;
	}

	.i-ab-nume ul li p {
		font-size: 13px;
		padding: 0 5px;
	}

	.main-industry .main-industry-fl ul li {
		width: 31.333%;
	}

	.main-industry .main-industry-fl .box {
		width: 40px;
		height: 40px;
	}

	.main-industry .main-industry-fl ul li a {
		width: 97%;
		margin: 0 auto;
		padding: 5px 3px;
	}

	.main-industry .main-industry-fl ul li img {
		width: 20px;
	}

	.main-case ul li h4 {
		padding: 8px 20px;
		line-height: 22px;
		font-size: 14px;
	}

	.product-class {
		width: 100%;
		margin: 10px 0;
	}

	.product-class-ul {
		height: auto;
	}

	.laboratory-ul-box ul li {
		width: 100%;
		margin: 10px 0;
	}

	.service-box .service-dl dl {
		width: 90%;
		display: block;
		margin: 20px 5%;
	}

	.service-box .service-dl dl dt {
		width: 100%;
		padding: 10px 0;
		display: block;
		overflow: hidden;
		margin: 10px 0;
	}

	.service-box .service-dl dl dt img {
		max-width: 50px;
		margin: 15px auto;
	}

	.service-box .service-dl dl dd {
		width: 100%;
		display: block;
		margin: 10px 0;
		overflow: hidden;
	}

	.service01 p {
		width: 100%;
		margin: 0;
	}

	.main-contact .con-fl h3 {
		font-size: 24px
	}

	.main-contact .con-fl span {
		font-size: 16px;
		line-height: 25px;
	}

	.main-contact .con-fr dl dd h2 {
		font-size: 30px;
	}

	.main-contact .con-fr dl dd p {
		font-size: 15px;
	}

	.main-contact ul li h4 {
		font-size: 18px;
	}

	.main-contact ul li p {
		font-size: 15px;
	}

	.i-about ul li p {
		font-size: 14px;
	}

	.i-about ul li p:before {
		width: 4px;
		height: 4px;
		background: url(../dian.jpg);
		top: 11px;
		background-size: 100%;
	}

	.main-about .ab-img .ab-img-fl {
		width: 22.5%;
	}

}

@media (max-width:525px) {}

@media (max-width:428px) {}
</pre></body></html>