﻿/*样式重置*/
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	border: none;
}
table{
	border-collapse: collapse;
}
input,button,select,textarea{
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}

/*清除浮动*/
.clearfix:after{
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.clearfix{
	zoom: 1;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #332C2B;
}

/*公共宽度*/
.pw1200{
	width: 1200px;
	margin: 0 auto;
}
.pw1060{
width:1060px;
margin: 0 auto;
}
.pw1100{
width:1100px;
margin: 0 auto;
}
/*头部*/
.header{
	padding: 20px 10% 20px;
}
.header-search {
  float: right;
  width: 150px;
  height: 32px;
  position: relative;
  border-radius: 15px;
}

.header-search .i1 {
  width: 150px;
  height: 32px;
  border-radius: 15px;
  background: #a2a2a1;
  padding: 0 32px 0 10px;
  color: #ffffff;
}

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

.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-language {
  float: right;
  text-align: center;
  position: relative;
  color: #a2a2a1;
  font-size: 14px;
  width: 120px;
  line-height: 32px;
  margin-right: 30px;
  cursor: pointer;
}

.header-language a {
  color: #a2a2a1;
}

.header-language a:hover {
  color: #0096df;
}

.header-language:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  top: 9px;
  left: 0;
/*background: #ffffff;*/
}

.header-language:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  top: 9px;
  right: 0;
  background: #ffffff;
}

.header-language:hover .sub {
  display: block;
}

.header-language .sub {
  display: none;
  position: absolute;
  z-index:999;
  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: #a2a2a1;
}

.ny-header{
	background-color: #F4F6F7;
}
.ny{
	padding-top: 60px;
}
.header-logo{
	float: left;
}
.header-logo img{
	display: block;
}
.header-nav{
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}
.header-nav1>li{
	float: left;
	text-align: center;
	position: relative;
}
.header-nav1>li>a{
	display: block;
	margin-left:42px;
	height: 40px;
	color: #332C2B;
	position: relative;
}
.header-nav1>li.header-nav1a>a,.header-nav1>li>a:hover{
	border-bottom: 2px solid #358086;
}
.header-nav1>li:hover .header-nav2{
	display: block;
}

/*banner*/
.banner img{
	display: block;
	width: 100%;
}

.index01 {
  height: 2881px;
  background: url(../images/index01-1.jpg) no-repeat center top;
  text-align: center;
  position: relative;
  padding-top: 124px;
  color: #333;
  padding-left:10px;
  padding-right:10px;
  border-top: solid 1px #dfe1e6;
}
.index01-title{
	text-align:center;
	padding-bottom:30px;
}
.index01-title h2{
	font-size:52px;
	color:#358086;
}
.index01-title span {
  display: block;
  width: 50px;
  height: 2px;
  background: #358086;
  margin: 30px auto 0;
}
.index01 .text{
	width:1000px;
	margin:0 auto;
}
.index01 .text p {
  font-size: 16px;
  line-height:30px;
}
.index01 h3 {
  font-size: 19px;
  font-weight:normal;
  padding-bottom:20px;
}
/*首页*/
.i01{
	margin-top:80px;
	padding-top: 30px;
	padding-bottom: 60px;
}
.i01-title{
	text-align: center;
	margin-bottom: 60px;
}
.i01-title h1{
	font-size: 19px;
	color:#4d4948;
	font-weight: normal;
}
.i01-title h2{
	font-size: 38px;
	color:#358086;
	padding-bottom:10px;
}
.i01-title h3{
	font-size: 22px;
	color:#4d4948;
	font-weight: normal;
	padding-bottom:30px;
}
.i01-title p{
	line-height:30px;
}
.i01-item li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 25px;
}
.i01-item img{
	display: block;
	margin: 0 auto 60px;
	max-width: 100%;
}
.i01-item h2{
	font-weight: normal;
	font-size: 20px;
}
.i02{
	padding-top: 100px;
	padding-bottom: 60px;
	margin:0 auto;
}
.i02-img{
	float: right;
	width: 469px;
	height: 510px;
}
.i02-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.i02-con{
	float: left;
	width: 530px;
	height: 509px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	text-align:left
}
.i02-con h1{
	font-size: 19px;
	font-weight: normal;
	color: #4d4948;
	padding-top:30px;
}
.i02-con h2{
	font-size: 33px;
	font-weight: normal;
	color: #358086;
	margin-bottom: 10px;
}
.i02-con p{
	font-size: 14px;
	line-height: 2em;
	text-align:left;
	color:#4d4948;
}
.i02-con h3{
	display: inline-block;
	float:right;
	color: #358086;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 40px;
	margin-bottom: 30px;
	border: 1px solid #358086;
}
.i02-con h3 a{
	color: #358086;
	padding-right: 15px;
}
.i02-con h4{
	font-size: 22px;
	font-weight: normal;
	color: #4d4948;
}
.i02-con span {
  display: block;
  width: 50px;
  height: 2px;
  margin-top:30px;
  margin-bottom:30px;
  background: #358086;
}
.i03{
	padding: 60px 0;
	color: #000;
}
.i03-img{
	float: left;
	width: 450px;
	height: 346px;
}
.i03-item{
	float: left;
	width: 710px;
	margin-left: 30px;
	margin-top: 70px;
}
.i03-item li{
	padding-left: 30px;
	min-height: 80px;
	margin-bottom: 45px;
}
.i03-item li:last-child{
	margin-bottom: 0;
}
.i03-item li h2{
	font-size: 32px;
	margin-bottom: 20px;
	text-align:left;
	color: #358086;
}
.i03-item li p{
	font-size: 16px;
	line-height: 2em;
	text-align:left;
}
.i04{
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 1000px;
	padding-left: 0;
}
.i04-title{
	text-align: center;
	height: 138px;
	padding-top: 35px;
}
.i04-title h2{
	font-size: 35px;
	color: #358086;
}
.i04-title h3{
	font-size: 22px;
	font-weight: normal;
	color: #4d4948;
	padding-top:10px;
}
.i05 {
	padding-bottom: 40px;
	display: block;
	background: #EDEEEE;
	padding-top: 60px;
}
.i05-title {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 40px;
}
.i05-title p {
	text-align: center;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.i05-title h1 {
	font-size: 22px;
	padding-bottom: 10px;
	font-weight:normal;
}
.i05-title h2 {
	font-size: 35px;
	color: #358086;
	padding-bottom: 30px;
}
.i05 span {
	display: block;
	width: 50px;
	height: 2px;
	background: #358086;
	margin: 20px auto 0;
}
.i05 h2 a {
	display: inline-block;
	width: 140px;
	color: #1f1a17;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px 18px;
	border: 1px solid #1f1a17;
	margin-bottom: 20px;
	margin-top: 80px;
}
.i06{
	padding: 4px 0;
}
.i06 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.i07 {
	display: block;
	padding-top: 60px;
}
.i07-title {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 40px;
}
.i07-title h1 {
	font-size: 19px;
	padding-bottom: 10px;
	font-weight:normal;
}
.i07-title h2 {
	font-size: 35px;
	color: #358086;
	padding-bottom: 30px;
	font-weight:normal;
}
.i08 {
  padding-top:30px;
  background: #EDEEEE;
  margin:0 auto;
}

.i08 .item {
  float: left;
  width: 427px;
  margin-right: 56px;
  margin-left: 100px;
  text-align:center;
}
.i08 .item:nth-child(2n)  {
  margin-left: 0px;
  margin-right: 0;
}
.i08 h2 {
	width: 100%;
	height: 83px;
	font-size: 30px;
	color: #358086;
	background: #aecdcf;
	display: inline-block;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-top:-3px;
}

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

.marquee {
	width: 1200px;
	height: 293px;
	overflow: hidden;
}
.marquee li {
	display: inline;
	float: left;
	margin-right: 12px;
}
.marquee li p {
	color: #000;
	padding-top: 10px;
	font-size: 16px;
}
.marquee li a {
	width: 416px;
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
}
.marquee li a:hove {
text-decoration:none;
}
.marquee li img {
	width: 416px;
}

/*页尾*/
.footer {
	text-align: center;
	padding: 100px 0 0px;
	color: #838281;
	display:block;
}
.footer img {
	display: block;
	max-width: 100%;
	margin: 0 auto 0px;
}
.footer-pic img {
	display: block;
}
.footer .code img {
	display: inline-block;
	padding-right: 30px;
	padding-top: 60px;
}
.footer .code img:nth-child(2n) {
	padding-right: 0;
}
.footer h2 {
	font-size: 18px;
	color: #838281;
	margin-bottom: 5px;
}
.footer h3 {
	font-size: 22px;
	color: #838281;
	padding-top: 20px;
}

.bottom {
	padding: 110px 0 50px;
	color: #838281;
}
.bottom01 ul {
	text-align: center;
	font-size: 0;
}
.bottom01 li {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.bottom01 li a{
	color: #838281;
}

.protype {
  padding-top:30px;
  background: #EDEEEE;
  margin:0 auto;
}

.protype .item {
  float: left;
  width: 522px;
  margin-right: 56px;
  text-align:center;
}

.protype .item:nth-child(2n) {
  margin-right: 0;
}

.protype h2 {
	width: 100%;
	height: 83px;
	font-size: 30px;
	color: #358086;
	background: #aecdcf;
	display: inline-block;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-top:-3px;
}

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

/*内页产品中心*/
.ny-product01 {
	margin: 60px 0;
}
.ny-product01 li {
	float: left;
	width: 360px;
	margin-right: 50px;
	margin-bottom: 20px;
}

.ny-product01 li h2{
	font-size:22px;
	margin-top:10px;
	text-align:center;
	color:#358086;
}
.ny-product01 li:nth-child(3n) {
	margin-right: 0;
}
.ny-product01-more {
	text-align: center;
	padding-top: 20px;
}
.ny-product01-more a {
	display: inline-block;
	color: #4d4948;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-bottom: 30px;
	border: 1px solid #4d4948;
}
.ny-product01-img {
	overflow: hidden;
	margin-bottom: 15px;
}
.ny-product01-img img {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}
/*新闻*/
.ny-news .list{
	margin-bottom: 2em;
}
.ny-news .list .item a{
	display: block;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	color:#4d4948;
}
.ny-news .list .item .time{
	float: right;
}

.ny-news .list .item .time .time01{
	position: relative;
	margin-top:26px;
}
.ny-news .list .item .time .time01 .s1{
	display: block;
	margin: 0 auto;
	font-family: 微软雅黑;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #4d4948;
}
.ny-news .list .item .time .time01 .s3{
	display: block;
	margin: 0 auto;
	font-family: 微软雅黑;
	font-size: 16px;
	text-align: right;
	color: #4d4948;
}
.ny-news .list .item .time .time01 .s2{
	display: block;
	float:right;
}
.ny-news .tu{
	margin-top:20px;
}
.ny-news .list .item .img{
	float: left;
	width: 327px;
	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: 327px;
}
.ny-news .list .item .con{
	padding: 0 0px 0 340px;
	width:90%;
	position: absolute;
	top: 51%;
	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;
	color:#999999;
}
.ny-newsx{
	padding: 0em 0;
}
.ny-newsx .title{
	text-align: center;
	margin-bottom: 2em;
}
.ny-newsx .title h2{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.ny-newsx .title h3{
	font-size: 1.6em;
	font-weight: normal;
	text-align:left;
	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: 0.5em;
	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;
}
.case01-page ul{
	text-align: center;
	font-size: 0;
}
.case01-page li{
	font-size: 14px;
	display: inline-block;
	margin: 0 5px;
}
.case01-page a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #358086;
	color: #666666;
	border-radius: 5px;
}
.case01-page a:hover,.case01-page .case01-pagea a{
	color: #FFFFFF;
	background: #358086;
	border: 1px solid #358086;
}
/*留言*/
.message {
	padding: 60px 0;
	color: #332C2B;
}
.message-title01 {
	text-align: center;
	font-size: 18px;
	padding-bottom: 40px;
}
.message-title01 h2 {
	font-size: 32px;
	font-weight: normal;
	color: #4d4948;
}
.message-title01 span {
	display: block;
	width: 50px;
	height: 2px;
	background: #da251c;
	margin: 30px auto 0;
}
.message-title02 {
	margin-bottom: 60px;
}
.message-title02 h3 {
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-bottom: 10px;
}
.message-title02 p {
	font-family: "微软雅黑";
}
.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;
}
.message-con .i2:hover {
	background: #358086;
	color: #FEFEFE;
}
.message-con textarea {
	display: block;
	width: 100%;
	height: 178px;
	border: 1px solid #358086;
	background: none;
	resize: none;
	padding: 15px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #332C2B;
}
.ny {
	padding: 80px 0 40px;
}
/*内页面包屑*/
.ny-crumbs {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 50px;
	text-align: left;
}
.ny-crumbs .s1 {
	display: block;
	width: 100%;
	height: 1px;
	background: #8B8B8C;
}
.ny-crumbs p {
	margin-top: 10px;
	color: #5F5D5D;
	font-size: 14px;
}
/*内页标题*/
.ny-title {
	text-align: left;
	margin: 0 auto 0px;
}
.ny-title p {
	font-size: 16px;
	color: #4d4948;
	font-weight: normal;
	margin-bottom: 6px;
}
.ny-title h2 {
	font-size: 32px;
	color: #358086;
	margin-bottom: 4px;
}
.ny-title h3 {
	font-size: 20px;
	color: #4d4948;
	font-weight:normal;
	line-height: 1.5em;
	padding-bottom: 40px;
}
.title1 {
	text-align: left;
	margin: 0 auto 0px;
	padding-top: 20px;
}
.title1 h2 {
	font-size: 24px;
	color: #1f1a17;
	line-height: 40px;
	margin-bottom: 10px;
}
.title1 h3 {
	font-size: 26px;
	color: #1f1a17;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 20px;
}
.title1 h1 {
	font-size: 20px;
	color: #1f1a17;
	font-weight: normal;
	padding-bottom: 10px;
}
.title1 p {
	font-size: 18px;
	color: #1f1a17;
	padding-bottom: 10px;
}
.xiantiao {border-bottom: 2px solid #358086;width: 50px;padding-top: 10px; margin-bottom:80px;}
.back a{
	display: inline-block;
	color: #358086;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 40px;
	margin-bottom: 30px;
	border: 1px solid #358086;}
#map{
	height: 500px;
	margin-bottom: 60px;
	border: 1px solid #5F5D5D;
}
/*内页编辑框*/
.ny-con01 {
	max-width: 912px;
	width: 100%;
	margin: 0 auto 20px;
	line-height: 2em;
	text-align: left;
}
.ny-con01-title h1{
	font-size: 19px;
	color:#4d4948;
	font-weight: normal;
}
.ny-con01-title h2{
	font-size: 28px;
	color:#358086;
	padding-bottom:10px;
}
.ny-con01-title h3{
	font-size: 22px;
	color:#4d4948;
	font-weight: normal;
	padding-bottom:30px;
}
.ny-con01 p {
	font-size: 16px;
}
.ny-con01 img {
	max-width: 100%;
}
.ny-con01-img img{
	max-width: 100%;
	padding-right:10px;
}
.ny-con01-img img:nth-child(2n){
	padding-right:0px;
}
.ny-con01-img1 img {
	max-width: 100%;
	padding-bottom: 10px;
	margin: 0 auto 0px;
	display: none;
}
/*返回顶部*/
.back-top{
	position: fixed;
	right: 50px;
	bottom: 150px;
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/back-top.png) no-repeat center center;
}
.video{
	padding-top:60px;
}
.video img{
	margin-right:10px;
}
.video span{
	margin-top:-1px;
	position: absolute;
}