/*样式重置*/
ol, ul, li {
  list-style: none;
}
a {
	text-decoration: none;
}
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: "微软雅黑";
}
.line-height{ height:30px;}
@media only screen and (min-width: 720px) and (max-width: 1280px) {
	body{
		min-width: 1280px;
	}
}
/*公共宽度*/
.pw1040 {
	width: 1040px;
	margin: 0 auto;
}
.pw1200 {
	width: 1200px;
	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;
}
.index-title {
  text-align: center;
  font-size: 18px;
  padding-top:40px;
}

.index-title h2 {
  font-size: 32px;
  color:#2d2e84;
}

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

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

.index-title h1 {
  font-size: 22px;
  font-weight:normal;
}

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

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

.index-title1 {
  text-align: center;
  font-size: 18px;
  padding-top:40px;
}

.index-title1 h2 {
  font-size: 30px;
  color:#4d4948;
  padding-bottom:80px;
}

.index-title1 h1 {
  font-size: 19px;
  font-weight:normal;
  color:#2d2e84;
}

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

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

.index-title2 h1 {
  font-size: 19px;
  font-weight:normal;
  color:#2d2e84;
}

.index01 {
  padding: 60px 0 100px;
}

.index01-1 {
  float: left;
  position: relative;
}

.index01-2 {
  float: right;
}

.index01-21 {
  position: relative;
  margin-bottom: 10px;
}

.index01-22 {
  float: left;
  position: relative;
}

.index01-23 {
  float: right;
  position: relative;
}

.index01 .index01-1 .con {
  text-align: left;
  padding-left: 60px;
  font-size: 18px;
}

.index01 .index01-1 .con h2 {
  font-size: 34px;
}

.index01 .index01-1 .con p {
  margin-bottom: 5px;
}

.index01 .con {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
}

.index01 .con h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}

.index01 .con a {
  display: inline-block;
  color: #ffffff;
  background: #84c225;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 10px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.index02 {
  padding: 50px 0 200px;
  background: #EDEEEE;
  position: relative;
  margin-bottom: 30px;
}

.index02 .list {
  position: absolute;
}

.index02 .item {
  width: 106px;
  height: 106px;
  float: left;
  margin-right: 124px;
  color: #4d4948;
  font-size: 16px;
  text-align: center;
}

.index02 .item p {
	padding-top:10px;
}

.index02 .item:nth-child(6n) {
  margin-right: 0;
}
.index03 {
  text-align: center;
  position: relative;
  padding-top: 80px;
  color: #ffffff;
  margin-bottom: 10px;
}

.index04{
	padding-top: 0px;
	padding-bottom: 100px;
}

.index04-img{
	float: left;
	width: 468px;
	height: 509px;
}
.index04-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.index04-con{
	float: right;
	width: 530px;
	height: 509px;
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	padding-top: 30px;
}
.index04-con h1{
	font-size: 19px;
	color: #4d4948;
	margin-bottom: 0px;
}
.index04-con h2{
	font-size: 30px;
	color: #2d2e84;
	margin-bottom: 10px;
}
.index04-con p{
	font-size: 16px;
	line-height: 3em;
}
.index04-con h3 {
	color: #4d4948;
	font-size:22px;
}
.index04-con h4 {border-bottom: 2px solid #2d2e84;width: 50px;padding-top: 50px; margin-bottom:40px;}
.index05 {
  padding-top: 60px;
  text-align:center;
}
.index05 img {
  display: block;
}
.index05 .item:hover img {
	background: #000;
	box-shadow:5px 2px 6px #000;
	opacity: 0.6;
}

.index05 h2 {
  padding-top:10px;
  font-size:26px;
  color:#4d4948;
}

.index05 p {
  font-size:16px;
  font-weight:bold;
}

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

.index05 .item {
  float: left;
  width: 412px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.index05 .item:nth-child(3n) {
  margin-right: 0;
}

.index06{
	padding: 60px 0;
}
.index06-img{
	float: right;
	width: 600px;
	height: 390px;
}
.index06-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.index06-con{
	float: left;
	width: 530px;
	height: 390px;
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	padding-top: 30px;
}
.index06-con h1{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
}
.index06-con h2{
	font-size: 30px;
	font-weight: normal;
	color: #2d2e84;
	margin-bottom: 30px;
}
.index06-con p{
	font-size: 15px;
	line-height: 3em;
}
.index06-con h3{
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
}
.index06-con h3 a{
	background: url(../images/index06-con.png) no-repeat right center;
	color: #332C2B;
	padding-right: 15px;
}

.index07 {
  padding: 50px 0 60px;
  background: #EDEEEE;
  position: relative;
  margin-bottom: 100px;
}

.index07 .con {
  text-align: center;
  margin-top: 0px;
  margin-bottom:100px;
}

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

.index08 {
  padding-top: 60px;
  text-align:center;
  height:775px;
  display:block;
}

.index09 {
  padding: 50px 0 60px;
  background: #d7dadd;
  position: relative;
  margin-bottom: 100px;
}

.index09 p {
	font-size:16px;
	line-height:3em;
	text-align:center;
}

.index09 .con {
  text-align: center;
  margin-top: 0px;
  margin-bottom:40px;
}

.index10 {
  display:none;
}

.index11 {
  padding: 50px 0 20px;
  background: #d7dadd;
  position: relative;
  margin-bottom: 100px;
  padding-left:15px;
  padding-right:15px;
  display:none;
}

.index11 p {
	font-size:16px;
	line-height:2em;
	text-align:left;
}

.index11 .con {
  text-align: center;
  margin-top: 0px;
  margin-bottom:40px;
}

.index12 {
  display:none;
}

.index12-title {
  text-align: center;
  font-size: 18px;
  padding-top:100px;
  padding-bottom:40px;
}
.index12-title p {
  padding-top:10px;
}

.index12-title h1 {
  font-size: 19px;
  color:#4d4948;
}

.index12-title h2 {
  font-size: 30px;
  color:#2d2e84;
}

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

.index12 .item1 .con {
	height: 170px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.index12 .item1 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.index12 .item2 .con {
	height: 180px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.index12 .item2 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.index12 .item3 .con {
	height: 200px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.index12 .item3 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.index12 .item4 .con {
	height: 200px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.index12 .item4 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.index12 .item5 .con {
	height: 220px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.index12 .item5 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.index13 {
  padding-top: 60px;
  background:#f4f4f4;
  text-align:center;
  padding-bottom: 20px;
}

.index13 img {
  padding-bottom:10px;
}

.index13 h1 {
  padding-top:20px;
  font-size:19px;
  color:#4d4948;
  font-weight:normal;
}

.index13 h2 {
  padding-top:20px;
  font-size:38px;
  color:#2d2e84;
}

.index13 span {
  display: block;
  width: 50px;
  height: 2px;
  background: #2d2e84;
  margin: 30px auto 30px;
}

.index13 p {
  padding-bottom:30px;
  display: inline-block;
  color: #4d4948;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 3px 18px;
  border-radius: 10px;
  margin-top:0px;
  margin-bottom: 30px;
}

.index14 {
  background:#f4f4f4;
  text-align:center;
  display:none;
}

.index14 img {
  padding-bottom:10px;
}

.index14 h1 {
  padding-top:20px;
  font-size:19px;
  color:#4d4948;
}

.index14 h2 {
  padding-top:20px;
  font-size:38px;
  color:#2d2e84;
}

.index14 span {
  display: block;
  width: 50px;
  height: 2px;
  background: #2d2e84;
  margin: 30px auto 30px;
}

.index14 p {
  padding-bottom:20px;
  display: inline-block;
  color: #4d4948;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 3px 18px;
  border-radius: 10px;
  margin-top:0px;
}

.index15 {
  padding: 50px 0 10px;
  background: #EDEEEE;
  position: relative;
  margin-bottom: 100px;
}

.index15 .con {
  text-align: center;
  margin-top: 0px;
  margin-bottom:100px;
}
.index16 {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}

.index16-title {
  text-align: center;
  font-size: 18px;
  padding-bottom:60px;
}

.index16-title h2 {
  font-size: 32px;
  color:#4d4948;
}

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

.index16-title span {
  display: block;
  width: 50px;
  height: 2px;
  background: #76c5f0;
  margin: 0px auto 0;
}

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

.index16 .item {
  float: left;
  width: 380px;
  margin-right: 70px;
  position: relative;
}

.index16 .item:nth-child(3n) {
  margin-right: 0;
}

.index16 .item img {
  width: 100%;
  margin-bottom: 15px;
}

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

.index16 .item p {
  font-size: 16px;
  color: #B6B6B7;
  text-align: justify;
  line-height: 1.4;
  height: 4.2em;
  overflow: hidden;
}
.index16 p {
  font-size: 16px;
  color: #332C2B;
  text-align: center;
  line-height: 1.4;
  height: 2.2em;
  overflow: hidden;
}

.index16 .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;
}

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

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

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

.index16 .item .date .s3 {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  margin-left: 2px;
}

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

.index16 .more a {
  display: inline-block;
  background: #2d2e84;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 3px 18px;
  border-radius: 20px;
}

.index16 .more p{
	padding-top: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;
	color:#000;
}
.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: #000;
}
.ny-news .list .item .time .time01 .s3{
	display: block;
	margin: 0 auto;
	font-family: 微软雅黑;
	font-size: 16px;
	text-align: right;
	color: #999999;
}
.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: 3em 0;
}
.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: 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;
}
.ny01-con01-flip ul{
	text-align: center;
	font-size: 0;
}
.ny01-con01-flip li{
	display: inline-block;
	font-size: 14px;
	margin: 0 4px;
}
.ny01-con01-flip a{
	display: block;
	border: 1px solid #2d2e84;
	color: #2d2e84;
	padding: 2px 12px;
}
.ny01-con01-flip a:hover{
	background-color: #2d2e84;
	color: #FFFFFF;
}
.xiantiao {border-bottom: 2px solid #2d2e84;width: 50px;padding-top: 10px; margin-bottom:80px;}

.xiantiao1 {border-bottom: 2px solid #2d2e84;width: 50px;padding-top: 60px; margin-bottom:30px;}

.back a{
	display: inline-block;
	color: #2d2e84;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 40px;
	margin-bottom: 30px;
	border: 1px solid #2d2e84;}
	
.mobilefoot a {font-size:16px; color:#999;}

.one{margin:50px auto;height:350px;width:1280px;overflow:hidden;position:relative;}
.one ul{height:280px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display: block;float: left;height: 260px;border-radius: 5px;position: relative;margin-right: 5px;margin-left: 5px;}
.one ul li a{display:inline-block;height:260px;} 
.one ul li img{display:block;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px; width:100%}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}
.one ul li p{ font-size:16px;color: #4d4948;} 

/* 蹇呰甯冨眬鏍峰紡css */
.slide-content {
    padding-top: 50px;
}

.slide-title {
    font-size: 30px;
    color: #2d2e84;
    text-align: center;
	font-weight:bold;
}

.slide-h1 {
    font-size: 19px;
    color: #4d4948;
    text-align: center;
	padding-bottom:10px;
}

.slide-item-body ul li {
	width: 33.333%;
	float: left;
	display: block;
	height: 200px;
	padding-top: 42px;
	margin-bottom: 30px;
	border: 1px dotted #7c7c7c;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: inherit;
	padding-top: 0;
	border-radius: 0;
	color: #000;
	z-index: 10002;
	background:#f4f4f4;
}

.slide-item-body ul li a {
    display: block;
    box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}

.slide-item {
    width: 870px;
    position: relative;
    margin: 0 auto;
    /* overflow: hidden; */
}

.slide-item-box {
    padding: 50px 0;
}

.new-body {
    padding: 20px 20px 40px 20px;
}

.new-body-title {
    height: 48px;
    line-height: 24px;
    font-size: 22px;
    overflow: hidden;
    color: #2d2e84;
    letter-spacing: 1px;
}

.new-body-text {
    height: 154px;
    min-height: 50px;
    line-height: 18px;
    font-size: 16px;
	line-height:1.4em;
    color: #4d4948;
    overflow: hidden;
}

.slide-item-body {
    /* padding-top:20px; */
    margin-left: -70px;
}

.slide-item-body ul li {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
}

.slide-item-body .tempWrap {
    padding-top: 20px;
}

.slide-item-body ul {
    padding-top: 10px;
    overflow: visible;
}

.next {
    position: absolute;
    top: 42%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: auto;
    left: -157px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.next-bg {
    background-image: url("../images/iproduct-l.png");
}

.next:hover {
    background-image: url("../images/iproduct-l.png");
}

.prev {
    position: absolute;
    top: 42%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: -179px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prev-bg {
    background-image: url("../images/iproduct-r.png");
}

.prev-bg:hover {
    background-image: url("../images/iproduct-r.png");
}

.about {
  padding-top:10px;
}

.about img {
  padding-bottom:10px;
}
.about .item {
  float: left;
  width: 430px;
  margin-right: 10px;
  text-align:center;
}
.about h2 {
  padding-top:10px;
  font-size:26px;
  color:#4d4948;
}

.about p {
  font-size:16px;
  font-weight:bold;
}

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

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

.about02 .item1 .con {
	height: 280px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 100px;
	padding-left: 100px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.about02 .item1 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.about02 .item2 .con {
	height: 400px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 100px;
	padding-left: 100px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.about02 .item2 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.about02 .item3 .con {
	height: 430px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 100px;
	padding-left: 100px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.about02 .item3 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.about02 .item4 .con {
	height: 300px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 100px;
	padding-left: 100px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.about02 .item4 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.honor img{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width:280px;
}

.honor img:nth-child(3n){
	margin-right: 0;
}

.contact {
	text-align:center;
}

.contact h1{color:#0093dd; font-size:18px; font-weight:800;
}

/*页尾*/
.footer{
	text-align: center;
	padding: 100px 0 0px;
	color: #254760;
	font-family: "微软雅黑";
}
.footer img{
	display: block;
	max-width: 100%;
	margin: 0 auto 0px;
}
.footer h2{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}
.footer h3{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
.footer p{
	font-size: 14px;
	font-weight: normal;
}

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

.i05-item p{
	font-size:16px;
}

.i05-item li{
	float: left;
	width: 20%;
	overflow: hidden;
}
.i05-item li img{
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.i05-item li:hover img{
	transform: scale(1.1);
}

.x05{ padding-left:0px;}

.x05 .title {
  margin-bottom: 50px;
}

.x05 .title span {
  display: block;
  width: 221px;
  height:41px;
  color:#fff;
  line-height: 38px;
  font-size: 20px;
  text-indent:20px;
  text-align: left;
}

.x05 .list1 {
  margin-bottom: 100px;
}

.x05 .item1 {
  width: 425px;
  float: left;
}

.x05 .item1:nth-child(3n) {
  margin-right: 0;
}

.x05 .item2 {
  width: 425px;
  float: left;
  margin-right:20px;
}

.x05 .item2 p {
	padding-top:10px;
}

.x05 .item2 h2 {
  font-size: 24px;
  text-align: center;
  color: #05376c;
  font-weight: normal;
  line-height: 55px;
}

.x05 .item2 .con {
  padding: 30px 0px;
  height:520px;
  font-size: 16px;
  text-align: justify;
  line-height: 2;
}

.x05 .item2:nth-child(2n) {
  margin-right: 0;
}

.x05 .list3 {
  margin-bottom: 100px;
}

.x05 .item3 {
  float: left;
  width: 12.5%;
  text-align: center;
  font-size: 16px;
}

.x05 .item3 .img {
  height: 55px;
  margin-bottom: 15px;
}

.x05 .con {
  text-align: center;
}
/*产品中心*/
.product {
  padding-top:10px;
}

.product img {
  padding-bottom:10px;
}
.product .item {
  float: left;
  width: 430px;
  margin-right: 10px;
  text-align:center;
}
.product h2 {
  padding-top:10px;
  font-size:26px;
  color:#4d4948;
}

.product h1 {
  font-size:16px;
  font-weight:bold;
  text-align:center;
}

.product h3 {
  font-size:16px;
  text-align:left;
  padding-bottom:30px;
  font-weight:normal;
}

.product .more a{
	display: inline-block;
	color: #2d2e84;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 18px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #2d2e84;
}

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

.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}

/*留言*/
.message{
	padding: 60px 0;
	text-align: left;
	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: "微软雅黑";
	font-size:16px;
}
.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 #2e2264;
	background: none;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #2e2264;
}
.message-con .i2{
	width:160px;
	cursor: pointer;
}
.message-con .i2:hover{
	background: #28166f;
	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;
}

.lyhg{
	padding-bottom:220px;
}
.tijiao{
	padding-right:280px;
}

.ny{
	padding: 80px 0 90px;
}
/*内页面包屑*/
.ny-crumbs{
	max-width: 1165px;
	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;
	font-family: "微软雅黑";
	color: #5F5D5D;
	font-size: 14px;
}

.ny-crumbs h1{
	font-family: "微软雅黑";
	color: #0093dd;
	font-size: 28px;
	padding-bottom:10px;
}

/*内页标题*/
.ny-title{
	text-align: left;
	max-width: 870px;
	margin: 0 auto 0px;
}
.ny-title p{
	font-family: '微软雅黑';
	font-size: 16px;
	color: #4d4948;
	font-weight: normal;
	margin-bottom: 6px;
}
.ny-title h2{
	font-family: '微软雅黑';
	font-size: 28px;
	color: #2d2e84;
	font-weight: normal;
	margin-bottom: 4px;
}
.ny-title h3{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #4d4948;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom:40px;
}
.title{
	text-align: left;
	max-width: 870px;
	margin: 0 auto 0px;
	font-family: '微软雅黑';
}
.title h2{
	font-size: 28px;
	color: #2d2e84;
	font-weight: normal;
	margin-bottom: 4px;
}
.title h1{
	font-size: 22px;
	color: #1f1a17;
	font-weight: normal;
	margin-bottom: 6px;
}

/*内页编辑框*/
.ny-con01{
	max-width: 870px;
	width: 100%;
	margin: 0 auto 20px;
	color: #332C2B;
	line-height: 2em;
	text-align: left;
}

.ny-con01-img13 {
	width:70%;}

.ny-con01 p {
	font-size:16px;
}
.ny-con01 img{
	max-width: 100%;
}
.ny-con02{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 20px;
	color: #332C2B;
	line-height: 2em;
	text-align: center;
}
.ny-con02 p {
	font-size:16px;
}
.ny-con02 img{
	max-width: 100%;
}
.ny-con03{
	max-width: 1165px;
	width: 100%;
	margin: 0 auto 20px;
	color: #332C2B;
	line-height: 2em;
	text-align: left;
}
.ny-con03 p {
	font-size:16px;
}
.ny-con03 img{
	max-width: 100%;
}
.ny-con01 .s031{
	font-size: 22px;
	line-height: 2em;
}
.ny-con01 .s032{
	color: #0093dd;
	font-size: 22px;
	line-height: 2em;
}
.ny-con01 .s051{
	color: #254760;
	font-size: 22px;
	line-height: 2em;
}
.ny-con01 .s052{
	color: #254760;
	font-size: 18px;
	line-height: 2em;
}
.ny-con01 .s061{
	color: #254760;
	font-size: 20px;
	line-height: 2em;
}
.ny-con01 .s071{
	color: #254760;
	font-size: 22px;
	line-height: 2em;
}
.ny-con01 .s081{
	color: #254760;
	font-size: 22px;
	line-height: 2em;
}
.ny-con01 .s082 li{
	float: left;
	width: 25%;
	padding: 8px;
	overflow: hidden;
}
.ny-con01 .s082 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	transition: all 0.3s;
}
.ny-con01 .s082 li:hover img{
	transform: scale(1.05);
}
.ny-con01 .s131{
	font-size: 22px;
	color: #254760;
}
.ny-con01 .s151{
	font-size: 24px;
}
.ny-con02{
	font-size: 18px;
	color: #332C2B;
	text-align:center;
}
.d131{
	max-width: 870px;
	margin: 0 auto 30px;
}
.d131 li{
	float: left;
	width: 410px;
	margin-right: 40px;
	margin-bottom: 60px;
	padding: 0 0 60px;
	border-bottom: 1px solid #8B8B8C;
}
.d131 li:nth-child(1),.d131 li:nth-child(2){
	height: 340px;
}
.d131 li:nth-child(3),.d131 li:nth-child(4){
	height: 170px;
}
.d131 li:nth-child(2n){
	margin-right: 0;
}
.d131 li p{
	line-height: 2em;
	text-align: left;
}
/*分页*/
.news01-page ul{
	text-align: center;
	font-size: 0;
}
.news01-page li{
	display: inline-block;
	font-size: 14px;
	margin: 0 5px 5px;
}
.news01-page a{
	display: block;
	border: 1px solid #0093dd;
	color:#0093dd;
	height: 2.5em;
	line-height: 2.5em;
	min-width: 2.5em;
	padding: 0 5px;
}
.news01-page a:hover,.news01-pagea a{
	background: #0093dd;
	color: #FFFFFF;
}
/*新闻中心*/
.nynews li{
	float: left;
	width: 397px;
	height:480px;
	background:#FFF;
	margin-right: 38px;
	text-align: center;
	padding-top:10px;
	margin-bottom: 40px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.nynews li:nth-child(4n){
	margin-right: 0;
}
.nynews a{
	display: block;
}
.nynews li img{
	max-width: 94%;
}
.nynews li h1{
	color: #969594;
	font-size:21px;
	text-align:left;
	padding-right:10px;
	padding-left:10px;
	height: 1.5em;
	line-height: 1.5em;
	font-weight:normal;
}
.nynews li p{
	color: #969594;
	font-size:16px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
	height: 1.5em;
	line-height: 1.5em;
}
.nynews a:hover p{
	color: #0093dd;
}

.newsdate{
	text-align: left;
	font-size:16px;
	color: #969594;
	padding-top:100px;
	padding-left:10px;
	padding-right:10px;
}

.news-more{
	text-align: center;
	color: #0093dd;
	padding-top:20px;
}

.newsdate{
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	padding-top:100px;
}

.ny-title01{
	text-align: center;
	margin-bottom: 60px;
}
.ny-title01 img{
	display: block;
	margin: 0 auto 60px;
	max-width: 100%;
}
.ny-title01 h2{
	color: #757475;
	font-size: 85px;
	font-weight: normal;
	font-family: '微软雅黑';
	line-height: 1em;
}
.ny-title01 h3{
	font-size: 20px;
	color: #332C2B;
	font-family: '微软雅黑';
	font-weight: normal;
	margin-bottom: 50px;
}
.ny-title01 span{
	display: block;
	width: 37px;
	height: 37px;
	background: url(../images/ny-productx-img03.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 auto;
}
.ny-title01 .ny-product-con{
	text-align: left;
	position: relative;
	padding-bottom: 35px;
	margin: 0 auto 60px;
}
.ny-title01 .ny-product-img02{
	margin: 0;
	max-height: 90%;
	max-width: 60%;
}

/*新海报*/
.banner .con {
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  width: 1000px;
  margin-left: -516px;
}

.banner .con h2 {
  font-size: 46px;
  color: #ffffff;
  font-weight: normal;
}

.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; }
.header {
  background: #929394;
  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: #ffffff;
}

.header-nav>li:hover>a {
  color: #2d2e84;
}

.header-nav>li:hover .sub {
  display: block;
}

.header-nav .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: 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: #C4C4C5;
  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: #ffffff;
  font-size: 14px;
  width: 80px;
  line-height: 32px;
  margin-right: 30px;
  cursor: pointer;
}

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

.header-language a:hover {
  color: #2d2e84;
}

.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;
  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;
}

.header-weixin {
  float: right;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  width: 120px;
  line-height: 32px;
  cursor: pointer;
  padding-right:20px;
}

.header-weixin:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  top: 9px;
  left: 0;
}

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

.header-weixin:hover .sub {
  display: block;
  margin-right:200px;
}

.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;
}

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

.logo .i1 {
  float: left;
}

.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: #2d2e84;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-top: 6px;
  padding-top: 9px;
}

.logo-menu span {

  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 4px;
  background: #ffffff;
  border-radius: 2px;
}
.line{
	width:100%;
	padding-top:60px;
}
.line .s1{
	display: block;
	width: 100%;
	height: 1px;
	background: #8B8B8C;
}
.line .s2{
	display: block;
	width: 200px;
	height: 3px;
	background: #0093dd;
	position: relative;
	margin: -2px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.header-weixin {
	visibility:hidden;
  }
    .header-search {
	visibility:hidden;
  }
    .news01-page li{
		font-size: 12px;
	}
	body{
		font-size: 14px;
	}
	.pw1200{
		width: 100%;
		padding: 0 5px;
	}
	.pw1040{
		width: 100%;
		padding: 0 5px;
	}
	.ny{
		padding: 40px 0;
	}
	.ny-title{
		margin-bottom: 40px;
	}
	.ny-title h2{
		font-size: 20px;
	}
	.ny-title h3{
		font-size: 16px;
		padding-bottom:0px;
	}
	.title h2{
		font-size: 20px;
	}
	.title h1{
		font-size: 18px;
	}
	.ny-con01{
		margin-bottom: 60px;
	}
	.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;
	}
	.lyhg{
	padding-bottom:260px;
}
.tijiao{
	padding-right:0px;
}
	.footer{
		padding: 0px 0;
	}
	.foot-title h2 {
  font-size: 26px;
}

.foot-title h3 {
  font-size: 26px;
}
	.footer01 img{
	width: 60%;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
	}
	.bottom{
		padding: 40px 0;
	}
	.bottom01 li{
		font-size: 12px;
	}
	.ny-con01 .s031,.ny-con01 .s032,.ny-con01 .s061,.ny-con01 .s071,.ny-con01 .s051,.ny-con01 .s052,.ny-con01 .s081{
		font-size: 16px;
	}
	.ny-con01-img13 {
	width:100%;}
	.ny-con01 .s082 li{
		width: 50%;
	}
	.ny-con01 p {
	text-align: justify;
}
	.ny-product-more{
		width: 120px;
		font-size: 12px;
	}
	.ny-product-more:after{
		left: 49px;
	}
	.ny-product-img{
		margin-bottom: 20px;
	}
	.ny-product li{
		margin-bottom: 60px;
	}
	.ny-title h2{
	font-size: 22px;
}
	.ny-title h3{
	font-size: 16px;
	color: #332C2B;
}
	.ny-title1 h2{
	font-size: 22px;
}
	.ny-title1 h3{
	font-size: 16px;
	color: #332C2B;
}
	.ny-title2 h2{
	font-size: 22px;
}
	.ny-title2 h3{
	font-size: 16px;
	color: #332C2B;
}
	.ny-title01 h2{
		font-size: 40px;
	}
	.ny-title01 h3{
		font-size: 16px;
		margin-bottom: 40px;
	}
	.ny-title01 img{
		margin-bottom: 40px;
	}
	.ny-title01{
		margin-bottom: 40px;
	}
	.d131{
		width: 100%;
		margin-bottom: 60px;
	}
	.d131 li{
		width: 100%;
		margin: 0 0 40px;
		padding: 0 0 40px;
	}
	.d131 li:nth-child(1), .d131 li:nth-child(2),.d131 li:nth-child(3), .d131 li:nth-child(4){
		height: auto;
	}
  .pw1040 {
    width: 100%;
  }
	.pw1200 {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .banner .con {
    top: 30%;
    left: 10%;
    margin: 0;
	display:none;
  }
  .banner .con h2 {
    font-size: 17px;
  }
  .banner .con h3 {
    font-size: 12px;
  }
  .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: 60%;
    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: 20px;
  }
  .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;
  }
  .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: 39px;
  }
  .logo .i2 {
    display: none;
  }
  .logo-menu {
    display: block;
  }
  .index-title {
  font-size: 18px;
}

.index-title h2 {
  font-size: 26px;
  font-weight:normal;
}

.index-title h1 {
  font-size: 19px;
}
.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:#2d2e84;
}
  .index01 {
    padding: 30px 15px;
  }
  .index01-1 {
    margin-bottom: 15px;
    width: 100%;
  }
  .index01-2 {
    width: 100%;
  }
  .index01-21 {
    margin-bottom: 15px;
    width: 100%;
  }
  .index01-22, .index01-23 {
    width: 48%;
  }
  .index01 .con h2 {
    margin-bottom: 15px;
  }
  .index01 .index01-1 .con h2 {
    font-size: 24px;
	font-weight:bolder;
  }
  .index01 .con h2 {
  font-size: 24px;
  font-weight:bolder;
}
  .index01 .index01-1 .con {
    font-size: 14px;
    padding: 0 40px;
  }
  .index01 img {
    width: 100%;
  }
  .index02 .list {
    position: static;
    text-align: center;
    font-size: 0;
  }
  .index02 {
    padding: 30px 15px;
    margin-bottom: 0;
  }
  .index02 .item {
    display: inline-block;
    width: 33.3%;
    height: auto;
    margin: 0;
	padding-bottom:10px;
  }
  .index03 {
  padding-top: 0px;
  margin-bottom: 10px;
}
  .index04{
	padding: 0px 0;
	text-align:center;
}
	.index04-img{
		width: 100%;
		height: auto;
	}
	.index04-con{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.index04-con h1{
		font-weight:normal;
	}
	.index04-con h2{
		font-size: 20px;
		margin-bottom: 15px;
		font-weight:normal;
	}
	.index04-con p{
	font-size: 16px;
	line-height: 2em;
	text-align:center;
}
	.index04-con h3{
		margin-top: 15px;
		font-size: 14px;
		font-weight:normal;
	}
	.index04-con h4 { margin-left:45%;margin-right:45%}
  .index05 {
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
  }
  .index05 h2 {
  font-size:24px;
}

.index05 .more {
  font-size: 15px;
}
  .index05 .item {
    width: 100%;
    margin-right: 4%;
  }
  .index05 .item:nth-child(2n) {
    margin-right: 0;
  }
	
  .index06 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	text-align:center;
  }
	.index06-img{
		width: 100%;
		height: auto;
	}
	.index06-con{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.index06-con h2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.index06-con p{
	font-size: 15px;
	line-height: 2em;
}
	.index06-con h3{
		margin-top: 15px;
		font-size: 14px;
	}
	.index07 {
  padding: 50px 0 60px;
  background: #EDEEEE;
  position: relative;
  margin-bottom: 0px;
}
	.index08 {
  display:none;
}
	.index09 {
  display:none;
}
	.index10 {
  text-align:center;
  display:block;
}
.index11 {
  display:block;
}
.index11 p {
  text-align:center;
}
  .index12 {
    padding: 30px 15px;
	display:block;
  }
.index12 .item1 .con h2 {
	font-weight:normal;
	text-align:center;
}
.index12 .item2 .con h2 {
	font-weight:normal;
	text-align:center;
}
.index12 .item3 .con h2 {
	font-weight:normal;
	text-align:center;
}
.index12 .item4 .con h2 {
	font-weight:normal;
	text-align:center;
}
.index12 .item5 .con h2 {
	font-weight:normal;
	text-align:center;
}
  .index12-title {
  padding-top:20px;
}
.index12-title h1 {
	font-weight:normal;
  }
  .index12-title h2 {
    font-size: 24px;
	font-weight:normal;
  }
  .index12-title p {
    font-size: 16px;
  }
  .index13 {
	display:none;
  }
  .index14 {
	display:block;
	padding-bottom:20px;
  }
  .index14 p {
  padding-bottom:16px;
  text-align:center;
}
  .index14 h1 {
  padding-top:20px;
  font-size:19px;
  color:#4d4948;
  font-weight:normal;
}

.index14 h2 {
  padding-top:20px;
  font-size:28px;
  color:#2d2e84;
  font-weight:normal;
}
.index16 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
  }
  .index16-title h2 {
    font-size: 20px;
  }
  .index16 .item {
    width: 100%;
    margin: 0 0 30px;
  }
.xiantiao { margin-left:10px; margin-top:20px; margin-bottom:40px;}
.xiantiao1 {border-bottom: 2px solid #2d2e84;width: 50px;padding-top: 40px; margin-bottom:30px;}
.mobilefoot a{font-size:10px;}
.slide-content {
	display:none;
}
  .about {
	padding-top: 10px;
  }
  .about .item {
    width: 100%;
    margin-right: 4%;
  }
  .about .more {
  display: inline-block;
  background: #009049;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top:30px;
}
.about02 .item1 .con {
	height: 300px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.about02 .item1 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.about02 .item2 .con {
	height: 530px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.about02 .item2 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.about02 .item3 .con {
	height: 610px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:20px;
	background:#f4f4f4;
}

.about02 .item3 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	color:#2d2e84;
}

.about02 .item4 .con {
	height: 450px;
	border: 1px dotted #7c7c7c;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	background:#f4f4f4;
}

.about02 .item4 .con h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	color:#2d2e84;
}
.ny-news .list .item .time{
		display: none;
	}
	.ny-news .tu{
		display: none;
	}
	.ny-news .list .item .con{
	padding-top: 20px;
	padding-right: 16%;
	padding-bottom: 0;
	padding-left: 0;
	}
	.ny-news .list .item .img{
		width: 30%;
		padding: 0.5em 0;
		float:right;
	}
	.ny-news .list .item .con h2{
		font-size: 1.2em;
	}
	.ny-news .list .item .con p{
		display: none;
	}
	.ny-newsx .title h2{
		font-size: 1.4em;
	}
	.ny-newsx .title{
		margin-bottom: 1em;
	}
	.ny-newsx .con{
		margin-bottom: 1.5em;
	}
.honor img{
	width: 100%;
}

.contact p{ line-height:28px;
}

  .foot-title img {
	padding-top: 30px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.i05-item li{
		width: 50%;
	}
.x05 .item2 .con {
  height:440px;
}
  .x05 .item1, .x05 .item2 {
	width: 100%;
	margin-top: 0;
	margin-right: 80px;
	margin-bottom: 15px;
	margin-left: 0;
  }
  .x05 .item2 h2 {
  font-size: 20px;
}
.x05 .item2 .con p{
	line-height:18px;
}
  .product {
	padding-top: 10px;
  }
  .product .item {
    width: 100%;
  }
	.nynews li{
		width: 100%;
		margin: 0 1% 10px;
	}
	.newsdate{
		padding-top:130px;
	}
	.yjzz{
		font-size:22px;
		}
	.ny-crumbs p{
	padding-left: 10px;
}
.ny-crumbs h1{
	font-size: 26px;
}
.ny-title p{
	text-indent:10px;
}
	.ny-title h2{
	padding-left: 10px;
	padding-right: 10px;
	font-size:19px;
}
	.ny-title h3{
	padding-left: 10px;
	padding-right: 10px;
}
	.ny-title1 h2{
	padding-left: 10px;
	padding-right: 10px;
}
	.ny-title1 h3{
	padding-left: 10px;
	padding-right: 10px;
}
	.ny-title2 h2{
	padding-left: 10px;
	padding-right: 10px;
}
	.ny-title2 h3{
	padding-left: 10px;
	padding-right: 10px;
}
	.ny-con01{
	padding-right: 10px;
	padding-left: 10px;
}
	.ny-con02{
	padding-right: 10px;
	padding-left: 10px;
}
	.ny-con03{
	padding-right: 10px;
	padding-left: 10px;
}
.line .s2{
	width: 100px;
}
/*.toolbar {
	display:none;
	}*/
	.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; }
}