body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: "微软雅黑";
	min-width: 1280px;
	padding-top: 80px;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/MFYueHei_Noncommercial-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

section {
	box-sizing: border-box;
}

header {
	width: 100%;
	background-color: #FFFFFF;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	z-index: 9;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px #868383;
}

.headermain {
	width: 1200px;
	margin: auto;
}

.headermainlogo {
	height: 60px;
	float: left;
}

.headermainlb {
	float: left;
	margin-left: 5%;
}

.headermainlb a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #222222;
	margin-left: 50px;
	line-height: 60px;
}

.headermainlb .headermainlbxz:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #0163b8;
	position: absolute;
	bottom: 14px;
	left: 0;
}

.headermainlange {
	float: right;
	line-height: 60px;
	font-size: 14px;
}

.headermainlange a {
	color: #222222;
}

.headermainlange i {
	font-size: 22px;
	margin-right: 8px;
	float: left;
	line-height: 60px;
}

.headermainlange .headermainlangexz {
	color: #0163B8;
}

.indexn01 {
	width: 100%;
	padding: 120px 0;
}

.indexn01main {
	width: 1200px;
	margin: auto;
	position: relative;
}

.indexn01left {
	width: 45%;
}

.indexn01right {
	width: 47%;
	position: absolute;
	right: 0;
	top: -140px;
	z-index: 3;
}

.indexn01left h4 {
	font-size: 24px;
	color: #0163B8;
	line-height: 25px;
	margin-bottom: 20px;
	font-weight: bold;
}

.indexn01left div {
	margin-bottom: 40px;
}

.indexn01left div p {
	font-size: 14px;
	line-height: 28px;
}

.indexn01left a {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	transition: all 0.3s ease;
}

.indexn01left a i {
	color: #0163B8;
	margin-left: 5px;
	font-size: 20px;
	vertical-align: bottom;
}

.indexn01left a:hover {
	color: #0163B8;
}

.indexn02 {
	width: 100%;
	padding: 50px 0;
	position: relative;
}

.indexn02:after {
	content: '';
	width: 100%;
	height: 65%;
	background-color: #0163B8;
	position: absolute;
	left: 0;
	top: 0;
}

.indexn02main {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.indexn02tit {
	text-align: center;
	margin-bottom: 40px;
	color: #FFFFFF;
}

.indexn02tit h4 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 15px;
}

.indexn02tit p {
	font-size: 14px;
	line-height: 20px;
}

.indexn0lb {
	display: flex;
}

.indexn0lb div {
	flex: 1;
	margin-right: 20px;
	background-color: #FFFFFF;
	transition: all 0.3s ease;
}

.indexn0lb div:hover {
	transform: scale(1.01);
	box-shadow: 0px 0px 8px #aaaaaa;
}

.indexn0lb div:nth-child(4) {
	margin-right: 0;
}

.indexn0lb div img {
	width: 100%;
	display: block;
}

.indexn0lb div p {
	border: 1px solid #dddddd;
    text-align: center;
    line-height: 25px;
    padding: 25px 0;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    background-color: #ffffff;
}

.indexn0lb div p:after {
	width: 100px;
	height: 7px;
	background-color: #0163B8;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	margin: auto;
}

.indexn03 {
	width: 100%;
	background-color: #f5f5f5;
	padding: 50px 0;
}

.indexn03tit {
	text-align: center;
	margin-bottom: 40px;
}

.indexn03tit h4 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #222222;
}

.indexn03tit p {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.indexn03main {
	width: 1200px;
	margin: auto;
}

.indexn03lb {
	width: 100%;
}

.indexn03lb a {
	display: block;
	width: 23%;
	float: left;
	margin-right: 2.666%;
	margin-bottom: 20px;
	position: relative;
	background-color: #FFFFFF;
}

.indexn03lb a:nth-child(4n) {
	margin-right: 0;
}

.indexn03lb a img {
	width: 100%;
	height: 211px;
	display: block;
}

.indexn03lb a p {
	width: 100%;
	padding: 0 20px;
	line-height: 40px;
	color: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.2s ease;
}
.indexn03lb a p span{
	max-width: 90%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.indexn03lb a p i {
	float: right;
	font-size: 18px;
	color: #666666;
}

.indexn03lb a:hover>p {
	background-color: #0163B8;
	color: #FFFFFF;
}

.indexn03lb a:hover>p i {
	color: #FFFFFF;
}

.ckgd {
	width: 130px;
	line-height: 40px;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 16px;
	background-color: #0163B8;
	color: #FFFFFF;
	margin-top: 30px;

	transition: all 0.3s ease;
}

.ckgd i {
	transition: all 0.3s ease;
}

.ckgd:hover {
	border-radius: 20px;
	background-color: #000000;
}

.ckgd:hover>i {
	margin-left: 8px;
}

.indexn04 {
	width: 100%;
	padding: 50px 0;
}

.indexn04main {
	width: 1200px;
	margin: auto;
	padding: 50px;
	background: url(../images/syimg6.jpg) center center no-repeat;
}

.indexn04lb1 {
	width: 23%;
	float: left;
	text-align: center;
	margin-right: 2.666%;
	position: relative;
}

.indexn04lb1:nth-child(4n) {
	margin-right: 0;
}

.indexn04lb1 div {
	position: relative;
	width: 60px;
	height: 106.6px;
	margin: 0 auto;
	background-color: #ffffff;
	transform: rotateZ(90deg);
}

.indexn04lb1 div:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 59px;
	border-width: 53.3px 35px;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
}

.indexn04lb1 div:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 59px;
	border-width: 53.3px 35px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	top: 0;
}
.indexn04lb1 i{
	font-size: 50px;
	color: #0163B8;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
}
.indexn04lb1 h4{
	font-size: 15px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 25px;
	color: #FFFFFF;
	position: relative;
}
.indexn04lb1 h4:after{
	content: '';
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -12px;
}
.indexn04lb1 p{
	font-size: 14px;
	line-height: 23px;
	color: #FFFFFF;
}
.indexn04lb{
	padding-top: 15px;
}
.indexn05{
	width: 100%;
	padding-bottom: 50px;
}
.indexn05main{
	width: 1200px;
	margin: auto;
}
.indexn05tit {
	text-align: center;
	margin-bottom: 40px;
	color: #222222;
}

.indexn05tit h4 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 15px;
}

.indexn05tit p {
	font-size: 14px;
	line-height: 20px;
}
.indexn05lb{
	width: 100%;
}
.indexn05lb img{
	width: 18%;
	height: 140px;
	float: left;
	margin-right: 2.5%;
	display: block;
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.indexn05lb img:nth-child(5n){
	margin-right: 0;
}
.indexn06lb{
	width: 100%;
}
.indexn06lb a{
	display: block;
	width: 31.33%;
	float: left;
	position: relative;
}
.indexn06lb a:nth-child(3n-1){
	margin: 0 3%;
}
.indexn06lb a img{
	display: block;
	width: 100%;
	height: 230px;
}
.indexn06lb a div{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 15px;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.3s ease;
}
.indexn06lb a div h4{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 3px;
}
.indexn06lb a div p{
	font-size: 13px;
	color: #FFFFFF;
	line-height: 15px;
}
.indexn06lb a:hover> div{
	background-color: rgba(0,99,184,1);
}
footer{
	width: 100%;
	background-color: #1f1f1f;
	padding: 50px 0;
}
.footer{
	width: 1200px;
	margin: auto;
}
.footerleft{
	float: left;
}
.footerleft img{
	height: 80px;
	margin-bottom: 25px;
}
.footerleftlb p{
	font-size: 14px;
	line-height: 35px;
	color: #999999;
}
.footerleftlb p i{
	color: #FFFFFF;
	padding-right: 5px;
	margin-right: 8px;
	border-right: 1px solid #DDDDDD;
}
.footerright{
	float: right;
}
.footerright1{
	text-align: right;
}
.footerright1 a{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-left: 50px;
}
.footerright1 a:nth-child(1){
	margin-left: 0;
}
.footerright2{
	text-align: right;
	margin-top: 80px;
}
.footerright2 h4{
	font-size: 28px;
	color: #0063b8;
	line-height: 35px;
	margin-bottom: 10px;
}
.footerright2 p{
	font-size: 16px;
	line-height: 20px;
	color: #999999;
}
.bqsy{
	background-color: #000000;
	padding: 10px 0;
}
.bqsymain{
	width: 1200px;
	margin: auto;
}
.bqsymain p{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	float: left;
}
.bqsymain a{
	color: #999999;
}
.bqsymain h5{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	float: right;
}

.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	display: block;
}
.about{
	width: 100%;
	background-color: #eeeeee;
	padding: 80px 0;
}
.aboutmain{
	width: 80%;
	min-width: 1200px;
	margin: auto;
	padding: 30px;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.abouttit h4{
	font-size: 30px;
	color: #4f4e4e;
	line-height: 35px;
	border-left: 5px solid #2DC9E5;
	padding-left: 18px;
}
.abouttit p{
	font-size: 15px;
	color: #666666;
	padding-left: 25px;
	margin-top: 5px;
}
.abouttit{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #dddddd;
}
.aboutnr{
	width: 100%;
}
.aboutnr p{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #333333;
}
.aboutnr p img{
	max-width: 100%;
}
.mbx{
	width: 100%;
	line-height: 20px;
	color: #000000;
	font-size: 14px;
	margin: 35px 0;
}
.mbx a{
	color: #000000;
}
.product{
	width: 100%;
	padding-bottom: 80px;
}
.productmain{
	width: 1200px;
	margin: auto;
}
.productlb1{
	text-align: center;
	margin-bottom: 30px;
}
.productlb1 a{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #DDDDDD;
	font-size: 15px;
	color: #636363;
	margin: 5px 10px;
	transition: all 0.3s ease;
}
.productlb1 a:hover{
	background-color: #2DC9E5;
	color: #FFFFFF;
	border: 1px solid #2DC9E5;
}
.productlb1 .productlb1xz{
	background-color: #2DC9E5;
	color: #FFFFFF;
	border: 1px solid #2DC9E5;
}
.productlb2{
	width: 100%;
}
.productlb2 a{
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
	transition: all ease-out .3s;
}
.productlb2 a:nth-child(4n){
	margin-right: 0;
}
.productlb2cp{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.productlb2cp img{
	width: 100%;
	height: 200px;
	display: block;
	transition: all ease-out .3s;
}
.productlb2cp div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: rgba(255,255,255,.7) 10px solid;
	transition: all ease-out .3s;
	transform: scale(1.1);
}
.productlb2 a p{
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease-out .3s;
}
.productlb2 a:hover> .productlb2cp img{
	transform: scale(1.05);
}
.productlb2 a:hover> .productlb2cp div{
	transform: scale(1);
}
.productlb2 a:hover> p{
	background-color: #2DC9E5;
	color: #FFFFFF;
}
.productlb2 a:hover{
	-moz-box-shadow:0px 0px 15px #C2C2C2; -webkit-box-shadow:0px 0px 15px #C2C2C2; box-shadow:0px 0px 15px #C2C2C2;
}
.productdetleft {
	width: 400px;
	float: left;
}
.productdet{
	width: 1200px;
	margin: auto;
}
.productdetright{
	width: 54%;
	float: right;
}
.productdetright h4{
	font-size: 20px;
	color: #222222;
	margin-bottom: 10px;
}
.productdetright p{
	font-size: 15px;
	color: #666666;
	line-height: 22px;
}
.productdetright p span{
	color: #222222;
}
.prepro i {
	transform: rotateZ(180deg);
	display: inline-block;
}
.prosx{
	text-align: center;
	margin-top: 40px;
}
.prosx a{
	width: 30%;
	display: inline-block;
	font-size: 15px;
	color: #222222;
	margin: 0 20px;
	line-height: 20px;
	text-align: left;
}
.prosx .nextpro{
	text-align: right;
}
.prosx a i{
	line-height: 20px;
	float: left;
	font-weight: bold;
	margin: 0 5px;
}
.prosx .nextpro i{
	float: right;
}
.prosx a span{
	font-size: 15px;
	max-width: 80%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
}
.newlb{
	width: 100%;
}
.newlb a{
	width: 31.33%;
	float: left;
	margin-bottom: 30px;
	transition: all 0.5s ease;
}
.newlb a:nth-child(3n-1){
	margin: 0 3%;
	margin-bottom: 30px;
}
.newlb a img{
	width: 100%;
}
.newlb1{
	padding: 10px;
}
.newlb1 h4{
	font-size: 18px;
	line-height: 22px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	transition: all 0.5s ease;
}
.newlb1 h5{
	font-size: 14px;
	color: #666;
}
.newlb1 span{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #dddddd;
	margin: 10px 0;
	position: relative;
}
.newlb1 span:after{
	content: '';
	background-color: #2dc9e5;
	width: 0px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.8s ease;
}
.newlb1 p{
	font-size: 15px;
	line-height: 25px;
	height: 50px;
	color: #666;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 
}
.newlb a:hover>.newlb1 h4{
	color: #2dc9e5;
}
.newlb a:hover>.newlb1 span:after{
	width: 100%;
}
.newlb a:hover>.newlb1 span{
	background-color: #FFFFFF;
}
.newlb a:hover{
	-moz-box-shadow:0px 0px 15px #C2C2C2; -webkit-box-shadow:0px 0px 15px #C2C2C2; box-shadow:0px 0px 15px #C2C2C2;
}
.newsdetail{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #DDDDDD;
}
.newsdetail h4{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
}
.newsdetail p{
	font-size: 15px;
	color: #666666;
}
.newsdetail1{
	width: 100%;
}
.newsdetail1 p{
	font-size: 15px;
	line-height: 22px;
	color: #222222;
	margin-bottom: 5px;
	word-wrap: break-word;
	word-break: normal;
}
.contact1{
	width: 100%;
	margin: 50px 0;
}
.contact1left{
	width: 48%;
	float: left;
}
.contact1left h4{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #2dc9e5;
}
.contact1left h5{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 20px;
	font-weight: bold;
}
.contact1left p{
	font-size: 14px;
	line-height: 40px;
	padding-left: 30px;
	position: relative;
}
.contact1left p i{
	font-size: 18px;
	color: #666666;
	position: absolute;
	left: 0;
}
.contact1right{
	width: 42%;
	float: right;
}
.contact1right h4{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #2dc9e5;
}
.contact1right input{
	width: 100%;
	height: 35px;
	border: 1px solid #DDDDDD;
	padding: 0 10px;
	margin-bottom: 15px;
}
.contact1right textarea{
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #DDDDDD;
	outline: none;
	margin-bottom: 15px;
}
.tijiao{
	background-color: #2dc9e5;
	padding: 10px 40px;
	border: none;
	color: #FFFFFF;
	outline-style: none;
	font-size: 15px;
}
.contact_map{
	width:100%;height: 500px;margin-top:50px;
}
.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}

.fenye .active {
	background-color: #222222;
}

.fenye .current {
	color: #ffffff;
	background-color: #2dc9e5;
}

.fenye li a {
	color: #222222;
}
.mobilemenu{
	display: none;
}
.headermenu .headerlbxz{
	color: #2dc9e5;
}
.productnr{
	width: 100%;
	margin-top: 50px;
	border:1px solid #dddddd;
}
.productnrtit{
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	background-color: #0163b8;
	color: #ffffff;
}
.productnr1{
	padding: 10px;
}
.productnr1 p{
	font-size: 15px;
	line-height: 25px;
}


@media only screen and (max-width: 640px) {
	body{
		padding-top: 50px;
	}
	body, .aboutmain{
		min-width:100%;
	}
	.mobilemenu {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		right: 10px;
		top: 7.5px;
		overflow: hidden;
	}
	.mobilemenu span{
		width: 100%;
		height: 4px;
		background-color: #37a2ff;
		transition: all 0.3s ease;
	}
	.mobilemenu span:nth-child(1){
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobilemenu span:nth-child(2){
		position: absolute;
		left: 0;
		top: 13px;
	}
	.mobilemenu span:nth-child(3){
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.mobilemenuxz span:nth-child(2){
		left: -40px;
	}
	.mobilemenuxz span:nth-child(1){
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}
	.mobilemenuxz span:nth-child(3){
		transform:rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}
	.about {
		width: 100%;
		background-color: #eeeeee;
		padding: 20px 10px;
	}
	.aboutmain {
		width: 100%;
		padding: 15px;
	}
	.abouttit h4 {
		font-size: 23px;
		color: #4f4e4e;
		line-height: 28px;
		border-left: 5px solid #2DC9E5;
		padding-left: 10px;
	}
	.abouttit p {
		font-size: 15px;
		color: #666666;
		padding-left: 15px;
		margin-top: 2px;
	}
	.abouttit {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dotted #dddddd;
	}
	.aboutnr p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
		color: #333333;
	}
	.product {
		width: 100%;
		padding-bottom: 20px;
	}
	.productmain {
		width: 100%;
		margin: auto;
		padding: 0 10px;
	}
	.mbx {
		width: 100%;
		line-height: 20px;
		color: #000000;
		font-size: 14px;
		margin: 15px 0;
	}
	.productlb2 a {
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 15px;
		transition: all ease-out .3s;
	}
	.productlb1 a {
		padding: 7px 20px;
		margin: 5px 3px;
	}
	.newlb a {
		width: 100%;
		float: left;
		margin-bottom: 15px;
		transition: all 0.5s ease;
	}
	.productdet {
		width: 100%;
		margin: auto;
	}
	.productdetleft {
		width: 100%;
		float: left;
	}
	.ms-container{
		max-width: 100% !important;
	}
	.ms-basic-view{
		width: 100% !important;
	}
	.ms-thumb-list{
		display: none;
	}
	.productdetright {
		width: 100%;
		float: right;
		margin-top: 10px;
	}
	.productdetright h4 {
		font-size: 17px;
		color: #222222;
		margin-bottom: 5px;
		line-height: 20px;
	}
	.prosx a {
		width: 100%;
		display: inline-block;
		font-size: 15px;
		color: #222222;
		margin: 10px 0;
		line-height: 20px;
		text-align: left;
	}
	.prosx .nextpro {
		text-align: left;
	}
	.prosx .nextpro i {
		float: left;
	}
	.contact1 {
		width: 100%;
		margin: 20px 0;
	}
	.contact1left {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	.contact1right {
		width: 100%;
		float: right;
	}
	.contact_map {
		width: 100%;
		height: 300px;
		margin-top: 30px;
	}
	.headermenu .headerlbxz {
		color: #ffffff;
		background-color: #2dc9e5;
	}
	.headermain {
		width: 100%;
		margin: auto;
	}
	.footer {
		width: 100%;
		margin: auto;
	}
	header {
		height: 50px;
		padding: 5px 0;
		z-index: 9;
		box-sizing: border-box;
		box-shadow: 0px 2px 5px #868383;
	}
	.headermainlogo {
		height: 40px;
		float: left;
		margin-left: 10px;
	}
	.headermainlb {
		float: left;
		margin-left: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		background: #ffffff;
		left: 0;
		top: 0;
		max-height: 0;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.headermainlb a {
		position: relative;
		display: inline-block;
		font-size: 15px;
		color: #222222;
		margin-left: 0;
		line-height: 50px;
		width: 100%;
		text-align: center;
	}
	.headermainlb .headermainlbxz{
		background-color: #0163b8;
		color: #ffffff;
	}
	.headermainlb .headermainlbxz:after{
		display: none;
	}
	.headermainlange {
		float: right;
		line-height: 40px;
		font-size: 14px;
		margin-right: 55px;
	}
	.headermainlange i {
		font-size: 20px;
		margin-right: 4px;
		float: left;
		line-height: 40px;
	}
	.indexn01 {
		width: 100%;
		padding: 20px 10px;
	}
	.indexn01main {
		width: 100%;
		margin: auto;
		position: relative;
	}
	.indexn01left {
		width: 100%;
	}
	.indexn01left h4 {
		font-size: 20px;
		color: #0163B8;
		line-height: 25px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.indexn01left div {
		margin-bottom: 25px;
	}
	.indexn01right {
		width: 100%;
		position: initial;
		right: 0;
		top: 0;
		z-index: 3;
		margin-top: 20px;
	}
	.indexn02 {
		width: 100%;
		padding: 20px 10px;
		position: relative;
	}
	.indexn02main {
		width: 100%;
		margin: auto;
		position: relative;
		z-index: 1;
	}
	.indexn02tit {
		text-align: center;
		margin-bottom: 20px;
		color: #FFFFFF;
	}
	.indexn02tit h4 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.indexn02tit p {
		font-size: 13px;
		line-height: 20px;
	}
	.indexn0lb {
		display: block;
	}
	.indexn0lb div {
		flex: 1;
		margin-right: 0;
		background-color: #FFFFFF;
		transition: all 0.3s ease;
		width: 48%;
		display: inline-block;
		float: left;
		margin: 0 1%;
		margin-bottom: 10px;
	}
	.indexn0lb div p {
		border: 1px solid #dddddd;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		padding: 15px 0;
		font-size: 15px;
		position: relative;
		background-color: #ffffff;
	}
	.indexn0lb div p:after {
		width: 75px;
		height: 7px;
		background-color: #48a8fb;
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: -4px;
		margin: auto;
	}
	.bqsymain {
		width: 100%;
		margin: auto;
	}
	.indexn03 {
		width: 100%;
		background-color: #f5f5f5;
		padding: 20px 10px;
	}
	.indexn03 {
		width: 100%;
		background-color: #f5f5f5;
		padding: 20px 10px;
	}
	.indexn03main {
		width: 100%;
		margin: auto;
	}
	.indexn03tit {
		text-align: center;
		margin-bottom: 20px;
		color: #FFFFFF;
	}
	.indexn03tit h4 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.indexn03tit p {
		font-size: 13px;
		line-height: 20px;
	}
	.indexn03lb a {
		display: block;
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
		position: relative;
		background-color: #FFFFFF;
	}
	.indexn03lb a img{
		width: 100%;
		height: auto;
	}
	.indexn03lb a p {
		width: 100%;
		padding: 0 20px;
		line-height: 35px;
		color: #ffffff;
		position: absolute;
		left: 0;
		bottom: 0;
		font-size: 14px;
		transition: all 0.2s ease;
		background: #0163b8;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.indexn03lb a p i {
		float: right;
		font-size: 18px;
		color: #ffffff;
	}
	.ckgd {
		width: 120px;
		line-height: 40px;
		display: block;
		margin: auto;
		text-align: center;
		font-size: 15px;
		background-color: #0163B8;
		color: #FFFFFF;
		margin-top: 10px;
		transition: all 0.3s ease;
	}
	.indexn04 {
		width: 100%;
		padding: 0;
	}
	.indexn04main {
		width: 100%;
		margin: auto;
		padding: 20px;
		background: url(../images/syimg6.jpg) center center no-repeat;
		background-size: auto 100%;
	}
	.indexn04lb1 {
		width: 100%;
		float: left;
		text-align: center;
		margin-right: 0;
		position: relative;
		margin-bottom: 20px;
	}
	.indexn05main {
		width: 100%;
		margin: auto;
		padding: 0 10px;
	}
	.indexn05 {
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.indexn05tit {
		text-align: center;
		margin-bottom: 20px;
	}
	.indexn05tit h4 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.indexn05tit p {
		font-size: 13px;
		line-height: 20px;
	}
	.indexn05lb img {
		width: 48%;
		height: 120px;
		float: left;
		margin-right: 0;
		display: block;
		border: 1px solid #eeeeee;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.indexn05lb img:nth-child(2n){
		float: right;
	}
	.indexn06lb a {
		display: block;
		width: 100%;
		float: left;
		position: relative;
	}
	.indexn06lb a:nth-child(3n-1) {
		margin: 10px 0;
	}
	.indexn06main{
		padding: 0;
	}
	.indexn06lb a img{
		height: auto;
	}
	footer {
		width: 100%;
		background-color: #1f1f1f;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.footerleft img {
		height: 50px;
		margin-bottom: 15px;
	}
	.footerleft {
		float: left;
		width: 100%;
	}
	.footerright{
		width: 100%;
	}
	.footerright1{
		display: none;
	}
	.footerright2 {
		text-align: left;
		margin-top: 10px;
	}
	.footerright2 h4 {
		font-size: 24px;
		color: #0063b8;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.footerright2 p {
		font-size: 15px;
		line-height: 20px;
		color: #999999;
	}
	.bqsy {
		background-color: #000000;
		padding: 10px;
		text-align: center;
	}
	.bqsymain h5 {
		width: 100%;
	}
	section{
	overflow: hidden;
}
.productlb2cp img{
	height: auto;
}
.productnr {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #dddddd;
}
.contact1left p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}


}

@media only screen and (max-width: 375px){
	.indexn05lb img {
		height: 110px;
	}
	
	

}

@media only screen and (max-width: 360px){
	.indexn05lb img {
		height: 100px;
	}
	
	

}

@media only screen and (max-width: 320px){
	.indexn05lb img {
		height: 90px;
	}
	
	

}