/*样式重置*/
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: "微软雅黑";
}
@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;
}
.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;
  color:#272E44;
}

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

.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: #21275c;
  margin: 30px auto 0;
}

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

.index01 {
  padding: 50px 0 60px;
  background: #EDEEEE;
  position: relative;
   text-align: center;
}

.index02 {
  padding: 10px 0 100px;
  background: #EDEEEE;
  width:100%;
}

.index02-1 {
  float: left;
  position: relative;
  overflow: hidden;
}

.index02-1 img{
  display: block;
  width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index02-1:hover img{
	transform: scale(1.1);
}

.index02-2 {
  float: right;
}

.index02-21 {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.index02-21 img{
  display: block;
  width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index02-21:hover img{
	transform: scale(1.1);
}

.index02-22 {
  float: left;
  position: relative;
  overflow: hidden;
}

.index02-22 img{
  display: block;
  width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index02-22:hover img{
	transform: scale(1.1);
}

.index02-23 {
  float: right;
  position: relative;
  overflow: hidden;
}

.index02-23 img{
  display: block;
  width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index02-23:hover img{
	transform: scale(1.1);
}

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

.index03 img{
padding-top: 40px;
}

.index04 {
padding: 20px 0 60px;
  position: relative;
   text-align: center;
   display:none;
}

.index04 img{
padding-top: 30px;
}

.index05{
	padding-top: 30px;
	padding-bottom: 40px;
	background: #EDEEEE;
	color: #5F5D5D;
}

.index05-img{
	float: left;
}
.index05-img-21 {
  float: left;
  margin-right: 4px;
	overflow: hidden;
}

.index05-img-21 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index05-img-21:hover img{
	transform: scale(1.1);
}

.index05-img-22 {
  float: left;
	overflow: hidden;
}

.index05-img-22 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index05-img-22:hover img{
	transform: scale(1.1);
}

.index05-con{
	float: right;
	width: 652px;
	margin-top: 40px;
	padding-left:110px;
}
.index05-con h2{
	font-size: 26px;
	margin-bottom: 10px;
}
.index05-con p{
	font-size: 16px;
	line-height: 2em;
}

.index06{
	padding-top: 60px;
	background: #EDEEEE;
	color: #5F5D5D;
}
.index06-img{
	float: right;
}
.index06-img-21 {
  float: right;
  margin-left: 4px;
	overflow: hidden;
}

.index06-img-21 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index06-img-21:hover img{
	transform: scale(1.1);
}

.index06-img-22 {
  float: right;
	overflow: hidden;
}

.index06-img-22 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index06-img-22:hover img{
	transform: scale(1.1);
}

.index06-con{
	float: left;
	width: 652px;
	margin-top: 40px;
	padding-right:110px;
}
.index06-con h2{
	font-size: 26px;
	margin-bottom: 10px;
}
.index06-con p{
	font-size: 16px;
	line-height: 2em;
}

.index07 {
	height: 1200px;
	background: url(../images/index07.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	text-align: center;
	padding-top: 100px;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top:50px;
}
.index07 h1 {
	font-size: 19px;
	font-weight: normal;
	padding-bottom:10px;
}
.index07 h2 {
	font-size: 45px;
}
.index07 h3 {
	font-size: 36px;
	font-weight: normal;
}
.index07 h4 {
	font-size: 35px;
	margin-top:720px;
	padding-bottom:20px;
}
.index07 p {
	font-size: 16px;
	line-height:2em;
}
.index08 {
padding: 30px 0 20px;
  position: relative;
   text-align: center;
   display:none;
}

.index09 {
padding: 0px 0 60px;
   text-align: center;
   background: #EDEEEE;
}
.index09 .more {
   padding-top:40px;
}
.index09 h2 {
  font-size: 35px;
  padding-top:60px;
}
.index09 h1 {
  font-size: 22px;
  font-weight:normal;
  padding-bottom:40px;
}
.index09-1 {
  float: left;
  position: relative;
  overflow: hidden;
}

.index09-1 img{
  width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index09-1:hover img{
	transform: scale(1.1);
}

.index09-2 {
  float: right;
}

.index09-21 {
  float: left;
  margin-right: 3px;
  margin-bottom:3px;
	overflow: hidden;
}

.index09-21 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index09-21:hover img{
	transform: scale(1.1);
}

.index09-22 {
  float: left;
  margin-right: 3px;
  margin-bottom:3px;
	overflow: hidden;
}

.index09-22 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index09-22:hover img{
	transform: scale(1.1);
}

.index09-23 {
  float: left;
	overflow: hidden;
}

.index09-23 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.index09-23:hover img{
	transform: scale(1.1);
}

.index10 {
	margin-top:10px;
}
.index11 {
padding: 20px 0 60px;
  position: relative;
   text-align: center;
   display:none;
}
.index12 {
padding: 80px 0 60px;
  position: relative;
   text-align: center;
   background:#fff;
}
.index12 h1 {
	font-size: 19px;
	font-weight: normal;
	padding-bottom:20px;
}
.index12 h2 {
	font-size: 42px;
}
.index12 h3 {
	font-size: 36px;
	font-weight: normal;
	padding-bottom:50px;
}
.index12 p {
	font-size: 16px;
	line-height:2em;
}
.index121 {
padding: 80px 0 60px;
  position: relative;
   text-align: center;
   display:none;
}
.index121 h1 {
	font-size: 19px;
	font-weight: normal;
	padding-bottom:20px;
}
.index121 h2 {
	font-size: 42px;
}
.index121 h3 {
	font-size: 36px;
	font-weight: normal;
	padding-bottom:50px;
}
.index121 p {
	font-size: 16px;
	line-height:2em;
}
.index13 {
	margin: 0 auto;
	padding-top: 60px;
	background: #EDEEEE;
}
.index13-item li {
	float: left;
	width:560px;
	margin-right: 80px;
	text-align: center;
}

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

.index13-item-img {
	overflow: hidden;
	margin-bottom: 20px;
}

.index13-item-img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.index13-item a:hover .index13-item-img img {
	transform: scale(1.05);
}

.index13-item .more{
	display: inline-block;
	width: 120px;
	color: #272E44;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 18px;
	border: 1px solid #272E44;
	margin-bottom: 60px;
	margin-top: 30px;
}
.index13-item .more a{
	color: #272E44;
}

.pro-line {
	height:6px; background:#fff;
}
.index14 {
	padding-top: 60px;
	text-align: center;
	background: #EDEEEE;
	display: none;
}
.index14 img {
	display: block;
}
.index14 .more {
	display: inline-block;
	width: 120px;
	color: #272E44;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 18px;
	border: 1px solid #272E44;
	margin-top: 30px;
}
.index14 .more a {
	color: #1f1a17;
}
.index14 .item {
	float: left;
	width: 412px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.index14 .item:nth-child(2n) {
	margin-right: 0;
}

.index15 {
padding: 30px 0 60px;
  position: relative;
   text-align: center;
}
.index15 h1 {
	font-size: 19px;
	font-weight: normal;
	padding-bottom:20px;
}
.index15 h2 {
	font-size: 42px;
}
.index15 h3 {
	font-size: 36px;
	font-weight: normal;
	padding-bottom:50px;
}
.index15 p {
	font-size: 16px;
	line-height:2em;
}

.index16 {
	margin-bottom: 10px;
}

.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:30px;
}

.index20-title h2 {
  font-size: 32px;
  color:#272E44;
  padding-bottom:20px;
}

.index20-title span{
  display: block;
  width: 50px;
  height: 2px;
  background: #272E44;
  margin: 0px auto 0;
}

.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;
}
.index21 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
  }
  .index21-title h2 {
    font-size: 20px;
  }
  .index21 .item {
    width: 100%;
    margin: 0 0 30px;
  }
.index22 {
	background: url(../images/lxbg.jpg) no-repeat right center;
	height:719px;
	padding-top:60px;
	padding-left:30px;
	padding-right:30px;
  }
.in-more {
    /* width: 217px; */
    height: 59px;
    border-radius: 30px;
    background: #202020;
    font-size: 14px;
    color: #fff;
    line-height: 59px;
    text-transform: uppercase;
    padding: 0 20px;
    padding-right: 80px;
	margin-top:40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .in-more i {
        width: 35px;
        height: 40px;
        background: url(../images/img10.png) no-repeat center;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -20px;
        transition: all 0.4s;
    }

    .in-more:hover i {
        transform: translateX(-10px);
    }
.back{
	float:left;
	margin-top:100px;
	}
.in-back {
    /* width: 217px; */
    height: 59px;
    border-radius: 30px;
    background: #202020;
    font-size: 14px;
    color: #fff;
    line-height: 59px;
    text-transform: uppercase;
    padding: 0 20px;
    padding-right: 80px;
	margin-top:40px;
	margin-left:14%; margin-bottom:2%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .in-back i {
        width: 35px;
        height: 40px;
        background: url(../images/img10.png) no-repeat center;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -20px;
        transition: all 0.4s;
    }

    .in-back:hover i {
        transform: translateX(-10px);
    }
.set-content{
    height: 100%;
    margin:0 auto;
	float: left;
}
.set-content .text{
	margin-left:20px;
}
.set-content p{
	font-size:18px;
	line-height:40px;
}
.set-title {
    width: 100%;
    height: 42px;
    display: flex;
    z-index: 9999;
}

.set-title ul li{
    float:left;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 42px;
    position: static;
    box-sizing: border-box;
    cursor: pointer;
    width: 66px;
    cursor:pointer;
}

.set-title ul .on{
}

.set-middle{
	background-size: contain;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 17px 0 19px;
}

.set-middle-item{

}

.set-middle-image img{
    display: block;
    float: left;
    cursor: pointer;
}

.set-middle-list ul li{
    display: flex;
    color: #fff;
    font-size: 13px;
    height: 43px;
    line-height: 43px;
    border-bottom: solid 1px #4fc0c8;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 5px 0 2px;
}

.section7 .page_ss {
  align-items: flex-end;
}
.section7 .contBox {
  padding: 0;
  max-height: initial;
}
.section7 .lxBox {
  padding: 4% 3% 3%;
  background: url(../images/lxbg.jpg) center 0 no-repeat;
  background-size: cover;
  margin-top: 2%;
  height:719px;
}
.section7 .lxBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.section7 .lxBox .text {
  float: left;
}
.section7 .lxBox .text h4 {
  font-size: 18px;
  line-height: 1;
}
.section7 .lxBox .text p {
  line-height: 36px;
  font-size: 14px;
  color: #272E44;
  margin-top: 20px;
}
.section7 .lxBox .text .ewm {
  margin-top: 20px;
}
.section7 .lxBox .text .ewm .ewmIco {
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  background: url(../images/ewmico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.section7 .lxBox .text .ewm .ewmIco:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 30px;
  width: 1px;
  height: 0;
  background-color: #554641;
  margin-left: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section7 .lxBox .text .ewm .ewmIco.on {
  background: url(../images/ewmico.png) center center no-repeat;
}
.section7 .lxBox .text .ewm .ewmIco.on:before {
  height: 42px;
}
.section7 .lxBox .text .ewm .qq {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-left: 25px;
  background: url(../images/qqico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section7 .lxBox .text .ewm .qq:hover {
  background: url(../images/qqico.png) center center no-repeat;
}
.section7 .lxBox .text .ewm .wxIco {
  margin-left: 25px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(../images/wxico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.section7 .lxBox .text .ewm .wxIco:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 30px;
  width: 2px;
  height: 0;
  background-color: #272E44;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section7 .lxBox .text .ewm .wxIco.on {
  background: url(../images/wwxico.png) center center no-repeat;
}
.section7 .lxBox .text .ewm .wxIco.on:before {
  height: 42px;
}
.section7 .lxBox .text .ewmTab {
  margin-top: 42px;
  width: 144px;
  height: 144px;
}
.section7 .lxBox .text .ewmTab img {
  display: block;
  width: 144px;
  height: 144px;
}
.section7 .lxR {
  float: right;
  width: 760px;
}
.section7 .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.section7 .formbox input,
.section7 .formbox .xqcontent {
  display: block;
  border: none;
  background: none;
  font-size:17px;
  border-bottom: 1px #aca6a6 solid;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  color: #aca6a6;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  float: left;
}
.section7 .formbox input::-webkit-input-placeholder,
.section7 .formbox .xqcontent::-webkit-input-placeholder {
  color: #aca6a6;
}
.section7 .formbox input:focus,
.section7 .formbox .xqcontent:focus,
.section7 .formbox input:active,
.section7 .formbox .xqcontent:active {
  border-color: #aca6a6;
}
.section7 .formbox input:focus::-webkit-input-placeholder,
.section7 .formbox .xqcontent:focus::-webkit-input-placeholder,
.section7 .formbox input:active::-webkit-input-placeholder,
.section7 .formbox .xqcontent:active::-webkit-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.section7 .formbox input {
  width: 31%;
  height: 40px;
  line-height: 38px;
}
.section7 .formbox input.usermail,
.section7 .formbox input.username {
  margin-right: 3.5%;
}
.section7 .formbox .xqcontent {
  line-height: 24px;
  margin-top: 116px;
  color:#aca6a6;
  font-size:17px;
  font-family: '微软雅黑';
  height: 110px;
  width: 100%;
}
.section7 .formbox .submitform {
  float: left;
  display: block;
  width: 188px;
  height: 50px;
  border: solid 1px #aca6a6;
  background-color: transparent;
  line-height: 48px;
  margin-top: 55px;
  cursor: pointer;
  font-size: 17px;
  color: #aca6a6;
  text-align: center;
  position: relative;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section7 .formbox .submitform:hover {
    background-color: #272E44;
    color: #fff;
  }
}
.section7 .linkBox {
  position: relative;
  margin-top: 7%;
  overflow: hidden;
}
.section7 .linkBox dt {
  height: 58px;
  line-height: 56px;
  position: relative;
  font-size:17px;
	color:#272E44;
}
.section7 p{
	font-size:17px;
	color:#272E44;
}
.section7 .linkBox dt:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 0;
  background: url(../images/linksico.png) center center no-repeat;
  width: 13px;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section7 .linkBox dd {
  overflow: auto;
  right: 0;
  bottom: 100%;
  width: 100%;
  max-height: 216px;
  position: absolute;
  background-color: #fafafa;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.section7 .linkBox dd a {
  padding: 0 15px;
  text-align: center;
  line-height: 54px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.section7 .linkBox dd a:hover {
  color: #554641;
  padding-left: 20px;
}
.section7 .linkBox:hover {
  overflow: inherit;
}
.section7 .linkBox:hover dd {
  overflow: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section7 .copyright {
  padding: 2% 0;
  line-height: 30px;
  color: #666666;
  font-size: 14px;
  text-align: center;
  background: #fff;
}
.section7 .copyright a {
  color: #666666;
}
.section7 .copyright a:hover {
  color: #554641;
}
.section7 .copyright span {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 1460px) {
  .section7 .page_ss {
    align-items: center;
  }
  .section7 .tit {
    display: none;
  }
  .section7 .lxBox {
    margin-top: 3%;
  }
  .section7 .lxBox .text {
    float: left;
  }
  .section7 .lxBox .text p {
    line-height: 30px;
    margin-top: 20px;
  }
  .section7 .lxBox .text .ewm {
    margin-top: 20px;
  }
  .section7 .lxBox .text .ewm .qq {
    margin-left: 15px;
  }
  .section7 .lxBox .text .ewm .wxIco {
    margin-left: 15px;
  }
  .section7 .lxBox .text .ewmTab {
    margin-top: 32px;
    width: 130px;
    height: 130px;
    position: relative;
  }
  .section7 .lxBox .text .ewmTab img {
    display: block;
    width: 130px;
    height: 130px;
  }
  .section7 .lxBox .formbox .submitform {
    margin-top: 35px;
  }
  .section7 .lxBox .linkBox {
    margin-top: 5%;
  }
}
@media screen and (max-width: 1380px) {
  .section7 {
    background: url(../images/lxbg.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .section7 .lxBox {
    background: none;
  }
  .section7 .lxBox .text {
    float: left;
    width: 42%;
  }
  .section7 .lxBox .lxR {
    float: right;
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .section7 .lxBox .text {
    float: none;
    width: 100%;
  }
  .section7 .lxBox .text .ewm {
    display: none;
  }
  .section7 .lxBox .text .ewmTab {
    display: none;
  }
  .section7 .lxBox .lxR {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .section7 .lxBox .formbox .xqcontent {
    margin-top: 10px;
    height: 60px;
  }
  .section7 .lxBox .formbox .submitform {
    width: 158px;
    height: 40px;
    line-height: 38px;
    margin-top: 25px;
    font-size: 18px;
    font-size: 14px;
  }
  .section7 .lxBox .linkBox {
    display: none;
  }
  .section7 .copyright {
    font-size: 12px;
    margin-top: 50px;
  }
}
/*翻页*/
.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 #989898;
	width: 26px;
	height: 26px;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	color: #989898;
}
.filp a:hover,.filpa a{
	color: #FFFFFF;
	border: 1px solid #90c121;
	background-color: #90c121;
}
/*内页标题*/
.ny-title{
	text-align: left;
	color:#272E44;
	margin: 0 auto 0px;
}
.ny-title img{
	margin-top:30px;
}
.ny-title h2{
	font-size: 38px;
	margin-bottom: 4px;
}
.ny-title h3{
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5em;
}
.brand {
  padding-top:60px;
  padding-bottom:60px;
  background: #EDEEEE;
}
.brand img{
  padding-bottom:40px;
  width:1100px;
}
.brand h1{
	font-size: 25px;
	font-weight:normal;
	padding-bottom:30px;
}
.brand h2{
	font-size: 40px;
}
.brand h3{
	font-size: 30px;
	padding-bottom:60px;
	line-height: 1.5em;
	font-weight:normal;
}
.brand p{
	font-size:16px;
}
.service {
  padding-top:30px;
  padding-bottom:30px;
  background: #EDEEEE;
}
.service img{
  width:1100px;
}

.service h1{
	font-size: 25px;
	font-weight:normal;
	padding-bottom:30px;
}
.service h2{
	font-size: 40px;
}
.service h3{
	font-size: 30px;
	padding-bottom:60px;
	line-height: 1.5em;
	font-weight:normal;
}
.service p{
	font-size:16px;
}
.about h1{
	font-size: 25px;
	padding-bottom:30px;
}
.about h2{
	font-size: 38px;
}
.about h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom:60px;
}
.about p{
	font-size:16px;
}
.service-img{
	padding-top:30px;
}
.service-img .list{
	margin-bottom: 1em;
}
.service-img .list .item{
	float: left;
	width: 32.6%;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.service-img .list .item a{
	display: block;
}
.service-img .list .item:nth-child(3n){
	margin-right: 0;
}
.service-img .list .item .img{
	overflow: hidden;
}
.service-img .list .item .img img{
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.service-img .list .item .img:hover img{
	transform: scale(1.1);
}
.about {
  padding-top:50px;
  padding-bottom:30px;
  background: #EDEEEE;
}
.about h1{
	font-size: 25px;
	padding-bottom:30px;
}
.about h2{
	font-size: 38px;
}
.about h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom:60px;
}
.about p{
	font-size:16px;
}
.about-img{
	padding: 1em 0;
}
.about-img .list{
	margin-bottom: 1em;
}
.about-img .list .item{
	float: left;
	width: 24.2%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.about-img .list .item a{
	display: block;
}
.about-img .list .item:nth-child(4n){
	margin-right: 0;
}
.about-img .list .item .img{
	overflow: hidden;
}
.about-img .list .item .img img{
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.about-img .list .item .img:hover img{
	transform: scale(1.1);
}
.aboutimg {
  padding: 10px 0 40px;
  background: #EDEEEE;
  width:100%;
}

.aboutimg-1 {
  float: left;
  position: relative;
  overflow: hidden;
}

.aboutimg-1 img{
	width: 100%;
	transition: all 0.5s;
}

.aboutimg-1:hover img{
	transform: scale(1.1);
}

.aboutimg-2 {
  float: right;
  overflow: hidden;
}

.aboutimg-21 {
  position: relative;
  margin-bottom: 6px;
}

.aboutimg-21 img{
	width: 100%;
	transition: all 0.5s;
}

.aboutimg-21:hover img{
	transform: scale(1.1);
}

.aboutimg-22 {
  float: left;
  position: relative;
  overflow: hidden;
}

.aboutimg-22 img{
	width: 100%;
	transition: all 0.5s;
}

.aboutimg-22:hover img{
	transform: scale(1.1);
}

.aboutimg-23 {
  float: right;
  position: relative;
  overflow: hidden;
}

.aboutimg-23 img{
	width: 100%;
	transition: all 0.5s;
}

.aboutimg-23:hover img{
	transform: scale(1.1);
}

.about1 {
  padding-top:50px;
  padding-bottom:30px;
  background: #fff;
}
.about1 h1{
	font-size: 25px;
	font-weight:normal;
	padding-bottom:30px;
}
.about1 h2{
	font-size: 38px;
}
.about1 h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom:60px;
}
.about1 p{
	font-size:16px;
}
.about1 img{
	padding-right:10px;
}
.about09 {
padding: 0px 0 60px;
   background: #EDEEEE;
}
.about09 .more {
   padding-top:40px;
}
.about09 h2 {
  font-size: 35px;
  padding-top:60px;
}
.about09 h3 {
  font-size: 30px;
  font-weight:normal;
  padding-bottom:40px;
}
.about09 h1 {
  font-size: 22px;
  font-weight:normal;
  padding-bottom:40px;
}
.about09-1 {
  float: left;
  position: relative;
  overflow: hidden;
}

.about09-1 img{
  width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.about09-1:hover img{
	transform: scale(1.1);
}

.about09-2 {
  float: right;
}

.about09-21 {
  float: left;
  margin-right: 3px;
  margin-bottom:3px;
	overflow: hidden;
}

.about09-21 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.about09-21:hover img{
	transform: scale(1.1);
}

.about09-22 {
  float: left;
  margin-right: 3px;
  margin-bottom:3px;
	overflow: hidden;
}

.about09-22 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.about09-22:hover img{
	transform: scale(1.1);
}

.about09-23 {
  float: left;
	overflow: hidden;
}

.about09-23 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.about09-23:hover img{
	transform: scale(1.1);
}
/*页尾*/
.footer{
	text-align: center;
	padding: 100px 0 0px;
}

/*底部*/
.bottom{
	padding: 110px 0 50px;
	color: #332C2B;
	display:block;
}
.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;
}
/*产品中心*/
.product {
	margin: 0 auto;
	padding-top: 60px;
	background: #EDEEEE;
}
.product-item li {
	float: left;
	width:560px;
	margin-right: 80px;
	text-align: center;
}

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

.product-item-img {
	overflow: hidden;
	margin-bottom: 20px;
}

.product-item-img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.product-item a:hover .product-item-img img {
	transform: scale(1.05);
}

.product-item .more{
	display: inline-block;
	width: 120px;
	color: #272E44;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 18px;
	border: 1px solid #272E44;
	margin-bottom: 60px;
	margin-top: 30px;
}
.product-item .more a{
	color: #272E44;
}
.products {
	padding-top: 60px;
	margin-top:40px;
	text-align: center;
	background: #EDEEEE;
	display: none;
}
.products img {
	display: block;
}
.products .more {
	display: inline-block;
	width: 120px;
	color: #272E44;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 18px;
	border: 1px solid #272E44;
	margin-top: 30px;
}
.products .more a {
	color: #1f1a17;
}
.products .item {
	float: left;
	width: 412px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.products .item:nth-child(2n) {
	margin-right: 0;
}
/*精密控件*/
.jmkj {
	margin: 0 auto;
	background: #fff;
}
.jmkj-item li {
	float: left;
	width:346px;
	margin-right: 30px;
	text-align: center;
}
.jmkj-item li h2{
	font-size:26px;
	margin-top:20px;
}
.jmkj-item li p{
	font-size:20px;
}
.jmkj-item li:nth-child(3n) {
	margin-right: 0;
}
.jmkj-item img {
	display: block;
	width: 100%;
	border: 1px solid #999;
}
.jmkj-item .more{
	display: inline-block;
	width: 120px;
	color: #272E44;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 18px;
	border: 1px solid #272E44;
	margin-bottom: 60px;
	margin-top: 30px;
}
.jmkj-item .more a{
	color: #272E44;
}
.jmkjs {
	padding-top: 60px;
	text-align: center;
	background: #fff;
	display: none;
}
.jmkjs img {
	display: block;
	border: 1px solid #999;
}
.jmkjs h2{
	font-size:26px;
	margin-top:20px;
}
.jmkjs p{
	font-size:20px;
}
.jmkjs .more {
	display: inline-block;
	width: 120px;
	color: #272E44;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 18px;
	border: 1px solid #272E44;
	margin-top: 30px;
}
.jmkjs .more a {
	color: #1f1a17;
}
.jmkjs .item {
	float: left;
	width: 412px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.jmkjs .item:nth-child(2n) {
	margin-right: 0;
}
.feedback{
	background: url(../images/lxbg.jpg) center center no-repeat;
	float: right;
	width: 100%;
	display:none;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	color:#aca6a6;
}
.feedback .i1{
	display: block;
	width: 100%;
	height: 46px;
	margin-bottom: 5px;
	padding: 0 15px;
	font-size: 14px;
	border: none;
	background: none;
	-webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
	border-bottom: 1px #aca6a6 solid;

}
.feedback .t1{
	display: block;
	width: 100%;
	height: 160px;
	margin-bottom: 5px;
	padding: 15px;
	font-size: 14px;
	font-family: "微软雅黑";
	color:#aca6a6;
	border: none;
	background: none;
	-webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
	border-bottom: 1px #aca6a6 solid;
}
.feedback .i2{
	display: block;
	width: 100%;
	height: 46px;
	margin-top:20px;
	margin-bottom:20px;
	border: 1px #aca6a6 solid;
	color:#666;
	background: none;
	padding: 0 15px;
	font-size: 14px;
	cursor: pointer;
	background: none;
	-webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.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;
}
/*新闻中心*/
.news {
	padding-top:50px;
}
.news-item li {
	float: left;
	width: 346px;
	margin-right: 30px;
	margin-bottom: 30px;
}

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

.news-item a {
	display: block;
	border: 1px solid #ebebeb;
	padding: 24px;
}

.news-item-img {
	overflow: hidden;
	margin-bottom: 20px;
}

.news-item-img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.news-item a:hover .news-item-img img {
	transform: scale(1.05);
}

.news-item-con h2 {
	font-size: 14px;
	color: #484848;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-bottom: 5px;
}

.news-item-con h3 {
	font-size: 14px;
	color: #848484;
	font-weight: normal;
	margin-bottom: 5px;
}

.news-item-con .s1 {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #89B71F;
	margin-bottom: 10px;
}

.news-item-con p {
	color: #848484;
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 1.4em;
	height: 4.2em;
	overflow: hidden;
}
/*新闻详情*/

.newsx-title {
	text-align: center;
	margin-bottom: 30px;
}

.newsx-title h2 {
	color: #484848;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}

.newsx-title h3 {
	color: #848484;
	font-size: 12px;
	font-weight: normal;
}

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

.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: #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: 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-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;
	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: #21275c;
  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;
}
.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;}
@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;
	}
	.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;
  }
	  .index02 {
    padding: 30px 10px;
  }
  .index02-1 {
    margin-bottom: 10px;
    width: 100%;
  }
  .index02-2 {
    width: 100%;
  }
  .index02-21 {
    margin-bottom: 15px;
    width: 100%;
  }
  .index02-22, .index02-23 {
    width: 48%;
  }
  .index02 img {
    width: 100%;
  }
  .index03 {
	  display:none;
}
.index04 {
	  display:block;
}
  .index05{
	padding: 40px 0;
	text-align:center;
}

.index05-img {
    width: 100%;
  }
  .index05-img-21, .index05-img-22 {
    width: 49.4%;
  }

	.index05-con{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.index05-con h2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.index05-con p{
	font-size: 16px;
	line-height: 2em;
	text-align:center;
}
.index06{
	text-align:center;
}
.index06-img {
    width: 100%;
  }
  .index06-img-21, .index06-img-22 {
    width: 49.4%;
  }
	.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;
}
.index07 {
	display: none;
}
.index08 {
	display: block;
}
.index09 h2 {
  font-size: 26px;
  padding-top:50px;
}
.index09 {
	padding-bottom:20px;
}
.index09-1 {
	margin-top:20px;
    margin-bottom: 3px;
    width: 100%;
  }
.index09-2 {
    width: 100%;
  }
  .index09-21, .index09-22, .index09-23 {
    width: 32.5%;
  }
.index09-22 {
	margin-left:1px;
	margin-right:2px;
  }
.index09-23 {
	margin-left:2px;
  }
.index10 {
	display: none;
}
.index11 {
	display: block;
}
.index12 {
	padding-top:20px;
	padding-bottom:20px;
	display:none;
}
.index12 h2 {
	font-size: 26px;
}
.index12 h3 {
	font-size: 22px;
	font-weight: normal;
}
.index121 {
	padding: 0px 0 0px;
	display:block;
}
.index121 h2 {
	font-size: 24px;
}
.index121 h3 {
	font-size: 22px;
	font-weight: normal;
}
.index13 {
	display:none;
}
.index14 {
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	display: block;
}
.index14 h2 {
	font-size: 24px;
}
.index14 p {
	font-size: 16px;
	color: #1f1a17;
	line-height: 1.5em;
}
.index14 .more {
	font-size: 15px;
}
.index14 .item {
	width: 100%;
	margin-right: 4%;
}
.index15 {
	padding-top:40px;
	padding-bottom:40px;
}
.index15 h2 {
	font-size: 26px;
}
.index15 h3 {
	font-size: 22px;
	font-weight: normal;
}
.index16 {
	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;
}
.index22 {
  display:none;
}
.brand {
	margin-top:40px;
}
.service {
	margin-top:40px;
}
  .brand img{
  max-width: 100%;
}
.service-img .list .item{
		width: 100%;
	}
.about-img .list .item{
		width: 49%;
	}
	.about-img .list .item:nth-child(2n){
		margin-right: 0;
	}
.aboutimg {
    padding: 30px 0px;
  }
  .aboutimg-1 {
    margin-bottom: 10px;
    width: 100%;
  }
  .aboutimg-2 {
    width: 100%;
  }
  .aboutimg-21 {
    margin-bottom: 15px;
    width: 100%;
  }
  .aboutimg-22, .aboutimg-23 {
    width: 48%;
  }
  .aboutimg img {
    width: 100%;
  }
.about09 h2 {
  font-size: 26px;
  padding-top:0px;
}
.about09 {
	padding-bottom:20px;
}
.about09-1 {
	margin-top:20px;
    margin-bottom: 3px;
    width: 100%;
  }
.about09-2 {
    width: 100%;
  }
  .about09-21, .about09-22, .about09-23 {
    width: 32.7%;
  }
	.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: 20px;
  }
  .header-nav .sub a {
    color: #ffffff;
  }
  .header-search {
    float: none;
    width: auto;
    margin: 30px 20px;
  }
  .header-search .i1 {
    width: 100%;
  }
  .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: auto;
  }
  .logo .i2 {
    display: none;
  }
  .logo-menu {
    display: block;
  }
  .index-title {
  font-size: 18px;
}

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

.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:#21275c;
}
.news-item li{
		width: 100%;
		margin: 0 0 15px;
	}
	.news-item a{
		padding: 15px;
	}
	.news-item-img{
		width: 100%;
		height: auto;
		margin: 0 0 5px;
	}
	.news-item-con h3{
		font-size: 12px;
	}
	.news-top-con .s2{
		display: none;
	}
	.newsx-title h2{
		font-size: 16px;
	}
	.newsx-title{
		margin-bottom: 15px;
	}
.product {
	display:none;
}
.products {
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	display: block;
}
.products .more {
	font-size: 15px;
}
.products .item {
	width: 100%;
	margin-right: 4%;
}
.jmkj {
	display:none;
}
.jmkjs {
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	display: block;
}
.jmkjs p {
	font-size: 16px;
	color: #1f1a17;
	line-height: 1.5em;
}
.jmkjs .more {
	font-size: 15px;
}
.jmkjs .item {
	width: 100%;
	margin-right: 4%;
}
.feedback{
		width: 100%;
		display:block;
	}
.set-content{
		display:none;
	}
.section7 {
  align-items: flex-end;
  display:none;
}
.about h1{
	font-size: 22px;
}
.about p{
	line-height:2em;
}
.about h2{
	font-size: 26px;
}
.about h3{
	font-size: 18px;
	padding-bottom:0px;
}
.about1 h1{
	font-size: 22px;
}
.about1 p{
	line-height:2em;
}
.about1 h2{
	font-size: 26px;
}
.about1 h3{
	font-size: 18px;
}
.about1 img{
	padding-right:0px;
	padding-bottom:10px;
}
.brand h1{
	font-size: 22px;
}
.brand h2{
	font-size: 26px;
}
.brand h3{
	font-size: 18px;
}
.brand p{
	line-height:2em;
}
.service h1{
	font-size: 22px;
}
.service h2{
	font-size: 26px;
}
.service h3{
	font-size: 18px;
}
.service p{
	line-height:2em;
}

.ny{
	padding: 80px 0 0px;
}
.ny-title img{
	margin-bottom:40px;
	width:80%;
}
.ny-title h2{
	font-size: 24px;
}
.ny-title h3{
	font-size: 18px;
}
	.ny-crumbs p{
	padding-left: 10px;
}
.ny-crumbs h1{
	font-size: 26px;
}
.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; }
}