/*样式重置*/
ol, ul, li {
  list-style: none;
}
a{text-decoration:none; color:#333; outline:none; transition:cubic-bezier(0.215,.61,.355,1) .45s;}
img {
  max-width: 100%;
  vertical-align: middle;
}
table {
	border-collapse: collapse;
}
input,button,select,textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
}
@media only screen and (min-width: 720px) and (max-width: 1280px) {
	body{
		min-width: 1280px;
	}
}
/*公共宽度*/
.pw1040 {
	width: 1040px;
	margin: 0 auto;
}
.pw1100 {
	width: 1100px;
	margin: 0 auto;
}
.pw1200 {
	width: 1200px;
	margin: 0 auto;
}
.pw1450 {
	width: 1450px;
	margin: 0 auto;
}
.pw1400 {
	width: 1400px;
	margin: 0 auto;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
/*清除浮动*/
.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.header {
  background: #0093dd;
  padding: 15px 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}

.header-nav {
  float: left;
}

.header-nav>li {
  float: left;
  position: relative;
  margin-right: 25px;
  font-size: 14px;
  line-height: 32px;
}

.header-nav>li>a {
  color: #fff;
  padding-bottom:6px;
}

.header-nav>li:hover>a {
  color: #21275c;
}
.header-nav>li.header-nav>a,.header-nav>li>a:hover{
	border-bottom: 1px solid #fff;
}
.header-nav>li:hover .sub {
  display: block;
}

.header-nav .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 130px;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  margin-left:-36px;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

.header-nav .sub a {
  color: #4d4948;
}

.header-nav .sub a:hover {
  color: #5F5D5D;
}

.header-search {
  float: right;
  width: 150px;
  height: 32px;
  position: relative;
  border-radius: 15px;
}

.header-search .i1 {
	width: 150px;
	height: 32px;
	border-radius: 15px;
	background: #0093dd;
	padding: 0 32px 0 10px;
	color: #fff;
	border: 1px solid #cce3f3;
}

.header-search .i1::-webkit-input-placeholder {
  color: #fff;
}

.header-search .i2 {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
  top: 0;
  background: url('../images/search.png') no-repeat center center;
  cursor: pointer;
}

.header-table {
	float: right;
	margin-right: 30px;
	border-right: 1px solid #fff;
	height:18px;
}

.header-weixin {
	float: left;
	text-align: center;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	width: 70px;
	line-height: 32px;
	cursor: pointer;
}
.header-weixin:hover .sub {
	display: block;
	margin-left: -28px;
	width: 120px;
}
.header-weixin .sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	text-align: center;
	line-height: 2;
	font-size: 14px;
}
.header-weixin .sub a {
	color: #332C2B;
}

.header-language {
  float: left;
  width:80px;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 13px;
  line-height: 32px;
  padding-left:0px;
  cursor: pointer;
  margin-top:0px;
}

.header-language:hover .sub {
  display: block;
  width:80px;
  margin-left:-4px;
}

.header-language .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  text-align: center;
  line-height: 2;
  font-size: 14px;
}

.header-language .sub a {
  color: #332C2B;
}

.yuyan {
  float:left;margin-left:50px;margin-top:20px;display:block;
  display:none;
}

.logo {
	background: #ffffff;
	padding-top: 110px;
	padding-bottom: 50px;
	display:none;
}

.logo .i1 {
  float: left;
  width:70%;
}

.logo1-box {
  height: 1px;
}

.logo1 {
    display: none;
  }

.selector {
  z-index: 99999;
}

.logo .i2 {
  float: left;
  margin-left: 20px;
  margin-top: 2px;
}

.logo-menu {
  display: none;
  float: right;
  width: 34px;
  height: 34px;
  background: #0093dd;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-top: 14px;
  padding-top: 9px;
}

.logo-menu span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 4px;
  background: #ffffff;
  border-radius: 2px;
}
.index-title {
  text-align: center;
  padding-top:40px;
}

.index-title h2 {
  font-size: 30px;
  color:#0093dd;
}

.index-title h3 {
  font-size: 24px;
  color:#4d4948;
  font-weight:normal;
  padding-top:6px;
}

.index-title h4 {
  font-size: 16px;
  font-weight:normal;
}

.index-title h1 {
  font-size: 26px;
  font-weight:normal;
  padding-top:10px;
}

.index-title span {
  display: block;
  width: 50px;
  height: 2px;
  background: #21275c;
  margin: 30px auto 0;
}

.index-title p{
	padding-top:10px;
	line-height:20px;
	font-size:16px;
}

.index01 {
  padding: 50px 0 60px;
  background: #ebf6fd;
  position: relative;
   text-align: center;
}
.index01-img {
	padding-top:50px;
	padding-bottom:20px;
	display:block;
	}
.index01-img img{
	width:9%;
}
.index01-img1 {
	padding-top:20px;
	padding-bottom:20px;
	display:none;
}
.index01-img1 img{
	width:25%;
}
.index02 {
	display:block;
	padding-top:20px;
	background: #ebf6fd;
}

.index02-1 {
	display:none;
}

.index02-1 img{
	padding-bottom:6px;
}

.index03 {
  padding: 20px 0 40px;
  position: relative;
  text-align: center;
}

.index113 {
  padding: 20px 0 40px;
  position: relative;
  text-align: center;
}
.index033 {
  padding: 20px 0 40px;
  position: relative;
  text-align: center;
  display:none;
}
.index04 .con {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 50%;
	width: 1300px;
	margin-left: -640px;
	text-align:center;
}
.index04 .con p {
	font-size: 16px;
	padding-bottom:20px;
	color:#fff;
	line-height:14px;
}

.index4 {
	margin: 0 auto;
	text-align:center;
	padding-bottom:60px;
	background: #cce3f3;
}

.index4-1 {
	margin: 0 auto;
	text-align:center;
	padding-bottom:60px;
	background: #cce3f3;
	display: none;
}

.index05 {
	display: none;
	color: #515b86;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 0px;
}

/*首页视频*/

.ivideo{
	padding: 70px 0;
	margin-top:6px;
	background: #cce3f3;
}

.ivideo01{
	margin-bottom: 35px;
}
.ivideo01-con{
	margin: 0 auto;
	width: 690px;
	height: 388px;/* 2025-7-7*/
	padding: 45px 0px 0px 0px;
}

.ivideo01-con01{
	/*width: 100%;*/
	width: 690px;;/* 2025-7-7*/
	height: 388px;
}
.ivideo01-con img{
	display: block;
	max-width: 100%;
}

/*首页视频2*/

.invideo{
	background: #cce3f3;
	display: none;
	margin-top:6px;
	padding-top: 70px;
	padding-bottom: 10px;
}

.invideo01{
	margin-bottom: 35px;
}
.invideo01-con{
	margin: 0 auto;
}

.invideo01-con01{
	width: 100%;
}
.invideo01-con img{
	display: block;
	max-width: 100%;
}

.index06 .con {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 50%;
	width: 1300px;
	margin-left: -640px;
	text-align:center;
}
.index06 .con p {
	font-size: 16px;
	color:#1f1a17;
	line-height:26px;
}

.index07 {
  text-align:center;
  margin-top:40px;
}
.index07 img {
  display: block;
}

.index07 .item {
  float: left;
  width: 240px;
  margin-right: 20px;
}

.index07 .item:nth-child(4sn) {
  margin-right: 0;
}
.index07-1 {
  display:none;
}
.index08 {
  text-align:center;
  padding-top:26px;
}
.index08 img {
  display: block;
}

.index08 .item {
  float: left;
  width: 240px;
  margin-right: 20px;
}

.index08 .item:nth-child(4sn) {
  margin-right: 0;
}
.index09 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom:40px;
	background: #cce3f3;
}
.index09 h2{
	font-size:40px;
	color:#515b86;
	font-weight:bold;
	padding-top:60px;
}

.index09 h3{
	font-size:28px;
	font-weight:bold;
	padding-bottom:50px;
}

.index09-item img {
	display: block;
	width: 100%;
}
.index09 .more a{
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #0093dd;
}
.one {
	height: 360px;
	width: 1260px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.one ul {
	height: 380px;
	width: 100000px;
	position: absolute;
	left: 0;
} /*ul width的宽不能过小*/
.one ul li {
	display: block;
	float: left;
	height: 380px;
	border-radius: 5px;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}
.index09-1 {
	display: none;
	background: #cce3f3;
}

.index09-1 .more{
	text-align:center;
}

.index09-1 .more a{
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #0093dd;
}

.image-container .more a{
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #0093dd;
}
.index10{
	padding-top: 100px;
	padding-bottom: 100px;
}

.index10-img{
	float: left;
	width: 548px;
	height: 589px;
}
.index10-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.index10-con{
	float: right;
	width: 600px;
	height: 589px;
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	padding-top: 30px;
}
.index10-con h2{
	font-size: 22px;
	color: #0093dd;
	margin-bottom: 30px;
}
.index10-con p{
	font-size: 16px;
	line-height:26px;
}
.index10-con .more a{
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #0093dd;
}
.index11 .con {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 50%;
	width: 1300px;
	margin-left: -640px;
	text-align:center;
}

.index11 {
	margin: 0 auto;
	text-align:center;
	color:#fff;
	padding-bottom:6px;
}

.index11 h2{
	font-size:30px;
	font-weight:bold;
	padding-bottom:20px;
}

.index11 p{
	font-size:15px;
	line-height:24px;
}
.index11-1 {
	display:none;
	padding-bottom:6px;
}
.index12 .con {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 50%;
	width: 1300px;
	margin-left: -640px;
	text-align:center;
}

.index12 {
	margin: 0 auto;
	text-align:center;
	padding-bottom:60px;
	color:#fff;
}

.index12 h2{
	font-size:35px;
	font-weight:bold;
	padding-top:80px;
	padding-bottom:10px;
}

.index12 h1{
	font-size:26px;
	font-weight: normal;
}

.index12 h3{
	font-size:50px;
	font-weight:bold;
	line-height:54px;
	padding-top:40px;
	color:rgba(211,211,211,0.5);
}
.index12-1 {
	display:none;
}
.inpro {
  text-align:center;
  background: #ebf6fd;
  padding-top:50px;
  padding-bottom:50px;
}
.inpro1 {
  text-align:center;
  padding-top:50px;
  padding-bottom:10px;
  display:none;
}
.pro-line {
	height:6px; background:#fff;
}
/*产品1*/
.image-container {
  position: relative;
  display: inline-block;
}
/*产品1*/
.image-container img {
  display: block;
  width: 372px; /* 或其他需要的尺寸 */
  height: 552px;
  margin-right:30px;
}
.image-container img:nth-child(3n){
  margin-right:0px;
}
.image-container h2{
  padding-top:20px;
  padding-bottom:20px;
  font-size:18px;
  padding-right:30px;
}
.image-container h2 a{
  color:#0093dd;
}
.image-container p{
  font-size:18px;
  line-height:36px;
}
/* 添加发光效果 */
.image-container p a{
	color:#fff;
	transition: filter 0.3s ease;
}
.image-container p a:hover{
	filter: drop-shadow(0 0 5px #75c5f0) drop-shadow(0 0 10px #75c5f0) drop-shadow(0 0 15px #75c5f0); 
}
.image-container .more{
	margin-top:-20px;
	margin-bottom:-10px;
	margin-right:30px;
}
.image-container .more:hover a{
	background-color: #0093dd;
	color: white;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 372px;
  height: 552px;
  background-color: rgba(0,147,221,0.9); /* 半透明黑色背景 */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0; /* 初始透明 */
  transition: opacity 0.5s ease; /* 平滑过渡效果 */
}
 
.image-container:hover .overlay {
  opacity: 1; /* 鼠标悬停时显示 */
}
/*产品2*/
.image1-container {
  position: relative;
  display: inline-block;
}
 
.image1-container img {
  display: block;
  width: 342px; /* 或其他需要的尺寸 */
  height: 508px;
  margin-right:20px;
}
.image1-container img:nth-child(3n){
  margin-right:0px;
}
.image1-container h2{
  padding-top:20px;
  padding-bottom:20px;
  font-size:17px;
  color:#0093dd;
  padding-right:20px;
}
.image1-container h2 a{
  color:#0093dd;
  cursor:default;
}
.image1-container p{
  font-size:18px;
  line-height:36px;
}
.image1-container p a{
	color:#fff;
	transition: filter 0.3s ease;
}
.image1-container p a:hover{
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 15px #fff); /* 添加发光效果 */
}
.image1-container .more a{
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-bottom: 30px;
	border: 1px solid #0093dd;
	cursor:default;
	margin-right: 20px;
}
.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 342px;
  height: 508px;
  background-color: rgba(0,147,221,0.7); /* 半透明黑色背景 */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0; /* 初始透明 */
  transition: opacity 0.5s ease; /* 平滑过渡效果 */
}
 
.image1-container:hover .overlay1 {
  opacity: 1; /* 鼠标悬停时显示 */
}
/*产品3*/
.image2-container {
	background: #ebf6fd;
  position: relative;
  display: inline-block;
}
 
.image2-container img {
  display: block;
  width: 100%; /* 或其他需要的尺寸 */
}
.image2-container h2{
  padding-top:20px;
  padding-bottom:20px;
  font-size:28px;
  color:#0093dd;
}
.image2-container h2 a{
  color:#0093dd;
  cursor:default;
}
.image2-container p{
  font-size:20px;
  line-height:36px;
}
.image2-container p a{
	color:#fff;
	transition: filter 0.3s ease;
}
.image2-container p a:hover{
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 15px #fff); /* 添加发光效果 */
}
.image2-container .more a{
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-bottom: 30px;
	border: 1px solid #0093dd;
	cursor:default;
}
.overlay2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 634px;
  background-color: rgba(0,147,221,0.7); /* 半透明黑色背景 */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0; /* 初始透明 */
  transition: opacity 0.5s ease; /* 平滑过渡效果 */
}
 
.image2-container:hover .overlay2 {
  opacity: 1; /* 鼠标悬停时显示 */
}
.index15 {
	margin: 0 auto;
	text-align:center;
	color:#fff;
}

.index15 .con {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 50%;
	width: 1300px;
	margin-left: -550px;
	text-align:left;
	text-shadow: 2px 2px 2px #000000;
}

.index15 h2{
	font-size:34px;
	font-weight:bold;
	padding-top:480px;
}

.index15 h3{
	font-size:20px;
	font-weight:normal;
	line-height:54px;
}

.index15 h1{
	display: inline-block;
	width: 120px;
	color: #0093dd;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 18px;
	border: 1px solid #0093dd;
	margin-bottom: 40px;
	margin-top: 670px;
}
.index15 h1 a{
	color: #0093dd;
}

.index15-1 {
	display:none;
}

.index15-2 {
	margin: 0 auto;
	text-align:center;
	color:#fff;
}

.index15-2 .con {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 50%;
	width: 1300px;
	margin-left: -660px;
	text-align:center;
}

.index15-2 h2{
	font-size:30px;
	font-weight:bold;
	padding-top:220px;
}
.index15-2 h3{
	font-size:26px;
	font-weight:normal;
	padding-top:20px;
	padding-bottom:30px;
}
.index15-2 h1{
	display: inline-block;
	width: 120px;
	color: #0093dd;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 18px;
	border: 1px solid #0093dd;
	margin-bottom: 40px;
	margin-top: 720px;
	font-weight:normal;
}
.index15-2 h1 a{
	color: #0093dd;
}
.index15-2 p{
	font-size:16px;
	line-height:30px;
}
.index16 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom:40px;
	background: #cce3f3;
}
.index16 p{
	font-size:16px;
	color:#4d4948;
	padding-top:10px;
}

.index16-item img {
	display: block;
	width: 100%;
}
.index16 .more {
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 0px;
	margin-bottom: 30px;
	border: 1px solid #0093dd;
}
.index16 .more:hover {
	background-color: #0093dd;
	color: white;
}
.index16 .more:hover a{
	background-color: #0093dd;
	color: white;
}
.index16 .more a{
	color: #0093dd;
}
.two {
	height: 380px;
	width: 1260px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.two ul {
	height: 380px;
	width: 100000px;
	position: absolute;
	left: 0;
} /*ul width的宽不能过小*/
.two ul li {
	display: block;
	float: left;
	height: 380px;
	border-radius: 5px;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}
.two p{
	font-size:16px;
}
.index16-1 {
	display: none;
	background: #cce3f3;
}

.index16-1 .more{
	text-align:center;
}

.index16-1 .more a{
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #0093dd;
}
.index17 {
padding: 30px 0 4px;
  position: relative;
   text-align: center;
   display:none;
}

.index18 {
	
}
.index19 {
padding: 30px 0 20px;
  position: relative;
   text-align: center;
   display:none;
}
.index20 {
	padding-top: 40px;
}

.index20-title {
  text-align: center;
  font-size: 18px;
  padding-top:30px;
  padding-bottom:50px;
}

.index20-title h2 {
  font-size: 40px;
  color:#0093dd;
}

.index20-title h3 {
  font-size: 32px;
  color:#4d4948;
  font-weight:normal;
}

.index20 .list {
  margin-bottom: 60px;
}

.index20 .item {
  float: left;
  width: 340px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.index20 .item:nth-child(4n) {
  margin-right: 0;
}

.index20 .item img {
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.5s;
}

.index20 .item:hover img{
	transform: scale(1.1);
}

.index20 .item h2 {
  font-size: 18px;
  color: #5F5D5D;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index20 .item p {
  font-size: 14px;
  color: #5F5D5D;
  text-align: justify;
  line-height: 1.4;
  height: 4.2em;
  overflow: hidden;
}

.index20 .item .date {
  position: absolute;
  right: 25px;
  top: 15px;
  background: rgba(0, 0, 0, .5);
  color: #ffffff;
  width: 75px;
  text-align: right;
  padding: 10px;
  line-height: 1.2;
}

.index20 .item .date .s1 {
  font-size: 20px;
}

.index20 .item .date .s2 {
  font-size: 14px;
}

.index20 .item .date .d1 {
  font-size: 0;
  margin-top: 10px;
}

.index20 .item .date .s3 {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  margin-left: 2px;
}
/*翻页*/
.filp{
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}
.filp li{
	display: inline-block;
	margin: 0 3px;
}
.filp a{
	display: block;
	border: 1px solid #0093dd;
	width: 26px;
	height: 26px;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	color: #0093dd;
}
.filp a:hover,.filpa a{
	color: #FFFFFF;
	border: 1px solid #0093dd;
	background-color: #0093dd;
}
/*内页标题*/
.ny-title{
	text-align: left;
	margin: 0 auto 0px;
}
.ny-title img{
	margin-top:0px;
}
.ny-title h2{
	color:#0093dd;	
	font-size: 28px;
	margin-bottom: 4px;
}
.ny-title h3{
	color:#4d4948;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5em;
}
/*内页详情*/
.about{
	background:#ebf6fd;
	padding-top:40px;
	padding-bottom:50px;
}
.about p{
	font-family:16px;
	line-height:30px;
}
.about .youshi{
	height:350px;
}
.about .youshi img{
	float:left;
	width:23.6%;
	margin-right:20px;
	margin-bottom:20px;
}
.about .youshi img:nth-child(4n) {
	margin-right:0px;
}
.about .youshi1{
	display:none;
}
.about .youshi1 img{
	width:100%;
	margin-bottom:10px;
}
.about .pc{
	display:block;
}
.about .pc img{
	padding-bottom:30px;
}
.about .sj{
	display:none;
	text-align:center;
}
.about .sj img{
	width:30%;
}
.about .factory {
	padding-bottom:50px;
}
.about .factory img{
	margin-right:10px;
	margin-bottom:10px;
	width:49.4%;
}
.about .factory img:nth-child(2n) {
	margin-right:0px;
}
.about .factory-1 {
	padding-bottom:10px;
	display:none;
}
.about .factory-1 img{
	margin-bottom:10px;
	width:100%;
}
.about .factory1 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom:10px;
	width:1100px;
}
.about .factory1-item img {
	display: block;
	width: 100%;
}
.about .factory1 .more a{
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 0px;
	margin-bottom: 30px;
	border: 1px solid #0093dd;
}
.three {
	height: 310px;
	width: 1100px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.three ul {
	height: 380px;
	width: 100000px;
	position: absolute;
	left: 0;
} /*ul width的宽不能过小*/
.three ul li {
	display: block;
	float: left;
	height: 380px;
	border-radius: 5px;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}

.about .factory1-1 {
	padding-bottom:30px;
	display:none;
}
.about .factory1-1 img {
	padding-bottom:10px;
	width:100%;
}

.about .team {
	text-align:center;
	margin:0 auto;
}
.about .team .gaodu{
	margin-bottom:30px;
	display:none;
}
.about .team img{
	width:98.4%;
}
.about .team1 {
	padding-bottom:320px;
}
.about .team1-img{
	float: left;
	width: 504px;
	height: 283px;
}
.about .team1-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.about .team1-con{
	float: right;
	width: 560px;
	height: 283px;
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	padding-top: 15px;
}
.about .team1-con h2{
	font-size: 20px;
	color: #0093dd;
	margin-bottom: 4px;
}
.about .team1-con p{
	font-size: 15px;
	line-height: 1.6em;
}
.about .team2 {
  padding: -90px 0 100px;
  margin-top:-30px;
  display:none;
}
.about .team2 p{
  display:block;
}
.team3 {
	margin-bottom:30px;
	display:none;
}
.team4 {
	margin-bottom:30px;
	display:block;
}
.about .team2-1 {
  float: left;
  position: relative;
}
.about .team2-2 {
  float: right;
}
.about .team2-22 {
  float: left;
  position: relative;
}
.about .team2-23 {
  float: right;
  position: relative;
}
.about .box {
	float:left;
	display:block;
	text-align:center;
	width:362px;
	height:188px;	
  background-color:#ebf6fd;
  border: 1px double #0093dd;
  color: #0093dd;
  transition: background-color 0.3s, color 0.3s;
}
.about .box p{
	font-size:16px;
	line-height:24px;
	padding-left:5px;
	padding-right:5px;
}
.about .box p a{
	color:#4d4948;
}
.about .box:hover {
  background-color: #0093dd;
  color: white;
}
.about .box:hover a{
  background-color: #0093dd;
  color: white;
}
.about .box1 {
	margin-bottom:10px;
	display:none;
	text-align:center;
	width:100%;
	height:159px;	
  background-color:#ebf6fd;
  border: 1px double #0093dd;
  color: #0093dd;
  transition: background-color 0.3s, color 0.3s;
}
.about .box1 p{
	font-size:16px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
}
.about .box1 p a{
	color:#4d4948;
}
.about .box1:hover {
  background-color: #0093dd;
  color: white;
}
.about .box1:hover a{
  background-color: #0093dd;
  color: white;
}
.contact{
	padding-bottom:40px;
}
.contact p{
	line-height:30px;
}
.contact1{
	margin-top:60px;
}
.contact1 h2{
	font-size:26px;
	color:#0093dd;
	padding-bottom:20px;
}
.contact1 p{
	font-size:20px;
}
.contact1 h1{
	font-size:20px;
	font-weight:normal;
}
.contact1 .line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4948;
	margin-top:50px;
	margin-bottom:50px;
}
.contact1 .more img{
	margin-bottom:10px;
}
.case-item{
	text-align: center;
}
/*.case-item li{
	float: left;
	width: 360px;
	margin-right: 10px;
	margin-bottom: 10px;
}*/
.case-item li{
	float: left;
	width: 545px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.case-item li:nth-child(2n){
	margin-right: 0;
}
.case-item h2{
	font-size: 18px;
	font-weight:normal;
	padding-top:10px;
}
.case-item p{
	font-size: 16px;
	padding-top:20px;
	padding-bottom:10px;
}
.case-img{
	width: 545px;
	height: 384px;
	overflow: hidden;
	border: 1px solid #eee;
}
.case-img img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s;
}
/*页尾*/
.footer{
	text-align: center;
	padding: 100px 0 0px;
}

/*底部*/
.bottom{
	padding: 110px 0 50px;
	color: #332C2B;
	display:block;
}
.bottom .pic{
	padding-bottom:50px;
	text-align:center;
}
.bottom .pic img{
	width:130px;
}
.bottom01 ul{
	text-align: center;
	font-size: 0;
}
.bottom01 li{
	display: inline-block;
	font-size: 16px;
	margin: 0 15px 5px;
}
.bottom01 li a{
	color:#332C2B;
}

/*底部2*/
.foot{
	padding: 50px 0 50px;
	color: #332C2B;
	display:none;
}
.foot p{
	font-size:12px;
}
.foot .pic{
	text-align:center;
	padding-bottom:30px;
}
.foot .pic img{
	margin-right:10px;
	width:130px;
}
.foot .pic img:nth-child(2n) {
	margin-right:0px;
}
.foot01 ul{
	text-align: center;
	font-size: 0;
}
.foot01 li{
	display: inline-block;
	font-size: 16px;
	margin: 0 15px 5px;
}
.foot01 li a{
	color:#332C2B;
}
/*留言*/
.message{
	padding: 60px 0;
	color: #332C2B;
}
.message-con{
	width: 730px;
	margin: 0 auto;
	float:left;
}
.message-con ::-webkit-input-placeholder{
	color: #332C2B;
}
.message-con ::-ms-input-placeholder{
	color: #332C2B;
}
.message-con .d1{
	float: left;
	width: 350px;
}
.message-con .d2{
	float: right;
	width: 350px;
}
.message-con .i1{
	display: block;
	width: 100%;
	height: 46px;
	border: 1px solid #332C2B;
	background: none;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #332C2B;
}
.message-con .i2{
	width:160px;
	cursor: pointer;
	margin-top:20px;
}
.message-con .i2:hover{
	background: #0093dd;
	color: #FEFEFE;
}
.message-con textarea{
	display: block;
	width: 100%;
	height: 178px;
	border: 1px solid #2e2264;
	background: none;
	resize: none;
	padding: 15px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #332C2B;
}
.ny{
	padding: 80px 0 90px;
}
/*内页面包屑*/
.ny-crumbs{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 50px;
	text-align: left;
}
.ny-crumbs .ny-crumbs-img{
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
}
.ny-crumbs .s1{
	display: block;
	width: 100%;
	height: 1px;
	background: #8B8B8C;
}
.ny-crumbs .s2{
	display: block;
	width: 200px;
	height: 3px;
	background: #FDD100;
	position: relative;
	margin: -2px auto 0;
}
.ny-crumbs p{
	margin-top: 10px;
	color: #5F5D5D;
	font-size: 14px;
}

.ny-crumbs h1{
	color: #0093dd;
	font-size: 28px;
	padding-bottom:10px;
}
/*内页面包屑2*/
.ny-crumbs1{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0px;
	text-align: left;
}
.ny-crumbs1 .ny-crumbs-img{
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
}
.ny-crumbs1 .s1{
	display: block;
	width: 100%;
	height: 1px;
	background: #8B8B8C;
}
.ny-crumbs1 .s2{
	display: block;
	width: 200px;
	height: 3px;
	background: #FDD100;
	position: relative;
	margin: -2px auto 0;
}
.ny-crumbs1 p{
	margin-top: 10px;
	color: #5F5D5D;
	font-size: 14px;
}

.ny-crumbs1 h1{
	color: #0093dd;
	font-size: 28px;
	padding-bottom:10px;
}
/*新闻*/
.ny-news{
	padding: 3em 0;
}
.ny-news .list{
	margin-bottom: 2em;
}
.ny-news .list .item a{
	display: block;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
.ny-news .list .item .time{
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 100%;
}
.ny-news .list .item a:hover .time{
	background: #0093dd;
}
.ny-news .list .item .time .time01{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.ny-news .list .item .time .time01 .s1{
	display: block;
	margin: 0 auto;
	font-family: impact;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	color: #999999;
}
.ny-news .list .item .time .time02{
	display:none;
}
.ny-news .list .item a:hover .time .time01 .s1{
	color: #FFFFFF;
}
.ny-news .list .item .time .time01 .s2{
	display: block;
	width: 4.5em;
	height: 1px;
	background: #999999;
	margin: 0.1em auto;
}
.ny-news .list .item a:hover .time .time01 .s2{
	background: #FFFFFF;
}
.ny-news .list .item .img{
	float: right;
	width: 320px;
	padding: 1.5em 0;
	transition: all 0.3s;
}
.ny-news .list .item a:hover .img{
	margin-right: 1em;
}
.ny-news .list .item .img img{
	display: block;
	width: 100%;
}
.ny-news .list .item .con{
	padding: 0 400px 0 300px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ny-news .list .item .con h2{
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.ny-news .list .item .con p{
	line-height: 1.8em;
	height: 3.6em;
	overflow: hidden;
}
.ny-newsx{
	padding-bottom: 3em;
}
.ny-newsx .title{
	text-align: center;
	margin-bottom: 2em;
}
.ny-newsx .title h2{
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.ny-newsx .title p{
	color: #999999;
}
.ny-newsx .title p .s1{
	margin: 0 1em;
}
.ny-newsx .con{
	line-height: 1.8em;
	margin-bottom: 3em;
}
.ny-newsx .con img{
	max-width: 100%;
}
.ny-newsx .conpage{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 1em;
	text-align: center;
}
.ny-newsx .conpage a{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.ny-newsx .conpage .prev{
	float: left;
	width: 40%;
	text-align: left;
}
.ny-newsx .conpage .next{
	float: right;
	width: 40%;
	text-align: right;
}
.ny-product-con li{
	float: left;
	width: 288px;
	height: 530px;
	margin-right: 16px;
	text-align: center;
	margin-bottom: 40px;
}
.ny-product-con li:nth-child(4n){
	margin-right: 0;
}
.ny-product-con a{
	display: block;
}

.ny-product-img{
	overflow: hidden;
	border: 1px solid #e5e5e5;
	margin-bottom: 5px;
	font-size: 0;
}
.ny-product-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.ny-product-con a:hover .ny-product-img img{
	transform: scale(1.05);
}

.ny-product-con h2{
	font-size: 18px;
	color: #4d4948;
	padding-top:20px;
}
.ny-product-con h3{
	font-size: 18px;
	color: #4d4948;
}
.ny-product-con .more{
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #0093dd;
}
ny-product-con .more a{
	color: #0093dd;
}
/*新海报*/
.banner .con {
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  width: 1360px;
  margin-left: -700px;  
  color:#fff;
}
.banner .con h1 {
	width:16%;
}
.banner .con h2 {
    font-size: 30px;
	padding-left:280px;
	padding-top:70px;
}
.banner .con h3 {
    font-size: 24px;
	font-weight:normal;
	padding-left:280px;
}

.flash img{ width: 100%;}
.flash ul.bxslider{list-style:none;display:none;}
.flash div.bx-pager{bottom: 4%;}
.flash div.bx-controls-direction{ display:none; }

.flash1{ display:none; }
.flash1 img{ width: 100%;}
.flash1 ul.bxslider{list-style:none;display:none;}
.flash1 div.bx-pager{bottom: 4%;}
.flash1 div.bx-controls-direction{ display:none; }

.flash2{ display:none; }
.flash2 img{ width: 100%;}
.flash2 ul.bxslider{list-style:none;display:none;}
.flash2 div.bx-pager{bottom: 4%;}
.flash2 div.bx-controls-direction{ display:none; }

.flash3 img{ width: 100%;}
.flash3 ul.bxslider{list-style:none;display:none;}
.flash3 div.bx-pager{bottom: 4%;}
.flash3 div.bx-controls-direction{ display:none; }

.line{
	width:100%;
	padding-top:60px;
}
.line .s1{
	display: block;
	width: 100%;
	height: 1px;
	background: #8B8B8C;
}
.height{
	height:200px;
}
.back {
	margin-top: 30px;
	margin-bottom: 60px;
	color: ##0093dd;
}
.back a {
	display: inline-block;
	color: #0093dd;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	border: 1px solid #0093dd;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
.header-weixin {
	display:none;
}

.header-language {
	display:none;
}
    .header-search {
	visibility:hidden;
  }
	body{
		font-size: 14px;
	}
	.pw1100{
		width: 100%;
		padding: 0 5px;
	}
	.pw1200{
		width: 100%;
		padding: 0 5px;
	}
	.pw1450{
		width: 100%;
		padding: 0 5px;
	}
	.pw1040{
		width: 100%;
		padding: 0 5px;
	}
  .container {
    width: 100%;
	padding: 0 5px;
  }
  .index01 {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
  }
  .index01-img {
	display:none;
}
.index01-img1 {
	display:block;
}
  .index02 {
	display:none;
  }
  .index02-1 {
	display:block;
  }
  .index03 h1{
	padding-top:30px;
  }
  .index113 {
	  display:none;
  }
.index033 {
  padding: 20px 0 40px;
  position: relative;
  text-align: center;
  display:block;
}
.index04 {
	  display:none;
}
.index05 {
	display: block;
}
.ivideo{
	padding: 70px 0;
	margin-top:6px;
	background: #cce3f3;
}

.ivideo01{
	margin-bottom: 35px;
}
.ivideo01-con{
	margin: 0 auto;
	width: 690px;
	height: 388px;/* 2025-7-7*/
	padding: 45px 69px 0px 70px;
}

.ivideo01-con01{
	width: 100%;
}
.ivideo01-con img{
	display: block;
	max-width: 100%;
}

/*首页视频2*/

..ivideo{
	padding: 70px 0;
	margin-top:6px;
	background: #cce3f3;
}

.ivideo01{
	margin-bottom: 35px;
}
.ivideo01-con{
	margin: 0 auto;
	width: 690px;
	height: 388px;/* 2025-7-7*/
	padding: 45px 69px 0px 70px;
}

.ivideo01-con01{
	width: 100%;
}
.ivideo01-con img{
	display: block;
	max-width: 100%;
}

/*首页视频2*/

.ivideo{
	display: none;
}

.invideo{
	display: block;
}

.invideo01-con{
	margin: 0 auto;
	width: 375px;
	height: 211px;/* 2025-7-8*/
	padding: 0px 0px 0px 0px;
}

.invideo01-con01{
	width: 100%;
	height: 100%;
}
.invideo01-con img{
	display: block;
	max-width: 100%;
}
.index06{
	display:none;
}

.index07 {
	display: none;
}
.index07-1 {
	display: block;
}
.index08 {
	display: none;
}
.index09 {display:none; }
.index09-1 { 
display:block;
padding-top:30px;
}
.index10{
	padding: 0px 0;
	text-align:center;
}
	.index10-img{
		width: 100%;
		height: auto;
	}
	.index10-con{
		width: 100%;
		height: auto;
		padding: 5px;
	}
	.index10-con h2{
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight:blod;
	}
	.index10-con p{
	font-size: 16px;
	line-height: 1.6em;
	text-align:center;
}
.index11 {
	display: none;
}
.index11-1 {
	display: block;
}
.index12 {
	display:none;
}
.index12-1 {
	display:block;
}
.inpro {
  display:none;
}
.inpro1 {
  display:block;
}
.index15 {
	padding-top:40px;
	padding-bottom:40px;
}
.index15 h2 {
	font-size: 26px;
}
.index15 h3 {
	font-size: 22px;
	font-weight: normal;
}
.index15 {
	display:none;
}
.index15-1 {
	display:block;
}
.index16 {
	display:none;
}
.index16-1 {
	display:block;
}
.index16-1 h2{
	display:none;
}
.index16-1 h1{
	display:none;
}
.index16-1 p{
	display:none;
}
.index17 {
	display:block;
}
.index18 {
	display:none;
}
.index19 {
	display:block;
	padding-top: 10px;
}
.index20 {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
  }
  .index20-title h2 {
    font-size: 20px;
  }
  .index20 .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .index20 .list {
  margin-bottom: 0px;
}
	.footer{
		padding: 0px 0;
	}
.footer img{
	padding-top:40px;
}
	.bottom{
		display:none;
	}
	
	.foot{
		display:block;
	}
	.foot01 li{
		font-size: 12px;
	}
  .banner .con {
    top: 30%;
    left: 10%;
    margin: 0;
	display:none;
  }
  .header {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .3) url('../images/close.png') no-repeat right 15px top 20px;
    background-size: 30px 30px;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .header>.container {
    position: absolute;
    left: -60%;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #B2B5B7;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    transition: all .5s;
    overflow-y: auto;
    padding-bottom: 80px;
  }
  .header>.container.in {
    left: 0;
  }
  .header-nav {
    float: none;
    margin: 20px 0 0;
  }
  .header-nav>li {
    float: none;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 2.2;
    padding-left: 20px;
  }
  .header-nav>li a {
    display: block;
    color: #ffffff;
  }
  .header-nav .sub {
    display: block;
    position: static;
    width: 100%;
    background: none;
    box-shadow: none;
    text-align: left;
    font-size: 14px;
    line-height: 2.2;
  }
  .header-nav .sub li {
    padding-left: 38px;
  }
  .header-nav .sub a {
    color: #ffffff;
  }
  .header-search {
    float: none;
    width: auto;
    margin: 30px 20px;
  }
  .header-search .i1 {
    width: 100%;
  }
  .header-language {
    float: none;
    width: 100%;
  }
  .header-language:after {
  display:none;
}
  .header-weixin {
	visibility:hidden;
  }
.header-table {
	display:none;
}
.yuyan {
	display:block;
}
  .logo {
    display: none;
  }
  .logo1 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9998;
    padding: 15px;
  }
  .logo1-box {
    height: 82px;
  }
  .logo .i1 {
    height: auto;
	width:50%;
  }
  .logo .i2 {
    display: none;
  }
  .logo-menu {
    display: block;
  }
  .index-title {
  font-size: 18px;
}

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

.index-title h1 {
  font-size: 17px;
  font-weight:bold;
}
.index-title p {
  font-size: 16px;
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}
.index-title1 {
  font-size: 18px;
}

.index-title1 h2 {
  font-size: 25px;
  font-weight:normal;
}

.index-title1 h1 {
  font-size: 19px;
}
  .index-title2 {
  text-align: left;
  font-size: 18px;
  padding-top:40px;
}

.index-title2 h2 {
  font-size: 26px;
  color:#4d4948;
  padding-bottom:80px;
  font-weight:normal;
}

.index-title2 h1 {
  font-size: 19px;
  font-weight:normal;
  color:#21275c;
}
.ny-news .list .item .time{
		display: none;
	}
	.ny-news .list .item .con{
		padding: 0 32% 0 0;
	}
	.ny-news .list .item .img{
		width: 30%;
		padding: 0.5em 0;
	}
	.ny-news .list .item .con h2{
		font-size: 1.2em;
	}
	.ny-news .list .item .con p{
		display: none;
	}
	.ny-newsx{
	padding-bottom: 3em;
	padding-top: 3em;
}
	.ny-newsx .title h2{
		font-size: 1.4em;
	}
	.ny-newsx .title{
		margin-bottom: 1em;
	}
	.ny-newsx .con{
		margin-bottom: 1.5em;
	}
.feedback{
		width: 100%;
		display:block;
	}
.overlay2{
	height:536px;
}
.ny-product-con li{
	width: 48.5%;
	margin-right:1%;
	margin-left:1%;
}
.ny-product-con li:nth-child(2n){
	margin-right:0px;
}
.ny-product-con h2{
	font-size: 16px;
	color: #4d4948;
	padding-top:20px;
}
.ny-product-con h3{
	font-size: 16px;
	color: #4d4948;
}
.ny-product-con .more{
	font-size: 13px;
	margin-bottom: 0px;
}
.ny{
	padding: 80px 0 0px;
}
.ny-title img{
	margin-bottom:40px;
	width:80%;
}
.ny-title h2{
	font-size: 20px;
}
.ny-title h3{
	font-size: 16px;
	font-weight:bold;
}
	.ny-crumbs p{
	padding-left: 10px;
}
.ny-crumbs h1{
	font-size: 26px;
}
.about .pc{
	display:none;
}
.about .sj{
	display:block;
}
.about .youshi{
	display:none;
}
.about .youshi1{
	display:block;
}
.about .factory {
	display:none;
}
.about .factory-1 {
	display:block;
}
.about .factory1 {
	display:none;
}
.about .factory1-1 {
	display:block;
}
.about .team1{
	padding: 0px 0;
	text-align:center;
}
	.about .team1-img{
		width: 100%;
		height: auto;
	}
	.about .team1-con{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.about .team1-con h1{
		font-weight:normal;
	}
	.about .team1-con h2{
		font-size: 20px;
		margin-bottom: 15px;
		font-weight:normal;
	}
	.about .team1-con p{
	font-size: 16px;
	line-height: 2em;
	text-align:center;
}
.about .team {
	display:none;
}
.about .team2 {
    padding: 30px 0px;
	display:block;
  }
.about .team2-1 {
    margin-bottom: 8px;
    width: 100%;
  }
.about .team2-2 {
    width: 100%;
  }
.about .team2-22, .team2-23 {
    width: 49%;
  }
.about .team2 img {
    width: 100%;
  }
.team3 {
	display:block;
  }
.team4 {
	display:none;
  }
.contact1 h2{
	font-size:20px;
}
.contact1 p{
	font-size:16px;
}
.about .box1 {
  display:block;
}
.case li {
    width: 100%;
}
.case-img {
    width: 100%;
}
.line .s2{
	width: 100px;
}
.flash img{ width: 100%;}
.flash ul.bxslider{list-style:none; display:block;}
.flash div.bx-pager{bottom: 4%;}
.flash div.bx-controls-direction{ display:none; }

.flash1{ display:block; }
.flash1 img{ width: 100%;}
.flash1 ul.bxslider{list-style:none; display:block;}
.flash1 div.bx-pager{bottom: 4%;}
.flash1 div.bx-controls-direction{ display:none; }

.flash2{ display:block; }
.flash2 img{ width: 100%;}
.flash2 ul.bxslider{list-style:none; display:block;}
.flash2 div.bx-pager{bottom: 4%;}
.flash2 div.bx-controls-direction{ display:none; }

.flash3 img{ width: 100%;}
.flash3 ul.bxslider{list-style:none; display:block;}
.flash3 div.bx-pager{bottom: 4%;}
.flash3 div.bx-controls-direction{ display:none; }

.flash4 img{ width: 100%;}
.flash4 ul.bxslider{list-style:none; display:block;}
.flash4 div.bx-pager{bottom: 4%;}
.flash4 div.bx-controls-direction{ display:none; }
	.message{
		padding: 30px 5px;
	}
	.message-title01 .s1{
		margin-bottom: 10px;
	}
	.message-title01 h2{
		font-size: 20px;
	}
	.message-title01 h3{
		font-size: 14px;
	}
	.message-title01{
		margin-bottom: 15px;
	}
	.message-title02 h3{
		font-size: 20px;
	}
	.message-title02{
		margin-bottom: 20px;
	}
	.message-title02 p{
	text-align:center;
}
	.message-con{
		width: 100%;
	}
	.message-con .d1{
		width: 100%;
	}
	.message-con .d2{
		width: 100%;
		margin-bottom: 15px;
	}
	.message-con .i1{
		height: 36px;
		padding: 0 15px;
		font-size: 12px;
	}
	.message-con .i2{
	width:100%;
}
	.message-con textarea{
		height: 120px;
		font-size: 12px;
	}

}