﻿@charset "utf-8";
/*public start*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
}
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
/* .clear {
  clear: both;
}
.fix:after,
.fix:before {
  content: " ";
  display: table;
}
.fix:after {
  clear: both;
} */
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
.wrap {
  min-width: 1200px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
li {
  list-style-type: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac */
/* *html .clearfix {
	height: 1%;
  } */
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
.header,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.footer,
.bottom {
  width: 100%;
}
/*top*/
.top {
  height: 30px;
  background-color: #f5f5f5;
  line-height: 30px;
  color: #666;
}
.top a {
  color: #666;
}
.header {
  height: 75px;
  margin-bottom: 10px;
}
.header span {
  display: inline-block;
  line-height: 75px;
  margin-left: 200px;
  float: left;
}
/*logo*/
.logo {
  line-height: 75px;
  float: left;
}
.tel {
  float: right;
  margin-top: 10px;
  color: #999;
}
.tel img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.tel dl {
  display: inline-block;
  vertical-align: middle;
}
.tel dt {
  font-size: 16px;
}
.tel dd {
  font-weight: bold;
  font-size: 22px;
  color: #f40000;
}
/*tmenu*/
.nav {
  background-color: #45a537;
  height: 45px;
}
.nav > li {
  float: left;
  font-size: 16px;
  line-height: 45px;
}
.nav > li:hover > a {
  color: #f08619;
}
.nav > li > a {
  display: block;
}
.tmenu_all_r a:hover {
  color: #f1f1f1;
}
/*banner*/
.banner,
.pagebanner {
  width: 100%;
}
.banner img,
.pagebanner img {
  width: 100%;
  vertical-align: middle;
}
.nybanner {
  height: 514px;
}
.flexslider {
  position: relative;
  overflow: hidden;
}
.slides {
  position: relative;
  z-index: 1;
  height: 514px;
}
.slides li {
  width: 100%;
  height: 514px;
}
.slides li img {
  width: 100%;
  height: 514px;
}
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  position: relative;
}
.flex-control-nav a {
  display: block;
  width: 8px;
  height: 8px;
  line-height: 40px;
  overflow: hidden;
  -webkit-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  behavior: url(pie/PIE.htc);
  background-color: white;
  transition: all 0.3s;
}
.flex-control-nav .flex-active {
  background-color: #00307d;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flex-direction-nav li a.flex-prev {
  display: none;
  left: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.flex-direction-nav li a.flex-prev:hover {
  background-color: rgba(18, 170, 238, 0.6);
}
.flex-direction-nav li a.flex-next {
  display: none;
  right: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.flex-direction-nav li a.flex-next:hover {
  background-color: rgba(18, 170, 238, 0.6);
}
.banner-text {
  position: absolute;
  color: white;
  top: 40%;
}
.banner-text dt {
  font-size: 40px;
  margin-bottom: 5px;
}
.banner-text dd {
  font-size: 20px;
}
.banner-text a {
  display: block;
  border: 1px solid white;
  width: 128px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: white;
  margin-top: 30px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
}
.tmenu {
  z-index: 111;
  height: 42px;
  position: relative;
  background-color: #45a537;
  font-size: 14px;
  border-bottom: 3px solid #1e7d11;
}
.tmenu_all {
  background-color: #45a537;
  width: 200px;
  font-size: 16px;
  float: left;
}
.tmenu_title_div {
  height: 51px;
  margin-top: -7px;
  background: url(../images/tmenu1.png) no-repeat center top;
  background-size: cover;
}
.tmenu_all_span {
  float: left;
  text-align: center;
  width: 205px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tmenu_items {
  position: static;
  background-color: #fff;
  z-index: 210;
  width: 200px;
  box-shadow: 3px 3px 5px #ececec;
}
.nytmenu_items {
  position: absolute;
  z-index: 999;
  display: block;
}
.shopping_list {
  position: absolute;
  width: 190px;
  background-color: #f3f3f3;
  margin-left: 5px;
}
.shopping_li {
  position: relative;
  width: 220px;
}
.shopping_li_li {
  font-size: 0;
  height: 45.75px;
  background-size: 100%;
  line-height: 45.75px;
  border-width: 0 2px 1px 2px;
  border-bottom: 1px solid #dcdcdc;
}
.frist {
  border-bottom: 1px solid #ff9e41;
}
.shopping_li_li.cur .item_fores {
  display: block;
}
.shopping_li_li a.tmenu_yi_a {
  position: relative;
  display: block;
  color: #777;
  text-align: center;
  font-size: 14px;
  background: url("../images/icon_xiala_right.png") 170px center no-repeat;
}
.shopping_li_li:hover a.tmenu_yi_a,
.shopping_li_li.cur a.tmenu_yi_a {
  background: #ffffff;
}
.yi_a_icon {
  position: absolute;
  left: 20px;
  top: 12px;
  width: 25px;
  height: 27px;
  text-align: right;
  overflow: hidden;
  color: #ccc;
  vertical-align: top;
}
.yi_a_icon img {
  vertical-align: 6px;
}
.item_fores {
  width: 806px;
  position: absolute;
  line-height: 24px;
  left: 190px;
  z-index: 99;
  margin-left: 0;
  overflow: hidden;
  display: none;
}
.inner_fores {
  background-color: #fff;
  border-left: 0;
}
.item_sub {
  overflow: hidden;
  height: 366px;
  max-height: 546px;
  overflow-y: auto;
}
.tmenu-ul-er {
  background-color: #fff;
}
.tmenu_li_er {
  overflow: hidden;
  min-height: 30px;
  position: relative;
  padding-top: 10px;
  border-bottom: 1px solid #eee;
}
.tmenu_title_er {
  color: #666666;
  display: inline-block;
  float: left;
  font-weight: bold;
  padding-left: 20px;
}
.er_inline {
  width: 70px;
  display: inline-block;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  color: #f08619;
  font-size: 14px;
}
/* .er_arrow {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url("../images/icon_xiala_right1.png") no-repeat;
  text-align: right;
  overflow: hidden;
  margin-right: 2px;
  color: #ccc;
  vertical-align: top;
  margin-top: 16px;
} */
.tmenu_san_wra {
  float: right;
  width: 675px;
}
.tmenu_title_san {
  float: left;
  padding-left: 0;
  padding-right: 10px;
  display: inline-block;
  line-height: 30px;
  color: #333;
}
.aHref_san {
  border-left: 1px solid #dddddd;
  padding-left: 10px;
  color: #737373;
  font-weight: 300;
  font-size: 14px;
}
.aHref_san:hover {
  color: #f08619;
}
.tmenu_all_r {
  float: left;
  font-size: 16px;
  background-color: #45a537;
  width: 1000px;
  height: 42px;
  line-height: 42px;
}
.tmenu_all_r a {
  padding-right: 60px;
  color: #fff;
}
.tmenu_all_r a sup {
  position: absolute;
  top: -10px;
}
.tmenu_all_r a.first {
  padding-left: 35px;
}
.items_news {
  height: 429px;
}
/*--*/
.int {
  height: 45px;
  position: relative;
  width: 100%;
  padding: 40px 0;
}
.int-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #45a537;
  top: 48%;
  z-index: 0;
}
.int-text {
  height: 45px;
  background: url(../images/int.png) no-repeat center center;
  background-color: #fff;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #45a537;
  font-weight: bold;
}
.int-text i {
  display: inline-block;
}
.int-text i img {
  margin-top: -5px;
}
.int2 {
  height: 52px;
  line-height: 52px;
}
.int2 .int-text {
  height: 52px;
  line-height: 52px;
  width: 340px;
}
.media-recommend {
  background: url(../images/media-recommend.jpg) no-repeat center center;
  background-size: cover;
}
.mr-list {
  overflow: hidden;
  padding: 60px 0;
}
.mr-list li {
  -webkit-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  behavior: url(pie/PIE.htc);
  width: 230px;
  float: left;
  overflow: hidden;
  margin: 0 35px;
  -webkit-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.75);
}
.mr-list li:hover {
  margin-top: -10px;
}
.mr-list li:hover p {
  background-color: #f08619 ;
}
.mr-list p {
  background-color: #45a537;
  height: 60px;
  line-height: 60px;
  color: white;
  font-size: 18px;
  text-align: center;
}
.mr-btn {
  display: block;
  margin: 0px auto 40px auto;
  width: 130px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #f08619;
  color: white;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../images/pie.htc);
  font-size: 16px;
  border-bottom: 2px solid #ad5c09;
}
.pk-list {
  margin: 50px 0;
}
.pk-list li {
  margin-bottom: 10px;
  overflow: hidden;
}
.pk-list li:nth-child(odd) .pk-tit {
  background-color: #45a537;
}
.pk-list li:nth-child(odd) .pk-text2 {
  background: url(../images/pk5.png) no-repeat center center;
  background-size: cover;
  color: white;
}
.pk-list li:nth-child(even) .pk-tit {
  background-color: #f08619;
}
.pk-list li:nth-child(even) .pk-text2 {
  background: url(../images/pk4.png) no-repeat center center;
  background-size: cover;
}
.pk-tit {
  width: 52px;
  height: 52px;
  color: white;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  float: left;
}
.pk-text1 {
  height: 52px;
  width: 470px;
  font-size: 15px;
  padding: 10px;
  padding-right: 30px;
  padding-left: 15px;
  line-height: 1.8em;
  float: left;
  background: url(../images/pk3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.pk-text1 p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 30px;
}
.pk-text2 {
  height: 52px;
  width: 490px;
  font-size: 15px;
  padding: 10px;
  padding-left: 60px;
  padding-right: 15px;
  line-height: 1.8em;
  float: right;
  position: relative;
}
.pk-text2 p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.brand-display {
  margin-bottom: 40px;
}
.bd-list li {
  width: 200px;
  height: 110px;
  float: left;
}
.bd-list li img {
  width: 100%;
  height: 100%;
}
.bd-text {
  width: 740px;
  height: 160px;
  padding: 30px;
  float: left;
  background-color: #45a537;
  color: white;
}
.bd-text h2 {
  letter-spacing: 0.2em;
  color: White;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.bd-text span {
  display: block;
  float: left;
  width: 245px;
  border-right: 1px solid #83ce7a;
  background-color: #4eb941;
  height: 100px;
  position: relative;
}
.bd-text span:last-child {
  border-right: 0px;
}
.bd-text dl {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.bd-text dt {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.bd-text dd {
  font-size: 16px;
  text-align: center;
}
.news {
  background-color: #f9f9f9;
}
.news-list li {
  width: 375px;
  height: 148px;
  padding: 30px 0;
  background-color: #fff;
  float: left;
  margin-left: 35px;
  -webkit-box-shadow: 2px 2px 25px 0px #eeeeee;
  -moz-box-shadow: 2px 2px 25px 0px #eeeeee;
  box-shadow: 2px 2px 25px 0px #eeeeee;
  margin-bottom: 30px;
}
.news-list li:nth-child(3n+1) {
  margin-left: 0;
}
.news-list li:hover {
  -webkit-box-shadow: 5px 5px 5px 0px #666666;
  -moz-box-shadow: 5px 5px 5px 0px #666666;
  box-shadow: 5px 5px 5px 0px #666666;
}
.news-list h3 {
  font-size: 20px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 10px;
}
.news-left {
  width: 49%;
  height: 100%;
  float: left;
  position: relative;
  border-right: 1px solid #f5f5f5;
}
.news-left dl {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.news-left dt {
  margin-bottom: 10px;
}
.news-left dd {
  font-size: 16px;
  font-weight: bold;
}
.news-right {
  width: 50%;
  height: 100%;
  float: right;
  line-height: 2em;
  font-size: 15px;
  box-sizing: border-box;
  position: relative;
}
.news-right p {
  padding: 0 30px;
  position: absolute;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}
.case-swiper {
  margin-top: 40px;
}
.jxal_list {
  margin-top: 30px;
  overflow: hidden;
}
.jxal_list li {
  text-align: center;
  float: left;
  width: 146px;
  margin-right: 25px;
  line-height: 40px;
  border-bottom: 1px solid transparent;
}
.jxal_list li.last {
  margin-right: 0;
}
.jxal_list li a {
  font-size: 18px;
  color: #232323;
  display: inline-block;
}
.jxal_list li .img2 {
  opacity: 0;
}
.jxal_list li i {
  width: 35px;
  display: inline-block;
  position: relative;
  height: 30px;
  vertical-align: middle;
  margin: -5px 5px 0 0;
}
.jxal_list li img {
  position: absolute;
  left: 0;
  top: 0;
}
.jxal_list li:hover .img1 {
  opacity: 0;
}
.jxal_list li:hover .img2 {
  opacity: 1;
}
.jxal_list li:hover a {
  color: #45a537;
}
.jxal_list li:hover {
  border-bottom-color: #45a537;
}
.jxal_list li.cur .img1 {
  opacity: 0;
}
.jxal_list li.cur .img2 {
  opacity: 1;
}
.jxal_list li.cur a {
  color: #45a537;
}
.jxal_list li.cur {
  border-bottom-color: #45a537;
}
.case-box .swiper-button-next {
  background: url(../images/case-right.png) no-repeat center center !important;
}
.case-box .swiper-button-prev {
  background: url(../images/case-left.png) no-repeat center center !important;
}
.jxal_box_swiper_big {
  position: relative;
  background-color: #FFF;
  margin-top: 40px;
  padding: 20px 0;
}
.jxal_box_swiper {
  width: 1000px;
}
.jxal_box_swiper_img {
  float: left;
}
.jxal_box_swiper_text {
  float: right;
  width: 380px;
}
.jxal_box_swiper_text h4 {
  font-size: 18px;
  color: #232323;
  font-weight: bold;
  line-height: 50px;
  border-bottom: 1px solid #e5ece9;
  margin-bottom: 12px;
}
.jxal_box_swiper_text .p1 {
  font-size: 14px;
  color: #232323;
  line-height: 25px;
  margin-top: 13px;
}
.jxal_box_swiper_text .a1 {
  display: block;
  line-height: 34px;
  background-color: #45a537;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  margin-top: 15px;
}
.case-box {
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 250px;
  left: 0;
  margin-bottom: 40px;
}
.case-box:first-child {
  opacity: 1;
}
.success-case {
  height: 740px;
}
.success-case .content {
  position: relative;
}
.choice {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.gzt_list {
  overflow: hidden;
  padding: 0 60px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin: 35px 0 10px 0;
}
.gzt_list li {
  float: left;
  width: 30%;
  text-align: center;
  margin: 0 1.666%;
}
.gzt_list .p1 {
  font-size: 30px;
  color: #666666;
  line-height: 65px;
}
.gzt_list .p1 font {
  font-size: 50px;
  color: #45a537;
  font-weight: bold;
}
.gzt_list .p2 {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.gzt_h {
  font-size: 22px;
  color: #999999;
  text-align: center;
  line-height: 50px;
}
.slide_box_swiper_big {
  position: relative;
}
.slide_box_swiper {
  width: 988px;
  margin: 0 auto;
}
.slide_box_swiper_list li {
  width: 178px;
  float: left;
  border: 1px solid #ebebeb;
  margin: 10px 0;
  margin-right: 22px;
}
.slide_box_swiper_list li img {
  width: 100%;
  height: 100%;
}
.slide_box_swiper_list li.last {
  margin-right: 0;
}
.slide_box_swiper_big .swiper-button-prev,
.slide_box_swiper_big .swiper-button-next {
  width: 37px !important;
  height: 66px !important;
  margin-top: -33px !important;
}
.slide_box_swiper_big .swiper-button-prev {
  background: url(../images/choice-left.png) center no-repeat !important;
  left: 29px !important;
}
.slide_box_swiper_big .swiper-button-next {
  background: url(../images/choice-right.png) center no-repeat !important;
  right: 29px !important;
}
.footer {
  padding: 40px 0;
}
.foot_list {
  margin-bottom: 20px;
  text-align: center;
}
.foot_list li {
  display: inline-block;
  /*float:left;*/
  width: 8.5%;
  text-align: center;
}
.foot_list li p {
  font-size: 14px;
  color: #232323;
  line-height: 30px;
}
.foot_p1 {
  font-size: 14px;
  color: #232323;
  text-align: center;
  line-height: 30px;
}
.copy1 {
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}
.copy1 span {
  display: inline-block;
}
.copy2 {
  text-align: center;
  font-size: 15px;
}
.np-list {
  margin-bottom: 50px;
  overflow: hidden;
}
.np-list li {
  float: left;
  width: 285px;
  position: relative;
  margin-top: 100px;
  margin-left: 20px;
}
.np-list li:first-child {
  margin-left: 0;
}
.np-list li:nth-child(odd) .np-circle {
  border: 10px solid #45a537;
  color: #45a537;
}
.np-list li:nth-child(odd):hover .np-text {
  background: url(../images/np-bg2.png) no-repeat center center;
  background-size: cover;
  color: white;
}
.np-list li:nth-child(even) .np-circle {
  border: 10px solid #f08619;
  color: #f08619;
}
.np-list li:nth-child(even):hover .np-text {
  background: url(../images/np-bg3.png) no-repeat center center;
  background-size: cover;
  color: white;
}
.np-circle {
  width: 140px;
  height: 140px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  text-align: center;
  line-height: 140px;
  position: absolute;
  background-color: #fff;
  top: -80px;
  left: 50%;
  font-size: 20px;
  font-weight: bold;
  transform: translateX(-50%);
}
.np-text {
  height: 200px;
  padding: 85px 20px 0 20px;
  background: url(../images/np-bg1.png) no-repeat center center;
  background-size: cover;
}
.np-text h2 {
  margin-top: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.np-text p {
  font-size: 16px;
  line-height: 2em;
}
.newspaper-benefit {
  background-color: #f8f8f8;
  padding-bottom: 50px;
  position: relative;
  height: 550px;
}
.newspaper-benefit .content {
  height: 500px;
  position: relative;
}
.nb-con {
  height: 390px;
  position: absolute;
  width: 100%;
  top: 158px;
  z-index: 10;
  background: url(../images/np2-bg.png) no-repeat center bottom;
}
.np-line {
  height: 1px;
  width: 100%;
  display: block;
  background: #333;
  bottom: 60px;
  position: absolute;
  z-index: 1;
}
.nb-text {
  width: 200px;
  position: absolute;
}
.nb-text dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.nb-text dd {
  font-size: 14px;
  line-height: 2em;
  color: #666;
}
.nb-text1 {
  left: 80px;
  bottom: 30px;
}
.nb-text2 {
  left: 420px;
  bottom: 20px;
}
.nb-text3 {
  left: 680px;
  bottom: 60px;
}
.nb-text4 {
  left: 1000px;
  bottom: 40px;
}
.newspaper-menu {
  text-align: center;
}
.newspaper-menu span {
  display: inline-block;
  width: 125px;
  height: 65px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  background-color: #e2e2e2;
  font-size: 16px;
  text-align: center;
  line-height: 65px;
  margin: 0 20px;
}
.newspaper-menu span a {
  display: block;
}
.newspaper-cur {
  background-color: #45a537 !important;
}
.newspaper-cur a {
  color: white !important;
}
.newspaper-lunbo {
  position: relative;
  height: 700px;
  margin-top: 50px;
}
/* .pc-banner{
  // position: relative;
  margin:0 50px;
  max-width: 1100px;
  opacity: 0;
  position: absolute;
  &:first-child{
    opacity: 1;
  }
  .swiper-slide{
     height: 550px;
     border: 2px solid @g;
     img{
       height: 550px;
     }
  }
  .swiper-slide-active{
    height: 600px;

    img{
      height: 600px;
    }
  }
  .swiper-slide-prev{
    height: 550px;
  margin-top: 100px;
    img{
      height: 550px;
  
        }
  }
  .swiper-slide-next{
    height: 550px;
    margin-top: 100px;
    img{
      height: 550px;
  
    }
  }
} */
.np-lunbo {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 50px;
}
.npb-prev {
  background: url(../images/paper-left.png) no-repeat center center !important;
  left: -80px !important;
  opacity: 1 !important;
}
.npb-prev:hover {
  background: url(../images/paper-left1.png) no-repeat center center !important;
}
.npb-next {
  background: url(../images/paper-right.png) no-repeat center center !important;
  right: -80px !important;
  opacity: 1 !important;
}
.npb-next:hover {
  background: url(../images/paper-right1.png) no-repeat center center !important;
}
.newspaper-display {
  background-color: #f6f6f6;
  padding-bottom: 50px;
}
.newspaper-case {
  padding: 50px 0;
}
.newspaper-case .np-case-con {
  text-align: center;
}
.np-process-con {
  text-align: center;
}
.np-process-con img {
  width: 90%;
}
.Manuscript-text {
  height: 485px;
  background: url(../images/manuscript1.jpg) no-repeat center center;
}
.Manuscript-text p {
  width: 450px;
  margin: 0 auto;
  padding-top: 150px;
  font-size: 18px;
  line-height: 2em;
  color: #666;
  font-weight: bold;
}
.Manuscript-text p b {
  font-size: 19px;
  color: #45a537;
  font-weight: bold;
}
.Manuscript-guarantee h2 {
  width: 450px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  color: #666;
  font-weight: bold;
  margin-bottom: 40px;
}
.mg-box p {
  font-size: 13px;
  position: initial;
  transform: initial;
}
.Manuscript-guarantee .news-left {
  width: 39%;
}
.Manuscript-guarantee .news-right {
  width: 60%;
}
.Manuscript-partner {
  overflow: hidden;
}
.ms-list li {
  float: left;
  width: 255px;
  height: 305px;
  position: relative;
  margin-left: 60px;
}
.ms-list li:first-child {
  margin-left: 0;
}
.ms-list li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ms-list li:hover .ms-mask {
  background: rgba(69, 165, 55, 0.6);
}
.ms-list li:hover .ms-mask p {
  background: white;
  color: #45a537;
}
.ms-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.ms-mask p {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: transparent;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(../images/pie.htc);
  font-weight: bold;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.msa-con {
  background: url(../images/msa.jpg) no-repeat center center;
  height: 460px;
  width: 100%;
  margin: 50px 0;
  position: relative;
}
.msa-text1 {
  position: absolute;
  display: block;
  top: 100px;
  left: 100px;
  text-align: right;
  width: 280px;
}
.msa-text1 dt {
  color: #d93c4f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.msa-text1 dd {
  color: #666;
  font-size: 16px;
}
.msa-text2 {
  position: absolute;
  display: block;
  top: 80px;
  left: 880px;
  text-align: left;
  width: 250px;
  margin-bottom: 5px;
}
.msa-text2 dt {
  color: #299be4;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.msa-text2 dd {
  color: #666;
  font-size: 16px;
}
.msa-text3 {
  position: absolute;
  display: block;
  top: 350px;
  left: 800px;
  text-align: left;
  width: 250px;
}
.msa-text3 dt {
  color: #eeac4c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.msa-text3 dd {
  color: #666;
  font-size: 16px;
}
.Manuscript-profession {
  background-color: #f7f7f7;
}
.mspro-con {
  background: url(../images/mapro1.png) no-repeat center center;
  height: 580px;
  position: relative;
}
.maspro-text {
  position: absolute;
  width: 280px;
}
.maspro-text dt {
  font-size: 17px;
  font-weight: bold;
}
.maspro-text dd {
  color: #666;
  font-size: 14px;
  line-height: 2em;
}
.maspro-text1 {
  text-align: right;
  top: 105px;
  left: 45px;
}
.maspro-text2 {
  text-align: right;
  top: 260px;
  left: -15px;
}
.maspro-text3 {
  text-align: right;
  top: 410px;
  left: 25px;
}
.maspro-text4 {
  text-align: left;
  top: 110px;
  left: 920px;
}
.maspro-text5 {
  text-align: left;
  top: 260px;
  left: 950px;
}
.maspro-text6 {
  text-align: left;
  top: 410px;
  left: 920px;
}
.mspp-box {
  width: 600px;
  float: left;
  height: 215px;
}
.mspp-text {
  width: 300px;
  color: white;
  text-align: center;
  height: 215px;
  position: relative;
  overflow: hidden;
}
.mspp-text dl {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mspp-text dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mspp-text dd {
  font-size: 18px;
  margin-bottom: 10px;
}
.mspp-text:hover dl {
  animation: mymove 1s  backwards;
}
@keyframes mymove {
  from {
    top: 10%;
  }
  to {
    top: 50%;
  }
}
.mspp-img {
  width: 300px;
  height: 215px;
  float: left;
}
.mspp-img img {
  width: 300px;
  height: 215px;
}
.mspp-more {
  border: 1px solid white;
  width: 130px;
  height: 40px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  display: block;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}
.about1 {
  margin-bottom: 80px;
}
.about1-img {
  position: relative;
  width: 360px;
  height: 480px;
  float: left;
}
.about1-img-text {
  position: absolute;
  color: white;
  width: 160px;
  padding: 15px;
  bottom: -80px;
  right: -80px;
  background-color: #45a537;
  text-align: center;
}
.about1-img-text dl {
  text-align: left;
}
.about1-img-text dt {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.about1-img-text dd {
  font-size: 16px;
}
.about1-text {
  width: 540px;
  float: right;
  margin-right: 80px;
}
.about1-text dt {
  font-size: 25px;
}
.about1-text dd {
  color: #999;
  font-size: 16px;
}
.about1-text dl {
  padding-bottom: 10px;
  border-bottom: 1px solid #45a537;
}
.about1-text p {
  color: #666;
  line-height: 2.5em;
  font-size: 16px;
  padding-top: 20px;
}
.about2 {
  background-color: #f6f6f6;
  padding-bottom: 50px;
}
.about2-list {
  margin-left: 20px;
  float: left;
  width: 700px;
  font-size: 15px;
  padding-top: 40px;
}
.about2-list li {
  margin-bottom: 100px;
  line-height: 2em;
}
.about2-img {
  width: 110px;
  float: left;
}
.about3-img {
  text-align: center;
}
.about4-text {
  overflow: hidden;
}
.about4-text li {
  float: left;
  width: 570px;
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.about4-text li label {
  color: #333;
  font-weight: bold;
}
.map {
  margin-top: 10px;
}
.map img {
  width: 1140px;
  margin: 0 30px;
}
.ms2-publish {
  background: url(../images/ms2-p.jpg) no-repeat center center;
  height: 780px;
}
.ms2-publish .content {
  position: relative;
}
.ms2-text1 {
  width: 300px;
  position: absolute;
  top: 220px;
  left: 660px;
}
.ms2-text1 dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ms2-text1 dd {
  font-size: 14px;
}
.ms2-text2 {
  width: 300px;
  position: absolute;
  top: 450px;
  left: 100px;
  text-align: right;
}
.ms2-text2 dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ms2-text2 dd {
  font-size: 14px;
}
.ms2-text3 {
  width: 300px;
  position: absolute;
  top: 540px;
  left: 880px;
  text-align: left;
}
.ms2-text3 dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ms2-text3 dd {
  font-size: 14px;
}
.ms2-case .np-text {
  height: 300px;
}
.ms2-case .np-text p {
  font-size: 14px;
}
.ms2-case .np-circle {
  line-height: 0;
}
.ms2-case .np-circle p {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.8em;
  transform: translate(-50%, -50%);
}
.ms2-global {
  background-color: #f8f8f8;
}
.ms2-g-con {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.ms2-reason .news-list li {
  width: 575px;
}
.ms2-reason .news-list li:nth-child(2n+1) {
  margin-left: 0;
}
.ms2-reason .news-left {
  width: 39%;
}
.ms2-reason .news-right {
  width: 60%;
}
.ms2-process-img {
  text-align: center;
}
.ms2-process-img img {
  margin-bottom: 50px;
}
.ms2-so li {
  float: left;
  margin-left: 20px;
  width: 380px;
  margin-bottom: 20px;
}
.ms2-so li:nth-child(3n+1) {
  margin-left: 0;
}
.ms2-so li p {
  text-align: center;
  line-height: 3em;
  font-size: 16px;
}
.ms2-so-img {
  width: 380px;
  height: 255px;
}
.ms2-so-img img {
  width: 380px;
  height: 255px;
}
.forum-what {
  height: 750px;
  background: url(../images/forum1.jpg) no-repeat center top;
  background-size: cover;
}
.forum-what-p {
  position: relative;
  height: 550px;
}
.forum-what-p p {
  position: absolute;
  background: url(../images/fbg.png) no-repeat center top;
  background-size: cover;
  width: 296px;
  height: 119px;
  padding: 20px;
  font-size: 15px;
  line-height: 2em;
}
.f-center {
  background: url(../images/fcenter.png) no-repeat center top;
  background-size: cover;
  width: 447px;
  height: 187px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 187px;
  color: white;
  letter-spacing: 0.2em;
}
.f1 {
  border-top: 1px solid #45a537;
  top: 100px;
  left: 10px;
}
.f2 {
  border-top: 1px solid #f08619;
  top: 290px;
  left: 10px;
}
.f3 {
  border-top: 1px solid #7265ab;
  top: 0px;
  left: 430px;
}
.f4 {
  border-top: 1px solid #0e86ec;
  top: 390px;
  left: 430px;
}
.f5 {
  border-top: 1px solid #ff5353;
  top: 100px;
  left: 850px;
}
.f6 {
  border-top: 1px solid #21a7ec;
  top: 290px;
  left: 850px;
}
.forum-principle {
  padding-bottom: 50px;
  position: relative;
  height: 550px;
}
.forum-principle .content {
  height: 500px;
  position: relative;
}
.forum-service {
  overflow: hidden;
}
.forum-service-img {
  margin-bottom: 40px;
  text-align: center;
}
.fourm-display-img {
  text-align: center;
  margin-bottom: 40px;
}
.fourm-case {
  background-color: #f6f6f6;
}
.fm {
  overflow: hidden;
}
.fm li {
  float: left;
  margin-left: 25px;
  width: 280px;
  font-size: 18px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.fm li:nth-child(4n+1) {
  margin-left: 0;
}
.fm-cur {
  border-bottom: 1px solid #45a537 !important;
  background: url(../images/fm-cur.png) no-repeat center bottom;
}
.fm-bimg {
  width: 958px;
  height: 608px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
}
.fm-img {
  width: 958px;
  height: 608px;
  position: absolute;
  left: -3000px;
}
.fm-img img {
  width: 958px;
  height: 608px;
}
.fm-tramsform {
  left: 0;
  transition: all 0.5s;
}
.media-price {
  padding-top: 20px;
  background: url(../images/bbbg.jpg) no-repeat top center;
}
.media-price .content {
  border: 1px solid #eee;
  background-color: #fff;
}
.mp-table1 {
  padding: 30px 20px;
  background-color: #fff;
}
.mp-table1 table {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px #666666;
  -moz-box-shadow: 0px 0px 10px 0px #666666;
  box-shadow: 0px 0px 10px 0px #666666;
}
.mp-table1 tr {
  border-bottom: 1px dashed #f2f2f2;
  display: block;
  width: 100%;
}
.mp-table1 tr:hover {
  background-color: #f2f2f2;
  /*  td{
          &:last-child{
            -webkit-box-shadow: 0px 0px 10px 0px rgba(102,102,102,1);
            -moz-box-shadow: 0px 0px 10px 0px rgba(102,102,102,1);
            box-shadow: 0px 0px 10px 0px rgba(102,102,102,1); }
        } */
}
.mp-table1 tr td:last-child {
  padding: 10px 15px;
  width: 1000px;
}
.mp-table1 .label {
  background-color: #45a537;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(../images/pie.htc);
  height: 20px;

  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-right: 20px;
  font-size: 15px;
}
.mp-table1 .label a {
  color: white;
}
.mp-table1 span {
  margin-right: 25px;
  font-size: 15px;
  margin-top: 5px;
  display: inline-block;
}
.mp-table1 span a {
  color: #666;
}
.mp-table1 span a:hover {
  color: #45a537;
}
.mp-first {
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  width: 100px;
}
.mp-table2 {
  margin: 25px 0px 0px 0px;
  padding: 0 20px;
  padding-bottom: 100px;
}
.mp-table2 table {
  -webkit-box-shadow: 0px 0px 10px 0px #666666;
  -moz-box-shadow: 0px 0px 10px 0px #666666;
  box-shadow: 0px 0px 10px 0px #666666;
}
.mp-table2 tr {
  display: block;
  width: 1160px;
  border-bottom: 1px solid #f2f2f2;
}
.mp-table2 td {
  display: inline-block;
  text-align: center;
  height: 70px;
  vertical-align: middle;
}
.mp-table2 td:nth-child(1) {
  width: 140px;
  margin-right: 70px;
  line-height: 70px;
}
.mp-table2 td:nth-child(2) {
  width: 250px;
  margin-right: 80px;
  text-align: left;
  vertical-align: middle;
  padding-top: 15px;
}
.mp-table2 td:nth-child(2) h2 {
  font-size: 16px;
  color: #45a537;
  margin-bottom: 5px;
}
.mp-table2 td:nth-child(2) span {
  font-size: 14px;
}
.mp-table2 td:nth-child(3) {
  width: 50px;
  margin-right: 170px;
  line-height: 70px;
  font-size: 14px;
  font-weight: bold;
}
.mp-table2 td:nth-child(4) {
  width: 100px;
  line-height: 70px;
  font-size: 14px;
}
.mp2-th {
  background-color: #f2f2f2;
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.mp2-th th {
  text-align: center;
  display: inline-block;
}
.invitation-text {
  height: 660px;
  background: url(../images/invitation1.jpg) no-repeat center bottom;
  background-color: #f7f8f8;
  position: relative;
}
.inv-1 {
  width: 560px;
  position: absolute;
  font-size: 18px;
  left: 50%;
  margin-left: -260px;
  margin-top: 120px;
  line-height: 2em;
}
.inv-1 b {
  color: #45a537;
}
.inv-1 p:first-child {
  font-size: 16px;
}
.invs-con {
  height: 300px;
  position: relative;
  background: url(../images/inv2.jpg) no-repeat center bottom;
}
.invs-con p {
  width: 150px;
  line-height: 2em;
  font-size: 16px;
  position: absolute;
}
.invs-con p:nth-child(1) {
  left: 40px;
  bottom: 20px;
}
.invs-con p:nth-child(2) {
  left: 235px;
  bottom: 20px;
}
.invs-con p:nth-child(3) {
  left: 440px;
  bottom: 20px;
}
.invs-con p:nth-child(4) {
  left: 640px;
  bottom: 20px;
}
.invs-con p:nth-child(5) {
  left: 840px;
  bottom: 20px;
}
.invs-con p:nth-child(6) {
  left: 1040px;
  bottom: 20px;
}
.invs-con2 {
  margin-top: 50px;
}
.invs-con2 h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.invs-img {
  width: 196px;
  height: 196px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}
.invs-list {
  margin-top: 30px;
}
.invs-list li {
  float: left;
  width: 260px;
  text-align: center;
  margin: 0 70px;
}
.invs-list li dt {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}
.invs-list li dd {
  line-height: 2em;
  color: #666;
  font-size: 16px;
}
.invd-con h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #45a537;
  margin: 25px 0;
}
.invd-con h2 em {
  font-weight: normal;
  font-size: 50px;
  color: #f08619;
}
.invd-list li {
  width: 380px;
  margin-left: 30px;
  float: left;
}
.invd-list li p {
  font-size: 18px;
  line-height: 3em;
  text-align: center;
}
.invd-list li:nth-child(3n+1) {
  margin-left: 0;
}
.invd-video {
  /* height: 240px; */
  width: 380px;
}
.invd-video img {
  height: 240px;
  width: 380px;
}
.invitation-display2 {
  background-color: #f6f6f6;
  margin-top: 40px;
  padding-bottom: 60px;
}
.invitation-display2 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #45a537;
  margin: 25px 0;
}
.invitation-display2 h2 em {
  font-weight: normal;
  font-size: 50px;
  color: #f08619;
}
.invc-list {
  overflow: hidden;
  margin-bottom: 30px;
}
.invc-list li {
  float: left;
  padding: 0 20px;
  width: 259px;
  border-left: 1px solid #e1e1e1;
  text-align: center;
}
.invc-list li:first-child {
  border: 0;
}
.invc-list li dt {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
.invc-list li dd {
  color: #666;
  font-size: 14px;
}
.invitation-choose {
  overflow: hidden;
}
.invitation-choose .news-list li {
  width: 280px;
  margin-left: 25px;
}
.invitation-choose .news-list li:nth-child(4n+1) {
  margin-left: 0;
}
.invitation-choose .news-list .news-left {
  width: 39%;
}
.invitation-choose .news-list .news-right {
  width: 60%;
}
.videoa-box {
  width: 538px;
  height: 305px;
  background: url(../images/videoa.png) no-repeat center center;
  float: left;
}
.videoa-box:last-child {
  float: right;
}
.videoa-box p {
  padding: 0 50px;
  line-height: 2em;
  font-size: 15px;
}
.videoa-tit {
  width: 111px;
  height: 111px;
  margin: 30px auto;
  background: url(../images/videoa1.png) no-repeat center center;
  text-align: center;
  line-height: 111px;
  font-weight: bold;
  font-size: 25px;
  color: white;
}
.videos-list {
  overflow-y: hidden;
  padding-top: 10px;
}
.videos-list li {
  float: left;
  width: 540px;
  padding: 30px 20px;
  height: 100px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 37px 0px #e2e8ed;
  -moz-box-shadow: 0px 0px 37px 0px #e2e8ed;
  box-shadow: 0px 0px 37px 0px #e2e8ed;
}
.videos-list li:nth-child(2n+1) {
  margin-right: 40px;
}
.videos-list li:hover {
  background-color: #45a537;
}
.videos-list li:hover dl {
  color: white;
}
.videos-list li:hover .videos-box {
  color: white;
}
.videos-list li:hover dd {
  color: white;
}
.videos-list li dl {
  display: inline-block;
  width: 400px;
  vertical-align: middle;
}
.videos-list li dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.videos-list li dd {
  font-size: 14px;
  color: #666;
  line-height: 2em;
}
.videos-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-size: 80px;
  color: #45a537;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
}
.video-play {
  background-color: #e2efff;
}
.vp-left {
  float: left;
  width: 910px;
}
.vp-right {
  float: right;
}
.vp-icon {
  float: left;
}
.vp-icon li {
  width: 70px;
  height: 70px;
  -webkit-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  behavior: url(pie/PIE.htc);
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 70px;
  margin-bottom: 10px;
}
.vp-text {
  float: left;
  width: 845px;
  margin-left: -5px;
  background-color: #fff;
}
.vp-text ul {
  display: none;
}
.vp-text ul:first-child {
  display: block;
}
.vp-text li {
  background-color: #f5f6fb;
  padding: 5px 20px 5px 20px;
  width: 775px;
  margin: 15px;
}
.vp11 {
  display: inline-block;
  width: 160px;
}
.vp11 dl {
  display: none;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 5px;
}
.vp11 dl dt {
  margin-bottom: 2px;
}
.vp11 label {
  display: inline-block;
  width: 100px;
  height: 20px;
  text-align: center;
  color: White;
  line-height: 20px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  margin-top: 10px;
}
.vp11 img {
  transform: scale(0.6);
}
.vpi-cur {
  background-color: #fff !important;
}
.vp12 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding-top: 15px;
}
.vp12 a {
  display: block;
  float: right;
  background-color: #45a537;
  color: white;
  width: 100px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../images/pie.htc);
  display: none;
}
.vp12 a img {
  margin-right: 5px;
}
.vp12 dt {
  font-size: 14px;
  margin-bottom: 20px;
}
.vp12 dd {
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
  display: none;
}
.vphover {
  padding: 30px 20px 50px 20px !important;
  width: 775px;
  margin: 15px;
}
.vphover .vp11 {
  width: 145px;
  border-right: 1px solid #ebebed;
}
.vphover .vp11 label {
  display: block;
}
.vphover .vp11 dl {
  display: inline-block;
}
.vphover .vp11 img {
  transform: scale(1);
}
.vphover .vp12 {
  vertical-align: top;
  padding-top: 0px;
}
.vphover .vp12 dd {
  display: block;
}
.vphover .vp12 a {
  display: block;
}
.vphover .vp12 dt {
  font-size: 18px;
}
.vper-menu {
  overflow: hidden;
  text-align: center;
}
.vper-menu li {
  width: 130px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background-color: #f6f6f6;
}
.vper-menu li em {
  margin-right: 5px;
}
.vper-con1 {
  padding: 30px 20px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.vper-con1 ul {
  display: none;
}
.vper-con1 ul:first-child {
  display: block;
}
.vper-con1 li {
  border: 1px solid #dcdcdc;
  width: 200px;
  float: left;
  margin: 0 14px;
  -webkit-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  behavior: url(pie/PIE.htc);
  text-align: center;
  -webkit-box-shadow: 0px 0px 37px 0px #e2e8ed;
  -moz-box-shadow: 0px 0px 37px 0px #e2e8ed;
  box-shadow: 0px 0px 37px 0px #e2e8ed;
}
.vper-con1 li em {
  font-size: 16px;
  display: block;
}
.nper-img {
  width: 120px;
  height: 120px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  margin: 30px auto 10px auto;
}
.vper-text {
  width: 100%;
  overflow: hidden;
}
.vper-left {
  width: 98px;
  border: 1px solid #dcdcdc;
  float: left;
  padding: 10px 0;
  margin: 15px 0;
}
.vper-left dt {
  font-size: 15px;
}
.vper-left dd {
  font-size: 13px;
  color: #666;
}
.vper-btn a {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  background-color: #45a537;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(../images/pie.htc);
  margin: 0 auto 20px;
  font-size: 16px;
}
.vpm-cur {
  background-color: #45a537 !important;
  height: 50px !important;
  line-height: 50px !important;
}
.vpm-cur a {
  color: white !important;
}
.promise li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.promise-box {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 130px;
  background: url(../images/vcr2.png) no-repeat center center;
}
.promise-box2 {
  width: 114px;
  height: 114px;
  padding: 8px;
  text-align: center;
  position: relative;
}
.promise-box2 dl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promise-box2 dt {
  font-size: 20px;
}
.promise-box2 dd {
  font-size: 16px;
}
.pro-cur {
  margin-left: 10px;
}
.pro-cur .promise-box {
  transform: scale(1.1);
}
.pro-cur .promise-box2 {
  transform: scale(0.8);
  background: url(../images/201.png) no-repeat center center;
}
.pro-cur .promise-box2 dt {
  line-height: 114px;
  text-align: center;
  color: white;
  font-size: 30px;
}
.pro-cur .promise-box2 dd {
  display: none;
}
.pro-cur .promise-text {
  display: inline-block;
  color: white;
}
.promise-text {
  display: none;
  margin-left: -40px;
  vertical-align: middle;
  width: 281px;
  height: 90px;
  -webkit-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  behavior: url(pie/PIE.htc);
  background-color: #7bd1d1;
  color: white;
  padding: 45px 45px 45px 60px;
}
.promise-text dt {
  font-size: 20px;
  margin-bottom: 5px;
}
.promise-text dd {
  font-size: 14px;
  line-height: 2em;
}
.weibo1 {
  background-color: #f8f8f8;
  padding-bottom: 50px;
}
.wb-menu {
  text-align: center;
}
.wb-menu li {
  display: inline-block;
  background-color: #e2e2e2;
  -webkit-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  behavior: url(../images/pie.htc);
  width: 125px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 16px;
  margin: 10px 15px;
}
.wb-menu li a {
  display: block;
}
.wb-cur {
  background-color: #45a537 !important;
}
.wb-cur a {
  color: white;
}
.wbb-left {
  width: 145px;
  margin-right: 20px;
  float: left;
}
.wbb-left li {
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  padding-left: 33px;
  border: 1px solid #e4e4e4;
  border-top: 0px solid #e4e4e4;
}
.wbb-left li:first-child {
  border-top: 1px solid #e4e4e4;
}
.wl-cur {
  border-left: 1px solid #45a537 !important;
  border-right: 0px solid #45a537 !important;
  background: url(../images/wl.png) no-repeat 135px center;
}
.wl-cur a {
  color: #45a537;
}
.wb-box {
  /* background-color: #fff; */
  overflow: hidden;
  display: none;
}
.wb-box:first-child {
  display: block;
}
.wb-con {
  margin-top: 30px;
}
.wbb-right {
  float: left;
  padding: 3px 0;
  width: 980px;
}
.wbb-right ul {
  display: none;
}
.wbb-right ul:first-child {
  display: block;
}
.wbb-right li {
  width: 280px;
  float: left;
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  margin-left: 20px;
  margin-bottom: 20px;
}
.wbb-right li:nth-child(3n+1) {
  margin-left: 0;
}
.wbb-top dl {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
}
.wbb-top dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wbb-top dd {
  width: 85px;
  height: 20px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  background-color: #337ab7;
  text-align: center;
  color: white;
  line-height: 20px;
}
.wbb-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: top;
}
.wbb-center {
  overflow: hidden;
  padding-bottom: 5px;
}
.wbb-center label {
  font-size: 14px;
  color: black;
  text-align: right;
  width: 60px;
  display: inline-block;
}
.wbb-center span {
  display: block;
  margin: 5px 0;
  padding-left: 10px;
  color: #f08619;
  font-size: 14px;
}
.wbb-bottom {
  border-top: 1px solid #ececec;
}
.wbb-bottom p {
  color: #666;
  margin: 10px 0;
}
.wbb-btn {
  width: 100px;
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  margin: 10px auto;
  background-color: #45a537;
  font-size: 16px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(../images/pie.htc);
}
.wbb-more {
  border-left: 1px solid #ececec;
  float: right;
  width: 15px;
  padding: 0 15px;
  font-size: 15px;
  text-align: center;
  height: 480px;
  margin: 10px 0;
  position: relative;
}
.wbb-more a {
  width: 15px;
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  color: #45a537;
}
.le {
  height: 700px;
  width: 1140px;
  margin: 20px auto 0 auto;
  position: relative;
}
.roundabout-holder {
  list-style: none;
  width: 535px;
  height: 645px;
  margin: 0px auto;
}
.roundabout-moveable-item {
  font-size: 12px!important;
  height: 636px;
  width: 531px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px #787878;
  -moz-box-shadow: 0px 0px 20px #787878;
  border: 2px solid #45a537;
}
.roundabout-moveable-item img {
  height: 100%;
  width: 100%;
  margin: 0;
}
.roundabout-in-focus {
  cursor: auto;
  -webkit-box-shadow: 0px 0px 20px #787878;
  -moz-box-shadow: 0px 0px 20px #787878;
  background: #f9f9f9;
}
.roundabout-in-focus:hover {
  -webkit-box-shadow: 0px 0px 20px #787878;
  -moz-box-shadow: 0px 0px 20px #787878;
  background: #f9f9f9;
}
.roundabout-holder span {
  display: none;
}
.roundabout-in-focus:hover span {
  display: inline;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #3366cc;
  z-index: 999;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topLeft: 5px;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}
.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
  outline: none;
  text-decoration: none;
}
.roundabout li {
  margin: 0;
}
.le .ban_l_btn {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 20px;
  display: block;
  width: 52px;
  height: 52px;
  z-index: 9;
  overflow: hidden;
  background: url(../images/paper-left.png) no-repeat center center !important;
  opacity: 1 !important;
}
.le .ban_l_btn:hover {
  background: url(../images/paper-left1.png) no-repeat center center !important;
}
.le .ban_r_btn {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: 20px;
  display: block;
  width: 52px;
  height: 52px;
  z-index: 9;
  overflow: hidden;
  background: url(../images/paper-right.png) no-repeat center center !important;
  opacity: 1 !important;
}
.le .ban_r_btn:hover {
  background: url(../images/paper-right1.png) no-repeat center center !important;
}
.le p {
  text-align: center;
  font-size: 16px;
  margin: 30px 0;
  display: none;
}
.roundabout-in-focus p {
  display: block !important;
}
.le .mask {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.roundabout-in-focus {
  border: 2px solid #45a537;
}
.roundabout-in-focus .mask {
  display: none !important;
}
.le {
  display: none;
}
.le:first-child {
  display: block;
}
.weibo2 {
  background-color: #f9f9f9;
}
.weibo2 .news-list li {
  width: 575px;
}
.weibo2 .news-list li:nth-child(2n+1) {
  margin-left: 0;
}
.weibo2 .news-left {
  width: 39%;
}
.weibo2 .news-right {
  width: 60%;
}
.ms2-process-img {
  text-align: center;
}
.ms2-process-img img {
  margin-bottom: 50px;
}
.lesson {
  margin: 50px auto;
  overflow: hidden;
}
.lesson-box {
  width: 380px;
  float: left;
  margin-left: 25px;
  margin-bottom: 20px;
}
.lesson-box:nth-child(3n+1) {
  margin-left: 0;
}
.lesson-box li {
  border-bottom: 1px dashed #c4c3c3;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.lesson-box li::before {
  content: '';
  display: inline-block;
  line-height: 30px;
  width: 6px;
  height: 6px;
  background-color: #45a537;
  margin-right: 10px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(../images/pie.htc);
  margin-left: 5px;
}
.lesson-box li:hover a {
  color: #45a537;
}
.lb-img {
  position: relative;
  width: 380px;
  height: 150px;
  margin-bottom: 10px;
}
.lb-img img {
  width: 380px;
  height: 150px;
}
.lb-mask {
  height: 30px;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 30px;
  color: white;
  bottom: 0px;
}
.wx-menu li {
  height: 75px;
  line-height: 1.5em;
  padding-top: 10px;
}
.wx-menu li a {
  color: #45a537;
}
.wx-menu li p {
  margin-bottom: 5px;
}
.wb-cur a {
  color: white !important;
}
.wx-box li {
  -webkit-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  behavior: url(pie/PIE.htc);
}
.wx-icon {
  border: 5px solid #eeeeee;
  width: 75px;
  height: 75px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.wx-icon div {
  width: 75px;
  height: 75px;
  overflow: hidden;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
}
.wx-icon div img {
  width: 75px;
  height: 75px;
}
.wx-icon em {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 21px;
  background-color: #fff;
  z-index: 100;
  display: block;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(../images/pie.htc);
}
.wx-icon em img {
  width: 15px;
  height: 15px;
  margin: 3px;
}
.wx-top dl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.wx-top dt {
  font-size: 15px;
  text-align: center;
  color: #45a537;
}
.wx-top dd {
  height: 20px;
  border: 1px solid #eee;
  padding: 0 10px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  margin: 5px 0;
  line-height: 20px;
}
.wx-top p {
  color: #666;
}
.wx-bottom {
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.wx-bottom em {
  display: block;
}
.wx-bottom dl {
  display: inline-block;
  width: 32%;
  text-align: center;
}
.wx-bottom dt {
  margin: 5px 0;
  color: #666;
}
.wx-bottom dd {
  font-weight: bold;
}
.wx-2 {
  background: url(../images/wx10.jpg) no-repeat center center;
  background-size: cover;
  height: 900px;
}
.wx-2-con {
  width: 100%;
  height: 700px;
}
.wx-2-tit {
  width: 100%;
  height: 70px;
  position: relative;
}
.wx-2-tit li {
  position: absolute;
  width: 125px;
  height: 65px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  text-align: center;
  line-height: 65px;
  font-size: 16px;
  background-color: #e2e2e2;
}
.wx-cur {
  background-color: #45a537 !important;
}
.wx-cur a {
  color: white;
}
.w1 {
  left: 280px;
  top: 50px;
}
.w2 {
  right: 280px;
  top: 50px;
}
.wx-bing {
  width: 270px;
  height: 573px;
  background: url(../images/phone1.png) no-repeat center center;
  margin-top: -50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.wx-bing .wx-big1 {
  height: 430px;
  width: 240px;
  margin-top: 67px;
  margin-left: 17px;
}
.wx-bing .wx-big1 img {
  height: 430px;
  width: 240px;
}
.wx3-menu {
  text-align: center;
}
.wx3-menu li {
  display: inline-block;
  width: 140px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #eee;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  margin: 0 10PX;
  font-size: 16px;
  cursor: pointer;
}
.wx3-cur {
  background: #45a537;
  border: 1px solid #45a537 !important;
}
.wx3-cur a {
  color: white;
}
.wx3-img {
  display: none;
}
.wx3-img:first-child {
  display: block;
}
.wx4 {
  padding-bottom: 40px;
  background-color: #f9f9f9;
}
.wx4-img {
  text-align: center;
}
.wx5 {
  background-color: #f9f9f9;
}
.wx5-left {
  float: left;
}
.wx5-left li {
  width: 70px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-bottom: 2px solid #fff;
  background-color: #45a537;
  font-size: 16px;
}
.wx5-left li a {
  color: white;
  display: block;
}
.wx5-con {
  background-color: #fff;
  overflow: hidden;
}
.wx5-cur {
  background-color: #f08619 !important;
}

.wx5-text {
  float: left;
  width: 850px;
  padding-top: 40px;
}
.wx5-text span {
  width: 100%;
  display: block;
  /* text-align: right; */
}
.wx5-text span div {
  display: inline-block;
  margin-right: 5px;
}
.wx5-text span h3 {
  font-size: 22px;
  font-weight: bold;
}
.wx5-text span p {
  color: #999;
}
.wx5-text h2 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(../images/wx5t.png) no-repeat left bottom;
}
.wx5-text dl {
  width: 700px;
  margin-bottom: 20px;
}
.wx5-text dt {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.wx5-text dd {
  font-size: 15px;
  line-height: 2.2em;
  color: #666;
}
.wx5-box1 {
  display: none;
}
.wx5-box1:first-child {
  display: block;
}
.sale .fmm-list {
  text-align: center;
  margin: 40px 0;
}
.sale .fmm-list li {
  width: 230px;
  display: inline-block;
  font-size: 20px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 120px;
}
.sale .fmm-list li a {
  display: block;
}
.sale-btn {
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #45a537;
  color: white;
  font-size: 16px;
  display: block;
  margin: 50px auto;
}
.sale-img img {
  padding: 5px;
  border: 1px solid #45a537;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
}
.sale {
  height: 5515px;
}
.sale .content {
  overflow: hidden;
  position: relative;
  height: 6000px;
}
.sale-box {
  left: -5000px;
  position: absolute;
}
.sale0 {
  transition: all 0.3s;
  left: 0;
}
.sm2 {
  background-color: #f9f9f9;
  padding-bottom: 40px;
}
.sm1 .np-circle p {
  width: 80%;
  position: absolute;
  line-height: 1.8em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sm1 .np-list li {
  margin: 0 55px;
  margin-top: 100px;
}
.ns2-1-con {
  height: 445px;
  position: relative;
  background: url(../images/ns1.png) no-repeat center center;
}
.nst {
  position: absolute;
  line-height: 1.8em;
  color: #666;
  font-size: 15px;
  width: 360px;
}
.nst1 {
  top: 25px;
  left: 120px;
}
.nst2 {
  top: 160px;
  left: 90px;
}
.nst3 {
  top: 320px;
  left: 120px;
}
.nst4 {
  top: 30px;
  left: 760px;
}
.nst5 {
  top: 150px;
  left: 810px;
}
.nst6 {
  top: 330px;
  left: 780px;
}
.ns2-2 .np-circle em {
  font-size: 14px;
}
.ns2-2 .np-circle p {
  width: 90%;
  line-height: 1.6em;
}
.ns2-lunbo {
  -webkit-box-shadow: 0px 0px 23px 0px #666666;
  -moz-box-shadow: 0px 0px 23px 0px #666666;
  box-shadow: 0px 0px 23px 0px #666666;
}
.ns2-lunbo img {
  width: 100%;
}
.ns2-4 {
  padding-bottom: 80px;
}
.ns2-pag {
  width: 1200px;
  text-align: center;
  margin-top: 30px;
}
.ns2-pag .swiper-pagination-bullet {
  width: 28px;
  height: 8px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  background-color: #505050;
  margin: 0 10px;
}
.ns2-pag .swiper-pagination-bullet-active {
  background-color: #45a537;
}
.rb1 {
  background: url(../images/501.png) no-repeat right center;
  background-color: #f8f8f8;
  padding: 40px 90px;
  position: relative;
  height: 360px;
}
.rb1 dt {
  color: #45a537;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rb1 dd {
  color: #666;
  line-height: 2.2em;
  margin-left: 10px;
  font-size: 17px;
}
.rb1 dl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rb1 span {
  margin: 0 5px;
}
.rb2 {
  background: url(../images/502.jpg) no-repeat left center;
  background-color: #fff;
  padding: 40px 90px;
  position: relative;
  height: 360px;
}
.rb2 dt {
  color: #45a537;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rb2 dd {
  color: #666;
  line-height: 2.2em;
  margin-left: 10px;
  font-size: 17px;
}
.rb2 dl {
  text-align: right;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rb2 dl .rb-btn {
  float: right;
}
.rb2 span {
  margin: 0 5px;
}
.rb-btn {
  width: 170px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #f08619;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(../images/pie.htc);
  margin-top: 20px;
}
.rb-btn a {
  display: block;
  font-size: 16px;
  color: white;
}
.rb3 {
  background: url(../images/503.png) no-repeat right bottom;
  background-color: #f8f8f8;
  padding: 40px 90px;
  position: relative;
  height: 360px;
}
.rb3 dt {
  color: #45a537;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rb3 dd {
  color: #666;
  line-height: 2.2em;
  margin-left: 10px;
  font-size: 17px;
}
.rb3 dl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rb3 span {
  margin: 0 5px;
}
.red5 {
  background-color: #f4f4f4;
}
.red5 p {
  text-align: center;
  color: #666;
  margin-bottom: 10px;
}
.red6 .np-circle p {
  width: 78%;
}
.red6 .np-text {
  height: 200px;
}
.red-left {
  width: 550px;
  float: left;
}
.red-left img {
  width: 100%;
}
.red-lunbo {
  position: relative;
}
.red-right {
  width: 510px;
  float: left;
  padding-left: 40px;
}
.red-right label {
  color: #45a537;
}
.red-right p {
  line-height: 2em;
  font-size: 14px;
}
.red-lunbo {
  width: 1100px;
  margin: 0 auto;
}
.red-prev {
  background: url(../images/choice-left.png) center no-repeat !important;
  left: -40px !important;
  z-index: 100;
  height: 50px !important;
}
.red-next {
  background: url(../images/choice-right.png) center no-repeat !important;
  right: -40px !important;
  z-index: 100;
  height: 50px !important;
}
.red-person {
  margin-top: 40px;
}
.more {
  width: 88px;
  height: 28px;
  background-color: #45a537;
  text-align: center;
  line-height: 28px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(../images/pie.htc);
  margin: 15px auto;
}
.more a {
  color: white;
  display: block;
}
.wx-bigg {
  position: absolute;
  opacity: 0;
  top: 0;
  margin-left: 15px;
}
.wx-bigg:first-child {
  opacity: 1;
}
.weixin-swiper {
  top: 65px;
  width: 240px;
}
.weixin-swiper .swiper-wrapper {
  top: 0px;
  width: 240px;
}
.weixin-swiper .swiper-slide {
  width: 240px !important;
  height: 430px;
  overflow: hidden;
}
.weixin-swiper ul {
  top: 0;
  position: absolute;
}
.weixin-swiper li {
  width: 240px;
  height: 430px;
  margin-top: 0 !important;
}
.weixin-swiper li img {
  width: 240px;
  height: 430px;
}
.weixin-swiper .wx-big1 {
  margin-left: 0;
}
/* .wave{
  position: relative;
} */
.wave .circle {
  width: 185px;
  height: 185px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
}
.wave.solid .circle {
  width: 100%;
  height: 100%;
  background: transparent;
}
.wave.solid .circle {
  animation: circle-opacity 2s infinite;
}
.wave.solid.warning {
  width: 185px;
  height: 185px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.wave.solid.warning .circle {
  background: transparent;
}
@keyframes circle-opacity {
  from {
    opacity: 1 !important;
    background: #f08619;
    transform: scale(0);
  }
  to {
    opacity: 0 !important;
    background: transparent;
    transform: scale(1);
  }
}
.ns-c {
  left: 50px;
  top: 140px;
  position: absolute;
}
.ns-c a {
  color: #f08619 !important;
  font-size: 16px;
  font-weight: bold;
}
.ms-circle li {
  width: 10px;
  height: 10px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  background-color: white;
  position: absolute;
  animation: circle-opacity1 2s infinite;
}
.msc1 {
  top: 121px;
  left: 234px;
}
.msc2 {
  top: 107px;
  left: 554px;
}
.msc3 {
  top: 101px;
  left: 853px;
}
.msc4 {
  top: 245px;
  left: 613px;
}
.msc5 {
  top: 332px;
  left: 371px;
}
@keyframes circle-opacity1 {
  from {
    opacity: 1 !important;
    background: white;
  }
  to {
    opacity: 0 !important;
    background: transparent;
  }
}

/*******新******/
/*******************************修改的内容************************************/
.package {

}
.package .hd {
  margin-bottom:5px;
}
.package .hd h3 {
  font-size:18px;
  background:url(../images/img67.png) no-repeat left center;
  padding-left:25px;
  font-weight: bold;
}
.package .hd h3 a {
  color:#35b5e6;
}
.package .hd h3 a:hover {
  text-decoration:none;
}
.package .hd h3 span {
  color:#f2762d;
  margin-left:50px;
}
.package .thumb img {
  width:144px;
  height:120px;
  border:3px solid #fff;
}
.package .desc {
  margin-bottom:5px;
}
.package .thumb {
  height:115px;
  overflow:hidden;
}
.package .desc ul li {
  margin-bottom:7px;
}
.package .img02 {
  margin-bottom:1px;
}
.package dl dd {
  margin-bottom:20px;
}
.package dl {
  padding:15px 0 30px 0;
}

.tab-fd {
  background: #45a537;
}

.tab-fd2 {
  background: #45a537;
  }

  .tab-fd2 .thumb {
  float: left;
  padding: 15px;
  }

  .tab-fd2 .desc {
  background: #FFF;
  float: right;
  padding: 7px 26px;
  margin-top: 5px;
  margin-right: 9px;
  *display: inline;
  overflow: hidden;
  }

  .tab-fd2 .desc ul li {
  height: 32px;
  line-height: 32px;
  float: left;
  width: 125px;
  border-bottom: 1px dashed #38B5E6;
  margin-right: 36px;
  margin-bottom: 11px;
  }

  .tab-fd2 .desc ul li a {
  font-size: 14px;
  background: url(../images/img62.png) no-repeat left center;
  padding-left: 23px;
  }

  .tab-fd2 .desc ul {
  width: 1131px;
  }

  .ab {
  background: url(../images/btn1.jpg) no-repeat left center;
  width: 247px;
  height: 55px;
  margin: 0px auto;
  padding-top: 10px;
  }

  
.tab-fd .thumb {
  float:left;
  padding:15px 15px 15px 15px;
}
.tab-fd .thum img {
  width:150px;
  height:126px;
}
.tab-fd .desc {
  background:#FFF;
  float:right;
  /*width:638px;*/
  min-height:130px;
  padding:7px 26px;
  margin-top:5px;
  margin-right:5px;
  *display:inline;
  overflow:hidden;
}
.tab-fd .desc ul li {
  height:32px;
  line-height:32px;
  float:left;
  width:130px;
  border-bottom:1px dashed #38B5E6;
  margin-right:40px;
  margin-bottom:11px;
}
.tab-fd .desc ul li a {
  font-size:14px;
  background:url(../images/img62.png) no-repeat left center;
  padding-left:23px;
}
.tab-fd .desc ul {
  width:948px;
}
.span_bxmt {
  line-height:32px;
  font-size:14px;
  display:block;
  float:left;
}


/**cases**/

/*全部案例*/
.allcase_box{
  padding:40px 0;
  width: 1200px;
      margin: 0 auto;
  }
.allcase_box .div1200{ position: relative;}
.case_sidebar{ position: absolute;left: 0px; top: 0px; width: 180px; background: #fff;}
.case_sidebar.fixedsidebar {position: fixed;top: 74px;left:50%; margin-left: -600px; z-index:999;}

.sidebar_ul{ overflow: hidden;}
.sidebar_ul li{ position: relative; line-height: 48px; height: 48px; padding-left:2px; border-left:1px solid #e5ece9;border-right:1px solid #e5ece9;border-bottom:1px solid #e5ece9; }
.sidebar_ul li.sidebar_title{ background: #e6e6e6; color:#d43232;line-height: 56px; height: 56px; text-align: left; position: relative; }
.sidebar_ul li.sidebar_title a{font-size: 18px;font-weight: bold;}
.sidebar_ul li.cur{border-left:3px solid #45a537;}
.sidebar_ul li.active{background:  #45a537; border-right:1px solid #45a537;}
.sidebar_ul li.active a{ color: #fff;}
.sidebar_ul li.active b, .sidebar_ul li.active b:after {position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid;}
.sidebar_ul li.active b {border-width: 10px;top: 50%;right:-1px;margin-top: -10px;border-left-width: 0;border-right-color: #2B78D9;}
.sidebar_ul li.active b:after {content: "";border-width: 9px;}
.sidebar_ul li.active b:after {right:-10px;margin-top: -9px;content: " ";border-left-width: 0;border-right-color: #fff;}


.case_body{ min-height: 800px; margin-left: 179px;}
.case_brand{}
.case_brand li{ width:210px; height:120px; position:relative; display: block;border: 1px solid #ddd;box-shadow: 0 1px 2px #aaa; margin:0px 0px 40px 40px; }
.case_brand li b,.case_brand li i{ display: none;position:absolute; left: 0px; top: 0px;}
.case_brand li:hover b{left:0px; top:0px; display:block; width:100%; height:120px; cursor: pointer;background:#000; filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;}
.case_brand li img{width: 100%;}
.case_brand li:hover i{left:50%; top:50%; display:block; width:100px; height:40px; line-height: 40px; margin: -20px 0px 0px -50px; border-radius:20px;background:#2B78D9; text-align: center; color: #fff;}
.nav-tabs.page_case{ margin: 0 auto; width: 200px; border: none;}
.nav-tabs.page_case>li>a{ width: 40px; color: #333; margin: 0px 5px; background: #ececec; display:inline-block; text-align:center;font-size:14px;font-weight:400;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:20px}
.nav-tabs.page_case>li.active>a,.nav-tabs.page_case>li>a:hover,.nav-tabs.page_case>li>a:active,.nav-tabs.page_case>li>a:focus{background: #d43232;color: #FFF;}
.case_body_name{ margin-bottom: 20px; padding-bottom: 20px;clear: both}
.case_body_name h2{font-size: 24px;}
.body_banner img{ width: 100%}
.case_body_nav{ position: relative; width: 910px; margin: 0 auto; padding-bottom: 30px;}
.case_body_nav dt{width: 400px;}
.case_body_nav dt img{width:100%}
.case_body_nav dd p{/*text-indent: 2em; */line-height: 26px;}
.case_body_nav .body_nav_title{ font-size: 20px; text-align: left;line-height: 50px;}
.case_body_nav.case_one_nav .body_nav_title{ color: #fd9f2b;}
.case_body_nav.case_one_nav dt{float: right; padding-left: 20px;}
.case_body_nav .case_icon{ position: absolute; top: 0px; display: block; width: 50px; height: 50px; line-height:50px; text-align: center; font-size:24px;border-radius: 25px;font-style: normal;}
.case_body_nav.case_one_nav .case_icon{left: -25px;}
.case_body_nav.case_one_nav{border-left: 1px dashed #fd9f2b;border-bottom: 1px dashed #fd9f2b;}
.case_body_nav.case_one_nav .case_icon{ background: #fd9f2b;color: #fff;}
.case_body_nav.case_one_nav dl{ padding-left: 50px;}

.case_body_nav.case_two_nav .body_nav_title{ color: #337ab7;}
.case_body_nav.case_two_nav dt{float: left; padding-right: 20px;}
.case_body_nav.case_two_nav .case_icon{right: -25px;}
.case_body_nav.case_two_nav{border-right: 1px dashed #337ab7;border-bottom: 1px dashed #337ab7;}
.case_body_nav.case_two_nav .case_icon{ background: #337ab7;color: #fff;}
.case_body_nav.case_two_nav dl{ padding-right: 50px;}

.p30 {padding: 30px;padding: 30px!important;}


.invs-con p:nth-child(1):hover {
   color:#ea1847;
}
.invs-con p:nth-child(2):hover {
  color:#4252b1;
}
.invs-con p:nth-child(3):hover {
  color:#34a06f;
}
.invs-con p:nth-child(4):hover {
  color:#f79721;
}
.invs-con p:nth-child(5):hover {
  color:#ea1847;
}
.invs-con p:nth-child(6):hover {
  color:#45a537;
}




/****20181016***/
.vp-right {
  float: right;
  position: relative;
}
.vpbx {
  position: absolute;
  top: 67px;
  left: 14px;
  display: none;
}
.vpbx:first-child {
  display: block;
}
.kfoutbox{right:0 !important;position: fixed !important;top:100px !important;}