/*重置样式*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, button, input, textarea, a, dl, dd, dt {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body {
	color: #555;
	font-size: 16px;
        background-color: #fff;
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol, li {
	list-style: none;
}
input, textarea, button, span, li, a, div {
	border: none;
	outline: none;
	resize: none;
}
a, a:active, a:hover, a:visited {
	color: #555;
	text-decoration: none;
}

/*公共样式*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.hover-img-big {
  overflow: hidden;
}
.hover-img-big img {
  transition: transform .5s;
}
.hover-img-big:hover img {
  transform: scale(1.02);
}
.hover-left-rotate {
  transition: transform .3s;
}
.hover-left-rotate:hover {
  transform:rotateY(360deg);
}
.hover-left-move {
  position: relative;
  right: 0;
  transition: right .5s;
}
.hover-left-move:hover {
  right: -10px;
}
.hover-top-move {
  position: relative;
  top: 0;
  transition: top .5s;
}
.hover-top-move:hover {
  top: -5px;
}
.hover-bg-big {
  position: relative;
  z-index: 1;
}
.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
.hover-bg-big:hover:after {
  transform: scale(1);
}

/*公共宽度*/
.w {
  width: 1200px;
  margin: 0 auto;
}
.com-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.com-title {
  text-align: center;
}
.com-title h2 {
  height: 50px;
  color: #126fb9;
  font-size: 36px;
  text-transform: uppercase;
}
.com-title h2 span {
  color: #1ba92d;
}
.com-title h3 {
  height: 80px;
  color: #126fb9;
  font-size: 24px;
}
.com-title h3 span {
  display: inline-block;
  width: 1px;
  height: 18px;
  margin: 0 12px;
  background-color: #126fb9;
  position: relative;
}
.com-title h3 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 50%;
  background-color: #1ba92d;
}

/*公共头部*/

/*首页banner*/
.index-banner {
  width: 100%;
}
.index-banner img {
  width: 100%;
}

/*首页特点*/
.index-trait {
  padding: 60px 0;
}
.index-trait li {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}
.index-trait li:last-child {
  border: none;
}
.index-trait li .img {
  position: relative;
  display: inline-block;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: top .3s;
}
.index-trait li:hover .img {
  top: -5px;
}
.index-trait li img {
  max-width: 100%;
  max-height: 100%;
}
.index-trait li h2 {
  margin: 20px 0 15px;
  color: #0768b6;
  font-size: 18px;
}
.index-trait li h3 {
  width: 210px;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

/*首页产品*/
.index-product {
  width: 100%;
  background-color: #ececec;
}
.i-p-main li {
  float: left;
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
  text-align: center;
}
.i-p-main li:nth-of-type(3n) {
  margin-right: 0;
}
.i-p-main .img {
  width: 100%;
  height: 310px;
  line-height: 310px;
  background-color: #fff;
}
.i-p-main img {
  max-width: 80%;
  max-height: 80%;
}
.i-p-main p {
  color: #666;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  transition: color .3s;
}
.i-p-main li:hover p {
  color: #1ba92d;
}

/*首页解决方案*/
.index-solution {
  position: relative;
}
.i-s-top {
  height: 500px;
  position: relative;
}
.i-s-top li {
  position: relative;
}
.i-s-top .detail li .left {
    height: 400px;
}
.i-s-top .left {
  width: 50%;
}
.i-s-top .right {
  width: 43%;
  right: 0;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}
.i-s-top .right h4 {
  margin-bottom: 30px;
  color: #333;
  font-size: 24px;
}
.i-s-top .right p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.i-s-top .right a {
  display: block;
  width: 125px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  background-color: #126fb9;
  border-radius: 30px;
}
.i-s-top .thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 160px;
  line-height: 160px;
  padding-left: 90px;
  background-color: #fff;
  z-index: 9;
}
.i-s-top .thumb .swiper-slide-thumb-active img {
  border: 3px solid #1ba92d;
}
.i-s-top .thumb li {
  cursor: pointer;
}
.i-s-top .thumb .swiper-button-prev,
.i-s-top .thumb .swiper-button-next {
  left: 45px;
  right: auto;
  top: 45px;
  width: 10px;
  height: 10px;
  background: none;
  margin: 0;
  transform: rotate(135deg);
  opacity: 1;
  cursor: pointer;
  z-index: 999;
}
.i-s-top .thumb .swiper-button-next {
  top: auto;
  bottom: 45px;
  left: 35px;
  transform: rotate(-45deg);
}
.i-s-top .thumb .swiper-button-prev:after,
.i-s-top .thumb .swiper-button-next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  border-right: 3px solid #969696;
  border-bottom: 3px solid #969696;
}
.i-s-top .thumb .swiper-button-prev:hover:after,
.i-s-top .thumb .swiper-button-next:hover:after {
  border-color: #1ba92d;
}
.i-s-top img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.i-s-middle {
  width: 100%;
  height: 768px;
  padding-top: 170px;
  color: #fff;
  background: url(../images/i_s_middle_bg.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.i-s-middle .title {
  width: 50%;
}
.i-s-middle .title h4 {
  height: 65px;
  font-size: 48px;
  position: relative;
}
.i-s-middle .title h4 span {
  font-size: 16px;
  position: absolute;
  top: 12px;
  bottom: 5px;
  left: 296px;
  padding-top: 3px;
  padding-left: 20px;
  border-left: 8px solid #1ba92d;
}
.i-s-middle .title h5 {
  height: 55px;
  font-size: 24px;
}
.i-s-middle .title p {
  height: 120px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}

.i-s-middle .main {
  width: 50%;
}
.i-s-middle li {
  float: left;
  width: 25%;
  margin-bottom: 35px;
  text-align: center;
  border-right: 1px solid #3f89c4;
}
.i-s-middle li:last-child {
  border: none;
}
.i-s-middle li h6 {
  font-size: 48px;
  margin-bottom: 5px;
  font-weight: 700;
}
.i-s-middle li p {
  font-size: 14px;
}
.i-s-middle .w > a {
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #126fb9;
  text-align: center;
  background-color: #fff;
}

.index-solution .w:last-child {
  position: relative;
  margin-bottom: 150px;
}
.i-s-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(60%);
}
.i-s-bottom li {
  float: left;
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  text-align: center;
}
.i-s-bottom li:last-child {
  margin-right: 0;
}
.i-s-bottom li .img {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.i-s-bottom li img {
  width: 100%;
  height: 100%;
}
.i-s-bottom li .txt {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  background-color: rgba(30,170,45,.8);
  transition: top .3s;
}
.i-s-bottom li:hover .txt {
  top: 0;
}
.i-s-bottom li .txt p {
  position: absolute;
  padding: 0 30px;
  left: 0;
  top: 50%;
  color: #f1f1f1;
  font-size: 14px;
  line-height: 24px;
  transform: translateY(-50%);
}
.i-s-bottom li > p {
  margin-top: 20px;
  color: #1573bd;
  font-size: 18px;
}
.i-s-bottom li:hover > p {
  color: #1ba92d;
}

/*首页新闻*/
.index-news {
  background-color: #ececec;
}
.i-n-nav {
  text-align: center;
  margin-bottom: 40px;
}
.i-n-nav li {
  display: inline-block;
  margin: 0 5px;
  background-color: #404040;
  line-height: 30px;
  border-radius: 30px;
}
.i-n-nav li:after {
  border-radius: 30px;
  background-color: #1ba92d;
}
.i-n-nav li.active {
  background-color: #1ba92d;
}
.i-n-nav li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.i-n-main {
  display: none;
  width: 100%;
  height: 360px;
}
.i-n-main.active {
  display: block;
}
.i-n-main > li {
  display: none;
}
.i-n-main > li.active {
  display: block;
}
.i-n-main .left {
  width: 45%;
  height: 360px;
  position: relative;
}
.i-n-main .left img {
  width: 100%;
  height: 100%;
}
.i-n-main .left .date {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  background-color: #1ba92d;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.i-n-main .left .date:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 70px;
  height: 70px;
  border: 1px solid #7cc985;
}
.i-n-main .left .date span {
  display: block;
  font-size: 36px;
}
.i-n-main .right {
  width: 55%;
  height: 360px;
  padding-left: 15px;
}
.i-n-main .right li {
  width: 100%;
  height: 110px;
  margin-bottom: 15px;
}
.i-n-main .right li:last-child {
  margin-bottom: 0;
}
.i-n-main .right .img {
  float: left;
  width: 170px;
  height: 100%;
  overflow: hidden;
}
.i-n-main .right img {
  width: 100%;
  height: 100%;
}
.i-n-main .right .txt {
  float: right;
  padding-top: 20px;
  width: calc(100% - 195px)
}
.i-n-main .right h4 {
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  transition: color .3s;
}
.i-n-main .right p {
  color: #666;
  font-size: 14px;
  transition: color .3s;
}
.i-n-main .right li:hover * {
  color: #1ba92d;
}


/*内页banner*/
.banner,
.banner img {
  width: 100%;
}

/*内页导航*/
.page-nav {
  margin: 0 0 10px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.page-nav.top {
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 103px;
  z-index: 999;
  background-color: #fff;
}
.page-nav ul {
  display: inline-block;
  font-size: 0;
  background-color: #fff;
}
.page-nav li {
  display: inline-block;
  padding: 15px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.page-nav li:last-of-type {
  margin-right: 0;
}
.page-nav li a {
  display: block;
  font-size: 16px;
}
.page-nav li:hover a,
.page-nav li.active a {
  color: #1372bc;
}
.page-nav li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1372bc;
  border-radius: 5px;
  z-index: -1;
  transform: scale(0);
  transition: transform .2s;
}
.page-nav li.active:after {
  transform: scale(1);
}
.page-nav li:hover:after {
  transform: scale(1);
}

/*内页列表*/
.com-list li {
  float: left;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  top: 0;
  transition: all .3s;
}
.com-list li:nth-of-type(3n) {
  margin-right: 0;
}
.com-list li .img {
  width: 100%;
  height: 330px;
  line-height: 330px;
  background-color: #fff;
  overflow: hidden;
}
.com-list li img {
  max-width: 100%;
  max-height: 100%;
}
.com-list li h4 {
  height: 50px;
  margin-top: 10px;
  padding-top: 5px;
  color: #333;
  font-size: 20px;
  transition: color .3s;
  overflow: hidden;
}
.com-list li p {
  padding: 10px 0;
}
.com-list li:hover  {
  top: -5px;
  box-shadow: 0 5px 20px  #333;
}

/*案例列表*/
.case-list li {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background-color: #fff;
  padding-top: 50px;
}
.case-list li a > div {
  float: left;
}
.case-list li:nth-of-type(2n) a > div {
  /*float: right;*/
}
.case-list li .img {
  width: 30%;
  height: 80%;
  text-align: center;
}
.case-list li img {
  max-width: 90%;
  max-height: 100%;
}
.case-list li .txt {
  width: 70%;
  padding: 0 20px;
}
.case-list li .txt h4 {
  color: #333;
  font-size: 26px;
  height: 50px;
}
.case-list li .txt p {
  height: 110px;
  line-height: 30px;
  overflow: hidden;
}
.case-list li .txt span {
  position: relative;
  display: block;
  right: 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  background-color: #24ac36;
  transition: all .3s;
}
.case-list li .txt span:hover {
  position: relative;
  right: -10px;
}
.case-list li:hover .txt h4,
.case-list li:hover .txt p {
  /*color: #24ac36;*/
}

/*内页列表分页*/
.com-pages {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-pages span,
.com-pages a {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0 5px;
  line-height: 33px;
  color: #000;
  font-size: 18px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  transition: all .3s;
}
.com-pages .prev,.com-pages .next{
  position: relative;
}
.com-pages .prev::before{
  content: '<';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-pages .next:hover::before{
  color: #fff;
}
.com-pages .prev_disabled:hover::before{
  color: #fff;
}
.com-pages .next_disabled,.com-pages .prev_disabled{
  display: none;
}
.com-pages .next::before{
  content: '>';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-pages a:hover {
  background-color: #24ac36;
  color: #fff;
}
.com-pages span {
  background-color: #24ac36;
  color: #fff;
}
.com-pages label {
  display: none;
}

/*服务*/
.service li {
  margin-bottom: 40px;
  padding: 30px 0;
  background-color: #fff;
  position: relative;
}
.service li .left:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 50%;
  height: 80%;
  border-right: 1px solid #f5f5f5;
  visibility: visible;
}
.service li .left {
  width: 50%;
  padding: 0 3%;
}
.service li > div {
  float: left;
}
.service li:nth-of-type(2n) > div {
  float: right;
}
.service li .img {
  width: 90%;
  height: 250px;
  margin-left: 5%;
  line-height: 250px;
  overflow: hidden;
  text-align: center;
}
.service li img {
  display: block;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.service li p {
  height: 70px;
  padding: 0 20px;
  font-size: 16px;
  text-align: justify;
}

/*新闻*/

.news-main li {
  float: left;
  width: 48.6%;
  height: 230px;
  padding: 20px;
  margin-right: 1.4%;
  margin-bottom: 2.8%;
  background-color: #fff;
}
.news-main li:nth-of-type(2n) {
  margin-right: 0;
  margin-left: 1.4%;
}
.news-main li .img {
  width: 44%;
  height: 100%;
  overflow: hidden;
}
.news-main li img {
  width: 100%;
  height: 100%;
  transition: transform .3s;
}
.news-main li .txt {
  width: 52%;
}
.news-main li .date {
  height: 45px;
  margin-top: 26px;
  color: #333;
  font-size: 26px;
  font-weight: 700;
}
.news-main li .date span {
  margin: 0 8px;
  color: #cfcfcf;
  font-size: 24px;
  font-weight: normal;
}
.news-main li h5 {
  height: 22px;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-main li p {
  height: 75px;
  line-height: 24px;
  color: #888;
  font-size: 14px;
}
.news-main li * {
  transition: color .3s;
}
.news-main li:hover * {
  color: #24ac36;
}
.news-main li:hover img {
  transform: scale(1.04);
}

/*关于*/


/*关于 发展历程 荣誉证书 轮播重置*/
.about-cert .w .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled,
.about-develop .w .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1!important;
}
.about-cert .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.about-develop .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/arrow_left_develop.png);
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #000;
}
.about-cert .swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.about-develop .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrow_right_develop.png);
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #000;
}

/*关于 荣誉证书*/

.about {
  position: relative;
}
.about .w {
}
.about .left {
  margin-bottom: 20px;
  padding-top: 110px;
}
.about .left h2 {
  height: 70px;
  font-size: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.about .left h2 span {
  color: #ccc;
  font-size: 16px;
  margin-left: 20px;
}
.about .left p {
  margin: 30px 0;
  color: #000;
  font-size: 16px;
  line-height: 35px;
}
.about .left a {
  display: block;
  width: 160px;
  height: 44px;
  padding-left: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 44px;
  background: url(../images/right_long.png) no-repeat;
  background-position: 100px center;
  background-color: #2aac73;
}
.about .right {
}
.about .right > .swiper-pagination-bullets {
  bottom: 30px;
}
.about .right > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.about .right > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #12a0e9;
}
.about .right img {
  min-width: 100%;
  min-height: 100%;
}
#about .left {
  padding-top: 10px;
}
#about .left h2 {
  color: #333;
  margin-bottom: 30px;
}
#about .left p {
  margin: 0;
  color: #555;
  line-height: 2;
}
#about .left > a{
  display: none;
}
#about .right {
}
.about-item {
  background-color: #e9ecef;
}
.about-item img {
  width: 100%;
  height: auto;
}
.about-item .wrap {
  position: relative;
  padding: 0 90px;
}
.about-item .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrow_right_cert.png);
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.about-item .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/arrow_left_cert.png);
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.about-culture {
  background-color: #e9ecef;
}
.about-culture li {
  padding: 40px;
  background-color: #fff;
}
.about-culture li h4 {
  height: 50px;
  color: #000;
  font-size: 24px;
}
.about-culture li .txt {
  overflow: hidden;
}
.about-culture li img {
  float: left;
  width: 30%;
  height: 120px;
}
.about-culture li p {
  float: left;
  width: 70%;
  height: 120px;
  padding-left: 20px;
  color: #666;
  font-size: 16px;
  line-height: 2;
}

.about-history ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 500%;
  height: 1px;
  background-color: #aaa;
}

.about-history .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/arrow_right_ico01.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-color: #2aac73;
  border-radius: 50%;
  margin-top: 0;
  top: -8px;
}
.about-history .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/arrow_left_ico01.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-color: #2aac73;
  border-radius: 50%;
  margin-top: 0;
  top: -8px;
}
.about-history li h4 {
  height: 100px;
  padding-top: 30px;
  line-height: 80px;
  font-size: 42px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}
.about-history li h4:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -50px;
  width: 100%;
  height: 2px;
  background-color: #2aac73;
  transform: rotate(-45deg);
}

.about-team li img {
  width: 100%;
  height: 16vw;
  min-height: 200px;
}
.about-team li p {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

/*联系我们*/
.contact-main {
  margin-top: -40px;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.contact-main .com-width {
  background-color: #fff;
}
.contact-m-left {
  width: 500px;
  padding: 78px 0 68px 70px;
}
.contact-m-left h3 {
  height: 56px;
  font-size: 24px;
  color: #1372bc;
  border-bottom: 1px solid #ddd;
  margin-bottom: 33px;
}
.contact-m-left p {
  height: 36px;
  font-size: 16px;
  color: rgb(102, 102, 102);
  vertical-align:
}
.contact-m-left .qrcode {
  margin-top: 40px;
  position: relative;
}
.contact-m-left .qrcode img {
  float: left;
  width: 85px;
  height: 85px;
}
.contact-m-left .qrcode span {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgb(102, 102, 102);
}
.contact-m-right {
  width: 680px;
  padding: 38px 31px 38px 0;
}
.contact-m-right img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.contact-m-right {
  overflow: hidden;
}
#map {
  width: 100%;
  height: 460px;
}
#map img {
  max-width: none;
  max-height: none;
}

.o-info input {
  width: calc((100% - 70px) / 3);
  height: 60px;
  padding: 20px 0 24px 30px;
  margin-right: 30px;
  font-size: 16px;
  color: rgb(102, 102, 102);
}
.o-info input:last-child {
  margin-right: 0;
}

.o-info input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(102, 102, 102);
  font-family: "微软雅黑";
}
.o-info input::-moz-placeholder { /* Firefox 19+ */
  color: rgb(102, 102, 102);
  font-family: "微软雅黑";
}
.o-info input:-ms-input-placeholder { /* IE 10+ */
  color: rgb(102, 102, 102);
  font-family: "微软雅黑";
}
.o-info input:-moz-placeholder { /* Firefox 18- */
  color: rgb(102, 102, 102);
  font-family: "微软雅黑";
}

.o-other textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(102, 102, 102);
  font-family: "微软雅黑";
}
.o-other textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgb(102, 102, 102);
  font-family: "微软雅黑";
}
.o-other textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgb(102, 102, 102);
  font-family: "微软雅黑";
}
.o-other textarea:-moz-placeholder { /* Firefox 18- */
  color: rgb(102, 102, 102);
  font-family: "微软雅黑";
}
.o-other textarea {
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  margin-top: 40px;
  font-size: 16px;
  color: rgb(51, 51, 51);
}.o-footer {
  padding-top: 50px;
  width: 680px;
  margin: 0 auto;
  height: 200px;
}
.o-footer a {
  display: block;
  width: 246px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #24ac36;
  border-radius: 45px;
}
.o-footer .icon {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  height: 45px;
  color: #24ac36;
  margin-left: 64px;
  padding-left: 40px;
  padding-top: 5px;
  background: url(../images/icon_phone.png) left center no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.o-footer .phone {
  font-size: 30.715px;
  color: rgb( 51, 50, 58);
  font-weight: 700;
  padding-left: 26px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .security-control li {
    padding-left: 60px;
  }
  .o-info input {
    width: 375px;
    height: 50px;
    padding: 10px 0 12px 15px;
  }
}

.detail-position {
  overflow: hidden;
}
.detail-position,
.detail-position a {
  height: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  background-color: #333;
}
.detail-position a {
  margin: 0 5px;
}
.detail-main {
  background-color: #e9edf0;
}
.detail-main .img {
  width: 35%;
  margin-right: 5%;
}
.detail-main .img > div {
  width: 100%;
}
.detail-main .img .big {
  height: 320px;
  line-height: 320px;
}
.detail-main .img .list {
  margin-top: 20px;
  height: 80px;
  line-height: 80px;
}
.detail-main .img li {
  text-align: center;
  background-color: #fff;
}
.detail-main .img .list li {
  cursor: pointer;
}
.detail-main .img li img {
  display: inline-block;
  max-width: 90%;
  max-height: 90%;
}
.detail-main .txt {
  width: 60%;
}
.detail-main .txt > h3 {
  height: 70px;
  color: #126fb9;
  font-size: 30px;
  line-height: 32px;
  overflow: hidden;
}
.detail-main .txt .txt-nav {
  font-size: 0;
  margin-bottom: 30px;
}
.detail-main .txt .txt-nav > li {
  display: inline-block;
  height: 43px;
  width: 170px;
  margin: 0 10px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
}
.detail-main .txt .txt-nav > li.active {
  color: #fff;
  background-color: #24ac36;
  position: relative;
}
.detail-main .txt .txt-nav > li.active:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #24ac36;
}
.detail-main .txt .txt-main > li {
  display: none;
}
.detail-main .txt .txt-main > li.active {
  display: block;
}
.detail-main .txt .txt-main .phone > a {
  display: inline-block;
  width: 160px;
  height: 40px;
  margin-top: 40px;
  margin-right: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 40px;
  transition: all .3s;
}
.detail-main .txt .txt-main .phone > a:hover {
  color: #fff;
  background-color: #24ac36;
}
.detail-info h6 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.detail-info li .img {
  border: 1px solid #e5e5e5;
}
.detail-info .content {
  margin: 40px 0;
}

.detail-main .left {
  width: 50%;
  padding: 0 20px;
}
.detail-main .right {
  width: 50%;
  padding: 0 20px;
}
.detail-main h4 {
  height: 60px;
  font-size: 30px;
  text-align: center;
}
.detail-main p {
  line-height: 2;
}
.detail-main .right h4 {
  color: #24ac36;
  text-align: left;
}
.detail-main img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.detail-main .type {
  width: 100%;
  margin-top: 50px;
}
.detail-main .content {
  margin-top: 60px;
}

/*底部*/
.footer {
  background-color: #333;
}
.footer > .w {
  padding: 60px 0;
}
.f-left {
  width: 280px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.f-left .logo {
  margin-bottom: 20px;
}
.f-left a {
  display: block;
  width: 270px;
  height: 45px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  border-radius: 45px;
  padding-left: 60px;
  background: url(../images/icon_phone01.png) no-repeat;
  background-position: 26px center;
  background-color: #24ac36;
}
.f-right {
  width: calc(100% - 280px);
}
.f-right dl {
  float: left;
  margin-left: 10.5%;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.f-right dt {
  padding-left: 15px;
  margin-bottom: 20px;
  border-left: 1px solid #1571ba;
  position: relative;
}
.f-right dt:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 50%;
  background-color: #24ac36;
}
.f-right dd a {
  display: block;
  height: 30px;
  padding-left: 15px;
  color: #9a9a9a;
  font-size: 14px;
}
.f-right dl:last-child dd {
  height: auto;
}
.f-right dd img {
  width: 105px;
  height: 105px;
}

.copyright {
  color: #9a9a9a;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}
.copyright * {
  font-size: 14px;
}
.copyright a {
  color: #9a9a9a;
  margin: 0 5px;
  transition: all .5s;
}
.copyright a:hover {
  color: #1ba92d;
  text-decoration: underline;
}
.lx-gs{
  padding: 40px 0 60px;
}
.lx-gs ul{
  display: flex;
  flex-wrap: wrap;
}
.lx-gs ul li{
  width: 32.6%;
  margin-left: 1.1%;
  margin-bottom: 1.1%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border: 1px #eee solid;
}
.lx-gs ul li:nth-child(3n+1){
  margin-left: 0;
}
.lx-gs ul li h3{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  border-bottom: 1px #1ba92d solid;
  margin-bottom: 10px;
}
.lx-gs ul li p{
  color: #8c8c8c;
  font-size: 16px;
  line-height: 30px;
}

/* .gs-honor ul{
  display: flex;
  flex-wrap: wrap;
}
.gs-honor ul li{
  width: 23.8%;
  margin-left: 1.6%;
  margin-bottom: 1.6%;
  transition: transform .5s;
}
.gs-honor ul li:nth-child(4n+1){
  margin-left: 0;
} */
.gs-honor .swiper-containers{
  padding:20px 0 40px;
}
.gs-honor ul li{
  transition: transform .5s;
}
.gs-honor ul li div{
  width: 100%;
  height: 16vw;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  border: 1px #eee solid;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.gs-honor ul li img{
    max-width: 100%;
    max-height: 100%;
}
.gs-honor ul li p{
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
.gs-honor ul li:hover{
  transform: translateY(-10px);
}


.gs-hj .swiper-container-hj{
  padding:20px 0 40px;
}
.gs-hj ul li{
  transition: transform .5s;
}
.gs-hj ul li div{
    width: 100%;
    height: 16vw;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    border: 1px #eee solid;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.gs-hj ul li img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform .5s ease;
  object-fit: cover;
}
.gs-hj ul li p{
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
.gs-hj ul li:hover{
  transform: translateY(-10px);
}


.about-list-img{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.about-list-img li{
  width: 49%;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.about-list-img li img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}
.about-list-img li h3{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 18px;
}
.about-list-img li:hover img{
  transform: scale(1.04);
}